body > header {
    background-color: var(--w3-brown-light);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transition: background-color 0.2s;

    --bs-nav-link-font-size: 15px;
}

/* logo */
body > header .logo {
    transition: 0.2s;
    padding: 0.5rem 0;
}

body > header .logo img {
    width: 100%;
    border-radius: 0px;
	max-width: 160px;
}

body > header .site-title {
    font-family: var(--w3-font-family-headings);
    text-transform: uppercase;
    font-size: 20px;
}

body > header .site-slogan {
    font-family: var(--w3-font-family-text);
	font-size: 13px;
    letter-spacing: 4px;
}

/* sticky header */
body:not(.has-top-banner, .has-eyecatcher-first-section) > header,
body > header.sticky {
    background-color: var(--w3-brown-light);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.25);
}

body > header.sticky.submenu-open {
    box-shadow: none;
}

/* menu */
body > header .menus-wrapper {
    width: 100%;
}

body > header .navbar .navbar-toggler {
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    border-radius: 0;
    line-height: 10px;
    background-color: transparent;
    outline: none;
    box-shadow: none;
    color: var(--w3-black-text);
    font-size: 1.5rem;
    transition: background-color 0.2s;
}

/* main menu */
body > header #main-menu {
    --bs-nav-link-color: var(--w3-white);
    --bs-nav-link-hover-color: var(--w3-brown-light);
    --bs-navbar-active-color: var(--w3-brown-light);
    --bs-navbar-nav-link-padding-x: 20px;
}

/* .vc_mobile body > header #main-menu, */
body:not(.has-top-banner, .has-eyecatcher-first-section) > header #main-menu,
body > header.sticky #main-menu {
    --bs-nav-link-color: var(--w3-black-text);
    --bs-nav-link-hover-color: var(--w3-brown);
    --bs-navbar-active-color: var(--w3-brown);
}

body > header #main-menu .menu-item {
    font-size: 1rem;
}

body > header #main-menu .menu-item .nav-link {
    font-weight: 600;
    transition: padding-left 0.2s;
}

body > header #main-menu .menu-item .dropdown-menu .dropdown-item {
    font-size: 14px;
    white-space: wrap;
    border-radius: 3px;
}

body > header #main-menu .menu-item .dropdown-menu {
    --bs-dropdown-padding-x: 0.5rem;

    background-color: var(--w3-brown-light);
    border-color: rgba(var(--w3-primary-color-rgb), .15);
}

body > header #main-menu .menu-item .dropdown-menu .menu-item .dropdown-item:focus,
body > header #main-menu .menu-item .dropdown-menu .menu-item .dropdown-item.active,
body > header #main-menu .menu-item .dropdown-menu .menu-item .dropdown-item:hover {
    background-color: color-mix(in srgb, var(--w3-brown), #FFFFFF 65%);
    color: var(--w3-black);
}

body > header #main-menu .menu-item .dropdown-menu .sub-menu {
    --bs-dropdown-min-width: 17rem;
    left: calc(100% + 0.5rem);
    top: -10px;
}

body > header #main-menu .menu-item .dropdown-menu .sub-menu::before {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    width: 48px;
    height: 100%;
}

body > header #main-menu .menu-item .dropdown-menu .menu-item-has-children > .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Header btn */
.header-btn .btn {
    margin: 0;
}

.header-btn .btn::after {
    display: none;
}

@media (max-width: 1199px) {
    body > header #main-menu {
        --bs-nav-link-color: var(--w3-black-text);
        --bs-nav-link-hover-color: var(--w3-brown);
        --bs-navbar-active-color: var(--w3-brown);
    }

    body > header #main-menu .menu-item .dropdown-menu .dropdown-menu {
        border: none;
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    /* Header */
    body > header {
        background-color: transparent;
        box-shadow: none;
    }

    /* Container */
    body > header .container-fluid {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    /* Logo */
    body > header .site-title {
        font-size: 20px;
    }

    body > header .site-slogan {
        font-size: 16px;
    }

    body > header .logo {
        padding: 1.25rem 0;
    }

    body:not(.has-top-banner, .has-eyecatcher-first-section) > header .logo,
    body > header.sticky .logo {
        color: var(--w3-text-color);
    }

    body > header .logo img {
        max-width: 240px;
        filter: invert(1) brightness(2);
    }

    body:not(.has-top-banner, .has-eyecatcher-first-section) > header .logo img,
    body > header.sticky .logo img {
        max-width: 240px;
        filter: unset;
    }

    /* Menu */
    body > header .menus-wrapper {
        width: auto;
        margin-left: auto;
    }

    /* body > header #main-menu .menu-item {
        position: static;
    }

    body > header #main-menu .menu-item .nav-link {
        line-height: normal;
    }

    body > header #main-menu .menu-item .dropdown-menu.depth_0 {
        top: 100%;
        justify-content: center;
        gap: 0.25rem;
        width: 100vw;
        left: 0;
        background-color: var(--w3-brown-light);
        border-radius: 0;
        border: none;
        padding: 0 0 2rem ;
        margin-top: 0;

        opacity: 0;
        visibility: hidden;
        transition: 0.2s;
        display: flex;

        box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.25);

    }

    body > header #main-menu .menu-item .dropdown-menu.depth_0.show {
        opacity: 1;
        visibility: visible;
    }

    body > header #main-menu .menu-item .dropdown-menu .sub-menu {
        position: static;
        display: block;
        border: none;
        padding: 0;
        max-width: 260px;
    }

    body > header #main-menu .menu-item .dropdown-menu.depth_0 > .menu-item > .dropdown-item {
        margin-bottom: 0.125rem;
        font-weight: 600;
        background-color: transparent;
        font-size: 1rem;
    }

    body > header #main-menu .menu-item .dropdown-menu .menu-item-has-children > .dropdown-item:after { display: none; } */
    
    body > header #main-menu .menu-item .dropdown-menu .menu-item-has-children > .dropdown-item:after {
        content: '\f061';
        font-family: var(--w3-font-family-icons);
        font-weight: 400;
        border: none;
        vertical-align: middle;
        margin-left: 10px;
    }
    

    .header-btn .btn {
        margin: 0 0 0 10px;
    }
}