.bodyPageMiQuiz,
.bodyPageMbtiQuiz {
    background: #F4F4F4;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
}
.boxContentMiQuiz, 
.boxContentMbtiQuiz {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    max-width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
}
.contentMiQuiz, 
.contentMbtiQuiz {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.contentLeft {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contentRight {
    width: calc(30% - 20px);
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.boxTienIch, .boxHoTro {
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 20px;
}
.box_head {
    display: flex;
}
.box_head .left {
    width: 0px;
    height: 0px;
    border: 16px solid #4c5bd5;
    border-left: 20px solid transparent;
}
.text_tienich {
    width: calc(100% - 72px);
    background: #4c5bd5;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-position: center;
}
.icon_tienich {
    display: flex;
    width: 21px;
    height: 21px;
}
.text_tienich .text {
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
    padding: 0;
}
.box_head .right {
    width: 0px;
    height: 0px;
    border: 16px solid #4c5bd5;
    border-right: 20px solid transparent;
}
.contentRight hr {
    margin: 10px 0;
    border: 1px solid #e2e2e2;
}
.list_tienich {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.item_tienich {
    display: flex;
    align-items: center;
    gap: 10px;
}
.item_tienich .icon {
    width: 19px;
    height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.item_tienich a {
    font-size: 16px;
    line-height: 19px;
    color: #474747;
}
.list_hotro {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.hotro1, .hotro2 {
    font-size: 16px;
    line-height: 22px;
    color: #474747;
}
.hotro1 .text_blue {
    color: #4c5bd4;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
}
.boxBannerCv {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.linkBannerCv, .imgBannerCv {
    width: 100%;
}
.mainMiQuiz, 
.mainMbtiQuiz {
    padding: 20px 20px 30px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.txtH1 {
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #4c5bd4;
    text-transform: uppercase;
    text-align: center;
}
.listMiQuiz, 
.listMbtiQuiz {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.titleQuestion {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}
.idQuestion {
    font-size: 16px;
    line-height: 20px;
    color: #474747;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.contentQuestion {
    font-size: 16px;
    line-height: 22px;
    color: #474747;
    font-weight: 400;
}
.itemQuestion {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.boxAnswer {
    background: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    padding: 5px;
    border-radius: 3px;
}
.itemAnswer {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    font-size: 16px;
    line-height: 19px;
    color: #474747;
}
.actionAnswer {
    width: 17px;
    height: 17px;
}
.btnHandleResult {
    width: 250px;
    max-width: 100%;
    padding: 12px;
    border-radius: 25px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
    font-size: 17px;
    line-height: 19px;
    border: 1px solid #4C5BD4;
    background: linear-gradient(90deg, #2230a3 0%, #5b6be7 100%);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.btnHandleResult:hover {
    transform: scale(1.04);
    background: linear-gradient(90deg, #5b6be7 0%, #2230a3 100%);
}
.boxHuongDan {
    border: 2px dashed #fbc3b1;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap;
}
.huongDanLeft {
    width: 55%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-right: 1px solid #666;
    padding-right: 5px;
}
.huongDanRight {
    width: calc(45% - 5px);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.txthuongDan {
    font-size: 16px;
    line-height: 22px;
    color: #474747;
    font-weight: 400;
}
.titlehuongDan {
    font-size: 18px;
    line-height: 24px;
    color: #474747;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.btnAnswerMI {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 22px;
    color: #474747;
    font-weight: 500;
    font-family: Roboto-Medium, sans-serif;
}
.listMiQuiz .itemQuestion {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px;
    align-items: flex-start;
    justify-content: space-between;    
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.listMiQuiz .titleQuestion {
    width: 63%;
    align-items: flex-start;
}
.boxAnswerMI {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.listAnswerMI {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-end;
}
.mainMiQuiz .listMiQuiz {
    gap: 25px;
}
.btnAnswerMI.active {
    background: #4c5bd4;
    color: #fff;
}
.txtAnswerMIChoose {
    font-size: 15px;
    line-height: 20px;
    color: #474747;
    font-weight: 400;
    text-align: end;
    font-style: italic;
}

@media screen and (max-width: 1024px) {
    .boxAnswer {
        gap: 15px;
        padding: 10px;
    }
    .contentLeft {
        width: 60%;
    }
    .contentRight {
        width: calc(40% - 20px);
    }
    .contentMiQuiz .contentLeft, .contentMiQuiz .contentRight {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .huongDanLeft, .huongDanRight, 
    .contentLeft, .contentRight {
        width: 100%;
    }
    .huongDanLeft {
        border: 0;
        padding: 0;
    }
    .boxHuongDan {
        flex-direction: column;
        gap: 10px;
    }
}

@media screen and (max-width: 600px) {
    .listMiQuiz .itemQuestion {
        flex-direction: column;
        align-items: center;
    }
    .listMiQuiz .titleQuestion,
    .boxAnswerMI {
        width: 100%;
    }
    .listAnswerMI {
        justify-content: center;
    }
    .mainMiQuiz {
        padding: 20px 10px 30px;
    }
}