
.UITabArticle_sub .SingleTab {
		margin-top: 20px;
		box-shadow: var(--box-category);
		padding: 5px;
		border-radius: 4px;
        min-height: 450px;
}

/*
.SingleTab .Header .HeaderWrap {
    background-color: white !important;
	position: relative;
    width: 100%;
    height: 40px;
}
.SingleTab .Header .HeaderWrap .text{
    background-color: white !important;
	padding: 0px;
}
*/

.SingleTab .Header .HeaderWrap .image{
        display: none;
}
.UITabArticle_sub .SingleTab .Header {
        width: 100%;
		height: 40px;
		position: relative;
		padding-right: 10px;
}
/* CTO - Cap nhat css*/
.UITabArticle_sub .SingleTab .Header .HeaderWrap {
		height: 100%;
        display: table;
}
.SingleTab .Header .HeaderWrap .text{
		display: table-cell;
		vertical-align: middle;
		width: 100%;
}
.UITabArticle_sub .SingleTab .Header .HeaderWrap .text > a {
        font-family: Arial;
        font-size: 14px;
        font-weight: 700;
        line-height: 40px;
        text-align: left;
        /*color: #031739;*/
        color: var(--red);
        text-transform: uppercase;
        background-size: contain;
        background-position-x: 5px;
}
.UITabArticle_sub .SingleTab .Header .HeaderWrap .text > a:after {
	    content: '';
	    position: absolute;
	    width: 120px;
	    height: 1.5px;
	    background-color: #0856BB;
	    bottom: 5px;
        left: 2px;
}
.UITabArticle_sub .SingleTab .Header .HeaderWrap .text a:before {
		content: "Xem tất cả";
        position: absolute;
        top: 0px;
        right: 10px;
        white-space: nowrap;
		display: table-cell;
		vertical-align: middle;
		color: #0856BB;
		font-size: 11px;
        font-weight: 700;
		font-family: Arial;
        text-transform: none;
}


/*
.UITabArticle_sub .SingleTab .Header .HeaderWrap .text a:before {
    content: "Xem táº¥t cáº£ â†’";
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 11px;
    font-weight: 700;
    padding: 3px;
    color: var(--color-primary);
    font-family: 'Merriweather';
    float: right;
    text-transform: none;
}*/

.UITabArticle_sub .SingleTab .Header .HeaderWrap .text > a:hover:after {
    color: #d42918 !important;
}
.UITabArticle_sub .SingleTab .Header .HeadWraper ul {
    display: inline-block;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.UITabArticle_sub .SingleTab .Header .HeadWraper li {
    display: inline-block;
    float: left;
}
.UITabArticle_sub .SingleTab .Header .HeadWraper li span {
    display: block;
    height: 28px;
    line-height: 28px;
}
.UITabArticle_sub .SingleTab .Header .HeadWraper .Primary span {
    background: #cecece none repeat scroll 0 0;
    margin-right: 4px;
}
.UITabArticle_sub .SingleTab .Header .HeadWraper .Image {
    margin-right: 6px;
}
.UITabArticle_sub .SingleTab .Wrap {
    margin: 0;
    padding: 12px 0 0 0;
}
/* CTO - Cap nhat css*/
.UITabArticle_sub .SingleTab .Wrap .first {
        margin-bottom: 10px;
        position: relative;
        display: inline-block;
}

/*.UITabArticle_sub .SingleTab .Wrap .first {margin-bottom: 10px;height: 170px;}*/

.UITabArticle_sub .SingleTab .Wrap .first .image {
    display: block;
    /* border-radius: .5rem; */
    float: left;
    margin-right: 10px;
    height: 120px;
    width: 180px;
    object-fit: fill;
    border-radius: 4px;
}
.UITabArticle_sub .SingleTab .Wrap .first .title {
    padding: 0;
    position: static;
    padding-left: 0;
    display: block;
    text-align: left;
    margin: 0;
}
.UITabArticle_sub .SingleTab .Wrap .first p {
    margin: 0;
    font-family: Roboto;
    font-size: 14px;
    line-height: 19px;
    color: #3B4E68;
}
.UITabArticle_sub .SingleTab .Wrap .first .title a:hover {
		color: var(--blue);       
}
.UITabArticle_sub .SingleTab .Wrap .first .title a {
		min-height: 48px;
		text-decoration: none;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		text-align: left;
		margin: 0;
		font-family: Arial;
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 24px;
		color: var(--title);
		margin-bottom: 10px;
		text-transform: unset;
}
.UITabArticle_sub .SingleTab .Wrap .clear {
    clear: both;
}
.UITabArticle_sub .SingleTab .Wrap .next {
    color: #ce1110;
    list-style: none;
    margin-top: 5px;
    padding-left: 0;
    margin-bottom: 0;
}
/* CTO - Cap nhat css*/
.UITabArticle_sub .SingleTab .Wrap .next li {
		position: relative;
		border-top: 1px solid #eeeeee;
		padding-top: 5px;
        /*padding: 10px 0;*/
}
.UITabArticle_sub .SingleTab .Wrap .next li a {
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    margin: 0;
    padding: 0;
    display: inline-block;
    font-family: Arial;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding-left: 20px;
    min-height: 50px;
}
.UITabArticle_sub .SingleTab .Wrap .next li:before{
    background: url(images/arrow2.png) no-repeat center;;
    width: 20px;
    height: 20px;
    content: '';
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(26%) sepia(92%) saturate(1601%) hue-rotate(185deg) brightness(89%) contrast(104%);
    position: absolute;
}
.UITabArticle_sub .SingleTab .Wrap .first .title:before {
    display: none;
}
@media only screen and (max-width: 768px){
	.UITabArticle_sub .SingleTab {
		padding: var(--padding-res);
	}
      .UITabArticle_sub .SingleTab .Wrap .first .image {
        height: auto !important;
        width: 100% !important;
        float: unset;
        margin-bottom: 10px;
    }
/* CTO - Cap nhat css*/
	.UITabArticle_sub .SingleTab .Header {
		border-bottom: 0;
		position: relative;
		margin-bottom: 10px;
		/*padding-top: 10px;*/
		padding: 10px 0 0 0;
		height: auto;
	}
	.UITabArticle_sub .SingleTab .Header .HeaderWrap .text > a {
		font-size: 13px;
        font-weight: 700;
        line-height: 23px;
        text-align: left;
        text-transform: math-auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100vw - 110px);
        display: inline-block;
        background-position-x: left;
	}
	.UITabArticle_sub .SingleTab .Header .HeaderWrap .text a:before {
		right: 0px;
		top: 10px;
	}
}
