/*
Theme Name: Fetco
Theme URI: http://www.fetco.or.th/
Author: GURU WEB DESIGN
Author URI: https://www.guru-webdesign.com/
Description: Description
Version: 1.0
*/


/* =Reset
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
	overflow-x:hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	font-size:1.2em;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #393838;
	font-family: 'TH SarabunPSK';
	font-size: 20px; font-weight: normal;
	line-height: 24px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color:#21409a;
	line-height:1em;
	margin-bottom:20px;
}

h1{ font-size: 2.80em; }
h2{ font-size: 36px;}
h3{ font-size: 31px; }
h4{ font-size: 26px; }
h5{ font-size: 24px; }
h6{ font-size: 22px; }

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 0.5em;
}

/* Text elements */
p {
	margin-bottom: 0.5em;
}
ul, ol {
	margin: 0 0 1.2em 2em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.2em;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	padding: 1em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;

	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1em;
	line-height: 1;
	padding: 0px 15px;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	height:36px;
	line-height:35px; 
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #ccc;
	width:250px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	height: 34px;
    line-height: 34px;
    padding: 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 3px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
	height:120px;
}

/* Links */
a,
a:visited {
	color: #1982D1;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	text-decoration:underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 0.8em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 0.8em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}



/* =Main Layout
----------------------------------------------- */
#page{}

 
.site-header{ }
.site-header-top{ width:100%; position:relative; height:32px; background:#2e323e;}
.site-title{ font-size:4em; float:left; margin-top:20px;  }
.site-title a{ line-height:2em;}
.site-title a.th{ background:url(images/logo-th.png) 0 0 no-repeat; width:258px; height:71px; display:block; text-indent:-9999em;}
.site-title a.en{ background:url(images/logo-en.png) 0 0 no-repeat; width:258px; height:71px; display:block; text-indent:-9999em;}
.site-description{ font-size:1em;}
.site-header-top .social{ float:left; position:relative; width:50%; padding:7px 0 0 7px;}
.site-header-top .social img{ display:inline-block; margin-right:15px;}
.site-header-top .social img:hover{ opacity:0.8;}
#searchform { height:32px;}
.searchform{ width:40%; float:right; text-align:right;}
#searchform #s{ background:#5a5d67; outline:none !important; border:0px !important; height:32px; position:relative; top:-1px; width:210px; font-size:20px;}
#btn_search{ 
	background:#5a5d67 url(images/btn_search.png) center center no-repeat; width:40px; height:32px; border:0px !important; outline:none !important; text-indent:-9999em;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow:none !important;
}
.site-header-image-bg{ height:200px!important; }


.site-container{ width:1170px; padding:0px 15px; margin:auto; position:relative;  }
.site-main{ width:1170px; padding:0 0px; margin:auto; padding:20px 15px 0px 15px; }

#footer-top{ width:67px; height:67px; margin:0 auto; position:relative; margin-top:-47px;}
#footer-top:hover{ top:-10px;}
.site-footer{  background:url(images/bg_footer.jpg) top center repeat-x; width:100%; height:311px; float:left; line-height:1em;  }
#menu-footer-container{ width:100%; height:45px; background:#21409a; position:relative;}
#footer-menu{ width:auto !important; display:inline-table;}
#footer-menu li a{ color:#FFF; line-height:45px; padding:0px 20px !important;}
#footer-menu li.current-menu-item a{ text-decoration:underline;}
#footer-menu li{ display:inline-table; float:none !important;}
.site-footer .footer-content{
	clear: both;
    float: left;
    margin: auto;
    padding: 20px 0 0 0;
    position: relative;
    width: 100%;
}
.footer-left{ float:left; width:50%; font-size:24px; color:#555655; padding-top:30px; line-height:26px;}
.footer-left h3{ font-size:33px; color:#21409a; font-weight:bold; margin-bottom:10px;}
.footer-right{ float:right; width:50%; text-align:right; color:#ac8832; font-size:27px; font-weight:bold; padding-top:30px; line-height:26px;}
.site-footer .footer-info {
	background: none;
    clear: both;
    float: left;
    margin: auto;
    padding:0px 0 0 0;
    position: relative;
    width: 100%;
	font-size:22px;
	
}
.footer-info hr {
    background: none !important;
    border: 0;
    margin-top:0; margin-bottom:0px;
	border-top:1px outset #999; padding-bottom:20px;
}
.site-footer .footer-info .site-info .socials{ width:auto; text-align:right; float:right; margin:0px; padding:0px;}
.site-footer .footer-info .site-info .socials li{ display:inline-block; float:left;}
.site-footer .footer-info .site-info .socials .socials li a { display:inline-block; width:auto;}
.site-footer .footer-info .site-info{ width:50%; text-align:right; float:right; line-height:20px; }
.site-footer .footer-info .site-info p{ margin:0; }
.site-footer .footer-info .site-info #pwdlogo{ background:url(images/pwdlogo.png) right center no-repeat; width:85px; height:12px; display:inline-block; font-size:0; }
.site-footer .footer-info .site-copyright{ width:50%; text-align:left; float:left; }

.page .entry-header , .single .entry-header , .search .entry-header{ height: 200px; margin-top: -220px; width:1170px; }
.page .entry-header .entry-title, .single .entry-header .entry-title, .search .entry-header .entry-title{ padding: 80px 0; color:#FFF; font-weight:bold; font-size:65px; }
.home .front-content .entry-header{ margin:0; height:auto;}

.home .site-header-image-bg{ height:522px!important; }



.page-template-page-templatescontact-us-php .site-header-image-bg{ height:300px!important; }


.page-template-page-templatescontact-us-php #contact-map{
	height: 300px;
    left: 0;
    margin-top: -340px;
    position: absolute !important;
    right: 0;
    width: 100%;
}
.page-template-page-templatescontact-us-php .entry-header {
    height: auto;
    margin-top: -80px;
}
#footer-address{
	 float: left;
    margin-right: 20px;
    width: 520px;
}
#footer-address p{ margin-bottom:0;}
#footer-address .label{ width:80px; display:block; float:left; }
#footer-address .address{ margin-bottom: 1.2em; }
#footer-address .contact{
	float: right;
    margin: 0 0 0 20px;
    width: 240px;
}
#footer-address .image-map{
	float:left; 
}

/* =Layout: Content-Sidebar
----------------------------------------------- */
#primary {
	float: left;
	margin: 0 0 0 -275px;
	width: 100%;
}
.page-template-content-sidebar #primary {
	float: left;
	margin: 0 -390px 0 0;
	width: 100%;
}
#content {
	margin: 0 0 0 310px; min-height:800px;
}
.page-template-content-sidebar #content {
	margin: 0 410px 0 0; min-height:800px;
}
#primary h3{ color:#1b3785; font-weight:bold;}
#primary .entry-header{ position:relative; left:-310px;}
.page-template-content-sidebar #primary .entry-header{ position:relative; left:0px;}
#secondary { /* Sidebar 1 */
	float: left;
	overflow: hidden;
	width: 275px; position:relative; z-index:3;
	display:block;
}
.page-template-content-sidebar #secondary { /* Sidebar 1 */
	float: left;
	overflow: hidden;
	width: 390px; position:relative; z-index:3;
	display:block;
}

