﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.page-container {
    width: 100%;
}

    .page-container p {
        margin-bottom: 0 !important;
    }

.page-up {
    width: 100%;
    background-color: #efefef;
}

/*    .page-up nav ol {
        padding: 0 7px;
    }*/

.breadcrumb-item a {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.breadcrumb {
    --bs-breadcrumb-divider: '>';
}

.breadcrumb-item + .breadcrumb-item::before {
    padding-left: .5rem;
    padding-right: .7rem;
}

.page-down {
    width: 100%;
    background: linear-gradient(to bottom, rgb(244,231,224,1) 0%, rgb(244,231,224,0) 30%, rgb(245,245,243) 100%);
    padding: 40px 0;
}
.avatar-user {
    object-fit: cover;
    width: 42px;
    height: 42px;
    border-radius: 99px;
    border: 1px solid #57585A;
}
/*.content {
    padding: 30px;
    background-color: white;
    border-radius: 20px;
}*/
.post-img {
    width: 100%;
    max-height: 548px;
    border-radius: 20px;
}

.social-icon-elements {
    width: 36px;
    height: 36px;
    text-align: center;
    border: 1px solid #57585A;
    border-radius: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.post-interact {
    border-top: 1px solid #d8d4ce;
}

.post-like-tag, .social {
    padding-top: 20px;
}

/*.post-like-tag {
    width: 40%;
}*/

.comment {
    padding: 20px 0;
    gap: 20px;
    border-top: 1px solid #D8D4CE;
    border-bottom: 1px solid #D8D4CE;
}

#btnSubmitPostComment {
    background: #E84E0E !important;
    border-radius: 10px;
}

#postCommentInput {
    background: #FFFF;
    border-radius: 10px;
    padding: 20px;
}

.loaduser-comment {
    gap: 20px;
}

/*.pagination-wrapper {
    padding-top: 20px;
    border-top: 1px solid #57585A;
}*/

    .pagination-wrapper .pagination {
        display: flex;
        gap: 10px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .pagination-wrapper .page-item .page-link {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: #f9f9f9;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #333;
        font-weight: 500;
        transition: all 0.3s ease;
    }

    .pagination-wrapper .page-item.active .page-link {
        background-color: #e74c1c;
        color: white;
    }

    .pagination-wrapper .page-item.disabled .page-link {
        opacity: 0.4;
        pointer-events: none;
    }


.page-content-right {
    /*border-radius:20px;*/
    /*    background-color:#FFFFFF;*/
    padding: 0 20px 20px 20px;
}

.side-content {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 20px;
}

.side-posts-title {
    /*    width: 100%;
    height: 42px;*/
    border-bottom: 1px solid #D8D4CE;
}

.side-posts-article {
    /*    width: 100%;
    height: 80px;
    display: flex;*/
    gap: 10px;
}

.article-side-img {
    height: 100%;
    width: 100px;
}

    .article-side-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

.article-side-content {
    gap: 10px;
}

.article-side-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 18px;
    font-size: 16px;
    margin-bottom: 0 !important;
    /*    width: 100%;
    height: 40px;*/
}

.post-item {
    /*    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;*/
    transition: all 0.3s ease;
}

    .post-item:last-child {
        border-bottom: none;
    }

    .post-item:hover {
        background-color: #f9f9f9;
        transform: translateX(10px);
        box-shadow: 0 2px 10px rgba(232, 78, 14, 0.1);
    }

/*    .post-item .col-4,
    .post-item .col-sm-3,
    .post-item .col-md-4 {
        flex: 0 0 auto;
        width: 100px;
    }*/

