.SliderFeature {
        margin: 10px 0 60px;
        padding: 5px 5px 0 0;
        position: relative;
        border-radius: 5px 5px 0 0;
        border: 1px solid #ddd;
}
.SliderFeature .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
}
.SliderFeature .LeftCol {
        padding-right: 15px !important;
        text-align: justify;
        vertical-align: top;
        width: 63%;
        padding-left: 10px;
}
.SliderFeature .LeftPanel {
        height: 315px !important;
        overflow: visible;
        position: relative;
        width: 100% !important;
        margin-top: 10px;
}
.SliderFeature .LeftCol .LeftPanel img {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 0;
}
.SliderFeature .LeftCol .text {
        background-color: #fff;
        bottom: 0;
        color: #444;
        font: 28px Roboto;
        left: 0;
        margin-bottom: 0;
        position: absolute;
        text-align: left;
        width: 100%;
        z-index: 1;
        font-weight:bold
}
.SliderFeature .LeftCol .text div {
        display: inline-block;
        padding: 3px;
        font-size:16px;
}
.SliderFeature .ArticleList li a {
        font: 14px Helvetica,Arial,sans-serif;
        /* color: #777; */
}
.SliderFeature .ArticleList {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
}
.SliderFeature .ArticleList li:hover a {
        color: #d00707;
        font-weight:bold;
}
.SliderFeature .ArticleList li {
        border-bottom: 1px dotted #ccc;
        display: inline-block;
        padding: 8px 0;
        width: 100%;
}
.SliderFeature .ArticleList .ArticleItemSelected {
}
.SliderFeature .ArticleList .ArticleItemSelected a {
        color: #d00707;
}
.SliderFeature .ArticleList li:hover {
}
.SliderFeature .ArticleList li .Image {
        /* display: none; */
        float: left;
        height: 86px;
        margin-right: 10px;
        text-align: left;
        width: 120px;
        object-fit:contain;
}
.SliderFeature .Header {
        border: none;
        border-bottom: 2px #c70d0c solid;
        background: transparent;
        height: auto;
        width: 99%;
        display: inline-block;
        margin-left: 10px;
        text-align: left;
}
.SliderFeature .Header .lblHeader {
        line-height: 36px;
        padding: 0px 15px 0px 32px;
        /* box-shadow: 0px 2px 0px #1f87df; */
        margin-left: 0;
        background: #c70d0c;
        color: #ffff60;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 15px;
        /* top: 0; */
        position: relative;
        border-radius: 0;
        margin: 0;
        display: inline-block;
        height: auto;
        border-radius: 0px 0 0 0;
        background: url(images/codang.png) no-repeat left #c70d0c;
}
.SliderFeature .Header .lblHeader:before {
        position: absolute;
        content: '';
        right: -8px;
        bottom: 0;
        width: 16px;
        height: 100%;
        background: #c70d0c;
        transform: skewX(20deg);
}
.SliderFeature .Header .lblHeader:after {
        position: absolute;
        content: '';
        right: -17px;
        bottom: 0;
        width: 6px;
        height: 67%;
        background: #c70d0c;
        transform: skewX(20deg);
}
.SliderFeature .LeftCol .summary {
        position:relative;
        display:block;
        top:100%;
}
.SliderFeature .RightCol .Summary {
        display:none;
}
@media only screen and (max-width: 768px) {
        .SliderFeature .LeftPanel {
                margin-bottom:90px;
        }
        .SliderFeature .LeftCol .summary {
                position:relative;
                display:block;
                top:100%;
                overflow: hidden;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                /* number of lines to show */
                line-clamp: 3;
                -webkit-box-orient: vertical;
                font-weight:550;
        }
        .SliderFeature .Header {
                margin: 0;
                width: 100%;
        }
}