#secondary .widget{ margin-left:20px; }
#tertiary { /* Sidebar 2 */
	clear: right;
}


/* =Menu
----------------------------------------------- */

.site-header-bott{ position:relative; width:100%; height:110px; display:block;}
#menu-primary-container{ text-align:center; }

.main-navigation {
	display: block;
	width:830px; height:85px;
	margin:0 0;
	line-height:1;
	text-align:center;
	 float:right; overflow:hidden;
	
}
#menu-item-43{ margin-right:50px;}
#menu-primary{ width:auto !important; float:right;}
#menu-item-39{ text-indent:-9999em; width:100px; height:38px; overflow:hidden; display:block;}
#menu-item-39 a[title="EN"], #menu-item-39 a[title="TH"]{ display:none;}
#menu-item-39 .sub-menu{ position:relative; top:8px; display:block !important; width:105px !important; visibility: inherit !important; z-index:1; border:0px !important; }

#menu-item-39 .sub-menu li img{ display:none !important;}
#menu-item-39 #menu-item-45 a[title="EN"], #menu-item-39 #menu-item-45 a[title="TH"]{ display: block;}
#menu-item-39 .sub-menu li{ width:50px !important; display:inline-block !important; float: left; line-height:28px; border:0px !important;}
#menu-item-39 .sub-menu li a[title="EN"], #menu-item-39 .sub-menu li a[title="TH"]{ display:block !important; text-indent: 0em !important; width:45px; text-align:center; padding:0px 5px 0px 0px; line-height:28px; position:relative;}

#menu-item-39.qtranxs-lang-menu-th #menu-item-45 a{ background:#21409a; color:#FFF;}
#menu-item-39.qtranxs-lang-menu-en #menu-item-45 a{ background: none; color:#a1a1a1;}

#menu-item-39.qtranxs-lang-menu-th #menu-item-44 a{ background:#none; color:#a1a1a1;}
#menu-item-39.qtranxs-lang-menu-en #menu-item-44 a{ background:#21409a; color:#FFF;}

.main-navigation .menu{ float:right; width:800px; padding:0px; margin:auto; position:relative; margin-top:40px; }
.main-navigation ul {
    display: inline-block !important;
    text-align: left;
    width: 100%;
	list-style:none;
	margin:0;
	position:relative;
}
.main-navigation li {
	float: left;
	position: relative;
	margin: 0 10px;
    
}
.main-navigation li.menu-item-39, .main-navigation .sub-menu li{ margin:0px !important;}
.main-navigation a {
	font-family: 'TH SarabunPSK';
	display: block;
	text-decoration: none;
	border-bottom: 0 none;
    color: #6e6e6e;
	font-size:23px;
    line-height: 1.8em;
	padding:0 8px; 
	font-weight: bold;
	border-bottom:2px solid #FFF;
}
.main-navigation a:hover, .main-navigation .current_page_item a , body.single-news .main-navigation li#menu-item-42 a , body.post-type-archive-news .main-navigation li#menu-item-42 a{
	color:#ac8832;
	border-bottom:2px solid #ac8832;
}
.main-navigation .sub-menu li a{ border:0px !important;}
.main-navigation ul ul {
	display: none;
	float: left;
	position: absolute;
	top: 100%;
	left:  0; 
	z-index: 99999;
	visibility:hidden;
	width:200px;
	border: 1px solid #EDEDED;
	
}
.main-navigation ul ul ul {
	left: 100%;
	top: -1px;
}
.main-navigation ul ul a { width: 180px; padding:0 10px; background:#fff; text-transform:none;  }
.main-navigation ul ul li {}
.main-navigation li:hover > a { color:#ac8832; 	}
.main-navigation ul ul :hover > a {}
.main-navigation ul ul a:hover {}
.main-navigation ul li:hover > ul { display: block; visibility:visible;}
.main-navigation ul li:hover > ul ul{ display: none; visibility:hidden;}
.main-navigation ul li:hover > ul li:hover ul{ display: block; visibility:visible }
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a, .main-navigation li.current-page-ancestor a, .single-video .main-navigation li.menu-item-41 a { color:#ac8832; border-bottom:2px solid #ac8832; }

/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}

#footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
#footer-menu li{ float:left; }
#footer-menu li a{ display:block; float:left; padding:3px 10px; }
#footer-menu li:first-child a{ padding-left:0; }
#footer-menu li:hover > a {}
#footer-menu li.current_page_item a,
#footer-menu li.current-menu-item a { }

.socials{ list-style:none; }
.socials li{ float:left; }
.socials li a{
	display: block;
    font-size: 0;
    height: 55px;
    margin-right: 10px;
    opacity: 0.8;
    width: 55px;
}
.socials li a:hover{ opacity:1; }
.socials li.facebook a{ background:url(images/footer-facebook.png) left top no-repeat;}
.socials li.twitter a{ background:url(images/footer-twitter.png) left top no-repeat;}



.report-bo .easy-wp-page-navigation.align-right{
	position:relative; top:50px; width:95%;
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
	border-bottom:0px;
}
.page-template-news-doc .hentry, .page-template-news .hentry {
	margin: 0 0 0;
	padding: 0 0 1.2em;
	border-bottom:0px;
}
.hentry .entry-header{}
.hentry .entry-header .entry-title{ margin-bottom:0px; }
.hentry .entry-header .entry-title a{  }
.single .hentry,
.page	.hentry{ border-bottom:none;  }
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 21px 0 0 0;
}
.entry-content-sub{ margin: 0 0 0 0;}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

.page-header{ margin-bottom:20px; }

.attachment .entry-meta{ clear:none; float:left; }
#image-navigation{ text-align:right; }

.clear{ clear:both; }
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	/*width: auto;*/ /* Prevent stretching of full-size images with height and width attributes in IE8 */
	
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.site-content .gallery { margin-bottom: 1.2em; }
.gallery-caption {}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd { margin: 0; }
.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	margin: 0 0 1.2em;
	overflow:visible;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a { word-wrap: break-word; }
.bypostauthor {}

#comments{ margin:0 0 1.2em; }
#comments h2{
	background: none repeat scroll 0 0 #F6F6F6;
    margin-bottom: 20px;
    padding: 10px;
}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 0; min-height:70px; }
.commentlist li.comment .comment-content {
    padding-bottom: 0px;
    padding-left: 54px;
}
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{
	float: right;
    font-size: 11px;
    font-style: oblique;
    margin-top: -30px;
}
.commentlist li.comment .reply{
	background: none repeat scroll 0 0 #CCCCCC;
    color: #FFFFFF;
    font-size: small;
    margin-top: 0;
    padding: 5px;
    position: absolute;
    top: 60px;
}
.commentlist li.comment .reply a{
	color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 10px;
}
.commentlist li.comment .footer{}

