@keyframes down{
    0%{transform: translate(0, -5vw); opacity: 0;}
    100%{transform: translate(0, 0); opacity: 1;}
}
@keyframes up{
    0%{transform: translate(0, 5vw); opacity: 0;}
    100%{transform: translate(0, 0); opacity: 1;}
}
@media screen and (min-device-width: 800px) {
	h2{
		text-align: left;
		font-size: 20px;
		color: #333333;
		font-weight: bold;
	}
	h3{
		font-size: 18px;
		color: #333333;
	}

	main p{
		color: #333333;
		width: 900px;
		text-align: justify;
	}


	#pagepicture{
        width: 100vw;
        height: 26vw;
        background-color: #333333;
        margin: 4.5vw 0;
        background-size: contain;
        position: relative;
        border-radius: 0 0 5vw 5vw;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 2vw;
        flex-direction: column;
    }
    #pagepicture > h1{
        width: 80vw;
        color: white;
        font-size: 5vw;
        line-height: 5vw;
        text-align: center;
        animation: down backwards 1s;
        padding: 1vw 0;
    }
    #pagepicture > p{
        width: 50vw;
        color: white;
        font-size: 1.2vw;
        line-height: 2vw;
        text-align: center;
        animation: down backwards 1s;
        padding: 1vw 0;
    }

    

    #pagepicture #breadol{
        width: 50vw;
        display: flex;
        justify-content: center;
        align-content: center;
        list-style: none;
        position: absolute;
        bottom: 2vw;
        left: 25vw;
        padding: 0;
        margin: 0;
        z-index: 1;
        animation: down backwards 1s;
        animation-delay: .2s;
    }
    #pagepicture #breadol li{
        font-size: 1vw;
        color: white;
        line-height: 1vw;
    }
    #pagepicture #breadol li a{
        display: block;
        color: white;
        height: 1vw;
        padding-right: 1.5vw;
        margin-right: 1vw;
        font-weight: bold;
        position: relative;
    }
    #pagepicture #breadol li a::before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid .5vw transparent;
        border-left: solid .5vw #fff;
        margin: 0;
        position: absolute;
        right: -.5vw; 
        transform: scale(1, 0.7);
        top: 0;
    }


	#pagepicture0{
		width: 80vw;
		margin: 0 10vw;
		padding: 3vw 0;
	}
    #pagepicture0 h1{
        width: 80vw;
        margin: 10vw 0 2vw 0;
        font-size: 4.5vw;
        line-height: 6vw;
        text-align: center;
        position: relative;
        animation: down backwards 1s;
        animation-delay: .2s;
    }
    #pagepicture0 h1::before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 8vw transparent;
        border-top: solid 8vw #eee;
        margin: 0;
        position: absolute;
        left: 32vw; 
        transform: scale(0.7, 1);
        top: -4vw;
        z-index: -1;
        opacity: .5;
    }
    #pagepicture0 h1::after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 15vw transparent;
        border-top: solid 15vw #eee;
        margin: 0;
        position: absolute;
        left: 25vw; 
        transform: scale(0.7, 1);
        top: -2vw;
        z-index: -1;
        opacity: .5;
    }

    #pagepicture0 #breadol{
        width: 50vw;
        display: flex;
        justify-content: center;
        align-content: center;
        list-style: none;
        position: relative;
        padding: 0;
        margin: 0 15vw;
        z-index: 1;
        animation: down backwards 1s;
        animation-delay: .2s;
    }
    #pagepicture0 #breadol li{
        font-size: 1vw;
        color: #333;
        line-height: 1vw;
    }
    #pagepicture0 #breadol li a{
        display: block;
        color: #333;
        height: 1vw;
        padding-right: 1.5vw;
        margin-right: 1vw;
        font-weight: bold;
        position: relative;
    }
    #pagepicture0 #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;
    }


    #newspage{
    	width: 100vw;
    }
    #newspage > div{
    	display: flex;
    	justify-content: center;
    	flex-wrap: wrap;
    }


	.media-blog:nth-child(1){		
        animation: up backwards 1s;
        animation-delay: .1s;
	}
	.media-blog:nth-child(2){		
        animation: up backwards 1s;
        animation-delay: .2s;
	}
	.media-blog:nth-child(3){		
        animation: up backwards 1s;
        animation-delay: .3s;
	}
	.media-blog:nth-child(4){		
        animation: up backwards 1s;
        animation-delay: .4s;
	}
	.media-blog:nth-child(5){		
        animation: up backwards 1s;
        animation-delay: .5s;
	}
	.media-blog:nth-child(6){		
        animation: up backwards 1s;
        animation-delay: .6s;
	}
	.media-blog:nth-child(7){		
        animation: up backwards 1s;
        animation-delay: .7s;
	}
	.media-blog:nth-child(8){		
        animation: up backwards 1s;
        animation-delay: .8s;
	}
	.media-blog:nth-child(9){		
        animation: up backwards 1s;
        animation-delay: .9s;
	}
    .media-blog{
        width: 28vw;
        margin: 1vw;
        border-radius: 2vw;
        overflow: hidden;
        transition: all .2s;
    }
    .media-blog:hover{
        box-shadow: 0 .5vw 1vw #999;
        transform: translate(0, -.5vw);
    }
    .media-blog img{
        width: 28vw;
    }
    .media-blog h3{
        width: 24vw;
        font-size: 1.8vw;
        line-height: 2.5vw;
        padding: 1vw 2vw;
    }
    .media-blog p{
        width: 24vw;
        padding: 0 2vw;
        font-size: 1vw;
        line-height: 1.8vw;
        text-align: justify;
    }
    .media-blog time{
        display: block;
        width: 24vw;
        font-size: .8vw;
        line-height: 1.8vw;
        text-align: right;
        padding: 2vw;
        color: #666;
    }


	#pagenumber{
		position: relative;
		width: 100vw;
		padding: 5vw 0;
		display: flex;
		justify-content: center;
	}
	#pagenumber p{
		color: #333;
		transition: all 0.5s;
		font-size: 1vw;
		margin: 1vw 0;
		width: 2vw;
	}
	#pagenumber a{
		color: #333;
		transition: all 0.5s;
		font-size: 1vw;
		margin: 1vw 0;
		font-weight: bold;
		width: 2vw;
	}




	#classification{
		position: relative;
		width: 100vw;
		padding-bottom: 10vw;
	}
	#classification > div{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 2vw;
	}
    #classification h1{
        width: 80vw;
        margin: 5vw 10vw;
        font-size: 3.5vw;
        line-height: 6vw;
        text-align: center;
        position: relative;
        animation: up backwards 1s;
        animation-delay: .2s;
    }
    #classification h1::before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 8vw transparent;
        border-top: solid 8vw #eee;
        margin: 0;
        position: absolute;
        left: 32vw; 
        transform: scale(0.7, 1);
        top: -4vw;
        z-index: -1;
        opacity: .5;
    }
    #classification h1::after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 15vw transparent;
        border-top: solid 15vw #eee;
        margin: 0;
        position: absolute;
        left: 25vw; 
        transform: scale(0.7, 1);
        top: -2vw;
        z-index: -1;
        opacity: .5;
    }









	.bg{
		height: 13vw;
		position: absolute;
	}
	.ic1{
		width: 5vw;
		position: absolute;
		left: 10.5vw;
		top: 12vw;
		transition: all 1s;
		transform: translate(0, -0vw);
	}
	.ic0{
		width: 5vw;
		position: absolute;
		left: 10.5vw;
		top: 12vw;
		transition: all 1s;
		transform: rotateY(0deg);
		transform-origin: 50% 50%;
		-webkit-transform-origin: 50% 50%;
		-o-transform-origin: 50% 50%;
		-moz-transform-origin: 50% 50%;
	}
	.clsh{
		position: absolute;
		color: white;
		font-size: 1.8vw;
		top: 16vw;
		width: 26vw;
		transition: all 1s;
		text-align: center;
	}
	.clsp{
		position: absolute;
		color: white;
		font-size: 1.1vw;
		line-height: 1.8vw;
		left: 3vw;
		top: 21vw;
		width: 20vw;
		transition: all 1s;
		opacity:0;
		text-align: center;
	}
	#bg11{
		transition: all 1s;
		background-image: url(../jpg/steel-knowledge.jpg);
		background-size: cover;
		height: 30vw;
		width: 26vw;
	}
	#bg22{
		transition: all 1s;
		background-image: url(../jpg/applications.jpg);
		background-size: cover;
		height: 30vw;
		width: 26vw;
	}
	#bg33{
		transition: all 1s;
		background-image: url(../jpg/metal-technology.jpg);
		background-size: cover;
		height: 30vw;
		width: 26vw;
	}
	#bg44{
		transition: all 1s;
		background-image: url(../jpg/element.jpg);
		background-size: cover;
		height: 30vw;
		width: 26vw;
	}
	#bg55{
		transition: all 1s;
		background-image: url(../jpg/newsletter.jpg);
		background-size: cover;
		height: 30vw;
		width: 26vw;
	}
	#bg66{
		transition: all 1s;
		background-image: url(../jpg/leads.jpg);
		background-size: cover;
		background-position: center;
		height: 30vw;
		width: 26vw;
	}
	.sk5{
		transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-webkit-transform-style: preserve-3d;
		perspective: 1000;
		-o-perspective: 1000;
		-moz-perspective: 1000;
		-webkit-perspective: 1000;
		perspective-origin: 50% 50%;
		-o-perspective-origin: 50% 50%;
		-moz-perspective-origin: 50% 50%;
		-webkit-perspective-origin: 50% 50%;
		transform: perspective(1000vw) rotateY(0deg);
		-o-transform: perspective(1000vw) rotateY(0deg);
		-moz-transform: perspective(1000vw) rotateY(0deg);
		-webkit-transform: perspective(1000vw) rotateY(0deg);
		position: absolute;
		top: 0;
	}

	#steel-knowledge{
		position: relative;
		cursor: pointer;
		overflow: hidden;
		height: 30vw;
		width: 26vw;
		background-color: #333333;
		margin: 1.5vw;
		border-radius: 1vw;
	}
	#steel-knowledge h2{
		left: 0vw;
		margin: 1vw 0;
	}
	#steel-knowledge>a{
		opacity: 1;
	}
	#steel-knowledge>a:hover{
		opacity: 1;
	}
	#steel-knowledge:hover .ic0{
		animation: sk 1.5s;
		animation-iteration-count: infinite;
		transform: rotateY(0deg);
		top: 6vw;
	}
	#steel-knowledge:hover #bg11{
		filter: blur(1vw) brightness(80%);
		transform: scale(1.1);
	}
	#steel-knowledge:hover .clsh{
		transform: translate(0, -6vw);
	}
	#steel-knowledge:hover .clsp{	
		transform: translate(0, -6.5vw);
		opacity: 1;
	}
	#steel-knowledge:hover .ic1{
		transform: translate(0, -6vw);
	}

	@keyframes sk{
		0%{transform: rotateY(0deg);}
		100%{transform: rotateY(-180deg);}
	}





	.ic2{
		width: 6.5vw;
		position: absolute;
		left: 9.8vw;
		top: 8.8vw;
		transition: all 1s;
	}
	#applications{
		position: relative;
		cursor: pointer;
		overflow: hidden;
		height: 30vw;
		width: 26vw;
		background-color: #333333;
		margin: 1.5vw;
		border-radius: 1vw;
	}
	#applications h2{
		left: 0vw;
		margin: 1vw 0;
	}
	#applications>a{
		opacity: 1;
	}
	#applications>a:hover{
		opacity: 1;
	}
	#applications:hover #bg22{
		filter: blur(1vw) brightness(80%);
		transform: scale(1.1);
	}
	#applications:hover .clsh{
		transform: translate(0, -6vw);
	}
	#applications:hover .clsp{
		transform: translate(0, -6.5vw);
		opacity: 1;
	}
	#applications:hover .ic2{
		transform: translate(0, -6vw);
	}
	#applications:hover #app1{
		animation: app 1.5s;
		animation-iteration-count: infinite;
	}
	@keyframes app{
		0%{opacity: 1; transform: translateY(0px); }
		100%{opacity: 0; transform: translateY(-5vw);}
	}




	#metal-technology{
		position: relative;
		cursor: pointer;
		overflow: hidden;
		height: 30vw;
		width: 26vw;
		background-color: #333333;
		margin: 1.5vw;
		border-radius: 1vw;
	}
	#metal-technology h2{
		left: 0vw;
		margin: 1vw 0;
	}
	#metal-technology>a{
		opacity: 1;
	}
	#metal-technology>a:hover{
		opacity: 1;
	}
	#metal-technology:hover #bg33{
		filter: blur(1vw) brightness(80%);
		transform: scale(1.1);
	}
	#metal-technology:hover .clsh{
		transform: translate(0, -6vw);
	}
	#metal-technology:hover .clsp{
		transform: translate(0, -6.5vw);
		opacity: 1;
	}
	#metal-technology:hover .ic1{
		top: 6vw;
		animation: rotate 5s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	#metal-technology:hover #app1{
		animation: app 1.5s;
		animation-iteration-count: infinite;
	}
	#metal-technology-logo{
		position: absolute;
		width: 4.5vw;
		height: auto;
		margin-top: -0.4vw;
		margin-left: 0.3vw;
	}
	@keyframes rotate{
		0% {transform: rotate(0deg);}
		100% {transform: rotate(360deg);}
	}





	#element{
		position: relative;
		cursor: pointer;
		overflow: hidden;
		height: 30vw;
		width: 26vw;
		background-color: #333333;
		margin: 1.5vw;
		border-radius: 1vw;
	}
	#element h2{
		left: 0vw;
		margin: 1vw 0;
	}
	#element>a{
		opacity: 1;
	}
	#element>a:hover{
		opacity: 1;
	}
	#element:hover #bg44{
		filter: blur(1vw) brightness(80%);
		transform: scale(1.1);
	}
	#element:hover .clsh{
		transform: translate(0, -6vw);
	}
	#element:hover .clsp{
		transform: translate(0, -6.5vw);
		opacity: 1;
	}
	#element:hover .ic2{
		transform: translate(0, -6vw);
	}
	#element:hover #app1{
		animation: app 1.5s;
		animation-iteration-count: infinite;
	}
	#element-logo{
		position: absolute;
		width: 5vw;
		height: auto;
		margin-top: 2.3vw;
		margin-left: 0.6vw;
	}
	#element:hover .element-2{
		animation: rotate 10s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 115px 115px;
	}
	#element:hover .element-1{
		animation: rotate 10s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 115px 115px;
		animation-direction: reverse;
	}




	#newsletter{
		position: relative;
		cursor: pointer;
		overflow: hidden;
		height: 30vw;
		width: 26vw;
		background-color: #333333;
		margin: 1.5vw;
		border-radius: 1vw;
	}
	#newsletter h2{
		left: 0vw;
		margin: 1vw 0;
	}
	#newsletter>a{
		opacity: 1;
	}
	#newsletter>a:hover{
		opacity: 1;
	}
	#newsletter:hover #bg55{
		filter: blur(1vw) brightness(80%);
		transform: scale(1.1);
	}
	#newsletter:hover .clsh{
		transform: translate(0, -6vw);
	}
	#newsletter:hover .clsp{
		transform: translate(0, -6.5vw);
		opacity: 1;
	}
	#newsletter:hover .ic1{
		top: 6vw;
		animation: newsletter 2s;
		animation-iteration-count: infinite;
		animation-timing-function: ease-in-out;
	}
	#newsletter:hover #app1{
		animation: app 1.5s;
		animation-iteration-count: infinite;
	}
	#newsletter-logo{
		position: absolute;
		width: 3.5vw;
		height: auto;
		margin-top: -2vw;
		margin-left: 0.54vw;
	}


	@keyframes newsletter{
		0% {transform: translateY(0);}
		50% {transform: translateY(-0.7vw);}
		100% {transform: translateY(0);}
	}
	@-o-keyframes newsletter{
		0% {transform: translateY(0);}
		50% {transform: translateY(-0.7vw);}
		100% {transform: translateY(0);}
	}
	@-webkit-keyframes newsletter{
		0% {transform: translateY(0);}
		50% {transform: translateY(-0.7vw);}
		100% {transform: translateY(0);}
	}
	@-moz-keyframes newsletter{
		0% {transform: translateY(0);}
		50% {transform: translateY(-0.7vw);}
		100% {transform: translateY(0);}
	}





	#leads{
		position: relative;
		cursor: pointer;
		overflow: hidden;
		height: 30vw;
		width: 26vw;
		background-color: #333333;
		margin: 1.5vw;
		border-radius: 1vw;
	}
	#leads h2{
		left: 0vw;
		margin: 1vw 0;
	}
	#leads>a{
		opacity: 1;
	}
	#leads>a:hover{
		opacity: 1;
	}
	#leads:hover #bg66{
		filter: blur(1vw) brightness(80%);
		transform: scale(1.1);
	}
	#leads:hover .clsh{
		transform: translate(0, -6vw);
	}
	#leads:hover .clsp{
		transform: translate(0, -6.5vw);
		opacity: 1;
	}
	#leads:hover .ic2{
		transform: translate(0, -6vw);
	}
	#leads:hover #app1{
		animation: app 1.5s;
		animation-iteration-count: infinite;
	}
	#leads-logo{
		position: absolute;
		width: 4vw;
		height: auto;
		margin-top: 3vw;
		margin-left: 1.5vw;
	}
	#leads:hover .leads-1{
		animation: scalea 3s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 100% 100%;
	}
	#leads:hover .leads-2{
		animation: scaleb 3s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 100% 100%;
	}
	#leads:hover .leads-3{
		animation: scalec 3s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 100% 100%;
	}
	#leads:hover .leads-4{
		animation: scaled 3s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 100% 100%;
	}
	@keyframes scalea{
		0%{transform: scale(1, 1);}
		50%{transform: scale(1, 0.5);}
		100%{transform: scale(1, 1);}
	}
	@keyframes scaleb{
		0%{transform: scale(1, 1);}
		50%{transform: scale(1, 1.3);}
		100%{transform: scale(1, 1);}
	}
	@keyframes scalec{
		0%{transform: scale(1, 1);}
		50%{transform: scale(1, 1.7);}
		100%{transform: scale(1, 1);}
	}
	@keyframes scaled{
		0%{transform: scale(1, 1);}
		50%{transform: scale(1, 1.4);}
		100%{transform: scale(1, 1);}
	}



	.news-price{
		width: 85vw;
		height: 21.25vw;
		position: relative;
		background-color: #333;
		border-radius: 2vw;
		margin: 1vw 0;
		background-size: cover;	
        animation: up backwards 1s;
        animation-delay: .1s;
	}
	.news-price > a{
		display: block;	
		width: 85vw;
		height: 21.25vw;
	}
	.news-price:nth-of-type(1){
		background-image: url(../jpg/price1.jpg);
	}
	.news-price:nth-of-type(2){
		background-image: url(../jpg/price2.jpg);
	}
	.news-price:nth-of-type(3){
		background-image: url(../jpg/price3.jpg);
	}
	.news-price:nth-of-type(4){
		background-image: url(../jpg/price4.jpg);
	}
	.news-price:nth-of-type(5){
		background-image: url(../jpg/price5.jpg);
	}
	.news-price:nth-of-type(6){
		background-image: url(../jpg/price6.jpg);
	}
	.news-price h2{
		position: absolute;
		text-align: right;
		right: 6vw;
		color: #fff;
		font-size: 2vw;
		top: 4vw;
	}
	.current-price{
		position: absolute;
		text-align: right;
		right: 6vw;
		color: #fff;
		font-size: 2.5vw;
		top: 11.5vw;
		font-weight: bold;
	}
	.current-price > span{
		font-size: 5vw;
	}
	.news-price h2 > span{
		color: #fff;
		font-size: 4vw;
	}
	.price-img{
		width: 85vw;
		border-radius: 1vw;
	}
	.price-lm{
		position: absolute;
		text-align: right;
		right: 3vw;
		color: #fff;
		font-size: 1.2vw;
		bottom: 2vw;
		text-decoration: underline;	
	}
	#price-table{
		width: 35vw;
		height: 18vw;
		position: absolute;
		top: 0;
		left: 5vw;
		pointer-events: none;
	}
	#price-table > div{
		width: 35vw;
		display: flex;
		align-items: flex-end;
		height: 18vw;
		border-bottom: solid 0.3vw #fff;
	}
	.price{
		width: 3vw;
		margin: 0 0.7vw;
		position: relative;
		border-radius: 0.5vw 0.5vw 0vw 0vw;
		cursor: pointer;
		transition: all 0.3s;
		border: solid 0.2vw #fff;
		border-bottom: none;
	}
	#G304-2B-price > .price{	
		background-color: #476c9b;
	}
	#G304-2B-price{
		opacity: 1;
		transition: all 0.3s;
		pointer-events: inherit;
	}
	#G304-No1-price > .price{	
		background-color: #3B8EA5;
	}
	#G304-No1-price{
		transition: all 0.3s;
		pointer-events: none;
	}
	#G316-2B-price > .price{	
		background-color: #B7C8B5;
	}
	#G316-2B-price{
		transition: all 0.3s;
		pointer-events: none;
	}
	#G316-No1-price > .price{	
		background-color: #566E4F;
	}
	#G316-No1-price{
		transition: all 0.3s;
		pointer-events: none;
	}
	#G430-2B-price > .price{	
		background-color: #edae49;
	}
	#G430-2B-price{
		transition: all 0.3s;
		pointer-events: none;
	}
	#G201-2B-price > .price{	
		background-color: #e4572e;
	}
	#G201-2B-price{
		transition: all 0.3s;
		pointer-events: none;
	}
	.price:hover .current-price{
		transform: scale(1.5, 1.5);
	}

}





















