.banners-default .banners-item {
    display: block;
    margin-bottom: 16px;
    text-align: center;
}

.banners-default_hot{
    float: left;
    padding-left: 8px;
    padding-right: 8px;
    margin-bottom: 16px;
}
.banners-default_hot .banners-item{
    margin-right: 16px;
}
.banners-default_hot .block_title {
    background-color: #ffffff;
    color: #b21413;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "MyriadPro-Bold";
    line-height: 25px;
    padding: 5px 0px;
    border-bottom: 1px solid #e1e1e1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
}
.banners-default_hot .block_title span{
    padding-right: 18px;
    background: url("../images/icon-title.png") no-repeat right center;
}
.banners-default_hot .name-banner {
    font-size: 25px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 30px;
}
.banners-default_hot .content-banner{
    color: #333333;
    font-style: italic;
    position: relative;
    padding: 0px 10px 28px 0px;
}
.banners-default_hot .content-banner:before{
    content: '';
    position: relative;
    height: 30px;
    width: 36px;
    float: left;
    margin-top: -10px;
    margin-right: 16px;
    background: url('../images/icon-quote.png') no-repeat 0px 0px;
}
.banners-default_hot .content-banner:after{
    content: '';
    position: absolute;
    height: 30px;
    width: 36px;
    right: 10px;
    background: url('../images/icon-quote.png') no-repeat 0px -41px;
}
@media only screen and (min-width: 769px){
    .banners-default_hot .img-responsive {
        max-width: 586px;
    }
}
@media only screen and (min-width: 992px){
    .banners-default_hot{
        width: 75%;
    }
}



@media only screen and (max-width: 1199px){
    .banners-default_hot .banners-item img{
        width: 350px;
    }
}
@media only screen and (max-width: 991px){
    .banners-default_hot{
        width: 100%;
    }
    
}
@media only screen and (max-width: 768px){
    .banners-default_hot .banners-item img, .banners-default_hot .banners-item{
        width: 100%;
        margin-right: 0px;
    }
    .banners-default_hot .block_title {
        padding: 10px;
        width: 100%;
    }
    .banners-default_hot .row-item {
        padding: 10px;
        width: 100%;
    }
}