@charset "UTF-8";
section {
  padding: 80px 0; }
  section.home-chuyengia {
    padding-bottom: 0; }
  @media (min-width: 1200px) and (max-width: 1599px) {
    section {
      padding: 64px 0; } }
  @media (max-width: 1199px) {
    section {
      padding: 60px 0; } }
  @media (max-width: 991.98px) {
    section {
      padding: 48px 0; } }
  @media (max-width: 575px) {
    section {
      padding: 40px 0; } }

.section-home-slider .slider-item {
  position: relative; }
  .section-home-slider .slider-item img, .section-home-slider .slider-item video {
    height: 480px;
    object-fit: cover; }
    @media (min-width: 992px) {
      .section-home-slider .slider-item img, .section-home-slider .slider-item video {
        height: 685px;
        width: 100%; } }
  .section-home-slider .slider-item .slider-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    padding: 100px 100px 32px 100px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    align-self: stretch;
    z-index: 10;
    background: linear-gradient(0deg, rgba(10, 10, 10, 0.8) 0%, rgba(112, 112, 112, 0) 100%); }
    .section-home-slider .slider-item .slider-content a {
      color: #fff;
      font-size: 48px;
      font-weight: 600;
      letter-spacing: -2.5px; }
    @media (max-width: 992px) {
      .section-home-slider .slider-item .slider-content {
        padding: 32px 16px; }
        .section-home-slider .slider-item .slider-content a {
          font-size: 24px;
          letter-spacing: -0.5px; } }