.commentlist li.comment .children{
	list-style: none outside none;
    margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; }
.commentlist li.comment article.comment .comment-content p{ margin:0; }

#respond{}
#respond #reply-title{ padding: 20px 0; }

#commentform{
	background: none repeat scroll 0 0 #F6F6F6;
    margin-bottom: 30px;
    padding: 30px;
 }
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform textarea{
	height: 100px;
    line-height: 16px;
    overflow: auto;
    padding: 11px 7px 7px;
    vertical-align: top;
    width: 90%
}
#commentform .form-submit{}

.nocomments{ display:none; }

/* =Widgets
----------------------------------------------- */

.widget-title{
	border-bottom: 1px solid #EDEDED;
	color: #636363;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 10px;
 }
.widget {
	margin: 0 0 1.2em;
}
.widget ul{ padding:0; margin:0; list-style:none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchform .field{ width:196px; }
#searchsubmit {}

.header-widgets{ display:block; float:right; margin-top:20px; }
.header-widgets .widget{ text-align:right;}
.header-widgets .widget p{ margin-bottom:0;}
.header-widgets .widget .widget-title{ border:none; font-size:16px; line-height:1em; margin-bottom:0; font-weight:bold;  }
.header-widgets .widget .phone-number{ font-size:38px;  line-height:1em; font-weight:bold; background:url(images/phone.png) left center no-repeat; padding-left:45px;  }
.header-widgets .widget .email{ font-size:16px; font-weight:bold; line-height:1em;}
.header-widgets .widget .address{ font-size:16px; font-weight:bold; line-height:1em; }


/* = Custom Post type
------------------------------------------------*/
#slidercontainer{margin:auto; border-top:5px solid #ad8933;}
#sliderarea{ width:100%; height:490px; display:block; padding:0px;}
#sliderarea .bx-wrapper .bx-pager{ bottom: 18px; font-size: 0; margin: 0 auto; padding:0px;   width: 100%; z-index: 55; }
#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:490px; }
#custom-slideshows > .slide{ width:100%!important; height:490px; }
#slidercontainer .site-container{ color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:19px; padding-top:100px;}
#slidercontainer .site-container h1{ color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:75px;}
#slidercontainer .site-container h2{ color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:65px;}
#slidercontainer .site-container h3{ color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:33px;}
#slidercontainer .site-container a{ color:#FFF; }
#slidercontainer .site-container a.linkbox{ color:#FFF; border:2px solid #FFF; padding:15px 30px;}
#slidercontainer .site-container a.linkbox:hover{ background:#ad8933; border:2px solid #ad8933; text-decoration:none;}
.bx-wrapper .bx-pager.bx-default-pager a{ 
	background:#FFF; border:1px solid #FFF; height:12px; width:12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius:50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{ background:#ac8832; border:1px solid #FFF;}
#slidercontainer .bx-controls-direction{ display:none;}



#cta-container{ height:200px; }
#custom-cta{ width:940px; padding:0; margin: 0 0 20px; list-style:none; float:left; }
#custom-cta .cta{ width:300px; height:200px; position:relative; margin-left:20px; float:left;  }
#custom-cta .cta.col-0{ margin-left:0;}

#banner-container{ width:100%; height:370px; background:#f7f7f7 url(images/bg_banner.jpg) center center no-repeat; }
#custom-banner{ width:1170px; padding:68px 0 0 0; margin: auto; list-style:none;}
#custom-banner .banner{ width:275px; height:236px; position:relative; margin-left:20px; float:left;  }
#custom-banner .banner a:hover img{ opacity:0.8; position:relative; top:-5px;}
#custom-banner .banner.col-0{ margin-left:0;}

#member-container{ width:100%; background:#FFF; padding-top:95px; padding-bottom:60px; }
#member-container .header-line{ color:#20409a; font-size:28px; font-family:Arial, Helvetica, sans-serif; font-weight: bold; text-align:center; padding-bottom:20px; border-bottom:2px dotted #e9e9e9;}
#custom-member{ width:1170px; padding:0px 0 0 0; margin: auto; list-style:none; text-align:center; }
#custom-member .member{ width: auto; height:62px; position:relative; display:inline-table; padding:0px 3px; text-align:center;}
#custom-member .member a:hover img{ opacity:0.8; position:relative;}
#custom-member .member.col-0{ margin-left:0;}

#news-container{ width:100%; background:#FFF; padding-top:30px; padding-bottom:30px; }
#news-container .site-container{}
#news-container .bx-wrapper{
	position: relative;
    margin: 0 0 15px;
    padding: 0;
}
#custom-news{ width:1170px; padding:40px 0 0 0; margin: auto; list-style:none; text-align:center; }
#custom-news .news{ width:275px; height:265px; position:relative; display:inline-table; padding:0px; text-align:center;}
#custom-news .news img{ width:275px; height:195px;}
#custom-news .news:hover a img{ opacity:0.8; position:relative;}
#custom-news .news.col-0{ margin-left:0;}
#custom-news .news .news-title{ font-size:22px; font-weight:bold; line-height:24px; margin-top:15px; margin-bottom:10px;}
#custom-news .news .news-title a{ color:#58595b; font-size:22px; font-weight:bold; line-height:24px; text-decoration:none;}
#custom-news .news:hover .news-title a{ color:#ac8832;}
#news-container .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow:none;
    box-shadow:none;
    border: none;
    left: -5px;
    background: none; height:305px !important;
}
#news-container .bx-wrapper .bx-pager{ display:none;}
#news-container .bx-wrapper .bx-prev{
	left: -29px; width:24px; height:39px;
    background: url(images/arrow_l.png) no-repeat 0 0;
}
#news-container .bx-wrapper .bx-next {
    right: -17px; width:23px; height:39px;
    background: url(images/arrow_r.png) no-repeat 0 0;
}
a.btn_news:hover{ opacity:0.8;}

.archive .hentry , .single .hentry {
    margin: 0px;
    padding: 0 0 21px 0;
    border-bottom: 0px;
}

