.ArticleInMenu {
        /* background: #ffffff none repeat scroll 0 0; */
        display: block;
        margin: 0;
        padding: 0;
}
.ArticleInMenu .Apple-tab-span {
        display: none;
}
.ArticleInMenu .ArticleList li {
        float: left;
        padding: 10px 0;
        width: 100%;
}
div.ArticleInMenu .col-lg-2 img {
        height: 110px;
       margin: 10px;
        width: 100%;
        object-fit: cover;
}
.ArticleInMenu li .Title a {
        color: #159cf6;
        /* font: 17px "Roboto",sans-serif; */
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
}
.ArticleList {
        display: flex !important;
        flex-wrap: wrap;
        gap: 20px;
}
ul.ArticleList>li.row {
        width: 32%;
        flex: 32%;
        padding: 0;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #eee;
        flex-direction: column;
        background: #fff;
}
ul.ArticleList .col-lg-2, ul.ArticleList .col-lg-10 {
        flex: none;
        max-width: unset;
        padding: 0;
        background: #fff;
        width: 100%;
        height: unset;
}
ul.ArticleList .col-lg-10 {
        padding: 15px;
        background: #fff;
}
.ArticleList .col-lg-10 p {
        font-size: 15px;
        color: #343a40;
        margin-bottom: 0;
        margin-top: 10px;
}
.ArticleInMenu ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
}
.ArticleInMenu .ArticleOfCat {
        list-style: outside none none;
}
.ArticleInMenu .Title {
        font: bold 13px arial;
        margin: 0;
}
.ArticleInMenu .Page {
        clear: both;
        display: block;
}
.ArticleInMenu .Paging {
        margin: 20px;
        text-align: right;
}
.ArticleInMenu .SingleArticle {
        padding: 10px;
}
.ArticleInMenu .SingleArticle *{
        color: #444;
        font: 14px/1.9 arial;
}
.ArticleInMenu .SingleArticle strong,
.ArticleInMenu .SingleArticle strong * {
        font: bold 14px/1.3 arial !important;
}
.ArticleInMenu .SingleArticle ul {
        margin: 0;
}
.ArticleInMenu .SingleArticle li {
        margin-left: 20px;
        padding: 0;
}
.ArticleInMenu .SingleArticle .title {
        color: #159cf6;
        font: 15pt arial;
        text-align: justify;
}
.ArticleInMenu .SingleArticle > table {
        margin: 0;
}
.ArticleInMenu > table {
        margin: 0;
        width: 100%;
}
.ArticleInMenu .ArticleCatName {
        background: #f0f0f0 none repeat scroll 0 0;
        border: 1px solid #dfdfdf;
        height: 25px;
        margin-top: 15px;
        position: relative;
}
.ArticleInMenu .ArticleCatName a {
        color: #159cf6;
        display: block;
        float: left;
        font: 16px/25px arial;
        height: 100%;
        margin: 0;
        padding: 0 20px;
        position: relative;
        text-transform: uppercase;
}
.ArticleInMenu .pagination {
        padding: 20px 50px;
}
a.page-link {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px;
        margin: 3px;
        color: #343a40 !important;
}
li.page-item.active a.page-link {
        background: #159cf6 !important;
        border: none;
}
.Ngaydang {
        display: none;
}
@media only screen and (max-width: 768px){
        div.ArticleInMenu {
                padding: 0 20px !important;
        }
        .ArticleList>li.row {
                border-radius: 0;
                flex: 46%;
                width: 46%;
                padding: 10px;
                border: 1px solid #e4e4e4;
                background: #fff;
        }
        ul.ArticleList>.row>.col-lg-2, ul.ArticleList>.row>.col-lg-10 {
                width: 100% !important;
                text-align: left;
        }
        .ArticleInMenu .Ngaydang {
                display: none;
        }
        .ArticleInMenu .Title {
                text-align: left !important;
        }
        div.ArticleInMenu .col-lg-2 img {
                width: 100% !important;
                height: 100px !important;
        }
}
