
body {
    letter-spacing: 0;
    font-family: Arial, sans-serif;
    background-color: var(--color-bg);
    font-size: 12px;
}


@media (min-width: 800px) {
    .container {
        max-width: 996px !important;
    }
}


#mainNav {
    min-height: 3.5rem;
    background-color: #fceee2;
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: 0.75rem;
    color: #64a19d;
    border: 1px solid #64a19d;
}

#mainNav .navbar-toggler:focus {
    outline: none;
}

#mainNav .navbar-brand {
    color: #000000;
    font-weight: 700;
    padding: 0.9rem 0;
}

#mainNav .navbar-nav .nav-item:hover {

    outline: none;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--color-3);
}

.logo-img-mb {
    width: 60px;
}

#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
    outline: none;
    background-color: transparent;
}

#mainNav-pc {
    background-color: var(--color-bg);
    padding-top: 0;
    padding-bottom: 0;
}

#mainNav-pc .collapse {
    margin-bottom: -50px;
}

#mainNav-pc .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: bold;
    padding: 0 15px;
}

.logo-img-pc {
    width: 155px;
    margin-top: 10px;

}


.top-bar {
    top: 0;
    width: 100%;
    z-index: 11111;
    right: 0;
    font-size: 12px;
    height: 43px;
    line-height: 43px;
}

.top-bar img {
    height: 18px;
    margin-right: 5px;
}

.top-bar .btn {
    border-radius: 0;
    font-size: 12px;
    line-height: 43px;
}

.tob-bar-box .btn-warning {
    color: white;
    background-color: var(--color-2);

}

.tob-bar-box .btn-danger {
    background-color: var(--color-1);

}

.tob-bar-box-address {
    color: var(--color-3);
    border-bottom: solid 1px var(--color-3);;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    background-size: cover !important;
    background-position: center center !important;
    font-size: 18px;
}

.banner {
    margin-top: 109px;
    height: 413px;
}

.banner-text {
    left: 0;
    z-index: 1000;
    top: 0;
}

.banner-text-img {
    width: 500px;
}

.btn-order {
    background-color: transparent;
}

.btn-order img {
    width: 188px;
}

.right-flower {
    width: 56px;
    top: 30px;
    right: 0;
}

.left-flower {
    left: 0;
    width: 100px;
    top: 90px;
}

.welcome-img {
    width: 180px;
    margin-top: 60px;

}

.about-box {
    width: 742px;
    margin: auto;
    padding-bottom: 80px;
    margin-top: 30px;
    font-size: 18px;
}

.about-img {
    margin-top: 20px;
}

.about-img img {
    height: 150px;
}

.view-right {
    background-image: url(img/view/bg.jpg);
    background-size: 100%;
}

.view-box {
    width: 90%;
}

.view-right {
    padding-left: 60px;
    padding-top: 60px;
}

.view-right p {
    width: 175px;
    margin-top: 50px;
    color: white;
}

.view-right-btn {
    width: 120px;
}

.gallery {
    padding-top: 70px;
}

.gallery .flower {
    left: 155px;
    width: 40px;
    top: 0;
}

.gallery .title {
    margin-bottom: 30px;
    width: 170px;
}

.gallery .row {
    width: 100%;
    height: 290px;
}

.gallery .row .col-md-3 {
    height: 130px;
    margin-bottom: 15px;
}

.gallery .row .img {
    background-size: cover;
    background-position: center center;
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 20px;
}

.swiper-container.gallery {
    padding: 0 25px;
    overflow: hidden;
}

.mySwiper2.gallery a {
    height: 130px;
    margin-bottom: 15px;
    display: block;
}

.gallery .order-btn {
    width: 162px;
}

.sign {
    height: 200px;
    background-image: url(img/sign/background.jpg);
    background-size: 100%;

}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
}

.footer .row {
    width: 95%;
    margin: auto;
}


.sign h5 {
    color: white;
    font-size: 18px;
}

.sign .input-group {

    width: 450px !important;
    margin: 10px auto;
}

.sign .input-group .form-control {
    border: none;

    font-size: 12px;
    border-radius: 0;
    color: var(--color-2);
}

.sign p {
    width: 350px;
    margin-bottom: 0;
}

.sign .mail {
    right: 10px;
    top: 8px;
    z-index: 111;
}

.sign .mail img {
    width: 20px;
}


.footer {
    padding: 25px 0;
    background-color: #f4dfcb;
}

.footer .links {

}

.footer .links a {
    color: var(--color-3);
    border-bottom: 1px solid var(--color-3);
    font-size: 12px;
    max-width: 110px;
}

.footer .links a:hover {
    text-decoration: none;
}

.footer .title {
    margin-bottom: 10px;
    font-size: 16px;
}

.footer .icon img {
    width: 15px;
    height: auto;
}

.footer .icon {
    margin-right: 15px;
}

.social-links a {
    margin: 0 15px;
}

.social-links a img {
    height: 20px;
}

.copy-right {
    background-color: var(--color-2);
}

@media (max-width: 992px) {.fade-box {
    margin: 0 20px;
}
    .view-right p {
       width: 100%;
        margin-top: 30px;
        color: white;
    }
    .swiper-container.mySwiper1 {

        height: 250px;
    }
    .about-box {
        width: 100%;
    }

    .banner-text-img {
        width: 80%;
    }

    .about-img {
        flex-direction: column;
    }

    .about-img img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .view-box .col-md-8 {
        padding: 0;
    }

    .about-box {
        padding-bottom: 30px;
    }

    #mainNav .navbar-brand {

        padding: 0;
    }

    .welcome-img {
        margin-top: 30px;
    }

    .logo-img-mb {
        width: 90px;
    }

    .view-box {
        width: 100%;
    }

    .sign .input-group {
        width: 80% !important;
    }

    .view-right {
        padding-left: 30px;
        order: -1;
        padding-top: 30px;
        padding-bottom: 10px;
    }

    .gallery .row {
        width: 100%;
    }

    .navbar-nav {
        margin-top: 20px;
    }

    .footer {
        padding: 15px;
    }

    .footer .col-md-4 {
        margin-bottom: 15px;
    }

    .gallery .row .col-md-3 {
        height: 200px;
    }

    .navbar-nav {
        display: block;
    }

    .top-bar {
        height: auto;
    }

    .banner {
        margin-top: 67px;
        height: 253px;
    }

    .tob-bar-box {
        flex-direction: column;
    }
}