.news-date{
	background:#FFF; text-align: left; padding:5px; font-size:18px;
	position:absolute; top:0px; left:0px; line-height:18px;
	z-index:9;
}
.news-date span{ font-size:35px; color:#21409a;}

#content-news{ position:relative; width:100%; float:left; margin-bottom:50px;}
#content-news .news{ float:left; width:270px; max-width:100%; margin-left:20px; min-height:340px; margin-bottom:50px; position:relative;}
#primary #content-news .news h3{ font-size:20px; color:#ac8832; font-weight:bold; text-decoration:none; margin-bottom:0px;}
#primary #content-news .news h3 a{ font-size:20px; color:#ac8832; font-weight:bold; text-decoration:none;}
#content-news .news.col-0{ margin-left:0px;}
#content-news .news img{ width:270px; height:210px;}
#content-news .news:hover img{ opacity:0.8;}
#content-news .entry-content, #content-news .entry-summary {
    margin: 10px 0 0 0; font-size:18px; color:#333333; line-height:20px;
}

/* = Custom Plugins
------------------------------------------------*/

/* Plugin WP Pagenavi */
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
    border: 1px solid #BFBFBF;
    margin: 2px;
    padding: 0 8px!important;
    text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
    border-color: #333;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}


/* Gravity Forms Section */
.page-template-content-sidebar .gform_wrapper{ max-width: 100%;}
.gform_wrapper ul { margin: 0px !important; display:inline-block; }
.gform_wrapper ul li { margin: 5px 0px !important; padding: 0px !important; list-style-image: none !important; list-style: none !important; display:inline-block; width:33.33%; }
.gfield_label { font-weight: lighter !important; }
.gfield_required { color: #ff0000 !important; font-weight: lighter !important; }
.ginput_container input, .ginput_container textarea { font-size:18px !important; font-weight:bold; padding:5px 10px !important; border:1px solid #ebebeb; }
.page-template-content-sidebar .gform_wrapper .top_label input.medium, .page-template-content-sidebar .gform_wrapper .top_label select.medium{
	width:98% !important; 
}
.page-template-content-sidebar .gform_wrapper textarea.medium{ width:100% !important;}
#field_1_4, #field_2_4{ width:100%;}

.ginput_container input:focus,
.ginput_container textarea:focus { border:1px solid #ad8933 !important; color:#010101; outline:none !important; }
.gform_wrapper .gform_footer { clear: both; margin: 0!important; padding: 0!important; }
.gform_button {
	float:right; position:relative;
	background:#21409a !important; border:0px !important; outline:none !important; color:#FFF !important;
	webkit-box-shadow: none !important;
    -moz-box-shadow:none !important;
    box-shadow: none !important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px; padding:10px 15px !important;
	text-shadow: none !important;
	height:40px !important;
    line-height: 23px !important;
	margin-top:15px; margin-bottom:15px;

}
.gform_button:focus,
.gform_button:hover {   }
.gform_validation_container {  }
.btn_map{
	background:#142864; color:#FFF !important; text-align:center; padding:10px 0px;
	display:block; position:relative; margin-top:-10px;
}

/*-- Gravity Error Section ----------------*/

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; }
.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }
.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }
.validation_message { color: #790000 !important; padding: 2px 0px 0px 0px !important; }
.gfield_error input,
.gfield_error textarea {  border: 1px #ff0000 solid !important; }
.gfield_error input:focus,
.gfield_error textarea:focus { color: #fff !important; }


/* Fix ie 7   */

.ie7 .site-footer .footer-content{
   

}
.ie7 .site-footer .footer-info {
  
}

.navigation{ width:100%; float:left; padding:15px 0px;}
body.page .site-header-image-bg, body.archive .site-header-image-bg, body.single .site-header-image-bg, body.search .site-header-image-bg, .error404 .site-header-image-bg{ background: url(images/bg_inner.jpg) center center no-repeat !important; height:183px !important; border-top:5px solid #ad8933;}
body.home.page .site-header-image-bg{ background: none !important; height: auto !important; border-top: none;}
#secondary-menu{
	position:relative; float:left; display:block; padding-top:30px; padding-bottom:15px;
	background:url(images/bg_slide_bar.png) top center no-repeat; width:274px; min-height:190px;
}

.page-template-content-sidebar #secondary-menu{
	position:relative; float:left; display:block; padding-top:0px;
	background: none; width:390px; min-height:400px;
}

#secondary-menu ul{
	padding:0px; margin:0px 0px 0px 2px; display:block; float:left; position:relative; z-index:10; width:100%;
}
#secondary-menu ul li{ display:block; float:left; width:100%;}
#secondary-menu ul li a{ color:#FFF; font-size:22px; font-weight:bold; padding:8px 15px; display:block;}
#secondary-menu ul li a:hover, #secondary-menu ul li.current_page_item a , #secondary-menu ul li.current_page_parent a , .single-video #secondary-menu ul li.page-item-130 a, .single-event #secondary-menu ul li.page-item-128 a , #secondary-menu .current-cat a{ color:#ac8832; background:#FFF url(images/menu-arrow.png) 95% center no-repeat; text-decoration:none;}

#primary .entry-meta , #primary footer{ display:none !important;}
.menu-page{ position:absolute; top:0px; font-size:19px; color:#5b5b5b; top:160px;}
.menu-page a{ font-size:19px; color:#5b5b5b; font-weight: bold; padding:5px 5px; display:inline-block;}
.menu-page a:hover, .menu-page a.active{ color:#ad8933; text-decoration:none;}
#directors{
	position:relative; display:block; float:left;
}
#directors .directors-name{ background:#ac8832; color:#FFF; text-align:center; font-size:20px; line-height:18px; padding:5px 10px; width:215px; position:absolute; bottom:30px; left:20px;}

#secondary .bx-wrapper .bx-viewport {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    left: -1px;
     background: none !important;
}
#secondary .bx-controls{ display:none !important;}
/*.search .entry-content{
	margin-top:242px;
}*/
.search .entry-content .hentry {
    margin: 0 0 0;
    padding: 0 0 0;
    border-bottom: 0px; float:left;
}
.search  .entry-content .entry-header .entry-title {
    padding: 10px 0;
    color: #4f4f51;
    font-weight: bold;
    font-size: 24px;
}
.search  .entry-content .entry-header {
    position: relative;
     left: 0px !important; 
}
 .search .entry-content .entry-header {
     height:50px;
     margin-top:0px !important;
    width: 860px !important;
}

.event{
	position:relative;
	float:left; width:100%; margin-bottom:40px;
}
.event .event-img{
	position:relative; width:288px; height:138px; 
	float:left;
	max-width:100%;
}
.event .event-img .box{ position:absolute; right:0px; bottom:0px; width:35px; height:35px;}
.event .event-img img{ width:100%; height:100%;}
.event .event-text{
	float: right; position:relative; width:545px;
}
.event .event-text h3, .event .event-text h3 a{ color:#4f4f51; font-size:25px; margin-bottom:10px; text-decoration:none;}
.event .event-text .event-date{ float:right; width:100%; text-align:right; padding-top:10px;}
.event .event-text .event-date-left{
	position:relative; float: right; min-height:36px;
	background:#f7f7f7; color:#ad8933; font-size:16px; line-height:18px;
	width:150px; padding:5px 15px 3px 50px; text-align:left; border:1px solid #e9e3d5;
}
.event .event-text .event-date-left.full{
	width:190px;
}


.event .event-text .event-date-left img{ position:absolute; left:15px; top:10px;}
.event .event-text .event-date-right{
	background:#a78339; float: right;
	color:#FFF; text-align:center; padding:10px; line-height:26px;
}
.event .event-text .event-date-right a{ color:#FFF;}

/*************************/
.video{
	position:relative;
	width:33%; float:left; display:block; min-height:400px;
}
.video .video-img{ width:100%; height:190px; position:relative; overflow:hidden; text-align:center;}
.video .video-img a{ display: none; position:absolute; width:100%; height:100%; background:url(images/vdo-hover.png) center center no-repeat;}
.video:hover .video-img a{ display:block; position:absolute; width:100%; height:100%; background:url(images/vdo-hover.png) center center no-repeat;}
.video .video-img img{ height:190px;}
.video .video-text{ font-size:18px; color:#21409a; padding:15px 10px; line-height:18px;}
.video  .video-text h3 a{ font-size:21px; color:#4f4f51; line-height:21px;}
.video  .video-text h3{ line-height:18px; margin-bottom:0px;}
.video-date{ padding-top:5px;}
.video-date-left{ float:left; width:50%; color:#a4a4a4; font-size:20px;}
.video-date-right{ float: right; width:50%; color:#a78339;}
.video-date-right a{color:#a78339; font-size:20px;}
.video-header{
	border-bottom:3px solid #ac8832;
	background:url(images/header.png) top left no-repeat; padding-left:50px; 
	color:#4f4f51; font-size:26px; line-height:26px; font-weight: bold; margin-bottom:40px;
}
.video-header-date{ font-size:20px; color:#a4a4a4; font-weight:normal; padding:10px 0px;}
.single-video .entry-content-sub{ margin-bottom:100px;}
.btn_download:hover img{ opacity:0.8;}
.documents{ width:30%; float:left; min-height:400px; margin-right:20px; margin-bottom:50px;}
.documents-img{}
.documents-img img{ border:1px solid #ccc;}
.documents-text h3{ font-size:20px; color:#000000; font-weight:bold; line-height:20px; margin:10px 0px;}
.documents-text{ font-size:17px; color:#a78339; line-height:17px; min-height:100px;}
.content-header{
	border-bottom:3px solid #a78339; margin-bottom:50px;
}
.content-header span{
	display:inline-table; background:#a78339; color:#FFF;
	padding:5px 20px; font-size:22px; line-height:28px; font-weight:bold; margin-left:20px;
}

.page-id-126 .entry-content h2 {
	color:#213f98; font-size:36px; font-weight:bold;
}
.site-content .gallery-columns-4 .gallery-item img {
	border:1px solid #ccc;
}
body.page .entry-content .gallery  img {
    border: 1px solid #cfcfcf !important;
}
body.page .entry-content .gallery .gallery-caption{
	font-size:21px; color:#757575; margin-top:10px; line-height:18px;
}
.page-id-126 .gallery .gallery-item{
	width:auto !important; margin-left:20px;
}
.report-header{
	font-size:30px; color:#000; font-weight:bold;
	border-bottom:2px #365f91 solid;
	padding-bottom:10px; position:relative; padding-left:30px; margin-bottom:30px;
}
.report-header span{ width:15px; height:15px; display:block; background:#10253f; position:absolute; 
top:0px; left:0px;}
.report-content{
	display:none;
}
.btn_more{
	cursor:pointer; margin:15px 0px;
}
.btn_more:hover{ opacity:0.8;}
.report{
	width:100%; margin:0px 0px 0px 15px;
}
.report ul{ width:100%; color:#214099; font-size:27px; font-weight: normal;}
.report ul li.col-1{ float:left; width:80%; color:#214099; font-size:24px; text-decoration:none;}
.report ul li.col-2{ list-style:none; float:left; width:10%; text-align:right;}
.report ul li{ margin:5px 0px;}

.report-bo-title{
	color:#FFF; background:#ac8832;
	border-left:3px solid #214099; font-size:30px; font-weight:bold;
	padding:15px 20px; margin-top:50px;
}
.page-template-news-doc .report-bo-title{
	color:#FFF; background:#ac8832;
	border-left:3px solid #214099; font-size:30px; font-weight:bold;
	padding:15px 20px; margin-top:0px;
}
.report-bo{
	border:1px solid #ccc; width:100%;
	float:left; padding:0px; padding-bottom:50px;
	margin-bottom:100px;
}
.news-more{
	float:right;
	background:#ebebeb; padding:2px 10px; color:#21409a; font-size:9px; text-transform: capitalize;  font-family:Arial, Helvetica, sans-serif;
}

.btn_back{
	color:#FFF !important; text-decoration:none;
	background:#ac8832; padding:5px 15px; text-align:center;
}

.cc_btn{
	color:#FFF !important; text-decoration:none;
	background:#ac8832; padding:5px 15px; text-align:center; float:left;
}

.register-form{
	padding:15px; margin:70px 0px 15px 0px;
	border:1px solid #ccc; display:none;
}
.register-form .gform_wrapper ul{ width:100%;}
.register-form .gform_wrapper ul li {
    margin: 5px 0px !important;
    padding: 0px !important;
    list-style-image: none !important;
    list-style: none !important;
    display:block; float:left;
    width: 100%;
}
.register-form .gform_wrapper .top_label input.medium, .register-form .gform_wrapper .top_label select.medium {
    width: 100%;
}
.register-form .gform_button {
    float: left;
    position: relative;
    background: #21409a !important;
    border: 0px !important;
    outline: none !important;
    color: #FFF !important; font-size:18px !important;
    webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 10px 25px !important;
    text-shadow: none !important;
    height: 40px !important;
    line-height: 23px !important;
    margin-top: 15px;
    margin-bottom: 15px;
}
.register-form .gform_footer{ height:40px;}

button#responsive-menu-button {
    width: 35px !important;
    height: 30px !important;
    background: #2e323e !important;
    position: fixed;
    top: 1px !important;
    right: 5%;
	webkit-box-shadow: none !important;
    -moz-box-shadow:none !important;
    box-shadow: none !important;
	outline: none !important;
}

.validation_error, .validation_message{ display:none;}
.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea{
	color:#666 !important;
}
.page-template-content-sidebar .gform_wrapper textarea.medium {
    width: 99% !important;
}
.page-template-content-sidebar .gform_wrapper li.gfield_error textarea.medium {
    width: 98% !important;
}
.qtranxs-lang-menu  a{ text-align:right;}
.qtranxs-lang-menu .sub-menu{ display:none;}
.qtranxs-lang-menu .sub-menu li a{ text-align:right;}
.qtranxs-lang-menu:hover .sub-menu{ display: block;}
.mn-navigation-wrap .mn-menu-wrap .sub-menu a {
    padding-left: 50px; padding-top:5px; padding-bottom:5px;
    font-size: 18px;
    line-height: 18px;
}
.mn-navigation-wrap .mn-menu-wrap li a {
    color: rgba(255, 255, 255, 0.8);
    padding: 5px 20px;
    display: block;
    list-style: none;
    text-decoration: none;
    line-height: 18px;     font-family: 'TH SarabunPSK';
}
.mn-navigation-wrap #menu-mobile{ margin-bottom:15px; }
.news-date {
    background: #FFF;
    text-align: center;
    padding: 5px;
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 18px;
    z-index: 9;
}
/* ////////////////////////////////////////////////////////////////////////////////////
										Mobile 
/////////////////////////////////////////////////////////////////////////////////////*/

@media only screen and (min-width: 320px)  and (max-width: 480px) and (orientation : portrait) {
	
.site-header-top, .main-navigation{ display:none; }
.site-container {
    width: 100%;
    padding: 0px 15px;
    margin: auto;
    position: relative;
}


#custom-slideshows > .slide {
    width: 100%!important;
    height: 200px;
}
#sliderarea {
    width: 100%;
    height: 200px;
    display: block;
    padding: 0px;
}
#slidercontainer .site-container {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 19px;
    padding-top: 20px;
}
#slidercontainer .site-container h2 {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
}

#slidercontainer .site-container h3 {
    color: #FFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px; line-height:18px; margin:0px !important;
}
#slidercontainer p{ padding:0px; margin:0px;}
#slidercontainer .site-container a.linkbox {
    color: #FFF;
    border: 2px solid #FFF;
    padding: 5px 5px;
    font-size: 14px;
}
#sliderarea .bx-wrapper .bx-pager {
    bottom: 0px;
    font-size: 0;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    z-index: 55;
}
.site-container {
    width: 91%;
    padding: 0px 15px;
    margin: auto;
    position: relative;
}
#news-container{ max-width:100%;}
#news-container img{ max-width:100%;}
#custom-banner {
    width: 100%;
    padding: 20px 0 0 0;
    margin: auto;
    list-style: none;
}
#custom-banner .banner {
    width: 100%;
    height: 236px;
    position: relative;
    margin-left:0px; margin-bottom:15px;
    float: left; text-align:center;
}
#custom-banner .banner img{ margin:0 auto;}
#custom-member {
    width: 100%;
    padding: 0px 0 0 0;
    margin: auto;
    list-style: none;
    text-align: center;
}
#news-container .site-container {
    width: 86%;
    padding: 0px 15px;
    margin: auto;
    /* position: relative; */
}
#news-container .bx-wrapper {
    position: relative;
    margin: 0 0 15px;
    padding: 0;
    left: 5px;
}


#menu-footer-container{ display:none;}

.site-footer {
    background: url(images/bg_footer.jpg) top center repeat-x;
	background-size:cover !important;
    width: 100%;
    height: auto !important;
    float: left;
    line-height: 1em;
}
.footer-left {
    float: left;
    width: 100%;
    font-size: 20px;
    color: #555655;
    padding-top: 0px;
    line-height: 20px;
}
.footer-right {
    float: right;
    width: 100%;
    text-align: left;
    color: #ac8832;
    font-size: 18px;
    font-weight: bold;
    padding-top: 0px;
    line-height: 18px;
}
.site-footer .footer-info .site-copyright {
    width: 100%;
    text-align: left;
    float: left;
    font-size: 16px; line-height:18px;
}
.site-footer .footer-info .site-info {
    width: 100%;
    text-align: left;
    float: left; padding-top:10px;
    line-height: 7px;
}
.site-footer .footer-info .site-info .socials {
    width: auto;
    text-align: center;
    float: inherit;
    margin: 0px;
    padding: 0px;
}




.site-main {
    width: 100%;
    padding: 0 0px;
    margin: auto;
    padding: 20px 0px 0px 0px;
}
#secondary{
	display:none;
}
#primary {
    float: left;
    margin: 0 0 0 0px;
	padding:0px 15px;
    width: 90%;
}
#content {
	margin:0px;
    min-height: 800px;
    width: 100%;
}
#primary .entry-header {
    position: relative;
    left: 0px;
}
.page .entry-header, .single .entry-header, .search .entry-header {
    height: 200px;
    margin-top: -220px;
    width: 100%;
}
.alignleft, .alignright{ margin:15px 0px; }
.page .entry-header .entry-title, .single .entry-header .entry-title, .search .entry-header .entry-title {
    padding: 80px 0;
    color: #FFF;
    font-weight: bold;
    font-size: 40px;
}
.menu-page a {
    font-size: 16px;
    color: #5b5b5b;
    font-weight: bold;
    padding: 5px 5px;
    display: inline-block;
}
.report ul {
    width: 100%;
    color: #214099;
    font-size: 11px;
    font-weight: normal;
}
.report-bo-title {
    color: #FFF;
    background: #ac8832;
    border-left: 3px solid #214099;
    font-size: 22px;
    font-weight: bold;
    padding: 15px 20px;
    margin-top: 50px;
}
.report ul li {
    margin: 2px 0px;
}
.report ul li.col-1 {
    float: left;
    width: 78%;
    color: #214099;
    font-size: 20px;
    text-decoration: none;
}
.page-template-content-sidebar #primary {
    float: left;
    margin: 0 0px 0 0;
    width: 100%;
    padding: 0px 15px;
}
.gform_wrapper ul li {
    margin: 5px 0px !important;
    padding: 0px !important;
    list-style-image: none !important;
    list-style: none !important;
    display: inline-block;
    width: 100%;
}
.page-template-content-sidebar #secondary-menu {
    position: relative;
    float: left;
    display: block;
    padding-top: 0px;
    background: none;
    width: 100% !important;
    min-height: 400px; margin-bottom:50px;
}
.menu-page{ top:135px; line-height:16px;}


}

