/* set global config vars */
/* default font family */
/* defualt page width setting(PC) */
/* off canvas menu width *ex. 70px or 70% */
/* main slide margin top */
/* header height */
/* footer height */
/* font size multiplier */
/* default font size */
/* default theme color */
/* mediaquery breakpoint */
/* ------------------------------------------- */
/* grid system */
.se-box {
  text-align: justify !important;
  text-justify: distribute-all-lines;
  font-size: 0 !important; }
  .se-box > * {
    text-align: left;
    font-size: medium;
    text-justify: auto; }
  .se-box::after {
    content: '';
    display: inline-block;
    width: 100%; }
  .lt-ie8 .se-box {
    zoom: 1; }

.se-box__item {
  vertical-align: top;
  display: inline-block;
  width: 100%; }
  .lt-ie8 .se-box__item {
    display: inline; }

.se-box__item--span1 {
  width: 6.77966%; }

.se-box__item--push1 {
  position: relative;
  left: 8.47458%; }

.se-box__item--span2 {
  width: 15.25424%; }

.se-box__item--push2 {
  position: relative;
  left: 16.94915%; }

.se-box__item--span3 {
  width: 23.72881%; }

.se-box__item--push3 {
  position: relative;
  left: 25.42373%; }

.se-box__item--span4 {
  width: 32.20339%; }

.se-box__item--push4 {
  position: relative;
  left: 33.89831%; }

.se-box__item--span5 {
  width: 40.67797%; }

.se-box__item--push5 {
  position: relative;
  left: 42.37288%; }

.se-box__item--span6 {
  width: 49.15254%; }

.se-box__item--push6 {
  position: relative;
  left: 50.84746%; }

.se-box__item--span7 {
  width: 57.62712%; }

.se-box__item--push7 {
  position: relative;
  left: 59.32203%; }

.se-box__item--span8 {
  width: 66.10169%; }

.se-box__item--push8 {
  position: relative;
  left: 67.79661%; }

.se-box__item--span9 {
  width: 74.57627%; }

.se-box__item--push9 {
  position: relative;
  left: 76.27119%; }

.se-box__item--span10 {
  width: 83.05085%; }

.se-box__item--push10 {
  position: relative;
  left: 84.74576%; }

.se-box__item--span11 {
  width: 91.52542%; }

.se-box__item--push11 {
  position: relative;
  left: 93.22034%; }

.se-box__item--span12 {
  width: 100%; }

.se-box__item--push12 {
  position: relative;
  left: 101.69492%; }

.se-box--left {
  overflow: hidden;
  text-align: left !important; }

.se-box--right {
  overflow: hidden;
  text-align: right !important; }

.se-box--center {
  overflow: hidden;
  text-align: center !important; }

.se-box--block {
  overflow: hidden;
  text-align: left !important; }
  .se-box--block > .se-box__item {
    display: block; }

.se-box--no-gutter .se-box__item--span1 {
  width: 8.33333% !important; }

.se-box--no-gutter .se-box__item--span2 {
  width: 16.66667% !important; }

.se-box--no-gutter .se-box__item--span3 {
  width: 25% !important; }

.se-box--no-gutter .se-box__item--span4 {
  width: 33.33333% !important; }

.se-box--no-gutter .se-box__item--span5 {
  width: 41.66667% !important; }

.se-box--no-gutter .se-box__item--span6 {
  width: 50% !important; }

.se-box--no-gutter .se-box__item--span7 {
  width: 58.33333% !important; }

.se-box--no-gutter .se-box__item--span8 {
  width: 66.66667% !important; }

.se-box--no-gutter .se-box__item--span9 {
  width: 75% !important; }

.se-box--no-gutter .se-box__item--span10 {
  width: 83.33333% !important; }

.se-box--no-gutter .se-box__item--span11 {
  width: 91.66667% !important; }

.se-box--no-gutter .se-box__item--span12 {
  width: 100% !important; }

@media only screen and (max-width: 40em) {
  .se-box__item {
    display: block;
    width: 100% !important; } }

/* css3 crossbrowser */
/* note : for IE8,7 need css3pie helper*/
/* fontface class */
@font-face {
  font-family: 'kittithada_roman_55_pregular';
  src: url("../fonts/kit55p-webfont.eot");
  src: url("../fonts/kit55p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kit55p-webfont.woff") format("woff"), url("../fonts/kit55p-webfont.ttf") format("truetype"), url("../fonts/kit55p-webfont.svg#kittithada_roman_55_pregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'kittithada_medium_65_pregular';
  src: url("../fonts/kit65p-webfont.eot");
  src: url("../fonts/kit65p-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/kit65p-webfont.woff") format("woff"), url("../fonts/kit65p-webfont.ttf") format("truetype"), url("../fonts/kit65p-webfont.svg#kittithada_medium_65_pregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fontfacetext {
  font-family: "kittithada_roman_55_pregular"; }

.fontfacetext-bold {
  font-family: "kittithada_medium_65_pregular"; }

/* scss components */
.slider-container {
  position: relative;
  display: none; }
  .slider-container.main-slider {
    overflow: hidden;
    position: relative;
    width: 100%; }
  .slider-container.bg-slider {
    position: absolute;
    z-index: -1;
    top: 0; }
  .slider-container img {
    width: 100%;
    height: auto;
    vertical-align: top; }

.slider-controller {
  position: relative;
  z-index: 1;
  top: 10px;
  width: 100%; }

#foo_pager {
  z-index: 10;
  float: right;
  width: auto;
  font-size: 13px; }
  #foo_pager span.pager_list {
    float: left;
    display: block;
    margin-right: 5px;
    width: 11px;
    height: 11px; }
    #foo_pager span.pager_list > a {
      display: block;
      width: 11px;
      height: 11px;
      background: url("../images/bgslide/bull_pager.png") left top no-repeat; }
    #foo_pager span.pager_list.selected a {
      background: url("../images/bgslide/bull_pager.png") left -22px no-repeat; }

@media only screen and (max-width: 40em) {
  .slider-container {
    margin-top: 40px; }
  .slider-controller {
    display: none; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .slider-container {
    margin-top: 50px; }
  .slider-controller {
    display: none; } }

#page-container {
  -webkit-transition: margin 0.3s linear;
  -o-transition: margin 0.3s linear;
  transition: margin 0.3s linear; }
  #page-container.expanded-right {
    margin-left: -240px;
    -webkit-transition: margin 0.3s linear;
    -o-transition: margin 0.3s linear;
    transition: margin 0.3s linear; }

#se-footer-wrapper {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  right: 0; }
  #se-footer-wrapper.expanded-right {
    right: 240px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }

#exit-canvas {
  position: absolute;
  display: block;
  visibility: hidden;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: transparent\9;
  background: rgba(255, 255, 255, 0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
  zoom: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  #exit-canvas.expanded {
    visibility: visible;
    right: 240px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: white;
    background: transparent\9;
    background: rgba(255, 255, 255, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF,endColorstr=#80FFFFFF);
    zoom: 1; }
  #exit-canvas:hover {
    background: white;
    background: transparent\9;
    background: rgba(255, 255, 255, 0.1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#1AFFFFFF,endColorstr=#1AFFFFFF);
    zoom: 1;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }

#canvas-menu-section {
  position: absolute;
  z-index: 0;
  width: 240px;
  height: 100%;
  top: 0;
  background: #363636; }
  #canvas-menu-section.left {
    left: -240px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  #canvas-menu-section.right {
    right: -240px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  #canvas-menu-section.expanded-left {
    left: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  #canvas-menu-section.expanded-right {
    right: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  #canvas-menu-section > .innerwrapper {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  #canvas-menu-section .top-panel-box {
    float: none; }

#canvas-menu-heading {
  display: block;
  margin: 10px 0 0 0;
  font-size: 20px;
  color: #d1d1d1;
  text-align: center; }

#canvas-afterlogin-box {
  display: none;
  margin: auto;
  padding-bottom: 15px;
  width: 95%;
  border-bottom: 1px solid #666; }
  #canvas-afterlogin-box #after-login {
    display: block;
    margin: 11px 0 0 0;
    padding: 0 5px 0 0;
    list-style: none;
    border-right: none; }
    #canvas-afterlogin-box #after-login > li {
      display: block;
      margin: 10px 0 0 0;
      padding: 0;
      font-size: 24px;
      color: #999;
      text-align: center; }
      #canvas-afterlogin-box #after-login > li:first-child {
        margin: 0; }
      #canvas-afterlogin-box #after-login > li > span {
        display: block;
        font-size: 20px;
        color: #efefef; }
      #canvas-afterlogin-box #after-login > li > a {
        padding: 5px 10px;
        font-size: 20px;
        text-decoration: none;
        color: #666;
        background: #ccc;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        -pie-border-radius: 10px;
        behavior: url(/bangkok.go.th/assets/pie/PIE.htc); }
        #canvas-afterlogin-box #after-login > li > a:hover {
          background: #efefef; }

#canvas-language-box {
  display: none;
  margin: auto;
  padding-bottom: 15px;
  width: 95%;
  border-bottom: 1px solid #666; }
  #canvas-language-box #switch-language {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    #canvas-language-box #switch-language > li {
      display: inline-block;
      float: none;
      margin: 0 15px;
      padding: 6px 0 0 0;
      width: auto;
      height: 20px;
      font-size: 20px;
      color: #d1d1d1; }
      #canvas-language-box #switch-language > li > a {
        display: block;
        margin: 0 0 0 0;
        width: auto;
        height: auto;
        font-size: 24px;
        color: #999;
        text-decoration: none; }
        #canvas-language-box #switch-language > li > a:hover {
          text-decoration: underline; }
      #canvas-language-box #switch-language > li.flag-th > a {
        color: #555;
        background: url("../images/icn-flag.png") left -53px no-repeat; }
      #canvas-language-box #switch-language > li.flag-th.active > a {
        color: #999;
        background: url("../images/icn-flag.png") left 7px no-repeat; }
      #canvas-language-box #switch-language > li.flag-th:hover > a {
        color: #999;
        background: url("../images/icn-flag.png") left 7px no-repeat; }
      #canvas-language-box #switch-language > li.flag-en > a {
        color: #555;
        background: url("../images/icn-flag.png") left -83px no-repeat; }
      #canvas-language-box #switch-language > li.flag-en.active > a {
        color: #999;
        background: url("../images/icn-flag.png") left -23px no-repeat; }
      #canvas-language-box #switch-language > li.flag-en:hover > a {
        color: #999;
        background: url("../images/icn-flag.png") left -23px no-repeat; }
      #canvas-language-box #switch-language > li:first-child {
        display: block;
        float: none;
        margin: 5px 0 10px 0;
        text-align: center; }

#canvas-search-box {
  display: none;
  margin: auto;
  padding: 15px 0;
  width: 95%;
  border-bottom: 1px solid #666; }
  #canvas-search-box #search-site {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none; }
    #canvas-search-box #search-site table {
      margin: auto; }
    #canvas-search-box #search-site td {
      padding: 0 3px; }
    #canvas-search-box #search-site .search-text {
      display: none;
      position: relative;
      margin: 0 0 0 15px;
      font-size: 20px; }
    #canvas-search-box #search-site a {
      display: block;
      margin: 1px 0 0 0;
      font-size: 20px;
      color: #666666;
      text-decoration: none; }
      #canvas-search-box #search-site a:hover {
        text-decoration: underline; }
    #canvas-search-box #search-site i {
      display: none;
      position: absolute;
      top: 7px;
      font-size: 12px;
      color: #333; }
    #canvas-search-box #search-site .btn-circle {
      padding: 5px 20px; }
      #canvas-search-box #search-site .btn-circle > input[type=submit] {
        padding: 5px 20px; }
    #canvas-search-box #search-site .gen-input {
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      -pie-border-radius: 12px;
      behavior: url(/bangkok.go.th/assets/pie/PIE.htc); }
    #canvas-search-box #search-site input[type=text] {
      width: 110px !important;
      padding: 6px; }

#canvas-topmenu-box {
  display: none; }
  #canvas-topmenu-box #top-menu {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none; }
    #canvas-topmenu-box #top-menu > li {
      display: block;
      float: none;
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto;
      border-left: none; }
      #canvas-topmenu-box #top-menu > li a {
        display: block;
        margin: 1px 0 0 0;
        padding: 10px 15px;
        font-size: 22px;
        color: #efefef;
        text-decoration: none; }
        #canvas-topmenu-box #top-menu > li a:hover {
          text-decoration: none; }

