/* 修正粗體 */
@font-face {
	font-family: '微軟正黑體修正';
	unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
	font-style: normal;
	font-weight: 900;
	src: local(MS Gothic);
}

/* 一般粗細的時候改回微軟正黑 */
@font-face {
	font-family: '微軟正黑體修正';
	unicode-range: U+7db0, U+78A7, U+7B75; /* ASCII (碧筵綰) */
	font-style: normal;
	font-weight: normal;
	src: local(微軟正黑體);
}

body,h1, h2, h3, h4, h5, h6, p, .sf-menu li a, .sf-menu li a:visited, .more, .more[type="submit"], .more.gray:hover, .more.white:hover, .footer-row .more.gray:hover, .contact-data li .value, .accordion .ui-accordion-content, .contact-info .features-list li p, input, textarea, .text-select, .inquiry-table-list {
	font-family: 'Arial', "微軟正黑體修正","微軟正黑體", "Microsoft JhengHei", sans-serif!important;
}

body,p {
	font-weight: normal;
	font-size: 14px;
}

img {
    max-width: 100%;
    height: auto;
}

.animate, .row.dark-gray a, #carousel .slides > li, .features-list li .icon, .features-list li h4, .tabs-navigation li a, .tabs-navigation li a::after, .pagination li.left a, .pagination li.right a, .contact-form .flex-box input, .contact-form .flex-box textarea, .btn-delete{
	-webkit-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
}

/* font weight */
.font-weight-400 { font-weight: 400;}
.font-weight-600 { font-weight: 600;}

/* padding */

