.SingleTab {
        display: inline-block;
        width: 100%;
            padding: 5px 10px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
    font-family: 'Roboto';
    border-radius: 4px;
        margin-top: 20px!important;
        margin-bottom: 0!important;
}
.SingleTab .Header {
        display: block;
        margin-bottom: 15px;
}
.SingleTab .Header {
        /**overflow: hidden;
        border-top: 2px solid #da251c;
        border-bottom: 1px solid #cccccc;
        padding: 5px 0;*
        */
        padding: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--bg-blue-weight);
    height: 36px;
    margin: 0;
    border-bottom: 1px solid #ee3a35;
    margin-bottom: 10px;
                text-align: left;
}
.SingleTab .Header .HeaderWrap{
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        font-size: 14px;
        min-width: 40%;
        color: #FFEB3B;

}
.SingleTab .Header .HeaderWrap img{
        display: none;
}
.SingleTab .Header .HeaderWrap .text > a {
    line-height: 36px;
    height: 36px;
    display: inline-block;
    padding: ;
    color: #ee3a35;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ee3a35
}
.SingleTab .Header .HeaderWrap .text > a::after {
}
.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 {
        /* border: 1px solid #e0e0e0; */
        min-height: 200px;
        margin: 0;
        /* padding: 10px 0; */
}
.SingleTab .Wrap .first {
        position: relative;
        margin-bottom: 10px;
}
.SingleTab .Wrap .first .image {
        /* float: left; */
        height: 150px;
        /* margin-right: 10px; */
        width: 100%;
        object-fit: cover;
        /* margin-bottom: 10px; */
        /* border-radius: 4px; */
        overflow: hidden;
        margin-bottom: 10px;
        float: left;
        margin-right: 15px;
}
.SingleTab .Wrap .first img[src=""] {
        /*background: white url("https://storage-vnportal.vnpt.vn/gov-lan/SharePointFolders/Style Library/LacViet/CMS2013/Images/newsdefault.jpg");
        background-size: cover;
        background-position: center;*/
        display: none;
}
.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: 30px; */
        /* border-radius: 4px; */
        display: block;
        text-align: left;
}
.SingleTab .Wrap .first .date{
        font-size: 12px;
        color: #004370;
        /* position: absolute; */
        left: 0;
        bottom: 0;
        padding: 5px 0px;
}
.SingleTab .Wrap .first p {
        margin: 0;
        text-align: justify;
        font-size: 14px;
        font-weight: normal;
        margin-top: 5px;
        color: #444!important;
        /*display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;*/
        display: none;
}
.SingleTab .Wrap .first .title a {
        display: block;
        /* font: bold 9pt arial; */
        /* margin: 5px 0; */
        text-decoration: none;
        font-weight: bold;
        font-family: 'Roboto';
        font-size: 14px;
        line-height: 1.4;
        color: #222;
        /*display: -webkit-box;*/
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        /*overflow: hidden;*/
}
.SingleTab .Wrap .first .title a:hover{
	color: #004370
}
.SingleTab .Wrap .clear {
        clear: both;
}
.SingleTab .Wrap .next {
        color: #ce1110;
        list-style: none;
        margin: 0px;
        padding: 0;
        padding-left: 0;
        font-size: 13px;
}
.SingleTab .Wrap .next li {
        padding: 7px 0;
        font-size: 14px;
        /*min-height: 82px;*/
        text-align: justify;
}
.SingleTab .Wrap .next li{
        border-top: 1px dashed #ddd;
}
.SingleTab .Wrap .next li a {
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        display: -webkit-box;
        /* -webkit-line-clamp: 2; */
        /* -webkit-box-orient: vertical; */
        /* overflow: hidden; */
        color: #282828;
        text-align: left;
        text-align: justify;
}
.SingleTab .Wrap .next li a:hover {
color: #004370
}
.SingleTab .Wrap .next li a::before {
        content: '';
        display: inline-block;
        width: 5px;
        height: 5px;
        /*-moz-border-radius: 7px;
        -webkit-border-radius: 7px;
        border-radius: 7px;*/
        background-color:#d65a01;
        margin-bottom: 2px;
        margin-right: 5px;
}
.SingleTab .Wrap .next li .date{
        font-size: 12px;
        margin-top: 0px;
        color: #6c757d;
}
.SingleTab .Wrap .next li img{
        width: 100px;
        height: 75px;
        object-fit: cover;
        float: left;
        margin-right: 20px;
}
@media only screen and (max-width: 768px){
        .SingleTab .Wrap {
                min-height: 0;
        }
        .SingleTab .Wrap .first .image{
                /* height: 55vw; */
        }
        div.TabArticleControl .SingleTab .Wrap{
                padding: 5px 0;
        }
}
.SingleTab .first:has(img[src="https://storage-vnportal.vnpt.vn/gov-lan/1/Banner/favicon.png"])::before,
.SingleTab .first:has(img[src="/Images/noimage.png"])::before,
.SingleTab .first:has(img[src=""])::before {
        content: "";
        /**background: white url("https://storage-vnportal.vnpt.vn/gov-lan/5996/Logo/default.png");**/
        background-size: cover;
        background-position: center;
        border: 1px solid #cccccc;
        display: block;
        margin-right: 15px;
        float: left;
        width: 150px;
        height: 100px;
}
div.SingleTab .first img[src="https://storage-vnportal.vnpt.vn/gov-lan/1/Banner/favicon.png"],
div.SingleTab .first img[src="/Images/noimage.png"],
div.SingleTab .first img[src=""] {
        display: none !important;
}
