﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gentium+Book+Plus&display=swap');


html {
    font-family: Arial, 'Noto Sans TC', "微軟正黑體", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "Microsoft JhengHei", sans-serif
}

:root {
    --init-about-editor-slick-ratio: 1296 /546;
}

.h1 {
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 10px;
    margin-bottom: 40px;
}

.h2 {
    border-bottom: 1px solid #939393;
    color: #000000;
}

    .h2 .txt-en {
        display: none;
    }

.h5 {
    color: #000000;
}

    .h5 .sub-txt {
        color: var(--main-color);
    }


a:hover {
    color: var(--second-color);
}

.btn.btn-primary {
    background: var(--main-color);
    border-color: unset;
    font-size: 14px;
    padding: 4px 27px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    color: var(--bs-white);
}

    .btn.btn-primary::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: var(--second-color);
        opacity: .25;
        transition: -webkit-clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
        transition: clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
        transition: clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99), -webkit-clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
        transition: clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99), -webkit-clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 140%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 140%, 0% 100%);
    }

    .btn.btn-primary:hover::before {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

    .btn.btn-primary:hover {
        background: var(--second-color);
    }

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    background: var(--main-color);
    border-color: var(--main-color);
}

.btn-secondary {
    font-size: 14px;
    padding: 4px 27px;
    border-radius: 0;
    background-color: var(--second-color);
}

    .btn-secondary:hover {
        background: var(--main-color);
    }

.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    background-color: var(--forth-color);
    border-color: var(--forth-color);
    color: var(--bs-white);
}

.btn-check:focus + .btn-info, .btn-info:focus {
    color: var(--bs-white);
    background-color: var(--forth-color);
    border-color: var(--forth-color);
}

.btn-info:hover {
    background-color: var(--forth-color);
    border-color: var(--forth-color);
    color: var(--bs-white);
}

.btn.btn-txt:hover {
    color: var(--second-color);
}

.header .navbar {
    padding: 0 10px;
}

body.home .home_about .slickfixedInitPosition {
    aspect-ratio: var(--init-about-editor-slick-ratio);
}

.slickfixedInitPosition .slider {
    display: none;
}

    .slickfixedInitPosition .slider.slick-initialized {
        display: block;
    }

/* navbar */

.header .navbar {
    position: fixed;
    background-color: var(--bs-white);
    border-bottom: none;
}

.header .nav-brand-wrapper {
    position: relative;
    z-index: 10;
}

.header .nav-item.dropdown > .navbar-nav {
    width: 160px;
}

.header .navbar-nav .nav-link {
    padding: 18px 1.25vw;
    color: var(--bs-dark);
    position: relative;
}

.header .navbar-nav .nav-item:hover > .nav-link {
    color: var(--bs-dark);
}

.header .navbar-nav .nav-item .caret {
    display: none;
}

.header .navbar .small-btn-box ul {
    margin-right: 0;
}

.header .navbar .small-btn-box .lang .btn {
    font-size: .9375rem;
    margin: 0;
    padding: 4px 8px;
    text-align: center;
    min-width: 4.5em;
}

.header .btn-group.lang .dropdown-item {
    background-color: #505050;
    color: #fff !important;
    padding: 6px 10px;
    font-size: 0.875rem;
    text-align: center;
    margin: 0;
}

    .header .btn-group.lang .dropdown-item:hover {
        background-color: #000;
    }

.bsnav .navbar-nav .nav-item.active > .nav-link, .bsnav .navbar-nav .nav-item:active:focus > .nav-link, .bsnav .navbar-nav .nav-item:active > .nav-link, .bsnav .navbar-nav .nav-item:focus > .nav-link, .navbar-nav .nav-item.active > .nav-link, .navbar-nav .nav-item:active:focus > .nav-link, .navbar-nav .nav-item:active > .nav-link, .navbar-nav .nav-item:focus > .nav-link, .navbar-nav .nav-item:hover > .nav-link {
    color: var(--bs-gray-700);
}

.nav-item.dropdown.fadeup > .navbar-nav.in li a {
    color: #000;
}

    .nav-item.dropdown.fadeup > .navbar-nav.in li a:hover {
        background-color: var(--third-color);
    }

.nav-item.dropdown > .navbar-nav .nav-item:hover a:before {
    color: var(--bs-white);
}

