/* .home_featured {
  padding: 16.5rem 0 11.1rem;
}
.home_featured .swiper_box {
  margin-top: 5.2rem;
}
.home_featured .swiper_box .content {
  position: static;
}
.home_featured .lt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3rem;
  padding: 5.6% 0 1px;
}
.home_featured .rt {
  width: 80.44117647%;
  align-self: center;
}
.home_featured .nav .nav_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.2rem;
}
.home_featured .nav .nav_item {
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
  color: #b2b2b2;
  border-bottom: 2px solid transparent;
  padding: 2px 0;
}
.home_featured .nav .nav_item:hover {
  border-bottom-color: rgba(224, 0, 1, 0.2);
}
.home_featured .nav .nav_item.active {
  border-bottom-color: var(--primary);
  color: var(--title);
}
.home_featured div.swiper-pagination.swiper-pagination-bullets {
  position: static;
  display: flex;
  gap: 3px;
}
.home_featured div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  flex: 1;
  max-width: 3rem;
  height: 0.6rem;
  background: linear-gradient(to right, #e00100, #e7a008, #d1d1d1, #d1d1d1) no-repeat center right / 300%;
  opacity: 1;
  margin: 0;
  transition: all 0.4s;
  border-radius: 0;
  --deg: 0.4rem;
  clip-path: polygon(var(--deg) 0, 100% 0, calc(100% - var(--deg)) 100%, 0 100%);
}
.home_featured div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
  max-width: 6.5rem;
  background-position-x: left;
}
.home_featured .home_featured_swiper {
  overflow: hidden;
}
.home_featured .home_featured_swiper .image {
  position: relative;
  width: 52.1023766%;
  align-self: center;
}
.home_featured .home_featured_swiper .image:hover img {
  transform: scale(1.03);
}
.home_featured .home_featured_swiper .image .img {
  width: 85.96491228%;
  --h: 132.24489796%;
}
.home_featured .home_featured_swiper .image .img.img_ct {
  position: absolute;
  right: 0;
  top: 0;
}
.home_featured .home_featured_swiper .intro {
  flex: 1;
  width: 100%;
  max-width: 44.7rem;
  display: flex;
  flex-direction: column;
  padding-bottom: 1%;
}
.home_featured .home_featured_swiper .info {
  margin: auto 0;
}
.home_featured .home_featured_swiper .info .cat {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: 0.058em;
}
.home_featured .home_featured_swiper .info .title {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 600;
  margin-top: 2.9rem;
}
.home_featured .home_featured_swiper .info .desc {
  max-width: 42.7rem;
  margin-top: 3.6rem;
}
.home_featured .home_featured_swiper .info .btn {
  margin-top: 3.6rem;
}
.home_featured .home_featured_swiper .features {
  margin-top: 7.8%;
}
.home_featured .home_featured_swiper .features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 10.291%;
}
.home_featured .home_featured_swiper .features li {
  flex: 1;
}
.home_featured .home_featured_swiper .features li strong {
  font-size: 3rem;
  font-weight: 500;
  color: var(--primary);
}
.home_featured .home_featured_swiper .features li strong .num {
  color: #15171e;
}
.home_featured .home_featured_swiper .features li p {
  font-size: 1.4rem;
  color: var(--text);
  text-transform: uppercase;
  margin-top: 0.6rem;
  letter-spacing: -0.0086em;
}
.home_featured .swiper_btns.middle {
  top: 51.3%;
}
.home_build {
  padding: 11.1rem 0 13.9rem;
}
.home_build p {
  max-width: 71.1rem;
  margin-top: 2rem;
}
.home_build .items {
  margin-top: 3.4rem;
}
.home_build .items > div {
  display: flex;
  flex-wrap: wrap;
  gap: 1.7rem 1.32352941%;
}
.home_build .item {
  position: relative;
  flex: 1 1 32.57352941%;
  transition: flex 0.5s;
  padding-bottom: 31.25%;
}
.home_build .item.active {
  flex: 1 1 66.10294118%;
}
.home_build .item.sm {
  padding-bottom: 20.51470588%;
}
.home_build .item:hover img {
  transform: scale(1.03);
}
.home_build .item .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.home_build .item .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  max-height: 90%;
  overflow-y: auto;
  color: #fff;
  padding: 2.9rem 3.3rem;
}
.home_build .item .info .title {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.0021em;
  padding-bottom: 0.7rem;
}
.home_build .item .info .desc {
  display: none;
  margin-top: -1.2rem;
}
.home_build .item .info .desc .grid {
  display: grid;
  grid-template-columns: 1fr 4.7rem;
  align-items: center;
  gap: 2rem;
}
.home_build .item .info .desc p {
  font-size: 1.5rem;
  opacity: 0.85;
  margin-top: 0.4rem;
  font-weight: 300;
  letter-spacing: 0.00133em;
}
.home_build .item .info .desc .btn_g {
  display: block;
  padding-bottom: 100%;
  background: url("../img/arrow-r-w.svg") no-repeat center / 32% var(--primary);
  transition: all 0.3s;
  content: '';
}
.home_build .item .info .desc .btn_g:hover {
  background-color: var(--title);
} */
.home_products {
  background-color: var(--bg);
  padding: 12rem 0 12.4rem;
}
.home_products .head {
  gap: 1.7rem 3rem;
}
.home_products .head .tcon {
  width: 100%;
}
.home_products .head .tcon > em {
  margin-bottom: 1.7rem;
}
.home_products .nav {
  flex: 1;
  max-width: 100%;
  padding-bottom: 1.3rem;
}
.home_products .nav .nav_list {
  gap: 2rem 3.43%;
}
.home_products .swiper_box {
  display: none;
}
.home_products .swiper_box.active {
  display: block;
}
.home_products .home_products_swiper {
  margin-top: 1.6rem;
}
.home_products .swiper_btns.middle {
  top: 49%;
}
.home_applications {
  background-color: var(--bg);
  padding: 15.8rem 0 13.8rem;
  overflow: hidden;
}
.home_applications .head {
  padding-bottom: 2px;
}
.home_applications .home_applications_swiper {
  margin-top: 5.7rem;
}
.home_applications .home_applications_swiper .swiper-slide {
  max-width: 36.5rem;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  /* .home_featured .home_featured_swiper .features ul {
    gap: 3rem;
  } */
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  /* .home_featured .home_featured_swiper .features li strong {
    font-size: 2.2rem;
  } */
}
@media screen and (max-width: 768px) {
  /* .home_featured {
    padding: 50px 0;
  }
  .home_featured .swiper_box {
    margin-top: 20px;
  }
  .home_featured .lt {
    flex: unset;
    width: 100%;
    padding: 0;
    display: block;
  }
  .home_featured .nav .nav_list {
    flex-direction: row;
    width: calc(100% + 40px);
    padding: 0 20px;
    margin: 0 -20px;
    flex-wrap: nowrap;
    gap: 20px;
    overflow-x: auto;
  }
  .home_featured .nav .nav_list li:first-child {
    margin-left: auto;
  }
  .home_featured .nav .nav_list li:last-child {
    margin-right: auto;
  }
  .home_featured .nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .home_featured .nav .nav_item {
    font-size: 16px;
    white-space: nowrap;
  }
  .home_featured .swiper_control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 30px;
  }
  .home_featured .swiper_control .swiper_btns.middle {
    width: auto;
    padding: 0;
    margin: 0;
  }
  .home_featured .swiper_control div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    max-width: 22px;
  }
  .home_featured .swiper_control div.swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    max-width: 40px;
  }
  .home_featured .rt {
    width: 100%;
  }
  .home_featured .home_featured_swiper .image {
    width: 50%;
  }
  .home_featured .home_featured_swiper .intro {
    padding: 0;
  }
  .home_featured .home_featured_swiper .info .cat {
    font-size: 13px;
  }
  .home_featured .home_featured_swiper .info .title {
    font-size: 20px;
    margin-top: 8px;
  }
  .home_featured .home_featured_swiper .info .desc {
    margin-top: 10px;
  }
  .home_featured .home_featured_swiper .info .btn {
    margin-top: 20px;
  }
  .home_featured .home_featured_swiper .features {
    margin-top: 20px;
  }
  .home_featured .home_featured_swiper .features ul {
    gap: 20px;
  }
  .home_featured .home_featured_swiper .features li strong {
    font-size: 20px;
  }
  .home_featured .home_featured_swiper .features li p {
    font-size: 13px;
    margin-top: 5px;
  }
  .home_build {
    padding: 50px 0;
  }
  .home_build .items {
    margin-top: 30px;
  }
  .home_build .items > div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  .home_build .item {
    padding: 0;
    background-color: var(--title);
  }
  .home_build .item.sm {
    padding-bottom: 0;
  }
  .home_build .item .img {
    padding-bottom: 63.18926975%;
    position: relative;
    opacity: 0.8;
  }
  .home_build .item .info {
    padding: 14px 16px;
  }
  .home_build .item .info .title {
    font-size: 20px;
    padding: 0;
  }
  .home_build .item .info .desc {
    display: block;
    margin-top: 10px;
  }
  .home_build .item .info .desc .grid {
    grid-template-columns: 1fr 40px;
    gap: 14px;
  }
  .home_build .item .info .desc p {
    font-size: 14px;
    margin: 0;
  } */
  .home_products {
    padding: 50px 0;
    overflow: hidden;
  }
  .home_products .head {
    gap: 20px;
  }
  .home_products .head .tcon {
    width: auto;
  }
  .home_products .head .tcon > em {
    margin-bottom: 8px;
  }
  .home_products .nav {
    flex: unset;
    order: 3;
    padding: 0;
  }
  .home_products .nav .nav_list {
    gap: 20px;
  }
  .home_products .swiper_content {
    overflow: unset;
    padding: 0 20px;
  }
  .home_products .home_products_swiper {
    margin-top: 30px;
  }
  .home_applications {
    padding: 50px 0;
  }
  .home_applications .head {
    padding: 0;
  }
  .home_applications .home_applications_swiper {
    margin-top: 30px;
  }
  .home_applications .home_applications_swiper .swiper-slide {
    max-width: 280px;
  }
}
@media screen and (max-width: 576px) {
  /* .home_featured .home_featured_swiper .image {
    width: 100%;
  }
  .home_build .items > div {
    grid-template-columns: 1fr;
  } */
}
