/* B&W */
/* @group COMMON */
html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 0 0 30px;
  list-style: unset;
}

body.thai h1,
body.thai h2,
body.thai h3,
body.thai h4,
body.thai h5 {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}

body.thai .txt-caption {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}

body.thai .small-head {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}

body.thai #feature a, body.thai #feature2 a {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}

body.thai #footer-top h3 {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}

body.thai #footer-top h5 {
  font-weight: 500;
}

body.thai #footer-top .addr h6 {
  font-weight: 500;
  font-family: "Kanit", sans-serif;
}

body.thai .btn-join p, body.thai .btn-regist p, body.thai .btn-side p, body.thai .btn-side2 p {
  font-family: "Kanit", sans-serif;
}

body.thai .btn-text4 {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}

body.thai .hl-wrap .title-head, body.thai .pd-hl-wrap .title-head, body.thai .pd-hl-wrap2 .title-head {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
}

.language {
  display: none;
  position: absolute;
  width: 60px;
  height: 20px;
  top: 13px;
  right: 15px;
  z-index: 9;
}

.language a {
  padding-left: 5px;
}

.checklist {
  padding-left: 10px;
}

.checklist li {
  background: url("../images/bullet.gif") no-repeat 0 0;
  padding-left: 30px;
  padding-bottom: 10px;
  list-style: none;
}

#home .side-bar {
  display: block;
}

.side-bar {
  display: none;
}

table {
  font-size: 13px;
}

.support_media .col-sm-4 {
  height: 70px;
  text-align: center;
}

.fullheight {
  height: 100%;
}

a {
  color: #057f19;
  text-decoration: none;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}

a:hover, a:focus {
  color: #17ab2f;
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: "Titillium Web", sans-serif;
  text-align: left;
  font-weight: 700;
}

h1 {
  color: #035830;
}

h2,
h3 {
  color: #04713d;
}

h4 {
  font-size: 14px;
  color: #035830;
  font-weight: 700;
}

h5 {
  text-align: left;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #333333;
}

@keyframes fade {
  from {
    opacity: 1.0;
  }
  50% {
    opacity: 0.6;
  }
  to {
    opacity: 1.0;
  }
}

@-webkit-keyframes fade {
  from {
    opacity: 1.0;
  }
  50% {
    opacity: 0.6;
  }
  to {
    opacity: 1.0;
  }
}

.cl-green {
  color: #4fc22b;
  font-size: 16px;
}

.blink {
  animation: fade 1000ms infinite;
  -webkit-animation: fade 1000ms infinite;
}

.inline {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inline li {
  display: inline;
}

.inline img {
  padding-right: 3px;
}

.btn-up,
.btn-up:hover,
.btn-up:focus {
  color: #FFF !important;
  background: rgba(29, 185, 44, 0.65);
}

.scrollToTop {
  width: 52px;
  height: 52px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  z-index: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
}

.scrollToTop icon {
  margin-top: -6px;
}

.showScrollTop {
  opacity: 1 !important;
}

/* Responsive YouTube iFrame Embed */
.vdo-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}

.vdo-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vdo-wrap {
  background-color: #ffffff;
  margin-bottom: 20px;
}

.vdo-wrap .title-head {
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  font-weight: bold;
  color: #bb1b5c;
  margin-bottom: 10px;
}

.vdo-wrapin {
  padding: 25px;
}

.vdo-wrap2 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.vdo-modal .modal {
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}

.vdo-modal .modal-dialog {
  width: 100%;
  margin: 15px auto;
}

.vdo-modal .modal-content {
  background-color: transparent;
  background-clip: padding-box;
  border: none;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vdo-modal .modal-header {
  padding: 0 15px;
  border-bottom: none;
}

.vdo-modal .modal-body {
  padding: 15px;
}

.vdo-modal .close {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  text-shadow: none;
  opacity: .2;
}

.vdo-modal .close:hover, .vdo-modal .close:focus {
  opacity: .5;
}

.vdo-modal .vdo-wrap2 {
  padding: 0px;
}

/* @group override carousel */
.carousel-inner > .item > a > img, .carousel-inner > .item > img {
  width: 100%;
}

.carousel-nb {
  font-size: 30px;
  font-weight: bold;
  top: 45%;
  position: absolute;
}

.carousel-control.left, .carousel-control.right {
  background-image: none;
}

/* carousel fade */
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/* @group TYPO */
.icon1, .icon2 {
  margin-top: 20px;
  min-height: unset;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.icon1 .txt-caption, .icon2 .txt-caption {
  font-family: "Titillium Web", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.icon1 p, .icon2 p {
  font-size: 16px;
}

.icon1 i, .icon2 i {
  font-size: 40px;
  color: #139a59;
  margin-bottom: 10px;
}

.icon1 h3, .icon2 h3 {
  font-size: 20px !important;
  margin-top: 10px;
  color: #5fb85b;
  margin-bottom: 5px;
}

.icon1 {
  max-width: 400px;
}

.icon2 {
  max-width: 600px;
}

.txt-caption {
  font-family: "Titillium Web", sans-serif;
  color: #035830;
  font-size: 18px;
  font-weight: 700;
}

.text-grey {
  color: #666666;
}

.text-big {
  font-size: 16px;
  font-weight: bold;
}

.text-org {
  color: #f05a22;
}

.text-black {
  color: #000000;
}

.text-1 {
  font-weight: 700;
  color: #05894b;
}

.text-2 {
  font-weight: 700;
  color: #06a258;
}

.text-3 {
  font-weight: 700;
  color: #06a258;
}

.text-4 {
  font-weight: 700;
  color: #d5081c;
}

.text-small {
  font-size: 12px;
  font-weight: normal !important;
}

.text-close1 {
  font-size: 18px;
  font-weight: 700;
  color: #035830;
}

.text-close2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  color: #035830;
}

.small-head {
  font-size: 18px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  color: #05894b;
  background-color: #eee;
  padding: 5px 10px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.main-content h2 {
  font-size: 20px;
}

.main-content h3 {
  font-size: 18px;
}

.main-content h5 {
  margin-bottom: 5px;
  margin-top: 0px;
}

.page-title {
  margin-bottom: 20px;
  margin-top: 0;
  margin-top: 0;
  font-weight: 400 !important;
}

.thai .page-title {
  font-weight: 300 !important;
}

h1.page-title {
  font-size: 34px;
  text-align: center;
}

h1.page-title.page-title-line {
  border-bottom: 1px solid #dddddd !important;
  padding-bottom: 15px !important;
  text-align: left !important;
}

/* @group OVERIDE Bootstrap */
.btn {
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar {
  border-radius: 0;
  min-height: 0px;
  border-top: none;
  border-bottom: none;
}

#menu-mb .dropdown-menu {
  font-size: 14px;
  color: #ffffff !important;
  background-color: #04713d !important;
}

#menu-mb .dropdown-menu > li > a {
  color: #ffffff !important;
  padding: 5px 20px;
  text-align: center;
}

#menu-mb .dropdown-menu > li > a:hover, #menu-mb .dropdown-menu > li > a:focus {
  background-color: #06a258 !important;
}

/* flex */
.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
}

