@font-face {
	font-family: 'digital';

    src:  url('../media/font/digital-7.ttf');

}
@font-face {
	font-family: 'Roboto Slab';
	src: url(../media/font/RobotoSlab-Regular.ttf);
}
@font-face {
	font-family: 'Roboto Slab';
	src: url(../media/font/RobotoSlab-Bold.ttf);
	font-weight: bold;
}
@font-face {
	font-family: 'Roboto Slab';
	src: url(../media/font/RobotoSlab-Light.ttf);
	font-weight: lighter;
}
body{
	font-family: 'Open Sans', serif;
	display: none;
}
.mgb0{
	margin-bottom: 0px !important;
}
.error{color: red}
.num-time{
	font-family: digital;
	font-size: 20px;
	color: red;
	display: inline;
}
.pointer{cursor: pointer;}
.red{color:red;}
.answerTrue{
	color: rgb(92, 184, 92);
    font-weight: bold;
}
.inline-block{
	display: inline-block !important;
}
.box-score{
	margin: 15px auto 0px;
    width: 300px;
    border: 1px solid red;
    padding: 10px;
    border-radius: 25px;
}
.h3tb{
	width: 100%; text-align: center;
	margin-top: 12px !important;
}
.order {
    float: left;
    border: 1px solid #3e9e00;
    padding: 3px 10px;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
    color: #ff8000;
    font-size: 16px;
}
.ptnn-title {
    color: #ac4ec3;
    font-weight: bold;
	float:left;
	width: 100%;
	margin: 5px 0px;
}
.line_question {
	float: left;
	width: 100%;
	margin: 15px 0px;
    border-bottom: 1px solid #d0d0d0;
}
.contentheight{
	min-height:800px;
}
@media (max-width: 480px){
    .contentheight  {
        min-height: 900px;
    }
	.mgtop-50{
		margin-top:-90px
	}
	.rmargin{
		margin-top:25px;
	}
	.hbanner > p{
		font-size:8px
	}
}
@media (min-width: 768px){
    .contentheight  {
        min-height: 1000px;
    }
	.mgtop-50{
		margin-top:-190px
	}
	.rmargin{
		margin-top:30px;
	}
}
@media (min-width: 968px){
    .contentheight  {
        min-height: 1100px;
    }
	.mgtop-50{
		margin-top:-370px
	}
	.rmargin{
		margin-top:15px;
	}
}
@media (min-width: 1200px){
    .contentheight  {
        min-height: 1200px;
    }
	.mgtop-50{
		margin-top:-150px
	}
	.rmargin{
		margin-top:10px;
	}
}

@media (min-width: 1px) and (max-width: 767px){
    .mgmobile  {
       margin-top: 50px;
    }
}








@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-3, .fivecolumns .col-sm-3, .fivecolumns .col-lg-3 .fivecolumns .col-xs-3  {
        width: 24%;
        *width: 24%;
    }
}
@media (min-width: 1200px) {
    .fivecolumns .col-md-3, .fivecolumns .col-sm-3, .fivecolumns .col-lg-3 .fivecolumns .col-xs-3{
        width: 24%;
        *width: 24%;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .fivecolumns .col-md-3, .fivecolumns .col-sm-3, .fivecolumns .col-lg-3 .fivecolumns .col-xs-3{
        width: 24%;
        *width: 24%;
    }
}

@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%;
    }
}
.scrollquestion{
	overflow-x: hidden; 
	/*height:800px;*/
}
@media (max-width: 420px) {
	.scrollquestion{
		overflow-x: hidden; 
		height:auto;
	}	
}

.imgwh{
	width:140px;
	height:140px;
}
.whimg{
	width:100%;
	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;
}
.mgright30{
	margin-right:30px;
}
.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;
	height: 350px;
	overflow-y: scroll;
}
.minheight{
	min-height:400px!important;
}
.height150{height:150px;}
.height300{height:300px;}
.height75{height:75px;}
.pdright30{padding-right:30px;}
.divbold{padding-top:10px; padding-bottom:10px;
}
.padding5{ margin-bottom:2px; margin-top:2px;}
.mgr3{margin-right:15px;}
.mgl104{margin-left:104px;}
.w25p{width: 25% !important;}
.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:428px;
	max-height:300px;
}
.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: 'Open sans';
}
.weight10{
	font-size:11px;
}
.weight13{
	font-size:13px;
}
.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: 40px;
    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;
}
.bgcl2{
	background-color:#E0C7A3;
}
.bdri{
	border-right: 1px solid #fff;
}

