/* main news */
.post {
    padding: 1px 0 14px;
    border-bottom: 1px solid #e7e7e7
}
.post-thumb {
    display: table-cell;
    vertical-align: top;
    padding-right: 17px;
}
.entry-meta-list {
    color: #888;
    margin: 0 0 8px;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}
.entry-title {
    font-size: 17px;
    margin: 1px 0 0;
    line-height: 27px;
    margin-bottom: 0;
    font-weight: 600;
    word-wrap: break-word;
}
.entry-title a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #191919;
    text-decoration: none;
}
.post-cate li {
    list-style: none;
}
.news a {
    text-decoration: none;
}
.news-brown a:hover {
    color: #B48C72 !important;
}
.news-blue a:hover {
    color: #2dc0c4 !important;
}
.news-orange a:hover {
    color: #e85a1c !important;
}
/* main new */

/* page news */
#NewsContainer.list-view .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}

#NewsContainer.list-view .card {
    flex-direction: row;
}

#NewsContainer.list-view .card img {
    max-width: 200px;
    object-fit: cover;
}
#NewsContainer.list-view .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
}

#NewsContainer.list-view .card {
    flex-direction: row !important;
    gap: 1rem;
}

#NewsContainer.list-view .card img {
    width: 180px;
    height: auto;
    object-fit: cover;
}

#NewsContainer.list-view .card-body {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/* Category pagination */
.custom-pagination-brown li.active span {
    background-color: #b4886b;
    color: white;
    border-color: #b4886b;
}
.custom-pagination-blue li.active span {
    background-color: #2dc0c4;
    color: white;
    border-color: #2dc0c4;
}
.custom-pagination-orange li.active span {
    background-color: #e85a1c;
    color: white;
    border-color: #e85a1c;
}
/* Category pagination */
/* pagination */
.custom-pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    gap: 8px;
    margin-top: 20px;
}

.custom-pagination li {
    display: inline-block;
}

.custom-pagination li a,
.custom-pagination li span {
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    text-decoration: none;
    color: #333;
    background-color: transparent;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    font-size: 14px;
}

.custom-pagination li a:hover {
    background-color: #eee;
}

.custom-pagination li.disabled span {
    color: #aaa;
    background-color: #f5f5f5;
    border-color: #eee;
    cursor: not-allowed;
}
/* pagination */
/* page news */