.top-header ul {
    text-align: right;
    display: inline-flex;
}
.top-header ul li a:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #000;
    right: -10px;
    top: 0;
}
.top-header{height: 30px;}
/* .top-header,
.header-section,.inner-header{transition: all 0s ease ; -moz-transition: all 0s ease ; -ms-transition: all 0s ease ; -o-transition: all 0s ease ; -webkit-transition: all 0s ease ;} */
.top-outter-header, .header-section, .top-header {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.header-section { position: fixed; width: 100%; top: 0; background: #fff; z-index: 11; left: 0; box-shadow: 0px 2px 3px rgba(0,0,0,0.2);  }

.header-section.sticky-nav .top-header{height: 0;}
.header-section.sticky-nav .top-header ul{display:none;}
.header-space {    min-height: 118px;}
@media (min-width: 993px){
  .header-section.sticky-nav {padding: 13px 44px 13px 32px;}
}
@media (max-width: 992px){
  .header-space {    min-height: 75px;}
  }