html{font-size:16px;}
@font-face {
    font-family: 'Prompt-Regular';
    src: url('fonts/Prompt-Regular.eot');
    src: url('fonts/Prompt-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/Prompt-Regular.woff') format('woff'),
         url('fonts/Prompt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'Prompt-Regular';
	cursor: default;
	position: relative;
	line-height:normal;
	font-size: 1rem;
    color: #000000;
}

img{ border:0; margin:auto;}
a{
    text-decoration:none;
    color:inherit;
}
a:hover{
    color:inherit; 
    text-decoration: none;
}
ul{	padding-left: 0;margin-bottom: 0;}
h1, h2, h3{line-height: normal;}
#back-to-top {
    width: 40px;
    height: 40px;
    position: fixed;
    z-index: 9999;
    bottom: 1%;
    right: 2%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#e36229;
    border: 2px solid #FFF;
    border-radius: 50%;
    font-size: .9rem;
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #FFF;
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 35px;
	height: 30px;
	position: absolute;
    top: 30%;
    right: 5%;
	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;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
    background: #e36229;
    border-radius: 3px;
	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: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 10px;
}
#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);
}
#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%;
}
/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-main{
    width: 100%;
    padding: .3rem 0;
    transition: all 0.5s;
    background: #eaf5fa;
}
.slim.headbar-main{
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
}
.hamburgers-box{
    width: 100%;
    position: relative;
    transition: all 0.5s;
}
.navbar-brand {
    width:100%;
    padding: 0;
    padding-left: 1rem;
    margin: 1rem auto;
    text-align: left;
    transition: all 0.5s;
}
.navbar-brand img{
    width: 150px;
    transition: all 0.5s;
}
.navbar-logo-mobile {
    width: 100%;
    padding: 5% 0;
    display: block;
    text-align: center;
    color: #FFF;
}
.navbar-logo-mobile  img{width: auto;}
.navbar-collapse ul li{
	padding: 0;
    transition: all 0.5s;
    text-transform: uppercase;
}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:15px 15px;
    position: relative;
    display: block;
    color: #000;
}
.navbar-collapse ul li span{display: none;}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover, .navbar-collapse ul li:hover a{ color: #FFF; }
.navbar-collapse ul li.active, .navbar-collapse ul li:hover{background-color: #e36229;}

.social-mobile{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 1rem;
    font-size: 1.2rem;
    border-bottom: 1px solid #3366ff;
    padding-bottom: .5rem;
}
.social-mobile img{width: 1.3em;}
.social-mobile a{padding: 0 5px;}
/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    width: 100%;
}
#slide-zone .banner-slide img{
    width: 100%;
}
#slide-zone .owl-dots{
	display: block !important;
	position: absolute;
    bottom:-15%;
    left: 50%;
    z-index: 555;
	transform: translate(-50%,0%);
}
#slide-zone .owl-carousel button.owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: #FFF;
    border: 1px solid #adadad;
}
#slide-zone .owl-carousel button.owl-dot.active{
    background-color: #adadad;
}
#slide-zone{position: relative;}
/*content--//////////////////////////////////////////////////////////////////////////*/
.text-bold{font-family: 'ThaiSansNeue-Bold';}
.font-style{font-size: 1rem;}
.font-style1{font-size: 1.2rem;}
.font-style2{font-size: 1.4rem;}
.font-style3{font-size: 1.6rem;}
.font-style4{font-size: 1.8rem;}
.font-style5{font-size: 2rem;}
.content-box{
    padding: 10% 0;
    background: url( "../images/bg-1.png") top left repeat-y;
    background-size: 100% !important;
}
.img-about{width: 100%; overflow: hidden;margin: 2rem auto;}
.img-about img{width: 100%; transition: all 0.5s;margin: 0;}
.about-box{position: relative;padding: 5% 0; font-size: 24px;}
.about-box img{position: absolute;width: 1.5em; }
.about-box h1{font-size: 38px;}
.about-box .img-left{left: 0;top: -1rem;}
.about-box .img-right{right: 0;bottom:0;}

