@font-face {
	font-family:'nabila';
	src:url('../fonts/nabila.ttf')  format('truetype');
}
@font-face {
	font-family:'utm';
	src:url('../fonts/utmhelve.ttf')  format('truetype');
}
.nabila{font-family: "nabila";}
body{
	font-family: 'Roboto Slab', serif;
}
.font12{
	font-size: 12px;
}
.font13{
	font-size: 13px;
}
.font14{
	font-size: 14px;
}
.font15{
	font-size: 15px;
}
.font16{
	font-size: 16px;
}
.font17{
	font-size: 17px;
}
.font18{
	font-size: 18px;
}
.imgwh{
	width:140px;
	height:140px;
}
.whimg{
	width:30%;
	height:auto;
}
.clD53D3C{
	background-color:#D53D3C;
	color:white;
}
.clBBDDC5{
	background-color:#99CC01;
	color:white;
}
.clF7E285{
	background-color:#FFFF67;
	color:white;
}
.clB6D452{
	background-color:#B6D452;
	color:white;
}
.bannerps{
	margin-top:210px;
	margin-left:440px;
}
.mgtop-5{
	margin-top:-5px;
}
.mgright20{
	margin-right:20px;
}
.mgright30{
	margin-right:30px;
}
.mglefft-12{
	margin-left:-12px;
}
.mgleft30{
	margin-left:30px;
}
.fontsize19{
	font-size:19px;
}
.nomgin{
	margin-left:-15px;
}
.nomgin2{
	margin-left:15px;
	top:40px;
}
.pstop{
	top:40px;
}
.bdbot{
	border-bottom:1px solid #BBDDC5
}
.bdtop{
	border-top:1px solid #BBDDC5
}
.bdright{
	border-right:1px solid #BBDDC5
}
.bdleft{
	border-left:1px solid #BBDDC5
}
.textcl{
	color:white;
	font-size:20px;
}
.imgheight{
	width:240px;
	height:240px;
}
.imgwh{
	width:28px;
	height:28px;
}
.mgleft > .form-control{
	height:42px;
}
.mgleft > .dropdown > button{
	text-align:left;
	vertical-align:center;
}
.fsize{
	font-size:17px;
}
.nomg{
	margin-bottom:0px!important;
}
.nomgleft{
	margin-left:0px;
}
.mgright5{
	margin-right:0px;
}
.robotofont{
	font-family: 'Roboto Slab', serif;
}
.weight10{
	font-size:11px;
}
.wheight50{
	width:50px;
	height:50px;
}
.wh40{
	max-width:40px;
	height:auto;
}
.wh401{
	width:100%;
	height:42px;
}
.height80{
	height:90px;
}
.bdall{
	border: 1px solid gray;
}
.bgcl{
	background-color:#d7d7d7;
	margin-left:17px;
	color:#ffffff;
}
.pding10{
	padding-left:20px;
}
.nav-justified>.dropdown .dropdown-menu {
    top: 41px;
    left: auto;
}
.dropdown-menu.columns-3 {
	min-width: 700px;
	min-height:250px;
}
.dropdown-menu li a {
	padding: 5px 15px;
	font-weight: 300;
}
.multi-column-dropdown {
	list-style: none;
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #333;
	white-space: normal;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}
 
@media (max-width: 767px) {
	.dropdown-menu.multi-column {
		max-width: 240px !important;
		overflow-x: hidden;
	}
}
.bgcl1{
	background-color:#B6D452;
}
.left20{
	margin-left:30px;
}
.bgcl2{
	background-color:#E0C7A3;
}
.bdri{
	border-right: 1px solid #fff;
}
.widthfix{
	width:14.8%
}
.sidebar-nav {
    padding: 9px 0;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0px;
    visibility: hidden;
    margin-top: -1px;
}
.hfix{
	height:50px;
}
.fiximg, .fiximg img{
	height:120px!important;
}
.mgright{
	margin-right:15px;
}
.mgleft{
	margin-left:-15px;
}
.mgleft1{
	margin-left:15px;
}
.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
   
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
.slideanim {visibility:hidden;}
.col-md-25{
	width:20%
}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 2s; 
    -webkit-animation-duration: 2s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}
