.SimilarArticleControl {
        margin: 20px 0;
        margin-top: 0;
        /* padding-left: 50px; */
        box-shadow: 0 4px 20px 0 #9d9d9d26;
        background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.SimilarArticleControl .ModuleTitle {
        color: var(--color-primary);
        font-size: 26px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 20px;
        box-shadow: 0 4px 20px 0 #9d9d9d26;
        text-align: left;
        padding: 7px;
        position: relative;
        padding-left: 50px;
}
.SimilarArticleControl .ModuleTitle:before{
        content:"";
        background: url(images/icon-htvb.png) no-repeat 5px center;
        position: absolute;
        top: 10px;
        left: 0px;
        width: 32px;
        height: 32px;
        background-size: contain;
}
.SimilarArticleControl a {
        color: #212529;
        text-align: justify;
        text-decoration: none;
        font-size: 15px;
}
.SimilarArticleControl a img{
        display: none;
}
.SimilarArticleControl ul.ArticleList {
        /* color: #06a7e2; */
        list-style: outside none square;
        /* margin: 0 0 0 13px; */
        padding: 0;
        width: 100%;
        list-style: none;
        box-shadow: 0 4px 20px 0 #9d9d9d26;
        padding: 0 10px;
}
.SimilarArticleControl .ItemClear {
        list-style: outside none none;
}
.SimilarArticleControl li.ListItem {
        clear: both;
        display: flex;
        align-items: center;
        background: url(images/icon-flower-orange.png) no-repeat 5px center;
        width: unset;
        margin: 0;
        background-color: #f9f9f9;
        padding: 10px 12px 10px 27px;
        background-size: 12px;
        margin-bottom: 10px;
        border-radius: 8px;
}
.SimilarArticleControl li.ListItem+li{
        border-top: navajowhite;
}
.SimilarArticleControl .ArticlePostDate, .ArticleViewCount {
        float: left;
        margin-bottom: 0;
        font-size: 12px;
        color: #495057;
        margin-top: 5px;
}
.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;
}
.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;
}
.SimilarArticleControl>div:nth-child(3)>span>span, .SimilarArticleControl>div:nth-child(3)>span>a {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #dee2e6;
        /* border: 1px solid #e4e4e4; */
        border-radius: 5px;
        font-size: 11px;
        color: #343a40;
}
.SimilarArticleControl>div:nth-child(3)>span>span {
        background: var(--bg-blue-weight);
        color: #fff;
}
@media only screen and (max-width: 1023px){
        div.SimilarArticleControl {
                padding: 0 10px !important;
                margin-bottom: 10px !important;
        }
        .SimilarArticleControl .ArticleTitle {
                padding: 0 !important;
        }
}
