/* B&W */
/* @group COMMON */
html,
body {
  padding: 0;
  margin: 0; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  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 h1.page-title {
  font-weight: 400; }

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 {
  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-join2 p, body.thai .btn-regist p, body.thai .btn-side p, body.thai .btn-regist2 p, body.thai .btn-side2 p {
  font-family: "Kanit", sans-serif;
  font-weight: 500; }

body.thai .btn-text4 {
  font-family: "Kanit", sans-serif;
  font-weight: 500; }

body.thai .hl-wrap .title-head, body.thai .hl-wrap h1, body.thai .pd-hl-wrap .title-head, body.thai .pd-hl-wrap h1 {
  font-family: "Kanit", sans-serif;
  font-weight: 400; }

body.thai .bg1 h1 {
  font-family: "Kanit", sans-serif;
  font-weight: 400; }

body.thai .btn-join p, body.thai .btn-join2 p {
  font-size: 28px;
  line-height: 35px; }

body.thai .btn-join .small, body.thai .btn-join2 .small {
  font-size: 14px;
  color: #ffffff;
  font-weight: normal;
  line-height: 18px; }

#home .side-bar {
  display: block; }

.side-bar {
  display: none; }

.bg-intro {
  background-color: #d4dcf4;
  background-image: url(/food/2019/en/images/bg_home.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  padding: 55px 0px 40px; }
  .bg-intro h1, .bg-intro h2 {
    font-size: 26px; }
  .bg-intro h1 {
    margin-top: 0;
    margin-bottom: 2px;
    color: #d8050c;
    margin-top: 0px;
    display: block; }
  .bg-intro h2 {
    margin-top: 0;
    color: #3e409b;
    margin-top: 0px;
    display: block; }
  .bg-intro h3 {
    font-size: 16px;
    color: #252660;
    margin-bottom: 5px; }
  .bg-intro .maxwidth1 {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto; }
  .bg-intro p {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px; }
  .bg-intro .text-em {
    color: #1b346d;
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px; }

.bg1 {
  background-color: #f6f7fd;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f7fd), to(#cdd4f4));
  background-image: -webkit-linear-gradient(top, #f6f7fd, #cdd4f4);
  background-image: -moz-linear-gradient(top, #f6f7fd, #cdd4f4);
  background-image: -ms-linear-gradient(top, #f6f7fd, #cdd4f4);
  background-image: -o-linear-gradient(top, #f6f7fd, #cdd4f4);
  background-image: linear-gradient(top, #f6f7fd, #cdd4f4);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f6f7fd', endColorStr='#cdd4f4');
  background-color: #cdd4f4;
  padding-bottom: 40px;
  padding-top: 40px; }
  .bg1 h1 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center; }

.line2 {
  background-color: #3e5790;
  width: 70px;
  height: 7px;
  margin: 30px auto; }

.new_lg {
  max-width: 523px;
  padding-top: 40px;
  padding-bottom: 40px; }
  .new_lg img.logo {
    max-height: 73px; }
  .new_lg .cnt {
    margin-right: auto;
    margin-left: auto; }

.display_mobile {
  display: block; }

.display_desktop {
  display: none; }

.block3 {
  background-color: #e9effc; }
  .block3 .pic {
    background-image: url(/food/2019/en/images/p_why.jpg);
    background-size: cover;
    min-height: 300px; }
  .block3 h1 {
    margin-top: 0;
    color: #262660;
    font-size: 26px; }

.block3_in {
  display: inline-block;
  vertical-align: middle;
  padding: 30px 0px;
  max-width: 550px;
  margin: auto;
  text-align: left; }

.block3_height {
  display: inline-flex; }

.block3_center {
  text-align: center; }

.bg-vdo {
  background-color: #848484;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#848484), to(#3f3f3f));
  background-image: -webkit-linear-gradient(top, #848484, #3f3f3f);
  background-image: -moz-linear-gradient(top, #848484, #3f3f3f);
  background-image: -ms-linear-gradient(top, #848484, #3f3f3f);
  background-image: -o-linear-gradient(top, #848484, #3f3f3f);
  background-image: linear-gradient(top, #848484, #3f3f3f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#848484', endColorStr='#3f3f3f');
  padding: 12px;
  border-radius: 10px;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }

.fullheight {
  height: 100%; }

a {
  color: #3e5790;
  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: #4e6db3;
    text-decoration: none; }

h1,
h2,
h3 {
  font-family: "Open Sans", sans-serif;
  color: #3e5790;
  text-align: left;
  font-weight: 700; }

h4 {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  color: #607cbb;
  font-weight: 700; }

h5 {
  text-align: left;
  font-family: "Open Sans", 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: #f15a2c;
  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; }

.btn-up,
.btn-up:hover,
.btn-up:focus {
  color: #FFF !important;
  background: rgba(45, 95, 208, 0.65); }

.scrollToTop {
  width: 52px;
  height: 52px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  z-index: 500;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  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%; }

.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 {
  padding: 40px 15px;
  max-width: 1000px;
  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;
  -webkit-background-clip: padding-box;
  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 TYPO */
.txt-h2 {
  font-family: "Open Sans", sans-serif;
  color: #3e5790;
  font-size: 20px;
  font-weight: 700; }

.txt-caption {
  font-family: "Open Sans", sans-serif;
  color: #3e5790;
  font-size: 16px;
  font-weight: 700;
  font-style: italic; }

.text-grey {
  color: #666666; }

.text-1 {
  font-weight: 700;
  color: #4662a2; }

.text-2 {
  font-weight: 700;
  color: #4e6db3; }

.text-3 {
  font-weight: 700;
  color: #607cbb; }

.text-4 {
  color: #bf1e2e;
  font-weight: 700; }

.text-5 {
  font-family: "Open Sans", sans-serif;
  color: #3e5790;
  font-size: 26px;
  font-weight: 700; }

.text-6 {
  background-color: #6060a0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6060a0), to(#2b2b75));
  background-image: -webkit-linear-gradient(top, #6060a0, #2b2b75);
  background-image: -moz-linear-gradient(top, #6060a0, #2b2b75);
  background-image: -ms-linear-gradient(top, #6060a0, #2b2b75);
  background-image: -o-linear-gradient(top, #6060a0, #2b2b75);
  background-image: linear-gradient(top, #6060a0, #2b2b75);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6060a0', endColorStr='#2b2b75');
  padding: 7px 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #ffffff; }

.text-7 {
  background-color: #f9bb5d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9bb5d), to(#f9990a));
  background-image: -webkit-linear-gradient(top, #f9bb5d, #f9990a);
  background-image: -moz-linear-gradient(top, #f9bb5d, #f9990a);
  background-image: -ms-linear-gradient(top, #f9bb5d, #f9990a);
  background-image: -o-linear-gradient(top, #f9bb5d, #f9990a);
  background-image: linear-gradient(top, #f9bb5d, #f9990a);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f9bb5d', endColorStr='#f9990a');
  padding: 7px 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #ffffff; }

.text-8 {
  padding: 7px 0;
  margin-top: 15px;
  text-align: center;
  color: #f2582b;
  font-weight: bold;
  font-size: 16px;
  background: white;
  background: -moz-linear-gradient(left, white 0%, #fceecf 50%, white 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(50%, #fceecf), color-stop(100%, white));
  background: -webkit-linear-gradient(left, white 0%, #fceecf 50%, white 100%);
  background: -o-linear-gradient(left, white 0%, #fceecf 50%, white 100%);
  background: -ms-linear-gradient(left, white 0%, #fceecf 50%, white 100%);
  background: linear-gradient(to right, white 0%, #fceecf 50%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 ); }

.block1 {
  border: 1px solid #cdcde2;
  margin-top: 5px; }

.block1-in {
  padding: 15px; }

.block2 {
  border: 1px solid #f3d09d; }

.text-small {
  font-size: 12px;
  font-weight: normal !important; }

.text-close1 {
  font-size: 18px;
  font-weight: 700;
  color: #3e5790; }

.text-close2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  color: #3e5790; }

.small-head {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #4e6db3;
  background-color: #eee;
  padding: 5px 10px;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 15px;
  margin-top: 30px; }

.main-content h2 {
  font-size: 16px; }

.main-content h3 {
  font-size: 14px; }

.main-content h5 {
  margin-bottom: 5px;
  margin-top: 0px; }

.page-title {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #999999;
  margin-top: 0; }

h1.page-title {
  font-size: 28px;
  font-weight: 600; }

/* @group OVERIDE Bootstrap */
.btn {
  margin-top: 5px;
  margin-bottom: 5px; }

.navbar {
  border-radius: 0;
  min-height: 0px;
  border: none; }

#menu-mb .dropdown-menu {
  font-size: 13px;
  background-color: #364c7e !important;
  border: 0; }
  #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: #607cbb !important; }

/* @group OVERIDE OWL CAROUSEL */
.banner-flip-wrap .owl-carousel {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; }

.banner-flip-wrap2 .owl-carousel {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px; }

.hl-wrap .owl-carousel {
  margin-left: auto;
  margin-right: auto; }

.hl-wrap .owl-theme .owl-dots .owl-dot span {
  background-color: #d6d6d6; }

.hl-wrap .owl-theme .owl-dots .owl-dot.active span,
.hl-wrap .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ff500d; }

.hl-wrap {
  padding-bottom: 40px;
  padding-top: 40px; }
  .hl-wrap .title-head {
    font-family: "Open Sans", sans-serif;
    padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.2em;
    text-align: center;
    font-weight: bold;
    color: #3e5790; }
  .hl-wrap .hl-content {
    padding: 10px 0 0;
    overflow: hidden;
    margin-bottom: 30px; }
    .hl-wrap .hl-content .item {
      max-width: 570px;
      margin-left: auto;
      margin-right: auto;
      padding: 5px; }
  .hl-wrap h1 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 0; }

.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: #e1e5f6; }
  .pd-hl-wrap .title-head {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    font-weight: 700;
    color: #364c7e;
    padding: 20px 10px 0px; }
  .pd-hl-wrap .hl-content {
    padding: 15px;
    overflow: hidden; }
  .pd-hl-wrap .pd-hl-link {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #364c7e;
    background-color: #d0d5e9;
    padding: 5px;
    margin: 10px;
    display: block; }
    .pd-hl-wrap .pd-hl-link:hover, .pd-hl-wrap .pd-hl-link:focus {
      color: #607cbb;
      text-decoration: none;
      background-color: #cbd4f5; }

/* @group Ham MENU */
/* Icon 3 */
#nav-ham {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#nav-ham span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #c7c7c7;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-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);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-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: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin-bottom: 0; }

.nav-main {
  background-color: #3e5790; }

.navbar-nav {
  text-align: center;
  font-size: 13px;
  font-weight: 700; }
  .navbar-nav > li > a {
    color: #fff;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -ms-transition: background-color 1s ease;
    -o-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 {
      background-color: #607cbb; }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #4e6db3; }

.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: 120px;
  right: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 600; }

#slideout1_inner {
  position: fixed;
  top: 120px;
  right: -364px;
  width: 364px;
  background-color: #efefef;
  padding: 5px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

#slideout1 img:hover {
  cursor: pointer; }

#slideout1:hover {
  right: 364px; }

#slideout1:hover #slideout1_inner {
  right: 0; }

#slideout2 {
  position: fixed;
  top: 229px;
  right: 0;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  z-index: 600; }

#slideout2_inner {
  position: fixed;
  top: 229px;
  right: -5px;
  width: 5px;
  height: 99px;
  background-color: #c8181d;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-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: 338px;
  right: 0;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  z-index: 600; }

#slideout3_inner {
  position: fixed;
  top: 338px;
  right: -5px;
  width: 5px;
  height: 136px;
  background-color: #f06d03;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s; }

#slideout3 img:hover {
  cursor: pointer; }

#slideout3:hover {
  right: 5px; }

#slideout3:hover #slideout3_inner {
  right: 0; }

#slideout4 {
  position: fixed;
  top: 484px;
  right: 0;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
  z-index: 600; }

#slideout4_inner {
  position: fixed;
  top: 484px;
  right: -5px;
  width: 5px;
  height: 140px;
  background-color: #54b632;
  -webkit-transition-duration: 0.1s;
  -moz-transition-duration: 0.1s;
  -o-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: #364c7e;
  padding-top: 15px;
  padding-bottom: 15px; }
  .sc-link a {
    font-size: 24px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 15px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px; }
    .sc-link a:hover {
      background-color: #4e6db3; }

/* @group FORM */
.form-wrap {
  padding-left: 15px;
  padding-right: 15px; }

.form-subhead {
  background-color: #f2f2f2;
  color: #4e6db3;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 10px;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px; }

/* @group LAYOUT */
body#group-regist-page {
  min-width: 1170px; }

#group-regist-page .head-has-button {
  position: relative; }
  #group-regist-page .head-has-button .abs-right {
    position: absolute;
    top: 10px;
    right: 10px; }

#group-regist-page .linkwhitebold {
  font-weight: bold;
  color: #ffffff; }

#group-regist-page td {
  padding: 3px; }

#group-regist-page .navbar-header {
  display: none !important; }

#group-regist-page .container, #group-regist-page .container-fluid {
  width: 1170px !important; }

#group-regist-page .col-md-2 {
  width: 16.66666667% !important;
  float: left !important; }

#group-regist-page .col-md-4, #group-regist-page .col-sm-4 {
  width: 33.33333333% !important;
  float: left !important; }

#group-regist-page .col-md-8 {
  width: 66.66666667% !important;
  float: left !important; }

#group-regist-page .col-md-10 {
  width: 83.33333333% !important;
  float: left !important; }

#group-regist-page #mainmenu-dt {
  position: relative !important; }

#group-regist-page .mainmenu .navbar-nav {
  font-size: 13px !important;
  margin: 0px -15px !important; }
  #group-regist-page .mainmenu .navbar-nav > li {
    margin-left: -2px !important;
    margin-right: -2px !important;
    display: inline-block !important; }
    #group-regist-page .mainmenu .navbar-nav > li > a {
      padding: 12px 15px !important; }

#group-regist-page .dropdown-menu {
  position: absolute !important; }

#group-regist-page .navbar-nav .open .dropdown-menu {
  position: absolute !important; }

#group-regist-page .navbar-collapse.collapse {
  display: block !important; }

#group-regist-page .sc-link {
  display: none; }

#group-regist-page .page-lead {
  border-bottom: none !important; }

.page-lead {
  margin-bottom: 20px; }

.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: flex;
  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-bottom0 {
  margin-bottom: 0px; }

.space-top0 {
  margin-top: 0px; }

.space-top1 {
  margin-top: 10px; }

.space-top2 {
  margin-top: 20px; }

.space-top3 {
  margin-top: 30px; }

.line1 {
  padding-bottom: 10px;
  border-bottom: 1px solid #d9d9d9; }

.line3 {
  margin-bottom: 40px;
  margin-top: 20px;
  margin-left: 0px !important;
  margin-right: 0px !important;
  border-bottom: 1px solid #d9d9d9; }

.padtop-10 {
  padding-top: 10px; }

.padtop-20 {
  padding-top: 20px; }

.pad-side {
  margin-left: 20px;
  margin-right: 20px; }

.padding-lr0 {
  padding-right: 0px;
  padding-left: 0px; }

.home-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0px 10px 20px; }

.home-list li {
  background: url("../images/bullet2.gif") no-repeat left top;
  padding-left: 25px;
  margin-bottom: 8px; }

.top-bar1 {
  padding: 10px 0;
  position: absolute;
  top: 0;
  right: 0;
  min-height: 50px; }
  .top-bar1 .container {
    padding-right: 59px; }

.top-bar2 {
  position: relative;
  background-color: #ffffff;
  padding: 0; }
  .top-bar2 h6 {
    font-family: "Open Sans", sans-serif;
    color: #000000;
    font-size: 11px;
    font-weight: 700;
    width: 85%; }

.top-bar2 .container {
  position: relative; }

.thai .top-bar2 h6 {
  font-family: "Kanit", sans-serif;
  font-weight: 500; }

.language {
  display: none;
  position: absolute;
  width: 60px;
  height: 20px;
  top: 68px;
  right: 0px;
  z-index: 9; }
  .language a {
    padding-left: 5px; }

.top-text {
  font-size: 12px;
  font-weight: 700; }

#content-wrap {
  padding-top: 30px;
  padding-bottom: 30px; }

.content-section {
  margin-bottom: 20px;
  padding: 0 10px; }
  .content-section.no-h-margin h4 {
    margin-bottom: 3px;
    margin-top: 3px; }

#feature {
  background-color: #ededed; }
  #feature .item {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 220px; }
  #feature .icon {
    display: block;
    margin: 10px auto;
    width: 90px;
    height: 100px; }
  #feature a {
    font-family: "Open Sans", sans-serif;
    color: #000000;
    font-weight: 700;
    font-size: 16px; }
    #feature a:hover {
      text-decoration: none;
      color: #4e6db3; }
      #feature a:hover .icon {
        background-position: 0 -100px; }

.ic-download {
  background: url("../images/icm_1.png") no-repeat 0 0; }

.ic-seminar {
  background: url("../images/icm_2.png") no-repeat 0 0; }

.ic-photo {
  background: url("../images/icm_3.png") no-repeat 0 0; }

.ic-press {
  background: url("../images/icm_4.png") no-repeat 0 0; }

.ic-hotel {
  background: url("../images/icm_5.png") no-repeat 0 0; }

.ic-admiss {
  background: url("../images/icm_6.png") no-repeat 0 0; }

#footer-top {
  min-height: 200px;
  background-color: #ffffff;
  padding-bottom: 25px;
  padding-top: 20px;
  color: #333;
  font-size: 13px; }
  #footer-top h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #3e5790;
    font-weight: 700; }
  #footer-top h5 {
    font-weight: 700;
    color: #1f2c49;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 18px; }
  #footer-top h6 {
    font-size: 10px;
    color: #1f2c49; }
  #footer-top a {
    font-weight: bold; }
  #footer-top .addr h6 {
    font-weight: 700;
    color: #1f2c49;
    margin-bottom: 3px;
    font-size: 13px;
    font-family: "Open Sans", sans-serif; }
  #footer-top .addr i {
    color: #bdbdbe;
    margin-right: 5px; }

#footer-bottom {
  padding-top: 15px;
  padding-bottom: 20px;
  min-height: 40px;
  background-color: #3e5790;
  color: #ffffff;
  font-size: 12px;
  text-align: center; }
  #footer-bottom a {
    color: #ffffff;
    font-weight: bold; }
    #footer-bottom a:hover {
      color: #ffffff; }

/* logo footer */
#footer-top
.lg-group {
  float: left;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-top: 5px; }
  #footer-top
.lg-group .lg-label {
    display: block;
    font-size: 10px;
    color: #333333;
    margin-bottom: 10px; }
  #footer-top
.lg-group .lg-pic, #footer-top
.lg-group .lg-pic2, #footer-top
.lg-group .lg-name, #footer-top
.lg-group .lg-item {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 10px; }
  #footer-top
.lg-group .lg-pic {
    margin-right: 13px; }
    #footer-top
.lg-group .lg-pic img {
      max-width: 82px;
      max-height: 50px; }
  #footer-top
.lg-group .lg-pic2 {
    margin-right: 13px; }
    #footer-top
.lg-group .lg-pic2 img {
      max-width: 80px;
      max-height: 30px; }
  #footer-top
.lg-group .lg-pic:last-child, #footer-top
.lg-group .lg-pic2:last-child {
    margin-right: 0; }
  #footer-top
.lg-group .lg-item {
    margin-right: 15px; }

.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: #f2f2f2;
      -webkit-border-radius: 4px;
      -khtml-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      -o-border-radius: 4px;
      border-radius: 4px;
      margin: 0 2px; }
      .press-nav .page-nav a:hover {
        background-color: #cecefa; }

.press-list {
  border-bottom: 1px dashed #b9c5e1;
  padding-bottom: 10px;
  margin-bottom: 15px; }

.press-detail img {
  max-width: 100%; }

.press-detail h5 {
  font-weight: 700;
  color: #2f416c;
  font-size: 16px; }

#hotel .content-section {
  padding: 0; }

#hotel .hotel-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #95a8d2; }
  #hotel .hotel-item h2 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #4e6db3; }
  #hotel .hotel-item .hotel-pic {
    border: 3px solid #cccccc;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    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 #4e6db3;
  margin-bottom: 10px; }
  #hotel .hotel-rate thead {
    background-color: #3e5790;
    color: #ffffff; }

