.main {
  height: 116px;
}
.main .sticky-navbar {
  transition: all 0.3s;
}
.main .sticky-navbar.fixed-show {
  top: 0;
}
