html{font-size:16px;}
@font-face {
   font-family: 'Kanit-Regular';
   src: url('fonts/Kanit-Regular.eot');
   src: url('fonts/Kanit-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-Regular.woff') format('woff'),
      url('fonts/Kanit-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'Kanit-Medium';
   src: url('fonts/Kanit-Medium.eot');
   src: url('fonts/Kanit-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-Medium.woff') format('woff'),
      url('fonts/Kanit-Medium.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'Kanit-SemiBold';
   src: url('fonts/Kanit-SemiBold.eot');
   src: url('fonts/Kanit-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-SemiBold.woff') format('woff'),
      url('fonts/Kanit-SemiBold.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

body{
   font-family: 'Kanit-Regular';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	color: #282828;
	overflow-x: hidden;
}
.navbar-nav ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	/*cursor: pointer;*/
	color: inherit;
	
}

#nav-icon3{
	z-index: 56;
	width: 35px;
	height: 25px;
	position: relative;
    top: 0rem;
    right: 0;
	left: auto;
	margin:0px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	box-shadow: none;
	background: none;
	border: none; 
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
    background: #FFF;
    border-radius: 6px;
	opacity: 1;
	right: 0%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
	top: 0;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
	width: 90%;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
	width: 80%;
}
#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}
#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 80%;
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 80%;
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*#nav-icon3.open{
	top: -1.5rem;
    right: .0rem;
}*/
/*///////////Start-Header///////////////*/

.headbar-main{
    padding: 1rem 0;
	display: block;
    transition: all 0.6s;
	background-color:transparent;
}
.slim.headbar-main{
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	background-color: rgba(0,0,0,0.8);;
}
.hamburgers-box{
    width: 100%;
	height: 100%;
	padding: 0;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
    width: auto;
    text-align: left;
    color: #FFF;
    margin: 0;
	padding: 0;
}
.navbar-brand img{
	width: 80px;
	transition: all 0.5s;
	margin: auto;
}

.navbar-collapse .navbar-brand{
	padding: 1rem 1.5rem ;
	margin: 0 auto 1rem;
	text-align: center;
	display: block;
	width: 100%;
	background: #000;
}

.navbar-nav li{
	padding: 0;
	position: relative;
	transition: all 0.5s;
	font-family: 'Kanit-Medium';
}
.navbar-nav li a{
	color: #FFF;
	padding: 8px 15px;
	display: block;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
}
.navbar-nav li.active a, .navbar-nav a:hover{
	color: #ff6130 ;
}

/* Shutter Out Vertical */
.hvr-shutter-out-vertical {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background-color: transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ff6130;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-nav li .hvr-shutter-out-vertical:hover, .navbar-nav li .hvr-shutter-out-vertical:focus, .navbar-nav li.active .hvr-shutter-out-vertical {
  color: #FFF;
}
.navbar-nav li .hvr-shutter-out-vertical:hover:before, .navbar-nav li .hvr-shutter-out-vertical:focus:before, .navbar-nav li.active .hvr-shutter-out-vertical:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


.navbar-nav li .dropdown-menu{
	padding: 0;
	border-radius: 0;
	border: none;
	background: #FFF;
	font-size: .9rem;
	margin: 0;
}
.navbar-nav li .dropdown-menu a{
	padding: 10px 15px;
	color: #000;
	border-radius: 0; 
	align-items: center;
	display: flex;
	text-align: left;
	border-bottom: none;
	justify-content: flex-start;
}
.navbar-nav li .dropdown-menu a img{width: 65px;margin-right: 5px;}
.navbar-nav li .dropdown-menu a.active,
.navbar-nav li .dropdown-menu a:hover{
	color: #FFF;
	background: #ff6130;
}

.social-header{
	color: #FFF;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	margin:3rem auto 1rem;
}
.social-header img{
	width: 40px;
	transition: all 0.6s;
}
.social-header img:hover{
	transform: scale(.95);
	filter: none;
}
.social-header a:hover{color: #000;}
.social-header ul img{width: 25px;margin: 0 5px 0 0;}
.social-header ul{
	list-style: none;
	text-align: left;
	margin-bottom: 1rem;
}
.social-header ul li a{display: inline-block;}
.social-header ul li a:hover{color: #ff6130;}
.social-header ul li{margin-bottom: 10px;}

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

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide{position: relative;}
#carouselmainSlide .carousel-item{
	position: relative;
	height: 205px;
	transition: linear 0.7s;
	width: 100%;
	background-color: transparent;
}
#carouselmainSlide .carousel-item .image-cut {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover !important;
  background-color:transparent;
  background-repeat:  no-repeat;
  -webkit-animation: moveUp 1250ms ease-in-out forwards;
          animation: moveUp 1250ms ease-in-out forwards;
	opacity: 0;
}
#carouselmainSlide .carousel-item.banner1 .image-cut{
  background-image:url( "../images/banner-1.png");
}
#carouselmainSlide .carousel-item.banner2 .image-cut{
  background-image: url( "../images/banner-2.png");
}
#carouselmainSlide .carousel-item.banner3 .image-cut{
  background-image: url( "../images/banner-3.png");
}
#carouselmainSlide .carousel-control-next, 
#carouselmainSlide .carousel-control-prev{
	z-index: 1019;
	opacity: 1;
}
#carouselmainSlide .carousel-control-next img, 
#carouselmainSlide .carousel-control-prev img{
	width: 35px;
	opacity: .8;
	filter: brightness(0) invert(1);
}