/* nav-tabs */
.nav-tabs {
  border-bottom: none;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.nav-tabs li {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.nav-tabs li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background-color: #bfbfbf;
  padding: 10px 20px;
  margin-right: 2px;
  min-width: 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  text-align: center;
  border: none;
}

.nav-tabs li a:hover {
  background-color: #05894b;
  text-decoration: none;
  border: none;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #fff;
  background-color: #06a258;
  border: none;
}

.floorplan {
  margin-bottom: 15px;
}

.floorplan h1 {
  background-color: #035830;
  color: #ffffff;
  font-weight: 400;
  padding: 10px;
  text-align: center;
}

/* Accordion */
.panel-default {
  border-color: #c9ded6;
}

.panel-group .panel {
  border-radius: 0px;
}

.panel {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.panel .arrow-down, .panel .arrow-up {
  float: right;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.panel-default > .panel-heading {
  color: #04713d;
  background-color: #e2f3ec;
  cursor: pointer;
}

.panel-heading.collapsed .arrow-up {
  display: none;
}

.panel-heading.collapsed .arrow-down {
  display: block;
}

.panel-heading .arrow-up {
  display: block;
}

.panel-heading .arrow-down {
  display: none;
}

.panel-title {
  position: relative;
  padding-right: 20px;
}

/* @group OVERIDE OWL CAROUSEL */
.hl-wrap .owl-carousel {
  margin-left: auto;
  margin-right: auto;
}

.hl-wrap .owl-theme .owl-dots .owl-dot span {
  padding-bottom: 10px;
}

.hl-wrap .owl-theme .owl-dots .owl-dot.active span,
.hl-wrap .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f06d03;
}

.banner-flip-wrap .owl-carousel {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.zone_sponsor-wrap {
  border: 1px solid #d5d5d5;
}

.zone_sponsor-wrap .owl-carousel {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.zone_sponsor-wrap .hl-content .item {
  margin-left: auto;
  margin-right: auto;
}

.pd-hl-wrap .owl-carousel {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.pd-hl-wrap .owl-theme .owl-dots .owl-dot span {
  background-color: #ffffff;
}

.pd-hl-wrap .owl-theme .owl-dots .owl-dot.active span,
.pd-hl-wrap .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffeef2;
}

.pd-hl-wrap .hl-content .item {
  margin-left: auto;
  margin-right: auto;
}

.pd-hl-wrap {
  background-color: #e0f0e7;
  border: 1px solid #b2ccc0;
}

.pd-hl-wrap .title-head {
  font-family: "Titillium Web", sans-serif;
  font-size: 23px;
  line-height: 27px;
  text-align: center;
  font-weight: 400;
  color: #035931;
  padding: 15px 10px 5px;
}

.pd-hl-wrap2 .title-head {
  padding: 5px 15px;
  margin-bottom: 10px;
  font-family: "Titillium Web", sans-serif;
  font-size: 34px;
  line-height: 1.2em;
  text-align: center;
  font-weight: 400;
  color: #035830;
}

.pd-hl-wrap2 .hl-content {
  padding: 0;
}

.pd-hl-wrap2 .hl-content a {
  font-weight: bold;
}

.pd-hl-wrap2 .hl-content p {
  margin-top: 10px;
}

.exhibitors-wrap {
  padding: 10px;
}

.exhibitors-wrap .lg-label {
  font-size: 13px;
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.exhibitors-wrap i {
  color: #c9caca;
  font-size: 18px;
}

.exhibitors-wrap .owl-prev {
  position: absolute;
  left: -38px;
  top: 40%;
  background-color: #ffffff !important;
}

.exhibitors-wrap .owl-prev:hover {
  background-color: #ffffff !important;
}

.exhibitors-wrap .owl-next {
  position: absolute;
  right: -38px;
  top: 40%;
  background-color: #ffffff !important;
}

.exhibitors-wrap .owl-next:hover {
  background-color: #ffffff !important;
}

.exhibitors-wrap .owl-carousel .owl-item {
  text-align: center;
}

.exhibitors-wrap .owl-carousel .owl-item img {
  display: inline-block !important;
  max-width: 85px !important;
  margin: 10px;
}

.exhibitors-wrap .owl-carousel {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.exhibitors-wrap .owl-theme .owl-dots .owl-dot span {
  background-color: #b8b8b8;
  padding-bottom: 10px;
}

.exhibitors-wrap .owl-theme .owl-dots .owl-dot.active span,
.exhibitors-wrap .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f88003;
}

/* @group Ham MENU */
/* Icon 3 */
#nav-ham {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-ham span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #cccccc;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-ham span:nth-child(1) {
  top: 0px;
}

#nav-ham span:nth-child(2),
#nav-ham span:nth-child(3) {
  top: 9px;
}

#nav-ham span:nth-child(4) {
  top: 18px;
}

#nav-ham.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-ham.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* @group NAVBAR */
#mainmenu-dt {
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 2;
}

.nav-main {
  background-color: #035830;
}

.thai .navbar-nav {
  font-family: "Kanit", sans-serif;
  font-weight: 400;
}

.navbar-nav {
  font-family: "Titillium Web", sans-serif;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.navbar-nav > li > a {
  color: #ffffff;
  -webkit-transition: background-color 1s ease;
  transition: background-color 1s ease;
}

.navbar-nav > li > a:focus {
  background-color: transparent;
}

.navbar-nav > li > a:hover, .navbar-nav > li > a:active {
  color: #ffffff;
  background-color: #1cb92c;
}

.mainmenu .nav {
  padding-left: 0px;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #11a721;
}

.navbar-header {
  margin-right: 0 !important;
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.navbar-header.open {
  background-color: transparent;
}

.navbar-header .navbar-toggle {
  margin-right: 0 !important;
  margin-top: 6px;
}

.navbar-header .icon-bar {
  background-color: #fff;
}

/* @group Slide Tab */
/* tab menu */
.right-sticky {
  display: none;
}

#slideout1 {
  position: fixed;
  top: 100px;
  right: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 600;
}

#slideout1_inner {
  position: fixed;
  top: 100px;
  right: -364px;
  width: 364px;
  background-color: #efefef;
  padding: 5px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

#slideout1 img:hover {
  cursor: pointer;
}

#slideout1:hover {
  right: 364px;
}

