﻿.footer {
}

.footer-wrap {
    display: flex;
    width: 325px;
    flex: 1;
    justify-content: space-evenly;
    padding-top: 60px;
}

.footer-top {
    background-image: url(../../Photo/banner/footer-bg.jpg);
    background-size: cover;
}
/* bảng giá popup*/
/* CSS cho popup */
/* CSS cho popup */
/* CSS cho popup */
/* CSS cho popup */
.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

/* Hiển thị popup khi được target */
.popup:target {
    display: flex;
}

.popup-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-content {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    max-width: 90%;
    max-height: 90%;
    overflow: auto;
    pointer-events: none;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #aaa;
    text-decoration: none;
    font-size: 20px;
    pointer-events: auto;
}

.close:hover {
    color: #000;
}

#image-container {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 100%;
}

.popup img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}
  /* bảng giá popup- end */
.footer .grid.wide {
    max-width: 1254px;
}

.footer-top-container {
    display: flex;
    /* align-items: center; */
    padding-bottom: 30px;
    padding-top: 10px;
}

    .footer-top-container .item {
        position: relative;
        padding: 0 27px;
    }

    .footer-top-container .left {
        padding: 0;
        width: 334px;
    }

        .footer-top-container .left .footer-logo {
            /* Đặt hình ảnh là một phần của dòng văn bản */
            /* Canh giữa hình ảnh theo chiều dọc */
            /* Khoảng cách giữa hình ảnh và văn bản */
            margin: 18px 0;
            width: 168px;
        }

    .footer-top-container .center {
        display: flex;
        flex-direction: column;
        padding: 0;
    }

        .footer-top-container .center:nth-child(1) {
            width: 150px;
        }

        .footer-top-container .center:nth-child(2) {
            width: 365px;
        }

        .footer-top-container .center:nth-child(3) {
            width: 300px;
        }

    .footer-top-container .left h3 {
        margin: 0;
        font-weight: 100;
        color: #FFFFFF;
        font-family: 'avertaSTD';
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 41px;
    }

    .footer-top-container .center .list {
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(1,minmax(0,1fr));
        column-gap: 16px;
        row-gap: 0;
        width: fit-content;
        margin-top: 16px;
        padding: 0 5px;
    }

        .footer-top-container .center .list a {
    /*        color: var(--default-color-1); */
            font-size: 14px;
            position: relative;
            display: flex;
            align-items: center;
            padding-left: 14px;
            font-weight: 100;
            margin-bottom: 1px;
            transition: all ease .3s;
            line-height: 194.286%;
        }

            .footer-top-container .center .list a:hover {
                color: var(--default-color-2);
            }

            .footer-top-container .center .list a::before {
                content: '';
                position: absolute;
                width: 7px;
                height: 7px;
                left: 0;
                /* transform: translateY(-3px); */
                background-image: url(../../../Design/img/tg-icon.svg);
                background-size: cover;
                top: 9px;
            }

    .footer-top-container .right .access {
        display: flex;
        align-items: center;
        justify-content: end;
        justify-content: flex-end;
        margin-top: 15px;
        color: #fff;
        font-size: 16px;
        display: none;
    }

        .footer-top-container .right .access img {
        }

        .footer-top-container .right .access span {
            display: block;
            margin-left: 10px;
        }

    .footer-top-container .center .footer-logo {
    }

    .footer-top-container .center section {
        margin-top: 13px;
    }

        .footer-top-container .center section p {
            margin: 0;
            text-align: center;
            color: #F4F0EB;
            position: relative;
            font-size: 16px;
            line-height: 150%;
            font-family: 'avertaSTDLight';
        }

            .footer-top-container .center section p::before {
                content: '';
                position: absolute;
                width: 16px;
                height: 14px;
                background-image: url(../../../index.html);
                background-size: contain;
                left: -13px;
                top: 4px;
            }

    .footer-top-container .center-text {
    }

.iBooking:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    color: #8d8d8d;
    background-image: url(../../../Design/img/i-traveloka-2.png);
    background-repeat: no-repeat;
    margin: auto;
    background-position: center;
    margin-bottom: 0px;
}

.iAgoda:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    color: #8d8d8d;
    background-image: url(../../../Design/img/i-agoda.png);
    background-repeat: no-repeat;
    margin: auto;
    background-position: center;
    margin-bottom: 0px;
}

.iTripadvisor:before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    color: #8d8d8d;
    background-image: url(../../../Design/img/19-footer-i.png);
    background-repeat: no-repeat;
    margin: auto;
    background-position: center;
    margin-bottom: 0px;
}

.footer-top-container .center-text h3 {
    text-align: center;
    color: #F4F0EB;
    font-weight: 100;
    margin: 0;
    font-family: 'avertaSTD';
    font-size: 12px;
    line-height: 150%;
    letter-spacing: 1.08px;
    margin-top: 12px;
    margin-bottom: 8px;
}

