
body {
	color: #000;
	font-family: proxima-nova, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:auto;
	padding: 0px;
	background:url(../images/pattern.jpg);
	font-size: 12px;
	line-height:1.42857143;
}
.clr {clear:both;}
.clr5 {clear:both; height:5px;}
.clr10 {clear:both; height:10px;}
h1,h2,h3,h4,h5,h6{margin: auto;}
p {
  margin: 0 0 15px 0;
}
.container{
	width: 960px;
	min-height: 10px;
	margin: auto;
	padding: 0px;
}
#linetop{
	height: 3px;
	background:#c6c6c6;
	width:100%;
}

#header{
	height: 110px;
	width: 100%;
}
#header #logo{
	float: left;
	width: 180px;
	padding-top: 15px;
	margin-right: 0px;
}
#header #banner{
	float: left;
	width: 505px;
	height:105px;
	background:url(../images/banner.png) no-repeat;
	margin-top:1px;
	margin-left:15px;
}
#header #searchArea{
	float: right;
	width: 240px;
	padding-top:6px;
}
#header #searchArea .iconContact{
	background:url(../images/iconContact.png) no-repeat;
	width:150px;
	vertical-align:middle;
	text-decoration:underline;
	color:#333;
	padding-left:30px;
	padding-bottom:5px;
	float:right;
	text-align:right;
}
#header #searchArea .phoneContact{
	font-size:15px;
	color:#c00;
	font-weight:bold;
	text-align:right;
}

#header #searchArea #search{
	border: 1px solid #BAB8B8;
	height:30px;
	padding:2px;
	margin-top:5px;
}
#header #searchArea #search input[type="text"]{
	width: 200px;
	border: none;
	margin-top: 2px;
	outline: none;
	background:none;
	height:20px;
}
#header #searchArea #search img{
	float:right;
}
.menu{
	height:37px;
	width:100%;
	background:url(../images/bg_menu.png) repeat-x;
	text-transform:uppercase;
}
.f-nav{
    z-index: 990;
    position: fixed; 
    top: 0;
} /* this make our menu float top */

.menu ul{
	list-style:none;
	padding:0px;
	margin:auto;
	min-height:35px;
	line-height:35px;
}

.menu li{
	float:left;
	padding-left:15px;
	padding-right:15px;
	color:#FFF;
	font-weight:bold;
}
.menu li:first-child{ background:none;}
.menu-first{
	padding-left:45px !important;
	background:none !important;
}
.menu li a{
	color:#FFF;
	text-decoration:none;
	background:url(../images/arrow-down-white.png) center right no-repeat;
	padding-right:30px;
}
#nav li {
    float: left;
    position: relative;
    list-style: none;
}
#nav a {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    display: block;
    margin: 0;
}
 #nav a:hover {color: #FF9;}
#nav ul {
    display: none;
}

/* dropdown menu */
#nav li:hover > ul {
    display: block;
}
/* level 2 list */
#nav ul.sub_nav {
    display: none;
    margin: 0;
    padding: 0;
    min-width: 280px;
    position: absolute;
    top: 35px;
    left: 0;
	background:#b70000;
	z-index:100;
	min-height:65px;
	-webkit-transition:0.5s;
}
#nav ul.sub_nav li {
    float: none;
    margin: 0;
    padding-left:10px;
	background:none !important;
	display:block;
	border-bottom:1px dotted #d6d6d6;
}
#nav ul.sub_nav li a{
	background:none !important;
}
#nav ul a {
    font-weight:bold;
}
/* menu 3+ */
#nav ul ul {
    left: 181px;
    top: -3px;
}

