body {
    font-size: 18px;
}


/* footer */

.footer {
    background: #222;
    font-size: 14px;
}

.footer .bottom-footer {
    margin-top: 30px;
}

.footer .bottom-footer .bor_top {
    border-top: 1px solid #2f2f2f;
    padding: 24px 0;
}

.footer .bottom-footer p {
    color: #c3c3c3;
    line-height: 31px;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
}

.bor_top a {
    color: #d6a300;
}

.page-404 {
    padding: 30px 0 20px;
}

.pnf {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.post-media img {
    height: 340px;
    object-fit: cover;
    width: 100%;
}

.page-breadcrumb {
    font-size: 16px;
}

.page-breadcrumb a:hover {
    text-decoration: underline;
    color: #fff;
}

.padt50 {
    padding-top: 50px;
}

.blog-post .post-entry a {
    color: #398ba9;
}

.blog-post .post-entry img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
}

.post-header {
    padding: 20px 0 15px;
}

.sec_hedding {
    padding-bottom: 20px;
    padding-top: 30px;
    min-height: 46vh;
}

.blog-post .tit {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
}

.hp_list {
    margin-bottom: 70px;
}

a img:hover {
    opacity: .7;
}

.top_post img {
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.post_title .tit {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.latest-blog {
    margin-bottom: 20px;
}

#blog_section {
    margin-bottom: 30px;
}

.section_tit {
    margin-bottom: 40px;
    margin-top: 30px;
}

.main-banner {
    margin-bottom: 50px;
}

.banner-text .tit {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.banner-text .tit a {
    color: #fff;
    line-height: 1.3;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.rev_slider_wrapper {
    height: 500px !important;
}

.rev_slider li img {
    height: 500px;
    object-fit: cover;
    width: 100%;
}

.rev_slider li .banner-text {
    top: 25%;
    position: absolute;
    z-index: 10;
    max-width: 60%;
    left: 20%;
    zoom: 1;
    /* animation: text-down .5s linear; */
}


/* @keyframes text-down {
    0% {
        opacity: 0;
        transform: translate(0, -315px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
} */

.aside_img img {
    height: 130px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.main-banner .banner-text a:hover {
    color: #398ba9;
}

.widget-post-info {
    border-bottom: 1px #DEDEDE solid;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.post-entry {
    line-height: 1.8;
}

@media(min-width:768px) {
    .navigation {
        max-height: 60px;
        overflow: hidden;
    }
}

@media(max-width:767px) {
    .pagination-nav ul li a {
        width: 24px;
        height: 24px;
        line-height: 22px;
    }
    .post-media img {
        height: 200px;
    }
    .blog-post .tit {
        font-size: 20px;
    }
}