@charset "utf-8";
.wrapper::before {
    content: '';
    position: absolute;
    display: block;
    top: 429px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 776px;
    background: url(../../../images/bg-2.png) repeat;
    z-index: 0;
}

/*列表通用 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*/
/*列表通用 index、products*/
.products-list .box.new:before{
    content: '';
    display: block;
    background: url(../../../images/new-btn.png) no-repeat;
    width: 46px;
    height: 46px;
    position: absolute;
    z-index: 10;
    top: 5%;
    left: 18px;
    pointer-events: none;
}
.products-list.type2 .box{
    /* border-radius: 8px; */
    background: #fff;
    overflow: hidden;
    border-bottom: 2px  hsla(329, 24%, 64%, 0.5) solid;
}
.products-list.type2 .box:hover{
    border-bottom: 2px  hsl(329, 24%, 64%) solid;
}
.products-list.type2 .pic{
    position: relative;
    overflow: hidden;

    -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: #B98DA4;
}
.products-list.type2 .name{
    transition: all .3s ease;
    padding: 0 15px;
    -webkit-line-clamp: 1;
    font-family: "微軟正黑體", sans-serif;
    font-size: 18px;
    color: #444444;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-weight: 400;
    margin: 0;
}
.products-list.type2 .txt{
    padding-top: 13px;
    padding-bottom: 18px;
}
.products-list.type2 .box:hover .name{
    -webkit-transform: translate(0, -54px);
    transform: translate(0, -54px);
}
.products-list .description{
    color: #888888;
    font-family: "微軟正黑體", sans-serif;
    line-height: 1.5;
    letter-spacing: 0.06em;
    font-weight: 400;
    font-size: 14px;
}
.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.for-cart .offers{
    color: #D80000;
    transition: all .3s ease;
}
.products-list.for-cart.type2 .box:hover .offers{
    -webkit-transform: translate(0, -54px);
    transform: translate(0, -54px);
}
.products-list.type2 .offers{
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
}
.products-list.for-cart .box .wish {
    width: 35px;
    height: 35px;
    background: transparent;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 45;
    transition: all .2s;
    border-radius: 0;
}
.products-list.for-cart .wish:hover,
.products-list.for-cart .wish.active {
    background: #D80000;
}
.products-list.for-cart.type2 .mask{
    z-index: unset;
}
.products-list.for-cart.type2 .box.new:before {
    z-index: 4;
}
.products-list.for-cart.type2 .mask .pic:before{
    z-index: 3;
}
@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);
    }
    .products-list.for-cart.type2 .box:hover .offers {
        -webkit-transform: translate(0, 0px);
        transform: translate(0, 0px);
    }
 }
