@charset "utf-8";
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}

body {
  color: #111;
}
h1 {
  color: #03c;
}
@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: #4160e3;
}
h3 {
  color: #4160e3;
  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: #4160e3;
  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-top-3 {
  padding-top: 3px;
}
.search-box {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  padding-left: 10px;
}
.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: 33px;
  }
}
.outline {
  background: none;
  border: 1px solid #4753c5;
}
.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;
  }
  .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;
}

#recommended-event {
}
.border-bt {
  border-bottom: 2px solid #4160e3;
  padding-bottom: 5px;
}

footer {
  background-color: #4160e3;
  color: #ffffff;
  margin-top: 15px;
}
/*countdown*/
#countdown {
  width: 100%;
  margin-left: 80px;
}
label {
  clear: both;
  display: block;
}
#countdown span {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  width: 33%;
  display: block;
  float: left;
  line-height: 15px;
  padding: 15px 10px 0px 0px;
}
#countdown span:last-child {
}
#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: #4160e3;
  margin-top: 5px;
  font-size: 20px;
  padding-bottom: 5px; /*หรือใช้ line-height*/
  border-bottom: 2px #4160e3 solid;
  font-weight: 700;
}
.news h3 {
  margin-bottom: 20px;
}
.center-componant {
  margin-left: auto;
  margin-right: auto;
}
/****************************************/
/****************************************/
.table_list {
  width: 100%;
  border: 1px solid #4160e3;
}
.table_list td,
.table_list th {
  padding: 5px 12px;
  border: 1px solid #4160e3;
}
.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 #4160e3;
}
@media (max-width: 480px) {
  .left-border {
    border-left: 0px;
  }
  .pull-right {
    float: none !important;
  }
}
p.speakers {
  font-size: 12px;
  font-style: italic;
}
.news .row,
.news .row414 {
  padding: 2px 10px 0px;
}
@media (max-width: 414px) {
  .news .row {
    padding: 0px;
  }

  .news .row414 {
    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 > a {
  color: #000000;
  font-size: 16px;
  padding: 14px 16px;
  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: #e9292c;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  padding: 10px 18px;
  text-align: center;
}
.linkShowAll {
  float: right;
  font-size: 15px;
  font-weight: 300;
  padding: 10px 18px;
}
/****************************************/
.txtErrorTitle {
  color: #c9302c;
  font-weight: 600;
}

/****************************************/
.carousel-indicators li {
  width: 15px;
  height: 15px;
  background-color: #1c3cc1;
  opacity: 0.5;
  border: 1px solid #4160e3;
  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;
}

/****************************************/
.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;
}
.dataDetail_search {
  border: 2px solid crimson;
}
.dataDescription {
  font-size: 14px;
  padding: 8px;
}
.border {
  border: 2px solid #888;
}
.linkMore {
  padding-top: 15px;
  padding-right: 35px;
  text-align: right;
  font-size: 14px;
  font-weight: 800;
}
.linkMore2 {
  font-size: 17px;
}
.linkMore2 a {
  color: #ff6b6b;
}
.colsBlock {
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
}

@media (min-width: 1360px) {
  .container {
    width: 1300px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1590px;
  }
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #000;
}

.firstPageBtn {
  padding-left: 5px;
  padding-right: 5px;
}
.firstPageBtn a {
  display: block;
  border: 2px solid #222222;
  background-color: #555555;
  color: #ffffff;
  padding: 25px 0px;
  text-align: center;
}
.borderForm {
  border: 2px solid #aaaaaa;
  display: flow-root;
  padding: 5px;
  color: #555555;
}
.floatForm {
  float: left;
  width: 50%;
  font-size: 13px;
}
@media (max-width: 414px) {
  .floatForm {
    float: none;
    width: 100%;
  }
}

::-webkit-input-placeholder {
  color: #555555 !important;
}
::placeholder {
  color: #555555 !important;
}

.footer {
  text-align: center;
  background: #222222;
  color: #ffffff;
  padding: 10px 0;
  margin: 0;
}

.footer a {
  color: #ffffff;
}

.foundKeyword {
  font-size: 15px;
  font-weight: 800;
  color: brown;
}
.keywordShow {
  line-height: 1.5;
}
.mt5 {
  margin-top: 5px;
}
.no-gutter1 {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
  display: inline;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.ct_form h4 {
  font-weight: 600;
}
h4.style1 {
  color: #4160e3;
  margin-top: 5px;
  font-size: 18px;
  padding-bottom: 5px;
  border-bottom: 1px #4160e3 solid;
  font-weight: 300;
}

.imgLeft {
  float: left;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
}

.imgRight {
  float: right;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
}

.imgPerson {
  width: 180px;
}

.videoMobile {
  margin-top: 30px;
}

iframe.youtube {
  height: 220px;
}

@media screen and (max-width: 414px) {
  .youtube-player,
  iframe.youtube {
    width: 100%;
    height: 210px;
  }
  .imgPerson {
    width: 120px;
  }
  .videoMobile {
    float: none;
    padding-left: 0;
    margin-top: 0px;
  }
  .feeShow {
    margin-left: 10px;
  }
}

@media screen and (max-width: 360px) {
  .youtube-player,
  iframe.youtube {
    height: 185px;
  }
}

li.disabled {
  pointer-events: none;
  opacity: 0.6;
}

.relate div {
  margin-top: 2px;
}

.titleRelate,
.titleFee {
  margin-left: 15px;
}

.feeShow {
  margin-left: 5px;
}

.pr-10 {
  padding-right: 10px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-15 {
  padding-top: 15px;
}
.text-right {
  text-align: right;
}
#msform ol {
  padding-left: 25px;
}
s {
  color: #888;
  /* font-size: 14px; */
}
sale {
  color: #cc0b0e;
  font-weight: 700;
  /* font-size: 18px; */
}
.btn-disabled {
  background: #cccccc !important;
  cursor: auto;
}

@media (max-width: 1366px) {
  .customHeight {
    height: 40px;
  }
}

.btn[disabled] {
  border: 1px solid #888;
}

#coupon_code {
  width: 80px;
  float: none;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  padding: 3px;
}
