* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}
body {
	animation: fadein 3s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* width */
::-webkit-scrollbar { width: 10px; }
/* Track */
::-webkit-scrollbar-track { background: #f1f1f1; }
/* Handle */
::-webkit-scrollbar-thumb { background: #888; }
/* Handle on hover */
::-webkit-scrollbar-thumb:hover { background: #555; }
/*color*/
.green20{ background-color: #625c4c; }
.black20 { background-color: #1f1d1c; }
.orenge20 { background-color: #dc624c; }
.bage20 { background-color: #d0c2bb; }
.pink17 { background-color: #d87c8a; }
.white17 { background-color: #f9f9f9; }
.blue17 { background-color: #92a8c7; }
.navy17 { background-color: #333a49; }
.brown17 { background-color: #865b3f; }
.black17 { background-color: #1e1f1b; }
.creamlb { background-color: #ddc8bf; }
.ovaltinlb { background-color: #5b3a28; }
.pinklb { background-color: #de948f; }
.navylb { background-color: #333a49; }
.kapilb { background-color: #a36664; }
.blacklb { background-color: #1e1f1b; }
.circle-icon {
	height: 25px;width: 25px;
	border-radius: 50%;display: inline-block;
	box-shadow: 2px 2px 7px #cccccc;
	transition: box-shadow .5s;
}
.circle-icon:hover {
	box-shadow: 2px 2px 7px #999999;
}
.square-bor {
	width: 40px;
	border: 2px solid #333333;
}
nav { background-color: #e7d8cb; }
.nav-menu {
	background-color: #e7d8cb;
	color: #000;
	height: 80px;
	display: grid;
	grid-template-columns: 1fr 350px;
	font-family: 'Khand', sans-serif;
}
.logo { margin-top: 1.3em; }
.logo h4 {
	letter-spacing: 0.2em;
	font-size: 2em;
}
ul.menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: center;
}
ul.menu li {
	list-style: none;
	margin-top: 1.6em;
}
ul.menu li a {
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.1em;
	transition: .3s ease-in-out;
	padding: 5px 10px;
}
ul.menu li a:hover {
	padding: 5px 10px;
	background-color: #bf9673;
}
.container { width: 1024px; }

.head-grid {
	padding: 5em 0em 1em 0em;
	background-image: url('https://sninnovation.net/image/web-cover-bg-3.jpg');
	background-size: auto 100%;
	background-position: center;
}
.head-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.head-item img {
	width: 100%;
	box-shadow: 3px 5px 10px #e6e6e6;
}
.head-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 2em;
	margin-top: -2em;
}
.head-text span {
	color: #404040;
	font-family: 'Spartan' ,sans-serif;
	font-size: 2em;
}
.head-text h1 {
	color: #af7c50;
	font-family: 'Spartan' ,sans-serif;
	font-size: 4.8em;
	line-height: 1.1em;
}
.head-text p {
	font-size: 0.9em;
	font-family: 'Kanit', sans-serif;
	color: #000;
}
.head-text p span {
	font-size: 0.9em;
	font-style: italic;
	color: #595959;
}

.topic {
	margin-bottom: 1em;
	text-align: center;
	display: flex;
	justify-content: center;
}
.topic h1 {
	line-height: 1.5em;
	font-family: 'Khand', sans-serif;
	font-size: 2em;
}
.content-grid {
	padding: 3em 0em;
}
.content-about {
	padding: 3em 0em;
	text-align: center;
	/*background-color: #f7f2ee;*/
}
.content-about .container p {
	font-size: 0.9em;
	font-family: 'Kanit', sans-serif;
	color: #000;
}
.content-about .container p span {
	font-style: italic;
	color: #595959;
}
.content-color-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.content-color-item img {
	width: 100%;
}
.content-color-data {
	background-color: #f7f2ee;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.content-color-data h1 {
	line-height: 1em;
	font-family: 'Kanit', sans-serif;
}
.content-c1 {
	font-family: 'Kanit', sans-serif;
	line-height: 1em;
	font-style: italic;
	color: #af7c50;
}
.content-c2 {
	font-family: 'Kanit', sans-serif;
	font-size: 0.9em;
	color: #595959;
	line-height: 1.2em;
}
.service-grid {
	padding: 3em 0em;
	/*background-color: #f7f2ee;*/
}
.service-data {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.service-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 0em 1em;
	margin-top: 1em;
}
.service-item img {
	width: 100px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.service-item p {
	line-height: 1.1em;
	font-size: 0.9em;
	font-family: 'Kanit', sans-serif;
	margin-top: 1em;
}
.commu-grid {
	padding: 3em 0em;
}
.commu-grid-first,.commu-grid-sec {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
}
.commu-img {
	padding: 0.2em;
}
.commu-img img {
	width: 100%;
}
.footer {
	width: 100%;
	background-color: #f7f2ee;
	padding: 3em 0em;
}
.footer-content {
	padding-top: 1em;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.footer-header {
	text-align: center;
}
.footer-header h3 {
	font-family: 'Khand', sans-serif;
	letter-spacing: 0.1em;
}
.footer-data {
	text-align: right;
	padding: 0em 2em;
	border-right: 1px solid #000;
}
.footer-data p {
	font-size: 0.9em;
	font-family: 'Kanit', sans-serif;
}
.footer-link {
	padding: 0em 2em;
}
.footer-link a {
	letter-spacing: 0.1em;
	font-size: 1.3em;
	font-family: 'Khand', sans-serif;
	text-decoration: none;
	color: #000;
}
.footer-link a img {
	width: 1em;
}
.credit-bar {
	padding: 0.4em;
	background-color: #e7d8cb;
	display: flex;
	justify-content: center;
	text-transform: uppercase;
}
.credit-bar p {
	font-size: 0.8em;
	padding: 0;margin: 0;
}
.btn-to-pr {
	margin: 0 auto;
	width: 10em;
	color: #000000;
	background-color: #e7d8cb;
	 transition: box-shadow .5s,background-color .5s;
}
.btn-to-pr:hover {
	background-color: #ffffff;
	box-shadow: 5px 2px 10px #e6e6e6;
}

.for-mobile { display: none; }

/*product page*/
.product-row { padding: 3em 0 0 0; }
.data-pr-grid { margin-left: 2em; }
.data-pr-sub-item { display: inline-flex;align-items: center; }
.data-pr-sub-item p { margin: 0;}
.data-pr-grid h2 {
	line-height: 1em;
	font-weight: bold;
	font-size: 1.7em;
	font-family: 'Kanit', sans-serif;
}
.data-pr-grid span {
	text-decoration: line-through;
	color: #999999;
}
.data-pr-grid h1 {
	line-height: 1em;
	font-weight: bold;
	font-size: 2em;
	font-family: 'Kanit', sans-serif;
	color: #cc0000;
}
.data-pr-sub-item p,.data-pr-grid p,.product-row .container table thead {
	font-size: 0.9em;
	font-family: 'Kanit', sans-serif;
}
.product-row .container p {
	font-size: 0.9em;
	font-family: 'Kanit', sans-serif;
}
.product-row .container table {
	margin-top: 3em;
}
.product-row .container table thead {
	border-bottom: 1px solid #e6e6e6;
}
.product-row .container table tbody {
	font-family: 'Kanit', sans-serif;
}
.data-pr-sub-item i { margin-left: 10px;text-align: center;padding: 0; }
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.slide-grid {
  display: grid;
  grid-template-columns: 20% 80%;
  height: 100%;
  max-height: 590px;
  overflow: hidden;
}
.florisSlides { display: none; }
.img-list-item { padding: 2px 0px; }
.florisSlides img, .img-list-item img { width: 100%; }
.slide-grid ::-webkit-scrollbar { width: 4px; }
.slide-grid ::-webkit-scrollbar-track { opacity: 0; }
.slide-grid ::-webkit-scrollbar-thumb { background: #cfb196; }
.slide-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  overflow: auto;
  height: ;
}
.btn-buy-group {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.btn-fb {
	margin: 0 0.5em;
	color: white;
	background-color: #4267b2;
	 transition: box-shadow .5s;
}
.btn-line {
	margin: 0 0.5em;
	color: white;
	background-color: #7ab342;
	 transition: box-shadow .5s;
}
.btn-fb img, .btn-line img { width: 2em; }
.btn-fb:hover ,.btn-line:hover {
	color: #ffffff;
	box-shadow: 5px 5px 10px #cccccc;
}
.imgL { cursor: pointer;opacity: 0.6;transition: opacity .3s; }
.curS { cursor: pointer; }
.active,.imgL:hover { opacity: 1; }

@media only screen and (max-width: 480px) {

.container { width: 100%; }
.for-mobile { display: block; }
.for-pc { display: none; }

.nav-menu {
	background-color: #e7d8cb;
	color: #000;
	height: auto;
	display: grid;
	grid-template-columns: 1fr;
	font-family: 'Khand', sans-serif;
	text-align: center;
	padding: 1em 0em;
}
ul.menu {
	display: flex;
	justify-content: center;
	text-align: center;
	padding: 0px;margin: 0px;
}

ul.menu li {
	list-style: none;
	margin-top: 0em;
}
ul.menu li a {
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.1em;
	transition: .3s ease-in-out;
	padding: 0px 10px;
}
ul.menu li a:hover {
	padding: 0px 10px;
	background-color: #bf9673;
}
.head-grid {
	padding: 3em 0em 0em 0em;
	background-size: 430% auto;
	background-repeat:no-repeat;
    background-position: 37% 0%;
}
.head-item {
	display: grid;
	grid-template-columns: 1fr;
}
.head-item img {
	margin: 0 auto;
	width: 80%;
	box-shadow: 3px 5px 10px #e6e6e6;
}
.head-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	margin-top: 2em;
	margin-left: 0px;
}

.head-text span {
	color: #404040;
	font-family: 'Spartan' ,sans-serif;
	font-size: 1.7em;
}
.head-text h1 {
	color: #af7c50;
	font-family: 'Spartan' ,sans-serif;
	font-size: 3.8em;
	line-height: 1.1em;
}

.content-grid {
	background-color: #f7f2ee;
}
.content-grid .container {
	padding: 0px;
}
.content-color-data {
	padding: 1.5em 0em;
	background-color: #f7f2ee;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.content-color-item {
	display: grid;
	grid-template-columns: 1fr;
}
.service-data {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.service-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	padding: 0em;
	margin-top: 1em;
}
.service-item img {
	width: 70px;
	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.commu-grid-first {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.commu-grid-sec {
	display: none;
}
.footer-content {
	padding-top: 1em;
	display: grid;
	grid-template-columns: 1fr;
}
.footer-data, .footer-link {
	text-align: center;
	border: 0px;
}
/*product page*/
.product-row { padding: 1em 0 0 0; }
.product-grid {
  display: grid;
  grid-template-columns: 1fr;
}
.data-pr-grid { margin-left: 0em;margin-top: 1.1em; }
.product-row .container table { margin-top: 0em; }
.slide-grid { max-height: 490px; }
.data-pr-grid h2 {
	line-height: 1em;
	font-weight: bold;
	font-size: 1.4em;
	font-family: 'Kanit', sans-serif;
}
.data-pr-grid h1 {
	line-height: 1em;
	font-weight: bold;
	font-size: 1.7em;
	font-family: 'Kanit', sans-serif;
	color: #cc0000;
}
.btn-buy-group {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.btn-fb {
	margin: 0 0.5em;
	color: white;
	background-color: #4267b2;
	 transition: box-shadow .5s;
}
.btn-line {
	margin: 0 0.5em;
	color: white;
	background-color: #7ab342;
	 transition: box-shadow .5s;
}
.btn-fb img, .btn-line img { width: 2em; }

}
@media only screen and (max-width: 430px) {
	.slide-grid { max-height: 420px; }
	.data-pr-sub-item i { margin-left: 5px; }
}
@media only screen and (max-width: 380px) {
	.slide-grid { max-height: 370px; }
	.data-pr-sub-item i { margin-left: 5px; }
}