.TabArticleControl{
        position:relative;
        box-sizing:border-box;
        width:100%;
}
.SingleTab {
        width: 100%;
        background: white;
        overflow: hidden;
        border: 1px solid rgb(164, 164, 164);
}
.SingleTab .Header {
        width: 100%;
        padding-left: 5px;
        background-color: #0068c1;
}
.SingleTab .Header .HeaderWrap .text > a {
        text-transform: uppercase;
        color: #01427a;
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        line-height: unset;
        position: relative;
        padding: 5px 25px 4px 25px;
        background-size: contain;
        background-color: #fff;
        top: 3px;
        border-radius: 5px 5px 0 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 span {
        display: block;
        height: 28px;
        line-height: 28px;
}
.SingleTab .Header .HeadWraper .Primary span {
        background: #cecece none repeat scroll 0 0;
        margin-right: 4px;
}
.SingleTab .Header .HeadWraper .Image {
        margin-right: 6px;
}
.SingleTab .Wrap {
        padding: 10px;
        margin: 0 5px;
        overflow: hidden;
        display: flex;
        gap: 10px;
}
.SingleTab .Wrap .first {
        overflow: hidden;
        position: relative;
        display: flex;
        flex: 55%;
        flex-direction: column;
}
.SingleTab .Wrap .first .image {
        margin-right: 10px;
        object-fit: cover;
        transition: all 0.5s;
        height: 140px;
        width: 100%;
        order: 1;
}
div.SingleTab .Wrap .first img[src='/Images/noimage.jpg']{
        object-fit: contain;
        border: 1px solid #dee2e6;
}
.SingleTab .Wrap .first .title {
        /* margin: 0; */
        padding: 5px;
        /* display: inline-block; */
        overflow: hidden;
        position: relative;
        /* padding-top: 20px; */
}
.SingleTab .Wrap .first .title .new{
        padding-left: 8px;
        color: transparent;
}
.SingleTab .Wrap .first p {
        margin: 0;
        text-align: justify;
        padding-top: 5px;
        order: 3;
        font-style: italic;
        color: #222222 !important;
        font-weight: bold;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        line-clamp: 3;
        -webkit-box-orient: vertical;
}
.SingleTab .Wrap .first .title a{
        display: block;
        overflow: hidden;
        text-align: justify;
        font-weight: bold;
        text-decoration: none;
        width: 100%;
        /* z-index: 9999999; */
        /* position: relative; */
        color: #aa0303!important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        /* number of lines to show */
        line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px !important;
        font-weight: bold !important;
}
.SingleTab .Wrap .first .title a:hover{
        text-decoration: underline;
}
.SingleTab .Wrap .next .title{
        vertical-align: text-top;
        display: -webkit-inline-box;
        overflow: hidden;
        text-align: -webkit-auto;
        text-align: justify;
        color: #033259;
        font-size: 13px;
}
.SingleTab .Wrap .first .title a:hover {
        cursor: pointer;
}
.SingleTab .Wrap a:hover {
        color: #2296f3;
}
.SingleTab .Wrap .clear {
        clear: both;
}
.SingleTab .Wrap .next {
        /* color: #036fa5; */
        list-style: square;
        margin-top: 10px;
        padding-left: 15px;
        margin-bottom: 5px;
        flex: 45%;
}
.SingleTab .Wrap .next li {
        padding: 0px 5px;
}
.SingleTab .Wrap .next li:hover a {
        text-decoration: underline;
}
.SingleTab .Wrap .next li a {
        text-decoration: none;
}
.SingleTab .Wrap .next li a .new{
        padding-left: 7px;
        color: transparent;
}
@media only screen and (max-width: 768px){
        div.TabArticleControl {
                padding: 0 5px !important;
                margin-bottom: 5px;
        }
        div.SingleTab .Wrap .next {
                padding-left: 15px !important;
                margin-left: 15px;
        }
        .SingleTab .Wrap{
                display: block;
                width: 95vw;
        }
}
