/* Navigation bar đặc biệt của trang chủ */

.menu-bar {
    background: #FFFFFF;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
    padding: 5px 0
}

.header .contra-nav {
    display: flex;
    justify-content: space-between;
    z-index: 10;
    position: relative;
}


#main-menu-state:not(:checked) ~ #main-menu {
    display: flex;
    align-items: center
}

#main-menu {
    float: none;
    flex-grow: 1;
    justify-content: center;
}

#main-menu li {
    height: 100%;
}

    #main-menu li a {
        font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        color: var(--text);
        height: 100%;
        display: flex;
        align-items: center;
        white-space: nowrap;
    }

    #main-menu > li > a {
        line-height: 50px;
        margin-right: 35px;
        font-size: 18px;
    }

    #main-menu > li > ul {
        position: absolute;
        background: #FFFFFF;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
        border-radius: 0px 0px 10px 10px;
        padding: 15px 25px 5px 15px;
    }

    #main-menu > li > ul > li {
        padding-bottom: 10px;
    }

    #main-menu > li > ul > li > a{
        font-size: 15px;
        line-height: 20px;
    }

    .nav-action {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

/******************CSS Ngôn ngữ*******************/

.language-choice img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    border-radius: 50%;
    object-fit: cover;
}

.language-choice .language-now {
    display: flex;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    font-family: 'Mulish Bold';
}

    .language-choice .language-now .material-icons-outlined {
        font-size: 1rem;
    }

.user-language-list ul li img {
    width: 30px;
    height: 30px;
}

.user-language-list a.actived, .user-language-list a.actived i {
    color: #ffc06a;
}

.user-language-list a i {
    color: #fff;
}

.user-language.user-action {
    padding-bottom: 0;
    width: auto;
    right: 65px;
}

.language-choice .material-icons-outlined {
    color: #9A9FCC;
    cursor: pointer;
}

.follow-us .follow-link ul {
    display: flex;
    gap: 6px;
}

.follow-us {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .follow-us .follow-header {
        font-family: 'Mulish Medium', sans-serif;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        color: #FFFFFF;
        padding-right: 10px;
    }


/* CSS phần Slider banner */
.slide-areas,
.slide-areas #owl-slideQC {
    position: relative;
}

    #owl-slideQC .item .img-bg .content-news {
        margin-bottom: 0;
        width: 100%;
        text-align: left;
        position: absolute;
        bottom: 0;
        padding-bottom: 20px;
        padding-left: 55px;
    }

    #owl-slideQC .item .img-bg img {
        height: 100vh;
        object-fit: cover;
    }

        #owl-slideQC .item .img-bg .content-news .container-content {
            border-left: 3px solid #FFFFFF;
            padding-left: 15px;
            width: 35%;
        }

            #owl-slideQC .item .img-bg .content-news .container-content .news_link {
                font-family: 'Playfair Display Semi', sans-serif;
                font-style: normal;
                font-weight: 600;
                font-size: 32px;
                line-height: 50px;
                color: #FFFFFF;
                padding-bottom: 10px;
            }

            #owl-slideQC .item .img-bg .content-news .container-content .new_summary {
                font-family: 'Mulish', sans-serif;
                font-style: normal;
                font-weight: 500;
                font-size: 16px;
                line-height: 22px;
                color: #FFFFFF;
                text-align: justify;
            }

.slide-function {
    position: absolute;
    z-index: 100;
    bottom: 30px;
    right: 40px;
}

    .slide-function .function{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

        .slide-function .function .timer{
            font-family: 'Mulish Bold', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 14px;
            line-height: 20px;
            text-align: justify;
            color: var(--title);
            margin-right: 30px;
            display: flex;
            align-items: center;
        }

            .slide-function .function .timer i{
                background: url(../icons/clock.png) no-repeat center;
                display: block;
                width: 20px;
                height: 20px;
                margin-right: 5px;
            }

        .slide-function .function .weather{
            font-family: 'Mulish SemiBold', sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            text-align: justify;
            margin-right: 30px;
        }

            .slide-function .function .weather i{
                background: url(../icons/weather.png) no-repeat center;
                display: block;
                width: 20px;
                height: 20px;
                margin-right: 5px;
            }

            .slide-function .function .weather a{
                color: #6FCF97;
                display: flex;
                align-items: center;
            }

        .slide-function .function .money-exchange{
            font-family: 'Mulish SemiBold', sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 14px;
            line-height: 20px;
            text-align: justify;
        }

            .slide-function .function .money-exchange i{
                background: url(../icons/money.png) no-repeat center;
                display: block;
                width: 20px;
                height: 20px;
                margin-right: 5px;
            }

            .slide-function .function .money-exchange a{
                color: #56CCF2;
                display: flex;
                align-items: center;
            }

#weather-container,
#exchange-rates-container {
    width: 270px;
    max-height: 350px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 8px 10px 0 10px;
    margin-bottom: 10px;
}

#exchange-rates-container {
    left: unset !important;
    right: -50% !important;
    overflow-y: auto;
    padding: 10px;
}

#exchange-rates-container::-webkit-scrollbar {
    background-color: #fff;
    width: 3px;
}