#canvas-mainmenu-box {
  display: none;
  margin: 0 auto 0 auto;
  padding-bottom: 15px;
  width: 95%;
  border-bottom: 1px solid #666; }
  #canvas-mainmenu-box #mainmenu-list {
    position: inherit;
    z-index: 1;
    margin: 0;
    padding: 0; }
    #canvas-mainmenu-box #mainmenu-list > li {
      position: relative;
      display: block;
      padding: 0;
      float: none;
      width: auto;
      height: auto;
      min-height: 35px; }
      #canvas-mainmenu-box #mainmenu-list > li.active {
        background-color: #ff5778 !important;
        text-align: center; }
        #canvas-mainmenu-box #mainmenu-list > li.active span > a {
          text-align: left;
          cursor: pointer; }
        #canvas-mainmenu-box #mainmenu-list > li.active > i {
          display: inline-block; }
        #canvas-mainmenu-box #mainmenu-list > li.active .mainmenu-lv2 {
          display: block; }
      #canvas-mainmenu-box #mainmenu-list > li:hover {
        background: none; }
      #canvas-mainmenu-box #mainmenu-list > li.expandable .fa-caret-down {
        display: inline-block;
        position: absolute;
        top: 12px;
        right: 10px; }
      #canvas-mainmenu-box #mainmenu-list > li span {
        display: block;
        height: auto; }
        #canvas-mainmenu-box #mainmenu-list > li span > a {
          display: block;
          padding: 10px 30px 10px 10px;
          height: auto;
          font-size: 22px;
          color: #fff;
          text-decoration: none;
          cursor: pointer; }
      #canvas-mainmenu-box #mainmenu-list > li > i {
        display: none;
        position: relative;
        z-index: 3;
        top: -17px;
        font-size: 20px;
        color: #efefef; }
  #canvas-mainmenu-box .mainmenu-lv2 {
    display: none;
    position: relative;
    z-index: 2;
    left: 0;
    margin-top: -24px;
    width: 100%;
    min-height: 40px;
    background: #fbe0e5;
    text-align: left; }
    #canvas-mainmenu-box .mainmenu-lv2 > .innerwrapper {
      padding: 0; }
  #canvas-mainmenu-box .mainmenu-lv3 {
    display: none;
    position: relative;
    z-index: 3;
    left: 0;
    min-height: 40px;
    background: #fbe0e5;
    text-align: left; }
    #canvas-mainmenu-box .mainmenu-lv3 > .innerwrapper {
      padding: 0; }
    #canvas-mainmenu-box .mainmenu-lv3 > i {
      position: absolute;
      top: -16px;
      left: 46%;
      font-size: 26px;
      color: #fbe0e5; }
  #canvas-mainmenu-box .mainmenu-lv2-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    #canvas-mainmenu-box .mainmenu-lv2-list > li {
      display: block;
      position: relative;
      padding: 5px 0;
      float: none;
      width: auto; }
      #canvas-mainmenu-box .mainmenu-lv2-list > li.active {
        padding-bottom: 0;
        background: #ff5778 !important;
        text-align: center; }
        #canvas-mainmenu-box .mainmenu-lv2-list > li.active > span > a {
          color: #fff !important; }
        #canvas-mainmenu-box .mainmenu-lv2-list > li.active > i {
          display: inline-block;
          text-align: center;
          color: #fff !important; }
        #canvas-mainmenu-box .mainmenu-lv2-list > li.active .mainmenu-lv3 {
          display: block; }
      #canvas-mainmenu-box .mainmenu-lv2-list > li:hover {
        background: none; }
      #canvas-mainmenu-box .mainmenu-lv2-list > li.expandable .fa-caret-down {
        display: inline-block;
        position: absolute;
        font-size: 14px;
        top: 10px !important;
        right: 12px !important; }
      #canvas-mainmenu-box .mainmenu-lv2-list > li > span {
        height: auto !important;
        text-align: left; }
        #canvas-mainmenu-box .mainmenu-lv2-list > li > span > a {
          padding: 0 30px 0 10px !important;
          height: auto !important;
          font-size: 20px !important;
          color: #333 !important; }
          #canvas-mainmenu-box .mainmenu-lv2-list > li > span > a:hover {
            background: none !important; }
      #canvas-mainmenu-box .mainmenu-lv2-list > li > i {
        display: none;
        position: relative;
        z-index: 3;
        top: -17px;
        font-size: 26px;
        color: #333; }
  #canvas-mainmenu-box .mainmenu-lv3-list {
    margin: 5px 0 0 0;
    padding: 0;
    list-style: none; }
    #canvas-mainmenu-box .mainmenu-lv3-list > li {
      overflow: hidden;
      position: relative;
      margin: 0;
      padding: 5px 0; }
      #canvas-mainmenu-box .mainmenu-lv3-list > li:hover {
        background: none !important; }
      #canvas-mainmenu-box .mainmenu-lv3-list > li > span {
        display: block;
        float: left;
        height: auto !important;
        width: 87% !important; }
        #canvas-mainmenu-box .mainmenu-lv3-list > li > span > a {
          display: inline !important;
          padding: 0 !important;
          height: auto !important;
          font-size: 20px !important;
          color: #333 !important;
          line-height: 16px; }
      #canvas-mainmenu-box .mainmenu-lv3-list > li > i {
        display: block;
        float: left;
        margin: 2px 4px 0 10px;
        color: #333;
        font-size: 13px; }

#canvas-socialmedia-box {
  display: none;
  margin: 0 auto 0 auto; }
  #canvas-socialmedia-box #top-social {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
    #canvas-socialmedia-box #top-social > li {
      display: inline-block;
      float: none;
      margin: 0 5px;
      padding: 1px 0 0 0;
      width: 32px;
      height: 32px;
      font-size: 20px;
      color: #999; }
      #canvas-socialmedia-box #top-social > li > span {
        display: block;
        padding: 3px 0 0 0; }
      #canvas-socialmedia-box #top-social > li > a {
        display: block;
        margin: 0 0 0 0;
        width: 32px;
        height: 32px;
        color: #999;
        text-decoration: none; }
        #canvas-socialmedia-box #top-social > li > a:hover {
          text-decoration: underline; }
      #canvas-socialmedia-box #top-social > li.icn-fb > a {
        background: url("../images/icn-social-mobile.png") left top no-repeat; }
      #canvas-socialmedia-box #top-social > li.icn-tw > a {
        background: url("../images/icn-social-mobile.png") left -50px no-repeat; }
      #canvas-socialmedia-box #top-social > li.icn-yt > a {
        background: url("../images/icn-social-mobile.png") left -100px no-repeat; }
      #canvas-socialmedia-box #top-social > li.icn-ig > a {
        background: url("../images/icn-social-mobile.png") left -150px no-repeat; }
      #canvas-socialmedia-box #top-social > li:first-child {
        display: block;
        float: none;
        width: 100%;
        margin: 5px 0 10px 0;
        text-align: center; }

#canvas-sitestat-box {
  display: none;
  margin-top: 10px; }
  #canvas-sitestat-box #site-stat {
    display: block;
    margin-bottom: 10px; }
    #canvas-sitestat-box #site-stat table {
      margin: auto; }
    #canvas-sitestat-box #site-stat td {
      padding: 3px 0;
      font-size: 14px;
      color: #48AC3D; }
    #canvas-sitestat-box #site-stat .site-stat-num {
      color: #efefef; }

#canvas-enewsletter-box {
  display: none;
  margin-top: 20px; }
  #canvas-enewsletter-box #enewsletter {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none; }
    #canvas-enewsletter-box #enewsletter table {
      margin: auto; }
    #canvas-enewsletter-box #enewsletter td {
      padding: 0 3px; }
    #canvas-enewsletter-box #enewsletter .search-text {
      display: block;
      position: relative;
      margin: 0 0 0 15px;
      font-size: 20px; }
    #canvas-enewsletter-box #enewsletter a {
      display: block;
      margin: 1px 0 0 0;
      font-size: 20px;
      color: #666666;
      text-decoration: none; }
      #canvas-enewsletter-box #enewsletter a:hover {
        text-decoration: underline; }
    #canvas-enewsletter-box #enewsletter i {
      position: absolute;
      top: 7px;
      font-size: 12px;
      color: #333; }
    #canvas-enewsletter-box #enewsletter .btn-circle {
      padding: 5px 20px; }
      #canvas-enewsletter-box #enewsletter .btn-circle > input[type=submit] {
        padding: 5px 20px; }
    #canvas-enewsletter-box #enewsletter .gen-input {
      -webkit-border-radius: 12px;
      -moz-border-radius: 12px;
      border-radius: 12px;
      -pie-border-radius: 12px;
      behavior: url(/bangkok.go.th/assets/pie/PIE.htc); }
    #canvas-enewsletter-box #enewsletter input[type=text] {
      width: 110px !important;
      padding: 6px; }

#canvas-callcenter-box {
  display: none;
  margin-top: 10px; }
  #canvas-callcenter-box #callcenter {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 20px 10px 20px;
    padding-left: 50px;
    background: url("../images/icn-callcenter-canvas.png") left 2px no-repeat; }
    #canvas-callcenter-box #callcenter > span {
      display: block;
      font-family: arial; }
      #canvas-callcenter-box #callcenter > span.cc-text {
        margin-top: -3px;
        font-weight: bold;
        font-size: 19px;
        color: #d1d1d1; }
      #canvas-callcenter-box #callcenter > span.cc-num {
        margin-top: -5px;
        font-size: 1.5em;
        color: #d1d1d1; }

.mod_tab-content.side-tab > .header {
  float: left; }

.mod_tab-content.side-tab > .content {
  float: left; }

.mod_tab-content > .content .tab-content {
  display: none; }
  .mod_tab-content > .content .tab-content.show {
    display: block; }

.banner-slider-container {
  position: relative;
  display: none;
  margin: 5px 0 0 0;
  border: 1px solid #CCCCCC; }
  .banner-slider-container.foo5-banner-slider {
    margin: auto;
    padding: 0 0%;
    width: 100%;
    background: #FFFFFF; }
  .banner-slider-container.index {
    background: none;
    border: none; }

#foo5_prev {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 43px;
  top: 24px;
  left: 0px;
  background: #F9981C;
  cursor: pointer; }
  #foo5_prev > i {
    display: block;
    padding-top: 9px;
    font-size: 24px;
    text-align: center;
    color: #fff; }
  #foo5_prev.index {
    background: #f9981c;
    background: transparent\9;
    background: rgba(249, 152, 28, 0.79);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C9F9981C,endColorstr=#C9F9981C);
    zoom: 1; }

#foo5_next {
  position: absolute;
  z-index: 2;
  width: 25px;
  height: 43px;
  top: 24px;
  right: 0px;
  background: #F9981C;
  cursor: pointer; }
  #foo5_next > i {
    display: block;
    padding-top: 9px;
    font-size: 24px;
    text-align: center;
    color: #fff; }
  #foo5_next.index {
    background: #f9981c;
    background: transparent\9;
    background: rgba(249, 152, 28, 0.79);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C9F9981C,endColorstr=#C9F9981C);
    zoom: 1; }

.banner-slider-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }
  .banner-slider-container ul.banner li {
    float: left;
    display: block;
    margin: 19px 2px;
    padding: 0;
    width: 224px;
    height: 67px;
    border: 1px solid #e4e4e4; }
  .banner-slider-container ul.contentbox li {
    float: left;
    display: block;
    position: relative;
    margin: 0 8px;
    padding: 0;
    width: 191px;
    height: 87px;
    border: 1px solid #cccccc;
    color: #666; }
    .banner-slider-container ul.contentbox li > a {
      display: block;
      overflow: hidden;
      width: 191px;
      height: 66px; }
    .banner-slider-container ul.contentbox li .banner-box-text {
      margin-top: -5px;
      padding: 0 3px;
      font-size: 20px; }
    .banner-slider-container ul.contentbox li .contentbox-pic {
      margin: 35px 0 0 0; }

html, body {
  height: 100%; }

#se-wrapper {
  min-height: 100%; }

#page-container {
  height: 100%; }

#se-maincontainer-wrapper {
  padding-bottom: 130px; }

#se-footer-wrapper {
  position: absolute !important;
  bottom: 0; }

.no-bg-slider #se-maincontainer-wrapper {
  padding-bottom: 190px; }

.no-bg-slider #se-footer-wrapper {
  padding-top: 75px;
  bottom: 0;
  background: url("../images/bg-page.jpg") top no-repeat #fff; }

/* global layout setting */
html, body {
  font-size: 100%;
  color: #666666; }

/* remove link outline */
a:hover, a:active, a:focus, input[type=radio] {
  outline: 0; }

/* clear float */
.clearfix {
  clear: both; }

.poll-under div table tbody tr td {
  border-radius: 5px; }

.bg-color {
  background: #ff3d63 !important;
  border-radius: 5px;
  margin: 5px 5px 5px 0; }

.button .fontfacetext {
  background-color: #ff3d63 !important; }

.button .group-content {
  background-image: none !important; }

.button div .text-color {
  background-image: none !important; }

/*.group-menu .button div{
	background: #48AC3D !important;
	}*/
#custom-box-webboard .bg-color {
  background-color: #ff3d63 !important; }

.text-color {
  color: #ff5778 !important; }

/* main structure */
#se-wrapper {
  overflow: hidden;
  position: relative;
  margin: auto;
  max-width: 1280px;
  min-width: 1000px; }

#page-container {
  width: 100%; }

#se-header-wrapper {
  width: 100%;
  min-height: 155px;
  position: relative; }

#se-maincontainer-wrapper {
  position: relative;
  min-height: -144px; }

#se-bg-cover {
  position: absolute;
  top: 235px;
  width: 100%;
  height: 100%; }

#se-maincontainer {
  margin: 90px auto 0;
  padding: 15px 10px 48px 10px;
  width: 990px; }

