body {
    font-family: "Be Vietnam Pro";
    background: white!important;
}
.breadcrumb-area {
    padding: 5px;
    background-image: url(/assets/imgs/thpt/breadcrumb_bg.png);
}
.container_section{
    display: flex;
    width: 1600px;
    max-width: 1600px;
    margin: auto;
}
.section-banner {
  background-image: url(/assets/imgs/thpt/banner_chonde.png);
  display: flex;
  padding: 15px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  justify-content: center;
  align-items: center;
}
.section-banner .banner-title {
    width: 70%;
    padding-right: 50px;
    text-align: center;
}
.section-banner img {
    width: 155px;
}
.container.section-content {
    display: flex;
    padding: 18px 10px;
}
.content-left {
    width: 70%;
}
.content-left .header {
    display: flex;
    justify-content: space-between;
}
.content-left .header .left {
    /*position: relative;*/
}
.content-left .header .left .text {
    color: #212121;
    font-weight: 600;
}
.content-left .header .left img {
    position: absolute;
    bottom: 10px;
    width: 70px;
    right: -73px;
}
.content-left .header .left .type {
    /*position: absolute;*/
    white-space: nowrap;
    right: -45px;
    bottom: -2px;
    font-size: 14px;
    text-align: center;
    background: #1D6CE2;
    min-width: 60px;
    padding: 3px 16px;
    border-radius: 25px;
    color: white;
}
.content-left .header .warning {
    color: #C4C4C4;
    font-size: 13px;
}
.content-left .header .warning i {
    font-size: 13px;
    margin-right: 5px;
}
.content-left .header .warning {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 102, 9, 1);
    cursor: pointer;
}
.content-left .header .warning svg{
    margin-top: -2px;
}
.course-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #C4C4C4;
}
.course-item .content .text {
    padding: 12px 0;
}
.course-item .content .graph {
    padding: 20px;
}
.course-item .content .answer-item {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
.course-item .content .answer-item span:first-child {
    background-color: #E3E3E3;
    padding: 3px 8.5px;
    border-radius: 50%;
    margin-right: 15px;
}
.course-item .content .answer-item.selected span:first-child {
    background-color: #FF873E;
    color: #fff;
}
.course-item .bottom {
    width: 100%;
    text-align: right;
}
.course-item .bottom .number {
    font-weight: 600;
}
.course-item .bottom .save {
    color: #C4C4C4;
}
.course-item .bottom .save i {
    font-size: 11px;
    margin-left: 5px;
}
.text-orange {
    color: #FF8236;
}
.text-green {
    color: #73BF44;
}
.text-white {
    color: #fff;
}
.text-bold {
    font-weight: 600;
}
.text-blue-green {
    color: #2CA9E2;
}
.button-area {
    text-align: center;
    padding: 15px 0;
}
.button-area button.nopbai {
    background-color: #297ED2;
    box-shadow: 0px 1px 2px 1px rgba(72, 172, 251, 0.96);
    border-radius: 5px;
    border: navajowhite;
    color: #fff;
    font-weight: 600;
    padding: 3px 20px;
}
.content-right {
    width: 25%;
    position: relative;
}
.right-header {
    color: #252525;
    padding: 3px 10px;
    background: #5FAFFF;
    box-shadow: 0px 2px 4px #D8DDE6;
    border-radius: 5px;
    position: sticky;
    top: 10px;
}
.header-item {
    display: flex;
    justify-content: space-between;
    padding: 3px 10px 0 10px;
}
.header-item span:first-child {
    flex-grow: 1;
}
.header-item span:last-child {
    width: 80px;
    padding-left: 15px;
}
.content-header {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    border-radius: 10px 10px 0px 0px;
    background: #FEC7AB;
    width: 100%;
    padding: 12px;
    text-align: center;
    margin: 3px 0 8px 0;
    box-shadow: 0px 2px 4px #D8DDE6;
    border-radius: 5px 5px 0px 0px;
}
.right-content {
    background: #FFFFFF;
    /* box-shadow: 0px 2px 4px #D8DDE6; */
    border-radius: 5px;
    position: sticky;
    /* margin-top: 60px; */
}
.mt-60 {
    margin-top: 60px;
}
.right-content .item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*justify-content: space-around;*/
    padding: 10px;
    text-align: center;
}
.right-content .item span {
    /*background-color: #E3E3E3;*/
    /*padding: 3px 7px;*/
    border-radius: 50%;
    /*margin-right: 15px;*/
}
.right-content .item span:last-child {
    margin: 0;
}
.right-content .item span.selected {
    background-color: #FF873E;
    color: #fff;
}
.right-content .item span.number-small {
    /*padding: 3px 11px;*/
    padding: 12px 12px;
    width: 42px;
    margin: 4px;
    display: inline-block;
}
/* BienVH */
.wrong-a {
    background-color: #ec0b1b;
    color: white;
    position: relative;
}
.selected-a {
    background-color: #FF9800 !important;
    color: white;
}
.correct-a {
    background-color: #84c530;
    color: white;
}