/* bg */
.dark-green { background: #668e68;}
.bg-gray { background: #F6F6F6; }
.bg-white { background: #fff;}
.bg-darkbrown { background: #5c592d;}
.bg-linepaper { background-image: url(../images/lined_paper.png);}

.bg-pattern_2 { background: url(../images/backgrounds/patterns/pattern_2.png);}
.bg-pattern_11 { background: url(../images/backgrounds/patterns/pattern_11.jpg);}

/* color */
.color-white {
   color: #fff !important;
}

/* half-circle */
.half-circle {
   padding-top: 5px;
}

.half-circle img {
   max-width: 60px;
   margin: 0 auto;
   display: block;
}

/* list */
.list-3th { display: inline-block; vertical-align: top;}
.list-3th { width: calc(100% / 3 - 20px);}

/* btn style */
.btn-w-icon { position: relative; padding-right: 50px !important;}
.btn-w-icon span.icon { position: absolute; top: 6px; right: 20px; font-size: 21px;}

.btn-green { background: #289842 !important; border-color: #289842 !important;}
.btn-green:hover { color: #289842 !important; background-color: #fff !important;}

.btn-blue { background: #007bb7 !important; border-color: #007bb7 !important;}
.btn-blue:hover { color: #007bb7 !important; background-color: #fff !important;}

.btn-border { border: 1px solid #555; background: transparent; color: #555;}
.btn-border:hover { border: 1px solid transparent; background: #ddd; color: #000;}

.btn-white { background: #fff; color: #555; border: 1px solid #fff;}
.btn-white:hover { background: #289842; border: 1px solid #289842; color: #fff;}

.btn-small { padding: 10px 20px !important;}

.hover-shadow:hover {
   box-shadow: 0 5px 5px rgba(0,0,0,0.3);
}

/* line style */
.wave-line {
   background-image: url(../images/wave-line.png);
   background-position: center;
   height: 23px;
   width: 100%;
   background-size: 122px;
   background-repeat: repeat-x;
   max-width: 500px;
   margin: 0 auto;
}

.margin-right-10 {
   margin-right: 10px;
}

/*--------------------------------
start. index*/

/*--------------------------------
start. header*/
.sf-menu li a {
   border-bottom: 4px solid transparent;
}

.sf-menu li a, .sf-menu li a:visited {
   font-size: 16px;
   padding-top: 23px;
   padding-bottom: 23px;
}

.sf-menu > li > a {
   margin-left: 32px;
   padding-left: 0;
}

body .header-container .menu-container .sf-menu>li:first-child>a {
   margin-left: 0;
}

.sf-menu li.active a {
   border-bottom: 4px solid #ffffff;
}

.header .logo a img {
   width: 250px;
}

.transparent-header-container .header-container.sticky.move#cm-sticky-clone {
   padding: 0;
}

.transparent-header-container .header-container.sticky.move .header .logo .logo-text, .transparent-header-container .header-container.sticky.move .header-icons-container a::before {
   padding-top: 18px;
   padding-bottom: 18px;
   font-size: 15px;
}

.transparent-header-container .header-container.sticky.move .sf-menu > li.active > a {
   border-color: #549e65;
   color: #549e65;
}

.transparent-header-container .header-container.sticky.move .sf-menu li a:visited {
   font-size: 14px;
}

.transparent-header-container .menu-container .sf-menu li ul li.active a {
   color: #549e65;
}

.transparent-header-container #cm-sticky-clone .secondary-logo {
   width: 240px;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
   top: 60px;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
}

.transparent-header-container .header-container.sticky.move span.cart-items-number {
   background: #549e65;
}

.lang-menu > a {
   font-size: 13px !important;
   padding-right: 5px !important;
}

.lang-menu .lang-icon {
   width: 20px;
}

.lang-menu .lang-icon.dark-icon {
   position: absolute;
   top: 23px;
   opacity: 0;
   right: 5px;
}

.header-container.sticky.move .lang-menu .lang-icon.dark-icon {
   opacity: 1;
}

.header-container.sticky.move .lang-menu .lang-icon.white-icon {
   opacity: 0;
}

.lang-flag {
   display: inline-block;
   padding-right: 8px;
   width: 19px;
}

.header-icons-container {
   width: 100px;
}

.header-icons-container a {
   top: -4px;
}

.header-container {
   padding: 15px 0 0;
}

.menu-container .sf-menu li ul li a, .menu-container .sf-menu li.selected ul li a, .menu-container .sf-menu li:hover ul li a {
   padding: 7px 16px;
   border-bottom: 1px solid #eee;
}

.menu-container .sf-menu li ul li:last-child a {
   padding-bottom: 10px;
   border-bottom: 0;
}

.menu-container .sf-menu li ul li:first-child a {
   padding-top: 10px;
}

.sf-menu li ul li, .sf-menu li ul {
   width: 190px;
}

.mobile-menu>li:first-child>a:first-child {
   background: #eee;
}

/*end. header
--------------------------------*/

/*--------------------------------
start. container*/

.tparrows.preview1 {
   width: 50px;
   height: 50px;
}

.box-header.no-underline::after {
   content: none;
}

h2.box-header {
   font-size: 23px;
}

h2.box-header::after {
   margin-top: 5px;
   width: 58px;
}

p.description {
   color: #555;
   letter-spacing: .8px;
   font-size: 16px;
   font-weight: 400;
   margin-top: 22px;
}

.features-list li .icon {
   display: inline-block;
   vertical-align: middle;
   margin: 10px 12px;
}

.features-list li .icon:before {
   color: #655046;
   font-size: 34px;
}

.features-list li:hover .icon, .features-list li:hover h4 {
   -moz-transform:translateY(-0.5em);
   -webkit-transform:translateY(-0.5em);
   -o-transform:translateY(-0.5em);
   -ms-transform:translateY(-0.5em);
   transform:translateY(-0.5em);
}

.features-list li p {
   padding-top: 10px;
}

.features-list li h4 {
   margin-top: 0;
   letter-spacing: 2px;
   font-size: 18px;
   color: #ffffff;
   background: #549e65;
   display: inline-block;
   padding: 2px 11px;
   vertical-align: middle;
   position: relative;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
}

.features-list li h4::before {
   content: '';
   position: absolute;
   top: 7px;
   width: 0;
   height: 0;
   border-style: solid;
}

.features-left li h4::before {
   left: 100%;
   border-width: 4px 0 4px 7px;
   border-color: transparent transparent transparent #549e65;
}

.features-right li h4::before {
   right: 100%;
   border-width: 4px 7px 4px 0;
   border-color: transparent #549e65 transparent transparent;
}

.more, .more[type="submit"], .more.gray:hover, .more.white:hover, .footer-row .more.gray:hover, .more.simple {
   padding: 7px 32px 7px;
   display: inline-block;
   line-height: 21px !important;
}

.services-list li {
   padding-bottom: 0;
}

.pro-title {
   background: #fff;
   text-align: center;
   padding: 15px;
}

.pro-title a {
   display: block;
   font-size: 15px;
   letter-spacing: 1px;
   color: #000;
   line-height: 1.5;
}

.box-header::after {
   background: #15a536;
}

.projects-list li {
   border-radius: 7px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   -ms-border-radius: 7px;
   -o-border-radius: 7px;
   margin-bottom: 10px;
   margin-right: 27px;
   border: 1px solid #ddd;
   box-shadow: 0 0 1px rgba(0,0,0,0.35);
}

.projects-list li .pro-title {
   margin-top: -2px;
}

.arrow-icon {
   font-size: 12px;
   padding-left: 8px;
   position: relative;
   top: -2px;
}

.slider-control {
   padding: 0;
   font-size: 15px;
   width: 32px;
   height: 32px;
   line-height: 30px;
   border: 1px solid rgba(0, 0, 0, 0.4);
   color: #000;
   text-align: center !important;
   text-decoration: none !important;
}

.slider-control.right {
   right: -45px;
}

.slider-control.left {
   left: -45px;
}

.dark-green .slider-control {
   border: 1px solid #fff;
   background: transparent;
}

.slider-control:hover {
   background: #72aa01;
   color: #fff;
}

.news-tag {
   font-size: 12px;
   display: inline-block;
   padding: 5px 9px;
   background: #655046;
   color: #fff;
   border-radius: 4px;
   letter-spacing: 1px;
}

.news-list li {
   position: relative;
   background-color: transparent;
}

.news-list li::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 100px 70px 0 0;
   border-color: rgba(255, 255, 255, 0.95) transparent transparent transparent;
   z-index: 1;
}

.news-list li a > img {
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
}

.news-date {
   position: absolute;
   top: 3px;
   left: 10px;
   z-index: 1;
   color: #549e65;
   font-weight: 600;
}

.news-date .month {
   top: 30px;
   position: absolute;
   width: 20px;
   font-size: 20px;
}

.news-date .day {
   border-bottom: 1px solid;
   padding-bottom: 4px;
   width: 39px;
   position: absolute;
   top: 7px;
   font-size: 14px;
   color: #888;
   font-weight: 400;
}

.idx-product-carousel li {
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   margin-bottom: 10px;
   margin-top: 10px !important;
   margin-right: 27px !important;
   overflow: hidden;
   border: 1px solid #ddd;
   box-shadow: 0 0 1px rgba(0,0,0,0.35);
}

.idx-product-carousel li h4 {
   padding: 20px 20px 10px;
}

.idx-product-carousel li p {
   padding-bottom: 20px;
   padding-top: 5px;
}

.counters-group.parallax {
   border-top: 5px solid #daccbf;
   border-bottom: 5px solid #daccbf;
}

.counters-group.parallax {
   height: 320px;
}

.counter-box .number {
   display: block;
}

.counter-box p {
   border: 2px solid rgba(255, 255, 255, 0.35);
   display: inline-block;
   padding: 5px;
   letter-spacing: 3px;
   font-size: 21px;
   background: rgba(0, 0, 0, 0.15);
   position: absolute;
   top: 120px;
}

.counter-box h4 {
   font-weight: 600;
   text-shadow: 0 3px 0px rgba(255,255,255,0.25);
   font-size: 55px;
   line-height: 55px;
   top: 55px;
   position: absolute;
}

.ornament::after {
   width: 12px;
   height: 12px;
}

span.number, span.odometer.number, .number-sign {
   display: none;
}

.circle-img {
   border: 1px solid #eee;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   padding: 15px;
   display: block;
}

.circle-img img.radius {
   padding: 0;
}

.revolution-slider h4, .revolution-slider h2 {
   font-family: 'Arial', "微軟正黑體修正","微軟正黑體", "Microsoft JhengHei", sans-serif!important;
}

.revolution-slider h4 {
   font-size: 21px;
}

.layout {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
}

.layout.dark {
   background: rgba(54, 59, 64, 0.4);
}

.map-box iframe {
   display: block;
}

.patent-list {
   text-align: center;
}

.patent-list ul li {
   display: inline-block;
   width: calc(100% / 9 - 15px);
   margin: 25px 11px 0px 0;
   box-shadow: 2px 2px 5px rgba(0,0,0,0.7);
}

.patent-list ul li img {
   display: block;
}

.accordion .thumb-image, .accordion img {
    width: auto;
    height: auto;
    float: none;
    margin-right: 0;
    display: initial;
}
.nutsmind-content-edit .row {
    width: auto;
}
/*end. container
--------------------------------*/

/*--------------------------------
start. footer*/
.row.dark-gray.dark {
   background-image: url(../images/f-bg.jpg);
   background-repeat: no-repeat;
   background-position: center;
   background-size: cover;
   position: relative;
   border-top: 5px solid #daccbf;
}

.layout-dark {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.3);
}

.f-link-box .list {
   margin-bottom: 0 !important;
}

.footer-row h6 {
   letter-spacing: 2px;
   position: relative;
   padding-left: 35px;
}

.f-icon {
   font-size: 21px;
   color: #e8e8e8;
   position: absolute;
   top: -4px;
   left: -10px;
   width: 35px;
   height: 35px;
   line-height: 35px;
   text-align: center;
   padding-left: 3px;
   background: #549e65;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
}

.f-logo img {
   width: 270px;
}

.f-slogan {
   padding: 6px 14px;
   border-radius: 10px;
   font-style: italic;
}

.site-container ul.list li {
   padding-top: 3px;
   padding-bottom: 3px;
   letter-spacing: 1px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.contact-data li {
   border-bottom-color: rgba(255, 255, 255, 0.07);
}

.site-container ul.list li:last-child {
   border-bottom: 0;
}

.contact-data li .value {
   padding: 3px 0 3px 15px;
   letter-spacing: 1px;
}

.row.dark-gray a, .footer-row p, .contact-data li {
   color: #fff;
}

.row.dark-gray a:hover {
   color: #fff;
   text-decoration: none;
   background: rgba(255, 255, 255, 0.2);
}

.f-logo-box {
   width: 270px;
   float: left;
}

.f-link-box {
   width: 270px;
   float: right;
   margin-left: 70px;
   margin-right: 20px;
}

.f-qrcode {
   float: right;
   width: 110px;
}

.f-info-box {
   width: 380px;
   float: right;
   margin-right: 20px;
}

.copyright {
   font-size: 13px;
   border-top: 1px solid rgba(255, 255, 255, 0.07);
   margin-top: 25px;
}

.scroll-top.animated-element {
   border-radius: 50%;
   width: 35px;
   padding: 0;
   height: 35px;
   line-height: 32px;
   border: 1px solid rgba(255, 255, 255, 0.15);
   box-shadow: 0 5px 10px rgba(0,0,0,0.25);
}

.footer-row .social-icons {
   padding-top: 10px;
}

.footer-row .social-icons li {
   margin-right: 6px;
   margin-left: 0;
   float: right;
}

.footer-row .social-icons li:first-child {
   margin-right: 0;
}

.footer-row .social-icons li a {
   padding: 0;
   box-shadow: 0 2px 5px rgba(0,0,0,0.35);
   height: 30px;
   width: 30px;
   line-height: 28px;
}

.footer-row .social-icons li a:hover {
   -moz-transform:scale(1.15);
   -webkit-transform:scale(1.15);
   -o-transform:scale(1.15);
   -ms-transform:scale(1.15);
   transform:scale(1.15);
   box-shadow: 0 5px 5px rgba(0,0,0,0.35);
}

.footer-row .social-icons li a img {
   width: 18px;
   display: inline-block;
   vertical-align: middle;
}

.footer-row .social-icons li a.social-instagram {
   background: rgb(252,209,105);
   background: -moz-linear-gradient(45deg, rgba(252,209,105,1) 0%, rgba(253,126,45,1) 20%, rgba(250,28,87,1) 50%, rgba(199,31,176,1) 80%, rgba(73,64,233,1) 100%);
   background: -webkit-linear-gradient(45deg, rgba(252,209,105,1) 0%,rgba(253,126,45,1) 20%,rgba(250,28,87,1) 50%,rgba(199,31,176,1) 80%,rgba(73,64,233,1) 100%);
   background: linear-gradient(45deg, rgba(252,209,105,1) 0%,rgba(253,126,45,1) 20%,rgba(250,28,87,1) 50%,rgba(199,31,176,1) 80%,rgba(73,64,233,1) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcd169', endColorstr='#4940e9',GradientType=1 );
}

.footer-row .social-icons li a.social-facebook {
   background-color: #3b559f;
}

.footer-row .social-icons li a.social-line {
   background-color: #00b900;
}

/*end. footer
--------------------------------*/

/*end. index
--------------------------------*/




/*--------------------------------
start. in*/
.page-header {
   margin: 0;
   padding: 0;
   border: 0;
}

.inner-header {
   background: rgba(0, 0, 0, 0.35);
}

.inner-header .header-container {
   padding: 0;
}

.page-header-left h1 {
   letter-spacing: 1px;
   font-size: 19px;
   text-transform: uppercase;
}

.page-header>.row {
   padding: 10px 0;
}

.bg-darkbrown .page-header-left h1 {
   letter-spacing: 2px;
   font-size: 21px;
   font-weight: 600;
}

.bg-darkbrown .bread-crumb li, .bg-darkbrown .page-header-left h1 {
   color: #fff;
}

.bread-crumb li {
   float: left;
   margin-right: 10px;
   position: relative;
   padding-right: 20px;
}

.bread-crumb li:after {
   content: '/';
   position: absolute;
   right: 0;
   top: 0;
}

.bread-crumb li:last-child {
   padding-right: 0;
}

.bread-crumb li:last-child:after {
   content: none;
}

.pagination {
   margin-bottom: 0;
}

.pagination li a, .pagination li span {
   width: 30px;
   height: 30px;
   line-height: 30px;
   padding: 0;
   color: #555;
   border: 0;
   float: none;
   margin-left: 0;
}

.pagination li.left a:hover, .pagination li.right a:hover {
   background: transparent;
   padding-left: 15px;
}

/* product list */

.tabs-navigation.small li a {
   letter-spacing: 1px;
   padding: 12px 20px 12px;
   position: relative;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
}

.tabs-navigation li a:hover::after, .tabs-navigation li a.selected::after, .tabs-navigation li.ui-tabs-active a::after {
   content: '';
   position: absolute;
   top: 100%;
   left: 50%;
   margin-left: -10px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 8px 10px 0 10px;
   border-color: #549e65 transparent transparent transparent;
}

.product-list-box li {
   border: 1px solid #ddd;
   box-shadow: 0 0 1px rgba(0,0,0,0.35);
}

.product-list-box .list-3th {
   margin-right: 20px;
   margin-top: 20px;
   width: calc(100% / 3 - 18px);
}

.product-list-box .list-3th:nth-child(3n) {
   margin-right: 0;
}

/* product in */
.single-left, .single-right {
   display: inline-block;
   vertical-align: top;
}

.single-left {
   width: 606px;
}

.single-right {
   width: calc(100% - 610px);
   padding-left: 55px;
}

.responsive-table {
   display: block;
   overflow: auto;
}

.single-table thead tr {
   background: #636363 !important;
   color: #fff;
}

.single-table thead tr td {
   letter-spacing: 1px;
}

.single-table tr td {
   padding: 14px;
   border: 1px solid #d8d8d8;
   width: 260px;
}

.single-table td:last-child, .single-table th:last-child {
   text-align: left;
}

.single-table tr, .single-table tr:nth-child(odd) {
   background: #f5f5f5;
}

.single-table tr td {
   padding: 12px;
}

.single-btn-list > a {
   margin-right: 6px;
}

.arrow-top-right .slider-control {
   position: absolute;
   top: -53px;
   right: 0;
}

.arrow-top-right .slider-control.left {
   right: 42px;
   left: auto;
}

.accordion .ui-accordion-header {
   padding: 12px 11px 12px 16px;
   box-shadow: 0 3px rgba(0,0,0,0.25);
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
}

.accordion .ui-accordion-header.ui-state-active {
   box-shadow: none;
   border-radius: 5px 5px 0 0;
   -webkit-border-radius: 5px 5px 0 0;
   -moz-border-radius: 5px 5px 0 0;
   -ms-border-radius: 5px 5px 0 0;
   -o-border-radius: 5px 5px 0 0;
}

.accordion .ui-accordion-header h4 {
   font-size: 16.5px;
   font-weight: 600;
   letter-spacing: 2px;
}

.accordion .ui-accordion-content {
   padding: 20px;
   border-radius: 0 0 8px 8px;
   -webkit-border-radius: 0 0 8px 8px;
   -moz-border-radius: 0 0 8px 8px;
   -ms-border-radius: 0 0 8px 8px;
   -o-border-radius: 0 0 8px 8px;
   background: #fff;
   box-shadow: 0 3px 9px rgba(0,0,0,0.25);
}

.accordion .ui-accordion-header .ui-accordion-header-icon {
   color: #3c3918;
}

.accordion li {
   margin-top: 30px;
}

.pro-info-box .row {
    width: auto;
}

/* checkbox style */
.label-cbx {
   user-select: none;
   cursor: pointer;
   display: block;
   padding-right: 0;
   margin: 10px 0;
}
.label-cbx input:checked + .checkbox {
   border-color: #d45c31;
}
.label-cbx input:checked + .checkbox svg path {
   fill: #d45c31;
}
.label-cbx input:checked + .checkbox svg polyline {
   stroke-dashoffset: 0;
}
.label-cbx:hover .checkbox svg path {
   stroke-dashoffset: 0;
}
.label-cbx .checkbox {
   position: relative;
   top: 0;
   display: inline-block;
   margin-right: 2px;
   width: 14px;
   height: 14px;
   border: 1px solid #929292;
   background: #fff;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -ms-border-radius: 3px;
   -o-border-radius: 3px;
   margin: 0;
}
.label-cbx .checkbox svg {
   position: absolute;
   top: -1px;
   left: -1px;
}
.label-cbx .checkbox svg path {
   fill: none;
   stroke: #d45c31;
   stroke-width: 2;
   stroke-linecap: round;
   stroke-linejoin: round;
   stroke-dasharray: 71px;
   stroke-dashoffset: 71px;
   transition: all 0.6s ease;
}
.label-cbx .checkbox svg polyline {
   fill: none;
   stroke: #FFF;
   stroke-width: 2;
   stroke-linecap: round;
   stroke-linejoin: round;
   stroke-dasharray: 18px;
   stroke-dashoffset: 18px;
   transition: all 0.3s ease;
}
.label-cbx > span {
   pointer-events: none;
   vertical-align: top;
   font-size: 15px;
   font-weight: 600;
}

.cntr {
   position: absolute;
   top: 45%;
   left: 0;
   width: 100%;
   text-align: center;
}

.invisible {
   position: absolute;
   z-index: -1;
   width: 0;
   height: 0;
   opacity: 0;
}
/* end. checkbox style */


#slider.flexslider {
   border: 1px solid #ccc;
   margin-bottom: 20px;
   border-radius: 12px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   -ms-border-radius: 12px;
   -o-border-radius: 12px;
}

#slider.flexslider .slides li img {
   border-radius: 12px;
   -webkit-border-radius: 12px;
   -moz-border-radius: 12px;
   -ms-border-radius: 12px;
   -o-border-radius: 12px;
}

#carousel {
   margin-bottom: 15px;
   border: 0;
   background: transparent;
}

#carousel .flex-viewport {
   padding: 7px 0;
   background: transparent;
}

#carousel .slides > li {
   border: 1px solid #ccc;
   overflow: hidden;
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
   cursor: pointer;
}

#carousel .slides > li.flex-active-slide, #carousel .slides > li:hover {
   box-shadow: 0 2px 5px rgba(0,0,0,0.25);
   -moz-transform:translateY(-0.35em);
   -webkit-transform:translateY(-0.35em);
   -o-transform:translateY(-0.35em);
   -ms-transform:translateY(-0.35em);
   transform:translateY(-0.35em);
}

#slider.flexslider .flex-direction-nav .flex-next, #slider.flexslider .flex-direction-nav .flex-prev {
   right: -34px;
   opacity: 1;
   height: 40px;
   width: 30px;
   text-align: center;
   line-height: 40px;
}

#slider.flexslider .flex-direction-nav .flex-prev {
   right: auto;
   left: -34px;
   border-radius: 9px 0 0 9px;
   -webkit-border-radius: 9px 0 0 9px;
   -moz-border-radius: 9px 0 0 9px;
   -ms-border-radius: 9px 0 0 9px;
   -o-border-radius: 9px 0 0 9px;
}

#carousel .flex-direction-nav .flex-next, #carousel .flex-direction-nav .flex-prev {
   height: 18px;
   width: 18px;
   opacity: 1;
   margin-top: -10px;
}

#carousel .flex-direction-nav .flex-next {
   right: 10px;
}