#se-footer-wrapper {
  width: 100%;
  min-height: 130px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.centerwrapper {
  margin: auto;
  padding: 0 10px 0 10px;
  width: 990px; }

/* end main structure */
/* welcome text */
#welcome-text {
  position: absolute;
  top: -30px;
  left: 145px;
  padding: 40px 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99207433,endColorstr=#99207433);
  zoom: 1; }
  #welcome-text > p {
    margin: 0;
    padding: 0;
    color: #333333;
    text-shadow: #333 2px 2px 3px; }
    #welcome-text > p.heading {
      font-size: 41px; }
    #welcome-text > p.desc {
      font-size: 25px; }

/* page navigation */
#page-navi {
  height: 25px;
  position: absolute;
  left: 10.5%; }
  #page-navi ul {
    margin: 0;
    padding: 0 15px; }
    #page-navi ul > li {
      display: inline-block;
      margin: 0;
      padding: 0 0 0 0;
      list-style: none; }
      #page-navi ul > li a {
        text-decoration: none;
        font-size: 12px;
        color: #ff3d63;
        white-space: nowrap; }
        #page-navi ul > li a:hover {
          text-decoration: underline;
          color: #ff3d63; }
      #page-navi ul > li:before {
        content: "/";
        padding: 0 5px 0 1px;
        font-size: 12px; }
      #page-navi ul > li:first-child:before {
        content: none; }
      #page-navi ul > li.unavailable a {
        color: #999;
        text-decoration: none;
        cursor: default; }
      #page-navi ul > li.current a {
        color: #555;
        text-decoration: none;
        font-weight: bold;
        cursor: default; }

/* end page navigation */
/* button style */
.btn {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: auto;
  min-width: 60px;
  background: #ccc;
  text-align: center;
  line-height: 100%;
  background: #F9981C; }
  .btn:hover {
    background: #f99f2b; }
  .btn > a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    color: #fff;
    text-decoration: none; }
  .btn > input[type=button], .btn input[type=submit], .btn input[type=reset] {
    margin: -11px 0 0 0;
    *margin: -10px 0 0 0;
    padding: 0;
    vertical-align: middle;
    color: #fff;
    border: 0 none;
    background: 0 none;
    outline: 0 none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }
  .btn > i {
    position: absolute;
    top: 4px;
    right: 14px;
    *right: 10px;
    padding: 0 0 0 30px;
    font-size: 24px;
    color: #fff; }
  .btn.big {
    padding: 0 13px 0 13px;
    height: 35px;
    font-size: 34px; }
    .btn.big > a {
      margin: -11px 0 0 0; }
    .btn.big > input[type=button], .btn.big input[type=submit], .btn.big input[type=reset] {
      margin: -11px 0 0 0; }
    .btn.big > i {
      padding: 0 0 0 30px; }
  .btn.small {
    padding: 0 13px;
    height: 29px;
    font-size: 22px; }
    .btn.small > a {
      margin: 0; }
    .btn.small > input[type=button], .btn.small input[type=submit], .btn.small input[type=reset] {
      margin: -11px 0 0 0;
      *margin: -10px 0 0 0; }
  .btn.round-right {
    padding-right: 55px;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    -pie-border-radius: 0 20px 20px 0;
    behavior: url(/bangkok.go.th/assets/pie/PIE.htc); }
  .btn.disabled {
    background: #efefef !important;
    cursor: default; }
    .btn.disabled > a, .btn.disabled input[type=button], .btn.disabled input[type=submit], .btn.disabled input[type=reset] {
      cursor: default;
      color: #fff; }

.btn-circle {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background: url("../images/icn-right-arrow2.png") center no-repeat #ff5778;
  color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -pie-border-radius: 12px;
  behavior: url(/bangkok.go.th/assets/pie/PIE.htc); }
  .btn-circle > input[type=button], .btn-circle input[type=submit], .btn-circle input[type=reset] {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    margin: 0 0 0 0;
    padding: 0;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    color: #fff;
    border: 0 none;
    background: 0 none;
    outline: 0 none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 10px; }

/* input round border style */
.se-box__item div div select {
  border: 1px solid #ff5778;
  border-radius: 5px;
  height: 23px; }

#date_start, #date_end {
  border: 1px solid #ff5778;
  border-radius: 5px;
  height: 20px;
  text-align: center; }

#mod_search {
  border: 1px solid #ff5778;
  border-radius: 5px;
  padding: 0 10px;
  height: 20px; }

input[type="submit"] {
  border: 1px solid #ff5778;
  border-radius: 5px;
  cursor: pointer;
  padding: 1px 5px; }

.gen-input {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 0;
  border: 1px solid #ff5778;
  background: #fff;
  border-radius: 5px; }
  .gen-input > i {
    display: none; }
  .gen-input > input[type=text], .gen-input input[type=password] {
    font-size: 13px;
    color: #333;
    vertical-align: top;
    border: 0;
    outline: 0;
    background: none; }
  .gen-input.small {
    padding: 0 3px; }
  .gen-input.round {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -pie-border-radius: 15px;
    behavior: url(/bangkok.go.th/assets/pie/PIE.htc); }
  .gen-input.icn-left > i {
    display: block;
    float: left;
    margin: -3px 0 0 2px;
    font-size: 13px;
    color: #333; }
  .gen-input.icn-left > i + input {
    padding-left: 16px !important; }

.input-round-big {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 5px 6px;
  border: 1px solid #ccc;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -pie-border-radius: 15px;
  behavior: url(/bangkok.go.th/assets/pie/PIE.htc); }
  .input-round-big > input[type=text], .input-round-big input[type=password] {
    font-size: 15px;
    color: #333;
    vertical-align: top;
    border: 0;
    outline: 0; }

/* end input style */
/*comment footer page*/
.box-comment {
  overflow: hidden;
  padding: 10px;
  margin-top: 20px; }
  .box-comment .texthead-comment {
    height: 25px;
    color: #fff;
    font-size: 1.6em;
    padding: 2px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -pie-border-radius: 5px 5px 5px 5px;
    behavior: url(pie/PIE.htc);
    background: #ff3d63;
    -pie-background: #ff3d63;
    behavior: url(pie/PIE.htc); }
  .box-comment a {
    text-decoration: none;
    color: #666; }

.box-poll {
  margin: 0 0px 10px 0px;
  font-size: 13px;
  border: 2px solid #dadada;
  overflow: hidden;
  border-radius: 5px; }
  .box-poll .poll-top {
    float: left;
    width: 30%;
    margin: 0 10px;
    border-right: 1px dotted #e8e8e8; }
  .box-poll .poll-under {
    float: left;
    width: 65%; }

/* scss layout */
#se-header {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background: #fff; }

#header-panel-box {
  margin: auto;
  padding: 0 10px 0 10px;
  width: 990px; }
  #mainlogo {
    float: left;
    margin: 0;
    padding: 0;
    width: 51%;
    height: 120px; }
    #mainlogo #logo-img {
      display: block;
      width: 500px;
      height: 120px;
      line-height: 115px; }
      #mainlogo #logo-img > img {
        max-width: 500px;
        max-height: 100%;
        vertical-align: middle; }
    #mainlogo #mobile-menu-trigger {
      display: none; }
  #top-panel {
    float: right;
    margin: 0;
    padding: 0;
    width: 49%; }
  .top-panel-box {
    width: auto; }
    .top-panel-box.right {
      float: right; }
  #after-login {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 11px 0 0 0;
    padding: 0 5px 0 0;
    list-style: none;
    border-right: 1px solid #ccc; }
    #after-login > li {
      display: inline-block;
      *display: inline;
      zoom: 1;
      margin: 0;
      padding: 0;
      font-size: 13px;
      color: #666; }
      #after-login > li > span a {
        text-decoration: underline;
        color: #666; }
      #after-login > li > a {
        text-decoration: none;
        color: #1b7aad; }
        #after-login > li > a:hover {
          text-decoration: underline; }
  #switch-language {
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none; }
    #switch-language > li {
      display: block;
      float: left;
      margin: 0 5px;
      padding: 6px 0 0 0;
      width: auto;
      height: 14px;
      font-size: 11px;
      color: #666666; }
      #switch-language > li > a {
        display: block;
        margin: 0 0 0 0;
        padding: 0 0 0 20px;
        width: 15px;
        height: 12px;
        font-size: 16px;
        color: #666666;
        text-decoration: none; }
        #switch-language > li > a:hover {
          text-decoration: underline; }
      #switch-language > li.flag-th > a {
        color: #d9d9d9;
        background: url("../images/icn-flag.png") left -60px no-repeat; }
      #switch-language > li.flag-th.active > a {
        color: #666666;
        background: url("../images/icn-flag.png") left top no-repeat; }
      #switch-language > li.flag-th:hover > a {
        color: #666666;
        background: url("../images/icn-flag.png") left top no-repeat; }
      #switch-language > li.flag-en > a {
        color: #d9d9d9;
        background: url("../images/icn-flag.png") left -90px no-repeat; }
      #switch-language > li.flag-en.active > a {
        color: #666666;
        background: url("../images/icn-flag.png") left -30px no-repeat; }
      #switch-language > li.flag-en:hover > a {
        color: #666666;
        background: url("../images/icn-flag.png") left -30px no-repeat; }
  #top-menu {
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none; }
    #top-menu > li {
      display: block;
      float: left;
      padding: 0;
      width: auto;
      height: 20px;
      border-left: 1px solid #ccc; }
      #top-menu > li:first-child {
        border-left: none; }
      #top-menu > li a {
        display: block;
        padding: 0 8px;
        font-size: 22px;
        color: #666666;
        text-decoration: none; }
        #top-menu > li a:hover {
          text-decoration: underline;
          color: gray; }
  #search-site {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none; }
    #search-site td {
      padding: 0 3px; }
    #search-site .search-text {
      display: block;
      position: relative;
      margin: 0 0 0 15px;
      font-size: 20px; }
    #search-site a {
      display: block;
      margin: 1px 0 0 0;
      font-size: 20px;
      color: #666666;
      text-decoration: none; }
      #search-site a:hover {
        text-decoration: underline; }
    #search-site i {
      position: absolute;
      top: 7px;
      font-size: 12px;
      color: #ff5778; }
  #top-social {
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none; }
    #top-social > li {
      display: block;
      float: left;
      margin: 0 5px;
      padding: 1px 0 0 0;
      width: auto;
      height: 19px;
      font-size: 11px;
      color: #666666; }
      #top-social > li > span {
        display: block;
        padding: 3px 0 0 0; }
      #top-social > li > a {
        display: block;
        margin: 0 0 0 0;
        width: 19px;
        height: 19px;
        color: #666666;
        text-decoration: none; }
        #top-social > li > a:hover {
          text-decoration: underline; }
        #top-social > li > a > span {
          display: none; }
      #top-social > li.icn-fb > a {
        background: url("../images/icn-social.jpg") left top no-repeat; }
      #top-social > li.icn-tw > a {
        background: url("../images/icn-social.jpg") left -30px no-repeat; }
      #top-social > li.icn-yt > a {
        background: url("../images/icn-social.jpg") left -60px no-repeat; }
      #top-social > li.icn-ig > a {
        background: url("../images/icn-social.jpg") left -90px no-repeat; }

