.SimilarArticleControl {
        background: #ffffff none repeat scroll 0 0;
        margin: 20px 0;
        margin-top: 0;
        padding-left: 0;
        padding: 0;
}
.SimilarArticleControl .ModuleTitle {
        color: #343a40;
        font-family: "NotoSans", sans-serif !important;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 20px;
}
.SimilarArticleControl a {
        color: #222;
        font-family: "NotoSans", sans-serif !important;
        font-size: 13px;
        text-align: justify;
        text-decoration: none;
        display: flex;
        flex-direction: column;
        width: 100%;
}
.SimilarArticleControl a .ArticleTitle{
        padding: 0 15px;
        color: #084298;
        font-family: "NotoSans", sans-serif !important;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 10px;
        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;
        text-decoration: none;
}
.SimilarArticleControl a img{
        object-fit: cover;
        margin-bottom: 10px;
        width: 100%;
        height: 180px;
}
.SimilarArticleControl a img:not([src=""]){
        position: relative;
}
.SimilarArticleControl a img:not([src=""]):after{
        content: '';
        background: 
                url(https://chuyendoiso.binhduong.gov.vn/Images/noimage.png), 
                linear-gradient(#dddddd, #cfcfcf) ;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 9999;
        width: inherit;
        height: inherit;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
}
.SimilarArticleControl ul.ArticleList {
        color: #06a7e2;
        padding: 0;
        width: 100%;
        list-style: none;
        margin: 0;
        display: flex;
        gap: 20px;
}
.SimilarArticleControl .ItemClear {
        list-style: outside none none;
}
.SimilarArticleControl li.ListItem {
        margin: 0;
        display: flex;
        align-items: flex-start;
        width: calc(100% / 4 - 16px);
        background: #eee;
        border-radius: 20px;
        overflow: hidden;
}
.SimilarArticleControl li.ListItem+li{
        border-top: 1px dashed #e4e4e4
}
.SimilarArticleControl .ArticlePostDate, .ArticleViewCount {
        font-family: "NotoSans", sans-serif !important;
        font-size: 13px;
        color: #6c757d;
        padding: 0 15px;
        padding-bottom: 10px;
}
.SimilarArticleControl .ArticleList .ListItem .ArticlePostDate {
        /* display: none; */
}
.SimilarArticleControl .ArticleList .GridItem {
        display: block;
        float: left;
        height: 140px;
        list-style-position: outside;
        margin: 4px;
        padding: 5px;
        text-align: center;
        width: 118px;
}
.SimilarArticleControl .ArticleList .GridItem .ArticleImage {
        height: 80px;
        margin-bottom: 5px;
        width: 120px;
}
.SimilarArticleControl .ArticleList .GridItem .ArticleTitle:hover {
        color: #00a651;
}
.SimilarArticleControl .ArticleList .GridItem .ArticleTitle {
}
.SimilarArticleControl .ArticleList .GridItem .ArticlePostDate {
}
.SimilarArticleControl .ArticleList .ItemClear {
        clear: both;
        display: none;
}
.SimilarArticleControl .Pager {
        float: right;
}
.SimilarArticleControl .Pager .CurrentPage {
}
.SimilarArticleControl .Pager .ButtonPage {
        background-color: #dcdcdc;
        border: 1px solid #333333;
        height: 20px;
        padding: 0 6px;
        text-decoration: none;
        width: 20px;
}
.SimilarArticleControl>div:nth-child(3) {
        text-align: center;
        /* background: red; */
        display: block;
        float: none !important;
}
.SimilarArticleControl>div:nth-child(3)>span {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 0;
}
.SimilarArticleControl>div:nth-child(3)>span>span, .SimilarArticleControl>div:nth-child(3)>span>a {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #e9ecef;
        /* border: 1px solid #e4e4e4; */
        border-radius: 5px;
        font-family: "NotoSans", sans-serif !important;
        font-size: 13px;
        color: #343a40;
}
.SimilarArticleControl>div:nth-child(3)>span>span {
        background: #0d6efd;
        color: #fff;
}
@media only screen and (max-width: 1023px){
        div.SimilarArticleControl {
                padding: 15px !important;
                margin-bottom: 10px;
        }
        div.SimilarArticleControl ul.ArticleList{
                margin: 0 !important;
                max-width: 100%;
                flex-wrap: wrap;
        }
        div.SimilarArticleControl .ArticleTitle{
                padding: 0 15px;
        }
        .SimilarArticleControl li.ListItem{
                width: 100%;
        }
}
