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


/* Các tùy chỉnh CSS của giao diện nên để vào đây */

.navbar ul .dropdown .sub-menu a {
    text-transform: uppercase;
}

.search-page .product-item {
    margin-bottom: 52px;
}

.detail--blog .box--item img {
    width: 100%;
    margin-bottom: 15px;
}
.detail--blog .box--item .image-center img {
    width: 100%;
}
.menu-leftside-sticky {
    position: inherit !important;
}
.product_item .box-img {
    aspect-ratio: 1/1;
}
.product_item .box-img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

footer .footer-title {
    color: #fff;
}

.new-label{
    position: absolute;
    left: -7px;
    top: -7px;
    width: 60px;
}

