@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.3125;
    margin: 0;
}

img {
    max-width: 100%;
}

.container, .container-lg, .container-md, .container-xl {
    max-width: 1550px !important;
}

.container-sm {
    max-width: 1060px !important;
}

img.logo {
    height: 55px;
}

h1.site_title {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #004780;
    margin-left: 5px;
    margin-bottom: 0;
}

.mb-2 {
    margin-bottom: 1em !important;
}

.btn-primary {
    background: #0072BC;
    border: 1px solid #0072BC;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: none;
    padding: 10px 20px;
    font-weight: bold;
    /*line-height: 16px;*/
}

.btn-default {
    padding: 9px 26px;
    margin-left: 15px;
    background: #FFFFFF;
    border: 2px solid #0072BC;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #0072BC;
    font-weight: bold;
}

.btn:hover {
    opacity: 0.8;
}

.btn-default.btn:hover {
    color: #004780;
}

img.logo_footer {
    max-height: 90px;
}

.footer a {
    color: #147ae8;
}

.footer_top {
    background: #004780 url(../../photos/footer.png) no-repeat center center;
    padding: 40px 0 0px;
    color: #000;
    font-size: 14px;
    line-height: 22px;
    background: #D3EBF3;
}

.footer_top a {
    color: #fff;
}

ul.ft_menu li {
    list-style: none;
    padding-bottom: 10px;
    padding-left: 20px;
    background: url(../../images/ic_right.png) no-repeat left top 6px;
}

ul.ft_menu li a {
    font-size: 15px;
}

.footer_bot {
    padding: 15px 0 10px;
    color: #fff;
    text-align: center;
    background: #004780;
    font-size: 13px;
}

.social_item {
    display: inline-block;
    margin: 0 5px;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    font-size: 14px;
    color: #004780 !important;
}

.openProfile {
    padding: 2px 10px;
    border-radius: 15px;
    margin-left: 10px;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
}

.openProfile:hover {
    background: rgba(221, 221, 221, 0.3);
    text-decoration: none;
    color: #000000;
}

.profile_avatar {
    width: 34px;
    height: 34px;
    margin-left: 10px;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
}

.profile_avatar img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar {
    width: 120px;
    height: 120px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: auto;
}

.avatar img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.btnSearch {
    width: 30px;
    height: 30px;
    border: 0;
    background: linear-gradient(134.05deg, #066CC2 16.67%, #00FFE0 116.69%);
    border-radius: 50%;
    line-height: 41px;
    margin-left: -30px;
    text-align: center;
}

a.btnSearch {
    margin-left: 0;
}

.btnSearch i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/photos/search_icon.png) no-repeat center center;
}

.inputSearch {
    font-size: 13px;
    border: 0;
    height: 30px;
    padding: 0 35px 0 15px;
    max-width: 180px;
    outline: none !important;
    box-shadow: none !important;
    background: #ECF0F1 !important;
    border-radius: 15px;
}

.bannerImage {
    position: relative;
    padding-top: 33.64%;
}

.bannerImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.bannerContent {
    position: relative;
    z-index: 1;
    padding: 30px 15px 40px;
    font-size: 13px;
    line-height: 150%;
}

.bannerContent h2 {
    font-size: 32px;
    line-height: 37px;
    text-transform: uppercase;
    color: #004780;
    margin-bottom: 20px;
}

#bannerSlider .carousel-indicators {
    display: inline-block;
    left: 50%;
    margin: 0;
    right: auto;
    bottom: 50px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

#bannerSlider .carousel-indicators li {
    width: 14px;
    height: 14px;
    background: #fff;
    border: 0;
    display: inline-block;
    border-radius: 50%;
    margin: 0 5px;
    border: 2px solid #FF5C00;
    opacity: 1;
}

#bannerSlider .carousel-indicators li.active {
    background: #FF5C00;
}

.bg_dark {
    background: #F2F5F5;
}

.title_section {
    font-size: 24px;
    line-height: 30px;
    color: #000000;
    margin-bottom: 20px;
    text-transform: uppercase;
}

