.content_block-news_left {
    padding: 0px
}

.comment-form-container {
    display: none;
    margin-top: 20px;
}

.post-page-detail {
    background-color: #eee;
    padding-top: 40px;
    padding-bottom: 40px;
}

.w-20 {
    width: 20px;
}

.w-full {
    width: 100%;
}

.post-page-detail-main {
    padding: 40px 15px 20px 40px;
    background: #fff;
    border-radius: 15px;
}

.post-page-detail-title {
    font-size: 30px;
    color: #284b32;
    font-weight: 700;
    margin-bottom: 17px;
}

.post-page-detail-text {
    text-align: justify;
    font-size: 16px;
}

.post-page-detail-text h3 {
    text-align: justify;
    font-size: 16px;
}

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

.post-page-detail-text p.bold {
    font-weight: 700;
    text-indent: 0;
}

.orther-news-main {
    display: flex;
    margin-bottom: 20px;
}

.orther-news-thumb {
    display: flex;
    align-items: center;
}

.orther-news-thumb img {
    width: 70px;
}

.orther-news-content {
    display: flex;
    width: calc(100% - 70px);
    padding-left: 10px;
    align-items: flex-start;
    font-weight: 600;
    font-size: 14px;
}

.orther-news-content p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.orther-news-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    color: #333;
    margin-bottom: 20px;
}

.orther-news-title::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    bottom: 3px;
    left: 0;
}

@media(min-width:1440px) {
    .post-page-detail-title {
        font-size: 30px;
    }

    .post-page-detail-text p {
        font-size: 18px;
    }

    .orther-news-thumb img {
        width: 140px;
    }

    .orther-news-content p {
        font-size: 17px;
        line-height: 22px;
    }

    .orther-news-content {
        width: calc(100% - 100px);
    }
}

@media(max-width:767px) {
    .post-page-detail-text img {
        margin: 0;
    }
}

@media(max-width:550px) {
    .post-page-detail {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .post-page-detail-main>.row {
        margin: 0;
    }

    .post-page-detail-main {
        padding-left: 15px;
    }

    .post-page-detail-main {
        padding: 20px 15px 20px 15px;
    }

    .post-page-detail-title {
        font-size: 26px;
        line-height: 33px;
        margin-bottom: 20px;
    }

    .post-page-detail-text p {
        text-indent: unset;
        margin-bottom: 5px;
    }

    .orther-news-thumb img {
        width: 130px;
    }

    .orther-news-title {
        font-size: 20px;
    }
}