/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}

/* */
@charset "utf-8";
/* CSS Document */

body{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background:#7577d7;
	text-align:center;
	color:#000;
}
a{
	text-decoration:none;
}
a img {
	border:0;
}
.bg_body
{
	background-color:#fff;
	width:990px;
	margin:0 auto;
	-webkit-box-shadow: 0 5px 15px #000;
	-moz-box-shadow: 0 5px 15px #000;
	box-shadow: 0 5px 15px #000;
}
.contain_header
{
	text-align:center;
	height:450px;
}
.bd_main{
	width:990px;
	margin:0 auto;
	text-align:left;
	display:table
}
.header{
	width:990px; 
	height:443px;
	margin:0 auto;
	text-align:left;
	background:#0004a6;
}
.logo{
	width:990px; 
	height:103px; 
	position:relative;
	background:url(/images/bg_logo.jpg) repeat-x;
}
.slide{
	width:980px; 
	height:330px; 
	margin:5px 0 0 5px
}
.right{
	float:left;
	width:990px;
}
.right_child{
	width:270px; 
	height:280px; 
	float:left; 
	margin-left:20px;
	background:url(/images/bg_img.png) no-repeat right bottom;
	line-height:16px;
}
.readmore{
	position:absolute;
	bottom:0;
	right:20px
}
.readmore a{
	font-weight:bold;
	color:#900;
}
.readmore a:hover{
	text-decoration:underline
}
.khung_title_right{
	border-bottom:solid 1px #000; 
	width:965px;
	display:table;
	margin:20px 0 10px 10px;
}
.title_right{
	float:left; 
	font-size:15px;
	color:#666;
	width:100%;
	height:auto;
	padding-bottom:5px;
	text-transform:uppercase;
	color:#F00;
	font-weight:bold;
	background:#FFF
}
.footer{
	height:auto;
	text-align:center;
}
.copyright{
	width:970px;
	margin:0 auto;
	line-height:18px;
	color:#FFF;
	text-align:left;
	display:table;
	background:#006;
	padding:10px
}
.noidung_right{
	width:965px;
	line-height:18px;
	float:left;
	margin:0 0 30px 10px;
}
.du_an_slide{
	margin:10px 5px 0 20px;
	float:left
}
.du_an_slide ul{
	margin:0;
	padding:0
}
.du_an_slide ul li{
	float:left;
	list-style:none;
	margin-right:15px;
}
.next{
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(/images/next-horizontal.png) no-repeat 0 0;
	float:left;
	margin-top:60px;
}
.prev{
	float:left;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background: transparent url(/images/prev-horizontal.png) no-repeat 0 0;
	margin:60px 0 0 15px;
}
.next:hover,.prev:hover{
	background-position: -32px 0;
}
table{
	border-right: solid 1px;
	border-bottom: solid 1px;
}
table tr td{
	border-top: solid 1px;
	border-left: solid 1px;
	padding:2px;
}

/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider { overflow: hidden; zoom: 1; position: relative; }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; display:none }
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 545px; padding: 10px; background-color: #000000; color: #FFFFFF; }

.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; text-transform:uppercase }
#cfacebook {
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 999999999999999;
    width: 260px;
    height: auto;
    box-shadow: 6px 6px 6px 10px rgba(0, 0, 0, 0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
#cfacebook a.chat_fb {
    float: left;
    padding: 0 15px;
    width: 260px;
    color: #fff;
    text-decoration: none;
    height: 38px;
    line-height: 40px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background-repeat: repeat-x;
    background-size: auto;
    background-position: 0 0;
    background-color: #3a5897;
    border: 0;
    z-index: 9999999;
    margin-right: 12px;
    font-size: 14px;
    font-weight: bold;
}
#cfacebook .fchat {
    float: left;
    width: 100%;
    height: 300px;
    overflow: hidden;
    display: none;
    background-color: #fff;
}@charset "utf-8";
/* CSS Document */
.menu
{
	width:670px;
	height:38px;
	border-bottom:solid 3px #F00;
	position:absolute;
	right:1px;
	bottom:2px;
}
.menu ul
{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height:39px;
}
/*Top level list items*/
.menu ul li
{
	position: relative;
	display: inline;
	list-style:none;
	float:left;
	text-align:center;
	padding:0 5px;
}
/*Top level menu link items style*/
.menu ul li a
{
	display: block;
	text-transform:uppercase;
	padding:10px 5px !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px !important;
	font-weight:bold;
	border:solid 3px #00049e;
	border-bottom:none;
}
* html .menu ul li a
{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
}
.menu ul li a:link, .menu ul li a:visited
{
	color:#fff;
}
.menu ul li a:hover,.menu ul li a.active,.menu ul li a.selected
{
	border:solid 3px #f00;
	border-bottom:solid 3px #00049e;
}
/*1st sub level menu*/
.menu ul li ul
{
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	margin-top:7px;
	width:200px;
	height:auto;
	background:#0004a6;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.menu ul li ul li
{
	display: list-item;
	float: none;
	border-bottom:solid 1px #006;
	padding:0;
	text-align:left;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.menu ul li ul li ul
{
	top: 0;
}
/* Sub level menu links style */
.menu ul li ul li a
{
	display:table;
	margin: 0;
	padding:8px 10px;
	width:190px;
	text-transform:none;
	border:none;
}
.menu ul li ul li a:link, .menu ul li ul li a:visited,.menu ul li ul li a.selected
{
	color: #fff;
}
.menu ul li ul li a:hover
{
	border:none;
	background:#00F
}
/* Holly Hack for IE \*/
* html .menu{height: 1%;} /*Holly Hack for IE7 and below*/.navigation {
	font-size:11px;
	clear: both;
	padding: 15px 0px 20px;
	text-align: center;
	cursor:default;
	color:#333;
}
.navigation .current_page_item, .navigation .page_item a {
	outline:none;
	margin:2px;
	padding:2px 6px;
	text-decoration:none;
	border:1px solid #333;
}
.navigation .page_item a {
	color:#333;
}
.navigation .current_page_item, .navigation .page_item a:hover 
{
	color:#9D0004;
	font-weight:bold;
	border:1px solid #9D0004;
}
