body {
    background: white;
    font-family: "UTM Avo", Roboto, sans-serif;
    font-size: 16px;
    margin: 0 auto;
    padding: 0;
    line-height: 1.25;
    color: #464646;
}
.full-page{
    margin: 0 auto;
    position: relative;
}
@font-face {
    font-family: Utmtalling;
    src: url('../fonts/utmtallingbold.ttf');
    font-weight: 600;
}
@font-face {
    font-family: Utmtalling;
    src: url('../fonts/utmtalling.ttf');
    font-weight: 400;
}
.clr{
    clear: both;
    content: '';
    display: block;
}

.col-left{
    float: left;
}



.box-2{
    background: url("../images/bg-box-2.jpg") center top no-repeat;
    padding-top: 80px;
    min-height: 754px;
    background-color: #da2b1a;

}

.box-2 .max-width{
    max-width: 1150px;
    margin: 0 auto;
}
.box-2 .col-left{
    width: 55%;
}
.box-2 .col-right{
    width: 45%;
    padding-left: 35px;
}
.box-2-giai-thuong-sub{
    float: left;
}

.box-2-video {
    position: relative;
    margin-top: 140px;
    background: #f8ecc7;
    padding: 6px 8px;
    border-radius: 2px;
}
.box-2-video iframe{
    width: 100%;
    height: 380px;
}
.box-2-giai-thuong{
    padding-top: 45px;
}

.box-2-slogan{
    font-family: Utmtalling;
    font-size: 54px;
    color: #fff;
    text-align: center;
    -webkit-text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    padding: 45px 0 0;
}

.box-2-count{
    font-family: Roboto;
    font-size: 44px;
    text-align: center;
    padding: 12px 60px 15px;
    font-weight: 500;
    display: inline-block;
    background: url(../images/box-2-icon.png) left top no-repeat, url(../images/box-2-icon.png) right top no-repeat;
}

.box-2-count span{
    color: #da2a1b;
}


.box-3{
    background: url("../images/bg-box-3.jpg") center top no-repeat;
    background-color: #b01b03;
}

.box-3 .max-width{
    max-width: 1030px;
    margin: 0 auto;
}

.btn-thi-ngay, .btn-thi-ngay:active {
    background: url(../images/thi-ngay.png) center top no-repeat;
    font-family: Utmtalling;
    font-size: 35px;
    color: #333;
    display: inline-block;
    background-size: 100%;
    padding: 10px 0 0 0;
    width: 220px;
    height: 75px;
    text-align: center;
    position: relative;
    top: -15px;
    cursor: pointer;
    box-shadow: none;
}
.btn-thi-ngay[disabled], .btn-thi-ngay[disabled]:active {
    background-image: url(../images/thi-ngay-disabled.png);
    cursor: not-allowed;
}
.btn-pen-cup{
    text-align: center;
}
.btn-thi-ngay.btn-thi-ngay-3{
    background: url(../images/thi-ngay-3.png) center top no-repeat !important;
    width: 127px;
    height: 50px;
    color: #fff;
    padding: 17px 0;
    font-size: 11px;
    text-transform: uppercase;
    font-family: Roboto;
    position: relative;
    top: -7px;
}
.logged.btn-thi-ngay.btn-thi-ngay-3{
    top: -16px;
}
.box-3-title{
    color: #fffc00;
    font-family: Utmtalling;
    font-size: 88px;
    text-align: center;
    padding-top: 20px;
}
.box-3 .table{
    background: #fff;
}


.box-3 .table-bordered > thead > tr > th,
.box-3 .table-bordered > tbody > tr > th,
.box-3 .table-bordered > tfoot > tr > th,
.box-3 .table-bordered > thead > tr > td,
.box-3 .table-bordered > tbody > tr > td,
.box-3 .table-bordered > tfoot > tr > td {
    border: 6px solid #fff;
    background: #ddd;
    text-align: center;
}

.box-3 .table-bordered > thead > tr > th{
    background: #fca61d;
    text-align: center;
    font-family: Utmtalling;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}

.box-3 .table > thead:first-child > tr:first-child > th {
    border-top: 6px solid #fff;
    padding: 2px;
}

.table-lich-thi{
    max-width: 890px;
    margin: 20px auto;
    background: #fff;
    border-radius: 20px;
    padding: 20px;
}
.table-lich-thi .table{
    margin-bottom: 0;
}
.tra-diem{
    font-weight: 600;
    font-size: 75px;
    padding-top: 10px;
    -webkit-text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4);
}
.tra-diem img{
    display: inline-block;
    position: relative;
    top: -20px;
    left: 10px;
}
.table-tra-cuu{
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    margin: 50px 0 0;
}
.table-tra-cuu-bg-top, .table-tra-cuu-bg-bottom{
    position: absolute;
    background: url("../images/bg-dot.png") center repeat-x;
    height: 14px;
    width: 100%;
}

.table-tra-cuu-bg-top{
    top: -20px;
}

.table-tra-cuu-bg-bottom{
    bottom: -20px;
}


.table-tra-cuu-bg-left, .table-tra-cuu-bg-right{
    position: absolute;
    background: url("../images/bg-dot-doc.png") center repeat-y;
    width: 14px;
    height: 100%;
}
.table-tra-cuu-bg-left{
    left: -20px;
}
.table-tra-cuu-bg-right{
    right: -20px;
}

