@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	background:#ebf1f3 url(../images/bg_top_01.jpg) no-repeat top center;
}
img{
	border:none;
}
a{
	text-decoration:none;
}

ul,li{
	list-style:none;
}
#header{
	width:1020px;
	margin:0 auto;
}
ul.dropdown                         { position:relative; z-index:2000; float:right; margin-right:10px;}
ul.dropdown li                      {  float: left; color:#FFF; line-height:30px; }
ul.dropdown a:hover		            { color: #ffffff; }
ul.dropdown a:active                { color: #ffffff; }

ul.dropdown li a                    { display: block; padding: 3px 12px;
	 								  color:#fff; line-height:23px; font-size:12px; text-transform:uppercase;}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                { background: #006bad; color: black; position: relative; }
ul.dropdown li.hover a              { color: #ffffff; }


/* 
	LEVEL TWO
*/
ul.dropdown ul 						{ width: 200px; visibility: hidden; position: absolute; top: 100%; left: 0; font-size:11px; }
ul.dropdown ul li 					{ font-weight: normal; background:#3687b7; color: #000000; height:33px; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; padding: 0px 15px; text-transform:capitalize; font-weight:normal;} 

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

#top_header{
	height:30px;
}
#center_header{
	height:124px;
}
#center_header #logo{
	float:left;
	margin-left:20px;
	margin-top:15px;
}
#center_header #slogan{
	overflow:hidden;
	padding:15px 40px 0 0px;
	float:right;
}
#primary{
	width:95%;
	margin:0 auto;
	box-shadow: -5px 0 5px -5px #333, 5px 0 5px -5px #333;
	position:relative;
	background:#fff;
	z-index:1;
	
}
#primary #top_primary{
	margin:0px 10px 0 20px;
	position:relative;
	top:-8px;
}
#bottom_primary{
	padding:0 20px;
	overflow:hidden;
}
#bottom_primary #slidebar{
	width:211px;
	overflow:hidden;
	float:left;
}
#bottom_primary #slidebar #category{
	border:1px solid #ccc;
	margin-bottom:10px;
}
#bottom_primary #slidebar #tab_category{
	background:url(../images/tab_slidebar_03.gif) no-repeat;
	height:35px;
}
#bottom_primary #slidebar #tab_category h4{
	color:#FFF;
	text-transform:uppercase;
	font-weight:100;
	padding:10px 0 0 70px;
}
#bottom_primary #slidebar #dm_cate{
	padding-top:10px;
	
}
#bottom_primary #slidebar #dm_cate .e_cate{
	border-bottom:1px solid #ccc;
	overflow:hidden;
	padding:7px 0;
}
#bottom_primary #slidebar #dm_cate .e_cate .i_cate{
	background:url(../images/i_list_slidebar_07.gif) no-repeat;
	width:5px;
	height:5px;
	display:block;
	float:left;
	margin-top:4px;
	padding-right:10px;
	margin-left:12px;
}
#bottom_primary #slidebar #dm_cate .e_cate a{
	color:#000;
	font-size:14px;
}
#bottom_primary #slidebar #dm_cate .e_cate a:hover{
	color:#c00;
}
#adv{
	overflow:hidden;
}
#adv img{
	width:211px;
	margin-top:10px;
}
#content{
	overflow:hidden;
	padding-left:10px;
}
#content #left_content{
	width:80%;
	float:left;
}
#content #left_content #tab_spmoi{
	background:url(../images/tab_content_03.jpg) no-repeat;
	height:49px;
}
#content #left_content #tab_spmoi h3{
	color:#FFF;
	text-transform:uppercase;
	font-size:18px;
	font-weight:100;
	padding:7px 0 0 140px;
}
#dm_spmoi{
	overflow:hidden;
}
#dm_spmoi .e_spmoi{
	width:23%;
	height:200px;
	display:block;
	float:left;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:1%;
	margin-right:1%;
}
#dm_spmoi .e_spmoi img{
	width:100%;
	height:150px;
	
}
.box_sp{
	
   
	overflow:hidden;
	display:block;

	padding-left:5px;
	padding-right:5px;
	font-size:11px;
	position:relative;
	clear:both;
	width:100%;
	
}
.box_sp h4{
	height:13px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	padding-top:2px;
	padding-bottom:2px;
}
.box_sp h4 a{
	color:#000;
}
.box_sp h4 a:hover{
	color:#F00;
}
.box_sp p{
	line-height:18px;
}
#bt_ct{
	   background-color: #a3d4ff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#4c8ae2), to(#4781d2));
	background-image: -webkit-linear-gradient(top, #4c8ae2, #4781d2);
	background-image:    -moz-linear-gradient(top, #4c8ae2, #4781d2);
	background-image:      -o-linear-gradient(top, #4c8ae2, #4781d2);
	background-image:         linear-gradient(to bottom, #4c8ae2, #4781d2);
	    display: inline-block;
    line-height: 18px;
    padding:2px 5px;
	 margin-top:2px;
    border: 1px solid #4781d2; 
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: -1px;
	
    cursor:pointer;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
position:absolute;
right:10px;
top:20px;
}
.sale{
	color:#C00;
}
#box_center{
	
	padding-top:10px;

	
}
#tuvan{
	overflow:hidden;
	border:1px solid #ccc;
	overflow:hidden;

	height:327px;
	background:#eff5f7;
}
#tuvan #tab_tuvan{
	background:#2d94c2;
	padding:5px 10px;
}
#tuvan #tab_tuvan h4{
	color:#FFF;
	text-transform:uppercase;
	font-weight:100;
}
#tuvan #dm_tuvan{
	padding:10px;
	
}
#tuvan #dm_tuvan .e_tv{
	max-height:30px;
	padding:5px 0;
	overflow:hidden;
}
#tuvan #dm_tuvan .e_tv .i_tv{
	background:url(../images/i_tv_03.gif) no-repeat;
	width:5px;
	height:10px;
	display:block;
	float:left;
	margin-top:6px;
	padding-right:8px;
}
#tuvan #dm_tuvan .e_tv a{
	color:#191816;
}
#tuvan #dm_tuvan .e_tv a:hover{
	color:#c00;
}
#sp_index{
	overflow:hidden;
	padding-bottom:10px;
	clear:both;
}
#sp_index #tab_spindex{
	height:30px;
	overflow:hidden;
	margin-top:10px;
	clear:both;
}
#sp_index #tab_spindex h3{
	color:#2d94c2;
	text-transform:uppercase;
	float:left;
}
.left_tabindex{
	background:url(../images/left_tabsp_07.gif) no-repeat;
	width:23px;
	height:15px;
	display:block;
	float:left;
}
.right_tabindex{
	background:url(../images/right_tabsp_08.gif) repeat-x;
	height:15px;
	overflow:hidden;
}
#dm_spindex{
	overflow:hidden;
}
#dm_spindex img{

}
#dm_spindex .e_spindex{

	 height:246px;

	float:left;
	margin-left:1%;
	margin-right:1%;
	overflow:hidden;
	margin-top:15px;
	width:18%;
}
#dm_spindex .e_spindex img{
width:100%;
}
#dm_spindex .e_spindex h4{
	max-height:17px;
	overflow:hidden;
	padding-top:5px;
}
#dm_spindex .e_spindex h4 a{
	color:#000;
	font-weight:100;
}
#dm_spindex .e_spindex h4 a:hover{
	color:#C00;
}
#dm_spindex .e_spindex p{
	line-height:18px;
}
.redin{
	color:#C00;
}
#box_spindex{
	border-top:1px solid #2d95c4;
	margin-top:8px;
	border-bottom:2px solid #2d95c4;
	padding-bottom:7px;
	overflow:hidden;
}
.pink{
	color:#eb2425;
	float:left;
}
.left_tabindex1{
	background:url(../images/left_tabsp1_07.gif) no-repeat;
	width:23px;
	height:15px;
	display:block;
	float:left;
}
.right_tabindex1{
	background:url(../images/right_tabsp1_08.gif) repeat-x;
	height:15px;
	overflow:hidden;
}
#right_content{
	overflow:hidden;
	padding-left:15px;
	
}
#right_content #tab_rightct{
	height:30px;
	background:#37a1d1;
}
#right_content #tab_rightct h4{
	color:#FFF;
	line-height:30px;
	text-align:center;
	text-transform:uppercase;
	font-weight:100;
}
#right_content #dm_spchay{
	border:1px solid #ccc;
	padding:10px;
}
#right_content #dm_spchay img{
	width:100%;
	height:150px;
}
#right_content #dm_spchay .e_spchay{
	height:186px;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	margin-top:5px;
}
#right_content #dm_spchay .e_spchay h4{
	text-align:center;
	padding-top:3px;
}
#right_content #dm_spchay .e_spchay h4 a{
	color:#000;
}
#right_content #dm_spchay .e_spchay h4 a:hover{
	color:#c00;
}
#dt{
	padding-top:15px;
	overflow:hidden;
}
#dt .left_dt{
	background:url(../images/left_dt_11.gif) no-repeat;
	width:135px;
	height:149px;
	display:block;
	float:left;
	margin-left:20px;
}
.center_dt{
	background:url(../images/center_dt_14.gif) repeat-x;
	float:left;
	margin-top:2px;
}
iframe{
	margin-top:15px;
}
.right_dt{
	background:url(../images/right_dt_16.gif) no-repeat;
	width:5px;
	height:122px;
	display:block;
	float:left;
	margin-top:2px;
}
#footer{
	background:#006bad;
	overflow:hidden;
}
#center_ft{
	width:1022px;
	margin:0 auto;
}

