html{
	font-size:14px;
}
@font-face {
   font-family: 'Kanit-Bold';
   src: url('fonts/Kanit-Bold.eot');
   src: url('fonts/Kanit-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-Bold.woff') format('woff'),
      url('fonts/Kanit-Bold.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-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-Light';
   src: url('fonts/Kanit-Light.eot');
   src: url('fonts/Kanit-Light.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-Light.woff') format('woff'),
      url('fonts/Kanit-Light.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

body{
   font-family: 'Kanit-Light';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

#nav-icon3{
	z-index: 56;
	width: 30px;
	height: 30px;
	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: 33px;
    background: #66ccff;
    border-radius: 6px;
	opacity: 1;
	left: 0%;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s 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: 75%;
	left: auto;
	right: 0;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
}
#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);
}
#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}
/*#nav-icon3.open{
	top: -1.5rem;
    right: .0rem;
}*/



/********************/
 
.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;
}

/*///////////Start-Header///////////////*/
.contactbar{
	background: #99ccff;
	padding: 10px 0;
	color: #FFF;
	display: none;
}
.contactheader ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.contactheader ul li{
	margin: 0 10px;
}
.contactheader img{
	width: 25px;
	margin: 0 10px 0 0;
	filter: brightness(0) invert(1);
}
.contactheader a:hover{color: #000;text-decoration: underline;}
.headbar-main{
    padding:.75rem 0;
	display: block;
    transition: all 0.6s;
	background-color:#F6F4F3;
}
.slim.headbar-main{box-shadow: 0 2px 10px rgba(0,0,0,0.2);}
.hamburgers-box{
    width: 100%;
	height: 100%;
	padding: 0;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: 100%;
    text-align: left;
	color: #FFF;
    margin: 0 ;
	padding: 0;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 130px;
	transition: all 0.5s;
	margin: auto;
}

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

.navbar-nav li{
	padding: 0;
	position: relative;
	transition: all 0.5s;
}
.navbar-nav li a{
	padding: 8px 10px;
	display: block;
	color: #000;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
}
.navbar-nav li.active a, .navbar-nav a:hover{
	color: #66ccff;
}

.navbar-nav li .dropdown-menu{
	padding: 0;
	border: none;
	overflow: hidden;
	border-radius: 10px;
	background: #66ccff;
	color: #FFF;
	margin: 0;
}
.navbar-nav li .dropdown-menu a{
	padding: 15px 25px;
	color: #FFF;
}
.navbar-nav li .dropdown-menu a.active,
.navbar-nav li .dropdown-menu a:hover{
	color: #66ccff;
	background: #FFF;
}


/* Underline From Center */
.hvr-underline-from-center {
  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;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #66ccff;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-nav li .hvr-underline-from-center:hover:before, .navbar-nav li .hvr-underline-from-center:focus:before, .navbar-nav li.active .hvr-underline-from-center:before {
  left: 0;
  right: 0;
}





.social-header{
	text-align: center;
	padding: 0 10px;
	color: #FFF;
	margin: 2rem auto;
}
.social-header img{
	width: 35px;
	margin: auto;
	transition: all 0.8s;
	
}
.social-header img:hover{
	transform: scale(.95);
}
.social-header ul{
	list-style: none;
	text-align: left;
	margin: .75rem auto;
	line-height: 2;
}
.social-header a:hover{
	color: #66ccff;
	text-decoration: underline;
}
.social-header ul img{width: 22px;}
.social-header ul li a{padding: 0;}

.language-box.mobiledisplay{
	position: absolute;
	top: 0rem;
	right: 2.5rem;
	padding: 0;
}
.language-box img{
	width: 35px;
	transition: all 0.6s;
	filter: invert(73%) sepia(45%) saturate(568%) hue-rotate(183deg) brightness(99%) contrast(105%);
}
.language-box .dropdown-menu{
	padding: 0;
	border: none;
	border-radius: 10px;
	width: 100%;
	min-height: inherit;
	background: #66ccff;
	left: auto;
	right: 0;
	margin: 0;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.language-box .dropdown-menu a{
	display: block;
	text-align: left;
	padding: 10px 15px;
	color: #FFF;
}
.language-box .dropdown-menu a:hover{
	background: #FFF;
	color: #66ccff;
}

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

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide .carousel-item{position: relative;}
#carouselmainSlide .carousel-item img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
#carouselmainSlide .carousel-control-next, 
#carouselmainSlide .carousel-control-prev{z-index: 5;}

#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
	z-index: 4;
}
#carouselmainSlide .carousel-indicators button{
	width: 35px;
	height: 6px;
	margin: 0 3px;
	opacity: 1;
	border: none;
	background: rgb(255 255 255 / 50%);
}
#carouselmainSlide .carousel-indicators button.active{
	background:rgb(255 255 255 / 100%);
}