#slideout1:hover #slideout1_inner {
  right: 0;
}

#slideout5 {
  position: fixed;
  top: 140px;
  right: 0;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  z-index: 600;
}

#slideout5_inner {
  position: fixed;
  top: 140px;
  right: -5px;
  width: 5px;
  height: 40px;
  background-color: #20c221;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#slideout5 img:hover {
  cursor: pointer;
}

#slideout5:hover {
  right: 5px;
}

#slideout5:hover #slideout5_inner {
  right: 0;
}

#slideout2 {
  position: fixed;
  top: 180px;
  right: 0;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  z-index: 600;
}

#slideout2_inner {
  position: fixed;
  top: 180px;
  right: -5px;
  width: 5px;
  height: 40px;
  background-color: #02a9ef;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#slideout2 img:hover {
  cursor: pointer;
}

#slideout2:hover {
  right: 5px;
}

#slideout2:hover #slideout2_inner {
  right: 0;
}

#slideout3 {
  position: fixed;
  top: 220px;
  right: 0;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  z-index: 600;
}

#slideout3_inner {
  position: fixed;
  top: 220px;
  right: -5px;
  width: 5px;
  height: 40px;
  background-color: #c8181d;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#slideout3 img:hover {
  cursor: pointer;
}

#slideout3:hover {
  right: 5px;
}

#slideout3:hover #slideout3_inner {
  right: 0;
}

#slideout6 {
  position: fixed;
  top: 260px;
  right: 0;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  z-index: 600;
}

#slideout6_inner {
  position: fixed;
  top: 260px;
  right: -5px;
  width: 5px;
  height: 40px;
  background-color: #0077b7;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#slideout6 img:hover {
  cursor: pointer;
}

#slideout6:hover {
  right: 5px;
}

#slideout6:hover #slideout6_inner {
  right: 0;
}

#slideout4 {
  position: fixed;
  top: 300px;
  right: 0;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  z-index: 600;
}

#slideout4_inner {
  position: fixed;
  top: 300px;
  right: -5px;
  width: 5px;
  height: 40px;
  background-color: #f06d03;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

#slideout4 img:hover {
  cursor: pointer;
}

#slideout4:hover {
  right: 5px;
}

#slideout4:hover #slideout4_inner {
  right: 0;
}

.sc-link {
  display: block;
  margin-top: 10px;
  margin-left: -15px;
  margin-bottom: 5px;
  margin-right: -15px;
  background-color: #e2f3ec;
  padding-top: 15px;
  padding-bottom: 15px;
}

.sc-link a {
  font-size: 24px;
  color: #035830;
  margin-left: 2px;
  margin-right: 2px;
  padding: 2px 8px;
  border-radius: 8px;
}

.sc-link a:hover {
  background-color: #bde5d3;
}

.sc-link2 {
  display: block;
  padding-top: 2px;
  padding-bottom: 5px;
}

.sc-link2 a {
  font-size: 20px;
  color: #ffffff;
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px;
}

.sc-link2 a:hover {
  color: #ffffff;
}

.sc-link2 .text {
  font-size: 14px;
}

.sc-link3 {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #ffffff;
  background-color: #e8650d;
  font-size: 25px;
  text-align: center;
  padding-top: 12px;
}

.sc-link3:hover, .sc-link3:focus {
  color: #ffffff;
  background-color: #f77300;
  text-decoration: none;
}

.sc-link3 img {
  width: 32px;
  height: auto;
}

/* @group FORM */
.form-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

.form-subhead {
  background-color: #f2f2f2;
  color: #012715;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 10px;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
}

/* @group exhibitor search table */
.line-in {
  border-bottom: 1px solid #dddddd;
}

.table1 td {
  padding: 6px !important;
}

.table-header {
  font-size: 13px;
  border-bottom: 1px solid #05894b;
  margin-bottom: 10px;
}

.table-header thead {
  background-color: #035830;
  color: #ffffff;
}

.table-header th {
  padding: 6px;
  text-align: center;
}

.table-header tr {
  border-bottom: 1px solid #dddddd;
}

.table-header td {
  padding: 6px !important;
}

.table-header a {
  color: #ffffff;
  text-decoration: none;
}

.table-header a:hover {
  color: #ffffff;
  text-decoration: none;
}

.page-lead {
  background-color: #ffffff;
  background-image: url(/ppka/2020/en/images/bg_pmain.jpg);
  background-position: top;
  background-repeat: repeat-x;
}

