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

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

@font-face {
   font-family: 'NotoSansThai-Bold';
   src: url('fonts/NotoSansThai-Bold.eot');
   src: url('fonts/NotoSansThai-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/NotoSansThai-Bold.woff') format('woff'),
      url('fonts/NotoSansThai-Bold.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

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

@font-face {
   font-family: 'NotoSans-Bold';
   src: url('fonts/NotoSans-Bold.eot');
   src: url('fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
      url('fonts/NotoSans-Bold.woff') format('woff'),
      url('fonts/NotoSans-Bold.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'NotoSans-Eng-Regular';
   src: url('fonts/NotoSans-Eng-Regular.eot');
   src: url('fonts/NotoSans-Eng-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/NotoSans-Eng-Regular.woff') format('woff'),
      url('fonts/NotoSans-Eng-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}

body {
   font-family: 'NotoSansThai-Regular', 'NotoSans-Eng-Regular';
   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: 33px;
	height: 33px;
	position: relative;
    top: 0rem;
    left: 0;
	margin:0 10px 0 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: #00247d;
    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: 8px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 18px;
}
#nav-icon3 span:nth-child(4) {
	top: 28px;
}
#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;
}*/

/*///////////Start-Header///////////////*/
.headbar-main{
    padding: .35rem 0;
    transition: all 0.5s;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    transition: all 0.5s;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: 100%;
    padding: 0;
    text-align: left;
	color: #FFF;
    margin:0;
    transition: all 0.5s;
}
.navbar-brand img{
	width: auto;
	max-width: 100%;
	transition: all 0.5s;
	margin: auto;
}

.navbar-brand.d-lg-none{
	padding: 1rem 1rem 1rem 4rem ;
	margin: auto;
	text-align: center;
	display: block;
	width: 100%;
	background: #FFF;
}

.navbar-nav li{
	padding: 0;
	position: relative;
	transition: all 0.5s;
	font-family: 'NotoSansThai-Medium', 'NotoSans-Medium';
}
.navbar-nav li a{
	padding: 15px 15px;
	display: block;
	text-align: left;
	text-decoration: none;
	transition: all 0.5s;
	color: #000;
	position: relative;
}
.navbar-nav li .dropdown-menu{
	padding: 0;
	border-radius: 0;
	border: none;
	background: #F5F5F5;
	position: static !important;
}
.navbar-nav li .dropdown-menu a{
	padding: 15px;
	color: #000;
	text-align: left;
}
.navbar-nav li .dropdown-menu a:hover{
	color: #FFF;
	background: #00247d;
}
.navbar-nav li.active a, .navbar-nav a:hover{color: #00247d;}

.social-header{
	text-align: left;
	padding: 0 15px;
}
.social-header img{
	width: 30px;
	margin: auto;
	transition: all 0.8s;
	filter: brightness(0) invert(1);
}
.social-header img:hover{transform: scale(.95);}
.social-header ul{
	list-style: none;
	line-height: 2;
	font-size: .8rem;
}
.social-header a:hover{
	color: #ffd700;
	text-decoration: underline;
}
.social-header ul li a{padding: 0;}

.languages-box.mobile-display {
    position: fixed;
    top: 15%;
    right: 5%;
    z-index: 1;
}
.languages-box img{
	width: 35px;
	border-radius: 50%;
	border: 2px solid #FFF;
}
.languages-box a{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.languages-box span{padding: 0 5px;}
.languages-box .dropdown-menu{
	padding: 0;
	border-radius: 10px;
	border: none;
	background: #FFF;
	width: 100%;
	min-width: inherit;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.languages-box .dropdown-menu a{
	display: block;
	padding: 4px 0;
	text-align: center;
}
.languages-box .dropdown-menu a:hover{background: #00247d;}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
.content-slide{position: relative;}
.content-slide::after{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 85px;
	left: 0;
	z-index: 1;
	content: '';
	background: url("../images/framebanner.png") top center no-repeat;
	background-size: cover !important;
}

#carouselmainSlide,
#carouselmainSlide .carousel-inner{
	height: 100%;
	object-fit: cover;
	
}
#carouselmainSlide .carousel-item{
	position: relative;
	height: 100%;
	object-fit: cover;
}
#carouselmainSlide .carousel-item img{
	width: 100%;
	display: block;
	height: 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: 1;
	border-radius: 50%;
	border: none;
	background: rgb(255 255 255 / 70%);
}
#carouselmainSlide .carousel-indicators button.active{
	background: #FFF;
}

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

/*///////////Start-Content///////////////*/
.content-box{
	padding: 10% 0;
	background-size: cover !important;
}
.img-box{
	text-align: center;
	overflow: hidden;
}
.img-box img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 4/3;
	transition: all 0.5s;
}

.textblue{color: #00247d;}

.title-box{
	text-align: center;
	margin-bottom: 2.5rem;
}
.title-box h1{
	color: #00247d;
	font-size: 1.4rem;
	margin-bottom: 0;
	font-family: 'NotoSans-Bold', 'NotoSansThai-Bold';
}
.title-box p{margin: 0;}


.content-box.aboutct{
	position: relative;
	background: url("../images/bg-about.png") right bottom no-repeat #FFF;
	background-size: cover !important;
}
.text-about--home h2{
	font-size: 1.1rem;
	margin: 0;
	color: #5b9cd8;
}
.text-about--home p{margin-bottom: 1rem;}
.text-about--home h1{
	font-size: 1.6rem;
	margin: .75rem 0;
	font-family: 'NotoSans-Medium', 'NotoSansThai-Medium';
}
.aboutct .img-about{
	width: auto;
	max-width: 100%;
}

.content-box.missionct{
	background: url("../images/bg-mission.png") center center no-repeat;
	background-attachment: fixed !important;
	background-size: cover !important;
}
.text-mission--home{
	color: #FFF;
	text-align: center;
}
.text-mission--home p{margin: 0;}
.text-mission--home h1{
	font-size: 1.5rem;
	margin-bottom: .5rem;
	font-family: 'NotoSans-Medium', 'NotoSansThai-Medium';
}
.img-box.workimg{margin-bottom: 1rem;}
.img-box.workimg:hover img{transform: scale(1.05);}
.read-button{
	width: 175px;
	padding: 8px;
	color: #FFF;
	margin: 1rem 0;
	background: #5b9cd8;
	overflow: hidden;
	border: 1px solid #5b9cd8;
}
.read-button img{
	width: 25px;
	margin: 0;
	transition: all 0.5s;
	filter: brightness(0) invert(1);
}
.read-button:hover img{transform: translateX(-5px);}
.read-button a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.readwork.read-button.hvr-shutter-out-vertical{
	background: #00247d;
	border-color: #00247d;
	margin: 1rem auto;
}
.readwork.read-button.hvr-shutter-out-vertical::before{
	background: #5b9cd8;
}
.readwork.read-button.hvr-shutter-out-vertical:hover{border-color: #5b9cd8;}

/* 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: #5b9cd8;
  -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: #00247d;
  -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.ourworkct{
	background: url("../images/bg-work.png") center bottom no-repeat;
	background-size: cover !important;
}


.hispage {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 2rem;
	padding-left: 2rem;
	z-index: 2;
}
.hispage ul{
	list-style: none;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.hispage ul li{
	margin-right: 10px;
	color: #FFF;
}
.hispage li a:hover{text-decoration: underline;color: #da4959;}
.hispage li a{padding: 0 10px;}

.bannerotherpage{
	position: relative;
	height: 280px;
	background: url("../images/banner-background.png") left center no-repeat;
	background-size: cover !important;
}
.bannerotherpage::after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.bannerotherpage video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bannerotherpage img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bannerotherpage .title-box{
	margin: 0;
	color: #FFF;
	position: absolute;
	width: auto;
	text-align: left;
	right: 1rem;
	top: 3rem;
	z-index: 2;
}
.bannerotherpage .title-box h1{
	font-size: 1.4rem;
	margin: 0;
	color: #FFF;
}

.messagebox{
	color: #FFF;
	background: #5b9cd8;
	border-radius: 15px;
	overflow: hidden;
	margin: 2rem auto;
	padding: 2rem 1rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.address-box{margin-bottom: 1rem;}
.address-box h1, .contact-box h1, .messagebox h1{
	font-size: 1.2rem;
	margin-bottom: .75rem;
	text-align: left;
	font-family: 'NotoSans-Medium', 'NotoSansThai-Medium';
}
.contact-box a:hover{
	color: #00247d;
	text-decoration: underline;
}
.address-box p, .contact-box p{margin: 0;}
.contact-box ul{list-style: none;margin-bottom: 1rem;}

.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;
    background:none;
	border: none;
	border-bottom: 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: #FFF;
}
.form-text::placeholder{color: rgb(255 255 255 / 70%);}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	min-width: 250px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #00247d;
    color: #FFF;
    background: #00247d;
    margin:.5rem 0;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 10px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #FFF;
	color: #00247d;
	transform: scale(.98);
}

.content-box.contactpage{padding-bottom: 0;}
.mapbox{
	width: 100%;
	height: 315px;
	margin-top: 2rem;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}




.content-box.servicepage{
	padding-bottom: 0%;
	background: url("../images/bg-services.png") center bottom no-repeat #FFF;
	background-size: 100% !important;
}
.text-service-servicepage h1{
	font-size: 1.6rem;
	margin: .75rem 0;
	font-family: 'NotoSans-Medium', 'NotoSansThai-Medium';
}
.content-box.servicepage .img-box{margin-top: 2rem;}

.work-box{margin-bottom: 2rem;}
.work-box:hover img{transform: scale(1.05);}
.text-work{margin-top: 1rem;}
.text-work h1{
	color: #000;
	font-size: 1.1rem;
	margin-bottom: 0em;
	font-family: 'NotoSans-Medium', 'NotoSansThai-Medium';
}
.hide h1 {
	display: inline;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}


.text-work p{
	color: #363636;
	margin-bottom: 0;
	word-wrap: break-word;
}
.relatedbox{margin-top: 3rem;}


.slide-productshow .slider-for{
	margin-bottom: 1rem;
	background: #FFF;
	overflow: hidden;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.slide-productshow .slider-for{
	aspect-ratio:4/3;
}
.slide-productshow .slider-for .items a{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slide-productshow .slider-for img{
	width: 100%;
	height: 100%;
	margin: auto;
	object-fit: cover;
	aspect-ratio:4/3;
}
.slide-productshow .slider-nav{padding: 1rem 0;}
.slide-productshow .slider-nav.slick-slider{padding: 0 1rem;}
.slide-productshow .slider-nav .slick-slide{
	margin-right: 8px;
	aspect-ratio:4/3;
	border: 2px solid transparent;
	overflow: hidden;
}
.slide-productshow .slider-nav .items img{
	width: 100%;
	object-fit: cover;
	aspect-ratio:4/3;
}
.slide-productshow .slider-nav .slick-slide.slick-current.slick-active{
	border-color:#5b9cd8;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.slide-productshow .slider-nav .slick-prev::before{color: #0015c3;}
.slide-productshow .slider-nav .slick-prev{left: -5px;}
.slide-productshow .slider-nav .slick-next::before{color: #0015c3;}
.slide-productshow .slider-nav .slick-next{right: -5px;}

.video-present{
	width: 100%;
	overflow: hidden;
	aspect-ratio:1/1;
	margin: 2rem auto;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.video-present iframe{
	width: 100%;
	height: 100%;
}

.text-work ul{
	list-style: none;
}
.readpdf-btn img{
	width: 25px;
	filter: brightness(0) invert(1);
}
.readpdf-btn.read-button {
	width: 200px;
	font-size: .9rem;
	transition: all 0.6s;
	margin: 0;
}
.readpdf-btn:hover{
	transform: scale(.97);
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.readpdf-btn a{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.detail-policy{margin-bottom: 2rem;}
.detail-policy h1{
	font-size: 1.2rem;
	margin-bottom: .5rem;
	font-family: 'NotoSans-Medium', 'NotoSansThai-Medium';
}
.detail-policy p{margin-bottom: 1rem;}
.detail-policy ul{
	list-style: none;
	padding-left: 1.5rem;
	margin-bottom: 1rem;
}
.detail-policy a:hover {
	color: #b15a2b;
	text-decoration: underline;
}
.detail-policy ul li{margin-bottom: .5rem;}
.detail-policy h2{
	font-size: 1.1rem;
	margin-bottom: .5rem;
	font-family: 'NotoSans-Medium', 'NotoSansThai-Medium';
}
/*///////////End-Content///////////////*/

/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    color: #003333 ;
    z-index: 2345;
    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;
}
.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 #00247d;
    justify-content: center;
	border-radius: 27px;
	background:#00247d;
}
.btn-policy:hover{
	transform: scale(.96);
	background:#FFF;
    color: #00247d;
}

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

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background:#00247d;
	margin-top: -1px;
}
.footer ul{list-style: none;}
.footer h1{
	font-size: 1.1rem;
	margin-bottom: .75rem;
}
.footer p{margin-bottom: 0rem;}
.footer a:hover{text-decoration: underline;}

.footer ul li{padding-bottom: 8px;}
.contact-footer{margin: 2rem auto;}
.copyright-box{
	text-align: center;
	margin-top: 13%;
	padding: 5% 3% 0;
	border-top: 1px solid #FFF;
}
/*///////////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%;
        margin: 0 !important;
        z-index: 55;
		transition: all 0.6s;
        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;
		transition: all 0.6s;
	}
	.navbar-collapse.show{
		display:block;
		left: 0;
		transition: all 0.6s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		transition: all 0.6s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.6s !important;
	}
	.navbar-expand-lg.-collapse {
		width:100%;
		transition: all 0.6s;
	}
}












