body {
    font-family: 'roboto', Arial, sans-serif;
    background: #F9FAFB;
    color: #101828;
    font-size: 16px;
}

.bg-brown {
    background: linear-gradient(180deg, #7c4a02 60%, #a86c1c 100%);
}

header nav a {
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}

header nav a:hover {
    color: #ffd700;
}

.header-logo-brand {
    text-decoration: none;
    background: #784A01;
    color: #fff;
    padding: 10px 24px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    transition: all 0.3s
}

.header-logo-brand:hover {
    color: #fff;
    background: #915101;
}

.form-search {
    border-radius: 8px;
    border: 1px solid #B0ADAB;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.12);
    max-height: 38px;
}

.form-search input {
    box-shadow: none !important;
    max-height: 36px;
}

.tieudiem-carousel-content .news2-item {
    padding-left: 15px;
    padding-right: 15px;
}

.tieudiem-carousel-content .news2-item .box-image {
    aspect-ratio: 27/16;
}

.tieudiem-carousel-content .news2-item .news-item-thumb {
    aspect-ratio: 27/16;
    font-size: 12px;
    color: #888;
    text-decoration: none;
    margin-bottom: 10px;
    border-radius: 10px;
}

.tieudiem-carousel-content .news2-item-title {
    color: #111827;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.tieudiem-carousel-content > .slick-list {
    margin-left: -15px;
    margin-right: -15px;
}

.tieudiem-carousel-content .slick-dots, .headnew .slick-dots {
    justify-content: center;
    margin-top: 20px;
}

.news2-section.headnew .main-carousel-content {
    margin-bottom: 0;
}

.headnew .main-carousel-content .news-item-thumb {
    aspect-ratio: 575/356;
    border-radius: 12px;
    margin-bottom: 15px;
}

.headnew .main-carousel-content .news-meta {
    color: #111827;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.headnew .main-carousel-content .news-meta:hover {
    color: #ff0000;
}

img {
    font-size: 12px;
    color: #888;
    text-decoration: none;
}

.khoa-icon {
    background: #fff;
    aspect-ratio: 1/1;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 1000px;
    width: 60px;
    height: 60px;
    position: relative;
    border: 1px solid #ff0000;
    margin-bottom: 10px;
}

.khoa-icon > div {
    position: relative;
    z-index: 2;
}

.khoa-icon::after {
    position: absolute;
    content: '';
    top: -8%;
    left: -8%;
    right: -8%;
    bottom: -10%;
    background-image: url('../images/pattern-star.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.khoa-icon h4 {
    color: #ff0000;
    text-align: center;
    font-size: 8px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.khoa-icon h3 {
    color: #ff0000;
    text-align: center;
    font-size: 9px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.banner .khoa-icon h4 {
    font-size: 32px;
}

.banner .khoa-icon h3 {
    font-size: 36px;
}

.banner .khoa-icon {
    width: 240px;
    height: 240px;
    border-width: 4px;
}

.banner {
    background: transparent;
    background-image: url('../images/bg-slide.png');
    background-position: bottom center;
    background-size: cover;
    position: relative;
    /* aspect-ratio: 1920/500; */
    padding-top: 60px !important;
}

.banner > .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    padding-bottom: 0px;
    padding-top: 20px;
    justify-content: center;
}

.banner.banner-article {
    aspect-ratio: auto;
    padding-top: 60px !important;
}

.banner.banner-article > .container {
    padding-top: 10px;
}

.banner.banner-article .slick-list {
    padding-bottom: 10px;
}

.banner .slick-list, .banner .slick-track {
    height: 100%;
}

.banner.banner-article ~ .content-container {
    background: transparent;
}

.banner .slick-list {
    padding-bottom: 30px;
}

.banner .banner-slide-item-content {
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.banner-slide .prev, .banner-slide .next {
    left: calc(50% - 190px);
    bottom: 140px;
    top: auto;
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
}

.banner-slide .next {
    left: auto;
    right: calc(50% - 190px);
}

.banner .box-circle-content {
    align-self: self-end;
}

.banner .section-title {
    color: #FFF;
    text-align: center;
    font-size: 52px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    width: 100%;
    border: none;
}

.banner .section-title::before, .banner .section-title::after {
    display: none;
}

.banner img {
    border: 6px solid #ffd700;
    border-radius: 50%;
    box-shadow: 0 4px 24px rgba(124, 74, 2, 0.12);
}

.container.content-article {
    padding: 10px 20px;
    background: transparent;
    max-width: 925px;
}

.content-article * {
    font-size: 16px;
    line-height: 24px;
}

.content-article #div_audio {
    line-height: 16px;
}

.content-article .detail-content [style^="font-size:"] {
    font-size: 16px !important;
    line-height: 24px;
}

.section-title {
    color: #ff0000;
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    clear: both;
    padding-bottom: 12px;
    border-bottom: 1px dashed #ff0000;
    position: relative;
}

.section-title-sub {
    font-size: 24px;
    border: none;
    padding-bottom: 0;
}

.section-title-sub::before, .section-title-sub::after {
    display: none;
}

.section-title::before, .section-title::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    bottom: -2.5px;
    left: 0;
    background: #ff0000;
    border-radius: 5px;
}

.section-title::after {
    left: auto;
    right: 0;
}

.section-title-border {
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: hidden;
}

.section-title-border .title-border {
    height: 2px;
    border-top: 1px dashed #ff0000;
    position: relative;
}

.section-title-border .col-auto > .row > .col-md-auto:nth-child(2) {
    max-width: calc(100% - 40px);
}

.section-title-border .title-border::before {
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    height: 2px;
    right: 0;
    background: linear-gradient(90deg, #F9FAFB, #ffffff00);
}

.section-title-border .title-border:last-child::before {
    background: linear-gradient(90deg, #ffffff00, #F9FAFB);
}

.section-title-border .title-border::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    bottom: -1px;
    right: 0;
    background: #ff0000;
    border-radius: 5px;
}

.section-title-border .title-border:last-child::after {
    left: 0;
    right: auto;
}

.form-dai-bieu-quoc-hoi input, .form-dai-bieu-quoc-hoi select {
    border: 1px solid #D0D5DD;
    border-radius: 0;
    font-size: 16px;
    color: #322920;
    min-height: 56px;
    border-radius: 8px;
    border: 1px solid #B0ADAB !important;
    box-shadow: none !important;
}

.form-dai-bieu-quoc-hoi select.empty {
    color: gray;
}

.form-dai-bieu-quoc-hoi input::-webkit-input-placeholder, .form-dai-bieu-quoc-hoi select::-webkit-input-placeholder {
    color: #86807C
}

.form-select:focus {
    border-color: #D0D5DD;
    outline: 0;
    box-shadow: 0px 0px 8px 0px rgba(140, 74, 8, 0.36) !important;
}

.form-dai-bieu-quoc-hoi select option {
    color: #5C544E;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    min-height: 36px;
    padding: 8px;
    border-radius: 8px;
}

.form-dai-bieu-quoc-hoi .section-title-border select {
    min-width: 330px;
}

.form-dai-bieu-quoc-hoi .btn-danger {
    min-height: 56px;
    background: #ff0000;
    border-radius: 0;
    border: none;
    padding-left: 28px;
    padding-right: 28px;
    font-size: 16px;
    border-radius: 8px !important;
    box-shadow: none !important;
}

.form-dai-bieu-quoc-hoi .btn-danger:hover {
    background: #C88F32;
}

.form-dai-bieu-quoc-hoi .section-title-border {
    color: #101828
}

.form-dai-bieu-quoc-hoi .section-title-border b {
    color: #ff0000;
}

.text-color-primary {
    color: #ff0000;
}

.scroll {
    max-height: 720px;
    overflow: hidden;
    overflow-y: auto;
}

.scroll::-webkit-scrollbar, .dropdown-menu-KhoaQH::-webkit-scrollbar {
    background: transparent;
    width: 8px;
}

.scroll::-webkit-scrollbar-thumb, .dropdown-menu-KhoaQH::-webkit-scrollbar-thumb {
    background: #D0D5DD;
    border-radius: 10px;
    width: 8px;
}

.news-section-bottom {
    background: #F9FAFB;
}

.news2-section-bottom {
    border-top: 1px solid #E3E5E8;
}

.rounded-circle {
    aspect-ratio: 1/1;
}

.btn-outline-primary, .btn-outline-secondary {
    border-width: 2px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: background 0.2s, color 0.2s, border 0.2s;
    box-shadow: none;
}

/* .btn-outline-primary:hover, div:not(.modal-footer) .btn-outline-secondary:hover {
  background: #ffd700;
  color: #7c4a02;
  border-color: #ffd700;
} */

footer {
    border-top: 4px solid #ffd700;
    background: linear-gradient(180deg, #7c4a02 60%, #a86c1c 100%);
}

footer img {
    background: #fff;
    border-radius: 4px;
    padding: 2px 4px;
    box-shadow: 0 2px 8px rgba(124, 74, 2, 0.10);
}

@media (max-width: 767.98px) {
    .banner h1 {
        font-size: 2rem;
    }

    .card-title {
        font-size: 1rem;
    }

    .footer img {
        height: 18px;
    }

    section h2 {
        font-size: 1.1rem;
        padding-bottom: 3px;
    }

}

.page-banner {
    background: #ff0000;
    background-image: url('../images/bg-page-title.jpg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #fff
}

.page-banner .breadcrumb-title {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
}

.custom-footer {
    background: #EFF2F5;
    background-image: url('../images/bg-footer.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 80% auto;
    color: #222;
    font-size: 1rem;
    border-top: none;
    box-shadow: none;
}

.custom-footer .footer-title {
    font-size: 1.3rem;
    line-height: 1.2;
    color: #222;
}

.custom-footer .footer-title .text-brown {
    color: #a86c1c;
}

.custom-footer .footer-info {
    font-size: 1rem;
    color: #101828;
}

.custom-footer img {
    background: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 6px;
    vertical-align: middle;
}

.custom-footer .footer-divider {
    border: none;
    border-top: 1.5px solid #e0e0e0;
    margin: 18px 0;
    opacity: 1;
}

.custom-footer .text-muted {
    color: #101828;
    font-family: Roboto;
}

@media (max-width: 991.98px) {
    .custom-footer .footer-title {
        font-size: 1.1rem;
    }

    .custom-footer img {
        height: 28px !important;
    }
}

@media (max-width: 575.98px) {
    .custom-footer .footer-title {
        font-size: 1rem;
    }

    .custom-footer img {
        height: 20px !important;
        margin: 0 2px;
    }

    .custom-footer .col-12.col-lg-5 img {
        height: 40px !important;
    }

    .custom-footer .footer-info {
        font-size: 0.95rem;
    }
}

.news-title {
    color: #7c4a02;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
}

.news-item {
    margin-bottom: 0.5rem;
}

.news-item img.img-fluid {
    width: 100%;
    object-fit: cover;
}

.news-meta {
    /* font-size: 1rem;
    font-weight: 500;
    color: #222;
    line-height: 1.3;
    min-height: 48px; */
    text-decoration: none;
    color: #322920;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.news-section-bottom-baochi .news-meta {
    font-size: 20px;
}

.news-meta:hover {
    color: #ff0000;
}

.news-item img.news-item-thumb {
    width: 100%;
    flex-shrink: 0;
    aspect-ratio: 300.00/187.50;
    object-fit: cover;
    object-position: center;
}

.news-section-bottom .news-item img.news-item-thumb {
    aspect-ratio: 130/87;
}

.news-date {
    /* color: #667085;
    font-size: 12px; */
    color: rgba(32, 33, 50, 0.75);;
    font-size: 14px;
    line-height: 20px; /* 142.857% */
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 8px;
}

.tinkhac .news-item-thumb {
    border-radius: 10px;
}

img.news-item-thumb, .box-image img {
    background-image: url('../images/thumb-empty.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    width: 100%;
}

.content-article-bottom img.news-item-thumb {
    aspect-ratio: 363/215;
}

.box_comment > h4, .list-comments > .text-primary {
    color: #ff0000 !important;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 122.222% */
    text-transform: uppercase;
    margin-bottom: 0 !important;
}

.list-comments > .text-primary {
    margin-bottom: 10px !important;
}

.box_comment #submitComment {
    border-radius: 8px;
    background: #ff0000;
    padding: 8px 15px;
    color: #FFF;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    transition: all 0.3s;
    margin-left: auto;
    margin-right: 0;
    display: block;
}

.box_comment #submitComment:hover {
    background: #6b3200;
}

.news-mostview {
    border-radius: 8px;
    border-top: 1px solid var(--Brand-02, #ff0000);
    background: #FFFBEC;
    padding: 5px 15px
}

.news-mostview .title-right-box {
    border: none
}

.news-mostview .title-right-box .title {
    margin-bottom: 0;
    padding-top: 0 !important;
    color: #ff0000;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
}

.news-mostview .item:first-child .top-home-title a {
    margin-top: 15px;
    color: #ff0000;
    font-weight: bold;
}

.news-mostview .item > .row {
    margin: 0;
}

.news-mostview .item + .item > .row > .col-5 {
    display: none;
}

.news-mostview .box-image {
    aspect-ratio: 205/131;
    border-radius: 10px;
}

.news-mostview .item + .item {
    border-top: 1px dashed #757E8C;
}

.news-mostview .item > .row > div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

img.news-item-thumb.rounded {
    border-radius: 10px !important;
}

.chuyenmuc .news-desc {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.chuyenmuc .news-item {
    padding-top: 18px;
    padding-bottom: 18px;
    margin: 0;
}

.chuyenmuc .news-item:first-child {
    padding-top: 0;
}

.chuyenmuc .news-item + .news-item {
    border-top: 1px dashed #757E8C
}

.section-timeline-bau-cu {
    background-image: url(../images/bg-timeline.png), linear-gradient(180deg, #df1a00 0%, #900809 100%);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 52px;
    position: relative;
}

.news-section-bottom-baochi .news-date {
    font-size: 14px;
}

.news-item-main .news-meta {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    display: block;
}

.news-item-main .news-date {
    font-size: 14px;
    margin-bottom: 8px;
}

.news-desc {
    color: #444;
    font-size: 1.05rem;
}

.btn-news {
    background: #ff0000;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    padding: 15px 30px !important;
    border-radius: 0;
}

.btn-news:hover {
    background: #b8860b;
    color: #fff;
}

.news-btn-underline {
    display: inline-block;
    width: 60px;
    height: 6px;
    border-bottom: 3px dotted #b8860b;
    vertical-align: middle;
}

@media (max-width: 991.98px) {
    .news-title {
        font-size: 1.3rem;
    }

    .news-title-underline {
        width: 70px;
        height: 4px;
    }

    .news-btn-underline {
        width: 30px;
        height: 4px;
    }
}

@media (max-width: 767.98px) {
    .news-section > .row > div {
        margin-bottom: 1.5rem;
    }

    .news-section.news2-section-bottom > .row > div {
        margin-bottom: 0rem;
        margin-top: 20px;
    }

    .news-section-bottom.news2-section-bottom .news-desc {
        display: none;
    }

    .news-title {
        font-size: 1.1rem;
    }

    .news-title-underline {
        width: 40px;
        height: 3px;
    }

    .news-btn-underline {
        width: 18px;
        height: 3px;
    }
}

.vice-chair-title-underline {
    width: 120px;
    height: 6px;
    border-bottom: 3px dotted #b8860b;
    margin-bottom: 1.2rem;
}

.chuc-vu {
    color: #344054;
    text-align: center;
    font-size: 16px;
    margin: 0;
    padding: 0 10px 8px 10px;
    line-height: normal;
}

.modal-dai-bieu .modal-header {
    background: #fff;
    /* position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    border: none; */
}

.modal-dai-bieu .modal-body {
    padding: 30px 40px
}

/* .modal-dai-bieu .modal-content>.modal-body {
  overflow-y: initial;
}
.modal-dai-bieu .modal-content>.modal-body .modal-body {
  overflow-y: auto;
} */
.modal-dai-bieu .dai-bieu-avatar img {
    border-radius: 1000px;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: center;
    max-width: 200px;
}

.modal-dai-bieu .vice-chair-info {
    text-align: left;
}

.modal-dai-bieu .vice-chair-info.body {
    padding: 20px 0 10px 0;
    border-top: 1px dashed #ff0000;
}

.modal .vice-chair-info-title {
    color: #ff0000;
    font-weight: 600;
    font-size: 20px;
}

.modal-dai-bieu .section-title {
    font-size: 24px;
}

/* .modal-dai-bieu .modal-header .btn-close {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 1px 4px #00000025;
  color: #222;
  opacity: 1;
} */
.modal-dai-bieu .vice-chair-info.body > span, .modal-dai-bieu .vice-chair-info.body > p {
    font-size: 16px;
    line-height: 24px;
}

.modal-dai-bieu .vice-chair-info.body > span {
    line-height: 28px;
}

.modal-dai-bieu .vice-chair-info.body > p {
    margin-bottom: 8px;
}

.modal-dai-bieu .vice-chair-info.body > span br {
    margin-bottom: 8px;
    display: block;
}

.modal .content-container {
    background: #fff;
    background-image: url(../images/bg-page-trongdong.png);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    min-height: auto;
}

.modal.modal-time-bau-cu .modal-header {
    background-color: #fff;
}

.modal .content-area .content-container {
    background-image: none;
}

.dai-bieu-avatar {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.dai-bieu-avatar img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
    object-position: center;
    border-radius: 6px;

}

.vice-chair-avatar, .vice-chair-avatar img {
    width: 100%;
    height: auto;
}

.vice-chair-avatar.chu-tich-avatar, .vice-chair-avatar.chu-tich-avatar img {
    width: 100%;
    height: auto;
}

.vice-chair-name {
    color: #ff0000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 0 10px;
    text-align: center;
}

.vice-chair-info {
    color: #344054;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px
}

.vice-chair-info P {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 991.98px) {
    .vice-chair-title {
        font-size: 1.3rem;
    }

    .vice-chair-title-underline {
        width: 70px;
        height: 4px;
    }

    .vice-chair-info {
        font-size: 0.95rem;
        max-width: 220px;
    }
}

@media (max-width: 767.98px) {
    .vice-chair-title {
        font-size: 1.1rem;
    }

    .vice-chair-title-underline {
        width: 40px;
        height: 3px;
    }

    .vice-chair-info {
        font-size: 0.9rem;
        max-width: 100%;
    }

    .modal-body .vice-chair-info {
        padding-left: 0;
        padding-right: 0;
    }
}

.card-dai-bieu {
    border-radius: 10px;
    border-top: 1px solid #EEE;
    background: #FFF;
    border-bottom: 1px solid #C3D0E0;
    max-width: 300px;
    width: 100%;
    height: 100%;
    transition: all 0.3s
}

.card-dai-bieu:hover {
    box-shadow: 0px 3px 12px rgba(140, 74, 8, 0.36);
}

.card-dai-bieu[data-bs-target="#dai-bieu-modal"] {
    cursor: pointer;
}

.so-phieu {
    color: #1B1007;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 8px 10px;
}

.deputy-title {
    color: #7c4a02;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
}

.deputy-title-underline {
    width: 120px;
    height: 6px;
    border-bottom: 3px dotted #b8860b;
    margin-bottom: 1.2rem;
}

.deputy-avatar {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.deputy-avatar img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    border-radius: 6px;
    object-fit: contain;
    object-position: center;
}

.deputy-name {
    font-weight: 700;
    font-size: 20px;
    color: #ff0000;
    text-align: center;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    letter-spacing: 0px;
}

.deputy-info {
    color: #888;
    font-size: 1rem;
    text-align: left;
    max-width: 260px;
    margin: 0 auto 0.5rem auto;
    line-height: 1.5;
}

.btn-deputy {
    background: #ff0000;
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: none;
    letter-spacing: 1px;
    border: none;
    transition: background 0.2s;
    text-transform: uppercase;
    padding: 14px 28px !important;
}

.btn-deputy:hover {
    background: #b8860b;
    color: #fff;
}

.btn-seemore {
    background: #ff0000;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 1px;
    border: none;
    transition: background 0.2s;
    text-transform: uppercase;
    padding: 14px 28px !important;
    border-radius: 8px !important;
    box-shadow: none !important;
}

.btn-seemore:hover {
    background: #b8860b;
    color: #fff;
}

.deputy-btn-underline {
    display: inline-block;
    width: 120px;
    height: 6px;
    border-bottom: 3px dotted #b8860b;
    vertical-align: middle;
}

@media (max-width: 991.98px) {
    .deputy-title {
        font-size: 1.3rem;
    }

    .deputy-title-underline {
        width: 70px;
        height: 4px;
    }

    .deputy-info {
        font-size: 0.95rem;
        max-width: 180px;
    }

    .deputy-btn-underline {
        width: 40px;
        height: 3px;
    }
}

@media (max-width: 767.98px) {
    .deputy-title {
        font-size: 1.1rem;
    }

    .deputy-title-underline {
        width: 40px;
        height: 3px;
    }

    .deputy-info {
        font-size: 0.9rem;
        max-width: 100%;
    }

    .deputy-btn-underline {
        width: 18px;
        height: 2px;
    }
}

.main-header {
    color: #fff;
    min-height: 44px;
    z-index: 100;
    padding-top: 6px;
    padding-bottom: 6px;
}

.main-header {
    transition: all 0.3s;
    padding: 0;
}

.main-header.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;

}

.main-header.header-fixed ~ .content-container {
    margin-top: 110px;
}

.home-page .main-header.header-fixed ~ .content-container {
    margin-top: calc(110px + 53px);
}

input, .btn {
    box-shadow: none !important;
}

/* timeline bầu cử */
.timeline-slick .slick-track {
    padding-bottom: 82px;
}

.timeline-slick .slick-track .slick-track {
    padding-bottom: 0;
}

.timeline-slick .timeline-item > .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.timeline-slick .timeline-item > .slick-dotted.slick-slider .slick-dots {
    display: flex !important;
    position: absolute;
    bottom: 5px;
    gap: 3px;
    justify-content: center;
}

.timeline-slick .timeline-item > .slick-dotted.slick-slider .slick-dots li button {
    width: 8px !important;
}

.timeline-date {
    background: #fff;
    color: #ff0000;
    font-weight: 700;
    font-size: 16px;
    border-radius: 30px;
    padding: 8px 16px;
    text-align: center;
    display: table;
    margin: 0 auto 10px auto;
}

.timeline-dot {
    width: 25px !important;
    height: 25px !important;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 8px auto 20px auto;
    background: #ff0000;
    display: block;
}

.timeline-desc {
    background: #fff;
    color: #1B1007;
    font-size: 16px !important;
    border-radius: 8px;
    padding: 16px 10px 20px;
    text-align: center;
    font-weight: 400;
    width: 100%;
    box-shadow: none;
    cursor: pointer;
    transition: 0.3s;
    min-height: 104px;
}

.timeline-desc p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: medium;
    text-align: justify;
}

.timeline-slick .slick-slide * {
    transition: 0.1s;
    font-weight: 600;
}

/* Trạng thái đặc biệt và slick-current */
/*.timeline-slick .slick-slide.slick-current .timeline-date, .timeline-slick .slick-slide:hover .timeline-date,*/
.timeline-slick .slick-slide.slick-current .timeline-dot, .timeline-slick .slick-slide:hover .timeline-dot,
.timeline-slick > .slick-list > .slick-track > .slick-slide.slick-current .timeline-desc, .timeline-slick .slick-slide:hover .timeline-desc {
    background: #ff0000;
    color: #fff !important;
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.25);
}

.timeline-slick .slick-slide:hover .timeline-desc p {
    color: #fff !important;
}

.timeline-dot,
.timeline-slick .slick-slide.slick-current .timeline-dot {
    border: 2px solid #fff;
}

.timeline-item {
    padding-left: 15px;
    padding-right: 15px;
}

/* Ẩn arrow, dot mặc định của slick */
.timeline-slick .slick-arrow,
.timeline-slick .slick-dots {
    display: none !important;
}

.timeline-buttons {
    display: flex;
    flex-direction: row;
    gap: 16px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
}

.timeline-btn {
    width: 34px;
    height: 34px;
    /*background: rgba(244, 234, 216, 0.9);*/
    border: none;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    color: #ff0000;
    font-family: 'Font Awesome 5 Free', Arial, sans-serif;
    font-weight: 900;
}

.timeline-btn:active {
    /*background: #e0d1b8;*/
}

/* END timeline bầu cử */
.timeline-slick .slick-slide.slick-current .timeline-dot {
    -webkit-animation: dot-animation 700ms infinite;
    -moz-animation: dot-animation 700ms infinite;
    -o-animation: dot-animation 700ms infinite;
    animation: dot-animation 700ms infinite;
}

@-webkit-keyframes dot-animation {
    0% {
        background: #fff;
    }
    50% {
        background: red;
    }
    100% {
        background: #fff;
    }
}

@-moz-keyframes dot-animation {
    0% {
        background: #fff;
    }
    50% {
        background: red;
    }
    100% {
        background: #fff;
    }
}

@-o-keyframes dot-animation {
    0% {
        background: #fff;
    }
    50% {
        background: red;
    }
    100% {
        background: #fff;
    }
}

@keyframes dot-animation {
    0% {
        background: #fff;
    }
    50% {
        background: red;
    }
    100% {
        background: #fff;
    }
}


@media (min-width: 400px) {
    .main-header.header-fixed ~ .content-container {
        margin-top: calc(130px + 53px);
    }

    .home-page .main-header.header-fixed ~ .content-container {
        margin-top: 130px;
    }
}

@media (min-width: 580px) {
    .main-header.header-fixed ~ .content-container {
        margin-top: calc(156px + 53px);
    }

    .home-page .main-header.header-fixed ~ .content-container {
        margin-top: 156px;
    }
}

@media (min-width: 650px) {
    .main-header.header-fixed ~ .content-container {
        margin-top: calc(175px + 53px);
    }

    .home-page .main-header.header-fixed ~ .content-container {
        margin-top: 175px;
    }
}

@media (min-width: 768px) {
    .main-header.header-fixed ~ .content-container {
        margin-top: calc(180px + 35px);
    }

    .home-page .main-header.header-fixed ~ .content-container {
        margin-top: 180px;
    }
}

@media (min-width: 992px) {
    .main-header.header-fixed ~ .content-container {
        margin-top: calc(190px + 53px);
    }

    .home-page .main-header.header-fixed ~ .content-container {
        margin-top: 190px;
    }
}

@media (min-width: 1200px) {
    .main-header.header-fixed ~ .content-container {
        margin-top: calc(193px + 53px);
    }

    .home-page .main-header.header-fixed ~ .content-container {
        margin-top: 193px;
    }
}

.header-top {
    background: linear-gradient(97deg, #FFE68D 4.88%, #FFFEFC 29.3%, #FFFAE8 57.67%, #FFDC9B 84.26%);
    background-image: url('../images/trong-dong-header.png'), linear-gradient(97deg, #FFE68D 4.88%, #FFFEFC 29.3%, #FFFAE8 57.67%, #FFDC9B 84.26%);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    transition: 0.3s;
}

.main-header.header-fixed.header-pin .header-top {
    padding-top: 10px;
    padding-bottom: 10px;
    /* background-size: auto 170px; */
}

.main-header.header-fixed * {
    transition: all 0.3s;
}

.main-header.header-fixed .banner-logo img {
    max-height: 136px;
}

.main-header.header-fixed.header-pin .banner-logo img {
    max-height: 100px;
}


.header-top > .container {
    position: relative;
    z-index: 1;
}

.header-top::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background-image: url('../images/bg-flag.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.header-top .countdown {
    text-align: center;
}

.main-header .navbar {
    background: #ff0000;
    padding: 4px 0;
}

.toggle-search {
    width: 250px;
}

.toggle-search form {
    border-radius: 20px;
    background: #FFF;
}

.toggle-search form .form-control {
    background: transparent;
    max-width: 200px;
    height: 34px;
}

.toggle-search form .btn {
    height: 34px;
}

.countdown-group > h3 {
    color: #ff0000;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 8px;
    /* -webkit-text-stroke: 2px #ffeb7c;
    paint-order: stroke fill; */
}

.countdown-group .countdown-box {
    display: flex;
    width: 70px;
    padding: 7px 6px;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    border-radius: 8px;
    background: #ff0000;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.countdown-group-boxs {
    gap: 6px;
}

.countdown-group .countdown-box h3 {
    font-size: 26px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.main-header.is-fixed {
    background: #ff0000;
}

#mainNav {
    padding-left: 10px;
    padding-right: 10px;
}

.header-title {
    line-height: 1.1;
}

.header-title-top {
    font-size: 14.2px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
}

.header-title-bottom {
    font-size: 25px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
}

.header-nav {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.header-nav > .nav-item > .nav-link {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.5px;
    text-decoration: none;
    padding: 0.5rem 0.8rem;
    display: inline-block;
    transition: color 0.18s, background 0.18s;
}

.header-nav > .nav-item > .nav-link:hover, .header-nav > .nav-item > .nav-link:focus {
    color: #ffd700;
    background: none;
}

.header-nav .dropdown-menu {
    background: #fff;
    min-width: 280px;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(124, 74, 2, 0.10);
    margin-top: 0.5rem;
}

.header-nav .dropdown-menu .nav-link {
    color: #763400;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    transition: background 0.18s, color 0.18s;
}

.header-nav .dropdown-menu .nav-link:hover, .header-nav .dropdown-menu .nav-link:focus {
    background: #ffe4a1;
    color: #763400;
}

.btn-header-icon {
    border: none;
    border-radius: 0px;
    padding: 9px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.18s;
    box-shadow: none !important;
}

.btn-header-icon#dropdownMenuButton1 {
    background: #b8860b;
    border-radius: 8px;
}

.btn-header-icon:hover, .btn-header-icon:focus {
    background: #a57907;
}

.btn-header-menu {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.2rem 0 0.2rem 0.7rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    background-image: url('data:image/svg+xml;charset=utf8,<svg viewBox=\'0 0 30 30\' xmlns=\'http://www.w3.org/2000/svg\'><path stroke=\'rgba(255,255,255,1)\' stroke-width=\'2\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' d=\'M4 7h22M4 15h22M4 23h22\'/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.header-icons img {
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991.98px) {
    .header-logo-brand {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main-header {
        position: relative;
    }

    .header-top::after {
        opacity: 0.3;
    }

    .header-nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    .header-nav > .nav-item > .nav-link {
        width: 100%;
    }

    .header-nav > .nav-item > .nav-link {
        border-top: 1px solid #ffffff30;
        padding-left: 0;
    }

    .dropdown-menu > li + li {
        border-top-color: #ffffff30;
    }

    #mainNav, .menu-ngang {
        position: absolute;
        top: 100%;
        left: 1px;
        right: 1px;
    }

    .header-nav .dropdown-menu {
        position: relative;
        display: block;
        background: transparent;
        box-shadow: none;
        border: none;
        margin-top: 0;
        padding-top: 0;
        padding-left: 10px;
    }

    .header-nav .dropdown-menu .nav-link {
        color: #fff;
        font-weight: normal;
        padding-left: 0;
        padding-right: 0;
    }

    .header-title-top, .header-title-bottom {
        font-size: 0.95rem;
    }

    .header-link {
        font-size: 0.95rem;
        padding: 0.5rem 0.5rem;
    }
}

@media (max-width: 767.98px) {
    .main-header {
        min-height: 48px;
    }

    .navbar > .container {
        gap: 10px;
    }

    .card-dai-bieu {
        max-width: 100%;
    }

    .scroll.deputy-section-5col {
        margin-top: 20px;
    }

    .scroll.deputy-section-5col > .col-12:first-child {
        margin-top: 0;
    }

    .header-title-top {
        font-size: 0.8rem !important;
    }

    .header-title-bottom {
        font-size: 1rem !important;
    }

    .header-nav {
        flex-direction: column !important;
        align-items: flex-start !important;
        width: 100%;
        /* background: #763400; */
    }

    .home-page .main-header.header-fixed ~ .content-container {
        margin-top: 119px;
    }

    .header-nav li {
        width: 100%;
        text-align: left;
        margin: 0;
    }

    .header-link {
        width: 100%;
        padding: 0.7rem 1.2rem;
        border-bottom: 1px solid #8d4c0a;
    }

    .header-icons {
        margin-left: 0.5rem;
        max-width: 100%;
        flex: 1 0 0;
    }

    .header-icons .form-search input {
        min-width: 100px !important;
        max-width: 100%;
    }

    #dropdownLanguage span {
        display: none;
    }

    .header-icons img {
        margin: 0 !important;
    }

    .page-banner .breadcrumb-title {
        font-size: 1.3rem;
        margin-bottom: 5px;
    }

    .row-breadscrumb .breadcrumb {
        padding-bottom: 0;
        padding-top: 0;
        white-space: nowrap;
        flex-direction: row;
        overflow: hidden;
        overflow-x: auto;
        flex-wrap: nowrap;
        gap: inherit;
    }

    .dataTables_wrapper {
        min-width: 600px;
    }

    .breadcrumb-item {
        display: flex;
    }

    .breadcrumb a, .breadcrumb-item {
        font-size: 13px;
        align-items: center;
    }

    .page-banner {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
}

.header-icons .dropdown-menu {
    right: 0;
    left: auto;
}

.header-icons .dropdown-toggle::after {
    display: none;
}

.header-icons .toggle-search .dropdown-menu {
    min-width: 280px;
    padding: 5px;
    border-color: #B0ADAB;
    border-radius: 8px;
}

.header-icons .toggle-search .input-group > .form-control {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.khoa-quoc-hoi-section {
    background: #fafbfc;
    min-height: 100vh;
    padding-top: 32px;
    padding-bottom: 32px;
}

.dropdown-menu-KhoaQH {
    border-radius: 12px;
    background: #FFF;
    border: 12px solid #F2F4F7;
    padding: 16px;
    max-height: 550px;
    overflow: hidden;
    overflow-y: auto;
}

.khoa-quoc-hoi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    justify-items: left;
    max-width: 457px;
    right: 0;
    left: auto;

}

.khoa-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 24px;
    transition: background 0.2s, box-shadow 0.2s;
    min-width: 140px;
    min-height: 140px;
    cursor: pointer;
}

.khoa-item.active, .khoa-item:not(.active):hover {
    background: #F5EDD6;
}

@media (max-width: 600px) {
    .khoa-quoc-hoi-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem 1.2rem;
        max-width: 340px;
        margin-left: 0;
    }

    .khoa-icon {
        width: 64px;
        height: 64px;
        font-size: 0.85rem;
    }

    .khoa-item {
        min-width: 90px;
        min-height: 80px;
    }

    .toggle-search form .form-control {
        max-width: 120px;
    }
}


.council-section {
    position: relative;
    background: none;
}

.council-section .council-grid.row {
    margin-left: -20px;
    margin-right: -20px;
}

.council-section .council-grid.row > .col-4 {
    padding-left: 20px;
    padding-right: 20px;
}

.council-section .container {
    position: relative;
    z-index: 1;
}

.council-title {
    color: #6b3200;
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
    line-height: 1.2;
}

.council-title-underline {
    width: 320px;
    height: 8px;
    border-bottom: 3px dotted #b8860b;
    margin: 0.5rem auto 1.5rem auto;
}

.council-btn {
    background: #ff0000;
    display: flex;
    padding: 16px 8px;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex: 1 0 0;
    color: #FFF !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 26px;
    transition: all 0.3s;
    border: none;
    border-radius: 8px !important;
    box-shadow: none !important;
}

.council-btn:hover, .council-btn:focus, .council-btn.active {
    background: #ff0000;;
    box-shadow: 0 4px 16px rgba(90, 45, 0, 0.13);
}

/* .content-home .council-btn {
  background: #ff0000;
}
.content-home .council-btn:hover, .content-home .council-btn:focus {
  background: #ff0000;;
  box-shadow: 0 4px 16px rgba(90,45,0,0.13);
} */

.pagination-container {
    display: -webkit-box;
}

.pagination-container .pagination {
    margin: 10px auto;
    display: block;
}

.pagination-container .pagination > li > a, .pagination-container .pagination > li > span {
    border-radius: 8px !important;
    border: 1px solid #ff0000 !important;
    background: #FFF;
    color: #ff0000;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    transition: all 0.3s;
    padding: 7px;
    min-width: 36px;
    text-align: center;
}

.pagination-container .pagination > li {
    display: inline-block;
}

.pagination-container .pagination > li + li {
    margin-left: 3px
}

.pagination-container .pagination > li > a:hover, .pagination-container .pagination > li > span:hover, .pagination-container .pagination > li.active > span {
    background: #ff0000;
    color: #fff;
}

.pagination-container .pagination > li.disabled > a {
    color: #5C544E;
    cursor: not-allowed;
    border-radius: 8px;
    border-color: #B0ADAB !important;
    background: #DBDADA;
}

section.deputy-section {
    position: relative;
    overflow-y: hidden;
}

.content-home section.deputy-section:after {
    position: absolute;
    content: '';
    bottom: 90px;
    left: 0;
    right: 0;
    height: 245px;
    background: linear-gradient(#F9FAFB00, #F9FAFB);
}

.news2-main-carousel {
    position: relative;
}

.news2-main-carousel .slick-prev, .news2-main-carousel .slick-next,
.news2-section.headnew .slick-prev, .news2-section.headnew .slick-next {
    /* bottom: 10px; */
    top: 38%;
    right: 20px;
    z-index: 2;
    transition: all 0.3s;
    width: 32px;
    height: 32px;
}

.news2-main-carousel .slick-prev, .news2-section.headnew .slick-prev {
    left: 10px;
    right: 20px;
}

.news2-main-carousel .slick-prev:before, .news2-main-carousel .slick-next:before,
.news2-section.headnew .slick-prev::before, .news2-section.headnew .slick-next::before {
    color: #fff;
    font-size: 2rem;
    transition: all 0.3s;
    opacity: 9;
}

.slick-dots {
    display: flex;
    gap: 10px;
    position: relative;
    bottom: 0;
}

.slick-dots li {
    width: auto !important;
    height: auto !important;
    margin: 0;
}

.slick-dots li button::before {
    display: none;
    width: 20px;
    height: unset !important;
}

.slick-dots li button {
    border-radius: 10px;
    background: #D9D9D9;
    width: 15px !important;
    height: 8px !important;
    opacity: 1;
    font-size: 0;
    transition: all 0.3s
}

.slick-dots li.slick-active button {
    background: #ff0000;
    width: 45px;
}

.timeline-slick > .slick-list > .slick-track > .slick-slide.slick-current .timeline-desc p {
    color: #fff;
}

.title-divider-border a {
    color: #111827;
    text-align: center;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px; /* 127.778% */
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    margin-right: 10px;
    position: relative;
    padding-left: 10px;
}

.title-divider-border > a::before {
    position: absolute;
    top: 2px;
    content: '';
    left: 0;
    width: 5px;
    height: 17px;
    border-radius: 100px;
    background: #E60B00;
}

.divider-border {
    width: 100%;
    display: inline-block;
    height: 8px;
    background-image: url(../images/divider-border.svg);
    background-repeat: repeat-x;
    background-position: left center;
    margin: 15px 0px;
}

.container-timeline-bau-cu .title-divider-border a::before {
    display: none;
}

.container-timeline-bau-cu .title-divider-border a {
    color: #ff0000;
    font-size: xx-large;
    font-weight: 700;
    line-height: 23px; /* 127.778% */
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .main-header.header-fixed > .container-fluid {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .chuyenmuc .news-item > .col-md-4 {
        max-width: 270px;
    }

    header .block-slide {
        max-width: calc(100% - 119px - 274px)
    }

    /* .deputy-section-5col >.col-lg-3 {
      width: 20%;
    } */
    .news2-main-carousel .news2-slider-dots {
        position: absolute;
        bottom: 20px;
        left: calc(50% + 20px);
    }

    .news2-main-carousel-item .right .news2-content-box {
        padding-bottom: 50px;
    }

    .container-tab-home .nav-pills .council-btn {
        min-width: 280px;
    }

    .container-tab-home .nav-pills {
        margin-bottom: 40px !important;
    }

    .container-tab-home {
        padding-top: 40px !important;
    }

    .row-news2-main {
        margin-left: -30px;
        margin-right: -30px;
    }

    .row-news2-main > .col-6 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .row-news2-main > .col-6 + .col-6 {
        border-left: 1px solid #E3E5E8;
    }

    .news2-section:not(.headnew) {
        padding-bottom: 30px !important;
    }

    .news2-section-bottom {
        padding-top: 30px !important;
    }

    .banner {
        /* min-height: 500px; */
        display: flex;
        align-items: end;
    }

    .banner .section-title {
        padding-bottom: 40px !important;
    }
}

@media (max-width: 1199.98px) {
    .council-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 22px 18px;
    }
}

@media (max-width: 991.98px) {
    .council-title {
        font-size: 1.3rem;
    }

    .council-title-underline {
        width: 120px;
        height: 4px;
    }

    .council-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 14px 10px;
    }

    .council-btn {
        font-size: 1rem;
        padding: 0.6rem 1.2rem;
    }

    header .block-slide {
        max-width: calc(100% - 119px - 274px - 45px)
    }
}

@media (max-width: 767.98px) {
    .council-title {
        font-size: 1.1rem;
    }

    .council-title-underline {
        width: 60px;
        height: 3px;
    }

    .main-carousel-content.slick-dotted.slick-slider {
        margin-bottom: 10px;
    }

    .news2-slider-dots {
        margin-bottom: 20px;
    }

    .news2-main-carousel .slick-dots {
        justify-content: center;
    }

    .row-news2-main {
        padding-bottom: 20px;
    }

    .form-dai-bieu-quoc-hoi > .section-title-xs-center > .title-border {
        display: none;
    }

    .section-title-border .col-auto > .row > .col-md-auto:nth-child(2) {
        max-width: 100%;
    }

    .council-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px 6px;
    }

    .council-btn {
        font-size: 0.95rem;
        padding: 0.5rem 0.7rem;
    }

    .council-section .council-grid.row {
        gap: 0px;
        margin-left: -10px;
        margin-right: -10px;
        max-height: 300px;
        overflow: hidden;
        overflow-y: auto;
    }

    .council-section .council-grid.row > .col-4 {
        padding-left: 10px;
        padding-right: 10px;
    }

    .council-btn {
        margin-bottom: 20px;
    }

    .section-title-xs-center {
        text-align: center;
    }

    .navbar-toggler-icon {
        width: 35px;
        height: 30px;
    }

    .btn-header-menu {
        height: 35px;
        padding: 0;
        display: flex;
        align-items: center;
        width: auto;
    }

    .toggle-search {
        width: 100%;
        justify-content: end !important;
    }

    .header-logo-brand img {
        max-height: 35px;
        margin-right: 0 !important;
    }

    .xs-hidden {
        display: none
    }

    .khoa-item {
        padding: 6px
    }

    .khoa-quoc-hoi-grid {
        max-width: 100%;
        gap: 10px 5px
    }

    .dropdown-menu-KhoaQH {
        padding: 10px
    }

    .content-home section.deputy-section:after {
        display: none;
    }

    .news-section-bottom .news-desc {
        margin-bottom: 20px;
    }

    .banner > .container {
        padding-top: 20px;
    }

    .banner .section-title {
        font-size: 1.5rem;
        padding-bottom: 30px;
    }

    .banner {
        aspect-ratio: inherit !important;
    }

    .banner .khoa-icon {
        width: 150px;
        height: 150px;
        border-width: 2px;
        margin-bottom: 0;
    }

    .banner .khoa-icon h4 {
        font-size: 16px;
    }

    .banner .khoa-icon h3 {
        font-size: 22px;
    }

    .banner-slide .prev, .banner-slide .next {
        left: calc(50% - 140px);
        bottom: 90px;
        width: 30px;
        height: 30px;
    }

    .banner-slide .arrow-btn svg {
        width: 100%;
    }

    .banner .slick-list {
        padding-bottom: 20px;
    }

    .banner-slide .next {
        right: calc(50% - 140px);
        left: auto;
    }

    .deputy-section-content {
        margin-top: -50px;
        padding-top: 40px;
        background-size: 200% auto;
    }

    .deputy-section-content > .py-5 {
        padding-bottom: 0 !important;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .btn-header-icon {
        padding-left: 0.3rem;
        padding-right: 0.3rem;
    }
}

/* Section: Tin nổi bật theo Figma */

.news2-main-img {
    flex: 1 0 0;
    aspect-ratio: 640.00/426.67;
}

.news2-content-box {
    display: flex;
    padding: 107px 21px;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    flex: 1 0 0;
    align-self: stretch;
    border: 1px solid #E3E5E8;
    background: #FFF;
}

.news2-date, .news2-item-date {
    color: rgba(32, 33, 50, 0.75);;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.dot-green {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #16A34A;
    margin-right: 4px;
}

.news2-title {
    color: #322920;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}

.headnew-right .news2-title {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.headnew-right .news-item:first-child {
    margin-bottom: 15px;
}

.headnew-right .news-item:first-child .news-item-thumb {
    aspect-ratio: 5/3;
    border-radius: 12px;
}

.headnew-right .news-item:nth-child(n+2) .box-image {
    display: none;
}

.headnew-right .news-item {
    padding-top: 12px;
    padding-bottom: 12px;
    border-top: 1px dashed #757E8C;
    margin-bottom: 0;
}

.headnew-right .news-item:nth-child(2) {
    border-top: none;
}

.news2-desc, .news-desc {
    color: #322920;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.section-headnew-cate .news-desc {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news2-desc {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news2-section-bottom .news-desc {
    overflow: hidden;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news2-item {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media (max-width: 991.98px) {
    .news2-title {
        font-size: 1.1rem;
    }

    .news2-section .row.align-items-center {
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .news2-section {
        padding: 0 !important;
    }

    .news2-content-box {
        padding: 1rem;
    }
}

@media (max-width: 400px) {
    .section-title {
        font-size: 1.3rem;
    }
}

.news2-list-section {
    background: #fff;
}

.news2-list-item {
    background: #F9FAFB;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(124, 74, 2, 0.06);
    padding: 16px 12px;
    margin-bottom: 0;
    min-height: 120px;
}

.news2-list-thumb {
    width: 120px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.news2-list-title {
    color: #101828;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.3;
}

.news2-list-date {
    color: #667085;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.news2-list-desc {
    color: #344054;
    font-size: 0.98rem;
    margin-top: 2px;
}

@media (max-width: 991.98px) {
    .news2-list-thumb {
        width: 100px;
        height: 70px;
    }

    .news2-list-item {
        padding: 12px 8px;
    }
}

@media (max-width: 767.98px) {
    .news2-list-thumb {
        width: 80px;
        height: 60px;
    }

    .news2-list-item {
        padding: 10px 6px;
        flex-direction: column;
        align-items: flex-start;
    }

    .news2-list-item img {
        margin-bottom: 8px;
        margin-right: 0 !important;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {
    .modal-dai-bieu .modal-body {
        padding-left: 10px;
        padding-right: 10px;
    }

    .modal-dai-bieu .modal-dialog {
        max-width: 85%;
    }

    .vice-chair-info {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .modal-dai-bieu .modal-body {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 480px) {
    /* .header-icons .toggle-search .dropdown-menu {
      max-width: calc(100vw - 40px);
      right: -40px;
    } */
    .header-icons .toggle-search .dropdown-menu .input-group {
        min-width: 100% !important;
    }

    .header-top {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .main-header.header-fixed ~ .content-container {
        margin-top: 160px;
    }
}

.block-slide marquee {
    max-width: 100%;
    display: block;
}

.block-slide a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 10px;
}

.block-slide a:hover {
    color: #ffd700;
}

.block-slide a i {
    color: #F59E0B;
    font-size: 12px;
}

.unit-form-content .form-control:disabled {
    background-color: #e9ecef !important;
    border: 1px dashed grey;
}