@media only screen and (min-width: 360px)  and (max-width: 640px) and (orientation : portrait) {
	
}

@media only screen and (min-width: 375px)  and (max-width: 667px) and (orientation : portrait) {
#news-container .site-container {
    width: 85%;
    padding: 0px 15px;
    margin: auto;
    /* position: relative; */
}
#custom-banner .banner {
    width: 50%;
    height: 170px;
    position: relative;
    margin-left: 0px;
    margin-bottom: 15px;
    float: left;
    text-align: center;
}
#custom-news .news {
    width: 318px !important;
    height: 195px;
}
#custom-news .news img {
    width: 100%;
    height: 195px;
}

.alignleft, .alignright{ margin:15px 0px; width:100%; }
.page .entry-header .entry-title, .single .entry-header .entry-title, .search .entry-header .entry-title {
    padding: 80px 0;
    color: #FFF;
    font-weight: bold;
    font-size: 40px;
}
.menu-page a {
    font-size: 16px;
    color: #5b5b5b;
    font-weight: bold;
    padding: 5px 5px;
    display: inline-block;
}
.report ul {
    width: 100%;
    color: #214099;
    font-size: 11px;
    font-weight: normal;
}
.report-bo-title {
    color: #FFF;
    background: #ac8832;
    border-left: 3px solid #214099;
    font-size: 24px;
    font-weight: bold;
    padding: 15px 20px;
    margin-top: 50px;
}
.report ul li {
    margin: 2px 0px;
}
.report ul li.col-1 {
    float: left;
    width: 78%;
    color: #214099;
    font-size: 20px;
    text-decoration: none;
}
.page-template-content-sidebar #primary {
    float: left;
    margin: 0 0px 0 0;
    width: 91%;
    padding: 0px 15px;
}
.gform_wrapper ul li {
    margin: 5px 0px !important;
    padding: 0px !important;
    list-style-image: none !important;
    list-style: none !important;
    display: inline-block;
    width: 100%;
}
.page-template-content-sidebar #secondary-menu {
    position: relative;
    float: left;
    display: block;
    padding-top: 0px;
    background: none;
    width: 100% !important;
    min-height: 400px; margin-bottom:50px;
}
.event .event-img {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    max-width: 100%;
}
.event .event-text {
    float: right;
    position: relative;
    width: 100%;
    margin-top: 10px;
}
.event .event-text .event-date-left {
    position: relative;
    float: left;
    min-height: 36px;
    background: #f7f7f7;
    color: #ad8933;
    font-size: 16px;
    line-height: 18px;
    width: 110px;
    padding: 5px 15px 3px 50px;
    text-align: left;
    border: 1px solid #e9e3d5;
}
.event .event-text .event-date-right {
    background: #a78339;
    float: left;
    color: #FFF;
    text-align: center;
    padding: 10px;
    line-height: 26px;
}
}

