@charset "utf-8";
/*列表通用 index article*/
/*------------ article ------------*/
.article-list .item .box{
    margin: 0 auto 45px;
    position: relative;
}
.article-list .item .pic{
    position: relative;
    box-sizing: border-box;
    order: 2;
    width: 100%;
    vertical-align: top;
}
.article-list .item .top_box{
    padding:10px;
    background: #fdfdfd;
    border: 3px solid #f0efe9;
}
.article-list .text-all{
    border-color:  transparent;
}
.type3 .article-list .Category+.date:before{
    background: #ff6c00;
}
.article-list .item .date{
    color: #ff6c00;
    border-color: #ff6c00;
}
.type2 .keyword_box:before{
    background: #d89959;
}
.article-list .item .name,
.type4 .right-box .tit,
.type4 .article-list .date:before{
        color: #3B3B3B;
}
.article-list .item .description{
    color: #999;
}
.article-box .keyword_box, 
.article-box .keyword li a,
.article-box .article-list .Category,
.article-box .keyword_box:before,
.keyword li a{
    color: #d89959;
    border-color: #d89959;
    background: none;
}
.keyword_box.detail .keyword li a{
    border:none;
    padding: 0;
}
.keyword_box.detail .keyword li a:hover{
    background: none;
    color: #ff6c00;
}
.keyword li a:hover{
    color: #ff6c00;
}
.article-box  .keyword li a:hover{
    background:  #ff6c00;
    border-color:  #ff6c00;
    color: #fff;
}
.type5 .article-list .item .date,
.article-date{
    color: #FFFFFF;
    margin: -25px 0 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: #ca7942; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ca7942 0%, #883c16 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ca7942 0%,#883c16 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ca7942 0%,#883c16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7942', endColorstr='#883c16',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.article-date{
    margin:auto;
}
.type1 .article-list .btn.more,
.type4 .article-list .btn.more{
    z-index: 5;
    overflow-x: hidden;
    color: #fff;
    position: relative;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: #ca7942; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ca7942 0%, #883c16 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ca7942 0%,#883c16 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ca7942 0%,#883c16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7942', endColorstr='#883c16',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    transition: all .3s ease;
}
.type1 .article-list .box .btn.more:hover,
.type4 .article-list .box:hover .btn.more{
    opacity: 0.8;
    color: #fff;
     /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ca7942+0,883c16+100 */
    background: #ca7942; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ca7942 0%, #883c16 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ca7942 0%,#883c16 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ca7942 0%,#883c16 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca7942', endColorstr='#883c16',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/*------------ keyword_box ------------*/
.keyword_box i{
    font-size: 14px;
    line-height: 14px;
    float: left;
    position: absolute;
    top: 14px;
    left: 0;
}
.article-detail .fb{
    padding: 10px 0 5px;
}
.keyword_box.detail{
    height: auto;
    max-width: 1000px;
    margin: 0;
    position: relative;
    padding: 9px 0 9px 25px;
    color: #d89959;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.5;
}
.type5 .keyword_box.detail ul{
    white-space: normal;
    overflow: inherit;
}
.type5 .keyword li a:hover{
    text-decoration: underline;
    color: #999;
}
/*!列表通用 index article*/
.slick-slider .slick-track{
    padding-top: 30px;
}
.album-list.slick-slider .slick-track{
    padding-top: 15px;
}
.banner .slick-slider .slick-track{
    padding-top: 0;
}
/*列表通用 index、products*/
.products-list .pic {
    overflow: hidden;
}
.products-list .box .pic img {
    transition: all ease 0.6s;
}
.products-list .box:hover .pic img {
    transform: scale(1.2);
}
.products-list.type2 .box:hover .pic:before {
    opacity: 0;
}
.products-list .box.new:before{
    content: '';
    display: block;
    background: url(../../../images/layout05/common/products/new_tag.png) no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 10px;
    pointer-events: none;
}
.products-list.type2 .box.new:before{
    top: -31px;
    left: 10px;
}
.products-list.type2 .box{
    border-radius: 0px;
    border: 5px solid #fff;
    background: #fff;
}
.products-list.type2 .pic{
    position: relative;
    overflow: hidden;
    border-radius: 0px 0px 0 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.products-list.type2 .box:hover .pic{
    -webkit-transform: translate(0, -54px);
    transform: translate(0, -54px);
}
.products-list .name{
    color: #17171F;  
}
.products-list .box:hover .name{
    color: #BA1111;
}
.products-list.type2 .name{
    transition: all .3s ease;
    padding: 0 15px;
}
.products-list.type2 .box:hover .name{
    -webkit-transform: translate(0, -54px);
    transform: translate(0, -54px);
}
.products-list.type2 .box:hover {
    background: #F8F6F1;
}
.products-list .description{
    color: #000;
}
.products-list.type2 .description{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(0, 54px);
    transform: translate(0, 54px);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9;
    margin: auto;
    padding-bottom: 10px;
    padding: 0 15px;
}
.products-list.type2 .box:hover .description{
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.products-list.type2 .item {
    padding: 0 5px;
}
@media screen and (max-width: 1000px){
    .products-list.type2 .box:hover .pic{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    .products-list.type2 .box:hover .name{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
    .products-list.type2 .description{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
        position: static;
        padding: 0px 15px;
        margin: 0  0 20px;
    }
    .products-list.type2 .box:hover .description{
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
 }
/*!列表通用 index、products*/

.products-list.type2.masonry-list .box.new:before {
    top: 10px;
    left: 10px;
}
.products-list.type2.masonry-list .box{
    overflow: hidden;;
}


.products-list.type2.onlyitem-list .box:hover .pic{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.products-list.type2.onlyitem-list .box:hover .name{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
.products-list.type2.onlyitem-list .description{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
    position: static;
    padding: 0px 15px;
    margin: 0  0 20px;
}
.products-list.type2.onlyitem-list .box:hover .description{
    -webkit-transform: translate(0, 0px);
    transform: translate(0, 0px);
}
/*列表通用 index、album*/
.album-list:not(.masonry-list) .pic{
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    padding: 6px;
    border: solid 1px #F4ECDB;
    overflow: hidden;
}
.album-list:not(.masonry-list) .pic *,.album-list:not(.masonry-list) .pic:before,.album-list:not(.masonry-list) .pic:after{
    border-radius: 50%;
    overflow: hidden;
}
.album-list.type1 .item .box .more:after{
    background: #ff6c00;
    color: #fff;
}
.masonry-list.album-list.type1 .item{
    margin-bottom: 0;
}
.masonry-list.album-list.type1 .item .name{
   text-align: left; 
}
.masonry-list.album-list.type1 .item .box .more:after{
    display: none;
}
.masonry-list.album-list .item .namebox{
    position: relative;
}
.masonry-list.album-list.type4 .item .namebox:after{
    display: none;
}
.masonry-list.album-list.type3 .item,
.masonry-list.album-list.type1 .item{
    padding: 0 15px!important;
}
/*!列表通用 index、album*/

.album-list .pic {
    overflow: hidden;
}
.album-list .box .pic img {
    transition: all ease 0.6s;
}
.album-list .box:hover .pic img {
    transform: scale(1.2);
}
.album-list .pic:before{
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0px;
    right:0px;
    left:0px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(153, 47, 47, 0.5);
}
.album-list.type1 .pic:before{
    top: 5px;
    bottom: 5px;
    right:5px;
    left:5px;
}
.album-list.type1.masonry-list .pic:before{
    top: 0px;
    bottom: 0px;
    right:0px;
    left:0px;
}
.album-list .box:hover .pic:before{
    opacity: 1;
}

.album-list.type2 .box .pic:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    background: rgba(153, 47, 47, 0.5);
}
.album-list.type2 .box:hover .pic:after {
    opacity: 0;
}
/*列表通用 index、news*/

.news-list .pic {
    overflow: hidden;
}
.news-list .box .pic img {
    transition: all ease 0.6s;
}
.news-list .box:hover .pic img {
    transform: scale(1.2);
}

.news-list .date{
    color: #B5ABA4;
    transition: all .3s ease;
}
.news-list .date .month {
    transition: all .3s ease;
}
.news-list .date .years {
    transition: all .3s ease;
}
.news-list.type1 .date {
   background: #FFF;
}
.news-list.type1 .date {
    font-size: 30px;
    padding: 19px 9px 8px;
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
    box-sizing: border-box;
    margin-top: 20px;
    line-height: 20px;
}
.news-list.type1 .date .month {
    font-size: 13px;
}
.news-list.type1 .date .years {
    font-size: 13px;
}
.news-list.type1 .box:hover .date{
    background:#BD9146;
    color: #FFF;
}
.news-list.type1 .box:hover .month{
    color: #FFF;
}
.news-list.type1 .box:hover .years{
    color: #FFF;
}
.news-list.type4 .date{
    background: #640011;
    color: #fff; 
}
.news-list.type4  .box:hover .date{
    background: #BD9146;
}
.news-list.type4 .item .box{
    border:none;
}
.news-list .name{
    color: #000;
}
.news-list .description{
    color: #868686;
}
.news-list.type1 .item{
    border-bottom: 1px solid rgba(189, 190, 193, 0.3);
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: none;
}
.news-list .btn.more{
    background: transparent;
    color: #BD9146;
    border: 1px solid #BD9146;
    border-radius: 0;
    line-height: 35px;
}
.news-list .box:hover .btn.more{
    transition: all .5s ease;
    color: #FFF;
    background: #BB1111;
    border: 1px solid #BB1111;
}
.news-list.type1 .more-box {
    display: none;
}
.news-list.type1 .txt {
    width: 100%;
}
.news-list .name {
    color: #000000;
    font-size: 16px;
}
.news-list.type3 .item {
    border-left: solid #e4e4e4 1px;
}
.news-list .box:hover .name {
    color: #7F0217;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner{
    text-align: center;
    position: relative;
}
.banner:before{
    content: "";
    background: #800419;
    position: absolute;
    width: 100%;
    height: 293px;
    left: 0;
    top: 0;
}
.banner .slider{
    max-width: 1300px;
    margin:auto;
}
.banner *{
    height: 100%;
}
.banner img{
    object-fit: cover;
    height: 100%!important;
    width: 100%!important;
    max-width: inherit;
}
.banner .slick-prev,
.banner .slick-next {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0; 
    border: 0;
    background: url('../../../images/layout05/common/index/banner_arrow.png') no-repeat;
    width: 44px;
    height: 44px;
    margin-top: -48px;
    position: absolute;
    z-index:1;
    top: 50%;
    cursor: pointer;
}
.banner .slick-prev {
    background-position: 0 0;
    left: -4.5%;
}
.banner .slick-next {
    background-position: 100% 0;
    right: -4.5%;
}
.banner .slick-prev:hover {
    background-position: 0 100%;
}
.banner .slick-next:hover {
    background-position: 100% 100%;
}
.banner-slider-dots{
    display: inline-block;
    vertical-align: middle;
}
.banner .slick-dots{
    position: relative;
    top: -35px;
    display: none !important;
}

.banner .slick-dots li{
    vertical-align: middle;
    width: 20px;
    line-height: 25px;
}
.banner .slick-dots li button{
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    text-align: left;
    padding: 0;
    border: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #364463;
    cursor: pointer;
    vertical-align: middle;
    margin-top: -6px;
}
.banner .slick-dots li.slick-active button{
    background: #FF7D00;
}
/*------------ title ------------*/
/* .title h2{ */
    /* color: #131313;
    font-size: 23px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-weight: normal;
    text-align: center;
    margin: 0; */
/* } */
/* .title span{
    display: none;
} */
/*------------ more ------------*/
.index_more a{
    font-size: 0;
    display: block;
    height: 40px;
    text-align: center;
    width: 134px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #BD9146;
    transition: all .3s ease;
}
.index_more a span{
    font-size: 15px;
    display: block;
    color: #BD9146;
    transition: all .3s ease;
}
.index_more a:hover{
    border: 1px solid #BB1111;
}
.index_more a:hover span{
    color: #BB1111;
}
/*輪播*/
.products-list{
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: all 1.2s ease;
}
.products-list.type2{
    margin: 0;
}
.album-sect, .about-sect, .news-sect, .article-sect,.contact-sect ,.banner ,.articles-sect{
    position: relative;
    z-index: 2;
}
/*!輪播*/
/*------------ sect ------------*/
/*新編輯器*/
.article-sect .container{
    padding: 40px 15px;
}
/*!新編輯器*/
/*------------ about ------------*/
.about-sect{
    padding: 0;
    padding-top: 39px;
    box-sizing: border-box;
    position: relative;
    overflow: visible;
    height: 806px;
}
.about-sect > .container:before{
    content: "";
    background: url(../../../images/layout05/common/index/about-bg-2.png) no-repeat;
    width: 511px;
    height: 677px;
    position: absolute;
    right: -311px;
    top: 453px;
}
.about-sect .about-pic{
    background: url(../../../images/layout05/common/index/about.png) no-repeat;
    max-width: unset;
    width: 1343px;
    height: 483px;
    transition: 0s;
    transform: translateY(0px);
    top: 266px;
    position: absolute;
    z-index: 2;
    left: calc(50% - 670.5px);
    transform: unset !important;
    display: none;
}
.about-sect .about-pic-2{
    background: url(../../../images/layout05/common/index/about.png) no-repeat;
    max-width: unset;
    width: 1343px;
    height: 483px;
    transition: 0s;
    top: 266px;
    position: absolute;
    z-index: 2;
    left: calc(50% - 670.5px);
    transform: unset !important;
}
.about-sect .title{
    position: relative;
    animation-name: unset !important;
}
.about-sect .row{
    padding: 0;
    position: relative;
}
.about-sect .col.pic{
    display: none;
}
.about-sect .title h2{
    font-size: 26px;
    margin: 0px 0 16px;
    font-weight: normal;
    color: #333333;
    position: relative;
    font-family: "Playfair Display","Noto Serif TC";
}
.about-sect .title h2:before{
    content: "";
    background: #BB1111;
    width: 32px;
    height: 3px;
    position: absolute;
    left: -45px;
    top: 18px;
}
.about-sect .title span{
    position: absolute;
    left: -697px;
    top: -33px;
    font-size: 140px;
    font-family: "Playfair Display";
    display: block;
    max-width: 576px;
    z-index: 2;
    color: rgba(239,219,173,0.3);
    font-weight: bold;
    line-height: 125px;
    display: none;
}
.about-sect .about-en-title{
    position: absolute;
    left: 0;
    top: 43px;
    font-size: 140px;
    font-family: "Playfair Display";
    display: block;
    max-width: 576px;
    z-index: 3;
    color: rgba(239,219,173,0.3);
    font-weight: bold;
    line-height: 125px;
}
.about-sect .txt-box{
    width: 672px;
    height: 249px;
    position: absolute;
    right: -40px;
    top: 30px;
    background: #FFF;
    z-index: 2;
    padding: 55px 45px;
    box-sizing: border-box;
    margin-left: auto;
}
.about-sect .txt-box .index-about-editor .editor{
    animation-name: unset !important;
    height: 102px;
    overflow: hidden;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect .index-about-editor{
    overflow: hidden;
    height: 106px;
}
.about-sect .index_more{
    position: absolute;
    right: 0;
    top: 89px;
}
/*------------ articles ------------*/
.articles-sect{
    padding: 100px 0 130px;
    background: #FFF7DF;
    position: relative;
}
.articles-sect:after{
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    bottom: -5px;
    z-index: 2;
    position: absolute;
    background: url(../../../images/layout05/common/newsomething/wave.png)repeat-x;
}
.articles-sect .title{
    background: url(../../../images/layout05/common/index/article_title.png) top center no-repeat;
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 23px;
    position: relative;
    text-align: center;
    padding-top: 66px;
}
.articles-sect .index_more{
    margin:20px auto 20px;
}

/*------------ 餐廳據點 ------------*/


/*------------ news ------------*/
.news-sect{
    padding:25px 0 85px;
    position: relative;
}

.news-sect > .container{
    display: flex;
}
.news-sect > .container:before{
    content: "";
    background: url(../../../images/layout05/common/index/news-icon.png);
    width: 659px;
    height: 676px;
    position: absolute;
    left: -325px;
    bottom: -89px;
}

.news-sect .news-list{
    padding: 0px 0px 100px;
    position: relative;
    max-width: 1130px;
    margin: auto;
    width: 67%;
}
.news-sect .news-list:before{
    content: '';
    position: absolute;
    left: -85px;
    right: -85px;
    top: 0;
    bottom: 0;
 
}
.news-list.type3:before{
    background: #fff7df;
    display: none;
}

.news-sect .title{
    font-size: 120px;
    font-family: "Playfair Display","Noto Serif TC";
    display: inline-block;
    z-index: 3;
    color: rgba(236,187,183,0.3);
    font-weight: bold;
    line-height: 120px;
    position: relative;
    width: 33%;
    height: 127px;
}
.news-sect .title h2{
    font-size: 26px;
    line-height: 26px;
    color: #191919;
    position: absolute;
    left: 227px;
    top: 88px;
    margin: 0;
    letter-spacing: 4px;
}

.news-sect .index_more{
    position: absolute;
    left: 435px;
    bottom: 0;
}
/* .news-sect .index_more{
    margin:20px auto 50px;
    max-width: 120px;
    bottom: 50px;
    width: 100%;
    text-align: center;
    height: 65px;
    line-height: 6;
    padding-left: 3px;
    padding-right:0px;
    background: #DE9D62;
    border: #DE9D62 1px solid;
    color: #FFF;
    transition: all .3s ease;
}
.news-sect .index_more:hover{
    background: #974C22;
    transition: all .3s ease;
}

.news-sect .index_more:before {
    width: 20px;
    height: 14px;
    background: url(../../../images/layout05/common/newsomething/point.png)bottom no-repeat;
    display: block;
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -10px;
    content: '';
} */
/*最新消息 少量排版*/
.news-list.onlyitem-list .item{
    width: 100%
}
.news-list.onlyitem-list{
    margin: auto;
}
.news-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    flex-wrap: wrap;
}
.news-list.onlyitem-list.type2 .pic{
    float: left;
    margin-right: 25px;
}
.news-list.onlyitem-list.type2 .item .box{
    display: block;
}
.news-list.onlyitem-list .item .pic{
    width: 312px;
}
.news-list.onlyitem-list .item .box .txt{
    width: calc(100% - 350px);
    box-sizing: border-box;
    padding: 0 45px 20px 36px;
}
.news-list.onlyitem-list.type2 .item .box .txt,
.news-list.onlyitem-list.type3 .item .box .txt{
    width: 100%;
}
.news-list.onlyitem-list .item .date{
    margin-bottom: 20px;
    margin-top: 25px;
}
/*!少量排版*/
/*------------ products ------------*/
.products-sect{
    position: relative;
    padding: 206px 0 40px;
    z-index: 2;
}
.products-sect:before{
    content: "";
    background: url(../../../images/layout05/common/index/index-products-bg.jpg) no-repeat;
    background-attachment: fixed;
    background-position: center;
    width: 100vw;
    height: 475px;
    position: absolute;
    left: 0;
    top: 0;
}
.products-sect .index_more{
    display: none;  
}
.products-list.type2:not(.masonry-list) .item{
    margin-bottom: 0px;
}
.products-sect .title{
    font-size: 120px;
    font-family: "Playfair Display","Noto Serif TC";
    display: inline-block;
    z-index: 3;
    color: rgba(255,255,255,0.55);
    font-weight: bold;
    line-height: 120px;
    position: relative;
    height: 127px;
    margin-bottom: 0px;
}
.products-sect .title h2{
    font-size: 26px;
    line-height: 26px;
    color: #191919;
    position: absolute;
    left: 7px;
    top: 88px;
    margin: 0;
    letter-spacing: 4px;
}


.products-slider-control{
    position: absolute;
    right: 15px;
    top: 16%;
}

.products-sect .slick-prev,
.products-sect .slick-next{
    width: 44px;
    height: 44px;
    line-height: 28px;
    background: url('../../../images/layout05/common/index/banner_arrow_2.png') no-repeat;
    float: left;
    margin: 0 3px;
    transition: unset;
    transition: opacity .3s ease;
}
.products-sect .slick-prev{
    border-radius:100%;
    margin-left: -26px;
}
.products-sect .slick-next{
    border-radius:100%;
}
.products-sect .slick-prev .ic,
.products-sect .slick-next .ic{
    font-size: 0;
}
.products-sect .slick-prev {
    background-position: 0 0;
}
.products-sect .slick-next {
    background-position: 100% 0;
}
.products-sect .slick-prev:hover {
    background-position: 0 100%;
    opacity: 0.7;
}
.products-sect .slick-next:hover {
    background-position: 100% 100%;
    opacity: 0.7;
}


/*產品介紹 少量排版*/
.products-list.onlyitem-list{
    display: flex;
    flex-wrap: wrap;
}
.products-sect .products-list:not(.masonry-list) .item:nth-child(n){
    clear: none!important;
}
.products-list.onlyitem-list.type2 .item{
    width: 50%
}
.products-list.onlyitem-list .item .box{
    max-width: inherit;
    display: flex;
    margin-bottom: 15px;
    max-width: 1000px;
}
.products-list.onlyitem-list.type1 .item .box{
    max-width: 300px;
}
.products-list.onlyitem-list.type2 .item .box .txt{
    width: calc(100% -  300px);
    padding: 50px 25px 30px 25px;
}
.products-list.onlyitem-list .item .mask{
    min-width: 300px;
    max-width: 300px;
}
.products-list.onlyitem-list .item .box .name{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: inherit;
    height: auto;
    max-height: 52px;
    margin-bottom: 15px;
    line-height: 1.8;
}
.products-list.onlyitem-list .item .description{
    -webkit-line-clamp: 5;
     height: 120px; 
     line-height: 1.65;
}
.products-list.onlyitem-list.type2 .box.new:before{
    top: 0;
    left: 315px;
}
/*!少量排版*/
/*------------ service ------------*/
.service-sect{
    padding: 40px 0 40px;
    margin: 0 auto;
    position: relative;
}
.service-sect:after{
    content: "";
    background: url(../../../images/layout05/common/index/index-service-bg.png);
    width: 1920px;
    height: 411px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    z-index: -1;
}
.service-sect > .container{
    display: flex;
}
/* .service-sect .title{
    margin:65px auto 30px;
    position: relative;
} */

.service-sect .title{
    font-size: 120px;
    font-family: "Playfair Display","Noto Serif TC";
    display: inline-block;
    z-index: 3;
    color: rgba(238,218,172,0.3);
    font-weight: bold;
    line-height: 120px;
    position: relative;
    height: 127px;
    margin-bottom: 25px;
    padding-bottom: 7px;
}
.service-sect .title h2{
    font-size: 26px;
    line-height: 26px;
    color: #191919;
    position: absolute;
    left: 7px;
    top: 88px;
    margin: 0;
    letter-spacing: 4px;
}

.service-sect:before{
    content: '/我們堅持使用最新鮮的食材/';
    display: block;
    position: absolute;
    width: 100%;
    max-width: 1330px;
    margin: auto;
    height: auto;
    font-size: 18px;
    color: #883C16;
    letter-spacing: 1.5em;
    top: 0px;
    left: 0;
    right: 0;
    text-align: left;
    display: none;
}
.service-sect .container:before{
    content:'';
    display: block;
    background: url(../../../images/layout05/common/index/service_deco.jpg);
    width: 50%;
    padding-bottom: 40%;
    position: absolute;
    bottom: -50px;
    right: 0;
    z-index: 8;
    display: none;
}
.service-sect .title:after{
    content: '';
    width: 5%;
    height: 3px;
    background: #CA4A49;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}
.service-sect .editor{
    overflow: hidden;
    height: 196px;
    margin-bottom: 40px;
}
.service-sect .service-box{
    position: relative;
    width: 50%;
    box-sizing: border-box;
    padding-right: 50px;
}
.service-sect .service-pic-2{
    position: relative;
    width: 50%;  
    box-sizing: border-box;
    padding-left: 50px;
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}


.service-sect .index_more:hover{
    background: #FFF7DF;
}

.service-sect .index_more a{
    border: 1px solid #BB1111;
    background-color: #BB1111;
}
.service-sect .index_more a span{
    color: #FFF;
}
.service-sect .index_more a:hover{
    color: #FFF;
    border: 1px solid #BD9146;
    background-color: #BD9146;
}

/*------------ album ------------*/
.album-sect{
    padding:33px 0 100px;
    position: relative;
}
.album-sect .container{
    z-index: 3;
}
.album-sect:after{
    content: '';
    display: block;
    width: 100%;
    height: 42.5%;
    background: url(../../../images/layout05/common/index/album_bg.png);
    position: absolute;
    bottom: 0;
    left: 0;
}

.album-sect .title{
    font-size: 120px;
    font-family: "Playfair Display","Noto Serif TC";
    display: block;
    z-index: 3;
    color: rgba(238,218,172,0.3);
    font-weight: bold;
    line-height: 120px;
    position: relative;
    height: 127px; 
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}
.album-sect .title h2{
    font-size: 26px;
    line-height: 26px;
    color: #191919;
    position: absolute;
    left: calc(50% - 60px);
    top: 88px;
    margin: 0;
    letter-spacing: 4px;
}


.album-sect .index_more{
    display: none;
}
.album-list .item .box .more{
    display: none;
}
.album-sect .album-list:not(.masonry-list){
    padding: 0 7%;
}
.album-sect .slick-arrow{
    background: url('../../../images/layout05/common/index/banner_arrow_3.png') no-repeat;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    border-radius: 100%;
    padding: 0;
    font-size: 0;
    border:none;
    line-height: 35px;
    z-index: 40;
    cursor: pointer;
}

.album-sect .slick-prev{
    left: 0;
    padding-right: 5px;
}
.album-sect .slick-next{
    right: 0;
    padding-left: 5px;
}

.album-sect .slick-prev {
    background-position: 0 0;
}
.album-sect .slick-next {
    background-position: 100% 0;
}
.album-sect .slick-prev:hover {
    background-position: 0 100%;
}
.album-sect .slick-next:hover {
    background-position: 100% 100%;
}

/* .album-sect .slick-prev:hover,
.album-sect .slick-next:hover{
  
    background: #325c8b; 
    background: -moz-linear-gradient(-45deg, #325c8b 1%, #374060 100%); 
    background: -webkit-linear-gradient(-45deg, #325c8b 1%,#374060 100%); 
    background: linear-gradient(135deg, #325c8b 1%,#374060 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#325c8b', endColorstr='#374060',GradientType=1 );
    color: #fff;
} */
.album-list.type1 .item{
    margin-bottom: 0;
    border:none;
}
.album-sect .album-list .item:nth-child(n){
    clear: none;
}

/*瀑布流*/
.masonry-album-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .title,
.masonry-album-sect .title{
    display: block;
}
.masonry-album-sect .item{
    width: 25%;
    padding: 0 16px;
}
.masonry-album-sect .masonry-list{
    margin: 0 -16px;
}
.masonry-list .item .namebox{
    color: #4C4C4C;
    font-size: 16px;
    position: relative;   
    opacity: 1;
    text-align: left;
}
.masonry-list .item .namebox .name{
    margin: 14px 0 0;
}
/*!瀑布流*/
/*相簿 少量排版*/
.onlyitem-sect .album-list .item{
    width: 32.33%;
    padding: 0 16px;
    float: none;
    display: inline-block;
}
.onlyitem-sect .container{
    padding: 0 15px;
    max-width: 1330px;
}
.onlyitem-sect .album-list .item .box{
    margin-bottom: 30px;
    max-width: 450px;
}
.onlyitem-sect .album-list .item .box img{
    width: 100%;
}
/*!少量排版*/
/*----------- fancybox-index --------------*/
.fancybox-index .fancybox-close{
    margin-top: -65px;
}
.contact-sect{
    padding-top: 60px;
    padding-bottom: 60px;
    background:#FCF8F5;
    background-size: 100% auto;
}
.contact-sect .container> .reminder{
    display: none;
}
.contact-title{
    position: relative;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 4px;
    margin: 0 auto 0px;
    text-align: center;
}
.reminder{
    background: #fcf8f5;
    padding-left: 50px;
    padding-right: 50px;
    margin: auto;
    box-sizing: border-box;
    max-width: 1120px;
    padding-top: 15px;
    border:none;
}
.reminder:before{
    display: none;
}
.contact-title:after{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 76px;
}
.contact-title h2{
     font-size: 23px;
    font-weight: normal;
    margin: 0;  
    display: inline-block;
}
.contact-title > b{
    /*display: inline-block;
    vertical-align: bottom;
    color: #AAA;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin-right: 5px;*/
    display: block;
    background: url(../../../images/layout05/common/index/contact_title.png);
    width: 156px;
    height: 66px;
    font-size: 0;
    margin: 0 auto 7px;
}
.reminder{
    text-align: center;
}
/*------------ rwd ------------*/
.masonry-list .item:nth-child(n){
    clear: none!important;
}
@media screen and (max-width: 1440px){
    .about-sect:after {
        bottom: 60px;
    }
    .products-sect {
        position: relative;
        padding: 0px 0 80px;
    }
    .banner .slick-prev {
        left: 2%;
    }
    .banner .slick-next {
        right: 2%;
    }
}
@media screen and (max-width: 1300px){
    .about-sect .index-about-editor {
        padding-right: 50px;
    }
    .service-sect .title {
        font-size: 93px;
    }
}
@media screen and (max-width: 1200px){
    .about-sect .about-en-title {
        left: 11px;
        top: 136px;
        font-size: 81px;
        max-width: 340px;
        line-height: 81px;
    }
    .news-sect > .container {
        flex-direction: column;
    }
    .news-sect .title {
        width: 100%;
    }
    .news-sect .news-list {
        width: 100%;
        padding: 0px 0px 30px;
    }
    .news-sect .index_more {
        position: relative;
        left: 0;
        bottom: 0;
    }
    .news-sect .index_more a{
        margin: auto;
    }
    .news-sect {
        padding: 25px 0 40px;
    }
     /*產品介紹 少量排版*/
    .products-list.onlyitem-list .item .box{
        max-width: 300px;
        display: block;
    }
    .products-list.onlyitem-list .item .box .txt{
        width: 100%;
        padding: 0;
    }
    .products-list.onlyitem-list .item .box .name{
        white-space: nowrap;
        overflow: hidden;
        height: 25px;
        line-height: 1.2;
        margin: 15px 0 5px;
    }
    .products-list.onlyitem-list .item .description{
        -webkit-line-clamp: 2;
        height: 40px;
        line-height: 1.4;
    }
    .products-list.onlyitem-list .item .mask{
        max-width: inherit;
        min-width: inherit;
    }
    .products-list.onlyitem-list.type2 .item .box .txt{
        width: 100%;
        padding: 0;
    }
    /*!少量排版*/
}
@media screen and (max-width: 1000px){
    .banner-slider-control,.banner:before{
        display: none;
    }
    .products-sect .title h2:before, .album-sect .title h2:before {
        width: 140px;
        margin-left: -70px;
    }
    .album-sect .title h2:before {
        top: 10px;
    }
     /*少量排版*/
    .news-list.onlyitem-list .item .box{
        display: block;
        max-width: 312px;
        margin: auto;
    }
    .news-list.onlyitem-list .item .box .date{
        margin-top: -35px;
     }
     .news-list.onlyitem-list .item .pic{
        width: 100%;
     }
    .news-list.onlyitem-list .item .box .txt{
        padding: 0 20px 20px 20px; 
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
    .products-list.onlyitem-list.type2 .item{
        width: 100%;
    }
    /*!少量排版*/
    .products-sect .title{
        margin-bottom: 0px;
    }
    .about-sect {
        padding-top: 30px;
        padding-bottom: 240px;
        height: unset;
    }
    .about-sect .txt-box {
        width: 100%;
        height: unset;
        position: relative;
        right: 0;
        top: 0;
        padding: 30px 30px;
        box-sizing: border-box;
        margin-left: auto;
        padding-top: 66px;
        padding-bottom: 80px;
    }
    .about-sect .title h2:before {
        width: 19px;
        height: 3px;
        left: -30px;
        top: 18px;
    }
    .about-sect .about-pic-2 {
        background: url(../../../images/layout05/common/index/about-2.png) no-repeat;
        max-width: unset;
        width: calc(100vw + 25px);
        height: 210px;
        transition: 0s;
        top: unset;
        position: absolute;
        z-index: 2;
        left: -22px;
        transform: unset !important;
        bottom: -221px;
        background-position: top;
        background-size: cover;
    }
    .about-sect .about-en-title {
        left: 41px;
        top: -3px;
        font-size: 38px;
        max-width: 340px;
        line-height: 81px;
    }
    .about-sect .title h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .about-sect .index-about-editor {
        padding-right: 0px;
        height: unset;
    }
    .about-sect .txt-box .index-about-editor .editor {
        height: unset;
    }
    .about-sect .index_more {
        right: unset;
        top: unset;
        bottom: 16px;
        left: calc(50% - 68px);
    }

    .news-sect .title {
        font-size: 53px;
        line-height: 53px;
        text-align: center;
        height: unset;
    }
    .news-sect .title h2 {
        position: relative;
        left: 0;
        top: 0;
        font-size: 24px;
        margin-bottom: 0px;
    }
    .news-list.type1 .date {
        margin-top: 9px;
    }
    .news-sect > .container:before {
        opacity: 0.5;
    }

    .products-sect .title {
        font-size: 53px;
        line-height: 53px;
        text-align: center;
        height: unset;
        display: block;

    }
    .products-sect .title h2 {
        position: relative;
        left: 0;
        top: 0;
        font-size: 24px;
        margin-bottom: 0px;
    }
    .products-sect:before {
        background: linear-gradient(to bottom,rgba(100,0,17,0.2),rgba(100,0,17,0.2)), url(../../../images/layout05/common/index/index-products-bg.jpg) no-repeat;

        height: 300px;
    }

    .products-sect .slick-prev,
    .products-sect .slick-next{
        float: none;
        display: inline-block!important;
        margin-left: 0;
    }
    .products-list{
        margin: 0 auto;
    }
    .products-list .box .more{
       font-size: 10px;
        letter-spacing: 0;
        padding: 0; 
    }
    .news-list .item,
    .products-list .item{
        width: 50%;
    }
    .products-sect{
        padding-top: 30px;
        padding-bottom: 15px;
    }
    .products-box{
        padding: 8px 0;
    }
    .service-sect {
        padding-top: 15px;
    }
    .service-sect > .container {
       flex-direction: column;
    }
    .service-sect .title {
        font-size: 53px;
        line-height: 53px;
        text-align: center;
        height: unset;
        display: block;
        padding-bottom: 20px;
    }
    .service-sect .title h2 {
        position: relative;
        left: 0;
        top: 0;
        font-size: 24px;
        margin-bottom: 0px;
    }
    .service-sect .title:after {
        width: 30px;

        left: calc(50% - 15px);
    }
    .service-sect .service-box {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }
    .service-sect .service-pic-2 {
        width: 100%;
        padding-left: 0px;
        text-align: center;
    }
    .service-sect .editor {
        height: unset;
        margin-bottom: 20px;
    }
    .service-sect .index_more a {
        margin: auto;
    }
    .articles-sect{
        padding: 50px 0 25px;
    }
    .articles-sect .index_more{
        margin:0px auto 20px;
    }
    .news-sect{
        padding: 10px 0 30px;
    }
  
    .article-sect .container{
        padding: 20px 15px;
    }
    .contact-sect{
        background-size: auto,cover;
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .contact-title h2{
        font-size: 18px;
        line-height: 30px;
    }
    .reminder{
        padding:0 15px;
    }
    .masonry-album-sect .item{
        width: 50%;
    }
    .album-sect .album-list:not(.masonry-list){
        padding: 0 50px;
    }
    .products-slider-control{
        position: static;
        text-align: center;
    }
    .album-sect {
        padding: 20px 0 40px;
    }
    .album-sect .title {
        font-size: 53px;
        line-height: 53px;
        text-align: center;
        height: unset;
        display: block;
    }
    .album-sect .title h2 {
        position: relative;
        left: 0;
        top: 0;
        font-size: 24px;
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 767px){
    .news-sect .news-list {
        padding:20px 0px 50px;
        max-width: 100%;
        margin: auto;
    }
    .album-sect:before{
        display: none;
    }
}
@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
    .onlyitem-sect .album-list .item{
        width: 100%;
    }
}