html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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;
}

header {
    position: relative;
    z-index: 1000;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.main-content {
    flex: 1 0 auto;
    background-color: #f5f7fa !important;
    margin-bottom: 200px;
}

/*navbar*/
.full-width-navbar {
    width: 100%;
}

.navbar-main {
    position: relative;
    width: 100%;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-collapse {
    flex-grow: 0 !important;
}

.navbar-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.navbar-main-search {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.site-navbar {
    background-color: #f5f7fa !important;
    background-image: none !important;
    border-bottom: 1px solid #e3eaf3 !important;
}

    .site-navbar > .container {
        display: flex;
        align-items: center;
    }

.site-navbar-home {
    flex-shrink: 0;
    margin-right: 10px;
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 400;
    color: #212529 !important;
    text-decoration: none;
    white-space: nowrap;
}

    .site-navbar-home:hover {
        color: #0d6efd !important;
    }

.site-navbar .navbar-nav .nav-link {
    padding: 8px 12px;
    font-size: 16px;
    font-weight: 400;
    color: #212529 !important;
}

    .site-navbar .navbar-nav .nav-link:hover {
        color: #0d6efd !important;
    }

.site-navbar .dropdown-menu {
    border: 1px solid #e3eaf3;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.10);
    padding: 6px 0;
}

.site-navbar .dropdown-item {
    padding: 8px 15px;
    font-size: 14px;
    color: #212529;
    transition: background-color 0.2s ease, color 0.2s ease;
}

    .site-navbar .dropdown-item:hover,
    .site-navbar .dropdown-item:focus {
        color: #0d6efd;
        background-color: #f5f8fc;
    }

.site-navbar .navbar-search {
    position: relative;
    flex-shrink: 0;
    width: 250px;
    margin-left: 20px;
}

.site-navbar .search-box {
    position: relative;
    width: 100%;
    height: 38px;
}

    .site-navbar .search-box .form-control {
        width: 100%;
        height: 38px;
        padding: 0 42px 0 12px;
        border: 1px solid #d9e2ec;
        border-radius: 8px;
        font-size: 14px;
    }

        .site-navbar .search-box .form-control:focus {
            border-color: #86b7fe;
            box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.10);
        }

.site-navbar .search-button {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 38px;
    border: none;
    background: transparent;
    color: #555;
    cursor: pointer;
}

    .site-navbar .search-button:hover {
        color: #0d6efd;
    }

.site-navbar .search-results {
    position: absolute;
    top: calc(100% + 7px);
    right: 0;
    width: 250px;
    max-height: 360px;
    overflow-y: auto;
    background: #ffffff;
    border: 1px solid #e1e6eb;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    z-index: 99999;
    display: none;
}

.site-navbar .search-result-item {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

    .site-navbar .search-result-item:last-child {
        border-bottom: none;
    }

    .site-navbar .search-result-item:hover,
    .site-navbar .search-result-item:focus {
        background-color: #f5f8fc;
        outline: none;
    }

.site-navbar .search-result-title {
    color: #222;
    font-size: 14px;
    font-weight: 600;
}

.site-navbar .search-result-category {
    margin-top: 3px;
    color: #888;
    font-size: 12px;
}

.site-navbar .search-no-result {
    padding: 15px;
    color: #777;
    text-align: center;
    font-size: 14px;
}

@media (max-width: 767.98px) {

    .site-navbar > .container {
        flex-wrap: wrap;
    }

    .site-navbar-home {
        margin-right: 5px;
        padding: 8px 10px;
        font-size: 15px;
    }

    .site-navbar .navbar-collapse {
        width: 100%;
        flex-basis: 100%;
    }

    .site-navbar .navbar-nav {
        width: 100%;
    }

        .site-navbar .navbar-nav .nav-link {
            padding: 9px 5px;
            font-size: 15px;
        }

    .site-navbar .navbar-search {
        width: 100%;
        margin: 8px 0 12px;
    }

    .site-navbar .search-box {
        width: 100%;
        height: 40px;
    }

        .site-navbar .search-box .form-control {
            height: 40px;
            font-size: 16px;
        }

    .site-navbar .search-button {
        height: 40px;
    }

    .site-navbar .search-results {
        left: 0;
        right: 0;
        width: 100%;
        max-height: 300px;
    }
}

.navbar-logo {
    height: 45px;
    width: auto;
}

.navbar-brand-text {
    font-size: 20px;
    font-weight: 600;
}

.navbar-search {
    position: relative;
    margin-left: 20px;
    width: 250px;
}

.search-box {
    display: flex;
    align-items: center;
    width: 250px;
    height: 38px;
}

    .search-box .form-control {
        width: 100%;
        height: 38px;
        padding-right: 42px;
        border: 1px solid #d9e2ec;
        border-radius: 8px;
        font-size: 14px;
    }

        .search-box .form-control:focus {
            border-color: #86b7fe;
            box-shadow: 0 0 0 0.15rem rgba(13, 110, 253, 0.1);
        }

.search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 38px;
    border: none;
    background: transparent;
    color: #555;
    cursor: pointer;
}

    .search-button:hover {
        color: #0d6efd;
    }

.search-results {
    position: absolute;
    top: calc(100% + 7px);
    left: 0;
    width: 250px;
    background: #fff;
    border: 1px solid #e1e6eb;
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    z-index: 99999;
    display: none;
    max-height: 360px;
    overflow-y: auto;
}

.search-result-item {
    display: block;
    padding: 12px 15px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
}

    .search-result-item:last-child {
        border-bottom: none;
    }

    .search-result-item:hover,
    .search-result-item:focus {
        background: #f5f8fc;
        outline: none;
    }

.search-result-title {
    color: #222;
    font-size: 15px;
    font-weight: 600;
}

.search-result-category {
    margin-top: 3px;
    color: #888;
    font-size: 12px;
}

.search-no-result {
    padding: 15px;
    color: #777;
    text-align: center;
    font-size: 14px;
}

.search-results::-webkit-scrollbar {
    width: 6px;
}

.search-results::-webkit-scrollbar-thumb {
    background: #cfd6df;
    border-radius: 10px;
}

@media (max-width: 991.98px) {

    .navbar-search {
        width: 100%;
        margin: 10px 0;
    }

    .search-box {
        width: 100%;
    }

    .search-results {
        width: 100%;
        left: 0;
        right: auto;
    }
}

@media (max-width: 575.98px) {

    .search-box .form-control {
        font-size: 16px;
    }

    .search-result-item {
        padding: 13px 15px;
    }

    .search-result-title {
        font-size: 14px;
    }
}

/*top-banner*/
.banner {
    width: 100%;
}

    .banner a {
        display: block;
    }

    .banner img {
        width: 100%;
        height: auto;
        display: block;
        cursor: pointer;
    }

/*slidebanner*/
.disabled-link {
    pointer-events: none;
    cursor: default;
}

.full-width-banner {
    width: 100%;
}

#slidebanner {
    width: 100%;
    overflow: hidden;
}

    #slidebanner .carousel-item img {
        width: 100%;
        height: auto;
        display: block;
    }

    #slidebanner .carousel-control-prev,
    #slidebanner .carousel-control-next {
        width: 6%;
    }

