﻿/*
* Browsers: last 4 version
*/
.mobile {
    display: none;
}

section img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    clear: both;
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.p-side-right.list-side-bar-minibanner a.side-img.p-side-item {
    margin-bottom: 15px;
}

/* no data*/
.no-data {
    color: #333;
    padding-top: 17px;
    font-size: 16px;
    padding-bottom: 20px;
    display: block;
    opacity: .8;
    margin-left: 10px;
}

/*show page*/

.pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    margin: 30px 0;
    justify-content: center;
    flex-wrap: wrap;
}

    .pager span {
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        user-select: none;
        -ms-flex-pack: center;
        border-radius: 5px;
        justify-content: center;
        border: var(--default-color-1);
        color: #fff;
        background-color: var(--default-color-1);
        margin: 0 5px;
    }

.home-cate-wrap .pager a, .home-cate-wrap .pager span {
    width: max-content;
    padding: 6px 12px;
    height: auto;
    margin: 5px;
}

.pager a {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    border-radius: 5px;
    -ms-flex-align: center;
    color: var(--default-color-1);
    align-items: center;
    user-select: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--default-color-1);
    margin: 5px;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

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

.p-banner {
    position: relative;
    width: 100%;
    height: 400px;
    user-select: none;
}

    .p-banner img {
        position: absolute;
        top: 0;
        left: 0;
    }

.p-banner-container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .5;
    z-index: 1;
}

.p-banner-content {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 100%;
    flex-wrap: wrap;
}

    .p-banner-content a {
        color: #fff;
        margin: 0 5px;
        transition: all linear .3s;
        font-size: 20px;
        padding: 10px 0;
    }

        .p-banner-content a:hover {
            color: var(--default-color-4);
        }

    .p-banner-content .icon:hover {
        color: var(--default-color-4);
    }

    .p-banner-content .icon {
        margin: 0 5px;
        transition: all linear .2s;
    }

    .p-banner-content span {
        font-size: 24px;
        display: block;
        margin: 0 5px;
        font-family: 'Lexen';
        color: #fff;
        line-height: 100%;
        text-align: center;
        line-height: 31px;
    }

.p-banner img {
    width: 100%;
    height: 100%;
}

/*list tag*/
.list-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .list-tag i {
        padding-right: 3px;
    }

.p-title {
    margin: 0;
    position: relative;
    font-family: 'SFM';
    width: 100%;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1.32px;
    color: var(--default-color-4);
}

.p-container {
    overflow: hidden;
}

