@media (max-width: 575px) {
    #bx-notifier-panel {
        display: none;
    }
    .news-list .news-detail-img {
        object-fit: cover;
        height: 80px;
        width: 100%;
    }
    /* news page news list */
    .news-name {
        font-size: 13px;
        padding: 5px 5px;
    }

}
@media (min-width: 992px) {
    .header-function-fixed:not(.nav-function-top) .page-header {
        margin-left: 11.875rem !important;
    }
    .page-sidebar {
        width: 11.875rem !important;
        max-width: 11.875rem !important;
        -webkit-box-shadow: 5px 0px 8px -4px rgba(80, 102, 123, 1);;
        -moz-box-shadow:    5px 0px 8px -4px rgba(80, 102, 123, 1);
        box-shadow:         5px 0px 8px -4px rgba(80, 102, 123, 1);
    }
    .page-logo {
        width: 11.875rem !important;
        padding: 0 1rem !important;
    }
    .nav-function-fixed:not(.nav-function-top):not(.nav-function-hidden):not(.nav-function-minify) .page-content-wrapper {
        padding-left: 13.875rem !important;
    }

    .page-content {
        padding: 1.5rem 2rem 1.5rem 0rem;
    }
    .mobile_h1_zone {
        display: none;
    }
    .mobile_h1 {
        display: none;
    }
}
