﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

footer {
    background: #f8f9fa;
    padding: 20px 0;
    text-align: center;
    margin-top: 40px;
}

@media (max-width: 768px) {
    .banner-description {
        display: none !important;
    }

    video.bodyvideo {
        width: 100%;
    }

    .tinymce-content img {
        max-width: 100%;
        height: auto;
        display: block; /* tránh overflow inline */
    }
}

@media (min-width: 992px) { /* Từ màn hình lớn (desktop) trở lên */
    video.bodyvideo {
        display: block;
        margin: 0 auto;
        max-width: 45%;
        height: auto;
    }

    .tinymce-content img {
        max-width: 45%;
        height: auto;
        display: block; /* tránh overflow inline */
    }
}

.tinymce-content img {
    margin: 0 auto;
}

.tinymce-content img {
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.tinymce-content img {
    cursor: zoom-in;
}

.img-overlay {
    display: none; /* ẩn mặc định */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

    .img-overlay img {
        max-width: 95%;
        max-height: 95%;
        border-radius: 6px;
        box-shadow: 0 0 15px rgba(0,0,0,0.5);
        cursor: zoom-out;
    }


a {
    color: #000080;
    text-decoration: underline;
}


    a:hover {
        color: #00BFFF;
        text-decoration: underline;
    }

footer a {
    color: #ADD8E6;
    text-decoration: none;
}

    footer a:hover {
        color: #FFFFFF;
        text-decoration: underline;
    }

.hero {
    min-height: 40vh;
    position: relative;
    background-size: cover;
    background-position: center;
    color: white;
}

    .hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0,0,0,0.3);
        pointer-events: none;
        z-index: 0;
    }

.hero-content {
    /* Đặt nội dung ở trên lớp phủ */
    position: relative;
    z-index: 1;
    /* Đảm bảo nội dung nằm giữa */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.hero h1, .hero p {
    text-shadow: 2px 2px 6px rgba(0,0,0,0.7); /* Giữ lại đổ bóng chữ */
}

.category-item {
    transition: transform 0.2s, box-shadow 0.2s;
}

    .category-item:hover {
        transform: translateY(-2px);
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    }

.product-title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* hiển thị tối đa 2 dòng */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
#testimonialCarousel .carousel-control-prev,
#testimonialCarousel .carousel-control-next {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    width: 3rem; /* tuỳ chọn - cho dễ bấm hơn */
    height: 3rem;
}

#testimonialCarousel .carousel-control-prev-icon,
#testimonialCarousel .carousel-control-next-icon {
    background-size: 100% 100%;
    filter: invert(1) grayscale(100); /* làm sáng icon nếu nền sáng */
}

.carousel-control-prev,
.carousel-control-next {
    /* Tạo hình tròn */
    border-radius: 50% !important;
    /* Cố định kích thước hình tròn */
    width: 3rem;
    height: 3rem;
    /* Dùng màu Navy mờ (Mã màu Navy: #000080, opacity: 0.7) */
    background: rgba(0, 0, 128, 0.7) !important;
    /* Đảm bảo căn giữa biểu tượng mũi tên */
    display: flex;
    align-items: center;
    justify-content: center;
    /* Thiết lập độ mờ mặc định */
    opacity: 0.7;
}

    .carousel-control-prev:hover,
    .carousel-control-next:hover {
        /* Tăng độ mờ khi di chuột qua */
        opacity: 1;
        /* Có thể làm nền đậm hơn một chút khi hover (Tùy chọn) */
        background: rgba(0, 0, 128, 0.9) !important;
    }