#carousel .flex-direction-nav .flex-prev {
   left: 10px;
}

.flex-direction-nav a:before {
   font-size: 20px;
   color: #777;
}

.title-w-icon {
   position: relative;
   padding-left: 50px;
}

.title-w-icon .icon {
   font-size: 27px;
   color: #ffffff;
   position: absolute;
   top: 0;
   left: 0;
   width: 41px;
   height: 40px;
   line-height: 44px;
   text-align: center;
   background: #549e65;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
}

/* news */
.categories li a {
   letter-spacing: 1px;
   padding: 10px 20px 10px;
   position: relative;
   width: 90%;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
}

.categories li.active a {
   background: #549e65;
   color: #FFF;
}

.categories li.active a::before, .categories li:hover a::before {
   position: absolute;
   content: '';
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 8px 0 8px 8px;
   border-color: transparent transparent transparent #549e65;
   top: 50%;
   left: 100%;
   transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -o-transform: translateY(-50%);
}

.column-3-4 .blog.small .post-image {
   width: 300px;
}

.column-3-4 .blog .post-content {
   width: 540px;
}

.blog>li {
   margin-top: 20px;
}

.blog.small .post-image {
   position: relative;
}

.blog.small .post-image::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 105px 75px 0 0;
   border-color: rgba(255, 255, 255, 0.95) transparent transparent transparent;
   z-index: 1;
}