/* @group LAYOUT */
.bg-intro {
  color: #ffffff;
  background-color: #3d7858;
  background-image: url(/ppka/2020/en/images/bg_intro.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.bg-intro h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 400;
}

.thai .bg-intro h2 {
  font-weight: 300;
}

.bg1 {
  background-color: #e6f8ec;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bg2 {
  background-color: #ffffff;
}

.bg3 {
  background-color: #a4d7d9;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bg3 .title {
  display: block;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-size: 38px;
  color: #035830;
  margin-right: 10px;
  margin-bottom: 5px;
  vertical-align: top;
}

.bg3, .mailing {
  text-align: left;
}

.bg3 .container, .mailing .container {
  max-width: 350px;
}

.bg3 p, .mailing p {
  color: #666666;
}

.bg3 .form-inline, .mailing .form-inline {
  display: block;
  text-align: left;
  margin-top: 10px;
}

.bg3 .form-inline .form-control, .mailing .form-inline .form-control {
  width: 100%;
}

.bg3 .form-group, .mailing .form-group {
  display: inline-block;
  margin-bottom: 2px;
  width: 250px;
  max-width: 70%;
}

.thai .bg3 .title {
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}

.bg-zones {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e4f1f2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e4f1f2), to(#f6fafa));
  background-image: linear-gradient(top, #e4f1f2, #f6fafa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#e4f1f2', endColorStr='#f6fafa');
}

.bg-zones h2 {
  font-size: 24px;
  margin-top: 0;
}

.bg-zones .row {
  margin-right: -10px;
  margin-left: -10px;
}

.bg-zones .col-md-4, .bg-zones .col-xs-4, .bg-zones .col-xs-12 {
  padding-left: 5px;
  padding-right: 5px;
}

.bg-zones .minheight1 {
  min-height: unset;
}

.bg-zones li {
  font-size: 15px;
  font-weight: 700;
}

.bg-zones img {
  margin-bottom: 10px;
}

.bg-zones .space-top {
  margin-top: 5px;
}

.bg-zones .space-top2 {
  margin-top: 20px;
}

@media only screen and (min-width: 576px) {
  .bg-zones .space-top {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .bg-zones .space-top2 {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 992px) {
  .bg-zones .minheight1 {
    min-height: 65px;
  }
}

@media only screen and (min-width: 1200px) {
  .bg-zones .minheight1 {
    min-height: 45px;
  }
}

.header1 {
  background: url(/ppka/2020/en/images/h_showfacts.jpg) no-repeat;
}

.header2 {
  background: url(/ppka/2020/en/images/h_exhibitor.jpg) no-repeat;
}

.header3 {
  background: url(/ppka/2020/en/images/h_visitor.jpg) no-repeat;
}

.header4 {
  background: url(/ppka/2020/en/images/h_conference.jpg) no-repeat;
}

.header5 {
  background: url(/ppka/2020/en/images/h_press.jpg) no-repeat;
}

.header6 {
  background: url(/ppka/2020/en/images/h_travel.jpg) no-repeat;
}

.header7 {
  background: url(/ppka/2020/en/images/h_contact.jpg) no-repeat;
}

.header8 {
  background: url(/ppka/2020/en/images/h_support.jpg) no-repeat;
}

.header1, .header2, .header3, .header4, .header5, .header6, .header7, .header8 {
  background-size: cover;
  background-position: center;
  min-height: 150px;
}

.login-left {
  padding-left: 50px;
  padding-right: 50px;
}

.login-right {
  position: relative;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  border-left: none;
  border-top: 1px solid #d6d6d6;
  margin-top: 40px;
}

.divide {
  position: absolute;
  display: block;
  background-color: #c1c1c1;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  line-height: 30px;
  color: #fff;
  border: 4px solid #fff;
  left: 50%;
  top: -20px;
  margin-left: -20px;
}

@media only screen and (min-width: 768px) {
  .divide {
    left: -20px;
    top: 50%;
    margin-top: -20px;
    margin-left: 0px;
  }
  .login-right {
    padding-top: 0px;
    border-left: 1px solid #d6d6d6;
    border-top: none;
    margin-top: 0px;
  }
}

@media only screen and (max-width: 576px) {
  .login-right, .login-left {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.vmiddle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vmiddle p {
  margin-bottom: 0;
}

.full-width {
  width: 100%;
  float: none;
}

.space-bottom {
  margin-bottom: 20px;
}

.space-bottom1 {
  margin-bottom: 15px;
}

.space-bottom2 {
  margin-bottom: 30px;
}

.space-bottom3 {
  margin-bottom: 10px;
}

.space-bottom4 {
  margin-bottom: 5px;
}

.space-bottom0 {
  margin-bottom: 0px;
}

.space-top0 {
  margin-top: 0px;
}

.space-top5 {
  margin-top: 5px;
}

.space-top10 {
  margin-top: 10px;
}

.space-top20 {
  margin-top: 20px;
}

.space-top30 {
  margin-top: 30px;
}

.space1 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.line1 {
  padding-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}

.line2 {
  display: block;
  background-image: url(/ppka/2020/en/images/line.png);
  background-size: cover;
  background-position: center;
}

.line2 h3 {
  color: #ffffff;
  font-size: 15px !important;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px;
}

.line3 {
  background: url(../images/line.png) no-repeat;
  background-size: cover;
  background-position: center;
  height: 5px;
}

.padtop-20 {
  padding-top: 20px;
}

.padtop-30 {
  padding-top: 30px;
}

.pad-top-btm {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pad-side {
  margin-left: 20px;
  margin-right: 20px;
}

.padleft0 {
  padding-left: 0;
}

.top-bar0 {
  background-color: #1db92c;
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
}

.top-bar1 {
  display: block;
  padding: 10px 0;
  position: absolute;
  top: 25px;
  right: 0;
  min-height: 50px;
}

.top-bar1 .container {
  padding-right: 59px;
}

.top-bar2 {
  position: relative;
  background-color: #ffffff;
}

.top-bar2 h6 {
  font-family: "Titillium Web", sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  width: 85%;
  margin-top: 5px;
}

.top-bar2 .logo img {
  width: 215px;
}

.top-bar2 h2 {
  color: #035830;
  font-size: 25px;
  line-height: 1.1em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3px;
}

.top-bar2 h3 {
  display: inline;
  color: #000000;
  font-size: 16px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2px;
}

.top-bar2 h4 {
  display: inline;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0px;
}

.top-bar2 .newdate {
  background-color: #fe6412;
  border-radius: 50%;
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  padding: 6px;
  vertical-align: top;
  margin-left: 5px;
}

.top-bar2 .container {
  position: relative;
}

.thai .top-bar2 h6, .thai .top-bar2 h4 {
  font-family: "Kanit", sans-serif;
  font-weight: 300;
}

.row.subshow .col-xs-7, .row.subshow .col-sm-8, .row.subshow .col-xs-8 {
  padding-right: 0;
}

.row.subshow .col-xs-5, .row.subshow .col-sm-4, .row.subshow .col-xs-4 {
  padding-left: 0;
}

#support-media-page .col-sm-3,
#support-media-page .col-md-2,
#support-media-page .col-xs-6 {
  text-align: center;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#content-wrap {
  padding-top: 30px;
  padding-bottom: 30px;
}

.content-section {
  margin-bottom: 20px;
}

.content-section.no-h-margin h4 {
  margin-bottom: 3px;
  margin-top: 3px;
}

.zone {
  background-color: #f0f0f0;
  padding-bottom: 15px;
}

.zone h3 {
  background-color: #f1592a;
  color: #ffffff;
  padding: 5px 0;
  margin-top: 0;
}

.zone .text-small {
  font-size: 9px;
  font-weight: 700;
  padding-bottom: 5px;
}

#feature {
  background-color: #cee1d8;
  padding-top: 40px;
  padding-bottom: 10px;
}

#feature .item {
  text-align: center;
  padding-bottom: 25px;
  min-height: 190px;
}

#feature .icon {
  display: block;
  margin: 5px auto;
  width: 110px;
  height: 110px;
}

#feature a {
  font-family: "Titillium Web", sans-serif;
  color: black;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.2em;
}

#feature a:hover {
  text-decoration: none;
  color: #05894b;
}

#feature a:hover .icon {
  background-position: 0 -110px;
}

