@charset "utf-8";

h1 {
  font-size: 2.8em !important;
  font-weight: bolder !important;
}

h2 {
  font-size: 2em !important;
  font-weight: bolder !important;
}

p {
  font-family: "Poppins", "arial", "sans-serif";
  font-size: 1.3rem;
}

b {
  font-family: "Poppins", "arial", "sans-serif";
  font-size: 1.3rem;
}

#header .header-inner #logo,
#header #header-wrap #logo {
  /* display: block; */
}

#mainMenu nav > ul > li > a {
  font-weight: 600;
}

#logo a > img {
  /* margin-top: 7px; */
  /* padding-top: 10px; */
  /* height: 150px !important; */
}

.hr-border-color {
  border: 1px solid #c99f54;
  margin: 20px 0;
}

/* #header .header-inner,
#header #header-wrap {
    height: 90px;
}

@media (max-width: 1024px) {
    #header .header-inner,
    #header #header-wrap {
        height: auto;
    }
} */

.heading-text p {
  margin-bottom: 14px;
}

.dark #mainMenu nav > ul > li > a,
#mainMenu.dark nav > ul > li > a {
  color: #000;
}

.heading-text.heading-section > h1:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 200px;
 background: linear-gradient(to right, #faeab1, #ffd700, #b8860b) !important;
  bottom: -30px;
  left: 0;
  right: 0;
}

.heading-text.heading-section > h2:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 200px;
 background: linear-gradient(to right, #faeab1, #ffd700, #b8860b) !important;
  bottom: -30px;
  left: 0;
  right: 0;
}

#header .header-inner {
  background-color: #fff !important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#mainMenu nav > ul > li.current > a,
#mainMenu nav > ul > li > a:hover,
#header #mainMenu nav > ul > li .dropdown-menu > li > a:hover,
#header #mainMenu nav > ul > li:focus > a {
  color: #9a134b !important;
}

#header #mainMenu nav > ul > li .dropdown-menu > li.current > a {
  color: #9a134b !important;
}

#mainMenu nav > ul > li .dropdown-menu > li > a {
  font-size: 12px;
}

.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu,
#mainMenu.dark nav > ul > li .dropdown-menu {
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.1);
}

.dark:not(.submenu-light) #mainMenu.menu-creative nav > ul > li > a:after,
#mainMenu.dark.menu-creative nav > ul > li > a:after {
  background-color: transparent !important;
}

.btnn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btnn-outline {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.home-button-letter {
  /* padding: 10px 60px; */
  font-size: 25px;
  background: #1c7fff;
  color: #fff;
  padding: 50px 39px;
  border-radius: 10px;
}

.table thead th {
  text-align: center;
  vertical-align: middle !important;
  border-bottom: 1px solid #9c9c9c;
}

.table tbody td {
  vertical-align: middle !important;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  min-width: 350px;
}

table tr td {
  border-top: none !important;
}

table tr th,
table tr td {
  border-right: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
  padding: 5px 0px;
}

.table tr td,
.table tr th {
  border-color: #b2bec3 !important;
}

table tr th:first-child,
table tr td:first-child {
  border-left: 1px solid #ffffff;
}

table tr th {
  text-align: left;
  border-top: solid 0.5px #ffffff;
}

/* top-left border-radius */

table tr:first-child th:first-child {
  border-top-left-radius: 10px;
}

/* top-right border-radius */

table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}

/* bottom-left border-radius */

table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}

/* bottom-right border-radius */

table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}

.table thead .active {
  background-color: #9dc3e6;
}

.table tbody tr .active {
  background-color: #e1eef7;
}

.table-radius10 {
  border-radius: 10px;
}


.regsiter-list-home {
  padding: 20px;
  color: #fff;
  text-align: center;
  justify-content: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

.regsiter-list-home h4,
.regsiter-list-home h3 {
  color: #fff;
}

.regsiter-list-home span {
  color: #ffe500;
}

.register-list-home-button .btnn {
  color: #000;
  background: #cce01c;
  border-radius: 100px;
  padding: 5px 46px;
}

.footer-content {
  background: linear-gradient(180deg, #870002 0%, #410002 100%) !important;
}

#footer p {
  font-family: "Poppins", "arial", "sans-serif";
}

.footer-content h1,
.footer-content h2,
#footer.inverted p,
#footer.inverted li,
#footer.inverted a {
  font-size: 1.2rem;
  font-weight: 400;
  color: #e6e6e6 !important;
}

