
.lee-nav {
    background-color: #ffffff00;
    padding: 0 calc((100% - 800px)/2);
    margin: 0 !important;
    color: #083683;
    font-weight: bold;
    position: absolute;
    top: 80px;
    z-index: 99;
    text-align: center;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 5px;
    width: 100vw;
}

.lee-nav-item {
    height: 50px;
    padding: 20px 0 5px 0;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    font-size: 16px;
    width: 100px !important;
    float: left;
}

.lee-nav-item:hover .lee-nav-item-active{
    display: block;
}
.lee-nav-item
.lee-nav-item-active{
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #083683;
    border-radius: 2px;
    width: 50%;
    right: 0;
    left: 0;
    margin: auto;
    display: none;
}

.lee-nav-item a {
    color: #083683;
}

.lee-nav-item a:hover{
    color: rgba(18, 81, 190, 0.699);
}