/*banner*/
.banner-captions{
    position: absolute;
    width: 100%;
    color: #FFF;
    /*text-transform: uppercase;*/
    text-shadow: 0px 1px 0.98px rgba(0, 0, 0, 0.49);
}
/*
caption1  == บนซ้าย
caption2  == บนกลาง
caption3  == บนขวา
caption4  == กลางซ้าย
caption5  == กลาง
caption6  == กลางขวา
caption7  == ล่างซ้าย
caption8  == ล่างกลาง
caption9  == ล่างขวา
*/
/*.caption1{left: 2rem; bottom: 2rem;}
.caption2{bottom: 2rem;text-align: center;}
.caption3{top: 1rem;left: 2rem;}
.caption4{right: 2rem;top: 4rem;text-align: right;}
.caption5{right: 2rem;bottom: 2rem;text-align: right;}
.caption7{
    text-align: center;
    top: 50%;
    transform: translate(0,-50%);
}*/
.caption1{left: 2rem;top: 2rem;}
.caption2{top: 2rem;text-align: center;}
.caption3{top: 2rem;text-align: right; right: 2rem;}
.caption4{left: 2rem; /*top: 35%;*/	top: calc(100% - 50%);}
.caption5{
    text-align: center;
    /*top: 35%;*/
	top: calc(100% - 50%);
    transform: translate(0,-50%);
}
.caption6{
	right: 2rem;
	/*top: 35%;*/
	top: calc(100% - 50%);
	text-align: right;
}
.caption7{left: 2rem; bottom: 2rem;}
.caption8{bottom: 2rem;text-align: center;}
.caption9{bottom: 2rem;text-align: right; right: 2rem;}


/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.content-box{
	background-size: cover !important;
	padding: 10% 0;
}
.img-box{
	text-align: center;
	overflow: hidden;
}

.img-box img{
	width: 100%;
	transition: all 0.5s;
}

.title-box {
	text-align: center;
	margin-bottom: 2rem;
}
.title-box h1{
	font-size: 30px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}
