header {
  height: 125px;
  padding: 20px 0; }
  header .header-logo img {
    height: 80px;
    width: auto; }
  header .header-account {
    color: #58595b;
    font-size: 16px;
    padding-left: 45px;
    position: relative; }
    header .header-account::before {
      content: '';
      background: url(../images/fe/i_user.png) no-repeat;
      background-size: 35px;
      width: 35px;
      height: 35px;
      position: absolute;
      top: 25px;
      left: 0; }
    header .header-account .button-header {
      border-top: 1px solid #d0d2d3; }
      header .header-account .button-header a {
        border-radius: 20px;
        font-size: 12px;
        color: #fff;
        padding: 2px 15px; }
        header .header-account .button-header a.top-btn-register {
          background: #f96400; }
        header .header-account .button-header a.top-btn-login {
          background: #808184; }
  header .main-navigation {
    position: relative;
    top: 50px;
    z-index: 5; }
    header .main-navigation nav ul {
      padding-left: 0;
      margin-bottom: 0; }
      header .main-navigation nav ul li {
        display: inline; }
        header .main-navigation nav ul li a {
          color: #fff;
          font-size: 16px;
          font-weight: 600;
          padding: 11px; }
          @media (max-width: 1200px) {
            header .main-navigation nav ul li a {
              padding: 5px; } }
          @media (max-width: 992px) {
            header .main-navigation nav ul li a {
              font-size: 12px; } }
    header .main-navigation .switch-language {
      color: #fff;
      text-align: center;
      position: relative;
      top: -15px; }
      header .main-navigation .switch-language .lang-select {
        position: relative; }
        header .main-navigation .switch-language .lang-select::before {
          content: '';
          background: #fff;
          position: absolute;
          width: 1px;
          height: 30px;
          top: 3px;
          left: 50%; }
        header .main-navigation .switch-language .lang-select a {
          background: #d0d2d3;
          border-radius: 50%;
          color: #6d6e71;
          display: inline-block;
          font-size: 16px;
          width: 25px;
          height: 25px;
          padding: 3px 0;
          margin: 5px 15px; }
          header .main-navigation .switch-language .lang-select a.selected, header .main-navigation .switch-language .lang-select a:hover {
            background: #fff; }
          @media (max-width: 992px) {
            header .main-navigation .switch-language .lang-select a {
              font-size: 12px;
              margin: 5px 10px;
              width: 20px;
              height: 20px;
              background: #fff; }
              header .main-navigation .switch-language .lang-select a.selected, header .main-navigation .switch-language .lang-select a:hover {
                background: #d0d2d3; } }
  header .burger {
    position: relative;
    display: none;
    cursor: pointer;
    width: 2rem;
    height: 1rem;
    border: none;
    outline: none;
    opacity: 0;
    visibility: hidden;
    background: none;
    transform: rotate(0deg);
    transition: 0.35s ease-in-out; }
    @media (max-width: 768px) {
      header .burger {
        display: block;
        opacity: 1;
        visibility: visible;
        margin: 15px auto; } }
    header .burger .burger-line {
      display: block;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      border: none;
      outline: none;
      opacity: 1;
      border-radius: 0.25rem;
      background: #f96400;
      transform: rotate(0deg);
      transition: 0.25s ease-in-out; }
      header .burger .burger-line:nth-child(1) {
        top: 0; }
      header .burger .burger-line:nth-child(2), header .burger .burger-line:nth-child(3) {
        top: 0.5rem; }
      header .burger .burger-line:nth-child(4) {
        top: 1rem; }
    header .burger.active .burger-line:nth-child(1), header .burger.active .burger-line:nth-child(4) {
      top: 1.25rem;
      width: 0%;
      left: 50%; }
    header .burger.active .burger-line:nth-child(2) {
      transform: rotate(45deg); }
    header .burger.active .burger-line:nth-child(3) {
      transform: rotate(-45deg); }
  @media (max-width: 992px) {
    header {
      height: 105px; }
      header .header-logo img {
        height: 60px; }
      header .header-account.pt-3 {
        padding-top: 0 !important; }
      header .header-account::before {
        top: 5px; } }
  @media (max-width: 768px) {
    header {
      height: 120px; }
      header .header-logo img {
        height: 45px; }
      header .main-navigation {
        display: none;
        transition: all 0.35s ease;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        top: 0;
        padding: 5px 0; }
        header .main-navigation.active {
          display: block;
          opacity: 1;
          visibility: visible; }
        header .main-navigation .d-flex {
          display: block !important; }
        header .main-navigation nav ul li {
          display: block; }
          header .main-navigation nav ul li a {
            color: #414042;
            font-size: 16px;
            padding: 7px;
            display: inline-block; }
        header .main-navigation .switch-language {
          color: #414042;
          font-size: 16px;
          top: 0;
          padding-left: 7px;
          text-align: left;
          font-weight: 600; }
          header .main-navigation .switch-language .lang-select {
            text-align: center;
            display: inline-block;
            margin-left: 20px; } }
  @media (max-width: 576px) {
    header .header-logo img {
      height: 40px; }
    header .header-account {
      padding-left: 25px; }
      header .header-account::before {
        top: 0;
        background-size: 20px;
        width: 20px;
        height: 20px; }
      header .header-account .button-header a {
        padding: 2px 10px; } }
  @media (max-width: 375px) {
    header .header-logo img {
      height: 27px; }
    header .header-account .button-header a {
      padding: 2px 6px; } }

footer {
  background: #D6DE23;
  padding: 60px 0;
  color: #6d6e71; }
  footer .ft-logo {
    background: url(../images/fe/logo_expo.png) no-repeat;
    background-size: 200px;
    width: 200px;
    height: 125px;
    display: block; }
  footer p,
  footer a {
    color: #6d6e71; }
  footer p {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300; }
    footer p.ft-title {
      font-size: 16px;
      font-weight: 600; }
  footer ul {
    padding-left: 0; }
    footer ul li {
      margin-bottom: 5px; }
      footer ul li a {
        font-weight: 300; }
  footer .ft-icon {
    position: relative;
    padding-left: 30px; }
    footer .ft-icon.i-call::before {
      content: '';
      background-image: url("../images/fe/i_call.png");
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 0;
      right: unset;
      background-size: 20px;
      width: 20px;
      height: 20px; }
    footer .ft-icon.i-email::before {
      content: '';
      background-image: url("../images/fe/i_email.png");
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 0;
      right: unset;
      background-size: 20px;
      width: 20px;
      height: 20px; }
  footer .ft-fb-share img {
    width: 250px; }
  @media (max-width: 576px) {
    footer {
      padding: 30px 0;
      text-align: center; }
      footer .ft-logo {
        display: inline-block;
        margin: 0 auto 20px 0;
        background-size: 150px;
        width: 150px;
        height: 92px; }
      footer .ft-title.ft-text {
        display: none; }
      footer .ft-icon {
        display: table;
        margin: 0 auto 20px auto; } }
  @media (max-width: 380px) {
    footer .fb_iframe_widget iframe {
      width: 100%; } }

body {
  color: #000;
  font-family: "Sukhumvit", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4; }
  body a {
    color: #6d6e71;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    body a:hover, body a:focus {
      color: #6d6e71;
      text-decoration: none;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      opacity: 0.9; }
    body a .content-container a {
      color: #6d6e71; }
      body a .content-container a:hover, body a .content-container a:focus {
        color: #6d6e71; }
  body h1 {
    font-size: 35px;
    font-weight: 600; }
  body h2 {
    font-size: 31px;
    font-weight: 600;
    margin: 0 0 10px 0; }
  body h3 {
    font-size: 22px;
    font-weight: 600; }
  body h4 {
    font-size: 20px; }
  body .color-green {
    color: #009344; }
  body .color-orange {
    color: #f6931d; }
  body .color-orange1 {
    color: #F7941D; }
  body .color-blue {
    color: #1C447F; }
  body .color-blue1 {
    color: #1C75BB; }
  body .color-blue2 {
    color: #005DA1; }
  body .color-white {
    color: #fff; }
  body .color-grey {
    color: #6d6e71; }
  body .title-light {
    font-weight: 300; }
  body .title-bold {
    font-weight: 600; }
  body p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px; }
  body img {
    max-width: 100%; }
  body input,
  body select,
  body button {
    border: none; }
  body .container-fluid {
    padding-left: 0;
    padding-right: 0; }
  body a.btn-border-grey {
    border: 1px solid #6d6e71;
    background: #e5e6e7;
    color: #6d6e71;
    font-size: 24px;
    border-radius: 5px;
    padding: 3px 25px; }
  body a img {
    position: relative;
    top: 2px; }
    body a img.icon {
      width: 20px; }
  body a.btn-cancel {
    color: #6d6e71;
    font-size: 24px; }
  body a.btn-register-orange {
    background: #f96400;
    border-radius: 10px;
    color: #fff !important;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    margin: 0 auto;
    padding: 9px 20px;
    display: inline-block;
    height: 40px; }
    body a.btn-register-orange.border-shadow {
      box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.6);
      -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.6); }
@-webkit-keyframes leftArrow {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-20px);
    opacity: 0.5; } }
@-webkit-keyframes rightArrow {
  0% {
    -webkit-transform: translateX(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(20px);
    opacity: 0.5; } }
    body a.btn-register-orange.arrow::before, body a.btn-register-orange.arrow::after {
      content: '';
      top: 0;
      background-repeat: no-repeat;
      background-size: 40px;
      width: 40px;
      height: 40px;
      position: absolute; }
    body a.btn-register-orange.arrow::before {
      background-image: url(../images/fe/reg_arrow_left.png);
      left: -45px;
      -webkit-animation: leftArrow 0.7s infinite alternate ease-in-out; }
    body a.btn-register-orange.arrow::after {
      background-image: url(../images/fe/reg_arrow_right.png);
      right: -45px;
      -webkit-animation: rightArrow 0.7s infinite alternate ease-in-out; }
  body ul, body ol {
    font-size: 18px; }
  body ol {
    list-style: decimal; }
  body sup {
    font-weight: normal; }
  body .form-group {
    position: relative; }
    body .form-group .show-password,
    body .form-group .show-reset-password {
      background: url(../images/fe/i_visible.png);
      background-size: 20px;
      width: 20px;
      height: 20px;
      position: absolute;
      right: 15px;
      top: 9px;
      z-index: 5; }
  body .otop-cover-img {
    height: 134.08px;
    object-fit: cover; }
  body .speaker-cover-img {
    height: 189px;
    object-fit: cover; }
  body .col-centered {
    float: none;
    margin: 0 auto; }
  body .pagination-block .page-item .page-link {
    color: #808184;
    border-color: #d0d2d3;
    border-top: none;
    border-bottom: none;
    padding: 0 12px;
    font-weight: 300;
    background: transparent; }
    body .pagination-block .page-item .page-link:hover {
      color: #005DA1;
      background-color: transparent; }
  body .pagination-block .page-item.active .page-link {
    color: #005DA1;
    background-color: transparent;
    border-color: #d0d2d3; }
  body .pagination-block .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0; }
  body .pagination-block .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0; }
  body.login-user header {
    height: auto;
    padding: 20px 0 0 0; }
    body.login-user header .top-nav {
      padding-bottom: 20px; }
    body.login-user header .main-navigation {
      background: #3AA7DC;
      top: 0; }
      body.login-user header .main-navigation nav {
        position: relative; }
        body.login-user header .main-navigation nav ul li {
          float: left; }
          body.login-user header .main-navigation nav ul li a {
            color: #fff;
            display: inline-block;
            padding: 25px 10px; }
            body.login-user header .main-navigation nav ul li a:hover, body.login-user header .main-navigation nav ul li a.active {
              background: #1C447F; }
      body.login-user header .main-navigation .switch-language {
        color: #fff;
        top: 8px; }
        body.login-user header .main-navigation .switch-language .lang-select a {
          background: transparent;
          border: 1px solid #fff;
          color: #fff; }
          body.login-user header .main-navigation .switch-language .lang-select a.selected, body.login-user header .main-navigation .switch-language .lang-select a:hover {
            background: #fff;
            color: #6d6e71; }
      @media (max-width: 768px) {
        body.login-user header .main-navigation {
          padding: 15px 0; }
          body.login-user header .main-navigation nav ul li {
            float: none; }
            body.login-user header .main-navigation nav ul li a {
              display: block;
              padding: 10px 11px; }
              body.login-user header .main-navigation nav ul li a:hover, body.login-user header .main-navigation nav ul li a.active {
                background: transparent; }
          body.login-user header .main-navigation .switch-language {
            top: 0; } }

.popup-container {
  border-radius: 15px;
  background: #fff;
  padding: 30px 30px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  height: 420px;
  z-index: 30;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.65);
  overflow: hidden;
  display: none; }
  .popup-container .btn-close-popup {
    background: url(../images/fe/i_close.png) no-repeat;
    background-size: 30px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 15px;
    right: 15px; }
  .popup-container.login-popup-container img.logo, .popup-container.join-popup-container img.logo {
    height: 65px;
    width: auto; }
  .popup-container.login-popup-container h2, .popup-container.join-popup-container h2 {
    font-size: 31px;
    color: #414042; }
  .popup-container.login-popup-container .forgot-pwd, .popup-container.join-popup-container .forgot-pwd {
    cursor: pointer;
    font-size: 16px;
    color: #6d6e71;
    display: table;
    padding-left: 25px;
    position: relative;
    margin: 0 auto;
    text-decoration: underline; }
    .popup-container.login-popup-container .forgot-pwd::before, .popup-container.join-popup-container .forgot-pwd::before {
      content: '';
      background-image: url("../images/fe/i_forget.png");
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 0;
      right: unset;
      background-size: 20px;
      width: 20px;
      height: 20px; }
    .popup-container.login-popup-container .forgot-pwd:hover, .popup-container.join-popup-container .forgot-pwd:hover {
      text-decoration: none; }
  .popup-container.login-popup-container .back-to-login, .popup-container.join-popup-container .back-to-login {
    cursor: pointer;
    font-size: 16px;
    color: #6d6e71;
    display: table;
    position: relative;
    margin: 0 auto;
    text-decoration: underline; }
    .popup-container.login-popup-container .back-to-login:hover, .popup-container.join-popup-container .back-to-login:hover {
      text-decoration: none; }
  .popup-container.login-popup-container input, .popup-container.join-popup-container input {
    background: #f0f1f1;
    border: 1px solid #e5e6e7;
    border-radius: 10px;
    color: #808184;
    font-size: 20px;
    height: 40px;
    width: 100%;
    padding: 5px 10px;
    text-align: center; }
  .popup-container.login-popup-container .btn-login, .popup-container.join-popup-container .btn-login {
    border-radius: 10px;
    background: #39b44a;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    margin: 0 auto;
    display: table;
    padding: 7px 35px 5px 60px;
    margin-top: 25px;
    height: 40px; }
    .popup-container.login-popup-container .btn-login::before, .popup-container.join-popup-container .btn-login::before {
      content: '';
      background-image: url("../images/fe/i_login.png");
      background-repeat: no-repeat;
      position: absolute;
      left: 20px;
      top: 5px;
      right: unset;
      background-size: 25px;
      width: 25px;
      height: 25px; }
  .popup-container.login-popup-container .btn-reset, .popup-container.join-popup-container .btn-reset {
    border-radius: 10px;
    background: #808184;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    margin: 0 auto;
    display: table;
    padding: 7px 60px 5px 60px;
    margin-top: 25px;
    height: 40px; }
  .popup-container.login-popup-container .forget-form-container, .popup-container.join-popup-container .forget-form-container {
    display: none; }
  @media (max-width: 576px) {
    .popup-container.login-popup-container, .popup-container.join-popup-container {
      width: 350px; }
      .popup-container.login-popup-container img.logo, .popup-container.join-popup-container img.logo {
        height: 45px; } }
  .popup-container.detail-popup-container {
    width: 650px;
    height: 450px;
    padding: 50px 40px;
    overflow-y: auto; }
    .popup-container.detail-popup-container h3 {
      border-bottom: 1px solid #808184;
      padding-bottom: 10px;
      margin-bottom: 15px; }
    .popup-container.detail-popup-container .market-detail {
      font-size: 16px;
      margin-bottom: 15px; }
    .popup-container.detail-popup-container .present-quotes {
      font-style: italic;
      font-size: 16px;
      color: #808184;
      margin-bottom: 14px; }
    .popup-container.detail-popup-container .speaker-position {
      font-size: 16px; }
    .popup-container.detail-popup-container a.btn-read-more {
      text-decoration: underline; }
      .popup-container.detail-popup-container a.btn-read-more:hover {
        text-decoration: none; }
    .popup-container.detail-popup-container .present-topics .topic {
      padding: 5px 10px; }
      .popup-container.detail-popup-container .present-topics .topic:nth-child(even) {
        background: #f0f1f1; }
    @media (max-width: 768px) {
      .popup-container.detail-popup-container {
        width: 90%;
        overflow-y: scroll; }
        .popup-container.detail-popup-container h3 {
          margin-top: 10px; }
        .popup-container.detail-popup-container .market-detail, .popup-container.detail-popup-container .speaker-position {
          font-size: 14px; } }
  .popup-container.seminar-popup-container {
    height: auto; }
    .popup-container.seminar-popup-container .event-form-container {
      text-align: center; }
      .popup-container.seminar-popup-container .event-form-container .seminar-cover {
        max-height: 300px; }

.overlay-bg {
  display: none;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 29; }

.booth-logo {
  width: 150px; }

.icon-meeting {
  width: 25px; }

.blink {
  animation: blink 1.5s linear infinite; }

.shake {
  transform: translate3d(0, 0, 0);
  animation: shakeMe 3s infinite linear; }
@keyframes shakeMe {
  2%,
        18% {
    transform: translate3d(-2px, 0, 0); }
  4%,
        16% {
    transform: translate3d(2px, 0, 0); }
  6%,
        10%,
        14% {
    transform: translate3d(-2px, 0, 0); }
  8%,
        12% {
    transform: translate3d(2px, 0, 0); }
  18.1% {
    transform: translate3d(0px, 0, 0); } }
.join-text-static {
  background: #f96400;
  border-radius: 4px;
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 3px 4px 0px 4px; }
@keyframes blink {
  from,
        49.9% {
    opacity: 0; }
  50%,
        to {
    opacity: 1; } }
  @media (max-width: 620px) {
    .join-text-static {
      font-size: 9px; } }

.join-text-door {
  position: absolute;
  left: 7px;
  bottom: -3px; }

.zoom-link-container {
  font-size: 18px;
  background-color: white;
  border-radius: 14px;
  padding: 5px 15px 5px 10px;
  width: max-content;
  margin-left: auto;
  margin-right: auto; }
  .zoom-link-container .i-zoom {
    width: 30px;
    margin-right: 14px; }
  .zoom-link-container span, .zoom-link-container h3 {
    padding-top: 5px;
    color: #007bff !important;
    text-decoration: underline;
    text-decoration-color: #007bff; }
  .zoom-link-container .fa-arrow-right {
    color: #007bff !important;
    margin-left: 10px; }

.row-logo-support img {
  max-height: 120px; }

.otop-tel {
  color: #EE2A7B; }

.youtube-img-container {
  position: relative;
  text-align: center; }
  .youtube-img-container .icon-center {
    font-size: 50px;
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

a.btn-survey {
  border: 3px solid #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 8px 3px black;
  text-align: center;
  position: fixed;
  bottom: 50px;
  right: 80px;
  z-index: 28;
  color: #fff;
  font-size: 20px;
  padding: 10px 15px 5px 15px;
  transition: all .3s;
  animation: bounceBtn 0.6s infinite alternate; }
  a.btn-survey:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f96400;
    border-radius: 6px;
    z-index: -2; }
  a.btn-survey:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #ad4500;
    transition: all .3s;
    border-radius: 6px;
    z-index: -1; }
  a.btn-survey:hover, a.btn-survey:focus {
    color: #fff;
    opacity: 1; }
    a.btn-survey:hover:before, a.btn-survey:focus:before {
      width: 100%; }
@keyframes bounceBtn {
  from {
    transform: translate(0, 0); }
  to {
    transform: translate(0, -25px); } }
  a.btn-survey i {
    background: url(../images/fe/mc_home_g.png) no-repeat;
    right: -60px;
    background-size: 60px;
    width: 60px;
    height: 89px;
    position: absolute;
    bottom: -13px;
    display: block; }
  @media (max-width: 576px) {
    a.btn-survey {
      font-size: 16px;
      right: 55px;
      bottom: 25px; }
      a.btn-survey:after {
        content: '';
        border-radius: 3px; }
      a.btn-survey:before {
        content: '';
        border-radius: 3px; }
      a.btn-survey i {
        right: -45px;
        background-size: 45px;
        width: 45px;
        height: 66px; } }

.btn-repeat-seminar {
  border-radius: 4px;
  color: #009344 !important;
  width: max-content;
  text-align: center;
  padding: 3px 4px 0px 4px;
  border: 1px solid #009344; }
  .btn-repeat-seminar a {
    color: #009344; }
