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.woff2') format('woff2'),
         url('fonts/Kanit-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@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.woff2') format('woff2'),
         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.woff2') format('woff2'),
         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.75;
	font-size: 1rem;
    color: #000;
}

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: 30px;
    height: 150px;
    position: fixed;
    z-index: 9999;
    bottom: 20%;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#e7e7e7;
    font-size: .9rem;
    opacity: .5;
    border-radius: 5px 0 0 5px;
    transform: translate(0,-50%);
}
#back-to-top:hover{
    opacity: 1;
}
#back-to-top a {
    color: #a7a7a7;
    position: absolute;
    width: 120px;
    transform: rotate(-90deg);
}
button:focus {
    outline: none;
}

#nav-icon3{
	z-index: 88;
	width: 35px;
	height: 30px;
	position: absolute;
    top: 25%;
    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: 2px;
	width: 100%;
    background: #ad7e3a;
    border-radius: 4px;
	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;
    width: 50%;
}
#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%;
}
#nav-icon3.open span:nth-child(2),#nav-icon3.open span:nth-child(3) {
    width: 100%;
}



/*///////////////////////////////////////////////////////////////////*/


.dropdown-main{
	position:relative
}
.dropdown-main .dropdown-menu{
	width:100%;
	border-radius:0;
	background: #ff8c00 !important;
	padding:0;
	margin:0;
	border:none;
	word-wrap:break-word;
	white-space: normal;
	top:2.2rem;
	z-index:100;
	
}
.dropdown-main .dropdown-menu li{
	width:100%;
	text-align:left;
	margin:0;
	/*padding:0;
*/	padding:6px 10px 6px 10px !important;
	word-wrap:break-word; 
	white-space: normal;
	border:none !important;
}
.dropdown-main .dropdown-menu li a{
	display:block;
	width:100% !important;
	color:#FFF !important;
	background:none;
	padding:0 !important;
	margin:0;
	font-size:0.9rem;
	word-wrap:break-word;
	text-transform:uppercase;
	white-space: normal;
	border:none !important;
	text-align:left;
	height:auto !important;
}
.dropdown-main .dropdown-menu li:hover{
	background: #c06a03 !important;
}
.dropdown-main .dropdown-menu li a, .dropdown-main .dropdown-menu li:hover a{
	background:none !important;
	border:none;
}
.dropdown-main .dropdown-toggle::after{
	display:none;
}
.dropdown-main:hover .dropdown-menu{
	display:block;
}


.dropdown-submenu{
	width:100% !important;
	padding:0 !important;
	position:relative;	
}

.dropdown-submenu .dropdown-menu{
	display:none !important;
	position:absolute !important;
	top:0px !important;
	left:100% !important;
	background:#2e3192;
}
.dropdown-submenu .dropdown-menu li{
	width:100% !important;
	/*padding: 6px 0px 6px 15px;*/
}

.dropdown-submenu:hover .dropdown-menu{
	display:block !important;
}



@media (max-width: 767px){
.dropdown-main .dropdown-menu {
	width: 100%;
	word-wrap:break-word;
}
.dropdown-main .dropdown-menu li:hover{
	background:none;
}
.dropdown-main .dropdown-menu li:hover a {
	color:#FFF;
}

.dropdown-main .dropdown-item {
	white-space:normal;
}
.dropdown-main .dropdown-item a {
	word-wrap:break-word;
	color:#FFF;
}


.dropdown-submenu .dropdown-menu{
	display:none !important;
	position: relative !important;
	top:0px !important;
	left:0% !important;
	background:#865533;
}
.dropdown-submenu .dropdown-menu li{
	/*padding: 6px 0px 6px 15px !important;*/
}
}