.line-color{
    width: 256px;
    height: 4px;
    border-bottom: 4px solid #d63339;
    margin: 1.4rem 0;
}
.titlle-box{
    font-size: 35px;
    text-align: center;
}
.readmore-btn{text-align: center;display: block;margin-top: 1.5rem;}
.readmore-btn span.text-red{color: #f00; vertical-align: middle;transition: all 0.5s;}
.readmore-btn:hover span.text-red{margin-left: 5px;}
.job-box{text-align: center;margin-top: 2rem;}
.img-box{width: 100%;overflow: hidden;}
.img-box img{/*width: 100%; */transition: all 0.5s;}
.job-box:hover img{transform: scale(1.05);}
.job-box h1{font-size: 20px;margin-top: 1rem;}
/*footer--//////////////////////////////////////////////////////////////////////////*/
.footer {
    color: #FFF; 
    padding:10% 0;
    background: #2f2f2f;
    position: relative;
}
.footer a:hover{ color: #e36229;}
.address-footer{margin-bottom: 1.2rem;}
.address-footer ul{list-style: none;}
.address-footer ul li{padding: 5px 0;}
.address-footer ul li img{width: 1.5em;}
.footer h1{font-size: 1.4rem; }
.logo-footer{
    text-align: center;
    margin-bottom: 2rem;
}
.bg-logo{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.copyright-box{
    text-align: center;
    padding: 2% 8%;
    color: #FFF;
    background: #222222;
}
.social-footer{text-align: center;}
.social-footer img{
    width: auto;
    transition: all 0.5s;
}
.social-footer img:hover{transform: translateY(-5px);}
#wh-widget-send-button.wh-widget-right{bottom: 5% !important;}
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/
@media (max-width: 767px ) {
	body{
		max-width: 100% !important;
	}
	.navbar-collapse{
        position: fixed;
        width: 250px;
        background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: 0;
        display: block;
        left: -250px;
        margin: 0 !important;
        z-index: 55;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0 !important;
	}
	.navbar-collapse.show{
		display:block;
		left: 0 !important;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
	}
	.headbar-main, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-main.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
}

/*========otherpage===================================*/
.content-other{padding: 10% 0;}

.title-otherpage{
    text-align: center;
    font-size: 2rem;
    margin-bottom: 2rem;
}
.title-otherpage img{width: 100%;}

.service-box{
    cursor: pointer;
    margin-bottom: 2rem;
}
.img-seervice{
    width: 100%;
    overflow: hidden;
}
.img-seervice img{
    width: 100%;
    transition: all 0.5s;
}
.service-box:hover img{transform: scale(1.05);}
.detail-service {margin-top: 1rem;}
.detail-service h1{
    font-size: 1.2rem;
    margin-bottom: 0;
}
.detail-service ul{list-style: none;}
.detail-service ul li .fa-circle{
    font-size: 10px; 
    color: #e36229;
    vertical-align: middle;
}

.img-aboutpage{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.img-aboutpage .img-top{
    position: relative;
    z-index: 2;
    width: 100%;
}
.img-aboutpage .img-bottom{
    position: absolute;
    z-index: 1;
    width: 100%;
    right: 0;
    top: 0;
}

.detail-about{margin-bottom: 2rem;}
.detail-about h1{
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.content-aboutbox{
    background: #eaf5fa;
    padding: 10% 0;
}
.detail-about1{
    text-align: center;
}
.detail-about1 h1{
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.detail-about1 p{
    margin:2rem auto 0;
    font-weight: 700;
    color: #5c5c5c;
}
.detail-about1 p span{color: #e36229;}
    .detail-about1 p span{display: block;}


.content-other .job-box{margin-top: 0;margin-bottom: 2rem;}




.address-contact {
    text-align: center;
    margin-bottom: 2.5rem;
}
.icon-contact{
    text-align: center;
    margin-bottom: 2rem;
}
.icon-contact a:hover{color: #e36229;}
.icon-contact h1{
    font-size: 1.1rem;
    margin: 1rem auto 0;
}
.icon-contact img{transition: all 0.5s;}
.icon-contact:hover img{transform: translateY(5px);}
.img-contact{
    width: 100%;
    height: 100%;
    text-align: center; 
    margin: 1rem auto;
}
.img-contact img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.map{
    width: 100%;
    height: 280px;
    margin-top: 2rem;
}
.map iframe{
    width: 100%;
    height: 100%;
}
.detail-sendbox{
	width: 100%;
	margin: 0;
    margin-bottom: 1rem;
}
.form-contact{
	padding: 8px 15px;
	background: #FFF;
	width: 100%;
    border: none;
}
.form-contact::placeholder{color: #9f9f9f;}
.detail-sendbox3{
	width: 100%;
}
.form-contact:focus{
	outline: none !important;
}
.send-box{
	padding: 8px;
	text-align: center;
	background: #e36229;
	margin: 1rem auto;
	width: 100%;
    color: #FFF;
    border: 1px solid #e36229;
}
.codeseve-send{
	margin: 0 1rem;
    display: flex;
}
.send-box:hover{
	color: #e36229;
	background: #FFF;
}
.send-box:focus{
	outline: none !important;
}
.codeseve-send .fa-redo-alt{
	color: #b5b5b5;
    cursor: pointer;
    font-size: 1.2rem;
}
.sendus-detail{
	width: 95%;
	margin: auto;
}
.sendmessage-box{
	padding:  0;
	margin:0;
    margin-bottom: 1.5em;
}
.contact-otherpage table td{padding: 8px;}
.contact-otherpage a:hover{color: #3366ff;}

.bg-sendbox{
    padding: 15px;
    background: #eaf5fa;
}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {
}


 /*-----cate----/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
ul.main-cate {
	list-style:none ;
	/*text-align:center !important;*/
}
ul.main-cate li{
    display: inline-block;
    cursor: pointer;
    font-weight: 300;
    font-size: 1rem;
	color:#3b3b3b;
    text-transform: uppercase;
	/*padding: 0px 15px;*/
	padding: 0 4rem;
    border-right: 1px solid #000;
    border-bottom: 3px solid #ffffff;
	margin: 0.2rem 0.2rem;
   /* -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;*/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul.main-cate li:first-child {
	padding-left:0;
}
ul.main-cate li:last-child {
    border-right: none;
	padding-right:0;
}
ul.main-cate li.active,
ul.main-cate li:hover{
	color: #ff6a13;
    /*border-bottom: 3px solid #ff6a13;*/
}

/*///////img-box-2///////*/
.img-box,
.img-box-2 {
    text-align: center;
    position: relative;
    overflow: hidden;
    /* height: 220px; */
    padding-bottom: 90%;
}
.img-box-2 {
    padding-bottom: 80%;
}
.img-box div ,
.img-box-2 div {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: center;
    /* height: auto; */
    height: 100%;
    width: 100%;
    /* width: auto; */
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.img-box div img ,
.img-box-2 div img {
	/*max-height: 100% !important;
    width: auto !important;
    max-width: none !important;*/
	/*width: 100% !important;
	height: auto !important;
    max-width: none !important;*/
	/*max-width: 100%;*/
    height: 100%;
}


/*view--//////////////////////////////////////////////////////////////////////////*/

.download-file{
    width: 180px;
    padding: 5px;
    border: 2px solid #ff914c;
    /*border-radius: 5px;*/
    background: #FFF;
    transition: all 0.4s;
    /*margin:1rem 0;*/
}
.download-file:hover{
    background: #ff914c;
    color: #FFF;
}
.download-file a{display: block;}
.download-file img{transition: all 0.5s;}
.download-file:hover img{filter: brightness(0) invert(1);}


.download-pdf a{
    width: 200px;
    display: block;
    text-align: center;
    padding: 6px;
    margin:1rem 0;
    transition: all 0.5s;
    border: 1px solid #ff914c;
    background: #FFF;
    color: #ff914c;
}
.download-pdf a:hover{
    background: #ff914c;
    color: #FFF;
}
.download-pdf .fa-file-download{
    width: auto;
    padding-right: 5px;
    border-right: 1px solid #ff914c;
}
.download-pdf a:hover .fa-file-download{border-color: #FFF;}

.vdobox-indetail{
    width: 100%;
    height: 250px;
}
.vdobox-indetail iframe{
    width: 100%;
    height: 100%;
}
.vdobox-moredetail ul#myTab li{ 
    border: 1px solid #FFF;
    border-bottom: none;    
    border-radius: 3px 3px 0 0;
    overflow: hidden;
}
.vdobox-moredetail ul#myTab li:first-child{/*margin-right: 10px;*/}
.vdobox-moredetail a {
    color: #000000;
    display: block;
    padding: 5px 10px;   
    border: 1px solid #ff914c;
}
.vdobox-moredetail a.active{
	background: #ff914c;
    color: #FFF;
}
.vdobox-moredetail ul#myTab li ul{
	padding-left:30px;
}

/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.pagelist{
 text-align: center;
 padding:1rem 0;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: auto;
}
.pagelist li{
	display:inline-block;
	font-size:1rem;
	cursor:pointer;
	/*padding: 0.3rem 0rem;*/
	margin: 0.2rem;
	border:2px solid #777;
	border-radius: 5px;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	 color:#0e0e0e;
	 transition: all 0.4s;
}
.pagelist li.disabled a,
.pagelist li.disabled a:hover{
	color:#d4d4d4;
}
.pagelist li a{
	color:#777;
	display:block;
	padding:0 0.5rem;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:1rem;
 vertical-align: middle;
}

.pagelist>li:first-child>a, .pagelist>li:first-child>span , .pagelist>li:last-child>a, .pagelist>li:last-child>span {
 border-radius:0px;
}
.pagelist li.active{
    background: #e36229;
    transition: all 0.4s;
    border: 2px solid #e36229;
}
.pagelist li a:hover{
    color: #e36229 ;
	transition: all 0.4s;
}
.pagelist li:hover{
	border:2px solid #e36229;
}
/*.pagelist li svg { vertical-align: middle; }*/
.pagelist li svg {    height: 0.8rem; }
.pagelist li.active a {
    color: #ffffff;
}


