.SingleTab {
        margin: 0 0 10px;
        width: 100%;
}
.SingleTab .Header {
        background: #f3f3f3;
        border-radius: 0;
        overflow: hidden;
        border-bottom: 1px solid #094d79 ;
        margin-bottom: 10px;
}
.SingleTab .Header .HeaderWrap {
        background-color: #094d79;
        padding: 0 15px;
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        font-size: 14px;
        min-width: 30%;
        height: 34px;
}
.SingleTab .Header .HeaderWrap::before{
        content: "";
        display: inline-block;
        height: 0px;
        position: absolute;
        top: 0;
        right: -27px;
        border-width: 18px 18px 18px 18px;
        border-color: #e9ecef #e9ecef #094d79  #094d79 ;
        border-style: solid;
}
.SingleTab .Header .HeaderWrap::after{
        content: "";
        display: inline-block;
        width: 4px;
        height: 80px;
        position: absolute;
        top: -25px;
        right: -18px;
        background: #094d79;
        -ms-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        transform: rotate(-45deg);
}
.SingleTab .Header .HeaderWrap .text > a:after {
        content: "";
        display: inline-block;
        width: 4px;
        height: 80px;
        position: absolute;
        top: -25px;
        right: -30px;
        background: #094d79;
        -ms-transform: rotate(20deg);
        -webkit-transform: rotate(20deg);
        transform: rotate(-45deg);
}
.SingleTab .Header .HeaderWrap .text > a {
        color: #fff;
        padding: 0 0 0 0px;
        text-shadow: 0 1px 0 #515151;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 600;
        line-height: 35px;
        display: inline-block;
        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 {
        background: rgba(0, 0, 0, 0) url("images/shadow.png") no-repeat scroll right center;
        min-height: 250px;
        margin: 0;
        padding: 6px 15px 10px 5px;
}
.SingleTab .Wrap .first {
}
.SingleTab .Wrap .first .image {
        float: left;
        height: 130px;
        margin-right: 15px;
        width: 200px;
        object-fit: cover;
}
.SingleTab .Wrap .first .image[src=""] {
        content: url(https://storage-vnportal.vnpt.vn/vnportal-tw/themes/quochoivn/panelstylesheet/top-onecolumn-footer/images/noimage.jpg);
        background-size: cover;
        background-position: center;
}
.SingleTab .Wrap .first .title {
        margin: 0;
        padding: 0;
}
.SingleTab .Wrap .first p {
        margin: 0;
        padding-bottom: 6px;
        padding-top: 6px;
        text-align: justify;
}
.SingleTab .Wrap .first .title a {
        color: #333;
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
}
.SingleTab .Wrap .clear {
        clear: both;
}
.SingleTab .Wrap .next {
        color: #1879cf;
        list-style: outside none square;
        margin-top: 5px;
        padding-left: 0;
        font-size: 14px;
        list-style: none;
}
.SingleTab .Wrap .next li {
        padding: 5px 0;
        text-align: left;
        border-radius: 10px;
        display: grid;
        grid-template-columns: 200px 1fr;
        grid-template-areas:
                "left title"
                "left summary";
        column-gap: 15px;
        align-items: flex-start;
        justify-content: flex-start;
        margin-bottom: 15px;
}
.SingleTab .Wrap .next li img{
        height: 130px;
        margin-right: 10px;
        width: 100%;
        object-fit: cover;
        grid-area: left;
}
.SingleTab .Wrap .next li .summary{
        color: #757575;
        font-size: 13px;
        padding: 5px 0;
}
.SingleTab .Wrap .next li a {
        text-decoration: none;
        font-weight: normal;
        color: #333;
        font-size: 14px;
        font-weight: 500;
}
@media only screen and (max-width: 768px) {
        .SingleTab .Wrap .first .image {
                height: 200px;
                width: 100%;
                margin-right: 0;
                margin-bottom: 5px;
        }
        .SingleTab .Wrap .first .title a{
        }
        .SingleTab .Wrap .next li{
                display: block;
                margin-bottom: 0;
        }
        .SingleTab .Wrap .next li img {
                height: 200px;
                width: 100%;
                margin-right: 0;
                margin-bottom: 5px;
        }
        .SingleTab .Wrap .next li .summary {
                margin-bottom: 5px;
        }
}
