body {
    margin: 0;
    padding: 0;
    font-family: Arial, "Microsoft JhengHei";
    color: #454545;
}

p {
    margin: 0;
}

img {
    max-width: 100%;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

/*************************************/
/*                index              */
/*************************************/

header{
    z-index: 999;          
    position: fixed;      
    top: 0;
    left: 0;
    margin-top: 0;
    min-width: 100%;
    transition: opacity .5s ease-out;   
    border-top: 8px solid #b4ad83;
}

.nav_con{
    margin: 10px 200px;
}

.nav_con .navbar-collapse{
    justify-content: flex-end;
}

.dropdown-toggle::after{
    display: none;
}

.logo {
    text-align: center;
}

.sm_lang{
    display: none;
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){
    nav.bootsnav.navbar .navbar-nav > li > ul{
        display: inline-block;
    }
}



@media(max-width:991px){
    .logo{
        float: right;
        width: 70%;
        text-align: right;
    }
    .sm_lang{
        display: block;
    }
    .bg_lang{
        display: none;
    }
}

@media(max-width:1700px){
    .nav_con{
        margin: 10px 0px;
    }
}

/***  banner  ***/

.carousel{
    margin-top: 102px;
}

.carousel-indicators li{
    display: inline-block;
    width: 19px;
    height: 19px;
    cursor: pointer;
    margin: auto 8px;
    background: url(../eng_img/banner/dot.png) no-repeat;
    opacity: 1;
}

.carousel-indicators .active{
    background: url(../eng_img/banner/dot_active.png) no-repeat;
}

.carousel-control-next, .carousel-control-prev{
    opacity:1;
}

.carousel-control-prev-icon{
    background: url(../eng_img/banner/left_arrow.png) no-repeat;
    width: 23px;
    height: 40px;
    margin-top: 80px;
    margin-right: 100px;
}

.carousel-control-next-icon{
    background: url(../eng_img/banner/right_arrow.png) no-repeat;
    width: 23px;
    height: 40px;
    margin-top: 80px;
    margin-left: 100px; 
}

@media(max-width:767px){
    .carousel{
        margin-top: 100px;
    }
    .carousel-control-prev-icon{
        margin-top: 50px;
        margin-right: 50px;
    }
    
    .carousel-control-next-icon{
        margin-top: 50px;
        margin-left: 50px; 
    }
}

@media(max-width:576px){
    .carousel{
        margin-top: 95px;
    }
}

@media(max-width:480px){
    .carousel{
        margin-top: 85px;
    }
}

/****   hp  *****/

.hpContent{
    padding-bottom: 50px;
    text-align: center;
}

.hpContent .title_box p{
    font-weight: bold;
    font-size: 30px;
}

.hpContent .title_box{
    position: relative;
    font-weight: bold;
    margin: 50px auto;
    letter-spacing: 3px;
}

.hpContent .title_box img{
    position: absolute;
    top: -10px;
    z-index: -1;
    right: 47%;
}

.hpContent .pro_box p{
    margin: 10px auto;
    display: grid;
}

.hpContent .pro_box .title{
    color: #28230e;
    font-size: 20px;
}

.hpContent .pro_box .subtitle{
    color: #818181;
    font-size: 18px;
}

.hpContent .pro_box{
    max-width: 302px;
    margin: auto;
}

.hpContent .owl-dots{
	display: none;
}

.hpContent .owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}

.hpContent .owl-theme .owl-nav {
    margin-top: 20px;
    position: initial;
    right: 0;
    display: block;
}

.hpContent .owl-theme .owl-nav .owl-prev{
    position: absolute;
    top: 100px;
    left: -20px;
}

.hpContent .owl-theme .owl-nav .owl-next{
    position: absolute;
    top: 100px;
    right: -25px;
    outline: none;
}

.hpContent .pro_box .item {
    overflow: hidden;
}

.hpContent .pro_box .item img{
    cursor: pointer;
	transition: all 0.6s;
}

.hpContent .pro_box .item:hover img{
    transform: scale(1.4);
}

@media (min-width: 1200px){
    .hpContent .container {
        max-width: 1400px;
    }
}

