.SliderFeature {
        border-radius: 0;
        /* margin: 0 0 10px; */
        padding: 10px;
        position: relative;
        background: #Fff;
        padding: 0 10px 0 0;
}
.SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
        /* width: 40%; */
        display: block;
}
.SliderFeature .LeftCol {
        padding-right: 15px !important;
        text-align: justify;
        vertical-align: top;
        /* width: 60%; */
        display: block;
}
.SliderFeature .LeftPanel {
        /* height: 305px !important; */
        overflow: hidden;
        position: relative;
        width: 100% !important;
        min-height: 300px;
        height: auto !important;
}
div.SliderFeature .LeftPanel>a{
        display: flex;
        flex-direction: column;
        width: 100%;
        color: #212529;
}
/* CTO - Cap nhat css*/
div.SliderFeature .LeftPanel>a .Title{
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        padding-bottom: 0;
        margin-bottom: 10px;
        order: 0;
        color: #111111;
        font-family: "Merriweather";
        font-size: 25px;
        font-weight: 700;
        line-height: 42px;
        text-align: left;
}
/*
div.SliderFeature .LeftPanel>a .Title{
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        padding-bottom: 0;
        margin-bottom: 10px;
        order: 0;
        color: #111111;
        font-family: "Merriweather";
        font-size: 27px;
        font-weight: 700;
        line-height: 42px;
        text-align: left;
}*/
div.SliderFeature .LeftPanel>a .Summary{
        font-size: 15px;
        padding: 10px 0;
        font-weight: normal;
        color: #495057;
        order: 2;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 21px;
        color: #3b4e68;
        margin-bottom: 10px;
}
.SliderFeature .LeftCol .LeftPanel img {
        height: 315px;
        /* left: 0; */
        /* position: absolute; */
        top: 0;
        width: 100%;
        z-index: 0;
        order: 1;
        object-fit: cover;
}
.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 {
        text-align: left;
        -webkit-line-clamp: 2 !important;
        display: block;
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
        line-height: 22px;
        color: #000e26;
        position: relative;
}
/* CTO - Cap nhat css*/
.SliderFeature .ArticleList li a:hover {
		color: #d42918;
}
.SliderFeature .ArticleList {
        list-style: none;
        width: 100%;
        margin-bottom: auto;
}
.SliderFeature .ArticleList .Summary{
        display: none;
}
.SliderFeature .ArticleList li {
        /* border-bottom: 1px dotted #ccc; */
        display: inline-block;
        /* padding: 5px 0; */
        width: 100%;
        font-size: 13px;
        /* padding-top: 0; */
        /* background: url(images/arrow2.png) no-repeat left 12px; */
        /* padding-left: 15px; */
        position: relative;
        margin-bottom: 5px;
}
.SliderFeature .ArticleList li:before {
    content: '';
    background: #99A5B5;
    width: 5px;
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 8px;
    transform: translate(-50%, 0);
    left: -20px;
}
.SliderFeature .ArticleList li+li{
        /* border-top: 1px solid #eee; */
        /* padding-top: 5px; */
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        /*color: #0471b6;*/
        display: inline-block;
        font-size: 15px;
        line-height: 1.4;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
        display: none;
        float: left;
        height: 86px;
        margin-right: 10px;
        text-align: left;
        width: 120px;
}
.SliderFeature .Header {
        /* display: none; */
        display: inline-block;
        width: 100%;
        border-bottom: 1px solid var(--bg-blue-weight);
        margin-bottom: 5px;
        display: none;
}
.SliderFeature .Header .lblHeader {
        /* display: none; */
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        background: linear-gradient(to bottom, var(--bg-blue) 0%, var(--bg-blue-weight) 100%);
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
}
.SliderFeature span.new {
        color: red;
        /* position: absolute; */font-size: 0px;
        /* right: 0; *//* bottom: 5px; *//* float: right; */}
.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 (max-width: 768px){
        div.SliderFeature .LeftPanel {
                height: auto !important;
        }
        .SliderFeature .LeftCol .text {
                display: none;
                padding-top: 5px;
        }
        .SliderFeature .LeftCol .LeftPanel img{
                height: 55vw;
        }
}
