.product-container > .row {
  margin: 0;
}
.content .strike > .mainTitle {
  margin-top: 70px;
  margin-bottom: 48px;
}
.list-item {
  margin-bottom: 20px;
}
.list-item .thumbnail {
  border-bottom: solid 3px #0e528d;
  background: transparent;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.thumbnail {
  border: 0;
  box-shadow: 0 0 0;
  border-radius: 0;
  width: 235px;
  max-height: 510px;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -mos-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.thumbnail .pic {
  position: relative;
  height: 200px;
  width: 200px;
  margin: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.thumbnail .pic img {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -mos-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}
.thumbnail .caption {
  padding: 4px 13px 5px 13px;
}
.thumbnail .caption .unit,
.thumbnail .caption .value {
  display: inline-block;
}
.thumbnail .caption h4 {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.6px;
  color: #0e528d;
}
.thumbnail .caption p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 0.2px;
  color: #666666;
  margin-bottom: 7px;
  margin-top: 4px;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.thumbnail .mask {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
  background-color: #0e528d;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.thumbnail:hover .mask {
  opacity: 0.9;
}
.thumbnail .mask .arrow-btn:after {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: no-repeat 50% 50% url(images/products-enter.png);
  position: absolute;
  z-index: 7;
  top: 0;
  bottom: 0;
  right: 0;
  left: -50%;
  margin: auto;
  width: 64px;
  height: 18px;
  display: inline-block;
  content: '';
  opacity: 0;
}
.thumbnail:hover .mask .arrow-btn:after {
  opacity: 1;
  left: 0;
}

@media screen and (max-width: 1407px) {
  section#content {
    width: 100%;
  }
  .product-container {
    width: 90%;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -mos-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1199px) {
  section#content {
    width: 100%;
  }
  .left#LeftTitle {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 849px) {
  .list-item .thumbnail {
    width: 215px;
  }
}

@media screen and (min-width: 480px) and (max-width: 599px) {
  .list-item .thumbnail {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .list-item {
    width: 100%;
  }
  .list-item .thumbnail {
    width: 235px;
  }
}

/* ==========================================================================
    Change Page
 ========================================================================== */

#content nav.change-page {
  margin-top: 5px;
  margin-bottom: 30px;
}
