.banner-news {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 600px;
    display: inline-flex;
}
.banner-news:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(3 26 25 / 70%);
}
.banner-news .wrap-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    max-width: 679px;
    width: 100%;
    padding: 100px 0;
}
body.single-post footer.site-footer .our-value-section,
body.page-template-page-news footer.site-footer .our-value-section {
    display: none;
}
body.single-post .banner-news .wrap-content {
    max-width: 780px;
}
.banner-news h1.title {
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: -3%;
    color: #F5F6F6;
    margin-top: 0;
    margin-bottom: 32px;
}
.banner-news p.des {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -3%;
    color: rgb(245 246 246 / 80%);
}
.news-filter {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 32px 0 16px;
}
.news-filter .filter-icon span {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #E5E8E8;
    border-radius: 8px;
    width: 31px;
    height: 31px;
}
.news-filter select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #E5E8E8;
    border-radius: 8px;
    height: 32px;
    padding: 0 42px 0 18px;
    font-family: Plus Jakarta Sans;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -3%;
    color: #848C8B;
    outline: none;
    cursor: pointer;
    background-image: url(../images/vector-select.svg);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 18px);
}
.news-filter select:hover {
    background-color: #F0F4F4;
    border-color: #F0F4F4;
    color: #105A59;
}
.blog-list .lists-item {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.blog-list article.post-item {
    box-sizing: border-box;
    width: 33.333%;
    padding: 16px 10px;
}
.blog-list article.post-item .wrap-item {
    border: 1px solid #E5E8E8;
    border-radius: 16px;
}
.blog-list article.post-item .wrap-item .content {
    padding: 8px 16px 16px;
}
.blog-list article.post-item a.thumb span.wrap-img {
    position: relative;
}
.blog-list article.post-item a.thumb span.wrap-img:before {
    content: '';
    display: block;
    padding-top: 46%;
}
.blog-list article.post-item a.thumb span.wrap-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.blog-list article.post-item .date-cate {
    padding-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog-list article.post-item .date-cate span.date {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -3%;
    color: #596161;
}
.blog-list article.post-item .date-cate .categories {
    display: flex;
    gap: 4px;
}
.blog-list article.post-item .date-cate .categories button {
    font-family: Plus Jakarta Sans;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: -3%;
    color: #596161;
    background: #E5E8E8;
    padding: 2px 4px;
    border: 1px solid #848C8B;
    border-radius: 999px;
    cursor: pointer;
}
.blog-list article.post-item .date-cate .categories button:hover {
    color: #105A59;
}
.blog-list article.post-item h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -3%;
    color: #252726;
    margin-top: 16px;
    margin-bottom: 8px;
}
.blog-list article.post-item h3:hover {
    color: #105A59;
}
.blog-list article.post-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -3%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.blog-list article.post-item .reading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.blog-list article.post-item span.reading-time {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -3%;
    display: flex;
    align-items: center;
    gap: 6px;
}
.blog-list article.post-item .read-more {
    color: #105A59;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -3%;
    display: flex;
    align-items: center;
    gap: 8px;
}
.blog-list article.post-item .read-more svg {
    position: relative;
    right: 0;
    transition: all .3s;
}
.blog-list article.post-item .read-more:hover svg {
    right: -5px;
}
.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 16px 0 32px; 
}
.pagination-wrapper .page-numbers {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    padding: 8px 12px;
    background: #fff;
    border-radius: 8px;
    transition: all .3s;
}
.pagination-wrapper .page-numbers:hover,
.pagination-wrapper .page-numbers.current {
    background: #596161;
    color: #f5f5f5;
}
.pagination-wrapper .next.page-numbers,
.pagination-wrapper .prev.page-numbers {
    color: #1E1E1E;
    display: flex;
    align-items: center;
    gap: 8px;
}
.pagination-wrapper .next.page-numbers:hover,
.pagination-wrapper .prev.page-numbers:hover {
    color: #f5f5f5;
}
.pagination-wrapper .next.page-numbers:hover svg path,
.pagination-wrapper .prev.page-numbers:hover svg path {
    stroke: #fff;
}
.content-detail {
    padding: 64px 0;
}
.content-detail .container {
    display: flex;
    flex-wrap: wrap;
}
.content-detail .introduction {
    padding-left: 16px;
    border-left: 1px solid #042E2F;
    margin-bottom: 32px;
}
.content-detail article {
    box-sizing: border-box;
    width: calc(100% - 380px);
    padding-right: 80px;
    color: #252726;
    font-size: 18px;
}
.content-detail article h2 {
    font-weight: 700;
    font-size: 24px;
    margin-top: 0;
}
.content-detail .sidebar-blog {
    width: 380px;
    position: sticky;
    top: 0;
    align-self: flex-start;
}
.sidebar-blog .box-enquiry {
    box-shadow: 0px 0px 36px 0px #00000014;
    padding: 36px;
    border-radius: 16px;
}
.sidebar-blog .box-enquiry h2 {
    font-weight: 700;
    font-size: 24px;
    margin-top: 0;
    color: #252726;
    margin-bottom: 24px;
}
.sidebar-blog .box-enquiry a {
    font-weight: 500;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 16px 24px;
    border-radius: 12px;
}
.sidebar-blog .box-enquiry a.btn-1 {
    color: #252726;
    background: #FFDFA9;
    margin-bottom: 24px;
}
.sidebar-blog .box-enquiry a.btn-1:hover {
    background: rgb(255 223 169 / 80%);
}
.sidebar-blog .box-enquiry a.btn-2 {
    color: #F5F6F6;
    background: #105A59;
}
.sidebar-blog .box-enquiry a.btn-2:hover {
    background: rgb(16 90 89 / 80%);
}
.sidebar-blog .box-about-rehab {
    box-shadow: 0px 0px 36px 0px #00000014;
    padding: 36px;
    border-radius: 16px;
    margin-top: 32px;
}
.sidebar-blog .box-about-rehab h2 {
    font-weight: 700;
    font-size: 24px;
    color: #252726;
    text-align: center;
    margin-top: 0;
    margin-bottom: 24px;
}
.sidebar-blog .box-about-rehab p {
    font-size: 16px;
    text-align: center;
    color: #252726;
    margin-bottom: 24px;
}
.sidebar-blog .box-about-rehab a.btn-about {
    font-weight: 400;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #105A59;
}
.sidebar-blog .box-about-rehab a.btn-about svg {
    position: relative;
    right: 0;
    transition: all .3s;
}
.sidebar-blog .box-about-rehab a.btn-about:hover svg {
    right: -5px;
}
.sidebar-blog .box-listings {
    box-shadow: 0px 0px 36px 0px #00000014;
    border-radius: 16px;
    margin-top: 32px;
}
.sidebar-blog .box-listings .listing-item-list {
    padding: 0;
    border: 0;
    flex-direction: column;
    gap: 0;
}
.sidebar-blog .box-listings .listing-item-list .listing-thumb {
    aspect-ratio: 380 / 250;
    width: 100%;
}
.sidebar-blog .box-listings .listing-item-list .listing-content {
    padding: 14px;
}

