.inner-page.vision .content {
    box-shadow: -10px -5px 40px 0 rgb(0 0 0 / 10%);
    padding: 40px;
    background-color: #fff;
}

.inner-page.services .image {
    display: flex;
    justify-content: center;
    height: 200px;
}

.inner-page.services .image img {
    width: auto;
    height: 170px;
}

.page-posts {
    padding-top: 20px;
}

.post-list {
    list-style: none;
    padding-left: 0;
}

.post-list .post-item {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid #40bbbf;
    transition: all .3s ease-in-out;
}

.post-list .post-item:hover {
    background-color: #40bbbf26;
}

.post-list .post-item .post-thumb {
    width: 150px;
    min-width: 150px;
}

.post-list .post-item .post-thumb img {
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.post-list .post-item:hover .post-thumb img {
    transform: scale(1.05);
}

.post-list .post-item .post-content {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}

.post-list .post-item .post-content .post-meta, .post-list .post-item .post-content .post-category {
    display: flex;
    align-items: center;
}

.post-list .post-item .post-content .post-date {
    font-size: 15px;
    font-weight: lighter;
}

.post-list .post-item .post-content .post-category .item-category {
    font-size: 15px;
    font-weight: lighter;
}

.post-list .post-item .post-content .post-describe{
    margin-top: 10px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sidebar .widget-search .btn-search {
    background-color: #40bbbf;
    border-color: #40bbbf;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}



.ps-pagination {
    margin-top: 30px;
}

.ps-pagination .pagination {
    justify-content: flex-end;
}

.ps-pagination .pagination .page-item {
    width: 38px;
    height: 38px;
    margin-left: 6px;
    margin-right: 6px;
}

.ps-pagination .pagination .page-item .page-link {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-content: center;
    color: #40bbbf;
}

.ps-pagination .pagination .page-item.disabled .page-link{
    color :#6c757d
}

.ps-pagination .pagination .page-item.active .page-link {
    background-color: #40bbbf;
    border-color: #40bbbf;
    color: white;
}

.sidebar .widget-recent-posts .recent-posts{
    list-style: none;
    padding-left: 0;
}

.sidebar .widget-recent-posts .recent-posts .item-post {
    display: flex;
    padding: 7px;
    border-bottom: 1px solid #cccccc;
}

.sidebar .widget-recent-posts .recent-posts .item-post .link-post {
    display: flex;
}

.sidebar .widget-recent-posts .recent-posts .item-post img{
    width: 70px;
    min-width: 70px;
    object-fit: cover;
}

.sidebar .widget-recent-posts .recent-posts .item-post .post-title {
    margin-left: 10px;
    font-weight: normal;
}

.post-detail {
    margin-top: 180px;
}

.post-detail .post-content {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    text-align: justify;
}

.post-detail .post-content span {
    /*font-size: 16px !important;*/
    /*font-family: "Roboto", sans-serif !important;*/
    margin-bottom: 16px;
}

.post-detail .post-content img {
    display: flex;
    text-align: center;
    margin: 20px auto;
    height: auto;
    max-width: 100%;
}

.post-detail .post-content figure, .post-detail .post-content .aligncenter {
    display: block;
    margin: 0 auto;
    margin-bottom: 1rem;
    max-width: 100%;
}

.post-detail .post-content figure figcaption {
    font-size: 14px;
    text-align: center;
    font-style: italic;
}

.search-posts {
    margin-top: 160px;
}

.pc-visible {
    display: block;
}

.sp-visible {
    display: none;
}
/*SP MODE*/
@media (max-width: 992px) {
    .pc-visible {
        display: none !important;
    }
    .sp-visible {
        display: block !important;
    }

    .featured-services {
        display: none;
    }

    .inner-page.message {
        margin-top: 20px;
        margin-bottom: 50px;
        padding: 20px;
    }

    .inner-page.message .container {
        padding: 20px;
    }

    .inner-page.message .container .message-content {
        margin-top: 20px !important;
    }

    .inner-page.vision {
        margin-top: 20px;
        margin-bottom: 50px;
        /*padding: 20px;*/
        padding-top: 0;
        padding-bottom: 0;
    }

    .inner-page.vision .container {
        padding: 20px;
    }

    .inner-page.features {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .inner-page.contact {
        margin-top: 20px;
        margin-bottom: 50px;
        /*padding: 20px;*/
        padding-top: 0;
        padding-bottom: 0;
    }

    .inner-page.contact .container {
        padding-left: 0;
        padding-right: 0;
    }

    .inner-page.contact .container .content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .container.post-detail {
        margin-top: 140px;
        padding-left: 20px;
        padding-right: 20px;
    }

     .sidebar {
        margin-top: 40px;
    }

    .page-posts {
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    .page-posts .post-list .post-item {
        padding: 10px 0;
    }

    .post-list .post-item .post-thumb {
        width: 100px;
        height: 100px;
        min-width: 100px;
    }

    .post-list .post-item .post-thumb img{
        width: 100px;
        height: 100px;
    }

    .post-list .post-item .post-title {
        font-size: 15px;
    }

    .post-list .post-item .post-meta {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
        font-size: 13px;
    }

    .post-list .post-item .post-content .post-date {
        font-size: 13px;
    }

    .post-list .post-item .post-content .post-category, .post-list .post-item .post-content .post-category .item-category {
        font-size: 13px;
    }

    .post-category {
        display: flex;
        flex-direction: column;
        font-size: 13px;
        align-items: flex-start !important;
    }

    .post-list .post-item .post-content .post-describe {
        margin-bottom: 0;
    }

    .post-list .post-item .post-content {
        margin-left: 10px;
    }
}