footer {
    background: var(--xaBlueFooter);
    color: #fff;
    
}
.huyl-footer
{
  
    background: linear-gradient(rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.80)), transparent url(../images/trang-chu/bkg-footer.jpg) center center/cover no-repeat fixed;
}
/*hình ảnh salon*/

.huyl-salon-img {
    background-image: url(../images/trang-chu/bg-khoi-tinh.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 335px;
    text-align: center;
    padding: 3rem 0;
}

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

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

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

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

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

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

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

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


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

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

#copyrighter
{
    width: 100%;
    display: block;
    margin-top: 2.5em;
    color: #fff;
}
#copyrighter strong, #copyrighter a
{
    color: #fff;
}
.doi-loi-gt
{
    color: #fff;
    display: block;
    margin-top: 1.4em;
}
.huyl-footer .huyl-container .huyl-page {
    flex-basis: 35%;
}

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

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

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

.huyl-footer .huyl-box .huyl-item span, footer .huyl-box .huyl-item strong {
    color: var(--xaWhite);
}
.huyl-item .footer-title
{
    color: red !important;
    text-transform: uppercase;
}
.huyl-footer .huyl-box .huyl-item i {
    color: red;
    margin-right: 0.2rem;
}

.huyl-footer .huyl-item a:hover {
    color: red;
    text-decoration: underline;
}

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

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

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

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

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


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

.huyl-footer .huyl-page .huyl-item {
    flex-basis: auto;
}
.link-fter
{
    color: #fff !important;
}
.huyl-item a:hover
{
    color: red !important;
}
.huyl-footer .huyl-bb {
    border-top: 1px solid #1E284B;
    text-align: center;
    padding: 2rem 0;
}

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

