/*=====================================
@font-face 
======================================*/
@charset "utf-8";
/*google font*/
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@200;300;400;600&amp;display=swap');

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.html');
  src: url('fonts/glyphicons-halflings-regulard41d.html?#iefix') format('embedded-opentype'), url('fonts/glyphicons-halflings-regular-2.html') format('woff'), url('fonts/glyphicons-halflings-regular-3.html') format('truetype'), url('fonts/glyphicons-halflings-regular-4.html#glyphicons-halflingsregular') format('svg');
}


/*Sticky Footer=============================*/
html, body {
  height: 100%;
  font-family: 'Prompt', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #303030;
}

.wrapper {
	padding-bottom: 0;	
	min-height: calc(100vh - 100px); /*sticky footer*/
}
.footer {
	background: #f7f7f7;
	margin-top: 0;
	padding-top: 20px;
	min-height: 220px;/*sticky footer*/
}
section{
    margin: 0; padding: 0;	
}

/*END Sticky Footer with Flexbox=========================*/


.boxSizing{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.boxSizing *{
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.boxSizing-contentBox{	
	-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: content-box;    /* Firefox, other Gecko */
	box-sizing: content-box;        /* Opera/IE 8+ */
}

.boxSizing-contentBox *{	
	-webkit-box-sizing: content-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: content-box;    /* Firefox, other Gecko */
	box-sizing: content-box;        /* Opera/IE 8+ */
}

.padding0{
	padding:0px;
}

.margin0{
	margin:0px;
}

.padding-bot0{
	padding-bottom:0px;
}

.padding-bot5{
	padding-bottom:5px;
}

.padding-bot7{
	padding-bottom:7px;
}

.padding-bot10{
	padding-bottom:10px;
}

.padding-bot15{
	padding-bottom:15px;
}

.padding-bot20{
	padding-bottom:20px;
}
.padding-bot30{
	padding-bottom:30px;
}

.padding-bot40{
	padding-bottom:40px;
}

.padding-bot50{
	padding-bottom:50px;
}

.padding-top0{
	padding-top:0px;
}

.padding-top5{
	padding-top:5px;
}

.padding-top7{
	padding-top:7px;
}
.padding-top10{
	padding-top:10px;
}
.padding-top15{
	padding-top:15px;
}
.padding-top20{
	padding-top:20px;
}
.padding-top30{
	padding-top:30px;
}
.padding-top40{
	padding-top:40px;
}
.padding-top50{
	padding-top:50px;
}

.padding-left0{
	padding-left:0px;
}

.padding-left5{
	padding-left:5px;
}

.padding-left10{
	padding-left:10px;
}

.padding-left15{
	padding-left:15px;
}
.padding-left20{
	padding-left:20px;
}
.padding-left30{
	padding-left:30px;
}
.padding-left40{
	padding-left:40px;
}
.padding-left50{
	padding-left:50px;
}

.padding-right0{
	padding-right:0px;
}
.padding-right5{
	padding-right:5px;
}
.padding-right7{
	padding-right:7px;
}

.padding-right10{
	padding-right:10px;
}

.padding-right15{
	padding-right:15px;
}
.padding-right20{
	padding-right:20px;
}
.padding-right30{
	padding-right:30px;
}
.padding-right40{
	padding-right:40px;
}
.padding-right50{
	padding-right:50px;
}

img{
 /* display: block;*/
  max-width: 100%;
  height: auto;
}

a {
  color: #0074be;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #5e9cca;
}

.clear {
	clear:both;
}

.poRelative {
	position:relative;
}

.row { 
  display: -webkit-box; 
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display:         flex; 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; 
} 
.row > [class*='col-'] { 
 display: -webkit-flex; 
  display: flex; 
  -webkit-flex-direction: column; 
  flex-direction: column; 
}


.row:before {
        content: none;
    }

.row:after {
        content: '';
    }
	


/*flex-wrapper*/
.flex-wrapper { 
  display: -webkit-box; 
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display:         flex; 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; 
} 

.flex-wrapper-reverse { 
  display: -webkit-box; 
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display:  flex; 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;   
  flex-direction: row-reverse
} 

.flex-item{ 
 display: -webkit-flex; 
  display: flex; 
  -webkit-flex-direction: column; 
  flex-direction: column; 
}

.flex-wrapper-center { 
  display: -webkit-box; 
  display: -webkit-flex; 
  display: -ms-flexbox; 
  display:         flex; 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; 
  justify-content: center;
}

/*แก้ปัญหา flexBox ใน safari*/
.flex-wrapper:before , .flex-wrapper-center:before {
        content: none;
    }

.flex-wrapper:after, .flex-wrapper-center:after {
        content: '';
    }
/*end แก้ปัญหา flexBox ใน safari*/


/*แก้ปัญหารูปผิดสัดส่วนเมื่อรูปเล็กกว่า div*/
 .flex-item img {
  align-self: left;
}

.flex-item.flex-image-center  img {
  align-self: center;
}

.text-bold-big {
	font-size: 1.3em;
	font-weight: 600;
}

.form-control {
	/*border-radius: 0;*/
}

.btn {
	text-align: center;	
	display: inline-block;
	
	padding: 0.375rem 1.75rem;
	font-size: 1rem;
	line-height: 1.5;
	/*border-radius: 0.25rem;*/
	border-radius: 0;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover{
	/*color: #FFF;
	background: #000;*/
	text-decoration: none;
}
.btn-secondary{
	color: #d8e2ea;
	background-color: #2c8ec7;
	border-color: #2c8ec7;
}
.btn-secondary:hover{
	color: #fff;
	background-color: #0081e2;
	border-color: #0461bd;
}


.btn-block{
	color: #c6c6e8;
	background-color: #0066cb;
	border-color: #0461bd;
	

	text-align: center;
	display: block;
	
	width: 100%;	
	margin-top: 20px;
	margin-bottom: 20px;	
}
.btn-block:hover{
	color: #fff;
	background-color: #0081e2;
	border-color: #0461bd;
}

/*removing-the-dotted-outline///////////////////////////////////////*/
a, a:hover, a:active, a:focus, object, embed, button {outline: 0;}
*:focus {outline: 0; /* for chrome */}
button::-moz-focus-inner { border: 0; }
input::-moz-focus-inner { border: 0; }
object, embed {  outline: 0;}




h1 {
	color: #000;
	font-size: 42px;
	font-weight: 200;
	color: #0074be;
	text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
}
h2 {
	color: #000;
	font-size: 30px;
	font-weight: 400;
	color: #0074be;
}

h3 {
	color: #0074be;
	font-weight: 400;
	font-size: 28px;
	margin-top: 50px;
}
h4 {
	color: #000;
	font-weight: 500;	
	font-size: 20px;			
}
h5 {
	color: #0074be;
	font-weight: 500;
	font-size: 19px;
	line-height: 1em;
}
h6 {
	color: #000;
	font-weight: 600;
	font-size: 17px;
	line-height: 1em;
}

.center-content {	
	padding: 10px;	
	margin: 0 auto;
	text-align: center;
  /*align-items: center;*/
  justify-content: center;
}
.centerAlign{
	text-align:center;
	vertical-align:middle;
}	

.center-block {
	/*for img thumbnail center*/
	display: block;
	margin-left: auto;
	margin-right: auto;
	
}
.Absolute-Center {
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}



/*----------------------------------------------------
head
---------------------------------------------------------*/
.headerWrapper {	
	width: 100%;	
	position: relative;
	z-index: 200;
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: #FFF;	
}
.headerWrapper .container-0{

	position: relative;
	padding: 0;
	
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}


.head-logo{		
  /* width: 360px; 	 */
  width: 100%; 	
  /* margin: 0 25px 0 0; */
  margin: 0;
  padding: 0;
  float:left;
 
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
.head-logo a{
	display: block;
	height: 100%;
}
.head-logo img{
	max-width: 100%;
	height: auto;
}

.navBarArea {
	display: none;/*ซ่อนเมนู*/
	
	font-family: 'Prompt', sans-serif;
    font-weight: 600;
	font-size: 1.0em;	
	/* padding-left:80px; */
	margin: auto;
	max-width: 1360px;
	margin-bottom:10px;

}



.lang-select{	
	position: absolute;
	right: 5px;	
	margin-top: 20px;
	/*top: 0;*/
	top: -50px;
}
.lang-select a{	
    border-radius: 50%;
	display:inline-block;
	height: 28px;
	width: 28px;
	color:#000;
	padding-top: 5px; /*จัดตำแหน่ง text ให้อยู่กลางวงกลม*/
	  
    text-align:center;
	vertical-align: middle;
    text-decoration:none;
    background: #d8e2ea;
	
	font-family: 'Prompt', sans-serif;
	font-weight: 400;
	font-size: 12px;	
	
}


.lang-select a:hover {
    background: #5e9cca;
}
.lang-select a.active {
    background: #5e9cca;
}

/*ปรับขนาด head bar*/
@media screen and (max-width: 1360px) {
	.navBarArea {
		font-size: 0.92em;	

	}	
}
@media screen and (max-width: 1240px) {
	.head-logo{		
		/* width: 300px; */
		width: 100%;
		
	}
	.navBarArea {
		font-size: 0.8em;	

	}

	
}
@media screen and (max-width: 1046px) {
	.navBarArea {
		font-size: 0.75em;	

	}	
}
@media screen and (max-width: 1024px) {
	.head-logo{		
		width: calc(100% - 50px);
		margin-top: 5px;
		margin-left: 50px;
		
		
		position: inherit;
		top:inherit;	
	}
	
}


@media screen and (max-width: 320px) {
	.head-logo{		
		width: 180px; 
		margin-top: 10px;
		position: inherit;
	}	
}

/*----------------------------------------------------
social bar
---------------------------------------------------------*/

section.social{
	background: #8494a0;
	width: 100%;
	height: auto;	
	padding-top: 20px;
	color: #fff; padding-bottom: 10px;
}
section.social .container{position: relative;}
.contact-head{ font-size: 1.2em; margin-bottom: 0; font-weight: 600;}

.contact-icon{ display: inline-block; margin-right: 100px; height: 34px;}
.contact-icon span { font-size: .9em; margin-right: 40px; display: inline-block;}
.contact-icon img{height: 25px; vertical-align: bottom;}

.social-icon{position: absolute; right: 25px; top:5px;}

a.social-facebook {
	display: inline-block; 
	width: 50px; height: 50px; 
	background: url(../img/social-icon-facebook.png) no-repeat; 
	margin:auto; overflow: hidden; text-indent: -1000px; }
	
a.social-facebook:hover{background-position: bottom; cursor: pointer;}

a.social-line {
	display: inline-block; 
	width: 50px; height: 50px; 
	background: url(../img/social-icon-line.png) no-repeat; 
	margin:auto; overflow: hidden; text-indent: -1000px; }
	
a.social-line:hover{background-position: bottom; cursor: pointer;}

/*----------------------------------------------------
footer
---------------------------------------------------------*/

.sitemap{
	padding-top: 70px;
	position: relative;}
.sitemap a{
	color: #303030;	
}
.sitemap a:hover{
	color: #0074be;
	text-decoration: none;
}

.sitemap ul {
	margin-left: 0;
	padding-left: 0
}
.sitemap li{
	list-style: none;
	display: block;
	margin-left: 0;
	font-size: .8em;
}

.sitemap h6{
	padding-bottom: 10px;
	font-size: 16px;
	color: #303030;
}
.copyright{
	color: #606060;
	position: relative;
	font-size: .8em;
	padding-bottom: 0;
	margin-bottom: 0;
	height: 80px;
	border-top: solid 1px #8494a0;
}
.copyright {padding-top: 10px;}
.copyright p{padding-right: 310px;}
.footer-logo {position: absolute; right: 10px; top:0;}

@media screen and (max-width: 768px) {	
	.copyright p{
		padding-right: 0px;
		width: 100%;
	}
	.copyright span{ display: none;}
	.footer-logo{ top: 20px;}
}

/*----------------------------------------------------
heroBanner
---------------------------------------------------------*/
.herobannerWrapper {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-ms-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	
	position: relative;
	
}


.heroBanner {
	width: 100%;
	height: 570px;
	position: relative;
	
}
.responsiveHeight {
	width: 100%;
	height: 570px;
	padding-bottom: 0;
	position: relative;
	overflow: visible;
}


.responsiveHeight > .item {
	position: absolute;
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
.responsiveHeight > .item:before {
	/*content: '';
	position: absolute;
	z-index: 5;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;*/
	
	/*ใส่ gradient บังขอบ banner*/
	/* Permalink - http://www.cssmatic.com/gradient-generator*/
	/*background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 54%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(54%, rgba(0,0,0,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 54%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 54%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 54%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 54%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000', GradientType=0 );*/
}

.bxWrapper {
	display: none;
	padding: 0;
	margin: 0;
}
.bxContent {
	width: 100%;
	position: absolute;
	top: 80px;
	z-index: 120;
}
.bxContentIn {
	display: block;
	width: 35%;
	/*background-color: rgba(0, 0, 0, 0.5);*/
		
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;  
	max-width: 600px;
	
	top: 25%;
	
	
}
.bxContentIn1 {
	font-weight: 400;
	font-size: 2em;
	color: #0074be;
	line-height: 1.4;
	padding: 25px 25px 25px 25px;
	/*text-align: center;*/
	 	
}
.bxContentIn1 img{display: block;}


/*----เลือกตำแหน่งวาง text บน banner และการ crop ภาพ----*/
.txtBoxW .bxContentIn{
	background-color: rgba(255,255,255,0.70)	
}
.txtBoxB .bxContentIn{
	background-color: rgba(0,68,86,0.70)	
}
.txtBoxN .bxContentIn{
	background-color: none; 	
}

.txtOnRight .bxContentIn{
	margin-left: 60%;
}
.txtOnRight > .item{
	background-position: center;
}



.txtOnLeft .bxContentIn{
	margin-left: 10%;
}
.txtOnLeft > .item{
	background-position: center;
}
.txtOnCenter .bxContentIn{
	margin: auto;
} 

.txtOnCenter > .item{
	background-position: center;
}

.noTxt .bxContentIn{
	display: none;
}



@media screen and (max-width: 1000px) {
	.heroBanner {
	height: 500px;
	}
	.responsiveHeight {
	height: 400px;
	}
	.bxContent {
	top: 50px;
	}
	.bxContentIn1 {
	font-size: 1.1em;
	}
}

@media screen and (max-width: 768px) {	
	.herobannerWrapper{
	margin-bottom: 100px;
	}
	.heroBanner {
	height: 400px;
	}
	.responsiveHeight {
	height: 400px;
	}
	
	.bxContent {
	top: inherit;
	bottom: 0px !important;
		
	}
	.bxContentIn {
	display: inline-block;
	width: 100%;
	max-width: inherit;
	margin-left: 0;
	}
	
	.txtBoxW .bxContentIn{
	background-color: rgba(255,255,255,0.90)	
	}
	.txtBoxB .bxContentIn{
	background-color: rgba(0,68,86,0.90)	
	}
	.txtBoxN .bxContentIn{
	background-color: rgba(255,255,255,1) 	
	}
	
	
	.txtOnLeft .bxContentIn,
	.txtOnRight .bxContentIn{
	margin-left: 0;
	width: 100%;
	}

	.bxContentIn1 {
	font-size: 1em;
	padding: 10px 15px 10px 15px;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -30px !important;
	}
	
	
}


@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;	  
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
.hvr-ripple-out {
  display: inline-block;
  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;
	
}
.hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #013555 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
	border-radius: 50%;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}



section.home-application{
	width: 100%;
	height: auto;	
	padding-top: 70px;	
	background: #f7f7f7;
}

.app-thumb{
  width: 100%;
  height: 154px;
  overflow:hidden;
  display: block;
	
  position: relative;
}

.app-thumb .pic {
  width:100%;
  height:100%;

  background-position:center;
  background-size: cover;
	
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
} 
.app-thumb .pic:hover {  
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */ 
  transform: scale(1.2);
} 

.app-name{
	z-index: 20;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,0.50);
	padding: 3px;
	text-align: center;
	color: #000;
	font-size: .8em;
}
.app-thumb:hover .app-name{
	background: rgba(255,255,255,0.80);
}

/*----------------------------------------------------
เมนูด้านข้าง
---------------------------------------------------------*/
.side-nav{
	max-width: 295px;
}

.side-nav li a{
	color:#f5f5f5;
	font-size: 14px;
	display:block;	
	position: relative;
	
	/* background: #8494a0; */
	background: #4DA575;
	border-bottom: solid 1px #6a7680;
	
	min-height: 33px;
	padding: 10px 15px;
}


.side-nav li.navgroup{	
	color:#d8e2ea;
	font-size: 14px;
	display:block;	
	position: relative;
	
	background:#4DA575;
	border-bottom: solid 1px #6a7680;
	
	min-height: 30px;
	padding: 10px 15px;
}

.side-nav li.sub a{	
	color:#d8e2ea;
	font-size: 14px;
	display:block;	
	position: relative;
	
	background:#4DA575;
	border-bottom: solid 1px #6a7680;
	
	min-height: 30px;
	padding: 10px 15px 10px 30px;
}


.side-nav ul  { 
	list-style:none;
	padding-left:0;
}


/*arrow side-nav*/
.side-nav li.current > a::after{
	content: '';
	border: 1px solid transparent;
    border-top-color: transparent;
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 1px;
	
	display: block;
	width: 7px;
	height: 7px;
	margin-bottom: 15px;
	margin-right: 7px;
	
	position: absolute;
	right:1px;
	top: 17px;
	
	border-color: #d8e2ea;
	border-top: none;
    border-top-color: currentcolor;
    border-left: none;
    border-left-color: currentcolor;
	
	-moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
	
}
.side-nav li.current a{	
	/*background: #707f89;*/
}

.side-nav li a:hover{
	background: #4f6373;
	text-decoration: none;
	color: #fff;
}
.side-nav li.current > a:hover::after{
	border-color: #fff;
}

.content{
	/*margin-left: 50px;*/
	padding-top: 37px;
}

.content .img-fluid{margin-bottom: 10px;}
.content ul{margin-left: -15px;}
.content li{
	padding-bottom: .5em;
}

@media screen and (max-width: 768px) {
	.side-nav{
		display:none !important;
	}
}

/*----------------------------------------------------
Responsive Image Grid
---------------------------------------------------------*/
.gallery{
	width: 100%;
	margin-bottom: 50px;
	margin-top: 20px;
}

.flex-column { 
       max-width : 260px;
   }

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}


.gallery-column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.gallery-column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .gallery-column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  /*.gallery-column {
    flex: 100%;
    max-width: 100%;
  }*/
}
/*----------------------------------------------------
 ส่วน Related
---------------------------------------------------------*/
.related-products{
	width: 100%;
	background: #f0f0f1;
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}
.related-application{
	width: 100%;
	background: #f0f0f1;
	margin-bottom: 0;
	padding-top: 30px;
	padding-bottom: 30px;
}

.related-thumb{
  width: 100%;
  /*max-width: 190px;*/
  height: 156px;
  overflow:hidden;
  display: block;
	
  position: relative;
}
.related-thumb .pic {
  width:100%;
  height:100%;

  background-position:center;
  background-size: cover;
	
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
} 
.related-thumb .pic:hover {  
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2); /* IE 9 */ 
  transform: scale(1.2);
} 