#feature2 {
  background-color: #f1f0f0;
  padding-top: 10px;
  padding-bottom: 30px;
}

#feature2 .item {
  text-align: center;
  min-height: unset;
  border-right: none;
}

#feature2 .item:last-child {
  border-right: none;
}

#feature2 .icon {
  display: block;
  margin: 20px auto 10px;
  width: 65px;
  height: 65px;
}

#feature2 .small {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.0em;
  color: #6d6d6d;
  margin-top: 5px;
  margin-bottom: 10px;
  max-width: unset;
  margin-left: auto;
  margin-right: auto;
}

#feature2 a {
  font-family: "Titillium Web", sans-serif;
  color: black;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.05em;
}

#feature2 a:hover {
  text-decoration: none;
  color: #06a258;
}

#feature2 a:hover .icon {
  background-position: 0 -65px;
}

.thai #feature2 a {
  font-size: 20px;
}

.ic-1 {
  background: url("../images/icm_1.png") no-repeat 0 0;
}

.ic-2 {
  background: url("../images/icm_2.png") no-repeat 0 0;
}

.ic-3 {
  background: url("../images/icm_3.png") no-repeat 0 0;
}

.ic-4 {
  background: url("../images/icm_4.png") no-repeat 0 0;
}

.ic-5 {
  background: url("../images/icm_5.png") no-repeat 0 0;
}

.ic-6 {
  background: url("../images/icm_6.png") no-repeat 0 0;
}

.ic-7 {
  background: url("../images/icm_7.png") no-repeat 0 0;
}

.ic-8 {
  background: url("../images/icm_8.png") no-repeat 0 0;
}

.ic-9 {
  background: url("../images/icm_9.png") no-repeat 0 0;
}

.ic-10 {
  background: url("../images/icm_10.png") no-repeat 0 0;
}

.ic-11 {
  background: url("../images/icm_11.png") no-repeat 0 0;
}

.ic-12 {
  background: url("../images/icm_12.png") no-repeat 0 0;
}

.ic-13 {
  background: url("../images/icm_13.png") no-repeat 0 0;
}

.ic-14 {
  background: url("../images/icm_14.png") no-repeat 0 0;
}

.ic-15 {
  background: url("../images/icm_15.png") no-repeat 0 0;
}

.ic-16 {
  background: url("../images/icm_16.png") no-repeat 0 0;
}

.ic-17 {
  background: url("../images/icm_17.png") no-repeat 0 0;
}

#footer-top {
  min-height: 200px;
  background-color: #035830;
  padding-bottom: 40px;
  padding-top: 20px;
  color: #ffffff;
  font-size: 13px;
}

#footer-top h3 {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
}

#footer-top h5 {
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 18px;
}

#footer-top h6 {
  font-size: 10px;
  color: #ffffff;
}

#footer-top .addr h6 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 3px;
  font-size: 14px;
  font-family: "Titillium Web", sans-serif;
}

#footer-top .addr i {
  color: #81ac98;
  margin-right: 5px;
}

#footer-top a {
  color: #ffffff;
}

#footer-top a:hover {
  color: #96e89f;
}

#footer-bottom {
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 40px;
  background-color: #023f23;
  color: #9daca5;
  font-size: 12px;
  text-align: center;
}

#footer-bottom h6 {
  font-size: 11px;
  color: #2e2e2e;
  margin-top: 5px;
}

#footer-bottom a {
  color: #9daca5;
  font-weight: bold;
}

#footer-bottom a:hover {
  color: #ffffff;
}

#org-supp {
  padding-bottom: 20px;
  padding-top: 20px;
}

#org-supp h6 {
  font-size: 11px;
}

.press-nav {
  color: #666666;
  font-size: 12px;
  text-align: center;
  margin-bottom: 30px;
}

.press-nav .page-nav {
  margin-top: 15px;
  color: #555555;
  text-align: center;
}

.press-nav .page-nav a {
  padding: 5px;
  background-color: lightgray;
  border-radius: 4px;
  margin: 0 2px;
}

.press-list {
  border-bottom: 1px dashed #c6c6c6;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.press-detail img {
  max-width: 100%;
}

.press-detail h5 {
  font-weight: 700;
  color: #012715;
  font-size: 16px;
}

.hotel .content-section {
  padding: 0;
}

