@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500&amp;display=swap');

body {
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: thin;
    /*    font-family: 'Merriweather', serif;*/
    font-family: 'Inter', sans-serif;
}

#iconTimeHeader {
    margin-left: 1rem;
}
/* navigation bar */
.navbar-nav .nav-link {
    position: relative;
    color: #000;
    text-decoration: none;
}

    .navbar-nav .nav-link:hover {
        /*color: #204272 !important;*/
        text-decoration: none;
        color: #EA8823 !important;
    }

/*.navbar-nav .nav-link:hover::after {
            content: '';
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #204272;
        }*/

.custom-dropdown-menu {
    background-color: #f7fafc !important;
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);*/
    border: none;
    border-radius: 0px 0px;
    min-width: 250px !important;
}

.nav-item.dropdown:hover .custom-dropdown-menu {
    display: block;
}

.dropdown-item {
    color: #000;
}

    .dropdown-item:hover {
        /*color: #204272;*/
        color: #204272;
        background-color: transparent;
    }

.list-unstyled p.mb-1:hover {
    /*color: #204272;*/
}

.dropdown-menu.custom-dropdown-menu {
    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);*/
}

/* */
.navbar-nav .dropdown-menu {
    margin-left: 0;
}

    .navbar-nav .dropdown-menu .dropdown-menu {
        margin-left: 20px;
    }

.nav-item-custom {
    align-items: center;
    justify-content: flex-start;
}

    .nav-item-custom:hover {
        background-color: #204272 !important;
    }

.nav-item-custom-nochild {
    align-items: center;
    justify-content: flex-start;
}

.nav-link-menu-custom {
    display: inline-flex;
    align-items: center;
    padding: 0;
}

