@charset "utf-8";
/* CSS Document */
/* Created by ThongTD */

/* general style */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	background-attachment: fixed;
}

body#bd {
	color: #333;
	margin: 0;
	padding: 0;
}

body.fs3 {
	font-size: 12px;
}


/* Normal link */
a {
	text-decoration: none;
}

a span {
	cursor: pointer;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #cd4008;
}

a img {
	border: none;
}

/*article image*/
img {
	border: none;
	margin: 0;
	padding: 0;
	
}

img.border {
	padding: 4px;
	border: 1px solid #C5C5C5;
	background: #FFFFFF;
}


/* Heading */
h1 {
	font-size: 200%;
}

h2 {
	font-size: 175%;
}

h3 {
	font-size: 150%;
}

h4 {
	font-size: 125%;
}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 1em 0;
	padding: 0;
}

ul {
	list-style: none;
	list-style-image: url(images/red_dot.png);
	margin: 0; 
	padding: 0;
	padding-left:5px;
}

ul li {
	/*display: inline;*/
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #303030;
	height: 1px;
}
p{
	margin: 0;
	padding: 0; 
}

/* start... */
/* main site */

.main{
	width: 990px;
	margin: 30px auto;
	}

.main-top{
	float: left;
	width: 990px;
	height: 20px;
	background: url(images/main_top.png) no-repeat;
	}
	
.main-content{
	float: left;
	width: 990px;
	background: url(images/main_center.png) repeat-y;
	}	
	
.main-bottom{
	float: left;
	width: 990px;
	height: 20px;
	background: url(images/main_bottom.png) no-repeat;
	}
/* end */	

/* phần chứa nội dung*/
.content{
	float: left;
	width: 950px;
	margin: 0px 20px;
	margin-bottom: 5px;
	}

/* banner tiếng Anh */
.bannner_en{
	float: left;
	width: 948px;
	height: 168px;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	background: url(images/banner_en.jpg) no-repeat;
	}	
	
.bannner_vn{
	float: left;
	width: 948px;
	height: 203px;
	margin-top: 1px;
	margin-left: 1px;
	margin-right: 1px;
	background: url(images/banner_vn.jpg) no-repeat;
	}	

/* menu */
.menu-v{
	float: left;
	width: 948px;
	height: 37px;
	margin: 0px 1px;
	background: url(images/menu_v.png) repeat-x;
	}	

/* language */
.menu-v .vn-language{
	float: left;
	width: 33px;
	height: 25px;
	margin-top: 7px;
	margin-left: 10px;
	cursor: pointer;
	}
	
.menu-v .en-language{
	float: left;
	width: 33px;
	height: 25px;
	margin-top: 7px;
	margin-left: 3px;
	cursor: pointer;
	}
	
.menu-list{
	float: left;
	padding-top: 2px;
	margin-left: 120px;
	width: 516px;
	}
	
.menu-list ul{
	list-style:none;
	margin:0 auto;
}
.menu-list li{
	float:left;
	list-style:none;
	padding-left: 14px;
}
.menu-list li a{
	float:left;
	display:block;
	color:#fff;
	text-decoration:none;
	font: 12px 'Arial', sans-serif;
	font-weight:bold;
	height: 35px;
	padding:0 0 0 4px;
	line-height:40px;
	text-align:center;
	cursor:pointer;	
}
.menu-list li a span{
	float:left;
	display:block;
	padding:0 14px 0 14px;
}
.menu-list li.current a{
	color:#cd4008;
	background:url(images/bg-menu-left.png) no-repeat left 5px;
	height: 35px;
}
.menu-list li.current a span{
	color:#cd4008;
	background:url(images/bg-menu-right.png) no-repeat right 5px;
	height: 35px;
}
.menu-list li a:hover{
	color:#cd40083;
	background:url(images/bg-menu-left.png) no-repeat left 5px;
	height: 35px;
}
.menu-list li a:hover span{
	color:#cd4008;
	background:url(images/bg-menu-right.png) no-repeat right 5px;
	height: 35px;
}
.menu-list li.current a span img, .rhm1-bg li a span img  {
	position: relative; 
	top: 3px;
	left: -5px;
}	
	
	
/* search module */
.menu-v .search{
	float: right;
	margin-top: 6px;
	width: 198px;
	height: 23px;
	text-align: right;
	}
	
