.SliderFeature {
        margin: 0;
        position: relative;
        background: #fff;
}
.SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
        width: 50%;
        padding-top: 47px;
}
.SliderFeature .LeftCol {
        padding-right: 15px !important;
        text-align: justify;
        vertical-align: top;
        width: 67%;
}
.SliderFeature .LeftPanel {
        overflow: hidden;
        position: relative;
        width: 100% !important;
        height: 100% !important;
}
.SliderFeature .LeftPanel > a {
        display: inline-block;
        height: 435px;
        overflow: hidden;
        --width: 630px;
}
.SliderFeature .LeftCol .LeftPanel img {
        height: 435px;
        width: 100%;
        object-fit: cover;
}
.SliderFeature .LeftCol .text {
        padding: 5px 0;
        bottom: 0;
        font-size: 13px;
        font-weight:bolder;
        left: 0;
        margin-bottom: 0;
        text-align: left;
        width: 100%;
        /* z-index: 1; */
        cursor: pointer;
        color: #004f80;
}
.SliderFeature .LeftCol .Summary{
        padding: 0;
        bottom: 0;
        font-size: 13px;
        left: 0;
        margin-bottom: 0;
        text-align: left;
        width: 100%;
        /* z-index: 1; */
        cursor: pointer;
        color: #333;
}
.SliderFeature .LeftCol .text div {
        color: #004f80;
        display: inline-block;
        font-size: 13px;
        font-weight: 700;
}
.SliderFeature .ArticleList {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
}
.SliderFeature .ArticleList li a {
        font-family: sans-serif;
        text-decoration: none;
        color: #333;
        /* background: #fff; */
        outline: none;
        font-size: 13px;
        display: inline-block;
        width: 100%;
        vertical-align: top;
}
.SliderFeature .ArticleList li:last-child {
        border-bottom: none;
}
.SliderFeature .ArticleList li {
        width: 100%;
        padding: 5px;
}
.SliderFeature .ArticleList .ArticleItemSelected {
        background: #e1edf3;
        position: relative;
}
.SliderFeature .ArticleList li .Image {
        margin-right: 10px;
        text-align: left;
        width: 103px;
        height: 69.5px;
        object-fit: cover;
        float: left;
}
.SliderFeature .Header {
        height: 42px;
        width: 35%;
        background: #0071a6;
        position: absolute;
        right: 0;
}
.SliderFeature .Header .lblHeader {
        font-size: 14px;
        color: #fff;
        text-transform: uppercase;
        padding: 0 10px 0 10px;
        font-weight: bold;
        line-height: 42px;
}
.SliderFeature .ArticleList .ArticleItemSelected:before{
        content: '';
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-right: 8px solid #e1edf3;
        border-bottom: 10px solid transparent;
        position: absolute;
        left: -8px;
        top: 50%;
        transform: translateY(-50%);
}
@media only screen and (max-width: 768px){
        div.SliderFeature {
                position: relative;
                padding: 0;
                margin-bottom: 10px !important;
        }
        .SliderFeature .RightCol {
        }
        .SliderFeature .ArticleList {
                padding-top: 45px;
        }
        .SliderFeature .Header {
                width: 100%;
                top: 81vw;
        }
        div.ArticleSlider {
                padding: 0 10px !important;
                margin: 0;
        }
}
