.full-header {
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: #D50900;
    padding: 10px 0;
}
.full-header.sticky{
    position: sticky;
    top: 0;
    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 1s;
    animation: stuckMoveDown 1s;*/
}
@keyframes stuckMoveDown {
   0% {
      -webkit-transform:translateY(-100%);
      transform:translateY(-100%)
  }
  100% {
      -webkit-transform:translateY(0);
      transform:translateY(0)
  }
}
.header_logo img {
    max-width: 69px;
    object-fit: contain;
    display: block;
     transition: .3s all; 
}
.full-row.full-header.sticky .header_logo img {
    max-width: 40px;
}
/**/
.header-menu{
    font-family: 'Segoe UI';
}
/**/
@media only screen and (min-width: 991px) {
    body:not(.home,.page-template-page-about) .logo_lanvinh{
        display: none;
    }
}
.page-template-page-about .full-header:not(.sticky),
.home .full-header:not(.sticky) {
    position: absolute;
    background-color: transparent;
}
.page-template-page-about .logo_lanvinh_white,
.home .logo_lanvinh_white{
    display: none;
}

@media only screen and (max-width: 991px) {
    .header-wrap-mobile #mega-menu-wrap-menu_header_mobile .mega-menu-toggle .mega-toggle-block-1::after{
        margin: 0 2px;
    }

}
@media only screen and (min-width: 990px) and (max-width: 1400px) {

}
@media only screen and (max-width: 990px) {

}



@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 640px) {

}