@charset "utf-8";

/* for browsers that don't suck */
body
{
	background: #192533 url(../images/bg.png) left top repeat-x;
	background-attachment: fixed;
}
.container
{
	min-height: 70em;
	height: auto !important;
	padding-bottom: 50px;
}
/*-------- phần header--------------------------*/
.header
{
	float: left;
	width: 100%;
	height: 40px;
	
	margin: 0px;
	display: inline;
}
.search
{
	float: right;
	background: url(../images/banner.jpg) left bottom repeat-x;
	width: 100%;
	
	/*width: 460px;*/
	height: 98px;
	text-align: right;
	display: inline;
	padding-top:10px;
}
.header .search span a
{
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
.header .search span a img
{
	padding-left: 5px;
}
.header .search input
{
	float: left;
	display: inline;
	margin-top: 0px;
}
.header .search .submit
{
	background: url(../images/search.png) center no-repeat;
	float: left;
	width: 23px;
	height: 21px;
	margin-left: 10px;
	margin-top: 2px;
	border: none;
}
*html .container .header .search .submit
{
	margin-top: 0px;
}
.header .logo
{
	float: left;
	width: 400px;
	height: 75px;
	padding-top: 15px;
	background: url(../images/logo.png) left bottom no-repeat;
}
.header .menu-top
{
	float: left;
	height: 40px;
	
	width:100%;
	background: url(../images/bg_menu_new.jpg) left bottom repeat-x;
}
.header .menu-top ul
{
	float: left;
	margin: 0px;
	padding: 0px;
}
.header .menu-top ul li
{
	float: left;
	display: inherit;
	list-style: none;
}
.header .menu-top ul li a
{
	float: left;
	min-width: 79px;
	max-width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: url(../images/bg_menu_new.jpg) left bottom repeat-x;
	color: #B4D2F8;
	font-size: 11px;
	
	text-decoration: none;
	padding: 0px 6px;
}
.header .menu-top ul li .select
{
	background: url(../images/menu_bg_hover.jpg) left bottom repeat-x;
	color: #FFF;
}
.header .menu-top ul li a:hover
{
	background: url(../images/menu_bg_hover.jpg) left bottom repeat-x;
	color: #FFF;
	float: left;
}
/*------- hết header ----------*/
/*------- Phần content  ----------*/
.contents
{
	float: left;
	display: inline;
	min-height: 705px;
	width: 100%;
	background: #FFF url(../images/bg-content.png) left top repeat-x;
	margin: 0px;
}
/*--------------------phần slide-----------------------*/
.contents .slide-home
{
	float: left;
	width: 935px;
	height: 285px;
	padding-left: 15px;
	padding-top: 15px;
	display: inline;
}
.contents .slide-home .flash
{
	float: left;
	width: 610px;
	height: 280px;
	background: #CCC;
	display: inline;
}
.contents .slide-home .flash img
{
	border: 2px solid #FFF;
}
.contents .slide-home .slide-text
{
	float: left;
	width: 260px;
	height: 240px;
	margin-left: 15px;
	color: #767676;
	font-size: 12px;
	padding: 20px;
	border: 2px solid #FFF;
	background: #CCC url(../images/bg-slide-text.png) left top repeat-x;
}
.contents .slide-home .slide-text .date
{
	width: 100%;
	display: block;
	padding-bottom: 10px;
}
.contents .slide-home .slide-text .cty
{
	color: #4d77a6;
	font-size: 15px;
	font-weight: bold;
}
.contents .slide-home .slide-text .news_nd
{
	font-size: 12px;
}
.contents .slide-home .slide-text .button_news a
{
	float: right;
	background: url(../images/button_detail.png) no-repeat;
	width: 93px;
	height: 49px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 20px;
	margin-top:10px;
}
/*--------------------hết phần slide-----------------------*/
/*--------------------phần news home -------------------------*/
.contents .news-home
{
	float: left;
	width: 400px;
	height: 205px;
	display: inline;
	margin-left: 15px;
	margin-top: 10px;
	display: inline;
}
#home-tabs .content
{
	background: #f3f3f3 url(../images/tab-bg.png) left top repeat-x;
	width: 380px;
	padding: 10px;
	float: left;
	border: 2px solid #FFF;
	min-height: 205px;
}
#home-tabs .content .date
{
	display: block;
	color: #333;
	float: left;
	width: 100%;
	font-size: 11px;
	margin-left:10px;
	
}
#home-tabs .content .title a, .contents .chiso .title a
{
	float: left;
	display: block;
	color: #737373;
	font-size: 12px;
	/*font-weight: bold;*/
	margin-left:10px;
	
	text-decoration: none;
	margin-bottom: 10px;
	width: 90%;
}
#home-tabs .content .title a:hover, .contents .chiso .title a:hover
{
	float: left;
	display: block;
	color: #003879;
	font-size: 12px;
	margin-left:10px;
	
	text-decoration: none;
	margin-bottom: 10px;
	width: 90%;
}
#home-tabs .more a, .contents .santsqland .more a, .contents .chiso .more a
{
	float: left;
	display: block;
	width: 370px;
	padding-right: 30px;
	height: 25px;
	line-height: 25px;
	text-align: right;
	color: #224e81;
	text-decoration: none;
	background: #eaeaea;
	border: 2px solid #FFF;
	border-top: none;
	font-size: 12px;
	
}
#home-tabs .more a:hover, .contents .santsqland .more a:hover, .contents .chiso .more a:hover
{
	
	color: #06203f;
	
	
}
/*--------------------hết news home -------------------------*/
/*--------------------santsqland -------------------------*/
.contents .santsqland
{
	float: left;
	width: 320px;
	min-height: 290px;
	display: inline;
	margin-left: 15px;
	margin-top: 10px;
}
.contents .santsqland .menu
{
	float: left;
	display: block;
	padding: 0px 10px;
	color: #295d9b;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #ededed;
	border: 2px solid #FFF;
	font-weight: bold;
	width:100px;
}
.contents .santsqland .title a
{
	float: left;
	display: block;
	color: #295d9b;
	font-size: 12px;
	margin-left:10px;
	
	text-decoration: none;
	width: 100%;
}
.contents .santsqland .date
{
	display: block;
	color: #333;
	float: left;
	width: 100%;
	font-size: 11px;
	padding-bottom: 10px;
	margin-left:10px;
}
.contents .santsqland .content
{
	background: #f3f3f3 url(../images/tab-bg.png) left top repeat-x;
	width: 300px;
	padding: 10px;
	float: left;
	border: 2px solid #FFF;
	min-height: 206px;
	margin-top: 2px;
}
.contents .santsqland .more a
{
	width: 290px;
	display: block;
	
}
.contents .santsqland .address
{
	float: left;
	display: block;
	width: 100%;
	font-size: 11px;
	color: #333;
	margin-left:10px;
	
}
/*--------------------hết santsqland -------------------------*/
/*--------------------chỉ số -------------------------*/
.contents .chiso
{
	float: left;
	width: 174px;
	height: 260px;
	display: inline;
	margin-left: 15px;
	margin-top: 38px;
}
.contents .chiso .content
{
	background: #f3f3f3 url(../images/tab-bg.png) left top repeat-x;
	width: 154px;
	padding: 10px;
	float: left;
	border: 2px solid #FFF;
	height: 206px;
	margin-top: 2px;
}
.contents .chiso .more a
{
	width: 144px;
	display: block;
}
.contents .chiso .title a
{
	border-bottom: 1px solid #CCC;
	width: 90%;
	text-align: left;
	padding-bottom: 3px;
	color:#295d9b;
	
}
.contents .chiso .rows
{
	float: left;
	display: block;
	width: 100%;
	margin: 10px 0px;
}
.contents .chiso .image
{
	float: left;
	width: 20px;
	height: 40px;
	text-align: right;
	
}
.contents .chiso .image img
{
	margin-top: 15px;
}
.contents .chiso .name, .contents .chiso .value
{
	float: left;
	width: 130px;
	font-size: 12px;
	color: #999;
	
}
/*--------------------hết chỉ số -------------------------*/
.contents .bottom
{
	float: left;
	width: 930px;
	height: 80px;
	margin: 20px 15px 0px 15px;
	display: inline;
	border-top: 1px solid #e9e9e9;
	font-size: 11px;
}
.contents .bottom .left
{
	float: left;
	width: 670px;
	color: #5c5c5c;
	margin-top: 20px;
	display: inline;
}
.ngaycapnhat
{
	float: left;
	display: block;
	width: 100%;
}
.copyright
{
	float: left;
	display: block;
	width: 100%;
}
.contents .bottom .right
{
	float: right;
	width: 160px;
	margin-left: 100px;
	display: inline;
	margin-top: 20px;
}
.contents .bottom .right img
{
	float: left;
	margin: 5px;
}
/*------------------bottom-------------------------------*/

/*------- hết content ----------*/
/*---------------------------trang con----------------------------------------------*/
.contents-detail
{
	background: #FFF url(../images/bg-detail.png) left top repeat-x;
	border-bottom: 3px solid #acacac;
}
.contents-detail .slide-home
{
	background: #FFF;
	width: 930px;
	padding: 0px;
	display: inline;
	margin-left: 15px;
	margin-top: 15px;
}
.contents-detail .slide-home .image
{
	float: left;
	display: block;
}
.contents-detail .slide-home .position
{
	float: left;
	display: inline;
	width: 770px;
	color: #767676;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 11px;
	padding-top:4px;
}
.contents-detail .slide-home .position a
{
	color: #767676;
	text-decoration: none;
	
}
.contents-detail .slide-home .position .present
{
	color: #06C;
	
}
.contents-detail .slide-home .mail
{
	float: right;
	width: 130px;
	display: inline;
	
}
.contents-detail .slide-home .mail a
{
	margin:0px;
	display:inline;
}
.contents-detail .slide-home .mail a img
{
    margin:17px 5px 0px 5px;
    vertical-align:top;
	display:inline;
}
.contents-detail .noidung{
	float:left; width:930px; min-height:300px;display:inline; margin-left:15px; display:inline; background: url(../images/bg-noidung.png) left top no-repeat; font-size:12px; padding-top:20px;}

/*----------------------------column left---------------------------------------------------------------*/
.contents-detail .noidung .left
{
	float: left;
	padding: 10px;
	padding-left: 0px;
	width: 240px;
}
.contents-detail .noidung .left .menu
{
	float: left;
	display: inherit;
	width: 230px;
	background: #d8d8d8;
	border: 2px solid #d8d8d8;
	padding-top: 3px;
	border-bottom: none;
}
.contents-detail .noidung .left .menu ul
{
	float: left;
	margin: 0px;
	padding: 0px;
}
.contents-detail .noidung .left .menu ul li
{
	list-style: none;
	background: #00F;
	float: left;
	width: 230px;
	padding: 0px;
	margin-bottom: 1px;
	height: 30px;
	display: inline;
}
.contents-detail .noidung .left .menu ul li a
{
	float: left;
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: inline;
	width: 220px;
	padding-left: 10px;
	background: #CCC url(../images/bg-menu-left.png) left top no-repeat;
	height: 30px;
	line-height: 30px;
}
.contents-detail .noidung .left .menu ul li a:hover, .contents-detail .noidung .left .menu ul li .active
{
	color: #FFF;
	background: #3b87db url(../images/bg-menu-left-h.png) left no-repeat;
}
/*----------------------------column right---------------------------------------------------------------*/
.contents-detail .noidung .right
{
	float: left;
	padding: 10px;
	padding-left: 20px;
	width: 650px;
}
.contents-detail .noidung .right .title-head
{
	float: left;
	display: block;
	width: 100%;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #004b9d;
}
.contents-detail .noidung .right .info
{
	color: #767676;
}
.contents-detail .noidung .right .box
{
	float: left;
	width: 90%;
	display: inline;
	margin-top: 20px;
}
.contents-detail .noidung .right .box .month
{
	float: left;
	width: 100%;
	display: block;
	font-size: 14px;
	color: #113a67;
	font-weight: bold;
	height: 30px;
	border-bottom: 1px solid #d1d1d1;
	background: url(../images/nut.png) center right no-repeat;
	cursor: pointer;
	line-height:30px;
}
.contents-detail .noidung .right .box .month:hover
{
	background: url(../images/nut2.png) center right no-repeat;
	cursor: pointer;
}
/* add */
.contents-detail .noidung .right .box .month.active
{
    background: url(../images/nut_up.png) center right no-repeat;
    cursor: pointer;
}
.contents-detail .noidung .right .box .month.active:hover
{
    background: url(../images/nut2_up.png) center right no-repeat;
    cursor: pointer;
}
/* end */
    
.contents-detail .noidung .right .box .date
{
	float: left;
	width: 100%;
	display: block;
	font-size: 12px;
	color: #767676;
	
	
}
.contents-detail .noidung .right .box .title a
{
	float: left;
	width: 100%;
	display: block;
	font-size: 12px;
	color: #1769c7;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	
}
.contents-detail .noidung .right .box .info
{
	float: left;
	width: 100%;
	display: block;
	font-size: 12px;
	color: #464747;
}
/*--------------------- trang job--------------------------------------------*/
.contents-detail .noidung .job .box .title, .contents-detail .noidung .careers .title
{
	float: left;
	width: 100%;
	display: block;
	font-size: 12px;
	color: #1769c7;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	background: url(../images/nut.png) center right no-repeat;
	text-decoration: none;
	border-bottom: 1px solid #d1d1d1;
}
.contents-detail .noidung .job .box .title:hover, .contents-detail .noidung .careers .title:hover
{
	background: url(../images/nut2.png) center right no-repeat;
}

/* add */
.contents-detail .noidung .job .box .title.active, .contents-detail .noidung .careers .title.active
{
    background: url(../images/nut_up.png) center right no-repeat;
    cursor: pointer;
}
.contents-detail .noidung .job .box .title.active:hover, .contents-detail .noidung .careers .title.active:hover
{
    background: url(../images/nut2_up.png) center right no-repeat;
    cursor: pointer;
}
/* end */

.contents-detail .noidung .job .box .info
{
	float: left;
	display: inline;
	width: 570px;
	background: #ebeff6;
	padding: 15px;
	margin-top: 15px;
}
/*-----------------------------careers------------------------------------*/
.contents-detail .noidung .careers .info
{
	float: left;
	width: 570px;
	display: inline;
	padding: 10px;
	background: #f3f3f3;
}
.contents-detail .noidung .careers .box .info
{
	width: 555px;
	padding: 15px;
	background: #FFF;
}
/*------------------------------------ project -----------------------------*/
.contents-detail .noidung .project .image-info
{
	float: left;
	margin: 0px;
	padding: 0px;
	width: 620px;
	min-height: 160px;
	margin-bottom:-15px;
}
.contents-detail .noidung .project .image-info .image-project
{
	width: 235px;
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	float: left;
	display: inline;
}
*.contents-detail .noidung .project .image-info .image-project img
{
	float: left;
	width: 235px;
	height: 160px;
	margin: 0px;
	padding: 0px;
}
.contents-detail .noidung .project .image-info .image-project img
{
	float: left;
	width: 235px;
	height: 165px;
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
}

.contents-detail .noidung .project .image-info .table-project
{
	border-spacing: 2px;
	background: #FFF;
	float: left;
}
.contents-detail .noidung .project .image-info .table-project td
{
	background: #f1f1f1;
	color: #004b9d;
	padding-left: 10px;
}
.contents-detail .noidung .project .image-info .table-project .name-project
{
	background: #eef1f7;
	width: 120px;
}
.contents-detail .noidung .project .image-info .table-project .name-project-dt
{
	background: #d8e0ee;
	font-weight: bold;
	width: 170px;
}
.contents-detail .noidung .project .box .info
{
	float: left;
	width: 590px;
	display: inline;
	background: #eff2f8;
	padding: 10px;
	color: #767676;
}
.contents-detail .noidung .project .box .info .title a
{
	text-decoration: none;
}
.contents-detail .noidung .project .box .info a
{
	color: #7aa1cb;
	text-decoration: none;
}
/*------------------------------tsqland --------------------------------------------*/
.contents-detail .noidung .tsqland .title-head
{
	font-weight: 700;
}
.contents-detail .noidung .tsqland .info
{
	float: left;
	width: 600px;
	color: #767676;
	display: inline;
	padding: 0px;
}
.contents-detail .noidung .tsqland .box
{
	float: left;
	width: 270px;
	color: #767676;
	display: inline;
	padding: 10px;
	margin-left: 15px;
}
.contents-detail .noidung .tsqland .box .title
{
	float: left;
	width: 100%;
	display: block;
	font-size: 12px;
	color: #004b9d;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/nut.png) center right no-repeat;
}
.contents-detail .noidung .tsqland .box .title:hover
{
	background: url(../images/nut2.png) center right no-repeat;
}

.contents-detail .noidung .tsqland .box .title.active
{
	background: url(../images/nut_up.png) center right no-repeat;
}

.contents-detail .noidung .tsqland .box .title.active:hover
{
	background: url(../images/nut2_up.png) center right no-repeat;
}


.contents-detail .noidung .tsqland .transaction
{
	float: left;
	padding-top:30px;
	display: block;
	width: 100%;
}
.contents-detail .noidung .tsqland .transaction .title
{
	float: left;
	width: 500px;
	font-size: 17px;
	color: #004b9d;
}
.contents-detail .noidung .tsqland .transaction .button-dangtin a
{
	float: left;
	text-decoration: none;
}
.contents-detail .noidung .tsqland .transaction .info
{
	float: left;
	width: 590px;
	padding: 20px 20px;
	background: #F0F0F0;
	border: 1px solid #e1e1e1;
}
.contents-detail .noidung .tsqland .transaction .navigator
{
	float: left;
	width: 572px;
	border-top: #d0d0d0 3px solid;
	border-bottom: #d0d0d0 1px solid;
	background: url(../images/bg-navi.png) left top repeat-x;
	height: 30px;
	line-height: 30px;
	padding: 0px 30px;
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
}
.contents-detail .noidung .tsqland .transaction .navigator .active
{
	color: #004d9f;
}
.contents-detail .noidung .tsqland .transaction .navigator .titlenavi
{
	float: left;
	width: 300px;
	color:#066666;
	font-size:9px;
}
.contents-detail .noidung .tsqland .transaction .navigator .titlenavi:hover
{
	float: left;
	width: 300px;
	color:#004d9f;
}
.contents-detail .noidung .tsqland .transaction .navigator select
{
	float: left;
	background: url(../images/select.png) repeat-x;
	width: 120px;
	margin-left: 15px;
	color: #585858;
}
.contents-detail .noidung .tsqland .transaction .info .noidung2
{
	float: left;
	width: 570px;
	display: inline;
	float: left;
	padding: 10px;
	margin-top: 10px;
	background: #FFF;
}
.contents-detail .noidung .tsqland .transaction .info .noidung2 .left
{
	float: left;
	display: inline;
	width: 380px;
	margin: 0px;
	padding: 0px;
}
.contents-detail .noidung .tsqland .transaction .info .noidung2 .left .title a
{
	float: left;
	display: inline;
	width: 380px;
	color: #002b5e;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.contents-detail .noidung .tsqland .transaction .info .noidung2 .left .view
{
	margin-left: 20px;
}
.contents-detail .noidung .tsqland .transaction .info .noidung2 .right
{
	float: left;
	display: inline;
	width: 190px;
	margin: 0px;
	padding: 0px;
}
.contents-detail .noidung .tsqland .transaction .info .noidung2 .right .gia
{
	color: #002b5e;
	font-size: 12px;
	font-weight: 500;
}
.contents-detail .noidung .tsqland .transaction .info .noidung2 .bottom
{
	float: left;
	display: block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	color: #425e7d;
	height: 30px;
	line-height: 30px;
}
.contents-detail .noidung .tsqland .transaction .info .paging
{
	float: left;
	width: 570px;
	height: 30px;
	line-height: 30px;
	background: #FFF;
	margin-top: 15px;
	padding: 5px 10px;
}
.contents-detail .noidung .tsqland .transaction .info .paging .trang
{
	float: right;
}
.contents-detail .noidung .tsqland .transaction .info .paging .trang a
{
	color: #737373;
	background: #e6e6e6;
	padding: 1px 5px;
	margin: 3px;
	font-weight: bold;
	text-decoration: none;
}
.contents-detail .noidung .tsqland .transaction .info .paging .trang a:hover, .contents-detail .noidung .tsqland .transaction .info .paging .trang .active
{
	background: #9b9b9b;
	color: #FFF;
}
/*-------------------------form----------------------------------*/
.contents-detail .noidung .form-register
{
	float: left;
	display: block;
	width: 600px;
	margin-left: 10px;
	background: #f5f5f5;
	border: 1px solid #e7e7e7;
	margin-top:10px;
}
.contents-detail .noidung .form-register .info
{
	float: left;
	display: inline;
	width: 570px;
	padding: 15px 15px 0px 15px;
	background: #fafafa;
	border: 1px solid #dfdede;
}
.contents-detail .noidung .form-register .info .left2
{
	float: left;
	width: 280px;
}
.contents-detail .noidung .form-register .info .right2
{
	float: left;
	width: 250px;
}
.contents-detail .noidung .form-register .info label
{
	float: left;
	min-width:80px;
	color: #0f5caf;
	
}
.contents-detail .noidung .form-register .info input
{
	float: left;
	background: #f0f0f0;
	margin-bottom: 0px;
}
.contents-detail .noidung .form-register .info textarea
{
	float: left;
	width: 250px;
	height: 160px;
}
.contents-detail .noidung .form-register .info select
{
	width: 150px;
	background: #f0f0f0;
	margin-bottom: 0px;
}
.contents-detail .noidung .form-register .info textarea
{
	background: #f0f0f0;
}
.contents-detail .noidung .form-register .send
{
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	background: #06C url(../images/send.png) left top;
	width: 72px;
	height: 27px;
	border: none;
}
/*------------------trang media 2 -----------------------------*/
.contents-detail .noidung .media2 .title a
{
	background: none;
	text-decoration: none;
}
.contents-detail .noidung .media2 .download a
{
	color: #999;
	float: left;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
	background: url(../images/down.png) left top no-repeat;
	text-decoration: none;
}
.contents-detail .noidung .media2 .downloads a
{
	color: #999;
	float: left;
	padding-left: 20px;
	height: 16px;
	line-height: 20px;
	background: url(../images/taifile.png) left top no-repeat;
	text-decoration: none;
}
.contents-detail .noidung .left .box
{
	float: left;
	display: inherit;
	background: #f7f7f7;
	border: 2px solid #CCC;
	width: 210px;
	margin-top: 20px;
	padding: 10px;
}
.contents-detail .noidung .left .box .date
{
	float: left;
	display: block;
	width: 100%;
}
.contents-detail .noidung .left .box .link a
{
	float: left;
	display: block;
	width: 100%;
	color: #565656;
	margin-bottom: 20px;
	text-decoration: none;
	font-size: 12px;
}
/* -----------------------hình ảnh----------------------------*/
.contents-detail .noidung .hinhanh .navi select
{
	float: left;
	width: 120px;
	height: 20px;
	line-height: 20px;
	background: url(../images/select.png) repeat-x;
	color: #585858;
	margin: 0px 0px;
}
.contents-detail .noidung .hinhanh .navi .chon
{
	float: left;
	display: inline;
	margin-left: 300px;
}
.contents-detail .noidung .hinhanh .navi .chon a
{
	float: left;
	width: 72px;
	text-align: center;
	height: 20px;
	line-height: 20px;
	display: inline;
	margin: 0px 10px;
	color: #767676;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
.contents-detail .noidung .hinhanh .navi .chon a:hover, .contents-detail .noidung .hinhanh .navi .chon .select
{
	background: url(../images/chonhover.png) left no-repeat;
	color: #FFF;
}
.contents-detail .noidung .hinhanh .box
{
	float: left;
	display: block;
	border-top: 1px solid #CCC;
	padding-top: 20px;
	margin-top:10px;
}
.contents-detail .noidung .hinhanh .box .left
{
	float: left;
	width: 170px;
	padding: 0px;
	padding-right: 20px;
}
.contents-detail .noidung .hinhanh .box .left img
{
	float: left;
	width: 170px;
}
.contents-detail .noidung .hinhanh .box .right
{
	float: left;
	width: 380px;
	padding: 0px;
	padding-left: 10px;
	
}
.contents-detail .noidung .hinhanh .box .right .title a
{
	margin-top: 0px;
	padding: 0px;
	text-decoration: none;
	line-height: 15px;
}
.contents-detail .noidung .hinhanh .box .right .date
{
	float: left;
	margin: 0px;
	padding: 0px;
	line-height: 15px;
	height: 20px;
	color: #069;
}
.contents-detail .noidung .hinhanh .box .right .text
{
	float: left;
	width: 100%;
	color: #767676;
}
.contents-detail .noidung .hinhanh .box .right .xem
{
	float: left;
	width: 92px;
	height: 35px;
	background: url(../images/xem2.png) center no-repeat;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	color: #000;
	font-weight: bold;
}
.contents-detail .noidung .hinhanh .box .right .xem:hover, .contents-detail .noidung .hinhanh .box .right .active
{
	background: url(../images/xem.png) center no-repeat;
}
/*------------------------- news letter-----------------------------*/
.contents-detail .noidung .newsletter
{
	float: left;
	margin: 0px;
	width: 645px;
}
.contents-detail .noidung .newsletter .info
{
	float: left;
	display: inline;
	width: 500px;
}
.contents-detail .noidung .newsletter .box
{
	float: left;
	display: inline;
	width: 580px;
	padding: 15px;
	background: #f8f8f8;
	border: 1px solid #eaeaea;
}
.contents-detail .noidung .newsletter .box .info
{
	float: left;
	display: block;
	width: 540px;
	padding: 20px;
	background: #fafafa;
	border: 1px solid #eaeaea;
}
.contents-detail .noidung .newsletter .box .info label
{
	display: inline-block;
	width: 140px;
	color: #0f5caf;
	font-size: 12px;
	font-weight: bold;
}
.contents-detail .noidung .newsletter .box .info input
{
	width: 340px;
	margin-right: 10px;
	background: #f0f0f0;
	margin-bottom: 5px;
}
.contents-detail .noidung .newsletter .box .info select
{
	width: 235px;
	background: #f0f0f0;
	margin-bottom: 5px;
	margin-right: 100px;
}
.contents-detail .noidung .newsletter .box .info .sex
{
	width: 140px;
	background: #f0f0f0;
	margin-bottom: 5px;
	margin-right: 100px;
}
.contents-detail .noidung .newsletter .box .send
{
	float: right;
	margin-right: 60px;
	margin-top: 20px;
	background: #06C url(../images/send.png) left top;
	width: 72px;
	height: 27px;
	border: none;
}
/* Phong Add*/
.contents-detail .noidung .newsletter .box .info label
{
	display: inline-block;
	width: 140px;
	color: #0f5caf;
	font-size: 12px;
	font-weight: bold;
}
.contents-detail .noidung .newsletter .box .info input
{
	width: 340px;
	margin-right: 10px;
	background: #f0f0f0;
	margin-bottom: 5px;
}
.contents-detail .noidung .newsletter .box .info select
{
	width: 235px;
	background: #f0f0f0;
	margin-bottom: 5px;
	margin-right: 100px;
}
.contents-detail .noidung .newsletter .box .info .sex
{
	width: 140px;
	background: #f0f0f0;
	margin-bottom: 5px;
	margin-right: 100px;
}
.contents-detail .noidung .newsletter .box .send
{
	float: right;
	margin-right: 60px;
	margin-top: 20px;
	background: #06C url(../images/send.png) left top;
	width: 72px;
	height: 27px;
	border: none;
}
/* End*/
.false
{
	margin-top: 10px;
	margin-left: 10px;
}
/*-------------------about 2--------------------------------*/
.contents-detail .noidung .about2 .info
{
	float: left;
	width: 600px;
	color: #565656;
	font-weight: bold;
	display: inline;
	padding: 10px;
}
.contents-detail .noidung .about2 .box
{
	float: left;
	margin: 0px;
	padding: 10px;
	padding-top: 5px;
}
/*-------------------board--------------------------------*/
.contents-detail .noidung .board .left
{
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	width: 160px;
}
.contents-detail .noidung .board .left .name
{
	float: left;
	width: 100%;
	display: block;
	font-size: 12px;
	color: #004b9d;
	height: 15px;
	line-height: 15px;
	font-weight: bold;
}
.contents-detail .noidung .board .left .position
{
	float: left;
	width: 100%;
	display: block;
	font-size: 12px;
	padding-bottom: 20px;
}
.contents-detail .noidung .board .right .info
{
	float: left;
	width: 320px;
	display: inline;
	background: #eff2f8;
	padding: 10px;
	color: #767676;
	margin-top: 20px;
}
.contents-detail .noidung .board .right .more
{
	text-decoration: none;
	color: #225691;
	font-size: 12px;
	font-weight: bold;
}
/* Class modifier td */
.td
{
	padding-top:0px;
	padding-bottom:0px;	
	color: #0f5caf;
	font-weight:bold;
}
/* Comment*/
/*-------------------------Comment----------------------------------*/
.white_content
{
	float: left;
	width: 600px;
	min-height: 300px;
	display: inline;
	margin-left: 15px;
	display: inline;
	background: url(../images/bg-noidung.png) left top no-repeat;
	font-size: 12px;
	padding-top: 20px;
	
}
.white_content .form-comment
{
	float: left;
	display: block;
	width: 600px;
	margin-left: 0px;
	background: #f5f5f5;
	
	
	
}
.white_content .form-comment .info
{
	float: left;
	display: inline;
	width: 600px;
	padding: 0px;
	background: #fafafa;
	border: 1px solid #dfdede;
	text-align:center;
}

.white_content .form-comment .info label
{
	display:inline;
	width:140px; 
	color:#0f5caf; 
	font-size:12px; 
	font-weight:bold;
	float:left;
	padding-right:10px;
	text-align:right;
	padding-top:10px;
}
.white_content .form-comment .info input
{
	float: left;
	background: #f0f0f0;
	margin-bottom: 0px;
}
.white_content .form-comment .info textarae
{
	float: left;
	width: 250px;
	height: 160px;
}
.white_content .form-comment .info select
{
	width: 150px;
	background: #f0f0f0;
	margin-bottom: 0px;
}
.white_content .form-comment .info textarea
{
	background: #f0f0f0;
}
.white_content .form-comment .send
{
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #06C url(../images/send.png) left top;
	width: 72px;
	height: 27px;
	border: none;
}
.white_content .form-comment .title-head
{
	float: left;
	display: block;
	width: 100%;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #004b9d;
	padding-left:10px;
}
.white_content .form-comment .th
{
	padding-top:10px;
	padding-bottom:0px;	
	color: #0f5caf;
	font-weight:bold;
	padding-right:0px;
	text-align:right;
	vertical-align:top;
	width: 160px;
	float:left;
}

/*------------------------------Contact --------------------------------------------*/
.contents-detail .noidung .Contact .title-head
{
	font-weight: 700;
}
.contents-detail .noidung .Contact .info
{
	float: left;
	width: 600px;
	color: #767676;
	display: inline;
	padding: 10px;
}
.contents-detail .noidung .Contact .box
{
	float: left;
	width: 600px;
	color: #767676;
	display: inline;
	padding: 10px;
	
}
.contents-detail .noidung .Contact .box left
{
	float: left;
	width: 300px;
	color: #767676;
	display: inline;
	padding: 10px;
	
}
.contents-detail .noidung .Contact .box right
{
	float: left;
	width: 200px;
	padding: 10px;
	margin-left: 15px;
}
.contents-detail .noidung .Contact .box .title
{
	float: left;
	width: 100%;
	display: block;
	font-size: 13px;
	color: #696969;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	font-weight: bold;
}

/* share link*/
/*-------------------------share link----------------------------------*/
.share_content
{
	float: left;
	width: 480px;
	min-height: 265px;
	display: inline;
	margin-left: 15px;
	display: inline;
	background: url(../images/bg-noidung.png) left top no-repeat;
	font-size: 12px;
	padding-top: 50%;
	
}
.share_content .share-link
{
	float: left;
	display: block;
	width: 480px;
	margin-left: 0px;
	background: #f5f5f5;
	
	
	
}
.share_content .share-link .info
{
	float: left;
	display: inline;
	width: 480px;
	padding: 0px;
	background: #fafafa;
	border: 1px solid #dfdede;
	text-align:center;
}

.share_content .share-link .info label
{
	display:inline;
	width:130px; 
	color:#0f5caf; 
	font-size:12px; 
	font-weight:bold;
	float:left;
	padding-right:15px;
	text-align:right;
	padding-top:10px;
}
.share_content .share-link .info input
{
	float: left;
	background: #f0f0f0;
	margin-bottom: 0px;
	width:150px;
}
.share_content .share-link .info textarae
{
	float: left;
	width: 250px;
	height: 160px;
}
.share_content .share-link .info select
{
	width: 150px;
	background: #f0f0f0;
	margin-bottom: 0px;
}
.share_content .share-link .info textarea
{
	background: #f0f0f0;
}
.share_content .share-link .send
{
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #06C url(../images/send.png) left top;
	width: 72px;
	height: 27px;
	border: none;
}
.share_content .share-link .title-head
{
	float: left;
	display: block;
	width: 100%;
	font-weight: bold;
	font: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #004b9d;
	padding-left:10px;
}
.share_content .share-link .th
{
	padding-top:10px;
	padding-bottom:0px;	
	color: #0f5caf;
	font-weight:bold;
	padding-right:0px;
	text-align:left;
	vertical-align:top;
	width: 130px;
	float:left;
}
/* ----- End --------- */

/*------- Link detail and Download-------------*/
.contents-detail .noidung .right .box .info .link a
{
	color: #565656;
	text-decoration: none;
	font-size: 12px;
}
