html{
	font-size:14px;
}
@font-face {
   font-family: 'Kanit-Light';
   src: url('fonts/Kanit-Light.eot');
   src: url('fonts/Kanit-Light.eot?#iefix') format('embedded-opentype'),
      url('fonts/Kanit-Light.woff') format('woff'),
      url('fonts/Kanit-Light.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
@font-face {
   font-family: 'Kanit-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: #313131;
}
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; 
	color: #7f7f7f;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 3px;
	width: 60%;
    background: #7f7f7f;
    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;
}*/
#nav-icon3 p{
	margin: 0;
	position: absolute;
	left: -3rem;
	top: 0;
}
/*///////////Start-Header///////////////*/

.headbar-main{
    padding:.5rem 0;
	display: block;
    transition: all 0.6s;
	background-color:#F6F4F3;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.slim.headbar-main{box-shadow: 0 2px 10px rgba(0,0,0,0.2);}
.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: 130px;
	transition: all 0.5s;
	margin: auto;
}

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

.navbar-nav li{
	padding: 0;
	position: relative;
	transition: all 0.5s;
	text-transform: uppercase;
	margin-bottom: 4rem;
}
.navbar-nav li a{
	padding: 8px 10px;
	display: block;
	color: #7f7f7f;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
	position: relative;
}
.navbar-nav li.active a, .navbar-nav a:hover{
	color: #f16726;
}

.social-header{
	text-align: center;
	padding: 0 10px;
	color: #FFF;
	margin: 2rem auto;
	width: 100%;
}
.social-header img{
	width: 35px;
	margin: auto;
	transition: all 0.8s;
	filter: invert(51%) sepia(5%) saturate(5%) hue-rotate(351deg) brightness(96%) contrast(83%);
}
.social-header img:hover{
	transform: scale(.95);
}
.social-header ul{
	list-style: none;
	text-align: left;
	margin: .75rem auto;
	line-height: 2;
}
.social-header a:hover{
	color: #006400;
	text-decoration: underline;
}
.social-header ul img{width: 22px;}
.social-header ul li a{padding: 0;}

.social-header img.sofacebook:hover{
	filter: invert(30%) sepia(69%) saturate(5705%) hue-rotate(229deg) brightness(98%) contrast(106%);
}
.social-header img.soline:hover{
	filter: invert(87%) sepia(27%) saturate(2381%) hue-rotate(57deg) brightness(103%) contrast(88%);
}
.social-header img.soyoutube:hover{
	filter: invert(16%) sepia(99%) saturate(7042%) hue-rotate(352deg) brightness(97%) contrast(92%);
}
/*///////////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: 35px;
	height: 6px;
	margin: 0 3px;
	opacity: .6;
	border: none;
	background: #f16726;
}
#carouselmainSlide .carousel-indicators button.active{
	opacity: 1;
}

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

/*///////////Start-Content///////////////*/
.content-box{
	padding: 10% 0;
}
.textwelcome1{
	text-align: center;
	margin-bottom: 2rem;
}
.textwelcome1 h1{
	font-size: 30px;
	color: #f16726;
	margin-bottom: .4rem;
	letter-spacing: 1px;
}
.textwelcome1 h2{
	font-size: 36px;
	margin: 0;
	text-transform: uppercase;
	font-style: italic;
	font-family: 'Kanit-Medium';
}
.textwelcome2{
	text-align: center;
	margin-bottom: 3rem;
}
.textwelcome2 span{
	color: #f16726;
	font-size: 1.2rem;
	font-family: 'Kanit-Medium';
}

