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{
    background-color: #009944;
    border-bottom: 3px solid #10be5d;
}

header .container{
    padding: 0px;
}

.header_line{
    margin: 0px;
    border: 1px solid #007a36;
}

.logo{
    text-align: center;
    float: left;
    margin-top: 28px;
}

header .right_box{
    padding: 0px;
}

/********  lang  *********/

header .lang{
    text-align: right;
    margin-top: 10px;
}

header .lang.big_lang a{
    padding:5px 20px;
    background-color: transparent;
    color: #ffc45e;
    text-decoration: none;
    font-size: 18px;
    margin-right: 5px;
    border: 1px solid #ffc45e;
    cursor: pointer;
}

header .lang.big_lang a:hover{
    background-color: #f9e0b5;
    color: #009944;
}

header .lang.sm_lang a{
    padding:5px 20px;
    background-color: transparent;
    color: #ffc45e;
    text-decoration: none;
    font-size: 18px;
    margin-right: 5px;
    border: 1px solid #ffc45e;
    cursor: pointer;
    display: inline-block;
}

header .lang.sm_lang a:hover{
    background-color: #f9e0b5;
    color: #009944;
}

.sm_lang{
    display: none;
}

@media(max-width:991px){
    .big_lang{
        display: none;
    }
    .sm_lang{
        display: block;
    }
}

/********   nav   *********/


.navbar-expand-lg .navbar-collapse{
    justify-content: flex-end;
}

.navbar-nav{
    margin-top: 15px;
}

.navbar-dark .navbar-nav .nav-link{
    font-size: 20px;
    color: #fff;
    padding-right: .2rem;
    padding-left: 1.5rem;
}

@media(max-width:1200px){
    .navbar-dark .navbar-nav .nav-link{
        padding-left: .5rem;
    }
}

.carousel-indicators li{
    display: inline-block;
    width: 14px;
    height: 14px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    opacity:1;
    margin: auto 8px;
}

.carousel-indicators .active{
    box-sizing: border-box;
    background: #ffa200;
}

.carousel-control-next, .carousel-control-prev{
    opacity:1;
}

.carousel-control-prev-icon{
    background: url(../tw_img/banner/left_arrow.png) no-repeat;
    width: 23px;
    height: 40px;
    margin-top: 40px;
    margin-right: 100px;
}

.carousel-control-next-icon{
    background: url(../tw_img/banner/right_arrow.png) no-repeat;
    width: 23px;
    height: 40px;
    margin-top: 40px;
    margin-left: 100px;
}



/********  about *********/

.about_box{
    background: url(../tw_img/index/about_bg.jpg) no-repeat center;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
}

.about_box .title{
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
}

.about_box .title span{
    font-size: 32px;
    color: #ffa200;
    margin-left: 5px;
}

.about_box .text{
    font-size: 20px;
    margin-left: 10px;
    margin-right: 20px;
}

.more_box{
    text-align: right;
    margin-right: 60px;
    color: #35a768;
    font-size: 18px;
    margin-top: 20px;
}

.more {
    position: relative;
    top: -10px;
    width: 39px;
    height: 39px;
    margin-left: 10px;
}

.more_button {
    position: absolute;
    top: 0;
    overflow: hidden;
    width: 39px;
    height: 39px;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    transform: scaleX(1);
}

.more_button_hover {
    width: 39px;
    height: 39px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-position: 0 -39px;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transition: transform 0.4s cubic-bezier(0.075, 0.47, 0.435, 1.495);
}

.more_button_img .more_button_hover {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url(../tw_img/index/more.png);
}

