/**/
body:not(.home) .full-header{
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
}
.full-header {
    z-index: 3;
    padding: 2.5rem 0 1rem;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 0 4px #c7c9c7;
}
.full-header.sticky {
    top: 0;
    position: sticky;
    z-index: 999;
    -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    -webkit-animation: stuckMoveDown .6s;
    animation: stuckMoveDown .6s;
}
@keyframes stuckMoveDown {
 0% {
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%)
 }
 100% {
  -webkit-transform:translateY(0);
  transform:translateY(0)
 }
}
.full-header.sticky{
    background-color: #fff;
}
.header-wrap {
    justify-content: space-between;
    align-items: center;
}
.header-logo {
    max-width: 100%;
    overflow: hidden;
    max-height: 120px;
    transition: all 0.3s;
}
.header-logo a {
    width: 100%;
}
img.site-logo {
    display: block;
    max-width: 245px;
    object-fit: contain;
}
img.site-logo-white{
    display: none;
}
.sticky img.site-logo {
    max-height: 55px;
}
img.site-logo-white {
    display: none;
}
/**/
.header-right {
    flex: 1;
}
.menu-secondary ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
}
.menu-secondary ul li {
    margin-left: 20px;
    text-transform: uppercase;
}
/**/
@media only screen and (min-width: 991px) {
    .main-menu .mega-sub-menu{
        width: auto !important;
    }
    .main-menu .mega-sub-menu a{
        white-space: nowrap !important;
    }
}
@media only screen and (max-width: 1440px) {
    .header-top-right .btn-hvg-white {
        height: 30px;
        padding: 0 15px;
        white-space: nowrap;
    }
    .full-header-top {
        padding: 5px 0;
    }
    img.site-logo {
        max-width: 67px;
    }
    .header-right .btn-outline-hvg {
        height: 40px;
        font-size: 16px;
    }
}
@media only screen and (max-width: 991px) {
    .full-header{
/*        overflow: hidden;*/
    }
    .home .full-header:not(.sticky) {
        padding: 10px 0;
    }
    img.site-logo {
        max-width: 135px;
        max-height: 75px;
    }
    /**/
    .main-menu {
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .main-menu > div {
        display: inline-block !important;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1400px) {
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item > a.mega-menu-link{
        padding: 0 15px;
    }
}
@media only screen and (max-width: 990px) {
    .main-menu #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1::after{
        margin: 0;
    }
}
@media only screen and (max-width: 767px) {
    .full-header {
        position: unset;
        padding: 10px 0;
    }
}