.SliderFeature {
        border-radius: 0;
        margin: 0 0 10px;
        position: relative;
        background: #Fff;
}
.SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
        width: 40%;
}
.SliderFeature .LeftCol {
        margin-right: 5px !important;
        text-align: justify;
        vertical-align: top;
        width: 60%;
        background: #f6f6f6;
}
.SliderFeature .LeftPanel {
        height: auto !important;
        overflow: hidden;
        position: relative;
        width: 100% !important;
}
div.SliderFeature .LeftPanel>a{
        display: inline-block;
        width: 100%;
        color: #212529;
}
div.SliderFeature .LeftPanel>a .Title{
        font-size: 16px;
        padding: 8px 10px;
        font-weight: 600;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        padding-bottom: 0;
        margin-bottom: 10px;
        color: #cd2323;
        line-height: 1.4;
        text-align: left;
}
div.SliderFeature .LeftPanel>a .Title:hover{
        color: 
}
div.SliderFeature .LeftPanel>a .Summary{
        font-size: 15px;
        padding: 10px;
        font-weight: normal;
        color: #495057;
}
.SliderFeature .LeftCol .LeftPanel img {
        height: 280px;
        /* left: 0; */
        /* position: absolute; */
        top: 0;
        width: 100%;
        z-index: 0;
}
.SliderFeature .LeftCol .text {
        background-color: #fff;
        bottom: 0;
        /* left: 0; */
        margin-bottom: 0;
        /* position: absolute; */
        /* text-align: left; */
        width: 100%;
        z-index: 1;
        font-size: 16px;
        font-weight: 600;
        display: none;
}
.SliderFeature .LeftCol .text div {
        color: #212529;
        display: inline-block;
        padding: 10px;
        font-size: 17px;
        text-align: justify;
}
div.SliderFeature .LeftCol .text-summary{
        font-weight: normal;
        font-size: 15px;
        padding-top: 0;
}
.SliderFeature .ArticleList li a {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.35
}
.SliderFeature .ArticleList li a:hover{
}
.SliderFeature .ArticleList {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
        max-height: 480px;
        overflow: auto;
        display: flex;
        flex-direction: column;
}
.SliderFeature .ArticleList .Summary{
        display: none;
}
.SliderFeature .ArticleList li:hover a {
        color:  #cd2323;
}
.SliderFeature .ArticleList li {
        /* border-bottom: 1px dotted #ccc; */
        /* display: inline-block; */
        padding: 5px;
        width: 100%;
        font-size: 13px;
        position: relative;
        padding-left: 10px;
}
.SliderFeature .ArticleList li+li{
        /* border-top: 1px solid #eee; */
        padding-top: 5px;
}
.SliderFeature .ArticleList .ArticleItemSelected {
        color: #cd2323;
        padding-left: 10px;
        padding-right: 5px;
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #cd2323;
}
.SliderFeature .ArticleList li:hover {
        color: #087cce
}
.SliderFeature .ArticleList li .Image {
        float: left;
        margin-right: 10px;
        text-align: left;
        width: 90px;
        aspect-ratio: 16/9;
}
.SliderFeature .Header {
        display: none;
}
.SliderFeature .Header .lblHeader {
        /* display: none; */
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        background: #d65a01;
        padding: 4px 11px;
        color: #fff;
        width: 100%;
        text-align: center;
        display: inline-block;
}
.SliderFeature span.new {
        color: red;
        /* position: absolute; */
        font-size: 0px;
        /* right: 0; */
        /* bottom: 5px; */
        /* float: right; */
        display: none;
}
.SliderFeature span.new:after {
        background: url(images/icon-moi.gif);
        content: "";
        /* position: absolute; */
        top: -7px;
        /* right: 0; */
        width: 50px;
        height: 20px;
        background-size: 50px;
        background-repeat: no-repeat;
        display: inline-block;
        background-size: 45px 20px;
}
@media only screen and (min-width: 769px) and (max-width: 1023px){
        div.SliderFeature .LeftCol, div.SliderFeature .RightCol{
                display: table-cell;
                min-width: 35vw;
        }
        div.SliderFeature .RightCol{
                padding-left: 10px !important;
        }
}
@media only screen and (max-width: 768px){
        .SliderFeature .LeftPanel {
                height: auto !important;
        }
        .SliderFeature .LeftCol .text {
                display: none;
                padding-top: 5px;
        }
        .SliderFeature .LeftCol .LeftPanel img{
                height: 55vw;
        }
        .SliderFeature tr {
                display: flex;
                flex-direction: column;
        }
        .SliderFeature tr > td {
                width: 100% !important;
        }
}
