<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.footer {
}

    .footer .grid.wide {
        max-width: 1239px;
    }

    .footer ul {
        list-style: none;
    }

.footer-tag {
    color: #fff;
    border: 1px solid #fff;
    width: fit-content;
    font-size: 15px;
    margin-top: 19px;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all linear .2s;
}

    .footer-tag:hover {
        color: var(--default-color-3);
        background-color: #fff;
    }

.footer-top {
    background-image: url("/Design/img/Rectangle.png");
    background-size: cover;
}

    .footer-top .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        position: relative;
        border-bottom: 1px solid rgb(51 51 51 / 60%);
        padding-top: 24px;
        padding-bottom: 15px;
        align-items: center;
    }

.footer.home .footer-top .container {
    /* padding-top: 245px; */
}

.footer-top .infor {
    max-width: 316px;
}

.footer-top .list-nav {
}

    .footer-top .list-nav:first-child {
    }

.footer-ct {
}


    .footer-ct img {
        width: 146px;
        margin-top: 3px;
        display: none;
    }

.footer-top .fanpage .list-nav {
    margin-right: 0;
}

.footer-top .fanpage {
    width: 355px;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 226px;
}

    .footer-top .fanpage .fb-page {
        overflow: hidden;
    }

.footer-top .list-nav.about {
    max-width: 420px;
    padding: 0;
    background-image: unset;
}


    .footer-top .list-nav.about .title::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 2px;
        background-color: #fff;
        bottom: -12px;
        border-radius: 55px;
    }

    .footer-top .list-nav.about .title {
        font-size: 24px;
        margin-top: 0;
        font-family: interB;
        /* text-transform: uppercase; */
        padding-bottom: 0;
        letter-spacing: 0.6px;
        font-weight: 100;
    }

.footer-top .list-nav .title {
    margin: 0;
    position: relative;
    color: var(--default-color-4);
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-family: 'interSB';
    font-weight: 100;
}

.footer-about-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .footer-about-logo img {
        max-width: 100%;
    }

.footer-time {
    padding: 0 19px;
}

