@charset "utf-8";
/* CSS Document */
*{
margin:0px;
padding:0px;
box-sizing:border-box;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
}
a{ text-decoration: none;} 
@font-face {
    font-family: 'RobotoMedium';
    src: url('css/font/RobotoMedium/RobotoMedium.eot');
    src: url('css/font/RobotoMedium/RobotoMedium.eot') format('embedded-opentype'),
         url('css/font/RobotoMedium/RobotoMedium.woff2') format('woff2'),
         url('css/font/RobotoMedium/RobotoMedium.woff') format('woff'),
         url('css/font/RobotoMedium/RobotoMedium.ttf') format('truetype'),
         url('css/font/RobotoMedium/RobotoMedium.svg#RobotoMedium') format('svg');
}
@font-face {
    font-family: 'RobotoRegular'; 
    src: url('css/font/RobotoRegular/RobotoRegular.eot');
    src: url('css/font/RobotoRegular/RobotoRegular.eot') format('embedded-opentype'),
         url('css/font/RobotoRegular/RobotoRegular.woff2') format('woff2'),
         url('css/font/RobotoRegular/RobotoRegular.woff') format('woff'),
         url('css/font/RobotoRegular/RobotoRegular.ttf') format('truetype'),
         url('css/font/RobotoRegular/RobotoRegular.svg#RobotoMedium') format('svg');
}
@font-face {
    font-family: 'RobotoCondensed'; 
    src: url('css/font/RobotoCondensed/RobotoCondensed.eot');
    src: url('css/font/RobotoCondensed/RobotoCondensed.eot') format('embedded-opentype'),
         url('css/font/RobotoCondensed/RobotoCondensed.woff2') format('woff2'),
         url('css/font/RobotoCondensed/RobotoCondensed.woff') format('woff'),
         url('css/font/RobotoCondensed/RobotoCondensed.ttf') format('truetype'),
         url('css/font/RobotoCondensed/RobotoCondensed.svg#RobotoMedium') format('svg');
}
@font-face {
    font-family: 'UTMAlterGothic'; 
    src: url('css/font/UTMAlterGothic/UTMAlterGothic.eot');
    src: url('css/font/UTMAlterGothic/UTMAlterGothic.eot') format('embedded-opentype'),
         url('css/font/UTMAlterGothic/UTMAlterGothic.woff2') format('woff2'),
         url('css/font/UTMAlterGothic/UTMAlterGothic.woff') format('woff'),
         url('css/font/UTMAlterGothic/UTMAlterGothic.ttf') format('truetype'),
         url('css/font/UTMAlterGothic/UTMAlterGothic.svg#RobotoMedium') format('svg');
}
@font-face {
    font-family: 'unicode_display_UVNBaiSau_N';
    src: url('css/font/unicode_display_UVNBaiSau_N/unicode_display_UVNBaiSau_N.eot');
    src: url('css/font/unicode_display_UVNBaiSau_N/unicode_display_UVNBaiSau_N.eot') format('embedded-opentype'),
         url('css/font/unicode_display_UVNBaiSau_N/unicode_display_UVNBaiSau_N.woff2') format('woff2'),
         url('css/font/unicode_display_UVNBaiSau_N/unicode_display_UVNBaiSau_N.woff') format('woff'),
         url('css/font/unicode_display_UVNBaiSau_N/unicode_display_UVNBaiSau_N.ttf') format('truetype'),
         url('css/font/unicode_display_UVNBaiSau_N/unicode_display_UVNBaiSau_N.svg#RobotoMedium') format('svg');
}
@font-face {
    font-family: 'unicode_display_UVNBaiSau_B';
    src: url('css/font/unicode_display_UVNBaiSau_B/unicode_display_UVNBaiSau_B.eot');
    src: url('css/font/unicode_display_UVNBaiSau_B/unicode_display_UVNBaiSau_B.eot') format('embedded-opentype'),
         url('css/font/unicode_display_UVNBaiSau_B/unicode_display_UVNBaiSau_B.woff2') format('woff2'),
         url('css/font/unicode_display_UVNBaiSau_B/unicode_display_UVNBaiSau_B.woff') format('woff'),
         url('css/font/unicode_display_UVNBaiSau_B/unicode_display_UVNBaiSau_B.ttf') format('truetype'),
         url('css/font/unicode_display_UVNBaiSau_B/unicode_display_UVNBaiSau_B.svg#RobotoMedium') format('svg');
}
.margin_auto{
	width:1200px;
	margin:auto;
	position:relative;
}
#container{width:100%;float: left;}
.container{ width:100%; float:left; background:url(images/footer.png) no-repeat bottom center;}
#logo{ float: left;}
#top{
	width:100%;
	float:left;
	background: url(images/gocphai.png) no-repeat right top;
}
#header{ width:100%;float: left; background:url(images/bg_top.png) repeat-x; top: 0px; position: absolute; z-index: 10;}

#banner{
	float:left;
} 
#banner img{ float: left; margin-top: 10px;}
#logo img{ float: left;}
#slogan{ height: 65px; float: left; width: 100%; border-left: 7px solid #7aaa00;border-right: 7px solid #7aaa00;border-top: 7px solid #7aaa00; margin: -65px 0px 0px 0px; background: #fdfbe9; border-radius: 5px; padding:15px 0px 0px 0px; text-align: center; color: #ff0000; font-size: 22px; text-transform: uppercase; font-style: italic;}
#album img{ width: 230px; float: left; padding: 4px; margin: 8px; border:1px solid #cde0fe; height: 150px;}
#album img:hover{ opacity: 0.8;}
#menu{
	float:left;
	margin:0px 0px 0px 0px;
	width: 100%;
	background: url(images/menu.png) repeat-x;
	height: 45px;

}

