.padding-news {
    padding: 15px 0;
}

.sub-content-header {
    text-align:justify;
    background-color: #ffffff;
    padding: 20px 50px;
}

.content_news {
    border-bottom: 1px solid #dee2e6 !important;
    padding-bottom: 10px;
}

.news_title {
    font-weight: bold;
    margin-bottom: 20px;
}

.news_content {
    text-align:justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_body {
    text-align:justify;
    padding-top: 20px;
}

.arrow-button {
    margin: 0 auto;
    text-align: center;
}

.arrow-top {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
}

.arrow-button a {
    font-size: 18px;
    padding-left: 19px;
    padding-right: 19px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    color: #007bff !important;
}

.arrow-button a:hover {
    cursor: pointer;
}

.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.3;
}

@media only screen and (max-width: 767px) {
    .sub-content-header {
        text-align:justify;
        padding: 20px 15px;
    }
}