.blog.small a.post-image>img {
   border-radius: 10px;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
}

.blog.small .post-content-details-container {
   padding-bottom: 0;
}

.blog .post-content-details li {
   font-size: 12px;
   display: inline-block;
   padding: 5px 9px;
   background: #655046;
   color: #fff;
   margin-right: 5px;
   letter-spacing: 1px;
   border-radius: 4px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   -ms-border-radius: 4px;
   -o-border-radius: 4px;
}

.blog .post-content .news-info a.read-more {
   display: block;
   text-align: right;
   font-size: 15px;
}

/* news in */
.post.single h3 {
   margin-bottom: 5px;
   margin-top: 15px;
   font-weight: 600;
   font-size: 21px;
}

.blog .post-content-details-container {
   padding: 10px 0;
}

.blog .post-content-details li::after {
   content: none;
}

/* contact */
.column-1-2 .contact-map {
   height: 300px;
}

.contact-info .features-list li p {
   font-size: 15px;
}

.contact-info .features-list li .icon {
   margin-left: 0;
}

.contact-form .flex-box label {
   font-size: 15.5px;
   color: #549e65;
}

.contact-form .flex-box input, .contact-form .flex-box textarea {
   border: 1px solid #549e65;
   color: #717171;
}

.contact-form .flex-box input {
   height: 75px;
}

