* {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-rendering: geometricprecision;
}
.TabArticleControl {
        width: 100%;
        /* float: left; */
        /* padding: 7px; */
        /* margin-top: 3px; */
        /* display: flex; */
        /* padding-left: 5px; */
        /* padding-right: 7px; */
}
.SingleTab {
        margin: 0;
        width: 100%;
        background: white;
        margin-bottom: 10px;
}
.SingleTab .Header {
        width: 100%;
}
.SingleTab .Header .HeaderWrap {
        width: 100%;
        color: white;
        border-bottom: 2px solid #8bc34a;
        height: 37px;
}
.SingleTab .Header span.text {
        /* background-color: #1667a0; */
        height: 36px;
        line-height: 38px;
        padding: 0 10px;
        float: left;
        font-family: robotocondensedBold,arial,sans-serif;
        color: rgba(228, 9, 19, 1);
        text-transform: uppercase;
        font-weight: bold;
        /* border-radius: 5px 5px 0 0; */
        position: relative;
        display: flex;
        align-items: center;
        /* background: url(/Themes/hanhchinhcong/PanelStyleSheet/Top-OneColumn-Footer/images/bg-footer.png) no-repeat left center, linear-gradient(115deg, #1667a0, #2578af 30%, #1667a0 50%, #1667a0); */
        width: fit-content;
        /* background: url(images/ba1.png) no-repeat; */
        background-size: 519px;
        background-position: 4px 0px;
        background-color: #17a038;
}
.SingleTab .Header span.text:after {
        content: '';
        position: absolute;
        z-index: -1;
        background: #1667a0;
        /* Old browsers */
        right: -39px;
        top: 0;
        /* width: 70px; */
        height: 100%;
        /* border-top-right-radius: 24px; */
        /* transform: skewX(50deg); */
        -o-transform: skewX(50deg);
        -moz-transform: skewX(50deg);
        -ms-transform: skewX(50deg);
        /* -webkit-transform: skew(50deg); */
}
.SingleTab .Header .HeaderWrap .text > a {
        color: #ffffff;
        font-size: 14px;
        line-height: 30px;
        text-transform: uppercase;
        font-weight: bold;
}
.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: 330px;
        padding: 10px;
        border: 1px solid #ffffff;
        /* border-radius: 0 0 5px 5px; */
        clear: both;
        background-color: rgba(255, 255, 255, 0.9);
        /* background: white; */
}
.SingleTab .Wrap .first {
        /* display: inline-block; */margin-bottom: 0;
}
.SingleTab .Wrap .first .image {
        float: left;
        height: 100px;
        margin-right: 10px;
        width: 150px;
        object-fit: cover;
}
.SingleTab .Wrap .first .title {
        margin: 0;
        padding: 0;
}
.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;
}
.SingleTab .Wrap .first .title a{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: -webkit-auto;
        color: #333;
        font-weight: bold;
        font-size: 14px;
        line-height:1.5;
}
.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: #dc3545;
        list-style: outside none square;
        /* margin-top: 5px; */
        padding-left: 20px;
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 13px;
}
.SingleTab .Wrap .next li {
        padding: 4px 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;
}
