body {
    font-size: 18px;
    overflow-x: hidden;
}

a:hover {
    color: #e54c2a;
}

img:hover {
    opacity: .8;
}

.top_bg {
    width: 100%;
    object-fit: cover;
    height: 100vh;
    position: absolute;
    z-index: -1;
}

.hp_list img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.single-blog .blog-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.recent-posts-img img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    margin-bottom: 20px;
}

.logo {
    padding: 20px 0;
    /* display: inline-block; */
}

.logo img {
    max-width: 200px;
    height: 40px;
    object-fit: contain;
}

.slider-btn {
    font-size: 14px;
}

.slider-content-wrap .tit {
    font-size: 20px;
    font-weight: bold;
}

.blogpost-desc .time {
    color: #e54c2a;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.article_tit {
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: bold;
}

.article_content a {
    color: #e54c2a;
}

.article_content img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
}

.height-54vh {
    height: 54vh;
}

@media (min-width: 768px) {
    .main-menu ul {
        max-height: 82px;
        overflow: hidden;
    }
    .header-area {
        max-height: 80px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .pagination-style li a {
        padding: 8px 10px;
        font-size: 14px;
    }
    .article_tit {
        font-size: 28px;
    }
}

@media (max-width: 500px) {
    .article_tit {
        font-size: 24px;
    }
}