/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* 1 */
html input[type="button"],
button,
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-family: 'kanit-master','THSarabun',sans-serif;
  font-size: 62.5%;
  font-weight: normal;
}

body {
  font-size: 1.2em;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

main {
  flex: 1 0 auto;
}
main .wrapper {
  min-height: 500px;
  padding-bottom: 20px;
}

a {
  color: #333;
}
a:hover {
  color: #1565c0;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
}

p {
  margin: 0;
}

ol {
  margin-top: 0;
  letter-spacing: 1px;
}

.bg-main {
  position: relative;
  min-height: 500px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEyNGY4YyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTI0ZjhjIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #124f8c), color-stop(50%, #ffffff), color-stop(100%, #124f8c));
  background-image: -moz-linear-gradient(#124f8c, #ffffff, #124f8c);
  background-image: -webkit-linear-gradient(#124f8c, #ffffff, #124f8c);
  background-image: linear-gradient(#124f8c, #ffffff, #124f8c);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.wrapper {
  position: relative;
  width: 90%;
  max-width: 1310px;
  margin: 0 auto;
  background-color: #FFF;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  flex: 1 0 auto;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.head-title {
  margin: 2px auto;
}

.head-text {
  font-size: 2.8rem;
  margin: 5px 0;
}
.head-text i {
  line-height: 1.4;
  display: inline-block;
  margin: 0 5px 0 0;
  padding: 0;
}

.content-head {
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.content-text {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 5px 0;
  padding: 0;
  letter-spacing: 0;
}

.pagination {
  margin: 0 auto;
  margin-top: 10px;
  padding-top: 10px;
  text-align: center;
}
.pagination li {
  font-size: 1.2rem;
  line-height: 30px;
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  border-radius: 2px;
}
.pagination li a {
  color: #444;
}
.pagination li.active a {
  color: #FFF;
}
.pagination li.active {
  background-color: #1565c0;
}
.pagination li.disabled a {
  cursor: default;
  color: #999;
}
.pagination li i {
  font-size: 2.2rem;
  vertical-align: middle;
}
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}

.breadcrumb-head {
  margin: 10px 0;
}

.breadcrumb:before {
  font-family: 'Material Icons';
  font-size: 1.4rem;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin: 0;
  content: '\E5CC';
  vertical-align: top;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
}

.breadcrumb {
  font-size: 1.4rem;
  color: #FFF;
}
.breadcrumb:last-child {
  cursor: text;
  color: #F0B804;
}

.bg-breadcrumb {
  height: 40px;
  background-color: #012849;
}
.bg-breadcrumb .wrapper {
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.bg-dot {
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: url(http://s14.directupload.net/images/111129/44ga9qid.png);
}

.link-text {
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  float: left;
  width: 100%;
  margin: 5px 0;
  padding: 10px;
  background-color: #F7F7F7;
}
.link-text i {
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
}

.project-desc {
  margin: 0;
  padding: 0;
  color: #8c8c8c;
}
.project-desc > p, .project-desc div {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  vertical-align: middle;
}
.project-desc i {
  margin-right: 5px;
}
.project-desc .date, .project-desc .status, .project-desc .author, .project-desc .view {
  line-height: 1.5;
  margin-top: 10px;
  letter-spacing: 0.5px;
}

.hr-normal {
  height: 5px;
  border: none;
  background-color: #D1D1D1;
}

header {
  position: relative;
  z-index: 10;
}

nav ul li:hover, nav ul li.active {
  background-color: transparent;
}

.nav {
  height: 108px;
  -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.nav-wrapper {
  background-color: #fff;
  color: #1565c0;
}

.navtop {
  position: relative;
  height: 70px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNGY5MSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTFiMmNmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA0ZjkxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #004f91), color-stop(50%, #91b2cf), color-stop(100%, #004f91));
  background-image: -moz-linear-gradient(left, #004f91, #91b2cf, #004f91);
  background-image: -webkit-linear-gradient(left, #004f91, #91b2cf, #004f91);
  background-image: linear-gradient(to right, #004f91, #91b2cf, #004f91);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  border-bottom: 2px solid;
  border-image: url("../images/bg/bg-hr.png") 30 stretch;
}
.navtop ul {
  margin: 15px 0;
  float: right;
}
.navtop ul li {
  color: #f7f7f7;
  float: left;
  padding: 0 10px;
  margin-top: 10px;
  line-height: 1.5;
  border-right: 1px solid #f7f7f7;
}
.navtop ul li:last-child {
  border-right: none;
}
.navtop ul i {
  margin-right: 5px;
}
.navtop ul a {
  display: inline-block;
  color: #f7f7f7;
  text-shadow: 1px 1px 1px #7b7b7b;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.navtop ul a:hover {
  color: #f0b804;
}

nav .brand-logo {
  color: #1565c0;
}

.brand-logo {
  margin: 4px 0;
}
.brand-logo .logo-th {
  font-size: 30px;
  margin-top: 24px;
  margin-bottom: 0;
  margin-left: 50px;
  line-height: 1;
  letter-spacing: 0;
  color: #002c7a;
}
.brand-logo h4 {
  color: #fff;
  line-height: 2;
  margin: 10px 0;
}
.brand-logo .logo-en {
  font-size: 18px;
  margin: 0;
  line-height: 1.5;
  text-indent: 5px;
  color: #0069cf;
}
.brand-logo img {
  display: inline-block;
  width: 100px;
  float: left;
  margin-right: 10px;
}

.nav-menu {
  margin: 20px 0;
}
.nav-menu a {
  padding: 0 10px;
  font-weight: bold;
  font-size: 1.4rem;
  color: #1565c0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.nav-menu a:hover {
  background-color: transparent;
  color: #f0b804;
}

.flag {
  line-height: 1;
}
.flag img {
  margin-top: 15px;
}

.dropdown-content {
  overflow: auto;
  max-height: 450px;
  margin-top: 0px !important;
  margin-left: 12px;
  min-width: 200px !important;
  background-color: rgba(1, 35, 69, 0.8);
}
.dropdown-content li {
  border: none !important;
  min-height: 30px;
}
.dropdown-content li a {
  font-size: 12px;
  display: block;
  color: #fff;
  opacity: 0.9;
  overflow: hidden;
  padding: 5px;
}
.dropdown-content li:hover {
  background-color: #012345;
}

.dropdown-content::-webkit-scrollbar {
  width: 7px;
}

/* Track */
.dropdown-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: rgba(255, 189, 5, 0.1);
}

/* Handle */
.dropdown-content::-webkit-scrollbar-thumb {
  background: #ffbe0a;
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.dropdown-content::-webkit-scrollbar-thumb:window-inactive {
  background: #012345;
}

.side-nav {
  background-color: rgba(1, 35, 69, 0.8);
  overflow: auto;
}
.side-nav li:first-child {
  margin-top: 20px;
}
.side-nav a {
  color: #fff;
  font-size: 1.3rem;
  border-bottom: 1px solid #858585;
}

.side-nav li:hover, .side-nav li.active {
  background-color: rgba(0, 0, 0, 0.3);
}

.side-nav::-webkit-scrollbar {
  width: 12px;
}

/* Track */
/* Handle */
.side-nav::-webkit-scrollbar-thumb {
  background: #012345;
}

.side-nav::-webkit-scrollbar-thumb:window-inactive {
  background: #012345;
}

.mFont {
  margin: 0 1px;
}

@media screen and (max-width: 480px) {
  nav .button-collapse i {
    line-height: 2.5;
  }
}
.page-footer {
  position: relative;
  margin: 0;
  margin-top: 0 !important;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjNTY4ZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNTM3YmEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMWM1NjhmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #1c568f), color-stop(50%, #537ba3), color-stop(100%, #1c568f));
  background-image: -moz-linear-gradient(left, #1c568f, #537ba3, #1c568f);
  background-image: -webkit-linear-gradient(left, #1c568f, #537ba3, #1c568f);
  background-image: linear-gradient(to right, #1c568f, #537ba3, #1c568f);
}
.page-footer .wrapper {
  background: transparent;
  box-shadow: none;
}
.page-footer ul {
  margin-top: 30px;
}
.page-footer ul li {
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 5px 0;
  padding: 0;
}
.page-footer ul a {
  letter-spacing: 1px;
}
.page-footer ul a:hover {
  text-decoration: underline;
  color: #cccccc;
}
.page-footer ul h5 {
  font-weight: bold;
}

.footer-logo {
  position: relative;
  font-size: 2rem;
}
.footer-logo img {
  display: inline-block;
  float: left;
  margin-right: 5px;
}
.footer-logo .ft-name {
  font-size: 1em;
  margin-top: 5px;
  text-transform: uppercase;
  color: #FFF;
  line-height: 1;
}
.footer-logo .ft-subname {
  color: #ffbd05;
  font-size: .65em;
  text-indent: 5px;
}

.footer-address {
  float: right;
  margin-top: 30px;
  padding: 0;
}

.social, .w3__box {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.social__box {
  font-size: 2.2rem;
  line-height: 1.7;
  display: inline-block;
  overflow: hidden;
  width: 35px;
  height: 35px;
  margin: 0 2px;
  cursor: pointer;
  text-align: center;
  color: #000;
  border-radius: 5px;
  background-color: #EEE;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social__box:hover {
  color: #FFF;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.fb:hover {
  background-color: #3A5795;
}

.tw:hover {
  background-color: #00ACEE;
}

.yt:hover {
  background-color: #C8232C;
}

.w3__box img {
  vertical-align: middle;
}

.footer-copyright {
  height: inherit !important;
  line-height: 1 !important;
  background-color: transparent !important;
  margin: 10px 0;
  font-size: 18px;
}
.footer-copyright a {
  padding: 0 5px;
}
.footer-copyright ul {
  display: inline-flex;
  margin-top: 0 !important;
}
.footer-copyright ul li {
  float: left;
  width: 100%;
}
.footer-copyright ul li a {
  color: #FFF;
}

.footer-right {
  float: right;
}

.footer-left {
  float: left;
}

@media screen and (min-width: 1367px) {
  .footer-logo {
    width: 90%;
    display: block;
    float: right;
  }
}
@media screen and (max-width: 1280px) {
  .footer-logo {
    width: 100%;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .footer-logo img {
    display: none;
  }

  .footer-address {
    float: left;
  }

  .social, .w3__box {
    display: inline-block;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    font-size: .75rem;
    line-height: 1.5;
  }

  .footer-address {
    float: none;
  }

  .social, .w3__box {
    display: inline-block;
    width: 100%;
    text-align: left;
  }

  .footer-right {
    float: left;
    line-height: 1.5;
  }
  .footer-right a {
    padding: 0;
  }
  .footer-right a:nth-child(1), .footer-right a:nth-child(2), .footer-right a:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .footer-logo img {
    display: none;
  }
}
/*
 *
 * GRADIENTS.CSS
 * v.1.0.0
 * @mrmrs
 *
 * Each color has a class for setting a gradient on
 * text & background
 *
 * - Aqua
 * - Blue
 * - Navy
 * - Teal
 * - Green
 * - Lime
 * - Yellow
 * - Orange
 * - Red
 * - Fuchshia
 * - Purple
 * - Maroon
 *
 */
.bg-aqua-gradient {
  background: #7fdbff;
  background: linear-gradient(to bottom, #7fdbff 0%, #528ca3 100%);
}

.bg-blue-gradient {
  background: #0074d9;
  background: linear-gradient(to bottom, #0074d9 0%, #00417a 100%);
}

.bg-navy-gradient {
  background: #00203f;
  background: linear-gradient(to bottom, #00203f 0%, #000a14 100%);
}

.bg-teal-gradient {
  background: #39cccc;
  background: linear-gradient(to bottom, #39cccc 0%, #227a7a 100%);
}

.bg-green-gradient {
  background: #2ecc40;
  background: linear-gradient(to bottom, #2ecc40 0%, #1c7a27 100%);
}

.bg-lime-gradient {
  background: #01ff6f;
  background: linear-gradient(to bottom, #01ff6f 0%, #02a348 100%);
}

.bg-yellow-gradient {
  background: #ffdd00;
  background: linear-gradient(to bottom, #ffdd00 0%, #b89300 100%);
}

.bg-orange-gradient {
  background: #ff851b;
  background: linear-gradient(to bottom, #ff851b 0%, #ff501b 100%);
}

.bg-red-gradient {
  background: #f62e24;
  background: linear-gradient(to bottom, #f62e24 0%, #ff3679 100%);
}

.bg-fuchsia-gradient {
  background: #f012bc;
  background: linear-gradient(to bottom, #f012bc 0%, #a30b80 100%);
}

.bg-purple-gradient {
  background: #b00dc9;
  background: linear-gradient(to bottom, #b00dc9 0%, #6b077a 100%);
}

.bg-maroon-gradient {
  background: #cc1f73;
  background: linear-gradient(to bottom, #cc1f73 0%, #85144b 100%);
}

.bg-blue-gradient-revert {
  background: #0074d9;
  background: linear-gradient(to top, #0074d9 0%, #00417a 100%);
}

.bg-blue-gradient-cross {
  background: #0074d9;
  background: linear-gradient(to bottom right, #0074d9 0%, #00417a 100%);
}

@media screen and (max-width: 392px) {
  .act-head a {
    text-shadow: 0px 0px 1px #fff, 0px 1px 1px #fff, 0px -1px 1px #fff, 1px 0px 1px #fff, -1px 0 1px #fff;
  }
}
@media only screen and (max-width: 640px) {
  nav .brand-logo {
    text-align: center;
    white-space: normal;
    color: #1565C0;
    width: 322px;
  }

  .brand-logo img {
    width: 54px;
  }
  .brand-logo .logo-th {
    margin-top: 4px;
    font-size: 24px;
  }
  .brand-logo .logo-en {
    font-size: 16px;
  }
  .brand-logo h4 {
    line-height: 1.2;
    margin: 15px 0;
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  nav .brand-logo {
    left: 47%;
    width: 175px;
  }
}
@media screen and (max-width: 768px) {
  header {
    z-index: inherit;
  }

  .nav {
    height: 73px;
  }

  .brand-logo {
    margin: 10px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
  }
  .brand-logo img {
    width: 54px;
  }
  .brand-logo .logo-th {
    margin-top: 4px;
    font-size: 24px;
    color: #FFF;
  }
  .brand-logo .logo-en {
    font-size: 16px;
  }
  .brand-logo h2, .brand-logo h4 {
    text-shadow: 1px 1px 1px black;
  }

  .flag {
    display: block;
    margin: 7px 2px;
  }

  .mdate {
    display: none;
  }

  .nav-wrapper {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNGY5MSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOTFiMmNmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA0ZjkxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #004f91), color-stop(50%, #91b2cf), color-stop(100%, #004f91));
    background-image: -moz-linear-gradient(left, #004f91, #91b2cf, #004f91);
    background-image: -webkit-linear-gradient(left, #004f91, #91b2cf, #004f91);
    background-image: linear-gradient(to right, #004f91, #91b2cf, #004f91);
  }
}
@media only screen and (min-width: 601px) {
  .wrapper {
    width: 90%;
  }
}
@media only screen and (min-width: 993px) {
  .wraprer {
    width: 70%;
  }

  .container {
    width: 97%;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: 95%;
  }

  .flag {
    display: block;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .flag {
    display: none;
  }

  .mdate {
    display: none;
  }

  .container {
    width: 95%;
  }

  .wrapper {
    width: 90%;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Add your styles for devices with a maximum width of 1024 */
  .flag {
    display: none;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Add your styles for devices with a maximum width of 768 */
  .flag {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .flag {
    display: none;
  }
}
form.searchform.cf {
  padding-top: 15px;
}

.searchform {
  padding: 2px 5px;
}

.search {
  margin-right: 10px;
  margin-bottom: -20px;
}

.searchform input, .searchform button {
  float: left;
  display: inline-block;
}

.searchform input {
  background: #fefefe;
  border: none;
  font-size: 1.2rem;
  margin-right: 5px;
  margin: 15px 0;
  padding: 10px;
  height: 2rem;
  width: 95%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset, 1px 1px 1px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset, 1px 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset, 1px 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
}

.searchform input:focus {
  outline: none;
  box-shadow: 0 0 4px #0d76be inset;
  -moz-box-shadow: 0 0 4px #0d76be inset;
  -webkit-box-shadow: 0 0 4px #0d76be inset;
}

.searchform input::-webkit-input-placeholder {
  font-style: italic;
  line-height: 15px;
}

.searchform input:-moz-placeholder {
  font-style: italic;
  line-height: 15px;
}

.searchform button {
  background: #014d84;
  background: -moz-linear-gradient(top, #014d84 0%, #2691dc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #014d84), color-stop(100%, #2691dc));
  background: -webkit-linear-gradient(top, #014d84 0%, #2691dc 100%);
  background: -o-linear-gradient(top, #014d84 0%, #2691dc 100%);
  background: -ms-linear-gradient(top, #014d84 0%, #2691dc 100%);
  background: linear-gradient(to bottom, #014d84 0%, #2691dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#34adec', endColorstr='#2691dc',GradientType=0 );
  border: none;
  color: #fff;
  cursor: pointer;
  font: 13px/13px 'HelveticaNeue', Helvetica, Arial, sans-serif;
  padding: 10px;
  width: 75px;
  height: 40px;
  box-shadow: 0 0 2px #2692dd inset;
  -moz-box-shadow: 0 0 2px #2692dd inset;
  -webkit-box-shadow: 0 0 2px #2692dd inset;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  margin: 15px 0;
}

.searchform button:hover {
  opacity: .9;
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]) {
  border: 1px solid #d1d1d1;
  box-shadow: none;
}

.smenu-title {
  font-size: 2.1rem;
  margin: 5px 0;
  padding: 0;
}
.smenu-title i {
  padding: 0;
  margin-right: 5px;
}

.smenu {
  margin: 12px 0;
}

.smenu .with-sc {
  margin: -50px 0;
}

.hr-smenu {
  height: 2px;
  background-image: url("../images/bg/bg-hr.png");
  border: none;
}

.smenu-list {
  position: relative;
  font-size: 1.5rem;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
.smenu-list .active a {
  display: block;
  color: #012849;
  background-color: #4e97ea;
}
.smenu-list .active:before {
  display: inline;
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  transition: all 500ms ease;
  right: 5px;
  color: #012849;
}
.smenu-list i {
  vertical-align: middle;
  float: left;
  margin-right: 5px;
}

.smenu-item {
  border-bottom: 1px solid #dedede;
  padding: 0;
  position: relative;
}
.smenu-item a {
  color: #595959;
  display: block;
  width: 100%;
  overflow: hidden;
  padding: 10px 5px;
}
.smenu-item a i {
  vertical-align: middle;
  margin: 2px 5px;
}
.smenu-item a:hover {
  color: #012849;
  background-color: #4e97ea;
}
.smenu-item:before {
  display: none;
  font-family: FontAwesome;
  content: "\f105";
  position: absolute;
  transition: all 500ms ease;
  vertical-align: middle;
  margin: 10px 0;
}
.smenu-item:hover:before {
  right: 5px;
  display: inline-flex;
}
.smenu-item:last-child {
  border: none;
}
.smenu-item:hover {
  color: #012849;
}

.project-wrapper {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.pgwSlider .ps-current {
  margin-bottom: 20px;
}

.project {
  position: relative;
  float: left;
  width: 100%;
  padding: 15px 0;
  margin: 20px 0 0 0;
  border-bottom: 1px solid #d1d1d1;
}
.project a {
  display: block;
}
.project a:hover {
  color: #848484;
}
.project h2 {
  margin: 0;
}

.project-img {
  float: left;
  position: relative;
  line-height: 0;
  margin-right: 2%;
  width: 30.2146189736%;
  max-height: 175px;
  overflow: hidden;
}
.project-img img {
  width: 100%;
  height: auto;
}

.project-text {
  width: 66.67496111198%;
  float: left;
  position: relative;
  padding-right: 5px;
}
.project-text .date {
  margin: 5px auto;
  color: rgba(51, 51, 51, 0.5);
}
.project-text .date i {
  margin-right: 5px;
}
.project-text .content {
  font-family: 'THSarabun';
  font-size: 2.2rem;
  line-height: 1.2;
}

.project-view {
  margin-top: 40px;
}
.project-view img {
  /*display: block;*/
  margin: 0 auto;
  margin-bottom: 15px;
  max-width: 100%;
}
.project-view p {
  font-family: "THSarabun";
  font-size: 2.2rem;
  text-indent: 15px;
}

.event-list {
  border: 1px solid #666;
  width: 50%;
  margin: 0 auto;
}
.event-list .event-title {
  font-size: 24px;
  text-align: center;
}
.event-list .event-head {
  text-align: center;
  font-size: 20px;
}
.event-list td {
  font-size: 14px;
  border: 1px solid #666;
  padding: 5px;
}

.d-project-update {
  color: rgba(51, 51, 51, 0.5);
  margin: 15px 0 5px 0;
  position: absolute;
  right: 0;
  bottom: 0;
}
.d-project-update i {
  margin-right: 5px;
}

.pgwSlider {
  width: 75% !important;
  margin: 0 auto;
}
