.inner-banner {
  position: relative;
  height: 450px;
  text-align: center;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.inner-banner .presentation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 50vw;
}
.inner-banner .caption-lg {
  text-transform: uppercase;
}
.inner-banner .caption-lg:after {
  content: "";
  display: block;
  width: 70px;
  height: 4px;
  margin: 20px auto;
  background: #012b7e;
}
.inner-banner .synopsis {
  margin-top: 20px;
}
.product-items {
  margin-top: 40px;
}
.product-items .head {
  display: flex;
  place-items: end;
}
.product-items .caption-md {
  width: 270px;
}
.product-items .synopsis {
  width: calc(100% - 300px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-items .items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1px;
  margin-top: 20px;
}
.product-items .item {
  position: relative;
  z-index: 10;
  display: block;
  padding-top: 127%;
  background: url(../img/bg-item.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.product-items .item img {
  position: absolute;
  bottom: 0;
  right: -40%;
  max-width: 150%;
  width: 130%;
  transition: all 0.5s 0.3s;
}
.product-items .caption-ns {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  color: #fff;
}
.product-items .item:hover img {
  right: -10%;
  filter: brightness(1.2);
}
.product-items-shredder .item {
  padding-top: 0;
  background: none;
}
.product-items-shredder .item img {
  position: static;
  width: 100%;
  filter: grayscale(1) brightness(0.8);
  transition: all 0.3s 0.15s;
}
.product-items-shredder .item:hover img {
  filter: grayscale(0) brightness(1);
}
.product-description {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 490px;
  margin-top: 60px;
  background: url("../img/bg-category-primary.jpg") no-repeat center center;
  background-size: cover;
}
.product-description .content {
  box-sizing: border-box;
  width: 80%;
  padding: 50px;
  background: rgba(255, 255, 255, 0.8);
}
.product-description h2 {
  margin-bottom: 30px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
}
.product-description .morelink {
  display: block;
  margin-top: 25px;
  text-align: center;
}
.section-head {
  position: relative;
  padding: 120px 0;
  color: #fff;
  text-align: center;
  overflow: hidden;
  background-color: #f2f2fb;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-head .presentation {
  max-width: 807px;
  margin: 20px auto 40px auto;
}
.section-head .items {
  white-space: nowrap;
  overflow: hidden;
}
.section-head .item {
  display: inline-block;
  box-sizing: border-box;
  width: calc((100% - 50px) / 3);
  padding: 30px 0;
  margin-right: 25px;
  background: #fff;
  color: #333;
  white-space: normal;
  vertical-align: top;
}
.section-head .name {
  padding: 0 60px;
  margin: 20px 0;
  display: -webkit-box;
  font-size: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.2;
  height: 3.6em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section-head .name:before {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin: 15px auto;
  background: #012b7f;
}
.section-head .pagination {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.section-head .pagination span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  background: #b2b5cb;
  cursor: pointer;
}
.section-head .widget-interactive {
  position: absolute;
  top: 50px;
  right: calc((100% - 1345px) / 2);
  border: 1px solid rgb(222, 222, 222, 0.6);
}
.section-head .widget-interactive .shares {
  border-right: 1px solid rgb(246, 246, 246, 0.3);
}
.section-head .pagination .carousel-active-indicator {
  background: #012b7f;
  cursor: default;
}
.section-body {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #e5f0fa;
}
.section-body .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section-body .overview {
  width: 635px;
}
.section-body .content {
  margin-top: 20px;
}
.section-body .content p {
  margin: 10px 0;
}
.section-body .gallery {
  position: relative;
  width: 635px;
  overflow: hidden;
}
.section-body .gallery ul {
  white-space: nowrap;
}
.section-body .gallery li {
  display: inline-block;
  width: 100%;
  white-space: normal;
}
.section-body .features {
  position: absolute;
  left: 0;
  bottom: 50px;
}
.section-body .features ul {
  display: flex;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
}
.section-body .features li {
  max-width: 20%;
  padding: 25px 15px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  white-space: normal;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  background-clip: padding-box;
}
.section-body .features li.active {
  border-color: #b0d61e;
  background: #b0d61e;
}
.section-body .features span {
  display: block;
  margin-top: 5px;
}
.section-solution {
  margin-top: 60px;
}

/* responsive */
@media (max-width: 1345px) {
  .section-body .overview {
    width: 100%;
  }
  .section-body .gallery {
    width: 100%;
    margin-top: 10px;
  }
  .section-body .features {
    position: static;
  }
}
@media (max-width: 1024px) {
  .inner-banner {
    height: 350px;
  }
  .inner-banner .presentation {
    max-width: 90vw;
    width: 90vw;
  }
  .section-head {
    padding: 60px 0;
  }
  .section-head .presentation {
    max-width: 100%;
    margin: 15px auto;
    line-height: 1.2;
  }
  .section-head .item {
    padding: 30px;
  }
  .section-body .content {
    margin-top: 15px;
  }
  .product-items .synopsis {
    display: none;
  }
  .product-description {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .product-description .content {
    width: 100%;
    padding: 30px 15px;
  }
  .product-description h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
@media (max-width: 780px) {
  .product-items .items {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-head .item {
    width: 250px;
    margin-right: 15px;
    padding: 30px 15px;
  }
  .section-head .name {
    font-size: 18px;
  }
  .section-head .pagination {
    bottom: 19px;
  }
  .section-body {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .product-description h2 {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .inner-banner {
    height: 200px;
  }
  .inner-banner .caption-lg:after {
    margin: 10px auto;
  }
  .inner-banner .synopsis {
    margin-top: 10px;
  }
  .product-description h2 {
    font-size: 24px;
  }
}
