@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;
}
#timkiem input::-webkit-input-placeholder {
   color: #243632;
}

#timkiem input:-moz-placeholder { /* Firefox 18- */
   color: #243632;  
}

#timkiem input::-moz-placeholder {  /* Firefox 19+ */
   color: #243632;  
}

#timkiem input:-ms-input-placeholder {  
   color: #243632;  
}
a{ text-decoration: none;} 
.margin_auto{
	width:1190px;
	margin:auto;
   position: relative
}
#banner,#logo{ float: left; }
#banner h2{ width: 250px; float: left; margin-left: -25px; margin-top: -5px; 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; }
.container{ width:100%; float:left;}
#logo img,#banner img{max-width: 100%; display: inherit;}
#logo img{ margin-top: 56px; max-height: 123px; }
#top{
	width:100%;
	float:left;
}
#header{ width:100%; margin:0px auto; float: left; min-width: 1200px; background: url(images/bg_banner.png) no-repeat top center; height: 197px; position: relative; z-index: 1}
.top_bg{ background: #02b8f1; width: 100%; float: left;}
.top_bg ul{ float: right;}
.top_bg ul li{ display: inline-block; position: relative; height: 30px; float: left;}
.top_bg ul li a.kt_vandon{ font-size: 12px; color: #fff; float: left; padding: 0px 15px 0px 0px; margin-right: 10px; background: url(images/down_t.jpg) no-repeat right 12px; height: 30px; line-height: 30px;}
.top_bg ul li:hover a{ color:#FFF000;}
.top_bg ul li .dropdown {
    top: 100%;
    z-index: 999;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 300px;
}
.header_top{ width: 100%; float: left; }
.dropdown {
    position: absolute;
    display: none;
    right: 0px;
    text-align: left;
    background: #FFF;
    min-width: 200px;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.5);
    box-shadow: 0 2px 2px rgba(0,0,0,.5);
    padding: 15px 21px;
    text-transform: initial;
    line-height: 1.3;
    font-size: 12px;
    color: #024879;
}
#order_tracking .dropdown__title {
    margin: 10px 0;
    text-transform: uppercase;
}
.dropdown__title {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.form label {
    display: block;
    padding: 5px 0px 5px 0px;
    font-weight: 100;
    font-size: 12px;
}
.form__submit__button{
	 border: 0px; background: #f36f21; padding: 5px 20px 5px 20px; color: #fff;
}
.form__submit__button:hover{ background: #036289}
.form__input__text {
    position: relative;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid rgba(0,0,0,.5);
    margin: 0;
    padding: 5px;
    font-size: 12px;
    width: 100%;
    border-radius: 3px;
}
.kiemtra_donhang li{ display: inline-block; padding: 5px 30px 5px 0px;}
.kiemtra_donhang{ width: 100%; float: left; border-top:1px solid #eee;border-bottom:1px solid #eee; margin:20px 0px 0px 0px; }

.thongtin_donhang li { padding: 5px 30px 5px 0px; border-bottom:1px solid #eee; }
.thongtin_donhang{ width: 100%; float: left;  margin:20px 0px 0px 0px; border-top: 1px solid #ccc }

.title_don{ border-bottom:1px solid #ccc;border-top:1px solid #ccc; padding: 5px;}
.title_don td{padding: 5px; background: #eee;}


.dichvu{ padding: 10px; margin-bottom: 12px; position: relative;}
.dichvu h3:before{ content: ''; width:56px; height: 40px; background: url(images/icon.jpg) no-repeat; float: left; margin-right: 20px; }
.dichvu h3{  width: 100%; float: left; background: #f4f3f3; height: 40px;line-height: 40px; color: #555555; font-size: 18px; text-transform: uppercase;font-family: 'RobotoMedium';}

.dichvu img{ width: 100%; transition: 0.5s;}
.dichvu .dv_hinh{ width: 100%; float: left;margin-bottom: 20px; position: relative; overflow: hidden;}
.dichvu .dv_hinh:hover img{ transform: scale(1.1);}
.noidung_load h2{ border-bottom: 1px solid #ccc; text-transform:uppercase;color: #555; width: 100%; float: left; font-size: 18px;font-family: 'RobotoMedium'; height: 40px; line-height: 40px;}
.noidung_load h2:before{ content: ''; background: url(images/icon.jpg) no-repeat; width: 56px; height: 40px; float: left; margin-right: 20px;}
.top_search{ background: #f6f6f6; width: 100%; float: left;}
.quangcao{ margin:20px 0px 20px 0px;}
.quangcao img{ width: 100%;}
.photo_item_overlay {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(232, 83, 2, 0.5) ;
    opacity: 0;
    transform: scale(0);
    transition: transform 0.5s ease 0s;
}
.photo_item_overlay a {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
.icon_background {
    display: block;
    background: transparent none repeat scroll 0% 0%;
    height: 60px;
    width: 60px;
    padding: 13px;
    border-radius: 150px;
    transform: scale(0);
    transition: all 0.3s ease 0s;
}
.icon_button {
    position: absolute;
    padding: 13px;
    font-size: 30px;
    color: #FFF;
}

.dichvu:hover .photo_item_overlay,.block:hover .photo_item_overlay {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.photo_item_overlay a:hover .icon_background {
    background: rgba(0,0,0,0.7);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

#banner_mobile{ display: none;}
#slogan{ font-family: 'UVNBachDangNangItalic'; float: left; width: 760px; padding:55px 0px 0px 0px; color: #003471; font-size: 26px; text-transform: uppercase; text-align: center;}
#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%;
	margin:0px 0px 0px 0px; border-radius: 10px;
    background: url(images/bg_menu.png) no-repeat top center; background-size: 100% 48px;
}
#main_menu h2{ width: 100%; cursor: pointer; background-color: #01b8f1; color: #fff; font-size: 20px; text-transform: uppercase; font-weight: bold; padding: 15px 20px 15px 20px; font-family: 'RobotoCondensedBold';  font-weight: 100; }
#main_menu h2 span{ padding: 0px 20px 0px 0px;}
.slide_{ width: 100%; float: left; padding: 10px 0px 0px 20px;}
.frame_images{float: left; width: 48%;}

#slide_show{ margin:0px auto; max-width: 1349px; min-width: 1200px; position: relative; z-index: 0; border-top:3px solid #EEEEEE;}
.ngonngu{ float:right; margin:16px 100px 0px 5px;}
.ngonngu img{ margin-left: 5px;}
.ngonngu img:hover{ box-shadow: 0px 0px 10px #ccc;} 
.ngonngu p{ text-align: center;}
.ngonngu a{ color: #666;}
.ngonngu a:hover{ color: #037CBB}
#thongtin{ width:100%; float:left; padding: 30px 0px 30px 0px; background: #FFFFFF }
.bong_tren{width:100%; float:left; background:url(images/bongtren.png) no-repeat; height:17px;margin:20px 0px 0px 0px;}
.bong_duoi{width:100%; float:left; background:url(images/bongduoi.png) no-repeat; height:40px;margin:0px 0px 0px 0px;}

#video{ width:100%; float:left;}
#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%; float: left; color: #666; font-size: 24px;}
.noidung{
text-align:justify;
color:#000;
padding:10px 0px 10px 0px;
} 
.thongtin_lh{ width: 100%; float: left; padding: 0px 40px 20px 0px;}
.thongtin_lh h1{ font-size: 20px; text-transform:uppercase; color: #04608B}

#form_contact input{ padding: 5px;}
ul{
list-style-type:none;
margin:0px;
padding:0px;
}
#icon{background:url(images/gach_menu.png) no-repeat right;}
#timkiem{ background:url(images/bg_search.png) no-repeat center; float: right;  margin: 6px 14px 0px 0px; height: 35px; position: relative; padding: 0px; width: 249px;
}
#timkiem select{ border: 0px; width: 205px; }
#timkiem input{
	height:35px;
	float:left;
	background:none; 
    color: #243632 !important;
	border:0;
    width:219px;
    padding: 0px; padding-left: 22px;
	outline:none;
}

#timkiem button{
	float:left;
    width: 20px;
	border:0px;
	color: #fff;
	height:16px;
	text-transform: uppercase; margin-top: 8px;
	font-weight: bold;
    background: url(images/search.png) no-repeat;
	cursor:pointer;
	outline:none;
}
.timkiem button:hover{ color:rgba(255,255,0,1);}
.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;}
.album { float: left; margin: 15px 0px 0px 6px; position: relative; overflow: hidden;}
.album img{ width: 220px;float: left; padding: 1px; border:1px solid #cde9ff;}
.album h3{ font-size: 12px; position: absolute; z-index: 10; bottom: -30px; 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;
background: url(images/shadow2.png) no-repeat center bottom;
}
.main{
width:100%;
float:left;
}
.back_gr{
	width:100%; float:left; background:rgba(255,255,255,1);	
}
#right{
	width:315px;
	float:right;
}

#left{
width:250px;
float:left;
margin-top: 20px;
}
#right{
width:250px;
float:right;
margin: 0px 0px 0px 0px;
}
.danhmuc{
width:100%;
float:left;
margin-bottom: 20px;
border-bottom: 5px solid #fe6d72;
}
.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:#fff;
font-size:16px;
text-align: center;
font-weight: bold;
height:40px;
padding-top: 12px;
background: url(images/danhmuc.png) no-repeat;
}
.thanh2{
width:183px;
float:left;
text-transform:uppercase;
color:#fff;
font-size:18px;
margin: 0px 0px 0px 30px;
text-align: center;
font-weight: bold;
height:38px;
line-height: 38px;
text-shadow:0px 0px 3px #333;
}
.hotline_l{ font-size: 16px; font-weight:bold; margin: 5px 0px 5px 0px; color:#010101; width: 100%; background: url('images/hotline.png') no-repeat 0px 10px; color: #fe0000; padding: 5px 0px 5px 80px; border-bottom: 1px dotted #333;}
.hotline_l span{font-size: 24px;}
.hotro {
    padding: 5px;
    border: 1px solid #ff6d72;
    border-top: 0px;
}
.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-bottom:10px;
}
.menu_left ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.menu_left ul li{
	width:100%;
	float:left;
}
.menu_left ul li:last-child{ border-bottom: 0px;}
.menu_left ul a{
	width:100%;
	float:left;
	padding:5px 0px 5px 25px;
	background: url(images/muiten_detail.png) no-repeat 5px 10px;
	text-decoration:none;
	color:#333;
	font-size: 12px;
}
.menu_left li ul a{
	width:100%;
	float:left;
	color:#666;
}
.menu_left ul a:hover{
	color:#05628D;
}
.menu_left li ul a{
	padding-left:30px;
	background:url(images/pagination.png) no-repeat 15px 12px;
}

.menu_left li ul li ul a{
	padding-left:40px;
	background:url(images/muiten_trong.png) no-repeat 30px 10px;
}
.yahoo_top{ text-align: center; margin:10px 0px 10px 0px; }
.yahoo{
    width:100%;
    float:left;
    margin:5px 0px 5px 0px;
}
.yahoo p{
width:100%;
float:left;
color: #fff;
font-size: 14px;
padding: 0px 0px 0px 10px;
}
.yahoo a{color: #333; padding-left: 5px;}
.yahoo p span{
margin: 8px 0px 0px 20px;
color: #3853a4;
float: left;
}
.yahoo p.hinh a{
    float: left;
    margin:5px 0px 0px 5px;
}
.yahoo .dienthoai{ width: 100%; float: left; color: #333;padding: 5px 0px 5px 50px; background: url(images/dienthoai_h.png) no-repeat 20px 10px;}
.yahoo .email{ width: 100%; float: left; color: #333; padding: 5px 0px 5px 50px; background: url(images/email.png) no-repeat 20px 10px;}

.sp_noibat{ padding: 10px; }
.sp_noibat img{ width: 100%; padding: 2px; box-shadow: 0px 0px 3px #ccc; }
.sp_noibat h3{ color: #8C0000; font-size: 14px; }
.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;
    color:#829994;
}
ul.pagination li {
    display:inline;
    padding:0 3px;
}
ul.pagination a {
    color:#0d7963;
    display:inline-block;
    padding:5px 10px;
    border:1px solid #cde0dc;
    text-decoration:none;
}
ul.pagination a:hover, 
ul.pagination a.current {
    background:#0d7963;
    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: 300px; float: right;
}
.thongke img{ float: left; }
.thongke h4{ font-size: 18px; text-transform: uppercase; color: #d9b19b; text-align: center; font-weight: 100;font-family: 'RobotoCondensed'; }
.thongke ul{ list-style: none; margin: 0px; padding: 5px 20px; box-shadow: 0px 0px 5px #B3B3B3  }
.thongke ul li{
	display: block; color: #393939; font-size: 18px; font-family: 'RobotoCondensed'; line-height: 45px;
    padding-bottom: 10px; margin-bottom: 7px; border-bottom:1px dotted #CDCDCD;
}
.thongke ul li:last-child{ border:none; }
.thongke ul li span{ color: #c90000 }
.thongke ul li:nth-child(1n){ text-align: left; }
.thongke ul li:nth-child(2n){ text-align: right; }
.thongke ul li:nth-child(1n) img{ float: left; }
.thongke ul li:nth-child(2n) img{ float: right; }
.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; margin: 0px 0px 0px 0px; border-top: 0px;}
#info{
	width:100%;
	float:right;
    margin:20px 0px 20px 0px;
}
#aboutus{ padding: 0px 0px; background-color: #EEEEEE; font-size: 13px; color: #606060 }
#aboutus .img{ float: left; }
#aboutus .img img{ width: 470px; }
#aboutus .cont{ width: 670px; float: right; text-align: justify; }
#aboutus .cont h3{ line-height: 60px; font-size: 30px; font-weight: normal; background: url(images/bg_title1.png) no-repeat center bottom;  margin-bottom: 10px;}
#aboutus .cont h3 a{ color: #c90000; font-family: 'RobotoCondensed'; text-transform: uppercase; display: block; text-align: center; }
#aboutus .cont p{ font-size: 13px; color: #606060; line-height: 1.9}
#sanpham{
	width:100%;
	float:left;
}
#congtrinh{ background: #eeeeee; width: 100%; float: left; margin: 20px 0px 0px 0px;  }
.khung_tt{ width: 100%; float: left; }
.hotnews .other_news{ width: 573px; float: right; } 
.other_news .box_new1{ display: block; width: 100%; margin-bottom: 10px; padding-bottom: 11px; border-bottom:1px dashed #AFAEAE; }
.other_news .box_new1 img{ width: 121px; height: 92px; padding: 2px; border:1px solid #CDCDCD; float: left; margin-right: 10px; }
.other_news .box_new1 h3 a{ font-size: 14px; color: #393939; font-family: Calibri }
.other_news .box_new1 h3 a:hover{ text-decoration: underline; }
.other_news .box_new1 p{ font-size: 13px; color: #393939; font-family: 'RobotoCondensed' }


.bottom_ti{ width: 573px;  float: left; font-size: 13px; color: #393939; text-align: justify;}
.bottom_ti h3{ font-weight: normal; margin-bottom: 20px; }
.bottom_ti h3 a{ color: #393939; font-size: 18px; font-family: 'RobotoCondensed' }
.bottom_ti a:hover{ text-decoration: underline; }
.bottom_ti:hover{ opacity: 0.8; }
.bottom_ti span{ font-style: italic; font-size: 12px; }
.bottom_ti img{ width: 270px; height: 194px; padding: 4px; border:1px solid #CDCDCD; background-color: #fff; float: left; margin-right: 20px; } 
.video_con{ width: 100%; float: left; }

.hotro_tructuyen{ width: 100%; float: left; background: url(images/bg_httt.png) no-repeat; height: 288px; position: relative; padding:15px; text-align: center;}
.hotro_tructuyen p.dienthoai{ width: 204px; height: 144px; font-size: 20px; color: #fff200; font-family: 'RobotoBold' ;background:url(images/httt.png) no-repeat top center; padding: 115px 0px 0px 23px; display: inline-block;}
.hotro_tructuyen p.email{ color: #000000; font-size: 16px; font-weight: bold; text-shadow: 1px 1px #fff, -1px -1px #fff,-1px 1px #fff,1px -1px #fff; display: block;margin: 20px 0px }
.khung_vd{width: 375px; float:right; margin-left: 27px;}
.khung{
  width:100%;
  float:left; 
  position: relative;
}
.xemtiep{
float:right;
font-size:14px;
background:url(images/xemm.png) no-repeat 80px 12px;
transition: 0.5s;
text-align:center;
}
.xemtiep a{
text-decoration:none;
font-style: italic;
float: left;
padding:7px 0px 7px 0px;
color:#F40000;
}
.xemtiep a:hover{
    color: #036889;
}
.giaohang{ width: 100%; float: left; margin-top: 20px; padding: 0px 0px 30px 0px;}
.thanh_title{ width:100%; float:left;padding: 0px 0px 12px 0px ; background: url(images/bg_title.png) repeat-x 0px  25px,url(images/shadow.png) no-repeat bottom center; text-align: center; margin-bottom: 27px; }
.thanh_title h2,.thanh_title h4{ color:#c90000; background-color: #fff; font-size: 28px; display: inline-block; padding: 8px 50px 8px 50px; font-weight: 100; text-transform: uppercase; font-family: 'uvntintuchepbold'}


.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;}

.thanh_bottom{ width:100%; float:left;margin: 0px 0px 10px 0px ; background: url(images/bg_title1.png) no-repeat right center; padding: 0px 0px 0px 0px; color: #00aeef;height: 33px; font-family: 'RobotoRegular'}
.thanh_bottom  h4{ color:#1c1c1c; text-transform:uppercase;font-size: 25px;display: inline-block; font-weight: normal;}
.app-figure{ border: 2px solid #CBCBCB; text-align: center; }
.info_detail{
     float: right; width: 48%; box-sizing:border-box;
}
.info_detail .name_sp{ width: 100%; margin-bottom: 10px; border-bottom: 1px #ddd solid}

.info_detail h1{    color: #333;
    font-size: 20px; text-transform: uppercase;
    font-weight: bold;
    line-height: 20px; font-family: 'RobotoBold'}

.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: 0px 10px 0px 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: 'UVNBaiSauRegular'; color: #333 }
.info_detail p.giacu span{ font-family: 'UVNBaiSauRegular'; text-decoration: line-through; font-size: 16px;}

.info_detail p.giaban span{ font-family: 'RobotoRegular';  font-size: 20px; color: #f00}

.khung_thongtin{ width: 90%; margin-top: 20px;}
.khung_thongtin li{ padding: 2px 0px 2px 0px;}
.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: 'RobotoRegular'; font-size: 14px;}
.khung_thongtin ul li span{ display: inline-block; width: 100px; font-weight: bold; font-family: 'RobotoBold' }
.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: 23px;}
.khung_thongtin .giaban span{ font-size: 20px; color: #ff0000; font-weight: bold;}
.gia_detail span{ font-size: 14px; color: #666;}

.dathang_detail .thanhtoannhanh{ width: 239px; float: left; background: url(images/thanhtoannhanh.png) no-repeat; height: 46px; font-weight: bold; text-transform: uppercase; font-size: 16px; padding: 9px 0px 0px 50px; cursor: pointer;}
.dathang_detail .muangay{ width: 177px; float: left; background: url(images/thanhtoan.png) no-repeat; height: 46px; font-weight: bold; text-transform: uppercase; font-size: 16px; padding: 9px 0px 0px 70px;cursor: pointer;}
.dathang_detail .thanhtoannhanh:hover,.dathang_detail .muangay:hover{ color:#9C1515;}
.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}

.box_new{ width: 50%; float: left; padding: 10px;}
.box_new img{ width: 120px; border:1px solid #ccc; padding:2px; float: left; margin:0px 10px 0px 0px;}
.box_new h3 a{ text-transform: uppercase; font-weight: 100; color: #025B89;}
.box_new p{ font-size: 12px; color: #333;} 
.box_new:nth-child(2n+1){ clear: left;}
.box_new:hover h3 a{ color: #AF0808} 
.content_new{ overflow:hidden; height: 400px; width: 100%; float: left;}

.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{ border: 1px solid #ccc; text-align: center; float: left; width: 100%}
.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);}

.item{
    width: 269px;
	float:left;
	margin:0px 37px 10px 0px;padding: 0px 0px 10px 0px;
	position: relative;text-align: center;
}
.item:nth-child(4n){ float: right; margin-right: 0px; }
.item:nth-child(4n+1){ clear: left;}
.item .giaban{ font-size: 16px; color: #fff; padding: 0px 0px 0px 0px;}
.item .giaban span{ color: #ffff00; font-weight: bold;}
.item  a img{
	width:100%;
	float: left;
    transition: 0.5s;
    margin-bottom: 5px;
}
.bong_sp{ width: 100%; float: left; height: 9px; content: ''; background: url(images/shadow1.png) no-repeat bottom center;}
.item a,.sp2 a{
	text-decoration:none;	
}
.item h3,.sp2 h3{transition: 0.5s; color:#393939; font-weight: normal; font-size:18px; width: 100%; float: left; padding: 0px 0px 5px 0px; }
.item h3:hover,.sp2 h3:hover{ color: #f00 }
.item p{ color: #000; font-size: 13px;} 
.item .img{ width: 100%; height: 193px; padding: 5px; background: url(images/bg_sanpham.png) no-repeat center; position: relative; overflow: hidden;}
.item .img img{ max-width: 100%; max-height: 183px;  transition: 0.3s;}
.item:hover a img{ transform: scale(1.1);}

.item1{
    width: 270px;
    float:left;
    margin:0px 36px 36px 0px;
    position: relative; overflow: hidden;
    background:#fff;
}
.item1:nth-child(4n){ float: right; margin-right: 0px; }
.item1:nth-child(4n+1){ clear: left;}
.item1  a img{
    width:100%;
    float: left;
    transition: 0.5s;
}
.item1 a,.sp2 a{
    text-decoration:none;   
}
.item1 h3,.sp2 h3{transition: 0.5s; color:#fff; font-size:18px; width: 100%; float: left; padding: 90px 10px 14px 10px; position: absolute; bottom:0px; left: 0px; right: 0px; font-family: 'UVFPistilli'; font-weight: normal; }
.item1:hover a img{ opacity: 0.8;}
.item1 h3.le{ background:url(images/bg_ten1.png) no-repeat bottom left; }
.item1 h3.chan{ background:url(images/bg_ten2.png) no-repeat bottom left; }
.item1 h3:hover,.sp2 h3:hover{ color: #ff0 }

.item2{
    width: 100%;
    float:left;
    position: relative; overflow: hidden;
    background:#fff; text-align: center;
}
.item2  a img{
    width:576px;
    float: left; 
    transition: 0.5s;
}
.item2 a,.sp2 a{
    text-decoration:none;   
}
.item2 h3,.sp2 h3{transition: 0.5s; color:#fff; font-size:25px; width: 100%; float: left; padding: 63px 10px 14px 10px; position: absolute; bottom:0px; left: 0px; right: 0px; font-family: 'UVNBachDangNang'; font-weight: normal; background:url(images/bg_ten.png) no-repeat top left; text-align: left; text-transform: uppercase;}
.item2:hover a img{ opacity: 0.8;}
.item2 h3:hover,.sp2 h3:hover{ color: #ff0 }

.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;}
.dangky_tin{ margin:0px 0px 10px 0px; float: right; width: 400px; color: #fff; }
.dangky_tin h4{ text-transform:uppercase; font-weight: bold; width: 100%; float: left; margin-top: 10px; color: #fbda42; font-size: 18px;font-family: 'RobotoCondensed';}
.dangky_tin p{ font-size: 14px; margin:5px 0px 5px 0px; font-size: 12px;} 
.dangky_tin p span{ text-transform: uppercase; font-size: 16px;}
.dangky_tin input{ width: 100%; padding: 10px; border-radius: 2px; border:0px; background: #efefef; margin-top: 10px;}
.dangky_tin button{ border:0px; background:#fbda42; width: 100px; height: 36px; border-radius: 0px 5px 5px 0px; font-weight: bold; color: #fff; text-transform: uppercase; position: absolute; z-index: 100; top: 10px; right: 0px; padding: 10px; cursor: pointer;}
.dangky_tin button:hover{ opacity: 0.5;}
.xemthem{ float: right; margin:10px 10px 0px 0px; font-size: 18px; color: #595959}
.xemthem:hover{ color: #035381}
.xemthem1{ float: right; margin-top: 5px; width: 116px; line-height: 34px; border:1px solid #DBDBDB; text-align: center; font-size: 14px; padding-right: 10px;background: url(images/arrow.png) no-repeat 91px center;  background-color: #fff; color: #666666; transition: 0.5s}
.xemthem1:hover{ border:1px solid #2f6d0c; color: #2f6d0c; }
.chitiet{
	float:right;
    color: #ff0000; font-size: 12px;
}
.chitiet:hover{
	color:#03758D;
}
.dathang{
	width:80px;
	float:left;
	height:25px;
	border-radius:5px;
	background:#39a01f;
	text-align:center;
	margin-left:40px;
	line-height:25px;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
}
.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;
}
.dangky_tin{ margin:10px 0px 10px 30px; float: left; width: 250px; color: #fff; }
.dangky_tin h4{ text-transform:uppercase; font-weight: bold; width: 100%; float: left; border-bottom: 1px solid #fff; margin-bottom: 10px; color: #fff;}
.dangky_tin p{ font-size: 14px; margin:5px 0px 5px 0px; font-size: 12px;} 
.dangky_tin p span{ text-transform: uppercase; font-size: 16px;}
.dangky_tin input{ width: 100%; padding: 5px; border-radius: 5px; border:1px solid #ccc;}
.dangky_tin button{ border:0px; background: url(images/mail.png) no-repeat; width: 27px; height: 21px; border-radius: 5px; font-weight: bold; color: #fff; text-transform: uppercase; position: absolute; z-index: 100; top: 5px; right: 5px; cursor: pointer;}

.dangky_tin button:hover{ opacity: 0.5;}
.dangkymail{ width: 100%; float: left;position: relative; margin: 10px 0px 0px 0px; padding:23px; color: #1d1d1d; font-family: 'RobotoCondensed'; font-size: 15px; background-color: #F1F1F1}
.dangkymail #email_dk{ width: 193px; border:none; outline: none; height: 38px; background-color:#fff; padding:0px 5px 0px 5px; color: #212121; border:1px solid #ECECEC; border-right: 0px; margin-bottom: 10px; float: left; }
.dangkymail .guiemail{border:none; outline:none; width: 93px; height: 38px; font-weight: bold; text-transform: uppercase; float: right; cursor: pointer; float: left;}
.dangkymail p{ width: 100%; float: left; color: #1d1d1d; margin-bottom: 5px;}
.dangkymail .dongy{ float: left; height: 13px; width: 13px; border:1px solid #707070; border-radius: 0px; margin-right: 5px; margin-top: 5px; }
.dangkymail label{ color: #3e3e3e; font-size: 13px; font-weight: normal; }
.dangky_tin1 button:hover{ opacity: 0.5;}
#copy{ width: 100%; float: left; background:url(images/copy.png) repeat-x; height: 49px; text-align: center; padding: 5px 0px 5px 0px;}
#totop{ width: 116px; text-align: center; height: 60px; position: absolute; left: 542px; bottom:-4px;}
#totop img{}
#bottom{
	width:100%;
	float:left;
	margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: url(images/bg_footer.png) repeat top;
} 

.khung_footer{ margin-top: 30px; padding: 0px 30px 0px 0px;}
.khung_footer h4{ text-transform: uppercase; color: #000000; font-family: 'RobotoCondensed'; font-size: 17px;}
.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: 25px 0px 0px 0px; width: 332px; float: left;color: #d9b19b}
.khung_facebook h4{  padding:0px 0px 0px 0px;color: #000000; font-family: 'RobotoCondensed'; font-size: 17px; text-align: center; font-weight: normal; line-height: 1; margin-bottom: 15px;}
.khung_facebook ul li a{ width: 100%; float: left; padding: 5px 0px 5px 0px; color: #747474; border-bottom: 1px solid #eee} 


.logo_bt{ float: left; text-align: center;}
.logo_bt{ max-width: 90%}
.menu_bt{
width:100%;
float:left;
margin-top:10px;
margin-bottom:10px;
text-align:center;
color: #333;

}
.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:rgba(255,255,255,1);
	font-size:14px;
	padding:0px 25px 0px 25px;
	text-transform:uppercase;
}
.menu_bt a:hover{
	color:rgba(255,255,0,1);
}
.bottom{
width:100%;
float:left;
position:relative;
margin:0px 0px 0px 0px;
background: url(images/bg_footer.jpg) repeat-x top center;
}

.facebook{width: 390px; float: right;}
.video_clip{ width: 310px; float: right; margin-right: 10px;}
.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;
}
.thongtin_bt{ float: left; margin:25px 0px 10px 0px; color: #000; width: 500px; padding-right: 10px; font-size: 13px;}
.thongtin_bt h2{ font-size: 17px; color: #c90000; font-weight: 100; margin:0px 0px 5px 0px; font-family: 'RobotoCondensed'; margin-bottom: 20px }
.thongtin_bt li{ padding: 3px 0px 3px 34px; font-size: 13px; color: #2f2f2f; font-family: 'RobotoCondensed'}
.thongtin_bt h4{text-transform: uppercase;}
.thanhtoan_bt{ float: left; margin-left: 50px; font-size: 12px;}
.thanhtoan_bt h4{ margin: 10px 0px 10px 0px; text-transform: uppercase;}
.bocongthuong{ float: right}
.bocongthuong h4{ margin: 10px 0px 10px 0px; font-size: 12px; color: #ccc;}


.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:0px 0px 0px 0px; float: left; background: #D1D1D1; }
.doitac{
	width: 400px;
	float:right;
	margin:10px 0px 10px 20px;
}
.doitac img:hover{ box-shadow: 0px 0px 3px #ccc; border-radius: 5px;}
.doitac img{ width: 80px; height: 60px; float: left; margin:5px 0px 0px 10px; transition: 0.3s;}
.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;}
.lienket label{ float: left; font-weight: bold;  color: #fff; margin:5px 10px 0px 0px;  }
.lienket a{ float: left; margin:40px 11px 0px 0px;}
.lienket h4{ float: left; width: 100%; color: #fff; font-size: 16px;}
.lienket img{ height: 25px;}
.lienket a:hover{ opacity:0.7;}
/*-----------------------------------*/

.copy{ background-color: #000; font-size: 12px;margin:0px 0px 0px 0px; color: #fff; padding: 10px 0px 10px 0px; width: 100%; float: left; text-align: center;}
.copy p{ float: left; font-size: 14px; font-family: 'RobotoCondensed'; }
.copy a{ color: #fff; }
.copy span{ color: #5ebf3e }
.copy ul{ float: right; }
.copy li{ display: inline-block; font-size: 14px; color: #fff; font-family: 'RobotoCondensed'; padding:0px 15px ; border-right:1px solid #fff; line-height: 1}
.copy li:last-child{ border:none; }
.copy li span{ color: #fff }

.hotline_top{ float: right; text-align: right;}
.hotline_top .lang{ margin-top: 72px;}
.hotline_top .lang li{ display: inline; }
.hotline_top .hotline{
    float:left;line-height: 32px; padding-left: 37px; background: url(images/bg_hotline.png) no-repeat left center; color: #393939; font-size: 18px; font-family: 'RobotoCondensed'; margin-top: 33px
}
.hotline_top .hotline span{ color: #ff0000; }
.hotline_top .diachi{ float: right;padding:9px 0px; padding-left: 19px; background: url(images/diachi.png) no-repeat left center; font-size: 13px; color: #fff }
.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:10px;
	width:100%;
	float:left;
}
div#container_product #tabs {
border: 1px solid #fff;
margin-right:5px;
margin-bottom: 10px;
overflow: hidden;
}
div#container_product #tabs ul.tba li {
background:#DB241E;
padding: 7px 30px;
margin-right: 1px;
color:rgba(0,102,204,1);
text-transform: uppercase;

}
div#container_product #tabs ul.tba li.active {
background:#5EBF3E;
color: #000;
}
div#container_product #tabs ul.tba li {
float: left;
}
div#container_product #tabs ul.tba li a {
color: #fff; font-family: 'RobotoCondensed';
font-size:18px;
text-decoration:none;
}
.phantrang {
text-align: center;
margin-top: 20px;
}
.noidung_ta{
	width:100%;
	float:left;
	padding:10px;
	clear:left;
	border: 3px solid #e4e4e4;
}
.clear {
clear: both;
}
.content{ width: 910px; float: right; margin: 0px 10px 0px 0px;}

#map_canvas {    
    height: 457px;
    width: 100%;
	margin-bottom:10px;
	float:left;
	margin-left:2px;
}
#map_canvas_bt {    
    height: 400px;
    width: 100%;
    float:left;
}
.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;
    right: 0px;
    z-index: 9;
    width: 100%;
    max-width: 290px;
}
.hotro_right #img {
    display: block;
    position: relative;
    width: 100%;
    max-width: 290px;
    height: 160px;
    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 {
    display: none;
    background-color: #FFF;
    border-left: 1px solid #d00000;
    padding: 5px;
}
.hotro_right #img > div.hotline_r {
    position: absolute;
    bottom: 0px;
    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: 49%; float: left; margin-left: 0px;}
.khung_phai{ width: 49%; 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; background: #f3f8fe; padding: 10px;}
.form_lh fieldset{
	padding: 10px;
	margin: 20px 0px 0px 0px;
}
.form_lh legend{ padding:0px 10px 0px 10px;  font-style: italic; color: #023B70}
.form_lh p{ padding: 5px 0px 5px 0px;}
.form_lh p input{ padding: 5px; width: 400px; margin-left: 10px;}
.form_lh p label{ width: 100px; float: left;}
.form_lh p textarea{ padding: 5px; width: 400px; margin-left: 5px; border: 1px solid #ccc;}
.form_lh p button{ border: 0px; background: #303030; padding: 5px 20px 5px 20px; font-weight: bold; color: #fff; cursor: pointer; margin-left: 13px;}
.form_lh p button:hover{ background: #036593}
.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 input{ padding: 5px;}
.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;}
.back_fix{
	height: 375px;
    width: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
}
.back_fix1{
	background-image: url("images/photo_divider1.jpg");
}
.back_fix2{
	background-image: url("images/photo_divider2.jpg");
}
.back_fix3{
	background-image: url("images/photo_divider3.jpg");
}
.back_fix4{
	background-image: url("images/photo_divider4.jpg");
}
.item1{ position: relative; overflow: hidden;}
.item1 img{ transition: 0.5s;}
.item1 img:hover{ opacity: 0.6; transform: scale(1.1);}

.item2{ position: relative; overflow: hidden; width: 135px; border:1px solid #D1D1D1; margin:10px 17px;}
.item2:nth-child(7n+1){ clear:both; }
.item2 img{ transition: 0.5s; max-width: 100%;}
.item2 img:hover{ opacity: 0.6; transform: scale(1.1);}

.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---------------------------*/

/*--------------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;
}



/*
@media (max-width: 1170px) {
	.margin_auto{ width:100%;}
}
@media (max-width: 970px) {
	#banner_mobile{ display: block;}
    .hotline_top{ text-align: center;background:#AE0000; margin-top: 0px; padding: 0px 0px 0px 0px; height: auto; line-height: normal;}
    .ddsmoothmenu-v{ display: none;}
    .slide_{ padding-left: 10px;}
}
@media (max-width: 768px) {
	.ddsmoothmenu{ display: none;}
	.menu_mobile{ display: block;}
	.noidung_gt{ width: 100%}
	.back_fix{ height: 200px}
	.input-group{ padding-left: 0px;}
	.menu_hinhanh ul{ display: none;}
	.menu_hinhanh_m{ display: block;}
	.menu_hinhanh{ height: auto;min-height: 40px;}
	.menu_hinhanh ul{ width: 100%; float: left; margin-top: 35px; background: #000}
	.menu_hinhanh ul li{ width: 100%; float: left; background: none; border-bottom: 1px solid #333;}
	.ddsmoothmenu{ height: auto;min-height: 40px; z-index: 1000; position: relative;margin-top: 35px;}
	.ddsmoothmenu ul{ width: 100%; float: left;  background: #000}
	.ddsmoothmenu ul li{ width: 100%; float: left; background: none; border-bottom: 1px solid #333;}
	.khung_2{ display: none;}
	.amazingslider-nav-1{ display: none !important;}
	#amazingslider-wrapper-1{ padding-right: 0px !important}
}
@media (max-width: 500px) {
	.ku_1{ display: none;}
}
@media (max-width: 650px) {

}*/