.menu-title-custom {
    color: white;
    font-weight: 500;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

    .menu-title-custom:hover {
        color: #EA8823;
        font-weight: 500;
        font-size: 16px;
        font-family: 'Inter', sans-serif;
    }

.a-menu-title-custom {
    display: inline-flex;
    align-items: center;
    padding: 0;
}

.menu-title-no-link {
    cursor: text;
    display: inline-flex;
    align-items: center;
    padding: 0;
    position: relative;
    color: #000;
    text-decoration: none;
}

.menu-dropdown-divider {
    margin: 8px 0;
    width: 100%;
}

.menu-icon-custom {
    height: 24px;
    width: 26px;
}

.child-menu-col-custom {
    width: 100%;
    padding: 2px 30px;
}

.open-menu-custom, .advance-menu-custom {
    position: absolute;
    min-width: 36vw;
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
    margin-left: 0;
    margin-right: 0;
    max-width: none;
    z-index: 1050;
    background-color: #f7fafc !important;
}

.open-menu-custom {
    right: calc(var(--bs-gutter-x) * 2.9);
}

.row-open-menu-custom, .row-advance-menu-custom {
    padding-left: calc(var(--bs-gutter-x) * 1);
    padding-right: calc(var(--bs-gutter-x) * 1);
}

.col-open-menu-custom {
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.col-advance-menu-custom {
    max-width: 100%;
    height: auto;
    flex-wrap: wrap;
}

.title-open-menu-custom {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

.title-advance-menu-custom {
    text-decoration: none;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    color: black;
    font-weight: 500;
}

.list-menu-custom {
    text-decoration: none;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
}

.open-menu-dropdown-divider, .advance-menu-dropdown-divider {
    height: 2px;
    background-color: #204272;
    margin-bottom: 15px;
    width: 100%;
}

.underline-title:hover {
    color: #204272 !important;
    text-decoration: none;
}
.underline-title p {
    white-space: normal;
    word-break: break-word;
}

.child-title-open-menu-custom, .child-title-advance-menu-custom {
    color: #151414;
    text-decoration: none;
}

/* End navigation bar */
/* Typography Styles */
.custom-font {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    line-height: 1.3;
    color: white;
    padding-top: 5px;
    margin: 0;
}

.custom-tittle {
    font-family: 'Inter', sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 24.2px;
    color: #204272;
    margin-top: 12px;
}

/* Icon Styles */
.icon-day,
.icon-time {
    font-size: 14px;
    vertical-align: middle;
    color: white;
    margin-top: -3px;
}

.icon-circle {
    width: 24px;
    height: 24px;
    border: 1px solid #182940;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

    .icon-circle i {
        font-size: 14px;
        color: white;
    }

/* Language Dropdown */
.language-dropdown {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: white;
}

/* Separator */
.separator {
    color: white;
}

/* Main Layout Styles */
.main-container {
    background-color: #204272;
    height: auto;
}

.main-container-logo {
    background-color: #ffffff;
}

.header-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: none !important;
}

    .header-banner:hover {
        transform: scale(1) !important;
        transform: none !important;
    }

.homepage-container {
    background: #E8EBF0;
    margin-top: -45px;
}

/* Khung searrch */
.input-group-header-search, .input-group-header-search-mobi {
    width: 263px;
    height: 40px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid #ccc;
    display: flex;
}

.form-control-search {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    border: none;
    padding: 0 15px;
    box-sizing: border-box;
    outline: none;
    font-family: 'Inter', sans-serif;
}

.input-group-icon-search {
    background-color: #204272;
    color: white;
    border-top-right-radius: 50px;
    /* Bo góc trên bên phải */
    border-bottom-right-radius: 50px;
    /* Bo góc dưới bên phải */
    padding: 10px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-search-icon {
    display: none;
    /* Mặc định ẩn */
    color: #204272;
    font-size: 20px;
}
.input-group-icon-search:hover {
    background-color: #EA8823;
    color: white;
}
/* End */

.menu-btn {
    display: none;
    /* Mặc định ẩn */
    color: #204272 !important;
    font-size: 20px;
}

    .menu-btn i {
        color: #204272 !important;
        /* Đảm bảo màu biểu tượng */
        font-size: 20px;
    }

.no-caret::after {
    display: none;
    /* Ẩn icon mũi tên */
}

.custom-dropdown-menu-mobile {
    width: 100vw;
    border: none;
    transform: translate(0px, 104px) !important;
    top: 100% !important;
    left: auto !important;
    right: -15px !important;
    transform: none !important;
    font-family: 'Inter', sans-serif;
}

.custom-dropdown-submenu-mobile .dropdown-menu {
    margin-left: 1rem;
    margin-top: -0.2rem;
    font-family: 'Inter', sans-serif;
}

/* Select box*/
.language-select {
    /*background-color: #204272;*/
    background-color: #204272;
    border: none;
    color: #fafafa;
    padding: 5px;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

    .language-select option {
        /*background-color: #204272;*/
        background-color: #204272;
    }

.flag-icon img {
    max-width: 24px;
    max-height: 24px;
}


/* Footer */
.footer-container {
    width: 100%;
    height: auto;
    background-color: #204272;
}

.stats-box img {
    margin-bottom: 0;
}


.img-giayphep {
    width: 100%;
    height: 100%;
}

.custom-font-giayPhepText {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 32px;
    color: rgba(255, 255, 255, 1);
    text-align: justify;
    /* Làm mờ văn bản */
    /*margin-top: 1%;*/
    /*margin-left: 1%;*/
}

    .custom-font-giayPhepText strong {
        color: rgba(255, 255, 255, 1);
        font-weight: bold;
    }

    .custom-font-giayPhepText p {
        margin: 0;
    }

.lien-he-title {
    font-size: 20px;
    text-align: justify;
}

.lien-he-label {
    font-size: 16px;
    /*line-height: 24px;*/
    text-align: justify;
}

.lien-he-content {
    font-size: 26px;
    line-height: 29.05px;
}

.lien-he-icon {
    width: 18px;
    height: 21.73px;
}

.ban-do-footer {
    border: 0;
    border-radius: 10px;
    height: 155px;
    width: auto
}

.hr-footer {
    width: 100%;
    background-color: white;
    height: 2px;
    margin: 10px 0;
}

.hr2-footer {
    background-color: white;
    height: 2px;
}

.col-chart-icon {
    width: 36px;
    height: 36px;
}


/* End Footer */
/* notification */
.noti-container {
    width: 100%;
    background-color: #ffffff;
}

.img-noti {
    width: 29.64px;
    height: 24.4px;
}

.noti-title {
    color: #151414;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.noti-content {
    color: #151414;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
}

.noti-details {
    color: #204272;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
}

/* Popup animation */

/* card-gopy */
.card-gopy {
    border: 1px solid #204272;
    background-color: rgba(0, 79, 160, 0.03);
}

/* text styles */
.text-justify {
    text-align: justify;
}

.font-size-20 {
    font-size: 20px;
}

.line-height-36 {
    line-height: 36px;
}

/* image size */
.img-size {
    max-width: 100%;
    height: auto;
}

/* additional spacing for rows */
.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

/* feedback-box-gopy */
.feedback-box {
    display: none;
    border-radius: 25px;
    border: 1px solid #204272;
    background-color: #204272;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    bottom: 20px;
    right: 0px;
    left: 0px;
    z-index: 1000;
}

.feedback-box-gopy {
    align-items: center;
    cursor: pointer;
}

.Col-feedback {
    padding-left: calc(var(--bs-gutter-x) * 0.4);
    padding-right: calc(var(--bs-gutter-x) * 0.4);
}

/* icon */
.gopy-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    vertical-align: middle;
}

/* text */
.gopy-text {
    font-size: 16px;
}

/* end card-gopy */


/* Tin nổi bật */
.card-noibat {
    border: none;
}

.main-img-noibat {
    border-radius: 6px;
    width: 100%;
    max-height: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    object-position: top;
    height: 100%;
}

.header-noibat {
    background-color: #204272;
    color: white;
    border-radius: 8px;
}

.body-noibat {
    background-color: white;
    border: 1px solid #fff;
    padding: 0;
}

.feature-card-noibat {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 12px;
}

.title-noibat {
    font-size: 16px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Inter', sans-serif;
    color: #333;
}

    .title-noibat:hover {
        color: #204272;
        text-decoration: none;
    }

.icon-noibat {
    max-width: 24px;
    height: auto;
}

.date-noibat {
    font-size: 14px;
    color: #676A6C;
    font-style: italic;
}

.description-noibat {
    font-size: 16px;
    color: #333;
}
.description-noibat-lienKet {
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .description-noibat:hover {
        color: #204272;
    }

.description-noibat-tin-moi {
    font-size: 16px;
    color: #000;
}

    .description-noibat-tin-moi:hover {
        color: #204272;
    }

.btn-detail-noibat {
    width: auto;
    background-color: #204272;
    color: #FFFFFF;
    border: 1px solid #204272;
    border-radius: 25px;
    padding: 8px 16px;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    cursor: pointer;
}

    .btn-detail-noibat:hover {
        background-color: #EA8823;
        color: #FFFFFF;
        border-color: #EA8823;
    }

.small-card-noibat {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: none;
    height: 380px;
}

.small-card-noibat-tin-tuc {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: none;
    height: 456px !important;
}

.small-image-noibat {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.small-title-noibat {
    font-size: 20px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .small-title-noibat a {
        color: #151414;
        text-align: justify;
    }

        .small-title-noibat a:hover {
            color: #204272;
        }

.icon-pagination-noibat {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* End*/

/* Tin Tuc */
.card-tintuc {
    border: 1px solid #fff;
}

.card-header-tintuc {
    background-color: #204272;
    color: white;
    border-radius: 8px 8px 8px 8px;
}

.card-body-tintuc {
    background-color: white;
    border: none;
    padding: 0;
}

.card-body-tintuc-content {
    background-color: white;
    border: none;
    padding: 0;
    margin-top: 1%
}

.main-img-tintuc {
    border-radius: 6px;
    width: 100%;
    max-height: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    object-position: top;
}

.main-icon-tintuc {
    max-width: 24px;
    height: auto;
}

.main-date-tintuc {
    font-size: 14px;
    color: #676A6C
}

.main-title-tintuc {
    font-size: 20px;
    color: #151414;
    text-align: justify;
}

    .main-title-tintuc:hover {
        color: #204272;
    }

.main-row-text-tintuc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-text-tintuc {
    font-size: 16px;
    color: #62646A;
    text-align: justify;
}

    .main-text-tintuc:hover {
        color: #204272;
    }

.sub-card-tintuc {
    height: 33%;
    border: none;
}

.sub-row-title-tintuc {
    text-align: justify;
    font-size: 20px;
    font-weight: bold;
    color: #151414;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sub-row-text-tintuc {
    font-size: 16px;
    color: #62646A;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'Inter';
}

.tintuc-scroll {
    overflow-y: scroll;
    max-height: 40rem;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .tintuc-scroll::-webkit-scrollbar {
        display: none;
    }
/* End Tin tức*/
/* Khu CNC và các KCN */
.card-kcn {
    border: none;
    background-color: #204272;
}

.card-header-kcn {
    background-color: white;
    color: #204272;
    border-radius: 8px;
}

.card-body-kcn {
    padding: 0;
    border: none;
}

.bg-kcn {
    background: white;
    border-radius: 8px;
    padding: 15px;
    height: 40%;
    bottom: 5%;
    width: 85%;
}

.text-kcn {
    color: #204272;
    font-weight: bold !important;
}

.btn-custom-kcn {
    background-color: #204272;
    color: white;
    border: 2px solid #204272;
    transition: all 0.3s ease;
}

    .btn-custom-kcn:hover {
        background-color: #EA8823;
        color: white;
        border-color: #EA8823;
    }

.container-mb-kcn {
    background: white;
    border-radius: 8px;
    padding: 20px;
    height: 35%;
    bottom: 20%;
    height: 55%;
    bottom: 0;
    transform: translateY(0);
}

.text-mb-kcn {
    color: #204272;
    font-weight: bold !important;
}

.btn-mb-kcn {
    background-color: #204272;
    color: white;
}

.pagin-kcn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #D9D9D9;
}

/* End Khu CNC và các KCN*/

/* Kết quả thu hút đầu tư */
.card-dt {
    border: none;
    background-color: #204272;
}

.card-header-dt {
    background-color: white;
    color: #204272;
    border-radius: 8px;
}

.card-body-dt {
    padding: 0;
    border: none;
    background-color: #204272
}

.bg-dt {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    min-height: 520px;
}

.small-card-header-dt {
    background-color: rgba(0, 79, 160, 0.03);
    color: #204272;
    border-radius: 8px;
    border: 1px solid rgba(0, 79, 160, 0.1)
}

.small-card-body-dt {
    border: none;
    font-style: italic;
}

.bg-bieu-do-dt {
    background-color: white;
    border-radius: 8px;
    padding: 20px;
    max-height: 520px;
}

/*End Kết quả thu hút đầu tư*/

/* Môi trường đầu tư */
.card-mtdt {
    border: none;
}

.card-header-mtdt {
    background-color: white;
    color: #204272;
    border-radius: 8px;
}

.card-body-mtdt {
    background-color: #204272;
    border: 1px solid #204272;
    padding: 0;
}

.pagin-mtdt {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

/*End Môi trường đầu tư */

/* Banner */
.bg-banner {
    background-color: #204272;
    padding: 20px;
    align-items: center;
    border-radius: 12px;
}

.a-banner {
    background-color: #EA8823;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 24px;
    display: flex;
    align-items: center;
}

    .a-banner:hover {
        font-weight: bold;
        color: white;
    }

.text-banner {
    color: white;
    /*font-weight: 700;*/
}

.img-banner {
    max-width: 30px;
    margin-left: 10px;
}

/*End Banner */

/* Dành cho nhà đầu tư */
.card-ndt {
    background-color: white;
    border: none
}

.card-header-ndt {
    background-color: #204272;
    color: white;
    border-radius: 8px;
}

.card-body-ndt {
    padding: 0;
    margin-top: 1%
}

.small-card-ndt {
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #2042720A;
}

.img-ndt {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 15vh;
}

.small-card-title-dt {
    font-weight: bold;
    color: #151414;
}

.btn-custom-ndt {
    background-color: #204272;
    color: white;
    border-radius: 24px;
    margin-top: 3%;
    border: 2px solid #204272;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    text-align: center;
}

    .btn-custom-ndt:hover {
        background-color: #EA8823;
        color: white;
        border-color: #EA8823;
    }

.pagin-ndt {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

.ndtHeight {
    height: 45vh;
}
/*End Dành cho nhà đầu tư */
/* DANH MỤC */
.card-dm {
    background-color: white;
    border: none
}

.card-header-dm {
    background-color: #204272;
    color: white;
    border-radius: 8px;
}

.card-body-dm {
}

.img-dm {
    width: 48px;
    height: 48px;
}

.pagin-dm {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

/*End DANH MỤC */

/* Tư liệu hoạt động */
.card-tlhd {
    border: 1px solid #fff;
}

.card-header-tlhd {
    background-color: #204272;
    color: white;
    border-radius: 8px 8px 8px 8px;
}

.card-body-tlhd {
    background-color: white;
    border: none;
    padding: 0;
}

.small-card-body-tlhd {
    background-color: white;
    border: none;
    padding: 0;
    margin-top: 1%
}

.img-tlhd {
    object-fit: cover;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.card-tablink-tlhd {
    border: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.card-tablink-title-tlhd {
    color: #151414;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 48px;
    line-height: 24px;
    margin-bottom: 0;
}

.a-tablink-title-tlhd {
    border: 2px solid #204272;
    color: #204272;
    background-color: transparent;
    font-weight: bold;
}

    .a-tablink-title-tlhd:hover {
        border: 2px solid #EA8823;
        color: #ffff;
        background-color: #EA8823;
        font-weight: bold;
    }

.img-tablink-title-tlhd {
    width: 24px;
    height: 24px;
    margin-left: 4px;
}

.pagin-tlhd {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

/*End Tư liệu hoạt động */

/* Giới thiệu doanh nghiệp */
.card-gtdn {
    background-color: white;
    border: none
}

.card-header-gtdn {
    background-color: #204272;
    color: white;
    border-radius: 8px;
}

.card-body-gtdn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*margin: 20px 0;*/
}

.img-gtdn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    height: 161px;
    max-height: 160px;
    max-width: 395px;
    object-fit: scale-down;
}

.pagin-gtdn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
}

/*End Giới thiệu doanh nghiệp */

/*  Modal Góp ý mobile */
.card-mb-gopy {
    border: 1px solid #204272;
    background-color: rgba(0, 79, 160, 0.03);
}

.row1-mb-gopy {
    text-align: justify;
    font-size: 20px;
    line-height: 36px
}

.img-mb-gopy {
    max-width: 100%;
    height: auto;
}

/*End  Modal Góp ý mobile */

@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(100%);
    }
}

.modal.fade .modal-content {
    animation: slideUp 0.5s ease-out;
}

.modal.fade.hide .modal-content {
    animation: slideDown 0.5s ease-in;
}


/* End Popup animation */

/* pagin icon */
.icon-pagination {
    border: 1px solid #EFEFEF;
}

    .icon-pagination i {
        color: #000000;
        transition: color 0.3s ease;
    }

    .icon-pagination:hover {
        background-color: #204272;
        color: white !important;
    }

.icon-pagination-color {
    border: 1px solid #D9D9D9;
    color: #D9D9D9 !important;
}

    .icon-pagination-color i {
        color: #D9D9D9;
        transition: color 0.3s ease;
    }

    .icon-pagination-color:hover {
        background-color: white;
        color: #204272 !important;
    }

.icon-pagination-fade {
    border: 1px solid #D9D9D9;
    color: white !important;
}

    .icon-pagination-fade i {
        color: #D9D9D9;
        transition: color 0.3s ease;
    }

    .icon-pagination-fade:hover {
        background-color: #204272;
        color: white !important;
    }

.pagination {
    gap: 5px;
}

.page-link.circle-link {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 14px;
    border: 1px solid #EFEFEF;
    color: #666;
    text-decoration: none;
    background: white;
}

.page-item.active .circle-link {
    background-color: #204272;
    border-color: #204272;
    color: white;
}

.icon-arrow {
    color: #204272;
    border: none !important;
}

/* end pagin icon */

/* Section tab */
.nav-link-tab {
    color: #676A6C;
    font-size: 16px;
}

    .nav-link-tab:hover {
        color: #204272;
    }

    .nav-link-tab.active, .nav-link-tab:focus {
        color: #204272 !important;
        border-bottom: 2px solid #204272 !important;
        border-top: 0px solid white !important;
        border-right: 0px solid white !important;
        border-left: 0px solid white !important;
    }

.card-header-sectionTab {
    background-color: white;
}

.overflow-sectionTab {
    overflow-x: scroll; /* Cuộn ngang */
    overflow-y: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .overflow-sectionTab::-webkit-scrollbar {
        display: none;
    }

.nav-Sectiontab {
    border-bottom: none;
    white-space: nowrap;
}

/* end Section tab */

.main-site-map-link {
    text-decoration: none;
    color: white;
    transition: color 0.3s;
}

    .main-site-map-link:hover {
        color: #EA8823;
    }

.menu-container {
    position: sticky;
    top: 0;
    z-index: 1050;
    width: 100%;
    background-color: #204272;
    height: 54px;
    box-shadow: 0 5px 5px -5px grey;
}

.swiper {
    width: 100%;
    height: 100%;
}

/* breadcrumb */
.breadcrumb-container {
    width: 100%;
    overflow: hidden;
}

.breadcrumb {
    background-color: #F8FAFC;
    margin: 0;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 100%;
    overflow: hidden;
}

.breadcrumb-item {
    list-style: none;
    display: flex;
    align-items: center;
    max-width: fit-content;
    white-space: nowrap; /* Ngăn text bị xuống dòng */
    overflow: hidden;
    text-overflow: ellipsis;
}

    .breadcrumb-item::before {
        content: none !important;
    }

    .breadcrumb-item:not(:last-child) {
        flex-shrink: 0;
        min-width: fit-content;
        text-overflow: ellipsis;
        display: inline; /* Đảm bảo nội dung không bị cắt */
    }

    .breadcrumb-item:last-child {
        flex-grow: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline; /* Đảm bảo nội dung không bị cắt */
    }

.breadcrumb-separator {
    color: #A1A1A1;
    font-weight: 1000;
    margin: 0 8px;
    font-size: 14px;
    flex-shrink: 0;
}

.breadcrumb-home {
    text-decoration: none;
    color: #62646A;
    font-weight: bold;
    flex-shrink: 0;
    white-space: nowrap;
}

    .breadcrumb-home:hover {
        text-decoration: underline;
    }

.breadcrumb-link {
    text-decoration: none;
    color: #A1A1A1;
    font-weight: 500;
    white-space: nowrap;
    word-break: normal;
}

    .breadcrumb-link:hover {
        text-decoration: underline;
    }

.breadcrumb-current {
    text-decoration: none;
    color: #204272;
    font-weight: 500;
    white-space: nowrap;
}

    .breadcrumb-current:hover {
        text-decoration: underline;
        color: #EA8823;
    }

.breadcrumb-item::before {
    content: none !important;
}


.btn-custom-banner {
    background-color: #f26837;
    color: white;
    border-radius: 24px;
    border: 2px solid #f26837;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    padding: 0.5rem 1.5rem;
    text-align: center;
}

    .btn-custom-banner:hover {
        background-color: #EA8823;
        color: white;
        border: 1px solid #D9D9D9;
        text-decoration: underline;
    }

.iframe-overlay {
    cursor: pointer;
}



/* 1. Khung bao bọc */
.img-container {
    overflow: hidden;
    display: block;
    width: 100%;
    position: relative; /* Bắt buộc để lớp phủ chạy theo khung này */
}

    /* 2. Thiết lập cho ảnh bên trong */
    .img-container img {
        display: block;
        height: auto;
        transition: transform 1.5s ease;
    }

    /* 3. Tạo lớp phủ lướt sáng (Shine Effect) */
    .img-container::after {
        content: '';
        position: absolute;
        top: 0;
        left: -100%; /* Đẩy lớp phủ ra ngoài phía bên trái */
        width: 50%;
        height: 100%;
        background: linear-gradient( to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100% );
        transform: skewX(-25deg); /* Làm dải sáng nghiêng đi cho đẹp */
        transition: none;
    }

    /* 4. Hiệu ứng Hover tổng hợp */
    .img-container:hover img:not(.header-banner):not(.small-image-noibat):not(.header-img):not(.map-image) {
        transform: scale(1.1);
        filter: brightness(1.1); /* Tăng nhẹ độ sáng khi hover */
    }

    /* Khi hover vào container, dải sáng chạy từ trái sang phải */
    .img-container:hover::after {
        left: 150%;
        transition: left 0.7s ease-in-out;
    }
.map-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.swiper-slider-video {
    transition: transform 0.3s ease;
}

    img, .swiper-slider-video iframe {
        transition: transform 0.3s ease;
    }

    .swiper-slider-video:hover iframe {
        transform: translateY(-5px);
    }


@media (min-width: 768px) and (max-width: 1143px) {
    .bg-kcn {
        background: white;
        border-radius: 8px;
        padding: 15px;
        height: 52% !important;
        bottom: 5%;
        width: 85%;
    }

    .content-kcn {
        min-height: 110px;
    }
}

@media (max-width: 767px) {

    .custom-row-menu {
        width: 100% !important;
    }

    .custom-mt-footer-mobile {
        margin-top: 5%;
    }

    #iconTimeHeader {
        margin-left: 3.5rem;
    }

    .btn-custom-kcn {
        width: 100%;
    }

    .custom-home-banner {
        height: 15rem;
    }

    .custum-menu-advance {
        width: 100rem;
    }

    .container-mb-kcn {
        bottom: 0%;
        height: 70%;
    }

    .btn-custom-ndt {
        position: absolute;
        background-color: #204272;
        color: white;
        border-radius: 24px;
        margin-top: 3%;
        border: 2px solid #204272;
        transition: all 0.3s ease;
        text-decoration: none;
        display: inline-block;
        padding: 0.5rem 1.5rem;
        text-align: center;
        bottom: 20px;
        transform: translateX(-50%);
    }
}
@media (min-width: 1216px) {
    .main-container {
        width: 100%;
    }

    .container-fluid.main-container {
        /*background-color: #204272;*/
        background-color: #204272;
        padding-left: calc(var(--bs-gutter-x) * 3.6);
        padding-right: calc(var(--bs-gutter-x) * 3.6);
    }

    .container-fluid.main-container-logo {
        background-color: #ffffff;
        width: 100%;
        padding-left: calc(var(--bs-gutter-x) * 3.6);
        padding-right: calc(var(--bs-gutter-x) * 3.6);
    }

    .container-fluid.footer-container {
        background-color: #204272;
        width: 100%;
        padding: calc(var(--bs-gutter-x) * 0.4) calc(var(--bs-gutter-x) * 3.6);
    }

    .container-fluid.noti-container {
        width: 100%;
        padding: calc(var(--bs-gutter-x) * 0.6) calc(var(--bs-gutter-x) * 3.6);
    }

    .container-fluid.breadcrumb-container {
        width: 100%;
        padding: calc(var(--bs-gutter-x) * 0.1) calc(var(--bs-gutter-x) * 3.6);
    }
    .open-menu-custom {
        right: calc(var(--bs-gutter-x) * 3.6);
    }
}
@media (min-width: 1216px) and (max-width: 1614px) {
    
    .container-fluid.menu-container {
        width: 100%;
        padding-left: calc(var(--bs-gutter-x) * 2.5);
        padding-right: calc(var(--bs-gutter-x) * 2.5);
    }

    .container-fluid.homepage-container {
        width: 100%;
        height: auto;
        padding-left: calc(var(--bs-gutter-x) * 2.5);
        padding-right: calc(var(--bs-gutter-x) * 2.5);
    }
    .container-fluid.breadcrumb-container {
        width: 100%;
        padding: calc(var(--bs-gutter-x) * 0.1) calc(var(--bs-gutter-x) * 2.5);
    }
    .container-fluid.noti-container {
        width: 100%;
        padding: calc(var(--bs-gutter-x) * 0.6) calc(var(--bs-gutter-x) * 2.5);
    }
    
}
@media (min-width: 1615px){
    .container-fluid.menu-container {
        width: 100%;
        padding-left: calc(var(--bs-gutter-x) * 11);
        padding-right: calc(var(--bs-gutter-x) * 11);
    }

    .container-fluid.homepage-container {
        width: 100%;
        height: auto;
        padding-left: calc(var(--bs-gutter-x) * 11);
        padding-right: calc(var(--bs-gutter-x) * 11);
    }
    .container-fluid.breadcrumb-container {
        width: 100%;
        padding: calc(var(--bs-gutter-x) * 0.1) calc(var(--bs-gutter-x) * 11);
    }
    .container-fluid.noti-container {
        width: 100%;
        padding: calc(var(--bs-gutter-x) * 0.6) calc(var(--bs-gutter-x) * 11);
    }
}

/* ---------------------------------------------------- */
@media (max-width: 992px) {
    .header-bar {
        text-align: center
    }

    .custom-font a {
        text-decoration: none;
        white-space: nowrap;
        /* Ngăn chữ xuống dòng */
    }

    .main-container {
        background-color: #204272;
        width: 100%;
    }

    .main-container-logo {
        background-color: #ffffff;
        flex-wrap: nowrap;
        width: 100%;
    }

    .homepage-container {
        margin-top: -45px;
    }

    .content-left,
    .content-right {
        width: 100%;
        justify-content: center;
        gap: 8px;
    }

    .separator {
        color: white;
    }

    .icon-circle {
        margin-top: 2px;
        gap: 4px;
    }

    .icon-circle {
        width: 20px;
        height: 20px;
    }

    .language-dropdown {
        cursor: pointer;
        color: white;
    }

        .language-dropdown img {
            width: 20px;
            height: 14px;
        }

    .custom-tittle {
        display: none;
    }

    .input-group-header-search {
        display: none;
    }

/*    .mobile-search-icon {
        display: block;
    }

    .menu-btn {
        display: block;
    }*/

    .logo {
        width: 141px;
        height: 34.89px;
        margin-left: auto;
    }

    /* Footer */
    .footer-container {
        width: 100%;
        height: auto;
    }

    .img-giayphep {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .stats-box {
        width: 100%;
    }

    .custom-font-giayPhepText {
        font-family: 'Inter', sans-serif;
        font-size: 15px;
        line-height: 23px;
        color: white;
        /*margin-top: 8px;*/
        /*margin-left: 0;*/
        text-align: justify;
        color: rgba(255, 255, 255, 0.7);
        /* Làm mờ văn bản */
    }

        .custom-font-giayPhepText strong {
            color: rgba(255, 255, 255, 1);
            font-weight: bold;
        }

    .feedback-box {
        display: block;
    }

    .hr-footer {
        margin: 15px 0;
    }

    

    .open-menu-custom {
        right: 10px;
    }
}

@media (min-width: 390px) and (max-width: 430px) {
    .container-mb-kcn {
        bottom: 2%;
        height: 60%;
    }

    .ndtHeight {
        height: 40vh;
    }
}

/*css danh mục chức năng trang chủ*/
.service-card {
    background-color: #204272;
    color: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.service-icon {
    width: 2rem;
    height: 2rem;
    margin-right: 10px;
}

.service-text {
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.site-map {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
}

    .site-map ul {
        list-style: none;
        padding-left: 15px;
    }

.site-map-item {
    position: relative;
    margin-bottom: 8px;
    display: block;
}

.toggle-icon {
    width: 16px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    color: #204272;
    margin-right: 5px;
}

.empty-icon {
    display: inline-block;
    width: 21px;
}

.site-map-link {
    text-decoration: none;
    color: #204272;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
}

    .site-map-link:hover {
        color: #EA8823;
        text-decoration: underline;
    }

.site-map-title {
    text-decoration: none;
    color: #204272;
    font-weight: 600;
    padding: 5px 10px;
    display: inline-block;
}

.site-map-children {
    display: none;
    padding-left: 20px;
    border-left: 2px solid #ddd;
    margin-top: 5px;
}

.site-map-item.expanded > .site-map-children {
    display: block;
}

.error-container {
    text-align: center;
    font-size: 106px;
    font-weight: 800;
    margin-bottom: 20px;
}

    .error-container > span {
        display: inline-block;
        position: relative;
    }

        .error-container > span.four {
            width: 136px;
            height: 43px;
            border-radius: 999px;
            background: linear-gradient(140deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 43%, transparent 44%, transparent 100%), linear-gradient(105deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.06) 41%, rgba(0, 0, 0, 0.07) 76%, transparent 77%, transparent 100%), linear-gradient(to right, #d89ca4, #e27b7e);
        }

            .error-container > span.four:before,
            .error-container > span.four:after {
                content: '';
                display: block;
                position: absolute;
                border-radius: 999px;
            }

            .error-container > span.four:before {
                width: 43px;
                height: 156px;
                left: 60px;
                bottom: -43px;
                background: linear-gradient(128deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 40%, transparent 41%, transparent 100%), linear-gradient(116deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.07) 50%, transparent 51%, transparent 100%), linear-gradient(to top, #99749D, #B895AB, #CC9AA6, #D7969E, #E0787F);
            }

            .error-container > span.four:after {
                width: 137px;
                height: 43px;
                transform: rotate(-49.5deg);
                left: -18px;
                bottom: 36px;
                background: linear-gradient(to right, #99749D, #B895AB, #CC9AA6, #D7969E, #E0787F);
            }

        .error-container > span.zero {
            vertical-align: text-top;
            width: 156px;
            height: 156px;
            border-radius: 999px;
            background: linear-gradient(-45deg, transparent 0%, rgba(0, 0, 0, 0.06) 50%, transparent 51%, transparent 100%), linear-gradient(to top right, #99749D, #99749D, #B895AB, #CC9AA6, #D7969E, #ED8687, #ED8687);
            overflow: hidden;
            animation: bgshadow 5s infinite;
        }

            .error-container > span.zero:before {
                content: '';
                display: block;
                position: absolute;
                transform: rotate(45deg);
                width: 90px;
                height: 90px;
                background-color: transparent;
                left: 0px;
                bottom: 0px;
                background: linear-gradient(95deg, transparent 0%, transparent 8%, rgba(0, 0, 0, 0.07) 9%, transparent 50%, transparent 100%), linear-gradient(85deg, transparent 0%, transparent 19%, rgba(0, 0, 0, 0.05) 20%, rgba(0, 0, 0, 0.07) 91%, transparent 92%, transparent 100%);
            }

            .error-container > span.zero:after {
                content: '';
                display: block;
                position: absolute;
                border-radius: 999px;
                width: 70px;
                height: 70px;
                left: 43px;
                bottom: 43px;
                background: #FDFAF5;
                box-shadow: -2px 2px 2px 0px rgba(0, 0, 0, 0.1);
            }

.screen-reader-text {
    position: absolute;
    top: -9999em;
    left: -9999em;
}

@keyframes bgshadow {
    0% {
        box-shadow: inset -160px 160px 0px 5px rgba(0, 0, 0, 0.4);
    }

    45% {
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    }

    55% {
        box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.1);
    }

    100% {
        box-shadow: inset 160px -160px 0px 5px rgba(0, 0, 0, 0.4);
    }
}

/* demo stuff */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a.more-link {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    background-color: #204272;
    border-radius: 8px;
    padding: 15px 20px;
    color: white;
    display: inline-block;
    line-height: 1.5;
    text-decoration: none;
    letter-spacing: 1px;
}

    a.more-link:hover {
        background-color: #EA8823;
    }

.article-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.news-list a {
    display: inline-flex;
    text-decoration: none;
    color: #000;
}

    .news-list a:hover {
        text-decoration: underline;
    }
/*css tin tức nổi bật*/
.news-container {
    background: white;
    margin-top: 20px;
}

.news-image {
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
}

.news-title {
    font-size: 1.3rem;
    font-weight: bold;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.4;
}

.news-meta {
    color: #666;
    font-size: 0.85rem;
    line-height: 1.6;
}

.news-content {
    color: #444;
    line-height: 1.8;
    text-align: justify;
}

.sidebar {
    background: white;
    padding: 20px;
    margin-top: 20px;
    position: sticky;
    top: 20px;
    border: 1px solid #ddd;
}

.news-list {
    max-height: 330px;
    overflow-y: auto;
    margin-right: -20px;
    padding-right: 20px;
}

    .news-list::-webkit-scrollbar {
        width: 8px;
    }

    .news-list::-webkit-scrollbar-track {
        background: #f5f5f5;
        border-radius: 4px;
    }

    .news-list::-webkit-scrollbar-thumb {
        background: #bbb;
        border-radius: 4px;
    }

        .news-list::-webkit-scrollbar-thumb:hover {
            background: #999;
        }

.sidebar-title {
    color: #204272;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #204272;
}

    .sidebar-title i {
        margin-right: 8px;
    }

.news-item {
    padding: 5px 0;
    /* border-bottom: 1px solid #eee;*/
}

/*  .news-item:last-child {
        border-bottom: none;
    }*/

.news-item-title {
    color: #333;
    font-size: 0.95rem;
    line-height: 1.5;
    text-decoration: none;
    display: block;
}

    .news-item-title:hover {
        color: #c41e3a;
        text-decoration: none;
    }

.news-item-marker {
    color: #333;
    margin-right: 8px;
    font-size: 1.2rem;
    font-weight: bold;
}

@media (max-width: 767px) {

    .mobile-search-icon{
        display: block;
    }

    .menu-btn {
        display: block;
    }
}

@media (max-width: 768px) {
    .news-title {
        font-size: 1.2rem;
    }

    .sidebar {
        margin-top: 30px;
    }
}
/*banner lớn*/
.banner-ngang-big {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .banner-ngang-big img {
        width: 100%;
        border-radius: 8px;
    }
/*danh mục tin*/
.dn-news-section {
    background: white;
    margin-bottom: 10px;
    height: -webkit-fill-available;
    border-radius: 8px;
}

/* Section Header */
.dn-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    /*    padding-bottom: 10px;*/
    border-bottom: 1px solid #e0e0e0;
    padding: 5px 0px 0px 5px;
}

.dn-section-title {
    font-size: 19px;
    font-weight: bold;
    color: #264070;
    text-transform: uppercase;
}

.dn-section-icon {
    /*background: #204272;*/
    /*color: white;*/
    color: #204272;
    padding: 8px 12px;
    margin-right: 10px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}

.dn-view-more {
    color: #666;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s;
}

    .dn-view-more:hover {
        color: #204272;
    }

/* Featured News */
.dn-featured-news {
    margin-top: 5px;
    display: flex;
    gap: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.dn-featured-img {
    width: 220px;
    height: 140px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}

.dn-featured-content {
    flex: 1;
    font-family: 'Inter', sans-serif;
}

.dn-featured-title {
    color: #333;
    font-weight: bold;
    font-size: 1.1rem;
    line-height: 1.4;
    margin-bottom: 10px;
    text-decoration: none;
    display: block;
}

    .dn-featured-title:hover {
        color: #c41e3a;
    }

.dn-featured-desc {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tin-moi-icon {
    max-height: 50px;
    max-width: 50px;
}
/* News List */
.dn-news-list-item {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.news-item-row {
    display: flex;
    align-items: center;
    gap: 15px; 
}

.item-date {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 90px;
    font-size: 14px;
}

.news-divider {
    width: 1px;
    height: 20px;
    background-color: #ddd;
}

.news-title-wrapper {
    flex: 1;
    overflow: hidden;
}

.news-item-link {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .news-item-link:hover {
        color: #204272; 
    }

.dn-custom-news-item:last-child {
    border-bottom: none;
}

@media (max-width: 768px) {
    .dn-featured-news {
        flex-direction: column;
    }

    .dn-featured-img {
        width: 100%;
        height: auto;
        max-height: 400px;
    }

    .dn-section-icon {
        padding: 6px 10px;
        font-size: 0.9rem;
    }

    .dn-section-title {
        font-size: 1.1rem;
    }
}

.banner-container {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin: 0 auto;
}

.banner-item {
    flex: 1 1 calc(20% - 15px);
    min-width: 180px;
    display: block;
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

    .banner-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 16px rgba(0,0,0,0.25);
    }

    .banner-item img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        display: block;
        border-radius: 15px;
    }
.banner-title-custom {
    letter-spacing: 1px;
    line-height: 1.3;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8), 0px 0px 10px rgba(0, 0, 0, 0.5), -1px -1px 0 rgba(0,0,0,0.2);
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    transform: translateY(-40px);
}
.banner-cards {
    display: flex !important;
    align-items: stretch !important;
    gap: 10px;
    justify-content: center;
}

    .banner-cards a {
        flex: 1;
        display: flex;
        max-width: 280px;
        text-decoration: none;
    }

.banner-card {
    display: flex;
    flex-direction: column; 
    width: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.banner-card-content {
    flex-grow: 1; 
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 5px;
    text-align: center;
}
/* Tablet - 3 items per row */
@media (max-width: 992px) {
    .banner-item {
        flex: 1 1 calc(33.333% - 15px);
    }
}
@media (min-width: 768px) and (max-width: 910px) {
    .menu-title-custom {
        font-size: 11px !important;
    }

    .input-group-header-search, .input-group-header-search-mobi {
        width: 124px;
        height: 32px;
        border-radius: 50px;
        overflow: hidden;
        border: 1px solid #ccc;
        display: flex;
    }
    .form-control-search {
        width: 100%;
        height: 100%;
        border-radius: 50px;
        border: none;
        padding: 0 15px;
        box-sizing: border-box;
        outline: none;
        font-family: 'Inter', sans-serif;
        font-size: 13px !important;
        margin-bottom: 7px;
    }
    .input-group-icon-search {
        background-color: #204272;
        color: white;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        padding: 7px 10px 5px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 7px;
    }
}
@media(max-width: 991px) {
    .swiperHinhAnhHoatDong {
        width: 100%;
        height: auto;
        max-height: 500px;
        border-radius: 0px 0px 4px 4px;
    }
}
@media (min-width: 911px) and (max-width: 991px) {
    .menu-title-custom {
        font-size: 12px !important;
    }

    .input-group-header-search, .input-group-header-search-mobi {
        width: 213px;
        height: 33px;
        border-radius: 50px;
        overflow: hidden;
        border: 1px solid #ccc;
        display: flex;
    }
    .form-control-search {
        width: 100%;
        height: 100%;
        border-radius: 50px;
        border: none;
        padding: 0 15px;
        box-sizing: border-box;
        outline: none;
        font-family: 'Inter', sans-serif;
        font-size: 13px !important;
        margin-bottom: 7px;
    }

    .input-group-icon-search {
        background-color: #204272;
        color: white;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        padding: 7px 10px 5px 5px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 7px;
    }
}
@media (min-width: 992px) and (max-width:1264px) {
    .menu-title-custom {
        font-size: 13px;
    }

    .sidebar-title {
        color: #204272;
        font-weight: bold;
        font-size: 0.8rem;
        margin-bottom: 8px;
        /* padding-bottom: 10px; */
        border-bottom: 2px solid #204272;
    }

    .news-list {
        max-height: 165px;
        overflow-y: auto;
        margin-right: -20px;
        padding-right: 20px;
    }

    .news-card img:not(.icon-noibat) {
        width: 85px !important;
        height: 80px !important;
        object-fit: cover;
        border-radius: 4px;
        flex-shrink: 0;
    }

    .featured-news img {
        width: 100%;
        height: 266px !important;
        object-fit: cover;
        border-radius: 4px;
    }

    .vanban-section {
        margin-top: -25px;
    }

    .dn-featured-img {
        width: 145px !important;
        height: 151px !important;
        object-fit: cover;
        border-radius: 4px;
        flex-shrink: 0;
    }
}
@media (min-width: 768px) {
    .custom-dropdown-menu-mobile{
        display: none !important;
    }
}
@media (min-width: 1265px) and (max-width:1500px) {
    .sidebar-title {
        color: #204272;
        font-weight: bold;
        font-size: 0.8rem;
        margin-bottom: 8px;
        /* padding-bottom: 10px; */
        border-bottom: 2px solid #204272;
    }

    .news-list {
        max-height: 160px;
        overflow-y: auto;
        margin-right: -20px;
        padding-right: 20px;
    }
}
/* Mobile - 2 items per row */
@media (max-width: 768px) {
    .banner-item {
        flex: 1 1 calc(50% - 15px);
        min-width: 150px;
    }

        .banner-item img {
            height: 100px;
        }
}

@media (max-width: 767px) {
    .menu-title-custom {
        color: black;
        font-weight: 500;
        font-size: 16px;
        font-family: 'Inter', sans-serif;
    }

        .menu-title-custom:hover {
            color: #204272;
            font-weight: 500;
            font-size: 16px;
            font-family: 'Inter', sans-serif;
        }
}
/* Small mobile - 1 item per row */
@media (max-width: 480px) {
    .banner-item {
        flex: 1 1 100%;
    }

        .banner-item img {
            height: 90px;
        }
}
/*giao diện tin tức*/
.section-header {
    border-top: 3px solid var(--primary-red);
    padding-top: 15px;
    margin-bottom: 30px;
}

.section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

    .section-title i {
        color: var(--primary-red);
        margin-right: 10px;
    }

.view-more {
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

    .view-more:hover {
        color: var(--primary-red);
    }

.news-card {
    margin-bottom: 25px;
    border: none;
    display: flex;
    gap: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

    .news-card img:not(.icon-noibat) {
        width: 200px;
        height: 130px;
        object-fit: cover;
        border-radius: 4px;
        flex-shrink: 0;
    }

    .news-card .card-body {
        padding: 0;
        flex: 1;
    }

.news-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

    .news-title:hover {
        color: var(--primary-red);
    }

    .news-title a {
        text-decoration: none;
    }

.news-date {
    font-size: 13px;
    color: #999;
}

/*.featured-news {
    margin-bottom: 30px;
}*/

.featured-news img {
    width: 100%;
    height: 327px;
    object-fit: cover;
    border-radius: 4px;
}

.featured-content {
    padding: 20px 0;
}

.featured-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
    line-height: 1.4;
}

    .featured-title:hover {
        color: var(--primary-red);
    }

.featured-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .featured-news img {
        height: 250px;
    }

    .news-card img {
        height: 180px;
    }

    .section-title {
        font-size: 20px;
    }

    .featured-title {
        font-size: 16px;
    }
}
/*thư viện hình ảnh, video*/
.library-header {
    background: white;
    border-bottom: 3px solid #dc3545;
    padding: 15px 0;
}

.library-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    font-size: 1.3rem;
    color: #000;
    margin: 0;
}

.library-icon {
    background: #dc3545;
    color: white;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    font-size: 1rem;
}

.nav-tabs-simple {
    border: none;
    gap: 30px;
}

    .nav-tabs-simple .nav-link {
        border: none;
        background: transparent;
        color: #000;
        padding: 8px 0;
        font-weight: 500;
        font-size: 1rem;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: color 0.2s;
    }

        .nav-tabs-simple .nav-link:hover {
            color: #dc3545;
        }

        .nav-tabs-simple .nav-link.active {
            color: #dc3545;
        }

        .nav-tabs-simple .nav-link::before {
            content: '📹';
            font-size: 1.1rem;
        }

        .nav-tabs-simple .nav-link:last-child::before {
            content: '🖼️';
        }

.content-image {
    width: 100%;
    margin-top: 0;
    display: block;
}

    .content-image img {
        width: 100%;
        height: auto;
        display: block;
    }

.carousel-indicators {
    margin-bottom: 10px;
}

    .carousel-indicators button {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #333;
        border: none;
    }

        .carousel-indicators button.active {
            background-color: #dc3545;
        }

/* Responsive */
@media (max-width: 768px) {
    .library-header .row {
        flex-direction: column;
        gap: 15px;
    }

    .nav-tabs-simple {
        justify-content: flex-start !important;
        gap: 20px;
    }

    .library-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .library-icon {
        width: 30px;
        height: 30px;
    }

    .library-title {
        font-size: 1rem;
    }

    .nav-tabs-simple .nav-link {
        font-size: 0.9rem;
    }
}

/*video*/
.video-slider-container {
    width: 100%;
    background: white;
    padding: 40px 0;
}

.swiper {
    width: 100%;
}

.swiper-slide {
    width: auto;
}

.video-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.3s ease;
    height: 100%;
}

    .video-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }

    .video-card img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        display: block;
    }

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
}

.video-card:hover .video-overlay {
    background: rgba(0,0,0,0.5);
}

.play-button {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

    .play-button::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 20px solid #204272;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
        margin-left: 5px;
    }

.video-card:hover .play-button {
    transform: scale(1.1);
    background: white;
}

.video-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: white;
}

.video-title {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-date {
    font-size: 12px;
    color: #ddd;
    margin-top: 5px;
}

/* Custom Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
    background: rgba(255,255,255,0.9);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
        background: white;
        transform: scale(1.1);
    }

    .swiper-button-next::after,
    .swiper-button-prev::after {
        font-size: 18px;
        font-weight: bold;
        color: #333;
    }

/* Custom Swiper Pagination */
.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ddd;
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #dc3545;
    width: 30px;
    border-radius: 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .video-slider-container {
        padding: 20px 0;
    }

/*    .swiper {
        padding: 0 40px 40px 40px;
    }*/

    .video-card img {
        height: 200px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px;
        height: 40px;
    }

        .swiper-button-next::after,
        .swiper-button-prev::after {
            font-size: 16px;
        }

    .play-button {
        width: 50px;
        height: 50px;
    }

        .play-button::after {
            border-left: 16px solid #dc3545;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
        }
}

@media (max-width: 576px) {
    /*.swiper {
        padding: 0 30px 35px 30px;
    }*/

    .video-card img {
        height: 180px;
    }

    .video-title {
        font-size: 13px;
    }

    .video-date {
        font-size: 11px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

        .swiper-button-next::after,
        .swiper-button-prev::after {
            font-size: 14px;
        }
}

/*liên kết*/
.services-grid-wrapper {
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.services-item-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); */
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    border: 1px solid #d2d2d2;
}

    .services-item-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

.services-img-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* Tỉ lệ 16:9 */
    overflow: hidden;
    background: #e0e0e0;
}

.services-img-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform 0.3s ease;
}

.services-item-card:hover .services-img-thumbnail {
    transform: scale(1.05);
}

.services-text-wrapper {
    padding: 10px;
    flex: 1;
    display: flex;
    align-items: center;
}

.services-item-title {
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .services-grid-wrapper {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px;
    }
}

@media (max-width: 900px) {
    .services-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .services-item-title {
        font-size: 0.95rem;
    }
}

@media (max-width: 600px) {
    body {
        padding: 20px 15px;
    }

    .services-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .services-text-wrapper {
        padding: 15px;
    }

    .services-item-title {
        font-size: 0.9rem;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 400px) {
    .services-grid-wrapper {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .services-item-title {
        font-size: 1rem;
    }
}


/*ảnh banner*/
.custom-home-banner {
    position: relative;
    width: 100%;
    height: 395px;
    border-radius: 8px;
}

.swiperHinhAnhHoatDong .swiper-slide {
    height: 500px;
}

/* Cards Container */
.banner-cards-container {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}

.banner-cards {
    display: flex;
    gap: 15px;
    flex-direction: row;
}

/* Individual Card */
.banner-card {
    width: 165px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
    background: #fff;
    display: flex;
    flex-direction: column;
}

    .banner-card:hover {
        transform: translateY(-4px);
        border-color: #fff;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
    }

    .banner-card.active {
        border-color: #fff;
        transform: scale(1.05);
        box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
    }

.banner-card-image-wrapper {
    position: relative;
    width: 100%;
    height: 75px;
    overflow: hidden;
}

.banner-card-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
}

.banner-card:hover .banner-card-image {
    transform: scale(1.1);
}

.banner-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

.banner-card.active .banner-card-overlay {
    background: rgba(0, 0, 0, 0.1);
}

.banner-card-content {
    padding: 5px;
    background: #fff;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-card-title {
    margin: 0;
    color: #333;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Merriweather;
    font-family: 'Inter', sans-serif;
}
.custom-font-site {
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}
/* Responsive Design */
@media (max-width: 1200px) {
    .banner-cards {
        gap: 10px;
    }

    .banner-card {
        width: 140px;
    }
    .banner-card-title {
        font-size: 10px;
    }

    .banner-card-content {
        padding: 4px;
    }
}

@media (max-width: 992px) {
    .custom-home-banner,
    .swiperHinhAnhHoatDong .swiper-slide {
        height: 380px;
    }

    .banner-cards {
        gap: 10px;
    }

    .banner-card {
        width: 150px;
    }

    .banner-card-image-wrapper {
        height: 67px;
    }

    .banner-card-title {
        font-size: 11px;
    }

    .banner-card-content {
        padding: 5px;
    }
}

@media (max-width: 768px) {
    .custom-home-banner,
    .swiperHinhAnhHoatDong .swiper-slide {
        height: 373px;
    }

    .banner-cards-container {
        bottom: 15px;
        right: 15px;
    }

    .banner-cards {
        gap: 8px;
    }

    .banner-card {
        width: 130px;
        border-radius: 8px;
    }

    .banner-card-title {
        font-size: 10px;
    }
}

@media (max-width: 576px) {
    .custom-home-banner,
    .swiperHinhAnhHoatDong .swiper-slide {
        height: 350px;
    }

    .banner-cards-container {
        bottom: 10px;
        right: 10px;
        left: 10px;
    }

    .banner-cards {
        justify-content: center;
        gap: 6px;
    }

    .banner-card {
        width: auto;
        min-height: 40px;
        padding: 8px 12px;
        background: #204272;
        backdrop-filter: blur(10px);
        border-radius: 6px;
        flex-direction: row;
        align-items: center;
    }

    .banner-card-image-wrapper {
        display: none;
    }

    .banner-card-content {
        position: static;
        padding: 0;
        background: transparent;
    }

    .banner-card-title {
        font-size: 11px;
        color: #fff;
        -webkit-line-clamp: 2;
        text-align: center;
    }

    .banner-card.active {
        background: rgba(255, 255, 255, 0.9);
        border-color: rgba(255, 255, 255, 0.3);
    }

        .banner-card.active .banner-card-title {
            color: #000;
            font-weight: 700;
        }
}

@media (max-width: 480px) {
    .custom-home-banner,
    .swiperHinhAnhHoatDong .swiper-slide {
        height: 300px;
    }

    .banner-card {
        min-height: 35px;
        padding: 6px 10px;
    }

    .banner-card-title {
        font-size: 10px;
    }
}

@media (max-width: 360px) {
    .banner-card {
        min-height: 32px;
        padding: 5px 8px;
    }

    .banner-card-title {
        font-size: 9px;
    }
}
/*end banner*/
/*tin tức*/
.tintuc-section {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
}

.tintuc-header {
    font-size: 19px;
    font-weight: bold;
    color: #264070;
    padding: 10px 0px 0px 10px;
    text-transform: uppercase;
}

.tintuc-wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 20px;
    align-items: stretch;
}

/* Featured News - Left Side */
.tintuc-featured {
    display: flex;
    flex-direction: column;
}

.tintuc-featured-img {
    position: relative;
    width: 100%;
    height: auto;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}

    .tintuc-featured-img img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
        border-radius: 4px;
    }

/*.tintuc-featured-img {
    padding: 5px;
    width: 100%;
    height: 332px;
    overflow: hidden;
    margin-bottom: 15px;
}*/

/*    .tintuc-featured-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }*/

.tintuc-featured-title {
    display: block;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-size: 19px;
    line-height: 29px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    padding-left: 5px;
}

/* News List - Right Side */
.tintuc-sidebar {
/*    max-height: 400px;
    overflow-y: auto;*/
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 5px;
    justify-content: space-between;
}

.tintuc-card {
    display: flex;
    gap: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e0e0e0;
}

    .tintuc-card:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.tintuc-thumb {
    width: 100px;
    height: 70px;
    flex-shrink: 0;
    background-color: #ddd;
    border-radius: 4px;
    overflow: hidden;
}

    .tintuc-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.tintuc-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tintuc-card-title {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

/* Responsive Design */
@media (max-width: 992px) {
    .tintuc-wrapper {
        grid-template-columns: 1fr;
    }

    .tintuc-featured-img {
        height: auto;
        max-height: 500px;
    }
}

@media (max-width: 768px) {
    .tintuc-header {
        font-size: 20px;
    }

    .tintuc-thumb {
        width: 80px;
        height: 60px;
    }
   
}

@media (max-width: 576px) {
    /*.tintuc-section {
        padding: 15px;
    }*/

    .tintuc-header {
        font-size: 18px;
        margin-bottom: 15px;
    }

/*    .tintuc-featured-img {
        height: 180px;
    }*/

    .tintuc-sidebar {
        gap: 12px;
    }

    .tintuc-card {
        padding-bottom: 12px;
    }

    .tintuc-thumb {
        width: 70px;
        height: 50px;
    }

    .tintuc-card-title {
        font-size: 13px;
        -webkit-line-clamp: 4;
    }
    .description-noibat-lienKet {
        font-size: 13px;
    }
    .tbl-vanban td{
        font-size: 13px;
    }
    .trichyeu {
        font-size: 13px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.trichyeu {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*end tin tức*/
/*thông tin báo chí*/
.press-section {
    background-color: #fff;
    border-radius: 8px;
}

.press-content-wrapper {
    padding: 1rem;
    border: 1px solid #eee;
    border-top: none;
}

.press-item {
    display: flex;
    gap: 15px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #f0f0f0;
    height: 100%;
}

.press-image-container {
    flex: 0 0 140px;
    max-width: 140px;
}

    .press-image-container img {
        width: 140px;
        height: 90px;
        object-fit: cover;
        border-radius: 4px;
        border: 1px solid #eee;
    }

.press-info a {
    color: #222;
    text-decoration: none;
}

.press-title {
    font-weight: bold;
    font-size: 14.5px;
    line-height: 1.4;
    margin-bottom: 0.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.press-date {
    color: #6c757d;
    font-size: 14px;
}

/*multimedia*/
.multimedia-section {
    background: #fff;
    margin-bottom: 1rem;
    max-width: 1200px;
    border-radius:8px;
}

.multimedia-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 0px 10px;
}

.multimedia-title {
    color: #0056b3;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    font-size: 1.2rem;
}

.multimedia-tabs {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
}

.multimedia-tabs-min {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 0.8rem;
}

.multimedia-tab-item {
    color: #666;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    transition: color 0.3s;
    padding: 0 10px;
}

    .multimedia-tab-item:hover, .multimedia-tab-item.active {
        color: #0056b3;
        text-decoration: none;
    }

.multimedia-body {
    padding: 15px 20px 25px 20px; 
}

.multimedia-card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #eee;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 2px;
    width: 100%;
}

    .multimedia-card:hover {
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        transform: translateY(-3px);
    }

.multimedia-img-box {
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

    .multimedia-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.multimedia-card-album {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.multimedia-img-box {
    position: relative;
    display: block;
    aspect-ratio: 16/9;
    overflow: hidden;
}

    .multimedia-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
    }

.multimedia-overlay {
    position: absolute;
    bottom: 0; 
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    padding: 20px 10px 10px; 
    opacity: 0;
    transform: translateY(10px); 
    transition: all 0.3s ease;
}

.multimedia-overlay-title {
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.multimedia-card-album:hover .multimedia-overlay {
    opacity: 1;
    transform: translateY(0); 
}

.multimedia-card-album:hover img {
    transform: scale(1.05);
}
.multimedia-content {
    padding: 12px;
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.multimedia-card-title {
    font-size: 0.9rem;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none !important;
}

.swiper-slide {
    height: auto;
}
#videoModal .modal-content {
    background-color: #000;
}

#videoModal .modal-header {
    background-color: #1a1a1a;
    color: #fff;
    border-bottom: 1px solid #333;
}

#videoModal .btn-close {
    filter: invert(1);
}

.btn-xem-them {
    color: #204272;
    border: 1px solid #204272;
    background-color: transparent;
    transition: all 0.3s ease;
    padding: 6px 16px;
    font-size: 0.875rem;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

    .btn-xem-them:hover {
        background-color: #204272;
        color: #fff;
        border-color: #204272;
    }

/*map card*/
.map-card {
    margin: 0 auto;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: none;
    overflow: hidden;
    border-radius: 8px;
}

.map-header {
    background-color: #264070;
    color: white;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}


.map-image {
    width: 100%;
    height: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.map-placeholder {
    width: 100%;
    aspect-ratio: 4/3;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
    font-weight: 500;
}

@media (max-width: 576px) {
    .map-header {
        font-size: 1rem;
        padding: 12px 15px;
    }

    /*.map-container {
        padding: 15px;
    }*/
}
/*end*/
/*Thông báo*/
.notification-card {
    margin: 0 auto;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: none;
}

.notification-list {
    max-height: 500px;
    overflow-y: auto;
    list-style: none;
    padding: 0;
    margin: 0;
}

.notification-item {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

    .notification-item:last-child {
        border-bottom: none;
    }

    .notification-item:hover {
        background-color: #f8f9fa;
    }

.notification-icon {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    flex-shrink: 0;
}

    .notification-icon i {
        color: #6c757d;
        font-size: 16px;
    }

.notification-content {
    flex: 1;
}

.notification-text {
    font-size: 0.9rem;
    color: #333;
    margin: 0;
    line-height: 1.4;
}
/*banner tuyên tuyền*/
.visit-counter-box {
    border: none;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    background: #fff;
    /* Đổ bóng nhẹ tạo chiều sâu cho khối */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

    .visit-counter-box:hover {
        transform: translateY(-3px); /* Nhấc nhẹ lên khi hover cho chuyên nghiệp */
    }


.visit-body {
    padding: 20px 15px;
    text-align: center;
    background: #fdfdfd;
}

.visit-number {
    /* Thay đổi từ đỏ tươi sang đỏ ruby hoặc màu tối hơn để sang trọng */
    color: red;
    font-size: 42px;
    font-weight: 800; /* Làm số dày hơn nhìn sẽ hiện đại hơn */
    letter-spacing: 2px;
    line-height: 1;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    position: relative;
    display: inline-block;
}

    /* Hiệu ứng gạch chân mờ dưới con số */
    .visit-number::after {
        content: '';
        display: block;
        width: 50%;
        height: 3px;
        background: #204272;
        margin: 8px auto 0;
        border-radius: 10px;
    }
.banner-custom-shape {
    width: 100%;
    height: 80px !important;
    object-fit: cover;
    border-top-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    box-shadow: 0 3px 8px rgba(0,0,0,0.12);
    border: 1px solid #fff;
    transition: all 0.3s ease;
    display: block;
}

    .banner-custom-shape:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    }
/*Lịch làm việc*/
.lich-lam-viec-card {
    margin: 0 auto;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.lich-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lich-item {
    display: flex;
    align-items: flex-start; 
    padding: 15px 20px;
    border-bottom: 1px solid #f1f1f1;
    transition: background-color 0.2s ease;
}

    .lich-item:last-child {
        border-bottom: none;
    }

    .lich-item:hover {
        background-color: #f8f9fa;
    }

.lich-icon {
    margin-right: 12px;
    margin-top: 5px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .lich-icon i {
        color: #0056b3; 
        font-size: 14px; 
    }

.lich-info {
    flex: 1;
}

.lich-title-link {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden; 
    text-overflow: ellipsis; 
    word-break: break-word;
}

.lich-time-stamp {
    font-size: 0.8rem;
    color: #888;
    margin-top: 4px;
    display: block;
}
/* Responsive */
@media (max-width: 576px) {
    body {
        padding: 10px;
    }

    .notification-card {
        max-width: 100%;
    }

    .notification-item {
        padding: 14px 16px;
    }

    .notification-text {
        font-size: 0.85rem;
    }

    .card-header-custom {
        font-size: 1rem;
        padding: 15px 16px;
    }

    .notification-icon {
        width: 32px;
        height: 32px;
        margin-right: 12px;
    }

        .notification-icon i {
            font-size: 14px;
        }
    .cards-container {
        grid-template-columns: 1fr;
    }
}

/* Multiple cards layout */
.cards-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
}


/*End Thông báo*/
/*Hình ảnh hoạt động*/
.box-hinh-anh-hoat-dong {
    background: #2c3e73;
    padding: 10px;
}

.title-hinh-anh {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
@media(min-width: 992px){
    .swiperHinhAnhHoatDong {
        width: 100%;
        height: 280px;
        border-radius: 0px 0px 4px 4px;
    }
}

    .swiperHinhAnhHoatDong .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .swiperHinhAnhHoatDong img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    /* Nút điều hướng */
    .swiperHinhAnhHoatDong .swiper-button-next,
    .swiperHinhAnhHoatDong .swiper-button-prev {
        color: #fff;
    }
/*end*/
/*css văn bản*/
.tbl-vanban th {
    background: #204272;
    color: white;
}

.table-responsive-custom {
    width: 100%;
    overflow-x: auto;
}
/*end*/
.custom-header {
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.logo-header {
    flex-shrink: 0;
}

    .logo-header img {
        width: 140px;
        height: auto;
        display: block;
    }

.header-content {
    text-align: left;
}

    .header-content h1 {
        font-family: Merriweather;
        font-style: normal;
        font-weight: 900;
        font-size: 34.3971px;
        line-height: 46px;
        text-align: center;
        color: #e40913;
        margin-bottom: 4px;
        text-transform: uppercase;
    }

    .header-content .subtitle {
        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 17px;
        text-align: center;
        text-transform: uppercase;
        color: #343d49;
        margin-bottom: 10px;
    }

.header-meta {
    display: flex;
    gap: 7px;
    align-items: center;
    font-size: 0.85rem;
    color: #333;
    font-family: 'Inter', sans-serif;
}

    .header-meta .separator {
        color: #ccc;
    }

    .header-meta a {
        color: #333;
        text-decoration: none;
        transition: color 0.3s;
    }

        .header-meta a:hover {
            color: #204272;
        }

/* Mobile responsive */
@media (max-width: 768px) {
    .custom-header {
        flex-direction: column;
        text-align: center;
        gap: 0px;
        padding: 10px 20px;
    }

    .logo-header img {
        width: 100px;
    }

    .header-content {
        text-align: center;
    }

        .header-content h1 {
            font-size: 1.5rem;
        }

    .header-meta {
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 480px) {
    .header-content h1 {
        font-size: 1.3rem;
    }

    .header-content .subtitle {
        font-size: 0.8rem;
    }

    .header-meta {
        font-size: 0.75rem;
    }

    .logo-header img {
        width: 80px;
    }
}
@media (max-width: 374px) {
    .header-meta {
        font-size: 0.7rem;
    }
    .header-content h1 {
        font-size: 1.2rem;
        line-height: 38px;
    }
}
.tieude-danhmuc:hover {
    color: #EA8823;
}

.card-header-custom {
    background: linear-gradient(135deg, rgba(32, 66, 114, 0.9) 80%, #2f8bd6 100%), url('../../assets/img/trongdong.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    padding: 10px 10px;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    border: none;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    border-radius: 8px 8px 0 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

    .card-header-custom::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
        transform: rotate(45deg);
        animation: shine 3s infinite;
    }

    .card-header-custom a {
        color: white !important;
        text-decoration: none;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }

    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.detail-post{
    font-size: 13.5pt;
}