.h60{
    height: 60px;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
    height: 60px;
}
ul li{
    height: 60px;
    display: flex;
    align-items: center;
}
li a{
    color: #144680;
    text-decoration: none;
}
li a:hover{
    color: #45ADA7;
    font-weight: bold;
    text-decoration:underline 2px;
    text-underline-position: under;
}
.line35{
    line-height: 35px;
}
.mbMenu{
    background: #ffffff;
}
.mbMenu a{
    color: #45ADA7;
    text-decoration: none;
    padding-left: 20px;
}
.mbMenuSub{
    border-bottom: 1px #71bfd0  solid;
    line-height: 35px;
}
.header{
    background: #ffffff50;
    box-shadow: #00000008 0 2px 6px 0;
    backdrop-filter: blur(40px);
}
.language{
    width: 60px;
    border-left: #F4F4F4 1px solid;
    height: 60px;
    display: flex;
}
.solution:hover .solutionSub{
    display: flex !important;
}
.solutionSub{
    display: none;
    width: 650px;
    background: #ffffff;
    top: 50px;
    box-shadow: #00000008 0 2px 6px 0;
    border-radius: 8px;
}
.language:hover .languageSub{
    display: flex !important;
}
.languageSub{
    display: none;
    width: 100px;
    background: #ffffff;
    top: 50px;
    box-shadow: #00000008 0 2px 6px 0;
    border-radius: 8px;
}
.languageSub a{
    color: #144680;
    text-decoration: unset;
}
.languageSub a:hover{
    color: #45ADA7;
    text-decoration: unset;
}
.contactUs{
    border: 1px #45ADA7 solid;
    width: 104px;
    height: 36px;
    border-radius: 12px;
}
.contactUs a{
    color: #45ADA7;
    text-decoration: none;
}
.contactUs a:hover{
    color: #45ADA7;
    text-decoration: underline;
}
.menuActive, .activeMenu a{
    color: #45ADA7;
    font-weight: bold;
    text-decoration: underline 2px;
    text-underline-position: under;
}
