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

*{margin: 0px; padding: 0px;}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #EEF3FA url(images/bg.png) no-repeat top center;	
}

img{ border: none;}

a{text-decoration: none; color: #000;}
a:hover{ text-decoration: underline; color:#900;}

div.clear{ display: block; clear:both;}

div#wrapper{ width: 1000px; margin: 0px auto;}

div#header{ width: 100%; height: 211px;}

div#menu{ width: 100%; height: 32px;}

ul#top-nav{
	position: relative;
	list-style: none;
	text-align:center;
	z-index: 1000;	
}

ul#top-nav li{
	position: relative;
	display: inline-block;
}

ul#top-nav li a{
	display: block;
	padding: 8px 25px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	background: #00c;
	background: -moz-linear-gradient(top, #00C 100%, #03b6f8 10%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #00C), color-stop(10%, #03b6f8));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03b6f8', endColorstr='#00C', GradientType=0);
	border-radius: 10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	-o-border-radius: 10px 10px 0px 0px;
	-moz-box-shadow: -1px -1px 13px rgba(255, 255, 255, 1);
	-webkit-box-shadow: -1px -1px 13px rgba(255, 255, 255, 1);
	box-shadow: -1px -1px 13px rgba(255, 255, 255, 1);
	
}

li.menu1 a{
	color: #0301b4 !important;
	background: #ebebeb !important;
	background: -moz-linear-gradient(top, #FFF 50%, #ebebeb 50%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFF), color-stop(50%, #ebebeb)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#FFF', GradientType=0) !important;
}

ul#top-nav li a:hover{
	color: #0301b4;
	background: #ebebeb;
	background: -moz-linear-gradient(top, #FFF 50%, #ebebeb 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFF), color-stop(50%, #ebebeb));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#FFF', GradientType=0);
}

ul#top-nav ul{
	position: absolute;
	list-style: none;
	width: 210px;
	display: none;
	top: 32px;
	left: 0px;
	z-index: 1000;
}

ul#top-nav li ul#child-nav li{
	width: 210px;
	text-align: left;
}

ul#top-nav li ul#child-nav li a{
	color: #FFF !important;
	padding: 10px !important;
	font-size: 98% !important;
	border-radius: 0px !important;
	background: url(images/bg_menu-hover.png) repeat !important;
	box-shadow: -1px -1px 5px rgba(255, 255, 255, 0.5) !important;
}

ul#top-nav li ul#child-nav li a:hover{
	color: #0301b4 !important;
	background: #ebebeb !important;
	background: -moz-linear-gradient(top, #FFF 50%, #ebebeb 50%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFF), color-stop(50%, #ebebeb)) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#FFF', GradientType=0) !important;
}

ul#top-nav li:hover ul#child-nav{
	display: block;	
}

ul#top-nav li:hover ul#child-nav li ul{
	left: 210px; top: 0px;	
}

div#tab{
	width: 100%;
	height: 35px;
	background: url(images/bg_tab.png) top center;	
}

ul#tab-nav{
	list-style: none;
	text-align: center;	
}

ul#tab-nav li{
	display: inline-block;	
}

ul#tab-nav li a{
	display: block;
	padding: 10px 45px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	background: url(images/line.png) no-repeat top right;
}

ul#tab-nav li a:hover{ color: #00F; }

li#last-tab-nav a{ background: none !important;}

div#slider{ margin: 1px 0px 5px 0px;}

div#container{ background: #FFF;}

div#left{
	float: left;
	width: 190px;
	padding: 1px;
	border-top: 2px solid #CCC;
	border-left: 1px solid #E3E2E2;
	border-right: 1px solid #E3E2E2;
	border-bottom: 1px solid #E3E2E2;	
}

div.title{
	font-weight: bold;
	height: 27px;
	background: url(images/title.png) repeat-x top center;	
}

div.title span{
	line-height: 27px;
	padding-left: 20px;
	background: url(images/arrow.png) no-repeat 10px 4px;
}

