.breadcrumbs_con {
  padding: 1.9rem 0;
  background-color: white;
  padding-top: 11.5rem;
}
.breadcrumbs>span {
  display: flex;
  align-items: center;
}
.breadcrumbs span a {
  color: #4a4a4a;
  font-size: 1.6rem;
  transition: all 0.3s;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.breadcrumbs span a:after {
  content: "";
  width: 0.9rem;
  height: 0.9rem;
  display: inline-block;
  margin: 0 1.5rem;
  background: url('../img/breadcrumb_icon.svg') no-repeat center/contain;
}
.breadcrumbs span span {
  font-weight: 700;
  color: #222222;
}


.solutions_table .table table:not(:has(thead)) tr:first-child td {
  line-height: 5.8rem;
  background-color: var(--primary);
  color: white;
  text-transform: uppercase;
  text-align: left;
  font-weight: 400;
  padding: 0 2rem;
  font-size: 1.8rem;
}

.product_preview {
  padding: 6.5rem 0 8.5rem;
  background: linear-gradient(to bottom, #DDE0E6, #FEFEFE);
}
.product_preview .left {
  width: 55.07%;
}
.product_preview .left .swiper_preview_imgs {
  background-color: #F6F7F9;
  border-radius: 0.4rem;
  overflow: hidden;
  margin-bottom: 1.8rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.product_preview .left .swiper_preview_imgs,
.product_preview .left .swiper_thumbs {
  overflow: hidden;
}
.product_preview .right {
  width: 40.57%;
  background-color: white;
}

.product_preview .left .swiper_preview_imgs .img {
  aspect-ratio: 756/567;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;

}
.product_preview .left .swiper_preview_imgs .img img {
  width: 92%;
  height: 92%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product_preview .left .swiper_thumbs {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.product_preview .left .swiper_thumbs .img {
  aspect-ratio: 178/161;
  border-radius: 0.4rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border: 2px solid transparent;
  transition: all 0.3s;
}
.product_preview .left .swiper_thumbs .swiper-slide-thumb-active {
  border-color: var(--primary);
}
.product_preview .left .swiper_thumbs .img img {
  width: 85%;
  height: 85%;
}
.product_preview .right {
  padding: 5rem 4rem;
  border-radius: 0.4rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.product_preview .right>.subtitle {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Archivo", sans-serif;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.product_preview .right h1 {
  font-size: 4.2rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 2rem;
  color: #101828;
}
.product_preview .right .desc {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #4c525b;
  margin-bottom: 5.3rem;
}
.product_preview .right .attrs {
  border-top: 1px solid #e4e7ec;
  margin-bottom: 2.7rem;
}
.product_preview .right .attrs .item {
  padding: 1.8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e4e7ec73;
}
.product_preview .right .attrs .item .label {
  font-size: 1.6rem;
  font-weight: 500;
  color: #475467;
}
.product_preview .right .attrs .item .value {
  font-weight: 700;
  color: #101828;
}
.product_preview .right .attrs .item .value.blue {
  color: var(--primary);
}
.product_preview .right .btns {
  gap: 2rem;
}
.product_preview .right .btns .btn {
  flex: 1;
}
.page_products {
  padding: 14rem 0 15rem;
  background-color: #F6F7F9;
}
.page_products .swiper-slide {
  height: auto;
}
.page_products .swiper-slide a {
  height: 100%;
  display: block;
  background-color: white;
  border: 1px solid #e4e6ea;
  border-radius: 0.4rem;
}
.page_products .swiper-slide a .img {
  aspect-ratio: 397/290;
  overflow: hidden;
}
.page_products .swiper-slide a:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.page_products .swiper-slide a:hover .img img {
  transform: scale(1.05);
}
.page_products .swiper-slide a .info {
  padding: 2.8rem;
  border-top: 1px solid #f6f7f9;
}
.page_products .swiper-slide a .info strong {
  font-size: 2.2rem;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  color: #14161b;
  display: block;
  margin-bottom: 0.7rem;
}
.page_products .swiper-slide a .info span {
  font-size: 1.3rem;
  font-weight: 500;
  color: var(--secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.page_products .swiper-slide a .info p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #444;
  margin-top: 1rem;
}
.page_products .swiper_box {
  margin-top: 2.5rem;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .breadcrumbs_con {
    padding-top: 10rem;
  }
  .product_preview .main {
    gap: 3rem;
  }
  .product_preview .left,
  .product_preview .right {
    width: 48%;
  }
  .product_preview .right {
    padding: 3rem;
  }
  .product_preview .right h1 {
    font-size: 3.4rem;
  }
  .product_preview .right .desc {
    margin-bottom: 3rem;
  }
  .page_products .swiper-slide a .info {
    padding: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 896px) {
  .product_preview .right h1 {
    font-size: 2.8rem;
  }
  .product_preview .right .attrs .item .label,
  .product_preview .right .attrs .item .value {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs_con {
    padding-top: 8.5rem;
  }
  .breadcrumbs span a {
    font-size: 13px;
  }
  .breadcrumbs span a:after {
    margin: 0 8px;
  }
  .product_preview {
    padding: 30px 0 50px;
  }
  .product_preview .main {
    display: block;
  }
  .product_preview .left,
  .product_preview .right {
    width: 100%;
  }
  .product_preview .right {
    margin-top: 24px;
    padding: 24px 20px;
  }
  .product_preview .right h1 {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .product_preview .right .desc {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .product_preview .right .attrs .item {
    padding: 14px 0;
  }
  .product_preview .right .attrs .item .label,
  .product_preview .right .attrs .item .value {
    font-size: 14px;
  }
  .product_preview .right .btns {
    gap: 14px;
    flex-wrap: wrap;
  }
  .product_preview .right .btns .btn {
    flex: 1 1 auto;
    min-width: 140px;
  }
  .product_featured,
  .product_applications,
  .product_include,
  .product_spec,
  .product_built,
  .page_products,
  .page_faqs {
    padding: 50px 0;
  }
  .page_products .content>.flex {
    display: block;
  }
  .page_products .content>.flex .btn {
    margin-top: 20px;
  }
  .page_products .swiper_box {
    margin-top: 24px;
  }
  .page_products .swiper_content {
    overflow: hidden;
    padding: 0 20px;
  }
  .page_products .swiper_page_products {
    overflow: hidden;
  }
  .page_products .swiper-slide a .info {
    padding: 20px;
  }
  .page_products .swiper-slide a .info strong {
    font-size: 18px;
  }
  .page_products .swiper-slide a .info p {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 576px) {
  .product_preview .right .btns .btn {
    width: 100%;
  }
}