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: 5px solid #eee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}
#registerButtonFixed {
    display: none !important;
}
@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;
}
#footerMain{
    position: relative;
    z-index: 100;
}
#containerMain{
    width: auto;
}
.container-article{
    width: 1140px;
    padding: 0 15px;
    margin: auto;
    max-width: 100% !important;
}
.cursor-pointer{
    cursor: pointer;
}
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.breadcrumb>li {
    padding-right: 7px;
    font-size: 13px;
    font-weight: 700;
}
.breadcrumb-item{
    font-size: 14px
}
.breadcrumb-item.active {
    color: #6c757d;
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem;
}
#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-size: 21px;
}
@media (max-width: 768px) {
    .article-title {
        font-size: 22px !important;
        font-weight: bold;
    }
    .article-content iframe { /* responsive iframe video: youtube, facebook... nhúng vào bài viết */
        width: 100%;
        height: auto !important;
    }
}
.article-content *{
    font-size: 16px;
}
.article-content{
    line-height: 30px;
}
    .article-content p{
        margin-bottom: .5rem;
    }
    .article-content img{
        max-width: 100% !important;
        height: auto !important;
    }
    .article-content a {
        color: #1c95d2;
    }

.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: 18px;
        font-weight: 600;
        position: relative;
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }
    #categories ul {
        padding:0 0 0 1rem ;
    }
        #categories li {
            position: relative;
        }
            #categories li a {
                font-size: 15px;
                padding: 5px 0;
                display: block;
                color: #000;
            }
            #categories li a:hover {
                color: #2196f3;
            }
            #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;
        }
        .last-article-blog ul li a:hover{
            font-size: .95rem;
            color: #c42026;
        }


/* ------ Tin tức liên quan -------------- */
.articleRelate {
    z-index: 100;
}
    .articleRelate h5 {
        padding: 10px 0;
        font-size: 1rem;
        text-transform: uppercase;
        border-bottom: solid 1px #2196f3;
    }
    .articleRelate ul {
        padding: 0;
    }
        .articleRelate ul li {
            margin: 8px 0;
            list-style: inside square;
        }
            .articleRelate ul li a {
                color:#2196f3;
            }

