#header_1 .languageWrapPc .language{
    display: flex;
    margin: 10px;
}
#header_1 .languageWrapPc .language a{
    color: inherit;
    margin-right: 1rem;
}
#header_1 .navbar-item.is-active span{
    background: transparent;
    color: inherit;
}
#header_1 .navbar-item.is-active:hover span{
    background-color: #2159a6;
    color: #fff;
}