html.openmenu{
	pointer-events: all;
}
.hot-fly a,
.menuFixed{
	z-index: 1234;
}
.menuFixed{
	display: none;
}
.popup_container,
.popup_overlay{
	z-index: 99999991 !important;
}
.vnt-slogan{
	display: none;
}
#vnt-header-menu .logo_slogan .vnt-logo{
	width: auto;
}
#vnt-header-menu .logo_slogan .vnt-logo img{
	max-width: 155px;
}
.infoProduct .wrapper{
	max-width: unset;
}
.vnt-info-promo{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.vnt-info-promo .vnt-info{
	width: 60%;
}
.vnt-info-promo .vnt-promo{
	width: 40%;
	margin-top: -50px;
	background: url('../../../modules/product/images/bg-sale.png') no-repeat 100% 100% #feeded;
}
.infoProduct .vnt-info .wrap_title{
	margin-right: -75px;
}
.infoProduct .vnt-info .div_content{
	max-width: 80%;
	margin: 0 auto;
	margin-right: -5px;
}
.infoProduct .vnt-info .div_content{
	width: unset;
	padding: 0px 30px;
}
.infoProduct .vnt-promo .div_content{
	padding: 0px 30px;
}
.infoSale .div_content .wrap_content,
.infoProduct .infoSale .div_content{
    width: unset;
    margin: unset;
    text-align: center;
}
.vnt-promo .infoSale{
	width: 550px;
    margin: unset;
    text-align: center;
}
.vnt-promo .infoSale .div_content{
	background: unset;
}
.vnt-promo .infoSale .div_title{
	margin: 60px 30px 0px 30px;
    margin-bottom: 30px;
    border-radius: 5px;
    font-size: 25px;
    line-height: 15px;
    text-align: left;
    text-transform: unset;
}
.infoPhuTung{
	background: #222222;
}
.infoPhuTung .item-title-price{
	text-align: center;
    padding: 10px 10px;
    font-weight: 500;
}
.infoPhuTung .title{
	font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
    white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.infoPhuTung .price{
    color: #cd211e;
    font-size: 18px;
    font-weight: bold;
}
.infoPhuTung .list-images ul li .img{
	background: #fff;
}
.share_social{
	display: none;
}
.the-content.desc{
	margin-bottom: 30px;
}
.list_categrory ul{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.list_categrory ul li{
	float: unset;
}

/*============================ BEGIN popup ====================================*/
.jquery-modal.blocker.current{
  z-index: 99991;
  background-color: rgba(0,0,0,0.8);
  padding: 0px;
}
#popupmain.modal{
  width: auto;
  padding: 0px;
  z-index: 9999;
  overflow: unset;
  background: transparent;
  webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 0px #000;
  -moz-box-shadow: 0 0 0px #000;
  -o-box-shadow: 0 0 0px #000;
  -ms-box-shadow: 0 0 0px #000;
  box-shadow: 0 0 0px #000;
}
#popupmain.modal .modal a.close-modal{
  font-size: 0px;
}
.jquery-modal .modal{
  max-width: 85%;
}
/*============================ END popup ====================================*/

/*============================ BEGIN product ====================================*/
.menuScroll .divFixed .menu_scroll ul li{
	padding: 0 8px;
}
.grid_product .row_product{
	margin-bottom:  20px;
}
.menuScroll .divFixed .menu_quick ul li a{
	font-family: "Roboto Condensed";	
}
/*============================ END product ====================================*/

/*============================ BEGIN truck ====================================*/
.grid_trunk .row_trunk{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.grid_trunk .row_trunk .item .i-title h3{
	height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
/*============================ END truck ====================================*/

/*============================ BEGIN news ====================================*/
.gird_news{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.gird_news .wrap_item{
	float: none;
}
/*============================ END news ====================================*/

/*================= BEGIN: comment ==================*/
.comment_reply{
  margin-bottom: 15px;
}
.comment_reply .reply-com{
  margin-bottom: 10px;
}
.comment_reply .reply-info{
	margin: 0px -15px;
}
.comment_reply .reply-button{
	margin-top: 15px;
}
.comment_reply .fl{
  width: 50%;
  padding: 0px 15px;
}
.comment_reply .reply-info::after{
  content: '';
  display: block;
  clear: both;
}
.comment_reply textarea.form-control{
     resize: vertical;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 100px;
}
.comment_reply input.form-control{
  height: 38px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.comment_reply button.btn{
  height: auto;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding: 7px 20px;
  text-transform: uppercase;
  background: #67635c;
  border: 0;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.comment_reply button.btn:hover {
    background: #fe961d;
}
.comment_reply .nodeanswer{
  padding: 15px;
  margin: 15px 0px;
}
.comment_reply .nodeanswer::after{
  content: '';
  display: block;
  clear: both;
}
.facebook-comment iframe{
  width: 100%;
}
#ext_comment .pagination{
  margin-top: 15px;
}
/*================= END: comment ==================*/

/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/

@media (min-width: 991px){
	.info_product .info_detail{
		padding-left: 20px;
	}
}

@media (max-width: 991px){
	.info_product .info_img,
	.info_product .info_detail{
		width: 100%;
		float: unset;
	}
	.info_product .info_img{
		margin-bottom: 20px;
	}
	.info_product .info_detail .grid_detail .row_detail{
		display: -webkit-box;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	}
	.info_product .info_detail .grid_detail .row_detail .row_left,
	.info_product .info_detail .grid_detail .row_detail .row_right{
		float: unset;
	}
	.info_product .info_detail .grid_detail .row_detail .row_right{
		width: auto;
	}
	.vnt-info-promo{
		display: block;
	}
	.vnt-info-promo .vnt-info,
	.vnt-info-promo .vnt-promo{
		width: 100%;
	}
	.infoProduct .vnt-info .div_content{
		width: unset;
    	padding: 0px 15px;
    	margin-right: 0px;
    	max-width: 100%;
	}
	.infoProduct .vnt-info .wrap_title{
		margin-right: 0px;
	}
	.vnt-info-promo .vnt-promo{
		margin-top: -20px;
	}
	.vnt-promo .infoSale{
		width: 100%;
	}
	.gird_sale_car .row_sale_car .item,
	.grid_trunk .row_trunk .item{
		width: 33.3333%;
	}
	.vnt-banner .desc_car{
		position: unset;
		display: block;
	}
	.desc_car .wrapper{
		padding: 0px 0px;
	}
	.vnt-banner .desc_car .wrapper-caption2{
		width: 100%;
		border-top: 0px solid #337ab7;
	}
}
@media (max-width: 768px){
	.desc iframe{
		width: 100% !important;
		height: 450px !important;
	}
	.desc table{
		width: 100% !important;
	}
	.box_category li a{
		background:  none;
	}
	.gird_sale_car .row_sale_car .item,
	.grid_trunk .row_trunk .item{
		width: 50%;
	}
	.divfinance,
	.gridmenu .row-menu .item{
		width: 100%;
	}
}

@media (max-width: 540px){
	.gird_sale_car .row_sale_car .item,
	.grid_trunk .row_trunk .item{
		width: 100%;
	}
}