.SingleTab {
        margin: 0;
        height: auto;
        display: inline-block;
        width: 100%;
        padding-top: 0;
        box-shadow: var(--box-shadow);
        padding: 5px;
        border-radius: var(--rounded);
        background: var(--color-white);
        border: var(--default-border);
        margin-bottom: var(--margin-bottom);
}
.SingleTab .Header {
}
.SingleTab .Header .HeaderWrap .text a{
        color: white;
        display: inline-block;
        font: bold 14px / 30px 'Inter';
        text-transform: uppercase;
        white-space: nowrap;
        background: #bf0404;
        border-radius: 4px;
        position: relative;
        /* background-image: url(images/logo_title.png); */
        background-position: left center;
        background-position-x: 5px;
        background-repeat: no-repeat;
        line-height: 30px;
        width: 100%;
        padding: 0px 14px;
        font-weight: bold;
        text-align: left;
        margin-bottom: 0px;
     background: #074974;
        
}
.SingleTab .Header .HeaderWrap img
{
        display: none
}
.SingleTab .Header .HeadWraper ul {
        list-style:none none;
        display:inline-block;
        padding:0px;
        margin:0px;
}
.SingleTab .Header .HeadWraper li {
        float:left;
        display:inline-block;
}
.SingleTab .Header .HeadWraper li span {
        height:28px;
        line-height:28px;
        display:block;
}
.SingleTab .Header .HeadWraper .Primary span {
        background: #cecece;
        margin-right: 4px;
}
.SingleTab .Header .HeadWraper .Image {
        margin-right: 6px;
}
.SingleTab .Wrap {
        padding: 10px;
}
.SingleTab .Wrap .first {
        clear: both;
        padding: 0px 0;
        /* display: grid; */
        /* grid-template-areas:
                "top top"
                "left right"; */
        gap: 12px;
}
.SingleTab .Wrap .first .image {
        margin-right: 4px;
        /* height: 100px; */
        width: 140px;
        /* float: left; */
        /* height: 110px; */
        width: 100%;
        object-fit: contain;
        grid-area: left;
        aspect-ratio: 16 / 10;
        border-radius: 8px;
}
.SingleTab .Wrap .first .image[src=""] {
        content: url(images/noimage.png);
        background-size: cover;
        background-position: center;
}
.SingleTab .Wrap .first .title {
        margin:0px;
        padding:0px;
}
.SingleTab .Wrap .first p {
        margin: 5px 0;
        padding: 0;
        font-size: 14px !important;
        grid-area: right;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        line-height: 1.333;
        text-align: justify;
        color: #000000;
        text-align: left;
}
.SingleTab .Wrap .first .date {
       font-size: 12px;
        color: #2a2a2a;
}
.SingleTab .Wrap .first .title {
        margin: 0;
        padding: 0;
        grid-area: top;
        text-align: justify;
        line-height: 1.4;
        text-align: left;
        width: 100%;
}
.SingleTab .Wrap .first .title a {
        color: var(--color-black);
        line-height: 1.4;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
}
.SingleTab .Wrap .clear {
        clear:both;
}
.SingleTab .Wrap .next {
        list-style-type: disc;
        padding-left: 5px!important;
        margin-bottom: 5px;
}
.SingleTab .Wrap .next li {
        font-size: 16px !important;
        margin: 8px 0 8px 11px;
        color: #da0f00;
        width: 100%;
        margin-bottom: 0
}
.SingleTab .Wrap .next li .summary{
        display: none;
}
.SingleTab .Wrap .next li .date{
        color: #a6a6a6;
        line-height: 1.4;
        font-size: 12px;
}
.SingleTab .Wrap .next li a {
        text-decoration: none;
        text-align: justify;
        font-weight: 500;
        line-height: 1.4;
        display: block;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        padding-right: 11px;
        text-align: left;
        color: var(--color-black);
}
@media only screen and (max-width: 1023px) {
        .TabArticleControl {
                padding: 0 !important;
                width:auto!important;
                margin-bottom:0px!important;
        }
        .SingleTab {
                margin: 0;
        }
}
@media (max-width:880px){
        .layout-2col-gap30{
                gap: 0px !important;
                grid-template-columns: repeat(auto-fit, minmax(440px, 1fr))!important;
        }
        .TabArticleControl{
                padding-left: 10px!important;
        }
        .SingleTab{
                border: 1px solid #ddd;
                border-radius:4px;
        }
}
@media (max-width: 768px){
        .TabArticleControl {
        }
        .TabArticleControl{
                margin-bottom: 0!important;
                width: 100vw!important;
                padding: 0 10px !important;
        }
        .UITabArticle_default1 .SingleTab{
                margin-top: 0!important;
        }
        .SingleTab{
                border: 1px solid #ddd;
                border-radius:4px;
                margin-top: 10px !important;
        }
}
