@media only screen and (max-width: 1440px){
.bocweb-header-m .bocweb-logo {
    /* left: 50px; */
    /* top: 15px; */
    /* position: absolute; */
    float: left;
    margin: 15px 0 10px 2%;
    display: block;
    transition: all 0.8s;
    width: 350px;
}
  .lv_toptel {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    width: 19%;
    float: right;
    padding-right: 2% !important;
    margin-top: 32px;
}
  .bocweb-header-m .bocweb-nav li .link {
    position: relative;
    padding: 0 15px;
    color: #1a1a1a;
    display: block;
    font-family: Arial !important;
    font-size: 16px;
    line-height: 100px;
    transition: all 0.6s;
}
  .bocweb-header-m .bocweb-nav {
    height: 100%;
    float: right;
    margin-right: 2%;
}
}
@media only screen and (max-width: 768px){
  #w_grid-1605238658598 > div > .p_gridbox > .p_gridCell>.reset_style:nth-child(3) span {
    font-size: 16px !important;
}
  .bocweb-header-m .bocweb-nav li .link {
    position: relative;
    padding: 0 15px;
    color: #1a1a1a;
    display: block;
    font-family: Arial !important;
    font-size: 16px;
    line-height: 60px;
    transition: all 0.6s;
}
   .bocweb-header-m .bocweb-nav {
    height: 100vh;
    float: right;
    margin-right: 2%;
}
.bocweb-header-m .bocweb-logo {
    width: 280px;
    margin: 10px 0 0 10px;
}
}