/* ==========================================================================
   CSS Document - Optimized for Performance and Maintainability
   ========================================================================== */

/* Global Styles */
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.container {
    min-width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
}

.container-fluid {
    width: 100%;
    /* padding-left: 0px; */
    /* padding-right: 0px; */
}

/* Header Styles */
#header {
    background: url('/assets/images/headerBg.jpg') repeat-x left bottom;
    min-width: 1000px;
    height: 110px;
}

.logo:link,
.logo:visited,
.logo:active {
    display: inline-block;
    margin: 15px 26px;
    text-decoration: none;
}

.logo:hover,
.logo:focus {
    /* Add hover effect if needed */
}

.navMenu {
    list-style: none;
    display: flex;
    margin-right: 15px;
    padding: 0;
}

.navMenu li {
    display: list-item;
}

.navMenu p {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    transition: all 0.3s;
}

.navMenu span {
    color: #5fa74a;
    font-size: 15px;
    font-style: italic;
}

.navMenu > li > a:link,
.navMenu > li > a:visited,
.navMenu > li > a:active {
    position: relative;
    text-decoration: none;
    padding: 30px 20px;
    color: #000000;
    display: inline-block;
    text-align: center;
    height: 110px;
    transition: all 0.3s;
}

.navMenu > li > a:hover,
.navMenu > li > a:focus,
.navMenu > li.active > a {
    padding: 15px 20px;
}

.navMenu > li > a::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.navMenu > li:hover > a::after,
.navMenu > li.active > a::after {
    background: url('/assets/images/snow.gif') no-repeat center top;
    opacity: 0.7;
}

.navDivider {
    width: 2px;
    background: url('/assets/images/navDivider.png') no-repeat center center;
}

.navMenu > li a:hover p,
.navMenu > li.active a p {
    margin-bottom: 20px;
}

.navMenu .uk-dropdown,
.subNavMenu .uk-dropdown {
    padding: 15px 10px;
}

.subNavMenu {
    font-size: 15px;
    min-width: 145px;
    width: 145px;
    background-color: rgb(248, 245, 240);
    border-top: 2px solid rgba(188, 70, 0, 1);
    border-radius: 5px;
    display: none;
}

.subNavMenu a:link,
.subNavMenu a:visited,
.subNavMenu a:active {
    color: #666666;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
}

.subNavMenu a:hover,
.subNavMenu a:focus {
    color: #000000 !important;
    background-color: rgba(216, 202, 179, 0.5);
}

/* Main Content Styles */
#mainer {
    margin: 20px 0;
}

.adBanner {
    width: 1000px;
    height: 470px;
}

.bxslider {
    list-style: none;
    padding: 0;
}

.adBanner .bx-wrapper .bx-controls-auto,
.bx-wrapper .bx-pager {
    bottom: 20px;
}

.adBanner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #d8caba;
}

.adBanner .bx-wrapper .bx-pager.bx-default-pager a.active,
.adBanner .bx-wrapper .bx-pager.bx-default-pager a:focus,
.adBanner .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #85b838;
}

.adBanner .bx-pager-link.active {
    background-color: #85b838;
}

.adBanner a {
    display: block;
    position: relative;
}

.adBanner a .animateObj {
    position: absolute;
    opacity: 0;
}

.shortNews {
    border-top: 1px solid #f4ede7;
    border-bottom: 1px solid #f4ede7;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 46px;
    margin: 24px 0 18px 0;
}

.shortNews ul {
    position: absolute;
    padding-left: 16px;
    list-style: none;
    margin: 0;
}

.shortNews li a {
    display: block;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    color: #76ad22;
    font-weight: 400;
    line-height: 46px;
}

.shortNews li a span {
    color: #a88075;
    margin-right: 35px;
}

