@charset "utf-8";
/* CSS Document */
@import url("css/fonts.css");
*{
margin:0px;
padding:0px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}

a{ text-decoration: none;} 
.margin_auto{
	width:1200px;
	margin:auto;
    position: relative;
}
.it_sub{ width: 20%; float: left;padding:5px; text-align: center; }
.it_sub img{ width: 100%;}
.it_sub a{ float: left;position: relative; overflow: hidden; width: 100%; text-align: center; }
.it_sub span{ display: block; color: #000; padding:6px 0px; font-size: 15px; }
.it_sub:hover{ opacity: 0.5; transition: all 0.5s ease; }
#banner{ float: left; width: 100%; text-align: center;}
#logo{ float: left; margin:0px 0px 0px 0px; padding: 0px 0px 0px 0px; width: 100%; max-width: 303px;  position: relative;}

#logo a{ float: left; width: 100%; background-color: #fff; }
#banner h2{ width: 250px; float: left;  text-align: center; font-weight: bold; font-family: 'RobotoCondensed';  font-size: 18px; text-transform: uppercase; color: #00428c; line-height: 1.2 }
#container{width:100%;float: left; }
#banner img,#logo1 img{max-width: 100%; display: inherit;}
#logo img{max-width: 100%; max-height: 119px;}
#top{
	width:100%; max-width: 711px;
	float:right;color: #555; font-size: 14px;

}

/*.icon_menu{ width: 100%; height: 35px; line-height: 35px; box-sizing:border-box; position: relative; padding:0px 5px; font-size: 13px; display: none;}
.icon_menu .chu{ color: #fff; display: block; text-transform: uppercase; width: 100%; font-family: 'RobotoMedium'; font-size: 14px;}
.icon_menu .top{ position: absolute; right:15px; top:8px; width:25px;display: block; height: 2px; background-color: #fff; border-radius: 4px}
.icon_menu .middle{  position: absolute; right:15px; top:16px; width:25px; display: block; height: 2px; background-color: #fff;border-radius: 4px;}
.icon_menu .bottom1{  position: absolute; right:15px; top:24px; width:25px; display: block; height: 2px; background-color: #fff;border-radius: 4px;}
*/

.hotline_top .slogan{ width: 71%; float: left; padding:25px 0px 0px 33px; font-family: 'SFUBaskervilleBookItalic' }
.hotline_top .slogan span{ display: block; color: #3c7f33; font-size: 22px; padding-bottom: 5px;}
.hotline_top .slogan span:nth-child(2){ padding-left: 120px; }
.hotline_top .hotline{ width: 29%; float: right; text-align: center; padding:25px 0px 0px 0px;}
.hotline_top .hotline p{ font-family: 'UTMHelve'; color: #4b4b4b; font-size: 16px; margin-bottom: 10px; }
.hotline_top .hotline p span{ color: #357b2b; }
#lang{  position: absolute;top:15px; right: 0px; }
#lang ul{ float: right; }
#lang ul li{ display: inline-block; margin:0px 5px; }
#lang ul li a{ color: #ab1d22; font-family: 'OpenSansRegular'; font-size: 14px; display: block;margin-bottom: 5px; }
#header{ width:100%;float: left; position: relative; z-index: 1000; background-color: #fff;}
.search{ width: 49.75%; float: left; padding:8px 0px; }
.search p{
	font-size: 13px; color: #8f8f8f; padding:8.5px 0px;
}

.icon_menu{ position: fixed; width: 25px; height: 25px; top:12px; left: 5px; display: none; z-index: 1000;
background-color: #fff;}
.icon_menu:before{
	content: '';
	position: absolute;
	top:3px; left: 0;
	width: 100%; height: 3px;
	background-color: #333;
}
.icon_menu:after{
	content: '';
	position: absolute;
	top:11px; left: 0;
	width: 100%; height: 11px;
	border-top:3px solid #333;
	border-bottom:3px solid #333;
}
.item_tt{ padding:0px 15px; }
.item_tt img{ float: left; height: 84px;padding:7px; background: url(images/bg_why.png) no-repeat center; width: auto !important; margin-right: 23px; transition: all 0.5s ease}
.item_tt h3{ font-family: 'RobotoBold'; font-weight: normal; color: #fff; line-height: 1; font-size: 22px;padding:0px 0px 5px 0px; }
.item_tt p{color: #fff; font-size: 13px; font-family: 'RobotoRegular'}
.item_tt:hover h3{ color: #ff0 }
.item_tt img:hover{ transform: rotate(360deg); }
#timkiem{ float: left; width: 22px; margin: 0px 0px 0px 0px; height: 54px; z-index: 100; position: relative; padding: 0px;
}
#timkiem select{ border: 0px; float: left; max-width: 100%;padding:10px 0px 10px 5px; border:none; outline: none; border-right: 1px solid #efefef; }
#timkiem input{
	height:54px; width: 0px;
	float:left; background-color: #fff;
	padding:0px 0px 0px 0px;
    font-size: 13px;
    color: #8f8f8f;
	border:0; transition: all ease 0.4s;
    position: absolute; top:0; left:22px;
	outline:none;
}

#timkiem button{
	float:right;
    width: 22px;
	border:0px;
	color: #fff;
	height:54px;
    background: url(images/search.png) no-repeat center;
	cursor:pointer;
	outline:none;
}
#timkiem input::-webkit-input-placeholder {
    color: #8f8f8f; font-family: 'RobotoRegular';
}

#timkiem input:-moz-placeholder { /* Firefox 18- */
   color: #8f8f8f; font-family: 'RobotoRegular';  
}

#timkiem input::-moz-placeholder {  /* Firefox 19+ */
   color: #8f8f8f; font-family: 'RobotoRegular';  
}

#timkiem input:-ms-input-placeholder {  
   color: #8f8f8f; font-family: 'RobotoRegular';  
}
.header_top{ width: 100%; float: left; position: relative;}


#banner,#banner_mobile{
	float:left;
    padding: 0px 0px 0px 0px;
} 
#album img{ width: 230px; float: left; padding: 4px; margin: 8px; border:1px solid #cde0fe; height: 150px;}
#album img:hover{ opacity: 0.8;}
#main_menu{
	float:left;
    width: 100%;
	padding:0px 0px 0px 0px;
    background-color: #014075;
}
#main_menu .main_menu{
	width: 100%;
	position: relative;
}
.menubar{
    height: auto !important;
}
nav.menu_top > ul > li a{
    padding: 10px 0px !important;
}

.frame_images{float: left; width: 100%; padding-right: 10px;}
#slide_show{ margin:0px auto; width: 100%; max-width:1366px; position: relative; overflow: hidden;}
#slide_show img{
	max-width: 100%;
}
.about_list{
	padding:20px 0px;
	font-family: 'RobotoLight';
}
.about_list strong{
	font-family: 'RobotoBold';
}
#abouts{
	width: 100%;
	padding:60px 0px;
	background-color: #479ed4;
	color: #fff;
	text-align: center;
}
#abouts .about_desc{
	max-width: 920px; margin:0px auto;
	font-family: 'RobotoLight';
	font-size: 16px;
	line-height: 1.8;
}
#about{
	width: 100%;
	padding:48px 0px 58px 0px;
	margin:0px 0px;
	position: relative;
	z-index: 100;
	background-color: #f3f3f3;
}
.colu2:nth-child(3n+1){
	clear: left;
}
.description{
	width: 100%;
	max-width: 1050px;
	margin:0px auto;
	text-align: center;
	font-size: 16px;
	font-family: 'RobotoLight';
	color: #666666;
	margin-top:20px;
	margin-bottom: 45px;
}
.item1{ 
	width: calc(100% - 16px); 
	max-width: 284px; 
	margin:0px auto; 
	transition: all ease 0.3s;
	font-family: 'RobotoLight';
}
.item1 .img{
	float: left;
	position: relative;
	overflow: hidden;
}
.item1 .img img{ transition: all ease 0.5s; max-width: 100% }
.item1:hover .img img{
	transform: scale(1.1);
}