/*navbar-menu*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
        display: none;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover > .submenu-parent .submenu-arrow {
        color: #fff;
    }

.submenu-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.submenu-arrow {
    font-size: 10px;
    margin-left: 20px;
    color: #212529;
}

/*slidechairman*/
#slidebanner-chairman .carousel-indicators button {
    display: none;
}

#slidebanner-chairman .chairman-image {
    width: 85%;
    height: auto;
    margin: 0 auto;
}

#slidebanner-chairman {
    width: 100%;
    background: #fff;
    border: 1px solid #dfe7f1;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.08);
    overflow: hidden;
}

    #slidebanner-chairman .carousel-item {
        padding: 15px 10px 12px;
        text-align: center;
    }

    #slidebanner-chairman .chairman-image {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
        border-radius: 10px;
    }

.chairman-name {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: #212529;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.chairman-position {
    margin-top: 4px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    color: #6c757d;
}

/*information*/
.home-information {
    width: 100%;
    margin-top: 20px;
    padding: 18px;
    background: #fff;
    border: 1px solid #dfe7f1;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.08);
}

.information-title {
    font-size: 22px;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0d6efd;
}

.information-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .information-list li {
        margin-bottom: 0;
    }

        .information-list li a {
            display: block;
            padding: 10px 8px;
            color: #212529;
            text-decoration: none;
            border-bottom: 1px solid #dcecff;
            border-radius: 4px;
            transition: all 0.2s ease;
        }

            .information-list li a:hover {
                background-color: #f0f6ff;
                color: #0d6efd;
                padding-left: 14px;
            }

