.exercise-manual-content .question-category {
    height: 100%;
    padding-bottom: 0;
    overflow: auto;
}

.exercise-manual-content .question-category .item-content .content {
    width: 100%;
}

.content-frame {
    max-width: 100% !important;
}

@media (max-width: 768px) {
    .CircleAndChooseAnswer .circleAndChooseAnswer-exam .listImage {
        grid-row-gap: 10px;
        display: grid;
    }

    .CircleAndChooseAnswer .circleAndChooseAnswer-exam .choiceWord.clearfix {
        padding-left: 10px;
    }

    .question-category .item-content .title.text-bold {
        word-break: break-word;
    }
}

@media (max-width: 425px) {
    .exam-detail-page .question-label {
        float: none !important;
        width: auto !important;
        text-align: left !important;
        position: relative !important;
    }

    .exam-detail-page .questionContent-wrapper {
        margin-left: 0 !important;
    }

    .item-content .col-md-9 {
        padding-left: 0;
    }

    .questionContent-wrapper {
        margin-left: 0 !important;
    }

    .exam-detail-page .question-category {
        padding: 0;
    }

    .circleAndChooseAnswer-exam .listImage {
        display: grid;
        grid-row-gap: 10px;
    }

    .circleAndChooseAnswer-exam .col-md-9 {
        padding-left: 10px;
    }

    .MultipleChoice .mutipleChoice .col-md-9, .ReadAndAnswerQuestion .choice-info .col-md-9 {
        padding-left: 0;
    }

    .ReadAndAnswerQuestion .choice-info .col-md-9 .radio {
        padding-left: 20px;
    }

    .MultipleChoice .mutipleChoice .col-md-9 .mutipleChoice-info-val label {
        width: 75%;
    }

    .MultipleChoice .mutipleChoice .mutipleChoice-info {
        padding-left: 0;
    }

    .OnlyTrueFalseNew .onlyTrueFalse label {
        margin-left: 0;
    }
}

/* Style mới */
.content-right .loadContent-learn {
    height: auto !important;
}

.time-countdown {
    text-align: center;
    margin-bottom: 20px;
}

.time-countdown .clock {
    height: 40px;
    display: block;
    font-size: 25px;
}

.doExam-exercise-manual .checkExaming {
    max-height: 540px;
    overflow: auto;
}

.question-label .col-item-label {
    padding: 3px;
    display: inline-block;
}

.question-label .col-item-label > a {
    padding: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
}

.doExam-exercise-manual .action-submit {
    width: 200px;
    margin: 10px auto;
}

.action-submit .tp-btn {
    border-radius: 3px;
    font-size: 16px;
    text-transform: initial;
}

.question-label .title-sidebar {
    font-size: 16px;
}

@media (min-width: 545px) {
    .exam-detail-page .question-label {
        float: left;
        width: 240px;
        text-align: left;
        position: fixed;
    }
}

.tp-btn {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    width: 100%;
    border: none;
}

.exam-detail-page .questionContent-wrapper {
    margin-left: 240px;
    overflow: hidden;
    border-left: 1px solid #ddd;
}

.exam-detail-page .examDetailInfo {
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.exam-detail-page .examDetailInfo .doExamTitle {
    font-size: 23px;
}

.exam-detail-page .examDetailInfo-content .user-exam {
    display: block !important;
}

.exam-detail-page .doMyExam {
    clear: both;
}

.exam-detail-page .question-category {
    background: #fff;
    padding: 0 20px 20px;
}

.exam-detail-page .question-category li {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.exam-detail-page .questionContent-wrapper .question-category .item-block {
    position: relative;
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-color: #fcfcfc;
}

.exam-detail-page .question-category .checkbox-examing {
    float: right;
    margin-left: 10px;
}

.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}

.exam-detail-page .question-category .item-index {
    font-weight: bold;
    min-width: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    background-color: #14928e;
    border-radius: 50%;
    color: #fff;
    margin-right: 12px;
    margin-top: 5px;
}

.exam-detail-page .question-category .item-content {
    overflow: hidden;
    font-size: 14px;
}

.checkExaming .btn-active {
    background-color: #3b7bbe;
    border-color: #3b7bbe;
    color: #fff;
}

.doExam-exercise-manual .checkExaming::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
    opacity: 0;
}

.doExam-exercise-manual .checkExaming::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.doExam-exercise-manual .checkExaming:hover::-webkit-scrollbar {
    background-color: #ccc;
}

.doExam-exercise-manual .checkExaming:hover::-webkit-scrollbar-thumb {
    background-color: #999;
}

