body{
	--ppad:100px;
	overflow-y: scroll!important;
}
/*container	*/
.warpknit .container-custom{
	width: 100%;
	max-width: 1250px;
	margin: auto;
}
.warpknit .container-custom2{
	width: 100%;
	max-width: 1050px;
	margin: auto;
}
/*start setting*/
	.content-page{
		background: #fff;
	}
	.warpknit h1,.warpknit h2,.warpknit h3,.warpknit h4,.warpknit h5,.warpknit h6,.warpknit p{
		color: #000;
		padding: 0;
		margin: 0;
	}
	/*.wrap .warpknit h1,
	.wrap .warpknit h2,
	.wrap .warpknit h3,
	.wrap .warpknit h4,
	.wrap .warpknit h5,
	.wrap .warpknit h6,
	.wrap .warpknit p,
	.wrap .warpknit label{
		font-family: 'Prompt', sans-serif!important;
	}*/
	.warpknit h1,.warpknit h2,.warpknit h3,.warpknit h4,.warpknit h5,.warpknit h6{
		line-height: 34px;
	}

	.warpknit h1 {
	    font-size: 64px;
	    line-height: 82px;
	    font-weight: 600;
	    color: #000;
	}
	.warpknit h2 {
	    font-size: 64px;
    	line-height: 74px;
	    font-weight: 600;
	}
	.warpknit h3 {
	    font-size: 48px;
	    line-height: 62px;
	    font-weight: 400;
	}
	.warpknit h4 {
	    font-size: 36px;
	    line-height: 45px;
	    font-weight: 700;
	}
	.warpknit h5 {
	   	font-size: 20px;
	    line-height: 32px;
	    font-weight: 700;
	}
	.warpknit p {
	    font-size: 18px;
	    line-height: 28px;
	    font-weight: 300;
	}
	.warpknit label {
		font-size: 16px;
		line-height: 16px;
		font-weight: 300;
	}
	.wrap:lang(en) .warpknit label{
		font-size: 15px;
	}
	.d-block{
		display: block;
	}
	.d-flex {
		display: flex;
	}
	.middle-center {
		position: absolute;
		display: table;
		width: 100%;
		top: 50%;
		left: 50%;
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	
	.border-white {
		border-color: #fff!important;
	}
	.w-100{
		width: 100%!important;
		height: 100%!important;
	}
	.p-0{
		padding: 0;
	}
	.img-fluid {
		max-width: 100%;
		height: auto;
	} 
	.mx-auto{
		margin: auto;
	}
	.col-center{
		float: none;
		margin: 0 auto;
	}
	.mscolor {
		color: var(--msColor)!important;
	}
	.height100{
		height: 100%;
	}
	.text-light{
		color: #fff!important;
	}
	.owl-carousel .owl-item img {
	    display: block;
	    width: auto;
	}
	.owl-nav button.owl-prev {
		background: #fff0!important;
	}
	.owl-nav button.owl-next {
		background: #fff0!important;
	}
	.imgh{
		width: 100%!important;
	    height: 100vh!important;
	    display: block;
	}
	.warpknit .more_product {
		padding-top: 50px;
	    font-weight: 400;
		font-size: 32px;
		line-height: 42px;
	    text-decoration: underline;
	}
	.warpknit .more_product:hover {
		cursor: pointer;
	    color: var(--msColor);
	}
/*end setting*/

/*section-hero*/
.section-hero{
	background: #000;
	/*padding: 110px 0;*/
	padding: 50px 0;
	height: 100vh;
}
.section-hero .content{
	/*padding-top: 110px;*/
	padding-top: 50px;
}
.section-hero h1,
.section-hero p{
	color: #fff;
}
.section-hero .content .cp{
	max-width: 410px;
}
.section-one{
	position: relative;
}
.section-one .container-custom {
    position: relative;
    height: 100%;
}
.section-one .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.section-one .box{
	position: absolute;
	max-width: 300px;
}
.section-one .left{
	top: 12%;
    left: 0;
    margin-left: 15px;
}
.section-one .right{
	bottom: 20%;
	right: 0;
	margin-right: 15px;
}


/*section-two*/
/*.section-two,
.section-two img{
	height: 100vh!important;
}*/
.section-two .col{
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    float: left;
}
.section-two .row-c .col:first-child,
.section-two .row-c .col:nth-child(2){
	width: 30%;
}
.section-two .row-c .col:last-child{
	width: 40%;
}
.section-two .left{
	background:var(--msColor);
}
.section-two .left .content {
	position: absolute;
    display: table;
    width: 100%;
    max-width: 270px;
    top: 50%;
    right: 50px;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.section-two .right .content {
	position: absolute;
	display: table;
	width: 100%;
	max-width: 330px;
	bottom: 50px;
	left: 50%;
	-moz-transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}
.wrap:lang(en) .section-two .right .content {
	bottom: 160px;
}
.section-two .right .content h5{
	padding-bottom: 30px;
}

/*section-three*/
.section-three{
	background: #000;
	padding: 120px 0;
}
.section-three .col{
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    float: left;
}
.section-three img{
	width: 110px;
	display: block;
	margin: auto;
}
.section-three .row-c .col:first-child{
	width: 30%;
}
.section-three .row-c .col:last-child{
	width: 70%;
}
.section-three .left .content {
	position: absolute;
    display: table;
    width: 100%;
    max-width: 300px;
    top: 0;
    right: 50px;
}
.section-three .right .grap{
	padding-left: 4px;
	padding-right: 4px;
}
.section-three .right .content h5 {
    padding: 40px 0 20px;
}
.wrap:lang(en) .section-three .right .content h5 {
    font-size: 20px;
    line-height: 27px;
}
.section-three .right .content .text{
	padding-left: 28px;
}

/*section-four*/
.section-four,
.section-four .endimg img{
	height: 100vh!important;
}
.section-four .col{
    position: relative;
    min-height: 1px;
    padding-right: 0;
    padding-left: 0;
    float: left;
}
.section-four .row-c .col:first-child,
.section-four .row-c .col:last-child{
	width: 32%;
}
.section-four .row-c .col:nth-child(2){
	width: 36%;
}
.section-four .left .content {
    position: absolute;
    display: table;
    width: 100%;
    max-width: 342px;
    top: 50%;
    left: 58%;
    -moz-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%,-50%);
}
.section-four .left .content p{
	padding: 30px 0;
}
.section-four .right .content {
    position: absolute;
    display: table;
    width: 90%;
    bottom: 50px;
    left: 0px;
}
.wrap:lang(en) .section-four .right .content {
    bottom: 160px;
}
.section-four .right .content .text {
    max-width: 360px;
    display: block;
    margin: auto;
    padding-top: 20px;
}
/*.section-five*/
.section-five {
    height: 100vh;
    position: relative;
    background:#EAEBED;
}
.section-five .middle-center{
	max-width: 307px;
}
.wrap:lang(en) .section-five .middle-center{
	max-width: 365px;
}
.section-five .container-custom{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.section-five .content h5{
    padding: 10px 0 30px;
}
.wrap:lang(en) .section-five .content h5{
    font-size: 20px;
    line-height: 28px;
}
.section-five .content p.first{
	padding-bottom:30px;
}
/*box-six-sam*/
.box-six-sam{
	width: 100%;
	-webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    height: 100vh;
}
.box-six-sam .container-custom2{
	position: relative;
}
.box-six-sam .content {
    background: #fff;
    padding: 150px;
}
.box-six-sam .content p{
	padding: 40px 40px 0 40px;
}
/*section-six*/
.section-six{
    background: url(/assets/images/warpknit/d/bg1.webp) no-repeat;
}

/*.section-seven*/
.section-seven{
    background: url(/assets/images/warpknit/d/bg2.webp) no-repeat;
}
.section-seven .content {
    background: #000;
}
/*section-product*/
.section-product .content {
    max-width: 500px;
}
.section-product .content ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.section-product .content ul li{
	float: left;
}
.section-product .content ul li:first-child {
    width: 100%;
    max-width: 70px;
}
.section-product .content ul li:last-child {
    width: 100%;
    max-width: 430px;
}
.section-product .content h4 {
    padding-top: 15px;
}
.section-product .content .text{
	padding: 50px 0;
}
.section-product .content .text p:last-child{
	padding-top: 25px;
}
.section-product .border-mscolor {
    width: 80%;
    border: 1px solid var(--msColor);
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: 15px;
    transform: translate(-50%, -50%);
}
/*section-end*/
.section-end{
	background: var(--msColor);
	padding: 97px 0;
}
.section-end .content{
	width: 100%;
	max-width: 800px;
	display: block;
	margin: auto;
}
.section-end .content p{
	font-weight: 300;
	font-size: 24px;
	line-height: 36px;
}
@media  screen and (min-width: 1400px) {
	
	.warpknit .container-custom {
	    max-width: 1452px;
	}
}
@media  screen and (min-width: 1500px) {
	.section-two .right .content{
		bottom: 70px;
	}
	.section-four .left .content p {
	    padding: 30px 0 50px;
	}
}
@media  screen and (min-width: 1600px) {
	.warpknit h2 {
	    font-size: 72px;
	    line-height: 86px;
	}
	.warpknit p {
	    font-size: 20px;
	    line-height: 30px;
	    font-weight: 300;
	}
	.section-two .right .content {
	    bottom: 90px;
	}
	.section-four .left .content p {
	    padding: 30px 0 100px;
	}

}
@media  screen and (min-width: 1800px) {
	.section-four .left .content p {
	    padding: 30px 0 150px;
	}
	.section-four .left .content{
		left: 74%;
	}
	.section-four .right .content {
	    bottom: 133px;
	}
	.section-product .content {
	    max-width: 520px;
	}
	.section-product .content {
	    max-width: 600px;
	}
	.section-product .content ul li:last-child {
	    max-width: 530px;
	}
	.wrap:lang(en) .section-two .right .content {
	    bottom: 280px;
	}
	.wrap:lang(en) .section-four .right .content {
	    bottom: 295px;
	}
	.section-hero{
		padding: 110px 0;
		height: 100%;
	}
	.section-hero .content{
		padding-top: 110px;
	}
}
@media  screen and (min-width: 1900px) {
	.pile_fabric h1 {
		font-size: 75px;
		line-height: 100px;
	}
	.wrap:lang(en) .warpknit h1 {
	    font-size: 75px;
	    line-height: 79px;
	}
	.wrap:lang(en) .warpknit h5 {
	    font-size: 36px;
	    line-height: 45px;
	}
	.pile_fabric h2 {
		font-size: 75px;
		line-height: 79px;
	}
	.pile_fabric h3 {
		font-size: 48px;
		line-height: 60px;
	}
	.pile_fabric p {
		font-size: 24px;
		line-height: 36px;
	}
}
@media  screen and (max-width: 1250px) {
	.warpknit h1{
	    font-size: 44px;
	    line-height: 58px;
	}
	.warpknit h2 {
	    font-size: 44px;
	    line-height: 50px;
	}
	.warpknit h3 {
	    font-size: 36px;
	    line-height: 50px;
	}
	.warpknit h4 {
	    font-size: 30px;
	    line-height: 40px;
	}
	.warpknit h5 {
	    font-size: 18px;
	    line-height: 26px;
	}

	.section-hero {
	    padding: 70px 0;
	}
	.section-hero .content {
	    padding-top: 70px;
	}
	.warpknit .container-custom2 {
	    max-width: 750px;
	}
	.warpknit p {
	    font-size: 15px;
	    line-height: 23px;
	    font-weight: 300;
	}
	.section-hero{
	    height: auto!important;
	}
	
	.section-four, 
	.section-four .endimg img {
		height:100%!important;
	}

	.section-two .left .content {
	    position: absolute;
		display: table;
		width: 100%;
		top: 50%;
		left: 50%;
		max-width: max-content;
    	right: unset;
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.section-two .right .content {
    	padding: 0 15px;
	}
	.section-three {
	    background: #000;
	    padding: 120px 15px;
	}
	.section-three img {
	    width: 70px;
	}
	.section-three .right .content .text {
	    padding-left: 20px;
	}
	.section-three .right .content h5 {
	    padding: 30px 0 15px;
	}
	.section-three .col,
	.section-four .col {
	    padding-right: 15px;
	    padding-left: 15px;
	}
	.section-three .left .content{
		right: 0;
	}
	.section-four{
		padding: 50px 0 50px 15px;
	}
	.section-four .left .content {
	    position: unset;
	    display: block;
	    width: 100%;
	    max-width: 100%;
	    -moz-transform: unset;
	    -webkit-transform: unset; 
	    -ms-transform: unset;
	    transform: unset;
	    padding: 50px 0;
	}
	.box-six-sam .content {
	    padding: 40px;
	}
	.section-product .content {
	    max-width: 470px;
	}
	.section-product .content ul li:first-child {
	    max-width: 40px;
	}
	.warpknit .more_product {
	    font-size: 22px;
	    line-height: 32px;
	}
	.section-end .content p {
	    font-size: 22px;
	    line-height: 34px;
	}
	.wrap:lang(en) .section-four .right .content {
	    bottom: 180px;
	}
	
}
@media  screen and (max-width: 1100px) {
	.wrap:lang(en) .section-two .right .content {
	    bottom: 120px;
	}
	.box-six-sam {
	    height: 40vh;
	}
	.section-five{
		height: 50vh;
	}
}
@media  screen and (max-width: 900px) {
	.warpknit h1 {
	    font-size: 36px;
	    line-height: 46px;
	}
	.warpknit h2 {
	    font-size: 36px;
	    line-height: 46px;
	}
	.warpknit h3 {
	    font-size: 28px;
	    line-height: 42px;
	}
	.warpknit h4 {
	    font-size: 26px;
	    line-height: 36px;
	}
	.section-two .row-c .col:first-child, 
	.section-two .row-c .col:nth-child(2),
	.section-two .row-c .col:last-child{
		width:33.33333333333333%;
	}
	.section-three .right .content{
		padding: 20px 0;
	}
	.section-three .right .content h5,
	.section-three .right .content p{
		text-align: center;
		height:70px;
	}
	.wrap:lang(en) .section-three .right .content h5,
	.wrap:lang(en) .section-three .right .content p{
		text-align: center;
		height:auto;
	}
	.section-three .right .grap {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.section-three .right .content .text {
	    padding-left: 0;
	}
	.section-four .right .content{
		bottom: 0;
	}
	.section-five {
	    height: 50vh;
	}
	.warpknit .container-custom2 {
	    max-width: 690px;
	}
	.box-six-sam {
	    height: 40vh;
	}
	.section-product {
	    padding: 50px 20px;
	}
	.section-product .border-mscolor{
		bottom: -50px;
	}
	.section-product .d-flex{
		display: block;
	}
	.section-product .middle-center {
	    position: unset;
	    display: block;
	    width: 100%;
	    top: unset;
	    left: unset;
	    -moz-transform: unset;
	    -webkit-transform: unset;
	    -ms-transform: unset;
	    transform: unset;
	    max-width: 100%;
	}

	.section-product .content .text {
	    padding: 20px 0;
	}
	.wrap:lang(en) .section-four .right .content {
	    bottom: 60px;
	}
}
@media  screen and (max-width: 820px) {
	.wrap:lang(en) .section-two .right .content {
	    bottom: 95px;
	}
}
@media  screen and (max-width: 800px) {
	.section-hero .content .cp {
	    max-width: 320px;
	}
	.section-one .box {
	    position: absolute;
	    max-width: 234px;
	}
	.section-two .right .content {
	    bottom: unset;
	    top: 50%;
	    left: 50%;
	    -moz-transform: translate(-50%, -50%);
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	}
	.section-four .right .content .text {
	    max-width: 207px;
	}
}
@media  screen and (max-width: 768px) {
	.wrap:lang(en) .section-end {
	    padding: 97px 15px;
	}
}
@media  screen and (max-width: 767px) {
	body {
	    --ppad: 25px;
	    --ppad2: 50px;
	}
	.warpknit h1 {
	    font-size: 32px;
	    line-height: 42px;
	}
	.warpknit h2 {
	    font-size: 40px;
	    line-height: 42px;
	}
	.warpknit h3 {
	    font-size: 24px;
	    line-height: 36px;
	}
	.warpknit h4 {
	    font-size: 32px;
	    line-height: 42px;
	}
	.warpknit h5 {
	    font-size: 20px;
	    line-height: 28px;
	}
	.warpknit p {
	    font-size: 18px;
	    line-height: 27px;
	    font-weight: 300;
	}
	.warpknit p b{
		font-size: 20px;
		font-weight: 700;
		line-height: 28px;
	}
	.warpknit .more_product {
	    font-size: 24px;
	    line-height: 32px;
	    font-weight: 400;
	    float: right;
	    padding-top: 30px;
	}
	.d-flex {
		display: block;
	}
	.middle-center {
		position: unset;
		display: block;
		width: 100%;
		top: unset;
		left: unset;
		-moz-transform: unset;
		-webkit-transform: unset;
		-ms-transform: unset;
		transform: unset;
	}
	.section-hero {
	    padding: 70px 0 70px var(--ppad);
	}
	.section-hero .container-custom{
		padding-right: 0;
	}
	.section-hero .content {
	    padding-top: 40px;
	}
	.section-hero h1{
		padding-bottom: 30px;
	}
	.section-hero .content .cp {
	    max-width: 265px;
	}
	.section-one h5{
		padding-bottom: 20px;
	}
	.section-one .box {
	    position: unset;
	    max-width: 100%;
	}
	.section-one .content {
	    position: unset;
	}
	.section-one .left {
	    margin-left: unset;
	    padding: 50px var(--ppad) 80px;
	}
	.section-one .right {
	    margin-right: unset;
	    padding: 80px var(--ppad) 50px;
	}
	.section-two .right .content{
		top: 71%;
	}
	.section-two .row-c .col:first-child, .section-two .row-c .col:nth-child(2), .section-two .row-c .col:last-child{
		width: 100%;
    	padding-left: 15px;
    	padding-right: 15px;
	}
	.section-two .left .content {
	    position: unset;
	    display: block;
	    width: 100%;
	    top: unset;
	    left: unset;
	    max-width: 100%;
	    right: unset;
	    -moz-transform: unset;
	    -webkit-transform: unset;
	    -ms-transform: unset;
	    transform: unset;
	    padding: var(--ppad2);
	}
	.section-three .row-c .col:first-child,
	.section-three .row-c .col:last-child{
		width: 100%;
	}
	.section-three .left .content {
	    position: unset;
	    display: block;
	    width: 100%;
	    max-width: 100%;
	    padding-bottom: 50px;
	}
	.section-three {
	    padding: 80px var(--ppad);
	}
	.section-three .right .content img,
	.section-three .right .content .text{
		float: left;
	}
	.section-three .right .content img {
	    max-width: 80px;
	}
	.section-three .right .grap .content .text{
	    max-width: 260px;
	}
	.section-three .right .content h5, 
	.section-three .right .content p {
	    text-align: left;
	    padding-left: 30px;
	    height:auto;
	}
	.section-three .right .content h5 {
	    padding: 0px 0 15px 30px;
	}
	.section-three .right .content {
	    padding: 40px 0;
	}
	.section-four {
	    padding: 50px var(--ppad2);
	}
	.section-four .row-c .col:first-child,
	.section-four .row-c .col:nth-child(2), 
	.section-four .row-c .col:last-child {
	    width: 100%;
	}
	.section-four .left .content {
	    position: unset;
	    display: block;
	    width: 100%;
	    max-width: 100%;
	    -moz-transform: unset;
	    -webkit-transform: unset;
	    -ms-transform: unset;
	    transform: unset;
	    padding: 50px 0 25px;
	}
	.section-four .right .content {
	    position: unset;
	    display: block;
	    width: 100%;
	}
	.section-four .left .content p,
	.section-four .right .content .text {
	    padding: 30px 0;
	    max-width: 100%;
	}
	.section-four .right .content .text {
	    margin: unset;
	}
	.section-five {
	    height: 100%;
	    padding: 90px 25px;
	}
	.section-five .container-custom {
	    position: unset;
	    transform: unset;
	}
	.section-five .middle-center {
	    max-width: 100%;
	    padding-top: 80px;
	}
	.section-five h4,
	.section-five h5,
	.section-five p{
		text-align: center;
	}
	.section-five p:not(.section-five p.first){
		line-height: 30px;
	}
	.box-six-sam {
	    height: 100%;
	    padding: 100px 30px;
	}
	.box-six-sam .content {
	    padding: 40px 30px;
	}
	.warpknit .container-custom2 {
	    max-width: 100%;
	}
	.box-six-sam .content p {
	    padding: 40px 0px 0 0px;
	}
	.section-seven{
		padding: 150px 30px;
	}
	.section-product {
	    padding: 80px 30px 50px 0;
	}
	.section-product .middle-center {
	    max-width: 360px;
	    margin: auto;
	    padding-left: var(--ppad);
	}
	.section-product .content ul li:last-child {
	    max-width: 290px;
	}
	.section-product h4{
		font-size: 20px;
		line-height: 27px;
	}
	.section-product .content .text {
	    padding: 20px 0 80px;
	}
	.section-end .content p {
	    font-size: 18px;
	    line-height: 27px;
	}
	.section-end .content {
	    max-width: 320px;
	}
	.section-end {
	    margin-top: 50px;
	}
	.section-product .border-mscolor {
    	width: 100%;
	}
}
@media  screen and (max-width: 414px) {
	.warpknit h3 {
	    font-size: 22px;
	    line-height: 34px;
	}
}
@media  screen and (max-width: 400px) {
	body {
	    --ppad: 15px;
	    --ppad2: 30px;
	}
	.section-seven {
	    padding: 150px 20px;
	}
}
@media  screen and (max-width: 390px) {
	.section-two .right .content {
	    top: 68%;
	}
}
@media  screen and (max-width: 389px) {
	body {
	    --ppad: 10px;
	    --ppad2: 20px;
	}
	.section-five {
	    padding: 90px 15px;
	}
	.box-six-sam .content {
	    padding: 40px 20px;
	}
	.section-product .middle-center {
	    max-width: 350px;
	    padding-left: 20px;
	}
	.section-product .content ul li:last-child {
	    max-width: 285px;
	}
}
@media  screen and (max-width: 388px) {
	.warpknit h2 {
	    font-size: 36px;
	    line-height: 42px;
	}
	.warpknit h3 {
	    font-size: 20px;
	    line-height: 32px;
	}
	.warpknit p {
	    font-size: 16px;
	    line-height: 26px;
	}
	.section-one .left {
	    padding: 50px 0 80px;
	}
	.section-three img {
	    width: 60px;
	}
	.section-product .content h4 {
	   padding-top: 10px;
	}
	.section-product .content ul li:first-child {
	    max-width: 26px;
	}
	.section-product .content ul li:last-child {
	    max-width: 260px;
	}
}
@media  screen and (max-width: 360px) {
	.wrap:lang(en) .section-three .right .grap .content .text {
	    max-width: 250px;
	}
}
@media  screen and (max-width: 320px) {
	.warpknit h1 {
	    font-size: 26px;
	    line-height: 36px;
	}
	.warpknit h2 {
	    font-size: 26px;
	    line-height: 36px;
	}
	.warpknit h3 {
	    font-size: 16px;
	    line-height: 26px;
	}
	.warpknit h4 {
	    font-size: 26px;
	    line-height: 36px;
	}
	.warpknit h5 {
	    font-size: 18px;
	    line-height: 28px;
	}
	.warpknit p {
	    font-size: 15px;
	    line-height: 26px;
	}
	.section-two .right .content {
	    max-width: 100%;
	    top: 65%;
	    padding: 0 40px;
	}
	.section-three .right .content h5 {
	    padding: 0px 0 15px 20px;
	}
	.section-three .right .content h5, .section-three .right .content p {
	    padding-left: 20px;
	}
	.box-six-sam .content {
	    padding: 40px 15px;
	}
	.section-product .content ul li:last-child {
	    max-width: 230px;
	}
	.section-end .content {
	    max-width: 250px;
	}
	.wrap:lang(en) .section-three .right .grap .content .text {
	    max-width: 200px;
	}
}