.seminar-table td, .seminar-table th {
  border: 1px solid #ddd; }

/* @group ELEMENT */
.img-border {
  border: 2px solid #95a8d2; }

.head-has-button {
  position: relative; }
  .head-has-button .abs-right {
    position: relative;
    top: unset;
    right: ubset; }

.dl-logo img {
  max-width: 150px;
  padding-top: 20px; }

.btn-join, .btn-regist, .btn-side, .btn-regist2, .btn-side2 {
  width: 100%;
  white-space: normal;
  border-radius: 0px;
  border: none;
  padding: 25px;
  text-align: left;
  margin-bottom: 0;
  margin-top: 0; }
  .btn-join .icon, .btn-regist .icon, .btn-side .icon, .btn-regist2 .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-regist2 .text, .btn-side2 .text {
    width: 80%;
    display: inline-block;
    vertical-align: top; }
  .btn-join p, .btn-regist p, .btn-side p, .btn-regist2 p, .btn-side2 p {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin: 0;
    text-align: left; }
  .btn-join .small, .btn-regist .small, .btn-side .small, .btn-regist2 .small, .btn-side2 .small {
    font-size: 14px;
    color: #ffffff;
    font-weight: normal !important;
    line-height: 18px; }

.btn-join {
  color: #ffffff;
  background-color: #50888d; }
  .btn-join:hover, .btn-join:focus {
    color: #ffffff;
    background-color: #58959b;
    text-decoration: none; }
  .btn-join .icon {
    margin-top: 10px; }
  .btn-join p {
    font-size: 50px;
    line-height: 50px; }
  .btn-join .small {
    margin-top: 10px; }

.btn-regist {
  color: #ffffff;
  background-color: #7590ce; }
  .btn-regist:hover, .btn-regist:focus {
    color: #ffffff;
    background-color: #7897de;
    text-decoration: none; }
  .btn-regist p {
    font-size: 24px;
    line-height: 28px; }
  .btn-regist .small {
    margin-top: 5px; }

.btn-side {
  color: #3e5790;
  background-color: #ffffff;
  border: 1px solid #c4ccdf; }
  .btn-side:hover, .btn-side:focus {
    color: #4e6db3;
    background-color: #e4ecfd;
    border: 1px solid #a9bff1;
    text-decoration: none; }
  .btn-side p {
    font-size: 21px;
    line-height: 26px;
    font-weight: 600; }
  .btn-side .small {
    margin-top: 5px;
    color: #3e5790; }

.btn-side2 {
  color: #ffcb05;
  background-color: #3d1a6f;
  border: 1px solid #3d1a6f; }
  .btn-side2:hover, .btn-side2:focus {
    color: #fcd439;
    background-color: #572997;
    border: 1px solid #572997;
    text-decoration: none; }
  .btn-side2 p {
    font-size: 21px;
    line-height: 26px;
    font-weight: 600; }
  .btn-side2 .small {
    margin-top: 5px;
    color: #ffcb05; }

.btn-txtbig {
  width: 100%;
  color: #fff;
  background-color: #8499ca;
  font-weight: bold;
  font-size: 16px;
  margin-top: 10px; }
  .btn-txtbig.focus, .btn-txtbig:focus {
    color: #fff; }
  .btn-txtbig:hover {
    color: #fff;
    background-color: #a7b7d9; }

.btn-theme {
  color: #fff;
  background-color: #3e5790;
  border-color: #3e5790; }
  .btn-theme.focus, .btn-theme:focus {
    color: #fff; }
  .btn-theme:hover {
    color: #fff;
    background-color: #4e6db3;
    border-color: #4e6db3; }

.btn-theme2 {
  color: #fff;
  background-color: #e6691a;
  border-color: #e6691a;
  border-radius: 0; }
  .btn-theme2.focus, .btn-theme2:focus {
    color: #fff; }
  .btn-theme2:hover {
    color: #fff;
    background-color: #ff6300;
    border-color: #ff6300; }

.btn-join2 {
  white-space: normal;
  border-radius: 0px;
  border: none;
  padding: 20px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
  min-width: unset; }
  .btn-join2 .text {
    display: inline-block;
    vertical-align: top; }
  .btn-join2 p {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin: 0; }
  .btn-join2 .small {
    font-size: 14px;
    color: #ffffff;
    font-weight: normal;
    line-height: 18px; }

.btn-join2 {
  color: #ffffff;
  background-color: #7590ce; }
  .btn-join2:hover, .btn-join2:focus {
    color: #ffffff;
    background-color: #7897de;
    text-decoration: none; }
  .btn-join2 .icon {
    margin-top: 10px; }
  .btn-join2 p {
    font-size: 50px;
    line-height: 50px; }
  .btn-join2 .small {
    margin-top: 10px; }

.btn-regist2 {
  white-space: normal;
  border-radius: 0px;
  border: none;
  padding: 20px;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0; }
  .btn-regist2 .text {
    display: inline-block;
    vertical-align: top; }
  .btn-regist2 p {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin: 0; }
  .btn-regist2 .small {
    font-size: 14px;
    color: #ffffff;
    font-weight: normal !important;
    line-height: 18px; }

.btn-regist2 {
  color: #ffffff;
  background-color: #7590ce; }
  .btn-regist2:hover, .btn-regist2:focus {
    color: #ffffff;
    background-color: #7897de;
    text-decoration: none; }
  .btn-regist2 .icon {
    margin-top: 10px; }
  .btn-regist2 p {
    font-size: 28px;
    line-height: 1.25em;
    text-align: center; }
  .btn-regist2 .small {
    margin-top: 5px; }

.btn-regist2-padtop {
  padding-top: 20px; }

@media only screen and (min-width: 992px) {
  .btn-regist2-padtop {
    padding-top: 30px; } }

#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; }

.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; }

#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: #3f3f8a;
  border-color: #3f3f8a; }

#hotel .thumbs a {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border: none; }

#hotel #prevArrow, #hotel #nextArrow {
  display: none; }

.maxwidth1 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto; }

.maxwidth2 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

/* @group Pop up */
#mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 700;
  background-color: rgba(0, 0, 0, 0.9);
  display: none; }

#boxes .window {
  position: absolute;
  left: 5%;
  top: 7%;
  width: 440px;
  height: 200px;
  display: none;
  z-index: 800;
  padding: 10px;
  border-radius: 15px; }

#boxes #dialog {
  width: 90%;
  height: 80%; }

#boxes #dialog .pop-content {
  position: relative;
  background-color: #ffffff;
  max-width: 871px;
  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;
  background-color: #ffffff; }

.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 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }

/* @group Media Query */
/* @group Small Devices, Tablets */
@media only screen and (min-width: 520px) {
  .bg-intro h1, .bg-intro h2 {
    display: inline; } }

@media only screen and (min-width: 768px) {
  .bg-intro h1, .bg-intro h2 {
    display: block; } }

@media only screen and (min-width: 1200px) {
  .bg-intro h1, .bg-intro h2 {
    display: inline; } }

@media only screen and (min-width: 768px) {
  .hl-wrap .hl-content {
    margin-bottom: 0px; }
  .head-has-button {
    position: relative; }
    .head-has-button .abs-right {
      position: absolute;
      top: 0px;
      right: 10px; }
  .bg1 h1 {
    font-size: 34px; }
  .hl-wrap h1 {
    font-size: 34px; }
  .vdo-wrap2 {
    padding: 75px 15px; }
  .new_lg {
    padding-top: 75px;
    padding-bottom: 75px; }
  .line2 {
    margin: 40px auto; }
  .btn-join2 {
    min-width: 380px; }
  .top-bar2 h6 {
    font-size: 14px; }
  h1.page-title {
    font-size: 34px; }
  .side-bar {
    display: block; }
  .top-text {
    font-size: 13px;
    font-weight: 700; }
  .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; }
  #footer-bottom {
    text-align: left; }
  #menu-mb .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .pad-side {
    margin-left: 50px;
    margin-right: 50px; }
  .thumbs {
    width: 80%;
    max-width: 480px; }
  .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; }
  #boxes #dialog .pop-content .ad-wrap {
    padding: 30px; }
  .pop-text {
    margin-bottom: 20px;
    padding: 40px; }
    .pop-text li {
      margin-bottom: 5px; }
  .pop-text2 {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 50px; }
  .pop-head {
    font-size: 36px; }
  .pop-head2 {
    font-size: 34px; }
  .pop-head3 {
    font-size: 24px;
    margin-bottom: 20px; } }

/* @group Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  #banner_ad img {
    max-width: 295px; }
  .desktop-show-mb-hide {
    display: block; }
  .desktop-hide-mb-show {
    display: none; }
  .block3 .pic {
    min-height: 320px; }
  .block3_height {
    height: 320px; }
  .block3_center {
    text-align: left; }
  .new_lg {
    max-width: 975px; }
  .display_mobile {
    display: none; }
  .display_desktop {
    display: block; }
  .btn-text4 {
    font-size: 27px; }
    .btn-text4 p {
      width: 70%;
      text-align: left; }
  .top-text {
    font-size: 14px;
    line-height: 30px;
    font-weight: 700; }
  #mainmenu-dt {
    position: relative; }
  .navbar-toggle {
    display: none; }
  .navbar-collapse.collapse {
    display: block !important; }
  .mainmenu .navbar-nav {
    width: 100%;
    font-size: 12px;
    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 6px; }
  #menu-mb .dropdown-menu {
    position: absolute;
    float: left;
    min-width: 160px;
    text-align: left;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); }
  .mainmenu .dropdown-menu > li > a {
    text-align: left !important; }
  .thumbs {
    width: 100%;
    max-width: 480px; }
  .right-sticky {
    display: block; }
  .sc-link {
    display: none; }
  .language {
    display: block; } }

/* @group Large Devices, Desktops */
@media only screen and (min-width: 1200px) {
  .btn-join .text, .btn-regist .text, .btn-side .text, .btn-side2 .text {
    width: 85%; }
  .top-bar2 h6 {
    font-size: 17px;
    width: 100%; }
  #mainmenu-dt {
    display: block !important; }
    #mainmenu-dt .navbar-nav {
      font-size: 13px; }
      #mainmenu-dt .navbar-nav > li > a {
        padding: 12px 15px; }
  .thumbs {
    width: 100%;
    max-width: 640px; } }

/* @group Large Devices, Desktops */
@media (max-width: 480px) {
  .thumbs {
    width: 100%;
    max-width: 320px; }
  #hotel .thumbs {
    width: 100%;
    max-width: 100%; } }