@media (max-width: 1024px) and (min-width: 768px) {
    .doExam-exercise-manual .checkExaming {
        max-height: 395px;
        overflow: auto;
    }
}

@media (min-width: 1025px) {
    .doExam-exercise-manual .checkExaming {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        max-height: 100%;
    }
}

@media (max-width: 767px) {
    .doExam-exercise-manual .checkExaming {
        max-height: 70px;
        overflow: auto;
    }

    .doExam-exercise-manual .time-countdown {
        display: inline-block;
        margin-bottom: 5px;
    }

    .doExam-exercise-manual .question > .text-center {
        text-align: left;
    }

    .exam-detail-page .action-submit {
        margin-top: 5px;
        margin-bottom: 0;
    }

    #backToTop > span {
        display: none;
    }
}

.question-category .title-cate {
    background-color: #0891DB;
    padding: 8px 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
}

.question-category .multi-choice .choice-top {
    background-color: #f1f1f1;
    padding: 5px;
    margin-bottom: 10px;
}

.multi-choice.active {
    font-weight: bold;
}

.multi-choice.active .choice-top {
    position: relative;
}

.multi-choice.active .choice-top::before {
    content: "";
    background: url("{skin('check.png')}");
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background-size: 100%;
    left: -20px;
    top: 5px;
}

@media (max-width: 1024px) and (min-width: 767px) {
    .doExercise .action-exam-mobile {
        bottom: 16px !important;
    }
}

.doExam-exercise-manual .checkAnswer {
    display: none !important;
}

.time-down {
    position: fixed;
    top: 40%;
    transform: translateY(-40%);
    right: 15px;
}

span.word {
    cursor: pointer;
}

.OnlyTrueFalseNew .onlyTrueFalse label {

    margin-top: 0;
    margin-bottom: 0;
}

.OnlyTrueFalseNew .onlyTrueFalse label input {
    height: 14px;
}

@media (max-width: 543px) {
    .exam-detail-page .question-category .item-content {
        overflow: inherit;
    }
}

.btn-filled {
    background-color: #fe7a3d;
    color: #fff;
    border: 1px solid #fe7a3d;
}

@media (max-width: 768px) {
    .question-category .item-block .d-flex {
        display: flex !important;
    }
}

.results-markExam {
    padding-left: 0;
}

.courseResult {
    background-color: #fff;
}

.courseResult .panel-quiz-content {
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.courseResult .panel-quiz-content .panel-body {
    padding: 0;
}

.courseResult .question-category .item-block {
    position: relative;
    background-image: url("/Common/images/Study/bg_gd_courseware.png");
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
    padding: 10px;
}

.courseResult .question-category .info {
    font-weight: bold;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 24px;
    line-height: 40px;
    background-color: #14928e;
    border-radius: 50%;
    color: #fff;
    margin-right: 12px;
}

.courseResult .question-category .content {
    width: 100%;
    padding: 0 !important;
}

.courseResult .question-category li .question_text {
    padding-top: 10px;
}

.normal-markExam {
    margin-top: 10px;
    padding: 10px;
    background-color: #fcfcfc;
    border: 1px solid #ddd;
}

.normal-markExam .results {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

.normal-markExam .results-note {
    font-size: 24px;
    color: #515151;
    float: left;
    padding-right: 15px;
}

.normal-markExam .quiz-score {
    font-size: 40px;
    float: left;
}

.normal-markExam .quiz-score > span {
    color: #fe7a3d;
}

.normal-markExam .other-info {
    display: inline-block;
    text-align: left;
}

.normal-markExam .other-info > li {
    margin-bottom: 5px;
}

.normal-markExam .oi-title {
    display: inline-block;
    padding-right: 10px;
}

.normal-markExam .ot-detail {
    display: inline-block;
}

@media (max-width: 543px) {
    .choice .content .row {
        margin-right: 0;
        margin-left: 0;
    }
}

.quiz-review .question-category li .question_text {
    font-weight: normal !important;
    overflow: auto;
}

.knowledges, .knowledges-ul li.other {
    display: none;
}

.knowledges.active, .knowledges-ul.active li.other {
    display: block !important;
}

.courseResultPDF .list-inline > li {
    padding-bottom: 5px;
}

.onlyTrueFalse .answer-code.highlight.true {
    background-color: #8dbb2f;
    border: #8dbb2f;
    color: #fff;
}

.exercise-manual-content .question-category .question_anwsew.row {
    margin-right: 0;
    margin-left: 0;
}