@charset "UTF-8";

.title {
    margin-bottom: 30px;
}

.title .text {
    padding-left: 47px;
    padding-right: 47px;
}

@media (max-width: 991px) {
    .title .text {
        width: 130px;
        padding-left: 8px;
        padding-right: 8px;
    }
}

.title .line {
    background-image: linear-gradient(to right, #00B866 50%, rgba(255, 255, 255, 0) 0%);
    background-position: center;
    background-size: 14px 1px;
    background-repeat: repeat-x;
}

.home-product {
    padding-top: 39px;
    padding-bottom: 57px;
}

.home-product .product-list {
    padding-bottom: 40px;
    margin-left: -15px;
    margin-right: -15px;
}

.home-product .product-list .swiper-pagination {
    bottom: 0;
}

.home-product .product-list .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 10px;
}

.home-product .product-list .swiper-pagination .swiper-pagination-bullet-active {
    background: #00B866;
}

@media (min-width: 768px) {
    .home-product .product-list {
        padding-bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        overflow: initial;
    }
}

.product-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 5px;
}

.product-img:before {
    content: "";
    display: block;
    padding-bottom: 75%;
}

.product-wrapper .product-card {
    position: relative;
    border-radius: 5px;
    background: #fff;
    margin-bottom: 15px;
}

.product-wrapper .product-card:hover {
    box-shadow: 0px 3px 20px rgba(41, 26, 1, 28%);
}

@media (max-width: 767px) {
    .product-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }

    .product-wrapper .product-card {
        box-shadow: 0px 3px 20px rgba(41, 26, 1, 28%);
    }
}

.product-wrapper .product-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 6px;
    padding-left: 15px;
    padding-right: 15px;
}

.product-wrapper .product-name a:hover,
.product-wrapper .product-name a {
    color: #4D2E00;
    text-decoration: none;
}

.product-wrapper .product-info {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 14px;
}

.product-wrapper .product-info .spec {
    color: #4D2E00;
    margin-bottom: 6px;
}

.product-wrapper .product-info .original-price {
    color: #CECECE;
    margin-bottom: 10px;
    height: 27px;
}

.product-wrapper .product-info .original-price .text {
    font-size: 14px;
    margin-right: 20px;
}

.product-wrapper .product-info .original-price .value {
    font-size: 18px;
    font-weight: 500;
    text-decoration: line-through;
}

.product-wrapper .product-info .price {
    flex: 1;
}

.product-wrapper .product-info .price .text {
    vertical-align: middle;
    font-size: 14px;
    padding: 4px 8px 5px 9px;
    background: #FC8C0B;
    color: #fff;
    border-radius: 4px;
    margin-right: 11px;
}

.product-wrapper .product-info .price .value {
    vertical-align: sub;
    color: #FC8C0B;
    font-size: 23px;
    font-weight: bold;
}

.product-wrapper .btn-add-cart {
    flex: 0 0 117px;
    cursor: pointer;
    position: relative;
}

.product-wrapper .btn-disabled {
    flex: 0 0 117px;
}

.product-wrapper .btn-disabled .text {
    padding: 9px 30px 8px 30px;
    border: dashed 1px #a9a9a9;
    background: #fff;
    border-radius: 30px;
    color: #a9a9a9;
    white-space: nowrap;
    margin-right: 0px;
}

