ul,li {
    padding: revert;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h2, h2 a span {
    font-size: 1.2em;
}
h3 {
    font-size: 1.1em;
}
h4 {
    font-size: 1em;
}
h2, h3, h4 {
    color: #333333;
    padding: 0;
    font-weight: bold;
}
b,strong {
    font-weight: 700;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-color: #e4e4e4;
    border-left: 6px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 736px) {
    /**
    * Cho font chữ to lên Google SEO quét trên mobile mới đạt chuẩn
    */
    * {
        font-size: 16px !important;
    }
}
/**
* showHideArticleSectionMenu
* Class này dùng cho Ẩn/Hiển danh sách trên bài viết, edit trên ckeditor
* ==> Không được xóa
*/
.showHideArticleSectionMenu {
    color: blue;
    display: inline;
}
.showHideArticleSectionMenu:hover {
    cursor: pointer;
}
/**
* Vùng div lấy dữ liệu ảnh popup banner trong chi tiết bài viết
*/
#bannerPopupArticle, .bannerPopupArticle{
    display: none;
}
/*
Tạm comment lại do đang không thấy ảnh hưởng phần này
#footerMain{*/
/*    position: relative;*/
/*    z-index: 100;*/
/*}*/
#containerMain{
    width: auto;
}
.container-article{
    width: 1140px;
    padding: 0 15px;
    margin: auto;
    max-width: 100% !important;
    font-family: Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    outline: none;
    font-size: 14px;
    text-align: justify;
}
.cursor-pointer{
    cursor: pointer;
}
.breadcrumb-item{
    font-size: 14px
}
#headerMain{
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.03);
}
/*--------- Rating Area --------------*/
#ratingArea span.checked {
    color: orange;
}
#ratingArea span.grey {
    color: grey;
}
/* ------ sidebar left -------------- */
.article-title{
    font-weight: 700;
    text-align: left;
    font-size: 30px;
    color: #BB0000;
}
.article-content iframe{
    width: 100%;
    min-height: 500px;
}
#headerMain{
    background: linear-gradient(45deg, #c41515, #8c141f);
    z-index: 999;
}
#menuMain>ul>li>a{
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}
.breadcrumb>li {
    padding-right: 3px;
    font-size: 20px;
    font-weight: bold;
}
#logoMain img{
    content: url('/img/logo/logoNhanhNewWhite.png');
}
.article-content .boxContentGuide p{
    line-height: 23px;
}
.article-content p {
    margin-bottom: 15px;
    color: #383838;
    line-height: 32px;
}
.article-content a {
    color: #1c95d2;
    font-style: revert;
    font-size: 17px!important;
}
.article-content h2 {
    padding: 0;
    font-weight: bold;
    margin-bottom: 25px;
}
.article-content h2,
.article-content h2 a span {
    font-size: 26px;
}
.article-content h1,
.article-content .h1,
.article-content h2,
.article-content .h2,
.article-content h3,
.article-content .h3 {
    margin-top: 25px;
    margin-bottom: 15px;
}
.article-content h3 {
    font-size: 19px;
    text-align: left;
}
.article-content h4{
    font-size: 18px;
}
.container-article .col-12.col-xl-9{
    padding-right: 45px;
    padding-left: 45px;
}
.article-register__btn {
    padding: 10px 40px;
}
.article-box-register {
    border: 2px dotted #AAAAAA;
    background: #FFE4E1;
    border-radius: 30px;
}
.article-register__title.mb-2 {
    margin: 0;
    padding: 0;
    color: #B22222;
    font-size: 19px;
}
.article-box-register h5.mb-2{
    color: #B22222;
    padding: 20px 15px 15px 15px;
    margin-bottom: 8px;
}
.article-box-register h5.mb-4{
    font-size: 1rem;
}
.article-content p{
    font-size: 17px;
}
.article-content figure.image{
    clear: both;
    display: table;
    margin: .9em auto;
    min-width: 50px;
    text-align: center;
    max-width: 100%;
}
.article-content figure.image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
}
.article-content .image>figcaption {
    background-color: #f7f7f7;
    caption-side: bottom;
    color: #333;
    display: table-caption;
    font-size: .75em;
    outline-offset: -1px;
    padding: .6em;
    word-break: break-word;
}
.article-content>figure>div{
    width: 100% !important;
}
.article-content>figure>div>div{
    padding: 0 !important;
    height: fit-content !important;
}
#categories ul li span{
    display: none;
}
#menuMain ul>li.signIn a{
    background-color: #28A645;
}
table,
table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    border: 1px solid #aaa;
    padding: 8px;
}
.ck-table-resized{
    border: 0 !important;
    padding: 0 !important;
}
.article-content table>tbody>tr>th{
    vertical-align: middle ;
}
.article-content table>tbody>tr>th>p{
    margin-left: 0 !important;
}
.article-content ul li{
    font-size: 17px!important;
}
.article-content ul{
    margin-bottom: 15px;
}
#menuMain ul.menuhover>li:hover a{
    color: #c62025;
}
.article-box-register{
    border: 1px dotted #e1e1e1;
    padding: 25px 15px 30px 15px;
    margin-bottom: 15px;
}
.article-register__title{
    margin: 0;
    padding: 0;
    color: #2d2d2d;
    font-size: 19px;
}
.article-register__btn{
    text-decoration: none;
    white-space: nowrap;
    background-color: #28A645;
    font-size: 1.2rem;
    font-family: font-helveticaNeueMedium,arial,sans-serif;
    padding: 15px 45px;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    border-radius: 3px;
}
.article-register__btn:hover{
    text-decoration: none;
    color: #fff;
    background-color: #0c7f26;
}
#menuMain>ul>li.signIn a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0c7f26;
}
.slicknav_icon-bar{
    background-color: #fff;
}
.showHideArticleSectionMenu{
    font-size: 17px!important;
}
.article-content strong{
    font-size: 17px!important;
}
.article-content span{
    font-size: revert!important;
}
.article-content table{
    display: block;
    width: 100%;
    overflow-x: auto;
}
.articleSectionMenuBox{
    background: rgba(243,243,243,0.95)!important;
    border: 1px solid rgba(10,28,52,0.95)!important;
    border-radius: 7px!important;
    margin-bottom: 15px;
}
.articleSectionMenuBox > p{
    position: relative;
    margin: 0;
    line-height: 1.5;
    padding: 10px;
}
.articleSectionMenuBox > p > strong:first-child{
    font-size: 22px!important;
    color: #333;
}
.articleSectionMenuBox > p > strong:first-child:before{
    font-family: "Font Awesome 5 Pro";
    content: "\f0c9";
    margin-right: 10px;
}
.articleSectionMenuBox > p > .showHideArticleSectionMenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.articleSectionMenuBox .boxContentGuide > p{
    margin-bottom: 10px;
}
.articleSectionMenuBox .boxContentGuide > p a{
    font-size: 16px!important;
    font-weight: 600;
    color: #333;
}
.articleSectionMenuBox .boxContentGuide > p a:hover{
    color: #0056b3;
}
.sidebar-blog #categories{
    overflow: auto;
    max-height: 240px;
    padding-right: 5px;
}
.boxContentGuide{
    padding-left: 30px;
    display: none;
}
.componentRight #categories ul{
    padding-left: 20px;
}

