.TabArticleControl{
        position:relative;
        box-sizing:border-box;
        width:100%;
}
.UITabArticle_blue .SingleTab {
        width: 100%;
        background: white;
        overflow: hidden;
        border: 1px solid #ddd;
}
.UITabArticle_blue .SingleTab .Header {
        width: 100%;
        padding: 0;
        border-bottom: 2px solid #ccc;
}
.UITabArticle_blue .SingleTab .Header .HeaderWrap .text > a {
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        line-height: unset;
        position: relative;
        background-size: contain;
        background-color: unset;
        border-radius: unset;
        font-size: 13px;
        padding: 6px 8px 10px;
}
.UITabArticle_blue .SingleTab .Header .HeaderWrap .text > a:before {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: -7px;
        left: 20%;
        width: 0;
        height: 0;
        border-color: #ea2e2e transparent transparent transparent !important;
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-top-color: #ce0004!important;
        border-top: 10px solid #ce0004 !important;
        display: none;
}
.UITabArticle_blue .SingleTab .Header .HeadWraper ul {
        display: inline-block;
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.UITabArticle_blue .SingleTab .Header .HeadWraper li {
        display: inline-block;
        float: left;
}
.UITabArticle_blue .SingleTab .Header .HeadWraper li span {
        display: block;
        height: 28px;
        line-height: 28px;
}
.UITabArticle_blue .SingleTab .Header .HeadWraper .Primary span {
        background: #cecece none repeat scroll 0 0;
        margin-right: 4px;
}
.UITabArticle_blue .SingleTab .Header .HeadWraper .Image {
        margin-right: 6px;
}
.UITabArticle_blue .SingleTab .Wrap {
        padding: 5px;
        margin: 5px;
        overflow: hidden;
        display: block;
}
.UITabArticle_blue .SingleTab .Wrap .first {
        /* margin-bottom: 5px; */
        overflow: auto;
        position: relative;
        display: block;
        margin-bottom: 10px;
}
.UITabArticle_blue .SingleTab .Wrap .first .image {
        float: left;
        height: 141px;
        margin-right: 10px;
        width: 100%;
        object-fit: cover;
}
.UITabArticle_blue .SingleTab .Wrap .first .image:hover{
}
.UITabArticle_blue div.SingleTab .Wrap .first img[src='/Images/noimage.jpg']{
        object-fit: contain;
        border: 1px solid #dee2e6;
}
.UITabArticle_blue .SingleTab .Wrap .first .title {
        /* margin: 0; */
        padding: 5px;
        display: inline-block;
        overflow: hidden;
        position: relative;
        padding-top: 10px;
}
.UITabArticle_blue .SingleTab .Wrap .first .title .new{
        padding-left: 8px;
        color: transparent;
}
.UITabArticle_blue .SingleTab .Wrap .first p {
        margin: 0;
        text-align: justify;
        display: block;
        padding: 0 5px;
        color: #4b4b4b!important;
        overflow: hidden;
        font-size: 13px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        font-style: italic;
        -webkit-box-orient: vertical;
}
.UITabArticle_blue .SingleTab .Wrap .first .title a{
        font-family: Arial !important;
        font-size: 14px !important;
        font-weight: bold !important;
        color: #222222 !important;
        line-height: 18px !important;
        text-align: left;
}
.UITabArticle_blue .SingleTab .Wrap .next .title{
        font-family: Arial !important;
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #033259 !important;
        line-height: 20px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        line-clamp: 3;
        -webkit-box-orient: vertical;
        text-align: left;
}
.UITabArticle_blue .SingleTab .Wrap .first .title a:hover {
        cursor: pointer;
}
.UITabArticle_blue .SingleTab .Wrap a:hover {
        color: #ce0004 !important;
}
.UITabArticle_blue .SingleTab .Wrap .clear {
        clear: both;
}
.UITabArticle_blue .SingleTab .Wrap .next {
        color: #036fa5;
        list-style: outside none square;
        margin-top: 0;
        padding-left: 20px;
        margin-bottom: 0;
        margin-left: 6px;
}
.UITabArticle_blue .SingleTab .Wrap .next ::marker {
        font-size: 1.7em;
        /* Increase size of the marker */
        color: #8d9faa;
}
.UITabArticle_blue .SingleTab .Wrap .next li {
        padding: 5px 0;
}
.UITabArticle_blue .SingleTab .Wrap .next li a {
        text-decoration: none;
}
.UITabArticle_blue .SingleTab .Wrap .next li a .new{
        padding-left: 7px;
        color: transparent;
}
@media only screen and (max-width: 768px){
        .UITabArticle_blue div.TabArticleControl {
                padding: 0 5px !important;
                margin-bottom: 5px;
        }
        .UITabArticle_blue div.SingleTab .Wrap .next {
                padding-left: 15px !important;
        }
}

