
.product-banner {
  padding: 6rem 0;
  background: url('../img/product-banner.png') no-repeat center/cover;
}

.product-banner span {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 1.5rem;
  color: #fff;
}

.product-banner h2, .product-banner h1{
  text-align: left;
  font-weight: bold;
  color: white;
  font-size: 3rem;
}

.product-banner p {
  max-width: 40%;
  font-size: 16px;
  opacity: 1;
  color: #fff;
  opacity: 0.9;
}

.products-custom {
  padding: 6rem 0;
}

.products-custom .products-sidebar {
  width: 280px;
  min-width: 280px;
  margin-right: 2rem;
}

.products-custom .products-sidebar div.widget~div.widget {
  margin-top: 4rem;
}

.products-custom .products-sidebar .widget>strong {
  font-size: 26px;
  color: #1D1D1D;
  margin-bottom: 1.5rem;
  display: block;
  font-weight: 600;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.products-custom .products-sidebar div.widget strong:before {
  width: 6rem;
}

.products-custom .products-sidebar div.sytech_filter div.widget .terms li {
  
  font-size: 17px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 500;
  padding-left: 1.8rem;
}
.products-custom .products-sidebar div.sytech_filter div.widget .terms li[data-id='19']{
  display: none;
}
.products-custom .products-sidebar div.sytech_filter div.widget .terms li~li {
  margin-top: 1.5rem;
}

.products-custom .products-sidebar div.sytech_filter div.widget .terms li.active {
  color: var(--hover-color);
}

.products-custom .products-sidebar div.sytech_filter div.widget .terms li::before {
  width: 0.85rem;
  height: 0.85rem;
  content: "";
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  position: absolute;
  left: 0;
  top: 4px;
  transform: none;
}

.products-custom .products-sidebar div.sytech_filter div.widget .terms li::after {
  width: 0.85rem;
  height: 0.85rem;
  content: "";
  border-radius: 3px;
  border: 1px solid var(--hover-color);
  background: url('../img/duigou-w.svg') no-repeat center;
  background-size: 80%;
  background-color: var(--hover-color);
  position: absolute;
  left: 0;
  top: 4px;
  opacity: 0;
  transition: all 0.3s;
  transform: none;
}

.products-custom .products-sidebar div.sytech_filter div.widget .terms li:hover:after,
.products-custom .products-sidebar div.sytech_filter div.widget .terms li.active::after {
  opacity: 1;
}

.products-custom .products-content-box {
  width: 50%;
  flex: 1;
  position: relative;
}

.products-custom .products-content-box .products-content {
  width: 100%;
  min-height: 400px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-self: flex-start;
}

.products-custom .products-content-box_info h1 {
  margin-bottom: 1.5rem;
}
.products-content-box_info ul{
  display: none;
}

.products-custom .products-content-box_info p {
  font-size: 16px;
  margin-bottom: 30px;
}

.products-custom .products-content-applications h2 {
  font-size: 22px;
  text-align: left;
  font-weight: bold;
  line-height: unset;
  margin-bottom: 1.9rem;
}

.products-custom .products-content-applications ul {
  display: flex;
  margin-bottom: 4rem;
}

.products-custom .products-content-applications ul li {
  padding: 0.5rem 1.4rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 15px;
  
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
  text-transform: capitalize;
}

.products-custom .products-content-applications ul li:hover,
.products-custom .products-content-applications ul li.active {
  background-color: var(--hover-color);
  color: white;
  border-color: var(--hover-color);
}

.products-custom .products-content-applications ul li~li {
  margin-left: 1rem;
}

.products-custom .products-content-box-mid .breadcrumbs span {
  color: #777a7c;
  
  font-size: 16px;
}
.products-content-box-mid .breadcrumbs{
  margin-bottom: 1.5rem;
}
.products-custom .products-content-box-mid .breadcrumbs span.breadcrumb_last {
  color: black;
}

.template_list_product .product {
  height: min-content;
  max-height: 450px;
  border-radius: 6px;
  overflow: hidden;
  text-align: center;
  transition: all 0.2s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.template_list_product .product:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-color: transparent;
}
.template_list_product .text-content{
  padding: 1.5rem;
}

.template_list_product .product:hover .img-content {
  transform: scale(1.1);
}

.template_list_product .product .img-content {
  height: 240px;
  position: relative;
  transition: transform 0.2s ease;
}

.template_list_product .product .img-content::before {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 9;
  /* background: url("../img/product-img-before-color.svg") no-repeat center/contain; */
}

.template_list_product .product .img-content span {
  display: block;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}

.template_list_product .product .text-content span.series {
  
  font-size: 14px;
  margin-bottom: 0.5rem;
  display: block;
}

.template_list_product .product .text-content h2 {
  font-size: 16px;
  color: #1D1D1D;
  line-height: 22px;
  min-height: 44px;
  margin-bottom: 1rem;
  font-weight: bold;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  
}

.template_list_product .product .text-content .btn-form {
  width: 100%;
  padding: 10px 0 12px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid transparent;
  display: inline-block;
  background-color: var(--hover-color);
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}

.template_list_product .product .text-content .btn-form::before {
  display: none;
}

.template_list_product .product .text-content .btn-form:hover {
  border-color: var(--hover-color);
  color: var(--hover-color);
  background-color: transparent;
}

@media screen and (max-width: 768px) {

  .product-banner {
    padding: 4rem 0;
    margin-top: 0;
  }
  .products-custom .products-content-applications ul li~li{
    margin: 0;
  }
  .product-banner p {
    width: 100%;
    max-width: unset;
    color: white;
  }

  .product-banner span {
    margin-bottom: 0.5rem;
    font-size: 14px;
    color: white;
    font-weight: 400;
  }
  .products-content-box-mid .breadcrumbs{
    margin-bottom: 0;
  }
  .product-banner h2, .product-banner h1{
    margin-bottom: 12px;
    line-height: unset;
    font-size: 25px;
  }
  .product-banner p{
    font-size: 14px;
  }
  .products-custom .products-content-box_info h1{
    margin-bottom: 0;
  }
  .products-custom .products-sidebar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    height: 100%;
    min-width: unset;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    margin-right: 0;
    z-index: 999 !important;
    overflow-y: auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background-color: white;
    transition: .2s right ease;
  }

  .products-custom {
    padding: 4rem 0;
  }

  .products-custom .products-sidebar.active {
    right: 0;
  }

  .products-custom .products-sidebar .widget>strong {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }

  .products-custom .products-content-box_info h1 {
    font-size: 22px;
  }

  .products-custom .products-content-box_info p {
    font-size: 14px;
  }

  .products-custom .products-applications-box {
    overflow-x: scroll;
    margin-bottom: 2rem;
  }

  .products-custom .products-content-applications ul {
    width: 100%;
    margin-bottom: 0;
    flex-flow: wrap;
    gap: 1rem;
  }

  .products-custom .products-content-applications ul li {
    padding: 0.6rem 1rem;
    font-size: 13px;
  }

  .products-custom .products-content-applications h2 {
    font-size: 18px;
  }

  .products-custom .products-content-box .products-content {
    grid-template-columns: repeat(1, 1fr);
  }
  
  .products-custom .products-content-box-mid {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin-bottom: 1.5rem;
  }

  .products-custom .products-content-box-mid .breadcrumbs span {
    font-size: 14px;
  }

  .filter-icon {
    display: inline-block;
    width: 27px;
    height: 27px;
    background: url(../img/icon_filter.png) no-repeat center;
    background-size: contain;
  }

  div.exhibition .head{
    margin-bottom: 3rem;
  }
}