.newsMore {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.butn_more:link,
.butn_more:visited,
.butn_more:active {
    border-radius: 2px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    background-color: #c6b199;
    padding: 4px 7px;
    text-decoration: none;
    transition: all 0.3s;
}

.butn_more:hover,
.butn_more:focus {
    background-color: rgba(143, 116, 71, 1);
}

.idxProds {
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 20px;
}

.idxProds a:link,
.idxProds a:visited,
.idxProds a:active {
    border: 8px solid #f7f3f0;
    text-decoration: none;
    display: block;
    min-height: 400px;
    padding: 0 10px;
    transition: all 0.3s;
}

.idxProds a:hover,
.idxProds a:focus {
    box-shadow: 5px 5px 7px 3px rgba(0, 0, 0, 0.2);
}

.idxProds h4 {
    padding: 15px 0 10px 0;
    font-family: "Microsoft JhengHei UI", "微軟正黑體", Verdana;
    color: #f67000;
    border-bottom: 2px dotted #5fa74a;
    font-weight: 800;
    margin-bottom: 10px;
}

.idxProds p {
    padding: 0 0 10px 0;
    font-family: "Microsoft JhengHei UI", "微軟正黑體", Verdana;
    color: #666666;
    font-size: 15px;
    font-weight: 400;
    min-height: 54px;
}

/* Footer Styles */
#footer {
    min-height: 170px;
    background: url('/assets/images/footerBg01.jpg') repeat-x top left, url('/assets/images/footerBg02.jpg') top 50px left;
    padding-top: 38px;
    color: #726257;
    font-size: 15px;
}

#footer .w-100 {
    padding-top: 26px;
}

#footer img {
    max-width: none;
}

#goTop {
    position: fixed;
    bottom: 100px;
    right: -50px;
    opacity: 0;
    border-radius: 10px;
    border: 2px solid #bcbcbc;
    transition: all 0.3s;
}

#goTop.show {
    right: 20px;
    opacity: 0.8;
}

#goTop a {
    padding: 8px 5px;
    display: inline-block;
}

#pageTitle {
    position: relative;
    background: url('/assets/images/pageTitle.jpg') no-repeat center center;
    background-size: cover;
    min-height: 150px;
}

.pageTitleTxt {
    position: absolute;
    top: 50%;
    right: 202px;
    color: #85b837;
    font-weight: 600;
    font-size: 30px;
    transform: translateY(-50%);
}

/* FAQ Styles */
.faq {
    margin-top: 40px;
}

.faq h3 {
    font-family: "Microsoft JhengHei UI", "微軟正黑體", Verdana;
    padding-top: 2px;
    padding-left: 43px;
    min-height: 29px;
    background: url('/assets/images/Q.png') no-repeat left top;
}

.faq .uk-accordion-title {
    color: #a88075;
    font-size: 18px;
    font-weight: 500;
}

.uk-accordion-title::after {
    opacity: 0.7;
}

.faq .uk-accordion-content {
    font-family: "Microsoft JhengHei UI", "微軟正黑體", Verdana;
    color: #888888;
    font-size: 16px;
    padding: 10px 15px 10px 43px;
    min-height: 29px;
    background-color: #f9f6f3;
    background: url('/assets/images/A.png') no-repeat left top #f9f6f3;
}

/* Knowledge Styles */
.knowledge {
    margin-top: 10px;
}

.know_left {
    min-height: 346px;
    background: url('/assets/images/know_leftBg01.jpg') repeat-x left bottom, url('/assets/images/know_leftBg02.png') top left;
    margin: 0 -15px;
    padding: 1px 0 60px;
}

.know_left > div {
    display: block;
}

.left_title {
    margin: 20px 0;
    min-height: 40px;
    width: 100%;
}

.left_content {
    background-color: #ffffff;
    box-shadow: 0 3px 5px 0 rgba(231, 225, 208, 0.75);
    margin: 0 15px;
    padding: 15px;
    list-style: none;
    border-radius: 3px;
}

.left_content .divider {
    border-bottom: 1px solid #f6f2f1;
}

.left_content a:link,
.left_content a:visited,
.left_content a:active {
    text-decoration: none;
    font-size: 14px;
    color: #c49168;
    padding: 5px 3px;
    display: block;
}

.left_content a:hover,
.left_content a:focus {
    background-color: rgba(255, 250, 234, 1);
}

/* Additional Component Styles */
.knowTxt01 {
    color: #1fab85;
    font-size: 32px;
    font-weight: 400;
    border-bottom: 2px dotted #1fab85;
    padding: 5px 0;
    display: inline-block;
}

.knowTxt02 {
    color: #000000;
    font-size: 27px;
    font-weight: 400;
    padding: 5px 0;
}

.knowTxt03 {
    color: #ff6600;
    font-size: 22px;
    font-weight: 400;
}

.aboutKNS {
    margin: 30px 0;
    font-weight: 400;
}

.txt01 {
    color: #ee7406;
}

