#top-bar {
    background-color: #cde4fb;
}

#hd {
    width: 100% !important;
}

#top-bar .inner {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 5px 0;
    max-width: 1200px !important;
    width: 100% !important;
}

#top-bar .inner .lang-list {
    display: flex;
    align-items: center;
}

#top-bar .inner .lang-list a {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

#top-bar .inner .lang-list a:last-child {
    margin-right: 0;
}

#top-bar .inner .lang-list a:hover {
    text-decoration: underline;
}

#top-bar .inner .lang-list img {
    max-width: 20px;
    height: auto !important;
    margin-right: 5px;
}

#wp #nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

#wp #nav ul>li {
    line-height: 70px;
    position: relative;
    width: auto;
    margin-right: 20px;
}

@media screen and (max-width:1200px) {
    #wp #nav ul>li {
        line-height: 45px;
        margin-right: 15px;
    }

    #wp #nav ul {
    }
}

#wp #nav ul li ol.xlcd {
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 120px;
}

#wp #nav ul li a {
    height: 100%;
    padding: 0 5px;
}

#hd #wp .tel {
    height: 65px;
}

#wp a.tel {
    margin-right: 0;
    margin-top: 15px;
    padding-top: 30px;
}

#hd #wp .logo {
    height: 80px;
}

#hd .logo a {
    line-height: 80px;
}