.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 .owl-nav button {
  position: absolute;
  top: calc(50% - 20px);
  padding: 0;
  opacity: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  text-align: center;
  color: #444444;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  outline: none;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -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; }
  .section-home-slider .owl-carousel .owl-nav button svg {
    width: 20px;
    height: 20px; }

.section-home-slider .owl-carousel .owl-dots {
  position: absolute;
  right: 100px;
  bottom: 32px;
  text-align: center;
  display: flex;
  z-index: 100;
  gap: 4px; }
  .section-home-slider .owl-carousel .owl-dots .owl-dot span {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    width: 8px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.5s ease; }
  .section-home-slider .owl-carousel .owl-dots .owl-dot.active span {
    width: 40px;
    background: #fff; }
  @media (max-width: 992px) {
    .section-home-slider .owl-carousel .owl-dots {
      right: 16px; } }

.section-home-slider:hover .owl-nav button {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.home-aboutus {
  text-align: center; }
  .home-aboutus .home-aboutus-subtitle {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 32px; }
  .home-aboutus .home-aboutus-title {
    padding: 0 106px;
    margin-bottom: 32px; }
  .home-aboutus .home-aboutus-lists {
    padding-top: 40px;
    border-top: 1px solid #E5E5E5; }
    .home-aboutus .home-aboutus-lists .home-aboutus-item {
      flex: 1 0 0;
      padding: 0 20px;
      text-align: left; }
      .home-aboutus .home-aboutus-lists .home-aboutus-item .title {
        color: var(--shop-color-main);
        margin: 0; }
      .home-aboutus .home-aboutus-lists .home-aboutus-item .desc {
        font-size: 20px;
        margin-top: 4px; }
  .home-aboutus .home-aboutus-action {
    margin-top: 64px; }
  @media (max-width: 991.98px) {
    .home-aboutus .home-aboutus-subtitle {
      font-size: 20px; }
    .home-aboutus .home-aboutus-title {
      padding: 0;
      font-size: 24px; }
    .home-aboutus .home-aboutus-lists {
      padding-top: 32px;
      gap: 20px; }
      .home-aboutus .home-aboutus-lists .home-aboutus-item {
        flex: 0 0 calc((100% - 20px)/2);
        max-width: calc((100% - 20px)/2);
        padding: 0 0px;
        text-align: left; }
        .home-aboutus .home-aboutus-lists .home-aboutus-item .title {
          color: var(--shop-color-main);
          margin: 0; }
        .home-aboutus .home-aboutus-lists .home-aboutus-item .desc {
          font-size: 16px; }
    .home-aboutus .home-aboutus-action {
      margin-top: 32px; } }

.home-chuyengia .home-chuyengia-heading {
  padding-top: 32px;
  padding-bottom: 32px;
  background: linear-gradient(270deg, #00AEEF 0%, #034EA2 100%); }
  .home-chuyengia .home-chuyengia-heading .subtitle {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 24px; }
  .home-chuyengia .home-chuyengia-heading .title {
    color: #fff;
    margin: 0; }

.home-chuyengia .home-chuyengia-banners .item {
  flex: 1 0 0;
  position: relative;
  /* Giữ tỉ lệ container để 2 banner bằng nhau */ }
  .home-chuyengia .home-chuyengia-banners .item > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    inset: 0; }
  .home-chuyengia .home-chuyengia-banners .item::before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
    /* 16:9 */ }
  .home-chuyengia .home-chuyengia-banners .item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(112, 112, 112, 0) 0%, rgba(10, 10, 10, 0.8) 100%);
    padding: 80px 32px 32px 100px;
    display: flex;
    flex-direction: column;
    gap: 8px; }
    .home-chuyengia .home-chuyengia-banners .item .content h3 {
      margin: 0; }
      .home-chuyengia .home-chuyengia-banners .item .content h3 a {
        color: #fff;
        display: block; }
    .home-chuyengia .home-chuyengia-banners .item .content .desc {
      color: rgba(255, 255, 255, 0.85);
      font-size: 16px;
      line-height: 23px;
      letter-spacing: -0.5px; }
    .home-chuyengia .home-chuyengia-banners .item .content .viewmore {
      opacity: 0;
      visibility: hidden;
      border-radius: 4px;
      background: #fff;
      display: flex;
      width: 50px;
      height: 50px;
      padding: 13px;
      justify-content: center;
      align-items: center;
      gap: 8px;
      transition: all 0.5s ease;
      position: absolute;
      bottom: 32px;
      right: 32px; }
  .home-chuyengia .home-chuyengia-banners .item:hover .content {
    background: linear-gradient(0deg, rgba(3, 78, 162, 0.8) 0%, rgba(3, 78, 162, 0) 100%); }
    .home-chuyengia .home-chuyengia-banners .item:hover .content .viewmore {
      opacity: 1;
      visibility: visible; }

@media (max-width: 991.98px) {
  .home-chuyengia .home-chuyengia-heading {
    padding-top: 32px;
    padding-bottom: 32px;
    background: linear-gradient(270deg, #00AEEF 0%, #034EA2 100%); }
    .home-chuyengia .home-chuyengia-heading .subtitle {
      font-size: 16px;
      margin-bottom: 16px; }
  .home-chuyengia .home-chuyengia-banners .item {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative; }
    .home-chuyengia .home-chuyengia-banners .item .content {
      padding: 16px;
      gap: 8px;
      align-items: center; }
      .home-chuyengia .home-chuyengia-banners .item .content .viewmore {
        opacity: 1;
        visibility: visible; } }

.home-step-process {
  background: linear-gradient(180deg, #FAFAFA 18.16%, #00AEEF 59.08%, #034EA2 100%);
  /* Navigation buttons */ }
  .home-step-process .process-title {
    margin-bottom: 32px;
    color: var(--shop-color-main); }
  .home-step-process .process-slider-wrap {
    position: relative; }
  .home-step-process .process-swiper {
    overflow: hidden; }
  .home-step-process .process-grid {
    display: flex; }
  .home-step-process .process-step {
    position: relative;
    cursor: pointer; }
    .home-step-process .process-step .step-link {
      display: block;
      text-decoration: none;
      color: inherit;
      height: 100%; }
      .home-step-process .process-step .step-link:hover {
        text-decoration: none;
        color: inherit; }
    .home-step-process .process-step .step-image {
      position: relative;
      width: 100%;
      height: 500px;
      overflow: hidden; }
      .home-step-process .process-step .step-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.4s ease; }
      .home-step-process .process-step .step-image:hover img {
        transform: scale(1.04); }
    .home-step-process .process-step .step-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(0deg, rgba(3, 78, 162, 0.9) 0%, rgba(3, 78, 162, 0) 100%);
      padding: 120px 32px 32px;
      color: white; }
    .home-step-process .process-step .step-content {
      position: relative;
      z-index: 2; }
    .home-step-process .process-step .step-title {
      color: #fff;
      margin-bottom: 12px; }
    .home-step-process .process-step .step-description {
      font-size: 16px;
      margin: 0;
      display: flex;
      gap: 16px; }
      .home-step-process .process-step .step-description span {
        border-left: 1px solid rgba(255, 255, 255, 0.6);
        padding-left: 16px; }
        .home-step-process .process-step .step-description span:first-child {
          padding-left: 0;
          border-left: 0; }
  .home-step-process .process-slider-wrap {
    position: relative; }
  .home-step-process .process-nav {
    display: contents; }
  .home-step-process .process-nav__prev,
  .home-step-process .process-nav__next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: rgba(3, 78, 162, 0.45);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.25s, color 0.25s; }
    .home-step-process .process-nav__prev:hover,
    .home-step-process .process-nav__next:hover {
      background: #fff;
      color: var(--nvh-primary, #034EA2); }
    .home-step-process .process-nav__prev.swiper-button-disabled,
    .home-step-process .process-nav__next.swiper-button-disabled {
      opacity: 0.4;
      cursor: default; }
  .home-step-process .process-nav__prev {
    left: 16px; }
  .home-step-process .process-nav__next {
    right: 16px; }
  .home-step-process .section-viewmore {
    margin-top: 32px;
    text-align: center; }
  @media (max-width: 991.98px) {
    .home-step-process .process-step .step-image {
      height: 400px; }
    .home-step-process .process-step .step-overlay {
      padding: 80px 20px 20px; } }
  @media (max-width: 767px) {
    .home-step-process .process-step .step-image {
      height: 300px; }
    .home-step-process .process-step .step-overlay {
      padding: 60px 16px 16px; }
    .home-step-process .process-nav__prev,
    .home-step-process .process-nav__next {
      width: 40px;
      height: 40px; } }

.home-giaiphap {
  background: linear-gradient(0deg, rgba(0, 174, 239, 0.1) 0%, rgba(0, 174, 239, 0.1) 100%), linear-gradient(180deg, rgba(3, 78, 162, 0.55) 30.98%, rgba(3, 78, 162, 0) 79.37%), url("https://cdn.hstatic.net/files/200001109400/file/bg-giaiphap.png") -210.9px 130.38px/126.362% 100% no-repeat, linear-gradient(0deg, #1366b8 0%, #1366b8 100%);
  color: #fff; }
  .home-giaiphap .subtitle {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 24px; }
  .home-giaiphap .giaiphap-item {
    display: flex;
    padding: 14px 0;
    align-items: flex-start;
    cursor: pointer; }
    .home-giaiphap .giaiphap-item .giaiphap-item-wrapper {
      gap: 16px; }
    .home-giaiphap .giaiphap-item .giaiphap-item-title {
      color: #fff;
      margin: 0;
      min-width: 650px;
      flex: 1 0 0; }
    @media (min-width: 1200px) {
      .home-giaiphap .giaiphap-item .giaiphap-item-desc {
        flex: 1 0 0;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease; }
      .home-giaiphap .giaiphap-item:hover {
        background: linear-gradient(0deg, rgba(0, 174, 239, 0) 0%, rgba(0, 174, 239, 0.8) 100%); }
        .home-giaiphap .giaiphap-item:hover .giaiphap-item-desc {
          visibility: visible;
          opacity: 1; } }
  @media (max-width: 1199.98px) {
    .home-giaiphap {
      background: linear-gradient(0deg, rgba(0, 174, 239, 0.1) 0%, rgba(0, 174, 239, 0.1) 100%), linear-gradient(180deg, rgba(3, 78, 162, 0.55) 30.98%, rgba(3, 78, 162, 0) 79.37%), url("https://cdn.hstatic.net/files/200001109400/file/bg-giaiphap.png") center center/cover no-repeat, linear-gradient(0deg, #1366b8 0%, #1366b8 100%); }
      .home-giaiphap .subtitle {
        margin-bottom: 16px;
        text-align: center; }
      .home-giaiphap .giaiphap-item {
        display: flex;
        flex-wrap: wrap;
        padding: 0px 0 20px;
        cursor: pointer; }
        .home-giaiphap .giaiphap-item .giaiphap-item-wrapper {
          gap: 16px; }
        .home-giaiphap .giaiphap-item .giaiphap-item-title {
          color: #fff;
          margin: 0;
          min-width: inherit;
          flex: 0 0 100%;
          max-width: 100%;
          font-size: 20px;
          display: flex;
          justify-content: space-between;
          letter-spacing: -1.2px; }
          .home-giaiphap .giaiphap-item .giaiphap-item-title.opened .svg-icon [href="#svg-plus"] {
            display: none; }
        .home-giaiphap .giaiphap-item .giaiphap-item-desc {
          flex: 0 0 100%;
          max-width: 100%;
          display: none; } }

.home-producttabs .home-producttabs-heading {
  margin-bottom: 0px; }
  .home-producttabs .home-producttabs-heading h2 {
    margin-bottom: 10px;
    color: var(--shop-color-main); }

.home-producttabs .nav-tabs {
  border-bottom: 0;
  border-radius: 4px;
  border: 1px solid #F5F5F5;
  display: inline-flex;
  background: #fff;
  padding: 6px; }
  .home-producttabs .nav-tabs li a {
    display: flex;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    color: #737373;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1px; }
    .home-producttabs .nav-tabs li a.active {
      border-radius: 2px;
      background: linear-gradient(270deg, #00AEEF 0.08%, #034EA2 99.97%);
      color: #fff; }

.home-producttabs .tab-content {
  margin-top: 32px; }
  .home-producttabs .tab-content .tab-item-banner {
    display: flex;
    max-width: 364px;
    flex: 0 0 364px;
    padding: 40px 32px 32px 32px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 4px; }
    .home-producttabs .tab-content .tab-item-banner .tab-item-banner-title {
      margin-top: 20px;
      color: #fff; }
      .home-producttabs .tab-content .tab-item-banner .tab-item-banner-title h2 {
        color: #fff; }
  .home-producttabs .tab-content .tab-item-collection {
    max-width: calc(100% - 380px);
    flex: 0 0 calc(100% - 380px);
    position: relative; }
    .home-producttabs .tab-content .tab-item-collection .swiper:not(.swiper-initialized) .swiper-wrapper {
      display: flex;
      gap: 16px; }
    @media (min-width: 768px) {
      .home-producttabs .tab-content .tab-item-collection .swiper:not(.swiper-initialized) .swiper-slide {
        flex: 0 0 calc((100% - 48px)/3);
        max-width: calc((100% - 48px)/3); } }
    @media (max-width: 767.98px) {
      .home-producttabs .tab-content .tab-item-collection .swiper:not(.swiper-initialized) .swiper-slide {
        flex: 0 0 calc((100% - 16px)/2);
        max-width: calc((100% - 16px)/2); } }

@media (max-width: 991.98px) {
  .home-producttabs .nav-tabs {
    border-bottom: 0;
    border-radius: 4px;
    border: 1px solid #F5F5F5;
    display: inline-flex;
    background: #fff;
    padding: 6px; }
    .home-producttabs .nav-tabs li a {
      padding: 8px 16px;
      font-size: 16px; }
  .home-producttabs .tab-content {
    margin-top: 16px; }
    .home-producttabs .tab-content .tab-item-banner {
      display: flex;
      max-width: 100%;
      flex: 0 0 100%;
      padding: 16px; }
      .home-producttabs .tab-content .tab-item-banner .tab-item-banner-title {
        margin-top: 10px;
        color: #fff; }
        .home-producttabs .tab-content .tab-item-banner .tab-item-banner-title h2 {
          color: #fff; }
      .home-producttabs .tab-content .tab-item-banner .tab-item-banner-icon img {
        width: 50px;
        height: 50px; }
    .home-producttabs .tab-content .tab-item-collection {
      max-width: 100%;
      flex: 0 0 100%; } }

.home-blog .home-blog-heading {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  .home-blog .home-blog-heading h2 {
    margin: 0;
    color: var(--shop-color-main); }

.home-blog .home-blog-heading-right {
  display: flex;
  gap: 24px; }
  .home-blog .home-blog-heading-right .divider {
    height: 50px;
    width: 1px;
    background: #DEF3FF; }

.home-contact {
  background-image: linear-gradient(90deg, rgba(0, 174, 239, 0.9) 33%, rgba(0, 174, 239, 0)), url("https://cdn.hstatic.net/files/200001109400/file/thiet_ke_chua_co_ten__11_.png");
  background-position: 0 0, center center;
  background-size: auto, cover;
  background-repeat: no-repeat;
  background-color: lightgray;
  color: #fff;
  padding: 40px 0; }
  .home-contact h2 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 24px;
    line-height: 32px; }
  .home-contact .desc {
    margin-bottom: 16px;
    font-size: 16px; }
  @media (max-width: 991px) {
    .home-contact {
      padding: 32px 0; }
      .home-contact h2 {
        font-size: 20px;
        line-height: 28px; } }
  @media (max-width: 767px) {
    .home-contact {
      padding: 24px 0; }
      .home-contact h2 {
        font-size: 18px;
        line-height: 26px; } }

/* ===== Responsive Scale Rule — Trang chủ (Title-MD desc 20px base) ===== */
.home-aboutus .desc {
  font-size: 20px; }

@media (max-width: 1599px) {
  .home-aboutus .desc {
    font-size: 18px; } }

@media (max-width: 991px) {
  .home-aboutus .desc {
    font-size: 16px; } }

@media (max-width: 767px) {
  .home-aboutus .desc {
    font-size: 15px; } }

/* ===== Scroll reveal effect — Trang chủ ===== */
.reveal-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform; }

.reveal-up.is-revealed {
  opacity: 1;
  transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .reveal-up {
    opacity: 1;
    transform: none;
    transition: none; } }
