#mainSliderWrapper .slick-dots {
    margin-top: -30px;
    margin-bottom: 30px;
}

.footer-post-photo img {
    width: 49px;
    border-radius: 50%;
    height: 49px;
    object-fit: cover;
}

.data-content h1,
.data-content h2,
.data-content h3,
.data-content h4,
.data-content h5,
.data-content h6 {
    line-height: normal;
}

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


.row-limit-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-align: left;
}

@media (max-width: 767px) {
    .post-text img {
        width: 100% !important;
        height: auto !important;
        margin: auto !important;
    }

    .page-content iframe {
        max-width: 100% !important;
        height: auto !important;
        min-height: 300px;
    }

    .table-of-content ol {
        padding-left: 20px;
    }

}

.post-text p {
    font-size: 16px;
    text-align: justify;
    color: #000;
    font-family: "Roboto", sans-serif !important;
    line-height: 30px;
}

.post-text span {
    text-align: justify;
    color: #000;
    font-family: "Roboto", sans-serif !important;
}

.post-text img {
    height: auto !important;
}

.icn-text-alt {
    margin: auto;
}

.blog-post-single h1,
.blog-post-single h2,
.blog-post-single h3,
.blog-post-single h4,
.blog-post-single h5,
.blog-post-single h6 {
    color: #004999 !important;
}

.blog-post-single h1 span,
.blog-post-single h2 span {
    font-weight: 700 !important;
}

.blog-post-single h1 span,
.blog-post-single h2 span,
.blog-post-single h3 span,
.blog-post-single h4 span,
.blog-post-single h5 span,
.blog-post-single h6 span {
    color: #004999 !important;
}

.blog-post-single .h2,
.blog-post-single h2,
.blog-post-single h2 span {
    font-size: 28px !important;
    line-height: 42px;
}

.blog-post-single .h3,
.blog-post-single h3,
.blog-post-single h3 span {
    font-size: 1em;
    line-height: 1.5;
}

.blog-post-single .post-title {
    font-size: 42px !important;
    line-height: 50px;
}

.blog-post-info {
    display: block;
}

.blog-post:not(.post-preview)>*+* {
    margin-top: 15px;
}

.table-of-content {
    border: 1px solid #ccc;
    padding: 1em;
    background: #f8f8f8;
}

.table-of-content ul {
    list-style-type: none;
    margin-top: 1em;
    padding-inline-start: 20px;
}

.table-of-content ul li a {
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    line-height: 20px;
    font-weight: bold;
}

.table-of-content li {
    text-align: justify;
    /* font-size: 15px; */
    line-height: 28px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.list-muc-luc li {
    cursor: pointer;
    position: relative;
    list-style-type: circle;
    text-overflow: ellipsis;
}

.list-muc-luc li>span {
    color: #1e76bd;
}

.post-text li {
    font-size: 18px;
    text-align: justify;
    color: #000;
    font-family: "Roboto", sans-serif !important;
    line-height: 30px;
    margin-bottom: 10px;
}
