@charset "utf-8";

@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}

body {
  color: #111;
  font-family: "Arial", "Helvetica Neue", "Helvetica", "sans-serif";
}

h1 {
  color: #03c;
}

h5 {
  font-weight: bold;
}

@media (max-width: 768) {
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 24px !important;
    /*important จำให้อันนี้ทำก่อน*/
  }

  .news img {
    max-width: 200px;
  }
}

/*media query ie8+*/
.img-size {
  /*width: 50px;*/
  max-width: 100%;
}

a {
  color: #3aadba;
}

h3 {
  color: #3aadba;
  font-size: 24px;
  font-weight: bold;
}

#highlight {
  background-color: #ccc;
}

#highlight h2 {
  color: #009;
  padding-bottom: 10px;
  /*หรือใช้ line-height*/
  border-bottom: 2px #009 solid;
  text-transform: uppercase;
}

.bg-blue {
  background-color: #4ab8c6;
  color: #ffffff;
}

.img-bordered {
  border: 3px #ffffff solid;
  background: #ccc;
}

.row {
  padding: 10px;
}

body {
  padding-top: 50px;
}

.bold {
  font-weight: bold;
  font-size: 15px;
}

.coming-soon-event-s .btn-sm {
  padding: 0 10px 0 10px;
  height: 26px;
  line-height: 26px;
}

.btn-red {
  background-color: #cc0b0e;
}

.coming-soon-event {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  /*font-weight: bold*/
}

.coming-soon-event-s {
  font-size: 14px;
  font-weight: bold;
}

.btn-icon {
  color: #ffffff;
}

.divider-right {
  border-right: #000000 solid 1px;
}

.pd-left {
  padding-left: 15px;
}

.pd-right {
  padding-right: 15px;
}

.pd-top {
  padding-top: 15px;
}

.pd-bt {
  padding-bottom: 15px;
}

.pd-bt-5 {
  padding-bottom: 5px;
}

.pd-bt-10 {
  padding-bottom: 10px;
}

.pd-bt-20 {
  padding-bottom: 20px;
}

.pd-bt-25 {
  padding-bottom: 25px;
}

.pd-bt-30 {
  padding-bottom: 30px;
}

.pd-top-3 {
  padding-top: 3px;
}

.search-box {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}

.brand {
  /*height: 70px;*/
  padding: 0px 5px;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 991px) {
  .brand {
    padding-top: 30px;
  }
}

@media (max-width: 768px) {
  .brand {
    padding-top: 10px;
  }
}

@media (max-width: 480px) {
  .brand {
    padding-top: 21px;
  }
}

.outline {
  background: none;
  border: 1px solid #4753c5;
}

.solid {
  color: #fff;
  background: #4ab8c6;
}

a.solid:hover {
  color: #fff;
  background: #4ab8c6dd;
}

.nav-s .row {
  padding: 0px;
}

#header-nav .navbar {
  border-radius: 0px;
}

#header-nav a:hover,
#header-nav a.select {
  background-color: rgba(203, 46, 49, 1);
  color: #ffffff;
}

#header-nav .navbar-default {
  background-color: #bbbbbb;
}

#header-nav .navbar-toggle {
  border: none;
}

#header-nav .navbar-collapse {
  border-top: none;
}

#header-nav .navbar {
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .dropdown.language {
    top: 10px;
  }

  .dropdown-menu {
    top: 48px;
    text-align: center;
  }

  .dropdown-menu > li > a {
    padding: 3px 0px;
    white-space: wrap;
    text-overflow: ellipsis;
  }
}

.dropdown-menu {
  border-top-width: 2px;
  border-top-style: solid;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-radius: 0 0 4px 4px;
  min-width: 120px;
}

.page-content h3 {
  padding-bottom: 5px;
  border-bottom: 3px solid #4160e3;
}

.half-rule {
  margin: 0;
  text-align: left;
  width: 100%;
  padding: 0px;
  margin-bottom: 10px;
}

.lang-sm {
  color: #212121;
  top: 0px;
  height: 15px;
  line-height: 15px;
}

.lang-lbl {
  margin-left: 10px;
  font-size: 15px;
  height: 15px;
  line-height: 15px;
}

.lang-min .lang-lg {
  color: #212121;
  height: 50px;
  line-height: 50px;
}

.search-box .dropdown .dropdown-toggle:link,
.search-box .dropdown .dropdown-toggle:hover,
.search-box .dropdown .dropdown-toggle:focus {
  background-color: #e7e7e7;
}

/*search2*/
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.popup-box-on {
  display: block !important;
}

.off {
  display: none;
}

.chat_box .chat_message_wrapper ul.chat_message > li + li {
  margin-top: 4px;
}

#search.open {
  opacity: 1;
  transform: translate(0px, 0px) scale(1, 1);
}

