/*.SingleTab {
        display: inline-block;
        margin-bottom: 15px;
        width: 100%;
        padding: 0;
        padding-right: 15px;
        container-type: inline-size;
}
.SingleTab .Header {
        display: block;
        margin-bottom: 10px;
        padding-left: 35px;
        height: 40px;
}
.SingleTab .Header {
        overflow: hidden;
        padding-left: 0px!important;
}
.SingleTab .Header .HeaderWrap{
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        font-size: 14px;
        min-width: 40%;
        color: #FFEB3B;
    	width: 100%;
}
.HeaderWrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%; 
  background-color: #DA251D;
  margin-left: 5px;
}
.SingleTab .Header .HeaderWrap img{
        display: none;
}
.SingleTab .Header .HeaderWrap .text > a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
    
        color: white;
        display: inline-block;
        padding-left: 0;
        margin-top: 2px;
        text-align: left;
         background-color: #DA251D ;
  padding: 7px 10px ;
  display: inline-block;
}
.SingleTab .Header .HeaderWrap .text > a::after {
        content: "";
        display: none;
        width: 40px;
        border-bottom: 1px solid #fdca7b;
        position: absolute;
        bottom: 0;
        left: 0;
}
.SingleTab .Header .HeadWraper ul {
        display: inline-block;
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.SingleTab .Header .HeadWraper li {
        display: inline-block;
        float: left;
}
.SingleTab .Header .HeadWraper li {
        display: block;
        height: 28px;
        line-height: 28px;
}
.SingleTab .Header .HeadWraper span {
        height: 28px;
        line-height: 28px;
        background-color: #DA251D ;
  padding: 4px 10px ;
  font-size: 14px ;
  display: inline-block;
}
.SingleTab .Header .HeadWraper .Primary span {
        background: #cecece none repeat scroll 0 0;
        margin-right: 4px;
}
.SingleTab .Header .HeadWraper .Image {
        margin-right: 6px;
}
.SingleTab .Wrap {
  
        min-height: 300px;
        margin: 0;

        display: flex;
}
.SingleTab .Wrap .first {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 350px;

        width: 170%;

}
.SingleTab .Wrap .first .image {

        height: fill;

        width: 100%;
        object-fit: cover;

        overflow: hidden;
}
.SingleTab .Wrap .first .title {
        margin: 0;
        padding: 0;
        font-size: 13px;

        left: 0;
        bottom: 0;
  
        padding: 10px 0;
        padding-bottom: 10px;
        border-radius: 4px;
}
.SingleTab .Wrap .first .date{
        font-size: 12px;
        color: #6c757d;

        left: 0;
        bottom: 0;
        padding: 0;
}
div.SingleTab .Wrap .first p {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.4;
        color: #333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0;
        text-align: left;
        -webkit-line-clamp: 6;
        text-align: justify;
        margin-top: 0;
        order: 9;

}
.SingleTab .Wrap .first .title a {
        color: #202122;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
}
.SingleTab .Wrap .clear {
        clear: both;
}
.SingleTab .Wrap .next {
        color: #ce1110;
        list-style: square;

        padding: 0;
        font-size: 14px;
        padding-left: 15px;

        margin-top: 0px;
}
.SingleTab .Wrap .next li {
        padding-bottom: 10px;
        font-size: 14px;
        
        padding-left: 0;
}
.SingleTab .Wrap .next li{
        
       	  display: grid;
          grid-template-columns: 100px 1fr;
         
          align-items: flex-start;
       
        column-gap:12px;
}
.SingleTab .Wrap .next li a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        display: -webkit-box;

        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #202122;
        text-align: justify; 

  -webkit-line-clamp: 3;             
  text-overflow: ellipsis;     
}
.SingleTab .Wrap .next li .date{
        font-size: 12px;
        margin-top: 5px;
        color: #6c757d;
}
.SingleTab .Wrap .next li img{
        width: 100px;
        height: 75px;
        object-fit: cover;
        float: left;
        margin-right: 20px;
        grid-row: 1 / span 2;
}
@media only screen and (max-width: 768px){
        .SingleTab .Wrap .first .image{
                height: 55vw;
        }
        div.TabArticleControl .SingleTab .Wrap{
                padding: 5px 0;
        }
        div.SingleTab{
                padding-right: 0;
                background: unset;
        }
         .Wrap {
            flex-direction: column !important;
            padding-right:10px;
          }

          .first,
          ul.next {
            flex: 0 0 100% !important;
            max-width: 100% !important;
          }
        .first {
        	padding-left:0 !important;
        }
}
@container  (max-width: 500px){
          .Wrap {
            flex-direction: column ;
          }

          .first,
          ul.next {
            flex: 0 0 100% !important;
            max-width: 100% !important;
                  padding-left:0px!important;          
          }
        .first {  
                min-height:350px;
                margin-bottom:10px;
        }
        .first .image{
                height:250px ;
        }
}
.SingleTab .Wrap .next li:not(:has(img)) {
  display: block;
}

.SingleTab .Wrap .next li:not(:has(img)) a {
  display: block;
}
.SingleTab .Wrap .next li:not(:has(img)) a::before {
  content: "•";
  color: #DA251D;
  margin-right: 6px;
  font-weight: bold;
  display: inline-block;
}
.SingleTab .Wrap  a:hover{
        color:red !important;
 }
.SingleTab .Header .summary {
        overflow: hidden;
}*/

.SimilarArticleControl {
        background: #ffffff none repeat scroll 0 0;
        margin: 20px 0;
        margin-top: 0;
        /* padding-left: 50px; */
        padding: 0;
    border: solid 1px gray;
}
.SimilarArticleControl .ModuleTitle {
        color: #343a40;
        /* font: 18px/30px arial; */
        margin-bottom: 10px;
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
    background: #4792d3;
    padding: 7px 10px;
    color: white;
}
.SimilarArticleControl a {
        color: #212529;
        text-align: justify;
        text-decoration: none;
        font-size: 15px;
    width: 100%;
}
.SimilarArticleControl a img{
        display: none;
}
.SimilarArticleControl ul.ArticleList {
        /* color: #06a7e2; */
        list-style: outside none square;
        /* margin: 0 0 0 13px; */
        padding: 0 10px;
        width: 100%;
        list-style: none;
}
.SimilarArticleControl .ItemClear {
        list-style: outside none none;
}
.SimilarArticleControl li.ListItem {
        clear: both;
        margin: 0;
        padding: 8px 0;
        display: flex;
        align-items: flex-start;
        /* background: url(images/arrow2.png) no-repeat 0px 18px; */
        width: unset;
        margin: 0;
        padding: 10px;
        padding-left: 0;
    width: 100%;
}
.SimilarArticleControl li.ListItem+li{
        border-top: 1px dashed #e4e4e4
}
.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: 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: 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){
        div.SimilarArticleControl {
                padding: 0 10px !important;
                margin-bottom: 10px !important;
        }
        .SimilarArticleControl .ArticleTitle {
                padding: 0 !important;
        }
}
