@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
img{
	border:none;
}
a,a:hover{
	text-decoration:none;
	color:#333;
}
body{
	font-family:tahoma;
	font-size:11px;
	color:#72774a;
	line-height:1.4;
	background:url(../images/bg.jpg) fixed;
}
.clear{
	clear:both;
}
#wrapper{
	width:980px;
	margin:0 auto;	
}
/*--header--*/
#header{
	width:980px;
	float:left;
	background:#fff;
}
#header_top{
	width:980px;
	height:114px;
	float:left;
}
#logo{
	width:286px;
	height:114px;
	float:left;
}
#script_so{
	width:660px;
	height:114px;
	float:right;
	text-align:right;
	padding-right:25px;
}
#menu{
	width:980px;
	height:31px;
	float:left;
	background:#f78a14;
}
/**/
#search_box{
	width:980px;
	height:169px;
	float:left;
	background:url(../images/search_box_bg.jpg) repeat-x;
}
#search_img{
	width:176px;
	float:left;
}
#search_left{
	width:230px;
	height:109px;
	padding:30px 0 25px 20px;
	float:left;
	background:url(../images/line_search.jpg) right top no-repeat;
}
.sel{
	margin:3px 3px 0 3px;
	padding:2px;
	width:196px; 
	height:21px;
	line-height:22px;
	color:#999;
	font-size:11px;
	display:inline; 
	border:1px solid #fff;
}
#search_right{
	width:540px;
	height:144px;
	margin-top:25px;
	float:right;
}
#search_right td{
	width:70px;
	color:#fff;
}
/**/
#content{
	width:980px;
	float:left;
	background:#fff;
	padding:10px 0 10px 0;
}
/**/
#left{
	width:159px;
	float:left;
}
.left_box{
	width:139px;
	float:left;
	padding:10px;
	margin-bottom:10px;
	text-align:right;
	background:url(../images/left_box_bg.jpg) top no-repeat;
}
.left_box_title{
	width:139px;
	float:left;
	height:35px;
	font-weight:bold;
}
.left_box_content{
	width:139px;
	float:left;
	line-height:1.5;
}
.left_box_content ul{
	width:139px;
	float:left;
}
.left_box_content ul li{
	width:139px;
	float:left;
	list-style-type:none;
}
.left_box_content ul li a{
	background:url(../images/icon_list.jpg) right 3px no-repeat;
	padding-right:10px;
}
.left_box_content ul li a:hover{
	color:#ff7e12;
}

/**/
#right{
	width:810px;
	float:right;
	background:url(../images/right_box_bg.jpg) left top no-repeat;
}
.right_box{
	width:810px;
	float:left;
}

/**/
#menu_right_sub ul{
	width:810px;
	float:left;
}
#menu_right_sub ul li{
	/*width:190px;*/
	height:34px;
	line-height:34px;
	text-align:center;
	list-style-type:none;
	font-size:12px;
	float:left;
	margin:0 10px 0 10px;
	display:inline;
	color:#333;
	font-weight:bold;
	background:url(../images/icon_gt.jpg) left no-repeat;
	padding-left:20px;
}
#menu_right_sub ul li a{
	color:#999;
	font-weight:bold;
	font-size:11px;
}
#menu_right_sub ul li a:hover{
	color:#666;
	font-weight:bold;
}
/**/
.product_page{
	width:810px;
	float:left;
	padding:10px 0 10px 0;
}
.product_box{
	width:172px;
	float:left;
	margin:14px 15px 10px 15px;
	display:inline;
}
.product_box img{
	border:2px solid #a1590d;
}
.product_box_title{
	text-align:center;
	padding-top:5px;
}
.product_box_title a{
	color:#666;
	font-weight:bold;
}
.product_box_title a:hover{
	color:#a2590e;
}
/**/
.lydo_box{
	width:980px;
	height:237px;
	float:left;
	background:#494b4c url(../images/bg_lydo.jpg) repeat-x;
	margin-top:10px;
}
.lydo_content{
	width:800px;
	float:right;
	margin-top:35px;
	padding-right:10px;
}
/**/
.slide_box_main{
	width:980px;
	height:137px;
	float:left;
	background:url(../images/slide_bg.jpg) repeat-x;
	margin:10px 0 10px 0;
	display:inline;
}
/**/
#footer{
	width:980px;
	float:left;
}
#footer_menu{
	width:980px;
	height:31px;
	line-height:31px;
	float:left;
	background:#f78a14;
}
#footer_menu ul{
	width:980px;
	float:left;
}
#footer_menu ul li{
	list-style-type:none;
	float:left;
	color:#fff;
	font-weight:bold;
	margin:0 10px 0 10px;
}
#footer_menu ul li a{
	color:#fff;
	font-weight:bold;
	margin-right:20px;
}
#footer_menu ul li a:hover{
	clear:#fff;
	text-decoration:underline;
}
#footer_text{
	width:980px;
	height:48px;
	float:left;
	background:#e4e4e4;
	color:#333;
	text-align:center;
	padding-top:18px;
}
/**/


	#slider{}	
	#slider ul, #slider li, #slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:720px;
		height:220px;
		overflow:hidden; 
		}	

	#slider2 li{ 
		background:none;
		color:#b6b7b7;
		}		
	#slider2 li h2{ 
		margin:0 20px;
		padding-top:20px;
		}	
	#slider2 li p{ 
		margin:20px;
		}						
		
	p#controls, p#controls2{
		margin:0;
		position:relative;
		} 
	
	#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:14px;
		height:75px;
		position:absolute;
		left:-30px;
		top:-140px;
		}	
	#nextBtn, #nextBtn2{ 
		left:730px;
		}														
	#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
		display:block;
		width:14px;
		height:75px;
		background:url(../images/btn_prev.jpg) no-repeat 0 0;	
		}	
	#nextBtn a, #nextBtn2 a{ 
		background:url(../images/btn_next.jpg) no-repeat 0 0;	
		}						