span.time_d {
    font-weight: 300;
    font-size: 48px;
    line-height: 1;
    color: #2D3436;
    display: block;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

span.time_d:after {
    content: "";
    position: absolute;
    width: 1px;
    top: 7px;
    bottom: 7px;
    right: 0;
    background: #2D3436;
}

span.time_m {
    display: block;
    font-weight: bold;
    font-size: 12px;
    line-height: 120%;
    color: #2D3436;
}

span.time_y {
    font-weight: bold;
    font-size: 18px;
    line-height: 120%;
    color: #2D3436;
}

.exam_thumb {
    width: 30px;
    height: 30px;
    background: linear-gradient(134.05deg, #066CC2 16.67%, #00FFE0 116.69%);
    border-radius: 5px;
}

.exam_thumb.before {
    background: linear-gradient(134.05deg, #c20606 16.67%, #ffbc00 116.69%);
}

.exam_thumb.start {
    background: linear-gradient(134.05deg, #06c20c 16.67%, #e0fb03 116.69%);
}

.exam_thumb.default {
    background: #ddd;
}

.exam_thumb_list {
    list-style: none;
}

.exam_thumb_list li {
    padding: 2px 0;
    float: left;
    margin-right: 10px;
}

.exam_thumb_list li .exam_thumb {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.exam_info {
    line-height: 22px;
}

.exam_item {
    padding: 0 10px;
}

#examSlider1 {
    margin: 0 -10px;
}

.slide_content {
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px;
    margin: 15px 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.slide_content * {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.slide_content:hover {
    background: #004780;
    color: #fff;
}

.slide_content .exam_info * {
    color: #444;
}

.slide_content:hover .exam_info * {
    color: #fff;
}

.slide_content:hover h4,
.slide_content:hover span,
.slide_content:hover .exam_info i.fas + span {
    color: #fff;
}

p.label_i {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #B2BEC3;
    margin: 15px 0 5px;
}

.exam_info i.fas {
    color: #B2BEC3;
}

.exam_info i.fas + span {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    color: #2D3436;
    margin-left: 10px;
}

.exam_info h4 {
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #2D3436;
}

.owl-nav {
    position: absolute;
    right: 8px;
    top: -20px;
}

.owl-nav button {
    margin: 0 2px;
    outline: none;
}

.owl-nav button i {
    font-size: 20px;
}

.slide_content.style_2 span {
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    display: block;
    text-transform: uppercase;
    margin-top: 15px;
}

.slide_content.style_2 h4 {
    font-size: 20px;
    line-height: 150%;
    color: #2D3436;
    margin: 10px 0;
    height: 60px;
    overflow: hidden;
}

.slide_content.style_2:hover h4 {
    color: #fff;
}

.slide_content.style_3 {
    text-align: center;
}

.slide_content.style_3 > span {
    letter-spacing: 1em;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    display: block;
    margin-top: 15px;
}

.slide_content.style_3 h4 {
    font-size: 24px;
    line-height: 28px;
    color: #2D3436;
    align-items: center;
    height: 60px;
    display: flex;
    text-align: center;
    margin-top: 10px;
}

.slide_content.style_3 h4 span {
    display: block;
    text-align: center;
    width: 100%;
}

.attempt_sort {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
}

.attempt_sort h4 {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #004780;
    font-weight: bold;
    margin-bottom: 20px;
}

.attempt_sort table {
    width: 100%;
}

.avatar_circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.avatar_circle img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.attempt_sort thead {
    border-bottom: 1px solid #ddd;
}

.attempt_sort td {
    padding: 7px 10px;
    font-size: 13px;
}

.attempt_sort thead td {
    font-weight: bold;
    font-size: 14px;
}

.acount_info {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    position: absolute;
    right: 0;
    top: 100%;
    padding: 7px;
    z-index: 9999;
    display: none;
}

a.acount_info_item {
    color: #2D3436;
    display: block;
    min-width: 140px;
    padding: 10px;
    text-decoration: none;
}

a.acount_info_item:hover {
    color: #fff;
    background: #004780;
}

ol.breadcrumb {
    padding: 10px 0;
    margin-bottom: 0;
}

li.breadcrumb-item a {
    color: #ACACAC;
    font-size: 15px;
    line-height: 19px;
    text-decoration: none;
}

li.breadcrumb-item.active {
    color: #2D3436;
    font-weight: 500;
}

.single_main {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.single_content {
    padding: 20px 15px;
    line-height: 2em;
}

.btn_alert_exam {
    padding: 10px 30px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 10px;
    border-width: 2px;
    background: #fff !important;
    cursor: default;
}

.btn_alert_exam.btn-outline-success {
    color: #28a745 !important;
}

.btn_alert_exam.btn-outline-primary {
    color: #004780 !important;
}

ul.exam_info_list {
    list-style: none;
    margin-top: 20px;
}

label.label_i {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    color: #B2BEC3;
}

ul.exam_info_list li.item {
    margin-bottom: 10px;
}

.sidebar_content {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 380px;
}

.countdown_wrap {
    width: calc(100% - 125px);
}

.date_wrap {
    padding-right: 15px;
    margin-right: 15px;
    position: relative;
    text-align: left;
    width: 110px;
    padding-top: 5px;
}

.date_wrap span.label_my {
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    display: inline-block;
}

.date_wrap span.label_d {
    font-weight: bold;
    font-size: 80px;
    line-height: 80px;
    color: #2D3436;
}

.date_wrap:after {
    content: "";
    width: 1px;
    right: 0;
    top: 5px;
    bottom: 10px;
    background: #2D3436;
    position: absolute;
}

.countdown_wrap span.countdown span {
    background: #004780;
    display: inline-block;
    width: 38px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    padding: 5px;
}

.countdown_wrap span.countdown span i {
    font-size: 7px;
    line-height: 7px;
    color: #FFFFFF;
    font-style: normal;
    text-transform: uppercase;
    font-weight: 400;
    display: block;
}

.btn.btn-lg {
    padding: 15px 50px;
}

a {
    color: #004780;
}

.border-primary {
    border-color: #004780 !important;
}

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #004780;
    border-color: #004780;
}

.btn-outline-primary {
    color: #004780;
    border-color: #004780;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #004780;
    border-color: #004780;
}

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

.report_list .item.item_header .row > div {
    border-bottom: 0;
}

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

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

.pagination li a, .pagination li span {
    color: #2D3436;
    font-size: 14px;
    line-height: 1;
}

.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: #0056b3;
    color: #FFF;
    font-weight: bold;
    border-color: #0056b3;
}

.input_file {
    background-color: #a6c !important;
    color: #fff !important;
    border: 0;
    opacity: 1 !important;
    position: relative;
}

.input_file span {
    text-transform: uppercase;
    font-size: 13px;
}

.input_file input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.menu-user .btn {
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: normal;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
    opacity: 0;
    pointer-events: none;
}

.form-check-input[type=checkbox] + label, label.btn input[type=checkbox] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check-input[type=checkbox]:not(.filled-in) + label:after {
    border: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.form-check-input[type=checkbox] + label:before,
.form-check-input[type=checkbox]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #8a8a8a;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin-top: 3px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.form-check-input[type=checkbox]:checked + label:before {
    top: -4px;
    left: -5px;
    width: 12px;
    height: 1.375rem;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #4285f4;
    border-bottom: 2px solid #4285f4;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.form-check-input[type=radio]:checked + label,
.form-check-input[type=radio]:not(:checked) + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 1.5625rem;
    line-height: 1.5625rem;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-check-input[type=radio] + label:after,
.form-check-input[type=radio] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    -o-transition: .28s ease;
    transition: .28s ease;
}

.form-check-input[type=radio]:not(:checked) + label:after,
.form-check-input[type=radio]:not(:checked) + label:before {
    border: 2px solid #5a5a5a;
}

.form-check-input[type=radio].with-gap:checked + label:after,
.form-check-input[type=radio].with-gap:checked + label:before,
.form-check-input[type=radio]:checked + label:after,
.form-check-input[type=radio]:checked + label:before,
.form-check-input[type=radio]:not(:checked) + label:after,
.form-check-input[type=radio]:not(:checked) + label:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.form-check-input[type="radio"].with-gap:checked + label::after,
.form-check-input[type="radio"].with-gap:checked + label::before,
.form-check-input[type="radio"]:checked + label::after {
    border: 2px solid #FF3547;
}

.form-check-input[type="radio"].with-gap:checked + label::after,
.form-check-input[type="radio"]:checked + label::after {
    background-color: #FF3547;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    height: 38px;
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.info_site {
    color: #f1f1f1;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
}

.over_wrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    display: none;
}

.iconMenu {
    display: none;
}

.bannerContent p {
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 400px;
    line-height: 28px;
}

.school_hide {
    position: absolute !important;
    opacity: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    width: 0px !important;
}

.btn-md {
    padding: 10px 20px;
    font-size: 14px !important;
}

.table td, .table th {
    vertical-align: middle;
}

.list_subject i.fas {
    font-size: 50px;
    color: #6b3406;
}

.list_subject i.fas:hover {
    color: #3e1f05;
}

.list_subject h4 {
    font-size: 14px;
    margin-top: 10px;
    color: #333;
    font-weight: 700;
}

/*New*/
.container {
    padding-right: 12px;
    padding-left: 12px;
}

.row {
    margin-right: -12px;
    margin-left: -12px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 12px;
    padding-right: 12px;
}

body.attempt_page .waiting_page,
body.attempt_page .quiz_attempt_page {
    /*padding-bottom: 80px;*/
}

.widget {
    border: 1px solid #7CC8FF;
    border-radius: 4px;
    padding: 25px 25px 40px;
    margin-bottom: 26px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget_title {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    display: block;
    margin-bottom: 20px;
}

.widget_icon {
    margin-bottom: 30px;
    text-align: center;
}

.countdown_widget .waiting_countdown {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #FF3D3D;
    display: block;
}

.icon {
    width: 48px;
    height: 48px;
    display: inline-block;
    background-size: cover !important;
}

.widget_icon .icon {
    width: 72px;
    height: 72px;
}

.ic_account {
    background: url(../../images/ic_account.svg) no-repeat center center;
}

.ic_clock {
    background: url(../../images/ic_clock.svg) no-repeat center center;
}

ul.account_info {
    list-style: none;
}

ul.account_info li {
    width: 50%;
    float: left;
    padding-right: 10px;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 11px;
}

ul.account_info li:nth-child(2n) {
    font-weight: 700;
    padding: 0;
}

.text-medium {
    font-size: 15px;
    line-height: 18px;
}

.main_waiting {
    border: 1px solid #7CC8FF;
    border-radius: 4px;
    padding: 25px 25px 20px;
    height: 100%;
}

h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

ul.list_icon_text {
    list-style: none;
    margin-bottom: 0;
}

.main_waiting ul.list_icon_text {
    margin-bottom: 60px;
}

.ic_listening {
    background: url(../../images/ic_listening.svg) no-repeat center center;
}

.ic_reading {
    background: url(../../images/ic_reading.svg) no-repeat center center;
}

.ic_writing {
    background: url(../../images/ic_writing.svg) no-repeat center center;
}

.ic_speaking {
    background: url(../../images/ic_speaking.svg) no-repeat center center;
}

ul.list_icon_text li {
    display: flex;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

ul.list_icon_text .icon + .icon_text {
    padding-left: 15px;
}

ul.list_icon_text .icon_text p {
    margin: 0;
    line-height: 17px;
}

ul.list_icon_text .icon_text strong {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 2px;
    display: block;
}

.check_media {
    text-align: center;
    margin: 20px 0 30px;
}

.check_media i.fas {
    font-size: 28px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    background: #FF5C00;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

h4 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

ol {
    padding-left: 20px;
}

ol li {
    margin-bottom: 15px;
}

bdi {
    color: #FF5C00;
    font-weight: 700;
}

.widget_attempt {
    padding-top: 15px;
    position: fixed;
    max-width: 170px;
    width: 100%;
    bottom: 0;
    top: 0;
}

.sidebar_account strong {
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    display: block;
    margin-bottom: 5px;
}

.sidebar_account span {
    font-size: 12px;
    line-height: 15px;
    color: #0072BC;
}

.sidebar_account {
    min-height: 100px;
}

.info_attempt {
    margin-bottom: 16px;
}

.info_attempt span.title {
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #000000;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.info_attempt span.title i {
    font-size: 10px;
    font-style: normal;
    margin-left: 2px;
    display: none;
}

.not_part i {
    display: none !important;
}

.info_attempt span.count {
    color: #000;
    font-size: 13px;
    display: block;
    margin-bottom: 16px;
}

.info_attempt span.time {
    font-size: 24px;
    line-height: 28px;
    color: #0072BC;
    padding-left: 30px;
    display: block;
    background: url(../../images/ic_time.svg) no-repeat left center;
}

.direction_time {
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
}

.main_direction {
    padding-top: 5rem;
    max-width: 612px;
    margin: auto;
}

#quiz-attempt {
    position: relative;
}

.part_direction {
    border: 1px solid #828282;
    border-radius: 4px;
    padding: 21px;
    max-width: 590px;
    margin: 32px auto;
    text-align: justify;
    font-size: 15px;
    line-height: 20px;
    word-wrap: break-word;
}

.part_direction .ckeditor-html5-audio {
    position: fixed;
    left: 50%;
    top: 0;
    width: 100%;
    max-width: 1224px !important;
    transform: translateX(-50%);
    padding-left: 214px;
    z-index: 99999;
    height: 64px;
    display: none;
}

.part_direction .ckeditor-html5-audio:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 214px;
    background: #fff;
}

.part_direction .ckeditor-html5-audio audio {
    max-width: 100%;
}

.direction_content {
    word-wrap: break-word;
}

.part_direction .title {
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 21px;
}

.question_part .question_item {
    background: #F8F8F8;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 10px;
}

.q_multiplechoice > .question .revert {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: justify;
    color: #000000;
    position: relative;
    margin-bottom: 15px;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.q_multiplechoice > .question .revert-none {
    font-weight: normal !important;
}

.group_question_content .q_multiplechoice > .question .revert:before {
    content: "";
    width: 1px;
    height: 20px;
    background: #000;
    position: absolute;
    left: -10px;
}

a.toggle-flag {
    margin-top: 10px;
    display: block;
}

.custom-control-indicator {
    border: 1px solid #4F4F4F;
}

.attempt_status {
    display: block;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    padding: 10px;
    border: 1px solid;
    border-radius: 4px;
}

.question_group_item {
    background: #FFF;
    border-radius: 12px;
    padding: 20px;
    margin-top: 30px;
}

.group_question_title {
    height: calc(100vh - 240px);
    overflow: hidden;
    overflow-y: auto;
    overflow-wrap: anywhere;
    word-break: break-word
}

.group_question_content {
    height: calc(100vh - 240px);
    overflow: hidden;
    overflow-y: auto;
}

.group_question_title h3 {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    text-transform: inherit;
    margin: 0;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
}

.q_multiplechoice > h3 {
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    text-transform: inherit;
    margin: 0;
    position: relative;
}

.group_question_title h3 + div {
    font-size: 15px;
    line-height: 19px;
    color: #000000;
    text-align: justify;
}

.q_multiplechoice > .question {
    width: 100%;
}

.group_question_content .q_multiplechoice {
    display: block;
}

.group_question_content .q_multiplechoice > h3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 18px;
    font-weight: bold;
}

.group_question_content .q_multiplechoice > h3:after {
    opacity: 0;
}

.group_question_content .q_multiplechoice > .question {
    padding: 0;
}

.group_question_content .question_item {
    padding: 20px;
    margin-bottom: 35px;
}

.question_group_item.vertical_stype {
    background: transparent;
    padding: 0 10px;
}

.vertical_stype .group_question_title {
    height: inherit;
}

.vertical_stype .group_question_content .question_item {
    margin-bottom: 10px;
    padding: 20px;
}

.vertical_stype .group_question_content {
    height: inherit;
}

.section {
    padding: 30px 0;
}

.question_item.type_essay {
    padding: 0 0 0 20px;
    background: transparent;
    border-radius: 0;
    margin-top: 50px;
}

.question_item.type_essay .question .revert {
    background: #F8F8F8;
    border-radius: 12px;
    padding: 50px 15px 20px;
    overflow-y: auto;
}

.question_item.type_essay .question .revert a.toggle-flag {
    margin-bottom: 20px;
    display: block;
}

.question_item.type_essay .quiz-attempt-slot > h3 {
    font-size: 15px;
    line-height: 18px;
    text-transform: inherit;
    margin: 0;
    margin-bottom: -38px;
    position: relative;
    padding-right: 20px;
}

.question_item.type_essay .question .revert + div .ans_image_wrap_item {
    margin-top: 0;
    height: 100%;
    padding-top: 20px;
}

.question_item.type_essay .question .revert + div .ans_image_wrap_item > label {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    text-align: justify;
    color: #000000;
    margin-bottom: 18px;
}

.question_item.type_essay .question .revert + div .ans_image_wrap_item textarea {
    height: calc(100% - 35px);
    border: 1px solid #BDBDBD;
    border-radius: 4px;
}

.review_page .question_item.type_essay .question .revert + div .ans_image_wrap_item {
    height: auto;
}

.review_page .question_item.type_essay .question .revert + div .ans_image_wrap_item textarea {
    height: auto;
    min-height: 100px;
}

.feedback_label{
    overflow-wrap: anywhere;
    word-break: break-word;
}

.part_title {
    text-align: center;
    border-radius: 4px;
    margin: 0;
    font-size: 24px;
    line-height: 28px;
}

.part_title .title {
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    margin: 0;
}

.part_direction_content {
    margin-top: 20px;
}

.speaking_record {
    border-radius: 8px;
    padding: 15px 25px;
    margin-top: 30px;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
    max-width: 400px;
}

.speaking_record i.ic_record {
    width: 36px;
    height: 36px;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px;
    max-width: 36px;
    background-size: auto !important;
    border-radius: 50%;
    background: #0072BC url(../../images/ic_record.svg) no-repeat center center;
    position: relative;
}

.speaking_record i.ic_record.recording:after {
    content: "";
    width: 36px;
    height: 36px;
    position: absolute;
    left: 51%;
    top: 50%;
    border: 1px solid red;
    border-radius: 50%;
    animation: recording 1s ease-out infinite;
    transform: translate(-50%, -50%);
}

.speaking_record i.ic_record.recording {
    background-color: red;
}

@keyframes recording {
    0% {
        opacity: 0.0;
        width: 38px;
        height: 38px;
    }
    50% {
        opacity: 1.0;
        width: 42px;
        height: 42px;
    }
    100% {
        opacity: 0.0;
        width: 44px;
        height: 44px;
    }
}

.speaking_record .time {
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    text-align: right;
    font-weight: bold;
    color: #000;
}

.speaking_record .progress_bar {
    -ms-flex: 0 0 calc(100% - 106px);
    flex: 0 0 calc(100% - 106px);
    max-width: calc(100% - 106px);
    padding: 14px 30px;
}

.speaking_record .progress_bar span{
    display: none !important;
}

.speaking_record .progress_bar > span {
    position: relative;
    display: block;
    width: 100%;
    height: 8px;
    background: #C4C4C4;
}

.speaking_record .progress_bar > span span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #0072BC;
}

.attempt_part_wrap {
    position: relative;
}

.audio-player-custom {
    height: 64px;
    background: #fff;
    color: #000;
    overflow: hidden;
    box-shadow: -3px 6px 8px -4px rgb(0 0 0 / 10%);
    display: flex;
    z-index: 9999;
    display: none;
    width: 100%;
}

/*.attempt_quiz_file .audio-player-custom {
    width: calc(100% - 296px);
    position: absolute;
}*/

.audio_name {
    width: 215px;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    padding: 23px 10px 0 25px;
    display: none;
}

.audio-player-custom .controls {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    padding: 0 20px;
}

.audio-player-custom .timeline .progress {
    background: #0072BC;
    width: 0%;
    height: 100%;
    transition: 0.25s;
    border-radius: 0;
}

.audio-player-custom .controls .play-container {
    -ms-flex: 0 0 57px;
    flex: 0 0 57px;
    max-width: 57px;
    justify-content: left;
    display: flex;
    align-items: center;
}

.audio-player-custom .controls .volume-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.audio-player-custom .controls .time > * {
    padding: 2px;
}

.audio-player-custom .controls .volume-container {
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.audio-player-custom .controls .volume-container .volume-button {
    height: 26px;
    display: flex;
    align-items: center;
}

.audio-player-custom .controls .toggle-play {
    color: #0072BC;
    font-size: 36px;
}

.audio-player-custom .controls .toggle-play.pause {
    background: url(../../images/sound_play.png) no-repeat center center;
}

.audio-player-custom .controls .toggle-play.pause:before {
    content: "\f28b";
    opacity: 0;
}

.recording .fa-microphone:before {
    content: "\f28d";
}

.audio-player-custom .controls .time {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.audio-player-custom .controls .time * {
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
}

.audio-player-custom .timeline {
    width: 100%;
    position: relative;
    cursor: pointer;
    margin-top: 7px;
}

.mindmap_box {
    width: 100%;
    height: 300px;
    position: relative;
    text-align: center;
}

.mindmap_box .item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 200px;
    min-height: 50px;
    background: #D5DCE6;
    border-radius: 10px;
    font-size: 16px;
    z-index: 1;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.mindmap_box .item.first {
    position: absolute;
    width: 150px;
    min-height: 80px;
    background: #C4C4C4;
    border-radius: 15px;
    font-size: 20px;
    font-weight: 700;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.mindmap_box .item.last {
    position: absolute;
    top: 50%;
    left: calc(50% + 120px);
    transform: translateY(-50%);
}

.mindmap_box .item.item_1 {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: calc(50% + 80px);
}

.mindmap_box .item.item_2 {
    position: absolute;
    right: calc(50% + 120px);
    top: 50%;
    transform: translateY(-50%);
}

.mindmap_box .item.item_3 {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: calc(50% + 80px);
}

.mindmap_box .item.item_1:before {
    content: "";
    width: 2px;
    height: 50px;
    position: absolute;
    background: #C4C4C4;
    top: 100%;
    left: 50%;
    margin-left: -1px;
}

.mindmap_box .item.item_2:before {
    content: "";
    width: 50%;
    height: 2px;
    position: absolute;
    background: #C4C4C4;
    top: 50%;
    left: 100%;
    margin-top: -1px;
}

.mindmap_box .item.item_3:before {
    content: "";
    width: 2px;
    height: 50px;
    position: absolute;
    background: #C4C4C4;
    bottom: 100%;
    left: 50%;
    margin-left: -1px;
}

.mindmap_box .item.last:before {
    content: "";
    width: 50%;
    height: 2px;
    position: absolute;
    background: #C4C4C4;
    top: 50%;
    right: 100%;
    margin-top: -1px;
}

/*.mindmap_item.mindmap_item_2 {
    display: none;
}*/

.mindmap_item.mindmap_item_2.view_mm {
    display: block;
}

.notifi_popup {
    position: fixed;
    max-width: 545px;
    width: 100%;
    background: #fff;
    top: 50%;
    left: 50%;
    z-index: 9999999;
    transform: translate(-50%, -50%);
    border-radius: 10px 10px 8px 8px;
}

.notifi_popup_wrap, .notifi_finish_wrap {
    display: none;
}

.hide_popup .popup_wrap {
    display: none;
}

.open_popup .notifi_popup_wrap {
    display: block;
}


.open_popup .popup_wrap {
    display: block !important;
}

.popup_over {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #555;
    z-index: 99999;
}

/*.notifi_finish_wrap.section_finish {
    display: block;
}*/

.notifi_finish_wrap .popup_over {
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.7);
}

.notifi_finish_wrap .notifi_popup {
    z-index: 999999999;
}

.popup_content:after {
    content: "";
    display: table;
    clear: both;
}

.popup_header {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    padding: 16px 20px 14px;
    background: #0072BC;
    color: #fff;
    border-radius: 8px 8px 0 0;
    position: relative;
}

.close_popup,
.btn_close_popup {
    border: 0;
    background: transparent;
    color: #fff;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    outline: none;
}

.popup_main {
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
}

.custom_audio audio {
    display: none;
}

.custom_audio .time, .custom_audio .volume-container {
    display: none;
}

.controls_audio .timeline {
    background: #C4C4C4;
    height: 4px;
}

.controls_audio .timeline .progress {
    height: 4px;
    background: #FF5C00;
    border-radius: 0;
}

.custom_audio .timeline {
    max-width: 130px;
    margin: auto;
}

.custom_audio .play-container {
    margin-bottom: 32px;
}

.controls_audio .toggle-play.pause:before {
    content: "\f04c";
}

.controls_audio .toggle-play {
    cursor: pointer;
}

.test_mic audio {
    display: none;
}

.test_mic .controls_audio {
    display: none;
    margin-top: 32px;
    max-width: 180px;
    margin: 32px auto 0;
}

.test_mic_record .time {
    display: none;
}

.test_mic_record .progress_bar > span {
    position: relative;
    display: block;
    width: 100%;
    height: 4px;
    background: #C4C4C4;
    max-width: 180px;
    margin: 32px auto 0;
}

.test_mic_record .progress_bar > span span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: #FF5C00;
}

.test_mic .play-container .toggle-play {
    pointer-events: none;
    opacity: 0.6;
}

.test_mic .play-container .toggle-play.pause:before {
    content: "\f28b";
}

.test_mic.has_record .play-container .toggle-play {
    pointer-events: all;
    opacity: 1;
}

.test_mic.has_record .test_mic_record {
    display: none;
}

.test_mic.has_record .controls_audio {
    display: block;
}

.test_mic .controls_audio .time,
.test_mic .controls_audio .volume-container {
    display: none;
}

.btn_test_mic {
    margin-right: 30px;
}

.waiting_time {
    display: block;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #FF3D3D;
}

.background_page {
    min-height: 100vh;
    background: linear-gradient(
            180deg, #D3FFE5 0%, #B6FFFB 100%);
}

.login_box {
    max-width: 800px;
    width: 100%;
    padding: 0 15px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#login_form {
    max-width: 700px;
    margin: auto;
}

.login_box .login_content {
    padding: 26px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
    border-radius: 16px;
}

.login_box img.logo {
    height: auto;
    max-width: 140px;
}

#login_form h2 {
    color: #0072BC;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin: 25px 0 15px;
    text-transform: uppercase;
}

#login_form p {
    color: #000000;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 45px;
}

.form-group {
    position: relative;
    margin-bottom: 10px;
}

.form-control {
    height: 40px;
    border: 1px solid #828282;
    border-radius: 4px;
    padding: 0 10px 0 44px;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F;
}

.form-group .ic_input {
    color: #828282;
    font-size: 18px;
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -9px;
    z-index: 9;
}

#login_form .btn-primary {
    margin-top: 18px;
}

.form-control.error {
    border-color: #FF3D3D;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

textarea.form-control {
    padding: 10px;
    line-height: 1.4;
}

.attempt_section_item {
    display: none;
}

.nav_part_item {
    display: none;
}

.nav_part_item.active {
    display: block;
}

.attempt_part_item {
    display: none;
}

.attempt_part_item.active {
    display: block;
}

.part_wrap .part_item a {
    pointer-events: none;
    opacity: 0.8;
    font-weight: 600;
}

.part_wrap .part_item a.view {
    opacity: 1;
}

.sections_page_wrap .section_item.move .part_item a {
    pointer-events: all;
}

.trial_attempt .sections_page_wrap .section_item.move .part_item a,
.trial_attempt .sections_page_wrap .section_item.active .part_item a,
.trial_attempt .sections_page_wrap .section_item.success .part_item a {
    pointer-events: all;
}

.cursor_pointer{
    cursor: pointer;
}

.question_item.type_speaking,
.question_item.type_speaking_mindmap {
    position: relative;
    padding-bottom: 110px;
}
/*
.question_item.type_speaking .speaking_record,
.question_item.type_speaking_mindmap .speaking_record {
    position: absolute;
    bottom: 20px;
    left: 16px;
    right: 16px;
    margin: 0;
}*/

.nav_section_item {
    display: none;
}

.nav_section_item.active {
    display: block;
}

.direction_show .attempt_part_wrap {
    display: none;
}

.direction_show .nav_part_item {
    display: none;
}

.attempt_section_wrap {
    max-width: 650px;
    padding: 100px 15px;
    margin: auto;
    display: none;
}

.direction_show .attempt_section_wrap {
    display: block;
}

.attempt_section_wrap h3.section_title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: capitalize;
    font-weight: normal;
    color: #000000;
}

.direction_time {
    display: none;
}

.direction_show .direction_time {
    display: block;
}

.direction_show .attempt_countdown {
    display: none !important;
}

.attempt_countdown.red {
    color: red !important;
}

.direction_show .quiz-attempt-footer {
    display: none;
}

.review_page .attempt_part_item {
    display: block;
}

.custom-checkbox .custom-control-indicator::after {
    background-color: #2F80ED;
}

.custom-radio .custom-control-indicator::after {
    background-color: #2F80ED;
}

.custom-controls-stacked .custom-control {
    position: relative;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.review_page .group-question .custom-controls-stacked .custom-control {
    margin-left: 30px;
}

.ic_answer {
    width: 24px;
    height: 24px;
    display: block;
    line-height: 24px;
    text-align: center;
    color: #219653;
    border-radius: 50%;
    position: absolute;
    left: -36px;
    top: 2px;
    font-size: 13px;
}

.ic_answer.fa-times {
    color: #FF3D3D;
}

.review_page .nav_part_item {
    display: block;
}

.quiz-nav-button.answered, .quiz-nav-button.right {
    background-color: #0072BC;
    color: #ffffff;
    border-color: #0072BC;
}

.quiz-nav-button.single_right {
    background-color: #ffc107;
    color: #ffffff;
    border-color: #ffc107;
}

.quiz-nav-button.flagged {
    background-color: #fab005;
    border: 0;
    color: #ffffff;
}

.review_page .nav_part_item h3 {
    padding-top: 10px;
    margin: 15px 0;
    border-top: 1px solid #ccc;
    font-size: 18px;
}

.nav_part_wrap {
    overflow-y: auto;
    height: calc(100vh - 250px);
}

.review_page .nav_part_wrap {
    height: calc(100vh - 130px);
    padding-bottom: 20px;
}

.review_page .nav_part_item h4 {
    font-weight: normal;
}

.quiz-nav-button.right.success {
    background-color: #40c057;
    color: #ffffff;
    border-color: #40c057;
}

.progress-ring__circle {
    transition: 0.35s stroke-dashoffset;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

.grade_box {
    position: relative;
    width: 188px;
    height: 188px;
}

.grade_box:before {
    border: 10px solid #D5DCE6;
    border-radius: 100%;
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    bottom: 5px;
    right: 5px;
    display: block;
}

svg.progress-ring {
    position: relative;
}

.attempt_result {
    padding: 30px;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: flex;
}

.result_grade {
    width: 188px;
    text-align: center;
    float: left;
}

.result_grade strong {
    font-size: 16px;
    line-height: 18px;
    color: #0072BC;
}

.grade_box span.grade {
    color: #0072BC;
    font-weight: bold;
    font-size: 80px;
    line-height: 121px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

p {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 20px;
}

span.color_box {
    font-size: 16px;
    line-height: 19px;
    margin-right: 22px;
    color: #000000;
    padding-left: 34px;
    position: relative;
}

span.color_box.success {
    color: #219653;
}

span.color_box.check {
    color: #007bff;
}

span.color_box.wrong {
    color: #FF3D3D;
}

span.color_box.need {
    color: #FF813A;
}

span.color_box:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 22px;
    left: 0;
    border: 1px solid;
    border-radius: 4px;
    top: -2px;
}

span.color_box.check:before {
    background: #007bff;
}

span.color_box.success:before {
    background: #219653;
}

span.color_box.wrong:before {
    background: #FF3D3D;
}

span.color_box.need:before {
    background: #ddd;
    border-color: #ddd;
}

.attempt_result ul {
    margin: 0;
    list-style: none;
    margin-top: 30px;
}

.attempt_result li span.color_box {
    padding: 0;
}

.attempt_result li span.color_box:before {
    opacity: 0;
}

.attempt_result li {
    margin-bottom: 13px;
}

.attempt_result li span:first-child {
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    width: 80px;
    display: inline-block;
    padding-right: 10px;
}

.attempt_result li span + span {
    min-width: 100px;
    display: inline-block;
}

.review_page .part_direction {
    margin-top: 30px !important;
}

.direction_show .navigation_bar {
    display: none;
}

.notifi_start_attempt_wrap .popup_over {
    background: #333;
}

.notifi_start_attempt_wrap.close {
    display: none;
}

.qa_border {
    padding: 15px 5px;
    font-style: italic;
    word-wrap: break-word;
    border: 1px solid;
}

.card-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.post_thumb {
    position: relative;
    padding-top: 100%;
}

.post_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post_info {
    padding: 9px 13px 13px;
    font-size: 14px;
    line-height: 22px;
    color: #4F4F4F;
}

.post_info h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #0072BC;
    margin-bottom: 2px;
}

.post_info p {
    margin: 0;
}

.post_info bdi {
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
}

.post_item_content {
    box-shadow: 2px 2px 8px rgb(0 0 0 / 25%);
    border-radius: 4px;
    border-radius: 4px;
}

.btn_refresher {
    padding: 4px 10px;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    text-transform: uppercase;
}

.loadding {
    position: relative;
    cursor: not-allowed !important;
    display: inline-block;
}

.loadding:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.5);
    z-index: 1;
}

.loadding:after {
    content: "\f110";
    font-weight: 900;
    font-size: 14px;
    line-height: 1;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
    z-index: 2;
    margin-left: -7px;
    margin-top: -7px;
    -webkit-animation-name: loadding;
    -webkit-animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-name: loadding;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes loadding {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(36deg);
    }
    20% {
        transform: rotate(72deg);
    }
    30% {
        transform: rotate(108deg);
    }
    40% {
        transform: rotate(144deg);
    }
    50% {
        transform: rotate(180deg);
    }
    60% {
        transform: rotate(216deg);
    }
    70% {
        transform: rotate(252deg);
    }
    80% {
        transform: rotate(288deg);
    }
    90% {
        transform: rotate(324deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.post_list .owl-item .post_item {
    padding: 12px;
}

.result_wrap {
    background: #FFFFFF;
    border: 1px solid #7CC8FF;
    border-radius: 4px;
    padding: 25px 15px;
    margin: 40px auto;
    width: 100%;
}

.result_title {
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 8px;
}

.result_head {
    margin-bottom: 15px;
}

.tb_head .col, .result_data .col {
    padding: 14px 15px;
}

.tb_head {
    background: linear-gradient(
            96.77deg, #0072BC 3.86%, #00CAD7 100%);
    border-radius: 4px;
}

.tb_head span {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
}

.result_data {
    max-height: 400px;
    overflow-y: auto;
    width: calc(100% - 188px);
    padding-left: 80px;
}

.result_body .result_data {
    width: 100%;
    padding: 0 !important;
}

.ic_web {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #4F4F4F;
}

.ic_home {
    -webkit-mask: url(../../images/ic_home.svg) no-repeat center center;
    mask: url(../../images/ic_home.svg) no-repeat center center;
}

.ic_thunder {
    -webkit-mask: url(../../images/ic_thunder.svg) no-repeat center center;
    mask: url(../../images/ic_thunder.svg) no-repeat center center;
}

.ic_graduation {
    -webkit-mask: url(../../images/ic_graduation.svg) no-repeat center center;
    mask: url(../../images/ic_graduation.svg) no-repeat center center;
}

.ic_medal {
    -webkit-mask: url(../../images/ic_medal.svg) no-repeat center center;
    mask: url(../../images/ic_medal.svg) no-repeat center center;
}

.ic_fund {
    -webkit-mask: url(../../images/ic_fund.svg) no-repeat center center;
    mask: url(../../images/ic_fund.svg) no-repeat center center;
}

.nav_menu .nav-item a.nav-link {
    position: relative;
    padding: 15px 25px 15px 31px !important;
    font-weight: normal;
    line-height: 16px;
    text-transform: none !important;
    color: #4F4F4F !important;
    font-size: 14px;
}

.nav_menu .nav-item a.nav-link .ic_web {
    position: absolute;
    left: 0;
    top: 11px;
}

.header_menu nav.nav_menu {
    border: 0 !important;
    padding: 0px 1rem;
}

.nav_menu .nav-item.active a.nav-link {
    font-weight: bold;
    color: #0072BC !important;
}

.nav_menu .nav-item.active a.nav-link:after {
    content: "";
    height: 4px;
    background: #0072BC;
    position: absolute;
    left: 0;
    right: 22px;
    bottom: 0px;
}

.nav_menu .nav-item:hover a.nav-link {
    color: #0072BC !important;
}

.nav_menu .nav-item.active a.nav-link .ic_web,
.nav_menu .nav-item:hover a.nav-link .ic_web {
    background-color: #0072BC;
}

.header_main {
    padding: 20px 0 13px;
    border-bottom: 1px solid #D5DCE6;
}

.mobile_menu nav.nav_menu {
    padding: 0 1rem;
}

.fund_user {
    font-weight: bold;
    font-size: 14px;
    line-height: 38px;
    color: #FF5C00;
    height: 38px;
    position: relative;
    padding-left: 30px;
    margin-left: 25px;
}

.fund_user .ic_fund {
    background-color: #FF5C00;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
}

.btn_pay {
    background: #FFFFFF;
    border: 1px solid #FF5C00;
    border-radius: 4px;
    color: #FF5C00;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 25px;
    display: inline-block;
    font-weight: bold;
}

.btn_target_contact {
    background: #0072BC;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF !important;
    padding: 15px;
    width: 180px;
    display: inline-block;
}

.footer_top .widget {
    border: 0;
    padding: 0;
}

.footer_top .widget .widget_title {
    text-align: left;
}

.footer_top a {
    color: #000;
}

ul.work_time {
    list-style: none;
}

ul.work_time li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 7px;
}

ul.work_time li span {
    width: 150px;
    display: inline-block;
}

.back_to_top {
    position: fixed;
    bottom: 60px;
    right: 30px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    color: #000;
    border: 2px solid #000;
    border-radius: 50%;
    box-shadow: 2px 2px 8px rgb(0 0 0 / 25%);
    background: #fff;
}

.back_to_top:hover {
    color: #fff;
    background: #000;
}

span.grade_waiting {
    width: 100%;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 26px;
    font-weight: bold;
    color: #0072BC;
}

.toggle-flag .fa-flag {
    font-size: 18px;
}

.toggle-flag.flagged .fa-flag {
    color: #fab005;
}

.quiz-attempt-page .btn, .pagination_wrap .btn {
    padding: 5px !important;
    font-size: 14px;
}

.start_recording .overlay,
.start_play_audio .overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
    z-index: 99999;
}

.start_recording i,
.start_play_audio i {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999;
    color: red;
    font-size: 22px;
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid red;
    padding: 44px 0;
    background: #fff;
    cursor: pointer;
    transform: translate(-50%, -50%);
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
}

.start_recording.open,
.start_play_audio.open {
    display: block !important;
}

.start_recording span,
.start_play_audio span {
    content: "";
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid red;
    border-radius: 50%;
    animation: audio_wait 1s ease-out infinite;
    transform: translate(-50%, -50%);
}

@keyframes audio_wait {
    0% {
        opacity: 0.0;
        width: 120px;
        height: 120px;
    }
    50% {
        opacity: 1.0;
        width: 140px;
        height: 140px;
    }
    100% {
        opacity: 0.0;
        width: 160px;
        height: 160px;
    }
}

.select-exam-id span#select2-exam_id-container {
    padding-left: 44px;
}

.btn {
    border-radius: 4px;
}

.submit_fail.show {
    display: inline-block !important;
}

.submit_fail + label#ext_required {
    display: block !important;
}

.submit_fail.show + label#ext_required {
    display: none !important;
}

.pause_attempt_popup {
    display: none;
}

.pause_attempt_popup.pause_attempt {
    display: block;
}

.custom-control-description p {
    display: inline-block;
    margin: 0;
}

.reading-paragraph *, .reading-paragraph .attempt_question_content * {
    font-size: 15px !important;
    color: #333 !important;
    line-height: 22px;
}

.qf_section_item:after {
    content: "";
    display: table;
    clear: both;
}

.qf_quiz_answer {
    width: 300px;
    float: right;
    height: calc(100vh - 50px);
    padding: 20px 10px;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.qf_quiz_answer .custom-controls-stacked label.custom-control + br {
    display: none;
}

.qf_view_file {
    width: calc(100% - 320px);
    float: left;
    height: calc(100vh - 50px);
    position: relative;
}

.qf_quiz_answer h3 {
    margin-left: -10px;
    margin-right: -10px;
    padding: 0 10px 10px;
    border-bottom: 1px solid #ccc;
}

.qf_section_title {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}

.qf_part_title {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
}

.ans_matching .item {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.ans_matching .item > .title {
    display: block;
    width: 60px;
    line-height: 38px;
    float: left;
}

.ans_matching .item > div.cont {
    width: calc(100% - 60px);
    display: inline-block;
}

.qf_slots .custom-controls-stacked {
    flex-wrap: wrap;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
}

.ans_filtext {
    display: flex;
}

.ans_filtext label {
    margin: 3px 0 0 0;
    min-width: 100px;
    font-size: 13px;
    font-weight: bold;
}

input.filtext_type,
input.shortanswer_type {
    border: 0 !important;
    border-bottom: 1px dashed #828282 !important;
    height: 20px;
    padding: 0 5px !important;
    outline: none !important;
    box-shadow: none !important;
}

input.shortanswer_type {
    border-bottom: 1px solid #828282 !important;
}

.qf_section_item {
    display: none;
}

.qf_section_item.active {
    display: block;
}

.attempt_quiz_file .quiz-attempt-footer .part_wrap {
    display: none;
}

.quiz_file_page {
    padding: 0 !important;
    margin: 0;
}

.quiz-attempt-footer .left {
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
}

.quiz-attempt-footer .right {
    -ms-flex: 0 0 calc(100% - 180px);
    flex: 0 0 calc(100% - 180px);
    max-width: calc(100% - 180px);
}

.quiz-attempt-footer .content {
    max-width: 100%;
    margin: inherit;
    padding-left: 10px;
    padding-right: 10px;
}

.end_preview {
    max-width: 500px;
    margin: 200px auto;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.main_login {
    position: relative;
    height: 100vh;
    background: #fff;
    overflow: hidden;
}

.main_login .bg_img {
    position: absolute;
    left: 0;
    top: 0;
    height: calc(100vh - 50px) !important;
}

.main_login .form_box_wrap {
    top: calc(50% - 60px);
    left: auto;
    right: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    box-shadow: none;
}

.banner_login {
    background: url(/photos/banner_login.png) no-repeat;
    max-width: 940px;
    width: 100%;
    background-size: contain;
    background-position: 50% 33%;
    margin: 0 auto 50px;
    height: calc(100vh - 50px);
    position: relative;
    overflow: hidden;
}

.form_box_wrap {
    max-width: 400px;
    width: 94%;
    background: linear-gradient(177.98deg, #066CC2 63.29%, #00FFE0 139.44%);
    border-radius: 20px;
    vertical-align: bottom;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    padding: 40px 0px;
}

.form_content_wrap {
    overflow-y: auto;
    max-height: calc(100vh - 160px);
    position: relative;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 1);
}

.form_content_wrap::-webkit-scrollbar {
    width: 6px;
}

.form_content_wrap::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
}

.form_content_wrap::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
}

.form_box_wrap.form_box_register {
    max-width: 600px;
}

.form_content {
    padding: 0px 20px;
}

.form_box_wrap.form_box_register .form_content {
    padding: 0px 30px;
}

form#form_login,
form#forgot_password {
    max-width: 280px;
    margin: auto;
}

.form_header {
    margin: 20px 0;
}

.form_box_wrap label {
    font-size: 13px;
}

.form_box_wrap .form-control {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    border: 1px solid #fff !important;
    color: #fff;
}

.btn.btn_white {
    background: #FFFFFF;
    border-radius: 10px;
    color: #076CC3;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding: 13px 40px;
    width: 180px;
}

.abcRioButtonContents {
    position: absolute;
    left: 55px;
    font-weight: bold !important;
    color: #076CC3;
    text-transform: uppercase;
}

.form_box_wrap .select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid #fff;
    border-radius: 10px;
}

.form_box_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0 .75rem;
}