/*!列表通用 index、products*/
.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 #B98DA4;
    overflow: hidden;
}
.album-list:not(.masonry-list) .box:hover .pic{
    background: #B98DA4;
}
.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;
    margin: 0 auto 30px;
}
.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:before,
.album-list .pic:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    /*border-radius: 50%;*/
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(255, 255, 255, 0.9);
}
.album-list .box:hover .pic:before,
.album-list .box:hover .pic:before{
    /* opacity: 1; */
}
/*列表通用 index、news*/
.news-list.type1 .box{
    max-height: 80px;
}
.news-list.type1 .item .txt_in {
    padding: 5px 25px;
}
.news-list.type1 .txt{
    width: 100%;
    padding: 0;
}
.news-list.type1 .item{
    border: unset;
}
.news-list.type1 .more-box{
    display: none;
}
.news-list .date{
    color: #B98DA4;
}
.news-list.type1 .date{
    border: 1px solid #B98DA4;
    padding: 17px 17px 17px;
    max-width: 80px;
    max-height: 80px;
    font-size: unset;
    background: #fff;
}
.news-list.type1 .date .day{
    font-family: "Tenor Sans", sans-serif;
    font-size: 35px;
    line-height: 1.1;
    color: #B98DA4;
    line-height: unset;
    font-weight: 400;
}
.news-list.type1 .txt{
    overflow: unset;
}
.news-list.type1 .date .month,
.news-list.type1 .date .years{
    font-family: "Tenor Sans", sans-serif;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0.03em;
    color: #B98DA4;
    font-weight: 400;
}
.news-sect .news-list.type1 .box:hover  .date{
    background: #B98DA4;
}
.news-sect .news-list.type1 .box:hover .day,
.news-sect .news-list.type1 .box:hover .month,
.news-sect .news-list.type1 .box:hover .years{
    color: #fff;
}
.news-list.type4 .date{
    background: #B98DA4 ;
    color: #fff; 
}
.news-list.type4 .date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -31px 0px 13px;
    padding: 0;
    line-height: 1;
    font-family: "Tenor Sans", sans-serif;
    font-weight: 400;
}
.news-list.type4 .date .day{
    display: block;
    width: 100%;
    line-height: 0.8;
    margin-bottom: -15px;
    font-size: 35px;
}
.news-list.type1 .date .years:before{
    content: '.';
}
.news-list.type4 .item .box{
    border: none;
}
.news-list .name{
    color: #444444;
    font-family: "微軟正黑體", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.035em;
    margin-bottom: 5px;
}
.news-list .box:hover .name{
    text-decoration: underline;
    color: #B98DA4 ;
}
.news-list .description{
    color: #999999;
    font-family: "微軟正黑體", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.06em;
}
.news-list.type1 .item{
    margin-bottom: 18px;
}
.news-list.type1 .item:nth-child(2n) .txt_in{
    background: none;
}
.news-list .btn.more,.news-list .box:hover .btn.more{
    background: #FFF;
    color: #974C22;
    border: 1px solid #DE9D62;
    display: none;
}
.news-list .box:hover .btn.more{
    transition: all .5s ease;
    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 */
}
.news-list.type4 .date,
.news-list.type3 .date,
.news-list.type1 .date,
.news-list.type2 .date{
    display: none;
}
.news-list.type4 .txt,
.news-list.type2 .txt{
    padding-top: 20px;
}
/*!列表通用 index、news*/
/*------------ banner ------------*/
.banner{
    text-align: center;
}
.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: #fff;
    border: 1px solid #B98DA4;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    position: absolute;
    z-index:1;
    top: 48%;
    cursor: pointer;
}
.banner  .slick-arrow::before{
    content: '';
    background: url(../../../images/arrow-1.png) no-repeat;
    position: absolute;
    width: 11px;
    height: 18px;
    right: 25px;
    top: 20px;
}
.slick-prev:hover::before, .slick-next:hover::before {
    background: url(../../../images/arrow-2.png) no-repeat;
}
.banner .slick-prev {
    left: -105px;
}
.banner .slick-next {
    transform: scale(-1);
    right:-105px;
}
.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: 9px;
}
.slick-prev:hover, .slick-next:hover {
     background: #B98DA4;
    border-color: #B98DA4;
}
.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: #D6D6D6;
    cursor: pointer;
    vertical-align: middle;
    margin-top: -6px;
}
.banner .slick-dots li.slick-active button{
    width: 19px;
    height: 8px;
    background: #B98DA4;
    border-radius: 20px;
}
/*------------ title ------------*/
.title h2{
    color: #555555;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-weight: normal;
    text-align: center;
    margin: 0;
    font-family: "微軟正黑體", sans-serif;
    letter-spacing: 0.1em;
    line-height: 1.2;
}
.title span{
    display: block;
    font-family: "Tenor Sans", sans-serif;
    font-size: 35px;
    line-height: 1.2;
    letter-spacing: 0.08em;
    color: #444;
    margin-bottom: 7px;
}
.title span::first-letter{
    color: #B98DA4;
}
/*------------ more ------------*/
.index_more{
    color: #000;
    cursor: pointer;
    background:  #B98DA4 ;
    border: 1px solid  #B98DA4 ;
    border-radius: 0px;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 40px;
    margin: 2em 0;
    max-width: 200px;
    font-family: 'Roboto';
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    transition: all .3s ease;
    width: 100px;
    height: 60px;
}
.index_more:before{

}

