@media only screen and (max-width: 1250px) and (min-width: 1024px){
    .news-menu-item{
        display: none !important;
    }
}

@media only screen and (max-width: 2560px) and (min-width: 1920px){
    .right-header h2{
        font-size: 28px;
    }    

    .right-header h1{
        font-size: 36px;
    }    

    .right-header h3{
        font-size: 18px;
    }    

    #img_63_province{
        margin-left: 124px;
        width: 38%;
    }

    .logo-left{
        /* height: 136px; */
    }

    .logo-right {
        max-width: 50%;
        max-height: 120px;
    }

     .menu-bar ul .menu-bar-li .menu-1{
        font-size: 20px;
    }

}

@media only screen and (max-width: 1900px) and (min-width: 1680px){
    .right-header h2{
        font-size: 24px;
    }    

    .right-header h1{
        font-size: 29px;
    }    

    .right-header h3{
        font-size: 18px;
    }    

    #img_63_province{
        margin-left: 84px;
        width: 33%;

    }

    .logo-left{
        height: 115px;
    }

    .logo-right {
        max-width: 50%;
        max-height: 120px;
    }

    .right-header-2{
        min-height: 129px !important;
    }

    .menu-bar ul .menu-bar-li .menu-1{
        font-size: 20px;
    }
}



/* ipad pro Portrait */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    .tab-menu-slide-province {
        margin-bottom: 160px;
    }

    .right-header h2 {
        font-weight: 500;
        font-size: 18px;
        color: #ffffff;
    }
    .right-header h1 {
        font-weight: 600;
        font-size: 23px;
        margin-top: 10px !important;
        color: #ffffff;
        text-transform: uppercase;
    }
    #img_63_province {
        margin-left: 177px;
        margin-top: -109px;
        width: 41%;
    }
    .menu-bar ul .menu-bar-li .menu-1 {
        font-size: 14px;
        padding: 0px 20px;
    }
}