.contact-form .flex-box input:hover, 
.contact-form .flex-box textarea:hover, 
.contact-form .flex-box input:focus, 
.contact-form .flex-box textarea:focus {
   box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1);
   background: #f9f9f9;
}

.contact-form .btn-submit {
   text-align: right;
}

.contact-form .flex-box fieldset.column.column-1-3 {
   width: 391px;
}


/* inquiry */
.table-scroll {
   overflow-x: auto;
   display: block;
}

.inquiry-table-list table tr td {
   width: 90px;
   border: 1px solid #e6e6e6;
   padding: 15px;
}

.inquiry-table-list table thead tr td {
   background: #549e65;
   color: #fff;
}

.inquiry-table-list table tbody tr td {
   padding: 8px 16px;
}

.inquiry-table-list table tbody tr:nth-child(even) {
   background: #f9f9f9;
}

.inquiry-table-list table tr td.qty-td, .inquiry-table-list table tr td.qty-td input, .inquiry-table-list table tr td.number-td, .inquiry-table-list table tr td.img-td, .inquiry-table-list table tr td.option-td {
   text-align: center;
}

.inquiry-table-list table tr td.number-td {
   width: 75px;
}

.inquiry-table-list table tr td.img-td {
   width: 150px;
}

/* 給ie吃的 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .inquiry-table-list table tr td.img-td {
      max-width: 150px;
   }

   .inquiry-form.contact-form .flex-box textarea {
      height: calc(100% - 65px);
   }
}

.inquiry-table-list table tr td.name-td {
   width: 700px;
}

.inquiry-table-list table tr td.qty-td input {
   width: 105px;
   height: 34px;
   padding: 6px;
   box-shadow: inset 1px 1px 3px rgba(0,0,0,0.1);
}

.btn-delete {
   background: #444;
   color: #fff;
   width: 21px;
   height: 21px;
   line-height: 18px;
   display: inline-block;
   font-size: 16px;
   text-align: center;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
}

.btn-delete:hover {
   text-decoration: inherit;
   background: #e60012;
   color: #fff;
}

.pull-left {
   float: left;
}

.pull-right {
   float: right;
}

.text-select {
   padding: 37px 15px 17px 15px;
   padding-top: 37px;
   font-size: 14px;
   width: 100%;
   margin-top: 0;
   margin-bottom: -1px;
   border: 1px solid #549e65;
   color: #717171;
   background-image: linear-gradient(45deg, transparent 50%, #549e65 55%), linear-gradient(132deg, #549e65 55%, transparent 50%);
   background-position: calc(100% - 20px) calc(100% - 16px), calc(100% - 15px) calc(100% - 16px);
   background-size: 5px 5px, 5px 5px, 1px 1.5em;
   background-repeat: no-repeat;
   -webkit-appearance: none;
   -moz-appearance: none;
   border-radius: 0;
   -webkit-border-radius: 0;
   -moz-border-radius: 0;
   -ms-border-radius: 0;
   -o-border-radius: 0;
   height: 75px;
}

@-moz-document url-prefix() { 
   .text-select {
      padding: 37px 15px 16px 15px;
   }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .text-select {
      padding: 31px 15px 16px 15px;
   }     
}

.inquiry-form.contact-form .flex-box textarea {
   height: calc(100% - 73px);
}

.inquiry-form.contact-form .flex-box label+textarea {
   margin-top: -1px;
}

.checkbox-list {
   padding: 12px 15px;
   padding-top: 44px;
   margin-top: -1px;
   border: 1px solid #549e65;
   color: #666;
   border-top: 0;
}

.editor-content p {
   padding: 0;
}


@media (min-width: 1200px) {
   .margin-lg-top--40 {
      margin-top: -40px;
   }
}


@media (max-width: 1189px) {
   .inner-header .header-container {
      padding-top: 12px;
   }

   .header .logo {
      padding-bottom: 0;
   }

   .sf-menu li a, .sf-menu li a:visited {
      padding-top: 18px;
      padding-bottom: 18px;
   }

   .f-logo-box, .f-info-box, .f-link-box {
      margin-bottom: 35px;
   }

   .f-logo-box {
      width: 100%;
      float: none;
   }

   .f-link-box {
      margin-left: 20px;
      margin-right: 0;
   }

   .f-info-box {
      width: 350px;
   }

   .f-link-box {
      width: 240px;
   }

   .transparent-header-container .header-container.sticky.move#cm-sticky-clone {
      padding-top: 12px;
   }

   .single-left {
      width: 350px;
   }

   .single-right {
      width: calc(100% - 430px);
   }

   .single-btn-list > a {
      width: auto;
      display: block;
      margin-bottom: 10px;
      margin-right: 0;
      padding: 5px 10px;
   }

   span.number, span.odometer.number, .number-sign {
      font-size: 45px;
   }

   .patent-list ul li {
      width: calc(100% / 6 - 15px);
   }

   .column-3-4 .blog.small .post-image {
      width: 262px;
   }

   .column-3-4 .blog .post-content {
      width: 262px;
   }
}

@media (max-width: 991px) {
   .slider-control.right {
      right: 5px;
   }

   .slider-control.left {
      left: 5px;
   }

   .slider-control.right, .slider-control.left {
      top: 50%;
      margin-top: -16px;
      opacity: .75;
   }

   .arrow-top-right .slider-control {
      top: -42px;
      margin-top: 0;
   }

   .features-list li h4 {
      font-size: 14px;
   }
}

@media (max-width: 767px){
   /*g-recaptcha*/
   .g-recaptcha {
      transform: scale(0.82);
      -webkit-transform: scale(0.82);
      transform-origin: 0 0;
      -webkit-transform-origin: 0 0;
   }

   .mobile-menu-switch {
      position: absolute;
      right: 0;
      top: -10px;
   }

   .mobile-menu-switch .line {
      width: 21px;
      height: 1px;
   }

   .mobile-menu-switch .line:nth-child(1) {
      top: 20px;
   }

   .mobile-menu-switch .line:nth-child(2), .mobile-menu-switch .line:nth-child(3) {
      top: 26px;
   }

   .mobile-menu-switch .line:nth-child(4) {
      top: 32px;
   }

   .header-icons-container {
      position: absolute;
      top: 7px;
      right: 40px;
      width: auto;
   }

   .header-icons-container a {
      top: -12px;
      padding: 14px 11px;
      float: right;
   }

   .collapsible-mobile-submenus>li a.template-arrow-menu {
      background: #f3f3f3;
   }

   .collapsible-mobile-submenus>li a.template-arrow-menu.template-arrow-expanded {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
   }

   .collapsible-mobile-submenus>li a.template-arrow-menu.template-arrow-expanded::before {
      content: "\66";
   }

   .collapsible-mobile-submenus .template-arrow-menu+ul li a {
      background: #f7f7f7;
   }

   p.description {
      font-size: 15px;
   }

   .mobile-menu-container {
      top: -5px;
   }

   .inner-header .header-container {
      padding: 14px 0;
   }

   .page-header-right {
      margin-top: 0px;
   }

   .bread-crumb-container {
      padding: 0;
   }

   .bg-darkbrown .page-header-left h1 {
      font-size: 18px;
      line-height: 1.3;
   }

   .f-info-box, .f-link-box {
      width: 100%;
      margin-right: 0;
   }

   .f-link-box {
      margin-left: 0;
   }

   .f-icon {
      left: 0;
   }

   .footer-row h6 {
      padding-left: 45px;
   }

   .header {
      position: relative;
   }

   .header .logo a img {
      width: 100%;
   }

   .header .logo {
      width: 170px;
   }

   .tabs-navigation.small {
      display: block;
   }

   .tabs-navigation.small li {
      float: none;
      margin-right: 0;
   }

   .tabs-navigation.small li a {
      padding: 5px 10px 5px;
   }

   .product-list-box .list-3th {
      width: calc(100% / 2 - 27px);
   }

   .product-list-box .list-3th:nth-child(3n) {
      margin-right: 32px;
   }

   .product-list-box .list-3th:nth-child(2n) {
      margin-right: 0px;
   }

   .single-left, .single-right {
      width: 100%;
   }

   .single-right {
      padding-left: 0;
   }

   .projects-list li {
      box-shadow: none;
   }

   .cm-preload>img {
      border: 0 !important;
   }

   .padding-left-right-35 {
      padding: 0;
   }

   ul.projects-list.horizontal-carousel li {
      width: 460px;
   }

   .choice-color {
      min-width: 180px;
   }

   .accordion .ui-accordion-content {
      padding: 10px 0;
      box-shadow: none;
   }

   .counter-box h4 {
      font-size: 36px;
      line-height: 36px;
   }

   .counter-box p {
      font-size: 16px;
      top: 100px;
   }

   .single-table thead {
      display: none;
   }

   .single-table tr {
      border-bottom: 10px solid #fff;
      background: #fff !important;
   }

   .single-table tr:last-child {
      border-bottom-width: 1px;
   }

   .single-table td:before {
      content: attr(data-label);
      float: left;
      text-align: left;
      font-weight: 400;
      width: 150px;
      font-size: 12px;
   }

   .single-table tr td {
      padding: 12px;
      display: block;
      width: auto;
      text-align: right;
      border: 1px solid #ccc;
      border-bottom: 0;
      font-weight: 600;
   }

   .single-table tr td:last-child {
      border-bottom: 1px solid #ccc;
   }

   .single-table tr td:first-child {
      background-color: #636363 !important; 
      color: #Fff;
   }

   .d-mobile-flex {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }

   .d-mobile-none {
      display: none;
   }
   
   .f-qrcode, .f-info-box, .f-link-box {
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%;
      float: none;
   }

   .f-link-box {
      -ms-flex-order: 1;
      order: 1; 
   }

   .f-info-box {
      -ms-flex-order: 2;
      order: 2; 
   }

   .f-qrcode {
      -ms-flex-order: 3;
      order: 3;
      text-align: center;
   }

   .f-qrcode img {
      width: 100px;
   }

   .slider-control {
      background: #fff;
   }

   .idx-product-carousel li {
      width: 460px !important;
   }

   .patent-list ul li {
      width: calc(100% / 3 - 15px);
      margin-top: 10px;
   }

   .patent-list ul li:nth-child(3n) {
      margin-right: 0;
   }

   .footer-row .social-icons li {
      float: none;
      display: inline-block;
      margin-left: 0;
      margin-right: 0;
      vertical-align: top;
   }

   .categories li a {
      width: auto;
      padding: 5px 10px 5px;
      display: block;
      text-align: center;
   }

   .categories li.active a::before, .categories li:hover a::before {
      border-width: 8px 10px 0 10px;
      border-color: #549e65 transparent transparent transparent;
      top: 110%;
      left: 50%;
      margin-left: -10px;
   }

   .blog.small .post-image {
      margin-right: 0;
      margin-bottom: 16px;
   }

   .blog .post-content .news-info a.read-more {
      text-align: left;
   }

   .column .blog.small .post-image, .column .blog .post-content {
      width: 100%;
   }

   .post.single h3 {
      font-size: 18px;
   }

   .contact-form .flex-box label+input {
      padding-top: 30px;
   }

   .contact-form .btn-submit {
      text-align: center;
   }

   .contact-form .btn-submit-box {
      margin-top: 15px !important;
   }

   .inquiry-btn-box .more {
      padding: 3px 14px;
      font-size: 13px;
   }

   /* 原始的table */
   /* .inquiry-table-list table tbody tr td {
      padding: 8px;
   }

   .inquiry-table-list table tr td {
      min-width: 58px;
      padding: 5px 8px;
   }

   .inquiry-table-list table tr td.img-td {
      min-width: 60px;
   }

   .inquiry-table-list table tr td.qty-td {
      min-width: 65px;
   }

   .inquiry-table-list table tr td.qty-td input {
      width: 55px;
   }

   .inquiry-table-list table tr td.name-td {
      min-width: 210px;
   }

   .inquiry-form.contact-form .flex-box textarea {
      height: auto;
   } */


   /* 變成block的table */
   .inquiry-table-list table thead {
      display: none;
   }

   .inquiry-table-list tbody tr {
      border-bottom: 15px solid #fff;
      position: relative;
      display: block;
   }

   .inquiry-table-list table tbody tr td {
      display: block;
      width: 100% !important;
      max-width: 100%;
      padding: 8px;
      margin-top: -1px;
      border: 1px solid #ccc;
   }

   .inquiry-table-list table tbody tr:nth-child(even) {
      background: inherit;
   }

   .inquiry-table-list table tr td.number-td {
      width: 40px;
      color: #fff;
      background: #549e65;
      padding-bottom: 5px;
      padding-top: 5px;
      font-size: 18px;
      font-weight: 600;
   }

   .inquiry-table-list table tr td.qty-td {
      background: #eee;
   }

   .inquiry-table-list table tr td.qty-td input {
      border: 1px solid #ccc;
   }

   .inquiry-table-list table tbody tr td.qty-td:before {
      content: attr(data-label);
      text-align: left;
      font-weight: 400;
      width: 150px;
      font-size: 12px;
      padding-right: 15px;
   }

   .inquiry-table-list table tr td.option-td {
      padding: 0;
      border: 0;
   }

   .inquiry-table-list table tr td.option-td .btn-delete {
      position: absolute;
      top: 40px;
      right: 16px;
      width: 25px;
      height: 25px;
      line-height: 21px;
      font-size: 20px;
   }

   .inquiry-table-list table tr td.option-td .btn-delete > span {
      right: 1px;
      position: relative;
   }

   .inquiry-table-list table tr td.img-td img {
      max-width: 120px;
   }

   .contact-form .flex-box fieldset.column.column-1-3 {
      width: 100%;
   }

}

