.home_banner {
  overflow: hidden;
  position: relative;
  z-index: 2;
  color: #fff;
  background-color: var(--secondary);
}
.home_banner > div {
  position: static;
}
.home_banner .content {
  position: relative;
}
.home_banner .home_banner_bg_swiper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.home_banner .home_banner_bg_swiper + .edit_swiper {
  opacity: 1;
  transform: translate(-200%, -50%);
}
.home_banner .home_banner_bg_swiper + .edit_swiper::after {
  content: 'Add bg';
  white-space: nowrap;
}
.home_banner .home_banner_bg_swiper .img {
  position: relative;
}
.home_banner .home_banner_bg_swiper .img::before {
  content: '';
  display: block;
  width: 45.416667%;
  height: 100%;
  opacity: 0.31;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(to right, var(--title), transparent);
}
.home_banner .home_banner_bg_swiper .img::after {
  content: '';
  display: block;
  width: 100%;
  height: 24.108241%;
  opacity: 0.31;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(to top, var(--title), transparent);
}
.home_banner .home_banner_swiper .swiper-slide-active .head .subtitle,
.home_banner .home_banner_swiper .swiper-slide-active .head .title,
.home_banner .home_banner_swiper .swiper-slide-active .head p,
.home_banner .home_banner_swiper .swiper-slide-active .head .more {
  opacity: 1;
  transform: translate(0);
}
.home_banner .home_banner_swiper .swiper-slide-active .head .subtitle {
  transition: all 0.5s 0.7s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .title {
  transition: all 0.5s 0.8s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head p {
  transition: all 0.5s 0.9s;
}
.home_banner .home_banner_swiper .swiper-slide-active .head .more {
  transition: all 0.5s 1s;
}
.home_banner .home_banner_swiper .swiper-slide-active .img {
  opacity: 1;
  transform: translate(0);
  transition: all 0.5s 0.9s;
}
.home_banner .home_banner_swiper .flex {
  padding: 4rem 0;
  min-height: 81.3rem;
}
.home_banner .home_banner_swiper .img {
  width: 55.390625%;
  --h: 92.524683%;
  margin-right: -8.984375%;
  margin-bottom: 5.625%;
  transform: translateX(10rem);
  transition: all 0.5s 0.5s;
  opacity: 0;
}
.home_banner .head {
  flex: 1;
  max-width: 58.2rem;
  padding-bottom: 5.625%;
}
.home_banner .head .subtitle {
  transform: translateY(10rem);
  transition: all 0.3s 0.5s;
  opacity: 0;
}
.home_banner .head .title {
  max-width: 56rem;
  transform: translateY(10rem);
  transition: all 0.3s 0.5s;
  opacity: 0;
}
.home_banner .head p {
  transform: translateY(10rem);
  transition: all 0.3s 0.5s;
  opacity: 0;
}
.home_banner .head .more {
  transform: translateY(10rem);
  transition: all 0.3s 0.5s;
  opacity: 0;
}
.home_banner .home_banner_thumbs_swiper {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 6rem;
}
.home_banner .home_banner_thumbs_swiper .swiper-slide {
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
  padding-top: 2.4rem;
  color: rgba(255, 255, 255, 0.6);
}
.home_banner .home_banner_thumbs_swiper .swiper-slide::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.25);
}
.home_banner .home_banner_thumbs_swiper .swiper-slide::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background-color: #fff;
}
.home_banner .home_banner_thumbs_swiper .swiper-slide-thumb-active {
  color: #fff;
}
.home_banner .home_banner_thumbs_swiper .swiper-slide-thumb-active::after {
  width: 100%;
  transition: all 5.9s linear;
}
.home_banner .home_banner_thumbs_swiper .swiper-slide-thumb-active:first-child::after {
  transition: all 5s linear;
}
.home_banner .home_banner_thumbs_swiper .swiper-slide-thumb-active:first-child.active::after {
  transition: all 5.9s linear;
}
.home_banner .btns {
  display: flex;
  justify-content: space-between;
  width: 98%;
  max-width: 178.2rem;
  position: absolute;
  left: 50%;
  top: 42%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.home_banner .btns div {
  width: 1.2rem;
  height: 2rem;
  cursor: pointer;
  transition: all 0.3s;
  pointer-events: all;
  background: url(../img/arrow-l-w.svg) no-repeat center / contain;
}
.home_banner .btns .btn_next {
  transform: rotate(180deg);
}
.home_banner .btns .swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.home_product {
  padding: 13.7rem 0 3.4rem;
}
.home_product .home_product_swiper {
  overflow: hidden;
  padding-top: 7.5%;
  margin-top: -1rem;
}
.home_product .item {
  display: block;
  border-radius: 3rem;
  position: relative;
}
.home_product .item .bg {
  border-radius: 3rem;
  padding-bottom: 43.125%;
}
.home_product .item .info {
  width: 30.46875%;
  position: absolute;
  left: 4.84375%;
  bottom: 14.339623%;
  color: #fff;
}
.home_product .item .info h3 {
  font-weight: 600;
  font-size: 4rem;
  line-height: 5.2rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_product .item .info p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-top: 2rem;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_product .item .info .btn_cir {
  margin-top: 2.8rem;
}
.home_product .item .info .btn_cir::before {
  background-image: url(../img/arrow-line-r-b.svg) ;
  background-color: #fff;
}
.home_product .item .pic {
  width: 51.25%;
  --h: 89.939024%;
  position: absolute;
  left: 32.03125%;
  bottom: 10.507246%;
}
.home_product .swiper_btns {
  top: 55%;
}
.home_cers {
  overflow: hidden;
  padding: 6rem 0;
}
.home_cers .home_cers_swiper .swiper-wrapper {
  transition: linear;
}
.home_cers .home_cers_swiper .swiper-slide {
  gap: 3rem;
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
  max-width: max-content;
}
.home_cers .home_cers_swiper .logo {
  width: 9.2rem;
  height: 9.2rem;
  border-radius: 2.6rem;
  border: 1px solid rgba(22, 22, 22, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_cers .home_cers_swiper .logo img {
  display: block;
  width: 60%;
  height: 60%;
  object-fit: contain;
}
.home_cers .home_cers_swiper .name {
  font-weight: 500;
  font-size: 2.6rem;
  white-space: nowrap;
}
.home_products {
  padding: 9.6rem 0 13.6rem;
  background-color: #EDF0F4;
}
.home_products .head {
  max-width: 67rem;
}
.home_products .list {
  margin-top: 4rem;
}
.home_products .list ul {
  gap: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_products .list li {
  flex: 30%;
}
.home_products .list li:nth-child(1),
.home_products .list li:nth-child(2) {
  flex: 46%;
}
.home_products .list li:nth-child(1) a,
.home_products .list li:nth-child(2) a {
  flex-direction: row;
}
.home_products .list li:nth-child(1) .info,
.home_products .list li:nth-child(2) .info {
  display: flex;
  align-self: stretch;
  flex-direction: column;
}
.home_products .list li:nth-child(1) .info .syedittext,
.home_products .list li:nth-child(2) .info .syedittext {
  flex: 1;
}
.home_products .list li:nth-child(1) .info h3,
.home_products .list li:nth-child(2) .info h3 {
  padding: 0;
}
.home_products .list li:nth-child(1) .info p,
.home_products .list li:nth-child(2) .info p {
  margin: 2.4rem 0;
}
.home_products .list li:nth-child(1) .info .more,
.home_products .list li:nth-child(2) .info .more {
  display: block;
}
.home_products .list li:nth-child(1) .image,
.home_products .list li:nth-child(2) .image {
  width: 66.055046%;
  margin: 0.7rem -9.908257% -3.7rem 0;
}
.home_products .list li:nth-child(1) .image .img2,
.home_products .list li:nth-child(2) .image .img2 {
  width: 53%;
  height: 53%;
  top: 12%;
  left: 23%;
}
.home_products .list li.active a::before {
  opacity: 1;
}
.home_products .list li.active .info h3,
.home_products .list li.active .info .more {
  color: #fff;
}
.home_products .list li.active .info p {
  color: rgba(255, 255, 255, 0.85);
}
.home_products .list li.active .image .img1 {
  opacity: 1;
}
.home_products .list li.active .image .img2 {
  opacity: 0;
}
.home_products .list li.active .arrow::before {
  background-color: var(--primary);
}
.home_products .list li.active .arrow::after {
  transform: rotate(0);
  filter: contrast(0) brightness(2);
}
.home_products .list li a {
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  background-color: #fff;
  border-radius: 2.6rem 0 2.6rem 2.6rem;
  position: relative;
  z-index: 2;
  padding: 3.6rem 4rem;
}
.home_products .list li a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  background-image: linear-gradient(60deg, var(--primary), var(--secondary));
}
.home_products .list li .info {
  flex: 1;
  width: 100%;
}
.home_products .list li .info h3 {
  font-weight: 600;
  font-size: 2.6rem;
  line-height: 3.7rem;
  transition: all 0.3s;
  padding-right: 8%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_products .list li .info p {
  color: var(--text);
  line-height: 1.5;
  max-width: 21.5rem;
  margin-top: 0.8rem;
  transition: all 0.3s;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_products .list li .info .more {
  display: none;
  color: var(--primary);
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}
.home_products .list li .image {
  width: 57.6%;
  --h: 89.939024%;
  position: relative;
  margin-top: 3.2rem;
}
.home_products .list li .image .img {
  transition: all 0.3s;
}
.home_products .list li .image .img1 {
  opacity: 0;
}
.home_products .list li .image .img2 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: contrast(0) brightness(0);
}
.home_products .list li .arrow {
  position: absolute;
  right: -1px;
  top: -1px;
  z-index: 2;
  width: 8.8rem;
  height: 8.8rem;
  background: url(../img/home-category-mask.svg) no-repeat center / contain;
}
.home_products .list li .arrow::before {
  content: '';
  display: block;
  width: 59.090909%;
  height: 59.090909%;
  position: absolute;
  right: 1px;
  top: 1px;
  border-radius: 50%;
  transition: all 0.3s;
  background-color: #fff;
}
.home_products .list li .arrow::after {
  content: '';
  display: block;
  width: 18%;
  height: 18%;
  position: absolute;
  right: 20%;
  top: 20%;
  transition: all 0.3s;
  transform: rotate(-45deg);
  background: url(../img/arrow-line-r-b.svg) no-repeat center / contain;
}
.home_about {
  padding: 13rem 0 12.2rem;
}
.home_about .top .img {
  width: 18.28125%;
}
.home_about .head {
  flex: 1;
  max-width: 91rem;
  padding-top: 1.5rem;
}
.home_about .bot {
  margin-top: -4.296875%;
}
.home_about .bot .img {
  width: 53.4375%;
  border-radius: 2.8rem;
  margin-right: -1.5625%;
}
.home_about .bot .img:hover img {
  transform: scale(1.03);
}
.home_about .text {
  flex: 1;
  max-width: 53.8rem;
}
.home_about .text p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 3.2rem;
}
.home_about .text .btn {
  min-width: 22.7rem;
  margin-top: 4.6rem;
}
.home_about .item {
  margin-top: 3.8rem;
  padding: 3.2rem 3.4rem 2.8rem;
  position: relative;
  border-radius: 1.8rem;
  background-color: #F7F8FB;
}
.home_about .item .icon {
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 3.4rem;
  top: 3.6rem;
}
.home_about .item .icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home_about .item h3 {
  font-weight: 500;
  font-size: 2.8rem;
  padding-left: 4.6rem;
}
.home_about .item p {
  margin-top: 2rem;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .home_banner .home_banner_swiper .img {
    margin-right: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_banner .home_banner_thumbs_swiper {
    width: calc(100% - 4rem);
    left: 2rem;
  }
  .home_banner .home_banner_swiper .img {
    width: 50%;
  }
  .home_products .list li .info h3 {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .home_banner .home_banner_swiper .flex {
    min-height: unset;
    padding: 30px 0 80px;
  }
  .home_banner .home_banner_swiper .img {
    width: 50%;
    margin: 0;
  }
  .home_banner .home_banner_thumbs_swiper {
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
  .home_banner .home_banner_thumbs_swiper .swiper-slide {
    padding-top: 15px;
  }
  .home_product {
    padding: 50px 0 30px;
  }
  .home_product .home_product_swiper {
    margin-top: 10px;
  }
  .home_product .item {
    border-radius: 20px;
  }
  .home_product .item .img {
    border-radius: 20px;
  }
  .home_product .item .info h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .home_product .item .info p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_product .item .info .btn_cir {
    margin-top: 20px;
  }
  .home_cers {
    padding: 30px 0 50px;
  }
  .home_cers .home_cers_swiper .swiper-slide {
    gap: 12px;
  }
  .home_cers .home_cers_swiper .logo {
    width: 50px;
    height: 50px;
    border-radius: 8px;
  }
  .home_cers .home_cers_swiper .name {
    font-size: 16px;
  }
  .home_products {
    padding: 50px 0;
  }
  .home_products .list {
    margin-top: 30px;
  }
  .home_products .list ul {
    gap: 15px;
  }
  .home_products .list li:nth-child(1) .info p,
  .home_products .list li:nth-child(2) .info p {
    margin: 8px 0 12px;
  }
  .home_products .list li a {
    padding: 20px;
    border-radius: 15px 0 15px 15px;
  }
  .home_products .list li .info h3 {
    font-size: 18px;
    line-height: 1.3;
  }
  .home_products .list li .info p {
    font-size: 14px;
    line-height: 1.5;
  }
  .home_products .list li .info .more {
    font-size: 14px;
  }
  .home_products .list li .image {
    margin-top: 15px;
  }
  .home_products .list li .arrow {
    transform: scale(0.8);
    transform-origin: right top;
  }
  .home_about {
    padding: 50px 0;
  }
  .home_about .text p {
    font-size: 14px;
    line-height: 1.5;
  }
  .home_about .text .btn {
    min-width: 120px;
    margin-top: 20px;
  }
  .home_about .item {
    padding: 20px;
    margin-top: 15px;
    border-radius: 15px;
  }
  .home_about .item .icon {
    left: 20px;
    top: 22px;
    width: 20px;
    height: 20px;
  }
  .home_about .item h3 {
    font-size: 18px;
    padding-left: 30px;
  }
  .home_about .item p {
    margin-top: 12px;
  }
  .home_about .bot .img {
    margin: 0;
    border-radius: 15px;
  }
}
@media screen and (max-width: 576px) {
  .home_banner .home_banner_swiper .flex {
    flex-direction: column-reverse;
  }
  .home_banner .home_banner_swiper .img {
    width: 80%;
  }
  .home_banner .btns {
    display: none;
  }
  .home_product .item {
    border-radius: 15px;
  }
  .home_product .item .img {
    border-radius: 15px;
  }
  .home_product .item .info {
    width: 35%;
  }
  .home_product .item .info h3 {
    font-size: 16px;
  }
  .home_product .item .info p {
    font-size: 13px;
    margin-top: 8px;
  }
  .home_product .item .info .btn_cir {
    display: none;
  }
  .home_product .swiper_btns {
    position: static;
    justify-content: flex-end;
    transform: translate(0);
    margin-top: 20px;
    padding: 0 20px;
  }
  .home_products .list ul {
    display: block;
  }
  .home_products .list li a,
  .home_products .list li:nth-child(1) a,
  .home_products .list li:nth-child(2) a {
    flex-direction: row;
  }
  .home_products .list li .info,
  .home_products .list li:nth-child(1) .info,
  .home_products .list li:nth-child(2) .info {
    display: flex;
    align-self: stretch;
    flex-direction: column;
  }
  .home_products .list li .info .syedittext,
  .home_products .list li:nth-child(1) .info .syedittext,
  .home_products .list li:nth-child(2) .info .syedittext {
    flex: 1;
  }
  .home_products .list li .info h3,
  .home_products .list li:nth-child(1) .info h3,
  .home_products .list li:nth-child(2) .info h3 {
    padding: 0;
  }
  .home_products .list li .info p,
  .home_products .list li:nth-child(1) .info p,
  .home_products .list li:nth-child(2) .info p {
    margin: 8px 0 12px;
  }
  .home_products .list li .info .more,
  .home_products .list li:nth-child(1) .info .more,
  .home_products .list li:nth-child(2) .info .more {
    display: block;
  }
  .home_products .list li .image,
  .home_products .list li:nth-child(1) .image,
  .home_products .list li:nth-child(2) .image {
    width: 50%;
    margin: 15px 0 0;
  }
  .home_products .list li .image .img2,
  .home_products .list li:nth-child(1) .image .img2,
  .home_products .list li:nth-child(2) .image .img2 {
    width: 53%;
    height: 53%;
    top: 12%;
    left: 23%;
  }
  .home_products .list li + li {
    margin-top: 20px;
  }
  .home_about .bot {
    gap: 30px;
    flex-direction: column;
    margin-top: 20px;
  }
  .home_about .bot .img {
    width: 100%;
  }
}
