.monel-point::before{
	background-color: #bd7d57;
}
.inconel-point::before{
	background-color: #bd7d57;
}
.incoloy-point::before{
	background-color: #bd7d57;
}
.hastelloy-point::before{
	background-color: #bd7d57;
}
.monel-point{
	color: #bd7d57;
}
.inconel-point{
	color: #bd7d57;
}
.incoloy-point{
	color: #bd7d57;
}
.hastelloy-point{
	color: #bd7d57;
}

p{
	color: #000;
}


@media screen and (min-width: 600px) {
	p, h1, h2, h3, h4, li{
		color: #000;
	}
	.gr{
		width: 150px;
	}
	#background-thing{
		z-index: 0;
	}
	
	
	
	
	
	#main-page{
		width: 100vw;
		position: relative;
	}
	#main-text{
		width: 100vw;
	}
	#main-text > h1{
		color: #000;
		font-size: 3.5vw;
		animation: maintext 1s backwards;
		animation-delay: 0s;
		padding-top: 6vh;
		text-align: center;
		line-height: 3.2vw;
	}
	#main-text > h1 > span{
		display: block;
		color: #000;
		font-size: 2vw;
	}
	.grade-point{
		width: 98.5vw;
		display: flex;
		justify-content: center;
		margin: .5vw 0 .5vw 1.5vw;
		animation: maintext 1s backwards;
	}
	.grade-point > a{
		font-size: 1.5vw;
		margin: 0 1.5vw;
		line-height: 3vw;
		font-weight: bold;
		position: relative;
	}
	.grade-point > a::before{
		content: "";
		width: 1vw;
		height: 1vw;
		border-radius: 1vw;
		position: absolute;
		left: -1.5vw;
		top: 1vw;
	}
	#main-text > p{
		color: #000;
		font-size: 1.3vw;
		text-align: center;
		margin: 5vh 0 0 0;
		animation: maintext 1s backwards;
		opacity: 0;
		animation-delay: 0.1s;
	}
	#main-advantage{
		display: flex;
		width: 100vw;
		justify-content: center;
		margin: 3vh 0 0 0;
	}
	#main-advantage > div{
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		margin: 0 1vw;
	}
	#main-advantage > div:nth-child(1){
		animation: maintext 1s backwards;
		animation-delay: 0.2s;
	}
	#main-advantage > div:nth-child(2){
		animation: maintext 1s backwards;
		animation-delay: 0.3s;
	}
	#main-advantage > div:nth-child(3){
		animation: maintext 1s backwards;
		animation-delay: 0.4s;
	}
	#main-advantage > div:nth-child(4){
		animation: maintext 1s backwards;
		animation-delay: 0.5s;
	}
	#main-advantage > div:nth-child(5){
		animation: maintext 1s backwards;
		animation-delay: 0.6s;
	}
	.main-advantage-logo{
		width: 3vw;
	}
	.main-advantage-text{
		display: block;
		font-weight: bold;
		font-size: 1.2vw;
		line-height: 1.5vw;
		margin: 0.6vw 1vw;
		color: #000;
	}
	#mouse{	
		position: relative;
		background: linear-gradient(105deg, transparent .2vw, #bd7d57 0);
		width: 50vw;
		height: .2vw;
		left: 50vw;
		opacity: 1;
		cursor: pointer;
	}
	#mouse::before{
		content: "";
		width: 1vw;
		height: 1vw;
		border-radius: 1vw;
		background-color: #bd7d57;
		position: absolute;
		left: 0;
		top: -.4vw;
	}
	
	#breadol{
	    width: 40vw;
	    display: flex;
	    align-content: center;
	    justify-content: center;
	    list-style: none;
	    position: relative;
	    bottom: 0.7vw;
	    left: 3vw;
	    padding: 0;
	    margin: 0;
	    z-index: 1;
	}
	#breadol li{
	    font-size: 1.2vw;
	    color: #000;
	    line-height: 1vw;
	    display: flex;
	}
	#breadol li a{
	    color: #000;
	    margin-right: 2vw;
	    display: block;
	    position: relative;
	}
	#breadol li a::after{
		content: "";
		display: block;
		width: .2vw;
		height: 1vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 0vw;
		right: -1.1vw;		
	}




	
	#button-div{
		width: 100vw;
		display: flex;
		justify-content: center;
		margin: 5vh 0 0 0;
		animation: scale 2s backwards;
		animation-delay: 1s;
		position: relative;
		z-index: 3;
	}
	#learn-button{
		position: relative;
		width: 25vw;
		height: 3.5vw;
		margin: 0 .5vw;
	}
	#learn-button-1{
		width: 24.5vw;
		height: 3.5vw;
		border-radius: 3.5vw;
		border: solid .25vw #666;
		color: #000;
		text-align: center;
		font-weight: bold;
		line-height: 3.5vw;
		font-size: 1.6vw;
		cursor: pointer;
		transition: all .2s;
		position: absolute;
		left: 0;
		top: 0;
	}
	#learn-button-1::after{
		content: "";
		width: 25vw;
		height: 1vw;
		position: absolute;
		left: -0.25vw;
		top: 3.75vw;
		pointer-events: none;
	}
	#learn-button:hover #learn-button-1::after{
		pointer-events: inherit;
	}
	#learn-button-2{
		width: 41vw;
		border-radius: 1vw;
		background-color: #eee;
		cursor: pointer;
		transition: all .2s;
		position: absolute;
		left: -8vw;
		top: 5vw;
		display: flex;
		flex-wrap: wrap;
		padding: .25vw;
		box-shadow: .5vw .5vw 5vw #666;
		transform: scale(0);
		transform-origin: 50% -2vw;
		opacity: 0;
		pointer-events: none;
		transition: all .2s;
	}
	#learn-button-2 > div{
		width: 20vw;
		height: 3vw;
		background-color: #fff;
		border-radius: .8vw;
		text-align: center;
		font-weight: bold;
		line-height: 3vw;
		font-size: 1.3vw;	
		margin: .25vw;
		transition: all .2s;
	}
	#learn-button-2 > div:hover{
		background-color: #000;
		color: #fff;
	}
	#learn-button:hover{
		border-color: #000;
		color: #000;
	}
	#learn-button:hover #learn-button-2{
		transform: scale(1);
		opacity: 1;
		pointer-events: inherit;
	}
	#contactbutton{
		border-radius: 25vw;
		width: 25vw;
		height: 4vw;
		position: relative;
		background-color: #bd7d57;
		box-shadow: 0.5vw 0.5vw 2vw #666;
		cursor: pointer;
		transition: all 0.5s;
		transform: translate(0, 0);
		opacity: 1;
		overflow: hidden;
		margin: 0 .5vw;
	}
	#contactbutton:hover{
		transform: translate(0, -0.5vw);
	}
	#contactbutton img{
		width: 4vw;
		position: absolute;
		top: 0vw;
		left: 1.5vw;
	}
	#contactbutton p{
		position: absolute;
		font-weight: bold;
		font-size: 1.8vw;
		color: #fff;
		top: 1vw;
		left: 6vw;
		display: block;
		width: 20vw;
		line-height: 2vw;
	}


	#main-photo-2{
		display: none;
	}
	#main-photo{
		width: 100vw;
		height: 22vw;
		margin: 5vh 0 6vw 0;
		position: relative;
		animation: opacity 1s backwards;
		animation-delay: 0.4s;
	}
	#main-photo::before, #main-photo::after{
		content: "";
		background-image: url("../image/arrow.svg");
		width: 8vw;
		height: 8vw;
		position: absolute;
		top: 8vw;
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		opacity: 0;
		z-index: 5;
		pointer-events: none;
		transition: opacity .2s;
	}
	#main-photo::before{
		left: 20vw;
	}
	#main-photo::after{
		right: 20vw;
		transform: rotate(180deg);
	}
	#main-photo:hover::before, #main-photo:hover::after{
		opacity: .8;
	}
	.main-photo{
		width: 30vw;
		position: absolute;
		left: 35vw;
		top: 1vw;
		border-radius: 1vw;
		cursor: pointer;
		transition: all 0.3s;
	}
	.main-photo:hover{
		opacity: 1!important;
	}
	#mainphoto1{
		opacity: 1;
		transform: translate(0, 0) scale(1, 1);
		z-index: 2;
		box-shadow: 1vw 1vw 2vw #666;
	}
	#mainphoto2{
		opacity: 1;
		transform: translate(25vw, 1vw) scale(.8, .8);
		box-shadow: .5vw .5vw 1vw #666;
		z-index: 1;
		animation: mainphoto2 1.5s backwards;
		animation-delay: 0.4s;
	}
	#mainphoto3{
		opacity: 0.5;
		transform: translate(45vw, 1.8vw) scale(.6, .6);
		z-index: 0;
		box-shadow: 0 0 0 #666;
		animation: mainphoto3 1.5s backwards;
		animation-delay: 0.4s;
	}
	#mainphoto4{
		opacity: 0.5;
		transform: translate(-45vw, 1.8vw) scale(.6, .6);
		z-index: 0;
		box-shadow: 0 0 0 #666;
		animation: mainphoto4 1.5s backwards;
		animation-delay: 0.4s;
	}
	#mainphoto5{
		opacity: 1;
		transform: translate(-25vw, 1vw) scale(.8, .8);
		box-shadow: .5vw .5vw 1vw #666;
		animation: mainphoto5 1.5s backwards;
		animation-delay: 0.4s;
		z-index: 1;
	}
	@keyframes mainphoto2{
		0%{transform: translate(0, 0) scale(1, 1); box-shadow: 1vw 1vw 2vw #666;}
		100%{transform: translate(25vw, 1vw) scale(.8, .8); box-shadow: .5vw .5vw 1vw #666;}
	}
	@keyframes mainphoto3{
		0%{transform: translate(0, 0) scale(1, 1); box-shadow: 1vw 1vw 2vw #666;}
		100%{transform: translate(45vw, 1.8vw) scale(.6, .6); box-shadow: 0 0 0 #666;}
	}
	@keyframes mainphoto4{
		0%{transform: translate(0, 0) scale(1, 1); box-shadow: 1vw 1vw 2vw #666;}
		100%{transform: translate(-45vw, 1.8vw) scale(.6, .6); box-shadow: 0 0 0 #666;}
	}
	@keyframes mainphoto5{
		0%{transform: translate(0, 0) scale(1, 1); box-shadow: 1vw 1vw 2vw #666;}
		100%{transform: translate(-25vw, 1vw) scale(.8, .8); box-shadow: .5vw .5vw 1vw #666;}
	}
	
	
	

	
	
	
	
	#description-catalogue-1{
		display: flex;
		justify-content: center;
		overflow: hidden;
		transition: all 1s;
		padding-top: 10vw;
		height: 42vw;
	}
	#description-catalogue-2{
		width: 52vw;
		margin: 0 5vw 0 0;
		padding: 5vw 0;
		position: relative;
	}
	#description-catalogue-2::before{
		content: "";
		background-color: #eee;
		width: 66vw;
		height: 42vw;
		transform: translate(-20.1vw, 0) skew(-15deg);
		position: absolute;
		top: 0;
		left: 12vw;
		z-index: -1;
	}	
	#description-catalogue-2 > h2{
		font-size: 3vw;
		width: 52vw;
		height: 3vw;
		text-align: left;
		position: relative;
		margin: 3vw 0;
	}
	#description-catalogue-2 > h2::before{
		content: "";
		display: block;
		width: .8vw;
		height: 3vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 0.3vw;
		left: -2vw;
	}
	#description-catalogue-2 > p{
		font-size: 1.2vw;
		text-align: justify;
		line-height: 1.6vw;
	}
	#description-catalogue-3{
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		width: 25vw;
		padding: 5vw 0;
	}
	#description-catalogue-3 > h2{
		font-size: 3vw;
		width: 25vw;
		text-align: center;
		height: 3vw;
		position: relative;
		margin: 3vw 0;
	}
	#catalogueimg{
		width: 20vw;
		box-shadow: 1vw 1vw 2vw #666666;
		margin: 0 2.5vw;
		transform: translate(0, 0vw);
		transition: all 0.5s;
	}
	#catalogueimg:hover{
		box-shadow: 1.2vw 1.2vw 2.5vw #666666;
		transform: translate(0, -0.5vw);
	}
	#cataloguea{
		width: 25vw;
		text-align: center;
		margin: 2vw 0;
		font-weight: bolder;
		text-decoration: underline;
		font-size: 1.1vw;
		line-height: 1.5vw;
	}
	
	
	
	#specifications-features-1{
		position: relative;
		opacity: 1;
		transition: all 1s;
		-o-transition: all 1s;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
	    border-radius: 1vw;
	    display: flex;
		width: 100vw;
		background-color: #fff;
	}
	#specifications-features-1::before{
		content: "";
		background-color: rgba(220, 220, 220, .5);
		width: 50vw;
		height: 100%;
		transform: translate(-20.1vw, 0) skew(-15deg);
		position: absolute;
		top: 0;
		right: -15vw;
		z-index: 1;
	}	
	#specifications-features-2{
		height: calc(100vh - 10.5vw);
		width: 80vw;
	    background-repeat: no-repeat;
	    background-size: auto calc(100vh - 10.5vw);
	    background-position: bottom left;
	    position: sticky;
	    top: 10.5vw;
	    transform: translate(0, 0%);
	}
	#specifications-features-1 h2{
		font-size: 3vw;
		margin: 3vw 0 1vw 0;
		line-height: 6vw;
	}
	#specifications-features-1 h2::before{
		content: "";
		display: block;
		width: 0.8vw;
		height: 3vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 1.6vw;
		left: -2vw;
	}
	#specifications-features-1 ul{
		line-height: 1.6vw;
		font-size: 1.2vw;
		width: 30vw;
		color: #000;
	}
	#specifications-features-1 p{
		line-height: 1.6vw;
		font-size: 1.2vw;
		width: 30vw;
		color: #000;
	}
	#specifications-features-1 li{
		padding-top: 0.3vw;
		padding-bottom: 0.3vw;
	}
	#specifications-features-3{
		position: relative;
		width: 15vw;
		margin-left: 5vw;
		padding: 5vw 0;
		z-index: 1;
		transform: skew(-15deg);
	}
	#specifications-features-3 div{
		position: relative;
		left: 0vw;
		transition: all 1.5s;
		-o-transition: all 1.5s;
		-webkit-transition: all 1.5s;
		-moz-transition: all 1.5s;
		margin: 2vw;
		height: auto;
		transform: skew(15deg) translate(-35vw, 0);
		transform-origin: left top;
	}

	#grades-page{
		position: relative;
	}
	#grades-page::before{
		content: "";
		background-color: #eee;
		width: 35vw;
		height: 130vw;
		transform: translate(-20.1vw, 0) skew(-15deg);
		position: absolute;
		top: 0;
		left: 0;
	}	
	#grades-page::after{
		content: "";
		background-color: #eee;
		width: 100vw;
		height: 200vw;
		transform: translate(45.6vw, 0vw) skew(-15deg);
		position: absolute;
		top: 0;
		right: 0;
	}	
	#grades-h{
		height: 13.5vw;
	}
	#grades-page h2{		
		font-size: 3vw;
		left: 13vw;
		position: relative;
		color: #000;	
		line-height: 3vw;
		margin: 0;
		padding: 0 0 2.5vw 0;
		top: 9vw;
		display: block;
	}	
	#grades-page h2::before{
		content: "";
		display: block;
		width: .8vw;
		height: 3vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 0;
		left: -2vw;
	}



	#alloypage{
		display: flex;
		position: relative;
    	transition: all 0.5s;
    	width: 700vw;
		margin: 2vw 0;
		padding-top: 2vw;
		padding-bottom: 8vw;
		left: 0vw;
		z-index: 2;
	}
	#rightbutton1{
		position: absolute;
		height: 87vw;
		top: 16vw;
		width: 7vw;
		left: 93vw;
		z-index: 3;
		cursor: pointer;
	}
	#leftbutton1{
		position: absolute;
		height: 87vw;
		top: 16vw;
		width: 7vw;
		z-index: 3;
		cursor: pointer;
	}
	#gradeframe1{
		width: 82vw;	
	}
	#gradeframe1::before{
		content: "Popular";
		margin-left: 74vw;
		position: sticky;
		font-size: 1.2vw;
		line-height: 2vw;
		top: 6vw;
		right: 1vw;
		width: 6vw;
		height: 2vw;
		background-color: #bd7d57;
		color: #fff;
		text-align: center;
		border-radius: 2vw;
		font-weight: bold;
		z-index: 2;
	}
	#gradeframe11::before, #gradeframe22::before, #gradeframe33::before, #gradeframe44::before{
		content: "More >";
		margin-right: 74vw;
		position: sticky;
		font-size: 1.2vw;
		line-height: 2vw;
		top: 6vw;
		left: 1vw;
		width: 6vw;
		height: 2vw;
		background-color: #bd7d57;
		color: #fff;
		text-align: center;
		border-radius: 2vw;
		font-weight: bold;
		z-index: 2;
	}
	#gradeframe1::after, #gradeframe11::after, #gradeframe22::after, #gradeframe33::after, #gradeframe44::after{
		content: "";
		display: block;
		position: relative;
		height: 1vw;
		width: 70vw;
		pointer-events: none;
	}
	#gradeframe11{
		width: 82vw;	
	}
	#gradeframe22{
		width: 82vw;	
	}
	#gradeframe33{
		width: 82vw;	
	}
	#gradeframe44{
		width: 82vw;	
	}
	.gradeframe1{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		background-color: rgba(230, 230, 230, 0.6);
		margin: 0 1vw;
		padding: 1vw 0;
		border-radius: 2vw;
		position: relative;
    	left: 8vw;
    	transition: all 0.5s;
    	align-items: flex-start;
    	align-content: flex-start;
		box-shadow: 1vw 1vw 2vw 0.1vw #666666;
	}
	.chemeicalp{
		width: 100%;
		text-align: center;
		font-size: 0.9vw;
		line-height: 0;
		color: white;
		padding-top: 0.8vw;
		margin: 0;
		transform: translate(-.1vw, 0) skew(15deg);
	}
	.chemeicalp-2{
		width: 100%;
		text-align: left;
		font-size: 0.9vw;
		line-height: 0;
		color: white;
		padding-top: 0.8vw;
		margin: 0 0 0 1vw;
		transform: translate(-.1vw, 0) skew(15deg);
	}

	.gradebar{
		width: 36.9vw;
		margin: 2% 1%;
		transition: all 0.3s;
	}
	.gradename{
		display: block;
		font-size: 1.6vw;
		font-weight: bold;
		width: 6vw;
		padding: 0;
		margin: 0;
		line-height: 0;
		position: relative;
		top: -1vw;
	}
	.gradename2{
		display: block;
		font-size: 1.4vw;
		font-weight: bold;
		width: 6vw;
		padding: 0;
		margin: 0;
		line-height: 0;
		position: relative;
		top: -1vw;
	}
	.gradename3{
		display: block;
		font-size: 1.15vw;
		font-weight: bold;
		width: 6vw;
		padding: 0;
		margin: 0;
		line-height: 0;
		position: relative;
		top: -1vw;
	}
	.chemical{
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 30vw;
		top: -0.7vw;
		left: 6vw;
		padding: 0;
		margin: 0;
		transform: skew(-15deg);
	}
	.monel-chemical{
		background: linear-gradient(90deg, #bd7d57, transparent);
	}
	.inconel-chemical{
		background: linear-gradient(90deg, #bd7d57, transparent);
	}
	.incoloy-chemical{
		background: linear-gradient(90deg, #bd7d57, transparent);
	}
	.hastelloy-chemical{
		background: linear-gradient(90deg, #bd7d57, transparent);
	}
	.nickel-chemical{
		background: linear-gradient(90deg, #bd7d57, transparent);
	}
	.other-chemical{
		background: linear-gradient(90deg, #888, transparent);
	}
	.chemical div{
		border-style: none;
		height: 1.6vw;
		padding: 0;
		margin: 0;
	}
	.chemical::after{
		content: "";
		position: absolute;
		top: 1vw;
		left: -6.8vw;
		background-color: #dddddd;
		border-radius: 2vw;
		padding: 0.5vw;
		width: 5vw;
		height: 0.5vw;
		font-size: 0.9vw;
		text-align: center;
		line-height: 0.6vw;
		color: #000;
		transform: skew(15deg);
	}
	.grade-class{
		width: 25vw;
		height: 3vw;
		transform: skew(-15deg);
		margin: 2vw 25vw;
		text-align: center;
		align-self: flex-start;
	}
	.grade-class > h3{
		font-size: 2vw;
		line-height: 3vw;
		color: #fff;
		transform: skew(15deg);
	}
	.monel-class{
		background-color: #bd7d57;
	}
	.inconel-class{
		background-color: #bd7d57;
	}
	.incoloy-class{
		background-color: #bd7d57;
	}
	.hastelloy-class{
		background-color: #bd7d57;
	}
	.nickel-class{
		background-color: #bd7d57;
	}
	.other-class{
		background-color: #888;
	}
	.chemical > div::after, .chemical2 > div::after{
		content: "";
		position: absolute;
		top: -1.8vw;
		font-size: 1vw;
		text-align: center;
		width: 30vw;
		left: 0;
		color: #000;
		transform: skew(15deg);
		opacity: 0;
	}
	.chemical > div:hover::after, .chemical2 > div:hover::after{
		opacity: 1;
	}
	
	
	
	#process-formula-1{
	    padding: 4vw 0;
		position: relative;
		background-color: #000;
		background-image: url(../image/products/process.jpg);
	    background-size: cover;
	    background-attachment: fixed;
		overflow: hidden;
	    transition: all 1s;
	}
	#process-formula-1>div{
	    width: 90vw;
	    position: relative;
	    margin: 0 5vw;
	}
	#manufacturing-process{
	    padding: 4vw 0;
	    height: 58vw;
	}
	#manufacturing-process h2{
		font-size: 2.5vw;
		position: relative;
		left: 8vw;
		width: 80vw;
		color: white;
		margin: 0 3vw 5vw 0;
	}
	#manufacturing-process h2::before{
		content: "";
		display: block;
		width: .8vw;
		height: 3vw;
		background-color: #fff;
		transform: skew(-15deg);
		position: absolute;
		top: 0;
		left: -2vw;
	}
	.process-bar{
		display: flex;
		justify-content: center;
		margin: 2vw 0 2vw 5vw;
		background-color: rgba(25, 25, 25, .6);
		width: 79vw;
		height: 9vw;
		transform: skew(-15deg);
		border: solid .5vw rgba(255, 255, 255, .2);
	}
	.process-bar > div{		
		transform: skew(15deg);
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.process-pointer{
		display: block;
		width: 0;
		height: 0;
		border: solid 1vw transparent;
		border-left: solid 1vw white;
		margin: 0 1vw; 
		position: relative;
		top: 3.2vw;
		left: .5vw;
		transform: skew(15deg) scale(1, .7)!important;
	}
	.process-pointer-2{
		display: block;
		width: 0;
		height: 0;
		border: solid 1vw transparent;
		border-top: solid 1vw white;
		margin: 0 1vw; 
		position: relative;
		left: 43vw;
		top: .5vw;
		transform: scale(.7, 1);
	}
	.process-bar img{
		width: 7vw;
	}
	.process-bar p{
		display: block;
		width: 7vw;
		text-align: center;
		color: #fff;
		font-weight: bold;
		transform: translate(0, -1.2vw);
		font-size: 1.2vw;
		line-height: 1.2vw;
	}
	.process-choose{
		position: absolute;
		opacity: 0;
		pointer-events: none;
		transition: opacity .5s;
	}
	.process-choose:nth-of-type(2){
		opacity: 1;
		pointer-events: inherit;
	}


	#process-button{
		height: 5vw;
		display: flex;
		justify-content: center;
	}
	.process-button{
		background: white;
		padding: 0 1.5vw;
		height: 2.5vw;
		margin: 0 1vw;
		border-radius: 3vw;
		color: #000;
		font-size: 1.5vw;
		font-weight: bold;
		text-align: center;
		line-height: 2.5vw;
		cursor: pointer;
		transition: all .2s;
		opacity: .5;
	}
	.process-button:nth-of-type(1){
		opacity: 1;
	}
	
	#drawingandformula{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 4vw 0;
		flex-wrap: wrap;
	}
	#drawingandformula h2{
		font-size: 3vw;
		position: relative;
		left: 5vw;
		width: 80vw;
		color: white;
		margin: 0 3vw 5vw 0;
	}
	#drawingandformula h2::before{
		content: "";
		display: block;
		width: .8vw;
		height: 3vw;
		background-color: #fff;
		transform: skew(-15deg);
		position: absolute;
		top: .3vw;
		left: -2vw;
	}
	.drawing{
		width: 45vw;
		position: relative;
		left: 0;
		margin: 0 6vw 0 2vw;
	}
	.drawing-2{
		width: 80vw;
		position: relative;
		left: 0;
	}
	.formula{
		text-align: left;
		font-size: 1.2vw;
		position: relative;
		width: 35vw;
		line-height: 2vw;
		color: white;
	}
	
	#formula2{
		font-size: 1.1vw!important;
	}
	
	
	


	table{
	  	border-collapse: collapse;
		border-style: solid;
		border-width: .3vw 0;
		border-color: #000;
	}
	th{
		text-align: center;
		color: #000;
		border-style: none;
		text-shadow: .5vw .5vw .6vw #999;
	}
	td{
		text-align: center;
		border-style: none;
		color: #000;
		text-shadow: .5vw .5vw .6vw #999;
	}
	tr{
		border-style: solid;
		border-width: .15vw 0;
		border-color: #000;
	}
	.fold1{
	    max-height: 60vw;
	    transition: max-height 1s;
	}
	.fold2{
	    max-height: 400vw;
	}
	#technical-sheet-1{
		background-color: #000;
		background-image: url(../image/products/technical-sheet.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		overflow: hidden;
		position: relative;
		padding-bottom: 8vw;
	}
	#technical-sheet-1 > h2{
		width: 100vw;
		font-size: 3vw;
		text-align: center;
		color: #000;
		margin: 0;
		padding: 10vw 0 2vw 0;
		text-shadow: .5vw .5vw .6vw #999;
		position: relative;
	}
	#technical-sheet-1 > h2 > span{
		color: #000;
		height: 3vw;
		position: relative;
		line-height: 3vw;
	}
	#technical-sheet-1 > h2::before{
		content: "";
		display: block;
		width: 26vw;
		height: 5vw;
		background-color: rgba(255, 255, 255, .3);
		transform: skew(-15deg);
		position: absolute;
		top: 9.5vw;
		left: 37vw;
	}
	#technical-sheet-1 > div{
		padding-bottom: 2vw;
	}
	#technical-sheet-1 > div > h3{
		width: 100vw;
		font-size: 2.8vw;
		text-align: center;
		color: #000;
		margin: 0;
		padding-top: 3.5vw;
		text-shadow: .5vw .5vw .6vw #999;
	}
	#technical-sheet-1 caption{
		width: 90vw;
		font-size: 1.8vw;
		text-align: center;
		color: #000;
		margin: 0;
		padding: 3vw 0 2vw 0;
		font-weight: bold;
		text-shadow: .5vw .5vw .6vw #999;
	}
	#technical-sheet-1 th{
		font-size: 1.2vw;
		padding: .5vw 0;
	}
	#technical-sheet-1 td{
		font-size: 1.1vw;
		padding: .5vw 0;
	}
	.tolerence-table{
		color: white;
		width: 89vw;
		position: relative;
		left: 5vw;
	}
	#delivery-table{
		color: white;
		width: 89vw;
		position: relative;
		left: 5vw;
	}
	.delivery-table{
		color: white;
		width: 89vw;
		position: relative;
		left: 5vw;
	}
	#delivery-state{
		padding-bottom: 10vw!important;
	}
	#dnote{
		height: 8vw;
	}
	
	#fold{
		position: absolute;
		bottom: 0;
		left: 0;
		background: linear-gradient(rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.95) 90%, rgba(255, 255, 255, 1) 100%);
		height: 20vw;
		width: 100vw;
		cursor: pointer;
		font-size: 1.5vw;
		text-align: center;
		color: #eeeeee;
		font-weight: bold;
		transition: all 5s;
	}
	#fold div{
		position: absolute;
		width: 10vw;
		height: 3vw;
		background: linear-gradient(105deg, #535aea 0%, #5385ea 50%, #4fabde 100%);
		border-radius: 2vw;
		line-height: 2.9vw;
		left: 45vw;
		top: 15vw;
	}
	#fold2{
		display: none;
	}
	
	
	
	#package-faq-1{	
		overflow: hidden;
	    transition: all 1s;
		background-color: white;
		position: relative;
	}
	#packagelogistics{
		padding-top: 5vw;
		padding-bottom: 10vw;
		z-index: 1;
	}
	#packagelogistics h2{
		margin: 0;
		width: 100%;
		text-align: center;
		font-size: 3vw;
		color: #000;
		padding: 4vw 0;
		line-height: 3vw;
		height: 3vw;
	}
	#package{
		width: 100vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
	}
	#package > p{
		width: 80vw;
		text-align: center;
		font-size: 1.2vw;
		line-height: 1.8vw;
		position: relative;
		left: 0vw;
		padding-top: 1vw;
	}
	.package{
		width: 30%;
		opacity: 0.8;
		height: 10vw;
		position: relative;
	}
	.packageimg{
		width: 10vw;
		height: 5vw;
		background-color: #000;
		position: relative;
		left: 10vw;
		transform: skew(-15deg);
	}
	.packageimg img{
		width: 3vw;
		position: relative;
		left: 3.5vw;
		top: 1.1vw;
		transform: skew(15deg);
	}
	.package-3{
		width: 20%;
		opacity: 0.8;
		height: 10vw;
		position: relative;
	}
	.packageimg-3{
		width: 10vw;
		height: 5vw;
		background-color: #000;
		position: relative;
		left: 5vw;
		transform: skew(-15deg);
	}
	.packageimg-3 img{
		width: 3vw;
		position: relative;
		left: 3.5vw;
		top: 1.1vw;
		transform: skew(15deg);
	}
	.package-4{
		width: 15%;
		opacity: 0.8;
		height: 10vw;
		position: relative;
	}
	.packageimg-4{
		width: 10vw;
		height: 5vw;
		background-color: #000;
		position: relative;
		left: 2.5vw;
		transform: skew(-15deg);
	}
	.packageimg-4 img{
		width: 3vw;
		position: relative;
		left: 3.5vw;
		top: 1.1vw;
		transform: skew(15deg);
	}
	.packagep{
		width: 100%;
		position: relative;
		text-align: center;
		font-size: 1.5vw;
		font-weight: bold;
		margin: 1vw 0;
	}
	
	#logistics{
		width: 100vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		padding-top: 3vw;
	}
	#logistics > p{
		width: 80vw;
		text-align: center;
		font-size: 1.2vw;
		line-height: 1.8vw;
		position: relative;
		left: 0vw;
		padding-top: 1vw;
	}
	.logistics{
		width: 30%;
		opacity: 0.8;
		height: 10vw;
		position: relative;
	}
	.logisticsimg{
		width: 10vw;
		height: 5vw;
		background-color: #000;
		position: relative;
		left: 10vw;
		transform: skew(-15deg);
	}
	.logisticsp{
		width: 100%;
		position: relative;
		text-align: center;
		font-size: 1.5vw;
		font-weight: bold;
		margin: 1vw 0;
	}
	#logisticsimg1{
		width: 4.5vw;
		position: relative;
		left: 2.8vw;
		top: 1.3vw;
		transform: skew(15deg);
	}
	#logisticsimg2{
		width: 4vw;
		position: relative;
		left: 3vw;
		top: 1.1vw;
		transform: skew(15deg);
	}
	
	
	
	#faq{
		margin: 0;
		padding: 0 0 8vw 0;
		position: relative;
	}
	#faq h2{
		color: #000;
		font-size: 3vw;
		line-height: 6vw;
		margin: 0;
		text-align: center;
	}
	#faq > div{
		padding: 2vw 0;
	}
	#faq > div > div{
		padding: 0.1vw 0 0.1vw 0vw;
	}
	.Q{
		margin: 2vw 0;
		position: relative;
		font-size: 1.2vw;
		display: flex;
		background: #fff;
		box-shadow: 1vw 1vw 2vw #666666;
		border-radius: 0 2.5vw 2.5vw 0;
		width: fit-content;
		width: -webkit-fit-content;
		width: -moz-fit-content;
	}
	.Q-span{
		position: relative;
		font-size: 3vw;
		line-height: 2.8vw;
		padding: .6vw 3vw;
		height: 3vw;
		font-weight: bold;
		background: linear-gradient(105deg, #555 85%, transparent 2vw);
		color: #fff;
	}
	.Q-text{
		position: relative;
		background-color: white;
		line-height: 1.2vw;
		padding: 1.5vw 3vw;
		height: 1.2vw;
		border-radius: 0 2.5vw 2.5vw 0;
	}
	.A{
		margin: 2vw 0;
		position: relative;
		font-size: 1.2vw;
		display: flex;
		background: #eee;
		box-shadow: 1vw 1vw 2vw #666666;
		border-radius: 2.5vw 0 0 2.5vw;
		width: fit-content;
		width: -webkit-fit-content;
		width: -moz-fit-content;
	}
	.A-span{
		position: relative;
		font-size: 3vw;
		line-height: 2.8vw;
		padding: .6vw 3vw;
		height: 3vw;
		width: 3.5vw;
		font-weight: bold;
		background: linear-gradient(105deg, transparent 2vw, #555 0);
		color: #fff;
	}
	.A-text{
		position: relative;
		line-height: 1.2vw;
		padding: 1.5vw 1vw 1.5vw 3.5vw;
		border-radius: 0 2.5vw 2.5vw 0;
	}
	.short-text{
		float: right;
		margin-left: 50vw;
		margin-bottom: 5vw;
	}
	.long-text{
		width: 63.5vw;
		position: relative;
		left: 36.5vw;
	}
	.long-text > .A-text{
		display: block;
		width: 50vw;
		position: relative;
		margin: 0;
		line-height: 2vw;
		text-align: left;
	}
	.list-text > .A-text{
		display: inline-block;
		position: relative;
		margin: 0;
		line-height: 2vw;
		text-align: left;
	}
	
	
	#FAQ-fold{
		width: 8vw!important;
		height: 3vw;
		background: linear-gradient(105deg, #535aea 0%, #5385ea 50%, #4fabde 100%);
		border-radius: 2vw;
		color: white;
		text-align: center;
		position: absolute;
		bottom: 6vw;
		border: none;
		left: 46vw;
		cursor: pointer;
	}
	#FAQ-fold::after{
		content: "...";
		width: 8vw!important;
		height: 3vw;
		color: white;
		text-align: center;	
		font-weight: bold;
		font-size: 3vw!important;
		line-height: 0vw!important;
		position: absolute;
		top: 0.8vw;
		left: 0;
	}
	.FAQ-fold-1{
		display: none;
	}
	.FAQ-fold-2{
		display: block;
	}
	
}