@media (max-width: 1200px){
    .hpContent .owl-theme .owl-nav .owl-prev{
        top: 100px;
    }
    .hpContent .owl-theme .owl-nav .owl-next{
        top: 100px;
    }
}

@media (max-width: 767px){
    .hpContent .title_box img{
        right: 45%;
    }
}

@media (max-width: 576px){
    .hpContent .title_box img{
        right: 42%;
    }
}


@media (max-width: 480px){
    .hpContent .owl-theme .owl-nav .owl-prev{
        top: 140px;
    }
    .hpContent .owl-theme .owl-nav .owl-next{
        top: 140px;
    }
}

/********  about *********/

.about_box{
    background: url(../eng_img/index/about_bg.jpg) no-repeat center;
    width: 100%;
    background-size: cover;
    min-height: 460px;
    position: relative;
    margin-bottom: 180px;
}

.about_box .text_box{
    background-color: #fffefa;
    border-bottom: 8px solid #be782b;
    top: 120px;
    text-align: center;
}

.about_box .black_text{
    color: #333333;
    font-size: 24px;
    font-weight: bold;
}

.about_box .logo_box{
    margin: 30px auto;
    display: inline-block;
}

.about_box .title{
    color: #8f5d23;
    font-size: 24px;
    width: 80%;
    margin: auto;
    line-height: 30px;
    margin-bottom: 10px;
}

.about_box .text{
    color: #333333;
    font-size: 19px;
    width: 98%;
    margin: auto;
}

.about_box .text_box a{
    background-color: #ffffff;
    border: 1px solid #d65e4a;
    padding: 5px 40px;
    display: inline-block;
    color: #d65e4a;
    font-size: 18px;
    margin: 30px auto 20px;
    text-decoration: none;
}



/****  application  *****/

.application{
    text-align: center;
}

.application .title_box p{
    font-weight: bold;
    font-size: 30px;
}

.application .title_box{
    position: relative;
    font-weight: bold;
    margin: 30px auto;
    letter-spacing: 3px;
    text-align: center;
}

.application .title_box img{
    position: absolute;
    top: -10px;
    z-index: -1;
    right: 47%;
}

.application .title{
    color: #8f5d23;
    font-size: 26px;
    font-weight: bold;
}

.application .text{
    font-size: 18px;
    margin: 0px auto 30px;
}


/*************************************/
/*                about              */
/*************************************/

.search{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.search_box input, button{
    color: #d69600;
    padding: 0;
    margin: 0;
    border: 0;
    background-color: transparent;
}

.search_box form{
    background-color: #ffe6aa;
    border: 1px solid #ffce57;
    height: 45px;
    margin-bottom: 20px;
}

.search_box input[type="text"]{
    width: 100%;
    height: 45px;
    font-size: 14px;
    line-height: 1;
    padding-left: 10px;
}

.search_box input[type="text"]::placeholder{
    color: #d69600;
}

.search_box button{
    position: relative;
    display: block;
    width: 84px;
    height: 45px;
    cursor: pointer;
}

.search_box #s-circle{
    position: relative;
    top: -5px;
    left: 50px;
    width: 20px;
    height: 20px;
    margin-top: 0;
    border-width: 15px;
    border: 2px solid #d69600;
    background-color: transparent;
    border-radius: 50%;
    transition: 0.5s ease all;
}

.search_box button .line{
    position: absolute;
    top: 20px;
    left: 40px;
    display: block;
    width: 45px;
    height: 2px;
    background-color: transparent;
    border-radius: 10px;
    transform: rotateZ(52deg);
    transition: 0.5s ease all;
}

.search_box button .line:before, button .line:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 15px;
    height: 2px;
    background-color: #d69600;
    border-radius: 10px;
    transform: rotateZ(0);
    transition: 0.5s ease all;
}

.search_box #s-cover:hover #s-circle{
    top: -1px;
    width: 20px;
    height: 2px;
    border-width: 0;
    background-color: #d69600;
    border-radius: 20px;
}

.search_box #s-cover:hover span{
    top: 70%;
    left: 45px;
    width: 25px;
    margin-top: -9px;
    transform: rotateZ(0);
}

.search_box #s-cover:hover button span:before{
    bottom: 8px;
    transform: rotateZ(52deg);
}

