.ArticleInMenu {
        /* background: #ffffff none repeat scroll 0 0; */
        display: block;
        margin: 0 0 30px;
        padding: 0;
        /* padding-left: 50px; */
}
.ArticleInMenu .Apple-tab-span {
        display: none;
}
.ArticleInMenu img {
}
.ArticleInMenu .ArticleList li.row {
        /* float: left; */
        /* padding: 10px 0; */
        width: 100%;
        flex-direction: row;
        display: flex;
        gap: 20px;
        flex-wrap: nowrap;
        padding-bottom: 20px;
}
.ArticleInMenu .ArticleList li.row+li{
        padding-top: 20px;
        border-top: 1px dashed  #e4e4e4;
}
.ArticleList .col-lg-2, .ArticleList .col-lg-10 {
        flex: none;
        max-width: unset;
        padding: 0;
        width: auto;
        position: static;
}
.ArticleInMenu .col-lg-2{
        min-width: 350px;
        min-height: 200px;
}
.ArticleList .col-lg-10{
        flex: 1;
}
.ArticleList .col-lg-10 p{
        font-size: 13px;
        color: #495057;
}
.ArticleInMenu li img {
        /* border: 1px solid #e4e4e4; */
        height: 160px;
        /* padding: 2px; */
        width: 230px;
        object-fit: cover;
}
.ArticleInMenu li .Title a {
        color: #343a40;
        /* font: 17px "Roboto",sans-serif; */
        font-size: 20px;
        text-decoration: none;
        white-space: normal;
        font-weight: 600;
        line-height: 1.4;
        text-align: justify;
}
.ArticleInMenu ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
}
.ArticleInMenu .ArticleOfCat {
        list-style: outside none none;
        display: flex;
        flex-direction: column;
        gap: 30px;
        font-size: 14px;
}
.ArticleInMenu .ArticleOfCat img{
        float: left;
        margin-right: 15px;
}
.ArticleInMenu a img {
        /* float: left; */
        /* margin-right: 10px; */
}
.ArticleInMenu .Title {
        /* font: bold 13px arial; */
        margin: 0;
        font-size: 15px;
        white-space: nowrap;
        text-align: justify;
        margin-bottom: 10px;
}
.ArticleInMenu .Page {
        clear: both;
        display: block;
}
.ArticleInMenu .Paging {
        margin: 20px;
        text-align: right;
}
.ArticleInMenu .SingleArticle {
        padding: 0;
}
.ArticleInMenu .SingleArticle *{
        /*color: #343a40;*/
        font-size: 15px;
}
.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: #06a7e2;
        /* font: 15pt arial; */
        text-align: justify;
        font-size: 22px;
        /* font-weight: 600; */
}
.ArticleInMenu .SingleArticle > table {
        margin: 0;
}
.ArticleInMenu > table {
        margin: 0;
        width: 100%;
}
.ArticleInMenu .ArticleCatName {
        /* border: 1px solid #dfdfdf; */
        height: 40px;
        margin-top: 15px;
        position: relative;
        display: inline-block;
        overflow: unset !important;
        margin-left: 5px;
}
.ArticleInMenu .ArticleCatName a {
        color: #fff;
        display: block;
        float: left;
        height: 100%;
        margin: 0;
        padding: 0 20px;
        font-size: 16px;
        font-weight: 600;
        line-height: 40px;
        position: relative;
        /* margin-left: 10px; */
}
.ArticleInMenu .ArticleCatName:before{
        content: '';
        background: #01013f;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transform: skewX(-15deg);
        z-index: 0;
}
.ArticleInMenu .pagination {
        padding: 20px 50px;
}
a.page-link {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 !important;
        margin: 3px !important;
        color: #343a40 !important;
        font-size: 14px;
}
li.page-item.active a.page-link {
        background: #01013f !important;
        border: none;
}
.Ngaydang {
        display: none;
}
@media only screen and (max-width: 768px){
        div.ArticleInMenu {
                padding: 0 20px !important;
        }
        .ArticleInMenu .col-lg-2 {
                min-width: 200px;
                min-height: 120px;
        }
        .ArticleInMenu .col-lg-2 img {
                min-width: 100%;
                min-height: 100%;
        }
}