.hotel .hotel-item {
  padding-bottom: 10px;
  border-bottom: 2px solid #b3b3b3;
}

.hotel .hotel-item h2 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #05894b;
}

.hotel .hotel-item .hotel-pic {
  border: 3px solid #cccccc;
  border-radius: 10px;
}

.hotel .hotel-item .detail {
  font-size: 13px;
}

.hotel .hotel-item .remarks {
  font-size: 13px;
  line-height: 1.2em;
}

.hotel .hotel-item .remarks h4 {
  margin-bottom: 5px;
}

.hotel .hotel-item .remarks p {
  margin-bottom: 5px;
}

.hotel .rating {
  padding-top: 5px;
  padding-bottom: 5px;
}

.hotel .hotel-rate {
  font-size: 12px;
  border-bottom: 1px solid #05894b;
  margin-bottom: 10px;
}

.hotel .hotel-rate thead {
  background-color: #05894b;
  color: #ffffff;
}

.gv-regist-page table.regist-code {
  min-width: 720px;
}

.gv-regist-page .regist-code {
  font-size: 12px;
}

.gv-regist-page .regist-code thead {
  border: 1px solid #d9d9d9;
  background-color: #999999;
  color: #ffffff;
}

.gv-regist-page .regist-code th, .gv-regist-page .regist-code td {
  border: 1px solid #d9d9d9;
}

.gv-regist-page .regist-code th {
  vertical-align: middle;
}

.gv-regist-page .table-condensed.regist-code > tbody > tr > td {
  padding: 8px;
}

.gv-regist-page .rec-zone {
  font-size: 14px;
}

.gv-regist-page .rec-zone thead {
  border: 1px solid #d9d9d9;
  background-color: #05894b;
  color: #ffffff;
}

.gv-regist-page .rec-zone th, .gv-regist-page .rec-zone td {
  border: 1px solid #d9d9d9;
}

.gv-regist-page .ind-zone {
  font-size: 14px;
}

.gv-regist-page .ind-zone thead {
  border: 1px solid #d9d9d9;
  background-color: #035830;
  color: #ffffff;
}

.gv-regist-page .ind-zone th, .gv-regist-page .ind-zone td {
  border: 1px solid #d9d9d9;
}

.gv-regist-page .ind-zone h3 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 15px;
}

table.regist-code {
  min-width: 720px;
}

.regist-code {
  font-size: 12px;
}

.regist-code thead {
  border: 1px solid #d9d9d9;
  background-color: #999999;
  color: #ffffff;
}

.regist-code th, .regist-code td {
  border: 1px solid #d9d9d9;
}

.regist-code th {
  vertical-align: middle;
}

.table-condensed.regist-code > tbody > tr > td {
  padding: 8px;
}

.rec-zone {
  font-size: 14px;
}

.rec-zone thead {
  border: 1px solid #d9d9d9;
  background-color: #05894b;
  color: #ffffff;
}

.rec-zone th, .rec-zone td {
  border: 1px solid #d9d9d9;
}

.ind-zone {
  font-size: 14px;
}

.ind-zone thead {
  border: 1px solid #d9d9d9;
  background-color: #035830;
  color: #ffffff;
}

.ind-zone th, .ind-zone td {
  border: 1px solid #d9d9d9;
}

.ind-zone h3 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  font-size: 15px;
}

/* @group ELEMENT */
.img-border {
  border: 1px solid #05894b;
}

.head-has-button {
  position: relative;
}

.head-has-button .abs-right {
  position: relative;
  top: unset;
  right: ubset;
}

.btn-join, .btn-regist, .btn-side, .btn-side2 {
  width: 100%;
  white-space: normal;
  border-radius: 0px;
  border: none;
  padding: 23px 25px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0;
}

.btn-join .icon, .btn-regist .icon, .btn-side .icon, .btn-side2 .icon {
  display: inline-block;
  vertical-align: top;
  width: 29px;
  height: auto;
  margin-right: 10px;
}

.btn-join .text, .btn-regist .text, .btn-side .text, .btn-side2 .text {
  width: 80%;
  display: inline-block;
  vertical-align: top;
}

.btn-join p, .btn-regist p, .btn-side p, .btn-side2 p {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  margin: 0;
  text-align: left;
}

.btn-join .small, .btn-regist .small, .btn-side .small, .btn-side2 .small {
  font-family: "Titillium Web", sans-serif;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.5em;
}

.btn-join {
  color: #ffffff;
  background-color: #f05a22;
}

.btn-join:hover, .btn-join:focus {
  color: #ffffff;
  background-color: #f67119;
  text-decoration: none;
}

.btn-join p {
  font-size: 48px;
  line-height: 40px;
}

.btn-join img {
  padding-top: 5px;
}

body.thai .btn-join p {
  font-size: 30px;
  line-height: 38px;
}

.btn-regist {
  color: #ffffff;
  background-color: #f05a22;
}

.btn-regist:hover, .btn-regist:focus {
  color: #ffffff;
  background-color: #f67119;
  text-decoration: none;
}

.btn-regist p {
  font-size: 28px;
  line-height: 1.2em;
}

.btn-side {
  color: #035931;
  background-color: #ffffff;
  border: 1px solid #c4d6cd;
}

.btn-side:hover {
  color: #028135;
  background-color: #ddf7e8;
  border: 1px solid #92d3b5;
  text-decoration: none;
}

.btn-side:focus {
  color: #028135;
  background-color: #ddf7e8;
  border: 1px solid #92d3b5;
  text-decoration: none;
}

.btn-side p {
  font-size: 21px;
  line-height: 26px;
  padding-bottom: 5px;
}

.btn-side .small {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #035931;
}

.btn-side2 {
  color: #ffffff;
  background-color: #129e5c;
}

.btn-side2:hover {
  color: #ffffff;
  background-color: #03bb64;
  text-decoration: none;
}

.btn-side2:focus {
  color: #ffffff;
  background-color: #03bb64;
  text-decoration: none;
}

.btn-side2 p {
  font-size: 21px;
  line-height: 26px;
  padding-bottom: 5px;
}

.btn-side2 .small {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  color: #035931;
}

