@charset "UTF-8";
.sectionHeading {
  margin-bottom: 40px;
  text-align: center; }
  @media (max-width: 991px) {
    .sectionHeading {
      margin-bottom: 20px; } }
  .sectionHeading h3 {
    font-size: 45px;
    font-weight: 400; }
    @media (max-width: 991px) {
      .sectionHeading h3 {
        font-size: 25px; } }
    .sectionHeading h3 a {
      color: #000; }

/* Slider Index */
.section-home-slider {
  padding-top: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 0px; }
  .section-home-slider img {
    width: 100%; }
  .section-home-slider .owl-carousel:not(.owl-loaded) {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    overflow: hidden; }
  .section-home-slider .owl-carousel:not(.owl-loaded) .slider-item {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%; }
  .section-home-slider .owl-carousel .slider-item {
    position: relative; }
  .section-home-slider .owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 8px;
    z-index: 101;
    width: 100%;
    right: 0;
    margin: 0 auto;
    max-width: 1324px;
    display: flex;
    justify-content: flex-end; }
    .section-home-slider .owl-carousel .owl-nav button {
      height: 40px;
      width: 40px;
      padding: 8px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      color: #444444;
      background-color: rgba(255, 255, 255, 0.5);
      outline: none;
      border-radius: 4px;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      transition: all 0.4s;
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-home-slider .owl-carousel .owl-nav button.owl-prev {
        left: 30px; }
      .section-home-slider .owl-carousel .owl-nav button.owl-next {
        right: 30px;
        background-color: #007ED4; }
      .section-home-slider .owl-carousel .owl-nav button svg {
        width: 20px;
        height: 20px; }
  .section-home-slider .owl-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    right: 0;
    margin: 0 auto;
    max-width: 1324px;
    z-index: 100; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot {
      margin: 0 2px;
      outline: 0; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot span {
      display: flex;
      display: -ms-flex;
      display: -webkit-flex;
      width: 8px;
      height: 4px;
      transition: all 0.5s ease;
      background: rgba(255, 255, 255, 0.4); }
    .section-home-slider .owl-carousel .owl-dots .owl-dot.active span {
      background: #fff;
      width: 64px; }
  @media (max-width: 767px) {
    .section-home-slider .owl-carousel .owl-dots {
      bottom: 8px; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot span {
      height: 4px; }
    .section-home-slider .owl-carousel .owl-dots .owl-dot.active span {
      width: 32px; } }
  .section-home-slider:hover .owl-nav button {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .section-home-slider .slide--content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 100; }
    .section-home-slider .slide--content .slide--title {
      color: #fff;
      margin-bottom: 40px;
      font-size: 44px;
      font-weight: 600; }
    .section-home-slider .slide--content .slide--btn a {
      display: inline-flex;
      background: #007ED4;
      padding: 8px 32px;
      align-items: center;
      color: #fff;
      height: 38px;
      align-items: center;
      border-radius: 4px;
      font-size: 16px;
      font-weight: 600;
      font-family: "Exo"; }
    @media (max-width: 991.98px) and (min-width: 768px) {
      .section-home-slider .slide--content .slide--title {
        color: #fff;
        margin-bottom: 40px;
        font-size: 32px;
        font-weight: 600; } }
    @media (max-width: 767.98px) {
      .section-home-slider .slide--content {
        top: auto;
        bottom: 80px;
        height: auto; }
        .section-home-slider .slide--content .slide--title {
          font-size: 30px;
          margin-bottom: 24px;
          line-height: 1.4;
          letter-spacing: 1px; }
        .section-home-slider .slide--content .slide--btn a {
          min-height: 33px;
          height: 33px;
          padding: 4px 14px;
          font-size: 13px; }
          .section-home-slider .slide--content .slide--btn a svg {
            margin-left: 6px; } }
  @media (max-width: 767.98px) {
    .section-home-slider .slider-item {
      position: relative; }
      .section-home-slider .slider-item:after {
        background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
        height: 250px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        content: '';
        z-index: 99; } }

/* Tìm bưu cục */
.section-maps {
  padding: 72px 0; }
  .section-maps h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .section-maps .home-map-tabs {
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap; }
    .section-maps .home-map-tabs .home-map-tabs-wrap {
      padding: 6px;
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 4px; }
      .section-maps .home-map-tabs .home-map-tabs-wrap .home-map-tabs-item {
        display: flex;
        padding: 8px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: #737373;
        font-size: 20px;
        font-weight: 400;
        border-radius: 4px;
        cursor: pointer; }
        .section-maps .home-map-tabs .home-map-tabs-wrap .home-map-tabs-item a {
          color: #737373;
          font-size: 20px;
          font-weight: 400; }
        .section-maps .home-map-tabs .home-map-tabs-wrap .home-map-tabs-item.active {
          background: #E3F6FF;
          color: #007ED4;
          font-weight: 700; }
  @media (max-width: 991.98px) {
    .section-maps {
      padding: 32px 0; }
      .section-maps h2 {
        font-size: 26px; }
      .section-maps .home-map-tabs {
        margin-bottom: 16px; }
        .section-maps .home-map-tabs .home-map-tabs-wrap {
          padding: 4px;
          border-radius: 8px; }
          .section-maps .home-map-tabs .home-map-tabs-wrap .home-map-tabs-item {
            padding: 6px 12px;
            font-size: 15px; }
            .section-maps .home-map-tabs .home-map-tabs-wrap .home-map-tabs-item a {
              font-size: 15px; } }

/* Giới thiệu */
.section-aboutus {
  position: relative; }
  .section-aboutus .image img {
    width: 100%; }
  .section-aboutus .section-aboutus-wrapper {
    position: absolute;
    bottom: 87px;
    left: 0;
    z-index: 99;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    right: 0;
    color: #fff; }
    .section-aboutus .section-aboutus-wrapper h2 {
      max-width: 636px;
      color: #fff;
      font-size: 40px;
      font-weight: 600; }
    .section-aboutus .section-aboutus-wrapper .section-aboutus-lists {
      max-width: 636px;
      display: flex;
      flex-wrap: wrap;
      gap: 12px; }
      .section-aboutus .section-aboutus-wrapper .section-aboutus-lists .item {
        flex: 0 0 calc(50% - 6px);
        max-width: calc(50% - 6px);
        border-radius: 8px;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(12px);
        display: flex;
        padding: 24px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 6px; }
        .section-aboutus .section-aboutus-wrapper .section-aboutus-lists .item .subtitle {
          font-size: 20px;
          font-weight: 700; }
        .section-aboutus .section-aboutus-wrapper .section-aboutus-lists .item .title {
          font-size: 32px;
          font-weight: 600;
          font-family: "Exo", sans-serif;
          letter-spacing: -0.7px; }
  @media (max-width: 991.98px) {
    .section-aboutus .section-aboutus-wrapper {
      position: absolute;
      bottom: auto;
      top: 70px;
      gap: 32px; }
      .section-aboutus .section-aboutus-wrapper h2 {
        font-size: 26px; }
      .section-aboutus .section-aboutus-wrapper .section-aboutus-lists {
        gap: 8px; }
        .section-aboutus .section-aboutus-wrapper .section-aboutus-lists .item {
          flex: 0 0 calc(50% - 4px);
          max-width: calc(50% - 4px);
          padding: 16px; }
          .section-aboutus .section-aboutus-wrapper .section-aboutus-lists .item .subtitle {
            font-size: 15px; }
          .section-aboutus .section-aboutus-wrapper .section-aboutus-lists .item .title {
            font-size: 20px; } }

/* Công nghệ */
.section-tech-platform {
  background-image: url("https://cdn.hstatic.net/files/200000472237/file/bg-tech.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 72px;
  margin-top: -1px;
  padding-top: 72px; }
  .section-tech-platform h2 {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .section-tech-platform .section-tech-platform-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .section-tech-platform .section-tech-platform-lists .item {
      display: flex;
      padding: 40px 20px;
      flex-direction: column;
      gap: 20px;
      color: #fff;
      flex: 0 0 calc(25% - 15px);
      max-width: calc(25% - 15px);
      align-self: stretch;
      border-radius: 12px;
      background: rgba(255, 115, 0, 0.5);
      backdrop-filter: blur(8px); }
      .section-tech-platform .section-tech-platform-lists .item .title {
        font-family: "Exo", sans-serif;
        font-size: 32px;
        font-weight: 600;
        letter-spacing: -0.7px; }
      .section-tech-platform .section-tech-platform-lists .item .desc {
        font-size: 20px; }
  .section-tech-platform .section-tech-platform-viewmore {
    text-align: center;
    margin-top: 40px; }
  @media (max-width: 991.98px) {
    .section-tech-platform {
      padding-top: 48px;
      padding-bottom: 48px;
      margin-top: -1px; }
      .section-tech-platform h2 {
        font-size: 32px;
        margin-bottom: 32px; }
      .section-tech-platform .section-tech-platform-lists {
        display: flex;
        flex-wrap: wrap;
        gap: 8px; }
        .section-tech-platform .section-tech-platform-lists .item {
          padding: 32px 12px;
          gap: 16px;
          flex: 0 0 calc(50% - 4px);
          max-width: calc(50% - 4px); }
          .section-tech-platform .section-tech-platform-lists .item .title {
            font-family: "Exo", sans-serif;
            font-size: 20px;
            font-weight: 600;
            letter-spacing: -0.7px; }
          .section-tech-platform .section-tech-platform-lists .item .desc {
            font-size: 15px; }
      .section-tech-platform .section-tech-platform-viewmore {
        text-align: center;
        margin-top: 32px; } }
  @media (max-width: 767.98px) {
    .section-tech-platform {
      background-image: url("https://cdn.hstatic.net/files/200000472237/file/bg-tech-mb.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      margin-top: -1px; } }

.section-solution {
  padding-bottom: 72px;
  background: linear-gradient(180deg, #FFF 0%, #FAFAFA 100%); }
  .section-solution h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -1.5px;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .section-solution .section-solution-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .section-solution .section-solution-lists .item {
      flex: 0 0 calc(50% - 10px);
      max-width: calc(50% - 10px);
      position: relative;
      display: flex;
      overflow: hidden;
      border-radius: 12px; }
      .section-solution .section-solution-lists .item .content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        padding: 120px 24px 24px 24px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.55) 100%); }
        .section-solution .section-solution-lists .item .content .title {
          color: #fff;
          font-family: "Exo", sans-serif;
          font-size: 36px;
          font-weight: 600;
          letter-spacing: -1px; }
        .section-solution .section-solution-lists .item .content .actions a {
          color: #fff;
          border: 1px solid #007ED4;
          background: #007ED4; }
  @media (max-width: 991.98px) {
    .section-solution {
      padding-bottom: 48px; }
      .section-solution h2 {
        font-size: 32px;
        letter-spacing: -0.5px;
        margin-bottom: 32px; }
      .section-solution .section-solution-lists .item {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px); }
        .section-solution .section-solution-lists .item .content {
          padding: 120px 16px 16px 16px;
          gap: 8px; }
          .section-solution .section-solution-lists .item .content .title {
            font-size: 24px; }
          .section-solution .section-solution-lists .item .content .actions a {
            font-size: 13px; } }
  @media (max-width: 767.98px) {
    .section-solution h2 {
      font-size: 26px; }
    .section-solution .section-solution-lists .item {
      flex: 0 0 100%;
      max-width: 100%; } }

.section-home-downloadapp-wrapper {
  position: relative; }
  .section-home-downloadapp-wrapper .content {
    display: flex;
    max-width: 582px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    position: absolute;
    top: 73px;
    left: 30px; }
    .section-home-downloadapp-wrapper .content h2 {
      margin-bottom: 8px;
      font-size: 40px;
      font-weight: 600;
      letter-spacing: -1.5px;
      text-transform: uppercase; }
    .section-home-downloadapp-wrapper .content .apps-block {
      display: flex;
      padding: 6px 6px 6px 12px;
      justify-content: center;
      align-items: center;
      gap: 24px;
      border-radius: 12px;
      border: 1px solid #FFD5A5;
      background: #fff; }
      .section-home-downloadapp-wrapper .content .apps-block .title {
        font-weight: 400; }
      .section-home-downloadapp-wrapper .content .apps-block .apps-list {
        display: flex;
        align-items: center;
        gap: 4px; }
        .section-home-downloadapp-wrapper .content .apps-block .apps-list img {
          height: 40px; }
  @media (max-width: 991.98px) {
    .section-home-downloadapp-wrapper .content {
      display: flex;
      max-width: 582px;
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
      position: absolute;
      top: 20px;
      left: 0px;
      padding-left: 16px;
      padding-right: 16px; }
      .section-home-downloadapp-wrapper .content h2 {
        font-size: 26px;
        letter-spacing: -0.5px;
        margin-bottom: 0; }
      .section-home-downloadapp-wrapper .content .apps-block {
        padding: 4px 4px 4px 12px;
        gap: 12px; }
        .section-home-downloadapp-wrapper .content .apps-block .title {
          font-weight: 400;
          font-size: 14px; }
        .section-home-downloadapp-wrapper .content .apps-block .apps-list {
          display: flex;
          align-items: center;
          gap: 4px; }
          .section-home-downloadapp-wrapper .content .apps-block .apps-list img {
            height: 32px; }
          .section-home-downloadapp-wrapper .content .apps-block .apps-list.web a {
            padding: 4px 18px;
            font-size: 13px; } }
  @media (max-width: 767.98px) {
    .section-home-downloadapp-wrapper .content {
      top: 40px; } }

.section-home-news {
  padding: 72px 0; }
  .section-home-news .section_heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 32px;
    align-items: center; }
    .section-home-news .section_heading h2 {
      font-size: 40px;
      font-weight: 600;
      letter-spacing: -1.5px;
      text-transform: uppercase;
      margin-bottom: 0; }
  .section-home-news .blog-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; }
    .section-home-news .blog-lists .blog-list-left {
      flex: 0 0 calc(50% - 10px);
      max-width: calc(50% - 10px); }
      .section-home-news .blog-lists .blog-list-left .item-news-card {
        height: 100%; }
    .section-home-news .blog-lists .blog-list-right {
      flex: 0 0 calc(50% - 10px);
      max-width: calc(50% - 10px);
      display: flex;
      flex-wrap: wrap;
      gap: 20px; }
      .section-home-news .blog-lists .blog-list-right .item-news-card {
        display: flex;
        flex-wrap: wrap;
        height: auto;
        width: 100%; }
        .section-home-news .blog-lists .blog-list-right .item-news-card .news-image {
          flex: 0 0 50%;
          max-width: 50%;
          position: relative;
          padding-bottom: 28.1%; }
          .section-home-news .blog-lists .blog-list-right .item-news-card .news-image img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; }
        .section-home-news .blog-lists .blog-list-right .item-news-card .news-content {
          flex: 0 0 50%;
          max-width: 50%;
          padding-left: 20px; }
          .section-home-news .blog-lists .blog-list-right .item-news-card .news-content .news-time {
            font-size: 13px; }
          .section-home-news .blog-lists .blog-list-right .item-news-card .news-content h3 {
            white-space: initial;
            overflow: hidden;
            -webkit-line-clamp: 4;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
  @media (max-width: 991.98px) {
    .section-home-news {
      padding: 32px 0; }
      .section-home-news .section_heading h2 {
        font-size: 26px;
        letter-spacing: -0.5px; }
      .section-home-news .blog-lists .blog-list-left {
        flex: 0 0 100%;
        max-width: 100%; }
      .section-home-news .blog-lists .blog-list-right {
        flex: 0 0 100%;
        max-width: 100%; }
        .section-home-news .blog-lists .blog-list-right .item-news-card .news-content h3 {
          height: 23px; } }
