footer {
    
    background: linear-gradient(rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.70)), transparent url(../images/bg-footer.jpg) center center/cover no-repeat fixed;
}

/*hình ảnh salon*/

.pdong-salon-img {
    background: teal;
    position: relative;
    height: 335px;
    text-align: center;
    padding: 3rem 0;
}

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

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

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

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

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

.pdong-lazy-salon .pdong-box img {
    height: 192px;
}

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

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

.ban-quyen
{
    display: block;
    margin-top: 2em;
   
}
.ban-quyen span, .ban-quyen strong, .ban-quyen a, .ban-quyen p
{
    color: #fff;
}
.ban-quyen i
{
    color: var(--mau-xanh);
    padding-right: .2em;
}
.ban-quyen p
{
    margin-bottom: .6em;
}
.pdong-footer .pdong-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 2rem;
}

.pdong-footer .pdong-container .pdong-box {
    flex-basis: 30%;
    text-transform: capitalize;
}

.pdong-footer .pdong-box h2 {
    color: #fff;
    margin-bottom: 1rem;
}

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

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

.pdong-footer .pdong-box .pdong-item i {
    color: var(--mau-xanh);
    margin-right: 0.2rem;
}

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

.pdong-footer .pdong-box .pdong-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;
}

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

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

.pdong-footer .fa-youtube {
    color: red !important;
    padding: 5px;
    border-radius: 50%;
}

.pdong-footer .pdong-box a:hover {
    color: var(--mau-do) !important;
}

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

.pdong-footer .pdong-page .pdong-item {
    flex-basis: auto;
}

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

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

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

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

.pdong-bb a:hover {
    color: var(--mau-do);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .pdong-salon-img {
        height: 275px;
    }

    .pdong-salon-img h2 {
        font-size: 1.6rem;
    }

    .pdong-salon-img p {
        margin-bottom: 1.5rem;
    }
}

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

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

