* {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-rendering: geometricprecision;
}
.SingleTab {
        margin: 0px 0px 10px 0px;
        width: 100%;
        background: white;
        border: 1px solid #e4e4e4;
}
.SingleTab .Header {
         background: #0685d0 right center;
         border-top: 1px solid #0696ee;
         width: 100%;
}
.SingleTab .Header span.text {
        padding: 0px 30px;
        display: inline-block;
        position: relative;
        
        /* Old browsers */
        margin-right: 20px;
        background: url(https://storage-vnportal.vnpt.vn/pyn-ubnd/7645/banner/icon-cat.png) no-repeat 10px;
        background-position: left;
        background-size: auto;
        font-weight: bold;
        text-transform: uppercase;
        white-space: nowrap;
        padding-left: 26px;
        margin-left: 10px;
        line-height: 28px;
}
.SingleTab .Header span.text:after {
        content: '';
        position: absolute;
        z-index: 1;
        /*background: #4c6baf;*/
        /* Old browsers */
        right: -8px;
        top: 0;
        width: 20px;
        height: 100%;
        transform: skewX(150deg);
        -o-transform: skewX(150deg);
        -moz-transform: skewX(150deg);
        -ms-transform: skewX(150deg);
        -webkit-transform: skewX(150deg);
}
.SingleTab .Header .HeaderWrap .text > a {
        color: #ffffff;
        font-size: 13px;
        line-height: 30px;
        text-transform: uppercase;
        font-weight: 600;
        text-decoration: none;
}
.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 {
        /* height: 215px; */
        padding: 10px;
        min-height: 300px;
}
.SingleTab .Wrap .first {
        /* display: inline-block; */margin-bottom: 5px;
}
.SingleTab .Wrap .first .image {
        float: left;
        height: 80px;
        margin-right: 10px;
        width: 120px;
        object-fit: cover;
}
.SingleTab .Wrap .first .title {
        margin: 0;
        padding: 0;
        font-size: 13px;
        margin-bottom: 5px;
}
.SingleTab .Wrap .first .title .new{
        padding-left: 8px;
        background: rgba(0, 0, 0, 0) url("images/new.gif") no-repeat scroll right center;
        color: transparent;
}
.SingleTab .Wrap .first p {
        margin: 0;
        /* padding-bottom: 6px; */
        /* padding-top: 6px; */
        text-align: justify;
        font-size: 13px;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
}
.SingleTab .Wrap .first .title a{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: -webkit-auto;
        color: #212529;
        font-weight: bold;
        font-size: 13px;
        line-height:1.5;
        text-decoration: none;
}
.SingleTab .Wrap .next .title{
        vertical-align: text-top;
        display: -webkit-inline-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: -webkit-auto;
}
.SingleTab .Wrap .first .title a:hover {
        color: #333;
}
.SingleTab .Wrap a:hover {
        color: #036fa5;
}
.SingleTab .Wrap .clear {
        clear: both;
}
.SingleTab .Wrap .next {
        color: #036fa5;
        list-style: outside none square;
        margin-top: 0;
        padding-left: 20px;
        margin-bottom: 0;
}
.SingleTab .Wrap .next li {
        padding: 5px 0;
}
.SingleTab .Wrap .next li a {
        text-decoration: none;
}
.SingleTab .Wrap .next li a .new{
        padding-left: 7px;
        background: rgba(0, 0, 0, 0) url("images/new.gif") no-repeat scroll right center;
        color: transparent;
}
@media only screen and (max-width: 768px){
        div.TabArticleControl {
                padding: 0 15px !important;
                margin-bottom: 15px;
        }
        div.SingleTab .Wrap .next {
                padding-left: 15px !important;
        }
}