.bot-20{
	margin-bottom:20px;
}
.sharp {
  border-radius:0!important;
}
.sharp2{
	border-radius:0!important;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:5px;
	font-size:18px;
	color:#231e60;
	background-color:#2696c4;
	margin-left:0px;
	width:33%;
}
.sharp3{
	border-radius:0!important;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:5px;
	font-size:18px;
	color:#231e60;
	background-color:#2696c4;
	margin-left:5px;
	width:33%;
}
.bd{
	border: 1px solid #eeeeee;
}
.bdr{
	background-color:#A0D4CE;
	border-radius:2!important;
	
}
.bdr ul li ul li a{
	color:#A0D4CE!important;
}
.bdr2{
	background-color:#B6D452;
	border-radius:2!important;
	
}
.bdr2 ul li ul li a{
	color:#B6D452!important;
}
.bdr3{
	background-color:#E0C7A3;
	border-radius:2!important;
	
}
.bdr3 ul li ul li a{
	color:#E0C7A3!important;
}
.bdr4{
	background-color:#F7E285;
	border-radius:2!important;
	
}
.bdr4 a{
	color:black!important;
}
.bdr5{
	background-color:#E3ECF2;
	border-radius:2!important;
	
}
.bdr5 a{
	color:black!important;
}
.nab-cus{
	background-color:#ffffff!important;
}
.bgclor{
	background-color:#F5F5F5;
}

.sharp4{
	border-radius:0!important;

	margin-bottom:5px;
	font-size:18px;
	color:#231e60;
	background-color:#2696c4;
	margin-right:4%;
}
.sharp5{
	border-radius:0!important;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:5px;
	font-size:18px;
	color:#231e60;
	background-color:#2696c4;
}

.btn-custom{
	background-color:#d7d7d7;
	color:#231e60;
	vertical-align:middle;
}
.btn-custom:focus,
.btn-custom:active,
.btn-custom:hover,
.btn-custom.active
{
  background-color: #2696c4!important;
  color: #ffffff;
}

.btn-custom:hover
{
  background-color: #2696c4!important;
}
.btn-custom3{
	background-color:#C6CCDC;
	color:#231e60;
	vertical-align:middle;

}
.btn-custom5{
	background-color:#A0D4CE;
	color:#231e60;
	vertical-align:middle;
}
.btn-custom6{
	background-color:#B6D452;
	color:#231e60;
	vertical-align:middle;
}
.btn-custom7{
	background-color:#E0C7A3; 
	color:#231e60;
	vertical-align:middle;
}
.btn-custom8{
	padding-top:5px;
	padding-bottom:5px;
	background-color:#2696c4;
}
.btn-custom9{

	background-color:#F7E285; 
}
.btn-custom10{
	background-color:#E3ECF2; 
}
.btn-custom3:focus,
.btn-custom3:active,
.btn-custom3:hover,
.btn-custom3.active
{
  background-color: #2696c4!important;
  color: #ffffff;
}

.btn-custom3:hover
{
  background-color: #2696c4!important;
}

.btn-custom4{
	background-color:#f7f7f7;
	color:#231e60;
	vertical-align:middle;
}
.btn-custom2{
	background-color:#ffffff!important;
	color:#696969;
}

.btn-custom2:focus,
.btn-custom2:active,
.btn-custom2:hover,
.btn-custom2.active
{
  background-color: #2696c4!important;
  color: #ffffff;
}

.btn-custom2:hover
{
  background-color: #eeeeee!important;
}
.btn-block+.btn-block {
    margin-top: 30px;
}

