﻿:root {
    --main-background: var(--maincolor2);
    --main-color: var(--maincolor2);
}
.forum, .listpost {
    background: #fff;
    margin-bottom: 10px;
}

    .forum .subForum {
        border-bottom: 1px solid #eee;
        padding: 12px 20px;
    }

    .listpost .subForum {
        border-bottom: 1px solid #eee;
        padding: 12px;
    }

.subForum a {
    color: var(--main-color);
}

.forum .head {
    background: var(--main-background);
    color: #fff;
    padding: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

    .forum .head a {
        color: #fff;
    }

.forum .listForum, .listpost {
    border: 1px solid #eee;
    border-top: 0;
    border-bottom: 0;
}

    .forum .listForum .des, .listpost .des, .forum .subForum .des {
        margin-top: 5px;
        font-size: 12px;
        color: #999;
        background: unset;
        width: unset;
        height: unset;
        border-radius: unset;
    }

        .forum .listForum .des b {
            color: #000;
        }

    .forum .listForum .title, .listpost .title {
        position: relative;
        top: 5px;
        color: var(--main-color);
        font-size: 15px;
        font-weight: normal;
    }

    .forum .icon, .listpost .icon {
        width: 40px;
        height: 40px;
        float: left;
        margin-right: 20px;
    }

    .forum .titlepost, .listpost .titlepost {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 350px;
        color: var(--main-color);
    }

#crumbs ul {
    list-style: none;
    display: inline-flex;
    width: 100%;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}

    #crumbs ul li {
        display: inline;
    }

        #crumbs ul li a {
            display: block;
            float: left;
            height: 25px;
            background: #fff;
            text-align: center;
            padding: 3px 9px 0 28px;
            position: relative;
            margin: 0 10px 0 0;
            font-size: 14px;
            text-decoration: none;
            color: var(--main-color);
            white-space: nowrap;
        }

            #crumbs ul li a:after {
                content: "";
                border-top: 13px solid transparent;
                border-bottom: 12px solid transparent;
                border-left: 20px solid #fff;
                position: absolute;
                right: -20px;
                top: 0;
                z-index: 1;
            }

            #crumbs ul li a:before {
                content: "";
                border-top: 13px solid transparent;
                border-bottom: 12px solid transparent;
                border-left: 20px solid #eee;
                position: absolute;
                left: 0;
                top: 0;
            }

        #crumbs ul li:first-child a:before {
            display: none;
        }

        #crumbs ul li:last-child {
            width: 100%;
        }

            #crumbs ul li:last-child a {
                padding-right: 80px;
            }

                #crumbs ul li:last-child a:after {
                    display: none;
                }

        #crumbs ul li a:hover {
            background: var(--main-color);
            color: #fff;
        }

            #crumbs ul li a:hover:after {
                border-left-color: var(--main-color);
                color: #fff;
            }

.sidebar .blockInfoUser {
    background: #fff;
    padding: 10px;
}

    .sidebar .blockInfoUser .desuser {
        font-size: 12px;
    }

    .sidebar .blockInfoUser .username {
        color: var(--main-color);
    }

    .sidebar .blockInfoUser .avatar {
        width: 80px;
        height: 80px;
        float: left;
        margin-right: 10px;
        object-fit: cover;
    }
.detailComment {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
    min-height: 216.2px;
    position: relative;
    padding-bottom: 80px;
}

    .detailComment iframe {
        width: 100%;
    }
.pagination-container{
    margin-bottom: 20px;
}
.pagination .active a {
    background: var(--main-color);
    color: #fff;
    padding: 2px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
}

.pagination a {
    border: 1px solid var(--main-color) !important;
}

.listUserLike {
    display: none;
    text-align: right;
    border: 1px solid #b3efe0;
    padding: 5px;
    width: 100%;
}

.bdv_native_container, .bdv_native_box, .bdv_native_img, .bdv_native_txt_container {
    width: 100% !important;
    min-width: 100% !important;
    height: unset !important;
}

    .bdv_native_img img {
        width: 99% !important;
        min-width: 99% !important;
    }

.partner {
    display: none;
}

.detailPost .avatar {
    width: 100%;
}

.detailPost .infouser {
}

.detailPost img {
    max-width: 100%;
}


@media (max-width: 767px) {
    .detailPost .avatar {
        float: left;
        margin-right: 10px;
        width: 50px;
        display: unset;
    }

    .detailPost .des1 {
        position: absolute;
        left: 85px;
        top: 5px;
    }

    .detailPost .infouser {
        border-bottom: 1px solid #eee;
    }

    .detailComment {
        min-height: unset;
        overflow: hidden;
    }
}
