body{
    font-family: "UTM Avo", arial, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
}
body.bg-gray {
    background-color: #e7e8e9;
}
.wrapper {
    margin: 0 auto;
    max-width: 100%;
    width: 1024px;
}
a, a:focus, a:hover, a:active{
    text-decoration: none;
    outline: none;
}
button, button:focus, button:hover, button:active{
    outline: none!important;
}
.content-wr > .content{
    padding-left: 20px;
    padding-right: 20px;
}
/* ----------- Layout ----------- */
.with-sidebar .content-wr{
    float: left;
    margin-right: -310px;
    width: 100%;
}
.with-sidebar .content-wr > .content{
    margin-right: 345px;
}
.with-sidebar .sidebar{
    float: right;
    width: 310px;
}
.block {
    background-color: #FFF;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.01);
    margin-bottom: 20px;
}
.block-title {
    border-bottom: 1px solid #d4d4d4;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding-bottom: 15px;
    text-align: center;
}
.sjl-bt {
    background-color: #009cff;
    border-radius: 5px;
    color: #fff;
    display: block;
    float: right;
    font-size: 13px;
    line-height: 25px;
    padding: 0 10px;
    text-transform: uppercase;
}
.sj-list > li {
    margin: 0 0 10px;
    font-size: 16px;
}
#main{
    padding: 35px 0 20px;
}
.social-fb {
    padding: 0 0 20px;
    text-align: center;
}

/* ----------- Header ----------- */
#header, #steps, #footer, .bg-blue{
    background-color: #0078a5;
    color: #fff;
}
.onscroll {
    border-bottom: 1px solid #9ee5fb;
}

#header {
    width: 100%;
}

