body, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.intro-2 {
    background: url("../img/bg-index.jpg")no-repeat center center;
    background-size: cover;
}
.bg-ct {
    background: #f1f1f1;
}
.body_login .view {
    margin-top: -80px;
}
.navbar {
    z-index: 1000;
}
.bg-blue{
	background: #1e59bb;
}
.cl-blue{
	color: #1e59bb;
}
.box-login-index{
	height: 100vh;
}
.body_login .form-check-input[type=checkbox]+label:before, 
.body_login .form-check-input[type=checkbox]:not(.filled-in)+label:after, 
.body_login label.btn input[type=checkbox]+label:before, 
.body_login label.btn input[type=checkbox]:not(.filled-in)+label:after{
	    border: 1px solid #fff;
}
.body_login .form-check-input[type=checkbox]:checked+label:before, 
.body_login label.btn input[type=checkbox]:checked+label:before{
	border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-top: 0;
    border-left: 0;
}
.form-check-input[type=radio].with-gap:checked+label:after, .form-check-input[type=radio]:checked+label:after, label.btn input[type=radio].with-gap:checked+label:after, label.btn input[type=radio]:checked+label:after {
    background-color: #fff;
}
.body_login .form-check-input[type=radio]:not(:checked)+label:after,.body_login  .form-check-input[type=radio]:not(:checked)+label:before,.body_login  label.btn input[type=radio]:not(:checked)+label:after,.body_login  label.btn input[type=radio]:not(:checked)+label:before {
    border: 2px solid #fff;
}
.form-check-input[type="radio"]:checked + label, .form-check-input[type="radio"]:not(:checked) + label, label.btn input[type="radio"]:checked + label, label.btn input[type="radio"]:not(:checked) + label{
	padding-left: 25px;
}
.navbar-row{
	-ms-flex-direction: row;
	flex-direction: row;
}
#form_login .invalid-feedback {
    color: #fff;
}
.invalid-feedback.block{
    display: block;
}
.logo img{
	max-height: 44px;
}
.md-form label.active {
    font-size: .8rem;
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}
/***************
    Khóa học
****************/
.form-check-input[type=radio]:checked+label, .form-check-input[type=radio]:not(:checked)+label, label.btn input[type=radio]:checked+label, label.btn input[type=radio]:not(:checked)+label{
    line-height: 0;
    padding-left: 30px;
}
.navbar-row{
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-ct2 .nav-item .nav-link{
    color: #2c2c2c !important;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 14px;
}
.navbar-ct2 .nav-item:hover .nav-link{
    color: #FF3547 !important;
}
.navbar-ct2 .nav-item.active .nav-link{
    background: #FF3547 !important;
    color: #fff !important;
    border-radius: 0;
    margin-top: -1px;
}
.hov-text:hover{
    color: #FF3547 !important;
}

.body_site_page .footer{
    background: url('../img/bg-ft.jpg') no-repeat bottom #f1f1f1;
    background-size: cover;
}
.tt-v1{
    border-left: 5px solid #FF3547;
}
.select-v1.select-wrapper input.select-dropdown{
    margin-bottom: 0;
    border-bottom: 0;
    position: absolute
}
.btn-v1{
    font-size: 16px;
}
.btn-v1 i{
    left: 12px;
    top: 15px;
}
.group-btn-card-kt .btn{
    margin: 0 0 20px;
}
.group-btn-card-kt .btn-outline-success{
    border: 1px solid !important;
}
.group-btn-card-kt .btn-outline-primary{
    border: 1px solid !important;
}
.group-btn-card-kt .btn-outline-warning{
    border: 1px solid !important;
}
.hover-none{
    cursor: default !important;
}

/* -------------------------Ratio------------------------- */
.image-box {
    position: relative;
    overflow: hidden;
}
.image-box::before {
    content: "";
    display: block;
    padding-top: 100%; /* initial ratio of 1:1*/
}
.image-box .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-size: cover;
    background-position: center;
}
.image-box.ratio-1-1::before {
    padding-top: 100%;
}
.image-box.ratio-2-1::before {
    padding-top: 50%;
}
.image-box.ratio-1-2::before {
    padding-top: 200%;
}
.image-box.ratio-4-3:before {
    padding-top: 75%;
}
.image-box.ratio-5-3:before {
    padding-top: 60%;
}
.image-box.ratio-16-9:before {
    padding-top: 56.25%;
}
/* -------------------------Close ratio------------------------- */
img {
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important;
}
.navbar .nav-item.avatar .dropdown-toggle img {
    height: 35px !important;
}

.card.card-cascade.narrower {
    height: calc(100% - 1.5rem);
}

