.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-size: 16px;
    font-weight: 700;
    text-decoration: underline;
}

.ArticleInMenu {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    margin: 0;
    margin-top: 20px;
    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: 15px;
    border: none;
    width: calc(100% / 2 - 20px);
    /* border-top: 1px dotted #ddd; */
}

div.ArticleInMenu li.row {
    padding-top: 15px;
    border-bottom: 1px dotted #ddd;
}

.ArticleInMenu li img {
    height: 100px;
    padding: 2px;
    width: 140px;
}

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

.ArticleInMenu .SingleArticle a {
    color: #333;
}

.ArticleInMenu li .Title a {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    line-height: 1.4;
}

.ArticleInMenu ul.ArticleList {
    display: flex;
    margin: 0;
    padding: 0 !important;
    width: 100%;
    flex-wrap: wrap;
    gap: 0 25px;
}

.ArticleInMenu a img {
    float: left;
    margin-right: 10px;
}

.ArticleInMenu .Title {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    order: 0;
    padding-left: 5px;
}

.ArticleInMenu .Title a {
    color: #333;
}

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

div.ArticleInMenu .col-lg-2:has(img[src=""]) {
    display: none;
}

div.ArticleInMenu .col-lg-10 > p {
    font-size: 14px;
    color: #495057;
    margin-top: 10px;
    margin-bottom: 0;
    order: 1;
    display: none;
}

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;
    border-radius: 5px;
    font-size: 13px;
    text-decoration: none;
    color: #212529;
}

div.ArticleInMenu .page-item.active .page-link {
    background: #056abf;
    border: none;
    color: #fff;
}

div.ArticleInMenu li.row:not(.col-lg-2) .col-lg-10 {
    padding-left: 0;
}

div.ArticleInMenu li.row:has(.col-lg-2) .col-lg-10 {
    padding-left: 0;
}

.ArticleInMenu .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

p.detail {
    font-size: 14px;
    font-weight: normal;
}

.ArticleInMenu .boxsearch__expan {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f5f6f7;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 10px 12px;
    margin-bottom: 10px;
    cursor: pointer;
    font-weight: 600;
    font-size: 15px;
    color: #212529;
}

.ArticleInMenu .boxsearch__expan span {
    transition: transform .2s ease;
    font-size: 14px;
}

.ArticleInMenu .boxsearch {
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 12px;
    background: #fff;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
}

.ArticleInMenu .boxsearch > span {
    font-size: 13px;
    font-weight: 600;
    color: #495057;
}

.ArticleInMenu .boxsearch > span:first-child,
.ArticleInMenu .boxsearch .content {
    width: 100%;
}

.ArticleInMenu .boxsearch > span:nth-of-type(2) {
    margin-top: 8px;
    white-space: nowrap;
}

.ArticleInMenu .boxsearch > span:nth-of-type(2) + .date {
    width: calc(50% - 45px);
}

.ArticleInMenu .boxsearch > span:nth-of-type(3) {
    margin-top: 8px;
    white-space: nowrap;
}
.ArticleInMenu .boxsearch span:nth-of-type(2),
.ArticleInMenu .boxsearch span:nth-of-type(3),.boxsearch .date {
    display: none !important;
}

.ArticleInMenu .boxsearch > span:nth-of-type(3) + .date {
    width: calc(50% - 40px);
}

.ArticleInMenu .boxsearch input[type="text"] {
    width: 100%;
    height: 36px;
    padding: 6px 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 14px;
}

.ArticleInMenu .boxsearch > div:last-child {
    width: 100%;
    text-align: center;
}

.ArticleInMenu .boxsearch input[type="submit"] {
    margin-top: 12px;
    height: 35px;
    background: #dc3545;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: background .2s ease;
    text-align: center;
    padding: 0px 15px;
}

.ArticleInMenu .boxsearch input[type="submit"]:hover {
    background: #bb2d3b;
}

@media only screen and (max-width: 768px) {

    .ArticleInMenu .boxsearch {
        flex-direction: column;
        align-items: stretch;
    }

    .ArticleInMenu .boxsearch > span:nth-of-type(2),
    .ArticleInMenu .boxsearch > span:nth-of-type(3),
    .ArticleInMenu .boxsearch > span:nth-of-type(2) + .date,
    .ArticleInMenu .boxsearch > span:nth-of-type(3) + .date {
        width: 100%;
    }

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