#header-mainmenu-box {
  position: relative;
  border-radius: 5px;
  background-color: #ff5778;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
  min-height: 35px; }
  #header-mainmenu-box > .mainmenu-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
  #header-mainmenu-box > .centerwrapper {
    margin: auto;
    padding: 0; }
  #header-mainmenu-box #mainmenu-list {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0; }
    #header-mainmenu-box #mainmenu-list > li {
      display: block;
      float: left;
      width: auto;
      height: 35px;
      margin-left: 1px; }
      #header-mainmenu-box #mainmenu-list > li.expandable.active {
        background: #ff5778 !important;
        text-align: center; }
        #header-mainmenu-box #mainmenu-list > li.expandable.active > i {
          display: inline-block;
          text-align: center; }
          #header-mainmenu-box #mainmenu-list > li.expandable.active > i.fa-caret-down {
            display: none !important; }
        #header-mainmenu-box #mainmenu-list > li.expandable.active .mainmenu-lv2 {
          display: block; }
      #header-mainmenu-box #mainmenu-list > li:hover {
        background: #ff5778; }
      #header-mainmenu-box #mainmenu-list > li span {
        display: block;
        height: 35px; }
        #header-mainmenu-box #mainmenu-list > li span > a {
          display: block;
          padding: 5px 15px 0;
          height: 30px;
          font-size: 22px;
          color: #fbe0e5;
          text-decoration: none;
          cursor: pointer; }
          #header-mainmenu-box #mainmenu-list > li span > a:hover {
            color: #fbe0e5; }
      #header-mainmenu-box #mainmenu-list > li > i {
        display: none;
        position: relative;
        z-index: 3;
        top: -17px;
        font-size: 26px;
        color: #fbe0e5; }
  #header-mainmenu-box .mainmenu-lv2 {
    display: none;
    position: absolute;
    z-index: 2;
    left: 0;
    margin-top: -26px;
    width: 990px;
    min-height: 40px;
    background-color: #fbe0e5;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    #header-mainmenu-box .mainmenu-lv2 > .innerwrapper {
      padding: 10px 15px; }
  #header-mainmenu-box .mainmenu-lv3 {
    display: none;
    position: absolute;
    z-index: 3;
    left: 0;
    width: 100%;
    min-height: 40px;
    text-align: left; }
    #header-mainmenu-box .mainmenu-lv3 > .innerwrapper {
      padding: 0; }
    #header-mainmenu-box .mainmenu-lv3 > i {
      position: absolute;
      top: -16px;
      left: 46%;
      font-size: 26px;
      color: #fbe0e5; }
  #header-mainmenu-box .mainmenu-lv2-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    #header-mainmenu-box .mainmenu-lv2-list > li {
      position: relative;
      padding: 0 15px;
      float: left;
      width: 210px; }
      #header-mainmenu-box .mainmenu-lv2-list > li.active {
        text-align: center;
        border-radius: 5px; }
        #header-mainmenu-box .mainmenu-lv2-list > li.active > i {
          display: inline-block;
          text-align: center; }
          #header-mainmenu-box .mainmenu-lv2-list > li.active > i.fa-caret-down {
            display: none !important; }
        #header-mainmenu-box .mainmenu-lv2-list > li.active .mainmenu-lv3 {
          display: block; }
      #header-mainmenu-box .mainmenu-lv2-list > li:hover {
        background: #ff5778 !important;
        border-radius: 0;
        color: #fff !important; }
      #header-mainmenu-box .mainmenu-lv2-list > li > span {
        height: 55px !important;
        text-align: left; }
        #header-mainmenu-box .mainmenu-lv2-list > li > span > a {
          padding-left: 10px !important;
          height: 50px !important;
          font-size: 20px !important;
          color: #333 !important; }
          #header-mainmenu-box .mainmenu-lv2-list > li > span > a:hover {
            color: #fff !important; }
      #header-mainmenu-box .mainmenu-lv2-list > li > i {
        display: none;
        position: relative;
        z-index: 3;
        top: -17px;
        font-size: 26px;
        color: #333; }
  #header-mainmenu-box .mainmenu-lv3-list {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fbe0e5; }
    #header-mainmenu-box .mainmenu-lv3-list > li {
      overflow: hidden;
      position: relative;
      margin: 0;
      padding: 5px 0;
      cursor: pointer; }
      #header-mainmenu-box .mainmenu-lv3-list > li > span {
        display: block;
        float: left;
        height: auto !important;
        width: 90% !important; }
        #header-mainmenu-box .mainmenu-lv3-list > li > span > a {
          display: inline !important;
          padding: 0 !important;
          height: auto !important;
          font-size: 20px !important;
          color: #333 !important;
          line-height: 16px; }
      #header-mainmenu-box .mainmenu-lv3-list > li > i {
        display: block;
        float: left;
        margin: 2px 4px 0 10px;
        color: #333;
        font-size: 13px; }

.container-fluid-wrapper #header-panel-box {
  width: auto; }

.container-fluid-wrapper #header-mainmenu-box .centerwrapper {
  width: auto; }

.container-fluid-wrapper #se-maincontainer {
  width: auto; }

.container-fluid-wrapper #se-footer-wrapper #se-footer {
  width: auto; }

#se-maincontainer #index-spacing-box {
  height: 240px; }

#se-maincontainer #page-content .se-box {
  margin: 0; }

#se-maincontainer .se-box {
  margin: 0 0 0 0;
  margin-top: 260px; }

#se-maincontainer #img-test {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -pie-border-radius: 10px;
  behavior: url(/bangkok.go.th/assets/pie/PIE.htc); }

#se-maincontainer .index-custom-box {
  position: relative;
  overflow: hidden;
  margin: 0 0 16px 0;
  height: 300px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ff5778;
  border-radius: 5px;
  background: #fff; }
  #se-maincontainer .index-custom-box > .heading {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 2px 30px 0 15px;
    width: 75%; }
  #se-maincontainer .index-custom-box iframe {
    position: relative;
    width: 100%;
    height: 100%; }
  #se-maincontainer .index-custom-box .mod-box-topic {
    margin: 0;
    padding: 0 0 0 5px;
    width: 100%;
    font-weight: normal;
    font-size: 25px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  #se-maincontainer .index-custom-box .mod_tab-content .header {
    position: absolute;
    z-index: 2;
    top: 0px;
    left: 0px;
    margin: 0;
    padding: 0 0 0 0;
    width: 100%;
    background: #1b7aad; }

#se-maincontainer .index-calendar-box {
  height: 620px; }

#se-maincontainer .se-vdo-gallery-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative; }
  #se-maincontainer .se-vdo-gallery-wrapper .main-vdo {
    margin-bottom: 40px; }
    #se-maincontainer .se-vdo-gallery-wrapper .main-vdo .title-topic {
      font-family: "kittithada_medium_65_pregular";
      font-size: 28px;
      line-height: 28px;
      color: #fff;
      margin-bottom: 10px;
      background-color: #ff5778;
      padding: 5px 8px; }
    #se-maincontainer .se-vdo-gallery-wrapper .main-vdo .box-main-vdo-wrapper {
      position: relative;
      padding-top: 56.2%;
      margin-bottom: 10px; }
      #se-maincontainer .se-vdo-gallery-wrapper .main-vdo .box-main-vdo-wrapper .box-main-vdo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: 999; }
        #se-maincontainer .se-vdo-gallery-wrapper .main-vdo .box-main-vdo-wrapper .box-main-vdo video {
          display: block;
          width: 100%;
          height: 100%; }
          #se-maincontainer .se-vdo-gallery-wrapper .main-vdo .box-main-vdo-wrapper .box-main-vdo video:focus {
            outline: none; }
      #se-maincontainer .se-vdo-gallery-wrapper .main-vdo .box-main-vdo-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    #se-maincontainer .se-vdo-gallery-wrapper .main-vdo .title-vdo {
      font-family: "kittithada_roman_55_pregular";
      font-size: 24px;
      line-height: 24px;
      color: #666; }
  #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery .group-gallery {
      margin-right: 10px;
      width: 50%; }
      #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery .group-gallery img {
        width: auto;
        max-width: 100%;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        max-height: 270px;
        height: 100%;
        display: block; }
      #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery .group-gallery .caption a {
        font-family: "kittithada_roman_55_pregular";
        font-size: 24px;
        line-height: 24px;
        color: #666;
        text-decoration: none; }
    #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery .group-vdo {
      margin-left: 10px;
      width: 50%; }
      #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery .group-vdo img {
        width: auto;
        max-width: 100%;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        max-height: 270px;
        height: 100%;
        display: block; }
      #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery .group-vdo .caption a {
        font-family: "kittithada_roman_55_pregular";
        font-size: 24px;
        line-height: 24px;
        color: #666;
        text-decoration: none; }
    #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery .group-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 10px;
      background-color: #ff5778;
      padding: 5px 8px; }
      #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery .group-title .title-topic {
        font-family: "kittithada_medium_65_pregular";
        font-size: 27px;
        line-height: 27px;
        color: #fff; }
      #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery .group-title .more {
        margin-left: auto; }
        #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery .group-title .more a {
          font-family: "kittithada_roman_55_pregular";
          font-size: 22px;
          line-height: 22px;
          color: #fff;
          text-decoration: none; }
          #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery .group-title .more a:hover {
            text-decoration: underline; }
    @media screen and (max-width: 768px) {
      #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery .group-gallery img {
        max-height: 200px; }
      #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery .group-vdo img {
        max-height: 200px; } }
    @media screen and (max-width: 767px) {
      #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery {
        display: block; }
        #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery .group-gallery {
          margin-right: 0;
          margin-bottom: 40px;
          width: 100%; }
          #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery .group-gallery img {
            width: 100%;
            max-height: unset; }
        #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery .group-vdo {
          margin-left: 0;
          width: 100%; }
          #se-maincontainer .se-vdo-gallery-wrapper .vdo-gallery .group-vdo img {
            width: 100%;
            max-height: unset; } }

@media screen and (max-width: 1024px) {
  #se-maincontainer #page-content .se-box {
    margin: 0 !important; }
  #se-maincontainer .se-box {
    margin-top: 270px !important; } }

@media screen and (max-width: 768px) {
  #se-maincontainer #page-content .se-box {
    margin: 0 !important; }
  #se-maincontainer .se-box {
    margin-top: 110px !important; } }

@media screen and (max-width: 414px) {
  #se-maincontainer #page-content .se-box {
    margin: 0 !important; }
  #se-maincontainer .se-box {
    margin-top: 80px !important; } }

@media screen and (max-width: 411px) {
  #se-maincontainer #page-content .se-box {
    margin: 0 !important; }
  #se-maincontainer .se-box {
    margin-top: 70px !important; } }

@media screen and (max-width: 375px) {
  #se-maincontainer #page-content .se-box {
    margin: 0 !important; }
  #se-maincontainer .se-box {
    margin-top: 50px !important; } }

@media screen and (max-width: 360px) {
  #se-maincontainer #page-content .se-box {
    margin: 0 !important; }
  #se-maincontainer .se-box {
    margin-top: 40px !important; } }

@media screen and (max-width: 320px) {
  #se-maincontainer #page-content .se-box {
    margin: 0 !important; }
  #se-maincontainer .se-box {
    margin-top: 20px !important; } }

#se-maincontainer #page-content {
  margin-top: 240px;
  padding: 0px 10px 10px 10px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #ff5778;
  border-radius: 5px; }

#se-maincontainer .page-custom-box #custom-box-gallery .fontfacetext {
  border-radius: 5px;
  background-color: linear-gradient(to bottom, #03689f, #013d5c) !important;
  background-image: -webkit-linear-gradient(to bottom, #03689f, #013d5c) !important;
  background-image: -moz-linear-gradient(to bottom, #03689f, #013d5c) !important;
  background-image: -o-linear-gradient(to bottom, #03689f, #013d5c) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#03689f), to(#013d5c)) !important;
  background-image: -webkit-linear-gradient(top, #03689f, #013d5c) !important;
  background-image: -o-linear-gradient(top, #03689f, #013d5c) !important;
  background-image: linear-gradient(to bottom, #03689f, #013d5c) !important; }

#se-maincontainer .page-box-heading {
  margin: 0 0 10px 0;
  padding: 0;
  font-size: 26px;
  font-weight: normal; }
  #se-maincontainer .page-box-heading .heading1 {
    color: #333333; }
  #se-maincontainer .page-box-heading .heading2 {
    color: #ff5778;
    font-weight: bold; }

.commnet-detail table tbody tr td img {
  border-radius: 50px; }

#se-footer {
  position: relative;
  margin: auto;
  padding: 12px 10px 10px 10px;
  width: 990px; }
  #se-footer > .footer-row {
    overflow: hidden;
    margin-bottom: 10px; }
    #se-footer > .footer-row > .footer-box {
      width: auto; }
  #se-footer .footer-panel-box {
    width: auto; }
    #se-footer .footer-panel-box.left {
      float: left; }
    #se-footer .footer-panel-box.right {
      float: right; }
    #se-footer .footer-panel-box.center {
      margin: auto !important;
      width: 100%;
      text-align: center; }
  #se-footer #top-social {
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none; }
    #se-footer #top-social > li {
      display: block;
      float: left;
      margin: 0 5px;
      padding: 1px 0 0 0;
      width: auto;
      height: 19px;
      font-size: 11px;
      color: #666666; }
      #se-footer #top-social > li > span {
        display: block;
        padding: 3px 0 0 0; }
      #se-footer #top-social > li > a {
        display: block;
        margin: 0 0 0 0;
        width: 19px;
        height: 19px;
        color: #666666;
        text-decoration: none; }
        #se-footer #top-social > li > a:hover {
          text-decoration: underline; }
        #se-footer #top-social > li > a > span {
          display: none; }
      #se-footer #top-social > li.icn-fb > a {
        background: url("../images/icn-social.jpg") left top no-repeat; }
      #se-footer #top-social > li.icn-tw > a {
        background: url("../images/icn-social.jpg") left -30px no-repeat; }
      #se-footer #top-social > li.icn-yt > a {
        background: url("../images/icn-social.jpg") left -60px no-repeat; }
  #se-footer #top-social.type2 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none; }
    #se-footer #top-social.type2 > li {
      display: block;
      float: none;
      margin: 5px 0;
      padding: 1px 0 0 0;
      width: auto;
      height: 19px;
      font-size: 11px;
      color: #666666; }
      #se-footer #top-social.type2 > li > span {
        display: block;
        padding: 3px 0 0 0; }
      #se-footer #top-social.type2 > li > a {
        display: block;
        margin: 0 0 0 0;
        padding: 2px 26px 0 0;
        width: auto;
        height: 17px;
        color: #666666;
        text-decoration: none;
        text-align: right; }
        #se-footer #top-social.type2 > li > a:hover {
          text-decoration: underline; }
        #se-footer #top-social.type2 > li > a > span {
          display: block; }
      #se-footer #top-social.type2 > li:first-child {
        display: none; }
      #se-footer #top-social.type2 > li.icn-fb > a {
        background: url("../images/icn-social.jpg") right top no-repeat; }
      #se-footer #top-social.type2 > li.icn-tw > a {
        background: url("../images/icn-social.jpg") right -30px no-repeat; }
      #se-footer #top-social.type2 > li.icn-yt > a {
        background: url("../images/icn-social.jpg") right -60px no-repeat; }