#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
	z-index: 1019;
}
#carouselmainSlide .carousel-indicators button{
	width: 13px;
	height: 13px;
	margin: 0 3px;
	opacity: .6;
	border: none;
	background: #FFF;
	border-radius: 50%;
}
#carouselmainSlide .carousel-indicators button.active{
	opacity: 1;
}
#carouselmainSlide .carousel-item .image-cut-1 {
  -webkit-clip-path: inset(0 90% 0 -0.1%);
          clip-path: inset(0 90% 0 -0.1%);
  -webkit-animation-delay: 100ms;
          animation-delay: 100ms;
  z-index: 9;
}
#carouselmainSlide .carousel-item .image-cut-2 {
  -webkit-clip-path: inset(0 80% 0 9.9%);
          clip-path: inset(0 80% 0 9.9%);
  -webkit-animation-delay: 200ms;
          animation-delay: 200ms;
  z-index: 8;
}
#carouselmainSlide .carousel-item .image-cut-3 {
  -webkit-clip-path: inset(0 70% 0 19.9%);
          clip-path: inset(0 70% 0 19.9%);
  -webkit-animation-delay: 300ms;
          animation-delay: 300ms;
  z-index: 7;
}
#carouselmainSlide .carousel-item .image-cut-4 {
  -webkit-clip-path: inset(0 60% 0 29.9%);
          clip-path: inset(0 60% 0 29.9%);
  -webkit-animation-delay: 400ms;
          animation-delay: 400ms;
  z-index: 6;
}
#carouselmainSlide .carousel-item .image-cut-5 {
  -webkit-clip-path: inset(0 50% 0 39.9%);
          clip-path: inset(0 50% 0 39.9%);
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
  z-index: 5;
}
#carouselmainSlide .carousel-item .image-cut-6 {
  -webkit-clip-path: inset(0 40% 0 49.9%);
          clip-path: inset(0 40% 0 49.9%);
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
  z-index: 4;
}
#carouselmainSlide .carousel-item .image-cut-7 {
  -webkit-clip-path: inset(0 30% 0 59.9%);
          clip-path: inset(0 30% 0 59.9%);
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
  z-index: 3;
}
#carouselmainSlide .carousel-item .image-cut-8 {
  -webkit-clip-path: inset(0 20% 0 69.9%);
          clip-path: inset(0 20% 0 69.9%);
  -webkit-animation-delay: 800ms;
          animation-delay: 800ms;
  z-index: 2;
}
#carouselmainSlide .carousel-item .image-cut-9 {
  -webkit-clip-path: inset(0 10% 0 79.9%);
          clip-path: inset(0 10% 0 79.9%);
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
  z-index: 1;
}
#carouselmainSlide .carousel-item .image-cut-10 {
  -webkit-clip-path: inset(0 0% 0 89.9%);
          clip-path: inset(0 0% 0 89.9%);
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
  z-index: 0;
}