.card.card-cascade.narrower.examp_list {
    position: relative;
    padding-bottom: 50px;
}
.card.card-cascade.narrower.examp_list .btn-primary {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.pagination-custom.pagination .page-item.active .page-link {
    box-shadow: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    background-color: #fff;
    color: #FF3547;
    font-weight: bold;
}
.pagination-custom a.waves-effect, .pagination-custom a.waves-light{
    display: block;
}
.body_site_page .form-check-input[type="radio"].with-gap:checked + label::after, 
.body_site_page .form-check-input[type="radio"]:checked + label::after, 
.body_site_page label.btn input[type="radio"].with-gap:checked + label::after, 
.body_site_page label.btn input[type="radio"]:checked + label::after {
    background-color: #FF3547;
}
.body_site_page .form-check-input[type="radio"].with-gap:checked + label::after,
.body_site_page .form-check-input[type="radio"].with-gap:checked + label::before, 
.body_site_page .form-check-input[type="radio"]:checked + label::after,
.body_site_page label.btn input[type="radio"].with-gap:checked + label::after,
.body_site_page label.btn input[type="radio"].with-gap:checked + label::before,
.body_site_page label.btn input[type="radio"]:checked + label::after {
    border: 2px solid #FF3547;
}
footer.footer{
    padding: 65px 0 0px;
}
.bottom-ft{
    background: #f5f5f5;
}
.exam_site_page footer.footer {
    padding: 200px 0 0px;
    margin-top: -160px;
}
.pagination {
    padding-bottom: .5rem!important;
    padding-top: .5rem!important;
    position: relative!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    border-radius: 0!important;
    border: 1px solid #dee2e6!important;
}
.pagination li a,
.pagination li span {
    font-size: 1rem !important;
    padding: .75rem 1.5rem;
    line-height: 1.5;
}
.pagination .page-item.active .page-link{
    box-shadow: none;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    background-color: #fff !important;
    color: #FF3547;
    font-weight: bold;
}
.file-field.menu-user .btn {
    float: none;
}

.md-form label {
    width: 100%;
    text-align: left;
}
.notification_exam {
    position: fixed;
    bottom: 0;
    right: 10px;
    background: #fff;
    z-index: 9999;
    width: 100%;
    max-width: 250px;
    border: 2px solid #FF3547;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
}
.notification_header {
    width: 100%;
    background: #FF3547;
    color: #fff;
    padding: 7px 25px 7px 15px;
    position: relative;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
}
.notification_header h4 {
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
}
.notification_header i.fa {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
}
.exam_notification_load h4 {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.exam_notification_load a.btn {
    border-radius: 5px;
    padding: 5px 10px 3px;
    font-size: 11px;
}
.exam_notification_load ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.exam_notification_load ul li {
    padding: 10px 0 0;
    border-bottom: 1px dashed #ccc;
}
.exam_notification_load ul li:last-child{
    border-bottom: 0;
}
.notification_main p {
    margin-bottom: 10px;
}
.notification_main {
    padding: 15px;
    overflow-y: auto;
    max-height: 300px;
}
ul.ul_quiz {
    padding: 0;
    list-style: none;
}
ul.ul_quiz li {
    padding: 10px 20px;
    background: rgba(238, 238, 238, 0.5);
    font-size: 14px;
}
ul.ul_quiz li:nth-child(2n){
    background: rgba(238, 238, 238, 0.2);
}
ul.ul_quiz li a {
    text-decoration: underline !important;
    font-size: 15px;
}
img.logo_img {
    width: 70px;
}
ul.button_list {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    list-style: none;
    text-align: center;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 100%;
}
ul.button_list li {
    display: inline-block;
}
ul.button_list a {
    letter-spacing: 0.1em;
    margin: 5px;
    padding: 0 25px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    color: #ffffff;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border-radius: 30px;
    background-color: #00c7fc;
    display: inline-block;
    font-family: Roboto,sans-serif;
    border:1px solid #00c7fc;
}
ul.button_list a:hover {
    color: #00c7fc;
    border-color: #00c7fc;
    background: transparent;
}
.box_overlay {
    position: relative;
}
.box_overlay:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 20, 29, 0.5);
}
div#my-signin-google > .abcRioButton {
    margin: auto;
    border-radius: 10px;
}
.abcRioButtonBlue .abcRioButtonContentWrapper {
    border: 1px solid #fff !important;
}
.register_wrap {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    margin: 30px auto;
    border: 1px solid #ddd;
    border-radius: 4px;
}
h3.register_title {
    margin: 20px 0 30px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.scrollTo_top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    display: block;
    width: 80px;
    line-height: 14px;
    text-align: center;
    color: #0a7490;
    text-decoration: none;
    display: none;
    padding: 3px 0 7px 0;
    border: 2px solid #0a7490;
    font-weight: bold;
    border-radius: 7px 7px 0 0;
    box-shadow: 0px 0px 4px 0 #0a7490;
}
.scrollTo_top:hover{
    background: #0a7490;
    color: #fff;
}
.scrollTo_top span {
    display: block;
    font-size: 13px;
}
h5.card-title{
    font-size: 15px;
}
.list_social {
    margin-top: 20px;
}
.list_social a {
    color: #1e59bb;
    background: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 5px;
    box-shadow: 0 0 4px 0 #ccc;
}
.report_list {
    max-width: 1000px;
}
.report_list .item .row > div {
    padding: 10px 15px;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin-top: -1px;
    align-items: center;
    display: flex;
    font-size: 13px;
}
.report_list .item .row > div.col-sm-1 {
    justify-content: center;
}
.report_list .item_header .row > div {
    border-bottom: 2px solid #ddd;
    font-weight: bold;
    color: #444;
    font-size: 15px;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}
select + .select2-container {
    width: 100% !important;
}
.select2-hidden-accessible{
    display: block !important;
}



/*padding: 26px;*/
/*background: #FFFFFF;*/
/*box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);*/
/*border-radius: 16px;*/
/*css for new page login*/