/*product_item ===============================================================*/
.list_item_product .row_empty {
  padding-bottom: 15px;
  font-family: Muli-Regular;
  font-size: 14px;
}

.list_item_product .row_item, .product_scroll_other .row_item {
  display: flex;
  flex-wrap: wrap;
  margin-right: -18px;
}
@media (max-width: 980px) {
  .list_item_product .row_item, .product_scroll_other .row_item {
    margin-right: -10px;
  }
}
.list_item_product .item, .product_scroll_other .item {
  width: 33.3333333333%;
  padding-right: 18px;
  margin-bottom: 19px;
}
@media (max-width: 980px) {
  .list_item_product .item, .product_scroll_other .item {
    padding-right: 10px;
    margin-bottom: 15px;
  }
}
@media (max-width: 820px) {
  .list_item_product .item, .product_scroll_other .item {
    width: 33.3333333333%;
  }
}
@media (max-width: 600px) {
  .list_item_product .item, .product_scroll_other .item {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .list_item_product .item, .product_scroll_other .item {
    width: 100%;
  }
}
.list_item_product .item .wrap_item, .product_scroll_other .item .wrap_item {
  background: #FFF;
  height: 100%;
  border: 1px solid #f8f8f8;
  padding: 35px 19px 17px;
}
@media (max-width: 980px) {
  .list_item_product .item .wrap_item, .product_scroll_other .item .wrap_item {
    padding: 20px 10px 15px;
  }
}
.list_item_product .item .product-overlay, .product_scroll_other .item .product-overlay {
  bottom: 0px;
}
.list_item_product .item .product-overlay .wrap_top, .product_scroll_other .item .product-overlay .wrap_top {
  padding: 10px 15px;
  border: 1px solid #0f84aa;
  min-height: 195px;
}
.list_item_product .item .product-overlay .wrap_top .name a, .product_scroll_other .item .product-overlay .wrap_top .name a {
  font-size: 13px;
  color: #f00;
}
.list_item_product .item .product-overlay .wrap_top .description, .product_scroll_other .item .product-overlay .wrap_top .description {
  font-size: 13px;
}
.list_item_product .item .product-overlay .wrap_top .view_detail, .product_scroll_other .item .product-overlay .wrap_top .view_detail {
  color: #111;
  text-align: center;
  margin-top: 5px;
}
.list_item_product .item .product-overlay .wrap_top .view_detail a, .product_scroll_other .item .product-overlay .wrap_top .view_detail a {
  font-size: 15px;
  font-family: Arial;
  color: #00a2ff;
  border: solid 1px #00a2ff;
  padding: 2px 10px;
  border-radius: 4px;
}
.list_item_product .item .product-overlay .wrap_bottom, .product_scroll_other .item .product-overlay .wrap_bottom {
  background: #a7c526;
}
.list_item_product .item .product-overlay .wrap_bottom .product-config, .product_scroll_other .item .product-overlay .wrap_bottom .product-config {
  margin-left: 3px;
  margin-right: 3px;
  text-align: center;
}
.list_item_product .item .product-overlay .wrap_bottom .product-config .btn-cart, .product_scroll_other .item .product-overlay .wrap_bottom .product-config .btn-cart {
  cursor: pointer;
  outline: none;
  display: block;
  position: relative;
  border: none;
  padding: 10px 0px;
  background: #f3f3f3;
  color: #f00;
  font-size: 18.58px;
  text-align: center;
  margin: auto;
  width: 100%;
}
.list_item_product .item .product-overlay .wrap_bottom .info-price, .product_scroll_other .item .product-overlay .wrap_bottom .info-price {
  min-height: 0px;
  padding-right: 8px;
  padding-bottom: 5px;
}
.list_item_product .item .product-overlay .wrap_bottom .info-price:before, .list_item_product .item .product-overlay .wrap_bottom .info-price:after, .product_scroll_other .item .product-overlay .wrap_bottom .info-price:before, .product_scroll_other .item .product-overlay .wrap_bottom .info-price:after {
  content: " ";
  display: table;
}
.list_item_product .item .product-overlay .wrap_bottom .info-price:after, .product_scroll_other .item .product-overlay .wrap_bottom .info-price:after {
  clear: both;
}
.list_item_product .item .product-overlay .wrap_bottom .info-price .price, .product_scroll_other .item .product-overlay .wrap_bottom .info-price .price {
  font-size: 14px;
  color: #fff;
  text-transform: none;
  font-family: "Arial";
  text-decoration: line-through;
  margin-top: -4px;
}
.list_item_product .item .product-overlay .wrap_bottom .info-price .price.right_b, .product_scroll_other .item .product-overlay .wrap_bottom .info-price .price.right_b {
  float: none;
  text-align: center;
}
.list_item_product .item .product-overlay .wrap_bottom .info-price .price.right_b a, .product_scroll_other .item .product-overlay .wrap_bottom .info-price .price.right_b a {
  background: #aa7507;
  color: #fff;
  padding: 7px 23px;
  border-radius: 0px 15px;
  display: block;
}
@media (max-width: 599px) {
  .list_item_product .item .product-overlay .wrap_bottom .info-price .price.right_b, .product_scroll_other .item .product-overlay .wrap_bottom .info-price .price.right_b {
    float: none;
    display: block;
    text-align: center;
    font-size: 14px;
  }
}
.list_item_product .item .product-overlay .wrap_bottom .info-price .price_buy, .product_scroll_other .item .product-overlay .wrap_bottom .info-price .price_buy {
  font-size: 18px;
  font-family: SFUHelveticaBold;
  color: #fff;
  text-align: center;
}
.list_item_product .item .product-overlay .wrap_bottom .info-price .price_buy.right_b, .product_scroll_other .item .product-overlay .wrap_bottom .info-price .price_buy.right_b {
  float: left;
}
@media (max-width: 599px) {
  .list_item_product .item .product-overlay .wrap_bottom .info-price .price_buy.right_b, .product_scroll_other .item .product-overlay .wrap_bottom .info-price .price_buy.right_b {
    float: none;
    display: block;
    text-align: center;
    font-size: 14px;
  }
}
.list_item_product .item .img, .product_scroll_other .item .img {
  position: relative;
  padding-bottom: 23px;
  border-bottom: 1px solid #f7f7f7;
}
.list_item_product .item .img a, .product_scroll_other .item .img a {
  padding-top: 64%;
  overflow: unset;
}
.list_item_product .item .img a .new, .product_scroll_other .item .img a .new {
  width: 74px;
  height: 79px;
  background: url("../images/use/sp_new.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: -20px;
  top: 17%;
}
@media (max-width: 980px) {
  .list_item_product .item .img a .new, .product_scroll_other .item .img a .new {
    width: 60px;
    height: 64px;
    left: -10px;
  }
}
@media (max-width: 400px) {
  .list_item_product .item .img a .new, .product_scroll_other .item .img a .new {
    width: 45px;
    height: 48px;
  }
}
.list_item_product .item .img a img, .product_scroll_other .item .img a img {
  max-height: 100%;
}
.list_item_product .item .img .content_sale_off, .product_scroll_other .item .img .content_sale_off {
  position: absolute;
  top: -1px;
  right: -1px;
}
.list_item_product .item .img .content_sale_off .sale_off_bg, .product_scroll_other .item .img .content_sale_off .sale_off_bg {
  width: 42px;
  height: 42px;
}
.list_item_product .item .img .content_sale_off .sale_off_bg .percent, .product_scroll_other .item .img .content_sale_off .sale_off_bg .percent {
  font-family: Muli-Regular;
  color: #fffc00;
  font-size: 14px;
  width: 100%;
  height: 100%;
  background: #e32223;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  position: relative;
}
.list_item_product .item .img .content_sale_off .sale_off_bg .percent p:last-child, .product_scroll_other .item .img .content_sale_off .sale_off_bg .percent p:last-child {
  font-family: Muli-Bold;
  margin-top: -9px;
}
.list_item_product .item .img .content_sale_off .sale_off_bg .percent:after, .product_scroll_other .item .img .content_sale_off .sale_off_bg .percent:after {
  content: url("../images/bg_bottom_big_sale.png");
  position: absolute;
  top: 100%;
  right: 0px;
}
.list_item_product .item .img .content_sale_off .sale_off_bg sup, .product_scroll_other .item .img .content_sale_off .sale_off_bg sup {
  font-family: UTMAurora;
  font-size: 11px;
  color: #FFF;
  padding: 0px 2px;
}
.list_item_product .item .img .new_product, .product_scroll_other .item .img .new_product {
  position: absolute;
  top: -5px;
  right: -5px;
}
.list_item_product .item .info, .product_scroll_other .item .info {
  padding-top: 13px;
}
@media (max-width: 980px) {
  .list_item_product .item .info, .product_scroll_other .item .info {
    padding-top: 10px;
  }
}
.list_item_product .item .info h3, .product_scroll_other .item .info h3 {
  padding-bottom: 10px;
}
.list_item_product .item .info h3 a, .product_scroll_other .item .info h3 a {
  font-family: lato-semibold;
  font-size: 15px;
  color: #3a3a3a;
}
.list_item_product .item .info h3 a:hover, .product_scroll_other .item .info h3 a:hover {
  color: #ee0000;
}
.list_item_product .item .info .code, .product_scroll_other .item .info .code {
  color: #545454;
  font-size: 16px;
  font-family: LinhHelReg;
}
.list_item_product .item .info .short, .product_scroll_other .item .info .short {
  font-family: UTMAvo;
  font-size: 15px;
  color: #474545;
  padding-bottom: 23px;
}
@media (max-width: 980px) {
  .list_item_product .item .info .short, .product_scroll_other .item .info .short {
    font-size: 14px;
    padding-bottom: 10px;
  }
}
@media (max-width: 425px) {
  .list_item_product .item .info .short, .product_scroll_other .item .info .short {
    font-size: 12px;
  }
}
.list_item_product .item .info .view_detail a, .product_scroll_other .item .info .view_detail a {
  font-family: Muli-Regular;
  font-size: 14px;
  color: #545454;
  padding-left: 10px;
  position: relative;
  margin-top: 11px;
}
.list_item_product .item .info .view_detail a:before, .product_scroll_other .item .info .view_detail a:before {
  content: "\e8a7";
  font-family: ficon;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 980px) {
  .list_item_product .item .info .view_detail a, .product_scroll_other .item .info .view_detail a {
    font-size: 12px;
  }
}
.list_item_product .item .info .view_detail a:hover, .product_scroll_other .item .info .view_detail a:hover {
  font-weight: bold;
}
.list_item_product .item .info .info-price, .product_scroll_other .item .info .info-price {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.list_item_product .item .info .info-price .price_sale, .product_scroll_other .item .info .info-price .price_sale {
  font-family: lato-semibold;
  font-size: 16px;
  color: #ee0000;
  padding-right: 15px;
  padding-bottom: 6px;
}
@media (max-width: 980px) {
  .list_item_product .item .info .info-price .price_sale, .product_scroll_other .item .info .info-price .price_sale {
    font-size: 14px;
  }
}
.list_item_product .item .info .info-price .price, .product_scroll_other .item .info .info-price .price {
  font-size: 13px;
  font-family: lato-light;
  color: #979797;
  text-decoration: line-through;
  padding-bottom: 6px;
}
.list_item_product .item .info .rate, .product_scroll_other .item .info .rate {
  display: flex;
  flex-wrap: wrap;
}
.list_item_product .item .info .rate img, .product_scroll_other .item .info .rate img {
  width: 10px;
  height: 10px !important;
}
.list_item_product .item .info .rate i:before, .product_scroll_other .item .info .rate i:before {
  margin: 0;
  margin-right: 3px;
}
.list_item_product .item .info .watch_and_cart, .product_scroll_other .item .info .watch_and_cart {
  border-top: 1px solid #cecece;
  padding: 11px 17px 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1060px) {
  .list_item_product .item .info .watch_and_cart, .product_scroll_other .item .info .watch_and_cart {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.list_item_product .item .info .watch_and_cart .tinh_trang, .product_scroll_other .item .info .watch_and_cart .tinh_trang {
  font-family: Roboto-Bold;
  font-size: 14.35px;
  color: #6f6f6f;
  position: relative;
  padding-left: 21px;
}
.list_item_product .item .info .watch_and_cart .tinh_trang:before, .product_scroll_other .item .info .watch_and_cart .tinh_trang:before {
  content: url("../images/icon_chinh_hang.png");
  padding-right: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.list_item_product .item .info .form_add_cart .btn_add_cart, .product_scroll_other .item .info .form_add_cart .btn_add_cart {
  padding: 3px 4px 2px;
  border: none;
  background: #959595;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  height: unset;
  margin-top: unset;
}
.list_item_product .item .info .form_add_cart .btn_add_cart span, .product_scroll_other .item .info .form_add_cart .btn_add_cart span {
  font-family: Roboto-Medium;
  font-size: 9.07px;
  color: #FFF;
  text-transform: uppercase;
  font-style: italic;
}
.list_item_product .item .info .form_add_cart .btn_add_cart span:before, .product_scroll_other .item .info .form_add_cart .btn_add_cart span:before {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: -2px;
  left: -2px;
  border: 1px solid #959595;
  border-radius: 10px;
}
.list_item_product .item .info .form_add_cart .btn_add_cart span:after, .product_scroll_other .item .info .form_add_cart .btn_add_cart span:after {
  content: "\e8ad";
  font-family: ficon;
  padding-left: 3px;
  font-style: normal;
  font-size: 11px;
}

.product-view-list {
  display: none;
}

.box_header_product {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #0753c4;
  margin-bottom: 14px;
}
@media (max-width: 980px) {
  .box_header_product {
    margin-bottom: 20px;
  }
}
.box_header_product .group_title {
  font-family: LinhAvantGardeDemiBold;
  font-size: 17px;
  color: #FFF;
  text-transform: uppercase;
  padding: 10px 0 10px 47px;
  position: relative;
}
@media (max-width: 980px) {
  .box_header_product .group_title {
    padding: 5px 0 5px 35px;
  }
}
.box_header_product .group_title:before {
  content: "";
  width: 16px;
  height: 21px;
  background: url("../images/use/product_title.png") no-repeat;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 980px) {
  .box_header_product .group_title:before {
    left: 10px;
  }
}
.box_header_product .mid {
  flex-grow: 1;
  height: 1px;
}
.box_header_product .filter-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box_header_product .filter-top .num_show {
  padding-right: 19px;
  margin-bottom: 5px;
  font-family: Muli-Regular;
  font-size: 14px;
  color: #525252;
}
.box_header_product .filter-top .num_show span {
  color: #0095da;
}

.select_group {
  padding-right: 24px;
  margin-bottom: 7px;
}
@media (max-width: 980px) {
  .select_group {
    padding-right: 15px;
  }
}
.select_group .select {
  font-size: 12.9px;
  font-family: Muli-Regular;
  position: relative;
  display: inline-block;
}
.select_group .select:after {
  content: "";
  width: 9px;
  height: 6px;
  background: url("../images/down_select.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.select_group .select span {
  color: #979797;
}
.select_group .select select {
  height: 27px;
  background: #ebebeb;
  border-radius: 50px;
  border: none;
  padding: 0px 50px 0px 13px;
  color: #626262;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.sort_product {
  margin-bottom: 7px;
}
.sort_product .select {
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.sort_product .select:after {
  content: "\e8af";
  font-family: ficon;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
}
.sort_product .select span {
  color: #333333;
}
.sort_product .select select {
  height: 38px;
  background: none;
  border-radius: 0;
  border: 1px solid #e1e1e1;
  padding: 0 18px 0 19px;
  color: #333333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media (max-width: 980px) {
  .sort_product .select select {
    height: 35px;
    padding-left: 10px;
  }
}

.btn_add_cart {
  background: #77a3b9;
  border: none;
  padding: 0px 15px;
  height: 28px;
  line-height: 28px;
  cursor: pointer;
  border-radius: 5px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.btn_add_cart:hover {
  opacity: 0.8;
}
.btn_add_cart span {
  font-family: Muli-Regular;
  font-size: 14px;
  color: #FFF;
}

.list_item_product .btn_buy_now, .product_scroll_other .btn_buy_now {
  height: 31px;
  padding: 0px 32px 0px 36px;
  line-height: 31px;
  background: #8dbb25;
  border: 1px solid #8dbb25;
  border-radius: 50px;
  display: inline-block;
  transition: unset;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 980px) {
  .list_item_product .btn_buy_now, .product_scroll_other .btn_buy_now {
    height: 29px;
    padding: 0px 15px 0px 15px;
    line-height: 29px;
  }
}
.list_item_product .btn_buy_now:hover, .product_scroll_other .btn_buy_now:hover {
  background: #e32223;
  border-color: #f29898;
}
.list_item_product .btn_buy_now span, .product_scroll_other .btn_buy_now span {
  font-family: Muli-Bold;
  font-size: 14px;
  color: #FFF;
}
.list_item_product .btn_buy_now span:before, .product_scroll_other .btn_buy_now span:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url("../images/use/icon_cart.png") no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: -4px;
}/*# sourceMappingURL=func.css.map */