/* media query if screen dekstop */
@media screen and (min-width: 1024px) {
    .img-carousel {
        height: 700px;
        object-fit: cover;
    }
}

.line-height {
    line-height: 1.9rem;
}

.pagination.pagination-circle .page-item.active .page-link {
    border-radius: 50%;
}
.pagination .page-item .page-link:hover {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 0.125rem;
    background-color: #eee;
}
.pagination.pg-blue .page-item.active .page-link:hover {
    background-color: #348e38;
}
.pagination .page-item.active .page-link {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 0.125rem;
    background-color: #348e38;
    color: #fff;
}
.pagination .page-item .page-link {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: 0.9rem;
    color: #999;
    font-weight: bold;
}
.pagination.pagination-circle .page-item .page-link:hover {
    border-radius: 50%;
}
.pagination.pagination-circle .page-item .page-link {
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 50%;
}
.pagination .page-item.active .page-link {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16),
        0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.page-link {
    border: none !important;
}
.page-item {
    margin-right: 20px;
}

/*--------- Pager3 ---------*/
.pagination.pagination-circle .page-item.active .page-link {
    border-radius: 50%;
    border: 1px solid #348e38 !important;
    background-color: white;
    color: #348e38;
    font-weight: bold;
}
.pagination .page-item.active .page-link {
    box-shadow: none;
}
.pagination .page-item .page-link {
    color: #348e38;
}

.news {
    color: #525368 !important;
}
.news-title {
    font-size: 1.1rem;
    /* // line clamp 2 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    color: #525368;
}

.news p {
    color: #525368;
}
