.SliderFeature {
        /* border: 1px solid #ddd; */
        margin: 0 0 10px;
        padding: 0;
        position: relative;
        border-radius: 0;
}
.SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
        width: 40%;
}
.SliderFeature .LeftCol {
        padding-right: 10px !important;
        text-align: justify;
        vertical-align: top;
        width: 60%;
}
.SliderFeature .LeftPanel {
        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: #fff;
        bottom: 0;
        left: 0;
        margin-bottom: 0;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1;
        color: #000000;
        text-decoration: none;
        font-size: 14px;
        font-weight: 600;
}
.SliderFeature .LeftCol .text div {
        color: #000000;
        display: inline-block;
        padding: 6px;
}
.SliderFeature .LeftCol .lnk{
        color: #fff;
}
.SliderFeature .ArticleList li a:hover {
        text-decoration: none;
}
.SliderFeature .ArticleList {
        /* list-style: square outside; */
        margin: 0;
        padding: 0;
        width: 100%;
        color: #008175;
        padding-right: 0;
        padding-left: 20px;
        font-size: 14px;
        list-style: none;
}
.SliderFeature .ArticleList li:hover a {
        color: #AC0203;
}
.SliderFeature .ArticleList li {
        font-size: 14px;
        padding-bottom: 5px;
        padding-right: 5px;
}
.SliderFeature .ArticleList li a{
        display: flex;
        align-items: flex-start;
        font-size: 14px;
        line-height: 1.4;
}
.SliderFeature .ArticleList li+li{
        border-top: 1px dashed #ddd;
        padding-top: 5px;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #a70000;
        font-size: 14px;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
        max-width: 90px;
        /* display: none; */
        /* float: left; */
        height: 55px;
        margin-right: 10px;
        text-align: left;
        width: 90px;
        min-width: 90px;
        object-fit: cover;
}
.SliderFeature .Header {
        color: #AC0203;
        text-transform: uppercase;
        /* position: absolute; */
        top: 5px;
        left: 10px;
        width: 90%;
}
.SliderFeature .Header .lblHeader {
        width: 100%;
        display: flex;
        font-size: 15px;
        font-weight: 600;
        line-height: 35px;
        margin-bottom: 10px;
}
.SliderFeature .Header .lblHeader:after{
        content: '';
        margin-left: 10px;
        flex: 1;
        overflow: hidden;
        background: url(images/tnb.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left bottom 6px;
}
@media only screen and (max-width: 768px){
        .SliderFeature {
                padding-top: 30px;
        }
        .SliderFeature .LeftCol {
                min-height: 55vw;
        }
        .SliderFeature .LeftCol .text {
                background: rgba(0,0,0, 0.7);
                padding: 5px;
        }
        .SliderFeature .LeftCol .text div {
                color: #fff;
        }
        div.SliderFeature .ArticleList li a {
                display: flex;
        }
}