@media only screen and (min-width: 414px)  and (max-width: 736px) and (orientation : portrait) {
#custom-news .news {
    width: 351px !important;
    height: 195px;
}
#custom-news .news img {
    width: 100%;
    height: 195px;
}
.page-template-content-sidebar #primary {
    float: left;
    margin: 0 0px 0 0;
    width: 91%;
    padding: 0px 15px;
}
.gform_wrapper ul li {
    margin: 5px 0px !important;
    padding: 0px !important;
    list-style-image: none !important;
    list-style: none !important;
    display: inline-block;
    width: 100%;
}
.page-template-content-sidebar #secondary-menu {
    position: relative;
    float: left;
    display: block;
    padding-top: 0px;
    background: none;
    width: 100% !important;
    min-height: 400px; margin-bottom:50px;
}
}

/* ////////////////////////////////////////////////////////////////////////////////////
										Ipad 
/////////////////////////////////////////////////////////////////////////////////////*/

@media only screen and (min-width: 768px)  and (max-width: 1024px) and (orientation : portrait) {
	
.main-navigation{ display:none;}
.site-container{ width:95%;}
#banner-container {
    width: 100%;
    height: auto; float:left; background-size:cover !important; margin-bottom:50px; padding-bottom:30px;
    background: #f7f7f7 url(images/bg_banner.jpg) center center no-repeat;
}
#custom-banner {
    width: 100%;
    padding: 68px 0 0 0;
    margin: auto;
    list-style: none;
}
#custom-banner .banner {
    width: 50%;
    height: 236px;
    position: relative;
    margin: 15px 0px;
    float: left; text-align:center;
}
#custom-banner .banner img{ margin:0 auto;}
#custom-banner .banner.col-0 {
    margin-left: auto;
}
#custom-member {
    width:100%;
    padding: 0px 0 0 0;
    margin: auto;
    list-style: none;
    text-align: center;
}