#search {
  background-color: hsla(223, 66%, 11%, 0.85);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 2000;
}

#search .close {
  color: #355ecd;
  font-size: 40px;
  opacity: 1;
  padding: 10px 17px;
  position: fixed;
  right: 15px;
  top: 15px;
}

button.close {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
}

.close {
  float: right;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
}

#search input[type="text"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  font-weight: 300;
  margin: -51px auto 0;
  outline: medium none;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

#search .btn {
  left: 50%;
  margin-top: 60px;
  padding: 10px 50px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
}

.s-icon a {
  color: #ffffff !important;
  font-size: 20px;
  height: 50px;

  text-align: center;
  width: 44px;
}

#search-s.open {
  opacity: 1;
  transform: translate(0px, 0px) scale(1, 1);
}

#search-s {
  background-color: hsla(223, 66%, 11%, 0.85);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.5s ease-in-out 0s;
  width: 100%;
  z-index: 2000;
}

#search-s .close {
  color: #355ecd;
  font-size: 40px;
  opacity: 1;
  padding: 10px 17px;
  position: fixed;
  right: 15px;
  top: 15px;
}

button.close {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  cursor: pointer;
}

.close {
  float: right;
  font-weight: bold;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
}

#search-s input[type="text"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 50px;
  font-weight: 300;
  margin: -51px auto 0;
  outline: medium none;
  padding-left: 30px;
  padding-right: 30px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}

#search-s .btn {
  left: 50%;
  margin-top: 60px;
  padding: 10px 50px;
  position: absolute;
  top: 50%;
  transform: translateX(-50%);
}

.s-icon-s a {
  color: #ffffff !important;
  font-size: 20px;
  height: 50px;

  text-align: center;
}

.border-bt {
  border-bottom: 2px solid #3aadba;
  padding-bottom: 5px;
}

footer {
  background-color: #3aadba;
  color: #ffffff;
  margin-top: 15px;
}

/*countdown*/
#countdown {
  width: 100%;
  margin-left: 20px;
}

label {
  clear: both;
  display: block;
}

#countdown span {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  width: 30%;
  display: block;
  float: left;
  line-height: 15px;
  padding: 15px 5px 0px 0px;
}

#countdown span:first-child {
  width: 40%;
}

#countdown-s {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  padding: 0px 10px 0px 0px;
  margin-top: 5px;
}

ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #f9f9f9;
  margin-bottom: 0px;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li + li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.content-page h2 {
  color: #3aadba;
  margin-top: 5px;
  font-size: 20px;
  padding-bottom: 5px;
  /*หรือใช้ line-height*/
  border-bottom: 2px #3aadba solid;
  font-weight: 700;
}

.news h3 {
  margin-bottom: 20px;
}

.center-componant {
  margin-left: auto;
  margin-right: auto;
}

/****************************************/
/****************************************/
.table_list {
  width: 100%;
  border: 1px solid #3aadba;
}

.table_list td,
.table_list th {
  padding: 5px 12px;
  border: 1px solid #3aadba;
}