.testimonial-card {
    min-height: 380px; /* đảm bảo các card luôn đủ cao */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-category .card:hover {
    transform: translateY(-4px);
    transition: all 0.2s ease-in-out;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.object-fit-cover {
    object-fit: cover;
}

.hover-shadow:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1) !important;
}
.brand-name {
    background: linear-gradient(90deg, #39a866, #9898ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 750;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    display: inline-block;
    transform: scaleX(0.85);
    transform-origin: left center;
}
.notif-badge {
    position: absolute;
    top: 0;
    transform: translate(-50%, -30%);
    background-color: #dc3545; /* đỏ Bootstrap */
    color: white;
    border-radius: 50%;
    font-size: 0.7rem;
    font-weight: 600;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 1px #fff; /* tạo viền trắng mảnh xung quanh để nổi bật trên nền tối */
}
.navbar .btn-sm {
    padding: 0.3rem 0.6rem;
    border-radius: 8px;
}
.navbar-nav .nav-link {
    transition: color 0.2s ease, transform 0.15s ease;
}

    .navbar-nav .nav-link:hover {
        color: #ffc107 !important;
        transform: translateY(-1px);
    }

.navbar-nav .bi {
    font-size: 1.1rem;
}
/*khối icon nổi*/
/* --- Cố định khối icon ở dưới cùng trên mobile --- */
@media (max-width: 991.98px) {
    .fixed-icons {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        border-bottom: 1px solid black;
        z-index: 1050; /* trên cùng, cao hơn navbar */
        background-color: #212529; /* nền tối đồng điệu navbar */
        padding: 0.5rem 0.75rem;
        display: flex;
        justify-content: space-around;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    }

        

        /* Giảm kích cỡ icon cho gọn */
        .fixed-icons i {
            font-size: 1.25rem;
        }

        /* Loại bỏ margin bên phải (me-3...) nếu có */
        .fixed-icons > * {
            margin: 0 !important;
        }
}
@media (min-width: 992px) {
    .fixed-icons {
        position: relative; /* 🔹 giữ relative để badge vẫn định vị được */
        background: none;
        box-shadow: none;
        border: none;
        bottom: auto;
        left: auto;
        transform: none;
        z-index: auto;
    }
}
/* 🌙 Dropdown hiển thị trượt lên trên mobile */
@media (max-width: 768px) {
    .dropdown-menu {
        position: fixed !important;
        bottom: 60px; /* tuỳ vị trí icon nổi */
        top: auto !important;
        right: 1rem;
        left: 1rem;
        width: auto !important;
        max-height: 60vh;
        overflow-y: auto;
        border-radius: 1rem 1rem 0 0;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
        animation: slideUp 0.25s ease-out;
        z-index: 1055; /* nổi lên trên navbar */
    }

    /* Tùy chọn: tạo nền tối mờ khi mở dropdown */
    body.showing-dropdown::before {
        content: "";
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);
        z-index: 1050;
    }

    @keyframes slideUp {
        from {
            transform: translateY(100%);
            opacity: 0;
        }

        to {
            transform: translateY(0);
            opacity: 1;
        }
    }
}
/* Lớp phủ mờ phía sau */
body.showing-dropdown::before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    z-index: 998; /* thấp hơn dropdown */
}

/* Dropdown hiển thị phía trên lớp phủ */
.dropdown-menu {
    z-index: 999 !important;
}
.page-content {
    line-height: 1.7;
    font-size: 1.05rem;
}

    .page-content img {
        max-width: 100%;
        height: auto;
    }

    .page-content h2, .page-content h3 {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    /*category droplist*/
.sidebar-header {
    padding: 0.75rem 0;
    background: linear-gradient(135deg, #e8f5e9, #ffffff);
    border-radius: 8px;
}

.accordion-button::after {
    display: none !important;
}

.category-sidebar {
    width: 320px;
    position: sticky;
    top: 1rem;
    max-height: calc(100vh - 4rem);
    overflow-y: auto;
    border: 1px solid #eee;
}

    .category-sidebar::-webkit-scrollbar {
        width: 6px;
    }

    .category-sidebar::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.15);
        border-radius: 4px;
    }

.hover-highlight:hover {
    color: #0d6efd !important;
    background-color: rgba(13, 110, 253, 0.08);
    transition: all 0.2s ease-in-out;
}

.accordion-button {
    cursor: pointer;
    border: none;
    background-color: #f8f9fa;
    box-shadow: none !important;
    transition: background-color 0.2s ease;
}

    .accordion-button:not(.collapsed) {
        background-color: #e9f2ff;
        color: #0d6efd;
    }

    .accordion-button i {
        transition: transform 0.2s ease;
    }

    .accordion-button[aria-expanded="true"] i {
        transform: rotate(180deg);
    }