.booktime-footer-border {
    width: 100%;
    border-top: solid .07rem #e5e4e5;
}
.footer_booktime {
    max-width: 88.33rem;
    margin: auto;
    padding: 0 2.08rem 4.72rem;
}
.footer_booktime footer.footer_custom_footer {
    display: flex;
    align-items: center;
    direction: ltr;
}
.footer_booktime footer .footer__info {
    -webkit-box-flex: 1.5;
    flex: 1.5;
}
.footer_booktime footer .footer__list {
    -webkit-box-flex: 1;
    flex: 1;
    display: flex;
}
.footer_booktime footer .footer__info a.logo {
    display: flex;
    margin-bottom: 1.39rem;
    width: fit-content;
    transition: all .3s;
}
.footer_booktime footer .footer__info a.logo .logo__img {
    height: 3.13rem;
    width: auto;
    max-width: 100%;
}
.footer_booktime footer .footer__info .description {
    margin: .69rem 0 1.46rem 0;
    font-size: .97rem;
    color: #7d7d7d;
    max-width: 65%;
    /*font-family: "Noto Sans", sans-serif;*/
    font-family: 'Baloo 2', sans-serif;
    line-height: 1.67rem;
    font-weight: 400;
}
.footer_booktime footer .footer__info .description p {
    margin: 0;
}
.footer_booktime footer .footer__info ul.social {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    justify-content: flex-end;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: .94rem;
}
.footer_booktime footer .footer__info .social a.item {
    width: 2.33rem;
    height: 2.29rem;
    background-color: #e6e6e6;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    transition: all .3s;
}
.footer_booktime footer .footer__info .social a.item img.brand {
    width: 1.18rem;
    transition: all .3s;
    z-index: 2;
}
.footer_booktime footer .footer__info .social a.item:hover {
    background-color: #000;
}
.footer_booktime footer .footer__info .social a.item:hover img.brand {
    filter: brightness(0) invert(1);
}
.footer_booktime footer .footer__info .social a.item.instagram:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 30% 107%,#fdf497 0,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285aeb 90%);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.footer_booktime footer .footer__info .social a.item.facebook:hover {
    background-color: #1877f2;
}
.footer_booktime footer .footer__info .social a.item:hover.instagram:after {
    opacity: 1;
}
.footer_booktime footer .footer__info .social a.item.instagram:hover{
    background: #cdcdcd;
}
.footer_booktime footer .footer__list {
    flex-wrap: wrap;
    gap: .35rem 5.56rem;
    align-items: end;
}
.footer_booktime .footer__list .footer__menu .list__header {
    margin-bottom: .42rem;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #333;
    font-size: 1.11rem;
    /*font-family: "Noto Sans", sans-serif;*/
    font-family: 'Baloo 2', sans-serif;
}
.footer_booktime .footer__list .footer__menu .list__container__section {
    flex-direction: column;
    gap: .35rem;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.footer_booktime .footer__menu .list__container__section .item {
    font-size: 1.11rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53rem;
    letter-spacing: normal;
    color: #333;
    list-style: none;
    /*font-family: "Noto Sans", sans-serif;*/
    font-family: 'Baloo 2', sans-serif;
    display: block;
}
.footer_booktime .footer__menu .list__container__section .item a {
    color: #333;
    transition: all .3s;
}
.footer_booktime .footer__menu .list__container__section .item a:hover {
    color: #af3eff;
    text-decoration: underline;
    text-decoration-color: inherit;
}
.copyrights_booktime {
    height: 3.4rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #171717;
    font-size: .97rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #bfbfbf;
    margin-top: auto;
    /*font-family: "Noto Sans", sans-serif;*/
    font-family: 'Baloo 2', sans-serif;
    padding: 0 2.08rem;
}
@media screen and (max-width: 767.9px) {    
    .footer_booktime {
        max-width: 100%;
        padding: 12.81rem 5.12rem 17.42rem 5.12rem;
    }
    .footer_booktime footer.footer_custom_footer {
        flex-direction: column;
    }
    .footer_booktime footer .footer__info .description {
        max-width: 100%;
        margin: 2.56rem 0 5.38rem 0;
        font-size: 3.59rem;
        line-height: 6.15rem;
    }
    .footer_booktime footer .footer__info a.logo {
        margin-bottom: 5.12rem;
    }
    .footer_booktime footer .footer__info a.logo .logo__img {
        height: 11.53rem;
    }
    .footer_booktime footer .footer__info ul.social {
        gap: 3.46rem;
    }
    .footer_booktime footer .footer__info .social a.item {
        width: 8.61rem;
        height: 8.45rem;
    }
    .footer_booktime footer .footer__info .social a.item img.brand {
        width: 4.35rem;
    }
    .footer_booktime footer .footer__list {
        gap: 0;
        width: 100%;
        margin: 5.12rem 0 0 0;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 3.07rem 0 0;
    }
    .footer_booktime .footer__list .footer__menu .list__header {
        margin-bottom: 1.54rem;
        font-size: 4.1rem;
    }
    .footer_booktime .footer__list .footer__menu .list__container__section {
        gap: 1.28rem;
    }
    .footer_booktime .footer__menu .list__container__section .item {
        font-size: 4.1rem;
        line-height: 5.64rem;
    }
	.copyrights_booktime {
		height: 12.55rem;
		padding: 0 7.68rem;
		font-size: 3.59rem;
	}
}
a#scrollUp.zaloBtn {
    bottom: 1.39rem;
    float: right;
    right: 3.13rem;
    left: auto;
    max-width: 3.61rem;
    width: 100%;
    border-radius: .28rem;
}
@media only screen and (max-width: 767.9px) {
    a#scrollUp.zaloBtn {
        bottom: 7.68rem;
        right: 6.4rem;
        max-width: 13.32rem;
        border-radius: 1.02rem;
    }
}