html, body {
	margin: 0;
	overflow-x: clip;
	scroll-behavior: smooth;
}

a, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: none;
 }

.c {
	display: flex;
	justify-content: center;
	align-items: center;

}

.desktop {
	visibility:visible;
	display: block;
}

.mobile {display: none;}

.s0{font-size: calc(100vw - 94vw)!important;}
.s1{font-size: calc(100vw - 96vw) !important;}
.s2{font-size: calc(100vw - 98.5vw) !important;}
.s3{font-size: calc(100vw - 98.8vw) !important;}
.s4{font-size: calc(100vw - 99vw) !important;}
.s5{font-size:10px!important;}

.f1{font-family:century;}
.f2{font-family:centuryB;}
.f3{font-family:centuryI;}	
.f4{font-family:centuryBI;}	
.f5{font-family:impact;}	
.f6{font-family:gloss;}
.f7{font-family:signature;}

.con100 {
	width:100vw;
	height: 100vh;
	position: relative;
	float:left;
}

.con80 {
	width:100vw;
	height: 80vh;
	position: relative;
	float:left;
}

.con50 {
	width:100vw;
	height: 50vh;
	position: relative;
	float:left;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

#navbar {
	background-color: #333;
	position: fixed;
	top: -500px;
	width: 100%;
	display: block;
	transition: top 0.3s;
	z-index: 999;
}
#navbar div:nth-child(1){width:40%; height:auto; position:relative; float:left;}
#navbar div:nth-child(1) img {width:100%; padding:10px; box-sizing: border-box;  filter: invert()}
#navbar div:nth-child(2) {
	width: 60%;
	height: auto;
	position: relative;
	float: left;
	padding-left: calc(100vw - 85vw);
	box-sizing: border-box;
	padding-top: 10px;
}
#navbar div:nth-child(2) span {
	width: max-content;
	height: auto;
	position: relative;
	float: left;
	display: block;
	color: #999;
	transition: all ease 500ms;
	margin: 0 10px;
}
#navbar div:nth-child(2) span:hover {color:#666; }