.related-name{
	z-index: 20;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(255,255,255,0.60);
	padding: 3px;
	text-align: center;
	color: #000;
	font-size: .8em;
}
.related-thumb:hover .related-name{
	background: rgba(255,255,255,0.80);
}


@media screen and (max-width: 992px) {
	.related-thumb{
	height: 100px;
	}
}


/*=======================================================
หน้า about 
=========================================================*/
.content table{
	font-size: .9em;
}
.content table{
	font-size: .9em;
}
.content table th{
	background: #0074be;
	padding: 5px;
	border-color: #0074be 
}
.content table td{
	padding: 5px; 
}

.table-strip tr:nth-child(odd){
    background-color: #eee;	
}

.certificate div{
	float: left;
	margin: 30px;
	
}
.certificate div p{
	font-size: .9em;
	text-align: center;
	color:#0074be;
}
.certificate img{
	border: solid 1px #ccc;
}
.button-paper a{
	float: left;
	display: block;
	height: 50px;
	padding-top: 15px;
	padding-left: 55px;
	padding-right: 18px;
	color: #d8e2ea;
	background: #2c8ec7 url("../img/button-paper.png") no-repeat;
	background-position: 15px 7px;
}
.button-paper a:hover{
	text-decoration: none;
	background: #0975b3 url("../img/button-paper.png") no-repeat;
	background-position: 15px 7px;
}