.form_box_wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff;
    font-size: 14px;
    margin-top: -1px;
    display: block;
}

.form_box_wrap .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent;
}

.form_box_wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
}

.g-recaptcha > div {
    max-width: 300px !important;
    width: 100% !important;
    margin: auto;
}

.g-recaptcha > div iframe {
    width: 100%;
}

.login_img1 {
    position: absolute;
    width: 110px;
    height: 200px;
    left: -67px;
    bottom: -40px;
    background: url("/photos/login_image1.png") no-repeat;
    background-size: contain;
}

.login_img2 {
    position: absolute;
    width: 90px;
    height: 192px;
    right: -67px;
    bottom: -40px;
    background: url("/photos/login_image2.png") no-repeat;
    background-size: contain;
}

.regis_img1 {
    position: absolute;
    width: 150px;
    height: 158px;
    left: -120px;
    bottom: -40px;
    background: url("/photos/regis_img1.png") no-repeat;
    background-size: contain;
}

.regis_img2 {
    position: absolute;
    width: 160px;
    height: 164px;
    right: -130px;
    bottom: -40px;
    background: url("/photos/regis_img2.png") no-repeat;
    background-size: contain;
}

.school_hide {
    position: absolute !important;
    opacity: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    width: 0px !important;
}

.form-login-new {
    padding: 26px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 25%);
    border-radius: 16px;
}

