*{margin:0; padding:0; outline:none;}

.clear{clear:both;}

a{text-decoration:none;}

@font-face {
	font-family: "font1";
	src: url("fonts/OpenSans.eot");
	src: url("fonts/OpenSans.eot#iefix") format("embedded-opentype"),
	url("fonts/OpenSans.woff") format("woff"),
	url("fonts/OpenSans.ttf") format("truetype"),
	url("fonts/OpenSans.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "font2";
	src: url("fonts/OpenSans-Bold.eot"); src: url("fonts/OpenSans-Bold.eot#iefix") format("embedded-opentype"),
	url("fonts/OpenSans-Bold.woff") format("woff"),
	url("fonts/OpenSans-Bold.ttf") format("truetype"),
	url("fonts/OpenSans-Bold.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

/*@font-face {
	font-family: "font3";
	src: url("fonts/SFUAuchon.eot"); src: url("fonts/SFUAuchon.eot#iefix") format("embedded-opentype"),
	url("fonts/SFUAuchon.woff") format("woff"),
	url("fonts/SFUAuchon.ttf") format("truetype"),
	url("fonts/SFUAuchon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
*/
body{
	font-size: 12px;
	font-family: Arial, Helvetica;
}

#full{
	max-width: 1366px;
	margin: auto;
	position: relative;
}

.wikis{
	width: 1200px;
	margin: auto;
	position: relative;
}

#header{
	background: url(images/bg_head.png) no-repeat top center;
	height: 142px;
	position: relative;
}

.wrap_hotline{
	background: url(images/icon_hotline.png) no-repeat 0px 0px;
	width: 140px;
    position: absolute;
    right: 58px;
    bottom: 0px;
    padding-top: 55px;
    text-align: right;
}

.hotline span{
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff; /* text border 2px #fff */	
}

.logo{
	float: left;
	margin-top: 30px;
}

.logo img{
	width: 128px;
	height: 82px;
}

.banner{
	float: left;
	width: 484px;
	height: 78px;
    margin-top: 28px;
    margin-left: 230px;
}

.hotline_head{
	background: url(images/icon_hotline.png) no-repeat;
    position: absolute;
    right: 0px;
    top: 71px;
    line-height: 26px;
    color: #ff0000;
    padding-left: 32px;
    font-family: 'font2';
    font-size: 21px;
    text-transform: uppercase;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.wrap_linklk_head{
	position: absolute;
	right: 0px;
	top: 12px;
}

.wrap_linklk{
	margin-top: 15px;
}

.wrap_linklk img{
	width: 28px;
	height: 28px;
	margin-right: 1px;
}

.row_foot{
	margin-bottom: 15px;
	padding-left: 37px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
}

.icon_diachi{
	background: url(images/icon_diachi.png) no-repeat 0px 0px;
}

.icon_phone{
	background: url(images/icon_phone.png) no-repeat 0px 0px;
}

.icon_email{
	background: url(images/icon_email.png) no-repeat 0px 0px;
}

.icon_web{
	background: url(images/icon_web.png) no-repeat 0px 0px;
}

#wrap_menu {
	background: #fe0202;
    height: 44px; 
    line-height: 44px;
    position: relative;
}

#wrap_menu.fixed{
    position: fixed;
    top: 0px;
    max-width: 1366px;
    width: 100%;
    z-index: 9999;
}

.menu ul{
	list-style: none;
}

.menu ul li{
	float: left;
	position: relative;
}

.menu ul li.line_menu{
	background: url(images/line_menu.png) no-repeat;
	width: 1px;
	height: 42px;
}

.menu ul li a{
	color: #fff;
	font-size: 16px;
    padding: 11px 35px;
	font-family: 'font1';
	z-index: 999;
	position: relative;
}


.menu ul li:hover:before{
	content: '';
	width: 100%;
	height: 54px;
	background: url(images/bg_menu_sl.png) no-repeat 0px 0px;
	background-size: 100% 100%;
	position: absolute;
	top: -5px;
	left: 0px;
	z-index: 999;
}

.menu ul li.active:before{
	content: '';
	width: 100%;
	height: 54px;
	background: url(images/bg_menu_sl.png) no-repeat 0px 0px;
	background-size: 100% 100%;
	position: absolute;
	top: -5px;
	left: 0px;
	z-index: 999;
}

.menu ul ul{
	position: absolute;
	width: 250px;
	background: #fe0202;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
	z-index: 99;
	top: 44px;
}