.nav-item.dropdown.dropdown-left .navbar-nav .nav-item:hover .nav-link.trigger:before {
    border-left: solid 5px #fff;
}

.header .navbar .small-btn-box,
.navbar .navbar-collapse {
    transition: all 0.5s;
}

    .navbar .navbar-collapse > .navbar-nav {
        position: relative;
        padding: 0 10px 0 20px;
    }

.navbar .navbar-brand {
    display: block;
    background-size: cover;
    width: 224px !important;
    height: 80px !important;
    transition: all .3s ease;
    margin: 15px 0;
}

    .navbar .navbar-brand img {
        width: 100%;
        height: auto;
    }

.navbar.newtop .navbar-brand {
    /*background: url(../images/all/logos.png) center center no-repeat !important;
    width: 60px !important;
    height: 52px !important;*/
    /*transform:scale(0.8);*/
}

.header .navbar .container-fluid {
    max-width: 1400px;
}


/* banner */
.banner .banner-wrapbox {
    position: relative;
}

body.home .banner .slick {
    position: relative;
    z-index: 1;
}

body.home .banner .item > a {
    width: 100%;
}

.banner-ani-zoom {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
}

body.home .banner .slick-current {
    -webkit-animation-name: csszoomIn;
    -webkit-animation-duration: 6s;
}

@-moz-keyframes csszoomIn {
    0% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    70% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes csszoomIn {
    0% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    70% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes csszoomIn {
    0% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    70% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.banner .slick .slick-dots .slick-active button {
    background: #a1b57b;
}

.banner .slick .slick-dots button {
    background: #fff;
}

.banner .slick-dots {
    bottom: 10px;
    z-index: 100;
}

.banner {
    position: relative;
}

    .banner .bann_tit p {
        font-size: 1.4375rem;
        letter-spacing: 10px;
        margin-bottom: 30px;
    }

        .banner .bann_tit p.p_1 {
            margin-bottom: 0;
            font-size: 1rem;
            margin-top: 30px;
        }

    .banner .bann_tit h3 {
        font-size: 3.75rem;
        letter-spacing: 10px;
        font-weight: bold;
    }

    .banner .bann_tit {
        display: none;
    }

body.home .banner .bann_tit {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 30%;
    text-align: center;
    color: var(--main-color);
    display: block;
    padding: 60px 0 130px;
    text-align: center;
    z-index: 2;
}

.banner .bann_tit:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/banner_top.svg)no-repeat;
    width: 386px;
    height: 206px;
    top: 0px;
    right: 0;
    left: -10px;
    margin: 0 auto;
}

.banner .bann_tit:after {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/banner_bottom.svg)no-repeat center bottom;
    width: 386px;
    height: 206px;
    bottom: 0;
    right: 0;
    left: -10px;
    margin: 0 auto;
}

/*----------------------- 會員專區 -----------------------*/
.rwd-table a:hover {
    color: #36bcbf;
}

.form-group .notice {
    padding-right: 4px;
}

.btn.btn-txt {
    font-size: 0.875rem;
    color: #2d2d2d;
}

.modify .form-check-input,
.register .form-check-input {
    border: none;
    margin-top: 0;
}

.frame-small-box {
    width: 50%;
    background-color: var(--bs-white);
    border: 1px solid #b8b8b8;
    padding: 50px;
    border-top: 5px solid var(--main-color);
}

.flex-item {
    margin-bottom: 15px;
}

.member-function-box .item > a .info {
    color: #000;
}

.member-function-box .item > a:hover .info {
    color: var(--bs-white);
}

.member-function-box .item > a {
    color: #0071bb;
    background-color: var(--bs-white);
    padding: 32px 15px;
    -moz-box-shadow: 0px 0px 5px #5FD4F8;
    -webkit-box-shadow: 0px 0px 5px #5fd4f8;
    box-shadow: 0px 0px 5px #5fd4f8;
    border-radius: 15px;
}

    .member-function-box .item > a:hover {
        background: #0071bb;
        color: var(--bs-white);
    }

.rwd-table.mob-mode th {
    background: #0071bb;
}

.rwd-table a {
    color: #000000;
}

body .container .ezshare-box {
    margin: -30px 0 40px 0;
}


/* 首頁區塊 */
.home .section .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.home .section .h3:empty {
    display: none;
}

.home_worl .wo_left:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #47464b;
    width: 1px;
    height: 152px;
    left: 0;
    top: 45px;
}

