.ArticleInMenu .Ngaydang {
        margin-bottom: 5px;
        text-align: left;
        order: 2;
        font-size: 12px;
        color: #6c757d;
        margin-bottom: 0;
}
.ArticleInMenu {
        background: #fff none repeat scroll 0 0;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 0;
        padding: 0;
        margin-bottom: 15px;
}
.ArticleInMenu .Apple-tab-span {
        display: none;
}
div.ArticleInMenu img {
}
div.ArticleInMenu li.row {
        clear: both;
        list-style: outside none none;
        padding: 0;
        padding-bottom: 15px;
        border: none;
        gap: 15px;
        flex-wrap: nowrap;
}
div.ArticleInMenu li.row+li.row{
        padding-top: 15px;
        border-top: 1px dashed #ccc;
}
div.ArticleInMenu .ArticleOfCat li img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border: 1px solid #e9ecef7d;
}
.ArticleInMenu * {
        font-size: 15px;
}
.ArticleInMenu li .Title a {
        color: #212529;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
        text-decoration: none;
}
div.ArticleInMenu ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
}
.ArticleInMenu h2 {
        margin: 0;
        display: inline-block;
        order: 1;
}
.ArticleInMenu .Page {
        clear: both;
        display: block;
}
.ArticleInMenu .Paging {
        margin-top: 20px;
        text-align: right;
}
.ArticleInMenu .SingleArticle > table {
        margin: 0 !important;
}
.ArticleInMenu > table {
        margin: 0 !important;
        width: 100% !important;
}
div.ArticleInMenu .ArticleCatName {
        max-width: 100%;
        overflow-y: hidden;
        overflow-x: hidden;
        position: relative;
        background: url(https://storage-edu.vnpt.vn/bpc-sgd/4862/Images/16x16.png) no-repeat scroll left 10px center, url(images/bg-stripes.png);
        border-bottom: 1px solid #4eb87a
                ;
        height: 45px;
}
.ArticleInMenu .ArticleCatName a {
        color: #212529;
        display: inline-block;
        padding: 0 10px 0 35px;
        white-space: nowrap;
        width: 100%;
        text-transform: uppercase;
        line-height: 45px;
        font-weight: 600;
        font-size: 15px;
}
.ArticleInMenu .ArticleCatName a::after {
        width: 0;
        height: 0;
        border-bottom: 21px solid transparent;
        border-top: 21px solid transparent;
        border-left: 17px solid #fc6260;
        content: "";
        position: absolute;
        right: -17px;
        top: 0;
}
div.ArticleInMenu .col-lg-2{
        width: 250px;
        height: 145px;
        overflow: hidden;
        padding: 0;
        background: #f1f1f1;
}
div.ArticleInMenu .col-lg-2 a{
        display: inline-block;
        width: 100%;
        height: 100%;
}
div.ArticleInMenu .col-lg-2 a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
}
div.ArticleInMenu .col-lg-10{
        display: flex;
        flex-direction: column;
        width: unset;
        padding: 0;
        max-width: unset;
        flex: 1;
}
.ArticleInMenu .col-lg-10>p{
        order: 3;
        margin-bottom: 0;
        color: #212529 !important;
}
div.ArticleInMenu .col-lg-10 .Ngaydang{
        margin-bottom: 10px;
}
div.SingleArticle{
        padding: 0;
        width: 100%;
}
div.SingleArticle .title{
        font-size: 25px;
        color: #212529;
        margin-bottom: 20px;
        text-align: left;
        text-transform: uppercase;
        font-weight: 600;
}
.ArticleCatDesc {
        display: none;
}
div.ArticleInMenu .ArticleCat{
        padding: 0;
        width: 100%;
        min-height: 200px;
        outline: 1px solid #e9ecef;
}
.ArticleInMenu ul.ArticleOfCat{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
}
.ArticleInMenu ul.ArticleOfCat li{
        display: flex;
        padding-bottom: 10px;
        gap: 15px;
        flex-wrap: wrap;
        flex-direction: column;
        width: calc(100% / 3);
        padding: 20px;
        min-height: 300px;
        border-right: 1px solid #e9ecef;
        border-bottom: 1px solid #e9ecef;
}
.ArticleInMenu ul.ArticleOfCat li .Title{
        width: unset;
}
.ArticleInMenu ul.ArticleOfCat li a{
        order: 3;
        margin-bottom: 0;
}
.ArticleInMenu ul.ArticleOfCat li p{
        /* display: none; */
        /* width: 60%; */
        order: 3;
        margin-bottom: 0;
}
.ArticleInMenu ul.ArticleOfCat li+li{
        /* padding-top: 10px; */
        /* border-top: 1px dashed #ccc; */
}
.ArticleInMenu ul.ArticleOfCat li p *{
        color: #212529 !important;
}
div.ArticleInMenu .pagination{
        justify-content: center !important;
}
div.ArticleInMenu li.page-item {
        margin: 3px;
}
div.ArticleInMenu li.page-item a {
        width: 30px;
        height: 30px;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #dee2e6;
        border-radius: 5px;
        font-size: 12px;
        text-decoration: none;
        color: #212529 !important;
}
div.ArticleInMenu .page-item.active .page-link {
        background: #bd1f24 !important;
        border: none;
}
@media only screen and (max-width: 768px){
        div.ArticleInMenu {
                padding: 10px !important;
                margin-bottom: 10px;
        }
        div.ArticleInMenu * {
                max-width: 100%;
        }
        div.ArticleInMenu .ArticleCatName {
                margin-bottom: 10px;
        }
        .ArticleInMenu ul.ArticleOfCat li .Title {
                margin-top: 5px;
        }
        div.ArticleInMenu .col-lg-2 {
                min-width: 130px;
                min-height: 80px;
                max-height: 80px;
                max-width: 130px;
                padding: 0 !important;
                border-radius: 0;
        }
        div.ArticleInMenu .ArticleCat{
                width: 100%;
        }
        div.ArticleInMenu .ArticleOfCat li img {
                min-width: 100%;
                min-height: 40vw;
                max-height: 40vw;
        }
        .ArticleInMenu ul.ArticleOfCat li:nth-child(1) a img {
                width: 100% !important;
                height: 45vw !important;
        }
        .ArticleInMenu ul.ArticleOfCat li {
                width: 100%;
                border-right: none;
        }
        div.ArticleInMenu .col-lg-2 a img{
                min-width: 100%;
                min-height: 100%;
        }
}
