.navbar{
    width: 100%;
    min-width: 1420px;
    height: 102px;
    padding: 0px 171px 0px 99px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0px;
    box-sizing: border-box;
    z-index: 100;
}
.navbar-logo{
    width: 213px;
    height: 49px;
}
.navbar-white{
    background-color: #FFFFFF;
}
.navbar-list{
    display: flex;
    align-items: center;
}
.navbar-item{
    margin-right: 66px;
}
.navbar-item:last-child{
    margin-right: 0px;
}
.navbar-text{
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-decoration: none;
}
.navbar-text:hover{
    color: #0060ba;
  	font-weight: 700;
}
.white-text{
    color: #fff;
  	opacity: 0.9;
}
.black-text{
    color: #6B6B6B;
}
.navbar-active{
    color: #0060ba;
  	font-weight: 700;
    opacity: 1;
}
#second-navbar{
    justify-content: flex-end;
    opacity: 0;
    z-index: 98;
    transition: all 0.5s;
  border-bottom:none;
}