#exchange-rates-container::-webkit-scrollbar-thumb {
    background-color: #B6D3ED;
}

    #weather-container .card-header {
        background: none;
    }

        #weather-container .card-header a{
            font-family: 'Mulish Bold', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            color: var(--title);
        }

    #exchange-rates-container table {
        font-family: 'Mulish', sans-serif;
        font-style: normal;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        width: 100%;
    }
        #exchange-rates-container table tr:nth-child(even) {
            background: #F3F9FF;
        }

        #exchange-rates-container table tr:nth-child(odd) {
            background: #FFFFFF;
        }

        #exchange-rates-container table th {
            font-family: 'Mulish Bold', sans-serif;
            font-weight: 700;
            color: var(--text);
            padding: 5px 10px;
            background: #D5EBFF;
            border: 1px solid #BDDBFF;
        }

        #exchange-rates-container table td {
            font-family: 'Mulish SemiBold', sans-serif;
            font-weight: 600;
            color: var(--text);
            padding: 5px 10px;
            border: 1px solid #BDDBFF;
        }


/* CSS Section Event */
.section-event {
    position: relative;
}

.section-event::after {
    background: url(../images/CauHoiAn.png) no-repeat center;
    content: "";
    position: absolute;
    top: 100px;
    right: 0;
    width: 500px;
    height: 301px;
    z-index: 0;
}

    .section-event .event {
        margin-top: 60px;
        margin-bottom: 60px;
    }

        .section-event .event h1{
            margin-bottom: 35px;
            color: var(--title);
            position: relative;
        }

            .section-event .event h1::before{
                content: '';
                background: url(../icons/Title-before.png);
                width: 120px;
                height: 110px;
                display: block;
                position: absolute;
                bottom: -58px;
                left: -28px;
            }

            .section-event .event .main-event-container .main-event .main-event-banner {
                margin-bottom: 20px;
            }

                .section-event .event .main-event-container .main-event .main-event-content {
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                }

                .section-event .event .main-event-container .main-event .main-event-banner img {
                    filter: drop-shadow(10px 10px 0px rgba(0, 0, 0, 0.1));
                    border-radius: 20px;
                    object-fit: cover;
                    object-position: 50% 50%;
                    height: 100%;
                }

            .section-event .event .main-event-container .main-event .main-event-content .main-event-title {
                font-family: 'Mulish Bold', sans-serif;
                font-style: normal;
                font-weight: 700;
                font-size: 24px;
                line-height: 36px;
                color: var(--title-dam);
                margin-bottom: 15px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
                -webkit-line-clamp: 2;
            }

            .section-event .event .main-event-container .main-event .main-event-content .main-event-date,
            .section-event .event .main-event-container .main-event .main-event-content .main-event-address {
                font-family: 'Mulish Bold', sans-serif;
                font-style: normal;
                font-weight: 700;
                font-size: 16px;
                line-height: 22px;
                text-align: justify;
                color: var(--text);
                margin-bottom: 10px;
                display: flex;
                align-items: center;
            }

            /* .section-event .event .main-event-container .main-event .main-event-content .main-event-address {
                margin-bottom: 200px;
            } */

                .section-event .event .main-event-container .main-event .main-event-content .main-event-date::before,
                .section-event .event .main-event-container .main-event .main-event-content .main-event-address::before {
                    content:'';
                    display: block;
                    width: 24px;
                    height: 24px;
                    margin-right: 10px;
                }

                    .section-event .event .main-event-container .main-event .main-event-content .main-event-date::before {
                        background: url(../icons/calendar.png) no-repeat center;
                    }

                    .section-event .event .main-event-container .main-event .main-event-content .main-event-address::before {
                        background: url(../icons/point.png) no-repeat center;
                    }

            .section-event .event .main-event-container .main-event .main-event-content .main-event-countdown {
                background: #7FC973;
                box-shadow: 6px 6px 0px rgba(104, 188, 91, 0.2);
                border-radius: 8px;
                width: 414px;
                padding: 30px;
            }

                .section-event .event .main-event-container .main-event .main-event-content .main-event-countdown .divlock{
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 75px;
                }

                    .main-event-countdown {
                        position: absolute;
                        top: calc(50% - 60px);
                        left: -40px;
                    }

                        .main-event-countdown .divlock .tdDate{
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                        }

                        .main-event-countdown .divlock > div:not(:last-child) {
                            margin-right: 20px;
                        }

                            .main-event-countdown .divlock .tdDate .pDate {
                                font-family: 'Mulish Bold', sans-serif;
                                font-weight: 700;
                                font-size: 40px;
                                line-height: 20px;
                                color: #fff;
                            }

                                .main-event-countdown .divlock > div:not(:last-child) p::after {
                                    content: ":";
                                    margin-left: 20px;
                                    margin-bottom: 7px;
                                }

                            .main-event-countdown .divlock .ptDate {
                                font-weight: 500;
                                font-size: 16px;
                                line-height: 20px;
                                color: #fff;
                            }

                                .main-event-countdown .divlock > div:not(:last-child) .ptDate {
                                    margin-right: 25px;
                                }
                
                .section-event .event .main-event-container .main-event .main-event-content .main-event-detail {
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                    margin-bottom: 70px;
                }

                    .main-event-content .main-event-detail .btn-event a {
                        padding: 14px 30px;
                    }
/* Badge "Sự kiện đang diễn ra" thay thế countdown */
.event-ongoing-badge {
    background: #7FC973;
    box-shadow: 6px 6px 0px rgba(104, 188, 91, 0.2);
    border-radius: 8px;
    width: 414px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 60px);
    left: -40px;
}

