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

.section-header-top {
    background-color: rgba(6, 147, 227, 1);
}

.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;
}

/* slide show */
.slide img {
    width: 100%;
    height: 600px;
}

.carousel-slide {
    overflow: hidden;
    position: relative;
}

.slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.icon-move {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    transition: opacity 0.5s ease-in-out;
}

.prev,
.next {
    background-color: rgba(255, 255, 255, .2);
    cursor: pointer;
    border-radius: 50%;
    padding: 10px;
}

.prev svg,
.next svg {
    width: 30px;
    height: 30px;
    color: white;
}

.prev {
    position: absolute;
    left: 3%;
    top: 50%;
}

.prev:hover,
.next:hover {
    background: rgba(35, 35, 35, 0.7);
    transition: all 0.5s ease-in-out;
}

.next {
    position: absolute;
    right: 3%;
    top: 48%;
}

.elementer-column {
    display: flex;
    flex-direction: column;
    max-width: 680px;
    margin: 0 auto;
}

.elementer-heading-title {
    line-height: 1.5;
    font-size: 42px;
    padding-top: 50px;
    font-weight: 600;
}

.elementer-content p {
    line-height: 1.8;
    font-size: 18px;
    letter-spacing: 0.6px;
}

.section-boxed {
    background-color: #FFF8F5;
}

.elementor-column {
    background-color: white;
    padding: 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    margin: 0px 5px 0px 0px;
}

.section-welcom {
    max-width: 1140px;
    margin: 0 auto;
}

.box-icon img {
    background-color: #FFF8F5;
    padding: 19px 19px 19px 19px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
}

.infor-box-icon-wrap {
    padding-bottom: 15px;
}

.oew-info-box-title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}

.oew-info-box-description {
    font-size: 18px;
    letter-spacing: 0.6px;
}

.section-library {
    background-color: #FABAA9;
    padding-top: 20px;
    padding-bottom: 20px;
}

.sub-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
}

.title-library {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 0;
}

.title-why-we h3 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;

}

.title-why-we ul li {
    line-height: 2;
    list-style-image: url(../assets/icon-check-list.png);
    font-size: 18px;
}

.title-why-we p {
    font-size: 18px;
    letter-spacing: 0.6px;
}

.button-click a {
    background-color: #e80104;
    text-align: center;
    padding: 10px 20px;
    border-radius: 15px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.title-team h3 {
    text-transform: uppercase;
    font-weight: bold;
    color: #f9a392;
}

.section-banner {
    background-image: url(../assets/Banner-Massage-In-Bahrain.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 75px 0px 80px 0px;
    position: relative;
    z-index: 0;
    margin-top: 20px;
    background-attachment: fixed;
}

.section-banner::before {
    content: '';
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    opacity: 0.5;
}

.text-banner {
    color: white;
    z-index: 2;
    position: relative;
}

.button-call {
    background-color: #FFFFFF;
    padding: 20px 25px 20px 25px;
    font-family: "Lato", Sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    color: #613E29;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #8e00fe;
    border-radius: 50px 50px 50px 50px;
    box-shadow: 19px 19px 40px 0px rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.text-banner p {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 15px;
}

.images-employee img {
    height: 525px;
}

/* 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;
}

/* 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;
}

/* 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;
}

/* 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;
    }

    .slide img {
        height: 220px;
    }

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

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

    .wrapper-feedback .carousel-feedback {
        grid-auto-columns: 100%;
    }

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

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

}

@media screen and (min-width:768px) {
    .slide img {
        height: 315px;
    }

    .menu {
        display: block;
    }

    .toggle_menu {
        display: none;
    }

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

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

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

    .wrapper-feedback .carousel-feedback {
        grid-auto-columns: calc((100% / 2) - 8px)
    }

    .images-employee img {
        height: 268px;
    }

}

@media screen and (min-width: 912px) {
    .slide img {
        height: 375px;
    }
}

@media screen and (min-width: 1024px) {
    .slide img {
        height: 375px;
    }

    .button-hotline {
        display: block;
    }

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

    .wrapper-feedback .carousel-feedback {
        grid-auto-columns: calc((100% / 3) - 8px)
    }
}

@media screen and (min-width: 1024px) and (min-height:600px) {
    .slide img {
        height: 385px;
    }

    .images-employee img {
        height: 525px;
    }
}

@media screen and (min-width: 1280px) {
    .button-hotline a {
        margin-left: 23px;
    }

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

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

    .slide img {
        height: 600px;
    }

    .images-employee img {
        height: 525px;
    }
}

@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;
    }


}