.content_blog h2 {
    font-size: 24px;
}
.content_blog h3 {
    font-size: 18px;
}
.content_blog h4 {
    font-size: 16px;
}
.detail_top_box .d-flex {
    margin-top: 119px;
    height: calc(100vh - 119px);
}
.detail_top_box .col-photo {
    height: 100%;
}
.detail_top_box .col-text {
    height: 100%;
    background: rgba(17, 29, 55, 1);
    align-items: center;
    display: flex;
    padding: 47px;
    width: 100%;
}
.detail_top_box .col-text * {
    color: rgba(255, 255, 255, 1);
}
.detail_top_box .col-text a:hover {
    color: var(--main-color-2);
}
.detail_top_box .col-text .blog_info .country_cat {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.detail_top_box .col-text .blog_info .title {
    font-size: 38px;
    font-weight: 700;
    line-height: 57px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 16px;
}
.detail_top_box .col-text .blog_info .intro {
    margin-bottom: 32px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left;
    font-size: 18px;
}
.mce-toc h2, .mce-toc p:first-of-type {
    background: #f9f9f9;
    padding: 10px 36px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    max-width: 530px;
    margin: 0 auto;
    margin-bottom: 12px !important;
    position: relative;
    font-size: 24px;
}
.mce-toc {
    margin: 24px 0;
}
.content_blog .mce-toc a:hover, .content_blog .mce_toc_sub_content a:hover {
    color: #e88f00;
    transform: scale(1.05);
}
.content_blog .mce-toc a, .content_blog .mce_toc_sub_content a {
    color: #ffa718;
    transition: 0.1s ease-in-out;
}
.content_blog .mce-toc a, .content_blog .mce_toc_sub_content a {
    transition: 0.1s ease-in-out;
}

.content_blog .mce-toc ul, .content_blog .mce_toc_sub_content li {
    list-style: none;
}
@media (max-width: 1023px) {
    .detail_top_box .d-flex {
        flex-direction: column-reverse;
        height: auto;
        min-height: auto;
        margin-top: 75px;
    }

    .detail_top_box .col-photo img {
        width: 100%;
        height: auto !important;
    }

    .detail_top_box .col-text {
        width: 100%;
        padding: 50px 10px;
    }

    .detail_top_box .col-text .blog_info {
        max-width: 930px;
        margin: 0 auto;
    }

    .detail_top_box .col-text .blog_info .title {
        display: inline-block !important;
    }
}

@media (max-width: 991px) {
    .detail_top_box .col-text .blog_info {
        max-width: 690px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
    .detail_top_box .col-text .blog_info .title {
        font-size: 32px;
        line-height: 48px;
    }
    .detail_top_box .col-text {
        width: 100%;
        /* padding: 30px 8px; */
    }
    .detail_top_box .d-flex {
        height: unset !important;
    }
}

@media (max-width: 575px) {
    .detail_top_box .d-flex {
        height: unset !important;
    }
    .detail_top_box .col-photo {
        width: 100%;
    }
}
