﻿@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');

@charset "utf-8";
:root {
   --init-about-editor-slick-ratio:1296 /546;
}
body.home {
    background: #2c2f30;
}
.header .navbar {
    padding: 0 10px;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0;
}

body.home .home_about .slickfixedInitPosition {
    aspect-ratio: var(--init-about-editor-slick-ratio);
}
.slickfixedInitPosition .slider{
    display:none;
}
.slickfixedInitPosition .slider.slick-initialized {
    display: block;
}

/* 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 .dropdown-item:hover{
    background-color:#000;
}
.header .btn-group.lang .dropdown-item {
    background-color: #505050;
    color: #fff !important;
    padding: 6px 26px;
}
.header .navbar-nav .nav-link {
    padding: 18px;
    color: #fff;
    position:relative;
}
.header .navbar-nav .nav-item:hover > .nav-link {
    color: #b6b6b6;
}
.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: #b6b6b6;
}
.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;*/
}
.nav-item.dropdown.fadeup > .navbar-nav.in  li a{
    color:#000;
}
    .nav-item.dropdown.fadeup > .navbar-nav.in li a:hover {
        background-color: #cbbe92;
    }
.nav-item.dropdown > .navbar-nav .nav-item:hover a:before{
    color:#fff;

}
.header .navbar .small-btn-box,
.navbar .navbar-collapse {
    margin-top: 30px;
    transition: all 0.5s;
}
.header .navbar.newtop .small-btn-box,
.navbar.newtop .navbar-collapse {
    margin-top: -21px;
}
.navbar .navbar-collapse > .navbar-nav {
    position: relative;
   padding: 0 30px 0 50px;
}
.navbar.newtop .navbar-collapse > .navbar-nav:before {
    top: -60px;
    left: -1200px;
    bottom: -9px;
    background-color: #13150fde;
}
/*body.home .navbar .navbar-collapse > .navbar-nav:before {*/
.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;
    z-index:-1;
}

.header .navbar.newtop .navbar-brand {
    top: -44px;
    position: relative;
}
.header .navbar.newtop .navbar-brand{
    width: 36px !important;
	height: 38.52px !important;
}

.header .navbar .navbar-brand {
        display: inline-block;
        /*background: url(../images/all/logo.png) center center no-repeat!important;*/
        background-size: cover;
        /*width: 100px!important;
        height: 87px!important;*/
        transition: all .3s ease;
        margin: 20px 0 10px;
        width:100px;
        height:107px;
    }

.header .navbar.newtop .navbar-brand {
    /*background: url(../images/all/logos.png) center center no-repeat !important;
    transform:scale(0.8);
    width: 60px !important;
    height: 64px !important;*/
}
        .header .navbar .container-fluid {
            width: 75%;
        }
.header .navbar {
    position: fixed;
}

.header .navbar {
    background-color: unset;
}
.header .navbar {
/*    background-color: #13150f9c;*/
	background-color:transparent !important;
    position: fixed;
    border-bottom: none;
}
.h2 {
    font-size: 2.2rem;
    border-bottom: 1px solid #939393;
    color: #000000;
}

    .h2 .txt-en{
        display:none;
    }

body  .container .ezshare-box {
    margin: 0px 0 50px 0;
}


 /* 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: #cbbe92;
    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: #fff;
    border:1px solid #b8b8b8;
    padding: 50px;
    border-top:5px solid #9c8949;
}

.flex-item{
    margin-bottom:15px;
}
.btn.btn-txt:hover {
    color: #9c8949;
}

.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;
    }

.member-function-box .item > a .info {
    color: #000;
}

.member-function-box .item > a:hover .info {
    color: #fff;
}

.member-function-box .item > a {
    color: #0071bb;
    background-color: #fff;
    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: #fff;
    }

.rwd-table.mob-mode th {
    background: #0071bb;
}

.rwd-table a {
    color: #000000;
}


/* 首頁區塊 */
.home_about .home-pagelist-area > .container-fluid {
    padding: 0 5vw !important;
    width: 100%;
}
.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: 2rem;
    letter-spacing: 0;
    color: #fff;
}
.home_space .tit h3 {
    font-size: 4rem;
    color: #ff7f32;
    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;
}


