/* Homepage blog + SEO sections (archive match) */

/* Blog listing + detail pages (archive /blog) */
.newmt {
    margin-top: 90px;
}

@media (min-width: 480px) {
    .newmt {
        margin-top: 240px;
    }
}

.main-section.m-b60 {
    margin-bottom: 60px;
}

.blog-pagi {
    text-align: center;
}

.blog-list-col {
    margin-bottom: 50px;
    display: flex;
}

.blog-list-col .blog-single {
    width: 100%;
}

.blog-pagi .pagination {
    display: inline-block;
    margin: 20px 0 0;
}

.newmt .blog-single {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.newmt .thumb {
    overflow: hidden;
    margin-bottom: 15px;
    aspect-ratio: 340 / 360;
}

.newmt .thumb img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.newmt .post-desk {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

.newmt .bloghometitle {
    margin: 0 0 12px;
    font-weight: 400;
    min-height: 56px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newmt .bloghometitle a {
    color: #202020;
    line-height: 28px;
    text-decoration: none;
}

.newmt .bloghometitle a:hover {
    color: #eeb013;
}

.newmt .homeshorttext {
    font-size: 13px;
    color: #666;
    line-height: 22px;
    margin-bottom: 10px;
    min-height: 66px;
    max-height: 66px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.newmt .post-desk p {
    text-align: justify;
}

.newmt .post-meta {
    margin-top: auto;
    padding-top: 10px;
}

.newmt .read-more {
    color: #eeb013;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.newmt .read-more:hover {
    color: #202020;
}

.home-bootstrap-grid.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .home-bootstrap-grid.container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .home-bootstrap-grid.container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .home-bootstrap-grid.container {
        width: 1170px;
    }
}

.home-bootstrap-grid .row {
    margin-right: -15px;
    margin-left: -15px;
    max-width: none;
    padding: 0;
}

.home-bootstrap-grid .row:before,
.home-bootstrap-grid .row:after {
    display: table;
    content: " ";
}

.home-bootstrap-grid .row:after {
    clear: both;
}

#blog.blog-section {
    margin-bottom: 30px;
    padding: 10px 0 10px;
}

.blog-section .section-header {
    margin-bottom: 12px;
}

.blog-section .bazien_block_sub_title h2.title {
    margin: 5px 0 22px 0;
}

.blog-section .blog-single {
    margin-bottom: 30px;
}

.blog-section .thumb {
    overflow: hidden;
    margin-bottom: 15px;
}

.blog-section .thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.blog-section .bloghometitle {
    margin: 0 0 12px;
    font-weight: 400;
}

.blog-section .bloghometitle a {
    color: #202020;
    line-height: 28px;
    text-decoration: none;
}

.blog-section .bloghometitle a:hover {
    color: #eeb013;
}

.blog-section .homeshorttext {
    font-size: 13px;
    color: #666;
    line-height: 22px;
    margin-bottom: 10px;
}

.blog-section .post-desk p {
    text-align: justify;
}

.blog-section .post-meta {
    margin-top: 10px;
}

.blog-section .read-more {
    color: #eeb013;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.blog-section .read-more:hover {
    color: #202020;
}

.blog-section .btn-circle {
    border-radius: 30px;
    padding: 10px 30px;
    border: 1px solid #202020;
    background: transparent;
    color: #202020;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-section .btn-circle:hover {
    background: #eeb013;
    border-color: #eeb013;
    color: #fff;
}

#hidep {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

#hidep h1 {
    font-size: 24px;
    color: #202020;
    margin-bottom: 15px;
    text-align: left;
    font-weight: 400;
}

#text {
    display: none;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

#text h1,
#text h2,
#text h3 {
    color: #202020;
    margin: 20px 0 10px;
    font-weight: 400;
}

#text p {
    margin-bottom: 15px;
}

#text a {
    color: #eeb013;
}

#text a:hover {
    color: #202020;
}

.btn-container {
    margin: 20px 0 30px;
    text-align: center;
}

#toggle {
    padding: 8px 24px;
    border: 1px solid #202020;
    background: #fff;
    color: #202020;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    transition: all 0.3s ease;
}

#toggle:hover {
    background: #eeb013;
    border-color: #eeb013;
    color: #fff;
}

.block-5 .shiplist {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.block-5 .block-line-5 {
    display: block;
    width: 100%;
    max-width: 100%;
}

.block-5 .block-line-5:last-child {
    margin-bottom: 0;
}

.vc_custom_1433402233606 .block-5 p {
    text-align: left;
}
