@font-face {
  font-family: 'sfuiText_regular';
  font-style: normal;
  font-weight: normal;
  src: url("sfuitext-regular.woff") format("woff"); }

@font-face {
  font-family: 'sfuiText_bold';
  font-style: normal;
  font-weight: normal;
  src: url("sfuitext-bold.woff") format("woff"); }

@font-face {
  font-family: 'sfuiText_medium';
  font-style: normal;
  font-weight: normal;
  src: url("sfuitext-medium.woff") format("woff"); }

@font-face {
  font-family: 'sfuiText_semibold';
  font-style: normal;
  font-weight: normal;
  src: url("sfuitext-semibold.woff") format("woff"); }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth; }

/* 1.2 - HTML5 Elements */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: 'sfuiText_regular',Helvetica,sans-serif;
  font-size: 16px;
  color: #2a363b;
  overflow-x: hidden;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-font-smoothing: subpixel-antialiased; }

a, a:hover {
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

a:hover {
  text-decoration: none; }

img, svg {
  max-width: 100%; }

ol, ul {
  margin: 0; }

ul, ol {
  margin: 0;
  list-style: none; }

img.lazyload:not([src]) {
  visibility: hidden; }

.lazyload-image {
  box-sizing: content-box;
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: auto; }

.lazyload-image img {
  display: block; }

.lazyload-image .lazyload-image__placeholder {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%; }

.lazyload-image .lazyload-image__placeholder.aspect-ratio {
  padding-bottom: calc((var(--height-img)/var(--width-img)) * 100%); }

.lazyload-image .lazyload-image__placeholder img {
  position: absolute;
  width: auto;
  height: auto;
  max-height: 100%;
  left: 50%;
  top: 50%;
  border: none;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "blur-up: auto", "object-fit: contain";
  -o-object-fit: contain;
  object-fit: contain; }

.lazyload-image .lazyload-image__placeholder iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  border: none;
  overflow: hidden;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.lazyload-image .lazyload-image__placeholder .lazyloading {
  opacity: 0.6;
  -webkit-filter: blur(8px);
  filter: blur(8px);
  transition: opacity 100ms, filter 150ms;
  -webkit-transition: opacity 100ms, filter 150ms; }

.lazyload-image .lazyload-image__placeholder .lazyloaded {
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0); }

