select#strategic_select{
    -webkit-appearance: none;
    appearance: none;
    background: url(https://s22457.pcdn.co/wp-content/themes/corporate-site/assets/images/src/br_down.png) white no-repeat 98% !important;
    display: block;
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-top: 10px;
    font-weight: bold;
}
select#strategic_select option{
    font-weight: bold;
    color: #0067b1;
}