.header-htch {
    padding: 10px 9px;
}
.header-htch b {
    color: #fff;
    background: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 5px;
    border-radius: 2px;
}
/**/
body:not(.home) .full-header{
    box-shadow: none;
}
.full-header {
    position: relative;
    z-index: 3;
    padding: 20px 0 10px;
    box-sizing: border-box;
}
.full-header.sticky {
    background-color: #fff;
    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: 218px;
    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;
}

.header-top-search{
    padding-right: 20px;
    color: #A33A4C;
    font-weight: 400;
}
.header-top-search::after {
  content: "";
  background-color: #000;
  height: 16px;
  width: 1px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header-top-search {
  position: relative;
  cursor: pointer;
  /*padding-right: 10px;*/
}
.searchform input {
    background: #FFFFFF;
    border-radius: 0;
    border: none;
    outline: none;
    box-shadow: none;
    height: 30px;
    padding: 5px 16px 5px 45px;
    width: 150px;
    letter-spacing: 2px;
    border: 1px solid #C6CBD0;
    color: #000000;
}
.search-submit {
  position: absolute;
  top: 3px;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: 0;
  width: 16px;
  height: 16px;
  left: 10px;
  text-align: center;
  font-size: 18px;
}
.searchform {
  position: relative;
}
.searchform input::placeholder{
    color: #000;
    font-weight: 300;
}
/*.searchform input:hover,*/
.searchform input:focus{
    background-color: #fff;
}
/**/
.main-menu {
    flex: 1;
    font-weight: 500;
}

/**/
.user_area i,
.cart_info i{
    font-size: 18px;
}

    .main-menu a,
    .btn-lienhe{
        position: relative;
    }
    .main-menu a::after,
    .btn-lienhe::after {
        content: '';
        height: 1px;
        background: #000;
        position: absolute;
        left: 0px;
        bottom: -2px;
        width: 0px;
        display: block !important;

        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .main-menu a:hover::after,
    .btn-lienhe:hover::after {
        width: 100%;
    }
/**/
@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;
    }
    /**/
    .main-menu {
        text-align: right;
        display: inline-block;
        align-items: center;
        justify-content: flex-end;
        flex: unset;
        order: 3;
        margin-right: 5px;
    }
    .main-menu > div {
        display: inline-block !important;
    }
    /* */
    .header-right {
        flex: 1;
        justify-content: flex-end;
    }
    .main-menu a::after{
        width: 100%;
        background-color: #e9e9e9;
    }
}
@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) {
    /**/
    .mega-menu-max_mega_menu_1-mobile-open .full-row.full-header {
        z-index: 99;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu{
        background-color: transparent !important;
        box-shadow: none !important;
    }
    .main-menu #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child > a.mega-menu-link{
/*        height: 40px;
        line-height: 40px;*/
    }
    /**/
    .cart-count {
        position: absolute;
        top: -10px;
        right: -5px;
        display: inline-block;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        color: #ffffff !important;
        background: #181818;
        border-radius: 50%;
        z-index: 2;
    }
    .desktop-cart-wrapper {
        margin: 0 5px;
    }
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 640px) {
    img.site-logo {
        max-width: 165px;
    }
}