.clamp-2-lines {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Số dòng tối đa */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

    .clamp-2-lines a {
        color: #333;
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .clamp-2-lines a:hover {
            color: #E84E0E;
        }

.clamp-date {
    font-size: 16px;
    font-weight: 400;
}

.clamp-viewmore {
    color: #E84E0E;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}

    .clamp-viewmore:hover {
        color: #d03801;
        transform: translateX(5px);
    }

    .clamp-viewmore::after {
        display: inline-block;
        transition: transform 0.3s ease;
    }

    .clamp-viewmore:hover::after {
        transform: translateX(5px);
    }

.clamp-img {
    border-radius: 10px;
}

.post-item:hover .clamp-img {
    transform: scale(1.05);
}

.clamp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.article-side-date {
    margin-bottom: 0 !important;
}

.article-side-date, .article-side-more {
    font-size: 16px;
}

.intro {
    border-bottom: 1px solid #D8D4CE;
}

.intro-descriptrion p {
    font-size: 18px;
    color: #000000;
    font-weight: 400 !important;
}

.publishedtime {
    color: #000000;
    font-size: 18px;
    font-weight: 400 !important;
}

.categoryname {
    font-size: 18px;
    color: #262774 !important;
    font-weight: 700 !important;
}


.content img {
    width: 100% !important;
    object-fit: contain !important;
    height: fit-content !important;
    border-radius: 10px;
}

.content p {
    font-size: 18px !important;
    color: #000000 !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
}

#tag-cuoi-trang {
    line-height: inherit;
}
.col-right-item1 {
}

    .col-right-item1 img {
        width: 100%;
        border-radius: 10px;
    }

.prominent-member {
    color: var(--Status-Black, #000);
    /* Baloo/Bold/18 */
    font-family: "Baloo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    text-align: left;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--Status-Border, #D8D4CE);
}

.prominent-member-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.prominent-member-item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.prominent-member-avatar img {
    width: 42px;
    height: 42px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid rgba(232, 78, 14, 0.20);
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.prominent-member-info {
    display: flex;
    flex-direction: column;
}

.prominent-member-name {
    color: var(--Status-Black, #000);
    /* Baloo/Regular/16 */
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.prominent-member-count-status p {
    color: var(--Main-Yellow, #E84E0E);
    text-align: center;
    /* Baloo/Regular/16 */
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.new-article {
    color: var(--Status-Black, #000);
    /* Baloo/Bold/18 */
    font-family: "Baloo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 144.444% */
    padding-bottom: 16px;
    border-bottom: 1px solid var(--Status-Border, #D8D4CE);
}

.new-article-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.new-article-item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.new-article-name {
    overflow: hidden;
    color: var(--Status-Black, #000);
    text-overflow: ellipsis;
    /* Baloo/Regular/16 */
    font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
}

.new-article-avatar img {
    width: 42px;
    height: 42px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid rgba(232, 78, 14, 0.20);
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}

.new-article-time p {
    color: var(--Status-Grey, #57585A);
    /* Baloo/Regular/14 */
    font-family: "Baloo 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
    align-self: stretch;
}

.new-article-info {
    width: 80%;
    display: flex;
    flex-direction: column;
}

.page-item .page-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #d1d5db; /* gray-300 */
    color: #6b7280; /* gray-600 */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-weight: 500;
}

    .page-item .page-link:hover {
        background-color: #f97316; /* orange-500 */
        border-color: #f97316;
        color: white;
        font-weight: 500;
    }

.page-item.active .page-link {
    background-color: #f97316; /* orange-500 */
    border-color: #f97316;
    color: white;
    font-weight: 500;
}

.pagination {
    gap: 10px;
}

.page-item a svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.comment-list-item {
    height: auto;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #D8D4CE;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.comment-info {
    border-radius: 10px;
    padding: 20px;
    width: 20%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(0deg, var(--main-yellow-10, rgba(232, 78, 14, 0.10)) 0%, var(--main-yellow-10, rgba(232, 78, 14, 0.10)) 100%), #FFF;
}

.ava-comment {
    object-fit: cover;
    width: 64px !important;
    height: 64px !important;
    border-radius: 999px;
}

.comment-list-item-nametime {
    border-bottom: 1px solid #D8D4CE;
}

.comment-list-item-name a{
    font-weight: bold;
    color: #E84E0E;
}
.modal-content {
    border-radius: 8px;
    padding: 10px;
    text-align: center;
}

.modal-title {
    font-size: 24px;
    font-weight: bold;
}

.modal-body {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.modal-footer .btn-primary {
    background-color: #ff5722; /* Màu cam giống hình */
    border: none;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
}

    .modal-footer .btn-primary:hover {
        background-color: #e64a19;
    }

.modal-footer .signup-link {
    color: #ff5722;
    text-decoration: none;
    font-size: 14px;
}

    .modal-footer .signup-link:hover {
        text-decoration: underline;
    }

.comment .btn-signin {
    width: 240px;
    height: 50px;
}
@media (max-width: 991px) {
    .post-interact {
        flex-direction: column;
    }

    .social {
        width: 30% !important;
    }

    .post-like-tag {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .social {
        width: 40% !important;
    }

    .post-like-tag {
        width: 100% !important;
    }
}

@media (max-width: 575px) {
    .social {
        width: 40% !important;
    }

    .post-like-tag {
        width: 100% !important;
    }

    .document-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .publishedtime {
        font-size: 14px !important;
    }

    .categoryname {
        font-size: 14px !important;
    }
}

@media (max-width: 467px) {
    .social {
        width: 50% !important;
    }

    .post-like-tag {
        width: 100% !important;
    }
}
@media (max-width: 495.88px) {
    .breadcrumb-name {
        margin: 0 !important;
    }
}




/*.gap-30 {
    gap: 30px!important;
}
.w-30 {
    width: 30% !important;
}
.p-20 {
    padding: 20px;
}
.col-right {
    display: flex;
    flex-direction: column;
    gap: 32px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    height: fit-content;
}
.col-right-item1 {

}
.col-right-item1 img {
    width: 100%;
    border-radius: 10px;
}
.prominent-member {
    color: var(--Status-Black, #000);*/
    /* Baloo/Bold/18 */
    /*font-family: "Baloo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;*/ /* 144.444% */
    /*text-align: left;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--Status-Border, #D8D4CE);
}
.prominent-member-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.prominent-member-item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.prominent-member-avatar img {
    width: 42px;
    height: 42px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid rgba(232, 78, 14, 0.20);
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.prominent-member-info {
    display: flex;
    flex-direction: column;
}
.prominent-member-name {
    color: var(--Status-Black, #000);*/
    /* Baloo/Regular/16 */
    /*font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;*/ /* 150% */
/*}
.prominent-member-count-status p{
    color: var(--Main-Yellow, #E84E0E);
    text-align: center;*/
    /* Baloo/Regular/16 */
    /*font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;*/ /* 150% */
/*}

.new-article {
    color: var(--Status-Black, #000);*/
    /* Baloo/Bold/18 */
    /*font-family: "Baloo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;*/ /* 144.444% */
    /*padding-bottom: 16px;
    border-bottom: 1px solid var(--Status-Border, #D8D4CE);
}
.new-article-list {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
.new-article-item {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.new-article-name {
    overflow: hidden;
    color: var(--Status-Black, #000);
    text-overflow: ellipsis;*/
    /* Baloo/Regular/16 */
    /*font-family: "Baloo 2";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;*/ /* 150% */
    /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
}
.new-article-avatar img{
    width: 42px;
    height: 42px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 1px solid rgba(232, 78, 14, 0.20);
    background: url(<path-to-image>) lightgray 50% / cover no-repeat;
}
.new-article-time p {
    color: var(--Status-Grey, #57585A);*/
    /* Baloo/Regular/14 */
    /*font-family: "Baloo 2";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;*/ /* 128.571% */
    /*align-self: stretch;
}
.new-article-info {
    display: flex;
    flex-direction: column;
}
.banner-title2 {
    max-width: 100% !important;
    color: var(--Background, #EFEFEF);
    font-family: "Baloo 2",sans-serif;
    font-size: 42px !important;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: "▸";*/ /* Ký tự tam giác đen */
    /*color: black;*/ /* Màu đen */
    /*font-size: 19px;*/ /* Tăng kích thước */
    /*font-weight: bold;*/ /* Làm đậm nếu cần */
    /*display: inline-block;
}

.breadcrumb .breadcrumb-item a {
    color: var(--Black, #000);
    text-align: center;
    font-family: "Baloo 2",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.breadcrumb .breadcrumb-item a:hover {
    color: red;
}

.new-post-detail {
    background: #F5F5F3;
}

.post-main {
    --bs-gutter-x: 4rem !important;
}*/

/* col-left */
/*.left-col {

}

.left-col div div p iframe{
    width: 100% !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
}
.content {
    padding: 20px;
}
.tags {
    font-size: 14px;
    color: #666;
    display: flex;
    gap: 20px;
}
.tags a {
    color: #666;
    text-decoration: none;
}
.tags a:hover {
    text-decoration: underline;
}

.post-like a{
    display: flex;
    align-items: center;
}

.social-icon-like {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    width: 36px;
    border-radius: 99px;
    border: 0.5px solid var(--Black, #000);
    background: var(--White, #FFF);
}

.social-icons {
    display: flex;
    gap: 20px;
    align-items: center !important;
}

.social-icons a {
    color: #666;
    margin-right: 10px;
}
.social-icons a:hover {
    color: #000;
}

.social-icon-elements {
    display: flex;
    justify-content: end;
    align-items: normal;
    height: 36px;
    width: 36px;
    border-radius: 99px;
    border: 0.5px solid var(--Black, #000);
    background: var(--White, #FFF);
}

.mt--24 {
    margin-top: 24px !important;
}

.like-comment {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 20px;
}
.like-comment i {
    margin-right: 5px;
}
.bookmark {
    float: right;
    color: #d9534f;
}
.bookmark:hover {
    color: #c9302c;
}

.forum-name {
    color: var(--Status-Black, #000);*/
    /* Baloo/Bold/24 */
    /*font-family: "Baloo 2";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;*/ /* 133.333% */
/*}

.tag1 {
    background-color: rgba(224, 172, 0, 0.10);
    display: flex;
    width: 28px;
    justify-content: center;
    align-items: center;
    padding: 6px;
}

.tag2 {
    background-color: rgba(237, 28, 36, 0.10);
    display: flex;
    width: 36px;
    justify-content: center;
    align-items: center;
    padding: 8px;
}

.tag-title {
    color: var(--Black, #000);
    font-family: "Baloo 2",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.tag-elements {
    color: var(--Black, #000);
    font-family: "Baloo 2",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.post-overview {
    color: var(--Black, #000);
    font-family: "Baloo 2";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.post-content p {
    margin-bottom: 24px !important;
    text-align: start !important;
}

.post-content p span span a span img {
    width: 100% !important;
    height: auto !important;
}

.post-content p span span strong {
    color: var(--Black, #000);
    text-align: justify;
    font-family: "Baloo 2",sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.post-content p strong span span em span {
    font-weight: bold !important;
}

.post-content p span span span img {
    height: auto !important;
    width: 100% !important;
}

.post-content p span span strong em span {
    font-weight: bold !important;
}

.post-content p span span span{
    color: var(--Black, #000) !important;
    font-family: "Baloo 2",sans-serif !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: normal !important;
}

.post-content p span span strong span {
    font-weight: bold !important;
}

.post-content p span span a span{
    color : #0c63e4 !important;
    font-size: 16px !important;
}

.post-content p span span em span {
    font-weight: bold !important;
}

.post-content p span span span img {
    width: 100% !important;
}

.pdf-container iframe {
    width: 100%;
    height: 800px;
}*/

/* col-right */
/*.left-post-container {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
    background-color: white;
    padding: 30px;
    top: 20px;
    border: 1px solid #ddd;
}*/

/* Search Box */
/*.search-box {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    overflow: hidden;
    height: 56px;
}

.search-box input {
    flex: 1;*/
    /*padding: 10px;*/
    /*border: none;
    outline: none;
}

.search-box button {
    background: white;
    border: none;
    padding: 10px;
    cursor: pointer;
}
.fa-search:before {
    color: #808080;
}*/

/* Recent Posts */
/*.recent-post-title {
    border-bottom: 1px solid #D8D4CE;
}
.recent-post-title h3 {
    color: var(--Black, #000);
    font-family: "Baloo 2",sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.recent-posts h3,
.tags h3,
.categories h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px !important;
    border-bottom: 2px solid #D8D4CE;
    height: 49px !important;
}
.recent-posts{
    display: flex;
    gap:24px;
    flex-direction: column;
}
.post-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.post-item img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    max-width: none !important;
}

.post-info {
    display: flex;
    flex-direction: column;
    gap:10px;
}

.post-title {
    font-size: 18px;
    font-weight: 700;
    color:black;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-date {
    font-size: 16px;
    color: gray;
}*/

/* comment */
/*.comment-card {
    margin-top: 20px;
    border-top: 1px solid #D8D4CE;
    border-bottom: 1px solid #D8D4CE;
}

.comment-title {
    color: black;
    font-family: "Baloo 2",sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 20px 0;
}

.comment-box {
    width: 100%;
    background: white !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 20px !important;
    height: 80px !important;
    margin-bottom: 20px;
    font-size: 18px;
}
.send-button {
    background-color: red;
    color: white;
    display: flex;
    padding: 14px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: none;
    font-family: "Baloo 2",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}*/

/* list-comment */

/*.comment-list-item {
    border-bottom: 1px solid #D8D4CE;
    flex-direction: column;
}

.comment-list-item-nametime {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.comment-list-item-name {
    color: black !important;
    font-family: "Baloo 2",sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
}

.comment-list-item-name a {
    color: black !important;
}

.comment-list-item-des {
    color: black;
    font-family: "Baloo 2",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text-muted {
    color: #666;
    font-family: "Baloo 2",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}*/

/* the earth */
/*.view-all {
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #D8D4CE;
    color: #000 !important;
    font-family: "Baloo 2",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    display: inline-block;
}

.view-all:hover {
    background: var(--color-primary);
    color: #fff !important;
}

.pagination {
    margin-bottom: 0px !important;
    display: flex;
    justify-content: start;
    list-style: none;
    padding: 0;
}

.page-item {
    margin: 0 5px;
}

.page-link {
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black-60, rgba(0, 0, 0, 0.50));
    text-align: center;
    font-family: "Baloo 2",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-link:hover {
    color: #E84E0E;
}

.page-item.active .page-link {
    background-color: red;
    color: white;
    border: none;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: not-allowed;
}

#postCommentInput {
    padding: 20px;
    width: 100%;
    height: 80px;
    background-color: white;
    color: #666;
    text-align: justify;
    font-family: "Baloo 2",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#btnSubmitPostComment {
    border-radius: 0px !important;
}

#comment-area {
    border-bottom: 1px solid #D8D4CE;
    margin: 20px 0;
}

#commentTitle {
    border-top: 1px solid #D8D4CE;
}

.video-player-wrapper {
    position: relative;
}

.video-player-wrapper video {
    width: 100%;
    height: 100%;
}*/

/* Nút Play lớn ở giữa */
/*.plyr__control--overlaid {
    background-color: #ff5733 !important;
    color: white !important;
}*/

/* Nút Play/Pause nhỏ ở thanh điều khiển */

/* Thanh thời gian */
/*.plyr__progress input[type=range] {
    color: #E84E0E !important;*/ /* Màu của phần đã xem */
/*}*/

/* Thanh thời gian buffer */
/*.plyr__progress__buffer {
    background-color: #e0e0e0 !important;
}*/

/* Thanh thời gian đã xem */
/*.plyr__progress__filled {
    background-color: #E84E0E !important;
}*/

/* Hover các nút control */
/*.plyr__control:hover {
    background-color: #E84E0E !important;
}*/

/* Tùy chỉnh màu icon nếu cần */
/*.plyr__control svg {
    fill: white !important;
}

.plyr__volume input[type=range]{
    color: #E84E0E !important;
}


@media screen and (max-width: 768px){
    .post-main {
        flex-direction: column;
    }

    .post-main .col-md-8 {
        width: 100% !important;
    }

    .post-name {
        color: var(--Black, #000);
        font-family: "Baloo 2",sans-serif;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .post-overview {
        color: var(--Black, #000);
        font-family: "Baloo 2",sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .post-content {
        color: var(--Black, #000);
        font-family: "Baloo 2",sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .pdf-container iframe {
        width: 100%;
        height: 510px;
    }

    .post-content p{
        text-align: start !important;
    }

    .post-main .col-md-4 {
        width: 100% !important;
    }

    #pagination {
        margin-bottom: 40px !important;
    }
}*/




