/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.12,
* Autoprefixer: v10.4.4
* Browsers: last 4 version
*/

@import 'font.css';

footer ul p {
    color: #000;
}

.fanpage-mobile {
    display: none;
}

footer .bot .container .right p a {
    margin-left: 4px;
}

.full-content-contact-f {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 28px;
    flex-direction: column;
    gap: 8px;
    display: none;
}

.l-content-contact-f {
    width: 50%;
    text-align: center;
    margin-right: 17px;
}

.r-content-contact-f {
    flex: 1 1 0;
}

.l-content-contact-f h3 {
    margin: 0;
    font-size: 16px;
    font-family: 'Montserrat-Medium';
    color: #000;
    text-transform: uppercase;
    font-weight: normal;
}

.l-content-contact-f strong {
    font-size: 30px;
    font-family: 'Montserrat-ExtraBold';
    color: #000;
    margin-top: 15px;
}

.r-content-contact-f a {
    display: inline-flex;
    padding: 13px 34px;
    width: max-content;
    background: rgba(234, 0, 35, 1);
    text-transform: uppercase;
    color: #ffff;
    font-weight: normal;
    font-size: 18px;
    font-family: 'Montserrat-SemiBold';
    border-radius: 50px;
    align-items: center;
}

.svg-contact-footer {
    margin-left: 10px;
}

footer .bot .container .right p a:hover {
    text-decoration: underline;
}

footer.footer-full-content {
    background: url(/Design/img/AmiTaxi/d.png) no-repeat;
    background-size: 101% 103%;
}

footer .bot .container .right p {
    display: flex;
    align-items: center;
}

.title-img-footer img {
    width: 41%;
    height: auto;
}

.title-img-footer {
    text-align: center;
    /* background: #ffffffa3; */
    /* border-radius: 15px; */
}

footer .top > .grid.wide {
    /* background: rgb(255 255 255 / 90%); */
    padding: 53px 29px 19px 29px;
    border-radius: 10px 10px 0 0;
}

.svg-contact-footer svg path {
    fill: #fff;
}

footer .bot .grid.wide {
    border-radius: 0 0 10px 10px;
    /* background: linear-gradient(to right, #FF4500, #FFA500, #007b77); */
}
.footer-contact-infor{
}
.footer-contact-infor {
    flex: 1 1 0;
    margin-right: 40px;
}

.footer-contact .title {
    color: var(--default-color-1);
    font-size: 20px;
    margin-top: 0;
    font-family: 'Montserrat-Bold';
    width: fit-content;
    position: relative;
    text-transform: uppercase;
    font-weight: 100;
    padding-bottom: 11px;
}

    .footer-contact .title:after {
        content: "";
        position: absolute;
        left: 0;
        width: 50px;
        height: 2px;
        background-color: var(--default-color-1);
        bottom: 0;
    }

footer .top {
    height: auto;
    width: 100%;
}

    footer .top .container {
        display: flex;
        justify-content: space-between;
    }

.footer-contact {
    width: 324px;
    margin-right: 22px;
    margin-top: 10px;
}

footer .top .helper {
    margin: 0 7px;
    width: 24%;
    margin-left: 4px;
    margin-top: 10px;
}
.helper.list-menu-city-footer{
    width: 11% !important;
}
.footer-contact .heading {
    color: #fff;
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 11px;
    position: relative;
    margin-top: 12px;
    font-weight: 100;
    font-family: interM;
    margin: 0;
    padding-bottom: 6px;
}

    .footer-contact .heading strong {
        font-size: 24px;
        margin-top: 6px;
        display: block;
        font-family: interB;
        letter-spacing: 0.6px;
    }

    .footer-contact .heading::before {
        content: "";
        width: 50px;
        position: absolute;
        height: 2px;
        background-color: #fff;
        bottom: 0;
    }

.footer-contact .slogan {
    font-size: 15px;
    color: #FEFEEC;
    font-weight: 100;
    margin-bottom: 19px;
    display: block;
    line-height: 26px;
}

