.productslist-highlight {
  position: relative;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1200px) {
  .productslist-highlight {
    max-width: 1351px;
  }
}
.productslist-highlight .block_title {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .productslist-highlight .block_title {
    position: absolute;
    top: 40px;
    left: 130px;
  }
}
.productslist-highlight .name {
  text-align: center;
}
.productslist-highlight .name a {
  color: #bd190d;
}
@media (max-width: 1199px) {
  .productslist-highlight {
    padding: 40px 0px;
  }
  .productslist-highlight > .img-responsive {
    display: none;
  }
  .productslist-highlight .products-item {
    display: block !important;
    float: left;
    width: 50%;
    padding: 10px;
  }
  .productslist-highlight .products-item .name {
    font-size: 18px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
  }
}
@media (min-width: 1200px) {
  .productslist-highlight .name {
    font-size: 23px;
    line-height: 30px;
    max-width: 200px;
    margin: 0px auto;
  }
  .productslist-highlight .products-item {
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .productslist-highlight .products-item .row-item {
    position: relative;
  }
  .productslist-highlight .item-0 {
    top: 90px;
    left: 370px;
    max-width: 250px;
  }
  .productslist-highlight .item-1 {
    top: 428px;
    left: 88px;
    max-width: 320px;
  }
  .productslist-highlight .item-1 .name {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
  }
  .productslist-highlight .item-2 {
    max-width: 270px;
    top: 920px;
    left: 205px;
  }
  .productslist-highlight .item-2 .name {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    right: 0px;
  }
}

.productslist-default {
  padding-left: 8px;
  padding-right: 8px;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}
.productslist-default .block_title {
  color: #b21413;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "MyriadPro-Bold";
  line-height: 25px;
  padding: 5px 0px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}
.productslist-default .block_title span {
  padding-right: 18px;
  background: url("../images/icon-title.png") no-repeat right center;
}
.productslist-default .title {
  font-size: 14px;
  line-height: 16px;
}
.productslist-default .new-time {
  color: #999999;
  line-height: 20px;
}
.productslist-default .new-item {
  width: 100%;
}
.productslist-default .new-item img {
  margin-right: 8px;
}

.productslist-grid {
  padding-left: 8px;
  padding-right: 8px;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}
.productslist-grid .block_title {
  color: #b21413;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "MyriadPro-Bold";
  line-height: 25px;
  padding: 5px 0px;
  border-bottom: 1px solid #e1e1e1;
}
.productslist-grid .block_title span {
  padding-right: 18px;
  background: url("../images/icon-title.png") no-repeat right center;
}
.productslist-grid .item-view {
  width: 100%;
  border-bottom: 1px dashed #e1e1e1;
  position: relative;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}
.productslist-grid .item-view:before {
  position: absolute;
  content: "";
  border: 2px solid #b91517;
  top: 17px;
  left: 0px;
}
.productslist-grid .item-last {
  border-bottom: none !important;
}

.productslist-home {
  background: white;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .productslist-home {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.productslist-home .block_title {
  padding: 10px 0px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.productslist-home .block_title a {
  padding-bottom: 5px;
}
@media (max-width: 768px) {
  .productslist-home .product-list-home {
    margin: 5px 0px;
  }
}
.productslist-home .product-list-home .product-item {
  width: 100%;
  text-align: center;
  padding: 10px 10px;
  height: 215px;
}
@media all and (max-width: 768px) {
  .productslist-home .product-list-home .product-item {
    height: unset;
  }
}
.productslist-home .product-list-home .product-item img {
  max-height: 195px;
}
.productslist-home .product-list-home .product-time {
  line-height: 25px;
  color: #999999;
  font-size: 14px;
}
.productslist-home .product-list-home .product-title {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  min-height: 45px;
  max-height: 60px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  text-transform: none;
}
.productslist-home .product-list-home .product-title a {
  color: #333333;
}
.productslist-home .product-list-home .product_ft span {
  float: left;
  margin-right: 10px;
}
.productslist-home .product-list-home .product-summary {
  line-height: 16px;
  overflow: hidden;
  color: #555555;
}
@media (min-width: 992px) {
  .productslist-home .product-list-home .product-summary {
    height: 70px;
    padding: 8px 0px;
  }
}
@media (max-width: 991px) {
  .productslist-home .product-list-home .product-summary {
    height: 64px;
    margin: 8px 0px;
  }
}

.productlist_new_body .sub_cat {
  display: none;
}
.productlist_new_body .product-list-home .product-title {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  display: inline-block;
  min-height: 45px;
}
.productlist_new_body .product-list-home .product_ft .price_new {
  color: #ce1e1e;
  font-weight: bold;
}
.productlist_new_body .product-list-home .product_ft .price_old {
  color: #777777;
  text-decoration: line-through;
  padding-left: 5px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .productlist_new_body {
    padding-bottom: 0px;
  }
}
@media (min-width: 768px) {
  .productlist_new_body .pro_item {
    width: 20%;
  }
}
.productlist_new_body .active .product-list-home {
  border-right: none;
}
.productlist_new_body .product-item-name {
  position: relative;
  margin-bottom: 15px;
  padding: 5px 15px 5px 15px;
}
.productlist_new_body .product-item-name .viewmore {
  display: none;
}
.productlist_new_body .product-item-name .view-nav {
  float: right;
}
.productlist_new_body .product-item-name .view-nav a {
  font-size: 14px;
  color: #ce1e1e;
}
.productlist_new_body .product-item-name .product-item-name-left {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: bold;
}
.productlist_new_body .product-item-name .product-item-name-right {
  right: 10%;
  float: right;
}
.productlist_new_body .product-item-name .product-item-name-right .product-item-name-li {
  margin-left: 20px;
  display: none;
}
.productlist_new_body .product-item-name .product-item-name-right .product-item-name-li a {
  color: #222222;
  text-decoration: none;
}
.productlist_new_body .product-item-name .product-item-name-right .product-item-name-li a:hover {
  color: #de0000;
}
.productlist_new_body .col-xs-12 {
  padding: 0;
}
.productlist_new_body .col-sm-3 {
  padding: 0;
}
.productlist_new_body .product-list-home {
  height: 340px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  background: none;
}
.productlist_new_body .product-list-home:hover {
  border: 0.5px solid #bbb;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.product_ft {
  display: flex;
  width: 100%;
  height: auto;
}
.product_ft span.price_new {
  width: 50%;
}
.product_ft span.price_old {
  width: 50%;
}

@media (max-width: 768px) {
  .price_vnd {
    font-size: 10px !important;
    padding-top: 36px;
  }
  .productlist_new_body {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .productlist_new_body .product-item-name {
    padding: 10px;
    background: #fff;
    border: 1px solid #ccc;
  }
  .productlist_new_body .product-item-name .product-item-name-right {
    font-size: 14px;
    color: #333;
  }
  .productlist_new_body .product-item-name .product-item-name-left {
    text-transform: unset;
    color: #333;
    font-size: 18px;
  }
  .productlist_new_body .product-item-name .view-nav a {
    color: #fff;
    text-transform: uppercase;
  }
  .productlist_new_body .sub_cat {
    display: flex;
    padding: 5px;
    overflow: scroll;
    width: 100%;
  }
  .productlist_new_body .sub_cat .item_sub_cat {
    padding: 3px;
    margin: 3px;
  }
  .productlist_new_body .sub_cat .item_sub_cat .name_sub_cat {
    display: inline-block;
    max-height: 30px;
    overflow: hidden;
    font-size: 13px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    white-space: nowrap;
    background: #f1f1f1;
  }
  .pro_item {
    display: block;
  }
  .pro_item .product-list-home {
    padding-left: 0px;
    padding-right: 0px;
    height: 310px;
  }
  .pro_item .product-list-home .product-item {
    height: 190px;
  }
  .pro_item .product-list-home .product-item img {
    max-width: 100%;
    width: auto;
  }
  .pro_item .product-list-home .product-title {
    font-size: 13px;
    height: 45px;
    overflow: hidden;
  }
}
@media (max-width: 375px) {
  .pro_item .product-list-home {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pro_item .product-list-home .product-item img {
    max-width: 100%;
    max-height: 100px;
  }
  .pro_item .product-list-home .product-title {
    font-size: 13px;
  }
  .pro_item .product-list-home .product-title a {
    font-weight: bold;
  }
}/*# sourceMappingURL=highlight.css.map */