.event-ongoing-badge .badge-text {
    font-family: 'Mulish Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.event-ongoing-badge .badge-icon {
    width: 28px;
    height: 28px;
    margin-right: 12px;
    animation: pulse 1.5s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.7; transform: scale(1.1); }
}

/* Badge "Sự kiện đã xảy ra" - màu xám */
.event-past-badge {
    background: linear-gradient(135deg, #78909C 0%, #90A4AE 100%);
    box-shadow: 6px 6px 0px rgba(120, 144, 156, 0.2);
    border-radius: 8px;
    width: 414px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: calc(50% - 60px);
    left: -40px;
}

.event-past-badge .badge-text {
    font-family: 'Mulish Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.sub-event-container .other-event {
    font-family: 'Mulish Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: var(--title);
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 15px;
}

    .sub-event-container .sub-event .sub-event-banner {
        position: relative;
        font-family: 'Mulish SemiBold', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;
    }
    
    .sub-event-container .sub-event .sub-event-content {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

        .sub-event-container .sub-event .sub-event-banner a {
            height: 100%;
        }

        .sub-event-container .sub-event .sub-event-banner img {
            border-radius: 20px;
            height: 100%;
            object-fit: cover;
            width: 100%;
        }
        
            .sub-event-container .sub-event .sub-event-banner span {
                position: absolute;
                background-color: rgba(0, 0, 0, 0.5);
                left: 0;
                right: 0;
                bottom: 0;
                padding: 7px 0;
                border-radius: 0px 0px 20px 20px;
                display: flex;
                justify-content: center;
            }

        .sub-event-container .sub-event .sub-event-content .sub-event-title {
            font-family: 'Mulish Bold', sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            line-height: 22px;
            color: var(--text);
            margin-top: 10px;
            margin-bottom: 5px;
            text-align: justify;
        }

        .sub-event-container .sub-event .sub-event-content .sub-event-date {
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
            text-align: justify;
            color: #60BE80;
            display: flex;
            align-items: center;
        }

            .sub-event-container .sub-event .sub-event-content .sub-event-date::before {
                content:'';
                display: block;
                width: 18px;
                height: 18px;
                margin-right: 5px;
                background: url(../icons/calendar.png) no-repeat center;
                background-size: contain;
            }


/* CSS Section Khám phá */
.section-explore {
    background: url(../images/explorebackground.png) no-repeat center, linear-gradient(180deg, rgba(0, 115, 221, 0.486) 0%, rgba(0, 0, 0, 0) 55.73%, rgba(0, 0, 0, 0.6) 100%);
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 40px;
}

    .explore-title,
    .explore-content .nav {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .explore-title h1 {
        color: #fff;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

        .explore-title h1 .text-bold{
            font-weight: 600;
            font-family: 'Playfair Display Semi', sans-serif;
        }

    .explore-content .nav-tabs {
        background: none;
        border-radius: 0;
        padding-top: 0;
        justify-content: center;
        margin-bottom: 20px;
        margin-left: 0;
        border-bottom: 0;
    }

        .explore-content .nav-tabs .nav-item {
            margin-bottom: 0;
            display: flex;
            align-items: center;
            border-radius: 0;
            background: none;
            font-family: 'Mulish SemiBold', sans-serif;
            font-style: normal;
            font-weight: 600;
            font-size: 18px;
            color: #FFFFFF;
        }

        .explore-content .nav-tabs .nav-item .nav-link {
            padding-left: 25px;
            padding-right: 25px;
            border: none;
        }

        .explore-content .nav-tabs .nav-item .nav-link.active {
            background: none;
            color: var(--yellow-text);
            border: none;
            padding-left: 25px;
            padding-right: 25px;
        }

        .explore-content .nav-tabs .nav-item .nav-link:hover {
            border: none;
        }

            .explore-content .nav-tabs .nav-item:not(:last-child):after {
                content: "|";
                font-family: 'Mulish', sans-serif;
                flex: none;
            }

.explore-content .tab-content .tab-content-container {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 30px 20px 30px 30px;
    margin: auto;
    height: 415px;
    overflow: hidden;
}

    /*.explore-content .tab-content .tab-content-container {
        height: 415px;
        overflow: hidden;
    }*/

        .explore-content .tab-content .tab-content-container.flex-item {
            display: flex;
        }

            .explore-content .tab-content .tab-content-container.flex-item .row{
                flex-wrap: nowrap;
            }

            .explore-content .tab-content .tab-content-container .tab_pane_img img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 20px;
            }

/*             .explore-content .tab-content .tab-content-container .tab_pane_content {
                overflow-y: auto;
                padding-right: 20px;
            } */

            .explore-content .tab-content .tab-content-container .tab_pane_content .tab_pane_title{
                font-family: 'Mulish Bold', sans-serif;
                font-weight: 700;
                font-size: 24px;
                line-height: 35px;
                color: var(--title);
                margin-bottom: 10px;
            }

            .explore-content .tab-content .tab-content-container .tab_pane_content .tab_pane_summary{
                text-align: justify;
                padding-right: 20px;
            }

                .explore-content .tab-content .tab-content-container .tab_pane_content .tab_pane_summary p{
                    margin-bottom: 5px;
                }

    .explore-content .tab-content .tab-content-container .vr3d-gallery,
    .explore-content .tab-content .tab-content-container .image-gallery,
    .explore-content .tab-content .tab-content-container .video-gallery {
        display: flex;
        margin: 0px -15px;
        padding-left: 0;
        flex-wrap: wrap;
        overflow-y: auto;
        height: 315px;
    }   

    .explore-content .tab-content .tab-content-container .tab_pane_title {
        font-family: 'Mulish Bold', sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 24px;
        line-height: 35px;
        color: var(--title);
        margin-bottom: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 20px;
    }

        .explore-content .tab-content .tab-content-container .tab_pane_title .count {
            font-style: normal;
            font-weight: 600;
            font-size: 16px;
            line-height: 35px;
            color: var(--text);
        }

        .vr3d-gallery .vr3d,
        .image-gallery .image-library,
        .video-gallery .video-library {
            flex: 0 0 calc(100% / 4);
            max-width: calc(100% / 4);
            padding: 0px 15px;
            padding-bottom: 40px;
        }   

            .vr3d-gallery .vr3d:nth-last-child(1),
            .vr3d-gallery .vr3d:nth-last-child(2),
            .vr3d-gallery .vr3d:nth-last-child(3),
            .vr3d-gallery .vr3d:nth-last-child(4),
            .image-gallery .image-library:nth-last-child(1),
            .image-gallery .image-library:nth-last-child(2),
            .image-gallery .image-library:nth-last-child(3),
            .image-gallery .image-library:nth-last-child(4),
            .video-gallery .video-library:nth-last-child(1),
            .video-gallery .video-library:nth-last-child(2),
            .video-gallery .video-library:nth-last-child(3),
            .video-gallery .video-library:nth-last-child(4) {
                padding-bottom: 0;
            }   

            .vr3d .vr3d-title,
            .image-library .image-title,
            .video-library .video-title {
                font-style: normal;
                font-family: 'Mulish Bold', sans-serif;
                font-weight: 700;
                font-size: 16px;
                line-height: 22px;
                display: flex;
                align-items: center;
                justify-content: center;
                color: var(--text);
                margin-top: 5px;
                text-align: center;
            }
            
            .vr3d > a,
            .image-library > .link,
            .video-library > .link {
                display: block;
                width: 100%;
            }

                .vr3d-img,
                .gallery-img .img-content,
                .gallery-video .video-content {
                    position: relative;
                    width: 100%;
                }

                .gallery-img .fancybox-img,
                .gallery-video .fancybox-video {
                    cursor: pointer;
                }

                    .vr3d .img360,
                    .gallery-img .image-in,
                    .gallery-video .video-thumb {
                        background-repeat: no-repeat;
                        background-size: cover;
                        background-position: center center;
                        object-fit: cover;
                        display: block;
                        width: 100%;
                        height: 220px;
                        border-radius: 20px;
                    }

                    .background-icon-360,
                    .background-icon-image,
                    .background-icon-video {
                        position: absolute;
                        inset: 0;
                        /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4)); */
                        border-radius: 20px;
                        z-index: 2;
                    }

                    .background-icon-360:hover,
                    .background-icon-image:hover,
                    .background-icon-video:hover {
                        background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.4));
                    }

                        .icon360,
                        .iconimg,
                        .iconvid {
                            background-size: contain;
                            height: 100%;
                            width: 80px;
                            margin: auto;
                            opacity: 0.6;
                        }

                        .icon360 {
                            background: url(../icons/icon360.png) no-repeat center;
                        }

                        .iconimg {
                            background: url(../icons/iconimg.png) no-repeat center;
                        }

                        .iconvid {
                            background: url(../icons/iconvid.png) no-repeat center;
                        }

