@charset "utf-8";
/* CSS Document */
body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:url(../images/backgound.jpg) top center no-repeat fixed;
	}
#wrapper{
	width: 950px;
	margin: 0 auto;	
	}
/*a {
	color:#000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color:#db131a;
	}
*/
#element { color:pink \0/; } /* IE9 */
li {list-style-type:none}

/* CSS header */
#header{
	width: 950px;
	height:118px;
	}
#header .logo{
	float: left;
	width: 171px;
	height: 73px;	
	margin:10px 5px 5px 5px;
	}
#header .right{
	float: right;
	width: 769px;
	}
	#header .right .menu{
	float: right;
	width: 445px;
	height:26px;
	background: url(../images/bg_menu_h.png) no-repeat;
	}
	#header .right .menu a{
	float: left;
	margin: 5px 8px;
    padding-left: 10px;
	font-size:11px;
	color:#323232;
	text-decoration:none;
	background:url(../images/icon_menu_h.gif) no-repeat scroll left 5px transparent;
	}
	#header .right .menu a:hover{
	color:#1d5d9c;
	text-decoration:underline;
	}
	#header .right .text{
	float: right;
	width: 769px;
	height:62px;
	}
	#header .right .link{
	float: right;
	width: 100px;	
	height:28px;
	}
	#header .right .link .icon{
	float: left;
	margin-left:7px;
	}
/* CSS banner */
#bannerindex{
	float:left;
	width: 947px;
	height:284px;
	border-radius: 0px 0px 5px 5px;
    box-shadow: 0 0 1px #ABABAB;
    position: relative;
	background:#FFF;
	}
#features, #labelFeatures, #basicFeatures, #thumbFeatures {
	background: #efefef;
	position: relative;
	overflow: hidden;
	width: 941px;
	height: 278px;
	text-align:center;
	margin:3px 0 0 3px;
	}
	#slidingFeatures {
	position: relative;
	overflow: hidden;
	width: 282px;
	height: 240px;
	}
	#slidingFeatures .text{
		float:left;
		width: 282px;
		text-align:center;
	}
	#slidingFeatures .text a{
		color:#888;
		text-decoration:none
	}
	#slidingFeatures .text a:hover{
		color:#0283de;
		text-decoration:underline
	}
	#slidingFeatures .text .titte{
		color:#ed1c24;
		font-size:12px;
		font-weight:bold;
	}
	.jshowoff-controls a {
	display: block;
	background-color: #efefef;
	color: #165b9d;
	padding: 4px 7px 4px;
	margin: 4px 0 0 4px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}	
.jshowoff {
	width: 630pox;
	margin: 2pox 0pox 7pox 7pox;
	}
.jshowoff div {	
	width: 950px;
	height: 284px;
	}
.jshowoff div, .jshowoff img, .jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	}
.jshowoff div p, .jshowoff div h2 {
	_background-color: #efefef;
	}
.jshowoff h2, .jshowoff p {
	font-size: 18px;
	padding: 0px;
	margin: 0;
	}
.jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}
.jshowoff p.jshowoff-slidelinks {
	position: absolute;
	bottom: 5px;
	right: 12px;
	margin: 0;
	padding: 0;
	}
.jshowoff-slidelinks a{
	display: block;
	background-color: #fff;
	color: #165b9d;
	padding: 4px 7px 4px;
	margin: 4px 0 0 4px;
	float: left;
	text-decoration: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	outline: none;
	font-size: 11px;
	line-height: 14px;
	}
.jshowoff-slidelinks a:hover, .jshowoff-controls a:hover {
	color: #b00a11;
	}
.jshowoff-slidelinks a.jshowoff-active, .jshowoff-slidelinks a.jshowoff-active:hover {
	background-color: #b00a11;
	color: #fff;
	}
p.jshowoff-controls {
	text-align:center;
	overflow: auto;
	margin-left:70px;
	}
.jshowoff-controls a {
	margin: 5px 5px 0 0;
	font-size: 12px;
	line-height: 15px;
	padding: 4px 8px 5px;
	}
.jshowoff-pausetext {
	color: #fff;
	}

