[data-anchor="contactus-lang-switch"] {
    display: none;
}

header > [data-anchor="contactus-lang-switch"] {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 10rem;
    cursor: pointer;
}

header > [data-anchor="contactus-lang-switch"] > div > img {
    margin: 0 auto;
}

header > [data-anchor="contactus-lang-switch"] .h-title {
    font-size: 1.2rem!important;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 700!important;
    color: #513d38;
}

header > [data-anchor="contactus-lang-switch"] > span > ul {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    padding-top: 1rem;
    padding-left: 1.5rem;
    padding-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    box-shadow: 1px 5px 10px rgba(0,0,0,.5)
}

header > [data-anchor="contactus-lang-switch"] > span > ul > li {
    list-style: none;
}