.UITabArticle_default3 .SingleTab {
        display: inline-block;
        margin-bottom: 10px;
        width: 100%;
        margin-top: 20px;
}
.UITabArticle_default3 .SingleTab .Header {
        display: block;
        border-bottom: 1px solid var(--bg-blue-weight);
}
.UITabArticle_default3 .SingleTab .Header {
        overflow: hidden;
}
.UITabArticle_default3 .SingleTab .Header .HeaderWrap{
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        font-size: 14px;
        min-width: 40%;
        color: #FFEB3B;
}
.UITabArticle_default3 .SingleTab .Header .HeaderWrap img{
        display: none;
}
.UITabArticle_default3 .SingleTab .Header .HeaderWrap .text > a {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 600;
        background: linear-gradient(135deg,#0683dd 0%,#0065ca 100%);
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
}
.UITabArticle_default3 .SingleTab .Header .HeadWraper ul {
        display: inline-block;
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.UITabArticle_default3 .SingleTab .Header .HeadWraper li {
        display: inline-block;
        float: left;
}
.UITabArticle_default3 .SingleTab .Header .HeadWraper li span {
        display: block;
        height: 28px;
        line-height: 28px;
}
.UITabArticle_default3 .SingleTab .Header .HeadWraper .Primary span {
        background: #cecece none repeat scroll 0 0;
        margin-right: 4px;
}
.UITabArticle_default3 .SingleTab .Header .HeadWraper .Image {
        margin-right: 6px;
}
.UITabArticle_default3 .SingleTab .Wrap {
        /* border: 1px solid #e0e0e0; */
        min-height: 300px;
        margin: 0;
        padding: 10px 0;
}
.UITabArticle_default3 .SingleTab .Wrap .first {
        position: relative;
        /* margin-bottom: 10px; */
}
.UITabArticle_default3 .SingleTab .Wrap .first .image {
       width: 100px;
       height: 75px;
       object-fit: cover;
       float: left;
       margin-right: 10px;
}
.UITabArticle_default3 .SingleTab .Wrap .first .title {
        margin: 0;
        padding: 0;
        font-size: 13px;
        /* position: absolute; */
        left: 0;
        bottom: 0;
        /* background: rgba(0, 0, 0, 0.4); */
        /* padding: 10px; */
        padding-bottom: 10px;
}
.UITabArticle_default3 .SingleTab .Wrap .first .date{
        font-size: 13px;
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 5px 10px;
}
.UITabArticle_default3 .SingleTab .Wrap .first p {
        margin: 0;
        padding-bottom: 6px;
        padding-top: 6px;
        text-align: justify;
        display: none;
}
.UITabArticle_default3 .SingleTab .Wrap .first .title a {
        /* color: #fff; */
        text-decoration: none;
        font-size: 14px;
        /* font-weight: 600; */
}
.UITabArticle_default3 .SingleTab .Wrap .clear {
        clear: both;
}
.UITabArticle_default3 .SingleTab .Wrap .next {
        color: #ce1110;
        list-style: none;
        /* margin: 10px; */
        padding: 0;
        padding-left: 0;
        font-size: 13px;
}
.UITabArticle_default3 .SingleTab .Wrap .next li {
        padding: 5px 0;
        font-size: 14px;
        min-height: 90px;
}
.UITabArticle_default3 .SingleTab .Wrap .next li a {
        text-decoration: none;
        font-size: 15px;
        /* font-weight: 600; */
        /* display: -webkit-box; */
        /* -webkit-line-clamp: 2; */
        /* -webkit-box-orient: vertical; */
        /* overflow: hidden; */
}
.UITabArticle_default3 .SingleTab .Wrap .first a {
         display: -webkit-box;
         -webkit-line-clamp: 4;
         -webkit-box-orient: vertical;
         overflow: hidden;
}
.UITabArticle_default3 .SingleTab .Wrap .next li .item_title {
        text-decoration: none;
        font-size: 14px;
        /* font-weight: 600; */
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
}
.UITabArticle_default3 .SingleTab .Wrap .next li .date{
        font-size: 13px;
        margin-top: 5px;
        color: #6c757d;
        display: none;
}
.UITabArticle_default3 .SingleTab .Wrap .next li img{
        width: 100px;
        height: 75px;
        object-fit: cover;
        float: left;
        margin-right: 11px;
}
@media only screen and (min-width: 769px) and (max-width: 1023px){
        .UITabArticle_default3 .SingleTab .Wrap .first {
                position: relative;
                margin-bottom: 10px;
                max-width: 50%;
                flex: 1;
        }
        .UITabArticle_default3 .SingleTab .Wrap .first .image {
                /* float: left; */
                height: 190px;
                /* margin-right: 10px; */
                width: 100%;
                object-fit: cover;
                /* margin-bottom: 10px; */
        }
        .UITabArticle_default3 .SingleTab .Wrap .first .title {
                margin: 0;
                padding: 0;
                font-size: 13px;
                position: absolute;
                left: 0;
                bottom: 0;
                background: rgba(0, 0, 0, 0.4);
                padding: 10px;
                padding-bottom: 25px;
        }
        .UITabArticle_default3 .SingleTab .Wrap .first .date{
                font-size: 13px;
                color: #fff;
                position: absolute;
                left: 0;
                bottom: 0;
                padding: 5px 10px;
        }
        .UITabArticle_default3 .SingleTab .Wrap .first p {
                margin: 0;
                padding-bottom: 6px;
                padding-top: 6px;
                text-align: justify;
                display: none;
        }
        .UITabArticle_default3 .SingleTab .Wrap .first .title a {
                color: #fff;
                text-decoration: none;
                font-size: 15px;
                font-weight: 600;
        }
        .UITabArticle_default3 .SingleTab .Wrap{
                padding: 10px 0;
                display: flex;
                gap: 10px;
        }
        .UITabArticle_default3 .SingleTab .Wrap .next{
                max-width: 50%;
                display: inline-block;
                margin: 0;
                flex: 1;
        }
        .UITabArticle_default3 .SingleTab .Wrap .clear{
                display: none !important;
        }
}
@media only screen and (max-width: 768px){
        .UITabArticle_default3 .SingleTab .Wrap .first .image{
                height: 55vw;
        }
        div.TabArticleControl .UITabArticle_default3 .SingleTab .Wrap{
                padding: 5px 0;
        }
}
