.banner {
    margin-bottom: 135px;
}

.banner .slick-arrow {
    transition: all .2s;
    border: 0;
    color: transparent;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    z-index: 50;
    cursor: pointer;
    font-size: 0;
}

.banner .slick-arrow:before {
    content: "";
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #CACACA;
    font-size: 30px;
}
.banner .slick-prev {
    right: 0;
    bottom: 0px;
    /* transform: rotate(90deg); */
    background: #DE2B2B;

}
.banner .slick-prev:hover {
    background: #D79729;
}
.banner .slick-prev:before {
    content: "\a2907";
    font-size: 21px;
    position: absolute;
    left: 12px;
    top: 1px;
}
.banner .slick-prev:hover:before {
    color: #0E0905;
}
.banner .slick-next {
    bottom: 0;
    right: -40px;
    /* transform: rotate(-90deg); */
    background: #DE2B2B;
}
.banner .slick-next:hover {
    background: #D79729;
    color: #0E0905;
}
.banner .slick-next:before {
    content: "\a2908";
    font-size: 21px;
    position: absolute;
    left: 12px;
    top: 1px;
}
.banner .slick-next:hover:before {
    color: #0E0905;
}

.btn-scroll {
    background-position: 20px 20px;
    display: block;
    width: 80px;
    height: 94px;
    left: 50%;
    bottom: -50px;
    margin: 0 0 0 -30px;
    z-index: 50;
    position: absolute;
    background: url(../../images/common/index/scroll.png) 31px 0px;
    background-repeat: no-repeat;
    font-family: "Nunito Sans";
    color: #8B908D;
    font-size: 15px;
    white-space: nowrap;
    font-weight: 900;
    letter-spacing: 4px;
    padding-top: 64px;
    box-sizing: border-box;
    transition: all .3s ease;
}
.btn-scroll:hover {
    color:#DDDDDD;
}

/* progress bar */
.slider-progress {
    width: 100%;
    height: 2px;
    background: #101010;
 }
  .slider-progress .progress {
    width: 0%;
    height: 2px;
    background: #A71B1B;
  }
  

/*------------ sect1 ------------*/

.sect1 {
    max-width: 1820px;
    margin: 0 auto;
    padding: 0px 0 0px;
    min-height: 677px;
    max-height: 677px;
    background: transparent;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 0px;
    background: url("../../images/common/index/about-bg.jpg");
}

/*------------ sect0 ------------*/

.sect0 {
    position: relative;
    margin-bottom: 85px;
}

.sect0 .container{
    position: relative;
}

