.SliderFeature {
        border-radius: 0;
        position: relative;
        background: #Fff;
        margin-bottom: 5px;
}
.SliderFeature .RightCol {
        background: #f6f6f6;
        vertical-align: top;
        width: 40%;
}
.SliderFeature .LeftCol {
        padding-right: 15px !important;
        vertical-align: top;
        width: 60%;
        margin-bottom: 0!important
}
.SliderFeature .LeftPanel {
        height: 375px !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: 18px;
        padding-top: 10px;
        font-weight: 600;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        display: -webkit-box;
        padding-bottom: 0;
        margin-bottom: 10px;
        text-align: left
}
div.SliderFeature .LeftPanel>a .Summary{
        font-size: 15px;
        padding: 10px;
        font-weight: normal;
        color: #495057;
}
.SliderFeature .LeftCol .LeftPanel img {
        height: 300px;
        /* 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: 15px;
        font-weight: 400;
}
.SliderFeature .ArticleList {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
        max-height: 480px;
        overflow: auto;
        text-align: left;
        padding: 0 10px;
        padding-bottom: 5px;
}
.SliderFeature .ArticleList .Summary{
        display: none;
}
.SliderFeature .ArticleList li:hover {
         line-height: 1.35
}
.SliderFeature .ArticleList li:hover a {
        color:#d76827;
        line-height: 1.35
}
.SliderFeature .ArticleList li {
        /* border-bottom: 1px dotted #ccc; */
        display: inline-block;
        padding: 4px 0;
        width: 100%;
        font-size: 13px;
        /* padding-top: 0; */
        background: url(images/arrow2.png) no-repeat left 12px;
        padding-left: 12px;
        position: relative;
}
.SliderFeature .ArticleList li+li{
        /* border-top: 1px solid #eee; */
        padding-top: 5px;
}
.SliderFeature .ArticleList li+li .Title{
        line-height: 1.35;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #d76827;
        display: inline-block;
        font-size: 15px;
        line-height: 1.35;
}
.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: 2px solid #e26f2c;
        margin-bottom: 5px;
        padding-top: 5px;
        padding-left: 10px;
}
.SliderFeature .Header .lblHeader {
        /* display: none; */
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 3px;
        color: #e26f2c;
        display: inline-block;
        font-family: 'Roboto Condensed', sans-serif
}
.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 (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{
        	padding-bottom: 0!important;
        }
        .SliderFeature .LeftCol{
        	margin-top: 4px;
        }
        .ArticleSlider{
        	margin-bottom: 0!important;
        }
}
