body {
  background: #f3f3f3;
}
.btn_out_stock {
  pointer-events: none;
  cursor: not-allowed !important;
}
.flex-direction-nav {
  display: none;
}
.list-preview-product .owl-item {
  max-width: 118px !important;
}

.gift {
  font-size: 13px;
}
.price {
  color: #f62901;
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
}
.price_old {
  color: #989898;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
}

.banner_product .banner_slide_left {
  float: left;
  width: 66.667%;
}
.banner_product .banner_right_pro {
  float: right;
  width: 32.5%;
}
.pagination-more {
  text-align: center;
}
.pagination-more a {
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 2px 15px;
  margin-top: 15px;
  line-height: 30px;
  font-weight: normal;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  background: #f3b517;
}

/******promotion page******/

.banner_promotion {
  margin-bottom: 20px;
}

.List_Product .price {
  font-size: 15px !important;
  font-family: robotoroboto;
  font-weight: normal;
  margin-bottom: 10px;
}

.List_Product .price-old {
  text-decoration: line-through;
  font-size: 13px;
  color: #555555;
}

.page_promotion .promotion-km {
  overflow: hidden;
  height: 60px;
}


.btn-km-bound{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 77777;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 3px #a1a1a1;
  width: 100%;
  height: 100%;
  text-align: center;
}


.product-grid:hover .btn-km-bound{
  display: block;
}

.btn-order-bound{
  position: relative;
  top: 50%;
  margin-top: -30px;
}

.btn-view-bound{
  position: relative;
  top: 50%;
  margin-top: 10px;
}

.btn-order-link{
  padding: 1px 8px;
  font-family: xtmobile;
  font-size: 20px;
  color: #FFFFFF;
  border: 1px solid #bd0000;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #bd0000;
}

.btn-order-link:hover{
  background: white;
  color: #bd0000;
}

.btn-view-link{
  padding: 1px 8px;
  font-family: xtmobile;
  font-size: 20px;
  color: #FFFFFF;
  border: 1px solid #00be67;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #00be67;
}

.btn-view-link:hover{
  background: white;
  color: #00be67;
}




.icon-gg{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 71px;
  background-image: url(../images/icon-gg.html);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100%;
  color: white;
  font-family: xtmobile;
  font-size: 22px;
  text-align: center;
  line-height: 68px;
  z-index: 9;
}

.note_out_stock {
  color: red;
  font-size: 12px;
  min-height: 22px;
  padding-bottom: 0px;
}

/****************FILTER IN PRODUCT BASE**********************************/
.f-pro-base-tit {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 12px;
}
.f-pro-base .filter_main {
}
.fs-ctf-ri {
  padding: 10px 13px;
}
.fs-ctf-ritit {
  font-size: 14px;
  font-weight: bold;
  color: #4a4a4a;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #ebedec;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.fs-ctf-ritit:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 7px;
  right: 0;
  display: inline-block;
  background-repeat: no-repeat;
}
.fs-ctf-ritit[aria-expanded="false"]:before {
  background-image: url("../images/icon_down.png");
}

.fs-ctf-ritit[aria-expanded="true"]:before {
  background-image: url("../images/icon_up.gif");
}

.fs-ctf-ribox ul>li:hover>a {
  color: #000;
}
.fs-ctf-ribox ul>li>a {
  display: inline-block;
  padding: 5px 5px 5px 20px;
  position: relative;
  color: #4a4a4a;
}

.fs-ctf-ribox ul>li>a:before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 0;
  width: 14px;
  height: 14px;
  line-height: 13px;
  font-size: 9px;
  text-align: center;
  color: #fff;
  background-color: #fff;
  border: solid 1px silver;
}

.fs-ctf-ribox ul>li.active>a:before {
  content: '✓';
  border: solid 1px #ce901f;
  background-color: #ce901f;
}

/***********CATEGORY TAGS***********/
.cat_tags {

}
@media (max-width:767px) {
  .cat_tags {
    flex-wrap: nowrap;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding: 10px 0;
  }
}
.cat_tags a {
  flex: 10 0 auto;
  display: inline-block;
  border-radius: 6px;
  padding: 8px 20px;
  cursor: pointer;
  margin-right: 7px;
  color: #282828;
  margin-bottom: 7px;
  border: 1px solid #eeeeee;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: #fff;
}
.cat_tags a:hover, .cat_tags a.active {
  background: #bd0000;
  color: #fff;

}
.cat_service a {
  padding: 8px;
}
.cat_service a:hover {
  background: none;
  color: #282828;
}
  /**********FILTER TITLE*******************/