.index_more:hover{
    border: 1px solid  #fff;
    background:  #fff ;
}
.index_more a{
    font-size: 0;
    display: block;
    height: 60px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_more a span{
    font-size: 15px;
    letter-spacing: 0.1em;
    display: inline-block;
    font-family: "Tenor Sans", sans-serif;
    color: #fff;
    line-height: 1.2;
}
.index_more:hover  a span{
    color: #B98DA4;
    letter-spacing: 0.05em;
    transition: all .3s ease;
}
.news-sect .index_more:hover a span:after {
    right: 79px;
    transition: all .3s ease;
}
/*輪播*/
.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 .title h2:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #B98DA4;
    left: 22px;
    top: -6px;
    position: relative;
    display: inline-block;
}
.about-sect .title h2:before {
    content: '';
    width: 72px;
    height: 75px;
    background: url(../../../images/it-1.png);
    left: 195px;
    top: -36px;
    position: absolute;
}
.about-sect .index_more{
    position: absolute;
    top: 171px;
    left: -151px;
}
.about-sect .index_more:before{
    content: '';
    width: 164px;
    height: 60px;
    background: hsla(0, 0%, 100%, 0.4);
    position: absolute;
    right: 99px;
    top: -1px;
}
.about-sect{
    padding: 82px 0px 0px;
    position: relative;
    /* overflow: hidden; */
    z-index: 1;
}
.about-sect:after{
    /* content: '';
    position: absolute;
    display: block;
    top: -276px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 776px;
    background: url(../../../images/bg-2.png) repeat;
    z-index: -1; */
}
.about-sect .about-pic{

}

.about-sect .title{
    position: relative;
}

.about-sect .title:before {

}

.about-sect .row{
    padding: 0;
    position: relative;
    overflow: inherit;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.about-sect .col.txt{
    width: 347px;
    padding-top: 50px;
}
.about-sect .col.pic{
    display: block;
    margin-right: 151px;
}
.about-sect .col.pic img{
    width: 648px;
}
.about-sect .title h2{
    padding: 0;
    font-size: 22px;
    margin: 0px 0 16px;
    font-weight: normal;
}
.about-sect .title h2:before{
    display: block;
}
.about-sect .txt-box{
    max-width: 100%;
    position: relative;
}
.about-sect .txt-box .index-about-editor .editor{
}
.about-sect .txt-box .index-about-editor .editor h3{
    font-family: "微軟正黑體", sans-serif;
    letter-spacing: 0.5em;
    line-height: 30px;
    font-size: 18px;
    color: #B88CA4;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
}
.about-sect .txt-box .index-about-editor .editor p{
    font-family: "微軟正黑體", sans-serif;
    letter-spacing: 0.1em;
    line-height: 2;
    font-size: 15px;
    color: #666666;
    margin-top: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.about-sect .txt .tag{
    display: none;
}
.about-sect .index-about-editor{
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 275px;
}
/*------------ 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 .container{
    display: flex;
    justify-content: flex-end;
}
.news-sect .title {
    width:30%;
}
.news-sect .news-list {
    width:70%;
}
.news-sect{
    padding: 78px 0 97px;
    position: relative;
    z-index: 1;
}

.news-sect .news-list{
    position: relative;
    max-width: 884px;
}
.news-sect .news-list:before{

}
.news-list.type3:before{
    background: #fff7df;
}

.news-sect .title{
    line-height: 50px;
    text-align: left;
    font-size: 23px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 141px;
    padding-right: 117px;
    padding-left: 34px;
}
.news-sect  .title span{
    margin-bottom: 3px;
}
.news-sect .title h2:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #B98DA4;
    left: 22px;
    top: -6px;
    position: relative;
    display: inline-block;
}
.news-sect .title h2:before {
    content: '';
    width: 105px;
    height: 101px;
    background: url(../../../images/it-2.png);
    left: -48px;
    top: -66px;
    position: absolute;
    z-index: -1;
}
.news-sect .title h2{
}

.news-sect .index_more{
    position: absolute;
    left: 233px;
    bottom: 79px;
    background: transparent;
    border: transparent;
    z-index: 10;
    transition: all .3s ease;
}
.news-sect .index_more a span{
    color: #444444;
}
.news-sect .index_more a span:after{
    content: 'VIEW';
    position: absolute;
    right: 83px;
    bottom: 21px;
}
.news-sect .index_more a span:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #B98DA4;
    right: 140px;
    bottom: 27px;
    border-radius: 100%;
    
}
.news-sect .index_more:hover  a span{
    color: #B98DA4;
}
.news-sect .index_more:hover  a span:after{
    color: #B98DA4;
}
.news-sect .index_more:hover  a span:before{
    right: 135px;
    transition: all .3s ease;
}
.news-sect .index_more:hover{

}

.news-sect .index_more:before {

}
/*最新消息 少量排版*/
.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: 0px 0 50px;
    z-index: 1;
}
.products-sect .title h2:before {
    content: '';
    width: 71px;
    height: 61px;
    background: url(../../../images/it-7.png) no-repeat;
    left: 71px;
    top: -126px;
    position: absolute;
    z-index: -1;
}
.products-sect .title h2:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #B98DA4;
    left: -68px;
    top: 27px;
    position: relative;
    display: inline-block;
}
.products-sect .title span{
    margin: 0;
}
.products-sect .index_more{
    display: none;  
}
.products-list.type2:not(.masonry-list) .item{
    margin-bottom: 0px;
}
.products-sect .title{
    line-height: 50px;
    margin-bottom: 7px;
    font-size: 23px;
    position: relative;
    text-align: center;
    padding-top: 0px;
    transform: translate(0px, -37px);
}
.products-slider-control{
    position: absolute;
    right: 25px;
    top: 17%;
    position: static;
}