@media (min-width: 1200px) {
    .post-title{
        min-height: 46px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;

    }
}
@media (max-width: 768px) {
    .article-title {
        font-size: 30px!important;
    }
    .article-content iframe { /* responsive iframe video: youtube, facebook... nhúng vào bài viết */
        width: 100%;
        height: auto !important;
        min-height: 230px; /* height tối thiểu để trên mobile không bị bé quá */
    }
    .article-content .boxContentGuide p{
        line-height: 22px;
    }
    .container-article .col-12.col-xl-9{
        padding-right: 20px;
        padding-left: 20px;
    }
    .article-content h2 {
        margin-bottom: 10px;
        font-size: 22px!important;
        text-align: left;
    }
    .article-content h3,
    .article-content h4 {
        padding: 0;
        font-weight: bold;
    }
    .article-content h3 {
        font-size: 18px!important;
    }
    .article-box-register h5{
        padding: 10px;
    }
    .article-box-register{
        padding: 20px 10px;
    }
    .article-content p {
        font-size: 17px!important;
    }
    #ratingArea{
        margin-top: 20px!important;
    }
    #ratingArea .starlist{
        padding-top: 0!important;
    }
    #menuMobile{
        position: sticky;
    }
    #menuMobile #menuMobile-ct1{
        display: none;
    }
    .articleRelate .post-item{
        display: flex;
    }
    .articleRelate .post-item .post-thumb{
        flex: 0 0 42%;
        padding-right: 15px;
    }
    .articleRelate .post-item .post-meta .post-title{
        margin: 0;
    }
}
@media (max-width: 380px) {
    #ratingArea img{
        max-width: 138px;
    }
}