.searchbox{
	float: left;
	font: 100% Arial, Helvetica, sans-serif;
	border-color:#404040 #D4D0C8 #D4D0C8 #404040;
	border-style:solid;
	border-width:2px 1px 1px 2px;
	color:#333;
	font-size:12px;
	width:120px;
	height: 18px ;
	}

.button-search {
	float: left;
	margin-left: 3px;
	margin-top: 2px;
	background: #cd4008;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	cursor: pointer;
	border: 1px solid #ffffff;
	height: 21px;
	width:60px;
	}
	
/* left module: menu, visit counter, network,... */	
.left-module{
	float: left;
	width: 204px;
	margin-left: 1px;
	}
	
/* menu */	
.left-module .menu-item{
	float: left;
	background: url(images/menu_right_line.png) right no-repeat;
	border-top: 1px solid #acafae;
	height: 27px;
	width: 204px;
	background-color: #404a45;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	}
	
.left-module .menu-item .left{
	width: 5px;
	height: 8px;
	float: left;
	margin-left: 7px;
	margin-top: 10px;
	background: url(images/red_dot.png) center no-repeat;
	}
	
.left-module .menu-item .right{
	float: left;
	margin-left: 5px;
	margin-top: 3px;
	cursor: pointer;
	}
	
.left-module .menu-item .right:hover{
	color: #f8932e;
	}	
/* end menu */	


/* menu */	
a.mainlevel{
	float: left;
	padding-left: 12px;
	background: url(images/menu_right_line.png) right no-repeat;
	background: transparent url(images/red_dot.png) left no-repeat;
	border-top: 1px solid #acafae;
	height: 27px;
	width: 196px;
	background-color: #404a45;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	
	}
	
.left-module .menu-item .left{
	width: 5px;
	height: 8px;
	float: left;
	margin-left: 7px;
	margin-top: 10px;
	background: url(images/red_dot.png) center no-repeat;
	}
	
.left-module .menu-item .right{
	float: left;
	margin-left: 5px;
	margin-top: 3px;
	cursor: pointer;
	}
	
a.mainlevel:hover{
	color: #f8932e;
	}	
/* end menu */	

/* other module */
.network-en{
	float: left;
	border: 1px solid #cdcdcd;
	width: 181px;
	margin-top: 24px;
	margin-left: 11px;
	text-align: center;
	}
	
.left-module .nistpass{
	float: left;
	border: 1px solid #cdcdcd;
	width: 198px;
	margin-top: 24px;
	margin-left: 3px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	}	
	
.left-module .nistpass .module-split{
	height: 1px;
	width: 186px;
	background-color: #cccccc;
	margin: 5px auto;
	}	
	
.hit-counter{
	float: left;
	width: 130px;
	height: 79px;
	margin-top: 25px;
	margin-left: 38px;
	}	
	
.hit-counter .left{
	float: left;
	width: 7px;
	height: 79px;	
	background: url(images/counter_left.png) no-repeat;
	}
	
.hit-counter .center{
	float: left;
	width: 116px;
	height: 79px;	
	background: url(images/counter_center.png) repeat-x;
	}	
	
.hit-counter .right{
	float: left;
	width: 7px;
	height: 79px;	
	background: url(images/counter_right.png) no-repeat;
	}	
	
.hit-counter .center .title{
	width: 116px;
	height: 18px;
	float: left;
	color: #cd4008;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
	}	
	
.hit-counter .center .number{
	width: 116px;
	height: 18px;
	float: left;
	color: #404a45;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 0px auto;
	}	
/* end other module */	

/* right module */
.right-module{
	float: left;
	width: 246px;
	margin-left: 17px;
	}
	
.right-module .slide{
	float: left;
	width: 246px;
	height: 177px;
	border: 1px solid #cccccc;
	padding: 1px;
	margin-top: 10px;
	}	


/* latestnews module */
latestnews{
	float: left;
	border: 1px solid #cccccc;
	background: transparent url(images/red_dot.png) right no-repeat;
	width: 246px;
	height: 236px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
	

/* hotnews module */
.hot-news{
	float: left;
	border: 1px solid #cccccc;
	width: 246px;
	height: 236px;
	margin-top: 15px;
	margin-bottom: 5px;
	}
	
.hot-news .title{
	float: left;
	width: 246px;
	height: 28px;
	margin: 0px auto;
	background: url(images/hot_news.png) repeat-x;
	}
	
.hot-news .title .text{
	float: left;
	width: 200px;
	height: 28px;
	margin-left: 12px;
	padding-top: 2px;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	}
	
.hot-news .list-news{
	float: left;
	height: 200px;
	margin-top: 3px;
	}
	
.hot-news .list-news .item{
	width: 232px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-left: 10px;
	}	


.hot-news .list-news .item .icon{
	float: left;
	width: 5px;
	height: 8px;
	margin-right: 4px;
	margin-top: 5px;
	background: url(images/red_dot.png) no-repeat;
	}	
	
.hot-news .list-news .item .text{
	width: 218px;
	}	
	
.hot-news .list-news .item .text a{
	color: #333333;
	}	
	
.hot-news .list-news .item .text a:hover{
	color: #cd4008;
	}		
/* other module */

.o-module{
	float: left;
	width: 246px;
	border: 1px solid #cccccc;
	text-align: center;
	margin: 5px auto;

	}
	
/* css for news */	
.news{
	float: left;
	width: 464px;
	margin: 15px 0px 30px 10px;
	}
	
.news .path{
	float: left;
	width: 464px;
	font-weight: bold;
	margin-bottom: 20px;
	}	
	
.news .path img{
	padding:0 5px;
	}	

.news .news-item{
	float: left;
	width: 464px;
	margin-bottom: 30px;
	} 

.news .news-item .news-title{
	float: left;
	width: 464px;
	font-weight: bold;
	font-size: 12px;
	}
	
.news .news-item .date-time{
	float: left;
	width: 464px;
	font-size: 12px;
	color: #474747;
	}
	
.news .news-item .news-content{
	float: left;
	width: 464px;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 8px;
	line-height: 1.4;
	}
	
.news .news-item .read-more{
	float: left;
	width: 464px;
	text-align: right;
	color: #cd4008;
	}	
	
.news .news-item .read-more a{
	color: #cd4008;
	}	
	
.news .news-item .news-img{
	float: left;
	width: 256px;
	border: 1px solid #cccccc;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 2px;
	}	
	
/* css for footer */
.footer{
	float: left;
	width: 950px;
	height: 79px;
	margin: 0px 20px;
	border-top: 1px solid #aaaaaa;
	background-color: #dedee0;
	font-size: 11px;
	}
	
.footer .left{
	width: 45%;
	float: left;
	margin-top: 8px;
	text-align: left;
	padding-left: 6px;
	}	
	
.footer .right{
	width: 45%;
	float: right;
	margin-top: 8px;
	text-align: right;
	padding-right: 6px;
	}	
	
/* css for group news */	
.group-news{
	float: left;
	width: 299px;
	height: 24px;
	color: #cd4008;
	font-weight: bold;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-left: 6px;
	background: url(images/border_news.png) repeat-y;
	}
	
/* css for pagination */
.pagination{
	width: 464px;
	height: 25px;
	text-align: center;
	}
	
.pagination a{
	color: #cd4008;
	padding: 3px 5px;
	border: 1px solid #cccccc;
	margin-left: 4px;
	background-color: #f2f2f2;
	}	
	
.pagination #current{
	padding: 3px 5px;
	border: 1px solid #cccccc;
	margin-left: 4px;
	background-color: #f2f2f2;
	color: #5a5a5a;
	}	
		
	

	