/*transport start****************************************/
.zt-product-banner img {
    width: 100%;
}
.slick-slide {
    margin: 0px 40px;
    width: 348px;
}
.slick-prev:before, .slick-next:before {
    color: black;
}
.slick-slide {
    transition: all ease-in-out .3s;
}
.slick-track {
    margin: 60px auto;
}
.zt-product-transport {
  padding: 57px 0 0;
  text-align: center;
}
@media screen and (min-width: 450px) {
    .zt-product-transport-block:hover {
        box-shadow: 0 0 10px #ddd;
        transform: scale(1.2);
    }
}
.zt-product-transport-block img {
  width: 100%;
}
.zt-product-transport h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 16px 0;
}
.zt-product-transport p {
  text-align: left;
  padding-left: 20px;
  padding-right: 15px;
  height: 60px
}
a.zt-product-transport-button:hover {
    color: white;
}
.zt-product-transport-border {
  overflow: hidden;
}
.zt-product-transport-border > a > i {
  font-size: 36px;
  color: #ccc;
}
/*transport end****************************************/

/*storage end****************************************/
.zt-product-storage h2 {
  width: 100%;
  text-align: center;
  /*border: 1px solid white;*/
  padding: 5px;
  color: white;
  margin-top: -40px;
}
.zt-product-storage h2 a {
    color: white;
}
.zt-product-storage h2 a:hover {
    color: white;
}
.zt-product-storage p {
  color: white;
}
.zt-product-storage-block {
  width: 280px;
  height: 160px;
  padding: 20px;
  border: 1px solid white;
  border-top: 0;
  margin-left:auto;
  margin-right: auto;
  position: relative;
}
.zt-product-storage-block .zt-left, .zt-product-storage-block .zt-right {
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: white;
    top: 0;
}
.zt-product-storage-block .zt-left {
    left: 0;
}
.zt-product-storage-block .zt-right {
    right: 0;
}

.zt-product-storage .row {
  background: url(/Content/zt/image/banner_4.jpg);
  flex-wrap: nowrap;
}
.zt-product-storage .row > div {
  height: 410px;
  padding-top: 140px;
  /* filter: initial; */
  /* opacity: 1; */
  transition: background-color 1s; 
}
.zt-product-storage .row > div:nth-child(2) {
  border-left: 10px solid white;
  border-right: 10px solid white;  
}
.zt-product-storage .row .cur {
  background-color: #ffaa00;
  /* transition: background-color 1s; */
}
.zt-product-storage-border {
    cursor: pointer;
}
@media screen and (max-width: 450px) {
    .zt-product-storage > div > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*.zt-product-storage .row {
        flex-wrap: wrap;
    }*/
    #storage.zt-product-storage .row > div {
        border: 0;
        height: 270px;
        padding-top: 0;
        padding-left: calc(50% - 155px)
    }
    .zt-product-storage .row .cur {
        background-color: initial;
    }
    .zt-product-storage .row > div {
        background-color: #ffaa00;
    }
    /*.zt-product-storage .row > div:nth-child(2) {
        background-color: #0000f0
    }*/
}
/*storage end****************************************/

/*increment end****************************************/
.zt-product-increment > div {
  background-color: white;
  padding-top: 50px;
  padding-bottom: 20px;
}
.zt-product-increment .row > div {
  text-align: center;
  padding: 20px;
}
.zt-product-increment img {
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
}
.zt-product-increment h6 {
  font-size: 24px;
  color: #333;
}
/*increment end****************************************/

@media screen and (max-width: 450px) {
    .slick-slide {
        width: 414px;
    }
}