.search_box #s-cover:hover button span:after{
    bottom: -4px;
    transform: rotateZ(-52deg);
}
.search_box #s-cover:hover button span:before, #s-cover:hover button span:after{
    right: -6px;
    width: 15px;
    background-color: #d69600;
}

/*------- aside --------*/

.sidBtn {
    display: none;
}


.sideBar .title2{
    font-size: 26px;
    font-weight: bold;
    color: #d69600;
}

.sideBar .menu{
    float: right;
    padding-top: 5px;
}

.sidBtn{
	padding:0 7px;
	border-radius:5px;
	float:right;
	line-height:28px;
	display:none;
	opacity:0.8;
	font-weight:bold;
	font-size:26px;	
	cursor:pointer;
}


#sub .has-sub {
    font-size: 17px;
    padding: 14px 12px;
    background-color: #f5f2de;
    color: #121212;
    margin-bottom: 1px;
}

#sub a{
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #d7d1a0;
    margin: auto;
}

#sub a img{
    margin-right: 5px;
}

@media(max-width:991px){
    .sidBtn{
		display:block;
    }
    
	#sub ul{
		display:none;
	}

	.aside-open{
		display:block !important;
	}
}

#sub,
#sub ul,
#sub ul li,
#sub ul li a {
	margin: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    padding: 0px;
}

@media (max-width:991px){
    #sub {
	   width: 100%;
       display:none;
    }
    .sideBar .menu{
        float: none;
        padding-left: 10px;
        vertical-align: middle;
    }
    .sideBar .title2{
        height: 30px;
    }
}

/***** aside_end *****/

.banner_box{
    position: relative;
}

.banner_box p{
    position: absolute;
    top: 45%;
    left: 43%;
    color: #fff;
    font-size: 40px;
}

.banner_box sup{
    color: rgba(255,255,255,0.7);
}

.banner_menu{
    margin-top: 102px;
}

.content_box {
    margin-bottom: 80px;
}

.breadcrumb{
    background-color: #e8e8e8;
    color: #9c9368;
    margin-bottom: 50px;
    text-align: end;
}

.breadcrumb img{
    margin-right: 8px;
}

.box_right{
    margin-left: 50px;
}

.title_box span{
    font-size: 30px;
    font-weight: bold;
    color: #3c3c3c;
    margin-left: 10px;
}

.title_box hr{
    margin: 10px auto 30px;
    border: 1px solid #dcdcdc;
}

.about .box_right .title{
    color: #c10e0d;
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    margin-left:46px; 
    text-indent:-46px
}

.about .box_right .title img{
    margin-right: 8px;
}

.about .box_right p{
    font-size: 18px;
    margin: 10px auto;
    line-height: 28px;
}

.about .box_right .subtitle{
    color: #863939;
    font-size: 20px;
}

.about .bottom_title{
    color: #c10e0d;
    font-size: 24px;
    font-weight: bold;
}

.about .bottom_text span{
    color: #121212;
    font-weight: bold;
}

.history_img{
    margin-top: 20px;
}

@media(max-width:991px){
    .box_right{
        margin-left: 0px;
    }
    .banner_box p{
        top: 40%;
        left: 40%;
    }
}

@media(max-width:767px){
    .banner_box p{
        top: 35%;
        left: 35%;
        font-size: 35px;
    }
}

@media(max-width:576px){
    .banner_box p{
        font-size: 26px;
        top: 28%;
    }
}
@media(max-width:530px){
    .banner_menu{
        margin-top: 95px;
    }
}

@media(max-width:450px){
    .banner_menu{
        margin-top: 90px;
    }
}

@media(max-width:420px){
    .banner_menu{
        margin-top: 80px;
    }
}

/*************************************/
/*              process              */
/*************************************/

.process .process_img{
    margin-top: 20px;
}

/*************************************/
/*              product              */
/*************************************/

/*產品頁手風琴設定*/

.accordion_link img{
    margin-right: 5px;
}

.accordion_link .main{
    cursor: pointer;
    font-size: 17px;
    padding: 10px;
    background-color: #f5f2de;
    color: #121212;
    margin-bottom: 1px;
   -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-bottom: 1px solid #d7d1a0;
    align-items: center;
    width: 100%;
    text-decoration: none;
    display: block;
}

