	/*Setting*/
.recycle .container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 1416px;
}	
.recycle .container {
    width: 1300px;
}
.recycle .img-fluid {
	max-width: 100%!important;
	height: auto!important;
}
.recycle h1,.recycle h2,.recycle h3{
	margin: 0;
	padding: 0px;
	color: #000;
}
.recycle p{
	color: #000;
	font-size: 20px;
	/*line-height: 24px;*/
	padding:0;
	margin: 0;
}
.recycle .d-flex{
	display: flex;
}
.recycle .col-centered{
    float: none;
    margin: 0 auto;
}
.recycle .vertical-align {
    display: flex;
    align-items: center;
}
/*End Setting*/

.recycle .arrow {
  margin: 25px;
  display: inline-block;
  height: 8px;
  position: relative;
  width: 8px;
}
.recycle .arrow::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}
.recycle .arrow.is-triangle::after {
  border-style: solid;
  border-width: 0 0 8px 8px;
  height: 0;
  width: 0;
}
.recycle .arrow.is-check::after {
  width: 6px;
}
.recycle .arrow.arrow-bar::before {
  bottom: 1px;
  content: "";
  height: 80px;
  position: absolute;
  right: 0;
  transform-origin: bottom;
  width: 2px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.recycle .arrow.is-top {
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.recycle .arrow.is-right {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.recycle .arrow.is-bottom {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.recycle .arrow.is-left {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.recycle .arrow::after,
.recycle .arrow .arrow::after {
  border-color: #000;
}
.recycle .arrow.is-triangle::after,
.recycle .arrow .arrow.is-triangle::after {
  border-color: transparent;
  border-bottom-color: #000;
}
.recycle .arrow::before,
.recycle .arrow .arrow::before {
  background-color: #000;
}
/*End arrow*/
.box-one{
	padding-top: 125px;
	padding-bottom: 74px;
}
.box-one h1{
	font-size: 70px;
	font-weight: 900;
}
.box-one .box-area {
	position: absolute;
	bottom: 0;
	text-align: right;
	right: 15px;
}
.box-two img {
	width: 100%;
}
.box-three{
	padding:83px 0;
}
.box-four{
	border-top: 1px solid var(--msColor);
	border-bottom: 1px solid var(--msColor);
}
.box-four img{
	width: 100%;
}
.box-four .box-content{
	padding: 28px 0px 0px 19px;
}
.box-four h2{
	font-weight: 500;
}
.box-four .box-content p{
	padding-top: 27px;
}
.box-five{
	padding: 133px 0px 133px;
}
.box-five .box-area {
	background: #eee;
    border-left: 90px solid var(--msColor);
    border-right: 90px solid var(--msColor);
    padding: 60px 0px;
}
.box-five .box-area img{
	padding-top: 30px;
}
.box-five .content p:nth-child(2){
	padding-top: 22px;
}
.box-five .content p a{
	color:var(--msColor);
}
.box-five .content p a:hover{
	color:#000;
}
.box-six{
	background-color: var(--msColor);
	padding: 120px 0px 160px;
}
.box-six h2{
	font-size: 70px;
	font-weight: 900;
}
.box-six .content{
	margin-top: 90px;
	padding: 30px 0px 30px 30px;
    border-left: 1px solid #fff;
}
.box-six .box-img ul{
	list-style: none;
    text-decoration: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.box-six .box-img{
	padding-top: 60px;
}
.box-six .box-img ul li{
	float: left;
}
.box-six .box-img ul li:nth-child(1),
.box-six .box-img ul li:nth-child(3),
.box-six .box-img ul li:nth-child(5),
.box-six .box-img ul li:nth-child(7),
.box-six .box-img ul li:nth-child(9){
	position: relative;
	width: 13%;
}
.box-six .box-img ul li:nth-child(2),
.box-six .box-img ul li:nth-child(4),
.box-six .box-img ul li:nth-child(6),
.box-six .box-img ul li:nth-child(8){
	position: relative;
	width: 8.75%
}
.box-six .box-img ul li:nth-child(2) .box-img-content,
.box-six .box-img ul li:nth-child(6) .box-img-content,
.box-six .box-img ul li:nth-child(8) .box-img-content{
	position: absolute;
    bottom: 90px;
    right: 0;
}
.box-six .box-img ul li:nth-child(4) .box-img-content{
	position: absolute;
    bottom: 90px;
    left: 82px;
}
.box-six .box-img p{
	padding-top: 15px;
	text-align: center;
}

/*.box-six .box-img ul li .box-img-content{
	position: absolute;
}*/
.box-six .box-img ul li:nth-child(1) .box-img-content{
	position: absolute;
    bottom: -23px;
}
.wrap:lang(th) .box-six .box-img ul li:nth-child(1) .box-img-content{
	position: absolute;
    bottom: 0px;
}
.box-six .box-img ul li:nth-child(3) .box-img-content{
	position: absolute;
    bottom: 0;
}
.wrap:lang(th) .box-six .box-img ul li:nth-child(3) .box-img-content{
	position: absolute;
    bottom: 25px;
}
.box-six .box-img ul li:nth-child(1) img {
    width: 50px;
}
.box-six .box-img ul li:nth-child(7) .box-img-content{
	position: absolute;
    bottom: 0;
}
.wrap:lang(th) .box-six .box-img ul li:nth-child(7) .box-img-content {
    position: absolute;
    bottom: 25px;
}
.box-six .box-img ul li:nth-child(9) .box-img-content{
	position: absolute;
    bottom: 0px;
}
.box-six .box-img-footer{
	position: absolute;
	margin-top: 15px;
    width: 829px;
    height: 57px;
    right: 98px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
}
.box-six .box-img-footer::after{
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
  	content: "";
  	display: inline-block;
  	height: 8px;
  	left: -5px;
  	position: absolute;
  	top: 0;
  	width: 8px;
  	-moz-transform: rotate(225deg);
  	-ms-transform: rotate(225deg);
  	-webkit-transform: rotate(225deg);
  	transform: rotate(225deg);
}
.box-seven{
	background-color: #eee;
	margin: 45px 90px;
	padding: 130px 0px;
}
.box-seven img{
	margin-right: 50px;
}
.box-seven .content{
	border-left: 1px solid var(--msColor);
	padding: 30px 0px 10px 30px;
}
.box-eight h2{
	font-size: 70px;
	font-weight: 900;
}
.box-eight img{
	width: 70%;
}
.box-eight .content-foo{
	/*background-color: #eee;
	margin: 45px 90px;
	padding: 130px 0px;*/
}
.box-eight .content-foo img{
	margin-right: 50px;
}
.box-eight .content-foo{
	border-left: 1px solid var(--msColor);
	padding: 50px 0px 40px 40px;
}

.box-nine {
    background-color: #eee;
    border: 1px solid #a1a1a1;
    margin: 150px 0px 0px;
    padding: 100px 118px;
}
.box-nine .box-left p{
	padding: 100px 200px 0px 0px;
}
.box-nine .box-right{
	margin-top: 350px;
}
.box-nine h2{
	font-size: 70px;
	margin-bottom: 122px;
}
.box-nine .box-right p:nth-child(1){
	padding-top: 60px;
}
.box-nine .box-right p:nth-child(2){
	padding-top: 20px;
}
.box-nine .box-right::before {
    bottom: 1px;
    content: "";
    height: 1px;
    position: absolute;
    border-top: 1px solid var(--msColor);
    right: -11%;
    top: 43%;
    transform-origin: bottom;
    width: 1107px;
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-63deg);
}
.box-ten{
	background-color: var(--msColor);
}

.box-ten .content {
    background-color: #000;
    border-top-right-radius: 110px;
    border-bottom-right-radius: 110px;
    padding: 36px 185px;
}
.box-ten .content p{
	color: #fff;
}
.box-eleven h2{
	font-size: 70px;
	font-weight: 900;
	text-align: center;
	padding-bottom: 95px;
	z-index: 1;
}
.box-eleven p{
	z-index: 1;
	text-align: center;
}
.box-eleven{
	padding: 235px 0 0;
}
.box-eleven .box-title-area{
	position: relative;
}
.box-eleven .box-title{
	position: absolute;
	top: 0;
	z-index: 1;
}

.box-eleven .box-left .box-content{
	position: relative;
}
.box-eleven .box-left .box-content:nth-child(1){
	margin-top: 333px;
}
.box-eleven .box-left .box-content:nth-child(2){
	margin-top: 168px;
}
.box-eleven .box-left .box-content:nth-child(3){
	margin-top: 118px;
	margin-bottom: 373px;
}
.box-eleven .box-left .box-content img{
	margin-right: 90px;
}
.box-eleven .box-left .box-content p {
    position: absolute;
    background-color: var(--msColor);
    /*width: 236px;*/
    padding: 15px 25px;
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
    left: 120px;
    text-align: left;
}
.wrap:lang(th) .box-eleven .box-left .box-content:nth-child(1) p {
    left: 200px;
}
.box-eleven .box-left .box-content:nth-child(1) p {
    top: 108px;
    left: 160px;
}
.box-eleven .box-left .box-content:nth-child(2) p {
    bottom: 34px;
}
.wrap:lang(th) .box-eleven .box-left .box-content:nth-child(2) p {
    left: 200px;
}
.wrap:lang(th) .box-eleven .box-left .box-content:nth-child(3) p {
    top: 53px;
    left: 127px;
}
.box-eleven .box-left .box-content:nth-child(3) p {
    top: 53px;
    left: 112px;
}
.box-eleven .box-left .box-content .arrow-z-left{
	position: absolute;
	top: 130px;
	right: 0;
}
.box-eleven .box-left .box-content .arrow-z-left div{
	width: 36px;
	height: 154px;
	float: left;
}
.box-eleven .box-left .box-content .arrow-z-left div:nth-child(1){
	border-top: 1px solid var(--msColor);
	border-right: 1px solid var(--msColor);
}
.box-eleven .box-left .box-content .arrow-z-left div:nth-child(2){
	border-bottom: 1px solid var(--msColor);
}
.box-eleven .border-right{
	border-right: 1px solid var(--msColor);
}
.box-eleven .border-left{
	border-left: unset;
}
.box-eleven .p-0{
	padding: 0;
}
.box-eleven .box-right .box-content{
	position: relative;
}
.box-eleven .box-right .box-content:nth-child(1) {
    margin-top: 200px;
}
.box-eleven .box-right .box-content:nth-child(2),
.box-eleven .box-right .box-content:nth-child(3),
.box-eleven .box-right .box-content:nth-child(4),
.box-eleven .box-right .box-content:nth-child(5),
.box-eleven .box-right .box-content:nth-child(6),
.box-eleven .box-right .box-content:nth-child(7){
	margin-top: 79px;
}
.box-eleven .box-right .box-content img{
	margin-left: 90px;
}
.wrap:lang(th) .box-eleven .box-right .box-content p{
	right: 120px;
}
.box-eleven .box-right .box-content p {
    position: absolute;
    background-color: var(--msColor);
    padding: 15px 25px;
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
    right: 70px;
    text-align: left;
}
.box-eleven .box-right .box-content:nth-child(1) p {
    top: 100px;
}
.wrap:lang(th) .box-eleven .box-right .box-content:nth-child(3) p{
	right: 166px;
}

.box-eleven .box-right .box-content:nth-child(3) p {
    top: 50px;
    right: 126px;
}
.wrap:lang(th) .box-eleven .box-right .box-content:nth-child(5) p{
	right: 126px;
}
.box-eleven .box-right .box-content:nth-child(5) p {
    bottom: 53px;
    right: 111px;
}
.wrap:lang(th) .box-eleven .box-right .box-content:nth-child(7) p{
	right: 93px;
}
.box-eleven .box-right .box-content:nth-child(7) p {
    top: 50px;
    right: 134px;
}
.box-eleven .box-right .box-content .arrow-z-left {
    position: absolute;
    top: 109px;
    left: 0;
}
.box-eleven .box-right .box-content .arrow-z-left div{
	width: 36px;
	height: 154px;
	float: left;
}
.box-eleven .box-right .box-content .arrow-z-left div:nth-child(1){
	border-bottom: 1px solid var(--msColor);
	border-right: 1px solid var(--msColor);
}
.box-eleven .box-right .box-content .arrow-z-left div:nth-child(2){
	border-top: 1px solid var(--msColor);
}
.box-eleven .b-top {
    max-width: 373px;
    height: 436px;
    position: relative;
    border-bottom: 1px solid var(--msColor);
}
.box-eleven .box-style {
	position: absolute;
    width: 250px;
    height: 436px;
    background: var(--msColor);
    right: 0;
}
.box-twelve{
	margin-bottom: 156px;
}
.box-twelve fieldset {
	border: 1px solid var(--msColor);
	min-width: inherit;
    padding: inherit;
    margin: inherit;
}
.box-twelve fieldset legend {
	text-align: center;
	border-bottom: unset;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
    padding-right: 15px;
	color: #000;
	font-size: 28px;
	font-weight: 900;
	line-height: 34px;
}
.box-twelve fieldset .content {
    padding: 30px 104px;
}
.box-twelve fieldset .content p{
	padding-bottom: 44px;
	text-align: center;
}
.grs1{
	width: 9cm!important;
}
.box-twelve .grs1 {
	
	display: block;
	margin: auto;
}
/*start modal*/
.recycle .modal-header {
	padding: 5px 10px 0px;
	border-bottom: unset;
}
.recycle .modal-body {
	padding: 0px 15px 15px;
}
.recycle .close {
	font-size: 30px;
}
/*end modal*/
.more-info {
	background: var(--msColor);
	padding: 10px 15px;
	font-weight: 900;
	float: right;
	margin-top: 30px;
	margin-right: -15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px){
		/*notebook small and company*/

}
@media only screen and (max-width: 834px) {
	.box-six .box-img {
	    padding-top: 100px;
	}
	.wrap:lang(th) .box-eleven .box-left .box-content:nth-child(1) p {
	    left: 214px;
	}
	.wrap:lang(th) .box-eleven .box-left .box-content:nth-child(2) p {
	    left: 216px;
	}
	.wrap:lang(th) .box-eleven .box-left .box-content:nth-child(3) p {
	    left: 142px;
	}
	.wrap:lang(th) .box-eleven .box-right .box-content p {
	    right: 141px;
	}
	.wrap:lang(th) .box-eleven .box-right .box-content:nth-child(3) p {
	    right: 186px;
	}
	.wrap:lang(th) .box-eleven .box-right .box-content:nth-child(5) p {
	    right: 146px;
	}
	.wrap:lang(th) .box-eleven .box-right .box-content:nth-child(7) p {
	    right: 114px;
	}
	.box-eleven .box-left .box-content:nth-child(1) p {
	    left: 179px;
	}
	.box-eleven .box-left .box-content p {
		left: 139px;
	}
	.box-eleven .box-left .box-content:nth-child(3) p {
	    left: 132px;
	}
	.box-eleven .box-right .box-content p {
		right: 93px;
	}
	.box-eleven .box-right .box-content:nth-child(3) p {
	    right: 150px;
	}
	.box-eleven .box-right .box-content:nth-child(5) p {
	    right: 134px;
	}
	.box-eleven .box-right .box-content:nth-child(7) p {
	    right: 156px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
		/*ipad*/
	.box-one{
		padding: 60px;
	}	
	.box-one h1 {
	    font-size: 30px;
	}
	.box-three {
	    padding: 60px;
	}
	.box-four .box-content {
	    padding: 48px 0px 60px 19px;
	}
	.box-six .box-img ul li:nth-child(1) img {
	    width: 50px;
	}
	.box-six .box-img ul li:nth-child(3) img {
	    width: 92px;
	}
	.box-six .box-img ul li:nth-child(5) img {
	    width: 50px;
	}
	.box-six .box-img ul li:nth-child(7) img {
	    width: 50px;
	}
	.recycle .arrow.arrow-bar::before {
    	height: 30px;
    }
    .box-six .box-img ul li .box-img-content {
	    left: unset!important;
	}
	.box-six .box-img ul li:nth-child(3) .box-img-content {
	    bottom: 25px;
	}
	.box-seven {
	    margin: 45px 20px;
	    padding: 100px 0px;
	}
	.box-seven .text-right {
	    text-align: center;
	}
	.box-seven img {
	    margin-right: 10px;
	}
	.box-eight .content-foo {
	    margin-top: 50px;
	}
	.box-nine .box-right::before{
		width: 0px;
	}
	.box-nine .box-right {
	    margin-top: 160px;
	}
	.box-eleven .b-top {
 	   max-width: 686px;
	}
	.box-twelve {
	    margin: 30px;
	}
	.box-twelve fieldset legend {
    	padding-left: 10px;
    	padding-right: 10px;
	}
	.box-eleven .box-left .box-content p {
	    bottom: unset!important;
	    top: 45px!important;
	}
	.wrap:lang(th) .box-eleven .box-right .box-content p{
		height: 86px;
	}
	.box-eleven .box-right .box-content p {
		bottom: unset!important;
	    top: 24px!important;
	    
	}
	.box-eleven .box-left .box-content:nth-child(1) p{
		left: 150px;
	}
	.box-eleven .box-left .box-content p {
	    left: 106px;
	}
	.box-eleven .box-left .box-content:nth-child(3) p {
	    left: 98px;
	}
	.box-eleven .box-right .box-content p {
	    right: 60px;
	}
	.box-eleven .box-right .box-content:nth-child(3) p {
	    right: 117px;
	}
	.box-eleven .box-right .box-content:nth-child(5) p {
	    right: 100px;
	}
	.box-eleven .box-right .box-content:nth-child(7) p {
	    right: 124px;
	}
	.wrap:lang(th) .box-eleven .box-left .box-content:nth-child(1) p {
	    left: 182px;
	}
	.wrap:lang(th) .box-eleven .box-left .box-content:nth-child(2) p {
	    left: 183px;
	}
	.wrap:lang(th) .box-eleven .box-left .box-content:nth-child(3) p {
	    left: 110px;
	}
	.wrap:lang(th) .box-eleven .box-right .box-content p {
	    right: 108px;
	}
	.wrap:lang(th) .box-eleven .box-right .box-content:nth-child(3) p {
	    right: 154px;
	}
	.wrap:lang(th) .box-eleven .box-right .box-content:nth-child(5) p {
	    right: 115px;
	}
	.wrap:lang(th) .box-eleven .box-right .box-content:nth-child(7) p {
	    right: 82px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1024px) {
		/*ipadแนวนอน*/
	.box-six .box-img-footer {
	   margin-top: 45px;
	}
	.box-eleven .box-left .box-content p{
	    bottom: unset!important;
	    top: 45px!important;
	    left: 10%!important;
	}	
	.box-eleven .box-right .box-content p {
	    bottom: unset!important;
	    top: 45px!important;
	    right: 10%!important;
	}
	
}
@media only screen and (max-width: 767px) {
	.wrap:lang(th) .recycle p {
    	font-size: 18px;
	}
	
	.box-one {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.box-one h1 {
	    font-size: 30px;
	    font-weight: 900;
	}
	.box-one .d-flex{
		display: block;
	}
	.box-one .box-area{
		display: none;
	}
	.box-three {
	    padding: 30px 30px 60px 30px;
	}
	.box-four {
	    border-top: unset;
	    border-bottom: unset;
	}
	.box-four .p-c-0{
		padding: 0px;
	}
	.box-four .box-content {
	    padding: 48px 15px;
	}
	.wrap:lang(th) .box-four h2 {
	    font-size: 21px;
	    line-height: 30px;
	}
	.box-five {
	    padding: 10px 0px 60px;
	}
	.box-five .box-area {
	    background: #eee;
	    border-left: unset;
	    border-right: unset;
	    padding: 60px 15px 0px;
	}
	.box-five .box-area img {
	    padding: 60px;
	}
	.box-six {
	    padding: 60px 0px;
	}
	.wrap:lang(th) .box-six h2 {
	    font-size: 30px;
	}
	.box-six h2 {
	    font-size: 40px;
	    text-align: center;
	}
	.wrap:lang(th) .box-six .content p{
		font-size: 16px;
    	line-height: 21px;
	}
	.wrap:lang(en) .box-six .content p{
		font-size: 14px;
    	line-height: 20px;
	}
	.wrap:lang(en) .box-six .content p {
	    font-size: 16px;
	    line-height: 24px;
	}
	.wrap:lang(th) .box-six .content p:nth-child(2){
		padding-top: 28px;
	}
	.wrap:lang(th) .box-six .content p:nth-child(3){
		padding-top: 104px;
	}
	.wrap:lang(th) .box-six .content p:nth-child(4){
		padding-top: 100px;
	}
	.wrap:lang(th) .box-six .content p:nth-child(5) {
	    padding-top: 35px;
	}
	.wrap:lang(en) .box-six .content p:nth-child(2){
		padding-top: 136px;
	}
	.wrap:lang(en) .box-six .content p:nth-child(3){
		padding-top: 97px;
	}
	.box-six .content {
	    padding: 0px 0px 0px 15px;
	}
	.box-six .box-img ul {
	    display: block;
	}
	.box-six .box-img ul li{
	    position: relative;
	    width: 100%!important;
	     float: unset;
	}
	.box-six .box-img ul li .box-img-content {
	    position: unset!important;
	}
	.wrap:lang(th) .box-six .box-img p {
	    font-size: 14px;
	}
	.wrap:lang(en) .box-six .box-img p {
	    font-size: 16px;
	}
	.box-six .arrow.is-right {
	    -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.box-six .arrow {
	    margin: 38px 0px;
    	left: 50%;
	}
	.box-six .arrow.arrow-bar::before {
	    height: 40px;
    }	
	.box-six .box-img ul li:nth-child(2), 
	.box-six .box-img ul li:nth-child(4), 
	.box-six .box-img ul li:nth-child(6), 
	.box-six .box-img ul li:nth-child(8) {
	    height: 60px;
	}
	.box-six .p-c-0{
		padding-right: 0px;
	}
	.box-six .box-img ul li:nth-child(1) img{
		width: 50px;
	}
	.box-six .box-img ul li:nth-child(3) img{
		width: 90px;
	}
	.box-six .box-img ul li:nth-child(5) img,
	.box-six .box-img ul li:nth-child(7) img,
	.box-six .box-img ul li:nth-child(9) img{
		width: 60px;
	}
	.box-seven {
	    margin: 45px 0px;
	    padding: 80px 15px;
	}
	.box-seven .content{
		margin-top: 60px;
	}
	.box-eight .vertical-align {
	    display: block;
	    align-items: center;
	}
	.box-eight h2 {
	    font-size: 40px;
	}
	.box-eight .img-ab {
	    position: absolute;
	    width: 138px;
	    top: -90px;
	    right: 32px;
	}
	.box-eight .grs{
		margin-top: 60px;
	}
	.box-eight .content-foo {
	    padding: 50px 0px 40px 15px;
	}
	.grs1{
		padding: 25px 0 20px 0;
    	width: 80%!important;
	}
	.box-nine {
		border:unset;
	    margin: 100px 0px 0px;
	    padding: 60px 15px;
	}
	.wrap:lang(th) .box-nine h2 {
	    font-size: 30px;
	}
	.box-nine h2 {
	    font-size: 40px;
	    margin-bottom: 80px;
	}
	.box-nine .box-right::before{
		width: 0px;
	}
	.box-nine .box-left {
	    padding-bottom: 110px;
	    border-bottom: 1px solid var(--msColor);
	}
	.box-nine .box-right {
	    margin-top: 0px;
	    padding-top: 30px;
	    border-top: 1px solid 1px var(--msColor);
	}
	.c-p-0{
		padding: 0px;
	}
	.box-ten .content {
	    background-color: #000;
	    border-top-right-radius: 140px;
	    border-bottom-right-radius: 140px;
	    padding: 36px 15px;
	}
	.wrap:lang(th) .box-ten .content p,
	.wrap:lang(en) .box-ten .content p{
		font-size: 16px;
	}
	.box-ten .content p {
	    color: #fff;
	}
	.box-eleven {
	    padding: 60px 0 0;
	}
	.box-eleven h2 {
	    font-size: 40px;
	    text-align: left;
	    padding-bottom: 60px;
	}
	.box-eleven p {
		padding-right: 60px;
	    text-align: left;
	}
	.box-seven .text-right{
		text-align: center;
	}
	.box-seven img {
	    margin-right: 10px;
	}
	.box-eleven .b-top {
	    margin: 0px 15px 0px 15px;
	    height: 620px;
	}
	.box-eleven .box-style {
	    width: 40px;
	    height: 620px;
	    right: 0;
	}
	.box-eleven .box-right .box-content{
		margin-right: 28px;
	}
	.box-eleven .box-right .box-content:nth-child(1) {
	    margin-top: 60px;
	}
	.box-eleven .box-right .box-content .arrow-z-left div{
		height: 112px;
	}
	.box-eleven .box-right .box-content img {
	    display: block;
	    margin-left: auto;
	    width: 50%;
	}
	.wrap:lang(th) .box-eleven .box-right .box-content p {
    	padding: 10px 15px;
    	height: 66px;
    	top: 24px!important;
    }
	.box-eleven .box-right .box-content p {
	    font-size: 14px;
	    line-height: 20px;
    	padding: 10px 15px;
    	top: 30px!important;
    	height: 60px;
    	left: 72px;
	    right: auto!important;
	}
	.box-eleven .box-right .box-content .arrow-z-left {
	    position: absolute;
	    top: 89px;
	    left: 0px;
	}
	.box-eleven .border-right{
		border-right: unset;
	}
	.box-eleven .border-left{
		border-left: 1px solid var(--msColor);
		margin-left: 15px;
	}
	.box-eleven .box-right .box-content:nth-child(2), .box-eleven .box-right .box-content:nth-child(3), .box-eleven .box-right .box-content:nth-child(4), .box-eleven .box-right .box-content:nth-child(5), .box-eleven .box-right .box-content:nth-child(6), .box-eleven .box-right .box-content:nth-child(7) {
	    margin-top: 40px;
	}
	.box-eleven .box-right .box-content:nth-child(7) img{
		padding-bottom: 15px;
	}
	.box-eleven .box-content-arrow-footer {
	    width: 50%;
	    height: 50px;
	    border-top: 1px solid var(--msColor);
	    border-right: 1px solid var(--msColor);
	}
	.box-twelve {
	    margin: 20px 15px 60px;
	}
	.box-twelve fieldset legend {
	    margin-left: 0px;
	    margin-right: 30px;
	    padding-left: 0px;
	    padding-right: 0px;
	    text-align: center;
	    font-size: 22px;
	    font-weight: 500;
	    line-height: 26px;
	}
	.box-twelve fieldset .content {
	    padding: 30px 30px;
	}

}
@media only screen and (max-width: 540px) {
		/*Surface Duo*/

}
@media only screen and (max-width: 414px) {
		/*Iphone 6/7/8 plus XR*/
	.box-eleven .box-style,
	.box-eleven .b-top {
    	height: 540px;	
    }
    .box-eleven .box-right .box-content p {
	    font-size: 18px;
	    line-height: 23px;
	}
}
@media only screen and (max-width: 411px) {
		/*Pixel 2*/
}
@media only screen and (max-width: 375px) {
		/*
		Iphone 6/7/8
		Iphone X
		*/
	.box-eleven .box-style, .box-eleven .b-top {
	    height: 580px;
	}
}
@media only screen and (max-width: 360px) {
		/*Moto G4*/

}
@media only screen and (max-width: 320px) {
		/*Iphone5/se*/
	.box-six h2 {
	    font-size: 30px;
	    text-align: center;
	}	
	.box-eight h2,
	.box-nine h2,
	.box-eleven h2 {
	    font-size: 30px;
	}
	.box-eleven .box-style, .box-eleven .b-top {
	    height: 600px;
	}
	.box-eleven .box-right .box-content:nth-child(7) img {
	    padding-bottom: 50px;
	}	

}
@media only screen and (max-width: 280px) {
		/*Garaxy Fold*/
	.wrap:lang(th) .box-eleven .box-style, .wrap:lang(th) .box-eleven .b-top {
	    height: 748px;
	}
	.box-eleven .box-style, .box-eleven .b-top {
	    height: 700px;
	}
	.box-eleven .box-right .box-content:nth-child(7) img {
	    padding-bottom: 70px;
	}	
}