/*interest-rate*/
.home-interest-rate {
    width: 100%;
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.interest-rate-title {
    font-size: 22px;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0d6efd;
}

.interest-rate-image {
    width: 100%;
}

.interest-rate-pic {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 6px;
}

/*holiday-calendar*/
.home-holiday-calendar {
    width: 100%;
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.holiday-calendar-title {
    font-size: 22px;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0d6efd;
}

.holiday-calendar {
    width: 100%;
}

.calendar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.calendar-month-year {
    font-size: 17px;
    font-weight: 600;
    color: #212529;
    text-align: center;
}

.calendar-nav {
    width: 30px;
    height: 30px;
    border: none;
    background: #f0f6ff;
    color: #0d6efd;
    border-radius: 6px;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

    .calendar-nav:hover {
        background: #0d6efd;
        color: #ffffff;
    }

.calendar-weekdays,
.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
}

.calendar-weekdays {
    margin-bottom: 5px;
}

    .calendar-weekdays div {
        font-size: 12px;
        font-weight: 600;
        color: #6c757d;
        padding: 5px 0;
    }

.calendar-days div {
    position: relative;
    padding: 6px 0;
    font-size: 13px;
    color: #212529;
    border-radius: 50%;
    cursor: default;
}

.calendar-days .empty {
    visibility: hidden;
}

.calendar-days .today {
    width: 28px;
    height: 28px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #0d6efd;
    color: #ffffff;
    font-weight: 600;
    border-radius: 50%;
}

.btn-calendar {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 9px 10px;
    text-align: center;
    text-decoration: none;
    background-color: #ffff;
    color: #0d6efd;
    border: 1px solid #cfe2ff;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

    .btn-calendar:hover {
        background-color: #0d6efd;
        color: #ffffff;
    }

/*contact*/
.home-contact {
    width: 100%;
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.contact-title {
    font-size: 22px;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0d6efd;
}

.contact-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.social-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 25px;
    transition: all 0.25s ease;
}

.line-icon {
    background-color: #06c755;
    color: #ffffff;
}

.facebook-icon {
    background-color: #1877f2;
    color: #ffffff;
}

.social-icon:hover {
    transform: translateY(-3px) scale(1.05);
    color: #ffffff;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.18);
}

/*breadcrumb*/
.site-breadcrumb {
    margin-bottom: 20px;
    padding: 12px 16px;
    background-color: #ffff;
    border: 1px solid #e3eaf3;
    border-radius: 8px;
}

    .site-breadcrumb .breadcrumb {
        margin: 0;
        font-size: 14px;
    }

    .site-breadcrumb .breadcrumb-item a {
        color: black;
        text-decoration: none;
    }

        .site-breadcrumb .breadcrumb-item a:hover {
            color: #084298;
        }

    .site-breadcrumb .breadcrumb-item.active {
        color: #6c757d;
    }

    .site-breadcrumb .breadcrumb-home.active {
        color: black;
    }

/*home-content*/
.home-content {
    width: 100%;
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.home-gif {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 6px;
}

/*news*/
.home-news {
    width: 100%;
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.news-title {
    font-size: 22px;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0d6efd;
}

.news-main-image {
    width: 280px;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 auto 15px;
}

    .news-main-image img {
        width: 100%;
        height: auto;
        display: block;
    }

.news-description {
    color: #333;
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
}

    .news-description p {
        margin-bottom: 12px;
    }

    .news-description strong {
        font-weight: 700;
        color: #212529;
    }

    .news-description p:first-child,
    .news-description p:last-child {
        text-indent: 2em;
    }

.news-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 18px;
}

.news-gallery-item {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

    .news-gallery-item img {
        width: 100%;
        height: auto;
        display: block;
        transition: transform 0.25s ease;
    }

/*announcement-exam*/
.home-announcement {
    width: 100%;
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.announcement-title {
    font-size: 22px;
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0d6efd;
}

.announcement-image-link {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.announcement-image {
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 8px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.announcement-image-link:hover .announcement-image {
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

/*activities*/
.home-activities {
    width: 100%;
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.activity-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0d6efd;
}

.activities-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #0d6efd;
}

.activity-all {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #0d6efd;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

    .activity-all:hover {
        color: #0b5ed7;
        text-decoration: none;
    }

.activities-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.activity-card {
    display: block;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #212529;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.activity-image {
    width: 100%;
    aspect-ratio: 1500 / 1000;
    overflow: hidden;
}

    .activity-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        transition: transform 0.3s ease;
    }

.activity-content {
    padding: 12px;
}

    .activity-content h3 {
        margin: 0 0 6px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        color: #0d6efd;
    }

.activity-card:hover {
    transform: translateY(-3px);
    border-color: #b6d4fe;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
    color: #212529;
}

    .activity-card:hover .activity-image img {
        transform: scale(1.03);
    }

/*training-video*/
.home-training-video {
    width: 100%;
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.training-video-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0d6efd;
}

.training-video-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #0d6efd;
}

.training-video-all {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #0d6efd;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

    .training-video-all:hover {
        color: #0b5ed7;
        text-decoration: none;
    }

.training-video-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.training-video-card {
    display: block;
    overflow: hidden;
    border: 1px solid #e3eaf3;
    border-radius: 8px;
    background-color: #ffffff;
    text-decoration: none;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.training-video-image {
    width: 100%;
    overflow: hidden;
}

    .training-video-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        transition: transform 0.3s ease;
    }

.training-video-card:hover {
    transform: translateY(-3px);
    border-color: #b6d4fe;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
}

    .training-video-card:hover img {
        transform: scale(1.03);
    }

/*training-program*/
.home-training-program {
    width: 100%;
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.training-program-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0d6efd;
}

.training-program-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #0d6efd;
}

.training-program-all {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #0d6efd;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

    .training-program-all:hover {
        color: #0b5ed7;
        text-decoration: none;
    }

.training-program-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.training-program-card {
    display: block;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #212529;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.training-program-image {
    width: 100%;
    aspect-ratio: 1500 / 1000;
    overflow: hidden;
}

    .training-program-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        transition: transform 0.3s ease;
    }

.training-program-content {
    padding: 12px;
}

    .training-program-content h3 {
        margin: 0 0 6px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        color: #0d6efd;
    }

    .training-program-content p {
        margin: 0 0 6px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: black;
    }

.training-program-card:hover {
    transform: translateY(-3px);
    border-color: #b6d4fe;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
    color: #212529;
}

    .training-program-card:hover .training-program-image img {
        transform: scale(1.03);
    }

/*Public Relations*/
.home-management-system {
    margin-bottom: 50px;
    width: 100%;
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.management-system-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0d6efd;
}

.management-system-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #0d6efd;
}

.management-system-all {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #0d6efd;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

    .management-system-all:hover {
        color: #0b5ed7;
        text-decoration: none;
    }

.management-system-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.management-system-card {
    display: block;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #212529;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.management-system-image {
    width: 100%;
    aspect-ratio: 1500 / 1000;
    overflow: hidden;
}

    .management-system-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        transition: transform 0.3s ease;
    }

.management-system-content {
    padding: 12px;
}

    .management-system-content h3 {
        margin: 0 0 6px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.5;
        color: #0d6efd;
    }

.management-system-card:hover {
    transform: translateY(-3px);
    border-color: #b6d4fe;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
    color: #212529;
}

    .management-system-card:hover .management-system-image img {
        transform: scale(1.03);
    }

/*history-page*/
.history-header {
    margin-bottom: 25px;
}

    .history-header .page-title {
        margin-top: 15px;
        margin-bottom: 25px;
        font-size: 26px;
        font-weight: 600;
        color: #212529;
        padding-bottom: 12px;
        border-bottom: 2px solid #0d6efd;
        display: block;
        width: 775px;
    }

.history-main-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #343a40;
}

.history-sub-title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #343a40;
}

.history-header-image {
    float: right;
    width: 500px;
    max-width: 45%;
    height: auto;
    margin: 0 0 20px 30px;
    display: block;
    border-radius: 10px;
    border: 1px solid #e3eaf3;
    object-fit: contain;
}

.history-section-title {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #343a40;
}

.history-paragraph {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.9;
    text-indent: 2em;
}

.founding-cooperatives {
    width: 100%;
}

.founding-group {
    margin-bottom: 18px;
}

.founding-title {
    padding-left: 2em;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    color: #212529;
}

.founding-members {
    padding-left: 5em;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

    .founding-members div {
        margin-bottom: 2px;
    }

.history-section {
    width: 100%;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 1.9;
}

.history-section-right {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.history-section-left {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.history-image-right,
.history-image-left {
    flex: 0 0 35%;
    max-width: 35%;
}

    .history-image-right img,
    .history-image-left img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 10px;
        border: 1px solid #e3eaf3;
        object-fit: contain;
    }

.history-text-left,
.history-text-right {
    flex: 1;
    min-width: 0;
    font-size: 16px;
    line-height: 1.9;
    color: #333333;
}

    .history-text-left p,
    .history-text-right p {
        margin-bottom: 18px;
        font-size: 16px;
        line-height: 1.9;
        text-align: justify;
    }

.history-meeting-list {
    margin-bottom: 25px;
}

    .history-meeting-list p {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 1.9;
        text-align: left;
        text-indent: 4em;
    }

.meeting-number {
    display: inline;
    font-weight: 700;
}

.history-founders {
    margin-bottom: 20px;
    padding-left: 2em;
    font-size: 16px;
    line-height: 1.9;
}

    .history-founders div {
        margin-bottom: 4px;
    }

.history-objectives {
    margin-bottom: 25px;
}

    .history-objectives div {
        margin-bottom: 10px;
        padding-left: 2em;
        font-size: 16px;
        line-height: 1.9;
        text-align: justify;
    }

/*committee*/
.committee-section,
.consultant-section,
.officer-section,
.audit-section {
    width: 100%;
}

.committee-header,
.consultant-header,
.officer-header,
.audit-header {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 600;
    color: #212529;
    padding-bottom: 12px;
    border-bottom: 2px solid #0d6efd;
}

.committee-president,
.consultant-honorary,
.officer-manager {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

    .committee-president .committee-card,
    .consultant-honorary .consultant-card,
    .officer-manager .officer-card {
        width: 244px;
    }

.committee-grid,
.consultant-grid,
.officer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    align-items: start;
}

.audit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    width: 100%;
    align-items: start;
}

.committee-card,
.consultant-card,
.officer-card,
.audit-card {
    width: 244px;
    max-width: 244px;
    margin: 0 auto;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

    .committee-card:hover,
    .consultant-card:hover,
    .officer-card:hover,
    .audit-card:hover {
        transform: translateY(-3px);
        border-color: #cfd9e6;
        box-shadow: 0 6px 18px rgba(0, 0, 0, 0.10);
    }

    .committee-card img,
    .consultant-card img,
    .officer-card img,
    .audit-card img {
        width: 210px;
        height: 350px;
        display: block;
        margin: 0 auto;
        border-radius: 8px;
        object-fit: cover;
        object-position: center;
    }

.committee-name,
.consultant-name,
.officer-name {
    margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: #212529;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.committee-position,
.consultant-position,
.officer-position {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.5;
    color: #6c757d;
}

/*dowload*/
.download-content {
    width: 100%;
}

.download-title {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 600;
    color: #212529;
    padding-bottom: 12px;
    border-bottom: 2px solid #0d6efd;
}

.download-item {
    width: 100%;
    margin-bottom: 15px;
    padding: 18px 20px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.download-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.download-name {
    margin: 0;
    flex: 1;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6;
    color: #212529;
}

.download-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}


.download-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 110px;
    padding: 8px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}


    .download-btn i {
        margin-right: 6px;
    }

.btn-view {
    color: #fff;
    background: #0d6efd;
    border: 1px solid #0d6efd;
}

    .btn-view:hover {
        color: #fff;
        background: #0b5ed7;
        border-color: #0b5ed7;
    }

.btn-download {
    color: #ffffff;
    background-color: #198754;
    border: 1px solid #198754;
}

    .btn-download:hover {
        color: #ffffff;
        background-color: #157347;
        border-color: #157347;
    }

/*ติดต่อเรา*/
.contactus-content {
    width: 100%;
}

.contactus-title {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 600;
    color: #212529;
    padding-bottom: 12px;
    border-bottom: 2px solid #0d6efd;
}

.contactus-item {
    width: 100%;
    margin-bottom: 30px;
}

.contactus-info {
    width: 100%;
}

.contactus-name {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 600;
    color: #0d6efd;
}

.contactus-info p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.contactus-info i {
    width: 22px;
    margin-right: 6px;
    color: #0d6efd;
}

.contactus-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    width: 100%;
    align-items: start;
}

.contactus-subtitle {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #212529;
}

.contactus-map,
.contactus-form {
    width: 100%;
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.map-container {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #e3eaf3;
}

    .map-container iframe {
        width: 100%;
        display: block;
    }

.contact-form-group {
    margin-bottom: 15px;
}

    .contact-form-group label {
        display: block;
        margin-bottom: 6px;
        font-size: 14px;
        font-weight: 600;
        color: #343a40;
    }

        .contact-form-group label.required::after {
            content: " *";
            color: #dc3545;
            font-weight: 600;
        }

.contact-form-control {
    width: 100%;
    padding: 9px 12px;
    font-size: 14px;
    color: #212529;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 6px;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

    .contact-form-control:focus {
        border-color: #86b7fe;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.10);
    }

textarea.contact-form-control {
    resize: vertical;
}

.contact-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background-color: #0d6efd;
    border: 1px solid #0d6efd;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    margin-top: 15px;
}

    .contact-submit-btn:hover {
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }

.contact-popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.35);
}

    .contact-popup.show {
        display: flex;
    }

.contact-popup-box {
    position: relative;
    width: 400px;
    max-width: 90%;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.contact-popup-close {
    position: absolute;
    top: 10px;
    right: 14px;
    border: none;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    color: #6c757d;
    cursor: pointer;
}

    .contact-popup-close:hover {
        color: #212529;
    }

.contact-popup-icon {
    margin-bottom: 15px;
    font-size: 50px;
    color: #198754;
}

.contact-popup-box h3 {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #212529;
}

.contact-popup-box p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.7;
    color: #6c757d;
}

.contact-popup-ok {
    min-width: 100px;
    padding: 8px 18px;
    border: 1px solid #0d6efd;
    border-radius: 6px;
    background-color: #0d6efd;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

    .contact-popup-ok:hover {
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }

/*news*/
.news-content {
    width: 100%;
}

    .news-content h1 {
        margin-top: 15px;
        margin-bottom: 25px;
        font-size: 26px;
        font-weight: 600;
        color: #212529;
        padding-bottom: 12px;
        border-bottom: 2px solid #0d6efd;
    }

.news-item {
    width: 100%;
    margin-bottom: 15px;
    padding: 18px 20px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.news-info {
    width: 100%;
}

.news-name {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #212529;
}

.news-description {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 1.8;
    color: #6c757d;
}

.news-actions {
    display: flex;
    align-items: center;
}

.news-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #0d6efd;
    background-color: #f0f6ff;
    border: 1px solid #cfe2ff;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

    .news-btn:hover {
        color: #ffffff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

/*seminar หน้าแรก*/
.home-seminar {
    width: 100%;
    padding: 18px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.seminar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0d6efd;
}

.seminar-all {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #0d6efd;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

    .seminar-all:hover {
        color: #0b5ed7;
        text-decoration: none;
    }

.seminar-header-title {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #0d6efd;
}

.seminar-slider {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.seminar-arrow {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 1px solid #d9e2ec;
    border-radius: 50%;
    background-color: #ffffff;
    color: #0d6efd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
    cursor: pointer;
    transition: all 0.2s ease;
}

    .seminar-arrow:hover {
        background-color: #0d6efd;
        color: #ffffff;
    }

    .seminar-arrow:disabled {
        opacity: 0.4;
        cursor: default;
    }

        .seminar-arrow:disabled:hover {
            background-color: #ffffff;
            color: #0d6efd;
        }

.seminar-prev {
    left: -20px;
}

.seminar-next {
    right: -20px;
}

.seminar-grid {
    display: flex;
    gap: 20px;
    overflow: hidden;
    width: 100%;
}

.seminar-card {
    flex: 0 0 calc((100% - 40px) / 3);
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #212529;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

    .seminar-card:hover {
        transform: translateY(-3px);
        border-color: #b6d4fe;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
        color: #212529;
    }

        .seminar-card:hover .seminar-image img {
            transform: scale(1.03);
        }

.seminar-image {
    width: 100%;
    aspect-ratio: 1500 / 1000;
    overflow: hidden;
}

    .seminar-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        transition: transform 0.3s ease;
    }

.seminar-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    padding: 15px;
}

    .seminar-content h3 {
        margin: 0 0 12px;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.5;
        color: #212529;
    }

.seminar-title {
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 600;
    color: #212529;
    padding-bottom: 12px;
    border-bottom: 2px solid #0d6efd;
}

.seminar-place,
.seminar-time,
.seminar-date {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
}

    .seminar-place i,
    .seminar-time i,
    .seminar-date i {
        width: 18px;
        flex-shrink: 0;
        color: #0d6efd;
    }

.btn-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: auto;
    padding: 9px 14px;
    color: #ffffff;
    background-color: #0d6efd;
    border: 1px solid #0d6efd;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

    .btn-more:hover {
        color: #ffffff;
        background-color: #0b5ed7;
        border-color: #0a58ca;
    }

/*หน้า seminar*/
.seminar-page-content {
    width: 100%;
}

.seminar-page-title {
    margin-top: 15px;
    margin-bottom: 25px;
    padding-bottom: 12px;
    font-size: 26px;
    font-weight: 600;
    color: #212529;
    border-bottom: 2px solid #0d6efd;
}

.seminar-all-section {
    margin-top: 25px;
}

.seminar-section-title {
    margin: 0 0 25px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #212529;
    border-bottom: 1px solid #e3eaf3;
}

.seminar-page-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
    align-items: stretch;
}

.seminar-page-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

    .seminar-page-card:hover {
        transform: translateY(-4px);
        border-color: #b6d4fe;
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
    }

.seminar-page-card-link {
    display: flex;
    flex-direction: column;
    flex: 1;
    color: inherit;
    text-decoration: none;
}

.seminar-image-wrapper {
    width: 100%;
    overflow: hidden;
}

    .seminar-image-wrapper img {
        width: 100%;
        height: 300px;
        display: block;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

.seminar-page-card:hover .seminar-image-wrapper img {
    transform: scale(1.03);
}

.seminar-page-card-body {
    flex: 1;
    padding: 15px;
}

.seminar-page-card-title {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
}

.seminar-page-card-info {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
}

    .seminar-page-card-info i {
        margin-right: 5px;
        color: #0d6efd;
    }

.seminar-page-actions {
    display: flex;
    gap: 10px;
    padding: 0 15px 15px;
    margin-top: auto;
}

.seminar-page-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

    .seminar-page-btn i {
        margin-right: 6px;
    }

.btn-register {
    color: #fff;
    background: #0d6efd;
    border: 1px solid #0d6efd;
}

    .btn-register:hover {
        color: #fff;
        background: #0b5ed7;
        border-color: #0b5ed7;
    }

.btn-download {
    color: #fff;
    background-color: #198754;
    border: 1px solid #198754;
}

    .btn-download:hover {
        color: #fff;
        background-color: #157347;
        border-color: #157347;
    }

/*seminar-detail*/
.seminar-detail-content {
    width: 100%;
}

.seminar-detail-header {
    margin-top: 15px;
    margin-bottom: 25px;
}

.seminar-detail-title {
    margin-top: 15px;
    margin-bottom: 25px;
    padding-bottom: 12px;
    font-size: 26px;
    font-weight: 600;
    color: #212529;
    border-bottom: 2px solid #0d6efd;
}

.seminar-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.seminar-detail-meta-item {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #6c757d;
    font-size: 15px;
}

    .seminar-detail-meta-item i {
        color: #0d6efd;
    }

.seminar-detail-card {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
}

.seminar-detail-image {
    width: 100%;
    background: #f8f9fa;
    text-align: center;
}

    .seminar-detail-image img {
        width: 100%;
        max-height: 550px;
        display: block;
        object-fit: cover;
    }

.seminar-detail-body {
    padding: 30px;
}

.seminar-detail-section {
    margin-bottom: 35px;
}

    .seminar-detail-section:last-of-type {
        margin-bottom: 30px;
    }

.seminar-detail-section-title {
    margin: 0 0 18px;
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
    color: #212529;
    border-bottom: 1px solid #e3eaf3;
}

.seminar-detail-section p {
    margin: 0;
    color: #495057;
    font-size: 16px;
    line-height: 1.8;
}

.seminar-topic-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .seminar-topic-list li {
        position: relative;
        padding: 8px 0 8px 28px;
        color: #495057;
        font-size: 16px;
        line-height: 1.6;
    }

        .seminar-topic-list li::before {
            content: "\f26a";
            position: absolute;
            left: 0;
            top: 9px;
            font-family: "bootstrap-icons";
            color: #0d6efd;
        }

.seminar-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}

.seminar-info-item {
    display: flex;
    flex-direction: column;
    gap: 7px;
    padding: 15px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

.seminar-info-label {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #6c757d;
    font-size: 14px;
}

    .seminar-info-label i {
        color: #0d6efd;
    }

.seminar-info-value {
    color: #212529;
    font-size: 16px;
    font-weight: 500;
}

.seminar-detail-actions {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-top: 10px;
}

.seminar-detail-btn {
    width: 1600px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 20px;
    box-sizing: border-box;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

    .seminar-detail-btn i {
        margin-right: 7px;
    }

.seminar-detail-register {
    color: #fff;
    background: #0d6efd;
    border: 1px solid #0d6efd;
}

    .seminar-detail-register:hover {
        color: #fff;
        background: #0b5ed7;
        border-color: #0b5ed7;
    }

.seminar-detail-download {
    color: #fff;
    background: #198754;
    border: 1px solid #198754;
}

    .seminar-detail-download:hover {
        color: #fff;
        background-color: #157347;
        border-color: #157347;
    }

.seminar-detail-back {
    margin: 20px 0 30px;
}

    .seminar-detail-back a {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        color: #6c757d;
        font-size: 14px;
        text-decoration: none;
    }

        .seminar-detail-back a:hover {
            color: #0d6efd;
        }

/*rules*/
.rules-content {
    width: 100%;
}

.rules-title {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 600;
    color: #212529;
    padding-bottom: 12px;
    border-bottom: 2px solid #0d6efd;
}

.rules-item {
    width: 100%;
    margin-bottom: 15px;
    padding: 18px 20px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.rules-info {
    width: 100%;
}

.rules-name {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #212529;
}

.rules-description {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 1.8;
    color: #6c757d;
}

.rules-actions {
    display: flex;
    align-items: center;
}

.rules-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #0d6efd;
    background-color: #f0f6ff;
    border: 1px solid #cfe2ff;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

    .rules-btn:hover {
        color: #ffffff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

/*statute*/
.statute-content {
    width: 100%;
}

.statute-title {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 600;
    color: #212529;
    padding-bottom: 12px;
    border-bottom: 2px solid #0d6efd;
}

.statute-item {
    width: 100%;
    margin-bottom: 15px;
    padding: 18px 20px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.statute-info {
    width: 100%;
}

.statute-name {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #212529;
}

.statute-description {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 1.8;
    color: #6c757d;
}

.statute-actions {
    display: flex;
    align-items: center;
}

.statute-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #0d6efd;
    background-color: #f0f6ff;
    border: 1px solid #cfe2ff;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

    .statute-btn:hover {
        color: #ffffff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

/*announcement*/
.announce-title {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 600;
    color: #212529;
    padding-bottom: 12px;
    border-bottom: 2px solid #0d6efd;
}

.announce-item {
    width: 100%;
    padding: 18px 20px;
    margin-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.announce-image-link {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.announce-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: inline-block;
    border-radius: 8px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.announce-image-link:hover .announce-image {
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.announce-info {
    margin-top: 15px;
}

.announce-name {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #212529;
}

.announce-description {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #6c757d;
}

/*policyamlo*/
.policyamlo-content {
    width: 100%;
}

.policyamlo-title {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 600;
    color: #212529;
    padding-bottom: 12px;
    border-bottom: 2px solid #0d6efd;
}

.policyamlo-item {
    width: 100%;
    margin-bottom: 15px;
    padding: 18px 20px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.policyamlo-info {
    width: 100%;
}

.policyamlo-name {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #212529;
}

.policyamlo-description {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 1.8;
    color: #6c757d;
}

.policyamlo-actions {
    display: flex;
    align-items: center;
}

.policyamlo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #0d6efd;
    background-color: #f0f6ff;
    border: 1px solid #cfe2ff;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

    .policyamlo-btn:hover {
        color: #ffffff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

/*policyrisk*/
.policyrisk-title {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 600;
    color: #212529;
    padding-bottom: 12px;
    border-bottom: 2px solid #0d6efd;
}

.policyrisk-item {
    width: 100%;
    padding: 18px 20px;
    margin-bottom: 15px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.policyrisk-image-link {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
}

.policyrisk-image {
    width: 100%;
    max-width: 700px;
    height: auto;
    display: inline-block;
    border-radius: 8px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.policyrisk-image-link:hover .policyrisk-image {
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}

.policyrisk-info {
    margin-top: 15px;
}

.policyrisk-name {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #212529;
}

.policyrisk-description {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #6c757d;
}

/*policyprivacy*/
.policyprivacy-content {
    width: 100%;
}

.policyprivacy-title {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 600;
    color: #212529;
    padding-bottom: 12px;
    border-bottom: 2px solid #0d6efd;
}

.policyprivacy-item {
    width: 100%;
    margin-bottom: 15px;
    padding: 18px 20px;
    background-color: #ffffff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.policyprivacy-info {
    width: 100%;
}

.policyprivacy-name {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #212529;
}

.policyprivacy-description {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 1.8;
    color: #6c757d;
}

.policyprivacy-actions {
    display: flex;
    align-items: center;
}

.policyprivacy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 500;
    color: #0d6efd;
    background-color: #f0f6ff;
    border: 1px solid #cfe2ff;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

    .policyprivacy-btn:hover {
        color: #ffffff;
        background-color: #0d6efd;
        border-color: #0d6efd;
    }

/*rate-savings*/
.savings-content {
    width: 100%;
}

.savings-title {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 600;
    color: #212529;
    padding-bottom: 12px;
    border-bottom: 2px solid #0d6efd;
}

.savings-image-wrapper {
    width: 100%;
    text-align: center;
}

.savings-image {
    width: 750px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 8px;
}

/*rate-regular*/
.regular-content {
    width: 100%;
}

.regular-title {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 600;
    color: #212529;
    padding-bottom: 12px;
    border-bottom: 2px solid #0d6efd;
}

.regular-image-wrapper {
    width: 100%;
    text-align: center;
}

.regular-image {
    width: 750px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 8px;
}

/*rate-regular-spe*/
.regular-spe-content {
    width: 100%;
}

.regular-spe-title {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 600;
    color: #212529;
    padding-bottom: 12px;
    border-bottom: 2px solid #0d6efd;
}

.regular-spe-image-wrapper {
    width: 100%;
    text-align: center;
}

.regular-spe-image {
    width: 750px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 8px;
}

/*rate-loan*/
.loan-content {
    width: 100%;
}

.loan-title {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 600;
    color: #212529;
    padding-bottom: 12px;
    border-bottom: 2px solid #0d6efd;
}

.loan-image-wrapper {
    width: 100%;
    text-align: center;
}

.loan-image {
    width: 750px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 8px;
}

/*album*/
.album-content {
    width: 100%;
}

.album-title {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 600;
    color: #212529;
    padding-bottom: 12px;
    border-bottom: 2px solid #0d6efd;
}

.album-all-section {
    margin-top: 45px;
}

.album-section-title {
    margin: 0 0 25px;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
    color: #212529;
    border-bottom: 1px solid #e3eaf3;
}

.album-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 25px;
}

.album-category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    padding: 25px;
    background: #fff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

    .album-category-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
        border-color: #0d6efd;
    }

.album-category-icon {
    margin-bottom: 15px;
    font-size: 48px;
    color: #0d6efd;
}

.album-category-name {
    margin-bottom: 25px;
    font-size: 19px;
    font-weight: 600;
    color: #212529;
    text-align: center;
}

    .album-category-name a {
        color: #0d6efd;
        font-weight: 400;
        text-decoration: none;
    }

        .album-category-name a:hover {
            color: #084298;
        }

.album-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
    align-items: start;
}

.album-card {
    display: block;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

    .album-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
    }

.album-image-wrapper {
    width: 100%;
    overflow: hidden;
}

.album-card img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.album-card:hover img {
    transform: scale(1.03);
}

.album-card-body {
    padding: 15px;
}

.album-card-category {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 500;
    color: #0d6efd;
}

.album-card-title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
}

.album-card-desc {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    color: #6c757d;
}

.album-card-date {
    font-size: 14px;
    color: #6c757d;
}

    .album-card-date i {
        margin-right: 5px;
    }

.album-detail-category {
    margin-top: -15px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.6;
    color: #6c757d;
}

    .album-detail-category a {
        color: #0d6efd;
        font-weight: 500;
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .album-detail-category a:hover {
            color: #084298;
            text-decoration: underline;
        }

.album-mainpic-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 35px;
}

.album-mainvid-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 25px 0 35px;
}

.album-main-video {
    width: 100%;
    max-width: 800px;
    height: auto;
    max-height: 1000px;
    display: block;
    border-radius: 10px;
    border: 1px solid #e3eaf3;
    background: #000;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.album-mainpic {
    width: 550px;
    max-width: 80%;
    height: auto;
    display: block;
    border-radius: 10px;
    border: 1px solid #e3eaf3;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.album-desc {
    margin: 0 0 35px;
    font-size: 16px;
    line-height: 1.9;
    color: #495057;
    text-indent: 2em;
}

.album-photo-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    width: 100%;
}

.album-photo {
    overflow: hidden;
    background: #fff;
    border: 1px solid #e3eaf3;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

    .album-photo img {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .album-photo:hover img {
        transform: scale(1.03);
    }

.gallery-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.88);
}

    .gallery-modal.active {
        display: flex;
    }

.gallery-content {
    position: relative;
    max-width: 85%;
    max-height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#galleryModalImage {
    width: auto;
    height: auto;
    max-width: 85vw;
    max-height: 85vh;
    object-fit: contain;
    border-radius: 8px;
}

.gallery-close {
    position: fixed;
    top: 20px;
    right: 30px;
    z-index: 10001;
    width: 45px;
    height: 45px;
    padding: 0;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    cursor: pointer;
    transition: color 0.2s ease;
}

    .gallery-close:hover {
        color: #ccc;
    }

.gallery-prev,
.gallery-next {
    position: fixed;
    top: 50%;
    z-index: 10000;
    width: 55px;
    height: 70px;
    padding: 0;
    border: none;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: 40px;
    line-height: 1;
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 0.2s ease;
}

    .gallery-prev:hover,
    .gallery-next:hover {
        background: rgba(0, 0, 0, 0.65);
    }

.gallery-prev {
    left: 25px;
}

.gallery-next {
    right: 25px;
}

.gallery-counter {
    position: absolute;
    bottom: -40px;
    left: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    white-space: nowrap;
    transform: translateX(-50%);
}

.album-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pagination-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border: 1px solid #e3eaf3;
    border-radius: 6px;
    background: #fff;
    color: #212529;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.2s ease;
}

    .pagination-btn:hover {
        background: #f1f5f9;
        color: #0d6efd;
        border-color: #0d6efd;
    }

    .pagination-btn.active {
        background: #0d6efd;
        color: #fff;
        border-color: #0d6efd;
    }

/*finance*/
.financial-years {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    width: 100%;
}

.financial-year-card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 250px;
    padding: 20px 30px;
    border: 1px solid #d0d0d0;
    border-radius: 25px;
    background-color: #fff;
    box-sizing: border-box;
}

    .financial-year-card h2 {
        margin: 0 0 20px;
        font-size: 24px;
        text-align: center;
    }

    .financial-year-card p {
        margin: 0;
        font-size: 1.3rem;
        line-height: 1.7;
    }

    .financial-year-card a {
        color: #0d6efd;
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .financial-year-card a:visited {
            color: #0d6efd;
        }

        .financial-year-card a:hover {
            color: #0a58ca;
            text-decoration: underline;
        }








/*footer*/
.site-footer {
    flex-shrink: 0;
    width: 100%;
}

.footer-background {
    width: 100%;
    min-height: 300px;
    background-image: url('/pic/footer/footer-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 45px 0 0px;
}

.footer-grid {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0px 0px;
}

.footer-column {
    padding: 0 20px;
    margin-right: auto;
}

.footer-title {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    color: #ffffff;
}

.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer-menu li {
        margin-bottom: 9px;
    }

        .footer-menu li a {
            color: #ffffff;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.2s ease;
        }

            .footer-menu li a:hover {
                padding-left: 5px;
                color: #dbeafe;
            }

.footer-contact {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer-contact li {
        margin-bottom: 9px;
        color: #ffffff;
    }

        .footer-contact li i {
            color: #ffffff;
            width: 22px;
            margin-right: 5px;
        }

        .footer-contact li a {
            color: #ffffff;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.2s ease;
        }

            .footer-contact li a:hover {
                padding-left: 5px;
                color: #dbeafe;
            }

.footer-bottom {
    background-color: #0b315f;
    padding: 14px 0;
    color: #ffffff;
    font-size: 13px;
}

    .footer-bottom a {
        color: #ffffff;
        text-decoration: none;
    }

        .footer-bottom a:hover {
            text-decoration: underline;
        }

/*cookie*/
.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #ffffff;
    border-top: 1px solid #dee2e6;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.08);
    padding: 15px 20px;
}

.cookie-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

    .cookie-content strong {
        font-size: 16px;
    }

    .cookie-content p {
        margin: 5px 0 0;
        font-size: 14px;
        color: #6c757d;
    }

.cookie-btn {
    flex-shrink: 0;
    padding: 8px 20px;
    border: none;
    border-radius: 6px;
    background: #0d6efd;
    color: #ffffff;
    cursor: pointer;
}

    .cookie-btn:hover {
        background: #0b5ed7;
    }

@media (min-width: 768px) and (max-width: 991.98px) {

    #slidebanner-chairman {
        padding: 8px 0 12px;
    }

        #slidebanner-chairman .chairman-image {
            width: auto;
            max-width: 180px;
            height: 250px;
            margin: 0 auto;
            object-fit: contain;
        }

        #slidebanner-chairman .chairman-name {
            margin-top: 8px;
            font-size: 15px;
        }

        #slidebanner-chairman .chairman-position {
            margin-top: 3px;
            font-size: 12px;
        }

        #slidebanner-chairman .carousel-control-prev,
        #slidebanner-chairman .carousel-control-next,
        #slidebanner-chairman .carousel-indicators button {
            display: none;
        }

    #slidebanner .carousel-control-prev,
    #slidebanner .carousel-control-next,
    #slidebanner .carousel-indicators button {
        display: none;
    }

    .navbar-search {
        width: 220px;
        margin-left: 12px;
    }

    .search-box,
    .search-results {
        width: 220px;
    }

    .committee-grid,
    .consultant-grid,
    .officer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }

    .audit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }

    .album-category-grid,
    .album-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .album-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px;
        align-items: start;
    }

    .album-card {
        display: block;
        overflow: hidden;
        background: #fff;
        border: 1px solid #e3eaf3;
        border-radius: 10px;
        text-decoration: none;
        transition: all 0.25s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }

        .album-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
        }

    .album-image-wrapper {
        width: 100%;
        overflow: hidden;
    }

    .album-card img {
        width: 100%;
        height: 10px;
        display: block;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

    .album-card:hover img {
        transform: scale(1.03);
    }

    .activities-grid,
    .training-video-grid,
    .training-program-grid,
    .management-system-grid,
    .contactus-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .history-header .page-title {
        width: 100%;
    }

    .history-header-image {
        width: 40%;
        max-width: 40%;
    }

    .album-main-video {
        width: 100%;
        max-width: 760px;
    }

    .savings-image,
    .regular-image,
    .regular-spe-image,
    .loan-image {
        width: 100%;
        max-width: 750px;
    }
}

@media (max-width: 767.98px) {

    .yearlyreport-title {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .main-content {
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }

    .pdf-preview-container {
        width: 100%;
        align-items: center;
        gap: 15px;
    }

    .pdf-preview {
        width: 100%;
        max-width: 280px;
        height: auto;
    }

    .link-download {
        font-size: 1.1rem;
        text-align: center;
    }

    .cookie-content {
        flex-direction: column;
        align-items: stretch;
    }

    .cookie-btn {
        width: 100%;
    }

    .history-header {
        margin-bottom: 20px;
        overflow: hidden;
    }

        .history-header .page-title {
            width: 100%;
            max-width: 100%;
            margin-top: 10px;
            margin-bottom: 18px;
            font-size: 24px;
            line-height: 1.4;
            padding-bottom: 10px;
        }

    .history-header-image {
        float: none;
        width: 100%;
        max-width: 100%;
        height: auto;
        margin: 0 auto 18px;
        display: block;
        border-radius: 8px;
        object-fit: contain;
    }

    .history-main-title {
        margin-bottom: 8px;
        font-size: 21px;
        line-height: 1.5;
    }

    .history-sub-title {
        margin-bottom: 12px;
        font-size: 19px;
        line-height: 1.5;
    }

    .history-section-title {
        margin-top: 10px;
        margin-bottom: 12px;
        font-size: 17px;
        line-height: 1.5;
    }

    .history-paragraph {
        margin-bottom: 18px;
        font-size: 15px;
        line-height: 1.85;
        text-indent: 1.5em;
        text-align: left;
    }

    .founding-cooperatives {
        width: 100%;
    }

    .founding-group {
        margin-bottom: 15px;
    }

    .founding-title {
        padding-left: 0;
        font-size: 15px;
        line-height: 1.7;
    }

    .founding-members {
        padding-left: 18px;
        font-size: 14px;
        line-height: 1.7;
    }

        .founding-members div {
            margin-bottom: 2px;
        }

    .history-section {
        width: 100%;
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 1.85;
    }


    .history-section-left,
    .history-section-right {
        display: flex;
        flex-direction: column;
        gap: 15px;
        width: 100%;
    }

    .history-image-right,
    .history-image-left {
        flex: none;
        width: 100%;
        max-width: 100%;
    }

        .history-image-right img,
        .history-image-left img {
            width: 100%;
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 8px;
            object-fit: contain;
        }

    .history-text-left,
    .history-text-right {
        width: 100%;
        min-width: 0;
        font-size: 15px;
        line-height: 1.85;
    }


        .history-text-left p,
        .history-text-right p {
            margin-bottom: 15px;
            font-size: 15px;
            line-height: 1.85;
            text-align: left;
        }

    .history-meeting-list {
        margin-bottom: 20px;
    }

        .history-meeting-list p {
            margin-bottom: 10px;
            font-size: 14px;
            line-height: 1.8;
            text-align: left;
            text-indent: 0;
        }

    .meeting-number {
        font-weight: 700;
    }

    .history-founders {
        margin-bottom: 18px;
        padding-left: 18px;
        font-size: 14px;
        line-height: 1.8;
    }

        .history-founders div {
            margin-bottom: 4px;
        }

    .history-objectives {
        margin-bottom: 20px;
    }

        .history-objectives div {
            margin-bottom: 10px;
            padding-left: 0;
            font-size: 14px;
            line-height: 1.8;
            text-align: left;
        }

    .structure-content {
        width: 100%;
    }

    .structure-title {
        margin-top: 10px;
        margin-bottom: 18px;
        font-size: 23px;
        line-height: 1.4;
        padding-bottom: 10px;
    }

    .structure-wrapper {
        width: 100%;
        align-items: center;
    }

    .structure-pdf {
        width: 100%;
        height: 500px;
        margin-bottom: 15px;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }

        .structure-pdf iframe {
            width: 100%;
            height: 100%;
        }

    .structure-download {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px;
    }

    .download-btn {
        width: 100%;
        max-width: 320px;
        justify-content: center;
        padding: 10px 16px;
        font-size: 14px;
    }

        .download-btn i {
            font-size: 16px;
        }

    .financial-years {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .financial-year-card {
        width: 100%;
        max-width: 320px;
        padding: 16px 25px;
        border-radius: 20px;
    }

        .financial-year-card h2 {
            font-size: 21px;
            margin-bottom: 15px;
        }

        .financial-year-card p {
            font-size: 16px;
            line-height: 1.6;
        }

    #slidebanner-chairman {
        padding: 8px 0 12px;
    }

        #slidebanner-chairman .chairman-image {
            width: auto;
            max-width: 180px;
            height: 250px;
            margin: 0 auto;
            object-fit: contain;
        }

        #slidebanner-chairman .chairman-name {
            margin-top: 8px;
            font-size: 15px;
        }

        #slidebanner-chairman .chairman-position {
            margin-top: 3px;
            font-size: 12px;
        }

        #slidebanner-chairman .carousel-control-prev,
        #slidebanner-chairman .carousel-control-next,
        #slidebanner-chairman .carousel-indicators button {
            display: none;
        }

    #slidebanner .carousel-control-prev,
    #slidebanner .carousel-control-next,
    #slidebanner .carousel-indicators button {
        display: none;
    }

    .activity-content h3,
    .management-system-content h3,
    .training-program-content h3 {
        font-size: 12px;
    }

    .training-program-content p {
        display: none;
    }

    .contactus-row {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contactus-map,
    .contactus-form {
        width: 100%;
        min-width: 0;
    }

    .album-category-card {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 140px;
        padding: 25px;
        background: #fff;
        border: 1px solid #e3eaf3;
        border-radius: 10px;
        text-decoration: none;
        transition: all 0.25s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }

        .album-category-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
            border-color: #0d6efd;
        }

    .album-category-name {
        font-size: 12px;
    }

    .album-category-grid,
    .album-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .album-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px;
        align-items: start;
    }

    .album-card {
        display: block;
        overflow: hidden;
        background: #fff;
        border: 1px solid #e3eaf3;
        border-radius: 10px;
        text-decoration: none;
        transition: all 0.25s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }

        .album-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.10);
        }

    .album-title {
        font-size: 20px;
    }

    .album-card-category {
        font-size: 12px;
    }

    .album-card-title {
        font-size: 14px;
    }

    .album-card-desc {
        display: none;
    }

    .album-card-date {
        font-size: 12px;
    }

    .album-image-wrapper {
        width: 100%;
        overflow: hidden;
    }

        .album-image-wrapper img {
            width: 100%;
            height: 100px;
        }

    .album-photo {
        overflow: hidden;
        background: #fff;
        border: 1px solid #e3eaf3;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    }

        .album-photo img {
            width: 100%;
            height: 100px;
            object-fit: cover;
        }

        .album-photo:hover img {
            transform: scale(1.03);
        }

        .album-photo:hover img {
            transform: scale(1.03);
        }

    .committee-section, .consultant-section, .officer-section, .audit-section {
        width: 100%;
    }

    .committee-header, .consultant-header, .officer-header, .audit-header {
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 1.5;
        padding-bottom: 10px;
    }

    .committee-president, .consultant-honorary, .officer-president {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 25px;
    }

        .committee-president .committee-card, .consultant-honorary .consultant-card, .officer-president .officer-card {
            width: 260px;
            max-width: 100%;
        }

    .committee-grid, .consultant-grid, .officer-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        width: 100%;
    }

    .committee-card, .consultant-card, .officer-card, .audit-card {
        width: 100%;
        max-width: 260px;
        margin: 0 auto;
        padding: 10px;
        border-radius: 10px;
    }

        .committee-card img, .consultant-card img, .officer-card img, .audit-card img {
            width: 100%;
            max-width: 220px;
            height: auto;
            aspect-ratio: 220 / 367;
            display: block;
            margin: 0 auto;
            border-radius: 8px;
            object-fit: cover;
            object-position: center;
        }

    .committee-name, .consultant-name {
        margin-top: 10px;
        font-size: 15px;
        line-height: 1.5;
        white-space: normal;
        overflow: visible;
        text-align: center;
    }

    .committee-position, .consultant-position {
        margin-top: 4px;
        font-size: 13px;
        line-height: 1.5;
        color: #6c757d;
        white-space: normal;
    }

    .audit-grid {
        grid-template-columns: 1fr;
        gap: 15px;
        width: 100%;
    }
}



















































/*Error*/
.error-page {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.error-code {
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
    color: #0d6efd;
}

.error-page h1 {
    margin-top: 20px;
    font-size: 28px;
}

.error-page p {
    color: #6c757d;
}