.title-box p{margin: 0;}
.img-about{
	text-align: right;
	overflow: hidden;
	background: url("../images/bg-about.png") top left no-repeat;
	background-size: 100% !important;
}
.img-about.rightabout{
	text-align: left;
	background: url() top left no-repeat;
}
.img-about img{
	width: 100%;
}
.textabout-home{margin: 2rem 0;}
.textabout-home ul{
	list-style: none;
	display: flex;
	align-items: center;
	margin: 1rem auto;
}
.textabout-home span,
.textabout-home h2{
	font-size: 1.2rem;
	margin: 0;
	color: #66ccff;
	font-family: 'Kanit-Medium';
}
.textabout-home img{
	width: auto;
	margin-right: 10px;
}
.textabout-home h1{
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.textabout-home span{text-transform: uppercase;}
.textabout-home ul h1{margin: 0;font-family: 'Kanit-Regular';}
.textabout-home p{margin: 0;}

.readmore-about{
	border: 1px solid #66ccff;
	background: #FFF;
	border-radius: 30px;
	width: 185px;
	position: relative;
	padding: 7px 0;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.readmore-about img{
	width: 30px;
	margin: 0 8px 0 5px;
	filter: invert(72%) sepia(9%) saturate(2913%) hue-rotate(170deg) brightness(101%) contrast(101%);
}
.readmore-about span{
	border-radius: 30px;
	background: #66ccff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #FFF;
	transition: all 0.6s;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}
.readmore-about:hover span{width: 80%;}
.readmore-about a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.content-box.servicecontent{background: url("../images/bg-blue.png") center center no-repeat;background-attachment: fixed !important;}

.content-box.servicecontent .title-box h1{color: #FFF;}
.services-box{
	background: #FFF;
	border-radius: 10px;
	padding: .5rem;
}
.text-services{
	text-align: center;
	margin-bottom: 1rem;
}
.text-services h1{
	font-size: 1.1rem;
	margin: 0;
	font-family: 'Kanit-Medium';
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1.1rem * 1.3 * 2);
}
.services-box .img-box{
	border-radius: 10px;
	position: relative;
}
.services-box .img-box:hover img{transform: scale(1.05);}
.services-box .img-box span{
	background: url("../images/bg-img.png") left bottom no-repeat;
	background-size: cover !important;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 70px;
	height: 70px;
	padding: 0 4px 4px 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	z-index: 1;
}
.services-box .img-box span img{
	width: 35px;
	transform: rotate(-45deg) scale(1);
	transition: all 0.6s;
	filter: invert(73%) sepia(45%) saturate(568%) hue-rotate(183deg) brightness(99%) contrast(105%);
}
.services-box .img-box:hover span img{transform: rotate(0deg) scale(1);}

.slideservices .slick-prev:before, .slideservices .slick-next:before{display: none;}
.slideservices .slick-prev{
	width: 35px;
	height: 35px;
	background: url("../images/arrow-prev.png") center center no-repeat;
	background-size: 100% !important;
	left: -2.5rem;
	z-index: 1;
	filter: brightness(0) invert(1);
}
.slideservices .slick-next{
	width: 35px;
	height: 35px;
	background: url("../images/arrow-next.png") center center no-repeat;
	background-size: 100% !important;
	right: -2.5rem;
	z-index: 1;
	filter: brightness(0) invert(1);
}
.slideservices .slick-next:hover, 
.slideservices .slick-prev:hover{filter: invert(72%) sepia(9%) saturate(2913%) hue-rotate(170deg) brightness(101%) contrast(101%);}
.slideservices .slick-slide{padding: .5rem;}
.slideservices .slick-list{padding: 1rem;}


.readmore-btn{
	width: 185px;
	padding: 5px 10px 5px 25px;
	text-align: center;
	color: #66ccff;
	margin: auto;
	border: 1px solid #66ccff;
	border-radius: 30px;
	overflow: hidden;
}
.readmore-btn img{
	width: 35px;
	margin: 0 0 0 10px ;
	transition: all 0.6s;
	filter: invert(72%) sepia(9%) saturate(2913%) hue-rotate(170deg) brightness(101%) contrast(101%);
}
.readmore-btn:hover img{ filter: brightness(0) invert(1);transform: translateX(-10px);}
.readmore-btn a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
/* 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: #FFF;
  -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: #66ccff;
  -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;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}


.content-box.whyuscontent{background: rgb(153 204 255 / 30%);}
.title-whyus{
	text-align: left;
	margin-bottom: 1rem;
}
.title-whyus img{
	width: 90px;
	filter: invert(83%) sepia(32%) saturate(5172%) hue-rotate(175deg) brightness(104%) contrast(101%);
}
.title-whyus h1{
	font-size: 1.4rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.slidewhyus .slick-dots,
.slideservices .slick-dots{display: none !important;}
.slidewhyus .slick-prev:before, .slidewhyus .slick-next:before{display: none;}
.slidewhyus .slick-prev {
    width: 30px;
    height: 30px;
    background: url(../images/arrow-prev.png) center center no-repeat;
    background-size: 100% !important;
    left: -12rem;
    top: 90%;
    z-index: 1;
    filter: invert(72%) sepia(10%) saturate(2483%) hue-rotate(170deg) brightness(101%) contrast(103%);
}
.slidewhyus .slick-next{
	width: 30px;
	height: 30px;
	background: url("../images/arrow-next.png") center center no-repeat;
	background-size: 100% !important;
	right: auto;
    top: 90%;
    left: -10rem;
	z-index: 1;
	filter: invert(72%) sepia(10%) saturate(2483%) hue-rotate(170deg) brightness(101%) contrast(103%);
}
.slidewhyus .slick-next:hover, 
.slidewhyus .slick-prev:hover{filter: invert(80%) sepia(70%) saturate(3482%) hue-rotate(189deg) brightness(113%) contrast(104%);}
.slidewhyus .slick-slide{padding: .5rem;}

.whyusbox{
	padding: 1rem .5rem;
	background: #FFF;
	border-radius: 8px;
	text-align: center;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.whyusbox h1{
	font-size: 1.2rem;
	margin: .3rem 0;
	font-family: 'Kanit-Medium';
}
.whyusbox p{
	margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 6);
}
.icon-img{
	width: 60px;
	height: 60px;
	margin: auto;
	transition: all 0.6s;
	border-radius: 50%;
	background: #66ccff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .5rem;
}
.whyusbox:hover .icon-img{transform: scale(.95);}
.icon-img img{
	width: auto;
	max-width: 100%;
	transition: all 0.6s;
}

.img-customer{
	text-align: center;
	overflow: hidden;
	position: relative;
}
/*.img-customer img{
	width: 100%;
	transition: all 0.6s;
	aspect-ratio:4/2;
	object-fit: scale-down;
}*/
.img-customer img.top-customer{
	position: absolute;
	left: 0;
	top: 10px;
	opacity: 0;
	transition: all 0.6s;
}
/*.img-customer:hover img.top-customer{opacity: 1;top: 0;}*/


.img-customer img{
 width: 100%;
 transition: all 0.6s;
 aspect-ratio:4/2;
 object-fit: scale-down;
 filter: grayscale(100%);
 opacity: .7;
}
.img-customer:hover img{filter:none;opacity: 1;}



.content-box.portfoliopage,
.content-box.contactpage{padding: 2% 0 10%;}

.social-box,
.contact-box,
.address-box{margin-bottom: 2rem;}
.address-box h1,
.contact-box h1,
.social-box h1{
	font-size: 1.3rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
	text-transform: uppercase;
}
.contact-box ul{list-style: none;}
.address-box p {margin: 0;}
.social-box img{
	width: 35px;
	transition: all 0.5s;
}
.hispage{margin-bottom: 1rem;}
.hispage ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	color: #bfbfbf;
}
.hispage ul li.active a,
.hispage ul li a:hover{
	color: #99ccff;
}
.hispage ul li{margin-right: 5px;}
.hispage ul li:last-child{margin-right: 0;}

.title-portfolio {
	margin-bottom: 2rem;
	color: #5c5c5c;
}
.title-portfolio h1{
	color: #06048c;
	font-size: 1.4rem;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}
.title-portfolio p{margin: 0;}
.title-portfolio ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: .5rem 0;
}
.title-portfolio ul li{margin-right: 8px;}
.portfolio-box{
	margin-bottom: 2rem;
}
.portfolio-box .img-box{
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio:4/3;
	transition: all 0.5s;
	
	background: -webkit-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: -o-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: linear-gradient(150deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
}
.portfolio-box .img-box img{
	object-fit: cover;
	aspect-ratio:4/3;
}
.portfolio-box:hover .img-box{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.portfolio-box:hover img{transform: scale(1.05);}
.img-box h1{
	font-size: 1.6rem;
	margin-bottom: 0;
	color: #a9a9a9;
	transition: all 0.5s;
	font-family: 'Kanit-Medium';
}
.img-box p{margin: 0;color: #a9a9a9;}
.portfolio-box:hover .img-box h1{transform: scale(1.05);}
.text-portfolio {margin-top: 1rem;}
.text-portfolio h1{
	font-size: 1.1rem;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 *1);
	margin: 0;
	color: #223c77;
	font-family: 'Kanit-Medium';
}
.text-portfolio p{
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 *1);
}
.text-portfolio ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size: .9rem;
	margin-top: .5rem;
	color: #686868;
}
.text-portfolio ul .ic-size{font-size: 14px;margin-right: 5px;}


