﻿
.footer {
}

.footer-top-1 {
    background: var(--default-color-3);
}

.footer-top-2-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 53px;
}

.footer-top-1-middler .hotline {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 19px;
}

.icon-hotline svg {
    width: 39px;
    height: 39px;
}

    .icon-hotline svg path {
        fill: white;
    }

.footer-top-1-middler .text-hotline {
    display: flex;
    flex-direction: column;
    color: #FFFF;
}

.text-hotline span:nth-child(1) {
    font-size: 18px
}

.text-hotline span:nth-child(2) {
    font-size: 19px;
}

.hot-line {
    font-family: 'interB';
}

.footer-wrap-1 {
    display: none;
}

.footer-top-1-container {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 154px;
}

.footer-top-1-left h2 {
    font-size: 31px;
    margin: 0;
    font-weight: bold;
    font-family: 'interSB';
    color: var(--default-color-4);
    text-transform: uppercase;
}

.footer-top-1-left span {
    font-size: 15px;
    color: var(--default-white);
    font-family: 'monM';
}

.foooter-top-1-right {
    height: 100%;
    background: #ffff;
}

.time-work, .top-time-work {
    height: 100%;
}

.time-worke {
    padding: 10px 0;
    position: relative;
    width: 298px;
    max-width: 1200px;
    display: flex;
    justify-content: center;
}

    .time-worke:before {
        content: " Thời gian làm việc";
        width: 100%;
        position: absolute;
        top: -60px;
        left: 0;
        height: 61px;
        background: var(--default-color-3);
        border-top-left-radius: 34px;
        border-top-right-radius: 34px;
        display: flex; /* Căn giữa nội dung */
        justify-content: center; /* Căn ngang */
        align-items: center; /* Căn dọc */
        font-family: 'interB';
        font-weight: bold; /* Tuỳ chọn */
        font-size: 18px; /* Tuỳ chọn */
        color: #fff; /* Tuỳ chọn: màu chữ */
        background-image: url(../../../Design/img/Layer10.png); /* thay path thật */
        background-repeat: no-repeat;
        background-position: 27px center; /* icon bên trái */
        background-size: 25px;
        z-index: 1;
        margin-left: 0px;
    }

.top-time-work {
    border: 1px solid #007f5f;
    border-radius: 12px;
    padding: 24px 7px;
    width: fit-content;
    /* background-color: #c5f6fa; */
    color: #007f5f;
    width: 90%;
    display: flex;
    justify-content: center;
}

.day-work {
    font-size: 16px;
    font-weight: bold;
    /* padding: 0 51px; */
    font-family: 'interB';
    display: flex;
    margin-left: 56px;
}

.time-work {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: #ACF8E7;
    padding: 5px 14px;
    border-radius: 8px;
    width: 94%;
}

.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-color: #E7FAFF;
    height: 100%;
}
.tag{}
.contain.border1 {
    margin-top: -174px;
    position: relative;
    z-index: 999;
    padding-bottom: 19px;
}
.tag i {
    margin-right: 3px;
    font-size: 14px;
    color: var(--default-color-1);
}
.tag a:hover i { color:#FFF}
.tag a:hover{
    background:var(--default-color-2);
    color:#FFF
}
.tag a {
    display: inline-block;
    text-decoration: none;
    margin: 5px 0;
    margin-right: 10px;
    background: #FFFF;
    color: #000;
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 5px;
    font-weight: bold;
}
    .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: 84px;
        padding-bottom: 33px;
        /* align-items: center; */
        transform: translateY(-29px);
    }

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

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

.footer-top .list-nav {
    margin-left: -6px;
}

    .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: 275px;
    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: 308px;
    width: 24%;
    padding: 0;
    background-image: unset;
    transform: translateY(-166px);
    background-color: 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: black;
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-family: 'interSB';
    font-weight: 100;
    margin-left: 12px;
}

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

.about-text {
    transform: translateY(18px);
    color: #000000;
    font-family: 'interM';
    /* text-align: center; */
    width: 100%;
    display: flex;
    flex-direction: column;
}

.aboute-us-bottom:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background: #00000017;
    top: 7px;
    left: 0;
}

.aboute-us-bottom {
    transform: translateY(21px);
    padding-top: 21px;
    color: #000000;
    position: relative;
    font-size: 13px;
    width: 106%;
    line-height: 1.6;
}

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

.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: 12px;
    margin-left: 7px;
}

    .footer-top .list-nav ul li::before {
        content: '.';
        position: absolute;
        width: 9px;
        display: block;
        left: 2px;
        margin-right: 5px;
        align-items: center;
        color: var(--default-color-3);
        font-size: 36px;
        top: -22px;
    }

    .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 .5s;
        position: relative;
        display: flex;
        align-items: center;
        padding-left: 14px;
        max-width: 263px;
        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);
            color: var(--default-color-2);
        }

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

    .footer-top .list-nav ul a:hover {
        color: var(--default-color-3)
    }

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

.footer-address h2 {
    margin: 0;
    font-size: 20px;
    margin-left: 10px;
}