/*MENU*/
#menuindex{
	float:left;
	width: 947px;
	height:29px;
	background:#1b629f;
	border-radius: 5px 5px 0 0;
	}
#menuindex .left{
	float:left;
	width: 700px;
	height:29px;
	background:#1b629f;
	border-radius: 5px 5px 5px 5px;
	}
	#menuindex .right{
	float:right;
	text-align:right;
	width: 220px;
	height:26px;
	}
	#searchbg{
	float:right;
	width:220px;
	height:29px;
	background:url(../images/search_bg.gif) right no-repeat;
	margin-right:3px;
	}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	height: 29px;
	margin: 0px;
	padding: 0px;
	width: 720px;
	}	
#menuwrapper {
	width: 720px;
	margin:left;
	}	
#menu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	}	
#menu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
	font-weight:bold;
	}	
#menu ul li {
	margin: 0px 0px 0px -1px;
	padding: 0px;
	list-style: none;
	background: url(../images/line_bg.gif) top right no-repeat;
	}	
#menu li a, #menu li a:link, #menu li a:visited {
	margin: 0px;
	padding: 7px 15px 7px 15px;
	color: #fff;
	display: block;
	font-size: 12px;
	text-decoration:none;
	}	
#menu li a:hover, #menu li a:active {	
	margin: 0px;
	padding: 7px 15px 7px 15px;
	margin-top:0px;
	color: #f8e800;
	display: block;
	background:#269af9;
	text-decoration: none;
	}	
#menu li li a, #menu li li a:link, #menu li li a:visited {	
	width: 130px;
	float: none;
	margin: 0px;
	padding: 6px 15px 6px 15px;
	color: #fff;
	text-transform:none;
	font-weight: bold;
	margin-left:1px;
	border-bottom:1px solid #1d75c0;
	}	
#menu li li a:hover, #menu li li a:active {
	padding: 6px 15px 6px 15px;
	color: #fffc00;
	}	
#menu li ul {	
	background: #1b629f;	
	z-index: 104;
	position: absolute;
	height: auto;
	width: 160px;
	margin: 0px;
	padding: 0px;
	left: -999em;
	visibility: visible;
	-moz-box-shadow: 3px 3px 4px #000;
	-Webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	}
#menu li li, #menu li li li {
	border: none;
	margin: 0px 0px 0px -1px;
	}	
#menu li ul a {
	}	
#menu li ul a:hover, #menu li ul a:active {
	}
#menu li ul ul {
	margin: -30px 0px 0px 160px;
	border-top: 1px solid #e9e9e9;
	}	
#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
	}	
#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
	}	
#menu li:hover, #menu li.sfhover {
	position: static;
	}	
/*	bottom	 */
#bottom, #blogtop{
	width: 950px;
	margin: 0 auto;
	padding-top:10px;
	float:left;
	}
/*copyright	*/
#copyright{
	width: 950px;
	margin: 0 auto;
	margin-top:10px;
	height:52px;
	/*float:left;*/
	color:#464646;
	font-family:Arial, Helvetica, sans-serif;
	}
	#copyright .left{
	width: 350px;
	margin-top:-2px;
	float:left;
	}
	#copyright .right{
	width: 480px;
	float:right;
	margin-top:-2px;
	margin-bottom:5px;
	}
		#copyright .right .bg_icon{
		float: right;
    	margin-top: -3px;
    	width: 62px;
		}
		#copyright .right .icon{
		float:right;
		margin-left:5px;
		margin-top:5px;
		}
		#copyright .right .text{
		float:left;
		/*margin-left:8px;
		margin-top:5px;*/
		width: 417px;
		}
		#copyright .right .color1{
			color:#0000ff;
			text-transform:uppercase;
			font-weight:bold;
		}
		#copyright .right .color2{
			color:#ed1c24;
			text-transform:uppercase;
			font-weight:bold;
		}
		/*#copyright a{
		color:#3c9d02;
		/*padding:0 4px;
		}
		#copyright a:hover{
		padding:0 4px;
		color:#f28e20;
		margin-top:-3px;
		text-decoration:underline;
		}*/
		#tistats{
		clear:inherit;
		float:left;
		margin-top:-5px;
		width:150px;
		height:20px;
		}
		#tistats a:hover{
		clear:inherit;
		float:left;
		margin-top:-2px;
		width:150px;
		height:20px;
		}

	#copyright .rightsub{
	width: 480px;
	float:right;
	margin-top:4px;
	margin-bottom:5px;
	}
		#copyright .rightsub .text{
		float:right;
		width: 410px;
		text-align:right;
		}
		#copyright .rightsub .bg_icon{
		float: right;
    	margin-top: -3px;
    	width: 500px;
		}
		#copyright .rightsub .icon{
		float:right;
		margin-left:5px;
		margin-top:5px;
		}
	