.form-login-new p {
    font-size: 14px;
}

.form-login-new h2 {
    color: #0072BC !important;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin: 25px 0 15px;
    text-transform: uppercase;
}

.form-group {
    position: relative;
    margin-bottom: 10px;
}

.form-login-new .form-control {
    height: 40px;
    border: 1px solid #828282 !important;
    border-radius: 4px;
    padding: 0 10px 0 44px;
    font-size: 14px;
    line-height: 17px;
    color: #4F4F4F !important;
}

.form-login-new .form-group .ic_input {
    color: #828282;
    font-size: 18px;
    position: absolute;
    left: 13px;
    top: 45%;
    margin-top: -9px;
}

.btn-login, #btnForgotPass {
    color: #fff !important;
    background-color: #0062cc !important;
    border-color: #005cbf !important;
    padding: 10px 20px !important;
}

form#form_login, form#forgot_password {
    max-width: 100% !important;
}

.forgot-pass {
    text-align: center;
}

.forgot-pass a {
    text-decoration: none;
    font-style: italic;
}

.invalid-feedback {
    color: red !important;
    font-style: italic;
    margin-bottom: .5rem;
    font-weight: normal !important;
}

.login_copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 52px;
    background: #1062ae;
    color: #fff;
    padding-left: 450px;
}

