.bg{
	background-image: url('/public/images/bg.png');
}
.bg-mod-1{
	background-image: url('/public/images/bg-mod-1.png');
}

/* ===== TẮT TOÀN BỘ ĐỔ BÓNG ===== */
* {
    box-shadow: none !important;
    text-shadow: none !important;
}

/* ===== CHỮ NÉT – RÕ – ĐẬM TOÀN SITE ===== */
body {
    font-family: "Inter", "Roboto", "Segoe UI", Arial, sans-serif;
    color: #0f172a;              /* màu chữ đậm */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* ===== TIÊU ĐỀ (NHƯ HÌNH BẠN GỬI) ===== */
h1, h2, h3, h4, h5, h6,
.section-title,
.title,
.heading {
    font-weight: 800;            /* ĐẬM THẬT */
    color: #0b1220;
    letter-spacing: 0.5px;       /* nét giống ảnh */
}

/* ===== TEXT THƯỜNG ===== */
p, span, a, li, label {
    font-weight: 500;
    color: #0f172a;
}

/* ===== BUTTON ===== */
button, .btn {
    font-weight: 600;
    box-shadow: none !important;
}

/* ===== MENU + USER ===== */
.navbar a,
.navbar-nav > li > a,
.user-menu {
    font-weight: 600;
    color: #020617 !important;
}

/* ===== KHÔNG NỀN – KHÔNG BÓNG ACTIVE ===== */
.active, .current {
    background: transparent !important;
    box-shadow: none !important;
}