.btn-color4 {
  width: 100%;
  color: #ffffff;
  padding: 15px;
  background-color: #6fac8a;
  border: 3px solid #b2ccc0;
  border-radius: 0px;
}

.btn-color4:hover, .btn-color4:focus {
  color: #ffffff;
  background-color: #51a677;
}

.btn-text4 {
  font-family: "Titillium Web", sans-serif;
  font-size: 19px;
  font-weight: bold;
  white-space: normal;
  text-align: center;
}

.btn-txtbig {
  width: 100%;
  color: #fff;
  background-color: #249814;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px;
}

.btn-txtbig.focus, .btn-txtbig:focus {
  color: #fff;
}

.btn-txtbig:hover {
  color: #fff;
  background-color: #22b50e;
}

.btn-theme {
  font-family: "Titillium Web", sans-serif;
  color: #fff;
  background-color: #05894b;
  border-color: #05894b;
  white-space: normal;
}

.btn-theme.focus, .btn-theme:focus {
  color: #fff;
}

.btn-theme:hover {
  color: #fff;
  background-color: #06a258;
}

.btn-theme2 {
  font-family: "Titillium Web", sans-serif;
  color: #05894b;
  border-color: #90c2aa;
  font-size: 13px;
  padding: 5px 10px;
}

.btn-theme2.focus, .btn-theme2:focus {
  color: #05894b;
}

.btn-theme2:hover {
  color: #05894b;
  background-color: #e6faf0;
}

.btn-theme2 i {
  margin-right: 2px;
}

.btn-theme3 {
  font-family: "Titillium Web", sans-serif;
  color: #fff;
  border-color: transparent;
  background-color: #f05a22;
  font-size: 13px;
  padding: 5px 10px;
}

.btn-theme3.focus, .btn-theme3:focus {
  color: #fff;
}

.btn-theme3:hover {
  color: #fff;
  background-color: #ff9a1c;
}

.btn-theme3 i {
  margin-right: 2px;
}

.thai .btn-theme, .thai .btn-theme2, .thai .btn-theme3 {
  font-family: "Kanit", sans-serif;
}

.hl-wrap {
  border: 1px solid #d5d5d5;
}

.hl-wrap .title-head {
  padding: 5px 15px;
  margin-bottom: 10px;
  font-family: "Titillium Web", sans-serif;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 400;
  color: #ffffff;
  background-color: #f49025;
}

.hl-wrap .img-border {
  border: 5px solid #dfdfdf;
}

.hl-content {
  padding: 10px 20px;
  overflow: hidden;
}

.hl-content a {
  font-weight: bold;
}

.hl-content p {
  margin-top: 10px;
}

.thumbs {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.thumbs a {
  width: 120px;
  height: 97px;
  display: inline-block;
  /*box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);*/
  border-radius: 4px;
  margin: 5px;
  border: 4px solid #e9e9e9;
  position: relative;
  background-size: cover;
  background: no-repeat;
  background-position-x: center;
}

#support-by, #banner_ad {
  overflow: hidden !important;
}

#banner_ad {
  margin-top: 20px;
  margin-bottom: 20px;
}

#banner_ad li {
  margin-right: 20px;
}

#banner_ad img {
  max-width: 240px;
}

.desktop-show-mb-hide {
  display: none;
}

.desktop-hide-mb-show {
  display: block;
}

#venue .thumbs a {
  display: block;
  width: 200px;
  height: 192px;
  margin-left: auto;
  margin-right: auto;
  border: none;
}

#venue #prevArrow, #venue #nextArrow {
  display: none;
}

#venue .thumbs.thumbs-text a {
  width: 200px;
  height: 30px;
  margin-left: 0;
  background-color: #0c874b;
  border-color: #0c874b;
}

.hotel .thumbs a {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border: none;
}

.hotel #prevArrow, .hotel #nextArrow {
  display: none;
}

.zones-wrap {
  padding: 35px 35px 20px 35px;
}

.zones-wrap .owl-prev {
  position: absolute;
  left: -35px;
  top: 20%;
  background-color: #1db92c !important;
}

.zones-wrap .owl-prev:hover {
  background-color: #34cf43 !important;
}

.zones-wrap .owl-next {
  position: absolute;
  right: -35px;
  top: 20%;
  background-color: #1db92c !important;
}

.zones-wrap .owl-next:hover {
  background-color: #34cf43 !important;
}

.zones-wrap .owl-theme .owl-dots .owl-dot.active span,
.zones-wrap .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #f06d03;
}

.img-arrange1 {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 10px;
}

.display-zones {
  display: none;
}

.display-zones2 {
  display: block;
}

.arrange1 {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 10px;
  vertical-align: top;
}

.maxwidth1 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.maxwidth2 {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.maxwidth3 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.maxwidth4 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.maxwidth5 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* @group Pop up */
#mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}

#boxes .window {
  position: absolute;
  left: 5%;
  top: 7%;
  height: 1px;
  display: none;
  z-index: 9999;
  border-radius: 15px;
}

#boxes #dialog {
  width: 90%;
}

#boxes #dialog .pop-content {
  position: relative;
  background-color: #ffffff;
  max-width: 870px;
  width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

#boxes #dialog .pop-content .ad-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  padding: 30px 15px;
}

.boxes-btn {
  display: inline-block;
  padding: 5px;
}

#popupfoot {
  position: absolute;
  bottom: -35px;
  right: 10px;
}

.pop-btn {
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
}

.pop-text {
  margin-left: auto;
  margin-right: auto;
}

