.products_banner {
  position: relative;
  overflow: hidden;
}
.products_banner::after {
  content: '';
  display: block;
  width: 100%;
  height: 70.595855%;
  pointer-events: none;
  background: url(../img/mask.svg) no-repeat right bottom / contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.products_banner .flex {
  min-height: 69.2rem;
}
.products_banner .head {
  flex: 1;
  color: #fff;
  max-width: 61.8rem;
}
.products_banner .head h1 {
  font-size: 6.6rem;
  font-weight: 700;
  line-height: 8.2rem;
  text-transform: uppercase;
}
.products_banner .head p {
  font-size: 1.8rem;
  line-height: 2.9rem;
  font-weight: 300;
  max-width: 54.8rem;
  margin-top: 2rem;
  opacity: 0.8;
  letter-spacing: 0.2px;
}
.products_banner .img {
  width: 70.820896%;
  --h: 53.108535%;
  position: absolute;
  right: -7.61194%;
  top: 50%;
  transform: translateY(-40%);
}
.products_main {
  padding: 5.1rem 0 5.5rem;
  background-color: #f8f9f9;
}
.products_main .head {
  max-width: 96rem;
  margin: 5.5rem auto;
}
.products_main .head h2 {
  max-width: 74.8rem;
  margin: 0 auto;
}
.products_main .head p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.9rem;
  margin-top: 5.4rem;
}
.products_main .list ul {
  gap: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.products_main .list p.center:has(button) {
  margin-top: 4.4rem;
  min-height: 6.8rem;
}
.products_choose {
  padding: 5.5rem 0 11.2rem;
  background-color: #f8f9f9;
}
.products_choose .products_choose_swiper {
  overflow: hidden;
  margin-top: 5.2rem;
}
.products_choose .products_choose_swiper .active a {
  background-color: var(--primary);
}
.products_choose .products_choose_swiper .active a::before {
  opacity: 0;
}
.products_choose .products_choose_swiper .active a::after {
  opacity: 1;
}
.products_choose .products_choose_swiper a {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  padding: 5.555556% 7.407407% 9.259259%;
}
.products_choose .products_choose_swiper a::before,
.products_choose .products_choose_swiper a::after {
  content: '';
  display: block;
  width: 100%;
  height: 55.645161%;
  background: url(../img/mask.svg) no-repeat right top / contain;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s;
}
.products_choose .products_choose_swiper a::after {
  opacity: 0;
  background-image: url(../img/mask-b.svg);
}
.products_choose .products_choose_swiper .top {
  gap: 2rem;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.products_choose .products_choose_swiper h3 {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 4.8rem;
  text-transform: uppercase;
  max-width: 32.4rem;
  flex: 1;
}
.products_choose .products_choose_swiper .img {
  width: 7rem;
  height: 7rem;
}
.products_choose .products_choose_swiper .syedittext {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.9rem;
  max-width: 50rem;
  margin: 5rem 0 auto;
}
.products_choose .products_choose_swiper .btn {
  min-width: 15.8rem;
  line-height: 5rem;
  max-width: max-content;
  border-color: var(--title);
  background-color: var(--title);
  color: #fff;
  margin-top: 5.2rem;
}
.products_choose .products_choose_swiper .btn:hover {
  color: var(--title);
  background-color: transparent;
}
.products_choose .pagination {
  gap: 2rem;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto;
  margin-top: 4.5rem;
}
.products_choose .pagination .oswald {
  color: #424242;
  font-size: 1.8rem;
  font-weight: 600;
}
.products_choose .pagination .oswald .current {
  color: var(--title);
  font-size: 3.4rem;
  font-weight: 700;
}
.section_industry{
  background-color: white;
}
.products_nav .products_nav_swiper {
  overflow: hidden;
}
.products_nav .products_nav_swiper a {
  display: block;
  padding: 1.4rem 0 0.6rem;
}
.products_nav .products_nav_swiper a:hover .name {
  color: var(--primary);
}
.products_nav .products_nav_swiper .img {
  width: 100%;
  height: 4.3rem;
  margin: 0 auto;
}
.products_nav .products_nav_swiper .name {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 3px;
  transition: all 0.3s;
}
.product_list .active a {
  box-shadow: 0 0 20px rgba(198, 198, 198, 0.45);
}
.product_list .active a .info .btn_more {
  border-color: var(--primary);
  background-color: var(--primary);
}
.product_list a {
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  background-color: #fff;
  padding: 2.5rem 8.604651%;
  border-radius: 10px;
}
.product_list a:hover img {
  transform: scale(1.03);
}
.product_list .img {
  padding-bottom: 80%;
}
.product_list .info {
  margin-top: 2.2rem;
}
.product_list .info .cat {
  color: var(--primary);
  font-weight: 500;
  text-transform: uppercase;
}
.product_list .info .title {
  font-size: 2.6rem;
  font-weight: 600;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_list .info .btn {
  display: block;
  line-height: 5rem;
  margin-top: 2.2rem;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .products_banner .head {
    width: 55%;
    flex: unset;
  }
  .products_banner .head h1 {
    font-size: 6rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) and (max-width: 896px) {
  .products_banner .head {
    width: 50%;
    flex: unset;
  }
  .products_banner .head h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .products_banner .flex {
    gap: 1rem;
    padding: 2rem 0 3rem;
    min-height: unset;
    flex-direction: column-reverse;
  }
  .products_banner .head {
    width: 100%;
    text-align: center;
  }
  .products_banner .head h1 {
    font-size: 25px;
    line-height: 1.5;
  }
  .products_banner .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .products_banner .img {
    width: 100%;
    max-width: 500px;
    position: static;
    transform: translate(0);
  }
  .products_main {
    padding: 3rem 0;
  }
  .products_main .head {
    margin: 0 0 2rem;
  }
  .products_main .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .products_main .list ul {
    gap: 20px;
  }
  .products_main .list p.center:has(button) {
    margin-top: 40px;
    min-height: 42px;
  }
  .products_choose {
    padding: 3rem 0 4rem;
    overflow: hidden;
  }
  .products_choose .products_choose_swiper {
    overflow: visible;
    margin-top: 2rem;
  }
  .products_choose .products_choose_swiper a {
    padding: 2rem 1rem 20px;
  }
  .products_choose .products_choose_swiper .top {
    display: block;
  }
  .products_choose .products_choose_swiper .img {
    width: 3rem;
    height: 3rem;
  }
  .products_choose .products_choose_swiper h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
    min-height: 54px;
  }
  .products_choose .products_choose_swiper .syedittext {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .products_choose .products_choose_swiper .btn {
    min-width: unset;
    line-height: 40px;
    margin-top: 20px;
  }
  .products_choose .pagination {
    margin-top: 2rem;
  }
  .products_choose .pagination .oswald {
    font-size: 14px;
  }
  .products_choose .pagination .oswald .current {
    font-size: 1rem;
  }
  .products_nav {
    overflow: hidden;
  }
  .products_nav .products_nav_swiper {
    overflow: visible;
  }
  .products_nav .products_nav_swiper a {
    padding: 8px 0;
  }
  .products_nav .products_nav_swiper .img {
    width: 4rem;
    height: 4rem;
  }
  .products_nav .products_nav_swiper .name {
    font-size: 14px;
  }
  .product_list a {
    padding: 1rem;
  }
  .product_list .info {
    margin-top: 12px;
  }
  .product_list .info .cat {
    font-size: 14px;
  }
  .product_list .info .title {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 8px;
  }
  .product_list .info .btn_more {
    min-width: unset;
    line-height: 40px;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 576px) {
  .products_main .list ul {
    grid-template-columns: 1fr;
  }
}