.products-sect .slick-prev,
.products-sect .slick-next{
    width: 55px;
    height: 55px;
    line-height: 28px;
    float: left;
    margin: 0 3px;
    transition: unset;
    background: #fff;
    border: 1px solid #B98DA4;
}
.products-sect .slick-prev:hover,
.products-sect .slick-next:hover{
    background: #B98DA4;
    border: 1px solid #B98DA4;
}
.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::before{
    content: '';
    background: url(../../../images/arrow-1.png) no-repeat;
    position: absolute;
    width: 11px;
    height: 18px;
    right: 23px;
    top: 18px;
}
.products-sect .slick-next:hover::before,
.products-sect .slick-prev:hover::before{
    background: url(../../../images/arrow-2.png) no-repeat;
}
.products-sect .slick-next::before{
    content: '';
    background: url(../../../images/arrow-1.png) no-repeat;
    position: absolute;
    width: 11px;
    height: 18px;
    right: 20px;
    top: 18px;
    transform: scaleX(-1);
}
.products-sect .slick-prev {
    left: -3%;
    top: 50%;
    position: absolute;
}
.products-sect .slick-next {
    left: 100%;
    position: absolute;
    top: 50%;
}
.products-sect .slick-prev:hover {
    background-position: 0 100%;
}
.products-sect .slick-next:hover {
    background-position: 100% 100%;
}

.products-sect .title h2,
.album-sect .title h2 {
    position: relative;
    padding: 0 18px;
    margin-bottom: 20px;
}
.album-sect .title h2:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #B98DA4;
    left: -67px;
    top: 27px;
    position: relative;
    display: inline-block;
}
.album-sect  .title h2 {
    padding-left: 68px;
}
.album-sect .title:before {
    content: '';
    width: 60px;
    height: 75px;
    background: url(../../../images/it-9.png);
    left: calc(50% + -268px);
    top: 0px;
    position: absolute;
    z-index: -1;
}
.products-sect .title h2:before,
.album-sect .title h2:before{
    /* content: '';
    display: block;
    width: 160px;
    height: 7px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -80px;
    z-index: -1; */
}
.products-sect .title h2{
    padding-left: 68px;
}
/*產品介紹 少量排版*/
.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{
    background: url(../../../images/bgbg.jpg) 50% 50% fixed;
    background-size: cover;
    padding: 0px 0 131px;
    margin: 0 auto;
    position: relative;
    border-top: 1px solid #B98DA4;
    z-index: 1;
}
.service-sect:after{
    content: '';
    background: url(../../../images/bg-22.png) ;
    background-size:contain;
    position: absolute;
    bottom: 0;
    width: 331px;
    height: 99px;
    left: calc(50% - 167px);

}
.service-sect .title{
    position: relative;
    display: flex;
    align-items: center;
}
.service-sect  .title h2:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #B98DA4;
    left: -124px;
    top: 20px;
    position: relative;
    display: inline-block;
}
.service-sect .title h2{
    padding-bottom: 5px;
    padding-left: 7px;
}
.service-sect .index_more{
    display: none;
}
.service-sect .container:before{

}

