﻿/* detail news */

.detail-news {
    background: linear-gradient(180deg, rgb(228 233 231) 0%, rgb(203 221 214) 100%);
}

    .detail-news .container {
        padding: 10px 0;
    }

.detail-news-title .icon {
    line-height: 100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--default-color-3);
    margin-right: 11px;
    /* display: none; */
    padding: 2px;
}

    .detail-news-title .icon img {
        width: 100%;
        height: 100%;
    }

.detail-news-title {
    margin: 0;
    font-size: 28px;
    color: #2c2c2c;
    font-family: 'interSB';
    line-height: 150%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
    color: #04a93a;
    padding-bottom: 8px;
    border-bottom: 1px solid #33333317;
}

.detail-news-bottom {
    overflow: hidden;
    padding: 40px 0;
}

    .detail-news-bottom .my-left {
        width: calc(100% - 320px);
        float: left;
        border-radius: 10px;
        padding-right: 45px;
    }

    .detail-news-bottom .my-right {
        width: 420px;
        float: right;
        padding: 0 24px;
    }

.detail-news-wrap {
    padding-bottom: 28px;
}

.detail-news-author {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

    .detail-news-author .author-img {
    }

        .detail-news-author .author-img img {
        }

    .detail-news-author .author-content {
        /* padding-left: 12px; */
    }

        .detail-news-author .author-content h3 {
            margin: 0;
            color: #212529;
            font-weight: 100;
            font-size: 17px;
            margin-bottom: 5px;
        }

        .detail-news-author .author-content span {
            color: #2c2c2cad;
            font-size: 13px;
            display: block;
            position: relative;
            display: flex;
            align-items: center;
            padding-left: 12px;
            line-height: 100%;
        }

            .detail-news-author .author-content span::before {
                content: '';
                width: 5px;
                height: 5px;
                background-color: #17c934;
                position: absolute;
                border-radius: 50%;
                left: 0px;
                top: 4px;
            }

.detail-news-wrap .descript {
    margin-top: 30px;
    font-size: 17px;
    color: #2c2c2cc9;
    margin-bottom: 20px;
    line-height: 154%;
}

.detail-news-wrap .img {
    border-radius: 10px;
    overflow: hidden;
    display: none;
}

    .detail-news-wrap .img img {
        height: auto !important;
        width: 100% !important;
    }

.detail-news-wrap .p-details {
    font-size: 16px;
    margin-top: 24px;
    color: #333333d1;
    line-height: 166%;
    line-height: 159%;
}

.detail-news-wrap .social {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #33333317;
    padding-top: 20px;
}

.detail-news-title.vb-title {
    margin-bottom: 5px;
}

.detail-news-wrap .social .item {
    position: relative;
    border: 1px solid #505050;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    border-radius: 10px;
    color: #505050;
    transition: all ease .2s;
    cursor: pointer;
    font-size: 13px;
}

    .detail-news-wrap .social .item .fb-share-button span {
        width: 100% !important;
        height: 100% !important;
    }

    .detail-news-wrap .social .item .fb-share-button iframe {
        width: 100% !important;
        height: 100% !important;
    }

    .detail-news-wrap .social .item .fb-share-button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        opacity: 0;
    }

    .detail-news-wrap .social .item a {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
    }

.detail-news-wrap .social .popup.show {
    opacity: 1;
    transform: translateY(0);
}

.detail-news-wrap .social .popup {
    position: absolute;
    top: 117%;
    pointer-events: none;
    white-space: nowrap;
    background-color: #2c2c2c17;
    color: #333c;
    font-size: 14px;
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
    padding: 4px 10px;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
    transform: translateY(15px);
}

.detail-news-wrap .social .item:hover {
    background-color: #505050;
    color: #fff;
}

.detail-news-wrap .social h3 {
    margin: 0;
    font-size: 13px;
    color: #505050;
    font-weight: 100;
    margin-bottom: 9px;
    margin-top: 4px;
}

.detail-news-wrap .social-list {
    display: flex;
}




.same-cate {
}


.same-cate-title {
    margin: 0;
    font-size: 26px;
    color: var(--default-color-1);
    padding-bottom: 8px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    font-family: 'interSB';
    font-weight: 100;
    position: relative;
    text-align: left;
}

    .same-cate-title::before {
        content: '';
        position: absolute;
        width: 45px;
        height: 3px;
        border-radius: 55px;
        background-color: #e50d4742;
        bottom: 0;
    }



