/*.UIBannerControl {
        margin: 0 auto !important;

        width: 100%!important;
    height: 200px;
        z-index: 2;

}
.DropdownMenu {
    height: 38px;
    width: 100%;
    position: relative;
    z-index: 100;
    max-width: 100%;
    margin: 0 auto;
    margin-top: -38px;
    background: rgba(13,88,236,0.7)
}*/
/*.ArticleSlider .SliderFeature .RightCol .Header{
    display: inline;
}
.ArticleSlider .SliderFeature .RightCol .Header .lblHeader{
    display: inline;
    padding-left: 10px;
    font-size: 15px;
    font-weight: bold;
}

.ArticleSlider .SliderFeature .RightCol .ArticleList{
    flex-wrap: nowrap;
    overflow-x: auto;   
    -webkit-overflow-scrolling: touch;
}
.ArticleSlider .SliderFeature .RightCol .ArticleList > li{
    max-width: 150px;
}*/


.SimilarArticleControl {
        background: #ffffff none repeat scroll 0 0;
        margin: 20px 0;
        margin-top: 0;
        /* padding-left: 50px; */
        padding: 0;
}
.SimilarArticleControl .ListItem{

        height: 250px;
}
.SimilarArticleControl .ModuleTitle {
        position: relative;
	background-color: var(--background-orange);
  color: #fff!important;
  padding: 7px 10px;
  font-size: 15px;
        font-weight: 600;
  display: inline-block;
        text-transform: uppercase;
}

.SimilarArticleControl a {
        color: #212529;
        text-align: justify;
        text-decoration: none;
        font-size: 15px;
        width: 200px;
}
.SimilarArticleControl a img{
        width: 200px;
    height: 130px;
            object-fit: cover;
}
.SimilarArticleControl ul.ArticleList {
    position: relative;
        /* color: #06a7e2; */
        list-style: outside none square;
        /* margin: 0 0 0 13px; */
        width: 100%;
        padding: 0;
    
        list-style: none;
    display: flex;
    flex-direction: row;
}
.SimilarArticleControl .ItemClear {
        list-style: outside none none;
}
.SimilarArticleControl li.ListItem {
        clear: both;
     
        padding: 10px 0;
        display: flex;
        align-items: flex-start;
        /* background: url(images/arrow2.png) no-repeat 0px 18px; */
        width: unset;
        
        
}
.SimilarArticleControl li.ListItem:not(:first-child){
        margin-left: 20px;
}
.SimilarArticleControl .ArticlePostDate {
        float: left;
        margin-bottom: 0;
        font-size: 12px;
        color: #495057;
        margin-top: 5px;
}
.SimilarArticleControl .ArticleViewCount {
        float: right;
        margin-bottom: 0;
        font-size: 12px;
        color: #495057;
        margin-top: 5px;
}
.SimilarArticleControl .ArticleList .ListItem .ArticlePostDate {
        
}
.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: 100%;
}
.SimilarArticleControl .ArticleList .GridItem .ArticleTitle:hover {
        color: #00a651;
}
.SimilarArticleControl .ArticleList .ArticleTitle {
    margin: 10px 0 0 0;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
text-overflow: ellipsis;
    line-height: 18px;
    height: 54px;
}
.SimilarArticleControl .ArticleList .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: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #dee2e6;
        /* border: 1px solid #e4e4e4; */
        border-radius: 5px;
        font-size: 13px;
        color: #343a40;
}
.SimilarArticleControl>div:nth-child(3)>span>span {
        background: #da251d;
        color: #fff;
}
@media only screen and (max-width: 768px){
        .SimilarArticleControl li.ListItem:not(:first-child){
        border-top: 1px dashed #e4e4e4
}
    .SimilarArticleControl {
        background: #ffffff none repeat scroll 0 0;
        margin: 20px 0;
        margin-top: 0;
        /* padding-left: 50px; */
        padding-right:10px;
}
    .SimilarArticleControl .ListItem{
        width: 100%;
        height: 100%;
}
.SimilarArticleControl a {
        width: 100%;
        height: 100%;
}
.SimilarArticleControl a img{
        display: none;
}
.SimilarArticleControl ul.ArticleList {
        margin-top:0px !important;
        width: 100%;
    	flex-direction:column;
}
    .SimilarArticleControl li.ListItem:not(:first-child){
        margin-left: 0;
    }
        .SimilarArticleControl ul.ArticleList::before {
  top: -10px;
}
}

