/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.home-slider {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}
.home-slider .swiper-container {
  position: relative;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap {
  position: relative;
  overflow: hidden;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .slide-link {
  display: block;
  width: 100%;
  height: 100%;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap picture {
  display: block;
  width: 100%;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap picture img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-pagination {
    display: none !important;
  }
}

.home-about-us {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-about-us {
    padding-top: 3.125rem;
  }
}
.home-about-us {
  padding-bottom: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-about-us {
    padding-bottom: 3.125rem;
  }
}
.home-about-us .about-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-about-us .about-wrapper {
    flex-direction: column;
    gap: 30px;
  }
}
.home-about-us .about-wrapper .col-content {
  flex: 1;
  max-width: 52%;
}
@media only screen and (max-width: 63.99875rem) {
  .home-about-us .about-wrapper .col-content {
    max-width: 100%;
    width: 100%;
  }
}
.home-about-us .about-wrapper .col-content .about-title {
  color: #1e509f;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.home-about-us .about-wrapper .col-content .about-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .home-about-us .about-wrapper .col-content .about-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-about-us .about-wrapper .col-content .about-title {
    font-size: 1.75rem;
  }
}
.home-about-us .about-wrapper .col-content .about-title {
  letter-spacing: 0.5px;
  line-height: 1.35;
}
.home-about-us .about-wrapper .col-content .about-desc {
  color: #333333;
  font-size: 15px;
  line-height: 1.75;
  text-align: justify;
  margin-bottom: 22px;
}
.home-about-us .about-wrapper .col-content .about-desc p {
  margin-bottom: 12px;
}
.home-about-us .about-wrapper .col-content .about-desc p:last-child {
  margin-bottom: 0;
}
.home-about-us .about-wrapper .col-content .btn-about-detail {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
}
.home-about-us .about-wrapper .col-content .btn-about-detail svg {
  width: 13px;
  height: 13px;
  transition: transform 0.25s ease;
}
.home-about-us .about-wrapper .col-content .btn-about-detail:hover {
  color: #1e509f;
}
.home-about-us .about-wrapper .col-content .btn-about-detail:hover svg {
  transform: translateX(4px);
}
.home-about-us .about-wrapper .col-image {
  flex: 1;
  max-width: 48%;
}
@media only screen and (max-width: 63.99875rem) {
  .home-about-us .about-wrapper .col-image {
    max-width: 100%;
    width: 100%;
  }
}
.home-about-us .about-wrapper .col-image .img-wrap {
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}
.home-about-us .about-wrapper .col-image .img-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
}
.home-about-us .about-wrapper .col-image .img-wrap:hover img {
  transform: scale(1.02);
}

.home-product-cat {
  position: relative;
  width: 100%;
}
.home-product-cat .home-cat-block {
  width: 100%;
  position: relative;
}
.home-product-cat .home-cat-block {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-product-cat .home-cat-block {
    padding-top: 3.125rem;
  }
}
.home-product-cat .home-cat-block {
  padding-bottom: 3.125rem;
}
@media only screen and (min-width: 64rem) {
  .home-product-cat .home-cat-block {
    padding-bottom: 4.375rem;
  }
}
.home-product-cat .home-cat-block:nth-child(2n+1) {
  background-color: #f7f9ff;
}
.home-product-cat .home-cat-block:last-child {
  margin-bottom: 0;
}
.home-product-cat .home-cat-block .cat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 24px;
}
.home-product-cat .home-cat-block .cat-header .cat-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0;
}
.home-product-cat .home-cat-block .cat-header .cat-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .home-product-cat .home-cat-block .cat-header .cat-title {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-product-cat .home-cat-block .cat-header .cat-title {
    font-size: 1.75rem;
  }
}
.home-product-cat .home-cat-block .cat-header .cat-title {
  letter-spacing: 0.5px;
}
.home-product-cat .home-cat-block .cat-header .btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #f1bc2b;
  color: #ffffff;
  border-radius: 50px;
  padding: 6px 6px 6px 18px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