.service-sect .editor{
    color: #000;
}
.service_editor .box{
    position: relative;
}
.service-sect .icon-box-a{
    background: #B98DA4;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    left: -97px;
    top: 9px;
    position: absolute;
}
.service-sect .icon-box-a:hover{
    background: #fff;
}
/* icon */
.service-sect .icon-box-a-1:after{
    content: '';
    background: url(../../../images/it-3-hover.png)  no-repeat;
    background-size: contain;
    position: absolute;
    left: 16px;
    top: 17px;
    height: 38px;
    width: 38px;
}
.service-sect .icon-box-a-1:hover:after{
    background: url(../../../images/it-3.png)  no-repeat;
}
.service-sect .icon-box-a-2:after{
    content: '';
    background: url(../../../images/it-4.png)  no-repeat;
    background-size: contain;
    position: absolute;
    left: 16px;
    top: 17px;
    height: 38px;
    width: 38px;
}
.service-sect .icon-box-a-2:hover:after{
    background: url(../../../images/it-4-hover.png)  no-repeat;
}
.service-sect .icon-box-a-3:after{
    content: '';
    background: url(../../../images/it-5.png)  no-repeat;
    background-size: contain;
    position: absolute;
    left: 16px;
    top: 16px;
    height: 40px;
    width: 41px;
}
.service-sect .icon-box-a-3:hover:after{
    background: url(../../../images/it-5-hover.png)  no-repeat;
}
.service-sect .icon-box-a-4:after{
    content: '';
    background: url(../../../images/it-6.png)  no-repeat;
    background-size: contain;
    position: absolute;
    left: 16px;
    top: 19px;
    height: 32px;
    width: 38px;
}
.service-sect .icon-box-a-4:hover:after{
    background: url(../../../images/it-6-hover.png)  no-repeat;
}
.service-sect .icon-box-a-5:after{
    content: '';
    background: url(../../../images/it-80.png)  no-repeat;
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 14px;
    height: 40px;
    width: 30px;
}
.service-sect .icon-box-a-5:hover:after{
    background: url(../../../images/it-81.png)  no-repeat;
}
.service-sect .icon-box-a-6:after{
    content: '';
    background: url(../../../images/it-82.png)  no-repeat;
    background-size: contain;
    position: absolute;
    left: 21px;
    top: 14px;
    height: 40px;
    width: 28px;
}
.service-sect .icon-box-a-6:hover:after{
    background: url(../../../images/it-83.png)  no-repeat;
}


