#wrapper{
	min-height: 100px;
	box-shadow: 0px -2px 1px #ccc;
	padding: 10px 0px 10px 10px;
	margin-top:5px;
	background:#FFF;
}
#slideshow{
	width: 940px;
	height: 300px;
	background:#FFF;
}
#boxs{
	width: 960px;
	height: 100px;
	margin-top:20px;
}
#boxs .box1{
	width:300px;
	height:100px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
	transition: background .8s ease;
  -webkit-transition: background .8s ease;
  float:left;
  margin-right:30px;
  background:#c00;
  cursor:pointer;
}
#boxs .box1:hover
{
	background:#099ad1;
}
#boxs .box1 a{
	text-decoration:none;
	padding:12px 25px 5px 25px;
	color:#FFF;
	display:block;
}
#boxs .box1 a img{
	float: right;
  	margin: 11px 0 5px 6px;
	vertical-align:middle;
}
#boxs .box1 a h3{
  color: #FF9;
  font-size: 26px;
  margin:auto;
}
#boxs .end{
	margin-right:0px !important;
}
#content{
	width: 960px;
	min-height: 400px;
	margin-top: 15px;
}
#content #left{
	width: 302px;
	float: left;
	min-height: 400px;
	margin-right: 20px;
	border:1px solid #e2e2e2;
	border-radius:5px;
	background:#FFF;
}
#content #left .text{
	padding:15px;
	font-size:14px;
}
#content #left .text h2{
	margin:auto;
	padding:6px 10px;
	background: #099ad1 url(../images/arrow.png) no-repeat 96% center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size:16px;
  width:265px;
}
#content #left .text ul{
	margin:auto;
	padding:10px;
}
#content #left .text ul li{
	padding:5px;
	list-style:none;
}
#content #left .text ul li a{
	padding:5px 10px;
	text-decoration:none;
	color:#0088cc;
}
#content #left .text ul li a:hover{
	color:#c00;
}
.lineEnd{
	border-bottom:1px #dddddd solid;
	margin:5px 0px 20px 0px;
}
.viewdetail{
	float: left;
	margin:0px 15px;
	}
.bulletIcon{
	background: url(../images/bulletIcon.png) no-repeat;
	height: 13px;
	padding-left: 20px;
	padding-bottom: 12px;
}
#content #right{
	width: 632px;
	float: right;
	min-height: 400px;
	border:1px solid #e2e2e2;
	border-radius:5px;
	background:#FFF;
}
#content #right .text{
	padding:15px;
	font-size:14px;
}
#content #right .text h3{
	font-size: 18px;
	color: #c00;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#content #right .text .course{
	background:#eaf9ff;
	margin-bottom:15px;
}
#content #right .text .course h3{
	background: #099ad1;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  margin:auto;
  padding:6px 15px;
  font-size:15px;
  text-transform:uppercase;
}
#content #right .text .course .description{
	padding:15px;
	text-align:justify;
}
#content #right .text .course .description a.button{
  border: none;
  background: #c00;
  color: #fff;
  padding: 7px 12px;
  text-decoration: none;
  transition: background .5s ease;
  -moz-transition: background .5s ease;
  -webkit-transition: background .5s ease;
  -o-transition: background .5s ease;
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float:right;
}
#content #right .text .course .description img.pic {
  margin: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius:5px;
  max-width: 100%;
  margin-right: 10px;
  vertical-align:middle;
  float:left;
}
#content #right .text .course .description h4{
	color: #c00;
	margin-bottom: 10px;
	font-size: 16px;
}
#content #right .text .course .description h4 a{
	color: #c00;
	text-decoration: none;
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
}
.lineNews{
	border-bottom: 1px dotted #ccc;
	margin: 6px 0px;
}
#adv{
	width:960px;
	height:145px;
	margin:15px 0px;
}
#adv .title{
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  padding-bottom: 5px;
}
#footer{
	background: #fff;
	min-height: 150px;
	border-top: 1px solid #ccc;
	width:100%;
}
#footer .text{
	padding: 15px;
	width:930px;
	margin:auto;
}
#footer .text .logobottom{
	float:left;
	width:250px;
}
#footer .text .logobottom h4{
	margin:auto;
	margin-bottom:10px;
	color:#c00;
	font-size:20px;
}
#footer .text .copyright{
	float: left;
	width: 330px;
	color:#333;
}
#footer .text .copyright ul{
	margin:auto;
	padding:0px;
}
#footer .text .copyright ul li{
	padding-bottom:10px;
	list-style:none;
}

