#banner{
    position: relative;
    top: -200px;
}
.banner-box{
    width: 100%;
    height: 760px;
    display: block;
    position: relative;
    padding-bottom: 80px;
    margin-top: 109px;
    overflow: hidden;
}

.banner-list{
    width: 100%;
    height: 100%;
    font-size: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-list-img{
    width: 100%;
    height: 760px;
    max-width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-bottom{
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    vertical-align: bottom;
    z-index: 2;
}
.banner-bottom img{
    vertical-align: middle;
}

.banner-logo-box{
    width: 100%;
    display: block;
    position:absolute;
    top: 0;
}
.banner-logo{
    width: 55%;
    display: block;
    margin: 0 auto;
    position: relative;
    top: -280px;
    z-index: 4;
}
.banner-box .slick-prev{
    left: 20%;
}
.banner-box .slick-next{
    right: 20%;
}
.slick-prev, .slick-next{
    z-index: 1;
}
.banner-box .slick-next:before{
    content: '';
    width:60px;
    height: 65px;
    display: block;
    background-image: url('../img/arrow-next.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-box .slick-prev:before{
    content: '';
    width:60px;
    height: 65px;
    display: block;
    background-image: url('../img/arrow-prev.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.about-box{
    width: 1000px;
    max-width: 100%;
    display: block;
    padding: 80px 0;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    background-color: #FFF;
}

.about-box .title{
    font-size: 28px;
    padding-bottom: 10px;
    font-weight: bold;
    position: relative;
}
.about-box .title:after{
    content: '';
    width: 0%;
    height: 3px;
    background-color: #e71f19;
    display: block;
    position: absolute;
    bottom: 0;
    transition: all ease-in 2.5s;
}
.about-info-box{
    padding-top: 10px;
    font-size: 0;
    width: 100%;
    font-family: "微軟正黑體";
}

.about-info-p1{
    width: 360px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 2;
    text-align: justify;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
}

.about-info-p2{
    width: 360px;
    display: inline-block;
    margin: 0 55px;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 2;
    text-align: justify;
    font-weight: 600;
    box-sizing: border-box;
    vertical-align: top;
}
.about-info-p3{
    width: 170px;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 2;
    text-align: justify;
    font-weight: 600;
    box-sizing: border-box;
    vertical-align: top;
}
.about-bird-box{
    width: 100%;
    display: block;
    position: relative;
}

.about-bird{
    width: 30%;
    display: none;
    position: absolute;
    bottom: -180px;
    left: 0;
}

.introduction-box{
    width: 100%;
    padding: 10px 0;
    background-image: url('../img/introduction-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
}
.introduction-info{
    display: inline-block;
    width: 50%;
    box-sizing: border-box;
    vertical-align: top;
}
.introduction-box .introduction-info:nth-child(1){
    padding: 0 20px;
}

.introduction-info-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.introduction-title-box{
    text-align: center;
    width: 100%;
    display: block;
    padding: 61px 0;
}

.introduction-title-logo{
    width: 50px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.introduction-title{
    font-size: 34px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #FFF;
}

.introduction-text{
    font-size: 18px;
    text-align: justify;
    letter-spacing: 2px;
    font-family:  "微軟正黑體";
    line-height: 2;
    color: #FFF;
    padding-bottom: 50px;
}

.introduction-youtube-img{
    width: 400px;
    display: block;
    float: right;
}

.introduction-youtube-box{
    width: 100%;
    display: block;
    clear: both;
    position: relative;
}

.introduction-youtube{
    width: 100%;
    height: 0;
    border: 5px solid #f5c074;
    position: absolute;
    transition: all 1s ease-in;
    transition-delay: .5s;
    box-sizing: border-box;
}

.store-info-block{
    width: 100%;
    display: block;
    padding-top: 80px;
    padding-bottom: 90px;
    position: relative;
}

.store-info-box{
    width: 800px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding: 60px 70px;
 
    margin-top: 30px;
    font-size: 0;
    position: relative;
}
.store-info-border{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.s-b-t{
    width: 100%;
    height: 100%;
    border:2px dashed #dc1f19;
    border-right: 0;
    border-bottom:  0;
    border-left:  0;
    border-radius: 10px;
    display: block;
    position: absolute;
    top: 0;
    box-sizing: border-box;
    transform: scaleX(0);
    transition: all .4s linear;
    transform-origin: left;
}
.s-b-r{
    width: 100%;
    height: 100%;
    border:2px dashed #dc1f19;
    border-top: 0;
    border-bottom:  0;
    border-left:  0;
    border-radius: 10px;
    display: block;
    position: absolute;
    right: 0;
    box-sizing: border-box;
    transform: scaleY(0);
    transition: all .4s linear;
    transform-origin: 100% 0;
}
.s-b-b{
    width: 100%;
    height: 100%;
    border:2px dashed #dc1f19;
    border-right: 0;
    border-top:  0;
    border-left:  0;
    border-radius: 10px;
    display: block;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    transform: scaleX(0);
    transition: all .4s linear;
    transform-origin: right;
}
.s-b-l{
    width: 100%;
    height: 100%;
    border:2px dashed #dc1f19;
    border-right: 0;
    border-bottom:  0;
    border-top:  0;
    border-radius: 10px;
    display: block;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    transform: scaleY(0);
    transition: all .4s linear;
    transform-origin: 0 100%;
}
.store-info-title{
    width: 50px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.store-info-icon{
    width: 100%;
    padding-left: 5px;
    box-sizing: border-box;
    display: block;
    padding-bottom: 15px;
}
.store-info-title span{
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 3px;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr ;
}
.store-border-box{
    width: 80px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 40px;
    margin-right: 30px;
}
.store-border-box span{
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-width: 105px 0 105px 60px;
    border-color: transparent transparent transparent #dc1f1a;
}
.store-info-list{
    width: calc(100% - 200px);
    font-size: 0;
    font-family:  "微軟正黑體";
    display: inline-block;
    vertical-align: middle;
}

.store-title{
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    color: #ff0000;
    font-weight: bold;
    display: block;
}
.store-info-list li{
    display: inline-block;
    width: 49%;
    letter-spacing: 2px;
    font-size: 16px;
    margin-bottom: 10px;
    vertical-align: top;
}
.store-info-list li.store-taiwan{
    display: block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;

}

.store-info-list li:nth-child(3){
    margin-right: 2%;
}

.store-info-list li.store-taiwan .store-info-list-title span{
    font-size: 18px; 
    color: #ff0000;

}
.store-info-list-title span{
    font-weight: bold;
}

.store-info-list-title span:after{
    content: '';
    width: 2px;
    height: 16px;
    display: inline-block;
    background-color: #000;
    margin: 0 10px;
    margin-bottom: 5px;
    vertical-align: middle;
}

.store-info-list-add,
.sotre-info-list-phone
{
    letter-spacing: 2px;
    display: block;
}
.store-info-list-add i,
.sotre-info-list-phone i{
    color: #ff0000;
}

.store-pig-img-box{
    width: 100%;
    position: relative;
    display: block;
}
.store-pig-img{
    width: 35%;
    display: block;
    position: absolute;
    right: -160px;
    bottom: -147px;
    z-index: 1;
}
.store-bg-box{
    width: 100%;
    overflow: hidden;
    display: block;
    height: 20px;
    position: relative;
}
.store-bg{
    width: 2200px;
    position: absolute;
    
}
.store-box{
    width: 100%;
    display: block;
    padding-bottom: 150px;
}

.big-store,
.s-store{
    width: 100%;
    display: block;
    font-size: 0;
}
.big-store-title-box,
.s-store-title-box{
    margin: 30px 0;
    margin-left: 30px;
}
.big-store-title-box span,
.s-store-title-box span{
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    margin-right: 10px;
}
.big-store-title,
.s-store-title{
    font-size: 30px;
    font-weight: bold;
    letter-spacing : 2px;
    display: inline-block;
    vertical-align: middle;
}
.big-store-left{
    width: 730px;
    display: inline-block;
    margin-left: 25px;
}
.big-store-big-img{
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 30px;
}
.big-store-s-img{
    width: 350px;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 30px;
}

.big-store-left .big-store-s-img:nth-child(2){
    margin-right: 30px;
}

.big-store-middle{
    width: 350px;
    display: inline-block;
    max-width: 100%;
    margin: 0 26px;
    vertical-align: top;
}

.big-store-right{
    width: 745px;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;

}
.big-store-right .big-store-s-img{
    margin-right: 22px;
}
.s-store-img-box1,
.s-store-img-box2,
.s-store-img-box4{
    width: 350px;
    display: inline-block;
    margin-left: 25px;
}

.s-store-img{
    width: 100%;
    margin-bottom: 25px;
    display: block;
}
.s-store-img-box3{
    width: 730px;
    max-width: 100%;
    display: inline-block;
    margin-left: 25px;
    vertical-align: top;
}
.s-store-img-box3 .s-store-img{
    width: 350px;
    display: inline-block;

}
.s-store-img-box3 .s-store-img:first-child{
    margin-right: 30px;
}

.s-store-long-img{
    display: block;
    width: 100%;
}

.products-box{
    width: 100%;
    display: block;
    position: relative;
    background-image: url('../img/products-bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 0;
    padding-top: 70px;
}

.products-block-icon-box{
    width: 25%;
    display: block;
    position: relative;
    margin: 0 auto;
}
.products-block-icon{
    width: 100%;
    display: block;
    margin: 0 auto;
    top: -180px;
    position: absolute;
}
.products-left,
.products-right
{
    width: 50%;
    display: inline-block;
    vertical-align: top;

}
.products-title{
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    letter-spacing: 2px;
    padding-bottom: 30px;
}

.products-title-icon{
    width: 50px;
    display: block;
    margin: 0 auto;
}

.prdocuts-title-icon2,
.prdocuts-title-p{
    display: inline-block;

}
.prdocuts-title-p{
    vertical-align: middle;
}
.prdocuts-title-icon2{
    vertical-align: top;
}
.prdocuts-title-icon2 img{
    vertical-align: middle;
}

.products-left-list{
    width: 100%;
    display: block;
}
.products-left-list li{
    width: 30%;
    margin: 0 1.5%;
    display: inline-block;
    padding-bottom: 75px;
}

.products-left-list-img{
    width: 150px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.products-list-title{
    text-align: center;
    font-size: 18px;
    font-family:  "微軟正黑體";
    font-weight: bold;
    letter-spacing: 2px;
}

.products-right-periphery{
    width: 440px;
    display: block;
    float: right;
    margin-right: 10px;
}

.products-left-periphery{
    width: 440px;
    display: block;
    float: left;
    margin-top: 159px;
    margin-left: 20px;
}

.products-left-periphery li,
.products-right-periphery li
{
    width: 440px;
    max-width: 100%;
    height: 360px;
    margin-bottom: 30px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 10px;
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #FFF;
    position: relative;
    box-shadow: rgba(0,0,0,0.6)4px 4px 4px;
    transition: all .4s linear;
}
.products-left-periphery li span,
.products-right-periphery li span{
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: 10px;
    left: calc(50% - 5px);
    background-color: #e71f19;
    border-radius: 50%;
    box-shadow: rgba(0,0,0,0.6)4px 4px 4px;
    transition: all .4s linear;
}
.products-right-periphery li:nth-child(2){
    margin-top: 70px;
}
.periphery-img-box{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.periphery-img{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.products-food{
    width: 100%;
    clear: both;
    overflow: hidden;
}
.prodcuts-food-box{
    width: 100%;
    margin-top: 50px;
}

.products-food-box1{
    width: 50%;
    display: block;
    position: relative;
}

.products-food-1-box{
    width: 40%;
    display: block;
    float: right;
    position: relative;
    bottom: -70px;
}
.products-food-box {
    width: 100%;
    display: block;
    position: relative;
}
.products-food-box1 {
    width: 50%;
    display: block;
}
.products-food-box2{
    width: 100%;
    display: block;
    font-size: 0;
    position: relative;
}

.prodcuts-food2{
    width: 30%;
    display: inline-block;
    position: relative;
}
.prodcuts-food2-img{
    display: block;
    position: relative;
    top: -100px;
}
.prodcuts-food3{
    width: 16%;
    display: inline-block;
    position: relative;
}
.prodcuts-food4{
    width: 30%;
    display: inline-block;
}
.prodcuts-food4-img{
    position: relative;
    right: -30px;
}
.prodcuts-food5{
    width: 24%;
    display: inline-block;
    position: relative;
}
.prodcuts-food5-img{
    width: 100%;
    display: block;

}
.prodcuts-food5-img img{
    width: 100%;
}

.contact-box{
    width: 100%;
    display: block;
    background-image: url('../img/contact-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 50px;
    position: relative;
    z-index: 999;
}
.contact-form{
    width: 700px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 50px;
}

.contact-form .title{
    font-size: 34px;
    letter-spacing: 2px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}

.title-icon{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    max-width: 100%;
    padding-bottom: 5px;
    box-sizing: border-box;
}
.title-p{
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.contact-info-p{
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 6.5px;
    color: #FFF;
    margin-top: 20px;
    font-family:  "微軟正黑體";
    text-align: center;
}
.contact-info-p2{
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #FFF;
    margin-top: 20px;
    font-family:  "微軟正黑體";
    text-align: center;
}

.tw-add{
    display: inline-block;
    font-size: 16px;
    height: 100%;
    width: 140px;

}
#twzipcode{
    font-size: 0;
    padding-left:60px;
    overflow: hidden;
    height: 60px;

}
.tw-add select{
    background-color: rgba(0,0,0,0);
    border: 0;
    height: 100%;
    font-family: "微軟正黑體";
    -webkit-appearance: none; 
    -moz-appearance: none; 
    appearance: none;
    padding-left: 35px;
    width: 100%;
    color: #FFF;
    display: block;
    border: 1px solid #FFF;
    border-left: 0;
    font-size: 18px;
    cursor: pointer;
}
.tw-add-1 select{
    padding-left: 42px;
}
.tw-add select option{
    color: #000;
    width: 100%;
}
.tw-add-box label{
    border:1px solid #FFF;
}

.contact-info-money{
    font-size: 61px;
    font-weight: bold;
    color: #fccd11;
    font-family: 'Teko', sans-serif;

}
.contact-info-phone{
    font-family: 'Teko', sans-serif;
    font-size: 36px;
    font-weight: bold;
   
    color: #FFF;
    text-shadow: #c90909 1px 1px 0px,#c90909 2px 1px 0px,#c90909 -1px -1px 0px,#c90909 -1px 2px 0px;
}

.contact-info-enter-box{
    width: 100%;
    text-align: center;
    display: block;
    font-size: 0;
}

.contact-enter-p1{
    width: 125px;
    max-width: 100%;
    display:inline-block;
    letter-spacing: 26px;
    color: #FFF;
    font-size: 36px;
    font-weight: bold;
    vertical-align: middle;
    font-family:  "微軟正黑體";
}
.contact-enter-p2{
    font-size: 30px;
    width: 180px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-weight: bold;
    letter-spacing: 5px;
    text-shadow: #edc714 1px 1px 0px, #edc714 1px -1px 0px, #edc714 -1px -1px 0px, #edc714 -1px 2px 0px;
}
.contact-enter-list{
    width: calc(100% - 310px);
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0;
}
.contact-enter-list li{
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3.6px;
    color: #FFF;
    text-align: justify;
}

.contact-enter-list li:before{
    content: '〉';
    font-size: 18px;
    color: #FFF;
}

.contact-list{
    width: 100%;
    display: block;
}
.contact-list li{
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.contact-list li.tw-add-box,
.contact-list li.tw-add-box2{
    width: 49%;
    display: inline-block;
    vertical-align: middle;
}
.contact-list li.tw-add-box2{
   
    margin-left: 10px;
    
}
.contact-list li.tw-add-box2 input{
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}
.contact-list li.tw-add-box2 span{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #FFF;
    font-family:  "微軟正黑體";
    font-weight: bold;
    letter-spacing: 2px;
}
.contact-list-icon {
    width: 60px;
    height: 60px;
    border-right: 1px solid #FFF;
    position: absolute;
    bottom: 0;
    font-size: 25px;
    text-align: center;
    color: #FFF;
    box-sizing: border-box;
    padding-top: 10px;
}
.contact-list-icon-textarea {
    width: 60px;
    height: 200px;
    border-right: 1px solid #FFF;
    position: absolute;
    top: 0;
    font-size: 25px;
    text-align: center;
    color: #FFF;
    box-sizing: border-box;
    padding-top: 10px;
}
.contact-list li input {
    width: 100%;
    height: 60px;
    display: block;
    box-sizing: border-box;
    padding-left: 75px;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #FFF;
    background-color: rgba(0,0,0,0);
    color: #FFF;
    font-family:  "微軟正黑體";
    font-weight: bold;
    letter-spacing: 2px;
}
.contact-list li #twzipcode input{
    display: none;
}
.contact-list li.textarea textarea {
    border: 1px solid #FFF;
    height: 200px;
    width: 100%;
    padding-left: 75px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0);
    resize: none;
    font-size: 18px;
    font-family:  "微軟正黑體";
    font-weight: bold;
    letter-spacing: 2px;
    color: #FFF;
    padding-top: 15px;
}
.contact-list li.button input{
    padding-left: 0;
    cursor: pointer;
    background-color: #dc1f1a;
    border: 1px solid #dc1f1a;
}
.check{
    position: absolute;
    left: 50%;
    font-size: 18px;
    color: #FFF;
    top: calc(50% - 15px);
    left: calc(50% + 20px);
    cursor: pointer;
}
.contact-bird-box{
    width: calc(50% - 350px);
    display: block;
    position: relative;
}
#form-name:focus + label,
#form-phone:focus + label,
#form-mail:focus + label,
#form-textarea:focus + label
{
    color: #dc1f1a;
    transition: all .4s ease;
}
.contact-bird{
    width: 100%;
    display: block;
    position: absolute;
    top: -250px;
}
.thanks-box{
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

}
.thanks-box.active{
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
    display: -webkit-flex;
    display:         flex;
}
.contact-thanks-box{
    -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
    display: -webkit-flex;
    display:         flex;
    position: relative;
    z-index: 1;
}
.contact-thanks{
    background-color: #e71f19;
    position: relative;
    padding: 80px;
    border-radius: 20px;
    z-index: 6;
}
.contact-thanks-p{
    font-size: 26px;
    line-height: 1.6;
    letter-spacing: 2px;
    font-weight: bold;
    color: #FFF;
    display: block;
}
.contact-out{
    width: 20px;
    height: 20px;
    max-width: 100%;
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #FFF;
    top: 4%;
    right: 4%;
    cursor: pointer;
}
.contact-out span{
    width: 15px;
    height: 1px;
    background-color: #FFF;
    display: block;
    margin: 0 auto;
    position: relative;
}
.contact-out span:nth-child(1){
    top: 9px;
    left: 0.5px;
    transform: rotate(45deg);
}
.contact-out span:nth-child(2){
    top: 8px;
    left: 0.5px;
    transform: rotate(-45deg);
}
.contact-thanks-mask{
    width: 100%;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.3);
}




.contact-list ::-webkit-input-placeholder { color: #FFf; }
.contact-list :-moz-placeholder { color: #FFF; }
.contact-list ::-moz-placeholder { color: #FFF; }
.contact-list :-ms-input-placeholder { color: #FFF; }

/* fancybox */
.fancybox-thumbs {
  top: auto;
  width: auto;
  max-width: 100%;
  bottom: 10px;
  left: 0;
  right : 0;
  height: 80px;
  background: transparent;
}
.fancybox-thumbs > ul{
    width: 840px;
    max-width: 100%;
    margin: 0 auto;
}
.fancybox-thumbs > ul > li {
  border-color: transparent;
}

.fancybox-container--thumbs .fancybox-caption-wrap, 
.fancybox-container--thumbs .fancybox-controls, 
.fancybox-container--thumbs .fancybox-slider-wrap {
  right: 0;
  bottom: 90px;
}

@media all and (max-width: 800px) {

    .fancybox-thumbs {
        display: none !important;
    }

    .fancybox-container--thumbs .fancybox-controls,
    .fancybox-container--thumbs .fancybox-slider-wrap,
    .fancybox-container--thumbs .fancybox-caption-wrap {
        bottom: 0;
    }

}

