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-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{
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	font-family: 'Kanit-Regular';
}
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: #021b42;
    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;
}
.slim #nav-icon3 span{background: #FFF;}
#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:.5rem 0;
	display: block;
    transition: all 0.6s;
	position: sticky;
	background:#FFF;
}
.slim .navbar-brand img{width: 55px;}
.slim.headbar-main{
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	background: #021b42;
}
.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 0;
	text-align: center;
	background: #FFF;
	width: 100%;
	display: block;
}
.navbar-collapse .navbar-brand img{
	width: 125px;
	filter: none;
}
.navbar-expand-lg .navbar-nav{margin-top: 1rem;}
.navbar-nav li{
	padding: 0 15px;
	position: relative;
	transition: all 0.5s;
	text-transform: uppercase;
}
.navbar-nav li a{
	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: #021b42;
}
.navbar-nav li .dropdown-menu{
	border-radius: 0;
	background: #021b42;
	border: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.navbar-nav li .dropdown-menu a{
	text-align: left;
	padding: 10px 15px;
	color: #FFF;
}
.navbar-nav li.active .dropdown-menu a{color: #FFF;}
.navbar-nav li .dropdown-menu a.active,
.navbar-nav li .dropdown-menu a:hover{
	background: #FFF;
	color: #021b42;
}

/* 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: #021b42;
  height: 2px;
  -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 a.hvr-underline-from-center:hover:before, .navbar-nav li a.hvr-underline-from-center:focus:before, .navbar-nav li.active a.hvr-underline-from-center:before {
  left: 35%;
  right: 35%;
}

.social-header{
	text-align: center;
	margin: 2rem auto;
	padding: 0 15px
}
.social-header img{
	width: 35px;
	filter: invert(9%) sepia(34%) saturate(4242%) hue-rotate(205deg) brightness(95%) contrast(103%);
}
.social-header ul{
	list-style: none;
	text-align: left;
}
.social-header ul li{margin-bottom: .5rem;}
.social-header ul li a{display: inline-block;}
.social-header a:hover{color: #fc0;}
.language-box{display: none;}
.language-mobile-show {
    position: absolute;
    right: 2.5rem;
    bottom: 1.5rem;
    padding: 0 1rem;
}
.slim .language-mobile-show {
    position: absolute;
    bottom: .5rem;
	filter: brightness(0) invert(1);
}
.language-mobile-show .dropdown-menu{
	padding: 0;
	border-radius: 5px;
	border: none;
	background: #021b42;
	color: #FFF;
	overflow: hidden;
	width: 100%;
	min-width: inherit;
	box-shadow: 0 1px 6px rgba(0,0,0,0.15);
}
.language-mobile-show .dropdown-menu a{
	display: block;
	text-align: center;
	padding: 10px;
}
.language-mobile-show .dropdown-menu a.active,
.language-mobile-show .dropdown-menu a:hover{
	color: #021b42;
	background: #FFF;
}
.language-mobile-show img{
	width: 30px;
	filter: invert(9%) sepia(34%) saturate(4242%) hue-rotate(205deg) brightness(95%) contrast(103%);
}

.textpolicy{margin-bottom: 2rem;}
.textpolicy h1{
	font-size: 1.1rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.textpolicy h2{
	font-size: 1rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Regular';
}
.textpolicy p{
	margin-bottom: .5rem;
	text-indent: 3%;
}
.textpolicy ul{
	list-style: none;
	margin: 1rem 0 1rem 1rem;;
}
.textpolicy a:hover{color: #1fa12e;}
.textpolicy .fa-circle-chevron-right{color: #1fa12e;}
.textpolicy ul li{margin-bottom: 10px;}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
.bannercaptions{
	width: auto;
	position: absolute;
	top: 10%;
	right: 5%;
	z-index: 2;
	color: #FFF;
	text-align: right;
	margin: auto;
	-webkit-animation: slideleft 0.5s linear both;
	animation: slideleft .5s linear both;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.bannercaptions h1{
	font-size: 16px;
	color: #FFF;
	margin: 0;
	text-transform: uppercase;
}
#carouselmainSlide .carousel-item{
	position: relative;
	transition: 1s;
}
.carousel-item.banner2 .bannercaptions{
	text-align: left;
	top: auto;
	bottom: 13%;
	left: 5%;
	-webkit-animation: slideright 0.5s linear both;
	animation: slideright .5s linear both;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-item.banner3 .bannercaptions{
	top: auto;
	bottom: 13%;
	right: 5%;
	text-align: right;
	-webkit-animation: slideleft 0.5s linear both;
	animation: slideleft .5s linear both;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-item.banner4 .bannercaptions{
	top: 10%;
	left: 5%;
	text-align: left;
	-webkit-animation: slideleft 0.5s linear both;
	animation: slideleft .5s linear both;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-item.banner5 .bannercaptions{
	top: 50%;
	left: 13%;
	right: 13%;
	z-index: 2;
	color: #FFF;
	margin: auto;
	text-align: left;
	transform: translate(0,-50%);
	-webkit-animation: slidetop 0.5s linear both;
	animation: slidetop .5s linear both;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-item.banner6 .bannercaptions{
	top: 50%;
	right: 13%;
	left: 13%;
	text-align: right;
	transform: translate(0,-50%);
	-webkit-animation: slidebottom 0.5s linear both;
	animation: slidebottom .5s linear both;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-item.banner7 .bannercaptions{
	top: 50%;
	right: 13%;
	left:  13%;
	text-align: center;
	transform: translate(0,-50%);
	-webkit-animation: slidebottom 0.5s linear both;
	animation: slidebottom .5s linear both;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-item.banner8 .bannercaptions{
	top: 10%;
	right: 13%;
	left:  13%;
	text-align: center;
	-webkit-animation: fadebottom 0.5s linear both;
	animation: fadebottom .5s linear both;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-item.banner9 .bannercaptions{
	top: auto;
	bottom: 15%;
	right: 13%;
	left:  13%;
	text-align: center;
	-webkit-animation: fadetop 0.5s linear both;
	animation: fadetop .5s linear both;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
#carouselmainSlide .carousel-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#carouselmainSlide .carousel-indicators {
    align-items: center;
    justify-content: center;
	z-index: 4;
}
#carouselmainSlide .carousel-indicators button{
	width: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: .6;
	border: none;
	background: #FFF;
	border-radius: 50%;
}
#carouselmainSlide .carousel-indicators button.active{
	opacity: 1;
}




/*///////////Start-SlideProducts///////////////*/
.img-news {
  text-align: center;
  overflow: hidden;
  margin-bottom: 2rem;
}
.img-news img {
  width: auto;
  margin: auto;
  max-width: 100%;
}
.slideproducts{margin: 1rem auto 2rem;}
.slideproducts .slider-for{margin-bottom: 1rem;}
.slideproducts .slider-nav{padding: 0 1rem;}
.slideproducts .slider-nav .slick-list{padding: 0 1rem;}
.slideproducts .slider-nav .slick-slide{
	margin: 0 5px;
	opacity: .5;
}
.slideproducts .slick-prev:before, 
.slideproducts .slick-next:before{display: none;}
.slideproducts .slick-prev,
.slideproducts .slick-next{
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	z-index: 1;
}
.slideproducts .slick-prev:hover,
.slideproducts .slick-next:hover{filter: none;}
.slideproducts .slick-prev{
	left: 0;
	background: url( "../images/left.png") center center no-repeat;
}
.slideproducts .slick-next{
	right: 0;
	background: url( "../images/right.png") center center no-repeat;
}
.slideproducts .slider-nav .slick-slide.slick-current.slick-active{opacity: 1;}

@-webkit-keyframes slideright {
  0% {
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideright {
  0% {
    transform: translateX(15px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideleft {
  0% {
    transform: translateX(-15px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes slideleft {
  0% {
    transform: translateX(-15px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slidetop {
  0% {
    transform: translateY(-15px) translate(0,-50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0) translate(0,-50%);
    opacity: 1;
  }
}
@keyframes slidebottom {
  0% {
    transform: translateY(15px) translate(0,-50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0) translate(0,-50%);
    opacity: 1;
  }
}
@keyframes fadebottom {
  0% {
    transform: translateY(15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadetop {
  0% {
    transform: translateY(-15px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.content-box{padding: 10% 0;}
.img-box{
	text-align: center;
	overflow: hidden;
}
.img-box img{
	width: 100%;
	transition: all 0.6s;
}
.title-box{
	text-align: left;
	margin-bottom: 2rem;
}
.title-box h1{
	color: #021b42;
	font-size: 1.8rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.title-box h2{
	font-size: 1.3rem;
	margin: .5rem 0;
	text-transform: uppercase;
}
.title-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.title-box ul li{
	width: auto;
	margin-right: 5px;
	opacity: .7;
}
.title-box ul li.active{opacity: 1;}
.title-box ul li a{padding-right: 5px;}

.text-policy{margin-bottom: 1rem;}
.text-policy h1{
	font-size: 1.1rem;
	margin-bottom: .75rem;
}
.text-policy h2{
	font-size: 1rem;
	margin-bottom: .75rem;
}
.text-policy h3{
	font-size: 1rem;
	margin-bottom: 0;
}
.text-policy a:hover{color: #021b42;}
.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: 9px;
	margin-right: 10px;
	vertical-align: middle;
}
.text-policy p{
	margin-bottom: 1rem;
	text-indent: 1%;
}
.content-otherpage{
	padding: 10% 0;
	background: #fceee9;
}
.detail-form span{color: #f00;}
.detail-form{margin-bottom: 1rem;}
.detail-form p{margin-bottom: .5rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #FFF;
	font-size: 26px;
	vertical-align: middle;
}
.detail-form span, 
.detail-form p.red-text{
	color: #F00;
	display: initial;
}
.detail-form h1{
	font-size: 1rem;
	margin-bottom: 1rem;
}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background-color: transparent;
	border: 1px solid #FFF;
    width: 100%;
	color: #FFF;
	border-radius: 0;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #6eedff;
}
.form-text::placeholder{color: #898989;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 200px;
    padding: 10px 20px;
    display: flex;
	align-items: center;
	justify-content: space-between;
    box-shadow: none;
    border: 1px solid #FFF;
    color: #021b42;
    background: #FFF;
    margin:.5rem 0;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 0;
}
.sendus-btn img{
	width: 35px;
	margin: 0;
	filter: invert(9%) sepia(34%) saturate(4242%) hue-rotate(205deg) brightness(95%) contrast(103%);
}
.sendus-btn:hover img{filter: brightness(0) invert(1);}
.sendus-btn:hover{
    background: #021b42;
	color: #FFF;
	transform: scale(.98);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}


.img-boxab{
	width: 100%;
	overflow: hidden;
	margin-bottom: 2rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.img-boxab img{
	width: 100%;
}
.textabout-home{margin-bottom: 2rem;}
.textabout-home h1{
	font-size:1.8rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
	color: #021b42;
}
.textabout-home p{margin-bottom: .75rem;}
.readmore-btn{
	padding: 8px;
	text-align: center;
	color: #FFF ;
	margin:1rem 0;
	border: 1px solid transparent;
	background: #021b42;
	overflow: hidden;
	width: 185px;
}
.readmore-btn a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.readmore-btn img{
	width: 35px;
	margin: 0;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.readmore-btn:hover img{filter: invert(9%) sepia(34%) saturate(4242%) hue-rotate(205deg) brightness(95%) contrast(103%);}
/* 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: #FFF;
  -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: #021b42;
}
.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);
}


.ports-box{text-align: center;margin-bottom: 2rem;}
.ports-box .img-box{aspect-ratio:3/2;margin-bottom: 1rem;}
.ports-box .img-box img{height: 100%;object-fit: cover;}
.ports-box h1{
	font-size: 1.5rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.ports-box p{
	margin: 0;
	color: #727272;
}
.ports-box:hover .img-box{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.ports-box:hover img{transform: scale(1.05);}

.content-otherpage{
	padding: 10% 0;
	background: #FFF;
}
.content-otherpage.aboutpage{
	background-attachment: fixed !important;
	background: url("../aboutus/images/aboutbg.webp") bottom center no-repeat;
	background-size: cover !important;
}
.textaboutpage{
	padding: 2rem 1rem;
	background: rgba(255,255,255,0.6);
	box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}
.textaboutpage h1{
	font-size: 28px;
	color: #021b42;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.textaboutpage span{font-style: italic;}
.textaboutpage p{
	margin-bottom: 1rem;
	text-indent: 3%;
}
.content-box.aboutpage .title-box h2{
	font-size: 24px;
	margin: 0;
	color: #021b42;
	font-family: 'Kanit-Medium';
}
.img-box.imgabout{margin-bottom: 2rem;}
.textabout {margin-bottom: 2rem;}
.textabout h1{
	font-size: 1.4rem;
	color: #021b42;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}
.textabout h2{
	font-size: 1.2rem;
	margin-bottom: 0rem;
	font-family: 'Kanit-Medium';
}
.textabout h3{
	font-size: 1.4rem;
	color: #727272;
	margin-bottom: .5rem;
	font-family: 'Kanit-Regular';
}
.textabout p{
	margin-bottom: 1rem;
}

.address-box h1,
.contact-box h1,
.social-box h1{
	font-size: 24px;
	color: #021b42;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.contact-box,
.address-box{margin-bottom: 1rem;}
.address-box p{margin: 0;}
.contact-box ul{list-style: none;}
.social-box img{
	width: 35px;
	transition: all 0.6s;
}
.social-box img:hover{transform: scale(1.05);}
.mapbox{
	width: 100%;
	aspect-ratio:3/2;
	overflow: hidden;
}
.mapbox img,
.mapbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fullotherpage .headbar-main{background: #FFF;position: sticky;box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;}
.fullotherpage .slim.headbar-main{background: #021b42;}
.banneroptherpage{
	padding: 20% 0;
	overflow: hidden;
	background-size: cover !important;
	background-attachment: fixed !important;
}
.banneroptherpage .title-box{margin: 0;}
.banneroptherpage .title-box h1{margin: 0;}
.banneroptherpage.projectspage{background: url("../ourprojects/images/bannerprojects.jpg") center center no-repeat;}
.banneroptherpage.newsandactivitypage{background: url( "../newsandactivity/images/bannernews.jpg") top center no-repeat;}
.banneroptherpage.contactpage{background: url( "../contactus/images/bannercontact.jpg") top center no-repeat;}

.tabs-projects ul.nav-pills{
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 2rem;
}
.tabs-projects ul.nav-pills li{
	width: 45%;
	margin: 5px;
}
.tabs-projects ul.nav-pills li p{margin: 10px auto 0;}
.tabs-projects ul.nav-pills li a{
	display: block;
	text-align: center;
	padding: 1rem;
	transition: all 0.6s;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.tabs-projects ul.nav-pills li a.active,
.tabs-projects ul.nav-pills li a:hover{
	background: #021b42;
	color: #FFF;
}
.tabs-projects ul.nav-pills li img{
	width: 55px;
	transition: all 0.6s;
	filter: invert(9%) sepia(34%) saturate(4242%) hue-rotate(205deg) brightness(95%) contrast(103%);
}
.tabs-projects ul.nav-pills li a.active img,
.tabs-projects ul.nav-pills li a:hover  img{
	filter: brightness(0) invert(1);
}
.tabs-projects ul.nav-pills li a:hover  img{transform: scale(1.05);}

.content-otherpage.projectdetailpage{
	padding: 10% 0;
}
/*.projects-textdetail{
	padding: 2rem 1rem;
	background: rgba(255,255,255,0.7);
}*/
.projects-textdetail{margin-bottom: 2rem;}
.projects-textdetail h1{
	color:  #021b42 ;
	font-size: 24px;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.projects-textdetail h2{
	color:  #3C3C3C ;
	font-size: 20px;
	margin-bottom: 1rem;
	font-family: 'Kanit-Regular';
}
.projects-textdetail h3{
	color:  #021b42 ;
	font-size: 22px;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.projects-textdetail p{margin-bottom: 1rem;}
.projecttopimg{
	text-align: center;
	overflow: hidden;
	position: relative;
}
.projecttopimg::before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 40%);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 1;
	transition: all 7s;
}
.projecttopimg:hover img{transform: scale(1.07);}
.projecttopimg:hover::before{background: rgb(0 0 0 / 10%);}
.projecttopimg hr{
	width: 4em;
	border-top: 2px solid #FFF;
	margin:1rem 0 0;
	opacity: 1;
}
.projecttopimg img{
	width: 100%;
	transition: all 7s;
}
.projecttopimg .title-box{
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 2rem;
	right: 0;
	z-index: 2;
	padding: 0 1rem;
}
.projecttopimg .title-box h2,
.projecttopimg .title-box h1{
	margin: 0;
	color: #FFF;
}
.img-box.gallerbox{
    aspect-ratio: 3 / 2;
	margin-bottom: 1rem;
}
.img-box.gallerbox img{
	height: 100%;
	object-fit: cover;
}
.img-box.gallerbox:hover{box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;}
.img-box.gallerbox:hover img{transform: scale(1.03);}
.bannerbottom{
	background-attachment: fixed !important;
	background-size: cover !important;
	height: 285px;
}
.bannerbottom.projectdetailpage{
	background: url("../ourprojects/images/projects7.jpg") center center no-repeat;
}
.content-box.relatedcontent{background: #f5f5f5;}
.mapprojects{
	width: 100%;
	height: 235px;
	overflow: hidden;
}
.mapprojects iframe{
	width: 100%;
	height: 100%;
}
.tabsmap ul.nav-pills{
	margin-top: 2rem;
	justify-content: flex-start;
	border-bottom: 1px solid #021b42 ;
}
.tabsmap ul.nav-pills li{
	width: auto;
	margin: 0 10px 0 0;
}
.tabsmap ul.nav-pills li a{
	display: block;
	text-align: center;
	padding: 8px;
	border-radius: 8px 8px 0 0;
	background: #FFF;
	border: 1px solid #021b42 ;
	border-bottom: none;
}
.tabsmap ul.nav-pills li a.active,
.tabsmap ul.nav-pills li a:hover{
	background: #021b42;
	color: #FFF;
}

.newsbox{margin-bottom: 2rem;}
.newsbox:hover img{transform: scale(1.05);}
.textnews{
	text-align: left;
	padding: 8px;
}
.textnews h1{
	color: #021b42 ;
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.5* 2);
}
.textnews p{
	margin: 0;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
    height: calc(1rem* 1.4* 3);
}
.pageclick .page-link{
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #021b42;
	border: 1px solid #021b42 !important;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	transition: all 0.6s;
	font-size: .9rem;
	background-color:transparent;
}
.pageclick .page-link.active,
.page-item.active .page-link,
.pageclick .page-link:hover{
	color: #FFF;
	background: #021b42;
}
.pageclick ul{justify-content: center;}

.accordion#accordionnews{margin: 2rem auto;}
.accordion#accordionnews .img-box{margin-bottom: 1rem;}
.accordion#accordionnews .accordion-item{
	padding: 0;
	border: none;
	border-radius: 0;
	margin-bottom: 2rem;
}
.accordion#accordionnews .accordion-button{
	border: none;
	padding: 0;
	background: #FFF;
	font-size: 1.2rem;
	border-radius: 0;
	box-shadow: none;
	color: #021b42;
	font-family: 'Kanit-Medium';
}
.textdetail-news{margin-bottom: 2rem;}
.textdetail-news h1{
	color: #021b42;
	font-size: 1.4rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.textdetail-news h2{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.textdetail-news span{font-family: 'Kanit-Medium';}
.textdetail-news p{
	margin-bottom: 1rem;
}
.textdetail-news ul{
	list-style: none;
	padding-left: 1rem;
}
.textdetail-news ul li{margin-bottom: 10px;}



.textservices-box{margin: 2rem auto;}
.textservices-box span{
	font-family: 'Kanit-Regular';
	font-size: 1.2rem;
	color: #021b42;
}
.textservices-box h1{
	color: #021b42;
	font-size: 1.4rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.textservices-box p{margin-bottom: .5rem;}
.textservices-noti{
	margin: 0;
	color: #021b42;
	font-size: .9rem;
}
.img-noti{text-align: center;}
.img-noti img{
	width: auto;
	max-width: 90%;
}
.textabout-centerhome{
	text-align: center;
	margin-bottom: 2rem;
}
.textabout-centerhome h1{
	font-size: 25px;
	color: #021b42;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.textabout-centerhome p{margin-bottom: 1rem;}
.textabout-centerhome ul li{margin-bottom: .3rem;}
.textabout-centerhome ul{padding: 0 1rem; list-style: none; }
.textabout-centerhome span{
	font-size: 1.1rem;
	font-family: 'Kanit-Medium';
}
.textabout-centerhome ul li span{color: #021b42;}
.linetitle{position: relative;text-align: center;margin: 2rem auto;}
.linetitle h1 {
    margin: auto;
    position: relative;
    z-index: 2;
    background: #FFF;
    width: 60%;
	font-size: 1.4rem;
	font-family: 'Kanit-Regular';
}
.linetitle::before{
	content: '';
	width: 100%;
	height: 1px;
	background: #021b42;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}




.slidenews{margin: 1rem auto 2rem;}
.slidenews .slider-for{margin-bottom: 1rem;}
.slidenews .slider-nav{padding: 0 1rem;}
.slidenews .slider-nav .slick-list{
	padding: 0 1rem;
}
.slidenews .slick-slide .img-box{aspect-ratio:4/3;}
.slidenews .slick-slide .img-box img{
	height: 100%;
	object-fit: cover;
}
.slidenews .slider-nav .slick-slide{
	margin: 0 5px;
	opacity: .7;
}
.slidenews .slick-prev:before, .slidenews .slick-next:before{display: none;}
.slidenews .slick-prev,
.slidenews .slick-next{
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	z-index: 1;
}
.slidenews .slick-prev:hover,
.slidenews .slick-next:hover{filter: none;}
.slidenews .slick-prev{
	left: 0;
	background: url("../newsandactivity/images/left.png") center center no-repeat;
}
.slidenews .slick-next{
	right: 0;
	background: url("../newsandactivity/images/right.png") center center no-repeat;
}
.slidenews .slider-nav .slick-slide.slick-current.slick-active{
	opacity: 1;
	
}
/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    color: #021b42 ;
    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-Medium';
}
.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: 1px solid #021b42;
	background: #021b42;
}
.btn-policy:hover{
	color: #021b42;
	background: #FFF;
}


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

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: #021b42;
}
.footer ul{list-style: none;}
.copyright-box{
	text-align: center;
	color: #FFF;
	margin-top: 2rem;
}
.contact-footer{margin-bottom: 1rem;}
.contact-footer p{margin: 0;}
.contact-footer h1{
	font-size: 1.1rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.formcontact h1{
	font-size: 1.1rem;
	margin-bottom: .75rem;
}
.maphome {
	width: 100%;
	overflow: hidden;
	aspect-ratio:3/2;
	margin-bottom: 1.5rem;
}
.maphome iframe{
	width: 100%;
	height: 100%;
}
.social-footer img{
	width: 35px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.social-footer img:hover{transform: scale(1.03);}



.download-pdf a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.download-pdf {
	padding: 6px;
	text-align: center;
	border-radius: 30px;
	color: #FFF;
	background: #021b42;
	width: 220px;
	margin: 2rem 0;
	border: 1px solid #021b42;
}

.download-pdf img {
	width: 35px;
	margin-right: 15px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}

.download-pdf:hover {
	color: #021b42;
	background: #FFF;
}

.download-pdf:hover img {
	transform: scale(.9);
	filter: invert(52%) sepia(100%) saturate(295%) hue-rotate(120deg) brightness(89%) contrast(85%);
}

.vdo-presents {
	overflow: hidden;
	border-radius: 10px;
	aspect-ratio: 3/2;
	margin: 3rem auto 0;
}

.vdo-presents iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


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

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

