@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}

@font-face {
    font-family: 'GillSans';
    src: url('fonts/gillsans.eot');
    src: url('fonts/gillsans.eot@#iefix') format('embedded-opentype'),url('fonts/gillsans.woff') format('woff'), url('fonts/gillsans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GillSans-Light';
    src: url('fonts/gillsans-light.eot');
    src: url('fonts/gillsans-light.eot@#iefix') format('embedded-opentype'),url('fonts/gillsans-light.woff') format('woff'), url('fonts/gillsans-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Times-Roman';
    src: url('fonts/times-roman.eot');
    src: url('fonts/times-roman.eot@#iefix') format('embedded-opentype'),
         url('fonts/times-roman.woff') format('woff'),
         url('fonts/times-roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'THSarabunChula';
	src: url('fonts/sukhumvitset-medium.eot');
    src: url('fonts/sukhumvitset-medium.eot@#iefix') format('embedded-opentype'),
         url('fonts/sukhumvitset-medium.woff') format('woff'),
         url('fonts/sukhumvitset-medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
	unicode-range: U+0E00–U+0E7F;
}


 @font-face {
    font-family: 'fc-font';
    src: url('fonts/PINGFANG-MEDIUM.eot');
    src: url('fonts/PINGFANG-MEDIUM.eot@#iefix') format('embedded-opentype'),
         url('fonts/PINGFANG-MEDIUM.woff') format('woff'),
         url('fonts/PINGFANG-MEDIUM.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
   }


body{
	/*font-family: 'GillSans','THSarabunChula','Microsoft YaHei';*/
	font-family: 'GillSans','THSarabunChula','fc-font';
	font-size:16px;
	color:#000000;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}


/*-----All-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


img{ border:0; margin:auto;}
a,a:hover,a:focus{ text-decoration: none; color:inherit; }

.cleaner {clear:both; width:100%; height:0px;}
.h30{clear:both; width:100%; height:30px;}
.h20{clear:both; width:100%; height:20px;}
.h10{clear:both; width:100%; height:10px;}


/*-----Header-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.navbar {
	position: fixed;
	z-index:20;
	background: rgba(0, 0, 0, 0.7);
	width:100%;
	padding: 0;
	color:#FFF;
}
.navbar-collapse {
    padding: 0rem 0;
}
.navbar ul li{
	padding:20px 20px;
	font-size:17px;
    text-align: center;
	transition: all 0.3s;
}
.navbar ul li a:hover, .navbar ul li.active a{
	color:#ea5c10;
}
.slim.navbar {
	margin-top: 0px;
    transition: all 0.4s;
}
.slim.navbar ul li {
    padding:8px 20px;
}

section{
	width:100%;
	padding:0;
	margin:0;
	
}


.menu-cart{
	position:relative;
	display:inline-block;
	top:-5px;
}
.total-cart{
	right:-10px;
	bottom:-10px;
	position:absolute;
	border-radius:50%;
	background:#e45b11;
	color:#FFF;
	font-family: 'GillSans-Light';
	font-size:13px;
	text-align:center;
	width:20px;
	height:20px;
	padding-top:1px;
}


/*---Section Slider/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.slider{
	padding:0;
	margin:0;
	position:relative;
}
.slider-text{	
	width:100%;
	position:absolute;
	text-transform:uppercase;
	z-index:1000;	
	text-align:center;
	top:44%;
	color:#FFF;
	letter-spacing:2px;
}

.slider-title{
	
	font-family: 'Times-Roman';
	font-size:40px;
}

.slider-readmore{
	width:150px;
	margin:0 auto;
	margin-top:50px;
	letter-spacing:5px;
}
.slider-read{
	position:relative;
	left:100%; 
	transition: all 2s;
	opacity:0;
}
.slider-read.in-view{
	left:0%; 
	opacity:1;
}
.slider-line{
	position:relative;
	left:100%; 
	opacity:1;
	border-bottom:1px solid #FFF;
	transition: all 1s;
}
.slider-line.in-view{
	left:0%; 
	opacity:1;
}
.slider-readmore:hover{
	color:#ea5c10;
}
.slider-readmore:hover .slider-line{
	border-bottom:1px solid #ea5c10;
}


/*---Section About/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

section.about{	
	background:#000;
	color:#6f6f6f;
	text-transform:uppercase;
	margin:0;
	padding:0;
	overflow:hidden;
}
.about-text{
	position:relative;
	font-size:17px;
	padding:20% 15%;
	line-height:1.4;
	letter-spacing:1.5px;
	left:-10%;
	transition: all 1.5s;
	opacity:0;
}
.about-more{
	display:inline-block;
    border-bottom:1px solid #6f6f6f;
    padding-bottom:2px;
	margin-top:20%;
	letter-spacing:5px;
}

.about-text.in-view{
	left:0%; 
	opacity:1;
}




section.about2{
		/*background: url(../images/about-02.png) no-repeat center center; 
		background-size: 100%;
	background: url(../images/about-02.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	
	
	height:500px;
	color:#ffffff;
	text-transform:uppercase;
	margin:0;
	position:relative;
	width:100%;
	overflow:hidden;
}
.about2-text{
	width:100%;
	text-align:center;
	position: absolute;
	bottom:0;
	left:10%;
	line-height:1.8;
	letter-spacing:1.8px;	
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transition: all 1.5s;
}
.about2-text.in-view{
	-webkit-filter: blur(0px);
	filter: blur(0px);
	left:0; 
}
.about2-more{
	display:inline-block;
    border-bottom:1px solid #ffffff;
    padding-bottom:2px;
	margin:5% 0;
	letter-spacing:5px;
}

.about2-more:hover{	
}

/*---Section Recliner Chairs/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

section.chairs{
	background:#FFF;
	color:#6f6f6f;
	padding:10% 0;
	margin:0;
}
.title-chairs{
	font-family: 'Times-Roman';
	font-size:35px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:20px 0 10% 0;
}
.title-chairs span{
	letter-spacing:-5px;
}


/*---Section Ergonomic/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.ergonomic{
	background:#dcdcdc;
	color:#6f6f6f;
	margin:0;
	padding:0;
	text-transform:uppercase;
}
.ergonomic-title{
	font-family: 'Times-Roman';
	font-size:35px;
	letter-spacing:2px;
	line-height:1.2;
}
.ergonomic-title span{
	letter-spacing:-9px;
	margin:0;
	padding:0;
}
.ergonomic-text{
	font-size:17px;
	padding:20% 15%;
	line-height:1.4;
	letter-spacing:1.5px;
}

/*---Section Recliner Sofas/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

section.reclinersofas{
	background:#000;
	color:#6f6f6f;
	padding:10% 0;
	margin:0;
}

.title-sofas{
	font-family: 'Times-Roman';
	font-size:35px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:20px 0 8% 0;
}

.see-more{
	text-transform:uppercase;
	display:inline-block;
    border-bottom:1px solid #6f6f6f;
    padding-bottom:2px;
	letter-spacing:5px;
	margin:5% auto;
	transition: all 0.3s;
}

.see-more:hover{
	color:#ea5c10;
	border-bottom:1px solid #ea5c10;
}

/*---Section Motion Sofas/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

section.motionsofas{
	background:#000;
	color:#6f6f6f;
	/*color:#706f6d;*/
	padding:10% 0;
}

/*---Section Store/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

section.store{
	background:#000 url(../images/home/home-03.jpg) no-repeat bottom;
	background-size: 100%;
	color:#6f6f6f;
	padding:0;
	margin:0;
	text-transform:uppercase;	
}

.store-title{
	font-family: 'Times-Roman';
	font-size:35px;
	text-transform:uppercase;
	letter-spacing:2px;
	margin:0;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	transform: translateY(-50%);
}

.store-text{
	position:relative;
	padding:5% 0 5% 0;
	color:#FFF;
	opacity:0;
	left:-25%;
	transition: all 1s;
	line-height:1.8;
	font-size:16px;
	letter-spacing: 1.8px;
}

.store-title.in-view{
	animation: typewriter 1s steps(20) 1s 1 normal both,
	blinkTextCursor 400ms steps(20) infinite normal;
}
.store-img{
	position: relative;
	top:15%;
	transition: all 1.5s;
}
.store-img.in-view{
	top:0%;
}
.store-text.in-view{
	left:0%;
	opacity:1;
}

/*---Section Brand/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

section.brand{
	background:#000;
	color:#6f6f6f;
	padding:13% 0;
	margin:0;	
}

/*---Section Warranty/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

section.warranty{
	background: url(../images/warranty-01.jpg) no-repeat center center; 
	background-size: 100%;
	
/*	background: url(../images/warranty-01.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	height:500px;
	color:#f9f9f9;
	text-transform:uppercase;
	margin:0;
	position:relative;
	width:100%;
}

.warranty-text{
	font-size:38px;
	font-family: 'Times-Roman';
	width:100%;
	text-align:center;
	position: absolute;
	top:60%;
	left:0;
	line-height:1.3;
	letter-spacing:2px;
	
	-webkit-filter: blur(5px);
	filter: blur(5px);
	transition: all 2s;
}
.warranty-text.in-view{
	-webkit-filter: blur(0px);
	filter: blur(0px);
	top:45%;
}

.warranty-more{
	font-size:16px;
	font-family: 'GillSans';
	display:inline-block;
    border-bottom:1px solid #ffffff;
    padding-bottom:2px;
	margin:2% 0 5% 0;
	line-height:1.4;
	letter-spacing:5px;
	transition: all 0.3s;
}
.warranty-more:hover{	
	color:#ea5c10;
	border-bottom:1px solid #ea5c10;
}


/*---Section Brand LOGO/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


section.brand-logo{
	background:#000;
	color:#ffffff;
	padding:1% 0;
}
.footer-menu{
	margin-top:20px;
	margin-left:15%;
	font-size:18px;
}
.footer-social{
	width:30px;
	margin-top:80px;
}




/*---Section Reclinersofas/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*---Section Reclinersofas/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*---Section Reclinersofas/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*---Section Reclinersofas/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.investments-box:hover .investments-text{
	opacity:1;
	bottom:55px;
}
.investments{
	position:fixed;
	right:4%;
	display:block;
	bottom:20px;
	z-index:1000;
	background:#e45b11;
	border-radius:20px;
	padding:8px 20px 5px;
	color:#FFF;
	text-transform:uppercase;
	cursor:pointer;
}
.investments:hover{
	background:#ad440b;
}
.investments-text{
	position:fixed;
	right:5%;
	bottom:20px;
	z-index:999;
	padding:8px 10px 5px;
	opacity:0;
	background:#000;
	color:#FFF;
	border-radius:5px;
	transition: all 0.3s;
}

.backtop{
	position:fixed;
	right:20px;
	bottom:20px;
	display:block;
	filter: flipv fliph;
	-webkit-transform: rotate(-90deg); 
	-moz-transform: rotate(-90deg); 
	transform: rotate(-90deg); 
	width:20px;
	white-space:nowrap;
	margin-bottom:10px;
	color:#CCC;
	letter-spacing:2.5px;
	z-index:1000;
/*	font-family: 'GillSans-Light';*/
	font-size:0.7em;
}
.linetotop{
	display:inline-block;
	width:50px;
	/*border-bottom:1px solid #CCC;*/
	margin-bottom:4px;
	margin-left:10px;
}

.backtop-white{
	color:#FFF;
}
.backtop-black {
	color:#000;
}
/*.backtop-black .linetotop{
	border-bottom:1px solid #000;
}
.backtop-white .linetotop{;
	border-bottom:1px solid #FFF;
}*/






/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*---Page About-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.about-menu{
	position:fixed;
	color:#FFF;
	top:25%;
	left:9%;
	background:rgba(170,170,170,1.00);
	width:200px;
	height:200px;
	z-index:999;
}
.about-menu a:hover{
	color:#F00;
}


.list-ic a {
  color: #6f6f6f;
  text-decoration: none;
  vertical-align:top;
  letter-spacing:1.2px;
  font-size:16px;
}
.list-ic li {
	position: relative;
	font-size:15px;
	text-transform:uppercase;
}
.list-ic li span {
  display: inline-block;
  font-weight: 800;
  width: 0.5em;
  height: 0.5em;
  text-align: center;
  line-height:1;
  border-radius: 1em;
  background: #333;
  color: white;
  position: relative;
}
.list-ic li::before {
  content: '';
  position: absolute;
  background: #333;
  z-index: 1;
}
.list-ic.vertical { padding: 0; margin: 0;}
.list-ic.vertical li {
  list-style-type: none;
  text-align: left;
}
.list-ic.vertical li span {margin: 0.5em 1em 0.5em 0;z-index: 9;}
.list-ic.vertical li::before {
  top: -20px;
  left:3px;
  width: 0.09em;
  height: 2em;
}
.list-ic li:first-child::before { display: none;}
.list-ic li.active span {background: #6f6f6f;}


.cd-section{
    min-height: 100%;
    position: relative;
}




.about-mission{
	background:#000;
	padding:10% 0;
	color:#FFF;
}
.about-mission-text{
	margin-top:25%;
	font-size:17px;
	letter-spacing:1.8px;
	line-height:1.5;
	text-transform:uppercase;
	color:#6f6f6f;
}

.about-mission-img{
	width:80%;
	margin:0 auto;
}
.about-mission-img img{
	width:100%;
}




/*///////////////////////////////////////////////////////////////////////*/

.about-vision{
	background:#706f6e;
	padding:10% 0;
	color:#FFF;
}
.about-vision-title{
	z-index:100;
	font-size:7em;
	font-family: 'Times-Roman';
	letter-spacing:5px;
	text-align:right;
	line-height:1;
}
.about-vision-img {margin-top:30%;}
.about-vision-img img{
	width:85%;
}
.about-vision-text{
	margin-top:30%;
	text-align:right;
	font-size:16px;
	letter-spacing:1.8px;
	line-height:1.5;
	text-transform:uppercase;
}
.about-vision .list-ic a {
  color: #FFF;
  text-decoration: none;
  vertical-align:top;
  letter-spacing:1.2px;
}
.about-vision .list-ic li span {background: #CCC;}
.about-vision .list-ic li::before {background: #CCC;}
.about-vision .list-ic li.active span {background: #FFF;}


/*///////////////////////////////////////////////////////////////////////*/

.about-etiquette{
	background:#fc671a;
	padding:10% 0;
	color:#FFF;
}

.about-etiquette-title{
	position:absolute;
	z-index:100;
	font-size:7em;
	font-family: 'Times-Roman';
	letter-spacing:5px;
	text-align:right;
	line-height:1;
	top:40%;
}
.about-etiquette-box{
	position:relative;	
}
.about-etiquette-img{
	width:80%;
	margin:0 auto;
}
.about-etiquette-img img{
	width:100%;
}
.about-etiquette-text{
	margin-top:30%;
	font-size:16px;
	letter-spacing:1.8px;
	line-height:1.5;
	text-transform:uppercase;
}
.about-etiquette .list-ic a {
	color: #FFF;
	text-decoration: none;
	vertical-align:top;
	letter-spacing:1.2px;
}
.about-etiquette .list-ic li span {background: #CCC;}
.about-etiquette .list-ic li::before {background: #CCC;}
.about-etiquette .list-ic li.active span {background: #FFF;}


/*///////////////////////////////////////////////////////////////////////*/


.about-people{
	background:#000;
	padding:10% 0;
	color:#706f6d;
}
.about-people-title{
	z-index:100;
	font-size:7em;
	font-family: 'Times-Roman';
	letter-spacing:5px;
	text-align:right;
	line-height:1;
}
.about-people-text{
	margin-top:20%;
	font-size:16px;
	letter-spacing:1.8px;
	line-height:1.5;
	text-transform:uppercase;
	text-align:right;
}

.about-people-img{
	margin-top:15%;
}
.about-people-img img{
	width:100%;
}
.about-people .list-ic a {
	color: #706f6d;
	text-decoration: none;
	vertical-align:top;
	letter-spacing:1.2px;
}
.about-people .list-ic li span {background: #333;}
.about-people .list-ic li::before {background: #333;}
.about-people .list-ic li.active span {background: #706f6d;}


/*///////////////////////////////////////////////////////////////////////*/


.about-superlative{
	background:#706f6e;
	padding:10% 0;
	color:#FFF;
}
.about-superlative-title{
	position:absolute;
	z-index:100;
	font-size:7em;
	font-family: 'Times-Roman';
	letter-spacing:5px;
	line-height:1;
	top:40%;
	right:-5%;
	text-align:center;
}
.about-superlative-box{
	position:relative;	
}
.about-superlative-img{
	width:80%;
	margin:0 auto;	
}
.about-superlative-img img{
	width:100%;
	margin:0 auto;	
}
.about-superlative-text{
	margin-top:30%;
	font-size:16px;
	letter-spacing:1.8px;
	line-height:1.5;
	text-transform:uppercase;
}
.about-superlative .list-ic a {
  color: #FFF;
  text-decoration: none;
  vertical-align:top;
  letter-spacing:1.2px;
}
.about-superlative .list-ic li span {background: #a09f9e;}
.about-superlative .list-ic li::before {background: #a09f9e;}
.about-superlative .list-ic li.active span {background: #FFF;}



/*///////////////////////////////////////////////////////////////////////*/


.about-ecosystem{
	background:#dcdcdc;
	padding:10% 0;
	color:#706f6d;
}
.about-ecosystem-title{
	z-index:100;
	font-size:7em;
	font-family: 'Times-Roman';
	letter-spacing:5px;
	line-height:1;
	text-align:right;
}
.about-ecosystem-text{
	margin-top:15%;
	text-align:right;
	font-size:16px;
	letter-spacing:1.8px;
	line-height:1.5;
	text-transform:uppercase;
}
.about-ecosystem-img{
	margin-top:10%;
	width:100%;
}
.about-ecosystem-img img{
	width:100%;
}
.about-ecosystem .list-ic a {
  color: #706f6d;
  text-decoration: none;
  vertical-align:top;
  letter-spacing:1.2px;
}
.about-ecosystem .list-ic li span {background: #bdbaba;}
.about-ecosystem .list-ic li::before {background: #bdbaba;}
.about-ecosystem .list-ic li.active span {background: #706f6d;}


/*///////////////////////////////////////////////////////////////////////*/


.about-box{
	position:relative;
}
.about-box-title{
	position:absolute;
	z-index:100;
	font-size:7em;
	font-family: 'Times-Roman';
	letter-spacing:5px;
	right:-10%;
	top:25%;
}




/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*---Page Ergonomic-----/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.page-ergonomic-support{
	background:#FFF;
}
section.page-ergonomic{
	background:#dbdbdb;
	color:#71706E;
	padding:5% 0 3% 0;
	margin:0;
	text-transform:uppercase;	
}
.page-ergonomic-title{
	text-align:center;
	font-size:35px;
	font-family: 'Times-Roman';
	letter-spacing:3px;
}
.page-ergonomic-text{
	margin:10% 0 5% 0;
	text-align:center;
	font-size:16px;
	letter-spacing:1.8px;
	line-height:1.5;
}

.ergonomic-detail{
	width:100%;
	margin-top:20%;
	color: #71706E;
	min-height:250px;
}
.ergonomic-detail-title{
	margin-bottom:20px;
}
.ergonomic-detail-img{
	width:100%;
}
.ergonomic-detail-img img{
	width:100%;
}

.ergonomic-support{
	color:#71706E;
	font-size:18px;
	position:relative;
	letter-spacing:1.5px;
	height:800px;
	overflow:hidden;
}
.ergonomic-support img{
	width:100%;
}

.support-head{
	position:absolute;
	top:18%;
	left:2%;
	cursor:pointer;
}
.support-head-line{
	width:303px;
	margin-top:7px;
	border:0.5px solid #CCC;
}
.support-head-line2{
	display:none;
	width:80px;
	margin-top:-2px;
	border:1.5px solid #CCC;	
}

.support-head:hover .support-head-line2{
	display:block;
}

.support-neck{
	position:absolute;
	top:23%;
	left:2%;
	cursor:pointer;
}
.support-neck .support-head-line{width:337px;}
.support-neck:hover .support-head-line2{display:block;}

.support-back{
	position:absolute;
	top:32%;
	left:2%;
	cursor:pointer;
}	
.support-back .support-head-line{width:323px;}
.support-back:hover .support-head-line2{display:block;}

.support-lumbar{
	position:absolute;
	top:44%;
	left:2%;
	cursor:pointer;
}
.support-lumbar .support-head-line{width:357px;}
.support-lumbar:hover .support-head-line2{display:block;}

.support-pelvic{
	position:absolute;
	top:55%;
	left:2%;
	cursor:pointer;
}
.support-pelvic .support-head-line{width:369px;}
.support-pelvic:hover .support-head-line2{display:block;}

.support-sitting{
	position:absolute;
	top:62%;
	left:2%;
	cursor:pointer;
}
.support-sitting .support-head-line{width:410px;}
.support-sitting:hover .support-head-line2{display:block;}

.support-elbow{
	position:absolute;
	text-align:right;
	top:32%;
	right:2%;
	cursor:pointer;
}
.support-elbow .support-head-line{width:386px;}
.support-elbow:hover .support-head-line2{display:block; float:right;}
.support-elbow .support-head-sub {
	width: 137px;
	margin-top: 54px;
	margin-left: -136px;
	border: 0.5px solid #CCC;
	position: absolute;
	transform: skew(0deg, -39deg);
}

.support-palm{
	text-align:right;
	position:absolute;
	top:47%;
	right:2%;
	cursor:pointer;
}
.support-palm .support-head-line{width:390px;}
.support-palm:hover .support-head-line2{display:block; float:right;}

.support-knee{
	position:absolute;
	top:60%;
	right:2%;
	cursor:pointer;
	text-align:right;
}
.support-knee .support-head-line{width:342px;}
.support-knee:hover .support-head-line2{display:block; float:right;}

.support-achilles{
	position:absolute;
	top:68%;
	right:2%;
	cursor:pointer;
	text-align:right;
}
.support-achilles .support-head-line{width:289px;}
.support-achilles:hover .support-head-line2{display:block; float:right;}


.support-img-1, .support-img-2, .support-img-3, .support-img-4, .support-img-5, .support-img-6, .support-img-7, .support-img-8, .support-img-9, .support-img-10 {
	background:url(../images/ergonomic/06.png);
	position:absolute;
	background-repeat: no-repeat;
	width: 60px;
	height: 60px;
	opacity:0;
}

.support-img-1{	
	top:18%;
	left:30%;
	background-position:-325px -158px;	
}
.support-img-2 {
	top:24%;
	left:33%;
	background-position:-356px -211px;
}
.support-img-3 {
    top: 33%;
    left: 32%;
    background-position: -345px -286px;
}
.support-img-4 {
    top: 46%;
    left: 34%;
    background-position: -366px -400px;
}
.support-img-5 {
    top: 54%;
    left: 35%;
    background-position: -378px -472px;
    height: 83px;
}
.support-img-6 {
    top: 46%;
    left: 41%;
    background-position: -437px -403px;
}
.support-img-7 {
    top: 61%;
    left: 43%;
    background-position: -461px -532px;
}
.support-img-8 {
    top: 59%;
    left: 58%;
    background-position: -626px -514px;
	width: 70px;
	height: 70px;
}
.support-img-9 {
    top: 71%;
    left: 62%;
    background-position: -668px -616px;
}
.support-img-10 {
    top: 46%;
    left: 54%;
    background-position: -583px -403px;
}


/*///////////////////////////////////////////////////////////////////////*/

.page-ergonomic-video{
	padding:5% 0 5% 0;
	margin:0;
	background:url(../images/ergonomic/bg-video.jpg) no-repeat ;
	background-size: 100%;
}
.ergonomic-video-title{
	font-size:6rem;
	line-height:1;
	font-family: 'Times-Roman';
	color:hsla(0,0%,97%,0.5);
	margin-bottom:50px;
}

.ergonomic-support-title{
	color:#6f6e6d;
	font-size:2.5rem;
	font-family: 'Times-Roman';
	letter-spacing:1.5px;
}

.page-ergonomic-vdo{
	padding:5% 0 5% 0;
}

.vdo-title-1{
	font-family: 'Times-Roman';
	font-size:1.8em;
	color:#71706E;
}
.vdo-title-2{
	font-size:1em;
	text-transform:uppercase;
	color:#71706E;
	margin-top:10px;
}
.vdo-title-3{
	font-size:1em;
	color:#71706E;
}





/*///////////////////////////////////////////////////////////////////////*/


.page-ergonomic-set{
	padding:10% 0;
	margin:0;
	background:url(../images/ergonomic/bg-01.jpg) no-repeat  ;
	background-size: 100%;
}
.ergonomicset-title{
	color:#FFF;
	font-size:40px;
	font-family: 'Times-Roman';
	margin-bottom:10%;
	letter-spacing:2px;	
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*---Page Contact-----////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

section.contact-store{
	background:#FFF;
	color:#6f6f6f;
	padding:5% 0 3% 0;
	margin:0;
	text-transform:uppercase;	
}

.contact-store .store-text{
	color:#6f6f6f;
}
.contact-map{
	position:relative;
	/*height:400px;*/
}

.contact-map-img{
	width:100%;
}
.contact-map-img img{
	display: block;
	width:80%;
	margin:0 auto;
	text-align:center;
}
.contact-map-imgChang{
	padding:0 20px;
}
.contact-map-imgChang img{
}

.contact-map-store{
	background:url(../images/map/store.png) no-repeat;
	background-size: 17px 17px;
	width:100px;
	height:17px;
	position:absolute;
	opacity:1;
	font-size:11px;
	padding-left:20px;
	cursor:pointer;
}
.contact-map-store:hover{
	color:#ea5c10;
}


/*.map-store-1{top:18.5%;left:12.9%;transition: all 4s;}
.map-store-2{top:31%;left:102px;transition: all 2s;}
.map-store-3{top:17.4%;left:43.3%;transition: all 2s;}
.map-store-4{top:22.3%;left:39.6%;transition: all 4s;}
.map-store-5{top:22.3%;left:41.5%;transition: all 4s;}

.map-store-6{top:25.7%;left:43.1%;transition: all 2s;}
.map-store-7{top:32.2%;left:40.5%;transition: all 4s;}
.map-store-8{top:17.8%;left:67.6%;transition: all 2s;}
.map-store-9{top:54%;left:51.6%;transition: all 4s;}
.map-store-10{top:40.5%;left:57.6%;transition: all 5s;}

.map-store-11{top:42%;left:64.8%;transition: all 2s;}
.map-store-12{top:29.5%;left:72.4%;transition: all 2s;}
.map-store-13{top:32.5%;left:77.7%;transition: all 2s;}
.map-store-14{top:30.5%;left:80.5%;transition: all 4s;}
.map-store-15{top:43%;left:71.5%;transition: all 5s;}

.map-store-16{top:40.8%;left:69.8%;transition: all 2s;}
.map-store-17{top:47.2%;left:74.2%;transition: all 4s;}
.map-store-18{top:51.3%;left:72.2%;transition: all 2s;}
.map-store-19{top:54.5%;left:73.3%;transition: all 4s;}
.map-store-20{top:68%;left:81.2%;transition: all 5s;}
.map-store-21{top:77.4%;left:86.5%;transition: all 2s;}
.map-store-22{top:39%;left:74%;transition: all 4s;}
.map-store-23{top:40%;left:77.3%;transition: all 2s;}
*/


/*.map-store-1.in-view, .map-store-2.in-view, .map-store-3.in-view, .map-store-4.in-view, .map-store-5.in-view, .map-store-6.in-view, .map-store-7.in-view, .map-store-8.in-view, .map-store-9.in-view, .map-store-10.in-view, 
.map-store-11.in-view, .map-store-12.in-view, .map-store-13.in-view, .map-store-14.in-view, .map-store-15.in-view, .map-store-16.in-view, .map-store-17.in-view, .map-store-18.in-view, .map-store-19.in-view, 
.map-store-20.in-view, .map-store-21.in-view, .map-store-22.in-view, .map-store-23.in-view{
opacity:1;
}
*/



.map-hide{
	display:none;
}

.contact-title{
	font-size:35px;
	font-family: 'Times-Roman';
	margin-bottom:50px;
}

.contact-form .form-control{
	border:none;
	border-bottom:1px solid #CCC;
	border-radius:0;
	height:auto;
	margin-bottom:40px;
	letter-spacing:1.2px;
}

.btn-submit{
	background:#FFF;
	border:1px solid #CCC;
	border-radius:0;
	padding:5px 60px;
	color: #6f6f6f;
}	

.bt-type{
	display:inline-block;
	cursor:pointer;
	color: #6f6f6f;
}
.bt-type:hover, .bt-type.acitve{
	color: #e45c10;
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*---Page Product View-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.view-banner{
	position:relative;
}
.view-banner img{
	width:100%;
}
.view-banner-box{
	/*border:1px solid #CCC;*/
	margin:15%;
	color: #6f6f6f;
}
.view-banner-detail{
	margin-top:50%;
	color: #6f6f6f;
	padding:1% 5%;
	letter-spacing:1.2px;	
}
.view-banner-code{
	padding:1% 5%;
}
.view-banner-name{
	padding:1% 5%;
	position:relative;
	margin-top:15%;
	/*margin-bottom:15%;
	width:100%;
	text-align:center;*/
	font-family: 'Times-Roman';
	text-transform:uppercase;
	font-size:50px;
	letter-spacing:5px;
	color: #71706E;
}
.view-banner-namesofa{
	position:relative;
	margin-top:45%;
	margin-bottom: 45%;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	font-size:50px;
	letter-spacing:5px;
	color: #71706E;
	font-family: 'Times-Roman';
}

section.view-warranty{
	background:#71706e;
	padding:5% 0 5% 0;
	color:#f3f3f3;
}
hr.warranty{
	background:#f3f3f3;
	margin:2% 0;
}
.view-warranty-title{
	text-align:center;
	font-size:35px;
	font-family: 'Times-Roman';
	margin-bottom:50px;
	letter-spacing:1.5px;
}
.view-warranty-sub{
	font-size:20px;
}



/*---Page Chair-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.view-chair-product{
	padding:5% 0 5% 0;
}
.view-chair{
	background:#FFF;
}
.view-chair-1{
	padding:8% 0 8% 0;
	background:#d5d5d5;
}
.view-chair-2{
	padding:5% 0 5% 0;
	background:#b2b2b2;
}
.view-chair-3{
	padding:5% 0 5% 0;
}
.view-chair-4{
	padding:5% 0 5% 0;
	background:#FFF;
}
.view-chair-5{
	padding:8% 0 8% 0;
	background: -moz-linear-gradient(90deg, #d5d5d5 62%, #FFFFFF 38%);
	background: -webkit-linear-gradient(90deg, #d5d5d5 62%, #FFFFFF 38%);
	background: -webkit-gradient(linear, 0 100%, 0 0, color-stop(0.62, #d5d5d5), color-stop(0.38, #FFFFFF));
	background: -o-linear-gradient(90deg, #d5d5d5 62%, #FFFFFF 38%);
	background: linear-gradient(90deg, #d5d5d5 62%, #FFFFFF 38%);
}
.view-chair-6{
	padding:2% 0 5% 0;
	background: linear-gradient(to bottom, #71706e 0%,#71706e 50%,#000000 50%,#FFFFFF 50%,#FFFFFF 100%);
}
.pd-chiar-box{
	padding:0px;
	margin-bottom:20px;
}
.pd-chiar-color{
	width:60px;
	padding:5px;
	margin:0 auto;
	display:inline-block;
	border: 1px solid #FFF;
}
.pd-chiar-color:hover{
	border:1px solid #CCC;
	border-radius:50%;
}
.pd-chiar-color img{
	width:50px;
	height:50px
}

.pd-chiar-boxname{
	text-align:center;
	padding:5px;
	color:#7c7c7c;
	letter-spacing:1.2px;
	font-size:14px;
	border:1px solid #d5d5d5;
	cursor:pointer;
}
.pd-chiar-boxname:hover{
	background:#f4f4f4;
	border:1px solid #f4f4f4;
}	

a.btn-addcart{
	float:left;
	display:inline-block;
	padding:10px 40px;
	background:#e45c10;
	color:#FFF !important;
	letter-spacing:1.8px;
	cursor:pointer;
}
a.btn-addcart-1{
	display:inline-block;
	padding:10px 40px;
	background:#e45c10;
	color:#FFF !important;
	letter-spacing:1.8px;
	cursor:pointer;
}
a.btn-addcart:hover, a.btn-addcart-1:hover{
	background:#af3f00;
}
.btn-price{
	font-family: 'Times-Roman';
	font-size:30px;
	float:left;
	padding:0 40px;
	color:#7c7c7c;
}
.btn-download{
	width:250px;
	text-align:center;
	float:right;
	display:inline-block;
	padding:10px 30px;
	background:#d5d5d5;
	color:#FFF;
	letter-spacing:1.8px;
}
a.btn-download:hover{
	background:#9a9a9a;
	color:#FFF;
}
.btn-code2{
	width:250px;
	float:right;
	padding:10px 0;
	color:#9a9a9a;
	border:1px solid #9a9a9a;
	letter-spacing:1.8px;
	margin-bottom:5px;
	text-align:center;
}
.btn-code{
	width:250px;
	float:right;
	padding:10px 0;
	color:#FFF;
	border:1px solid #FFF;
	letter-spacing:1.8px;
	margin-bottom:5px;
	text-align:center;
}

.btn-download-1{
	width:250px;
	text-align:center;
	float:right;
	padding:10px 30px;
	background:#FFFFFF;
	color:#707070;
	letter-spacing:1.8px;
}

.chair-tabs .tab-content{
	padding:15px 0;
}
.view-chair-1-box{
	width:100%;
	position:relative;
	overflow:hidden;
	padding-bottom: 90%;	
	top:0;
	left:0;
	margin:0;
}
.view-chair-1-box img{
	padding:20px 30px;
	display:inline-block;
	transition: all 0.3s;
	height:auto;
	width:100%;
	position:absolute;
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}


.view-chair-1-name{
	font-family: 'Times-Roman';
	font-size:35px;
	color:#707070;
	text-align:center;
	letter-spacing:2px;
	margin-top:8%;
}
.view-chair-1re{
	background: -moz-linear-gradient(#d5d5d5 0%, #d5d5d5 50%, #000000 50%, #b2b2b2 50%, #b2b2b2 100%);
	background: -webkit-linear-gradient(#d5d5d5 0%, #d5d5d5 50%, #000000 50%, #b2b2b2 50%, #b2b2b2 100%);
	background: -webkit-gradient(linear, 0 100%, 0 0, from(#d5d5d5), color-stop(0.5, #d5d5d5), color-stop(0.5, #000000), color-stop(0.5, #b2b2b2), to(#b2b2b2));
	background: -o-linear-gradient(#d5d5d5 0%, #d5d5d5 50%, #000000 50%, #b2b2b2 50%, #b2b2b2 100%);
	background: linear-gradient(#d5d5d5 0%, #d5d5d5 50%, #000000 50%, #b2b2b2 50%, #b2b2b2 100%);
}
.view-chair-1reImg{
	margin-top:30%;	
	width:100%;
	position:relative;
	overflow:hidden;
	padding-bottom: 175%;	
	top:0;
	left:0;
}
.view-chair-1reImg img{
	display:inline-block;
	transition: all 0.3s;
	height:auto;
	width:100%;
	position:absolute;
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	
}
.view-chair-1reImg1{
	width:100%;
	position:relative;
	overflow:hidden;
	padding-bottom: 90%;	
	top:0;
	left:0;
	margin:0;
}
.view-chair-1reImg1 img{
	display:inline-block;
	transition: all 0.3s;
	height:auto;
	width:100%;
	position:absolute;
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);

}
.view-chair-2-name{
	font-family: 'Times-Roman';
	font-size:21px;
	width:100%;
	text-align:center;
	color:#fefefe;
	letter-spacing:2px;
}

.view-chair-color{
	font-family: 'Times-Roman';
	font-size:23px;
	letter-spacing:2px;
	color:#71706E;
}
.view-chair-color-1{
	font-family: 'Times-Roman';
	letter-spacing:1.5px;
	color:#71706E;
	margin-bottom:10px;
	text-transform:uppercase;
}
.view-chair-color-2{
	font-family: 'Times-Roman';
	display:inline-block;
	width:110px;
	letter-spacing:1.5px;
	color:#71706E;
}
.view-chair-color-3{
	font-family: 'Times-Roman';
	display:inline-block;
	letter-spacing:1.5px;
	color:#e45c10;
	text-transform:uppercase;
}
.view-chair-color-4{
	font-family: 'Times-Roman';
	display:inline-block;
	letter-spacing:1.5px;
	color:#71706E;
}
.view-chair-title-1{
	font-family: 'Times-Roman';
	font-size:30px;
	letter-spacing:2px;
	color:#71706E;
	margin-bottom:30px;
}
.view-chair-3Img{
	width:70%;
	margin:0 auto;
}
.view-chair-3Img img{
	width:100%;
}

.view-chair-4Img{width:100%;margin:0 auto;}
.view-chair-4Img img{width:100%;}

.view-chair-5Img{width:85%;margin:0 auto;}
.view-chair-5Img img{width:100%;}


.select-color{
	cursor:pointer;
}

/*---Page Sofa-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.view-sofa-1-title{
	font-family: 'Times-Roman';
	font-size:25px;
	letter-spacing:1.5px;
	color:#7c7c7c;
	margin-bottom:20px;
}
.view-sofa-title-1{
	font-family: 'Times-Roman';
	font-size:21px;
	letter-spacing:1.5px;
	color:#7c7c7c;
	margin-bottom:20px;
}
.view-sofa-title-2{
	font-family: 'Times-Roman';
	font-size:35px;
	letter-spacing:1.5px;
	color:#7c7c7c;
	margin-bottom:20px;
}
.view-sofa-title-3{
	color:#7c7c7c;
}

.img-show{
	background:#ededed;
	width:100%;
	height:400px;
	margin-top:30px;
}
.sofa-more-photo{
	margin-top:30%;
}
.view-sofa-product{
	padding:5% 0 6% 0;
	background: linear-gradient(#FFFFFF 0%, #FFFFFF 40%, #d5d5d5 40%, #d5d5d5 60%, #d5d5d5 100%);
}
.view-sofa-2{
	padding:5% 0 5% 0;
	background:#d5d5d5;
}
.view-sofa-3{
	padding:5% 0 5% 0;
	background: linear-gradient(#d5d5d5 0%, #d5d5d5 50%, #000000 50%, #FFFFFF 50%, #FFFFFF 100%);
}
.view-sofa-5{
	padding:5% 0;
}
.view-sofa-6{
	padding:8% 0 8% 0;
}

.view-sofa-img img{
	width:100%;
}
.sofa-moreimg img{
	width:100%;
}

.sofa-more-img{
	width:100%;
	position:relative;
	overflow:hidden;
	padding-bottom:66%;	
}
.sofa-more-img img{
	position:absolute;
	height:auto;
	width:100%;		
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%) ;
	-moz-transform: translate(-50%,-50%) ;
	-o-transform: translate(-50%,-50%) ;
	transform: translate(-50%,-50%);
}
.sofa-moreimg{
	width:100%;
	position:relative;
	overflow:hidden;
	padding-bottom:80%;	
}
.sofa-moreimg img{
	position:absolute;
	height:auto;
	width:100%;		
	top:50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%) ;
	-moz-transform: translate(-50%,-50%) ;
	-o-transform: translate(-50%,-50%) ;
	transform: translate(-50%,-50%);
}




.bg-color-black{
	background:#000;
}


#sofaCarousel{
	margin-bottom:30px;
}
#sofaCarousel .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -20%;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0%;
    margin-left: 0%;
    list-style: none;
}
#sofaCarousel .carousel-indicators .active {
    background-color: #70706e;
	height: 3px;
	margin-top: -1px;
}
#sofaCarousel .carousel-indicators li {
	position: relative;
	width: 100%;
	height: 1px;
	margin-right: 0;
	margin-left: 0;  
	background-color: #a2a2a2;
}



/*---Page Table-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.view-table-product{
	background:#000;
	
}
.view-table-1{
	padding:8% 0;
}
.view-table-2-img{
	width:100%;
	margin:0 auto;
	text-align:center;
}
.view-table-2-img img{
	width:100%;
}


.table-box{
	padding:45% 15% 15% 15%;
	color:#706f6d;
	font-family: 'Times-Roman';
	text-transform:uppercase;
	text-align:center;
}
.table-box-title{
	font-size:3.5rem;
	letter-spacing:5px;
	margin-bottom:10px;
}
.table-box-code{
	font-size:1.4rem;
	letter-spacing:2px;
}
.table-box-price{
	font-size:2.5rem;
	letter-spacing:2px;
}
.table-box-img{
	display:none;
	margin:20px 0;
}
.table-box-img img{
	width:60%;
}

.table-box a.btn-add2Cart{
	color:#000 !important;
}

.table-box a.btn-add2Cart img {
  filter: brightness(10%);
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*---Page Collection-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.font-collection-type{
	font-family: 'Times-Roman';
	font-size:3rem;
	line-height:1;
}
.collec-more{
	text-transform:uppercase;
	border-bottom:1px solid;
	font-size: 12px;
	letter-spacing:4px;
}
.collection-type {
    width: 100%;
	height: 100%; 
    position: relative;
    overflow: hidden;
	background:#E0D0D1;
}
.collection-type .box-img {
    width: 100%;
	height: 100%; 
    float: left;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	background:#000;
}
.collection-type .box-img img{
	height: auto;
    width: 100%; 
	opacity: 0;
	transition: all 0.8s ;	
}
.collection-type:hover .box-img img{
	opacity: 1;
}
.collection-type .collection-text {
	z-index: 10;
    color: #FFF;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 60%;
    position: absolute;
}
.collection-type .collection-text-sub {
    padding-top: 50%;
}

.collection-design {
    /*width: 100%;
	height: 100%; */
    position: relative;
    overflow: hidden;
	margin:10% 0 25px 0 ;
}
.collection-design .box-img {
    width: 100%;
	height: 100%; 
    float: left;
	z-index: 5;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	background: #FFF;
    padding-bottom: 100%;
}
.collection-design .box-img img{
	height: auto;
    width: auto;
    width: 100%; 
	/*opacity: 0;*/
	transition: all 0.8s ;
	position:absolute;
	top:0;
	left:0;
}
.collection-design .box-img img.hover,
.collection-design:hover .box-img img{
	/*opacity: 0;
	display:none;
	transition: all 0.8s ;*/
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}
.collection-design:hover .box-img img.hover{
	/*opacity: 1;
	display: block;
	transition: all 0.8s ;*/
	visibility: visible ;
	opacity: 1;
}
.collection-design-name{
	text-transform:uppercase;
	
}
.collection-design:hover .box-img.opacity3 img{
	opacity:1;
	visibility: inherit;
}
.collection-design:hover .box-img.opacity3 img.hover{
	opacity:0;
}





/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*---Page Cart-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.cart-step{
	border-bottom:1px solid #CCC;
	margin-bottom:0;
	padding:15px 0;
	text-transform:uppercase;
	font-family: 'Times-Roman';
	
}
.cart-step-1{
	padding:8% 0;
	color:#706f6d;
}

.cart-step div{
	width:150px;
	display: inline-block;
}
.cart-step span{
	display: inline-table;
}
span.step {
	background: #FFF;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	color: #706f6d;
	display: inline-block;
	font-weight: bold;
	line-height: 1.5em;
	margin-right: 15px;
	text-align: center;
	width: 1.7em; 
	border:1px solid #CCC;
	/*font-family: 'GillSans-Light';*/
	font-family: 'Times-Roman';
	margin-top:10px;
}
.cart-step-del{
	text-decoration:underline;
	margin:10px 0;
	cursor:pointer;
}
.cart-step-label{
	position:absolute;
	margin-top:0;
}
.cart-step-label-1{
	margin-top:12px;
}

.btn-checkout{
	background:#706f6d;
	color:#FFF;
	padding:8px;
	text-align:center;
	letter-spacing:1.5px;
	cursor:pointer;	
}
.btn-del2cart{
	border:1px solid #000;
	padding:2px 4px;
}
.btn-plus-cart{
	border:1px solid #000;
	padding:2px 4px;
}
.btn-qty{
	border:none;
	width:50px;
	text-align:center;
}

.cart-step-text{
	margin-bottom:15px;
	text-transform:uppercase;	
}
.cart-step-text div{
	margin-bottom:5px;
}
.cart-sum-text{
	/*font-family: 'Times-Roman';*/
	letter-spacing:1.5px;
}
.cart-sum-text hr{
	margin:0;
}
.cat-sum-text1{
	padding-top:15px;
	padding-bottom:15px;
}
.cat-sum1{
	border-left:1px solid #CCC;
}
.cat-sum2{
	text-align:right;
}
.inputdis:focus,.inputdis:active{
	border:none;
}
.inputdis{
	width:100%;
	border:none;
	padding:15px 5px;
}

.form-info .control-label{
	text-transform:uppercase;
	font-family: 'Times-Roman','THSarabunChula';;
	letter-spacing:1.5px;
	color:#706f6d;
}

.form-info .form-control{
	border-radius:0;
	text-transform:uppercase;
	background:#FFF;
	border-color:#b7b7b7;
}

.form-info .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color:#b4b5b7;
}


.radio-choice2 .checkmark{
    position: absolute;
    top: 30%;
    left: -30px;
    height: 20px;
    width: 20px;
    background-color: #FFF;
	border: 1px solid #0079c2;
    border-radius: 50%;
}
.radio-choice2 input[type="radio"]:checked + label .checkmark{ 
	background-color: #0079c2;
	border: 1px solid #CCC;
}
.radio-choice2 label:hover .checkmark{
	background-color: #0079c2;
}
.radio-choice2  input[type="radio"] {
    display:none; 
}
.radio-choice2 label{
	position:relative;
	width:100%;
    background: #FFF;
    color: #706f6d;
    border: 1px solid #b7b7b7;
	margin-bottom:20px;
	padding:30px 15px;
	text-align:center;
	font-size:16px;
	cursor:pointer;
	text-transform:uppercase;
}

.radio-choice2 input[type="radio"]:checked + label { 
    background-color:#706f6d;
	color:#FFF;	
}


.payment-box{
	text-transform:uppercase;
}

.payment-box .radio{
	margin-bottom:20px;
}








/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*---Page Member-----///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



.border-between > [class*='col-']:before {
   background: #e3e3e3;
   bottom: 0;
   content: " ";
   left: 0;
   position: absolute;
   width: 1px;
   top: 0;
}

.border-between > [class*='col-']:first-child:before {
   display: none;
}
.border-linememb{
	border-bottom:1px solid #e3e3e3;
}

.box-regis{
	padding:10% 0;
}
.btn-register{
	width:70%;
	border:1px solid #e3e3e3;
	padding:8px 0;
	text-align:center;
	margin:15px auto;
	display:block;
	background:#FFF;
	color: #706f6d;
}
.btn-resocial{
	width:100%;
	border:1px solid #e3e3e3;
	padding:8px 0;
	text-align:center;
	margin:15px auto;
	display:block;
	background:#FFF;
	color: #706f6d;
}
.form-member .label-title{
	margin-bottom:15px;
}
.form-member .form-control{
	margin-bottom:20px;
	border-radius:0;
}

.member-profile{
	padding:10% 0;
}









.profile-box .profile-image {
	border: 1px solid #eee;
	padding: 0 10px;
	padding-bottom: 100%;
	position: relative;
	margin-bottom: 10px;
}
.profile-box .profile-image img {
	position: absolute;
	margin: 0px -10px;
	padding: 5px;
	height: 100%;
}
#avatar-modal .modal-content, #avatar-modal .modal-body {
	border-radius: 0px;
	font-size: 28px;
}
.avatar-wrapper {
	min-height: 80px;
	position: relative;
	margin-bottom: 20px;
}
.avatar-wrapper .select-image i {
	display: block;
	font-size: 40px;
	color: #bbb;
}
.avatar-wrapper .select-image {
	color: #aaa;
	text-align: center;
	margin-top: -50px;
	top: 50%;
	margin-left: -100px;
	left: 50%;
	position: absolute;
	display: block;
	padding: 15px;
	cursor: pointer;
}
.avatar-wrapper .select-image:hover {
	color: #999;
}
.avatar-wrapper .select-image:hover i{
	color: #aaa;
}
.jcrop-keymgr {
	opacity: 0;
}
.avatar {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: block;
	overflow: hidden;
}
.avatar .media-object {
	height : 100%;
	width : 100%;
}






left-menu {
  padding: 5px 15px;
  font-size: 22px;
  border: 1px solid #ddd;
  border-radius: 4px;
  border-top: 5px solid #ea5c10;
  margin-bottom: 25px;
  background:#FFF;
}

.left-menu .title {
  font-size: 27px;
  margin-bottom: 5px;
}

.left-menu .menu-list {
  margin-top: 20px;
  list-style: none;
  /*border-left: 1px solid #ff8ae2;*/
}

.left-menu .menu-list li {
  position: relative;
  padding-left: 10px;
  line-height: 34px;
  margin-bottom: 5px;
  border: 2px solid transparent;
  border-radius: 50px;
}

.left-menu .menu-list li.active a {
  color: #ea5c10;
}

.left-menu .menu-list li:hover {
  border: 2px solid #ea5c10;
}
.left-menu .menu-list li.active {
  border: 2px solid #ea5c10;
}

.panelbody{
	padding:5% 0;
	border: 1px solid #CCC;
}








/*-----collection new-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.collection-cate{
	padding:28% 0;
	text-transform:uppercase;
	z-index:9;
	position:relative;
	font-family: 'Times-Roman';
	font-size: 1.8rem;
}

.collection-sub{
	font-family:"Times-Italic";
	text-transform:capitalize;
	font-style:italic;
	font-size: 1.8rem;
}
.collection-cate-box{
	position:relative;
}
.collection-cate-img{
	position:absolute;
	width:100%;
	height:100%;
	overflow:hidden;
	background:#000;
}

.collection-cate-box img{
	width:100%;
	opacity:0;
	transition: all 1s ;
}
.collection-cate-box:hover img{
	opacity:1;
	transition: all 1s ;
}
.collection-cate-img.showimg img{
		opacity:1;
}
















/*///////////////////////////////////////////////////////////////////////////pop///////////////////////////////////////////////////////////////////////////*/

@-webkit-keyframes hvr-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}
@keyframes hvr-pop {
	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
	}
}

.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
	  -webkit-animation-name: hvr-pop;
	  animation-name: hvr-pop;
	  -webkit-animation-duration: 0.3s;
	  animation-duration: 0.3s;
	  -webkit-animation-timing-function: linear;
	  animation-timing-function: linear;
	  -webkit-animation-iteration-count: 1;
	  animation-iteration-count: 1;
}
.hvr-top{
	position:relative;
	top:0px;
	transition: all 0.2s;
}
.hvr-top:hover{
	top:-25px;
}
.hvr-top img{
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.2s;
}
.hvr-top img:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.hvr-zoom img{
	-webkit-transform: scale(1);
	transform: scale(1);
	transition: all 0.3s;
}
.hvr-zoom img:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transition: all 0.3s;
}




/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

/*.ml2 {
  font-weight: 900;
  font-size: 3.5em;
}
.ml2 .letter {
  display: inline-block;
  line-height: 1em;
}*/
/*display:inline-block;
    border-bottom:1px solid #6f6f6f;
    padding-bottom:2px;
	margin-top:20%;
	letter-spacing:5px;
*/


.learnmore {
	margin-top:20%;
	font-weight: 200;
	font-size: 18px;
	text-transform:uppercase;
	letter-spacing:5px;
	transition: all 0.3s;
}
.learnmore .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.1em;
	padding-right: 0.05em;
	padding-bottom: 0.15em;
	
}
.learnmore .line {
	opacity: 0;
	position: absolute;
	left:45%;
	height: 1px;
	width: 100%;
	background-color: #6f6f6f;
	transform-origin: 100% 100%;
	bottom: 0;
	transition: all 1s;
}
.learnmore .letters {
	display: inline-block;
	line-height: 1em;
	margin-left:100px;
	opacity: 0;
	transition: all 2s;
}
.learnmore:hover{
	color:#ea5c10;
}
.learnmore:hover .line {
	color:#ea5c10;
	background-color: #ea5c10;
}
.learnmore.in-view .line{
	left:0%;
	opacity: 1;
}
.learnmore.in-view .letters{
	margin-left:0;
	opacity: 1;
}



.line-1{
    position: relative;
    top: 50%;  
    width: 24em;
    margin: 0 auto;
  /*  border-right: 2px solid rgba(255,255,255,.75);*/
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

/* Animation */
.anim-typewriter{
	animation: typewriter 4s steps(44) 1s 1 normal both,
	blinkTextCursor 500ms steps(44) infinite normal;
}
@keyframes typewriter{
	from{width: 0;}
	to{width: 24em;}
}
@keyframes blinkTextCursor{
 /*from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}*/
}


/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 767px ) {
	
body{max-width: 100% !important;background:#000;}	


.slim.navbar{margin-top: 0px;}
.slim.navbar ul li a, .navbar ul li a{text-align:left;padding: 0px 5px !important;}

.navbar-collapse{
	padding:5px;
	position: fixed;
	width: 250px;
	background: #000;
	height: 100% !important;
	max-height: none !important;
	top: 0;
	display: block;
	left: -250px;
	margin: 0 !important;
	z-index: 9999;
	transition: all 0.8s !important;
}

.navbar-collapse.in{left:0 !important;}
.navbar-default, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {transition: all 0.5s !important;background:#000;}

.all-container{width: 100%;}
.all-container.-collapse{margin-left: 250px;}
.navbar-default.-collapse {margin-left: 250px;width:100%;}
.navbar ul li {padding: 10px 20px;}
.nav-contact{margin-left:0;}

.mobile-bar-img{margin:10px 0; padding-left:20px;}




.w-100 {
    width: auto !important;
	height:812px;
	text-align:center;
	margin:0 0 0 -60%;
}


/*//////////////////////////////////////////////////////*/

.warranty-text {
    font-size: 28px;
}
.slider-title {
    font-family: 'Times-Roman';
    font-size: 18px;
}
.title-chairs {
    font-size: 28px;
}


.ergonomicset-title{
	font-size:18px;
}
.page-ergonomic-title {
    font-size: 29px;
}
.about-box-title ,.about-vision-title, .about-etiquette-title ,.about-people-title,.about-superlative-title ,.about-ecosystem-title{
	font-size:1em !important;
}

}

/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*//*Edit -18/03/2563*/


#newsLetter .modal-body{
	padding:8% 5% 5px;
}
#newsLetter .modal-content{
	border-radius:0;
	
}


#newsLetter input.form-control{
	border-radius:0;
	border:none;
	border-bottom:1px solid #B0B0B0;
}
.newsLetterTitle{
	font-size:26px;
	text-align:center;
}



.btn-newsletter{
	background:#000000;
	color:#FFF;
	margin:0 auto;
}


.btn-warranty{
	background: #e45b11;
    border-radius: 20px;
    padding: 8px 20px 5px;
    color: #FFF;
    text-transform: uppercase;
    cursor: pointer;
	display:inline-block;
	margin-top:5%;
}



.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


.form-controlID {
    display: inline-block;
    
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/