/*=======================================================
หน้า contact
=========================================================*/
.contact .row{
	margin-bottom: 40px;
	
}
.contact label{
	font-weight: 600;
}
.contact .error{
	color: #ff0000 !important;
}

.contact h2{
	font-size: 25px;
}
.form-control:focus {
		border-color: #5e9cca;
        /* box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);*/
        box-shadow: none;
    } 
.captcha{margin-top: 40px; margin-bottom: 20px;}

.google-map{
	margin-top: 50px;
}

.contact .nav-pills{ 
	float: right;
	margin-top: -50px;
}
.nav-pills li { 
	margin: 5px;
}

.nav-pills .nav-link{
	color: #303030;
    background-color: #d9e3e9;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #303030;
    background-color: #6eb9e5;
}

.nav-pills .nav-link {
    border-radius: 0rem;
}

.nav-link {
    display: block;
    padding: 0.5rem 3rem;
}
.tab-pane{
	background: #f2f3f4;
}

.img-contact-logo{
	max-width: 200px;
}



.page-nav{	
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.page-nav ul{
	list-style: none; 
}
.page-nav li{display: inline-block;}
.page-nav  li a{
	background: #bdccd5;
	padding: 5px 15px;
	margin: 10px 2px;	
	width: 34px;
	height: 34px;
	border-radius: 3px;
	color:#000;
}
.page-nav  li a:hover{	
	background: #2c8ec7;
	text-decoration: none;
	color:#fff;
}

.page-nav input.form-control{
	width: 40px;
	display: inline;
	height: 33px;
	font-size: 14px;
}
.page-nav ul > span{
	padding-left: 8px;
	padding-right: 8px;
	font-size: 14px;
}
.sustainability-detail p{
	font-size: 15px;
}
.sustainability-detail p.date{
	font-size: .8em;
}


.detail-pic{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 20px;
}

.headBannerBackground{
	width: 100%;
	height: 250px;
	/*background-image: url("../img/bg-application-default.jpg");*/
background: #8494a0;
	
	/* Create the parallax scrolling effect */
	/*background-attachment: fixed;*/
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	
	text-align: left;
	
}

.headBannerBackground h1{
	color: #fff;
	font-weight: 500;
	padding-top: 90px;
}

@media screen and (max-width: 768px) {
	.headBannerBackground{
		height: 150px;
	}
	.headBannerBackground h1{
		font-size: 30px;
		padding-top: 60px;
	}
}