ul.nav{
	position: relative;
	list-style: none;	
}

ul.nav li{
	position: relative;
	border-top: 1px solid #C9C9C9;
}

ul.nav li a{
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 7px 10px 7px 20px;
	background: #0064C7 url(images/down.png) no-repeat 9px 12px;
			
}

ul.nav li a:hover{
	background: #ebebeb url(images/arrow_h.png) no-repeat 10px 11px;
	color: #000;
}

ul.nav-left li ul{
	position: absolute;
	list-style: none;
	display: none;
	width: 190px;
	top: -1px; left: 190px;
	z-index: 1000;	
}

ul.nav-right li ul{
	position: absolute;
	list-style: none;
	display: none;
	width: 190px;
	top: -1px; left: -190px;
	z-index: 1000;	
}

ul.nav li ul li{
	width: 190px;	
}

ul.nav-left li:hover ul.child-nav-left{
	display: block;	
}

ul.nav-right li:hover ul.child-nav-right{
	display: block;	
}

ul.news-nav{
	list-style: none;
	background: #0064C7;
}

ul.news-nav li{	
}

ul.news-nav a{
	display: block;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px 5px 20px;
	background: url(images/arrow3.png) no-repeat 8px 10px;	
}

ul.news-nav a:hover{
	color: #000;	
}

.box_card{
	/*transform:rotate(-30deg);
	-ms-transform:rotate(-30deg); 
	-moz-transform:rotate(-30deg); 
	-webkit-transform:rotate(-30deg); 
	-o-transform:rotate(-30deg);*/
	background:url(images/bg_card.png) no-repeat top left;
	height:46px;
	padding-top:20px;
	padding-left:55px;
	width:135px;
	cursor:pointer;
}
.box_card span{
	font-weight:bold;
	color:#F00;
}

div#info{
	float: left;
	margin-left: 5px;
	width: 600px;	
}

div#search{
	float: left;
	width: 100%;
	height: 54px;
	background: url(images/bg_search.png) repeat-x top center;	
}

div#search span{
	float: left;
	display: inline-block;
	color: #000; font-size: 13px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 5px;
}

input.txt-tk{
	float: left;
	margin: 0px 5px;
	color: #999;
	height: 18px;
	width: 180px;
	margin-top: 17px;
	text-align: center;
	font-style: italic;	
}

div.btn-tk{
	float: left;
	display: inline-block;
	padding-top: 20px;
	width: 70px; height: 36px;
	margin: 0px 5px;
	background: url(images/btn-tk.png) no-repeat center;	
}

ul#marquee-nav{list-style: none;}
ul#marquee-nav li{float: left; padding: 0px 10px;}
ul#marquee-nav li a{color: #03F;}

div#hdcty{float: left; width: 600px; margin: 20px 0px;}

div#hdcty-left{
	position:relative;
	float: left;
	width: 340px;	
}

div.shadow{
	position: absolute;
	width: 340px;
	height: 40px;
	bottom: 0px;
	text-align: center;
	background: url(images/shadow.png) repeat	
}

div.shadow a{
	display: block;
	padding-top: 10px;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;	
}

div.shadow a:hover{color: #FF0;}

div#hdcty-right{
	float: left;
	width: 240px;
	margin-left: 20px;	
}