/*#lydo_content_box{
	width:
}*/
#lydo_content_left{
	width:360px;
	float:left;
	padding:45px 0 0 90px;
}
#lydo_content_img{
	width:250px;
	float:right;
	text-align:right;
	padding:45px 0 0 0px;
}
/**/
.intro_page{
	width:780px;
	float:left;
	padding:10px 15px 10px 15px;
	color:#666;
}
/**/
.contact_page{
	width:780px;
	float:left;
	padding:10px 15px 10px 15px;
	color:#333;
	font-size:11px;
	font-family:tahoma;
	font-weight:bold;
}
/**/
.domain_page{
	width:780px;
	float:left;
	padding:20px 15px 10px 15px;
	color:#333;
	font-size:11px;
	font-family:tahoma;
}
.domain_page table{
	margin-left:65px;
	border:1px solid #e5eff8;
}
.domain_page td{
	padding:4px;
	border:1px solid #e5eff8;
	background:#f4f9fd;
	color:#678096;
	font-weight:normal;
}
/**/
.product_detail_page{
	width:780px;
	float:left;
	padding:10px 15px 10px 15px;
	color:#666;
}
.product_detail_img{
	width:379px;
	float:left;
}
.product_detail_img_top{
	width:379px;
	height:13px;
	float:left;
	background:url(../images/kh_detail_top.jpg) no-repeat;
}
.product_detail_img_center{
	width:379px;
	float:left;
	text-align:center;
	background:url(../images/kh_detail_center.jpg) repeat-y;
}
.product_detail_img_bottom{
	width:379px;
	height:13px;
	float:left;
	background:url(../images/kh_detail_bottom.jpg) no-repeat;
}
.zoom{
	width:379px;
	height:50px;
	float:left;
	margin-top:3px;
	padding-top:7px;
	text-align:center;
	background:url(../images/kh_detail_zoom.jpg) no-repeat;
}
.zoom a{
	background:url(../images/icon_zoom.jpg) left no-repeat;
	padding-left:20px;
}
.zoom a:hover{
	color:#FF9966;
}

.product_detail_content{
	width:379px;
	float:right;
}
.product_detail_title{
	width:354px;
	height:24px;
	line-height:24px;
	padding-left:25px;
	color:#000;
	font-weight:bold;
	float:left;
	background:url(../images/bg_chitiet_titile_kh.jpg) left no-repeat;
}
.product_detail_content_center{
	width:343px;
	padding:10px 10px 0 10px;
	float:right;
	background:url(../images/content_dt_kh_center.jpg) repeat-y;
}
.product_detail_content_bottom{
	width:363px;
	height:10px;
	float:right;
	background:url(../images/content_dt_kh_bottom.jpg) no-repeat;
}
.product_detail_content_center a{
	color:#2687b9; font-weight:bold; text-decoration:underline;
}
.product_detail_content_center a:hover{
	color:#FF9933;
}
.lydo_detl{
	width:810px;
	float:left;
	padding:10px 0 10px 0;
	background:url(../images/right_box_bg.jpg) left top no-repeat;
}
.lydo_detl_title{
	width:795px;
	height:35px;
	line-height:15px;
	float:left;
	font-weight:bold;
	padding-left:15px;
}
.lydo_detl_content{
	width:780px;
	padding:0 15px 0 15px;
	float:left;
	color:#666;
}


/*add by le bang*/
.newsOther
{
	list-style:none;
	margin:0px;
	padding:0px;
	padding-left:20px;
}
.newsOther li a
{
	background-position:left;
	background-image: url(../images/other_icon.jpg);
	background-repeat: no-repeat;
	padding-left:15px;
	font-size:11px;
}
.newsOther li a:hover
{
	color:#FF6600;
}
