/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
body
{
	background-image:url(images/block-pattern.png);
}
#topBar{
	width:100%;
	height:40px;
	background-color:#102d69;
}
#topContainer{
	margin-left:auto;
	margin-right:auto;
	position:static;
	background-color:#102d69;
}
#login a{
	width:50px;
	float:right;
	display:block;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	color:#919191;
	background-color:#f6f6f6;
	font-size:16px;
	padding:12px;
	border-right:#000000 thin solid;
	text-decoration:none;
}
#login a:hover{
	color:#102d69;
	background-color:#919191;
}
#langchoose{
	/*width:65px;*/
	height:30px;
	float:right;
	display:block;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:bold;
	background-color:#f6f6f6;
	padding:6px 12px;
}

#polylang-2 li{
	display:inline-block;
	width:30px;
	height:17px;
	margin-right:5px;
}
#polylang-2 li a{
	width:50px;/*25*/
	height:35px;/*17*/
}

/*li.lang-en{
	display:inline-block;
	width:30px;
	height:17px;
	margin-right:5px;
}
li.lang-TH{
	display:inline-block;
	width:30px;
	height:17px;
}
li.lang-en a{
	width:25px;
	height:17px;
}
li.lang-TH a{
	width:25px;
	height:17px;
}*/
h1{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:36px;
	font-weight:bold;
	color:#102d69;
	line-height:1.5em;
}
h2{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#102d69;
	line-height:1.5em;
}
h3{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:21px;
	font-weight:bold;
	color:#102d69;
	line-height:1.5em;
}
h4{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#102d69;
	line-height:1.5em;
}
h5{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:1.5em;
}

h6{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#000000;
	line-height:1.5em;
	
}
strong{
	font-weight:bold;
}

#wrapper{
	display:block;
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-40px;
	/*background-color:#8BC9D1;*/
}
#header{
	width:1020px;
	}
#logoBanner{
	width:1020px;
	height:100px;
	margin-top:10px;
}
#companyContainer{
	float:left;
	width:730px;
	height:78px;
	margin-top:22px;
}
#companyLogo{
	float:left;
	width:216px;
	height:77px;
}
#companyName{
	float:left;
	width:490px;
	height:47px;
	margin-top:30px;
	padding-left:10px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:21px;
	font-weight:bold;
}
#companyName h2{
	color:rgba(0,0,0,1.00);
}
#isoContainer{
	float:right;
	width:280px;
}
#isoLogo{
	float:right;
	width:92px;
	height:98px;
}
#mororgorLogo{
	float:right;
	width:80px;
	height:98px;
}
#G4Logo{
	float:right;
	width:80px;
	height:98px;
}
#navigation {
	float: left;
	/*font-family: dsn_suradejregular;
	font: 14px;
	font-size: 14px;
	font-weight: bold;
	position: absolute;*/
	width: 1020px;
	margin-top: 10px;
	margin-bottom:5px;
	/*left: 99px;
	top: 180px;*/
}
#navigation ul {
	/*height: 80px;*/
	list-style: none;
}
#navigation li {
	float: left;
	margin-right:8px;
	border-radius: 5px;
	background-color:rgba(162,156,137,0.6);/*a29c89*/
}
#navigation li a {/*List Menu*/
	display:block;
}
#navigation li a:hover {/*List Menu when over*/
	/*display: block;
	text-decoration: none;
	text-align: center;*/
	border-radius: 5px;
	color:#FFFFFF;
	/*background-color:#102d69;*/
	background-color:rgba(16,45,105,1);
}
/*.transparent_class {
    filter:alpha(opacity=65);
    -moz-opacity:0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
}*/
/*#navigation li.transparent_class {
    filter:alpha(opacity=65);
    -moz-opacity:0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
}*/

