.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;
        display: none;
}
.ArticleInMenu {
        background: #ffffff none repeat scroll 0 0;
        display: block;
        margin: 0;
        padding: 0;
        margin-bottom: 50px;
        padding-top: 30px;
}
.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 - 15px);
}
div.ArticleInMenu li.row+li{
        /* padding-top: 15px; */
        /* 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: #3C3D41;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 10px;
        padding: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        /* height: 39px; */
        line-height: 1.4;
        text-align: justify;
}
div.ArticleInMenu ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
}
.ArticleInMenu .ArticleOfCat{
        padding: 0;
}
.ArticleInMenu .ArticleOfCat>li {
        display: inline-block;
        width: 50% !important;
        margin-bottom: 15px;
        text-align: justify;
        float: none;
}
.ArticleInMenu .ArticleOfCat>li a{
        display: block;
        position: relative;
}
.ArticleInMenu .ArticleOfCat>li>a{
        float: left;
}
.ArticleInMenu .ArticleOfCat>li:nth-child(1)>a{
        float: none;
}
.ArticleInMenu .ArticleOfCat>li>a:after{
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.2) 100%);
        content: '';
        display: block;
        transition: 300ms;
        min-height: 115px;
}
.ArticleInMenu .ArticleOfCat>li img{
        height: 115px;
        transition: all 0.3s ease 0.1s;
        width: 195px;
        object-fit: cover;
        float: left;
        margin-right: 20px;
        padding: 0;
        border: none;
}
.ArticleInMenu .ArticleOfCat>li:first-child {
        float: left;
        width: 50%;
        padding-right: 30px;
}
.ArticleInMenu .ArticleOfCat>li:first-child img {
        height: 310px;
        object-fit: cover;
        margin-bottom: 10px;
        width: 100%;
        float: none;
        padding: 0;
        border: none;
}
.ArticleInMenu .ArticleOfCat>li p{
        display: block;
        margin-bottom: 20px;
        font-weight: normal;
        /* text-transform: uppercase; */
        color: #3C3D41;
        padding: 0;
        padding-top: 0;
        font-size: 14px;
        color: #666B6F;
}
.ArticleInMenu a img {
        float: left;
        margin-right: 10px;
        transition: 300ms;
}
.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;
}
div.ArticleInMenu .ArticleCatName {
        border-bottom: 2px solid #DFDFDF;
        /* padding: 5px 0; */
        overflow: unset;
}
.ArticleInMenu .ArticleCatName a {
        border-bottom: 2px solid #006938;
        padding: 7px 0;
        font-weight: 700;
        color: #606060;
        text-transform: uppercase;
        font-size: 14px;
        margin-bottom: -2px;
        display: inline-block;
}
.ArticleInMenu .col-lg-2 {
        min-width: 170px;
        min-height: 95px;
        transition: 300ms;
        overflow: hidden;
}
.ArticleInMenu .col-lg-2 a{
        display: inline-block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        transition: 300ms;
        position: relative;
}
.ArticleInMenu .col-lg-2 a:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 0%;
        height: 100%;
        background: linear-gradient(90deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.2) 100%);
        content: '';
        display: block;
        transition: 300ms;
}
div.ArticleInMenu .col-lg-2 img {
        padding: 0;
        border: none;
        object-fit: cover;
        padding: 0;
        background: #fff;
        /* border: 1px solid #ddd; */
}
div.ArticleInMenu .col-lg-10>p{
        display: block;
        margin-bottom: 20px;
        font-weight: normal;
        padding-top: 0;
        font-size: 14px;
        color: #666B6F;
}
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: 12px;
        text-decoration: none;
        color: #212529;
}
div.ArticleInMenu .page-item.active .page-link {
        background: #167a4c;
        border: none;
}
.ArticleInMenu * {
        font-size: 16px;
        color: #3C3D41;
}
div.SingleArticle{
        padding: 50px 0;
        padding-top: 10px;
}
.SingleArticle .title {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        color: #3C3D41;
        margin: 10px 0;
        text-align: center;
        margin-bottom: 30px;
}
div.ArticleInMenu li.row:hover img{
        transform: scale(1.05);
}
div.ArticleInMenu li.row:hover a:after{
        width: 100%;
}
div.ArticleInMenu  ul.ArticleList {
        display: flex !important;
        flex-wrap: wrap;
        gap: 30px;
}
.ArticleInMenu .ArticleOfCat>li:hover a:after{
        width: 100%;
}
@media only screen and (max-width: 768px){
        .ArticleInMenu .col-lg-2 {
                min-width: 100%;
                min-height: 25vw;
                margin-top: 0px;
                margin-bottom: 15px;
                margin-right: 0 !important;
        }
        div.ArticleInMenu .col-lg-2 img {
                min-width: 100%;
                min-height: 100%;
        }
        div.ArticleInMenu {
                padding: 0 20px !important;
        }
        div.ArticleInMenu .col-lg-10 {
                padding-right: 0;
        }
        div.ArticleInMenu ul {
                padding: 0;
        }
        .ArticleInMenu .ArticleOfCat>li:first-child {
                float: none;
                min-width: 100%;
                padding-right: 0;
        }
        .ArticleInMenu .ArticleOfCat>li:first-child img {
                margin: 0;
                margin-bottom: 15px;
                min-width: 100%;
                min-height: 100%;
        }
        .ArticleInMenu .ArticleOfCat>li:nth-child(1)>a {
                height: 45vw;
                margin-bottom: 15px;
        }
        .ArticleInMenu .ArticleOfCat>li {
                min-width: 100%;
        }
        .ArticleInMenu .ArticleOfCat>li>a {
                float: none;
        }
        .ArticleInMenu .ArticleOfCat>li img {
                min-width: 115px;
                min-height: 75px;
                max-width: 115px !important;
                max-height: 75px !important;
        }
}