.item1 h3{ font-size: 0px; font-weight: normal; margin-bottom: 10px; margin-top: 15px;}
.item1 h3 a{ font-size: 28px; color: #666666; transition: all ease 0.5s; }
.item1 p.mota{ color: #666666; line-height: 1.8; font-size: 14px;min-height: 115px; }
.item1:hover h3 a{
	color: #014075;
}
.item4{ 
	width: calc(100% - 46px); 
	max-width: 372px; 
	margin:0px auto; 
	transition: all ease 0.3s;
	font-family: 'RobotoRegular';
}
.item4 .img{
	float: left;
	position: relative;
	overflow: hidden;
}
.item4 .img img{ transition: all ease 0.5s; max-width: 100% }
.item4:hover .img img{
	transform: scale(1.1);
}

.item4 h3{ font-size: 0px; font-weight: normal; margin-bottom: 10px; margin-top: 15px;}
.item4 h3 a{ font-size: 18px; color: #0095e5; transition: all ease 0.5s; }
.item4 p.mota{ color: #898a8a; font-family: 'RobotoLight'; line-height: 1.8; min-height: 75px; font-size: 14px; }
.item4:hover h3 a{
	color: #014075;
}
#news{ width: 100%; padding:40px 0px 0px 0px; background:#badcf2 url(images/bg_news.png) no-repeat top center; }
.item2{
    width: 95%;
    margin: 0px auto;
    background-color: #fff;
    transition: all ease 0.3s;
    border: 1px solid #c0c0c0;
    margin-bottom: 15px;
    padding: 5px;
}
.item2 .img{
	float: left;
	position: relative;
	overflow: hidden;
	margin-top: 10px;
}
.item2 .img img{ transition: all ease 0.5s; max-width: 100% }
.item2:hover .img img{
	transform: scale(1.1);
}
.item2 .img span{ position: absolute; bottom:0; left:0px; padding:6px 6px; color: #fff; font-family: 'OpenSansRegular'; font-size: 14px; background-color: #f3532a; }
.item2:hover .img span{
	background-color: #ac1d22;
}
.item2 .cont{ position: relative; }
.item2 h3{ font-size: 0px; font-weight: normal; padding: 15px 0px 50px 0px; text-align: center;}
.item2 h3 a{ font-size: 14px; color: #666666; min-height: 30px; font-family: 'RobotoRegular'; transition: all ease 0.5s; display: block; }
.item2 h4{ font-size: 0px; font-weight: normal; padding: 25px 0px 25px 0px; text-align: center; clear:left;}
.item2 h4 a{ font-size: 16px; color: #666666; font-family: 'RobotoRegular'; transition: all ease 0.5s; display: block; line-height: 1.6;
    min-height: 50px;}
.item2 p.mota{ color: #8b8c8c; line-height: 1.8; font-size: 14px; font-family: 'OpenSansRegular'; }
.item2:hover h3 a{
	color:  #014075;
}
.xemchitiet{
	position: absolute;
	z-index: 100;
	text-align: center;
	bottom:-15px;
	left: 0px;
	right: 0px;
}
.xemchitiet a{
	display: inline-block;
	font-size: 'RobotoRegular';
	color: #fff;
	font-size: 18px;
	padding:6px 9px;
	background-color: #479ed4;
	border-radius:3px;
}
.xemchitiet a:hover{
	background-color: #014075; color: #fff;
}
#thongtin{ 
	width:100%; float:left; padding: 0px 0px 0px 0px;
	background-color: #282e39;
}
#thongtin ul{
	width: 100%;
}
#thongtin ul li{ float: left; width: 25%; color: #fff; padding:10px 10px; }
#thongtin ul li span{ text-transform: uppercase; }
#thongtin ul li img{ float: left; margin-right: 10px; }
#thongtin ul li a{ color: #fff; }
#thongtin .show_hotro{
	padding:5px 10px; background-color: #fff; color: #333; border-radius: 3px; transition: 0.3s; z-index: 1500;
	position: absolute; top:5px; right:5px;
}
#thongtin .khung_hotro{
	display: none;
	width: 100%;
}
.loading_{  position: fixed;  top:0;  left: 0;  right:0;  bottom:0;  z-index: 1100;  background-color: rgba(255,255,255,0.6);}
.lightbox-detail .loading_ {  background-color: rgba(255,255,255,0);}
.loading_.show{z-index: 9999;display: block;}
.loading_ span.close-loading_ {        width: 25px;    height: 25px;    background: #e5101d;    display: inline-block;    color: #fff;    text-align: center;    border-radius: 100%;    right: 10px;    top: 10px;    position: absolute;    cursor: pointer;    line-height: 24px;    font-size: 14px;}
.lightbox-detail .loading_ span.close-loading_{display: none;}
#filter-cate .loading_{position: absolute;}
.loading-css{        position: absolute;    left: 50%;    top: 50%;    margin-top: -40px;    margin-left: -40px;    display: block;        width: 70px;    height: 70px;    margin: 0 auto;    border: 2px solid #357b2b;    -webkit-border-radius: 50%;    border-radius: 50%;    border-top-color: transparent;    border-left-color: transparent;    -webkit-animation: spin 600ms infinite linear;    -moz-animation: spin 600ms infinite linear;    -o-animation: spin 600ms infinite linear;    -ms-animation: spin 600ms infinite linear;    animation: spin 600ms infinite linear;}@-moz-keyframes spin { 100% {-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes spin { 100% {-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes spin { 100% {-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin { 100% {-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);-o-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}}
.loading-css1{  display: block;  width: 70px;    height: 70px;    margin: 0 auto;    border: 2px solid #357b2b;    -webkit-border-radius: 50%;    border-radius: 50%;    border-top-color: transparent;    border-left-color: transparent;    -webkit-animation: spin 600ms infinite linear;    -moz-animation: spin 600ms infinite linear;    -o-animation: spin 600ms infinite linear;    -ms-animation: spin 600ms infinite linear;    animation: spin 600ms infinite linear;}

#video{ width:100%; float:left; padding:14px 0px; border-top:1px solid #ececec;}
#video_load{ margin: 0px 0px 0px 0px;background: url(images/bg_pro.png) repeat;width: 100%; float: left}
#video_load .object{ background: #fff; width: 100%; float: left}
.video{ width: 100%; padding:5px; margin-bottom: 10px;}
.select_video{ width: 100%; float: left; margin: 5px 0px 5px 0px; }
.select_video select{ width: 100%; padding:5px; }
.sanpham_dm ul li a{ text-decoration:none; width:300px; float:left; padding:0px 0px 8px 10px; color:rgba(255,255,255,1)}
.sanpham_dm ul li a:hover{ color:rgba(255,255,0,1)}
.tieude{ margin: 10px 0px 10px 0px; width: 100%; font-family: 'OpenSansRegular'; float: left; color: #333; font-size: 20px;}
.noidung{
text-align:justify;
color:#000;
padding:0px 0px 10px 0px;
font-family: 'RobotoLight';
} 
.noidung table, .noidung img{ max-width: 100% !important; height: auto }
.noidung_index{
text-align:justify;
color:#000;
padding:20px 10px 10px 10px;
} 
.noidung_index table, .noidung_index img{ max-width: 100% !important; height: auto }
.contentnd{ height:400px; width:100%; overflow:auto;  -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.thongtin_lh{ width: 100%; float: left; padding: 0px 40px 20px 0px;}
.thongtin_lh h1{ font-size: 20px; text-transform:uppercase; color: #04608B}
.form_contact{ padding:10px 0px; }
#form_contact input{ padding: 5px;}
ul{
list-style-type:none;
margin:0px;
padding:0px;
}


.giohang_top{padding: 17px 30px 0px 0px;  float: right;position: relative; color: #fff; height: 70px; line-height: 53px;}
.giohang_top img{ float: right; margin-left: 20px; }
.giohang_top a{ display: block; color: #fff;font-size: 16px;}
.giohang_top a:hover{ opacity: 0.7;} 
.giohang_top span{position: absolute; right: 42px; top: 2px;}

#slide_top{ width:100%; float:left; position: relative; border-bottom: 5px solid #7aaa00;}
#giaohang{ width: 900px; float: right;}
#giaohang li{ width: 165px; float: left; padding: 0px 20px 0px 45px;text-transform: uppercase;font-size: 12px;}
#giaohang li a{ display: inline-block; color: #000;}
.load_phivanchuyen{ float: right; font-weight: bold;}
.load_phivanchuyen span{ color: #FF0000}

.giaohang_tq{ background: url(images/giaohang.png) no-repeat 0px 3px}
.giaohang_nt{ background: url(images/nhantien.png) no-repeat 0px 3px}
.giaohang_dt{ background: url(images/doitra.png) no-repeat 0px 3px}
.giaohang_lh{ width: 350px !important; background: url(images/lienhe.png) no-repeat 0px 3px}
.giaohang_lh span{ font-weight: bold; color: #df0000; font-size: 16px;}
#giaohang li a:hover{ color: #047FBE}

.vien_slide{ width: 100%; float: left; position: absolute; background: url(images/bong_slide.png) no-repeat; height: 55px; background-size: 100%; bottom: 10px;}
.album1{
	width: 100%; text-align: center; position: relative; overflow: hidden;border:2px solid #fff;
}
.ab:nth-child(3n+1){clear: both}
.album1 img{
	max-width: 100%;
	transition: all 0.5s ease;

}
.album1:hover img{ transform: scale(1.1); }
.album1 h3{
	position: absolute; top:0px;
	left: 0;
	right: 0; text-align: center;
	bottom: 0;
	background-color: rgba(255,255,255,0.8); line-height: 100%; opacity: 0;transition: all 0.5s ease;
}
.album1 h3 p{ display: inline-table; width: 100%; height: 100%; }
.album1 h3 span{
	font-family: 'RobotoBold'; font-size: 20px; vertical-align: middle;
	color: #0055af; display: table-cell; width: 100%;
}
.album1:hover h3{ opacity: 1; }
.tour_hot{
	background-color: #ececec;
}
.album {  margin: 0px auto; margin-bottom: 15px; cursor: pointer; max-width: 90%; position: relative; overflow: hidden;}
.album img{ width: 100%;float: left; border:1px dashed #bfbfbf; cursor: pointer;}
.album h3{ font-size: 15px; font-family: 'RobotoBold'; position: absolute; z-index: 10; bottom: -40px; left: 0px; right: 0px; background: rgba(0,0,0,0.5); color: #fff; padding: 5px; transition:0.5s;}
.album:hover h3{ bottom: 0px;}
.fom_gh{ margin: 10px 0px 0px 0px;}
.input-group{ width: 100%; padding: 10px 0px 10px 20px;}
.input-group-but{ text-align: center; margin: 10px 0px 20px 0px;}
.input-group-but button{ background: #000; padding: 10px 40px 10px 40px; border: 0px; border-radius: 10px; color: #fff; font-weight: bold; font-size: 24px;}
#main{
width:100%;
float:left;

}
.main{
width:100%;
float:left;
}
.back_gr{
	width:100%; float:left; background:rgba(255,255,255,1);	
}


#left{
width:100%;
max-width: 268px;
float:left;
margin:0px 0px 10px 0px;
}
#right{
width:100%;
float:right;
margin: 0px 0px 0px 0px;
}
.danhmuc{
width:100%;
float:left;
}
.content_box{ 
	
}
.left{
	width:100%;
	float:left;
	padding: 10px 0px 10px 0px;
}
.tinhtrang{ border-top: 1px solid #627079; width: 100%; float: left;}
.tinhtrang li a{  display: block; padding: 5px 0px 5px 20px; background: url(images/muiten.png) no-repeat 10px 13px; color: #1F589F}
.tinhtrang h4{ text-transform:uppercase; font-weight: 100; margin: 5px 0px 0px 5px; color: #999}
.thanh{
width:100%;
float:left;
text-transform:uppercase;
color:#013e74; font-family: 'RobotoRegular';
font-size:18px; padding:25px 0px 39px 0px;
border-bottom:1px solid #e6e6e6;
line-height: 1;
margin-bottom: 23px;
}
.thanh2{
width:183px;
float:left;
text-transform:uppercase;
color:#fff;
font-size:16px;
margin: 0px 0px 0px 30px;
text-align: center;
font-weight: bold;
height:36px;
line-height: 36px;
text-shadow:0px 0px 3px #333;
}

.hotro {
    
    
}
.thanh img{ float:left; margin:2px 10px 0px 10px;}
.thanh h4{ color:rgba(255,255,255,1); margin-top:8px; font-weight:100;}
.menu_left{
width:100%;
float:left;

padding:0px 0px;
}
.menu_left ul{
    list-style-type:none;
    margin:0px;
    padding:0px;
}
.menu_left ul li{
    width:100%;
    float:left;
    position: relative;
    padding:0px 0px;
    cursor: pointer;
}
.menu_left ul a{
    width:100%;
    float:left;
    
    padding:8.5px 25px 8.5px 25px;
    text-decoration:none;
    color:#666666; font-family: 'RobotoRegular'; position: relative;
    font-size: 16px;
    border-bottom:1px solid #dcdcdc;
    background-color: rgba(255,255,255,0.7);
}
.menu_left ul li a.has_sub:after{
	content: url(images/arrow1.png);
	position: absolute;
	top:10px; right: 15px;
}
.menu_left ul li a.fs:before{
	content: '';
	position:absolute;
	top:16px; left: 9px; width: 6px;
	height: 6px; background-color: #666666; transition: all 0.5s ease;
}
.menu_left ul li a.fs:hover:before{ background-color: #479ed4; }
.menu_left li ul a{
    width:100%;
    float:left;
    color:#666666;
    background-color: rgba(255,255,255,0.7);
}
.menu_left ul li input{ float: left; margin-right: 5px; }
.menu_left ul li input.active + label{
	color: #7324f5;
}
.menu_left ul li label{
	font-weight: normal;
	font-size: 13px; margin:0;
}
.menu_left ul a:hover,.menu_left ul li a.active{
    color:#479ed4;
    background-color: #d7ebf8;
}
.menu_left li ul{
width: 100%; /*Sub Menu Items width */
position: absolute;
top: 0px;
left: 100%;
font-weight: normal; 
display: none;
 box-shadow:none;box-sizing:border-box;
 z-index: 1000;
}
.menu_left li ul a{
    padding-left:23px; text-transform: none;
}
.yahoo_top{ margin:0px 0px 10px 0px; padding:10px 5px 10px 53px; background: url(images/phone.png) no-repeat left center; color: #ee0700; font-family: 'UTMAvoBold'; font-size: 20.5px;}
.hinhhotro{ width: 100%; text-align: center; }
.sp_noibat{ padding: 10px 10px; border-bottom:1px solid #fff; font-family: 'RobotoBold';}
.sp_noibat .img{ width: 100%; max-width: 93.33%; margin:0px auto; background-color: #fff; position: relative;}
.sp_noibat .img img{ width: 100%; }
.sp_noibat h3{ float: left; width: 72%; color: #555555; font-size: 12px; padding: 0px 0px 0px 16px; line-height: 1.5; text-align: left; margin:0px auto; background: url(images/style.png) no-repeat 0px 5px;}
.sp_noibat .mota{ text-align: left; font-size: 12px; color: #444444; max-width: 93.33%; margin:0px auto; text-align: justify; line-height: 1.6;}
.sp_noibat span,.sp_noibat a:nth-child(2){ float: right; width: 27%; color: #f00000; font-size: 13px; text-align: right; }
.sp_noibat:hover{ opacity: 0.8; }

.soluong_12{ padding: 0px 5px 0px 5px;}
.tintuc{ width:50%; float:left; margin:5px 0px 5px  0px; padding: 0px 10px 0px 10px; text-align: justify;}
.tintuc:nth-child(2n+1){ clear: both;}
.tintuc img{ float:left; border:1px solid #c8c8c8; padding:2px; margin:10px 10px 0px 0px;}
.tintuc a{ text-decoration:none;}
.tintuc h3{ padding: 5px 0px 5px 0px; color: #006783}
.tintuc h3 a{ font-size:14px; color:#006783; text-transform: uppercase;}
.tintuc:hover  h3 a{ color: #026164}
.tintuc p{ font-size:13px;  color:#666;}
.tintuc:hover h3{ color:rgba(255,0,0,1);}
.tintuc:hover{ opacity: 0.8;}
.visit_hidden{ visibility: hidden; height: 1px;}
.tinkhac{ width: 100%; float: left; margin: 20px 0px 20px 0px;}
.tinkhac li a{ width: 100%; float: left; padding: 2px 0px 2px 30px; color: #333; background: url(images/sao.png) no-repeat 10px 7px;}
.tinkhac li a:hover{color:#036CAF}
.xemnhieu{
width:193px;
float:left;
border:1px solid #FF8A00;
background:url(images/left_cham.png) repeat-y;
}
ul.pagination {
    text-align:center; float: right;
    color:#686868; font-size: 12px;
    font-family: 'RobotoRegular';
}
ul.pagination li {
    display:inline;
    padding:0 3px;
}
ul.pagination a {
    color:#fff;
    display:inline-block;
    padding:10.5px 20px; background-color: #479ed4;
    font-size: 18px;
    text-decoration:none;
    text-transform: uppercase;
}
ul.pagination a:hover, 
ul.pagination a.current {
    background:#262626;
    color:#fff; 
}
/* ========== Content pagination ========== */

.pagination {
	margin: auto;
	width: auto;
	text-align: center;
	margin-top: 10px;
}
.pages {
}
.pages li.prev {
	margin-right: 15px;
}
.pages li.next {
	margin-left: 15px;
}
.pages li {
	display: inline-block;
	margin: 5px 2px;
}
.pages li a {
	height: 25px;
	padding: 4px 8px;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	background: url(../images/backgrounds/pagingBg.png) repeat-x 0 0;
	border: 1px solid #d5d5d5;
	font-size: 11px;
}
.pages li a:hover {
	background: #f6f6f6;
}
.pages li .active {
	background: url(../images/backgrounds/sideGradient.png) repeat-x;
	color: #fff;
	border-color: #424852;
}
.pages li .active:hover {
	background: #2a313d;
}
.ngaydang{ font-style: italic;; color: #ccc;}
.bando{ float:left; width: 100%;}
.thongke{
    width:18%; max-width: 255px;  float: left; font-size: 12px; padding-right: 20px;
   
}
.thongke h4{
	 border-bottom:1px solid #616873;
	 padding-bottom: 12px;
}
.thongke ul{ list-style: none; margin: 0px 0px 20px 0px; padding: 0px; width: 100%; float: left;}
.thongke ul li{
	font-size: 14px; display: block;
	padding:9px 0px;
    margin: 0px 0px 0px 0px; color: #929292; font-family: 'RobotoCondensed';

}
.thongke ul li:last-child{ padding-bottom: 0px; }
.thongke ul li a{ color: #929292; }
.thongke ul li a:hover,.thongke ul li a.active{
	color: #ff0;
}
.online{
	background:url(images/muiten.png) no-repeat 10px 12px;
	color:#FFF;
}
.online span{
	width:80px;
	float:left;
	padding-left:20px;
}
.menu_danhmuc{ width: 100%; float: left; background: url(images/thanh_sp.jpg) repeat-x; height: 45px;}
.menu_danhmuc li a{ float: left; height: 42px; line-height: 42px; padding: 0px 20px 0px 30px; text-transform: uppercase; color: #333; margin-top: 3px;}
.menu_danhmuc li.active a{background:#01b8f1; color: #fff; font-weight: bold;}
.menu_danhmuc li.active a:before{ content: ''; width: 7px; background: url(images/truoc.png) no-repeat; height: 45px; float: left; margin-left: -30px; margin-top: -3px; margin-right: 10px; color: #fff}
.menu_danhmuc li.active a:after{ content: ''; width: 19px; background: url(images/sau.png) no-repeat; height: 45px; float: right; margin-right: -37px;}
.menu_danhmuc a:hover{ color: #094596}
.bong_info{
width:730px;
float:right;
height:30px;
font-weight:900;
color:#333333;
text-transform:uppercase;
line-height:30px;
}

.thongtin{
	width:100%;
	float:left;
	font-weight:bold;
	padding: 20px 0px 22px 20px; 
	font-size:14px;
	background: url(images/bg_tt.jpg) repeat-x bottom;
}
.thongtin li{ display: inline-block;}
.thongtin li a{ border-right: 1px solid #ccc; padding: 0px 10px 0px 10px; color: #323232; font-size: 12px;}
.thongtin li a:hover{ color: #01517A}
.tin_moi{
	padding:0px 10px 0px 10px;
}
.tin_moi a{
	text-decoration:none;
	color:rgba(51,51,51,1);	
}
.tin_moi img{
	float:left;
	border:1px solid rgba(204,204,204,1);
	padding:2px;
	margin-right:10px;
	margin-top:10px;
}
#content{ width: 100%; float: left; position: relative; margin: 0px 0px 0px 0px; border-top: 0px;}
#info{
	
	float:right;
    margin:20px 0px 20px 0px;
}
#sanpham{
	width:100%;
	float:left;
}
#congtrinh{ width: 100%; float: left; margin: 41px auto; }
.hocvien{
	width: 100%; max-width: 778px;
}
.hocvien img{ width: 100%; max-width: 362px; }
.hocvien .mota{ text-align: justify; font-size: 12px; color: #3b3a3a; line-height: 1.7 }
.tt_frm{ position: relative; width: 46.55%;}

.tt_frm.mg{ margin-bottom: 30px;}
.tt_frm.le{ float: left;}
.tt_frm.chan{ float: right;}
.tt_frm.le img{ float:right;padding:1px; background-color: #fff; border:2px solid #2395d7; transition: 0.2s}
.tt_frm.chan img{ float:left;padding:1px; background-color: #fff; border:2px solid #2395d7; transition: 0.2s}
.tt_frm h3{ color:#383a38; line-height: 1.5; font-size: 13px; font-weight: bold}
.tt_frm h3:hover{ color: #f00}
.tt_frm p.mota{ font-size:13px; color:#575555; text-align:justify; padding-top: 7px;}
.tt_frm span.xemthem{ float: right; color: #ec2a2a;}
.tt_frm.le .so{ position: absolute; width: 9.58%; height: 26px; text-align: center; line-height: 26px; padding-left: 4.88%; top:30px; right:-9.58%; background: url(images/so.png) no-repeat right center; color: #fff}
.tt_frm.chan .so{ position: absolute; width: 9.58%; height: 26px; text-align: center; line-height: 26px; padding-right: 4.88%; top:87px; left:-9.58%; background: url(images/so1.png) no-repeat left center; color: #fff}
.tt_frm:hover img{ opacity: 0.5 }
.khung_tt{ width: 100%; max-width: 384px;  float: right; }
.hotnews{ float: left; max-width: 419px ; font-family: 'RobotoRegular';}
.hotnews a:first-child{
	float: left; width: 100%;
}
.hotnews a:nth-child(2){
	clear: left; display: block;
}
.hotnews h3{ color: #226cba; font-size: 16px; font-weight: normal; padding:5px 0px; line-height: 1.5 }
.hotnews img{ display: block;max-width: 100%; } 
.hotnews p{ color: #393834; font-size: 13px; }

.bottom_ti{ width: 100%;  float: right; max-width: 419px; font-family: 'RobotoLight';}


.category{
	width: 78.33%; float: left; border-right: 1px solid #ececec;
}
.category .cata:nth-child(4n+1){ clear: left; }
.category h4{ color: #333; font-size: 14px; font-weight: bold; margin-bottom: 5px;}
.category ul li{ display: block; padding:1.5px 0px; }
.category ul li a{ font-size: 12px; color: #333; display: block; }
.category h4:hover,.category ul li a:hover{
	color: #cc0000;text-decoration: underline;
}
.category img{ max-width: 100%; }
.video_con{ width: 21.66%; float: right; position: relative; max-width: 227px;}
.video_con .slide-desc span{
	padding:35px 40px 100px 40px;
	border:1px solid #fff;
	font-family: 'RobotoCondensed';
	background: url(images/play.png) no-repeat center 90px;
}
.hotrotructuyen{ width: 300px;  position: absolute; top:0; right:0; bottom:0; border-left: 1px solid rgba(255,255,255,0.5); background-color: rgba(0,0,0,0.5); padding:28px;}
.hotrotructuyen .cont{  display: inline-table; height: 100%; width: 100%;}
.hotrotructuyen .cont .cont1{ display: table-cell; width: 100%; height: 100%; vertical-align: middle; text-align: center; }
.hotrotructuyen .cont .cont1 .hl{ padding:5px 10px 5px 60px;
	background: url(images/bg_hotline.png) no-repeat 18px 10px;
	font-size: 22px;
	color: #fff;
	font-family: 'RobotoLight';
	margin-bottom: 15px;
}
.hotrotructuyen .cont .yahoo p{ display: block; text-align: center; color: #fff; font-family: 'RobotoLight'; font-size: 15px; padding:5px 0px;}
.hotrotructuyen .cont .yahoo p.ten{ font-size: 18px; }
.hotrotructuyen .cont .yahoo p span{color:#FFF212}
.khung_vd{width: 100%; max-width: 97.67%; float:right;}
.khung_vd img{ max-width: 100%; }
.khung{
  width:100%;
  float:left; 
  position: relative; padding:0px 0px 0px 0px;
  margin-bottom: 0px;
}
.khung_l{
	width: 100%; float: left;
	margin:10px 0px 67px 0px;
}
.khung_l img{
	float: left;
	margin-right: 25px;
}

.khung_l p{
	font-size: 14px; color: #666666;
	font-family: 'RobotoLight';
}
.khung_r{
	width: 100%; float: right;
}

.khung_r label{font-size: 16px; color: #fff;line-height: 34px;
	font-family: 'RobotoBold';
	text-transform: uppercase; display: block;margin:0; text-align: left;}
.item-da{
	width: 100%; max-width: 244px;
	margin:0px auto; position: relative;overflow: hidden;
}
.item-da .img img{
	max-width: 100%;
}
.item-da a{
	position: absolute;
	top:0px; left: 0; right: 0; bottom: 0;
	background-color: rgba(247, 84, 43, 0.83);
	transition: all ease 0.4s;
}
.item-da:hover a{
	background-color: rgba(247, 84, 43, 0.95);
}
.item-da a .cont{
	display: table;
	width: 100%; height: 100%;
}
.item-da a .cont div{
	display: table-cell; text-align: center; vertical-align: middle;
}
.item-da a .cont h3{
	font-size: 14px;
	font-family: 'OpenSansBold';
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}
/*.khung_r span{ display: block; color: #f00; opacity: 0; font-size: 12px;}
*/.khung_r button{
	display: inline-block;margin:0px auto;
	width: 84px; height: 30px; outline: none;
	border:1px solid #4346bd;
	background: none;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.khung_r button:hover{
	border:1px solid #fff;
	transition: all ease 0.3s;
}
#camnhan{
	width: 100%; max-width: 391px;float: left;
	outline:1px solid #fff; outline-offset: -11px;

	background-color: #fff;
	box-shadow: inset 0px 179px 0px #f6542b;
	padding:15px 25px;
}
#camnhan .item-cn{max-width: 88%; margin:0px auto; }
#camnhan .item-cn h3{ font-family: 'OpenSansBold'; color: #484747; font-size: 16px; display: block;margin:10px 0px; }
#camnhan .item-cn h3 span{ float: right; color: #f66b49; font-style: italic; }
#camnhan .item-cn p.mota{
	font-family: 'OpenSansRegular'; color: #989796; font-size: 16px;
}
#camnhan h4{
	font-family: 'OpenSansBold';
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin:15px 0px 25px 0px;
}
#camnhan .img{
	width: 186px; height: 191px;
	padding: 8px 8px 8px 11px; margin:0px auto;
	background: url(images/faq1.png) no-repeat top center;
}
#camnhan .img img{ border-radius: 50%; }
#contact{
	margin:10px 0px 20px 0px;
}
#lienhe{
	float: left;
	width: 100%;
	position: relative;
	font-family: 'RobotoRegular';
}
#lienhe .form_lh1{
	max-width: 502px;
}
#lienhe .form_lh1 .tflienhe{
	width: 48%; float: left;

}
#lienhe .form_lh1 .tflienhe:nth-child(2n){
	float: right;
}
#lienhe .form_lh1 .tflienhe input[type='text']{
	width: 100%;
	outline: none;
	border:1px solid #5a5a5a;
	background-color: #535353;
	height: 42px;
	padding:0px 14px;
	margin-bottom: 10px;
	color: #999999;
	font-size: 18px;
}
#lienhe .form_lh1 textarea{
	width: 100%;
	outline: none;
	border:1px solid #5a5a5a;
	background-color: #535353;
	height: 104px;
	padding:0px 14px;
	margin-bottom: 10px;
	color: #999999;
	font-size: 18px;
}
#lienhe .form_lh1 #captcha1{
	width: 27%; float: left;
	outline: none;
	border:1px solid #5a5a5a;
	background-color: #535353;
	height: 42px;
	padding:0px 14px;
	margin-bottom: 10px;
	color: #999999;
	font-size: 18px;
}
#lienhe .form_lh1 button{
	width: calc(100% - 27% - 140px); float: right;
	outline: none;
	border:none;
	background-color: #479ed4;
	height: 42px;
	padding:0px 14px;
	margin-bottom: 10px;
	color: #fff;
	font-size: 18px;
}
#lienhe .form_lh1 button:hover{
	background-color: #014075;
}
.khung_l1 img{ max-width: 100%; }
.khung_l1 p{ padding:10px; font-size: 14px; color: #484848; text-align: justify;}
.khung_r1{
	width: 100%; float: right; padding:0px 0px 0px 19px; border-left: 1px dashed #b9b9b9; 
}
.khung_r img{ max-width: 100%; }
.item-item{ text-align: center;}
.owldanhmuci{
	 border-left: 1px solid #f2f2f2; border-bottom: 1px solid #f2f2f2 
}
.item-item a{ display: block; padding:12.5px 0px; color: #000000; font-size: 16px; font-family: 'UTMAvo'; text-transform: uppercase; }
.owldanhmuc .owl-dots{ display: block !important;padding: 10px 0px 10px 0px; }
.xemtiep{
float:left;
font-size:20px;
transition: 0.5s;
text-align:center;
margin-top: 40px;
width: 100%;
text-align: center;
font-family: 'RobotoRegular';
}
.xemtiep a{
text-decoration:none;
display: inline-block;
padding:11px 36px 11px 36px;
color:#000000;
background-color: #ffffff;
transition: all 0.3s ease;
border-radius: 5px;
}
.xemtiep a:hover{
    background-color: #014075; color: #fff;
}
.xemtiep1{
float:left;
font-size:20px;
transition: 0.5s;
text-align:center;
margin-top: 10px;
text-align: center;
font-family: 'RobotoRegular';
}
.xemtiep1 a{
text-decoration:none;
display: inline-block;
padding:11px 36px 11px 36px;
color:#fff;
background-color: #479ed4;
transition: all 0.3s ease;
border-radius: 5px;
}
.xemtiep1 a:hover{
    background-color: #014075; color: #fff;
}
.xemtiep2{
float:left;
font-size:18px;
transition: 0.5s;
text-align:center;
margin-top: 10px;
text-align: center;
font-family: 'RobotoRegular';
}
.xemtiep2 a{
text-decoration:none;
display: inline-block;
padding: 5px 17px;
color:#fff;
background-color: #479ed4;
transition: all 0.3s ease;
border-radius: 5px;
}
.xemtiep2 a:hover{
    background-color: #014075; color: #fff;
}
.content_main{ width: 100% ; margin:0px 0px 0px 0px }
.thanh_title{ width:100%; float:left;margin: 0px 0px 0px 0px ; padding:0px 0px 0px 0px; position: relative; text-align: center;}
.thanh_title h1,.thanh_title h2,.thanh_title h4{ color:#333333; font-size: 32px; display: inline-block; font-weight: normal;  margin:0px; font-family: 'RobotoBlack'; text-transform: uppercase; position: relative;}
.thanh_title h1,.thanh_title h2:hover,.thanh_title h4:hover{
	color: #014075;
}
.thanh_title1{ width:100%; float:left;margin: 0px 0px 0px 0px ; padding:0px 0px 0px 0px; position: relative; text-align: center;}
.thanh_title1 h2,.thanh_title1 h4{ color:#fff; font-size: 32px; display: inline-block; font-weight: normal;  padding: 25px 0px 35px 0px; margin:0px; font-family: 'RobotoBlack'; text-transform: uppercase; position: relative; -webkit-transition: all 0.25s ease;
   -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
	cursor: pointer;
}
.thanh_title1 h2:hover,.thanh_title1 h4:hover{ color: #014075; }
.thanh_title2{ width:100%; float:left;margin: 0px 0px 23px 0px ; padding:0px 0px 0px 0px; position: relative; border-bottom: 1px solid #014075;}
.thanh_title2 h2,.thanh_title2 h4{ color:#013e74; font-size: 18px; display: inline-block; font-weight: normal;  padding: 25px 0px 39px 0px; margin:0px; font-family: 'RobotoRegular'; text-transform: uppercase; position: relative; -webkit-transition: all 0.25s ease;
   -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
	cursor: pointer;
}
.thanh_title2 h2:hover,.thanh_title2 h4:hover{ color: #014075; }

.thanh_title3{ width:100%; float:left;margin: 0px 0px 0px 0px ; padding:0px 0px 0px 0px; position: relative; text-align: center;}
.thanh_title3 h2,.thanh_title3 h4{ color:#019ed5; font-size: 42px; display: inline-block; font-weight: normal;  padding: 35px 0px 35px 0px; margin:0px; font-family: 'RobotoBold'; position: relative; -webkit-transition: all 0.25s ease;
   -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
     -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
	cursor: pointer;
}
.thanh_title3 h2:hover,.thanh_title3 h4:hover{ color: #014075; }
#hinhanh{
	background-color: #479ed4;
	padding:20px 0px 80px 0px;
}
#hinhanh .hinhanh{
	position: relative;
	width: calc(100% + 20px);
	margin:20px -10px 0px -10px;
}
#hinhanh .dt_frm{
	max-width: 95%; margin:0px 2.5%;
}
#hinhanh .dt_frm img{ max-width: 100%; }
.gioithieu{ width:100%; float:left; margin:20px 0px 0px 0px; }
.gt_trai{ width:790px; float:right;font-family: 'RobotoCondensed';  }
.gt_trai h3{color: #393939; font-size: 18px; margin:0px 0px 5px 0px; }
.gioithieu img{ width: 370px; float: left; }
.gioithieu h4{ text-align: center; color: #393939; font-size: 18px; font-weight: 100; font-family: 'Times New Roman'}
.gioithieu h4:after{ content: ""; width: 100%; float: left; background: url(images/gach_.png) no-repeat top center; height: 5px; margin: 10px 0px 20px 0px; } 
.noidung_gt{ width: 700px; margin: auto;font-family: 'RobotoCondensed'; color: #555555; line-height: 2;}

#filter{ display: block; }
#filter .filter{ padding:13px 20px; background-color: #edecec; min-height: 162px; width: 100%; max-width: 380px; clear: both}
#filter .filter.left{
	float: left;
}
#filter .filter.right{
	float: right;
}
#filter .filter.mid{
	margin:0px auto;
}
#filter .filter h4{
	color: #313131; font-size: 15px;
	font-family: 'RobotoCondensedBold';
	font-weight: normal;
	margin:0px 0px 6px 0px
}
#filter .filter p{
	font-size: 14px; color: #313131;
	text-transform: uppercase;
	margin:4px 0px;
	float: left; width: 100%;
}
#filter .filter.left p{ float: left; width: 50%; }
#filter .filter p label{ font-weight: normal; margin:0;}
#filter .filter p input{ float: left;margin-right: 9px; background-color: #fff; }
.app-figure{ text-align: center; border:2px solid #dcdcdc;}
.img_detail{
	width: 100%;
	padding-right: 50px;
}
.news_info{
	width: 100%;
	padding-left: 50px;
}
.others-news{
	display: none;
}
.img_detail img,.news_info img{ max-width: 100%; margin-bottom: 20px; }
.info_detail{
     float: right; width: 48%; box-sizing:border-box; font-size: 13px;
}
.info_detail .name_sp{ width: 100%; margin-bottom: 15px; }

.info_detail h1{    color: #479ed4;
    font-size: 20px; font-weight: normal;
    line-height: 20px; font-family: 'RobotoRegular'}

.info_detail .name_sp .luotmua{float: left;
    padding: 0px 10px 0px 20px; color: #000; margin:5px 10px 5px 0px; font-family: 'RobotoRegular'; background: url(images/ic1.png) no-repeat left center; border-right: 1px solid #ccc}
.info_detail .name_sp .luotxem{float: left;
    padding: 5px 10px 2px 20px; color: #000; margin:5px 10px 5px 0px; font-family: 'RobotoRegular'; background: url(images/view.png) no-repeat left center;}

.info_detail p{ font-size: 14px;font-family: 'RobotoRegular'; color: #333 }
.info_detail p.giacu{ float: left;  font-size: 15px;margin: 4px 0px 0px 5px;}
.info_detail p.giacu span{ font-family: 'RobotoRegular'; text-decoration: line-through;}
.info_detail p.giaban{ float: left; }
.info_detail p.giaban span{ font-family: 'RobotoRegular';  font-size: 20px; color: #f00}
.khung_1{ margin:10px 0px; }
.khung_thongtin{ width: 100%; margin-top: 10px;}
.khung_thongtin li input[type='radio']{
	width: 0px; height: 0px;
}
.khung_thongtin li.it_1 label{width: 50px; height: 50px; border-radius: 50%; margin-right: 10px; cursor: pointer;
}
.khung_thongtin li.it_1 input[type='radio']:checked + label:before{ border-style: solid !important; }
.khung_thongtin li{ padding: 5px 0px 5px 0px; border-bottom:1px dotted #666;}
.khung_thongtin li.it_2 label{width: 35px; height: 35px; cursor: pointer; text-align: center; line-height: 35px; border-radius: 50%; margin-right: 10px; border:2px solid #333; color: #333;
}
.khung_thongtin li.it_2 input[type='radio']:checked + label{ border: 2px solid #f00; color: #f00; }
.khung_thongtin .mau{ display: inline-block; width: 20px; height: 20px; }
.khung_thongtin .masp{ font-weight: bold; color: #333;}
.khung_thongtin .mota_detail{ color: #757575}
.khung_thongtin .gia_detail{ font-size: 24px; color: #cd0000; font-weight: bold;}
.khung_thongtin .gia_detail b{ color: #333}
.khung_thongtin .giacu_detail{ color:#999;}
.khung_thongtin .giacu_detail span{ text-decoration: line-through;}
.khung_thongtin .baohanh_detail{ color: #015DA4;}
.khung_thongtin ul li{ display: block; font-family: 'RobotoBold'; font-size: 14px;}
.khung_thongtin li span{ display: inline-block; font-size: 14px;font-family: 'RobotoRegular';}
.khung_thongtin .tinhtrang1{display: inline-block; margin:10px 0px; padding:6px 10px; background-color: #f3b00a; color: #fff; font-size: 13px;}
.khung_thongtin .giaban{ display: inline-block; color: #6c6c6c; font-size: 13px; padding:6px 10px; border:1px dashed #ff0000; margin-bottom: 5px;}
.khung_thongtin .giaban span{ font-size: 20px; color: #ff0000; font-weight: bold;}
.gia_detail span{ font-size: 14px; color: #666;}

.down_load{
	width: 100%;
}
.down_load p{
	color: #479ed4;
    font-family: 'RobotoRegular';
	padding-bottom: 5px;
	border-bottom:1px solid #d3d3d3;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.down_load .filenopass{
	background: #e5ecf1 url(images/pdf.png) no-repeat 9px 7px;
	border:1px solid #86a4bc;
	padding:12px 35px 12px 45px ;
	font-size: 20px;
	font-family: 'RobotoLight';
	color: #019dd6;
	display: inline-block;
	margin-right: 11px;
}
.down_load .filepass{
	background: url(images/eps.png) no-repeat 9px 7px,url(images/lock.png) no-repeat 95% 15px;
	
	border:1px solid #86a4bc;
	padding:12px 25px 12px 54px ;
	font-size: 20px;
	font-family: 'RobotoLight';
	color: #019dd6;
	display: inline-block;
	margin-right: 11px;
}
.down_load a:hover{
	color: #014075;
}
#soluong { font-family: 'RobotoRegular'; margin-right: 20px; float: left; }
#soluong span{ float: left; min-width: 100px; font-size: 16px }
#soluong i{ float: left; font-size: 18px; color: #333; margin-top: 12px; padding:0px 2px; }
#soluong .soluong{ float: left; width: 30px; height: 25px; line-height: 25px; padding:0;margin-top: 7px; text-align: center; border:1px solid #0f77bc; }

.dathang_detail .muangay{ float: left; background:#357b2b url(images/thanhtoan.png) no-repeat 15px center; font-family: 'RobotoRegular'; text-transform: uppercase; font-size: 16px; color: #fff; padding: 9px 20px 9px 50px;cursor: pointer; transition: all ease 0.3s;}
.dathang_detail span{ width: 42px; height: 42px; padding: 7px 0px 0px 0px; float: left; border:3px solid #ccc; border-radius: 50%; text-align: center;}
.huongdan_detail a{ width: 100%; float: left; padding: 5px 0px 10px 30px; background: url(images/giohang_ico.jpg) no-repeat 5px 8px; color: #035E80; font-style: italic;}
.huongdan_detail a:hover{ color: #04579D}
.dathang_detail .thanhtoannhanh:hover,.dathang_detail .muangay:hover{ color:#fff; background-color: #76b800;}
/*-----------Cart----------------*/
.cart_{
    position: fixed; top:150px; right:0px;
    background-color: rgba(255,255,255,1);
    height: 31px; width: 44px; z-index: 1001;
}
.title_cart{position: fixed; top: 150px; right:0px;
    padding:6px; background-color: #357b2b; color: #fff;
}
.title_cart img{ float: left; margin-right: 5px; }
.content_cart{  position: fixed; top: 181px; right:-500px; transition: all 0.5s ease;min-height: 100px; width: 270px; background-color: #fff; font-size: 13px; font-family: 'RobotoRegular'}
.content_cart p{ text-align: center; }
.cart_:hover .content_cart{
    right:0px;
    cursor: pointer;
}
.gh_frm{display: block; text-align: left; padding:10px;}
.gh_frm img{ padding:5px; float: left; margin-right: 5px; border:1px solid #555;}
.gh_frm span{ font-size: 15px; font-family: 'RobotoMedium' }
.gh_frm p{ text-align: left; }
/*.bando_{
    position: fixed; top:183px; right:0px;
    background-color: rgba(255,255,255,1);
    height: 31px; width: 44px; z-index: 1000;
}*/
.title_bando{position: fixed; top: 183px; right:0px;
    padding:6px; background-color: #357b2b; color: #fff;
}
.title_bando img{ float: left;  max-width: 34px; }
.content_bando{  position: fixed; top: 223px; right:-500px; transition: all 0.5s ease;min-height: 100px; width: 100%; max-width: 400px; background-color: #fff; font-size: 13px; font-family: 'RobotoRegular'}
.content_bando p{ text-align: center; }
.bando_:hover .content_bando{
    right:0px;
    cursor: pointer;
}
.thanhtoan_{
    display: block;
    text-align: center;
    color: #fff; font-family: 'RobotoRegular'; text-transform: uppercase;
    font-size: 13px;
    background-color: #357b2b;
    padding:10px;
    z-index: 1001;
}
.thanhtoan_:hover{
    background-color: #76b800; color: #fff;
    transition:all 0.3s ease;
}
#thongbao{
	position: fixed;top:0; left: 0; right: 0px; bottom:0px; z-index: 1001;
	background-color: rgba(255,255,255,0.7); transition: 0.5s; display: none;
}
#thongbao .ab{
	display: inline-table;
	width: 100%; height: 100%;
}
#thongbao .ab .middle{
	display: table-cell; width: 100%; height: 100%; vertical-align: middle; text-align: center;
}
#thongbao .ab .middle span{ display: inline-block; padding:10px 20px; color: #fff; font-size: 16px; font-family: 'RobotoRegular'; background-color: #357b2b; border-radius: 20px; }
.colu3:nth-child(4n+1){
	clear: left;
}
.box_n:nth-child(2n+1){
	clear: left;
}
.khung_hinhanh{ max-width: 600px; margin:0px auto; width: 100%; }
.box_new{ width: 98%; float: left; padding: 10px 0px 10px 0px; border-top:1px solid #dadada; font-size: 12px; margin-bottom: 10px; font-family: 'RobotoLight';  }
.box_new .img{ position: relative;float: left; }
.box_new .img span{
	position: absolute;
	top: -1px;
	left: 0;
	bottom:0;
	right: 34px;
	text-align: center;
	line-height: 120px;
	color: #014075;
	background-color: rgba(255,255,255,0.7);
	font-size: 16px;
	font-family: 'RobotoRegular';
	opacity: 0;
	transition: 0.3s;
}
.box_new .img:hover span{
	opacity: 1;
}
.box_new img{  float: left; margin:-1px 34px 0px 0px; background-color: #fff;}
.box_new h3{ font-size: 0px; margin-bottom: 5px }
.box_new h3 a{ font-size: 20px; color: #666666; font-weight: normal;line-height: 1.5;;}
.box_new p{ font-size: 14px; color: #666666;} 
.box_new:nth-child(2n+1){ clear: left;}
.box_new h3 a:hover{ color: #357b2b} 
.box_new ul li{
	font-size: 13px; color: #484848;
	padding:3px 0px;
}
.box_new p.giaban span,.box_new p.giaban a{
	font-size: 13px; color: #f00; font-weight: bold;
	font-style: normal;
}
.box_new1{ width: 100%; float: left; padding: 20px 24px 10px 24px; font-size: 12px;}
.box_new1 img{  float: left; margin:30px 15px 0px 0px;}
.box_new1 h3{ font-size: 0px; margin-bottom: 5px }
.box_new1 h3 a{ font-size: 14px; color: #808080; font-family: 'OpenSansBold'; text-transform: uppercase; line-height: 1.5; margin-bottom: 10px; display: block;}
.box_new1 p{ font-size: 14px; color: #8b8c8c; font-family: 'OpenSansRegular'; line-height: 1.8} 
.content_new{ overflow:hidden; height: 400px; width: 100%; float: left;}
#login{
	font-family: 'RobotoRegular';
}
#login input[type='text']{
	width: 100%;
	outline: none;
	height: 30px;
	padding:0px 5px;
}
#login label{
	font-weight: normal;
	line-height: 30px;
}
#login input[type='button']{
	width: 80px;
	border:none;
	outline: none;
	height: 30px; margin:0px auto;
	margin-top:5px;
	background-color: #014075;
	color: #fff;
}
#login input[type='button']:hover{
	background-color: #019ed5;
}
.thongtin_detail{ font-style: italic;}
.khuyenmai_detail{ margin: 5px 0px 0px 0px;}
.khuyenmai_detail ul li{ padding: 5px 20px 5px 0px; color: #008c00}
.khuyenmai_detail ul li input{ float: left; margin: 3px 5px 0px 0px;}
.khung_km{ padding: 0px; width: 100%; float: left;}
.khung_km li{ display: inline-block; border-bottom: 0px; width: auto;}

.selectors{ text-align: center; float: left; width: 100%; margin-top: 26px;}
.table_info{ width: 100%; float: left;}

.quangcao_in{ position: absolute; z-index: 10; top: 48px; left: 410px;}
.quangcao_in:hover{box-shadow: 0px 0px 10px #999;} 
.quangcao_in img{ float: left;}
.dieuhuong a{ color: #333; padding: 0px 10px 0px 5px; float: left; background:url(images/muiten_trong.png) no-repeat right;}
.dieuhuong a:hover{ color:#007597;}

.thanhsp{ width:100%; float:left; margin: 0px 0px 20px 0px; background:#ffd800;}
.thanhsp h2{ color:#fff; text-transform:uppercase;font-size: 20px; font-weight:100;display: inline-block; padding: 0px 20px 0px 10px}
.thanhsp h2:before{ content: ""; background: url(images/after.png) no-repeat; height: 18px; float: left; width: 139px; margin: 15px 0px 0px 0px;}
.thanhsp h2:after{ content: ""; background: url(images/after.png) no-repeat; height: 18px; float: right; width: 139px; margin: 15px 0px 0px 0px;}

.thanhsp span{ color: #FE0000}

.khung_khac{ width: 100%; float: left;margin: 0px 0px 20px 0px;}
#java_km{ width: 100%; float: left;}
#java_km img{ border: 1px solid #ccc; margin: 5px; padding: 1px; }
#java_km img:hover{ opacity: 0.8; }
.thanhdt{ width:100%; float:left; margin: 10px 0px 20px 0px; text-align: center; height: 60px; line-height: 55px;}
.thanhdt h2{ color:#333333; text-transform:uppercase;font-size: 26px;background-color: #fff; display: inline-block; padding: 0px 20px 0px 10px; font-weight: 100;}
.thanhdt span{ color: #FE0000}

.tin_tuc{ width: 100%; float: left; text-align: center; margin-top: 10px;}
.tin_tuc h2{ display: inline-block; background: url(images/thanhsp.png) no-repeat; height: 64px; background-size: 100% 100%; padding: 10px 80px 0px 80px;text-transform:uppercase; color: #fff; font-weight: 100}
.tin_tuc h3{color:#646464; text-transform: uppercase; margin: 10px 0px 5px 0px ;}
.tin_tuc p{color:#666666; font-size: 12px;}
.tin_tuc ul li{ width: 370px;float: left; margin: 20px 0px 0px 10px; text-align: left;}
.tin_tuc ul li img{ width:66px; height:66px; float:left; margin:10px; border-radius: 100%;}
.tin_tuc ul li{ padding:2px 0px 2px 10px;}
.tin_tuc ul li a{ color:#00426f;}
.tin_tuc ul li span{ color:#ccc}
.tin_tuc a:hover{ color:rgba(255,0,0,1);}
.idex:nth-child(4n+1){ clear: both; }

.line_product{display: block;width: 100%; height: 7px; background: url(images/line_bg.png) repeat-x center; margin-bottom: 25px;}
.item-nb1{ width: 20%; float: left; }
.box_sp:nth-child(4n+1){
	clear: left;
}
.item{
    width: 93.5%; max-width: 268px;
	margin:0px auto;
	position: relative; margin-bottom: 25px;
	    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.item .giamgia{
	position: absolute;
	top: 12px;
	right:20px;
	z-index: 100;
	width: 35px; height: 35px; line-height: 35px;
	font-size: 13px; padding:0px 0px 0px 0px;
	text-align: center;
	border-radius: 50%; background-color: #df1f27;
	color: #fff;
}
.item:nth-child(4n+1){ clear: both;}
.item .giaban{ float: left; font-size: 13px; color: #444444; padding:1px 0px; clear: left; }
.item .giaban span,.item .giaban a{ color: #ea1100; font-weight: bold; display: inline-block;}
.item .giaban span.giacu{
	color: #242523; text-decoration: line-through; padding:2.5px 0px; font-weight: normal;
}
.item  .img{
	 text-align: center; cursor: pointer;
	float: left;
	width: 100%; 
}
.item  .img a{ float: left; width: 100%; position: relative; overflow: hidden;}
.item .cont{
	float: left; width: 100%;
	padding:10px;
}
.item  .img img{ max-width: 100%; transition: 0.5s;}
.item  .img div{ position: absolute; top:0px; left: 0px; right: 0px; bottom:0px; text-align: center;background: rgba(0,0,0,0.5) url(images/search1.png) no-repeat center; opacity: 0; transition: 0.5s; }

.item h3{ font-weight: normal; padding:20px 0px 0px 0px; display: block; font-size: 0px; font-family: 'RobotoLight'; text-align: center;transition: 0.5s; clear: left; }
.item h3 a{ color:#000000; font-size:24px; line-height: 1.5;}
.item:hover h3 a{ color: #014075; }
.item h3 .luotxem1{ float: right; color: #2e2e2e; font-size: 12px; padding:0.5px 0px 0.5px 0px; }
.item:hover a img{ transform: scale(1.1);}
.item .img:hover p span{ opacity: 1; }
.item .datmua{ display: inline-block; width: 86px; height: 24px; background: url(images/datmua.png) no-repeat center; margin-top: 5px;}
.logo_futek{ width: 100%; text-align: center; padding-bottom: 40px;}
.giohang{ position: absolute; z-index: 100; bottom: 10px; right: 10px; cursor: pointer; transition: 0.3s; }
.giohang:hover{ transform: scale(0.8); }
.mua_ngay {
    position: absolute;
    z-index: 100;
    transition: all 0.5s ease 0s;
    background: url(images/giohang_ico.jpg) no-repeat 10px 7px;
    color: #0b58cc;
    bottom: 2px;
    left: 2px;
    right: 2px;
    height: 30px;
    border: 1px solid #abcaf8;		
    line-height: 30px;
    text-align: center;
    display: none;
}
.mua_ngay a {
    display: block;
    color: #0b58cc;
}
.item:hover .mua_ngay{ display: block;}
.mua_ngay:hover{}
.mua_ngay:hover a{ color: #f37022}
.giaohang_tn{ width: 380px; float: left; padding: 20px 10px 20px 160px; color: #fff; background: url(images/giaohang.png) no-repeat 0px 10px; border-right: 1px solid #0081b4;}
.giaohang_tn h4{ color: #fbda42; font-size: 18px; text-transform: uppercase;font-family: 'RobotoCondensed'; }
.giamgia_hot{
    position: absolute;
    width: 40px;
    float: left;
    height: 40px;
    z-index: 1;
    top: 3px;
    right: 3px;
    background: url(images/giamgia.png) no-repeat;
    line-height: 30px;
    text-align: center;
    color: #FFF;
}
.khung_2{  padding: 0px 0px 0px 20px; margin-top: 20px;}
.khung_22{border: 1px solid #ccc; width: 100%; float: left; min-height: 390px;}
.khung_22 h4{ background: #f5f5f5; text-transform: uppercase; color: #333;height: 45px; line-height: 45px; font-size: 14px; padding: 0px 0px 0px 20px}
.khung_22 .item h3{ font-size: 12px; font-weight: 100; font-family: 'Arial'; text-transform: lowercase;}
.khung_22 .item { margin: 10px 0px 0px 0px;}
.khung_22 .item:nth-child(2n+1){ clear: left;}


.chitiet{
	float:right;
	border-radius:5px;
	text-align:center;
	height:22px;
    color: #fe8152;
    text-decoration: underline;
	line-height:22px;
}
.chitiet:hover{
	color:#03758D;
}

.dathang{
	
	float:left;
	border-radius:10px;
	background:#f0f0f0; border:1px solid #c5ddb3;
	text-align:center;
	margin-top:30px; font-size: 14px;
	line-height:34px; padding:0px 10px;
	color:#222121;
	cursor:pointer; transition:0.5s all ease;
}
.dathang:hover{
	border:1px solid #357b2b;
}
.cls{
width:100%;
float:left;
border-bottom:1px dashed #CCCCCC;
}
.gach{
width:100%;
float:left;
border-bottom:1px dotted #ccc;
margin:5px 0px 5px 0px;
}
.noidung ul li{
list-style-type:none !important;
}
#footer{
	width:100%;
	float:left;
	position: relative;
	background-color: #ececec;
}
.dangky_tin{ margin:0px 0px 0px 0px; float: left; width: 100%; border:1px dashed rgba(255,255,255,0.3); color: #fff;padding:5px; }

.dangky_tin p{ font-size: 13px; display: block; margin:0px 0px 10px 0px; font-size: 12px;} 
.dangkymail{ width: 100%; float: right;position: relative; font-family: 'RobotoRegular';
}
.dangkymail input{ width: calc(100% - 86px); float: left; padding: 8.5px 10px 8.5px 10px; margin: 0px 0px 0px 0px; background: #fff; font-size: 13px; outline: none; color: #505050; border:none;  border:none; }
.dangkymail button{ position: absolute; top:0px; right:0px; float: left; height: 35px; width: 81px; float: left; background: #ed1c24; border: none; outline: none; cursor: pointer; color: #fff; text-transform: uppercase;}
/*.dangkymail .btn_mail.nam{ background: #29abe2 url(images/nam.png) no-repeat 9px 8px; }
.dangkymail .btn_mail.nu{ background: #ff7aac url(images/nu.png) no-repeat 11px 6px; }*/
.dangkymail p{ width: 100%; float: left; color: #fff; padding:10px 20px 0px 20px; }
#copy{ width: 100%; float: left; background:url(images/copy.png) repeat-x; height: 49px; text-align: center; padding: 5px 0px 5px 0px;}

#bottom{
	width:100%;
	float:left;
	margin: 0px 0px 0px 0px;
    padding: 60px 0px 0px 0px;
	
	background:#323946;
} 

.khung_footer{ margin-top: 30px; padding: 0px 30px 0px 0px;}
.khung_footer h4{ text-transform: uppercase; color: #1a6def; border-bottom: 2px solid #eee; padding:5px 0px 5px 0px;}
.khung_footer ul li a{ width: 100%; float: left; padding: 5px 0px 5px 5px; color: #747474; border-bottom: 1px solid #eee; transition: 0.5s;} 
.khung_footer ul li a:hover{ color: #025A7E; background: #EAEAEA}

.khung_facebook{ margin-top: 0px; padding: 0px 40px 0px 0px; width: 46%; float: left; margin:0px auto; color: #fff; font-size: 13px;}
#bottom h4{
    font-size: 22px;
    line-height: 20px; font-family: 'RobotoRegular';
    margin-bottom: 10px; margin-top: 0px;
    font-weight: normal; 
    display: block; color: #fff; text-transform: uppercase; }
.khung_facebook ul li a{ width: 100%; float: left; display: inline-block;
    line-height: 26px; font-size: 12px; cursor: pointer; background: url(images/style.png) no-repeat 0px 9px; padding-left:15px;
    color: #fff;} 
.khung_facebook ul li a:hover{ text-decoration: underline; }
.khung_facebook p.hinh img{ margin-left: 20px; }
.logo_bt{ float: left; text-align: center;}
.logo_bt{ max-width: 90%}
.menu_bt{
width:100%;
float:left; background-color: #5b9c3c;
border-top:3px solid #409319;
margin-bottom:10px;
text-align:center;
color: #fff;

}
.menu_bt ul{ max-width: 1100px; margin:0px auto; display: flex; }
.menu_bt ul li{ order:1; flex: 1 auto }
.congty{ position:relative; color:rgba(255,255,255,1); text-align:center; margin-top:10px; text-transform:uppercase; width:100%; float:left;}
.menu_bt a{
	text-decoration:none;
	color:#fff;
	font-size:14px; float: left; width: 100%;
	text-transform:uppercase; padding:12px 0px; font-size: 15px; font-family: 'RobotoCondensed'
}
.menu_bt a:hover,.menu_bt li.active a{
	color:rgba(255,255,0,1);
}
.bottom{
width:100%;
float:left;
padding:0px 0px 0px 0px;
position:relative;
margin:0px 0px 0px 0px;
}

.facebook{width: 390px; float: right;}
.video_clip{ width: 100%; float: right;}
.logo_bt{ float: left; margin:0px 0px 0px 0px;}
.khung_bt{
	width:100%;
	float:left;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
}
/*.bando_{ position: relative; }*/
.thongtin_bt{ padding:0px 0px 0px 0px; width: 100%; max-width: 365px; margin:0px auto; -webkit-background-size: 100% 100%; z-index: 100; color: #fff; font-family: 'OpenSansRegular'}
.thongtin_bt h2{ font-family: 'OpenSansBold'; font-size: 0px;  margin-bottom: 15px;}
.thongtin_bt p{ padding: 3px 0px 3px 0px; margin-bottom: 5px; }
.thongtin_bt h4{text-transform: uppercase;}
.thongtin_bt img{ max-width: 100%; }
.thanhtoan_bt{ float: left; margin-left: 50px; font-size: 12px;}
.thanhtoan_bt h4{ margin: 10px 0px 10px 0px; text-transform: uppercase;}
.bocongthuong{ float: right; width: 100%; padding-top: 11px; margin-top: 30px; border-top:1px solid #e7e7e7;}
.bocongthuong img{ max-width: 100%; }
.bocongthuong h4{ margin: 10px 0px 10px 0px; font-size: 12px; color: #ccc;}
#tags{
	display: block;margin-top: 20px;
}
#tags span{
	display: inline-block;
	color: #fff;
	font-family: 'UTMAvo';
	font-size: 16px;
	text-transform: uppercase;
}
#tags a{ display: inline-block; padding:4px 15px;
		background-color: #efefef;
		color: #39464f; font-size: 13px;
		transition: 0.2s;
		margin-bottom: 4px;
 }
#tags a:hover{
	background-color: #f7542b;
	color: #fff;
}
.mang_xh{ width: 100%; float: left; text-align: center;}
.mang_xh a{  margin:20px 10px 0px 0px;}
.mang_xh a:hover{ opacity: 0.7;}
.mang_xh img{ width: 30px; height: 30px; border-radius: 30px;}



.dong_p{
	width:190px;
	float:left;
	margin-top:10px;	
}
.map{ float: right; margin: 20px 0px 0px 0px;}
.map h4{ color: #fff; text-align: right; text-transform:uppercase; font-style: italic;}
.map img:hover{ box-shadow: 0px 0px 10px #ccc;}
#doitac{ width: 100%; margin:40px 0px 77px 0px; float: left;
	
	position: relative;
}

.doitac{
	width: 100%;
	float:left;
	margin: 0px 0px;
	position: relative;
	z-index: 1

}
.doitac h4{
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #000000;
	font-family: 'RobotoLight';
}
.doitac .dt_frm{
	padding:64px 0px;
	background-color: #fff;
	border:1px solid #e7e7e7;
	width: 93%; margin:0px auto;
	position: relative;
	overflow: hidden;
}
.doitac .dt_frm.dt_frm1{
    padding: 10px;
    padding-top: 40px;
    height: 225px;
    text-align: center;
}
.doitac .dt_frm img{
	-webkit-transition: all 0.25s ease;
	   -moz-transition: all 0.25s ease;
	    -ms-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
	        transition: all 0.25s ease;
}
.doitac .dt_frm.dt_frm1 img:hover{
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	transform: scale(1.1);
}

#doitac1{ width: 582px; margin:15px 0px 25px 0px; float: right; background: url(images/bg_doitac.png) repeat-x bottom center; border: 1px solid #fff;box-shadow: 0px 0px 0px 1px #DCDCDC; border-radius: 4px }

.sp_left{ width:100%; float:left; padding:10px; }
.sp_left img{ width:80px; float:left;margin:0px 0px 0px 0px; padding: 2px; border:1px solid #e1e1e1; margin-right: 10px;}
.sp_left img:hover{ opacity: 0.8;}
.sp_left a{ color: #333;text-align: justify;}
.sp_left a:hover h3{ color: #056D94}
.menu_bot{
width:1000px;
float:left;
padding-top:5px;
text-align:center;
}
.menu_bot a{
text-decoration:none;
color:#fff;
text-shadow: -1px 1px #0033CC , 1px -1px #0033CC , -1px -1px #0033CC ,1px 1px #0033CC;
padding-left:10px;
padding-right:10px;
}
.menu_bot a:hover{
color:#900;
text-shadow: -1px 1px #fff , 1px -1px #fff , -1px -1px #fff ,1px 1px #fff;
}
/*-----------------------------------*/
.lienket{width: 100%; float: left; /*text-align: center;*/}
.lienket label{ float: left;  color: #666; margin:0px 5px 0px 0px; font-weight: normal; font-size: 13px; line-height: 23px; }
.lienket a{ display: inline-block; margin:0px 4px;}
.lienket h4{ float: left; width: 100%; color: #fff; font-size: 16px;}
.lienket img{ height: 28px; margin-bottom: 13px; }
.lienket a:hover{ opacity:0.7;}
.lienket1{float: right; text-align: right;margin:0px;}
.lienket1 a{ margin:19px 0px 0px 0px; display: inline-block; line-height: 18px; color: #666;}
.lienket1 img{ height: 40px; 
	    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;-webkit-filter: inherit;
    -moz-filter: inherit;
    -ms-filter: inherit;
    -o-filter: inherit;
    filter: inherit;
}
.lienket1 img:hover{
	
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
/*-----------------------------------*/

.copy{color: #f4f7f9; background-color: #282e39; font-size: 14px;padding: 20px 0px 20px 0px; width: 100%; float: left; font-family: 'RobotoLight'; }
.copy a{ color: #fff; }
.copy span{ color: #fff }
.copy p{ /*float: left;*/ }
.copy ul{/* float: right;*/ margin:0;}
.copy ul li{ display: inline-table; font-size: 12px; padding:0px 13px;border-left: 1px solid #fff;}
.copy ul li:first-child{ border-left: 0px solid #fff;}
.copy ul li span{
	color: #fff000;
	font-weight: bold;
}

.hotro_top{
    width: 100%;
    float: left;
    background: url(images/top_b.jpg) repeat-x;
    height:38px;
    line-height:38px;
}
.hotro_top h2{float:left;color:#fff; font-size: 19px; font-weight: 100;}
.tienich{
	width:214px;
	float:left;
	background:url(images/tienich.png) no-repeat 15px 15px;
	height:140px;
}
.soluong{
	padding:10px 0px 0px 10px;
	font-weight:bold;
}
.soluong span{
	width:110px;
	float:right;
	color:#F90
}

div#container_product{
	margin-top: 20px;
	width:100%;
	float:left; position: relative;
}
div#container_product #tabs {
display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  
  -webkit-flex-flow: row wrap; margin:0px auto;
  flex-flow: row wrap;
margin-bottom: 10px; width: 100%;
    padding:0px 0px;
    border-bottom:1px solid #d0d0d0;
    background: url(images/bg_tab.png) no-repeat right top;
}
div#container_product #tabs li {
display: inline-block; font-family: 'RobotoRegular';
width: 50%;
color:rgba(0,102,204,1);
transition: all ease 0.3s; position: relative;
}
div#container_product #tabs li a{
	 color: #646363;
    font-size: 22px;
    float: left;
    position: relative;
    font-weight: normal;
    margin: 0px 0px 0px 36px;
    font-family: 'SFUFeniceBold';
    padding: 8.5px 0px 8.5px 0px;
    text-transform: uppercase;
    position: relative;
}
div#container_product #tabs li a:before{
    content: url(images/bg_title1.png);
    position: absolute;
    top: 10px;
    left: -42px;
}
div#container_product #tabs li.current,div#container_product #tabs li:hover{
	color: #2e3091;
}
div#container_product #tabs li a.active,div#container_product #tabs li a:hover {
	color: #2e3091;
}
div#container_product #tabs li a.active:before,div#container_product #tabs li a:hover:before{
    content: url(images/bg_title.png);
    position: absolute;
    top: 10px;
    left: -42px;
}
div#container_product #tabs li span{
	position: absolute; top:-6px; left: -33px;
	width: 64px; height: 64px;
	padding:6px 0px 0px 20px; text-align: left;
	background: url(images/icon-bg.png) no-repeat center top;
	font-size: 15px; color: #4a9342; font-family: 'RobotoCondensed'
}


div#container_product .xemthem{
	position: absolute; top:10px; right:0px;
	font-size: 14px; font-family: 'RobotoCondensed';

}
div#container_product .xemthem a{
	color: #a2a2a2;padding:5px 18px 5px 0px;
	text-decoration: underline; background: url(images/arrow.png) no-repeat 90% 10px;
}
div#container_product .xemthem a:hover{
	color: #f7542b; text-decoration: underline;
}
.conttt{
	
	position: relative; overflow: hidden;
}
.conttt div{
	height: auto;
}
.conttt .hdin{
	height: 0px; overflow: hidden;

}
.phantrang {
text-align: center;
margin-top: 20px;
}
.noidung_ta{
	width:100%;
	float:left;
	padding:10px;
	clear:left;
	border: 2px solid #e4e4e4;
}
.clear {
clear: both;
}
.content{ width: 910px; float: right; margin: 0px 10px 0px 0px;}
#map_canvas {    
    height: 580px;
    width: 100%;
	margin-bottom:10px;
	float:left;
	margin-left:2px;
}

.map_description {
    color: #000000;
    overflow: auto;
    width: 300px;
}
.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;
}

.hotro_right {
    display: block;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 9;
    width: 100%; transition: 0.5s;
    max-width: 290px;
}
.hotro_right #img {
    display: block;
    position: relative;
    width: 100%;
    max-width: 290px;
    border-bottom: 1px solid #d00000;
    background: transparent url("images/hotro.png") no-repeat scroll 0% 0%;
}
.hotro_right #img > div.hotline {
    position: absolute;
    bottom: 0px;
    padding: 0px 10px;
    background-color: #ffde00;
    color: #d00000;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    border: 1px solid #6E7AFF;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
}
.hotro_right .noidung_20 {
    
    background-color: #FFF;
    border-left:1px dashed #bfbfbf;padding:11px 15px;
	border-right:1px dashed #bfbfbf;
}
.hotro_right #img > div.hotline_r {
    
    padding: 0px 10px;
    background-color: #ffde00;
    color: #d00000;
    font-size: 17px;
    font-weight: bold;
    width: 100%;
    border: 1px solid #d00000;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
}
.red{ color: #FB0000}
.dieukhoan{ width: 50%; float: left; border: 1px solid #ccc;margin: 10px 0px 10px 0px;}
.dieukhoan h4{ padding: 5px 10px 5px 10px; background: #F2F2F2 ; text-transform: uppercase; color: #fff}

.thanh_bt{ width: 100%; float: left; margin: 0px 0px 20px 0px; text-align: center; background: url(images/thanh_bt.png) no-repeat top center; margin-top: -5px; }
.thanh_bt h4{ font-size: 16px;font-family: 'RobotoRegular'; color: #fff; text-transform: uppercase; font-weight: 100; padding: 0px 30px 0px 30px; height: 38px; line-height: 38px; border-radius: 0px 0px 5px 5px;display: inline-block; }

.content_new ul li{ width: 100%; float: left; border-bottom: 1px dotted #ccc; padding: 10px 0px 10px 0px; }
.content_new ul li a{ width: 100%; float: left; color: #fff; padding: 0px 0px 0px 20px; background: url(images/4cham.png) no-repeat 5px 7px; }
.content_new ul li a:hover{ color: #FFF600 }
.content_new ul li span{ float: right; }

.khung_trai{ width: 100%; float: left; margin-left: 0px;}
.khung_phai{ width: 100%; float: right; padding: 0px;}
.thongtin_lh{ width: 100%; float: left; padding: 0px 40px 20px 0px;}
.thongtin_lh h1{ font-size: 20px; text-transform:uppercase; color: #04608B}
.form_lh{ width: 100%; float: left;}
.form_lh fieldset{
	padding: 10px;
	margin: 20px 0px 0px 0px;
}
.form_lh legend{color: #333;
    font-size: 20px;
    display: inline-block;
    font-weight: 500;
    font-family: 'OpenSansRegular';}
.form_lh p{ padding: 0px 10px 11px 10px;}
.form_lh p input{ padding: 7px; border:1px solid #5a5a5a; width: 100%; outline: none}
.form_lh p label{ width: 150px; float: left;font-family: 'OpenSansRegular'; font-size: 13px;}
.form_lh p textarea{ padding: 5px; outline: none; width: 100%;border:1px solid #5a5a5a; height: 100px;}
.form_lh p button{ border: 0px; background: #f7542b; outline:none; padding: 10px 20px; font-weight: bold; color: #fff; cursor: pointer; font-size: 'OpenSansRegular'; font-size: 16px;  float: right;}
.form_lh p button:hover{ background: #81341a}
.form_van input{ width: 100% ; padding: 5px;}
.form_van button{ position: absolute; z-index: 1000; top: 1px; right: 0px; color: #eee; padding: 5px; border: 0px; background: #E78D00}

#form_contact img{ max-width: 100%;}
.box_video{float: left;}
.box_video img{ width: 100%}
.box_video h3{ text-align: center; margin:10px 0px 0px 0px; width: 100%; float: left; font-size: 14px;}
.box_video:hover{ opacity: 0.8;}

.dieukhoan{ width: 49%; float: left; border: 1px solid #ccc;margin: 10px 0px 10px 0px;}
.dieukhoan h4{ padding: 5px 10px 5px 10px; background: #F2F2F2 ; text-transform: uppercase; color: #555}
.cuoncuon{ padding: 10px; height: 400px; overflow-y: scroll;}
.xacnhan{width: 100%; float: right;margin: 5px 0px 5px 0px;}
.xacnhan h4{ padding: 5px 10px 5px 10px; background: #F2F2F2 ; text-transform: uppercase; color: #555}
.khungxn p{ padding: 5px 0px 5px 0px; border-bottom: 1px dotted #ccc; margin:0px;}
.khungxn p b{ width: 120px; float: left; font-weight: 100;}
.khungxn p span{ color: #FC0202}
.khungxn p label{ margin:0px; font-weight: 100;}
.phuongthuc h4{ padding: 5px 10px 5px 10px; background: #F2F2F2 ; text-transform: uppercase; color: #555; margin-bottom: 10px;}
.dongy { padding: 10px; width: 100%; float: left; font-weight: bold;}


.menu_hinhanh{ width: 100%; float: left; height: 40px; background: url(images/menu.png) repeat-x; text-align: center; margin-top: 30px;}
.menu_hinhanh li{ display: inline-block; background: url(images/gach_menu.png) no-repeat right; padding-right: 5px;}
.menu_hinhanh li:last-child{ background: none;} 
.menu_hinhanh a{ display: block; height: 40px; line-height: 40px; padding: 0px 20px 0px 20px;}
.menu_hinhanh a:hover{ color: #FBC729}
.menu_mobile,.menu_hinhanh_m{ display: none; font-size: 30px; color: #fff; float: right; margin:5px 50px 0px 0px; position: relative; cursor: pointer;}
.menu_mobile:hover,.menu_hinhanh_m:hover{ color: #FAD400}
.menu_trong{ position: absolute; z-index: 100; display: none; background: #fff;border: 1px solid #eee;}
.about_mm{ padding: 10px; text-align: center; }
.about_mm a{ background: #0070c0; display: inline-block; padding: 5px 50px 5px 50px; font-size: 20px; border-radius: 5px; color: #fff; }
.about_mm a.banggia{ background: #df0000; }
.about_mm a:hover{ opacity: 0.8; }
.download_box {
    width: 230px;
    float: left;
    margin-right: 25px;
    text-align: center;
}
.download_box img {
    border: 1px solid #ddd;
    padding: 5px;
}
.download_box h3 {
    text-align: center;
    font-weight: 100;
    color: #333;
    margin: 5px 0px 5px 0px;
    font-size: 12px;
}
.download_box a {
    margin: auto;
    display: inline-block;
    padding: 3px 20px 3px 20px;
    background: #DE8801;
    color: #fff;
}

.box_video{margin:0px auto;padding:5px;box-sizing:border-box; width: 230px;}
.box_video img{ max-width: 100%;}
.box_video a h3{ text-align: left; margin:5px 0px 0px 0px; width: 100%; float: left; font-size: 14px;color:#035F67;font-weight: bold;overflow: hidden;}
.box_video:hover a h3{color:#d5aa16;}
.box_video:hover{ opacity: 0.8;}
.video_info{font-size: 12px;color:#767676;line-height: 1.3em;}
.video_info .loai_vid a{font-size: 13px;color:#767676;}
.video_info .loai_vid:hover a{color:#167ac6;}
.box_vid{width:70%;float: left;}
.box_vid iframe{height:300px;}
.box_vid h1{font-size: 24px;color:#fff;width:100%;background:rgba(0,0,0,.7);padding:15px 10px;box-sizing:border-box;}
.vid_cmt{width:100%;height:auto; float: left; margin-top: 10px;}
.other_vid{width:28%;float: right;}
.title_other{color:#d5aa16;font-size: 14px;font-weight: bold; border-bottom: 1px solid #ccc;text-transform: uppercase;}
.other_vid .box_video_detail{width:100%;padding:7px;box-sizing:border-box;}
.other_vid .box_video_detail img{width:40%;float: left;height:auto;}
.box_video_detail .vid_info{width:58%;float: right;color:#767676;line-height: 1.3em;font-size: 12px;}
.box_video_detail .vid_info a h3{font-size: 13px;font-weight: 500;color:#08678E;font-weight: bolder;}
.box_video_detail:hover .vid_info a h3{color:#d5aa16;}
.vid_info .loai_vid a{font-size: 13px;color:#767676;}
.vid_info .loai_vid:hover a{color:#167ac6;}
.luotxem{ font-style: italic; color: #666; font-size: 12px; }


/* -----------------------Popup---------------------------*/
#popub {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
    z-index: 10001;
    text-align: center;
}
#loading, #popub {
    width: 100%;
    height: 100%;
    display: none;
}
#popub .popub {
    position: relative;
    max-width: 80%;
    margin: auto;
    display: inline-block;
}
#popub .popub .close_popup {
    position: absolute;
    background: url(images/icon/close.png) center center no-repeat;
    width: 60px;
    height: 60px;
    right: -33px;
    top: -33px;
    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%;
    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);
}
.close_popup {
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}
.close_popup, .list-group-item>.badge {
    float: right;
}
#popub .popub .close_popup:hover {
    background-color: rgba(255,255,255,.3);
    box-shadow: 0 0 20px rgba(255,255,255,.8);
}
/* -----------------------End Popup---------------------------*/
.tags1 a{ display: inline-block; padding: 5px 7px; background-color: #FBE4B3; color: #707070; border-radius: 4px; font-size: 12px; margin-bottom: 4px;}
.tags1 a:hover{ background-color: #0f77bc; color: #fff;}
.tags2 { padding: 20px 0px;}
.tags2 p{    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;}
.tags2 a{ display: inline-block; padding: 0px 7px 0px 0px; margin-right: 10px; line-height: 1; color: #333; border-right: 1px solid #666; font-size: 13px; margin-bottom: 6px; margin-right: 10px; font-family: 'RobotoRegular';}
.tags2 a:hover{ color: #0f77bc; text-decoration: underline;}
/*--------------tags---------------------*/
.tags{
    background: #E4BC24;
    display: inline-block;
    padding: 0px 5px;
    line-height: 25px;
    color: #fff;
    padding-right: 15px;
    margin-bottom: 5px;
    margin-right:5px;
    position: relative;
}
.tags:before{
        content: '';
    height: 0px;
    width: 0px;
    position: absolute;
    top: 0px;
    left: -10px;
    border-top: 13px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 10px solid #E4BC24;
}
.tags:after{
        content: '';
    height: 0px;
    width: 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top: 13px solid transparent;
    border-bottom: 12px solid transparent;
    border-right: 10px solid #fff;
}
.tags span{ width: 10px; height: 10px; float: left; background:#fff; margin: 7px 10px 0px 0px; border-radius: 100%; }
.tags:hover span{ background:#FDF759; }
/*-----------------end tags-----------------------*/

.comboboxs select,.comboboxs input{ width: 100%; padding:5px;margin: 10px 0px 0px 0px; }
.comboboxs{}
.entry-title{text-transform: uppercase; font-size: 14px; border-bottom: 1px solid #ccc; color: #666}
#btnSearch{ background: #1e90e8; float: right;  border:0px; padding: 7px 20px 5px 20px; font-weight: bold; text-transform: uppercase; color: #fff; margin: 10px 0px 0px 0px; cursor: pointer;}
#btnSearch:hover{ background: #0082B8 } 
/*-----------fanpage----------------*/
.fanpage {
    position: fixed;
    top: 200px;
    right: -300px;
    z-index: 9999999999;
    width: 300px;
    height: 250px;
    transition: all 0.5s;
}
.fanpage .title_fanpage {
    position: absolute;
    top: 0px;
    left: -45px;
}
.fanpage:hover {
    right: 0px;
}
#callnow{position: fixed;
    bottom:0;
    left: 0;
    right: 0; font-family: Calibri;
    display: none; z-index: 1000;
    background-color: #0266d9; color: #fff;
}
#callnow ul{ display: inline-table; height: 40px; width: 100%; margin-bottom: 0px;}
#callnow ul li{ display: table-cell; vertical-align: middle; text-align: center; }
#callnow ul li img{ max-width: 35px; display: inline-block; }
#callnow ul li a{color: #fff !important}
 .blink_me {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@-moz-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}

@keyframes blinker {  
  0% { opacity: 1.0; }
  50% { opacity: 0.0; }
  100% { opacity: 1.0; }
}
@media (max-width: 1200px) {
.container{ width: 100%; }
#hinhanh .hinhanh{
	width: 100%;
	text-align: center;
	margin:0;
}
#logo:before{
	content: '';
}
#logo a{
	padding-left: 5px;
}
.lienket1 img{ height: 25px;
}
}
@media (max-width: 992px) {


#info{ width: 100% !important; }
.khung_facebook{ padding-left: 0px; }
.tags2{ display: block; }
#cssmenu > ul > li > a{
	font-size: 12px;
}

.idex:nth-child(4n+1){ clear: none; }
.idex:nth-child(3n+1){ clear: both; }
.colu3:nth-child(4n+1){
	clear: none;
}
.colu3:nth-child(3n+1){
	clear: left;
}
#doitac{ overflow: hidden; }
.khung_facebook{
	width: 100%;
	padding:0;
}
#lienhe .form_lh1{
	max-width: 100%;

}
.thongke{
	width: 33.33%;
	margin:15px 0px;
	max-width: 100%;
}
}
@media (max-width: 800px) {
	.slider{ width: 100%; float: left;
     position: relative;}
	#ads{ width:100%; float: right; }
	#timeline .timeline-item .timeline-content{ width: calc(100%-161px) !important; }
}
@media (max-width: 768px) {
	#left{
		width: 100%;
		max-width: 100%;
	}
	.menu_left li ul{
		position: relative;
		left: auto;top:auto;
	}
	#thongtin ul li{
		width: 50%;
	}
.colu2:nth-child(3n+1){
	clear: none;
}
.colu2:nth-child(2n+1){
	clear: left;
}
.content_main{ width: 100%; margin:0px; }
#main_menu{ display: none !important }
.icon_menu{ display: block; }
#top p.hotline{ display: none }
#logo{ max-width: 100%; text-align: center; }
#logo img{ max-width: 200px; }
#lang ul li{ margin:0px; }
.thongtin_bt{ min-height: auto; width: 100%; padding:0; }
.thanh_title h2,.thanh_title h4{
	padding: 20px 15px 12px 15px !important;
}
.description,.noidung1{ padding:0px 10px; }
.description img,.noidung1 img{
	max-width: 100% !important;
	height: auto;
}
.noidung1 table{
	width: 100% !important;
}
.khung_l{
	padding:0px 10px;
}
.khung_pr{ background: none }
#abouts,#about{
	padding:20px 0px;
}
.thanh_title1 h2, .thanh_title1 h4{
	padding:15px 0px; font-size: 22px;
}
.thanh_title h2, .thanh_title h4{
	font-size: 22px;
}
#congtrinh{
	margin:20px auto;
}
.khung_l{
	margin:10px 0px 17px 0px;
}
.khung_l img{
	width: 30%;
}
.xemtiep{ margin-top: 20px; }
.khung_r{ padding:5px 0px; }
#news{
	padding:15px 0px;
}
	.search{ width: 100%; }
	#logo{ width: 100%; padding:0;}
	.hotline_top .slogan{ padding:5px; }
	.hotline_top .hotline{ padding:7px 0px 0px 0px; }
.hotline_top .hotline p{ display: none}
.khung_facebook{float: left; }

#callnow{display: block;}
#footer{
	padding-bottom: 40px;
}
.others-news{
	display: block;
}
.others-news1{
	display: none;
}
.img_detail{
	padding:0px;
}
.news_info {
	padding:0;
}
.idex:nth-child(3n+1){ clear: none; }
.idex:nth-child(2n+1){ clear: both; }
#logo{ width: 100%; text-align: center; }

	#cart{ padding:20px 0px 0px 0px; position: absolute; top:0; right:0; }
.category{ width: 100%; border-right:0px; padding-right: 0px;
 }
.video_con{ width: 100%; float: left; max-width: 250px; }
.copy{ text-align: center; }
.copy ul li{ padding: 0px 3px; }
#doitac{ margin:10px 0px 10px 0px; padding: 0px 15px 20px 15px }
ul.pagination a{
	padding:3.5px 10px;
}
.khung{ padding:5px; }
.colu3:nth-child(3n+1){
	clear: none;
}
.colu3:nth-child(2n+1){
	clear: left;
}
}
@media (max-width: 620px) {
	.down_load .filenopass{
		width: 48%;
		padding:12px 5px 12px 35px;
		font-size: 15px;
		margin-right: 2px;
		-webkit-background-size: 25px 27px;
		background-size: 25px 27px;
	}
	.down_load .filepass{
		width: 48%;
		padding:12px 5px 12px 35px;
		font-size: 15px;
		margin-right: 2px;
		-webkit-background-size: 25px 27px,10px 12px;
		background-size: 25px 27px,10px 12px;
	}
	#lienhe{ padding:10px 5px !important; }
	#lienhe .form_lh .tflienhe{ width: 100%; }
	#slide_show{
		margin:0px;
	}
	#top{ display: none }
	
	.menu_bt{ display: none }
	.hotline_top .slogan{ font-size: 15px; width: 100%; display: none}
	.hotline_top .hotline{ width: 100%; }
    .box_new h3 a{
        font-size: 16px;
        line-height: 1.3;
        font-weight: bold;
    }
    .box_new .img a{ width: 100% !important; display: inline-block}
	.box_new .img{ width: 40%; float: left; padding-right: 10px;}
	.box_new img{ width: 100%;}
	#timkiem{ height: 27px; margin-top: 5px; max-width: 100%;}
	#timkiem input{ height: 25px; }
	#timkiem button{ top:1px ; }
	.slider .catalog{ display: none }
	#logo{ max-width: 100%; text-align: center; }
	#logo img{ display: inline-block; max-width: 150px; height: 49px; }
	#lang ul li img{ max-width: 25px; }
.frame_images{ padding-right: 0px; }
.info_detail{ margin-top:20px; padding:10px;}
div#container_product #tabs li{
	margin-bottom: 10px
}
div#container_product #tabs li span{ left: -25px }
div#container_product #tabs li:nth-child(1) {
 	flex: 1 100%; order:1;
 }
div#container_product #tabs li:nth-child(2) {
 	flex: 1 100%; order:2;
 }
div#container_product #tabs li:nth-child(3) {
 	flex: 1 100%; order:3;
 }
div#container_product #tabs li a{padding:0px; font-size: 14px; border-bottom:1px solid #fff; }
div#container_product #tabs li:first-child a{padding:7px 0px;}
.item_tt img{ margin-right: 6px; }
.hotrotructuyen{ position: relative; top:auto; right:auto; bottom: auto; background-color: #000; width: 100%; }
.video_con .slide-desc span{
	padding: 7px 15px 52px 15px;
	background: url(images/play.png) no-repeat center 50px;
    background-size: 50px;
}
.slider,.lienhe{
	width: 100%; text-align: center;
}

.item-nb1{ width: 50%; }
.tags2 a{ padding:0px 3px 0px 0px; margin-right: 3px; }
.box_n:nth-child(2n+1){
	clear: none;
}
.thongke{ width: 100%; float: left; }
	#news{ margin:10px 0px 0px 0px; width: 100%;}
	.doitac .dt_frm{
		padding:24px 0px;
	}
	.thongke{display: none;}
	.khung_facebook{
		padding:5px;
	}
}
@media (max-width: 450px) {
	#thongtin ul li{
		width: 100%;
	}
	#lienhe .form_lh1 button{
		width: 100%;
	}
	#lienhe .form_lh1 #captcha1{
		width: calc(100% - 120px);
	}
	.doitac h4{
		font-size: 18px;
	}
	#cart .ghang{ padding:10px 5px; border:none; width: 50px;}
	#cart .ghang p.fs{ display: none }
	.owl-carousel{ margin-top: 5px !important }
	.search{ padding:0px; }
	.item h3 a.cc{ min-height: 44px; }
	.item-nb1{ width: 100%; text-align: center; }
	.form_lh p{ padding: 0px 0px 11px 0px;}

}