.widthfix{
	width:14.8%
}
@media (max-width: 480px) {
	.widthfix{
		width:90%
	}
}
.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 ul li ul li a{
	color:#B6D452!important;
}
.bdr5{
	background-color:#E3ECF2;
	border-radius:2!important;
	
}
.bdr5 ul li ul li a{
	color:#B6D452!important;
}
.bdr6{
	background-color:#9F9E9C;
	border-radius:2!important;
	
}
.bdr6 ul li ul li a{
	color:#B6D452!important;
}
.nab-cus{
	background-color:#ffffff!important;
}
.bgclor{background: white;}
.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-custom91 {
    background: #dff2fb;
    color: #548fcf; 
}
 
.btn-custom91:hover, .btn-custom9:focus, .btn-custom9:active, .btn-custom9.active, .open > .dropdown-toggle.btn-custom9 {
    background: #2696c4;
	 color: #fff;
}
 
.btn-custom91:active, .btn-custom9.active {
    background: #007299;
    box-shadow: none;
}




.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-custom11{

	background-color:#9F9E9C; 
}
.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;
}
.btn-custom20{
	background-color:#8b8b8b;
	color:#fff;
}
.btn-custom20:focus,
.btn-custom20:active,
.btn-custom20:hover,
.btn-custom20.active
{
  background-color: #ea7e00!important;
  color: #ffffff;
}

.btn-custom20:hover
{
  background-color: #ea7e00!important;
  color: #ffffff;
}
.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;
}
.pdbottom20{padding-bottom:20px;}
.imgbg{
	background: transparent url("../media/bg-test.png") no-repeat center center;    
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100%;
	height: 990px;
}
.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: 430px;
}

.header{
	background: transparent url("../media/header.png") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100%;
	height: 150px;
}
.footer{
	background: transparent url("../media/footer.png") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100%;
	height: 380px;
}
.imageclick{
	background: transparent url("../media/lambai.png") no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 60%;
	height: 655px;
}
.dotest-img{
	position:relative;
	width:450px;
	height:450px;
}
.dot1{
	border: 1px solid #fff;
    background: greenyellow;
    color: red;
    font-weight: bold;
    padding: 2px 10px;
    transform: rotateZ(2deg);
	position: absolute;
	left:120px;
	top:330px;
}
.dot2{
	border: 1px solid #fff;
    background: greenyellow;
    color: red;
    font-weight: bold;
    text-transform: uppercase;
    padding: 2px 10px;
    transform: rotateZ(-5deg);
	position: absolute;
	left:290px;
	top:330px;
}
.dot3{
	border: 2px solid #fff;
    background: #DB3635;
    color: white;
    font-weight: bold;
    padding: 10px 70px;
}
.hbanner{
	font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.hbanner > p {
    color: white;
    height: 100px;
    line-height: 56px;
    padding: 0 80px;
    background-color: #0072bc;
    display: inline-block;
    position: relative;
}
.hbanner > p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    border-left: 40px solid white;
    border-bottom: 50px solid transparent;
    border-top: 50px solid transparent;
}
.hbanner > p:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 0;
    border-right: 40px solid white;
    border-bottom: 50px solid transparent;
    border-top: 50px solid transparent;
}

.hbanner1{
	font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.hbanner1 > p {
    color: white;
    height: 56px;
    line-height: 56px;
    padding: 0 80px;
    background-color: #0072bc;
    display: inline-block;
    position: relative;
}
.hbanner1 > p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    border-left: 28px solid white;
    border-bottom: 28px solid transparent;
    border-top: 28px solid transparent;
}
.hbanner1 > p:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 0;
    border-right: 28px solid white;
    border-bottom: 28px solid transparent;
    border-top: 28px solid transparent;
}


