@media only screen and (max-width: 1024px) {
	.width{
		padding:20px ;
	}
	footer .clear{
		padding:20px ;
	}
	.home-menu ul li{
		width:calc( 100%/2 - 25px);
	}
	.select_boder{
		border:1px #9DDCE3 solid; 
		margin: 25px 0;
	}
	.select_boder .select{
		    display: block;
		    text-align: center;
		    font-size: 16px;
		    padding: 15px 0;
		    position: relative;
		    cursor: pointer;
	}
    .select_boder .select:after{
	    content: '';
	    position: absolute;
	    width: 0;
	    height: 0;
	    right: 15px;
	    top: 0;
	    bottom: 0;
	    margin: auto;
	    border-top: 10px solid #9DDCE3;
	    border-left: 10px solid transparent;
	    border-right: 10px solid transparent;
    }
	.icon_writing {
		max-height: 0;
		overflow: hidden;
		transition:all .3s ease-out;
	}
	.icon_writing.open {
		max-height: 1000px;
		transition:all .3s ease-in;
	}
	.products-class-left{
	    width: 96%;
	    margin: 20px;
	    padding: 0;
        padding-bottom: 10px;
        float: none;
	}
	.products-list-right{
		width: 96%;
		float: none;
		margin: auto;
	}
	.products-class-left h3:after{
	    left: 47%;
	}
}
@media only screen and (max-width: 768px) {
	#header .clear{
		padding: 10px 0;
	}
	.header-menu ul li:first-child,
	.header-menu ul li
	{
		display: block;
		padding: 5%;
	}
	.header-menu ul li:after{
		border: 0;
	}
	.header-menu ul li a{
		color: #636363;
	}
	.rwd-ntb{
		display: block;
	}
	.header-menu{
		float: none;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #EEE;
		top: -100%;
		left: 0;
		transition: all .5s ease-in;
	}
	.header-menu.open{
		top: 0;
		transition: all .5s ease-out;
	}
	html {
	    border: 20px solid #28637d;
	}
	.products-page-img, 
	.products-page-info{
		float: none;
		width: 100%;
		margin:0 ;
	}
	.products-page-info .remarks{
		height: auto;
	}
	.news-box{
		margin:20px ;
	}
	.news-box .news-narrative-right p{
		height: 100px;
	}
	.news-box .news-narrative-right{
	    padding: 5px 20px;
	}
	.news-width{
		width: 95%;
	}
	.slick-dots{
	    bottom: 20px;
	}
}
@media only screen and (max-width: 480px) {

	.header-menu ul li:first-child{
		width: 250px;
		max-width: 100%;
		padding-top: 45px;
	}
	.home-menu ul li {
	    width: 100%;
	}
	.header-logo{
		width: 200px;
		max-width: 100%;
	}
	.rwd-ntb{
		width: 30px;
		height: 30px;
	}
	.rwd-ntb span{
		width: 25px;
		margin: 4.4px auto;
	}
	.rwd-ntb.open span:nth-child(3){
		-webkit-transform: translateY(-8px) rotate(-45deg);
        -ms-transform: translateY(-8px) rotate(-45deg);
        -o-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
	}
	html {
	    border: 10px solid #28637d;
	}
	footer .clear {
	    padding: 10px;
	}
	.footer-information .footer-logo {
	    padding-bottom: 0;
	}
	.products-class-left h3:after{
		left: 42.5%;
	}
	.products-class-left{
		width: 85%;
	}
	.block-title h1{
		font-size: 20px;
	}
	.block-title p{
		font-size:18px;
	}
	.products-box{
		width: 100%;
	}
	.news-box .news-img-left,
	.news-box .news-narrative-right{
		width: 100%;
		float: none;
	}
	.news-box .news-img-left{
		padding-bottom: 100%;
	}
	.contact-box{
	    padding: 0;
	}
	.news-page-prev span, .news-page-next span{
		display: inline-block;
		margin:10px ;
	}
	.news-page-prev, .news-page-next{
		position: relative;
		font-size: 30px;
	}
}