footer {
    background-color: #14181c;
}

/*hình ảnh salon*/

.sa-salon-img {
    background-image: url(../images/giao-xe/plugins-bg.webp);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    position: relative;
    text-align: center;
    padding: 3rem 0;
}

.sa-salon-img .sa-title {
    color: var(--xaWhite);
    justify-content: center;
    margin-bottom: 0.5rem;
    padding: 0;
}

.sa-salon-img p {
    color: var(--xaWhite);
    margin-bottom: 2rem;
    font-style: italic;
}

.sa-lazy-salon {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sa-lazy-salon .sa-box {
    flex-basis: 24%;
}

.sa-lazy-salon .sa-box .sa-item {
    display: inline-block;
    width: 100%;
    padding: 1rem;
}

.sa-lazy-salon .sa-box img {
    height: 192px;
    border-radius: 4px;
}

.sa-lazy-salon .slick-prev {
    left: 20px !important;
    z-index: 10;
}

.sa-lazy-salon .slick-next {
    right: 20px !important;
    z-index: 10;
}


.sa-footer .sa-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}

.sa-footer .sa-container .sa-box {
    flex-basis: 30%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-transform: capitalize;
}

.sa-footer .sa-container .sa-page {
    flex-basis: 20%;
}

.sa-footer .sa-container .sa-box-mxh {
    flex-basis: 30%;
}

.sa-footer .sa-box h2 {
    color: var(--xaRed);
    margin-bottom: 1rem;
}

.sa-footer .sa-box .sa-item {
    flex-basis: 100%;
    margin-top: 2rem;
}

.sa-footer .sa-box .sa-item span, footer .sa-box .sa-item strong {
    color: var(--xaWhite);
}

.sa-footer .sa-box .sa-item i {
    color: var(--xaWhite);
    margin-right: 0.2rem;
}

.sa-footer .sa-box .sa-item a {
    color: var(--xaWhite);
}
.sa-mxh
{
    display: flex;
}
.sa-footer .sa-box .sa-mxh i {
    display: inline-block;
    font-size: 2rem !important;
    border-radius: 50%;
    background: var(--xaWhite);
}

.sa-footer .sa-box .sa-mxh a {
    display: inline-block;
    cursor: pointer;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sa-footer .sa-box .sa-mxh a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.sa-footer .fa-facebook-f {
    color: var(--xaBlueA) !important;
    margin-right: 1.5rem !important;
    padding: 5px 9px;
    border-radius: 50%;
}

.sa-footer .fa-youtube {
    color: var(--xaRed) !important;
    padding: 5px;
    border-radius: 50%;
}

.sa-footer .sa-box a:hover {
    color: var(--xaRed) !important;
}

.sa-footer .sa-page .sa-item:first-child {
    flex-basis: 100%;
}

.sa-footer .sa-bb {
    border-top: 1px solid #1E284B;
    text-align: center;
    padding: 2rem 0;
}

.sa-bb i {
    margin-right: 0.3rem;
    color: var(--xaWhite);
}

.sa-bb span {
    color: var(--xaBreadcrumb);
}

.sa-bb strong, .sa-bb a {
    color: var(--xaWhite);
    font-weight: 600;
}

.sa-bb a:hover {
    color: var(--xaRed);
}

@media only screen and (max-width: 1230px) {
    footer {
        padding: 2rem 1.5rem 0;
    }

    footer .sa-container {
        padding: 0 0.5rem;
    }
}

@media only screen and (max-width: 991px) {
    .sa-footer .sa-box h2 {
        margin-bottom: 0;
    }

    .sa-footer .sa-container .sa-box {
        flex-basis: 49%;
    }

    .sa-footer .sa-container .sa-box-mxh {
        flex-basis: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .sa-footer .sa-box .sa-item {
        margin-top: 1.5rem;
    }

    /*hình ảnh salon*/
    .sa-salon-img {
        height: 290px;
    }

    .sa-lazy-salon .sa-box img {
        height: 150px;
    }

    /*thông tin*/
    .sa-footer .sa-container .sa-box {
        flex-basis: 100%;
        margin-bottom: 1rem;
    }

    .sa-footer .sa-container .sa-page {
        flex-direction: column;
        align-items: flex-start;
    }

    .sa-footer .sa-container {
        padding-bottom: 1rem;
    }

    .sa-footer .sa-bb {
        padding: 1rem 0;
    }
}

@media only screen and (max-width: 576px) {
    footer {
        padding: 2rem 1rem 0;
    }

    /*hình ảnh salon*/
    .sa-salon-img {
        height: 310px;
    }
}

@media only screen and (max-width: 420px) {
    /*hình ảnh salon*/
    .sa-lazy-salon .sa-box img {
        height: 115px;
    }

    .sa-salon-img {
        height: 180px;
        padding: 1em 0;
    }
    
    .sa-salon-img h2 {
        font-size: 1.6rem;
    }

    .sa-salon-img p {
        margin-bottom: 1.5rem;
    }
    .mo-ta-ngan
    {
        height: auto;
        margin-top: 0.7em;
    }
}

@media only screen and (max-width: 360px) {
    /*hình ảnh salon*/
    .sa-lazy-salon .sa-box img {
        height: 102px;
    }

    .sa-salon-img h2 {
        font-size: 1.5rem;
    }
}