/* icon */
.service-box{
    float: right;
    position: relative;
    padding: 59px 41px 38px 60px;
    width: 400px;
    text-align: left;
    background: hsla(0, 0%, 100%, 0.8);
}
.service-box >.flex > .cover{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    font-size: 0;
}
.service-sect .index_more:hover{
    background: #FFF7DF;
}
.service_editor .box {
    border-bottom: 1px solid #DCDDD9;
    min-height: 82px;
}
.service_editor .box-6{
    border: unset;
}
.service_editor .txt-box h3{
    color: #444444;
    font-family: "微軟正黑體", sans-serif;
    font-size: 18px;
    line-height: 1.9;
    letter-spacing: 0.2em;
    font-weight: 400;
    margin: 0;
    margin-top: 16px;
}
.service_editor .txt-box:hover h3{
    color: #B98DA4;
}
.service_editor .txt-box p{
    color: #868686;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    margin-bottom: 10px;
}
/*------------ album ------------*/
.album-sect .title span div{
    display: none;
}
.album-list.type1 .item .name{
    display: none;
}
.album-sect{
    padding:47px 0 100px;
    position: relative;
}
.album-sect .container{
    z-index: 3;
}
.album-sect:after{
    /* content: '';
    display: block;
    width: 100%;
    height: 256px;
    background: url(../../../images/album-bg.jpg) no-repeat;
    position: absolute;
    bottom: -18px;
    left: 0;
    background-size: cover; */
}
.album-sect .title{

    margin: -10px auto 30px;
    text-align: center;
    padding-top: 3px;
}
.album-sect .title:before,.album-sect .title:after{
    /* content: '';
    width: 43%;
    height: 9px;

    display: inline-block;
    position: absolute;
    top: 37px;
    margin-left: 10px;  */
}
.album-sect .title:after{
    right: 0px;
    left: calc(50% + 83px);
}
.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{
    width: 55px;
    height: 55px;
    position: absolute;
    top: 44%;
    margin-top: -19px;
    border-radius: 100%;
    padding: 0;
    font-size: 0;
    border:none;
    line-height: 35px;
    z-index: 40;
    cursor: pointer;
    background: #fff;
    border: 1px solid #B98DA4;
}
.album-sect .slick-arrow:hover{
    background: #B98DA4;
}
.album-sect .slick-prev::before{
    content: '';
    background: url(../../../images/arrow-1.png) no-repeat;
    position: absolute;
    width: 11px;
    height: 18px;
    right: 23px;
    top: 18px;
}
.album-sect .slick-next::before{
    content: '';
    background: url(../../../images/arrow-1.png) no-repeat;
    position: absolute;
    width: 11px;
    height: 18px;
    right: 20px;
    top: 18px;
    transform: scaleX(-1);
}
.album-sect .slick-next:hover::before,
.album-sect .slick-prev:hover::before{
    background: url(../../../images/arrow-2.png) no-repeat;
}
.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;
    display: none;
}
.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: 1490px){
    .products-slider-control{
        display: none;
    }
}
@media screen and (max-width: 1440px){
    .about-sect:after {
        bottom: 60px;
    }
    .products-sect {
        position: relative;
        padding: 0px 0 40px;
    }
    .news-sect {
        padding: 65px 0 50px;
    }
    .banner .slick-prev {
        left: 2%;
    }
    .banner .slick-next {
        right: 2%;
    }
}
@media screen and (max-width: 1350px){
    .news-sect .container{
        display: block;
    }
    .news-sect .title{
        padding: 0;
        margin-bottom: 42px;
    }
    .news-sect .news-list{
        max-width: unset;
        width: 100%;
    }
    .news-sect .title{
        width: unset;
        align-items: unset;
    }
    .news-sect .index_more {
        position: relative;
        left: unset;
        bottom: unset;
        margin: 0 auto;
        padding-left: 33px;
    }
    .news-sect .index_more:hover a span:before {
        right: 106px;
        transition: all .3s ease;
    }
    .news-sect .index_more:hover a span:after {
        right: 50px;
        transition: all .3s ease;
    }
    .news-sect .index_more a span:after {
        right: 53px;
    }
    .news-sect .index_more a span:before {
        right: 115px;
    }
    .news-sect .title span{
        text-align: center;
    }
    .news-sect .title span div{
        display: none;
    }
    .news-sect .title h2:before {
        left: calc(50% - 226px);
    }
    .wrapper::before {
        display: none;
    }
}
@media screen and (max-width: 1300px){

    .service-sect:before {
        letter-spacing: 1em;
    }
}
@media screen and (max-width: 1200px){
     /*產品介紹 少量排版*/
    .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){
    .products-sect .title h2:after {
        left: -61px;
    }
    .products-sect .title h2:after {
        left: -59px;
    }
    .banner-slider-control,.banner:before{
        display: none;
    }
    .products-sect .title h2:before, .album-sect .title h2:before {
    }
    .album-sect .title h2:before {
    }
     /*少量排版*/
    .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%;
    }
    /*!少量排版*/
    .title h2{
        font-size: 18px;
    }
    .products-sect .title{
        margin-bottom: 0px;
    }
    .about-sect{
        padding:0;
    }
    .about-sect:after{
        display: none;
    }
    .about-sect:before {
    width: 100%;
    background: url(../../../images/layout05/common/index/about_after.png)no-repeat;
    }
    .about-sect .txt-box{
        margin-left: 0;
        padding: 0px 10px 0px;
    }
    .about-sect .about-pic{
        display: none;
        position: relative;
        margin: 60px auto 20px;
        max-width: 80%;
        background-position: center;
        height: 0;
        padding-bottom: 64%;
    }
    .about-sect .row{
        /* top: 0;
        padding: 35px 60px 0; */
    }
    .about-sect .col.txt{
        float: none;
        width: 100%;
        padding-bottom: 50px;
    }
    .about-sect .txt-box{
        display: block;
    }
    .about-sect .title{
        width: 100%;
        text-align: center;
    }
    .about-sect .title h2{
        margin-bottom: 10px;
        font-size: 18px; 
    }
    .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: 40px;
        padding-bottom: 40px;
    }
    .products-box{
        padding: 8px 0;
    }
    .service-sect{
        padding: 0px 0px 0px;
        background-position: left bottom;
        background-size: cover;
    }
    .service-sect .container{
        padding: 0;
    }
    .service-sect .container:before{
        display: none;
    }
    .service-sect .icon-box-a{
        position: relative;
        left: unset;
        top: unset;
        margin-top: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
        min-width: 70px;
    }
    .service_editor .box{
        display: flex;
    }
    .service-sect:before{
        display: none;
    }
    .service-sect .title{
        position: relative;
    }
    .service-box{
        box-sizing: border-box;
        width: 100%;
        padding: 59px 40px 38px 40px ;
    }
    .articles-sect{
        padding: 50px 0 25px;
    }
    .articles-sect .index_more{
        margin:0px auto 20px;
    }
    .news-sect{
        padding: 50px 0 5px;
    }
    .album-sect{
        padding: 40px 0;
    }
    .article-sect .container{
        padding: 30px 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;
    }
    .about-sect .col.pic{
        display: none;
    }
    .about-sect .index_more{
        position: relative;
        top: unset;
        left: unset;
        margin: 0 auto;
    }
    .about-sect .index_more:before{
        display: none;
    }
    .about-sect .txt-box .index-about-editor .editor p,
    .about-sect .txt-box .index-about-editor .editor h3{
        display: block;
        -webkit-line-clamp:unset;
    }
    .about-sect .index-about-editor{
        height: unset;
        text-align: center;
    }
    .service-sect:after{
        display: none;
    }
    .products-sect .title{
        transform:unset;
        z-index: 0;
        margin-bottom: 30px;
    }
    .products-sect .title h2:before {
        left: 160px;
        top: -56px;
        z-index: -1;
    }
    .wrapper::after{
        display: none;
    }
    .news-sect .container {
        padding-bottom: 20px;
    }
    .album-sect .slick-prev,
    .album-sect .slick-next{
        display: none !important;
    }
    .service-sect{
        background: url(../../../images/bgbg.jpg) ;
    }
    .album-sect .title h2 {
        padding-left: 42px;
    }
    .album-sect .title h2:after {
        left: -59px;
    }
    .album-sect .title h2:before {
        left: -90px;
    }
}
@media screen and (max-width: 767px) {
    .products-list.type1 .box .name, .products-list.type1 .box:hover .name {
        background: #b98da4bd !important;
        margin-bottom: unset !important;
    }
}
@media screen and (max-width: 767px){
    .about-sect .about-pic {
        margin: 45px auto 20px;
    }
    .about-sect .title:before {
        left: 50%;
        margin-left: -220px;
    }
    .about-sect .index-about-editor {
        padding-right: 0px;
    }
    .news-sect .news-list {
        max-width: 100%;
        margin: auto;
    }
    .album-sect:before{
        display: none;
    }
    .album-sect .title span div{
        display: block;
    }
    .album-sect .title:before {
        content: '';
        width: 60px;
        height: 75px;
        background: url(../../../images/it-9.png);
        left: calc(50% + -234px);
        top: 0px;
        position: absolute;
        z-index: -1;
    }
}
@media screen and (max-width: 520px){
    .album-sect .title:before{
        display: none;
    }
}

@media screen and (max-width: 480px){
    .products-list.onlyitem-list .item{
        width: 100%;
    }
     .onlyitem-sect .album-list .item{
        width: 100%;
    }
    
    .album-sect .title h2:before,
    .products-sect .title h2:before,
    .news-sect .title h2:before,
    .about-sect .title h2:before{
        display: none;
    }
    .service-box{
        padding: 20px;
    }
}
@media screen and (max-width: 360px){
    .about-sect .about-pic{
        width: 100%;
        height: 0;
        padding-bottom: 66.67%;
    }
    .album-sect .title span {
        display: block;
        font-family: "Tenor Sans", sans-serif;
        font-size: 28px;
        line-height: 1.2;
        letter-spacing: 0.08em;
        color: #444;
        margin-bottom: 15px;
    }

}
@media screen and (max-width: 370px){
    .about-sect .txt-box .index-about-editor .editor p {
        letter-spacing: 0.01em;
    }
}