#sp-header {
    background: #141414;
}

#sp-header.header-sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    animation: spFadeInDown 0.5s;
    background-color: #181818cf!important;
}

.sp-megamenu-parent>li>a {
    color: #ffffff;
text-transform: uppercase;
    padding: 0 30px;
}

.sp-megamenu-parent>li>a:hover {
    color: #cecece;
}

.sp-megamenu-parent>li.active>a, .sp-megamenu-parent>li.active:hover>a {
    color: #d9a93d;
}


@media (max-width: 575px){
#sp-header {
    height: 70px;
}
#sp-header .logo {
    height: 60px;
margin-top:5px;
}

}


.burger-icon>span {
    background-color: #fff;
}

.vdm-lang{
padding-left: 25px;
}
