.nav-v2 .has-children {
    position: unset!important;
}

.nav-v2 .nav-children{
    position: unset!important;
    display:block!important;
    width:100%!important;
    background-color:#4d667d;
}

.nav-v2 li.nav-item:not(.active):hover > a {
    color: white;
}

.nav-v2 li.nav-item:hover {
    background-color: #2f4050;
}

.nav-v2 li.nav-item.has-children.active {
    background-color: #6c94b9;
}

.nav-v2 ul.nav-children li {
    padding-left: 30px;
}