.product-wrapper .btn-add-cart .text,
.product-wrapper .btn-add-cart .arrow {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.product-wrapper .btn-add-cart .text {
    padding: 9px 37px 8px 23px;
    border: dashed 1px #00B866;
    background: #fff;
    border-radius: 30px;
    color: #00B866;
    white-space: nowrap;
    margin-right: 20px;
}

.product-wrapper .btn-add-cart .arrow {
    position: absolute;
    content: "";
    width: 46px;
    height: 18px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2245.526%22%20height%3D%229.064%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%3E%3Crect%20fill%3D%22none%22%20height%3D%22402%22%20width%3D%22582%22%20y%3D%22-1%22%20x%3D%22-1%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke%3D%22%2300b866%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20d%3D%22m0.49176%2C8.59718l44.53424%2C-0.03318l-4.147%2C-8.064l4.11382%2C8.064z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center;
    right: 0;
    opacity: 1;
}

.product-wrapper .product-card:hover .btn-add-cart .text {
    padding: 9px 30px 8px 30px;
    background: #00B866;
    color: #fff;
    margin-right: 0px;
}

.product-wrapper .product-card:hover .btn-add-cart:hover .arrow {
    margin-left: -52px;
    opacity: 0;
}

.more-link-btn {
    display: inline-block;
    padding: 12px 49px 12px 49px;
    border: dashed 1px #FC8C0B;
    border-radius: 10px;
    font-weight: 500;
    color: #4D2E00;
}

.more-link-btn .arrow {
    display: inline-block;
    content: "";
    width: 64px;
    height: 18px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2253.526%22%20height%3D%229.064%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%3E%3Crect%20fill%3D%22none%22%20height%3D%22402%22%20width%3D%22582%22%20y%3D%22-1%22%20x%3D%22-1%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke%3D%22%234d2e00%22%20fill%3D%22%234d2e00%22%20d%3D%22m0.48494%2C8.564l52.54106%2C0l-4.892%2C-8.064l4.892%2C8.10309z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center;
    opacity: 1;
    margin-left: 20px;
}

.more-link-btn,
.more-link-btn .text,
.more-link-btn .arrow {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.more-link-btn:hover {
    background: #FC8C0B;
    color: #fff;
    text-decoration: none;
    padding-left: 90px;
    padding-right: 90px;
}

.more-link-btn:hover .arrow {
    opacity: 0;
    margin-left: -62px;
}

.home-about {
    padding-top: 55px;
    background-color: #fff;
    background-image: url('/assets/img/home-about.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    height: 877px;
}

.home-about .text-about {
    color: #4D2E00;
    line-height: 3.1;
    letter-spacing: 2px;
}
.home-about .more-link-btn {
    background-color: rgba(255,255,255,0.6);
}
.home-about .more-link-btn:hover {
    background-color: #FC8C0B;
}

@media (max-width: 767px) {
    .home-about {
        background-position: center bottom;
        background-size: 992px;
    }

    .home-about .text-about {
        text-align: left;
        line-height: 2.5;
    }
}

.home-news {
    background-color: #fff;
    padding-bottom: 20px;
    z-index: 0;
}

.news-list .item {
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: dashed 1px #00B866;
    cursor: pointer;
}

.news-list .item .img-div {
    flex: 0 0 148px;
}

.news-list .item .news-img {
    border-radius: 5px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 5px;
}

.news-list .item .news-img:before {
    content: "";
    display: block;
    padding-bottom: 75%;
}

.news-list .item .content {
    flex: 1;
    padding-left: 20px;
}

.news-list .item .content .date {
    color: #FC8C0B;
}

.news-list .item .content .news-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    height: 60px;
    overflow: hidden;
    margin-bottom: 4px;
}

.news-list .item .content .news-title a,
.news-list .item:hover .content .news-title a {
    color: #000;
    text-decoration: none;
}

.news-list .item .content .btn-div {
    text-align: right;
}

.news-list .item .content .more-btn {
    position: relative;
    display: inline-block;
    color: #00B866;
    padding-left: 13px;
    padding-right: 20px;
    padding-bottom: 4px;
}

.news-list .item .content .more-btn:after {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    content: "";
    width: 82px;
    height: 12px;
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2281.732%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%3E%3Crect%20fill%3D%22none%22%20height%3D%22402%22%20width%3D%22582%22%20y%3D%22-1%22%20x%3D%22-1%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke%3D%22%2300b866%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20d%3D%22m0.47125%2C11.55973l80.76075%2C-0.05973l-7.519%2C-11l7.519%2C11.1792z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center;
}

.news-list .item:hover {
    border-bottom: solid 1px #FC8C0B;
}

.news-list .item:hover .more-btn {
    color: #FC8C0B;
}

.news-list .item:hover .more-btn:after {
    background: url('data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2281.732%22%20height%3D%2212%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%3E%3Crect%20fill%3D%22none%22%20height%3D%22402%22%20width%3D%22582%22%20y%3D%22-1%22%20x%3D%22-1%22%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpath%20stroke-linejoin%3D%22round%22%20stroke-linecap%3D%22round%22%20stroke%3D%22%23FC8C0B%22%20fill%3D%22rgba%280%2C0%2C0%2C0%29%22%20d%3D%22m0.47125%2C11.55973l80.76075%2C-0.05973l-7.519%2C-11l7.519%2C11.1792z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center center;
}

@media (max-width: 991px) {
    .news-list .item {
        padding-top: 13px;
        padding-bottom: 13px;
        margin-left: 0;
        margin-right: 0;
    }

    .home-news {
        padding-bottom: 140px;
    }
}

@media (max-width: 767px) {
    .news-list .item .img-div {
        flex: 0 0 100px;
    }

    .news-list .item .content .news-title {
        max-height: 60px;
        height: auto;
    }
}

.leaf-home-about:before {
    position: absolute;
    content: "";
    display: block;
    width: 280px;
    height: 256px;
    background: url(/assets/img/leaf-2.png);
    background-position: center center;
    background-repeat: no-repeat;
    right: 50%;
    margin-right: 570px;
    top: -128px;
    transform-origin: 1% 78.5%;
    animation-name: leaf-animation-home-about;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes leaf-animation-home-about {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(5deg);
    }

    90% {
        transform: rotate(-2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.leaf-home-news:before {
    position: absolute;
    content: "";
    display: block;
    width: 154px;
    height: 129px;
    background: url(/assets/img/leaf-3.png);
    background-position: center center;
    background-repeat: no-repeat;
    left: 50%;
    margin-left: 650px;
    top: 36px;
    transform-origin: 89.6% 97.7%;
    animation-name: leaf-animation-home-news;
    animation-duration: 2s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes leaf-animation-home-news {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(5deg);
    }

    90% {
        transform: rotate(-2deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@media (max-width: 1600px) {
    .leaf-home-about:before {
        left: -6px;
        right: auto;
        margin-right: 0px;
        top: -30px;
    }

    .leaf-home-news:before {
        left: auto;
        margin-left: 0px;
        right: 0px;
    }
}

@media (max-width: 1000px) {
    .leaf-home-about:before {
        width: 140px;
        height: 128px;
        background-size: contain;
    }

    .leaf-home-news:before {
        top: -12px;
        width: 90px;
        height: 75.4px;
        background-size: contain;
    }
}