#copyright span{
	color:#626262;
	}
#dongindex {
	float:left;
	width:950px;
	margin:6px 0 5px 0;
}
#khung{
	float:left;
	width:304px;
}
#khung .tgp{
	float:left;
	width:304px;
	height:33px;
	background:url(../images/titte_in_gp.gif) no-repeat;
}
#khung .tdv{
	float:left;
	width:304px;
	height:33px;
	background:url(../images/titte_in_dv.gif) no-repeat;
}
#khung .ttt{
	float:left;
	width:304px;
	height:33px;
	background:url(../images/titte_in_tt.gif) no-repeat;
}
#t2{
	float:left;
	width:282px;
	height:79px;
	padding:0 10px;
	border-left:1px solid #dcdbe0;
	border-right:1px solid #dcdbe0;
	background:#FFF;
}
#t2-left{
	float:left;
	height:70px;
	overflow:hidden;
	width:202px;
}
#t2-left a{
	float:left;
	background:url(../images/icon_a.gif) no-repeat scroll left 5px transparent;
	margin-left:8px;
    padding-left:10px;
	font-size:12px;
	color:#363636;
	width:176px;
}
#t2-left a:hover{
	color:#1b629f;
	text-decoration:underline;
}

#t2-left1{
	float:left;
	height:70px;
	overflow:hidden;
	width:202px;
}
#t2-left1 a{
	float:left;
	background:url(../images/icon_a.gif) no-repeat scroll left 5px transparent;
	margin-left:8px;
    padding-left:10px;
	font-size:12px;
	color:#363636;
	width:176px;
}
#t2-left1 a:hover{
	color:#1b629f;
	text-decoration:underline;
}

#t2-left2{
	float:left;
	height:70px;
	overflow:hidden;
	width:202px;
}
#t2-left2 a{
	float:left;
	background:url(../images/icon_a.gif) no-repeat scroll left 5px transparent;
	margin-left:8px;
    padding-left:10px;
	font-size:12px;
	color:#363636;
	width:176px;
}
#t2-left2 a:hover{
	color:#1b629f;
	text-decoration:underline;
}

#t2-tt{
	float:left;
	width:202px;
}
#t2-tt a{
	float:left;
	background:url(../images/icon_a.gif) no-repeat scroll left 5px transparent;
	margin: 5px 14px 1px 8px;
    padding-left:10px;
	font-size:12px;
	color:#363636;
	width:255px;
}
#t2-tt a:hover{
	color:#1b629f;
	text-decoration:underline;
}
#t2 .right{
	float:right;
	width:80px;
	margin-top:3px;
}
#khung .t3{
	float:left;
	width:304px;
	height:6px;
	background:url(../images/down_in_k.png) no-repeat;
}

/*******************
*	content		   *
********************/
#content{
	width: 950px;
	height:auto;
	float:left;
	margin-top:5px;
	/*margin-bottom:60px;*/
	}