#footer.inverted .copyright-content {
  color: #545454;
  background-color: #e6e6e6;
}

.fcolor1 {
  color: #ffd600 !important;
}

.speaker-list {
  background-color: #ffffff;
  margin: 5px;
  padding: 5px;
}

.btnn-theme1 {
  background-color: #c99f54 !important;
  border: solid #c99f54 !important;
  color: #fff !important;
}

.active-btn:hover {
  background-color: #004a38 !important;
  border: solid #004a38 !important;
  opacity: 0.8;
}

.active-btn {
  background-color: #004a38 !important;
  border: solid #004a38 !important;
  color: #fee968 !important;
}

.btnn-dl-agenda {
  background-color: #a5a0c5 !important;
  border: solid #a5a0c5 !important;
}

.table-agenda > thead {
  color: #fff;
}

.hotel-image-icon {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 5px;
  right: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  font-size: 25px;
  box-shadow: 0 0 12px rgb(0 0 0 / 12%);
  line-height: 23px;
  line-height: 0;
}

.post-item.border .post-item-wrap {
  border: 3px solid #f2f2f2;
}

.hotel-image-icon i {
  font-size: 18px;
  color: #059bfb;
}

.border-recommend {
  border: 3px #ffb300 solid !important;
}

.recommend {
  color: #ffb300;
  position: absolute;
  top: -10px;
}

.text-recommend {
  color: #ffb300;
  position: absolute;
  padding: 10px;
  text-shadow: 1px 1px #455a64;
}

.plan {
  color: #fff;
  border: none !important;
}

.plan-header {
  border-radius: 10px;
  background-color: #1c7fff !important;
}

.text-warning-price {
  color: #fff500;
}

.payment_block {
  background: #4fd5ff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 10px;
}

.payment_block p {
  margin: 3px;
  font-weight: bold;
  color: #000 !important;
  font-size: 16px;
}

.register_notic p {
  margin: 0;
  color: #000 !important;
  font-size: 18px;
}

.lines,
.lines:before,
.lines:after {
  background-color: #000 !important;
}

.dark .header-extras .p-dropdown a > span,
.dark .header-extras a > i {
  color: #000;
}

.qrcode {
  position: initial !important;
  background-color: #fff;
  padding: 20px;
}

#qrcode img {
  width: 100%;
}

.profile-card {
  /* padding: 50px; */
}

.profile-qrcode {
  padding: 20px;
}

.profile-ebadge {
  background-color: #ededed;
}

