/*header*/
#mainMenu nav>ul>li>a {
  padding: 10px 8px !important;
}

#mainMenu.menu-lowercase nav>ul>li>a {
  font-size: var(--font-menu) !important;
}

.countdown.medium span,
.countdown.circle.medium span,
.countdown.rectangle.medium span {
  font-size: 20px;
}

#logo {
  padding-top: 0px;
}

#header .header-inner {
  background-color: var(--theme-color7)!important;
  /*background-color: #ffffff !important;*/
}
.dark:not(.submenu-light) #mainMenu.menu-outline nav>ul>li.current>a, .dark:not(.submenu-light) #mainMenu.menu-outline nav>ul>li:hover>a, .dark:not(.submenu-light) #mainMenu.menu-outline nav>ul>li:focus>a, #mainMenu.dark.menu-outline nav>ul>li.current>a, #mainMenu.dark.menu-outline nav>ul>li:hover>a, #mainMenu.dark.menu-outline nav>ul>li:focus>a {
  color: var(--theme-color7);
  border-color: #91A9D5;
  background-color: #91A9D5;
}
#header .header-inner #logo a>img,
#header #header-wrap #logo a>img {
  height: 70px;
  margin-top: 5px;
}

#header .header-inner #logo a,
#header .header-inner #logo a span,
#header #header-wrap #logo a,
#header #header-wrap #logo a span {
  color: var(--theme-color6);
}

.apsp-inner {
  margin-top: 218px;
}

.reservation-form-over-apsp {
  /* top: -100px; */
  z-index: 10;
  margin-bottom: -60px;
  overflow: inherit;
  background-color: transparent;
}

/*end header*/


.regCard {
  border-radius: 0px;
  border-top: 0px;
  border-bottom: 0px;
}

ol>li,
ul>li {
  font-size: 18px;
}

.iti {
  display: block !important;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  height: 40px;
}

.iti__selected-dial-code {
  font-size: 14px;
}

.form-check-label {
  margin-top: 4px;

}

.form-group label:not(.error) {
  font-weight: 600;
}

p {
  font-size: 18px;
}

.bg {
  background-color: var(--theme-color1) !important;
}

.teamfixheight {
  height: 180px;
}

.teamimgfixheight {
  height: 262px;
}

.btnRegister {
  color: white !important;
}

.btnRegister:hover {
  color: white;
  background-color: var(--theme-color3) !important;
}

.btnApsp {
  color: #664d1e;
  font-weight: bold;
  background: #FDE08D;
  background: -webkit-linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
  background: linear-gradient(top, #8f6B29, #FDE08D, #DF9F28);
}

.btnApsp2 {
  background: -webkit-linear-gradient(left, #DF9F28, #FDE08D, #DF9F28);
  background: linear-gradient(left, #DF9F28, #FDE08D, #DF9F28);
  border: #8f6B29 1px solid !important;
}

.btnApsp2:hover {
  background: -webkit-linear-gradient(left, #dc9614, #fed86c, #dc9614);
  background: linear-gradient(left, #dc9614, #fed86c, #dc9614);
  border: #8f6B29 1px solid !important;
}

.coolBeans {
  border: 2px solid currentColor;
  color: #fed86c;
  font-weight: 100;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  z-index: 0;
}

.coolBeans::after {
  background-color: #fed86c;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}

.coolBeans:hover::after {
  transform: translate(0, 0);
}

.coolBeans:hover {
  will-change: transform;
}

/*navigation*/
#mainMenu nav>ul>li .dropdown-menu>li>a,
#mainMenu nav>ul>li .dropdown-menu>li>span,
#mainMenu nav>ul>li .dropdown-menu>li [class*="col-"]>ul>li>a {
  font-size: 16px;
}

#mainMenu nav>ul>li .dropdown-menu {
  min-width: 250px;
}

/*end navigation*/

#page-title {
  background-color: #0b0b0b;
  color: var(--theme-color1) !important;
}

.page-title h1 {
  color: var(--theme-color1) !important;
}

#_total_cost {
  color: red;
}

.dark #footer,
#footer.inverted,
#footer.dark {
  background-color: black !important;
  color: var(--theme-color5h) !important;
}

.dark #footer p,
#footer.inverted p,
#footer.dark p {
  color: var(--theme-color5h) !important;
}

.footer-content {
  background-color: var(--theme-color1) !important;
}

.apsp-breadcrumb {
  min-height: 342px;
}

.apsp-team-desc {
  min-height: 180px;
}

.apsp-post-item {
  min-height: 150px;
}

.apsp-bg {
  background: url(/uploads/webimages/images/thai-pattern-op05.png) left top;

}

.apsp-min-h315 {
  min-height: 315px !important;
}