#left{
	width: 221px;
	height:auto;
	float:left;
	/*margin-left:6px;
	background:url(../images/titte_menu_bgleft.gif) repeat-y;*/
	}
	#left .khung{
	width: 221px;
	float:left;
	margin-top:5px;
	}
	#left .khung .titt1{
	width: 221px;
	background:url(../images/titte_menu1.gif) no-repeat;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#db131a;
	float:left;
	padding:10px 5px 10px 20px;
	}
	#left .khung .titt1 a{
	text-decoration:none;
	color:#111;
	}
	
	#left .khung .titt1 a:hover{
	color:#db131a;
	text-decoration:underline;
	}

	#left .khung .titt1_off{
	width: 221px;
	background:url(../images/titte_menu1_off.gif) no-repeat;
	float:left;
	padding:10px 5px 10px 20px;
	}
	#left .khung .titt1_off a{
	color:#111;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;;
	}
	#left .khung .titt1_off a:hover{
	color:#db131a;
	text-decoration:underline;
	}
	#left .khung .titt2{
	width: 221px;
	float:left;
	background:url(../images/titte_menu_bg2left.gif) repeat-y;
	}
	#left .khung .titt2 a{
	width: 140px;
	float:left;
	border-bottom:1px dotted #d4d4d4;
	background:url(../images/icon_c.gif) no-repeat scroll left 10px transparent;
	color:#0100fe;
	font-size:12px;
	font-weight:bold;
	padding:5px 17px;
	text-decoration:none;
	margin-left:17px;
	}
	#left .khung .titt2 a:hover{	
	color:#db131a;
	text-decoration:underline;
	}
	#left .khung .titt3{
	width: 259px;
	height:4px;
	float:left;
	background:url(../images/titte_menu2.gif) no-repeat;
	}
	#left .bg_title_left {
	/*background:url(../images/menubar.png) no-repeat;*/
	background-color:#1b629f;
    float: left;
    height: 27px;
    margin-top: 10px;
    width: 205px;
	}
	#left .tieude_trai {
    color: #FFFFFF;
    font-weight: bold;
    size: 12px;
    text-transform: uppercase;
	text-align:center;
	margin:7px 0 0 0px;
	}
	#left .footer_khungvien1 {
    float: left;
	background:url(../images/footer_tittle.gif) no-repeat;
    width: 205px;
	height:6px;
	margin-bottom:10px;
	}

#content .full{
	width: 945px;
	margin-top:5px;
	height:auto;
	float:left;
	}	
	#content .full .link{
	width: 940px;
	margin:10px 0px 5px 10px;
	float:left;
	font-family:"Verdana";
	font-size:11px;
	color:#000;
	}
	#content .full .rollpage{
	float:left;
	width: 940px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height:150%;
	color:#575757;
	margin: 0;
	}
#content .right{
	width: 715px;
	margin-right:5px;
	margin-top:5px;
	float:right;
	font-size:13px;
	/*height:394px;
	background:url(../images/bg_content_r.jpg) left bottom no-repeat;*/
	}
#content .right .link{
	width: 680px;
	margin:10px 0px 5px 40px;
	float:left;
	font-family:"Verdana";
	font-size:11px;
	color:#000;
	}
#content .right .noidung .titte2, #content .full .titte2{
		float:left;
		width: 640px;
		font-weight:bold;
		font-size:16px;
		color:#db131a;
		padding:11px 5px 6px 30px;
		text-transform:uppercase;
		background:url(../images/bg_ttt.png) no-repeat
	}

/*#content .noidung{
		float:left;
		width: 930px;
		padding:11px 5px 6px 10px;
}
*/

#content .full .static{
		float:left;
		width: 710px;
		font-weight:bold;
		font-size:16px;
		color:#db131a;
		padding:11px 5px 6px 30px;
		text-transform:uppercase;
		background:url(../images/bg_ttt.png) no-repeat
	}


	#content .right .link a, #content .full .link a{
	float:left;
	color:#000000;
	text-decoration:none;
	}
	#content .right .link .icon, #content .full .link .icon{
	width:4px;
	height:10px;
	float:left;
	margin:2px 7px 2px 7px;
	background:url(../images/icon_b.png) no-repeat;
	}
	#content .right .noidung{
		float:left;
		width: 680px;
		margin:5px 0px 5px 40px;
	}
	#content .right .noidung .titte2{
		float:left;
		width: 610px;
		font-weight:bold;
		font-size:16px;
		color:#db131a;
		padding:11px 5px 6px 30px;
		text-transform:uppercase;
		background:url(../images/bg_ttt.png) no-repeat
	}
	#content .right .noidung .text_body{
		float:left;
		color:#575757;
		font-size:11px;
		line-height:150%;
		text-align: justify;
		font-family:Verdana, Geneva, sans-serif;
	}
	#content .right .noidung .downpage{
		float:left;
		width: 680px;
		text-align:center;
	}
	#content .right .noidung .downpage1{
		float:left;
		width: 600px;
		text-align:center;
	}
	#content .right .noidung .videoshow{
		margin:45px 0 10px 130px;
	}

