@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900&subset=vietnamese');
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, i, center, dl, dt, dd, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/* vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-size: 13px;
	font-family: robotoregular, Arial, Helvetica, sans-serif;
	line-height:1.5;
	color: #000;
	background: #f5f5f5;
}
b{}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html > body .clearfix {
    display: block;
    width: 100%;
}

* html .clearfix {
    height: 1%;
}

a{text-decoration:none;color: #000;}
a:hover{color:#F00;}
img{border:0;}
.clear
{

overflow:hidden;

clear:both;
}
.container{ position: relative; margin: auto;}
/* --------------------- Phan trang ------------------*/
.clear.height{height: 15px;}
/*-------------- Map css ------------*/
#map_canvas {
    height: 350px;
    width: 100%;
    border: solid 5px #fff;
}
.overlay{
  display:block;
  z-index:10;
  text-align:center;
  height:80px;
  width:102px;
  background:transparent url(../images/marker.png)no-repeat bottom center;
}
.overlay_arrow{
  left:50%;
  margin-left:-16px;
  width:0;
  height:0;
  position:absolute;
}
.overlay_arrow.above{
  bottom:-13px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-top:16px solid #000;
}
.overlay_arrow.below{
  top:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-bottom:16px solid #000;
}
#map_canvas1 {    
    height: 180px;
    width: 100%;
    border: solid 1px #ddd;
}
.map_description {
    color: #000000;
    overflow: auto;
    width: 275px;
}
.map_description .default {
    color: #FF0000;
}
.map_description div {
    line-height: 18px;
    margin: 3px;
}
.map_list_address {
    float: left;
    height: 500px;
    overflow: hidden;
    width: 250px;
}
.map_list_address .list {
    line-height: 18px;
    margin-bottom: 5px;
}
.map_list_address span {
    color: #FCFF46;
}
.map_title {
    color: #30A602;
    font-weight: bold;
}
.navigate .C {
    width: 970px;
}
.transition_all{
	-moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;

    transition: all 0.7s ease;
}
/************************************/
/**************** header ********************/
header{position: relative;z-index: 101;top: 0px;left: 0px;width: 100%;background: #fff;}
header.fixed{position: fixed; top: 0px; z-index: 10001; width: 100%;}
header .banner{margin: auto;width: 100%;text-align: left;font-family: robotoregular;max-width: 1366px;background: #ffffff url(../images/bg_hotline.png) no-repeat bottom right;}
header .logo_header{}
header .slogan{
    font-family: utm_alter_gothicregular;
    font-size: 23px;
    color: #c4191c;
    margin-top: 40px;
    text-align: center;
}
header .left{
    width: calc(100% - 250px);
    float: right;
    position: relative;
    z-index: 1;
}
header .right{
    width: 250px;
    float: left;
    position: relative;
    z-index: 10;
}
.box_icon{
	position: relative;
	top: 4px;
	right: 0px;
	font-size: 13px;
	text-align: right;
	float: right;
	margin-right: 20px;
}
.box_icon .icon{display: inline-block;margin: 1px 3px;vertical-align: middle;}
.box_icon .title{font-weight: bold; text-transform: uppercase; display: inline-block; padding-right: 10px; vertical-align: middle;}
header .fixed {
	position: fixed;
	z-index: 101;
	top: 0px;
	display: inline;
	width: 100%;
	left: 0px;
}
.heading{overflow:hidden; height: 0px; visibility: hidden;}
.top_header{text-align: left;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#40bdff+0,0162c2+100 */ /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ /* IE6-9 */color: #363636;border-bottom: solid 5px #fff;background: #212221;}
.top_header .item{display: inline-block;line-height: 35px;}
header .lang{text-align: right;margin-top: 10px;position: absolute;right: 0px;top: 5px;z-index: 101;}
header .lang a{display: inline-block;padding: 0px 5px;}
header .group_icon .item{
    vertical-align: top;
}
.group_icon{
    border-radius: 20px;
    width: 150px;
    float: left;
    vertical-align: top;
    margin-top: 3px;
}
.group_icon .item.user{
    position: relative;
}
.group_icon .item.user .title{
	background: url(../images/icon_user.png) no-repeat left center;
	padding-left: 15px;
	cursor: pointer;
}
.group_icon .item.user:hover .title{color: #f00;}
.group_icon .item.user .member{
    position: absolute;
    top: 20px;
    left: 0px;
    width: 250px;
    background: #e0e0e0;
    padding: 10px;
    z-index: 1001;
    display: none;
}
.group_icon .item.user:hover .member{display: block;}
.group_icon .item.user .member a{
    display: block;
    color: #373737;
    line-height: 30px;
    background: url(../images/icon_menu.png) no-repeat left top 11px;
    padding-left: 20px;
}
.group_icon .item.user .member a:hover{ color: #f00;}
.group_icon .item.compare{
    background: url(../images/icon_compare.png) no-repeat left center;
    padding-left: 25px;
}
.group_icon .item.cart{
    background: url(../images/icon_giohang.png) no-repeat left center;
    padding-left: 37px;
    font-weight: bold;
    color: #000;
}
header .group_icon .item a{
    color: #000;
    display: block;
    padding: 6px;
}
header .item a{
    color: #fff;
}
header .item a:hover{color: #f00;}
header .item.home{background: url(../images/icon_email.png) no-repeat left center;padding-left: 20px;display: inline-block;}
header .hotline{
    background: url(../images/icon_hotline.png) no-repeat left center;
    padding-left: 22px;
    margin-right: 15px;
    text-transform: none;
    font-size: 13px;
}
header .home{
    color: #fff;
    background: url(../images/icon_email.png) no-repeat left center;
    padding-left: 22px;
    margin-right: 15px;
    text-transform: none;
    font-size: 13px;
}
.item_camket{
    color: #db291d;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
    margin-top: 5px;
    display: inline-block;
    white-space: nowrap;
    vertical-align: top;
    width: 28%;
}
.item_camket img{
    float: left;
    margin-right: 30px;
}
.box_search{
    overflow: hidden;
    vertical-align: middle;
    right: 0px;
    z-index: 101;
    position: relative;
    text-align: right;
    top: 0px;
    width: 250px;
    float: right;
    margin-top: 15px;
}
.box_search .layout_search{ border: dashed 1px #00aeef;border-radius: 5px;padding: 10px 0px;}
.box_search input[type="text"]{
    background: none;
    height: 33px;
    font-size: 14px;
    box-shadow: none;
    width: 100%;
    font-style: italic;
}
.box_search input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.box_search input[type="text"]:focus, .box_search .input_search select:focus { box-shadow: none; outline: none; }
.box_search input[type="button"]{
    width: 33px;
    border:none;
    height: 33px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/icon_search.png) no-repeat center;
}
.group_cart{
    position: absolute;
    top: 24px;
    right: 0px;
    padding-right: 15px;
    z-index: 101;
}
.group_cart .cart-number{
    position: absolute;
    bottom: 8px;
    right: 0;
    min-width: 22px;
    min-height: 22px;
    line-height: 22px;
    text-align: center;
    background: #cc0000;
    border-radius: 50%;
    color: white;
}
.addthis_native_toolbox{margin-top: 10px}
.height_header{}
.group_nav{
    width: 35%;
    float: left;
}
.group_nav ul{
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
}
.group_nav li{
    list-style: none;
    display: inline-block;
}
.group_nav li a{
    color: #ffffff;
    font-family: robotobold;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    padding: 5px 20px;
}
.group_nav li a:hover{color: #ff0;}
/**************** end header ********************/
/**************** nav ********************/
#menu{
    margin-top: 30px;
}
#menu .product_list{
    position: relative;
    z-index: 101;
}
#menu .product_list .title{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    background-size: 100%;
    position: relative;
    z-index: 102;
    font-family: roboto;
    width: 100%;
    text-align: center;
    line-height: 40px;
    padding-left: 40px;
    background: #db291d url(../images/title_sp.png) no-repeat left center;
}
#menu .product_list .title i{display: inline-block; padding-left: 15px;}
#menu .product_list.none_active .title{cursor: pointer;}
#menu .product_list .content{
    width: 100%;
    z-index: 101;
    top: 44px;
    left: 0px;
    background: #ffffff;
}
#menu .product_list:hover .content{display: block;}
#menu .product_list.none_active .content{
    display: none;
}
#menu .product_list ul{
    padding: 0px;
    list-style: none;
    margin: 0px;
}
#menu .product_list ul li{
    /* position: relative; */
}
/*#menu .product_list ul li a:before{
	width: 100%;
	height: 2px;
	content:'';
	position: absolute;
	border-top: solid 2px #1a1a1a;
	bottom: -1px;
	left: 0px;
}
#menu .product_list ul li a:after{
	width: 100%;
	height: 1px;
	content:'';
	position: absolute;
	border-top: solid 1px #3b3b3b;
	bottom: 0px;
	left: 0px;
}*/
#menu .product_list ul li:last-child{border: none;}
#menu .product_list ul li a{
    display: block;
    font-size: 14px;
    color: #212221;
    position: relative;
    padding: 10px 0px;
    font-family: roboto;
}
#menu .product_list ul li:hover{overflow: inherit;}
#menu .product_list ul li a:hover{
    background: #eeeded;
    color: #000;
}
#menu .product_list ul li a span.images{display: inline-block;vertical-align: top;padding: 0px 0px 0px 15px;}
#menu .product_list ul li a span.text{
    padding: 0px 20px;
    vertical-align: top;
    display: inline-block;
}
#menu .product_list ul li ul{
    position: absolute;
    left: 0px;
    width: 350px;
    background: rgba(219, 41, 29, 0.7);
    top: 0px;
    transition: all 0.2s ease;
    height: 100%;
    display: none;
    padding: 10px;
    z-index: 1001;
}
#menu .product_list ul li ul ul{background: rgb(246, 246, 246);}
#menu .product_list ul li:hover > ul{
	display: block;
	left: 100%;
}
#menu .product_list ul li ul li{}
#menu .product_list ul li ul li a:before, #menu .product_list ul li ul li a:after{display: none;}
#menu .product_list ul li ul a{padding: 7px;color: #ffffff;background: url(../images/icon_menu.png) no-repeat top 12px left 10px;padding-left: 30px;}
#menu .product_list ul li ul a:hover{background: url(../images/icon_menu_hover.png) no-repeat top 16px left 10px;color: #ff0;}
#menu .select{
    position: relative;
}
#menu .select .title{
    background: url(../images/icon_arrow_down.png) no-repeat left center;
    padding-left: 25px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 102;
    line-height: 40px;
    cursor: pointer;
}
#menu .select .content{
    position: absolute;
    top: 39px;
    left: 0px;
    background: #fff;
    z-index: 1001;
    width: 100%;
    display: none;
}
#menu .select ul{
    padding: 10px;
    border: solid #c52032;
    margin: 0px;
}
#menu .select ul li{
    list-style: none;
}
#menu .select ul li a{
    display: block;
}
#menu .select.brand ul li{display: inline-block; width: calc(50% - 3px); }
#menu .select.brand ul li a{margin: 5px;border-bottom: dashed 1px #ddd;padding: 5px 0px;}
#menu .select.chinhanh ul li{ margin-bottom: 5px; border-bottom: dashed 1px #ddd; padding-bottom: 5px; color: #207dc5}
#menu .select.chinhanh ul li b{display: block;}
#menu .select.chinhanh ul li a{ font-family: robotobold;}
.margin-top{margin-top: 45px;}
nav#cssmenu{width: calc(100% - 300px);float: left;vertical-align: top;margin-top: 10px;}
.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 33px;
    list-style: none;
    color: #fff;
    padding-left: 10px;
    border: solid 1px #dadadc;
    background: #f8f8f8;
}
.breadcrumb-arrow a{color: #fff;}
.breadcrumb-arrow li:first-child a {
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
}

.breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.breadcrumb-arrow li{/* margin-left: 15px; */color: #888888;}
.breadcrumb-arrow li:first-child{margin-left: 0px;}
.breadcrumb-arrow li:not(:first-child) {
	margin-left: -1px;
}

.breadcrumb-arrow li span {
	padding: 0 10px;
}

.breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
	height: 36px;
	padding: 0 10px 0 25px;
	line-height: 32px;
	white-space: nowrap;
}

.breadcrumb-arrow li:first-child a {
	padding: 0 10px;
}

.breadcrumb-arrow li a {
	position: relative;
	color: #888888;
	text-decoration: none;
	transition: all 0ms;
}

.breadcrumb-arrow li:first-child a {
	padding-left: 10px;
}

.breadcrumb-arrow li a:before, .breadcrumb-arrow li a:after {
	position: absolute;
	top: -1px;
	width: 0;
	height: 0;
	content: '';
	border-top: 19px solid transparent;
	border-bottom: 16px solid transparent;
}

.breadcrumb-arrow li a:before {
	right: -9px;
	z-index: 3;
	border-left-color: #f8f8f8;
	border-left-style: solid;
	border-left-width: 10px;
}

.breadcrumb-arrow li a:after {
	right: -10px;
	z-index: 2;
	border-left: 11px solid #d0d0d0;
}

.breadcrumb-arrow li a:hover, .breadcrumb-arrow li a:focus {
	background-color: #263352;
	border: 0px solid #263352;
	color: #ff0;
}

	.breadcrumb-arrow li a:hover:before, .breadcrumb-arrow li a:focus:before {
		border-left-color: #263352;
	}

.breadcrumb-arrow li a:active {
background-color: #E6E9ED;
	border: 0px solid #E6E9ED;
}

.breadcrumb-arrow li a:active:before, .breadcrumb-arrow li a:active:after {
		 border-left-color: #E6E9ED;
}

.breadcrumb-arrow li span {
	color: #53a1cc;
}
.breadcrumb-arrow .active {
    text-indent: 20px;
}
nav.fixed {
	position: fixed !important;
	z-index: 1011;
	top: 0px;
	display: inline;
	width: 100%;
	left: 0px;
}
nav.fixed ul{max-width: 1000px; margin: auto !important; }
/**************** end nav ********************/
/**************** slider ********************/
.box_slider{position: relative;z-index: 10;}
.item_banner{margin-bottom: 30px;}
#center-container{width: 100%;overflow: hidden;}
.section-breadcrumbs{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 70px;
}
.section-breadcrumbs .container{z-index: 2; position: relative;}
.section-breadcrumbs:after{
	content:'';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}
.section-breadcrumbs .title{
	color: white;
	text-align: center;
	font-size: 44px;
	font-weight: 300;
	margin-bottom: 0;
	text-shadow: 0px 1px 1px #000;
}
/**************** end slider ********************/
/**************** heading ********************/
#heading{
	height:0px; visibility: hidden; overflow:hidden;
}
/**************** end heading ********************/
/**************** content ********************/
.container_mid{
    position: relative;
    z-index: 10;
}
.margin_top{margin-top: 30px;}
.fancybox-inner .tcat, .container_mid .tcat{
    color: #fed700;
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
    text-align: left;
    font-family: roboto;
    font-size: 15px;
    background: #212221;
    padding: 0px 20px;
}
.container_mid .tcat img{
    width: 40px;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 4px;
}
.container_mid .tcat .icon{
	display: inline-block;
	padding: 10px 0px;
	position: relative;
}
.container_mid .tcat a{
    float: left;
    padding: 10px 5px;
    font-weight: normal;
    font-size: 13px;
    color: #fff;
}
.container_mid .tcat span.section-title-main{
	/* color: #015fca; */
}
.tcat_right{display: none;}
.fancybox-inner .tcat .icon h2, .container_mid .tcat .icon h2{
}
.container_mid .tcat .icon a{ color: #df1f26;}
.container_mid .tcat .tcat_noibat .item{ float: right; margin: 10px; margin-top: 15px;}
.container_right{
    width: 75%;
    float: right;
}
.container_left{width: 23%;float: left;margin-top: 25px;}
.module_left{
    margin-bottom: 15px;
}
.module_left .content{background: #fff;padding: 10px;border: solid 1px #ddd;}
.module_left .title{
	line-height: 28px;
	font-size: 15px;
	padding: 6px 0px;
	position: relative;
	color: #fff;
	background: #000000;
	text-align: center;
}
.item_spkm{
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.item_spkm:last-child{border: none; margin: 0px;}
.item_spkm .images{
    float: left;
    width: 80px;
    margin-right: 15px;
}
.item_spkm .info{
    overflow: hidden;
}
.item_spkm .name{}
.item_spkm .name a{
    display: block;
    color: #113575;
    margin-bottom: 5px;
}
.item_spkm .prices{
    /* font-weight: bold; */
    color: #ff2424;
    font-size: 14px;
}
.item_spkm .prices_km{color: #9e9e9e;text-decoration: line-through;height: 20px;}
.news_tab{
    background: #fff;
}
.news_tab ul{
    margin: 0px;
    padding: 0px;
    clear: both;
    margin-bottom: 10px;
    background: #f6f6f6;
    border: solid 1px #dedede;
}
.news_tab ul li{
    list-style: none;
    text-align: center;
    color: #a8a8a8;
    background: #f6f6f6;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
}
.news_tab ul li.selected{background: #2191e2;color: #fff;}
.news_tab .content_news_tab{
    display: none;
    padding: 10px;
}
.news_tab .content_news_tab.selected{display: block;}
.list_cat_product{
    list-style: none;
    padding: 0px;
}
.list_cat_product li{
    font-size: 13px;
    line-height: 33px;
    border-bottom: solid 1px #ddd;
    background: url(../images/arrow_left.png) no-repeat left center;
    padding-left: 20px;
}
.list_cat_product li a{}
.module_left .danhmuc{
    padding: 0px;
    list-style: none;
}
.module_left .danhmuc li{
    border-bottom: solid 1px #ddd;
}
.module_left .danhmuc li a{
    padding: 11px 0px;
    background: url(../images/arrow_left.png) no-repeat top 15px left;
    display: block;
    padding-left: 24px;
}
.module_left .danhmuc li ul{
	list-style: none;
	padding-left: 20px;
	display: none;
}
.module_left .danhmuc li.active ul{
	display: block;
}
.container_left .module_left .title span{
}
.container_left .module_left .title h2,.container_left .module_left .title h2 a{
	display:block;
	line-height: 45px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #DE1A1B;
	border-bottom: 1px solid #DC0115;
	text-align: center;
}
.xemthem{background: url(../images/rids_arrow_r.png) no-repeat left center, url(../images/rids_arrow_l.png) no-repeat right center;padding: 8px 15px;text-align: center;color: #0f4c89;font-weight: bold;bottom: 10px;right: 0;max-width: 200px;display: inline-block;}
.xemthem a{display: block;color: #fff;}
.box4{position: relative;margin-bottom: 15px;}
.box4 .images{    border: 2px solid #0f599a;}
.box4 .name{
    margin-bottom: 10px;
}
.box4 .name a{font-weight: 700;font-size: 13px;text-align: center;display: block;}
.box4 .mota{
	color: #353535;
	font-size: 14px;
	font-family: robotolight;
	margin: 10px 0px;
	text-align: center;
}
.box4 .detail{text-align: left;}
.box4 .detail a{
	color: #39b54a;
    text-transform: uppercase;
    font-size: 9px;
}
.box4 .detail a:hover{color: #f00;text-decoration: underline;}
.item_product{
	width: 20%;
	float: left;
}
.pro_banner{margin: 15px 0px 30px 0px;}
.item_list{
    width: 40%;
    float: left;
    padding: 0px 5px 5px 0px;
}
.item_pr{
    width: 20%;
    float: left;
}
.item_product_content{vertical-align: top;font-size: 15px;text-align: center;color: #3f3f3f;background: #fff;border: solid 1px #ddd;box-sizing: border-box;position: relative;transition: all 0.5s ease;margin-bottom: 20px;/* padding-bottom: 10px; */}
.item_product_content .over{background: #fff;}
.item_product_content:hover{
    border-color: #f00;
}
.item_product_content .images{position: relative;/* background: #ffffff; */box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;overflow: hidden;margin: 4px;}
.item_product_content .images a:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.68);
	border: 1px solid black;
	z-index: 1;
	-webkit-transition: all ease 0.25s;
	transition: all ease 0.25s;
	visibility: hidden;
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
}
.item_product_content .images a span{
    position: absolute;
    top: 40%;
    display: inline-block;
    text-align: center;
    color: #fff;
    z-index: 101;
    font-size: 13px;
    border: solid 1px #fff;
    padding: 7px 15px;
    left: calc(50% - 55px);
    opacity: 0;
    transition: all 0.5s ease;
}
.item_product_content .images:hover a span{opacity: 1;}
.item_product_content .images a span:hover{color: #ff0; border-color: #ff0;}
.item_product_content .images:hover a:before, .item_product_content .images:hover a:after{
	visibility: visible;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.item_product_content .showkm{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #4d8e4c;
    color: #fff;
    font-size: 13px;
    font-family: robotocondensed;
    padding: 5px;
}
.item_product_content .code{color: #212121;font-weight: bold;font-size: 13px;height: 20px;}
.item_product_content .name{
    padding-top: 10px;
    position: relative;
    padding: 5px 10px;
    text-align: center;
    min-height: 48px;
    margin-top: 10px;
    border-bottom: solid 1px #ddd;
}
.item_product_content .name a{display: block;font-size: 13px;color: #090909;font-family: roboto;}
.margin-0{ margin-right: 0px;}
.item_product_content .prices{
    position: relative;
    clear: both;
    text-align: center;
    color: #db291d;
    font-size: 14px;
    display: inline-block;
    width: 50%;
    white-space: nowrap;
    font-family: roboto;
    line-height: 40px;
}
.item_product_content .prices_km{
    text-decoration: line-through;
    color: #898888;
    font-size: 14px;
    display: inline-block;
    width: calc(50% - 5px);
    font-family: roboto;
    line-height: 40px;
}
.item_product_content .sale {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #db291d;
    color: #fff;
    text-align: center;
    line-height: 25px;
    width: 50px;
    height: 25px;
    border-radius: 7px;
}
.item_product_content .sale span {
    font-family: robotobold;
}
.item_product_content .group_items{border-top: solid 1px #ddd;margin-top: 10px;}
.item_product_content .group_items .item{
    position: relative;
    height: 40px;
    overflow: hidden;
    border-bottom: solid 1px #fff;
    padding: 10px;
    cursor: pointer;
    float: right;
    min-width: 40px;
}
.item_product_content .group_items .item.favorist{
    float: left;
    text-transform: uppercase;
    padding: 10px 10px;
}
.item_product_content .group_items .item img{width: auto;}
.item_product_content .group_items .item:hover{background: #2191e2;overflow: inherit;color: #fff;}
.item_product_content .group_items .item .text{
    position: absolute;
    right: -80px;
    top: 0px;
    display: inline-block;
    width: 80px;
    height: 40px;
    background: #328a28;
    color: #fff;
    line-height: 40px;
    font-size: 13px;
    font-family: robotoregular;
    transition: all 0.2s ease;
}
.item_product_content .group_items .item:hover .text{right: 40px;}
.item_product_nb:first-child{margin-top: 30px;}
.item_product_nb{vertical-align: top;font-size: 15px;text-align: center;color: #3f3f3f;background: #fff;border: solid 1px #ddd;box-sizing: border-box;position: relative;padding: 4px;}
.item_product_nb .images{position: relative;/* background: #ffffff; */box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;overflow: hidden;width: calc(50% - 10px);float: left;margin-right: 10px;}
.item_product_nb .showkm{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #4d8e4c;
    color: #fff;
    font-size: 13px;
    font-family: robotocondensed;
    padding: 5px;
}
.item_product_nb .name{
    padding-top: 10px;
    position: relative;
    padding: 5px 0px;
    text-align: center;
    margin-top: 5px;
    min-height: 50px;
}
.item_product_nb .name a{display: block;font-size: 13px;color: #484848;}
.item_product_nb .prices{
    position: relative;
    clear: both;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    font-family: open_sanslight;
    background: url(../images/bg_gia.png) no-repeat center left,url(../images/bg_gia1.png) repeat-x bottom left;
    background-color: #888;
    display: inline-block;
    min-width: 150px;
    line-height: 25px;
    padding: 2px 10px;
    padding-left: 30px;
    border: solid 1px #595959;
    border-radius: 5px;
}
.item_product_nb .prices_km{
    text-decoration: line-through;
    color: #4d8e4c;
    font-size: 13px;
    font-family: robotobold;
    line-height: 25px;
    height: 25px;
}
.item_product_nb .sale {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/icon_km.png) no-repeat;
    color: #fff;
    text-align: center;
    line-height: 48px;
    width: 78px;
    height: 78px;
}
.item_product_nb .sale span {
    -ms-transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    transform: rotate(-44deg);
    display: inline-block;
    margin-right: 10px;
    margin-top: 4px;
    font-family: robotobold;
}
.container_left .box_sp_noibat .title span{
    padding-left: 10px;
    display: inline-block;
}
.box_sp_noibat .content{padding-bottom: 10px;}
.product_info .check.tuvan{
    color: #9e9e9e;
    background: #f5f5f5;
    text-align: center;
    margin-top: 10px;
    border: solid 1px #dedede;
    font-size: 15px;
}
.product_info .check.tuvan .item{display: inline-block;cursor: pointer;width: calc(33.33% - 2px);}
.product_info .check.tuvan .item.compair{border-right: solid 1px #dedede}
.product_info .check.tuvan .item:hover{color: #2191e2;}
.tuvan .address{background: url(../images/tv_add.png) no-repeat left top 1px;/* padding: 7px; */padding-left: 34px;margin-bottom: 10px;line-height: 32px;}
.tuvan .website{background: url(../images/tv_web.png) no-repeat left top;padding-left: 35px;line-height: 30px;}
.tuvan .hotline{background: url(../images/tv_hl.png) no-repeat left top 2px;padding-left: 35px;line-height: 33px;margin-bottom: 10px;}
.tuvan .email{background: url(../images/tv_email.png) no-repeat left top;padding-left: 35px;line-height: 30px;margin-bottom: 10px;}
.hotro{
    font-style: italic;
    color: #424242;
    font-weight: 500;
    margin-top: 12px;
}
.hotro span{
    color: #ff2424;
    font-size: 15px;
    font-weight: 500;
}
.toggle-next,
.accordion-heading {
    margin: 0 !important; 
    font-size: 14px !important;
    color: #424242 !important;
    padding: 12px 12px 12px 40px;
    border-bottom: 2px solid #FFF;
    cursor: pointer;
    background-color: #ECECEC;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-image: url("../images/toggle-open.png");
    -webkit-user-select: none; 
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.toggle-next.active,
.accordion-heading.active {
    background-image: url("../images/toggle-close.png");
}
.toggle-next:hover,
.accordion-heading:hover {
    background-color: #CECECE;
}
.toggle-content {
    display: none;
    padding: 10px 0px;
    line-height: 30px;
}
.vehicle-specs .toggle-content {
    display: none;
    padding-left: 0;
}
.news .name{ font-family: fontavobold;margin: 10px 0px;}
.news .name a{ color: #f00;}
.news .name a:hover{color: #000;}
.news .images:hover{ opacity: 0.8}
.news .mota{height: 145px; overflow: hidden; text-align: justify;}
.news .btn_chitiet{ background: #f00;padding: 6px 20px;max-width: 100px;text-align: center;margin: auto;margin-top: 15px;}
.news .btn_chitiet a{
    color: #fff;
    display: block;
}
.news .btn_chitiet:hover{ background: #D6D6D6;}
.product_hot{
 border: solid 1px #ddd;
 padding: 5px;
}
.product_hot .title{ font-family: robotobold; color: #d60c0c; padding: 10px 0px 20px 0px;}
.product_hot .product_hot_item{
	width: 100%;
	float: none;
}
.container_mid .content{
    /* border: solid 1px #ddd; */
    /* padding: 10px; */
}
.box_product{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	width: 100%;
}
.readmore {
    padding: 8px 15px;
    background-color: #C58933;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.readmore:hover {
    -webkit-box-shadow: inset -2px 2px 20px 0 rgba(0,0,0,.5);
    -moz-box-shadow: inset -2px 2px 20px 0 rgba(0,0,0,.5);
    box-shadow: inset -2px 2px 20px 0 rgba(0,0,0,.5);
    color: #fff;
}
.box_product .owl-prev{background: url(../images/prev_dt.png) no-repeat;top: 26%;left: -11px;}
.box_product .owl-next{background: url(../images/next_dt.png) no-repeat;top: 26%;right: 0%;margin-right: -12px;}
.container_mid .no-padding{ padding: 0px;}
.xemthemsp{ background: #433b02; text-align: center; padding: 10px;}
.xemthemsp a{
    font-size: 15px;
    color: #fff;
    background: url(../../../images/thoidai_sua_64.png) no-repeat right center;
    padding-right: 28px;
}
.xemthemsp a:hover{color:#ff0;}
.container_mid .box_hotrokh{
    margin: 30px 0px;

}
.container_mid .box_hotrokh .item{
	width: 400px;
	float: left;
}
.container_mid .box_hotrokh .item .images{
	float: left;
	margin-right: 10px;
	width: 80px;
}
.container_mid .box_hotrokh .item .info{
	float: right;
	width: 309px;
	text-align: justify;
}
.container_mid .box_hotrokh .item .name a{
	font-family: robotocondensed;
	text-transform: uppercase;
	font-size: 22px;
}
.product_list img{
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
	max-width: 50px;
	margin: auto;
}
.product_list img:hover{
	webkit-transform: scale(1.1);  /* Saf3.1+, Chrome */
    -moz-transform: scale(1.1);  /* FF3.5+ */
    -ms-transform: scale(1.1);  /* IE9 */
    -o-transform: scale(1.1);  /* Opera 10.5+ */
    transform: scale(1.1);
}
.product_list .name{}
.product_list:hover .name{ opacity: 1;
	-moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;

    transition: all 0.7s ease;
}
/**************** end content ********************/
/**************** end check dang ki - dang nhap ********/
#news{
    background: #fff;
    padding: 40px 10px;
}
#news .box_news{
    overflow: hidden;
    margin-bottom: 10px;
    font-family: robotocondensed;
    font-size: 14px;
}
#news .datetime{color: #555555;/* font-family: robotolight; */font-size: 11px;}
#news .datetime span{color: #0072bc;}
#news .box_news:last-child{border-bottom: none;}
#news .box_news .images{margin-bottom: 15px;float: left;width: 120px;margin-right: 15px;}
#news .box_news .name a{
    font-size: 14px;
    display: block;
    color: #2491d0;
    margin-bottom: 5px;
}
#news .box_news .name a:hover{color: #f00;}
#news .box_news .date{color: #6b6b6b;font-size: 13px;text-align: right;}
#news .box_news p{
    color: #9b9b9b;
    font-size: 12px;
    line-height: 26px;
    font-family: robotolight;
}
/**************** footer ******************/
footer{
    color: #757575;
    background: #212221;
    padding: 0px 0px 20px 0px;
    overflow-x: hidden;
    position: relative;
}
footer strong{ font-weight: bold;}
footer .title-ft{
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 15px;
}
footer .title-ft1{
    font-size: 13px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 15px;
}
.line_ft{
    background: #1a1a1a;
    height: 2px;
    margin: 20px 0px;
}
footer .kythuat{
    background: url(../images/icon_support.png) no-repeat left top;
    padding-left: 60px;
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
footer .worktime{
    background: url(../images/icon_setup.png) no-repeat left top;
    padding-left: 60px;
    font-size: 12px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
footer .worktime .title-ft{margin-bottom: 0px;}
footer .item b{color: #db291d;}
.group_hd{
    background: #c52032;
    padding: 15px 0px;
    margin-bottom: 15px;
}
.group_item{
    width: 47%;
    float: left;
}
.group_item .item{
    width: 50%;
    float: left;
    border-left: solid 1px #fff;
}
footer .fb_iframe_widget{
    border: solid 4px #fff;
}
.copyright{margin-top: 30px;font-size: 14px;color: #fff;line-height: 30px;text-align: center;border-top: solid 1.5px #636161;padding: 10px 0px 0px 0px;}
.copyright a{color: #f05f87;}
footer .item a{display: block;line-height: 20px;color: #757575;font-size: 13px;/* padding: 6px 0px; */padding-left: 18px;background: url(../images/arrow_ft.png) no-repeat left top 7px;margin-bottom: 10px;font-weight: 300;font-family: 'Lato', sans-serif;}
footer .item a:hover{color: #ff0;}
.top_footer{
    background: #db291d;
    padding: 20px 0px;
}
.top_footer .item_camket{
    width: calc(25% - 4px);
    color: #fff;
}
.box_footer{max-width: 1200px;margin: auto;padding: 10px 10px;}
.box_carts{
    position: fixed;
    z-index: 1001;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 5% 0px;
    background: rgba(0, 0, 0, 0.47);
    display: none;
	height: 100%;
}
.box_carts .content{
    max-width: 500px;
    margin: auto;
    position: relative;
    background: #fff;
    padding: 30px 15px;
    color: #333;
}
.box_carts .content .close{
    position: absolute;
    top: 0px;
    right: 0px;
    background: #333;
    color: #fff;
    padding: 5px 10px;
}
.box_carts .content .load{}
.box_carts .content .images{
    width: 100px;
    float: left;
    border: solid 1px #ddd;
    margin-right: 10px;
}
.box_carts .content .name{
    color: #f00;
    font-weight: bold;
}
.box_carts .content .btn-red-popup{
    border-radius: 0px;
    background: #cc0000;
    color: #fff;
    margin-top: 10px;
}
/* --------------------- Phan trang ------------------*/
.pagination{text-align:center; margin: 30px 0px;width: 100%;}
.phantrang{
    text-align:center;
    /* padding: 6px 0px; */

    background: #f2f2f2;
    margin: auto;
}
.phantrang a {
    /* background: linear-gradient(to bottom, #F8F8F8 0%, #EAEAEA 100%) repeat scroll 0 0 transparent; */
    /* border: 1px solid #D2D2D2; */
    /* box-shadow: 0 1px 0 #FFFFFF inset; */
    color: #636363;
    cursor: pointer;
    font-size: 15px;
    margin: 5px 0 5px 4px;
    display: inline-block;
    padding: 6px 10px;
}
.phantrang span{ background: #09669C; padding: 7px 10px; color: #fff;}
.phantrang a:hover {
    background: none repeat scroll 0 0 #09669C; 
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
}
.phantrang .paginate_button_disabled, .phantrang .paginate_button_disabled:hover {
    background: linear-gradient(to bottom, #F8F8F8 0%, #EAEAEA 100%) repeat scroll 0 0 transparent;
    border: 1px solid #D2D2D2 !important;
    color: #ADADAD !important;
    cursor: default;
    opacity: 0.7;
    display: inline-block;
}
.phantrang .paginate_active, .phantrang .paginate_active:hover {
    background: none repeat scroll 0 0 #09669C;   
    box-shadow: none;
    color: #FFFFFF;
}
.wrap-video{
	position: relative;
	padding-bottom: 64%;
	height: 0;
	max-width: 600px;
	margin: auto;
}
.wrap-video iframe{
	width: 100% !Important;
    left: 0;
    right: 0;
    position: absolute;
    height: 100% !important;
    border: 0;
}
.item_showroom{
    border: solid 1px #ddd;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 11px;
}
.item_showroom .name{
    font-family: robotobold;
    font-size: 13px;
    color: #c82033;
}
.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style], #u_0_0 ._2p3a { width: 100% !important; }
#why{
    background: #eeeeee;
    padding: 30px 10px;
}
#why .title{
    text-align: center;
    color: #113575;
    font-family: utm_alter_gothicregular;
    font-size: 30px;
    margin-bottom: 20px;
}
#why .item_why{}
#why .item_why img{
    float: left;
    position: relative;
    z-index: 1;
    vertical-align: top;
}
#why .item_why .name{
    background: #4aba58 url(../images/icon_why.png) no-repeat top right;
    padding: 0px 20px;
    padding-right: 50px;
    line-height: 40px;
    position: relative;
    top: 17px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
}
#why .item_why.item1 .name{
    background: #ffa412 url(../images/icon_why1.png) no-repeat top right;
}
#why .item_why.item2 .name{
    background: #3d6dad url(../images/icon_why2.png) no-repeat top right;
}
#why .item_why p{
    margin-top: 24px;
    color: #212121;
    padding-left: 20px;
    overflow: hidden;
}
#spnb{
}
#spnb .tcat{color: #fff;}
.content_sp .item_product_content{/* margin: 10px; */}
#product .box_content:nth-child(2n){
   background: #ededed;
   padding: 15px 0px;
}
#product .box_content .container{
	background: #fff;
	padding: 10px;
}
.product_index{
    padding-bottom: 20px;
}
#product .title{font-size: 50px; color: #3b3b3b;text-align: center;}
#contact{
	padding: 60px 0px;
	color: #666;
	overflow: hidden;
}
#contact .title{
    color: #000;
    line-height: 50px;
    margin-bottom: 20px;
    font-family: roboto_condensedbold;
    font-size: 35px;
}
#contact .title:before{
	content:'';
	background: url(../images/icon_title_news.png) no-repeat;
	width: 95px;
	height: 200px;
	position: absolute;
	left: -34px;
	top: 0px;
	z-index: 10001;
}
#contact .detail{padding: 10px 30px;}
#contact form{padding: 40px 30px;background: #fff;box-shadow: 0px 0px 10px;max-width: 700px;margin: auto;}
#contact .images{position: relative;}
#contact .images:before{
	content: '';
	position: absolute;
	top: 70px;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 200vw;
	z-index: -1;
	background: #f2f2f5;
}
#contact label{margin-bottom: 10px;}
#contact input, #contact textarea{
    min-height: 40px;
    background: #F4F7F9;
    color: #000;
    font-weight: bold;
    padding: 13px 17px;
    height: auto;
}
#contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}
#contact input::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
#contact input:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
#contact input:-moz-placeholder { /* Firefox 18- */
  color: #666;
}
#contact .btn_send{
	background: #24a3d8;
	margin: 7px 0 0 20px;
	padding: 10px 60px;
	color: #ffffff;
	font-size: 17px;
	border-radius: 0px;
	transition: all 0.5s ease;
}
#contact .btn_send:hover{
	background: #f9c001;
	color: #fff;
}
.box_partner{position: relative;background-size: cover;background: #fff;padding: 40px 10px;margin-top: 20px;border-bottom: solid 1px #ddd;}
#owl-demo-dt1{}
.bg_xam{background: #F2F2F2; padding: 30px 0px;}
.box_partner .title{
	font-size: 17px;
	color: #5d5d5d;
	text-align: center;
	text-transform: uppercase;
	font-family: robotobold;
	position: relative;
	background: #eaeaea;
	padding: 6px;
}
.box_partner .content{max-width: 1200px;margin: auto;padding: 16px 0px 0px 0px;}
.box_partner .content .owl-carousel .owl-item{ padding: 0px;}
.item_doitac{
    margin: 10px 0px;
}
.item_doitac .name{
    text-align: center;
    margin: 10px 0px;
    font-family: open_sansbold;
}
.item_doitac .desc{
    font-family: open_sanslight;
    font-style: italic;
}
.item_doitac img{
    margin: auto;
}
.item_doitac .desc img{
    width: 36px !important;
}
#popub{position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;z-index: 10001;text-align: center; display: none; }
#popub .allload{ width: 100%; background: rgba(0,0,0,.8); height: 100%; z-index: 1; position: absolute;}
#popub .popub{position: relative;width: 80%;margin: auto;display: inline-block;z-index: 10;max-width: 400px;top: 40px;padding: 0px;color: #555;overflow: auto;overflow-x: hidden;max-height: 100%;background: #fff;padding-bottom: 20px;}
#popub .popub .close{
	z-index: 10;
	position: absolute;
	background: url(../images/close.png)center center no-repeat;
	width: 60px;
	height: 40px;
	right: 0px;
	top: 0px;
	z-index: 999999;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	display: block;
	box-shadow: 0 0 60px rgba(0,0,0,.2);
	border: 1px solid rgba(255,255,255,.5);
	background-color: rgba(255,255,255,.1);
}
#popub .popub .close:hover{
	background-color: rgba(255,255,255,.3);
    box-shadow: 0 0 20px rgba(255,255,255,.8);
}
#popub .tie{
    font-size: 20px;
    color: #fff;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    background: #36a225;
    line-height: 42px;
    margin-bottom: 15px;
}
#popub .popub #form{min-height: 200px;text-align: left;}
#popub #startBtn{
	padding: 10px 20px;
	box-sizing: border-box;
	text-align: center;
	border-radius: 5px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.5);
	background: #f8830e url(../images/btn-small-gradient.png) repeat-x;
	border: none;
	color: #fff;
}
/*----------------------------------------------------*/
.title_news{ display: none;}
.bgblue{ background: #D5EAFF;}
.bggreen{ background: #38a345;}
.scroll-top {
  position: fixed;
  z-index: 1001;
  right: 0px;
  bottom: 10px;
  display: none;
}
footer .name{
    font-family: robotobold;
    font-size: 17px;
    display: block;
    margin-bottom: 5px;
}
footer .box_icon{font-family: arial;float: none;text-align: left;}
footer .icon{display: inline-block;margin: 3px;margin-top: 10px;}
footer .tag_seo{background:#EFEFEF; padding: 5px 8px; float: left; margin: 1px;}
footer .address{background: url(../images/tramhuong_07.png) no-repeat left top 1px;/* padding: 7px; */padding-left: 25px;margin-bottom: 10px;}
footer .web{background: url(../images/tramhuong_25.png) no-repeat left top;padding-left: 25px;line-height: 29px;margin-top: 5px;}
footer .hotline{
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
}
footer .hotline:before{
	content: '';
	width: 120px;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
}
footer .hotline span{display: block;color: #007fbf;font-size: 15px;font-weight: 500;}
footer .thanhtoan img{display: inline-block; margin-left: 30px;}
footer .email{background: url(../images/tramhuong_15.png) no-repeat left top 2px;padding-left: 25px;}
.thongke{font-size: 15px;/* font-family: fontavo; */}
.thongke .dangol{background: url(../images/dangol.png) no-repeat left top 4px;padding-left: 25px;line-height: 25px;}
.thongke .ngay{ background: url(../images/ngay.png) no-repeat left top 4px; padding-left: 25px; line-height: 25px}
.thongke .thang{ background: url(../images/thang.png) no-repeat left top 4px; padding-left: 25px; line-height: 25px}
.thongke .total{background: url(../images/tongol.png) no-repeat left top 4px; padding-left: 25px; line-height: 25px}
.thongke span{color: #fff;}
.line_bottom{ width: 100%; height: 1px; margin: 15px 0px; background: #b3b3b3;}

#copyright{ background:#d5d5d5; text-align: center; line-height: 40px; color: #5b5b5b; font-size: 13px;}
/*----------------------- radio button checkbox ---------------------*/
/******************* chi tiet san pham *****************/
.app-figure{margin-top: 15px !important;}
#Zoom-1{min-height: 300px;}
.bg_white{background: #fff;padding-bottom: 20px;}
.gr_height{padding: 20px 50px 20px 50px;}
.bg_gray{
	background: #f5f5f5;
	padding-bottom: 20px;
}
.padding{padding: 15px;}
.gr_heightheight: 100%;position: relative;}
.box_comment{width: 100%; position: relative; background: #fff; padding: 20px; margin-top: 20px;}
.product_info{
    list-style:none;
    padding:0px;
    margin:0px;
    padding:3px 0px;
}
.group_code{
    padding: 5px 0px;
}
.group_code .masp{
    display: inline-block;
    padding: 5px;
    font-weight: bold;
}
.product_info .hotline span{
    font-weight: bold;
    color: #f00;
    font-size: 28px;
    font-family: Tahoma;
}
.product_name{
    font-size: 20px;
    color: #113575;
    font-weight: 500;
    display: block;
    color: #0070c0;
}
.product_info .check{
    line-height: 35px;
    clear: both;
    overflow: hidden;
    color: #2191e2;
}
.product_info .check select{
    width: calc(100% - 120px);
}
.product_info .check input[type="text"]{display: inline-block;width: 60px;height: 35px;text-align: center;}
.product_info .check .btn_plus{
    border-radius: 0px;
    width: 40px;
    vertical-align: top;
    font-size: 21px;
    line-height: 22px;
    text-align: center;
    background: #eeeeee;
    box-shadow: none;
}
.product_info .check .btn_minius{
    font-size: 21px;
    height: 35px;
    line-height: 20px;
    border-radius: 0px;
    width: 40px;
    vertical-align: top;
    background: #eeeeee;
    box-shadow: none;
}
.product_info .prices_ny{
    text-decoration: line-through;
    display: inline-block;
    color: #303030;
    margin-right: 20px;
}
.product_info .sale{
	color: #fff;
    background: #000;
    border-radius: 10px;
    padding: 3px 6px;
    font-size: 10px;
}
.product_info .images img{ display: inline-block; margin: 0px 5px; max-width: 80px;}
.product_info .check.red span.count_sale{color: #fff;background: url(../images/bg_sale_ct.png) no-repeat top left;width: 40px;height: 22px;display: inline-block;line-height: 20px;text-align: center;font-size: 12px;margin-right: 20px;}
.product_info .price_sale{color: #ff3131;font-size: 18px;display: inline-block;font-weight: 500;}
.btn_buy{
    cursor: pointer;
    vertical-align: top;
    background: #f8890f;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease;
    max-width: 200px;
    display: inline-block;
    text-align: center;
    padding: 0px 20px;
}
.btn_buy:hover{
	background:#c52032;
	color: #ff0 !important;
}
.btn_add{
    cursor: pointer;
    vertical-align: top;
    background: #00b0f0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease;
    max-width: 200px;
    display: inline-block;
    text-align: center;
    padding: 0px 20px;
    margin-left: 20px;
}
.btn_add:hover{
	background:#c52032;
	color: #ff0 !important;
}
.product_info .check.total{
    text-align: right;
    padding: 20px 10px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 20px;
}
.product_info .check.total span{
    color: #4d8e4c;
    font-family: robotobold;
    font-size: 15px;
}
.product_info .check b{width: 75px;float: left;color: #9e9e9e;font-size: 14px;font-family: lato;font-weight: normal;}
.product_info .info{
    color: #4e4e4e;
    margin-top: 10px;
}
.product_info .click_xem{cursor: pointer;color: #0388cd;}
.product_info .price b{color: #000;font-size: 14px;}
.product_info .price{
    font-size: 24px;
    color: #ff6517;
    font-style: normal;
    font-weight: 400;
    padding-top: 6px;
    font-family: fontavobold;
}
.addtocart {
    padding: 11px 12px;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    color: #333;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
    max-width: 170px;
    margin-top: 10px;
    border: solid 1px #ddd;
    border-radius: 30px;
}
.addtocart:hover{background-color: #d60c0c;color: #fff;}
.product_info .price.throught{
	text-decoration: line-through;
    font-size: 15px;
    color: #000;
}
.product_info .price span{
	font-size: 20px;
	text-decoration: underline;
	position: relative;
	bottom: 2px;
}
.product_right{
    height: 100%;
    position: relative;
}
.product_right .title{
    background: #2191e2;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    line-height: 38px;
    font-size: 15px;
}
.product_right .group_cs{
    background: #f5f5f5;
    padding: 15px 20px;
}
.product_right .group_cs .item{
    font-size: 14px;
    color: #424242;
    padding-left: 40px;
    min-height: 45px;
    margin-bottom: 15px;
}
.product_right .group_cs .item p{
    color: #757575;
    font-size: 13px;
}
.product_right .group_cs .item.cs_thanhtoan{
    background: url(../images/cs_thanhtoan.png) no-repeat left center;
    padding-top: 10px;
}
.product_right .group_cs .item.cs_doitra{
    background: url(../images/cs_doitra.png) no-repeat left top;
}
.product_right .group_cs .item.cs_baohanh{
    background: url(../images/cs_baohanh.png) no-repeat left top;
}
.product_right .group_cs .item.cs_ship{
    background: url(../images/cs_ship.png) no-repeat left top;
}
.product_right .group_sp{
    background: #fff;
    padding: 20px;
}
.product_right .group_sp .kythuat{
    background: url(../images/icon_support_ct.png) no-repeat left top;
    padding-left: 60px;
    font-size: 12px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.product_right .group_sp .worktime{
    background: url(../images/icon_setup_ct.png) no-repeat left top;
    padding-left: 60px;
    font-size: 12px;
}
.product_right .group_sp .item span{font-style: italic;}
.title_gh{
	color: #113575;
	cursor: default;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 10px;
	text-align: left;
	font-weight: bold;
	padding: 10px;
}
.title_sp{
	color: #113575;
	cursor: default;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 10px;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	background: #f5f5f5;
}
.title_sp span{}
.container_mid .tcat_sp{
    font-size: 20px;
    color: #2474ba;
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 8px;
    margin-top: 15px;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.container_mid .tcat_sp span{
	clear: both;
	padding: 0px 10px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
}
.container_mid .tcat_sp span:before{
	content:'';
	width: 143px;
	height: 20px;
	background: url(../images/tcat1.png) no-repeat center right;
	position: absolute;
	right: 100%;
	top: 5px;
}
.container_mid .tcat_sp span:after{
	content:'';
	width: 143px;
	height: 20px;
	background: url(../images/tcat2.png) no-repeat center left;
	position: absolute;
	left: 100%;
	top: 5px;
}
.tag_slug{margin-bottom: 10px;}
.tag_slug .tag{background: #ECECEC;padding: 5px 10px;margin-right: 10px;border: solid 1px #999;border-left: 2px solid #999;border-radius: 0px 4px 4px 0px;display: inline-block;margin-bottom: 10px;}
.tag_slug .tag i{ margin-right: 5px;}
.selectors{padding: 0px 40px;}
.selectors .owl-next{
    background: url(../images/next_sp.png) no-repeat;
    top: 43%;
    right: 0px;
    background-position: 0px 0px;
    transition: all 0.7s ease;
    width: 26px;
    height: 26px;
}
.selectors .owl-prev{
	background: url(../images/prev_sp.png) no-repeat;
	top: 43%;
	left: 0px;
	transition: all 0.7s ease;
	width: 26px;
	height: 26px;
}
.selectors .owl-next:hover{
}
.selectors .owl-prev:hover{
}
.item_zoom{border: solid 1px #ddd;padding: 3px;}
.item_zoom:hover{border: solid 1px #f00;}
.detail-pd {
  background: #ececec;
  height: 75px;
  line-height: 38px;
  margin-top: 25px;
}
.detail-order {
  border-top:1px dashed #bebebe;
  height: 25px;
  margin-top: 5px;
}
.order-phone {
  border-bottom:1px dashed #bebebe;
  color: #ed3237;
  font-size:25px;
  font-family: fontavobold;
}
.product_info .tietkiem span{ color: #d60c0c; padding-left: 5px;}
.product_info .quantity-wrap label{
	font-size: 18px;
	font-family: fontavo;
	color: #000;
	font-style: normal;
	font-weight: 400;
	margin: 5px 0px;
	display: inline-block;
}
.product_info .quantity-wrap .quantity{
	width: 100px;
	height: 30px;
	position: relative;
	/* float: left; */
}
.product_info .quantity-wrap .quantity .minus, .product_info .quantity-wrap .quantity .plus{
	width: 30px;
	height: 30px;
	line-height: 30px;
	  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  text-align: center;
  vertical-align: text-top;
  text-decoration: none;
  overflow: visible;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
  /* line-height: 23px; */
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  color: #5e5e5e;
  /* text-shadow: 0 1px 0 rgba(255,255,255,0.8); */
  border: 1px solid #dfdbdb;
  background: #dbdada;
}
.product_info .quantity-wrap .quantity .plus{
	right:0px;
	top:0px;
}
.size{ text-align: center; margin-top: 20px;}
.size label{font-family: fontavo; font-size: 18px; text-transform: uppercase;}
.fetch_size{
	cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 10px;
    font-family: fontavo;
    font-size: 16px;
}
.size .checked {
    color: #f00;
}
.color{margin-top: 20px; text-align: center;}
.color label{font-family: fontavo; font-size: 18px;}
.color .fetch_color{
	border: solid 3px #dcdcdc;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	display: inline-block;
	margin: 5px;
	cursor: pointer;
}
.color .fetch_color.active{border: solid 3px #ff0;}
.quantity-wrap{text-align: left;margin: 20px 0px;}
.qty{
	width: 60px;
	height: 30px;
	left: 30px;
	font-size: 18px;
	margin: 0 !important;
	font-family: 'Open Sans', sans-serif;
	padding: 0;
	text-align: center;
	border: 1px solid #dfdbdb !important;
	border-radius: 0px;
	top: 0;
	color: #000;
}
.btn-color-add {
background : #e05543;
width: 100%;
margin: 10px 0px;
}

.btn-color-buy {
background : #ff822e;
cursor: pointer;
width: 100%;
margin: 10px 0px;
}
.btn-detail:before{
content: "";
width: 1px;
height: 100%;
border-left: solid #ce4735 1px;
border-right: solid #ee7465 1px;
position: absolute;
left: 50px;
top:0;
}
.btn-detail:after {
content: "";
width: 30px;
height: 100%;
float: left;
margin-left: 10px;
position: absolute;
left: 0;
top: 0;
}
.btn-color-buy:after {
background: url(../images/check.png) no-repeat center center;

}
.btn-color-add:after {
background: url(../images/cart.png) no-repeat center center;
}
.btn-color-buy:before {
border-right: solid #f4680b 1px;
border-left: solid #ff8b3d 1px;
}
.btn-detail {
border: none;
padding-left: 51px;
color: #fff;
text-align: center;
text-transform: uppercase;
border-radius: 3px;
height: 50px;
line-height: 47px;
position: relative;
cursor: pointer;
font-weight: bold;max-width: 240px;}
.usual{
    position: relative;
    margin-top: 10px;
    background: #fff;
}
.usual table{width: 100% !important;}
.usual ul.tab_content{
	clear: both;
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
	background: #086dca;
	position: relative;
	z-index: 101;
	padding: 10px;
}
#info_deals2.usual ul.tab_content{
    text-align: left;
}
.usual .content_tab{/* overflow: hidden; */opacity: 0;position: absolute;z-index: -1;left: 0px;top: 0px;width: 100%;}
.usual .content_tab.selected{opacity: 1;z-index: 10;position: relative;}
.usual ul.fixed{
	position: fixed;
	z-index: 1001;
	width: 892px;
	background-color: #fff;
}
.usual ul.tab_content li{
	box-sizing:border-box;
	list-style: none;
	display: inline-block;
	vertical-align: top;
}
#info_deals2.usual ul.tab_content li{
	width: auto;
}
#info_deals2.usual ul.tab_content li a{padding: 6px 35px;}
.usual ul.tab_content li:hover, .usual ul.tab_content li.selected{
}
.usual ul.tab_content li a, .usual .title{
	font-size: 14px;
	cursor: pointer;
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	padding: 10px 35px;
	transition: all 0.5s ease;
	border-radius: 5px;
}
.container_right .title_chitiet{font-size: 20px;color: #000; margin-bottom: 10px;text-transform: uppercase;position: relative;}
.container_right .title_chitiet span{background: #F5F5EF; padding: 0px 20px 0px 0px;z-index: 10;}
.container_right .title_chitiet:after{
	width: 100%;
	height: 1px;
	background: #F15E88;
	position: absolute;
	left: 0px;
	top: 50%;
	content:'';
	z-index: -1;
}
.usual ul.tab_content li:hover a, .usual ul.tab_content li.selected a{color: #fff;background: #2191e2;}
.usual ul.tab_content li.selected a{color: #fff;/* text-transform: uppercase; *//* font-family: fontavo; */background: #2191e2;}
/****************** gi? h?ng *******************/
.service-list{}
.service-list th{/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e1e2+0,ffffff+2,ffffff+11,efefef+98,d4d5d7+100&0.75+0,1+2,1+98,0.56+100 */
    background: -moz-linear-gradient(top,  rgba(224,225,226,0.75) 0%, rgba(255,255,255,1) 2%, rgba(255,255,255,1) 11%, rgba(239,239,239,1) 98%, rgba(212,213,215,0.56) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(224,225,226,0.75) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,1) 11%,rgba(239,239,239,1) 98%,rgba(212,213,215,0.56) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(224,225,226,0.75) 0%,rgba(255,255,255,1) 2%,rgba(255,255,255,1) 11%,rgba(239,239,239,1) 98%,rgba(212,213,215,0.56) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfe0e1e2', endColorstr='#8fd4d5d7',GradientType=0 ); /* IE6-9 */
    border: none !important;
    text-transform: none;
    color: #0365c5;
}
.themhang{
    background: #4aba58;
    border: none;
    padding: 0 25px;
    color: #fff;
    font-size: 14px;
    border-radius: 11px;
    height: 35px;
    line-height: 35px;
    position: relative;
    cursor: pointer;
    margin: 7px;
    display: inline-block;
}
.themhang a{
    color: #fff;
}
.tienhangdathang{
    background: #fe6d4c;
    border: none;
    padding: 0px 25px;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    height: 35px;
    line-height: 35px;
    position: relative;
    cursor: pointer;
    margin: 7px;
    display: inline-block;
}
.tienhangdathang a{
    color: #fff;
}
.total-order{
    height: 30px;
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 16px;
    color: #757575;
}
.total-order span{color: #ff2424;}
.cart_login{
    background: #fff;
    padding: 20px;
    font-size: 14px;
}
.cart_login .title{
    text-transform: uppercase;
    color: #113575;
    font-weight: bold;
    font-size: 17px;
}
.cart_login .desc{
    color: #0365c5;
    font-style: italic;
    font-size: 13px;
    line-height: 30px;
}
.cart_login .control-label{
    display: block;
    line-height: 35px;
    color: #757575;
}
.rds_thanhtoan{
    margin-top: 20px;
}
.box-form{
    border: solid 1px #ccc;
    margin-bottom:10px;
    margin-top: 15px;
}
.thongtin{
    padding: 0px 10px;
    margin-bottom: 10px;
}
.box-form .title-form{
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ccc;
    border-left: solid 5px #f37021;
    padding-left: 10px;
    margin-bottom: 10px;
    border-top: solid 1px #ccc;
    background: #F4F4F4;
    text-transform: uppercase;
}
.continue{
    background: #f37021;
    max-width: 300px;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    border: none;
    margin: 10px 0px;
}
.pad-contact{ margin-top:2%;}
.box_dh{
    /* border: solid 1px #ccc; */
    margin-bottom: 10px;
}
.box_dh .title-dh{
    height: 40px;
    margin-top: 15px;
    line-height: 40px;
    border: solid 1px #ccc;
    border-left: solid 5px #f37021;
    padding-left: 10px;
    margin-bottom: 10px;
    background: #F4F4F4;
    text-transform: uppercase;
}
.table-order{ padding:5px;}
/************* thanh dieu huong thanh toan********/
#breadcrumbs-two{
  overflow: hidden;
  width: 100%;
  margin-top: 5px;
}

#breadcrumbs-two li{
  float: left;
  margin: 0 .5em 0 1em;
  /* width: 31%; */
}

#breadcrumbs-two a{
  background: #ddd;
  padding: 0.7em;
  float: left;
  text-decoration: none;
  color: #000;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  position: relative;
  font-size: 16px;
  display: block;
}

#breadcrumbs-two a.active, #breadcrumbs-two a:hover{
  background: #99db76;
}

#breadcrumbs-two a::before{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-width: 1.5em 0 1.5em 1em;
  border-style: solid;
  border-color: #ddd #ddd #ddd transparent;
  left: -1em;
}

#breadcrumbs-two a.active:before, #breadcrumbs-two a:hover::before{
  border-color: #99db76 #99db76 #99db76 transparent;
}

#breadcrumbs-two a::after{
  content: "";
  position: absolute;
  top: 50%; 
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid #ddd;
  right: -1em;
}

#breadcrumbs-two a.active:after, #breadcrumbs-two a:hover::after{
  border-left-color: #99db76;
}

#breadcrumbs-two .current,
#breadcrumbs-two .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-two .current::after,
#breadcrumbs-two .current::before{
  content: normal;
}
.btn-thanhtoan {
  float: right;
  background: #C60001;
  color: #fff;
  padding: 5px 10px;
  margin-left: 20px;
  cursor: pointer;
}
.courseListItem {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 22px;
  margin-bottom: 1.46666667rem;
  text-decoration: none;
  border-bottom: solid 1px #ddd;
  padding-bottom: 10px;
}
.courseListItem  .small{margin-bottom: 10px;}
.courseListItem__intensity {
  float: left;
  width: 20%;
  background: 0;
  padding: 20px 10px 20px 20px;
  color: #fff;
  text-align: right;
}
.courseListItem__intensity1 {
  float: left;
  width: 30%;
  color: #fff;
  text-align: right;
}
.courseListItem__intensity__title {
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.22222222;
  font-family: "Roboto Condensed",sans-serif;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.46666667rem;
  display: inline-block;
  margin-top: -3px;
}
.courseListItem__intensity__label {
  font-family: Georgia,"Times New Roman",Times,serif;
  font-style: italic;
  font-size: 93%;
  display: block;
}
.courseListItem__desc {
  float: left;
  width: 70%;
  padding: 0px 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}
.courseListItem__desc .small{color: #494949;}
.courseListItem__desc__paragraph{margin-top: 5px;color: #898989;}
.courseListItem__desc__title {
  font-size: 17px;
  line-height: 1.22222222;
  margin: 0 0 3px;
  color: #0f599a;
}
h4, .delta {
  text-transform: none;
  font-weight: normal;
}
.item_download{margin-bottom: 20px;padding: 10px;}
.item_download .images{margin-top: 10px;}
.item_download img{margin: auto;}
/************* trang c? nh?n **************/
.content-left .info .live{
    padding: 5px;
    padding-right: 25px;
}
.item .input.form-control{margin-bottom: 5px;}
.content-left .item span{ color: #4E62B9;}
.content-left .info .item{position: relative;max-width: 400px;/* margin: auto; */cursor: pointer;}
.content-left .info .item .edit{position: absolute; right: 0px; top: 8px; opacity: 0; z-index: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	cursor: pointer;
}
#password, #email_p, #ten_vi, #live{display:none;}
.content-left .info .item:hover .edit{ opacity: 1; z-index: 101}
.content-left .info i{
    margin-right: 10px;
}
.savelive{ background: #018de5; color: #fff; padding: 10px 20px;clear: both; display: inline-block; margin-top: 5px;}
.savelive a{ color: #fff;}
/***************** effect ***************/
.zoom-img{overflow: hidden; position: relative;}
.zoom-img img{
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
.zoom-img img:hover{
	webkit-transform: scale(1.2);/* Saf3.1+, Chrome */
	-moz-transform: scale(1.2);/* FF3.5+ */
	-ms-transform: scale(1.7);/* IE9 */
	-o-transform: scale(1.2);/* Opera 10.5+ */
	transform: scale(1.2);
}
@media (max-width: 1024px){
	#menu .product_list .title{font-size: 16px;}
	.group_nav li a{font-size: 15px;}
	header .hotline{font-size: 15px;}
	#menu .product_list ul li a span.text{
    padding: 20px 20px;
    font-size: 13px;
    width: calc(100% - 63px);
 }
	#menu .product_list ul li a span.images{padding: 5px;width: 60px;}
	#menu .product_list .content{min-height: 250px;}
}
@media (max-width: 800px){
	#menu .product_list, .group_nav{display: none;}
	.box_search, .box_slider{width: 100%;margin: 10px 0px;}
	.item_list{display: none;}
	.item_pr{width: 25%;}
	.margin-top{margin: 0px;}
}
@media (min-width: 960px){
	.hidden-md{display: none !important;}
}
.logo_header.hidden-md img{position: relative; top: 0px;}
@media (max-width: 800px){
	.list_cat_product{display: none;}
	header .banner{position: relative;background: #fff;overflow: hidden;}
	header .item_3 span{display: block;}
	.group_item{width: 70%}
	header .logo_header img{margin: auto;}
	.container_left{width: 100%;display: none;}
	.container_right{width: 100%;}
	.fb-like-box, .fb-like-box span, .fb-like-box span iframe[style], #u_0_0 ._2p3a { width: auto !important; margin: auto; margin-top: 10px}
	.col-price{width: 50%;}
	#news .noibat, #news .lienquan{width: 100%; margin-bottom: 10px;}
	.box_news_nb .images{width: 140px; float: left; margin-right: 15px;}
	.usual .content_tab{top: 20px;}
	.item_product{width: 33.33%;}
	.fb_iframe_widget{margin: 0px;}
	.sl{
		width: 117px;
		display: inline-block;
	}
	.bg_container{
		overflow-x: hidden;
	}
	header .left, header .right{width: 100%;}
	.group_icon{top: 0px;right: 0px;width: 50%;max-width: 400px;}
	.usual ul.tab_content li a{padding: 10px;}
	.gr_height{padding: 10px;}
	.container img{max-width: 100%; height: auto !important;}
}
@media (max-width: 670px){
	.top_footer{display: none;}
	#subscribe_form .title{display: block;}
	.tablet{width: 50%;}
	#main, .box_footer{
    overflow-x: hidden;
}
	.courseListItem__intensity1{ width: 35%; margin-right: 10px;}
	.courseListItem__desc{ width: 100%; float: none;}
	.box_slider{}
	.text-right{text-align: left;}
	.breadcrumb-arrow{display: none;}
	header .slogan{margin-top: 20px; text-align: center;}
	.item_product{width: 50%;}
	footer .title-ft{margin: 10px;width: 100%;}
	.group_item{width: 100%}
	#bg_page {
		overflow-x: hidden;
	}
	#menu .row{margin: 0px;}
	.box_search input[type="text"]{max-width: 100%;}
	header .hotline{/* display: none; */}
	.item_pr{width: 50%;}
	.item_banner.item_banner1{width: 50%; float: left;}
}
@media (max-width: 580px){
	
}
@media (max-width: 480px){
	.copyright{display: none;}
	.item_congtrinh .images{width: 100%;}
	header .sodo{float: left;}
	header .logo_header{width: 100%;}
	.container_mid .tcat{height: auto; }
	header .giohang, header .hotline_top{ width: 100%; float: none;}
	.container_mid .tcat a{display: none;}
	.btn_add, .btn_buy{margin-top: 10px;}
}
@media (max-width: 420px){
	.tablet{width: 100%;}
	
}
.effect{overflow: hidden;}
.effect:hover img{
	-webkit-transform: rotate(10deg) scale(1.2);
	-moz-transform: rotate(10deg) scale(1.2);
	-ms-transform: rotate(10deg) scale(1.2);
	-o-transform: rotate(10deg) scale(1.2);
	transform: rotate(10deg) scale(1.2);
}
.effect img{-moz-transition: all 0.7s ease;      -o-transition: all 0.7s ease;      -ms-transition: all 0.7s ease;        transition: all 0.7s ease;}
.top_header .item.address {
    color: #fed732;
    font-size: 15px;
}