@-webkit-keyframes moveUp {
  0% {
    transform: translate(0, -100vh);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes moveUp {
  0% {
    transform: translate(0, -100vh);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
/*///////////End-mainSlide///////////////*/

.textpolicy{margin-bottom: 1rem;}
.textpolicy h1{
	font-size: 1.1rem;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
}
.textpolicy h2{
	font-size: 1rem;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
}
.textpolicy h3{
	font-size: 1rem;
	margin-bottom: 0;
	font-family: 'Kanit-Regular';
}
.textpolicy a:hover{color: #ee2628;}
.textpolicy ul{
	list-style: none;
	padding-left: 3%;
	margin: 1rem auto;
}
.textpolicy ul li{margin-bottom: 8px;}
.textpolicy .fa-circle-chevron-right{
	font-size: .9rem;
	margin-right: 10px;
	vertical-align: middle;
}
.textpolicy p{
	margin-bottom: 1rem;
	text-indent: 1%;
}
/*///////////Start-Content///////////////*/
.content-box{
	padding: 10% 0;
	background-size: cover !important;
}
.img-box{
	text-align: center;
	overflow: hidden;
	margin-bottom: 1rem;
}
.img-box img{
	width: 100%;
	transition: all 0.6s;
}
.title-products{
	font-size: 20px;
	text-align: center;
	margin-bottom: 2.5rem;
	font-family: 'Kanit-SemiBold';
	position: relative;
	padding-bottom: .5rem;
}
.title-products::after{
	content: '';
	width: 10em;
	height: 4px;
	margin: auto;
	background: #ff6130;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 1;
	transform: translate(-50%,0);
} 
.title-products p{
	margin: 0;
	letter-spacing: 2px;
	line-height: 1;
}
.title-products h1{
	font-size: 36px;
	margin: 0;
	text-transform: uppercase;
}
.title-works{
	color: #FFF;
	font-size: 20px;
	text-align: left;
	margin-bottom: 2.5rem;
	font-family: 'Kanit-SemiBold';
	position: relative;
	padding-bottom: .5rem;
}
.title-works::after{
	content: '';
	width: 10em;
	height: 4px;
	margin: 0;
	background: #ff6130;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
} 
.title-works p{
	margin: 0;
	letter-spacing: 2px;
	line-height: 1;
}
.title-works h1{
	font-size: 36px;
	margin: 0;
	text-transform: uppercase;
}

.readmore-btn{
	width: 165px;
	margin: 2rem auto 0;
	padding: 8px;
	text-align: center;
	overflow: hidden;
	color: #FFF;
	border: 1px solid #ff6130;
	border-radius: 30px;
	transition: all 0.6s;
}
.readmore-btn a{display: block;}
/* Shutter Out Vertical */

.readmore-btn.hvr-shutter-out-vertical {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  background: #ff6130;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.readmore-btn.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.readmore-btn.hvr-shutter-out-vertical:hover, .readmore-btn.hvr-shutter-out-vertical:focus, .readmore-btn.hvr-shutter-out-vertical:active {
  color: #ff6130;
}

.readmore-btn.hvr-shutter-out-vertical:hover:before, .readmore-btn.hvr-shutter-out-vertical:focus:before, .readmore-btn.hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}






.content-box.abouthome{
	padding: 15% 0;
	background: url("../images/bg-about.png") center center no-repeat #FFF;
	background-size: cover !important;
}
.titleabout-home p{
	margin: 0;
	font-family: 'Kanit-Medium';
	letter-spacing: 1px;
}
.titleabout-home h1{
	font-size: 33px;
	margin: 0;
	color: #ff000a;
}
.textabout-box{
	margin: 1rem 0 0;
	padding: 1rem;
	color: #FFF;
	border-radius: 20px;
	background: #ff6130;
}


.content-box.producthome{
	background: url("../images/bg-products.png") center center no-repeat;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.icon-box{
	border-radius: 15px;
	padding: 2rem 1rem;
	text-align: center;
	margin-bottom: 1rem;
	transition: all 0.6s;
}
.icon-box:hover{background: #ff6130;color: #FFF;}
.icon-box p{margin: 1rem auto 0;}
.icon-box .img-box{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	padding: 1rem 1.5rem;
	background: #FFF;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.icon-box .img-box img{
	width: auto;
	max-width: 100%;
}
.icon-box:hover .img-box{transform: scale(1.05) !important;}

.content-box.workhome{
	background: url("../images/bg-work.png") center center no-repeat #FFF;
	background-size: cover !important;
}

.works-box{
	border-radius: 15px;
	overflow: hidden;
}
.works-box .img-box{
	aspect-ratio: 3/3;
	margin: 0;
	transition: all 0.7s;
}
.works-box .img-box img{
	height: 100%;
	object-fit: cover;
}
.textworks{
	text-align: center;
	padding: 10px;
	color: #000;
	background: #FFF;
}
.works-box:hover img{transform: scale(1.05);}
.works-box:hover .textworks{
	background: #ff6130;
	color: #FFF;
}
.textworks h1{
	font-size: 1rem;
	margin: 0;
}
.slideworks .slick-prev, .slideworks .slick-next{
	width: 30px;
	height: 30px;
	z-index: 1;
	background-size: 100% !important;
}
.slideworks .slick-prev{
	left: 0;
	background: url("../images/left.png") center center no-repeat;
}
.slideworks .slick-next{
	right: 0;
	background: url("../images/next.png") center center no-repeat;
}
.slideworks .slick-prev:before, .slideworks .slick-next:before{display: none;}
.slideworks .slick-list{padding: .5rem;}
.slideworks .slick-slide{margin: .75rem;height: 100%;transition: all 0.7s;}
.slideworks .slick-slide.slick-current.slick-active .works-box .textworks{
	background: #ff6130;
	color: #FFF;
}

.content-box.workhome .readmore-btn{margin:1rem auto 0;}




/*.content-fullotherpage .headbar-main{position: sticky;}*/
.bannerotherpage{
	padding: 25% 0 10%;
	min-height: 315px;
	background-size: cover !important;
}
.bannerotherpage.aboutpage{background: url("../aboutus/images/banner-about.png") center center no-repeat;}
.bannerotherpage.productspage{background: url( "../productsandservices/images/banner-product.png") top center no-repeat;}
.bannerotherpage.contactpage{background: url( "../contactus/images/banner-contact.png") top center no-repeat;}
.bannerotherpage.workspage{background: url( "../ourprojects/images/banner-projects.png") top center no-repeat;}
.title-otherpage{
	margin-bottom: 2rem;
	color: #000;
	text-align: center;
	text-shadow: 1px 1px 10px rgba(255,255,255,0.2), -1px -1px 7px rgba(255,255,255,0.2), 1px 1px 10px rgba(255,255,255,0.2), -1px -1px 7px rgba(255,255,255,0.2);
}
.bannerotherpage.workspage .title-otherpage,
.bannerotherpage.aboutpage .title-otherpage {color: #FFF;}
.title-otherpage h1{
	font-size: 26px;
	margin-bottom: 0;
	font-family: 'Kanit-SemiBold';
}
.title-otherpage ul{
	list-style: none;
	display: flex;
	font-size: .9rem;
	align-items: center;
	justify-content: center;
}
.title-otherpage ul li{
	width: auto;
	opacity: .6;
	margin: 0 10px 0 0;
}
.title-otherpage ul li.active,
.title-otherpage ul li:hover{opacity: 1;}
.title-otherpage ul li a{padding: 0 5px 0 0;}


.text-aboutpage{margin: 0 auto 2rem;}
.text-aboutpage h1{
	font-size: 33px;
	color: #ff000a;
	font-family: 'Kanit-SemiBold';
}
.text-aboutpage p{margin-bottom: 1rem;}
.text-aboutpage span{
	color: #ff000a;
	font-size: 1.2rem;
	font-family: 'Kanit-Medium';
}
.content-otherpage{
	padding: 10% 0;
	background: url("../aboutus/images/bgabout.png") center bottom no-repeat;
	background-size: cover !important;
}
#carouselaboutus{box-shadow: rgb(50 50 93 / 10%) 0px 2px 10px -1px, rgb(0 0 0 / 40%) 0px 1px 8px -1px;}
#carouselaboutus .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: flex-start;
    bottom: .75rem;
	z-index: 1019;
	margin-left: 5%;
}
#carouselaboutus .carousel-indicators button{
	width: 13px;
	height: 13px;
	margin: 0 3px;
	opacity: .6;
	border: none;
	background: #ff6130;
	border-radius: 50%;
}
#carouselaboutus .carousel-indicators button.active{
	opacity: 1;
}
#carouselaboutus .carousel-item{
	aspect-ratio:4/3;
}
#carouselaboutus .carousel-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}


.address-box img.imgsize,
.contact-box img.imgsize,
.social-box img.imgsize{
	width: 50px;
	transition: all 0.6s;
	filter: invert(47%) sepia(67%) saturate(3070%) hue-rotate(342deg) brightness(106%) contrast(101%);
}
.address-box h1,
.contact-box h1,
.social-box h1{
	font-size: 1.4rem;
	margin: 1rem 0 .5rem;
    color: #ff6130;
    font-family: 'Kanit-Medium';
}
.address-box p{margin: 0;}
.contact-box{margin: 2rem auto;}
.contact-box a{display: inline-block;}
.contact-box a:hover{color: #ff6130;}
.contact-box ul{list-style: none;}
.social-box{text-align: center;margin: 2rem auto;}
.social-box img{
	width: 38px;
	transition: all 0.6s;
	margin: auto 2px;
}
.contactform{padding: 2rem 1rem;}
.formcontact{
	margin: 2rem auto;
	background: #FFF;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.formcontact h1 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-family: 'Kanit-Medium';
}
.detail-form{margin-bottom: 1rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #ff6130;
	font-size: 1.4rem;
	vertical-align: middle;
}
.detail-form span, 
.detail-form p.red-text, 
.control-label span{
	color: #F00;
	display: initial;
}
.detail-form p{margin-bottom: 10px;}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 10px;
	border: 1px solid #000;
    width: 100%;
	color: #000;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
    background-color:#FFF;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #ff6130;
	color: #000;
}
.form-text::placeholder{color: #c8c8c8;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 190px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #ff6130;
    color: #FFF;
    background: #ff6130;
    margin:1rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 20px;
}
.sendus-btn:hover{
    background: #FFF;
	color: #ff6130;
	
}
.imgcontact{
	text-align: center;
	overflow: hidden;
}
.imgcontact img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.imgmap{
	text-align: center;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.imgmap img{width: 100%;}
.tabmap{margin: 3rem auto;}
.tabmap ul.nav-pills{justify-content: center;margin-bottom: 1rem;}
.tabmap ul.nav-pills li{
	width: auto;
	margin: 0 5px;
}
.tabmap ul.nav-pills li a{
	display: block;
	padding: 8px 15px;
	text-align: center;
	border-radius: 10px;
	border: 1px solid #000;
	background: #FFF;
	transition: all 0.6s;
}
.tabmap ul.nav-pills li a.active,
.tabmap ul.nav-pills li a:hover{
	color: #FFF;
	background: #ff6130;
	border-color: #ff6130;
}
.ggmap{
	text-align: center;
	overflow: hidden;
	aspect-ratio:4/2;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.ggmap iframe{
	width: 100%;
	height: 100%;
}

.content-otherpage.productdetailpage{background: url("../images/bgproductpage.png") bottom center no-repeat;}
.products-box{
	margin-bottom: 2rem;
	border-radius: 10px;
	background: #FFF;
	padding-bottom: 1rem;
	overflow: hidden;
	border: 1px solid #eee;
	transition: all 0.6s;
}
.products-box:hover{box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
.products-box .img-box{
	aspect-ratio:3/2;
	background: #FFF;
	border-bottom: 1px solid #f5f5f5;
}
.products-box .img-box h1{font-size: 1rem;color: #383838;text-transform: uppercase;}
.products-box .img-box img{
	height: 100%;
	object-fit: cover;
}
.products-box:hover img{transform: scale(1.05);}
.products-box .img-box.scaledown img{object-fit: scale-down;}
.textproducts {
	padding:.5rem 1rem; 
}
.textproducts h1{
	font-size: 1rem;
	margin-bottom: .5rem;
    font-family: 'Kanit-Medium';
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.2* 1);
}
.textproducts p{
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.2* 2);
}
.products-box .readmore-btn{
	margin: auto !important;
	width: 135px;
	float: none !important;
}


.pageclick{margin-top: 2rem;}
.pageclick .page-link{
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #FFF;
	border: none!important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	transition: all 0.6s;
	background-color: rgba(0,0,0,0.5);
}
.pageclick .page-link:hover{
	color: #FFF;
	background: #ff6130;
	transform: scale(.95);
}
.pageclick ul{justify-content: center;}

.textdetail-products .readmore-btn .fa-phone-volume {
    font-size: 1.4rem;
    vertical-align: middle;
    margin-right: 10px;
}
.textdetail-products{margin-bottom: 2rem;}
.textdetail-products .readmore-btn{margin: 1rem 0;}
.textdetail-products h1{
	font-size: 1.2rem;
	margin: 0;
    font-family: 'Kanit-Semibold';
}
.textdetail-products h2{
	font-size: 1rem;
	margin: 0;
    font-family: 'Kanit-Medium';
}
.textdetail-products p{margin: 0;}
.textdetail-products hr{
	opacity: 1;
	margin: 1rem 0;
	border-color: #ff6130;
	border-width: 1px;
}
 
.pdfload{
	width: 186px;
	padding: 8px 15px;
	text-align: center;
	margin: 1rem 0;
	border-radius: 7px;
	background: #e9e9e0;
	box-shadow: 2px 2px 0 #bebebe;
	transition: all 0.5s;
}
.pdfload:hover{transform: scale(.95);}
.pdfload a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.pdfload img{
	width: 25px;
	margin-right: 10px;
}
.tabproducts{margin: 2rem auto;}
.tabproducts ul.nav-pills{
	justify-content: flex-start;
	margin-bottom: 1rem;
}
.tabproducts ul.nav-pills li{
	width: auto;
	margin-right: 15px;
}
.tabproducts ul.nav-pills li a{
	padding: 8px 10px;
	border-radius: 7px;
	text-align: center;
	background:  #FFF;
	color: #ff6130;
	border: 1px solid #ff6130; 
}
.tabproducts ul.nav-pills li a.active,
.tabproducts ul.nav-pills li a:hover{
	background:  #ff6130;
	color: #FFF;
}
.videopresent{
	width: 100%;
	aspect-ratio:3/2;
	overflow: hidden;
	border-radius: 10px;
}
.videopresent iframe{
	width: 100%;
	height: 100%;
}

.content-box.raletedbox .title-works::after{display: none;}
.content-box.raletedbox .title-works{margin: 0; color: #000;}
.slideproducts{margin-bottom: 2rem;}
.slideproducts .slider-nav .img-box img,
.slideproducts .slider-for .img-box img{object-fit: scale-down;height: 100%;}
.slideproducts .slider-for .img-box{aspect-ratio:3/2;border: 1px solid #dfdfdf;}
.slideproducts .slider-nav .img-box{aspect-ratio:3/2;margin: 0;border: 1px solid #dfdfdf;}
.slideproducts .slider-nav .slick-slide{
	margin: 0 10px;
	opacity: .4;
}
.slider-nav .img-box img{
	cursor: pointer;
}
.slideproducts .slick-slide.slick-current.slick-active{opacity: 1;}

.slideproducts .slick-prev:before, .slideproducts .slick-next:before{display: none;}
.slideproducts .slick-prev, .slideproducts .slick-next{
	width: 35px;
	height: 35px;
	background-size: 100% !important;
	border-radius: 50%;
	z-index: 1;
}
.slideproducts .slick-prev{left: 0rem;background: url( "../images/left-arrow.png") center center no-repeat;}
.slideproducts .slick-next{right:0rem;background: url("../images/right-arrow.png") center center no-repeat;}
.slideproducts .slick-prev:hover,
.slideproducts .slick-next:hover{filter:none;}



.works-box.showworks .textworks{padding: 15px 10px;}
.works-box.showworks{
	margin-bottom: 1rem;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.qrcode-map{
	text-align: center;
	margin-bottom: 1rem;
	border: 1px solid #ff6130; 
	border-radius: 5px;
	overflow: hidden;
	width: 95%;
	margin: auto;
}
.qrcode-map p{
	margin: 5px 0 0;
	padding:5px;
	background: #ff6130;
	color: #FFF;
}
.qrcode-map img{
	width: auto;
	max-width: 100%;
	transition: all 0.6s;
}
.qrcode-map:hover img{transform: scale(1.05);}
.pdfdown-load{
	padding: 6px;
	background: #000;
	border: 1px solid #F00;
	min-width: 200px;
	display: inline-block;
	margin: 1rem 0;
	color: #fff;
}
.pdfdown-load:hover{
	background: #f00;
	transform: scale(.95);
}
.pdfdown-load a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pdfdown-load img{
	width: 25px;
	margin-right: 5px;
	transition: all 0.5s;
	filter: brightness(0) invert(1);
}
/***************************/
 
 
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#000;/*rgba(0,0,0,0.9);*/
  transition: 1s 0.4s;
}
 
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
/********************/
/*////////////// //////////////////////////////pagelist//////// /////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1.4rem;
    text-align: center;
}
.pagelist{
 text-align: center;
 padding:5px;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: 20px auto;
}
.pagelist li{
	display:inline-block;
	font-size:18px;
	cursor:pointer;
	padding: 0.35rem 0.3rem;
	margin: 0.2rem;
	border:1px solid #ffffff;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, 0.5);
	 
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
 color:#d4d4d4;
}
.pagelist li a{
	color: #ffffff;
	display:block;
	padding:0px 11px;;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:18px;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
    
	transition: all 0.4s;
}
.pagelist li:hover{
  background: #ff6130;
	transition: all 0.4s;
}
.pagelist li.disabled{
  background-color: rgba(0, 0, 0, 0.5);
	transition: all 0.4s;
}

.pagelist li.active   {
   background: #ff6130;
}
/********************/
/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    color: #000 ;
    z-index: 1234;
    display: block;
    font-size: 1rem;	
	background:#FFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
.policy-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.policy-box ul li{padding: 0 10px;}
.policy-box p{
	font-size: 1.1rem !important; 
	margin-bottom: 0;
	font-family: 'Kanit-Regular';
}
.policy-box a:hover{text-decoration: underline;color: #ff6130;}
.policy-box .btn-policy{
    width: 150px;
    padding: 8px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    margin: .5rem auto;
	display: flex;
    align-items: center;
    justify-content: center;
	text-transform: uppercase;
	background: #ff6130;
	border: 1px solid #ff6130;
}
.btn-policy:hover{
	transform: scale(.96);
	background: #FFF;
	color: #ff6130;
}


/*///////////End-Policy///////////////*/

/*///////////Start-Footer///////////////*/
.footer{
	color: #000;
	padding: 10% 0 5%;
	background: #FFF;
}
.footer ul{
	list-style: none;
	margin: .5rem auto;
}
.footer h1{
	color: #ff6130;
	font-size: 1.2rem;
	margin-bottom: .5rem;
	text-transform: uppercase;
	font-family: 'Kanit-Regular';
}
.footer p{margin-bottom: 0rem;}
.footer a:hover{color: #ff6130;}
.footer ul li{padding-bottom: 5px;}
.contact-footer a{display: inline-block;}
.contact-footer{margin: 1rem auto;}
.social-footer{
	text-align: center;
	margin: 1rem auto 0;
}
.social-footer  img{
	width: 35px;
	transition: all 0.6s;
	margin: auto 2px;
}
.social-footer img:hover{
	transform: scale(.95);
}
.copyright-box{
	text-align: center;
	color: #FFF;
	background: #ff6130;
	padding: 15px;
}
.text-right{text-align: right;}
.text-left{text-align: left;}
.menu-footer ul li{text-transform: uppercase;margin-bottom: 5px;}

/*///////////End-Footer///////////////*/
@media (max-width: 920px) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
		background: rgba(0,0,0,0.85);
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -10%;
		opacity: 0;
        margin: 0 !important;
        z-index: 55;
		transition: all .5s;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse::-webkit-scrollbar{width: 0;}
	.navbar-collapse.in{
		left: 0;
		opacity: 1;
		transition: all .5s;
	}
	.navbar-collapse.show {
		left: 0;
		opacity: 1;
		transition: all .5s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		transition: all .5s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all .5s !important;
	}
	.navbar-expand-lg.-collapse {
		width:100%;
		transition: all .5s;
	}

	
}




@media (min-width:400px) {
}