.site-main {
    width: 100%;
    padding: 0 0px;
    margin: auto;
    padding: 20px 0px 0px 0px;
}
#secondary{
	display:none;
}
#primary {
    float: left;
    margin: 0 0 0 0px;
	padding:0px 15px;
    width: 95%;
}
#content {
	margin:0px;
    min-height: 800px;
    width: 100%;
}
#primary .entry-header {
    position: relative;
    left: 0px;
}
.page .entry-header, .single .entry-header, .search .entry-header {
    height: 200px;
    margin-top: -220px;
    width: 100%;
}
.alignleft{
	margin-right:15px;
}
.alignright{ margin-left:15px; }

.event .event-img {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    max-width: 100%;
}
.event .event-text {
    float: right;
    position: relative;
    width: 100%; margin-top:20px;
}
#content-news .news {
    float: left;
    width: 95%;
    max-width: 100%;
    margin-left: 20px !important;
    min-height: 460px;
    margin-bottom: 50px;
    position: relative;
}
#content-news .news img{ width:100%; height:auto; margin-bottom:20px;}
#primary #content-news .news h3 a {
    font-size: 28px;
    color: #ac8832;
    font-weight: bold;
    text-decoration: none;
}
#content-news .entry-content, #content-news .entry-summary {
    margin: 10px 0 0 0;
    font-size: 20px;
    color: #333333;
    line-height: 24px;
}
.news-more {
    float: right;
    background: #ebebeb;
    padding: 5px 30px;
    color: #21409a;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
.news-date {
    background: #FFF;
    text-align: center;
    padding: 15px;
    font-size: 25px;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 28px;
    z-index: 9;
}
.page-template-content-sidebar #content {
    margin: 0 0px 0 0;
    min-height: 800px;
    width: 95%;
}
.page-template-content-sidebar #secondary {
    float: left;
    overflow: hidden;
    width: 390px;
    position: relative;
    z-index: 3;
    display: none !important;
}

}

