
/*End Drop Sharepoint*/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, p {
    margin: 0;
}

a {
    text-decoration: none;
}

body {
    font-family: "Sarabun", Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    /*background: linear-gradient(to bottom, rgba(224, 224, 224, 0.7), rgba(255, 255, 255, 0.7)) !important;*/
}

.container {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    position: relative;
}

img {
    max-width: 100%;
    height: auto;
}

.title-section {
    color: #005126;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
}

@media (max-width: 768px) {
    .title-section {
        font-size: 28px;
        line-height: 28px;
    }
}

@media (max-width: 425px) {
    .title-section {
        font-size: 22px;
        line-height: 22px;
    }
}

.header {
    position: inherit;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

.header .header-top {
    padding: 20px 0;
}

.header .header-top .header-top-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header-top .header-top-inner .logo {
    display: flex;
}

.header .header-top .header-top-inner .logo img {
    height: 80px;
}

@media (max-width: 768px) {
    .header .header-top .header-top-inner .container-logo {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.header .header-top .header-top-inner .mobile-menu-btn {
    width: 36px;
    height: 36px;
    display: none;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    padding: 12px;
    border-radius: 4px;
    color: #fff;
    background-color: #005126;
}

@media (max-width: 768px) {
    .header .header-top .header-top-inner .mobile-menu-btn {
        display: flex;
    }
}

.header .header-top .header-top-inner .header-contact {
    display: flex;
    gap: 30px;
}

.header .header-top .header-top-inner .header-contact .contact-item {
    display: flex;
    gap: 4px;
}

.header .header-top .header-top-inner .header-contact .contact-item .item-icon {
    color: #005126;
}

.header .header-top .header-top-inner .header-contact .contact-item .item-text {
    font-size: 16px;
    line-height: 22px;
}

.header .header-top .header-top-inner .header-contact .contact-item .item-text span {
    display: block;
    color: #005126;
    font-weight: 700;
    margin-bottom: 4px;
}

.header .header-top .header-top-inner .header-contact .contact-item .item-text a {
    color: #454545;
    text-decoration: none;
}

@media (max-width: 768px) {
    .header .header-top .header-top-inner .header-contact {
        display: none;
    }
}

@media (max-width: 768px) {
    .header .header-menu {
        display: none;
    }
}

.header .header-menu .header-menu-inner {
    background: #8B0000;
    padding: 12px 32px;
    border-radius: 8px;
}

@media (max-width: 1200px) {
    .header .header-menu .header-menu-inner {
        padding: 12px;
    }
}

.header .header-menu .header-menu-inner .header-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
}

.header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item {
    position: relative;
}

.header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    gap: 8px;
    text-transform: uppercase;
}

.header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item a.home-link {
    color: #ffc702;
}

.header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item a:hover {
    opacity: #005126;
}

.header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item a i {
    transition: transform 0.3s ease;
}

.header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item.active a, .header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item:hover a {
    color: #ffc702;
}

.header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item.active i, .header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item:hover i {
    transform: rotate(180deg);
}

@media (max-width: 1200px) {
    .header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list {
        gap: 18px;
    }

    .header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item a {
        font-size: 14px;
        gap: 4px;
    }
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu {
    display: flex;
    align-items: center;
    gap: 16px;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .search-btn {
    cursor: pointer;
    color: #fff;
    background: none;
    border: 0;
    padding: 0;
    min-width: auto;
    margin: 0;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher {
    position: relative;
    cursor: pointer;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher .lang-current {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 11px 14px;
    border-radius: 4px;
    border: 1px solid #fff;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher .lang-current img {
    width: 16px;
    height: 16px;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher .lang-current i {
    color: #fff;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher .lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    background: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 100;
    list-style-type: none;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher .lang-dropdown li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher .lang-dropdown li a img {
    width: 16px;
    height: 16px;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher .lang-dropdown li a:hover {
    background: #f5f5f5;
    color: #005126;
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher.active .lang-current i {
    transform: rotate(180deg);
}

.header .header-menu .header-menu-inner .header-menu-top .right-menu .lang-switcher.active .lang-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.header .header-menu .header-menu-inner .menu-child-list {
    display: none;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease-out;
}

.header .header-menu .header-menu-inner .menu-child-list .item-link a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding: 4px;
    border-bottom: 1px solid transparent;
}

.header .header-menu .header-menu-inner .menu-child-list .item-link a:hover {
    color: #ffc702;
    border-color: #ffc702;
}

.header .header-menu .header-menu-inner .menu-child-list .item-link.active a {
    color: #ffc702;
    border-color: #ffc702;
}

.header .header-menu .header-menu-inner .menu-child-list.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    margin-top: 10px;
}

.header .header-menu .header-menu-inner .menu-child-list.active .menu-child-introduce {
    display: flex;
    align-items: center;
    justify-content: start;
    list-style: none;
    gap: 10px 30px;
    max-width: 50%;
    flex-wrap: wrap;
    margin: auto;
}

.header .header-menu .header-menu-inner .menu-child-list.active .menu-child-introduce .item-link {
    width: 29%;
}

.header .header-menu .header-menu-inner .menu-child-list.active .menu-child-product {
    display: flex;
    gap: 30px;
    margin-left: 172px;
}

.header .header-menu .header-menu-inner .menu-child-list.active .menu-child-product .child-item .item-title {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.header .header-menu .header-menu-inner .menu-child-list.active .menu-child-product .child-item .item-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.header .header-menu .header-menu-inner .menu-child-list.active .menu-child-event {
    display: flex;
    align-items: center;
    justify-content: start;
    list-style: none;
    gap: 10px 30px;
    max-width: 50%;
    flex-wrap: wrap;
    margin: auto;
}

.header .header-menu .header-menu-inner .menu-child-list.active .menu-child-event .item-link {
    width: 42%;
}

.header .header-menu .header-menu-inner .menu-child-list.active .menu-child-legal, .header .header-menu .header-menu-inner .menu-child-list.active .menu-child-media {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    gap: 10px 30px;
    flex-wrap: wrap;
    margin: auto;
}

@media (max-width: 768px) {
    .header .header-top {
        padding: 12px 0;
    }

    .header .header-top .header-top-inner {
        flex-direction: column;
        gap: 16px;
    }

    .header .header-top .header-top-inner .logo img {
        height: 60px;
    }

    .header .header-top .header-top-inner .header-contact {
        width: 100%;
        justify-content: space-between;
    }

    .header .header-top .header-top-inner .header-contact .contact-item {
        align-items: center;
    }

    .header .header-top .header-top-inner .header-contact .contact-item .item-icon {
        display: flex;
    }

    .header .header-top .header-top-inner .header-contact .contact-item .item-text span {
        display: none;
    }
}

.banner-section {
    position: relative;
    height: 100vh;
    margin-top: 0;
    color: #fff;
    min-height: 560px;
}

@media (max-width: 768px) {
    .banner-section {
        height: 55vh;
    }
}

.banner-section .swiper {
    width: 100%;
    height: 100%;
}

.banner-section .swiper-slide {
    position: relative;
    background-size: cover;
    background-position: center;
}

.banner-section .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, rgba(71, 71, 71, 0.6) 100%);
    background-blend-mode: multiply;
}

.banner-section .slide-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: end;
    padding-bottom: 21vh;
    color: #333;
	text-align: center;
}

.banner-section .slide-content .sub-title {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(20px);
    color: #333;
    transition: transform 0.8s ease, opacity 0.8s ease;
    text-transform: uppercase;
}

.banner-section .slide-content .title {
    font-size: 48px;
    line-height: 66px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(20px);
    color: #000;
    transition: transform 0.8s ease, opacity 0.8s ease;
    text-transform: uppercase;
}

.banner-section .slide-content .content {
    max-width: 540px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 16px auto 0;
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.8s ease, opacity 0.8s ease;
    text-align: center;
}

.banner-section .slide-content .play-video {
    display: inline-flex;
    align-items: center;
    padding: 7px 20px;
    border: 0;
    background: #fff;
    color: #FF0000;
    cursor: pointer;
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.8s ease, opacity 0.8s ease;
    margin-top: 40px;
    border-radius: 20px;
}

.banner-section .slide-content .play-video i {
    font-size: 24px;
}

.banner-section .slide-content .play-video .text {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-right: 8px;
}

.banner-section .slide-content .play-video img {
    width: 56px;
}

@media (max-width: 768px) {
    .banner-section .slide-content {
        padding-bottom: 16vh;
    }

    .banner-section .slide-content .title {
        font-size: 32px;
        line-height: 40px;
    }
}

@media (max-width: 576px) {
    .banner-section .slide-content .sub-title {
        font-size: 20px;
        line-height: 28px;
    }

    .banner-section .slide-content .title {
        font-size: 28px;
        line-height: 36px;
    }
}

.banner-section .swiper-slide-active .slide-content .title,
.banner-section .swiper-slide-active .slide-content .sub-title,
.banner-section .swiper-slide-active .slide-content .content,
.banner-section .swiper-slide-active .slide-content .play-video {
    opacity: 1;
    transform: translateY(0);
}

.banner-section .swiper-button-prev,
.banner-section .swiper-button-next {
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #ffc702;
    border-radius: 50%;
    color: #ffc702;
}

.banner-section .swiper-button-prev::after,
.banner-section .swiper-button-next::after {
    font-size: 18px;
}

@media (max-width: 768px) {
    .banner-section .swiper-button-prev,
    .banner-section .swiper-button-next {
        display: none;
    }
}

.banner-section .swiper-button-prev {
    left: calc(50% - 600px);
    transform: translateX(-50%);
}

.banner-section .swiper-button-next {
    left: calc(50% + 600px);
    transform: translateX(-50%);
}

.banner-section .swiper-pagination-bullets {
    bottom: 9vh !important;
}

.banner-section .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background: #e7e7e7;
    opacity: 1;
    border-radius: 8px;
}

.banner-section .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #ffc702;
}

@media (max-width: 1440px) {
    .banner-section .swiper-button-prev {
        left: 10px;
        transform: none;
    }

    .banner-section .swiper-button-next {
        right: 10px;
        left: auto;
        transform: none;
    }
}

.news-section {
    padding: 47px 0 53px 0;
}

.news-section .news-title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.news-section .news-title-block .list-tab-news {
    display: flex;
    gap: 24px;
    list-style: none;
    padding: 0;
}

.news-section .news-title-block .list-tab-news .tab-item a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #a0a0a0;
    text-decoration: none;
    padding: 4px;
    /* border-bottom: 1px solid transparent;  */
}

.news-section .news-title-block .list-tab-news .tab-item a:hover {
    color: #005126;
    /* border-color: #005126;  */
}

.news-section .news-title-block .list-tab-news .tab-item.active a {
    color: #005126;
    /* border-color: #005126;  */
}

@media (max-width: 768px) {
    .news-section .news-title-block {
        flex-direction: column;
        align-items: start;
    }

    .news-section .news-title-block .list-tab-news {
        flex-wrap: wrap;
        gap: 4px;
    }
}

.news-section .news-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 24px 30px;
    margin-top: 24px;
}

.news-section .news-list .news-item.news-main {
    grid-column: span 2;
    grid-row: span 2;
    background-color: lightgray;
    border-radius: 8px;
    position: relative;
}

.news-section .news-list .news-item.news-main:hover .item-img img {
    transform: scale(1.05);
}

.news-section .news-list .news-item.news-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 76.04%);
    border-radius: 8px;
}