.login_copyright ul {
    list-style: none;
}

.login_copyright ul li {
    float: left;
    font-size: 22px;
    margin-right: 100px;
    line-height: 52px;
}

.login_copyright ul li i {
    font-size: 25px;
    margin-right: 5px;
}

.login_copyright ul li:last-child {
    margin-right: 0;
}

.login_copyright:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 350px;
    z-index: 1;
    background: #f7941f;
}

.login_copyright:after {
    content: "";
    position: absolute;
    left: 350px;
    top: 0;
    bottom: 0;
    z-index: 1;
    border: 20px solid #f7941f;
    border-right: 12px solid transparent;
    border-bottom: 32px solid transparent;
}

.btn_resize {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 8px;
    line-height: 30px;
    text-align: center;
}

.btn_resize i:before {
    content: "\f065";
}

.answer_sheet_resize .btn_resize i:before {
    content: "\f066";
}

.answer_sheet_resize .qf_view_file {
    width: 60%;
}

.answer_sheet_resize .qf_quiz_answer {
    width: 40%;
}

.popup_attempt_success .popup_over {
    background: rgb(85 85 85 / 50%);
}

.qf_view_file:after {
    content: "";
    background: #323639;
    width: 130px;
    height: 59px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 15%;
}

.form-login-new .form-control.error {
    border-color: #FF3D3D !important;
}

