﻿/**
 * 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
 */

.news-item{
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
    overflow: hidden;
}

.news-item img{
    width: 100%;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-item .news-item-box{
    padding: 12px 15px;
}

.news-item .news-item-box h3{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
}