.slideproducts{margin-bottom: 2rem;}
.slideproducts .slick-prev, .slideproducts .slick-next{
	top: 0;
    height: 100%;
	z-index: 3;
    transform: translate(0, 0);
}
.slideproducts .slick-prev{left: -10px;}
.slideproducts .slick-next{right: -4px;}
.slideproducts .slick-prev:before, .slideproducts .slick-next:before {
    font-size: 30px;
    opacity: 1;
    color: #06048c;
	z-index: 5;
}
.slideproducts .slider-for .item{padding: 1rem;}
.slideproducts .slider-nav{padding: 0 1rem;}
.slideproducts .slider-nav .item{padding: .3rem;}
.slideproducts .slider-nav .products-pic{margin-right: 8px;}

.slide-gallery{margin-bottom: 2rem;}
.slide-gallery .slick-prev, .slide-gallery .slick-next{
	top: 0;
    height: 100%;
    transform: translate(0, 0);
}
.slideproducts .slider-for .gallery-box{
	margin-right: 5px;
	margin-bottom: 0;
}
.slide-gallery .slider-nav .gallery-box{
	margin-right: 5px;
	margin-bottom: 0;
}
.slide-gallery .slick-prev{left: -45px;}
.slide-gallery .slick-prev:before, .slide-gallery .slick-next:before {
    font-size: 35px;
    opacity: 1;
    color: #312d2c;
}