.hbanner2{
	font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.hbanner2 > p {
    color: white;
    height: 480px;
    background-color: #0072bc;
    display: inline-block;
    position: relative;
}

.hbanner2 > a:after {
    content: '';
    position: absolute;
    top: 505px;
    left: 0px;
    height: 0;
    width: 0;
    border-bottom: 45px solid white;
    border-left: 45px solid transparent;
    border-right: 45px solid transparent;
}
.linebg{
	background: transparent url("../media/line.jpg") repeat-y center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100%;
	min-height:800px;
}

.pd-ul{
	padding-top:5px;
	padding-bottom:5px;
}
.bdred{
	border:1px solid red!important;
}
.right0 { margin-right:0px!important; }
.pdright0{padding-right:0px!important;}
.top5 { margin-top:5px; }
.top7 { margin-top:7px; }
.top10 { margin-top:10px; }
.top-15{margin-top:-15px;}
.left0 { margin-left:0px!important; }
.left10 { margin-left:10px; }
.right15{ margin-right:15px;}
.left-15{ margin-left:-15px;}
.left15{ margin-left:15px;}
.top15 { margin-top:15px; }
.top17 { margin-top:17px; }
.top20 { margin-top:20px; }
.left20{margin-left:20px;}
.bot20 { margin-bottom:20px; }
.top30 { margin-top:30px; }
.top-35 { margin-top:-35px; }
.top35 { margin-top:35px; }
.left35 { margin-left:35px; }
.top40 { margin-top:40px; } 

.top45 { margin-top:45px; } 
.top50 { margin-top:50px; }
.bot50 { margin-bottom:50px; }
.top55 { margin-top:55px; } 
.top-55 { margin-top:-55px; }
.top70{margin-top:80px;}
.top60 { margin-top:155px; }
.top100{margin-top:100px; }
.bot100{margin-bottom:100px; }
.right109 { margin-right:109px; } 
.top120{margin-top:-120px; }
.top145{margin-top:145px; }
.right105{margin-right:105px;}
.top-235{margin-top:-235px;}
.pd20{ padding:20px;}
.bottom20{
	margin-bottom:20px;
}
.full{
	background-color:#eeeeee;
}
.colorfull{
	background-color:#eeeeee;
}
.fontutmc {
    font-family: 'utmc';
}
#showtrial{
    display: none;
    border: 4px solid #0066b3;
    border-radius: 5px;
    position: fixed;
    top: 200px;
    width: 550px;
    left: 400px;
    background: #ffffff;
    z-index: 9999;
}
#boxthank{
    margin-top: 35px; margin-bottom: 70px;
}
.titletrial{

    color: #812990; font-style: italic; font-size: 26px; text-shadow: 2px 2px 2px white;
}
.title_tb{
    background: #0066b3;
    color: white;
    margin: 0px;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
}
.bt-buy{
    float:left; margin-bottom:10px;border: 1px solid #410002; background: -webkit-linear-gradient(top, #eb1c24, #a00b0f); background: linear-gradient(top, #eb1c24, #a00b0f); background: -moz-linear-gradient(top, #eb1c24, #a00b0f); padding: 5px 8px; border-radius: 4px; color: white;
}
.bt-home{
    float:left; margin-bottom:10px; margin-left: 10px; border: 1px solid #986bb8; background: -webkit-linear-gradient(top, #01acee, #613395);  background: linear-gradient(top, #01acee, #613395); background: -moz-linear-gradient(top, #01acee, #613395);  padding: 5px 8px; border-radius: 4px; color: white;
}
a.bt-buy:hover{
    text-decoration: none;
    color: white;
}
a.bt-home:hover{
    text-decoration: none;
    color: white;
}
.full img{
	width:51px;
}
.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;
}
.fullgame{
	background: transparent url("../media/fullgame.png") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: 100%;
  height: 375px;
  margin-top:6%;
  font-family: Arial, Helvetica, sans-serif;
  color: #231e60!important;
 
}
.item{float:left; width: 100%;}
.fullgame 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 #a864a8;
	margin-top:10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.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%;
}
.bgcolor3{  
	 background-color: #143e54;
	 color: #FFFFFF;
}
.white > a{
	color:#FFFFFF;
}
.tab-contentct{
	padding-bottom: 20px;
	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;
}

@media (max-width: 420px) {
	.fxheight{
		height: auto;
	}
}

.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: 600px;
  margin-top:4%;
  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;
}

.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;
    }
}

.boder{
	border: 3px solid #bef0ff!important;
}