#header a, #steps a{
    color: #FFF;
}
#header .subjects-choose-menu{
    font-size: 15px;
    margin-top: 15px;
}
#header .subjects-choose-menu a{
    color: #161616;
    line-height: 30px;
}
#header .subjects-choose-menu > li > a:focus, 
#header .subjects-choose-menu > li > a:hover {
    background-color: #0096ff;
    color: #FFF;
    text-decoration: none;
}
.subjects-choose-menu:before,
.subjects-choose-menu:after{
    content: "";
    display: block;
    position: absolute;
}
.subjects-choose-menu:before {
    border-color: transparent transparent #d6d7d8;
    border-style: solid;
    border-width: 0 15px 17px;
    right: 49px;
    top: -17px;
}
.subjects-choose-menu:after {
    border-color: transparent transparent #fff;
    border-style: solid;
    border-width: 0 14px 15px;
    right: 50px;
    top: -15px;
}
#header {
    position: relative;
    z-index: 19;
}
.header {
    padding: 10px 0;
}
#site-logo {
    float: left;
}
#logo {
    background: rgba(0, 0, 0, 0) url("../images/logo.png") no-repeat scroll 0 center;
    display: block;
    float: left;
    height: 36px;
    margin-right: 20px;
    text-indent: -9999em;
    width: 38px;
}
#name-and-slogan {
    float: left;
}
#site-name {
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
}
#site-slogan {
    font-size: 13px;
    margin: 4px 0 0;
}
.header-menu {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.header-menu > li {
    float: left;
    margin-left: 25px;
}
a.login-bt {
    background: #fff none repeat scroll 0 0;
    border-radius: 8px;
    display: block;
    font-size: 15px;
    height: 30px;
    line-height: 27px;
    padding: 0 15px;
    text-align: center;
}
#header a.login-bt {
    color: #033b73;
    margin: 3px 0;
}
.menu-icon, .menu-text {
    height: 36px;
    line-height: 34px;
}
.menu-icon {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 18px;
    display: block;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    width: 36px;
}
.menu-icon.avatar-icon{
    background-image: url("../images/avatar.png");
}
.menu-icon.subject-icon{
    background-image: url("../images/math-icon.png");
}
/* ---------- Highlight --------- */
#highlight{
    background: rgba(0, 0, 0, 0) url("../images/hlbg.jpg") no-repeat scroll center 0;
}
.hl-box {
    background: rgba(0, 0, 0, 0) url("../images/super.png") no-repeat scroll 40px 55px;
    min-height: 512px;
    padding: 55px 0 50px 440px;
}
.hl-title {
    color: #004058;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin: 55px 0 40px;
}
.hl-list {
    color: #00527c;
    font-size: 18px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.hl-list > li {
    background: rgba(0, 0, 0, 0) url("../images/hl-list-icon.png") no-repeat scroll 0 0;
    margin-bottom: 25px;
    min-height: 25px;
    padding-left: 40px;
}
.hl-test-now {
    background: rgba(0, 0, 0, 0) url("../images/btbg.png") repeat-x scroll 0 0;
    border-radius: 12px;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    height: 46px;
    line-height: 42px;
    margin: 25px 0;
    padding: 0 50px;
}
.hl-choose {
    display: none;
}
.hl-choose .hl-title {
    margin: 90px 0 30px;
}
.hl-choose-list {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.hl-choose-list > li {
    float: left;
    height: 54px;
    margin: 0 20px 20px 0;
    width: 110px;
}
.hl-choose-list > li:nth-child(3n+1){
    clear: both;
}
.subject-choose-bt {
    background: #f7a897 none repeat scroll 0 0;
    color: #204358;
    display: block;
    font-size: 18px;
    height: 54px;
    line-height: 54px;
    text-align: center;
}
.subject-choose-bt.subject-27 {
    background: #f7a897 none repeat scroll 0 0;
}
.subject-choose-bt.subject-29 {
    background: #f7c8de none repeat scroll 0 0;
}
.subject-choose-bt.subject-18 {
    background: #b0d775 none repeat scroll 0 0;
}
.subject-choose-bt.subject-28 {
    background: #57bfc1 none repeat scroll 0 0;
}
.subject-choose-bt.subject-24 {
    background: #f7df8c none repeat scroll 0 0;
}
.subject-choose-bt.subject-22 {
    background: #faf0b5 none repeat scroll 0 0;
}
/* ---------- Steps --------- */
.steps-title {
    font-size: 24px;
    font-weight: bold;
    margin: 80px 0 50px;
    text-align: center;
}
.steps-list {
    background: rgba(0, 0, 0, 0) url("../images/lap.png") no-repeat scroll center 15px;
    list-style: outside none none;
    margin: 50px 0 80px;
    padding: 0 0 30px;
}
.steps-list > li {
    padding-left: 40px;
    position: relative;
    width: 280px;
}
.steps-list > li::before {
    background: #fffc00 none repeat scroll 0 0;
    border-radius: 12px;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 24px;
}
.steps-list > li:nth-child(2n+1) {
    clear: both;
    float: left;
}
.steps-list > li:nth-child(2n) {
    float: right;
}
.steps-list > li:first-child{
    height: 140px;
}
/* ---------- Quality --------- */
#quality {
    background-color: #f2f2f3;
    color: #3b3b3b;
}
.ql-box {
    background: rgba(0, 0, 0, 0) url("../images/exam.png") no-repeat scroll 20px 43px;
    min-height: 370px;
    padding: 60px 25px 25px 440px;
}
.ql-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 45px;
}
.ql-description {
    font-size: 18px;
}
.cq-title {
    font-size: 22px;
    margin: 40px 0 20px;
    text-align: center;
}
.cq-description {
    text-align: center;
}

.carousel-indicators > li {
    background-color: #0078a5;
    height: 20px;
    width: 20px;
}
.carousel-indicators .active {
    background-color: #fb2828;
    height: 15px;
    margin: 3px;
    width: 15px;
}
.carousel-inner {
    padding-bottom: 50px;
}