.home_worl .wo_right,
.home_worl .wo_left {
    padding-top: 7%;
}

.home_worl .wo_left {
    width: 25%;
    position: relative;
    padding-right: 5%;
}

.home_worl:hover .wo_right .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.7;
}

.home_worl .wo_right .pic {
    position: relative;
    overflow: hidden;
}

.home_worl .wo_right {
    width: 75%;
    position: relative;
}

.home_worl h3 span {
    display: block;
}

.home_worl p {
    font-size: 0.875rem;
    color: #000000;
    opacity: 0;
    transition: all 11s;
}

    .home_worl p.aos-animate {
        opacity: 1;
    }

    .home_worl p.cane {
        opacity: 1;
        position: absolute;
        left: 0;
        top: 0;
        font-size: 0.75rem;
        color: #8f8f8f;
    }

.home_worl h3 {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-weight: bold;
    margin: 0px auto 20px;
    font-size: 2rem;
    color: #000;
    margin-bottom: 100px;
    letter-spacing: 4px;
}

.home_worl {
    display: block;
    margin: 3% 0 7%;
}

.home_space a {
    display: block;
    position: relative;
}

    .home_space a:hover h3 {
        transform: scale(0);
        opacity: 0;
    }

        .home_space a:hover h3 span {
            letter-spacing: 0;
        }

.home_space .tit h3 span {
    display: block;
    font-size: 1rem;
    letter-spacing: 0;
}

.home_space .tit h3 {
    font-size: 2.625rem;
    color: var(--bs-white);
    transition: all 0.9s;
    transform: scale(1);
}

    .home_space .tit h3 span {
        display: block;
    }

.home_space .tit {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 20;
}

.home_space a:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.04) !important;
}

.home_space a:hover .pic:before {
    opacity: 0;
}

.home_space .pic:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #00000063;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 1s;
    z-index: 10;
}

.home_space .pic {
    position: relative;
    overflow: hidden;
}

.home_space .d-flex {
    justify-content: center;
}

.home_worl .wo_right .pic img,
.home_space a .pic img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 3s;
    opacity: 0.2;
}

.home_worl .wo_right .pic.aos-animate img,
.home_space a.aos-animate .pic img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.home_space {
    position: relative;
}

.director_c .pic {
    max-width: 320px;
    margin: 0 auto;
}


.director_c .tit p {
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 0;
    line-height: 22px;
    color: #000;
}

    .director_c .tit p span {
        font-weight: 400;
        font-size: 0.875rem;
        display: block;
    }

.director_c .tit h4 span:before {
    content: " ";
    display: block;
    position: absolute;
    background: url(../images/all/round.svg)no-repeat;
    left: -23px;
    top: -19px;
    width: 66px;
    height: 67px;
}

.director_c .tit h4 span {
    position: absolute;
    left: 23px;
    top: -12px;
    font-family: 'Gentium Book Plus', serif;
    font-size: 1.4375rem;
    font-weight: 100;
    padding-left: 5px;
}

.director_c .tit h4 {
    font-size: 1rem;
    color: #000;
    font-weight: bold;
    position: relative;
    padding-left: 78px;
    margin-bottom: 15px;
}

.director_c .tit:hover p.tx_t {
    color: #666;
}

.director_c .tit p.tx_t {
    position: absolute;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    left: 0;
    top: 56px;
    font-size: 0.75rem;
    letter-spacing: 2px;
    line-height: 32px;
    width: auto;
    white-space: nowrap;
}

.director_c .tit {
    position: relative;
    padding-left: 2%;
}

.director_c {
    position: relative;
    padding: 2% 0 1%;
}

.new_flower {
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 10;
}

    .new_flower.new_flower2 img {
        margin: 0;
    }

    .new_flower.new_flower2 {
        position: absolute;
        left: 0;
        top: -4%;
        z-index: 30;
        pointer-events: none;
    }

    .new_flower.new_flower3 {
        position: absolute;
        right: 0;
        bottom: -250px;
        top: unset;
        z-index: 100;
    }

.breadcrumb:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #efefef;
    left: -999px;
    right: -999px;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.breadcrumb li,
.breadcrumb li a {
    color: var(--bs-dark);
}

    .breadcrumb li a .txt-en {
        display: none;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--bs-dark);
}

