.container-fluid .jumbotron {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.bnr-linear {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(20%, #387e32), color-stop(60%, rgba(242, 245, 247, 0))), url("../images/bnr_class.jpg");
  background-image: linear-gradient(-90deg, #387e32 20%, rgba(242, 245, 247, 0) 60%), url("../images/bnr_class.jpg");
  background-position: 0 100%, 100% 65%;
  background-size: 100%, auto 100%;
}

.main .product {
  text-align: left;
}
.main .product .sub {
  margin-bottom: 15px;
}
.main .tab-mb {
  margin: 15px 0 0 0;
}
.main hr {
  border-top: 1px solid #dadada;
}
.main .product-listview {
  margin-top: 30px;
}