.footer-time-item {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

    .footer-time-item .icon {
        width: 32px;
        height: 32px;
        background-color: #fff;
        border-radius: 50%;
        border: 1px solid var(--default-color-1);
    }

        .footer-time-item .icon img {
            filter: invert(29%) sepia(53%) saturate(576%) hue-rotate(143deg) brightness(53%) contrast(92%);
        }

.footer-time .content {
    padding-left: 9px;
}

    .footer-time .content h3 {
        margin: 0;
        font-family: 'interM';
        color: #1E1E1E;
        font-weight: 100;
        font-size: 13px;
    }

    .footer-time .content strong {
        color: var(--default-color-2);
        font-family: 'interB';
        font-size: 15px;
        margin-top: 3px;
        display: block;
    }

        .footer-time .content strong:hover {
            text-decoration: underline;
        }

.footer-top .list-nav .title strong {
    font-weight: 100;
    white-space: pre-wrap;
    font-size: 28px;
    font-family: 'geoB';
    line-height: 141%;
}

.footer-top .list-nav .title strong {
    display: inline-flex;
    align-items: center;
    color: var(--default-color-1);
}

    .footer-top .list-nav .title strong:last-child {
        color: #ED1B24;
    }


    .footer-top .list-nav .title strong::before {
        content: attr(title);
        position: absolute;
        -webkit-text-stroke: 0px var(--default-color-2);
        z-index: 1;
    }

    .footer-top .list-nav .title strong::after {
        content: attr(title);
        position: absolute;
        -webkit-text-stroke: 5px #fff;
        z-index: 0;
    }



.footer-top .list-nav ul {
    margin-top: 20px;
}

    .footer-top .list-nav ul li::before {
        content: '&gt;';
        position: absolute;
        width: 9px;
        display: block;
        left: 0px;
        margin-right: 5px;
        align-items: center;
        color: #FFFF;
        font-size: 10px;
    }

    .footer-top .list-nav ul li {
        /* display: -webkit-box; */
        display: -ms-flexbox;
        /* display: flex; */
        /* -webkit-box-align: center; */
        -ms-flex-align: center;
        /* align-items: center; */
        /* -webkit-transition: all ease .2s; */
        -o-transition: all ease .2s;
        /* transition: all ease .2s; */
        position: relative;
        display: flex;
        align-items: center;
        padding-left: 14px;
        max-width: 236px;
        margin-top: 9px;
    }




        .footer-top .list-nav ul li:hover::before {
            opacity: 1;
        }

        .footer-top .list-nav ul li:hover {
            -webkit-transform: translateX(10px);
            -ms-transform: translateX(10px);
            transform: translateX(10px);
        }

            .footer-top .list-nav ul li:hover i {
            }

    .footer-top .list-nav ul a {
        font-size: 14px;
        position: relative;
        color: #FFFFFF;
        transition: all linear .3s;
        line-height: 150%;
        text-transform: capitalize;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
    }

.footer-wrap {
    display: flex;
    justify-content: space-between;
    width: 386px;
    flex: 3;
    padding: 0 20px;
    padding-top: 70px;
}


.footer-top .list-nav ul a::before {
    content: '';
    position: absolute;
    top: calc(93%);
    width: 0;
    height: 1px;
    background-color: #333;
    transition: 0.8s cubic-bezier(.3,1.5,.3,1);
    left: 0;
}

.footer-top .list-nav ul a:hover::before {
    width: 100%;
}

.footer-top .list-nav ul i {
    font-size: 8px;
    color: #fff;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    padding-right: 6px;
    display: none;
}

.footer-top .infor .title {
    font-family: quickB;
    position: relative;
    margin: 0px 0px 13px;
    font-size: 20px;
    color: #FFFFFF;
    width: 80%;
    padding-bottom: 12px;
    font-weight: 100;
}

    .footer-top .infor .title b {
        font-weight: 100;
        display: inline-block;
        text-transform: uppercase;
        color: #2ce256;
    }


.footer-address section {
}


    .footer-address section p::before {
        content: "\f007";
        position: absolute;
        font-family: FontAwesome;
        color: var(--default-color-4);
        left: 0px;
        font-size: 14px;
        transform: translateY(0px);
    }


    .footer-address section p:nth-child(1)::before {
        content: "\f095";
    }


    .footer-address section p:nth-child(2)::before {
        content: "\f0e0";
    }

    .footer-address section p:nth-child(2) {
        margin-top: 15px;
    }

    .footer-address section p:nth-child(3) {
        margin-top: 15px;
    }


        .footer-address section p:nth-child(3)::before {
            content: "\f3c5";
        }


    .footer-address section p:nth-child(4)::before {
        content: "\f3c5";
    }

    .footer-address section p:nth-child(5)::before {
        content: "\f3c5";
    }

    .footer-address section p:nth-child(6)::before {
        content: "";
    }

    .footer-address section p:nth-child(7)::before {
        content: "\f0ac";
    }


.footer-top .nav-item {
}

.footer-bottom {
    height: 50px;
    background: var(--default-color-4);
}

    .footer-bottom .container {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        height: 100%;
    }

    .footer-bottom .left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .footer-bottom .left .text {
            display: flex;
            color: #333333;
            margin: 0 auto;
        }

            .footer-bottom .left .text span {
                font-size: 16px;
                display: flex;
                align-items: center;
            }

                .footer-bottom .left .text span:nth-child(2) {
                    margin-left: 5px;
                    display: flex;
                }

        .footer-bottom .left a {
            -webkit-transition: all linear .2s;
            -o-transition: all linear .2s;
            transition: all linear .2s;
            padding-left: 4px;
        }

            .footer-bottom .left a:hover {
                text-decoration: underline;
            }

    .footer-bottom .right {
        display: flex;
        -webkit-box-align: center;
        gap: 8px;
        justify-content: center;
        align-items: center;
    }

        .footer-bottom .right .access {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            color: #fff;
            font-size: 13px;
            margin-right: 9px;
            display: none;
        }

            .footer-bottom .right .access img {
                margin-right: 5px;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

            .footer-bottom .right .access span {
                line-height: 100%;
                -webkit-transform: translateY(2px);
                -ms-transform: translateY(2px);
                transform: translateY(2px);
                font-size: 13px;
                font-family: RobotoR;
            }

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* margin-top: 23px; */
}

    .footer-social a {
        height: 35px;
        width: 35px;
        border: 1px solid #fff;
        border-radius: 50%;
        color: #fff;
        font-size: 15px;
        opacity: .5;
        margin-right: 7px;
        -webkit-transition: all linear .2s;
        -o-transition: all linear .2s;
        transition: all linear .2s;
    }

        .footer-social a:hover {
            opacity: 1;
            background-color: #fff;
            color: var(--default-color-1);
        }


.under::before {
    content: '';
    position: absolute;
    width: 63px;
    left: 0;
    bottom: 0;
    height: 2px;
    background-color: var(--default-color-1);
    border-radius: 55px;
    display: none;
}



.text-footer-about {
    font-size: 15px;
    color: #F8F8F8;
    margin-top: 20px;
    width: 313px;
    display: block;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-weight: 100;
    font-family: 'RayR';
    line-height: calc(100% + 7px);
}


    .text-footer-about a {
        display: inline-block
    }

.more-about-footer {
    font-size: 16px;
    margin-top: 20px;
    font-family: 'RayR';
    color: var(--default-color-1);
    text-decoration: underline;
}

    .more-about-footer i {
        padding-left: 2px;
        font-size: 12px;
    }


    .more-about-footer:hover {
        text-decoration: underline;
    }

.footer-end {
    height: 9px;
    width: 100%;
    background-color: var(--default-color-3);
    display: none;
}


.partner {
    width: 100%;
    height: 96px;
    background-color: #fff;
    display: flex;
    display: none;
}




    .partner .sliderswiper {
        width: calc(100%);
        height: 100%;
        padding: 10px 0;
    }

        .partner .sliderswiper .swiper {
            height: 100%;
        }

            .partner .sliderswiper .swiper .item {
                display: flex;
                position: relative;
                align-items: center;
            }

                .partner .sliderswiper .swiper .item::before {
                    height: 53px;
                    content: '';
                    width: 1px;
                    position: absolute;
                    left: 0;
                    background-color: #ececec;
                }

                .partner .sliderswiper .swiper .item img {
                    max-width: 80%;
                    max-height: 80%;
                    margin: auto;
                }

.footer-about-content {
    display: flex;
}

.footer-about-left {
    display: none;
}

.footer-about-right {
    max-width: 322px;
    display: flex;
    flex-direction: column;
}

.footer-about-text {
    font-size: 15px;
    color: #fff;
    line-height: 148.1%;
    font-style: normal;
    font-weight: 400;
    margin-top: 25px;
    font-family: geoL;
    max-width: 335px;
}

.footer-about-right section {
    margin-top: -5px;
    font-size: 14px;
    color: #fff;
}

.footer-address {
}

.footer-about-right section p {
    font-size: 15.82px;
    margin: 0;
    position: relative;
    color: #fff;
    font-family: manR;
    padding-left: 22px;
    display: flex;
    align-items: center;
}

    .footer-about-right section p strong {
        font-weight: 100;
        font-family: manB;
    }

.footer-about-tel {
    display: none;
}

    .footer-about-tel h3 {
        font-family: 'InterSB';
        color: #fff;
        font-size: 14px;
        display: flex;
        align-items: baseline;
        margin-top: 21px;
        margin-bottom: 13px;
    }

        .footer-about-tel h3 i {
            margin-right: 5px;
        }

        .footer-about-tel h3 span {
            text-decoration: underline;
        }

    .footer-about-tel a {
        position: relative;
        margin-left: 14px;
        display: flex;
        align-items: center;
        transition: all linear .3s;
    }

        .footer-about-tel a:hover {
            text-decoration: underline;
        }

        .footer-about-tel a::before {
            content: '';
            position: absolute;
            width: 5px;
            height: 2px;
            background-color: #fff;
            left: -9px;
        }

        .footer-about-tel a:first-child::before {
            display: none;
        }

    .footer-about-tel .tel-list {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        color: #fff;
        font-family: 'InterSB';
    }

    .footer-about-tel a:first-child {
        margin-left: 0;
    }

.footer-list-tag {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 24px;
    width: 100%;
    flex-wrap: wrap;
    display: none;
    left: 0px;
}

    .footer-list-tag a {
        margin: 8px;
    }

.footer-about-top {
    display: flex;
    align-items: center;
}

    .footer-about-top img {
        width: 86px;
    }

.footer-access {
    padding: 12px 0;
    border-top: 1px solid #fff3;
    display: none;
}

.footer-access-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-access-item {
    margin: 6px 12px;
    border: 1px solid #fff;
    border-radius: 55px;
    line-height: 100%;
    font-family: 'geoR';
    color: #fff;
    font-size: 15px;
    padding: 6px 16px;
    padding-top: 9px;
}
/*rs*/
@media(max-width:1023px) {
    .footer-about-right section p {
        color: #FFF;
    }

    .no-display-mobile-tablet {
        display: none !important
    }

    .footer-address {
        margin: 0;
        padding-left: 23px;
    }

    .footer-about-right {
        max-width: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: row;
        justify-content: center;
    }

    .footer-time {
        display: flex;
        align-items: center;
    }

    .footer-bottom .left .text span {
        font-size: 14px;
    }

    .footer-wrap {
        padding: 0;
        width: 100%;
    }

    .footer-top .fanpage {
        margin: 0 auto;
        border: none;
    }

    .footer-top .list-nav.about .title {
        font-size: 36px;
    }

    .footer-top .list-nav.about {
        max-width: 100%;
        margin: 0;
    }

    .footer-top .infor .title {
        width: 100%;
    }

    .footer.home .footer-top .container {
        padding: 35px 0;
    }

    .footer-top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fanpage {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 !important;
    }

    .footer-bottom {
    }

        .footer-bottom .container {
        }

        .footer-bottom .right {
            margin-top: 15px;
        }

    .footer-top .container {
        padding: 35px 0;
    }

    .footer-time-item {
        margin: 0 15px
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important
    }

    .footer-top .list-nav {
        margin: 20px 0;
        padding: 0;
    }

    .footer-wrap .list-nav {
        margin-right: 60px;
    }

    .footer-top .list-nav .title {
        margin-top: 0;
    }
}

@media(max-width: 739px) {
    .no-display-mobile {
        display: none !important
    }

    .footer-top .infor .title {
        font-size: 18px;
    }

    .footer-top .infor .descript {
        font-size: 12px;
    }

    .footer-top .infor section p {
        font-size: 13px;
        margin: 12px 0;
    }

    .footer-top .list-nav .title {
        margin-top: 0;
        font-size: 18px;
    }

    .footer-top .list-nav.about .title {
        align-items: unset;
        justify-content: center;
        font-size: 28px;
    }

    .footer-top .list-nav {
        margin: 15px 0;
        width: 100% !important;
    }

    .footer-bottom {
        height: auto;
    }

        .footer-bottom .container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            padding: 15px 0;
        }

        .footer-bottom .right {
            width: 100%;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: center;
            margin-bottom: 15px;
            margin-top: 0;
            display: none;
        }

    .footer-top .list-nav {
        padding: 0;
        max-width: 100%;
        margin-bottom: 0;
    }

    .fanpage {
        width: 100% !important;
        height: 100% !important;
        margin-bottom: 20px !important;
    }

        .fanpage .fb-page {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .fanpage .fb-page iframe {
                width: 100% !important;
            }

    .text-footer-about {
        font-size: 15px;
    }

    .footer-bottom .left {
        flex-direction: column-reverse;
    }

        .footer-bottom .left img {
            margin-top: 10px;
        }

        .footer-bottom .left .text span {
            justify-content: center;
            margin: 4px 0;
            text-align: center;
            font-size: 12px;
        }

        .footer-bottom .left .text {
            flex-direction: column;
        }

    .footer-about-content {
        flex-direction: column;
        align-items: center;
    }

    .footer-about-right {
        padding: 0;
        margin-top: 0;
        width: 100%;
        background-color: #ffffff26;
        border-radius: 10px;
        padding: 12px;
        flex-direction: column;
    }

    .footer-about-text {
        max-width: 100%;
    }

    .footer-about-left {
        display: none;
    }

    .footer-top .container {
        padding: 20px 0px;
    }

    .footer-wrap .list-nav {
        width: fit-content !important;
        margin: 10px 0;
    }

        .footer-wrap .list-nav:last-child {
            display: none;
        }

    .footer-top .list-nav ul {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 21px;
        row-gap: 4px;
        margin-top: 15px;
    }

    .footer-wrap {
        width: 100%;
        flex-direction: column;
        padding-top: 15px;
    }

    .footer-top .list-nav ul a {
        font-size: 14px;
    }

    .list-nav.about .social a {
        height: 35px;
        width: 35px;
        font-size: 14px;
    }

    .footer.home .footer-top .container {
        padding: 20px 0;
    }

    .footer-access {
        padding: 10px 0;
    }

    .footer-access-item {
        margin: 5px 12px;
        padding: 8px 20px;
    }

    .footer-about-right section p {
        font-size: 13px;
        line-height: 182%;
        color: var(--default-white);
    }

    .footer-time-item {
        margin: 0 4px;
        margin-top: 5px;
    }

        .footer-time-item:first-child {
            margin-top: 0;
            margin-bottom: 5px;
        }

    .footer-time .content strong {
        font-size: 15px;
        margin-top: 1px;
        line-height: 100%;
    }

    .footer-time {
        padding: 0;
        display: flex;
        align-items: unset;
    }

    .footer-about-logo img {
        width: 208px;
    }

    .footer-time-item .icon {
        /* display: none; */
        width: 30px;
        height: 30px;
    }

        .footer-time-item .icon img {
            width: 12px;
            filter: invert(29%) sepia(53%) saturate(576%) hue-rotate(143deg) brightness(53%) contrast(92%);
        }

    .footer-time .content {
        padding: 0 7px;
    }

        .footer-time .content h3 {
            width: fit-content;
            border-radius: 55px;
            font-size: 12px;
            color: #333;
        }

    .footer-about-logo {
        margin-bottom: 12px;
        margin-right: 0;
    }

    .footer-address {
        padding-left: 0;
    }
}



/*rs*/

</pre></body></html>