html{font-size:16px;}
@font-face {
   font-family: 'Kanit-Medium';
   src: url('fonts/Kanit-Medium.eot');
   src: url('fonts/Kanit-Medium.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-Medium.woff') format('woff'),
      url('fonts/Kanit-Medium.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'Kanit-Regular';
   src: url('fonts/Kanit-Regular.eot');
   src: url('fonts/Kanit-Regular.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-Regular.woff') format('woff'),
      url('fonts/Kanit-Regular.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'Kanit-SemiBold';
   src: url('fonts/Kanit-SemiBold.eot');
   src: url('fonts/Kanit-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-SemiBold.woff') format('woff'),
      url('fonts/Kanit-SemiBold.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
body{
   font-family: 'Kanit-Regular';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	background: #FFF;
}
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: #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:.5rem 0;
    transition: all 0.6s;
	background-color: #FF0000;
}
.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;
    margin: 0;
	padding: 0;
}
.navbar-brand img{
	width: 89px;
	transition: all 0.5s;
	margin: 0;
	filter: brightness(0) invert(1);
}

.navbar-collapse .navbar-brand{
	padding: .5rem 0 ;
	margin: 0 auto 2rem;
	text-align: center;
	display: block;
	width: 100%;
	background-color: #FF0000;
}
.navbar-collapse .navbar-brand img{width: 110px;max-width: 100%;}

.navbar-nav li{
	padding: 0 15px;
	position: relative;
	transition: all 0.5s;
	margin-bottom: .3rem;
}
.navbar-nav li a{
	padding: 8px 15px;
	display: block;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
	font-size: 1.2rem;
}
.navbar-nav li.active a, .navbar-nav a:hover{
	color: #F00;
}

/* 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: #F00;
  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 .hvr-underline-from-center:hover:before, .navbar-nav li .hvr-underline-from-center:focus:before, .navbar-nav li.active .hvr-underline-from-center:before {
  left: 40%;
  right: 40%;
}
.navbar-nav li.active .dropdown-menu a{color: #FFF;}
.navbar-nav li .dropdown-menu{
	padding: 0;
	border: none;
	border-radius: 0;
	background: #f5f5f5;
}
.navbar-nav li .dropdown-menu a{
	padding: 5px;
	font-size: .95rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.social-header{
	margin: 2rem auto;
	padding: 0 30px;
	text-align: center;
	color: #FFF;
	
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.social-header ul img{
	width: 22px;
}
.social-header ul{
	list-style: none;
	margin-bottom: 2rem;
}
.social-header a:hover{color: #F00;}
.social-header img{
	width: 40px;
	transition: all 0.6s;
	filter: brightness(0) invert(1);
}
.social-header img:hover{transform: scale(1.05);}
.social-header ul li{margin-bottom: 1rem;}
.contactbar{
	display: none;
	background: #FFF;
	padding: 5px 0;
	font-size: .9rem;
}
.contactbar ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.contactbar ul li{
	width: auto;
	margin: 0 15px 0 0;
}
.contactbar ul li:last-child{margin-right: 0;}
.contactbar img{
	width: 22px;
	margin-right: 6px;
}
.contactbar a:hover{color: #f00;text-decoration: underline;}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide{position: relative;}
#carouselmainSlide .carousel-item{
	position: relative;
	overflow: hidden;
}
#carouselmainSlide .carousel-item img{
	width: 100%;
	object-fit: cover;
	transition: all 12s
}
#carouselmainSlide .carousel-item:hover img{transform: scale(1.05);}

#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: #FFF;
	border-radius: 50%;
}
#carouselmainSlide .carousel-indicators button.active{
	opacity: 1;
}
/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.content-box{
	padding: 10% 0;
	color: #000;
}
.title-box{
	text-align: center;
	margin-bottom: 2rem;
}
.title-box h1{
	font-size: 1.8rem;
	margin: 0;
	color: #FF0000;
	font-family: 'Kanit-Semibold';
}
.title-box h2{
	font-size: 1.5rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.title-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.title-box ul li{font-size: .85rem; margin-right: 5px;opacity: .6;}
.title-box ul li.active{opacity: 1;}
.title-box ul li a{padding-right: 5px;}

.content-box.abouthome{
	background: -webkit-linear-gradient(bottom, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(bottom, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to top, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
}
.imgabout{
	text-align: center;
	overflow: hidden;
	margin-top: 2rem;
}
.imgabout img{
	width: 100%;
}
.textabout-home h1{
	font-size: 1.7rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-SemiBold';
	color: #ff0000;
	text-transform: uppercase;
}
.textabout-home p{margin: 0;}
.textabout-home span{
	color: #ff0000;
	font-family: 'Kanit-SemiBold';
}
.readmore-btn{
	padding:10px 8px;
	text-align: center;
	color: #FFF;
	border-radius: 30px;
	border: 1px solid #f00;
	background-color: transparent;
	margin: 2rem 0 0 ;
	width: 10rem;
	overflow: hidden;
}

/* 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;
  background: #f00;
}
.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: #f00;
}
.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);
}


.content-box.serviceshome{background: #e9e9e9;}
.content-box.serviceshome .col-6{margin-bottom: 2rem;}
.iconservice{
	text-align: center;
	background: #FFF;
	border-radius: 20px;
	padding: 1rem ;
	height: 100%;
	transition: all 0.6s;
}
.iconservice:hover{box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;}
.iconservice p{margin: 1rem auto;}
.iconservice img{
	width: auto;
	max-width: 70%;
	transition: all 0.6s;
}
.iconservice:hover img{transform: scale(.95);}

.content-box.projectshome{background: #fff;}
.tablist-projects ul.nav-pills{flex-wrap: wrap;}
.tablist-projects ul.nav-pills li{
	margin-bottom: .3rem;
	width: 100%;
}
.tablist-projects ul.nav-pills li:last-child{margin: 0;}
.tablist-projects ul li a{
	padding: 12px 8px;
	display: block;
	transition: all 0.6s;
}
.tablist-projects ul li a.active,
.tablist-projects ul li a:hover{
	color: #FFF;
	padding-left: 15px;
	background: #f00;
}
.tab-content#pills-tabprojects{
	border: 5px solid #F00;
	background: #FFF;
}
.imgproject{
	text-align: center;
	overflow: hidden;
	aspect-ratio:2/2;
}
.imgproject.aspect2{aspect-ratio:2/3;}
.imgproject img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.imgproject:hover img{transform: scale(1.05);}

.content-box.contacrformhome{background: #f00;color: #FFF;}

.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: #fff;
	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: #FFF;
    border: 1px solid #fff;
    color: #000;
    width: 100%;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #000;
}
.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: block;
    box-shadow: none;
    margin:.5rem auto;
    cursor: pointer;
	color: #f00;
	border: none;
    transition: all 0.5s;
	border-radius: 30px;
	background: #fff;
}
.sendus-btn:hover{
	transform: scale(.98);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.bannerpage{
	overflow: hidden;
	position: relative;
	height: 285px;
	background: #000;
}
.bannerpage video,
.bannerpage source{
	width: 100%;
	height: 100%;
	opacity: .4;
	object-fit: cover;
}
.bannerpage .title-box ul{color: #FFF;}
.bannerpage .title-box{
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 1;
}
.bannerpage .title-box h1{color: #FFF;}
.titleservice{
	text-align: center;
	margin-bottom: 2rem;
}
.imgservice{
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 2rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.imgservice img{
	width: 100%;
}
.textservices h1{
	font-size: 24px;
	margin-bottom: 0rem;
	font-family: 'Kanit-SemiBold';
	color: #FF0000;
}
.textservices p{margin: 0;}
.iconboxfull .iconservice{border: 1px solid #eee;}
.iconboxfull .col-md-3{margin-bottom: 2rem;}

.img-box{
	text-align: center;
	overflow: hidden;
}
.img-box img{
	width: 100%;
	transition: all 0.6s;
}
.imgproject.imgproject2{margin-bottom: .5rem;}
.categoryprojects ul{
	list-style: none;
	display: block;
}
.categoryprojects ul li{
	margin-bottom: 1rem;
}
.categoryprojects ul li a{
	padding: 12px 8px;
	transition: all 0.6s;
	display: block;
}
.categoryprojects ul li a.active,
.categoryprojects ul li a:hover{
	background: #F00;
	color: #fff;
}
.categoryprojects ul li a:hover{padding-left: 15px;}

/* ── Horizontal tabs variant (Projects page top placement) ── */
.categoryprojects.categoryprojects-top{margin-bottom: 1.5rem;}
.categoryprojects.categoryprojects-top ul{
	display: flex;
	flex-wrap: wrap;
	gap: .5rem;
	padding: 0;
	margin: 0;
}
.categoryprojects.categoryprojects-top ul li{
	margin-bottom: 0;
}
.categoryprojects.categoryprojects-top ul li a{
	padding: 8px 16px;
	border: 1px solid #ddd;
	border-radius: 4px;
	display: inline-block;
	white-space: nowrap;
	font-size: .95rem;
}
.categoryprojects.categoryprojects-top ul li a.active,
.categoryprojects.categoryprojects-top ul li a:hover{
	background: #F00;
	color: #fff;
	border-color: #F00;
	padding-left: 16px;
}
.cate-detail-box{
	margin-bottom: 1rem;
	color: #333;
	line-height: 1.6;
}
.cate-detail-box p{margin-bottom: .5rem;}


.slideprojects{position: relative;}
.slideprojects .slider-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    margin: auto;
    z-index: 1;
	padding: .5rem;
}
.slideprojects .slider-nav .slick-list{
	padding: 0 1rem;
}
.slideprojects .slider-nav .slick-slide .imgproject{aspect-ratio:3/2;}
.slideprojects .slider-for .slick-slide{background: #000;}
.slideprojects .slider-for .slick-slide .imgproject{opacity: .7;transition: all 7s;}
.slideprojects .slider-for .slick-slide .imgproject:hover{opacity: 1;}
.slideprojects .slick-slide .imgproject{aspect-ratio:4/2;}
.slideprojects .slick-slide .imgproject img{
	height: 100%;
	object-fit: cover;
}
.slideprojects .slider-nav .imgproject{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;}
.slideprojects .slider-nav .slick-slide{margin: 0 5px;}
.slideprojects .slick-prev:before, .slideprojects .slick-next:before{display: none;}
.slideprojects .slick-prev,
.slideprojects .slick-next{
	width: 30px;
	height: 30px;
	background-size: 100% !important;
	z-index: 1;
	filter: invert(31%) sepia(100%) saturate(6900%) hue-rotate(356deg) brightness(105%) contrast(127%);
}
.slideprojects .slick-prev:hover,
.slideprojects .slick-next:hover{filter: none;}
.slideprojects .slick-prev{
	left: 0;
	background: url("../ourprojects/images/left.png") center center no-repeat;
}
.slideprojects .slick-next{
	right: 0;
	background: url("../ourprojects/images/right.png") center center no-repeat;
}
.slideprojects .slider-for .slick-slide .imgproject img{transition: all 7s;}
.slick-slide .imgproject:hover img{transform: scale(1.03);}


.pdf-load a{
	display: flex;
	align-items: center;
	justify-content: center;
}
.pdf-load img{
	width: 35px;
	margin: 0 10px 0 0;
}
.pdf-load {
    border-radius: 10px;
    text-align: center;
    margin: 1rem 0;
    width: 200px;
    padding: 8px;
    background: #f5f5f5;
	font-size: .9rem;
	transition: all 0.6s;
	box-shadow: 1px 1px 0 #c7c7c7;
}
.pdf-load:hover{
	transform: scale(.9);
}
.detail-projects h1{
	font-size: 1.2rem;
	margin: .5rem auto;
	font-family: 'Kanit-Medium';
}
.detail-projects p{margin: 0;}
.detail-projects h2{color: #FF0000; margin: 0;font-size: 1rem;}
.detail-projects ul{list-style: none;}
.detail-projects span{margin-right: 5px;font-family: 'Kanit-Medium';}

.videopresent{
	width: 100%;
	border-radius: 15px;
	margin: 1rem;
	overflow: hidden;
	aspect-ratio:3/2;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.videopresent iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tabsnews .nav-pills{
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}
.tabsnews .nav-pills li{
	width: auto;
	margin: 0 10px;
}
.tabsnews .nav-pills li a{
	display: block;
	padding: 8px;
	text-align: center;
}
.tabsnews .nav-pills li a.active,
.tabsnews .nav-pills li a:hover{color: #FF0000;}

.newsbox:hover img{transform: scale(1.05);}
.newsbox .img-box{
	aspect-ratio:3/2;
	position: relative;
}
.newsbox .img-box span{
	padding:3px 7px;
	color: #FFF;
	right: 0;
	top: 0;
	position: absolute;
	z-index: 1;
	font-size: .7rem;
	background: #f00;
}
.newsbox .img-box img{height: 100%;object-fit: cover;}
.newsbox{margin-bottom: 1rem;}
.textnews{padding: 5px;}
.textnews h1{
	font-size: 1rem;
	margin-bottom: .3rem;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    height: calc(1rem* 1.3* 2);
}
.textnews p{margin: 0;color: #676767;}

/* Underline From Left */
.hvr-underline-from-left {
  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-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #F00;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.tabsnews .nav-pills li a.hvr-underline-from-left:hover:before, .tabsnews .nav-pills li a.hvr-underline-from-left:focus:before, .tabsnews .nav-pills li a.active.hvr-underline-from-left:before {
  right: 0;
}

.pageclick{margin-top: 3rem;}
.pageclick .page-link{
	width: 40px;
	height: 40px;
	border-radius: 50% !important;
	color: #FF0000;
	border: 1px solid #FF0000 !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,
.pageclick .page-link:hover{
	color: #FFF;
	background: #FF0000;
}
.pageclick ul{justify-content: center;}


.slidenews{margin: 0 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("../newsanactivity/images/left.png") center center no-repeat;
}
.slidenews .slick-next{
	right: 0;
	background: url("../newsanactivity/images/right.png") center center no-repeat;
}
.slidenews .slider-nav .slick-slide.slick-current.slick-active{
	opacity: 1;
	
}


.textdetailnews{margin-bottom: 2rem;}
.textdetailnews h1{
	font-size: 1.3rem;
	margin-bottom: .3rem;
}
.textdetailnews p{margin: 0;color: #676767;}

.content-box.relatedpage{background: #f5f5f5;}
.title-box.subtitle h1{color: #000;}

.careerbox{
	margin-bottom: 1rem;
	padding: 1rem;
	background: #f5f5f5;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 10px;
}
.careerbox .readmore-btn{margin: .5rem auto;}
.careerbox .img-box{
	aspect-ratio:3/2;
	border-radius: 10px;
}
.careerbox img{height: 100%;object-fit: cover;}
.careerbox:hover img{transform: scale(1.05);}
.textcareer{padding: 1rem 0 0;}
.textcareer h1{
	font-size: 1.2rem;
	margin-bottom: 0;
	font-family: 'Kanit-Medium';
}
.textcareer span{font-family: 'Kanit-Medium';}
.textcareer ul{list-style: none;}

.subtitle{margin-bottom: 1rem;}
.subtitle h1{
	font-size: 22px;
	color: #f00;
	margin: 0;
	text-transform: uppercase;
	font-family: 'Kanit-Medium';
}
.subtitle h2 .icsize{font-size: 1.2rem;margin-right: 5px;}
.subtitle h2{
	font-size: 1.4rem;
	margin: 0;
	font-family: 'Kanit-Medium';
}
.loadbtn.readmore-btn{
	width: 100%;
	margin: 0;
	padding: 8px;
}
.loadbtn img{
	width: 25px;
	filter: brightness(0) invert(1);
}
.loadbtn.readmore-btn:hover img{filter: invert(27%) sepia(78%) saturate(7205%) hue-rotate(355deg) brightness(96%) contrast(128%);}
.tabcareers{margin-top: 2rem;}
.tabcareers .tab-content{margin-top: 2rem;}
.tabcareers ul.nav-pills{
	flex-wrap: wrap;
	justify-content: center;
	/*border-bottom: 1px solid #f00;*/
}
.tabcareers ul.nav-pills li{
	width: 45%;
	margin: 0 .5rem .5rem;
}
.tabcareers ul.nav-pills li a{
	padding: 8px;
	display: block;
	text-align: center;
	color: #f00;
	border: 1px solid #f00;
	/*border-bottom: none;*/
	background: #FFF;
}
.tabcareers ul.nav-pills li a.active,.tabcareers ul.nav-pills  li a:hover{
	color: #FFF;
	background: #f00;
}

.textdetail-careers{padding: 0 1rem;}
.textdetail-careers h1{
	font-size: 1.3rem;
	margin-bottom: .5rem;
	font-family: 'Kanit-Medium';
}
.textdetail-careers p{margin: 0;}
.textdetail-careers .fa-square,
.textdetail-careers .fa-circle,
.textdetail-careers .fa-circle-check{
	margin-right: 10px;
	font-size: .9rem;
}
.textdetail-careers ul span{
	color: #000;
	font-family: 'Kanit-Medium';
}
.textdetail-careers a:hover{color: #f00;}
.textdetail-careers ul{padding-left: 2rem;margin-bottom: 2rem;margin-left: 1rem;}
.textdetail-careers ul li{margin-bottom: .5rem;}

#applyModal .btn-close{filter: brightness(0) invert(1);opacity: 1;}
#applyModal .modal-footer{padding: 0;}
#applyModal .modal-header{
	font-family: 'Kanit-Medium';
	background: url("../images/bannerotherpage.png") center center no-repeat;
	color: #FFF;
}
#applyModal .modal-dialog {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
	padding: 1rem;
}
#applyModal .modal-body{
	background: #FFF;
	padding:2rem 1rem;
}
#applyModal form{
	background: #FF0000;
	color: #FFF;
	padding: 2rem 1rem;
	border-radius: 20px;
}

.content-box.aboutpage{
	background: -webkit-linear-gradient(bottom, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(bottom, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to top, rgba(255, 0, 0, 1) 0%, rgba(255, 0, 0, 1) 30%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 1) 100%);
}

.imgfixbottom{
	background: url("../aboutus/images/Project3.jpg") center center no-repeat;
	background-attachment: fixed !important;
	background-size: cover !important;
	min-height: 315px;
}

.contactform{
	padding:2rem 1rem;
	border-radius: 10px;
	margin: 2rem auto;
	background: #f00;
	color: #FFF;
}
.contactform h1{
	font-size: 28px;
	margin-bottom: .75rem;
	color: #FFF;
	text-align: center;
	font-family: 'Kanit-Regular';
}
.contactform p{margin: 0;}
.contactform ul{list-style: none;margin-top: 1rem;}
.contactform ul li{margin-bottom: 8px;}
#applyModal .form-text,
.contactform .form-text{
	border: none;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	border-radius: 0;
	background-color: transparent;
}
#applyModal .sendus-btn,
.contactform .sendus-btn{
	border-radius: 10px;
	border:1px solid #F00;
}
#applyModal .form-text:focus,
.contactform .form-text:focus{border-color: #000;}
#applyModal .form-text::placeholder,
.contactform .form-text::placeholder{color: rgb(255 255 255 / 80%);}


.mapbox{
	width: 100%;
	height: 280px;
	margin-top: 2rem;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}


.textpolicy{margin-bottom: 2rem;}
.textpolicy h1{
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.textpolicy h2{
	font-size: 1rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.textpolicy p{
	text-indent: 3%;
	margin-bottom: 1rem;
}
.textpolicy a:hover{color: #00bfff;}
.textpolicy ul{
	list-style: none;
	margin: 1rem auto;
	padding-left: 3%;
}
.textpolicy ul li{padding-bottom: 8px;}
.textpolicy .fa-circle-chevron-right{
	font-size: 1rem;
	margin-right: 5px;
}

/*///////////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;
}
.policy-box a{font-family: 'Kanit-Medium';}
.policy-box a:hover{text-decoration: underline;color: #FF0000;}
.policy-box .btn-policy{
    width: 210px;
    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 #F00;
	background: #F00;
}
.btn-policy:hover{
	color: #F00;
	background: #FFF;
}


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

/*///////////Start-Footer///////////////*/
.footer{
	color: #000;
	padding: 10% 0 5%;
	background: #e9e9e9;
}
.contact-footer ul,
.footer ul{list-style: none;}
.social-footer h1,
.contact-footer h1,
.address-footer h1{
	font-size: 1.2rem;
	margin-bottom: .75rem;
	font-family: 'Kanit-Medium';
}
.address-footer hr,
.contact-footer hr,
.social-footer hr,
.footer hr{
	width: 2em;
	margin: .5rem 0 .75rem;
	opacity: 1;
	border-color: #000;
}
.contact-footer,
.footer a{display: inline-block;}
.address-footer,
.footer p{margin-bottom: 0rem;}
.contact-footer a:hover,
.footer a:hover{color: #FF0000; text-decoration: underline;}
.footer ul li{padding-bottom: 5px;}
.menu-footer{font-family: 'Kanit-Medium';}
.contact-footer{margin: 2rem auto;}
.address-footer img{
	width: 150px;
}
.social-footer{margin-bottom: 2rem;}
.social-footer  img{
	width: 35px;
	transition: all 0.6s;
}
.social-footer img:hover{transform: scale(.95);}
.copyright-box{
	text-align: center;
	margin-top: 2rem;
	font-size: .9rem;
	border-top: 1px solid #000;
	padding-top: 1rem;
}
.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: 100%;
		background: rgb(0 0 0 / 90%);
        height: 100% !important;
        max-height: none !important;
        top: -30%;
        display: block;
        left: 0%;
		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{
		top: 0;
		opacity: 1;
		transition: all .5s;
	}
	.navbar-collapse.show {
		top: 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;
	}

	
}






