.sub_header {
    width: 100%;
    padding: 0px 0px;
    padding-bottom: 12px;
    box-sizing: border-box;
}

.sub_header ul {
    background: #545662;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
}

.sub_header li {
    display: inline-block;
}

.sub_header a {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #ccc;
    line-height: 50px;
    min-width: 200px;
    box-sizing: border-box;
    padding: 0 20px;
    cursor: pointer;
    transition: all .2s linear;
}

.sub_header a:hover {
    background-color: rgba(0, 0, 0, 0.25);
    color: #fff;
}

.sub_header a.active,
.sub_header a.active:hover {
    background-color: #ccc;
    /*box-shadow: 2px 3px 5px 1px rgba(0, 0, 0, 0.4);*/
    color: #0a0a0a;
    height: 50px;
}