.filter_tag {
  padding: 8px 0px;
}
.fs-ctf-filbox strong, .fs-ctf-filbox ul , .fs-ctf-filbox li {
  display: inline-block;
  vertical-align: middle;
}
.fs-ctf-filbox ul {
}
.fs-ctf-filbox {
  padding-top: 5px;
}
.fs-ctf-filbox li {
  display: inline-block;
  background: url(../images/bg_cat.gif) repeat-x;
  border-radius: 3px;
  padding: 5px 6px;
  cursor: pointer;
  margin-right: 7px;
  color: #282828;
  margin-bottom: 7px;
  border: 1px solid #d39700;
}
.fs-ctf-filbox li.remove {
  background: #ebebeb;
  border: 1px solid #c6c5c5;
}
.fs-ctf-filbox li.remove a {
  color: #000;
}
.fs-ctf-filbox li a {
  margin-left: 10px;
}
.fs-ctf-filbox li a.remove_all {
  background-position: -132px -162px;
}
  /*****************LIST PRODUCT****************************/
.box_cat_and_sort_price {
  background: #fff;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ffdada;
  border-radius: 5px;
}
.fs-ctf-hrview {
  height: 35px;
  margin-left: 5px;
}
.fs-ctf-hrview li {
  display: inline-block;
  margin-left: 5px;
}
.fs-ctf-hrview li a i {
  width: 36px;
  height: 36px;
}
.icgrid {
  background-position: -111px 0px;
}

.active .icgrid {
  background-position: -74px 0px;
}
.iclist {
  background-position: -37px 0px;
}

.active .iclist {
  background-position: 0px 0px;
}

.icdt {
  display: inline-block;
  background-image: url("../images/btn_grid_list.png");
  background-repeat: no-repeat;
}

.row_base_product {}
.banner_product_base {
  margin-top: 20px;
  position: relative;
}
.col-left-base-product {
  width: 19.6582%;
  float: left;
  background: #fff;
}

.col-right-base-product {
  float: right;
  width: 79.488%;
  background: #fff;
}
.f-pro-base {
  border: 1px solid #f5f5f5;
  border-radius: 5px;
}

.list_product_base {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  width: calc(100% + 20px);

}
.list_product_base .product-base-grid {
  width: 25%;
  padding-left: calc(20px / 2);
  padding-right: calc(20px / 2);
  padding-top: calc(20px / 2);
  padding-bottom: calc(20px / 2);
  max-width: calc(100% / 4);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 4);
  flex: 0 0 calc(100% / 4);
}