.breadcrumb-section {
    background: #666;
}
.breadcrumb:before {
    content: " ";
    display: block;
    position: absolute;
    background-color: #9f9f9f;
    left: -999px;
    right: -999px;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.breadcrumb li,
.breadcrumb li a {
    color: #fff;
}
    .breadcrumb li a   .txt-en{
        display:none;
    }
    .breadcrumb-item + .breadcrumb-item::before {
        color: #ffffff;
    }
.breadcrumb {
    position: relative;
    background: unset;
    font-size: 14px;
    margin: 0 auto;
    padding-left: 0;
}

/* 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 .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: 'Cormorant Infant', 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: #cbbe92;
        font-weight: 500;
    }
.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: #cbbe92;
    border-color: #cbbe92;
}


a:hover {
    color: #cbbe92;
}


/* 聯絡我們 */
.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: #ee7b39;
}
.list-creative > li:nth-child(2n) .list-terms:before {
    background: #cecece;
}
.contact h3 .txt-tw {
    color:#9c8949;
    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;
}
.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: #393939;
}
    .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;

}
.anchor-title a:hover,
.anchor-title ul li:first-child a {
    color: #9c8949;
}
.product-info-area .item.price .cont {
    color: #9c8949;
}
.h5 .sub-txt {
    color:#9c8949;

}

    .h5 {
    color: #000000;
}
.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: #9c8949;
}



/* 最新消息 */

.show .page-item a.page-link:hover {
    background-color: #ee7b39;
    border-color: #ee7b39;
    color:#fff;
}
.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: #9c8949;
}
.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: 25px;
}
.article-grid .item .info .kind a {
    font-size: 14px;
    padding: 5px 10px;
    background: unset;
    color: #9c8949;
    border: 1px solid #9c8949;
    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: #000;
    color: #fff;
    border: 1px solid #000;
    border-color: unset;
}
.form-hasbg .btn.btn-secondary,
.form-hasbg .btn.btn-primary {
    background: #fff;
    font-size: 16px;
    padding: 5px 27px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    color: #000;
    border: 1px solid #000;
}


/*.btn.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    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%);
}
.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);
}*/
.form-hasbg .btn.btn-secondary:hover,
.form-hasbg .btn.btn-primary:hover {
    background: #ee7b39;
    color: #fff;
    border-color: #ee7b39;
}


 .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: #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 {
    position: relative;
    z-index: 10;
}

.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-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;
    }





/* footer */
.footer .foo-sit{
    /*padding-top:20px;*/
}
.footer .footer-logo a {
    /*background: url(../images/all/footer_logo.png)no-repeat;
    width: 131px;
    height: 42px;*/
    margin-right: 40px;
}
.footer .footer-logo img {
    /*display: none;*/
    width: 250px;
}
.footer .powered {
    text-align: right;
}
.footer .footer_right,
.footer .footer_left {
    z-index: 10;
}
    .footer .footer_left ul li,
    .footer .footer_left ul li a {
        color: #fff;
    }
    .footer .footer_left .social-box ul li a:hover {
        background-color: #ffc8a7;
    }
    .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: #ff7f32;
    }

    .footer {
        position: relative;
    }
.footer .fot_sitemp .d-flex {
    justify-content:center;
}
.footer .copyrights {
    text-align: right;
    color:#fff;
}

.footer .tep1 {
    width: 20%;
}
    .footer .tep1:last-child {
        width: 10%;
    }
.footer .footer_content.fc_seperate_bottom {
    padding: 47px 0 0;
}
.footer a:hover{
    color:#a8b590;
}

.footer .footer_content.fc_seperate_bottom .footer-bottom {
    background: #fff;
    margin-top: 80px;
}

        .footer .footer_content {
            background: #2c2f30;
        }
.footer-oth-det {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.wid-album .h3 {
    display:none;
}
.album.show .album_title {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.main .side .nav > li + li {
    border: none;
}

.grid.hov-bg .grid-item a .pic {
    background: #efefef;
}
.bsnav-mobile{
	z-index: 50;
}
.function-bar,
.collapse-side-btn{
	display:none;
}
body.album .function-bar,
body.album .collapse-side-btn{
	display:block;
}
body.album .gallery-slick .slider-nav ul.slick-dots{
	display:none!important;
}
.function-bar .btn.btn-primary{
	background:#ee7b39;
}


/*左選單設定*/
.side .wid-album .nav > li > a {
    background: #ff7f32;
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
	margin-top: 5px;
}
.side .wid-album .nav li ul li > a {
    font-size:14px;
}
.main .side .nav > li a:hover, .main .side .nav > li a:focus, .main .side .nav > li.active a {
    color: #ee7b39;
}