.menu ul li:hover ul{
	opacity: 1;;
	visibility: visible;
	transition: 0.3s;
}

.menu ul li:hover ul ul{
	opacity: 0;
	visibility: hidden;
}

.menu ul li:hover ul ul ul{
	opacity: 0;
	visibility: hidden;
}

.menu ul ul li:hover ul{
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}

.menu ul ul ul li:hover ul{
	opacity: 1;
	visibility: visible;
	transition: 0.3s;
}

.menu ul ul li{
	width: 100%;
	line-height: normal;
	border-bottom: 1px solid #ccc;
	max-height: none;
}

.menu ul ul li a{
	text-transform: none;
	display: block;
	padding: 7px 5px;
	font-size: 14px;
	color: #fff;
	border: none;
}

.menu h2, .menu h3{
	font-size: 14px;
	font-weight: normal;
}

.menu ul ul a:hover{
	background: none;
	border-top: none;
	color: #b30000;
	border: none;
}

.menu ul ul li:hover:before{
	content: none;
}

.menu ul li.active ul li:before{
	content: none;
}

.menu ul ul ul{
	left: 251px;
	top: 0px;
}

.khung_timkiem{
	position: absolute;
	right: 0px;
    top: 0px;
    width: 237px;	
}

.timkiem {
	position: relative;
}

.timkiem input.tu_khoa {
    width: 170px;
    background: #c90303;
    border: none;
    color: #ccc;
    height: 28px;
    line-height: 28px;
    position: absolute;
    left: 31px;
    padding-left: 15px;
    padding-right: 30px;
    top: 9px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=117, Color=#333333)";/*IE 8*/
-moz-box-shadow: 1px 2px 3px 3px rgba(51,51,51,0.1) inset;/*FF 3.5+*/
-webkit-box-shadow: 1px 2px 3px 3px rgba(51,51,51,0.1) inset;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 1px 2px 3px 3px rgba(51,51,51,0.1) inset;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#333333); /*IE 5.5-7*/
}

.timkiem input.btn_img {
	position: absolute;
    top: 19px;
    right: 0px;
}

.timkiem input::-webkit-input-placeholder { /* Chrome 21 */
   	color: #ccc;
   	font-size: 12px;
}
.timkiem input:-moz-placeholder { /* Firefox 17 */
    color: #ccc;
    font-size: 12px;
}
.timkiem input:-ms-input-placeholder { /* IE 10 */
    color: #ccc;
    font-size: 12px;
}

#slider{
	position: relative;
    height: 469px;
}

#slider .wrap_txt{
	background: url(images/bg_slide.png) no-repeat center center;
	background-size: 100% 100%;
	padding: 50px 25px;
	width: 570px;
	height: 200px;
	position: absolute;
    z-index: 9;
    left: 3%;
    bottom: 18%;
    line-height: 25px;
    text-align: justify;
    color: #fff;
}

#about_home{
	background: url(images/bg_gt.png);
	padding: 30px 0px;
}

.line_gt{
	background: url(images/bot_gt.png);
	width: 100%;
	height: 77px;
}

#about_home .name{
	text-align: left;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	margin-bottom: 15px;
	color: #ff0000;
	font-size: 24px;
}

#about_home .img{
	float: left;
	width: 355px;
	height: 269px;
	margin-right: 15px;
}

#about_home .img img{
	width: 100%;
	height: auto;
}

#about_home .img img:hover{
	opacity: 0.8;
}

#about_home .des{
	line-height: 22px;
	font-size: 14px;
}

#about_home .view_gt{
	background: url(images/btn_xemthem.png) no-repeat 0px 0px;
	width: 116px;
	height: 34px;
	line-height: 34px;
    padding-left: 15px;
    float: right;
    margin-top: 20px;
}

#about_home .view_gt a{
	color: #999;
	font-size: 14px;
	display: block;
}

#about_home .view_gt a:hover{
	color: red;
}

#main_wrap{
	padding: 30px 0px 50px 0px;
}

.left_cont{
	float: left;
	width: 240px;
}

.right_cont{
	float: right;
	width: 940px;
}

.wrap_name{
	position: relative;
	margin-bottom: 20px;
}

.wrap_name .name{
	color: #fe0202;
	text-transform: uppercase;
	font-size: 20px;
    font-family: 'font2';
    line-height: 35px;
    text-align: left;	
	z-index: 9;
	position: relative;

}