.title-side-new-home {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 0px 20px 0px 0px;
    background: linear-gradient(100deg, #b51b14 5.71%, #f1463e 88.22%);
    position: relative;
    z-index: 1;
    bottom: -1px;
    border-radius: 50px 20px 0 50px;
}

.RightLinkNewInfoHome a {
    color: #FFF;
    text-align: justify;
    font-family: SFProDisplayR;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 22.5px */
    width: 115px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 31px;
    background: #c51010;
    box-shadow: 0px 1px 4px 0px rgba(124, 134, 159, 0.25);
}

.RightLinkNewInfoHome {
}

.WSideNewTopInfor {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    border-bottom: 2px solid #c3251e;
    border-radius: 50px 0 0 50px;
}

.DecorSvgBack {
    position: absolute;
    left: 144px;
    bottom: -5px;
    z-index: 0;
}

.LeftInfoSideNewHome {
    position: relative;
}

    .LeftInfoSideNewHome:before {
        content: "";
        position: absolute;
        background: url(/Design/img/DangUyHamHiem/vector-bua-liem.png) no-repeat;
        background-size: cover;
        left: 7px;
        top: 4px;
        width: 46px;
        height: 80%;
        z-index: 2;
    }

    .LeftInfoSideNewHome:after {
        content: "";
        position: absolute;
        background: linear-gradient(100deg, #b51b14 5.71%, #f1463e 88.22%);
        background-size: cover;
        left: -3px;
        top: -7px;
        width: 62px;
        height: 62px;
        z-index: 1;
        border-radius: 50%;
    }

.p-side-left {
    width: 74.2%;
    float: left;
}

    .p-side-left .wrap {
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
    }

        .p-side-left .wrap:last-child {
            padding-top: 22.86px;
            display: grid;
            grid-auto-rows: minmax(min-content,max-content);
            grid-template-columns: repeat(2,minmax(0,1fr));
            column-gap: 18px;
            row-gap: 18px;
            align-items: unset;
        }

            .p-side-left .wrap:last-child .p-news-type_2 .img {
                height: 225px;
            }

.p-side-right {
    float: right;
    width: 305px;
}

.p-news-type_1 {
    border-bottom: 1px dashed #A0BBCA;
    padding-bottom: 17px;
}

.imgNewRightItem {
    overflow: hidden;
    border-radius: 5px;
}

.contentNewRight h6.WCateNewHotRightHomeWrap {
    margin: 0;
}

.home-top-left a:nth-child(1) h6.WCateNewHotRightHomeWrap {
    margin-top: 13px;
}

.p-news-type_1:hover img {
    transform: scale(1.03);
}

.p-news-type_1 .title {
    margin: 0;
    color: var(--default-color-4);
    font-family: sfB;
    font-size: 17px;
    line-height: 25.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 10px;
    display: -webkit-box;
    transition: all linear .2s;
    height: 51px;
}

.p-news-type_1:hover .title {
    color: #c51010;
}

.p-news-type_1:first-child .title {
    margin-top: 0;
}

.p-news-type_1:last-child {
    padding-bottom: 0;
    border: none;
}

.p-news-type_1 .content {
    display: flex;
    margin-top: 7px;
    align-items: center;
}

.p-news-type_1 .img {
    width: 139px;
    height: 95px;
    border-radius: 5px;
    overflow: hidden;
}

    .p-news-type_1 .img img {
        transition: all ease .2s;
    }

.p-news-type_1 .descript {
    flex: 1;
    font-size: 15px;
    color: #4D4D4D;
    line-height: 22.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding-left: 13px;
}

.home-top-left a:nth-child(1) span.descript {
    display: none;
}

.home-top-left a:nth-child(2) span.descript {
    color: #4D4D4D;
    margin-top: 10px;
    font-family: InterR;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 18.2px */
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.p-news-type_1_big {
}

    .p-news-type_1_big:hover img {
        transform: scale(1.02);
    }

    .p-news-type_1_big:hover .title {
        color: var(--default-color-2);
    }

    .p-news-type_1_big .img {
        height: 340px;
        border-radius: 5px;
        overflow: hidden;
    }

.imgNewRightItem img {
    width: 100%;
    height: 210px;
    border-radius: 5px;
    transition: all .3s;
    overflow: hidden;
}

.contentNewRight h3.title {
    color: #4D4D4D;
    font-family: InterB;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    height: auto;
    margin-top: 2px;
}

.WDateNewHome {
    display: flex;
}

.WViewNewHome {
    display: flex;
    margin-left: 15.48px;
    display: none;
}

.WDateViewNewHome {
    display: flex;
    color: #797978;
    font-family: 'InterR';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.688%; /* 18.029px */
    margin-top: 10px;
}

.WDateNewHome span {
    margin-left: 4px;
}

.WViewNewHome span {
    margin-left: 4px;
}

.p-news-type_1_big .img img {
    transition: all linear .2s;
}

.p-news-type_1_big .content {
}

.p-news-type_1_big:hover .content .title {
    color: #c51010;
}

.p-news-type_1_big .content .title {
    margin: 0;
    color: #565656;
    font-family: 'InterB';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all linear .2s;
    height: auto;
}

.p-news-type_1_big .content .descript {
    color: #4D4D4D;
    font-family: 'InterR';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 19.5px */
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 6px;
    display: -webkit-box;
}

/*news type 2*/

.p-news-type_2 {
}

    .p-news-type_2:hover img {
        transform: scale(1.02);
    }

    .p-news-type_2:hover .content .title {
        color: #c51010;
    }

    .p-news-type_2 .content span.descript {
        color: #4D4D4D;
        font-family: 'InterR';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 19.5px */
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        height: auto;
        margin-top: 8px;
    }

    .p-news-type_2 .img {
        border-radius: 7px;
        overflow: hidden;
        height: 170px;
        transition: all .3s;
    }

        .p-news-type_2 .img img {
            transition: all linear .2s;
        }

    .p-news-type_2 .content {
    }

        .p-news-type_2 .content .title {
            margin: 0;
            color: #4D4D4D;
            font-family: 'InterB';
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 156%; /* 21px */
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-top: 3px;
            transition: all linear .2s;
            height: auto;
        }

.p-side-right {
}

.p-side-read {
}

.p-side-title {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 36px;
    padding-left: 65px;
    position: relative;
    background: linear-gradient(100deg, #b51b14 5.71%, #f1463e 88.22%);
    border-radius: 0 14px 0 0;
}

    .p-side-title img {
    }

.side-pic .p-side-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0;
    background: linear-gradient(100deg, #b51b14 5.71%, #f1463e 88.22%);
    position: relative;
    z-index: 0;
    bottom: -1px;
    border-radius: 20px 20px 0 0;
}

.p-side-title h3 {
    margin: 0;
    font-size: 24px;
    margin: 0;
    position: relative;
    color: #E0FB72;
    text-shadow: 0px 1px 4px rgba(2, 81, 49, 0.50);
    font-family: VNMSansStd;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
}

.l-side-banner .p-side-title h3 {
    font-size: 22px;
}

.l-side-banner .p-side-read.p-side-item .p-side-title {
    height: 50px;
    border-radius: 14px 14px 0 0;
}

    .l-side-banner .p-side-read.p-side-item .p-side-title:before {
        top: 8px;
        width: 37px;
        height: 31.88px;
    }

.l-side-banner .p-side-read .p-side-wrap {
    height: 465px;
    padding: 15px 15px;
}

.p-side-title::before {
    content: "";
    position: absolute;
    background: url(/Design/img/DangUyHamHiem/vector-bua-liem.png) no-repeat;
    background-size: cover;
    left: 7px;
    top: 11px;
    width: 45px;
    height: 38.88px;
    z-index: 2;
}

.home-bottom-container .p-side-title::before {
    content: '';
    position: absolute;
    background-image: url(../../Design/img/YHocCoTruyen/About/DecorTin.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 109%;
    height: 115%;
    bottom: -10px;
    left: -19px;
}

.side-link .p-side-title::before {
    content: unset;
    position: absolute;
    background-image: url(../../Design/img/YHocCoTruyen/About/DecorTin.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 109%;
    height: 115%;
    bottom: -10px;
    left: -19px;
}

.home-bottom-container .side-pic .p-side-title::before {
    content: '';
    position: absolute;
    background-image: url(../../Design/img/YHocCoTruyen/HomeBottom/DecorBack.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 109%;
    height: 115%;
    bottom: -10px;
    left: -19px;
}

.p-side-wrap {
    border-radius: 0px 0px 10px 10px;
    background: linear-gradient(100deg, #b51b14 5.71%, #f1463e 88.22%);
}

.p-side-read {
    margin-bottom: 19px;
}

    .p-side-read .p-side-wrap {
        padding: 30px 15px;
        height: 621px;
        overflow: hidden;
        padding-top: 25px;
    }

    .p-side-read .icon {
        box-shadow: 0px 0px 2px 0px rgba(150, 158, 186, 0.50);
        border-radius: 50%;
        margin-right: 6px;
        height: fit-content;
        transform: translateY(8px);
    }

        .p-side-read .icon img {
        }

    .p-side-read .item:hover .title {
        color: #FFFA89;
    }

    .p-side-read .title {
        flex: 1;
        margin: 0;
        padding-bottom: 12px;
        color: #FFF;
        font-family: 'HelveticaR';
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 25.5px */
        transition: all linear .2s;
    }

        .p-side-read .title span {
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

.side-pic .p-side-title:before {
    top: 8px;
    width: 37px;
    height: 31.88px;
}

.side-pic.p-side-item .p-side-title h3 {
    font-size: 22px;
}

.p-side-read .item {
    display: flex;
    border-bottom: 1px dashed #bcbcbc;
    padding-top: 14px;
}

.p-side-read .swiper {
    overflow: hidden;
    height: 100%;
}

.p-side-read .swiper-slide {
    height: fit-content !important;
}

.side-pic.p-side-item .p-side-wrap {
    background: transparent;
}
/*public video*/

.p-video-list {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 20px;
    row-gap: 20px;
    position: relative;
}

.p-video-item {
    height: 195px;
    position: relative;
    border-radius: 7px;
    overflow: hidden;
}

.video-wrap .p-video-item {
    display: block !important;
}

.p-video-item a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .p-video-item a::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #c51010;
        border-radius: 7px;
        opacity: 0.3;
    }

.p-video-item .img {
    width: 100%;
    height: 100%;
}

    .p-video-item .img img {
    }

.p-video-item .icon {
    position: absolute;
    z-index: 2;
    transition: all linear .2s;
}

.p-video-item:hover .icon {
    opacity: .7;
}

.p-video-item .icon img {
    width: 45px;
}

.p-video-item .overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    bottom: 0;
    background: #333;
    opacity: 0.7;
}

.p-video-item .overlay-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    opacity: 0;
    transition: all linear .2s;
}

    .p-video-item .overlay-video iframe {
        width: 100%;
        height: 100%;
        display: block;
    }

.p-video-item.show .overlay-video {
    opacity: 1;
}

.p-video-item .overlay img {
    width: 100%;
    /* height: 100%; */
    display: none;
}

.p-video-item h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    margin: 0;
    font-family: 'InterM';
    color: #fafafa;
    font-size: 15px;
    font-weight: 500;
    line-height: 24.84px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    padding: 0 10px;
    margin-bottom: 16px;
}

.p-video-item:hover h3 {
    color: #fbcf72;
}
/*Side note*/

.side-note {
}

    .side-note .p-side-title {
    }

        .side-note .p-side-title h3 {
        }

    .side-note .p-side-wrap {
        height: 684px;
        padding: 0 18px;
        overflow: hidden;
    }

.home-bottom-container .side-note .p-side-wrap {
    height: 776px;
}

.home-bottom-container .side-note .p-side-wrap {
    padding-top: 15px;
}

.side-note .p-side-wrap .swiper-slide {
    height: fit-content !important;
}

.side-note .p-side-wrap .container {
}

.side-note .p-side-wrap .swiper {
    overflow: hidden;
    height: 100%;
}

.side-note .item {
    border-bottom: 1px dashed #A0BBCA;
    padding-bottom: 9px;
    padding-top: 10px;
    padding-left: 15px;
    position: relative;
}

.side-note .title::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--default-color-2);
    left: -15px;
}

.side-note .item:hover .title {
    color: var(--default-color-2);
}

.side-note .title {
    position: relative;
    margin: 0;
    color: var(--default-color-1);
    font-family: 'SFM';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px; /* 27px */
    text-transform: capitalize;
    transition: all linear .2s;
    display: flex;
    align-items: center;
}

    .side-note .title span {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

.side-note .options {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

    .side-note .options .date {
    }

    .side-note .options .view {
    }

.side-note .options-item {
    display: flex;
    align-items: center;
}

    .side-note .options-item:first-child {
        margin-right: 17px;
    }

    .side-note .options-item img {
    }

    .side-note .options-item span {
        color: #797978;
        font-size: 14px;
        line-height: 19.416px;
        margin-left: 5px;
        display: block;
    }

.side-img {
}

.side-quydinh {
    position: relative;
    border-radius: 10px;
    background: linear-gradient(180deg, #3F86EA 0%, #2166DD 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 31px;
}

    .side-quydinh h3 {
        margin: 0;
        position: absolute;
        font-family: 'SFB';
        z-index: 2;
        color: var(--default-color-2);
        font-size: 30px;
        line-height: 37.856px;
        bottom: 35px;
    }

        .side-quydinh h3::before {
            content: attr(title);
            position: absolute;
            -webkit-text-stroke: 0px var(--default-color-2);
            left: 0;
            z-index: 1;
        }

        .side-quydinh h3::after {
            content: attr(title);
            position: absolute;
            -webkit-text-stroke: 4px #fff;
            left: 0;
            text-shadow: 0px 4px 6px #0C72B9;
            z-index: 0;
        }

.side-lichcongtac {
    margin-top: 20.13px;
}

.side-vanban {
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    background: linear-gradient(180deg, #398BEE 27.60%, #0056BB 100%);
    margin-top: 30px;
    padding-bottom: 14px;
    padding-top: 39px;
}

    .side-vanban::after {
        content: '';
        position: absolute;
        bottom: -4px;
        width: 100%;
        left: 0;
        border-radius: 10px;
        background: linear-gradient(180deg, #398BEE 27.60%, #0056BB 100%);
        height: 100%;
    }

    .side-vanban::before {
        content: '';
        position: absolute;
        top: 0;
        border-radius: 10px;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../../Design/img/bg-van-ban.png);
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .side-vanban img {
        position: relative;
        z-index: 2;
    }

    .side-vanban .content {
        margin-left: 18px;
        z-index: 2;
        position: relative;
    }

        .side-vanban .content h3 {
            margin: 0;
            font-family: 'SFB';
            color: #fff;
            font-size: 30px;
            text-shadow: 0px 4px 6px #0C72B9;
            line-height: 37.856px;
        }

        .side-vanban .content span {
            font-family: 'SFM';
            color: #fff;
            font-size: 22px;
            text-shadow: 0px 4px 6px #0C72B9;
            font-style: normal;
            font-weight: 500;
            line-height: 27.761px;
            letter-spacing: 1.43px;
            text-transform: capitalize;
            display: block;
            margin-top: 1px;
        }

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.side-thumoi {
    border-radius: 10px;
    position: relative;
    display: flex;
    background: var(--3, linear-gradient(180deg, #3F86EA 0%, #2166DD 100%));
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 24px;
    padding-top: 11px;
    margin-top: 30px;
}

    .side-thumoi::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(../../Design/img/bg-thumoihop.png);
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 10px;
        z-index: 2;
        top: 0;
        left: 0;
    }

    .side-thumoi img {
        z-index: 2;
    }

    .side-thumoi h3 {
        margin: 0;
        position: relative;
        z-index: 2;
        font-family: 'SFB';
        font-size: 30px;
        color: #fff;
        text-shadow: 0px 4px 10px #11486D;
        font-style: normal;
        font-weight: 700;
        line-height: 37.856px; /* 37.856px */
        margin-top: 20px;
    }

/*side pic*/

.side-pic {
    margin-top: 35px;
}

.no-data-side {
    font-family: 'SFM';
    color: var(--default-color-2);
    font-size: 14px;
    margin-top: 8px;
    display: block;
}

.side-pic .p-side-wrap {
    border: none;
    background-color: transparent;
}

.side-img-list {
    margin-top: 20px;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 10px;
    row-gap: 16px;
}

.side-img-item {
    height: 111px;
    border-radius: 3px;
    overflow: hidden;
}

    .side-img-item a {
        width: 100%;
        height: 100%;
    }

        .side-img-item a img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all linear .2s;
        }

    .side-img-item:hover img {
        transform: scale(1.02);
    }

/*public link*/

.side-link {
    margin-top: 35px;
}

    .side-link .p-side-wrap {
        padding: 0 18px;
        padding-top: 24px;
        padding-bottom: 8px;
        border-radius: 10px;
        border: 1px solid #c51010;
        background: #FAFFEE;
    }

.side-link-drop {
    height: 46px;
    position: relative;
    border-radius: 5px;
    border: 1px solid #BFBFC0;
    background: #FFF;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 0 22px;
    margin-bottom: 27px;
    user-select: none;
}

    .side-link-drop span {
        color: #A5A4A5;
        font-family: 'InterR';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 126.188%; /* 22.714px */
        pointer-events: none;
    }

    .side-link-drop:hover::before {
        display: block;
    }

    .side-link-drop .drop {
        position: absolute;
        top: 107%;
        width: 100%;
        background-color: #fff;
        left: 0;
        border-radius: 5px;
        overflow: hidden;
        border: 1px solid #BFBFC0;
        transform: translateY(15px);
        opacity: 0;
        pointer-events: none;
        transition: all ease .2s;
    }

    .side-link-drop::before {
        width: 100%;
        height: 23px;
        content: '';
        position: absolute;
        left: 0;
        top: 84%;
        display: none;
    }

    .side-link-drop.active .drop {
        transform: translateY(0);
        opacity: 1;
        pointer-events: all;
        transition: 0.6s cubic-bezier(.3,2.2,.3,1);
    }

    .side-link-drop .drop a {
        font-size: 15px;
        color: #2c2c2cd1;
        padding: 10px 15px;
        transition: all linear .2s;
    }

        .side-link-drop .drop a:hover {
            color: var(--default-color-4);
        }

.side-thongke h4 {
    margin: 0;
    color: #c51010;
    font-family: 'InterSB';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 126.188%;
    margin-bottom: 15px;
}

.side-thongke .title {
    margin: 0;
    font-family: 'SFB';
    color: var(--default-color-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25.238px; /* 25.238px */
    margin-bottom: 10px;
}

.side-thongke .list {
    margin-bottom: 10px;
}

.side-thongke .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 4px 0;
}

.side-thongke .left {
    display: flex;
    align-items: center;
    padding-bottom: 1px;
}

    .side-thongke .left img {
    }

    .side-thongke .left span {
        /* 37.23px */
        display: block;
        margin-left: 9px;
        color: #797978;
        font-family: 'InterR';
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 219%; /* 37.23px */
    }

.side-link .p-side-wrap h5 {
    margin: 0;
    color: #c51010;
    font-family: 'InterSB';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 126.188%; /* 25.238px */
    margin-bottom: 15.32px;
}

.side-thongke-wrap {
    border-top: 1px dashed #999999;
    padding-top: 11px;
}

.side-thongke .result {
    color: #c51010;
    font-family: 'InterR';
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 219%; /* 37.23px */
}

/*My RS*/
.my-news-rs {
    z-index: 9999;
}

    .my-news-rs.fixed {
        top: 85px;
    }

    .my-news-rs .btn {
        width: 45px;
        height: 45px;
        background-color: var(--default-color-4);
        color: #fff;
        font-size: 26px;
        box-shadow: 0 0 10px 0 #3333335c;
        cursor: pointer;
        border-radius: 5px;
        margin-left: 20px;
    }

    .my-news-rs .container.show .wrap::before {
        right: 0;
    }

    .my-news-rs .container.show .wrap::after {
        left: 0;
    }

    .my-news-rs .container.show {
        opacity: 1;
        pointer-events: all;
    }

    .my-news-rs .container {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        pointer-events: none;
        opacity: 0;
        background-color: #0082cab8;
        backdrop-filter: blur(8px);
        transition: all linear .2s;
    }

    .my-news-rs .wrap .rs-nav {
        flex: 1;
        margin-top: 10px;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        padding: 0 20px;
    }

    .my-news-rs .wrap .rs-item {
    }

        .my-news-rs .wrap .rs-item:hover .rs-link {
            background-color: var(--default-color-4);
            color: #fff;
        }

    .my-news-rs .wrap .rs-link {
        text-align: center;
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        margin: 5px 0;
        padding: 16px 19px;
        border-radius: 5px;
        transition: all linear .2s;
    }

    .my-news-rs .wrap {
        width: 100%;
        height: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 30px 0;
    }

        .my-news-rs .wrap img {
            /* width: 159px; */
        }

        .my-news-rs .wrap::before {
            /* content: ''; */
            position: absolute;
            width: 50%;
            height: 100%;
            right: -100%;
            background-color: #0082cab8;
            backdrop-filter: blur(8px);
            transition: all ease .3s;
            transition-delay: .1s;
        }

        .my-news-rs .wrap::after {
            /* content: ''; */
            position: absolute;
            width: 50%;
            height: 100%;
            left: -100%;
            background-color: #0082cab8;
            backdrop-filter: blur(8px);
            transition: all ease .3s;
            transition-delay: .1s;
        }

.rs-bottom-text {
    margin-top: 13px;
}

    .rs-bottom-text h3 {
        display: flex;
        padding: 0 20px;
        flex-direction: column;
        align-items: center;
        margin: 0;
        margin-bottom: 20px;
        margin-top: 10px;
        color: #fff;
        font-size: 18px;
        font-weight: 100;
        text-align: center;
    }

    .rs-bottom-text strong {
        font-weight: 100;
        font-size: 30px;
        font-family: 'SFSB';
        margin-top: 10px;
        text-transform: uppercase;
        text-align: center;
        padding: 0 20px;
    }

.rs-close:hover {
    background-color: var(--default-color-4);
    color: #fff;
}

.rs-close {
    position: absolute;
    right: 35px;
    top: 35px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 21px;
    color: #333;
    transition: all linear .2s;
}

/* news type 2 */

.p-news-list__type2 {
    width: 100%;
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
}

.same-cate .p-news-item__type2:last-child {
    border: none;
}

.p-news-item__type2 {
    border-radius: 5px;
    border: 1px solid #D6D6D6;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(176, 176, 176, 0.25);
    padding-bottom: 15px;
}

.p-news-link__type2 {
}

    .p-news-link__type2:hover img {
        transform: scale(1.02);
    }

.p-news-img__type2 {
    width: 100%;
    height: 205px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

    .p-news-img__type2 .cate {
        position: absolute;
        color: #fff;
        z-index: 2;
        font-size: 12px;
        text-transform: capitalize;
        background-color: #505050c2;
        font-family: 'InterR';
        padding: 6px 9px;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        top: 11px;
        max-width: 80%;
        line-height: 19px;
        display: none;
    }

    .p-news-img__type2 img {
        transition: all ease .3s;
    }

.p-news-content__type2 {
    flex: 1;
    padding-left: 12px;
    padding-top: 15px;
    padding-bottom: 0;
    padding-right: 12px;
}

.p-news-date__type2 {
    font-size: 14px;
    color: #999;
    display: inline-flex;
}

.p-news-link__type2:hover .title {
    color: var(--default-color-4);
}

.p-news-link__type2 .title {
    margin: 0;
    font-weight: 100;
    font-family: 'InterSB';
    color: #333;
    text-align: justify;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 27px;
    margin-top: 7px;
    transition: all linear .2s;
}

.detail-link-new {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    color: #D11627;
    font-family: 'InterM';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    transition: all ease .3s;
}

.p-news-link__type2:hover .detail-link-new svg {
    transform: translateX(5px);
}

.p-news-link__type2 .detail-link-new svg {
    margin-left: 5px;
    transition: 0.6s cubic-bezier(.3, 2.2, .3, 1);
}

.p-news-date__type2 svg {
    margin-right: 4px;
}

.p-news-link__type2 .descript {
    font-size: 16px;
    text-align: justify;
    color: #2c2c2c;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 10px;
    line-height: 25px;
}

/* news breakcum */
.my-news-breadcum {
    height: 46px;
    border-bottom: 1px solid #CCCCCC;
    background: #ededed;
    display: none;
}

    .my-news-breadcum .container {
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%;
    }

        .my-news-breadcum .container .item {
            display: none;
            height: 100%;
            width: 100%;
        }

            .my-news-breadcum .container .item.show {
                display: flex;
            }

            .my-news-breadcum .container .item:first-child {
                justify-content: space-between;
                width: 100%;
            }

            .my-news-breadcum .container .item:last-child {
            }

    .my-news-breadcum .slug {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }

.list-mini-banner-side a {
    display: block;
}

    .list-mini-banner-side a img {
        display: block;
        width: 100%;
        height: 100%;
    }

.list-mini-banner-side {
    margin-top: 22px;
}

.my-news-breadcum .slug a {
    font-size: 13px;
    color: #999;
    font-family: 'SFM';
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all linear .2s;
}

    .my-news-breadcum .slug a:first-child {
        display: block !important;
        overflow: unset;
    }

        .my-news-breadcum .slug a:first-child:hover {
            opacity: .8;
        }

    .my-news-breadcum .slug a:hover {
        color: var(--default-color-1);
    }

    .my-news-breadcum .slug a img {
        width: 15px;
    }

.my-news-breadcum .slug p {
    margin: 0 8px;
    font-size: 12px;
    color: #999;
}

.my-news-breadcum .slug span {
    font-size: 15px;
    color: var(--default-color-1);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-family: 'SFM';
}

.my-news-breadcum .button-open {
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    margin-left: 14px;
}

    .my-news-breadcum .button-open img {
        width: 15px;
    }

    .my-news-breadcum .button-open span {
        font-size: 14px;
        color: #505050;
        margin-left: 10px;
        white-space: nowrap;
    }

.my-news-breadcum .news-search {
}

    .my-news-breadcum .news-search img {
        width: 16px;
        position: absolute;
        left: 0;
    }

    .my-news-breadcum .news-search .input {
        flex: 1;
        display: flex;
        align-items: center;
        padding: 0 22px;
        position: relative;
    }

    .my-news-breadcum .news-search input {
        outline: none;
        border: none;
        background-color: transparent;
        height: 100%;
        width: 100%;
    }

    .my-news-breadcum .news-search .btn-close {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        color: #505050;
        cursor: pointer;
        position: relative;
        padding-left: 17px;
        user-select: none;
    }

        .my-news-breadcum .news-search .btn-close::before {
            content: '';
            position: absolute;
            width: 1px;
            height: 28px;
            background-color: #CCCCCC;
            left: 0;
        }

.p-descript {
    margin: 0;
    text-align: center;
    display: block;
    margin-top: 11px;
    color: #333;
    font-size: 17px;
}

.popup-file {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #00000045;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0;
    transition: all ease .2s;
}

    .popup-file.show {
        opacity: 1;
        pointer-events: all;
    }

    .popup-file .title {
        margin: 0;
        position: absolute;
        bottom: 5px;
        right: 10px;
        font-family: 'SFR';
        font-size: 14px;
        color: var(--default-color-1);
    }

    .popup-file .btn-close:hover {
        background-color: var(--default-color-2);
        color: #fff;
    }

    .popup-file .btn-close {
        position: absolute;
        right: 10px;
        top: 10px;
        cursor: pointer;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        border: 2px solid var(--default-color-2);
        color: var(--default-color-2);
        font-size: 13px;
        transition: all linear .2s;
    }

    .popup-file.show .popup-file-container {
        opacity: 1;
        transform: translateY(0);
        transition-delay: .2s;
    }

.popup-file-container {
    width: 650px;
    min-height: 100px;
    max-height: 400px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 0 10px 0 #3333333b;
    padding: 36px 40px;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

    .popup-file-container section {
        color: #333;
        font-size: 15px;
        line-height: 24px;
    }

/*btn giai dap*/

.btn-giaidap {
    cursor: pointer;
    color: #fff;
    font-family: sfB;
    font-size: 17px;
    padding: 0 20px;
    background-color: #c51010;
    transition: all linear .2s;
}

    .btn-giaidap:hover {
        box-shadow: 0 0 10px 0 #3333335c;
        /* background-color: #5dab47; */
        color: var(--default-color-2);
    }

/*popup form giai dap*/

.popup-form {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: #0000002e;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .2s;
    opacity: 0;
    pointer-events: none;
}

    .popup-form.show {
        opacity: 1;
        pointer-events: all;
    }

        .popup-form.show .popup-form-container {
            opacity: 1;
            transform: translateY(0);
            transition-delay: .2s;
        }

.popup-form-container {
    background-color: #fff;
    border-radius: 10px;
    padding: 46px;
    position: relative;
    width: 550px;
    box-shadow: 0 0 10px 0 #33333338;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
}

.popup-form .input {
    height: 40px;
    border: 1px solid #3333332b;
    margin-bottom: 16px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

    .popup-form .input input {
        width: 100%;
        height: 100%;
        border: none;
        outline: none;
        background-color: transparent;
        padding: 0 15px;
        font-size: 16px;
        color: #333;
    }

    .popup-form .input:nth-child(2) {
        height: 100px;
    }

    .popup-form .input textarea {
        width: 100%;
        height: 100%;
        border: none;
        resize: none;
        outline: none;
        background-color: transparent;
        padding: 10px 15px;
        font-size: 16px;
        color: #333;
    }

        .popup-form .input textarea::placeholder {
            font-size: 18px;
        }

    .popup-form .input .erolh {
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: var(--default-color-2);
        border-radius: 10px;
        color: transparent !important;
    }

.popup-form .btn-submit {
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--default-color-1);
    text-align: center;
    font-family: 'SFB';
    border-radius: 5px;
    padding: 14px 0;
    font-size: 17px;
    transition: all linear .2s;
}

.my-news-bottom .p-side-right .side-img {
    margin-bottom: 15px;
}

    .my-news-bottom .p-side-right .side-img img {
        border-radius: 8px;
    }

.popup-form .btn-submit:hover {
    opacity: .7;
}

.popup-form .btn-close:hover {
    background-color: #c51010;
    color: #fff;
}

.popup-form .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #c51010;
    color: #c51010;
    font-size: 13px;
    transition: all linear .2s;
}

/*popup asking*/

.popup-asking {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: #0000002e;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .2s;
    opacity: 0;
    pointer-events: none;
}

    .popup-asking.show {
        opacity: 1;
        pointer-events: all;
    }

.popup-asking-container .content {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: auto;
}

.popup-asking-container {
    background-color: #fff;
    border-radius: 10px;
    padding: 46px 30px;
    position: relative;
    width: 760px;
    box-shadow: 0 0 10px 0 #33333338;
    transform: translateY(20px);
    opacity: 0;
    transition: 0.6s cubic-bezier(.3,2.2,.3,1);
    position: relative;
}

    /* width */
    .popup-asking-container .content::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .popup-asking-container .content::-webkit-scrollbar-track {
        background: transparent;
    }

    /* Handle */
    .popup-asking-container .content::-webkit-scrollbar-thumb {
        background: var(--default-color-1);
        border-radius: 5px;
    }

    .popup-asking-container section {
        font-size: 15px;
        color: #333;
        line-height: 23px;
    }

.popup-asking.show .popup-asking-container {
    opacity: 1;
    transform: translateY(0);
}

.popup-asking .btn-close:hover {
    background-color: #005734;
    color: #fff;
}

.popup-asking .bottom .name {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #333;
    opacity: .8;
    font-size: 15px;
}

.l-side-banner a.side-img.p-side-item img {
    border-radius: 7px;
}

a.side-img.sp-side-item img {
    border-radius: 7px;
}

.popup-asking .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 2px solid #005734;
    color: #005734;
    font-size: 13px;
    transition: all linear .2s;
}

/*public asking*/

.p-asking-list {
}

.p-asking-item {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 22px 15px;
    background: #efefef;
    border-radius: 7px;
    margin: 8px 0;
}

li.p-asking-item:after {
    content: "";
    position: absolute;
    background: url(/Design/img/YHocCoTruyen/About/HoaSen2.png) no-repeat;
    right: -8px;
    top: -7px;
    width: 93px;
    height: 73px;
}

.p-asking-item:last-child {
    border: none;
}

.p-asking-item .top {
    display: flex;
    align-items: center;
}

    .p-asking-item .top .stt {
        background-color: #fbcf72;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        color: #fff;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .p-asking-item .top .content {
        padding-left: 13px;
        flex: 1;
    }

    .p-asking-item .top h3 {
        margin: 0;
        color: var(--default-color-1);
        font-size: 20px;
        font-family: 'InterSB';
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

    .p-asking-item .top span {
        color: #333;
        font-size: 16px;
        margin-top: 6px;
        display: block;
        line-height: 24px;
    }

.p-asking-item .bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 14px;
}

    .p-asking-item .bottom .date {
        color: #333;
        font-size: 14px;
        opacity: .9;
    }

.p-asking-item .btn {
    color: #333;
    font-size: 15px;
    user-select: none;
    font-family: 'InterSB';
}

    .p-asking-item .btn strong {
        color: var(--default-color-4);
        cursor: pointer;
        text-decoration: underline;
    }

        .p-asking-item .btn strong:hover {
            text-decoration: underline;
        }

/*public van ban*/

.p-van-ban {
    border: 1px solid #3333;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 22px;
}

    .p-van-ban .heading {
        display: flex;
        align-items: center;
    }

    .p-van-ban .heading-item {
        height: 39px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--default-color-4);
        text-transform: capitalize;
        font-family: 'INTERSB';
        font-size: 15px;
        position: relative;
        text-align: center;
        border-right: 1px solid #ffffff4a;
        background-color: var(--default-color-4);
        color: #fff;
    }

        .p-van-ban .heading-item:nth-child(1) {
            width: 125px;
        }

        .p-van-ban .heading-item:nth-child(2) {
            width: 135px;
        }

        .p-van-ban .heading-item:nth-child(3) {
            flex: 1;
        }

        .p-van-ban .heading-item:nth-child(4) {
            width: 120px;
            border-right: none;
        }

    .p-van-ban .van-ban-list {
        background: #fff;
    }

    .p-van-ban .van-ban-item:hover span {
        color: var(--default-color-4);
    }

    .p-van-ban .van-ban-item {
        display: flex;
        align-items: center;
        padding: 10px 0;
        border-bottom: 1px solid #3333331c;
        transition: all ease .2s;
    }

        .p-van-ban .van-ban-item:hover {
            background-color: #f2f2f28a;
        }

        .p-van-ban .van-ban-item:last-child {
            border-bottom: 0;
        }

        .p-van-ban .van-ban-item span:nth-child(4) a {
            display: flex;
            align-items: center;
        }

            .p-van-ban .van-ban-item span:nth-child(4) a img {
                width: 25px;
                height: auto;
            }

        .p-van-ban .van-ban-item span {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #333;
            font-size: 15px;
            line-height: 26px;
            font-family: 'InterSB';
            position: relative;
            transition: all ease .2s;
        }

            .p-van-ban .van-ban-item span:last-child::before {
                opacity: 0;
            }

            .p-van-ban .van-ban-item span::before {
                content: '';
                position: absolute;
                right: 0;
                height: 35px;
                width: 2px;
                opacity: .2;
                top: calc(50% - (35px / 2));
                border-radius: 15px;
                background-color: var(--default-color-4);
            }

            .p-van-ban .van-ban-item span:nth-child(1) {
                width: 125px;
                text-align: center;
            }

            .p-van-ban .van-ban-item span:nth-child(2) {
                width: 135px;
            }

            .p-van-ban .van-ban-item span:nth-child(3) {
                flex: 1;
                justify-content: unset;
                padding: 0 20px;
                text-align: justify;
                overflow: hidden;
                text-overflow: ellipsis;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
            }

            .p-van-ban .van-ban-item span:nth-child(4) {
                width: 120px;
                transition: all linear .2s;
            }

                .p-van-ban .van-ban-item span:nth-child(4):hover {
                    color: var(--default-color-4);
                    text-decoration: underline;
                }

    .p-van-ban .heading-item::before {
        content: '';
        position: absolute;
        width: 38px;
        height: 2px;
        border-radius: 15px;
        background-color: var(--default-color-4);
        bottom: 4px;
        opacity: 0;
    }

.mobile-title {
    margin-bottom: 20px;
    color: var(--default-color-2);
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'osB';
    text-align: center;
    width: 100%;
    justify-content: center;
}

.back-to-top.show {
    opacity: 1;
}

.back-to-top {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 60px;
    height: 60px;
    opacity: 0;
    background-color: red;
    bottom: -30px;
    border-radius: 50%;
    background-color: var(--default-color-1);
    left: calc(50% - 30px);
    cursor: pointer;
    transition: all ease .2s;
}

    .back-to-top::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background-color: #055bc047;
        left: 0;
        animation: forDecor-1 1.4s cubic-bezier(.3,2,.3,1) infinite;
        border-radius: 50%;
    }

    .back-to-top:hover {
        transform: scale(1.05);
    }

@keyframes forDecor-1 {
    0% {
        transform: scale(1);
    }

    80% {
        transform: scale(1.3);
    }

    100% {
        transform: scale(1);
    }
}

.back-to-top i {
    color: #fff;
    position: relative;
    z-index: 2;
    transform: translateY(-10px);
}

.full-content-banner-commit {
    display: flex;
}

.l-side-banner {
    flex: 1 1 0;
}

.p-side-hotline.p-side-item {
    margin-top: 20px;
}
/* -----------------------------
   MENU DANH MỤC BÊN TRÁI - ĐẢNG NHÀ NƯỚC
   Responsive + Hover đẹp + Mobile friendly
----------------------------- */

/* Container chính */
.boxes-menu-side {
    width: 100%;
    background: #ffffff;
    border: 1px solid #d0d6e2;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 21px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    font-family: 'InterSB';
}

    /* Tiêu đề danh mục cha */
    .boxes-menu-side .title-aside {
        background: linear-gradient(100deg, #b51b14 5.71%, #f1463e 88.22%); /* xanh Đảng điển hình */
        color: white;
        padding: 14px 18px;
        padding-right: 10px;
        font-size: 1.1rem;
        font-weight: 600;
        letter-spacing: 0.4px;
        border-bottom: 2px solid #ffcc00; /* vàng ngôi sao nhẹ */
        position: relative;
    }

.title-aside a {
    color: white;
    text-decoration: none;
    display: block;
    transition: all 0.2s ease;
    text-transform: uppercase;
    font-size: 16px;
    color: #E0FB72;
    text-shadow: 0px 1px 4px rgba(2, 81, 49, 0.50);
}

    .title-aside a:hover {
        color: #ffeb3b;
        padding-left: 4px;
    }

/* Tạo hiệu ứng gợn nhẹ góc trên */
.title-aside::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: rgb(255 255 255 / 20%);
}

/* Danh sách con */
.boxes-menu-side .menu-sub {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.menu-sub li {
    border-bottom: 1px solid #f0f2f5;
}

    .menu-sub li:last-child {
        border-bottom: none;
    }

.menu-sub a {
    display: block;
    padding: 12px 20px 12px 28px;
    color: #1e293b;
    text-decoration: none;
    font-size: 0.98rem;
    line-height: 1.45;
    position: relative;
    transition: all 0.18s ease;
}

    /* Hiệu ứng hover + active */
    .menu-sub a:hover,
    .menu-sub a.active {
        background: #f8faff;
        color: #c51010;
        padding-left: 34px;
    }

    /* Dấu mũi tên hoặc gạch đầu dòng đẹp */
    .menu-sub a::before {
        content: "›";
        position: absolute;
        left: 16px;
        color: #64748b;
        font-size: 1.1rem;
        transition: all 0.2s ease;
        top: 8px;
    }

    .menu-sub a:hover::before,
    .menu-sub a.active::before {
        color: #c51010;
        transform: translateX(4px);
    }

/* -----------------------------
   RESPONSIVE - MOBILE & TABLET
----------------------------- */

@media (max-width: 991px) {
    .boxes-menu-side {
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .title-aside {
        font-size: 1.05rem;
        padding: 12px 16px;
    }

    .menu-sub a {
        padding: 11px 16px 11px 24px;
        font-size: 0.96rem;
    }

        .menu-sub a::before {
            left: 12px;
        }
}

/* Mobile nhỏ (dưới ~480px) */
@media (max-width: 576px) {
    .boxes-menu-side {
    }

    .title-aside {
        font-size: 1.02rem;
        padding: 12px 16px;
    }

    .menu-sub a {
        padding: 12px 16px 12px 28px;
    }
}

.r-side-banner {
    flex: 1 1 0;
}

.side-content-committee {
    width: 58%;
}

.l-side-banner a.side-img.p-side-item {
    margin-bottom: 15px;
}

.main-content-commit {
    padding: 45px 0;
    background: #f7f3ea;
}

.content-intro-home {
}

.total-time-intro-home {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    overflow: hidden;
    margin-bottom: 24px;
}

.content-intro-home .scrolling-text a {
    line-height: normal;
    color: #101828;
    font-family: 'InterSB';
    font-weight: 600;
    font-size: 15px;
    position: relative;
    padding-left: 33px;
    display: inline-block;
}

    .content-intro-home .scrolling-text a:before {
        content: "";
        width: 6px;
        height: 6px;
        background-color: #c51010;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        left: 19px;
    }
/* CSS để định dạng cho phần hiển thị thời gian */
.datetime-display {
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #000;
    font-family: 'InterM';
    font-weight: normal;
    padding: 10px 0;
    flex: 1 1 0;
    padding-left: 28px;
    background: #F4F4F5;
    border: 1px solid #d0d6e2;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    height: 40px;
}

    .datetime-display:after {
        content: "\f133";
        position: absolute;
        font-family: FontAwesome;
        color: #3c3c3c;
        left: 1px;
        font-size: 14px;
        transform: translateY(0px);
        margin-right: 5px;
        padding: 2px;
        border-radius: 50%;
        margin-left: 5px;
    }

.marquee-container {
    position: relative;
    width: 68%;
    margin-left: 15px;
    overflow: hidden;
    white-space: nowrap;
    background: #F4F4F5;
    border: 1px solid #d0d6e2;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 0 15px;
    height: 40px;
}

.content-intro-home .scrolling-text {
    padding: 10px;
    font-family: 'InterSB';
    color: #101828;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
    display: inline-block;
    overflow: hidden;
    text-align: initial;
    white-space: nowrap;
    animation: marquee 90s linear infinite;
}
    /* Tạm dừng animation khi rê chuột hoặc chạm vào */
    .content-intro-home .scrolling-text:hover, .content-intro-home .scrolling-text:active {
        animation-play-state: paused;
    }
/* Keyframe cho hiệu ứng di chuyển */
@keyframes marquee {
    from {
        transform: translateX(15%);
    }

    to {
        transform: translateX(-100%);
    }
}

.home-top {
    position: relative;
}

.WDecorSVGNewLink {
    position: relative;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #fff;
    color: #333;
    font-size: 11px;
    margin-left: 7px;
    border: 1px solid #E50D47;
    transform: translateY(-1px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.DecorSvgBack svg {
    height: 50px;
}

.title-side-new-home h4 {
    margin: 0;
    position: relative;
    right: -28px;
    color: #E0FB72;
    text-shadow: 0px 1px 4px rgba(2, 81, 49, 0.50);
    font-family: VNMSansStd;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 45px */
    text-transform: capitalize;
}

.home-bottom-container .p-side-left {
    width: 100%;
    float: unset;
}

.DecorSvgBack svg path {
    fill: #f1463e;
}

ul.p-news-list__type2.rs.list-news-same-cate {
    padding: 0;
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 40px;
}
/* =============================================
   Search Filter - Professional & Modern Style
   ============================================= */

.search-filter {
    margin: 0 0 25px;
    padding: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fc 100%);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

    .search-filter:hover {
        box-shadow: 0 6px 25px rgba(0, 0, 0, 0.09);
    }

.filter-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
}

.filter-group {
}

.keyword-group {
    flex: 2 1 300px; /* Ưu tiên rộng hơn cho ô tìm kiếm */
}

.filter-input,
.filter-select {
    width: 100%;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.5;
    color: #2d3748;
    background-color: #ffffff;
    border: 1px solid #cbd5e0;
    border-radius: 8px;
    transition: all 0.25s ease;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.04);
}

    .filter-input:focus,
    .filter-select:focus {
        outline: none;
        border-color: #ea4139;
        box-shadow: 0 0 0 3px rgb(206 131 49 / 20%);
    }

    .filter-input::placeholder {
        color: #a0aec0;
        opacity: 1;
    }

/* Buttons */
.btn {
    padding: 12px 24px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.25s ease;
    border: none;
}

.btn-search {
    background: #c3251e;
    color: white;
}

    .btn-search:hover {
        background: #f1463e;
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(49, 130, 206, 0.3);
    }

.btn-reset {
    background: #edf2f7;
    color: #4a5568;
    border: 1px solid #cbd5e0;
}

    .btn-reset:hover {
        background: #e2e8f0;
        color: #2d3748;
        transform: translateY(-1px);
    }

/* Responsive */
@media (max-width: 992px) {
    .filter-container {
        flex-direction: column;
        align-items: stretch;
    }

    .filter-group {
        min-width: auto;
        flex: 2 1 45px;
    }

    .action-group {
        display: flex;
        gap: 12px;
        justify-content: center;
    }

    .btn {
        flex: 1;
        padding: 12px 20px;
    }
}

@media (max-width: 576px) {
    .search-filter {
        padding: 16px;
        margin: 0 0 20px;
    }

    .filter-input,
    .filter-select {
        font-size: 16px;
        padding: 10px 14px;
    }

    .btn {
        font-size: 14px;
        padding: 11px 18px;
    }
}