/* Khống chế kích thước logo trên thanh navbar */
.navbar-brand img,
.navbar-brand .logo,
.brand img {
    max-height: 28px !important;
    width: auto !important;
    object-fit: contain;
    margin-right: 8px;
}