header nav {
    height: 118px;
}

/* Make second level dropdowns open to the right */
#header-menu .dropdown-menu .dropdown-submenu {
    position: relative;
}

#header-menu .dropdown-menu .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -9px;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
}

#header-menu .dropdown-menu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

#header-menu .dropdown-menu .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

#header-menu .dropdown-menu .dropdown-submenu:hover > a:after {
    border-left-color: #adb5bd;
}

#header-menu .dropdown-menu .dropdown-submenu.pull-left {
    float: none;
}

#header-menu .dropdown-menu .dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}

#header-menu .dropdown .dropdown-menu li a {
    font-weight: 500;
    align-items: center;
    /* font-size: 1.2rem; */
    font-size: 18px;
    font-family: "Be Vietnam SemiBold", "Be Vietnam Pro", sans-serif;
}
#header-menu .dropdown .dropdown-menu li:hover {
    background: rgba(227, 1, 53, 0.5);
}
#header-menu .dropdown-menu .dropdown-submenu > a:after {
    margin-top: 0.9rem;
    margin-right: -5px;
}



/* Added custom styles for submenu */

