html{font-size: 18px;}
@font-face {
    font-family: 'ThaiSansNeue-Regular';
    src: url('fonts/ThaiSansNeue-Regular.eot');
    src: url('fonts/ThaiSansNeue-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/ThaiSansNeue-Regular.woff') format('woff'),
         url('fonts/ThaiSansNeue-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ThaiSansNeue-Bold';
    src: url('fonts/ThaiSansNeue-Bold.eot');
    src: url('fonts/ThaiSansNeue-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/ThaiSansNeue-Bold.woff') format('woff'),
         url('fonts/ThaiSansNeue-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ThaiSansNeue-Black';
    src: url('fonts/ThaiSansNeue-Black.eot');
    src: url('fonts/ThaiSansNeue-Black.eot?#iefix') format('embedded-opentype'),
         url('fonts/ThaiSansNeue-Black.woff') format('woff'),
         url('fonts/ThaiSansNeue-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.lg-outer .lg-inner,.lg-outer .lg-thumb-outer{
    z-index: 26000160 !important;
}
body{
    font-family: 'ThaiSansNeue-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:#00172c;
    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: 0%;
	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: #04abb1;
	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: .8rem 0;
    transition: all 0.5s;
    background: #FFF;
}
.slim.headbar-main{box-shadow: 0 2px 3px rgba(0,0,0,.3);}
.hamburgers-box{
    width: 100%;
    position: relative;
    transition: all 0.5s;
}
.navbar-brand {
    width:100%;
    padding: 0;
    margin-right: 0;
    text-align: left;
    transition: all 0.5s;
}
.navbar-brand p{color: #363636;}
.navbar-brand h1{
    font-family: 'ThaiSansNeue-Black';
    color:#11c3bc;
    line-height: 1;
}
.navbar-logo-mobile {
    width: 100%;
    padding: 5% 4% 0;
    display: block;
    color: #443e8f;
}
.navbar-logo-mobile p{color: #363636;}
.navbar-logo-mobile h1{
    font-family: 'ThaiSansNeue-Black';
    color:#11c3bc;
    line-height: 1;
}
.navbar-collapse ul li{
	padding: 0;
    transition: all 0.5s;
    font-size: 1.2rem;
}
.navbar-collapse ul li a {
    width: 100%;
    margin: auto;
    padding:10px 15px;
    position: relative;
    display: block;
    text-align: left;
}
.navbar-collapse ul li.active a, .navbar-collapse ul li a:hover, .navbar-collapse ul li:hover a{ color: #04abb1; }
.navbar-collapse ul li.active, .navbar-collapse ul li:hover{background-color: transparent;}
.navbar-collapse ul li.active img, .navbar-collapse ul li a:hover img{filter: invert(56%) sepia(86%) saturate(3978%) hue-rotate(150deg) brightness(97%) contrast(97%);}
.hvr-underline-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #04abb1;
  height: 4px;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.navbar-collapse ul li.active .hvr-underline-reveal:before, .navbar-collapse ul li:focus .hvr-underline-reveal:before, .navbar-collapse ul li:hover .hvr-underline-reveal:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tagline-mobile{padding: 0 4%;margin: 1rem auto;}
.social-header{padding: 1rem .5rem;margin-top: 1rem;}
.social-header img{transition: all 0.5s;}
.social-header img:hover{transform: translateY(-5px);}

/*slide-banner--//////////////////////////////////////////////////////////////////////////*/
#slide-zone .banner-slide{
    width: 100%;
    position: relative;
}
#slide-zone .banner-slide img{
    width: 100%;
}
#slide-zone .owl-dots{
	display: block !important;
	position: absolute;
    bottom:5%;
    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;
}
#slide-zone .owl-carousel button.owl-dot.active{
    background-color: #04abb1;
}
#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;}
.text-red{color: #dd0000;}
.text-blue{color: #1f429a;}

.title-boxleft{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .8rem;
    height: 100%;
    background-image: -moz-linear-gradient( 180deg, rgb(46,255,227) 0%, rgb(25,210,198) 21%, rgb(3,165,168) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(46,255,227) 0%, rgb(25,210,198) 21%, rgb(3,165,168) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(46,255,227) 0%, rgb(25,210,198) 21%, rgb(3,165,168) 100%);
}
.bg-img{
    width: 100%;
    height: 100%;
    padding: 10% 0;
    text-align: center;
    background: url("../images/bg-titlt-1.png") center center no-repeat;
}
.title-boxleft h1{
    font-size: 2rem;
    margin-bottom: 0;
    line-height: normal;
    background: -webkit-linear-gradient(#2effe3, #03a5a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title-boxleft p{font-size: 1.8rem;}

.aboutus-box{margin-top: 2rem;}
.aboutus-box h1{    
    font-size:2rem;
    font-family: 'ThaiSansNeue-Black';
    line-height: normal;
    background: -webkit-linear-gradient(#2effe3, #03a5a8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.aboutus-box h2{
    font-size:1.2rem;
    font-family: 'ThaiSansNeue-Bold';
}
.aboutus-box a{
    padding: .5rem 1.4rem;
    text-align: center;
    background: #e1e1e3;
    transition: all 0.5s;
}
.aboutus-box a:hover{
    color: #FFF;
    background-image: -moz-linear-gradient( 180deg, rgb(46,255,227) 0%, rgb(25,210,198) 21%, rgb(3,165,168) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(46,255,227) 0%, rgb(25,210,198) 21%, rgb(3,165,168) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(46,255,227) 0%, rgb(25,210,198) 21%, rgb(3,165,168) 100%);
}
.aboutus-box img{transition: all 0.5s;}
.aboutus-box a:hover img{
    transform: translateX(5px);
    filter: brightness(0) invert(1);
}

.title-boxcenter {margin-bottom: 2rem;}
.title-boxcenter p{
    letter-spacing:5px;
    font-size: .9rem;
    text-transform: uppercase;
}
.product-box{
    margin-bottom: 2rem;
    padding: .8rem;
    background: #FFF;
    transition: all 0.5s;
    box-shadow: 0px 9px 48.02px 0.98px rgba(0, 0, 0, 0.08);
}
.product-box:hover{
    background-image: -moz-linear-gradient( 180deg, rgb(46,255,227) 0%, rgb(25,210,198) 21%, rgb(3,165,168) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(46,255,227) 0%, rgb(25,210,198) 21%, rgb(3,165,168) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(46,255,227) 0%, rgb(25,210,198) 21%, rgb(3,165,168) 100%);
}
.product-box:hover h1{
    color: #FFF;
    font-family: 'ThaiSansNeue-Bold';
}
.img-box{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.img-box img{width: 100%;transition: all 0.5s;}
.product-box:hover img{transform: scale(1.03);}

/************************************************/
.gllimg-box{
    position: relative;
}
.moreimg-box{
    width: 80px;
    height: 60px;
    text-align: center;
    font-size: 2rem;
    background: #B6B6B6;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #757575;
    cursor: pointer;
}
.moreimg-box:hover{
    
    background: #666565;
    opacity: 0.9;
    color: #F7F7F7;
}

/*///////////////////////////////////////////////////////////////////////////loading///////////////////////////////////////////////////////////////////////////*/
.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 #progress{
/*  height:1px;
  background:#fff;
  position:absolute;
  width:0;
  top:50%;*/
}
.box-loading #progstat{
  font-size:0.7em;
  letter-spacing: 3px;
  position:absolute;
  top:50%;
  margin-top:-40px;
  width:100%;
  text-align:center;
  color:#fff;
}
/*************************************/
.all-gallery{
    background: #fafafa;
    padding: 5% 5%;
    border: solid #f6f6f6 2px;
}
/*************************************/
.detail-product-pack {
    margin: 0 auto 0;
   /* border: 1px solid #d8d8d8;
    border-radius: 10px;*/
    padding: 0.5rem;
	min-height: 93%;
}
.name-product{
	overflow: hidden;
	text-overflow: ellipsis;	
	white-space: nowrap;
	margin: 10px auto;
}
.detail-product{
	font-size:1rem;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 1.2;
	height: calc(1rem * 1.2 * 4);
	margin-bottom: 0;	
}
.title-sub {
    font-size: 1.4rem;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
} 
.text-download{
	font-size:1rem;
}
.text-download .small{
	font-size:0.8rem;
}
.bt-doc {
	display: inline-block;
	background: #f7f7f7;
	padding: 5px 20px;
	border: solid 1px #dfdfdf;
	/*border-radius: 10px;*/
	transition-duration: 1s;
	font-size:1rem;
	margin: 15px ;
}
.bt-doc:hover {
	background: #696969;
	border: solid 1px #494343;
	color: #fff;
}
.detail-product-pack table {
    max-width: 100%;
	width: inherit;
}
.detail-product-pack table tr td {
    max-width: 100%;
	width: inherit;
}
.detail-product-pack table tr td  img{
    max-width: 100%;
	width: auto !important;
	height:auto !important;
}
.detail-product-pack table, .detail-product-pack table::before,table::after { 
    text-indent: 20px;
}
.box-imgitem {
    height: 80px;
    overflow: hidden;
    position: relative;
    text-align: center;
	border: solid 1px #CCC;
}

.box-imgitem img{
     width: 100% !important;
    height: 100% !important;
    transition: all 0.5s;
    z-index: 2;
    position: relative;
  
    flex-grow: 0;
    object-fit: cover;
}
/*///////////////////////////////////////////////////////////////////////////pagelist///////////////////////////////////////////////////////////////////////////*/
.text-notfound{
	margin:30px auto;
	font-size: 1.4rem;
    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;
}
.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{
    background: #041f1a ;
	transition: all 0.4s;
}
.pagelist li a:hover{
    color: #041f1a ;
	transition: all 0.4s;
}
.pagelist li.active a {
    color: #ffffff;
}
/*footer--//////////////////////////////////////////////////////////////////////////*/
.footer {
    color: #FFF; 
    padding:10% 0;
    background: #252525;
}
.footer a:hover{ color: #18d0c4;}
.address-footer{margin-bottom: 1.2rem;}
.address-footer h1{
    font-size: 1.2rem;
    font-family: 'ThaiSansNeue-Black';
}
.contact-footer{margin: 1rem auto;}
.contact-footer ul{list-style: none;}
.menu-footer ul{list-style: none;}
.footer h1{font-size: 1.2rem; letter-spacing: 1px;}
.copyright-box{
    padding: 2% 10%;
    text-align: center;
    color: #FFF;
}
.social-footer{text-align: center;}
.social-footer img{
    width: auto;
    transition: all 0.5s;
}
.social-footer img:hover{transform: translateY(-5px);}
.line-footer{
    width: 100%;
    height: 1px;
    margin: 1rem auto;
    border-bottom: 1px solid rgba(255,255,255,.15);
}
#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%;
	}
}


/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #FFF;
  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;
}
.navbar-collapse ul li.active .hvr-underline-from-center:before, .navbar-collapse ul li:hover .hvr-underline-from-center:before {
  left: 0;
  right: 0;
}




.aboutus-page .title-boxcenter{margin-bottom: 2.5rem;}
.shadow-header{
    -webkit-box-shadow: inset -1px 8px 28px -14px rgba(0,0,0,0.67);
    -moz-box-shadow: inset -1px 8px 28px -14px rgba(0,0,0,0.67);
    box-shadow: inset -1px 8px 28px -14px rgba(0,0,0,0.67);    
}
.ourservice-page{
    background: url("../images/bg-otherpage.png") top center no-repeat;
    background-size: cover !important;
}
.service-box{
    background: #FFF;
    padding: 5%;
    margin-bottom: 2rem;
    transition: all 0.5s;
    box-shadow:0px 3px 15px 0px rgb(0 0 0 / 21%);
}
.service-box .img-box{margin-right: 15px;}
.service-box h1{
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}
.service-box .detail-service{margin-top: 1rem;}
.panel-default>.panel-heading {
  color: #000;
  background-color: #fff;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.panel-default>.panel-heading a::before {
    content: "";
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 23px;
    margin-right: 10px;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}
.panel-body{padding: 0;}
.panel-default>.panel-heading a[aria-expanded="true"] {
    color: #000;
}

.panel-default>.panel-heading a[aria-expanded="true"]::before   {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]::before  {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}







.box-sendus{
    padding: 3%;
    margin-bottom: 2rem;
    border: 1px solid #17ab9d;
}
.img-contact{width: 100%;text-align: center;}
.img-contact img{width: 100%;}
.map{
    width: 100%;
    height: 280px;
    padding: 1%;
    background: #FFF;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
}
.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-radius: 0;
    border: 1px solid #17ab9d;
}
.form-contact::placeholder{color: #17ab9d;}
.detail-sendbox3{
	width: 100%;
}
.form-contact:focus{
	outline: none !important;
}
.send-box{
	padding: 8px;
	text-align: center;
	background: #cc5500;
	margin: 1rem auto;
	width: 100%;
    color: #FFF;
    cursor: pointer;
}
.codeseve-send{
	margin: 0 1rem;
    display: flex;
    align-items: center;
}
.send-box:hover{
	color: #cc5500;
	background: #eeeeee;
}
.send-box:focus{
	outline: none !important;
}
.codeseve-send .fa-redo-alt{
	color: #cc5500;
    cursor: pointer;
    font-size: 1.2rem;
    margin-left: .5rem;
}
.sendus-detail{
	width: 95%;
	margin: auto;
}
.sendmessage-box h1{
    color: #000;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1rem;
}

.adress-contact h1{
    font-size: 1.2rem;
    margin: .8rem 0;
    font-weight: bold;
}
.adress-contact ul{list-style: none;margin: 1rem auto;}
.adress-contact ul li{padding: 3px 0;}
.adress-contact ul li a:hover{color:#04abb1; }
.social-contact{text-align: center;}
.social-contact .fa-facebook-square{color: #3b5998;}
.social-contact .fa-line{color: #00b900;}
.social-contact .fa-envelope{color: #Fc0;}
.social-contact .icon-size{font-size: 2rem;margin-right: 10px;transition: all 0.4s;}
.social-contact .icon-size:hover{transform: translateY(-5px);}
/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 568px) {
}




