.location-select-border{
    margin-top:30px;
}
.location-select-label-md{
    
    border-radius: 0;
    background-color: #ffc440;
    color: #11232D;
    border:none;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 5px;
    padding-left:20px;
}
.location-select-md{
    width: 180px;
    border-radius: 0;
    background-color: #ffc440;
    border:#ffc440 solid 5px;
    color: #11232D;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 3px;
    clip-path: polygon(0 0, 100% 0%, 97% 100%, 0% 100%);
}
.location-select-md option{
    letter-spacing: 3px;
}