:root {
    --bg-site: #a8bcb3;
    --bg-main: #ffffff;
    --bg-box: #a8bcb3;
    --color-theme: #225440;
    --color-text-site: #000000;
    --color-button-text: #ffffff;
    --color-box-shadow: #ffffff;
    --color-text-shadow: #ffffff;
    --color-box-text: #000000;
    --color-error: #dc3545;
}
main {
    background: var(--bg-main) !important;
}
header {
    background: var(--bg-main);
}
footer {
    background: var(--bg-main);
}
.slider-home {
    background-color: var(--bg-site);
}
.slider-home .sliders .slider-1 .box-image .image {
    background-image: url(../images/banner/banner-home-model.png);
    background-repeat: no-repeat;
    background-position: 75% 50%;
}
.business .business-inner .box-image .image-business {
    background-image: url(../images/index/home_business.jpg);
}

.e-gift .box-image .image-e-gift {
    background-image: url(../images/index/home_e_gift.jpg);
}
.gallery {
    background-image: url(../images/contact/service_bg.jpg);
}
.bg-contact-1 {
    background-image: url(../images/contact/contact_image_1.jpg);
}
.bg-contact-2 {
    background-image: url(../images/contact/contact_image_2.jpg);
}
.bg-contact-3 {
    background-image: url(../images/contact/contact_image_3.jpg);
}
.bg-contact-4 {
    background-image: url(../images/contact/contact_image_4.jpg);
}
@media (max-width: 991px) {
    .slider-home .sliders .slider-1 .box-image .image {
        background-position: 70% 50% !important;
    }
}
@media (max-width: 767px) {
    .menu-mobile-tablet .menu-bars button {
        background: var(--color-theme);
        color: var(--color-white);
    }
    .slider-home .sliders .slider-1 .box-image .image {
        background-position: 90% 50% !important;
    }
}