﻿@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=Fjalla+One&display=swap');

@charset "utf-8";

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

.slickfixedInitPosition {
    aspect-ratio: var(--init-slick-ratio);
}

    .slickfixedInitPosition .slider {
        display: none;
    }

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

.header .navbar {
    padding: 0 10px;
    background-color: #10110ded;
    position: relative;
    border-bottom: none;
    position: fixed;
}

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

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

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

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

.header .btn-group.lang a{
    font-size: .875rem;
}

.header .btn-group.lang .dropdown-item {
    background-color: #a8b590;
    color: #fff !important;
    padding: 6px 15px;
    text-align: center;
}

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

.header .navbar-nav .nav-link {
    padding: 18px;
    position: relative;
}

.header .navbar-nav .nav-item:hover > .nav-link {
    color: #ebebc1;
}

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

/*.header .navbar-nav.navbar-mobile > .nav-item > .nav-link:hover:before {
    opacity: 1;
    transform: scaleY(1);
}*/

/*.header .navbar-nav.navbar-mobile > .nav-item > .nav-link:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/all/nav_icon.png)no-repeat;
    width: 23px;
    height: 28px;
    left: -7px;
    top: 12px;
    opacity: 0;
    transition: all 0.5s;
    transform: scaleY(0);
    transform-origin: center bottom;
}*/
.header .navbar-collapse > .navbar-nav > .nav-item > .nav-link {
    color: #fff;
}

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

    .nav-item.dropdown.fadeup > .navbar-nav.in li:hover > a,
    .nav-item.dropdown.fadeup > .navbar-nav.in li a:hover {
        color: #fff;
        background-color: #a8b590;
    }

.nav-item.dropdown > .navbar-nav .nav-item:hover a:before {
    color: #fff;
}

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

    .navbar .navbar-collapse > .navbar-nav {
        position: relative;
        padding: 0 15px 0 40px;
    }

    .navbar .navbar-collapse > .navbar_btn {
        z-index: 1;
    }

.header .navbar .nav-share-btn-area {
    margin-left: 10px;
}

.header .navbar .navbar_btn .nav-share-btn-area li {
    margin: 0 6px;
}

    .header .navbar .navbar_btn .nav-share-btn-area li a {
        display: block;
        font-size: 1.5rem;
        color: #fff;
    }

        .header .navbar .navbar_btn .nav-share-btn-area li a:hover {
            color: #eee;
        }

.header .bsnav-mobile .navbar .nav-share-btn-area li {
    margin: 0 6px;
}

    .header .bsnav-mobile .navbar .nav-share-btn-area li a {
        display: block;
        font-size: 1.5rem;
        color: #fff;
    }

        .header .bsnav-mobile .navbar .nav-share-btn-area li a:hover {
            color: #eee;
        }

/*body.home .navbar.newtop .navbar-collapse > .navbar-nav:before {
    top: -60px;
    left: -60vw;
    bottom: -2px;
    background-color: #13150fde;
}

body.home .navbar .navbar-collapse > .navbar-nav:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #13150f9c;
    right: -999px;
    top: 0;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
}
*/
body.home .navbar.newtop .navbar-brand {
    margin: 10px 0;
}

body.home .header .navbar.newtop .small-btn-box,
body.home .navbar.newtop .navbar-collapse {
    margin-top: 0;
}

.navbar .navbar-brand {
    display: block;
    background: url(../images/all/logo.png) center no-repeat;
    background-size: contain !important;
    /*width: 100px !important;*/
    /*height: 87px !important;*/
    transition: all .3s ease;
    margin: 20px 0 10px;
}

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

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

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


/* 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: #bdcd9e;
    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: 384px;
    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: 384px;
    height: 206px;
    bottom: 0;
    right: 0;
    left: -10px;
    margin: 0 auto;
}

.breadcrumb {
    position: relative;
    /*background: #b9c89d;*/
    background: transparent;
    font-size: 14px;
    margin: 0 auto;
}
    /*.breadcrumb:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #b9c89d;
    left: -999px;
    right: -999px;
    top: 0;
    bottom: 0;
    z-index: -1;
}*/

    .breadcrumb li,
    .breadcrumb li a {
        color: #000;
    }

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

