.full-header-top{
    background-color: #EDD2AB;
    padding: 10px 0;
}
.header_top_text{
    text-transform: uppercase;
    color: #181818;
    font-size: 14px;
    font-weight: 500;
}
/**/
.full-header {
    position: relative;
    z-index: 3;
    padding: 20px 0;
    box-sizing: border-box;
    background: #0059a9;
    /*box-shadow: 0 3px 13px 0 rgba(0, 0, 0, 0.15);*/
    box-shadow: none;
}
.full-header.sticky {
    padding: 10px 0;
    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;
}
.sticky img.site-logo {
    max-height: 55px;
}
.header_hotline {
    color: #18A84E;
    font-size: 22px;
    font-weight: 600;
}

.full-header:not(.sticky) {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
}
img.site-logo{
    filter: brightness(0) invert(1);
}
/*.searchform input:hover,*/
.searchform input:focus{
    background-color: #fff;
}
/**/
.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;
}
/**/

.full-popup-search{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    z-index: 10;
}
.main-popup-search{
    max-width: 840px;
    margin: 0 auto;
}
.full-popup-search .searchform-popup input {
    border: 0;
    border-bottom: 1px solid rgba(217, 217, 217, 0.40);
    width: 100%;
    padding: 15px 0;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: 400 !important;
}
.full-popup-search .searchform-popup input::placeholder {
    color: rgba(255, 255, 255, 0.40);
}

.full-popup-search .searchform-popup input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.40);
}
.full-popup-search .searchform-popup input:-ms-input-placeholder { /* IE 10+ */
    color: rgba(255, 255, 255, 0.40);
}
.full-popup-search .searchform-popup input::-ms-input-placeholder { /* Edge cũ */
    color: rgba(255, 255, 255, 0.40);
}

.full-popup-search .search-submit {
    background-color: transparent;
    border: 0;
    position: absolute;
    bottom: 15px;
    right: 0;
}
.full-popup-search .searchform-popup {
  margin-bottom: 20px;
}

/**/
.full-popup-search::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #0000005e;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    z-index: 9;
    transform: .3s all;
}
.full-popup-search .container-wrap {
    position: relative;
    z-index: 10;
    background-color: #A33A4C;
    padding: 40px 80px 80px;
}
.search-submit1 {
    background-color: transparent;
    border: 0;
    position: absolute;
    bottom: 15px;
    right: 0;
}

/**/
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu a{
        line-height: 24px !important;
        transition: .3s all;
        font-weight: 500 !important;
    }
@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;*/
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu{
        min-width: 300px !important;
        width: auto !important;
        max-width: 480px !important;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout.mega-linh-vuc-hoat-dong ul.mega-sub-menu{
        width: 480px !important;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout.mega-san-pham ul.mega-sub-menu{
        width: 400px !important;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu a:hover{
        background: linear-gradient(258deg, #F2C36B 10.95%, #F6D68D 28.51%, #FCEEB8 50.85%, #B39152 90.75%) !important;
        background-clip: text !important;
        -webkit-background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        padding-left: 40px !important;
    }
}
@media only screen and (max-width: 991px) {
    .full-header{
/*        overflow: hidden;*/
    }
    .home .full-header:not(.sticky) {
        padding: 10px 0;
    }
    img.site-logo {
        max-height: 45px;
    }
    /**/
    .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: 1600px) {
    .header-search:hover .header-search-dropdown {
        right: 0;
        transform: none;
        left: auto;
        z-index: 1;
    }
}
@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-top {
        padding: 5px 0;
    }
    .header-top-right {
        width: 100%;
        justify-content: flex-end;
    }
    .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;
    }
}
@media only screen and (max-width: 768px) {
    .full-popup-search .container-wrap {
        background-color: #A33A4C;
        padding: 40px 20px;
    }
    .full-popup-search .searchform-popup input{
        font-size: 16px;
    }
    .full-popup-search .searchform-popup {
        margin-bottom: 0;
    }
    .search-submit1 svg {
        max-width: 18px;
    }
    .full-header-top .searchform input{
        height: 28px;
    }
}