<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Section1 */
/* .wrap-container {
  max-width: 1440px;
  margin: auto;
} */

.order-process-section {
  /* 72 +44 */
  padding-top: 116px;
  font-family: "Helvetica Neue";
}

.order-process {
  padding: 80px;
}

.order-process-title {
  font-family: Helvetica Neue;
  font-size: 48px;
  font-weight: 500;
  line-height: 57.6px;
  text-align: left;
  color: #006937;
  padding-bottom: 40px;
}

.order-step-slide-wrap {
  position: relative;
  height: 578px;
  overflow: hidden;
  cursor: pointer;
}

.swiper-order-process .swiper-slide {
  width: 413px;
}

.order-step-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(110, 107, 107, 0.1737) 64.4%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 24px;
}

.order-step-slide-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}

.order-step-slide-wrap .order-step-text {
  position: relative;
  z-index: 1;
  color: white;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.order-step-no {
  font-family: Helvetica Neue;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

.order-step-title {
  font-family: Helvetica Neue;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
}

.order-step-description {
  display: none;
  font-family: Helvetica Neue;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}

@media (min-width: 1024px) {
  .order-step-slide-wrap:hover .order-step-bg {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.45) 0%,
        rgba(110, 107, 107, 0.1737) 64.4%,
        rgba(255, 255, 255, 0) 100%
      ),
      linear-gradient(0deg, rgba(47, 47, 47, 0.8), rgba(47, 47, 47, 0.8));
  }

  .order-step-slide-wrap:hover .order-step-text {
    padding-top: 120px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .order-step-slide-wrap:hover .order-step-description {
    display: block;
  }
}

.dot-slide-list-order-process {
  text-align: center;
  padding-top: 24px;
}

.dot-slide-list-order-process .swiper-pagination-bullet {
  width: 8x; /* KÃ©o dÃ&nbsp;i */
  height: 8px;
  border-radius: 26.67px;
  background-color: #f2f3f5;
  opacity: 1;
}

/* Bullet khi Ä‘ang active */
.dot-slide-list-order-process .swiper-pagination-bullet-active {
  width: 16px; /* KÃ©o dÃ&nbsp;i */
  height: 8px;
  border-radius: 26.67px; /* Bo trÃ²n gÃ³c */
  background-color: #004c28;
}

.swiper-pagination {
  top: 2px;
}

.prev-slide-order-process,
.next-slide-order-process {
  width: 51.49px;
  height: 51.49px;
  display: flex;
  position: absolute;
  align-items: center;
  place-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 51.49px;
  height: 51.49px;
  cursor: pointer;
}

.prev-slide-order-process {
  left: 24px;
}

.next-slide-order-process {
  right: 24px;
}

@media (max-width: 1023.9px) and (min-width: 767.9px) {
  .order-process-section {
    padding-top: 72px;
  }

  .prev-slide-order-process {
    left: 0;
  }

  .next-slide-order-process {
    right: 0;
  }

  .order-process {
    padding: 32px;
  }

  .order-step-bg {
    border-radius: 19.93px;
  }

  .order-step-title {
    font-size: 28px;
    line-height: 42px;
  }

  .order-step-description {
    font-size: 14px;
    line-height: 21px;
  }

  .order-step-bg {
    background: linear-gradient(
      360deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(110, 107, 107, 0.3088) 83.72%,
      rgba(255, 255, 255, 0) 130%
    );
  }

  .order-step-slide-wrap .order-step-text {
    padding-left: 40px;
    padding-top: 256px;
    padding-right: 40px
  }

  .order-step-description {
    display: block;
  }

  .order-step-slide-wrap {
    height: 480.03px;
  }

  .swiper-order-process .swiper-slide {
    width: 345px;
  }

  .order-process-title {
    padding-bottom: 24px;
  }

  .dot-slide-list-order-process {
    display: none;
  }
}

@media (max-width: 767.9px) {
  .order-process-section {
    padding-top: 72px;
  }

  .prev-slide-order-process {
    left: 0;
  }

  .next-slide-order-process {
    right: 0;
  }

  .order-process {
    padding:  24px 16px;
  }

  .order-step-bg {
    border-radius: 19.93px;
  }

  .order-step-title {
    font-size: 28px;
    line-height: 42px;
  }

  .order-step-description {
    font-size: 14px;
    line-height: 21px;
  }

  .order-step-bg {
    background: linear-gradient(
      360deg,
      rgba(0, 0, 0, 0.8) 0%,
      rgba(110, 107, 107, 0.3088) 83.72%,
      rgba(255, 255, 255, 0) 130%
    );
  }

  .order-step-slide-wrap .order-step-text {
    padding-left: 40px;
    padding-top: 256px;
    padding-right: 40px
  }

  .order-step-description {
    display: block;
  }

  .order-step-slide-wrap {
    height: 480.03px;
  }

  .swiper-order-process .swiper-slide {
    width: 100%;
  }

  .order-process-title {
    padding-bottom: 24px;
  }

  .dot-slide-list-order-process {
    display: none;
  }

  .prev-slide-order-process, .next-slide-order-process {
    width: 40.39px;
    height: 40.39px
  }

  .order-process-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 33.6px;


  }
}
</pre></body></html>