@media screen and (min-width: 900px) {
	h1{
		color: #333333;
	}
	h2{
		color: #333333;
	}
	h3{
		color: #333333;
	}
	h4{
		color: #333333;
	}
	a{
		color: #333333;
	}
	p{
		color: #333333;
		text-align: justify;
	}



	table{
		border-collapse: collapse;
	}
	th{
		text-align: center;
	}
	td{
		text-align: center;
	}
	.gr{
		width: 150px;
	}



	#background-thing{
		overflow: hidden;
	}

	#main-page{
		width: 100vw;
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
	}
	#main-text{
		width: 45vw;
		margin: 0 0 0 10vw;
	}
	#main-text > h1{
		color: #333333;
		font-size: 3vw;
		animation: maintext 1s backwards;
		opacity: 1;
		transform: translate(0, 0);
		animation-delay: 0s;
	}
	#main-text > h1 > span{
		color: #666666;
		font-size: 2vw;
	}
	#main-text > p{
		width: 40vw;
		color: #666666;
		font-size: 1vw;
		line-height: 1.5vw;
		text-align: left;
		margin: 3vh 0;
		animation: maintext 1s backwards;
		opacity: 1;
		transform: translate(0, 0);
		animation-delay: 0.1s;
	}
	#main-advantage{
		display: flex;
		width: 45vw;
		justify-content: flex-start;
		margin: 3vw 0;
		animation: maintext 1s backwards;
		opacity: 1;
		transform: translate(0, 0);
		animation-delay: 0.2s;
	}
	#main-advantage > div{
		display: flex;
		width: 6.5vw;
		margin-right: 2vw;
		flex-direction: column;
		align-items: center;
	}
	.main-advantage-logo{
		width: 3vw;
	}
	.main-advantage-text{
		text-align: center;
		width: 10vw;
		display: block;
		font-weight: bold;
		font-size: 1vw;
		margin: 0.6vw 0;
		color: #333333;
	}
	#mouse{	
		position: absolute;
		background-color: rgba(232, 55, 55, 1);
		border-radius: 2vw;
		width: 0.5vw;
		height: 15vw;
		bottom: -8vw;
		left: 50vw;
		animation: mouse-big 2s backwards;
		animation-delay: 1s;
		opacity: 1;
		transform: translate(0, 0);
		cursor: pointer;
	}
	#mouse::after{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border: solid 1vw transparent;
		border-top: solid 1vw rgba(232, 55, 55, 1);
		transform: scale(1, 1.6);
		transition: transform 0.5s;
		top: 0vw;
		left: -.75vw;
	}
	#mouse::before{	
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		opacity: 0.8;
		border: solid 1vw transparent;
		border-top: solid 1vw rgba(232, 55, 55, 1);
		transform: scale(1, 1.6) translate(0, 0);
		animation: laser1 3s infinite;
		left: -.75vw;
	}

	#contactbutton{
		background: linear-gradient(150deg, #e83719 0%, #FBA971 100%);
		border-radius: 25vw;
		width: 25vw;
		height: 3.8vw;
		box-shadow: 0.8vw 0.8vw 2vw #333333;
		cursor: pointer;
		transition: all 0.5s;
		transform: translate(0, 0);
		opacity: 1;
		animation: maintext 1s backwards;
		animation-delay: .3s;
		margin: 1vw 0;
	}
	#contactbutton:hover{
		transform: translate(0, -0.5vw);
	}
	#contactbutton img{
		width: 3.5vw;
		position: absolute;
		top: 0.1vw;
		left: 2.2vw;
	}
	#contactbutton p{
		position: absolute;
		font-weight: bold;
		font-size: 1.5vw;
		color: #F1F3EC;
		top: 1.9vw;
		left: 6.1vw;
		display: block;
		width: 20vw;
		line-height: 0;
	}
    #breadol{
		width: 50vw;
		display: flex;
		align-content: center;
		list-style: none;
		position: absolute;
		bottom: -1vw;
		padding: 0;
		margin: 0;
		z-index: 1;
    }
    #breadol li{
        font-size: 1vw;
        color: #333;
        line-height: 1vw;
    }
    #breadol li a{
        display: block;
        color: #333;
        height: 1vw;
        padding-right: 1.5vw;
        margin-right: 1vw;
        font-weight: bold;
        position: relative;
    }
    #breadol li a::before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid .5vw transparent;
        border-left: solid .5vw #333;
        margin: 0;
        position: absolute;
        right: -.5vw; 
        transform: scale(1, 0.7);
        top: 0;
    }

	#main-photo{
		width: 45vw;
		height: 100vh;
		margin: 0 0 0 3vw;
		position: relative;
		animation: mainphoto-big 2s backwards;
		transform: translate(0, 0);
		animation-delay: 0.4s;
		opacity: 1; 
	}
	.main-photo{
		width: 30vw;
		position: absolute;
		left: 0;
		top: calc(50vh - 10vw);
		border-radius: 2vw;
		cursor: pointer;
		transition: all 0.5s;
	}
	.main-photo:hover{
		opacity: 1!important;
	}
	#mainphoto1{
		opacity: 1;
		transform: translate(0, 0) scale(1.1, 1.1);
		z-index: 2;
	}
	#mainphoto2{
		opacity: 0.5;
		transform: translate(10vw, 25vw) scale(1, 1);
		z-index: 1;
	}
	#mainphoto3{
		opacity: 0;
		transform: translate(20vw, 50vw) scale(0.9, 0.9);
		z-index: 0;
		pointer-events: none;
	}
	#mainphoto4{
		opacity: 0;
		transform: translate(-20vw, -50vw) scale(0.9, 0.9);
		z-index: 0;
		pointer-events: none;
	}
	#mainphoto5{
		opacity: 0.5;
		transform: translate(-10vw, -25vw) scale(1, 1);
		z-index: 1;
	}



	#description-catalogue-1{
		display: flex;
		justify-content: center;
		transition: all 1s;
		padding-top: 10vw;
	}
	#description-catalogue-2{
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		width: 52vw;
		margin: 0 5vw 0 0;
		padding: 5vw 0;
	}
	#description-catalogue-2 > h2{
		font-size: 3vw;
		width: 52vw;
		height: 3vw;
		text-align: right;
		position: relative;
		margin: 3vw 0;
	}
	#description-catalogue-2 > p{
		font-size: 1.1vw;
		line-height: 1.8vw;
		width: 52vw;
		padding: 0 0 0 3vw;
		column-count: 2;
		column-gap: 3.5vw;
		position: relative;
	}
	#description-catalogue-2 > p::before{
		content: "";
		position: absolute;
		left: 35vw;
		top: 20vw;
		width: 0;
		height: 0;
		border: solid 11.5vw transparent;
		border-top: solid 11.5vw #eee;
		transform: scale(1, 1.6);
		z-index: -1;
		opacity: .5;
	}
	#description-catalogue-2 > p::after{
		content: "";
		position: absolute;
		left: 5vw;
		top: 11vw;
		width: 0;
		height: 0;
		border: solid 25vw transparent;
		border-top: solid 25vw #eee;
		transform: scale(1, 1.6);
		z-index: -1;
		opacity: .5;
	}
	#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: 15vw;
		box-shadow: 1vw 1vw 2vw #666666;
		margin: 0 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: 17vw;
		text-align: center;
		margin: 2vw 4vw;
		font-weight: bolder;
		text-decoration: underline;
		font-size: 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;
	}
	#specifications-features-2{
		height: calc(100vh - 10.5vw);
		width: 50vw;
		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 .5vw 0;
		line-height: 6vw;
	}
	#specifications-features-1 ul{
		line-height: 1.8vw;
		font-size: 1.1vw;
		width: 30vw;
		color: #333333;
	}
	#specifications-features-1 p{
		line-height: 1.8vw;
		font-size: 1.1vw;
		width: 30vw;
		color: #333333;
	}
	#specifications-features-1 li{
		padding-top: 0.3vw;
		padding-bottom: 0.3vw;
	}
	#specifications-features-3{
		position: relative;
		width: 45vw;
		margin-left: 5vw;
		padding: 5vw 0;
	}
	#specifications-features-3 div{
		position: relative;
		left: 0vw;
		transition: all 1.5s;
		margin: 2vw 0;
	}



	#grades-available-1{
		position: relative;
	  	left: 50%;
	  	transform: translate(-50%, 0);
	  	transition: all 0.5s;
		height: 70vw;
		width: 100vw;
		padding: 5vw 0;
	}
	#grades-available-1::after{
		content: "";
		position: absolute;
		left: -28vw;
		top: 0vw;
		width: 0;
		height: 0;
		border: solid 50vw transparent;
		border-top: solid 50vw #eee;
		transform: scale(1, 1.6);
		transform-origin: top;
		z-index: -1;
		opacity: .5;
	}
	#gradespage1{
		height: calc(100vh - 10.5vw);
		width: 45vw;
		position: sticky;
		top: 10.5vw;
		z-index: 1;
	}
	#gradespage1 div{
		height: 23vw;
		width: 45vw;
		position: relative;
		top: calc(50vh - 8vw);
		transform: translate(0, -50%);
	}
	#gradespage1 h2{
		font-size: 3vw;
		left: 13vw;
		position: relative;
		color: #333333;	
		line-height: 3vw;
		margin: 0;
		padding: 0 0 2.5vw 0;
	}
	#gradespage1 ul{
		font-size: 1.2vw;
		left: 13vw;
		position: relative;
		color: #333333;	
		line-height: 0.8vw;
		font-weight: bold;
		top: 2vw;
		width: 25vw;
	}
	#gradespage1 li:hover .grhr{
		width: 2vw;
	}
	#gradespage1 li:hover .grp{
		transform: translate(3vw, -1.6vw);
	}
	#gradespage1 a{
		color: #333333;	
	}
	.grhr{
		width: 1vw;
		display: block;
		height: 0.2vw;
		background-color: #333333;
		border-style: none;
		margin: 0;
		border-radius: 5vw;
		transition: all 0.5s;
		text-align: left;
	}
	.grp{
		transform: translate(2vw, -1.6vw);
		transition: all 0.5s;
		padding: 1vw 0;
	}


	#sspage{
		width: 100%;
		position: absolute;
		left: 0vw;
		top: 0;
		overflow-x: hidden;
		padding: 5vw 0;
	}
	#rightbutton1{
		position: absolute;
		height: 59vw;
		top: 10vw;
		width: 7vw;
		left: 93vw;
		z-index: 3;
		cursor: pointer;
	}
	#leftbutton1{
		position: absolute;
		height: 59vw;
		top: 10vw;
		width: 7vw;
		z-index: 3;
		cursor: pointer;
	}
	#gradeframe-1{
		display: flex;
		position: relative;
	    transition: all 0.5s;
	    width: 500vw;
	    overflow: hidden;
		padding: 5vw 0;
		left: 41vw;
		z-index: 2;
	}
	#gradeframe1{
		width: 41vw;	
	}
	#gradeframe11{
		width: 82vw;	
	}
	#gradeframe22{
		width: 82vw;	
	}
	.gradeframe1{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		background-color: #eeeeee;
		margin: 0 1vw;
		padding: 3vw 0 1vw 0;
		border-radius: 2vw;
		position: relative;
	    left: 8vw;
	    transition: all 0.5s;
	    align-items: center;
		box-shadow: 1vw 1vw 2vw 0.1vw #666666;
		height: 55vw;
	}
	.chemeicalp{
		width: 100%;
		text-align: center;
		font-size: 0.9vw;
		line-height: 0;
		color: white;
		padding-top: 0.7vw;
		margin: 0;
	}

	.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;
		height: 1.3vw;
		top: -0.7vw;
		left: 6vw;
		background: linear-gradient(90deg, #999999, #aaaaaa, transparent);
		padding: 0;
		margin: 0;
	}
	.chemical div{
		border-style: none;
		height: 1.3vw;
		padding: 0;
		margin: 0;
	}
	.chemical2{
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 30vw;
		height: 2.6vw;
		top: -0.7vw;
		left: 6vw;
		background: linear-gradient(90deg, #999999, #aaaaaa, transparent);
		padding: 0;
		margin: 0;
	}
	.chemical2 div{
		border-style: none;
		height: 1.3vw;
		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: #666666;
	}
	.chemical2::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: #666666;
	}



	#process-formula-1{
		position: relative;
		background-color: #333333;
		background-image: url(../jpg/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: 3vw;
		position: relative;
		width: 80vw;
		color: white;
		margin: 5vw;
		text-align: center;
	}
	.process-bar{
		display: flex;
		justify-content: center;
		margin: 2vw 10vw;
		width: 70vw;
		height: 11vw;
		position: relative;
	}
	.process-bar::before{
		content: "··········································································································";
		position: absolute;
		bottom: 0;
		left: 0;
		font-size: 2vw;
		font-family: times new roman;
		color: rgba(232, 55, 55, 1);
		height: 2vw;
		line-height: 2vw;
	}
	.process-bar::after{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border: solid 1vw transparent;
		border-left: solid 1vw rgba(232, 55, 55, 1);
		transform: scale(1.6, 1);
		transition: transform 0.5s;
		bottom: 0vw;
		right: -2vw;
	}
	.process-bar > div{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 10vw;
	}
	.process-bar img{
		width: 7vw;
	}
	.process-bar p{
		display: block;
		width: 8vw;
		margin: 0 1vw;
		text-align: center;
		color: #333;
		font-weight: bold;
		transform: translate(0, -1.2vw);
		font-size: 1.1vw;
		line-height: 1.2vw;
	}
	.process-choose{
		position: absolute;
		opacity: 0;
		background-color: rgba(255, 255, 255, .9);
		pointer-events: none;
		transition: opacity .5s;
		border-radius: 2vw;
		padding: 2vw 0;
	}
	.process-choose:nth-of-type(2){
		opacity: 1;
		pointer-events: inherit;
	}
	#process-button{
		height: 5vw;
		display: flex;
		justify-content: center;
	}
	.process-button{
		background: rgba(255, 255, 255, 0.9);
		padding: 0 1.5vw;
		height: 2.5vw;
		margin: 0 1vw;
		border-radius: 3vw;
		color: #333;
		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: 8vw 0;
		flex-wrap: wrap;
	}
	#drawingandformula h2{
		font-size: 3vw;
		position: relative;
		text-align: center;
		left: 0px;
		width: 90vw;
		color: white;
		margin: 2vw 3vw 5vw 0;
	}
	#drawing{
		width: 50vw;
		position: relative;
		left: 0;
		margin: 0 4vw 0 2vw;
	}
	#drawing2{
		width: 60vw;
		position: relative;
		left: 0;
		margin: 0 4vw 0 2vw;
	}
	#drawing3{
		width: 80vw;
		position: relative;
		left: 0;
		margin: 0 4vw 0 2vw;
	}
	#formula{
		text-align: center;
		font-size: 1vw;
		position: relative;
		width: 80vw;
		line-height: 2vw;
		color: white;
	}
	.drawing{
		width: 49vw;
		position: relative;
		left: 0;
		margin: 0 4vw 0 2vw;
	}
	.formula{
		font-size: 1vw;
		position: relative;
		width: 80vw;
		line-height: 2vw;
		color: white;
		text-align: center;
	}
	.formula > span{
		font-size: 0.9vw!important;
	}

	#formula2{
		font-size: 0.9vw!important;
	}



	.fold1{
	    max-height: 45vw;
	    transition: max-height 1s;
	}
	.fold2{
	    max-height: 1000vw;
	}
	.table-container2{
		background-color: rgba(255, 255, 255, 0.9);
		width: 90vw;
		margin: 2vw 5vw;
		padding: 5vw 0;
		border-radius: 2vw;
	}
	#technical-sheet-1{
		background-color: #333333;
		background-image: url(../jpg/technical-sheet.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		overflow: hidden;
		position: relative;
		padding: 6vw 0;
	}
	#technical-sheet-1 h2{
		width: 100vw;
		font-size: 3vw;
		text-align: center;
		color: white;
		margin: 0;
		padding: 4vw 0 2vw 0;
	}
	#technical-sheet-1 caption{
		width: 80vw;
		font-size: 1.5vw;
		text-align: center;
		color: #333;
		margin: 0;
		padding: 0 0 2vw 0;
		font-weight: bold;
	}
	#technical-sheet-1 th{
		font-size: 1vw;
		padding: 1vw 0;
		border: none;
		border-top: solid .1vw #333;
		border-bottom: solid .1vw #333;
	}
	#technical-sheet-1 td{
		font-size: 1vw;
		padding: 1vw 0;
		border: none;
	}
	.tolerence-table{
		color: #333;
		border: none;
		border-top: solid .15vw #333;
		border-bottom: solid .15vw #333;
		width: 80vw;
		position: relative;
		left: 5vw;
	}
	#delivery-table{
		color: #333;
		border: none;
		border-top: solid .15vw #333;
		border-bottom: solid .15vw #333;
		width: 80vw;
		position: relative;
		left: 5vw;
	}
	.delivery-table{
		color: #333;
		border: none;
		border-top: solid .15vw #333;
		border-bottom: solid .15vw #333;
		width: 80vw;
		position: relative;
		left: 5vw;
	}
	#delivery-state{
		padding-bottom: 2vw;
	}
	#dnote{
		height: 8vw;
		border: none;
		border-top: solid .1vw #333;
		border-bottom: solid .1vw #333;
	}

	#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: #333333;
		border-radius: 2vw;
		line-height: 2.9vw;
		left: 45vw;
		top: 11vw;
	}
	#fold2{
		display: none;
	}



	#package-faq-1{	
		overflow: hidden;
	    transition: all 1s;
	}
	#packagelogistics{
		background-color: white;
		display: flex;
		padding-top: 5vw;
		justify-content: center;
		padding-bottom: 5vw;
	}
	#packagelogistics h2{
		margin: 0;
		width: 100%;
		text-align: center;
		font-size: 3vw;
		color: #333333;
		padding: 4vw 0;
		line-height: 3vw;
		height: 3vw;
	}
	#package{
		width: 40vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
	}
	#package > p{
		width: 35vw;
		text-align: justify;
		font-size: 1.1vw;
		line-height: 1.8vw;
		position: relative;
		left: 2.5vw;
		padding-top: 1vw;
	}
	.package{
		width: 50%;
		opacity: 0.8;
		height: 10vw;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.package3{
		width: 30%;
		opacity: 0.8;
		height: 10vw;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.packageimg{
		width: 6vw;
		height: 6vw;
		background-color: #333333;
		border-radius: 10vw;
		position: relative;
	}
	.packagep{
		width: 100%;
		position: relative;
		text-align: center;
		font-size: 1.3vw;
		font-weight: bold;
		margin: 1vw 0;
	}
	.packageimg img{
		width: 3vw;
		position: relative;
		left: 1.5vw;
		top: 1.6vw;
	}

	#logistics{
		width: 40vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		align-content: flex-start;
	}
	#logistics > p{
		width: 35vw;
		text-align: justify;
		font-size: 1.1vw;
		line-height: 1.8vw;
		position: relative;
		left: 2.5vw;
		padding-top: 1vw;
	}
	.logistics{
		width: 50%;
		opacity: 0.8;
		height: 10vw;
		position: relative;
	}
	.logisticsimg{
		width: 6vw;
		height: 6vw;
		background-color: #333333;
		border-radius: 10vw;
		position: relative;
		left: 7vw;
	}
	.logisticsp{
		width: 100%;
		position: relative;
		text-align: center;
		font-size: 1.3vw;
		font-weight: bold;
		margin: 1vw 0;
	}
	#logisticsimg1{
		width: 4.5vw;
		position: relative;
		left: 0.8vw;
		top: 1.8vw;
	}
	#logisticsimg2{
		width: 4vw;
		position: relative;
		left: 1vw;
		top: 1.6vw;
	}



	#faq{
		margin-bottom: 8vw;
		padding-bottom: 28vw;
	}
	#faq h2{
		color: #333333;
		font-size: 3vw;
		line-height: 6vw;
		margin: 0;
		text-align: center;
	}
	#faq > div{
		padding: 2vw 0;
		position: relative;
	    perspective: 200vw;
	}
	.FAQ-fold-1{
		width: 80vw;
		height: 28vw;
		padding: 1vw 5vw;
		margin: 2vw 5vw;
		background: #eee;
		border-radius: 2vw;
		position: absolute;
		left: 0;
		top: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
		transition: all 1s;
	}
	.FAQ-fold-1{
	    opacity: 0;
	    pointer-events: none;
	    transform-origin: left;
	    transform: rotateY(0);
	}
	.FAQ-fold-1:nth-child(1){
	    opacity: 1;
	    pointer-events: inherit;
	    transform: rotateY(0);
	}
	.Q{
		margin: 1vw 5vw;
		font-size: 1.2vw;
		font-weight: bold;
		width: 70vw;
		z-index: 1;
	}
	.Q::before{
		content: "Q";
		font-size: 10vw;
		line-height: 4vw;
		text-align: center;
		width: 4vw;
		height: 4vw;
		position: absolute;
		left: 2vw;
		top: 4vw;
		font-weight: bold;
		color: #aaa;
		text-shadow: .5vw .5vw 1vw #ccc;
	}
	.A{
		margin: 1vw 2.5vw;
		font-size: 1.1vw;
		width: 70vw;
		min-height: 10vw;
		background-color: #fff;
		border-radius: 1vw;
		padding: 1.5vw 2.5vw;
	}
	.A::before{
		content: "A";
		font-size: 10vw;
		line-height: 4vw;
		text-align: center;
		width: 4vw;
		height: 4vw;
		position: absolute;
		right: 6vw;
		bottom: 4vw;
		font-weight: bold;
		color: #aaa;
		text-shadow: .5vw .5vw 1vw #ccc;
	}
	.A > span{
		display: block;
		width: 70vw;
		position: relative;
		line-height: 2vw;
		text-align: left;
	}

	#FAQ-arrow{
		width: 100vw;
		height: 5vw;
		position: absolute;
		left: 0;
		top: 29vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#FAQ-left:hover, #FAQ-right:hover{
		opacity: 1;
	}
	#FAQ-left{
		width: 5vw;
		height: 5vw;
		border-radius: 3vw;
		background-color: rgba(232, 55, 55, 1);
		position: relative;
		margin: 0 5vw;
		cursor: pointer;
		opacity: .8;
		transition: opacity .2s;
	}
	#FAQ-right{
		width: 5vw;
		height: 5vw;
		border-radius: 3vw;
		background-color: rgba(232, 55, 55, 1);
		position: relative;
		margin: 0 5vw;
		cursor: pointer;
		opacity: .8;
		transition: opacity .2s;
	}
	.FAQ-dot{
		transform: scale(1);
		transform-origin: center;
		width: 1vw;
		height: 1vw;
		border-radius: 2vw;
		background: #666;
		position: relative;
		margin: 0 1vw;
		cursor: pointer;
		transition: all .2s;
	}
	.FAQ-dot:nth-child(2){
		transform: scale(1.5);
		border-radius: 2vw;
		background: rgba(232, 55, 55, 1);
		position: relative;
		margin: 0 1vw;
		cursor: pointer;
	}
	#FAQ-left::after{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border: solid 1vw transparent;
		border-right: solid 1vw #fff;
		transform: scale(1.6, 1);
		transition: transform 0.5s;
		top: 1.4vw;
		left: .5vw;
	}
	#FAQ-right::after{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border: solid 1vw transparent;
		border-left: solid 1vw #fff;
		transform: scale(1.6, 1);
		transition: transform 0.5s;
		top: 1.4vw;
		right: .5vw;
	}


	#floatbutton{
		width: 3.5vw;
		height: 3.5vw;
		background-color: #e83719;
		position: fixed;
		right: 2.2vw;
		bottom: 3vh;
		border-radius: 5vw;
		cursor: pointer;
		box-shadow: 0.6vw 0.6vw 1.8vw #333333;
		-moz-box-shadow: 0.6vw 0.6vw 1.8vw #333333;
		transition: all 0.6s ease-out;
		-webkit-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
		z-index: 1;
		overflow: hidden;
	}
	#floatbutton::after{
		content: "Get A Quote Now";
		color: white;
		font-size: 1.5vw;
		position: absolute;
		left: 5.3vw;
		font-weight: bold;
		line-height: 3.5vw;
	}
	#floatbutton:hover{
		transform: scale(1.1, 1.1);
		box-shadow: 0.6vw 0.6vw 2.4vw #333333;
		-moz-box-shadow: 0.6vw 0.6vw 2.4vw #333333;
	}
	#floatlogo{
		position: absolute;
		left: 0.25vw;
		top: 0.25vw;
		width: 3vw;
		height: auto;
		cursor: pointer;
		transition: all 0.6s ease-out;
		-webkit-transition: all 0.6s ease-out;
		-o-transition: all 0.6s ease-out;
		-moz-transition: all 0.6s ease-out;
	}
}






























