.SimilarArticleControl {
        background: none repeat scroll 0 0 #ffffff;
        margin: 0;
        padding: 0;
}
.SimilarArticleControl .ModuleTitle  {
        font-weight: 800;
        font-size: 18px;
        line-height: 26px;
        /* identical to box height, or 135% */
        /* Grey 1 */
        color: #1B1D2D;
        padding: 10px 0 0 0;
        margin-bottom: 16px;
            text-transform: uppercase;
}
.SimilarArticleControl a {
        color: #444444;
        text-align: justify;
        text-decoration: none;
        font-size: 16px;
        margin-bottom: 15px;
        position: relative;
        display: flex;
        gap: 15px;
        padding-bottom: 5px;
        border-bottom: 1px solid #EEF2F8;
}
.SimilarArticleControl a img {
        width: 250px;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        border: 1px solid #EEEEEE;
        margin-bottom: 12px;
        object-fit:cover;
}
.SimilarArticleControl ul.ArticleList {
        color: #ff4200;
        list-style: none;
        margin: 0 0 0 0px;
        padding: 0;
        /* column-count: 3; */
        /* column-gap: 28px; */
        display: grid;
        grid-template-areas:
                "item";
}
.SimilarArticleControl .ItemClear {
        list-style: none outside none;
}
.SimilarArticleControl li.ListItem {
        margin: 0;
        padding: 0;
        line-height: 1.4;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        /* min-height: 280px; */
        display: inline-block;
}
.SimilarArticleControl .ArticleTitle {
        /* flex: 1; */
        /* identical to box height, or 140% */
        /* Grey 1 */
        font-style: normal;
        font-weight: 700;
        font-size: 16px;
        line-height: 26px;
        /* or 156% */
        /* Primary color 3 */
        color: #212121;
}
.SimilarArticleControl .ArticlePostDate, .ArticleViewCount {
        /* float: left; */
        /* font: italic 9pt arial; */
        margin-bottom: 0;
        margin-right: 0;
        font-size: 12px;
        color: #757575;
        margin-top: 5px;
        font-style: italic;
}
.SimilarArticleControl .ArticleList .ListItem .ArticlePostDate {
        margin-top: 0;
        bottom: 0;
        right: 0;
        /* identical to box height */
        /* Grey 2 */
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        /* identical to box height, or 143% */
        /* Grey 4 */
        color: #62748D;
        display: none;
}
.SimilarArticleControl .CurrentPage, .SimilarArticleControl .ButtonPage {
        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: #ff4e00;
}
.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 .Summary {
        display: none;
}
.SimilarArticleControl>div:nth-child(3) {
        text-align: center;
        /* background: red; */
        display: block;
        float: none !important;
        padding-bottom: 20px;
}
.SimilarArticleControl>div:nth-child(3)>span {
        display: flex;
        align-items: center;
        justify-content: center;
}
.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: #eee;
        /* border: 1px solid #e4e4e4; */
        border-radius: 5px;
        font-size: 12px;
        color: #343a40;
        margin: 0;
        padding: 0;
}
.SimilarArticleControl>div:nth-child(3)>span>span {
        background: #0466a0;
        color: #fff;
}
@media (max-width:1023px) and (min-width: 768px){
        .SimilarArticleControl{
        	padding: 0 10px!important;
                width: auto!important;
        }
}
@media only screen and (max-width: 768px){
        div.SimilarArticleControl {
                padding: 0 20px !important;
        }
        .SimilarArticleControl a{
                flex-direction: column;
                gap: 0px;
                padding-bottom: 10px;
                margin-bottom: 5px;
        }
        .SimilarArticleControl a img{
                width:100%;
                height:214px;
                border-radius:4px;
        }
        .SimilarArticleControl .ArticleTitle{
                text-align:left !important;
        }
}