/* CSS Section Tiện ích */


.section-utilities {
    position: relative;
}

    .section-utilities::before {
        content:'';
        background: url(../icons/LongDen.png);
        width: 258px;
        height: 204px;
        display: block;
        position: absolute;
        left: 0;
        top: -40px;
    }

        .section-utilities .utilities-option {
            margin-bottom: 50px;
            margin-top: 40px;
            position: relative;
        }

            .section-utilities .utilities-option::after {
                content:'';
                background: url(../icons/utility-line.png) no-repeat center;
                background-size: contain;
                width: 100%;
                height: 72px;
                display: block;
                position: absolute;
                bottom: -40px;
            }

            .section-utilities .utilities-option .utilities {
                margin: auto;
                background: #FFFFFF;
                box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
                border-radius: 20px;
            }

                .section-utilities .utilities-option .utilities .utilities-list{
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    margin-right: -15px;
                    margin-left: -15px;
                    padding: 25px 34px;
                }

                    .section-utilities .utilities-option .utilities .utilities-list li {
                        padding-right: 50px;
                        padding-left: 50px;
                        border-right: 1px dashed #ADADAD;
                    }

                            .section-utilities .utilities-option .utilities .utilities-list li:first-child {
                                padding-left: 0;
                            }

                            .section-utilities .utilities-option .utilities .utilities-list li:last-child {
                                padding-right: 0;
                                border: none;
                            }

                        .section-utilities .utilities-option .utilities .utilities-list li a {
                            font-family: 'Mulish Bold', sans-serif;
                            font-weight: 700;
                            font-size: 18px;
                            line-height: 24px;
                            color: var(--text-content);
                            display: flex;
                            justify-content: center;
                            align-items: center;
                        }

                            .section-utilities .utilities-option .utilities .utilities-list li a span {
                                margin-left: 12px;
                                white-space: nowrap;
                            }

        .section-utilities .utilities-content {
            position: relative;
            margin-bottom: 70px;
        }

            .section-utilities .utilities-content .utilities-list{
                position: relative;
            }

                .section-utilities .utilities-content .utilities-list ul{
                    display: flex;
                    justify-content: space-between;
                    margin: 0 -15px;
                }

                    .utilities-list ul li{
                        max-width: calc(100% / 5);
                        flex: 0 0 calc(100% / 5);
                        overflow: hidden;
                        padding-right: 15px;
                        padding-left: 15px;
                        border-radius: 0px 40px;
                    }   

                        .utilities-list ul li:last-child{
                            padding-right: 0;
                        }   

                        .utilities-list ul li .utilities-news{
                            display: inline-block;
                            cursor: pointer;
                            perspective: 500px;
                            width: 100%;
                            height: 100%;
                            position: relative;
                        }

                            .utilities-list ul li .utilities-news img {
                                width: 100%;
                                height: 100%;
                                object-fit: cover;
                                object-position: 50% 50%;
                                margin: 0;
                                border-radius: 0 40px;
                            }

                            .utilities-list ul li .utilities-description{
                                background: rgba(0, 0, 0, 0.5);
                                border-radius: 0px 0px 0px 40px;
                                position: absolute;
                                bottom: 0;
                                padding: 8.5px 20px 13.5px 20px;
                                height: 90px;
                                left: 0;
                                right: 0;
                                opacity: 1;
                                transition: all 0.5s ease-out;
                            }
                            
                                .utilities-list ul li .utilities-chuyenmuc{
                                    font-family: 'Mulish SemiBold', sans-serif;
                                    font-weight: 600;
                                    font-size: 14px;
                                    line-height: 20px;
                                    color: #FFC700;
                                }

                                .utilities-list ul li .utilities-link .utilities-title{
                                    font-family: 'Mulish SemiBold', sans-serif;
                                    font-style: normal;
                                    font-weight: 600;
                                    font-size: 16px;
                                    line-height: 22px;
                                    color: #FFFFFF;
                                    display: -webkit-box;
                                    -webkit-box-orient: vertical;
                                    overflow: hidden;
                                    -webkit-line-clamp: 2;
                                }

                            .utilities-list ul li .utilities-caption{
                                width: calc(100% + 1px);
                                height: calc(100% + 1px);
                                padding: 10px 20px 16px;
                                position: absolute;
                                top: 0;
                                left: 0;
                                background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
                                opacity: 0;
                                transition: all 0.5s ease-in-out;
                                border-radius: 0px 40px;
                            }

                                .utilities-list ul li .utilities-news:hover .utilities-caption{
                                    opacity: 1;
                                    /* Animate: Smart animate; */
                                    animation-timing-function: cubic-bezier(0.45, 1.45, 0.8, 1);
                                    animation-duration: 500ms;
                                }

                                .utilities-list ul li .utilities-news:hover .utilities-description{
                                    opacity: 0;
                                }

                                    .utilities-list ul li .utilities-news .utilities-caption .utilities-summary{
                                        font-weight: 400;
                                        font-size: 16px;
                                        line-height: 22px;
                                        color: #FFFFFF;
                                        text-align: justify;
                                        overflow-y: auto;
                                        margin-bottom: 20px;
                                        height: calc(100% - 150px);
                                        /* display: -webkit-box;
                                        -webkit-box-orient: vertical;
                                        overflow: hidden;
                                        -webkit-line-clamp: 12; */
                                    }

                                    .utilities-list ul li .utilities-news .utilities-caption .utilities-link{
                                        font-size: 20px;
                                        line-height: 26px;
                                        margin-bottom: 15px;
                                    }

                                    .utilities-list ul li .utilities-news .utilities-caption .utilities-title{
                                        font-size: 20px;
                                        line-height: 26px;
                                    }

                            .utilities-list ul li .utilities-caption .btn-utilities a {
                                padding: 9px 30px;
                            }