.accordion_link ul li a{
    color: #fff7e4;
    background-color: #c3c0ab;
    border-bottom: 1px dashed #9f9b7c;
    padding: 10px;
    padding-left: 25px;
    display: block;
}

.accordion_link ul li ul li a{
    background-color: #ffe6aa;
    border-bottom: 1px solid #ffce57;
    color: #d69600;
}


/**** 產品頁手風琴_end  ****/

.product .pro_box{
    margin-bottom: 20px;
    text-align: center;
}

.product .pro_box p{
    margin: 10px auto;
    display: grid;
    text-align: center;
    line-height: 22px;
}

.product .pro_box .title{
    color: #28230e;
    font-size: 20px;
    display: block;
}

.product .pro_box .subtitle{
    color: #818181;
    font-size: 18px;
}

.product .pro_box a{
    display: block;
    overflow: hidden;
}

.product .pro_box a img{
    cursor: pointer;
	transition: all 0.9s;
}

.product .pro_box a:hover img{
    transform: scale(1.4);
}


/*************************************/
/*           product detail          */
/*************************************/

.pro_del{
    text-align: center;
    margin-bottom: 30px;
}

.del_bottom{
    padding-bottom: 20px;
    border-bottom: 2px solid #dcdcdc;
}

.del_bottom .title_box hr{
    margin-bottom: 20px;
}

.del_bottom p{
    color: #818181;
    font-size: 17px;
    padding-left: 10px;
}

.del_bottom .headline{
    color: #818181;
    font-size: 18px;
    font-weight: bold;
}

.pro_delbox .back{
    background-color: #3e3f41;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 50px;
    display: table;
    margin: 40px auto;
    font-size: 18px;
}

.pro_delbox .back:hover{
    background-color: #8f5d23;
}

/*************************************/
/*                news               */
/*************************************/

.news_box{
    margin-top: 20px;
}

.news_con table{
    text-align: center;
    font-size: 18px;
}

.news_con table thead{
    background-color: #9c7049;
    color: #fff;
    font-size: 18px;
}
.news_con .table thead th{
    padding-top: 8px;
    padding-bottom: 8px;
}

.news_con table tbody tr:nth-child(even){
    background-color: #f7f3e6;
}

.news_con table th:first-child{
    width: 10%;
}

.news_con table th:nth-child(2){
    width: 20%;
}

.news_con table th:last-child{
    text-align: left;
}

.news_con table td{
    border-bottom: 1px solid #dcdcdc;
    padding: 8px;
}

.news_con table td:last-child{
    text-align: left;
}

.news_con table td a{
    color: #333333;
}

.news_con table td a:hover{
    color: #9c7049;
}

@media(max-width:600px){
    .news_con table tbody tr{
        border: 1px solid #296afe;
        display: block;
        margin-top: 20px;
    }
}

/*      news_detail     */

.news_detail{
    margin: auto;
    margin-top: 20px;
    font-size: 18px;
}

.news_detail tbody{
    background-color: #fcfcfb;
    border: 1px solid #dcdcdc;
}

.news_detail tbody tr{
    border-bottom: 1px solid #dcdcdc;
}

.news_detail tbody tr:last-child{
    border: 0px;
}

.news_detail tbody td{
    border: 0px;
}
    
.news_detail .det_title{
    width: 150px;
    background-color: #9c7049;
    font-size: 18px;
    color: #fff;
}

.news_detail .det_con{
    padding-left: 20px;
    text-align: left;
    color: #333333;
    line-height: 30px;
}

.news_detail .det_con img{
    width: 100%;
}

.news_detail a{
    color: #ffffff;
    text-decoration: none;
    padding: 8px 50px;
    display: table;
    margin: 40px auto;
    font-size: 18px;
    background-color: #3e3f41;
}

.news_detail a:hover{
    background-color: #8f5d23;
}

@media(max-width:991px){
    .news_box{
        width: 100%;
        margin-top: 0px;
    }
    .news_detail{
        width: 100%;
    }
    .news_detail .content_text{
        margin-right: 0px;
    }
}

@media (max-width:767px){
    .news_detail tbody tr{
        display: grid;
    }
    .news_detail table th:first-child{
        width: 100%;
        display: table-caption\0;
    }
    .news_detail .det_con{
        display:table-caption\0;
        background-color: #f5f5f5;
    }
}


