html{font-size:14px;}
@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-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-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;
}
body{
    font-family: 'Kanit-Light';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
    color: #000;
	overflow-x: hidden;
}

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: 50px;
    height: 50px;
    position: fixed;
    z-index: 9999;
    bottom: 50%;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#581d7a;
    font-size: .9rem;
    opacity: .5;
    transform: translate(0,-50%);
}
#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: 20%;
    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: #FFF;
    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: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	width: 70%;
	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:.75rem 0;
    transition: all 0.5s;
	background: #4d1070;
}
.hamburgers-box{
    width: 100%;
    position: relative;
    transition: all 0.5s;
}
.navbar-brand {
    width:100%;
    padding: 0 0 0 15px ;
    text-align: left;
    margin: 0 auto;
    transition: all 0.5s;
}
.navbar-brand img{
    width: 90px;
    margin: 0;
    transition: all 0.5s;
}

.navbar-collapse ul li{
	padding: 0 15px;
    transition: all 0.5s;
    text-align: left;
}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:15px 15px ;
    position: relative;
    display: block;
    color: #FFF ;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{
	color: #eb5c2c;
	font-weight: 700;
}
.navbar-collapse ul li .dropdown-menu{
	padding: 0;
	border: none;
	border-radius: 0;
    background: #3b0958;
	margin: 0;
}
.navbar-collapse ul li .dropdown-menu a{
	padding: 15px;
	text-align: center;
	display: block;
}
.social-header{padding:5px 15px;text-align: center;}
.social-header a{padding: 0 5px;}
.social-header img{transition: all 0.5s;}
.social-header img:hover{transform: scale(.95);}

/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    width: 100%;
    position: relative;
}

