*{
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	padding:0px;
	margin:0px;
	color:#3e3e3e;
	background: #121212 url(IMG/main_bg.gif);
	
}
a{
	color:#033A77;
	text-decoration:none;
}
a:hover{
	color:#F36D14;
}
img{
	border:0px;
	/*display:inline-block;*/
}
a:link{
	/*color:#434343;*/
}

/*---------------------------------------------------------------------------*/
#wrapper{
	width:100%;
}
/* Header
-----------------------------------------------------------------------------*/
/*----------menu----------*/
#top{
	font-size: 14px;
	background-color: #464646;
	display:block;
	position:fixed;
	top:0px;
	left:0px;
	height:40px;
	overflow:hidden;
	width:100%;
	vertical-align:top;
	text-align:center;
	border-bottom:3px solid #37B2C9;
}
/*menu top*/
#topmenu{
	height:40px;
	width:1000px;
	margin:auto;
}
#topmenu .left-menu a{
	color:#FFF;
	text-shadow: 1px 1px 0px #121212;
	text-decoration:none;
	display:inline-block;
	padding:12px;
}
#topmenu .left-menu a:hover{
	background:#292929;
}
#topmenu .left-menu ul{
	list-style:none;
}
#topmenu .left-menu ul li{
	float:left;
}

#topmenu .right-menu{
	float:right;
	width:200px;
	margin-left:`70px;
}
#topmenu .right-menu a{
	color:#FFF;
	text-shadow: 1px 1px 0px #121212;
	text-decoration:none;
	display:inline-block;
	padding:12px;
}
#topmenu .right-menu a:hover{
	background:#292929;
}
/*----------banner----------*/
#header{
	height:120px;
	background:#37B2C9;
	margin:0px;
	margin-top:40px;
	display:block;
	width:100%;
	overflow:hidden;
}
#header .banner{
	width:1000px;
	margin:0 auto;
}
#header .banner .logo{
	width:100px;
	float:left;
	margin-top:12px;
	margin-left:50px;
	display:block;
}
#header .banner .ad{
	float:right;
	margin-top:15px;
	margin-right:10px;
	display:block;
	overflow:hidden;
}
/*--------menu bottom--------*/
#navbarfit{
	width:100%;
	height:47px;
	background:#F0F0F0;
	display:block;
	margin:0px;
	overflow:hidden;
}
#navbarfit .inner{
	width:1000px;
	font-size:12px;
	margin: 0 auto;
	color: #555555;
	display:block;
	overflow:hidden;
	margin: auto;
	text-align:left;
}
#navbarfit .inner .home{
	background:url(IMG/home.png) 12px 5px no-repeat;
	width:47px;
	height:47px;
	float:left;
	display:inline-block;
	background-color:#DDD;
}
#navbarfit .inner .home:hover{
	background-color:#DDD;
}
#navbarfit .inner a{
	color:#555555;
	float:left;
	display:inline-block;
	text-shadow: 1px 1px 0px #FFF;
	padding: 16px 7px 16px 7px;
	text-decoration:none;
}
#navbarfit .inner a:hover{
	background-color:#DDD;
}
#navbarfit .inner .tiemkiem{
	float:right;
	width:700px;
	display:inline-block;
	margin-top: 10px;
	height: 47px;
}

/* Middle
-----------------------------------------------------------------------------*/
#content {
}
#center-content{
	width:980px;
	margin: 0 auto;
	padding:10px;
	background:#FAFAFA;
	display:block;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
}

h2 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 70px;
}
/*---------------FORM TOOL---------------*/
.form-tool {
  text-align: left;
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
}
.form-tool form{
  width: 100%;
  margin-top:10px;
}
.form-tool textarea{
  width: 800px;
  height: 140px;
  background-color:#f6f6f6;
  border: 1px solid #d4d4d4;
  margin: 5px 0px 10px 0px;
  font-family: arial, verdana, serif;
  font-size: 13px;
  color: #1a1a1a;
  padding: 2px 0px 0px 4px;
}
.form-tool .inner{
  padding: 5px;
  margin-bottom: 5px;
  width: 750px;
  display: inline-block;
}
.form-tool .inner input{
  margin-left: 10px;
}
.form-tool .inner input[type="submit"]{
  float: right;
  background-color:red;
  padding: 5px;
  color: white;
  text-transform: uppercase;
  border :none;
  font-weight: bold;
}
.form-tool .inner input[type="submit"]:hover{
  background-color:black;
}
/*---------------FORM REGISTER---------------*/
.form_register {
  text-align: left;
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
}

.form_register table {
  margin-top: 10px;
  width: 100%;
}

.form_register td{
  padding-top: 5px;
}

.form_register td:first-child, .form_register th:first-child {
  padding-left: 0px;
}

.form_register td:last-child, .form_register th:last-child {
  padding-right: 10px;
}

.form_register th {
  border-bottom: 1px solid #ddd;
  position: relative;
  text-align:left;
  padding-bottom: 5px
}

.form_register textarea{
  width: 800px;
  height: 140px;
  background-color:#f6f6f6;
  margin: 5px 0px 10px 0px;
  font-family: arial, verdana, serif;
  font-size: 13px;
  color: #1a1a1a;
  padding: 2px 0px 0px 4px;
}

.form_register  input{
	padding:3px;
}

.form_register  .button input{
	padding:8px;
	font-weight:bold;
	margin: 10px 10px 10px 0;
	background-color: #00ACE9;
	color: white;
	text-transform: uppercase;
	border: none;
	text-shadow: 1px 1px 0px #121212;
}
.form_register  .button input:hover{
	background-color: red;
}
/*---------------FORM CONTACT---------------*/
.form_contact {
  text-align: left;
  overflow: hidden;
  width: 800px;
  margin: 0 auto;
}
.form_contact table{
	width:100%;
	margin-top: 10px;
}

.form_contact th{
	border-bottom: 1px solid #ddd;
	position:relative;
	text-align:left;
	padding-bottom: 5px;
}

.form_contact td{
	padding-top:5px;
}
.form_contact input{
	margin-left: 5px;
	padding: 5px;
	/*font-weight:bold;*/
}
.form_contact textarea{
	width:795px;
	height: 150px;
}

.button-contact input{
	padding:5px;
	font-weight:bold;
	margin-top:10px;
	margin-left: 15px;
	border: none;
	background-color: red;
	color: white;
	text-transform: uppercase;
}
.button-contact input:hover{
	background-color: black;
}
/*---------------FORM LOGIN---------------*/
.form-login{
	width:300px;
	margin: 50px auto;
}
.form-login form{
	width: 100%;
}
.form-login input{
	margin-bottom: 10px;
	line-height: 1.9;
	padding: 5px;
	font-size: 15px;
}
.form-login #button-login{
	margin-bottom: 10px;
	padding: 5px;
	font-size: 15px;
	width:260px;
	height: 50px;
	background-color: red;
	/*border: 1px solid #391515;
	border-radius: 5px;*/
	color: white;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	margin: auto;
	border: none;
}
.form-login #button-login:hover{
	background-color: black;
}
.form-login .dangky-dangnhap{
	margin-top: 10px;
}
.form-login .dangky-dangnhap a{
	font-size: 18px;
	text-transform: uppercase;
} 
.tooltip{
	display: inline;
	position: relative;
}
.tooltip:hover{
	color:#c00;
	text-transform: uppercase;
}
.tooltip:hover:after{
	background: #111;
}
/*---------------FORM TOOL---------------*/
#tool-chuyenchuoi{
	width: 625px;
	padding: 0 14px;
	font-size: 13px;
}
#tool-chuyenchuoi p{
	font-size: 1.2em;
	color: #2b2b2b;
	line-height: 1.6em;
	padding-top: 10px;
}
/*---------------FORM TOOL---------------*/
.thongbao-dk{
	width:650px;
	margin: 20px auto;
	line-height:1.6;
}
.thongbao-dk a{
	font-weight:bold;
}
.loinhan-top{
	border: 1px solid #ddd;
	background: #ddd;
	padding:10px;
}
.loinhan-center{
	border: 1px solid #ddd;
	padding:10px;
}
/*
#left-content{
	float:left;
	width:180px;
	background:black;
}
#right-content{
	float:right;
	width:180px;
	background:black;
}
*/
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #f1f1f1;
	display:block;
	text-align:left;
	margin: 0px;
	height:130px;
}
#footer .inner{
	width:1000px;
	margin: auto;
	padding:5px;
}
#footer .inner h6{
	font-family: Arial, Tahoma, Helvetica, verdana, sans-serif;
	font-weight:bold;
	color:#555;
	display:block;
	font-size:20px;
}
#footer .inner a{
	color:#555;
	display:block;
	line-height:130%;
}
#footer .inner .info{
	width:40%;
	overflow:hidden;
	float:left;
}
#footer .inner .info .box{
	line-height:1.4;
	padding-left:2px;
}
#footer .inner .thongke{
	width:40%;
	overflow:hidden;
	float:left;
	color:#666666;
}
#footer .inner .lienket{
	width:20%;
	float:left;
	color:#666666;
}
#footer .inner .lienket .lienket-srcoll{
	height:80px;
	/8overflow:auto;*/
}
#footerlink{
	background: #dbdadb;
	height:40px;
}
#footerlink .inner{
	width:980px;
	margin:auto;
}
#footerlink .inner .left-footerlink{
	display:block;
	overflow:hidden;
	float:left;
}
#footerlink .inner .left-footerlink a{
	font-size:15px;
	float:left;
	background-color:#AAA8A9;
	color:#FFF;
	margin-right:10px;
	margin-top:7px;
	padding:5px 10px;
}
#footerlink .inner .left-footerlink .theodoi{
	background-color: #00ACE9;
}
#footerlink .inner .left-footerlink .sitemap{
	background-color: #EF3F36;
}
#footerlink .inner .left-footerlink .lienhe{
	background-color: #8DC63F;
}
#footerlink .inner .right-footerlink{
	display:block;
	overflow:hidden;
	float:right;
}
#footerlink .inner .right-footerlink a{
	font-size:15px;
	float:left;
	background-color:#AAA8A9;
	color:#FFF;
	margin-right:10px;
	margin-top:7px;
	padding:5px 10px;
}
#footerlink .inner .right-footerlink a:hover{
	background-color:red;
}