@media screen and (max-width: 600px) {
    table {
      border: 0;
    }
    
    table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
    }

    table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: 16px;
      text-align: left;
    }
    
    table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase;
    }
    
  }

@media (max-width:480px){
    .news_detail .det_title{
        width: 120px;
    }
}

/*************************************/
/*               links               */
/*************************************/

.links_box img{
    margin-left: 15px;
}

.links_box ul{
    margin-top: 20px;
    margin-bottom: 30px;
}

.links .links_box ul li{
    list-style: none;
    font-size: 22px;
    font-weight: bold;
    color: #2a6285;
    display: table;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 5px;
}

.links .links_box ul li::before{
    content: "■";
    color: #5c97bb;
    margin: auto 10px;
    font-size: 15px;
    vertical-align: middle;
}

.links .links_box ul li img{
    float: right;
}




/*************************************/
/*             contact              */
/*************************************/


.con_form p{
    font-size: 18px;
}

.con_form .description{
    color: #333333;
    margin-bottom: 10px;
    font-size: 18px;
}

.con_form{
    font-size: 18px;
}

.con_form  input,
.con_form .contact_area{
    background-color: #e8e5d7;
    border: 1px solid #fffbea;
    margin-top: 15px;
    width: 100%;
    padding: 8px;
    color: rgb(146, 134, 134);
    font-size: 15px;
}


/*webkit瀏覽器專用*/
.con_form  ::-webkit-input-placeholder { color: #999583; }
/*Firefox 4-18瀏覽器專用*/
.con_form  input::-moz-placeholder { color: #999583; }
/*Firefox 19+瀏覽器專用*/
.con_form  input::-moz-placeholder{color:#999583;}
/*IE10瀏覽器專用*/
.con_form  input:-ms-input-placeholder{color: #999583;}



textarea::-webkit-input-placeholder { color: #999583; }
/* Firefox 19+ */
textarea::-moz-placeholder { color: #999583; }

textarea:-ms-input-placeholder { color: #999583;  }

.contact_form textarea:-ms-input-placeholder{color: #999583;}

.authcode_right{
    margin-top: 22px;
}

.contact_btn{
    text-align: center;
    margin-top: 50px;
}

.contact_btn li {
    display: inline-block;
    margin: 0 16px;
}

.contact_btn .btn_con{
    color: #fff;
    background-color: #3e3f41;
    font-size: 18px;
    border: 0px;
    cursor: pointer;
    width: 120px;
    height: 40px;
}
    
.contact_btn .btn_con:hover{
    background-color: #8f5d23;
}

.content_con .content_form{
    margin-top: 30px;
}

@media(max-width:767px){
    .con_form .description{
        margin-top: 20px;
    }
    .content_box .container{
        max-width: 100%;
    }
}

@media (max-width:508px){
    .contact_btn .btn_con{
        margin-bottom: 20px;
    }
}



/*************************************/
/*               page                */
/*************************************/

.page{
    text-align: center;
    clear: both;
    padding: 50px 0px 0px;
}

.page li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}

.page li a {
    display: block;
    font-size: 20px;
    color: #333333;
    text-decoration: none;
}

.page li .number{
    margin: 4px;
}

.page li .number:hover {
    color: #a17349;
}

.page li .underline {
    border: #a17349 solid;
    height: 28px;
    border-width: 0px 0px 2px;
    color: #a17349;
}


/*************************************/
/*               footer              */
/*************************************/


.footer_box{
    background: url(../eng_img/index/footer_bg.jpg) ;
    padding: 10px;
}

.footertext .title{
    color: #8f5d23;
    font-size: 28px;
    font-weight: bold;
}

.footertext .information{
    color: #a26611;
    font-size: 18px;
}

.footertext .link_box,.link{
    color: #d0a464;
    margin: 8px auto;
}

.footertext .link{
    padding: 5px;
    text-decoration: none;
    font-size: 17px;
}

.footertext .link:hover{
    color: #8f5d23;
}

.footer_logo{
    align-self: center;
}

.go_top {
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 1;
}

.copyright{
    padding: 10px;
    text-align: center;
    font-size: 15px;
    background-color: #1b1b1b;
    color: #bab185;
}