.article-content *{
    font-size: 16px;
}
.article-content{
    line-height: 30px;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.article-content img{
    max-width: 100% !important;
    height: auto !important;
    border-radius: 5px;
}
.componentRight .article-register__btn {
    width: 100% !important;
    text-align: center;
    padding: 10px 5px;
    font-size: 1rem;
}

.post-item{
    position: relative;
}
.post-thumb{
    overflow: hidden;
    position: relative;
}
.post-thumb img{
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    display: inline-block;
}
.post-thumb img, .post-thumb:hover img{
    transition: all 600ms;
    border-radius: 5px;
}
.post-thumb:hover img{
    transform: scale(1.15);
}
.post-cat-labels{
    margin:10px 0;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.post-cat-labels a{
    letter-spacing: .05em;
    color: #fff;
    padding: 4px 7px;
    border-radius: 3px;
    font-size: .75rem;
    background: #868686;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}
.post-cat-labels a:hover{
    background: #c72026;
}
.post-title{
    font-weight: 600;
    color: #161616;
    letter-spacing: -.01em;
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 20px 0 10px;
}
.post-title a:hover{
    color: #c62025;
}
.post-title{
    font-size: 17px!important;
    text-align: left;
}
.post-meta-below{
    display: -ms-flex;
    display: -moz-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .7rem 0;
}
.post-meta-below a{
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    /*letter-spacing: .1em;*/
    color: #757575;
}
.post-meta-below a i{
    margin-right: .3rem;
}
.list-inline #userHeader{
    display: none !important;
}

.article-tags-box{}
    .article-tags-box a{
        display: inline-block;
        padding: 4px 6px !important;
        border-radius: 5px !important;
        font-size: 13px !important;
        margin: 0 0 .3rem .3rem !important;
    }
    .article-tags-box a:hover {
        background: #5a5a5a !important;
        border: 1px solid #5a5a5a !important;
        color: #fff;
        text-decoration: none;
    }



/* ------ sidebar right -------------- */
.componentRight{
    position: -webkit-sticky;
    position: sticky;
    top: 15px
}
.sidebar-blog {
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 30px;
}
    .sidebar-blog .sidebarblog-title {
        margin-bottom: 15px;
    }
    .sidebar-blog .sidebarblog-title .title-sidebar {
        font-size: 16px;
        font-weight: 600;
        position: relative;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }
.sidebar-blog .sidebarblog-title .title-sidebar a{
    color: #1c95d2 !important;
}
    #categories ul {
        padding:0 0 0 1rem ;
    }
        #categories li {
            position: relative;
        }
            #categories li a {
                font-size: 15px;
                padding: 5px 0;
                display: block;
                text-align: left;
            }
            #categories li a:hover {
                color: #c42026;
            }
            #categories > ul li > a {
                /*font-weight: 600;*/
            }


