
@media only screen and (min-width:961px) {
.container {
	width: 960px;
	padding: 0;
    height:auto;
}
.containersignup {
	width: 1160px;
	padding: 0;
}
}
html, body {
	height: 100%;
}
header img {
	width: 160px;
	padding: 15px 0;
}
header h1 {
	font-weight: bold;
	color: #024DA1;
	line-height: 1.2em;
        font-size: 30px;
    margin-top: 36px;
}
.navbar-default {
	background-color: #024DA1;
	border-bottom: solid 1px #898989;
	border-radius: 0;
}
.nav.navbar-nav > li > a {
	font-weight: bold;
	color: #FFF;
}
.nav.navbar-nav > li.active > a {
	font-weight: bold;
	color: #ED1C24;
	background-color: #BBBDC0;
}
.nav.navbar-nav > li.active > a:hover {
	background-color: #F00;
}
.nav.navbar-nav > li > a > img {
	width: 20px;
	height: 20px;
	margin-right: 15px;
}
#content {
}
.login {
	background: #024DA1 url("/Images/2017/background.svg") no-repeat bottom;
	background-size: cover;
	color: #fff;
	/*height: 100%;*/
	min-height:100%;
    height:auto;
}
.login h4
{
    text-transform:uppercase;
    font-weight:bold;
}
.loginN {
	background: #024DA1 url("/Images/2017/background.svg") no-repeat bottom;
	background-size: cover;
	color: #fff;
	height: auto;
	min-height:100%;
}
.login a {
	font-weight: bold;
	color: #fff
}
.login img.logo {
	width: 130px;
}
.login .capcha {
	width: 250px;
	margin-bottom: 10px
}
.login .row {
	margin-top: 50px;
    height:auto;
}
.login input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #092D56;
	padding-left: 15px;
	margin-bottom: 15px;
}
.login input.cmnd {
	background: #fff url("/Images/2017/ico_user.svg") no-repeat center right 5px;
	background-size: 20px 20px;
    padding:22px;
    border-radius:5px;
}
input.fontsize {
  font-size: 18px;
}
.fontsize {
  font-size: 18px;
}
input.padding {
   padding:22px;
}
.padding {
   padding:11px;
}
 
.login input.pass {
	background: #fff url("/Images/2017/ico_pass.svg") no-repeat center right 5px;
	background-size: 20px 25px;
    padding:22px;
     border-radius:5px;
}

.login .btn {
	border-radius: 0px;
	font-weight: bold;
	margin-bottom: 10px;
}
.btn.dangnhap {
	background: #79B42B;
    color:#FFF;
}
.login .btn.facebook {
	background: #FFF url("/Images/2017/ico_facebook.svg") no-repeat center left;
	background-size: 35px 35px;
	padding-left: 30px;
    color:#335998;
}
.login .btn.google {
	background: #DE4C34 url("/Images/2017/ico_google.svg") no-repeat center left;
	background-size: 30px 30px;
	padding-left: 30px;
}
.login .hover {
	position: relative;
	border: none;
	text-align: center;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
}
.carousel-inner {
	width: 100%;
	margin-bottom: 15px;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
	margin: auto;
}

#accordion .panel-heading {
	background: #4e7dc3;
	border: none;
	border-radius: 0;
	text-align: left;
}

#accordion .panel-body {
	background: none;
	border: 0;
	border-radius: 0;
}
#accordion .row {
	margin-bottom: 5px;
}
#accordion h3 {
	color: #024DA1;
	font-size: 1.2em;
	font-weight: bold;
}
#accordion .btn {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#accordion .btn_next {
	background: #79B42B;
	float: right;
}
#accordion .btn_pre {
	background: #092D54;
	float: left;
}
.panel {
	border: 0;
	border-radius: 0;
	padding: 0;
	border-width: 0;
	box-shadow: none;
}
 .panel-heading {
	background: #024DA1;
	background: -webkit-linear-gradient(#024DA1, #033165);
	background: -o-linear-gradient(#024DA1, #033165);
	background: -moz-linear-gradient(#024DA1, #033165);
	background: linear-gradient(#024DA1, #033165);
	border: none;
	border-radius: 0;
	text-align: center;
}
.panel-heading > h3, #accordion .panel-heading h4 {
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin: 5px;
}

.panel-body {
	background: #fffcdf;
	border: 0;
	border-radius: 0;
    padding:0;
}
.panel-body > h4 {
	font-size: 1em;
	font-weight: bold;
	color: #024DA1;
}
footer {
	background-color: #024DA1;
	border-top: solid 1px #898989;
	border-radius: 0;
	width: 100%;
}
footer ul {
	margin: 20px 0;
	padding: 0;
}
footer ul li {
	display: inline;
	padding: 0 5px;
	border-right: solid 2px #FFF;
}
footer ul li.last {
	border: none;
}
footer ul li a,footer ul li a:visited {
	color: #FFF;
	font-weight: bold;
}

footer ul li a:hover {
	color: #F00;
}
footer img {
	height: 20px;
	margin: 20px 15px;
}
#accordion .completed .panel-heading:after{content: "✓"; color: #fff; text-align: center; font-size: 15px; font-weight: bold; position: absolute; left: -7px; top: 8px; width: 32px; padding: 4px 0; background-color: #447294; z-index: 99;}
.nav-bt
{
    text-align:right;
    padding-bottom:15px;
    padding-top:10px;
}
.fileinput-button {
    margin-top: 6px;
}
.icons{
        margin-top: 5px;
         color:#FFF;
}
.icons a, .icons a:visited{
     color:#FFF;
    font-size:35px;
        margin-right: 14px;
}
.icons a:hover{
     color:#F00;
}
.form-control
{
    color:#000;
}
input[type="text"],select{
    color:#000;
}
.field-validation-error
{
    color:#F00;
}
.admin footer
{
    position:absolute;
    bottom:0;
}
.admin .signinform
{
    min-height:400px;
}
.admin form-control{
    margin-top:5px;
}

.form-control[readonly]
{
    background-color:#FFF;
}

a:hover {
  color: red;
}

/* Tham khảo Ms.Thảo Nguyên */
.messenger-chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.messenger-chat a {
  display: flex;
  align-items: center;
  width: 60px;
  padding-left: 10px;
  padding-top: 8px;
  height: 60px;
  border-radius: 80px;
  background: #FFFFFF;
  box-shadow: 0 6px 11px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  text-decoration: none;
  transition: width 0.2s;
}