#footer-menu {
  display: inline-block;
  *display: inline;
  zoom: 1;
  overflow: hidden;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none; }
  #footer-menu > li {
    display: block;
    float: left;
    margin: 0 5px;
    padding: 0;
    width: auto;
    height: 20px;
    border-left: 1px solid #ccc; }
    #footer-menu > li:first-child {
      border-left: none; }
    #footer-menu > li a {
      display: block;
      margin: -1px 0 0 10px;
      font-size: 22px;
      color: #666666;
      text-decoration: none; }
      #footer-menu > li a:hover {
        text-decoration: underline; }

#callcenter {
  position: relative;
  overflow: hidden;
  padding-left: 50px;
  background: url("../images/icn-callcenter.png") left 2px no-repeat; }
  #callcenter > span {
    display: block;
    font-family: arial; }
    #callcenter > span.cc-text {
      margin-top: -3px;
      font-weight: bold;
      font-size: 19px;
      color: #ff5778; }
    #callcenter > span.cc-num {
      color: #ff5778;
      font-size: 30px;
      font-weight: bold;
      margin-top: -5px; }

#enewsletter {
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  overflow: hidden;
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none; }
  #enewsletter td {
    padding: 0 3px; }
  #enewsletter .search-text {
    display: block;
    position: relative;
    margin: 0 0 0 15px;
    font-size: 20px; }
  #enewsletter a {
    display: block;
    margin: 1px 0 0 0;
    font-size: 20px;
    color: #666666;
    text-decoration: none; }
    #enewsletter a:hover {
      text-decoration: underline; }
  #enewsletter i {
    position: absolute;
    top: 7px;
    font-size: 12px;
    color: #333; }

#footer-address p {
  margin: 0;
  padding: 0;
  font-size: 12px; }

#site-stat td {
  font-size: 13px;
  color: #48AC3D; }

#site-stat .site-stat-num {
  color: #333; }

/* scss page style */
#custom-box-sitemap span {
  font-size: 0.8em; }

#custom-box-sitemap .custom-box {
  margin-top: 10px;
  float: left;
  display: block;
  width: 100%; }
  #custom-box-sitemap .custom-box .sitemap-box {
    margin: 5px 30px 0 0;
    width: 30%;
    float: left;
    display: inline-block;
    min-height: 405px; }
    #custom-box-sitemap .custom-box .sitemap-box h2 {
      color: #8f8587;
      font-size: 22px;
      margin: 0px; }
      #custom-box-sitemap .custom-box .sitemap-box h2 a {
        color: #8f8587 !important; }
    #custom-box-sitemap .custom-box .sitemap-box ul {
      margin: 10px 0 0 0;
      padding: 0;
      list-style: none; }
      #custom-box-sitemap .custom-box .sitemap-box ul li > i {
        margin-right: 3px;
        background: url(../images/icon-right-gray.png) no-repeat;
        width: 5px;
        height: 10px;
        display: inline-block; }
      #custom-box-sitemap .custom-box .sitemap-box ul li > a {
        text-decoration: none;
        color: #666666;
        font-size: 0.8em;
        font-family: tahoma;
        line-height: 1.5em; }
      #custom-box-sitemap .custom-box .sitemap-box ul .submenu-2 {
        margin: 0 0 0 10px; }
      #custom-box-sitemap .custom-box .sitemap-box ul .submenu-3 {
        margin: 0 0 0 10px; }

@media only screen and (max-width: 40em) {
  .sitemap-box {
    margin: 5px 0 0 0;
    width: 100% !important;
    float: left;
    display: inline-block;
    min-height: 250px !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .sitemap-box {
    margin: 10px 0 0 0;
    width: 45% !important;
    float: left;
    display: inline-block;
    min-height: 250px !important; } }

#custom-box-download .group-search span {
  font-size: 18px;
  width: 90%;
  clear: both; }

#custom-box-download .group-search a img {
  vertical-align: middle; }

#custom-box-download .group-search .border-select {
  border: solid 1px #ccc;
  border-radius: 15px;
  width: 20%;
  height: 23px;
  display: inline-block; }
  #custom-box-download .group-search .border-select select {
    border: none;
    width: 90%;
    margin: 3px 0 0 10px;
    font-size: 0.8em; }

#custom-box-download .box-scroll {
  float: left;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 20px; }
  #custom-box-download .box-scroll table tr td {
    padding: 5px; }
  #custom-box-download .box-scroll .date-bold {
    font-weight: bold; }
  #custom-box-download .box-scroll .odd {
    background: #e9e9e9; }
  #custom-box-download .box-scroll .sortable a {
    text-decoration: none;
    color: #6F5F5F; }
    #custom-box-download .box-scroll .sortable a img {
      padding-right: 5px;
      vertical-align: middle; }

@media only screen and (max-width: 40em) {
  .group-search span {
    font-size: 18px; }
  .group-search .border-select {
    border: solid 1px #ccc;
    border-radius: 15px;
    width: 90% !important;
    height: 23px; }
    .group-search .border-select select {
      border: none;
      width: 90%;
      margin: 3px 0 0 10px;
      font-size: 0.8em; } }

#custom-box-question .box-question {
  padding: 10px; }
  #custom-box-question .box-question a {
    text-decoration: none;
    font-size: 13px;
    color: #666; }
    #custom-box-question .box-question a .head-date {
      color: #0490D8;
      font-weight: bold; }

#custom-box-question .bg-gray {
  background: #EBEBEB; }

#custom-box-question .heading-txt1 {
  font-size: 23px; }

#custom-box-question .heading-txt2 {
  color: #0490D8;
  font-size: 23px; }

#custom-box-question .heading2 {
  color: #0490D8;
  font-size: 25px; }

#custom-box-question .box-data {
  margin-bottom: 2px;
  font-size: 13px; }
  #custom-box-question .box-data .title {
    font-weight: bold; }
  #custom-box-question .box-data .box-input-requestion {
    background: #F5F5F5;
    padding: 10px;
    border-bottom: solid 1px #ccc; }
    #custom-box-question .box-data .box-input-requestion .group-first {
      display: inline-block;
      width: 10%; }
    #custom-box-question .box-data .box-input-requestion .group-first2 {
      display: inline-block;
      width: 10%; }
    #custom-box-question .box-data .box-input-requestion input[type="text"] {
      border: 1px solid #ff5778;
      border-radius: 5px;
      height: 25px;
      padding: 0 10px;
      width: 32%; }
    #custom-box-question .box-data .box-input-requestion textarea {
      border: 1px solid #ff5778;
      border-radius: 5px;
      padding: 0 10px;
      width: 32% !important; }
    #custom-box-question .box-data .box-input-requestion #a_2 {
      width: 83.5% !important; }
    #custom-box-question .box-data .box-input-requestion select {
      height: 25px;
      border: 1px solid #ff5778;
      border-radius: 5px;
      width: 155px !important; }
    #custom-box-question .box-data .box-input-requestion table {
      margin-left: 15%; }
    #custom-box-question .box-data .box-input-requestion .red {
      font-size: 13px;
      margin: 5px;
      color: red; }
    #custom-box-question .box-data .box-input-requestion .group-btn {
      margin: 0 0 0 78px;
      width: 25%;
      padding: 20px; }
      #custom-box-question .box-data .box-input-requestion .group-btn table {
        margin: 0; }
      #custom-box-question .box-data .box-input-requestion .group-btn .btn-blue {
        background-color: #ff3d63 !important;
        width: 40%;
        margin: 10px 0;
        text-align: center; }
        #custom-box-question .box-data .box-input-requestion .group-btn .btn-blue img {
          margin-left: 5px; }
        #custom-box-question .box-data .box-input-requestion .group-btn .btn-blue input {
          background: transparent;
          color: #fff;
          border: none;
          padding: 2px 10px;
          font-size: 22px; }

@media only screen and (max-width: 40em) {
  .box-question {
    padding: 10px; }
    .box-question a {
      text-decoration: none;
      font-size: 13px;
      color: #666; }
      .box-question a .head-date {
        color: #0490D8; }
  .bg-gray {
    background: #EBEBEB; }
  .heading-txt1 {
    font-size: 23px; }
  .heading-txt2 {
    color: #0490D8;
    font-size: 23px; }
  .heading2 {
    color: #0490D8;
    font-size: 25px; }
  .box-data {
    margin-bottom: 2px;
    font-size: 13px; }
    .box-data .box-input-requestion {
      background: #F5F5F5;
      padding: 10px;
      border-bottom: solid 1px #ccc; }
      .box-data .box-input-requestion .group-first {
        display: inline-block;
        width: 25% !important; }
      .box-data .box-input-requestion .group-first2 {
        display: inline-block;
        width: 25% !important; }
      .box-data .box-input-requestion input[type="text"] {
        width: auto !important; }
      .box-data .box-input-requestion textarea {
        margin: 10px 0;
        width: 66% !important; }
      .box-data .box-input-requestion table {
        margin-left: 25% !important; }
      .box-data .box-input-requestion .group-btn {
        margin: 0 0 0 26% !important;
        width: 90% !important;
        padding: 20px 0 !important;
        text-align: left; }
        .box-data .box-input-requestion .group-btn .btn-blue {
          background: #0490D8;
          width: 45% !important;
          margin-top: 10px; }
          .box-data .box-input-requestion .group-btn .btn-blue img {
            margin-left: 5px; }
          .box-data .box-input-requestion .group-btn .btn-blue input {
            background: transparent;
            color: #fff;
            border: none;
            padding: 2px 10px;
            font-size: 22px; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .box-question {
    padding: 10px; }
    .box-question a {
      text-decoration: none;
      font-size: 13px;
      color: #666; }
      .box-question a .head-date {
        color: #0490D8; }
  .bg-gray {
    background: #EBEBEB; }
  .heading-txt1 {
    font-size: 23px; }
  .heading-txt2 {
    color: #0490D8;
    font-size: 23px; }
  .heading2 {
    color: #0490D8;
    font-size: 25px; }
  .box-data {
    margin-bottom: 2px;
    font-size: 13px; }
    .box-data .title {
      font-weight: bold; }
    .box-data .box-input-requestion {
      background: #F5F5F5;
      padding: 10px;
      border-bottom: solid 1px #ccc; }
      .box-data .box-input-requestion .group-first {
        display: inline-block;
        width: 15% !important; }
      .box-data .box-input-requestion .group-first2 {
        display: inline-block;
        width: 15% !important; }
      .box-data .box-input-requestion input[type="text"] {
        width: 20%; }
      .box-data .box-input-requestion textarea {
        margin: 10px 0;
        width: auto !important; }
      .box-data .box-input-requestion #info {
        width: 32% !important; }
      .box-data .box-input-requestion #contact_address {
        width: 32% !important; }
      .box-data .box-input-requestion .group-btn {
        margin: 0 0 0 15.5% !important;
        width: 40% !important;
        padding: 20px 0 !important;
        text-align: left; }
        .box-data .box-input-requestion .group-btn .btn-blue {
          background: #0490D8;
          width: 45% !important;
          margin: 0 !important; }
          .box-data .box-input-requestion .group-btn .btn-blue img {
            margin-left: 5px; }
          .box-data .box-input-requestion .group-btn .btn-blue input {
            background: transparent;
            color: #fff;
            border: none;
            padding: 2px 10px;
            font-size: 22px; } }

#custom-box-webboard .group-menu {
  clear: both; }
  #custom-box-webboard .group-menu .box-title {
    float: left;
    width: 70%; }
  #custom-box-webboard .group-menu .group-btn {
    float: right;
    width: 30%; }
    #custom-box-webboard .group-menu .group-btn .btn-blue {
      background: #0490D8;
      min-width: 30%;
      margin: 0 5px;
      float: right; }
      #custom-box-webboard .group-menu .group-btn .btn-blue img {
        margin-left: 5px; }
      #custom-box-webboard .group-menu .group-btn .btn-blue a {
        color: #fff;
        border: none;
        font-size: 22px;
        text-decoration: none;
        text-align: center;
        width: 80px;
        display: inline-block;
        padding: 2px; }
  #custom-box-webboard .group-menu .heading2 {
    color: #0490D8;
    font-size: 25px; }

#custom-box-webboard .box-webboard {
  padding: 10px; }
  #custom-box-webboard .box-webboard a {
    text-decoration: none;
    font-size: 13px;
    color: #666; }
    #custom-box-webboard .box-webboard a .head-date {
      color: #0490D8;
      font-weight: bold; }

#custom-box-webboard .bg-gray {
  background: #EBEBEB; }

