.home_products {
  background-color: var(--bg);
  padding: 12.3rem 0 8.3rem;
}
.home_products .head {
  max-width: 75.2rem;
  margin: 0 auto;
}
.home_products .main {
  margin-top: 5rem;
}
.home_products .main .lt {
  width: 71.66666667%;
}
.home_products .main .rt {
  width: 24.51388889%;
  padding-bottom: 4.3%;
}
.home_products .home_products_swiper {
  overflow: hidden;
}
.home_products .home_products_swiper .flex {
  height: 100%;
}
.home_products .home_products_swiper .img {
  width: 62.98449612%;
  --h: 74%;
}
.home_products .home_products_swiper .img:hover img {
  transform: scale(1.02);
}
.home_products .home_products_swiper .img::before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 74%;
  padding-bottom: 74%;
  background: url("../img/home-products-line.svg") no-repeat center / contain;
  animation: rotateC 8s linear infinite;
}
@keyframes rotateC {
  0% {
    transform: translate(-50%, -50%);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.home_products .home_products_swiper .info {
  flex: 1;
  width: 100%;
  max-width: 34.5rem;
  padding-bottom: 2.5%;
}
.home_products .home_products_swiper .info .title {
  font-size: 4rem;
  line-height: 1.325;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_products .home_products_swiper .info .desc {
  font-size: 1.8rem;
  line-height: 3rem;
  color: rgba(73, 73, 73, 0.85);
  margin-top: 2.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_products .home_products_swiper .info .btn_line {
  margin-top: 3.7rem;
}
.home_products .swiper_btns {
  width: 60.4%;
  justify-content: center;
  margin-top: 3.1rem;
  margin-left: auto;
}
.home_products .nav li + li {
  margin-top: 2.2rem;
}
.home_products .nav .nav_item {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2rem;
  font-weight: 500;
  color: #191919;
  opacity: 0.4;
  padding-left: 2.6rem;
}
.home_products .nav .nav_item.active,
.home_products .nav .nav_item:hover {
  opacity: 1;
}
.home_products .nav .nav_item.active::before,
.home_products .nav .nav_item:hover::before {
  transform: translateX(0);
  opacity: 1;
}
.home_products .nav .nav_item::before {
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 1.4rem;
  height: 0.7rem;
  content: '';
  background-color: var(--primary);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transition: all 0.3s;
  transform: translateX(-100%);
  opacity: 0;
}
.home_products .home_products_image_swiper {
  overflow: hidden;
  margin-top: 3.6rem;
  border-radius: 1.4rem;
}
.home_products .home_products_image_swiper .img {
  padding-bottom: 53.25779037%;
}
.home_products .home_products_image_swiper .img:hover img {
  transform: scale(1.02);
}
.home_applications {
  overflow: hidden;
  padding: 13.9rem 0 6rem;
}
.home_applications .head {
  gap: 0 3rem;
}
.home_applications .head .subtitle {
  width: 100%;
}
.home_applications .head h2 {
  max-width: 35rem;
}
.home_applications .head p {
  hyphens: auto;
  max-width: 60.3rem;
}
.home_applications p {
  margin-top: 1.6rem;
}
.home_applications .home_applications_swiper {
  margin-top: 4.1rem;
}
.home_applications .home_applications_swiper .swiper-slide {
  max-width: 39.9rem;
}
.home_applications .home_applications_swiper .active .img {
  opacity: 0;
  transition: all 0.3s 0.3s;
}
.home_applications .home_applications_swiper .active .info {
  background-color: var(--bg);
  color: var(--title);
}
.home_applications .home_applications_swiper .active .info .desc,
.home_applications .home_applications_swiper .active .info .link_more {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s, opacity 0.3s 0.3s, transform 0.3s 0.3s;
}
.home_applications .item {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 1rem;
}
.home_applications .item:hover img {
  transform: scale(1.02);
}
.home_applications .item .img {
  padding-bottom: 129.8245614%;
  transition: all 0.3s;
}
.home_applications .item .img::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 37.331%;
  background-image: linear-gradient(to top, var(--secondary), transparent);
  transition: all 0.3s;
  z-index: 2;
  pointer-events: none;
  content: '';
}
.home_applications .item .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #fff;
  padding: 11.5288221% 7.518797% 8.0200501%;
}
.home_applications .item .info .desc {
  font-size: 1.7rem;
  line-height: 2.9rem;
  color: var(--text);
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  opacity: 0;
  transform: translateY(1rem);
}
.home_applications .item .info .link_more {
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--primary);
  border-bottom: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 2.8rem;
  margin-bottom: auto;
  opacity: 0;
  transform: translateY(1rem);
}
.home_applications .item .info .link_more:hover {
  border-bottom-color: var(--primary);
}
.home_applications .item .info .title {
  font-size: 2.6rem;
  line-height: 1.26923077;
  font-weight: 600;
  max-width: 30rem;
  margin-top: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.home_applications .swiper_btns {
  justify-content: center;
  margin-top: 4rem;
}
.page_contact {
  padding-top: 14.7rem;
}
.page_contact.img_bg > img {
  height: auto;
  min-height: 100%;
  top: unset;
  bottom: 0;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .home_products .home_products_swiper .info .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .home_products {
    padding: 50px 0;
  }
  .home_products .main {
    margin-top: 30px;
    gap: 30px;
  }
  .home_products .main .lt {
    width: 100%;
  }
  .home_products .main .rt {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .home_products .main .rt > div {
    width: 48%;
  }
  .home_products .home_products_swiper .info {
    padding: 0;
  }
  .home_products .home_products_swiper .info .title {
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: unset;
  }
  .home_products .home_products_swiper .info .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .home_products .home_products_swiper .info .btn_line {
    margin-top: 20px;
  }
  .home_products .swiper_btns {
    margin-top: 30px;
  }
  .home_products .nav li + li {
    margin-top: 12px;
  }
  .home_products .nav .nav_item {
    font-size: 14px;
    padding-left: 22px;
  }
  .home_products .nav .nav_item::before {
    width: 12px;
    height: 6px;
    top: 7px;
  }
  .home_products .home_products_image_swiper {
    margin-top: 0;
    border-radius: 10px;
  }
  .home_applications {
    padding: 50px 0;
  }
  .home_applications .head {
    display: block;
  }
  .home_applications .home_applications_swiper {
    margin-top: 30px;
  }
  .home_applications .home_applications_swiper .swiper-slide {
    max-width: 280px;
  }
  .home_applications .item {
    border-radius: 10px;
  }
  .home_applications .item .info {
    background-color: rgba(242, 244, 247, 0.8);
    padding: 20px;
    color: var(--title);
  }
  .home_applications .item .info .desc {
    font-size: 14px;
    line-height: 1.5;
    transform: translate(0);
    opacity: 1;
  }
  .home_applications .item .info .link_more {
    font-size: 14px;
    transform: translate(0);
    opacity: 1;
    margin-top: 14px;
  }
  .home_applications .item .info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 16px;
  }
  .home_applications .swiper_btns {
    margin-top: 30px;
  }
  .page_contact {
    padding: 50px 0;
  }
}
@media screen and (max-width: 576px) {
  .home_products .main {
    flex-direction: column-reverse;
  }
  .home_products .main .rt {
    display: block;
  }
  .home_products .main .rt > div {
    width: 100%;
  }
  .home_products .home_products_swiper .img {
    width: 100%;
    order: -1;
  }
  .home_products .nav li + li {
    margin-top: 0;
  }
  .home_products .nav .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px 0;
    padding: 0 20px;
    overflow-x: auto;
    display: flex;
    gap: 15px 20px;
    flex-wrap: wrap;
  }
  .home_products .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .home_products .nav .nav_item {
    white-space: nowrap;
  }
  .home_products .nav .nav_item::before {
    opacity: 1;
    transform: translate(0);
  }
  .home_products .home_products_image_swiper {
    margin-top: 30px;
  }
  .home_products .swiper_btns {
    width: 100%;
  }
}
