/*header.header .fixed{
    position: fixed;
    top: 3vw;
    display: flex;
    z-index: 9998;
    height: 3vw;
    background-color: black;
}

.fixed a{
    font-size: 1.2vw;
    color: var(--color-orange);
}

.fixed .col {
    padding-top: 1vw!important;
}*/


.tab-menu a {
    display: inline-block;
}
.tab-menu.fixed a.color-orange {
    color: #FFF !important;
}