@media only screen and (max-width: 40em) {
  .group-menu {
    clear: both; }
    .group-menu .box-title {
      float: left;
      width: 100% !important; }
    .group-menu .group-btn {
      float: right;
      width: 100% !important; }
      .group-menu .group-btn .btn-blue {
        background: #0490D8;
        min-width: 30%;
        margin: 0 5px;
        float: right; }
        .group-menu .group-btn .btn-blue img {
          margin-left: 5px; }
        .group-menu .group-btn .btn-blue a {
          color: #fff;
          border: none;
          font-size: 22px;
          text-decoration: none;
          text-align: center;
          width: 80px;
          display: inline-block;
          padding: 2px; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .group-menu {
    clear: both; }
    .group-menu .box-title {
      float: left;
      width: 70% !important; }
    .group-menu .group-btn {
      float: right;
      width: 30% !important; }
      .group-menu .group-btn .btn-blue {
        background: #0490D8;
        min-width: 30%;
        margin: 0 5px;
        float: right; }
        .group-menu .group-btn .btn-blue img {
          margin-left: 5px; }
        .group-menu .group-btn .btn-blue a {
          color: #fff;
          border: none;
          font-size: 22px;
          text-decoration: none;
          text-align: center;
          width: 80px;
          display: inline-block;
          padding: 2px; } }

#custom-box-pollvote .group-menu {
  height: 30px;
  display: block; }
  #custom-box-pollvote .group-menu .group-btn {
    float: right;
    width: 100%; }
    #custom-box-pollvote .group-menu .group-btn .btn-blue {
      background: #48AC3D;
      width: 12%;
      margin: 0 5px;
      float: right; }
      #custom-box-pollvote .group-menu .group-btn .btn-blue img {
        margin-left: 5px; }
      #custom-box-pollvote .group-menu .group-btn .btn-blue a {
        color: #fff;
        border: none;
        font-size: 22px;
        text-decoration: none;
        text-align: center;
        width: 80px;
        display: inline-block;
        padding: 2px; }

#custom-box-pollvote .group-content {
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 20px; }
  #custom-box-pollvote .group-content .left-content {
    float: left;
    width: 25%;
    padding: 5px; }
    #custom-box-pollvote .group-content .left-content input {
      height: 14px;
      width: 130px; }
    #custom-box-pollvote .group-content .left-content .head-style {
      color: #ff5778;
      font-size: 13px; }
    #custom-box-pollvote .group-content .left-content .head-style2 {
      color: #666;
      font-size: 13px; }
      #custom-box-pollvote .group-content .left-content .head-style2 a {
        text-decoration: none; }
        #custom-box-pollvote .group-content .left-content .head-style2 a:hover {
          text-decoration: underline; }
    #custom-box-pollvote .group-content .left-content .squre {
      background-color: #ff5778;
      width: 6px;
      height: 6px;
      display: inline-block;
      margin-right: 5px;
      border-radius: 5px; }
  #custom-box-pollvote .group-content .right-content {
    float: right;
    width: 70%; }
    #custom-box-pollvote .group-content .right-content .right-content-poll {
      border: 2px solid #dadada;
      border-radius: 5px;
      padding: 10px; }
      #custom-box-pollvote .group-content .right-content .right-content-poll .title {
        color: #41767C;
        font-size: 23px; }
      #custom-box-pollvote .group-content .right-content .right-content-poll table tr td {
        font-size: 13px; }
    #custom-box-pollvote .group-content .right-content .title-bottom {
      color: #41767C;
      font-size: 23px;
      padding: 10px 0;
      display: block; }
    #custom-box-pollvote .group-content .right-content .group-radio {
      font-size: 13px;
      line-height: 2em; }
      #custom-box-pollvote .group-content .right-content .group-radio input[type="radio"] {
        vertical-align: middle;
        margin-right: 5px; }
    #custom-box-pollvote .group-content .right-content .b-vote {
      border: none;
      background: url("../images/b-vote.jpg") no-repeat;
      width: 75px;
      margin: 10px 0; }

@media only screen and (max-width: 40em) {
  .group-content {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 20px; }
    .group-content .left-content {
      float: left;
      width: 100% !important;
      padding: 10px 5px !important; }
      .group-content .left-content input {
        height: 14px;
        width: 130px; }
      .group-content .left-content .head-style {
        color: #48AC3D;
        font-size: 13px; }
      .group-content .left-content .head-style2 {
        color: #666;
        font-size: 13px; }
    .group-content .right-content {
      float: right;
      width: 100% !important; }
      .group-content .right-content .right-content-poll {
        border: solid 1px #ccc;
        padding: 10px; }
        .group-content .right-content .right-content-poll .title {
          color: #41767C;
          font-size: 23px; }
        .group-content .right-content .right-content-poll table tr td {
          font-size: 13px; }
      .group-content .right-content .title-bottom {
        color: #41767C;
        font-size: 23px;
        padding: 10px 0;
        display: block; }
      .group-content .right-content .group-radio {
        font-size: 13px;
        line-height: 2em; }
        .group-content .right-content .group-radio input[type="radio"] {
          vertical-align: middle;
          margin-right: 5px; }
      .group-content .right-content .b-vote {
        border: none;
        background: url("../images/b-vote.jpg") no-repeat;
        width: 75px; } }

#custom-box-news .group-menu {
  clear: both; }

#custom-box-news .group-content {
  font-size: 13px; }
  #custom-box-news .group-content .title {
    color: #ffffff !important;
    font-size: 25px;
    display: block;
    margin: 10px 0;
    font-weight: bold;
    padding: 0 15px; }
  #custom-box-news .group-content .link-footer {
    display: block;
    margin: 15px 0; }
    #custom-box-news .group-content .link-footer a {
      text-decoration: underline;
      color: #666666; }

#custom-box-news .group-menu .se-box__item {
  vertical-align: top;
  display: inline-block;
  width: 100%; }

#custom-box-news .group-img-list ul {
  position: relative;
  width: 100%;
  list-style: none;
  height: 300px;
  padding: 0; }
  #custom-box-news .group-img-list ul li {
    float: left;
    margin: 0 0 10px 0;
    padding: 0 10px;
    width: 165px;
    height: 210px; }
    #custom-box-news .group-img-list ul li > a {
      display: block;
      overflow: hidden;
      margin-bottom: 10px;
      width: 165px;
      height: 110px;
      text-align: center; }
      #custom-box-news .group-img-list ul li > a > img {
        width: 100%; }
        #custom-box-news .group-img-list ul li > a > img:hover {
          opacity: 0.5; }
    #custom-box-news .group-img-list ul li span > a {
      display: block;
      color: #666;
      font-size: 13px;
      text-decoration: none; }

#custom-box-news .group-img-list-banner ul {
  position: relative;
  width: 100%;
  list-style: none;
  height: 300px;
  padding: 0; }
  #custom-box-news .group-img-list-banner ul li {
    float: left;
    margin: 0 0 10px 0;
    padding: 0 10px;
    width: 165px;
    height: 150px; }
    #custom-box-news .group-img-list-banner ul li > a {
      display: block;
      overflow: hidden;
      margin-bottom: 10px;
      width: 165px;
      height: 58px;
      text-align: center; }
      #custom-box-news .group-img-list-banner ul li > a > img {
        width: 100%; }
        #custom-box-news .group-img-list-banner ul li > a > img:hover {
          opacity: 0.5; }
    #custom-box-news .group-img-list-banner ul li span > a {
      overflow: hidden;
      display: block;
      color: #666;
      font-size: 13px;
      text-decoration: none; }
      #custom-box-news .group-img-list-banner ul li span > a > u {
        word-wrap: break-word; }

#custom-box-news .pagenumber a {
  text-decoration: none;
  color: #666 !important; }

@media only screen and (max-width: 40em) {
  .group-img-list ul li {
    float: left;
    display: block;
    margin: 0 0 10px 0 !important;
    padding: 0 7px !important;
    width: 165px;
    height: 170px !important; } }

#custom-box-member {
  width: 515px;
  min-height: 180px;
  position: relative;
  background: #FFF;
  margin-top: 300px;
  padding: 0 20px; }
  #custom-box-member .box-blue {
    position: absolute;
    width: 115px;
    height: 105px;
    background: url("../images/bg_blue.png");
    margin-top: -30px;
    padding: 10px;
    font-size: 1.6em;
    color: #FFF; }
  #custom-box-member .content-slide-detail {
    float: right;
    width: 70%;
    margin-top: 20px; }

@media only screen and (max-width: 40em) {
  #custom-box-member {
    width: 89%;
    min-height: 250px;
    position: relative;
    background: #FFF;
    margin-top: 100px;
    padding: 0 20px; }
    #custom-box-member .box-blue {
      position: relative;
      float: left;
      width: 115px;
      height: 105px;
      background: url("../images/bg_blue.png");
      margin-top: -30px;
      padding: 10px;
      font-size: 1.6em;
      color: #FFF; }
    #custom-box-member .content-slide-detail {
      float: left;
      width: 320px;
      margin-top: 20px;
      margin-left: 10px; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #custom-box-member {
    width: 515px;
    min-height: 180px;
    position: relative;
    background: #FFF;
    margin-top: 200px;
    padding: 0 20px; }
    #custom-box-member .box-blue {
      position: absolute;
      width: 115px;
      height: 105px;
      background: url("../images/bg_blue.png");
      margin-top: -30px;
      padding: 10px;
      font-size: 1.6em;
      color: #FFF; }
    #custom-box-member .content-slide-detail {
      float: right;
      width: 70%;
      margin-top: 20px; } }

#custom-box-gallery .group-search span {
  font-size: 18px;
  width: 90%;
  clear: both; }

#custom-box-gallery .group-search a img {
  vertical-align: middle; }

#custom-box-gallery .group-search .border-select {
  border: solid 1px #ccc;
  border-radius: 15px;
  width: 20%;
  height: 23px;
  display: inline-block; }
  #custom-box-gallery .group-search .border-select select {
    border: none;
    width: 90%;
    margin: 3px 0 0 10px;
    font-size: 0.8em; }

#custom-box-gallery .group-img-list ul {
  position: relative;
  width: 100%;
  list-style: none;
  height: 300px;
  padding: 0; }
  #custom-box-gallery .group-img-list ul li {
    float: left;
    margin: 0 0 10px 0;
    padding: 0 10px;
    width: 165px;
    height: 160px; }
    #custom-box-gallery .group-img-list ul li a {
      color: #666;
      font-size: 13px;
      text-decoration: none;
      width: 165px;
      height: 85px; }

#custom-box-gallery .pagenumber a {
  text-decoration: none;
  color: #666 !important; }

#custom-box-gallery .group-img-inside ul {
  position: relative;
  width: 100%;
  list-style: none;
  height: 250px;
  padding: 0; }
  #custom-box-gallery .group-img-inside ul li {
    float: left;
    margin: 0 0 10px 0;
    padding: 0 10px;
    width: 165px;
    height: auto; }
    #custom-box-gallery .group-img-inside ul li a {
      color: #666;
      font-size: 13px;
      text-decoration: none;
      width: 165px;
      height: 85px; }

#custom-box-faq .list-group {
  margin-bottom: 20px;
  width: 100%; }

#custom-box-faq .list-group .list-group-category {
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-size: 1.8em;
  font-weight: normal;
  color: #333; }

#custom-box-faq .list-group .list-group-category-desc {
  color: #666; }

#custom-box-faq .list-group .list-group-item {
  padding: 1px 0 1px 0; }

#custom-box-faq .list-group .list-group-item:first-child {
  padding: 0 0 1px 0; }

#custom-box-faq .list-group .list-group-item .list-group-head {
  position: relative;
  padding: 3px 0 5px 0;
  min-height: 25px;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  border-bottom: 1px dotted #CCC;
  line-height: 1.5; }

#custom-box-faq .list-group .list-group-item .list-group-head span {
  position: relative;
  display: block;
  padding-right: 25px;
  background: url("../images/side-nav/icn-plus2.png") right 5px no-repeat; }

#custom-box-faq .list-group .list-group-item .list-group-head span a {
  top: -1px;
  left: 0px;
  color: #444;
  text-decoration: none;
  font-size: 13px; }

#custom-box-faq .list-group .list-group-item .active span {
  background: url("../images/side-nav/icn-minus2.png") right 5px no-repeat; }

#custom-box-faq .list-group .list-group-item .list-group-content {
  display: none; }

#custom-box-faq .list-group .list-group-item .list-group-content.opened {
  display: block; }

#custom-box-faq .list-group .list-group-item .list-group-content .iframe-home-box {
  overflow: hidden;
  padding: 5px 0 0 3px; }
  #custom-box-faq .list-group .list-group-item .list-group-content .iframe-home-box .inner_text_editor_box {
    font-size: 13px;
    padding: 5px; }

#custom-box-faq .list-group .list-group-item .list-group-content .list-group-more {
  display: block;
  margin: 5px 0 0 3px;
  font-size: 0.8em; }

#custom-box-faq .list-group .list-group-item .list-group-content .list-group-more i {
  color: #e00100; }

#custom-box-faq .list-group .list-group-item .list-group-content .list-group-more a {
  color: #333333;
  text-decoration: none; }

#custom-box-faq .list-group .list-group-item .list-group-content .list-group-more a:hover {
  text-decoration: underline; }

#custom-box-faq #list-group01.list-group .list-group-item span {
  background: url(../images/side-nav/icon-down.png) right no-repeat !important; }

#custom-box-faq #list-group01.list-group .list-group-item .active span {
  background: url(../images/side-nav/icon-down-g-blue.png) right no-repeat !important; }

#custom-box-register-form .box-title {
  float: left;
  width: 100%; }

