html{font-size:14px;}
@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;
}
@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;
}

body{
   font-family: 'Kanit-Light';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	color: #000;
}
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: 1rem;
	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: 3px;
	width: 60%;
    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: .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: 100%;
}
#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);
	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:1.5rem 0 0;
	display: block;
    transition: all 0.6s;
	background: -webkit-linear-gradient(bottom, rgba(10, 64, 113, 1) 0%, rgba(10, 64, 113, 1) 70%, rgba(207, 206, 206, 1) 70%, rgba(207, 206, 206, 1) 100%);
	background: -o-linear-gradient(bottom, rgba(10, 64, 113, 1) 0%, rgba(10, 64, 113, 1) 70%, rgba(207, 206, 206, 1) 70%, rgba(207, 206, 206, 1) 100%);
	background: linear-gradient(to top, rgba(10, 64, 113, 1) 0%, rgba(10, 64, 113, 1) 70%, rgba(207, 206, 206, 1) 70%, rgba(207, 206, 206, 1) 100%);
}
.slim.headbar-main{box-shadow: 0 2px 5px rgba(0,0,0,0.3);}
.hamburgers-box{
    width: 100%;
	height: 100%;
	padding: 0;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headbar-main .row{
	margin: auto;
	transition: all 0.6s;
}
.navbar-brand {
    text-align: left;
    color: #FFF;
    margin: 0 0 0 -15px;
	position: relative;
	background: #FFF;
    width: 200px;
    height: 90px;
    padding: 1rem 1rem 1rem 1.5rem;
}
.navbar-brand img{
	width: 175px;
	transition: all 0.5s;
	margin: auto;
	position: relative;
	z-index: 2;
}
 .navbar-brand::before {
	content: '';
	width: 210px;
	height: 100%;
	transform: skew(20deg);
	background: #FFF;
	position: absolute;
	left: 20px;
	top: 0;
	z-index: 1;
}

.navbar-collapse .navbar-brand{
	padding: 1rem ;
	margin:0  auto 2rem;
	text-align: center;
	display: block;
	width: 100%;
	background: #FFF;
}
.navbar-collapse .navbar-brand::before{display: none;}
.navbar-collapse .navbar-brand img{width: 175px;}

.navbar-nav li{
	padding: 0 15px;
	margin-bottom: 1rem;
	position: relative;
	transition: all 0.5s;
	text-transform: uppercase;
}
.navbar-nav li:last-child{margin-bottom: 0;}
.navbar-nav li a{
	padding: 10px 15px;
	display: block;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
}
.navbar-nav li.active a, .navbar-nav a:hover{
	color: #f26c25;
}
.navbar-nav li .dropdown-menu{
	padding: 0;
	border: none;
	background: #f5f5f5;
	border-radius: 0;
}
.navbar-nav li .dropdown-menu a{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	padding: 10px 20px;
	color: #000;
}
.navbar-nav li .dropdown-menu .subdropdown a{
	padding: 10px 20px 10px 40px;
	text-align: left;
	display: block;
}
.navbar-nav li .dropdown-menu a p{margin: 0;}
.navbar-nav li .dropdown-menu a.active,
.navbar-nav li .dropdown-menu a:hover{
	color: #FFF;
	background: #f26c25;
}
.navbar-nav li .dropdown-menu a img{
	width: 33px;
	margin-right: 10px;
	transition: all 0.5s;
	filter: invert(47%) sepia(97%) saturate(451%) hue-rotate(78deg) brightness(87%) contrast(86%);
}
.navbar-nav li .dropdown-menu a.active img,
.navbar-nav li .dropdown-menu a:hover img{filter: brightness(0) invert(1);}


.social-header{
	text-align: center;
	padding: 0 30px;
	margin: 2rem auto 0;
	width: 100%;
	color: #FFF;
}
.social-header img{
	width: 35px;
	margin-right: .5rem;
	transition: all 0.8s;
}
.social-header img:hover{
	transform: scale(.95);
}
.social-header a:hover{color: #6495ed;}
.social-header ul{
	list-style: none;
	text-align: left;
	margin-bottom: 2rem;
}
.social-header ul li{margin-bottom: 1rem;}

/* Overline From Center */
.hvr-overline-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-overline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 50%;
	right: 50%;
	top: 0;
	background: #f26c25;
	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;
}
.hvr-overline-from-center:hover:before, .hvr-overline-from-center:focus:before, .navbar-nav li.active .hvr-overline-from-center:before {
	left: 25%;
	right: 25%;
}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide{position: relative;}
#carouselmainSlide .carousel-item{
	position: relative;
	overflow: hidden;
}
#carouselmainSlide .carousel-item img{
	width: 100%;
	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: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: .6;
	border: none;
	background: #3b79bd;
	border-radius: 50%;
}
#carouselmainSlide .carousel-indicators button.active{
	opacity: 1;
}

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

