:root {
  --orange-color: #a2192d;
  --white-color: #fff;
  --black-color: #000b14;
  --gray-color: #bdbdbd;
  --gray2-color: #828282;
}
li {
  margin-bottom: 1.3em;
}
.title-main {
  margin-bottom: 48px;
}
.title-main > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 849px) {
  .title-main > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.title-main.center {
  text-align: center;
}
.title-main.center > div {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.title-main.left {
  text-align: left;
}
.title-main.left > div {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.title-main .is-divider {
  margin-right: 24px;
  background-color: var(--primary-color);
}
@media (max-width: 849px) {
  .title-main .is-divider {
    margin: 0 auto;
    margin-bottom: 12px;
  }
}
.title-main h2 {
  width: auto;
  margin: 0;
  font-family: "GothamNarrowVietHoa";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.25px;
}
@media (max-width: 549px) {
  .title-main h2 {
    font-family: "GothamNarrowVietHoa";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.15000001px;
  }
}
.title-main p {
  margin-top: 16px;
  margin-bottom: 0px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  font-family: "GothamNarrowVietHoa";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: px;
  letter-spacing: 0.25px;
}
@media (max-width: 849px) {
  .title-main {
    margin-bottom: 32px;
  }
}
.video-full a {
  display: block;
  position: relative;
}
.video-full svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-full .open-video path {
  fill: var(--white-color);
}
.video-full .open-video:hover path {
  fill: var(--primary-color);
}
.post-slider .slick-list {
  margin-left: -16px;
  margin-right: -16px;
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
}
@media (max-width: 849px) {
  .post-slider .slick-list {
    margin-left: 0;
    margin-right: 0;
  }
}
.post-slider .slick-list:active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}
.post-slider.on_fix .slick-list {
  margin: 0 auto;
}
@media (max-width: 849px) {
  .post-slider.on_fix .slick-list {
    margin: unset;
  }
}
.post-slider .slick-arrow {
  display: none !important;
}
.post-slider .item {
  padding: 0 16px;
}
@media (max-width: 849px) {
  .post-slider .item {
    padding: 0 10px;
  }
}
.post-slider .info .Heading6 a {
  color: var(--black-color);
}
.post-slider .info .Heading6 a:hover {
  text-decoration: underline;
}
.post-slider.layout1 .info .Heading6 {
  margin-top: 16px;
  margin-bottom: 0;
}
.post-slider.layout1 .info .Caption {
  margin-top: 8px;
  margin-bottom: 0;
  color: var(--gray2-color);
}
.post-slider.layout1 .info .Body2 {
  margin-top: 16px;
  margin-bottom: 0;
}
.post-slider.layout2 .info {
  position: relative;
}
.post-slider.layout2 .info .Heading6 {
  margin-top: 62px;
  margin-bottom: 0;
}
.post-slider.layout2 .info .Caption {
  margin-top: 8px;
  margin-bottom: 0;
  color: var(--gray2-color);
}
.post-slider.layout2 .info .Body2 {
  margin-top: 8px;
  margin-bottom: 0;
}
.post-slider.layout2 .info::before {
  content: url(../images/before_layout2.svg);
  position: absolute;
  top: -95px;
  left: 16px;
}
.post-slider.layout3 .info .Heading6,
.post-slider.layout4 .info .Heading6,
.post-slider.layout5 .info .Heading6 {
  margin-top: 24px;
  margin-bottom: 0;
}
.post-slider.layout3 .info .Caption,
.post-slider.layout4 .info .Caption,
.post-slider.layout5 .info .Caption {
  margin-top: 8px;
  margin-bottom: 0;
  color: var(--gray2-color);
}
.post-slider.layout3 .info .Body2,
.post-slider.layout4 .info .Body2,
.post-slider.layout5 .info .Body2 {
  margin-top: 8px;
  margin-bottom: 0;
}
.post-slider.layout4 .info {
  display: none;
}
.post-slider.layout2,
.post-slider.layout3,
.post-slider.layout4 {
  overflow: hidden;
}
.post-slider.layout2 .slick-list,
.post-slider.layout3 .slick-list,
.post-slider.layout4 .slick-list {
  width: calc(304px * 3 + 64px);
  overflow: initial;
}
@media (max-width: 849px) {
  .post-slider.layout2 .slick-list,
  .post-slider.layout3 .slick-list,
  .post-slider.layout4 .slick-list {
    width: calc(200px * 3 + 64px);
  }
}
@media (max-width: 549px) {
  .post-slider.layout2 .slick-list,
  .post-slider.layout3 .slick-list,
  .post-slider.layout4 .slick-list {
    width: 90%;
  }
}
.arrow-fake {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  bottom: -12px;
  margin-right: 12px;
}
.arrow-fake .arrow-slider:first-of-type {
  margin-right: 12px;
}
@media (max-width: 549px) {
  .arrow-fake {
    display: none;
  }
}
.arrow-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--black-color);
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  z-index: 1;
}
.arrow-slider:hover {
  background-color: #000;
  border: transparent;
}
.arrow-slider:hover path {
  fill: var(--primary-color);
}
.accordion-simple .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 24px 24px 0;
  font-family: "GothamNarrowVietHoa";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.15000001px;
  text-align: left;
}
.accordion-simple .accordion-title.active {
  border-color: var(--gray-color);
  background-color: transparent;
  color: var(--black-color);
  font-weight: bold;
}
.accordion-simple .accordion-title .toggle {
  left: unset;
  right: 0;
  margin: 0;
  opacity: 0.5;
  margin-top: 24px;
  top: 0;
  overflow: hidden;
  width: 24px;
  height: 24px;
  min-height: unset;
  -webkit-transform-origin: unset;
  transform-origin: unset;
}
.accordion-simple .accordion-title .toggle i {
  font-size: unset;
  background-image: url(../images/Arrow\ -\ Down\ Circle.svg);
  width: 100%;
  height: 100%;
  top: 0;
  background-size: cover;
}
.accordion-simple .accordion-title .toggle i::before {
  content: none;
}
.accordion-simple .accordion-title .icon-angle-down::before {
  content: url(../images/Arrow\ -\ Right\ 2.svg);
}
.accordion-simple .accordion-inner {
  padding: 0 0 32px 0;
  font-family: "GothamNarrowVietHoa";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.15000001px;
  text-align: left;
  text-align: justify;
}
.accordion-simple .accordion-inner p:last-of-type {
  margin-bottom: 0;
}
#frmSubmit {
  margin-bottom: 0;
}
.box_form_register .note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 549px) {
  .box_form_register .note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.box_form_register .note font {
  font-family: "GothamNarrowVietHoa";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.40000001px;
  color: var(--black-color);
}
.box_form_register .note b {
  font-family: "GothamNarrowVietHoa";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.15000001px;
}
.box_form_register select,
.box_form_register input {
  margin-bottom: 16px;
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--gray2-color);
  height: 50px;
}
.box_form_register select::-webkit-input-placeholder,
.box_form_register input::-webkit-input-placeholder {
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: var(--black-color);
}
.box_form_register select:-ms-input-placeholder,
.box_form_register input:-ms-input-placeholder {
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: var(--black-color);
}
.box_form_register select::-ms-input-placeholder,
.box_form_register input::-ms-input-placeholder {
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: var(--black-color);
}
.box_form_register select::placeholder,
.box_form_register input::placeholder {
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: var(--black-color);
}
.box_form_register textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  border-color: var(--gray2-color);
  height: 160px;
}
.box_form_register textarea::-webkit-input-placeholder {
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: var(--black-color);
}
.box_form_register textarea:-ms-input-placeholder {
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: var(--black-color);
}
.box_form_register textarea::-ms-input-placeholder {
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: var(--black-color);
}
.box_form_register textarea::placeholder {
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
  color: var(--black-color);
}
.box_form_register h4 {
  font-family: "GothamNarrowVietHoa";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.15000001px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.box_form_register .form-item > .row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 0 16px 0;
  gap: 16px;
}
.box_form_register .form-item > .row select {
  margin-bottom: 0;
}
.box_form_register .form-item > .row .col {
  padding: 0;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.box_form_register .form-item > .row::after {
  content: none;
}
.box_form_register .form-button {
  text-align: center;
}
.box_form_register [type="submit"] {
  margin-top: 40px !important;
}
@media (max-width: 849px) {
  .box_form_register [type="submit"] {
    margin-top: 32px !important;
  }
}
.post-slider .slick-dots {
  display: none !important;
}
.post-slider .slick-dots li {
  margin: 0;
}
.post-slider .slick-dots li button:before {
  font-size: 12px;
}
.post-slider .slick-dots li.slick-active button:before {
  color: var(--orange-color);
  opacity: 1;
}
@media (max-width: 549px) {
  .post-slider .slick-dots {
    display: block !important;
    position: unset !important;
    margin-top: 32px;
    margin-bottom: 0 !important;
  }
}
.post-slider.slick-dotted {
  margin-bottom: 0 !important;
}
.video-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.bg-nth_banner img {
  width: 100%;
}
.block-XyzAbcd {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
  padding-top: 90px !important;
}
@media (max-width: 849px) {
  .block-XyzAbcd {
    padding-bottom: 64px !important;
    padding-top: 64px !important;
  }
}
.block-XyzAbcd .section-content > .row > .col:last-of-type .button {
  margin-top: 48px;
}
@media (max-width: 849px) {
  .block-XyzAbcd .section-content > .row > .col:last-of-type .button {
    margin-top: 32px;
  }
}
.block-XyzAbcd .col {
  padding-bottom: 0;
}
.block-XyzAbcd .section-content > .row:first-of-type {
  position: relative;
}
.block-XyzAbcd .section-content > .row:first-of-type::before {
  content: "";
  width: 1px;
  height: 64px;
  background: var(--gray2-color);
  position: absolute;
  top: -90px;
  left: 80px;
}
@media (max-width: 849px) {
  .block-XyzAbcd .section-content > .row:first-of-type::before {
    content: none;
  }
}
.block-XyzAbcd .section-content > .row:first-of-type > .large-8 {
  text-align: center;
}
@media (max-width: 849px) {
  .block-XyzAbcd .section-content > .row:first-of-type > .large-8 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 48px;
    margin-bottom: 48px;
  }
}
.block-XyzAbcd .section-content > .row:first-of-type > .large-8 .large-3 {
  padding: 0 15px;
  width: 100%;
  max-width: 100%;
}
.block-XyzAbcd
  .section-content
  > .row:first-of-type
  > .large-8
  > .col-inner
  > .row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-XyzAbcd
  .section-content
  > .row:first-of-type
  > .large-8
  > .col-inner
  > .row::after {
  content: none;
}
.block-XyzAbcd .section-content > .row:first-of-type > .large-8 .img {
  width: auto;
}
.block-XyzAbcd .section-content > .row:first-of-type > .large-8 .img img {
  width: auto;
}
@media (max-width: 849px) {
  .block-XyzAbcd .section-content > .row:first-of-type > .large-4 {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.block-XyzAbcd
  .section-content
  > .row:first-of-type
  > .large-4
  .col-inner::after {
  content: "";
  width: 1px;
  height: 154px;
  background: var(--gray2-color);
  margin-top: 24px;
  display: block;
  margin-left: 60px;
}
@media (max-width: 849px) {
  .block-XyzAbcd
    .section-content
    > .row:first-of-type
    > .large-4
    .col-inner::after {
    content: none;
  }
}
.block-XyzAbcd .section-content > .row:first-of-type > .large-4 p {
  margin-bottom: 0;
}
.block-XyzAbcd
  .section-content
  > .row:first-of-type
  > .large-4
  p:first-of-type {
  font-family: "GothamNarrowVietHoa";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0.1px;
  text-align: justified;
}
.block-XyzAbcd .section-content > .row:first-of-type > .large-4 p:last-of-type {
  font-family: "GothamNarrowVietHoa";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.block-XyzAbcd .section-content > .row:last-of-type > .col > .col-inner {
  border: 1px solid var(--gray2-color);
  padding: 40px;
}
@media (max-width: 849px) {
  .block-XyzAbcd .section-content > .row:last-of-type > .col > .col-inner {
    padding: 20px;
  }
}
@media (max-width: 549px) {
  .block-XyzAbcd .section-content > .row:last-of-type > .col > .col-inner {
    text-align: center;
  }
}
.block-XyzAbcd .section-content > .row:last-of-type p,
.block-XyzAbcd .section-content > .row:last-of-type .button {
  margin: 0;
  min-height: unset;
}
.block-XyzAbcd .section-content > .row:last-of-type .button {
  min-height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0 !important;
}
.block-XyzAbcd .section-content > .row:last-of-type .button:last-of-type {
  margin-left: 32px;
}
@media (max-width: 849px) {
  .block-XyzAbcd .section-content > .row:last-of-type .button:last-of-type {
    margin-left: 0;
  }
}
.block-XyzAbcd .section-content > .row:last-of-type .large-6:first-of-type p {
  font-family: "GothamNarrowVietHoa";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.15000001px;
}
.block-XyzAbcd .section-content > .row:last-of-type .large-6:last-of-type {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 849px) {
  .block-XyzAbcd .section-content > .row:last-of-type .large-6:last-of-type {
    margin-top: 24px;
  }
}
@media (max-width: 549px) {
  .block-XyzAbcd .section-content > .row:last-of-type .large-6:last-of-type {
    text-align: center;
  }
  .block-XyzAbcd
    .section-content
    > .row:last-of-type
    .large-6:last-of-type
    .col-inner {
    display: grid;
  }
  .block-XyzAbcd
    .section-content
    > .row:last-of-type
    .large-6:last-of-type
    .col-inner
    .button:first-of-type {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.block-tuyen-sinh {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
.block-tuyen-sinh .col {
  padding-bottom: 0;
}
@media (max-width: 849px) {
  .block-tuyen-sinh {
    padding-bottom: 64px !important;
    padding-top: 64px !important;
  }
}
.block-tuyen-sinh .section-content > .row > .col:last-of-type .button {
  margin-top: 48px;
}
@media (max-width: 849px) {
  .block-tuyen-sinh .section-content > .row > .col:last-of-type .button {
    margin-top: 32px;
  }
}
.block-tuyen-sinh h3 {
  color: var(--primary-color);
  font-family: "GothamNarrowVietHoa";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 32px;
}
@media (max-width: 849px) {
  .block-tuyen-sinh h3 {
    margin-bottom: 20px;
    font-family: "GothamNarrowVietHoa";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.15000001px;
  }
}
.block-tuyen-sinh .section-content > .row:last-of-type {
  margin-top: 48px;
}
.block-hoc-bong {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
.block-hoc-bong .col {
  padding-bottom: 0;
}
.block-hoc-bong .button {
  margin-top: 48px !important;
  margin-right: 32px !important;
}
@media (max-width: 849px) {
  .block-hoc-bong {
    padding-bottom: 64px !important;
    padding-top: 64px !important;
  }
}
.block-hoc-bong .section-content > .row > .col:last-of-type .button {
  margin-top: 48px;
}
@media (max-width: 849px) {
  .block-hoc-bong .section-content > .row > .col:last-of-type .button {
    margin-top: 32px;
  }
}
.block-hoc-bong .border-primary .col:first-of-type p {
  margin-bottom: 0;
}
@media (max-width: 549px) {
  .block-hoc-bong .section-content > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .block-hoc-bong .section-content > .row > .col:last-of-type {
    margin-bottom: 24px;
  }
}
.block-ptnn {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
.block-ptnn .col {
  padding-bottom: 0;
}
@media (max-width: 849px) {
  .block-ptnn {
    padding-bottom: 64px !important;
    padding-top: 64px !important;
  }
}
.block-ptnn .section-content > .row > .col:last-of-type .button {
  margin-top: 48px;
}
@media (max-width: 849px) {
  .block-ptnn .section-content > .row > .col:last-of-type .button {
    margin-top: 32px;
  }
}
.block-ptnn .title-main .is-divider {
  background-color: var(--white-color);
}
.block-ptnn .section-content > .title-main {
  display: none;
}
@media (max-width: 849px) {
  .block-ptnn .section-content > .title-main {
    display: block;
  }
}
@media (max-width: 849px) {
  .block-ptnn .section-content > .row .title-main {
    display: none;
  }
}
@media (max-width: 849px) {
  .block-ptnn .section-content > .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .block-ptnn .section-content > .row > .col:first-of-type {
    margin-top: 24px;
  }
  .block-ptnn .section-content > .row > .col:first-of-type .text-left {
    text-align: center;
  }
  .block-ptnn .section-content > .row > .col:first-of-type .text-left .text {
    text-align: left;
  }
}
.block-ptnn .section-content > .row > .col:first-of-type > .col-inner {
  position: relative;
}
.block-ptnn .section-content > .row > .col:first-of-type > .col-inner::after {
  content: "";
  width: 1px;
  height: 500px;
  background: var(--white-color);
  display: block;
  position: absolute;
  bottom: -532px;
  left: 65px;
  z-index: 2;
}
@media (max-width: 849px) {
  .block-ptnn .section-content > .row > .col:first-of-type > .col-inner::after {
    content: none;
  }
}
.block-ptnn .button.primary.is-outline {
  -o-border-image: linear-gradient(
    to right,
    var(--white-color),
    var(--white-color)
  );
  border-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--white-color)),
    to(var(--white-color))
  );
  border-image: linear-gradient(
    to right,
    var(--white-color),
    var(--white-color)
  );
  border-image-slice: 1;
  color: var(--white-color);
  position: relative;
}
.block-ptnn .button.primary.is-outline:hover {
  -o-border-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--orange-color)
  );
  border-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--primary-color)),
    to(var(--orange-color))
  );
  border-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--orange-color)
  );
  border-image-slice: 1;
}
.block-slider-1 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
.block-slider-1 .col {
  padding-bottom: 0;
}
@media (max-width: 849px) {
  .block-slider-1 {
    padding-bottom: 64px !important;
    padding-top: 64px !important;
  }
}
.block-slider-1 .section-content > .row > .col:last-of-type .button {
  margin-top: 48px;
}
@media (max-width: 849px) {
  .block-slider-1 .section-content > .row > .col:last-of-type .button {
    margin-top: 32px;
  }
}
@media (max-width: 849px) {
  .block-slider-1 .section-content > .row > .col:first-of-type {
    padding: 0 0 0 5px;
  }
}
.block-slider-2 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
@media (max-width: 849px) {
  .block-slider-2 {
    padding-bottom: 64px !important;
    padding-top: 64px !important;
  }
}
.block-slider-2 .section-content > .row > .col:last-of-type .button {
  margin-top: 48px;
}
@media (max-width: 849px) {
  .block-slider-2 .section-content > .row > .col:last-of-type .button {
    margin-top: 32px;
  }
}
.block-slider-2 .col {
  padding-bottom: 0;
}
@media (max-width: 849px) {
  .block-slider-2 .section-content > .row > .col:first-of-type {
    padding: 0 0 0 5px;
  }
}
.block-slider-def {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
@media (max-width: 849px) {
  .block-slider-def {
    padding-bottom: 64px !important;
    padding-top: 64px !important;
  }
}
.block-slider-def .section-content > .row > .col:last-of-type .button {
  margin-top: 48px;
}
@media (max-width: 849px) {
  .block-slider-def .section-content > .row > .col:last-of-type .button {
    margin-top: 32px;
  }
}
.block-slider-def .col {
  padding-bottom: 0;
}
@media (max-width: 849px) {
  .block-slider-def .section-content > .row > .col:first-of-type {
    padding: 0 5px;
  }
}
.block-res {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
@media (max-width: 849px) {
  .block-res {
    padding-bottom: 64px !important;
    padding-top: 64px !important;
  }
}
.block-res .section-content > .row > .col:last-of-type .button {
  margin-top: 48px;
}
@media (max-width: 849px) {
  .block-res .section-content > .row > .col:last-of-type .button {
    margin-top: 32px;
  }
}
.block-ques {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
@media (max-width: 849px) {
  .block-ques {
    padding-bottom: 64px !important;
    padding-top: 64px !important;
  }
}
.block-ques .section-content > .row > .col:last-of-type .button {
  margin-top: 48px;
}
@media (max-width: 849px) {
  .block-ques .section-content > .row > .col:last-of-type .button {
    margin-top: 32px;
  }
}
.block-res-success {
  padding-bottom: 120px !important;
  padding-top: 120px !important;
  background: linear-gradient(
    79.46deg,
    var(--primary-color) 35.56%,
    var(--orange-color) 111.61%
  );
}
.block-res-success .row.align-middle > .col:last-of-type .info {
  display: none;
}
@media (max-width: 549px) {
  .block-res-success .row.align-middle > .col:last-of-type .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
}
@media (max-width: 549px) {
  .block-res-success
    .row.align-middle
    > .col:first-of-type
    .info
    > .col:first-of-type {
    display: none;
  }
}
@media (max-width: 549px) {
  .block-res-success .row.align-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.block-res-success .col {
  padding-bottom: 0;
}
.block-res-success .info {
  color: var(--white-color);
}
.block-res-success .info > .col:first-of-type p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 549px) {
  .block-res-success .info > .col:first-of-type p:last-of-type {
    margin-bottom: 24px;
  }
}
@media (max-width: 549px) {
  .block-res-success .info > .col:last-of-type {
    text-align: center;
  }
}
.block-res-success h2 {
  font-family: "GothamNarrowVietHoa";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.15000001px;
  color: inherit;
  margin-bottom: 16px;
}
.block-res-success blockquote {
  margin-top: 48px;
  margin-bottom: 64px;
  color: inherit;
  border-left: 2px solid;
  font-family: "GothamNarrowVietHoa";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: left;
}
@media (max-width: 549px) {
  .block-res-success blockquote {
    margin-top: 40px;
    margin-bottom: 32px;
  }
}
.block-res-success blockquote p {
  margin-bottom: 12px;
}
.block-res-success blockquote strong {
  font-weight: 700;
}
.block-vi-sao-chon {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
@media (max-width: 849px) {
  .block-vi-sao-chon {
    padding-bottom: 64px !important;
    padding-top: 64px !important;
  }
}
.block-vi-sao-chon .section-content > .row > .col:last-of-type .button {
  margin-top: 48px;
}
@media (max-width: 849px) {
  .block-vi-sao-chon .section-content > .row > .col:last-of-type .button {
    margin-top: 32px;
  }
}
.block-vi-sao-chon .section-content .img {
  width: auto !important;
  padding: 0 25px;
  margin: 0;
}
.block-vi-sao-chon .section-content > .row > .col:first-of-type {
  margin-bottom: 0px;
}
.block-vi-sao-chon .section-content > .row > .col:first-of-type > .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.block-vi-sao-chon .section-content > .row > .col:not(:first-of-type) {
  text-align: center;
}
.block-vi-sao-chon .section-content > .row > .col:not(:first-of-type) h3 {
  font-family: "GothamNarrowVietHoa";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.25px;
  color: var(--orange-color);
  margin-bottom: 20px;
}
.block-vi-sao-chon .section-content > .row > .col:not(:first-of-type) p {
  margin-bottom: 0;
}
.block-thong-ke ._Abc_dgx {
  text-align: center;
}
.block-thong-ke ._Abc_dgx .col {
  padding-bottom: 0;
}
@media (max-width: 549px) {
  .block-thong-ke ._Abc_dgx > .col:not(:last-of-type) {
    padding-bottom: 48px;
  }
}
.block-thong-ke ._Abc_dgx > .col > .col-inner > .row > .col:first-of-type p {
  margin-bottom: 0;
}
.block-thong-ke
  ._Abc_dgx
  > .col
  > .col-inner
  > .row
  > .col:first-of-type::after {
  content: "";
  width: 1px;
  height: 32px;
  background-color: var(--black-color);
  display: block;
  margin: 0 auto;
}
.block-thong-ke ._Abc_dgx > .col > .col-inner > .row > .col:last-of-type p {
  margin-bottom: 0;
}
.block-thong-ke
  ._Abc_dgx
  > .col
  > .col-inner
  > .row
  > .col:last-of-type
  > .col-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-thong-ke
  ._Abc_dgx
  > .col
  > .col-inner
  > .row
  > .col:last-of-type
  p:only-child {
  font-family: "GothamNarrowVietHoa";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0.1px;
  color: var(--orange-color);
}
.block-thong-ke
  ._Abc_dgx
  > .col
  > .col-inner
  > .row
  > .col:last-of-type
  p:not(:only-child):first-of-type {
  font-family: "GothamNarrowVietHoa";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 56px;
  letter-spacing: 0.1px;
  color: var(--orange-color);
}
.block-thong-ke
  ._Abc_dgx
  > .col
  > .col-inner
  > .row
  > .col:last-of-type
  p:not(:only-child):last-of-type {
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0.25px;
  color: var(--orange-color);
  text-align: left;
  margin-left: 3px;
}
@media (max-width: 549px) {
  .row-2-button > .col > .col-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .row-2-button > .col > .col-inner .button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px auto 0 !important;
    display: -webkit-box;
  }
}
.sec-4year2 {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
@media (max-width: 849px) {
  .sec-4year2 {
    padding-bottom: 64px !important;
    padding-top: 64px !important;
  }
}
.sec-4year2 .section-content > .row > .col:last-of-type .button {
  margin-top: 48px;
}
@media (max-width: 849px) {
  .sec-4year2 .section-content > .row > .col:last-of-type .button {
    margin-top: 32px;
  }
}
.sec-4year2 .text.Heading6 {
  color: var(--white-color);
  text-align: left;
}
.sec-4year2 .text.Heading6 a {
  color: inherit;
}
.sec-4year2 .h3-custom {
  font-family: "GothamNarrowVietHoa";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.25px;
  text-align: left;
  color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 849px) {
  .sec-4year2 .h3-custom {
    text-align: center;
    font-family: "GothamNarrowVietHoa";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: 0.15000001px;
    max-width: 184px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sec-4year2 .h3-custom p {
  margin-bottom: 16px;
  font-family: "GothamNarrowVietHoa";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.15000001px;
}
.sec-4year2 .h3-custom::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: var(--white-color);
  display: block;
  margin-top: 20px;
  margin-right: 24px;
}
@media (max-width: 849px) {
  .sec-4year2 .h3-custom::before {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.sec-4year2 .row.row-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: var(--white-color);
  text-align: justify;
}
.sec-4year2 .row.row-content .col:first-of-type {
  padding-right: 0;
  max-width: 49.3333333%;
  -ms-flex-preferred-size: 49.3333333%;
  flex-basis: 49.3333333%;
}
.sec-4year2 .row.row-content .col:last-of-type {
  padding-left: 0;
  position: absolute;
  right: 0;
  max-width: 53.3333333%;
  -ms-flex-preferred-size: 53.3333333%;
  flex-basis: 53.3333333%;
}
.sec-4year2 .row.row-content .col:last-of-type .col-inner {
  padding: 40px 48px;
}
@media (max-width: 549px) {
  .sec-4year2 .row.row-content .col:last-of-type .col-inner {
    padding: 20px 16px 64px;
  }
}
@media (max-width: 1024px) {
  .sec-4year2 .row.row-content .col {
    max-width: 50% !important;
    -ms-flex-preferred-size: 50% !important;
    flex-basis: 50% !important;
    position: relative !important;
  }
}
@media (max-width: 849px) {
  .sec-4year2 .row.row-content .col {
    padding: 0 15px !important;
    max-width: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
  }
}
.sec-4year2 .icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
.sec-4year2 .icon-box-img {
  max-width: 24px;
  margin-bottom: 0 !important;
  margin-right: 8px;
}
.mfp-close {
  opacity: 0 !important;
}
.lightbox-custom.lightbox-content {
  position: relative;
  padding: 52px 44px !important;
}
@media (max-width: 549px) {
  .lightbox-custom.lightbox-content {
    padding: 52px 15px !important;
    padding-bottom: 15px !important;
  }
}
.lightbox-custom.lightbox-content button.mfp-close {
  top: 12px !important;
  right: 12px !important;
  opacity: 1 !important;
}
.lightbox-custom.lightbox-content ul,
.lightbox-custom.lightbox-content ol {
  margin-left: 1.3em;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-center p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-center p:first-child {
  margin-right: 9px;
}
.background-linear {
  background-color: var(--orange-color);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--primary-color)),
    to(var(--orange-color))
  );
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--orange-color)
  );
}
.col:last-of-type {
  padding-bottom: 0;
}
.border-primary {
  border: 1px solid var(--primary-color);
}
.border-primary.row-dashed .col:after,
.border-primary.row-solid .col:after {
  border-color: var(--primary-color);
}
.border-primary.row-dashed .col::before,
.border-primary.row-solid .col::before {
  border-color: var(--primary-color);
}
.image-auto {
  width: auto;
}
.image-auto img {
  width: auto;
}
.padding-main {
  padding-bottom: 80px !important;
  padding-top: 80px !important;
}
@media (max-width: 849px) {
  .padding-main {
    padding-bottom: 64px !important;
    padding-top: 64px !important;
  }
}
.padding-main .section-content > .row > .col:last-of-type .button {
  margin-top: 48px;
}
@media (max-width: 849px) {
  .padding-main .section-content > .row > .col:last-of-type .button {
    margin-top: 32px;
  }
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
@media (max-width: 849px) {
  .padding-bottom-0 {
    padding-bottom: 0 !important;
  }
}
.padding-top-0 {
  padding-top: 0 !important;
}
@media (max-width: 849px) {
  .padding-top-0 {
    padding-top: 0 !important;
  }
}
.Heading2 {
  font-family: "GothamNarrowVietHoa";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0.25px;
}
.Heading3 {
  font-family: "GothamNarrowVietHoa";
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
  letter-spacing: 0.1px;
  text-align: justified;
}
.Heading5 {
  font-family: "GothamNarrowVietHoa";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}
.Heading6 {
  font-family: "GothamNarrowVietHoa";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.15000001px;
}
.Body2 {
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.25px;
}
.Button {
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.25px;
}
.Caption {
  font-family: "GothamNarrowVietHoa";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.40000001px;
}
.Sub1 {
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1px;
  text-align: right;
}
.Subtitle1 {
  font-family: "GothamNarrowVietHoa";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0.15000001px;
  text-align: left;
}
#waitprocess {
  display: none;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  clear: both;
  text-align: center;
  overflow: hidden;
}
#waitprocess .loading-dots {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#waitprocess .loading-dots--dot {
  -webkit-animation: dot-keyframes 1.5s infinite ease-in-out;
  animation: dot-keyframes 1.5s infinite ease-in-out;
  background-color: var(--primary-color);
  border-radius: 10px;
  display: inline-block;
  height: 10px;
  width: 10px;
}
#waitprocess .loading-dots--dot:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#waitprocess .loading-dots--dot:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
@-webkit-keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 0.4;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.button.primary.is-link {
  color: var(--black-color);
  min-height: 48px;
  display: inline-grid;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1px;
  text-align: right;
  text-transform: initial;
  font-weight: bold;
}
.button.primary.is-link .icon-angle-right {
  position: relative;
}
.button.primary.is-link .icon-angle-right::after {
  content: url(../images/Arrow\ -\ Right\ 2.svg);
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.button.primary.is-link .icon-angle-right::before {
  content: url(../images/Arrow\ -\ Right\ 2.svg);
  position: relative;
  left: 0;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.button.primary.is-link:hover .icon-angle-right::after {
  left: 8px;
}
.button.primary.is-link:hover .icon-angle-right::before {
  left: 3px;
  opacity: 0;
}
.button.primary:not(.is-link) {
  min-height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.25px;
  margin: 0;
  color: var(--black-color);
}
.button.primary:not(.is-link):hover {
  background-color: #000 !important;
  color: var(--primary-color);
}
.button.white:not(.is-link) {
  min-height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.25px;
  margin: 0;
  color: var(--primary-color) !important;
}
.button.white:not(.is-link):hover {
  background-color: #000 !important;
}
.button.primary.is-outline {
  min-height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.25px;
  margin: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-width: 2px;
  border-style: solid;
  -o-border-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--orange-color)
  );
  border-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--primary-color)),
    to(var(--orange-color))
  );
  border-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--orange-color)
  );
  border-image-slice: 1;
  color: var(--primary-color);
}
.button.primary.is-outline:hover {
  background-color: var(--orange-color);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--primary-color)),
    to(var(--orange-color))
  );
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--orange-color)
  );
  color: var(--white-color);
}
.button.white.is-link {
  color: var(--white-color);
  min-height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.1px;
  text-align: right;
}
.button.white.is-link .icon-angle-right {
  position: relative;
}
.button.white.is-link .icon-angle-right::after {
  content: url(../images/Arrow\ -\ Right\ white\ 2.svg);
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.button.white.is-link .icon-angle-right::before {
  content: url(../images/Arrow\ -\ Right\ white\ 2.svg);
  position: relative;
  left: 0;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.button.white.is-link:hover .icon-angle-right::after {
  left: 8px;
}
.button.white.is-link:hover .icon-angle-right::before {
  left: 3px;
  opacity: 0;
}
.marker {
  position: relative;
}
.marker::after {
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--primary-color);
  opacity: 0.7;
  z-index: -1;
}
.button.secondary.is-outline {
  background-color: var(--orange-color);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--primary-color)),
    to(var(--orange-color))
  );
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--orange-color)
  );
  min-height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.25px;
  margin: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-width: 2px;
  border-style: solid;
  -o-border-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--orange-color)
  );
  border-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--primary-color)),
    to(var(--orange-color))
  );
  border-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--orange-color)
  );
  border-image-slice: 1;
  color: var(--white-color);
}
.button.secondary.is-outline:hover {
  color: var(--primary-color);
  background: var(--white-color);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.button.white.is-outline {
  background-color: var(--white-color) !important;
  min-height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "GothamNarrowVietHoa";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 1.25px;
  margin: 0;
  border: 1px solid var(--primary-color);
  color: var(--primary-color) !important;
}
.button.white.is-outline:hover {
  background-color: var(--orange-color);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--primary-color)),
    to(var(--orange-color))
  );
  background-image: linear-gradient(
    to right,
    var(--primary-color),
    var(--orange-color)
  );
  color: var(--white-color) !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: var(--white-color);
}