/* @group Media Query */
/* @group Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .line2 h3 {
    font-size: 24px !important;
  }
  .icon1 {
    min-height: 130px;
  }
  .icon2 {
    min-height: 220px;
  }
  .bg3 .container {
    max-width: unset;
  }
  .bg3 .title {
    display: inline-block;
  }
  .bg3 .form-inline {
    display: inline-block;
  }
  .bg3, .mailing {
    text-align: center;
  }
  .maxwidth2 {
    max-width: 890px;
  }
  .header1, .header2, .header3, .header4, .header5, .header6, .header7, .header8 {
    min-height: 250px;
  }
  .pd-hl-wrap2 .title-head {
    font-size: 44px;
  }
  .bg-intro {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .bg-intro h2 {
    font-size: 40px;
  }
  #feature2 .small {
    max-width: 180px;
  }
  .head-has-button {
    position: relative;
  }
  .head-has-button .abs-right {
    position: absolute;
    top: 0px;
    right: 10px;
  }
  #banner_ad img {
    max-width: 216px;
  }
  .top-bar2 h6 {
    font-size: 19px;
    font-weight: 400;
    width: 90%;
  }
  .top-bar2 h4 {
    font-size: 15px;
  }
  .page-title {
    margin-bottom: 40px;
  }
  h1.page-title {
    font-size: 44px;
  }
  .minheight1 {
    min-height: 215px;
  }
  .page-in .side-bar {
    display: block;
  }
  .carousel-nb {
    font-size: 50px;
  }
  .side-bar {
    display: block;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .mainmenu.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  .mainmenu .navbar-nav {
    float: none;
    margin: 7.5px -15px;
  }
  .mainmenu .navbar-nav > li {
    display: block;
    text-align: center;
    float: none;
  }
  .mainmenu .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #menu-mb .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .pad-side {
    margin-left: 50px;
    margin-right: 50px;
  }
  .thumbs {
    width: 95%;
    max-width: 650px;
  }
  .thumbs a {
    width: 145px;
  }
  .hotel .content-section {
    padding: 0 10px;
  }
  .hotel .thumbs {
    width: 100%;
  }
  .press-nav {
    text-align: left;
  }
  .press-nav .page-nav {
    margin-top: 0;
    text-align: right;
  }
}

/* @group Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .top-bar1 {
    display: none;
  }
  .mainmenu .nav {
    padding-left: 15px;
  }
  #banner_ad img {
    max-width: 295px;
  }
  .desktop-show-mb-hide {
    display: block;
  }
  .desktop-hide-mb-show {
    display: none;
  }
  .navbar {
    margin-bottom: 0 !important;
  }
  .display-zones {
    display: block;
  }
  .display-zones2 {
    display: none;
  }
  .minheight1 {
    min-height: 205px;
  }
  .newsfeed {
    background-color: #ffffff;
  }
  .top-bar2 {
    background-color: #ffffff;
  }
  .top-bar2 h6 {
    font-size: 24px;
    width: 100%;
  }
  .top-bar2 h3, .top-bar2 h4 {
    display: block;
  }
  .thai .top-bar2 h6 {
    font-size: 18px;
    width: 100%;
  }
  #mainmenu-dt {
    position: relative;
    top: 0;
  }
  .navbar-toggle {
    display: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
  }
  .mainmenu .navbar-nav {
    width: 100%;
    font-size: 13px;
    margin: 0px -15px;
  }
  .mainmenu .navbar-nav > li {
    float: none;
    margin-left: -2px;
    margin-right: -2px;
    display: inline-block;
  }
  .mainmenu .navbar-nav > li > a {
    padding: 12px 7px;
  }
  .thai .mainmenu .navbar-nav {
    font-size: 11px;
  }
  .thai .mainmenu .navbar-nav > li > a {
    padding: 12px 5px;
  }
  #menu-mb .dropdown-menu {
    position: absolute;
    float: left;
    min-width: 160px;
    text-align: left;
    background-clip: padding-box;
    border: 1px solid #05713d;
    border-radius: 1px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }
  #menu-mb .dropdown-menu > li > a {
    text-align: left;
  }
  .mainmenu .dropdown-menu > li > a {
    text-align: left;
  }
  .thumbs {
    width: 100%;
    max-width: 800px;
  }
  .right-sticky {
    display: block;
  }
  .sc-link {
    display: none;
  }
  .language {
    display: block;
  }
}

/* @group Large Devices, Desktops */
@media only screen and (min-width: 1200px) {
  .header1, .header2, .header3, .header4, .header5, .header6, .header7, .header8 {
    min-height: 280px;
  }
  #feature2 .small {
    max-width: unset;
  }
  .sc-link3 {
    width: 70px;
    height: 70px;
    font-size: 32px;
  }
  .sc-link3 img {
    width: 32px;
    height: auto;
  }
  .thai .top-bar2 h6 {
    font-size: 22px;
    width: 100%;
  }
  #banner_ad img {
    max-width: 360px;
  }
  .btn-join .text, .btn-regist .text, .btn-side .text, .btn-side2 .text {
    width: 85%;
  }
  #mainmenu-dt {
    display: block !important;
  }
  #mainmenu-dt .navbar-nav {
    font-size: 15px;
  }
  #mainmenu-dt .navbar-nav > li > a {
    padding: 15px 11px;
  }
  .thai #mainmenu-dt {
    display: block !important;
  }
  .thai #mainmenu-dt .navbar-nav {
    font-size: 13px;
  }
  .thai #mainmenu-dt .navbar-nav > li > a {
    padding: 15px 9px;
  }
  .thumbs {
    width: 100%;
    max-width: 950px;
  }
}

/* @group Large Devices, Desktops */
@media (min-width: 425px) and (max-width: 767px) {
  .hl-content .item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 425px) and (max-width: 991px) {
  .hl-wrap2 .hl-content .item {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 480px) {
  .thumbs {
    width: 100%;
    max-width: 320px;
  }
  .hotel .thumbs {
    width: 100%;
    max-width: 100%;
  }
}

/* @group for card_style*/
.card_style .col-sm-6 {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.card_style .title {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2em;
}

.card_style img {
  margin-bottom: 15px;
}

.card_style .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  margin-bottom: 25px;
}

.card_style .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media only screen and (max-width: 530px) {
  .top-bar2 h3, .top-bar2 h4 {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .card_style .col-sm-6 {
    margin-left: unset;
    margin-right: unset;
  }
}

/* end @group for card*/
/* divide column for mobile */
@media only screen and (max-width: 450px) {
  .mobile-dp1.col-xs-6 {
    width: 100% !important;
  }
}

/* override informa */
.footerBottombg .nav-informa .informa-link-list-item .informa-link-list-link {
  padding: 15px 0;
}