.content-detail .mobile .box-listings {
    box-shadow: 0px 0px 36px 0px #00000014;
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 32px;
}
.content-detail .mobile .box-listings .listing-item-list {
    padding-bottom: 0;
    border-bottom: 0;
}
@media(min-width: 768px) {
    body.single-post .banner-news p.des {
        font-size: 18px;
        line-height: 27px;
    }
    .content-detail .mobile {
        display: none;
    }
}
@media(max-width: 1024px) {
    .banner-news {
        min-height: 450px;
    }
    .blog-list article.post-item {
        width: 50%;
    }
    .content-detail article {
        font-size: 16px;
        padding-right: 40px;
        width: calc(100% - 300px);
    }
    .content-detail article h2 {
        font-size: 20px;
    }
    .content-detail .sidebar-blog {
        width: 300px;
    }
    .sidebar-blog .box-enquiry,
    .sidebar-blog .box-about-rehab {
        padding: 25px;
    }
    .sidebar-blog .box-enquiry h2,
    .sidebar-blog .box-about-rehab h2 {
        font-size: 22px;
    }
}
@media(max-width: 767px) {
    .blog-list article.post-item {
        width: 100%;
    }
    .banner-news {
        min-height: auto;
    }
    .banner-news .wrap-content {
        padding: 100px 0 64px;
    }
    .banner-news h1.title {
        font-weight: 600;
        font-size: 28px;
        line-height: 42px;
        text-align: center;
        margin-bottom: 12px;
    }
    .banner-news p.des {
        font-size: 14px;
        line-height: 21px;
        text-align: center;
    }
    .content-detail {
        padding: 32px 0;
    }
    .blog-list article.post-item .wrap-item .content {
        padding: 16px;
    }
    .blog-list article.post-item h3 {
        font-size: 16px;
        line-height: 24px;
        color: #252726;
        margin-top: 0;
    }
    .blog-list article.post-item p {
        font-size: 14px;
        line-height: 21px;
        height: 42px;
    }
    .content-detail article {
        width: 100%;
        font-size: 14px;
        padding-right: 0;
    }
    .content-detail article h2 {
        font-size: 18px;
    }
    .content-detail .sidebar-blog {
        display: none;
    }
}