.sect0 .container:before{
    content: "NEWS";
    font-family: "Arial";
    font-weight: 500;
    font-size: 150px;
    position: absolute;
    left: -124px;
    top: -45px;
    text-shadow: none;
    line-height: 150px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#757475+0,757475+100&1+0,0.19+100 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(117,116,117,1) 0%, rgba(117,116,117,0.19) 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(117,116,117,1) 0%,rgba(117,116,117,0.19) 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(117,116,117,1) 0%,rgba(117,116,117,0.19) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757475', endColorstr='#30757475',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}


/*----- news ----*/

.news-box {
    position: relative;
    margin: 0 0 20px;
}

.news-box .title {
    background: #DE2B2B;
    color: #fff;
    width: 155px;
    font-weight: 900;
    line-height: 50px;
    font-family: "Nunito Sans","微軟正黑體";
    text-align: center;
    font-size: 20px;
    letter-spacing: 4px;
    float: left;
}

.news-box .news-marquee {
    background: url('../../images/common/index/news-bg.jpg');
    padding: 15px;
    height: 50px;
    float: left;
    width: calc(100% - 248px);
    box-sizing: border-box;
    letter-spacing: 1px;
    line-height: 1.2;
}

.news-marquee .date {
    display: inline-block;
    color: #fff;
    padding-right: 10px;
    margin-right: -5px;
    font-size: 14px;
}

.news-marquee .name {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.news-box .more {
    position: relative;
    display: inline-block;
    perspective: 300px;
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    width: 93px;
    font-size: 15px;
    /* font-family: 'Nunito Sans'; */
    font-weight: 900;
    text-align: center;
    letter-spacing: 1px;
} 
.news-box .more:focus {
    outline: -webkit-focus-ring-color auto 5px;
}
.news-box .more .moretxt {
    -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s;
    -webkit-animation-duration: 0.2s; -moz-animation-duration: 0.2s; -o-animation-duration: 0.2s; animation-duration: 0.2s;/*keyframesÃ§â€Â¨*/
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 15px;
}
.news-box .more .moretxt,.news-box .more .moretxt:before {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.news-box .more,.news-box .more .moretxt {
    height: 50px;
    line-height: 45px;
    transform-origin: 50% 50% -23px;
    -webkit-transform-origin: 50% 50% -23px;
    -moz-transform-origin: 50% 50% -23px;
}
.news-box .more .moretxt:nth-child(2)  {
    border: 3px solid #FFF;
    background: #101010;
    color: #FFF;
}
.news-box .more:hover .moretxt:nth-child(2)  {
    border: 3px solid #E8BC32;
    background: #E8BC32;
    color: #0E0905;
}
/*----- about ----*/

.about-box {
    position: relative;
}

.about-box .pic {
    position: absolute;
    max-width: 740px;
    margin-left: 158px;
    margin-top: -70px;
    z-index: 15;
}

.about-box .text {
    padding: 45px 70px 65px;
    background: #6D1010;
    max-width: 558px;
    margin: 126px 163px 0 0;
    box-sizing: border-box;
    float: right;
    position: relative;
    z-index: 15;
}

.about-box .text .title {
    font-family: "Nunito Sans","微軟正黑體";
    font-size: 26px;
    line-height: 26px;
    font-weight: 900;
    margin: 0 0 20px;
    color: #FFF;
    letter-spacing: 5px;
}
.about-box .text .title span{
    color: #FFBFBF;
}


.about-box .more {
    position: relative;
    display: inline-block;
    perspective: 300px;
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    width: 93px;
    font-size: 15px;
    /* font-family: 'Nunito Sans'; */
    font-weight: 900;
    text-align: center;
    letter-spacing: 1px;
} 
.about-box .more:focus {
    outline: -webkit-focus-ring-color auto 5px;
}
.about-box .more .moretxt {
    transition: all .3s ease;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 15px;
    border: 3px solid #FBF6F3;
    background: rgba(0 , 0, 0, 0);
    color: #FBF6F3;
}
.about-box .more{
    height: 95px;
    line-height: 91px;
    box-sizing: border-box;
    padding-top: 15px;
    position: absolute;
    top: 0px;
    right: 23px;
}
.about-box .more{
    margin-top: -15px;
}
.about-box .more:hover .moretxt{
    border: 3px solid #E8BC32;
    background: #E8BC32;
    color: #0E0905;
 }
 .about-box .about-bg-2{
     display: none;
 }

 .about-bg-2{
     display: none;
 }

/*------------ products ------------*/

.products-sect {
    position: relative;
    /* background-image: url(../../images/common/index/product-bg.jpg); */
    background-image: url(../../images/common/index/product-bg-2.jpg);
    background-size: 1820px 998px;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 150px;
    padding-bottom: 60px;
}
.products-sect::before{
    content: "";
    height: 2px;
    width: 100vw;
    position: absolute;
    top: 480px;
    left: 0px;
    /* background: #DE2B2B; */
    background: transparent;
    z-index: 0;
}

.products-sect .title{
    text-align: center;
    position: relative;
    margin: 0 0 0px;
    overflow: hidden;
}
.products-sect .title:before{
    content: "PRODUCTS";
    font-size: 180px;
    font-family: "Nunito Sans";
    color: #481414;
    position: absolute;
    left: calc(50% - 513px);
    top: 32px;
    font-weight: 900;
    opacity: 0.15;
    line-height: 180px;
}
.products-sect .title .t-1{
    font-size: 28px;
    font-weight: bold;
    color: #E3E5E4;
    text-align: center;
    margin: 0 0 68px;
    letter-spacing: 8px;
}
.products-sect .title .t-2{
    font-family: "Nunito Sans";
    font-size: 20px;
    font-weight: 900;
    text-align: center; 
    letter-spacing: 8px;
    margin-bottom: 48px;
}
.products-sect .title .t-2 div:nth-child(1){
    /* color: #D94632;
    display: inline-block; */
    display: none;
}
.products-sect .title .t-2 div:nth-child(2){
    color: #FFFFFF;
    display: inline-block;
}

.products-arrow {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100px;  
}
.products-arrow button {
    border: 0;
    color: transparent;
    background: none;
    cursor: pointer;
    padding: 0;
    position: absolute;
}
.products-arrow .slick-prev {
    right: 50px;
    width: 50px;
    height: 50px;
    background: #DE2B2B;
    /* transform: rotate(90deg); */
    transition: all .3s ease;
}
.products-arrow .slick-next {
    right: 0px;
    /* transform: rotate(-90deg); */
    width: 50px;
    height: 50px;
    background:#911717;
    transition: all .3s ease;
}
.products-arrow .slick-arrow:before {
    font-size: 14px;
    color: #FFF;
    font-family: 'icon-font' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 40px;
}
.products-arrow .slick-prev:hover {
    /* background: #4F5351; */
}
.products-arrow .slick-next:hover {
    /* background: #101010; */
}
.products-arrow .slick-prev:before {
    font-size: 21px;
    content: "\a2907";
    position: relative;
    top: 15px;
    left: 16px;
}
.products-arrow .slick-next:before {
    font-size: 21px;
    content: "\a2908";
    position: relative;
    top: 5px;
    left: 15px;
}

.product-list {
    margin: 0 -17px;
}

.product-list li {
    width: 22%;
    padding: 0 0px;
}

.product-list li .box {
    margin: 0 auto;
    max-width: 270px;
    display: block;
    box-sizing: border-box;
    position: relative;
}
.product-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}

.product-list .pic {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    transition: all .2s;
    border: 0px solid #fff;
    margin: 0 0 3px;
    z-index: 0;
}

.product-list .pic img {
    transition: all 0.35s ease-in-out;
    transform: scale(1);
}

.product-list .pic:hover img {
    transition: all 0.35s ease-in-out;
    transform: scale(1.2);
}

.product-list .pic:before,
.product-list .pic:after {
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
}

.product-list .pic:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 50;
}

.product-list .pic:after {
    content: "MORE";
    display: block;
    border: 1px solid #E52028;
    width: 120px;
    height: 56px;
    line-height: 56px;
    color: #E52028;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    z-index: 50;
    margin: -28px 0 0 -60px;
    transition: all 0.35s ease-in-out;
    transform: scale(3);
}

.product-list .box:hover .pic:before,
.product-list .box:hover .pic:after {
    transition: all .2s;
    opacity: 1;
}

.product-list li .box:hover .pic:after {
    top: 50%;
    transform: scale(1);
}

.product-list .text {
    text-align: center;
    max-width: 270px;
    margin: 0 auto;
    box-sizing: border-box;
    background: #DDB63F;
    padding: 8px 10px;
    position: relative;
    transition: all .2s;
}
.product-list .name {
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: all .3s ease;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 47px;
    height: 47px;
    line-height: 25px;
}
.products-sect .more_center{
    text-align: center;
    margin-top: 70px;
    margin-bottom:50px;
}
.products-sect .more {
    display: block;
    margin: auto;
    position: relative;
    perspective: 300px;
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    width: 435px;
    font-size: 18px;
    /* font-family: 'Nunito Sans'; */
    font-weight: 900;
    text-align: center;
    letter-spacing: 3px;
} 
.products-sect  .more:focus {
    outline: -webkit-focus-ring-color auto 5px;
}
.products-sect  .more .moretxt {
    -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s;
    -webkit-animation-duration: 0.2s; -moz-animation-duration: 0.2s; -o-animation-duration: 0.2s; animation-duration: 0.2s;/*keyframesÃ§â€Â¨*/
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    font-size: 18px;
}
.products-sect  .more .moretxt,.products-sect  .more .moretxt:before {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.products-sect  .more,.products-sect  .more .moretxt {
    height: 73px;
    line-height: 69px;
    transform-origin: 50% 50% -37px;
}
.products-sect  .more .moretxt  {
    border: 3px solid #FFF;
    background: #000;
    color: #FFF;
}
.products-sect  .more:hover .moretxt{
    border: 3px solid #E8BC32;
    background: #E8BC32;
    color: #1F1511;
}


/*------------ rwd ------------*/
@media(max-width:1900px){
    .banner .slick-prev {
        right: 40px;
    }
    .banner .slick-next {
        right: 0px;
    }
}

@media(max-width:1720px){
    .sect0 .container:before {
        font-size: 80px;
        left: 9px;
        top: -63px;
        line-height: 80px;
    }
}

@media screen and (max-width: 1500px) {
    
}

@media screen and (max-width: 1280px) {
    .sect0 .container:before {
        font-size: 35px;
        left: 12px;
        top: -28px;
        line-height: 35px;
    }
    .sect0 {
        margin-bottom: 20px;
    }
    .sect1 {
        /* background: none !important; */
        padding: 20px 20px 20px;
        min-height: unset;
        max-height: unset;
        margin-bottom: 0px;
        background: #010101;
    }
    .sect1 .container{
        padding: 0px 0 0px;
    }
    .about-box .text {
        flex: 0 0 100%;
        max-width: 100%;
        float: none;
        margin: 0px 0 0 0;
        padding: 0px 0px 0px;
        order: 2;
    }
    .about-box {
        position: relative;
        display: flex;
        flex-direction: column;
        background: #6D1010;
        padding: 20px;
        padding-bottom: 100px;
    }
    .about-box .pic {
        position: static;
        margin: 0px auto 0;
        flex: 0 0 100%;
        order: 1;
        margin-bottom: 25px;
    }
    .about-box .more, .about-box .more .moretxt {
        padding-top: 15px;
        top: unset;
        bottom: -51px;
        right:unset;
        left: calc(50% - 47.5px);
        margin-top: 0px;
    }
    .about-bg-2{
        display: block;
    }
    /* .sect1-bg-2 {
        display: none;
    } */

    .about-box .more, .about-box .more .moretxt {
        padding-top: 9px;
        top: unset;
        bottom: -39px;
        right: unset;
        left: calc(50% - 47.5px);
        margin-top: 0px;
        height: 62px;
        line-height: 37px;
        transform-origin: 50% 50% -29px;
        -webkit-transform-origin: 50% 50% -29px;
        -moz-transform-origin: 50% 50% -29px;
    }
    .about-box .about-bg-2{
        margin:auto;
        margin-top: 20px;
        display: block;
    }

}

@media screen and (max-width: 1024px) {

    .sect1 {
        background: #010101;
    }

    .btn-scroll {
        display: none;
    }
    .banner {
        margin-bottom: 55px;
    }
   
    .sect0 {
        margin-bottom: 10px;
    }
    .products-sect {
        padding: 20px 0 10px 0;
    }
    .products-sect .title:before {
        display: none;
    }
    .products-sect::before {
        top: 280px;
    }

    .products-sect .title .t-2 div:nth-child(1) {
        display: none;
    }
    .products-sect .title .t-2 div:nth-child(2) {
        display: block;
        margin-bottom: 60px;
    }
    .products-arrow {
        left: 50%;
        top: 36px;
        margin: 0px 0 0 -70px;
        width: 70px;
    }

    .products-arrow .slick-prev {
        right: 0px;
        width: 35px;
        height: 35px;
        line-height: 20px;
    }

    .products-arrow .slick-prev:before {
        font-size: 15px;
        top: 9px;
        left: 11px;
    }

    .products-arrow .slick-next {
        right: -35px;
        width: 35px;
        height: 35px;
        line-height: 20px;
        /* background: #DE2B2B; */
    }
    .products-arrow .slick-next:before {
        font-size: 15px;
        top: 9px;
        left: 11px;
    }
    .products-sect .title .t-1 {
        font-size: 18px;
        letter-spacing: 5px;
        line-height: 22px;
    }
    .products-sect .title .t-2 {
        font-size: 18px;
        letter-spacing: 5px;
        line-height: 22px;
    }


    .products-sect .more_center {
        text-align: center;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .products-sect .more {
        width: 242px;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .products-sect .more, .products-sect .more .moretxt {
        height: 50px;
        line-height: 45px;
        transform-origin: 50% 50% -26px;
        -webkit-transform-origin: 50% 50% -26px;
        -moz-transform-origin: 50% 50% -26px;
    }
    .products-sect .more .moretxt {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {

}

@media screen and (max-width: 600px) {
    .banner .slick-arrow {
        width: 30px;
        height: 30px;
        line-height: 30px;
        display: none !important;
    }
    .banner .slick-prev {
        right: 30px;
    }
    .banner .slick-prev:before {
        line-height: 28px;
        font-size: 10px;
        left: unset;
        right: unset;
        left: -1px;
        top: 1px;
        position: relative;
    }
    .banner .slick-next:before {
        line-height: 28px;
        font-size: 10px;
        left: unset;
        right: unset;
        right: 1px;
        top: 1px;
        position: relative;
    }
    .news-box .title,
    .news-box .news-marquee {
        float: none;
        width: auto;
        height: 35px;
        line-height: 35px;
        text-align: left;
        padding-left: 10px;

    }
    .news-box .news-marquee {
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .news-marquee .date,
    .news-marquee .name {
        line-height: 1.2;
    }
    .news-box {
        text-align: center;
        margin: 0 0 10px;
    }
    /* .news-box .more, .news-box .more .moretxt {
        height: 40px;
        line-height: 35px; */
        /* transform-origin: 50% 50% -18px;
        -webkit-transform-origin: 50% 50% -18px;
        -moz-transform-origin: 50% 50% -18px; */
    /* } */
    .news-box .more {
        width: 84px; 
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        line-height: 40px;
    }
    .news-box .more, .news-box .more .moretxt {
        height: 35px;
        line-height: 30px;
        transform-origin: 50% 50% -23px;
        -webkit-transform-origin: 50% 50% -23px;
        -moz-transform-origin: 50% 50% -23px;
    }

}

@media screen and (max-width: 480px) {
    
}