/*head--//////////////////////////////////////////////////////////////////////////*/
.headbar-main{
    width: 100%;
    padding: .75rem 0;
    transition: all 0.5s;
    background: #FFF;
}
.slim.headbar-main{box-shadow: 0 0 8px rgba(0,0,0,0.5);}
.hamburgers-box{
    width: 100%;
    position: relative;
    transition: all 0.5s;
}
.navbar-brand {
    width:100%;
    padding: 0 0 0 15px;
    text-align: left;
    transition: all 0.5s;
    margin: 0;
}
.navbar-brand img {
    width: 215px;
    margin: 0;
    transition: all 0.5s;
    margin-bottom: 0;
}
.navbar-brand.d-lg-none{
	margin: 0;
	max-width: 100%;
	text-align: center;
	padding: 10% 0;
}
.navbar-brand.d-lg-none img{
	width:auto;
	max-width: 100%;
}
.navbar-collapse ul li{
	padding: 0;
    transition: all 0.5s;
    text-align: left;
}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:15px 15px ;
    position: relative;
    display: block;
    color: #313131;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{
	color: #FFF;
	background: #ff8c00;
}
.contact-header{padding: 0 15px;}
.contact-header ul{list-style: none;}
.contact-header ul li{padding: 15px 0;}
.contact-header ul li a{
	display: inline;
	padding: 0 0 0 10px;
	width: auto;
}
.contact-header ul li img{margin-right: 10px;}
/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    background: #FFF;
	width: 100%;
}
.owl-dots{
	display: block !important;
	position: absolute;
	bottom: 3%;
	left: 0;
	z-index: 555;
	width: 100%;
	text-align: center;
}
.owl-carousel button.owl-dot {
	width: 15px;
	height: 15px;
	margin: 0 3px;
	border-radius: 50%;
	background-color: #888888;
	border:1px solid #888888;
}
.owl-carousel button.owl-dot.active{
	background-color: #FFF;
    border-color: #FFF;
}
/*content--//////////////////////////////////////////////////////////////////////////*/
.content-aboutus{padding: 10% 0;}
.aboutus-box{text-align: center;}
.aboutus-box h1{
	font-size: 24px;
	margin-bottom: 0;
    font-family: 'Kanit-Medium';
}
.aboutus-box p{
	color: #ff8c00;
	margin-bottom: 1rem;
    font-family: 'Kanit-Regular';
}
.aboutus-box img{
	max-width: 100%;
	display: block;
	margin: 1rem auto;
}

.content-products{
	padding: 10% 0;
	background: url("../images/bg-content.png") top center no-repeat;
	background-size: cover !important;
}
.title-box{
	text-align: center;
	position: relative;
	margin-bottom: 2.5rem;
}
.title-box::before{
	content: '';
	width: 30%;
	height: 2px;
	background: #ff8c00;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
	z-index: 1;
}
.title-box.title-Machine::before, .title-box.title-Machine::after{width: 10%;}
.title-box::after{
	content: '';
	width: 30%;
	height: 2px;
	background: #ff8c00;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
	z-index: 1;
}
.title-box h1{
	font-size: 24px;
    font-family: 'Kanit-Medium';
	margin-bottom: 0;
}
.title-box p{
	margin: 0;
	color: #ff8c00;
}

.title-box2::before{
	width: 30% !important;
}
.title-box2::after{
	width: 30% !important;
}

.product-box{
	padding:0;
	position: relative;
	background: #FFF;
	margin-bottom: 2.5rem;
	text-align: center; 
	border-bottom: 8px solid #ff8c00;
 	box-shadow: 0px 0px 16.74px 10.26px rgba(72, 73, 73, 0.26);
	
}
.product-box h1{
	font-size: 1rem;
    font-family: 'Kanit-Regular';
	margin-bottom: 0;
	position: absolute;
	bottom: 25px;
	width: 100%;
	left: 0;
	z-index: 2 ;	
}
.img-box{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.img-box img{
	width: 100%;
	transition: all 0.5s;
}
.product-box:hover img{transform: scale(1.05);}
.readmore-show{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: 1;
	transition: all 0.5s;
	transform: scale(.9);
	background: rgb(255 140 0 / 45%);
}
.product-box:hover .readmore-show{opacity: 1;transform: scale(1);}
.readmore-show p{
	padding: 8px 20px;
	color: #FFF;
	transition: all 0.5s;
	background: #ff8c00;
	margin: 0;
	border: 1px solid #ff8c00;
}
.readmore-show p:hover, .readmore-btn:hover{
	color: #ff8c00;
	background: #FFF;
}
.readmore-btn{
	display: block;
	margin: 2rem auto;
	text-align: center;
	color: #FFF;
	background: #ff8c00;
	border: 1px solid #ff8c00;
	transition: all 0.5s;
	padding: 10px;
}

.img-aboutus{
	width: 100%;
	overflow: hidden;
	margin: 2rem 0;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.2);
}
.img-aboutus img{max-width: 100%;}
.machine-box ul{list-style: none;}
.machine-box ul li{padding-bottom: 15px;}
.machine-box ul li:hover{font-weight: 700;}
.img-machine{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 1rem auto;
}
.img-machine img{max-width: 100%; }
.img-box:hover img{transform: scale(1.05);}


