﻿/**
 * NukeViet Content Management System
 * @version 4.x
 * @author VINADES.,JSC <contact@vinades.vn>
 * @copyright (C) 2009-2021 VINADES.,JSC. All rights reserved
 * @license GNU/GPL version 2 or any later version
 * @see https://github.com/nukeviet The NukeViet CMS GitHub project
 */

.blog-item {
    position: relative;
    margin-bottom: 20px;
    min-height: 348px;
}

.blog-item .post-img {
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 58%;
    overflow: hidden;
    margin-bottom: 10px;
    border-radius: 8px;
}

.blog-item .post-img img{
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    object-fit: cover;
}

.blog-item .post-description h2,
.blog-item .post-description h3{
    font-size: 16px;
    margin-bottom: 8px;
}

.keywords{
    font-size: 14px;
}

.other-news li{
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .blog-item{
        min-height: auto;
    }
}