/*.wrap_name .name:before{
	content: '';
	width: 61px;
	height: 45px;
	background: url(images/bg_name_1.png);
	float: left;
}

.wrap_name .name:after{
	content: '';
	width: 61px;
	height: 45px;
	background: url(images/bg_name_2.png);
	float: right;
}
*/
.wrap_name2{
	color: #fe0202;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
    font-family: 'font1';
	display: inline-block;
	z-index: 9;
	position: relative;
	background: url(images/line_name_2.png) no-repeat 0px 10px;
	padding-left: 190px;
	margin-bottom: 20px;
}

.wrap_name .name h2, .wrap_name .name h1{
	font-size: 18px;
	float: left;
	font-weight: normal;
}

.bong_name{
	background: url(images/line_other.png) no-repeat;
	height: 2px;
	width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.main_name h1{
	font-size: 26px;
	font-weight: normal;
}

.line_name{
	width: 100%;
	height: 1px;
	background: #d90000;
	margin-top: -6px;
}

.item_dv{
	padding: 10px;
	background: #fff;
	border: 1px solid #b1b1b1;
	margin-bottom: 15px;
}

.item_dv img{
	float: left;
	width: 172px;
	height: 132px;
	margin-right: 15px;
}

.item_dv img:hover{
	opacity: 0.8;
}

.item_dv .name{
	margin-bottom: 10px;
}

.item_dv .name a{
	color: #000;
	font-size: 14px;
}

.item_dv .name a:hover{
	color: #d92626;
}

.item_dv .des{
	color: #6c6b6b;
	text-align: justify;
	line-height: 20px;
}

.item_dv .viewmore{
	text-align: right;
	margin-top: 5px;
}

.item_dv .viewmore a{
	color: #d92626;
}

.item_dv .viewmore a:hover{
	text-decoration: underline;
}



.main_content{
	list-style: inside;
	line-height: 1.7em;
	text-align: justify;
}

.main_content img, .main_content table, .main_content th, .main_content tr, .main_content td, .main_content p, .main_content span{
	max-width: 1200px;
}

.wrap_bx{
	padding-top: 80px;
}

.sphome{
	float: none !important;
	margin: auto !important;
}

.sanpham{
	width: 220px;
	float: left;
	margin-right: 6px;
	margin-bottom: 16px;
	position: relative;
	padding: 5px;
	-webkit-border-radius: 8px;/*Safari, Chrome*/
	-moz-border-radius: 8px;/*Firefox*/
	border-radius: 8px;
}

.sanpham .img{
	width: 210px;
	height: 202px;
	padding: 5px;
	overflow: hidden;
	position: relative;
	border: 1px solid #c2c2c2;
}

.sanpham .bong{
	background: url(images/bong_sp.png);
	width: 220px;
	height: 11px;
	margin-top: 1px;
}

.sanpham .img img{
	-webkit-transition: -webkit-transform 0.5s ease;
	-moz-transition: -moz-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: 0.5s;
	width: 210px;
	height: 202px;
}

.sanpham .img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.sanpham .name{
	text-align: center;
	margin: 10px 5px 5px 5px;
}

.sanpham .name a{
	color: #5c5c5c;
}

.sanpham .name h3{
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sanpham .price{
	text-align: center;
	font-size: 13px;
	font-family: 'font1';
}

.sanpham .price span{
	color: red;
}

.sanpham .name a:hover{
	color: #f37800;
}

.sanpham .detail{
	text-align: center;
}

.sanpham .detail a{
	display: block;
	max-width: 130px;
	margin: auto;
	background: #1244ac;
	color: #fff;
	font-size: 14px;
	padding: 6px 0px;
	-webkit-border-radius: 10px;/*Safari, Chrome*/
	-moz-border-radius: 10px;/*Firefox*/
	border-radius: 10px;
}

.sanpham .detail a:hover{
	opacity: 0.8;
}

.sanpham .shadow{
	background: url(images/bongsp.png);
	width: 186px;
	height: 19px;
	position: absolute;
	bottom: -20px;
	left: 41px;
}

#head_qc{
	background: url(images/bg_top_qc.png) no-repeat;
	width: 100%;
	height: 18px;
}

#wrap_qc{
	padding: 40px 0px;
	background: #006ddd;
}

#wrap_qc .qc{
	float: left;
	width: 600px;
}

#wrap_qc .wrap_ct{
	float: right;
	width: 575px;
}

.tt_qc{
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-family: 'font2';
	font-size: 24px;
	margin-bottom: 10px;
}

