.item-post__image img{
    width: 100%;
    object-fit: cover;
    height: 190px;
}
#home-customer img{
    height: 80px;
}
.content-website{
    padding-top: 20px;
}
.icon-theme img{
    border-radius: 6px;
}
.style-theme{
    color: #444444;
}
.zalo-ico-main img{
    width: 60px;
    height: 60px;
}
.button-detail{
    border-radius: 30px;
}
.entry-description{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-all;
    -webkit-line-clamp: 3;
}
