.easy-wp-page-navigation {
clear: both;
margin: 10px 0 0;
display: inline-block;
width: 100%;
text-align: left;
}
.easy-wp-page-navigation.align-center {
text-align: center;
}
.easy-wp-page-navigation.align-right {
text-align: right;
}
ul.easy-wp-page-nav {
list-style: none !important;
display: inline-block;
vertical-align: top;
}
ul.easy-wp-page-nav li {
display: inline-block;
float: left;
margin: 0 3px 0 0;
}
ul.easy-wp-page-nav li:last-child {
margin-right: 0;
}
.easy-wp-page-navigation a,
.easy-wp-page-navigation span {
display: inline-block;
padding: 5px 8px;
line-height: 1;
border: 1px solid #676767;
transition: all .2s;
-webkit-transition: all .2s;
-moz-transition: all .2s;
color: #676767;
background: #fff;
text-decoration: none;
}
.easy-wp-page-navigation a:hover,
.easy-wp-page-navigation span.current {
background: #676767;
color: #fff;
} .easy-wp-page-navigation.style-circle a,
.easy-wp-page-navigation.style-circle span {
padding: 0;
width: 28px;
height: 28px;
line-height: 26px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
text-align: center;
}
.easy-wp-page-navigation.style-circle a.next,
.easy-wp-page-navigation.style-circle a.prev,
.easy-wp-page-navigation.style-circle a.first-page-link,
.easy-wp-page-navigation.style-circle a.last-page-link {
width: auto;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border: none;
padding: 0 8px;
background: none;
color: #676767;
}
.easy-wp-page-navigation.style-circle a.next:hover,
.easy-wp-page-navigation.style-circle a.prev:hover,
.easy-wp-page-navigation.style-circle a.first-page-link:hover,
.easy-wp-page-navigation.style-circle a.last-page-link:hover {
color: #000;
} .easy-wp-page-navigation.style-square a,
.easy-wp-page-navigation.style-square span {
padding: 0;
width: 28px;
height: 28px;
line-height: 26px;
text-align: center;
}
.easy-wp-page-navigation.style-square a.next,
.easy-wp-page-navigation.style-square a.prev,
.easy-wp-page-navigation.style-square a.first-page-link,
.easy-wp-page-navigation.style-square a.last-page-link {
width: auto;
border: none;
padding: 0 8px;
background: none;
color: #676767;
}
.easy-wp-page-navigation.style-square a.next:hover,
.easy-wp-page-navigation.style-square a.prev:hover,
.easy-wp-page-navigation.style-square a.first-page-link:hover,
.easy-wp-page-navigation.style-square a.last-page-link:hover {
color: #000;
} .easy-wp-page-navigation.style-diamond-square ul.easy-wp-page-nav li {
margin: 7px;
}
.easy-wp-page-navigation.style-diamond-square ul > li > a,
.easy-wp-page-navigation.style-diamond-square ul > li > span {
padding: 0;
width: 28px;
height: 28px;
line-height: 26px;
text-align: center;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
}
.easy-wp-page-navigation.style-diamond-square ul > li > span.dots {
position: relative;
border: none;
transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
-ms-transform: none;
}
.easy-wp-page-navigation.style-diamond-square ul > li > span.dots:before {
width: 28px;
height: 28px;
position: absolute;
top: 0;
left: 0;
display: inline-block;
border: 1px solid #676767;
content: "";
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.easy-wp-page-navigation.style-diamond-square a > span,
.easy-wp-page-navigation.style-diamond-square span > span {
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
border: none;
background: none;
}
.easy-wp-page-navigation.style-diamond-square ul > li > a:hover span,
.easy-wp-page-navigation.style-diamond-square ul > li > span:hover span,
.easy-wp-page-navigation.style-diamond-square span.current > span {
color: #fff;
}
.easy-wp-page-navigation.style-diamond-square a.next,
.easy-wp-page-navigation.style-diamond-square a.prev,
.easy-wp-page-navigation.style-diamond-square a.first-page-link,
.easy-wp-page-navigation.style-diamond-square a.last-page-link {
width: auto;
border: none;
padding: 0 3px;
background: none;
color: #676767;
transform: none;
-webkit-transform: none;
-moz-transform: none;
}
.easy-wp-page-navigation.style-diamond-square a.next:hover,
.easy-wp-page-navigation.style-diamond-square a.prev:hover,
.easy-wp-page-navigation.style-diamond-square a.first-page-link:hover,
.easy-wp-page-navigation.style-diamond-square a.last-page-link:hover {
color: #000;
} @media screen and (max-width: 767px) and (min-width: 480px) {
.easy-wp-page-navigation.style-diamond-square ul > li > a,
.easy-wp-page-navigation.style-diamond-square ul > li > span {
width: 24px;
height: 24px;
line-height: 22px;
}
.easy-wp-page-navigation.style-diamond-square a > span,
.easy-wp-page-navigation.style-diamond-square span > span {
margin-top: -1px;
}
}
@media screen and (max-width: 479px) {
ul.easy-wp-page-nav li {
margin: 0 2px 0 0;
}
.easy-wp-page-navigation a,
.easy-wp-page-navigation span {
padding: 4px 6px 5px;
}
.easy-wp-page-navigation a.prev,
.easy-wp-page-navigation a.next {
display: none;
}
.easy-wp-page-navigation.style-circle a,
.easy-wp-page-navigation.style-circle span,
.easy-wp-page-navigation.style-square a,
.easy-wp-page-navigation.style-square span {
width: 24px;
height: 24px;
line-height: 22px;
}
.easy-wp-page-navigation.style-diamond-square ul.easy-wp-page-nav li {
margin: 5px;
}
.easy-wp-page-navigation.style-diamond-square ul.easy-wp-page-nav li.first-page,
.easy-wp-page-navigation.style-diamond-square ul.easy-wp-page-nav li.last-page{
display: none;
}
.easy-wp-page-navigation.style-diamond-square ul > li > a,
.easy-wp-page-navigation.style-diamond-square ul > li > span {
width: 24px;
height: 24px;
line-height: 22px;
}
.easy-wp-page-navigation.style-diamond-square a.prev,
.easy-wp-page-navigation.style-diamond-square a.next {
display: inline-block;
}
}.mn-navigation-wrap.mn-dark [class*="icono-"] {
color: #000; }
.mn-icon-wrap {
position: relative;
padding: 12px;
border: 1px solid transparent;
display: inline-block;
box-sizing: content-box;
vertical-align: top;
background-color: transparent;
margin-bottom: 0;
overflow: hidden;
float: right;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.mn-icon-wrap:hover {
cursor: pointer; }
.mn-icon-wrap [class*="icono-"], .mn-icon-wrap [class*="icono-"] * {
box-sizing: border-box; }
.mn-icon-wrap [class*="icono-"] {
display: inline-block;
vertical-align: middle;
position: relative;
font-style: normal;
color: #fff;
text-align: left;
text-indent: -9999px;
direction: ltr; }
.mn-icon-wrap [class*="icono-"]:before,
.mn-icon-wrap [class*="icono-"]:after {
content: '';
pointer-events: none; }
.mn-icon-wrap .icono-cross:before {
width: 20px;
height: 2px; }
.mn-icon-wrap .icono-cross:after {
height: 20px;
width: 2px; }
.mn-icon-wrap .icono-cross:before,
.mn-icon-wrap .icono-cross:after {
box-shadow: inset 0 0 0 32px;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-radius: 5px; }
.mn-icon-wrap .icono-bars {
width: 20px;
height: 2px;
box-shadow: inset 0 0 0 32px,0 -6px,0 6px;
margin: 16px 7px;
border-radius: 5px; }
.mn-icon-wrap .icono-cross {
display: none;
width: 30px;
height: 30px;
margin: 2px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.mn-navigation-wrap {
display: none;
max-height: 60px;
background: #000;
background: ;
overflow: hidden;
position: fixed;
width: 100%;
top: 0;
z-index: 10000; }
.mn-navigation-wrap.hidebar {
-webkit-transition: max-height 0.3s ease-in-out;
-moz-transition: max-height 0.3s ease-in-out;
-o-transition: max-height 0.3s ease-in-out;
transition: max-height 0.3s ease-in-out; }
.mn-navigation-wrap .mn-logo-text {
float: left;
height: 60px;
line-height: 60px;
padding-left: 20px;
font-size: 24px; }
.mn-navigation-wrap .mn-logo-text a {
color: #fff;
text-decoration: none;
font-family: Georgia;
font-family: ''; }
.mn-navigation-wrap .mn-logo-image {
height: 60px;
display: block;
float: left;
padding: 10px 15px;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.mn-navigation-wrap .mn-logo-image img {
height: 100%;
width: auto; }
.mn-navigation-wrap .mn-menu-wrap {
display: none;
font-family: Arial;
font-family: ''; }
.mn-navigation-wrap .mn-menu-wrap ul {
clear: both;
padding: 0;
margin: 0; }
.mn-navigation-wrap .mn-menu-wrap .sub-menu a {
padding-left: 50px; }
.mn-navigation-wrap .mn-menu-wrap .sub-menu .sub-menu a {
padding-left: 80px; }
.mn-navigation-wrap .mn-menu-wrap .sub-menu .sub-menu .sub-menu a {
padding-left: 110px; }
.mn-navigation-wrap .mn-menu-wrap .sub-menu .sub-menu .sub-menu .sub-menu a {
padding-left: 140px; }
.mn-navigation-wrap .mn-menu-wrap .sub-menu .sub-menu .sub-menu .sub-menu .sub-menu a {
padding-left: 170px; }
.mn-navigation-wrap .mn-menu-wrap .current-menu-item > a,
.mn-navigation-wrap .mn-menu-wrap .current_page_item > a {
background: rgba(255, 255, 255, 0.2); }
.mn-navigation-wrap .mn-menu-wrap li a {
color: rgba(255, 255, 255, 0.8);
padding: 10px 20px;
display: block;
list-style: none;
text-decoration: none;
line-height: 1.5; }
.mn-navigation-wrap .mn-menu-wrap li a:hover {
background: rgba(255, 255, 255, 0.3); }
.mn-navigation-wrap.mn-dark .mn-logo-text a {
color: #000; }
.mn-navigation-wrap.mn-dark .mn-menu-wrap li a {
color: rgba(0, 0, 0, 0.8); }
.mn-navigation-wrap.mn-dark .mn-menu-wrap li a:hover {
background: rgba(0, 0, 0, 0.3); }
.mn-navigation-wrap.mn-dark .mn-menu-wrap .current-menu-item > a,
.mn-navigation-wrap.mn-dark .mn-menu-wrap .current_page_item > a {
background: rgba(0, 0, 0, 0.2); }
@media only screen and (max-width: 1024px) {
html {
padding: 0 !important;
margin: 0 !important;
margin-top: 60px !important; }
html body {
padding: 0 !important;
margin: 0 !important; }
html.mn-open {
overflow: hidden !important;
background: #000;
background: ; }
html.mn-open body {
overflow: hidden !important; }
html.mn-open .mn-navigation-wrap {
top: 0;
left: 0;
z-index: 10000;
height: 100%;
max-height: 100%;
overflow-y: auto;
background: #000;
background: ; }
html.mn-open .mn-menu-wrap {
display: block; }
html .mn-navigation-wrap {
display: block; }
html .mn-navigation-wrap.hidebar {
max-height: 0; } }.bxslider{ margin:0; padding:0; list-style:none; } .bx-wrapper {
position: relative;
margin: 0 0 60px;
padding: 0;
*zoom: 1;
}
.bx-wrapper img {
width: 100%;
display: block;
} .bx-wrapper .bx-viewport {
-moz-box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
box-shadow: 0 0 5px #ccc;
border: solid #fff 5px;
left: -5px;
background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: -30px;
width: 100%;
} .bx-wrapper .bx-loading {
min-height: 50px;
background: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.bxslider/images/bx_loader.gif) center center no-repeat #fff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
} .bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
background: #666;
text-indent: -9999px;
display: block;
width: 10px;
height: 10px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #000;
} .bx-wrapper .bx-prev {
left: 10px;
background: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.bxslider/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
right: 10px;
background: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.bxslider/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
} .bx-wrapper .bx-controls-auto {
text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.bxslider/images/controls.png) -86px -11px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.bxslider/images/controls.png) -86px -44px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px;
} .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
} .bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666\9;
background: rgba(80, 80, 80, 0.75);
width: 100%;
}
.bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px;
}#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
cursor: pointer;
overflow: hidden;
z-index: 1104;
display: none;
}
#fancybox-loading div {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 480px;
background-image: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.fancybox/fancybox.png);
}
#fancybox-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1100;
display: none;
}
#fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
overflow: auto;
display: none;
}
#fancybox-wrap {
position: absolute;
top: 0;
left: 0;
padding: 20px;
z-index: 1101;
outline: none;
display: none;
}
#fancybox-outer {
position: relative;
width: 100%;
height: 100%;
background: #fff;
}
#fancybox-content {
width: 0;
height: 0;
padding: 0;
outline: none;
position: relative;
overflow: hidden;
z-index: 1102;
border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: 1101;
}
#fancybox-close {
position: absolute;
top: -15px;
right: -15px;
width: 30px;
height: 30px;
background: transparent url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.fancybox/fancybox.png) -40px 0px;
cursor: pointer;
z-index: 1103;
display: none;
}
#fancybox-error {
color: #444;
font: normal 12px/20px Arial;
padding: 14px;
margin: 0;
}
#fancybox-img {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
border: none;
outline: none;
line-height: 0;
vertical-align: top;
}
#fancybox-frame {
width: 100%;
height: 100%;
border: none;
display: block;
}
#fancybox-left, #fancybox-right {
position: absolute;
bottom: 0px;
height: 100%;
width: 35%;
cursor: pointer;
outline: none;
background: transparent url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.fancybox/blank.gif);
z-index: 1102;
display: none;
}
#fancybox-left {
left: 0px;
}
#fancybox-right {
right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
position: absolute;
top: 50%;
left: -9999px;
width: 30px;
height: 30px;
margin-top: -15px;
cursor: pointer;
z-index: 1102;
display: block;
}
#fancybox-left-ico {
background-image: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.fancybox/fancybox.png);
background-position: -40px -30px;
}
#fancybox-right-ico {
background-image: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.fancybox/fancybox.png);
background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
visibility: visible; }
#fancybox-left:hover span {
left: 20px;
}
#fancybox-right:hover span {
left: auto;
right: 20px;
}
.fancybox-bg {
position: absolute;
padding: 0;
margin: 0;
border: 0;
width: 20px;
height: 20px;
z-index: 1001;
}
#fancybox-bg-n {
top: -20px;
left: 0;
width: 100%;
background-image: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.fancybox/fancybox-x.png);
}
#fancybox-bg-ne {
top: -20px;
right: -20px;
background-image: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.fancybox/fancybox.png);
background-position: -40px -162px;
}
#fancybox-bg-e {
top: 0;
right: -20px;
height: 100%;
background-image: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.fancybox/fancybox-y.png);
background-position: -20px 0px;
}
#fancybox-bg-se {
bottom: -20px;
right: -20px;
background-image: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.fancybox/fancybox.png);
background-position: -40px -182px; 
}
#fancybox-bg-s {
bottom: -20px;
left: 0;
width: 100%;
background-image: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.fancybox/fancybox-x.png);
background-position: 0px -20px;
}
#fancybox-bg-sw {
bottom: -20px;
left: -20px;
background-image: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.fancybox/fancybox.png);
background-position: -40px -142px;
}
#fancybox-bg-w {
top: 0;
left: -20px;
height: 100%;
background-image: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.fancybox/fancybox-y.png);
}
#fancybox-bg-nw {
top: -20px;
left: -20px;
background-image: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.fancybox/fancybox.png);
background-position: -40px -122px;
}
#fancybox-title {
font-family: Helvetica;
font-size: 12px;
z-index: 1102;
}
.fancybox-title-inside {
padding-bottom: 10px;
text-align: center;
color: #333;
background: #fff;
position: relative;
}
.fancybox-title-outside {
padding-top: 10px;
color: #fff;
}
.fancybox-title-over {
position: absolute;
bottom: 0;
left: 0;
color: #FFF;
text-align: left;
}
#fancybox-title-over {
padding: 10px;
background-image: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.fancybox/fancy_title_over.png);
display: block;
}
.fancybox-title-float {
position: absolute;
left: 0;
bottom: -20px;
height: 32px;
}
#fancybox-title-float-wrap {
border: none;
border-collapse: collapse;
width: auto;
}
#fancybox-title-float-wrap td {
border: none;
white-space: nowrap;
}
#fancybox-title-float-left {
padding: 0 0 0 15px;
background: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.fancybox/fancybox.png) -40px -90px no-repeat;
}
#fancybox-title-float-main {
color: #FFF;
line-height: 29px;
font-weight: bold;
padding: 0 0 3px 0;
background: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.fancybox/fancybox-x.png) 0px -40px;
}
#fancybox-title-float-right {
padding: 0 0 0 15px;
background: url(//www.fetco.or.th/wp-content/themes/fetco/js/jquery.fancybox/fancybox.png) -55px -90px no-repeat;
} .fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
position: absolute; margin-top: 0;
top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); } .fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }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%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
background: #fff;
overflow-x:hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
}
table { 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 { outline: 0;
}
a img {
border: 0;
} body,
button,
input,
select,
textarea {
color: #393838;
font-family: 'TH SarabunPSK';
font-size: 20px; font-weight: normal;
line-height: 24px;
} 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;
} 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%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button,
input {
line-height: normal; *overflow: visible; }
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; -webkit-appearance: button; 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; padding: 0; }
input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { 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; padding: 3px 10px 10px 10px;
vertical-align: top; width: 98%;
height:120px;
} a,
a:visited {
color: #1982D1;
text-decoration:none;
}
a:hover,
a:focus,
a:active {
text-decoration:underline;
} .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;
} .assistive-text {
clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
} #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(//www.fetco.or.th/wp-content/themes/fetco/images/logo-th.png) 0 0 no-repeat; width:258px; height:71px; display:block; text-indent:-9999em;}
.site-title a.en{ background:url(//www.fetco.or.th/wp-content/themes/fetco/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(//www.fetco.or.th/wp-content/themes/fetco/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(//www.fetco.or.th/wp-content/themes/fetco/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(//www.fetco.or.th/wp-content/themes/fetco/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; 
} #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 { float: left;
overflow: hidden;
width: 275px; position:relative; z-index:3;
display:block;
}
.page-template-content-sidebar #secondary { float: left;
overflow: hidden;
width: 390px; position:relative; z-index:3;
display:block;
}
#secondary .widget{ margin-left:20px; }
#tertiary { clear: right;
} .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; } .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(//www.fetco.or.th/wp-content/themes/fetco/images/footer-facebook.png) left top no-repeat;}
.socials li.twitter a{ background:url(//www.fetco.or.th/wp-content/themes/fetco/images/footer-twitter.png) left top no-repeat;}
.report-bo .easy-wp-page-navigation.align-right{
position:relative; top:50px; width:95%;
} .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; } .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .site-header img,
.entry-content img,
.comment-content img,
.widget img {
max-width: 100%; }
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
height: auto; display:block;
}
.site-header img,
.entry-content img,
img.size-full {
max-width: 100%;  }
.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 {} embed,
iframe,
object {
max-width: 100%;
} .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%;
} .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; } .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; } .widget select {
max-width: 100%;
} #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(//www.fetco.or.th/wp-content/themes/fetco/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; } #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(//www.fetco.or.th/wp-content/themes/fetco/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(//www.fetco.or.th/wp-content/themes/fetco/images/arrow_l.png) no-repeat 0 0;
}
#news-container .bx-wrapper .bx-next {
right: -17px; width:23px; height:39px;
background: url(//www.fetco.or.th/wp-content/themes/fetco/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;
}  .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;} .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;
} .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; } .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(//www.fetco.or.th/wp-content/themes/fetco/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(//www.fetco.or.th/wp-content/themes/fetco/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(//www.fetco.or.th/wp-content/themes/fetco/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 .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(//www.fetco.or.th/wp-content/themes/fetco/images/vdo-hover.png) center center no-repeat;}
.video:hover .video-img a{ display:block; position:absolute; width:100%; height:100%; background:url(//www.fetco.or.th/wp-content/themes/fetco/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(//www.fetco.or.th/wp-content/themes/fetco/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;
margin: auto !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:25% !important; margin-left:0px;
}
.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;
} @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;
}
.footer-info .site-container{
width: 90%!important;
}
#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; }
#news-container .bx-wrapper {
position: relative;
margin: 0 0 15px;
padding: 0;
left: 5px;
}
#menu-footer-container{ display:none;}
.site-footer {
background: url(//www.fetco.or.th/wp-content/themes/fetco/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) {
.footer-info .site-container{
width: 90%!important;
}
}
@media only screen and (min-width: 375px)  and (max-width: 667px) and (orientation : portrait) {
.footer-info .site-container{
width: 90%!important;
}
#news-container .site-container {
width: 85%;
padding: 0px 15px;
margin: auto; }
#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;
}
.footer-info .site-container{
width: 90%!important;
}
.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;
}
} @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(//www.fetco.or.th/wp-content/themes/fetco/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(//www.fetco.or.th/wp-content/themes/fetco/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(//www.fetco.or.th/wp-content/themes/fetco/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; }
}