.table_list th {
  font-size: 17px;
  padding: 8px 0px;
  color: #ffffff;
  text-align: center;
  background: #a7cfdf;
  background: -moz-linear-gradient(left, #a7cfdf 0%, #295384 37%, #004089 100%);
  background: -webkit-linear-gradient(
    left,
    #a7cfdf 0%,
    #295384 37%,
    #004089 100%
  );
  background: linear-gradient(to right, #a7cfdf 0%, #295384 37%, #004089 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7cfdf', endColorstr='#004089', GradientType=1);
}

.table_list td:nth-child(2),
.table_list th:nth-child(2) {
  text-align: center;
  padding: 5px 0px;
}

.list,
.listDetail {
  padding: 15px 15px 0 15px !important;
}

.list {
  text-align: center;
}

.listName {
  padding-top: 5px;
}

.listDetail {
  width: 75%;
  text-align: left !important;
}

/****************************************/

.row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.left-border {
  border-left: 2px solid #3aadba;
}

@media (max-width: 480px) {
  .left-border {
    border-left: 0px;
  }
}

p.speakers {
  font-size: 12px;
  font-style: italic;
}

.news .row {
  padding: 2px 10px 0px;
}

.roundedCorners {
  border: 2px solid #000000;
  border-radius: 25px;
  padding: 10px 15px 10px 20px;
}

.logoSupport {
  border: 1px solid #cccccc;
  width: 200px;
  margin: 2px;
}

.logoSupport-large {
  border: 1px solid #cccccc;
  width: 400px;
  margin: 2px;
}

.navbar-default .navbar-nav > li:first-child > a {
  padding: 15px 20px;
  margin-left: -15px;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav > li:first-child > a {
    padding: 15px 10px;
    margin-left: inherit;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }
}

.navbar-default .navbar-nav > li:first-child {
  margin-right: 7px;
}

.navbar-default .navbar-nav > li > a {
  color: #000000;
  font-size: 13.5px;
  padding: 15px 8px;
  font-weight: 600;
}

.btnDownload {
  float: right;
  background-color: #880e10;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 3px 10px;
  margin-top: -8px;
}

.btnDownloadNormal {
  background-color: #880e10;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 3px 10px;
}

/****************************************/
.txtErrorTitle {
  color: #c9302c;
  font-weight: 600;
}

/****************************************/
.carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #1c3cc1;
  opacity: 0.5;
  border: 1px solid #3aadba;
  border-radius: 15px;
}

.carousel-indicators .active {
  width: 18px;
  height: 18px;
  background-color: #1c3cc1;
  opacity: 1;
}

.carousel-control {
  color: #1c3cc1;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #152d91;
}

.border {
  border: 2px solid #888;
}

.card .topTitleBorder {
  text-align: center;
  border-bottom: 2px solid #888;
}

.card .TopTitle {
  color: #fff;
  background: #3aadba;
  margin: 0;
  padding: 10px;
  font-weight: bold;
}

.card .BottomTitle {
  color: #3aadba;
  background: none;
  font-weight: 600;
  min-height: 60px;
}

.card-body {
  padding: 0px;
}

.card-body-2 {
  padding: 2px 15px 0px;
  min-height: 90px;
}

.p1 {
  padding: 1px;
}

.p2 {
  padding: 2px;
}

.p5 {
  padding: 5px;
}

.linkMore2 {
  font-size: 17px;
}

.linkMore {
  padding-top: 15px;
  padding-right: 35px;
  text-align: right;
  font-size: 14px;
  font-weight: 800;
}

.linkMore2 a {
  color: #ff6b6b;
}

.btn {
  width: 200px;
  margin: 1.5rem auto 1rem;
  display: inline-block;
}

.big {
  width: 1em;
  height: 1em;
}

#form_boothReg label {
  font-weight: normal;
}

#form_boothReg .ui-tabs .ui-tabs-panel {
  padding: 0;
}

.btn[disabled] {
  border: 1px solid #888;
}

.content-page h3 {
  line-height: 1.5;
  font-size: 14px;
  margin: 10px 8px;
}

a:focus,
a:hover {
  text-decoration: none;
}

.ui-widget-content {
  border: none !important;
}

.ui-tabs .ui-tabs-nav,
.ui-tabs label {
  border: 2px solid #4ab8c6;
}

ul.earlyBird {
  list-style: none;
  padding-left: 15px;
  /* font-weight: 700; */
}

ul.earlyBird li:before {
  content: "✓";
  margin-right: 8px;
}

span.fullPriceEarlyBird {
  color: #888888;
}

s,
strike {
  text-decoration: none;
  position: relative;
}

s::before,
strike::before {
  top: 50%;
  /*tweak this to adjust the vertical position if it's off a bit due to your font family */
  background: red;
  /*this is the color of the line*/
  opacity: 0.7;
  content: "";
  width: 110%;
  position: absolute;
  height: 0.1em;
  border-radius: 0.1em;
  left: -5%;
  white-space: nowrap;
  display: block;
  transform: rotate(-15deg);
}

s.straight::before,
strike.straight::before {
  transform: rotate(0deg);
  left: -1%;
  width: 102%;
}

#sidebar .btn {
  width: auto;
  min-height: 70px;
  display: flex;
  align-content: space-around;
  justify-content: space-around;
  flex-direction: column;
}

.nav > li {
  text-align: center;
}

