@charset "UTF-8";



.floating02
  .mod-anchor-link > ul {
    padding-bottom: 2px;

  }


  .top-nav.floating02 {
    position: fixed !important;
    width: 100% ;
    top:100px;
    margin-top: 0px !important;
   /* padding: 0px 20px !important;*/
    box-sizing: border-box;
    z-index: 1;
    /*transition: .3s;*/
    transform: translateY(-300%);
    box-shadow: 0px 15px 10px rgba(0,0,0,0.4);
    background: #fff;
    padding-left:230px ;
    left: 0;
    
  }
  
.floating02.open01 {
  
  transition: .5s;/**/ 
  transform: translateY(0%);
  background: #fff;


}



@media screen and (max-width: 1198px) {

.top-nav.floating02 {

  padding-left: 0;
  top: 30px;

}

}


@media screen and (max-width: 767px) {


  body .top-nav.floating02 {

    top:45px;

  }

body .mod-anchor-link > ul {

  display: flex;
    justify-content: flex-start;
    align-items: flex-start;


}


body .mod-anchor-link > ul > li {

  border-top: 0px;
  
}



}