.gallery-box .img-box{
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio:3/2;
	transition: all 0.5s;
	
	background: -webkit-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: -o-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: linear-gradient(150deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
}
.gallery-box .img-box img{
	/*object-fit: cover;
	aspect-ratio:3/2;*/
	aspect-ratio: 4 / 3;
    object-fit: scale-down;
}
.gallery-box:hover .img-box{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.gallery-box:hover img{transform: scale(1.05);}
.img-box h1{
	font-size: 1.6rem;
	font-family: 'Kanit-Medium';
	margin-bottom: 0;
	color: #a9a9a9;
	transition: all 0.5s;
}
.img-box p{margin: 0;color: #a9a9a9;}
.gallery-box:hover .img-box h1{transform: scale(1.05);}



.messagebox{
	background: #99ccff;
	color: #FFF;
	padding: 1rem;
	margin: 2rem auto;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.messagebox .fa-paper-plane{
	font-size: 2rem;
	color: #FFF;
}
.messagebox h1{
	color: #FFF;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}

.detail-form{margin-bottom: 1rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #FFF;
	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: 5px;}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
	border: 1px solid #FFF;
    width: 100%;
	color: #FFF;
	border-radius: 7px;
	height: auto;
	margin: 0;
	line-height: normal;
    background-color: transparent;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #000;
	color: #000;
}
.form-text::placeholder{color: #FFF;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 200px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #FFF;
    color: #99ccff;
    background: #FFF;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 10px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #99ccff;
	color: #FFF;
	transform: scale(.98);
}

.mapbox {
	width: 100%;
	height: 280px;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}
.bannerpage{
	text-align: center;
	overflow: hidden;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.bannerpage img{width: 100%;}


.textabout-home.textabout-aboutpage{
	text-align: center;
	margin-bottom: 3rem;
}
.icon-about {text-align: center;margin-bottom: 2rem;}
.icon-about img{
	width: auto;
	max-width: 100%;
	transition: all 0.6s;
	filter: invert(76%) sepia(36%) saturate(910%) hue-rotate(181deg) brightness(102%) contrast(101%);
}
.icon-about:hover img{transform: scale(.95);}
.icon-about p{
	margin: .75rem auto;
	font-family: 'Kanit-Regular';
}
.textabout-left{margin: 2rem auto;}
.textabout-left h1{
	font-size: 1.4rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.textabout-left p{
	margin-top: .5rem;
}

.slidedetailproducts{margin-bottom: 2rem;}
.slidedetailproducts .slider-nav {margin-top: 1rem;padding: 0 10px;}
.slidedetailproducts .slider-nav .slick-slide{padding: 5px;}
.slidedetailproducts .slider-nav .img-product{opacity: .5;}
.slidedetailproducts .slider-nav .slick-slide.slick-current.slick-active .img-product{opacity: 1;}
.slidedetailproducts .slick-prev::before,
.slidedetailproducts .slick-next::before{display: none;}
.slidedetailproducts .slick-prev{
	left: 0;
	width: 25px;
	height: 25px;
	z-index: 1;
	filter: invert(73%) sepia(45%) saturate(568%) hue-rotate(183deg) brightness(99%) contrast(105%);
	background-size: 100% !important;
	background: url("../productsandservices/images/prev.png") center center no-repeat;
}
.slidedetailproducts .slick-next{
	right: 0;
	width: 25px;
	height: 25px;
	z-index: 1;
	filter: invert(73%) sepia(45%) saturate(568%) hue-rotate(183deg) brightness(99%) contrast(105%);
	background-size: 100% !important;
	background: url( "../productsandservices/images/next.png") center center no-repeat;
}


.img-product{
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio:3/2;
	transition: all 0.5s;
	
	background: -webkit-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: -o-linear-gradient(60deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
	background: linear-gradient(150deg, rgba(222, 222, 222, 1) 0%, rgba(222, 222, 222, 1) 60%, rgb(213 212 212) 60%, rgba(222, 222, 222, 1) 100%);
}
.img-product img{
	object-fit: cover;
	aspect-ratio:3/2;
	width: 100%;
	transition: all 0.6s;
}
.img-product:hover {box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.img-product:hover img{transform: scale(1.05);}

.textdetail-products{
	margin: 2rem auto;
}
.textdetail-products h1{
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
	color: #000;
}
.textdetail-products p{margin-bottom: 1rem;text-indent: 3%;}
.title-box.subtitle{text-align: left;}
.pageclick ul{justify-content: center;}
.page-item .page-link{border-color: #66ccff;color: #66ccff;}
.video-presents{
	overflow: hidden;
	width: 100%;
	aspect-ratio:3/2;
	border-radius: 10px;
	margin-bottom: 3rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.video-presents iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.textpolicy h1{
	font-size: 1.2rem;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
}
.textpolicy h2{
	font-size: 1rem;
	margin: 0;
	font-family: 'Kanit-Regular';
}
.textpolicy a:hover{color: #66ccff;}
.textpolicy .fa-angles-right{margin-right: 10px;}
.textpolicy p{margin-bottom: .5rem;}
.textpolicy ul{
	list-style: none;
	padding-left: 1rem;
	margin: .5rem auto;
}
.services-box.portfoliobox{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.portfoliobox .img-box img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
/*///////////End-Content///////////////*/

/*///////////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;
	color: #66ccff;
}
.policy-box a{text-decoration: underline;}
.policy-box a:hover{text-decoration: none;}
.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;
	border: 1px solid #66ccff;
    justify-content: center;
	border-radius: 27px;
	background:#66ccff;
	text-transform: uppercase;
}
.btn-policy:hover{
	transform: scale(.96);
	background:#FFF;
    color: #66ccff;
}


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

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: #99ccff;
}
.footer ul{list-style: none;}
.footer h1{
	font-size:17px;
	margin: .5rem auto;
	font-family: 'Kanit-Medium';
	text-transform: uppercase;
}
.logo-footer{
	text-align: center;
	margin-bottom: 2rem;
}
.logo-footer img{
	width: auto;
	max-width: 100%;
	filter: none;
}
.footer p{margin-bottom: 0rem;}
.footer a:hover{text-decoration: underline;color: #000;}
.address-footer{margin-bottom: 2rem;}

.footer ul li{padding-bottom: 8px;}
.copyright-box{
	text-align: center;
	margin-top: 8%;
	padding: 5% 3% 0;
	border-top: 1px solid #FFF;
}
.social-footer{
	text-align: center;
	margin: 2rem auto;
}
.social-footer img{
	width: 30px;
	margin: auto;
	transition: all 0.6s;
}
.social-footer img:hover{
	transform: scale(.95);
}
.text-right{text-align: right;}
.text-left{text-align: left;}

/*///////////End-Footer///////////////*/



.pageclik ul.pagination{
	justify-content: center;
	margin: 1rem auto 0;
}
.pageclik ul.pagination li a{
	background-color: #FFF;
    /*border-color: #ffffff;*/
	box-shadow: none;
	border-radius: 0;
	/*color: #FFF;*/
}
.pageclik ul.pagination li.active a,
.pageclik ul.pagination li:hover a{    color: #ffffff;
    background: #66ccff;}



.video-present{
	width: 100%;
    aspect-ratio: 3 / 2;
	border-radius: 20px;
	overflow: hidden;
}
.video-present iframe{
	width: 100%;
	height:100%;
	object-fit: cover;
}

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