.fs-ctf-head {
  padding-bottom: 5px;
}
.fs-ctf-hl {
  display: flex;
}
.box_sort_text {
  padding-left: 25px;
}
.box_sort_text a {
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 20px;
  font-size: 13px;
}
.box_sort_text a.active {
  background: rgb(211, 17, 17);
  color: #fff;
  border-color: rgb(211, 17, 17);
}
.fs-ctf-hl h1 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
}
.fs-ctf-hl h1 span {
  color: #999999;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  padding-left: 10px;
}
.product-base-grid .boxItem {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}
.product-base-grid .boxItem:hover {
  box-shadow: 1px 1px 28px 0px rgb(0 0 0 / 12%);
}
.product-base-grid .boxItem .price {
  margin-top: 0;
  float: left;
  width: 55%;
}
.product-base-grid .boxItem .nt-prepaid-installment {
  background: #fff;
  float: right;
  width: 45%;
  color: #626262;
  padding: 3px 0;
  text-align: center;
  border: 1px solid #eeeeee;
  font-size: 12px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.product-base-grid .boxItem .nt-prepaid-installment strong {
  color: #49965c;
}

.product-base-grid .boxItem .pic {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
  padding: 25px;
}
.product-base-grid .boxItem .gift {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  z-index: 50;
}

.product-base-grid  h3 {
  margin: 5px 0;
  color: #000;
  padding: 0;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
  font-size: 14px;
  font-weight: bold;
}


.product-hover{
  opacity:0;
}

.product-base-grid:hover .product-hover{
  -ms-opacity:1;
  opacity:1;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -webkit-transition-duration:.8s;
  -moz-transition-duration:.8s;
  -o-transition-duration:.8s;
  transition-duration:.8s
}


.product-hover .div_more{
  position: absolute;
  bottom: 125px;
  left: 0;
  width: 100%;
  z-index: 60;
  text-align: center;
  cursor: pointer;
}
.product-hover .div_more a {
  display: inline-block;
}

.icon-product{
  position: absolute;
  z-index: 5;
  left: 0px;
  bottom: 0px;
  font-family: 'robotoroboto';
  font-size: 13px;
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 13px;
  padding: 5px;
  border-radius: 4px;
}

.product-base-list .icon-product{
  top: 0px;
  bottom: auto;
}



.noProduct {text-align: center;}

/*product grid*/
.grid-bound{
  box-shadow: 0 0 50px #ccc;
  border-right: 1px solid #ececec;
  margin-bottom: 5px;
  background: #fff;
}

.product-grid h3, .title-product{
  font-size: 15px;
  color: #000;
  padding: 0;
  font-weight: bold;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}


.noProduct {
	padding:20px;
	text-align:center;
	color:#F00;
  width: 100%;
}

/**********Product tab cat********/
.box_cat a {
  display: inline-block;
  padding: 3px 5px;
  background: #f99d1c;
  margin-right: 10px;
  border-radius: 4px;
  color: #000;
  margin-bottom: 5px;
}

/**********Product tab cat********/

/**********Product list iphone ********/
.item-apple .option {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px dashed #f1f1f1;
  font-family: Arial;
  font-size: 11px;
  color: #666666;
  height: 120px;
  overflow: hidden;
}
.item-apple .btn_cart {
  padding-top: 10px;
  text-align: center;
}
.item-apple .btn_cart a {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  text-transform: uppercase;
  padding: 5px 10px;

}
.item-apple .btn_cart .btn_buy_now {
  border: 1px solid #fccb86;
  color: #fccb86;
  margin-right: 5px;

}
.item-apple .btn_cart .btn_installment {
  border: 1px solid #0a89df;
  color: #0a89df;
}
  /**********Product list iphone********/

/************product list default******************/
.list_product_default {
  background: #fff;
}
@media (min-width:768px) {
  .list_product_default .list_product_base .product-base-grid {
    width: 20%;
  }
}
.loadmoredesc {
  display: block;
  padding: 15px 0;
  text-align: center;
  background: #fff;
}
.artmore {
  height: 540px;
  overflow: hidden;
}
.loadmoredesc a {
  font-size: 14px;
  color: #f99d1c;
  border:1px solid #f99d1c;
  display: inline-block;
  padding: 7px 30px;
  border-radius: 5px;
}
/************product list default******************/

/*****product list******/

.desc_cat {
  padding: 15px;
  line-height: 1.5;
  font-size: 14px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-top: 10px;
}
.desc_cat h1, .desc_cat h2, .desc_cat h3 , .desc_cat h4, .desc_cat h5, .desc_cat h6 {
  line-height: 1.5;
}
.product-base-list {
  margin: 0 10px;
  padding-bottom: 20px;

}
.product-base-list .boxItem {
  display: table;
  width: 100%;
  padding: 15px;
  padding-top: 40px;
  border-top: 2px solid #f7f7f7;

}
.product-base-list .boxItem .pic {
  width: 200px;
  position: relative;
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.product-base-list .boxItem .info_right {
  display: table-cell;
  vertical-align: top;
  padding-left: 10px;
}
.product-base-list .boxItem .info_right h3 {
  padding-bottom: 30px;
}
.product-base-list .boxItem .info_right h3 a {
  font-size: 18px;
  font-weight: bold;
  color: #3566cd;
}
.product-base-list .boxItem .promotion-km {
  padding: 15px;
  border:1px dotted #ccc;
  margin-top: 40px;
}
.product-base-list .boxItem .promotion-km h4 {
  margin-bottom: 10px;
}

.product-base-list .boxItem .lf_info {
  float: left;
  width: 80%;
}
.product-base-list .boxItem .rf_info {
  float: right;

}
.product-base-list .boxItem .price {
  margin-top: 0;
  font-size: 20px;
  font-weight: bold;
}
.product-base-list .boxItem .votes {
  margin: 10px 0;
}
.product-base-list .boxItem .numvote {
  color: #9b9b9b;
  font-size: 13px;
}


/**********LIST color**********/

.product-color{
  margin: 5px 0;
}

.product-color .tit_color {
  margin-bottom: 5px;
}
.product-color .tit_color span {
  font-weight: bold;
}
.color-list-show{
  display: block;
  overflow: hidden;
  clear: both;
}

.color-list-show li{
  display: block;
  float: left;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  padding: 5px 15px;
  margin-bottom: 5px;
  font-size: 13px;
  min-width:97px;
  text-align: center;
  background: #fff;
}
.color-list-show li.disable {
  cursor: not-allowed;
  text-decoration: none;
  background: #dadadc;
}

.color-list-show li .price {
  font-size: 15px;
  font-weight: bold;
  margin-top: 5px;
  padding-bottom: 0px;
}
.color-list-show li span {
  padding-bottom: 0;
  font-weight: bold;
  font-size: 13px;
}
.color-list-show li.color-active{
  border: 1px solid #000;
}


/**********LIST color**********/

/*box_modSearch*/
.box_modSearch { padding:5px;}
.box_modSearch ul {list-style:none;}
.box_modSearch li {
	padding:4px 0px;
}
.box_modSearch li .select { width:100%}

.box_modSearch li .textfiled { width:100%}

.mess_result {
	font-size:12px;
	text-align:center;
	background: none repeat scroll 0 0 #F4F4F4;
    border-bottom: 1px solid #E0E0E0;
    padding: 3px 0 2px;
}
.mess_result span {
	color:#FF0000;
	font-size:14px;
	font-weight:bold;
}

.font_keyword{
	background-color: yellow;
	color: red;
	font-weight: bold;
}
.font_keyword a {
	background-color: yellow;
	color: red;
	font-weight: bold;
}

/********************* CSS BoxShopping ****************************/

.row_input {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#BoxShopping {
	padding:0px;
	line-height:18px;
}
#BoxShopping .button {
	background:url(../images/btn_order.html)  center no-repeat;
	width:120px;
	border:none;
	line-height:34px;
	padding-bottom:10px;
	height:34px;
	font-weight:bold;
	color:#FFFFFF;
}

.title_cart {
  font-weight: bold;
  padding-bottom: 15px;
  font-size: 16px;
  padding-top: 10px;
}

.hidden_store {
  display: none;
}
.title_list_store {
  font-weight: bold;
  padding-bottom: 10px;
  color: #ff4500;
}


.fCart {
	font-size:16px;
	color:#FF0000;
	text-transform:uppercase;
	font-weight:bold;
}
#BoxShopping .navShopping{
	padding:3px;
	border:1px solid #cccccc;
	margin-bottom:10px;
	text-align:center;
}
.border_cart {
	background:#cccccc;
}