/*========= SVG  ========= */
.logo-hrv svg {
  fill: #00579a; }

.logo-grab svg {
  fill: #4ba759; }

.grab-ico01-1 {
  fill: #05B14E; }

.grab-ico01-2 {
  fill: #fff; }

.grab-ico02-1 {
  fill: #05B14E; }

.grab-ico02-2 {
  fill: #fff; }

.grab-ico03-1 {
  fill: #05B14E; }

.grab-ico03-2 {
  fill: #fff; }

/*========= button hover ========= */
@media (min-width: 1200px) {
  .container-fluid {
    max-width: 1600px; } }

.btn-hover-vertical {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }

.btn-hover-vertical:before {
  content: '';
  background-color: #f9a825;
  position: absolute;
  top: 0;
  left: -2px;
  width: 0%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.btn-hover-vertical:hover::before {
  opacity: 1;
  right: -2px;
  width: calc(100% + 4px); }

/*===== HEADER =================================*/
.header-zalo {
  background: #fff;
  padding: 8px 0px 10px;
  position: relative;
  z-index: 8;
  border-bottom: 1px solid #78FF77;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease; }
  .header-zalo .flexbox-header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .header-zalo .wrap-header-logo svg {
    height: 36px;
    max-width: 170px;
    display: block; }
  .header-zalo .wrap-header-logo img {
    max-height: 46px; }
  .header-zalo .wrap-header-logo .logo-zalo img {
    max-height: 26px; }
  .header-zalo .wrap-header-logo .navbar-logo li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px; }
  @media (max-width: 767px) {
    .header-zalo .wrap-header-logo .navbar-logo {
      text-align: center; }
      .header-zalo .wrap-header-logo .navbar-logo li {
        margin: 0 4px;
        max-width: calc(100%/3 - 15px); }
        .header-zalo .wrap-header-logo .navbar-logo li img, .header-zalo .wrap-header-logo .navbar-logo li svg {
          max-width: 100%; }
        .header-zalo .wrap-header-logo .navbar-logo li.logo-zalo img {
          max-height: 16px; }
    .header-zalo .wrap-header-logo svg {
      max-width: 120px; } }

/*========== MAIN CONTENT ==============*/
.blockTitle {
  margin-bottom: 30px;
  text-align: center; }
  .blockTitle h2 {
    font-size: 36px;
    color: #0047BA;
    font-family: var(--hrv-font-family-bold);
    margin: 0;
    line-height: 1.3; }
  .blockTitle h2.cl-white {
    color: #ffffff; }
  .blockTitle h2.cl-hlight {
    color: #05B14E; }
  .blockTitle .subtitle {
    font-size: 22px;
    line-height: 1.6;
    font-family: var(--hrv-font-family-regular);
    color: #26323d;
    letter-spacing: -0.25px;
    margin: 5px auto 0;
    max-width: 840px; }
  .blockTitle .subtitle.cl-white {
    color: #ffffff; }
  @media (max-width: 991px) and (min-width: 768px) {
    .blockTitle h2 {
      font-size: 30px; }
    .blockTitle .subtitle {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .blockTitle {
      margin-bottom: 20px; }
    .blockTitle h2 {
      font-size: 26px;
      line-height: 1.3; }
    .blockTitle .subtitle {
      font-size: 20px; } }

.blockAction-cta .btn-begins {
  min-width: 240px;
  text-align: center;
  outline: none;
  margin: 0px;
  padding: 16px 25px 12px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #2962FF;
  border: 1px solid #2962FF;
  color: #ffffff;
  font-size: 18px;
  font-family: var(--hrv-font-family-bold);
  line-height: 1.2;
  letter-spacing: -0.485px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .blockAction-cta .btn-begins.btn-white {
    background-color: #ffffff;
    color: #0044AA;
    border-color: #0044AA; }
  .blockAction-cta .btn-begins.btn-banner {
    background-color: #ff6e00;
    color: #ffffff;
    border-color: #ff6e00; }
  .blockAction-cta .btn-begins:hover, .blockAction-cta .btn-begins:focus {
    color: #fff;
    background: #f9a825;
    border-color: #f9a825; }

.blockAction-cta p {
  margin: 0; }

.blockAction-cta .noted-italic {
  font-style: italic;
  max-width: 500px;
  margin: 0 auto; }

@media (max-width: 767px) {
  .blockAction-cta .btn-begins {
    min-width: 70%;
    max-width: 100%;
    font-size: 18px;
    padding: 14px 15px 10px; } }

.sitebox-heading {
  margin-bottom: 30px;
  position: relative; }
  .sitebox-heading h2, .sitebox-heading .h2-title {
    line-height: 43.2px;
    font-size: 36px;
    font-weight: 700;
    color: #0047ba;
    margin: 0 0 5px;
    font-family: var(--hrv-font-family-bold);
    letter-spacing: -0.9px; }
  .sitebox-heading h3 {
    font-size: 32px;
    font-weight: 700;
    color: #0047ba;
    margin: 0 0 5px;
    font-family: var(--hrv-font-family-bold);
    letter-spacing: -0.9px; }
  .sitebox-heading .subtitle {
    font-size: 24px;
    font-family: var(--hrv-font-family-regular);
    color: #19191B;
    margin: 0;
    line-height: 28.8px;
    max-width: 875px;
    margin: 0 auto; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .sitebox-heading h2, .sitebox-heading .h2-title {
      font-size: 28px;
      line-height: 35px; }
    .sitebox-heading .subtitle {
      font-size: 18px; } }
  @media (max-width: 991px) {
    .sitebox-heading h2, .sitebox-heading .h2-title {
      font-size: 26px; }
    .sitebox-heading h3 {
      font-size: 24px; }
    .sitebox-heading .subtitle {
      font-size: 18px; } }
  @media (max-width: 767px) {
    .sitebox-heading {
      margin-bottom: 20px; }
    .sitebox-heading h2, .sitebox-heading .h2-title {
      font-size: 22px;
      line-height: 32px; }
    .sitebox-heading h3 {
      font-size: 20px;
      line-height: 30px; }
    .sitebox-heading .subtitle {
      font-size: 16px;
      line-height: 24px; } }
  @media (max-width: 576px) {
    .sitebox-heading .subtitle {
      font-size: 14px;
      line-height: 20px; } }

.sitebox-actions .btn-trial {
  position: relative;
  font-size: 16px;
  font-family: var(--hrv-font-family-bold), sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  background: #2962FF;
  border: 1px solid #2962FF;
  padding: 14px 32px 10px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  outline: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 4px; }
  .sitebox-actions .btn-trial:before {
    content: '';
    background-color: #3d60c3;
    position: absolute;
    top: 0;
    left: -2px;
    width: 0%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .sitebox-actions .btn-trial.disabled {
    pointer-events: none;
    opacity: 0.7; }
  .sitebox-actions .btn-trial--white {
    color: #0047ba;
    background: #ffffff;
    border-color: transparent; }
  .sitebox-actions .btn-trial:hover {
    color: #ffffff;
    background: #0047ba;
    border-color: #0047ba; }
  .sitebox-actions .btn-trial--white:hover {
    color: #ffffff;
    background: #0047ba;
    border-color: #0047ba; }
  .sitebox-actions .btn-trial--start {
    background: #FF9D29; }
  .sitebox-actions .btn-trial--solution {
    color: #2962FF;
    background: #ffffff;
    box-shadow: none; }
    .sitebox-actions .btn-trial--solution:focus {
      color: #2962FF;
      background: #ffffff; }
  .sitebox-actions .btn-trial--sales {
    color: #2962FF;
    background: #ffffff; }
  .sitebox-actions .btn-trial--cus {
    background: #FF587A; }

.sitebox-actions .txt-note {
  margin: 0;
  font-style: italic;
  font-size: 14px;
  margin: 0; }

.sitebox-actions .btn-disabled {
  background: #a2a2a2;
  border-color: #a2a2a2;
  pointer-events: none; }

@media (max-width: 991px) {
  .sitebox-actions .btn-trial {
    font-size: 16px;
    padding: 10px 15px 8px; } }

@media (max-width: 767px) {
  .sitebox-actions {
    text-align: center; }
    .sitebox-actions .btn-trial {
      font-size: 14px;
      padding: 10px 15px 6px; } }

.subhead {
  font-size: 24px;
  font-family: var(--hrv-font-family-regular);
  line-height: 28.80px;
  margin-bottom: 30px; }

.subhead1 {
  text-transform: uppercase; }

@media (max-width: 991px) {
  /*section h3{font-size: 18px;}*/
  section h4 {
    font-size: 22px; }
  .subhead {
    font-size: 20px;
    margin-bottom: 5px; } }

@media (max-width: 767px) {
  /*section h3{font-size: 18px;}*/
  section h4 {
    font-size: 20px; }
  .subhead {
    font-size: 16px;
    line-height: 24px; } }

.sitebox-wrap {
  margin-bottom: 15px; }
  .sitebox-wrap .group-txtlist li {
    position: relative;
    padding-left: 20px;
    line-height: 26px;
    margin-bottom: 6px; }
    .sitebox-wrap .group-txtlist li:before {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' viewBox='0 0 14 12' fill='none'%3E%3Cpath d='M4.8819 11.7195L0.0874939 6.43951L1.68261 4.67953L4.8819 8.19952L12.069 0.269531L13.6641 2.02953L4.8819 11.7195Z' fill='%230047BA'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      position: absolute;
      top: 6px;
      left: 0;
      width: 14px;
      height: 14px; }
    .sitebox-wrap .group-txtlist li b {
      font-family: 'sfuiText_bold'; }
  @media (max-width: 767px) {
    .sitebox-wrap {
      margin-bottom: 0; }
      .sitebox-wrap .group-txtlist li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 5px; } }

.cl-white {
  color: #ffffff !important; }

[class^="section-zalo-"] {
  padding: 80px 0;
  overflow: hidden; }

@media (max-width: 767px) {
  [class^="section-zalo-"] {
    padding: 40px 0; } }

.hidden {
  display: none !important; }

.section-zalo-overview {
  position: relative;
  padding: 0; }
  .section-zalo-overview:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://file.hstatic.net/1000001117/file/bg-overview-zalo.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom left; }
  .section-zalo-overview .overview-detail {
    display: flex;
    align-items: center; }
    .section-zalo-overview .overview-detail .suptitle {
      font-size: 30px;
      font-family: var(--hrv-font-family-bold);
      color: #E70053;
      text-transform: uppercase;
      margin: 0; }
    .section-zalo-overview .overview-detail .suptitle2 {
      font-size: 27px;
      color: #333;
      font-family: var(--hrv-font-family-regular);
      margin-bottom: 16px; }
    .section-zalo-overview .overview-detail h1 {
      color: #0047BA;
      font-size: 46px;
      font-family: var(--hrv-font-family-bold);
      font-weight: 700;
      line-height: 50.40px;
      margin-bottom: 5px; }
      .section-zalo-overview .overview-detail h1 .bg-title {
        position: relative;
        z-index: 1; }
        .section-zalo-overview .overview-detail h1 .bg-title:before {
          content: '';
          position: absolute;
          top: -4px;
          left: 0;
          width: 100%;
          height: 100%;
          background: #FFFA9B;
          z-index: -1; }
    .section-zalo-overview .overview-detail .p {
      color: #2A363B; }
  @media (min-width: 1200px) {
    .section-zalo-overview {
      overflow-x: hidden; }
      .section-zalo-overview .overview-detail {
        padding: 50px 0; }
      .section-zalo-overview .sitebox-image {
        width: 108%; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-zalo-overview .overview-detail .suptitle {
      font-size: 18px; }
    .section-zalo-overview .overview-detail .suptitle2 {
      font-size: 22px; }
    .section-zalo-overview .overview-detail h1 {
      font-size: 32px;
      line-height: 40px;
      margin-bottom: 0; } }
  @media (max-width: 991px) {
    .section-zalo-overview {
      padding-top: 60px; }
      .section-zalo-overview .overview-detail {
        text-align: center; } }
  @media (max-width: 767px) {
    .section-zalo-overview {
      padding: 40px 0; }
      .section-zalo-overview .overview-detail {
        margin-bottom: 15px; }
        .section-zalo-overview .overview-detail .suptitle {
          font-size: 16px; }
        .section-zalo-overview .overview-detail .suptitle2 {
          font-size: 18px; }
        .section-zalo-overview .overview-detail h1 {
          font-size: 28px;
          line-height: 32px; } }

.section-zalo-price {
  position: relative;
  background-image: url(https://file.hstatic.net/1000001117/file/bg-zalo-price.webp);
  background-size: cover;
  background-position: center; }
  .section-zalo-price:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://file.hstatic.net/1000001117/file/bg-money-icon.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0; }
  .section-zalo-price .sitebox-heading {
    margin-bottom: 15px; }
  .section-zalo-price .price-tab {
    text-align: center; }
    .section-zalo-price .price-tab .nav-tabs {
      display: inline-flex;
      background: #fff;
      padding: 4px;
      border-radius: 40px;
      margin-bottom: 30px; }
      .section-zalo-price .price-tab .nav-tabs .nav-link {
        padding: 10px 20px;
        font-size: 16px;
        color: #2A363B;
        border-radius: 40px;
        border: none; }
        .section-zalo-price .price-tab .nav-tabs .nav-link.active {
          font-family: 'sfuiText_bold';
          background-color: #05B14E;
          color: #fff; }
  .section-zalo-price .sale-price {
    position: relative;
    padding: 28px 15px 70px;
    background: linear-gradient(180deg, #00AAFF 30%, rgba(208, 240, 255, 0) 100%);
    border-radius: 14px; }
    .section-zalo-price .sale-price .list-price {
      position: relative;
      width: 65%;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      gap: 30px; }
      .section-zalo-price .sale-price .list-price:before, .section-zalo-price .sale-price .list-price:after {
        content: '';
        position: absolute; }
      .section-zalo-price .sale-price .list-price:before {
        top: 0;
        left: -64px;
        width: calc(100% + 128px);
        height: 18px;
        background: #0037FE;
        border-radius: 20px; }
      .section-zalo-price .sale-price .list-price .price-item {
        position: relative;
        padding: 14px 0;
        flex: 0 0 calc(50% - 15px);
        margin-top: 8px; }
        .section-zalo-price .sale-price .list-price .price-item:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size: contain;
          background-position: top;
          background-repeat: no-repeat;
          z-index: 0; }
        .section-zalo-price .sale-price .list-price .price-item .item-title {
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 3px;
          margin: 0;
          padding: 0 14px; }
          .section-zalo-price .sale-price .list-price .price-item .item-title .tag {
            font-size: 12px;
            font-family: var(--hrv-font-family-bold);
            color: #fff;
            background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            display: inline-block;
            padding: 4px 16px 2px 8px;
            text-transform: uppercase;
            flex: 0 0 auto; }
          .section-zalo-price .sale-price .list-price .price-item .item-title .code {
            color: #0047BA;
            font-size: 32px; }
        .section-zalo-price .sale-price .list-price .price-item .item-sale {
          position: relative;
          padding: 20px 14px 15px;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
          width: calc(100% - 28px);
          margin: 0 auto; }
          .section-zalo-price .sale-price .list-price .price-item .item-sale .title {
            font-size: 50px;
            font-family: var(--hrv-font-family-barlow-medium);
            line-height: 60px;
            margin-top: -8px; }
          .section-zalo-price .sale-price .list-price .price-item .item-sale .desc {
            font-size: 18px; }
        .section-zalo-price .sale-price .list-price .price-item .item-note {
          position: relative;
          margin-top: 10px;
          padding: 10px 14px;
          font-size: 13.5px; }
        .section-zalo-price .sale-price .list-price .price-item--1:before {
          background-image: url(https://file.hstatic.net/1000001117/file/bg-zalo-sale1.webp); }
        .section-zalo-price .sale-price .list-price .price-item--1 .item-title .tag {
          background-image: url(https://file.hstatic.net/1000001117/file/price-tag1.webp); }
        .section-zalo-price .sale-price .list-price .price-item--1 .item-sale {
          background-image: url(https://file.hstatic.net/1000001117/file/bg-zalo-title1.webp); }
          .section-zalo-price .sale-price .list-price .price-item--1 .item-sale .title {
            color: #FF4B82; }
        .section-zalo-price .sale-price .list-price .price-item--1 .item-note {
          border-top: 1px rgba(240, 98, 146, 0.5) solid; }
        .section-zalo-price .sale-price .list-price .price-item--2:before {
          background-image: url(https://file.hstatic.net/1000001117/file/bg-zalo-sale2.webp); }
        .section-zalo-price .sale-price .list-price .price-item--2 .item-title .tag {
          background-image: url(https://file.hstatic.net/1000001117/file/price-tag2.webp); }
        .section-zalo-price .sale-price .list-price .price-item--2 .item-sale {
          background-image: url(https://file.hstatic.net/1000001117/file/bg-zalo-title2.webp); }
          .section-zalo-price .sale-price .list-price .price-item--2 .item-sale .title {
            color: #00A390; }
        .section-zalo-price .sale-price .list-price .price-item--2 .item-note {
          border-top: 1px rgba(0, 163, 144, 0.5) solid; }
        .section-zalo-price .sale-price .list-price .price-item--3 {
          flex: 0 0 72%;
          padding: 20px 0; }
          .section-zalo-price .sale-price .list-price .price-item--3:before {
            background-image: url(https://file.hstatic.net/1000001117/file/bg-zalo-sale3.webp); }
          .section-zalo-price .sale-price .list-price .price-item--3 .item-title {
            font-size: 24px;
            font-family: var(--hrv-font-family-bold);
            color: #0047BA;
            line-height: 1.2; }
          .section-zalo-price .sale-price .list-price .price-item--3 .item-sale {
            background-image: url(https://file.hstatic.net/1000001117/file/bg-zalo-title3.webp); }
            .section-zalo-price .sale-price .list-price .price-item--3 .item-sale .title {
              color: #FF4B82;
              margin-top: -5px; }
          .section-zalo-price .sale-price .list-price .price-item--3 .item-note {
            border-top: 1px rgba(240, 98, 146, 0.5) solid; }
  .section-zalo-price .sitebox-actions {
    margin-top: -25px; }
  .section-zalo-price .sub-note {
    position: relative;
    color: #fff;
    margin: 15px 0 0;
    font-size: 14px; }
  @media (min-width: 992px) {
    .section-zalo-price .price-tab .tabs-price-new .list-price .item-price {
      -ms-flex: 0 0 calc(100%/3 - 10px);
      flex: 0 0 calc(100%/3 - 10px);
      max-width: calc(100%/3 - 10px); } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-zalo-price:before {
      left: 0;
      width: 100%;
      background-position: center; } }
  @media (max-width: 991px) {
    .section-zalo-price .price-tab .owl-carousel .owl-stage-outer {
      border-radius: 40px; }
    .section-zalo-price .price-tab .nav-tabs .nav-link {
      font-size: 16px; }
    .section-zalo-price .price-tab .nav-tabs:not(.owl-loaded) {
      display: flex;
      flex-flow: nowrap;
      overflow: hidden; }
      .section-zalo-price .price-tab .nav-tabs:not(.owl-loaded) .nav-item {
        flex: 0 0 100%; }
    .section-zalo-price .price-tab .nav-tabs .owl-nav .owl-prev, .section-zalo-price .price-tab .nav-tabs .owl-nav .owl-next {
      position: absolute;
      top: calc(50% - 14px);
      width: 30px;
      height: 30px;
      font-size: 0;
      border-radius: 50%;
      box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
      background: #fff;
      border: 0px;
      outline: none;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .section-zalo-price .price-tab .nav-tabs .owl-nav .owl-prev span:before, .section-zalo-price .price-tab .nav-tabs .owl-nav .owl-next span:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-size: 16px;
      background-repeat: no-repeat;
      background-position: center; }
    .section-zalo-price .price-tab .nav-tabs .owl-nav .owl-prev {
      left: -10px; }
    .section-zalo-price .price-tab .nav-tabs .owl-nav .owl-next {
      right: -10px; }
    .section-zalo-price .price-tab .nav-tabs .owl-nav .owl-prev span:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 443.52 443.52' style='enable-background:new 0 0 443.52 443.52;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M143.492,221.863L336.226,29.129c6.663-6.664,6.663-17.468,0-24.132c-6.665-6.662-17.468-6.662-24.132,0l-204.8,204.8 c-6.662,6.664-6.662,17.468,0,24.132l204.8,204.8c6.78,6.548,17.584,6.36,24.132-0.42c6.387-6.614,6.387-17.099,0-23.712 L143.492,221.863z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .section-zalo-price .price-tab .nav-tabs .owl-nav .owl-next span:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 443.52 443.52' style='enable-background:new 0 0 443.52 443.52;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M336.226,209.591l-204.8-204.8c-6.78-6.548-17.584-6.36-24.132,0.42c-6.388,6.614-6.388,17.099,0,23.712l192.734,192.734 L107.294,414.391c-6.663,6.664-6.663,17.468,0,24.132c6.665,6.663,17.468,6.663,24.132,0l204.8-204.8 C342.889,227.058,342.889,216.255,336.226,209.591z' fill='currentColor'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .section-zalo-price .price-tab .nav-tabs .owl-nav .owl-prev.disabled, .section-zalo-price .price-tab .nav-tabs .owl-nav .owl-next.disabled {
      opacity: 0.5;
      pointer-events: none; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .section-zalo-price .sale-price .list-price {
      width: 90%; }
      .section-zalo-price .sale-price .list-price:before {
        left: -40px;
        width: calc(100% + 80px); } }
  @media (max-width: 767px) {
    .section-zalo-price .sub-note {
      font-size: 14px; }
    .section-zalo-price .sale-price {
      padding-bottom: 50px; }
      .section-zalo-price .sale-price .list-price {
        width: 100%;
        gap: 15px; }
        .section-zalo-price .sale-price .list-price:before {
          height: 8px; } }
  @media (max-width: 767px) and (min-width: 481px) {
    .section-zalo-price .sale-price {
      padding: 25px 15px 50px; }
      .section-zalo-price .sale-price .list-price {
        gap: 8px; }
        .section-zalo-price .sale-price .list-price:before {
          left: -10px;
          width: calc(100% + 20px); }
        .section-zalo-price .sale-price .list-price .price-item {
          margin-top: 4px;
          padding: 15px 0 0;
          flex: 0 0 calc(50% - 4px); }
          .section-zalo-price .sale-price .list-price .price-item:before {
            background-size: cover;
            background-position: top center; }
          .section-zalo-price .sale-price .list-price .price-item .item-title .tag {
            font-size: 10px;
            padding: 4px 16px 0px 8px; }
          .section-zalo-price .sale-price .list-price .price-item .item-title .code {
            font-size: 22px; }
          .section-zalo-price .sale-price .list-price .price-item .item-sale {
            padding: 10px;
            margin-bottom: 0; }
            .section-zalo-price .sale-price .list-price .price-item .item-sale .tag {
              font-size: 24px; }
            .section-zalo-price .sale-price .list-price .price-item .item-sale .title {
              font-size: 32px;
              margin-top: -6px;
              line-height: 50px; }
            .section-zalo-price .sale-price .list-price .price-item .item-sale .desc {
              font-size: 15px;
              margin-top: -6px; }
          .section-zalo-price .sale-price .list-price .price-item .item-note {
            margin-top: 8px;
            padding: 4px 10px 15px;
            font-size: 12px; }
          .section-zalo-price .sale-price .list-price .price-item--3 {
            flex: 0 0 75%; }
            .section-zalo-price .sale-price .list-price .price-item--3 .item-title {
              font-size: 20px; }
            .section-zalo-price .sale-price .list-price .price-item--3 .item-sale {
              padding: 25px 0 15px;
              margin: 10px auto 0; } }
  @media (max-width: 480px) {
    .section-zalo-price:before {
      left: 0;
      width: 100%; }
    .section-zalo-price .price-tab .tab-pane > div {
      padding: 0; }
    .section-zalo-price .sale-price:after {
      bottom: 20%;
      right: -20px; }
    .section-zalo-price .sale-price .list-price {
      flex-flow: wrap; }
      .section-zalo-price .sale-price .list-price:before {
        left: -5px;
        width: calc(100% + 10px); }
      .section-zalo-price .sale-price .list-price .price-item {
        margin-top: 4px;
        flex: 0 0 90%;
        max-width: 270px; }
        .section-zalo-price .sale-price .list-price .price-item .item-title .code {
          font-size: 28px; }
        .section-zalo-price .sale-price .list-price .price-item .item-sale .title {
          margin-top: -8px;
          font-size: 45px; }
        .section-zalo-price .sale-price .list-price .price-item--2 .item-note {
          padding-bottom: 30px; }
        .section-zalo-price .sale-price .list-price .price-item--3 {
          flex: 0 0 100%;
          max-width: 100%;
          padding: 30px 0; }
          .section-zalo-price .sale-price .list-price .price-item--3:before {
            background-size: cover; }
          .section-zalo-price .sale-price .list-price .price-item--3 .item-sale {
            padding: 14px;
            margin: 5px auto 0; } }
  @media (max-width: 360px) {
    .section-zalo-price .sale-price .list-price .price-item {
      max-width: 235px; }
      .section-zalo-price .sale-price .list-price .price-item .item-title .code {
        font-size: 26px; }
      .section-zalo-price .sale-price .list-price .price-item .item-sale {
        padding: 15px 15px 10px; }
        .section-zalo-price .sale-price .list-price .price-item .item-sale .title {
          font-size: 35px;
          line-height: 40px; }
      .section-zalo-price .sale-price .list-price .price-item .item-note {
        margin-top: 5px;
        padding: 5px 14px; }
      .section-zalo-price .sale-price .list-price .price-item--2 .item-note {
        padding-bottom: 45px; }
      .section-zalo-price .sale-price .list-price .price-item--3 {
        max-width: 100%; }
        .section-zalo-price .sale-price .list-price .price-item--3 .item-title {
          font-size: 18px; }
        .section-zalo-price .sale-price .list-price .price-item--3 .item-sale .desc {
          font-size: 14px; }
        .section-zalo-price .sale-price .list-price .price-item--3 .item-sale .title {
          margin-top: 0px; } }

.section-zalo-deals .blockTitle {
  margin: 0;
  padding: 40px 15px 30px; }

.section-zalo-deals .wrapper-grabexp {
  background: #ffffff;
  border: 1px solid #fffdfd;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 42px 8px rgba(0, 176, 65, 0.3);
  -moz-box-shadow: 0px 0px 42px 8px rgba(0, 176, 65, 0.3);
  -o-box-shadow: 0px 0px 42px 8px rgba(0, 176, 65, 0.3);
  box-shadow: 0px 0px 42px 8px rgba(0, 176, 65, 0.3); }

.section-zalo-deals .infoList-service {
  padding-left: 40px;
  padding-right: 60px;
  margin-bottom: 20px; }

.section-zalo-deals .list-service {
  padding: 30px 0;
  position: relative; }
  .section-zalo-deals .list-service:before {
    content: '';
    position: absolute;
    border-right: 2px dashed #62C28A;
    left: 62px;
    top: 0;
    border-radius: 0 0 100% 100%;
    height: 100%; }
  .section-zalo-deals .list-service:after {
    content: '';
    position: absolute;
    top: 0;
    left: 57px;
    background: #62C28A;
    width: 12px;
    height: 12px;
    border-radius: 100%; }
  .section-zalo-deals .list-service .service-item {
    display: -webkit-flex;
    display: flex;
    background: #ffffff;
    border-left: 8px solid #67C262;
    border-radius: 4px;
    margin-bottom: 18px;
    background: #FFFFFF;
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05), 0px 6px 30px rgba(0, 0, 0, 0.03), 0px 1px 9px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    z-index: 2; }
    .section-zalo-deals .list-service .service-item:last-child {
      margin-bottom: 0; }
    .section-zalo-deals .list-service .service-item--icon {
      position: relative;
      background: #f0ffdf;
      padding: 18px 10px;
      text-align: center;
      -ms-flex: 0 0 110px;
      flex: 0 0 110px;
      max-width: 110px;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .section-zalo-deals .list-service .service-item--icon svg {
        width: 64px; }
    .section-zalo-deals .list-service .service-item--info {
      padding: 7px 20px;
      -ms-flex: 0 0 calc(100% - 110px);
      flex: 0 0 calc(100% - 110px);
      max-width: calc(100% - 110px);
      -webkit-align-self: center;
      align-self: center; }
      .section-zalo-deals .list-service .service-item--info h3 {
        line-height: 1.5;
        font-size: 24px;
        letter-spacing: -0.25px;
        font-family: var(--hrv-font-family-bold);
        color: #00692D;
        margin: 0; }
      .section-zalo-deals .list-service .service-item--info p {
        line-height: 1.4;
        font-size: 14px;
        letter-spacing: -0.25px;
        font-family: 'sfuiText_medium';
        color: #2a363b;
        margin: 0; }

@media (max-width: 1199px) and (min-width: 992px) {
  .section-zalo-deals .infoList-service {
    padding-left: 15px;
    padding-right: 30px; } }

@media (min-width: 992px) {
  .section-zalo-deals .column-image {
    -webkit-align-self: center;
    align-self: center; } }

@media (max-width: 991px) and (min-width: 768px) {
  .section-zalo-deals .infoList-service {
    padding-right: 100px;
    padding-left: 100px; } }

@media (max-width: 767px) {
  .section-zalo-deals .blockTitle {
    margin: 0;
    padding: 20px 18px 15px; }
  .section-zalo-deals .infoList-service {
    padding-left: 15px;
    padding-right: 15px; }
  .section-zalo-deals .list-service {
    padding: 30px 0; }
    .section-zalo-deals .list-service:before {
      left: 45px; }
    .section-zalo-deals .list-service:after {
      left: 40px; }
    .section-zalo-deals .list-service .service-item--icon {
      -ms-flex: 0 0 80px;
      flex: 0 0 80px;
      max-width: 80px; }
      .section-zalo-deals .list-service .service-item--icon svg {
        width: 55px; }
    .section-zalo-deals .list-service .service-item--info {
      padding: 10px 16px;
      -ms-flex: 0 0 calc(100% - 80px);
      flex: 0 0 calc(100% - 80px);
      max-width: calc(100% - 80px); }
      .section-zalo-deals .list-service .service-item--info p {
        font-size: 14px; }
      .section-zalo-deals .list-service .service-item--info h3 {
        font-size: 20px;
        line-height: 1.35; }
  .section-zalo-deals .blockAction-cta .btn-begins {
    width: 100%; } }

.section-zalo-tablist {
  position: relative;
  padding-top: 20px;
  background: linear-gradient(0deg, white 0%, white 100%), linear-gradient(270deg, rgba(255, 241, 241, 0.5) 0%, #E9FBF1 100%); }
  .section-zalo-tablist .flex-container-tablist {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    .section-zalo-tablist .flex-container-tablist > div[class*='tablist-column-'] {
      padding: 0; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-left .navtabs-title {
      border: 0; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-left .navtabs-title .nav-item {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-left .navtabs-title .nav-link {
      border: 1px solid #dfe2eb;
      padding: 10px 25px 10px 15px;
      border-radius: 8px;
      color: #2a363b;
      font-size: 16px;
      background: #fff;
      cursor: pointer;
      display: block;
      margin: 0 0 10px;
      letter-spacing: -0.25px; }
      .section-zalo-tablist .flex-container-tablist .tablist-column-left .navtabs-title .nav-link .step-count {
        color: #00692D;
        font-family: 'sfuiText_bold';
        text-transform: uppercase; }
      .section-zalo-tablist .flex-container-tablist .tablist-column-left .navtabs-title .nav-link .step-text b {
        font-weight: initial;
        font-family: 'sfuiText_bold'; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-left .navtabs-title .nav-link.active {
      background-color: #e0f2ff;
      border-color: #c9e8ff;
      text-decoration: none; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-left .navtabs-title .nav-link:not(.active):hover,
    .section-zalo-tablist .flex-container-tablist .tablist-column-left .navtabs-title .nav-link:not(.active):focus {
      background-color: #e0f2ff;
      text-decoration: none; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image {
      background: #f4f4f4;
      border: 1px solid #e0e3eb;
      border-radius: 4px;
      position: relative;
      overflow: hidden; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .choose-list {
      background: #f2f4f8;
      height: 38px;
      line-height: 38px;
      border-bottom: 1px solid #e0e3eb;
      padding: 0 5px; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .choose-list span {
      display: inline-block;
      vertical-align: middle;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      margin: 0 5px; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .choose-list span:nth-child(1) {
      background: #ef5350; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .choose-list span:nth-child(2) {
      background: #fbc02d; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .choose-list span:nth-child(3) {
      background: #00c853; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .content-tabslist {
      overflow: hidden; }
      .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .content-tabslist .tab-pane {
        transform: scale(1.01);
        -o-transition: opacity 0s linear, transform 0s linear;
        transition: opacity 0s linear, transform 0s linear; }
        .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .content-tabslist .tab-pane.active {
          transform: scale(1);
          -webkit-transition: opacity .2s linear, transform .4s linear;
          -o-transition: opacity .2s linear, transform .4s linear;
          transition: opacity .2s linear, transform .4s linear; }
      .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .content-tabslist .panel-step-title {
        display: none;
        padding: 10px 12px;
        padding-right: 35px;
        cursor: pointer;
        position: relative; }
        .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .content-tabslist .panel-step-title:before {
          content: "";
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M6.43,2.26A.88.88,0,1,0,5.19,3.49L9,7.25,5.19,11a.88.88,0,1,0,1.24,1.24l4.38-4.38a.87.87,0,0,0,0-1.24Z'%3E%3C/path%3E%3C/svg%3E");
          position: absolute;
          width: 18px;
          height: 18px;
          right: 7px;
          top: 16px;
          -webkit-transform: rotate(0);
          transform: rotate(0);
          transition: -webkit-transform 0.15s ease-in-out;
          transition: transform 0.15s ease-in-out;
          transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out; }
        .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .content-tabslist .panel-step-title .step-count {
          margin: 0;
          font-size: 13px;
          color: #1667e6;
          font-family: 'sfuiText_bold';
          text-transform: uppercase; }
        .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .content-tabslist .panel-step-title .step-text {
          margin: 0;
          font-size: 14px; }
        .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .content-tabslist .panel-step-title .step-text b {
          font-weight: initial;
          font-family: 'sfuiText_bold'; }
      .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .content-tabslist .panel-step-image img, .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .content-tabslist .panel-step-image .lazyloading, .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .content-tabslist .panel-step-image .lazyload {
        transition: 0s; }
  @media (min-width: 1200px) {
    .section-zalo-tablist .navtabs-title {
      margin-top: 38px; }
    .section-zalo-tablist .flex-container-tablist > div[class*='tablist-column-'] {
      height: auto; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-left {
      width: 300px; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-right {
      width: calc(100% - 285px);
      margin-left: -15px; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image {
      height: 100%; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-left .navtabs-title .nav-link.active {
      margin-left: -15px;
      padding-left: 30px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .section-zalo-tablist .navtabs-title {
      margin-top: 30px; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-left .navtabs-title .nav-link .step-text {
      font-size: 12px; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-left .navtabs-title .nav-link .step-count {
      font-size: 12px; }
    .section-zalo-tablist .flex-container-tablist > div[class*='tablist-column-'] {
      height: auto; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-left {
      width: 255px; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-right {
      width: calc(100% - 240px);
      margin-left: -15px; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image {
      height: 100%; }
    .section-zalo-tablist .flex-container-tablist .tablist-column-left .navtabs-title .nav-link.active {
      margin-left: -15px;
      padding-left: 30px; } }
  @media (max-width: 991px) {
    .section-zalo-tablist .flex-container-tablist {
      margin-bottom: 30px; }
      .section-zalo-tablist .flex-container-tablist .tablist-column-left {
        display: none; }
      .section-zalo-tablist .flex-container-tablist .tablist-column-right {
        width: 100%; }
        .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image {
          border: 0;
          background: transparent; }
        .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .choose-list {
          display: none; }
        .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .content-tabslist .tab-pane {
          background: #ffffff;
          border: 1px solid #dfe2eb;
          border-radius: 8px;
          display: block;
          opacity: 1;
          transform: scale(1); }
        .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .content-tabslist .tab-pane + .tab-pane {
          margin-top: 20px; }
        .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .content-tabslist .panel-step-title {
          display: block;
          border-radius: 8px 8px 0 0; }
        .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .content-tabslist .panel-step-image {
          display: none; }
        .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .content-tabslist .tab-pane.is-accordion {
          border-radius: 8px 8px 0 0; }
        .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .content-tabslist .tab-pane.is-accordion .panel-step-title {
          background-color: #e0f2ff; }
        .section-zalo-tablist .flex-container-tablist .tablist-column-right .tablist-image .content-tabslist .tab-pane.is-accordion .panel-step-title:before {
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg); } }

.section-zalo-ads {
  background: linear-gradient(341deg, #F7F5FF 0%, #ECF4FF 94%); }
  .section-zalo-ads .has-bg {
    position: relative;
    padding: 20px 0; }
    .section-zalo-ads .has-bg:before {
      content: '';
      position: absolute;
      top: 0;
      width: 70%;
      height: 100%;
      border-radius: 8px; }
  .section-zalo-ads .sitebox-heading {
    margin-bottom: 15px; }
  .section-zalo-ads .sub-list li {
    line-height: 22px;
    margin-bottom: 10px; }
  .section-zalo-ads .tag-new {
    position: relative;
    z-index: 1;
    font-size: 18px;
    font-family: var(--hrv-font-family-bold);
    background: #E01B22;
    color: #FFEBEE;
    padding: 8px 10px 4px;
    line-height: 120%;
    letter-spacing: -0.35px;
    text-transform: uppercase; }
    .section-zalo-ads .tag-new:before {
      content: '';
      display: block;
      border: 5px solid transparent;
      border-top-color: #B70A10;
      border-left-color: #B70A10;
      width: 0;
      height: 0;
      position: absolute;
      top: 100%;
      left: 0; }
    .section-zalo-ads .tag-new span {
      width: 0;
      height: 0;
      position: absolute;
      right: -13px; }
      .section-zalo-ads .tag-new span.new_1 {
        border-bottom: 0px solid transparent;
        border-right: 14px solid transparent;
        border-top: 15px solid #E01B22;
        top: 0; }
      .section-zalo-ads .tag-new span.new_2 {
        border-top: 0px solid transparent;
        border-right: 13px solid transparent;
        border-bottom: 15px solid #E01B22;
        right: -12px;
        bottom: 0; }
  @media (max-width: 991px) {
    .section-zalo-ads .sitebox-heading {
      margin-bottom: 20px;
      text-align: center; }
    .section-zalo-ads .row {
      gap: 15px;
      flex-flow: column-reverse; }
    .section-zalo-ads .has-bg {
      padding: 40px 0; }
      .section-zalo-ads .has-bg:before {
        width: 100%;
        border-radius: 0; } }
  @media (max-width: 767px) {
    .section-zalo-ads .sub-list li, .section-zalo-ads .tag-new {
      font-size: 14px; } }

.section-zalo-form {
  background: linear-gradient(50deg, #0174EE 27%, #0048E5 80%); }

/*================= MODAL FORM =================*/
/*===================================================================*/
/* modal succes */
.modal.modalForm-success .modal-dialog {
  opacity: 0;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s; }

.modal.modalForm-success.show .modal-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.modal.modalForm-success {
  background: rgba(3, 17, 27, 0.7);
  padding: 0; }

.modalForm-success .modal-content {
  position: relative;
  border: 0;
  background-color: #0068FF;
  background: -moz-linear-gradient(130deg, #0068FF 0%, #0068FF 99%);
  background: -webkit-linear-gradient(130deg, #0068FF 0%, #0068FF 99%);
  background: -webkit-linear-gradient(130deg, #0068FF 0%, #0068FF 99%); }

.modalForm-success .modal-content:before, .modalForm-success .modal-content:after {
  content: "";
  position: absolute;
  width: 35%;
  top: 0;
  bottom: 0;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center; }

.modalForm-success .modal-content:after {
  right: 0;
  background-image: url(//file.hstatic.net/1000001117/file/modal-succes-vector-right-min.png); }

.modalForm-success .modal-content:before {
  left: 0;
  background-image: url(//file.hstatic.net/1000001117/file/modal-succes-vector-left-min.png); }

.modalForm-success .modal-content .modal-body {
  z-index: 2;
  padding: 15px 25px 20px; }

.modalForm-success .modal-body .modal-image img {
  max-width: 200px; }

.modalForm-success .modal-body .modal-title {
  font-size: 26px;
  color: #fff;
  font-family: var(--hrv-font-family-bold);
  margin: 0 0 30px;
  text-transform: uppercase;
  padding-bottom: 10px;
  position: relative; }

.modalForm-success .modal-body .modal-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30%;
  height: 1px;
  background: #fff; }

.modalForm-success .modal-body .modal-text {
  font-size: 15px;
  color: #fff;
  margin: 20px 0 0;
  font-family: 'sfuiText_medium',sans-serif;
  line-height: 1.42; }

.modalForm-success .modal-body .modal-text p {
  margin: 0 0 5px; }

.modalForm-success .modal-body .modal-text .txtlink {
  color: #ffffff;
  font-family: 'sfuiText_bold'; }

@media (min-width: 768px) {
  .modalForm-success .modal-dialog {
    max-width: 480px; } }

@media (max-width: 767px) {
  .modalForm-success .modal-content .modal-body {
    padding: 15px 30px 20px; }
  .modalForm-success .modal-content:before,
  .modalForm-success .modal-content:after {
    width: 40%;
    background-size: auto; }
  .modalForm-success .modal-body .modal-title {
    font-size: 25px; }
  .modalForm-success .modal-body .modal-text {
    font-size: 15px; } }

/* popup Register  */
.modalForm-register.fade.show {
  opacity: 1;
  z-index: 2147483699; }

.modalForm-register .modal-content {
  background-color: #fff;
  border: 0;
  box-shadow: 0px 0px 40px 0px rgba(0, 172, 193, 0.16);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 80px;
  overflow: hidden; }

.modalForm-register .modal-heading {
  background: #ffffff;
  text-align: center;
  border: 0;
  padding: 25px 20px 10px; }

.modalForm-register .modal-heading .modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 5;
  margin: 0;
  padding: 0;
  outline: none;
  margin-top: 0px;
  opacity: 1;
  float: initial;
  text-shadow: none;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background: #e5e5e5;
  border: 1px solid #e5e5e5; }

.modalForm-register .modal-heading .modal-close svg {
  display: block;
  fill: #33475b;
  width: 20px;
  height: 100%;
  opacity: 0.7;
  margin: auto;
  -webkit-transition: -webkit-transform .25s, opacity .25s;
  -moz-transition: -moz-transform .25s, opacity .25s;
  transition: transform .25s, opacity .25s; }

.modalForm-register .modal-heading .modal-close:hover svg {
  opacity: 1;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  transform: scale(1.12); }

.modalForm-register .modal-heading .modal-title {
  padding: 0px 15px 0;
  line-height: 1.3;
  color: #0047ba;
  font-size: 30px;
  margin: 0px auto;
  font-family: var(--hrv-font-family-bold); }

.modalForm-register .modal-heading .modal-subtitle {
  font-size: 16px;
  position: relative;
  margin: 0 auto;
  letter-spacing: -0.4px; }

.modalForm-register .modal-bodyform {
  position: relative;
  padding: 10px 35px 15px; }

@media (min-width: 768px) {
  .modalForm-register .modal-dialog {
    max-width: 620px; } }

@media (max-width: 767px) {
  .modalForm-register .modal-content {
    margin-bottom: 0;
    margin-top: 20px; }
  .modalForm-register .modal-heading {
    padding: 25px 20px 5px; }
  .modalForm-register .modal-heading .modal-title {
    font-size: 26px;
    padding: 0px 28px 0; }
  .modalForm-register .modal-heading .modal-subtitle {
    font-size: 14px; }
  .modalForm-register .modal-bodyform {
    padding: 8px 15px 30px; } }

/* Modal body form  */
.fieldset .form-row {
  margin: 0 -8px; }

.fieldset .form-row > [class*=col-] {
  padding-right: 4px;
  padding-left: 4px;
  margin-bottom: 8px; }

.field-group .field-messages {
  font-size: 13px;
  margin: 5px 0;
  padding: 0 20px;
  color: #bababa; }

.field-input-wrapper {
  position: relative; }

.field-input-wrapper .field-label {
  font-size: 12px;
  color: #2A363B;
  font-family: 'sfuiText_medium';
  display: block;
  font-weight: initial;
  padding: 0;
  margin: 0 0 7px; }

.field-input-wrapper .field-label .field-text {
  font-size: 14px;
  font-family: 'sfuiText_regular'; }

.field-input-wrapper .field-label b {
  color: #ff0000;
  font-weight: initial;
  font-size: 80%;
  font-family: 'sfuiText_regular';
  vertical-align: 2px; }

.field-input-wrapper .field-placeholder {
  font-size: 12px;
  color: #2A363B;
  display: block;
  font-weight: initial;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 7px;
  left: 18px;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90%;
  pointer-events: none;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-transition-property: opacity, transform;
  transition-property: opacity, transform;
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms; }

.field-required .field-input-wrapper .field-placeholder:after {
  content: " (*)";
  font-size: 10px;
  color: #ff0000;
  margin-left: 2px;
  vertical-align: 3px; }

.field-input-wrapper .field-input,
.field-input-wrapper .field-select {
  font-family: 'sfuiText_regular';
  font-size: 12px;
  color: #0047ba;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  display: block;
  width: 100%;
  padding: 10px 18px;
  box-sizing: border-box;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-transition: padding 150ms;
  -moz-transition: padding 150ms;
  transition: padding 150ms; }

.field-input-wrapper textarea.field-input {
  width: 100%;
  max-width: 100%; }

.field-group .field-input-wrapper .field-input[type=number]::-webkit-outer-spin-button,
.field-group .field-input-wrapper .field-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.field-group .field-input-wrapper .field-input::-webkit-input-placeholder {
  color: #666666;
  font-size: 0; }

.field-group .field-input-wrapper .field-input::-moz-placeholder {
  color: #666666;
  font-size: 0; }

.field-group .field-input-wrapper .field-input::-ms-input-placeholder {
  color: #666666;
  font-size: 0; }

/* select */
.field-group-select .field-input-wrapper:not(.js-is-field) .field-placeholder {
  opacity: 0;
  visibility: hidden; }

.field-input-wrapper .field-select-dropdown {
  position: relative; }

.field-input-wrapper .field-select-dropdown:after {
  content: '';
  position: absolute;
  width: 10px;
  height: 14px;
  top: calc(50% - 7px);
  right: 15px;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%236f6c90' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat;
  background-position: right center;
  background-size: 10px 14px; }

.field-input-wrapper .field-select-dropdown .field-select {
  padding-right: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.field-input-wrapper .field-select-dropdown .field-select option,
.field-input-wrapper .field-select-dropdown .field-select:invalid {
  color: #3d5067;
  font-size: 15px; }

.field-input-wrapper .field-select-dropdown .field-select option[value="null"],
.field-input-wrapper .field-select-dropdown .field-select option[value=""] {
  color: #bababa; }

/* js-active */
.field-input-wrapper .field-input:focus,
.js-is-field.field-input-wrapper .field-input,
.js-is-field.field-input-wrapper .field-select {
  padding-top: 16px;
  padding-bottom: 4px; }

.field-input-wrapper .field-input:focus + .field-placeholder,
.js-is-field.field-input-wrapper .field-placeholder {
  visibility: visible;
  opacity: 1;
  font-size: 10px;
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px); }

.field-group.field-group-error .field-input-wrapper .field-label {
  color: #ff0000; }

/* checkbox- radio */
.field-group.field-group-radio, .field-group.field-group-checkbox {
  margin-bottom: 20px; }

.field-group.field-group-radio .field-input-wrapper .field-label,
.field-group.field-group-checkbox .field-input-wrapper .field-label {
  font-size: 15px;
  color: #212121;
  margin-bottom: 1px; }

.field-group.field-group-radio .field-input-wrapper .field-label.red,
.field-group.field-group-checkbox .field-input-wrapper .field-label.red {
  color: red; }

.field-group .listChoice-option .field-check {
  margin-top: 7px;
  margin-bottom: 4px; }

.listChoice-option .field-check .field-check-option {
  margin: 0;
  padding: 0;
  position: relative; }

.listChoice-option .field-check .field-check-option input + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  letter-spacing: -0.2px; }

.listChoice-option .field-check .field-check-option input {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  line-height: 14px;
  color: #fff;
  background: #ffffff;
  border: 2px solid #e5e5e5;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  margin: 0;
  transition: all 0.15s ease-out 0s;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.listChoice-option .field-check .field-check-option input:before {
  content: '\2714\fe0e';
  font-size: 12px;
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  text-align: center; }

.listChoice-option .field-check .field-check-option input.input-radius,
.listChoice-option .field-check .field-check-option input.input-radius:after {
  border-radius: 50%; }

.listChoice-option .field-check .field-check-option input:hover {
  background: #fff; }

.listChoice-option .field-check .field-check-option input:hover:before {
  opacity: 1;
  color: #0047ba; }

.listChoice-option .field-check .field-check-option input:checked {
  background: #0047ba;
  border-color: #0047ba; }

.listChoice-option .field-check .field-check-option input:checked:after {
  content: '';
  display: block;
  position: relative;
  z-index: 100;
  background: #00b0ff;
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s; }

.listChoice-option .field-check .field-check-option input:checked:before {
  opacity: 1;
  color: #ffffff; }

.listChoice-option.listChoice-group {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.listChoice-option.listChoice-group .field-check .field-check-option input[type='radio'] {
  z-index: 1;
  left: 10px;
  top: 12px; }

.listChoice-option.listChoice-group .field-check .field-check-option input[type='radio'] + label {
  display: block;
  padding: 8px 8px 8px 45px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px; }

@keyframes click-wave {
  0% {
    height: 15px;
    width: 15px;
    opacity: 0.35;
    position: relative; }
  100% {
    height: 40px;
    width: 40px;
    margin-left: -12.5px;
    margin-top: -12.5px;
    opacity: 0; } }

.fieldset .listChoice-flexbox {
  margin: 0 -5px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.fieldset .listChoice-flexbox.form-row > div {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px;
  margin-bottom: 0; }

.listChoice-flexbox .field-check .field-check-option {
  height: 100%; }

.listChoice-flexbox .field-check .field-check-option input[type='radio'] {
  position: absolute;
  top: 8px;
  left: 12px;
  height: 18px;
  visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

.listChoice-flexbox .field-check .field-check-option input[type='radio'] + label {
  margin: 0;
  cursor: pointer;
  color: #3d5067;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 8px 14px;
  border-radius: 4px;
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  height: 100%;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in; }

.listChoice-flexbox .field-check .field-check-option input[type='radio'] + label:before {
  content: "\2714";
  background: #0047ba;
  color: #ffffff;
  font-size: 11px;
  width: 16px;
  height: 16px;
  line-height: 16px;
  position: absolute;
  left: 6px;
  top: 10px;
  border-radius: 2px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: margin 200ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, -webkit-transform 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -moz-transition: margin 200ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, -moz-transform 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  -o-transition: margin 200ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, -o-transform 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: margin 200ms cubic-bezier(0.6, -0.28, 0.735, 0.045) 100ms, transform 200ms cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.listChoice-flexbox .field-check .field-check-option input[type='radio']:checked + label {
  background: #ffffff;
  color: #0047ba;
  border-color: #0047ba;
  padding-left: 24px;
  padding-right: 4px; }

.listChoice-flexbox .field-check .field-check-option input[type='radio']:checked + label:before {
  margin-left: 0px;
  color: #ffffff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 100ms, margin 400ms, -webkit-transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 100ms;
  -moz-transition: -moz-transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 100ms, margin 400ms, -moz-transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 100ms;
  -o-transition: -o-transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 100ms, margin 400ms, -o-transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 100ms;
  transition: transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 100ms, margin 400ms, transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 100ms; }

/* button */
.field-group-button {
  margin: 8px 0 0; }

.field-group-button .btn-submit-form {
  position: relative;
  outline: none;
  overflow: hidden;
  font-size: 18px;
  font-family: 'sfuiText_bold';
  text-transform: uppercase;
  margin-top: 10px;
  min-width: 270px;
  width: 100%;
  color: #ffffff;
  background: #FF5200;
  border: 0;
  padding: 12px 30px;
  display: block;
  vertical-align: middle;
  outline: none;
  margin: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.field-group-button .btn-submit-form:before {
  content: "";
  background: #EF6201;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.field-group-button .btn-submit-form:hover,
.field-group-button .btn-submit-form:focus {
  outline: none; }

.field-group-button .btn-submit-form:hover:before,
.field-group-button .btn-submit-form:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

@media (max-width: 767px) {
  .field-input-wrapper .field-placeholder {
    left: 15px; }
  .field-input-wrapper .field-input, .field-input-wrapper .field-select {
    padding-left: 15px;
    padding-right: 15px; }
  .field-group-button .button {
    width: 100%; } }
