.ArticleInMenu .info{
        display: flex;
        gap: 10px;
}
.ArticleInMenu .Ngaydang {
        width: fit-content;
        margin-bottom: 10px;
        text-align: left;
        font-size: 12px;
        color: #6c757d;
        display: flex;
        gap: 5px;
}
.ArticleInMenu .Author{
        width: fit-content;
        margin-bottom: 10px;
        text-align: left;
        font-size: 12px;
        color: #6c757d;
        display: flex;
        gap: 5px;
}
.ArticleInMenu .View{
        width: fit-content;
        margin-bottom: 10px;
        text-align: left;
        font-size: 12px;
        color: #6c757d;
        display: flex;
        gap: 5px;
}
.ArticleInMenu {
        background: #fff none repeat scroll 0 0;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 0;
        padding: 20px 30px;
        margin-bottom: 15px;
}
.ArticleInMenu .Apple-tab-span {
        display: none;
}
div.ArticleInMenu img {
}
div.ArticleInMenu li.row {
        clear: both;
        list-style: outside none none;
        padding: 0;
        padding-bottom: 15px;
        border: none;
        gap: 15px;
        flex-wrap: nowrap;
}
div.ArticleInMenu li.row+li.row{
        padding-top: 15px;
        border-top: 1px dashed #ccc;
}
div.ArticleInMenu .ArticleOfCat li img {
        width: 100%;
        height: 180px;
        object-fit: cover;
        border: 1px solid #e9ecef7d;
}
.ArticleInMenu * {
        font-size: 15px;
}
.ArticleInMenu .Summary{
        width: 80%;
}
.ArticleInMenu li .Title a {
        color: #212529;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 10px;
        display: inline-block;
        width: 100%;
        text-decoration: none;
}
.ArticleInMenu .alumni .Title a{
        color: #292525;
        font-weight:400;
        font-size:19px;
        /* font-family:"Segoe UI","Segoe WP",Arial,Sans-Serif; */
}
div.ArticleInMenu ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        width: 100%;
        list-style: none;
}
div.ArticleInMenu ul .alumni{
        padding-bottom: 25px;
        border-bottom: 1px solid #eee;
        padding-top: 25px;
}
div.ArticleInMenu ul .alumni:first-child{
        padding-top:0;
}
div.ArticleInMenu ul .alumni .second{
        display: flex;
        flex-direction: row;
        gap: 15px;
}
div.ArticleInMenu ul .alumni .second p{
        flex: 70%;
        /* font-family: "Segoe UI","Segoe WP",Arial,sans-serif; */
        font-size: 15px;
}
div.ArticleInMenu ul .alumni .second a{
        /* width:180px; */
        /* height:108px; */
        /* display:block; */
}
div.ArticleInMenu ul .alumni .second .image{
        width:180px;
        height:108px;
        object-fit: contain;
}
.ArticleInMenu h2 {
        margin: 0;
        display: inline-block;
        order: 1;
}
.ArticleInMenu .Page {
        clear: both;
        display: block;
}
.ArticleInMenu .Paging {
        margin-top: 20px;
        text-align: right;
}
.ArticleInMenu .SingleArticle > table {
        margin: 0 !important;
}
.ArticleInMenu > table {
        margin: 0 !important;
        width: 100% !important;
}
div.ArticleInMenu .ArticleCatName {
        height: 30px;
        /*background: #ffc708;*/
        background: #0076c0;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        /*color: #292525;*/
        color: #fff;
        line-height: 30px;
        padding: 0 10px;
        font-weight: bold;
        font-size: 18px;
        position: relative;
        top: -30px;
}
.ArticleInMenu .ArticleCatName a {
        color: #212529;
        display: inline-block;
        padding: 0 10px 0 35px;
        white-space: nowrap;
        width: 100%;
        text-transform: uppercase;
        line-height: 45px;
        font-weight: 600;
        font-size: 15px;
}
.ArticleInMenu .ArticleCatName a::after {
        width: 0;
        height: 0;
        border-bottom: 21px solid transparent;
        border-top: 21px solid transparent;
        border-left: 17px solid #fc6260;
        content: "";
        position: absolute;
        right: -17px;
        top: 0;
}
div.ArticleInMenu .col-lg-2{
        width: 180px;
        height: 108px;
        overflow: hidden;
        padding: 0;
        background: #f1f1f1;
}
div.ArticleInMenu .col-lg-2 a{
        display: inline-block;
        width: 100%;
        height: 100%;
}
div.ArticleInMenu .col-lg-2 a img{
        width: 100%;
        height: 100%;
        object-fit: cover;
}
div.ArticleInMenu .col-lg-10{
        display: flex;
        flex-direction: column;
        width: unset;
        padding: 0;
        max-width: unset;
        flex: 1;
}
.ArticleInMenu .col-lg-10>p{
        order: 3;
        margin-bottom: 0;
        color: #212529 !important;
}
div.ArticleInMenu .col-lg-10 .Ngaydang{
        margin-bottom: 10px;
}
div.SingleArticle{
        padding: 0;
        width: 100%;
}
div.SingleArticle .title{
        font-size: 25px;
        color: #212529;
        margin-bottom: 20px;
        text-align: left;
        text-transform: uppercase;
        font-weight: 600;
}
.ArticleCatDesc {
        display: none;
}
div.ArticleInMenu .ArticleCat{
        padding: 0;
        width: 100%;
        min-height: 200px;
        outline: 1px solid #e9ecef;
}
.ArticleInMenu ul.ArticleOfCat{
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        padding: 0;
}
.ArticleInMenu ul.ArticleOfCat li{
        display: flex;
        padding-bottom: 10px;
        gap: 15px;
        flex-wrap: wrap;
        flex-direction: column;
        width: calc(100% / 3);
        padding: 20px;
        min-height: 300px;
        border-right: 1px solid #e9ecef;
        border-bottom: 1px solid #e9ecef;
}
.ArticleInMenu ul.ArticleOfCat li .Title{
        width: unset;
}
.ArticleInMenu ul.ArticleOfCat li a{
        order: 3;
        margin-bottom: 0;
}
.ArticleInMenu ul.ArticleOfCat li p{
        /* display: none; */
        /* width: 60%; */
        order: 3;
        margin-bottom: 0;
}
.ArticleInMenu ul.ArticleOfCat li+li{
        /* padding-top: 10px; */
        /* border-top: 1px dashed #ccc; */
}
.ArticleInMenu ul.ArticleOfCat li p *{
        color: #212529 !important;
}
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 !important;
}
div.ArticleInMenu .page-item.active .page-link {
        /*background: #ffc708 !important;*/
        background: #0076c0 !important;
        border: none;
        /*color: #292525 !important;*/
        color: #fff !important;
}
@media only screen and (max-width: 768px){
        .ArticleInMenu .alumni .Title a{
                font-size:17px;
        }
        div.ArticleInMenu ul .alumni .second .image{
                width:130px !important;
                height:100px !important;
        }
        div.ArticleInMenu ul .alumni .second p{
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 5;
                /* number of lines to show */
                line-clamp: 5;
                -webkit-box-orient: vertical;
        }
        div.ArticleInMenu {
                padding: 10px !important;
                margin-bottom: 10px;
        }
        div.ArticleInMenu * {
                max-width: 100%;
        }
        div.ArticleInMenu .ArticleCatName {
                margin-bottom: 10px;
                top: 0;
        }
        .ArticleInMenu ul.ArticleOfCat li .Title {
                margin-top: 5px;
        }
        div.ArticleInMenu .col-lg-2 {
                min-width: 130px;
                min-height: 80px;
                max-height: 80px;
                max-width: 130px;
                padding: 0 !important;
                border-radius: 0;
        }
        div.ArticleInMenu .ArticleCat{
                width: 100%;
        }
        div.ArticleInMenu .ArticleOfCat li img {
                min-width: 100%;
                min-height: 40vw;
                max-height: 40vw;
        }
        .ArticleInMenu ul.ArticleOfCat li:nth-child(1) a img {
                width: 100% !important;
                height: 45vw !important;
        }
        .ArticleInMenu ul.ArticleOfCat li {
                width: 100%;
                border-right: none;
        }
        div.ArticleInMenu .col-lg-2 a img{
                min-width: 100%;
                min-height: 100%;
        }
}