.imgLeft {
  float: left;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.imgRight {
  float: right;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
}

.headTitle {
  padding: 12px 20px;
  text-align: center;
  background-color: #48c7f0;
  font-size: 22px;
  font-weight: 600;
  border: 2px solid #888;
  display: grid;
  align-items: center;
  min-height: 102px;
  vertical-align: middle;
}

.dataDetail {
  font-size: 14px;
  padding: 8px;
  border: 2px solid #888;
  min-height: 340px;
}

.dataDetail1 {
  background: azure;
  font-size: 15px;
}

.dataDetail2 {
  height: 115px;
}

@media (max-width: 415px) {
  .dataDetail2 {
    height: auto;
  }
}

@media (min-width: 1360px) {
  .container {
    width: 1300px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1590px;
  }
}

.exhibitor_data {
  /* height: 265px;
	display: inline-block; */

  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

a.showTopic {
  color: #111;
}

a.showTopic:hover {
  color: #3aadba;
}

.TitleShow {
  font-size: 16px;
  font-weight: 600;
}

h4.style1 {
  color: #3aadba;
  margin-top: 5px;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px #3aadba solid;
  font-weight: 300;
}

/*******Product*******/

.product_title h4 {
  min-height: 60px;
  line-height: 1.4;
}

.product_title {
  margin-bottom: 30px;
}

.product_category,
.product_price_disable {
  margin-bottom: 4px;
}

.product_price_disable {
  text-decoration: line-through;
  color: red;
  text-decoration-thickness: 2px;
}

.product_price_disable span {
  color: #333333;
}

.product_price_earlybird {
  font-size: medium;
  font-weight: 400;
}

.product_price_earlybird1 {
  font-weight: 400;
}

/*******Product*******/

.mh40 {
  min-height: 40px;
}

.fontLarger {
  font-size: 26px;
}

.fontLarger span.title,
.fontLarger #btnPrint {
  font-size: 20px;
}

.fontLargerPrint {
  font-size: 16px;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
}

.fontLargerPrint .name {
  font-size: 24px;
  font-weight: bold;
}

.fontLargerPrint .orgiaization {
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  /* display: -webkit-box;
  -webkit-line-clamp: 2; */
  /* number of lines to show */
  /* line-clamp: 2;
  -webkit-box-orient: vertical; */
}

.fontLargerPrint .Invited {
  font-size: 13px;
}

.fontLargerPrint .badgeType {
  position: fixed;
  /* absolute; */
  font-size: 52px;
  left: 50%;
  bottom: 25px; /* 0px */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: bold;
}

.fontLargerPrint .badgeType1 {
  font-size: 46px;
}

.fontLargerPrint .badgeType2 {
  font-size: 42px;
}

/**********************************/
/* Badge GRTE 2025 */
.grte2025 .fontLargerPrint {
  font-size: 18px;
  line-height: 1.2;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px auto;
  text-align: center;
}

.grte2025 .fontLargerPrint .attb {
  font-size: 18px;
  font-weight: bold;
}

.grte2025 .fontLargerPrint .name {
  font-size: 26x;
  font-weight: bold;
  height: 60px;
  vertical-align: text-bottom;
}

.grte2025 .fontLargerPrint .nameSmall {
  font-size: 22px;
}

.grte2025 .fontLargerPrint .designtion {
  height: 40px;
  vertical-align: text-top;
}

.grte2025 .fontLargerPrint .orgiaization {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  /* display: -webkit-box;
  -webkit-line-clamp: 2; */
  /* number of lines to show */
  /* line-clamp: 2;
  -webkit-box-orient: vertical; */
  height: 45px;
  vertical-align: text-bottom;
}

.grte2025 .fontLargerPrint .countrySmall {
  font-size: 16px;
}

.grte2025 .fontLargerPrint .footer {
  /* position: fixed; */
  /* bottom: 85px; */
  margin-top: -30px;
}

.grte2025 .fontLargerPrint .qrcode {
  text-align: left;
}
.grte2025 .fontLargerPrint .qrcode img {
  margin-top: -28px;
  margin-bottom: 3px;
  width: 60px;
}

.grte2025 .fontLargerPrint .qrcodeInvited img {
  margin-top: -48px;
}

.grte2025 .fontLargerPrint .boothNo {
  margin-top: -10px;
  font-weight: bold;
  float: right;
  text-align: right;
}

.grte2025 .fontLargerPrint .Invited {
  font-size: 13px;
  margin-top: -3px;
}

.grte2025 .fontLargerPrint .badgeType {
  position: fixed;
  /* absolute; */
  font-size: 52px;
  left: 50%;
  bottom: 35px; /* 0px */
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.grte2025 .fontLargerPrint .badgeType1 {
  font-size: 46px;
  bottom: 32px;
}

.grte2025 .fontLargerPrint .badgeType2 {
  font-size: 42px;
}

.grte2025 .fontLargerPrint .badgeType3 {
  bottom: 0px;
}

.mrte2025 {
  margin-top: 0px;
}
.mrte2025 .fontLargerPrint .name {
  font-size: 28x;
}
.mrte2025 .fontLargerPrint .boothNo {
  font-size: 24px;
}
.mrte2025 .fontLargerPrint .badgeType1 {
  bottom: 12px;
}
.fontLargerPrint .badgeType4 {
  font-size: 30px;
  font-weight: bold;
}

.mrte2025-visitor .fontLargerPrint .orgiaization {
  margin-top: 6px;
}

/**********************************/

@media (max-width: 415px) {
  .fontLarger span.title {
    display: block;
  }
}
.ShowInvoice {
  width: 100%;
  height: 450px;
}

button.btn.border {
  border-color: #aaa;
}

#form_boothReg h4.title {
  font-weight: 700;
  background-color: #cefaff;
  padding: 5px;
}

#coupon_code {
  width: 120px;
  float: none;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px;
}

.text-center .g-recaptcha {
  display: inline-block;
}

#refOTP {
  font-weight: normal;
}