.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: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: #434343;
}
.owl-carousel button.owl-dot.active{
    background-color: #959595;
}
/********************/
 
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.9);
  transition: 1s 0.4s;
}
 
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
/******************************/
/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1rem;
    text-align: center;
}
.pagelist{
 text-align: center;
 padding:5px;
 border-radius:0px;
/* margin:0 5px 20px 5px;*/
 margin: auto;
}
.pagelist li{
	display:inline-block;
	font-size:18px;
	cursor:pointer;
	padding: 0.1rem 0rem;
	margin: 0.2rem;
	border:1px solid #ffffff;
	border-radius: 5px;
	background: #fff;
}
.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:0px 12px;
	font-weight:bold;
}
.pagelist li a i.fa{
 font-size:18px;
 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{
    
	transition: all 0.4s;
}
.pagelist li a:hover{
    color: #2348b8 ;
	transition: all 0.4s;
}
.pagelist li.active a {
    color: #2348b8;
}
/************************************************/
/*content--//////////////////////////////////////////////////////////////////////////*/
.content-aboutus{
	padding: 10% 0;
	background: url("../images/bg-aboutus.png") top center no-repeat #FFF;
	background-size: 100% !important;
}
.about-title{
	text-align: center;
	margin-bottom: 2rem;
}
.about-title h1{
	font-size: 26px;
	color: #581d7a;
	position: relative;
	margin-bottom: 1rem;
    font-family: 'Kanit-Medium';
}
.about-title h1::after{
	content: '';
	width: 50%;
	height: 3px;
	background: #581d7a;
	margin: auto;
	position: absolute;
	left: 50%;
	bottom: -15%;
	z-index: 1;
	transform: translate(-50%,0);
}
.about-title p{
	margin-bottom: 0;
	color: #363636;
    font-family: 'Kanit-Medium';
}
.img-box{
	width: 100%;
	margin: auto;
	overflow: hidden;
	transition: all 0.5s;
}
.img-box img{
	width: 100%;
	transition: all 0.5s;
}

.readmore-btn{
	width: 150px;
	margin: 2rem auto;
	padding: 8px;
	text-align: center;
	background: #FFF;
	border: 1px solid #581d7a;
	color: #581d7a;
	display: block;
	transition: all 0.5s;
}
.readmore-btn:hover{
	color: #FFF ;
	background: #581d7a;box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.content-services{
	padding: 0 0 7%; 
	background: url("../images/bg-service.png") left top no-repeat #FFF;
	background-size: cover !important;
}
.title-box{
	text-align: center;
	margin: 2rem auto;
	position: relative;
}
.title-box::before{
	content: '';
	width: 35%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 1;
	background: #e54f04;
}
.title-box::after{
	content: '';
	width: 35%;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	z-index: 1;
	background: #e54f04;
}

/*************************/
.title-box.title-box2::after,.title-box.title-box2::before{
	 
	background: inherit;
}

/*************************/
.title-box h1{
	font-size: 26px;
	margin-bottom: 0;
	line-height: 1;
    font-family: 'Kanit-Medium';
}
.title-box p{
	color: #e54f04;
	letter-spacing: 2px;
}
/*************************/
.title-box2{
	position: relative;
	text-align: center;
	margin-bottom: 2.5rem;
}
.line-title{
    background: #e54f04;
    height: 2px;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: 50%;
}
.name-title{
	position: relative;
    z-index: 2;
    display: inline-block;
    background: #ffffff;
    color: #000;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 0 2rem;
    /*line-height: 2rem;*/
}
.title-box2 p{
	color: #e54f04;
}
/****************************/
.icon-box{
	text-align: center;
	margin-bottom: 2rem;
}
.icon-box img{
	max-width: 100%;
	border: 2px solid transparent;
	background: #FFF;
	border-radius: 50%;
	transition: all 0.5s;
	box-shadow: 0px 0px 5px 0px rgba(72, 73, 73, 0.29);
}
.icon-box:hover img{
	transform: scale(.95);
	border-color: rgb(229, 79, 4);
	box-shadow: 0px 0px 15px 5px rgba(72, 73, 73, 0.29);
}
.icon-box h1{
	font-size: 1rem;
	margin: 1rem auto;
}

.content-customers{
	padding: 10% 0;
	background: url("../images/bg-purple.png") top center no-repeat ;
	background-size: cover !important;
}
.content-customers .title-box h1, 
.content-customers .title-box p{color: #FFF;}
.content-customers .title-box::after,
.content-customers .title-box::before{
	width: 25%;
	background: #FFF;
}
.content-customers .img-box{
	margin-bottom: 2rem;
	box-shadow: 0px 3px 18px 1px rgba(110, 110, 110, 0.4);
}
.content-customers .img-box:hover{transform: scale(.95);}

.content-ourwork{
	padding: 10% 0;
	background: #FFF;
	overflow: hidden;
}
.content-ourwork .title-box::after,
.content-ourwork .title-box::before{width: 15%;}
.slide-awards {padding: 5%;margin-top: 2rem;}
.slide-awards .owl-awards .owl-item .item img{
	width: 100%;
}
.slide-awards .owl-awards .owl-stage-outer{overflow: inherit;}

.slide-awards .owl-awards .owl-item .item{
	width: 90%;
	margin: auto;
    transform: scale(.9);
    transition: ease-in-out .8s;
}
.slide-awards .owl-awards  .owl-item.active .item{
    transform: scale(1.1);
    transition: ease-in-out .8s;
	box-shadow: 0px 0px 10px 1px rgba(110, 110, 110, 0.4);
}
.slide-awards .owl-awards .owl-nav{
	width: 100%;
	position: absolute;
	top: 50%;
	left:0;
	z-index: 1;
	transform: translate(0,-50%);
	display: flex;
	justify-content: space-between;
}
.slide-awards .owl-awards .owl-nav button.owl-prev{
	margin-left: -1rem;
	font-size: 20px;
	color: #581d7a;
}
.slide-awards .owl-awards .owl-nav button.owl-next{
	margin-right: -1rem;
	font-size: 20px;
	color: #581d7a;
}
.mapbox{
	width: 100%;
	height: 280px;
}
.mapbox iframe{
	width: 100%;
	height: 100%;
}

.content-contactus{
	background: #4d1070;
	color: #FFF;
}
.message-contact{
	margin: 2rem auto;
	padding: 5%;
}
.message-contact h1{
    font-size: 24px;  
    margin-bottom: 1rem;
	text-align: left;
    font-family: 'Kanit-Medium';
}
.detail-form{
    margin-bottom: .3rem;
}
.detail-form .fa-sync-alt{
    cursor: pointer;
    color: #FFF;
	font-size: 22px;
	margin-left: 1rem;
	vertical-align: middle;
}
.form-text{
    padding: 3px 15px;
    background: #FFF;
    border: 1px solid #FFF;
    width: 100%;
    border-radius: 0;
    height: auto;
    color: #000;
    margin: 0;
}
.form-text::placeholder{color: #b8b8b8;}
.form-text:focus{outline: none;}
.sendus-btn{
    width: 100%;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: none;
    color: #FFF;
    margin: auto;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 0;	
	background-image: -moz-linear-gradient( -1deg, rgb(235,92,44) 0%, rgb(255,112,64) 100%);
	background-image: -webkit-linear-gradient( -1deg, rgb(235,92,44) 0%, rgb(255,112,64) 100%);
	background-image: -ms-linear-gradient( -1deg, rgb(235,92,44) 0%, rgb(255,112,64) 100%);
}
.sendus-btn:hover{
    transform: scale(.95);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.ourwork-box{
	position: relative;
	overflow: hidden;
}
.ourwork-box:hover img{transform: scale(1.05);}
.hover-show{
	width: 100%;
	left: 0;
	opacity: 0;
	bottom: -1rem;
	color: #FFF;
	padding: 1rem;
	text-align: center;
	position: absolute;
	transition: all 0.5s;
	background-image: -moz-linear-gradient( -90deg, rgba(88,29,122,0) 0%, rgb(88,29,122) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgba(88,29,122,0) 0%, rgb(88,29,122) 100%);
	background-image: -ms-linear-gradient( -90deg, rgba(88,29,122,0) 0%, rgb(88,29,122) 100%);
}
.ourwork-box:hover .hover-show{opacity: 1;bottom: 0;}
.hover-show h1{
	font-size: 1rem;
	margin: 0;
    font-family: 'Kanit-Medium';
}
.hover-show p{margin-bottom: 0;}
/*footer--//////////////////////////////////////////////////////////////////////////*/
.policy-box ul{list-style: none;}
.policy-box ul li{padding: 0 15px;}
.policy-box{
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    top: auto;
    text-align: center;
    padding: 1rem ;
    color: #FFF;
    z-index: 5;
    display: block;
    font-size: 1rem;	
	background-image: -moz-linear-gradient( -1deg, rgb(235,92,44) 0%, rgb(255,112,64) 100%);
	background-image: -webkit-linear-gradient( -1deg, rgb(235,92,44) 0%, rgb(255,112,64) 100%);
	background-image: -ms-linear-gradient( -1deg, rgb(235,92,44) 0%, rgb(255,112,64) 100%);
	box-shadow: 0px 0px 4px 0px rgba(0, 42, 84, 0.004);
}
.policy-box p{
    margin-bottom: 0;
    font-size: 20px !important; 
    font-family: 'Kanit-Medium';
}
.policy-box a{color: #FFF;text-decoration: underline;}
.policy-box a:hover{text-decoration: none;}
.policy-box .btn-policy{
    width: 150px;
    padding: 5px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #4d1070 ;
    border-radius: 0;
    border: 1px solid transparent;
    margin: .5rem auto;
    font-family: 'Kanit-Medium';
	background-color: rgb(255, 241, 241);
	box-shadow: 0px 0px 4px 0px rgba(255, 74, 74, 0.004);
}
.btn-cookiepolicy:hover{
	color: #243746;
	border-color: #00aaab;
	background: #FFF;
	transform: scale(.98);
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}


.footer {
	color: #FFF;
	padding:10% 0;
	z-index: 2;
	background:url("../images/bg-footer.png") top center no-repeat;
	background-size: cover !important;
}
.footer p{margin-bottom: 0;}
.footer h1{
    font-size:20px;
    margin-bottom: .5rem;
    font-family: 'Kanit-Medium';
	text-transform: uppercase;
}
.footer .fa-phone-alt, .footer .fa-map-marker-alt{
	font-size: 22px;
	margin-right: 10px;
}
.footer ul{list-style: none;line-height: 1.5;}
.contact-footer{margin: 2rem auto;}
.footer ul li span{font-family: 'Kanit-Medium';}
.footer a:hover{text-decoration: underline;color: #eb5c2c;}
.logo-footer{/*text-align: center;*/margin-bottom: 2rem;}
.logo-footer img{max-width: 100%;}
.copyright-box{
    color: #FFF;
    padding:15px 30px;
    text-align: center;
	background-image: -moz-linear-gradient( -1deg, rgb(235,92,44) 0%, rgb(255,112,64) 100%);
	background-image: -webkit-linear-gradient( -1deg, rgb(235,92,44) 0%, rgb(255,112,64) 100%);
	background-image: -ms-linear-gradient( -1deg, rgb(235,92,44) 0%, rgb(255,112,64) 100%);
}
.copyright-box a:hover{text-decoration: underline;}
.social-footer{
	margin-top: .75rem;
	text-align: center;
}
.social-footer img{transition: all 0.5s;}
.social-footer img:hover{transform: scale(.95);}
/*************************/
 
/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/

@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 100%;
        background: #581d7a;
        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-fullbox, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.5s !important;
	}
	.headbar-fullbox.-collapse {
		/*margin-left: 250px;*/
		width:100%;
	}
}


.content-otherpage{padding: 10% 0;}
.title-history{
	color: #eb5c2c;
	margin-bottom: 2rem;
	position: relative;
}
.title-history h1{
	font-size: 35px;
	margin-bottom: 0;
	line-height: 1;
    font-family: 'Kanit-Medium';
}
.title-history p{margin-bottom: 0;}
.title-history .ic-timeline {
    border: 2px solid #eb5c2c;
    color: #4d1070;
    border-radius: 50%;
    font-size: 16px;
    position: absolute;
    top: 0rem;
    left: -1.4rem;
    z-index: 2;
}
.img-history{
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 2rem;
}
.img-history img{
	width: 100%;
	transition: all 0.5s;
}
.content-otherpage.aboutuspage .row{
	position: relative;
	padding-left: 1rem;
}
.content-otherpage.aboutuspage .row::after{
	content: '';
	width: 2px;
	height: 100%;
	background: #eb5c2c;
	position: absolute;
	top: 0;
	left: 1rem;
	z-index: 1;
}
.detail-history{
	padding-bottom: 1rem;
	position: relative;
	margin-bottom: 2rem;
}
.detail-history::after{
	content: '';
	width: 100%;
	height: 2px;
	background: #eb5c2c;
	bottom: 0;
	left: -.9rem;
	position: absolute;
	z-index: 1;
}
.detail-history p{
    font-family: 'Kanit-Medium';
	margin-bottom: 0;
}
.detail-history ul{list-style: none;}
.detail-history ul li{padding-bottom: 5px;}



.img-works{
	width: 100%;
	overflow: hidden;
	margin-bottom: 1rem;
	transition: all 0.5s;
}
.img-works img{
	width: 100%;
	transition: all 0.5s;
}
.img-works:hover img{
	transform: scale(1.05);
}
.img-works:hover{box-shadow: 0 0 15px rgba(0,0,0,0.3);}

.content-otherpage.serivcespage, .content-otherpage.content-customers{
	background: url("../images/bg-service.png") top center no-repeat;
	background-size: cover !important;
}
.img-service img{
	max-width: 100%;
	transition: all 0.5s;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.detail-services h1{
	font-size: 24px;
	color: #4d1070;
    font-family: 'Kanit-Medium';
	margin-bottom: .5rem;
}
.detail-services{
	margin: 2rem auto;
	color: #3c3c3c;
}
.detail-services ul,.detail-text1 ul {
    padding-left: 30px !important;
}
/*********************/
 
/*******************/
.product-fullscroll{
    width: 100%;
    max-height: 667px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 15px;
}
.img-product{
	width: 100%;
	overflow: hidden;
	margin-bottom: 2rem;
}
.img-product img{
	object-fit: contain;
	width: 100%;
}

/*******************/
.bt-doc {
	display: inline-block;
	background: #cdcdcd;
	padding: 5px 20px;
	border: solid 1px #dfdfdf;
	/*border-radius: 10px;*/
	transition-duration: 1s;
	font-size:0.8rem;
	margin: 15px auto;
}
.bt-doc:hover {
	background: #696969;
	border: solid 1px #494343;
	color: #fff;
}
.content-otherpage table {
    max-width: 100%;
	width: inherit;
}
.content-otherpage  table tr td {
    max-width: 100%;
	width: inherit;
}
.content-otherpage table tr td  img{
    max-width: 100%;
	width: auto !important;
	height:auto !important;
}
/************************/
.owl-item{
	height: 100%;
}

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

.slide-products .owl-carousel{display: block;}
.slide-products  .item{
	background:#FFF;
	text-align:center;
	position: relative;
}
.slide-products  .owl-stage-outer{
	position: relative;
}
.slide-products  .textimg-box{
	position: absolute;
	right: 0;
	bottom: 20%;
	padding: 5px 10px;
	line-height: normal;
	font-size: 1.5rem;
	background: #e8e8e8;
}
#big{
	/*height:280px;*/
	overflow:hidden;
	margin-bottom:0;
    
} 
.slide-products.shopping-boxslide #big{/*border: 1px solid #c9c9c9;*/}
/*#big .item{	height:280px;overflow:hidden;}*/
#big .item iframe{width: 100%;height: 100%;}
#big .item img{width: 100%;height: 100%;object-fit: scale-down;}
.slide-products #thumbs {margin-top: 1rem;}
#thumbs .item{
	height:70px;
	overflow:hidden;
}
.slide-products.shopping-boxslide #thumbs .item{border: 1px solid #c9c9c9;}
#thumbs .item img{
	height:100%;
	object-fit: scale-down;
}
.slide-products .owl-carousel .owl-nav{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0,-50%);
}

.slide-products .owl-prev, .slide-products .owl-next {
    background: transparent url(../coolcarousel/img/gui/carousel_nav.png) no-repeat 0 0;
    display: block;
    width: 19px;
    height: 20px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
}
.slide-products .owl-prev {
	background-position: 0 0;
	left: 0px;
}
.slide-products .owl-next {
	background-position: -19px 0;
	right: 0px;
}			
.slide-products .owl-prev:hover { 
	background-position: 0 -20px;				
}
.slide-products .owl-next:hover {
	background-position: -19px -20px;				
}
.slide-products .owl-carousel#thumbs .owl-nav{display: block !important; }
.vdo-present{
    width: 100%;
    height: 315px;
    overflow: hidden;
    margin: 2rem auto;
}
.vdo-present iframe{
    width: 100%;
    height: 100%;
}
.owl-carousel#thumbs .owl-item.active .item{
    border-color: #f0f0f0;
}
.owl-carousel#thumbs .owl-item.active.current .item{
    border-color: #c9c9c9;
}
/********************/
.content-otherpage.content-customers .title-box p{color: #e54f04;}
.content-otherpage.content-customers .title-box h1{color: #000;}
.content-otherpage.content-customers .title-box::before,
.content-otherpage.content-customers .title-box::after{background:#e54f04; }


.content-otherpage.policypage .title-box h1{font-size: 24px;}
.detail-polict {margin-bottom: 2rem;}
.detail-polict ul{list-style: none;}
.detail-polict ul li{padding: 0 0 10px 20px;}
.detail-polict h1{
	font-size: 18px;
	margin-bottom: 0;
    font-family: 'Kanit-Medium';
}
.detail-polict p{margin-bottom: 0;}
.detail-polict span{color: #f00;}
.contact-box h1{
	font-size: 24px;
	margin-bottom: 1rem;
    font-family: 'Kanit-Medium';
	color: #4d1070;
}
.contact-box ul{list-style: none;}
.contact-box ul li{
	padding-bottom: 8px;
	color: #3b3b3b;
}
.contact-box ul li span{font-family: 'Kanit-Medium';}
.ic-color{color: #eb5c2c;}
.content-otherpage.contactuspage .message-contact{
	margin: 0;
	padding: 0;
}
.content-otherpage.contactuspage .detail-form .fa-sync-alt{color: #eb5c2c;}
.content-otherpage.contactuspage .message-contact h1{color: #4d1070;}
.content-otherpage.contactuspage .message-contact .form-text:focus{border-color: #4d1070;}
.content-otherpage.contactuspage .message-contact .form-text{border-color: #d7d7d7;}
.content-otherpage.contactuspage .message-contact .detail-form{
	color: #3b3b3b;
	margin-bottom: 2rem;
}
.content-otherpage.contactuspage .message-contact .detail-form p{font-size: 13px;}
.content-otherpage.contactuspage .message-contact .detail-form h1{
	font-size: 1rem;
	margin-bottom: 0;
	color: #4d1070;
    font-family: 'Kanit-Medium';
}
.detail-form span{color: #f00;}


.title-map{
	margin-bottom: 2rem;
	font-size: 24px;
    font-family: 'Kanit-Medium';
	color: #4d1070;
}
.map-address{
	color: #3b3b3b;
	margin-bottom: 2rem;
}
.map-address h1{
	font-size: 24px;
	margin-bottom: .5rem;
    font-family: 'Kanit-Medium';	
}
.contact-box a:hover, .map-address a:hover{color: #eb5c2c;}
.map-address ul{list-style: none;}
.map-address ul li{padding-bottom: 8px;}
.img-map{
	width: 100%;
	overflow: hidden;
	margin: 0rem auto 3rem;
	box-shadow: 0px 0px 1.34px 0.66px rgba(72, 73, 73, 0.24);
}
.img-map img{
	width: 100%;
	transition: all 0.5s;
}
.img-map:hover img{transform: scale(1.05);}


/* The container */
.detail-checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	padding-bottom: 0;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.detail-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 50%;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #FFF;
    border: 1px solid #d7d7d7;
    transform: translate(0,-50%);
}

/* When the checkbox is checked, add a blue background */
.detail-checkbox input:checked ~ .checkmark {
  background-color: #FFF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.detail-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.detail-checkbox .checkmark:after {
	left: 30%;
	top: 50%;
	width: 7px;
	height: 12px;
	border: solid #4d1070;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg) translate(-50%,-50%);
	-ms-transform: rotate(45deg) translate(-50%,-50%);
	transform: rotate(45deg) translate(-50%,-50%);
}

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