#navigation > ul > li > a {
	color:#535353;/*0470D4*/
	opacity: 1;
	text-decoration: none;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	/*font-weight:bold;*/
	width:137px;
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;
}
#navigation ul ul a {
  color: #FFFFFF;/*cccccc*/
}
/*SubMenu List*/
#navigation li ul {
  display: none;
  z-index: 200;
  position:absolute;
}
/*when rollover display submenu*/
#navigation li:hover ul {
  display: block;
	width:137px;
  height:auto;
}
#navigation li li {
  margin-top:5px;
}
#navigation li ul a {
  display: block;
	width:127px;
  color:#535353;
  font-size: 15px;
  /*font-weight:bold;*/
	padding:20px 5px 20px;
	/*padding-bottom:20px;*/
  text-align: center;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration:none;
}
/*submenu when rollover*/
#navigation li ul a:hover,
#navigation li ul li:hover > a {
	background-color:rgba(16,45,105,1);
  /*background: #102d69;*/
  color:#FFFFFF;
}

/*current page hover menu*/
.current-menu-item > a:hover,
.current-menu-item > a,
.current-menu-ancestor > a,
.current_page_item > a,
.current_page_ancestor > a {
	font-weight: bold;
		background-color:rgba(16,45,105,1);
	color:#FFFFFF;
  /*width: 137px;225 100*/
	border-radius: 5px;
}
#navigation ul ul ul {
	left: 100%;
	top: 0;
}
#navigation .current-menu-item > a:hover,
#navigation .current-menu-item > a,
#navigation .current-menu-ancestor > a,
#navigation .current_page_item > a,
#navigation .current_page_ancestor > a {
	font-weight: bold;
		background-color:rgba(16,45,105,1);
	color:#FFFFFF;
  /*width: 137px;225 100*/
	border-radius: 5px;
}
#slideshowContainer{
	width:100%;
	margin-top:10px;
}
.greenTab{
	width:1020px;
	background-color:#afca0b;
	/*margin-top:5px;*/
	margin-bottom:5px;
	/*padding:5px 0px 5px;*/
}
.greenTabShort{
	width:680px;/*500px*/
	background-color:#afca0b;
	/*margin-top:5px;*/
	margin-bottom:5px;
	/*padding:5px 0px 5px;*/
}
.Air_Block{
	float:left;
	width:230px;
	text-align:right;
	margin-left:180px;
}
.Air_Block_slogan{
	float:left;
	width:600px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:18px;
	text-align:left;
	color:#000000;
	line-height:3.0em;
	padding-left:10px;
}
#shortcutContainer{
	width:1010px;
	background-color:#AACCCC;/*a29c89*/
	/*padding-left:10px;*/
	padding:10px 0px 10px 10px;
	margin-bottom:10px;
}
.shortcutBG{
	/*width:100%;*/
	background-color:#a29c89;/*aacccc*/
	margin-right:10px;
	height:315px;
	padding:12px;
}
.shortcutPic{
	float:left;
	/*width:310px;
	height:181px;*/
}
.shortcutTitle{
	float:left;
	width:99%;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	color:#000000;
	line-height:2.5em;
}
.shortcutExcerp{
	float:left;
	width:99%;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	text-align:justify;
	color:#000000;
	line-height:1.1em;
	text-indent:20px;
}
#pageContainer{
	width:1000px;
	margin-top:5px;
	margin-bottom:5px;
	padding:10px;
	background-color:#bcdbdd;
}
#contentContainer{
	width:1000px;
	line-height:1.5em;
	text-indent:20px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	size:16px;
}
#Title{
	width:1000px;
	text-align:center;
}
#ourProductContainer, #vdoClipContainer, #howtoCalContainer{
	float:left;
	width:33.3%;
}
#customerTab, #AdvantageTab{
	width:1000px;
	padding-left:20px;
}	
#customerslideContainer{
	width:1010px;
	background-color:#b1dcdc;
	/*padding-left:10px;*/
	padding:10px 0px 10px 10px;
	margin-bottom:10px;
}
#slideshowFrame{
	width:995px;
	background-color:#a29c89;
	/*padding-left:20px;*/
	padding-top:10px;
	padding-bottom:10px;
	
}
.customerSlidePic img{
	float:left;
	width:32%;
	margin-right:10px;
}
#advantageSlideContainer{
	width:840px;/*1010px*/
	background-color:#a29c89;
	padding:10px 90px 10px;
}
.advantageSlidePic img{
	float:left;
	width:20%;
	margin-right:10px;
}
/*Footer-------------------------*/
#bottomTab{
	background-color:#102d69;
	padding-top:5px;
	padding-bottom:5px;
	height:auto;
	background-image:url(images/footerLogo.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}