.footer-contact .descrip {
    font-size: 17.71px;
    color: #ffffff;
    line-height: calc(100% + 6px);
}

.footer-contact ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-top: 12px;
}

    .footer-contact ul li i {
        font-size: 20px;
        margin-left: 1px;
    }

    .footer-contact ul li span {
        padding-left: 15px;
        font-size: 15.74px;
        line-height: calc(100% + 5px);
    }

footer .top .helper .title {
    color: var(--default-color-1);
    font-size: 20px;
    margin-top: 0;
    font-family: 'Montserrat-Bold';
    width: fit-content;
    position: relative;
    text-transform: uppercase;
    font-weight: 100;
    padding-bottom: 11px;
}

    footer .top .helper .title::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 2px;
        background-color: var(--default-color-1);
        bottom: 0;
    }

footer .top ul {
    padding-left: 0;
    color: #Fff;
    margin-top: 22px;
}

footer .helper ul {
    margin-left: 17px;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(1,minmax(0,1fr));
    column-gap: 76px;
    row-gap: 0;
    line-height: 160%;
    margin-top: 20px;
}

footer .top ul p {
    margin: 6px 0;
    position: relative;
    font-size: 15px;
    font-family: 'Montserrat-Medium';
    padding-left: 22px;
    display: flex;
    background-color: transparent !important;
    align-items: center;
    line-height: 160%;
}

.content-footer-phone span {
    display: block;
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat-Medium';
    text-transform: uppercase;
}

.svg-footer-tt svg path {
    fill: var(--default-color-1);
}

.svg-footer-tt {
    display: flex;
    align-items: center;
    border: 2px solid var(--default-color-1);
    border-radius: 50px;
    padding: 6px;
}

.content-footer-phone {
    margin-left: 8px;
}

.hotline-footer-c {
    margin-top: 14px;
}

.content-footer-phone strong {
    font-size: 30px;
    font-family: 'Montserrat-ExtraBold';
    color: var(--default-color-3);
    line-height: 103%;
}

.r-content-contact-f a:hover {
    opacity: .7;
}

.header-bottom-hotline:hover .content-footer-phone strong {
    color: var(--default-color-1);
}

footer .top ul p strong {
    font-weight: 100;
    margin-left: 5px;
    font-family: 'interSB';
    font-size: 18px;
}

footer .top ul p::before {
    content: "\f055";
    font-family: FontAwesome;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    justify-content: center;
    font-size: 15px;
    background-color: transparent !important;
    color: var(--default-color);
    border: 1px solid var(--default-color);
    border-radius: 5px;
    top: 0px;
    width: 15px;
}

footer .top ul p:first-child::before {
    content: "\f3c5";
}

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

footer .top ul p:nth-child(3)::before {
    content: "\f0ac";
}

footer .top ul p:nth-child(4)::before {
    content: "\f095";
}

footer .top ul p:nth-child(5)::before {
    content: "\f0ac";
}

footer .top ul p::before {
    border: none;
    color: var(--default-color-1);
}

footer .top .helper ul li {
    list-style: none;
}

