.SingleTab {
        display: inline-block;
        margin-bottom: 15px;
        width: 100%;
        padding: 0;
        /*padding-right: 15px;*/
        container-type: inline-size;
}
.SingleTab .Header {
        display: block;
        height: 40px;
        overflow: hidden;
        padding-left: 0px;
}
.SingleTab .Header .HeaderWrap{
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        font-size: 14px;
        min-width: 40%;
        color: #FFEB3B;
    	width: 100%;

}


.SingleTab .Header .HeaderWrap{
	padding: 10px 13px;
    background-color: #1e73be;
    text-transform: uppercase;

    background-image: url("https://storage-vnportal.vnpt.vn/gov-tnn/7350/icons/title_trong-dong.png");
        background-position: right top;
    background-repeat: no-repeat;
}



/*HeaderWrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #DA251D;
  margin-left: 0px;
}*/
.SingleTab .Header .HeaderWrap img{
        display: none;
}
.SingleTab .Header .HeaderWrap .text > a {
            color: white;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    display: inline-block;
}
.SingleTab .Header .HeaderWrap .text > a::after {
        content: "";
        display: none;
        width: 40px;
        border-bottom: 1px solid #fdca7b;
        position: absolute;
        bottom: 0;
        left: 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 {
        display: block;
        height: 28px;
        line-height: 28px;
}
.SingleTab .Header .HeadWraper span {
        height: 28px;
        line-height: 28px;
        background-color: #DA251D ;
  padding: 4px 10px ;
  font-size: 14px ;
  display: inline-block;
}
.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: 300px;
        margin: 0;
        /* padding: 10px 0; */
        /*added*/
        display: flex;
                padding: 5px;
                border: 1px solid #5473e424;
}
.SingleTab .Wrap .first {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 350px;
        /*border-bottom: 1px solid #e0e0e0;*/
        /*added*/
        width: 170%;

}
.SingleTab .Wrap .first .image {
        /* float: left; */
        height: fill;
        /* margin-right: 10px; */
        width: 100%;
        object-fit: cover;
        /* margin-bottom: 10px; */
        /* border-radius: 4px; */
        overflow: hidden;
}
.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 0;
        padding-bottom: 10px;
        border-radius: 4px;
}
.SingleTab .Wrap .first .date{
        font-size: 12px;
        color: #6c757d;
        /* position: absolute; */
        left: 0;
        bottom: 0;
        padding: 0;
}
div.SingleTab .Wrap .first p {
        margin: 0;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.4;
        color: #333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0;
        text-align: left;
        -webkit-line-clamp: 6;
        text-align: justify;
        margin-top: 0;
        order: 9;
        /* display: none; */
        /* padding-bottom: 10px; */
}
.SingleTab .Wrap .first .title a {
        color: #202122;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
}
.SingleTab .Wrap .clear {
        clear: both;
}
.SingleTab .Wrap .next {
        color: #ce1110;
        list-style: square;
        /*margin: 10px 0px;*/
        padding: 0;
        font-size: 14px;
        padding-left: 15px;
        /*added*/
        margin: 0px;
}
.SingleTab .Wrap .next li {
        padding-bottom: 10px;
        font-size: 14px;
        /* min-height: 90px; */
        /* background: url(images/arrow2.png) no-repeat 0px 18px; */
        padding-left: 0;
}
.SingleTab .Wrap .next li{
        /* border-top: 1px dashed #ddd; */
       	  display: grid;
          grid-template-columns: 100px 1fr;
          /*gap: 12px;*/
          align-items: flex-start;
        /*added*/
        column-gap:12px;
}
.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: #202122;
        text-align: justify; 
        /*added*/
  -webkit-line-clamp: 3;             
  text-overflow: ellipsis;     
}
.SingleTab .Wrap .next li .date{
        font-size: 12px;
        margin-top: 5px;
        color: #6c757d;
}
.SingleTab .Wrap .next li img{
        width: 100px;
        height: 75px;
        object-fit: cover;
        float: left;
        margin-right: 20px;
        grid-row: 1 / span 2;
}
@media only screen and (max-width: 1023px){
        .SingleTab ul.next{
        	padding-left:10px !important;
        }
}
@media only screen and (max-width: 768px){
        .SingleTab .Wrap .first .image{
                height: 55vw;
        }
        div.TabArticleControl .SingleTab .Wrap{
                padding: 5px 0;
        }
        div.SingleTab{
                padding-right: 0;
                background: unset;
        }
         .Wrap {
            flex-direction: column !important;
            padding-right:10px;
          }

          .first,
          ul.next {
            flex: 0 0 100% !important;
            max-width: 100% !important;
          }
        .first {
        	padding-left:0 !important;
        }
        .SingleTab ul.next{
        	padding-left:0px !important;
        }
}
@container  (max-width: 600px){
          .Wrap {
            flex-direction: column ;
          }

          .first,
          ul.next {
            flex: 0 0 100% !important;
            max-width: 100% !important;
                  padding-left:0px!important;          
          }
        .first {  
                min-height:350px;
                margin-bottom:10px;
        }
        .first .image{
                height:250px ;
        }
}
.SingleTab .Wrap .next li:not(:has(img)) {
  display: block;
}

.SingleTab .Wrap .next li:not(:has(img)) a {
  display: block;
}
.SingleTab .Wrap .next li:not(:has(img)) a::before {
  content: "•";
  color: #DA251D;
  margin-right: 6px;
  font-weight: bold;
  display: inline-block;
}
.SingleTab .Wrap  a:hover{
        color:red !important;
 }
.SingleTab .Header .summary {
        overflow: hidden;
}