.fix{
	width:auto; 
	height:76px!important;
}
.fix2{
	width:auto; 
	height:59px!important;
}
.weight-12{
	font-weight:600;
	font-size:12px;
}
.weight-16{
	font-weight:600;
	font-size:16px;
}
.text-color{
	color:#231e60;
}
.fix-height{
	height:240px;
}
.user{
	background: transparent url("../media/user.png") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100%;
	height: 585px;
	margin-top:-6%;
}
.pd-ul{
	padding-top:5px;
	padding-bottom:5px;
}
.bdred{
	border:1px solid red!important;
}
.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }
.top-35 { margin-top:-35px; }
.top35 { margin-top:35px; }
.top40 { margin-top:40px; } 
.top45 { margin-top:45px; } 
.top50 { margin-top:50px; }
.top55 { margin-top:55px; } 
.top60 { margin-top:155px; }
.top120{margin-top:-120px; }
.bottom20{
	margin-bottom:20px;
}
.full{
	height: 180px;
	background-color:#eeeeee;
}
.full img{
	width:100px;
	height:100px;
	
}
.relax{
	background: transparent url("../media/quatang.png") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100%;
	height: 450px;
}
.document{
	background: transparent url("../media/doc2.jpg") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100%;
	height: 450px;
}
.fulllook{
	background: transparent url("../media/vanmieuta.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 800px;
  margin-top:4%;
  font-family: Arial, Helvetica, sans-serif;
  color: #231e60!important;
 
}
.fulllook h1{
	font-size:40px;
	font-weight:bold;
}
.fulllook2{
	background: transparent url("../media/hd-full.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 300px;
  margin-top:6%;
  font-family: Arial, Helvetica, sans-serif;
  color: #231e60!important;
 
}
.fulllook2 h1{
	font-size:40px;
	font-weight:bold;
}
.songngu{
	background: transparent url("../media/songngu.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 800px;
  margin-top:4%;
  font-family: Arial, Helvetica, sans-serif;
  color: #231e60!important;
 
}
.songngu h1{
	font-size:40px;
	font-weight:bold;
}

.fulllook3{
	background: transparent url("../media/luyentap.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 400px;
  margin-top:1%;
  font-family: Arial, Helvetica, sans-serif;
  color: #231e60!important;
 
}
.fulllook3 h1{
	font-size:40px;
	font-weight:bold;
}
.fl-detail{
	font-family: Arial, Helvetica, sans-serif;
	color: #231e60!important;
	margin-top:4%;
}
.fl-detail h1{
	font-size:40px;
	font-weight:600;
}
.img-fix{
	margin-top:4%;
}
.bd-div{
	border:solid 1px #2696C4;
	margin-top:10px;
	min-height:650px;
}
.nav-tabs>li.active>a,
 .nav-tabs>li.active>a:hover, 
 .nav-tabs>li.active>a:focus {
    color: #384f61;
    cursor: default;
    background-color: #e5e5e5;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
 }
.nav-tabs-ct>li.active>a,
 .nav-tabs-ct>li.active>a:hover, 
 .nav-tabs-ct>li.active>a:focus {
    color: #384f61;
    cursor: default;
    background-color: #fff!important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
 }
 .nav-tabs-ct>li>a{
	  background-color: #A0D4CE!important;
 }
 .nav-tabs-ct1>li.active>a,
 .nav-tabs-ct1>li.active>a:hover, 
 .nav-tabs-ct1>li.active>a:focus {
    color: #384f61;
    cursor: default;
    background-color: #fff!important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
 }
 .nav-tabs-ct1>li>a{
	  background-color: #B6D452!important;
 }
 .nav-tabs-ct2>li.active>a,
 .nav-tabs-ct2>li.active>a:hover, 
 .nav-tabs-ct2>li.active>a:focus {
    color: #384f61;
    cursor: default;
    background-color: #fff!important;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
 }
 .nav-tabs-ct2>li>a{
	  background-color: #E0C7A3!important;
 }
.bgcolor{  
	 background-color: #e5e5e5;
	 color: #384f61;
}
.bgclor2{  
	 background: transparent url("../media/anhnenbaitap.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 100%;
}
.tab-contentct{
	height:265px;
	background-color:#e5e5e5;
}
.t-color{
	color:#231e60!important;
}
.t-weight2{
	font-weight:600!important;
	font-size:32px;
}
.t-weight{
	font-size:18px;
	font-weight:600;
}
.pdbot-100{
	padding-bottom:100px;
	color:#231e60;
}
.pdbot-60{
	padding-bottom:60px;
}
.pd-30{
	padding-top:30px;
	padding-left:30px;
	margin-bottom:30px; 
}
.pd-40{
	padding-top:20px;
}
.pd-40 ul{
	list-style-type:none!important;
}
.pd-50{
	padding-top:20px;
}
.pd-55{
	padding-top:20px;
	height:150px;
}
.pd-60{
	padding-top:40px;
}
.pd5{
	padding-top:50px;
}
.pd3{
	padding-top:30px;
}
.pd7{
	padding-top:70px;
}
.pd4{
	padding-top:40px;
}
.pd6{
	padding-top:60px;
}
.fxheight{
	height:230px;
}
.bgnote{
	background-color:#eeeeee!important;
	color:#231e60!important;
	border: 1px solid #eeeeee;
    border-radius: 5px;
	
}
.pd-10{
	margin-top:20px;
	display: inline-block;
    vertical-align: middle;
    float: none;
	padding-top:10px;
	padding-bottom:5px;
	margin-left:16px;
}
.pd-5{
	margin-top:5px;
	display: inline-block;
    vertical-align: middle;
    float: none;
	padding-top:10px;
	padding-bottom:10px;
	margin-left:5px;
}
.pd-20{
	margin-top:5%; 
}
.pd-90{
	margin-top:14%; 
}
.pd-15{
	padding-top:10px;
}
.vietvan p{
	font-size:40px;
	font-weight:600;
}
.vietvan{
	background: transparent url("../media/khaosatiqeq.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 850px;
   margin-top:4%;
   font-family: Arial, Helvetica, sans-serif;
	color: #231e60!important;
	font-weight:100;
}
.iqeq{
	background: transparent url("../media/fulllook.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 650px;
   margin-top:4%;
   font-family: Arial, Helvetica, sans-serif;
	color: #231e60!important;

}
.iqeq h1{
	font-size:40px;
	font-weight:bold;
}

.nextnobels{
	background: transparent url("../media/fulllook.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 450px;
  margin-top:1%;
  font-family: Arial, Helvetica, sans-serif;
	color: #231e60!important;
	
}
.nextnobels h1{
	font-size:40px;
	font-weight:bold;
}
.footer-color{
	width:100%;
	height:auto;
	background-color:#096691;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 50px;
}	
.footer-color ul{
	list-style-type:none;
}
.mg-top{
	margin-top:3%;
}
.info{

	color:#ffffff;

}
.info h1{

	color:#ffffff;
	font-size:20px;
	font-weight:600;

}
.info ul{
	margin-left:-40px;
}
.info2{

	color:#ffffff;

}
.info2 h4{

	color:#ffffff;

	font-size:15px;
	font-weight:600;

}
.info2 ul{
	margin-left:-40px;
}
.info2 a{
	color:#ffffff;
}	
.pos{

	color:#ffffff;

}
.pos h4{
	font-size:14px;
}
.social{
	
	color:#ffffff;


}	
.social a{
	color:#ffffff;
	
}
.social a:hover{
	color:#ff1111;

}
/*carousel*/
.thumbnail{
	border:none !important;
	background-color:none !important;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
}

.carousel-indicators li {
    border-color: #d7d7d7;
}

.carousel-indicators li.active {
    background-color: #000000;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}
/* navbar */
.nav-bar{
	margin-bottom:0px!important;
}
.navbar-default {
    background-color: #ffffff!important;
    border-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
}
/* link */
.navbar-default .navbar-nav > li > a {
    color: #231e60!important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
	border-bottom: 1px solid #231e60;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #231e60!important;
    background-color: #ffffff!important;
	border-bottom: 2px solid #231e60;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #D5D5D5;
	border-bottom: 2px solid #231e60;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #231e60;
    border-bottom-color: #231e60;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #555;
}
/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #231e60;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }
}

@media (min-width: 768px){
    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 .fivecolumns .col-xs-2  {
        width: 20%;
        *width: 20%;
    }
}
@media (min-width: 1200px) {
    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 .fivecolumns .col-xs-2{
        width: 20%;
        *width: 20%;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .fivecolumns .col-md-2, .fivecolumns .col-sm-2, .fivecolumns .col-lg-2 .fivecolumns .col-xs-2{
        width: 20%;
        *width: 20%;
    }
}

@media (min-width: 768px){
    .fivecolumns .col-md-10, .fivecolumns .col-sm-10, .fivecolumns .col-lg-10  .fivecolumns .col-xs-10{
        width: 79%;
        *width: 79%;
    }
}
@media (min-width: 1200px) {
    .fivecolumns .col-md-10, .fivecolumns .col-sm-10, .fivecolumns .col-lg-10 .fivecolumns .col-xs-10{
        width: 79%;
        *width: 79%;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .fivecolumns .col-md-10, .fivecolumns .col-sm-10, .fivecolumns .col-lg-10 .fivecolumns .col-xs-10{
        width: 79%;
        *width: 79%;
    }
}

@media (min-width: 768px){
    .fivecolumns .col-md-8, .fivecolumns .col-sm-8, .fivecolumns .col-lg-8  .fivecolumns .col-xs-8{
        width: 60%;
        *width: 60%;
    }
}
@media (min-width: 1200px) {
    .fivecolumns .col-md-8, .fivecolumns .col-sm-8, .fivecolumns .col-lg-8 .fivecolumns .col-xs-8{
        width: 60%;
        *width: 60%;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .fivecolumns .col-md-8, .fivecolumns .col-sm-8, .fivecolumns .col-lg-8 .fivecolumns .col-xs-8{
        width: 60%;
        *width: 60%;
    }
}

@media (min-width: 768px){
    .fivecolumns .col-md-4, .fivecolumns .col-sm-4, .fivecolumns .col-lg-4  .fivecolumns .col-xs-4{
        width: 40%;
        *width: 40%;
    }
}
@media (min-width: 1200px) {
    .fivecolumns .col-md-4, .fivecolumns .col-sm-4, .fivecolumns .col-lg-4 .fivecolumns .col-xs-4{
        width: 40%;
        *width: 40%;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .fivecolumns .col-md-4, .fivecolumns .col-sm-4, .fivecolumns .col-lg-4 .fivecolumns .col-xs-4{
        width: 40%;
        *width: 40%;
    }
}

@media (min-width: 768px){
    .fivecolumns .col-md-6, .fivecolumns .col-sm-6, .fivecolumns .col-lg-6  .fivecolumns .col-xs-6{
        width: 50%;
        *width: 50%;
    }
}
@media (min-width: 1200px) {
    .fivecolumns .col-md-6, .fivecolumns .col-sm-6, .fivecolumns .col-lg-6 .fivecolumns .col-xs-6{
        width: 50%;
        *width: 50%;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .fivecolumns .col-md-6, .fivecolumns .col-sm-6, .fivecolumns .col-lg-6 .fivecolumns .col-xs-6{
        width: 50%;
        *width: 50%;
    }
}
.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top15 { margin-top:15px; }
.left15 { margin-left: 20px; }
.right84 {margin-right:84px;}
.top17 { margin-top:17px; }
.bot20 {margin-bottom:20px;}
.top20 { margin-top:20px; }
.top30 { margin-top:30px; }
.top-35 { margin-top:-35px; }
.top35 { margin-top:35px; }
.top40 { margin-top:40px; } 
.left40 {margin-left:40px;}
.top45 { margin-top:45px; } 
.top50 { margin-top:50px; }
.top55 { margin-top:55px; } 
.top60 { margin-top:155px; }
.top120{margin-top:-120px; }
.bottom20{
	margin-bottom:20px;
}
.bdright{
	border-right:1px solid #BBDDC5
}
.font14{ font-size:14px;}
.font16{ font-size:16px;}
.font18{ font-size:18px;}
.font20{ font-size:20px;}
.font22{ font-size:22px;}
.sidebar-nav {
    padding: 9px 0;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}
   
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
.slideanim {visibility:hidden;}
.slide {
    /* The name of the animation */
    animation-name: slide;
    -webkit-animation-name: slide; 
    /* The duration of the animation */
    animation-duration: 2s; 
    -webkit-animation-duration: 2s;
    /* Make the element visible */
    visibility: visible; 
}

/* Go from 0% to 100% opacity (see-through) and specify the percentage from when to slide in the element along the Y-axis */
@keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    } 
}
@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    } 
    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

.sharp {
  border-radius:0!important;
}
.sharp2{
	border-radius:0!important;
	margin-right:10px;
	width:24%;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:5px;
	font-size:18px;
	color:#231e60;
	background-color:#2696c4;
	
}
.btn-custom{
	background-color:#d7d7d7;
	color:#231e60;
	vertical-align:middle;
}

.btn-custom2{
	background-color:#ffffff!important;
	color:#696969;
}

.btn-custom2:focus,
.btn-custom2:active,
.btn-custom2:hover,
.btn-custom2.active
{
  background-color: #2696c4!important;
  color: #ffffff;
}

.btn-custom2:hover
{
  background-color: #eeeeee!important;
}

.btn-custom3{
	background-color:#ffffff!important;
	color:#696969;
}

.btn-custom3:focus,
.btn-custom3:active,
.btn-custom2:hover,
.btn-custom3.active
{
  background-color: #2696c4!important;
  color: #ffffff;
}

.btn-custom3:hover
{
  background-color: #eeeeee!important;
}
.fix{
	width:auto; 
	height:120px!important;
}
.weight-12{
	font-weight:600;
	font-size:12px;
}
.weight-16{
	font-weight:600;
	font-size:16px;
}
.text-color{
	color:#231e60;
}
.fix-height{
	height:240px;
}
.fulllook{
	background: transparent url("../media/fulllook-slide-1.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 600px;
  margin-top:1%;
  font-family: Arial, Helvetica, sans-serif;
  color: #231e60!important;
 
}
.fulllook h1{
	font-size:40px;
	font-weight:bold;
}
.nextnobels2{
	background: transparent url("../media/nextnobels.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 300px;
  margin-top:4%;
  font-family: Arial, Helvetica, sans-serif;
  color: #231e60!important;
}
.fulllook2{
	background: transparent url("../media/fulllook.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 600px;
  margin-top:4%;
  font-family: Arial, Helvetica, sans-serif;
  color: #231e60!important;
 
}
.fulllook2 h1{
	font-size:40px;
	font-weight:bold;
}
.fl-detail{
	font-family: Arial, Helvetica, sans-serif;
	color: #231e60!important;
	margin-top:4%;
}
.fl-detail h1{
	font-size:40px;
	font-weight:600;
}
.img-fix{
	margin-top:4%;
}
.bd-div{
	border:solid 1px #eeeeee;
	margin-top:10px;
	height:600px;
}
.nav-tabs>li.active>a,
 .nav-tabs>li.active>a:hover, 
 .nav-tabs>li.active>a:focus {
    color: #384f61;
    cursor: default;
    background-color: #e5e5e5;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
 }
.bgcolor{
	 background-color: #e5e5e5;
	 color: #384f61;
}
.tab-content{
	height:400px;
	background-color:#e5e5e5;
}
.t-color{
	color:#231e60!important;
}
.t-weight2{
	font-weight:600!important;
	font-size:32px;
}
.t-weight{
	font-size:18px;
	font-weight:600;
}
.pdbot-100{
	padding-bottom:100px;
	color:#231e60;
}
.pd-30{
	padding-top:30px;
	padding-left:30px;
}
.pd-40{
	padding-top:40px;
	padding-left:40px;
	
}
.pd-40 ul{
	list-style-type:none!important;
}
.pd-50{
	padding-top:20px;
	height:auto;
}
.pd-60{
	padding-top:40px;
}

.bgnote{
	background-color:#eeeeee!important;
	color:#231e60!important;
	border: 1px solid #eeeeee;
    border-radius: 5px;
	
}
.pd-10{
	margin-top:10px;
	display: inline-block;
    vertical-align: middle;
    float: none;
	padding-top:10px;
	padding-bottom:5px;
	margin-left:5px;
}
.pd-5{
	margin-top:5px;
	display: inline-block;
    vertical-align: middle;
    float: none;
	padding:10px;
	margin-left:5px;
}
.pd-20{
	margin-top:5%;
}
.imgheight{
	width:240px;
	height:240px;
}
.mgtop-5{
	margin-top:-5px;
}
.bdtop{
	border-top:1px solid #BBDDC5
}
.full {
    height: 180px;
    background-color: #eeeeee;
}
.robotofont {
    font-family: 'Roboto Slab', serif;
}
.mgright20 {
    margin-right: 20px;
}
.vietvan p{
	font-size:40px;
}
.vietvan{
	background: transparent url("../media/vanmieuta.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 850px;
   margin-top:4%;
   font-family: Arial, Helvetica, sans-serif;
	color: #231e60!important;
	font-weight:100;
}
.vietvan h1 {
	font-weight: bold;
}
.iqeq{
	background: transparent url("../media/khaosatiqeq.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 840px;
   margin-top:4%;
   font-family: Arial, Helvetica, sans-serif;
	color: #231e60!important;

}
.iqeq h1{
	font-size:40px;
	font-weight:bold;
}

.testimontal {
	margin-top: 40px;
}

.nextnobels{
	background: transparent url("../media/home-slide6.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 400px;
  margin-top:3%;
  font-family: Arial, Helvetica, sans-serif;
	color: #231e60!important;
	
}
.arelative{
	position: relative; 
	left: -20px;
}
.bot20{
	margin-bottom:20px;
}
.nextnobels h1{
	font-size:40px;
	font-weight:bold;
	text-indent: -40px;
	margin-top: 40px;
}
.footer-color{
	width:100%;
	height:auto;
	background-color:#096691;
	font-family: Arial, Helvetica, sans-serif;

}	
.footer-color ul{
	list-style-type:none;
}
.mg-top{
	margin-top:3%;
}
.info{

	color:#ffffff;

}
.info h1{

	color:#ffffff;
	font-size:20px;
	font-weight:600;

}
.info ul{
	margin-left:-40px;
}
.info2{

	color:#ffffff;

}
.info2 h4{

	color:#ffffff;

	font-size:15px;
	font-weight:600;

}
.info2 ul{
	margin-left:-40px;
}
.info2 a{
	color:#ffffff;
}	
.pos{

	color:#ffffff;

}
.pos h4{
	font-size:14px;
}
.social{
	
	color:#ffffff;


}	
.social a{
	color:#ffffff;
	
}
.social a:hover{
	color:#ff1111;

}
/*carousel*/
.thumbnail{
	border:none !important;
	background-color:none !important;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
}

.carousel-indicators li {
    border-color: #d7d7d7;
}

.carousel-indicators li.active {
    background-color: #000000;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}
/* navbar */
.navbar-default {
    background-color: #ffffff!important;
    border-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:600;
}
/* title */
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5E5E5E;
}
/* link */
.navbar-default .navbar-nav > li > a {
    color: #231e60!important;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
	border-bottom: 2px solid #231e60;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #231e60!important;
    background-color: #ffffff!important;
	border-bottom: 2px solid #231e60;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #D5D5D5;
	border-bottom: 2px solid #231e60;
}
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
    border-top-color: #231e60;
    border-bottom-color: #231e60;
}
.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333;
}
.navbar-default .navbar-nav > .open > a .caret, 
.navbar-default .navbar-nav > .open > a:hover .caret, 
.navbar-default .navbar-nav > .open > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #555;
}
/* mobile version */
.navbar-default .navbar-toggle {
    border-color: #DDD;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #DDD;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #231e60;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
    }
}

table tr td p{
	padding: 6px !important;
}

/*css moi*/
.news-title{
	background: #337ab7;
	line-height: 50px;
}
.news-title{
	font-family: "utm";
	font-size: 15px;
	color: white;
	font-weight: bold;
	
}
.news-title a{
	margin: 0px 30px;
	color: white;
	text-transform: uppercase;
}
.bg-about{
	background: #e3eff8;
}
.thanhngang{
	width: 100%;
	margin-top: 28px;
}
.color-title{
	color: #337ab7;
}
.title-new{
	color: #040737;
	font-size: 20px;
}
.fs35{
	font-size: 35px;
}
.item{
	float: left;
	width: 100%;
}
.detail-new{
	padding: 0px 15px 15px 15px;
}

.tincongty{
	background-color:#fffaac;
}
.colortct{
	color: #e6c301;
}
.colorvct{
	color: #337ab7;
}
.colorts{
	color: #11b77a;
}
.vechungtoi{
	background-color:#e3eff8;
}
.thoisu{
	background-color:#d5ffd3;
}

.rela{
	position:relative;
}
.w100p{
	width: 100%;
}
.fontutmbold{
	font-family: "utm";
}
.bdimgts{border: 4px solid #11b77a;}
.bdimgtct{border: 4px solid #e6c301;}
.bdimgvct{border: 4px solid #337ab7;}
.detail-new-content{font-family: "utm"; font-size: 15px;text-align: justify;}
.mgb10{margin-bottom: 10px;}
.mgt20{margin-top: 20px;}