/* CSS Document */

body {	-webkit-text-size-adjust:100%; font-family: 'Lato', 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: 16px; line-height:1.5; color: #666; letter-spacing: 0; font-weight: 400; padding-top: 106px; position: relative;}

.width-1280 { max-width:1280px}

.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-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;}
.color-black { color: #111 !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;}
.weight-900 { font-weight: 900;}

.p-layout { margin: 0; padding:0 0 calc(10px + 1%) 0; font-weight: 400; line-height: 1.5; font-size: 16px;}

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

.flex-wrap { display: flex; flex-direction: row; flex-wrap: wrap;}
.flex-nowrap { display: flex; flex-direction: row; flex-wrap: nowrap;}

.banner { position: relative;  z-index: 3; height: 400px;}
.banner img { object-fit: cover; width: 100%; height: 100%; object-position: center center;}
.banner-pc { }
.banner-mobile { display: none !important;}

.circle-animate { position: absolute; z-index: -1; left: -8%; top:20px; width: 30%;animation: rotate 10s linear infinite;}
.circle-animate-2 { top:280px}
@keyframes rotate {to{transform: rotate(360deg);}}

.title-type-1 { position: relative; font-weight: 900; color: #333; font-size: clamp(24px, 3.3vw, 42px); line-height: 1.2; padding: 0 0 15px 0; margin: 0 0 calc(15px + 1%) 0; letter-spacing: 0;font-family: 'Lato', sans-serif;}
.title-type-1:after { position: absolute; content: ""; width: 40px; height: 3px; background: #b61900; bottom: 0; left: 0;}
.title-type-1-center { text-align: center;}
.title-type-1-center:after { left: 50%; transform: translateX(-50%);}

.title-type-2 { padding-bottom: 14px; line-height: 1.2;}

.btn-type-1 { display: block; width: 150px; line-height: 50px; background: #d8d8d8; color: #111 !important; text-align: center; font-size: 16px; border-radius: 5px; margin: calc(10px + 1%) 0; position: relative; overflow: hidden;transition: all 0.4s ease-out 0s; }
.btn-type-1 > span { position: relative; z-index: 2;}
.btn-type-1:after { background: #b61900; bottom: 0; width: 0%; height: 100%; right: -10px; content: ""; display: block; position: absolute;transition: all 0.25s ease-out 0s; transform: skewX(-20deg);}
.btn-type-1:hover { color: #fff !important;}
.btn-type-1:hover { width: 140px;}
.btn-type-1:hover:after { width: 120%; left: -10px;}

#path { padding: 10px 0% 0 0%;margin-bottom: calc(10px + 1%); overflow-x: auto; height: 40px; white-space: nowrap;}
#path ul { margin: 0; padding: 0 0; ;line-height: 1.3;}
#path li { display: inline-block; vertical-align: top; font-size: 15px; 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: #666666; }
#path li a:hover { color: #b61900;}
#path li:last-child a { color: #666666;}

.sub_side {display: flex; flex-flow: wrap;}
.sub_side_menu {width: 20%; padding: 0 20px 40px 0; position: relative; z-index: 10;}
.sub_menu {position: sticky; top: 120px; z-index: 10; max-height: calc(100vh - 130px); overflow-y: auto;}
.sub_menu > div {display: none;}
.sub_menu > ul, .sub_menu > ul li {list-style-type:none; margin: 0; padding: 0; width: 100%;}
.sub_menu > ul li {border-bottom: 1px solid #e6e6e6;}
.sub_menu a {display: block; font-size: clamp(16px, 1.3vw, 18px); line-height: 1.3; padding: 5px 10px; background: rgba(255,255,255,0);}
.sub_menu a:hover {color: #fff; background: #b61900;}
.sub_side_main {width: 80%;}
@media only screen and (max-width: 980px) {
    .sub_side_menu {width: 100%; padding: 0 0 60px 0;}
    .sub_menu {position: absolute; top: 0; left: 0; right: 0; max-height: none; overflow-y: inherit; background: #fff;}
    .sub_menu > div {display: block; width: 40px; height: 35px; margin: 0 auto 10px auto; position: relative; z-index: 1; border: 1px solid #e6e6e6; border-radius: 3px; cursor: pointer;}
    .sub_menu > div::before {content: attr(data-title); display: block; font-size: 14px; font-weight: 400; line-height: 1; text-align: center; width: 200px; position: absolute; top: -25px; left: calc(50% - 100px); z-index: -1;}
    .sub_menu > div > span {width: 26px; height: 3px; background: #666; position: absolute; transition: all 0.5s ease 0s;}
    .sub_menu > div > span:nth-child(1) {top: 10px; left: 6px;}
    .sub_menu > div > span:nth-child(2) {top: 20px; left: 6px;}
    .sub_menu > div.open {border: 1px solid #b61900;}
    .sub_menu > div.open > span:nth-child(1) {top: 15px; transform: rotate(45deg); background: #b61900;}
    .sub_menu > div.open > span:nth-child(2) {top: 15px; transform: rotate(-45deg); background: #b61900;}
    .sub_menu > ul {max-height: 0; overflow-y: auto; border-top: 1px solid #e6e6e6; box-shadow: 0 0 13px rgba(0, 0, 0, 0); transition: all 0.5s ease 0s;}
    .sub_menu > ul.open {max-height: 300px; border: 1px solid #b61900; box-shadow: 0 13px 13px rgba(0, 0, 0, 0.2);}
    .sub_menu a {text-align: center;}
    .sub_side_main {width: 100%;}
}

/*about*/
.about-section-1 { display: flex; flex-direction:row; flex-wrap: wrap; padding-bottom: calc(20px + 3%);}
.about-section-1 > div:nth-of-type(1) { width: 49%; padding-right: 25px;}
.about-section-1 > div:nth-of-type(2) { width: 51%; padding-top: 45px; text-align: center;}

.about-section-2 { padding-bottom: calc(20px + 3%);}
.about-section-2-list { display: flex; flex-direction:row; flex-wrap: wrap; justify-content: space-between;}
.about-section-2-list > div { width: calc(50% - 20px); padding-bottom: 25px;}
.about-section-2-list-title { background: linear-gradient(90deg, #111111 0%, #555555 50%, #111111 100%); box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.2); min-height: 90px; padding: 14px 18px;display: flex; flex-direction:row; flex-wrap: nowrap; align-items: center; margin-bottom: 20px; border-radius: 45px 0; }
.about-section-2-list-title > div:nth-of-type(1) { width: 70px; padding-right: 10px;}
.about-section-2-list-title > div:nth-of-type(2) { width: calc(100% - 70px); color: #ffffff; font-weight: 700;font-size: clamp(20px, 1.7vw, 22px); line-height: 1.2;}

/*products*/
.products-list { display: flex; flex-direction: row; flex-wrap: wrap; margin-right: -3vw; padding-bottom: calc(20px + 3%);}
.products-list > a { width: calc(33.33% - 3vw); margin-right: 3vw; margin-bottom: 30px; position: relative;}
.products-list > a:hover .products-list-name { color: #b61900;}
.products-list > a:hover .products-list-pto img { transform: scale(0.95);}
.products-list > a:hover .products-list-pto-box:before, .products-list > a:hover .products-list-pto-box:after { border-color: #b61900;width: 100px; height: 100px;}
.products-list-pto-box { padding: 22px; position:relative; margin-bottom: 20px;}
.products-list-pto-box:before, .products-list-pto-box:after { content: ""; position: absolute; width: 60px; height: 60px; border-style: solid; border-color: #d8d8d8;transition: all 0.4s ease-out 0s; }
.products-list-pto-box:before { border-width: 2px 0 0 2px; top: 0; left: 0; }
.products-list-pto-box:after { border-width: 0 2px 2px 0; bottom: 0; right: 0;}
.products-list-pto { padding-bottom: 82%; }
.products-list-pto img { transition: all 0.4s ease-out 0s;}
.products-list-name { text-align: center; color: #111; font-weight: 700;}

/*products-list*/
.products-list-title { margin-bottom: calc(20px + 2.5%); position: relative; text-align: center;}
.products-list-title:after { content: ""; position: absolute; background: #5b5b5b; width: 100%; height: 1px; left: 0; top: 50%; transform: translateY(-50%);}
.products-list-title > div { display: inline-block; position: relative; z-index: 3; border-radius: 20px; line-height: 1.1; padding: 8px 25px; box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.2); background: linear-gradient(90deg, #111111 0%, #555555 50%, #111111 100%); font-size: clamp(20px, 1.7vw, 22px); font-weight: 700; color: #fff;}

/*products-detail*/
.products-detail-top { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-start; padding-bottom: calc(20px + 4%);}
.products-detail-top > div { width: 50%;}
.products-detail-top > div:nth-of-type(2) { padding-left: 40px;}

.products-detail-tool { position: relative; margin-top: 20px;}
   .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: inline-block;
      max-width: 600px; width: 100%;
      /*height: 100%;
      object-fit: cover;*/
    }

    .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      background-size: cover;
      background-position: center; padding: 0 10px;
    }

    .mySwiper2 {
      height: 80%;
      width: 100%; 
    }

    .mySwiper {
      height: auto;
      box-sizing: border-box;
    }

    .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

.swiper-next, .swiper-prev { width: 26px !important; height: 26px !important; border-radius: 100%; background: #333333; position: absolute; z-index: 2; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; top:50%; transform: translateY(-50%); border: 0px solid #362e2b;}
.swiper-next:after, .swiper-prev:after { content: ""; display: block; width: 6px; height: 6px ; border-width: 1px 1px 0 0; border-color: #fff; border-style: solid;}
.swiper-prev:after { transform: rotate(-135deg); margin-left: 2px;}
.swiper-next:after { transform: rotate(45deg); margin-right: 2px;}
.swiper-prev { left: 0px;}
.swiper-next { right: 0px;}

.share-tool { padding-bottom: calc(20px + 2%); padding-top: 10px;}

.p-detail-btn { margin-bottom: 30px; display: flex ;flex-direction: row; flex-wrap: wrap; }
.p-detail-btn > a { width: 150px; line-height: 50px; border-radius: 5px; display: flex ;flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; margin-bottom: 10px; margin-right: 10px;}
.p-detail-btn > a:hover { box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.35); transform: scale(0.92);}
.p-detail-btn > a > img { height: 22px; filter:invert(1) brightness(100%);}
.p-detail-btn > a > span { font-size: 16px; display: inline-block; margin-left: 10px; color: #fff;}
.p-detail-btn > a:nth-of-type(1) { background: #b61900;}
.p-detail-btn > a:nth-of-type(2) { background: #111111;}

.products-detail-bottom { padding-bottom: calc(20px + 4%);}

.feature-box {display: flex ;flex-direction: row; flex-wrap: wrap; padding-bottom: 30px;}
.feature-pto { width: 360px;}
.feature-data { width: calc(100% - 360px); padding-left: 30px;}

.pro-spec { width: 80%; border-spacing: 0; border-collapse: inherit; border: 1px solid #eaeaea; margin: 0 auto;}
.pro-spec th, .pro-spec td { padding: 14px calc(10px + 1%); line-height: 1.3; font-size: 16px;}
.pro-spec th { color: #fff; text-align: left; background: linear-gradient(90deg, #111111 0%, #555555 50%, #111111 100%); border-bottom: 1px solid #fff; font-weight: 700;}
.pro-spec td { text-align: center; font-weight: 400; }
.pro-spec td.bg-white { color: #666; background: #fff; }
.pro-spec td.bg-black { color: #666; background: #eee; }
.pro-spec th.no-border { border-width: 0 !important;}

.pro-detail-video { max-width: 800px; margin: 0 auto;}
.video-container {position: relative;padding-bottom: 51.5%;padding-top: 30px;height: 0;overflow: hidden;}
.video-container iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%; border-width: 0;}

.btn-tool { border-top: 1px solid #eaeaea;border-bottom: 1px solid #eaeaea;display: flex ;flex-direction: row; flex-wrap: nowrap; justify-content: space-between;  margin-top: 20px; padding: 15px;}
.btn-tool > a { display: flex ;flex-direction: row; flex-wrap: nowrap; align-items: center; cursor: pointer;}
.btn-tool > a:hover { transform: scale(0.9);}
.btn-tool > a > span { display: inline-block; padding: 0 10px;}

/*application*/
.application-section { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; flex-wrap: nowrap; padding-bottom: calc(20px + 2.5%);}
.application-section > a { margin-bottom: calc(20px + 2%); border: 2px solid #d8d8d8; padding: 28px; display: flex; flex-direction: row; flex-wrap: wrap; align-items: center;}
.application-section > a:hover { color: #666; border: 2px solid #b61900}
.application-section > a:hover img { transform: scale(0.95);box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.3);}
.application-section > a > div:nth-of-type(1) { width: calc(50% - 70px);}
.application-section > a > div:nth-of-type(1) img { transition: all 0.4s ease-out 0s; }
.application-section > a > div:nth-of-type(2) { width: calc(50% + 70px); padding-left: 35px;}
.application-section > a:nth-child(even) > div:nth-of-type(1) { order: 2;}
.application-section > a:nth-child(even) > div:nth-of-type(2) { order: 1; padding-left: 0px; padding-right: 35px;}

/*gallery*/
.gallery-section { padding-bottom: calc(10px + 1%); display: flex; flex-direction: column; flex-wrap: nowrap;}
.gallery-section > div { position: relative; padding: 0 5%; margin-bottom: 50px;}
.gallery-section > div:after { position: absolute; content: ""; z-index: -1; width: calc(50% + 280px); height:77%; bottom: 0;left: 0; background: linear-gradient(90deg, #111111 0%, #555555 50%, #111111 100%);  }
.gallery-section > div:nth-child(even):after { left: auto; right: 0; }
.gallery-section > div .content-Box { display: flex; flex-direction: row; flex-wrap: wrap; align-items: flex-end;}
.gallery-section > div .content-Box > div { width: 50%; padding-left: 5%; padding-right: 5%;}
.gallery-section > div .content-Box > div:nth-of-type(1) { padding-bottom: 5%;}
.gallery-section > div:nth-child(even) .content-Box > div:nth-of-type(1) { order: 2;}
.gallery-section > div:nth-child(even) .content-Box > div:nth-of-type(2) { order: 1;}

/*video*/
.video-list { display: flex; flex-direction: row; flex-wrap: wrap; margin-right: -40px; }
.video-list > a { width: calc(33.33% - 40px); margin-right: 40px; margin-bottom: 40px; position: relative;}
.video-list > a:hover .video-list-pto img { transform: scale(1.05);}
.video-list > a:hover .video-list-name { background: #b61900; padding: 18px;}
.video-list > a:hover .video-list-name > div:nth-of-type(1) { color: #fff;}
.video-list > a:hover .video-list-name > div:nth-of-type(2) { background: #fff;}
.video-list-pto { padding-bottom: 60%;}
.video-list-pto img { transition: all 0.4s ease-out 0s;}
.video-list-name { padding: 18px 0;display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center;transition: all 0.4s ease-out 0s;}
.video-list-name > div:nth-of-type(1) { font-size: clamp(16px, 1.3vw, 18px); font-weight: 700; color: #111; padding-right: 10px; line-height: 1.1;}
.video-list-name > div:nth-of-type(2) { width: 7px; height: 10px; background: #111; clip-path: polygon(0% 0, 100% 50%, 0% 100%);}

#page { text-align: center; padding:0 0 calc(20px + 4%) 0;}
#page a { font-size: 16px; color: #444; 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: #b61900; color: #fff;}
.page-prev, .page-next { width: 12px !important; height: 12px !important; line-height: inherit !important; border-radius: 0 !important; border-top:1px solid #444; border-right: 1px solid #444; margin: 0 20px;}
.page-prev:hover, .page-next:hover { background: none !important;}
.page-prev { transform: rotate(-135deg);}
.page-next { transform: rotate(45deg);}

/*news*/
.news-select-tool { position: relative; padding-bottom: 10px; margin: -70px 0 0 auto; width: 140px;}
.news-select-tool select{  margin: 0px 0 25px 0; min-width: 80px; width:100%; background-image: url(../images/product-select.png); background-repeat: no-repeat; background-position: calc(100% - 10px) 19px; -webkit-appearance: none; -moz-appearance: none; appearance: none;   margin-right:4px; background-color: transparent; font-size: 16px; border-width:0 0 1px 0; border-style: solid; border-color: #222; mwidth: 100%; color:#111; font-family: 'Lato', sans-serif; height: 44px; padding: 0 30px 0 8px;  letter-spacing: 0;}
.news-select-tool option { padding:1px 5px;}
.news-select-tool select::-ms-expand {
    display: none;
}

.news-list { display: flex; flex-direction: row; flex-wrap: wrap; margin-right: -40px; padding-bottom: calc(20px + 2%); }
.news-list > a { width: calc(50% - 40px); margin-right: 40px; margin-bottom: 40px; }

.idx-news-link { display: block;}
.idx-news-link:hover .idx-news-pto img { transform: scale(1.1);}
.idx-news-pto { padding-bottom: 56%; margin-bottom: 18px;}
.idx-news-pto img { transition: all 0.4s ease-out 0s;}
.idx-news-date { line-height: 1; color: #666666;font-size: clamp(16px, 1.3vw, 18px); margin-bottom:8px;}
.idx-news-title { line-height: 1.3; color: #333;font-size: clamp(18px, 1.5vw, 20px); font-weight: 900; }

/*faq*/
.faq-list { display: flex; flex-direction: row; flex-wrap: wrap; margin-right: -40px; padding-bottom: calc(20px + 3%); }
.faq-list > a { width: calc(50% - 40px); margin-right: 40px; margin-bottom: 20px;display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; border-radius: 20px; border: 1px solid #d7d7d7; padding: 20px;}
.faq-list > a:hover { border: 1px solid #b61900;}
.faq-list > a:hover > div:nth-of-type(1) { color: #b61900; border-right: 1px solid #b61900;}
.faq-list > a:hover > div:nth-of-type(2) { color: #b61900; }
.faq-list > a:hover > div:nth-of-type(3) { background: #b61900; }
.faq-list > a > div:nth-of-type(1) { width: 48px; line-height: 1; color: #111; font-size: clamp(18px, 1.5vw, 20px); font-weight: 700; border-right: 1px solid #111;transition: all 0.4s ease-out 0s;}
.faq-list > a > div:nth-of-type(2) { width: calc(100% - 48px - 40px); padding: 0 15px; line-height: 1.1;font-size: clamp(16px, 1.3vw, 18px); font-weight: 900; color: #111;transition: all 0.4s ease-out 0s;}
.faq-list > a > div:nth-of-type(3) { width: 40px; height: 40px; border-radius: 100%; background: #d8d8d8;display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center;transition: all 0.4s ease-out 0s;}
.faq-list > a > div:nth-of-type(3) img { filter: invert(1); width: 20px;}

/*contact*/
.contact-box { background: url("../images/contact-bg.png") no-repeat top right; padding-left: 5%; padding-right: 5%;}
.contact-section { max-width: 1100px; margin: 0 auto; text-align: left;}

.contact-info-section { margin-bottom: calc(20px + 2%); display: flex; flex-direction: row; flex-wrap: wrap;}
.contact-info-section > div { width: 33.33%; border-right: 1px solid #cccccc;display: flex; flex-direction: row; flex-wrap: wrap; padding: 15px;}
.contact-info-section > div > div:nth-of-type(1) { width: 52px; height: 52px; border-radius: 100%; background: #b61900;display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: center;}
.contact-info-section > div > div:nth-of-type(1) img { width: 28px; filter: invert(1);}
.contact-info-section > div > div:nth-of-type(2) { width: calc(100% - 53px); padding-left: 10px; font-size: 15px; line-height: 1.3;}
.contact-info-section > div > div:nth-of-type(2) > b { display: block; color: #b61900; font-weight: 900; padding-bottom: 5px;}
.contact-info-section > div:last-child { border-right: 0px solid #cccccc;}

.contact-bottom-section { padding-bottom: calc(20px + 4%);}

.contact-form {  }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333; opacity:1;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: #333; opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* IE 10+ */
  color: #333; opacity:1;
}
input:-moz-placeholder, textarea:-moz-placeholder { /* Firefox 18- */
  color: #333; opacity:1;
}
.contact-info { max-width: 490px; margin: 0 auto 0 0; padding: 0 7%;}

.contact-main input[type="text"], .contact-main input[type="number"], .contact-main input[type="tel"], .contact-main input[type="phone"], .contact-main input[type="date"], .contact-main input[type="email"], .contact-main input[type="password"], .contact-main input[type="button"], .contact-main textarea { font-size: 16px; border-width:0 0 0px 0; border-style: solid; border-color: #666; margin: 0px 0 20px 0; width: 100%; padding: 12px 20px; color:#333; background: #f3f3f3; font-family: 'Lato', sans-serif; letter-spacing: 0; height: 51px; border-radius: 25px;}
.contact-main textarea { height:225px; padding:15px 20px; letter-spacing: 1px; resize: none;border-radius: 25px; }
.contact-main select{  margin: 0px 0 20px 0; min-width: 80px; width:100%; background-image: url(../images/product-select.png); background-repeat: no-repeat; background-position: calc(100% - 20px) 19px; -webkit-appearance: none; -moz-appearance: none; appearance: none;   margin-right:4px; background-color: #f3f3f3; font-size: 16px; border-width:0 0 0px 0; border-style: solid; border-color: #666; mwidth: 100%; color:#333; font-family: 'Lato', sans-serif; height: 51px; padding: 0 35px 0 20px;  letter-spacing: 0;border-radius: 25px;}
.contact-main option { padding:1px 5px;}
.contact-main select::-ms-expand {
    display: none;
}

.contact-form-3 { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.contact-form-3 > div { width: 47.5%;}

.input-placeholder {
  position: relative;
}
.input-placeholder input {
  padding: 0px;
}
.input-placeholder input:valid + .placeholder, .input-placeholder textarea:valid + .placeholder {
  display: none;
}
.placeholder {
  position: absolute;
  pointer-events: none;
  top: 10px;
  bottom: 2px;
  left: 20px;
  margin: auto;
  color: #333;
}
.placeholder span {
  color: red;
}

.btn-type-2 { display: block; width: 150px; line-height: 50px; background: #b61900; color: #fff !important; text-align: center; font-size: 16px; border-radius: 5px; margin: calc(10px + 1%) auto; position: relative; overflow: hidden; transition: all 0.4s ease-out 0s; border-width: 0;}
.btn-type-2 > span { position: relative; z-index: 2;}
.btn-type-2:after { background: #222222; bottom: 0; width: 0%; height: 100%; right: -10px; content: ""; display: block; position: absolute;transition: all 0.25s ease-out 0s; transform: skewX(-20deg);}
.btn-type-2:hover { width: 140px;}
.btn-type-2:hover:after { width: 120%; left: -10px;}


.news-btnbox-detail {
  width: 100%;
  margin: 10px;;
  display: flex;
  justify-content: center;
}

.btn-news-back {
  text-align: center;
  color: #fff !important;
  font-size: 15px;
  background: #b61900 ;
  padding: 7px 20px;
  border-radius: 50px;
  transition: all 0.25s ease;
}
.btn-news-back:before {
  content: "";
  background: url(icons/icon-back-2.svg) no-repeat;
  padding: 0px 10px;
  margin-right: 5px;
}
.btn-news-back:hover {
  color: #fff; background: #8b1200;
}

@media only screen and (max-width: 1279px) {
    #content { padding-top: 60px; }

	
}


@media only screen and (max-width: 980px) {
	.banner { height: 250px;}
	.banner-pc { display: none !important;}
	.banner-mobile { display: block !important;}
	
	.circle-animate { width: 60%; left: -70px;}
	
	.btn-type-1 { width: 130px; line-height: 40px; font-size: 15px;}
	.btn-type-1:hover { width: 120px;}
	
	.about-section-1 > div:nth-of-type(1) { width: 100%; padding-right: 0px;}
	.about-section-1 > div:nth-of-type(2) { width: 100%; padding-top: 20px; }
	
	.about-section-2-list > div { width: 100%;}
	
	.products-list { justify-content: space-between; margin-right: 0; }
	.products-list > a { width: 48%; margin-right: 0; }
	.products-list > a:hover .products-list-pto-box:before, .products-list > a:hover .products-list-pto-box:after { width: 60px; height: 60px;}
	.products-list-pto-box:before, .products-list-pto-box:after { width: 30px; height: 30px; }
	
	.products-detail-top > div { width: 100%;}
	.products-detail-top > div:nth-of-type(2) { padding-left: 0px; padding-top: 25px;}
	
	.gallery-section > div:after { width: 100%; height: 70%;}
	.gallery-section > div .content-Box > div { width: 100%; padding-left: 0%; padding-right: 0%;}
	.gallery-section > div .content-Box > div:nth-of-type(1) { order: 2;}
	.gallery-section > div .content-Box > div:nth-of-type(2) { order: 1; margin-bottom: 20px;}
	
	.video-list { margin-right: 0px; justify-content: space-between;}
	.video-list > a { width: calc(50% - 15px); margin-right: 0px; margin-bottom: 30px; }
	
	.faq-list { margin-right: 0px;  }
	.faq-list > a { width: 100%; margin-right: 0px;}
}
@media only screen and (max-width: 768px) {
	.feature-pto { width: 100%; padding-bottom: 20px;}
	.feature-data { width: calc(100% - 0px); padding-left: 0px;}

	.application-section > a { padding: 15px;}
	.application-section > a > div:nth-of-type(1) { width: 100%; padding-bottom: 20px;}
	.application-section > a > div:nth-of-type(2) { width: 100%; padding-left: 0px;}
	.application-section > a:nth-child(even) > div:nth-of-type(1) { order: 1;}
	.application-section > a:nth-child(even) > div:nth-of-type(2) { order: 2; padding-right: 0;}
	
	.contact-info-section > div { width: 100%; border-right: 0px solid #cccccc;border-bottom: 1px solid #cccccc; padding: 15px 0;}
	
	.contact-form-3 > div { width: 100%;}
}
@media only screen and (max-width: 640px) {
	.banner { height: 140px;}
	
}
@media only screen and (max-width: 570px) {
	.products-list > a { width: 100%; }
	
	.video-list > a { width: 100%; }
	
	.news-select-tool { padding-bottom: 0px; margin: -10px 0 0 auto; width: 100%;}
	
	.news-list { margin-right: 0px; }
	.news-list > a { width: 100%; margin-right: 0px; margin-bottom: 30px; }
}

@media only screen and (max-width: 414px) {
	
}

@media only screen and (max-width: 320px) {
	.btn-tool { flex-direction: column; align-items: center;}
	.btn-tool > a { padding-bottom: 15px;}
	.btn-tool > a:last-child { padding-bottom: 0;}
	
	
}