#pic_dtac {
    border: 1px solid #e1e1e1 !important;
    float: left;
    margin: 25px 25px 0 2px;
    padding: 1px;
    width: 189px;
	height: 108px;
}
#pic_k_hang {
    border: 1px solid #e1e1e1 !important;
    float: left;
    margin: 26px 25px 0 2px;
    width: 170px;
	height: 100px;
}
#bg_lienhe_left {
    float: left;
    width: 220px;
	height: auto;
}
#pic_lienhe {
    border: 1px solid #2e358f !important;
    float: left;
    margin: 25px 25px 0 2px;
    padding: 3px;
    width: 220px;
	height: auto;
}
#bg_lienhe_right{
    float: left;
    width: 550px;
	height: auto;
	margin: 10px 0 0 40px;
}
.style4 {
    color: #FF0000;
}
#bg_full_tin{
    float: left;
	height: auto;
	margin-top:10px;
}
#bg_tin{
    float: left;
    width: 148px;
	height: 95px;
	background:url(../images/bg_tintuc.png) no-repeat;
	margin-top:10px;
}
.link_tin {
    color: #0d4689;
    float: left;
	margin:7px 0 0 15px;
    text-decoration: none;
    width:400px;
	font-weight:bold;
}
.link_tin:hover {
    color: #d01318;
    float: left;
	margin:7px 0 0 15px;
    text-decoration: none;
    width:400px;
	font-weight:bold;
}
#text_tin {
    float: left;
	margin:10px 0 0 15px;
    width:480px;
}
#text_tin01 {
    float: left;
	margin:10px 0 0 15px;
    width:640px;
	text-align:justify;
	}
#text_tin02 {
    float: left;
	margin:10px 0 0 10px;
    width:640px;
}
#text_tin03 {
    float: left;
	margin:10px 0 0 15px;
    width:620px;
	text-align:justify;
}

.chitiet {
    background: url("../images/icon_tin.gif") no-repeat scroll left 8px transparent;
    color: #000;
    float: left;
    padding: 0 0 0 10px;
	margin:7px 0 0 0;
    width: 400px;
	text-decoration: underline;
}
.chitiet:hover {
    background: url("../images/icon_tin.gif") no-repeat scroll left 8px transparent;
    color: #ff0000;
    float: left;
    padding: 0 0 0 10px;
	margin:7px 0 0 0;
	text-decoration: underline;
}
.boder_red {
    background: none repeat scroll 0 0 #FFE8E8;
    border: 1px solid #FA0000;
    padding: 2px 10px;
    width: 210px;
}
.boder_red2, .lnkpage {
    border: 1px solid #0f498b;
    font-weight: bold;
    margin: 0 0 0 2px;
    padding: 0px 3px;
	font-size:10px;
	color:#000;
	text-decoration:none;
	background:#fff;
}

.boder_red2:hover, .lnkpage:hover {
    background: none repeat scroll 0 0 #FFF;
    margin: 0 0 0 2px;
    padding: 0px 3px;
	font-size:10px;
	color:#db131a;
	text-decoration:none;
}
.boder_red2_active, .lnkpageactive {
    background: none repeat scroll 0 0 #0d4689;
    border: 1px solid #0f498b;
    color: #fff;
    font-weight: bold;
    margin: 0 0 0 2px;
    padding: 0px 3px;
	font-size:10px;
}
.page {
    padding: 15px 0;
    width: 400px;
}
.fm {
    float: left;
    margin: 0;
}
#bg_print{
	float:left;
	width:80px;
	margin-left:30px;
}
#img_print{
	float:left;
	width:21px;
	margin-left:10px;
}
.text_print{
	float:left;
	color:#000;
	margin:4px 0 0 8px;
	text-transform:uppercase;
}
.text_print:hover{
	float:left;
	color:#00F;
	margin:4px 0 0 8px;
	cursor:pointer;
	text-transform:uppercase;
	text-decoration:none;
}
/* ND TRANG CTY THANH VIEN*/
#bg_cty{
	float:left;
	width: 950px;
	height:auto;
	background:#fff;
	border:1 solid #e6e6e6;
	}
