.header-language{
    display: inline-block;
    font-size: 13px;
    position: relative;
    font-family: 'SunwaySans', 'OpenSans', Arial;
    height: 40px;
}
#web_language{
    display: block;
    width: 100%;
    height: 100%;
    padding: 9px 20px 10px 10px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #00698c;
    border: 1px solid #00698c;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-position: 31px center ;
    background-size: 14px;
    background-repeat: no-repeat;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="15" viewBox="0 0 14 15" fill="none"><path d="M3.5 5.75L7 9.25L10.5 5.75" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}