.home-product-cat .home-cat-block .cat-header .btn-view-all .btn-circle-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  color: #f7951d;
  border-radius: 50%;
  transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.home-product-cat .home-cat-block .cat-header .btn-view-all .btn-circle-arrow svg {
  width: 14px;
  height: 14px;
}
.home-product-cat .home-cat-block .cat-header .btn-view-all:hover {
  background-color: #f1bc2b;
  color: #ffffff;
}
.home-product-cat .home-cat-block .cat-header .btn-view-all:hover .btn-circle-arrow {
  transform: translateX(2px);
  color: #f1bc2b;
}
.home-product-cat .home-cat-block .main-section .swiper-container {
  position: relative;
}
.home-product-cat .home-cat-block .main-section .swiper-container .cat-product-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 0.3s ease;
}
.home-product-cat .home-cat-block .main-section .swiper-container .cat-product-item .thumb {
  overflow: hidden;
  border-radius: 12px;
  background-color: #f9f9f9;
  position: relative;
}
.home-product-cat .home-cat-block .main-section .swiper-container .cat-product-item .thumb::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-product-cat .home-cat-block .main-section .swiper-container .cat-product-item .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transform: scale(1);
  transition: transform 0.4s ease;
}
.home-product-cat .home-cat-block .main-section .swiper-container .cat-product-item:hover .thumb img {
  transform: scale(1.04);
}
.home-product-cat .home-cat-block .main-section .swiper-container .cat-product-item:hover .product-info .title a {
  color: #1e509f;
}
.home-product-cat .home-cat-block .main-section .swiper-container .cat-product-item .product-info {
  padding: 14px 6px 0;
  text-align: center;
}
.home-product-cat .home-cat-block .main-section .swiper-container .cat-product-item .product-info .title {
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 6px;
}
.home-product-cat .home-cat-block .main-section .swiper-container .cat-product-item .product-info .title {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .home-product-cat .home-cat-block .main-section .swiper-container .cat-product-item .product-info .title {
    font-size: 1.0625rem;
  }
}
.home-product-cat .home-cat-block .main-section .swiper-container .cat-product-item .product-info .title a {
  color: #222222;
  text-decoration: none;
  transition: color 0.2s ease;
}
.home-product-cat .home-cat-block .main-section .swiper-container .cat-product-item .product-info .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .home-product-cat .home-cat-block .main-section .swiper-container .cat-product-item .product-info .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.home-product-cat .home-cat-block .main-section .swiper-container .cat-product-item .product-info .price {
  font-size: 15px;
  font-weight: 600;
  color: #f1bc2b;
  line-height: 1.4;
}
.home-product-cat .home-cat-block .main-section .swiper-container .cat-product-item .product-info .price .no-price {
  color: #1e509f;
}
.home-product-cat .home-cat-block .main-section .swiper-container .cat-product-item .product-info .price ins {
  text-decoration: none;
  color: #1e509f;
}
.home-product-cat .home-cat-block .main-section .swiper-container .cat-product-item .product-info .price del {
  color: #999999;
  font-size: 13px;
  font-weight: 400;
  margin-right: 6px;
}
.home-product-cat .home-cat-block .main-section .swiper-pagination {
  bottom: -45px;
}

.home-posts .top-section {
  justify-content: space-between;
}
.home-posts .top-section {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts .top-section {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-posts .top-section {
    gap: 10px 0;
  }
}
.home-posts .top-section .heading-title {
  width: 100%;
}
@media only screen and (min-width: 80rem) {
  .home-posts .top-section .heading-title {
    width: 45%;
  }
}
@media only screen and (min-width: 96rem) {
  .home-posts .top-section .heading-title {
    width: 35%;
  }
}
.home-posts .swiper-container {
  padding-bottom: 50px;
}
.home-posts .swiper-container .swiper-slide {
  width: 33.3333333333%;
  padding: 0 10px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts .swiper-container .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-posts .swiper-container .swiper-slide {
    width: 100%;
  }
}
.home-posts .swiper-container .swiper-controls .swiper-button {
  top: -65px;
  transform: translateY(0);
}
@media only screen and (max-width: 63.99875rem) {
  .home-posts .swiper-container .swiper-controls .swiper-button {
    top: 50%;
    transform: translateY(-50%);
  }
}
.home-posts .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  left: unset;
  right: 310px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-posts .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
    left: -10px;
    right: unset;
  }
}
.home-posts .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  right: 250px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-posts .swiper-container .swiper-controls .swiper-button.swiper-button-next {
    right: -10px;
  }
}
.home-posts .swiper-container .swiper-controls .swiper-pagination {
  bottom: -20px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts .swiper-container .swiper-controls .swiper-pagination {
    bottom: -10px;
  }
}