.footer-address .logan-footer {
    color: var(--default-color-1);
    display: none;
}

.footer-address {
    width: 56%;
}

.footer-wrap {
    display: flex;
    justify-content: right;
    flex: 1;
    padding: 0 28px;
    - top: -6px;
}


.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, .footer-top-1 .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 p {
    margin: 0;
    line-height: 2;
}


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


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


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

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

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

.nvda {
    font-size: 16px !important;
}

.footer-address section p:nth-child(4) {
    margin-top: 8px
}

.footer-address section p:nth-child(5) {
    margin-left: 20px;
    font-size: 16px;
}

.footer-address section p:nth-child(6) {
    margin: -15px 0px 0px 19px;
}

.footer-address section p:nth-child(3)::before {
    margin-top: 2px;
    content: "\f7a2";
}


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

.footer-address section p:nth-child(5)::before {
    margin-top: -4px;
    content: "\f095";
    font-size: 32px;
}

.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 {
}

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

.text-us span a {
    font-weight: bold;
    color: var(--default-color-3)
}

.text-us span {
    display: flex;
    gap: 3px;
}

.footer-about-right {
    /* max-width: 276px; */
    display: flex;
    flex-direction: column;
    width: 100%;
}

.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 section {
    font-size: 15px;
    position: relative;
    margin-top: 15PX;
    margin-left: 27px;
    width: 91%;
    color: #000000;
}

.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;
        display: none;
    }

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

    .footer-top .list-nav.about {
        max-width: 100%;
        margin: 0;
        transform: translateY(-100px);
    }

    .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) {
    .contain.border1{
        margin-top:0 !important;
    }
    .tag a{
        font-size: 12px;
    }
.tag{
     margin-top: -116px;
     }
    .time-worke:before {
        font-size: 13px;
        border-top-left-radius: 31px;
        border-top-right-radius: 31px;
        height: 47px;
        top: -47px;
        background-position: 42px center;
    }

    .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, .footer-top-1 .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;
    }

    .about-text, .aboute-us-bottom {
        transform: translateY(0px);
        width: 100%;
        font-size: 12px;
    }

    .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;
        transform: translateY(0px);
        /* height: 32px; */
    }

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

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

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

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

    .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: 79%;
    }

    .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;
    }

    .time-worke {
        width: 266px;
        padding: 16px;
    }

    .footer-top-1-middler {
        display: none
    }

    .foooter-top-1-right {
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        display: none;
    }

    .footer-top-2-right, .footer-top-1-container {
        flex-direction: column-reverse;
        gap: 20px;
        z-index: 99;
        /* display: none; */
    }

    .footer-top-1-container {
        padding-bottom: 85px;
    }

    .footer-address section p {
        /* line-height: 1.5; */
        font-size: 14px;
        width: 107%;
    }

    .footer-top-1-left div:first-child {
        border-bottom: 1px solid #ffffff78;
        display: none;
        width: 100%;
    }

    .footer-address {
        display: block !important
    }

    .footer-top-1-left h2 {
        font-size: 23px;
        text-align: center;
    }

    .logan-footer {
        text-align: center;
        display: flex;
        justify-content: center;
        padding-top: 0 !important;
        color: #FFF !important;
    }

    .nvda,
    .nvda a,
    .nvda a[href^="tel"] {
        /* color: white !important; */
        text-decoration: none !important;
    }
.nvda{
     color: #FFFF !important;
}
    .footer-top-1-left span {
        font-size: 16px !important;
        padding-top: 20px;
        color: #FFFF;
    }

    .1-left-us-about {
    }

    .footer-top-1-middler .hotline {
        font-size: 10px;
        gap: 9px;
    }

    .icon-hotline svg {
        width: 20px;
        height: 20px;
    }

    .footer-wrap-1 {
        display: block;
    }

    .footer-address section p:nth-child(1)::before {
        margin-top: 0px;
    }

    .footer-address section p::before {
        margin-top: -3px;
        color: var(--default-white);
    }

    .footer-address section {
        font-size: 14px;
        color: #fff;
        /* font-family: 'monM'; */
        width: 80%;
    }

    .footer-top-1 .list-nav {
        margin-top: 25px;
    }

        .footer-top-1 .list-nav h3 {
            color: var(--default-color-4);
            margin-left: 9px;
        }

        .footer-top-1 .list-nav ul a {
            font-size: 14px;
            color: var(--default-white);
            -webkit-line-clamp: 2;
        }

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

        .footer-top-1 .list-nav ul li {
            transition: transform 0.3s ease; /* <- thêm dòng này */
            position: relative;
        }

    .day-work {
        margin: 0 28px;
    }

    .footer-top {
        /* height: 225px; */
    }

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

    .footer-address section p:nth-child(6) {
        margin-top: -9px;
        margin-left: 20px;
    }

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

    .footer-top-1 .list-nav ul li:before {
        content: ".";
        position: absolute;
        font-size: 41px;
        top: -29px;
        left: -13px;
        color: var(--default-color-4);
    }
}



/*rs*/