.line_qc{
	background: url(images/line_name_qc.png) no-repeat top center;
	height: 8px;
	margin-bottom: 30px;
}

.content_qc{
	background: #fff;
	padding: 10px 10px 0px 10px;
}

.item_ct{
	float: left;
    margin-right: 16px;
    margin-bottom: 8px;
}

.item_ct img{
	width: 171px;
	height: 122px;
}

.item_ct img:hover{
	opacity: 0.8;
}

.qc img{
	width: 578px;
	height: 255px;
}

.qc img:hover{
	opacity: 0.8;
}

#wrap_parner{
	padding: 35px 0px; 
}


#wrap_parner .tt{
	color: #0072bc;
	font-size: 20px;
	text-transform: uppercase;
	text-align: left;
	padding-bottom: 5px;
	margin-bottom: 30px;
}

#wrap_parner .tt::after{
	content: '';
	background: url(images/line_dt.png);
	height: 4px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 27px;
}

#wrap_other{
	padding: 35px 0px;
	background: #f7f7f7;
}

.tintuc_noibat{
	float: right;
	width: 625px;
}

.video_index{
	float: left;
	width: 520px;
}

.title_other{
	background: url(images/line_other.png) no-repeat 0px 30px;
    height: 34px;
    line-height: 25px;
    color: #fe0202;
    font-size: 18px;
    font-family: 'font2';
    margin-bottom: 20px;
}

.tintuc_noibat {
    height: 505px;
    overflow: hidden;
}
.bao_noibat_1{
	padding: 8px 0px;
}
.img_noibat {
    width: 180px;
    float: left;
    margin-right: 15px;
}

.img_noibat img{
	width: 100%;
	height: auto;
}

.desc_noibat {
    line-height: 20px;
}

.desc_noibat h3 {
    margin-bottom: 5px;
}

.desc_noibat h3 a {
    color: #494949;
    font-size: 16px;
    font-family: 'font1';
    font-weight: normal;
}

.desc_noibat p {
    text-align: justify;
    color: #a9a8a5;
    font-size: 13px;
}

#owl_dt img{
	width: 150px;
	height: 90px;
}

#owl_dt img:hover{
	opacity: 0.8;
}

#wrap_parner .next_doitac{
	background: url(images/next_doitac.png);
	width: 17px;
	height: 48px;
	position: absolute;
	top: 48%;
	right: 10px;
	cursor: pointer;
}

#wrap_parner .prev_doitac{
	background: url(images/prev_doitac.png);
	width: 17px;
	height: 48px;
	position: absolute;
	top: 48%;
	left: 10px;
	cursor: pointer;
}

#footer{
	color: #fff;
	padding-top: 30px;
	padding-bottom: 15px;
	background: url(images/bg_foot.png) no-repeat top center;
	max-height: 294px;
	overflow: hidden;
}
.title_foot{
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
    font-family: 'font2';
    text-align: left;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
}

.title_foot:after{
	content: '';
	width: 45px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.title_foot2{
	margin-bottom: 25px;
}

.title_foot2:after{
	content: '';
	width: 160px;
	height: 1px;
	background: #fff;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.col-info{
	float: left;
	width: 400px;
	margin-right: 55px;
	color: #fff;
	line-height: 22px;
}

.col-fan{
	float: left;
	width: 335px;
}

.tt-2{
	margin-bottom: 44px;
}

.row-ht{
	margin-bottom: 12px;
}

.row-ht a{
	color: #fff;
	font-weight: bold;
}

.row-ht a:hover{
	color: #fffc00;
}

.wrap_counter{
    color: #fff;
    font-size: 12px;
}

.row_tk{
	margin-bottom: 13px;
	padding-left: 20px;
	line-height: 14px;
}

.onl{
	background: url(images/onl.png) no-repeat 0px 0px;
}

.tuan{
	background: url(images/tuan.png) no-repeat 0px 0px;
}

.thang{
	background: url(images/thang.png) no-repeat 0px 0px;
}

.tongtc{
	background: url(images/tongtc.png) no-repeat 0px 0px;
}

.linklk{
	margin-top: 30px;
}

.linklk .tt{
	color: #fffc00;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.linklk img{
	margin-right: 1px;
}

.fanpage{
	float: left;
	width: 270px;
}

.col-map{
	float: right;
	width: 320px;
	color: #000;
}

#info_web{
	background: #fe0202;
    color: #fff;
    font-size: 12px;
    padding: 12px 0px;
}