ul#hdcty-nav{ list-style: none;}
ul#hdcty-nav li{padding: 5px 0px; border-top: 1px dotted #999; }
ul#hdcty-nav li a{color: #223FA5; font-weight: bold;}
ul#hdcty-nav li a:hover{ color: #FF0;}
li.hdcty-active a{ color: #FF0 !important;}
li#first-hdcty-nav{ border-top: none !important; padding-top: 0px !important;}

div.info-title{
	float: left;
	width: 100%;
	height: 33px;
	background: url(images/bg_title.png) no-repeat top center;	
}

div.bg-title{
	float: left;
	height: 33px;
	margin-left: 2px;
	padding: 0px 10px;
	background:url(images/bg_title_1.png) repeat-x;
}

div.info-title span{
	display: inline-block;
	color: #00F;
	padding-top: 8px;
	font-size: 13px;
	font-weight: bold;	
}

div.box-sp{
	float: left;
	position: relative;
	width: 140px;
	margin: 10px 28px;	
}

div.box-sp-img{
	width: 140px;
	height: 165px;
	background: url(images/bg_img.png) no-repeat top center;	
}

div.box-sp-img img{border: 1px solid #FFF;}

div.box-sp-name p{line-height: 1.5em; text-align: center;}

div.box-sp-name a{
	color: #226AFF;
	font-weight: bold;	
}

div.box-sp-name a:hover{ color: #E20000;}

div.box-sp-order{
	height: 30px;
	text-align: center;
	background: url(images/order.png) no-repeat center center;	
}

div.box-sp-order a{display: inline-block; padding: 14px 40px;}

div.box-sp-detail{
	height: 25px;
	text-align: center;
	background: url(images/detail.png) no-repeat center center;	
}
div.box-sp-detail a{display: inline-block; padding: 12px 35px;}

div.box-sp-mota{
	position: absolute;
	padding: 10px;
	width: 220px;
	display: none;
	visibility: hidden;
	background: #FFC;
	z-index: 1000;
	border: 2px solid #FC6;
}

dl.right-nav dt{
	background: url(images/left-right-hover.png) repeat-x top center;	
}

dl.right-nav dt a.active{
	display: block;
	padding: 7px 20px;
	font-weight: bold;
	background: url(images/arrow_h.png) no-repeat 10px 12px;
}







div#right{
	float: left;
	width: 190px;
	padding: 1px;
	margin-left: 5px;
	border-top: 2px solid #CCC;
	border-left: 1px solid #E3E2E2;
	border-right: 1px solid #E3E2E2;
	border-bottom: 1px solid #E3E2E2;	
}

div#footer{
	position: relative;
	width: 1000px;
	height: 182px;
	overflow: hidden;
	background: url(images/footer.png) repeat-x top center;	
}

div#footer p{ line-height: 1.5em;}

div#copyright{
	position: absolute;
	bottom: 15px; right: 7px;	
}

div.text{ float: left;width: 580px;padding: 10px;}

div.text table{ max-width: 580px !important;}
div.text img{ max-width: 580px !important;}

.button {
    background: #0064C7;
	font-size: 12px !important;
    border: 1px solid #fff;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
	font-weight: bold !important;
    font: 12px arial,helvetica,sans-serif;
    padding: 5px 20px;
	cursor:pointer;
}

.tablelienhe span{
	color:#F00;
}

.tablelienhe td{ height:30px;}
.tablelienhe .input{
	border: 1px #E9E9E9 solid;
	azimuth:center;	
	width:250px;
	height: 25px;
}
.tablelienhe .title{ font-size:14px; font-weight:bold; text-transform:uppercase}

a.tailieu{
	color: #000;	
}

a.tailieu:hover{
	text-decoration: underline;	
}

div.box-news{
	float: left;
	width: 580px;
	padding: 10px 0px;
	border-top: 1px dotted #5B811D;	
}

div#box-news-first{
	margin-top: 0px !important;
	margin-bottom: 10px !important;
	border-top: none;
	padding: 0px !important;	
}

div.box-news-img{
	float: left;
	width: 120px;
	height: 100px;
	border: 1px solid #999;	
}

div.box-news-img:hover{
	border: 1px solid #5B811D;	
}

div.box-news-name{
	float: left;
	width: 452px;
	margin-left: 6px;	
}

div.box-news-name a{
	font-weight: bold;
	color: #0064C7;
	padding-bottom: 5px;	
}

div.box-news-mota{
	float: left;
	width: 452px;
	margin-left: 6px;
	color: #666;	
}

div.box-news-readmore{
	float: right;
	width: 452px;
	text-align: right;
	margin-left: 6px;	
}

div.box-news-readmore a{
	color: #F00;
	font-weight: bold;
	font-size: 11px;
}