/********** Template CSS **********/
:root {
    --primary: #ffffff;
    --secondary: #FB9F38;
    --light: #F5F8F2;
    --dark: #252C30;
}
.text-white{
    color: #FFF8F3 !important;
}
@font-face {
    font-family: "mysimkai";
    src: url("simkai.subset.woff2");
}
@font-face {
    font-family: "mysongti";
    src: url("songti.subset.woff2");
}
.wow-p{
    font-family: "楷体","KaiTi","mysimkai";
    font-weight: 400;
    color: #FFF8F3;
    font-size: 1.4rem;
}
.about-bg{
    background: url("../img/limocha.png") no-repeat right top;
    background-size: 35%;
}
.about-bg p{
    font-size: 14px;
    text-indent: 2em;
    text-align: justify;
}
.service-bg p{
    font-size: 14px;
    text-indent: 2em;
    text-align: justify;
}
.font-14{
    font-size: 14px;
}
.service-bg{
    background: url("../img/products.png") no-repeat right top;
    background-size: 45%;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;

    background: #493628;
    border-color: #493628;
}

.fw-medium {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-black {
    font-weight: 900;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
    background: #89674C;
}

.navbar .navbar-brand {
    position: absolute;
    padding: 0;
    width: 170px;
    height: 135px;
    top: 0;
    left: 0;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: #DABB98;
    font-weight: 400;
    text-transform: uppercase;
    outline: none;
    font-family: SimHei;
}
.special-content .bg-white{
    margin: 0 auto;

    background: #FFF8F3 !important;
}
.navbar .navbar-nav .nav-link:last-child {
    margin-right: 0;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}



/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    /*background: rgba(136, 180, 78, .4);*/
    z-index: 1;
}
a{
    text-decoration:none !important;
}
.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 3rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
}
.carousel-indicators{
    height: 8px;
}
.carousel-indicators button{
    width: 10px !important;
    height: 10px !important;
    border: 0 !important;
    border-radius: 8px !important;
    margin: 0 3px;
    box-sizing: border-box;
}
.carousel-special{
    display: block;
    width:100%;
    /*background-size: cover;*/
    /*animation: bg-move 20s linear infinite;*/
    /*-moz-animation: bg-move 20s linear infinite;*/
    /*-webkit-animation: bg-move 20s linear infinite;*/
    /*-o-animation: bg-move 20s linear infinite;*/
    background-size: 100% ;
}

@keyframes bg-move {
    0% { background-size: 120%}
    100% { background-size: 100% }
}
@-moz-keyframes bg-move {
    0% { background-size: 120%}
    100% { background-size: 100% }
}
@-webkit-keyframes bg-move {
    0% { background-size: 120%}
    100% { background-size: 100% }
}
@-o-keyframes bg-move {
    0% { background-size: 120%}
    100% { background-size: 100% }
}
.section-r img{
    position: relative;
    top:4px
}