/* CSS Section bản đồ */

.section-map .map-main {
    margin-bottom: 60px;
}

    .section-map .map-main .location-title {
        display: flex;
        align-items: center;
        color: var(--text);
        justify-content: center;
        position: relative;
    }

        .section-map .map-main .location-title h1{
            background-color: #FFFFFF;
            padding-left: 16px;
            padding-right: 16px;
            position: relative;
        }

        .section-map .map-main .location-title .text-bold{
            color: var(--title);
            font-family: 'Playfair Display Semi', sans-serif;
            font-weight: 600;
        }

        .section-map .map-main .location-title .line{
            position: absolute;
            border: 1px solid #FFADAD;
            width: 30%;
            z-index: -1;
        }

        .section-map .map-main .location-title h1::before {
            content: '';
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            background-color: #FFADAD;
            border-radius: 50%;
            left: 0;
            top: 50%;
        }

        .section-map .map-main .location-title h1::after {
            content: '';
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            background-color: #FFADAD;
            border-radius: 50%;
            right: 0;
            top: 50%;
        }

        .section-map .map-main .location-pick {
            display: flex;
            margin-top: 40px;
            overflow-y: auto;
            padding-bottom: 30px;
            position: relative;
        }

            .location-pick .img-location {
                display: flex;
                flex-direction: column;
                align-items: center;
                cursor: pointer;
            }

                .location-pick .img-location .thumb-img {
                    position: relative;
                    width: 100%;
                    background-repeat: no-repeat;
                    background-size: 100% 100%;
                }

                .location-pick .group-img {
                    height: 100%;
                    padding: 5px;
                }

                    .location-pick .thumb-img a.img-thumb img{
                        display: block;
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        object-position: 50% 50%;
                        outline: none;
                        border-radius: 50%;
                        border: 5px solid #FFFFFF;
                        box-shadow: 0px 0px 0px 2px #E8E8E8;
                    }

                        .location-pick .thumb-img.active a.img-thumb img{
                            border: 5px solid rgba(0, 0, 0, 0.6);
                            box-shadow: 0px 0px 0px 2px #E8E8E8;
                        }

                    .location-pick .thumb-img:hover .group-img .img-thumb {
                        opacity: 0.3;
                        background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
                    }

                    .location-pick .thumb-img .hover-link {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        display: flex;
                        justify-content: center;
                    }

                        .hover-link a {
                            align-self: center;
                            margin: 0 10px;
                        }

                        .hover-link a i {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            width: 40px;
                            height: 40px;
                            border-radius: 50%;
                            background-color: #fff;
                            font-size: 24px;
                            color: var(--title);
                            box-shadow: 0 0 5px rgb(0 0 0 / 15%);
                            -webkit-transform: translate(-0%, -0%) scale(0);
                            transform: translate(-36%, -0%) scale(0);
                            transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
                        }

                        .hover-link:hover a i {
                            -webkit-transform: translate(-0%, -0%) scale(1);
                            transform: translate(-0%, -0%) scale(1);
                            transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
                        }

                        .hover-link a i:hover {
                            background-color: var(--title);
                            color: #fff;
                            -webkit-transition: -webkit-transform 0.15s ease 0s;
                            -moz-transition: -moz-transform 0.15s ease 0s;
                            -o-transition: -o-transform 0.15s ease 0s;
                            transition: transform 0.15s ease 0s;
                        }

                    .location-pick .img-location a {
                        font-family: 'Mulish Bold', sans-serif;
                        font-weight: 700;
                        font-size: 14px;
                        line-height: 20px;
                        text-align: center;
                        color: var(--text);
                    }

    #map {
        width: 100%;
        height: 500px;
    }

    .maps {
        position: relative;
    }

    .maps .show-more-info {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
    }

        .maps .group {
            position: relative;
            height: 100%;
            z-index: 0;
            display: flex;
        }

            .maps .group-icon {
                display: flex;
                flex-direction: column;
                margin-right: 15px;
                margin-top: 15px;
            }

                .maps .btn-digital-library {
                    width: 40px;
                    height: 40px;
                    background: #355F9E;
                    border-radius: 180px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    cursor: pointer;
                    margin-bottom: 20px;
                }

                    .maps .btn-digital-library.active svg path{
                        fill: var(--title);
                    }

                    .maps .btn-digital-library svg path {
                        fill: #fff;
                    }

                .tooltip {
                    position: relative;
                    overflow: hidden;
                    opacity: 1;
                }

                .maps .modal {
                    display: none;
                    position: relative;
                    z-index: 1;
                    width: 310px;
                    height: 100%;
                    overflow: unset;
                }

                    .close-info:not(:disabled):not(.disabled),
                    .close1:not(:disabled):not(.disabled) {
                        outline: none;
                        cursor: pointer;
                        position: absolute;
                        right: 15px;
                        top: 30px;
                    }

                    .maps .close-info, .maps .close1 {
                        opacity: 1;
                        margin-top: -15px;
                    }

            .show-more-info .modal-img .gallery-img .img-content {
                display: flex;
                flex-wrap: wrap;
                margin: 0 -5px;
            }

                .show-more-info .modal-img .gallery-img .img-content a {
                    flex: 0 0 calc(100% / 2);
                    max-width: calc(100% / 2);
                    padding: 0 5px 15px;
                }

            .show-more-info .modal-img .gallery-img .image-in {
                height: 80px;
                border-radius: 10px;
            }
            
                .show-more-info .modal-img .gallery-img .libimg-title {
                    font-family: 'Mulish Bold', sans-serif;
                    font-weight: 700;
                    font-size: 18px;
                    line-height: 24px;
                    color: var(--text);
                    margin-bottom: 20px;
                }

        .maps .modal-info, 
        .maps .modal-img {
            background: #FFFFFF;
            box-shadow: -4px 0px 6px rgba(0, 0, 0, 0.2);
            padding: 15px 0 10px 15px;
            border: none;
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            .maps .modal-info .more-info {
                overflow-y: auto;
                height: 440px;
                padding-right: 25px;
            }

            .maps .modal-info h4 {
                font-family: 'Mulish Bold', sans-serif;
                font-style: normal;
                font-weight: 700;
                font-size: 18px;
                line-height: 24px;
                color: var(--title);
                margin-bottom: 10px;
                padding-right: 45px;
            }

            .maps .modal-info .address-cm {
                font-family: 'Mulish Bold', sans-serif;
                font-style: normal;
                font-weight: 700;
                font-size: 14px;
                line-height: 20px;
                color: var(--text);
                margin-bottom: 10px;
            }

            .maps .modal-info p {
                font-weight: 400;
                font-size: 14px;
                line-height: 20px;
                color: var(--text);
                text-align: justify;
                margin-bottom: 3px;
            }

        .maps .gm-fullscreen-control {
            right: auto !important;
            left: 0 !important;
        }

        .maps .gm-bundled-control-on-bottom {
            right: auto !important;
        }

            .maps .gm-style-iw-c {
                padding: 10px 5px 13px !important;
                max-width: 150px !important;
            }

                .maps .gm-style-iw-c .gm-style-iw-d > div{
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

            .maps .gm-style-iw-c .title_map {
                font-family: 'Mulish Bold', sans-serif;
                font-style: normal;
                font-weight: 700;
                font-size: 14px;
                line-height: 20px;
                color: var(--text);
                text-align: center;
                margin-bottom: 0;
            }

            .maps .gm-style-iw-c .popup img {
                width: 90px;
                height: 90px;
                object-fit: cover;
                object-position: 50% 50%;
                border-radius: 50%;
                margin-bottom: 10px;
            }

            .maps .gm-style-iw-c .placecontent {
                display: none;
            }

            .maps .gm-ui-hover-effect:focus {
                outline: none;
            }

/* CSS Section hỗ trợ */

.section-help .help-main {
    margin-bottom: 52px;
    display: flex;
}

    .section-help .help-main .row{
        width: calc(100% + 30px);
    }

    .section-help .help-main .customer-help {
        background: #FFFFFF;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        display: flex;
        padding: 20px 30px 20px 20px;
    }

        .customer-help h2 {
            color: var(--text);
            margin-bottom: 15px;
            padding-right: 30px;
            white-space: nowrap;
        }

            .customer-help .text-bold {
                color: var(--title);
                font-weight: 600;
                font-family: 'Playfair Display Semi', sans-serif;
            }

        .customer-help .list-help ul {
            display: flex;
        }

            .customer-help .list-help ul li {
                padding-right: 30px;
            }

                .customer-help .list-help ul li:last-child {
                    padding-right: 0;
                }

                .customer-help .list-help ul li .background-icon{
                    background: #FFFFFF;
                    border: 2px solid #EBEBEB;
                    border-radius: 10px;
                    padding: 25px;
                }

                    .customer-help .list-help ul li .background-icon img{
                        width: 60px;
                        height: 60px;
                    }

                .customer-help .list-help ul li p{
                    font-family: 'Mulish Bold', sans-serif;
                    font-style: normal;
                    font-weight: 700;
                    font-size: 16px;
                    line-height: 30px;
                    text-align: center;
                    color: var(--text);
                    margin-top: 5px;
                }

                .customer-help .main-help-detail .btn-help {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

                    .customer-help .main-help-detail .btn-help a {
                        padding: 9px 30px;
                    }

    .section-help .help-main .related-link {
        display: flex;
        flex-direction: column;
        align-items: center;    
    }

        .related-link h2 {
            margin-bottom: 45px;
            color: var(--title);
            font-weight: 600;
            font-family: 'Playfair Display Semi', sans-serif;
        }

/* Owl Carousel Custom - tùy biến mỗi khu vực */

    /* Owl Carousel Custom - tùy biến khu vực Event */
       .main-event-container .owl-nav .owl-prev,
    .sub-event-container .owl-nav .owl-prev,
    .details-other-main .owl-nav .owl-prev {
        position: absolute;
        left: -20px;
        top: calc(50% - 60px);
        display: block !important; 
        color: #fff !important;
        background: #FF8A8A !important;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .main-event-container .owl-nav .owl-next,
    .sub-event-container .owl-nav .owl-next,
    .details-other-main .owl-nav .owl-next {
        position: absolute;
        right: -20px;
        top: calc(50% - 60px);
        display: block !important;
        color: #fff !important;
        background: #FF8A8A !important;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    
    .details-other-main .owl-nav .owl-prev,
    .details-other-main .owl-nav .owl-next {
        top: calc(50% - 50px);
    }

    .main-event-container .owl-nav .owl-next.disabled,
    .sub-event-container .owl-nav .owl-next.disabled,
    .sub-event-container .owl-nav .owl-prev.disabled,
    .main-event-container .owl-nav .owl-prev.disabled,
    .details-other-main .owl-nav .owl-next.disabled,
    .details-other-main .owl-nav .owl-prev.disabled  {
        background: rgba(0, 0, 0, 0.6) !important;
        border-radius: 50px !important;
    }

    .main-event-container .owl-theme .owl-nav [class*=owl-]:hover,
    .sub-event-container .owl-theme .owl-nav [class*=owl-]:hover,
    .details-other-main .owl-theme .owl-nav [class*=owl-]:hover {
        color: #fff;
        text-decoration: none;
    }

    .main-event-container .owl-theme .owl-nav [class*=owl-]:focus,
    .sub-event-container .owl-theme .owl-nav [class*=owl-]:focus,
    .details-other-main .owl-theme .owl-nav [class*=owl-]:focus {
        outline: none;
    }

    /* Owl Carousel Custom - tùy biến khu vực Location */
    .section-map .map-main .location-pick .owl-carousel {
        width: calc(100% - 100px);
        margin: 0 auto;
    }

    .section-map .map-main .location-pick .owl-nav .owl-prev {
        position: absolute;
        left: -36px;
        top: calc(50% - 40px);
        display: block;
        color: var(--title);
    }

    .section-map .map-main .location-pick .owl-nav .owl-next {
        position: absolute;
        right: -36px;
        top: calc(50% - 40px);
        display: block;
        color: var(--title);
    }

    .section-map .map-main .location-pick .owl-nav .owl-next.disabled,
    .section-map .map-main .location-pick .owl-nav .owl-prev.disabled  {
        color: #A8A8A8 !important;
    }

    .section-map .map-main .location-pick .owl-theme .owl-nav [class*=owl-]:hover {
        background: none;
        color: var(--title);
        text-decoration: none;
    }

    .section-map .map-main .location-pick .owl-theme .owl-nav [class*=owl-]:focus {
        outline: none;
    }

.home-popup-content {
    padding: 10px 5px 13px !important;
    max-width: 150px !important;
}
.home-dialog {
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .home-dialog img {
        width: 90px;
        height: 90px;
        object-fit: cover;
        object-position: 50% 50%;
        border-radius: 50%;
    }
.home-popup-content h4.title_map {
    font-family: 'Mulish Bold', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: var(--text);
    text-align: center;
    margin-bottom: 0;
}
/* Desktop hiển thị full */
.summary-content {
    max-height: none;
    overflow: visible;
}

.summary-more {
    display: none;
}

.hung-yen-banner .banner-overlay {
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 10;
    padding: 0 15px;
    width: 80%;
}

    .hung-yen-banner .banner-overlay .container {
        position: relative;
        z-index: 100;
    }

.hung-yen-banner .search-box {
    background: white;
    border-radius: 13px;
    padding: 12px 15px;
    display: grid;
    grid-template-columns: 1fr 1.6fr 1.1fr 1.1fr auto;
    gap: 15px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.hung-yen-banner .search-item label {
    font-size: 13px;
    font-weight: 700;
    color: #64748b;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
}

.hung-yen-banner .search-item input,
.hung-yen-banner .search-item select {
    height: 52px;
    border: 0px;
    border-radius: 8px;
    padding: 5px 0;
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
    box-shadow: none;
}

.hung-yen-banner .search-form-container .form-control {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
    .hung-yen-banner .search-item input:focus,
    .hung-yen-banner .search-item select:focus {
        border-color: white;
        box-shadow: none;
    }

.hung-yen-banner .btn-search {
    height: 40px;
    padding: 0 35px;
    background: #ff8c00;
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
    white-space: nowrap;
    transition: all 0.3s;
}

    .hung-yen-banner .btn-search:hover {
        background: #e67e00;
        transform: translateY(-2px);
    }

.main-visual.hung-yen-banner {
    box-shadow: none;
    position: relative;
    overflow: visible;
    height: 70vh;
    min-height: 650px;
    max-height: 900px;
    margin-top: 70px;
}

    .main-visual.hung-yen-banner .visual-rolling {
        height: 70vh;
    }

    .main-visual.hung-yen-banner .visual-rolling > .swiper-container {
        height: 70vh !important;
    }
/* ====================== HOME NEWS SECTION ====================== */
.tin-tuc-su-kien .home-news {
    margin-top: 20px;
    gap: 20px;
}

.tin-tuc-su-kien .main-news {
    position: relative;
}

.tin-tuc-su-kien .main-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.tin-tuc-su-kien .main-content {
    background: #fff;
    padding: 30px;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.tin-tuc-su-kien .news-date {
    color: #f28500;
    font-weight: 700;
    font-size: 14px;
    display: block;
    margin-bottom: 8px;
}

.tin-tuc-su-kien .main-title a {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 800;
    color: #1e293b;
}

.tin-tuc-su-kien .main-excerpt {
    color: #1e293b;
    line-height: 1.6;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Sidebar */
.tin-tuc-su-kien .sidebar-news {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.tin-tuc-su-kien .sidebar-item {
    display: flex;
    gap: 20px;
    align-items: center;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border: 1px solid #f1f5f9;
    transition: 0.3s;
}

    .tin-tuc-su-kien .sidebar-item:hover {
        transform: translateY(-4px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    }

.tin-tuc-su-kien .sidebar-link {
    display: flex;
    text-decoration: none;
    color: inherit;
}

.tin-tuc-su-kien .sidebar-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 8px;
}

.tin-tuc-su-kien .sidebar-info {
    padding: 12px 14px;
    flex: 1;
}

.tin-tuc-su-kien .sidebar-date {
    color: #f28500;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.tin-tuc-su-kien .sidebar-title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #1e293b;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

 .title-hyn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-bottom: 20px;
}

    .title-hyn .caption {
        font-size: 35px;
        font-weight: 800;
        font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
        color: #1e293b;
        line-height: 30px;
    }

.tin-tuc-su-kien .view-all {
    color: #007660;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
}

/* Mobile */
@media (max-width:425px) {

    .tab_pane_summary {
        position: relative;
        overflow: hidden;
        max-height: 100px;
    }

    .summary-content {
        max-height: 150px;
        overflow: hidden;
        position: relative;
    }

        /* hiệu ứng fade */
        .summary-content:after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 40px;
            background: linear-gradient(rgba(255,255,255,0), #fff);
        }

    .summary-more {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        background: #fff;
        padding-left: 10px;
        font-weight: 500;
        line-height: 30px;
    }

        .summary-more a {
            color: #007bff;
            text-decoration: none;
        }

            .summary-more a:hover {
                text-decoration: underline;
            }
    .menu-bar .contra-nav .nav-action {
        display: flex !important;
        top: 18px;
    }
}