.ArticleInMenu .Ngaydang {
    margin-top: 5px;
    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: 100%;
    padding: 2px;
    width: 100%;
}

.ArticleInMenu h2 {
    margin: 0;
    font-size: 11pt
}

.ArticleInMenu .SingleArticle a {
    font-size: inherit;
    color: #E79A0E;
}

.ArticleInMenu .SingleArticle a:hover {
    color: #3db2ff;
}

.ArticleInMenu li .Title a {
    color: #37423b;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.ArticleInMenu li .Title a:hover {
    color: #e79a10;
}

.ArticleInMenu ul {
    /* display: inline-block; */
    margin: 0;
    padding: 0;
    width: 100%;
}

.ArticleInMenu ul.ArticleList li {
    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;
    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;
}

div.ArticleInMenu .col-lg-10>p {
    font-size: 14px;
    color: #495057;
    margin-top: 10px;
    margin-bottom: 0;
    order: 1;
    flex: 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;
}

div.ArticleInMenu .page-item.active .page-link {
    background: #3db2ff;
    border: none;
}

.SingleArticle .title {
    font-size: 40px;
    font-weight: 500;
    color: #37423b;
    text-align: center;
    margin-bottom: 30px;
}

@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;
    }
}