html,
body {
    font-size: 15px;
    font-family: Roboto;
}

@import url("https://cdn.autoketing.org/sdk-cdn/popup-fullsize/fonts/SF_Pro_Display/SF_Pro_Display.css");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@700&display=swap");

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row>*,
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 10px;
    padding-right: 10px;
}

.font-12 {
    font-size: 12px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-20 {
    font-size: 20px !important;
}

.detail-content img {
    max-width: 100% !important;
    height: auto !important;
}

.sc-longform-content img {
    max-width: 100% !important;
    height: auto !important;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: Roboto, Arial;
    font-size: 15px;
    background-color: #fff;
}

@media (min-width: 1366px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1280px
    }
}

header>.container {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(79 0 0 / 20%);
}

.navbar {
    padding: 0
}

.content-container {
    padding-left: 0;
    padding-right: 0;
}

.row-breadscrumb .breadcrumb {
    padding-top: 6px;
    padding-bottom: 6px;
}

.search-form-content .form-control,
.search-form-content select,
.search-form-content .btn {
    padding-top: 3px;
    padding-bottom: 3px;
    border-color: #ef8130 !important;
    outline-width: 0;
    outline-offset: 0;
}

.navbar-right-search {
    gap: 0px;
}

.navbar-right-search>form {
    max-width: 100px;
}

.navbar-right-search>form .form-control {
    padding: 0;
    color: #2A3342;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    box-shadow: none !important;
}

.navbar-right-search>form .btn {
    padding: 5px;
    box-shadow: none !important;
}