.profile-box-header {
  background: linear-gradient(90.61deg, #008968 0.64%, #004a38 100%);
  border-radius: 5px 5px 0px 0px;
  padding: 20px 10px;
}

.profile-box-header h2 {
  color: #fff;
}

.tb-reg-information tbody td {
  text-align: left;
}

.tb-reg-information tbody td:nth-child(2) {
  color: #6b6b6b;
}

.btn-profile-download {
  background-color: #fab677 !important;
  border-color: #fab677 !important;
  color: #000 !important;
}

.inspiro-slider.dots-creative .flickity-page-dots .dot:after,
.carousel.dots-creative .flickity-page-dots .dot:after {
  background-color: #648eed;
}

.inspiro-slider.dots-creative .flickity-page-dots .dot,
.carousel.dots-creative .flickity-page-dots .dot {
  background-color: #648eed;
}

.header-box p,
.header-box,
ul {
  font-family: "Poppins", "arial", "sans-serif";
  font-size: 18px;
}

.header-box b {
  font-weight: bold;
}

.heading-list-ul {
  color: #777777;
}

.bg-welcome-box2-img:before {
  content: "";
  position: absolute;
  width: 260px;
  height: 258px;
  top: -70px;
  bottom: 0;
  left: -68px;
  background-image: url(/uploads/webimages/images/bg/C3CNS8RWdi.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: -1;
}

.bg-welcome-box2-img:after {
  content: " ";
  position: absolute;
  width: 230px;
  height: 256px;
  bottom: 170px;
  right: 110px;
  background-image: url(/uploads/webimages/images/bg/6oKGa8zJ7S.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  z-index: -1;
}

.bg-welcome-box3 {
  /* float: none; */
  /* position: relative; */
  width: 100%;
  height: auto;
  margin: 50px auto 0;
  background-image: url(/uploads/webimages/images/bg/KVoM1xLPSx.png);
  background-size: auto;
}

.bg-welcome-box4 {
  position: absolute;
  bottom: 150px;
}

.box-location {
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(/uploads/webimages/images/bg/MJS3THVQKT.png);
  border-radius: 3px 3px 3px 3px;
  padding: 35px 30px 90px 30px;
}

.box-visa {
  text-align: right;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(/uploads/webimages/images/bg/127yamxMn5.png);
  border-radius: 3px 3px 3px 3px;
  padding: 35px 30px 116px 30px;
}

.box-accomodation {
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url(/uploads/webimages/images/footer_hotel_right.jpg);
  border-radius: 3px 3px 3px 3px;
  padding: 35px 30px 116px 30px;
}

.box-welcome4 ul,
.box-why-thailand ul {
  line-height: 30px;
}

.table-header tr th {
  height: 75px;
  color: #fff;
  background: #880808 !important;
}

.table-header th {
  font-family: "Poppins", "arial", "sans-serif";
  font-size: 18px;
  line-height: 1.2;
  font-weight: unset;
  text-transform: uppercase;
  padding-left: 20px;
  border-right: 1px solid #dddbce;
}

.table-body tr {
  cursor: pointer;
}

.table-body tr:nth-child(even),
.table-body tr:hover {
  background-color: #fffbe1;
}

.red-marker ul {
  list-style-type: none;
}

.red-marker li {
  position: relative;
  min-height: 35px;
  padding-left: 30px;
}

.red-marker li:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  background-image: url(/uploads/webimages/suF12H7BTD.png);
  background-size: cover;
  background-position: center;
  left: 0;
  top: 0;
  transform: translateY(7px);
}

.footer-content i {
  color: #545454;
  float: left;
  line-height: 22px;
  margin-right: 10px;
  font-size: 16px;
  width: 20px;
  height: 20px;
  text-align: center;
}

.footer-content span {
  display: flex;
  line-height: 22px;
  color: #545454;
  font-size: 15px;
  font-weight: 300;
}

.footer-menu {
  float: left;
  width: 100%;
  display: block;
  text-align: left;
  line-height: 24px;
  list-style: none;
  padding-left: 0;
}

#menu-footer-menu {
  color: #545454;
  padding-left: 10px;
  padding-right: 5px;
}

#menu-footer-menu li::marker {
  content: "-";
}

#menu-footer-menu li {
  padding-left: 10px;
}

.clear-footer {
  min-height: calc(100vh - (80px + 329px + 45px));
}

.input-form-contact {
  border-left-width: 3px;
  border-left-style: solid;
  border-left-color: rgb(204, 0, 0);
}


.wrapApplyCode {
  width: 50%;
}
.borderLine1px {
  border: 1px solid #777777;
  height: 100%;
}
.borderR1px {
  border-right: 1px solid #777777;
}
.boxHeader {
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}
.checkbox-abs {
  display: grid;
  grid-template-columns: 28px auto;
  gap: 14px;
}
.checkbox-abs2 {
  display: grid;
  grid-template-columns: 28px auto;
  gap: 14px;
}

.minH130px {
  min-height: 210px;
}
@media (max-width: 1250px) {
  .bg-welcome-box4 {
    bottom: -144px !important;
  }
}

@media (max-width: 1400px) {
  .bg-welcome-box4 {
    bottom: 30px;
  }
}

@media (max-width: 991px) {
  .bg-welcome-box4 {
    position: initial;
  }
  .bg-welcome-box2-img:before {
    top: -40px;
    left: -5px;
  }
  .bg-welcome-box2-img:after {
    bottom: -90px;
    right: 0px;
  }
}

@media screen and (min-width: 992px) {
  .box-accomodation {
    height: 623px;
  }
}

@media only screen and (max-width: 480px) {
  .wrapApplyCode {
    width: 100%;
  }
}