
/* KC Thanh Hoa - Image Hover Zoom Effect */

img,
.news-image img,
.article-thumb img,
.post-thumb img,
.home-news img,
.category-news img,
.detail-content img,
.content-detail img,
.hotnews-thumb img,
.zone-news img,
.article-image img,
.news-thumb img {
    transition: transform 0.45s ease, filter 0.35s ease;
    will-change: transform;
}

.news-image,
.article-thumb,
.post-thumb,
.home-news,
.category-news,
.detail-content,
.content-detail,
.hotnews-thumb,
.zone-news,
.article-image,
.news-thumb {
    overflow: hidden;
}

img:hover,
.news-image img:hover,
.article-thumb img:hover,
.post-thumb img:hover,
.home-news img:hover,
.category-news img:hover,
.detail-content img:hover,
.content-detail img:hover,
.hotnews-thumb img:hover,
.zone-news img:hover,
.article-image img:hover,
.news-thumb img:hover {
    transform: scale(1.08);
    filter: brightness(1.03);
}