#info_web .txt{
	text-align: left;
	float: left;
}

#info_web .txt_thongke{
	text-align: right;
	float: right;
}

#info_web .txt_thongke span{
	font-weight: bold;
	margin: 0 5px;
}

#wrap_fanpage{
	position: fixed;
	z-index: 9;
	top: 30%;
	right: -272px;
	width: 270px;
	min-height: 200px;
	background: #fff;
	transition: 0.4s;
	border: 1px solid #ccc;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=0, Color=#000000)";/*IE 8*/
	-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);/*FF 3.5+*/
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color=#000000); /*IE 5.5-7*/
}

#wrap_fanpage.active{
	right: 0px;
}

#wrap_fanpage img.icon_sup{
	cursor: pointer;
	position: absolute;
    left: -49px;
    top: -1px;
}

#wrap_dmsp{
	margin-top: -270px;
	position: relative;
	z-index: 10;
}

.item_dm_home{
	position: relative;
	display: inline-block;
	-webkit-border-radius: 50%;/*Safari, Chrome*/
	-moz-border-radius: 50%;/*Firefox*/
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #eeeeee;
	transition: 0.5s;
	margin: 0px 72px;
}

.item_dm_home:hover{
	opacity: 0.9;
}

.item_dm_home:hover .name{
	color: red;
}

.item_dm_home img{
	width: 359px;
	height: 356px;
	-webkit-border-radius: 50%;/*Safari, Chrome*/
	-moz-border-radius: 50%;/*Firefox*/
	border-radius: 50%;
}

.item_dm_home .name{
	background: rgba(105, 174, 38, 0.75);
	line-height: 52px;
	text-align: center;
	color: #fff;
	font-family: 'font1';
	font-size: 18px;
	height: 52px;
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-transform: uppercase;
}

.item_bv_home{
	float: left;
	margin-left: 25px;
	margin-right: 90px;
	position: relative;
}

.item_bv_home:hover{
	opacity: 0.9;
}

.item_bv_home:hover .name{
	color: red;
}

.item_bv_home img{
	width: 312px;
	height: 312px;
	-webkit-border-radius: 50%;/*Safari, Chrome*/
	-moz-border-radius: 50%;/*Firefox*/
	border-radius: 50%;
}

.item_bv_home .bong{
	background: url(images/bong_bv.png);
	width: 279px;
	height: 46px;
	margin: auto;
	margin-top: -26px;
}

.item_bv_home .name{
	font-family: 'font1';
	text-align: center;
	color: #fff;
	text-transform: capitalize;
	font-size: 18px;
	margin-top: -10px;
}

#map_home{
	width: 100%;
	height: 185px;
}

/* --------------------- Phan trang ------------------ */
ul.pagination {
    text-align:center;
    color:#829994;
}
ul.pagination li {
    display:inline;
    padding:0 3px;
}
ul.pagination a {
    color:#fe0202;
    display:inline-block;
    padding:5px 10px;
    border:1px solid #cde0dc;
    text-decoration:none;
}
ul.pagination a:hover, 
ul.pagination a.current {
    background:#fe0202;
    color:#fff; 
}

.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: #fe0202;
	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;
}
/* --------------------- Phan trang ------------------*/

/*-------------- liên hệ --------------*/
#form_contact input{ padding: 5px; margin-bottom: 15px;}
.form_lh{ width: 100%; float: left;}
.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: 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}
/*-------------- liên hệ --------------*/