.row_title_cart {
	background:url(../images/row_title.gif) bottom repeat-x;
	color:#F00;
	height:24px;
	font-weight:bold;
}
.row_total_cart {
	padding-right:5px;
	font-weight:bold;
	background:#F3f3f3;
	color:#000;
}
.row_item_cart {
	background:#fff;
	height:22px;
}

.shopping_title{
	background:url(../images/bg_title_cart.gif) repeat-x;
	border:1px solid #ccc;
	color:#F00;
	height:25px;
	padding:2px 5px;
	line-height:25px;
	margin-bottom:5px;
}
.box_shopping {
	padding:2px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
.mess_comment {
	margin-top:10px;
	padding:5px;
	border:1px solid #ccc;
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}

table.tbl_from { padding:0px; border-spacing:1px; }
table.tbl_from .td1 { font-weight:bold; background:#F8F8F8;padding:3px;}
table.tbl_from .td1 { padding:3px;}
table.tbl_from .select { width:100%;}



.box_support_pro {
	background:url(../images/box_support_pro.html) no-repeat;
	width:200PX;
	height:189PX;
}

.box_support_pro .support_pro-title {
	height:30PX;
	font-weight:bold;
	color:#FFF;
	text-transform:uppercase;
	text-align:center;
	line-height:30px;
	font-size:14px;
}
.box_support_pro .support_pro-content{ padding:10px;}
.box_support_pro .support_pro-content ul {list-style:none;}
.box_support_pro .support_pro-content li {
	background:url(../images/icon_li.gif) 0px 7px no-repeat;
	padding:2px;
	padding-left:15px;
}
.box_support_pro .support_pro-content li a { color:#333333}








/***********************SORT ****************************/
.sort {
  margin-bottom: 5px;
}
.filter-bound {
  border: 1px solid #dddddd;
  font-size: 14px;
  position: relative;
}
.filter-bound .filter {
  padding: 0 10px;
  background: #f0f0f0 none repeat scroll 0 0;
}
.search-fast{
  border: 1px solid #DDDDDD;
  border-top: none;
  line-height: 36px;
  padding: 0 10px;
  overflow: hidden;
}

.search-fast a{
  margin-left: 20px;
  font-size: 14px;
  white-space: nowrap;
}
.search-fast a:hover {
  color: #ff4500;
}


.box_category_sort, .box_search_adv, .box_phanloai {
	float:left;
	position: relative;
	height: 31px;
	margin-right: 10px;
	padding-right: 14px;
	background: url(../images/arrow-down.png) no-repeat right center;
}
.box_aspect {
  float: left;
  padding-top: 7px;
}
.box_aspect a {background:url("../images/icon_check.png") left no-repeat;
  padding-left: 3px;
  padding-left: 25px;
  margin-right: 20px;
  display: inline-block;
}
.box_aspect a.current {background: url("../images/icon_check_active.png") left no-repeat;

}

.box_sort  {
	position: relative;
  margin-top: 5px;
}
.box_sort .box_title {
	display: block;
	line-height: 31px;
	color: #000;
  height: 31px;
  padding-right: 14px;
  background: url(../images/arrow-down.png) no-repeat right center;
}
.box_sort .box_title .crfselected {
	color:#000;
  cursor: pointer;
}
.box_sort .box_title .crfselected span {
  color: #999999;
}
.box_sort .box_content {
	position:absolute;
	top:32px;
	left:-1px;
	display:none;
	z-index:10;
	width:230px;
}
.box_sort .box_content {
  right: 0;
  left: auto;
}
.box_category_sort:hover .box_content, .box_manufacturer:hover .box_content,  .box_phanloai:hover .box_content , .box_sort:hover .box_content{
	display:block;
}
.boxc_ul {
	margin:0;
	padding:0;
	list-style:none;
	background:#FFF;
	border:1px solid #DFDFDF;
}
.boxc_ul li {
}
.boxc_ul li a {
	color:#555;
	line-height:28px;
	display:block;
	font-size:13px;
	padding:0 15px 0 20px;
}
.boxc_ul li a:hover {
	background:#EAEAEA;
	color:#000;
	text-decoration:none;
}
.boxc_ul li.selected a{
	font-weight:bold;
	background:url(../images/cfilter.png) no-repeat 5px center;
}

/***********END SORT*************/


/**********Box list price horizontal************/
.list_price_sort {
  border-top: 1px solid #ebebeb;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ebebeb;
}
.price_sort {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 5px;
}
.box_list_price_horizontal {
  padding-top: 5px;
  padding-bottom: 5px;
}
.box_list_price_horizontal ul li {
  display: inline-block;
  margin-right: 10px;
}
.box_list_price_horizontal ul li.label_price {
  margin-right: 30px;
}
.box_list_price_horizontal ul li a {
  display: block;
  padding: 0px 15px;
  color: #282828;
  font-size: 13px;
}
/**********Box list price horizontal************/


/*box_accessories*/

.box_accessories li {border-bottom:1px solid #CCC;
	padding-bottom:10px;
	margin-bottom:10px;}
.box_accessories li.last {border-bottom:none;}
.box_accessories li .name {width:100px;
	padding-left:10px;}
.box_accessories li .name a {font-weight:bold}



.box_price_table {}
.box_price_table .row_title_price th{
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 5px;

}


/*****POPup tư van******/
.title_popup {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
}


/************table price************************/
.price_detail_table_price {

}

.price_detail_table_price .div_cat {
  padding-bottom: 20px;
}


.box_price_table {}
.box_price_table .row_title_price th{
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-top: 5px;
}
.price_detail_table_price .box_price_table .update_price td{
  /*background-color: #ffe3d9;*/
}


.price_detail_table_price .box_price_table table {
  background: #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.price_detail_table_price .box_price_table td {
  padding: 3px 5px;
  background-color: #ffffff;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
/**************************************RESPONSIVE**************************************/

@media (min-width:1024px){
  .grid-bound-home {
    border: none;
  }
  /*trang chu*/
  .grid-bound-home .product-base-grid{
    float: left;
    width: 20%;
  }
  .grid-bound-home .item1{
    width: 16.66666667%;
  }

  /*dien thoai*/
  .grid-bound-dien-thoai .item2{
    width: 33.33333333%;
  }
  .grid-bound-dien-thoai .item1{
    width: 16.66666667%;
  }


  /*km*/
  .grid-bound-km .item2{
    width: 50%;
  }
  .grid-bound-km .item1{
    width: 20%;
  }



  /***************************DETAIL**********************************/
  .col-detail-top1{
    padding-right: 15px;
    width: 45%;
  }

  .col-detail-top2{
    width: 55%;
    margin: 0 10px;
  }


}



.product-top{
  clear: both;
}



.col-detail-top1, .col-detail-top2, .col-detail-top3{
  float: left;
  position: relative;
  min-height: 1px;
}



@media (min-width:1025px){
  .product-top1{
    width: 75%;
  }

  .product-top2{
    width: 25%;
  }
}


@media (min-width:992px){
  .dt-cc{
    width: 50%;
  }
  #fittings-silde2, #fittings-silde3{
    display: none;
  }
}

@media only screen and (min-width: 600px) and (max-width: 1023px){
  .col-detail-top1{
    width: 100%;
  }

  .col-detail-top2, .col-detail-top3{
    width: 50%;
  }

  .col-detail-top2{
    padding-right: 10px;
  }

  .col-detail-top3{
    padding-left: 10px;
  }
}


@media only screen and (min-width: 720px) and (max-width: 1023px){
  /*trang chu*/
  .grid-bound-home .item2{
    width: 50%;
  }
  .grid-bound-home .item1{
    width: 25%;
  }

  /*dien thoai*/
  .grid-bound-dien-thoai .item2{
    width: 50%;
  }
  .grid-bound-dien-thoai .item1{
    width: 25%;
  }

  /*may tinh bang*/
  .grid-bound-may-tinh-bang .item2{
    width: 66.66666667%;
  }
  .grid-bound-may-tinh-bang .item1{
    width: 33.33333333%;
  }

  /*km*/
  .grid-bound-km .item2{
    width: 66.66666667%;
  }
  .grid-bound-km .item1{
    width: 33.33333333%;
  }

  /*may doi tra*/
  .grid-bound-may-doi-tra .item1{
    width: 25%;
  }
}


@media (min-width:1024px){
  /*trang chu*/
  .grid-bound-home .item2{
    width: 33.33333333%;
  }
  .grid-bound-home .item1{
    width: 16.66666667%;
  }

  /*dien thoai*/
  .grid-bound-dien-thoai .item2{
    width: 33.33333333%;
  }
  .grid-bound-dien-thoai .item1{
    width: 16.66666667%;
  }

  /*may tinh bang*/
  .grid-bound-may-tinh-bang .item2{
    width: 33.33333333%;
  }
  .grid-bound-may-tinh-bang .item1{
    width: 16.66666667%;
  }

  /*km*/
  .grid-bound-km .item2{
    width: 50%;
  }
  .grid-bound-km .item1{
    width: 25%;
  }

  /*may doi tra*/
  .grid-bound-may-doi-tra .item1{
    width: 16.66666667%;
  }
}

@media (min-width:992px){

  .product-base-list .boxItem .rf_info_mobile {
    display: none;
  }
}

@media (max-width:991px){

  /**********product base list***************/
  .product-base-list .boxItem {
    border-bottom: 2px solid #f7f7f7;
    border-top: none;
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .product-base-list .boxItem .promotion-km {
    display: none;
  }
  .product-base-list .boxItem .rf_info {
    display: none;
  }
  .product-base-list .boxItem .rf_info_mobile {
    display: block;
  }
  .product-base-list .boxItem .info_right h3 {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .product-base-list .boxItem .lf_info {
    float: none;
    width: auto;
  }
  .product-base-list .boxItem .rf_info {
    float: none;
  }
  .product-base-list .div_option {
    border-top: 1px solid #dadada;
    padding-top: 10px;
  }
  .product-base-list .boxItem .info_right h3 a {
    font-size: 14px;
    color: #000;
    line-height: 1.3;
  }
  .product-base-list .boxItem .price {
    font-size: 15px;
  }
  .product-base-list .boxItem {
    display: block;
  }
  .product-base-list .boxItem .info_right {
    width: 73%;
  }
  /**********product base list***************/

  /*****FOOTER*****/
  .review-sum-total {
    background: none;
  }


}





@media (max-width:768px) {
  .name-sp i{
    border-bottom: none !important;
  }

  .col-detail-top1, .col-detail-top2, .col-detail-top3{
    width: 100%;
    padding:  0 10px;
    float: none;
  }


  .showdropdown .col_info {
    border-left: 0;
    padding-left: 15px;
    margin-top: 10px;
  }


  .product-hover {
    display: none !important;
  }

}


@media (max-width:767px) {

  .fs-ctf-hl {
    margin-bottom: 10px;
  }
  .navation {
    display: none;
  }
  .banner_product_base {
    margin-top: 0;
  }
  /**********product base***************/

  .col-left-base-product {
    float: none;
    display: none;
  }
  .col-right-base-product {
    float: none;
    width: 100%;
  }
  .fs-ctf-hrview li.active {
    display: none;
  }
  .fs-ctf-head {
    padding: 0 6px;
    margin-top: 0;
    padding-top: 10px;
    position: relative;
  }
  .mf-asset-fter {
    padding-left: 10px;
  }
  .list_product_base {
    margin: 0;
    width: unset;
  }
  .product-base-grid .boxItem {
    margin: 0;
  }
  .list_product_base .product-base-grid {
    width: 50%;
    max-width: calc(100% / 2);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% / 2);
    flex: 0 0 calc(100% / 2);
  }
  .product-base-grid .boxItem .pic {
    padding: 10px;
  }
  .product-base-grid h3 {
    margin-top: 0;
  }
  .product-base-list .boxItem .promotion-km {
    display: none;
  }

  .fs-ctf-hr {
    width: 82px;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 11;
  }

  .box_sort {
    border: none;
    padding: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .box_sort .box_title {
    font-size: 0;
    background: url("../images/icon_sort_m.gif");
    width: 36px;
    height: 36px;
  }
  .box_sort .box_title .crfselected {
    text-indent: -9999px;
  }
  .fs-ctf-filbox {
    display: none;
  }
}
@media (max-width: 680px){


  .icon-product {
    font-size: 12px;
  }


}

@media only screen and (min-width: 480px) and (max-width: 719px){
  /*trang chu*/
  .grid-bound-home .item2{
    width: 66.66666667%;
  }
  .grid-bound-home .item1{
    width: 33.33333333%;
  }

  /*km*/
  .grid-bound-km .item2{
    width: 66.66666667%;
  }
  .grid-bound-km .item1{
    width: 33.33333333%;
  }



}


@media (max-width:479px) {
  /*trang chu*/
  .grid-bound-home .item2{
    width: 100%;
  }
  .grid-bound-home .item1{
    width: 50%;
  }

  /*km*/
  .grid-bound-km .item2{
    width: 100%;
  }
  .grid-bound-km .item1{
    width: 50%;
  }

  .product-top1, .product-top2{
    width: 100%;
    text-align: left;
  }



  .dt-cc{
    width: 50%;
  }



}


@media (min-width: 320px) and (max-width: 480px) {

  .hidden-mobile-popup {display: none}

  .evaluation-brief img {
    float: none;
    margin-right: 0;
    width: 100% !important;
  }

  .parametdesc li {
    padding-left: 0;
    padding-right: 0;
  }
  .parametdesc li > span {
    padding-left: 0px;
  }

  .paraexpand li {
    padding-left: 0;
    padding-right: 0;
  }

  .order_complete {
    background: none;
    padding-bottom: 20px;
  }

  .product-base-list .boxItem .info_right {
    width: 63%;
  }


}
@media (max-width: 414px) {
  #video-thuc-te .title2 {
    padding-bottom: 30px;
  }
  .subscribe_youtube {
    left: 0;
    right: auto;
    top: 38px;
  }
  #albumAtt {
    margin-top: 20px;
  }


}

@media (max-width: 320px) {
  .box_category_sort {
    float: right;
    margin-right: 0;
  }
  .box_category_sort .box_content {
    right: 0;
    left: auto;
  }

  .img_detail_small {
    width: 80% !important;
    height: auto !important;
  }

}