.message-contact{margin-top: 2.5rem;}
.message-contact h1{
    font-size: 26px;
    font-family: 'Kanit-Medium';
    margin-bottom: 1rem;
	color: #ff8c00;
}
.mapbox{
    width: 100%;
    height: 315px;
    overflow: hidden;
}
.mapbox iframe{
    width: 100%;
    height: 100%;
}
.detail-form{
    margin-bottom: 1rem;
}
.detail-form .fa-redo-alt{
    cursor: pointer;
    color: #ff8c00;
	font-size: 26px;
}
.detail-form span{color: #ec1f27;}
.detail-form p{margin-bottom: 0;}
.form-text{
    padding: 8px 15px;
    background: #FFF;
    border: 1px solid #e9e9e9;
    width: 100%;
    border-radius: 0;
    color: #010000;
}
.form-text::placeholder{color:#636363;}
.sendus-btn{
    width: 230px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #ff8c00;
    color: #FFF;
    background: #ff8c00;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 0;
}
.sendus-btn:hover{
    transform: scale(.95);
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    background: #FFF;
    color: #ff8c00;
}
.address-box ul{list-style: none;}
.address-box h1{
	font-size: 26px;
	margin-bottom: 15px;
    font-family: 'Kanit-Medium';
}
.address-box p{margin-bottom: 15px;}
.address-box a:hover{
	text-decoration: underline;
    color: #ff8c00;
}
/*footer--//////////////////////////////////////////////////////////////////////////*/
/*
.policy-box{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    top: auto;
    background: #fd7e3a;
    text-align: center;
    padding: 1rem ;
    color: #FFF;
    z-index: 5;
    display: block;
    font-size: 18px;
}
.policy-box p{
    margin-bottom: 0;
    font-size: 18px !important; 
}
.policy-box a{
    color: #000;
    font-family: 'Kanit-Medium';
}
.policy-box a:hover{
    color: #000;
    text-decoration: underline;
}
.btn-cookiepolicy{
    width: 150px;
    padding: 5px;
    text-align: center;
    color: #FFF;
    border-radius: 10px;
    margin: 1rem auto 0;
    background: #56c596;
    border: 1px solid #56c596;
    transition: all 0.5s;
    box-shadow: none;
    cursor: pointer;
}
.btn-cookiepolicy:hover{
    color: #56c596;
    background: #FFF;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
}*/

.footer {
    color: #232323;
    padding:10% 0 5%;
    position: relative;
    background: url("../images/bg-footer.png") top center no-repeat;
    background-size: cover;
}
.footer ul{list-style: none;}
.footer p{margin-bottom: 0;}
.footer ul li{padding-bottom: 5px;}
.footer table{width: 100%;}
.footer table td{padding: 5px 3px;vertical-align: top;}
.footer table td img{margin: 0;}
.footer h1{
    font-size: 20px;
    margin-bottom: 10px;
    line-height: normal;
    text-transform: uppercase;
    font-family: 'Kanit-Medium';
}
.contact-footer{margin: 15px 0;}
.contact-footer ul li a:hover{text-decoration: underline;}
.copyright-box{
    padding: 15px 0;
    color: #FFF;
    background: #ff8c00;
    text-align: center;
}
.copyright-box a{display: inline;}
.copyright-box a:hover{text-decoration: underline;}
.social-footer{
    text-align: center;
    margin: 1rem auto 0rem;
}
.social-footer img{ transition: all 0.5s;}
.social-footer img:hover, .ecom-footer img:hover{transform: scale(.9);}

.menu-footer ul li.active a, .menu-footer ul li a:hover{ font-family: 'Kanit-Medium'; }
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 991px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 100%;
        background: #FFF;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
        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%;
	}
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {
    
    
}


.btn-downloadPDF{
	cursor: pointer;
	border: 2px solid #ff8c00;
	color: #ff8c00;
	padding: 0 15px;
}
.btn-downloadPDF:hover{
	background: #ff8c00;
	color: #FFF;
}
/*-----Page List-----//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.pagelist li{
	display:inline-block;
	list-style:none;
	background:#ff8c00;
	margin:0 2px;
}
.pagelist li a svg{	
	padding-top:5px;
}
.pagelist li a{
	display:block;
	color:#FFF;
	padding:0px 10px 0px 10px;
	font-size:23px;	
}
.pagelist li a.active{
	color:#FFF;
	background:#c06a03;
}
.pagelist li:hover{
	background:#c06a03;
}
.pagelist li:hover a{
	color:#FFF;
}


