.SliderLeft {
        margin: 0 0 8px;
        padding: 5px;
        position: relative;
        background: #fff;
        border: 1px solid rgb(187, 187, 187);
}
.SliderLeft .RightCol {
        background: #ffffff none repeat scroll 0 0;
        vertical-align: top;
        border: 1px solid #1ca6ff;
        padding: 10px 10px;
        display: none;
}
.SliderLeft .LeftCol {
        /* padding-right: 15px !important; */
        text-align: justify;
        vertical-align: top;
        !i;
        !;
}
.SliderLeft .LeftPanel {
        /* height: 305px !important; */
        overflow: hidden;
        position: relative;
        width: 461px;
}
.SliderLeft .LeftCol .LeftPanel img {
        height: 245px;
        left: 0;
        /* position: absolute; */
        top: 0;
        width: 100%;
        padding: 10px;
        z-index: 0;
}
.SliderLeft .LeftCol .text {
        /* bottom: 40px; */
        color: Black;
        font-size: 17px;
        left: 0;
        margin-bottom: 0;
        width: 100%;
        /* position: relative; */
        z-index: 2;
        font-family: Arial;
        font-weight: bold;
        padding: 10px 10px;
        /* background-color: rgba(0, 0, 0, 0.65); */
        color: #fff;
        color: #ad0404;
}
.SliderLeft .LeftCol .summary{
        padding:10px;
        color:#4e5860;
        font-weight:bold;
        font-family:Arial;
        font-style:italic;
}
.SliderLeft .LeftCol .text div {
        color: #444;
        display: inline-block;
        padding: 6px;
}
.SliderLeft .ArticleList li a {
        font-size: 16px;
}
.SliderLeft .ArticleList {
        list-style: outside none none;
        margin: 0;
        padding: 0;
        width: 100%;
}
.SliderLeft .ArticleList li:hover a {
        color: #1058AF;
}
.SliderLeft .ArticleList li {
        border-bottom: 1px dotted #ccc;
        display: inline-block;
        padding: 10px 0;
        width: 100%;
        font-size: 13px;
}
.SliderLeft .ArticleList .ArticleItemSelected {
}
.SliderLeft .ArticleList .ArticleItemSelected a {
        color: #1058AF;
        display: inline-block;
        font-size: 16px;
}
.SliderLeft .ArticleList li:hover {
}
.SliderLeft .ArticleList li .Image {
        display: none;
        float: left;
        height: 86px;
        margin-right: 10px;
        text-align: left;
        width: 120px;
}
.SliderLeft .Header {
        /* display: none; */
        height: 30px;
        /*background: linear-gradient(to bottom, #ffffff 30%, #e7e7e7 70%);*/
        border: 1px solid rgb(187, 187, 187);
        background: linear-gradient(to bottom, #ffffff, #e7e7e7);
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
        /* Subtle shadow below the border */
        border-bottom: none;
}
.SliderLeft .Header .Text{
        color: #5e0000;
        line-height: 31px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        padding: 7px 6px 6px 6px;
        background: #FFF;
        border-right: 1px solid rgb(187, 187, 187);
        margin-left: 1px;
}
.SliderLeft .Header .lblHeader {
        display: none;
}
.SliderLeft .RightCol .Header-right{
        background: #4792d3;
        height: 31px;
}
.SliderLeft .RightCol .Header-right .Text{
        color: #fff;
        padding: 0px 10px 7px 10px;
        display: inline-block;
        font-size: 15px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 31px;
        background: url('https://storage-vnportal.vnpt.vn/cmu-chinhquyen/themes/soyte/uiarticleslider/sliderleft/arrow.png') no-repeat 10px 31px;
}
.SliderLeft .lSSlideOuter 
{
        position:relative;
        height: 410px !important;
}
.SliderLeft .lSSlideOuter .lSPager.lSpg{
        position:absolute;
        bottom: 30%;
        right: 10%;
}
.SliderLeft .lSSlideWrapper{
        height:100%;
}
/*.SliderLeft .ul-ArticleItem{
height:100% !important;
}*/
.SliderLeft .ul-ArticleItem{
        height: 470px !important;
}
.SliderLeft .lSAction > a{
        top: 30%;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
        background-color: #ad0404;
}
.lSSlideOuter .lSPager.lSpg > li a{
        border-radius:0;
}
@media only screen and (max-width: 768px) {
        .SliderLeft .LeftPanel{
                width: 100%;
        }
        .SliderLeft .LeftCol{
                padding-right: 0 !important;
                width:96vw !important;
        }
        .SliderLeft .LeftCol .LeftPanel img{
                height:70vw !important;
        }
        .SliderLeft .LeftCol .LeftPanel ul li.ArticleItem a{
                width:96vw;
                display:block;
        }
        .SliderLeft .LeftCol .text{
                /* width:100vw !important; */
        }
        .SliderLeft .ul-ArticleItem{
                height:100% !important;
        }
}
