.ArticleInMenu .Ngaydang {
        font: italic 12px arial;
        margin-bottom: 5px;
        text-align: right;
        float: right;
}
.ArticleInMenu {
        background: #ffffff none repeat scroll 0 0;
        display: block;
        margin: 0;
        padding: 0;
}
.ArticleInMenu .ArticleCatDesc {
        display: none;
}
.ArticleInMenu .Apple-tab-span {
        display: none;
}
.ArticleInMenu img {
        max-width: 650px !important;
}
.ArticleInMenu li {
        clear: both;
        display: block;
        list-style: outside none none;
        padding: 10px 0;
}
.ArticleInMenu li img {
        border: 1px solid #cccccc;
        height: 135px;
        padding: 2px;
        width: 160px;
        /*display: none;*/
}
.ArticleInMenu p {
        font-size: 14px;
}
.ArticleInMenu .SingleArticle a {
        color: #111;
        font: bold 13pt arial;
}
.ArticleInMenu li .Title a {
        color: #333;
        font-size: 15px;
        font-weight: bold;
        /* font-family: 'Nunito', sans-serif, arial; */
}
.ArticleInMenu ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
}
.ArticleInMenu a img {
        float: left;
        margin-right: 10px;
}
.ArticleInMenu .Title {
        font: bold 15px arial !important;
        margin: 0;
        margin-bottom: 5px;
}
.ArticleInMenu .Page {
        clear: both;
        display: block;
}
.ArticleInMenu .Paging {
        margin: 20px;
        text-align: right;
}
.ArticleInMenu .SingleArticle > table {
        margin: 0 !important;
}
.ArticleInMenu > table {
        margin: 0 !important;
        width: 100% !important;
}
.ArticleInMenu .ArticleCatName {
        background: #e8e8e8 none repeat scroll 0 0;
        border: 1px solid #eee;
        border-radius: 3px 3px 0 0;
        height: 25px;
        margin-top: 15px;
        position: relative;
}
.ArticleInMenu .ArticleCatName a {
        background: #ffe6ae none repeat scroll 0 0;
        color: #cc0000;
        display: block;
        float: left;
        font-size: 14px;
        height: 100%;
        margin: 0;
        padding: 0 10px;
        position: relative;
        text-transform: uppercase;
        line-height: 27px;
        font-weight:bold;
}
.ArticleInMenu .ArticleCatName a::after {
        border-color: transparent transparent transparent #ffe6ae;
        border-style: solid;
        border-width: 14px 0 11px 13px;
        content: " ";
        display: block;
        height: 0;
        margin-left: 2px;
        position: absolute;
        right: -13px;
        top: 0;
        vertical-align: middle;
        width: 0;
}
.ArticleInMenu .col-lg-2 {
        min-width: 185px;
        min-height: 130px;
}
.ArticleInMenu .col-lg-2 img {
        object-fit: cover;
}

@media only screen and (max-width: 768px){
        .ArticleInMenu .col-lg-2 {
                min-width: unset;
                min-height: unset;
        }
        .ArticleInMenu .Ngaydang {
                float: none;
        }
}