.waiting_noti {
    max-width: 500px;
    margin: 10px auto;
    text-align: center;
    padding: 30px 15px;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    background: #FF5C00;
    box-shadow: 0px 0px 10px 0px #ff5c00;
}

.refresh_site {
    margin-top: 30px;
    text-transform: uppercase;
}

.waiting_noti .out_show {
    display: none;
}

.waiting_noti.show_timeout .out_show {
    display: block;
}

.waiting_noti.show_timeout .in_show {
    display: none;
}

.msg_load_attempt {
    line-height: 35px;
    font-size: 20px;
}

.btn_sm {
    font-size: 13px;
    padding: 5px 10px;
}

textarea.form-control.quiz-attempt-input.filtext_type,
textarea.form-control.quiz-attempt-input.shortanswer_type {
    height: 50px;
}

.package_list .item {
    margin-bottom: 30px;
}

.package_main .ic_thumb {
    font-size: 100px;
    color: #777;
}

.package_main .info h4 {
    font-size: 16px;
    color: #0072BC;
    font-weight: bold;
    margin-bottom: 8px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.package_main .info .des {
     margin-bottom: 8px;
     font-size: 14px;
     line-height: 22px;
     color: #4F4F4F;
     height: 44px;
     overflow: hidden;
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
 }

.package_main .info .price {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #FF5C00;
}

.package_main .ic_thumb:hover:before {
    content: "\f07c";
}

.package_main .ic_thumb:hover {
    color: #03468f;
}

.disabled {
    opacity: 0.7;
    pointer-events: none;
}

.right_answer label {
    font-weight: bold;
}

.right_answer_content {
    padding: 10px;
    border: 2px solid #28a745 !important;
    border-radius: 4px;
    overflow-wrap: anywhere;
    word-break: break-word;
    margin-bottom: 10px;
}

.question_index .question {
    padding-left: 0px;
}

.speaking_record {
    padding: 15px 0;
}

.speaking_record .progress_bar {
    padding: 14px 5px 14px 10px;
}

/*Pagination*/

.paginationjs-pages ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.pagination-ajax,
#pagination-ajax {
    float: right;
    position: relative;
}

