.SliderFeature {
        /* background: #eee none repeat scroll 0 0; */
        /* border: 10px solid #eee; */
        margin-bottom: 10px;
}
.SliderFeature .Header{
        display: none;
}
.SliderFeature .RightCol {
        vertical-align: top;
        width: 350px;
}
.bottomAti>div{
        border: none !important;
        padding: 10px 5px !important;
}
.SliderFeature .RightCol .Header {
        display: none;
        margin: 0;
}
.SliderFeature .LeftCol {
        padding: 4px;
        text-align: center;
        vertical-align: middle;
}
.SliderFeature .LeftPanel {
        overflow: hidden;
        position: relative;
}
.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: #E0F2F1;
        bottom: 0;
        color: #024f49;
        font: bold 10pt Arial;
        left: 0;
        margin-bottom: 0;
        opacity: 1;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1;
}
.SliderFeature .LeftCol .text div {
        display: inline-block;
        padding: 6px;
}
.SliderFeature .ArticleList {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        /* width: 270px; */
        width: 100%;
}
.SliderFeature .ArticleList li {
        /* float: left; */
        /* padding: 4px 4px 4px 5px; */
        display: block;
        margin-bottom: 10px;
}
.SliderFeature .ArticleList li a{
        display: flex;
        align-items: flex-start;
        gap: 10px;
        text-align: left;
        font-size: 14px;
        line-height: 1.2;
}
.SliderFeature .ArticleList li:hover{
        background:#2196F3
}
.SliderFeature .ArticleList li:hover a{
        color:#fff
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #024f49;
        font-weight: 600;
        line-height: 1.2;
}
.SliderFeature .ArticleList .ArticleItemSelected {
        /* padding-left: 5px; */
        width: 100%;
}
.SliderFeature .tab {
        border: none !important;
        background: #12a73f;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
}
.SliderFeature button.tablinks.active {
        background: red;
        color: #fff;
        font-weight: 600;
        font-size: 14px;
}
.SliderFeature button.tablinks {
        color: #fff;
        font-weight: 600;
        font-size: 14px;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
        display: inline-block;
        /* float: left; */
        height: 50px;
        /* margin-right: 10px; */
        text-align: left;
        width: 70px;
        min-width: 70px;
}
@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;
        }
        .SliderFeature .LeftPanel{
                max-width: 100%;
        }
        .SliderFeature .LeftCol .LeftPanel img{
                height: 55vw;
        }
}