@media (max-width: 479px){
   .search {
      left: auto;
      right: -40px;
      width: 295px;
      margin-top: 0;
      top: 100%;
   }

   .search .search-input {
      width: 218px;
   }

   .product-list-box .list-3th {
      width: auto;
      margin: 0 0 20px;
   }

   .product-list-box .list-3th:nth-child(3n) {
      margin-right: 0px;
   }

   #slider.flexslider .flex-direction-nav .flex-next, #slider.flexslider .flex-direction-nav .flex-prev {
      right: 0;
      border-radius: 50%;
      height: 30px;
      line-height: 33px;
      opacity: .7;
      margin: -15px 0 0;
   }

   #slider.flexslider .flex-direction-nav .flex-prev {
      left: 0;
   }

   .counter-box p {
      border: 0;
      font-size: 12px;
      padding: 0;
      top: 80px;
   }

   ul.projects-list.horizontal-carousel li {
      width: 298px;
   }

   .title-w-icon .icon {
      top: -4px;
   }

   .counter-box h4 {
      font-size: 22px;
      line-height: 22px;
   }

   .idx-product-carousel li {
      width: 298px !important;
   }
}

@media (max-width: 420px){
   .contact-info .features-list li h4 {
      font-size: 13px;
      padding: 2px 8px;
      letter-spacing: 0;
   }

   .contact-info .features-list li p {
      font-size: 13.5px;
   }

   .contact-info .features-list li .icon:before {
      font-size: 28px;
   }
}

@media (max-width: 400px){
}

@media (max-width: 360px){
}

/*end. in
--------------------------------*/
