@media only screen and (max-width: 768px) {
    p {
        font-size: 12px;
    }

    .fixed-top {
        position: sticky;
    }

    .section {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .new-item-home-slideshow.owl-theme .owl-nav {
        top: -95px;
    }

    .hot-deal-home-slideshow.owl-theme .owl-nav {
        top: -72px;
    }

    .social-icon-widget {
        display: none;
    }

    footer {
        padding-bottom: 45px;
    }

    .mobile-bottom-bar {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
    }

    .mobile-bottom-bar>.bottom-bar {
        width: calc(50% + 1px);
        display: inline-block;
        text-align: center;
        height: 100%;
        margin: -2px;
        padding: 0.75rem 0;
    }

    .career-header {
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    #HeaderMenu a.navbar-brand {
        top: 0;
        bottom: auto;
        padding-top: 0;
    }

    #HeaderMenu a.navbar-brand>img {
        height: 90px;
    }

    #HeaderMenu {
        background-image: linear-gradient(#719160, #5c7f54 25%, #214b33);
        padding-top: 0;
        padding-bottom: 0;
    }

    #HeaderMenu #NavbarHeader {
        background-image: none;
        border-radius: 0;
    }

    .section-hero-menu .hero-4-menu {
        margin-top: 2rem;
        position: relative;
    }

    .section-hero-menu .hero-4-menu .hero-menu-item {
        margin-top: 2rem;
    }

    .section-hero-menu .hero-4-menu .hero-menu-item.hero-menu-item-10 {
        aspect-ratio: 16 / 9;
    }

    .section-hero-menu .hero-5-menu a .hero-menu-item img {
        height: auto;
        width: 100%;
        max-width: 100%;
    }

    .section-hero-menu .hero-5-menu a .hero-menu-item h2 {
        font-size: 8px !important;
    }

    .home-highlight-menu #home-highlight-tab {
        background-color: transparent;
        padding: 0px;
        box-shadow: none !important;
    }

    .home-highlight-menu #home-highlight-tab button.nav-link {
        border: solid #362610 1px;
        color: #362610;
        margin-bottom: 1rem;
    }
}

/* Responsive: Adjust the container width to match Bootstrap breakpoints */
@media (min-width: 1400px) {
    :root {
        --container-width: 1320px;
    }
}

/* Responsive: Adjust the container width to match Bootstrap breakpoints */
@media (min-width: 1200px) {
    :root {
        --container-width: 1140px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    :root {
        --container-width: 960px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    :root {
        --container-width: 720px;
    }
}

@media (max-width: 767px) {
    :root {
        --container-width: 100%;
        /* Full width for small devices */
    }
}