.thb-header-button, .apss-social-share {display: none;}
.nf-form-content input[type=submit] {background: #999 !important;}

.header.style10 .thb-full-menu>li>a {
  color: #FFF;
  transition: all 0.5s;
  position: relative;
  padding: 10px;
}



.header.style10 .thb-full-menu>li>a:hover::before {
  opacity: 0 ;
  transform: scale(0.5,0.5);
}
.header.style10 .thb-full-menu>li>a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
  border: 1px solid rgba(255,255,255,0.5);
  transform: scale(1.2,1.2);
}
.header.style10 .thb-full-menu>li>a:hover::after {
  opacity: 1;
  transform: scale(1,1);
}



