.h-t {
    height: 41px;
    position: fixed;
    top: 0!important;
    left: 0;
    right: 300px;
    z-index: 2;
}

ul.h-t-m {
    display: table;
    width: 100%;
}

ul.h-t-m>li {
    display: table-cell;
    position: relative;
    text-align: center;
}

ul.h-t-m>li>a {
    display: block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    line-height: 41px;
    border: 0;
    padding: 0 10px;
}

html.bx-no-touch ul.h-t-m>li>a:hover,
html.bx-touch ul.h-t-m>li>a:active {
    color: #fff;
}