/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Noto Sans TC', sans-serif; overflow-x: hidden; position: relative; }
img {	border:0; }

/* Reset ================================================================================= */

a { text-decoration:none; transition: all 0.4s ease-out 0s; }
a:hover { text-decoration:none; }

* { box-sizing: border-box;}

.content-Box { max-width:1280px; width: 100%; margin:0 auto; text-align:left; position:relative; clear:both;}

#content { font-size: clamp(16px, 1.2vw, 17px); line-height:1.5; color: #333; letter-spacing: 0.05rem; font-weight: 400; padding-top: 130px;}

.photo-fit img { object-fit: cover; width: 100%; height: 100%; position: absolute; z-index: 1; left: 0; top: 0;}

.photo {line-height: 0; height: 0; padding-bottom: 40%; overflow: hidden; position: relative; z-index: 1; margin-bottom: 0px;}
.imgCenter {position: absolute; top: 0; left: 0; right: 0; bottom: 0; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; z-index: 2;}
.imgCenter img {max-height: 100%;}


.demo-section { padding-left: 5%; padding-right: 5%;}

.font-size-18 { font-size: clamp(16px, 1.3vw, 18px);}
.font-size-20 { font-size: clamp(18px, 1.5vw, 20px);}
.font-size-21 { font-size: clamp(18px, 1.6vw, 21px);}
.font-size-22 { font-size: clamp(20px, 1.7vw, 22px);}
.font-size-24 { font-size: clamp(20px, 1.9vw, 24px);}
.font-size-28 { font-size: clamp(22px, 2.2vw, 28px);}
.font-size-30 { font-size: clamp(22px, 2.5vw, 30px);}
.font-size-32 { font-size: clamp(22px, 2.7vw, 32px);}
.font-size-34 { font-size: clamp(22px, 2.9vw, 34px);}
.font-size-36 { font-size: clamp(22px, 3.3vw, 36px); line-height: 1.3;}
.font-size-40 { font-size: clamp(26px, 3.3vw, 40px); line-height: 1.3;}
.font-size-42 { font-size: clamp(26px, 3.3vw, 42px); line-height: 1.3;}
.font-size-44 { font-size: clamp(26px, 3.5vw, 44px); line-height: 1.3;}
.font-size-48 { font-size: clamp(26px, 3.5vw, 48px); line-height: 1.3;}
.font-size-60 { font-size: clamp(32px, 4vw, 60px); line-height: 1.2;}

.font-roboto { font-family: "Roboto", sans-serif;}

