.mark-title-essay {
    color: #DF7100;
    font-family: OpenSansBold, sans-serif;
    font-size: 18px;
    margin: 5px 0;
}
.essay-question-2022 {
    border-bottom: 1px solid #cccccc;
    font-size: 18px;
}

.essay-question-2022 p, .essay-question-2022 div {
    font-size: 18px !important;
}

.loigiai p,.loigiai div{
    font-size: 18px !important;
}

.essay-question-link {
    color: #1270E3;
}

h1.title-question {
    font-size: 18px !important;
    padding-left: 0;
}

h1.title-question p{
    font-size: 18px !important;
}

h1.title-question div{
    font-size: 18px !important;
}

h1.title-question span{
}
img {
    max-width: 100%;
}
.question img {
    max-width: 80%;
}
table {
    border-collapse: collapse;
}

th, td {
    border: 1px solid black;
}

.anwser-group .answer-opt {
    display: flex;align-items:flex-start;padding: 10px;border: 2px solid lightgrey;border-radius: 15px;
    position: relative;margin-bottom: 20px;
}

.anwser-group .answer-opt.answer-user-true {
    border: 2px solid #8BC34A;
}

.anwser-group .answer-opt.answer-user-false {
    border: 2px solid red;
}

.span-answer {
    font-family: OpenSansBold, sans-serif;
    padding-top: 0;
    margin-right: 6px;
}

.option-answer-check {
    position: absolute;
    text-transform: capitalize;
    top: -15px;
    font-size: 14px;
    font-family: OpenSansBold, sans-serif;
    letter-spacing: -.5px;
    right: 20px;
    padding: 0 6px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: white;
    color: #8BC34A;
}

.option-answer-user {
    position: absolute;
    text-transform: capitalize;
    top: -15px;
    font-size: 14px;
    font-family: OpenSansBold, sans-serif;
    letter-spacing: -.5px;
    right: 20px;
    padding: 0 6px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background: white;
    color: red;
}

table {
    display: block;
    overflow-x: auto;
    width: 100% !important;
    max-width: 100vw !important;
}

.question-index-number {
    font-family: OpenSansBold, sans-serif;
}
.solution-detail-title {
    font-family: OpenSansBold, sans-serif;
    color: #DF7100;
}
.solution-suggesstion-title {
    font-family: OpenSansBold, sans-serif;
    color: #DF7100;
}
.question-child-content p {
    font-size: 18px;
}

#box-content, #box-content div, #box-content ul li, p {
    font-size: 18px;
    line-height: 22px;
}

nav.breadcrumb-nav {
    background-color: #ffffff;
    padding: 10px 15px;
    border-radius: 5px;
    border-bottom: 1px solid lightgrey;
}

.breadcrumb {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #373636;
}

.breadcrumb li + li::before {
    content: ">";
    margin: 0 10px;
    color: #373636;
}

.breadcrumb a {
    text-decoration: none;
    color: #373636;
    transition: color 0.2s ease-in-out;
}

.breadcrumb a:hover {
    color: #373636;
}

.breadcrumb .active {
    color: #6c757d;
    pointer-events: none;
}
ul li {font-size: 18px;line-height: 23px;}

table {
    max-width: 100%;
}
.container-3-5-checkbox {
    display: flex;
    align-items: center;
    margin: -5px 15px;
}

.container-3-5-checkbox input {
    margin-right: 10px;
}
.quiz-extend-content {
    margin: 10px 0;
    border-left: 4px solid #0088FF;
    background: #F6F6F6;
    padding: 10px;
}
.quiz-extend-content-title {
    font-family: OpenSansBold, sans-serif;
    font-size: 18px;
    margin: 10px 0;
    color: #427ac6;
}

.preview.anwser-group .answer-opt {
    padding: 4px;
    border: none;
    margin-bottom: 5px;
}