#footer .left_footer{
	width:780px;
	float:left;
	padding:10px;

}
#footer .left_footer h4{
	color:#FFF;
	text-transform:uppercase;
}
#footer .left_footer p{
	
	line-height:18px;
	color:#FFF;
}
#footer .right_footer{
	float:right;
	padding-right:40px;
	padding-top:10px;
}
#footer .right_footer p{
	color:#FFF;
	text-align:right;
	line-height:18px;
	padding-bottom:5px;
}
#footer .right_footer a{
	font-weight:bold;
	color:#FFF;
	
	text-transform:uppercase;
}
#map{
	float:left;
	padding-right:15px;
}
#bottom_footer{
	background:url(../images/bt_ft_23.gif) no-repeat;
	height:137px;
}
.content3 p
{
line-height:18px;
}
.content3 img{
	max-width:350px;
   

}
.sp_ct{
	border:1px solid #ccc;
	padding:10px;
	float:left;
	margin-right:10px;
}
.content3{
	padding-top:20px;
}


.content3 ul li{
	float:left;
	width:370px;
	
}
.content3 ul li h4{
	padding-bottom:5px;
}
.content3 ul li p{
	line-height:18px;
}
.content3 .ct_da{
	float:right;
	
	width:310px;
	height:310px;
	border:5px solid #696969;
}
#cungloai{
	clear:both;
	padding-top:20px;
	border-bottom:1px solid #006bad;
	overflow:hidden;
	padding-bottom:10px;
}
#cungloai .e_cungloai{

	float:left;
	height:95px;
	overflow:hidden;
	margin:0 15px;
}
#cungloai .e_cungloai img{

	height:77px;
}
#cungloai .e_cungloai p{
	text-align:center;
	line-height:18px;
}
#cungloai .e_cungloai a{
	color:#000;
}
#cungloai .e_cungloai a:hover{
	color:#c00;
}
.cl{
	clear:both;
	padding-top:15px;
}
#content #dm_tin{
	overflow:hidden;
	padding:10px;
	clear:both;
	
	
}
#content #dm_tin .e_tin{
	height:100px;
	border-bottom:1px dotted #ccc;
	padding-top:10px;
}
#content #dm_tin .e_tin img{
	border:1px solid #ccc;
	width:129px;
	height:91px;
	float:left;
}
#dm_tin .e_tin h4{
	padding-left:10px;
	overflow:hidden;
}
#dm_tin .e_tin h4 a{
	color:#4b1908;
}
#content #dm_tin .e_tin h4 a:hover{
	color:#b50400;
}
#content #dm_tin .e_tin p{
	overflow:hidden;
	padding-left:10px;
	line-height:18px;
	padding-top:5px;
}
#dm_chitiet{
	padding:20px;
	
	overflow:hidden;
	clear:both;
	
	
}
#dm_chitiet h2{
	color:#670000;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
}
#dm_chitiet p{
	
	line-height:18px;
	text-align:justify;
}
#print_button{
	
	margin-top:0px;
	background:url(../images/print.png) no-repeat;
	width:16px;
	height:16px;
	display:block;
	border:0;
	float:left;
}
.pr{
	
	margin-top:20px;
	
}
.pr p{
	overflow:hidden;
	padding-left:10px;
}
h5.date{
	color:#CCC;
	font-weight:100;
	padding-top:3px;
}
.tinkhac{
	margin-top:20px;
	overflow:hidden;
	clear:both;
}
.tinkhac .e_tinkhac{
	height:20px;
	overflow:hidden;
}
.tinkhac .e_tinkhac p{
	padding-top:0px;
	margin:0;
}
.tab_tk{
	height:25px;
}
.tinkhac .e_tinkhac .i_tk{
	background:url(../images/arrow1.gif) no-repeat;
	width:8px;
	height:10px;
	float:left;
	display:block;
	margin-top:6px;
}
.tinkhac .e_tinkhac p{
	overflow:hidden;
	float:left;
	padding-left:10px;
}
.tinkhac .e_tinkhac p a{
	color:#000;
}
.tinkhac .e_tinkhac p a:hover{
	color:#be0b06;
}
#chitietsp{
	overflow:hidden;
	padding-bottom:20px;
}
#chitietsp p{
	line-height:18px;
}
.nextsl{
	background:url(../images/right_slide_03.png) no-repeat;
	width:26px;
	height:48px;
	display:block;
	position:absolute;
	right:-15px;
	top:165px;
}
.presl{
	background:url(../images/left_slide_03.png) no-repeat;
	width:26px;
	height:48px;
	display:block;
	position:absolute;
	left:-15px;
	top:165px;
}
#tab_sptrong{
	background:url(../images/tab_trong.gif) no-repeat;
	height:49px;
}
#tab_sptrong h3{
	line-height:30px;
	padding-left:140px;
	color:#FFF;
}