.list-service {
    margin: 0 -15px;
}
.list-service:after {
    display: block;
    content: '';
    clear: both;
}
.list-service .item {
    width: 33.333333%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.list-service .item:nth-child(3n+1) {
    clear: left;
}
.list-service .item .i-img {
    margin-bottom: 8px;
}
.list-service .item .i-img a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.list-service .item .i-img a img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    object-fit: contain;
    height: 100%;
}
.list-service .item .i-img a:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.list-service .item .i-title {
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    max-height: 50px;
    overflow: hidden;
    margin-bottom: 8px;
    text-align: center;
}
.list-service .item .i-content {
    font-size: 14px;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
}
@media screen and (max-width: 991px) {
    .list-service .item {
        width: 50%;
    }
    .list-service .item:nth-child(n) {
        clear: none;
    }
    .list-service .item:nth-child(2n+1) {
        clear: left;
    }
    .list-service {
        margin: 0 -10px;
    }
    .list-service .item {
        padding: 0 10px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 639px) {
    .list-service {
        margin: 0 -5px;
    }
    .list-service .item {
        padding: 0 5px;
        width: 100%;
    }
}
.box_news_sidebar{
    margin-bottom: 20px;
}
.box_news_sidebar .bn_title{
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fe0002;
    /*background: #eff4fa;*/
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
}
.box_news_sidebar .bn_title h3{
    font-size: inherit;
    line-height: inherit;
}
.box_news_sidebar .bn_content .w_item{
    /*margin-bottom: 1px;*/
}
.box_news_sidebar .bn_content .item{
    /*background: #eff4fa;*/
    padding: 19px;
    border: 1px solid #e0e0e0;
    border-top: 0;
}
.box_news_sidebar .bn_content .item .i-image{
    overflow: hidden;
    margin-bottom: 10px;
}
.box_news_sidebar .bn_content .item .i-image a{
    display: block;
    padding-top: 66.666667%;
    position: relative;
}
.box_news_sidebar .bn_content .item .i-image img{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -moz-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -o-transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    transition: transform 0.8s cubic-bezier(0.44, 0.185, 0.575, 0.86);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.box_news_sidebar .bn_content .item .i-image:hover img{
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -o-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
}
.box_news_sidebar .bn_content .item .i-title{
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
}
.mod-content{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}
#vnt-main{
    width: 75%;
    padding: 0 15px;
}
#vnt-sidebar{
    width: 25%;
    padding: 0 15px;
}
.box_mid{
    width: 100%;
    margin-top: 30px;
}
@media screen and (max-width: 991px) {
    #vnt-main{
        width: 100%;
        padding: 0 15px;
    }
    #vnt-sidebar{
        width: 100%;
        padding: 0 15px;
    }
}