.section_right_box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 0;
    border-radius: 4px;
    max-width: 100%;
    height: unset;
    position: relative;
    transition: 0.5s;
}

.section_right_box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.section_right_box img {
    height: 200px;
    object-fit: cover;
}

.section_right_box img {
    height: 200px;
    object-fit: cover;
    margin-bottom: 10px;
}

.section_right_box h2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    height: 48px;
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
}

.section_right_box .content {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    padding: 10px 0;
    color: #000;
    height: 120px;
}

.section_right_box .show_date {
    background: #000;
    left: 15px;
    bottom: 15px;
    border-radius: 4px;
    padding: 2px 8px;
}

.pagination>li>a,
.pagination>li>span {
    color: #000;
    min-width: 34px;
    height: 34px;
    border-radius: 0 !important;
}

.pagination i {
    transform: rotate(180deg);
    margin-top: 3px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #000;
    border-color: #000;
}

h4.s-titleDet {
    font-size: 18px;
    padding-bottom: 15px;
}

#comments {
    margin-top: 0;
}

#comment_form input {
    height: 40px;
    border: 1px solid #000;
    padding: 10px;
    font-size: 14px;
}

#comment_form textarea {
    border: 1px solid #000;
    padding: 10px;
    font-size: 14px;
}


#comment_form input:focus{
    border-color: #d9c17f;
}

#comment_form textarea:focus{
    border-color: #d9c17f;
}

.container .article .title {
    color: #000;
}

.comment_form button#submit i {
    margin-top: -5px;
}

.comment_form button#submit {
    background: #000;
    border-color: #000;
    height: 40px;
    padding: 0 30px;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}



.article .tiny_content {
    font-size: 18px !important;
    color: #000;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    box-shadow: unset;
    text-align: right !important;
}

.tiny_content img {
    margin: auto;
    margin-bottom: 20px;

}

.article_content h1 {
    font-size: 1.5rem;
    color: #1e293b;
    border-bottom: 2px solid #000;
    padding-bottom: 12px;
    margin: 25px 0 18px;
    font-weight: 700;
}

.article_content h2 {
    font-size: 1.35rem;
    color: #1e293b;
    margin: 22px 0 12px;
    padding-right: 12px;
    border-right: 4px solid #000;
    font-weight: 600;
}

.article_content h3 {
    font-size: 1.25rem;
    color: #334155;
    margin: 18px 0 10px;
    font-weight: 600;
}

.article_content h4 {
    font-size: 1.1rem;
    color: #475569;
    margin: 15px 0 8px;
    font-weight: 600;
}

.article_content p {
    margin-bottom: 18px;
    text-align: justify;
    font-size: 0.95rem;
    line-height: 1.7;
    color: #334155;
}

.article_content hr {
    margin: 25px 0;
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent, #000, transparent);
}

.article_content img {
    max-width: 100%;
    height: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin: 18px 0;
    display: block;
    margin: auto;
}

.article_content video {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    margin: 18px 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.article_content table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 0.9rem;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.article_content thead {
    background: linear-gradient(135deg, var(--color1) 0%, #000 100%);
    color: white;
}

.article_content th {
    padding: 10px 12px;
    text-align: right;
    font-weight: 600;
    font-size: 0.9rem;
    white-space: nowrap;
}

.article_content td {
    padding: 8px 12px;
    border-bottom: 1px solid #e2e8f0;
}

.article_content tbody tr:hover {
    background-color: #f8fafc;
}

.article_content aside {
    background: #fef9e7;
    border-right: 3px solid #f59e0b;
    padding: 15px 18px;
    margin: 20px 0;
    border-radius: 10px;
    font-size: 0.9rem;
}

.article_content ul,
.article_content ol {
    margin: 12px 0 18px 25px;
    padding-right: 18px;
}

.article_content li {
    margin: 6px 0;
    font-size: 0.95rem;
}

.article_content blockquote {
    background: #f1f5f9;
    border-right: 3px solid #000;
    padding: 12px 18px;
    margin: 18px 0;
    border-radius: 8px;
    font-size: 0.95rem;
    font-style: italic;
}

.article_content a {
    color: #000;
    text-decoration: none;
    border-bottom: 1px dashed #000;
    transition: all 0.2s;
}

.article_content a:hover {
    color: #c53030;
    border-bottom-color: #c53030;
}

.article_content strong {
    color: #1e293b;
    font-weight: 600;
}

.article .tiny_content {
    font-size: 18px !important;
    color: #000;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

/* responsive article_content */

@media (max-width: 768px) {

    .container .article .title {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .com-box-code span {
        font-size: 12px;
    }

    .article_content h1 {
        font-size: 1.5rem;
    }

    .article_content h2 {
        font-size: 1.3rem;
    }

    .article_content h3 {
        font-size: 1.15rem;
    }

    .article_content p,
    .article_content li {
        font-size: 0.9rem;
    }

    .article_content th,
    .article_content td {
        padding: 6px 10px;
    }

    .article_content {
        margin-top: 15px;
    }
}

@media (max-width: 480px) {
    .article_content h1 {
        font-size: 1.1rem;
    }

    .article_content h2 {
        font-size: 1rem;
        padding-top: 5px;
    }

    .article_content h3 {
        font-size: 0.9rem;
    }

    .article_content p,
    .article_content li,
    .article_content aside {
        font-size: 0.85rem;
    }

    .article_content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
        font-size: 0.8rem;
    }
}