@media screen and (max-width: 900px) {


	h1{
		color: #333333;
	}
	h2{
		color: #333333;
	}
	h3{
		color: #333333;
	}
	h4{
		color: #333333;
	}
	a{
		color: #333333;
	}
	p{
		color: #333333;
		text-align: justify;
	}


	table{
	  border-collapse: collapse;
	  border-style: solid;
	}
	th{
		text-align: center;
	}
	td{
		text-align: center;
		border-style: solid;
	}
	tr{
		border-style: solid;
	}
	.gr{
		width: 150px;
	}



	#main-page{
		width: 100vw;
		height: 100vh;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		align-content: center;
		position: relative;
		overflow: hidden;
	}
	#main-text{
		width: 90vw;
		margin: 0 5vw;
	}
	#main-text > h1{
		color: #333333;
		font-size: 7vw;
		animation: maintext 1s backwards;
		opacity: 1;
		transform: translate(0, 0);
		animation-delay: 0s;
		text-align: center;
	}
	#main-text > h1 > span{
		color: #666666;
		font-size: 5vw;
	}
	#main-text > p{
		color: #666666;
		font-size: 3.8vw;
		line-height: 6vw;
		margin: 3vh 0;
		animation: maintext 1s backwards;
		opacity: 1;
		transform: translate(0, 0);
		animation-delay: 0.1s;
		text-align: center;
	}
	#main-advantage{
		display: flex;
		width: 90vw;
		justify-content: flex-start;
		margin: 3vh 0;
		animation: maintext 1s backwards;
		opacity: 1;
		transform: translate(0, 0);
		animation-delay: 0.2s;
	}
	#main-advantage > div{
		display: flex;
		width: 30vw;
		flex-direction: column;
		align-items: center;
	}
	.main-advantage-logo{
		width: 9vw;
	}
	.main-advantage-text{
		text-align: center;
		width: 30vw;
		display: block;
		font-weight: bold;
		font-size: 3vw;
		margin: 1.8vw 0;
		color: #333333;
	}


	#contactbutton{
		background: linear-gradient(150deg, #e83719 0%, #FBA971 100%);
		border-radius: 75vw;
		width: 75vw;
		height: 11.4vw;
		box-shadow: 2.4vw 2.4vw 6vw #333333;
		cursor: pointer;
		transition: all 0.5s;
		transform: translate(0, 0);
		opacity: 1;
		animation: opacity 1s backwards;
		animation-delay: .2s;
		margin: 6vh 7.5vw;
	}
	#contactbutton:hover{
		transform: translate(0, -0.5vw);
	}
	#contactbutton img{
		width: 10.5vw;
		position: absolute;
		top: 0.3vw;
		left: 6.6vw;
	}
	#contactbutton p{
		position: absolute;
		font-weight: bold;
		font-size: 4.5vw;
		color: #F1F3EC;
		top: 1.2vw;
		left: 18.3vw;
		display: block;
		width: 60vw;
		line-height: 0;
	}
	#why-choose-us{	
		display: none;
	}
	#mouse{
		width: 6vw;
		height: 6vw;
		border: solid 3vw #888888;
		background-color: #555555;
		border-radius: 10vw;
		position: absolute;
		left: 44vw;
		bottom: 15vh;
		opacity: 0.8;
		animation: mouse 2s;
		animation-iteration-count: infinite;
		opacity: 0.2;
		pointer-events: none;
		z-index: 1;
	}

	#main-photo{
		width: 100vw;
		height: 70vw;
		position: relative;
		animation: mainphoto 2s backwards;
		transform: translate(0, 0);
		animation-delay: 0.4s;
		opacity: 1; 
	}
	.main-photo{
		width: 60vw;
		position: absolute;
		left: 20vw;
		top: 10vw;
		border-radius: 6vw;
		cursor: pointer;
		transition: all 0.5s;
	}
	.main-photo:hover{
		opacity: 1!important;
	}
	#mainphoto1{
		opacity: 1;
		transform: translate(0, 0) scale(1.1, 1.1);
		z-index: 2;
	}
	#mainphoto2{
		opacity: 0.5;
		transform: translate(70vw, 10vw) scale(1, 1);
		z-index: 1;
	}
	#mainphoto3{
		opacity: 0;
		transform: translate(140vw, 20vw) scale(0.9, 0.9);
		z-index: 0;
		pointer-events: none;
	}
	#mainphoto4{
		opacity: 0;
		transform: translate(-140vw, -20vw) scale(0.9, 0.9);
		z-index: 0;
		pointer-events: none;
	}
	#mainphoto5{
		opacity: 0.5;
		transform: translate(-70vw, -10vw) scale(1, 1);
		z-index: 1;
	}
	#breadol{
		width: 80vw;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		list-style: none;
		padding: 0 0 0 5vw;
		margin: 0;
		z-index: 1;
		position: absolute;
		left: 5vw;
		bottom: 0;
	}
    #breadol li{
        font-size: 3vw;
        color: #333;
        line-height: 3vw;
        margin: .5vw 0;
    }
    #breadol li a{
        display: block;
        color: #333;
        height: 3vw;
        padding-right: 4.5vw;
        margin-right: 3vw;
        font-weight: bold;
        position: relative;
    }
    #breadol li a::before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 1.5vw transparent;
        border-left: solid 1.5vw #333;
        margin: 0;
        position: absolute;
        right: -1.5vw; 
        transform: scale(1, 0.7);
        top: 0;
    }


	#description-catalogue-1{
		display: flex;
		flex-direction: column-reverse;
		justify-content: center;
		transition: all 1s;
		overflow: hidden;
	}
	#description-catalogue-2{
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		width: 80vw;
		margin: 0 10vw;
		padding: 15vw 0 0 0;
	}
	#description-catalogue-2 > h2{
		font-size: 8vw;
		width: 80vw;
		height: 3vw;
		text-align: center;
		margin: 8vw 0;
	}
	#description-catalogue-2 > p{
		font-size: 3.8vw;
		line-height: 5.5vw;
		width: 80vw;
		position: relative;
	}
	#description-catalogue-2 > p::before{
		content: "";
		position: absolute;
		left: 15vw;
		top: -10vw;
		width: 0;
		height: 0;
		border: solid 25vw transparent;
		border-top: solid 25vw #eee;
		transform: scale(1, 1.6);
		transform-origin: center;
		z-index: -1;
		opacity: .5;
	}
	#description-catalogue-2 > p::after{
		content: "";
		position: absolute;
		left: 0;
		bottom: -85vw;
		width: 0;
		height: 0;
		border: solid 40vw transparent;
		border-top: solid 40vw #eee;
		transform: scale(1, 1.6);
		z-index: -1;
		opacity: .5;
	}
	#description-catalogue-3{
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		width: 80vw;
		padding: 0 10vw 10vw 10vw;
	}
	#description-catalogue-3 > h2{
		font-size: 8vw;
		width: 80vw;
		text-align: center;
		height: 6vw;
		margin: 12vw 0;
	}
	#catalogueimg{
		width: 50vw;
		left: 15vw;
		top: 0vw;
		position: relative;
		box-shadow: 3vw 3vw 6vw #333333;
		border-radius: 1vw;
	}
	#cataloguea{
		width: 60vw;
		left: 10vw;
		position: relative;
		text-align: center;
		color: #333333;
		display: block;
		border-radius: 0vw;
		font-size: 3.5vw;
		padding: 5vw 0;
		font-weight: bold;
		line-height: 4.5vw;
		text-decoration: underline;
	}



	#specifications-features-1{
		position: relative;
		background-color: white;
		opacity: 1;
		transition: all 1s;
		-o-transition: all 1s;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
	    border-radius: 1vw;
		width: 100vw;
	}
	#specifications-features-2{
		height: 80vw;
		width: 100vw;
	    background-repeat: no-repeat;
	    background-size: 100vw auto;
	    background-position: bottom left;
	    position: sticky;
	    position: -webkit-sticky;
	    top: calc(100vh - 80vw);
	}
	#specifications-features-1 h2{
		font-size: 8vw;
		margin: 6vw 0 3vw 0;
		line-height: 12vw;
	}
	#specifications-features-1 ul{
		line-height: 5.5vw;
		font-size: 3.8vw;
		width: 80vw;
		color: #333333;
	}
	#specifications-features-1 p{
		line-height: 5.5vw;
		font-size: 3.8vw;
		width: 80vw;
		color: #333333;
	}
	#specifications-features-1 li{
		padding-top: 0.3vw;
		padding-bottom: 0.3vw;
	}
	#specifications-features-3{
		position: relative;
		width: 80vw;
		margin-left: 10vw;
		padding: 15vw 0 85vw 0;
	}
	#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;
	}




	#grades-available-1{
		position: relative;
	    transition: all 0.5s;
		width: 100%;
	}
	#gradespage1{
		height: 100vw;
		width: 100vw;
		position: sticky;
		position: -webkit-sticky;
		top: 0;
		z-index: 1;
	}
	#gradespage1 div::before{
		content: "";
		position: absolute;
		left: -20vw;
		top: -15vw;
		width: 0;
		height: 0;
		border: solid 60vw transparent;
		border-top: solid 60vw #eee;
		transform: scale(1, 1.6);
		transform-origin: top;
		z-index: -1;
		opacity: .5;
	}
	#gradespage1 div{
		height: 100vw;
		width: 100vw;
		position: relative;
		top: 15vw;
	}
	#gradespage1 h2{
		font-size: 8vw;
		position: relative;
		color: #333333;	
		line-height: 9vw;
		margin: 0;
		width: 80vw;
		top: 6vw;
		margin-left: 10vw;
	}
	#gradespage1 ul{
		font-size: 3.8vw;
		margin-left: 5vw;
		position: relative;
		color: #333333;	
		line-height: 5vw;
		font-weight: bold;
		top: 16vw;
		width: 90vw;
	}
	#gradespage1 a{
		color: #333333;	
	}
	.grhr{
		display: none;
	}
	.grp{
		transform: translate(6vw, -4.8vw);
		transition: all 0.5s;
	}

	#sspage{
		width: 100%;
		position: relative;
		z-index: 1;
		overflow-x: hidden;
		padding-bottom: 10vw;
	}
	.gradetype{
		font-weight: bold;
		top: 0;
		height: 18vw;
		background-color: #dddddd;
		width: 100%;
		text-align: center;
		border-radius: 20px 20px 0 0;
		margin-bottom: 7.5vw;
	}
	.gradetype h2, .gradetype span{
		display: block;
		width: 70%;
		position: absolute;
		left: 15%;
		top: 4.5vw;
		text-align: center;
		font-size: 4vw;
		line-height: 5vw;
		padding: 0;
		margin: 0;
	}
	#rightbutton1{
		display: none;
	}
	#leftbutton1{
		display: none;
	}
	#rightbutton2{
		position: absolute;
		height: 73vw;
		width: 7vw;
		left: 93vw;
		z-index: 1;
		cursor: pointer;
	}
	#leftbutton2{
		position: absolute;
		height: 73vw;
		width: 7vw;
		left: 0vw;
		z-index: 1;
		cursor: pointer;
	}
	#gradeframe-1-1{
		position: relative;
		width: 100vw;
		overflow-x: scroll;
		padding: 0;
		margin: 0;
		-webkit-overflow-scrolling: touch;
	}
	#gradeframe-1{
		display: flex;
		position: relative;
	    transition: all 0.5s;
	    width: 460vw;
	    overflow-x: scroll;
	    overflow: scroll;
		-webkit-overflow-scrolling: touch;
		margin: 2vw 0;
	}
	#gradeframe1{
		width: 82vw;
	}
	#gradeframe11{
		width: 180vw;
	}
	#gradeframe22{
		width: 180vw;
	}
	.gradeframe1{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		background-color: #eeeeee;
		margin: 0 1vw;
		padding-bottom: 2vw;
		border-radius: 20px;
		position: relative;
	    left: 8vw;
	    transition: all 0.5s;
		padding-top: 10vw;
	}
	.chemeicalp{
		width: 100%;
		text-align: center;
		font-size: 2.5vw;
		line-height: 0;
		color: white;
		padding-top: 2.1vw;
		margin: 0;
	}

	.gradebar{
		width: 74vw;
		margin: 2% 1%;
		transition: all 0.3s;
		height: 8vw;
	}
	.gradename{
		display: block;
		font-size: 3.7vw;
		font-weight: bold;
		width: 8vw;
		padding: 0;
		margin: 0;
		line-height: 0;
		position: relative;
		top: -2vw;
	}
	.gradename2{
		display: block;
		font-size: 3vw;
		font-weight: bold;
		width: 15vw;
		padding: 0;
		margin: 0;
		line-height: 0;
		position: relative;
		top: -1vw;
	}
	.gradename3{
		display: block;
		font-size: 2.3vw;
		font-weight: bold;
		width: 15vw;
		padding: 0;
		margin: 0;
		line-height: 0;
		position: relative;
		top: -1vw;
	}
	.chemical{
		display: flex;
		position: relative;
		width: 60vw;
		height: 3.9vw;
		top: -2.1vw;
		left: 14vw;
		background: linear-gradient(90deg, #999999, #aaaaaa, transparent);
		padding: 0;
		margin: 0;
	}
	.chemical div{
		border-style: none;
		height: 3.9vw;
		padding: 0;
		margin: 0;
	}
	.chemical2{
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: 60vw;
		height: 7.8vw;
		top: -2.1vw;
		left: 14vw;
		background: linear-gradient(90deg, #999999, #aaaaaa, transparent);
		padding: 0;
		margin: 0;
	}
	.chemical2 div{
		border-style: none;
		height: 3.9vw;
		padding: 0;
		margin: 0;
	}

	.chemical2::after{
		content: "";
		position: absolute;
		top: 3vw;
		left: -14.8vw;
		background-color: #dddddd;
		border-radius: 6vw;
		padding: 1vw;
		width: 10vw;
		height: 1vw;
		font-size: 2vw;
		text-align: center;
		line-height: 1.2vw;
		color: #666666;
	}

	.chemical::after{
		content: "";
		position: absolute;
		top: 3vw;
		left: -14.8vw;
		background-color: #dddddd;
		border-radius: 6vw;
		padding: 1vw;
		width: 10vw;
		height: 1vw;
		font-size: 2vw;
		text-align: center;
		line-height: 1.2vw;
		color: #666666;
	}



	#process-formula-1{
		position: relative;
		background-color: #333;
		background-image: url(../jpg/process2.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;
	}
	#manufacturing-process h2{
		font-size: 8vw;
		line-height: 10vw;
		position: relative;
		left: 0px;
		width: 80vw;
		color: white;
		margin: 15vw 5vw 10vw 5vw;
		text-align: center;
	}
	.process-bar{
		display: flex;
		justify-content: flex-start;
		flex-direction: column;
		margin: 2vw 0 2vw 5vw;
		width: 80vw;
		position: relative;
	}
	.process-bar:nth-child(3n):before, .process-bar:nth-child(3n):after{
		display: none;
	}
	.process-bar::before{
		content: "";
		position: absolute;
		width: 0vw;
		height: calc(100% - 6vw);
		top: 0;
		left: 24.75vw;
		transform-origin: left top;
		border: dashed .5vw rgba(232, 55, 55, 1);
	}
	.process-bar::after{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border: solid 2vw transparent;
		border-top: solid 2vw rgba(232, 55, 55, 1);
		transform: scale(1, 1.6);
		transition: transform 0.5s;
		bottom: 0vw;
		right: -2vw;
	}
	.process-pointer{
		display: block;
		width: 0;
		height: 0;
		border: solid 2vw transparent;
		border-left: solid 2vw white;
		margin: 0 2vw; 
		position: relative;
		top: 6.4vw;
		left: 1vw;
	}
	.process-pointer-2{
		display: block;
		width: 0;
		height: 0;
		border: solid 2vw transparent;
		border-top: solid 2vw white;
		margin: 0 2vw; 
		position: relative;
		left: 43vw;
		top: 1.5vw;
	}
	.process-bar > div{
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 20vw;
	}
	.process-bar img{
		width: 18vw;
	}
	.process-bar p{
		display: block;
		width: 20vw;
		text-align: center;
		color: #333;
		font-weight: bold;
		font-size: 3.2vw;
		line-height: 3.7vw;
		margin: 0;
		transform: translate(0, -2.4vw);
	}
	#process-choose-1{
		position: relative;
		opacity: 0;
		pointer-events: inherit;
		transition: all .2s;
	}
	.process-choose{
		transition: opacity .5s;
		background-color: rgba(255, 255, 255, .9);
		pointer-events: none;
		transition: opacity .5s;
		border-radius: 6vw;
		display: flex;
		justify-content: center;
		padding: 5vw 0;
	}
	.process-choose:nth-of-type(2){
		opacity: 1;
		pointer-events: inherit;
	}
	.process-choose:nth-of-type(3){
		position: absolute;
		top: 64vw;
		left: 0;
		opacity: 0;
		pointer-events: inherit;
		pointer-events: none;
	}
	#process-button{
		display: flex;
		justify-content: center;
		margin: 5vw 0;
	}
	.process-button{
		background-color: rgba(255, 255, 255, .9);
		padding: 0 3vw;
		height: 8vw;
		margin: 0 1vw;
		border-radius: 5vw;
		color: #333;
		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: 8vw;
		position: relative;
		left: 0px;
		width: 80vw;
		color: white;
		margin: 15vw 10vw;
		text-align: center;
		line-height: 10vw;
	}
	#drawing{
		width: 90vw;
		position: relative;
		left: 0;
		margin: 0 4vw 0 2vw;
	}
	#drawing2{
		width: 90vw;
		position: relative;
		left: 0;
		margin: 0;
	}
	#drawing3{
		width: 90vw;
		position: relative;
		left: 0;
		margin: 0;
	}
	#formula{
		text-align: center;
		font-size: 3.8vw;
		position: relative;
		width: 80vw;
		line-height: 5.5vw;
		color: white;
		margin: 5vw 0 20vw 0;
	}
	#formula2{
		font-size: 3.5vw!important;
	}
	.drawing{
		width: 90vw;
		position: relative;
		left: 0;
		margin: 0 4vw 0 2vw;
	}
	.formula{
		text-align: center;
		font-size: 3.8vw;
		position: relative;
		width: 80vw;
		line-height: 5.5vw;
		color: white;
		margin: 5vw 0 20vw 0;
	}
	.formula > span{
		font-size: 3.5vw!important;
	}
	table{
	  	border-collapse: collapse;
	  	border: none;
		border-top: solid .45vw #333;
		border-bottom: solid .45vw #333;
	}
	th{
		text-align: center;
		color: #333;
	  	border: none;
		border-top: solid .3vw #333;
		border-bottom: solid .3vw #333;
	}
	td{
		text-align: center;
		border-style: none;
		color: #333;
		padding: 0 5vw;
	}
	tr{
		border: none;
	}
	.fold1{
	    max-height: 180vw;
	    transition: max-height 1s;
	}
	.fold2{
	    max-height: 1200vw;
	}
	#technical-sheet-1{
		background-color: #333333;
		background-image: url(../jpg/technical-sheet.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
		overflow: hidden;
		position: relative;
		overflow: hidden;
	    transition: all 1s;
	}
	#technical-sheet-1 h2{
		width: 100vw;
		font-size: 8vw;
		text-align: center;
		color: #fff;
		margin: 0;
		padding: 20vw 0 6vw 0;
		position: relative;
	}
	#technical-sheet-1 > div{
		padding-bottom: 6vw;
	}
	#technical-sheet-1 > div > h3{
		width: 100vw;
		font-size: 8.4vw;
		text-align: center;
		color: #333;
		margin: 0;
		padding-top: 10.5vw;
	}
	#technical-sheet-1 caption{
		width: 90vw;
		font-size: 5.4vw;
		text-align: center;
		color: #333;
		margin: 0;
		padding: 4vw 0;
		font-weight: bold;
	}
	#technical-sheet-1 th{
		font-size: 4vw;
		padding: 1.5vw 0;
	}
	#technical-sheet-1 td{
		font-size: 3.8vw;
		padding: 1.5vw 0;
	}
	.table-container2{
		width: 90vw;
		overflow: scroll;
		background-color: rgba(255, 255, 255, 0.9);
		padding: 10vw 0;
		margin: 5vw;
		border-radius: 4vw;
		-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: 80vw;
		position: relative;
		left: 5vw;
	}
	.delivery-table{
		color: white;
		width: 80vw;
		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;
	}
	#packagelogistics{
		background-color: white;
		display: flex;
		flex-wrap: wrap;
		padding-top: 15vw;
		justify-content: center;
		padding-bottom: 15vw;
	}
	#packagelogistics h2{
		margin: 0;
		width: 100%;
		text-align: center;
		font-size: 8vw;
		color: #333333;
		padding: 8vw 0;
		line-height: 8vw;
		height: 6vw;
	}
	#package{
		width: 100vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
	}
	#package > p{
		width: 80vw;
		text-align: justify;
		font-size: 3.8vw;
		line-height: 5.5vw;
		position: relative;
		margin: 0;
	}
	.package{
		width: 40vw;
		opacity: 0.8;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 5vw 0;
	}
	.package3{
		width: 40vw;
		opacity: 0.8;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 5vw 0;
	}
	.packageimg{
		width: 15vw;
		height: 15vw;
		background-color: #333333;
		border-radius: 20vw;
		position: relative;
	}
	.packagep{
		width: 100%;
		position: relative;
		text-align: center;
		font-size: 5vw;
		font-weight: bold;
		margin: 2vw 0;
	}
	.packageimg img{
		width: 7.5vw;
		position: relative;
		left: 3.75vw;
		top: 4vw;
	}


	#logistics{
		width: 100vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		margin-top: 5vw;
	}
	#logistics > p{
		width: 80vw;
		text-align: justify;
		font-size: 3.8vw;
		line-height: 5.5vw;
		position: relative;
		margin: 0;
	}
	.logistics{
		width: 40vw;
		opacity: 0.8;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin: 5vw 0;
	}
	.logisticsimg{
		width: 15vw;
		height: 15vw;
		background-color: #333333;
		border-radius: 20vw;
		position: relative;
	}
	.logisticsp{
		width: 100%;
		position: relative;
		text-align: center;
		font-size: 5vw;
		font-weight: bold;
		margin: 2vw 0;
	}
	.logisticsimg img{
		width: 7.5vw;
		position: relative;
		left: 3.75vw;
		top: 4vw;
	}
	#logisticsimg1{
		width: 11.25vw;
		position: relative;
		left: 2vw;
		top: 4.5vw;
	}
	#logisticsimg2{
		width: 10vw;
		position: relative;
		left: 2.5vw;
		top: 4vw;
	}





	#faq{
		margin-bottom: 8vw;
		padding-bottom: 180vw;
	}
	#faq h2{
		color: #333333;
		font-size: 8vw;
		line-height: 8vw;
		margin: 0;
		text-align: center;
	}
	#faq > div{
		padding: 2vw 0;
		position: relative;
	    perspective: 200vw;
	}
	.FAQ-fold-1{
		width: 80vw;
		height: 160vw;
		padding: 1vw 5vw;
		margin: 2vw 5vw;
		background: #eee;
		border-radius: 4vw;
		position: absolute;
		left: 0;
		top: 8vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-content: center;
		transition: all 1s;
	}
	.FAQ-fold-1{
	    opacity: 0;
	    pointer-events: none;
	    transform-origin: left;
	    transform: rotateY(0);
	}
	.FAQ-fold-1:nth-child(1){
	    opacity: 1;
	    pointer-events: inherit;
	    transform: rotateY(0);
	}
	.Q{
		margin: 1vw 5vw;
		font-size: 3.8vw;
		line-height: 5.5vw;
		font-weight: bold;
		width: 70vw;
		z-index: 1;
	}
	.Q::before{
		content: "Q";
		font-size: 20vw;
		line-height: 4vw;
		text-align: center;
		width: 4vw;
		height: 4vw;
		position: absolute;
		left: 2vw;
		top: 8vw;
		font-weight: bold;
		color: #aaa;
		text-shadow: .5vw .5vw 1vw #ccc;
		z-index: -1;
	}
	.A{
		margin: 3vw 2.5vw;
		font-size: 3.8vw;
		line-height: 5.5vw;
		width: 70vw;
		min-height: 10vw;
		background-color: #fff;
		border-radius: 2vw;
		padding: 3vw 5vw;
	}
	.A::before{
		content: "A";
		font-size: 20vw;
		line-height: 4vw;
		text-align: center;
		width: 4vw;
		height: 4vw;
		position: absolute;
		right: 12vw;
		bottom: 8vw;
		font-weight: bold;
		color: #aaa;
		text-shadow: .5vw .5vw 1vw #ccc;
	}
	.A > span{
		display: block;
		width: 70vw;
		position: relative;
		line-height: 5.5vw;
		text-align: left;
	}

	#FAQ-arrow{
		width: 100vw;
		height: 5vw;
		position: absolute;
		left: 0;
		top: 175vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#FAQ-left:hover, #FAQ-right:hover{
		opacity: 1;
	}
	#FAQ-left{
		width: 10vw;
		height: 10vw;
		border-radius: 5vw;
		background-color: rgba(232, 55, 55, 1);
		position: relative;
		margin: 0 5vw;
		cursor: pointer;
		opacity: .8;
		transition: opacity .2s;
	}
	#FAQ-right{
		width: 10vw;
		height: 10vw;
		border-radius: 5vw;
		background-color: rgba(232, 55, 55, 1);
		position: relative;
		margin: 0 5vw;
		cursor: pointer;
		opacity: .8;
		transition: opacity .2s;
	}
	.FAQ-dot{
		transform: scale(1);
		transform-origin: center;
		width: 1.5vw;
		height: 1.5vw;
		border-radius: 2vw;
		background: #666;
		position: relative;
		margin: 0 2vw;
		cursor: pointer;
		transition: all .2s;
	}
	.FAQ-dot:nth-child(2){
		transform: scale(1.5);
		border-radius: 2vw;
		background: rgba(232, 55, 55, 1);
		position: relative;
		margin: 0 2vw;
		cursor: pointer;
	}
	#FAQ-left::after{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border: solid 2vw transparent;
		border-right: solid 2vw #fff;
		transform: scale(1.6, 1);
		transition: transform 0.5s;
		top: 2.8vw;
		left: 1vw;
	}
	#FAQ-right::after{
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		border: solid 2vw transparent;
		border-left: solid 2vw #fff;
		transform: scale(1.6, 1);
		transition: transform 0.5s;
		top: 2.8vw;
		right: 1vw;
	}

}





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

@keyframes laser1{
	0%{opacity: 0.8; transform: scale(1, 1.6) translate(0, 0);}
	100%{opacity: 0; transform: scale(3, 4.8) translate(0, 4vw);}
}
@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 mainphoto-big{
	0%{opacity: 0; transform: translate(30vw, 60vw);}
	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);}
}