.ArticleInMenu .Ngaydang {
        margin-top: 5px;
        text-align: right;
        font-size: 12px;
        color: #495057;
        order: 2;
}
.ArticleInMenu .col-lg-10{
        display: flex;
        flex-direction: column;
}
.ArticleInMenu .ArticleCatDesc {
        font: italic bold 14px/30px "Segoe UI",Tahoma,Verdana;
        text-decoration: underline;
}
.ArticleInMenu {
        background: #ffffff none repeat scroll 0 0;
        display: block;
        margin: 0;
        padding: 0;
}
.ArticleInMenu .Apple-tab-span {
        display: none;
}
.ArticleInMenu img {
        max-width: 650px !important;
}
.ArticleInMenu li {
        clear: both;
        float: left;
        list-style: outside none none;
        padding: 10px 0;
        width: 100%;
}
div.ArticleInMenu li.row{
        padding: 0;
        padding-bottom: 10px;
        border: none;
}
div.ArticleInMenu li.row+li{
        padding-top: 10px;
        border-top: 1px dashed #ddd;
}
.ArticleInMenu li img {
        border: 1px solid #cccccc;
        height: 100px;
        padding: 2px;
        width: 140px;
}
.ArticleInMenu h2 {
        margin: 0;
        font-size: 11pt
}
.ArticleInMenu .SingleArticle a {
        color: #111;
        font: bold 13pt "Segoe UI",Tahoma,Verdana;
}
.ArticleInMenu li .Title a {
        color: #333;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        line-height: 1.4;
}
.ArticleInMenu ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
}
.ArticleInMenu a img {
        float: left;
        margin-right: 10px;
}
.ArticleInMenu .Title {
        font: bold 14px "Segoe UI",Tahoma,Verdana !important;
        margin: 0;
        order: 0;
}
.ArticleInMenu .Page {
        clear: both;
        display: block;
}
.ArticleInMenu .Paging .button {
        font: 14px "Segoe UI",Tahoma,Verdana;
        margin: 0 2px;
}
.ArticleInMenu .Paging .curpage {
        font: bold 14px "Segoe UI",Tahoma,Verdana;
        margin: 0 2px;
}
.ArticleInMenu .Paging {
        margin: 0;
        text-align: right;
}
.ArticleInMenu .SingleArticle > table {
        margin: 0 !important;
}
.ArticleInMenu > table {
        margin: 0 !important;
        width: 100% !important;
}
.ArticleInMenu .ArticleCatName {
        background: #fffce0 none repeat scroll 0 0;
        border: 1px solid #dfdfdf;
        border-radius: 3px 3px 0 0;
        height: 25px;
        margin-top: 5px;
        position: relative;
}
.ArticleInMenu .ArticleCatName a {
        background: #df2417 none repeat scroll 0 0;
        color: #fff;
        display: block;
        float: left;
        font: bold 12px/25px "Segoe UI",Tahoma,Verdana;
        height: 100%;
        margin: 0;
        padding: 0px 20px;
        position: relative;
        text-transform: uppercase;
}
.ArticleInMenu .ArticleCatName a::after {
        border-color: transparent transparent transparent #df2417;
        border-style: solid;
        border-width: 12px 0 14px 14px;
        content: " ";
        display: block;
        height: 0;
        margin-left: 2px;
        position: absolute;
        right: -14px;
        top: 0;
        vertical-align: middle;
        width: 0;
}
.ArticleInMenu .col-lg-2 {
        min-width: 200px;
        min-height: 120px;
}
div.ArticleInMenu .col-lg-2 img {
        padding: 0;
        border: none;
        object-fit: cover;
        padding: 3px;
        background: #fff;
        border: 1px solid #ddd;
}
div.ArticleInMenu .col-lg-10>p{
        font-size: 14px;
        color: #495057;
        margin-top: 10px;
        margin-bottom: 0;
        order: 1;
}
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;
        font-size: 12px;
        text-decoration: none;
        color: #212529;
        min-width: 30px;
        max-width: 30px;
        margin: 0;
        border-radius: 3px !important;
}
div.ArticleInMenu .page-item.active .page-link {
        background: #106936;
        border: none;
}
@media only screen and (max-width: 768px){
        .ArticleInMenu .col-lg-2 {
                min-width: 120px;
                min-height: 80px;
                margin-top: 5px;
        }
        div.ArticleInMenu .col-lg-2 img {
                min-width: 100%;
                min-height: 100%;
        }
        div.ArticleInMenu {
                padding: 0 10px !important;
        }
        div.ArticleInMenu .col-lg-10 {
                padding-right: 0;
        }
        div.ArticleInMenu ul {
                padding: 0;
        }
}
.ArticleInMenu * {
        font-size: 15px;
}
div.SingleArticle{
        padding: 5px;
}
.SingleArticle .title {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        color: #ed1c24;
}