.breadcrumb {
    position: relative;
    background: unset;
    font-size: 14px;
    margin: 0 auto;
    padding-left: 0;
}

/* faq */
.accordion-list .accordion-list-header .btn-link:hover {
    color: var(--forth-color);
}

.accordion-list .accordion-list-cont {
    background: #ffffff;
}

.accordion-list .st.st-a {
    color: #000;
}

.accordion-list .st {
    left: 12px;
    top: 12px;
    font-size: 20px;
    color: #ffffff;
}

.accordion-list .accordion-list-header .btn-link {
    padding: 15px 10px 15px 35px;
    color: var(--bs-white);
    border: none;
    background-color: #434343;
    border-radius: 0;
}
/* Side */
.side .h3 {
    border-bottom: 1px solid #5c5c5c;
    color: #040404;
    padding-bottom: 6px;
    margin-bottom: 20px;
    display: none;
}

    .side .h3 .txt-en {
        text-align: left;
        font-family: 'Cormorant Infant', serif;
        font-size: 2.1875rem;
        color: #000;
        margin-bottom: 0;
    }

    .side .h3 .txt-tw {
        display: block;
        padding: 0px;
        border: oldlace;
        text-align: left;
        font-size: 16px;
        color: var(--main-color);
        font-weight: 500;
    }

.side .wid-quickLink .h3 {
    display: block;
}

.side .collapse.navbar-collapse {
    margin-top: 0;
}

.side .navbar-nav .dropdown-menu li.nav-title a {
    background: #212121;
    color: #fafafa;
}

    .side .navbar-nav .dropdown-menu li.nav-title a:hover {
        background-color: #0071bb;
    }

.side .filter-content > ul {
    line-height: 29px;
    padding: 2px 6px;
}

.side .filter-content ul li {
    position: relative;
    padding-left: 15px;
}

.side .filter-content > ul li:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: var(--forth-color);
    left: 0;
    top: 14px;
    width: 7px;
    height: 2px;
}

.side .filter-content, .side .filter-sidebar.multiple-collapse .collapse-content {
    border: none;
}

.side .filter-title .collapsed-btn:hover,
.side .filter-sidebar.multiple-collapse .collapsed-btn:hover {
    color: var(--forth-color);
}

.side .filter-title .collapsed-btn,
.side .filter-sidebar.multiple-collapse .collapsed-btn {
    padding: 0;
    background: unset;
    border: none;
    color: #000;
    font-size: 18px;
}

/* 聯絡我們 */
.contact .btn {
    padding: 12px 20px;
}

.contact .radio-inline label {
    margin: 0 12px 0 5px;
}

.list-creative .list-terms:before {
    width: 3px;
    background: #515151;
}

.list-creative > li:nth-child(2n) .list-terms:before {
    background: #cecece;
}

.contact h3 .txt-tw {
    color: var(--main-color);
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 500;
}

.contact h3 .txt-en {
    font-size: 2.1875rem;
    color: #000;
    font-style: italic;
    display: table;
    margin: 0 auto 0;
    padding-bottom: 0;
    position: relative;
}

.contact h3 {
    position: relative;
    line-height: 28px;
    padding-bottom: 10px;
    margin-bottom: 60px !important;
    text-align: center;
    border-bottom: 0;
}

    .contact h3:before {
        content: " ";
        display: block;
        position: absolute;
        background-color: #000;
        width: 25px;
        height: 1px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
    }

/* 產品 */
.badge {
    padding: 8px 11px;
}

.anchor-title.scroll-to-fixed-fixed {
    background: #393939;
}

    .anchor-title.scroll-to-fixed-fixed a {
        color: var(--bs-white);
    }

.btn.btn-dark:hover,
.btn.btn-light:hover {
    background-color: var(--forth-color);
}

.btn.btn-dark {
    background: #b8b8b8;
}

.btn.btn-light {
    background: #1c1c1c;
}

.btn.btn-light, .btn.btn-dark {
    padding: 8px 25px 8px;
}

.anchor-title a:hover,
.anchor-title ul li:first-child a {
    color: var(--main-color);
}

.product-info-area .item.price .cont {
    color: var(--main-color);
}

.gallery-list.cover.hov-cart .btn-box .btn {
    background: var(--forth-color);
}

.product .gallery-list .item .info {
    padding: 0;
}

.product .gallery-list.border-solid .item .item-detail {
    border: none;
}