.footer-top-container .center-text span {
    font-family: 'avertaSTD';
    font-size: 20px;
    line-height: 150%;
    color: #F4F0EB;
    font-weight: 100;
}

.footer-top-container .center section strong {
}

.footer-top-container .center-email {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

    .footer-top-container .center-email img {
    }

    .footer-top-container .center-email .sdt {
        color: #F4F0EB;
        line-height: 150%;
        font-size: 16px;
        font-family: 'avertaSTDLight';
        margin-left: 7px;
    }

.footer-top-container .right {
    flex-direction: column;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    align-items: flex-end;
    align-items: self-end;
    padding-right: 0;
    margin-top: 75px;
}

.footer-top-container .left .descript {
    text-align: left;
    display: block;
    color: #F4F0EB;
    font-size: 16px;
    font-family: 'avertaSTDLight';
    line-height: 158%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .footer-top-container .left .descript span {
        vertical-align: top;
        padding-top: 40px;
        display: block;
    }

.footer-top-container .right .fanpage {
    border-radius: 10px;
    overflow: hidden;
    width: 320px;
    height: 184px;
}

    .footer-top-container .right .fanpage .iframe {
        width: 100%;
        height: 100%;
    }

        .footer-top-container .right .fanpage .iframe iframe {
            width: 100%;
            height: 100%;
        }

.footer-top-container .right .fb-page {
    height: 100%;
    width: 100%;
}

.footer-top-container .right .social {
    display: flex;
    margin-top: 14px;
    justify-content: end;
    justify-content: flex-end;
    /* display: none; */
}

    .footer-top-container .right .social a {
        width: 35px;
        height: 35px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #fff;
        color: #fff;
        margin: 0 3px;
        background-color: var(--default-color-1);
    }

        .footer-top-container .right .social a:last-child {
            margin-right: 0;
        }

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

.footer-bottom-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

    .footer-bottom-container .left {
    }

    .footer-bottom-container .text {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

        .footer-bottom-container .text span {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            font-family: 'avertaSTD';
            font-size: 16px;
        }

        .footer-bottom-container .text a {
            white-space: nowrap;
            display: block;
            margin-left: 6px;
            transition: all linear .2s;
        }

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


.footer-nav-title {
    margin: 0;
    position: relative;
    font-weight: 100;
    color: var(--default-color-1);
    text-transform: capitalize;
    font-size: 16px;
    width: 100%;
    font-family: 'montSB';
    font-weight: 100;
    text-transform: uppercase;
}

    .footer-nav-title::before {
        content: '';
        position: absolute;
        width: 136.02px;
        height: 1.236px;
        background: linear-gradient(90deg, #FFF 5.07%, rgba(217, 217, 217, 0.00) 52.87%);
        bottom: -17px;
        opacity: 0;
    }

.footer-top-info {
    background-color: #F4F0EB;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 32px 0;
}

    .footer-top-info .item {
        padding: 0 23px;
    }

        .footer-top-info .item:nth-child(2) {
            border: 1px solid #05A1E5;
            border-top: none;
            border-bottom: none;
        }

    .footer-top-info .item-title {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .footer-top-info .item-title img {
            margin-right: 10px;
        }

        .footer-top-info .item-title span {
            font-family: 'ice';
            font-size: 24px;
            color: var(--default-color-1);
        }

    .footer-top-info .item:nth-child(1) .content {
        font-family: 'avertaSTDSB';
        font-size: 16px;
    }

        .footer-top-info .item:nth-child(1) .content br {
            display: none;
        }

    .footer-top-info .content {
        text-align: center;
        color: #585858;
        display: block;
        line-height: 150%;
        font-size: 16px;
        margin-top: 5px;
    }

.footer-trip {
    width: 160px;
    border-top: 4px solid var(--default-color-3);
    padding-top: 26px;
    margin-top: 75px;
    display: none;
}

    .footer-trip img {
    }

    .footer-trip span {
        color: #FFFFFF;
        line-height: 213%;
        font-size: 14px;
        text-decoration: underline;
        display: block;
        margin-top: 16px;
        font-family: 'avertaR';
    }

.footer-best {
    margin-top: 31px;
    display: none;
}

    .footer-best .img {
        display: flex;
        width: 83px;
        align-items: center;
        justify-content: center;
        filter: invert(100%) sepia(0%) saturate(7497%) hue-rotate(164deg) brightness(102%) contrast(101%);
    }

        .footer-best .img img {
            width: 100%;
            height: 100%;
        }

.footer-all-infor {
    font-family: 'montR';
}

    .footer-all-infor p strong {
        font-family: 'montM';
        font-weight: 100;
    }

    .footer-all-infor p a {
        color: var(--default-color-1) !important;
        text-decoration: underline;
    }

    .footer-all-infor p {
        margin: 0;
        line-height: 138.5%;
        color: #000000; 
        font-size: 14px;
        margin-bottom: 12px;
        padding-left: 20px;
        position: relative;
    }

        .footer-all-infor p::before {
            content: "\f007";
            position: absolute;
            font-family: FontAwesome;
            color:#000000;
            left: 0px;
            font-size: 14px;
            transform: translateY(0px);
            margin-right: 10px;
        }


        .footer-all-infor p:nth-child(2)::before {
            content: "\f095";
        }


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

        .footer-all-infor p:nth-child(3)::before {
            content: "\f095";
        }

        .footer-all-infor p:nth-child(4)::before {
            content: "\f0e0";
        }

        .footer-all-infor p:nth-child(5)::before {
            content: "\f0ac";
        }
/*RS*/
@media(max-width:1023px) {
    .footer-top-container .left .list {
        width: 100%;
        padding: 0;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        column-gap: 15px;
        row-gap: 0;
    }

    .footer-top-info .item:nth-child(1) .content {
        font-size: 14px;
    }

    .footer-top-container .center section p::before {
        display: none;
    }

    .footer-all-infor {
        padding-left: 20px;
    }

    .footer-top-container .left .descript {
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
    }

    .footer-top-container {
        display: flex;
        flex-direction: row;
        margin-top: 0;
        flex-wrap: wrap;
        padding-top: 30px;
    }

        .footer-top-container .center {
            border: none;
        }

        .footer-top-container .item {
            width: 100%;
            padding: 30px 0;
        }

            .footer-top-container .item.center {
                padding: 0;
                width: 50%;
                padding-left: 0;
            }

        .footer-top-container .right .fb-page {
            float: unset;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .footer-top-container .right .fanpage {
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .footer-top-container .right .social {
            justify-content: center;
            align-items: center;
        }

        .footer-top-container .right .access {
            justify-content: center;
            align-items: center;
        }

        .footer-top-container .left {
            padding: 30px 15px;
            width: 100%;
            padding-top: 0;
        }

    .footer-best {
        width: 100%;
    }

        .footer-best .img {
            width: 100%;
        }

    .footer-trip {
        margin: 0 auto;
        /* display: flex; */
        /* flex-direction: column; */
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    .footer-top-container .right {
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        padding-bottom: 0;
    }

    .footer-bottom-container .text span {
        font-size: 16px;
    }
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {
    .footer-top-container .left .list {
        width: 100%;
        padding: 0;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: 15px;
        row-gap: 0;
    }

    .footer-top-container .left h3 {
        margin-bottom: 16px;
    }

    .footer-bottom-container .text span {
        display: block;
        text-align: center;
        font-size: 11px;
        line-height: 156%;
    }

    .footer-bottom-container .text a {
        display: inline-block;
        margin-left: 0;
    }

    .footer-top-info {
        flex-direction: column;
        padding: 10px 0;
    }

        .footer-top-info .item {
            padding: 10px 15px;
        }

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

    .footer-top-container .item {
        width: 100% !important;
        padding: 0 !important;
    }

    .footer-top-container .right {
        margin-top: 20px;
    }

    .footer-top-container .item.left {
        margin-bottom: 0;
    }

    .footer-top-container .center .list {
        width: 100%;
        margin-top: 8px;
    }

    .footer-top-info .item:nth-child(2) {
        border: none;
    }

    .footer-top-container {
        padding-top: 0;
        flex-direction: column;
    }

    .footer-bottom-container {
        height: auto;
        padding: 12px 0;
    }

    .footer-top-info .item:nth-child(1) .content {
        font-size: 22px;
    }

    .footer-top-container .item.center {
        margin-bottom: 0;
        width: fit-content !important;
        margin-top: 15px;
    }

    .footer-top-info .content {
        font-size: 14px;
    }

    .footer-top-info .item:nth-child(1) .content br {
        display: block;
    }

    .footer-top-info .item:nth-child(1) .content span {
        display: none;
    }

    .footer-top-container .left .descript {
        flex-direction: column;
    }

    .footer-all-infor {
        padding: 0;
    }

    .footer-trip {
        width: 100%;
    }

    .footer-wrap {
        width: 100%;
        flex: 1;
        justify-content: space-between;
        padding: 0 10px;
        flex-direction: column;
    }

    .footer-top-container .right .fanpage {
        width: 100%;
    }

    .footer-bottom {
        height: auto;
    }

    .footer-top-container .left .footer-logo {
        margin-bottom: 18px;
        margin-top: 0;
        width: 168px;
    }
}
