/**/
body:not(.home) .full-header{
    box-shadow: none;
}
.full-header {
    position: relative;
    z-index: 3;
    padding: 20px 0;
    box-sizing: border-box;
}
.full-menu.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)
 }
}

.header-left,
.header-logo,
.header-right {
    width: 33.3333%;
}
.header-left {
    display: flex;
    align-items: center;
}
.header-left-item{
    display: flex;
    align-items: flex-start;
    color: rgba(51, 51, 51, 0.80);
    font-size: 13px;
    line-height: 20px;
}
.header-left-item b{
    font-size: 16px;
    color: #333;
    display: block;
}

.header-logo {
    max-width: 100%;
    overflow: hidden;
    max-height: 120px;
    transition: all 0.3s;
}
.header-logo a {
    width: 100%;
}
img.site-logo {
    display: block;
    object-fit: contain;
    max-height: 65px;
    margin: 0 auto;
}
.sticky img.site-logo {
    max-height: 55px;
}
.header-right{
    text-align: right;
}
.header-right a i{
    font-size: 14px;
}
/**/
.main-menu {
    flex: 1;
    font-weight: 400;
}
.main-menu a {
    transition: .3s all !important;
}
.main-menu a:hover {
    transition: .3s all !important;
    font-weight: 600 !important;
}
/**/
/**/
.full-menu {
    background-color: #F05D22;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
    z-index: 2;
    position: relative;
    padding: 16px 0;
}

/**/
@media only screen and (min-width: 1200px) {
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item {
/*        margin-right: 20px;*/
    }
}
@media only screen and (max-width: 1201px) {
    .full-header{
/*        overflow: hidden;*/
    }
    .home .full-header:not(.sticky) {
        padding: 10px 0;
    }
    img.site-logo {
        /*max-height: 65px;*/
    }
    /**/
    .main-menu {
        text-align: right;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: unset;
    }
    .main-menu > div {
        display: inline-block !important;
    }
    /* */
    .header-top-right .btn-hvg-white {
        height: 30px;
        padding: 0 10px;
        border-radius: 8px;
        display: inline-flex;
        align-items: center;
    }
    /**/
    .header-top-wrap{
        justify-content: center !important;
        text-align: center;
    }
}
@media only screen and (min-width: 1201px) 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;
        font-size: 15px;
    }
}
@media only screen and (max-width: 1600px) {
    .header-search:hover .header-search-dropdown {
        right: 0;
        transform: none;
        left: auto;
        z-index: 1;
    }
}
@media only screen and (max-width: 1200px) {
    .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: 1200px) {
    .full-header {
        padding: 13px 0;
        z-index: 2;
        position: relative;
    }
    /**/
    .mega-menu-max_mega_menu_1-mobile-open .full-row.full-header {
        z-index: 99;
    }
    /**/
    .header-left, .header-logo, .header-right {
        width: 50%;
    }
}
@media only screen and (max-width: 768px) {
}