/**/
body:not(.home) .full-header{
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.04);
}
.full-header {
    z-index: 3;
    padding: 23px 0;
    box-sizing: border-box;
    background: #fff;
}
.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-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;
    object-fit: contain;
}
img.site-logo-white{
    display: none;
}
.sticky img.site-logo {
    max-height: 55px;
}
img.site-logo-white {
    display: none;
}
.header_hotline {
    color: #18A84E;
    font-size: 22px;
    font-weight: 600;
}

.searchform input {
    height: 43px;
    border-radius: 20px;
    background: #F4F4F4;
    box-shadow: 1px 1px 10px 0px rgba(24, 168, 78, 0.20);
    width: 266px;
    border: 0;
    padding: 0 20px;
    color: #585858;
    font-size: 14px;
}
.search-submit {
  position: absolute;
  top: 0;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  width: 43px;
  height: 43px;
  right: 0;
  text-align: center;
}
.searchform {
  position: relative;
}
.header_btn.btn.btn-danger {
    border-radius: 15px;
    background: #FD0300;
    border: 0;
    min-width: 117px;
}
.header-right .btn-outline-hvg{
    color: #FD0300;
    font-size: 17px;
}
/**/
.main-menu {
    flex: 1;
    font-weight: 500;
}
.main-menu a:hover {
    font-weight: 600;
}
/**/
.full-menu {
    background: linear-gradient(90deg, #17B352 0%, #25D969 100%);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.03);
    z-index: 2;
    position: relative;
}
/**/
@media only screen and (min-width: 991px) {
    .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: 991px) {
    .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;
    }
    .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: 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;
        font-size: 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: 991px) {
    .full-header {
        padding: 13px 0;
        z-index: 2;
        position: relative;
    }
}
@media only screen and (max-width: 768px) {
    .searchform input {
        height: 35px;
        width: 210px;
    }
    .search-submit{
        height: 35px;
        width: 35px;
    }
}