.header-module{ box-shadow: -2px 1px 10px rgb(0 0 0 / 5%); position: fixed; top: 0; left: 0; z-index: 99; height: 70px; width: 100%; color: #FFF; min-width: 1024px;  background-color: #FFF!important; color: #193b68!important; }

.header-module-menu-choose {
    cursor: pointer;
    border-bottom: 2px solid #193b68;
}

.header-module-menu-choose-black {
    border-bottom: 2px solid #000!important;
}

.header-module-menu:hover {
    cursor: pointer;
}

.header-module-menu:hover {
    border-bottom: 2px solid #193b68;
}

.header-module-menu-black:hover {
    border-bottom: 2px solid #000!important;
}