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

body{
   font-family: 'Kanit-Light';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	color: #282828;
}
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: 3px;
	width: 60%;
    background: #053c62;
    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: 0;
	display: block;
    transition: all 0.6s;
	background-color:#FFF;
}
.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: 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: 170px;
	transition: all 0.5s;
	margin: auto;
}

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

.navbar-nav li img{
	width: 33px;
    transition: all 0.5s;
	filter: invert(18%) sepia(35%) saturate(2457%) hue-rotate(177deg) brightness(95%) contrast(97%);
}
.navbar-nav li{
	padding: 0 30px;
	margin-bottom: 1rem;
	position: relative;
	transition: all 0.5s;
	text-transform: uppercase;
}
.navbar-nav li a{
	padding: 8px 15px;
	display: block;
	color: #053c62;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
	font-family: 'Kanit-Regular';
}
.navbar-nav li.active a img, .navbar-nav a:hover img{
	transform: scale(1.03);
	filter: invert(13%) sepia(50%) saturate(7475%) hue-rotate(359deg) brightness(123%) contrast(123%);
}
.navbar-nav li.active a, .navbar-nav a:hover{
	color: #ff0202;
}
.contact-headermobile{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 5px;
	background: url("../images/bg-contactheader.png") center center no-repeat;
	color: #FFF;
	margin-bottom: .5rem;
}
.contact-headermobile p{margin: 0 5px 0 0;}
.contact-headermobile img{
	width: 24px;
	margin-right: 7px;
	filter: brightness(0) invert(1);
}
.contact-header{
	display: none;
	align-items: center;
	justify-content: flex-end;
	padding: 5px;
	background: url("../images/bg-contactheader.png") left center no-repeat;
	color: #FFF;
	background-size: cover !important;
	position: relative;
	margin-bottom: .5rem;
}
.contact-header a:hover{color: #ff0202;}
.contact-header p{margin: 0 5px 0 0;}
.contact-header img{
	width: 24px;
	margin-right: 7px;
	filter: brightness(0) invert(1);
}
.social-header{
	text-align: center;
	padding: 0 10px;
	color: #053c62;
	margin: 2rem auto;
	width: 100%;
}
.social-header p img{
	width: 25px;
	margin-right: 5px;
	filter: invert(18%) sepia(35%) saturate(2457%) hue-rotate(177deg) brightness(95%) contrast(97%);
}
.social-header img{
	width: 45px;
	margin: auto;
	transition: all 0.8s;
}
.social-header img:hover{
	transform: scale(.95);
}
.social-header ul{
	list-style: none;
}

.languagemb-box{
	border: 2px solid #32a994;
	background: #FFF;
	border-radius:50%;
	position: absolute;
	top: 1rem;
	right: 4rem;
	padding: 5px;
	width: 40px;
	height: 40px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.language-box{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	border-radius: 30px;
	overflow: hidden;
	border: 1px solid #32a994;
	background: #FFF;
	color:  #32a994;
}
.language-box a{
	padding: 6px 20px;
	text-align: center;
	display: block;
	width: 50%;
	position: relative;
	transition: all 0.6s;
}
.language-box a.active,
.language-box a:hover{
	color: #FFF;
	background: #32a994;
	border-radius: 30px;
}
/********************/
 
.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;
}



/*///////////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: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: .6;
	border: none;
	background: #ff0202;
	border-radius: 50%;
}
#carouselmainSlide .carousel-indicators button.active{
	opacity: 1;
}

/*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%;}
.caption5{
    text-align: center;
    top: 35%;
    transform: translate(0,-50%);
}
.caption6{
	right: 2rem;
	top: 35%;
	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{
	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-box{
	text-align: center;
	margin-bottom: 2.5rem;
}
.title-box h1{
	font-size: 33px;
	margin: 0;
	font-family: 'Kanit-Medium';
	color: #053c62;
	text-transform: uppercase;
}
.title-box p{margin: 0;}

.textbox-1{
	color: #053c62;
	margin-bottom: 1rem;
}
.textbox-1 ul{
	list-style: none;
	margin-bottom: 1rem;
}
.textbox-1 a:hover{color: #ff0202;}
.textbox-1 ul img{
	width: 25px;
	margin-right: 5px;
	filter: invert(18%) sepia(35%) saturate(2457%) hue-rotate(177deg) brightness(95%) contrast(97%);
}
.textbox-1 h1 img{
	width: 60px;
}
.textbox-1 ul li{margin-bottom: .5rem;}
.textbox-1 ul h1{
	color: #053c62;
	font-size: 22px;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.textbox-1 p{margin: 0;}
.textbox-1 h1{
	font-size: 30px;
	margin: 0;
	color: #ff0202;
	font-family: 'Kanit-Medium';
}
.textbox-1 h2{
	font-size: 24px;
	margin-bottom: 1rem;
	font-family: 'Kanit-Regular';
}
.textbox-1 h3{
	font-size: 21px;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}


.contact-set{margin: 2rem auto;}
.contact-set h1{
	text-align: center;
	margin-bottom: 1rem;
	font-size: 30px;
	color: #053c62;
	font-family: 'Kanit-Medium';
}
.contact-boxcolor{
	padding: 8px 15px;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	color: #FFF;
	background: #1f95d5;
	margin-bottom: 1rem;
	border: 1px solid #1f95d5;
}
.contact-boxcolor:hover{
	background: #FFF;
	color: #1f95d5;
}
.contact-boxcolor img{
	width: 28px;
	margin-right: 8px;
	filter: brightness(0) invert(1);
}
.contact-boxcolor:hover img{filter: invert(45%) sepia(97%) saturate(1077%) hue-rotate(172deg) brightness(91%) contrast(82%);}
.contact-boxcolor.greencolor{
	background: #32b620;
}
.contact-boxcolor.greencolor:hover{
	color: #32b620;
	border-color: #32b620;
	background: #FFF;
}
.contact-boxcolor.greencolor:hover img{filter: invert(74%) sepia(51%) saturate(4695%) hue-rotate(69deg) brightness(89%) contrast(87%);}

.title-products{
	text-align: center;
	margin-bottom: 2.5rem;
}
.title-products h1{
	font-size: 33px;
	margin: 0;
	font-family: 'Kanit-Medium';
	color: #ff0202;
	text-transform: uppercase;
}
.readmore-btn a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.readmore-btn{
	padding: 8px 20px;
	text-align: center;
	color: #053c62;
	border: 1px solid #053c62;
	margin: 2rem auto;
	width: 200px;
	transition: all 0.6s;
}
.readmore-btn img{
	width: 30px;
	margin-left: 5px;
	transition: all 0.6s;
	filter: invert(18%) sepia(35%) saturate(2457%) hue-rotate(177deg) brightness(95%) contrast(97%);
}
.readmore-btn:hover{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.readmore-btn:hover img{
	transform: translateX(10px);
	filter: brightness(0) invert(1);
}
/* Sweep To Right */
.hvr-sweep-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.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #053c62;
  -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.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.products-box{
	margin-bottom: 1rem;
	color: #053c62;
	padding: 5px;
	border: 1px solid #053c62;
	transition: all 0.6s;
}
.products-box .img-box{
	aspect-ratio:3/2.5;
}
.products-box .img-box iframe,
.products-box .img-box img{
	width: 100%;
	height: 100%;
	/*object-fit: cover;*/
	object-fit: scale-down;
}
.products-box:hover{border-color: #ff0202;}
.products-box:hover .img-box img{transform: scale(1.03);}
.textproduct{
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.textproduct p{
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem* 1.3* 2);
	font-size: .9rem;
}
.textproduct h1{
	margin: 0;
	font-size: 1rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	height: calc(1rem* 1.3* 2);
	font-family: 'Kanit-Medium';
}
.textproduct img{
	width: 30px;
	margin-left: 5px;
	transition: all 0.6s;
	transform: rotate(-45deg);
	filter: invert(18%) sepia(35%) saturate(2457%) hue-rotate(177deg) brightness(95%) contrast(97%);
}
.textproduct img:hover{
	transform: rotate(0);
	filter: invert(11%) sepia(90%) saturate(7308%) hue-rotate(1deg) brightness(118%) contrast(110%);
}
.slideourwork{overflow-x: hidden;}
.videobox{
	width: 100%;
	overflow: hidden;
	aspect-ratio:2/3;
}
.videobox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.slidework .slick-list{overflow: inherit;}
.slidework .slick-slide{
	margin: 0 5px;
	transform: scale(.8);
	opacity: .5;
	transition: all 0.6s;
}
.slidework .slick-slide.slick-current.slick-active{
	transform: scale(1);
	opacity: 1;
	transition: all 0.6s;
}
.slidework .item{text-align: center;}
.slidework .item h1{
	font-size: 1rem;
	margin: 1rem auto;
	font-family: 'Kanit-Medium';
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.3;
	color: #053c62;
	height: calc(1rem* 1.3* 2.5);
}
.slidework .slick-prev:before, .slidework .slick-next:before{display: none;}
.slidework .slick-prev, .slidework .slick-next{
	width: 45px;
	height: 45px;
	background-size: 100% !important;
	border-radius: 50%;
	z-index: 1;
	top: 40%;
	filter: invert(18%) sepia(35%) saturate(2457%) hue-rotate(177deg) brightness(95%) contrast(97%);
}
.slidework .slick-prev{left: 2rem;background: url( "../images/arrow-prev.png") center center no-repeat;}
.slidework .slick-next{right: 2rem;background: url("../images/arrow-right.png") center center no-repeat;}



.address-box,
.contact-box{
	color: #053c62;
	margin-bottom: 2rem;
}
.address-box h1{
	font-size: 1.4rem;
	margin-bottom:0;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
	color: #ff0202;
}
.address-box h2{
	font-size: 1rem;
	margin-bottom:0rem;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
	color: #053c62;
}
.address-box h3{
	font-size: 1.2rem;
	margin-bottom:1rem;
	text-transform: uppercase;
	font-family: 'Kanit-Regular';
	color: #053c62;
}
.contact-box a:hover,
.address-box a:hover{color: #ff0202;text-decoration: underline;}
.contact-box img,
.address-box img{
	width: 25px;
	margin-right: 10px;
	transition: all 0.6s;
	filter: invert(17%) sepia(21%) saturate(4536%) hue-rotate(179deg) brightness(93%) contrast(96%);
}
.address-box img:hover{transform: scale(1.03);}
.contact-box p,
.address-box p{margin: 0;}
.contact-box ul,
.address-box ul{
	list-style: none;
	margin-bottom: 2rem;
	margin-top: .5rem;
}
.contact-box ul li,
.address-box ul li{
	display: flex;
	margin-bottom: 5px;
	align-items: flex-start;
}
.contact-box h1{
	font-size: 1.4rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.contact-box h2{
	font-size: 1rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}

.contactform{
	padding: 2rem 1rem;
	color: #FFF;
	background-color: #053c62;
}
.contactform h1{
	font-size: 1.6rem;
	margin-bottom: 2rem;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}

.mapbox{
	width: 100%;
	aspect-ratio:3/2;
	overflow: hidden;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}


.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: #000;
	border-radius: 0;
	height: auto;
	margin: 0;
	line-height: normal;
    background-color: #FFF;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #ff0202;
	color: #000;
}
.form-text::placeholder{color: #d7d7d7;}
.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 #ff0202;
    color: #FFF;
    background: #ff0202;
    margin:1rem 0;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 0;
}
.sendus-btn:hover{
    background: #FFF;
	color: #d02d1d;
}


.banner-otherpage{
	position: relative;
	overflow: hidden;
}
.banner-otherpage img{
	width: 100%;
}
.banner-otherpage .title-box{
	margin: 0;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	color: #FFF;
	z-index: 1;
	transform: translate(0,-50%);
}
.banner-otherpage .title-box h1{
	color: #FFF;
	margin: 0;
}
.title-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	margin: .5rem auto 0;
	justify-content: center;
}
.title-box ul li{
	width: auto;
	margin-right: 15px;
}
.title-box ul li a{
	text-align: center;
	padding: 0 10px;
}


.details-products h1{
	font-size: 1.4rem;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
}

.details-products h2{
	font-size: 1.2rem;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
}
.details-products ul{
	list-style: none;
	margin: 1rem 0;
}
.details-products ul li{margin-bottom: .5rem;}
.details-products p{margin: 0;}

.download-btn{
	padding: 6px 10px;
	text-align: center;
	color: #053c62;
	background: #FFF;
	border: 1px solid #053c62;
	display:inline-block;
	margin: 1rem 0;
	font-size: 18px;
}
.download-btn:hover{
	color: #FFF;
	background: #053c62;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.download-btn a{
	display: flex;
	align-items: center;
}
.download-btn img{
	width: 30px;
	margin-right: 10px;
	filter: invert(20%) sepia(25%) saturate(2484%) hue-rotate(172deg) brightness(94%) contrast(102%);
}
.download-btn:hover img{filter: brightness(0) invert(1);}


.slideshow-products .img-box{
	aspect-ratio:3/2;
	margin: 0;
}
.slideshow-products .img-box img{
	height: 100%;
	/*object-fit: cover;*/
	object-fit: scale-down;
}
.slideshow-products .slider-nav{margin-top: 1rem; padding: 0 1rem;}
.slideshow-products .slider-nav .slick-slide{margin: 0 8px;}
.slideshow-products .slider-nav .img-box{aspect-ratio:2/2;}
.slideshow-products .slick-prev:before, .slideshow-products .slick-next:before{display: none;}
.slideshow-products .slick-prev, .slideshow-products .slick-next{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-size: 100% !important;
	filter: invert(20%) sepia(25%) saturate(2484%) hue-rotate(172deg) brightness(94%) contrast(102%);
}
.slideshow-products .slick-prev{left: 0; background: url("../ourproducts/images/arrow-prev.png") center center no-repeat;}
.slideshow-products .slick-next{right: 0; background: url("../ourproducts/images/arrow-next.png") center center no-repeat;}


.content-box.ourworkpage .container{overflow: hidden;}
.textdetails-work{margin-top: 2rem;color: #053c62;}
.textdetails-work h1{
	font-size: 1.4rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.textdetails-work p{margin: 0;}
.textdetails-work h2{
	font-size: 1.2rem;
	font-family: 'Kanit-Regular';
	margin: 1rem auto 0rem;
}
.slidecenter-ourwork .slick-list{overflow: visible;}
.slidecenter-ourwork .slick-track{
	display: flex;
	align-items: center;
	justify-content: center;
}
.slidecenter-ourwork .slick-prev:before, .slidecenter-ourwork .slick-next:before{display: none;}
.slidecenter-ourwork .slick-prev, .slidecenter-ourwork .slick-next{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-size: 100% !important;
	filter: invert(20%) sepia(25%) saturate(2484%) hue-rotate(172deg) brightness(94%) contrast(102%);
}
.slidecenter-ourwork .slick-prev{left: 0; background: url("../ourproducts/images/arrow-prev.png") center center no-repeat;}
.slidecenter-ourwork .slick-next{right: 0; background: url("../ourproducts/images/arrow-next.png") center center no-repeat;}
.slidecenter-ourwork  .slick-slide{
	margin: 0 10px; 
	transform: scale(.9);
	padding: 0 1rem;
	transition: all 0.6s;
}
.slidecenter-ourwork  .slick-slide .img-box{
	background: #1f95d5;
	aspect-ratio:3/2;
	margin: 0;
	width: 100%;
}
.slidecenter-ourwork  .slick-slide .img-box img{
	opacity: .5;
	height: 100%;
	object-fit: cover;
}
.slidecenter-ourwork .slick-slide.slick-current.slick-active{
	transform: scale(1);
	transition: all 0.6s;
}
.slidecenter-ourwork .slick-slide.slick-current.slick-active .img-box img{opacity: 1;}

.title-policy{margin-bottom: 1rem;color: #053c62;}
.title-policy h1{
	font-size: 1.6rem;
	margin-bottom:.75rem;
	text-align: center;
	font-family: 'Kanit-Medium';
}
.title-policy h2{
	font-size: 1.3rem;
	margin-bottom:0;
	text-align: left;
	font-family: 'Kanit-Regular';
}
.title-policy p{
	text-indent: 3%;
	margin-bottom: 1rem;
}
.text-policy{margin-bottom: 1rem;color: #053c62;}
.text-policy h1{
	font-size: 1.3rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.text-policy p{
	text-indent: 3%;
	margin-bottom: 1rem;
}
.text-policy ul{
	list-style: none;
	padding-left: 3%;
	margin: 1rem 0;
}
.text-policy h2{
	font-size: 1rem;
	margin: 0;
	font-family: 'Kanit-Regular';
}
.text-policy a:hover{color: #ff0202;}
.text-policy .fa-circle{
	font-size: 12px;
	margin-right: 10px;
}
.text-policy .fa-angles-right{
	font-size: 16px;
	margin-right: 10px;
}
/*///////////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: #1f95d5;
	font-family: 'Kanit-Regular';
}
.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 #1f95d5;
    justify-content: center;
	border-radius: 5px;
	background:#1f95d5;
	text-transform: uppercase;
}
.btn-policy:hover{
	transform: scale(.96);
	background:#FFF;
	color: #1f95d5;
}


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

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: #1f95d5;
}
.footer ul{list-style: none;}
.footer h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Regular';
	text-transform: uppercase;
}
.footer p{margin-bottom: 0rem;}
.footer a:hover{text-decoration: underline;color: #053c62;}
.address-footer{margin-bottom: 2rem;}

.address-footer p{
	font-family: 'Kanit-Medium';
}
.footer ul{margin-bottom: 1rem;}
.footer ul li{padding-bottom: 8px;}
.copyright-box{
	text-align: center;
	padding-top:1rem;
	margin:1rem auto 0;
	border-top:1px solid #FFF;
}
.social-footer{
	text-align: center;
	margin: 2rem auto;
}
.social-footer img{
	width: 40px;
	margin: auto;
	transition: all 0.6s;
}
.social-footer img:hover{transform: scale(1.02);}
.text-right{text-align: right;}
.text-left{text-align: left;}

.address-footer img{
	width:23px;
	margin-right: 5px;
	filter: brightness(0) invert(1);
}

.logo-footer{
	text-align: center;
	margin-bottom: 1rem;
}
.logo-footer img{
	width: auto;
	max-width: 100%;
}

.subcate{
	padding: 8px 20px;
    text-align: center;
    color: #053c62;
    border: 1px solid #053c62;
    margin: 2rem auto;
    transition: all 0.6s;
	display:inline-block;
}
.subcate.active,
.subcate:hover{
    color: #FFF;
	background:#053c62;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


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

.pageclick ul{justify-content: center;}
.page-item .page-link{border-color: #6d6768;color: #6d6768;}
.page-item:hover .page-link,
.page-item.active .page-link{ color: #FFF; background:#b22222; cursor:pointer;}


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

	
}










