body {
    font-family: Roboto-Regular, sans-serif;
    color: #4f4f4f;
    line-height: 1.428571429;
    background: #f2f2f2;
}
::-webkit-scrollbar,::-webkit-scrollbar-track {
    background-color: transparent
}

::-webkit-scrollbar {
    width: 4px
}

::-webkit-scrollbar-thumb {
    background: #cacef2;
    border-radius: 4px
}
.box_content {
    float: left;
    width: 100%;
    padding: 25px 9%;
}

.box_content p {
    color: #555;
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 10px;
}

.box_content .breadcrumb {
    margin-bottom: 40px;
}

.box_content .breadcrumb li {
    display: inline-block;
}

.box_content .breadcrumb .first:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url("/images/ic-home.png") bottom no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    color: #aaa;
}

.box_content .breadcrumb a {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #5e5e5e;
}

.box_content .breadcrumb .ic-gach {
    padding: 0 10px;
}

.box_content .breadcrumb > li {
    list-style: none;
}

.box_content ul {
    padding: 0;
}

.box_content .box_left {
    float: left;
    width: 80%;
    padding-right: 50px;
}

.box_content .box_left .content_author {
    float: left;
    width: 100%;
}

.box_content .box_left .content_author img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
}

.box_content .box_left .content_author .img_content_author {
    width: 30%;
}

.box_content .box_left .content_author .author_detail {
    width: 70%;
    float: right;
    text-align: justify;
    padding-left: 30px;
}

.box_content .box_left .content_author .author_detail .title_tg {
    font-size: 28px;
    font-family: Roboto-Medium;
    color: #043379;
    line-height: 23px;
}

.box_content .box_left .content_author .author_detail .content_tg img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 15px;
    object-fit: cover;
}

.box_content .box_left .content_author .author_detail .content_tg h3 {
    margin-bottom: 8px;
}

.box_content .box_left .content_author .author_detail .content_tg p,
.box_content .box_left .content_author .author_detail .content_tg p span {
    font-size: 15px !important;
    line-height: 25px !important;
}

.box_content .box_left .box_hot_new {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.box_content .box_left .box_hot_new .full_width {
    width: 100% !important;
}

.box_content .box_left .box_hot_new .full_width img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.box_content .box_left .box_hot_new .full_width .nd_tin {
    width: 80%;
    margin-left: 10%;
    background-color: #fff;
    position: relative;
    top: -80px;
    padding: 30px 40px 0;
}

.box_content .box_left .box_hot_new .full_width .nd_tin .tt_news {
    font-size: 28px;
    line-height: 31px;
    text-align: center;
    text-transform: capitalize;
}

.box_content .box_left .box_hot_new .full_width .nd_tin .tt_news a {
    color: #043379;
}

.box_content .box_left .box_hot_new .full_width .nd_tin h3 {
    margin-bottom: 8px;
}

.box_content .box_left .box_hot_new .full_width .nd_tin p {
    color: #555;
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
    margin-bottom: 10px;
}

.box_content .box_left .box_hot_new .full_width .nd_tin .author a {
    color: #333;
    font-family: Roboto-Medium;
}

.box_content .box_right {
    float: left;
    width: 20%;
}

.box_content .box_right .top_cn {
    background: #043379;
    border-radius: 5px 5px 0 0;
    height: 43px;
    margin-bottom: 8px;
}

.box_content .box_right .top_cn p {
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto-Medium;
    text-align: center;
}

.box_content .box_right .main_right {
    margin-bottom: 12px;
    max-height: 330px;
    overflow-y: scroll;
}

.box_content .box_right .main_right a {
    display: block;
    color: #666;
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 15px;
}

.box_content .box_right .main_right a:before {
    content: '>';
    margin-right: 10px;
}
.box_hot {
    width: 100%;
    float: left;
}

.pagination {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    width: 100%;
    justify-content: center;
    gap: 3px;
}
.boxcontain_pagination a, .boxcontain_pagination .link_page {
    display: inline-block;
    padding: 5px 12px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    transition: all 0.2s;
    cursor: pointer;
    margin: 0;
}
.boxcontain_pagination .link_page.active,
.boxcontain_pagination .link_page:hover,
.boxcontain_pagination a.active,
.boxcontain_pagination a:hover {
    border-color: #4c5bd4;
    background: #4c5bd4;
    color: #FFF;
}


/* Responsive */
@media screen and (max-width: 1024px) {
    .box_content {
        padding: 25px 3%;
        margin-top: 65px;
    }

    .box_content .box_left {
        width: 100%;
        padding: 0;
    }

    .box_content .box_left .content_author .img_content_author {
        padding: 0;
        width: 100%;
        height: 100%;
        max-height: 400px;
    }

    .box_content .box_left .content_author .author_detail {
        width: 100%;
        padding: 0;
    }

    .box_content .box_left .box_hot_new {
        display: flex;
        flex-direction: column;
    }

    .box_content .box_left .box_hot_new .hot_new2 {
        flex: 1;
        -webkit-order: 1;
        order: 1;
        width: 100%;
        margin: 0;
        padding: 0;
        border-left: none;
        border-right: none;
        margin-bottom: -50px;
    }

    .box_content .box_left .box_hot_new .hot_new2 .nd_tin p {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
    .box_content .box_right,
    .box_content .box_left {
        width: 100%;
        padding: 0;
    }
    .box_content .box_right {
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {
    .breadcrumb {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 600px) {
    .boxcontain_pagination a, .boxcontain_pagination .link_page {
        padding: 4px 10px;
    }
}

@media screen and (max-width: 450px) {
    .box_content .box_left .box_hot_new .hot_new2 {
        top: 0;
        margin: 0;
        width: 100%;
        padding: 10px;
    }

    .box_content .box_left .box_hot_new .hot_new2 img {
        height: 179px;
    }

    .box_content .box_left .box_hot_new .hot_new2 .nd_tin {
        top: 0;
        margin: 0;
        width: 100%;
        padding: 10px;
    }

    .box_content .box_left .box_hot_new .hot_new2 .nd_tin .tt_news {
        font-size: 22px;
    }

    .box_content .box_left .box_hot_new .hot_new2 .nd_tin p {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        display: -webkit-box;
        -webkit-box-orient: vertical;
    }
}