.apsp-team-desc-span {
  display: inline-block;
  line-height: 20px;
  vertical-align: top;
  color: #606060 !important;
}

/*.apsp-tabs {
    border-bottom: 0!important;
    border-right: 0!important;
    border-left: 0!important;
}*/
#formAbstract {
  padding: 0px 10px;
  border: 1px solid;
}

.apsp-table {
  font-size: 13px;
}

.apsp-table thead th,
.apsp-table tbody td {
  padding: 5px;
  vertical-align: top;
}

.apsp-table thead th:first-child,
.apsp-table tbody td:first-child {
  width: 20%;
}

section {
  background: none;
}

.team-members.team-members-shadow .team-member-committee {
  min-height: 540px;
}

@media all and (max-width: 767px) {
  #slider {
    height: 35vh !important;
  }

  #page-title {
    padding: 40px 0px;
  }

  #page-title .page-title>h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .apsp-breadcrumb {
    min-height: 200px;
  }
}

/* .table tr td,
.table tr th {
  border-color: var(--theme-color7) !important;
} */

.table p {
  color: var(--theme-color3);
}

.cmcc-current-time {
  background-color: #e2c990;
}

#ytplayer {
  width: 600px !important;
  height: 400px !important;
}

@media only screen and (max-width: 480px) {
  #ytplayer {
    width: 100% !important;
    height: 100% !important;
  }
  .nav-tabs .nav-item {
    width: 100%;
  }

  .reservation-form-over-apsp {

    z-index: 10;
    margin-bottom: 0px;
    overflow: inherit;
    background-color: transparent;
  }
  #header #logo {
    width: 64%!important;
    left: 18%!important;
  }

  p,ol>li, ul>li {
    font-size: 16px;
  }
}

@media only screen and (min-width: 481px) {
  #ytplayer {
    width: 100% !important;
    height: 100% !important;
  }
}

@media only screen and (min-width: 641px) {
  #ytplayer {
    width: 400px !important;
    height: 225px !important;
  }
}

@media only screen and (min-width: 961px) {
  #ytplayer {
    width: 400px !important;
    height: 225px !important;
  }

}

@media only screen and (min-width: 1025px) {
  #ytplayer {
    width: 560px !important;
    height: 315px !important;
  }
}

@media only screen and (min-width: 1201px) {
  #ytplayer {
    width: 640px !important;
    height: 360px !important;
  }
}



.modal-fullscreen {
  padding: 0 !important;
}

.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  max-width: 100vw !important;
  margin: 0;
  padding: 0;
}

.modal-fullscreen .modal-content {
  height: auto;
  min-height: 100vh;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
}

.btn-open-modal {
  margin-bottom: 0.5em;
}

.team-member {
  min-height: 220px;
}


#wrapBooth2yt {
  width: 100%;
  position: absolute;
  top: calc(100% - 50%);
  transform: translateY(-50%);
}

/* Chat containers */
.chat-body {
  height: 400px;
  overflow-y: scroll;
}

.bg-admin {
  border: 2px solid #4189cc !important;
  background-color: #b8cddf !important;
}

.container-chat {
  border: 2px solid #dedede;
  background-color: #f1f1f1;
  border-radius: 5px;
  padding: 10px;
  margin: 10px 0;
}

/* Darker chat container */
.darker {
  border-color: #ccc;
  background-color: #ddd;
  text-align: right;
}

/* Clear floats */
.container-chat::after {
  content: "";
  clear: both;
  display: table;
}

/* Style images */
.imgWrap {
  min-height: 60px;
  height: 100%;
  max-width: 60px;
  margin-right: 20px;
  width: 100%;
  float: left;
}

.container-chat p {
  width: 68%;
}

.container-chat img {
  float: left;
  max-width: 60px;
  width: 100%;

  border-radius: 50%;
}

/* Style the right image */


/* Style time text */
.time-right {
  float: right;
  color: #aaa;
  font-size: 11px;
}

/* Style time text */
.time-left {
  float: left;
  color: #999;
  font-size: 11px;
}

.admin-setting {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 6px 12px;
  color: #ff0f00 !important;
  background: #ffffff !important;
  border-radius: 31px;
  font-size: 18px;
  width: 42px;
  height: 42px;
  line-height: 2;
  text-align: center;
  box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
}
@media screen and (max-width: 2000px) {
  #mainMenu nav>ul>li {
    font-size: 1vw;
  }
}
.title-move-shake {
  animation: title-shaking 0.15s infinite;
}
@keyframes title-shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(15deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-15deg); }
  100% { transform: rotate(0deg); }
}

/* #mainMenu nav>ul>li {
  font-size: 1vw;
} */