#custom-box-register-form .group-btn {
  float: right;
  width: 30%; }
  #custom-box-register-form .group-btn .btn-blue {
    background: #0490D8;
    min-width: 30%;
    margin: 0 5px;
    float: right; }
    #custom-box-register-form .group-btn .btn-blue img {
      margin-left: 5px; }
    #custom-box-register-form .group-btn .btn-blue a {
      color: #fff;
      border: none;
      font-size: 22px;
      text-decoration: none;
      text-align: center;
      width: 80px;
      display: inline-block;
      padding: 2px; }

#custom-box-register-form .heading2 {
  color: #0490D8;
  font-size: 25px; }

#custom-box-register-form .box-main-input {
  width: 90%;
  margin: auto;
  font-size: 13px;
  line-height: 18px;
  border-bottom: 1px solid #CCC;
  padding-bottom: 10px;
  margin-bottom: 10px; }

#custom-box-register-form .texthead {
  float: left;
  text-align: right;
  width: 100px;
  margin-top: 10px; }

#custom-box-register-form .box-input {
  margin-left: 10px;
  margin-top: 10px;
  overflow: hidden; }

@media only screen and (max-width: 40em) {
  #custom-box-register-form .box-title {
    float: left;
    width: 100%; }
  #custom-box-register-form .group-btn {
    float: right;
    width: 30%; }
    #custom-box-register-form .group-btn .btn-blue {
      background: #0490D8;
      min-width: 30%;
      margin: 0 5px;
      float: right; }
      #custom-box-register-form .group-btn .btn-blue img {
        margin-left: 5px; }
      #custom-box-register-form .group-btn .btn-blue a {
        color: #fff;
        border: none;
        font-size: 22px;
        text-decoration: none;
        text-align: center;
        width: 80px;
        display: inline-block;
        padding: 2px; }
  #custom-box-register-form .heading2 {
    color: #0490D8;
    font-size: 25px; }
  #custom-box-register-form .box-main-input {
    width: 98%;
    font-size: 13px;
    line-height: 18px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  #custom-box-register-form .texthead {
    float: none;
    text-align: left;
    width: 100px;
    margin-top: 0px; }
  #custom-box-register-form .box-input {
    margin-left: 0px;
    margin-top: 5px;
    overflow: hidden; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #custom-box-register-form .box-title {
    float: left;
    width: 100%; }
  #custom-box-register-form .group-btn {
    float: right;
    width: 30%; }
    #custom-box-register-form .group-btn .btn-blue {
      background: #0490D8;
      min-width: 30%;
      margin: 0 5px;
      float: right; }
      #custom-box-register-form .group-btn .btn-blue img {
        margin-left: 5px; }
      #custom-box-register-form .group-btn .btn-blue a {
        color: #fff;
        border: none;
        font-size: 22px;
        text-decoration: none;
        text-align: center;
        width: 80px;
        display: inline-block;
        padding: 2px; }
  #custom-box-register-form .heading2 {
    color: #0490D8;
    font-size: 25px; }
  #custom-box-register-form .box-main-input {
    width: 98%;
    margin: auto;
    font-size: 13px;
    line-height: 18px;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
    margin-bottom: 10px; }
  #custom-box-register-form .texthead {
    float: left;
    text-align: right;
    width: 100px;
    margin-top: 10px; }
  #custom-box-register-form .box-input {
    margin-left: 10px;
    margin-top: 10px;
    overflow: hidden; } }

#custom-box-blank .texteditor {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px; }
  #custom-box-blank .texteditor a {
    color: #48AC3D; }

#custom-box-blank .image-text {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 20px; }
  #custom-box-blank .image-text .image {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
    margin: 10px; }
    #custom-box-blank .image-text .image .im {
      width: auto; }
  #custom-box-blank .image-text .image2 {
    float: left;
    display: block;
    text-align: center; }
    #custom-box-blank .image-text .image2 .im {
      width: auto;
      margin: 0 10px 10px 0px; }
  #custom-box-blank .image-text .text {
    overflow: hidden; }

#custom-box-blank .vdo {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  margin: 20px 0; }

/* responsive control stylesheet */
/* **DO NOT** import another scss component below reponsive import!! */
@media only screen and (max-width: 40em) {
  /* justifygrid */
  /* global-styles */
  #se-wrapper {
    max-width: inherit;
    min-width: 320px;
    width: 100%; }
  /* offcanvas-menu  */
  #menu-trigger {
    display: inline-block; }
  /* main bg cover */
  #se-bg-cover {
    display: none;
    top: 450px; }
  #se-maincontainer {
    margin: auto;
    padding: 0 2% 48px 2%;
    width: 96%; }
  #se-footer-wrapper {
    min-height: inherit;
    height: auto;
    background: #efefef;
    border-top: 1px solid #efefef; }
  .centerwrapper {
    margin: auto;
    padding: 0;
    width: 100%; }
  /* welcome text */
  #welcome-text {
    position: initial;
    top: initial;
    right: 0;
    margin: 60px 0 10px 0;
    text-align: left; }
    #welcome-text > p {
      margin: 0;
      padding: 0;
      color: #333;
      text-shadow: #333 2px 2px 3px; }
      #welcome-text > p.heading {
        font-size: 1.6em; }
      #welcome-text > p.desc {
        font-size: 1.2em; }
  /* page navigation */
  #page-navi {
    display: none;
    height: 25px; }
    #page-navi ul {
      margin: 0;
      padding: 0 15px; }
      #page-navi ul > li {
        display: inline-block;
        margin: 0;
        padding: 0 0 0 0;
        list-style: none; }
        #page-navi ul > li a {
          text-decoration: none;
          font-size: 12px; }
          #page-navi ul > li a:hover {
            text-decoration: underline; }
        #page-navi ul > li:before {
          content: "/";
          padding: 0 5px 0 1px;
          font-size: 12px; }
        #page-navi ul > li:first-child:before {
          content: none; }
        #page-navi ul > li.unavailable a {
          text-decoration: none;
          cursor: default; }
        #page-navi ul > li.current a {
          text-decoration: none;
          cursor: default; }
  /* end page navigation */ }

@media only screen and (max-width: 40em) {
  #se-header-wrapper {
    width: 100%;
    height: auto;
    min-height: inherit; }
  #se-header {
    overflow: hidden;
    margin: auto;
    padding: 0;
    width: 100%;
    background: none; }
  #header-panel-box {
    margin: 0;
    padding: 0;
    width: 100%;
    background: none; }
    #mainlogo {
      float: none;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 60px;
      background: #fff; }
      #mainlogo #logo-img {
        float: left;
        width: 250px;
        height: 60px;
        line-height: inherit; }
        #mainlogo #logo-img > img {
          max-width: 250px;
          max-height: 100%;
          vertical-align: top; }
      #mainlogo #mobile-menu-trigger {
        display: inline-block;
        float: right;
        padding: 0px 10px;
        font-size: 48px;
        color: #ff5778;
        text-decoration: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    #top-panel {
      display: none;
      float: none;
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto;
      background: #DB98F1; }
    .top-panel-box {
      float: left; }
    #after-login {
      display: none; }
    #switch-language {
      display: none;
      *display: none;
      zoom: 1;
      overflow: hidden;
      margin: 0;
      padding: 0;
      list-style: none; }
      #switch-language > li {
        display: block;
        float: left;
        margin: 0 5px;
        padding: 6px 0 0 0;
        width: auto;
        height: 14px;
        font-size: 11px;
        color: #666666; }
        #switch-language > li > a {
          display: block;
          margin: 0 0 0 0;
          width: 15px;
          height: 12px;
          color: #666666;
          text-decoration: none; }
          #switch-language > li > a:hover {
            text-decoration: underline; }
        #switch-language > li.flag-en > a {
          background: url("../images/icn-flag.png") left top no-repeat; }
        #switch-language > li.flag-th > a {
          background: url("../images/icn-flag.png") left -30px no-repeat; }
    #top-menu {
      display: none;
      *display: none;
      zoom: 1;
      overflow: hidden;
      margin: 0;
      padding: 0;
      list-style: none; }
      #top-menu > li {
        display: block;
        float: left;
        margin: 0 5px;
        padding: 0;
        width: auto;
        height: 20px; }
        #top-menu > li a {
          display: block;
          margin: 1px 0 0 0;
          font-size: 20px;
          color: #666666;
          text-decoration: none; }
          #top-menu > li a:hover {
            text-decoration: underline; }
    #search-site {
      position: relative;
      display: none;
      *display: none;
      zoom: 1;
      overflow: hidden;
      margin: 0;
      padding: 0;
      list-style: none; }
      #search-site td {
        padding: 0 3px; }
      #search-site .search-text {
        display: block;
        position: relative;
        margin: 0 0 0 15px;
        font-size: 20px; }
      #search-site a {
        display: block;
        margin: 1px 0 0 0;
        font-size: 20px;
        color: #666666;
        text-decoration: none; }
        #search-site a:hover {
          text-decoration: underline; }
      #search-site i {
        position: absolute;
        top: 7px;
        font-size: 12px;
        color: #333; }
    #top-social {
      display: none;
      *display: none;
      zoom: 1;
      overflow: hidden;
      margin: 0;
      padding: 0;
      list-style: none; }
      #top-social > li {
        display: block;
        float: left;
        margin: 0 5px;
        padding: 1px 0 0 0;
        width: auto;
        height: 19px;
        font-size: 11px;
        color: #666666; }
        #top-social > li > span {
          display: block;
          padding: 3px 0 0 0; }
        #top-social > li > a {
          display: block;
          margin: 0 0 0 0;
          width: 19px;
          height: 19px;
          color: #666666;
          text-decoration: none; }
          #top-social > li > a:hover {
            text-decoration: underline; }
        #top-social > li.icn-fb > a {
          background: url("../images/icn-social.jpg") left top no-repeat; }
        #top-social > li.icn-tw > a {
          background: url("../images/icn-social.jpg") left -30px no-repeat; }
        #top-social > li.icn-yt > a {
          background: url("../images/icn-social.jpg") left -60px no-repeat; }
        #top-social > li.icn-ig > a {
          background: url("../images/icn-social.jpg") left -90px no-repeat; }
  #header-mainmenu-box {
    display: none;
    margin: 0;
    padding: 0;
    height: 50px;
    background: #073443; }
    #header-mainmenu-box > .centerwrapper {
      margin: 0;
      padding: 0;
      width: 100%; } }

@media only screen and (max-width: 40em) {
  #se-footer {
    position: relative;
    margin: auto;
    padding: 12px 2% 5px 2%;
    width: 96%;
    background: none; }
    #se-footer > .footer-row {
      overflow: hidden;
      margin-bottom: 0px;
      background: none; }
      #se-footer > .footer-row > .footer-box {
        width: auto; }
      #se-footer > .footer-row:last-child {
        margin-bottom: 10px; }
    #se-footer .footer-panel-box {
      width: 100%; }
      #se-footer .footer-panel-box.left {
        float: left; }
      #se-footer .footer-panel-box.right {
        float: right; }
      #se-footer .footer-panel-box.center {
        margin: auto !important;
        width: 100%;
        text-align: center; }
    #se-footer #top-social {
      display: none;
      overflow: hidden;
      margin: 0;
      padding: 0;
      list-style: none; }
      #se-footer #top-social > li {
        display: block;
        float: none;
        margin: 5px 0;
        padding: 1px 0 0 0;
        width: auto;
        height: 19px;
        font-size: 11px;
        color: #666666; }
        #se-footer #top-social > li > span {
          display: block;
          padding: 3px 0 0 0; }
        #se-footer #top-social > li > a {
          display: block;
          margin: 0 0 0 0;
          padding: 2px 26px 0 0;
          width: auto;
          height: 17px;
          color: #666666;
          text-decoration: none;
          text-align: right; }
          #se-footer #top-social > li > a:hover {
            text-decoration: underline; }
          #se-footer #top-social > li > a > span {
            display: block; }
        #se-footer #top-social > li:first-child {
          display: none; }
        #se-footer #top-social > li.icn-fb > a {
          background: url("../images/icn-social.jpg") right top no-repeat; }
        #se-footer #top-social > li.icn-tw > a {
          background: url("../images/icn-social.jpg") right -30px no-repeat; }
        #se-footer #top-social > li.icn-yt > a {
          background: url("../images/icn-social.jpg") right -60px no-repeat; }
  #footer-menu {
    display: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0;
    border: solid 1px #f00; }
    #footer-menu > li {
      display: inline-block;
      *display: inline;
      zoom: 1;
      float: none;
      margin: 0 5px;
      padding: 0;
      width: auto;
      height: 20px; }
      #footer-menu > li a {
        display: block;
        margin: 1px 0 0 0;
        font-size: 20px;
        color: #666666;
        text-decoration: none; }
        #footer-menu > li a:hover {
          text-decoration: underline; }
  #callcenter {
    display: none;
    position: relative;
    overflow: hidden;
    padding-left: 50px;
    background: url("../images/icn-callcenter.png") left 2px no-repeat; }
    #callcenter > span {
      display: block;
      font-family: arial; }
      #callcenter > span.cc-text {
        margin-top: -3px;
        font-weight: bold;
        font-size: 19px;
        color: #48AC3D; }
      #callcenter > span.cc-num {
        margin-top: -5px;
        font-size: 26px;
        color: #999999; }
  #enewsletter {
    position: relative;
    display: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none; }
    #enewsletter td {
      padding: 0 3px; }
    #enewsletter .search-text {
      display: block;
      position: relative;
      margin: 0 0 0 15px;
      font-size: 20px; }
    #enewsletter a {
      display: block;
      margin: 1px 0 0 0;
      font-size: 20px;
      color: #666666;
      text-decoration: none; }
      #enewsletter a:hover {
        text-decoration: underline; }
    #enewsletter i {
      position: absolute;
      top: 7px;
      font-size: 12px;
      color: #333; }
  #footer-address p {
    margin: 0;
    padding: 0;
    font-size: 1em; }
  #site-stat {
    display: none; }
    #site-stat td {
      font-size: 13px;
      color: #0490D8; }
    #site-stat .site-stat-num {
      color: #333; } }