.dropdown { margin: 0 auto; position: relative; list-style-type: none; }
.dropdown > li > a { color: #333; display: block; }
.dropdown ul { width: max-content; height: auto; background-color: #333; position: absolute; left: 0; top: 20px; padding: 10px; opacity: 0; transition: all .5s ease; list-style-type: none; transform: translate(0,-20%); }
.dropdown li:hover ul {height: auto;opacity: 1;transform: translateY(0);}
.dropdown ul a {color: #999;display: block;padding: 5px; box-sizing:content-box;}
.dropdown ul a:hover {color: #fff; }

.dropdown2 { margin: 0 auto; position: relative; list-style-type: none; padding: 0; }
.dropdown2 > li > a { color: #999; display: block; }
.dropdown2 ul { width: max-content; height: auto; background-color: #333; position: absolute; left: 0; top: 20px; padding: 10px; opacity: 0; transition: all .5s ease; list-style-type: none; transform: translate(0,-20%); }
.dropdown2 li:hover ul {height: auto;opacity: 1;transform: translateY(0);}
.dropdown2 ul a {color: #999;display: block;padding: 5px; box-sizing:content-box;}
.dropdown2 ul a:hover {color: #fff; }

.changed::after {top: 10vh !important;}

#header { width: 90%; position:absolute; transition: 0.4s; transition-duration: 120ms; top:5vh; left: 50%; transform: translate(-50%); z-index: 800; }

.header_logo{ width:20%; height:auto; position:relative; float:left; }
.header_logo img { height:12vh; }

.header_btn_con { width: 60vw; height: auto; position: absolute; top: 50%; left: 90%; transform: translate(-50%, -50%); }

.header_btn { position: relative; float: left; color: #333; transition: all ease-in 300ms; margin-left: 20px; padding: 0; cursor: pointer; }
.header_btn:hover { color:#7A7A7A; transform: scale(1.05); } 
.btn_active { position: relative; float: left; margin-left: 20px; color:#7A7A7A; }

.index_fade1 {
	animation: titleFade 1s ease backwards;
	animation-delay:500ms;
}

@keyframes titleFade { 
 	0%{ transform:translate(0px, 100px); opacity: 0;} 
  100%{ transform:translate(0px, 0); opacity: 1;}
}

.index_fade2 {
	animation: titleFade 1s ease backwards;
	animation-delay:800ms;
}

@keyframes titleFade { 
 	0%{ transform:translate(0px, 100px); opacity: 0;} 
  100%{ transform:translate(0px, 0); opacity: 1;}
}

.index_fade3 {
	animation: titleFade 1s ease backwards;
	animation-delay:1s;
}

@keyframes titleFade { 
 	0%{ transform:translate(0px, 100px); opacity: 0;} 
  100%{ transform:translate(0px, 0); opacity: 1;}
}

.index_con1a{ width:45vw; height:100vh; position:relative; float:left; background-color:#F9F9F9; }

.index_con1a div:nth-child(1) { width: 50vw; height: auto; position: relative; z-index: 10; line-height: calc(100vh - 88vh); color: #000; margin-top: calc(100vh - 70vh); margin-left: calc(100vw - 95vw); }

.index_con1a div:nth-child(1) span{color:#666;}

.index_con1a div:nth-child(2) { width: 35vw; height: auto; position: relative; z-index: 10; line-height: calc(100vh - 96vh); color: #4a4a4a; margin-top: calc(100vh - 98vh); margin-left: calc(100vw - 95vw); }

.index_con1b{ width:55vw; height:100vh; position:relative; float:left; background-color:#a7a3a0; }
.index_con1b img{ height:100%; }

.indexBtn1 { width: auto; height: auto; position: relative; float: left; color: #666; border: 1px solid #666; padding: 10px 40px; transition: all ease-in 300ms; cursor: pointer; margin-top: calc(100vh - 95vh); margin-left: calc(100vw - 85vw); }
.indexBtn1:hover { color:#fff; border:1px solid #666; background-color: #666; }

.index_con2a{ width:40vw; height:100%; position:relative; float:left; background-color:#fff; }
.index_con2a div:nth-child(1) { width: 35vw; height: auto; position: absolute; z-index: 1; margin-top: calc(100vh - 85vh); margin-left: calc(100vw - 90vw); }
.index_con2a div:nth-child(1) img { width: 100%; height: 70vh; border: 10px solid #fff; object-fit: cover; object-position: bottom; }

.index_con2b { width: 60vw; height: auto; position: relative; float: left; background-image: url("../images/product_1.jpg"); background-attachment: fixed; background-size: cover; background-repeat: no-repeat; background-position-x: 0vw; }
.index_con2b div:nth-child(1) {width:70%; height:100vh; position:relative; float:right; color:#fff; padding: 5vh 5vw 0 0;
  box-sizing: border-box;}
.index_con2b div:nth-child(1) p { text-indent: 30px; }

.index_con3 { width: 90vw; height: auto; position: relative; margin: 0 auto; }
.index_con3_title { width: 60vw; color: #666; display: flex; justify-content: center; align-items: center; margin: 10vh auto; }

/*#choose {
	background-image: url("../images/profile_3.jpg");
	background-attachment: fixed;
	background-size: cover;
}*/

.ch_box { width: 18%; height: auto; position: relative; float: left; border-radius: 20px; margin: 45px calc(100vw - 99.4vw); /* border: 2px solid darkolivegreen; */ }

.ch_box div:nth-child(1) { width: calc(100vw - 85vw); height: calc(100vh - 85vh); margin: -10vh auto; /*background-color: darkolivegreen;*/}
.ch_box div:nth-child(1) img {width:45%; /*filter: invert();*/}
.ch_box div:nth-child(2) {width:fit-content; height:auto; position:relative; margin: 75px auto 10px; text-align: center; line-height: 24px;color:#333}
.ch_box div:nth-child(3) {width:90%; height:auto; position:relative; margin: 0 auto 10px; color:#666;}

.index_con4 {
	width: 100vw;
	height: 100vh;
	background-image: url("../images/profile_3.jpg.png");
	background-size: 110%;
	background-position-x: -20vw;
	background-position-y: -13vh;	
	background-repeat: no-repeat;
}
.index_con4 div:nth-child(1) {
	width: 100%;
	height: auto;
	position: relative;
	float: left;
	color: #666;
	text-align: left;
	padding: 10% 0 0 50%;
	line-height: 70px;
	box-sizing: border-box;
}
.index_con4 div:nth-child(2) {
	width: 95%;
	height: auto;
	position: relative;
	float: left;
	color: #666;
	text-align: left;
	padding: 0 0 0 50%;
	box-sizing: border-box;
}
.indexBtn2 {
	width: auto;
	height: auto;
	position: relative;
	float: right;
	color: #666 !important;
	border: 1px solid #666;
	margin: 0 10% 0 0;
	padding: 10px 20px;
	transition: all ease-in 300ms;
	cursor: pointer;
}
.indexBtn2:hover {
	color:#fff !important;
	border:1px solid #666;
	background-color: #666;
}

#product {
	background-image: url("../images/product_2.jpg");
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
}
#product div:nth-child(1) {
	width: 90%;
	height: auto;
	position: relative;
	margin: 15vh auto 8vh;
	text-align: center;
	color: #d9d9d9;
	text-shadow: 1px 1px 10px #000;
}

.product_icon {
	width: 11%;
	height: auto;
	position: relative;
	border: 2px solid #999;
	border-radius: 30px;
	display: inline-block;
	margin: 0 10px;
	transition: all ease 500ms;
	cursor: pointer;
}
.product_icon:hover{
	border: 2px solid #fff;
	transform:scale(1.1);
}
.product_icon img {width:80%; margin:0 auto; display: block; padding: 10px; box-sizing: border-box; filter: invert(75%) sepia(0%) saturate(0%) hue-rotate(179deg) brightness(82%) contrast(87%); transition: all ease 500ms;}

.product_icon img:hover {filter: invert(100%) sepia(23%) saturate(1508%) hue-rotate(200deg) brightness(105%) contrast(105%);}

.product_icon div {width:100%; text-align:center; color:#999;}


#contact { background-image: url("../images/profile_3.jpg"); background-attachment: fixed; background-repeat: no-repeat; background-size: 65%; background-position: left bottom; }

#contact div:nth-child(1) { width: 50vw; position: relative; float: left; }
#contact div:nth-child(1) img { width: 100%; height: 80vh; object-fit: cover; object-position: 0 75%; }

#contact div:nth-child(2) { width: 50vw; position: relative; float: right; color: #666; margin: 10vh 0 0 0; padding: 0px 0 0 60px; box-sizing: border-box; }

#contact div:nth-child(3) { width: 50vw; position: relative; float: right; color: #999; margin: 3vh 0 0 0; padding: 0 5vw 0 60px; box-sizing: border-box; }

.indexBtn3 { width: auto; height: auto; position: relative; float: left; color: #666 !important; margin: 10vh 15vw; padding: 10px 25px; transition: all ease-in 300ms; cursor: pointer; display: -webkit-inline-box; border-left: 1px solid #666; border-right: 1px solid #666; border-bottom: 1px solid #666; }
.indexBtn3:hover { color:#f00 !important; border-left: 1px solid #f00; border-right: 1px solid #f00; border-bottom: 1px solid #f00; }

#footer{
	background-color:#1D1D1D;
	padding: 10vh 0;
  	box-sizing: border-box;
  	height:auto !important;
}

.footerA {width:40%; height:auto; position:relative; float:left;}
	.footerA div:nth-child(1){ width:100%;}
	.footerA div:nth-child(1) img {width: 45%;filter: invert();margin: 0 auto;display: block;}
	.footerA div:nth-child(2) {width: 65%;color: #999;margin: 0 auto;text-align: center; margin-top:5vh;}
	.footerA div:nth-child(3) {width: 65%;color: #999;margin: 0 auto;text-align: center;}

.footerB {width:20%; height:auto; position:relative; float:left;}
	.footerB div:nth-child(1){ width: fit-content; color:#D8BA52; letter-spacing: 10px; border-bottom: 1px solid #D8BA52;}
	.footerB div:nth-child(2){ width:100%; color:#999; }
	.footerB div:nth-child(2) li { margin:10px 0; }

.footerC {width:40%; height:auto; position:relative; float:left; padding-left: 5vw; box-sizing: border-box;}
	.footerC div:nth-child(1){width: fit-content; color:#D8BA52; letter-spacing: 10px; border-bottom: 1px solid #D8BA52;}
	.footerC div:nth-child(2){width:100%; color:#666; margin-top:10px;}
	.footerC div:nth-child(3){width:60%; color:#666; margin-top: 20px;}
	.footerC div:nth-child(3)::before {
		content: "";
		display: block;
		width: 20px;
		height: 100px;
		position: relative;
		float: left;
		background-image: url("../images/icon-1.png");
		background-size: 50%;
		background-repeat: no-repeat;
		filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%);
		padding: 2px 10px;
}
	.footerC div:nth-child(4){width:100%; color:#666; margin-top:5px; position: relative; float:left;}
    .footerC div:nth-child(4)::before { content: ""; display: block; width: 20px; height: 20px; position: relative; float: left; background-image: url("../images/icon-2.png"); background-size: 50%; background-repeat: no-repeat; filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%); padding: 2px 10px; }
	
	.footerC div:nth-child(5){width:100%; color:#666; margin-top:5px; position: relative; float:left;}
    .footerC div:nth-child(5)::before { content: ""; display: block; width: 20px; height: 20px; position: relative; float: left; background-image: url("../images/icon-2.png"); background-size: 50%; background-repeat: no-repeat; filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%); padding: 2px 10px; }

	.footerC div:nth-child(6){width:100%; color:#666; margin-top:5px; position: relative; float:left;}
    .footerC div:nth-child(6)::before { content: ""; display: block; width: 20px; height: 20px; position: relative; float: left; background-image: url("../images/icon-2.png"); background-size: 50%; background-repeat: no-repeat; filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%); padding: 2px 10px; }
	
	.footerC div:nth-child(7){width:100%; color:#666; margin-top:5px; position: relative; float:left;}
    .footerC div:nth-child(7)::before { content: ""; display: block; width: 20px; height: 20px; position: relative; float: left; background-image: url("../images/icon-2.png"); background-size: 50%; background-repeat: no-repeat; filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%); padding: 2px 10px; }
	
	.footerC div:nth-child(8){width:100%; color:#666; margin-top:5px; position: relative; float:left;}
    .footerC div:nth-child(8)::before { content: ""; display: block; width: 20px; height: 20px; position: relative; float: left; background-image: url("../images/icon-2.png"); background-size: 50%; background-repeat: no-repeat; filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%); padding: 2px 10px; }

	.footerC div:nth-child(9){width:100%; color:#666; margin-top:5px; position: relative; float:left;}
	.footerC div:nth-child(9)::before {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		position: relative;
		float: left;
		background-image: url("../images/icon-3.png");
		background-size: 50%;
		background-repeat: no-repeat;
		filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%);
		padding: 2px 10px;
}

.question_box{
	width:100%;
	height:auto;
	position:relative;
	float:left;
	padding: 0 0 10vh 0;
	background-color:#DCDCDC;
}
	.question_box div:nth-child(1) { width:100%; position:relative; float:left; color:#666; text-align:center; padding: 10vh 0; box-sizing:border-box;}


.question_collapsible {
	width: 80vw;
	height: auto;
	position: relative;
	float: left;
	background-color: #666;
	color: #fff;
	text-align: left;
	padding: 10px 20px;
	left: 50%;
	margin: 10px 0 0 0;
	transform: translate(-50%);
	cursor: pointer;
	transition: all ease 500ms;
}
.question_collapsible:hover {
	background-color:#333;
}

.question_collapsible::before {
	content: "+";
	font-weight: bolder;
	display: block;
	width: 30px;
	position: relative;
	float: left;
	text-align: left;
	padding-left: 20px;
}
.active-question:before {
	content: "-";
	font-weight: bolder;
}

.content {
	width: 80vw;
	height: auto;
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #fff;
	color:#666;
	left: 50%;
	transform: translate(-50%);
	position: relative;
}

.content p {
	margin:10px 0;
}

.bg {
	background-image: url("../images/product_4.jpg");
	background-size: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#hydraulic{background-color: #fff; height: auto !important; padding: 5vh 0;}
	.hydraulicA {width:40vw; height: 100vh; position:relative; float:left}
		.hydraulicA div:nth-child(1) {width:100%; height:auto; line-height: 60px; margin:10vh 0 0 5vw; color:#333;}
		.hydraulicA div:nth-child(2) {width:40%; height: 65vh; position:relative; float:left; margin-left: 3vw;}
		.hydraulicA div:nth-child(2) img {width:100%; bottom: 0; position: absolute;}
		.hydraulicA div:nth-child(3) {width:50%; height:65vh; position:relative; float:left;}
		.hydraulicA div:nth-child(3) img {width:100%; bottom: 0; position: absolute;}

	.hydraulicB {width:60vw; height: auto; position:relative; float:left; padding-top: 10vh; box-sizing: content-box; text-align: center;}
	.hydraulicB_content {
		width: 65%;
		height: auto;
		position: relative;
		display: inline-block;
		border-top: unset;
		border-right: unset;
		border-bottom: 2px solid #666;
		border-left: 2px solid #666;
		padding: 10px;
		box-sizing: border-box;
		margin: 3vh;
	}
		.hydraulicB_content div:nth-child(1){width:20%; height:100%; position:absolute; float:left; color:#999;}
		.hydraulicB_content div:nth-child(2){width:80%; height:auto; position:relative; float:left; margin-left:20%; color:#333;}
		.hydraulicB_content div:nth-child(3){width:80%; height:100%; position:relative; float:left; margin-left:20%; color:#666;}


#gallery{padding-top:20vh; height:auto !important;}
.product_title { width: 100vw; height: auto; position: relative; float: left; text-align: center; margin-top: 10vh; color: #666; }
.product_content { width: 60vw; height: auto; position: relative; text-align: center; color: #999; margin: 0 auto; display: block; }

.product_content ul {
	width: 43%;
	text-align: left;
}

.product_photo { width: 70vw; height: auto; display: block; position: relative; margin: 0 auto; }

.productbox_info {
	width: 15vw;
	height: 250px;
	position: relative;
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	margin: 1vw;
}
		
.productbox_info img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	box-sizing: border-box;
	padding: 10px;
}

/* ====== Zoom effect ====== */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
}
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}



.sticky_menu {
	width: 10vw;
	height: auto;
	position: fixed;
	left: -100%;
	background: #e3e3e3;
	-webkit-animation: sticky 0.5s forwards;
	-webkit-animation-delay: 2s;
	animation: sticky 0.5s forwards;
	animation-delay: 500ms;
	top: 20vh;
	padding: 20px;
	box-sizing: border-box;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	box-shadow: 0 0 20px #a6a6a6;
	z-index: 700;	
}

@-webkit-keyframes sticky {
    100% { left: 0; }
}

@keyframes sticky {
    100% { left: 0; }
}

.sticky_icon{
	width:100%;
	height:auto;
	position:relative;
	float:left;
	margin: 7px 0;
	cursor:pointer;
}
.sticky_icon span {color:#333; text-align: center; display: block;}
.sticky_icon img {width: 40%; margin: 0 auto; display: block; filter: invert(11%) sepia(1%) saturate(2651%) hue-rotate(349deg) brightness(106%) contrast(78%); transition:all ease 500ms;}
.sticky_icon img:hover {filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(187deg) brightness(89%) contrast(99%);}

#landing{ background:#f4f4f4; height:auto !important;}

.landingA {
	width: 50vw;
	height: 100vh;
	position: relative;
	float: left;
	background-image: url("../images/hy_ld-1.jpg");
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.landingA_box {
	width:75%;
	height:100vh;
	position:relative;
	margin: 0 auto;
	padding: 5%;
  	box-sizing: border-box;	
}
.landingA_box img { width: 45%; margin: 0 auto; display: block; -webkit-filter: drop-shadow(0 0 20px #333); filter: drop-shadow(0 0 20px #333); }
.landingA_box div:nth-child(2) { width: 100%; color: #222; text-align: center; margin: 5vh 0 0 0; }
.landingA_box div:nth-child(3) { width: 80%; color: #444; text-align: center; margin:0 auto;}

.landingB{
	width: 50vw;
	height: 100vh;
	position: relative;
	float: left;
	background-image: url("../images/hy_ld-2.jpg");
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
.landingB_box {
	width:75%;
	height:100vh;
	position:relative;
	margin: 0 auto;
	padding: 5%;
  	box-sizing: border-box;	
}
.landingB_box img { width: 45%; margin: 0 auto; display: block; -webkit-filter: drop-shadow(0 0 20px #000); filter: drop-shadow(0 0 20px #000); }
.landingB_box div:nth-child(2) { width: 100%; color: #f4f4f4; text-align: center; margin: 5vh 0 0 0; }
.landingB_box div:nth-child(3) { width: 80%; color: #C3C3C3; text-align: center; margin:0 auto;}

.video_btn {
	width: max-content;
	height: auto;
	position: relative;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #ECDE17 !important;
	margin: 0 auto;
	display: block;
}

.lightbox-video {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.lightbox-video:target {
  outline: none;
  display: block;
}

#videoModal {
  border-radius: 0;
  width: 870px;
  margin: auto;
}
#videoModal .modal-body {
  height: 489px;
  padding: 0;
  max-height: none;
  overflow: hidden;
  margin-top: 10vh;
}

#car {
	width: 85vw !important;
	float: right;
	height: auto !important;	
	background-image: url("../images/hy_cr-1.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom:3vh;
	box-sizing: border-box;
}

.carA {
	width: 70vw;
	height: auto;
	position: relative;
	margin: 5vh 0 0 5vw;
	float: left;
}
.carA div:nth-child(1) { width: 100%; height: auto; position: relative; background-color: #333; color: #FFF; margin-top: 5vh; border-radius: 25px; padding: 10px 10px 20px 10vw; box-sizing: border-box; }
.carA div:nth-child(1) img {
	width: 15%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-20%,-15%);
}

.carB {
	width: 75vw;
	height: auto;
	position: relative;
	margin: 0vh -8vw;;
	float: right;
}
.carB div:nth-child(1) { width: 85%; height: auto; position: relative; background-color: #333; color: #FFF; margin-top: 5vh; border-radius: 25px; padding: 10px 10vw 20px 5vw; box-sizing: border-box; }
.carB div:nth-child(1) img {
	width: 15%;
	position: absolute;
	left: 80%;
	top: 0;
	transform: translate(45%,-5%);
}

.carC {
	width: 70vw;
	height: auto;
	position: relative;
	margin: 0vh 5vw;
	float: left;
}
.carC div:nth-child(1) { width: 100%; height: auto; position: relative; background-color: #333; color: #FFF; margin-top: 5vh; border-radius: 25px; padding: 10px 10px 20px 10vw; box-sizing: border-box; }
.carC div:nth-child(1) img {
	width: 15%;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate(-20%,-50%);
}

.plan_box1{ width:50vw; height:auto; position:relative; float:left; padding:10vh; box-sizing:border-box;}
.plan_box1 img {
	width: 65%;
	float:right;
}
.plan_box1 div {width:65%; text-align:center; margin-top: 2vh;float:right;}

.plan_box2{ width:50vw; height:auto; position:relative; float:left; padding:10vh; box-sizing:border-box;}
.plan_box2 img {
	width: 65%;
	float:left;
}
.plan_box2 div {width:65%; text-align:center; margin-top: 2vh;float:left;}

.plan_box3 { width: 50vw; height: auto; position: relative; padding: 10vh; box-sizing: border-box; display: inline-block; left: 50%; transform: translate(-30%); }
.plan_box3 img {
	width: 65%;
	border: 1px solid #666;
}
.plan_box3 div {width:65%; text-align:center; margin-top: 2vh;float:left;}

.plan_box4 { width: auto; height: 100vh; position: relative; padding: 10vh; box-sizing: border-box; display: inline-block; left: 50%; transform: translate(-40%); }
.plan_box4 img {
	height: 100%;
	border: 1px solid #666;
}
.plan_box4 div {width:65%; text-align:center; margin-top: 2vh;float:left;}


#feature {
	padding-top: 10vh;
	box-sizing: border-box;
	background-color: #f4f4f4;
	height: auto;
	padding-bottom: 10vh;
}

.specification {
	border-collapse: collapse;
	width: 65vw;
	position: relative;
	height: auto;
	margin: 0 auto;
}

.specification_header {background-color: #333 !important;color: #f4f4f4;}
.specification_A {width:30%;}
.specification_B{width:70%;}

.specification li{
    margin-left:-25px;
}

.specification td, .specification th {
	border: 1px solid #ddd;
	padding: 8px;
}
.specification tr:nth-child(even){background-color: #f2f2f2;}
.specification tr:hover {background-color: #ddd;}
.specification th {
	padding:20px 10px;
	text-align: left;
    font-weight: normal;	
}

#safety {
	width: 100vw;
	height: auto !important;
	padding: 10vh 20vw;
	box-sizing: border-box;
	position: relative;
}
.safetyA { width:70vw; height:auto; position:relative; float:left; color:#333;}
.safetyB { width:70vw; height:auto; position:relative; float:left; margin: 0 0 3vh 20px; color:#666;}


.contact_map {
	width: 100vw;
	height: auto;
	position: relative;
	float: left;
	margin-top: 20vh;
}
.contact_form {
	width: 100vw;
	height: auto;
	position: relative;
	float: left;
	background-color: #333;
	box-sizing: border-box;
 background: rgb(6,6,6);
background: -moz-radial-gradient(circle, rgba(6,6,6,1) 0%, rgba(35,37,38,1) 100%);
background: -webkit-radial-gradient(circle, rgba(6,6,6,1) 0%, rgba(35,37,38,1) 100%);
background: radial-gradient(circle, rgba(6,6,6,1) 0%, rgba(35,37,38,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#060606",endColorstr="#232526",GradientType=1); 
}

.contact_formA {width:40vw; height:auto; position: relative; float: left; text-align:right; padding: 10vh 0;box-sizing: border-box;}
.contact_formA div:nth-child(1) {width:100%; text-align:right; color:#999;}
.contact_formA div:nth-child(2) {
	width: 85%;
	text-align: right;
	color: #f4f4f4;
	float: right;
}

.contact_formB {width:60vw; height:auto; position: relative; float: left; padding: 10vh 0;box-sizing: border-box;}

.captcha {
	width: 100%;
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 800px) { 
html, body {
	margin: 0;
	overflow-x: clip;
	scroll-behavior: smooth;
}

a, a:hover, a:visited, a:active {
  color: inherit;
  text-decoration: none;
 }

.c {
	display: flex;
	justify-content: center;
	align-items: center;

}

.desktop {
	visibility: hide !important;
	display: none !important;
}

.mobile {display: block;}
	
.hamburger {
	background-color: #333;
	width: 10vw;
	color: #999;
	text-align: center;
	padding: 15px;
	position: fixed;
	z-index: 999;
}
.mobile_logo {
	width: 80vw;
	position: absolute;
	left: 50%;
	transform: translate(-40%);
	z-index: 900;
	padding: 10px;
	box-sizing: border-box;
}
.mobile_logo img{width:45%; }		

.s0{font-size: calc(100vw - 86vw)!important;}
.s1{font-size: calc(100vw - 92vw) !important;}
.s2{font-size: calc(100vw - 93vw) !important;}
.s3{font-size: calc(100vw - 95vw) !important;}
.s4{font-size: calc(100vw - 96vw) !important;}
.s5{font-size:10px!important;}

.f1{font-family:century;}
.f2{font-family:centuryB;}
.f3{font-family:centuryI;}	
.f4{font-family:centuryBI;}	
.f5{font-family:impact;}	
.f6{font-family:gloss;}
.f7{font-family:signature;}

.con100 {
	width:100vw;
	height: 100vh;
	position: relative;
	float:left;
}

.con80 {
	width:100vw;
	height: 80vh;
	position: relative;
	float:left;
}

.con50 {
	width:100vw;
	height: 50vh;
	position: relative;
	float:left;
}

.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.2s;
}

.overlay-content,  .overlay-content-2{
  position: relative;
  top: 10%;
  width: 100%;
	height:100%;
  text-align: center;
  margin-top: 0;
}

.overlay-content-2{ text-align: left !important; padding: 0 10px 0 10px; box-sizing: border-box;}	
	
.overlay a {
  padding: 0;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(95%,-5%);
}

.overlay-content-2 div:nth-child(1){width:100%; position:relative; color:#999;margin: 20px 0;}	
.overlay-content-2 div:nth-child(2){width:100%; position:relative; color:#999;margin:0;}
.overlay-content-2 div:nth-child(3){width:100%; position:relative; color:#999;height: auto;display: inline-block; padding:20px 0 0 0; box-sizing: border-box;}	
.overlay-content-2 div:nth-child(3) p {width:100%; height:auto; position:relative; margin: 0;}
.overlay-content-2 div:nth-child(3) span { width: 25%; height: 90px; position: relative; display: block; float: left; padding: 5px; box-sizing: border-box; text-align: center; border: 1px solid #666; border-radius: 10px; margin: 5px 5px; }.overlay-content-2 div:nth-child(3) span img { width: 100%; height: auto; position: relative; padding: 0 10px; box-sizing: border-box; filter: invert(66%) sepia(2%) saturate(5%) hue-rotate(51deg) brightness(93%) contrast(89%);}
.overlay-content-2 div:nth-child(4) {width:100%; height:auto; position:relative;margin: 20px 0;}
	
	
#navbar {
	background-color: #333;
	position: fixed;
	top: -500px;
	width: 100%;
	display: block;
	transition: top 0.3s;
	z-index: 999;
}
#navbar div:nth-child(1){width:40%; height:auto; position:relative; float:left;}
#navbar div:nth-child(1) img {width:100%; padding:10px; box-sizing: border-box;  filter: invert()}
#navbar div:nth-child(2) {
	width: 60%;
	height: auto;
	position: relative;
	float: left;
	padding-left: calc(100vw - 80vw);
	box-sizing: border-box;
	padding-top: 10px;
}
#navbar div:nth-child(2) span {
	width: max-content;
	height: auto;
	position: relative;
	float: left;
	display: block;
	color: #999;
	transition: all ease 500ms;
	margin: 0 10px;
}
#navbar div:nth-child(2) span:hover {color:#666; }

.dropdown { margin: 0 auto; position: relative; list-style-type: none; }
.dropdown > li > a { color: #333; display: block; }
.dropdown ul { width: max-content; height: auto; background-color: #333; position: absolute; left: 0; top: 20px; padding: 10px; opacity: 0; transition: all .5s ease; list-style-type: none; transform: translate(0,-20%); }
.dropdown li:hover ul {height: auto;opacity: 1;transform: translateY(0);}
.dropdown ul a {color: #999;display: block;padding: 5px; box-sizing:content-box;}
.dropdown ul a:hover {color: #fff; }

.dropdown2 { margin: 0 auto; position: relative; list-style-type: none; padding: 0; }
.dropdown2 > li > a { color: #999; display: block; }
.dropdown2 ul { width: max-content; height: auto; background-color: #333; position: absolute; left: 0; top: 20px; padding: 10px; opacity: 0; transition: all .5s ease; list-style-type: none; transform: translate(0,-20%); }
.dropdown2 li:hover ul {height: auto;opacity: 1;transform: translateY(0);}
.dropdown2 ul a {color: #999;display: block;padding: 5px; box-sizing:content-box;}
.dropdown2 ul a:hover {color: #fff; }

.changed::after {top: 10vh !important;}

#header { width: 90%; position:absolute; transition: 0.4s; transition-duration: 120ms; top:5vh; left: 50%; transform: translate(-50%); z-index: 800; }

.header_logo{ width:20%; height:auto; position:relative; float:left; }
.header_logo img { height:12vh; }

.header_btn_con { width: 50vw; height: auto; position: absolute; top: 50%; left: 90%; transform: translate(-50%, -50%); }

.header_btn { position: relative; float: left; color: #333; transition: all ease-in 300ms; margin-left: 20px; padding: 0; cursor: pointer; }
.header_btn:hover { color:#7A7A7A; transform: scale(1.05); } 
.btn_active { position: relative; float: left; margin-left: 20px; color:#7A7A7A; }

.index_fade1 {
	animation: titleFade 1s ease backwards;
	animation-delay:500ms;
}

@keyframes titleFade { 
 	0%{ transform:translate(0px, 100px); opacity: 0;} 
  100%{ transform:translate(0px, 0); opacity: 1;}
}

.index_fade2 {
	animation: titleFade 1s ease backwards;
	animation-delay:800ms;
}

@keyframes titleFade { 
 	0%{ transform:translate(0px, 100px); opacity: 0;} 
  100%{ transform:translate(0px, 0); opacity: 1;}
}

.index_fade3 {
	animation: titleFade 1s ease backwards;
	animation-delay:1s;
}

@keyframes titleFade { 
 	0%{ transform:translate(0px, 100px); opacity: 0;} 
  100%{ transform:translate(0px, 0); opacity: 1;}
}

.index_con1a {
	width: 60vw;
	height: 100vh;
	position: absolute;
	float: left;
	background-color: #F9F9F9;
}

.index_con1a div:nth-child(1) { width: 50vw; height: auto; position: relative; z-index: 10; line-height: calc(100vh - 93vh); color: #f4f4f4; margin-top: calc(100vh - 70vh); margin-left: calc(100vw - 95vw); }
.index_con1a div:nth-child(1) span{color:#f4f4f4}

.index_con1a div:nth-child(2) { width: 100%; height: auto; position: relative; z-index: 10; line-height: calc(100vh - 96vh); color: #fff; margin-top: calc(100vh - 98vh); margin-left: calc(100vw - 95vw); }

.index_con1b {
	width: 100vw;
	height: 100vh;
	position: relative;
	float: left;
	background-color: #a7a3a0;
}
.index_con1b img{ height:100%; }

.indexBtn1 { width: auto; height: auto; position: relative; float: left; color: #666; border: 1px solid #666; padding: 10px 40px; transition: all ease-in 300ms; cursor: pointer; margin-top: calc(100vh - 95vh); margin-left: calc(100vw - 85vw); }
.indexBtn1:hover { color:#fff; border:1px solid #666; background-color: #666; }

.index_con2a{ width:40vw; height:100%; position:relative; float:left; background-color:#fff; }
.index_con2a div:nth-child(1) { width: 44vw; height: auto; position: absolute; z-index: 1; margin-top: calc(100vh - 85vh); margin-left: calc(100vw - 90vw); }
.index_con2a div:nth-child(1) img {width:100%; border: 10px solid #fff;}

.index_con2b { width: 100vw; height: auto; position: relative; float: left; background-image: url("../images/product_1.jpg"); background-attachment: fixed; background-size: cover; background-repeat: no-repeat; background-position-x: 0vw; }
.index_con2b div:nth-child(1) {
	width: 90%;
	height: auto;
	position: relative;
	float: right;
	color: #f4f4f4;;
	padding: 5vh 5vw 0 0;
	box-sizing: border-box;
}
.index_con2b div:nth-child(1) p { text-indent: 30px; }

#profile {height:auto;}
	
.index_con3 { width: 90vw; height: auto; position: relative; margin: 0 auto; }
.index_con3_title {
	width: 90vw;
	color: #666;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10vh auto;
	text-align: center;
}

/*#choose {
	background-image: url("../images/profile_3.jpg");
	background-attachment: fixed;
	background-size: cover;
}*/

.ch_box {
	width: 90vw;
	height: auto;
	position: relative;
	float: left;
	margin: 0;
}

.ch_box div:nth-child(1) {
	width: 50vw;
	height: auto;
	margin: 0 auto;
	text-align: center;
	font-size: 15px !important;
}
.ch_box div:nth-child(1) img {width:60%; filter: invert(46%) sepia(1%) saturate(1802%) hue-rotate(314deg) brightness(85%) contrast(87%); /*filter: invert();*/}
.ch_box div:nth-child(2) {width:fit-content; height:auto; position:relative; margin: 10px auto 10px; text-align: center; line-height: 25px;color:#333}
.ch_box div:nth-child(3) {width:90%; height:auto; position:relative; margin: 0 auto 30px; color:#666;}

#homelift{height:auto !important;}
	
.index_con4 {
	width: 100vw;
	height: auto;
	background-image: url("../images/profile_3.jpg.png");
	background-size: cover;
	background-position-x: center;
	background-position-y: bottom;
	background-repeat: no-repeat;
	position: relative;
padding: 10vh 0;
    box-sizing: border-box;	
}
.index_con4 div:nth-child(1) {
	width: 100%;
	height: auto;
	position: relative;
	float: none;
	color: #f4f4f4;
	text-align: left;
	padding: 60vh 10px 0 10px;
	line-height: 40px;
	box-sizing: border-box;
	text-shadow: 2px 2px 10px #666;
}
.index_con4 div:nth-child(2) {
	width: 100%;
	height: auto;
	position: relative;
	float: none;
	color: #fff;
	text-align: left;
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
	text-shadow: 1px 1px 5px #000;
	background: rgba(255, 255, 255, 0.3);
}
.indexBtn2 {
	width: 40%;
	height: auto;
	position: relative;
	float: unset;
	color: #333 !important;
	border: 1px solid #fff;
	margin: 0 auto;
	padding: 10px 20px;
	transition: all ease-in 300ms;
	cursor: pointer;
	display: block;
	text-align: center;
	background-color: #fff;
}
.indexBtn2:hover {
	color:#fff !important;
	border:1px solid #666;
	background-color: #666;
}

#product {
	background-image: url("../images/product_2.jpg");
	background-attachment: fixed;
	background-size: cover;
	text-align: center;
}
#product div:nth-child(1) {
	width: 90%;
	height: auto;
	position: relative;
	margin: 5vh auto 0vh;
	text-align: center;
	color: #d9d9d9;
	text-shadow: 1px 1px 10px #000;
	line-height: 40px;
}

.product_icon {
	width: 35%;
	height: auto;
	position: relative;
	border: 2px solid #999;
	border-radius: 30px;
	display: inline-block;
	margin: 10px 5px;
	transition: all ease 500ms;
	padding: 10px;
	cursor: pointer;
}
.product_icon:hover{
	border: 2px solid #fff;
	transform:scale(1.1);
}
.product_icon img {width:80%; margin:0 auto; display: block; padding: 10px; box-sizing: border-box; filter: invert(75%) sepia(0%) saturate(0%) hue-rotate(179deg) brightness(82%) contrast(87%); transition: all ease 500ms;}

.product_icon img:hover {filter: invert(100%) sepia(23%) saturate(1508%) hue-rotate(200deg) brightness(105%) contrast(105%);}

.product_icon div {width:100%; text-align:center; color:#999;}


#contact { background-image:unset; background-attachment: fixed; background-repeat: no-repeat; background-size: 65%; background-position: left bottom; height: auto !important;}

#contact div:nth-child(1) { width: 50vw; position: relative; float: left; }
#contact div:nth-child(1) img { width: 100%; height: 80vh; object-fit: cover; object-position: 0 75%; }

#contact div:nth-child(2) { width: 50vw; position: relative; float: right; color: #666; margin: 10vh 0 0 0; padding: 0 5px 0 5px;; box-sizing: border-box; }

#contact div:nth-child(3) { width: 50vw; position: relative; float: right; color: #999; margin: 3vh 0 0 0; padding: 0 20px 0 20px; box-sizing: border-box; }

.indexBtn3 { width: auto; height: auto; position: relative; float: left; color: #666 !important; margin: 10vh 15vw; padding: 10px 25px; transition: all ease-in 300ms; cursor: pointer; display: -webkit-inline-box; border-left: 1px solid #666; border-right: 1px solid #666; border-bottom: 1px solid #666; }
.indexBtn3:hover { color:#f00 !important; border-left: 1px solid #f00; border-right: 1px solid #f00; border-bottom: 1px solid #f00; }

#footer{
	height: auto !important;
	background-color:#1D1D1D;
	padding: 10vh 0;
  	box-sizing: border-box;
}

.footerA {width:100%; height:auto; position:relative; float:left; padding: 20px 0;box-sizing: border-box;}
	.footerA div:nth-child(1){ width:100%;}
	.footerA div:nth-child(1) img {width: 50%;filter: invert();margin: 0 auto;display: block;}
	.footerA div:nth-child(2) {width: 65%;color: #999;margin: 0 auto;text-align: center; margin-top:5vh;}
	.footerA div:nth-child(3) {width: 65%;color: #999;margin: 0 auto;text-align: center;}

.footerB {width:100%; height:auto; position:relative; float:left; padding: 20px 0;box-sizing: border-box;}
	.footerB div:nth-child(1){ width: fit-content; color:#D8BA52; letter-spacing: 10px; border-bottom: 1px solid #D8BA52; margin: 0 auto;}
	.footerB div:nth-child(2){ width:100%; color:#999; margin:20px 0 0 -25px !important; text-align: center;}
	.footerB div:nth-child(2) li { margin:10px 0; }

.footerC {width:100%; height:auto; position:relative; float:left; padding-left:0; box-sizing: border-box;}
	.footerC div:nth-child(1){width: fit-content; color:#D8BA52; letter-spacing: 10px; border-bottom: 1px solid #D8BA52; margin: 0 auto;}
	.footerC div:nth-child(2) {
	width: 90%;
	color: #666;
	margin-top: 10px;
	margin: 10px auto;
	text-align: center;
}
	.footerC div:nth-child(3){width:90%; color:#666; margin-top: 20px; margin: 20px auto;}
	.footerC div:nth-child(3)::before {
		content: "";
		display: block;
		width: 20px;
		height: 100px;
		position: relative;
		float: left;
		background-image: url("../images/icon-1.png");
		background-size: 50%;
		background-repeat: no-repeat;
		filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%);
		padding: 2px 10px;
		left: 12px;
}

    .footerC div:nth-child(4) { width: 90%; color: #666; margin-top: 5px; position: relative; float: none; margin: 20px auto; }
    .footerC div:nth-child(4)::before { content: ""; display: block; width: 20px; height: 20px; position: relative; float: left; background-image: url("../images/icon-2.png"); background-size: 50%; background-repeat: no-repeat; filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%); padding: 2px 10px; left: 12px; }

    .footerC div:nth-child(5) { width: 90%; color: #666; margin-top: 5px; position: relative; float: none; margin: 20px auto; }
    .footerC div:nth-child(5)::before { content: ""; display: block; width: 20px; height: 20px; position: relative; float: left; background-image: url("../images/icon-2.png"); background-size: 50%; background-repeat: no-repeat; filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%); padding: 2px 10px; left: 12px; }

    .footerC div:nth-child(6) { width: 90%; color: #666; margin-top: 5px; position: relative; float: none; margin: 20px auto; }
    .footerC div:nth-child(6)::before { content: ""; display: block; width: 20px; height: 20px; position: relative; float: left; background-image: url("../images/icon-2.png"); background-size: 50%; background-repeat: no-repeat; filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%); padding: 2px 10px; left: 12px; }

    .footerC div:nth-child(7) { width: 90%; color: #666; margin-top: 5px; position: relative; float: none; margin: 20px auto; }
    .footerC div:nth-child(7)::before { content: ""; display: block; width: 20px; height: 20px; position: relative; float: left; background-image: url("../images/icon-2.png"); background-size: 50%; background-repeat: no-repeat; filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%); padding: 2px 10px; left: 12px; }

    .footerC div:nth-child(8) { width: 90%; color: #666; margin-top: 5px; position: relative; float: none; margin: 20px auto; }
    .footerC div:nth-child(8)::before { content: ""; display: block; width: 20px; height: 20px; position: relative; float: left; background-image: url("../images/icon-2.png"); background-size: 50%; background-repeat: no-repeat; filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%); padding: 2px 10px; left: 12px; }

    .footerC div:nth-child(9) { width: 90%; color: #666; margin-top: 5px; position: relative; float: none; margin: 20px auto; }
    .footerC div:nth-child(9)::before { content: ""; display: block; width: 20px; height: 20px; position: relative; float: left; background-image: url("../images/icon-2.png"); background-size: 50%; background-repeat: no-repeat; filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%); padding: 2px 10px; left: 12px; }


	
	
	.footerC div:nth-child(10) {
	width: 90%;
	color: #666;
	margin-top: 5px;
	position: relative;
	float: none;
	margin: 20px auto;
}
	.footerC div:nth-child(10)::before {
		content: "";
		display: block;
		width: 20px;
		height: 20px;
		position: relative;
		float: left;
		background-image: url("../images/icon-3.png");
		background-size: 50%;
		background-repeat: no-repeat;
		filter: invert(40%) sepia(0%) saturate(0%) hue-rotate(137deg) brightness(97%) contrast(86%);
		padding: 2px 10px;
		left: 12px;
}

.question_box{
	width:100%;
	height:auto;
	position:relative;
	float:left;
	padding: 0 0 10vh 0;
	background-color:#DCDCDC;
}
	.question_box div:nth-child(1) { width:100%; position:relative; float:left; color:#666; text-align:center; padding: 10vh 0 0 0; box-sizing:border-box;}


.question_collapsible {
	width: 80vw;
	height: auto;
	position: relative;
	float: left;
	background-color: #666;
	color: #fff;
	text-align: left;
	padding: 10px 20px;
	left: 50%;
	margin: 10px 0 0 0;
	transform: translate(-50%);
	cursor: pointer;
	font-size: calc(100vw - 95vw) !important;
	transition: all ease 500ms;
}
.question_collapsible:hover {
	background-color:#333;
}

.question_collapsible::before {
	content: "+";
	font-weight: bolder;
	display: block;
	width: 30px;
	position: relative;
	float: left;
	text-align: left;
	padding-left: 20px;
}
.active-question:before {
	content: "-";
	font-weight: bolder;
}

.content {
	width: 80vw;
	height: auto;
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #fff;
	color:#666;
	left: 50%;
	transform: translate(-50%);
	position: relative;
}

.content p {
	margin:10px 0;
}

.bg {
	background-image: url("../images/product_4.jpg");
	background-size: 100%;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#hydraulic{background-color: #fff; height: auto !important; padding: 5vh 0;}
	.hydraulicA { width: 90vw; height: 100vh; position: relative; float: left; text-align: center; }
		.hydraulicA div:nth-child(1) {width:100%; height:auto; line-height: 40px; margin:0; color:#333;}
		.hydraulicA { width: 90vw; height: auto; position: relative; float: none; margin: 0 auto; display: block; }
		.hydraulicA div:nth-child(2) { width: 35vw; height: 30vh; position: relative; float: left; margin-left: 3vw; margin-top: 15vh;}
		.hydraulicA div:nth-child(2) img { width: 100%; bottom: 0; position: absolute; object-fit: cover; left: 0; }
		.hydraulicA div:nth-child(3) { width: 50vw; height: 30vh; position: relative; float: left; margin-top: 15vh;}
		.hydraulicA div:nth-child(3) img { width: 100%; bottom: 0; position: absolute; left: 0; }

.hydraulicB { width: 90vw; height: auto; position: relative; float: none; padding-top: 10vh; box-sizing: content-box; text-align: left; margin: 0 auto; display: block; }
		.hydraulicB_content { width: 100%; height: auto; position: relative; display: inline-block; border-top: unset; border-right: unset; border-bottom: 2px solid #666; border-left: 2px solid #666; padding: 10px; box-sizing: border-box; margin: 20px 0; }
		.hydraulicB_content div:nth-child(1){width:20%; height:100%; position:absolute; float:left; color:#999;}
		.hydraulicB_content div:nth-child(2){width:80%; height:auto; position:relative; float:left; margin-left:20%; color:#333; line-height: 30px;}
		.hydraulicB_content div:nth-child(3){width:80%; height:100%; position:relative; float:left; margin-left:20%; color:#666;}

.hy_title { width: 100vw; height: auto; position: relative; float: left; text-align: center; margin-top: 10vh; color: #666; line-height: 40px;padding: 0 0 20px 0;}
    .hy_title1 { width: 100%; height:auto; position: relative; float: left; padding: 20px 0 0 10px; color: #333; box-sizing: border-box;}
    .hy_title2 { width: 100%; height:auto; position: relative; float: left; padding: 0 0 0 20px; color: #333; box-sizing: border-box;}


#gallery{padding-top:10vh; height:auto !important;}
.product_title { width: 100vw; height: auto; position: relative; float: left; text-align: left; margin-top: 10vh; color: #666; line-height: 40px;padding: 0 0 20px 5vw;}
.product_content { width: 90vw; height: auto; position: relative; text-align: left; color: #999; margin: 0 auto; display: block; padding: 5vh 0px; box-sizing: border-box; }
.product_content ul { width: 90%; text-align: left; padding: 0 5vw; }

.product_photo { width:100%; height: auto; display:inline-block; position: relative; margin: 0 auto; }

.productbox_info {
	width: 45%;
	height: 150px;
	position: relative;
	float: left;
	text-align: center;
	border: 1px solid #ccc;
	margin: 1vw 2%;
}
		
.productbox_info img { width: 100%; height: 150px; object-fit: cover; box-sizing: border-box; padding: 5px; }

/* ====== Zoom effect ====== */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width: auto;
  max-width: 400px;
  margin: 0 auto;
}
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.sticky_menu {
	width: 100vw;
	height: auto;
	position: fixed;
	left: unset;
	background: #e3e3e3;
	-webkit-animation: sticky 0.5s forwards;
	-webkit-animation-delay: 2s;
	animation: sticky 0.5s forwards;
	animation-delay: 500ms;
	top: unset;
	padding: 10px 10px 0;
	box-sizing: border-box;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	box-shadow: 0 0 20px #a6a6a6;
	z-index: 700;
	bottom: 0;
	display: flex;
	justify-content: center;
}

@-webkit-keyframes sticky {
    100% { left: 0; }
}

@keyframes sticky {
    100% { left: 0; }
}

.sticky_icon{
	width: 20vw;
	height:auto;
	position:relative;
	float:left;
	margin: 7px 0;
	cursor:pointer;
}
.sticky_icon span {color:#333; text-align: center; display: block; font-size: 10px !important;}
.sticky_icon img {
	width: 35px;
	margin: 0 auto;
	display: block;
	filter: invert(11%) sepia(1%) saturate(2651%) hue-rotate(349deg) brightness(106%) contrast(78%);
	transition: all ease 500ms;
	height: 35px;
	object-fit: contain;
}
.sticky_icon img:hover {filter: invert(0%) sepia(100%) saturate(7500%) hue-rotate(187deg) brightness(89%) contrast(99%);}

#landing{ background:#f4f4f4; height:auto !important;}

.landingA {
	width: 100vw;
	height: auto;
	position: relative;
	float: left;
	background-image: url("../images/hy_ld-1.jpg");
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 10vh 0;
	box-sizing: border-box;
}
.landingA_box {
	width:100%;
	height:auto;
	position:relative;
	margin: 0 auto;
	padding: 5%;
  	box-sizing: border-box;	
}
.landingA_box img { width: 60%; margin: 0 auto; display: block; -webkit-filter: drop-shadow(0 0 20px #333); filter: drop-shadow(0 0 20px #333); }
.landingA_box div:nth-child(2) { width: 100%; color: #222; text-align: center; margin: 5vh 0 0 0; }
.landingA_box div:nth-child(3) { width: 80%; color: #444; text-align: center; margin:0 auto;}

.landingB{
	width:100vw;
	height: auto;
	position: relative;
	float: left;
	background-image: url("../images/hy_ld-2.jpg");
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
    padding: 10vh 0;
    box-sizing: border-box;	
}
.landingB_box {
	width:100%;
	height:auto;
	position:relative;
	margin: 0 auto;
	padding: 5%;
  	box-sizing: border-box;	
}
.landingB_box img { width: 60%; margin: 0 auto; display: block; -webkit-filter: drop-shadow(0 0 20px #000); filter: drop-shadow(0 0 20px #000); }
.landingB_box div:nth-child(2) { width: 100%; color: #f4f4f4; text-align: center; margin: 5vh 0 0 0; }
.landingB_box div:nth-child(3) { width: 80%; color: #C3C3C3; text-align: center; margin:0 auto;}

.video_btn {
	width: max-content;
	height: auto;
	position: relative;
	padding: 10px 20px;
	box-sizing: border-box;
	color: #ECDE17 !important;
	margin: 0 auto;
	display: block;
}

.lightbox-video {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}
.lightbox-video:target {
  outline: none;
  display: block;
}

#videoModal {
  border-radius: 0;
  width: 870px;
  margin: auto;
}
#videoModal .modal-body {
  height: 489px;
  padding: 0;
  max-height: none;
  overflow: hidden;
  margin-top: 10vh;
}

#car {
	width: 100vw !important;
	float: right;
	height: auto !important;	
	background-image: url("../images/hy_cr-1.jpg");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom:3vh;
	box-sizing: border-box;
}

.carA {
	width: 90vw;
	height: auto;
	position: relative;
	margin: 0 auto;
	float: none;
}
.carA div:nth-child(1), .carB div:nth-child(1), .carC div:nth-child(1){ 
    width: 85%;
    height: auto;
    position: relative;
    background-color: #333;
    color: #FFF; 
    margin-top: 0;
    border-radius: 25px; 
    padding: 30px 30px 20px 30px;
    box-sizing: border-box; 
    margin: 10vh auto 0 ;
    display:block;
    }
    
.carA div:nth-child(1) span, .carB div:nth-child(1) span, .carC div:nth-child(1) span {width:100% ;text-align:center; display:block;}
.carA div:nth-child(1) img {
	width: 50%;
	position: relative;
	left: unset;
	top: unset;
	transform: unset;
	margin: 0 auto;
	display: block;
}

.carB {
	width: 100vw;
	height: auto;
	position: relative;
	margin: 0;
	float: left;
}
.carB div:nth-child(1) img {
	width: 50%;
	position: relative;
	left: unset;
	top: unset;
	transform: unset;
	margin: 0 auto;
	display: block;
}

.carC {
	width: 100vw;
	height: auto;
	position: relative;
	margin: 0;
	float: left;
}
.carC div:nth-child(1) img {
	width: 50%;
	position: relative;
	left: unset;
	top: unset;
	transform: unset;
	margin: 0 auto;
	display: block;
}
#plan {height:auto !important;}
.plan_box1 { width: 100vw; height: auto; position: relative; float: left; padding:10px; box-sizing: border-box; }
.plan_box1 img {
	width: 85%;
	float: none;
	margin: 0 auto;
	display: block;
}
.plan_box1 div { width: 100%; text-align: center; margin-top: 0; float: left; margin:3vh 0 5vh 0;}

.plan_box2{ width:100vw; height:auto; position:relative; float:left; padding:10px; box-sizing:border-box;}
.plan_box2 img {
	width: 85%;
	float: none;
	margin: 0 auto;
	display: block;
}
.plan_box2 div {width:100%; text-align:center; margin-top: 0; float:left;  margin:3vh 0 5vh 0;}

.plan_box3 { width: 100vw; height: auto; position: relative; padding: 10px; box-sizing: border-box; display: block; left: unset; transform: unset; margin: 0 auto; }
.plan_box3 img {
	width: 90%;
	border: 1px solid #666;
	margin: 0 auto;
	display: block;
}
.plan_box3 div {width:65%; text-align:center; margin-top: 2vh;float:left;}

.plan_box4 { width: 100vw; height: auto; position: relative; padding: 20px 10px; box-sizing: border-box; display: inline-block; left: 50%; transform: translate(-50%); }.plan_box4 img { height: auto; border: 1px solid #666; width: 100%; padding: 10px; box-sizing: border-box; }
.plan_box4 div {width:65%; text-align:center; margin-top: 2vh;float:left;}


#feature{
	padding-top: 10vh;
	box-sizing: border-box;
	background-color: #f4f4f4;
}
#feature2{
	padding-top: 10vh;
	box-sizing: border-box;
	background-color: #f4f4f4;
	height:auto;
	position:relative;
	float:left;
	padding-bottom: 10vh;
}

.specification {
	border-collapse: collapse;
	width: 90vw;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	display: inline-block;
}

.specification_header {background-color: #333 !important;color: #f4f4f4;}
.specification_A {width:30%;}
.specification_B{width:70%;}

.specification li{
    margin-left:-25px;
}

.specification td, .specification th {
	border: 1px solid #ddd;
	padding: 8px;
}
.specification tr:nth-child(even){background-color: #f2f2f2;}
.specification tr:hover {background-color: #ddd;}
.specification th {
	padding:20px 10px;
	text-align: left;
    font-weight: normal;	
}

#safety { width: 100vw; height: auto !important; padding: 10vh 5vw; box-sizing: border-box; position: relative; }
.safetyA { width: 100%; height: auto; position: relative; float: left; color: #333; margin-left: 1em; text-indent: -1em; }
.safetyB { width:90%; height:auto; position:relative; float:left; margin: 0 0 3vh 20px; color:#666;}
.safetyB  ul {width:100%; margin-left: -40px;}

.contact_map {
	width: 100vw;
	height: auto;
	position: relative;
	float: left;
	margin-top: 20vh;
}
.contact_form {
	width: 100vw;
	height: auto;
	position: relative;
	float: left;
	background-color: #333;
	box-sizing: border-box;
 background: rgb(6,6,6);
background: -moz-radial-gradient(circle, rgba(6,6,6,1) 0%, rgba(35,37,38,1) 100%);
background: -webkit-radial-gradient(circle, rgba(6,6,6,1) 0%, rgba(35,37,38,1) 100%);
background: radial-gradient(circle, rgba(6,6,6,1) 0%, rgba(35,37,38,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#060606",endColorstr="#232526",GradientType=1); 
}

.contact_formA { width: 100%; height: auto; position: relative; float: left; text-align: center; padding: 10vh 0 0; box-sizing: border-box; }
.contact_formA div:nth-child(1) { width: 100%; text-align: center; color: #999; }
.contact_formA div:nth-child(2) { width: 90%; text-align: center; color: #f4f4f4; float: none; margin: 0 auto; display: block; }

.contact_formB {width:100%; height:auto; position: relative; float: left; padding: 10vh 0;box-sizing: border-box;}
	
.captcha {
	width: 100%;
	display: block;
	justify-content: normal;
	margin: 0 auto;
}
}