.c-a {
    background-color: #8a8a8a;
    color: white;
}
.init-a {
    background-color: #E3E3E3;
    color: black;
}
div.answer .btn-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
label.label-btn-group {
    width: 100%;
    max-width: 100%;
    display: flex;
    margin-bottom: 0px;
    gap: 12px;
    align-items: center;
}
.mjx-chtml.MathJax_CHTML {
    font-size: inherit!important;
}
.content-answer {
    font-weight: normal;
    font-size: 16px !important;
}
.onechoiceselected-thpt {
    /*border: solid 10px #FF9800!important;*/
    background: #FF9800;
}
.no-choice-answer {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    /*margin-right: 10px;*/
    /*padding-top: 10px;*/
    display: inline-block;
    text-align: center;
    border: unset;
}
label.label-btn-group:first-child {
    margin-bottom: 0px;
}
.right-content .item.row {
    margin-right: 14px;
    margin-left: 14px;
}
.bottom-content {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
}

.bottom-content button:first-child {
    background: #FFFFFF;
    border: 1px solid #FF660A;
    border-radius: 5px;
    width: 120px;
    padding: 3px 0;
}

.bottom-content button:last-child {
    background: #FFFFFF;
    border: 1px solid #04689A;
    border-radius: 5px;
    color: #04689A;
    padding: 3px 0;
    width: 165px;
}
.greating.text-orange {
    font-size: 22px;
    line-height: 37px;
    text-align: left;
    /* text-transform: uppercase; */
}
hr.greating-hr {
    border-top: 1px solid #445975;
    width: 500px;
}
.detail-score {
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-score-item {
    padding: 0 20px;
    margin: 10px 0;
    border-right: 1px solid #236AB0;
}
.detail-score-item button.text-orange {
    background-color: #fff;
    padding: 3px 0;
    width: 120px;
    border: 0.5px solid #FF660A;
    border-radius: 5px;
    margin-bottom: 8px;
}
.detail-score-item .score.text-blue {
    text-align: center;
}
.text-blue {
    color: #445975;
}
.weight-600 {
    font-weight: 600;
}
.text-red {
    color: #FF0000;
}
.detail-score-item:last-child {
    border: none;
}
.detail-score-des {
    color: #596A7D;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #445975;
    line-height: 28px;
}
.list-button {
    text-align: right;
}
.list-button button:first-child {
    color: #FF660A;
    border: 1px solid #FF660A;
    border-radius: 5px;
    padding: 5px;
    width: 160px;
}
.list-button button:last-child {
    background: #FF660A;
    border-radius: 5px;
    border: none;
    color: #fff;
    padding: 5px;
    width: 160px;
    margin-left: 10px;
}
.top-score .top-title.text-blue.weight-600 {
    margin: 5px 0;
}
.top-score .top-content {
    display: flex;
    justify-content: center;
    background: #E9F4FF;
    border: 1px solid #596A7D;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    padding: 18px 10px;
}
.top-score .top-item:first-child {
    padding-left: 0;
    border: none;
}
.top-score .top-item {
    width: 33.33%;
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-left: 1px solid #236AB0;
}
.top-score .top-item img {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin-right: 6px;
}
.top-score .bottom-text {
    margin: 25px 0;
    color: #04689A;
    font-weight: bold;
}
.top-score .bottom-text span {
    font-weight: normal;
}
.status.text-green {
    text-align: left;
}
.right-header .result.text-red {
    font-weight: bold;
}
.right-header .result.text-red .number {
    font-size: 1.5em;
}
.result-number {
    padding-top: 8px;
    overflow: auto;
}
.result-number .result-item {
    float: left;
    width: 50%;
    margin-top: 3px;
}
.result-number .result-item i {
    margin-right: 5px;
}

.right-header.text-blue {
    background: #FFFFFF;
    border: 1px solid #FF873E;
    box-shadow: 0px 2px 4px #D8DDE6;
    border-radius: 5px;
    padding: 12px 20px;
}
/*.bottom-content .left, .bottom-content .right {*/
/*    display: inline;*/
/*}*/
/*.bottom-content .right {*/
/*    float: right;*/
/*}*/

.comment-area {
    border: 1px solid #F0F0F0;
    box-shadow: 0px 2px 4px #D8DDE6;
    padding: 20px 15px;
    background: #F0F4FB;
    border-radius: 5px;
}
.dapan-top i {
    float: right;
}
.write-comment {
    display: flex;
    align-items: end;
}
.write-comment img {
    border-radius: 50%;
}
.write-comment .right {
    flex: 1;
    padding: 0 20px;
    width: 20%;
    display: flex;
}
.write-comment textarea {
    width: 100%;
    background: #F1F1F1;
    border: 0.5px solid #C4C4C4;
    border-radius: 5px;
    font-size: 13px;
    padding: 6px;
}
.write-comment button {
    float: right;
    border: 0.5px solid #ff660aa3;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 3px 20px;
    color: #76829C;
    font-weight: 400;
    height: 35px;
    margin-left: 20px;
    background-color: #FFFFFF;
}
.list-comment {
    overflow-y: auto;
    max-height: 415px;
}
.conment-item {
    border-bottom: 0.5px solid #C4C4C4;
    padding: 8px 0;
    margin: 8px 0;
    color: #5D5D5D;
    font-size: 14px;
}
.conment-item .title-area {
    display: flex;
    justify-content: space-between;
}
.conment-item .title-area .name {
    display: flex;
}
.conment-item .title-area img {
    margin-right: 8px;
    border-radius: 50%;
}
.conment-item .title-area .item-title {
    font-weight: 600;
}
.conment-item .comment-content {
    padding: 8px 0;
}
.conment-item .comment-bottom {
    display: flex;
    justify-content: space-between;
}
.list-btn-area {
    text-align: right;
    background: #04689A;
    padding: 12px;
    margin-bottom: 20px;
}
.list-btn-area button {
    background: #FFFFFF;
    border: 1px solid #FF660A;
    border-radius: 5px;
    color: #FF660A;
    height: 35px;
    padding: 0 15px;
    margin-right: 8px;
    outline: none;
}
.list-btn-area button:first-child {
    background: #FF9800;
    color: #fff;
    margin-right: 20px;
}
.right-content .item.row .number-small a {
    color: black;
}

.content-right .content {
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
}
.MJXc-TeX-main-R{
    /* font-family: "Be Vietnam Pro"; */
    /* font-family: Quicksand, sans-serif !important; */
}
.mjx-char MJXc-TeX-math-I {
    /* font-family: "Be Vietnam Pro"; */
    /* font-family: Quicksand, sans-serif !important; */
}
.container_statics .title { 
    display: flex;
    align-items: center;
    justify-content: space-between; 
}
.container_statics .title span {
    color: rgba(0, 0, 0, 0.87);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.container_statics .title .btn_history {
    color: rgba(255, 102, 9, 1);
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    font-weight: 500;
    font-size: 20px;
}
.container_statics .container_table{
    background: #FF660914;
    min-height: 300px;
    padding: 16px 0px;
    border-radius: 8px;
    margin-bottom: 16px;
    margin-top: 24px;
}
.container_statics .container_table .container_point {
    /* padding: 0px 30px; */
  display: flex;
  padding-bottom: 12px;
  border-bottom: 1px solid #FFE6D6;
  position: relative;
  align-items: center;

}
.container_statics div{
    align-items: center;
    justify-content: space-between;
}
.container_statics div span:first-child{
    font-size: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    gap: 8px;
    align-items: center;
    cursor: pointer;
}
.container_statics div span:last-child{
    font-size: 20px;
    font-weight: 700;
    color: rgba(255, 102, 9, 1);
    gap: 8px;
    align-items: center;
    cursor: pointer;
}
.container_statics .list_history .container_table {
    min-height: fit-content;
}

.container_statics .container_table .container_point .title_point{
    color: var(--Body-text-color, #191919);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin:auto 0;
    padding: 8px 30px;
    background: linear-gradient(90deg, #FBC593 22.46%, rgba(255, 255, 255, 0.00) 97.64%);
    min-width: 200px;
   
}
.container_statics .container_table .container_point  .point{
     position: absolute;
     left: 50%;
    color: var(--Body-text-color, #191919);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    
}
.container_statics .container_table .container_point  .point span{
  
    color: #00B578;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /
}

.container_statics .container_table .container_static_question{
    margin-top: 12px;
  padding: 0px 30px;
  display: flex;
  justify-content: space-between;
}
.container_statics .container_table .container_static_question .title_question{
    color: var(--Gray-1, #333);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.text-black {
    color: var(--Body-text-color, #191919);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px
}
.text-success {
    color: var(--Theme-Success, #00B578);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}
.container_statics .container_table .container_dgnl .title_dgnl{
    margin-top: 12px;
    color: var(--Body-text-color, #191919);

    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    padding: 8px 30px;
    position: relative;
    z-index: 1000;

}
.container_statics .container_table .container_dgnl .table_dgnl{
 margin-top: 12px;
 padding:0px 30px ;
}
.container_statics .container_table .container_dgnl .table_dgnl .container_header_table{
    padding: 0px 0px 0px 16px;
    display: flex;
    background: rgba(248, 74, 0, 0.20);
    color: var(--Body-text-color, #191919);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    border-bottom: 1px solid rgba(218, 99, 26, 0.08);
    border-top: 1px solid rgba(218, 99, 26, 0.08);
   }
   .container_statics .container_table .container_dgnl .table_dgnl .container_item_table{
    padding: 0px 0px 0px 16px;
    display: flex;
    background: white;
    color: var(--Gray-1, #333);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    border-bottom: 1px solid rgba(218, 99, 26, 0.08);
    border-top: 1px solid rgba(218, 99, 26, 0.08);
   }
 .container_statics .container_table .container_dgnl .table_dgnl .header_table_item{
   padding: 8px;
   border-left: 1px solid rgba(218, 99, 26, 0.08);
   width: 120px;
   }
   .content_question{
    box-shadow: 0px 2px 4px #D8DDE6;
   }
   .btn_redo{
    border-radius: 4px;
    background: #FF6609;
    padding: 8px 20px;
    text-align: center;
    color: white;
    border: 1px;
   }
.bg_linear{
    background: linear-gradient(90deg, #FBC593 22.46%, rgba(255, 255, 255, 0.00) 97.64%);
    width: 200px;
    position: absolute;
    height: 100%;
    top:0;
}
.relative {
    position: relative;
}
.header_table_first{
  
    width: 45%;
    padding: 8px 0px;
}
.w-45{
    width: 45%!important;
}
.flex{
    display: flex;
}
.items-center{
    align-items: center;
}
.justify-center{
    justify-content: center;
}
.mt-4{
    margin-top: 16px;
}
.text-danger{
    color: #FF3141;
}
.text-green{
    color: #00B578;
}
@media (max-width: 768px) {
    .header_table_first {
        /* max-width: 75px; */
        width: 115px ;
     }
    .container.section-content {
        padding: 10px;
    }
    .section-banner {
        display: flex;
        flex-direction: column;
        background-size: cover;
    }
    .section-banner .banner-title {
        padding: 10px 0;
    }
    .section-content {
        flex-direction: column;
    }
    .section-content .content-left {
        width: 100%;
    }
    .section-content .content-right {
        width: 100%;
        padding: 0;
    }
    .left-bottom button.back {
        margin-bottom: 10px;
    }
    .content-right .content {
        position: relative;
        width: 100%;
        min-height: 825px;
    }
    .right-content .item.row  {
        display: flex;
        flex-flow: row wrap;
    }
    .right-content .item.row a {
        text-decoration: none !important;
        margin: 4px;
        flex: 0 1 calc(20% - 8px);
        margin-bottom: 10px;
        height: 53px;
    }
    .right-content .item span.number-small {
        width: 42px;
        height: 42px;
        display: inline-block;
        padding: 8px;
    }
    .number-small.col-md-2 {
        margin-right: 0;
        margin-left: 0;
    }
    label.label-btn-group {
        width: 100%;
    }
    label.label-btn-group:first-child {
        margin-bottom: 5px;
    }
    .course-item .content .text img {
        max-width: 100% !important;
    }
    .container_statics .container_table .container_static_question{
        padding: 0px;
    }
}

.text-red {
    color: red;
    font-size: 16px;
}

/* #de-thi .content img {
    width: 100%!important;
    height: auto!important;
} */
.input__text--free_text{
    width: 250px;
    height: auto;
    border-radius: 4px;
    border: solid 1px #D5D5D5;
    /*background-color: #f0f0f0;*/
    padding: 5px;
    font-size: 14px;
    margin-bottom: 15px;
    white-space: normal;
    padding: 8px 12px;

}
.content.content_dethi {
    padding-left: 0;
    padding-right: 0;
}
#time_submit_result {
    position: relative;
    width: 100%;
    height: 1px;
    background: rgba(0, 0, 0, 0.12);
    margin: 47px auto;
    max-width: 1170px;
   
}

#time_submit_result span{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    text-align: center;
    margin-bottom: 28px;
    background: white;
    padding: 10px;
}
.content_dethi img {
    max-width: 100%;
}
.main-text {
    font-size: 16px;
    line-height: 24px;
}

.custom_radio_button {
    width: 32px;
    height: 32px;
    min-width: 32px;
    border: 2px solid #D9D9D9;
    background-color: #E9E9E9;
    border-radius: 99999px;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_radio_button .correct-check-icon, .custom_radio_button .error-check-icon {
    display: none;
    max-width: 100%;
}

.custom_radio_button.selected .correct-check-icon {
    display: block;
}

.custom_radio_button.selected-error .error-check-icon {
    display: block;
}

.custom_radio_button.selected-correct .correct-check-icon {
    display: block;
}

.custom_radio_button.selected-error .error-check-icon {
    display: block;
}

.custom_radio_button.selected-correct, .custom_radio_button.not-selected-correct {
    border: 2px solid #30D158;
    background-color: rgba(48, 209, 88, 0.30);
}

.custom_radio_button.selected-error {
    border: 2px solid #FF453A;
    background-color: rgba(255, 69, 58, 0.30);
}

.custom_radio_button.not-selected-correct {
    border: 2px solid #30D158;
    background-color: rgba(48, 209, 88, 0.30);
}

.answer {
    margin-bottom: 16px;
}
.custom_checkbox_button {
    width: 28px;
    height: 28px;
    min-width: 28px;
    border: 2px solid #D9D9D9;
    background-color: #E9E9E9;
    border-radius: 8px;
    box-sizing: border-box;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom_checkbox_button .correct-check-icon, .custom_checkbox_button .error-check-icon {
    display: none;
    max-width: 100%;
}

.custom_checkbox_button.selected .correct-check-icon {
    display: block;
}

.custom_checkbox_button.selected-error .error-check-icon {
    display: block;
}

.custom_checkbox_button.selected-correct .correct-check-icon {
    display: block;
}

.custom_checkbox_button.selected-error .error-check-icon {
    display: block;
}

.custom_checkbox_button.selected-correct, .custom_checkbox_button.not-selected-correct {
    border: 2px solid #30D158;
    background-color: rgba(48, 209, 88, 0.30);
}

.custom_checkbox_button.selected-error {
    border: 2px solid #FF453A;
    background-color: rgba(255, 69, 58, 0.30);
}

.custom_checkbox_button.not-selected-correct {
    border: 2px solid #30D158;
    background-color: rgba(48, 209, 88, 0.30);
}
/* Mobie screen less than 1024px */
@media screen and (max-width: 1025px) {
    #time_submit_result span{
       white-space: nowrap;
       font-size: 20px;
    }
    .custom_radio_button {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }
    .custom_radio_button svg {
        width: 12px;
    }
    .custom_checkbox_button {
        width: 24px;
        height: 24px;
        min-width: 24px;
        margin-top: 0px;
    }
    .custom_checkbox_button svg {
        width: 12px;
    }
    .main-text {
        font-size: 14px;
    }
    .label-btn-group {
        align-items: center;
    }
}