.page-header {
    background: linear-gradient(rgba(136, 180, 78, .7), rgba(136, 180, 78, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #1C1A1B;
}

.STSong{
    /*font-family: STSong;*/
    font-family: "simsun", "宋体","mysongti";
}

.section-title.text-center::before {
    left: 25%;
}

.section-title.text-center::after {
    left: calc(50% - 13px);
}
.modal-body{
    background: #e1ebde;
    height: 60vh;
}
.modal-header{
    border-bottom: none;
}
/*#modalImg{
    height: 100%;
    background-size: 100% !important;
}*/
.modal-body img{
    margin: 0 auto;
    display: block;
    /*width: 120%;*/
}

/*** Products ***/
.product {
    background: linear-gradient(#89674C, #89674C), url(../img/product-bg.png) left bottom no-repeat;
    background-size: auto;
}
.product-img{
    width: 100%;
    height: 300px;
    cursor: pointer;
}
.product-item{

}
.owl-item .special-content:last-child{
    margin-bottom: 0;
}
.special-content{
    margin-top: -42px;
    margin-bottom: 2rem;
}
.special-content .position-relative{
    padding: 0 10px !important;
}

.title-pro:before{
    content: "";
    width: 0px;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #664932;
    position: absolute;
    top: 34px;
    transform: rotate(45deg);
    left: 4px;
}
.title-pro:after{
    content: "";
    width: 0px;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 8px solid #664932;
    position: absolute;
    top: 34px;
    transform: rotate(-45deg);
    right: 4px;
}
.title-pro{
    height: 42px;
    width: 100%;
    background:  #89674C;
    background-size: contain;
    /*font-family: STSong;*/
    font-family: "simsun", "宋体","mysongti";
    font-weight: 400;
    color: #E1D1B9;
    text-align: center;
    line-height: 42px;
    margin: 0 auto;
    position: relative;
    font-size: 1.2rem;
}
.title-banner{
    /*font-size: 72px;*/
    font-family: "楷体","KaiTi","mysimkai";
    font-weight: 400;
    color: #F9FFED;
    text-shadow: #2d454eb3 3px 1px 3px;
}
.title-banner p{
    font-size: 24px;
}
.text-body{
    height: 114px;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    overflow: hidden;
    margin-bottom: 0;
    text-align: left;
    align-items: center;
    display: flex;
    overflow: hidden;
}




.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    background: #493628;
    color: #FFF8F3;
}
.img-bd{
    display: flex;
    width: 100%;
}
.img-bd img{
    flex: 1;
    width: 30%;
    margin: 0 0.5rem;
}

/*** About ***/
.video {
    background: url(../img/video-bg.jpg) center center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 20px;
    background: #89674C;
}

.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #89674C;
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 20px;
    height: 20px;
    /*background: #88b44e;*/
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play i,.btn-play img{
    display: block;
    position: relative;
    z-index: 3;
    left: 50%;
    top:50%;
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -14px;
}
.btn-play img{
    width: 32px;
    height: 32px;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}


/*** Store ***/
.store-item .store-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(138, 180, 78, .3);
    opacity: 0;
    transition: .5s;
}

.store-item:hover .store-overlay {
    opacity: 1;
}


/*** Contact ***/
.contact{
    background: url("../img/bg.png") no-repeat center;
    background-size: cover;
}
.contact .btn-square {
    width: 100px;
    height: 100px;
    border: 20px solid var(--light);
    background: var(--primary);
    border-radius: 50px;
}


/*** Testimonial ***/
.testimonial {
    background: linear-gradient(rgba(136, 180, 78, .85), rgba(136, 180, 78, .85)), url(../img/testimonial-bg.jpg) center center no-repeat;
    background-size: cover;
}

.testimonial-item {
    margin: 0 auto;
    max-width: 600px;
    text-align: center;
    background: #FFFFFF;
    border: 30px solid var(--primary);
}

.testimonial-item img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 60px;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--dark);
}


/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #FFFFFF;
}
.copy-left p:last-child{
    /*margin-bottom: 0;*/
}
/*.copy-left {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/
.copy-left p{
    /*color: #bbe4cd;*/
    font-size: 12px;
    margin-bottom: 0.2rem;
    /*scale: 0.8;*/
    /*letter-spacing: 2px;*/
}
.copy-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.copyright {
    background: #2A2929;
}
.img-foot{
    /*margin: 0 auto;*/
    max-width: 100%;
    margin-left: 20px;
    border-left:1px solid #ecd9cb;
    padding-left: 20px;
}

.img-foot:first-child{
    border: 0;
}
.cursor{
    cursor: pointer;
}
.copyright a:hover {
    color: #FFFFFF !important;
}
.chatBd{
    position: relative;
}
.code{
    position: absolute;
    left: 70%;
    top: -35px;
    width: 98px;
    height: 98px;
    display: none;
}
.btn-img{
}
@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 350px;
    }
    .carousel-special{
        background-size: cover !important;
        min-height: 350px;
    }
    /*#header-carousel .carousel-item img {*/
    /*    position: absolute;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    object-fit: cover;*/
    /*}*/
}

@media (max-width: 991.98px) {
    .navbar .navbar-brand {
        width: 126px;
        height: 100px;
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 75px;
        border-top: 1px solid #EEEEEE;
    }

    .product-carousel .owl-nav {
        display: flex !important;
        justify-content: center;
        margin-top: 30px;

        /*position: absolute;*/
        /*top: 50%;*/
        /*margin-top: -25px;*/
        /*width: 100%;*/
        /*height: 50px;*/
    }



    .product-carousel .owl-nav .owl-prev,
    .product-carousel .owl-nav .owl-next {
        margin: 0 10px;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF8F3;
        background: #493628;
        border-radius: 55px;
        box-shadow: 0 0 45px rgba(0, 0, 0, .15);
        font-size: 25px;
        transition: .5s;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .product-carousel .owl-nav {
        display: flex !important;
        justify-content: center;
        /*margin-top: 30px;*/

        position: absolute;
        top: 50%;
        margin-top: -25px;
        width: 100%;
        height: 50px;
    }



    .product-carousel .owl-nav .owl-prev,
    .product-carousel .owl-nav .owl-next {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF8F3;
        background: #493628;
        border-radius: 55px;
        box-shadow: 0 0 45px rgba(0, 0, 0, .15);
        font-size: 25px;
        transition: .5s;
    }

    .product-carousel .owl-nav .owl-prev{
        position: absolute;
        left: -70px;
    }
    .product-carousel .owl-nav .owl-next{
        position: absolute;
        right: -70px;
    }
}