﻿
/* font */
@font-face { font-family:'kit45f'; src:url(' "../fonts/kit45f.ttf"'),url('../fonts/kit45f.eot'),url('../fonts/kit45f.woff'); }
@font-face { font-family:'kit65f'; src:url(' "../fonts/kit65f.ttf"'),url('../fonts/kit65f.eot'),url('../fonts/kit65f.woff'); }
@font-face { font-family:'lined-icons'; src:url(' "../fonts/lined-icons.ttf"'),url('../fonts/lined-icons.eot'),url('../fonts/lined-icons.woff'),url('../fonts/lined-icons.svg'); }
@font-face { font-family:'font-icons'; src:url(' "../fonts/font-icons.ttf"'),url('../fonts/font-icons.eot'),url('../fonts/font-icons.woff'),url('../fonts/font-icons.svg'); }
@font-face { font-family:'PSL335pro'; src:url(' "../fonts/PSL335pro.ttf"'),url('../fonts/PSL335pro.eot'),url('../fonts/PSL335pro.woff'); }
@font-face { font-family:'RSU_BOLD'; src:url(' "../fonts/RSU_BOLD.ttf"'),url('../fonts/RSU_BOLD.eot'),url('../fonts/RSU_BOLD.woff'); }


#logo-chuenjai { width: 100%; }




#box-desktop { display: block; }
#box-mobile { display: none; }

.box-desktop-product-list { display: block; }
.box-mobile-product-list { display: none; }

.scene-1 { height: 990px; padding-top: 290px; }
.scene-2 { padding: 50px 0 100px 0; }

.box-desktop { display: block; }
.box-mobile { display: none; }

.box-desktop-2 { display: block; }
.box-mobile-2 { display: none; }

.box-desktop-slider { display: block; }
.box-mobile-slider { display: none; }


#footh { padding: 30px 0; }
.icon-menu { }




.text-1 {font: 70px/80px 'PSL335pro';}
.text-2 {font: 18px/18px 'PSL335pro';}
.text-3 {font: 24px/30px 'PSL335pro'; }
.text-4 {font: 24px/30px 'PSL335pro'; padding-top: 20px; }
.text-5 {font: 12px/12px 'tahoma';}


{
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 33.33%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


/* 2 */

.row > .column2 {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 33.33%;
}

/* The Modal (background) */
.modal2 {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.9);;
  overflow: hidden; 
}

/* Modal Content */
.modal-content2 {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 600px;
}

/* The Close Button */
.close {
  color: black;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides2 {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo2 {
  opacity: 0.6;
}

.active,
.demo2:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.height { padding: 290px 0; }
.height-2 { padding-top: 50px; }
.height-3 { padding: 100px 0; }
.height-4 { padding: 100px 0; }
.text-padding  { padding: 0; }


@media screen and ( max-width: 1366px ){
.text-padding  { padding: 0 30px; }
	


	
}



@media screen and ( max-width: 991px ){
#box-desktop { display: none; }
#box-mobile { display: block; }	
	
.scene-1 { padding: 100px 0; }
.scene-2 { padding: 0 0 0 0; }
	
.box-desktop { display: none; }
.box-mobile { display: block; }
	
.box-desktop-2 { display: none; }
.box-mobile-2 { display: block; }
	
	
.box-desktop-slider { display: block; }
.box-mobile-slider { display: none; }
	
.content-wrap {position: relative;    padding: 30px 0;}
	
.height { padding: 80px 0!important;}
.height-2 { padding-top: 20px;}
.height-3 { padding: 100px 0;}
.height-4 { padding: 100px 0;}
	
	.text-padding  { padding: 0; }
	


	
}


@media screen and ( max-width: 575px ){
	
.box-desktop-product-list { display: none; }
.box-mobile-product-list { display: block; }
	
.height { padding: 80px 0!important;}
.height-2 { padding-top: 20px;}



	
}


@media screen and (max-height: 900px) {
  .height { padding: 200px 0;}


}


@media screen and (max-height: 800px) {
  .height { padding: 150px 0;}
	
}

@media screen and (max-height: 700px) {

	#footh { padding: 10px 0; }
	.scene-2 { padding: 5px 0 20px 0; }
	
	
  .height { padding: 105px 0;}
  .height-3 { padding: 50px 0;}
  .height-4 { padding: 20px 0;}
}