div.pagination-ajax.disabled:after,
#pagination-ajax.disabled:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 9;
}

div.pagination-ajax i,
div#pagination-ajax i {
    position: absolute;
    left: -25px;
    top: 50%;
    margin-top: -7px;
    display: none;
    -webkit-animation-name: example;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

i.icon_ajax_load,
i.ajax_loadding {
    display: none;
    -webkit-animation-name: example;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite;
    /* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes example {
    0% {
        transform: rotate(0deg);
    }
    10% {
        transform: rotate(36deg);
    }
    20% {
        transform: rotate(72deg);
    }
    30% {
        transform: rotate(108deg);
    }
    40% {
        transform: rotate(144deg);
    }
    50% {
        transform: rotate(180deg);
    }
    60% {
        transform: rotate(216deg);
    }
    70% {
        transform: rotate(252deg);
    }
    80% {
        transform: rotate(288deg);
    }
    90% {
        transform: rotate(324deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

i.icon_success {
    position: absolute;
    margin-left: 5px;
    font-size: 20px;
    color: #2b982b;
    opacity: 0;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

i.icon_success.load {
    opacity: 1;
}

div.pagination-ajax i.active,
div#pagination-ajax i.active {
    display: inline-block;
}

i.icon_ajax_load.active {
    display: inline-block;
}

.paginationjs .paginationjs-pages li {
    float: left;
    border: 1px solid #aaa;
    border-right: none;
    list-style: none;
    margin-bottom: 5px;
}

.paginationjs .paginationjs-pages li:first-child,
.paginationjs .paginationjs-pages li:first-child > a {
    border-radius: 3px 0 0 3px;
}

.paginationjs .paginationjs-pages li > a {
    min-width: 30px;
    height: 28px;
    line-height: 28px;
    display: block;
    background: #fff;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    text-align: center;
    padding: 0 5px;
}

.paginationjs .paginationjs-pages li:last-child > a {
    border-radius: 0 3px 3px 0;
}

.paginationjs .paginationjs-pages li:last-child {
    border-right: 1px solid #aaa;
    border-radius: 0 3px 3px 0;
}

.paginationjs .paginationjs-pages li.active {
    border: none;
}

.paginationjs .paginationjs-pages li.active > a {
    height: 30px;
    line-height: 30px;
    background: #aaa;
    color: #fff;
}

.trial_submit_wrap {
    position: fixed;
    bottom: 10px;
    width: 170px;
    text-align: center;
    left: 0;
}


/*End Pagination*/

.btn-group-sm > .btn, .btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-default {
    padding: 0 10px;
}

.q_multiplechoice > .question .revert * {
    font-size: 15px !important;
    color: #333 !important;
    line-height: 22px;
}

.trial_attempt .sections_page_wrap {
    max-width: calc(100% - 150px);
}

.package_thumb {
    padding-top: 58.16%;
    position: relative;
    margin-bottom: 15px;
}

.package_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.package_thumb.child img {
    object-fit: contain;
}

.package_thumb.child {
    padding-top: 40%;
}

.trial-begin {
    display: block;
    width: 156px;
    height: 32px;
    background: #828282;
    border-radius: 2px;
    margin: 20px auto 0;
    line-height: 32px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.trial_child_page .container {
    max-width: 1100px !important;
}

.package_detail_info .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.package_detail_info .content {
    font-size: 16px;
}

.package_detail_info .price {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    color: #FF5C00;
}

.trial-buy {
    width: 156px;
    height: 32px;
    background: #FF3D3D;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 25px;
}

.action {
    display: flex;
    margin: 30px 0 60px;
}

.is_buy .trial-buy {
    cursor: inherit;
    background: #219653;
}

.is_buy .trial-begin {
    background: #0072BC;
}

.section_title_wrap {
    padding: 20px;
}

.section_title_wrap .title {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.criteria_grade {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.criteria_grade .item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding: 0 10px;
}

.criteria_grade input.form-control {
    padding: 0 10px;
}

.criteria_feedback {
    padding: 15px;
    margin-top: 20px;
    border: 1px solid #ffc107;
    border-radius: 4px;
}

.criteria_question_wrap {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 30px 12px 0 !important;
}

.criteria_default input.form-control {
    padding: 10px;
    max-width: 100px;
}

.qf_quiz_answer .criteria_question_wrap {
    padding: 0px 0 10px !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}

.qf_quiz_answer .criteria_question_wrap h3 {
    border: 0;
    margin-bottom: 0;
}

.qf_quiz_answer .criteria_grade {
    display: block !important;
}

.qf_quiz_answer .criteria_grade .item {
    margin-bottom: 10px;
}

.trial_attempt .attempt_quiz_file .quiz-attempt-footer .part_wrap {
    display: block;
}

.trial_attempt .attempt_quiz_file .quiz-attempt-footer .part_wrap .part_item {
    display: none;
}

.trial_attempt .attempt_quiz_file .quiz-attempt-footer .part_wrap .part_item:nth-child(1) {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    height: 26px;
    width: 100% !important;
    z-index: 999;
}

.trial_attempt .attempt_quiz_file .quiz-attempt-footer .part_wrap .part_item:nth-child(1) a {
    background: transparent;
    opacity: 0;
}

.trial-extend {
    width: 156px;
    height: 32px;
    background: #FF3D3D;
    border-radius: 2px;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-left: 5px;
}

.trial_grade_total {
    padding: 10px 15px;
    margin: 10px 0;
    border: 2px solid #28a745;
}

.trial_grade_total .grade {
    font-weight: bold;
    font-size: 20px;
}

.trial_grade_total .grade strong {
    color: #28a745;
}

.essay_anser_title {
    display: flex;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}

.question_content_editer {
    overflow-y: auto;
    height: calc(100% - 51px);
}

.part_title > span {
    font-size: 70%;
    font-weight: 500;
}

.btn_show_password {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    z-index: 9;
    line-height: 40px;
}

input[type="text"] + .btn_show_password:before{
    content: "\f070";
}

.audio_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.audio-player-custom-wrap{
    padding-left: 170px;
}

.audio_relative .audio-player-custom-wrap {
    padding: 0;
}

.audio_relative .audio-player-custom {
    box-shadow: 2px 2px 10px 2px rgb(0 0 0 / 10%);
}

.msg_countdown span i {
    font-size: 10px;
    font-style: inherit;
}

#select2-sex-container, #select2-type-container, #select2-level-container {
    padding-left: 42px;
}
.required {
    color: #FF3D3D;
    position: absolute;
    top: 0;
    right: 0;
    padding: 9px 20px 9px 9px;
}

.input-field-date, .select-field-info {
    padding: 9px 44px 9px 44px !important;
}

.page-loader-wrapper {
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    overflow: hidden;
    text-align: center;
}

.page-loader-wrapper .loader {
    position: relative;
    top: calc(50% - 30px);
}

.preloader {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-animation: container-rotate 1568ms linear infinite;
    -moz-animation: container-rotate 1568ms linear infinite;
    -o-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes container-rotate {
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
}

@keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
    }
    25% {
        transform: rotate(270deg);
    }
    37.5% {
        transform: rotate(405deg);
    }
    50% {
        transform: rotate(540deg);
    }
    62.5% {
        transform: rotate(675deg);
    }
    75% {
        transform: rotate(810deg);
    }
    87.5% {
        transform: rotate(945deg);
    }
    to {
        transform: rotate(1080deg);
    }
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@keyframes left-spin {
    from {
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -o-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@-moz-keyframes right-spin {
    from {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

@keyframes right-spin {
    from {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -o-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -moz-transform: rotate(-130deg);
        -ms-transform: rotate(-130deg);
        -o-transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

.page-loader-wrapper p {
    font-size: 13px;
    margin-top: 10px;
    color: #444;
}

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    border-color: #F44336;
    -ms-opacity: 1;
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.spinner-layer.pl-red {
    border-color: #F44336;
}

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    -moz-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    -o-transform: rotate(129deg);
    transform: rotate(129deg);
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -moz-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    -o-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.page-loader-wrapper .right {
    float: right !important;
}

.page-loader-wrapper.loadded{
    display: none;
}

.loader_content {
    position: relative;
    width: 50px;
    height: 50%;
    margin: auto;
}

.loader_content .percent {
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.loader_content .percent .strong {
    font-weight: 600;
    margin-right: 2px;
}

.type_matching .question {
    margin: 0 -15px;
}

.type_matching .question:after {
    content: "";
    display: table;
    clear: both;
}

.question-matching {
    width: 70%;
    float: left;
    padding: 10px 15px;
}

.answer-matching {
    width: 30%;
    float: left;
    padding: 10px 15px;
}

.question_part {
    padding-bottom: 50px;
}

.print_user_info {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}

.printDiv .sidebar_attempt {
    display: none;
}

.printDiv .quiz_attempt_page .main_attempt {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-left: 0;
}

.printDiv .group_question_title, .printDiv .group_question_content {
    height: auto;
    overflow: inherit;
}

.waveform_controls {
    display: flex;
    margin: 20px 0;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.waveform_controls .controls {
    margin-right: 10px;
}

.waveform_controls .time {
    display: flex;
}

.waveform_controls .time > div {
    margin: 0 2px;
}

.onPlaySound.playing {
    background: #e03131;
    border-color: #e03131;
}

select + .select2-container {
    width: 100% !important;
}

table[align="center"] {
    margin: auto;
}

input.form-control.quiz-attempt-input {
    padding: 0 10px;
}

.custom-control .answer_name {
    float: left;
    margin-right: 10px;
}

.custom-control:after {
    content: "";
    display: table;
    clear: both;
}

.custom-control-description {
    display: flex;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.custom-control-description .num {
    min-width: 25px;
}

.ddtoimage-background > img{
    width: 100%;
}

.drop .display .text, .drag .display .text {
    padding: 0px 10px;
    display: block;
    height: 30px;
    line-height: 30px;
}

.drop .display,
.drag .display,
.drop .label {
    height: 30px;
    line-height: 30px;
}

.display.img {
    width: 50px;
    position: relative;
}

.display.img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.review_page .drop_wrap .drop {
    min-width: 50px;
    padding: 0 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.review_page .drop_wrap .drop span.label {
    display: none;
}

.review_page .drop_wrap .drop .display span.text, .review_page .drop_wrap .drop .display {
    height: 26px;
    line-height: 26px;
}

.review_question .drag, .review_question .drop {
    min-width: 50px;
    text-align: center;
}

.drop .display img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}