.SliderFeature {
        margin: 15px 0 10px;
        position: relative;
        background: #fff;
}
.SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
}
.SliderFeature .LeftCol {
        text-align: justify;
        vertical-align: top;
}
div.SliderFeature .LeftPanel>a .Title {
        font-size: 18px;
        font-weight: 600;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        padding-bottom: 0;
        order: 0;
        line-height: 1.3;
        font-family: Arial;
        margin-top: 10px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
}
div.SliderFeature .LeftPanel>a .Summary {
        font-size: 15px;
        font-weight: normal;
        color: #555555;
        order: 3;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        /* number of lines to show */
        line-clamp: 4;
        -webkit-box-orient: vertical;
}
.SliderFeature .LeftPanel {
        min-height: 410px !important;
        height: 410px !important;
        overflow: hidden;
        position: relative;
        width: 100% !important;
}
.SliderFeature .LeftPanel>a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        flex-direction: column;
}
.SliderFeature .LeftCol .LeftPanel img {
        height: 302px;
        width: 100%;
        object-fit: cover;
        order: 0;
}
.SliderFeature .LeftCol .text {
        line-height: 20px;
        overflow: hidden;
        opacity: 0.7;
        padding: 5px 0;
        font-size: 17px;
        font-weight: bolder;
        margin-bottom: 0;
        text-align: left;
        width: 100%;
        cursor: pointer;
        order: 2;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
}
.SliderFeature .LeftCol  div{
        color: #212529;
}
.SliderFeature .LeftCol .text div {
        color: #000;
        display: inline-block;
        font: normal 14px arial;
        line-height: 1.4;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
}
.SliderFeature .LeftCol .text div:hover {
}
.SliderFeature .ArticleList {
        list-style: outside none none;
        margin: -5px 0 0 0;
        padding: 0;
        width: 100%;
}
.SliderFeature .RightCol .ArticleList .Summary{
        display:none;
}
.SliderFeature .ArticleList li:hover a {
        color: #9b0000;
}
.SliderFeature .ArticleList li a {
        font-family: 'Merriweather';
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* number of lines to show */
        line-clamp: 3;
        -webkit-box-orient: vertical;
        text-align: left;
}
.SliderFeature .ArticleList li a .Title{
        font-size:15px;
        line-height: 1.4;
        font-family: Roboto;
        font-weight: 500;
        color: #333;
        position: relative;
}
.SliderFeature .ArticleList li a .Title .new{
    content: "";
    display: inline-block;
    background-image: url(https://storage-vnportal.vnpt.vn/pyn-ubnd/themes/tuyhoaubnd/uitabarticle/singletab/images/icon-moi.gif);
    width: 35px;
    height: 35px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: 0px;
}
.SliderFeature .ArticleList li:last-child {
        border-bottom: none;
}
.SliderFeature .ArticleList li {
        border-bottom: 1px dotted #ddd;
        float: left;
        padding: 10px 0;
        width: 100%;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList li:hover a {
        color: #0451b5;
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #0451b5;
        /* number of lines to show */
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature tr {
        display: grid;
        grid-template-columns: 3fr 2fr;
        gap: 15px;
}
.SliderFeature .ArticleList li .Image {
        float: left;
        margin-right: 10px;
        text-align: left;
        width: 100px;
        height: 60px;
        margin-left: 5px;
        object-fit: cover;
}
.SliderFeature .Header {
        height: 34px;
        display: block;
        text-align: left;
        border-bottom: 2px solid #be0101;
        background: #eee;
        margin-bottom: 5px;
}
.SliderFeature .Header span{
        color: #ffff00;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    background: #be0101;
    padding: 0 15px;
    line-height: 36px;
    height: 34px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
@media (max-width: 1023px) {
        .SliderFeature {
                padding: 0px 10px 0 10px!important;
        }
}
@media only screen and (max-width: 768px) {
        .SliderFeature .LeftPanel {
                height: auto!important;
                display: block;
                min-height: 0!important
        }
        .SliderFeature .LeftCol{
                margin-bottom: 0!important;
        }
        .SliderFeature .LeftPanel>a{
                position: static!important;
        }
        .SliderFeature .LeftCol .LeftPanel img{
                height: 50vw;
        }
        div.SliderFeature .LeftPanel>a .Title{
                font-size: 18px;
                font-weight: 600;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden;
                display: -webkit-box;
                padding-bottom: 0;
                margin-bottom: 10px;
                font-family: 'Merriweather';
                margin-top: 10px;
        }
        .SliderFeature .ArticleList li .Image{
                margin-left:10px;
                margin-right: 0;
                flex: 30%;
        }
        div.SliderFeature .LeftPanel>a .Summary{
                font-size: 14px;
                padding-top: 0;
                font-weight: normal;
                color: #555555;
                order: 3;
                font-family: 'Georama';
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                line-clamp: 4;
                -webkit-box-orient: vertical;
                font-weight: 600;
        }
        .SliderFeature .ArticleList li a{
                display:flex;
                flex-direction:row-reverse;
        }
        .SliderFeature .ArticleList li .Title{
                flex: 70%;
        }
        .SliderFeature tr{
                display: block;
        }
}
@media only screen and (max-width: 450px){
        .SliderFeature tr {
                display: flex;
                flex-direction: column;
        }
        .SliderFeature .LeftCol {
                width: 100%;
        }
        .SliderFeature .RightCol {
                padding: 0 !important;
                width: 100%;
        }
}
