.slider-home {
    height: 800px;
    border-left: 0;
    border-right: 0;
    background: linear-gradient(to right, rgb(155 155 155) 0%,rgb(255,255,255) 100%);
    background-image: url(../images/banner/banner-home-bg-right.png);
    background-repeat: no-repeat;
    background-position: right;
}
.slider-home .sliders {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    height: 800px;
    border-width: 0px;
    background: url(../images/banner/banner-home-bg-center.png) bottom no-repeat;
}
.slider-home .sliders .box-image {
    width: 100%;
    position: relative;
    height: 800px;
    margin: 0 auto;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    background-color: transparent;
    background: url(../images/banner/banner-home-bg-text.png) center no-repeat;
}
.slider-home .sliders .box-image .box-inner {
    margin: 0 auto;
}
.slider-home .sliders .slider-1 .box-image .image {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 800px;
    background-image: url(../images/banner/banner-home-model.png);
    background-repeat: no-repeat;
    background-position: 70% 50%;
    background-size: auto !important;
}
.slider-home .sliders .slider-1 .box-image .box-inner h1, .slider-home .sliders .slider-1 .box-image .box-inner h2 {
    font-size: 48px;
    text-shadow: -1px 0 var(--color-text-shadow), 0 1px var(--color-text-shadow), 1px 0 var(--color-text-shadow), 0 -1px var(--color-text-shadow);
    font-weight: bold;
}
.about-us {
    background-color: transparent;
    min-height: 500px;
    position: relative;
}
.about-us .about-us-inner {
    color: var(--color-text-site);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.about-us .box-inner {
    max-width: 100%;
}
.about-us .box-inner h1 span {
    font-size: 1.5em; 
    color: var(--color-text-site);
    font-weight: bold;
}
.about-us .box-inner p {
    font-size: 17px;
}
.about-us .box-inner .divider {
    margin-left: 0;
    background-color: var(--color-text-site);
    max-width: 260px;
    box-shadow: -1px 0 var(--color-box-shadow), 0 1px var(--color-box-shadow), 1px 0 var(--color-box-shadow), 0 -1px var(--color-box-shadow) !important;
}
.beauty-spa {
    background-color: transparent;
}
.beauty-spa .beauty-spa-inner h2 {
    font-weight: bold;
    font-size: 1.375em;
    line-height: 40px;
    margin-bottom: 0px;
    text-transform: unset;
    text-shadow: -1px 0 var(--color-box-shadow), 0 1px var(--color-box-shadow), 1px 0 var(--color-box-shadow), 0 -1px var(--color-box-shadow);
}
.beauty-spa .box-inner {
    padding: var(--padding-box);
    background-color: var(--color-white);
    cursor: pointer;
}
.beauty-spa .box-inner .box-image {
    background: var(--color-white);
    position: relative;
    width: 304px;
    height: 304px;
    margin: 0 auto;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    padding: var(--padding-box);
    cursor: pointer;
    overflow: hidden;
}
.beauty-spa .box-inner .box-image img {
    border-radius: 3px;
}
.beauty-spa .box-inner .box-image img.img-fluid {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.beauty-spa .box-inner .img-hover-zoom img {
    transition: transform .5s ease;
}
.beauty-spa .box-inner .box-image .box-text {
    padding: 10px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}
.beauty-spa .box-inner .box-image .box-text h2 {
    font-weight: bold;
    font-size: 1.5em;
    line-height: 1.25;
    margin-top: 1rem;
    margin-bottom: 0;
    text-shadow: -1px 0 var(--color-text-shadow), 0 1px var(--color-text-shadow), 1px 0 var(--color-text-shadow), 0 -1px var(--color-text-shadow);
}
.beauty-spa .box-inner .box-image .image1, .beauty-spa .box-inner .box-image .image2, .beauty-spa .box-inner .box-image .image3, .beauty-spa .box-inner .box-image .image4 {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.beauty-spa .box-inner .box-image .image1 {
    background-image: url(../images/index/home_service_manicure.jpg);
    background-position: 50% 50%;
}

.beauty-spa .box-inner .box-image .image2 {
    background-image: url(../images/index/home_service_pedicure.jpg);
    background-position: 50% 100%;
}

.beauty-spa .box-inner .box-image .image3 {
    background-image: url(../images/index/home_service_dip_powder_nails.jpg);
    background-position: 50% 50%;
}

.beauty-spa .box-inner .box-image .image4 {
    background-image: url(../images/index/home_service_acrylic.jpg);
    background-position: 50% 15%;
}
.services{
    width: 100%;
    height: 600px;
    margin: 0 auto;
    max-width: unset;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
}
.services .bg-services {
    position: relative;
    width: 100%;
    height: 600px;
    background-image: url(../images/index/home_service_bg.jpg);
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    background-size: cover !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services .bg-services .overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.25);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.services .bg-services .container-xl {
    position: relative;
}
.services .box-inner {
    background-color: var(--color-white);
    padding: 30px 25px;
    height: 270px;
}
.services .box-inner p {
    font-weight: bolder;
    text-align: center;
    font-size: 19px;
    color: var(--color-text-site);
    display: flex;
    align-items: center;
    justify-content: center;
}
.services .box-inner img {
    height: 85px;
}
.business-gift {
    background: var(--bg-main);
}
.business, .e-gift {

}
.business .business-inner {
    width: 100%;
}
.business .business-inner .box-inner {
    height: 100%;
    width: 100%;
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.business .business-inner .box-inner i {
    padding-left: 10px;
    font-size: 20px;
}
.business .business-inner p {
    color: var(--color-text-site);
    line-height: 1.6;
    margin-bottom: 1.3em;
}

.business .business-inner .box-image {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: unset;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--padding-box);
}
.business .business-inner .box-image .image-business {
    width: 100%;
    height: 320px;
    max-width: 320px;
    background-image: url(../images/index/home_business.jpg);
    background-repeat: no-repeat !important;
    background-position: 55% 50%;
    background-size: cover !important;
}
.e-gift {
    width: 100%;
}
.e-gift .e-gift-inner {
    width: 100%;
}
.e-gift .e-gift-inner .box-inner {
    height: 100%;
    width: 100%;
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.e-gift .box-image {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: unset;
    transition: opacity 1s;
    -webkit-transition: opacity 1s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--padding-box);
}
.e-gift .box-image .image-e-gift {
    width: 100%;
    height: 320px;
    max-width: 320px;
    background-image: url(../images/index/home_e_gift.jpg);
    background-repeat: no-repeat !important;
    background-position: 50% 50%;
    background-size: cover !important;
}
.e-gift .box-inner .divider, .business .box-inner .divider {
    max-width: 350px;
    background-color: var(--color-theme);
}
.business h2, .e-gift h2 {
    color: var(--color-text-site);
}
.business .box-inner .divider, .e-gift .box-inner .divider {
    background-color: var(--color-black);
    box-shadow: -1px 0 var(--color-text-shadow), 0 1px var(--color-text-shadow), 1px 0 var(--color-text-shadow), 0 -1px var(--color-text-shadow) !important;
}
.map {
    background-color: var(--bg-main);
}
.map iframe {
    margin-bottom: -6px;
}
/*Responsive*/
@media (max-width: 1199px) {

}
@media (max-width: 1024px) {

}
@media (max-width: 991px) {
    .slider-home {
        height: 500px !important;
        border-width: 0px;
    }
    .slider-home .sliders {
        height: 500px !important;
    }
    .slider-home .sliders .box-image, .slider-home .sliders .box-image .image {
        height: 500px !important;
    }
    .slider-home .sliders .slider-1 .box-image .image {
        background-position: 60% 50% !important;
        background-size: cover !important;
    }
    .beauty-spa .box-image {
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        max-width: 360px;
    }

    .business .business-inner .box-inner, .e-gift .e-gift-inner .box-inner {
        width: 100% !important;
        max-width: 360px !important;
    }

    .business .box-image .image-business, .e-gift .box-image .image-e-gift {
        width: 100% !important;
        max-width: 360px !important;
    }

    .beauty-spa .box-image .image1, .beauty-spa .box-image .image2, .beauty-spa .box-image .image3, .beauty-spa .box-image .image4 {
        width: 100% !important;
        max-width: 360px !important;
    }
}
@media (max-width: 767px) {
    .slider-home {
        height: 310px !important;
        border-width: 0px;
    }
    .slider-home .sliders {
        height: 310px !important;
        background-image: unset;
    }
    .slider-home .sliders .box-image {
        background: url(../images/banner/banner-home-bg-left.png) left no-repeat;
    }
    .slider-home .sliders .box-image, .slider-home .sliders .box-image .image {
        height: 310px !important;
    }
    .slider-home .sliders .slider-1 .box-image .image {
        background-position: 80% 50% !important;
    }
    .business .business-inner .box-image .image-business {
        position: relative;
        width: 100% !important;
        max-width: 420px !important;
        height: 290px !important;
    }
    .beauty-spa .box-image {
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        max-width: 420px;
    }
    .business .business-inner .box-inner, .e-gift .e-gift-inner .box-inner {
        width: 100% !important;
        max-width: 420px !important;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .beauty-spa .box-image .image1, .beauty-spa .box-image .image2, .beauty-spa .box-image .image3, .beauty-spa .box-image .image4 {
        width: 100% !important;
        max-width: 420px !important;
        background-size: cover;
    }
    .e-gift .box-image .image-e-gift {
        position: relative;
        width: 100% !important;
        max-width: 420px !important;
        height: 290px !important;
    }
    .services {
        height: 900px;
    }
    .services .bg-services {
        height: 900px;
    }
}
/* -------------------------------------------------- */