#contactForm{
	float:left;
	width:320px;
	margin-left:10px;
	margin-top:15px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#copyright{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:10px;
	text-align:center;
	color:#FFFFFF;
	line-height:2.5em;
	border-top:#FFFFFF thin solid;
	margin-top:10px;
	/*padding-left:20px;*/
}
#social{
	/*float:right;*/
	width:100%;
	display:block;
	margin-left: 35px;
	margin-top: 10px;
}
#social a:hover{
	/*border:#FFFFFF thin solid;*/
	}
#facebook, #youtube, #googleplus, #twitter{
	float:right;
	width:35px;
	height:35px;
	margin-left:5px;
	margin-right:5px;
}
#footer{
	width:1020px;
}
#footerLeftContainer{
	color:rgba(255,255,255,1.00);
	float:left;
	width:690px;
}
#footerRightContainer{
	float:right;
	width:330px;
}
#footer-widgets {
	display: block;
	/*width:950px;*/
	margin-right:0;
	/*background: #ffffff;*/
}
#footer-widget1 h2{
	color:#FFFFFF;
}
#footer-widget1 {
	/*width: 330px;*/
	float: left;
	/*margin: 5px 10px 10px 10px;*/
	padding: 0px 10px 0px;
	/*background-color: #ffffff;*/
}
#footer-widget2 {
	width: 260px;
	float: left;
	margin: 15px 10px 10px 15px;
	padding: 10px;
	background-color: #ffffff;
}
#footer-widget3 {
	width: 260px;
	float: left;
	margin: 15px 10px 10px 15px;
	padding: 10px;
	background-color: #ffffff;
}
#addressBottom{
	float:left;
	width:330px;
	color:#FFFFFF;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	line-height:1.5em;
	padding:15px 10px 10px;
	border-right:#FFFFFF thin solid;
	border-left:#FFFFFF thin solid;
	/*margin-top:30px;*/
}
#addressBottom tr{
	color:#FFFFFF;
}

#addressBottom h4{
	color:rgba(255,255,255,1.00);
}
#FSContact1 form{
	color:#FFFFFF;
	size:11px;
	line-height:1.25em;
}
#fscf_captcha_field1{
	width:150px;
}

form p, .textwidget p{
	color:#FFFFFF;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	size:12px;
	line-height:1em;
}
input, textarea{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size:14px; 
    width:20em;
    padding:0; 
    /*margin:0*/ 
	margin-top:5px;
}
input fscf_captcha_code1{
	width:8em;
}
fscf_submit1{
    width:18em;
}
#Gmap{
	float:right;
	width:330px;
	margin-top:10px;
}
iframe{
	padding:5px 0px 10px 10px;
	align-content:center;
	/*margin-left:auto;
	margin-right:auto;*/
}
/**
 * 9.0 Featured Content
 * -----------------------------------------------------------------------------
 */

.featured-content {
	background: #DB2023;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content-inner {
	overflow: hidden;
}

.featured-content .hentry {
	color: #fff;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
	background: transparent;
}

.featured-content .post-thumbnail {
	display: block;
	position: relative;
	padding-top: 55.357142857%;
	overflow: hidden;
}

.featured-content .post-thumbnail img {
	left: 0;
	position: absolute;
	top: 0;
}

.featured-content .entry-header {
	background-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	min-height: 96px;
	overflow: hidden;
	padding: 24px 10px;
}

.featured-content a {
	color: #fff;
}

.featured-content a:hover {
	color: #41a62a;
}

.featured-content .entry-meta {
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.0909090909;
	margin-bottom: 12px;
}

.featured-content .cat-links {
	font-weight: 700;
}

.featured-content .entry-title {
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3333333333;
	margin: 0;
	text-transform: uppercase;
}

.clear{
	clear: both;
}
/*page Content*/
#contentDetail{
	background-color:#b3cbcb;
	padding:10px;
}

