#head_nav_list {
    display: none;
}

@media (max-width: 460px) {
    #head_nav_list {
        display: block !important;
    }
}
.top-header-area {
    display: none;
}
#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 {
    position: relative;
    top: 0px;
}
#empty_container {
    display: block !important;
}
.img-tj {
    width: 100%;
}
.list-group-item {
    text-align: center;
}
.show_more {
    border-radius: 5px;
    background: #fff;
    color: #2d3a3a;
    font-weight: 500;
    padding: 7px 27px 5px;
    border: 1px solid #4e4e4e;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.new-img-tj{
    width: 30%;
    display: inline-block;        
}
.new-span-tj{
    /* margin-left: 1%;
    padding-left: 15px; */
    /* width: 68%; */
    display: inline-block; 
}