#footer .text .copyright h4{
	margin:auto;
	margin-bottom:10px;
	color:#c00;
	font-size:20px;
}
#footer .text .copyright a{
	color:inherit;
}
#footer .text .menubottom{
	float: right;
	width: 290px;
	text-align: left;
	padding-left:50px;
}
#footer .text .menubottom h4{
	margin:auto;
	margin-bottom:10px;
	color:#c00;
	font-size:20px;
}
#footer .text .menubottom ul{
	margin:auto;
	padding:0px;
}
#footer .text .menubottom ul li{
	padding-bottom:7px;
	list-style:none;
	background:url(../images/arrow-gray.png) left center no-repeat;
	padding-left:15px;
}
#footer .text .menubottom ul li a{
	text-decoration:none;
	color:#0088cc;
	font-size:13px;
}
/*phan trang */

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: center; /*Set to "right" to right align pagination interface*/
font-size: 13px;
padding-right:10px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #ac9a54;
text-decoration: none; 
color: #ac9a54;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #b50f00;
color: #fff;
background-color: #b50f00;
}

.pagination a.currentpage{
background-color: #b50f00;
color: #FFF !important;
border-color: #b50f00;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}



.htabs {
	height: 30px;		
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;	
}
.htabs a {
	 background: none repeat scroll 0 0 #3498db;
    border-left: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    border-top: 1px solid #DDDDDD;
    color: #FFFFFF;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin-right: 2px;
    padding: 7px 15px 6px;
    text-align: center;
    text-decoration: none;
}
.htabs a.selected {
	 background: none repeat scroll 0 0 #FFFFFF;
    color: #000000;
    font-weight: normal;
    padding-bottom: 7px;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
	float: none !important;
}
.box .box-heading {
    background: url("../images/bull2.gif") no-repeat scroll left center transparent;
    color: #BC455F;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 5px;
	margin-left:5px;
    padding: 0 23px;

}

.bt{
    background: none repeat scroll 0 0 #fb8913;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin-top: 10px;
    padding-bottom: 3px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    line-height: 25px;
    width: 80px;
    text-align: center;
}
.bt2{
    background: none repeat scroll 0 0 #fb8913;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin-top: 10px;
    padding-bottom: 3px;
    padding-left: 25px;
    padding-right: 25px;
    display: block;
    line-height: 25px;
    min-width: 80px;
}

/*-- cho trang contact */
.posts {
  border: 1px solid #DDDDDD;
  border-radius: 5px 5px 5px 5px;
  line-height: 19px;
  margin: 20px 0 25px;
  padding: 12px;
  position: relative;
  font-style: italic;
}
.post-date{
	font-size: 12px;
	text-align: right;
	float: right;
}
/*-----Cho trang detail course-----*/


.freeContactText {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #ABABAB;
    border-radius: 5px 5px 5px 5px;
    height: 20px;
    margin-bottom: 5px;
    width: 200px;
}
.freeContacttextarea {
 
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    height: 150px;
    margin-top: 0;
    width: 420px;
}
.freeContactButton input[type="submit"], #freeContactReset input[type="reset"] {
    background: none repeat scroll 0 0 #999999;
    border: medium none;
    border-radius: 3px 3px 3px 3px;
    color: #343434;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    margin-top: 10px;
    padding-bottom: 3px;
    padding-left: 25px;
    padding-right: 25px;
}
/*----Định nghĩa cho form dang ky khoa hoc----*/
.form-group{
	width: 440px;
}
.redStar{
	color: #c00;
}
.input-group .form-control{width: 95%;}