.navbar-right a.login-link {
    border-radius: 0px;
    background: transparent;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.navbar-right a.login-link img {
    width: 20px;
}

.navbar-sub .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-sub form {
    border-radius: 6px;
    background: #F6F6F6;
    height: 42px;
    padding: 3px 0px 3px 5px;
    border: 1px solid #e0e0e0;
}

.navbar-sub form input {
    background: transparent;
}

.navbar-sub .group-button {
    border: 1px solid #E8E8E8;
    background: #F9F9F9;
    display: flex;
    padding: 1px;
    justify-content: center;
    align-items: center;
    max-height: 42px;
}

.navbar-sub .group-button .hr-horizontal {
    width: 1px;
    height: 38px;
    background: #E8E8E8;
}

.navbar-sub .group-button a {
    color: #182940;
    text-align: center;
    font-family: Merriweather;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    text-decoration: none;
    width: 100%;
    padding: 6px 8px;
    flex: 1 0 0%
}

.navbar-sub .group-button.group-button--header-actions a {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    transition: color 0.15s ease, border-bottom-color 0.15s ease;
}

.navbar-sub .group-button.group-button--header-actions {
    align-items: stretch;
}

.navbar-sub .group-button.group-button--header-actions a:hover,
.navbar-sub .group-button.group-button--header-actions a:focus-visible,
.navbar-sub .group-button.group-button--header-actions a.is-active {
    color: #b61911;
    border-bottom-color: #d61c26;
}

.block-slide {
    /*    border-bottom: 0.5px solid #B0B5BD;
*/
}

.block-slide a {
    text-decoration: none;
    color: #000;
    font-family: Merriweather;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.block-slide a:hover {
    color: #DA251C
}

.block-slide a i {
    color: #F59E0B;
    font-size: 12px;
}

.new-marquee {
    position: relative;
    background: #fff3dd;
    /* width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; */
    padding: 0;
}

.new-marquee__viewport {
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
}

.new-marquee__container {
    position: relative;
}

.new-marquee__track {
    display: inline-flex;
    align-items: center;
    min-width: 200%;
    gap: 17px;
    animation: new-marquee-slide 45s linear infinite;
}

.new-marquee__item {
    margin: 0;
    padding: 0;
}

.new-marquee__item a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #000000;
    text-decoration: none;
    font-family: Merriweather, serif;
    font-size: 15px;
    line-height: 22px;
}

.new-marquee__item a:hover {
    color: #000000;
}

.new-marquee__item i {
    color: #ff7700;
    font-size: 12px;
    line-height: 19px;
}

.new-marquee__fade {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 100px;
    height: 22px;
    background: linear-gradient(90deg, rgba(255, 243, 221, 0) 0%, #fff3dd 88.462%);
    pointer-events: none;
}

@keyframes new-marquee-slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.detail-content-tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.detail-content-tags .li-tags-icon i {
    color: var(--primary, #da251c);
    font-size: 18px;
    margin-top: 2px;
}

.detail-content-tags li:not(.li-tags-icon) a {
    border-radius: 6px;
    border: 1px solid #d8dee6;
    background: #fff;
    padding: 4px 12px;
    color: #2a3342;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.detail-content-tags li:not(.li-tags-icon) a:hover {
    color: var(--red, #d61c26);
    border-color: var(--red, #d61c26);
    background: #fff7f7;
}

.newest-news-timeline {
    border-top: 1px solid #e4e8ee;
    border-bottom: 1px solid #e4e8ee;
    padding: 10px 0 0;
}

.newest-news-timeline__title {
    color: #b71c1c;
    font-family: Merriweather, serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 12px;
}

.newest-news-timeline__list {
    list-style: none;
    margin: 0;
    padding: 0 0 0 24px;
    position: relative;
}

.newest-news-timeline__list::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #d9dee7;
}

.newest-news-timeline__item {
    position: relative;
    padding: 12px 0 18px;
}

.newest-news-timeline__dot {
    width: 10px;
    height: 10px;
    border-radius: 9999px;
    background: #b31b57;
    position: absolute;
    left: -21px;
    top: 16px;
    z-index: 1;
}

.newest-news-timeline__time {
    color: #8a93a3;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.newest-news-timeline__card {
    display: flex;
    gap: 16px;
}

.newest-news-timeline__thumb {
    width: 220px;
    min-width: 220px;
    display: block;
}

.newest-news-timeline__thumb img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.newest-news-timeline__headline {
    margin: 0 0 6px;
}

.newest-news-timeline__headline a {
    color: #2a3342;
    font-family: Merriweather, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;
}

.newest-news-timeline__headline a:hover {
    color: var(--red, #d61c26);
}

.newest-news-timeline__desc {
    margin: 0 0 8px;
    color: #4d5969;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newest-news-timeline__desc-link {
    display: block;
    text-decoration: none;
}

.newest-news-timeline__meta {
    margin: 0;
    color: #b92222;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.3;
    text-transform: uppercase;
}

.newest-news-timeline__meta-link {
    text-decoration: none;
}

@media (max-width: 1199.98px) {
    .newest-news-timeline__title {
        font-size: 22px;
    }

    .newest-news-timeline__headline a {
        font-size: 18px;
    }

    .newest-news-timeline__desc {
        font-size: 14px;
    }
}

@media (max-width: 767.98px) {
    .newest-news-timeline__list {
        padding-left: 18px;
    }

    .newest-news-timeline__dot {
        left: -15px;
    }

    .newest-news-timeline__time {
        font-size: 13px;
    }

    .newest-news-timeline__card {
        display: block;
    }

    .newest-news-timeline__thumb {
        width: 100%;
        min-width: 100%;
        margin-bottom: 10px;
    }

    .newest-news-timeline__thumb img {
        height: auto;
        max-height: 220px;
    }

    .newest-news-timeline__headline a {
        font-size: 17px;
    }

    .newest-news-timeline__desc {
        font-size: 13px;
    }
}

.contact-us p {
    margin-bottom: 0
}

.search-form-content .form-control {
    border-right: none;
}

.search-form-content .btn span {
    color: #ef8130
}

.marquee-content a {
    color: #be0101 !important;
    padding: 5px 0 0 0;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

/*.box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}
*/

.services-section img {
    width: 100%;
}

.services-section-image-sub {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.services-section-image-sub a {
    width: 25%;
    flex: 0 0 auto;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.services-section-image-sub-2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.services-section-image-sub-2 a {
    width: 50%;
    flex: 0 0 auto;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.section-multimedia {
    background: #FAFAFC;
    margin-bottom: 20px;
    /*margin-top: 20px;*/
    padding-bottom: 10px;
}

.section-multimedia a {
    text-decoration: none;
}

.article-content-right>.right-post-component.mt-3:first-child {
    margin-top: 0 !important;
    border-radius: 10px;
    border: 1px solid var(--border-table, #CED8EB);
    background: #FFF;
    padding: 15px;
}

.article-content-right .right-post-component {
    border-radius: 10px;
    border: 1px solid var(--border-table, #CED8EB);
    background: #FFF;
    padding: 15px;
}

.UIWeatherForcast {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border: none;
    background: transparent;
    padding: 0;
    color: #2a3342;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

.UIWeatherForcast .info-name {
    font-weight: 400;
}

.UIWeatherForcast .info-temp {
    font-weight: 600;
}

.UIWeatherForcast .info-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
    vertical-align: middle;
    margin-left: 2px;
}

.relate-post ul {
    padding: 0
}

.relate-post ul li {
    position: relative;
    display: flex;
    gap: 10px;
}

.relate-post ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    aspect-ratio: 1/1;
    background: #8896AB;
    margin: 12px 0px 0 0;
}

.relate-post a {
    color: #031739;
    font-family: Roboto;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 146.667% */
    text-decoration: none;
    padding: 6px 0;
    width: 100%;
    display: inline-block;
}

.sidebar-card-news {
    border: 1px solid #D0B779;
    background: linear-gradient(180deg, #FCFAF6 0%, #FCFAF6 100%);
}

.sidebar-card-news .card-widget .card-body {
    padding: 0 15px
}

.sidebar-card-news .card-widget .card-title {
    color: #031739;
    font-family: Merriweather;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 146.667% */
    letter-spacing: -0.45px;
    text-transform: none;
    margin-bottom: 0;
}

.sidebar-card-news .top-home-title a {
    color: #1B1D2D;
    font-family: Merriweather;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 133.333% */
}

.sidebar-card-news .order-2 .item {
    border-top: 1px dashed var(--Dark-Gray-400, #757E8C);
    padding: 10px 0 !important;
}

.sidebar-card-news .order-2 .item a {
    color: #1B1D2D;
    font-family: Merriweather;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    text-decoration: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.tinlienquan-box {
    border-radius: 12px;
    background: #FFFDEB;
    padding: 20px 30px;
    margin: 0px 60px;
}

.tinlienquan-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 20px;
}

.tinlienquan-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    color: #2A3342;
    font-family: Merriweather;
    white-space: nowrap;
    text-align: left;
}

.tinlienquan-list {
    display: flex;
    flex-direction: column;
}

.tinlienquan-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 15px 0;
}

.tinlienquan-item+.tinlienquan-item {
    border-top: 1px dashed #757E8C;
}

.tinlienquan-icon {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    margin-top: 2px;
    position: relative;
    border-radius: 50%;
    border: 1px solid #E60B00;
    background-color: transparent;
}

.tinlienquan-icon img {
    width: 100%;
    height: 100%;
    display: none;
}

.tinlienquan-icon::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 50%;
    background-color: #E60B00;
}

.tinlienquan-text {
    flex: 1 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: Merriweather;
    color: #1B1D2D;
    text-decoration: none;
}

.tinlienquan-text:hover {
    color: #AE0008;
    text-decoration: none;
}

.sidebar-card-news .order-2 .item a:hover,
.relate-post a:hover,
.card-widget.card-headnew .content-box>.post-show .top-home-title a:hover {
    color: #AE0008;
}

.list-post-docs {
    width: 100%;
}

.box.box-multimedia>.box-heading {
    /* background: linear-gradient(180deg, #F6F6F6 0%, #F6F6F6 100%); */
    display: flex;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
}

.box.box-multimedia>.box-heading .box-heading-link {
    color: #212529;
    font-family: Merriweather;
    font-size: 23px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    display: flex;
    gap: 5px;
    align-items: center;
}

.box.box-multimedia>.box-heading .box-heading-hashtag .nav-item::before {
    display: none;
}

.box.box-multimedia>.box-heading .box-heading-hashtag .nav-item.active .nav-link {
    color: #E50000;
}

.box.box-multimedia>.box-heading .box-heading-hashtag .nav-item .nav-link {
    display: flex;
    color: #212529;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    align-items: center;
    gap: 5px;
    padding-left: 0;
    padding-right: 0;
}

.box.box-multimedia>.box-heading .box-heading-hashtag .nav-item+.nav-item {
    margin-left: 16px;
}

.box.box-style-5 .box-heading {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #DDD;
}

.box.box-style-5 .box-heading .box-heading-link img {
    display: inline-block;
}

.box.box-style-5 .box-heading .box-heading-link {
    color: #1C232D;
    font-family: Merriweather;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    text-decoration: none;
}

.box.box-style-5 .news-head .title-new {
    font-weight: 700;
    line-height: 22px;
    width: 100%;
    display: inline-block;
    margin-bottom: 5px;
    color: #1C232D;
    font-family: Merriweather;
    font-size: 15px;
    font-style: normal;
    margin-top: 10px;
    text-decoration: none;
}

.box.box-style-5 .news-head .thumbs {
    position: relative;
}

.box.box-style-5 .news-head .thumbs::before {
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
}

.box.box-style-5 .list-group-item .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* 0);
    margin-right: calc(-.5* 1.5rem);
    margin-left: calc(-.5* 1.5rem);
}

.box.box-style-5 .list-group-item .row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(1.5rem* .5);
    padding-left: calc(1.5rem* .5);
    margin-top: 0;
}

.box.box-style-5 .list-group-item {
    padding: 12px 0;
    border-top: 1px solid #CED1D6;
    background: transparent;
}

.box.box-style-5 .list-group-item .title-new {
    font-size: 13px;
    line-height: 20px;
    margin-top: -6px;
    display: inline-block;
    color: #1C232D;
    font-family: Merriweather;
    font-style: normal;
    font-weight: 400;
}

.box.box-style-5 .title-new:hover {
    color: rgba(159, 12, 16, 1)
}

.box.box-style-5 .list-group-item .thumbs {
    position: relative;
}

.box.box-style-5 .list-group-item .thumbs img,
.box.box-style-5 .news-head .thumbs img {
    font-size: 50%;
    color: #666;
    border-radius: 8px;
}

.box.box-style-5 .list-group-item .thumbs img {
    border-radius: 4px;
    aspect-ratio: 16/11 !important;
}

.box.box-style-5 .list-group-item .thumbs::before {
    position: absolute;
    content: "";
    top: 10px;
    right: 10px;
    width: 15px;
    height: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}

.box.box-style-5.video .news-head .thumbs::before,
.box.box-style-5.video .list-group-item .thumbs::before {
    background-image: url("/images/play-icon.svg");
}

.box.box-style-5.lens .news-head .thumbs::before,
.box.box-style-5.lens .list-group-item .thumbs::before {
    background-image: url("/images/lens-icon.svg");
}

.box.box-style-5.infographic .news-head .thumbs::before,
.box.box-style-5.infographic .list-group-item .thumbs::before {
    background-image: url("/images/inphographic-icon.svg");
}

.box.box-style-5.emagazine .news-head .thumbs::before,
.box.box-style-5.emagazine .list-group-item .thumbs::before {
    background-image: url("/images/emagazine-icon.svg");
}

.box.box-style-5 .list-group-item .row .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.box.box-style-5 .list-group-item .row .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.img-16x10 {
    aspect-ratio: 16 / 10;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.map-card {
    border: 0.5px solid #ffd477;
    border-radius: 12px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 15px;
    position: relative;
    background: #fff3dd;
}

.map-card .map-card__media {
    position: relative;
    width: 100%;
    aspect-ratio: 296 / 212;
    overflow: hidden;
}

.map-card .map-card__media a,
.map-card .map-card__media picture,
.map-card .map-card__media img {
    display: block;
    width: 100%;
    height: 100%;
}

.map-card .map-card__media img {
    object-fit: cover;
}

.map-card img {
    width: 100%;
}

.map-card .card-header-custom {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #fff3dd 0%, rgba(255, 243, 221, 0.8) 60%, rgba(255, 243, 221, 0) 100%);
    padding: 10px 12px 30px;
    text-align: center;
    color: #bb0707;
    font-family: Merriweather, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
}

/* Modal full ảnh bản đồ (giữ cùng style với map card) */
#mapImageModal .modal-header {
    padding: 0;
    border-bottom: none;
    position: relative;
    background: linear-gradient(180deg, #fff3dd 0%, rgba(255, 243, 221, 0.8) 60%, rgba(255, 243, 221, 0) 100%);
    border-top-left-radius: var(--bs-modal-border-radius, 0.3rem);
    border-top-right-radius: var(--bs-modal-border-radius, 0.3rem);
    overflow: hidden;
}

#mapImageModal .modal-header .card-header-custom {
    margin: 0;
    flex: 1;
}

#mapImageModal .modal-header .btn-close {
    background-color: transparent !important;
    border: none !important;
    opacity: 1;
}

#mapImageModal .card-header-custom {
    background: transparent;
    padding: 10px 12px 14px;
    text-align: center;
    color: #bb0707;
    font-family: Merriweather, serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

#mapImageModal .modal-header .btn-close {
    margin: 0;
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 2;
}

.box.box-multimedia .box-category-link-with-avatar {
    position: relative;
}

.box.box-multimedia .box-category-link-with-avatar:after {
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 0 0 8px 8px;
}

.box.box-multimedia .box-category-link-with-avatar img {
    aspect-ratio: 16/10;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 8px;
}

.box.box-multimedia .box-category-item {
    position: relative;
    border-radius: 8px;
    max-width: 100%;
}

.box.box-multimedia .slick-list {
    border-radius: 8px;
    overflow: hidden;
}

.box.box-multimedia .box-category-item-content {
    position: absolute;
    width: 1280px;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%, 0);
    max-width: 80%;
    max-width: 875px;
}

.box.box-multimedia .box-category-item-content h3 {
    gap: 20px;
}

.box.box-multimedia .box-category-item-content .icon {
    width: 80px;
}

.box.box-multimedia .box-category-item-content .title-new {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    color: #FFF;
    font-family: Merriweather;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    text-decoration: none;
}

.box.box-multimedia .slick-dots {
    position: absolute;
    width: 1280px;
    left: 50%;
    margin: 0 auto;
    text-align: left;
    bottom: 10px;
    transform: translate(-50%, 0);
    padding-left: 15%;
    max-width: 80%;
}

.box.box-multimedia .slick-dots li {
    width: auto;
    margin: 0;
}

.box.box-multimedia .slick-dots button {
    background: rgba(255, 255, 255, 0.6);
    width: 7px;
    height: 7px;
    margin-right: 10px;
    border-radius: 10px;
    opacity: 1;
    transition: ease 0.3;
}

.box.box-multimedia .slick-dots button:before {
    display: none;
}

.box.box-multimedia .slick-dots .slick-active button {
    width: 35px;
    background: rgb(255, 255, 255);
}

.homemedia {
    background: #FFFAE5;
    padding: 20px 30px 10px;
}

.homemedia>.row .row>.col-12 {
    margin-bottom: 15px
}

.homemedia .homemedia-first .avatar i.ic {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

.homemedia .avatar {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 10px
}

.homemedia .avatar i.ic {
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 10px;
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    color: #FFF;
    background-color: rgba(159, 12, 16, 0.80);
}

.homemedia .avatar img {
    aspect-ratio: 16/10;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
    color: #666;
    font-size: 80%;
    text-decoration: none
}

.homemedia .multimedia-titlebar {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 15px
}

.homemedia .multimedia-titlebar .title {
    width: 100%
}

.homemedia .multimedia-titlebar .title a {
    padding: 0;
    float: left;
    font-size: 20px;
    font-weight: 400;
    color: #E3151A;
    text-transform: uppercase;
    text-decoration: none
}

.homemedia .multimedia-titlebar .sublinks {
    width: 100%;
    text-align: right;
    font-size: 20px;
    font-weight: 400;
    color: #262626;
    text-transform: uppercase;
    text-decoration: none
}

.homemedia .multimedia-titlebar .sublinks a {
    color: #262626;
    text-decoration: none
}

.homemedia .multimedia-titlebar .sublinks a:hover {
    color: #E3151A;
}

.homemedia .homemedia-first h2 a,
.homemedia .homemedia-other a {
    color: #1f1a17;
    font-size: 18px;
    font-weight: 500;
    line-height: initial;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-decoration: none !important;
}

.homemedia .homemedia-first h2 a:hover,
.homemedia .homemedia-other a:hover {
    color: #E3151A
}

.homemedia .homemedia-other a {
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}

.box-image {
    width: 100%;
    /* Chiều rộng tùy chỉnh */
    aspect-ratio: 16 / 9;
    /* Đặt tỷ lệ mong muốn */
    overflow: hidden;
    /* Ẩn phần hình ảnh thừa */
}

.box-image img {
    width: 100%;
    height: 100%;
    /* Giữ nguyên tỷ lệ ảnh */
    object-fit: cover;
    /* Tối ưu để ảnh lấp đầy khung */
}

/* Hover effect test riêng (không dùng class hover chung) */
.box-image-hover {
    overflow: hidden;
}

.box-image-hover img {
    transition: transform 0.4s;
    transform-origin: center center;
    display: block;
    will-change: transform;
    backface-visibility: hidden;
    transform: translateZ(0);
}

.box-image-hover:hover img {
    transform: translateZ(0) scale(1.05);
}

@media(max-width: 480px) {
    .homemedia {
        padding: 20px 10px 10px;
    }

    header .banner-page .header-logo .header_title .text {
        font-size: 19px;
        letter-spacing: -1px;
    }
}

.cate_info {
    padding: 20px 0;
    border-bottom: 1px solid #d0d0d0;
    display: flex;
    align-items: flex-end;
}

.cate_info .name_cate {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    color: #b61911;
    margin-right: 25px;
    margin-bottom: 0;
}



.title-mobile {
    display: none;
}

/* 
header .top-header .infodate {
    font-size: 12px
}

header .right-top-header .social li + li {
    margin-left: 12px
}

header .right-top-header .social li img {
    transition: all ease 0.2s
}

header .right-top-header .social li:hover img {
    transform: scale(1.2);
}

header.header-transparent {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    border-bottom: none;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

/* Legacy background assets (commented in original area)
header .banner>.container {
    background: #FFFDEB;
    background-image: url('../images/Banner_VPUB.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
}

header .banner::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;
    content: '';
    background-image: url('/images/header-pattern.svg');
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top left;
}

header .banner>.container {
    background: linear-gradient(90deg, #FFFDEB 32.6%, #FFF 53.55%);
    background-image: url('../images/bg-header-left.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 1;
    position: relative;
}

header .banner>.container:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../images/bg-header-right.png');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

header .banner>.container {
    background-image: url('../images/bg-TrongDong-header.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

header .banner.banner-page .header-logo .header-logo-content:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -300px;
    width: 674px;
    background-image: url('/images/bg-TrongDong-header.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: auto 100%;
    z-index: 0;
}
*/

header .header-right .clock {
    color: #000;
    text-align: right;
    font-family: Roboto;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px #fff, 1px 0px 1px #fff, 0px -1px 1px #fff, -1px 0px 1px #fff, 0px 0px 1px #fff;
}

header .header-right .group-button a {
    border-radius: 5px;
    background: #FFF;
    padding: 0px 9px;
    box-shadow: 0px 1px 3px 0px rgba(42, 51, 66, 0.06), 0px 1px 2px 0px rgba(42, 51, 66, 0.03);
}

header .banner .header-logo {
    padding: 20px 10px;
    position: relative;
    z-index: 1;
}

header .header-logo .header_title .text {
    color: #E60B00;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
}

header .header-logo .header_title .name {
    color: #E60B00;
    text-align: center;
    text-shadow: 0px 0px 2px #fff, 2px 0px 0px #fff, 0px 2px 0px #fff, -2px 0px 0px #fff, 0px -2px 0px #fff;
    font-family: Merriweather;
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
    text-transform: uppercase;
}

header .header_laction {
    text-decoration: none;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 10px;
}

header .header_laction a {
    color: #000;
    text-decoration: none;
}

header .header_laction a:hover {
    color: #E60B00
}

*/ header .top-header .infodate {
    font-size: 12px
}

header .right-top-header .social li+li {
    margin-left: 12px
}

header .right-top-header .social li img {
    transition: all ease 0.2s
}

header .right-top-header .social li:hover img {
    transform: scale(1.2);
}

header.header-transparent {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    border-bottom: none;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
}

/* Legacy banner rules (kept for future reuse)
header .banner {
    background: #FFFDEB;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;
    border-bottom: 1px solid #fff;
}

header .banner .header-logo {
    padding: 20px 10px
}

header .banner.banner-page {
    overflow: hidden;
}

header .banner.banner-page>.container {
    background-image: none;
}

header .banner.banner-page .header-logo {
    padding: 0;
}

header .banner.banner-page .header-logo .header-logo-content {
    padding: 20px 0px;
    position: relative;
}

header .banner.banner-page .header-logo .header-logo-content h1,
header .banner.banner-page .header-logo .header-logo-content .header_title {
    z-index: 1;
}
*/

header .header-logo .header_title .text {
    color: #E60B00;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
}

header .header-logo .header_title .name {
    color: #E60B00;
    text-align: center;
    text-shadow: 0px 0px 2px #fff, 2px 0px 0px #fff, 0px 2px 0px #fff, -2px 0px 0px #fff, 0px -2px 0px #fff;
    font-family: Merriweather;
    font-size: 36px;
    font-weight: 900;
    line-height: 36px;
    text-transform: uppercase;
}

header .header_laction {
    text-decoration: none;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 10px;
    justify-content: center;
}

header .header_laction a {
    color: #000;
    text-decoration: none;
}

header .header_laction a:hover {
    color: #E60B00
}

.banner img {
    max-width: 100%;
}

.navbar {
    border: none;
    background: transparent;
    border-bottom: 0.5px solid #d8dadf;
}

.navbar>.container {
    width: 100%;
    z-index: 999;
    transition: position 0.2s linear;
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    /* border-top: 0.5px solid #d8dadf; */
    background: #FFF;
    color: #182940;
}

.navbar .navbar-brand {
    display: flex;
    margin-right: 0px;
    padding: 3px 0px 6px 0px;
    height: 100%;
    /* display: none; */
}

.navbar .navbar-brand i {
    font-size: 13px;
    color: #182940
}

.navbar .navbar-collapse {
    /* display: flex; */
    align-items: center;
    justify-content: space-around;
    border-top: 0;
    border-bottom: 0;
    padding: 0;
    width: calc(100% - 20px - 30px);
}

.navbar .navbar-toggler .navbar-toggler-icon {
    color: #182940
}

.navbar .navbar-right>form {
    position: relative;
    /*    width: 20px;*/
    height: 20px;
}

.navbar .navbar-right>form .dropdown-toggle:after {
    display: none
}

.navbar .navbar-right form .dropdown-menu {
    min-width: 300px;
    right: -14px;
    left: auto;
    top: -10px;
    padding: 2px;
    padding-left: 15px;
    border: 1px solid #d8d8d8;
    border-radius: 200px;
    height: 35px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 230px;
    padding: 10px;
}

.navbar .navbar-right form .dropdown-menu.show {
    display: flex !important;
}

.navbar .navbar-right form .dropdown-menu .btn {
    border: none;
    background: #539250;
    color: #fff;
    border-radius: 200px;
    font-size: 14px;
    padding: 3px 15px 2px
}

.navbar .navbar-right form .dropdown-menu input {
    border: none;
    padding: 5px 10px
}

.navbar .navbar-nav>li.nav-item>a,
.navbar .navbar-brand {
    padding: 10px;
    color: #182940;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    text-transform: uppercase;
    font-family: Merriweather;
    border-bottom: 2px solid transparent;
}

.navbar .navbar-nav>li.nav-item>a:after {
    display: none;
}

.right-post-component.partial7 {
    height: 100%;
}

.right-post-component.partial7 .post-box-component {
    padding: 10px 0;
    border: none;
    height: 100%;
    display: inline-block;
    max-height: calc(100% - 55px);
}

.dropdown-item {
    font-size: 14px;
    padding: 10px;
}

.dropdown-menu>li+li {
    border-top: 1px dashed rgba(0, 0, 0, 0.25)
}

.dropdown-menu>li+li a:hover {
    color: #b61911;
    background-color: transparent !important;
}

.navbar .dropdown-menu .nav-link {
    color: #000
}

.navbar .dropdown-menu .nav-link:hover {
    color: #b61911
}

.navbar .navbar-nav>li.nav-item.active>a,
.navbar .navbar-nav>li.nav-item>a:hover,
.navbar .navbar-brand:hover {
    color: #b61911;
    border-bottom: 2px solid #d61c26;
}

.navbar-right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-right .navbar-toggler {
    padding: 8px 0 0 0;
    box-shadow: none !important;
}

.headnew {
    padding: 10px 0;
    margin-bottom: 15px;
}

.headnew-second {
    border-top: 1px solid #e4e1e19c;
    padding-top: 20px;
}

.headnew .headnew-left .headnew-thumb a {
    width: 100%;
    height: 290px;
    display: inline-block
}

.headnew .headnew-title.top-home-title a {
    font-size: 22px;
    line-height: 32px;
}

.headnew-right-thumb.box-image {
    margin-bottom: 15px
}

.top-home-cont {
    font-family: "SF Pro Display", Roboto, Arial;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #5c5c5c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 0;
}

figure.image {
    text-align: center;
}

.top-home-title,
.top-home-title a {
    color: #1f1a17;
    font-family: Merriweather, Roboto, Arial;
    font-size: 14px;
    font-weight: 500;
    line-height: initial;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-decoration: none !important;
    margin-bottom: 0;
    /*line-height: 20px;*/
    text-align: justify;
}

.top-home-title.d-flex {
    gap: 11px !important
}

.item.main .top-home-title,
.item.main .top-home-title a {
    margin-top: 5px !important;
}

.right-post-component.partial7 .item.main .top-home-title,
.right-post-component.partial7 .item.main .top-home-title a {
    margin-top: 0px !important;
}

.right-post-component.partial7 .box-image {
    aspect-ratio: 16/11;
}

.top-home-title.d-flex .border-vertical {
    width: 1px;
    height: 31px;
    display: inline-block;
    content: '';
    background: #D5DAE1;
}

.item.main .top-home-title a {
    overflow: hidden;
    color: #031739;
    text-overflow: ellipsis;
    font-family: Merriweather, Roboto, Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    /* 127.778% */
}

.item.main .top-home-title a:hover {
    color: #E60B00
}

.partial7 .box-image~.top-home-title a {
    font-size: 18px;
}

.headnew-emagazine .post-show .top-home-title,
.headnew-emagazine .post-show .top-home-title a {
    font-size: 2rem;
    padding: 10px 0 !important
}

.headnew-emagazine .post-show .top-home-title a {
    padding: 0 !important
}

.list-post-items .top-home-title {
    margin-bottom: 5px
}

.list-post-items .top-home-title,
.list-post-items .top-home-title a {
    font-size: 16px;
}

.list-post-items .detail {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list-post-items .item {
    padding-top: 20px;
    padding-bottom: 20px;
}

.list-post-items .item+.item {
    border-top: 1px solid #e4e1e19c;
}

.list-post-items .see-more {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.list-post-items .see-more a {
    max-width: 125px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background: #f2f2f2;
    padding: 9px 40px;
    color: #424445;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: none;
}

.list-post-items .detail .content {
    color: #5c5c5c;
    line-height: 22px;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-align: justify;
}

.top-home-title:hover,
.top-home-title a:hover {
    color: #b61911
}

.headnew-second-item .top-home-cont {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.info-post {
    display: flex;
    align-items: flex-start;
    font-size: 10px;
    /*font-weight: 500;*/
    line-height: 12px;
    position: relative;
    flex-wrap: wrap;
    text-align: justify;
}

.info-post-cate,
.info-post-cate a {
    color: #b61911;
    font-size: 10px !important;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none !important;
    margin-right: 12px;
    margin-bottom: 4px;
}

.info-post-times,
.info-post-times a {
    padding: 0;
    display: block;
    margin-left: 0;
    margin-top: 2px;
    color: #404F65;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.card-widget.card-headnew {
    /* margin-bottom: 20px; */
    border: 1px solid #e4e4e4;
    padding: 16px 16px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 3px 8px #00000006;
    height: 637px;
}

.card-widget {
    background: transparent;
    border: none;
    border-radius: 0;
}

.card-widget .card-header {
    display: flex;
    flex-wrap: wrap;
    background: transparent !important;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.card-widget .card-title,
.breadcrumb-category .breadcrumb-item.cate-name a,
.right-post-component .title-right-box .title,
.right-post-component .title-right-box .title a {
    color: #2A3342;
    text-align: center;
    font-family: Merriweather;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    /* 135.294% */
    /*text-transform: uppercase;*/
    padding: 0px 2px 5px 0px !important;
    width: fit-content;
    position: relative;
    text-decoration: none !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.right-post-component .title-right-box::-webkit-scrollbar,
.right-post-component .title-right-box::-webkit-scrollbar {
    display: none;
}

/* .card-widget .card-title:before, .right-post-component .title-right-box .title:before, .right-post-component .title-right-box .title a:before {
            width: 5px;
            height: 17px;
            margin: 2px 7px 0 0;
            float: left;
            display: inline-block;
            content: '';
            border-radius: 100px;
            background: #E60B00;
        } */

.card-widget .card-title-list {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    flex-grow: 1;
    max-width: fit-content;
    padding-left: 15px;
    padding-right: 10px
}

.card-widget .card-title-list a,
.breadcrumb-category .breadcrumb-item.cate-child a {
    color: #5c5c5c;
    text-decoration: none;
    /* text-transform: uppercase; */
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    font-size: 13px;
    font-family: "SF Pro Display", Roboto, Arial;
    padding: 0 8px
}

.card-widget .card-title-list a:hover,
.breadcrumb-category .breadcrumb-item.cate-child a:hover {
    color: #b61911
}

.card-widget .card-body {
    padding-left: 0;
    padding-right: 0
}

.card-widget .content-box>.col-md-4 {
    border-right: 0.7px solid #e4e1e19c;
}

.card-widget .content-box>.col-md-4>.item {
    border-bottom: 0.7px solid #e4e1e19c;
    padding-bottom: 6px !important;
    padding-top: 6px !important;
}

.card-widget .content-box>.col-md-4>.item:last-child {
    padding-bottom: 0;
    border: none
}

.card-widget .content-box>.col-md-4 .top-home-title {
    padding-top: 8px;
    padding-bottom: 12px;
}

.card-widget .content-box>.post-show .box-image {
    aspect-ratio: 16/10;
}

.card-widget.card-headnew .content-box>.post-show .box-image {
    aspect-ratio: 615 / 420;
}

.card-widget .content-box>.post-show .top-home-title {
    line-height: 25px;
    padding-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 10px;
}

.card-widget .content-box>.post-show .top-home-title a {
    font-size: 18px;
}

.card-widget .content-box>.post-show>.post-show-slide .top-home-title a {
    font-size: 15px;
}

.card-widget.card-headnew .content-box>.post-show .top-home-title a {
    color: #000;
    /* font-family: Merriweather; */
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.slider-post-box .box {
    background: #5d9250;
    color: #fff;
}

.card-widget.card-headnew .content-box>.post-show .content {
    font-size: 16px;
    margin-bottom: 0;
}

.partial4 .slider-left .item .box {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(180deg, #151011 0%, rgba(21, 16, 17, 0) 71.35%);
    transform: rotate(-180deg);
    position: absolute;
    z-index: -1;
}

.partial4 .slider-left .item {
    padding-top: 300px;
    height: 552px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    border: none;
    margin-bottom: 2px;
}

.partial4 .slider-left .item .top-home-title a {
    line-height: 32px;
    margin: auto;
    margin-bottom: 10px;
    text-align: center;
    max-width: 693px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #ffffff;
    min-height: 70px;
    font-size: 24px;
}

.partial4 .slider-left .item p.description {
    max-width: 693px;
    margin: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 50px;
    min-height: 48px;
    font-family: var(--font-content);
    font-style: italic;
}

.partial4 .slider-left .item .info {
    justify-content: center;
    align-items: center;
    display: flex;
}

.partial4 .slider-left .item .info .info-post-title {
    margin-right: 20px;
}

.partial4 .slider-left .item .info .circle-point {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    background: #ffffff;
    display: block;
    margin-right: 5px;
}

.partial4 .slider-left .slick-list {
    max-height: 552px;
    height: 552px !important
}

.partial4 .slick-vertical .slick-slide {
    height: 552px;
}

.partial4 .slider-post-box .slider-right .item,
.list-video-right-box .item {
    padding: 14px 30px;
    height: 99px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff
}

.slider-post-box .list-video-right-box {
    background: #4a773e;
}

.list-video-right-box .item {
    height: auto;
    padding: 12px 15px
}

.list-video-right-box .item .avatar {
    position: relative;
}

.list-video-right-box .item div.play-icon-small {
    position: absolute;
    bottom: 12px;
    right: 20px
}

.list-video-right-box .item .col-7.detail {
    padding-left: 0;
}

.list-video-right-box .item .col-7.detail .top-home-title,
.list-video-right-box .item .col-7.detail .top-home-title a {
    color: #fff
}

.list-video-right-box .item .col-7.detail .top-home-title:hover,
.list-video-right-box .item .col-7.detail .top-home-title a:hover {
    color: #76bb73
}

.partial4 .slider-post-box .btn-wrap {
    text-align: end;
    padding: 14px 30px;
}

.partial4 .slider-post-box .btn-wrap .btn {
    padding: 1px
}

.partial4 .slider-post-box .slider-right .item a,
.list-video-right-box .item a {
    display: contents
}

.partial4 .slider-post-box .slider-right .item a,
.partial4 .slider-post-box .slider-right .item .top-home-title,
.list-video-right-box .item a {
    color: #fff;
    text-decoration: none;
}

.partial4 .slider-post-box .slider-right .item .top-home-title,
.list-video-right-box .item .top-home-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    font-style: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 5px;
}

.partial4 .slider-post-box .slider-right .item .info {
    display: flex;
    align-items: center;
}

.partial4 .slider-post-box .slider-right .item .circle-point {
    width: 5px;
    height: 5px;
    background: #ffffff;
    border-radius: 50%;
}

.partial4 .slider-post-box .slider-right .item .info-post-title {
    padding: 0 16px 0 8px;
    line-height: 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
}

.partial4 .slider-post-box .slider-right .item.slick-current,
.partial4 .slider-post-box .slider-right .item:hover {
    background: #49773ec7
}

.post-show-slide {
    background: #f4f4f4;
    padding: 15px 8px;
    padding-bottom: 20px;
    margin-top: 25px;
}

.partial-video .video-show {
    position: relative;
    padding-bottom: 55px;
    padding-top: 273px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    height: 100%;
    width: 100%;
}

.title-video-mobile .top-home-title a {
    color: #fff;
    margin-top: 15px;
}

.partial-video .list-video-right-box {
    padding-top: 10px;
    padding-bottom: 8px;
}

.partial-video .video-show .top-home-title,
.partial-video .video-show .top-home-title a {
    margin: auto;
    max-width: 693px;
    line-height: 32px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #ffffff;
    overflow: hidden;
    min-height: 66px;
    font-size: 22px;
    text-align: center;
}

.slider-post-box .video-show .top-home-title:hover,
.slider-post-box .video-show .top-home-title a:hover {
    color: #5d9250
}

.slider-post-box .opacity-video {
    background: linear-gradient(180deg, #151011 0%, rgba(21, 16, 17, 0) 71.35%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    transform: rotate(-180deg);
    z-index: -1;
}

.slider-post-box .info-post {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.slider-post-box .play-icon-video {
    border-radius: 50%;
    background: #000000;
    opacity: 0.5;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    transition: opacity 0.3s ease;
}

.slider-post-box .play-icon-video svg {
    color: #f5f5f5
}

.slider-post-box .video-yt {
    height: 100%;
    transition: all 0.3s ease-in-out;
}

.slider-post-box .video-yt p {
    height: 100%;
}

.slider-post-box .video-yt iframe {
    width: 100%;
    height: 100%;
}

.slider-post-box .info-post-title a {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
}

.right-post-component .title-right-box {
    border-bottom: 1px solid #e4e8ef;
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto;
}

.right-post-component.border-0 .title-right-box {
    border-color: #2A2D40;
}

/*    .right-post-component .title-right-box .title, .right-post-component .title-right-box .title a {
        color: #b61911;
        line-height: 24px;
        font-size: 18px;
        font-weight: 600;
        font-style: normal;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        padding-top: 9px;
        text-decoration: none;
        text-transform: uppercase;
    }*/

.top-home-date.text-danger {
    color: #AE0008 !important;
    font-size: 13px;
}

.article-lead {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    color: #394E79;
}

.fotorama__caption__wrap {
    background-color: rgb(0 0 0 / 53%) !important;
    padding: 10px !important;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-family: Roboto;
    color: #fff;
    font-size: 16px;
}

.tandan-p-article-author {
    text-align: right !important;
    font-style: italic;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #394E79;
    margin-bottom: 5px;
}

.tandan-p-article-news-summary {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #394E79;
    font-family: 'Roboto';
    text-align: justify;
}

.artcle-tools {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.tandan-span-date-publish {
    padding: 2px 20px 2px 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    color: #c1101c;
}

.artcle-tools-media {
    display: flex;
    align-items: center;
}

.artcle-tools-media .fb-like {
    max-height: 20px;
}

.tapchigiay .title-right-box .title,
.tapchigiay .title-right-box .title a {
    margin-bottom: 16px;
    padding-top: 16px;
    border: none
}

/*.right-post-component .title-right-box .title:before, .right-post-component .title-right-box .title a:before {
    content: "";
    width: 4px;
    height: 17px;
    background: #b61911;
    display: block;
    margin-right: 10px;
}*/

.right-post-component.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
}

.chuyenmuc-right {
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
    align-self: flex-start;
}

.box-filter-media-input>.row>.col-sm-6 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.box-filter-media-input label {
    font-weight: normal;
    margin-bottom: 0;
    margin-right: 16px;
}

.box-filter-media-input>.row>.col-sm-6 input {
    flex: 1 0 0%;
}

.box-filter-media input {
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #DBDFEF;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #394E79;
    box-shadow: none;
}

.box-filter-media-search input {
    max-width: 297px;
    margin-left: auto;
}

.box-filter-media-input .form-control.datetime {
    content: "";
    background-image: url(../images/icon-Calendar-lanhdao.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-position-x: calc(100% - 5px);
}

.item-card-photo {
    margin-bottom: 15px
}

.item-card-photo .box-image {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.item-card-photo .box-image * {
    transition: all 0.3s;
}

.item-card-photo .box-image:hover img {
    transform: scale(1.1);
}

.item-card-photo .box-image:before,
.card-media .carousel-thumb.category-media.Photo:before {
    position: absolute;
    content: '';
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    background-image: url(/images/photo-catebory.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.entry .right-post-component.sticky {
    top: 80px;
}

.title.text-danger {
    color: #AE0008 !important
}

.tapchigiay {
    padding: 0 24px 15px;
    border: 1px solid #d0d0d0;
    margin-top: 16px;
}

.box-emagazine {
    padding: 25px;
    margin-bottom: 30px;
    background-color: #ffe5ab;
}

.box-emagazine .title {
    color: #b61911;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.box-emagazine .slick-slider {
    margin: 0 -12px;
    width: calc(100% + 24px);
}

.box-emagazine .btn-wrap {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: end;
}

.box-emagazine .item {
    padding-left: 12px;
    padding-right: 12px;
}

.box-emagazine .item .top-home-title a {
    color: #1f1a17;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 18px;
    line-height: initial;
}

.box-emagazine .item .box-image a {
    width: 100%;
    height: 215px;
    display: inline-block;
}

.box-emagazine .item .box-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.box-emagazine .item .top-home-title a:hover {
    color: #539250
}

footer {
    color: #fff;
    border-top: 1px solid #D7D3AF;
    background: #0066BC;
    background-position: top center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.footer-navbar {
    border: 1px solid #227BC5;
    background: #0A6CBF;
    display: flex;
    padding: 10px 5px;
    align-self: stretch;
}

.footer-navbar-QR h4 {
    font-family: Merriweather !important;
    font-size: 1rem;
    margin-bottom: 8px;
}

.footer-navbar-QR {
    padding-left: 12px;
    padding-right: 12px;
}

.footer-qr-item img {
    margin: 0 auto;
    width: 100px;
}

.footer-navbar-QR+.footer-navbar-QR {
    border-left: 1px solid #ffffff29;
}

.footer-navbar-link {
    padding-left: 12px;
    padding-right: 12px;
}

.footer-navbar-link a {
    color: #fff;
    font-family: Merriweather;
    font-size: 14px;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    padding: 8px 0;
    align-items: center;
    gap: 6px;
    flex: 1 0 0;
}

.middel-footer-navbar {
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
}

.footer-navbar-link {
    border-left: 1px solid #ffffff29;
}

footer .middel-footer p,
footer .middel-footer span,
footer .middel-footer>.col-12:first-child i,
footer .middel-footer label,
footer .middel-footer h1,
footer .middel-footer h2,
footer .middel-footer h3,
footer .middel-footer h4,
footer .middel-footer h5,
footer .middel-footer h6 {
    color: #fff !important;
    font-weight: 400;
}

footer .bold,
footer strong {
    font-weight: 600;
}

footer .top-footer .name-site {
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    border-bottom: 0.6px solid #ffffff66;
    padding-bottom: 10px;
    margin-bottom: 0;
}

footer .top-footer .name-site span {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
}

footer .middel-footer {
    padding-top: 30px;
    padding-bottom: 20px
}

footer .info-page-top h4 {
    color: #FFF;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    /* 122.222% */
    text-transform: uppercase;
}

footer p.title-page {
    position: relative;
    padding-left: 10px;
    margin-top: 10px
}

footer p.title-page::before {
    content: "";
    height: 100%;
    width: 4px;
    background: #6fc65b;
    position: absolute;
    top: 0;
    left: 0;
}

footer .middel-footer p {
    margin-bottom: 3px
}

footer .menu-footer a {
    text-decoration: none;
    padding: 3px 0;
    width: 100%;
    display: block;
    font-size: 14px;
    color: #fff !important
}

footer .menu-footer li {
    position: relative;
}

footer .menu-footer li:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

footer .menu-footer li.mail-box {
    background: linear-gradient(0deg, #9df388 0%, #ffffff 100%);
    border: 1px solid #8bc984;
    border-radius: 4px;
    padding: 0 15px;
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: -10px;
    width: auto;
    display: inline-block
}

footer .menu-footer li.mail-box a,
footer .menu-footer li.mail-box a * {
    color: #2c6c20 !important;
    display: flex;
    align-items: center;
    width: auto;
    display: inline-block
}

footer .menu-footer li.mail-box:before {
    display: none
}

footer .copyright .container {
    background-color: transparent;
    padding: 10px 0;
    border-top: 1px solid #268CE2;
}

footer .copyright p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.70);
    margin-bottom: 0;
    text-align: left;
}

footer .copyright p span {
    color: #fff;
    font-family: Merriweather;
}

footer .copyright .social a {
    padding: 0 6px
}

footer .copyright .social a img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    height: 16px
}

footer.footer-modern {
    color: #2a3342;
    border-top: none;
    background: #fffceb;
    background-image: url('/images/TrongDong_footer.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 60% auto;
    position: relative;
    overflow: hidden;
    padding-top: 16px;
}

footer.footer-modern::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 557px;
    background: linear-gradient(133deg, rgba(255, 240, 208, 1) 11.072%, rgba(255, 240, 208, 0) 52.599%);
    pointer-events: none;
}

footer.footer-modern::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 557px;
    background: linear-gradient(227deg, rgba(255, 240, 208, 1) 11.072%, rgba(255, 240, 208, 0) 52.599%);
    pointer-events: none;
}

footer.footer-modern>.container,
footer.footer-modern .copyright {
    position: relative;
    z-index: 1;
}

.footer-modern .footer-top-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    min-height: 28px;
    padding: 0 0 10px;
    border-bottom: none;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
}

.footer-modern .footer-top-nav::-webkit-scrollbar {
    display: none;
}

.footer-modern .footer-top-nav a {
    color: #0c172a;
    text-decoration: none;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.footer-modern .footer-main {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 24px 0 16px;
    border-top: 2px solid #ede0c6;
    border-bottom: 1px solid #ede0c6;
}

.footer-modern .footer-main__left {
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
}

.footer-modern .footer-main__right {
    flex: 0 0 302px;
    max-width: 302px;
    min-width: 0;
}

/* Khối liên hệ gộp vào cột trái: cách các phần tương đương gap 20px của .footer-main (bố cục 3 cột cũ) */
.footer-modern .footer-main__left>.footer-contact,
.footer-modern .footer-main__left>.footer-contact--html {
    margin-top: 20px;
}

.footer-modern .footer-brand {
    position: relative;
    display: block;
    width: 383px;
    height: 66px;
}

.footer-modern .footer-brand__logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 66px;
    height: 66px;
}

.footer-modern .footer-brand__logo img {
    width: 66px;
    height: 66px;
    object-fit: contain;
    display: block;
}

.footer-modern .footer-brand__text {
    position: absolute;
    left: 79px;
    top: 2px;
    width: 304px;
    min-width: 0;
}

.footer-modern .footer-brand__desc {
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    color: #2a3342;
    text-transform: uppercase;
    margin: 0 0 6px;
    max-width: 217px;
}

.footer-modern .footer-brand__name {
    font-size: 25px;
    line-height: 28px;
    font-family: Merriweather, serif;
    font-weight: 700;
    color: #bb0707;
    text-transform: uppercase;
    white-space: nowrap;
    word-break: normal;
    margin: 0;
    max-width: none;
}

.footer-modern .footer-contact,
.footer-modern .footer-contact p,
.footer-modern .footer-contact span,
.footer-modern .footer-contact strong {
    color: #1b1d2d !important;
    font-size: 15px;
    line-height: 24px;
}

.footer-modern .footer-policy {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.footer-modern .footer-policy a {
    color: #1b1d2d;
    text-decoration: none;
    font-size: 15px;
    line-height: 28px;
}

.footer-modern .footer-developer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.footer-modern .footer-developer p,
.footer-modern .footer-developer strong {
    color: #1b1d2d !important;
    font-size: 15px;
    line-height: 24px;
}

.footer-modern .footer-developer__logo {
    max-width: 66px;
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.footer-modern .copyright {
    background: transparent;
}

.footer-modern .copyright .container {
    border-top: none;
    padding: 10px 0;
}

.footer-modern .copyright p,
.footer-modern .footer-copyright-text {
    color: #4d5f7a;
    font-size: 14px;
    line-height: 20px;
}

.footer-modern .footer-connect {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #4d5f7a;
    font-size: 14px;
}

.footer-modern .footer-connect span {
    line-height: 20px;
}

.footer-modern .footer-connect a {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.footer-modern .footer-connect .footer-social-svg {
    width: 23px;
    height: 23px;
    display: block;
}

.footer-modern .footer-connect a:first-of-type {
    color: #e50000;
}

.footer-modern .footer-connect a:last-of-type {
    color: #2c62b9;
}

@media (max-width: 1199.98px) {
    .footer-modern .footer-top-nav {
        justify-content: flex-start;
    }

    .footer-modern .footer-main {
        flex-wrap: wrap;
    }

    .footer-modern .footer-main__right {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .footer-modern .footer-main__left {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .footer-modern .footer-brand {
        width: 383px;
        max-width: 100%;
    }

    .footer-modern .footer-brand__desc {
        font-size: 14px;
    }

    .footer-modern .footer-brand__name {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 767.98px) {
    footer.footer-modern {
        padding-top: 12px;
    }

    .footer-modern .footer-main {
        gap: 16px;
        padding: 18px 0 14px;
    }

    .footer-modern .footer-brand {
        width: 100%;
        height: auto;
        min-height: 56px;
    }

    .footer-modern .footer-brand__logo {
        width: 56px;
        height: 56px;
    }

    .footer-modern .footer-brand__logo img {
        width: 56px;
        height: 56px;
    }

    .footer-modern .footer-brand__text {
        left: 68px;
        top: 0;
        width: calc(100% - 68px);
    }

    .footer-modern .footer-brand__desc {
        margin-bottom: 2px;
    }

    .footer-modern .footer-brand__name {
        font-size: 18px;
        line-height: 24px;
    }

    .footer-modern .footer-top-nav {
        gap: 18px;
        padding-bottom: 8px;
    }
}

.arrow_top {
    position: fixed;
    bottom: 50px;
    right: 40px;
    border: 1px solid #828282;
    border-radius: 4px;
    transition: opacity 0.5s, visibility 0.5s;
    opacity: 0;
    z-index: 9;
    width: 40px;
    height: 40px;
    padding: 8px;
    background: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    visibility: hidden;
}

.arrow_top.show {
    opacity: 1;
    visibility: inherit;
}


.section-headnew-cate {
    width: 100%;
}

.section-headnew-cate .cmhn-header {
    padding: 10px 0;
    border-bottom: 1px solid #BBC3CF;
}

.section-headnew-cate .cmhn-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-width: 0;
}

.section-headnew-cate .cmhn-title {
    margin: 0;
    color: #E50000;
    font-family: Merriweather, serif;
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
    flex: 0 0 auto;
    min-width: max-content;
    max-width: none;
    white-space: nowrap;
    overflow: visible;
    text-overflow: clip;
}

.section-headnew-cate .cmhn-subcategories {
    display: flex;
    align-items: center;
    gap: 17px;
    overflow-x: auto;
    white-space: nowrap;
    min-width: 0;
}

.section-headnew-cate .cmhn-subcategories-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex: 1 1 auto;
    justify-content: flex-end;
}

.section-headnew-cate .cmhn-subcategories-nav {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
}

.section-headnew-cate .cmhn-subcategories-wrap,
.section-headnew-cate .cmhn-subcategories {
    min-width: 0;
}

.section-headnew-cate .cmhn-subcategories-btn {
    width: 24px;
    height: 24px;
    border: 1px solid #BBC3CF;
    border-radius: 4px;
    background: #fff;
    color: #4D5F7A;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 1;
    cursor: pointer;
    transition: all .2s ease;
}

.section-headnew-cate .cmhn-subcategories-btn:hover {
    border-color: #E50000;
    color: #E50000;
}

.section-headnew-cate .cmhn-subcategories::-webkit-scrollbar {
    display: none;
}

.section-headnew-cate .cmhn-subcategory {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #0C172A;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.48px;
    text-decoration: none;
}

.section-headnew-cate .cmhn-subcategory:hover {
    color: #E50000;
}

.section-headnew-cate .cmhn-subcategory-bullet {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #E50000;
}

.section-headnew-cate .cmhn-content {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding-top: 15px;
}

.section-headnew-cate .cmhn-main {
    flex: 0 0 58%;
    width: 58%;
    max-width: 694px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.section-headnew-cate .cmhn-main-image {
    width: 100%;
    height: auto;
    aspect-ratio: 694 / 415;
    overflow: hidden;
}

.section-headnew-cate .cmhn-main-image a,
.section-headnew-cate .cmhn-main-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.section-headnew-cate .cmhn-main-image img {
    object-fit: cover;
}

.section-headnew-cate .cmhn-main-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-headnew-cate .cmhn-main-title,
.section-headnew-cate .cmhn-main-title a {
    margin: 0;
    color: #000;
    font-family: Merriweather, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
}

.section-headnew-cate .cmhn-main-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-headnew-cate .cmhn-main-title a:hover {
    color: #E50000;
}

.section-headnew-cate .cmhn-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #4D5F7A;
    font-family: "SF Pro Display", Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.section-headnew-cate .cmhn-side {
    flex: 1 1 auto;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.section-headnew-cate .cmhn-side-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.section-headnew-cate .cmhn-side-image {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.section-headnew-cate .cmhn-side-image a,
.section-headnew-cate .cmhn-side-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.section-headnew-cate .cmhn-side-image img {
    object-fit: cover;
}

.section-headnew-cate .cmhn-side-title,
.section-headnew-cate .cmhn-side-title a {
    margin: 0;
    color: #2A3342;
    font-family: Merriweather, serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
}

.section-headnew-cate .cmhn-side-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.section-headnew-cate .cmhn-side-title a:hover {
    color: #E50000;
}

.section-headnew-cate .cmhn-divider {
    margin-top: 15px;
    height: 1px;
    border-top: 1px dashed #BBC3CF;
}

/* Chuyên mục: menu ngang sidebar — không kéo dãn theo cột trái */
.chuyenmuc-layout {
    align-items: flex-start;
}

.chuyenmuc-layout .chuyenmuc-left {
    min-width: 0;
}

.chuyenmuc-layout .chuyenmuc-right .menu-ngang-host {
    height: auto;
    min-height: 0;
    max-height: none;
    flex: 0 0 auto;
    margin-bottom: 1rem;
    overflow: visible;
    display: flex;
    flex-direction: column;
}

.chuyenmuc-layout .chuyenmuc-right .menu-ngang.menu-ngang-scrollable,
.chuyenmuc-layout .chuyenmuc-right .menu-ngang-scrollable {
    height: auto;
    min-height: 0;
    max-height: none;
    flex: 0 0 auto;
    align-self: auto;
    overflow-x: hidden;
    overflow-y: visible;
    overscroll-behavior: contain;
}

.print-newspaper-item {
    background: #FFF;
    box-shadow: 0 1px 1px #b3b3b3;
}

.print-newspaper-item .box-image a {
    width: 100%;
    max-height: 530px;
    display: inline-block;
}

.print-newspaper-item .box-image a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.print-newspaper-item .detail {
    padding: 10px
}

/* Shared head with dashed divider (ex: multimedia / eMagazine section head) */
.head-dash-title {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.head-dash-title__divider {
    width: 5px;
    height: 17px;
    background: #E60B00;
    border-radius: 100px;
    flex: 0 0 auto;
}

.head-dash-title__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    color: #111827;
    text-decoration: none;
    margin: 0;
    white-space: nowrap;
    text-align: center;
}

.head-dash-title__after-divider {
    position: relative;
    width: auto;
    flex: 1 0 0%;
    height: 18px;
    background-image: url(/images/divider.svg);
    background-position: left center;
    background-repeat: repeat-x;
    min-width: 40px;
}

.btn-load-more {
    width: 300px;
    border-radius: 5px;
    height: 40px;
    border: 1px solid #ddd;
    margin: 20px auto;
    display: block;
    text-align: center;
}

.btn-load-more a {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #666;
    padding: 10px 0;
    text-decoration: none;
}

.breadcrumb {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.breadcrumb a {
    color: var(--red, #d61c26) !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #b61911
}

.breadcrumb-category .breadcrumb-item.cate-name {
    margin-right: 8px;
}

.breadcrumb-category .breadcrumb-item.cate-name a {
    font-size: 19px;
}

.breadcrumb-category .breadcrumb-item a {
    border: none !important
}

.breadcrumb-category .breadcrumb-item a {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.content-article * {
    font-size: 15px;
    /* font-family: roboto; */
    line-height: initial;
}

.content-article .detail-content * {
    font-size: 16px;
    font-family: roboto !important;
    line-height: 24px;
    font-weight: 400;
}

.content-article .detail-content figure {
    max-width: 100% !important;
}

.content-article .detail-content * strong,
.content-article .detail-content * b {
    font-weight: 600;
}

.content-article .detail-content * .fas,
.content-article .detail-content * .far,
.content-article .detail-content * .fa {
    font-family: "Font Awesome 6 Free" !important;
}

.attached-file a {
    text-decoration: none;
    font-size: 14px !important;
}

.detail-top-info .detail-title {
    font-family: Merriweather, Arial;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    color: #1f1a17;
    padding-bottom: 10px;
}

.content-article figcaption {
    max-width: 100% !important;
    margin: auto;
    padding: 12px;
    background: #f0f0f0;
    font-size: 15px;
    line-height: 20px;
    color: #3f3f3f;
    font-weight: normal;
}

.content-article .detail-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.content-article .detail .detail-info .detail-post-info span {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}

.content-article .detail-info .detail-post-info .author {
    color: #b61911;
    font-size: 16px;
}

.content-article .detail-info .detail-post-info .time {
    color: #b61911;
    font-size: 14px;
    font-family: Roboto;
}

.content-article .detail-info .tools {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.content-article .detail-info .tools li,
.tool-end-post .tools li {
    padding: 0 6px;
    color: #2a3342;
}

.content-article .detail-info .tools li a,
.tool-end-post .tools a {
    color: #2a3342;
    font-size: 16px;
    text-decoration: none;
}

.content-article .detail-info .tools li a:hover,
.tool-end-post .tools a:hover {
    color: #1b2430;
}

.content-article .detail-info .tools li.line {
    padding: 0;
    width: 1px;
    height: 20px;
    background-color: #dedede;
    margin: 0 12px;
}

.content-article .detail-info .tools li a.text {
    font-family: "Merriweather", Roboto, Arial;
    font-size: 16px;
}

.content-article .detail-info .tools li a.text.active,
.content-article .detail-info .tools li a.text:hover {
    color: #d5342b;
}

.content-article .detail-info .tools li a.text.text2 {
    font-size: 19px;
}

.content-article .detail-info .tools li a.text.text3 {
    font-size: 21px;
}

.content-article .detail-content-lead,
.content-article .detail-content-lead * {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    font-style: italic;
}

/* Article contrast mode toggled from BaiViet.cshtml */
.article-content-left.article-contrast {
    background: #f6f1e6 !important;
    color: #1f1a16 !important;
    border-radius: 8px;
    transition: background-color .25s ease, color .25s ease;
}

.article-content-left.article-contrast .detail-top-info .detail-title,
.article-content-left.article-contrast .detail-info .detail-post-info .author,
.article-content-left.article-contrast .detail-info .detail-post-info .time,
.article-content-left.article-contrast .detail-content,
.article-content-left.article-contrast .detail-content *,
.article-content-left.article-contrast .detail-content-footer,
.article-content-left.article-contrast .detail-content-footer *,
.article-content-left.article-contrast .detail-content-tags li a,
.article-content-left.article-contrast .tool-end-post .tools li a,
.article-content-left.article-contrast .attached-file a {
    color: #1f1a16 !important;
}

.article-content-left.article-contrast .detail-content a,
.article-content-left.article-contrast .detail-content-tags li a:hover,
.article-content-left.article-contrast .tool-end-post .tools li a:hover,
.article-content-left.article-contrast .attached-file a:hover {
    color: #7b2c1a !important;
}

.article-content-left.article-contrast .detail-info .tools li a,
.article-content-left.article-contrast .tool-end-post .tools li a {
    border-color: #d8cdb9 !important;
}

.article-content-left.article-contrast .detail-content {
    background: transparent !important;
    color: #1f1a16 !important;
}

/* Force contrast style for rich text content (avoid inline CKEditor colors) */
.article-content-left.article-contrast .detail-content :not(img):not(svg):not(video):not(iframe):not(canvas) {
    color: #1f1a16 !important;
    background: transparent !important;
    border-color: #cdbfa8 !important;
}

.article-content-left.article-contrast .detail-content a,
.article-content-left.article-contrast .detail-content a * {
    color: #7b2c1a !important;
}

.article-content-left.article-contrast .detail-content blockquote,
.article-content-left.article-contrast .detail-content pre,
.article-content-left.article-contrast .detail-content table,
.article-content-left.article-contrast .detail-content td,
.article-content-left.article-contrast .detail-content th {
    background: #efe5d4 !important;
}

.article-content-left.article-contrast .detail-info .tools li a.text.active,
.article-content-left.article-contrast .detail-info .tools li a.text:hover {
    color: #7b2c1a !important;
    font-weight: 700;
}

.box_comment {
    margin: 25px 0;
    margin-bottom: 35px;
}

.box_comment div.box__show__comment {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box_comment div.box__show__comment p {
    margin-bottom: 0;
    padding: 20px 0;
    color: #aeaeae;
    font-size: 16px;
}

.box_comment div.box__show__comment div.bt-add-com1 {
    font-size: 16px;
    color: #ffffff;
    background-color: #5d9250;
    padding: 1px 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.box_comment div.box__show__comment div.bt-add-com1 i {
    margin-right: 5px;
}

.box_comment .submit__box {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
    padding-top: 10px;
}

.box_comment .comment_item .btn_sent_comment {
    float: right;
    background: #b61911;
    border-radius: 4px;
    padding: 8px 45px;
    font-family: var(--font-content);
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    width: 165px;
}

.box_comment .comment_item {
    margin-bottom: 12px;
}

.box_comment .comment_item a.btn_sent_comment__cancle {
    float: right;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #717171;
    border: 1px solid #c4c4c4;
    text-transform: uppercase;
    margin-left: 20px;
    width: 165px;
    text-align: center;
    text-decoration: none;
}

.tool-end-post {
    clear: both;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px;
}

.detail-content figure img {
    /*width: 100%;*/
}

.tool-end-post .back-tools a {
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: #2a3342 !important;
    text-decoration: none;
}

.tool-end-post .back-tools a:hover {
    color: #1b2430;
}

.video-article-sub {
    background: #182940;
    color: #fff;
}

.video-frame {
    display: flex;
}

.video-article-content video {
    object-fit: cover;
    width: 100%;
}

.video-article-sub .slimScrollDiv {
    overflow-y: auto;
}

.video-article-sub .layout__vf-scroll {
    padding: 24px 15px;
}

.video-article-sub .tandan-p-article-news-title {
    margin: 0;
}

.video-article-sub .tandan-p-article-news-title a {
    font-family: Merriweather;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
    display: block;
}

.video-article-sub .artcle-times {
    margin: 0 0 3px !important;
}

.video-article-sub .tandan-span-date-publish {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #bdbdbd;
    margin-bottom: 16px;
    padding-right: 0 !important;
}

.video-article-sub .tandan-p-article-author {
    text-align: right;
    font-weight: 500;
    margin-bottom: 3px;
}

/*CKEditor*/
.ck-content {
    min-height: 200px;
}

.item-headnew .avatar {
    display: none;
}

.item-headnew:first-child .avatar {
    display: block;
}

.item-headnew:first-child {
    padding-top: 0 !important;
    border-top: 0 !important
}

.headnew-right {
    max-height: none;
    overflow: visible;
}

.home-top-main .headnew-left {
    padding-right: 10px !important;
}

.home-top-main .headnew-right {
    padding-left: 10px !important;
}

.home-top-main .card-widget.card-headnew {
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    border-radius: 0 !important;
    height: auto;
}

.home-top-main .card-widget.card-headnew .card-body {
    padding: 0 !important;
}

.headnew-right .item-headnew {
    border-top: 1px dashed #757E8C !important;
}

.headnew-right .item-headnew:first-child {
    border-top: none !important;
    padding-top: 0 !important;
}

.headnew-right .top-home-title a:hover {
    color: #b61911 !important;
}

.headnew-left-slider .slick-slide {
    height: auto;
}

.headnew-left-slide .detail {
    min-height: 150px;
}

.headnew-left-slide .detail .top-home-title,
.headnew-left-slide .detail .top-home-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 52px;
}

.headnew-left-slide .detail .content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 72px;
}

.headnew-left-slide .avatar .box-image {
    aspect-ratio: auto;
    height: 446px;
}

.headnew-left-slide .avatar .box-image>a {
    display: block;
    width: 100%;
    height: 100%;
}

.headnew-left-slide .avatar .box-image>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.headnew-left-slider .slick-dots {
    display: none !important;
}

.headnew-main-dots .slick-dots {
    position: static;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.headnew-main-dots .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0;
}

.headnew-main-dots .slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
}

.headnew-main-dots .slick-dots li button:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 99px;
    background: #BBC3CF;
    opacity: 1;
}

.headnew-main-dots .slick-dots li.slick-active {
    width: 16px;
}

.headnew-main-dots .slick-dots li.slick-active button:before {
    width: 16px;
    background: #E31A10;
}

.headnew-main-nav {
    margin-top: 12px;
}

.headnew-main-dots {
    display: flex;
    align-items: center;
    gap: 6px;
}

.headnew-main-arrows {
    display: flex;
    align-items: center;
    gap: 8px;
}

.headnew-main-arrows .arrow-circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #BBC3CF;
    color: #E31A10;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.headnew-featured-right {
    margin-bottom: 10px;
}

.headnew-featured-right .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.headnew-featured-right .box-image {
    aspect-ratio: 615 / 420;
}

.headnew-featured-right .top-home-title,
.headnew-featured-right .top-home-title a {
    color: #031739;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
}

.TrangTinCanBo .info-item {
    justify-content: center;
    gap: 20px;
    text-decoration: none;
}

.TrangTinCanBo .info-item img {
    /* width: 106px;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ececec;
    background: #eaefff;
    box-shadow: 5px 5px 0 0 #dfdfdf; */
    max-width: 260px;
}

.TrangTinCanBo .info-item-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.TrangTinCanBo .info-item-info .TenCanBo {
    color: #182940;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.55;
    text-transform: uppercase;
}

.TrangTinCanBo .info-item-info .ChucVu {
    color: #0765e3;
    font-family: Merriweather;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5;
}

.TrangTinCanBo .row.mb-4 .info-item-info .TenCanBo,
.TrangTinCanBo .row.mb-4 .info-item-info .ChucVu {
    font-size: 18px;
}

.TrangTinCanBo {
    background: #FFFDEE !important;
}

@media print {
    body * {
        visibility: hidden;
        /* Ẩn tất cả các phần tử */
    }

    .detail-content,
    .detail-content * {
        visibility: visible;
        /* Chỉ hiển thị phần tử cần in */
    }

    .detail-content {
        position: absolute;
        top: 0;
        left: 0;
    }
}

/* <-------------- Hỏi đáp start ---------------> */
.faq-page .faq-filter-section {
    background-color: #f9f9f9;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-page .faq-filter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.faq-page .faq-filter-form .filter-group {
    flex: 1 1 200px;
    display: flex;
    flex-direction: column;
}

.faq-page .faq-filter-form .button-group {
    display: flex;
    flex-direction: column;
}

.faq-page .faq-filter-form .reload-btn {
    border: 1px solid #878787;
    background-color: #ffffff;
    color: #000000;
}

.faq-page .faq-filter-form .reload-btn:hover {
    background-color: #f0f0f0;
    color: #000000;
    border-color: #000000;
}

.faq-page .faq-filter-form .ask-btn {
    height: calc(2 * 40px + 10px) !important;
    border: 1px solid #878787;
    flex: none;
}

.faq-page .faq-filter-form .ask-btn:hover {
    background-color: #709a64;
}


.faq-page .faq-filter-form .btn {
    height: 40px;
    min-width: 100px;
}

.faq-page .faq-table .faq-table-wrapper {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.faq-page .search-btn {
    background-color: #5d9250;
    border: none;
}

.faq-page .search-btn:hover {
    background-color: #4a773e;
    border: none;
}

.faq-page .ask-btn {
    height: 80px;
}

.faq-page .no-focus-border:focus {
    outline: none !important;
    box-shadow: none !important;
}

.faq-page .faq-table .faq-table-wrapper th,
.faq-page .faq-table .faq-table-wrapper td {
    text-align: center;
    vertical-align: middle;
}

.faq-page .faq-table .faq-table-wrapper th {
    background-color: #5d9250;
    color: #fff;
    font-weight: bold;
}

.faq-page .faq-table .faq-table-wrapper td {
    background-color: #f8f9fa;
}

.faq-page .faq-table .text-center {
    text-align: center;
}

.faq-page .text-truncate {
    text-align: left !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.faq-page .faq-table .question-link {
    color: #007bff;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
    border: none;
    background: transparent;
}

.vb-cddh .sidebar-card-news .content-box>.order-2 {
    height: auto;
    overflow-y: visible;
}

@media (min-width: 768px) {
    .vb-cddh .vb-cddh-col {
        display: flex;
    }

    .vb-cddh .vb-cddh-col>* {
        width: 100%;
    }

    .vb-cddh .vb-cddh-col .card-tabs-content,
    .vb-cddh .vb-cddh-col .sidebar-card-news,
    .vb-cddh .vb-cddh-col .sidebar-card-news .card-widget {
        height: 100%;
    }

    /* Home top: cân chiều cao 2 cột */
    .home-top-row {
        align-items: stretch;
    }

    .home-top-row .home-top-col {
        display: flex;
    }

    .home-top-row .home-top-col>* {
        width: 100%;
    }

    .home-top-row .home-top-main,
    .home-top-row .home-top-sidebar {
        flex: 1;
        display: flex;
        flex-direction: column;
        min-height: 0;
    }

    .home-top-row .home-top-main>* {
        height: 100%;
    }
}

.faq-page .faq-table .question-link:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .faq-page .faq-filter-form .filter-group {
        width: 100%;
    }

    .faq-page .faq-filter-form .filter-group select,
    .faq-page .faq-filter-form .filter-group input {
        width: 100%;
        font-size: 14px;
    }

    .faq-page .faq-filter-form .button-group {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .faq-page .faq-filter-form .ask-btn {
        height: auto;
        width: 100%;
    }

    .faq-page .faq-filter-form .btn {
        width: 100%;
    }

    .faq-page .faq-table .faq-table-wrapper {
        font-size: 14px;
    }

    .faq-page .faq-table .faq-table-wrapper th,
    .faq-page .faq-table .faq-table-wrapper td {
        padding: 8px;
    }

    .faq-page .faq-table .question-link {
        max-width: 100%;
    }
}

/*-- Chi tiết câu hỏi -- */

.detail-ask-text {
    color: #5d9250;
}

.action-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.action-buttons .btn {
    width: 120px;
    font-size: 14px;
    text-align: center;
}

.action-buttons .btn-ask {
    background-color: #5d9250;
    color: #fff;
}


/* <-------------- Hỏi đáp end ---------------> */

/* DuThaoVanBan - đồng nhất font riêng cho form tìm kiếm */
.duthao-van-ban-page .faq-filter-section,
.duthao-van-ban-page .faq-filter-section label,
.duthao-van-ban-page .faq-filter-section .form-control {
    font-family: "Merriweather", Roboto, Arial !important;
}

.duthao-van-ban-page .faq-filter-section .form-control::placeholder {
    font-family: "Merriweather", Roboto, Arial !important;
}

/*Chi tiết văn bản*/

.document-detail .document-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1a73e8;
}

.document-detail .document-info {
    font-size: 0.9rem;
    color: #6c757d;
}

.document-detail .attachment-title,
.document-detail .other-documents-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #1a73e8;
    margin-top: 20px;
}

.document-detail .attachment-link {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #1a73e8;
    text-decoration: none;
}

.document-detail .attachment-link i {
    margin-right: 10px;
}

.document-detail .other-documents-list {
    list-style: none;
    padding-left: 0;
}

.document-detail .other-documents-list li {
    font-size: 1rem;
    color: #ff6f00;
}

.document-section .faq-table,
.document-section .justify-content-end {
    padding-right: 0px;
    padding-left: 0px
}

/*Dự thảo văn bản - Chi tiết dự thảo văn bản*/
.draft-document-detail .content-box {
    border: 1px solid #ccc;
    padding: 15px;
    margin: 20px;
}

.draft-document-detail .content-box h5 {
    font-weight: bold;
    text-align: justify;
    margin-right: 20px
}

.draft-document-detail .content-box .title-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.draft-document-detail .content-box .buttons {
    flex: 1;
    display: block;
    text-align: right
}

.draft-document-detail .content-box .buttons .btn {
    min-width: 120px;
    /* Đảm bảo kích thước đồng nhất */
    text-align: center;
}

.draft-document-detail .content-box .deadline {
    font-style: italic;
    color: #666;
}

.draft-document-detail .content-box .section-title {
    background-color: #f1f1f1;
    padding: 10px;
    font-weight: bold;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.draft-document-detail .content-box .document-content {
    border: 1px solid #ccc;
    padding: 10px;
    margin-top: 10px;
    /*height: 100px;*/
    overflow-y: auto;
}

.draft-document-detail .content-box .attachments {
    margin-top: 10px;
}

.draft-document-detail .content-box .attachments a {
    display: block;
    color: #007bff;
    text-decoration: none;
    margin-bottom: 5px;
}

.draft-document-detail .content-box .attachments a:hover {
    text-decoration: underline;
}

.draft-document-detail .content-box .buttons .btn {
    margin-left: 10px;
}

.draft-document-detail .btn-comment {
    background-color: #5d9250;
    color: #fff;
}

.document-section .btn-search-custom,
.document-section .btn-reload-custom {
    height: 40px;
    min-width: 110px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 4px;
}

.document-section .btn-search-custom {
    background-color: #AE0008;
    border: 1px solid #AE0008;
    color: #fff;
}

.document-section .btn-search-custom:hover {
    background-color: #8f0006;
    border-color: #8f0006;
    color: #fff;
}

.document-section .btn-reload-custom {
    background-color: #fff;
    border: 1px solid #878787;
    color: #666;
}

.document-section .btn-reload-custom:hover {
    background-color: #f0f0f0;
    border-color: #666;
    color: #4d4d4d;
}

.document-section .btn-search-custom:focus,
.document-section .btn-search-custom:focus-visible,
.document-section .btn-reload-custom:focus,
.document-section .btn-reload-custom:focus-visible {
    outline: none;
    box-shadow: none;
}

.draft-document-header {
    font-family: "Merriweather", Roboto, Arial;
    font-size: 26px;
    font-weight: 700;
    line-height: 40px;
    color: #1f1a17;
}

.document-section .faq-table .faq-table-wrapper th {
    background-color: #FFFDEB;
    color: #1f1a17;
    font-size: 15px;
    font-weight: 700;
}

.document-section .faq-table .faq-table-wrapper td {
    font-size: 15px;
    color: #031739;
}

/* Font mặc định cho bảng DataTables (DuThaoVanBan) */
#faqTable-valid,
#faqTable-expired,
#faqTable-valid_wrapper,
#faqTable-expired_wrapper,
#faqTable-valid th,
#faqTable-valid td,
#faqTable-expired th,
#faqTable-expired td,
#faqTable-valid .question-link,
#faqTable-expired .question-link {
    font-family: Roboto, Arial;
}

#faqTable-valid td.text-start .question-link,
#faqTable-expired td.text-start .question-link {
    white-space: normal !important;
    word-wrap: break-word;
}

#faqTable-valid .question-link,
#faqTable-expired .question-link {
    color: #031739 !important;
    text-decoration: none !important;
}

#faqTable-valid .question-link:hover,
#faqTable-expired .question-link:hover {
    color: #E60B00 !important;
    text-decoration: none !important;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    gap: 16px;
    /* width: 1200px; */
    width: 100%;
}

.grid-item {
    border-radius: 5px;
    min-height: 0;
}

.grid-item--menu-ngang {
    display: flex;
    flex-direction: column;
    height: 0;
    min-height: max(100%, var(--menu-ngang-min-height, 374px));
    align-self: stretch;
    overflow: hidden;
}

.menu-ngang-host {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: var(--menu-ngang-min-height, 374px);
    height: 100%;
}

.menu-ngang-left-host {
    height: 100%;
    gap: 12px;
}

.menu-ngang-left-host .menu-ngang-scrollable {
    flex: 1 1 auto;
    min-height: var(--menu-ngang-min-height, 374px);
    height: auto;
    max-height: none;
}

.menu-ngang-left-host .menu-ngang-left-mapcard .home-top-sidebar {
    margin: 0;
}

.menu-ngang-left-host .menu-ngang-left-mapcard {
    margin-top: auto;
}

.menu-ngang-left-host .menu-ngang {
    margin-bottom: 0;
}

.menu-ngang-left-host .menu-ngang-left-mapcard .map-card {
    margin-bottom: 0;
}

.grid-container>.grid-item>.container {
    padding-left: 0;
    padding-right: 0;
}

.TD-link-img img {
    max-width: 100%;
}

/*Bình chọn */
.vote-section .poll-section {
    margin-left: auto;
    width: 300px;
    background-color: #edf5e6;
    border: 1px solid #007bff;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.vote-section .poll-section h5 {
    font-family: "Merriweather", Roboto, Arial;
    background-color: #5d9250;
    color: white;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    margin: -15px -15px 10px -15px;
}

.vote-section .poll-section .btn {
    margin-right: 10px;
}

.voting-statistics .card {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.voting-statistics .card-header {
    background-color: #f8f9fa;
    font-weight: bold;
    color: #007bff;
    font-size: 16px;
}

.voting-statistics .progress {
    height: 20px;
}

.voting-statistics .progress-bar {
    background-color: #f0ad4e;
}

.voting-statistics .rating-text {
    font-weight: bold;
    color: #007bff;
}

@media (max-width: 768px) {
    .right-top-header {
        display: flex !important;
        justify-content: flex-end;
        align-items: center;
    }

    .right-top-header ul.social li:not(#userMenuContainer) {
        display: none;
    }

    .right-top-header ul.social #userMenuContainer .dropdown .show .li-dropdown-item {
        display: list-item;
    }

    #userMenuContainer {
        display: flex !important;
        align-items: center;
        visibility: visible;
    }
}


/*Lịch làm việc */
.work-schedule .btn-group {
    margin-bottom: 20px;
}

.work-schedule .btn-group button {
    margin-right: 10px;
}

.work-schedule .form-select {
    display: inline-block;
    width: auto;
    margin-right: 10px;
}

.work-schedule .d-flex.justify-content-between {
    justify-content: space-between !important;
}

.work-schedule .btn-success {
    background-color: #5d9250;
}

.work-schedule .btn {
    padding: 2px 5px;
    font-size: 14px;
}

.work-schedule .form-select {
    padding: 2px 35px 2px 5px;
}

.work-schedule table {
    width: 100% !important;
}

.work-schedule #schedule-content {
    margin: auto;
    width: 80%;
}

.TD-link-img a+a {
    margin-top: 5px;
    width: 100%;
    display: inline-block
}

.TD-link-img img {
    width: 100%
}

@media (max-width: 767px) {
    main .grid-container {
        display: inline-block
    }

    .card-tabs-content .card-body .nav-tabs .nav-link {
        margin-left: 3px !important;
        font-size: 14px !important;
    }

    .headnew-left {
        border: none !important;
    }

    .box.box-multimedia .box-category-item {
        max-width: calc(100vw - 20px);
    }

    header .banner.banner-page .header-logo .header-logo-content:after {
        display: none;
    }

    .box.box-multimedia>.box-heading .box-heading-hashtag .nav-item+.nav-item {
        margin-left: 0px;
    }

    .TrangTinCanBo .info-item img {
        width: 100%;
        max-width: 100%;
    }

    .card-widget .card-title,
    .breadcrumb-category .breadcrumb-item.cate-name a,
    .right-post-component .title-right-box .title,
    .right-post-component .title-right-box .title a {
        font-size: 17px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .right-post-component.partial7 .item.main .top-home-title {
        margin-top: 10px !important;
    }
}

.right-post-component.partial7 {
    height: 100%;
    height: 100%;
    border: 1px solid #e4e4e4;
    padding: 6px 16px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 3px 8px #00000006;
}

.bg-gray {
    background: #f9f9f9;
}

.container-cddh .right-post-component.partial7 {
    /*border-top: 2px solid #DA251C;*/
}

.right-post-component.partial7 .post-box-component {
    padding: 20px 0 10px 0;
    border: none;
    height: 100%;
    display: inline-block;
    max-height: calc(100% - 55px);
}

.card-box .card-partial {
    padding: 0px;
    border: none;
    height: 100%;
    display: inline-block;
    max-height: calc(100% - 55px);
}

/* block counter */
.counter.display-table {
    width: 100%
}

.counter span+span {
    text-align: right;
}

.display-table>* {
    display: table-row;
}

.display-table>*>* {
    display: table-cell;
    padding: 5px;
}

/* block counter */

.card-tabs-content {
    border-radius: 8px;
    padding: 10px 15px 15px 15px;
    border: 1px solid #D5DAE1;
    background: linear-gradient(180deg, rgba(252, 250, 246, 0.20) 0%, rgba(255, 250, 223, 0.01) 50%, rgba(252, 250, 246, 0.20) 100%);
}

.vb-cddh .card-tabs-content {
    background: #fcfaf5;
    border-color: #ebe2cb;
    background-image: url('/images/bg-cddh-2.png');
    background-position: top right;
    background-repeat: no-repeat;
}

.card.card-tabs-content .card-header {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}

.card-tabs-content .card-header .card-title img {
    margin: 0 3px 3px 0;
    display: inline-block;
}

.card-tabs-content .card-header .card-title {
    color: #2A3342;
    font-family: Merriweather;
    font-size: 15px;
    font-weight: 700;
    line-height: 21px;
    /*text-transform: uppercase;*/
    text-decoration: none;
}

.card-tabs-content .card-header .card-title:hover {
    color: #E60B00;
}

.card-tabs-content .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
}

.card-tabs-content .card-body .nav-tabs {
    margin-bottom: 10px;
}

.card-tabs-content .card-body .nav-tabs .nav-link {
    color: #424556;
    font-weight: 500;
    line-height: 20px;
    /*text-transform: uppercase;*/
    padding: 8px 10px;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #D5DAE1;
    background: #FFF;
    margin-left: 10px;
    font-size: 15px;
    margin-bottom: 0;
    border-bottom: 0;
}

.detail-content p {
    text-align: justify;
}

.card-tabs-content .card-body .nav-tabs .nav-link.active,
.card-tabs-content .card-body .nav-tabs .nav-link:hover {
    color: #d10000;
    background: linear-gradient(#fffced, #ffeeca);
    border-color: #efd7a4;
}

.card-tabs-content .card-body .tab-content>.active {
    padding: 1px
}

.card-tabs-content .card-body .table {
    border-radius: 6px;
    border: 1px solid #D5DAE1;
    overflow: hidden;
    box-shadow: 0px 0px 1px #00000070;
    width: 100%;
    background: #fff;
}

.card-tabs-content .card-body .table thead {
    border: none;
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}

.card-tabs-content .card-body .table thead th {
    background: #F9C54E;
    color: #182940;
    border: none;
    font-weight: 700;
    line-height: 22px;
}

.card-tabs-content .card-body .table tbody td {
    vertical-align: middle;
    font-size: 15px;
    padding: 8px;
}

.card-tabs-content .card-body .table tbody a {
    text-decoration: none;
}

.card-tabs-content .card-body .table tbody a.text-primary {
    color: #2F80ED;
    font-weight: 500;
    line-height: 22px;
}

.card .document-item {
    display: flex;
    padding: 10px 0px;
    align-items: center;
    align-self: stretch;
}

.card .document-item+.document-item {
    border-top: 1px solid #EBEBEB;
}

.card .document-item .dowload {
    min-width: 75px;
    padding: 0px 20px 0 10px;
    align-items: stretch;
    overflow: hidden;
    color: #404F65;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.card .document-item .title {
    overflow: hidden;
    color: #182940;
    text-overflow: ellipsis;
    font-family: Roboto;
    /*font-size: 16px;*/
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    flex: 1 0 0;
    text-decoration: none;
    padding: 0 20px;
    border-left: 1px solid #D5DAE1;
    border-right: 1px solid #D5DAE1;
}

.card .document-item .title:hover {
    color: #b61911;
}

.card .document-item .control {
    display: flex;
    align-items: stretch;
}

.card .document-item .control a {
    overflow: hidden;
    color: #0074D7;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 0px 20px;
    display: flex;
    align-items: center;
}

.card .document-item .control a+a {
    border-left: 1px solid #D5DAE1;
}

.card .card-header {
    padding: 10px 15px;
    border: none
}

.card .card-title {
    overflow: hidden;
    color: #333F51;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
    /*text-transform: uppercase;*/
    text-decoration: none;
}

.btn-viewmore {
    border: 1px solid #EEE;
    background: #F6F6F6;
    overflow: hidden;
    color: #333F51;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    padding: 10px 50px;
    min-width: 300px;
}

.card-analytics {
    border: 1px solid #D9D9D9;
    background: #F6F6F6;
}

.card-analytics .card-body {
    padding: 0 15px 10px 15px
}

.card-analytics .counter {
    padding: 0;
    margin: 0;
}

.card-analytics .card-header .card-title {
    border-bottom: 1px solid #2A2D40;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
}

.card-analytics .card-header .card-title i {
    margin-right: 8px;
    color: #DA251C;
}

.card-analytics .counter li>span:first-child {
    width: 100%;
}

.card-analytics .counter li>span:nth-child(2) {
    color: #DA251C;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 125% */
    text-align: left;
    padding-left: 8px;
}

.card-media {
    border: 1px solid #DED6C0;
    background: linear-gradient(180deg, #FCFAF6 0%, #FCFAF6 100%);
    padding: 10px 25px 20px 25px;
    border-radius: 0;
}

.card-media .card-header .card-title {
    color: #2A3342;
    font-family: Merriweather;
    font-size: 19px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.card-media .card-header-pills a {
    color: #424556;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
}

.card-media .card-header-pills a:hover {
    color: #E60B00
}

.card-media .card-header-pills a i {
    font-size: 10px;
    margin-right: 6px;
}

.card-media .card-header-pills .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-media .card-header-pills .nav-item+.nav-item::before {
    width: 1px;
    height: 25px;
    transform: rotate(32.372deg);
    background: #D9D9D9;
    content: '';
    display: inline-block;
}

.card-media .card-header-pills .nav-item:last-child a {
    padding-right: 0;
}

.card-media .media-cover-main {
    position: relative;
}

.card-media .media-cover-main .times {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.20);
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    display: flex;
    height: 33px;
    padding-right: 10px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 16/10;
}

.card-media .media-item img {
    aspect-ratio: 16/11;
}

.card-media .media-cover-main .times i {
    display: flex;
    width: 35px;
    height: 35px;
    padding: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: #DA251C;
}

.card-media .media-main .card-text {
    color: #031739;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none;
}

.card-media .media-item .title a {
    overflow: hidden;
    color: #182940;
    text-overflow: ellipsis;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    text-decoration: none;
}

.card-media .media-main .card-text:hover,
.card-media .media-item .title a:hover,
.card-media .media-item:hover .title a {
    color: #E60B00;
}

.card-media .media-item {
    margin-bottom: 20px;
}

.card-media .media-item>a {
    width: 100%;
    display: inline-block;
}

.menu-ngang {
    --menu-ngang-min-height: 374px;
    --menu-ngang-max-height: 560px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #F4DDCC;
    background-color: #FFF7EB;
    background-image: url('/images/TrongDong.svg');
    background-repeat: no-repeat;
        background-position: right center;
    background-size: 100% auto;
    display: flex;
    padding: 6px 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    list-style: none;
    margin: 0;
}

.menu-ngang-scrollable {
    flex: 1 1 auto;
    height: 100%;
    min-height: var(--menu-ngang-min-height, 374px);
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #c6cddb transparent;
}

.menu-ngang.menu-ngang-scrollable {
    overflow-x: hidden;
    overflow-y: auto;
}

.menu-ngang-scrollable::-webkit-scrollbar,
.menu-ngang.menu-ngang-scrollable::-webkit-scrollbar {
    width: 8px;
}

.menu-ngang-scrollable::-webkit-scrollbar-track,
.menu-ngang.menu-ngang-scrollable::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 999px;
}

.menu-ngang-scrollable::-webkit-scrollbar-thumb,
.menu-ngang.menu-ngang-scrollable::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #d2d8e3 0%, #b7c0d0 100%);
    border: 2px solid transparent;
    border-radius: 999px;
    background-clip: padding-box;
}

.menu-ngang-scrollable:hover::-webkit-scrollbar-thumb,
.menu-ngang.menu-ngang-scrollable:hover::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #bcc6d7 0%, #9eabc1 100%);
    background-clip: padding-box;
}

.menu-ngang .nav-item {
    width: 100%;
}

.menu-ngang .menu-ngang-row {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px dashed #8896AB;
    position: relative;
    z-index: 1;
}

.menu-ngang .menu-ngang-row .nav-link {
    flex: 1;
    border-bottom: none;
}

.menu-ngang .nav-item .nav-link {
    display: flex;
    padding: 0;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    text-decoration: none;
    min-width: 0;
}

.menu-ngang .nav-item .nav-link span:nth-child(2) {
    text-shadow: 0px 1px 1px #fff, 1px 0px 1px #fff, -1px 0px 1px #fff, 0px -1px 1px #fff;
}
.menu-ngang .nav-item .nav-link {
    color: #000;
    width: 100%;
    font-family: Merriweather, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.32px;
}

.menu-ngang .nav-item .nav-link span:last-child {
    flex: 1 1 auto;
    min-width: 0;
}

.menu-ngang .menu-ngang-bullet {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    margin-top: 8px;
    border-radius: 50%;
    background: #BB0707;
}

.menu-ngang .menu-ngang-toggle {
    border: none;
    background: transparent;
    color: #556987;
    padding: 2px 0 0 8px;
    line-height: 1;
    flex: 0 0 auto;
}

.menu-ngang .menu-ngang-toggle i {
    font-size: 14px;
}

.menu-ngang .menu-ngang-toggle[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.menu-ngang .menu-ngang-submenu {
    width: 100%;
    margin: 0;
    padding: 0 0 0 18px;
}

.menu-ngang .menu-ngang-submenu>.nav-item>.menu-ngang-row {
    border-bottom: 1px dashed #8896AB;
}

.menu-ngang>.nav-item:last-child>.menu-ngang-row {
    border-bottom: none;
}

.menu-ngang .nav-item:hover>.menu-ngang-row>.nav-link {
    color: #BB0707;
}

.menu-ngang .nav-item:hover .menu-ngang-submenu .nav-item .nav-link {
    color: #000;
}

.menu-ngang .menu-ngang-submenu .nav-item:hover>.menu-ngang-row>.nav-link {
    color: #BB0707;
}

.menu-ngang .nav-item-child>.menu-ngang-row>.nav-link {
    font-size: 15px;
    line-height: 21px;
}

@media (max-width: 767px) {
    .menu-ngang {
        padding: 6px 12px;
        border-radius: 10px;
    }

    .menu-ngang .nav-item .nav-link {
        font-size: 15px;
        line-height: 21px;
    }
}

.card-widget.card-lienket {
    margin-bottom: 20px;
    border: 1px solid #EEF0F3;
    border-radius: 12px;
    background: #FFF;
    overflow: hidden;
}

.card-widget.card-lienket .card-header {
    padding: 10px 16px;
    background: transparent;
    position: relative;
}

.card-widget.card-lienket .card-header::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 1px;
    background: #DDD;
    z-index: 1;
}

.card-widget.card-lienket .card-header::before {
    content: "";
    position: absolute;
    left: 35px;
    bottom: -1px;
    width: 117px;
    height: 2px;
    background: #D61C26;
    z-index: 2;
}

.card-widget.card-lienket .card-header .card-title {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    color: #BB0707;
    font-family: Merriweather, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: none;
    position: relative;
    z-index: 2;
}

.card-widget.card-lienket .card-header .card-title img {
    width: 25px;
    height: 27px;
    object-fit: contain;
    flex: 0 0 25px;
}

.card-widget.card-lienket .card-body {
    padding: 15px 16px;
}

.card-widget.card-lienket .lienket-tab-wrapper+.lienket-tab-wrapper {
    margin-top: 12px;
}

.card-widget.card-lienket .lienket-select {
    width: 100%;
    height: 34px;
    border: 1px solid #D5DAE1;
    border-radius: 8px;
    background-color: #fff;
    color: #404F65;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 6px 36px 6px 12px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23404F65' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}

.card-widget.card-lienket .lienket-select:focus {
    outline: none;
    border-color: #BB0707;
    box-shadow: 0 0 0 2px rgba(187, 7, 7, 0.15);
}

.card-widget.card-lienket .lienket-select:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

.card-widget.card-binhchon {
    margin-bottom: 20px;
    border: 1px solid #EEF0F3;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}

.card-widget.card-binhchon .card-header {
    padding: 10px 16px;
    background: transparent;
    position: relative;
}

.card-widget.card-binhchon .card-header::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 1px;
    background: #DDD;
    z-index: 1;
}

.card-widget.card-binhchon .card-header::before {
    content: "";
    position: absolute;
    left: 35px;
    bottom: -1px;
    width: 117px;
    height: 2px;
    background: #D61C26;
    z-index: 2;
}

.card-widget.card-binhchon .card-header .card-title {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    color: #BB0707;
    font-family: Merriweather, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: none;
    position: relative;
    z-index: 2;
}

.card-widget.card-binhchon .card-header .card-title img {
    width: 25px;
    height: 27px;
    object-fit: contain;
    flex: 0 0 25px;
}

.card-widget.card-binhchon .card-body {
    padding: 15px 16px;
}

.card-widget.card-binhchon .poll-form {
    margin: 0;
}

.card-widget.card-binhchon .poll-title {
    margin: 0;
    color: #2A3342;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.card-widget.card-binhchon .poll-options-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 8px 0;
    margin-top: 16px;
}

.card-widget.card-binhchon .poll-option-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.card-widget.card-binhchon .form-check-input {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #8896AB;
    cursor: pointer;
}

.card-widget.card-binhchon .form-check-input:checked {
    background-color: #BB0707;
    border-color: #BB0707;
}

.card-widget.card-binhchon .form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(187, 7, 7, 0.2);
}

.card-widget.card-binhchon .poll-option-label {
    margin: 0;
    color: #333;
    cursor: pointer;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.card-widget.card-binhchon .poll-actions {
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.card-widget.card-binhchon .poll-actions button {
    flex: 1 0 0;
    height: 34px;
    border-radius: 8px;
    border: none;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    box-shadow: 0 1px 3px rgba(42, 51, 66, 0.06), 0 1px 2px rgba(42, 51, 66, 0.03);
    transition: all 0.2s ease;
}

.card-widget.card-binhchon .poll-submit-btn {
    background: #BB0707;
    color: #fff;
}

.card-widget.card-binhchon .poll-submit-btn:hover {
    background: #9d0505;
}

.card-widget.card-binhchon .poll-result-btn {
    background: #EEF0F3;
    color: #2A3342;
}

.card-widget.card-binhchon .poll-result-btn:hover {
    background: #E2E6EC;
}

.card-widget.card-luongtruycap {
    margin-bottom: 20px;
    border: 1px solid #EEF0F3;
    border-radius: 12px;
    background: #FFF;
    overflow: hidden;
}

.card-widget.card-luongtruycap .card-header {
    padding: 10px 16px;
    background: transparent;
    position: relative;
}

.card-widget.card-luongtruycap .card-header::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0;
    height: 1px;
    background: #DDD;
    z-index: 1;
}

.card-widget.card-luongtruycap .card-header::before {
    content: "";
    position: absolute;
    left: 35px;
    bottom: -1px;
    width: 117px;
    height: 2px;
    background: #D61C26;
    z-index: 2;
}

.card-widget.card-luongtruycap .card-header .card-title {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    color: #BB0707;
    font-family: Merriweather, serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: none;
    position: relative;
    z-index: 2;
}

.card-widget.card-luongtruycap .card-header .card-title img {
    width: 25px;
    height: 27px;
    object-fit: contain;
    flex: 0 0 25px;
}

.card-widget.card-luongtruycap .card-body {
    padding: 15px 16px;
}

.card-widget.card-luongtruycap .counter {
    margin: 0;
    padding: 0;
    list-style: none;
}

.card-widget.card-luongtruycap .counter li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 5px 0;
}

.card-widget.card-luongtruycap .counter li>span:first-child {
    width: 131px;
    color: #333;
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.card-widget.card-luongtruycap .counter li>span:nth-child(2) {
    color: #E31A10;
    font-family: Roboto, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    padding-left: 0;
}

.partial10-block {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.partial10-header {
    padding: 0 0 10px;
    position: relative;
}

.partial10-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ddd;
    z-index: 1;
}

.partial10-header::before {
    content: "";
    position: absolute;
    left: 23px;
    bottom: -1px;
    width: 117px;
    height: 2px;
    background: #D61C26;
    z-index: 2;
}

.partial10-title {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #D61C26;
    font-family: Merriweather, serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    z-index: 2;
}

.partial10-title:hover,
.partial10-title:focus {
    color: #D61C26;
}

.partial10-title img {
    width: 25px;
    height: 27px;
    object-fit: contain;
}

.partial10-title::after {
    content: none;
}

.partial10-body {
    padding-top: 16px;
}

.partial10-layout {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.partial10-list {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.partial10-list-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    text-decoration: none;
}

.partial10-list-thumb {
    width: 100px;
    height: 70px;
    flex: 0 0 100px;
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: auto;
}

.partial10-list-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partial10-list-content {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.partial10-list-title {
    margin: 0;
    color: #2A3342;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
}

.partial10-list-item:hover .partial10-list-title {
    color: #b61911;
}

.partial10-hero {
    width: 65%;
    flex: 0 0 65%;
}

.partial10-hero-image {
    position: relative;
    width: 100%;
    height: 374px;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: auto;
}

.partial10-hero-image>a {
    display: block;
    width: 100%;
    height: 100%;
}

.partial10-hero-image>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partial10-hero-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 16px 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%);
}

.partial10-hero-title,
.partial10-hero-title a {
    margin: 0;
    color: #fff;
    font-family: Merriweather, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-decoration: none;
}

.partial10-date span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #4D5F7A;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}


.partial11-card {
    position: relative;
    border: 1px solid #FFD477;
    border-radius: 12px;
    background: linear-gradient(180deg, #FFFDF9 0%, #FFF5E2 100%);
    overflow: hidden;
}

.partial11-header {
    padding: 8px 16px;
    text-align: center;
    position: relative;
}

.partial11-card:has(.partial11-badge) .partial11-header {
    padding-left: 58px;
}

.partial11-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #BB0707;
    -webkit-mask-image: linear-gradient(to right, #000 0%, #000 78%, transparent 100%);
    mask-image: linear-gradient(to right, #000 0%, #000 78%, transparent 100%);
}

.partial11-title {
    color: #BB0707;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
    text-decoration: none;
}

.partial11-title:hover {
    color: #BB0707;
}

.partial11-body {
    padding: 10px 16px;
}

.partial11-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 0;
    text-decoration: none;
    position: relative;
}

.partial11-item+.partial11-item {
    border-top: 1px dashed #F8BB54;
}

.partial11-item__icon {
    flex: 0 0 15px;
    width: 15px;
    color: #BB0707;
    line-height: 21px;
    padding-top: 1px;
    font-size: 15px;
}

.partial11-item__text {
    color: #2A3342;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.partial11-item:hover .partial11-item__text {
    color: #BB0707;
}

.partial11-badge {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 51px;
    height: 47px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 100px;
    background: #BB0707;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    z-index: 1;
}

.xemnhieu-card {
    position: relative;
    border: 1px solid #FFD477;
    border-radius: 12px;
    background: linear-gradient(180deg, #FFFDF9 0%, #FFF5E2 100%);
    overflow: hidden;
}

.xemnhieu-badge {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 51px;
    height: 47px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 100px;
    background: #BB0707;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    z-index: 2;
}

.xemnhieu-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border-bottom: 1px solid #BB0707;
}

.xemnhieu-title {
    flex: 1 1 auto;
    margin: 0;
    color: #BB0707;
    text-align: center;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}

.xemnhieu-body {
    padding: 16px;
}

.xemnhieu-main {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: 10px;
}

.xemnhieu-main-thumb {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.xemnhieu-main-thumb a,
.xemnhieu-main-thumb img {
    display: block;
    width: 100%;
    height: 100%;
}

.xemnhieu-main-thumb img {
    object-fit: cover;
}

.xemnhieu-main-title,
.xemnhieu-main-title a {
    margin: 0;
    color: #000;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 23px;
    text-decoration: none;
}

.xemnhieu-main-title a:hover {
    color: #BB0707;
}

.xemnhieu-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 0;
    border-top: 1px dashed #F8BB54;
}

.xemnhieu-item-icon {
    flex: 0 0 15px;
    width: 15px;
    height: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #E31A10;
    font-size: 15px;
    line-height: 1;
    margin-top: 2px;
}

.xemnhieu-item-title,
.xemnhieu-item-title a {
    margin: 0;
    flex: 1 1 auto;
    color: #2A3342;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-decoration: none;
}

.xemnhieu-item-title a:hover {
    color: #BB0707;
}

@media (max-width: 991px) {
    .partial10-layout {
        flex-direction: column;
    }

    .partial10-list {
        order: 2;
    }

    .partial10-hero {
        order: 1;
    }

    .partial10-list,
    .partial10-hero {
        width: 100%;
        flex: initial;
    }
}

.multimedia-page-new {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
}

.multimedia-section-block {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.multimedia-section-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    padding: 0 0 10px;
}

.multimedia-section-title-wrap {
    position: relative;
    z-index: 2;
}

.multimedia-section-head::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #c6ccd6;
    z-index: 1;
}

.multimedia-section-head::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 117px;
    height: 2px;
    background: #D61C26;
    z-index: 2;
}

.multimedia-section-title {
    margin: 0;
    color: #D61C26;
    font-family: Merriweather, serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.multimedia-section-arrows {
    display: inline-flex;
    gap: 4px;
}

.multimedia-arrow-btn {
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    color: #8ea0b9;
    padding: 0;
}

.multimedia-arrow-btn:hover {
    color: #db353a;
}

.multimedia-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}

.multimedia-card {
    text-decoration: none;
}

.multimedia-card-image-wrap {
    width: 100%;
    aspect-ratio: 293 / 200;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.multimedia-card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.multimedia-card-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(57, 78, 121, .7);
    color: #fff;
    font-size: 14px;
}

.multimedia-card-meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #465b7e;
    font-size: 12px;
    margin-bottom: 8px;
}

.multimedia-card-title {
    margin: 0;
    color: #0c172a;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.multimedia-view-all {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #db353a;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.multimedia-pager {
    margin-top: 10px;
}

/* Cùng chuyên mục — Figma 9680:4453 */
.cungchuyenmuc-block .multimedia-section-title {
    text-transform: uppercase;
    font-family: "Be Vietnam Pro", Inter, Arial, sans-serif;
}

.cungchuyenmuc-block a {
    text-decoration: none;
    color: inherit;
}

.cungchuyenmuc-feature {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cungchuyenmuc-feature__media {
    position: relative;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
    aspect-ratio: 519 / 345;
    background: #eef0f3;
}

.cungchuyenmuc-feature__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cungchuyenmuc-feature__title {
    margin: 0;
    color: #000;
    font-family: Merriweather, serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.cungchuyenmuc-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #4d5f7a;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
}

.cungchuyenmuc-date i {
    font-size: 14px;
}

.cungchuyenmuc-date--sm {
    font-size: 14px;
}

.cungchuyenmuc-date--md {
    font-size: 14px;
}

.cungchuyenmuc-tile-sm {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.cungchuyenmuc-tile-sm:hover .cungchuyenmuc-tile-sm__title,
.cungchuyenmuc-tile-md:hover .cungchuyenmuc-tile-md__title,
.cungchuyenmuc-feature:hover .cungchuyenmuc-feature__title {
    color: #bb0707;
}

.cungchuyenmuc-tile-sm__media {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 192 / 120;
    background: #eef0f3;
}

.cungchuyenmuc-tile-sm__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cungchuyenmuc-tile-sm__title {
    margin: 0;
    color: #2a3342;
    font-family: Merriweather, serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cungchuyenmuc-tile-md {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
}

.cungchuyenmuc-tile-md__media {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 140px;
    background: #eef0f3;
}

.cungchuyenmuc-tile-md__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cungchuyenmuc-tile-md__title {
    margin: 0;
    color: #000;
    font-family: Inter, Arial, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.cungchuyenmuc-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    padding: 10px 20px;
    border-radius: 8px;
    background: #e31a10;
    color: #fff !important;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-decoration: none !important;
}

.cungchuyenmuc-more:hover {
    background: #c4150d;
    color: #fff !important;
}

/* Tin lien quan + Binh luan (Figma 9680:4405) */
.tinlienquan-box {
    border-radius: 12px;
    background: #fff3dd;
    padding: 20px 30px;
    margin: 0;
}

.tinlienquan-head {
    padding-bottom: 20px;
}

.tinlienquan-title {
    margin: 0;
    color: #bb0707;
    font-family: "Be Vietnam Pro", Inter, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}

.tinlienquan-item {
    gap: 10px;
    padding: 15px 0;
}

.tinlienquan-item+.tinlienquan-item {
    border-top: 1px dashed #f8bb54;
}

.tinlienquan-icon {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
    margin-top: 1px;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.tinlienquan-icon::before {
    display: none;
}

.tinlienquan-icon i {
    font-size: 15px;
    line-height: 1;
    color: #e60b00;
}

.tinlienquan-text {
    color: #2a3342;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.article-comment-title {
    margin: 0;
    color: #bb0707;
    font-family: "Be Vietnam Pro", Inter, Arial, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: uppercase;
}

.article-comment-form .article-comment-meta .form-control {
    border: 1px solid #ced1d6;
    border-radius: 8px;
    min-height: 44px;
}

.article-comment-form .note_comment.form-control {
    min-height: 100px;
    padding: 10px 20px;
    border: 1px solid #b0b5bd;
    border-radius: 8px;
    color: #4d5f7a;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.article-comment-form .note_comment.form-control::placeholder {
    color: #4d5f7a;
}

.article-comment-actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 12px;
}

.article-comment-submit {
    border: 0;
    border-radius: 8px;
    background: #bb0707;
    color: #fff;
    font-family: Inter, Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    padding: 8px 15px;
}

.article-comment-submit:hover {
    background: #9a0505;
}

.article-side-padding {
    padding-left: 60px;
    padding-right: 60px;
}

.article-rating-box {
    margin-top: 8px;
}

.article-rating-form {
    border: 1px solid #ced1d6;
    border-radius: 12px;
    padding: 16px;
    background: #fff;
}

.article-rating-field {
    margin-bottom: 14px;
}

.article-rating-label {
    display: block;
    margin-bottom: 6px;
    color: #2a3342;
    font-family: Inter, Arial, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.article-rating-form .form-control {
    border: 1px solid #b0b5bd;
    border-radius: 8px;
    min-height: 44px;
    color: #2a3342;
}

.article-rating-form textarea.form-control {
    min-height: 96px;
}

.article-rating-stars {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.article-rating-stars i {
    cursor: pointer;
    font-size: 24px;
    color: #f8bb54;
}

@media (max-width: 991px) {
    .cungchuyenmuc-feature__media {
        aspect-ratio: 16 / 10;
    }

    .cungchuyenmuc-tile-md__media {
        height: 180px;
    }

    .tinlienquan-box {
        margin: 0;
        padding: 16px;
    }

    .tinlienquan-title,
    .article-comment-title {
        font-size: 24px;
    }

    .article-rating-stars i {
        font-size: 22px;
    }

    .article-side-padding {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1199px) {
    .multimedia-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    .multimedia-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.multimedia-feature {
    padding: 0 0 20px;
}

.multimedia-feature__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    position: relative;
    padding: 0 0 10px;
    margin-bottom: 12px;
}

.multimedia-feature__head::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ddd;
    z-index: 1;
}

.multimedia-feature__head::before {
    content: "";
    position: absolute;
    left: 23px;
    bottom: -1px;
    width: 117px;
    height: 2px;
    background: #bb0707;
    z-index: 2;
}

.multimedia-feature__title-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 3;
}

.multimedia-feature__title-icon {
    width: 25px;
    height: 27px;
    object-fit: contain;
}

.multimedia-feature__title {
    margin: 0;
    color: #bb0707;
    font-family: Merriweather, serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
}

.multimedia-feature__tabs {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.multimedia-feature__tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 30px;
    background: #fff3dd;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
}

.multimedia-feature__tab i {
    width: 18px;
    font-size: 14px;
    text-align: center;
    color: #bb0707;
}

.multimedia-feature__hero {
    display: block;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1265 / 671;
}

.multimedia-feature__hero>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.multimedia-feature__hero-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 120px 16px 24px;
    background: linear-gradient(180deg, rgba(20, 28, 33, 0) 0%, rgba(20, 28, 33, .7) 50%, #141c21 100%);
}

.multimedia-feature__hero-play {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, .5);
    background: rgba(255, 255, 255, .2);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 40px;
}

.multimedia-feature__hero-title {
    margin: 0;
    color: #fff;
    font-family: Merriweather, serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
}

.multimedia-feature__thumbs {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.multimedia-feature__thumb-item {
    text-decoration: none;
}

.multimedia-feature__thumb-image {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 305 / 190;
    margin-bottom: 10px;
}

.multimedia-feature__thumb-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.multimedia-feature__thumb-icon {
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    background: rgba(255, 255, 255, .8);
    color: #4d5f7a;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.multimedia-feature__thumb-title {
    margin: 0;
    color: #0c172a;
    font-family: Inter, Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 991px) {
    .multimedia-feature__hero-title {
        font-size: 20px;
    }

    .multimedia-feature__thumbs {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 767.98px) {
    .multimedia-feature__head {
        flex-direction: column;
        align-items: flex-start;
    }

    .multimedia-feature__tabs {
        justify-content: flex-start;
    }

    .multimedia-feature__hero-overlay {
        gap: 10px;
        padding-top: 60px;
        justify-content: flex-start;
    }

    .multimedia-feature__hero-title {
        font-size: 18px;
    }

    .multimedia-feature__thumbs {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .partial10-title {
        font-size: 16px;
    }

    .partial10-list-item {
        flex-direction: column;
    }

    .partial10-list-thumb {
        width: 100%;
        aspect-ratio: 16/9;
        height: auto;
        flex: initial;
    }

    .partial10-hero-image {
        height: 260px;
    }
}

#linkwebsite-tabContent a {
    color: #0074D7;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 8px 0;
    width: 100%;
    border-bottom: 1px solid #EEF0F3;
    display: flex;
    padding: 13px 0px;
    align-items: flex-start;
    gap: 0px;
}

#linkwebsite-tabContent a:hover {
    color: #DA251C;
}

#linkwebsite-tabContent ul.list-unstyled {
    column-count: 3;
    column-gap: 20px;
}

.right-post-component.card-bg-gray {
    border-radius: 0px;
    border: 1px solid #c0c2c5;
    background: linear-gradient(180deg, #FCFAF6 0%, #FCFAF6 100%);
    padding: 10px 15px 20px 15px;
}

.item-post-docs {
    align-items: start;
    gap: 8px !important
}

.item-post-docs+.item-post-docs {
    border-top: 1px dashed #8896AB;
}

.right-post-component.partial7 .post-box-component>.item-post-docs:first-child {
    padding-top: 0;
}

.item-post-docs .law-title {
    overflow: hidden;
    color: #182940;
    text-overflow: ellipsis;
    font-family: Merriweather;
    font-size: 15px;
    font-style: normal;
    /*font-weight: 600;*/
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
    text-decoration: none;
}

.item-post-docs:hover .law-title {
    color: #DA251C
}

.item-post-docs .item-post-docs-icon {
    color: #DA251C !important;
    font-size: 8px;
    transform: rotate(45deg);
    height: auto;
    margin: 6px 0 0 0;
}

.title-right-box~.card-header-tabs {
    margin: 0;
}

.title-right-box~.card-header-tabs .nav-tabs {
    margin: 0;
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    border-bottom: none;
}

.title-right-box~.card-header-tabs .nav-tabs::-webkit-scrollbar {
    display: none;
}

.card-header-tabs .nav-tabs .nav-link {
    color: #424556;
    font-family: Roboto;
    margin: 0;
    font-size: 12px;
    white-space: nowrap;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    border: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.card-header-tabs .nav-tabs .nav-link:hover,
.card-header-tabs .nav-tabs .nav-link.active {
    color: #DA251C
}

.card.card-header-image {
    border: 1px solid #D0B779;
    background: linear-gradient(180deg, #FCFAF6 0%, #FCFAF6 100%);
    padding: 1px
}

.card.card-header-image .card-header {
    background-image: url('/images/bg-card-header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    padding: 10px;
    color: #fff;
    text-align: center;
}

.card.card-header-image .card-header .card-title {
    color: #fff;
    text-align: center;
    font-family: Merriweather;
    text-transform: none;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.3px;
    line-height: 20px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.25);
}

.card.card-header-image .item .top-home-title a {
    font-family: Merriweather;
    color: #1B1D2D;
    ;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.card.card-header-image .item .top-home-title a:hover {
    color: #DA251C
}

.card.card-header-image .item .box-image {
    display: none;
}

.card.card-header-image .item+.item {
    border-top: 1px dashed #757E8C;
}

.card.card-header-image .item:last-child {
    padding-bottom: 0 !important;
}

.card.card-header-image .item:first-child .top-home-title a {
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
}

.card.card-header-image .item:first-child .box-image {
    display: block;
    margin-bottom: 10px;
}

.dvc-group .main {
    /* display: flex;
    align-items: center; */
    background: #fff;
    border: 1px solid #8edef7;
    box-sizing: border-box;
    height: 206px;
}

.dvc-group .main>a {
    position: relative;
    height: 100%;
}

.dvc-group .main>a img {
    height: 100% !important;
    /* border: 1px solid #eeeeee; */
}

.dvc-group .main>a span {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 900;
    font-size: 26.0211px;
    line-height: 39px;
    text-transform: uppercase;
    color: #0075a6;
    position: absolute;
    left: 24px;
    text-align: left;
    padding: 0 0 0 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-left: 3px solid #0075a6;
}

/* .dvc-group .main .link {
    padding: 26px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    justify-content: center;
    background: #fff;
    /* background-image: url(/images/bg-blue-2.jpg);
    background-position: center right;
    border: none;
    background-size: cover; */

.dvc-group .main .link a {
    font-family: Merriweather;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #182940;
    text-decoration: none;
}

.dvc-group .main .link a:hover {
    color: #DA251C;
}

/* .dvc-group .main .link a:before {
    content: '\25A0';
    color: #DA251C;
    margin-right: 12px;
    font-size: 13px;
} */
.list-dvc {
    display: flex;
    flex-direction: row !important;
    gap: 12px;
}

.list-dvc a {
    width: 33.3333%;
}

.list-dvc a img {
    width: 100%;
}

.card-bg-gray.dvc {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(/images/bg-blue-1.jpg);
    border: none;
    height: 100%;
}

.card-bg-gray.dvc .card-header {
    border-bottom: 1px solid #BBC3CF;
    padding-bottom: 0;
    height: auto;
    min-height: auto;
    width: 100%;
    display: flex;
    padding-left: 10px !important;
}

.card-bg-gray.dvc .card-header .card-title {
    /* border-bottom: 2px solid #FF9800; */
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #0077a0;
}

@media (min-width: 1100px) {
    header .header_title {
        padding-left: 10px;
    }

    .headnew-left {
        padding-right: 20px !important;
    }

    .headnew-right {
        padding-left: 20px !important;
        max-height: 620px;
    }

    header .banner>.container {
        background-position-x: 115px;
    }

    .headnew-left {
        padding-right: 20px !important;
    }

    .headnew-right {
        padding-left: 20px !important;
    }

    .item-headnew>.row::before {
        margin-right: 20px;
    }
}

.dvc-group .main {
    /* display: flex;
    align-items: center; */
    background: #fff;
    border: 1px solid #8edef7;
    box-sizing: border-box;
    height: 230px;
}

.dvc-group.dvc-group-top .main>.row {
    height: 100%;
    align-items: center;
}

.dvc-group.dvc-group-top .main {
    border: 1px solid #F8DA8F;
    background: linear-gradient(270deg, #FFF8B6 30%, #FFF 100%);
    background-image: url('/images/bg-box-DVC.jpg'), linear-gradient(270deg, #FFF8B6 30%, #FFF 100%);
    background-position: center right;
    background-size: cover;
    border-radius: 8px;
}

.dvc-group .main>a {
    position: relative;
    height: 100%;
}

.dvc-group.dvc-group-top .main .dvc-link-head {
    text-decoration: none;
}

.dvc-group.dvc-group-top .main .dvc-link-head span {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #DA251C;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    line-height: 35px;
    margin-top: 10px;
}

.dvc-group .main>a img {
    height: 100% !important;
    /* border: 1px solid #eeeeee; */
}

.dvc-group .main>a span {
    font-family: Merriweather;
    font-style: normal;
    font-weight: 900;
    font-size: 26.0211px;
    line-height: 39px;
    text-transform: uppercase;
    color: #0075a6;
    position: absolute;
    left: 24px;
    text-align: left;
    padding: 0 0 0 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    border-left: 3px solid #0075a6;
}

.dvc-group .main .link {
    padding: 26px 26px 26px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    justify-content: center;
    /* background: #fff; */
    /* background-image: url(/images/bg-blue-2.jpg);
    background-position: center right;
    border: none;
    background-size: cover; */
}

.dvc-group .main .link a {
    font-family: Merriweather;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #182940;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 10px;
    background: #fff;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.dvc-group .main .link a:hover {
    color: #DA251C;
}

/* .dvc-group .main .link a:before {
    content: '\25A0';
    color: #DA251C;
    margin-right: 12px;
    font-size: 13px;
} */
.list-dvc {
    display: flex;
    flex-direction: row !important;
    gap: 12px;
}

.list-dvc a {
    width: 33.3333%;
}

.list-dvc a img {
    width: 100%;
}

.card-bg-gray.dvc {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(/images/bg-blue-1.jpg);
    border: none;
    /* border-top: 3px solid #32b8e5; */
}

.card-bg-gray.dvc .card-header {
    border-bottom: 1px solid #BBC3CF;
    padding-bottom: 0;
    height: auto;
    min-height: auto;
    width: 100%;
    display: flex;
}

.card-bg-gray.dvc .card-header .card-title img {
    display: inline-block;
}

.card-bg-gray.dvc .card-header .card-title {
    /* border-bottom: 2px solid #FF9800; */
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 0;
    color: #0077a0;
}

/* Multimedia Section */
.multimedia-section {
    background: var(--primary-bg-200);
    padding-top: 20px;
    padding-bottom: 30px;
}

.multimedia-section .nav {
    flex-wrap: nowrap;
    padding-left: 10px;
}

.multimedia-section .multimedia-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border: none;
}

.multimedia-section .multimedia-header .title {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.multimedia-section .multimedia-header .title img {
    width: 28px;
    height: 28px;
}

.multimedia-section .multimedia-header .title span {
    font-size: 23px;
    font-weight: 700;
    line-height: 0.95;
    text-transform: uppercase;
    color: #0A54A8;
    margin: 0;
}

.multimedia-section .multimedia-header .title:hover span {
    color: var(--orange-600);
}

.multimedia-section .multimedia-header .tabs {
    display: flex;
    align-items: center;
    gap: 18px;
}

.multimedia-section .multimedia-header .tabs .nav-link {
    background-color: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 9px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #0A54A8;
    border: none;
    cursor: pointer;
}

.multimedia-section .multimedia-header .tabs .nav-link:hover {
    background: var(--primary-600);
    color: #fff;
}

.multimedia-section .multimedia-header .tabs .btn i {
    color: #DE9203;
}

.multimedia-section .multimedia-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.multimedia-section .multimedia-item img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    border-radius: 8px;
}

.multimedia-section .multimedia-item .play-icon {
    position: absolute;
    top: 15px;
    right: 20px;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid #fff;
    border-radius: 100px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.multimedia-section .multimedia-item .play-icon i {
    font-size: 22px;
    color: #fff;
}

.multimedia-section .multimedia-item p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4375;
    color: #031739;
    margin: 0;
}

.multimedia-section .multimedia-item .detail-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.64;
    color: var(--primary);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.multimedia-section .multimedia-item .detail-link:hover {
    color: var(--red);
}

.multimedia-section .multimedia-item .detail-link i {
    font-size: 15px;
}

.multimedia-section .view-all-btn {
    background-color: #005FAF;
    border-radius: 8px;
    padding: 11px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: none;
    cursor: pointer;
    margin: 15px auto 0;
    /* Center the button */
}

.multimedia-section .view-all-btn i {
    font-size: 16px;
    color: #fff;
}

.multimedia-section .card-media>.card-body {
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0 5px 12px 0 rgba(17, 39, 62, 0.06);
    padding: 30px 30px 0px 30px;
}

.back-to-home .nav-link {
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff !important;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    border-radius: 6px;
    background: var(--red, #d61c26);
    padding: 6px 12px;
    margin-top: 5px;
}

/* EMagazineDetail: icon-only back home button */
.back-to-home-emagazine-detail .nav-link {
    width: auto;
    height: auto;
    padding: 6px 12px;
    border-radius: 6px;
}

.more-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
    transition: all 0.3s
}

.more-btn:hover {
    color: #DA251C;
}

.search-mobile form,
.navbar-right .navbar-toggler {
    background: #00000010;
    border-radius: 30px;
    overflow: hidden;
}

.navbar-right .navbar-toggler {
    height: 35px;
    width: 35px;
    margin-left: 8px;
    margin-top: 4px;
}

.search-mobile input.form-control {
    max-width: 100px;
    background: transparent !important;
    box-shadow: none !important;
    transition: all 0.3s
}

.search-mobile input.form-control:focus {
    max-width: 180px;
}

.form-search .form-control {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

.form-search {
    border: 1px solid #e38c6d;
    border-radius: 6px;
    overflow: hidden;
    padding: 1px;
}

.form-search select.form-control {
    border-left: 1px solid #00000020 !important;
    font-size: 14px;
    padding-left: 8px;
    padding-right: 8px;
}

.search-page {
    padding-top: 12px;
    padding-bottom: 24px;
}

.search-page__header {
    margin-bottom: 18px;
}

.search-page__form {
    border-color: #d8dce2;
    border-radius: 10px;
    background-color: #fff;
}

.search-page__results {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.search-result-item {
    margin: 0;
    padding: 16px;
    border: 1px solid #e6e9ef;
    border-radius: 12px;
    background-color: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.search-result-item:hover {
    border-color: #cfd6df;
    box-shadow: 0 6px 20px rgba(24, 39, 75, 0.08);
}

.search-result-item__thumb {
    aspect-ratio: 16 / 11;
    border-radius: 8px;
    overflow: hidden;
}

.search-result-item__thumb img {
    object-fit: cover;
}

.search-result-item__detail {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-start !important;
}

.search-result-item__title {
    margin: 0;
    line-height: 1.4;
    font-size: 20px;
}

.search-result-item__title a {
    color: #111827;
}

.search-result-item__title a:hover {
    color: #8f1d14;
}

.search-result-item__desc {
    margin-bottom: 0;
    color: #4b5563;
    line-height: 1.7;
}

.search-result-item__meta {
    margin-top: auto;
}

.search-page__empty {
    padding: 24px 20px;
    border: 1px dashed #cfd6df;
    border-radius: 10px;
    background: #fafbfc;
}

.search-page__pager {
    margin-top: 20px;
}

.search-page__pager .pagination {
    margin-bottom: 0;
    gap: 6px;
}

.search-page__pager .pagination li a,
.search-page__pager .pagination li span {
    border-radius: 8px !important;
    border-color: #d8dce2 !important;
    color: #1f2937;
}

.search-page__pager .pagination .active a,
.search-page__pager .pagination .active span {
    background-color: #8f1d14 !important;
    border-color: #8f1d14 !important;
    color: #fff !important;
}

.box-category[data-layout="60"] {
    padding: 10px 16px !important
}

@media(min-width: 1200px) and (max-width: 1365px) {
    header .banner>.container {
        background-position-x: 47px;
    }
}

@media(min-width: 992px) and (max-width: 1199px) {
    header .banner>.container {
        background-position-x: -40px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    header .banner>.container {
        background-position-x: -130px;
    }
}

@media(min-width: 992px) {

    .row-height .widget-template,
    .row-height .widget-template .box-category {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .headnew-second .row>.col-6:last-child .info-post {
        display: none
    }

    .form-search select.form-control {
        font-size: 15px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .md-hidden {
        display: none
    }

    .form-search select.form-control {
        width: auto;
        flex: 0 0 auto;
    }

    .headnew .headnew-right {
        border-left: 1px solid #e4e1e19c;
    }

    .video-article-content .col-sm-9.video-article-main {
        width: 70%;
    }

    .col-sm-3.video-article-sub {
        width: 30%;
    }

    .navbar .navbar-brand {
        display: none;
    }

    .search-page {
        padding-top: 16px;
        padding-bottom: 28px;
    }

    .search-result-item {
        padding: 18px 20px;
    }
}

@media (max-width: 767px) {
    .search-page__form .input-group {
        display: grid;
        grid-template-columns: 1fr;
    }

    .search-page__form .form-control,
    .search-page__form .btn {
        width: 100%;
        border: none !important;
        border-bottom: 1px solid #eef1f4 !important;
        min-height: 44px;
    }

    .search-page__form .btn {
        border-bottom: none !important;
    }

    .search-result-item {
        padding: 14px;
    }

    .search-result-item__title {
        font-size: 16px;
    }
}

@media (min-width: 992px) {

    .navbar .navbar-right>form,
    .navbar .navbar-right {
        order: 3
    }

    .TrangTinCanBo .right-post-component .title-right-box .title {
        padding-right: 90px !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        top: calc(100% + 40px);
        transition: all 0.3s
    }

    .navbar-expand-lg .navbar-nav>.nav-item:hover>.dropdown-menu {
        visibility: inherit;
        opacity: 1;
        top: 100%;
    }
}

@media(max-width: 480px) {
    header .header-logo .header_title .text {
        font-size: 18px;
        line-height: initial;
    }

    header .header-logo .header_title .name {
        font-size: 28px;
        line-height: initial;
    }

    header .header_laction {
        font-size: 14px;
        gap: 6px;
    }

    .TrangTinCanBo .right-post-component.partial7 {
        padding-bottom: 0 !important;
    }

    .top-home-title,
    .top-home-title a {
        font-size: 16px;
        line-height: initial;
    }

    .list-post-items .top-home-title a {
        font-size: 16px;
    }

    .card-widget .card-title,
    .breadcrumb-category .breadcrumb-item.cate-name a,
    .right-post-component .title-right-box .title,
    .right-post-component .title-right-box .title a {
        font-size: 16px;
    }

    .item.main .top-home-title a {
        font-size: 17px;
    }

    .vb-cddh .card-tabs-content {
        margin-bottom: 15px;
    }

    .card-tabs-content {
        padding: 8px
    }

    .box.box-multimedia>.box-heading .box-heading-link {
        font-size: 18px;
    }

    .box.box-multimedia>.box-heading .box-heading-link img {
        width: 20px;
    }

    .section-multimedia {
        background: transparent;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .section-multimedia>.container>.container {
        padding-left: 0;
        padding-right: 0;
    }

    .right-post-component.partial7 {
        padding: 6px 8px !important
    }

    .card-widget.card-headnew {
        padding: 8px;
        margin-bottom: 15px;
    }

    @media (max-width: 768px) {
        .card-widget.card-headnew {
            height: auto;
            /* cho nó tự co theo nội dung */
            /* hoặc: height: unset; */
        }
    }

    @media (max-width: 768px) {
        .services-section-image-sub-2 {
            flex-wrap: wrap;
            /* nếu đang dùng flex ở cha */
        }

        .services-section-image-sub-2 a {
            width: 100%;
            flex: 0 0 100%;
            padding-left: 0;
            /* tuỳ bạn: bỏ padding để sát viền */
            padding-right: 0;
        }

        .services-section-image-sub-2 a img {
            width: 100%;
            height: auto;
            display: block;
        }
    }

    .sidebar-card-news .card-widget .card-body {
        padding-left: 8px;
        padding-right: 8px;
    }

    .vb-cddh .sidebar-card-news .content-box>.order-2 {
        min-height: auto;
        max-height: 280px;
    }

    .section-headnew-cate .info-post {
        align-items: center;
        padding-top: 6px;
    }

    .section-headnew-cate .info-post .info-post-cate {
        margin-bottom: 0;
        margin-top: 2px;
    }

    .detail-top-info .detail-title {
        margin-bottom: 0 !important;
    }

    .content-article .detail-info {
        padding-top: 8px !important;
        flex-wrap: wrap;
    }

    .content-article .detail-info .tools {
        width: 100%;
        padding-top: 8px;
    }
}

@media(max-width: 580px) {
    .section-headnew-cate .cmhn-content {
        flex-direction: column;
    }

    .section-headnew-cate .cmhn-main {
        width: 100%;
    }
}

@media(max-width: 767px) {
    .header-transparent .emagazine-mobile-toolbar {
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 6px;
    }

    .section-headnew-cate .cmhn-header-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .section-headnew-cate .cmhn-title {
        flex: 0 1 auto;
        max-width: 100%;
    }

    .section-headnew-cate .cmhn-subcategories-wrap {
        max-width: 100%;
    }

    .back-to-home-emagazine-detail .nav-link {
        width: 34px;
        height: 34px;
        padding: 0;
        border-radius: 8px;
    }

    .back-to-home-emagazine-detail .back-to-home-text {
        display: none;
    }

    .title-mobile {
        display: block
    }

    .faq-page .faq-filter-section {
        padding: 8px 0px
    }

    .navbar-sub {
        display: none;
    }

    .section-headnew-cate .card-header {
        padding-left: 0;
        padding-right: 0;
    }

    .section-headnew-cate .card-header .card-title {
        padding-bottom: 0 !important;
        margin-bottom: 0;
    }

    .row-breadscrumb .breadcrumb {
        flex-wrap: nowrap;
        max-width: 100%;
        overflow: hidden;
        overflow-x: auto;
    }

    .breadcrumb li,
    .breadcrumb a {
        white-space: nowrap;
    }

    .xs-hidden {
        display: none;
    }

    .box.box-multimedia>.box-heading .box-heading-hashtag .nav-item .nav-link {
        padding-left: 6px;
        padding-right: 6px;
    }

    .box.box-multimedia>.box-heading .box-heading-hashtag .nav-item img {
        width: 15px;
    }

    .box.box-multimedia>.box-heading .box-heading-hashtag .nav-item:first-child .nav-link {
        padding-left: 0px;
    }

    .box.box-multimedia>.box-heading .box-heading-hashtag .nav-item:last-child .nav-link {
        padding-right: 0px;
    }

    .box.box-multimedia .box-category-item-content {
        position: relative;
        width: 100%;
        left: 0;
        bottom: 0;
        transform: none;
        padding: 10px
    }

    .box.box-multimedia .box-category-item-content .title-new {
        color: #333;
        font-size: 18px;
        line-height: 22px;
    }

    .box.box-multimedia .box-category-link-with-avatar::after,
    .box.box-multimedia .box-category-item-content .icon {
        display: none;
    }

    .dvc-group .main {
        flex-wrap: wrap;
        height: auto !important;
    }

    .dvc-group .main>a,
    .dvc-group .main>a img {
        width: 100% !important;
    }

    .dvc-group .main>a {
        padding: 20px;
        position: relative;
        text-decoration: none;
    }

    .dvc-group .main>a span {
        max-width: 100%;
        position: relative;
        left: initial;
        text-decoration: none;
        top: initial;
        bottom: initial;
        display: inline-block;
        transform: none;
        font-size: 21.0211px;
        line-height: 35px;
    }

    .dvc-group .main>a img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        object-fit: cover;
        object-position: center right;
    }

    .dvc-group .main .link {
        padding: 15px !important
    }

    .partial4 .slider-left .item {
        padding-top: 0;
        height: auto;
        padding-bottom: 0px;
        margin-bottom: 0;
    }

    .services-section-image-sub a {
        width: 50%;
    }

    .weather {
        display: none;
    }

    .footer-navbar {
        padding: 10px 0;
        flex-wrap: wrap;
        gap: 15px
    }

    .footer-navbar a {
        padding: 8px 3px;
        text-align: center;
        justify-content: start;
        gap: 6px;
    }

    .footer-navbar-QR+.footer-navbar-QR,
    .footer-navbar-link {
        flex: 1 0 0%;
    }

    .banner img {
        width: 70px;
    }

    header .banner>.container {
        background-color: #FFFDEB;
        background-image: url(../images/bg-header-mobile.png);
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        padding-left: 10px;
        padding-right: 10px;
        max-width: 100%;
    }

    .container {
        width: 100%;
        max-width: 100vw;
    }

    .card-widget.card-headnew .content-box>.post-show .box-image {
        height: auto;
    }

    header .banner>.container:after {
        display: none;
    }

    .navbar-sub form {
        border: 1px solid #E8E8E8;
        margin-bottom: 5px;
    }

    .navbar-right {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #00000030;
        padding-right: 8px;
    }

    .navbar-right .navbar-right-actions {
        margin-left: auto;
    }

    .navbar .navbar-nav>li.nav-item:first-child>a img {
        display: none;
    }

    .navbar .navbar-nav>li.nav-item>a {
        padding: 15px 12px 13px;
        color: #182940;
        text-align: left;
    }

    .navbar .navbar-nav>li.nav-item+li {
        border-top: 1px dashed #00000050;
    }

    .headnew-right {
        max-height: 250px;
    }

    .grid-container {
        display: flex;
        flex-direction: column;
    }

    .content-container {
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }

    .content-container>.container,
    .grid-container>.grid-item>.container {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-container>.grid-item--tin-noi-bat {
        order: -10;
    }

    .grid-container>.grid-item--menu-ngang {
        order: 20;
    }

    .page-thanh-phan .lanhdao-wrapper {
        padding: 16px
    }

    .page-thanh-phan .lanhdao-main-image,
    .lanhdao-right-item-image {
        height: auto !important;
        aspect-ratio: 16/11;
    }

    .lanhdao-right-item-wrapper {
        padding-bottom: 16px;
        margin-bottom: 16px;
    }

    .lanhdao-main-image-link {
        margin-bottom: 0;
    }

    .page-thanh-phan .lanhdao-row {
        height: auto;
        max-height: initial;
    }

    .page-thanh-phan .lanhdao-right-column {
        max-height: 250px;
        overflow: auto;
    }

    .box.box-multimedia .slick-list {
        margin-bottom: 10px;
    }

    .page-thanh-phan .lanhdao-right-item-title {
        font-size: 15px !important;
        line-height: initial;
    }

    .page-thanh-phan .video-article-sub .slimScrollDiv {
        height: auto !important;
        max-height: 500px;
    }

    .page-thanh-phan .video-article-content video {
        height: auto;
    }

    .card .card-title {
        margin-bottom: 0;
        padding-bottom: 0 !important;
    }

    .card-widget .card-header {
        padding-left: 0;
    }

    .lanhdao-main-column {
        height: auto !important;
    }

    .lanhdao-right-item-wrapper>.row>.col-6:first-child {
        width: 40%;
    }

    .lanhdao-right-item-wrapper>.row>.col-6:nth-child(2) {
        padding-left: 0;
        width: 60%;
    }

    .dvc-link-head img {
        display: block;
    }

    .partial4 .slider-left .item .box-image {
        height: 56vw !important;
    }

    .partial4 .slider-left .slick-list {
        height: auto !important;
        max-height: none !important;
    }

    .partial4 .slider-left .top-home-title {
        background: #5d9250;
        padding-top: 15px;
    }

    .partial4 .slider-left .item .top-home-title a,
    .partial-video .video-show .top-home-title a {
        font-size: 16px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: 22px;
    }

    .card .document-item .title {
        min-width: 200px;
    }

    #linkwebsite-tabContent ul.list-unstyled {
        column-count: 1;
        column-gap: 20px;
        max-height: 250px;
        overflow: hidden;
        overflow-y: auto;
        display: grid;
    }

    .middel-footer-navbar {
        margin-top: 10px;
    }

    footer .middel-footer img {
        display: block;
        margin: 0 auto 10px auto;
    }

    footer .footer-navbar img {
        margin-bottom: 0;
    }

    .TrangTinCanBo .right-post-component .title-right-box .title {
        -webkit-line-clamp: 2
    }

    .footer-qr-item {
        display: grid;
    }

    .TrangTinCanBo .post-box-component .row.justify-content-center.px-lg-5 .info-item {
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .TrangTinCanBo .post-box-component .row.justify-content-center.px-lg-5 {
        flex-direction: column;
    }

    .TrangTinCanBo .post-box-component .row.justify-content-center.px-lg-5 .col-6 {
        width: 100%;
        flex: 1 0 0%;
    }

    footer .copyright .container {
        padding-left: 8px;
        padding-right: 8px;
    }

    footer .info-page-top {
        text-align: center;
    }

    .partial4 .slider-left .item p.description,
    .partial4 .slider-right {
        display: none;
    }

    .partial4 .slider-post-box .btn-wrap {
        text-align: center;
        padding: 0px 30px 14px 30px;
    }

    .partial4 .slider-left .info {
        background: #5d9250;
        padding-bottom: 15px;
    }

    .partial-video .video-show {
        padding-bottom: 10px;
        padding-top: 25vw;
        height: 60vw;
    }

    .partial-video .video-show .top-home-title {
        min-height: 30px;
    }

    .partial-video .slider-post-box>.row {
        background: #4a773e;
        padding-top: 10px;
    }

    .slider-post-box .play-icon-video {
        width: 60px;
        height: 60px;
    }

    .list-video-right-box .item {
        padding-left: 0;
        padding-right: 0;
    }

    .card-widget .content-box>.post-show .top-home-title a {
        font-size: 15px;
    }

    header .top-header .infodate,
    header .right-top-header {
        display: none;
    }

    .detail-top-info .detail-title {
        font-size: 20px;
        line-height: inherit;
    }

    .navbar {
        padding-top: 0;
    }

    .navbar .navbar-nav {
        width: 100%;
        padding: 10px;
    }

    .navbar .navbar-nav .dropdown-menu {
        background: transparent;
        padding-left: 20px;
        border: none;
        padding-top: 0;
        display: block;

    }

    .navbar .dropdown-menu .nav-link {
        color: #fff
    }

    .navbar .navbar-nav .dropdown-menu>li+li {
        border-color: rgba(255, 255, 255, 0) !important
    }

    .card-tabs-content .card-header .card-title {
        font-size: 17px;
    }

    .card-tabs-content .card-header {
        padding-left: 0;
        padding-right: 0;
    }

    /* .navbar .navbar-nav .dropdown-menu .nav-link {
        color: #fff
    } */
    .navbar .navbar-nav .dropdown-menu .nav-link:hover {
        color: #DA251C
    }
}

@media(max-width: 991px) {
    /* .navbar .navbar-collapse:not(.show) {
        display: none
    } */

    .navbar-right {
        width: 100%;
        justify-content: flex-start;
        align-items: center;
    }

    .navbar-right .navbar-right-actions {
        margin-left: auto;
    }

    /* LayoutTrangThanhPhan: trên mobile hiển thị nút quay lại ở navbar-right */
    .navbar .navbar-nav .back-to-home-menu {
        display: none;
    }

    .footer-navbar-QR,
    .footer-navbar-link {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer-qr-item {
        width: 100%;
        flex: 1 0 0%;
    }

    .footer-qr-item p {
        font-size: 14px;
    }

    .footer-navbar {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Header styles */
header .top-header {
    background: #f6f6f6;
    border-bottom: 0.5px solid #dcdfe4;
    color: #0c172a;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
}

header .top-header .container {
    min-height: 38px;
}

header .top-header .infodate,
header .top-header .right-top-header {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .top-header .infodate>span:nth-child(2),
header .top-header .right-top-header>span {
    color: #bbc3cf;
    font-weight: 400;
}

header .top-header .right-top-header a {
    color: #0c172a;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

header .top-header .lang-switcher {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #d7d9de;
    background: #ffffff;
    text-decoration: none;
    overflow: hidden;
}

header .top-header .lang-switcher+.lang-switcher {
    margin-left: 6px;
}

header .top-header .lang-switcher img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

header .banner {
    background-color: #fff3dd;
    background-image: url('../images/banner.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 0.5px solid #b0b5bd;
    position: relative;
}

header .banner>.container {
    position: relative;
    z-index: 1;
}

header .banner::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-image: url('/images/bg-right-image.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

header .banner .header-logo {
    height: 122px;
    padding: 16px 0 14px 0;
    justify-content: flex-start !important;
    gap: 12px;
}

header .header-logo .header_title .text {
    color: #222;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.15;
    text-transform: uppercase;
    margin-bottom: 8px;
    text-shadow: rgb(255, 255, 255) 0px 0px 2px, rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 0px 2px 0px, rgb(255, 255, 255) -2px 0px 0px, rgb(255, 255, 255) 0px -2px 0px;
}

header .header-logo .header_title .name {
    margin-top: 0;
    color: #b80d08;
    font-family: Merriweather, serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 1.05;
    text-transform: uppercase;
    /* text-shadow: none; */
}

header .navbar {
    border-top: 0.5px solid #b0b5bd;
    border-bottom: 0.5px solid #b0b5bd;
    background: #e31a10;
}

header .navbar>.container {
    background: #e31a10;
    min-height: 42px;
}

header .navbar .navbar-brand {
    color: #ffffff;
    background: #be0900;
    /* width: 48px; */
    height: 42px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
}

header .navbar .navbar-brand:hover {
    color: #ffffff;
    border: none;
}

header .navbar .navbar-nav>li.nav-item>a {
    color: #ffffff;
    font-size: 15px;
    font-family: Merriweather, serif;
    font-weight: 700;
    line-height: 18px;
    border-bottom: none;
    padding: 12px 12px;
}

header .navbar .navbar-nav>li.nav-item.active>a,
header .navbar .navbar-nav>li.nav-item>a:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.12);
    border-bottom: none;
}

header .navbar-right-search {
    margin-left: auto;
}

header .navbar-right-search .login-link {
    width: 48px;
    height: 42px;
    color: #ffffff;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0;
    background: transparent;
    transition: background-color 0.15s ease;
}

header .navbar-right-search .login-link img {
    width: 16px;
    height: 16px;
    display: block;
}

header .navbar-right-search .login-link--user img {
    width: 18px;
    height: 18px;
}

header .navbar-right-search .login-link--search {
    border-left: none;
}

header .navbar-right-search .login-link:hover,
header .navbar-right-search .login-link:focus-visible {
    background: rgba(0, 0, 0, 0.12);
}

header .navbar-right .navbar-toggler .navbar-toggler-icon {
    color: #ffffff;
}

@media (max-width: 1199.98px) {
    header .header-logo .header_title .text {
        font-size: 24px;
    }

    header .header-logo .header_title .name {
        font-size: 34px;
    }
}

@media (max-width: 991px) {

    header .top-header .right-top-header a span,
    header .top-header .infodate span:last-child {
        display: none;
    }

    header .top-header {
        font-size: 12px;
    }

    header .top-header .container {
        min-height: 34px;
    }

    header .banner .header-logo {
        height: 90px;
        min-height: 90px;
        padding: 10px 0 8px;
        gap: 8px;
        justify-content: center !important;
    }

    .banner .header__logo-avt img {
        max-height: 70px;
    }

    header .header-logo .header_title .text {
        font-size: 16px;
        line-height: 1.15;
    }

    header .header-logo .header_title .name {
        font-size: 24px;
    }

    header .navbar .navbar-brand {
        padding: 10px 12px;
    }

    .grid-container>.grid-item+.grid-item {
        margin-top: 12px;
    }

    .grid-item--menu-ngang {
        height: auto;
        min-height: 0;
        overflow: visible;
    }

    .menu-ngang-host,
    .menu-ngang-scrollable {
        min-height: 0;
    }
}

/* Video detail — node 9680:3928 (Figma tokens) */
.video-detail-main-card {
    overflow: hidden;
}

.video-detail-main-card .card-header {
    display: none;
}

.video-detail-main-card .card-body {
    background: #fff3dd;
}

.video-detail-figma {
    display: flex;
    align-items: stretch;
    width: 100%;
    background: #fff3dd;
}

.video-figma-media {
    /* Giữ tỉ lệ cột giống layout cũ (≈65/35), không cho flex co ngang ép video */
    flex: 0 0 65.234%;
    min-width: 0;
    max-width: 65.234%;
    background: #000;
}

.video-figma-panel-wrap {
    flex: 0 0 34.766%;
    min-width: 0;
    max-width: 34.766%;
    display: flex;
    flex-direction: column;
}

/* Không ép aspect-ratio ngoài: khung cao = theo tỉ lệ thật của video (giống markup cũ 889×500 + width 100%) */
.video-figma-frame {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
    line-height: 0;
}

.video-figma-frame .video-figma-player {
    position: relative;
    z-index: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.video-figma-dim {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.video-figma-frame.video-figma-show-overlay .video-figma-dim {
    opacity: 1;
}

.video-figma-play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    width: 74px;
    height: 74px;
    margin: -37px 0 0 -37px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, background 0.15s ease;
}

.video-figma-frame.video-figma-show-overlay .video-figma-play {
    opacity: 1;
    visibility: visible;
}

.video-figma-play:hover,
.video-figma-play:focus-visible {
    background: rgba(255, 255, 255, 0.32);
}

.video-figma-play:focus {
    outline: 2px solid #fff;
    outline-offset: 2px;
}

.video-figma-play-icon {
    display: block;
    width: 0;
    height: 0;
    margin-left: 8px;
    border-style: solid;
    border-width: 16px 0 16px 26px;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.95);
}

.video-detail-panel {
    background: #fff3dd;
    box-sizing: border-box;
    flex: 1 1 auto;
    min-height: 0;
    padding: 20px 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.video-detail-title {
    margin: 0;
    font-family: Merriweather, serif;
    font-size: 26px;
    line-height: normal;
    font-weight: 700;
    color: #000;
}

.video-detail-toolbar {
    padding-bottom: 15px;
    border-bottom: 1px solid #b0b5bd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.video-detail-time {
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #4d5f7a;
}

.video-share-btn {
    background: #1877f2;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
    line-height: 22px;
    padding: 3px 10px;
    white-space: nowrap;
}

.video-share-btn:hover,
.video-share-btn:focus {
    color: #fff;
    text-decoration: none;
}

.video-detail-summary {
    margin: 0;
    flex: 1 1 auto;
    min-height: 0;
    color: #333f51;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
}

.video-detail-author {
    margin: 0;
    color: #4d5f7a;
    font-size: 14px;
}

.video-comment-box {
    width: 100%;
    max-width: 405px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.video-comment-title {
    margin: 0;
    font-family: "Be Vietnam Pro", Inter, "Segoe UI", Arial, sans-serif;
    text-transform: uppercase;
    color: #bb0707;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.video-comment-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.video-comment-form .form-control {
    border: 1px solid #d5dae1;
    border-radius: 8px;
    color: #4d5f7a;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    line-height: 22px;
    padding: 8px 16px;
    height: 40px;
}

.video-comment-form textarea.form-control {
    min-height: 80px;
    height: 80px;
    padding-top: 10px;
    resize: vertical;
}

.video-comment-submit {
    background: #bb0707;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 8px 15px;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
}

.video-comment-submit:hover {
    background: #9d0505;
}

@media (max-width: 991.98px) {
    .video-detail-figma {
        flex-direction: column;
    }

    .video-figma-media,
    .video-figma-panel-wrap {
        flex: 0 1 auto;
        max-width: 100%;
        width: 100%;
    }

    .video-comment-box {
        max-width: 100%;
    }

    .video-comment-title {
        font-size: 18px;
        line-height: 28px;
    }
}