/* ---------- Footer --------- */
#comment{
    padding: 20px 0;
}
.comment-title {
    font-size: 30px;
    font-weight: bold;
    margin: 30px 0 30px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.comment-title > span {
    display: inline-block;
    padding: 0 60px;
    position: relative;
    z-index: 1;
}
.bg-blue .comment-title > span{
    background: #0078a5;
}
.bg-gray .comment-title > span{
    background: #e7e8e9;
}
.comment-title::before {
    background: #4c9ebb none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    margin-left: -290px;
    position: absolute;
    top: 50%;
    width: 580px;
    z-index: 0;
}
.comment-box {
    background: #fbf7ed none repeat scroll 0 0;
    min-height: 300px;
    padding: 0 20px;
}
/* ---------- Footer --------- */
.legal {
    padding: 30px 0 50px;
    text-align: center;
}
/*-------------- Testing ---------------*/

.test-page .grading, 
.test-page font, 
.test-page .gradingdetails{
    display: none;
}

.start-test a{
    color: #0f6003;
}
.que {
    padding-bottom: 30px;
}
.que .info {
    float: left;
    margin-right: 10px;
    min-width: 30px;
}
.que .content {
    padding-left: 40px;
}
.que td {
    vertical-align: top;
}
.que input[type="text"] {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #999;
    height: 26px;
    margin: 2px 0;
}
.answer input[type="radio"] {
    margin-right: 10px;
    outline: none;
}
.test-page label{
    margin: 0;
}
.answer label{
    padding-right: 15px;
}
.test-page {
    background-color: rgba(219, 235, 248, 0);
    margin: 0;
    padding: 50px 0;
    position: relative;
}
.test-page::before {
    border-left: 1px solid #e0dbd1;
    border-right: 1px solid #e0dbd1;
    content: "";
    display: block;
    height: 100%;
    left: 100px;
    position: absolute;
    top: 0;
    width: 5px;
}
.test-page-title {
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    padding-left: 120px;
}
.test-page-content {
    background: transparent url("../images/line.png") repeat scroll 0 0;
    line-height: 30px;
    min-height: 300px;
    padding: 30px 30px 30px 120px;
}
.test-page-content p{
    margin: 0;
}
.test-page-content ul{
    margin: 0 0 30px;
}
.test-page-content h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 30px 0;
}
.test-page-body{
    margin: 30px 0;
}
.test-title, .blue{
    color: #0078a5;
}
.test-actions {
    text-align: center;
}
.test-bt {
    -moz-box-shadow:inset 0px 1px 0px 0px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow:inset 0px 1px 0px 0px rgba(255, 255, 255, 0.7);
	box-shadow:inset 0px 1px 0px 0px rgba(255, 255, 255, 0.7);
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffb700), color-stop(1, #f0a400) );
	background:-moz-linear-gradient( center top, #ffb700 5%, #f0a400 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb700', endColorstr='#f0a400');
	background-color:#ffb700;
    border: 1px solid #efaf00;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.7) inset;
    color: #fff;
    font-weight: bold;
    margin: 0 10px;
    padding: 10px 30px;
    position: relative;
}
.test-bt:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0a400), color-stop(1, #ffb700) );
	background:-moz-linear-gradient( center top, #f0a400 5%, #ffb700 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0a400', endColorstr='#ffb700');
}
.test-bt:active {
    top: 1px;
}
.test-bt.download-doc, .test-bt.test-save {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ccc), color-stop(1, #aaa) );
	background:-moz-linear-gradient( center top, #ccc 5%, #aaa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#aaa');
	background-color:#ccc;
    border: 1px solid #a7a7a7;
    color: #555;
}
.test-bt.download-doc:hover, .test-bt.test-save:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #aaa), color-stop(1, #ccc) );
	background:-moz-linear-gradient( center top, #aaa 5%, #ccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#aaa', endColorstr='#ccc');
}
.test-bt.download-doc {
    display: inline-block;
    margin: 19px 10px;
}
.test-page-footer {
    padding: 10px 0 10px 120px;
}
.test-support {
    background: rgba(0, 0, 0, 0) url("../images/support.png") no-repeat scroll 0 center;
    float: left;
    padding: 8px 20px 8px 45px;
}
.red{
    color: #f53535;
}
/*--- TIME ---*/
#countdown-container {
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

#countdown-container.clock-sticky {
    position: fixed;
    right: 25px;
    top: 60px;
}

#countdown-container .launch-text {
	width: 30%; 
	margin: 5px 0 0 5px;
	display: inline-block; 
	line-height: 22px; 
	padding: 20px; 
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	color: #ffffff; 
	text-align: left;
	float:left;
}
#timer {
	width: 100%;
	display: inline-block; 
	position: relative; 
	margin: 0;
	/*float:right;*/
}
#countdown{
    font-size: 24px;
    margin: 0;
    padding:0;
}
ul#countdown li {
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
    min-width: 32px;
}
ul#countdown li::before {
    color: #fd0000;
    content: ":";
    display: block;
    position: absolute;
    right: -7px;
    top: 0;
}
ul#countdown li:last-child:before{
    display: none;
}
ul#countdown li:last-child{
    margin-right: 0;
}
ul#countdown li span {
    color: #fd0000;
  	font-size: 24px;
  	position: relative;
  	text-shadow: 1px 1px 1px white;
  	text-align: center;
  	padding-right: 1px;
}
ul#countdown li span::before {
  	content: '';
  	width: 100%;
  	height: 1px;
  	border-top: 2px solid none;
  	position: absolute;
  	top: 50%;
  	text-align: center;
  	left: 1px;
}
ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
  	display: inline-block;
  	float: left;
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 300;
  	color: #777777;
  	text-transform: uppercase;
  	font-size: 13px;
  	text-align: center;
  	margin: 2px auto ;
  	letter-spacing: 1px;
  	width: 67px;
	line-height: 17px;
}
.count-holder{
    display:inline-block;
    text-align: center;
}