footer .top .helper li a {
    position: relative;
    color: #000;
    font-family: 'Montserrat-Medium';
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

    footer .top .helper li a:hover {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
        color: var(--default-color-2);
    }

    footer .top .helper li a i {
        position: absolute;
        left: -15px;
        font-size: 10px;
        -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
        transform: translateY(0px);
    }

footer .top .fanpage {
    overflow: hidden;
}

    footer .top .fanpage .fb-page {
        width: 100%;
    }

    footer .top .fanpage iframe {
        height: 100% !important;
        width: 100%;
    }

footer .bot {
    height: 53px;
}

section.des-infor-footer {
    font-size: 15px;
    color: #000;
    font-family: 'Montserrat-Medium';
    /* margin-top: -32px; */
    text-align: justify;
}

footer .bot .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    footer .bot .container .copy-right {
        font-size: 16px;
        color: #000;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        footer .bot .container .copy-right p {
            padding-left: 5px;
        }

        footer .bot .container .copy-right a {
            font-size: 14px;
            position: relative;
            -webkit-transition: all linear .2s;
            -o-transition: all linear .2s;
            transition: all linear .2s;
            color: #fff;
            display: inline-flex !important;
        }

            footer .bot .container .copy-right a::before {
                content: '';
                position: absolute;
                width: 0;
                height: 1px;
                background-color: #fff;
                top: calc(100% + 2px);
                -webkit-transition: all ease .3s;
                -o-transition: all ease .3s;
                transition: all ease .3s;
            }

            footer .bot .container .copy-right a:hover {
                opacity: 1;
                color: #fff;
            }

                footer .bot .container .copy-right a:hover::before {
                    width: 100%;
                }

    footer .bot .container .right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.footer-view {
    display: flex;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
    flex-direction: column;
}

.footer-view-item {
    margin: 4px 0;
}

.footer-view img {
    margin-right: 4px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

footer .bot .container .right .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    footer .bot .container .right .social .item {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 1px solid var(--default-color-1);
        font-size: 15px;
        color: var(--default-color-1);
        cursor: pointer;
        opacity: 1;
        margin-right: 6px;
        -webkit-transition: all linear .3s;
        -o-transition: all linear .3s;
        transition: all linear .3s;
    }

        footer .bot .container .right .social .item:hover {
            opacity: 1;
            background-color: #fff;
            color: var(--default-color-1);
        }

        footer .bot .container .right .social .item:last-child {
            margin-right: 0;
        }

footer .bot .container .right span {
    color: #585858;
    font-size: 12px;
    margin-right: 9px;
}

footer .top .map-footer {
    width: 366px;
    height: 217px;
}

.footer-tag-lists {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

.footer-tag-item {
    border: 1px solid var(--default-color-1);
    color: #000;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 5px;
    transition: all linear .2s;
    margin: 5px;
    display: inline-block;
}

    .footer-tag-item i {
        margin-right: 5px;
        color: var(--default-color-1);
    }

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

/* Mobile & tablet */
@media (max-width: 1023px) {
    footer .top .contact .heading {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .full-content-contact-f {
        display: none;
    }

    .footer-contact {
        width: 100%;
        margin-right: 0;
    }

    footer.footer-full-content {
        padding: 0 5px;
        padding-bottom: 15px;
    }

    footer .top .grid.wide {
        padding: 10px;
        padding-bottom: 21px;
        padding-top: 20px;
    }

    .footer-contact .title {
        font-size: 16px;
    }

    .content-footer-phone strong {
        font-size: 23px;
    }

    .fanpage-mobile {
        display: none;
    }
}

/* Tablet */
@media (min-width: 740px) and (max-width: 1023px) {
    .footer-contact {
        width: 100%;
    }
}

/* Mobile */
@media (max-width: 739px) {
    .footer-contact .heading {
        font-size: 16px;
    }

    footer .top .helper li a {
        color: #000
    }

    .footer-contact .heading strong {
        font-size: 31px;
    }

    .footer-contact .heading::before {
        bottom: -8px;
    }

    footer .top .contact .heading strong {
        font-size: 22px;
        margin-top: 7px;
    }

    footer .top .contact .heading {
        font-size: 14px;
    }

    .footer-view {
        font-size: 15px;
    }

    footer .top .contact .heading::before {
        bottom: -12px;
    }

    .footer-tag-item {
        font-size: 11px;
        padding: 4px 8px;
        margin: 4px;
        color: #000;
    }

    section.des-infor-footer {
        color: #000
    }

    footer .top ul p {
        color: #000
    }

    footer .top > .grid.wide {
        background: rgb(255 255 255 / 90%);
        padding: 52px 18px 19px 18px;
        border-radius: 10px 10px 0 0;
    }
}