.more_button_img {
    left: 0;
    background: url(../tw_img/index/more.png) no-repeat;
}
.more_button:hover .more_button_hover {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

@media(max-width:767px){
    .about_box{
        background-color: #fbf7e2;
    }
}

/****   hp  *****/

.hpContent{
    padding-top: 30px;
    padding-bottom: 50px;
    text-align: center;
}

.hpContent h3{
    font-weight: bold;
    margin-bottom: 0px;
}

.hpContent hr{
    width: 7%;
    border: 1px solid #ffa200;
    margin-top: 5px;
}

.hpContent .pro_box{
    padding: 10px;
}

.hpContent .pro_box a{
    text-decoration: none;
}

.pro_box a:hover img{
    border: 1px solid #2b955a;
}

.hpContent .owl-carousel .item p{
    padding: 10px;
    color: #333333;
    font-size: 18px;
}

.pro_box a:hover .item p{
    background-color: #2b955a;
    color: #ffffff;
    text-decoration: none;
}

.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{
    margin-right: 8px;
    position: absolute;
    top: 130px;
    left: -22px;
}

.hpContent .owl-theme .owl-nav .owl-next{
    margin-right: 8px;
    position: absolute;
    top: 130px;
    right: -30px;
}

/****** bottom_box ******/

.bottom_box{
    position: relative;
  
}

.bottom_box .catalog{
    background: url(../tw_img/index/index01.jpg) no-repeat center;
    background-size: cover;
    min-height: 450px;
}


.bottom_box .contact{
    background: url(../tw_img/index/index02.jpg) no-repeat center;
    background-size: cover;
    min-height: 450px;
}


.bottom_box .text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.bottom_box .title{
    font-size: 32px;
    font-weight: bold;
    color: #40d884;
}

.hovereffect {
    width: 100%;
    height: 100%;
}
  
.hovereffect .overlay {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
  
.hovereffect p {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    top: 25%;
}
  
.hovereffect:hover p {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
  
.hovereffect .info {
    display: inline-block;
    text-transform: uppercase;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin-top: 140px;
}
  
.hovereffect:hover .info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@media(max-width:480px){
    .hovereffect .info{
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .hovereffect p{
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px);
    }
}
  

/*************************************/
/*                about              */
/*************************************/



/*------- aside --------*/

.sidBtn {
    display: none;
}

.sideBar{
    background-color: #ffc056;
    padding:5px 20px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.aside_box{
    padding: 0px;
    left: -5%;
}

.sideBar .menu{
    float: right;
    padding-top: 5px;
}

.sidBtn{
	color:fff;
	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 a{
    text-decoration: none;
}

#sub .has-sub a{
    font-size: 18px;
    padding: 15px;
    background-color: #ffedcf;
    color: #333333;
}

#sub .has-sub a:hover{
    color: #9ac146;
}

#sub li:last-child a{
    border-radius: 0px 0px 20px 20px;
}

@media (max-width:991px){
	.sidBtn{
		display:block;
        margin-top: 6px;
	}

	#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;
    }
}


/*------- search --------*/

.search_box{
    background-color: #e5e5e5;
    padding: 12px 8px;
    margin-bottom: 20px;
}

.search {
    width: 100%;
    display: flex;
}
  
.search form{
    position: relative;
    width: 100%;
}

.search span{
    width:70px;
    align-self: center;
    font-size: 18px;
}

.searchTerm {
    width: 100%;
    border: 0px;
    padding: 5px;
    border-radius: 50px ;
    outline: none;
    min-height: 36px;
}
  
.searchButton {
    cursor: pointer;
    border: 0px;
    background:none;
    position: absolute;
    right: -6px;
    bottom: -1px;
}
  
.searchButton img{
    max-width: 36px;
    max-height: 36px;
}

.search input::-webkit-input-placeholder {color:#d6d6d6;} /* WebKit browsers */
.search input:-moz-placeholder { color:#d6d6d6;}/* Mozilla Firefox 4 to 18 */
.search input::-moz-placeholder {color:#d6d6d6;} /* Mozilla Firefox 19+ */
.search input:-ms-input-placeholder { color:#d6d6d6;}/* Internet Explorer 10+ */

/*------- search_end --------*/

.content_box {
    margin-bottom: 80px;
}

.breadcrumb{
    background-color: #fff;
    color: #aeaeae;
    margin-bottom: 50px;
}

.title_style .breadcrumb2{
    text-align: right;
}

.title_box hr{
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #9ac146 0%, #9ac146 50%, transparent 50%);
    background-size: 5px 1px;
    background-repeat: repeat-x;
    border: 0px;
    margin-top: 5px;
    margin-bottom: 40px;
}

.title_box{
    font-size: 26px;
    font-weight: bold;
    color: #1d7946;
}

.title_box img{
    margin-right: 10px;
    vertical-align: sub;
}

.com_con{
    text-align: center;
}

.com_con .title{
    font-size: 28px;
    font-weight: bold;
    margin: 30px auto 20px;
}

.com_con .title .orange{
    color: #ffa200;
}

.com_con .title .green{
    color: #009944;
}

.com_con .text{
    text-align: left;
    font-size: 18px;
    margin: 20px;
}

@media(max-width:1300px){
    .aside_box{
        left: 0;
    }
}

@media(max-width:991px){
    .aside_box .aside_img{
        display: none;
    }
    .aside_box{
        padding: 15px;
    }
}

/*************************************/
/*              product              */
/*************************************/

.product .product_box{
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.product .product_box a{
    color: #333333;
    text-decoration: none;
    display: block;
}

.product .product_box a:hover{
    color: #fff;
    border: 1px solid #2b955a;
}

.product .product_box p{
    padding: 10px;
}

.product .product_box a:hover p{
    background-color: #2b955a;
}

.prodel .del_text .title{
    font-size: 26px;
    font-weight: bold;
    color: #1d7946;
}

.prodel{
    margin-bottom: 20px;
}

.prodel .del_text hr{
    border: .5px dashed #9ac146;
    margin: 0px;
}

.prodel .del_text .pro_name{
    color: #6b6b6b;
    font-size: 18px;
    margin: 15px auto;
}

.inquiry_btn{
    display: flex;
    margin-top: 30px;
}
.inquiry_btn li{
    margin-right: 10px;
}

.inquiry_btn a{
    background-color: #d6e1bf;
    width: 125px;
    height: 45px;
    font-size: 17px;
    color: #507403;
    display: block;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
}

.inquiry_btn a:hover{
    background-color: #9ac146;
    color: #fff;
}

.sub_box hr{
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #9ac146 0%, #9ac146 50%, transparent 50%);
    background-size: 5px 1px;
    background-repeat: repeat-x;
    border: 0px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.sub_box{
    font-size: 22px;
    font-weight: bold;
    color: #1d7946;
}

.sub_box img{
    margin-right: 10px;
    vertical-align: sub;
}

.prodel_con img{
    margin: auto;
    display: block;
}

.prodel_con p{
    font-size: 18px;
    margin: 20px;
}

@media(max-width:1200px){
    .inquiry_btn{
        display: block;
    }

    .inquiry_btn a{
        width: 100%;
        height: 100%;
        margin-top: 10px;
    }
}

@media(max-width:360px){
    .inquiry_btn a{
        line-height: normal;
        padding: 10px;
    }
}


/*****   inquiry   *****/

.inquiry .table{
    text-align: center;
}

.inquiry .table thead{
    background-color: #9ac146;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.inquiry .table thead th{
    padding: 8px;
}

.inquiry .table tbody tr:nth-child(even){
    background-color: #fdfce8;
}

.inquiry .model{
    width: 45%;
    text-align: left;
}

.inquiry .amount{
    width: 30%;
    text-align: left;
}

.inquiry .amount input{
    width: 30%;
    background-color: #eeeeee;
    border: 1px solid #dcdcdc;
}

@media (max-width:680px){
	.inquiry thead {
		display: none;
	}

	.inquiry tr {
		display: block;
		overflow: hidden;
		margin-bottom: 15px;
		border: 1px solid rgba(0,0,0,0.15);
        border-top:none;
	}

	.inquiry tbody th{
		background: #9ac146;
		color: #fff;
        width: 100%;
        display: block;
	}

	.inquiry thead th, 
	.inquiry tbody td {
		display: block;
        width: 100%;
        text-align:center;
    }

    .inquiry .model{
        width: 100%;
        text-align: center;
    }

    .inquiry .amount{
        width: 100%;
        text-align: center;
    }
}

/*************************************/
/*                news               */
/*************************************/

.news_con table{
    text-align: center;
    font-size: 18px;
}

.news_con table thead{
    background-color: #9ac146;
    color: #fff;
    font-size: 20px;
}

.news_con table tbody tr{
    border-bottom: 1px dashed #e2e2c9;
}

.news_con table tbody tr:nth-child(even){
    background-color: #fdfce8;
}

.news_con table tbody td{
    border-top: 0px;
}

.news_con table th{
    padding: 10px;
}

.news_con table th:first-child{
    width: 10%;
}

.news_con table th:nth-child(2){
    width: 18%;
}

.news_con table th:last-child{
    text-align: left;
}

.news_con table td:last-child{
    text-align: left;
    display: block;
    color: #b2ca99;
}

.news_con table td a{
    color: #333333;
    text-decoration: none;
}

.news_con table td a:hover{
    border-bottom: 1px solid;
    color: #198248;
}

@media(max-width:600px){
    .news_con table tbody tr{
        border: 1px solid #9ac146;
        display: block;
        margin-bottom: 20px;
    }
    .news_con table td:last-child {
        margin-left: 0%;
    }
}


/*      news_detail     */

.news_detail{
    width: 95%;
    margin: auto;
}

.news_detail tbody tr{
    border: 1px solid #dcdcdc;
}

.news_detail .det_title{
    width: 150px;
    background-color: #9ac146;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    font-weight: bold;
}

.news_detail .det_con{
    padding-left: 20px;
    text-align: left;
    color: #333333;
    line-height: 30px;
    font-size: 18px;
}

.news_detail .det_con img{
    margin: 20px auto;
}

.news_detail .content_text{
    margin-right: 60px;
}

.news_detail a{
    padding: 8px 40px;
    color: #956208;
    background-color: #ffdea4;
    font-size: 18px;
    text-decoration: none;
    display: table;
    margin: 40px auto;
}


@media(max-width:991px){
    .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;
    }
}


@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 {
      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;
    }
}



/*************************************/
/*            ecatalog              */
/*************************************/

.ecatalog_box{
    text-align: center;
}

.ecatalog_box img{
    width: 100%;
}

.ecatalog_box a{
    position: relative;
    display: inline-block;
}

.ecatalog_box .ecat_hov{
    position: absolute;
}

.ecatalog_box .ecat_hov button{
    display: none;
    text-align: center;
}

.ecatalog_box a:hover .ecat_hov{
    background: url(../tw_img/other/ecat_hov.png) center;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.ecatalog_box a:hover .ecat_hov button{
    display: block;
    color: #fff;
    font-size: 18px;
    background-color: #ffaf29;
    border-radius: 5px;
    border: 0px;
    margin: 80% auto;
    padding: 8px 25px;
    cursor: pointer;
}

.ecatalog_box p{
    text-align: center;
    font-size: 20px;
    margin: 10px auto;
}

.ecatalog_box p .svg-inline--fa.fa-w-16{
    width: 12px;
    margin-right: 10px;
    color: #ff961b;
}

/****  ecatalog_page  ****/

.ecatalog_page{
    text-align: center;
}

.ecatalog_page .pagination{
    display: inline-block;
    margin: 20px auto 10px;
}

.ecatalog_page .pagination li{
    display: inline-block;
    margin: 5px auto;
}

.ecatalog_page .pagination a{
    display: block;
    font-size: 20px;
    color: #009944;
    border: 1px solid #009944;
    text-decoration: none;
    margin:auto 5px;
    padding:2px  10px ;
}

.ecatalog_page .pagination a:hover{
    background-color: #e7eedb;
}

.edmpt{
    display: inline-block;
    margin: 10px auto;
}

.edmpt a{
    text-decoration: none;
}

.ecatalog_page .btn_bk{
    padding: 5px 40px;
    color: #fff;
    background-color: #507403;
    font-size: 18px;
    text-decoration: none;
    display: table;
    border: 0px;
    cursor: pointer;
}

.ecatalog_page .btn_bk:hover{
    background-color: #9ac146;
}

/*************************************/
/*             contact              */
/*************************************/

.contact_box{
    margin: auto;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.map{
    -webkit-box-shadow: #c9c9c9 0px 0px 5px 2px;
    -moz-box-shadow: #c9c9c9 0px 0px 10px 5px 2px;
    box-shadow: #c9c9c9 0px 0px 10px 5px 2px;
}

.con_form p{
    font-size: 18px;
}

.con_form .description{
    color: #3f3f3f;
    font-size: 18px;
    margin: 20px auto;
}

.con_form .description span{
    color: #ef1700;
}

.con_form{
    font-size: 18px;
}

.con_form  input,
.con_form .contact_area{
    background-color: #fdf3e3;
    border: 1px solid #ffdca3;
    margin-top: 15px;
    width: 100%;
    padding: 8px 15px;
    color: rgb(146, 134, 134);
    font-size: 16px;
}


/*webkit瀏覽器專用*/
.con_form  ::-webkit-input-placeholder { color: #b2a897; }
/*Firefox 4-18瀏覽器專用*/
.con_form  input::-moz-placeholder { color: #b2a897; }
/*Firefox 19+瀏覽器專用*/
.con_form  input::-moz-placeholder{color:#b2a897;}
/*IE10瀏覽器專用*/
.con_form  input:-ms-input-placeholder{color: #b2a897;}



textarea::-webkit-input-placeholder { color: #b2a897; }
/* Firefox 19+ */
textarea::-moz-placeholder { color: #b2a897; }

textarea:-ms-input-placeholder { color: #b2a897;  }

.content_form textarea:-ms-input-placeholder{color: #b2a897;}

.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{
    padding: 8px 50px;
    color: #507403;
    background-color: #d6e1bf;
    font-size: 18px;
    text-decoration: none;
    display: table;
    margin: 20px;
    border: 0px;
    cursor: pointer;
}
    
.contact_btn .btn_con:hover{
    background-color: #9ac146;
    color: #fff;
}


.content_con .content_form{
    margin-top: 30px;
}


@media(max-width:991px){
    .contact_box{
        width: 100%;
    }
}

@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;
}

.page li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.page li i{
    font-size: 32px;
    vertical-align: sub;
}

.page li a {
    display: block;
    font-size: 20px;
    color: #648421;
    text-decoration: none;
}

.page li .number{
    padding:2px 12px;
    border: 1px solid #c7df94;
    border-radius: 50px;
}

.page li .number:hover {
    background-color: #e7eedb;
}




/*************************************/
/*               footer              */
/*************************************/

footer{
    background-color: #108444;
    color: #ffffff;
    font-size: 18px;
    border-top: 6px solid #085e2e;
    border-bottom: 1px solid #0c6935;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer_box .title{
    font-size: 22px;
    font-weight: bold;
    color: #84d407;
    margin-bottom: 5px;
}

.footer_box .address img{
    float: left;
    margin-right: 10px;
}

.footer_box .address span{
    display: grid;
}

.go_top {
    position: fixed;
    right: 2%;
    bottom: 10%;
    z-index: 1;
}

.copyright{
    padding: 10px 20px;
    text-align: center;
    background-color: #108444;
    color: #a7cb82;
    border-top: 1px solid #28a861;
}

@media(max-width:991px){
    .footer_box .title{
        margin-top: 5px;
    }
}