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-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-Regular';
	cursor: default;
	position: relative;
	line-height:1.75;
	font-size: 1rem;
	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: 30%;
    right: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:5px 0;
    background:#add8e6;
    font-size: .9rem;
    opacity: 1;
    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: 33px;
	height: 30px;
	position: relative;
    top: auto;
    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: 5px;
	width: 100%;
    background: #add8e6;
    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: 75%;
	top: 10px;
	left: auto;
	right: 0;
}
#nav-icon3 span:nth-child(4) {
	top: 20px;
	width: 50%;
	left: auto;
	right: 0;
}
#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:#FFF;	
}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    transition: all 0.5s;
}
.navbar-brand {
	width: 15%;
    padding: 0 0 0 15px;
    text-align: left;
    margin:0;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 185px;
    transition: all 0.5s;
}
.navbar-brand.d-lg-none img{width: auto;}
.navbar-brand.d-lg-none{
	padding: 10% 0;
	text-align: center;
	width: 100%;
	background: #FFF;
}

.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;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover{color: #add8e6;}


.social-header{
	text-align: center;
	margin: 1rem auto;
}
.social-header p{padding: 0 15px;}

.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: #add8e6;
  height: 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, .navbar-collapse ul li.active .hvr-underline-from-center:before {
  left: 0;
  right: 0;
}
/*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: 11px;
    height: 11px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: #add8e6;
	border: 1px solid #add8e6;
}
.owl-carousel button.owl-dot.active{
    background-color: #FFF;
	border-color: #FFF;
}

/*content--//////////////////////////////////////////////////////////////////////////*/
.content-box{
	padding: 10% 0;
	background: #FFF;
}
.content-box .row{justify-content: center;}
.img-box{
	text-align: left;
	overflow: hidden;
}
.img-box img{
	width: 100%;
	transition: all 0.5s;
}
.text-detail1{
	margin: 2rem 0 1rem;
    font-family: 'Kanit-Light';	
}
.text-detail1 p{
	margin: 0;
	letter-spacing: 5px;
    font-family: 'Kanit-Regular';
}
.text-detail1 p.bluetext{color: #add8e6;}
.text-detail1 h1{
	font-size: 26px;
	margin-bottom: 1rem;
    font-family: 'Kanit-Medium';
}
.readmore-btn{
	width: 180px;
	display: block;
	padding: 8px;
	text-align: center;
	color: #FFF;
	overflow: hidden;
	background: #add8e6;
	border: 1px solid #add8e6;
	transition: all 0.5s;
	margin: 1rem 0 0;
	box-shadow: 0 0 8px rgba(0,0,0,0.2);
}
.readmore-btn:hover{transform: scale(.95);}
/* Sweep To Right */
.hvr-sweep-to-right {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.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.5s;
  transition-duration: 0.5s;
  -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: #add8e6;
}
.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);
}

