.banner_news_posi {
    position: absolute;
    bottom: 20px;
    left: unset;
    right: 40px;
    width: 390px;
    top: 20px;
    max-height: 100%;
    overflow: hidden;

}
.banner_news {
    width: 100%;
    float: left;
    background-color: rgba(0,0,0,.6);
    border: 1px solid #c1962f;
    /* box-shadow: 0px 0px 5px #c2c2c2; */
    padding: 0px;
    text-align: left;
    height: 100%;
}

.banner_news h3 {
    font-size: 16px;
    color: #fff;
    width: 100%;
    padding: 10px 20px 15px;
    background: rgba(255,154,0,0.6);
}

.banner_news .vert {
    width: 100%;
    /* height: 400px; */
    margin-bottom: 1.5em;
    padding: 15px;
}
.banner_news .vert .simply-scroll-clip {
    width: 98%;
    height: 700px;
}

.banner_news h3 span {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
}

.banner_news li
{
    /*height:30px;
    overflow:hidden;*/
    padding:1px !important;
}
.banner_news li .fa
{
color:#F6C800;
}
.ntg{
    position:relative;
}

.ntg::after {
    content: "";
    position: absolute;
    
    bottom: 0px;
    margin: auto 0 auto 5px;
    background: url(../img/new.gif) no-repeat center / 100%;
    height: 26px;
    width: 26px;
}


@media (min-width:320px) and (max-width:767px)
{
    .banner_news_posi {
    position: relative;
    bottom: 20px;
    left: unset;
    right: inherit;
    width: 100%;
    top: 20px;
    max-height: 300px;
    overflow: hidden;
}
}

