.SliderFeature {
        background: #fff;
        border: 0px solid;
        border-color: #e5e6e9 #dfe0e4 #d0d1d5;
        margin: 0 0 10px;
        padding: 0;
        position: relative;
        min-height: 250px;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 5px;
}
.SliderFeature .RightCol {
        background: transparent;
        vertical-align: top;
        width: 45%;
}
.SliderFeature .LeftCol {
        padding-right: 15px !important;
        text-align: justify;
        vertical-align: top;
        width: 70%;
}
.SliderFeature .LeftPanel {
        /* height: 320px !important; */
        overflow: hidden;
        position: relative;
        width: 100% !important;
}
.SliderFeature .LeftCol .LeftPanel img {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
        object-fit: cover;
}
.SliderFeature .LeftCol .text {
        background-color: rgba(113, 109, 109, 0.6);
        bottom: 0;
        color: #fff;
        left: 0;
        margin-bottom: 0;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1;
        font-size: 13px;
}
.SliderFeature .LeftCol .text div {
        color: #fff;
        display: inline-block;
        padding: 6px;
}
.SliderFeature .ArticleList li a {
        color: #212529;
        font-size: 13px;
        line-height: 1.3;
}
.SliderFeature .ArticleList {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
        font-size: 13px;
}
.SliderFeature .ArticleList li:hover a {
        color: #0094de;
}
.SliderFeature .ArticleList li {
        display: inline-block;
        padding: 6px 0;
        width: 100%;
        font-size: 13px;
        line-height: 1.3;
}
.SliderFeature .ArticleList li+li{
        border-top: 1px solid #ddd;
}
.SliderFeature .ArticleList li:first-child{
        padding-top: 0;
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #0094de;
        display: inline-block;
        font-size: 13px;
        line-height: 1.3;
}
.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;
}
.SliderFeature .Header .lblHeader {
        display: none;
}
@media only screen and (max-width: 768px){
        div.ArticleSlider{
                padding: 0 5px !important;
        }
        div.SliderFeature{
                padding: 0 5px;
        }
}