.title-box{
	text-align: center;
	margin-bottom: 2rem;
}
.title-box h1{
	font-size: 26px;
	margin-bottom: 0;
	line-height: 1;
    font-family: 'Kanit-Medium';
}
.title-box p{
	margin: 0;
	letter-spacing: 5px;
    font-family: 'Kanit-Regular';
}
.title-box p.bluetext{color: #add8e6;}

.content-fullbox .headbar-main{box-shadow: 0 1px 3px rgba(0,0,0,0.2);}
.products-box{
	text-align: center;
	margin-bottom: 2rem;
}
.news-box{margin-bottom: 2rem;}
.news-box .img-box{text-align: center;}
.news-box .img-box img{
	width: 90%;
	height: auto;
	object-fit: contain;
    aspect-ratio: 3/2;
	margin-bottom: 1rem;
}
.products-box .img-box {text-align: center;}
.products-box .img-box img{
	width: 50%;
	aspect-ratio: 4/3;
	height: auto;
	object-fit: contain;
	margin-bottom: 1rem;
}
.news-box h1{
	font-size: 1.1rem;
	margin-bottom:15px;
    font-family: 'Kanit-Medium';
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.2;
	height: calc(1rem * 1.2 * 2);
}
.news-box p, .products-box p{
	color: #595959;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.2;
	height: calc(1rem * 1.2 * 2);
}
.products-box h1{
	font-size: 1rem;
	margin-bottom:15px;
    font-family: 'Kanit-Medium';
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.2;
	height: calc(1rem * 1.2 * 3.3);
}

.content-box.contactpage .row{align-items: flex-start;}
.address-box{margin-bottom: 2rem;}
.address-box h1, .follow-box h1{
	color: #274385;
	font-size: 25px;
	margin-bottom:1rem;
    font-family: 'Kanit-Medium';
	text-transform: uppercase;
}
.address-box p{	margin-bottom:0;}
.address-box ul{list-style: none;margin-top: 1rem;}
.address-box ul li{padding-bottom: 10px;}
.address-box a:hover{color: #274385;text-decoration: underline;}
.address-box .ic-color{
	color: #274385;
	margin-right: 10px;
	font-size: 23px;
}


.message-contact {margin: 2rem auto;}
.message-contact .fa-paper-plane{color: #274385;}
.message-contact h1{
    font-size: 1.4rem;
    font-family: 'Kanit-Medium';
    margin-bottom: 1rem;
    text-align: center;
	color: #274385;
	text-transform: uppercase;
}
.mapbox{
    width: 100%;
    height: 315px;
    overflow: hidden;
}
.mapbox iframe{
    width: 100%;
    height: 100%;
}
.detail-form{
    margin-bottom: 1rem;
}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #add8e6;
	font-size: 26px;
	vertical-align: middle;
}
.detail-form span{color: #F00;}
.detail-form p{margin-bottom: 1rem;}
.form-text{
    padding: 8px 15px;
    background: #FFF;
    border: 1px solid #D7D7D7;
    width: 100%;
	color: #000;
	border-radius: 5px;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
}
.form-text::placeholder{color: #D7D7D7;}
.sendus-btn{
	width: 250px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #add8e6;
    color: #FFF;
    background: #add8e6;
    margin:.5rem auto;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 10px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #FFF;
    color: #add8e6;
	transform: scale(.98);
}


.detail-policy .fa-circle{font-size: 12px;vertical-align: middle;}
.detail-policy{
	margin-bottom: 2rem;
	color: #6a6a6a;
}
.detail-policy h1{
	color: #000;
	font-size: 1.25rem;
	margin-bottom: 1rem;
    font-family: 'Kanit-Medium';
}
.detail-policy a:hover{color: #f00;text-decoration: underline;}
.detail-policy span{font-family: 'Kanit-Medium';color: #000;}
.detail-policy  p{margin-bottom: 1rem;}
.detail-policy ul{
	list-style: none;
	margin: 1rem auto;
	padding-left: 30px;
}
.detail-policy ul li{padding-bottom: 10px;}
/*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: #000;
    z-index: 5;
    display: block;
    font-size: 18px;	
	background:#FFF;
}
.policy-box p{
    margin-bottom: 0;
    font-size: 20px !important; 
    font-family: 'Kanit-Regular';
}
.policy-box a{
	color: #000;
	text-decoration: underline;
    font-family: 'Kanit-Regular';
}
.policy-box a:hover{text-decoration: none;}
.policy-box .btn-policy{
    width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
    padding: 8px 5px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
	border-radius: 0;
    margin: .5rem auto;
	background: #add8e6;
	border: none;
	box-shadow: none;
}
.btn-cookiepolicy:hover, .btn-cookiesetting:hover{
	transform: scale(.98);
	box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.footer {
	color: #1c1c1c;
	padding:10% 0 3%;
	z-index: 2;
	background:#add8e6;
}
.footer ul{list-style: none;}
.footer ul li{padding-bottom: 5px;}
.footer p{margin: 0;}
.footer h1 {
    font-size: 21px;
    line-height: 1.3;
    margin-bottom: 10px;
    font-family: 'Kanit-Medium';
}
.contact-footer{margin-top: 1rem;}
.footer a:hover{text-decoration: underline;color: #Fff;}
.copyright-box{
    color: #1c1c1c;
	text-align: center;
    padding:15px ;
	background: #FFF;
}
.copyright-box a:hover{text-decoration: underline;}
.social-footer{
	margin: 1rem auto; 
	text-align: center;
}

/*///////////////////////////////////////////////////////////////////////////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: #ea5d2f;
    transition: all 0.4s;
    border: 2px solid #ea5d2f;
}
.pagelist li a:hover{
    color: #ea5d2f ;
	transition: all 0.4s;
}
.pagelist li:hover{
	border:2px solid #ea5d2f;
}
/*.pagelist li svg { vertical-align: middle; }*/
.pagelist li svg {    height: 0.8rem; }
.pagelist li.active a {
    color: #FFF;
}


/*///////////////////////////////////////////////////////////////////////////media///////////////////////////////////////////////////////////////////////////*/
@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
        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) {}




