.bodyPageMbti, 
.bodyPageMi {
    background: #F4F4F4;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
}
.boxContentMbti, 
.boxContentMi {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    max-width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 20px;
}
.contentMbti, 
.contentMi {
    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: 15px;
}
.bodyPageMbti .contentLeft {
    gap: 25px;
}
.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%;
}
.mainMbti, .mainMbtiDetail,
.mainMi, .mainMiDetail {
    padding: 20px;
    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;
}
.listMbti,
.listMi {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.txtMi {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #474747;
    font-weight: 400;
}
.itemContentMi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.imgTopMi {
    width: calc(35% - 10px);
}
.itemContentMi .txtMi {
    width: 65%;
}
.btnKhamPha {
    width: 220px;
    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;
}
.btnKhamPha:hover {
    transform: scale(1.04);
    background: linear-gradient(90deg, #5b6be7 0%, #2230a3 100%);
}
.mainMbtiDetail .listMbti, 
.mainMiDetail .listMi {
    align-items: flex-start;
}
.imgItemMi {
    width: 100%;
    height: auto;
}
.itemTypeMi {
    width: 100%;
    border: 1px solid #a0a0a0;
    display: flex;
    flex-direction: column;
}
.contentTypeMiBot {
    display: none;
    width: 100%;
    border: 1px solid #a0a0a0;
    padding: 10px;
}
.contentTypeMiTop {
    cursor: pointer;
    display: flex;
    padding: 0;
    height: auto;
    width: 100%;
    justify-content: space-between;
    gap: 5px;
    border: 1px solid #a0a0a0;
}
.typeMiTopLeft {
    padding: 20px 0 20px 20px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.titleTypeMi {
    font-size: 16px;
    line-height: 22px;
    color: #474747;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
}
.noteTypeMi {
    color: #a0a0a0;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    height: auto;
}
.listMbti .btnKhamPha {
    width: fit-content;
}
.txtH2 {
    color: #474747;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
}
.txtH3 {
    color: #474747;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}
.boxListTypeMbti {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}
.itemTypeMbti {
    width: calc(50% - 8px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 10px;
    height: -webkit-fill-available;
}
.boxAvtType {
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.avtTypeMbti {
    width: 100%;
    height: auto;
}
.boxContentType {
    width: calc(100% - 85px - 10px);
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.titleTypeMbti {
    color: #474747;
    font-family: Roboto-Medium, sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 21px;
}
.contentTypeMbti {
    font-size: 16px;
    line-height: 19px;
    color: #a0a0a0;
}
.mainMbtiType {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

@media screen and (max-width: 1024px) {
    .contentLeft, .contentRight {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .itemContentMi {
        flex-direction: column-reverse;
    }
    .itemTypeMbti,
    .itemContentMi .txtMi {
        width: 100%;
    }
    .imgTopMi {
        width: 200px;
        height: 200px;
    }
}