.txt02 {
    font-size: 18px;
    color: #ee7406;
}

.txt03 {
    font-size: 15px;
    color: #666666;
}

.aboutKNS h2,
.features h2 {
    color: #1fab85;
    font-family: "微軟正黑體", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light" !important;
    border-bottom: 1px dashed #1fab85;
}

.features .h3 {
    color: #000000;
    font-family: "微軟正黑體", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light" !important;
}

.features .h4 {
    color: #ff6600;
    font-family: "微軟正黑體", "Microsoft JhengHei UI", "Microsoft JhengHei UI Light" !important;
}

.featuresMachine {
    border: 9px solid #f7f3f0;
    padding: 15px;
}

.featuresMachineImg {
    min-height: 184px;
}

.featuresVline {
    border-right: 1px solid #f7f3f0;
}

.featuresLeftButn,
.featuresRightShow {
    min-height: 440px;
    position: relative;
}

#featureBtnBG,
#featuresBtn01,
#featuresBtn02,
#featuresBtn03,
#featuresBtn04,
#featuresBtn05 {
    position: absolute;
}

#featureBtnBG {
    background: url('/assets/images/featuresBtnBg@2x.png') no-repeat center center;
    margin: auto;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    background-size: contain;
}

#featuresBtn01 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#featuresBtn02 {
    top: 50%;
    right: 5%;
    transform: translate(35%, -50%);
}

#featuresBtn03 {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 35%);
}

#featuresBtn04 {
    top: 50%;
    left: 5%;
    transform: translate(-35%, -50%);
}

#featuresBtn05 {
    top: 0;
    left: 50%;
    transform: translate(-50%, -35%);
}

.featuresBtns a img {
    transition: all 0.3s;
}

.featuresBtns a:hover img {
    transform: scale(1.2);
}

.newsBox {
    margin: 40px 0;
}

.newsList {
    position: relative;
    width: 100%;
}

.newsList.link {
    cursor: pointer;
}

.newsList > div {}

.newsListType {
    position: absolute;
    top: 0;
    left: 0;
    width: 76px;
}

.newsListType-date {
    color: #999999;
    font-size: 13px;
}

.newsListType-txt {
    color: #ffffff;
    background-color: rgb(135, 189, 119);
    padding: 2px 6px;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
}

.newsListTitle {
    border-bottom: 1px solid rgb(244, 237, 231);
    display: block;
    font-size: 18px;
    padding: 13px 0 13px 13px;
    margin-left: 96px;
    color: #a88075;
    width: calc(100% - 96px);
    position: relative;
}

.newsList .newsListTitle::before {
    content: "";
    border-bottom: 1px solid #a88075;
    width: 0;
    transition: all 0.3s;
    position: absolute;
    height: calc(100% - 13px);
    left: 0;
}

.newsList:hover .newsListTitle::before {
    width: calc(100% - 0px);
}

.newsDetail {
    padding: 29px;
    background-color: #faf7f4;
    color: #888888;
    border-bottom: 1px solid rgb(244, 237, 231);
    margin-bottom: 10px;
}

.backNewsList:link,
.backNewsList:visited,
.backNewsList:active {
    text-decoration: none;
    color: #f67000;
    font-size: 14px;
}

.backNewsList:hover,
.backNewsList:focus {}

.backNewsList::before {
    content: "< ";
    color: #888888;
}

.prodList * {
    font-family: "Microsoft JhengHei UI", "微軟正黑體", Verdana;
}

.prodList h2 {
    font-size: 32px;
    color: #1fab85;
    border-bottom: 1px dashed #1fab85;
    padding-bottom: 5px;
    margin: 30px 0 15px;
}

.prodsBox {
    border: 8px solid #f7f3f0;
}

.prodsBox a:link,
.prodsBox a:visited,
.prodsBox a:active {
    text-decoration: none;
    padding: 5px;
}

.prodsBox a:hover,
.prodsBox a:focus {}

.prodsBox .col-3 {
    border-right: 1px solid #ededed;
    margin: 8px 0;
}

.prodsBox .col-3:nth-child(4n) {
    border-right: 0;
}

.prodImg {
    min-height: 180px;
}

.prodName {
    color: #f67000;
    font-size: 18px;
}

.prodDesc {
    font-size: 15px;
    color: #666666;
}

.prodDetial {
    margin-top: 15px;
}