.breadcrumb-item + .breadcrumb-item::before {
    color: #000;
}

/* faq */
.accordion-list .accordion-list-header .btn-link:hover {
    color: #b9c89d;
}

.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: #fff;
    border: none;
    background-color: #434343;
    border-radius: 0;
}
/* SID1 */
.side .collapse.navbar-collapse {
    margin-top: 0;
}

.side .navbar .navbar-collapse > .navbar-nav {
    padding: 0;
}

.side .navbar-nav .dropdown-menu li a {
    white-space: normal;
}

.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: #b9c89d;
    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: #b9c89d;
}

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

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

.side .h3 {
    border-bottom: 1px solid #5c5c5c;
    color: #040404;
    padding-bottom: 6px;
    margin-bottom: 20px;
}

    .side .h3 .txt-tw {
        display: block;
        padding: 0px;
        border: oldlace;
        text-align: left;
        font-size: 16px;
        color: #859f55;
        font-weight: 500;
    }

    .side .wid-search .h3 {
        display: none;
    }

.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: #b9c89d;
    border-color: #b9c89d;
}

.btn.btn-primary:hover {
    background: #b9c89d;
    border-color: #b9c89d;
}

a:hover {
    color: #b9c89d;
}


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

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

.btn-secondary {
    background-color: #b8b8b8;
}

.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: #859f55;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 500;
}

.contact h3 .txt-en {
    font-family: 'Fjalla One', serif;
    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;
}

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

.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
    background-color: #b9c89d;
    border-color: #b9c89d;
}

.btn-info:hover {
    background-color: #b9c89d;
    border-color: #b9c89d;
}
/* 產品 */
.badge {
    padding: 8px 11px;
}

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

    .anchor-title.scroll-to-fixed-fixed a {
        color: #fff;
    }

.btn.btn-dark:hover,
.btn.btn-light:hover {
    background-color: #b9c89d;
}

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

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

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

.product-info-area .item.price .cont {
    color: #abc282;
}

.h5 .sub-txt {
    color: #257830;
}

.h5 {
    color: #000000;
}

.gallery-list.slick {
    padding: 0 25px;
}

    .gallery-list.slick .slick-arrow {
        width: 25px;
        height: 25px;
        position: absolute;
        text-indent: -9999px;
        top: 50%;
        border: solid black;
        border-width: 0px 1px 1px 0;
        display: block;
        padding: 0px 22px 0px 0px;
        background: transparent;
        overflow: hidden;
    }

        .gallery-list.slick .slick-arrow:before {
            display: none;
        }

    .gallery-list.slick .slick-prev {
        left: 0;
        transform: translateY(-50%) rotate(135deg);
    }

    .gallery-list.slick .slick-next {
        right: 0px;
        transform: translateY(-50%) rotate(-45deg);
    }

.gallery-list.cover.hov-cart .btn-box .btn {
    background: #b9c89d;
}

.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: #257830;
}



/* 最新消息 */
.show .page-item a.page-link:hover:before {
    height: 100%;
    background-color: #a8b590;
}

.show .page-item a.page-link:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    transition: all .3s ease;
    z-index: -1;
    top: auto;
    bottom: 0;
    height: 0;
}

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

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

.small-title {
    color: #257830;
}

.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: 15px;
}

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

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

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

.btn-check:focus+.btn-info, .btn-info:focus {
    background-color: #b9c89d;
    border-color: #b9c89d;
}

.page-link:hover,
.page-item.active .page-link {
    background: #b9c89d;
    color: #fff;
    border: 1px solid #b9c89d;
    border-color: unset;
}

.btn.btn-primary {
    background: #1c1c1c;
    border-color: unset;
    font-size: 14px;
}

.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);
}

body.home .h3 {
    font-family: 'Fjalla One', serif;
    font-size: 2.1875rem;
    font-weight: 300;
    color: #000;
    /*font-style: italic;*/
    display: table;
    margin: 0 auto 28px;
    padding-bottom: 7px;
    position: relative;
}

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