.news-section .news-list .news-item.news-main .item-img {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 8px;
}

.news-section .news-list .news-item.news-main .item-img img {
    transition: transform 0.4s ease;
}

.news-section .news-list .news-item.news-main .item-img img:hover {
    transform: scale(1.05);
}

.news-section .news-list .news-item.news-main .item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px;
    width: 100%;
    z-index: 3;
}

.news-section .news-list .news-item.news-main .item-content .title {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
}

.news-section .news-list .news-item.news-main .item-content .title:hover {
    color: #ffc702;
}

.news-section .news-list .news-item.news-main .item-content .des {
    color: #fff;
    line-clamp: 3;
    -webkit-line-clamp: 3;
}

.news-section .news-list .news-item.news-main .item-content .date i {
    color: #fff;
}

.news-section .news-list .news-item .item-img {
    width: 100%;
    min-width: 100%;
    /* aspect-ratio: 255/180; */
    display: flex;
}

.news-section .news-list .news-item .item-img img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.4s ease;
}

.news-section .news-list .news-item .item-img img:hover {
    transform: scale(1.05);
}

.news-section .news-list .news-item .item-content {
    margin-top: 10px;
}

.news-section .news-list .news-item .item-content .title {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.news-section .news-list .news-item .item-content .title:hover {
    color: #005126;
}

.news-section .news-list .news-item .item-content .date {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #a0a0a0;
    margin-top: 8px;
}

.news-section .news-list .news-item .item-content .date i {
    font-size: 20px;
}

.news-section .news-list .news-item .item-content .date span {
    font-size: 14px;
    line-height: 20px;
}

.news-section .news-list .news-item .item-content .des {
    margin-top: 8px;
    font-size: 16px;
    line-height: 22px;
    color: #454545;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: justify;
}

@media (max-width: 991px) {
    .news-section .news-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .news-section .news-list {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
}

@media (max-width: 375px) {
    .news-section .news-list {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .news-section .news-list .news-item.news-main {
        grid-column: auto;
        grid-row: auto;
    }

    .news-section .news-list .news-item .item-content {
        margin-top: 4px;
    }
}

.news-section .view-all {
    border: 1px solid #005126;
    border-radius: 4px;
    height: 42px;
    color: #005126;
    padding: 8px 32px;
    display: block;
    margin: 0 auto;
    margin-top: 24px;
    background: #fff;
    transition: all 0.3 ease-in-out;
    cursor: pointer;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.news-section .view-all:hover {
    background: #005126;
    color: #fff;
}

.video-section {
    padding: 60px 0;
    background: #f5f5f5;
}

.video-section .video-wrapper {
    position: relative;
    margin-top: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.video-section .video-wrapper .main-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #000;
}

.video-section .video-wrapper .main-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-section .video-wrapper .main-video .video-content {
    position: absolute;
    padding-left: 24px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%);
    display: flex;
    align-items: center;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.video-section .video-wrapper .main-video .video-content .video-title .sub-title {
    font-size: 24px;
    font-weight: 700;
    color: #FFC702;
    text-transform: uppercase;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .video-section .video-wrapper .main-video .video-content .video-title .sub-title {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .video-section .video-wrapper .main-video .video-content .video-title .sub-title {
        font-size: 14px;
    }
}

.video-section .video-wrapper .main-video .video-content .video-title .title {
    font-size: 48px;
    font-weight: 700;
    color: #FFC702;
    text-transform: uppercase;
    max-width: 540px;
    line-height: 1.2;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .video-section .video-wrapper .main-video .video-content .video-title .title {
        font-size: 24px;
        max-width: 320px;
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .video-section .video-wrapper .main-video .video-content .video-title .title {
        font-size: 18px;
        max-width: 200px;
    }
}

.video-section .video-wrapper .main-video .video-content .play-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    cursor: pointer;
}

.video-section .video-wrapper .main-video .video-content .play-btn span {
    font-size: 20px;
    font-weight: 500;
}

.video-section .video-wrapper .main-video .video-content .play-btn .play-video {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.3s ease;
}

.video-section .video-wrapper .main-video .video-content .play-btn .play-video .text {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

@media (max-width: 768px) {
    .video-section .video-wrapper .main-video .video-content .play-btn .play-video .text {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .video-section .video-wrapper .main-video .video-content .play-btn .play-video .text {
        font-size: 14px;
    }
}

.video-section .video-wrapper .main-video .video-content .play-btn .play-video img {
    width: 56px;
    height: 56px;
}

@media (max-width: 768px) {
    .video-section .video-wrapper .main-video .video-content .play-btn .play-video img {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 576px) {
    .video-section .video-wrapper .main-video .video-content .play-btn .play-video img {
        width: 24px;
        height: 24px;
    }
}

.video-section .video-wrapper .main-video .video-content .play-btn .play-video:hover {
    transform: scale(1.1);
}

.video-section .video-wrapper .main-video.playing .video-content {
    opacity: 0;
    pointer-events: none;
}

.video-section .video-list {
    margin-top: -165px;
    padding: 0 24px;
    position: relative;
    z-index: 3;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.video-section .video-list.hidden {
    display: none;
}

.video-section .video-list .swiper-wrapper {
    display: flex;
    gap: 8px;
}

.video-section .video-list .video-item {
    width: 255px;
    cursor: pointer;
}

.video-section .video-list .video-item.active .video-thumbnail {
    border-color: #fff;
}

.video-section .video-list .video-item .video-thumbnail {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 4px;
    border: 2px solid transparent;
    overflow: hidden;
}

.video-section .video-list .video-item .video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-section .video-list .video-item .video-thumbnail .duration {
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 4px 8px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 12px;
    border-radius: 4px;
}

.video-section .video-list .video-item .video-thumbnail .play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    opacity: 0;
    transition: all 0.3s ease;
}

.video-section .video-list .video-item .video-thumbnail:hover .play-icon {
    opacity: 1;
}

.video-section .video-section-inner:hover .video-list {
    opacity: 1 !important;
}

.ms-webpartzone-cell {
    margin: auto 0 !important;
}

@media (max-width: 768px) {
    .video-section .video-list {
        margin-top: 24px;
        padding: 0;
    }
}

.products-section {
    padding: 30px 0;
}

.products-section .products-section-inner .product-categories {
    margin-top: 19px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 27px;
}

@media (max-width: 576px) {
    .products-section .products-section-inner .product-categories {
        gap: 12px;
    }
}

.products-section .products-section-inner .product-categories .category {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 542/618;
}

.products-section .products-section-inner .product-categories .category .category-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left;
    transition: transform 0.4s ease;
}

.products-section .products-section-inner .product-categories .category .category-title {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 33px;
    line-height: 36px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 37px;
	font-weight: bold;
}

@media (max-width: 991px) {
    .products-section .products-section-inner .product-categories .category .category-title {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 768px) {
    .products-section .products-section-inner .product-categories .category .category-title {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 425px) {
    .products-section .products-section-inner .product-categories .category .category-title {
        font-size: 16px;
        line-height: 20px;
    }
}

.products-section .products-section-inner .product-categories .category:hover .category-img {
    transform: scale(1.25);
}

.products-section .products-section-inner .product-categories .category:hover .category-title {
    color: #ffc702;
}

.members-section .members-section-inner {
    padding-bottom: 46px;
}

.members-section .members-section-inner .title-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.members-section .members-section-inner .title-block .see-more {
    color: #005126;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    text-decoration: none;
    padding: 4px;
    border-bottom: 1px solid #005126;
}

.members-section .members-section-inner .member-slider-wrap {
    margin-top: 24px;
    position: relative;
}

.members-section .members-section-inner .member-slider-wrap .swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.members-section .members-section-inner .member-slider-wrap .swiper-slide .item-img {
    width: 100%;
    max-width: 135px;
}

.members-section .members-section-inner .member-slider-wrap .swiper-slide .item-name {
    margin-top: 8px;
    color: #454545;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
}

.members-section .members-section-inner .member-slider-wrap .swiper-button-prev,
.members-section .members-section-inner .member-slider-wrap .swiper-button-next {
    width: 32px;
    height: 32px;
    background: #005126;
    border: 2px solid transparent;
    border-radius: 50%;
    color: #fff;
}

.members-section .members-section-inner .member-slider-wrap .swiper-button-prev::after,
.members-section .members-section-inner .member-slider-wrap .swiper-button-next::after {
    font-size: 18px;
}

.members-section .members-section-inner .member-slider-wrap .swiper-button-prev.swiper-button-disabled,
.members-section .members-section-inner .member-slider-wrap .swiper-button-next.swiper-button-disabled {
    opacity: 0.8;
    border-color: #005126;
    background: transparent;
    color: #005126;
}

.members-section .members-section-inner .member-slider-wrap .swiper-button-prev {
    left: -60px;
}

.members-section .members-section-inner .member-slider-wrap .swiper-button-next {
    right: -60px;
}

@media (max-width: 1280px) {
    .members-section .members-section-inner .member-slider-wrap .swiper-button-prev {
        left: -30px;
    }

    .members-section .members-section-inner .member-slider-wrap .swiper-button-next {
        right: -30px;
    }
}

@media (max-width: 760px) {
    .members-section .members-section-inner .member-slider-wrap .swiper-button-prev {
        left: 0;
    }

    .members-section .members-section-inner .member-slider-wrap .swiper-button-next {
        right: 0;
    }
}

.members-section .members-section-inner .government-units {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 46px;
}

@media (max-width: 991px) {
    .members-section .members-section-inner .government-units {
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .members-section .members-section-inner .government-units {
        flex-direction: column;
    }

    .members-section .members-section-inner .government-units .government-item .item-content .img-logo {
        height: 62px;
    }

    .members-section .members-section-inner .government-units .government-item .item-content .name {
        font-size: 20px;
        line-height: 24px;
    }
}

.members-section .members-section-inner .government-units .government-item .img-banner {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.footer {
    border-top: 1px solid #b7b7b7;
}

.footer .container .footer-content {
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

@media (max-width: 425px) {
    .footer .container .footer-content {
        padding: 24px 0;
    }
}

.footer .container .footer-content .footer-logo img {
    height: 80px;
}

.footer .container .footer-content .footer-main .footer-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto auto;
    gap: 8px;
}

.footer .container .footer-content .footer-main .footer-info .footer-info-item:nth-child(5) {
    grid-column: span 2;
}

.footer .container .footer-content .footer-main .footer-info .footer-info-item {
    display: flex;
    gap: 4px;
}

.footer .container .footer-content .footer-main .footer-info .footer-info-item .item-icon {
    color: #005126;
}

.footer .container .footer-content .footer-main .footer-info .footer-info-item .item-content {
    font-size: 16px;
    line-height: 22px;
    color: #333;
    text-decoration: none;
}

@media (max-width: 425px) {
    .footer .container .footer-content .footer-main .footer-info {
        grid-template-columns: 1fr;
    }

    .footer .container .footer-content .footer-main .footer-info .footer-info-item:nth-child(5) {
        grid-column: 1;
    }
}

.footer .container .footer-content .footer-main .social-links {
    display: flex;
    gap: 8px;
    margin-top: 16px;
}

.footer .container .footer-content .footer-main .social-links .item-link img {
    width: 32px;
}

.footer .container .footer-content .footer-link {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer .container .footer-content .footer-link .item-link {
    text-decoration: none;
    padding: 4px;
    color: #3b3b3b;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
}

.footer .container .footer-content .footer-link .item-link:hover {
    color: #005126;
}

.footer .container .footer-content .footer-status {
    background: #25964f;
    padding: 8px 16px;
    border-radius: 8px;
    width: 250px;
    height: max-content;
}

.footer .container .footer-content .footer-status .item {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.footer .container .footer-content .footer-status .item:not(:last-child) {
    margin-bottom: 2px;
}

.footer .container .footer-content .footer-status .item span {
    color: #ffc702;
    font-weight: 500;
}

.footer .copyright {
    background: #005126;
    text-align: center;
    padding: 16px 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #fff;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 1000;
    transition: left 0.3s ease-in-out;
    overflow-y: auto;
    padding-bottom: 100px;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu .mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #eee;
}

.mobile-menu .mobile-menu-header img {
    height: 40px;
}

.mobile-menu .mobile-menu-header .close-menu {
    background: none;
    border: none;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    min-width: auto;
    margin: 0 -10px 0 0;
    padding: 2px 10px;
}

.mobile-menu .mobile-nav {
    padding: 20px;
}

.mobile-menu .mobile-nav .mobile-lang-switcher {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-current {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    background: #f5f5f5;
    border-radius: 4px;
    cursor: pointer;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-current img {
    width: 20px;
    height: 20px;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-current span {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-current i {
    margin-left: auto;
    color: #666;
    transition: transform 0.3s ease;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-dropdown {
    display: none;
    margin-top: 8px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    list-style-type: none;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-dropdown li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-dropdown li a img {
    width: 20px;
    height: 20px;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-dropdown li a span {
    font-size: 16px;
}

.mobile-menu .mobile-nav .mobile-lang-switcher .lang-dropdown li a:hover {
    background: #f5f5f5;
    color: #005126;
}

.mobile-menu .mobile-nav .mobile-lang-switcher.active .lang-current i {
    transform: rotate(180deg);
}

.mobile-menu .mobile-nav .mobile-lang-switcher.active .lang-dropdown {
    display: block;
}

.mobile-menu .mobile-nav .mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item {
    margin-bottom: 10px;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item .home-link {
    color: #005126;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item a i {
    transition: transform 0.3s ease;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item a.active {
    color: #005126;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item a.active + .mobile-submenu {
    display: block;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item a.active i {
    transform: rotate(180deg);
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item .mobile-submenu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item .mobile-submenu li {
    margin-bottom: 8px;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item .mobile-submenu li a {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 0;
    color: #666;
}

.mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item .mobile-submenu li a:hover, .mobile-menu .mobile-nav .mobile-menu-list .mobile-menu-item .mobile-submenu li a.active {
    color: #005126;
}

.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #25964F;
    color: #fff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    transform: translateY(-5px);
}

/*# sourceMappingURL=style.css.map */
.display-grid {
    /* display: grid; */
}

.ms-webpart-zone,
.ms-webpart-cell-vertical-inline-table,
.ms-webpart-chrome {
    display: block !important;
}

/* Giới thiệu section styles */
.gioithieu-news-section {
    padding: 60px 0;
    background: #fff;
}

.gioithieu-news-title-block {
    margin-bottom: 40px;
}

.gioithieu-news-title-block .title-section {
    font-size: 32px;
    font-weight: 700;
    color: #1B3864;
    margin-bottom: 24px;
    text-align: center;
    margin: 0 !important;
}

.gioithieu-list-tab-news {
    display: flex;
    justify-content: center;
    gap: 32px;
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #E6E8EC;
}

.gioithieu-list-tab-news .tab-item {
    padding-bottom: 16px;
    position: relative;
}

.gioithieu-list-tab-news .tab-item a {
    color: #777E90;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.gioithieu-list-tab-news .tab-item.active a {
    color: #1B3864;
}

.gioithieu-list-tab-news .tab-item.active::after {
    content: '';
    /* position: absolute; */
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #1B3864;
}

/* Tab content styles */
.gioithieu-tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gioithieu-tab-content.active {
    display: block;
    opacity: 1;
}

/* Timeline styles */
.gioithieu-timeline-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
}

.gioithieu-timeline-info {
    display: flex;
    gap: 30px;
    width: 100%;
}

.gioithieu-timeline-info .gioithieu-info-image {
    width: 33.33%;
    flex-shrink: 0;
}

.gioithieu-timeline-info .gioithieu-info-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.gioithieu-timeline-info .gioithieu-info-content {
    width: 66.67%;
}

.gioithieu-info-title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
}

.gioithieu-info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.gioithieu-info-list li {
    /* position: relative; */
    padding-left: 20px;
    margin-bottom: 15px;
    line-height: 1.6;
    color: #666;
}

.gioithieu-info-list li:before {
    content: "";
    /* position: absolute; */
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    background-color: #0066CC;
    border-radius: 50%;
}

.gioithieu-timeline-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding-top: 2rem;
    border-top: 1px solid #eee;
    overflow-x: auto;
}

.gioithieu-timeline-item {
    flex: 0 0 auto;
    cursor: pointer;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.gioithieu-timeline-item.active {
    background-color: #007bff;
}

.gioithieu-timeline-year {
    font-weight: 600;
    color: #555;
}

.gioithieu-timeline-item.active .gioithieu-timeline-year {
    color: #fff;
}

@media (max-width: 768px) {
    .gioithieu-timeline-navigation {
        padding: 1rem 0;
        justify-content: flex-start;
    }

    .gioithieu-timeline-item {
        padding: 0.5rem;
    }

    .gioithieu-timeline-year {
        font-size: 0.9rem;
    }
}

/* Giới thiệu news list styles */
.gioithieu-news-list {
    display: grid;
    gap: 24px;
    margin-top: 24px;
}

.gioithieu-news-list .gioithieu-news-item.gioithieu-news-main {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.gioithieu-news-list .gioithieu-news-item.gioithieu-news-main:hover .gioithieu-item-img img {
    transform: scale(1.05);
}

.gioithieu-news-list .gioithieu-news-item.gioithieu-news-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
}

.gioithieu-news-list .gioithieu-news-item.gioithieu-news-main .gioithieu-item-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.gioithieu-news-list .gioithieu-news-item.gioithieu-news-main .gioithieu-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gioithieu-news-list .gioithieu-news-item.gioithieu-news-main .gioithieu-item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px;
    z-index: 2;
    color: #fff;
}

.gioithieu-news-list .gioithieu-news-item.gioithieu-news-main .gioithieu-item-content .gioithieu-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}

.gioithieu-news-list .gioithieu-news-item.gioithieu-news-main .gioithieu-item-content .gioithieu-title:hover {
    color: #007bff;
}

.gioithieu-news-list .gioithieu-news-item.gioithieu-news-main .gioithieu-item-content .gioithieu-des {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
}

.gioithieu-news-list .gioithieu-news-item.gioithieu-news-main .gioithieu-item-content .gioithieu-date i {
    margin-right: 8px;
}

.gioithieu-news-list .gioithieu-news-item .gioithieu-item-img {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 8px;
}

.gioithieu-news-list .gioithieu-news-item .gioithieu-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gioithieu-news-list .gioithieu-news-item .gioithieu-item-img img:hover {
    transform: scale(1.05);
}

.gioithieu-news-list .gioithieu-news-item .gioithieu-item-content {
    padding: 16px 0;
}

.gioithieu-news-list .gioithieu-news-item .gioithieu-item-content .gioithieu-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gioithieu-news-list .gioithieu-news-item .gioithieu-item-content .gioithieu-title:hover {
    color: #007bff;
}

.gioithieu-news-list .gioithieu-news-item .gioithieu-item-content .gioithieu-date {
    display: flex;
    align-items: center;
    color: #777;
    font-size: 14px;
}

.gioithieu-news-list .gioithieu-news-item .gioithieu-item-content .gioithieu-date i {
    margin-right: 8px;
}

.gioithieu-news-list .gioithieu-news-item .gioithieu-item-content .gioithieu-date span {
    margin-left: 8px;
}

.gioithieu-news-list .gioithieu-news-item .gioithieu-item-content .gioithieu-des {
    font-size: 14px;
    line-height: 1.5;
    color: #555;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 375px) {
    .gioithieu-news-list {
        gap: 16px;
    }

    .gioithieu-news-list .gioithieu-news-item .gioithieu-item-content {
        padding: 12px 0;
    }
}

/* Member Units Styles */
.member-units {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 20px 0;
}

.member-item {
    display: flex;
    gap: 30px;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.member-logo {
    flex: 0 0 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #f8f8f8;
    border-radius: 8px;
}

.member-logo img {
    max-width: 100%;
    height: auto;
}

.member-info {
    flex: 1;
    position: relative;
    font-family: "Sarabun", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 2 !important;
}

.member-name {
    font-size: 20px;
    font-weight: 600;
    color: #006838;
    margin-bottom: 15px;
    font-family: "Sarabun", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.member-contact {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "Sarabun", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.member-contact li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    color: #555;
    font-family: "Sarabun", Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
}

.member-contact li i {
    color: #006838;
    width: 16px;
}

.btn-website {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    background: #006838;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
    position: absolute;
    right: 0;
    bottom: 0;
}

.btn-website:hover {
    background: #005229;
}

/* Responsive styles */
@media (max-width: 768px) {
    .member-item {
        flex-direction: column;
        gap: 20px;
    }

    .member-logo {
        flex: 0 0 auto;
    }

    .btn-website {
        position: static;
        margin-top: 20px;
    }
}

.member-info a:hover,
.member-info a:active {
    text-decoration: none !important;
}

.member-info a:visited {
    color: white !important; /* hoặc một màu bạn muốn */
    text-decoration: none !important;
}

.member-info h4 {
    color: black;
    font-weight: bold;
}

/* Pagination */
.page-two-pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 40px;
}

.page-two-pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.page-two-pagination a:hover,
.page-two-pagination a.active {
    background: #0066cc;
    color: #fff;
}


/* News Detail Styles */

.news-detail-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.4;
}

.news-detail-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
}

.news-detail-description {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 20px;
    font-style: italic;
}

.news-detail-content {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    margin-bottom: 30px;
}

.news-detail-content p {
    margin-bottom: 15px;
}

.news-detail-source {
    margin-bottom: 30px;
    color: #666;
    font-size: 14px;
}

.news-detail-source a {
    color: #0066cc;
    text-decoration: none;
}

.news-detail-source a:hover {
    text-decoration: underline;
}

/* Action Buttons */
.news-detail-actions {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin: 20px 0;
    justify-content: flex-end;
}

.news-detail-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    min-width: auto !important;
}

.news-detail-btn:hover {
    transform: scale(1.1);
    background: #f5f5f5;
}

.news-detail-btn i {
    font-size: 18px;
    color: #333;
}

.news-detail-btn .btn-text {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    min-width: auto !important;
    width: auto !important;
}

.news-detail-btn:hover .btn-text {
    opacity: 1;
    visibility: visible;
}

.news-detail-btn .btn-text::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid transparent;
    border-top-color: #fff;
}

.news-detail-rating {
    margin: 2rem 0;
    padding: 1.5rem;
    background-color: #f8f9fa;
    border-radius: 8px;
}

.news-detail-rating h3 {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    color: #333;
    font-weight: 600;
}

.ratting_total {
    width: 100% !important;
    max-width: 400px;
    margin: 0 auto !important;
    background-color: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.ratting_total .inner {
    background-color: white;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 15px;
    border: 2px solid #ffb234;
	justify-content: space-between;
}

.rating {
    float: none !important;
    width: 40% !important;
    margin-right: 0 !important;
    text-align: center !important;
}

.rating-num {
    color: #333333 !important;
    font-size: 4rem !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    display: block;
    margin-bottom: 0.5rem;
}

.rating-stars {
    font-size: 1.25rem;
    color: #E3E3E3;
    margin-bottom: 0.5rem;
}

.rating-stars .active {
    color: #FFD700;
}

.rating-users {
    font-size: 0.875rem;
    color: #666;
}

.histo {
    float: none !important;
    width: 55% !important;
    font-size: 13px !important;
}

.histo-star {
    float: left;
    padding: 3px;
    width: 20%;
    color: #333;
}

.histo-rate {
    width: 100%;
    display: block;
    clear: both;
    margin: 5px 0;
}

.bar-block {
    margin-left: 5px;
    color: black;
    display: block;
    float: left;
    width: 75%;
    position: relative;
}

.bar {
    padding: 4px 0 !important;
    display: block;
    border-radius: 4px;
    transition: width 1s ease-in-out;
}

.bar span {
    padding: 0 4px;
}

.histo-rate:after {
    content: "";
    display: table;
    clear: both;
}

#bar-five {
    width: 0;
    background-color: #9FC05A;
}

#bar-four {
    width: 0;
    background-color: #ADD633;
}

#bar-three {
    width: 0;
    background-color: #FFD834;
}

#bar-two {
    width: 0;
    background-color: #FFB234;
}

#bar-one {
    width: 0;
    background-color: #FF8B5A;
}

@media (max-width: 768px) {
    .rating {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }

    .histo {
        width: 100%;
    }

    .rating-num {
        font-size: 2.5rem;
    }
}

.news-detail-comments {
    margin-bottom: 30px;
}

.news-detail-comments h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.news-detail-comment-form {
    margin-bottom: 20px;
}

.news-detail-comment-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 10px;
    resize: vertical;
    min-height: 100px;
}

.news-detail-comment-submit {
    padding: 8px 20px;
    background: #0066cc;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.news-detail-comment-submit:hover {
    background: #0055aa;
}

.news-detail-discussion {
    margin-bottom: 30px;
}

.news-detail-discussion h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.news-detail-related {
    margin: 30px 0;
}

.news-detail-related h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.news-detail-related-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.news-detail-related-item {
    display: flex;
    gap: 15px;
    text-decoration: none;
    color: #333;
    transition: transform 0.3s ease;
}

.news-detail-related-item:hover {
    transform: translateY(-5px);
}

.news-detail-related-img {
    width: 100px;
    height: 70px;
    border-radius: 4px;
    overflow: hidden;
}

.news-detail-related-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-detail-related-content {
    flex: 1;
}

.news-detail-related-content h4 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.4;
}

.news-detail-related-date {
    font-size: 12px;
    color: #666;
}

.news-detail-field-header {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    gap: 10px;
}

.news-detail-field-header .title {
    position: relative;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #bf1e2e;
    text-transform: uppercase;
    padding-bottom: 8px;
}

/* Rating Modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 8px;
    animation: modalFadeIn 0.3s;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.container_bc {
    margin: 0 auto !important;
    position: relative;
    width: 100% !important;
    padding: 15px !important;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 400px;
}

.container_bc .star-rating {
    text-align: center;
}

.container_bc .star-rating input {
    display: none;
}

.star-rating label {
    font-size: 25px;
    color: #444;
    padding: 10px;
    float: right;
    transition: all 0.2s ease;
    cursor: pointer;
}

input:not(:checked) ~ label:hover,
input:not(:checked) ~ label:hover ~ label {
    color: #fd4;
}

input:checked ~ label {
    color: #fd4;
}

input#rate-5:checked ~ label {
    color: #fe7;
    text-shadow: 0 0 20px #952;
}

.container_bc #btnEvent {
    display: none;
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    clear: both;
}

.container_bc #btnEvent:after {
    content: "";
    display: table;
    clear: both;
}

#Danh-sach-ratting {
    border: 0 !important;
    padding: 30px 0 !important;
    margin: 0 !important;
}

.btn {
    height: 45px;
    flex: 1;
}

#btnEvent .btn {
    margin: 0 5px;
    border-radius: 8px !important;
    border: 0 !important;
    color: #fff;
    padding: 7px 15px;
    height: auto;
    font-size: 14px !important;
}

.btn button {
    height: 100%;
    width: 100%;
    border: 1px solid #444;
    outline: none;
    background: #fe7;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.btn button:hover {
    background: #fd4;
}

#huybinhchon {
    display: none;
}

/* Rating Button */
.btn-rate {
    display: block;
    margin: 20px auto 0;
    padding: 12px 24px;
    background: #fe7;
    border: 1px solid #444;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-rate:hover {
    background: #fd4;
}

/* Văn bản styles */
.vanban-search {
    margin-bottom: 30px;
}

.vanban-title {
    font-size: 24px;
    font-weight: 600;
    color: #004D40;
    margin-bottom: 20px;
}

.vanban-search-form {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.vanban-search-input {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.vanban-search-input input {
    flex: 1;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.vanban-search-btn {
    background: #004D40;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.vanban-filters {
    display: flex;
    gap: 15px;
    align-items: center;
}

.vanban-filter-select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    min-width: 150px;
}

.vanban-date-filter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vanban-date-input {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.vanban-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.vanban-new-btn {
    background: #004D40;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.vanban-status-filters {
    display: flex;
    gap: 10px;
}

.vanban-status-btn {
    padding: 8px 15px;
    border: 1px solid #004D40;
    background: white;
    color: #004D40;
    border-radius: 4px;
    cursor: pointer;
}

.vanban-status-btn.active {
    background: #004D40;
    color: white;
}

.vanban-list {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.vanban-item {
    background: #efefef;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.vanban-item-content {
    flex: 1;
}

.vanban-item-title {
    margin-bottom: 10px;
}

.vanban-item-title a {
    color: #004D40;
    text-decoration: none;
    font-weight: 600;
}

.vanban-item-desc {
    color: #666;
    margin-bottom: 15px;
    line-height: 1.5;
}

.vanban-item-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    font-size: 13px;
    color: #666;
}

.vanban-meta-item a {
    color: #004D40;
    text-decoration: none;
}

.vanban-item-btn {
    background: #004D40;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
}

.vanban-sidebar {
    float: right;
    width: 28%;
    margin-top: 30px;
}

.vanban-sidebar-section {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.vanban-sidebar-title {
    color: #004D40;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.vanban-sidebar-list {
    list-style: none;
    padding: 0;
}

.vanban-sidebar-list li {
    margin-bottom: 10px;
}

.vanban-sidebar-list a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.vanban-sidebar-list a:hover {
    color: #004D40;
}

.vanban-item-actions a:visited {
    color: white !important; /* hoặc một màu bạn muốn */
    text-decoration: none !important;
}

/* Văn bản chi tiết */
.vanban-detail {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.vanban-detail-nav {
    display: flex;
    gap: 20px;
    border-bottom: 2px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.vanban-detail-nav a {
    color: #666;
    text-decoration: none;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.vanban-detail-nav a.active {
    background: #F7941D;
    color: #fff;
}

.vanban-detail-nav a:hover:not(.active) {
    background: #f5f5f5;
}

.vanban-detail-header {
    margin-bottom: 40px;
}

.vanban-detail-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
}

.vanban-detail-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.vanban-detail-body {
    line-height: 1.8;
    color: #333;
}

.vanban-detail-body h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 30px 0 20px;
    text-align: center;
    text-transform: uppercase;
}

.vanban-detail-body h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0 15px;
}

.vanban-detail-body p {
    margin-bottom: 15px;
    text-align: justify;
}

@media (max-width: 768px) {
    .vanban-detail {
        padding: 20px;
    }

    .vanban-detail-nav {
        flex-wrap: wrap;
        gap: 10px;
    }

    .vanban-detail-title {
        font-size: 20px;
    }

    .vanban-detail-info {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
}

/* Văn bản chi tiết - Tab styles */
.vanban-detail-tab {
    display: none;
}

.vanban-detail-tab.active {
    display: block;
}

/* Properties table styles */
.properties-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.properties-table tr {
    border-bottom: 1px solid #eee;
}

.properties-table tr:last-child {
    border-bottom: none;
}

.properties-table td {
    padding: 15px 10px;
}

.property-label {
    width: 200px;
    color: #666;
    font-weight: 500;
}

.property-value {
    color: #333;
}

/* Download tab styles */
.vanban-detail-download {
    padding: 20px 0;
}

.download-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 15px;
}

.download-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.download-icon {
    width: 40px;
    height: 40px;
    background: #e9ecef;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F7941D;
    font-size: 20px;
}

.download-details h4 {
    margin: 0 0 5px 0;
    color: #333;
    font-size: 16px;
}

.file-size {
    color: #666;
    font-size: 14px;
}

.download-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #F7941D;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.download-btn:hover {
    background: #e88a1a;
}

/* Document viewer styles */
.vanban-detail-document {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
}

.vanban-detail-document iframe {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .download-item {
        flex-direction: column;
        gap: 15px;
    }

    .download-info {
        width: 100%;
    }

    .download-btn {
        width: 100%;
        justify-content: center;
    }

    .property-label {
        width: 140px;
    }
}

.document-type-selector {
    margin-bottom: 20px;
    padding: 15px;
    background: #f5f5f5;
    border-radius: 8px;
}

.document-type-selector select {
    width: 200px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    cursor: pointer;
}

.document-type-selector select:focus {
    outline: none;
    border-color: #0066cc;
}

.download-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.download-item:hover {
    background: #f1f3f5;
    border-color: #dee2e6;
}

.download-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.download-icon {
    font-size: 24px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

.download-icon .fa-file-pdf {
    color: #dc3545;
}

.download-icon .fa-file-word {
    color: #0066cc;
}

.download-icon .fa-file-excel {
    color: #198754;
}

.download-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.download-details h4 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.file-size {
    font-size: 14px;
    color: #6c757d;
}

.download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #0066cc;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.download-btn:hover {
    background: #0052a3;
}

.download-btn i {
    font-size: 16px;
}

@media (max-width: 768px) {
    .download-item {
        flex-direction: column;
        gap: 15px;
    }

    .download-info {
        width: 100%;
    }

    .download-btn {
        width: 100%;
        justify-content: center;
    }
}

.download-item a:visited {
    color: white !important; /* hoặc một màu bạn muốn */
    text-decoration: none !important;
}

.vanban-item-title a:visited {
    color: #004D40 !important;
    text-decoration: none !important;
}

/* Contact Form Styles */
.section_head {
    text-align: center;
    margin-bottom: 40px;
}

.section_title {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
}

.section_title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #cc0001;
}

.register {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.form_contact .form-group {
    margin-bottom: 15px;
}

.form_contact .custom-text {
    padding: 12px 15px !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
}

.form_contact .custom-text:focus {
    border-color: #cc0001;
    box-shadow: 0 0 0 2px rgba(204, 0, 1, 0.1);
    outline: none;
}

.form_contact textarea.custom-text {
    resize: vertical;
    min-height: 120px;
}

.captcha_code {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
	padding: 0 !important;
}

#btnComment {
    margin: 0 !important;
}

.captcha_code input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.captcha_code img {
    border-radius: 4px;
}

.captcha_code a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: #f5f5f5;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.captcha_code a:hover {
    background: #e9e9e9;
}

.form-action {
    margin-top: 30px;
}

.btn-outline-primary {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #cc0001;
    border: 2px solid #cc0001;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: #b30000;
    border-color: #b30000;
    transform: translateY(-2px);
}

.error {
    color: #cc0001;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

/* Map Section */
.iframe_map {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.iframe_map iframe {
    width: 100%;
    height: 470px;
    border: none;
}

/* Dialog Styles */
#dialog, #dialog-error {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}

.overlayDialog {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.dialogMain {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    min-width: 300px;
}

.dialogContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.ic {
    font-size: 48px;
    color: #4CAF50;
}

.ic_error {
    color: #cc0001;
}

.dialogText p {
    margin: 0;
    font-size: 18px;
    color: #333;
}

#s4-bodyContainer {
    padding: 0 !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .register {
        padding: 30px 20px;
    }

    .section_title {
        font-size: 28px;
    }

    .captcha_code {
        flex-direction: column;
        align-items: flex-start;
    }

    .captcha_code input {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .register {
        padding: 20px 15px;
    }

    .section_title {
        font-size: 24px;
    }

    .btn-outline-primary {
        width: 100%;
    }
}

.news-section.gioithieu-news-section {
    padding: 30px 0;
}

.contact-container {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.register {
    /* flex: 2; */
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.iframe_map {
    flex: 1;
    min-height: 450px;
}

.iframe_map iframe {
    width: 100%;
    border: none;
    border-radius: 8px;
}

@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }

    .register {
        flex: none;
        width: 100%;
    }

    .iframe_map {
        flex: none;
        width: 100%;
    }
}

.form-row-2col {
    display: flex;
    gap: 20px;
}

.form-row-2col .form-group {
    flex: 1;
}

@media (max-width: 768px) {
    .form-row-2col {
        flex-direction: column;
        gap: 0;
    }
}

/*Comment*/
.contains {
    width: 100%;
    margin: 0px auto;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
}

#scrollbox {
    width: 100%;
    max-height: 400px;
    overflow: auto;
    overflow-x: hidden;
    font-size: 13px;
    font-family: Roboto, Arial, Tahoma;
}

.contains > p {
    background: #eee;
    color: #666;
    font: 100 13px/18px Roboto, Arial, Tahoma;
    padding: 5px;
    margin: 0;
    text-align: right;
}

.comment-br {
    border-bottom: 1px dashed #DDDDDD;
    float: left;
    margin: 0 10px;
    margin-left: 40px;
    min-height: 70px;
    padding: 5px 0;
    width: 97%;
}

.comment-br:last-child {
    border-bottom: none;
}

.comment-br.prt {
    margin-left: 0;
}

.comment-br .title {
    line-height: 1.6;
}

.comment-br .contentcomment {
    float: left;
    line-height: 1.8;
    text-align: justify;
    width: 100%;
}

.comment-br .contentcomment .commentdetail video, .comment-br .contentcomment .commentdetail img {
    max-width: calc(100% - 60px);
    float: unset;
}

.title-icon {
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: black;
    text-transform: uppercase;
    padding-bottom: 8px;
    border-bottom: 2px solid antiquewhite;
}

.Danh-sach-comment {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.py-4 {
    border: 2px solid aquamarine;
    padding: 15px;
}

.chat-messages {
    display: flex;
    flex-direction: column;
    height: 400px;
    overflow-y: scroll
}

.chat-messages * {
    float: unset !important;
}

.chat-messages video {
    max-width: 100% !important;
}

.chat-message-left {
    margin-right: auto;
    max-width: 60%;
}

.chat-message-right {
    flex-direction: row-reverse;
    margin-left: auto;
    max-width: 60%;
}

.chat-message-right .chat-wraper .chat-content {
    background-color: #05728f !important;
    color: white !important;
}

.chat-message-right .chat-wraper .chat-content figcaption div {
    color: #000 !important;
}


.chat-message-left .chat-time-warpper, chat-message-right .chat-time-warpper {
    width: 100%;
    display: flex;
}

.chat-message-left .chat-time-warpper small {
    margin-left: auto;
}

.chat-message-right .chat-time-warpper small {
    margin-left: auto;
}

.bg-light {
    background: #ffffff;
}

.py-2 {
    padding-top: 0.5rem !important;
}

.py-2 {
    padding-bottom: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
}

.font-weight-bold {
    font-weight: 700;
}

/* Responsive Styles */
@media screen and (max-width: 1440px) {
    .banner-section .swiper-button-prev {
        left: 10px;
        transform: none;
    }

    .banner-section .swiper-button-next {
        right: 10px;
        left: auto;
        transform: none;
    }
}

@media screen and (max-width: 1200px) {
	.container {
        padding-right: 30px;
        padding-left: 30px;
    }

    .header .header-menu .header-menu-inner {
        padding: 12px;
    }

    .header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list {
        gap: 18px;
    }

    .header .header-menu .header-menu-inner .header-menu-top .main-menu .menu-list .menu-item a {
        font-size: 14px;
        gap: 4px;
    }
	
	.news-detail-btn .btn-text {
		left: auto;
		right: 0;
		transform: translateX(0%);
	}
}

@media screen and (max-width: 991px) {
    .news-section .news-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .video-section {
        display: block !important;
        padding: 30px 0;
    }

    .video-section .video-wrapper .main-video .video-content .video-title .sub-title {
        font-size: 18px;
    }

    .video-section .video-wrapper .main-video .video-content .video-title .title {
        font-size: 24px;
        max-width: 320px;
        margin-bottom: 0;
    }

    .video-section .video-wrapper .main-video .video-content .play-btn .play-video .text {
        font-size: 18px;
    }

    .video-section .video-wrapper .main-video .video-content .play-btn .play-video img {
        width: 36px;
        height: 36px;
    }

    .video-section .video-list {
        margin-top: 24px;
        padding: 0;
    }

    .video-section .video-list .video-item {
        width: 150px;
    }

    .products-section .products-section-inner .product-categories .category .category-title {
        font-size: 24px;
        line-height: 28px;
    }

    .members-section {
        display: block !important;
    }

    .members-section .members-section-inner .government-units {
        gap: 12px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .title-section {
        font-size: 28px;
        line-height: 28px;
    }

    .header .header-top {
        padding: 12px 0;
    }

    .header .header-top .header-top-inner {
        flex-direction: column;
        gap: 16px;
    }

    .header .header-top .header-top-inner .logo img {
        height: 60px;
    }

    .header .header-top .header-top-inner .header-contact {
        display: none;
    }

    .header .header-top .header-top-inner .mobile-menu-btn {
        display: flex;
    }

    .header .header-menu {
        display: none;
    }

    .banner-section {
        height: 55vh;
    }

    .banner-section .slide-content {
        padding-bottom: 16vh;
    }

    .banner-section .slide-content .title {
        font-size: 32px;
        line-height: 40px;
    }

    .banner-section .swiper-button-prev,
    .banner-section .swiper-button-next {
        display: none;
    }

    .news-section .news-title-block {
        flex-direction: column;
        align-items: start;
    }

    .news-section .news-title-block .list-tab-news {
        flex-wrap: wrap;
        gap: 4px;
    }

    .news-section .news-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .video-section {
        display: block !important;
        padding: 30px 0;
    }

    .video-section .video-wrapper .main-video .video-content .video-title .sub-title {
        font-size: 18px;
    }

    .video-section .video-wrapper .main-video .video-content .video-title .title {
        font-size: 24px;
        max-width: 320px;
        margin-bottom: 0;
    }

    .video-section .video-wrapper .main-video .video-content .play-btn .play-video .text {
        font-size: 18px;
    }

    .video-section .video-wrapper .main-video .video-content .play-btn .play-video img {
        width: 36px;
        height: 36px;
    }

    .video-section .video-list {
        margin-top: 24px;
        padding: 0;
    }

    .video-section .video-list .video-item {
        width: 150px;
    }

    .products-section .products-section-inner .product-categories .category .category-title {
        font-size: 20px;
        line-height: 24px;
    }

    .members-section {
        display: block !important;
    }

    .members-section .members-section-inner .government-units {
        flex-direction: column;
    }

    .members-section .members-section-inner .government-units .government-item .item-content .img-logo {
        height: 62px;
    }

    .members-section .members-section-inner .government-units .government-item .item-content .name {
        font-size: 20px;
        line-height: 24px;
    }

    .gioithieu-timeline-navigation {
        padding: 1rem 0;
        justify-content: flex-start;
    }

    .gioithieu-timeline-item {
        padding: 0.5rem;
    }

    .gioithieu-timeline-year {
        font-size: 0.9rem;
    }

    .member-item {
        flex-direction: column;
        gap: 20px;
    }

    .member-logo {
        flex: 0 0 auto;
    }

    .btn-website {
        position: static;
        margin-top: 20px;
    }

    .rating {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }

    .vanban-detail {
        padding: 20px;
    }

    .vanban-detail-nav {
        flex-wrap: wrap;
        gap: 10px;
    }

    .vanban-detail-title {
        font-size: 20px;
    }

    .vanban-detail-info {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .download-item {
        flex-direction: column;
        gap: 15px;
    }

    .download-info {
        width: 100%;
    }

    .download-btn {
        width: 100%;
        justify-content: center;
    }

    .property-label {
        width: 140px;
    }

    .register {
        padding: 30px 20px;
    }

    .section_title {
        font-size: 28px;
    }

    .captcha_code {
        flex-direction: column;
        align-items: flex-start;
    }

    .captcha_code input {
        width: 100%;
    }

    .contact-container {
        flex-direction: column;
    }

    .register {
        flex: none;
        width: 100%;
    }

    .iframe_map {
        flex: none;
        width: 100%;
    }

    .form-row-2col {
        flex-direction: column;
        gap: 0;
    }
	
	.news-detail-meta {
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 0px;
	}
	
	.news-detail-meta .audio-player {
		order: 1;
		width: 100%;
	}
}

@media screen and (max-width: 576px) {
    .banner-section .slide-content .sub-title {
        font-size: 20px;
        line-height: 28px;
    }

    .banner-section .slide-content .title {
        font-size: 28px;
        line-height: 36px;
    }

    .video-section .video-wrapper .main-video .video-content .video-title .sub-title {
        font-size: 14px;
    }

    .video-section .video-wrapper .main-video .video-content .video-title .title {
        font-size: 18px;
        max-width: 200px;
    }

    .video-section .video-wrapper .main-video .video-content .play-btn .play-video .text {
        font-size: 14px;
    }

    .video-section .video-wrapper .main-video .video-content .play-btn .play-video img {
        width: 24px;
        height: 24px;
    }

    .products-section .products-section-inner .product-categories {
        gap: 12px;
    }

    .products-section .products-section-inner .product-categories .category .category-title {
        font-size: 16px;
        line-height: 20px;
    }

    .chat-message-left,
    .chat-message-right {
        max-width: 85%;
    }
}

@media screen and (max-width: 425px) {
    .title-section {
        font-size: 22px;
        line-height: 22px;
    }

    .footer .container .footer-content {
        padding: 24px 0;
    }

    .footer .container .footer-content .footer-main .footer-info {
        grid-template-columns: 1fr;
    }

    .footer .container .footer-content .footer-main .footer-info .footer-info-item:nth-child(5) {
        grid-column: 1;
    }

    .register {
        padding: 20px 15px;
    }

    .section_title {
        font-size: 24px;
    }

    .btn-outline-primary {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .news-section .news-list {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .news-section .news-list .news-item.news-main {
        grid-column: auto;
        grid-row: auto;
    }

    .news-section .news-list .news-item .item-content {
        margin-top: 4px;
    }

    .gioithieu-news-list {
        gap: 16px;
    }

    .gioithieu-news-list .gioithieu-news-item .gioithieu-item-content {
        padding: 12px 0;
    }
}

/* Fix for mobile menu */
@media screen and (max-width: 992px) {
    .mobile-menu {
        display: block;
    }
}



.formSearch {
    font-size: 16px;
}
.contentContainer .newsItem {
    padding-left: 10%;
	padding-right: 5%;
}

.listNews .contentContainer {
    display: flex
;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
	color: #000;
}

.listNews .contentContainer .new-name {
    font-size: 16px;
    color: #0e5ca8;
}

.formSearch h3 {
    font-weight: 700;
    margin-bottom: 20px !important;
}

.formSearch .form {
    display: flex
;
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
}

#btnSearchF {
    min-width: 100px;
    background: #0e5ca8;
    border: 0;
    border-radius: 4px;
    color: #fff;
    height: 36px;
    font-weight: 600;
    font-size: 14px;
}

input#Formkwd {
    width: 100%;
    height: 36px;
    border-radius: 4px;
    border-color: #ddd;
    padding: 0 15px;
}

.searchResults {
    margin-top: 10px;
    font-size: 16px;
}