/*------------- product ----------------*/
.frame_images{float: left; width: 350px;}
.selectors{ border: 1px solid #ccc; text-align: center; float: left; width: 100%}
.khung_thongtin{ float: right; padding-left: 20px; width: 570px; list-style: none;}
.khung_thongtin li{ padding: 10px 0px; border-bottom: 1px solid #eee; width: 100%; float: left;}
.khung_thongtin h1{ font-size: 20px; color: #006f1a}
.khung_thongtin .masp{color:#0186A7;}
.khung_thongtin .mota_detail{ color: #757575}
.khung_thongtin .gia_detail{ font-size: 15px; color: #cd0000; font-weight: bold;}
.khung_thongtin .gia_detail b{ color: #333}
.khung_thongtin .giacu_detail{ color:#999; text-decoration: line-through;}
.khung_thongtin .giacu_detail span{ text-decoration: line-through;}

div#container_product{
	margin-top:20px;
	width:100%;
	float:left;
}
div#container_product #tabs {
	border: 1px solid #fff;
	margin-bottom: 20px;
	overflow: hidden;
	list-style: none;
}
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:#01b8f1;
	color: #000;
}
div#container_product #tabs li {
	float: left;
}
div#container_product #tabs li a {
	color: #fff;
	font-size:16px;
	text-decoration:none;
}

.noidung_ta{
	width:100%;
	float:left;
	padding:10px;
	clear:left;
	border: 1px solid #e4e4e4;
}
/*------------- product ----------------*/

/*-------------------- Bài viết liên quan --------------------*/
.list_bvlq{
	margin-top: 20px;
}

.list_bvlq ul{
	list-style: none;
}

.list_bvlq ul li{
	background: url(images/list_ul.png) no-repeat 0px 9px;
	padding-left: 15px;
	margin-bottom: 5px;
}

.list_bvlq ul li a{
	font-size: 14px;
	color: blue;
}

.list_bvlq ul li span{
	color: #999;
}

.name_bvlq{
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 5px;
}
/*-------------------- Bài viết liên quan --------------------*/

/*---------------------- Box-news ---------------------*/
.box_new{ width: calc(50% - 20px); 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} 
.box_new .xemtiep {
	text-align: right;
    font-size: 12px;
    transition: 0.5s;
    margin-top: 7px
}
.box_new .xemtiep a {
    text-decoration: none;
    font-style: italic;
    color: #F40000;
}
/*---------------------- Box-news ---------------------*/
.wrap-yh {
    width: 370px;
    position: fixed;
    top: 20%;
    left: -322px;
    transition: left 1s;
    -webkit-transition: left 1s;
    -moz-transition: left 1s;
    z-index: 999;
}

.wrap-yh:hover {
    left: 0px;
    z-index: 9999999999999999999;
}

.yh-tit {
    width: 48px;
    float: right;
}

.yh-box {
    width: 322px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #FFF;
    min-height: 194px;
    padding: 10px;
}

div#hotro
{
	background: url(images/bg_hotro.png) left 40px no-repeat;
}

div#hotro .tieude {
    color: #66a609;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: myFont1;
    text-align: center;
    padding-bottom: 20px;
}
div#hotro .phone
{
	color: #f10b0b;
    font-size: 24px;
    font-weight: bold;
    padding-top: 62px;
    padding-left: 90px;
    padding-bottom: 10px;
    margin-right: 20px;
    font-style: italic;
}
div#hotro ul
{
	list-style: none;
    border-bottom: 1px dashed #DDDDDD;
    padding: 7px;
    margin: 0px 10px;
    font-size: 13px;
}
div#hotro ul li
{
	clear: both;
    padding: 6px 0;
    color: #555555;
}
div#hotro ul li i
{
	font-size:17px;
	margin-right:8px;
	clear:both;
}
div#hotro ul li span
{
	color: #3853a4;
    font-weight: normal;
    font-size: 14px;
    margin-top: 3px;
    float: left;
}
div#hotro ul li a img
{
	 margin-right: 5px;
    float: left;
}

.btn_control{
	position: absolute;
	right: 0px;
	top: 29px;
}

.prev_pro{
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

.next_pro{
	float: left;
	cursor: pointer;
}

.wrap_jcau_sp{
	margin-bottom: 20px;
}

.spbx{
	margin: auto;
	float: none;
}

.block{
	margin-bottom: 15px;
}

.block .name_block{
	background: url(images/bg_name_block.png);
	width: 100%;
    height: 41px;
    line-height: 44px;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-family: 'font1';
	text-transform: uppercase;
}

.ul_left ul{
	list-style: none;
}


.ul_left ul li{
	margin-top: 5px;
	border: 1px solid #d7d7d7;
	padding-left: 35px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=146, Color=#333333)";/*IE 8*/
	-moz-box-shadow: 3px 2px 3px 1px rgba(51,51,51,0.2);/*FF 3.5+*/
	-webkit-box-shadow: 3px 2px 3px 1px rgba(51,51,51,0.2);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
	box-shadow: 3px 2px 3px 1px rgba(51,51,51,0.2);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color=#333333); /*IE 5.5-7*/
}

.ul_left ul li a{
    background: url(images/ul_dmsp.png) no-repeat 0px 15px;
    color: #737373;
    font-size: 13px;
    display: block;
    padding: 12px 15px 12px 25px; 
}

.ul_left ul li a:hover{
	color: red;
}
.list_carousel{
	min-height: 82px;
}