body {
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    margin: 0 auto;
}

.ds {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #000;
    transition: all 0.5s ease-in-out;
}

.ds {
    position: relative;
    width: 100%;
    min-width: 150vh;
}

.menu-mobile {
    position: fixed;
    width: 250px;
    height: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 24%);
    z-index: 1000;
    padding: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    animation: slideInMenu 0.5s ease forwards;
    transform: translateX(-100%);
}

.close-wrapper {
    height: 30px;
}

.close-wrapper i {
    font-size: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 15px 8px 0;
    margin-bottom: 20px;
    margin-top: 5px;
    color: black;
}

.contact-phone-menu-small a {
    text-decoration: none;
    color: white;
    background-color: #f9a392;
    font-weight: bold;
    padding: 10px 20px;
    cursor: pointer;
}

.contact-phone-menu-small {
    margin: 25px 0;
}

.close {
    height: 34px;
    width: 34px;
    display: block;
    float: right;
    margin: 13px 13px 0 0;
}

#body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: black;
    z-index: 9002;
    display: none;
    z-index: 2;
    opacity: 0.5;
}

.img-son {
    border-bottom: 1px solid rgb(203, 202, 202);
}

@keyframes slideInMenu {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.menu-mobile ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.menu-mobile ul li a {
    width: 100%;
    text-decoration: none;
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: black;
    border-bottom: 1px solid rgb(238, 238, 238);
    text-transform: uppercase;
}

.menu-mobile ul li a:first-child {
    border-top: 1px solid rgb(238, 238, 238);
}

.menu-mobile ul li a:last-child {
    border-bottom: none;
}

.menu-mobile .toggle_menu {
    position: absolute;
    top: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

nav.hide {
    display: none;
}

.toggle_menu {
    display: none;
}


.menu a {
    text-decoration: none;
    color: black;
    font-weight: 700;
    padding: 8px 40px;
}

.navbar-header {
    padding-left: 50px;
    margin-right: 125px;
}

.button-hotline a {
    margin-left: 98px;
    text-decoration: none;
    background-color: #f9a392;
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;

}

.button-hotline i {
    margin-right: 10px;
}

.align-menu {
    padding-left: 60px;
}

.menu_sticky {
    background-color: #fff;
    box-shadow: 0 2px 5px rgb(0 0 0 / 24%);
}

.menu a.active {
    color: #f9a392;
    font-weight: 700;
}

/* header menu */
.navbar-brand img {
    width: 190px;
}

/* header */
.section-header {
    background-image: url(../assets/bg_masagge1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 7.88em 0 7.97em;
}

.text-header {
    color: white;
}

.text-header h2 {
    font-size: 36px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 10px;
}

.text-header a {
    text-decoration: none;
    color: white;
}

/* feed-back */
.background-feedback {
    background-color: #FFF8F5;
    padding-top: 40px;
    padding-bottom: 40px;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper-feedback {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

.wrapper-feedback i {
    width: 42px;
    height: 50px;
    background: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.wrapper-feedback i:first-child {
    left: -22px;
}

.wrapper-feedback i:last-child {
    right: -17px;
}

.wrapper-feedback .carousel-feedback {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    gap: 16px;
    overflow: hidden;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: 0;
}

.carousel-feedback :where(.card-items-feedback, .img) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-feedback .card-items-feedback {
    list-style: none;
    background: #fff;
    display: flex;
    padding: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 420px;
    cursor: pointer;
    scroll-snap-align: start;
    flex: 1;
    border: 1px solid #ddd;
}

.card-items-feedback .img img {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    object-fit: cover;
    border: 4px solid #fff;
}

.card-items-feedback span {
    flex-grow: 1;
    display: flex;
    text-align: center;
}

.card-items-feedback .img {
    width: 148px;
    height: 148px;
    background-color: #FABAA9;
    border-radius: 50%;
}

.card-items-feedback h4 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
    color: #FABAA9;
    font-weight: bold;
}

.card-items-feedback span {
    color: #6a6d78;
    font-size: 1.31rem;
}

.carousel-feedback.dragging .card-items-feedback {
    cursor: grab;
    user-select: none;
}

/* service */
.section-service {
    background-image: url(../assets/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

.title-service h5 {
    font-weight: bold;
    color: #f9a392;
}

.title-service h3 {
    text-transform: capitalize;
    font-weight: bold;
    margin-top: 10px;
}

.content-serivce h3 {
    margin: 15px 0;
    font-weight: bold;
}

.content-serivce p {
    font-size: 18px;
    font-weight: 600;
    color: #75716c;
}

/* footter */
.footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

.line-footer {
    border-top: 1px solid #ddd;
}

.copyright {
    background: #f9a392;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.body-footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-weight: 600;
}

.body-footer a {
    color: black;
    text-decoration: none;
}

.body-footer a:hover {
    text-decoration: underline;
    color: #f41016;
}

.flt {
    border-top-color: #efefef;
}

/* Phone number and Zalo */
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 999999
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.hotline-phone-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #D0011B;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5
}

.hotline-phone-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: rgba(208, 1, 27, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.hotline-phone-ring-img-circle {
    background-color: #D0011B;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px
}

.hotline-bar {
    position: absolute;
    background: #D0011B;
    height: 45px;
    width: 165px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    border-radius: 50px !important;
    left: 42px;
    bottom: 31px
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-indent: 32px;
    letter-spacing: 1px;
    display: block;
    line-height: 45px;
    font-family: Arial
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
    color: #fff
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

.zalo {
    margin-left: 70px;
}

.zalo-circle {
    border: 2px solid #4EC559 !important;
}

.zalo-ring-img-circle {
    background-color: #4EC559 !important;
}

.zalo-ring-circle-fill {
    background-color: #6ae476 !important;
}

/* responsive mobile */
@media screen and (min-width:344px) {

    .menu,
    .button-hotline {
        display: none;
    }

    .elementer-heading-title {
        font-size: 25px;
    }

    .button-click a {
        padding: 10px 17px;
    }

    .toggle_menu {
        display: block;
        margin-right: 10px;
    }

    .navbar-header {
        padding-left: 0;
        margin-right: 0;
    }

}

@media screen and (min-width:768px) {
    .menu {
        display: block;
    }

    .toggle_menu {
        display: none;
    }

    .navbar-nav {
        flex-direction: row;
    }

    .menu a {
        padding: 8px 20px;
    }

    .elementer-heading-title {
        font-size: 30px;
    }

}

@media screen and (min-width: 1024px) {

    .button-hotline {
        display: block;
    }

    .button-hotline a {
        margin-left: 42px;
    }
}

@media screen and (min-width: 1280px) {
    .menu a {
        padding: 8px 40px;
    }

    .navbar-header {
        padding-left: 50px;
        margin-right: 26px;
    }

    .button-hotline a {
        margin-left: 23px;
    }
}

@media screen and (min-width:1519px) {
    .navbar-header {
        padding-left: 50px;
        margin-right: 125px;
    }

    .button-hotline a {
        margin-left: 98px;
    }

    .elementer-heading-title {
        font-size: 40px;
    }
}