@media only screen and (min-width: 480px)  and (max-width: 767px) and (orientation : landscape) {

.main-navigation{ display:none;}
.site-container{ width:95%;}
#banner-container {
    width: 100%;
    height: auto; float:left; background-size:cover !important; margin-bottom:50px; padding-bottom:30px;
    background: #f7f7f7 url(images/bg_banner.jpg) center center no-repeat;
}
#custom-banner {
    width: 100%;
    padding: 68px 0 0 0;
    margin: auto;
    list-style: none;
}
#custom-banner .banner {
    width: 50%;
    height: 236px;
    position: relative;
    margin: 15px 0px;
    float: left; text-align:center;
}
#custom-banner .banner img{ margin:0 auto;}
#custom-banner .banner.col-0 {
    margin-left: auto;
}
#custom-member {
    width:100%;
    padding: 0px 0 0 0;
    margin: auto;
    list-style: none;
    text-align: center;
}

.site-main {
    width: 100%;
    padding: 0 0px;
    margin: auto;
    padding: 20px 0px 0px 0px;
}
#secondary{
	display:none;
}
#primary {
    float: left;
    margin: 0 0 0 0px;
	padding:0px 15px;
    width: 95%;
}
#content {
	margin:0px;
    min-height: 800px;
    width: 100%;
}
#primary .entry-header {
    position: relative;
    left: 0px;
}
.page .entry-header, .single .entry-header, .search .entry-header {
    height: 200px;
    margin-top: -220px;
    width: 100%;
}
.alignleft{
	margin-right:15px;
}
.alignright{ margin-left:15px; }

.event .event-img {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    max-width: 100%;
}
.event .event-text {
    float: right;
    position: relative;
    width: 100%; margin-top:20px;
}
#content-news .news {
    float: left;
    width: 95%;
    max-width: 100%;
    margin-left: 20px !important;
    min-height: 460px;
    margin-bottom: 50px;
    position: relative;
}
#content-news .news img{ width:100%; height:auto; margin-bottom:20px;}
#primary #content-news .news h3 a {
    font-size: 28px;
    color: #ac8832;
    font-weight: bold;
    text-decoration: none;
}
#content-news .entry-content, #content-news .entry-summary {
    margin: 10px 0 0 0;
    font-size: 20px;
    color: #333333;
    line-height: 24px;
}
.news-more {
    float: right;
    background: #ebebeb;
    padding: 5px 30px;
    color: #21409a;
    font-size: 14px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
.news-date {
    background: #FFF;
    text-align: center;
    padding: 15px;
    font-size: 25px;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 28px;
    z-index: 9;
}
.page-template-content-sidebar #content {
    margin: 0 0px 0 0;
    min-height: 800px;
    width: 95%;
}
.page-template-content-sidebar #secondary {
    float: left;
    overflow: hidden;
    width: 390px;
    position: relative;
    z-index: 3;
    display: none !important;
}
	
}

@media only screen and (min-width: 768px)  and (max-width: 1024px) and (orientation : landscape) {
.main-navigation{ display:none;}
.site-container{ width:95%;}
#banner-container {
    width: 100%;
    height: auto; float:left; background-size:cover !important; margin-bottom:50px; padding-bottom:30px;
    background: #f7f7f7 url(images/bg_banner.jpg) center center no-repeat;
}
#custom-banner {
    width: 100%;
    padding: 68px 0 0 0;
    margin: auto;
    list-style: none;
}
#custom-banner .banner {
    width: 22%;
    height: 236px;
    position: relative;
    margin: 15px 15px;
    float: left; text-align:center;
}
#custom-banner .banner img{ margin:0 auto;}
#custom-banner .banner.col-0 {
    margin-left: 15px;
}
#custom-member {
    width:100%;
    padding: 0px 0 0 0;
    margin: auto;
    list-style: none;
    text-align: center;
}

.site-main {
    width: 100%;
    padding: 0 0px;
    margin: auto;
    padding: 20px 0px 0px 0px;
}
#secondary{
	display:none;
}
#primary {
    float: left;
    margin: 0 0 0 0px;
	padding:0px 15px;
    width: 95%;
}
#content {
	margin:0px;
    min-height: 800px;
    width: 100%;
}
#primary .entry-header {
    position: relative;
    left: 0px;
}
.page .entry-header, .single .entry-header, .search .entry-header {
    height: 200px;
    margin-top: -220px;
    width: 100%;
}
.alignleft{
	margin-right:15px;
}
.alignright{ margin-left:15px; }
.event {
    position: relative;
    float: left;
    width: 45%;
    margin: 15px 20px;  min-height: 450px;
    margin-bottom: 40px;
}
.event .event-img {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    float: left;
    max-width: 100%; max-width:100%;
}
.event .event-text {
    float: right;
    position: relative;
    width: 100%; margin-top:20px;
}
#content-news .news {
    float: left;
    width: 30%;
    max-width: 100%;
    margin: 15px 15px !important;
    min-height: 480px;
    margin-bottom: 50px;
    position: relative;
}
#content-news .news img{ width:100%; height:auto; margin-bottom:20px;}
#primary #content-news .news h3 a {
    font-size: 20px;
    color: #ac8832;
    font-weight: bold;
    text-decoration: none;
}
#content-news .entry-content, #content-news .entry-summary {
    margin: 10px 0 0 0;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
}
.news-more {
    float: right;
    background: #ebebeb;
    padding: 5px 20px;
    color: #21409a;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}
.news-date {
    background: #FFF;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 22px;
    z-index: 9;
}
.page-template-content-sidebar #content {
    margin: 0 0px 0 0;
    min-height: 800px;
    width: 95%;
}
.page-template-content-sidebar #secondary {
    float: left;
    overflow: hidden;
    width: 390px;
    position: relative;
    z-index: 3;
    display: none !important;
}
}

.page-template-full-width #primary .entry-header {
    position: relative;
    left: 0px;
}

#pdpa-policy {
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 0px !important;
    margin-right: auto !important;
    margin-left: auto !important;

}
.pdpaPolicy-bg {
    left: 0px !important;
    bottom: 0px;
    min-height: 72px !important;
    background: #21409a !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 10000 !important;
    color: #fff;
}
.site-container {
    width: 1170px;
    padding: 0px 15px;
    margin: auto;
    position: relative;
}
.container {
    width: 1170px; margin: 0 auto; padding: 15px;
}
.pdpaPolicy-text-width {
    width: 87% !important;
}
.pdpaPolicy-text-width a{ color: #fff; text-decoration: underline; }

.pdpaPolicy-btn {
    border: none !important;
    margin-left: 5px !important;
    background: #212121 !important;
    border-radius: 100px !important;
    color: #fff !important;
    display: inline-block;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    padding: 3px 20px !important;
    margin-bottom: 5px!important;
    font-size: 20px!important;
    font-family: inherit;
    webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  body.home .bx-wrapper .bx-loading{ display: none !important; }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
  body.home .bx-wrapper .bx-loading{ display: none !important; }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}


@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
  body.home .bx-wrapper .bx-loading{ background: none !important; }
}