@keyframes scale{
	0%{opacity: 0; transform: scale(2);}
	100%{opacity: 1; transform: scale(1);}
}
@keyframes before{
	0%{opacity: 0; transform: translate(-30vw, 0) skew(-15deg);}
	100%{opacity: .5; transform: translate(0, 0) skew(-15deg);}
}
@keyframes after{
	0%{opacity: 0; transform: translate(30vw, 0) skew(-15deg);}
	100%{opacity: .5; transform: translate(0, 0) skew(-15deg);}
}





















@media screen and (max-width: 600px) {
	p, h1, h2, h3, h4, li{
		color: #000;
	}
	.gr{
		width: 150px;
	}
	
	#background-thing{
		z-index: 10;
	}
	main{
	}

	#more-photos{
		display: none;
	}
	
	
	
	
	
	#main-page{
		width: 100vw;
		overflow: hidden;
		position: relative;
		background-color: #fff;
	}
	#main-text{
		width: 90vw;
		margin: 0 5vw;
		padding-top: 30vw;
	}
	#main-text > h1{
		color: #000;
		font-size: 9vw;
		animation: maintext 1s backwards;
		animation-delay: 0s;
		text-align: center;
		line-height: 15vw;
	}
	#main-text > h1 > span{
		color: #000;
		display: block;
		font-size: 6vw;
		line-height: 6vw;
	}
	.grade-point{
		width: 80vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin: 2vw 5vw;
		animation: maintext 1s backwards;
	}
	.grade-point > a{
		width: 20vw;
		font-size: 4.5vw;
		margin: 0 2vw;
		line-height: 9vw;
		font-weight: bold;
		position: relative;
		padding-left: 4.5vw;
	}
	.grade-point > a::before{
		content: "";
		width: 3vw;
		height: 3vw;
		border-radius: 3vw;
		position: absolute;
		left: 0;
		top: 3vw;
	}
	#main-text > p{
		color: #000;
		font-size: 4.2vw;
		text-align: center;
		margin: 5vh 0 0 0;
		animation: maintext 1s backwards;
		opacity: 0;
		animation-delay: 0.1s;
	}
	#main-advantage{
		display: flex;
		flex-wrap: wrap;
		width: 90vw;
		margin: 3vh 0 0 0;
		animation: maintext 1s backwards;
		animation-delay: 0.2s;
		position: relative;
		left: 2vw;
	}
	#main-advantage > div{
		display: flex;
		width: 45vw;
		align-items: center;
		margin: 2vw 0;
	}
	.main-advantage-logo{
		width: 9vw;
	}
	.main-advantage-text{
		width: 43vw;
		display: block;
		font-weight: bold;
		font-size: 3.6vw;
		margin-left: 2vw;
		color: #000;
	}
	#mouse{	
		position: relative;
		background: #bd7d57;
		width: 20vw;
		height: .6vw;
		left: 80vw;
		opacity: 1;
		cursor: pointer;
		transform: translate(0, 5vw);
	}
	#mouse::before{
		content: "";
		width: 3vw;
		height: 3vw;
		border-radius: 3vw;
		background-color: #bd7d57;
		position: absolute;
		left: 0;
		top: -1.2vw;
	}
	
	#breadol{
	    width: 60vw;
	    display: flex;
	    flex-wrap: wrap;
	    align-content: center;
	    justify-content: flex-start;
	    list-style: none;
	    position: relative;
	    left: 10vw;
	    padding: 0;
	    margin: 0;
	    z-index: 1;
	}
	#breadol li{
	    font-size: 3.6vw;
	    color: #000;
	    line-height: 3vw;
	    display: flex;
	    margin: 1vw 0;
	}
	#breadol li a{
	    color: #000;
	    margin-right: 6vw;
	    display: block;
	    position: relative;
	}
	#breadol li a::after{
		content: "";
		display: block;
		width: .6vw;
		height: 3vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 0vw;
		right: -3.3vw;		
	}
	#button-div{
		width: 100vw;
	}
	#learn-button{
		display: none;
	}
	#contactbutton{
		border-radius: 75vw;
		width: 75vw;
		height: 12vw;
		position: relative;
		background-color: #bd7d57;
		box-shadow: 1.5vw 1.5vw 3vw #666;
		cursor: pointer;
		transition: all 0.5s;
		transform: translate(0, 0);
		opacity: 1;
		overflow: hidden;
		margin: 8vw 12.5vw;
		animation: scale 2s backwards;
		animation-delay: 1s;
	}
	#contactbutton:hover{
		transform: translate(0, -0.5vw);
	}
	#contactbutton img{
		width: 12vw;
		position: absolute;
		top: 0vw;
		left: 4.5vw;
	}
	#contactbutton p{
		position: absolute;
		font-weight: bold;
		font-size: 5.4vw;
		color: #fff;
		top: 3vw;
		left: 18vw;
		display: block;
		width: 60vw;
		line-height: 6vw;
	}
	#main-photo{
		display: none;
	}
	#main-photo-2{
		width: 100vw;
		overflow: hidden;
		height: 50vw;
		padding: 5vw 0 10vw 0;
		position: relative;
		animation: opacity 1s backwards;
		animation-delay: 0.4s;
	}
	.main-photo{
		width: 70vw;
		position: absolute;
		left: 15vw;
		border-radius: 1vh;
		cursor: pointer;
		transition: all 0.5s;
	}
	.main-photo:hover{
		opacity: 1!important;
	}
	#mainphoto11{
		opacity: 1;
		transform: translate(0, 0) scale(1.1, 1.1);
		z-index: 2;
		box-shadow: 1vw 1vw 2vw #333;
	}
	#mainphoto22{
		opacity: 1;
		transform: translate(10vw, 1vw) scale(1, 1);
		box-shadow: .5vw .5vw 1vw #333;
		z-index: 1;
		animation: mainphoto2 1.5s backwards;
		animation-delay: 0.4s;
	}
	#mainphoto33{
		opacity: 0.5;
		transform: translate(20vw, 1.8vw) scale(.9, .9);
		z-index: 0;
		box-shadow: 0 0 0 #333;
		animation: mainphoto3 1.5s backwards;
		animation-delay: 0.4s;
	}
	#mainphoto44{
		opacity: 0.5;
		transform: translate(-20vw, 1.8vw) scale(.9, .9);
		z-index: 0;
		box-shadow: 0 0 0 #333;
		animation: mainphoto4 1.5s backwards;
		animation-delay: 0.4s;
	}
	#mainphoto55{
		opacity: 1;
		transform: translate(-10vw, 1vw) scale(1, 1);
		box-shadow: .5vw .5vw 1vw #333;
		animation: mainphoto5 1.5s backwards;
		animation-delay: 0.4s;
		z-index: 1;
	}
	@keyframes mainphoto2{
		0%{transform: translate(0, 0) scale(1.1, 1.1); box-shadow: 1vw 1vw 2vw #333;}
		100%{transform: translate(10vw, 1vw) scale(1, 1); box-shadow: .5vw .5vw 1vw #333;}
	}
	@keyframes mainphoto3{
		0%{transform: translate(0, 0) scale(1.1, 1.1); box-shadow: 1vw 1vw 2vw #333;}
		100%{transform: translate(20vw, 1.8vw) scale(.9, .9); box-shadow: 0 0 0 #333;}
	}
	@keyframes mainphoto4{
		0%{transform: translate(0, 0) scale(1.1, 1.1); box-shadow: 1vw 1vw 2vw #333;}
		100%{transform: translate(-20vw, 1.8vw) scale(.9, .9); box-shadow: 0 0 0 #333;}
	}
	@keyframes mainphoto5{
		0%{transform: translate(0, 0) scale(1.1, 1.1); box-shadow: 1vw 1vw 2vw #333;}
		100%{transform: translate(-10vw, 1vw) scale(1, 1); box-shadow: .5vw .5vw 1vw #333;}
	}
	
	
	
	
	
	
	#description-catalogue-1{
		overflow: hidden;
		transition: all 1s;
		padding-top: 0vw;
		background-color: #fff;
	}
	#description-catalogue-2{
		width: 85vw;
		margin: 0 7.5vw;
		padding: 15vw 0;
		position: relative;
	}
	#description-catalogue-2 > h2{
		font-size: 9vw;
		width: 80vw;
		height: 9vw;
		text-align: center;
		position: relative;
		margin: 0 2.5vw 9vw 2.5vw;
	}
	#description-catalogue-2 > p{
		font-size: 4.5vw;
		text-align: justify;
		line-height: 6vw;
	}
	#description-catalogue-3{
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		width: 100vw;
		padding: 0 0 15vw 0;
	}
	#description-catalogue-3 > h2{
		font-size: 9vw;
		width: 100vw;
		text-align: center;
		height: 9vw;
		position: relative;
		margin: 0 0 9vw 0;
	}
	#catalogueimg{
		width: 80vw;
		box-shadow: 3vw 3vw 6vw #666666;
		margin: 0 10vw;
		transform: translate(0, 0vw);
		transition: all 0.5s;
	}
	#cataloguea{
		width: 80vw;
		text-align: center;
		margin: 3vw 10vw;
		font-weight: bolder;
		text-decoration: underline;
		font-size: 4.5vw;
		line-height: 6vw;
	}
	
	
	
	#specifications-features-1{
		position: relative;
		opacity: 1;
		transition: all 1s;
		-o-transition: all 1s;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		width: 100vw;
		background-color: #fff;
	}
	#specifications-features-2{
		height: 67vw;
		width: 100vw;
	    background-repeat: no-repeat;
	    background-size: 100%;
	    background-position: bottom left;
	    -webkit-background-repeat: no-repeat;
	    -webkit-background-size: 100%;
	    -webkit-background-position: bottom left;
	    position: sticky;
	    position: -webkit-sticky;
	    top: calc(100vh - 67vw);
	    transform: translate(0, 0%);
	}
	#specifications-features-1 h2{
		font-size: 9vw;
		margin: 9vw 2.5vw 3vw 2.5vw;
		line-height: 18vw;
		position: relative;
	}
	#specifications-features-1 h2::before{
		content: "";
		display: block;
		width: 10vw;
		height: 9vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 4.8vw;
		left: -14vw;
	}
	#specifications-features-1 ul{
		line-height: 6vw;
		font-size: 4.5vw;
		width: 85vw;
		color: #000;
	}
	#specifications-features-1 p{
		line-height: 6vw;
		font-size: 4.5vw;
		width: 85vw;
		color: #000;
	}
	#specifications-features-1 li{
		padding-top: 0.3vw;
		padding-bottom: 0.3vw;
	}
	#specifications-features-3{
		position: relative;
		width: 85vw;
		padding: 0 7.5vw 80vw 7.5vw;
		z-index: 1;
	}
	#specifications-features-3 div{
		position: relative;
		left: 0vw;
		transition: all 1.5s;
		-o-transition: all 1.5s;
		-webkit-transition: all 1.5s;
		-moz-transition: all 1.5s;
		margin: 2vw 0;
		height: auto;
	}



	#grades-page{
		position: relative;
		width: 100vw;
		overflow: hidden;
		background-color: #fff;
	}
	#grades-page::before{
		content: "";
		background-color: #eee;
		width: 70vw;
		height: 260vw;
		transform: translate(-42vw, 0) skew(-15deg);
		position: absolute;
		top: 0;
		left: 0;
	}	
	#grades-page::after{
		content: "";
		background-color: #eee;
		width: 200vw;
		height: 400vw;
		transform: translate(150vw, 0vw) skew(-15deg);
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
	}	
	#grades-h{
		height: 30vw;
	}
	#grades-page h2{		
		font-size: 9vw;
		width: 80vw;
		padding: 15vw 10vw; 
		position: relative;
		color: #000;	
		line-height: 9vw;
		display: block;
		text-align: center;
	}	
	#grades-page h2::before{
		content: "";
		display: block;
		width: 10vw;
		height: 9vw;
		background-color: #000;
		transform: skew(-15deg);
		position: absolute;
		top: 15vw;
		left: -13vw;
	}



	#alloypage-out{
		padding: 5vw 0 15vw 0;
		width: 100vw;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#alloypage-out::-webkit-scrollbar{
		display: none;
	}
	#alloypage{
		display: flex;
		justify-content: space-between;
		position: relative;
    	transition: all 0.5s;
		left: 0vw;
		z-index: 2;
		padding: 0 5vw;
	}
	#alloypage::after{
		content: "";
		width: 0;
		padding: 0.1vw;
		height: 1vw;
		position: relative;
	}
	#rightbutton1{
		display: none;
	}
	#leftbutton1{
		display: none;
	}
	#gradeframe1{
		width: 180vw;	
	}
	#gradeframe11{
		width: 180vw;
	}
	#gradeframe22{
		width: 180vw;	
	}
	#gradeframe33{
		width: 180vw;	
	}
	#gradeframe44{
		width: 180vw;	
	}
	.gradeframe1{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		background-color: rgba(230, 230, 230, 0.6);
		margin: 0;
		padding: 6vw 0 12vw 0;
		border-radius: 6vw;
		position: relative;
    	transition: all 0.5s;
    	align-items: center;
    	flex-shrink: 0;
    	margin-right: 5vw;
	}
	.chemeicalp{
		width: 100%;
		text-align: center;
		font-size: 2.7vw;
		line-height: 0;
		color: white;
		padding-top: 2.4vw;
		margin: 0;
		transform: translate(-.3vw, 0) skew(15deg);
	}
	.chemeicalp-2{
		width: 100%;
		text-align: left;
		font-size: 2.7vw;
		line-height: 0;
		color: white;
		padding-top: 2.4vw;
		margin: 0 0 0 3vw;
		transform: translate(-.3vw, 0) skew(15deg);
	}

	.gradebar{
		width: 75vw;
		transition: all 0.3s;
		margin: 2vw 5vw;
	}
	.gradename, .gradename2, .gradename3{
		display: block;
		font-size: 4.8vw;
		font-weight: bold;
		width: 50vw;
		height: 6vw;
		padding: 0;
		margin: 0;
		line-height: 4.8vw;
		position: relative;
		top: -0.7vw; 
		text-align: left;
	}
	.chemical{
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 75vw;
		top: -0.7vw;
		background: linear-gradient(90deg, #bd7d57, transparent);
		padding: 0;
		margin: 0;
		transform: skew(-15deg);
	}
	.chemical div{
		border-style: none;
		height: 4.8vw;
		padding: 0;
		margin: 0;
	}
	.chemical::after{
		content: "";
		position: absolute;
		top: -6vw;
		right: 2vw;
		background-color: #dddddd;
		border-radius: 6vw;
		padding: 1.5vw;
		width: 15vw;
		height: 1.5vw;
		font-size: 2.7vw;
		text-align: center;
		line-height: 1.8vw;
		color: #000;
		transform: skew(15deg);
	}
	.grade-class{
		width: 100vw;
		height: 9vw;
		background-color: #555;
		transform: skew(-15deg);
		margin: 4vw 12.5vw;
	}
	.grade-class > h3{
		font-size: 6vw;
		line-height: 9vw;
		color: #fff;
		transform: skew(15deg);
		text-align: center;
	}
	.monel-class{
		background-color: #bd7d57;
	}
	.inconel-class{
		background-color: #bd7d57;
	}
	.incoloy-class{
		background-color: #bd7d57;
	}
	.hastelloy-class{
		background-color: #bd7d57;
	}
	.nickel-class{
		background-color: #bd7d57;
	}
	.other-class{
		background-color: #888;
	}
	
	
	
	#process-formula-1{
		position: relative;
		width: 100vw;
		overflow: hidden;
	    transition: all 1s;
		background-image: url(../image/products/process-mobile.jpg);
	    background-size: cover;
	    background-color: #000;
	}
	#process-formula-1 > div{
	    width: 100vw;
	    position: relative;
	}
	#manufacturing-process{
	    padding-top: 15vw;
	}
	#manufacturing-process h2{
		font-size: 7.5vw;
		position: relative;
		width: 80vw;
		text-align: center;
		color: white;
		margin: 0 10vw 10vw 10vw;
	}
	.process-bar{
		display: flex;
		flex-direction: column;
		align-items: center;
		align-content: center;
		flex-wrap: wrap;
		margin: 2vw 0;
		padding: 5vw 0;
		background-color: rgba(25, 25, 25, .6);
		width: 60vw;
		height: 120vw;
		border: solid 1.5vw rgba(255, 255, 255, .2);
		flex-shrink: 0;
		border-radius: 3vw;
	}
	.process-bar > div{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 25vw;
		height: 25vw;
	}
	.process-bar img{
		width: 18vw;
	}
	.process-bar p{
		display: block;
		width: 18vw;
		text-align: center;
		color: #fff;
		font-weight: bold;
		transform: translate(0, -2.4vw);
		font-size: 3.2vw;
		line-height: 3.7vw;
	}
	.process-pointer{
		display: block;
		width: 0!important;
		height: 0!important;
		border: solid 2vw transparent;
		border-top: solid 2vw white;
		margin: 0 2vw; 
		transform: scale(.7, 1);
	}
	.process-pointer-2{
		display: block;
		width: 0;
		height: 0;
		border: solid 2vw transparent;
		border-left: solid 2vw white;
		margin: 0 2vw;
		transform: scale(1, .7) translate(1vw, 0);
	}
	#process-choose-1{
		position: relative;
		opacity: 0;
		pointer-events: inherit;
		transition: all .2s;
	}
	.process-choose{
		width: 100vw;
		transition: opacity .5s;
		display: flex;
		align-items: center;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.process-choose::-webkit-scrollbar{
		display: none;
	}
	.process-choose::before{
		content: "";
		width: 0;
		height: 0;
		padding: 2.5vw;
	}
	.process-choose::after{
		content: "";
		width: 0;
		height: 0;
		padding: 2.5vw;
	}
	.process-choose:nth-of-type(2){
		opacity: 1;
		pointer-events: inherit;
	}
	.process-choose:nth-of-type(3){
		position: absolute;
		top: 65.5vw;
		left: 0;
		opacity: 0;
		pointer-events: inherit;
		pointer-events: none;
	}



	#process-button{
		display: flex;
		justify-content: center;
		margin: 5vw 0;
	}
	.process-button{
		background: white;
		padding: 0 3vw;
		height: 8vw;
		margin: 0 1vw;
		border-radius: 5vw;
		color: #000;
		font-size: 3.8vw;
		font-weight: bold;
		text-align: center;
		line-height: 8vw;
		cursor: pointer;
		transition: all .2s;
		opacity: .5;
	}
	.process-button:nth-of-type(1){
		opacity: 1;
	}
	
	
	#drawingandformula{
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 8vw 0;
		flex-wrap: wrap;
	}
	#drawingandformula h2{
		font-size: 7.5vw;
		position: relative;
		left: 0vw;
		width: 80vw;
		text-align: center;
		color: white;
		margin: 10vw 0;
	}
	.drawing{
		width: 90vw;
		position: relative;
		left: 0;
		margin: 0 5vw;
	}
	.drawing-2{
		width: 80vw;
		position: relative;
		left: 0;
	}
	.formula{
		text-align: center;
		font-size: 4.5vw;
		position: relative;
		width: 85vw;
		padding: 5vw 0 10vw 0;
		line-height: 6vw;
		color: white;
	}
	
	#formula2{
		font-size: 4.5vw!important;
	}
	
	
	


	table{
	  	border-collapse: collapse;
		border-style: solid;
		border-width: .9vw 0;
		border-color: #000;
	}
	th{
		text-align: center;
		color: #000;
		border-style: none;
		text-shadow: 1.5vw 1.5vw 1.8vw #666;
	}
	td{
		text-align: center;
		border-style: none;
		color: #000;
		text-shadow: 1.5vw 1.5vw 1.8vw #666;
	}
	tr{
		border-style: solid;
		border-width: .45vw 0;
		border-color: #000;
	}
	.fold1{
	    max-height: 180vw;
	    transition: max-height 1s;
	}
	.fold2{
	    max-height: 1200vw;
	}
	#technical-sheet-1{
		overflow: hidden;
		position: relative;
		padding-bottom: 14vw;
	}
	#technical-sheet-1:before{
		content: "";
		position: fixed;
		z-index: -1;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		background-color: #000;
		background-image: url(../image/products/technical-sheet-mobile.jpg);
	    background-size: cover;
	}
	#technical-sheet-1 > h2{
		width: 100vw;
		font-size: 9vw;
		text-align: center;
		color: #000;
		margin: 0;
		padding: 20vw 0 6vw 0;
		text-shadow: 1.5vw 1.5vw 1.8vw #666;
		position: relative;
	}
	#technical-sheet-1 > h2 > span{
		color: #000;
		height: 9vw;
		position: relative;
		line-height: 9vw;
	}
	#technical-sheet-1 > h2::before{
		content: "";
		display: block;
		width: 78vw;
		height: 15vw;
		background-color: rgba(255, 255, 255, .3);
		transform: skew(-15deg);
		position: absolute;
		top: 18.5vw;
		left: 11vw;
	}
	#technical-sheet-1 > div{
		padding-bottom: 6vw;
	}
	#technical-sheet-1 > div > h3{
		width: 100vw;
		font-size: 8.4vw;
		text-align: center;
		color: #000;
		margin: 0;
		padding-top: 10.5vw;
		text-shadow: 1.5vw 1.5vw 1.8vw #666;
	}
	#technical-sheet-1 caption{
		width: 90vw;
		font-size: 5.4vw;
		text-align: center;
		color: #000;
		margin: 0;
		padding: 9vw 0 4vw 0;
		font-weight: bold;
		text-shadow: 1.5vw 1.5vw 1.8vw #666;
	}
	#technical-sheet-1 th{
		font-size: 4.5vw;
		padding: 1.5vw 0;
	}
	#technical-sheet-1 td{
		font-size: 4.2vw;
		padding: 1.5vw 0;
	}
	.table-container2{
		width: 100vw;
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.table-container2::-webkit-scrollbar{
		display: none;
	}
	.tolerence-table{
		color: white;
		width: 300vw;
		position: relative;
		margin: 0 5vw;
		padding: 0 5vw;
	}
	#delivery-table{
		color: white;
		width: 90vw;
		position: relative;
		left: 5vw;
	}
	.delivery-table{
		color: white;
		width: 90vw;
		position: relative;
		left: 5vw;
	}
	#delivery-state{
		padding-bottom: 10vw!important;
	}
	#dnote{
		height: 10vw;
	}
	
	#fold{
		position: absolute;
		bottom: 0;
		left: 0;
		background: linear-gradient(rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.9) 80%, rgba(255, 255, 255, 0.95) 90%, rgba(255, 255, 255, 1) 100%);
		height: 60vw;
		width: 100vw;
		cursor: pointer;
		font-size: 4.5vw;
		text-align: center;
		color: #eeeeee;
		font-weight: bold;
		transition: all 5s;
	}
	#fold div{
		position: absolute;
		width: 30vw;
		height: 9vw;
		background: linear-gradient(105deg, #535aea 0%, #5385ea 50%, #4fabde 100%);
		border-radius: 6vw;
		line-height: 8.7vw;
		left: 35vw;
		top: 45vw;
	}
	#fold2{
		display: none;
	}
	
	
	
	#package-faq-1{	
		overflow: hidden;
	    transition: all 1s;
		background-color: white;
		position: relative;
	}
	#packagelogistics{
		padding-top: 10vw;
		padding-bottom: 20vw;
		z-index: 1;
	}
	#packagelogistics h2{
		margin: 0;
		width: 100%;
		text-align: center;
		font-size: 9vw;
		color: #000;
		padding: 12vw 0;
		line-height: 9vw;
		height: 9vw;
	}
	#package{
		width: 100vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
	}
	#package > p{
		width: 85vw;
		text-align: justify;
		font-size: 4.5vw;
		line-height: 6vw;
		position: relative;
		left: 0vw;
		padding-top: 3vw;
	}
	.package{
		width: 30%;
		opacity: 0.8;
		height: 30vw;
		position: relative;
		margin: 0 5vw;
	}
	.packageimg{
		width: 30vw;
		height: 15vw;
		background-color: #000;
		position: relative;
		left: 0vw;
		transform: skew(-15deg);
	}
	.packageimg img{
		width: 9vw;
		position: relative;
		left: 10.5vw;
		top: 3.3vw;
		transform: skew(15deg);
	}
	.package-3{
		width: 20%;
		opacity: 2.4;
		height: 30vw;
		position: relative;
	}
	.packageimg-3{
		width: 30vw;
		height: 15vw;
		background-color: #000;
		position: relative;
		left: 15vw;
		transform: skew(-15deg);
	}
	.packageimg-3 img{
		width: 9vw;
		position: relative;
		left: 10.5vw;
		top: 3.3vw;
		transform: skew(15deg);
	}
	.package-4{
		width: 15%;
		opacity: 0.8;
		height: 30vw;
		position: relative;
	}
	.packageimg-4{
		width: 30vw;
		height: 15vw;
		background-color: #000;
		position: relative;
		left: 7.5vw;
		transform: skew(-15deg);
	}
	.packageimg-4 img{
		width: 9vw;
		position: relative;
		left: 10.5vw;
		top: 3.3vw;
		transform: skew(15deg);
	}
	.packagep{
		width: 100%;
		position: relative;
		text-align: center;
		font-size: 4.5vw;
		font-weight: bold;
		margin: 3vw 0;
	}
	
	#logistics{
		width: 100vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		padding-top: 9vw;
	}
	#logistics > p{
		width: 85vw;
		text-align: justify;
		font-size: 4.5vw;
		line-height: 6vw;
		position: relative;
		left: 0vw;
		padding-top: 3vw;
	}
	.logistics{
		width: 30%;
		opacity: 2.4;
		height: 30vw;
		position: relative;
		margin: 0 5vw;
	}
	.logisticsimg{
		width: 30vw;
		height: 15vw;
		background-color: #000;
		position: relative;
		left: 0vw;
		transform: skew(-15deg);
	}
	.logisticsp{
		width: 100%;
		position: relative;
		text-align: center;
		font-size: 4.5vw;
		font-weight: bold;
		margin: 3vw 0;
	}
	#logisticsimg1{
		width: 13.5vw;
		position: relative;
		left: 8.4vw;
		top: 3.9vw;
		transform: skew(15deg);
	}
	#logisticsimg2{
		width: 12vw;
		position: relative;
		left: 9vw;
		top: 3.3vw;
		transform: skew(15deg);
	}
	
	
	
	#faq{
		margin: 0;
		padding: 0 0 24vw 0;
		position: relative;
	}
	#faq h2{
		color: #000;
		font-size: 9vw;
		line-height: 12vw;
		margin: 0;
		text-align: center;
	}
	#faq>div{
		padding: 6vw 0;
	}
	#faq>div>div{
		padding: 0.3vw 0;
	}
	.Q{
		margin: 6vw 0;
		position: relative;
		font-size: 4.5vw;
		display: flex;
		background: #fff;
		box-shadow: 3vw 3vw 6vw #666666;
		border-radius: 0 7.5vw 7.5vw 0;
		width: 95vw;
	}
	.Q-span{
		position: relative;
		font-size: 9vw;
		line-height: 8.4vw;
		padding: 1.8vw 9vw;
		height: 9vw;
		font-weight: bold;
		background: linear-gradient(105deg, #555 85%, transparent 6vw);
		color: #fff;
	}
	.Q-text{
		position: relative;
		background-color: white;
		line-height: 5vw;
		padding: 6vw 6vw 6vw 3vw;
		border-radius: 0 7.5vw 7.5vw 0;
	}
	.A{
		margin: 6vw 0;
		position: relative;
		font-size: 4.5vw;
		display: flex;
		background: #eee;
		box-shadow: 3vw 3vw 6vw #666666;
		border-radius: 7.5vw 0 0 7.5vw;
		width: 95vw;
	}
	.A-span{
		position: relative;
		font-size: 9vw;
		line-height: 8.4vw;
		padding: 1.8vw 9vw;
		height: 9vw;
		width: 10.5vw;
		font-weight: bold;
		background: linear-gradient(105deg, transparent 6vw, #555 0);
		color: #fff;
	}
	.A-text{
		position: relative;
		line-height: 5vw;
		padding: 6vw 3vw 6vw 6vw;
		border-radius: 0 7.5vw 7.5vw 0;
		text-align: justify;
	}
	.short-text{
		width: 95vw;
		position: relative;
		left: 5vw;
	}
	.long-text{
		width: 95vw;
		position: relative;
		left: 5vw;
	}
	.long-text > .A-text, .short-text > .A-text{
		display: block;
		width: 84.5vw;
		position: relative;
		margin: 0;
		line-height: 6vw;
		text-align: justify;
	}
	.list-text > .A-text{
		display: inline-block;
		position: relative;
		margin: 0;
		line-height: 6vw;
		text-align: left;
	}
	
	
	#FAQ-fold{
		width: 24vw!important;
		height: 9vw;
		background: linear-gradient(105deg, #535aea 0%, #5385ea 50%, #4fabde 100%);
		border-radius: 6vw;
		color: white;
		text-align: center;
		position: absolute;
		bottom: 18vw;
		border: none;
		left: 38vw;
		cursor: pointer;
	}
	#FAQ-fold::after{
		content: "...";
		width: 24vw!important;
		height: 9vw;
		color: white;
		text-align: center;	
		font-weight: bold;
		font-size: 9vw!important;
		line-height: 0vw!important;
		position: absolute;
		top: 2.4vw;
		left: 0;
	}
	.FAQ-fold-1{
		display: none;
	}
	.FAQ-fold-2{
		display: block;
	}
}





@keyframes maintext{
	0%{opacity: 0; transform: translate(0vw, 10vw);}
	100%{opacity: 1; transform: translate(0, 0);}
}

@keyframes laser1{
	0%{opacity: 0.8; transform: scale(1, 1) rotate(0);}
	100%{opacity: 0; transform: scale(6, 6) rotate(90deg);}
}
@keyframes laser2{
	0%{transform: rotate(0);}
	100%{transform: rotate(90deg);}
}
@keyframes opacity{
	0%{opacity: 0;}
	100%{opacity: 1;}
}
@keyframes mouse-big{
	0%{opacity: 0; transform: translate(0, -5vw);}
	100%{opacity: 1; transform: translate(0, 0);}
}

@keyframes mouse{
	0%{transform: translate(0, 0); opacity: 0.2;}
	100%{transform: translate(0, -6vw); opacity: 0;}
}

@keyframes mainphoto{
	0%{opacity: 0; transform: translate(140vw, 20vw);}
	100%{opacity: 1; transform: translate(0, 0);}
}