.last-article-blog{

}
    .last-article-title{
        font-weight: 600;
        text-transform: uppercase;
        border-bottom: 3px solid #d7d7d7;
        font-size: 1rem;
    }
        .last-article-title span{
            padding-bottom: 5px;
            display: inline-block;
        }
            .last-article-title span:before{
                content: '';
                left: 0;
                bottom: -3px;
                height: 3px;
                width: 100%;
                z-index: 1;
                background: #c42026;
                position: absolute;
            }

    .last-article-blog ul{
        list-style: none;
    }
        .last-article-blog ul li{
            border-bottom: 1px dashed #e5e5e5;
            padding-bottom: 8px;
            margin-bottom: 8px;
            display: flex;
            position: relative;
            padding-left: 15px;
        }
        .last-article-blog ul li:last-child{
            border-bottom: none;
        }
        .last-article-blog ul li:before{
            content: "";
            width: 4px;
            height: 4px;
            background: #c42026;
            position: absolute;
            left: 0;
            top: 8px;
        }
        .last-article-blog ul li a{
            font-size: .95rem;
            text-align: left;
        }
        .last-article-blog ul li a:hover{
            font-size: .95rem;
            color: #c42026;
        }


/* ------ Tin tức liên quan -------------- */
.articleRelate {
    background: #fff;
    z-index: 100;
}
    .articleRelate h5 {
        padding: 10px 0;
        font-size: 1rem;
        text-transform: uppercase;
        border-bottom: solid 1px #C42026;
    }
    .articleRelate ul {
        padding: 0;
    }
        .articleRelate ul li {
            margin: 8px 0;
            list-style: inside square;
        }
            .articleRelate ul li a {
                color:#C42026;
            }

/* ------ Popups Tin tức  -------------- */
#popupHome .modal-content button{
    right: 10px;
    top: 5px;
    background: #5e5c5c;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding-bottom: 5px;
    font-size: 25px !important;
}
#popupHome .modal-content button:focus{
    border: none;
    outline: none;
}
#popupHome .modal{
    z-index: 1052;
}
#popupHome .modal-content{
    margin-top: 0;
}
#popupHome .modal-content img{
    width: 100%;
}
.modal-backdrop{
    z-index: 1051;
}
.article-author img{
    border-radius: 50%;
}
.breadcrumb>li a:hover{
    text-decoration: unset;
}
.article-content blockquote{
    padding: 10px;
    border: 2px solid #c3e5f8;
    display: block;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #dbedf9;
}
.nvn_table_of_contents_heading:last-child{
    font-weight: 700;
    font-size: 1.25rem;
}
.nvn_table_of_contents {
    background: #F4F4F4;
    border: 1px solid #000 !important;
    border-radius: 8px;
}

.nvn_table_of_contents_list ul{
    padding-left: 30px;
    margin-bottom: 0;
}

.nvn_table_of_contents_list li{
    list-style: none;
    margin-bottom: 5px;
}
.nvn_table_of_contents_list li a {
    font-size: 16px !important;
    font-weight: 600;
    color: #333;
}

.nvn_table_of_contents_list .lv2 {
    padding-left: 20px;
}

.nvn_table_of_contents_list .lv3 {
    padding-left: 40px;
}

.nvn_table_of_contents_list .lv4 {
    padding-left: 60px;
}

.nvn_table_of_contents_list .lv5 {
    padding-left: 80px;
}

.nvn_table_of_contents_list .lv6 {
    padding-left: 100px;
}

.tocIcon{
    position: relative;
    height: 16px;
    width: 26px;
    margin-right: 16px;
}

.tocIcon div{
    width: 100%;
    display: block;
    font-size: 0!important;
    height: 2.5px;
    background: #000;
    border-radius: 2px;
}

.tocIcon:after,
.tocIcon:before{
    content: '';
    position: absolute;
    display: block;
    height: 2.5px;
    width: 100%;
    background: #000;
    border-radius: 2px;
}

.tocIcon:after{
    top: 50%;
}

.tocIcon:before{
    top: 100%;
}

.default_hide {
    display: none;
}

.nvn_table_of_contents_list {
    margin-top: 20px;
}

.nvn_table_of_contents_heading {
    cursor: pointer;
    font-weight: 700;
    font-size: 20px !important;
}

/*fix cho iframe tiktok ko bị border, scroll*/
.article-content blockquote.tiktok-embed {
    border: none !important;
    background: #fff !important;
}

.article-content blockquote.tiktok-embed iframe {
    height: 740px !important;
}