.frame_respon {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
}

.m_th_navbar {
    width: 100%;
    display: flex;
    flex-direction: row;
}

.m_th_navbar > span {
    font-weight: 600;
    border-bottom: 5px solid #008ad1;
    padding: 5px 0px 5px 0px!important;
}

.text_date {
    font-weight: 100;
    font-size: 16px;
    text-transform: none;
    color: black;
    line-height: 22px;

}

.line_ann {
    width: 100%;
    border-bottom: 1px solid #008ad1;
}

.lxtext_table {
    font-weight: 100;
    font-size: 16px;
    text-transform: none;
    color: black !important;
}

.titleColumn a:hover{
    color: #008ad1!important;
}

.news-desc p {
    margin-bottom: 30px;
}

@media (min-width: 600px){
    .dateColumn {
        width: 16%;
        padding: 40px 0px 40px 0px;
        border-bottom: 1px solid #008ad1;
    }
}

@media (min-width: 600px){
    .titleColumn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 84%;
        padding: 40px 0px 40px 0px;
        border-bottom: 1px solid #008ad1;
    }
}

.back-btn{
    background-color: #008ad1;
    border-radius: 5px;
    padding: 10px 20px;
    color: white;
}

.back-btn:hover{
    background-color: #0772a7;
    color: white;
}

.new-title{
    font-weight: bold;
    margin-bottom: 50px;
}

#NewsContentDiv img{
    max-width: 600px;
}

#NewItemDiv{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.n-Item{
    display: flex;
    flex-direction: row;
    width: 100%;
}


.year-box{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}

@media screen and (max-width: 767px){
    .m_th_navbar {
        display: none!important;
    }
}


@media (max-width: 599.98px){
    .n-Item{
        flex-direction: column;
        border-bottom: 1px solid #008ad1;
        padding: 20px 0;
    }

    .dateColumn {
        width: 100%;
        padding: 5px 0px 0px 0px;
    }

    .titleColumn {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 0px 0px 5px 0px;
    }

    .new-title{
        font-size: 16px;
        margin-bottom: 20px;
    }

    #NewsContentDiv img {
        width: 100%;
    }

    .news-desc{
        text-align: justify;
    }
}

.search-row{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#SortDiv{
    display: flex;
    flex-direction: row;
    max-height: 36px;
    align-items: center;
}

#MinDate, #MaxDate{
    margin: 0 20px;
}

.search_butt {
    width: 100px;
    height: 36px;
    border-radius: 4px;
    font-size: 15px;
    color: white;
    background-color: #008ad1;
    text-decoration: none;
    text-align: center;
    line-height: 28px;
    border: 1px solid #008ad1;
    display: block;
    font-weight: bold;
    cursor: pointer;
}

.search_butt:hover {
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    line-height: 28px;
    background-color: #58595B;
    border: 1px solid #008ad1;
    font-weight: bold;
}

.search-title-col{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#SearchByTitle{
    margin-left: 20px;
}


.pagination-container{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.paginationjs-pages > ul{
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.paginationjs-page > a, 
.paginationjs-next > a, 
.paginationjs-prev > a,
.paginationjs-ellipsis > a {
    border-radius: 5px;
    color: black !important;
    float: left;
    padding: 8px 14px;
    text-decoration: none;
    cursor: pointer;
}
.paginationjs-page > a:hover,
.paginationjs-next > a:hover,
.paginationjs-prev > a:hover{
    border-radius: 5px;
    background-color: #008ad1;
    color: white!important;
}

.paginationjs-pages .active{
    border-radius: 5px;
    background-color: #008ad1;
}

.paginationjs-pages .active a {
    color: white!important;
}

.sort-button{
    display: flex;
    flex-direction: row;
}

.sort-button button:last-child{
    margin-left: 10px;
}

table {
    width: 100%;
    border-collapse: collapse;
}
th{
    background-color: #0d90d3;
    font-weight: bold;
    color: white;
}
td, th {
    border: 1px solid #dddddd;
}

.table td, .table th{
    vertical-align: middle!important;
}