/** $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 */
.heading-title {
  color: #000000;
}
.heading-title span {
  color: #223982;
}

.home-slider {
  position: relative;
  background-image: url("../../assets/img/background-slider-home.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1920/820;
  display: flex;
  align-items: center;
  z-index: 5;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider {
    aspect-ratio: auto;
    min-height: unset;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap {
    flex-direction: column-reverse;
    padding: 40px 20px;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content {
  flex: 1;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .heading-title {
  margin-bottom: 0;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .heading-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .heading-title {
    font-size: 2.875rem;
  }
}
@media only screen and (min-width: 96rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .heading-title {
    font-size: 60px;
    line-height: 1.3;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .heading-title span {
  color: #223982;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .desc {
  margin-top: 16px;
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .group-btn {
    flex-wrap: wrap;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .sub-title,
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .heading-title,
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .desc,
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-content .group-btn {
  opacity: 0;
  visibility: hidden;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image {
    width: 80%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image {
    width: 95%;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image img {
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image img {
    height: auto;
    object-fit: contain;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .item-image {
  opacity: 0;
  visibility: hidden;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .banner-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #223982;
  color: #ffffff;
  z-index: 2;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .banner-video-btn {
  width: 4rem;
  height: 4rem;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .banner-video-btn {
    width: 3.125rem;
    height: 3.125rem;
  }
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .banner-video-btn svg {
    width: 1rem;
    height: 1rem;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .banner-video-btn svg {
  width: 1.875rem;
  height: 1.875rem;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .banner-video-btn::before, .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .banner-video-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #223982;
  opacity: 0.6;
  animation: pulse-ring 1.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite;
  z-index: -1;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .banner-video-btn::after {
  animation-delay: 0.6s;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap .banner-video-btn:hover {
  background-color: #ffffff;
  color: #223982;
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item-content .heading-title {
  animation: fadeInLeft 0.8s both;
  animation-delay: 0.3s;
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item-content .desc {
  animation: fadeInUp 0.8s both;
  animation-delay: 0.5s;
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item-content .group-btn {
  animation: bounceInUp 0.8s both;
  animation-delay: 0.7s;
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item-image {
  animation: fadeInRight 0.8s both;
  animation-delay: 0.4s;
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active .banner-video-btn {
  animation: zoomIn 0.8s both;
  animation-delay: 0.8s;
}
.home-slider .swiper-container .swiper-controls .swiper-button {
  margin: 0;
  top: 43%;
}
.home-slider .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  left: 20px;
}
@media only screen and (min-width: 96rem) {
  .home-slider .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
    left: calc(50vw - 720px - 26px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
    left: 5px;
  }
}
.home-slider .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  right: 20px;
}
@media only screen and (min-width: 96rem) {
  .home-slider .swiper-container .swiper-controls .swiper-button.swiper-button-next {
    right: calc(50vw - 720px - 26px);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-container .swiper-controls .swiper-button.swiper-button-next {
    right: 5px;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    visibility: visible;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 500px, 0);
    visibility: visible;
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
    visibility: visible;
  }
  75% {
    transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  90% {
    transform: translate3d(0, -5px, 0);
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
.home-product-cat {
  background-color: #dff6ff;
  position: relative;
  z-index: 2;
  overflow: visible;
}
.home-product-cat .top-section {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 64rem) {
  .home-product-cat .top-section {
    margin-bottom: 2.5rem;
  }
}
.home-product-cat .container {
  position: relative;
  z-index: 3;
}
.home-product-cat .product-cat-item {
  cursor: pointer;
}
.home-product-cat .product-cat-item:hover .cover::before {
  opacity: 1;
}
.home-product-cat .product-cat-item .cover {
  border-top-left-radius: 70px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 10px;
  box-shadow: inset 0 0 0 6px #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.home-product-cat .product-cat-item .cover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  border-top-left-radius: 70px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 70px;
  border-bottom-left-radius: 10px;
  border: 1px solid #ffffff;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.home-product-cat .product-cat-item .cover .res {
  aspect-ratio: 1/1;
}
.home-product-cat .product-cat-item .cover .res img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-product-cat .product-cat-item .title {
  font-weight: 500;
  line-height: 1.4;
  margin-top: 12px;
  margin-bottom: 0;
}
.home-product-cat .product-cat-item .title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .home-product-cat .product-cat-item .title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 96rem) {
  .home-product-cat .product-cat-item .title {
    font-size: 22px;
  }
}
.home-product-cat .product-cat-item .title a {
  color: #223982;
}
.home-product-cat .product-cat-item .title a:hover {
  color: #256aef;
}

.home-about-us {
  background-color: #dff6ff;
  z-index: 1;
  overflow: hidden;
}
.home-about-us .container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  z-index: 2;
}
@media only screen and (max-width: 63.99875rem) {
  .home-about-us .container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.home-about-us .img-decor {
  position: relative;
  width: 100%;
  max-height: 500px;
  border-radius: 12px;
  overflow: hidden;
}
.home-about-us .img-decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 63.99875rem) {
  .home-about-us .img-decor {
    max-height: 400px;
  }
}
.home-about-us .content-wrap {
  max-width: 100%;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}

.home-why {
  background-color: #dff6ff;
  z-index: 2;
  overflow: visible;
  padding-top: 0;
}
@media only screen and (min-width: 96rem) {
  .home-why {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-why {
    padding-top: 30px;
  }
}
.home-why::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f5f7fa;
  -webkit-clip-path: polygon(0 15%, 100% 35%, 100% 100%, 0 100%);
          clip-path: polygon(0 15%, 100% 35%, 100% 100%, 0 100%);
  z-index: 1;
}
@media only screen and (max-width: 47.99875rem) {
  .home-why::before {
    top: -20%;
    height: 120%;
    -webkit-clip-path: polygon(0 8%, 100% 25%, 100% 100%, 0 100%);
            clip-path: polygon(0 8%, 100% 25%, 100% 100%, 0 100%);
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-why::before {
    top: -15%;
    height: 115%;
    -webkit-clip-path: polygon(0 8%, 100% 15%, 100% 100%, 0 100%);
            clip-path: polygon(0 8%, 100% 15%, 100% 100%, 0 100%);
  }
}
.home-why .decor-circle {
  position: absolute;
  top: -3%;
  left: 19%;
  border-radius: 50%;
  border: 50px solid #c6e6f2;
  z-index: 0;
}
.home-why .decor-circle {
  width: 29.375rem;
  height: 29.375rem;
}
@media only screen and (max-width: 47.99875rem) {
  .home-why .decor-circle {
    display: none;
  }
}
.home-why .container {
  position: relative;
  z-index: 2;
}
.home-why .why-wrap {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-why .why-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.home-why .why-left {
  flex: 0 0 25%;
  max-width: 25%;
  order: 1;
}
@media only screen and (max-width: 63.99875rem) {
  .home-why .why-left {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-why .why-left {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}
.home-why .why-left .heading-title {
  margin-top: 10px;
}
.home-why .why-left .desc {
  color: #5d5d5d;
  line-height: 26px;
}
.home-why .why-left .desc {
  font-size: 1rem;
}
@media only screen and (min-width: 96rem) {
  .home-why .why-left .desc {
    font-size: 1.125rem;
  }
}
.home-why .why-left .btn-main {
  margin-top: 24px;
}
.home-why .why-right {
  flex: 1;
  min-width: 0;
  order: 2;
}
@media only screen and (max-width: 47.99875rem) {
  .home-why .why-right {
    width: 100%;
  }
}
.home-why .why-right .why-item {
  flex-direction: column;
  align-items: center;
  min-height: 380px;
  padding: 30px 20px;
  background-color: #ffffff;
  border-radius: 34px;
}
@media only screen and (min-width: 96rem) {
  .home-why .why-right .why-item {
    padding: 32px 24px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-why .why-right .why-item {
    min-height: 280px;
    padding: 24px 16px;
    border-radius: 24px;
  }
}
.home-why .why-right .item-icon {
  border-radius: 99px;
  background-color: #f8f8f8;
  margin-bottom: 16px;
}
.home-why .why-right .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-why .why-right .item-icon {
  width: 7.25rem;
  height: 7.25rem;
}
@media only screen and (min-width: 96rem) {
  .home-why .why-right .item-icon {
    width: 8.125rem;
    height: 8.125rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-why .why-right .item-icon {
    margin-bottom: 12px;
  }
  .home-why .why-right .item-icon {
    width: 6rem;
    height: 6rem;
  }
}
.home-why .why-right .item-icon img {
  object-fit: contain;
}
.home-why .why-right .item-icon img {
  width: 4.375rem;
  height: 4.375rem;
}
@media only screen and (min-width: 96rem) {
  .home-why .why-right .item-icon img {
    width: 5rem;
    height: 5rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-why .why-right .item-icon img {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.home-why .why-right .item-title {
  font-weight: 500;
  color: #000000;
  line-height: 100%;
  line-height: 1.4;
}
.home-why .why-right .item-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  .home-why .why-right .item-title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 96rem) {
  .home-why .why-right .item-title {
    font-size: 24px;
  }
}
.home-why .why-right .item-desc {
  color: #5d5d5d;
}
.home-why .why-right .item-desc {
  font-size: 1rem;
}
@media only screen and (min-width: 96rem) {
  .home-why .why-right .item-desc {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-why .why-right .item-desc {
    line-height: 24px;
  }
}
.home-why .why-right .swiper-controls .swiper-pagination {
  bottom: -60px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-why .why-right .swiper-controls .swiper-pagination {
    bottom: -48px;
  }
}

.home-posts .top-section {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 64rem) {
  .home-posts .top-section {
    margin-bottom: 2.5rem;
  }
}
.home-posts .swiper-container {
  padding-bottom: 60px;
  position: relative;
}
.home-posts .swiper-container .swiper-wrapper .w-swiper {
  overflow: visible;
}
.home-posts .swiper-container .swiper-wrapper .swiper-slide {
  width: 28%;
  padding: 5px 16px 20px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-posts .swiper-container .swiper-wrapper .swiper-slide {
    width: 50%;
    padding: 5px 10px 20px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-posts .swiper-container .swiper-wrapper .swiper-slide {
    width: 100%;
    padding: 5px 6px 20px;
  }
}
.home-posts .swiper-container .swiper-controls .swiper-button {
  margin: 0;
  top: 30%;
}
.home-posts .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  left: 7%;
}
@media only screen and (min-width: 96rem) {
  .home-posts .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
    left: calc(50vw - 720px + 64px);
  }
}
.home-posts .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  right: 7%;
}
@media only screen and (min-width: 96rem) {
  .home-posts .swiper-container .swiper-controls .swiper-button.swiper-button-next {
    right: calc(50vw - 720px + 64px);
  }
}
.home-posts .swiper-pagination {
  --swiper-pagination-bottom: 0;
  position: absolute;
  bottom: 0;
}

.home-partner {
  position: relative;
  background-image: url("../img/bg-home-gallery.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-partner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(241, 241, 241, 0.6588235294);
  pointer-events: none;
  z-index: 0;
}
.home-partner .container {
  position: relative;
  z-index: 1;
}
.home-partner .top-section {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 64rem) {
  .home-partner .top-section {
    margin-bottom: 2.5rem;
  }
}
.home-partner .top-section .heading-title {
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 63.99875rem) {
  .home-partner .top-section .heading-title {
    max-width: 100%;
  }
}
.home-partner .swiper-container {
  position: relative;
  z-index: 1;
}
.home-partner .swiper-container:not(:first-child) {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 64rem) {
  .home-partner .swiper-container:not(:first-child) {
    margin-top: 1.875rem;
  }
}
.home-partner .item {
  width: 100%;
  min-height: 140px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
}
@media only screen and (max-width: 47.99875rem) {
  .home-partner .item {
    min-height: 100px;
    padding: 10px;
  }
}
.home-partner .item img {
  max-width: 80%;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 47.99875rem) {
  .home-partner .item img {
    max-height: 50px;
  }
}