.nt-blog-page .hm_bread_wrapper h1 {
    text-transform: none;
}

.nt-blog-listing .hm_heading {
    margin-bottom: 42px;
}

.nt-blog-card {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.nt-blog-card .hm_news_img {
    aspect-ratio: 366 / 301;
    overflow: hidden;
}

.nt-blog-card .hm_news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nt-blog-card .hm_news_data {
    min-height: 260px;
}

.nt-blog-card .hm_news_data h3 {
    min-height: 58px;
}

.nt-blog-card .hm_news_data p {
    min-height: 72px;
}

.nt-blog-search-note,
.nt-blog-empty,
.nt-sidebar-empty {
    color: #777;
    font-size: 16px;
    line-height: 1.7;
}

.nt-blog-search-note {
    margin: 0 0 30px;
    text-align: center;
}

.nt-blog-empty {
    padding: 24px 0;
    text-align: center;
}

.nt-blog-single .hm_single_blog .hm_news_img img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_box {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}

.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_img {
    height: auto !important;
    overflow: visible !important;
}

.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_img img {
    height: auto !important;
    max-height: none !important;
    transform: none !important;
}

.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_box:hover .hm_news_img img {
    transform: none !important;
}

.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_data {
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}

.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_data > h3 {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
}

.nt-blog-content {
    color: #777;
    font-size: 16px;
    line-height: 1.9;
    overflow: visible !important;
    overflow-wrap: anywhere;
    word-break: normal;
}

.nt-blog-content,
.nt-blog-content * {
    max-height: none !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
}

.nt-blog-content p,
.nt-blog-content h1,
.nt-blog-content h2,
.nt-blog-content h3,
.nt-blog-content h4,
.nt-blog-content h5,
.nt-blog-content h6,
.nt-blog-content blockquote,
.nt-blog-content pre,
.nt-blog-content table,
.nt-blog-content ul,
.nt-blog-content ol {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
}

.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_data .nt-blog-content p,
.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_data .nt-blog-content h1,
.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_data .nt-blog-content h2,
.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_data .nt-blog-content h3,
.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_data .nt-blog-content h4,
.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_data .nt-blog-content h5,
.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_data .nt-blog-content h6,
.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_data .nt-blog-content blockquote,
.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_data .nt-blog-content pre,
.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_data .nt-blog-content table,
.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_data .nt-blog-content ul,
.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_data .nt-blog-content ol {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    text-overflow: clip !important;
    white-space: normal !important;
    -webkit-line-clamp: unset !important;
    -webkit-box-orient: initial !important;
}

.nt-blog-content p {
    margin: 0 0 18px !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_data .nt-blog-content p {
    margin: 0 0 18px !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.nt-blog-content h1,
.nt-blog-content h2,
.nt-blog-content h3,
.nt-blog-content h4,
.nt-blog-content h5,
.nt-blog-content h6 {
    margin: 28px 0 14px !important;
    color: #484848 !important;
    line-height: 1.35 !important;
}

.nt-blog-content ul,
.nt-blog-content ol {
    margin: 0 0 18px !important;
    padding-inline-start: 24px !important;
    padding-inline-end: 0 !important;
    list-style-position: outside !important;
}

.nt-blog-content ul {
    list-style-type: disc !important;
}

.nt-blog-content ol {
    list-style-type: decimal !important;
}

.nt-blog-content li {
    display: list-item !important;
    margin: 0 0 8px !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
}

.nt-blog-single-page .hm_news_wrapper .hm_single_blog .hm_news_data .nt-blog-content li {
    display: list-item !important;
    margin: 0 0 8px !important;
    color: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    text-overflow: clip !important;
    white-space: normal !important;
}

.nt-blog-content blockquote {
    margin: 22px 0 !important;
    padding: 14px 18px !important;
    border-inline-start: 4px solid var(--theme-color);
    background: #f7f7f7;
}

.nt-blog-content table {
    width: 100%;
    margin-bottom: 18px !important;
    overflow-x: auto !important;
}

.nt-blog-content a {
    color: var(--theme-color);
}

.nt-blog-content img {
    max-width: 100%;
    height: auto !important;
}

.nt-blog-sidebar .sidebar_search .form-group {
    position: relative;
}

.nt-blog-sidebar .popular-posts .post {
    min-height: 98px;
}

.nt-blog-sidebar .popular-posts .post-thumb img {
    width: 98px;
    height: 98px;
    object-fit: cover;
}

@media (max-width: 991px) {
    .nt-blog-card .hm_news_data,
    .nt-blog-card .hm_news_data h3,
    .nt-blog-card .hm_news_data p {
        min-height: 0;
    }

    .nt-blog-sidebar {
        margin-top: 45px;
    }
}

@media (max-width: 767px) {
    .nt-blog-listing .hm_heading {
        margin-bottom: 28px;
    }

    .nt-blog-card {
        height: auto;
    }
}
