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


.viewcatpage img{
    height: 170px;
    border-radius: 8px;
    margin-right: 15px;
    -o-object-fit: cover;
    object-fit: cover;
}

.viewcatpage h2,
.viewcatpage h3{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 4px;
}

.grid-item{
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.grid-item img{
    width: 100%;
    height: 200px;
    border-radius: 8px;
    border: 1px solid #eee;
    -o-object-fit: cover;
    object-fit: cover;
}

.grid-item h2,
.grid-item h3{
    font-size: 16px;
    font-weight: 500;
    margin-top: 8px;
}