#logo{
	float: left;
	width: 171px;
	height: 73px;	
	margin:10px 0 0 360px;
}
#top_cty{
	float: left;
	width: 925px;
	height: 28px;	
	margin:0 0 0 25px;
}
#titlle_cty{
	float: left;
	width: 800px;
	color:#dc1f26;
	font-weight:bold;
	margin-top:7px;
}
#copyright_gsc{
	float:left;
	width: 920px;
	text-align:center;
	margin:15px 0 0 8px;
	}
#logo_footer{
	float:left;
	width:480px;
	height:auto;
	}
/* css for requency partner at bootomframe	
   Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding-left:3px;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

#scroller { 
	width: 477px;
	height: 25px;
	background-color:#fff;
	margin-top:5px;
	margin-bottom: 0.5em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 470px;
	height: 25px;
	background-color:#fff;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	height: 25px;
}

/* Hinh Doi Tac*/
	
#khunghinh_dt{
	float:left;
	width:900px;
	height:90px;
	border:1px solid #cfcfcf;
	background:#fff;
	margin-top:10px;
}

#khunghinh_video{
	float:left;
	width:650px;
	height:90px;
	border:1px solid #cfcfcf;
	background:#fff;
	margin-top:0px;
}

#khunghinh_customer{
	float:left;
	width:610px;
	height:90px;
	border:1px solid #cfcfcf;
	background:#fff;
	margin-top:0px;
}

#icon_pre {
    float: left;
    margin: 35px 0 0 20px;
    width: 10px;
	height: 19px;
}
#icon_next {
    float: right;
    margin: 35px 20px 0 0;
    width: 10px;
	height: 19px;
}
#khung_dt{
	float:left;
	width:112px;
	height:63px;
	margin:12px 0 0 0;
	border:1px solid #cfcfcf;
	}
.link_tin_parent {
    color: #0d4689;
    float: left;
	margin:7px 0 0 15px;
    text-decoration: none;
    width:400px;
	font-weight:bold;
}
.link_tin_parent:hover {
    color: #d01318;
    float: left;
	margin:7px 0 0 15px;
    text-decoration: none;
    width:400px;
	font-weight:bold;
}
.link_tin_child {
    color: #0d4689;
    float: left;
	margin:7px 0 0 15px;
    text-decoration: none;
    width:400px;
	font-weight:bold;
}
.link_tin_child:hover {
    color: #d01318;
    float: left;
	margin:7px 0 0 15px;
    text-decoration: none;
    width:400px;
	font-weight:bold;
}
#bg_full_sub{
    float: left;
	height: auto;
	margin-top:10px;
	margin-left:15px;
}
#sitemap{
	text-align:center;
	}
#sitemap a{
	color:#0000FF;
	text-decoration:none;
	padding:0 4px;
	}
#sitemap a:hover{
	padding:0 4px;
	color:#f28e20;
	text-decoration:underline;
	}
#footer{
	width:100%;
	margin:0 auto;
	/*position:fixed;*/
	z-index:100;
	bottom: 0;
	}
#bgf{
	float:left;
	width:100%;
	background:url(../images/bg_footer.gif) repeat-x;	
	}
.scrollweblink{
	width:203px;
	margin-top:35px;
	}	
#weblink{
	width:170px;
	margin:20px 17px 0 17px;
	}
.khungvien1 {
    border-left: 1px solid #DDDBDB;
	border-right: 1px solid #DDDBDB;
	background-color:#FFF;
	margin-top:0px;
	margin-bottom:0px;
    float: left;
    width: 203px;
	}
		