@charset "UTF-8";
.aboutus-bannertop {
  position: relative; }
  .aboutus-bannertop .container {
    border-radius: 16px;
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    right: 0;
    z-index: 99;
    color: #fff; }
    .aboutus-bannertop .container .aboutus-bannertop-content {
      max-width: 1172px; }
      .aboutus-bannertop .container .aboutus-bannertop-content h2 {
        color: #fff; }
    .aboutus-bannertop .container .icon {
      margin-bottom: 20px; }
    .aboutus-bannertop .container h1 {
      color: #fff;
      margin-bottom: 12px; }
    .aboutus-bannertop .container .desc {
      font-size: 20px;
      font-weight: 700; }
  @media (max-width: 991.98px) {
    .aboutus-bannertop .container {
      bottom: 16px; }
      .aboutus-bannertop .container .icon {
        margin-bottom: 16px; }
        .aboutus-bannertop .container .icon svg {
          width: 70px;
          height: 56px; }
      .aboutus-bannertop .container h2 {
        color: #fff;
        font-size: 26px;
        font-weight: 600;
        line-height: 34px;
        letter-spacing: -0.5px;
        margin-bottom: 10px; }
      .aboutus-bannertop .container .desc {
        font-size: 15px; } }

.aboutus-gioithieu {
  padding: 72px 0;
  margin-top: -2px;
  background: linear-gradient(90deg, #FF8D32 0.03%, #FF8D32 97.46%); }
  .aboutus-gioithieu .aboutus-gioithieu-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    align-self: stretch; }
    .aboutus-gioithieu .aboutus-gioithieu-wrapper .aboutus-gioithieu-content {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      flex: 0 0 50%;
      max-width: 50%;
      color: #fff; }
      .aboutus-gioithieu .aboutus-gioithieu-wrapper .aboutus-gioithieu-content h2 {
        margin-bottom: 24px;
        color: #fff; }
      .aboutus-gioithieu .aboutus-gioithieu-wrapper .aboutus-gioithieu-content .desc {
        color: #fff;
        font-size: 20px;
        text-align: justify; }
    .aboutus-gioithieu .aboutus-gioithieu-wrapper .aboutus-gioithieu-image {
      position: relative;
      flex: 0 0 50%;
      padding-bottom: calc((352/666)*50%);
      max-width: 50%; }
      .aboutus-gioithieu .aboutus-gioithieu-wrapper .aboutus-gioithieu-image iframe, .aboutus-gioithieu .aboutus-gioithieu-wrapper .aboutus-gioithieu-image video {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
  @media (max-width: 991.98px) {
    .aboutus-gioithieu {
      background: linear-gradient(90deg, #FF8D32 0.03%, #FF8D32 97.46%);
      padding: 48px 0; }
      .aboutus-gioithieu .aboutus-gioithieu-wrapper {
        flex-wrap: wrap;
        gap: 24px; }
        .aboutus-gioithieu .aboutus-gioithieu-wrapper .aboutus-gioithieu-content {
          flex: 0 0 100%;
          max-width: 100%; }
          .aboutus-gioithieu .aboutus-gioithieu-wrapper .aboutus-gioithieu-content h2 {
            margin-bottom: 16px; }
          .aboutus-gioithieu .aboutus-gioithieu-wrapper .aboutus-gioithieu-content .desc {
            font-size: 15px; }
        .aboutus-gioithieu .aboutus-gioithieu-wrapper .aboutus-gioithieu-image {
          flex: 0 0 100%;
          max-width: 100%;
          padding-bottom: calc((600/1070)*100%); } }

.aboutus-timelines {
  padding: 0 0 72px;
  background: linear-gradient(180deg, #FF8D32 0%, #FFB76D 60.1%, #FFF 100%); }
  .aboutus-timelines h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 40px; }
  .aboutus-timelines .timeline-container {
    width: 100%;
    margin-bottom: 40px;
    position: relative; }
    .aboutus-timelines .timeline-container .gallery-thumbs {
      /* Tạo đường kẻ ngang mờ phía sau */
      background-image: linear-gradient(to right, transparent 0%, transparent 10%, #ffeedd 10%, #ffeedd 90%, transparent 90%);
      background-size: 100% 2px;
      background-repeat: no-repeat;
      background-position: center center; }
      .aboutus-timelines .timeline-container .gallery-thumbs .swiper-wrapper {
        align-items: center; }
      .aboutus-timelines .timeline-container .gallery-thumbs .swiper-slide {
        width: auto;
        /* Để width tự động hoặc set cố định */
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-weight: 600;
        color: #007ED4;
        /* Màu xanh dương mặc định */
        transition: 0.3s;
        background: #fff;
        /* Che đường kẻ ngang */
        border-radius: 4px;
        user-select: none;
        font-size: 18px;
        padding: 9px 32px; }
        .aboutus-timelines .timeline-container .gallery-thumbs .swiper-slide.swiper-slide-active {
          background-color: #007bff;
          color: #fff;
          padding: 12px 44px;
          border-radius: 4px;
          z-index: 2; }
  .aboutus-timelines .content-container {
    width: 100%;
    position: relative;
    box-sizing: border-box; }
    .aboutus-timelines .content-container .gallery-top {
      width: 100%; }
      .aboutus-timelines .content-container .gallery-top .swiper-slide {
        background: #f5f5f5;
        border-radius: 12px;
        padding: 56px 74px 56px 20px;
        box-sizing: border-box;
        opacity: 0.5;
        transition: 0.3s;
        transform: scale(0.95);
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 12px; }
        .aboutus-timelines .content-container .gallery-top .swiper-slide.swiper-slide-active {
          opacity: 1;
          transform: scale(1);
          background: #fff;
          border: 2px solid #ffdec0;
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05); }
          .aboutus-timelines .content-container .gallery-top .swiper-slide.swiper-slide-active .year-title {
            color: #FF6C0A; }
          .aboutus-timelines .content-container .gallery-top .swiper-slide.swiper-slide-active .desc {
            color: #0A0A0A; }
        .aboutus-timelines .content-container .gallery-top .swiper-slide .year-title {
          color: #737373;
          margin-bottom: 0;
          transition: 0.3s; }
        .aboutus-timelines .content-container .gallery-top .swiper-slide .desc {
          color: #737373;
          font-size: 16px;
          font-weight: 700; }
    .aboutus-timelines .content-container .aboutus-button-next, .aboutus-timelines .content-container .aboutus-button-prev {
      display: flex;
      padding: 8px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      width: 40px;
      height: 40px;
      border: 1px solid #007ED4;
      border-radius: 4px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 99;
      left: -20px;
      cursor: pointer; }
    .aboutus-timelines .content-container .aboutus-button-next {
      background: #007ED4;
      left: auto;
      right: -20px; }
  @media (max-width: 991.98px) {
    .aboutus-timelines {
      padding: 0 0 48px; }
      .aboutus-timelines .container {
        padding-left: 0;
        padding-right: 0; }
      .aboutus-timelines .content-container .gallery-top .swiper-slide {
        padding: 16px 12px; }
        .aboutus-timelines .content-container .gallery-top .swiper-slide .desc {
          font-size: 14px; }
      .aboutus-timelines .content-container .aboutus-buttons-nav {
        margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        justify-content: center; }
      .aboutus-timelines .content-container .aboutus-button-next, .aboutus-timelines .content-container .aboutus-button-prev {
        display: flex;
        padding: 8px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        width: 40px;
        height: 40px;
        border: 1px solid #007ED4;
        border-radius: 4px;
        position: relative;
        top: auto;
        transform: translateY(0);
        z-index: 99;
        left: 0px;
        cursor: pointer; }
      .aboutus-timelines .content-container .aboutus-button-next {
        background: #007ED4;
        left: auto;
        right: 0px; } }

/* achievements */
.aboutus-achievements {
  position: relative;
  z-index: 100;
  padding-top: 72px;
  background: #fff; }
  .aboutus-achievements .aboutus-achievements-wrapper {
    display: flex;
    padding: 32px 16px 40px;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
    border-radius: 24px;
    background: linear-gradient(180deg, #FFD5A5 0%, rgba(255, 236, 211, 0) 100%); }
    .aboutus-achievements .aboutus-achievements-wrapper h2 {
      margin-bottom: 10px; }
    .aboutus-achievements .aboutus-achievements-wrapper .aboutus-achievements-desc {
      max-width: 580px;
      margin: 0 auto 32px;
      font-weight: 700; }
    .aboutus-achievements .aboutus-achievements-wrapper .aboutus-achievements-content {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
      height: 409px; }
      .aboutus-achievements .aboutus-achievements-wrapper .aboutus-achievements-content__item {
        flex: 0 0 calc(25% - 9px);
        max-width: calc(25% - 9px);
        display: flex;
        padding: 12px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        background: white;
        backdrop-filter: blur(8px); }
        .aboutus-achievements .aboutus-achievements-wrapper .aboutus-achievements-content__item .icon {
          flex: 0 0 80px;
          max-width: 80px;
          border-radius: 50%;
          padding: 16px;
          background: linear-gradient(99deg, #FFE8C9 -1.78%, #FFF1DF 99.75%);
          margin-bottom: 4px; }
        .aboutus-achievements .aboutus-achievements-wrapper .aboutus-achievements-content__item .title {
          margin: 0; }
  @media (max-width: 991.98px) {
    .aboutus-achievements {
      padding: 48px 0 0; }
      .aboutus-achievements .aboutus-achievements-wrapper {
        padding: 32px 16px 40px; }
        .aboutus-achievements .aboutus-achievements-wrapper h2 {
          text-align: center; }
        .aboutus-achievements .aboutus-achievements-wrapper .aboutus-achievements-desc {
          font-size: 14px;
          margin-bottom: 24px; }
        .aboutus-achievements .aboutus-achievements-wrapper .aboutus-achievements-content {
          gap: 8px;
          height: auto; }
          .aboutus-achievements .aboutus-achievements-wrapper .aboutus-achievements-content__item {
            flex: 0 0 calc(50% - 4px);
            max-width: calc(50% - 4px);
            padding: 12px; }
            .aboutus-achievements .aboutus-achievements-wrapper .aboutus-achievements-content__item .icon {
              flex: 0 0 64px;
              max-width: 64px; }
            .aboutus-achievements .aboutus-achievements-wrapper .aboutus-achievements-content__item .desc {
              font-size: 14px; } }

/* Banner bottom */
.ghnxu-bannerbottom {
  padding-bottom: 72px;
  background: #fff; }
  .ghnxu-bannerbottom .container {
    position: relative; }
  .ghnxu-bannerbottom__image {
    border-radius: 12px;
    overflow: hidden; }
  .ghnxu-bannerbottom__wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
    max-width: 440px; }
    .ghnxu-bannerbottom__wrapper h2 {
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .ghnxu-bannerbottom__wrapper .desc {
      color: #fff; }
    .ghnxu-bannerbottom__wrapper .action {
      margin-top: 40px; }
      .ghnxu-bannerbottom__wrapper .action a {
        background: #007ED4;
        color: #fff; }
  @media (max-width: 767.98px) {
    .ghnxu-bannerbottom {
      padding-bottom: 0; }
      .ghnxu-bannerbottom__wrapper {
        top: 0;
        left: 16px;
        right: 16px;
        width: calc(100% - 32px);
        padding: 24px 24px 0;
        transform: translateY(0%); }
      .ghnxu-bannerbottom .desc {
        font-size: 14px;
        margin-bottom: 24px; }
      .ghnxu-bannerbottom .action {
        margin-top: 24px; } }