.detail-news-bottom .my-right .list a:hover {
    background-color: var(--default-color-2);
    color: #fff;
}


.detail-news-bottom .my-right .list-tag {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: unset;
    display: none;
}

    .detail-news-bottom .my-right .list-tag h3 {
        margin: 0;
        font-size: 14px;
        color: #505050;
        font-family: geoM;
        font-weight: normal;
    }

.detail-news-bottom .my-right .list {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
}

    .detail-news-bottom .my-right .list a {
        font-size: 14px;
        color: #505050;
        background-color: #f2f2f2;
        padding: 6px 16px;
        border-radius: 55px;
        display: block;
        margin: 5px 0;
        transition: all ease .3s;
    }


.my-side-news .side-news-item {
    /* padding: 15px; */
    margin: 20px 0;
    border: 1px solid #F2F2F2;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}

    .my-side-news .side-news-item .content {
        padding: 0 15px;
        max-height: 500px;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .my-side-news .side-news-item .title {
        margin: 0;
        font-family: 'interSB';
        font-weight: 100;
        font-size: 17px;
        color: #fff;
        padding: 10px 12px;
        border-bottom: 1px solid #F2F2F2;
        text-transform: capitalize;
        background-color: var(--default-color-1);
    }



.side-news-link:first-child {
}

.side-news-link:hover h3 {
}

.side-news-link {
    display: flex;
    padding: 12px 0;
    border-bottom: 1px solid #0046971c;
    transition: 0.8s cubic-bezier(.3,2.2,.3,1);
    =: center;
    align-items: center;
}

    .side-news-link:hover h3 {
        color: var(--default-color-1);
    }

    .side-news-link .img {
        width: 80px;
        height: 70px;
        border-radius: 3px;
        overflow: hidden;
    }

        .side-news-link .img img {
        }

    .side-news-link:hover {
    }

        .side-news-link:hover span {
            transform: translateX(6px);
        }

        .side-news-link:hover h3 {
        }


    .side-news-link img {
    }

    .side-news-link .index {
        background-color: var(--default-color-1);
        height: fit-content;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        color: #fff;
        font-size: 12px;
        transition: 0.8s cubic-bezier(.3,2.2,.3,1);
    }

    .side-news-link:last-child {
        border: none;
        /* padding-bottom: 0; */
    }

    .side-news-link h3 {
        margin: 0;
        font-size: 16px;
        flex: 1;
        color: #2c2c2c;
        font-weight: 100;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        padding-left: 11px;
        line-height: 24px;
        transition: 0.8s cubic-bezier(.3,2.2,.3,1);
        height: fit-content;
    }


.side-news-item.download {
}

    .side-news-item.download img {
        width: 22px;
    }

    .side-news-item.download a {
        align-items: center;
        padding: 18px 0 !important;
    }

        .side-news-item.download a:hover h3 {
            text-decoration: underline;
        }

        .side-news-item.download a h3 {
            color: var(--default-color-4);
            margin-left: 5px;
            padding: 0;
            transform: translateX(0) !important;
        }

.side-news-link.down {
    flex-direction: column;
    user-select: none;
    padding: 12px 0;
}

    .side-news-link.down h3 {
        padding: 0;
        color: #2c2c2c !important;
    }

    .side-news-link.down a {
    }

    .side-news-link.down .bot-options {
        display: flex;
        align-items: center;
        margin-top: 6px;
    }

    .side-news-link.down .options-item:first-child {
        margin-left: 0;
    }

    .side-news-link.down .options-item:hover {
        text-decoration: underline;
    }

    .side-news-link.down .options-item {
        cursor: pointer;
        font-size: 14px;
        color: var(--default-color-4);
        margin: 0 5px;
    }



.vanban-filter {
    margin-bottom: 43px;
}

.vanban-filter-item {
    display: flex;
    align-items: center;
}

    .vanban-filter-item h3 {
        margin: 0;
        color: var(--default-color-1);
        font-size: 18px;
        margin-right: 30px;
        font-family: geoM;
        font-weight: 100;
    }

    .vanban-filter-item .input {
        flex: 1;
        border: 1px solid #33333329;
        border-radius: 5px;
        position: relative;
        display: flex;
        align-items: center;
        padding: 10px 20px;
        user-select: none;
        cursor: pointer;
    }

        .vanban-filter-item .input.show::before {
            transform: rotate(180deg);
        }

        .vanban-filter-item .input::before {
            right: 15px;
            content: "\f078";
            position: absolute;
            font-family: FontAwesome;
            color: var(--default-color-1);
            font-size: 14px;
            transition: 0.8s cubic-bezier(.3,1.8,.3,1);
        }

        .vanban-filter-item .input span {
            color: #333;
            font-size: 15px;
        }

        .vanban-filter-item .input.show .drop {
            opacity: 1;
            pointer-events: all;
            transform: translateY(0);
        }

        .vanban-filter-item .input .drop {
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            background-color: #fff;
            z-index: 2;
            border-radius: 5px;
            border: 1px solid #33333329;
            pointer-events: none;
            opacity: 0;
            transform: translateY(10px);
            transition: 0.6s cubic-bezier(.3,2.2,.3,1);
            box-shadow: 0 0 10px 0 #3333332e;
        }

        .vanban-filter-item .input .drop-item {
            color: #333;
            font-size: 16px;
            padding: 12px 12px;
            transition: all linear .2s;
            cursor: pointer;
        }

            .vanban-filter-item .input .drop-item:hover {
                background-color: #f2f2f2;
                color: var(--default-color-1);
            }

.vanban-filter-btn {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.vanban-filter-count {
    color: #333;
    font-size: 15px;
    font-family: sfm;
    margin-bottom: 8px;
    display: block;
}

.vanban-filter-btn a {
    margin: 10px 5px;
    font-size: 16px;
    border-radius: 5px;
    padding: 8px 18px;
    transition: all linear .2s;
}

    .vanban-filter-btn a:first-child:hover {
        background-color: transparent;
        color: var(--default-color-1);
    }

    .vanban-filter-btn a:last-child:hover {
        background-color: transparent;
        color: var(--default-color-2);
    }

    .vanban-filter-btn a:hover {
    }

    .vanban-filter-btn a:first-child {
        color: #fff;
        background-color: var(--default-color-1);
        border: 1px solid var(--default-color-1);
    }

    .vanban-filter-btn a:last-child {
        color: #fff;
        background-color: var(--default-color-2);
        border: 1px solid var(--default-color-2);
    }

.side-news-cate {
    margin-bottom: 20px;
}

    .side-news-cate .cate-title {
        font-family: 'interM';
        color: var(--default-color-1);
        font-size: 17px;
        margin-top: 0;
        font-weight: 100;
    }

    .side-news-cate a:hover {
        background-color: var(--default-color-1);
        color: #fff;
    }

    .side-news-cate a {
        margin: 0;
        font-weight: 100;
        font-family: 'geoR';
        font-weight: 100;
        color: #444;
        font-size: 16px;
        background-color: #eff8ff;
        border-radius: 3px;
        margin-bottom: 10px;
        padding: 13px 18px;
        transition: all .3s;
    }

/*RS*/
@media(max-width:1023px) {

    .detail-news-bottom .my-left,
    .detail-news-bottom .my-right {
        width: 100%;
        float: unset;
        padding: 0;
    }

    .detail-news-bottom .my-left {
        padding: 20px;
        margin-bottom: 20px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {

    .detail-news-title {
        font-size: 18px;
        margin-bottom: 15px;
        padding-bottom: 6px;
    }

    .side-news-link h3 {
        font-size: 14px;
    }

    .same-cate-title::before {
        width: 39px;
        height: 3px;
        bottom: 10px;
    }

    .same-cate-title {
        margin-bottom: 20px;
    }

    .detail-news-wrap {
        padding-bottom: 15px;
    }

    .detail-news .container {
        padding: 20px 0;
    }

    .detail-news-bottom {
        padding-top: 0;
        padding-bottom: 0;
    }

    .detail-news-title .icon {
        /* display: none; */
        margin-right: 5px;
    }


    .my-news-breadcum .slug {
        font-size: 11px;
    }

        .my-news-breadcum .slug p {
            font-size: 8px;
            margin: 0 4px;
        }



    .detail-news-wrap .p-details {
        font-size: 14px;
        margin-top: 18px;
    }

    .detail-news-author .author-content span {
        font-size: 12px;
    }

    .detail-news-wrap .social {
        padding-top: 10px;
    }

    .detail-news-bottom .my-left {
        padding: 0;
    }

    .my-side-news .side-news-item:last-child {
        margin-bottom: 0;
    }

    .detail-news-wrap .descript {
        font-size: 15px;
    }
}
