.contents-all-wrap h1 {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.news-title-cover *{
    color: #FFF !important;
}
p, .contents-all-wrap h3, .contents-all-wrap h4, .contents-all-wrap h5, .contents-all-wrap h6 {
    padding-bottom: 0;
}
.item{
    margin-bottom: 1rem;
    text-decoration: none !important;
}
.item h5,.item p{
    display: inline-block;
    border-bottom: 1px solid #f9f9f9;
}
.item:nth-child(odd) h5,.item:nth-child(odd) p{
    border-bottom: 1px solid #f7a7af;
}
.item:hover h5{
    border-bottom: 1px solid #212529;
}
.text-box{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
@media(max-width:991px){
    .text-box{
        padding: 0.5em;
    }
}
.text-box *{
    color: #212529;
}
.item{
    background-color: #f9f9f9;
    border: 1px solid #ccc;
}
.item:nth-child(odd){
    background-color: #f7a7af;
    border: 1px solid #e9495e;
}
.item .img-box{
    padding: 0;
    min-height: 5em;
    background-position: center center;
    background-size: cover;
}
.item-date{
    border-top: 1px dotted #ccc;
    width: 100%;
    padding-top: 0.5rem;
    margin-bottom: 0.5rem;
    text-align: right;
    /*border: none !important;*/
}
.item-date span.badge-pill{
    margin-right: 0.5rem;
}
.item:nth-child(odd) .item-date{
    border-top: 1px dotted #e9495e;
}
.text-box p{
    /*border: none !important;*/
}
h1{
    color: #212529 !important;
}
h1 img{
    margin-right: 0.5em;
}
h1 span{
    line-height: 1;
    font-size: 0.75em;
    padding-left: 0.5em;
}
h1 img{
    width: 1.25em;
    height: auto;
}
.item-date{
    font-weight: normal;
}
.display-sum-num{
    font-size: 1em;
    line-height: 1.618em;
    display: flex;
    align-content: center;
    align-items: center;
}
@media(max-width:991px) {
    .text-box * {
        font-size: 1rem;
    }

    .item-date {
        font-size: small;
    }

    .display-sum-num {
        font-size: 1em;
        margin-bottom: 0;
    }

    .pagination {
        /*justify-content: center;*/
    }

    /*.news-title-cover a{*/
    /*display: inline-block;*/
    /*min-height: 80px;*/
    /*text-align: center;*/
    /*}*/
    /*.news-title-cover a h5{*/
    /*width: 100%;*/
    /*text-align: center;*/
    /*}*/
    .font-size-small {
        font-size: small !important;
    }
}

    @media (max-width: 767px){

        .pagination .page-link {
            padding: 7px;
        }

    }
