.title-left {
    min-height: 72px;
}
.sect-popular h2 {
    text-align: center;
    font-size: 30px;
    margin-top: 0;
    font-weight: normal;
}
.popular-item {
    padding-top: 20px;
}

.item-image-1 img{
    margin: 0 auto;
    display: block;
}
.item {
    text-align: center;
font-size: 14px;
min-height: 264px;
}
.item span {
    font-size: 18px;
    color: #222222;
    font-weight: bold;
}
.content .item a {
    font-size: 14px;
    color: #222222;
    text-decoration: none;
}
.item span.read-more {
    background: #4eadff;
    padding: 9px 10%;
    display: inline-block;
    color: #fff;
    border-radius: 2px;
font-size: 15px;
    color: #fff;
    font-weight: normal;
margin-top: 15px;
}
.news {
    border: 1px solid #e9e8e8;
position: relative;
display: flex;
    text-align: center;
    align-items: flex-end;
    justify-content: center;
}
 /* adaptive
--------------------*/
@media (min-width: 1281px) {
.no-gutter div:last-child {padding-right: 0}
.no-gutter div:first-child {padding-left: 0}
.news {    padding-bottom: 20px;}
}
@media (max-width: 1280px) and (min-width: 1024px) {
.news {    padding-bottom: 20px;}
}
/* -------------------*/
@media (max-width: 767px) {
.no-gutter div {    margin-bottom: 10px;}
#no-right-padding {    padding-right: 0;}
}