.textbox1 {margin-bottom: 2rem;}
.textbox1 h1{
	font-size: 50px;
	margin: 0;
	line-height: 1;
	font-family: 'Kanit-Medium';
}
.textbox1 h2{
	font-size: 55px;
	margin-bottom: 1rem;
	color: #f16726;
	line-height: 1;
	letter-spacing: 2px;
	font-family: 'Kanit-Medium';
}
.textbox1 p{
	margin-bottom: 1rem;
}
.textbox1 span{
	font-size: 1.2rem;
	color: #f16726;
	font-family: 'Kanit-Regular';
}
.textbox1 a{
	border-bottom: 1px solid #313131;
}
.textbox1 a .fa-plus{
	margin: 0 5px;
	transition: all 0.5s;
}
.textbox1 a:hover .fa-plus{transform:  translateX(5px);}
.textbox1 a:hover{color: #f16726;border-color:#f16726;}
.webbox{margin-bottom: 10%;}

.title-box{
	margin-bottom: 2rem;
	text-align: center;
}
.title-box span{
	color: #f16726;
	font-family: 'Kanit-Regular';
}
.title-box h1{
	font-size: 33px;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
	text-transform: uppercase;
}
.title-box p{margin: 0;}

.grapbox{margin: 10% 0;}
.textgrap1{
	text-align: center;
	margin-bottom: 5rem;
}
.textgrap1 h1{
	font-size: 50px;
	margin: 0;
	line-height: 1;
	font-family: 'Kanit-Medium';
}
.textgrap1 h2{
	font-size: 55px;
	margin-bottom: 1rem;
	color: #f16726;
	line-height: 1;
	letter-spacing: 2px;
	font-family: 'Kanit-Medium';
}
.textgrap1 a{
	border-bottom: 1px solid #313131;
}
.textgrap1 a .fa-plus{
	margin: 0 5px;
	transition: all 0.5s;
}
.textgrap1 a:hover .fa-plus{transform: translateX(5px);}
.textgrap1 a:hover{color: #f16726;border-color:#f16726;}
.portbox{
	overflow: hidden;
	margin-bottom: 1rem;
	border-radius: 10px;
	transition: all 0.6s;
}
.portbox:hover{box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.portbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	aspect-ratio:2/2;
}
.img-box{
	text-align: center;
	overflow: hidden;
}
.img-box img{width: 100%;transition: all 0.6s;}

.slideport{
	overflow: hidden;
	border-radius: 10px;
}
.slideport .carousel-item {
	position: relative;
}
.slideport .carousel-control-next,
.slideport .carousel-control-prev{
	background: #f16726;
	opacity: 1;
	width: 35px;
	height: 35px;
	top: 50%;
	border-radius: 50%;
	margin: 0 10px;
}
.slideport .carousel-control-prev img{
	width: 100%;
	filter: brightness(0) invert(1);
}
.slideport .carousel-control-next img{
	width: 100%;
	filter: brightness(0) invert(1);
}


.slideonline{
	overflow: hidden;
	border-radius: 10px;
}
.slideonline .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: flex-start;
    bottom: 2rem;
	z-index: 4;
	margin: 0 7%;
}
.slideonline .carousel-indicators button{
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin: 0 3px;
	opacity: .6;
	border: none;
	background: #f16726;
}
.slideonline .carousel-indicators button.active{
	opacity: 1;
}
.slideonline .carousel-item{
	aspect-ratio:16/7;
}
.slideonline .carousel-item img{
	height: 100%;
	object-fit: cover;
}

.contact-box{margin-bottom: 1rem;}
.social-box img{width: 45px;}
.social-box h1,
.contact-box h1,
.address-box h1{
	font-size: 1.3rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.address-box p{margin: 0;}
.contact-box .icon-size{
	font-size: 20px;
	margin-right: 10px;
}
.contact-box ul li{margin-bottom: .5rem;}
.contact-box ul{list-style: none;}
.address-box h2{
	font-size: 1rem;
	margin: 2rem auto;
	color: #f16726;
	line-height: 1.75;
	text-transform: uppercase;
}
.contactform{
	margin-top: 2rem;
}
.contact-box .fa-headset,
.address-box .fa-location-dot,
.contactform h1 .fa-paper-plane{
	font-size: 25px;
	margin-right: 5px;
}
.contactform h1{
	font-size: 1.3rem;
	margin-bottom: 1rem;
	font-family: 'Kanit-Medium';
}
.detail-form{margin-bottom: 1rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #000;
	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 #f16726;
    width: 100%;
	color: #000;
	border-radius: 5px;
	height: auto;
	margin: 0;
	line-height: normal;
    background-color: transparent;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #000;
	color: #000;
}
.form-text::placeholder{color: #d7d7d7;}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	width: 200px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #f16726;
    color: #FFF;
    background: #f16726;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 5px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #f16726;
	border-color: #f16726;
	transform: scale(.98);
}

.tabsmap{
	padding-top: 2rem;
	border-top: 1px solid #f16726;
	margin-top: 2rem;
}
.tabsmap ul{
	margin: 0 auto 2rem;
	justify-content: center;
}
.tabsmap ul li{
	width: auto;
	margin: 0 10px 0 0;
}
.tabsmap ul li a{
	display: block;
	text-align: center;
	border: 1px solid #f16726;
	border-radius: 8px;
	padding: 8px;
	color: #f16726;
    transition: all 0.5s;
}
.tabsmap ul li a.active,
.tabsmap ul li a:hover{
	background: #f16726;
	color: #FFF;
}
.tabsmap ul li a .fa-image,
.tabsmap ul li a .fa-map-location-dot{
	font-size: 22px;
	margin-right: 5px;
	vertical-align: middle;
}
.imgmap, .mapbox{
	width: 100%;
	overflow: hidden;
	margin: 1rem auto;
	aspect-ratio:4/2;
}
.mapbox iframe,
.imgmap img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.title-box.subtitle h1{margin-bottom: 0;}
.title-box.subtitle p{
	letter-spacing: 2px;
	color: #f16726;
}

.banner-ourwork{margin: 2rem auto 0;}
.tabs-portfolio ul{
	justify-content: center;
	margin-bottom: 2rem;
}
.tabs-portfolio ul li{
	width: auto;
	margin: 0 15px;
}
.tabs-portfolio ul li a{
	display: block;
	text-align: center;
	padding: 6px 15px;
	font-size: 1.2rem;
	font-family: 'Kanit-Regular';
}
.tabs-portfolio ul li a:hover,
.tabs-portfolio ul li a.active{color: #f16726;}


/* 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: #f16726;
	height: 5px;
	border-radius: 4px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .tabs-portfolio ul li a.active.hvr-underline-from-center:before {
	left: 0;
	right: 0;
}

.portweb{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 2rem;
	transition: all 0.6s;
}
.portweb img{
	width: 100%;
	transition: all 0.6s;
}
.hovertop{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 3px;
	left: 0;
	z-index: 1;
	background: rgb(0 0 0 / 60%);
	text-align: center;
	color: #FFF;
	
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	
	transition: all 0.6s;
	transform: rotateY(180deg);
	opacity: 0;
}
.hovertop p{
	width: 100%;
	margin-bottom: .75rem;
	font-size: 1.3rem;
}
.hovertop a{
	padding: 5px 15px;
	border-radius: 8px;
	transition: all 0.6s;
	border:1px solid #8c8c8c;
	background: #8c8c8c;
	color: #FFF;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.hovertop a:hover{
	background: #f16726;
	color: #FFF;
	border-color: #f16726;
}
.portweb:hover{box-shadow: 0 0 10px 1px rgba(0,0,0,0.25);}
.portweb:hover img{transform: scale(1.05);}
.portweb:hover .hovertop{transform:rotateY(0deg);opacity: 1;top: 0;}


.paginationpage ul{
	margin: auto;
	justify-content: center;
}
.paginationpage ul li{margin: 0 5px;}
.paginationpage ul li a{
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50% !important;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #f16726 ;
	color: #f16726 ;
}
.paginationpage ul li a:hover{
	background: #f16726 ;
	color: #FFF;
}
/*///////////End-Content///////////////*/

/*///////////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: #f16726;
}
.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 #f16726;
    justify-content: center;
	border-radius: 27px;
	background:#f16726;
	text-transform: uppercase;
}
.btn-policy:hover{
	transform: scale(.96);
	background:#FFF;
    color: #f16726;
}


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

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

.footer ul li{padding-bottom: 8px;}
.copyright-box{text-align: center;}
.social-footer{
	text-align: center;
	margin: 2rem auto;
}
.social-footer img{
	width: 30px;
	margin: auto;
}
.social-footer img.somail:hover{
	filter: invert(59%) sepia(99%) saturate(3858%) hue-rotate(348deg) brightness(100%) contrast(90%);
}
.social-footer img.sofacebook:hover{
	filter: invert(30%) sepia(69%) saturate(5705%) hue-rotate(229deg) brightness(98%) contrast(106%);
}
.social-footer img.soline:hover{
	filter: invert(87%) sepia(27%) saturate(2381%) hue-rotate(57deg) brightness(103%) contrast(88%);
}
.social-footer img.soig:hover{
	filter: invert(25%) sepia(76%) saturate(1782%) hue-rotate(271deg) brightness(87%) contrast(101%);
}
.social-footer img.soyoutube:hover{
	filter: invert(16%) sepia(99%) saturate(7042%) hue-rotate(352deg) brightness(97%) contrast(92%);
}
.text-right{text-align: right;}
.text-left{text-align: left;}

/*///////////End-Footer///////////////*/

	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 100%;
		background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: -30%;
        display: block;
        right: 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;
		display: flex ;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: center;
	}
	.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;
	}