@media only screen and (max-width: 40em) {
  #se-maincontainer #index-spacing-box {
    position: relative;
    height: auto; }
  #se-maincontainer .se-box {
    margin: 0 0 0 0;
    margin-top: 210px; }
  #se-maincontainer .index-custom-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 16px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff; }
    #se-maincontainer .index-custom-box > iframe {
      position: absolute;
      width: 100%;
      height: 100%; }
    #se-maincontainer .index-custom-box > .heading {
      position: absolute;
      top: 0px;
      left: 0px;
      margin: 0;
      padding: 0 30px 0 0;
      width: 75%; }
    #se-maincontainer .index-custom-box .mod-box-topic {
      margin: 0;
      padding: 2px 0 0 5px;
      width: 100%;
      font-weight: normal;
      font-size: 25px;
      color: #333;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; } }

@media only screen and (max-width: 40em) {
  #se-maincontainer #page-content {
    margin-top: 200px;
    padding: 0px 10px 10px 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #2e6f8b; }
  #se-maincontainer .page-box-heading {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 26px;
    font-weight: normal; }
    #se-maincontainer .page-box-heading .heading1 {
      color: #333333; }
    #se-maincontainer .page-box-heading .heading2 {
      color: #2e6f8b; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  /* justifygrid */
  /* global-styles */
  #se-wrapper {
    max-width: inherit;
    min-width: inherit;
    width: 100%; }
  /* offcanvas-menu  */
  #menu-trigger {
    display: inline-block; }
  /* main bg cover */
  #se-bg-cover {
    display: none;
    top: 450px; }
  #se-maincontainer {
    margin: auto;
    padding: 0 1% 48px 1%;
    width: 98%; }
  #se-footer-wrapper {
    min-height: inherit;
    height: auto;
    background: #efefef; }
  .centerwrapper {
    margin: auto;
    padding: 0;
    width: 100%; }
  /* welcome text */
  #welcome-text {
    position: absolute;
    top: 50px;
    right: 0;
    left: 95px; }
    #welcome-text > p {
      margin: 0;
      padding: 0;
      color: #333333;
      text-shadow: #333 2px 2px 3px; }
      #welcome-text > p.heading {
        font-size: 2.2em; }
      #welcome-text > p.desc {
        font-size: 1.4em; }
  /* page navigation */
  #page-navi {
    padding-top: 10px;
    height: 25px;
    left: 0; }
    #page-navi ul {
      margin: 0;
      padding: 0 15px; }
      #page-navi ul > li {
        display: inline-block;
        margin: 0;
        padding: 0 0 0 0;
        list-style: none; }
        #page-navi ul > li a {
          text-decoration: none;
          font-size: 12px; }
          #page-navi ul > li a:hover {
            text-decoration: underline; }
        #page-navi ul > li:before {
          content: "/";
          padding: 0 5px 0 1px;
          font-size: 12px; }
        #page-navi ul > li:first-child:before {
          content: none; }
        #page-navi ul > li.unavailable a {
          text-decoration: none;
          cursor: default; }
        #page-navi ul > li.current a {
          text-decoration: none;
          cursor: default; }
  /* end page navigation */ }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #se-header-wrapper {
    width: 100%;
    height: auto;
    min-height: inherit; }
  #se-header {
    overflow: hidden;
    margin: auto;
    padding: 0;
    width: 100%;
    background: none; }
  #header-panel-box {
    margin: 0;
    padding: 0;
    width: 100%;
    background: none; }
    #mainlogo {
      float: none;
      margin: 0;
      padding: 0;
      width: 100%;
      height: 100px;
      background: #fff; }
      #mainlogo #logo-img {
        float: left;
        width: 450px;
        height: 100px;
        line-height: 95px; }
        #mainlogo #logo-img > img {
          max-width: 450px;
          max-height: 100%;
          vertical-align: middle; }
      #mainlogo #mobile-menu-trigger {
        display: inline-block;
        float: right;
        margin: 22px 15px 0 0;
        padding: 0px 10px;
        font-size: 48px;
        color: #ff5778;
        text-decoration: none;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    #top-panel {
      display: none;
      float: none;
      margin: 0;
      padding: 0;
      width: 100%;
      height: auto;
      background: #DB98F1; }
    .top-panel-box {
      float: left; }
    #after-login {
      display: none; }
    #switch-language {
      display: none;
      *display: none;
      zoom: 1;
      overflow: hidden;
      margin: 0;
      padding: 0;
      list-style: none; }
      #switch-language > li {
        display: block;
        float: left;
        margin: 0 5px;
        padding: 6px 0 0 0;
        width: auto;
        height: 14px;
        font-size: 11px;
        color: #666666; }
        #switch-language > li > a {
          display: block;
          margin: 0 0 0 0;
          width: 15px;
          height: 12px;
          color: #666666;
          text-decoration: none; }
          #switch-language > li > a:hover {
            text-decoration: underline; }
        #switch-language > li.flag-en > a {
          background: url("../images/icn-flag.png") left top no-repeat; }
        #switch-language > li.flag-th > a {
          background: url("../images/icn-flag.png") left -30px no-repeat; }
    #top-menu {
      display: none;
      *display: none;
      zoom: 1;
      overflow: hidden;
      margin: 0;
      padding: 0;
      list-style: none; }
      #top-menu > li {
        display: block;
        float: left;
        margin: 0 5px;
        padding: 0;
        width: auto;
        height: 20px; }
        #top-menu > li a {
          display: block;
          margin: 1px 0 0 0;
          font-size: 20px;
          color: #666666;
          text-decoration: none; }
          #top-menu > li a:hover {
            text-decoration: underline; }
    #search-site {
      position: relative;
      display: none;
      *display: none;
      zoom: 1;
      overflow: hidden;
      margin: 0;
      padding: 0;
      list-style: none; }
      #search-site td {
        padding: 0 3px; }
      #search-site .search-text {
        display: block;
        position: relative;
        margin: 0 0 0 15px;
        font-size: 20px; }
      #search-site a {
        display: block;
        margin: 1px 0 0 0;
        font-size: 20px;
        color: #666666;
        text-decoration: none; }
        #search-site a:hover {
          text-decoration: underline; }
      #search-site i {
        position: absolute;
        top: 7px;
        font-size: 12px;
        color: #333; }
    #top-social {
      display: none;
      *display: none;
      zoom: 1;
      overflow: hidden;
      margin: 0;
      padding: 0;
      list-style: none; }
      #top-social > li {
        display: block;
        float: left;
        margin: 0 5px;
        padding: 1px 0 0 0;
        width: auto;
        height: 19px;
        font-size: 11px;
        color: #666666; }
        #top-social > li > span {
          display: block;
          padding: 3px 0 0 0; }
        #top-social > li > a {
          display: block;
          margin: 0 0 0 0;
          width: 19px;
          height: 19px;
          color: #666666;
          text-decoration: none; }
          #top-social > li > a:hover {
            text-decoration: underline; }
        #top-social > li.icn-fb > a {
          background: url("../images/icn-social.jpg") left top no-repeat; }
        #top-social > li.icn-tw > a {
          background: url("../images/icn-social.jpg") left -30px no-repeat; }
        #top-social > li.icn-yt > a {
          background: url("../images/icn-social.jpg") left -60px no-repeat; }
        #top-social > li.icn-ig > a {
          background: url("../images/icn-social.jpg") left -90px no-repeat; }
  #header-mainmenu-box {
    display: none;
    margin: 0;
    padding: 0;
    height: 50px;
    background: #073443; }
    #header-mainmenu-box > .centerwrapper {
      margin: 0;
      padding: 0;
      width: 100%; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #se-footer {
    position: relative;
    margin: auto;
    padding: 12px 2% 10px 2%;
    width: 96%; }
    #se-footer > .footer-row {
      overflow: hidden;
      margin-bottom: 10px; }
      #se-footer > .footer-row > .footer-box {
        width: auto; }
    #se-footer .footer-panel-box {
      width: auto; }
      #se-footer .footer-panel-box.left {
        float: left; }
      #se-footer .footer-panel-box.right {
        float: right; }
      #se-footer .footer-panel-box.center {
        margin: auto !important;
        width: 100%;
        text-align: center; }
    #se-footer #top-social {
      display: none;
      overflow: hidden;
      margin: 0;
      padding: 0;
      list-style: none; }
      #se-footer #top-social > li {
        display: block;
        float: none;
        margin: 5px 0;
        padding: 1px 0 0 0;
        width: auto;
        height: 19px;
        font-size: 11px;
        color: #666666; }
        #se-footer #top-social > li > span {
          display: block;
          padding: 3px 0 0 0; }
        #se-footer #top-social > li > a {
          display: block;
          margin: 0 0 0 0;
          padding: 2px 26px 0 0;
          width: auto;
          height: 17px;
          color: #666666;
          text-decoration: none;
          text-align: right; }
          #se-footer #top-social > li > a:hover {
            text-decoration: underline; }
          #se-footer #top-social > li > a > span {
            display: block; }
        #se-footer #top-social > li:first-child {
          display: none; }
        #se-footer #top-social > li.icn-fb > a {
          background: url("../images/icn-social.jpg") right top no-repeat; }
        #se-footer #top-social > li.icn-tw > a {
          background: url("../images/icn-social.jpg") right -30px no-repeat; }
        #se-footer #top-social > li.icn-yt > a {
          background: url("../images/icn-social.jpg") right -60px no-repeat; }
  #footer-menu {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0; }
    #footer-menu > li {
      display: inline-block;
      *display: inline;
      zoom: 1;
      float: none;
      margin: 0 5px;
      padding: 0;
      width: auto;
      height: 20px; }
      #footer-menu > li a {
        display: block;
        margin: -1px 0 0 10px;
        font-size: 20px;
        color: #666666;
        text-decoration: none; }
        #footer-menu > li a:hover {
          text-decoration: underline; }
  #callcenter {
    position: relative;
    overflow: hidden;
    padding-left: 50px;
    background: url("../images/icn-callcenter.png") left 2px no-repeat; }
    #callcenter > span {
      display: block;
      font-family: arial; }
      #callcenter > span.cc-text {
        margin-top: -3px;
        font-weight: bold;
        font-size: 19px;
        color: #2e6f8b; }
      #callcenter > span.cc-num {
        margin-top: -5px;
        font-size: 26px;
        font-weight: bold;
        color: #2e6f8b; }
  #enewsletter {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none; }
    #enewsletter td {
      padding: 0 3px; }
    #enewsletter .search-text {
      display: block;
      position: relative;
      margin: 0 0 0 15px;
      font-size: 20px; }
    #enewsletter a {
      display: block;
      margin: 1px 0 0 0;
      font-size: 20px;
      color: #666666;
      text-decoration: none; }
      #enewsletter a:hover {
        text-decoration: underline; }
    #enewsletter i {
      position: absolute;
      top: 7px;
      font-size: 12px;
      color: #333; }
  #footer-address p {
    margin: 0;
    padding: 0;
    font-size: 12px; }
  #site-stat {
    display: none; }
    #site-stat td {
      font-size: 13px;
      color: #0490D8; }
    #site-stat .site-stat-num {
      color: #333; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #se-maincontainer #index-spacing-box {
    position: relative;
    height: 285px; }
  #se-maincontainer .se-box {
    margin: 0 0 0 0; }
  #se-maincontainer .index-custom-box {
    position: relative;
    overflow: hidden;
    margin: 0 0 16px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff; }
    #se-maincontainer .index-custom-box > iframe {
      position: absolute;
      width: 100%;
      height: 100%; }
    #se-maincontainer .index-custom-box > .heading {
      position: absolute;
      top: 0px;
      left: 0px;
      margin: 0;
      padding: 0 30px 0 0;
      width: 75%; }
    #se-maincontainer .index-custom-box .mod-box-topic {
      margin: 0;
      padding: 2px 0 0 5px;
      width: 100%;
      font-weight: normal;
      font-size: 25px;
      color: #333;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #se-maincontainer #page-content {
    margin-top: 260px;
    padding: 0px 10px 10px 10px;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #2e6f8b; }
  #se-maincontainer .page-box-heading {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 26px;
    font-weight: normal; }
    #se-maincontainer .page-box-heading .heading1 {
      color: #333333; }
    #se-maincontainer .page-box-heading .heading2 {
      color: #2e6f8b; } }