.product .gallery-list .item .title {
    text-align: left;
    margin-bottom: 0;
    margin-top: 3px;
}

.product .info .justify-content-center {
    justify-content: unset !important;
    text-align: left;
}

.product .gallery-list p.price {
    margin-top: 0;
    font-size: 0.875rem;
    color: var(--main-color);
}



/* 最新消息 */

.show .page-item a.page-link:hover {
    background-color: var(--main-color);
    color: var(--bs-white);
}

.show .page-item a.page-link {
    background-color: var(--bs-white);
    border: 1px solid #000;
    display: table;
    margin: 0 auto;
    padding: 12px 90px;
    font-size: 0.75rem;
    color: #000;
    letter-spacing: 1px;
    position: relative;
}

.small-title {
    color: var(--main-color);
}

.item:hover .pic img {
    transform: scale(1);
    opacity: 0.7;
}

.article-grid.ar-img .item .info .desc, .article-grid.ar-img .item .info .title, .article-grid.ar-img .item .info .desc a, .article-grid.ar-img .item .info .title a {
    font-weight: bold;
    font-size: 1rem;
}

.article-grid .item .info {
    border: none;
    padding: 0;
}

.article-grid.ar-img .item .info {
    padding: 20px 15px;
}

.article-grid .item .info .kind a {
    font-size: 14px;
    padding: 5px 10px;
    background: unset;
    color: var(--main-color);
    border: 1px solid var(--main-color);
    margin-bottom: 10px;
}

.page-link {
    color: #404040;
    border-color: #ffffff;
}

.btn-info {
    background-color: #dadada;
    font-size: 14px;
}

.page-link:hover,
.page-item.active .page-link {
    background: var(--main-color);
    color: var(--bs-white);
    border: 1px solid var(--main-color);
    border-color: unset;
}


.dropdown-toggle::after {
    display: none;
}

.pic .ratio-4x3 {
    --bs-aspect-ratio: 75%;
    position: relative;
    overflow: hidden;
}

/* 首頁區塊 */

.home .main {
    display: none;
}

img {
    transition: all 0.5s;
}

.gallery-list .item .pic {
    overflow: hidden;
}

.gallery-list .item:hover .pic img {
    opacity: 0.7;
    transform: scale(1);
}


.article-grid.info-absolute .item a {
    /*font-size: 0.875rem;*/
    color: #000;
    font-weight: bold;
}

.article-grid.info-absolute .item .info .date {
    color: #257830;
    font-size: 0.75rem;
    padding-top: 5px;
}

.article-grid.info-absolute .item .info {
    text-align: left;
    padding-top: 18px;
}

.article-grid.info-absolute .item:hover .pic img {
    opacity: 0.7;
}

.news-sec {
    margin: 30px 0;
    position: relative;
    padding-bottom: 50px
}

    .news-sec .new_flower {
        position: absolute;
        right: 0;
        top: -50px;
    }

    .news-sec .new_flower2 {
        position: absolute;
        left: 0;
        bottom: -290px;
        top: unset;
    }

.btn.more {
    background-color: var(--bs-white);
    border: 1px solid #000;
    display: table;
    margin: 0 auto;
    padding: 12px 90px;
    font-size: 0.75rem;
    color: #000;
    letter-spacing: 1px;
}

.btn.cover:before {
    background-color: #a8b590;
}

.btn.cover.bottom:before {
    top: 0;
    bottom: 0;
}

.home_about {
    position: relative;
    z-index: 10;
}

body.home .se_abt .h3:before {
    display: none;
}



.se_abt .btn.more {
    background-color: #fff0;
    border: 1px solid #fff;
    color: var(--bs-white);
}

body.home .se_prod .h3 {
    margin: 0 auto 40px;
}

.se_prod {
    margin: 40px 0 0;
    padding-bottom: 100px;
    position: relative;
}


    .se_prod .gallery-list p.price label {
        color: #585d4e;
    }

    .se_prod .gallery-list p.price {
        color: #000;
        font-size: 0.875rem;
        text-align: left;
        margin-top: 0;
    }

    .se_prod .gallery-list .item .title {
        text-align: left;
        margin-bottom: 0;
        margin-top: 3px;
    }

    .se_prod .new_flower3 {
        position: absolute;
        right: 0;
        top: -108px;
    }