.home-why {
  background-color: #f7f9fd;
}
.home-why {
  padding-top: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .home-why {
    padding-top: 3.75rem;
  }
}
.home-why {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .home-why {
    padding-bottom: 3.75rem;
  }
}
.home-why .heading-title {
  color: #f1bc2b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
}
.home-why .why-box {
  background-color: #ffffff;
  border: 1px solid #eef2f7;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(18, 40, 75, 0.04);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 63.99875rem) {
  .home-why .why-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-why .why-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.home-why .why-box .why-item {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  border-right: 1px solid #eef2f7;
  transition: all 0.3s ease;
}
.home-why .why-box .why-item:last-child {
  border-right: none;
}
@media only screen and (max-width: 63.99875rem) {
  .home-why .why-box .why-item:nth-child(2n) {
    border-right: none;
  }
  .home-why .why-box .why-item:nth-child(-n+2) {
    border-bottom: 1px solid #eef2f7;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-why .why-box .why-item {
    border-right: none !important;
    border-bottom: 1px solid #eef2f7;
    padding: 30px 20px;
  }
  .home-why .why-box .why-item:last-child {
    border-bottom: none;
  }
}
.home-why .why-box .why-item .icon-wrap {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.home-why .why-box .why-item .icon-wrap img {
  max-height: 72px;
  max-width: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.home-why .why-box .why-item:hover .icon-wrap img {
  transform: scale(1.1);
}
.home-why .why-box .why-item .title {
  color: #f1bc2b;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.4;
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}
.home-why .why-box .why-item .title {
  font-size: 1.0625rem;
}
@media only screen and (min-width: 64rem) {
  .home-why .why-box .why-item .title {
    font-size: 1.25rem;
  }
}
.home-why .why-box .why-item .desc {
  color: #444444;
  font-size: 14px;
  line-height: 1.65;
  margin-bottom: 0;
}
.home-why .why-box .why-item .desc {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 64rem) {
  .home-why .why-box .why-item .desc {
    font-size: 1rem;
  }
}

.home-press {
  position: relative;
}
.home-press {
  padding-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .home-press {
    padding-top: 3.125rem;
  }
}
.home-press {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 64rem) {
  .home-press {
    padding-bottom: 3.75rem;
  }
}
.home-press .heading-title {
  color: #f1bc2b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
}
.home-press .swiper-container {
  position: relative;
  padding-bottom: 35px;
}
.home-press .swiper-container .press-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110px;
  padding: 16px 24px;
  background-color: #ffffff;
  border: 1px solid #eef2f7;
  border-radius: 4px;
  transition: all 0.3s ease;
  text-decoration: none;
}
@media only screen and (max-width: 39.99875rem) {
  .home-press .swiper-container .press-item {
    height: 90px;
    padding: 12px 16px;
  }
}
.home-press .swiper-container .press-item img {
  max-height: 52px;
  max-width: 85%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
.home-press .swiper-container .press-item:hover {
  border-color: #d6e0f0;
  box-shadow: 0 6px 18px rgba(18, 40, 75, 0.08);
  transform: translateY(-2px);
}
.home-press .swiper-container .press-item:hover img {
  transform: scale(1.04);
}
.home-press .swiper-container .swiper-controls {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.home-press .swiper-container .swiper-controls .swiper-pagination {
  position: relative;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.home-press .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d8d8d8;
  opacity: 1;
  margin: 0 !important;
  transition: all 0.3s ease;
}
.home-press .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet::before {
  content: none !important;
}
.home-press .swiper-container .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e52b50 !important;
  width: 10px;
  height: 10px;
}

.home-partner {
  background-color: #f7f9fd;
}
.home-partner {
  padding-top: 2.1875rem;
}
@media only screen and (min-width: 64rem) {
  .home-partner {
    padding-top: 3.125rem;
  }
}
.home-partner {
  padding-bottom: 2.1875rem;
}
@media only screen and (min-width: 64rem) {
  .home-partner {
    padding-bottom: 3.125rem;
  }
}
.home-partner .heading-title {
  color: #f1bc2b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.home-partner .partner-marquee-box {
  background-color: #ffffff;
  border: 1px solid #eef2f7;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(18, 40, 75, 0.04);
  overflow: hidden;
}
.home-partner .partner-marquee-box .swiper-container {
  position: relative;
  overflow: hidden;
}
.home-partner .partner-marquee-box .swiper-container .w-swiper {
  overflow: hidden;
}
.home-partner .partner-marquee-box .swiper-container .partner-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  padding: 20px 25px;
  border-right: 1px solid #eef2f7;
  transition: background-color 0.3s ease;
  text-decoration: none;
}
@media only screen and (max-width: 39.99875rem) {
  .home-partner .partner-marquee-box .swiper-container .partner-item {
    height: 110px;
    padding: 14px 16px;
  }
}
.home-partner .partner-marquee-box .swiper-container .partner-item img {
  max-height: 90px;
  max-width: 85%;
  width: auto;
  height: auto;
  object-fit: contain;
  transition: transform 0.3s ease, -webkit-filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease;
  transition: transform 0.3s ease, filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media only screen and (max-width: 39.99875rem) {
  .home-partner .partner-marquee-box .swiper-container .partner-item img {
    max-height: 65px;
  }
}
.home-partner .partner-marquee-box .swiper-container .partner-item:hover {
  background-color: #fafcff;
}
.home-partner .partner-marquee-box .swiper-container .partner-item:hover img {
  transform: scale(1.08);
}