@media screen and (max-device-width: 1000px) {
	h2{
		text-align: left;
		color: #333;
		font-weight: bold;
		margin: 0;
		padding: 0;
	}
	h3{
		color: #333;
		margin: 0;
		padding: 0;
	}

	main p{
		color: #333;
		text-align: justify;
		margin: 0;
		padding: 0;
	}


	#pagepicture{
        width: 90vw;
        background-color: #333333;
        margin: 12vw 0;
        background-size: contain;
        position: relative;
        border-radius: 0 0 15vw 15vw;
        background-attachment: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15vw 5vw 0 5vw;
        flex-direction: column;
    }
    #pagepicture > h1{
        width: 90vw;
        color: white;
        font-size: 15vw;
        line-height: 16vw;
        text-align: center;
        animation: down backwards 1s;
        padding: 5vw 0;
        margin: 0;
    }
    #pagepicture > p{
        width: 90vw;
        color: white;
        font-size: 4vw;
        line-height: 6vw;
        text-align: center;
        animation: down backwards 1s;
        padding: 1vw 0;
    }

    

    #pagepicture #breadol{
        width: 80vw;
        display: flex;
        justify-content: center;
        align-content: center;
        list-style: none;
        position: relative;
        padding: 10vw 0;
        margin: 0;
        z-index: 1;
        animation: down backwards 1s;
        animation-delay: .2s;
    }
    #pagepicture #breadol li{
        font-size: 3vw;
        color: white;
        line-height: 3vw;
    }
    #pagepicture #breadol li a{
        display: block;
        color: white;
        height: 3vw;
        padding-right: 4.5vw;
        margin-right: 3vw;
        font-weight: bold;
        position: relative;
    }
    #pagepicture #breadol li a::before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 1.5vw transparent;
        border-left: solid 1.5vw #fff;
        margin: 0;
        position: absolute;
        right: -1.5vw; 
        transform: scale(1, 0.7);
        top: 0;
    }


	#pagepicture0{
		width: 90vw;
		margin: 0 5vw;
		padding: 20vw 0;
	}
    #pagepicture0 h1{
        width: 90vw;
        margin: 20vw 0 6vw 0;
        font-size: 13.5vw;
        line-height: 15vw;
        text-align: center;
        position: relative;
        animation: down backwards 1s;
        animation-delay: .2s;
    }
    #pagepicture0 h1::before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 24vw transparent;
        border-top: solid 24vw #eee;
        margin: 0;
        position: absolute;
        left: 21vw;
        transform: scale(0.7, 1);
        top: -12vw;
        z-index: -1;
        opacity: .5;
    }
    #pagepicture0 h1::after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 45vw transparent;
        border-top: solid 45vw #eee;
        margin: 0;
        position: absolute;
        left: 0vw; 
        transform: scale(0.7, 1);
        top: -6vw;
        z-index: -1;
        opacity: .5;
    }

    #pagepicture0 #breadol{
        width: 90vw;
        display: flex;
        justify-content: center;
        align-content: center;
        list-style: none;
        position: relative;
        padding: 0;
        margin: 0;
        z-index: 1;
        animation: down backwards 1s;
        animation-delay: .2s;
    }
    #pagepicture0 #breadol li{
        font-size: 3vw;
        color: #333;
        line-height: 3vw;
    }
    #pagepicture0 #breadol li a{
        display: block;
        color: #333;
        height: 3vw;
        padding-right: 4.5vw;
        margin-right: 3vw;
        font-weight: bold;
        position: relative;
    }
    #pagepicture0 #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;
    }


    #newspage{
    	width: 85vw;
    	margin: 0 7.5vw;
    }
    #newspage > div{
    	display: flex;
    	justify-content: center;
    	flex-wrap: wrap;
    }
    .media-blog{
        width: 85vw;
        margin: 3vw 0;
        border-radius: 6vw;
        overflow: hidden;
        transition: all .2s;	
        animation: up backwards 1s;
        animation-delay: .1s;
    }
    .media-blog > a{
    	width: 85vw;
    }
    .media-blog img{
        width: 85vw;
    }
    .media-blog h3{
        width: 85vw;
        font-size: 6vw;
        line-height: 8vw;
        padding: 3vw 0;
    }
    .media-blog p{
        width: 85vw;
        padding: 0;
        font-size: 4vw;
        line-height: 6vw;
        text-align: justify;
    }
    .media-blog time{
        display: block;
        width: 85vw;
        font-size: 3vw;
        line-height: 5vw;
        text-align: right;
        padding: 5vw 0;
        color: #666;
    }


	#pagenumber{
		position: relative;
		width: 85vw;
		padding: 5vw 0;
		display: flex;
		justify-content: center;
	}
	#pagenumber p{
		color: #333;
		transition: all 0.5s;
		font-size: 3.5vw;
		margin: 3vw 0;
		width: 6vw;
		text-align: center;
	}
	#pagenumber a{
		color: #333;
		transition: all 0.5s;
		font-size: 3.5vw;
		margin: 3vw 0;
		font-weight: bold;
		width: 6vw;
		text-align: center;
	}




	#classification{
		position: relative;
		width: 100vw;
		padding-bottom: 30vw;
	}
	#classification > div{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 6vw;
	}
    #classification h1{
        width: 80vw;
        margin: 15vw 10vw;
        font-size: 10.5vw;
        line-height: 18vw;
        text-align: center;
        position: relative;
        animation: up backwards 1s;
        animation-delay: .2s;
    }
    #classification h1::before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 24vw transparent;
        border-top: solid 24vw #eee;
        margin: 0;
        position: absolute;
        left: 16vw; 
        transform: scale(0.7, 1);
        top: -12vw;
        z-index: -1;
        opacity: .5;
    }
    #classification h1::after{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: solid 45vw transparent;
        border-top: solid 45vw #eee;
        margin: 0;
        position: absolute;
        left: -5vw; 
        transform: scale(0.7, 1);
        top: -6vw;
        z-index: -1;
        opacity: .5;
    }


	.ic1{
		width: 15vw;
		position: absolute;
		left: 35vw;
		top: 22vw;
		transition: all 1s;
		transform: translate(0, -0vw);
	}
	.ic0{
		width: 15vw;
		position: absolute;
		left: 35vw;
		top: 22vw;
		transition: all 1s;
		transform: rotateY(0deg);
		transform-origin: 0% 50%;
		-webkit-transform-origin: 50% 50%;
		-o-transform-origin: 0% 50%;
		-moz-transform-origin: 0% 50%;
		animation: sk 1.5s;
		animation-iteration-count: infinite;
	}
	.clsh{
		position: absolute;
		color: white;
		font-size: 8vw;
		top: 37vw;
		width: 85vw;
		transition: all 1s;
		text-align: center;
	}
	.clsp{
		position: absolute;
		color: white;
		font-size: 4vw;
		line-height: 6vw;
		left: 5vw;
		top: 52vw;
		width: 75vw;
		transition: all 1s;
		text-align: center;
	}
	#bg11{
		transition: all 1s;
		background-image: url(../jpg/steel-knowledge.jpg);
		background-size: cover;
		height: 50vh;
		width: 90vw;
		filter: brightness(60%);
		border-radius: 3vw;
	}
	#bg22{
		transition: all 1s;
		background-image: url(../jpg/applications.jpg);
		background-size: cover;
		height: 50vh;
		width: 90vw;
		filter: brightness(60%);
		border-radius: 3vw;
	}
	#bg33{
		transition: all 1s;
		background-image: url(../jpg/metal-technology.jpg);
		background-size: cover;
		height: 50vh;
		width: 90vw;
		filter: brightness(60%);
		border-radius: 3vw;
	}
	#bg44{
		transition: all 1s;
		background-image: url(../jpg/element.jpg);
		background-size: cover;
		height: 50vh;
		width: 90vw;
		filter: brightness(60%);
		border-radius: 3vw;
	}
	#bg55{
		transition: all 1s;
		background-image: url(../jpg/newsletter.jpg);
		background-size: cover;
		height: 50vh;
		width: 90vw;
		filter: brightness(60%);
		border-radius: 3vw;
	}
	#bg66{
		transition: all 1s;
		background-image: url(../jpg/leads.jpg);
		background-size: cover;
		background-position: center;
		height: 50vh;
		width: 90vw;
		filter: brightness(60%);
		border-radius: 3vw;
	}
	.sk5{
		transform: perspective(1000vw) rotateY(0deg);
		transform-style: preserve-3d;
		perspective: 1000;
		-webkit-perspective: 1000;
		perspective-origin: 50% 50%;
		-webkit-perspective-origin: 50% 50%;
		position: absolute;
		top: 0;
	}

	#steel-knowledge{
		position: relative;
		cursor: pointer;
		overflow: hidden;
		height: 50vh;
		width: 85vw;
		background-color: #333333;
		margin: 2.5vw;
		border-radius: 6vw;
	}
	#steel-knowledge h2{
		left: 0vw;
		margin: 1vw 0;
	}
	#steel-knowledge>a{
		opacity: 1;
	}

	@keyframes sk{
		0%{transform: rotateY(0deg);}
		100%{transform: rotateY(-180deg);}
	}





	.ic2{
		width: 19.5vw;
		position: absolute;
		left: 32.75vw;
		top: 14vw;
		transition: all 1s;
	}
	#applications{
		position: relative;
		cursor: pointer;
		overflow: hidden;
		height: 50vh;
		width: 85vw;
		background-color: #333333;
		margin: 2.5vw;
		border-radius: 6vw;
	}
	#applications h2{
		left: 0vw;
		margin: 1vw 0;
	}
	#applications>a{
		opacity: 1;
	}
	#app1{
		animation: app 1.5s;
		animation-iteration-count: infinite;
	}
	@keyframes app{
		0%{opacity: 1; transform: translateY(0px); }
		100%{opacity: 0; transform: translateY(-5vw);}
	}




	#metal-technology{
		position: relative;
		cursor: pointer;
		overflow: hidden;
		height: 50vh;
		width: 85vw;
		background-color: #333333;
		margin: 2.5vw;
		border-radius: 6vw;
	}
	#metal-technology h2{
		left: 0vw;
		margin: 1vw 0;
	}
	#metal-technology>a{
		opacity: 1;
	}
	#metal-technology-logo{
		position: absolute;
		width: 13.5vw;
		height: auto;
		margin-top: -1.2vw;
		margin-left: 0.9vw;
		animation: rotate 5s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
	}
	@keyframes rotate{
		0% {transform: rotate(0deg);}
		100% {transform: rotate(360deg);}
	}





	#element{
		position: relative;
		cursor: pointer;
		overflow: hidden;
		height: 50vh;
		width: 85vw;
		background-color: #333333;
		margin: 2.5vw;
		border-radius: 6vw;
	}
	#element h2{
		left: 0vw;
		margin: 1vw 0;
	}
	#element>a{
		opacity: 1;
	}
	#element-logo{
		position: absolute;
		width: 15vw;
		height: auto;
		margin-top: 4.9vw;
		margin-left: 1.8vw;
	}
	.element-2{
		animation: rotate 10s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 115px 115px;
	}
	.element-1{
		animation: rotate 10s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 115px 115px;
		animation-direction: reverse;
	}




	#newsletter{
		position: relative;
		cursor: pointer;
		overflow: hidden;
		height: 50vh;
		width: 85vw;
		background-color: #333333;
		margin: 2.5vw;
		border-radius: 6vw;
	}
	#newsletter h2{
		left: 0vw;
		margin: 1vw 0;
	}
	#newsletter>a{
		opacity: 1;
	}
	#newsletter-logo{
		position: absolute;
		width: 10.5vw;
		height: auto;
		margin-top: 7vw;
		margin-left: 1.62vw;
		top: 12vw;
		animation: newsletter 2s;
		animation-iteration-count: infinite;
		animation-timing-function: ease-in-out;
	}


	@keyframes newsletter{
		0% {transform: translateY(0);}
		50% {transform: translateY(-2.1vw);}
		100% {transform: translateY(0);}
	}
	@-o-keyframes newsletter{
		0% {transform: translateY(0);}
		50% {transform: translateY(-2.1vw);}
		100% {transform: translateY(0);}
	}
	@-webkit-keyframes newsletter{
		0% {transform: translateY(0);}
		50% {transform: translateY(-2.1vw);}
		100% {transform: translateY(0);}
	}
	@-moz-keyframes newsletter{
		0% {transform: translateY(0);}
		50% {transform: translateY(-2.1vw);}
		100% {transform: translateY(0);}
	}





	#leads{
		position: relative;
		cursor: pointer;
		overflow: hidden;
		height: 50vh;
		width: 85vw;
		background-color: #333333;
		margin: 2.5vw;
		border-radius: 6vw;
	}
	#leads h2{
		left: 0vw;
		margin: 1vw 0;
	}
	#leads>a{
		opacity: 1;
	}
	#leads-logo{
		position: absolute;
		width: 12vw;
		height: auto;
		margin-top: 7vw;
		margin-left: 4vw;
	}
	.leads-1{
		animation: scalea 3s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 100% 100%;
	}
	.leads-2{
		animation: scaleb 3s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 100% 100%;
	}
	.leads-3{
		animation: scalec 3s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 100% 100%;
	}
	.leads-4{
		animation: scaled 3s;
		animation-timing-function: linear;
		animation-iteration-count: infinite;
		transform-origin: 100% 100%;
	}
	@keyframes scalea{
		0%{transform: scale(1, 1);}
		50%{transform: scale(1, 0.5);}
		100%{transform: scale(1, 1);}
	}
	@keyframes scaleb{
		0%{transform: scale(1, 1);}
		50%{transform: scale(1, 1.3);}
		100%{transform: scale(1, 1);}
	}
	@keyframes scalec{
		0%{transform: scale(1, 1);}
		50%{transform: scale(1, 1.7);}
		100%{transform: scale(1, 1);}
	}
	@keyframes scaled{
		0%{transform: scale(1, 1);}
		50%{transform: scale(1, 1.4);}
		100%{transform: scale(1, 1);}
	}


	.news-price{
		width: 85vw;
		height: 57vw;
		position: relative;
		background-color: #333;
		border-radius: 6vw;
		margin: 1vw 0;
		background-size: cover;
	}
	.news-price:nth-of-type(1){
		background-image: url(../jpg/price1-1.jpg);
	}
	.news-price:nth-of-type(2){
		background-image: url(../jpg/price2-1.jpg);
	}
	.news-price:nth-of-type(3){
		background-image: url(../jpg/price3-1.jpg);
	}
	.news-price:nth-of-type(4){
		background-image: url(../jpg/price4-1.jpg);
	}
	.news-price:nth-of-type(5){
		background-image: url(../jpg/price5-1.jpg);
	}
	.news-price:nth-of-type(6){
		background-image: url(../jpg/price6-1.jpg);
	}
	.news-price h2{
		position: absolute;
		text-align: right;
		right: 6vw;
		color: #fff;
		font-size: 4.5vw;
		top: 10vw;
		line-height: 4.5vw;
	}
	.current-price{
		position: absolute;
		text-align: right;
		right: 5vw;
		color: #fff;
		font-size: 7.5vw;
		top: 33vw;
		font-weight: bold;
	}
	.current-price > span{
		font-size: 10vw;
	}
	.news-price h2 > span{
		color: #fff;
		font-size: 8vw;
		line-height: 16vw;
	}
	.price-img{
		width: 85vw;
		border-radius: 1vw;
	}
	.price-lm{
		position: absolute;
		text-align: right;
		right: 5vw;
		color: #fff;
		font-size: 3.6vw;
		bottom: 5vw;
		text-decoration: underline;	
	}
	#price-table{
		width: 35vw;
		height: 18vw;
		position: absolute;
		top: 5vw;
		left: 5vw;
		pointer-events: none;
	}
	#price-table > div{
		width: 35vw;
		display: flex;
		align-items: flex-end;
		height: 18vw;
		border-bottom: solid 0.3vw #fff;
	}
	.price{
		width: 3vw;
		margin: 0 0.7vw;
		position: relative;
		border-radius: 0.5vw 0.5vw 0vw 0vw;
		cursor: pointer;
		transition: all 0.3s;
		border: solid 0.2vw #fff;
		border-bottom: none;
	}
	#G304-2B-price > .price{	
		background-color: #476c9b;
	}
	#G304-2B-price{
		opacity: 1;
		transition: all 0.3s;
		pointer-events: inherit;
	}
	#G304-No1-price > .price{	
		background-color: #3B8EA5;
	}
	#G304-No1-price{
		transition: all 0.3s;
		pointer-events: none;
	}
	#G316-2B-price > .price{	
		background-color: #B7C8B5;
	}
	#G316-2B-price{
		transition: all 0.3s;
		pointer-events: none;
	}
	#G316-No1-price > .price{	
		background-color: #566E4F;
	}
	#G316-No1-price{
		transition: all 0.3s;
		pointer-events: none;
	}
	#G430-2B-price > .price{	
		background-color: #edae49;
	}
	#G430-2B-price{
		transition: all 0.3s;
		pointer-events: none;
	}
	#G201-2B-price > .price{	
		background-color: #e4572e;
	}
	#G201-2B-price{
		transition: all 0.3s;
		pointer-events: none;
	}

}