.color-white { color: #fff !important;}
.color-red { color: #b61900 !important;}
.color-gray { color: #333 !important;}

.align-center { text-align: center !important;}
.align-left { text-align: left !important;}
.align-right { text-align: right !important;}

.weight-100 { font-weight: 100;}
.weight-300 { font-weight: 300;}
.weight-400 { font-weight: 400;}
.weight-500 { font-weight: 500;}
.weight-700 { font-weight: 700;}
.weight-800 { font-weight: 800;}

.p-layout { margin: 0; padding:0 0 calc(10px + 2%) 0; font-weight: 400; line-height: 1.6; font-size: clamp(16px, 1.3vw, 18px);}

.layout-wrap { display: flex; flex-direction: column; flex-wrap: wrap;}
.layout-nowrap { display: flex; flex-direction: column; flex-wrap: nowrap;}

.hr-type-1 { padding: 0 !important; margin: 20px 0 !important;}

.title-type-1 { padding-bottom: calc(10px + 1%);}

.pto-pc { display: block;}
.pto-mobile { display: none;}


.banner { position: relative; height: 266px; margin-bottom: 12px; }
.banner img { object-fit: cover; width: 100%; height: 100%;}
.banner-pc { }
.banner-mobile { display: none;}

.banner-title-content { position: absolute; z-index: 5; width: 100%; top: 50%; transform: translateY(-50%); left: 0; padding: 0 5%;}
.banner-title { text-transform: uppercase; font-weight: 700;font-size: clamp(22px, 2.9vw, 34px); color: #fff; line-height: 1.2; }

.title01 { font-size: clamp(22px, 2.5vw, 30px); font-weight: 700; color: #006442; position: relative; line-height: 1.3; padding: 0 0 20px 0; margin: 0 0 25px 0; letter-spacing: 0.05rem;font-family: 'Noto Sans TC', sans-serif; }
.title01:after { position:absolute; content: ""; width: 40px; height: 3px; background: #ef6d0f; bottom: 0; left: 0;}

.btn01 { display: block; position: relative; overflow: hidden; width: 300px; line-height: 80px; border-radius: 0 40px 40px 0; padding: 0 50px 0 32px; background: #2b6866; color: #ffffff !important;font-size: clamp(16px, 1.3vw, 18px);}
.btn01:hover { padding-left: 50px; width: 250px;}
.btn01:hover:before { right: -30px;}
.btn01:hover:after { left: 30px;}
.btn01:before, .btn01:after { content: ""; position: absolute; top:50%; transform: translateY(-50%); background: #fff; width: 6px; height: 12px; clip-path: polygon(0% 0, 100% 50%, 0% 100%);transition: all 0.4s ease-out 0s;}
.btn01:before { right: 35px;}
.btn01:after { left: -40px;}

.title02 { font-size: clamp(22px, 2.7vw, 32px); font-weight: 700; color: #c7a540; position: relative; line-height: 1.3;  margin: 0 0 20px 0; letter-spacing: 0.05rem; }
.title02:after { position:absolute; content: ""; width: 30px; height: 5px; background: #c7a540; top: 50%; transform: translateY(-50%); left: -48px;}

.title03 { font-size: clamp(26px, 3.3vw, 42px); font-weight: 700; color: #006442; position: relative; line-height: 1.3; padding: 0 0 25px 0; margin: 0 0 20px 0; letter-spacing: 0.05rem; text-align: center;}
.title03:after { position:absolute; content: ""; width: 30px; height: 5px; background: #ef6d0f; bottom: 0; left: 50%; transform: translateX(-50%);}

.btn02 { display: block; position: relative; overflow: hidden; width: 160px; line-height: 44px; border-radius: 5px; padding: 0 20px; background: #2b6866; color: #ffffff !important;font-size: 16px; font-weight: 700; margin: 20px auto 0 auto; text-align: center;}
.btn02:hover { transform: scale(0.9);}

#path { padding: 0 0 calc(14px + 1.5%) 0;}
#path ul { margin: 0; padding: 0 0; ;line-height: 1.3; text-align: right;}
#path li { display: inline-block; vertical-align: top; font-size: 14px; font-weight: 400;}
#path li:after { content:"/"; display: inline-block; vertical-align: top; padding: 0 0 0 4px;}
#path li:last-child { pointer-events: none;}
#path li:last-child:after { display: none;}
#path li a { color: #333; }
#path li a:hover { opacity: 0.6;}
#path li:last-child a { color: #333;}

/*products*/
.products-list { margin: 20px 0 calc(20px + 5%) 0; display: flex; flex-direction: row; flex-wrap: wrap; border-left: 1px solid #dedede;}
.products-list > a { position: relative; width: 33.33%; padding:20px 28px 25px 28px; border-right: 1px solid #dedede;}
.products-list > a:hover:after { background: #ef6d0f;}
.products-list > a:hover .products-list-pto { opacity:0.3;}
.products-list > a:hover .products-list-content { bottom: 0;}
.products-list > a:hover .products-list-content-title { color: #ef6d0f;}
.products-list > a:after { position: absolute; content: ""; bottom: 0; left: 28px; width: calc(100% - 56px); height: 1px; background: #dedede;}
.products-list-pto-box { position: relative; overflow: hidden; padding-bottom: 60px;}
.products-list-pto { padding-bottom: 100%;transition: all 0.4s ease-out 0s; }
.products-list-content { position: absolute; z-index: 2; bottom: -90px;transition: all 0.4s ease-out 0s; width: 100%; }
.products-list-content-title { font-size: clamp(18px, 1.9vw, 24px); line-height: 1.2; font-weight: 700; margin-bottom: 10px; color: #333; white-space:nowrap; text-overflow : ellipsis; overflow:hidden;}
.products-list-content-data { font-size: 17px; height: 80px; color: #333 !important;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}

/*products-list*/
.products-list-2 { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; padding-bottom: calc(20px + 4%);}
.products-list-2 > div:nth-of-type(1) { width: 250px; position: sticky; top:150px;}
.products-list-2 > div:nth-of-type(2) { width: calc(100% - 250px); padding: 15px 0 0 40px;}

.aside-title { padding: 15px 16px; background: #2b6866; color: #fff; font-weight: 700; line-height: 1;}

.products-list-2-layout { display: flex; flex-direction: row; flex-wrap: wrap; }
.products-list-2-link { position: relative; margin-bottom: calc(20px + 2%); padding: 0 28px; width: 33.33%; display: block;}
.products-list-2-link:before { content: ""; position: absolute;  background: #e3e3e3; width: 1px; height: 100%; left: 0; bottom: 0;transition: all 0.35s ease-out 0s;}
.products-list-2-link:after { content: ""; position: absolute; background: #ef6d0f; width: 0%; height: 1px; left: 50%; transform: translateX(-50%); bottom: 0;transition: all 0.35s ease-out 0s;}
.products-list-2-link:hover .products-list-2-layout-name { color: #ef6d0f;}
.products-list-2-link:hover:before { height: 0; top:0;}
.products-list-2-link:hover:after { width: 90%;}
.products-list-2-link:hover .products-list-2-layout-pto img { transform: scale(0.9);}
.products-list-2-layout-pto { padding-bottom: 100%; }
.products-list-2-layout-pto img { transition: all 0.4s ease-out 0s; }
.products-list-2-layout-name { padding-bottom:15px; font-weight:700; color: #333;}

#page { text-align: center; padding:0 0 calc(20px + 1%) 0;}
#page a { font-size: 16px; color: #222; font-weight: 400; width: 30px; height: 30px; line-height: 28px; text-align: center; border-radius: 100%; display: inline-block;}
#page a:hover, #page a.current { background: #2b6866; color: #fff;}
.page-prev, .page-next { width: 12px !important; height: 12px !important; line-height: inherit !important; border-radius: 0 !important; border-top:1px solid #222; border-right: 1px solid #222; margin: 0 20px;}
.page-prev:hover, .page-next:hover { background: none !important;}
.page-prev { transform: rotate(-135deg);}
.page-next { transform: rotate(45deg);}

/*products-detail*/
.products-detail-top-section { display: flex; flex-direction: row; flex-wrap: wrap; padding-bottom: calc(20px + 1%);}
.products-detail-top-section > div:nth-of-type(1) { width: 46%;}
.products-detail-top-section > div:nth-of-type(2) { width: 54%;}

.swiper { padding-bottom: 30px !important;}
.swiper .swiper-wrapper { margin-bottom: 15px;}
.swiper .swiper-slide { text-align: center;}
.swiper-pagination { text-align: center!important; padding: 0; bottom: 0px !important;}
.swiper-pagination-bullet { width: 14px !important; height: 14px !important;  background: #c9c9c9 !important; margin-left: 4px !important; margin-right: 4px !important; position: relative; opacity: 1 !important; }
.swiper-pagination-bullet-active { background: #ef6d0f !important; }

.products-detail-spec { width: 100%; border-spacing: 0; border-collapse: inherit; padding-bottom: calc(20px + 1%);}
.products-detail-spec th, .products-detail-spec td { border-bottom: 1px solid #e2e2e2; padding: 10px 10px 10px 0; line-height: 1.3; font-size: clamp(16px, 1.2vw, 17px);}
.products-detail-spec th { color: #ef6d0f; font-weight: 700; width: 130px;}
.products-detail-spec td { color: #333; font-weight: 400;}

.products-btn-box { display: flex; flex-flow: wrap; align-items: center;}
.products-btn-box > div { margin-bottom: 25px;}

.idx-service-btn { display: block; position: relative; background: #2b6866; text-align: center; line-height: 48px; padding: 0 40px; font-size: 16px; color: #fff !important; font-weight: 700; border-radius: 5px; border-width: 0;}
.idx-service-btn span { display: inline-block; position: absolute; width: 15px; height: 15px; background: #fff; border-radius: 100%; top:17px; right: 15px;transition: all 0.2s ease-out 0s;}
.idx-service-btn:hover { transform: scale(0.95);}
.idx-service-btn:hover span { transform: rotate(180deg);}
.idx-service-btn span:after { content: ""; position: absolute; top:5px; right: 6px; width: 5px; height: 5px; border-width: 1px 1px 0 0; border-style: solid; border-color: #333; transform: rotate(45deg);}

.products-btn-box > div .idx-service-btn { min-width: 216px;}

.control-box { display: flex; flex-flow: row; justify-content: center; padding-top: 0px; position: relative; margin: auto;} 
.control-box > a { display: block; min-width: 45px; height: 45px; position: relative; padding: 10px; border: 2px solid #111111; font-size: clamp(16px, 1.3vw, 18px); font-size: 0; line-height: 0; border-radius: 30px; margin: 0 calc(10px + 5%);} 
.control-box > a:hover { opacity: 0.5; } 
.control-box > a:first-child { text-align: left;} 
.control-box > a:first-child:before { position: absolute; content: ""; width: 10px; height: 10px; border-width: 2px 0px 0px 2px; border-style: solid; border-color: #000; transform: translate(-50%, -50%) rotate(-45deg); left: 54%; top:50%;}
.control-box > a:last-child { text-align: right;} 
.control-box > a:last-child:before { position: absolute; content: ""; width: 10px; height: 10px; border-width: 2px 2px 0 0; border-style: solid; border-color: #000; transform: translate(-50%, -50%) rotate(45deg); left: 46%; top:50%;}

.title04 { color: #ef6d0f;font-size: clamp(22px, 2.2vw, 28px); font-weight: 700; text-transform: uppercase; line-height: 1.2; padding: 0 0 15px 0; margin: 0 0 15px 0; border-bottom: 2px solid #ef6d0f;}

.loop2 { margin:calc(20px + 3%) auto; width: 95% !important; padding-bottom:40px;  }
.loop2 .owl-dots { display: none !important;}
.loop2 .owl-item {position: relative;  }
.loop2 .owl-nav { position: absolute; bottom: 0%; left: 50%; transform: translateX(-50%); width: 110px; z-index: 11;}
.loop2 .owl-prev, .loop2 .owl-next { position:absolute; z-index:100;  width: 45px !important; height: 45px !important; border-radius: 100% !important; background: #fff !important; border: 1px solid #9a9a9a !important; transition: all 0.4s ease-out 0s; top:50%; transform: translateY(-70%); margin: 0 !important;}
.loop2 .owl-prev:hover, .loop2 .owl-next:hover { background: #2b6866 !important;}
.loop2 .owl-prev:hover:before, .loop2 .owl-next:hover:before { border-color: #fff;}
.loop2 .owl-prev { left:0px; }
.loop2 .owl-next { right:0px;}
.loop2 .owl-prev:before, .loop2 .owl-next:before { content: ""; position: absolute; width: 12px; height: 12px; border-width: 1px 1px 0 0; border-style: solid; border-color: #9a9a9a; background-size: contain; background-repeat: no-repeat; top:50%; left: 50%; transition: all 0.4s ease-out 0s;}
.loop2 .owl-prev:before { transform:translate(-30%, -50%) rotate(-135deg);}
.loop2 .owl-next:before { transform:translate(-70%, -50%) rotate(45deg);;}
.loop2 .owl-prev:hover:before, .loop2 .owl-next:hover:before { }
.loop2 .owl-stage-outer {z-index: 2;}
.loop2 .owl-dots { position: absolute; z-index: 100; bottom:24px; left:0; width: 100%; text-align: left !important; padding: 0 0px; }
.loop2 .owl-dots .owl-dot { border: 0px solid #c10000; background: transparent; margin-left: 8px;  margin-right: 8px; border-radius: 100%;}
.loop2 .owl-dots .owl-dot.active {  }
.loop2 .owl-dots .owl-dot span, .loop2  .owl-dots .owl-dot span { background: #c0c7cb !important; width: 10px !important; height: 10px !important; margin: 0 auto!important;transition: all 0.4s ease-out 0s !important;}
.loop2 .owl-dots .owl-dot.active span/*, .loop2  .owl-dots .owl-dot:hover span*/ { background: #114375 !important; }

.loop2 .products-list-2-link { width: 100%;}
.loop2 .products-list-2-link img { width: auto !important;}

.p-detail-back {padding-bottom: calc(20px + 3.5%);}
.p-detail-back .idx-service-btn {width: 200px; margin: 0 auto;}

/*manufacture*/
.manufacture-section {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-bottom: calc(10px + 1%); }
.manufacture-section > div { width: calc(50% - 10px); margin-bottom: calc(20px + 2.5%); }
.manufacture-pto { position: relative; margin-bottom: 15px;}
.manufacture-pto img { width: 100%;}
.manufacture-title { position: absolute; z-index: 2; bottom: 0; right: 0; background: rgba(255,255,255,.85); padding: 25px; width: 60%; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.manufacture-title > div:nth-of-type(1) { width: 50px; height: 50px; border-radius: 100%; background: #ef6d0f; color: #fff; font-weight: 700; font-size: 15px; display: flex; flex-direction: column; flex-wrap: nowrap; align-items: center; justify-content: center; line-height: 1.2;}
.manufacture-title > div:nth-of-type(2) { width: calc(100% - 50px); padding-left: 10px;font-size: clamp(18px, 1.5vw, 20px); font-weight: 700; line-height: 1.3;}

/*news*/
.news-list-section { position: relative; padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid #e8e8e8; display: block;}
.news-list-section:after { content: ""; position: absolute; bottom: -1px; right: 0; width: 0; height: 1px; background: #ea5b24;transition: all 0.4s ease-out 0s;}
.news-list-section:hover:after { width: 100%; left: 0;}
.news-list-section:hover .news-list-content > div:nth-of-type(1) img { border: 1px solid #ea5b24;}
.news-list-section:hover .news-list-btn { width: 70px; height: 70px; bottom: -35px; background: #ea5b24;}
.news-list-content { display: flex; flex-direction: row; flex-wrap: wrap; align-items:center;}
.news-list-content > div:nth-of-type(1) { width: 31%;}
.news-list-content > div:nth-of-type(1) img { width: 100%; border: 1px solid #e8e8e8;}
.news-list-content > div:nth-of-type(2) { width: 69%; padding-left: calc(20px + 2.5%);}
.news-list-date { line-height: 1; font-size: 16px; color: #888888; padding-bottom: 10px;}
.news-list-date > span { color: #fb832c;}
.news-list-title { color: #333; font-weight: 700;}
.news-list-data { color: #333; font-size:16px;}
.news-list-btn { position: absolute; z-index: 3; width: 56px; height: 56px; border-radius: 100%; right: 0; bottom: -28px; color: #fff; font-weight: 700; font-size: 14px;transition: all 0.4s ease-out 0s; background: #2b6866; display: flex; flex-direction: row; flex-wrap: wrap; align-items:center; justify-content: center;}

/*news-detail*/
.related-info { border-width: 1px 0; border-style: solid; border-color: #dddddd; display: flex; flex-direction: row; flex-wrap: wrap; justify-content:space-between; margin-bottom: 40px;}
.related-info > a { display:inline-block; display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; padding: 25px 0; width: 50%;}
.related-info > a:hover .related-info-btn { background: #ea5b24;}
.related-info > a:nth-of-type(2) { text-align: right;}
.related-info > a:nth-of-type(2) .related-info-btn { margin: 0 0px 0 10px;}
.related-info > a:nth-of-type(2) .related-info-btn:before { transform:translateY(-50%) rotate(45deg);left: 12px;}
.related-info-btn { display: inline-block;width: 40px !important; height: 40px; margin: 0 10px 0 0; border-radius: 100% !important; position: relative; background: #2b6866;}
.related-info-btn:before {content: ""; position: absolute; width: 10px; height: 10px;  display: inline-block; border-width: 2px 2px 0 0; border-style: solid; border-color: #fff; top:50%;transform:translateY(-50%) rotate(-135deg); left: 15px; }
.related-info-name { font-size: 16px; color: #333 !important; font-weight: 500; width: calc(100% - 40px);}

/*e-catalog*/
.catalog-list { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between; padding-bottom: 20px;}
.catalog-list > div { margin-bottom: 30px; border: 1px solid #ddd; padding: 30px;display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; width: 49%;transition: all 0.4s ease-out 0s;}
.catalog-list > div:hover { transform: scale(0.92);box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);}
.catalog-list > div > div { width: 50%;}
.catalog-list > div > div:nth-of-type(2) { padding-left: 10px;}
.catalog-list-pto { position: relative; padding-bottom: 89%; display: block;}
.catalog-list-title { margin-bottom: 25px; line-height: 24px;}
.catalog-list-title > a { display: block; font-size: 18px; font-weight: 700; color: #363636;white-space:nowrap; text-overflow : ellipsis; overflow:hidden;}
.catalog-list-title > a:hover { color: #2E89ca;}

.catalog-btn { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.catalog-btn > a { width: calc(50% - 5px); border-radius: 5px; background: #2b6866; color: #fff !important; font-size: 16px; font-weight: 700; text-align: center; padding: 13px 10px;}
.catalog-btn > a:hover { background: #ea5b24;}

/*contact*/
.contact-box { padding: 35px 0; background:url("../images/contact-bg.jpg") no-repeat top center / cover;}

.contact-section { display: flex; flex-direction: row; flex-wrap: wrap;}
.contact-section > div:nth-of-type(1) { width: 40%; padding: 0 3% 0 7%;  line-height: 30px;}
.contact-section > div:nth-of-type(1) a { color: #333 !important;}
.contact-section > div:nth-of-type(2) { width: 60%; padding: 35px 5%; background: #fff;}

.contact-info {  padding-bottom: 20px;}
.contact-map iframe {  width: 100%; height: 725px; border-width: 0;}

.contact-form > div { width: 100%;  padding-bottom: 12px; border-bottom: 1px solid #e2e2e2; padding-top: 12px; display: flex; flex-direction: row; flex-wrap: nowrap;  }
.contact-form > div > div:nth-of-type(1) { width: 180px; padding: 0px 10px 0 15px; border-right: 0px solid #d9d9d9; font-weight: 400; position: relative; font-size: 17px; color: #333;}
.contact-form > div > div:nth-of-type(1) span { position: absolute; left: 10px; top:-1px; color: #e6000c;}
.contact-form > div > div:nth-of-type(2) { width: calc(100% - 180px); padding-right: 10px;}
.input-50 { display: flex; flex-direction: row; flex-wrap: nowrap; }
.input-50 > div { width: 50%; }
.input-50 > div:nth-of-type(1) { border-right: 1px solid #d9d9d9;  }

.contact-form input[type="text"], .contact-form input[type="number"], .contact-form input[type="tel"], .contact-form input[type="phone"], .contact-form input[type="date"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form input[type="button"], .contact-form textarea { font-size: 17px; border-width:0 ; border-style: solid; border-color: #e2e2e2; margin: 0px 0 0px 0; width: 100%; padding: 0px 15px; color:#333; background: none; font-family: 'Noto Sans TC', sans-serif; line-height: 30px; border-radius: 5px; }
.contact-form textarea { height:145px; padding:5px 15px; resize:none; line-height: 120%;}
.contact-form select{ margin: 0 0 0px 0;  width:100%; background-image: url(../images/product-select.png); background-repeat: no-repeat; background-position: calc(100% - 7px) 4px; -webkit-appearance: none; -moz-appearance: none; appearance: none;   background-color: transparent; font-size: 17px; border-width:0px; border-style: solid; border-color: #e2e2e2; color:#333; font-family: 'Noto Sans TC', sans-serif;  padding:0px 35px 0 15px;  line-height: 100%; border-radius: 5px;}
.contact-form option { padding:1px 5px;}
.contact-form select::-ms-expand {
    display: none;
}

.contact-btn-box { padding-top: 20px;}
.contact-btn-box .idx-service-btn { width: 160px;}


/*about*/
.about-bg { background: url("../images/about-bg.jpg") no-repeat top center / cover;}

.video-container {position: relative;padding-bottom: 53.9%;padding-top: 30px;height: 0;overflow: hidden;}
.video-container iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%; border-width: 0;}

.about-section-2 { position: relative; margin-top: -60px;}
.about-section-2 .content-Box { z-index: 3;}
.about-section-2-bg { position: absolute; width: 100%;left: 0; top:47%; transform: translateY(-50%) skewY(-7deg);display: flex; flex-direction: column; flex-wrap: nowrap;mix-blend-mode: multiply;}
.about-section-2-bg > div:nth-of-type(1) { height: 400px; background: #1d3e38;}
.about-section-2-bg > div:nth-of-type(2) { height: 400px; background: #313131; transform: translateY(-1px);}

.loop-ce { width: 95% !important; padding-bottom:40px; margin-bottom: calc(20px + 3%); margin-left: auto; margin-right: auto;}
.loop-ce .owl-dots { display: none !important;}
.loop-ce .owl-item {position: relative;  }
.loop-ce .owl-nav { position: absolute; bottom: 0%; left: 50%; transform: translateX(-50%); width: 110px; z-index: 11;}
.loop-ce .owl-prev, .loop-ce .owl-next { position:absolute; z-index:100;  width: 45px !important; height: 45px !important; border-radius: 100% !important; background: #fff !important; border: 1px solid #9a9a9a !important; transition: all 0.4s ease-out 0s; top:50%; transform: translateY(-70%); margin: 0 !important;}
.loop-ce .owl-prev:hover, .loop-ce .owl-next:hover { background: #2b6866 !important;}
.loop-ce .owl-prev:hover:before, .loop-ce .owl-next:hover:before { border-color: #fff;}
.loop-ce .owl-prev { left:0px; }
.loop-ce .owl-next { right:0px;}
.loop-ce .owl-prev:before, .loop-ce .owl-next:before { content: ""; position: absolute; width: 12px; height: 12px; border-width: 1px 1px 0 0; border-style: solid; border-color: #9a9a9a; background-size: contain; background-repeat: no-repeat; top:50%; left: 50%; transition: all 0.4s ease-out 0s;}
.loop-ce .owl-prev:before { transform:translate(-30%, -50%) rotate(-135deg);}
.loop-ce .owl-next:before { transform:translate(-70%, -50%) rotate(45deg);;}
.loop-ce .owl-prev:hover:before, .loop-ce .owl-next:hover:before { }
.loop-ce .owl-stage-outer {z-index: 2;}
.loop-ce .owl-dots { position: absolute; z-index: 100; bottom:24px; left:0; width: 100%; text-align: left !important; padding: 0 0px; }
.loop-ce .owl-dots .owl-dot { border: 0px solid #c10000; background: transparent; margin-left: 8px;  margin-right: 8px; border-radius: 100%;}
.loop-ce .owl-dots .owl-dot.active {  }
.loop-ce .owl-dots .owl-dot span, .loop-ce  .owl-dots .owl-dot span { background: #c0c7cb !important; width: 10px !important; height: 10px !important; margin: 0 auto!important;transition: all 0.4s ease-out 0s !important;}
.loop-ce .owl-dots .owl-dot.active span/*, .loop-ce  .owl-dots .owl-dot:hover span*/ { background: #114375 !important; }


@media only screen and (max-width: 1300px) {
	.about-section-2 { margin-top: 0px;}
}
@media only screen and (max-width: 1279px) {
	#path ul { text-align: left;}
	
	.products-list > a { width: 50%; }
	
	.products-list-2 > div:nth-of-type(1) { width: 100%; position: relative; top:auto;}
	.products-list-2 > div:nth-of-type(2) { width: 100%; padding: 20px 0 0 0;}
	.aside-title { display: none;}
	
}
@media only screen and (max-width: 1023px) {
    #content { padding-top: 73px;}

}

@media only screen and (max-width: 980px) {
	.pto-pc { display: none;}
	.pto-mobile { display: block;width: 100%;}

	.banner { height: 200px; }	
	.banner-pc { display: none;}
	.banner-mobile { display: block; }
	
	.btn01 { width: 240px; line-height: 60px; border-radius: 0 30px 30px 0;}
	.btn01:hover { padding-left: 50px; width: 220px;}
	
	
	.title02 { padding-left: 28px;}
	.title02:after { left: 0; width: 20px;}

	.products-detail-top-section > div:nth-of-type(1) { width: 100%; padding-bottom: 25px;}
	.products-detail-top-section > div:nth-of-type(2) { width: 100%;}
	
	.loop2 .owl-nav { }
	.loop2 .owl-prev, .loop2 .owl-next { }
	
	.manufacture-section > div { width: 100%; }
	
	.related-info > a:nth-of-type(2) { margin: 0 0 0 auto;}
	
	.related-info > a { width: 100%;}
	
	.catalog-list > div { width: 100%;}
	
	.contact-box { padding-bottom: 0;}
	.contact-section > div:nth-of-type(1) { width: 100%; padding: 0 5%; }
	.contact-section > div:nth-of-type(2) { width: 100%; padding: 35px 5%; background: #fff;}
	.contact-map {  margin-bottom: 30px; }
	.contact-map iframe {  height: 300px; }
	.contact-form > div { flex-direction: column;}
	.contact-form > div > div:nth-of-type(1) { padding-left: 0; padding-bottom: 5px;}
	.contact-form > div > div:nth-of-type(2) { width: 100%;}
	.contact-form input[type="text"], .contact-form input[type="number"], .contact-form input[type="tel"], .contact-form input[type="phone"], .contact-form input[type="date"], .contact-form input[type="email"], .contact-form input[type="password"], .contact-form input[type="button"], .contact-form textarea { padding: 0;}
	
	.about-section-2:after { top:5%;}
	
	.about-section-2-bg { top:35%;}
	.about-section-2-bg > div  { height: 430px !important;}
}
@media only screen and (max-width: 768px) {
	.btn02 { width: 120px; line-height: 34px; font-size: 14px; }
	
	.products-list-2-layout > a { width: 50%;}
}
@media only screen and (max-width: 640px) {
	.products-list > a { width: 100%;}
	
	.manufacture-title { position: relative; bottom: auto; right: auto; padding: 15px 0 0 0; width: 100%; }
	
	.news-list-content > div:nth-of-type(1) { width: 100%; margin-bottom: 20px;}
	.news-list-content > div:nth-of-type(2) { width: 100%; padding-left: 0;}
	
}
@media only screen and (max-width: 570px) {
	.catalog-list > div > div { width: 100%;}
	.catalog-list > div > div:nth-of-type(2) { padding-left: 0px; padding-top: 15px;}
	
}

@media only screen and (max-width: 414px) {
	.products-list-2-layout > a { width: 100%;}
	
	.catalog-btn > a { width: 100%; margin-bottom: 10px;}
	
	.about-section-2-bg { top:630px;}
	.about-section-2-bg > div  { height: 515px !important;}
    
    .products-detail-spec th { width: 100px;}
    .products-btn-box { flex-flow: column;}
}

@media only screen and (max-width: 350px) {
	
	.about-section-2-bg { top:730px;}
	.about-section-2-bg > div  { height: 635px !important;}
}