.article-grid.info-absolute .item {
    padding: 10px;
}

    .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;
    }

.wid-slideBanner .jcarousel-control-prev, .wid-slideBanner .jcarousel-control-next {
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    border-left: 0;
    border-bottom: 0;
    top: -33px;
}

.wid-slideBanner .jcarousel-control-prev {
    transform: rotate(-45deg) scaleX(-1);
}

.wid-slideBanner .jcarousel-control-next {
    transform: rotate(45deg);
}

.news-sec {
    margin: 30px 0;
    position: relative;
    padding-top: 50px;
    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: #fff;
    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 {
    /*background: url(../images/all/about_bg.jpg)no-repeat;
    background-attachment: fixed;
    background-size: cover;*/
    padding: 80px 0 100px;
}

body.home .home_about .h3 {
    color: #fff;
}

.home_about p {
    font-size: 1.125rem;
    max-width: 50em;
    margin: 0 auto 20px;
    color: #fff;
}

.home_about .btn.more {
    margin-top: 40px;
}

.home_about .features {
    max-width: 800px;
}

    .home_about .features .title {
        text-align: center;
    }

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

body.home .se_abt .home_about .h3:before {
    display: block;
    background-color: #fff;
}

.se_abt .btn.more {
    background-color: #fff0;
    border: 1px solid #fff;
    color: #fff;
}

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

.se_prod {
    margin: 40px 0 0;
    padding-top: 40px;
    padding-bottom: 80px;
    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: center;
        margin-bottom: 0;
        margin-top: 3px;
    }

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

.home .wid-page_unit > .title {
    display: none;
}

.home .home-pagelist-area .h3:empty {
    display: none;
}
/* footer */
.footer {
    position: relative;
    color: #fff;
}

    .footer a:hover {
        color: #a8b590;
    }

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

    .footer .footer-logo a {
        /*background: url(../images/all/footer_logo.png)no-repeat;
    width: 131px;
    height: 42px;*/
    }

    .footer .footer-logo img {
        /*display: none;*/
        max-width: 50px !important;
    }

    .footer .footer-oth-det {
        gap: 10px;
    }

    .footer .footer_right {
        flex: 1 1 auto;
        width: 70%;
        z-index: 100;
    }

    .footer .footer_left {
        flex: 0 0 auto;
        width: 30%;
        z-index: 100;
    }

        .footer .footer_left ul li {
            white-space: nowrap;
        }

            .footer .footer_left ul li + li {
                margin-top: 8px;
            }

            .footer .footer_left ul li a {
                color: #fff;
                white-space: nowrap;
                display: inline-block;
                line-height: 1.4em;
            }

        .footer .footer_left .social-box ul li a:hover {
            background-color: #b1a270;
        }

        .footer .footer_left .social-box ul li a {
            color: #fff;
            background-color: #d8d9d8;
            border-radius: 50%;
            width: 39px;
            height: 39px;
            display: block;
            text-align: center;
        }

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

            .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: #0000002e;
                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: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 {
                -webkit-filter: sepia(1);
            }

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

        .footer .footer_left label {
            color: #b1a270;
            font-family: "Myriad Pro";
        }

    .footer .coinfo-box {
        text-align: right;
    }

    .footer .powered {
        display: inline-block;
        text-align: right;
    }

    .footer .copyrights {
        display: inline-block;
        text-align: right;
    }

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

    .footer .tep1 {
        width: 20%;
    }

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

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

    .footer h4,
    .footer a.ti_p {
        color: #fff;
        font-size: 0.875rem;
        display: table;
        position: relative;
    }

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


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

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

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

    .footer .fot_sitemp ul li a {
        position: relative;
        font-size: 0.8125rem;
        color: #9f9d9d;
        padding: 0px 0 0px 10px;
        transition: all 0.9s ease;
    }

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

        .footer .fot_sitemp ul li a:hover {
            color: #b1a270;
        }

    .footer .footer_content {
        background: #2c2f30;
    }

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

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