#menu_top{margin:0px 0px 0px 0px;position: absolute;z-index: 10; top: 88px; right: 0px;}
#menu_top ul{ width: 100%; float: left;}
#menu_top ul li{float: left;  text-transform:uppercase; font-size: 12px; color: #333; position: relative;}
#menu_top ul li a{color: #000;padding: 0px 15px 0px 15px;}
#menu_top ul li.icon a{ border-right: 1px solid #86888b;}
#menu_top ul li a:hover,#menu_top ul li.active a{ color: #0050B3}



#slide_show{ width: 100%; float: right; margin:0px 0px 0px 0px; border-bottom: 5px solid #06356f;}
.ngonngu{ float:right; margin:50px 15px 0px 0px;}
.ngonngu img{ margin-left: 5px;}
.ngonngu img:hover{ opacity:0.7;} 
#thongtin{ width:100%; float:left; padding: 36px 0px 67px 0px; background: url(images/bg_dmbt.jpg) no-repeat bottom center; background-color:#f3f8fe;}
.khung_tt1{ width: 390px; float: left; padding: 20px 0px 0px 140px; min-height: 140px;}
.danhmuc11{ background: url(images/danhmuc1.png) no-repeat 10px 10px;}
.danhmuc12{ background: url(images/danhmuc2.png) no-repeat 10px 10px;}
.danhmuc13{ background: url(images/danhmuc3.png) no-repeat 10px 10px;}
.khung_tt1 h4{ color: #017ab8; font-size: 14px; text-transform:uppercase;}
.khung_tt1 li a{ width: 100%; float: left; padding: 5px 0px 0px 20px; color: #9a9ea1; background: url(images/thongtin_icon.jpg) no-repeat 0px 12px;} 
.khung_tt1 li a:hover{color: #0266EE;}
.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;}

.khung_video{ width: 280px; float: right}
.khung_video h4{ font-size: 20px; text-transform: uppercase;font-family: 'RobotoCondensed'; color: #383838; margin-bottom: 20px;}
#video{ width:100%; float:left;}
.khung_video select{ width: 100%; padding: 5px;}
#video_load{ margin: 20px 0px 0px 0px;background: url(images/bg_pro.png) repeat;width: 100%; float: left;border: 7px solid #fff;}
.video li{ padding:0px 7px 0px 7px; background:rgba(0,102,153,1); color:#fff; cursor:pointer; display:inline-block; border-radius:100%}
.video li:hover,.video li.active{ background:rgba(0,102,153,0.7);}
.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)}
.tailieu td{ padding:10px; border-bottom:1px solid rgba(204,204,204,1);border-right:1px solid rgba(204,204,204,1);}
.download{ padding:5px 20px 5px 20px; background:rgba(0,153,204,1); text-decoration:none; color:rgba(255,255,255,1); font-weight:bold; border-radius:5px;}
.noidung{
text-align:justify;
color:#000;
padding:10px 0px 0px 0px;
} 
.title_h1{ color: #06356f}
.thongtin_lh{ width: 100%; float: left; padding: 0px 40px 20px 0px;}
.thongtin_lh h1{ font-size: 20px; text-transform:uppercase; color: #04608B}
.form_contact{ width: 49%; float: left;}
.form_lh{ width: 49%; float: right; margin-bottom: 20px;}
.form_lh fieldset{
	padding: 10px;
	margin: 0px 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: 300px; 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_contact input{ padding: 5px;}
ul{
list-style-type:none;
margin:0px;
padding:0px;
}
#icon{background:url(images/gach_menu.png) no-repeat right;}
#timkiem{ width: 630px;  float: left; background-color: #fff; height: 30px; margin: 5px 0px 5px 50px;}
#timkiem select{ border: 0px; width: 100px;}
#timkiem input{
	width:370px;
	height:30px;
	float:left;
	background:none;
	border:0;
	 margin: 1px 0px 0px 6px;
	padding:2px 10px 2px 10px;
	outline:none;
}
#timkiem button{
	width:100px;
	float:right;
	margin-left:5px;
	background:none;
	border:0px;
	font-size: 14px;
	background: #000;
	color:rgba(255,255,255,1);
	height:30px;
	cursor:pointer;
	outline:none;
}
.timkiem button:hover{ color:rgba(255,255,0,1);}
.giohang_top{ width: 250px; float: right;padding: 0px 0px 0px 60px; height: 30px; background:url(images/giohang.png) no-repeat left; line-height: 30px; font-size: 14px; margin: 5px 0px 0px 0px;}
.giohang_top a{ display: block; color: #333}
.giohang_top a:hover{ color: #E90404} 

#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; font-weight: bold;}
#giaohang li a{ display: inline-block; color: #000;  }

.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 { width: 150px; float: left; margin: 15px 0px 0px 16px; position: relative; overflow: hidden;}
.album img{ width: 150px; height: 110px; float: left; padding: 4px; 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;}
#main{
width:100%;
float:left;

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

#left{
width:280px;
float:left;
margin: 0px 0px 0px 0px;
}
.danhmuc{
width:100%;
float:left;
margin-bottom: 10px;
box-shadow: 0px 0px 3px #ccc;
border-radius: 5px 5px 0px 0px;
background: #f1f1f0;
}
.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:18px;
text-align: center;
font-weight: bold;
height:40px;
background: #06356f;
line-height: 40px;
}
.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; text-align: center; margin-top: 10px; color:#010101;  }
.hotline_l span{ color: #FC0303;font-size: 20px;}
.hotro{
	width:200px;
	float:left;
	background:rgba(255,255,255,1);
	margin:10px 0px 10px 20px;
	border-radius:10px;
	border:1px solid #0a4dbe;
	}
.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;
}

.sp_noibat{ width: 100%; float: left;}
.cty{
width:218px;
float:left;
text-align:center;
font-weight:900;
font-size:16px;
color:#000;
}
.ctyhoang{
color:#fff;
padding-bottom:10px;
}
.tencty{
width:218px;
float:left;
text-align:center;
font-weight:900;
font-size:20px;
color:#007700;
}
.ht{
padding-left:10px;
padding-top:20px;
color:#FF0000;
text-transform:uppercase;
font-weight:bold;
}
.kinh{
	width:200px;
	float:left;
	border-left:1px solid rgba(204,204,204,1);
	border-right:1px solid rgba(204,204,204,1);
	border-bottom:1px solid rgba(204,204,204,1);
	padding:5px;
}
.yaho{ width: 100%; float: left; text-align: center; margin: 10px 0px 10px 0px;}
.yahoo{
	width:210px;
	float:left;
	margin:10px 0px 10px 10px;
}
.yahoo img{ float: left; margin: 0px 5px 0px 0px;}
.yahoo p.ten{
width:100%;
float:right;
color: #666;
}
.yahoo p.hinh{
width:100%;
float:left;
font-weight: bold;
font-size: 14px;
height: 30px;
line-height: 30px;
color: #2254f3;
}
.yahoo p.hinh a{
	float: left;
}
.yahoo .dienthoai{ float: left; padding-left: 30px; background: url(images/dienthoai.png) no-repeat 0px 5px; margin:0px 0px 5px 0px;}
.yahoo .email{ float: left; padding-left: 30px; background: url(images/email.png) no-repeat 0px 5px; margin:0px 0px 5px 0px;}
.tintuc{ width:50%; float:left; margin:5px 0px 5px  0px; padding: 10px;}
.tintuc:nth-child(2n+1){ clear: both;}
.tintuc img{ float:left; width: 150px; border:1px solid #cbeaff; padding:2px; margin:5px 10px 0px 10px; box-shadow:2px 2px 3px #CCCCCC;}
.tintuc a{ text-decoration:none;}
.tintuc h3 a{ font-size:16px; color:#237901;}
.tintuc a p{ font-size:13px;  color:rgba(51,51,51,1);}
.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}

.okt{
	padding:0px 0px 10px 10px;
	font-weight:bold;
	color:#333333;
}
.gc_yah{
width:210px;
float:left;
border-bottom:1px dotted #ccc;
margin:10px 0px 10px 10px;
}
.diachi{
width:970px;
float:left;
font-size:12px;
padding-left:10px;
padding-top:5px;
color:#000;
}
.diachi b{
	padding:0px 10px 0px 10px;
}
.quangcao{
width:183px;
float:left;
margin:5px;
}
.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;}
.tim_ten{
width:60px;
float:left;
padding-left:30px;
color:#A6DCFF;
font-size:11px;
line-height:20px;
}
.tim_input{
width:280px;
float:left;
}
.bongl{
width:230px;
float:left;
margin-bottom:20px;
}
.bando{ float:left; border:3px solid #a62401}
.thongke{
	width: 200px;
	float: right;
	background: url(images/thongke.png) no-repeat 10px 72px;
}
.thongke h4{ margin: 30px 0px 10px 0px;font-family: 'RobotoCondensed'; text-align: center; text-transform: uppercase; color: #f3f021}
.thongke h4:after{ content: "";  width: 16px; height: 17px; background: url(images/after_tt.png) no-repeat; float: right;}
.thongke h4:before{ content: "";  width: 16px; height: 17px; background: url(images/after_tt.png) no-repeat; float: left; margin:2px 5px 0px 0px;}
.thongke ul li{
	width:100%;
	float:left;
	font-size: 11px;
	padding:0px 0px 10px 45px;
	background:url(images/muiten_vang.jpg) no-repeat 30px 10px;
	color: #fff;
}
.online{
	background:url(images/muiten.png) no-repeat 10px 12px;
	color:#FFF;
}
.thongke ul li span{
	float: right;
}
.bong_info{
width:730px;
float:right;
height:30px;
font-weight:900;
color:#333333;
text-transform:uppercase;
line-height:30px;
}
.hotline{
	float:left;
	width:240px;
	margin:0px 0px 0px 10px;
	color:rgba(51,51,51,1);
	font-weight:bold;
	font-size:20px;
	background: url(images/hotline_l.png) no-repeat 0px 5px;
	padding: 0px 0px 0px 80px;
	border-bottom: 1px solid #e6e6e6;
}
.hotline h5{ font-weight:100; font-size:12px;}
.hotline span{ color:rgba(255,0,0,1)}
.thongtin{
	width:250px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	border-bottom:1px dotted #999999;
	font-weight:bold;
	font-size:14px;
}
.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;
}
#chungtoi{ width: 100%; float: left; background: url(images/bg_chungtoi.jpg) repeat; border-bottom: 1px solid #daedfb;border-top: 1px solid #daedfb;}
#content{ width: 100%; float: left; margin: 20px 0px 0px 0px;}

#info{
	width:100%;
	float:right;
}

#sanpham{
	width:100%;
	float:left;
}

.khung{
  width:100%;
  float:left; 
  position: relative;
}
.xemtiep{
width:100%;
float:right;
font-size:11px;
padding-left:20px;
text-align:center;
}
.xemtiep a{
text-decoration:none;
color:#fff;
display: inline-block;
width: 147px;
height: 37px;
line-height: 37px;
font-size: 14px;
background: url(images/xemthem.png) no-repeat;
}
.xemtiep a:hover{
color:#FCFF00;
}
.thanh_title{ width:100%; float:left; background:url(images/thanh4.png) repeat; height: 48px;font-family: 'UTMAlterGothic'; height: 20px; border-bottom: 1px solid #000; margin-bottom: 40px; text-align: center; }
.thanh_title h2{ padding:0px 10px 0px 10px; display: inline-block; color:#2d2d2d; text-transform:uppercase; text-align: center; font-size: 30px; background: #fff;font-weight: 100;}
.thanh_title a{ color: #000;}
.thanh_title a:hover{ color: #027A8C;}
.danhmuc_1{ width: 200px; float: left; background:#f1f1f1; min-height: 440px; padding: 20px 0px 0px 0px}
.danhmuc_1 a{ width: 100%; float: left; padding: 10px 0px 10px 30px; color: #333; font-size: 14px;} 
.danhmuc_1 a:hover{ color: #0133ED}
.danhmuc_1 ul li{ width: 100%; float: left; position: relative;}
.danhmuc_1 ul li ul{ position: absolute; z-index: 1000; left: 200px; top: 0px; width: 200px; background: #f1f1f1; display: none;}
.danhmuc_1 ul li:hover ul{ display: block;} 
.danhmuc_1 ul li:hover{ background: rgba(255,255,255,0.5)} 

.danhmuc_2 ul{ width: 210px; float: left; padding: 0px 10px 0px 10px}
.danhmuc_2 ul li:first-child{ width: 100%; float: left;border-bottom: 1px dotted #ccc; }
.danhmuc_2 ul.u_1{ margin-left: 365px; border-right: 1px solid #ccc;}


.item_index{ width: 100%; float: left; font-size: 12px; margin: 5px 0px 0px 0px; position: relative; transition: 0.3s; padding: 5px;}
.item_index img{ width: 100%; height: 140px;} 
.item_index h3{ color: #333; text-transform: uppercase;font-size: 12px;}
.item_index .mota{ color: #666;} 
.item_index  .giaban{color:#FF0000; position: absolute; top: 60px; font-weight: bold; text-shadow: -1px 1px #fff , 1px -1px #fff , -1px -1px #fff ,1px 1px #fff;}
.item_index  .giacu{color:#666;position: absolute; top: 80px; text-decoration: line-through;text-shadow: -1px 1px #fff , 1px -1px #fff , -1px -1px #fff ,1px 1px #fff; font-size: 11px;}
.item_index:hover{ box-shadow: 0px 0px 10px #ccc;}
.item_index:hover h3{color: #047CB4}
.item_index .giamgia{ position: absolute; z-index: 10; right: 0px; top: 70px; width: 50px; height: 50px; border: 2px solid #ccc; text-align: center; background: #fff; border-radius: 50%; color: #bf1522; padding: 5px 0px 0px 0px; font-weight: bold; font-size: 14px;}
.item_index .giamgia p{ font-size: 10px; color: #ccc;} 
.khung_thongtin{ width: 460px; float: right}
.khung_thongtin li{ padding: 2px 0px 2px 0px;}
.khung_thongtin h1{ font-size: 26px; color: #00289c}
.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;}
.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/giohan.png) no-repeat 0px 5px; color: #333; font-style: italic;}
.huongdan_detail a:hover{ color: #04579D}
.danhmuc_con{ background: #f4f3f3; width: 100%; float:left;}
.danhmuc_con a{ float: left; color: #333; text-transform: uppercase;}
.danhmuc_con a:hover{ text-decoration: underline;}
.danhmuc_con li{ float: left; position: relative; margin: 9px;}
.danhmuc_con h3{ float: left; position: absolute; font-size: 14px; transition: 0.5s; z-index: 10; bottom: 0; left: 0; right: 0;background: rgba(0,0,0,0.6); padding: 5px; color: #FFDE00}
.danhmuc_con li img{ width: 220px; float: left;}
.danhmuc_con li:hover h3{ bottom: 70px;background: rgba(0,0,0,0.2);}

.thongtin_detail{ font-style: italic;}
.khuyenmai_detail{ margin: 5px 0px 0px 0px;}
.khuyenmai_detail label{ text-transform: uppercase;}
.khuyenmai_detail ul li{ padding: 5px 0px 5px 20px; background: url(images/muiten_detail.png) no-repeat 0px 11px; color: #008c00}
.khung_km{ border: 1px solid #dfdcdc; padding: 10px;}

.selectors{ border: 1px solid #ccc; text-align: center; float: left; width: 100%}
.table_info{ width: 930px; 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; text-align: center; background:#ffd800; height: 40px; line-height: 40px;}
.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/before.png) no-repeat; height: 13px; float: left; width: 139px; margin: 15px 0px 0px 0px;}
.thanhsp h2:after{ content: ""; background: url(images/after.png) no-repeat; height: 13px; float: right; width: 139px; margin: 15px 0px 0px 0px;}
.thanhsp span{ color: #FE0000}

.khung_khac{ width: 100%; float: left;margin: 0px 0px 20px 0px;}
.thanh_k{ width: 100%; float: left; height: 38px; background: url(images/thanh_k.png) repeat-x; }
.thanh_k h2{ font-size: 16px; padding: 8px 0px 0px 10px; text-transform: capitalize;}
.khung_bc{ width: 250px; float: right; border:3px solid #ccc;}
.khung_bc h2{ background: #ffde00; height: 30px; line-height:30px; font-weight:100;  text-align: center; text-transform: uppercase; font-size: 14px; } 
.khung_bc h2 span{ color: #e80000}
.giamgia_bc{
    position: absolute;
    width: 30px;
    float: left;
    height: 30px;
    z-index: 1;
    top: 0px;
    left: 70px;
    font-size: 13px;
    background: #E90000 none repeat scroll 0% 0%;
    border-radius: 50%;
    line-height: 30px;
    text-align: center;
    color: #FFF;
}


#java_km{ width: 100%; float: left;}
.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}
.item_bc{ width: 236px; float: left;margin:5px; border-bottom: 1px solid #e2e2e2; padding: 10px 0px 10px 0px; position: relative; }
.item_bc img{ width: 100px; float: left; margin:0px 10px 0px 0px;} 
.item_bc h3{ color:#0066cc; font-weight: 100; font-size: 14px}
.item_bc .giaban{ color: #e80000; font-size: 14px;}
.item_bc .giacu{ color: #6991a3; text-decoration: line-through; font-size: 14px;}
.item_bc:hover{ opacity: 0.8}


.title_kt{ color: #333; font-size: 20px; }

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

.thanh13{
	float:right;
}
.item{
	width:275px;
	float:left;
	margin:10px 0px 10px 25px;
	text-align: center;
}
.item .product_images{
	width:100%;
	border-radius: 5px;
	border: 1px dotted #e6e6e6;
	padding:4px;
	float: left;
}
.item .product_images img{
	width:100%;
	background: #fff;
	height: 190px;
	padding:1px;
	float: left;
	border-radius: 5px;
	border: 1px solid #e6e6e6;
}
.item .product_images a{ 
float: left;}
.bong_sp{ width:100%; float:left; height:10px; background:url(images/bong_sp.png) no-repeat center}
.item a,.sp2 a{
	text-decoration:none;	
}
.item h3,.sp2 h3{ color:#333; font-weight:200;font-size:14px;margin: 20px 0px 0px 0px; }
.item p{ color: #FC0000; font-size: 13px;} 
.item p span{color:rgba(255,0,0,1);}


.item_hot{
	width:240px;
	float:left;
	text-align: center;
	padding: 10px;
	position: relative;
	margin:30px 0px 0px 0px;
	min-height: 250px;
}
.item_hot img{ width: 100%; border:4px solid #112489; border-radius: 5px;}

.bong_sp{ width:100%; float:left; height:10px; background:url(images/bong_sp.png) no-repeat center}
.item_hot a{
	text-decoration:none;	
}
.item_hot h3{ color:#fff;font-size:12px;margin: 0px 0px 0px 0px; height: 44px; background: url(images/title.png) no-repeat center; padding: 5px 45px 0px 45px }
.item_hot p{ color: #333; font-size: 12px; width: 100%; text-align:justify; padding:5px; float: left; } 

.khung_pr{ width: 890px; float: right;}
.item_hot a:hover h3{ color: #FFF601; }
.item_hot a:hover img{ border:4px solid #2b45cc;}


.xemthem{ float: right;}
.image_boder12{ float:left;}
.chitiet{
	width:77px;
	float:left;
	background:url(images/chitiet.png) repeat-x;
	border-radius:5px;
	text-align:center;
	height:22px;
	margin-left:70px;
	margin-top:20px;
	line-height:22px;
}
.chitiet a{
color:rgba(255,255,255,1);
line-height:25px;
width:77px;
float:left;
text-align:center;
text-decoration:none;
}

.chitiet a:hover{
	color:rgba(255,255,0,1);
}
.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;
}
.item:hover{
opacity:0.8;
}
.item:hover h3{ color: #0483E5}
.cls{
width:728px;
float:left;
border-bottom:1px dashed #CCCCCC;
}
.gach{
width:100%;
float:left;
border-bottom:1px dotted #ccc;
margin:5px 0px 5px 0px;
}
.lienhe_sp{
	text-align:center;	
}
.lienhe_sp span{
	color:rgba(255,0,0,1);
}
.frame_images{
width:450px;
float:left;
}
.noidung ul li{
list-style-type:none !important;
}
.tieudetin{
color:#000;
text-transform:capitalize;
font-size:18px;
font-weight:900;
}
.tieudetin i{
color:#999999;
font-size:12px;
font-weight:100;
}
#tin{
width:570px;
float:left;
}
.tieudetinn a{
color:#333;
text-decoration:none;
font-size:16px;
font-weight:bold;
}
.tieudetinn a:hover{
color:#006699;
}
.msoct{
padding:5px 0px 5px 0px;
color:#666666;
font-weight:900;
text-transform:capitalize;
}
.motact{
color:#666666;
}
#footer{
	width:100%;
	float:left;
	background:url(images/bottom.png) repeat;
	border-top: 5px solid #e3e3e3;
}
.footer_1{
    float: left;
    width: 290px;
    border-radius: 5px;
    padding: 20px 20px 0px 0px;
}
.footer_1 h2{
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}
.footer_1 ul{ padding: 10px 0px 20px 0px;}
.footer_1 ul li a{
	color: #585858;
	font-size: 12px;
	display: block;
	padding: 2px 0px 2px 0px;
}
.footer_1 ul li a:hover{ color: #0151B4;}
.footer_1 p{ margin: 10px 0px 10px 0px; font-size: 12px;color: #333;}
.footer_1 form{ width: 100%; float: left;}
.footer_1 form label{width: 100%; float: left; color: #ccc;}
.footer_1 form .input{ width: 230px; padding: 5px;}
.footer_1 form button{ padding: 5px 20px 5px 20px; border: 0px; background: #ffea00; text-transform: uppercase; margin: 5px 5px 20px 0px;}
.footer_1 form button:hover{ background: #027788; color: #fff; cursor: pointer;}
.baomat{ color: #666 !important}
.khung_tintuc{ width: 600px; float: left;}
.khung_tintuc h4{ font-size: 20px; text-transform: uppercase;font-family: 'RobotoCondensed'; color: #383838; margin-bottom: 20px;}
.tintuc_bt{ width: 270px; float: left;}
.tintuc_bt img{ width: 100%; box-shadow: 5px 5px 0px 0px #ccc; height: 180px;}
.tintuc_bt h3{ color: #333; font-size: 14px; margin:5px 0px 5px 0px;}
.tintuc_bt a:hover h3{color: #04529A}
.tintuc_bt p{ font-size: 12px; color: #333;} 
.khung_tintuc ul{ width: 310px; float: right}
.khung_tintuc ul a{ width: 100%; float: left; color: #333; padding:5px 0px 5px 20px; background: url(images/cham_trang.png) no-repeat 0px 12px}
.khung_tintuc ul a:hover{ color: #04529A}
.khung_hotro{ width: 270px; float: left; margin:0px 10px 0px 10px;}
.yahoo_khung{ background: #fff;width: 100%; padding: 15px; margin-top: 20px; float: left; position: relative;}
.hinh_ya{ position: absolute; z-index: 10; top: -50px;  right: 0px;}
.yah_big{float: left; width: 100%; min-height: 100px}
.hinh_yal{ margin:0px 0px 0px 0px; float: left; width: 100%;}
.hotline_bt{ width: 100%; float: left; background: url(images/hotline_bt.png) no-repeat 0px 10px; padding: 5px 0px 5px 80px; font-weight: bold; font-size: 20px; color: #FC0101; border-bottom: 1px solid #ccc;}
.khung_hotro h4{ font-size: 20px; text-transform: uppercase;font-family: 'RobotoCondensed'; color: #383838; margin-bottom: 20px;}

.tintuc_bt{ width: 270px; float: left; text-align: justify;}
#bottom{
	width:100%;
	float:left;
	background-color: #f2f2f2;
	margin: 20px 0px 0px 0px;
}
.logo_bt{ float: left;}
.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);
}
.slidef{
	width:770px;
	float:left;
	height:290px;
	border:5px solid #CFCFCF;
}
.bong_slide{
	width:770px;
	float:left;
	height:13px;
	background:url(images/bong_slide.png) no-repeat center;
}
.bottom{
width:100%;
float:left;
background:url(images/bottom.jpg) no-repeat center;
padding:20px 0px 0px 0px;
position:relative;
}
.khung_bt{
	width:100%;
	float:left;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;

}
.khung_bt1{ width: 260px; float: left; margin: 0px 30px 0px 10px;}
.khung_bt1 a{ color: #a3a3a3;}
.khung_bt1 h4 {overflow: hidden;position: relative; }
.khung_bt1 h4 span{ color: #f2ff00; text-transform: uppercase; font-size: 16px; margin-bottom: 10px;position: relative; display: inline-block; padding: 0px 20px 0px 0px;}
.khung_bt1 h4:after{content: ""; position: absolute; width: 100%; background-color: #ccc; height: 10px; background: url(images/gach_bt.png) repeat-x; top: 7px;}
.khung_bt1 ul li a{ width: 100%; float: left; padding: 3px 0px 3px 20px; background: url(images/muiten.png) no-repeat 5px 12px; color: #fff;}
.khung_bt1 ul li a:hover{ color: #FFF000}
.khung_bt2{ width: 600px; float: left; color: #fff; padding:10px 0px 10px 0px;}
.thongtin_bt{ width: 350px; float: left; margin:10px 0px 10px 0px; color: #ccc;}
.thongtin_bt h2{ margin: 10px 0px 10px 0px;font-family: 'RobotoCondensed'; text-transform: uppercase; color: #f3f021}
.dv_chungtoi{ width: 290px; float: left; color: #fff; padding:0px 20px 10px 20px;}
.dv_chungtoi h4{ margin: 30px 0px 10px 0px;font-family: 'RobotoCondensed'; text-transform: uppercase; color: #f3f021}
.dv_chungtoi ul a{ color: #fff; font-size: 12px; padding: 2px 0px 2px 0px;}
.dv_chungtoi ul a:hover{ color: #FFF000}
.dangky_tin{ width: 310px; float: left;}
.dangky_tin h4{ margin: 30px 0px 10px 0px;font-family: 'RobotoCondensed'; text-transform: uppercase; color: #f3f021}
.dangky_tin input{ padding:8px; border: 0px; width: 220px; border-radius: 5px 0px 0px 5px; float: left;}
.dangky_tin button{ background: #18882b; border:0px; width: 80px; height: 32px;border-radius: 0px 5px 5px 0px; line-height: 30px; float: left; color: #fff; text-transform: uppercase;}
.dangky_tin p{  color: #fff}
.dangkymail{padding-bottom: 10px; width: 100%; float: left ;}

.bocongthuong{ float: right}
.bocongthuong h4{ margin: 10px 0px 10px 0px; font-size: 12px;}


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

.copy{ width:100%; float:left; color: #fff; height: 40px; font-size: 14px; line-height: 40px;margin:0px 0px 0px 0px; background:#f1c722; text-align: center;}

.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;}
.lk_bt a{ float: left; margin:5px 0px 0px 5px;}
.lk_bt img:hover{box-shadow: 0px 0px 3px #ccc;}
.bttt2{
	width:1200px;
	float:left;
	margin-top:0px;
	min-height:100px;
	padding:10px 0px 10px 0px;
	color:rgba(255,255,0,1);
	font-size:14px;
}
.bttt2 span{
}
.bttt3 a{
color:rgba(255,255,0,1);
font-weight:900;
text-decoration:none;
}
.dangnhap{
width:230px;
float:left;
padding-top:10px;
padding-bottom:5px;
}
.tendang{
color:#FFCC00;
padding-left:10px;
height:25px;
}
.tendang input{
width:130px;
float:right;
padding-right:10px;
}
.nutdang input{
width:82px;
float:right;
height:25px;
background:url(images/dangnhap.png) no-repeat;
border:0;
cursor:pointer;
font-weight:900;
}
.tendd a{
text-decoration:none;
font-weight:bold;
color:#000000;
}
.tendd a:hover{
color:#FF9900;
}
.ngdd{
color:#999999;
font-size:10px;
}
.dangky a{
width:230px;
float:left;
text-align:right;
font-style:italic;
color:#FFFFFF;
text-decoration:none;
background:url(images/dangky.png) no-repeat 100px;
padding-bottom:10px;
padding-bottom:5px;
}
.dangky a:hover{
color:#FFCC00;
}
.nuttt input{
width:170px;
float:left;
margin-left:30px;
}
.nutdangk input{
width:82px;
float:right;
height:25px;
margin-right:70px;
background:url(images/dangnhap.png) no-repeat;
border:0;
cursor:pointer;
font-weight:900;
margin-top:10px;
margin-bottom:10px;
}
.kakadk{
width:82px;
float:left;
height:25px;
margin-left:130px;
background:url(images/dangnhap.png) no-repeat;
border:0;
cursor:pointer;
font-weight:900;
margin-top:10px;
margin-bottom:10px;
}
.dangnhaptv fieldset{
border:1px solid #FFCC00;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
padding-top:10px;
padding-bottom:10px;
}
.dangnhaptv legend{
margin-left:50px;
text-transform:capitalize;
color:#FFCC00;
font-weight:900;
}
.dangnhaptv label{
width:120px;
float:left;
padding-left:10px;
font-weight:900;
}
.dangnhaptv input{
margin-bottom:5px;
}
.capchaaaa{
width:auto;
float:left;
height:30px;
line-height:50px;
}
.capchaaaa img{
padding-top:5px;
}
.dkt{
width:82px;
float:left;
margin-top:10px;
margin-left:130px;
}
.dntc{
width:230px;
float:left;
color:#FFCC00;
font-weight:900;
text-align:center;
text-transform:capitalize;
}
.thoat a{
width:82px;
float:left;
text-align:center;
line-height:25px;
height:25px;
margin-left:70px;
margin-top:10px;
margin-bottom:5px;
color:#333333;
background:url(images/dangnhap.png) no-repeat;
}
.thoat a:hover{
color:#000000;
}
.xemtheem{
width:315px;
float:left;
text-align:right;
}
.xemtheem a{
text-decoration:none;
color:#0066FF;
font-size:11px;
font-style:italic;
}
.xemtheem a:hover{
color:#FF0000;
}

#doitac{
	width: 100%;
	float:left;
	background: #fff;
	padding: 5px;
	border: 1px solid #ccc; 
	border-radius: 5px;
}
.doitac{
	width: 200px;
	float:left;
	margin:10px 0px 10px 20px;
}
.sp_left{ width:240px; float:left; margin: 10px 0px 0px 10px; }
.sp_left img{ width:100%; float:left;margin:0px 0px 0px 0px; border-radius:10px; padding: 2px; border:1px solid #e1e1e1;}
.sp_left img:hover{ opacity: 0.8;}
.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; margin:5px 0px 10px 0px;}
.lienket img{ height: 46px; padding: 2px;}
.lienket a:hover{ opacity:0.7;}
.hotline_top{width:270px; background: url(images/hotline.png) no-repeat left; height: 49px; padding: 0px 0px 0px 120px; float:right; font-size: 26px; line-height: 49px;text-shadow: -1px 1px #fff , 1px -1px #fff , -1px -1px #fff ,1px 1px #fff; color: #F20622}

.vitri_1{ width:420px; float:left; margin-top:20px;}
.vitri_2,.vitri_3{ width:280px; float:left; text-align:center;}
.vitri_2 img.ban{ margin-top:15px; margin-left:-20px; margin-bottom:5px;}
.tienich{
	width:214px;
	float:left;
	background:url(images/tienich.png) no-repeat 15px 15px;
	height:140px;
}
.dmas{
	width:200px;
	float:left;
	padding-top:10px;
	height:35px;
}
.cume{
	padding-bottom:0px;
}
.cume img{
	width:173px;
	padding:2px;
	height:123px;
	border:1px solid #CCC;
}
.cume a{
	text-decoration:none;
	color:#333333;
	font-weight:bold;
}
.cume span{
	color:#FF0000;
}
.giohangg{
	width:200px;
	float:left;
	background:url(images/giohang.jpg) no-repeat;
	height:90px;
	padding-top:60px;
}
.soluong{
	padding:10px 0px 0px 10px;
	font-weight:bold;
}
.soluong span{
	width:110px;
	float:right;
	color:#F90
}
.ci{
	width:70px;
	padding-top:10px;
	float:right;
}
.ci a{
	text-decoration:none;
	color:#F00;
	font-style:italic;
}
.tienich{
	width:130px;
	float:left;
	padding-left:60px;
	padding-top:10px;	
}
.tienich a{
	width:130px;
	float:left;
	text-decoration:none;
	color:#333333;
	font-weight:bold;
	padding-top:11px;
}
.tienich a:hover{
	color:#F00;
}
s
.new_hot{
	width:249px;
	float:left;
}
.ten_t{padding:5px 5px 0px 5px;}
.ten_t a{ color: #333;  text-decoration:none;}
.ten_t a:hover{ color:rgba(0,102,153,1);}
.hinh_t{padding:2px; border:1px solid rgba(204,204,204,1); margin:5px; float:left;}
.xem_t a{ float:right; font-size:11px; color: rgba(255,0,0,1); text-decoration:none;}
.xem_t a:hover{ color:rgba(0,102,153,1);}
.xem_t{ padding-right:5px;}
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 li {
background:rgba(255,0,0,1);
padding: 7px 30px;
margin-right: 1px;
color:rgba(0,102,204,1);
text-transform: uppercase;
font-weight: bold;
}
div#container_product #tabs li.active {
background:#ffde00;
color: #000;
}
div#container_product #tabs li {
float: left;
}
div#container_product #tabs li a {
color: #000;
font-size:16px;
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;
}
form#dangky input.dangky {
width: 80px;
background: #000000;
color: #ffffff;
height: 28px;
text-align: center;
border-radius: 0px;
line-height: 20px;
margin-top: 15px;
cursor: pointer;
margin-left: 180px;
}
form#dangky input.dangky2 {
width: 80px;
background: #000000;
color: #ffffff;
height: 28px;
text-align: center;
border-radius: 0px;
line-height: 20px;
margin-top: 25px;
cursor: pointer;
margin-left: 30px;
}
form#dangky input {
width: 250px;
height: 20px;
margin: 5px 0px;
background: none;
border: 1px solid #ccc;
}
.timmm{
	width:170px;
	position:absolute;
	z-index:10;
	float:left;
	color:rgba(255,255,255,1);
	font-weight:bold;
	background:#fff;
	height:25px;
	margin-left:810px;
	border-radius:5px;
	margin-top:4px;
}
.timmm .bo5{
	width:140px;
	margin-left:10px;
	margin-top:6px;
	outline:none;
	float:left;
	border:0;
	background:none;
}
.timmm .ok{
	width:20px;
	cursor:pointer;
	background:url(images/seach.png) no-repeat;
	height:17px;
	margin-top:5px;
	float:left;
	border:0;
	outline:none;
}
.khuyenm{
	width:450px;
	float:left;
	margin-left:10px;
	margin-top:10px;
	height:150px;
}
.hinhkm{
	width:120px;
	float:left;
	border:1px solid rgba(204,204,204,1);
	padding:2px;
	margin-right:10px;
}
.tenkm a{
	text-decoration:none;
	color:rgba(153,0,0,1);
}
.tenkm a:hover{
	color:rgba(255,0,0,1);
}

.content{ width: 910px; float: right; margin: 0px 10px 0px 0px;}

div#bando
{
	margin-top:-23px;
	}
.box_containerlienhe .content ul.list_map
{
	list-style:none;
}
.box_containerlienhe .content ul.list_map li
{
  margin:3px 0px 7px 0px;
}
#map_canvas {    
    height: 530px;
    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;
}
.hinhnho{
	margin-top:5px;
	float:left;
	width:350px;
	text-align:center;
}
.hinhnho img{ border:1px solid rgba(204,204,204,1); padding:2px;}

.hinhnho a:hover{
	opacity:0.7;
}
.duan{ width:230px; float:left; margin:5px 7px 0px 7px;height:200px;}
.duan a{ text-decoration:none;}
.duan h3{ text-align:center; color:rgba(0,102,153,1)}
.duan img{border:1px solid rgba(204,204,204,1); width:220px; padding:4px; height:140px;}

.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: 49%; float: left; border: 1px solid #ccc;margin: 10px 0px 10px 0px;}
.dieukhoan h4{ padding: 5px 10px 5px 10px; background: #ffea00; text-transform: uppercase; color: #000}
.cuoncuon{ padding: 10px; height: 400px; overflow-y: scroll;}
.xacnhan{width: 49%; float: right;margin: 10px 0px 10px 0px;}
.xacnhan h4{ padding: 5px 10px 5px 10px; background: #ffea00; text-transform: uppercase; color: #000}
.khungxn p{ padding: 5px 0px 5px 0px; border-bottom: 1px dotted #ccc;}
.khungxn p b{ width: 100px; float: left; font-weight: 100;}
.phuongthuc h4{ padding: 5px 10px 5px 10px; background: #ffea00; text-transform: uppercase; color: #000; margin-bottom: 10px;}
.dongy { padding: 10px; width: 100%; float: left; font-weight: bold;}
.khung_trai{ width: 49%; float: left;}
.khung_phai{ width: 49%; float: right;}