.box-3 .table-tra-cuu .table-bordered > thead > tr > th {
    font-family: Roboto;
    padding: 5px !important;
    font-size: 15px;
}
.box-3 .table-tra-cuu .table-bordered > tbody > tr > td{
    border: 3px solid #fff;
    font-size: 14px;
}
.box-3 .table-tra-cuu .table{
    margin: 0;
}
.footer-layout{
    background: #b01b03;
    text-align: center;
    color: #fff;
    padding: 15px;
}
.footer-layout p{
    margin: 0;
}

.form-tra-diem select{
    font-family: Roboto;
}

.box-3 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: Roboto;
}
.box-3 ::-moz-placeholder { /* Firefox 19+ */
    font-family: Roboto;
}
.box-3 :-ms-input-placeholder { /* IE 10+ */
    font-family: Roboto;
}
.box-3 :-moz-placeholder { /* Firefox 18- */
    font-family: Roboto;
}
.box-3 .form-tra-diem .form-group{
    float: left;
}
.box-3 .form-tra-diem .btn-thi-ngay{
    border: none;
    padding-top: 0;
    top: -7px;
}
.box-3 .form-tra-diem span{
    position: relative;
    top: -6px;
}
.form-tra-diem{
    padding: 30px 0 0;
}
.box-3 .form-inline .form-control {
    width: 100%;
    height: 55px;
    border: none;
}
.box-3 .form-inline .form-group:nth-child(1){
    width: 40%;
}
.box-3 .form-inline .form-group:nth-child(2){
    width: 37%;
    padding-left: 10px;
}
.box-3 .form-inline .form-group:nth-child(3){
    width: 23%;
    padding-left: 30px;
}

.highlight-layout .wrapper{
    position: relative;
}

.highlight-layout .adv-banner-left{
    position: absolute;
    top: 20%;
    left: 20px;
    cursor: pointer;
}

.highlight-layout{
    background:  url("../images/bg-box-1.jpg") center top no-repeat;
    height: 590px;
    position: relative;
}
.highlight-layout:after{
    background:  url("../images/bg-dot-1.png") center bottom repeat-x;
    height: 16px;
    position: absolute;
    width: 100%;
    bottom: -8px;
    content: '';
}
.highlight-layout .max-width{
    max-width: 1100px;
    margin: 0 auto;
}
.logo{
    margin-left: 68px;
}
.logo, .header-menu-left{
    float: left;
}
.header-menu-right{
    float: right;
    margin-right: 68px;
}
.header-menu li{
    float: left;
    list-style: none;
    padding: 0 8px;
    margin-top: 20px;
}
.header-menu li a{
    display: block;
    background: url(../images/bg-item-menu.png) no-repeat;
    width: 101px;
    height: 41px;
    font-family: Roboto;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    padding: 11px 0 11px;
    text-align: center;
}
.header-menu-left{
    margin-left: 10px;
}
.pen-cup-img,.bang-xep-hang{
    float: right;
}
.bang-xep-hang .table-tra-cuu-bg-top {
    top: -15px;
}
.bang-xep-hang .table-tra-cuu-bg-right {
    right: -15px;
}
.bang-xep-hang .table-tra-cuu-bg-bottom {
    bottom: -15px;
}
.bang-xep-hang .table-tra-cuu-bg-left {
    left: -15px;
}
.bang-xep-hang .table-tra-cuu-bg-left, .bang-xep-hang .table-tra-cuu-bg-right {
    background-position: 4px -5px;
}
.bang-xep-hang .table {
    margin-bottom: 0;
}
.bang-xep-hang{
    width: 290px;
    margin-left: 90px;
    position: relative;
    padding: 0;
    margin-top: 50px;
}
.bang-xep-hang .table{
    background: url("../images/bg-table-box-1.png");
}
.table-tra-cuu-bg-top, .table-tra-cuu-bg-bottom{
    background-size: 30px;
}
.table-tra-cuu-bg-left, .table-tra-cuu-bg-right{
    background-size: auto 30px;
}

.bang-xep-hang ul li{
    width: 50%;
    margin: 0;
}
.bang-xep-hang .nav-tabs > li > a {
    border-radius: 0;
    font-family: Utmtalling;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #666;
    background: url("../images/bg-table-box-1.png");
    margin: 0;
    padding: 5px;
}
.bang-xep-hang .table-bordered > tbody > tr > td,
.table-bordered > thead > tr > th,
.bang-xep-hang .nav-tabs > li.active > a,
.bang-xep-hang .nav-tabs > li.active > a:hover,
.bang-xep-hang .nav-tabs > li.active > a:focus {
    border: 1px solid #fff;
    text-align: center;
}
.bang-xep-hang .table > thead:first-child > tr:first-child > th {
    border-top: 0 !important;
    font-size: 10px;
}
.bang-xep-hang .table-bordered {
    border: 1px solid #fff;
}
.bang-xep-hang .nav-tabs {
    border-bottom: 0;
    margin-top: -15px;
}
.bang-xep-hang .nav-tabs > li.active > a{
    color: #670598;
    border-bottom: 1px solid #efe3d2 !important;
}
.bang-xep-hang .table-bordered > tbody > tr > td{
    font-size: 13px;
    font-family: Roboto;
    padding: 7px;
}
.bang-xep-hang{
    text-align: center;
}
.bang-xep-hang .btn-thi-ngay{
    font-size: 24px;
    color: #670598;
    width: 140px;
    height: 47px;
    padding-top: 5px;
    margin-top: -15px;
}

.pen-cup-img .btn-thi-ngay{
    width: 270px;
    height: 90px;
    padding-top: 13px;
    font-size: 40px;
    color: #000;
    margin-top: 70px;
}
.pen-cup-img-1{
    margin-top: -60px;
    margin-bottom: 25px;
}
.pen-cup-img-2{
    margin: 0 auto;
}