.mgt20p{
	margin-top: 23%;
}
.mgb15{
	margin-bottom: 15px;
}
.showsub {
	width: 200px;
}
.fixgame{float:left; width: 80%; margin: 0px 10% 15px 10%;}
.fix_da{
	float:left;
	width: 100%;
	margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
	text-align: center;
}
.newbox{
	position: fixed;
	right: 5px;
	bottom: 10px;
	width: 250px;
	height: 260px;
	margin: 0px !important;
	z-index: 9999;
	background: url(../media/img.png) no-repeat;
	background-size: 50%;
	 -webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    1px 1px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         1px 1px 10px 0px rgba(50, 50, 50, 0.75);
	background-color: #fff;
	background-position: bottom right;
}
.newbox a {
	display: block;
	color: #164cfb; 
	text-align: center;
	font-weight: bold;
}
.newbox button span{
	color: #164cfb;
	font-weight: bold;
}
.tinmoi{
	display: block;
	text-align: center;
	color: #164cfb;
	margin: 0px 0px 4px 0px;
	animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}
.tinmoi1{
	display: block;
	text-align: center;
	color: #164cfb;
	margin: 10px 0px 20px 0px;
	animation: blink-animation 1s steps(5, start) infinite;
  -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

@keyframes blink-animation {
  to {
    color: red;
  }
}
@-webkit-keyframes blink-animation {
  to {
    color: red;
  }
}

.f16{font-size: 16px;padding-left: 5px;}
.isNew {
	position: 	relative;
}
.isNew:before {
	content: 		"";
	display: 		block;
	position: 		absolute;
	top:			-2px;
	right:			-2px;
	background:		url('/default/images/ribbon_new_product.png') no-repeat;
	width: 			40px;
    height: 		40px;
    text-align: 	center;
    padding-top: 	13px;
	background-size:	100%;
}

#document-detail table tr td, #document-detail table tr th{
	border: 1px solid #ddd;
	border-collapse: collapsed;
	
}

#test.form-control{
	background: url(../media/icon1.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: auto 80%;
	-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none;
}
.bdbottom{
	border-bottom: 1px solid gray;
}
.input_dt{
	border: none;
    background: #f5f5f5;
    border-bottom: 1px dotted #09F;
    padding: 0px 5px;
    text-align: center;
}
.tinymce_input{
	height: 150px;
}

.none{
	display: none;
}
.content-translate{
	display: block;
	width: 100%;
    padding: 5px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	text-align: left;
	margin-top:		15px;
	color: black;
}
.fs16{
	font-size: 16px;
}
.zoom-font{
	
	position: fixed;
	z-index: 9999;
	top: 200px; 
	color: #337ab7;
	right: 5px; 
    webkit-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 1px 1px 10px 0px rgba(50, 50, 50, 0.75);
    background-color: #fff;
    background-position: bottom right;
    padding: 6px 10px;
    border-radius: 3px;
    webkit-border-radius: 3px;
    cursor: pointer;
}
.ul-test li{
	list-style-image: url("../media/la.png");
	margin: 5px 0px;
	padding-left: 4px;
}
.ulhoa{
	margin: 5px 0px;
	padding-left: 0px; 
}
.ulhoa li{
	float: left;
    padding-top: 4px;
    list-style: none;
    background: url(../media/hoa2.png) no-repeat left;
    padding-left: 30px;
    
}
.ulhoa li a.active {text-decoration: underline !important;}
.ulhoa li:nth-child(odd) {margin-right: 50px;}
.ulhoa li a{color: #363636; font-weight: bold;}
 
.ulhoatest{
	margin: 8px 0px;
	padding-left: 0px; 
}
.ulhoatest li{
	float: left;
    padding-top: 5px;
    list-style: none;
    background: url(../media/hoa2.png) no-repeat left;
    padding-left: 30px;
    font-size: 14px;
	
}
.ulhoatest li a.active {text-decoration: underline !important;}
.ulhoatest li:nth-child(odd) {margin-right: 29px;}
.ulhoatest li a{color: #363636; font-weight: bold;}
.table-o tr td{ width: 30px; float: left;}
.ptnn-title{
	font-size: 18px;
	color: #120d4e !important;
	font-weight: normal !important;
}
.choice{font-size: 18px;}

.form_search_test {
	font-size: 18px;
}