.home .wid-page_unit > .title {
    display: none;
}
/* footer */
.footer {
    position: relative;
    color: var(--bs-white);
}

    .footer .foo-sit {
        padding-top: 20px;
    }

    .footer .footer-logo img {
        width: 150px !important;
    }

    .footer .powered {
        text-align: right;
    }

    .footer .new_flower4 {
        position: absolute;
        left: 0;
        top: 94px;
    }

    .footer .footer_right {
        width: 67%;
        z-index: 100;
    }

    .footer .footer_left {
        width: 33%;
        z-index: 100;
    }

        .footer .footer_left ul {
            line-height: 32px;
        }

            .footer .footer_left ul:empty {
                display: none !important;
            }

            .footer .footer_left ul li a {
                color: var(--bs-white);
            }

                .footer .footer_left ul li a:hover {
                    color: var(--third-color);
                }

        .footer .footer_left .social-box ul li {
            position: relative;
            overflow: hidden;
        }

            .footer .footer_left .social-box ul li a {
                color: var(--bs-white);
                background-color: var(--bs-white);
                border-radius: 50%;
                width: 39px;
                height: 39px;
                display: block;
                text-align: center;
            }

                .footer .footer_left .social-box ul li a:hover {
                    background-color: var(--main-color);
                }

                .footer .footer_left .social-box ul li a::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    display: block;
                    width: 100%;
                    height: 100%;
                    border-radius: 50%;
                    background: #000 2e;
                    transition: -webkit-clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
                    transition: clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
                    transition: clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99), -webkit-clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
                    transition: clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99), -webkit-clip-path 0.64s cubic-bezier(0.57, 0, 0, 0.99);
                    -webkit-clip-path: polygon(0 0, 100% 0, 100% 140%, 0% 100%);
                    clip-path: polygon(0 0, 100% 0, 100% 140%, 0% 100%);
                }

                .footer .footer_left .social-box ul li a img {
                    position: relative;
                    z-index: 2;
                    transition: all ease 0.5s;
                }

            .footer .footer_left .social-box ul li:hover a::before {
                -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
                clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
            }

            .footer .footer_left .social-box ul li:hover img {
                filter: invert(1) brightness(10);
            }

        .footer .footer_left label {
            color: var(--bs-white);
            font-family: "Myriad Pro";
            margin-right: 5px;
        }

        .footer .footer_left .cominfo-list .comname .icon,
        .footer .footer_left .cominfo-list .comname label {
            display: none;
        }

    .footer .fot_sitemp .d-flex {
        justify-content: center;
    }

    .footer .fot_sitemp ul li a {
        position: relative;
        font-size: 0.8125rem;
        color: var(--bs-white);
        padding: 0px 0 0px 10px;
        transition: all 0.9s ease;
    }

        .footer .fot_sitemp ul li a:hover {
            color: var(--third-color);
        }

        .footer .fot_sitemp ul li a:before {
            content: " ";
            display: block;
            position: absolute;
            background-color: var(--third-color);
            left: 0;
            top: 16px;
            width: 7px;
            height: 1px;
        }

    .footer .copyrights {
        text-align: center;
    }

    .footer .tep1 {
        width: 18%;
    }

        .footer .tep1:last-child {
            width: 15%;
        }

    .footer .footer_content {
        background: var(--forth-color);
    }

        .footer .footer_content.fc_seperate_bottom {
            padding: 47px 0 0;
        }

            .footer .footer_content.fc_seperate_bottom .footer-bottom {
                background: #fff;
                margin-top: 80px;
            }

                .footer .footer_content.fc_seperate_bottom .footer-bottom .copyrights-info {
                    padding: 15px 0;
                }

    .footer a:hover {
        color: var(--bs-white);
    }

    .footer a.ti_p::before {
        position: absolute;
        right: 0;
        bottom: 4px;
        left: auto;
        width: 0;
        height: 1px;
        content: "";
        background-color: var(--bs-white);
        transition: width 0.4s cubic-bezier(0.65, 0, 0.35, 1);
    }

    .footer a.ti_p:hover::before {
        right: auto;
        left: 0;
        width: 100%;
    }

    .footer h4,
    .footer a.ti_p {
        color: var(--bs-white);
        font-size: 0.875rem;
        line-height: 2em;
        display: table;
        position: relative;
        margin: 0;
    }

    .footer a.ti_p {
        padding: 2px 0;
    }
