.banners-default .banners-item {
    display: block;
    text-align: center;
}
.banners-default_hot{
    margin-bottom: 16px;
    padding: 20px 0px;
    background-color: #f5f5f5;
    text-align: center;
}
.banners-default_hot .banners-item {
    display: block;
    text-align: center;
    margin-bottom: 25px;
}
.banners-default_hot .title-info {
    text-align: center;
    color: #777777;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 28px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.banners-default_hot .block_title {
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    color: #333333;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.banners-default_hot .block_title span {
    background: url('../images/img-block-title.png') no-repeat center bottom;
    padding-bottom: 15px;
}

.banners-default_hot .content-banner{
    margin-bottom: 20px;
}
.banners-default_hot .name-banner {
    font-size: 25px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 30px;
}
.banners-default_hot .banners_title {
    color: #333333;
    font-size: 20px;
    line-height: 30px;
    font-family: 'seguisb';
    text-transform: uppercase;
    padding-bottom: 20px;
    margin-bottom: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.banners-default_hot .banners_title span {
    background: url('../images/img-block-title-2.png') no-repeat center bottom;
    padding-bottom: 20px;
}

.banners-default_hot .content-banner {
    position: relative;
    line-height: 24px;
    color: #777777;
    font-size: 16px;
}
.banners-default_hot .view-all {
    font-size: 16px;
    color: #f15922;
    text-transform: uppercase;
    line-height: 24px;
    padding: 2px 0px;
    padding-left: 32px;
    background: url("../images/icon-view-all.png") no-repeat 0px -1px;
}
@media only screen and (min-width: 769px){
    
}
@media only screen and (min-width: 992px){
    
}



@media only screen and (max-width: 1199px){
    .banners-default_hot .banners-item img{
        
    }
}
@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{
        
        margin-right: 0px;
    }
    .banners-default_hot .block_title {
        padding: 10px;
        width: 100%;
    }
    .banners-default_hot .row-item {
        padding: 10px;
        width: 100%;
    }
    .banners-default_hot .block_title {
        font-size: 20px;
    }
    .banners-default_hot .title-info {
        font-size: 16px;
        max-width: 100%;
    }
    .banners-default_hot .col-sm-4 {
        margin-bottom: 20px;
        background-color: #ffffff;
        margin-right: 10px;
        margin-left: 10px;
        padding: 20px 0px;
    }
}