html{font-size:14px;}
@font-face {
    font-family: 'NotoSansThai-Regular';
    src: url('fonts/NotoSansThai-Regular.eot');
    src: url('fonts/NotoSansThai-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/NotoSansThai-Regular.woff') format('woff'),
         url('fonts/NotoSansThai-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansThai-Medium';
    src: url('fonts/NotoSansThai-Medium.eot');
    src: url('fonts/NotoSansThai-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/NotoSansThai-Medium.woff') format('woff'),
         url('fonts/NotoSansThai-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSansThai-Bold';
    src: url('fonts/NotoSansThai-Bold.eot');
    src: url('fonts/NotoSansThai-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/NotoSansThai-Bold.woff') format('woff'),
         url('fonts/NotoSansThai-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans-Medium';
    src: url('fonts/NotoSans-Medium.eot');
    src: url('fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/NotoSans-Medium.woff') format('woff'),
         url('fonts/NotoSans-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans-Bold';
    src: url('fonts/NotoSans-Bold.eot');
    src: url('fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/NotoSans-Bold.woff') format('woff'),
         url('fonts/NotoSans-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'NotoSans-Eng-Regular';
    src: url('fonts/NotoSans-Eng-Regular.eot');
    src: url('fonts/NotoSans-Eng-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/NotoSans-Eng-Regular.woff') format('woff'),
         url('fonts/NotoSans-Eng-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'NotoSansThai-Regular', 'NotoSans-Eng-Regular';
	cursor: default;
	position: relative;
	line-height:1.5;
	font-size: 1rem;
	color: #000000;
}
ul{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

#nav-icon3{
	z-index: 88;
	width: 35px;
	height: 40px;
	position: relative;
    top: .5rem;
    right: 0rem;
	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;
	box-shadow: none;
	background: none;
	border: none;
}
#nav-icon3 span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
    background: #00339a;
    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) {
	top: 12px;
	width: 75%;
	right: 0;
    left: auto;
}
#nav-icon3 span:nth-child(4) {
	top: 24px;
	width: 40%;
	right: 0;
    left: auto;
}
#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%;
}

/*///////////Start-Header///////////////*/
.headbar-main{
    width: 100%;
    padding: .75rem 0;
    transition: all 0.5s;
	background: #FFF;
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}
.hamburgers-box{
    width: 100%;
    position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
    transition: all 0.5s;
}
.headbar-main .row{margin: auto;}
.navbar-brand {
	width: auto;
    padding: 0;
    text-align: left;
	color: #FFF;
    margin:0;
    transition: all 0.5s;
}
.navbar-brand img{
	width: 10em;
	max-width: 100%;
	transition: all 0.5s;
	margin: auto;
}
.navbar-brand.d-lg-none{
	padding: 1rem ;
	margin: auto;
	text-align: center;
	display: block;
	width: 100%;
	background: #FFF;
}
.navbar-brand.d-lg-none img{
	width: auto;
	max-width: 100%;
	margin: auto;
}

.navbar-nav li{
	padding: 0;
	position: relative;
	transition: all 0.5s;
}
.navbar-nav li a{
	padding: 15px 15px;
	display: block;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s;
	color: #FFF;
}
.navbar-nav li .dropdown-menu {
    background: #769eda;
    border: none;
    border-radius: 0;
	padding: 0;
}
.navbar-nav li .dropdown-menu a:hover{background: #0000ff;color: #FFF;}
.navbar-nav li.active a, .navbar-nav a:hover{
    color: #FFF;
	font-weight: bolder;
}


.contactbar{
	padding: 8px 0;
	background: #33ccff;
	color: #FFF;
	display: none;
}
.languages-box.languagesmobile {
	position: fixed;
	top: 1.35rem; 
	right: 4rem;
	padding: 0 10px;
	border-radius: 0;
	background: none;
	z-index: 1;
}
.languages-box{
	padding: 5px 15px 5px 8px;
	text-align: center;
	border-radius: 27px;
	background: #FFF;
}
.languages-box .dropdown-menu{
	padding: 0;
	border: none;
	z-index: 1234;
	width: 100%;
	min-width: inherit;
	margin: 0;
	overflow: hidden;
	box-shadow: 2px 2px 15px rgba(0,0,0,0.1);
}
.languages-box .dropdown-menu a{
	display: block;
	text-align: center;
	padding: 5px;
}
.languages-box .dropdown-menu a:hover{
	background: #0002fb;
	color: #FFF;
}
.languages-box .dropdown-menu a img{margin: 0;}
.languages-box .dropdown-menu a:hover span{color: #FFF;}
.languages-box span{color: #223c77;}
.languages-box img{
	width: 30px;
	margin-right: 5px;
}
.social-header{
	text-align: center;
	color: #FFF;
	padding: 0 15px;
}
.social-header img{
	width: 35px;
	margin: auto;
	transition: all 0.8s;
	filter: brightness(0) invert(1);
}
.social-header a:hover{text-decoration: underline;}
.social-header p img{width: 25px;margin-right: 7px;}
.social-header p{
	text-align: left;
	margin-bottom: 1rem;
}
.social-header img:hover{transform: scale(.95);}
/*///////////End-Header///////////////*/

/*///////////Start-mainSlide///////////////*/
#carouselmainSlide{position: relative;}
#carouselmainSlide .carousel-indicators {
    align-items: center;
    margin-bottom: 0;
    justify-content: center;
    bottom: .75rem;
}
#carouselmainSlide .carousel-indicators button{
	width: 12px;
	height: 12px;
	margin: 0 3px;
	opacity: 1;
	border-radius: 50%;
	border: none;
	background: rgb(255 255 255 / 70%);
}
#carouselmainSlide .carousel-indicators button.active{
	background: #FFF;
}

/*///////////End-mainSlide///////////////*/

/*///////////Start-Content///////////////*/
.content-box{
	padding: 10% 0;
	background-size: cover !important;
}
.content-box.slidecontenttop{overflow-x: hidden;}
.img-box{
	text-align: center;
	overflow: hidden;
	position: relative;
}
.img-box img{
	width: 100%;
	transition: all 0.5s;
}
.hispage{margin: 1rem auto 0;}
.hispage ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.hispage ul li{
	width: auto;
	margin-right: 15px;
	color: #A4A4A4;
}
.hispage ul li a{padding-right: 8px;color: #33ccff;}
.hispage ul li a:hover{color: #A4A4A4;text-decoration: underline;}
.hispage ul li:last-child{margin-right: 0;}


.title-box{
	color: #003399;
	text-align: center;
	margin-bottom: 3rem;
}
.title-box h1{
	font-size: 1.7rem;
	margin-bottom: 0rem;
	font-family: 'NotoSansThai-Bold', 'NotoSans-Bold';
}
.title-box p{
	margin: 0;
    font-family: 'NotoSans-Medium', 'NotoSansThai-Medium';
}

.content-box.slidecontenttop{background: #eef2f9;}
.slide-aboutus .slick-prev{
	background: url("../images/arrow-back.png") center center no-repeat;
	background-size: 100% !important;
	width: 30px;
	height: 30px;
	left: 1.4rem;
	z-index: 1;
	filter: invert(82%) sepia(29%) saturate(782%) hue-rotate(186deg) brightness(106%) contrast(104%);
}
.slide-aboutus .slick-next{
	background: url("../images/arrow-next.png") center center no-repeat;
	background-size: 100% !important;
	width: 30px;
	height: 30px;
	right: 1.4rem;
	z-index: 1;
	filter: invert(82%) sepia(29%) saturate(782%) hue-rotate(186deg) brightness(106%) contrast(104%);
}
.slide-aboutus .slick-prev:hover{
	filter: invert(8%) sepia(98%) saturate(7146%) hue-rotate(248deg) brightness(96%) contrast(144%);
}
.slide-aboutus .slick-next:hover{
	filter: invert(8%) sepia(98%) saturate(7146%) hue-rotate(248deg) brightness(96%) contrast(144%);
}
.slide-aboutus .slick-prev:before,
.slide-aboutus .slick-next:before{display: none;}
.slide-aboutus .slick-initialized .slick-slide{padding: 1rem 0;}
.slide-aboutus .aboutcenter .items{padding: .75rem;}
.slide-aboutus .aboutcenter .items .img-box{
	border-radius: 8px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	background: #003399;
	transform: scale(.9);
	transition: all 0.5s;
}
.slide-aboutus .aboutcenter .items .img-box img{opacity: .3;}
.slide-aboutus .slick-slide.slick-current.slick-active .img-box{transform: scale(1);}
.slide-aboutus .slick-slide.slick-current.slick-active .img-box img{
	opacity: 1;
}
.img-box:hover img{transform: scale(1.03);}

.services-ct .row .col-6{margin-bottom: 1rem;}
.services-box{
	height: 100%;
	padding: 1rem;
	border-radius: 10px;
	background-size: cover !important;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.services-box.serbox1,.services-box.serbox3,
.services-box.serbox4,.services-box.serbox6,
.services-box.serbox8{color: #FFF;}

.services-box.serbox2,.services-box.serbox5,
.services-box.serbox7,.services-box.serbox9,
.services-box.serbox10{color: #003399;}

.services-box.serbox1{background: url("../images/bg-1.png") left center no-repeat;}
.services-box.serbox2{background: url("../images/bg-2.png") left center no-repeat;}
.services-box.serbox3{background: url("../images/bg-3.png") left center no-repeat;}
.services-box.serbox4{background: url("../images/bg-4.png") left center no-repeat;}
.services-box.serbox5{background: url("../images/bg-5.png") left center no-repeat;}
.services-box.serbox6{background: url("../images/bg-6.png") left center no-repeat;}
.services-box.serbox7{background: url("../images/bg-7.png") left center no-repeat;}
.services-box.serbox8{background: url("../images/bg-8.png") left center no-repeat;}
.services-box.serbox9{background: url("../images/bg-9.png") left center no-repeat;}
.services-box.serbox10{background: url("../images/bg-10.png") left center no-repeat;}
.ic-check{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #FFF;
	padding: 8px;
	transition: all 0.5s;
	margin-bottom: 1rem;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.ic-check img{
	width: auto;
	max-width: 100%;
	filter: invert(14%) sepia(53%) saturate(4698%) hue-rotate(216deg) brightness(95%) contrast(106%);
}

.content-box.products-ct{
	background: url("../images/bg-products.png") top center no-repeat;
	padding: 10% 0 15%;
	background-attachment: fixed !important;
}
.products-ct .title-box.subtitle-left{text-align: left;}
.readmore-btn{
	padding: 7px;
	width: 100%;
	border-radius: 27px;
	color: #FFF;
	border:1px solid #0000ff;
	float: right;
	overflow: hidden;
	text-align: center;
}
/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  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;
  background: #FFF;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0000ff;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -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;
}
.hvr-shutter-in-vertical:hover{box-shadow:  0px 1px 8px rgba(0, 0, 0, 0.22);}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: #0000ff;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}


.prodctus-box{
	border-radius: 10px;
	border: 1px solid #003399;
	border-bottom: none;
	overflow: hidden;
	background: #FFF;
	position: relative;
}
.prodctus-box p{margin: 0;}
.prodctus-box .img-box{
	padding: 2rem;
	aspect-ratio:3/2;
}
.prodctus-box img{
	max-width: 100%;
	object-fit: scale-down;
	width: auto;
	aspect-ratio:3/2;
}
.text-products{
	padding: 10px;
	border: 1px solid #003399;
	background: #FFF;
	border-radius: 10px;
	text-align: center;
	color: #003399;
	transition: all 0.5s;
	margin-top: 3rem;
	position: relative;
	z-index: 2;
	
	
}
.text-products h1{
	font-size: 1rem;
	margin-bottom: 0;
	display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem * 1.3 * 1);
}
.prodctus-box:hover img{transform: scale(1.05);}
.prodctus-box:hover .text-products{
	background: #003399;
	color: #FFF;
}
.viewmore-box{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	transition: all 0.5s;
	
	display: flex;
	opacity: 0;
	top: 5px;
	left: 0;
	align-items: center;
	justify-content: center;
	background: rgb(0 51 153 / 60%)
}
.prodctus-box:hover .viewmore-box{
	opacity: 1;
	top: 0;
}
.viewmore-box p{
	color: #000;
	padding: 8px;
	width: 125px;
	text-align: center;
	overflow: hidden;
	border-radius: 27px;
	border: 1px solid #FFF;
}
.viewmore-box p.hvr-shutter-in-vertical{
	background: #003399;
	color: #000;
}
.viewmore-box p.hvr-shutter-in-vertical::before{background: #FFF;}
.viewmore-box p.hvr-shutter-in-vertical:hover, .viewmore-box p.hvr-shutter-in-vertical:focus,
.viewmore-box p.hvr-shutter-in-vertical:active {
  color: #FFF;
}


.slide-products .productshome-howcase .items{padding:.75rem;}
.slide-products .slick-prev{
	background: url( "../images/arrow-prev.png") center center no-repeat;
	background-size: 100% !important;
	width: 35px;
	height: 35px;
	left: auto;
    right: 3.5rem;
    top: auto;
    bottom: -3rem;
	z-index: 1;
	filter: invert(82%) sepia(29%) saturate(782%) hue-rotate(186deg) brightness(106%) contrast(104%);
}
.slide-products .slick-prev:hover{
	filter: invert(8%) sepia(98%) saturate(7146%) hue-rotate(248deg) brightness(96%) contrast(144%);
}
.slide-products .slick-next:hover{
	filter: invert(8%) sepia(98%) saturate(7146%) hue-rotate(248deg) brightness(96%) contrast(144%);
}
.slide-products .slick-next{
	background: url( "../images/arrow-right.png") center center no-repeat;
	background-size: 100% !important;
	width: 35px;
	height: 35px;
	left: auto;
    right: 1rem;
    top: auto;
    bottom: -3rem;
	z-index: 1;
	filter: invert(82%) sepia(29%) saturate(782%) hue-rotate(186deg) brightness(106%) contrast(104%);
}
.slide-products .slick-prev:before,
.slide-products .slick-next:before{display: none;}
.slide-products .slick-initialized .slick-slide{padding: 1rem 0;}


.content-box.customers-ct .title-box.subtitle-left{text-align: left;}

.slide-customers .customerslide .items{padding:.75rem;}
.slide-customers .slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
}
.slide-customers .slick-dots li{
	width: auto;
	margin: 0 3px;
	display: block;
}
.slide-customers .slick-dots li button:before{
	font-size: 1rem;
	width: 100%;
	height: 100%;
	color: #003399;
}
.slide-customers .img-box{
    aspect-ratio: 2 / 1;
}
.slide-customers .img-box img {
	width: 100%;
	height: 100%;
    object-fit: scale-down;
}
.slide-customers .slick-dots li button{padding: 0;}

.text-aboutpage{
	margin: 2rem 0;
	
}
.text-aboutpage h1{
	font-size: 1.4rem;
	margin-bottom: 1rem;
    font-family: 'NotoSansThai-Bold','NotoSans-Bold';
}
.text-aboutpage table{width: 100%;}
.text-aboutpage table td{
	padding: 8px ;
	vertical-align: top;
    font-family: 'NotoSans-Medium', 'NotoSansThai-Medium';
}
.text-aboutpage table td:first-child{
	color: #003399;
    font-family: 'NotoSansThai-Bold','NotoSans-Bold';
}

.content-box.aboutpage{
	background: url("../aboutus/images/bg-about.png") top center no-repeat;
	background-size: cover !important;
}
.banner-otherpage{
	text-align: center;
	position: relative;
	height: 260px;
}
.banner-otherpage img{
	width: 100%;
	height: 100%;
	object-fit: cover ;
	transition: all 0.5s;
}
.banner-otherpage .title-box{
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	z-index: 1;
	margin: 0;
	transform: translate(0,-50%);
} 
.title-box ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.title-box ul li{
	width: auto;
	margin: 0 8px;
}
.title-box ul li a{margin: 0 10px;}

.content-box.policypage,
.content-box.newspage,
.content-box.productspage{
	background: url("../ourproducts/images/bg-products.png")top center repeat-y;
	background-size: 100% !important;
}
.titleproduct.text-product--box{height: auto;}
.text-product--box{
	padding: 1rem .5rem;
	color: #FFF;
	border-radius: 10px;
	background: #003399;
	text-align: center;
	
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	
	margin-bottom: 2rem;
	height:  115px;
	transition: all 0.6s;
    font-family: 'NotoSansThai-Bold','NotoSans-Bold';
}
.text-product--box img{
	position: absolute;
	z-index: 1;
	width: 20px;
	transition: all 0.6s;
}
.text-product--box p{
	margin: 0;
	/*display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    height: calc(1rem* 1.3* 3);*/
}
.set-step--pc{display: none;}

.titleproduct.text-product--box img.arrow-down{
	top: 110%;
	left: 20%;
}

.text-product--box img.arrow-down{
	top: 103%;
	left: 50%;
	transform: translate(-50%,0);
}
.text-product--box img.arrow-up{
	bottom: 100%;
	left: 50%;
	transform: translate(-50%,0);
}
.text-product--box img.arrow-right{
	top: 50%;
	left: 100%;
	transform: translate(0,-50%);
}
.text-product--box img.arrow-left{
	top: 50%;
	right: 100%;
	transform: translate(0,-50%);
}
.text-product--box.text-productcenter img:nth-of-type(1).arrow-down{left: 25%;}
.text-product--box.text-productcenter img:nth-of-type(2).arrow-down{left: auto;right: 15%;}



.tagline-products{
	padding: 1rem;
	border-radius: 10px;
	background: url("../ourproducts/images/bgblue-lastbox.png") bottom right no-repeat #003399;
	background-size: 100%;
	overflow: hidden;
	color: #FFF;
}
.tagline-products h1{
	font-size: 1rem;
	margin-bottom: 1rem;
    font-family: 'NotoSansThai-Bold','NotoSans-Bold';
}
.tagline-products p{margin: 0;}

.img-box.pro-intro{
	padding: 1rem;
	border-radius: 10px;
	background: #FFF;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.img-box.pro-intro img{border-radius: 10px;}
.img-box.pro-intro:hover img{transform: scale(1);}



.prodctus-box.inproducts{margin-bottom: 2rem;}
.prodctus-box.inproducts .text-products{margin-top: 1rem;}
.prodctus-box.inproducts .img-box img{aspect-ratio:3/3;}
.prodctus-box.inproducts .img-box{aspect-ratio:3/3;}


.text-detailproducts{
	margin: 2rem auto;
	color: #003399;
}
.text-detailproducts h1{
	font-size: 1.2rem;
	margin-bottom: 1rem;
    font-family: 'NotoSansThai-Bold','NotoSans-Bold';
}
.text-detailproducts p{margin: 0;}

.slide-productshow .slider-for{
	margin-bottom: 2rem;
	background: #FFF;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.slide-productshow .slider-for .items{
	padding: 2rem 1rem;
	aspect-ratio:4/3;
}
.slide-productshow .slider-for .items a{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.slide-productshow .items{
	text-align: center;
}
.slide-productshow .slider-nav .items{margin: 0 5px;}
.slide-productshow .items img{
	max-width: 100%;
	margin: auto;
	object-fit: scale-down;
}
.slide-productshow .slider-nav.slick-slider{padding: 0 1rem;}
.slide-productshow .slider-nav .slick-slide{margin-right: 8px;}
.slide-productshow .slider-nav .items{
	background: #fff;
	padding: .5rem;
	border-radius: 10px;
}
.slide-productshow .slider-nav .slick-prev::before{color: #0015c3;}
.slide-productshow .slider-nav .slick-prev{left: -5px;}
.slide-productshow .slider-nav .slick-next::before{color: #0015c3;}
.slide-productshow .slider-nav .slick-next{right: -5px;}

.slide-productshow .slider-nav .items{
	height: 115px;
	overflow: hidden;

}
.slide-productshow .slider-for .items{
	height: 300px;
	overflow: hidden;

}
.slide-productshow .slider-nav .items img ,.slide-productshow .slider-for .items img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.news-box{margin-bottom: 2rem;}
.news-box .img-box{border-radius: 10px;}
.text-news{
	padding: .5rem 1rem .5rem ;
	margin-top: 1rem;
	border-left: 1px solid #0015c3;
}
.text-news p{color: #000;margin: 0;}
.text-news h1{
	font-size: 1rem;
	margin: 0;
	color: #0015c3;
}
.text-news a.hvr-shutter-in-vertical{
	display: block;
	padding: 6px;
	text-align: center;
	border-radius: 27px;
	width: 155px;
	margin: .75rem 0 0;
	background: #0000ff;
	color: #FFF;
	overflow: hidden;
}
.text-news a.hvr-shutter-in-vertical::before{background: #00339a;}
.content-box.newspage .title-box p{color: #000;}

.text-newsdetail{margin: 2rem auto 0;}
.text-newsdetail h1{
	font-size: 1.1rem;
	margin-bottom: 1.3rem;
    font-family: 'NotoSans-Medium', 'NotoSansThai-Medium';
}
.text-newsdetail p{margin: 0;}

.address-box img{
	width: 40px;
	margin-right: 10px;
	filter: invert(12%) sepia(39%) saturate(7014%) hue-rotate(218deg) brightness(104%) contrast(103%);
}
.address-box h1, .social-box h1{
	color: #00339a;
	font-size: 1.4rem;
	margin-bottom: 1rem;
    font-family: 'NotoSans-Bold', 'NotoSansThai-Bold';
}
.address-box h2{
	color: #00339a;
	font-size: 1.1rem;
	margin-bottom: 0;
    font-family: 'NotoSans-Medium', 'NotoSansThai-Medium';
}
.address-box p{margin: 0;}
.address-box ul{list-style: none;}
.address-box ul li{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.social-box{margin: 2rem auto;padding-top: 1rem;border-top: 1px solid #00339a;}
.social-box img{
	width: 40px;
	transition: all 0.5s;
	filter: invert(12%) sepia(39%) saturate(7014%) hue-rotate(218deg) brightness(104%) contrast(103%);
}


.messagebox{
	padding: 2rem 1rem;
	border-radius: 10px;
	background: #003399;
	margin: 2rem auto;
	color: #FFF;
}
.messagebox h1{
	font-size: 1.4rem;
	margin-bottom: .5rem;
    font-family: 'NotoSans-Bold', 'NotoSansThai-Bold';
}
.detail-form{margin-bottom: 1rem;}
.detail-form #captcha-refresh{
    cursor: pointer;
    color: #FFF;
	font-size: 1.4rem;
	vertical-align: middle;
    font-family: 'NotoSans-Bold', 'NotoSansThai-Bold';
}
.detail-form span, .detail-form p.red-text, .control-label span{
	color: #F00;
	display: initial;
}
.detail-form p{margin-bottom: 5px;}
.detail-form .custom-file-input,
.detail-form .custom-file{height: auto;}
.form-text, .custom-file-label{
    padding: 8px 15px;
    background: none;
	border: none;
	border-bottom: 1px solid #FFF;
    width: 100%;
	color: #FFF;
	border-radius: 0;
	height: auto;
	margin: 0;
	line-height: normal;
}
.form-text:focus{
	outline: none;
	box-shadow: none;
	border-color: #65b6e1;
}
.form-text::placeholder{color: rgb(255 255 255 / 60%);}
.detail-form ul{list-style: none;}
.detail-form ul li{padding-bottom: 5px;}
.sendus-btn{
	min-width: 150px;
    padding: 8px;
    display: block;
    box-shadow: none;
    border: 1px solid #FFF;
    color: #00339a;
    background: #FFF;
    margin:.5rem 0;
    cursor: pointer;
    transition: all 0.5s;
	border-radius: 10px;
}
.sendus-btn:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    background: #00339a;
	color: #FFF;
	transform: scale(.98);
}

.mapbox{
	text-align: center;
	margin: auto;
	overflow: hidden;
	padding: .5rem;
	border-radius: 0 10px 10px 10px;
	aspect-ratio:4/2;
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
	background: #FFF;
}
.mapbox img, .mapbox iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio:4/2;
}
.maptabs{margin-top: 3rem;}
.maptabs ul.nav-pills li{margin-right: 5px;}
.maptabs ul.nav-pills li a{
	padding: 8px;
	text-align: center;
	margin: 0;
	border-radius: 10px 10px 10px 0;
	background: #FFF;
	color: #00339a;
	display: block;
	width: 120px;
}
.maptabs ul.nav-pills li a.active, .maptabs ul.nav-pills li a:hover{
	background: #00339a;
	color: #FFF;
}

.text-policy{color: #00339a;margin-bottom: 2rem;}
.text-policy h2{
	font-size: 1.2rem;
	margin-bottom: .5rem;
    font-family: 'NotoSans-Bold', 'NotoSansThai-Bold';
}
.text-policy a:hover{color: #000;}
.text-policy .ic-size{font-size: 14px;margin-right: 8px;}
.text-policy p{text-indent: 3%;margin-bottom: 1rem;}
.text-policy ul{list-style: none;padding-left: 3%;margin: 1rem auto;}







.slide-ourquality{overflow: hidden;}
.slide-ourquality .slick-prev{
	background: url("../images/arrow-back.png") center center no-repeat;
	background-size: 100% !important;
	width: 30px;
	height: 30px;
	left: 1.4rem;
	z-index: 1;
	filter: invert(82%) sepia(29%) saturate(782%) hue-rotate(186deg) brightness(106%) contrast(104%);
}
.slide-ourquality .slick-next{
	background: url("../images/arrow-next.png") center center no-repeat;
	background-size: 100% !important;
	width: 30px;
	height: 30px;
	right: 1.4rem;
	z-index: 1;
	filter: invert(82%) sepia(29%) saturate(782%) hue-rotate(186deg) brightness(106%) contrast(104%);
}
.slide-ourquality .slick-prev:hover{
	filter: invert(8%) sepia(98%) saturate(7146%) hue-rotate(248deg) brightness(96%) contrast(144%);
}
.slide-ourquality .slick-next:hover{
	filter: invert(8%) sepia(98%) saturate(7146%) hue-rotate(248deg) brightness(96%) contrast(144%);
}
.slide-ourquality .slick-prev:before,
.slide-ourquality .slick-next:before{display: none;}
/*.slide-ourquality .slick-initialized .slick-slide{padding: 1rem 0;}*/
.slide-ourquality .slick-slide .items{padding: .5rem;}
.slide-ourquality .slick-slide .items .img-box{
	border-radius: 8px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	background: #F5F5F5;
	transform: scale(.9);
	transition: all 0.5s;
	aspect-ratio:3/4;
}
.slide-ourquality .slick-slider{padding: 0 5%;}
.slide-ourquality .slick-slide .items .img-box img{
	opacity: 0.5;
	aspect-ratio:3/4;
	object-fit: cover;
}

.slide-ourquality .slick-slide.slick-current.slick-active .img-box{transform: scale(1);}
.slide-ourquality .slick-slide.slick-current.slick-active .img-box img{
	opacity: 1;
}
.img-box:hover img{transform: scale(1.03);}

.slide-ourquality .items{
	text-align: center;
	aspect-ratio:3/4;
}
.slide-ourquality .items h1{
	font-size: 1rem;
	margin: 1.5rem 0 0;
	color: #003399;
	transition: all 0.6s;
	border-radius: 8px;
    font-family: 'NotoSans-Medium', 'NotoSansThai-Medium';
	min-height: 90px;


}








/*///////////End-Content///////////////*/
ul.toolpro {
	list-style: none;
}
.text-detail-item table,.text-detail-item tr td,.text-detail-item th,.text-detail-item img{
	max-width: 100%;
}
.text-detail-item ul {
	 margin-left: 40px;
}
/********************/
 
.box-loading #overlay{
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:#000;/*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;
}

/************************************************/
.tb-address tr td{
	padding-bottom: 23px;
}
/*///////////Start-Policy///////////////*/
.policy-box{
    position: fixed;
    bottom: 0%;
    right: 0%;
    width: 100%;
    text-align: left;
    padding: 1rem ;
    color: #000 ;
    z-index: 2345;
    display: block;
    font-size: 1rem;	
	background:#FFF;
	box-shadow: 0 0 15px rgba(0,0,0,0.10);
}
.policy-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.policy-box ul li{padding: 0 10px;}
.policy-box p{
	font-size: 1.1rem !important; 
	margin-bottom: 0;
}
.policy-box a{text-decoration: underline;}
.policy-box a:hover{text-decoration: none;}
.policy-box .btn-policy{
    width: 150px;
    padding: 8px;
    transition: all 0.5s;
    cursor: pointer;
    text-align: center;
    color: #FFF ;
    margin: .5rem auto;
	display: flex;
    align-items: center;
	border: 1px solid #0000ff;
    justify-content: center;
	border-radius: 27px;
	background:#0000ff;
}
.btn-policy:hover{
	transform: scale(.96);
	background:#FFF;
    color: #0000ff ;
}


/*///////////End-Policy///////////////*/

/*///////////Start-Footer///////////////*/
.footer{
	color: #FFF;
	padding: 10% 0 5%;
	background: url("../images/bg-footer.png") center center no-repeat;
	background-size: cover !important;
}
.footer ul{list-style: none;}
.footer h1{
	font-size: 1.1rem;
	margin-bottom: .5rem;
    font-family: 'NotoSansThai-Medium', 'NotoSans-Medium';
}
.footer img{
	width: 23px;
	margin-right: 8px;
	filter: brightness(0) invert(1);
}
.footer p{margin-bottom: .5rem;}
.footer a:hover{text-decoration: underline;color: #000;}

.footer ul li{padding-bottom: 8px;}
.address-footer p{display: flex;align-items: flex-start;}
.contact-footer{margin: 2rem auto;}
.copyright-box{
	text-align: center;
	margin-top: 5%;
	padding: 5% 10% 0;
	border-top: 1px solid #FFF;
}

.social-footer{text-align: center;}
.social-footer img{
	width: 35px;
	margin: auto;
	transition: all 0.8s;
	filter: brightness(0) invert(1);
}
.social-footer img:hover{transform: scale(1.05);}
/*///////////End-Footer///////////////*/

@media (max-width: 920px ) {
	body{max-width: 100% !important;}
	.navbar-collapse{
        position: fixed;
        width: 80%;
		background: url("../images/bg-footer.png") right center no-repeat;
		background-size: cover !important;
        height: 100% !important;
        max-height: none !important;
        top: 0%;
        display: block;
        left: -100%;
        margin: 0 !important;
        z-index: 55;
		transition: all 0.6s;
        overflow-y: scroll;
        box-shadow: 5px 0px 5px 0px rgba(0, 0, 0, 0.1);
	}
	.navbar-collapse.in{
		left: 0;
		transition: all 0.6s;
	}
	.navbar-collapse.show{
		display:block;
		left: 0;
		transition: all 0.6s;
	}
	.all-container{
		width: 100%;
	}
	.all-container.-collapse{
		/*margin-left: 250px;*/
		transition: all 0.6s;
	}
	.navbar-expand-lg, .navbar-collapse, .navbar-collapse.collapsing, .all-container.all-container.all-container {
		transition: all 0.6s !important;
	}
	.navbar-expand-lg.-collapse {
		/*margin-left: 250px;*/
		width:100%;
		transition: all 0.6s;
	}
}












