.top-nav {
    position: relative;
    height: 115px;
    display: flex;
    align-items: center;
    z-index: 999;
}
label.mobile_menu {
    margin: 0 !important;
}
#mobile_menu:checked+.nav {
    position: absolute;
    top: calc(100% - 35px);
}

.nav > li:hover > a {
    color: #fff !important;
}


.bg-menu {
	position: absolute;
    width: 100%;
    height: 115px;
    top: 0;
    left: 0;
    background: #ffffff99;
    z-index: -1;
}