#contentDetail table{
	width:680px;/*700*/
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
/*#contentDetail table tbody{
	width:100%
}*/

/*#contentDetail p{
	text-indent:20px;
	padding:5px 0px 5px;
}*/
#contentDetail strong{
	font-weight:bold;
}

/*#contentDetail td{
	padding:10px;
	vertical-align:middle;
	border:#919191 thin solid;
}*/
#contentDetail li{
	margin:0;
	padding:0;
	list-style-type:decimal;
	text-indent:0px;/*0*/
	margin-left:30px;
	padding-left:0px;/*20*/
}
#contentDetail ul ul li{
	list-style-type:square;
	text-indent:0px;/*0*/
	margin-left:45px;
	padding-left:0px;/*20*/
}

#contentDetail table tr td{
	padding:10px;
	vertical-align:top;
	border:#919191 thin solid;
	height:auto;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contentDetail img{
	border:#535353 10px solid;
	margin-top:0px;
	margin-bottom:10px;
}
table .tablepress td, table thead{
	text-indent:0;
	text-align:center;
}
/*lightbox gallery*/
#gallery .gallery-item{
	float: left;
	/*margin-top: 10px;*/
	text-align: center;
	width: 100%; 
}

/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}
/*PostContainer*/
#PostContainer{
	float:left;
	width:680px;
}
#PostContainer table{
	margin-left:0;
}
#PostContainer table tr td ul li{
	list-style:square;
}
#postContent{
	float:left;
	width:680px;
}
#postHead{
	width:490px;/*500*/
	float:left;
	margin-right:5px;
}
#postDateHead{
	width:155px;
	float:left;
	margin-right:3px;
	text-align:left;
}
#postTitle a{
	width:480px;/*490*/
	float:left;
	display:block;
	background-color:#8AB3B7;
	margin:0px 5px 3px 0px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:left;
	color:#000000;
	font-size:18px;
	line-height:2em;
	padding:5px 10px 5px;
	text-decoration:none;
}
#postTitle a:hover{
	background-color:#C4E4E8;
}

#postDateTab{
	width:150px;
	float:left;
	display:block;
	background-color:#8AB3B7;
	margin-bottom:3px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:left;
	color:#000000;
	font-size:15px;
	line-height:3.1em;
	padding:0px 7px;
	text-decoration:none;
}
#postDateTab a:hover{
	background-color:#C4E4E8;
}

.postHeadTextStyle{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:center;
	background-color:#102d69;
	color:#ffffff;
	font-size:21px;
	font-weight:bold;
	line-height:2em;
	padding:5px;
	margin-bottom:3px;
	text-decoration:none;
}
#catagoryContainer{
	float:right;
	width:290px;

}
#catagoryTitle, .widget-title{
	display:block;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:center;
	background-color:#102d69;
	color:#ffffff;
	font-size:21px;
	font-weight:bold;
	line-height:2em;
	padding:5px;
	margin-bottom:3px;
	text-decoration:none;

}
#catagoryContainer ul li{
	list-style:none;
	margin-left:0px;
}

#catagoryContainer ul li a{
	display:block;
	text-decoration:none;
	background-color:#e0e3cb;
	margin-bottom:3px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:center;
	color:#000000;
	font-size:18px;
	line-height:2em;
	padding:5px;
	text-decoration:none;
}
#catagoryContainer ul li a:hover{
	background-color:#7CB9B8;
}
#catagoryBody{
	/*width:270px;*/
	/*float:left;*/
	/*display:block;*/
	background-color:#e0e3cb;
	margin-bottom:3px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:center;
	color:#000000;
	font-size:18px;
	line-height:2em;
	padding:5px;
	text-decoration:none;
}
.archive-title{
	padding-left:10px;
}
#keyword{
	visibility: hidden;
	z-index: -10;
	overflow:hidden;
}
#PostContainer tr:nth-child(even) {background: #dcdddd}
#PostContainer tr:nth-child(odd) {background: #FFF}
#fbuilder input[type=text], #fbuilder textarea, #fbuilder select {
	text-align:center;}  