.top-header-area {
    display: none;
}

#empty_container {
    display: block !important;
}

#sticky-wrapper {
    height: 90px;
    background-color: white;
    position: fixed;
    width: 100%;
    top: 0px;
    box-shadow: rgba(147, 137, 137, 0.2) 0px 5px 50px
}
.news_list_location a {
    color: #222222;
}
.news_list_location .subcolumn-nav-location li {
    line-height: 30px;
    float: left;
}
.news_list_location .subcolumn-nav-location a {
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    text-align: center;
    color: #222222;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
}
.news_list_location .subcolumn-nav-location .fa {
    padding: 0 10px;
    color: #222222;
}    


.page-item {
    margin-top: 2rem;
}
.page-item a{
    padding: 1rem;
    color: #555;
}
.list-group-item a{
    color: #555;
}
.lanpoly_news_list_detail .col-lg-9{
    width: 66.66666667%;
}