﻿.footer {
    background-image: url(../../../Design/img/bg-footer.png);
    background-size: cover;
}

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

.footer-top-container {
    display: flex;
    align-items: center;
    margin-top: 53px;
    padding-bottom: 39px;
}

    .footer-top-container .center .list a:hover {
        color: #0b6597;
    }

    .footer-top-container .item {
        width: calc(100% / 3);
        position: relative;
    }

    .footer-top-container .left {
        width: 406px;
    }

        .footer-top-container .left .footer-logo {
            padding: 5px;
            float: left; /* Đặt hình ảnh là một phần của dòng văn bản */
            width: 148px;
            height: 148px;
            border: 1.5px solid #DCEEF3;
            margin-right: 15px;
            background: #fff;
            border-radius: 50%;
        }

    .footer-top-container .center {
        display: flex;
        flex-direction: column;
        padding: 0 44px;
        padding-left: 71px;
        padding-right: 0;
    }

    .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(2,minmax(0,1fr));
        column-gap: 16px;
        row-gap: 0;
        width: fit-content;
        margin-top: 30px;
    }

        .footer-top-container .center .list a {
            color: #F4F0EB;
            font-size: 16px;
            position: relative;
            display: flex;
            align-items: center;
            padding-left: 17px;
            font-weight: 100;
            line-height: 228%;
        }

            .footer-top-container .center .list a::before {
                content: '';
                position: absolute;
                width: 7px;
                height: 7px;
                background-color: #fff;
                left: 0;
                transform: rotate(45deg);
            }

    .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(../../../Design/img/icon-house.svg);
                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-booking.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: center;
    justify-content: center;
}

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

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

.footer-top-container .right .fanpage {
    border-radius: 10px;
    overflow: hidden;
    width: fit-content;
}

.footer-top-container .right .fb-page {
    height: 156px;
    width: 355px;
    float: right;
}

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

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

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

.footer-bottom {
    background-color: #0B6393;
}

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

    .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-size: 18px;
        }

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

.footer-nav-title {
    margin: 0;
    position: relative;
    font-weight: 100;
    color: #F4F0EB;
    text-transform: capitalize;
    font-size: 24px;
    width: 100%;
}

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

.footer-top-info {
    background-color: #F4F0EB;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 32px 58px;
    justify-content: center;
    width: max-content;
    margin: auto;
}

    .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: 'BeauDisM';
            font-size: 21px;
            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;
        font-family: 'AVERTASTDSB';
    }
/*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-info .item-title span {
        font-size: 16px;
    }

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

    .footer-top-container .left .descript {
        padding: 0;
    }

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

        .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: 45px;
            }

        .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 {
            width: 50%;
            padding: 30px 15px;
        }
}

@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: 14px;
        line-height: 25px;
    }

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

    .footer-top-info {
        flex-direction: column;
        padding: 10px 17px;
        width: 100%;
    }

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

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

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

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

        .footer-top-container .right .fanpage {
            display: none;
        }

    .gg-map-footer.none {
        display: block !important;
        width: 100%;
        border-radius: 10px;
    }

        .gg-map-footer.none iframe {
            border-radius: 10px;
        }

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

    .footer-nav-title {
        font-size: 20px;
    }

    .footer-top-container .left .footer-logo {
        width: 108px;
        height: 108px;
    }

    .footer-top-container .left .descript span {
        padding-top: 15px;
        font-size: 15px;
    }

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

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

    .footer-top-container {
        padding-top: 25px;
    }

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

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

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