.list-post-wrap{
    margin: 0px -7.5px 0px -7.5px;
    /* margin-bottom: 20px; */
}
.list-post-wrap .list-col-item{
    padding: 0px 7.5px 0px 7.5px;
}

.item-post.item-post-default{
    margin-bottom: 15px;
    /* border: 1px solid #eee; */
}

/* .item-post.item-post-default:hover{
    filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.16));
} */

.item-post.item-post-default .post-info .post-title{
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    font-size: 14px;
}

.item-post.item-post-default .post-info .desc{
    /* display: -webkit-box; */
    display: none;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    text-align: justify;
}

.item-post.item-post-default .post-info {
    background: #fff;
    padding: 5px 0;
}

.item-post.item-post-default .post-info .post-read-more-wrap i{
    margin-left: 3px;
    margin-top: 2px;
}

.item-wg-post .post-thumb{
    width: 100px;
}

.item-wg-post .post-info{
    width: calc(100% - 101px);
    padding-left: 15px;
}
.list-post-readmore-wrap a{
    font-weight: 600;
    font-size: 12px;
    line-height: 17px;
    color: #333;
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #333;
    margin: auto;
    /* margin-bottom: 100px; */
    text-decoration: none;
}
.fpost-info2 .desc{
    line-height: 22px;
}
.post-title a{
    color: #333;
    /* line-height: 22px; */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 150%;
}

@media (max-width: 767px){
    .list-post-wrap{
        margin-bottom: 0px;
    }
}
@media (max-width: 481px){
    .list-post-wrap .list-col-item{
        padding: 0 15px;
    }
}