/*///////////Start-Content///////////////*/
.content-box{
	padding: 10% 0;
	background-size: cover !important;
}
.img-box{
	text-align: center;
	overflow: hidden;
	position: relative;
	aspect-ratio: 3/2;
}
.img-box img{
	width: 100%;
	transition: all 0.6s;
}
.title-box{
	text-align: center;
	margin-bottom: 2.5rem;
}
.title-box h1{
	font-size: 35px;
	margin: 0;
	color: #0a4071;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}
.title-box h2{
	font-size: 24px;
	margin: 0;
	color: #0a4071;
	text-transform: uppercase;
	font-family: 'Kanit-Regular';
}
.title-box h3{
	font-size: 1.2rem;
	margin: 0;
	color: #0a4071;
	font-family: 'Kanit-Regular';
}
.title-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: .9rem;
}
.title-box ul li{
	margin-right: 10px;
	letter-spacing: 1px;
}
.title-box ul li a{padding-right: 5px;}
.title-box ul li a.active,
.title-box ul li a:hover{color: #f26c25;}
.title-box p{margin: 0;}
.title-box img{
	width: 100px;
}

.readmore-btn{
	text-align: center;
	color: #FFF;
	border: 1px solid #f26c25;
	width: 165px;
	overflow: hidden;
	transition: all 0.6s;
}
.readmore-btn a{display: block; padding: 10px;}
.readmore-btn:hover{transform: scale(.97);}
/* 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: #f26c25;
  -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: #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;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: #f26c25;
}
.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.abouthome{
	background: url("../images/bg-content-1.png") center center no-repeat;
}
.aboutxt-home{
	color: #282828;
	margin-bottom: 1rem;
}
.aboutxt-home h2{
	color: #0a4071;
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.aboutxt-home p{margin: 0;}
.aboutxt-home h1{
	font-size: 26px;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}

.services-box{
	overflow: hidden;
	text-align: center;
	background: #000;
	transition: all 0.6s;
	position: relative;
	margin-bottom: 2rem;
}
.services-box:hover{background: #0a4071;}
.services-box img{
	width: 100%;
	height: 100%;
	opacity: .5;
	transition: all 0.6s;
}
.services-box:hover img{opacity: .3;transform: scale(1.05);}
.textservice{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 10px;
	display: flex;
	color: #FFF;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
	padding: 1rem;
}
.services-box:hover  .textservice {top: 0;}
.textservice h1{
	font-size: 1.4rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}

.content-box.workhome{background: #0a4071;}
.content-box.workhome .title-box h1{color: #FFF;}
.workbox:hover img{transform: scale(1.05);}
.textwork{background: #FFF;}
.textwork ul{
	list-style: none;
	display: flex;
	overflow: hidden;
	justify-content: space-between;
}
.textwork ul li:first-child{
	width: 70%;
	padding: 10px 15px 10px 5px;
	transition: all 0.5s;
}
.textwork ul li:last-child{
	width: 30%;
	background: #f26c25;
}
.textwork h1{
	font-size: 1rem;
	margin: 0;
	font-family: 'Kanit-Regular';
	
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 4);
}
.readwork {
	color: #FFF;
	background: #f26c25;
	transform: skewX(-20deg);
	height: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
	margin-left: -15px;
}
.readwork a{
	padding: 10px;
	display: block;
	transform: skewX(20deg);
}
.slidework .slick-slide{
	margin: 10px;
}
.slidework .slick-prev:before, .slidework .slick-next:before{display: none;}
.slidework .slick-prev, .slidework .slick-next{
	width: 40px;
	height: 40px;
	opacity: .7;
	top: 40%;
	background-size: 100% !important;
	z-index: 1;
}
.slidework .slick-next:hover,
.slidework .slick-prev:hover{opacity: 1; filter: invert(52%) sepia(27%) saturate(4150%) hue-rotate(346deg) brightness(98%) contrast(94%);}
.slidework .slick-prev{left: 0; background: url("../images/arrow-prev.png") center center no-repeat;}
.slidework .slick-next{right: 0; background: url("../images/arrow-next.png") center center no-repeat;}


/* Bounce To Right */
.hvr-bounce-to-right {
  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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #f26c25;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.slidecustomers .slick-slide{margin: 0 15px;}
.img-customer{
	text-align: center;
	overflow: hidden;
	transition: all 0.6s;
}
.img-customer:hover{transform: scale(1.05);}
.img-customer img{
	width: auto;
	max-width: 100%;
	object-fit:scale-down;
	transition: all 0.6s;
}
.slidecustomers {padding: 0 1rem;}
.slidecustomers .slick-dots li{
	width: auto;
	margin: auto 2px;
	height: auto;
}
.slidecustomers .slick-dots li button:before{display: none;}
.slidecustomers .slick-dots li button{
	padding: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #0a4071;
	opacity: .5;
}
.slidecustomers .slick-dots li.slick-active button{opacity: 1;}
.slidecustomers .slick-track{
	display: flex;
	align-items: center;
	justify-content: center;
}
.slidecustomers .slick-prev:before, .slidecustomers .slick-next:before{display: none;}
.slidecustomers .slick-prev, .slidecustomers .slick-next{
	width: 40px;
	height: 40px;
	background-size: 100% !important;
	opacity: .7;
	z-index: 1;
}
.slidecustomers .slick-next:hover,
.slidecustomers .slick-prev:hover{opacity: 1; filter: invert(52%) sepia(27%) saturate(4150%) hue-rotate(346deg) brightness(98%) contrast(94%);}
.slidecustomers .slick-prev{left: 0; background: url("../images/arrow-prev.png") center center no-repeat;}
.slidecustomers .slick-next{right: 0; background: url("../images/arrow-next.png") center center no-repeat;}




.bannerotherpage{
	padding: 10% 0;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.bannerotherpage .title-box{margin: 0;}
.bannerotherpage.contactuspage{background: url("../images/bg-content-6.png") center top no-repeat;}
.bannerotherpage.ourworkpage{background: url("../images/bg-content-5.png") center top no-repeat;}
.bannerotherpage.customerpage{background: url("../images/bg-content-4.png") center top no-repeat;}
.bannerotherpage.ourservicespage{background: url("../images/bg-content-3.png") center top no-repeat;}
.bannerotherpage.aboutpage{background: url("../images/bg-content-1.png") center top no-repeat;}
.bannerotherpage.policypage,
.bannerotherpage.aboutpage2{
	min-height: 280px;
	background-attachment: fixed !important;
	background: url("../images/bg-content-2.png") center center no-repeat;
	background-size: cover !important;
}
.content-otherpage{
	padding: 10% 0%;
	background: url("../images/bg-otherpage.png") center bottom no-repeat #FFF;
	background-size: 100% !important;
}
.content-otherpage.aboutpage .aboutxt-home{
	text-align: left;
	margin-bottom: 2rem;
	padding: 0;
}
.content-box.otherpage .aboutxt-home h1{margin-bottom: 1rem;}
.content-box.otherpage .aboutxt-home h2{margin:0;font-size: 1.3rem;}
.aboutxt-home span{
	font-style: italic;
	font-size: 1rem;
	color: #0a4071;
}
.textabout-center{
	margin: 2rem auto 0;
	text-align: center;
}
.textabout-center span{
	font-style: italic;
	font-size: 1rem;
	color: #0a4071;
}
.textabout-center p{margin: 0;}
.textabout-center h1{
	font-size: 26px;
	margin-bottom: .5rem;
	color: #0a4071;
	font-family: 'Kanit-Regular';
}

.img-service{text-align: center;margin: 2rem auto;}
.img-service img{
	width: auto;
	max-width: 100%;
}
.textservice-page h1{
	font-size: 1.2rem;
	margin: 0;
	color: #0a4071;
	font-family: 'Kanit-Regular';
}
.img-service p{margin-bottom: 1rem;}


.video-presents{
	width: 100%;
	overflow: hidden;
	margin: 2rem auto;
	border-radius: 10px;
	aspect-ratio:3/2;
}
.video-presents iframe{
	width: 100%;
	height: 100%;
}

.content-otherpage.relatedbox{background: #f5f5f5;}
.relatedbox .readmore-btn.relatedreadmore{
	margin: 1rem auto;
}
.title-box.detailpage{
	text-align: left;
	margin: 1rem 0 0;
}
.title-box.detailpage ul{justify-content: flex-start;}

.customer-logo{
	text-align: center;
	overflow: hidden;
	padding: 1rem;
	margin-bottom: 1rem;
	aspect-ratio:3/2;
	
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ececec;
	background: #FFF;
}
.customer-logo img{
	width: auto;
	max-width: 100%;
	object-fit: scale-down;
	transition: all 0.6s;
}
.customer-logo:hover img{transform: scale(1.05);}
.workbox.workpage {
	margin-bottom: 2rem;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.workbox.workpage .textwork h1{
	font-size: 1rem;
	-webkit-line-clamp: 3;
    height: calc(1rem * 1.3 * 3);
}

.slideshowwork .slider-nav .slick-next,
.slideshowwork .slider-nav .slick-prev{
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	z-index: 1;
	opacity: .7;
}
.slideshowwork .slider-nav .slick-prev{
	left: -10px;
	background: url("../images/arrow-prev.png") center center no-repeat;
}
.slideshowwork .slider-nav .slick-next{
	right: -10px;
	background: url("../images/arrow-next.png") center center no-repeat;
}
.slideshowwork .slider-nav .slick-next:hover,
.slideshowwork .slider-nav .slick-prev:hover{
	opacity: 1;
	filter: invert(47%) sepia(91%) saturate(558%) hue-rotate(337deg) brightness(93%) contrast(105%);
}
.slideshowwork .slider-nav .slick-prev:before, 
.slideshowwork .slider-nav .slick-next:before{display: none;}
.slideshowwork .slick-slide .img-box{
	aspect-ratio:3/2;
}
.slideshowwork .slick-slide .img-box img{
	aspect-ratio:3/2;
	height: 100%;
	object-fit: cover;
}
.slideshowwork .slider-nav .slick-slide{margin: 0 8px 0 0;}
.slideshowwork .slider-nav{
	padding: 0 10px;
	margin-top: .5rem;
}


.mapbox {
	margin: 2rem auto;
	overflow: hidden;
	aspect-ratio:3/2;
	box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.social-box h1,
.contact-box h1,
.address-box h1{
	font-size: 1.2rem;
	margin-bottom: 0;
	color: #0a4071;
	font-family: 'Kanit-Regular';
}
.social-box hr,
.contact-box hr,
.address-box hr{
	width: 4em;
	margin: .5rem 0 1rem;
	opacity: 1;
	border-color: #0a4071;
	border-width: 2px;
}
.contact-box a:hover{color: #f26c25;}
.contact-box{margin: 1rem auto;}
.contact-box ul{list-style: none;}
.social-box img{
	width: 35px;
	transition: all 0.6s;
}
.social-box img:hover{transform: scale(1.05);}


.contactform{
	padding: 2rem 1rem;
	color: #FFF;
	background-color: #0a4071;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.contactform h1{
	font-size: 24px;
	margin-bottom: 2rem;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
	text-align: center;
}
.contactform .fa-paper-plane{font-size: 1.8rem;}


.detail-form{margin-bottom: 1rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #f26c25;
	font-size: 1.4rem;
	vertical-align: middle;
}
.detail-form span, 
.detail-form p.red-text, 
.control-label span{
	color: #FF0000;
	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: none;
	border-bottom: 1px solid #FFF;
    width: 100%;
	color: #FFF;
	border-radius: 0;
	height: auto;
	margin: 0;
	line-height: normal;
	box-shadow: none;
    background-color:transparent;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color:#f26c25;
	color: #f26c25;
}
.form-text::placeholder{color: rgb(255 255 255 / 15%);}
.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 #f26c25;
    color: #FFF;
    background: #f26c25;
    margin:1rem auto 0;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 5px;
}
.sendus-btn:hover{
    background: #FFF;
	color: #f26c25;
}

.text-policy{margin-bottom: 1rem;}
.text-policy h1{
	font-size: 1.2rem;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
}
.text-policy h2{
	font-size: 1.2rem;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
}
.text-policy h3{
	font-size: 1rem;
	margin-bottom: 0;
	font-family: 'Kanit-Regular';
}
.text-policy a:hover{color: #f26c25;}
.text-policy ul{
	list-style: none;
	padding-left: 3%;
	margin: 1rem auto;
}
.text-policy ul li{margin-bottom: 8px;}
.text-policy .fa-circle{
	font-size: 12px;
	margin-right: 10px;
	vertical-align: middle;
}
.text-policy p{
	margin-bottom: 1rem;
	text-indent: 1%;
}
/*///////////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: #f26c25;
}
.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;
    justify-content: center;
	text-transform: uppercase;
	border: none;
	background:#f26c25;
}
.btn-policy:hover{
	transform: scale(.96);
}


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

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background:#0a4071;
}
.footer ul{list-style: none;}
.footer h1{
	font-size: 24px;
	color: #FFF;
	margin-bottom: 0;
	text-transform: uppercase;
	font-family: 'Kanit-Regular';
}
.footer hr{
	width: 5em;
	margin: .5rem 0 1rem;
	opacity: 1;
	border-color: #1fa12e;
}
.footer p{margin-bottom: 0rem;}
.footer a:hover{color: #f26c25;}
.footer hr{
	opacity: 1;
	border-color: #FFF;
	width: 5em;
}

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

/*///////////End-Footer///////////////*/
@media (max-width: 920px) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
		background: #0a4071;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
		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) {
}

/* ------------------------------------ */
.slidenews .slick-prev::before,
.slidenews .slick-next::before {
  display: none;
}
.slidenews .slick-prev {
  left: 0;
  width: 25px;
  height: 25px;
  z-index: 1;
  filter: invert(50%) sepia(34%) saturate(630%) hue-rotate(160deg)
    brightness(102%) contrast(101%);
  background-size: 100% !important;
  background: url("../ourservices/images/prev.png") center center no-repeat;
}
.slidenews .slick-next {
  right: 0;
  width: 25px;
  height: 25px;
  z-index: 1;
  filter: invert(50%) sepia(34%) saturate(630%) hue-rotate(160deg)
    brightness(102%) contrast(101%);
  background-size: 100% !important;
  background: url("../ourservices/images/next.png") center center no-repeat;
}
.slidenews.slick-slider .slick-track {
  padding: 2rem 0;
}

.slidenews.slick-slider .slick-slide .img-box {
  transform: scale(0.95);
  opacity: 0.5;
  transition: all 0.6s;
  position: relative;
}
.slidenews .slick-slide.slick-current.slick-active .img-box {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: scale(1.2);
  opacity: 1;
  transition: all 0.6s;
  z-index: 21;
}

.readmore-btn.pdfdownload{
	width: 220px;
	margin: 1rem 0;
}