/* -------- Đề tự luận -------- */
.list-actions {
    list-style: outside none none;
    margin: 30px 0;
    min-height: 60px;
    padding: 0;
    text-align: center;
}
.list-actions > li {
    display: inline-block;
    margin: 0 10px;
}
.list-actions .test-bt {
    display: block;
    min-width: 230px;
    text-align: center;
}
.test-bt.down-de {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #10aa01), color-stop(1, #0d8f00) );
	background:-moz-linear-gradient( center top, #10aa01 5%, #0d8f00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#10aa01', endColorstr='#0d8f00');
	background-color:#10aa01;
    border: 1px solid #0b7201;
    color: #FFF;
}
.test-bt.down-de:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0d8f00), color-stop(1, #10aa01) );
	background:-moz-linear-gradient( center top, #0d8f00 5%, #10aa01 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d8f00', endColorstr='#10aa01');
}

.test-bt.down-giai {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #008a9b), color-stop(1, #007280) );
	background:-moz-linear-gradient( center top, #008a9b 5%, #007280 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008a9b', endColorstr='#007280');
	background-color:#007280;
    border: 1px solid #015a65;
    color: #FFF;
}
.test-bt.down-giai:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #007280), color-stop(1, #008a9b) );
	background:-moz-linear-gradient( center top, #007280 5%, #008a9b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007280', endColorstr='#008a9b');

}

.detail-title {
    float: left;
    font-size: 26px;
    margin: 25px 15px 0 40px;
}
.detail-choose-sj {
    float: right;
    margin: 15px 0 0;
}
.test-bt.sj-back-bt {
    padding: 8px 15px;
    position: absolute;
    right: 0;
    top: 30px;
}
.rs-fbshare {
    position: absolute;
    right: 0;
    top: 138px;
}

.score-chart {
    background-color: #FFF6E5;
    padding-bottom: 40px;
    display: block;
    position: relative;
}

.rs-fbshare.share-fb {
    bottom: 15px;
    top: auto;
    right: auto;
    left: 50%;
    margin-left: -150px;
    display: inline-block;
}