/*==========SETTING*/
	body{
		--bg-black:#000;
		--fix-lr:90px;
		--fix-all:165px;
		--fix-one:138px;
		--fix-70:70px;
	}
	.d-block{
		display: block;
	}
	.mx-auto{
		margin: auto;
	}
	.bgColor{
		background-color: var(--msColor);
	}
	.img-fluid {
	    max-width: 100%;
	    height: auto;
	}
	.paragraph{
		font-size: 18px;
		color: var(--bg-black);
	}
	h1,h2{
		margin-top: 0;
		margin-bottom: 0;
		color: var(--bg-black);
		font-size: 74px;
	}
	h3{
		margin-top: 0;
		margin-bottom: 0;
		color: var(--bg-black);
		font-size: 32px;
	}
	.bg-gray{
		background-color: #f3f3f3;
	}
	.bg-background{
		background-color: var(--msBg);
	}
	.p-0{
		padding-left: 0px;
    	padding-right: 0px;
	}
	.m-0{
		margin-left: 0px;
    	margin-right: 0px;
	}
	.mr-15{
    	margin-right: -15px;
	}
	.cus-row{
		margin-right: 0px;
		margin-left: 0px;
	}
	.more_products{
		font-size: 18px;
	    font-weight: 900;
	    color: var(--black);
	    border: 1px solid var(--msColor);
	    padding: 5px 10px;
	}
	.more_products:hover{
		color: #fff;
		background-color: var(--msColor);
		border:1px solid var(--msColor);
	}
	.label-verticle {
	    font-size: 28px;
	    text-align: center;
	    font-weight: 900;
	    display: flex;
	    color: #000;
	    top: 0;
	}
	.label-verticle.top-left {
	    position: absolute;
	    background-color: var(--msColor);
	    transform: rotate(
	-90deg) scaleX(-1);
	    transform-origin: top left;
	}
	.label-verticle .content-box{
	    transform: scaleX(-1);
	    line-height: 70px;
	    padding: 0px 30px;
	}
	.col-centered{
		float: none;
    	margin: 0 auto;
	}
	/*==========END SETTING*/

	.circularknit .box-title-head,
	.circularknit .box-title-content .content .box-title,
	.box-two{
		padding-left: var(--fix-lr);
		padding-right: var(--fix-lr);
	}
	.box-one{
		padding-left: var(--fix-all);
		padding-right: var(--fix-all);
	}

	.circularknit .box-title-head h1{
		padding-top: 111px;
	}
	.circularknit .box-title-content{
		position: relative;
		margin-top: 36px;
	}
	.circularknit .box-title-content .content{
		position: absolute;
		top: 0;
		width: 100%;
	}
	.circularknit .box-title-content .content .box-title{
		padding-top: 146px;
		padding-right: 20px;
	}
	.circularknit .box-title-content .content .box-title p{
		text-align: justify;
	}
	.box-one{
		background-color: #63a645;
		padding-top: 97px;
		padding-bottom: 97px;
	}
	
	.box-one p{
		padding-top: 79px;
    	padding-right: 60px;
	}
	.box-two img{
		width: 100%;
		padding-right: 50px;
	}
	.box-two .content {
	    padding: 152px 0px;
	}
	.box-two .content p:nth-child(2){
		padding-top: 36px;
	}
	.box-three{
		margin-top: 90px;
	}
	.box-three .box-title{
		border:1px solid var(--msColor);
		margin-left: var(--fix-lr);
		margin-right: var(--fix-lr);
	}
	.box-three .box-title h2 {
	    padding: 47px 50px 30px var(--fix-one);
	}
	.box-four{
		position: relative;
		padding: 0px 20px;
	}
	.box-four .box{
		margin: 0px var(--fix-70);
		border-left:1px solid var(--msColor);
		border-right:1px solid var(--msColor);
	}
	.box-four .img-left{
		padding-left: var(--fix-one);
	}
	.box-four .img-left img{
		width: 100%;
		padding-left: 7px;
	}
	.box-four .img-left,
	.box-four .box-content-title{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.box-four .img-left-another{
		padding-right: var(--fix-one);
		padding-left: unset;
	}
	.box-four .img-left-another img{
		padding-left: 0px;
	}
	.box-four .img-right{
		padding-top: 50px;
	}
	.box-four .box-content-title{
		padding-left: 142px;
	}
	.box-four .hr{
		border-bottom: 2px solid var(--msColor);
    	width: 90%;
    	margin: 22px 0px;
	}
	.box-four .box-more_products{
		padding-right: var(--fix-lr);
		margin: 20px 0;
	}

	.box-five{
		position: relative;
		padding: 0px 20px;
	}

	.box-five .box{
		margin: 0px var(--fix-70);
		border-left:1px solid var(--msColor);
		border-right:1px solid var(--msColor);
	}
	.box-five .img-left{
		padding-left: var(--fix-one);
	}
	.box-content-title-cus{
		padding-top: 30px!important;
	}
	.box-five .img-left-another{
		padding-right: var(--fix-one);
		padding-left: unset;
	}
	.box-five .img-left-another img{
		padding-left: 0px;
	}
	.box-five .img-right-cus{
		margin-top: -22px;
	}
	.box-five .box-content-title, .box-five p, .box-five .box-more_products {
	    padding-left: 142px;
	}
	.box-five .box-more_products{
		padding-top: 50px;
	}
	.box-five p{
		padding-top: 12px;
		padding-bottom: 22px;
	}
	.box-five .hr{
		border-bottom: 2px solid var(--msColor);
    	width: 90%;
    	margin: 22px 0px;
	}
	.box-five .box-more_products{
		padding-right: var(--fix-lr);
	}
	.box-five .box-left{
		border-right:1px solid var(--msColor);
	}
	.box-five .box-left .img-first img{
		padding-bottom: 18px;
	}
	.box-five .box-left .box-more_products{
		padding-bottom: 60px;
	}
	.box-five .box-right .box-more_products{
		padding-top: 30px;
	}
	.box-five .space{
		width: 100%;
		height: 100px;
	}
	.box-five .space-bottom{
		width: 100%;
		height: 50px;
	}
	.box-five .box-right .box-content-title{
		padding-top: 60px;
	}






	.box-six{
		position: relative;
		padding: 0px 20px;
	}
	.box-six .box{
		padding: 0px 70px;
		margin: 0px var(--fix-70);
		border-left:1px solid var(--msColor);
		border-right:1px solid var(--msColor);
	}
	.box-six .box-area{
		padding: 52px 0px;
	}
	.box-six .box-content-title{
		padding-left: 52px;
	}
	.box-six .h3-ab h3,.box-six .h3-ab-end h3{
		padding-top: 54px;
		margin-left: -60px;
	}
	.box-six .h3-ab::after{
		content: " ";
	    position: absolute;
	    bottom: 0;
	    right: 0;
	    width: 1px;
	    height: 100px;
	    background-color: var(--msColor);
	}
	.box-six .box-img{
		padding-top: 50px;
		padding-right: 50px;
	}
	.box-six .box-img img{
		width: 100%;
	}
	.box-six .box-img p{
		padding-top: 50px;
	}
	.box-six .box-more_products{
		margin-top: 80px;
	}

	.box-five.child .box{
		border-bottom:1px solid var(--msColor);
	}
	.box-five.child .box-left .box-more_products,
	.box-five.child .box-right .box-more_products{
		padding-bottom: 60px;
	}
	.box-five.child .box-left {
	    border-right: unset;
	}
	.box-five.child .box-right {
	    border-left: 1px solid var(--msColor);
	}
	.box-space-img{
		padding: 66px 0px;
	}
	.box-seven{
		padding-bottom: 174px;
	}
	.box-seven .box-title h2{
		margin-top: 0;
	    margin-bottom: 0;
	    color: var(--bg-black);
	    font-size: 74px;
	}
	.box-seven .box-content{
		margin-top: 80px;
		padding: 30px 60px;
		z-index: 1;
	}
	.box-seven .box-area{
		background-color: #fff;
		border: 1px solid var(--msColor);
		margin: -100px 164px 0px 164px;
		padding-bottom: 94px;
    	
	}
	.box-seven .box-area h3,
	.box-seven .box-area p{
		text-align: center;
	}
	.box-seven .box-area .first img{
		padding-top: 200px;
	}
	.box-seven .box-area .all img{
		padding-top: 100px;
	}
	.box-seven .box-area h3{
		padding-top: 50px;
		padding-bottom: 30px;
	}
	.box-space-img-two {
	    padding: 116px 0px 73px 0px;
	    background-color: #fff;
	}
	.box-eight .box-content-border {
	    border: 1px solid var(--msColor);
	    
	}
	.box-eight .box-content{
		padding: 100px 164px;
		background-color: #dfdfdf;
		margin-top: 48px;
	    margin-left: -50px;
	    margin-right: 72px;
	    margin-bottom: 66px;
	}
	.box-eight .box-content p{
		font-size: 24px;
    	line-height: 44px;
    	text-align: center;
	}
	/*Mobile start*/
	.mparea .m-product-title .pr-0{
	    padding-right: 0px;
	}
	.mparea .m-product-title{
	    margin: 0px 15px;
	    padding: 30px 0px;
	}
	.mparea .m-product-title .content .number{
	    width: 50px;
	    padding-bottom: 15px;
	}
	.mparea .m-product-title .content h3{
	    font-size: 18px;
	}
	.mparea .m-product-title .hr {
		border-bottom: 2px solid var(--msColor);
		width: 90%;
	}
	.mparea .m-product-title .more_products_mobile{
		color: var(--msColor);
		font-size: 16px;
		font-weight: 900;
	}
	.mparea .m-product-title .rotate {
		width: 20px;
		margin-left: 15px;
		transform: rotate(180deg);
		transition: transform 0.2s;
	}
	.mparea .m-product-content{
		margin: 0px 15px;
		display: none;
	}
	.mparea .m-product-content p{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.mparea .m-product-content .rotate {
		width: 20px;
		margin-left: 80px;
	}
	.mparea .border-add{
		border-bottom: 1px solid var(--msColor);
	}
	.wrap:lang(th) .mparea .mclose {
		padding: 5px 0px;
	}
	.wrap:lang(en) .mparea .mclose {
		padding: 3px 0px;
	}
	.glider-dots{
		display: none!important;
		margin-top: 10px;
	}
	/*Mobile end*/
	@media only screen and (min-width: 1200px) and (max-width: 1499px){
		/*notebook small and company*/
		h1, h2 {
		    font-size: 60px;
		}
		.box-four .box-content-title {
		    padding-left: 30px;
		}
		.box-five .box-content-title, .box-five p, .box-five .box-more_products {
		    padding-left: 100px;
		}
		.box-six .box-content-title {
		    padding-left: 30px;
		}

	}
	@media only screen and (min-width: 768px) and (max-width: 1199px) {
		/*ipad*/
		body {
		    --bg-black: #000;
		    --fix-lr: 40px;
		    --fix-all: 40px;
		    --fix-one: 138px;
		    --fix-70: 70px;
		}
		h1, h2 {
		    font-size: 54px;
		}
		.circularknit .box-title-head h1 {
		    padding-top: 40px;
		}
		.circularknit .box-title-content .content .box-title {
		    padding: 146px 20px;
		}
		.box-one img{
			display: block;
			margin-top: 50px;
    		margin-right: auto;
    		margin-left: auto;
		}
		.box-two img {
		    padding-right: 0;
		}
		.box-two .content {
		    padding: 50px 0px;
		}
		.box-three {
		    margin-top: 23px;
		}
		.mparea{
			margin: 0px 25px;
		}
		.mparea .m-product-title .content .number {
		    width: unset;
		}
		.box-seven .box-area {
		    margin: 0px;
		    padding: 0px 40px;
		}
		.box-seven .box-area .first img {
		    padding-top: 120px;
		}
		.box-seven {
		    padding-bottom: 0px;
		}
		.box-eight .box-content {
		    padding: 20px 20px;
		    margin-top: 0px;
		    margin-left: 0px;
		    margin-right: 0px;
		    margin-bottom: 0px;
		}
		.glider-dots{
			display: flex!important;
		}
	}
	@media only screen and (min-width: 1024px) and (max-width: 1024px) {
		/*ipadแนวนอน*/
		body {
		    /*--bg-black: #000;
		    --fix-lr: 40px;
		    --fix-all: 40px;
		    --fix-one: 138px;*/
		    --fix-70: 40px;
		}
		.label-verticle {
		    font-size: 18px;
		}
		.label-verticle .content-box {
		    line-height: 41px;
		}
		.box-four {
		    padding: 0px 0px;
		}
		.box-four .box-content-title {
		    padding-left: 20px;
		}
		.box-four .box-more_products {
		    margin-bottom: 30px;
		}
		.box-four .bg-background{
			background-color: unset;
		}
		.box-five .box-content-title, .box-five p, .box-five .box-more_products {
		    padding-left: 25px;
		}
		.box-six .box {
		    padding: 0px 0px;
		}
		.box-six .h3-ab h3, .box-six .h3-ab-end h3 {
		    padding-top: 28px;
		    margin-left: -45px;
		    font-size: 20px;
		}
	}
	@media only screen and (max-width: 900px) {
		.wrap:lang(en) .mparea .mclose {
		    padding: 6px 0px;
		}
	}
	@media only screen and (max-width: 767px) {
		body {
		    --fix-lr: 0px;
		    --fix-all: 0px;
		    --fix-one:15px;
		    --fix-70:0px;
		}
		h1,h2{
			font-size: 34px;
		}
		.label-verticle{
			display: none;
		}
		.paragraph {
		    font-size: 16px;
		}
		.circularknit .box-title-head h1 {
		    padding-top: 20px;
		}
		.wrap:lang(th) .circularknit .box-title-content p{
			margin-bottom: 4px;
			line-height: 20px;
		}
		.wrap:lang(en) .circularknit .box-title-content p{
			margin-bottom: 4px;
			
		}
		.circularknit .box-title-content .content {
		    top: unset;
		    bottom: 0;
		}
		.circularknit .box-title-content .content .box-title {
		    padding-top: 10px;
		    padding-right: 0px;
		}
		.box-one {
		    padding-top: 63px;
		    padding-bottom: 30px;
		}
		.box-one {
		    padding-left: var(--fix-all);
		    padding-right: var(--fix-all);
		}
		.box-one p {
		    padding-top: 40px;
		    padding-right: 0px;
		}
		.box-one img{
			margin:50px 0px;
		}
		.box-two img {
		    padding-right: 0px;
		}
		.box-two .content {
		    padding: 112px 15px 0px 15px
		}
		.box-two .content p:nth-child(2) {
		    padding-top: 82px;
		}
		.box-three {
		    margin-top: 73px;
		    margin-bottom: 30px;
		}
		.box-three .box-title h2 {
		    padding: 30px 15px 30px var(--fix-one);
		}
		.box-four .box {
		    margin: 0px var(--fix-70);
		    border-left: unset;
		    border-right: unset;
		}
		.box-four .box-content-title {
		    padding-left: 0px;
		}
		.box-seven {
		    padding-bottom: 0px;
		}
		.box-seven .box-title h2 {
		    font-size: 34px;
		}
		.box-space-img {
		    padding: 60px 0px;
		}
		.box-seven .box-content {
		    margin-top: 44px;
		    padding: 20px 15px;
		}
		.box-seven .box-area {
		    border-top: unset;
		    margin: 0px;
		    padding: 0px 5px;
		    padding-bottom: 94px;
		}
		.box-seven .box-area .first img {
		    padding-top: 120px;
		}
		.box-seven .box-area h3{
			font-size: 24px;
		}
		.box-seven .box-area h3 {
		    padding-bottom: 20px;
		}
		.glider-dots{
			display: flex!important;
		}
		.box-eight{
			margin: 0px 30px 15px 30px;
		}
		.box-eight .box-content {
		    padding: 30px 30px;
		    margin: 0px;
		}
		.box-eight .box-content-border {
		    border: unset;
		}
		.box-space-img-two {
		    padding: 116px 0px 23px 0px;
		}
		.box-eight .box-content p {
		    font-size: 18px;
		    line-height: 24px;
		}
	}
	@media only screen and (max-width: 540px) {
		/*Surface Duo*/
		.circularknit .box-title-content .content {
		    bottom: 5%;
		}
		.wrap:lang(th) .circularknit .box-title-content p {
		    margin-bottom: 15px;
		    line-height: 23px;
		}
	}
	@media only screen and (max-width: 414px) {
		/*Iphone 6/7/8 plus XR*/
		.circularknit .box-title-content .content {
		    bottom: 3%;
		}
		.wrap:lang(th) .circularknit .box-title-content p {
		    margin-bottom: -6px;
		    line-height: 24px;
		}
	}
	@media only screen and (max-width: 411px) {
		/*Pixel 2*/
	}
	@media only screen and (max-width: 375px) {
		/*
		Iphone 6/7/8
		Iphone X
		*/
		.circularknit .box-title-content .content {
		    bottom: 0;
		}
		.wrap:lang(th) .circularknit .box-title-content p {
			margin-bottom: 15px;
		    line-height: 21px;
		}
	}
	@media only screen and (max-width: 360px) {
		/*Moto G4*/
		.paragraph {
		    font-size: 15px;
		}
		.circularknit .box-title-content .content {
		    bottom: 0;
		}
	}
	@media only screen and (max-width: 320px) {
		/*Iphone5/se*/
		.circularknit .box-title-content .content .box-title p {
		    line-height: 21px;
		    font-size: 14px;
		}
		.mparea .m-product-content .rotate {
		    margin-left: 53px;
		}
		.wrap:lang(th) .circularknit .box-title-content p{
			line-height: 18px;
		}
	}
	@media only screen and (max-width: 280px) {
		/*Garaxy Fold*/
		.paragraph {
		    font-size: 12px;
		    line-height: 20px;
		}
		h1, h2 {
		    font-size: 18px;
		}
		.wrap:lang(th) .circularknit .box-title-content .content .box-title p {
		    line-height: 16px;
		    font-size: 12px;
		}
		.wrap:lang(en) .circularknit .box-title-content .content .box-title p {
		    line-height: 18px;
		    font-size: 12px;
		}
		.wrap:lang(th) .mparea .mclose {
		    padding: 6px 0px;
		}
		.mparea .m-product-title .content h3,
		.mparea .m-product-title .more_products_mobile,
		.more_products {
		    font-size: 14px;
		}
		.more_products {
		    padding: 7px 10px;
		}
		.mparea .m-product-content .rotate {
		    margin-left: 47px;
		}
		.box-eight {
		    margin: 0px 15px 15px 15px;
		}
		.box-eight .box-content {
		    padding: 20px 20px;
		}
	}