/* listing */
.page-press .border-page-press {
    margin: 30px 0;
}

.page-press .list-post-press {
    padding: 48px 0 47px;
    border-bottom: 1.5px solid #E3E3E3;
}

.page-press .list-post-press .info-date {
    color: #26454A;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.page-press .list-post-press .press-title {
    color: #27919C;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.48px;
    margin: 0;
    margin-top: 12px;
}

.page-press .list-post-press .press-title a {
    text-decoration: none;
    color: #27919C;
}

.page-press .pagination {
    width: fit-content;
    margin: 80px auto 85px;
}

.page-press .pagination .page-numbers {
    color: #26454A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.4px;
    margin: 0 12px !important;
    text-decoration: none;
}

.page-press .border-heading.no-post {
    padding-bottom: 20px;
}

.page-press .border-page-press.no-pagination {
    padding-bottom: 85px;
}

@media (max-width: 1024px) {
    .page-press .border-page-press {
        margin: 0;
        margin-top: 20px;
    }

    .page-press .list-post-press {
        padding: 40px 0 39px;
    }

    .page-press .pagination {
        margin: 50px auto 65px;
    }

    .page-press .border-page-press.no-pagination {
        padding-bottom: 65px;
    }
}

@media (max-width: 767.98px) {
    .page-press .container {
        padding: 0;
    }

    .page-press .border-page-press {
        margin: 0;
        margin-top: 10px;
    }

    .page-press .list-post-press {
        padding: 40px 20px 39px;
    }

    .page-press .list-post-press .press-title {
        font-size: 20px;
        line-height: 140%;
        letter-spacing: -0.4px;
    }

    .page-press .pagination {
        margin: 40px auto 55px;
    }

    .page-press .pagination .page-numbers {
        margin: 0 17px !important;
    }

    .page-press .border-page-press.no-pagination {
        padding-bottom: 48px;
    }


}

/* detail */
.single-press .container {
    max-width: 1068px;
}

.single-press .banner-detail {
    padding-bottom: 62px;
}

.single-press .content-press img {
    /* width: 100%; */
    object-fit: contain;
    margin-top: 38px;
}

.single-press .wp-element-caption,
.single-press .content-press p {
    color: #26454A;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
}

/* .single-press .content-press strong {
    color: #27919C;
    font-kerning: none;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -0.52px;
    margin-top: 38px;
    width: 100%;
    display: inline-block;
} */

.single-press .content-press {
    padding-bottom: 82px;
}

@media (max-width: 1024.98px) {
    .single-press .banner-detail {
        padding-bottom: 52px;
    }
/* .single-press .content-press strong  */
    .single-press .content-press img{ 
        margin-top: 24px;
    }

    .single-press .content-press {
        padding-bottom: 60px;
    }
}

@media (max-width: 991.98px) {
    .single-press .banner-detail {
        padding-bottom: 42px;
    }
}

@media (max-width: 767.98px) {
    .single-press .banner-detail {
        padding-bottom: 13px;
    }

    .single-press .content-press img {
        margin-top: 14px;
    }
.single-press .content-press h5{
    margin-bottom: 0;
}
    /* .single-press .content-press strong {
        margin-top: 14px;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.4px;
    } */

    .single-press .wp-element-caption {
        color: #26454A;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.32px;
        margin-top: 24px;
    }

    .single-press .content-press p {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: -0.32px;
    }

    .single-press .content-press {
        padding-bottom: 30px;
    }
}