.prodDetial * {
    font-family: "Microsoft JhengHei UI", "微軟正黑體", Verdana;
}

.prodDetial_left {
    background-color: #f7f3f0;
    margin: 0 -15px;
    padding: 10px;
}

.prodDetial_left h3 {
    color: #666666;
    font-size: 24px;
}

.prodDetial_left .uk-accordion-content {
    background-color: #fff;
    padding: 10px 5px;
    margin-top: 5px;
}

.prodDetial_left .uk-accordion-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.prodDetial_left .uk-accordion-content li {
    padding: 15px 0;
}

.prodDetial_left .uk-accordion-content li:not(:last-child) {
    border-bottom: 1px solid #ededed;
}

.prodDetial_left a:link,
.prodDetial_left a:visited,
.prodDetial_left a:active {
    text-decoration: none;
    color: #f67000;
}

.prodDetial_left a:hover,
.prodDetial_left a:focus {}

.prodDetial_right {}

.prodDetial_right > h2 {
    color: #1fab85;
    font-size: 32px;
    border-bottom: 1px dashed #1fab85;
    margin-bottom: 10px;
}

.prodDetial_right > h4 {
    color: #000000;
    font-size: 27px;
    margin-top: 0;
}

.prodDetailBtns {
    margin: 40px 0 20px;
}

.prodDetailBtns a:link,
.prodDetailBtns a:visited,
.prodDetailBtns a:active {
    text-decoration: none;
    background-color: rgba(133, 184, 56, 0.75);
    padding: 13px 24px;
    font-size: 20px;
    color: #ffffff;
    border-radius: 5px;
    transition: all 0.5s;
}

.prodDetailBtns a:hover,
.prodDetailBtns a:focus {
    background-color: rgba(37, 123, 20, 1);
}

.prodDetailBtns a:last-child {
    margin-left: 15px;
}

.service {
    margin-bottom: 60px;
}

.service * {
    font-family: "Microsoft JhengHei UI", "微軟正黑體", Verdana;
}

.service h2 {
    color: #1fab85;
    border-bottom: 1px dashed #1fab85;
    display: inline-block;
    margin: 35px 0 0;
}

.service h5 {
    color: #666666;
    margin: 20px -15px 15px;
}

.service span {
    color: #ee7407;
}

.service table {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.service table tr td {
    padding: 5px 0;
}

.service table tr td:first-child {
    white-space: nowrap;
    width: 91px;
}

.submit_service {
    background-color: #a4ca6a;
    border-radius: 5px;
    font-size: 20px;
    padding: 13px 28px;
    color: #ffffff;
    border: 0;
    outline: 0;
}

.point {
    margin: 10px -15px 40px -15px;
}

.point * {
    font-family: "Microsoft JhengHei UI", "微軟正黑體", Verdana;
}

.point h2 {
    color: #1fab85;
    border-bottom: 1px dashed #1fab85;
    display: inline-block;
    margin: 35px 0 15px;
}

.point h3 {
    margin: 10px 0;
    color: #000000;
}

.point address {
    color: #666666;
    margin-top: 0;
    margin-bottom: 32px;
}

.relation {
    display: block;
    border: 10px solid #f7f3f0;
    padding: 20px;
    margin-bottom: 40px;
}

.relation * {
    font-family: "Microsoft JhengHei UI", "微軟正黑體", Verdana;
}

.relation h5 {
    color: #ff6600;
}

.relation ul {
    font-size: 15px;
    padding: 0;
}

.relation li {
    float: left;
    box-sizing: border-box;
    padding: 5px 20px;
    margin: 0;
    list-style: none;
    background-image: url('/assets/images/vDash.png');
    background-repeat: no-repeat;
    background-position: 8px center;
}

.relation .col-7 {
    border-right: 1px solid #ededed;
}

.relation .col-7 li {
    width: 33%;
}

.relation .col-5 li {
    width: 50%;
}

.maxMachine {
    display: block;
    margin-bottom: 30px;
}

.maxMachine p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.maxMachine p.maxTit {
    color: #ff6600;
}

.max-logo {
    width: 200px;
    border-radius: 5px;
    border: 3px solid #e5e5e5;
    padding: 10px 0;
    margin-bottom: 10px;
}

.max-logo a:link,
.max-logo a:visited,
.max-logo a:active {
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    color: #f54c16;
}

.max-logo a:hover,
.max-logo a:focus {}