@charset "utf-8";

/* CSS Document */
html {
    scroll-behavior: smooth;
}
body {
    background: #f8f9fa;
    color: #212529;
    font-family: 'FC Minimal';
    margin: 0;
}
a {
  font-size: 16px;
  text-decoration: none;
  color: #010200;
}
a:hover {
  text-decoration: none;
  color: #703da6;
}
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}

h1 {
    font-size: 2.7rem;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    color: #010200;
}
h2 {
  font-size: 32px;
  line-height: 38px;
  color: #010200;
}
h3 {
  font-size: 20px;
  font-family: 'FC Minimal';
  margin-bottom: 0;
}
.card hr {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
svg {
  fill: #ff6a00;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.head-title {
    padding: 0px 0px 20px 0px;
    color: #010200;
    font-size: 20px;
    font-weight: 700;
}
.p1 {
    font-size: 14px;
    /*color: #a0a0a0;*/
    color: #010200;
    font-weight: 400;
    width: 100%;
	line-height: 1.5;
}
.p2 {
  font-size: 25px;
  line-height: 27px;
}
.p3 {
  font-size: 22px;
  color: #010200;
  line-height: 26px;
}
.p4 {
  font-size: 25px;
  line-height: 30px;
  margin-top: 1rem;
}
.p5 {
  font-family: 'FC Minimal';
  font-size: 18px;
  color: #3ad987;
  margin-bottom: 0;
}
.p6 {
  font-size: 17px;
}
.padding-0 {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 1600px) {
  .head-title {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  h1{
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .head-title {
    font-size: 18px;
  }
  h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 425px) {
  .p3 b br {
    display: none;
  }
  h1 {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: -2px;
  }
  .head-title {
    font-size: 16px;
    padding: 0px 0px 0px 0px;
  }
  .p1 {
    font-size: 13px;
    line-height: 20px;
  }
  .p3 {
    line-height: 22px;
  }

  .card-body {
    padding: 0.45rem 1.25rem;
  }
}

@media (min-width: 1921px) {
  .head-title {
    padding: 0px 0px 15px 0px;
    font-size: 26px;
  }
}

.show-991 {
  display: none;
}
@media (max-width: 991px) {
  .hide-991 {
    display: none;
  }
  .show-991 {
    display: block;
  }
}

/*----------------------------------------------------------------------------------*/
/* Page & Onesheet */
/*----------------------------------------------------------------------------------*/
/*container wrap style*/
.main_scroll {
  overflow-y: scroll;
  height: 100vh;
}
@media (max-width: 992px) {
  .main_scroll {
    overflow-y: unset;
    height: auto;
  }
}

.container-onesheet {
  height: 100vh;
  display: table;
  width: 100%;
}
@media (max-width: 991px) {
  .container-onesheet {
    height: 330px;
  }
}

/* Main */
.Main_Wrap {
  margin-top: 210px;
  margin-left: 40px;
  margin-right: 40px;
}

@media (max-width: 1450px) {
  .Main_Wrap {
    margin-top: 220px;
  }
  .Main_Wrap .left {
    padding-right: 12.5px;
  }
  .Main_Wrap .right {
    padding-left: 12.5px;
  }
}
@media (max-width: 1199px) {
  .Main_Wrap {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 235px;
  }
}
@media (max-width: 991px) {
  .Main_Wrap {
    margin-top: -10px;
    margin-bottom: 40px;
  }
  .Main_Wrap .left {
    padding-right: 15px;
  }
  .Main_Wrap .right {
    padding-left: 15px;
  }
}
@media (max-width: 576px) {
  .Main_Wrap {
    margin-top: 18px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 425px) {
  .Main_Wrap {
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
  }
}

/*Onesheet*/
.sidefixed {
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 991px) {
  .sidefixed {
      height: 330px;
  }
}

.bg-onesheet {
    background: url(../../images/ontour2024Chonburi/ot24c-bg.webp);
    background-size: auto;
    margin: auto 50px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    text-align: -webkit-center;
}
@media (max-width: 575px) {
  .bg-onesheet {
    padding: 0 15px;
  }
}
@media (max-width: 430px) {
  .bg-onesheet {
    background: url(../../images/ontour2024Chonburi/ot24c-onesheet-mobile-2.webp);
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    height: 260px;
    display: block;
    margin: 60px 0 0 0;
  }
}
@media (max-width: 425px) {
  .bg-onesheet {
    margin: 40px 0 0 0;
  }
}
.img-onesheet {
    width: 85%;
    height: auto;
    margin-top: 40px;
}
@media (max-width: 1199px) {
  .img-onesheet {
    width: 100%;
    height: auto;
    padding-top: 30%;
  }
}
@media (max-width: 991px) {
  .img-onesheet {
    width: 620px;
    height: auto;
    padding-top: 0;
    margin-top: 60px;
    box-shadow: rgb(255 255 255 / 30%) 0px 10px 36px 0px, rgb(37 59 131 / 45%) 0px 0px 0px 1px;
    border-radius: 8px;
  }
}

@media (max-width: 757px) {
  .img-onesheet {
    width: 545px;
  }
}
@media (max-width: 575px) {
  .img-onesheet {
    width: 100%;
    height: auto;
    padding-top: 0;
    margin-top: 50px;
  }
}
@media (max-width: 430px) {
  .img-onesheet {
    display: none;
  }
}

/*----------------------------------------------------------------------------------*/
/* CI */
/*----------------------------------------------------------------------------------*/
.logo-efin {
    width: 30%;
    max-width: 115px;
    height: 150px;
    position: absolute;
    left: 60px;
    top: 0;
    z-index: 9999;
}
.green-bar {
  width: 100%;
  height: 22px;
  background: #77bc1f;
  position: absolute;
  z-index: 999;
  top: 100;
}
.white-bar {
    width: 100%;
    height: 60px;
    background: #ffffff;
    position: absolute;
    z-index: 1000;
    top: 100;
    box-shadow: rgb(10 9 79 / 3%) 0px 3px 12px;
}

@media (max-width: 1024px) {
  .logo-efin {
    z-index: 999999;
    top: 0;
  }
  .green-bar {
    z-index: 99999;
    top: 0;
  }
  /*.white-bar { 
    z-index: 99999;
    top: 0;
  }*/
}
@media (max-width: 991px) {
  .fixed-top {
    background-color: white;
    height: 60px;
  }
  .white-bar {
    background-color: rgb(255 255 255 / 0%);
  }
  .logo-efin {
    left: 20px;
  }
  .logo-efin .img-fluid {
    width: 150px;
  }
}
@media (max-width: 425px) {
  .fixed-top {
    height: 40px;
  }
  .logo-efin .img-fluid {
    width: 100px;
  }
  .logo-efin {
    left: 10px;
  }
  .logo-efin .img-fluid {
      width: 80px;
  }
}

/*----------------------------------------------------------------------------------*/
/* Nav Menu */
/*----------------------------------------------------------------------------------*/
.navbar-collapse-efin {
    position: absolute;
    right: 0;
    margin-top: 42px;
    margin-right: 60px;
}
.navbar-collapse-efin a {
    font-size: 15px;
    padding: 0px 10px;
    transition-duration: 200ms;
}
.navbar-collapse-efin a:hover {
    color: #4fc950;
    transition-duration: 200ms;
}
.navbar-collapse-efin a.share-cover {
  padding: 4px 12px 6px 12px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-left: 15px;
  color: #06c;
  transition-duration: 200ms;
}
.navbar-collapse-efin a.share-cover:hover {
  opacity: 0.75;
  transition-duration: 200ms;
}

@media (max-width: 1875px) {
  .navbar-collapse-efin {
    margin-right: 40px;
  }
}


/* share */
.share-cover img {
  width: 15px;
  margin-right: 3px;
  position: relative;
  top: -1px;
}
.social {
  line-height: 0px;
}
.social:hover {
  color: #669ae1;
  text-shadow: none;
}
/* Modal Share */
#share .modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(197 197 197 / 20%);
    border-radius: 8;
    outline: 0;
}
#share .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #010200;
    font-size: 18px;
    font-weight: 700;
}
#share .modal-body {
    padding: 0rem 1rem 25px 1rem;
    display: flex;
}
#share .modal-body .social {
    line-height: 0;
    margin-right: 15px;
    text-align: center;
    border: 0;
    background-color: #fff;
    cursor: pointer;
    transition-duration: 400ms;
}
#share .modal-body .social img.copy-link {
    border: 1px solid #e0e0e0;
    border-radius: 60px;
}
#share .modal-body .social p {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #a0a0a0;
    letter-spacing: 0.2px;
    width: 65px;
}
#share .modal-body .social:hover {
    opacity: 0.7;
    transition-duration: 400ms;
}
#share .modal-backdrop.show {
    opacity: 0.8;
}
#share .close {
    font-size: 2.4rem;
    font-weight: 100;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    right: 0;
    margin-right: 0px;
    padding-top: 11px;
    padding-right: 25px;
}
#share .modal-header {
    border-bottom: 0px solid #f8f9fa;
    padding: 25px 25px 25px 25px;
}

@media (min-width: 576px) {
  #share .modal-dialog {
    max-width: 355px;
    margin: 1.75rem auto;
  }
}


/*----------------------------------------------------------------------------------*/
/* Stat Interested" */
/*----------------------------------------------------------------------------------*/
.top-eventname {
    position: fixed;
    width: 66.666667%;
    left: 0;
    z-index: 999;
    background: #f8f9fa; 
    margin-top: 60px;
    margin-left: 33.333333%;
    padding: 20px 55px 15px 40px;
    border-bottom: 1px solid #f8f9fa;
}
.eventtext {
  margin-top: 0;
}
.eventtext .sub {
    font-size: 20px;
    font-weight: 600;
    color: #4fc950;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 0;
}
.eventtext h2 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: right;
    line-height: 1.5;
}
.eventtext h3 {
	font-size: 17px;
    font-weight: 500;
	margin: 3px 0;
}
/*.eventtext h2 span {
  display: block;
}*/
.eventtext h2 span.email-t1 {
    color: #9d9d9d;
    display: block;
}
.cover-stat-interested {
    display: flex;
    position: absolute;
    margin-top: 17px;
    right: 0;
}
.cover-stat-interested p {
    font-size: 13px;
    /*color: #8b8b8b;*/
    color: #505050;
	
    letter-spacing: 1px;
}
.cover-stat-interested p.stat-interested-1 {
    /*margin-right: 15px;*/
}
.cover-stat-interested p span {
    color: #4fc950;
}
.cover-stat-interested p img {
    width: 15px;
    position: relative;
    top: -1px;
}
.cover-stat-interested.mobile {
  display: none;
}

.free-course {
    display: flex;
    position: absolute;
    margin-top: 5px;
    right: 0;
}

@media (max-width: 1875px) {
  .top-eventname {
    padding: 20px 60px 15px 40px;
  }
}
@media (max-width: 1199px) {
  .top-eventname {
    width: 75%;
    margin-left: 25%;
    padding: 20px 30px 15px 30px;
  }
  .eventtext h2 {
    font-size: 16px;
  }
  .eventtext h2 span.email-t1 {
    font-size: 16px;
  }
	.eventtext h3 {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .top-eventname {
    position: static;
    width: 100%;
    margin-left: 0;
    margin-top: 0px;
  }
  .cover-stat-interested {
    display: none;
  }
  .cover-stat-interested.mobile {
    display: inline-flex;
    position: static;
    text-align: center;
    margin: auto;
  }
  .cover-stat-interested p {
    font-size: 10px;
    margin-bottom: 13px;
  }
  .cover-stat-interested p.stat-interested-1 {
    font-size: 11px;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
    margin-right: 10px;
  }
  .cover-stat-interested p.stat-interested-2 {
    font-size: 11px;
    margin-bottom: 12px;
    letter-spacing: 0.05em;
  }

  .eventtext .sub {
    margin-bottom: 4px;
  }

  .free-course {
    display: none;
  }
  .free-course-2 h2 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .eventtext h2 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.3;
    margin-top: 0px;
  }
  .eventtext .sub {
    font-size: 17px;
  }
  .cover-stat-interested {
    display: none;
  }
}

@media (max-width: 430px) {
  .top-eventname {
    margin-top: -100px;
    background: rgb(242 248 255 / 0%);
  }
  .eventtext {
    text-align: center;
  }
  .eventtext h2 span.email-t1 {
    display: block;
    margin-top: 5px;
    font-size: 14px;
  }
  .eventtext .sub {
    margin-bottom: -3px;
    /*font-size: 16px;*/
    font-size: 25px;
  }
  .eventtext h2 {
    font-size: 14px;
  }
}
@media (max-width: 425px) {
  .top-eventname {
    margin-top: -140px;
  }
}
@media (min-width: 1921px) {
  .eventtext h2 {
    font-size: 18px;
    font-weight: 400;
  }
  .eventtext .sub {
    font-size: 22px;
  }
}

/*button style*/
.regis_wrap {
    position: relative;
    right: 0;
    margin-bottom: 5px;
}
.regis_button {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 30px;
    padding: 15px 75px;
    background: #007bff;
	/*background: linear-gradient(180deg, rgb(253 127 97) 0%, rgb(255 83 55) 100%);*/
    display: inline-block;
    margin-top: 10px;
    transform: scale(1, 1);
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
          
         
.regis_button:hover {
    transform: scale(1.1, 1.1);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
	background-position: right center; /* change the direction of the change here */
}
.btn-regis {
    position: absolute;
    margin-top: 53px;
    right: 0;
}
.register_fade_wrap {
  z-index: 0;
  position: fixed;
  bottom: 20px;
  right: 0px;
  padding: 20px;
}
/*.register_fade_wrap .regis_button {
  font-size: 30px;
}*/
.project.fade-in {
  opacity: 1;
  transition: all 0.5s ease-out;
  z-index: 999;
}
.project {
  opacity: 0;
  transition: all 0.5s ease-out;
}
@media (max-width: 1350px) {
  .regis_button {
    padding: 15px 55px;
  }
}
@media (max-width: 1280px) {
  .regis_button {
    padding: 15px 45px;
  }
}
@media (max-width: 1199px) {
  .regis_button {
    padding: 10px 35px;
  }
}
@media (max-width: 1050px) {
  .regis_button {
    display: inline-block;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .regis_button {
    padding: 15px 55px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .regis_button {
    display: block;
    margin-top: 0;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .regis_button {
    padding: 10px 0px;
    font-weight: 500;
  }
}
@media (max-width: 425px) {
  .regis_button {
    font-size: 16px;
    padding: 8px 0px;
  }
}

@media (min-width: 1921px) {
  .regis_button {
    padding: 15px 110px;
    margin-top: 15px;
  }
}


/*button fix*/
.buttonfix_wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: #fff;
  z-index: 999;
  padding: 2% 25%;
}
@media (max-width: 991px) {
  .buttonfix_wrap {
    box-shadow: rgb(37 99 22 / 7%) 0px -3px 5px 0px;
    padding: 1% 25% 2% 25%;
  }
}
@media (max-width: 767px) {
  .buttonfix_wrap {
    padding: 1% 20% 2% 20%;
  }
}
@media (max-width: 575px) {
.buttonfix_wrap {
    padding: 2% 15px 4% 15px;
  }
}
@media (max-width: 425px) {
.buttonfix_wrap {
    padding: 2% 15px 4.5% 15px;
  }
}

/* Animation Scroll Down */
.menu-nav-down {
  transition: all 0.3s ease-out;
}

.top-eventname {
  transition: all 0.3s ease-out;
	
}
.top-eventname.menu-nav-down {
    padding: 5px 60px 5px 40px;
    box-shadow: rgb(8 36 79 / 3%) 0px 3px 12px;
	border-bottom: 1px solid #eaede7;
	
}

.eventtext .sub {
  transition: all 0.3s ease-out;
}
.top-eventname.menu-nav-down .eventtext .sub {
    font-size: 18px;
    margin-top: 25px;
}

h1 {
  transition: all 0.3s ease-out;
}
.top-eventname.menu-nav-down h1 {
    font-size: 2.1rem;
    
}

h3 {
  transition: all 0.3s ease-out;
}
.top-eventname.menu-nav-down h3 {
    font-size: 0.9rem;
	margin-bottom: 25px;
}
.eventtext h2 {
   transition: all 0.3s ease-out;
}
.top-eventname.menu-nav-down .eventtext h2 {
    font-size: 15px;
    margin-top: 0px;
}

.eventtext h2 span.email-t1 {
  transition: all 0.3s ease-out;
}
.top-eventname.menu-nav-down .eventtext h2 span.email-t1 {
  font-size: 15px;
}

.regis_button  {
  transition: all 0.3s ease-out;
}
.top-eventname.menu-nav-down .regis_button {
    font-size: 17px;
    font-weight: 600;
    padding: 14px 95px;
    margin-top: 5px;
}

@media (max-width: 1280px) {
  .top-eventname.menu-nav-down {
    padding: 5px 40px 5px 40px;
  }
  .top-eventname.menu-nav-down .regis_button {
    padding: 10px 45px;
  }
}
@media (max-width: 1199px) {
  .top-eventname.menu-nav-down .regis_button {
    padding: 10px 35px;
  }
}


/*----------------------------------------------------------------------------------*/
/* Card */
/*----------------------------------------------------------------------------------*/
.card {
    margin-bottom: 15px;
    /* background-color: #fffaeb; */
    background-color: #ffffff;
    border: 0px solid;
    border-radius: 8px;
    padding: 30px 30px;
}
.card-shadow {
    margin-bottom: 0px;
    margin-top: 30px;
    box-shadow: rgb(10 9 79 / 3%) 0px 4px 12px;
    border: 3px solid rgb(255 255 255);
}

/* date & location */
.card-shadow-date {
    padding: 30px 10px 78px 20px;
}
.card-shadow-location {
    padding: 30px 25px 25px 25px;
}

@media (max-width: 1600px) {
  .card {
    padding: 20px 20px;
  }
  .card-shadow-date {
    padding: 20px 5px 20px 17px;
  }
}
@media (max-width: 1450px) {
  .card {
    padding: 25px 25px;
  }
  .card-shadow-date {
    padding: 25px 25px;
  }
  .card-shadow {
    margin-top: 25px
  }
}
@media (max-width: 575px) {
  .card {
    padding: 20px 20px;
  }
  .card-shadow-date {
    padding: 20px 5px 20px 17px;
  }
}
@media (max-width: 425px) {
  .card {
    padding: 10px 13px;
  }
  .card-shadow-date {
    padding: 8px 8px 8px 12px;
  }
  .card-shadow {
    margin-top: 10px;
  }
}


/*----------------------------------------------------------------------------------*/
/* Date & Live */
/*----------------------------------------------------------------------------------*/
/* Date */
.datecard .card {
  background-color: rgb(255 255 255);
}
.card-date {
  display: inline-flex;
    margin-top: 2px;
}
.date-title {
  line-height: 24px;
  padding-left: 0px;
}
.date-title p {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #4fc950;
    color: #4fc950;
    line-height: 1.15;
}
.date-title p.t2 {
    font-size: 65px;
    margin-top: -19px;
}
.date-title p.t3 {
  margin-bottom: 4px;
  margin-top: -4px;
}
.date-title p.t5 {
    margin-top: 7px;
    font-size: 18px;
    font-weight: 600;
}

@media (max-width: 1840px) {
  .date-title p.t5 {
      font-size: 16px;
  }
}
@media (max-width: 1760px) {
  .date-title p.t5 span {
    display: block;
  }
  .date-title p.t5 {
    margin-top: 6px;
  }
  .date-title p.t2 {
    font-size: 58px;
    margin-top: -19px;
  }
}
@media (max-width: 1600px) {
  .date-title p {
    margin: 0;
    font-size: 18px;
  }
  .date-title p.t5 {
    margin-top: 10px;
  }
}
@media (max-width: 1500px) {
  .date-title p {
    font-size: 15px;
  }
  .date-title p.t5 {
    font-size: 16px;
  }
}
@media (max-width: 1450px) {
  .card-date {
    position: static; 
    margin-bottom: 0;
  }
  .date-title p {
    font-size: 17px;
  }

  .date-title p.t2 {
    font-size: 50px;
    margin-top: -15px;
  }
  .date-title p.t3 {
    /*float: left;*/
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 18px;
    margin-right: 5px;
  }
  .date-title p.t4 {
    float: left;
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 18px;
    margin-right: 5px;
  }
  .date-title p.t5 {
      margin-top: 25px;
  }
  .date-title p.t5 span {
    display: inline-block;
  }
}
@media (max-width: 1199px) {
  .card-title {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .date-title p {
    font-size: 17px;
  }
  .datecard {
    padding-right: 12.5px;
  }
  .locationcard {
    padding-left: 12.5px;
  }

  .date-title p.t2 {
    font-size: 55px;
  }
  .date-title p.t5 {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .date-title p.t5 {
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .date-title p {
    font-size: 16px;
  }
}
@media (max-width: 425px) {
  .date-title {
    display: block;
  }
  .date-title p:first-child {
    margin-right: 10px;
  }
  .date-title p {
    font-size: 14px;
    font-weight: 500;
  }

  .date-title p.t2 {
    margin-top: 0;
    /*float: left;*/
    font-size: 30px;
    margin-right: 5px;
  }
  .date-title p.t3 {
    font-size: 17px;
    font-weight: 600;
    margin-right: 6px;
    margin-bottom: 10px;
    display: inline-block;
    /*margin-top: 13px;*/
  }
  .date-title p.t4 {
    font-size: 17px;
    font-weight: 600;
    float: left;
    margin-top: 12px;
    margin-right: 5px;
  }
  .date-title p.t5 {
    margin-top: 40px;
    display: block;
    font-size: 16px;
    font-weight: 600;
  }
  .date-title p.t5 span {
    display: inline-block;
  }
}
@media (max-width: 410px) {
  .date-title {
    display: block;
  }
  .date-title p.t3 {
    /*float: left;*/
    margin-top: 0px;
  }
  .date-title p.t4 {
    margin-top: 18px;
  }
  .date-title p.t5 {
    margin-top: 43px;
  }
  .date-title p.t2 {
    font-size: 35px;
  }
}

@media (min-width: 1921px) {
  .date-title p {
    font-size: 22px;
  }
  .date-title p.t5 {
    font-size: 20px;
    font-weight: 700;
  }
}

/*Live */
.icon-live {
    margin-left: 10px;
    width: 42px;
}
.locationcard .card {
  /* background-color: #cf2123; */
}
.datelocation_wrap .card {
    overflow: hidden;
    position: static;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
}
.card-icon {
  float: left;
}
.cover-online-channel {
  margin-top: 0px;
}
.online-channel {
    display: flow-root;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    margin-bottom: 10px;
}
.cover-online-channel .online-channel:last-child {
    margin-bottom: 0px;
}
.online-channel img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
    margin-bottom: 10px;
    position: relative;
    top: 4px;
}
.online-channel h5 {
    font-size: 16px;
    font-weight: 400;
    color: #010200;
    margin-bottom: 0px;
    float: left;
}
.online-channel a {
    font-size: 18px;
    font-weight: 400;
    color: #06c;
    text-align: right;
    display: inherit;
    margin-bottom: 0;
    transition-duration: 400ms;
    margin-top: 3px;
    padding: 8.5px 15px 10px 15px;
}
.online-channel a.disable {
    color: #d3d3d3;
    pointer-events: none;
}
.online-channel a:hover {
    color: #004284;
    transition-duration: 200ms;
    /*text-decoration: underline;*/
    opacity: 0.65;
}
.online-channel a span {
    font-size: 16px;
    margin-top: 4px
}

@media (max-width: 1805px) {
  .card-icon {
    text-align: center;
    margin-bottom: 15px;
  }
  .datelocation_wrap .card {
    position: relative;
    display: block;
  }
}
@media (max-width: 1760px) {
  .online-channel a {
    padding: 10.5px 15px 12px 15px;
  }
}
@media (max-width: 1700px) {
  .online-channel h5 {
    font-size: 15px;
  }
  .online-channel a span {
    font-size: 15px;
  }
  .online-channel img {
    width: 24px;
    height: 24px;
    margin-right: 5px;
  }
  .online-channel a {
    margin-top: 4px;
    padding: 10.5px 12px 12px 12px;
  }
}
@media (max-width: 1600px) {
  .online-channel a span {
    font-size: 14px;
    position: relative;
    top: 4px;
  }
  .online-channel h5 {
    font-size: 14px;
  }
  .online-channel a {
    font-size: 16px;
    padding: 10.5px 8px 12px 9px;
  }
}
@media (max-width: 1500px) {
  .online-channel img {
    width: 20px;
    height: 20px;
  }
  .online-channel a span {
    top: 1px;
  }
}
@media (max-width: 1450px) {
  .online-channel h5 {
    font-size: 17px;
  }
  .online-channel a {
    padding: 10.5px 12px 12px 12px;
  }
  .online-channel a span {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .online-channel a {
    padding: 4.5px 10px 7px 10px;
  }
  .online-channel h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .icon-live {
    width: 35px;
  }
}
@media (max-width: 640px) {
  .online-channel h5 {
      font-size: 14px;
  }
  .online-channel a span {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .cover-online-channel {
    margin-top: 0px;
  }
  .online-channel h5 {
    font-size: 15px;
  }
  .online-channel img {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 520px) {
  .datelocation_wrap .card {
    margin-top: 25px;
  }
  .datelocation_wrap .datecard .card{
    margin-top: 0;
  }
}
@media (max-width: 425px) {
  .cover-online-channel {
    margin-top: 5px;
  }
  .datelocation_wrap .card {
    margin-top: 10px;
  }
  .online-channel img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
  .online-channel h5 {
    font-size: 16px;
  }
  .online-channel a {
    font-size: 14px;
    padding: 6.5px 15px 8px 15px;
  }
}

@media (min-width: 1921px) {
  .online-channel h5 {
    font-size: 20px;
  }
  .online-channel a span {
    font-size: 20px;
    margin-top: 1px;
  }
  .icon-live {
    width: 52px;
  }
  .online-channel a {
    padding: 10.5px 15px 11px 15px;
  }
}


/* All */
@media (max-width: 1450px) {
  .card_forResposive {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .card_forResposive {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 675px) {
  .card_forResposive {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .card_forResposive {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}


/*----------------------------------------------------------------------------------*/
/* Countdown */
/*----------------------------------------------------------------------------------*/
.countdown_wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
}
.countdown_wrap ul {
  padding: 0;
  margin: 0;
}
.countdown_wrap li {
  display: inline-block;
  list-style-type: none;
  padding: 0.8em;
  text-transform: uppercase;
  font-family: 'FC Minimal';
  font-size: 16px;
  font-weight: 600;
  color: #010200;
}
.countdown_wrap .card {
    padding: 0;
    text-align: center;
    width: 100%;
}

@media (max-width: 1855px) {
  .countdown_wrap li {
    font-size: 9px;
  }
}
@media (max-width: 1024px) {
  .countdown_wrap li {
	font-size: 20px;
  }
}
@media (max-width: 767px) {
  .countdown_wrap li {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .countdown_wrap li {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  .countdown_wrap li {
    font-size: 13px;
  }
}
.countdown_wrap li hr {
  border-top: 1px solid #010200;
  margin-block-start: 0;
  margin-block-end: 0.5em;
}
.countdown_wrap li span {
  display: block;
  font-size: 40px;
  font-family: 'FC Minimal';
  color: #010200;
}
@media (max-width: 1855px) {
  .countdown_wrap li span {
    font-size: 28px;
  }
}
@media (max-width: 1024px) {
  .countdown_wrap li span {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .countdown_wrap li span {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .countdown_wrap li span {
    font-size: 40px;
  }
}
@media (max-width: 450px) {
  .countdown_wrap .card {
    padding: 10px 40px;
    text-align: center;
  }
}
@media (max-width: 375px) {
  .countdown_wrap .card {
    padding: 10px;
    text-align: center;
  }
}
.countdown_wrap li .colonorange {
  display: table;
  color: #ff6a00;
}


/*----------------------------------------------------------------------------------*/
/* video */
/*----------------------------------------------------------------------------------*/
.video_wrap .card {
  padding: 0;
  border: 0;
}
.video_wrap .embed-responsive {
  border-radius: 8px;
  background-color: rgb(255 255 255 / 0%);
}

.video-btn.btn-animation {
    display: none;
    position: absolute;
    top: 42%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-btn.btn-animation img {
    position: relative;
    left: 3px;
    width: 20px;
}
.btn-animation.icon-btn-lg:before {
    width: 60px;
    height: 60px;
}
.btn-animation:before {
    content: "";
    position: absolute;
    z-index: -9;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 50px;
    height: 50px;
    background: rgb(58 58 58 / 60%);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}
@media (max-width: 425px) {
  .video-btn.btn-animation {
    display: block;
  }
  .video_wrap {
    display: none;
  }

  #videoModal .modal-body {
    padding: 0;
    border: 0px solid rgba(0, 0, 0, 0.2);
  }
  #videoModal .close {
    font-size: 2rem;
    font-weight: 100;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    position: absolute;
    right: 0;
    margin-right: 10px;
    z-index: 999999;
    margin-top: -40px;
  }
}


/*----------------------------------------------------------------------------------*/
/* schedule */
/*----------------------------------------------------------------------------------*/
/*.schedule_wrap .table-responsive {
  margin-top: 1rem;
}*/
.table-responsive{
	display: table;
}
.table-responsive td,
.table-responsive th {
  border-top: 0;
  border-bottom: 0;
  font-size: 16px;
  padding: 15px 0;
  color: #010200;
  /*color: #52b428;*/
  font-weight: 600;
}
.table-responsive td.first-timeline {
  padding: 0px 0 15px 0;
}
.schedule_wrap .table-responsive tr {
  border-bottom: 1px dashed rgb(33 19 18 / 22%);
}
.table-responsive .p3 {
  font-size: 17px;
  font-weight: 600;
}
.table-responsive .p3.first-timeline {
  padding: 0px 0 15px 0;
}
.schedule_wrap ul {
    font-size: 16px;
    padding-inline-start: 0px;
    margin-bottom: 0;
    margin-top: 5px;
    margin-left: 20px;
    color: #010200;
    font-weight: 400;
}
.schedule_wrap .head-title {
    color: #010200;
}
/*.schedule_wrap tr{
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}

@media (max-width: 1024px){
  .schedule_wrap tr{
    margin-top: 30px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.125);
}
}
@media (max-width: 768px){
  .schedule_wrap tr{
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}
}*/
.timeline {
    color: #4fc950 !important;
    width: 35%;
    vertical-align: top;
}
.text-note {
  color: #a0a0a0;
	margin-top: 15px;
}

@media (max-width: 1600px) {
  .table-responsive .p3 {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 1450px) {
  .table-responsive .p3 {
    font-size: 17px;
    font-weight: 600;
  }
  .table-responsive .p3 span br {
    display: none;
  }
}
@media (max-width: 1199px) {
  .table-responsive td {
    padding-right: 10px;
  }
}
@media (max-width: 575px) {
  .table-responsive .p3 {
    font-size: 16px;
    font-weight: 500;
  }
}
@media (max-width: 425px) {
  .table-responsive td.first-timeline {
        padding: 10px 15px 15px 0;
  }
  .schedule_wrap ul {
    font-size: 14px;
  }
  .table-responsive td, .table-responsive th {
    font-size: 14px;
    padding: 10px 0;
  }
  .table-responsive .p3 {
    font-size: 15px;
  }
  .table-responsive {
    margin-top: 5px;
  }
  .table-responsive td {
    margin-right: 0;
  }
  .text-note {
    font-size: 14px;
    /*margin-top: -15px;*/
  }
  .table-responsive .p3.first-timeline {
    padding: 10px 0 10px 0;
  }
}


/*----------------------------------------------------------------------------------*/
/* Speaker */
/*----------------------------------------------------------------------------------*/
.speaker_wrap .card {
  flex: 1 1 auto;
}
.speaker_wrap img {
  width: 70px;
  margin-right: 15px;
  float: left;
}
.speaker_wrap .p1 {
  color: #fff;
  width: auto;
}
.inline_speaker {
  display: grid;
  vertical-align: middle;
}
.speaker_collaps {
  margin-bottom: 5px;
}
.speaker_collaps a {
  color: #010200;
  font-weight: 500;
}
.speaker_collaps li {
  color: #010200;
  font-weight: 400;
  font-size: 16px;
}
.speaker_collaps .p1 {
  color: #a0a0a0;
  /*white-space: nowrap;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}
.speaker_collaps .p6 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 7px;
    margin-bottom: 2px;
    font-weight: 600;
}
.speaker_collaps .card {
    padding: 0;
    margin-bottom: 0;
    border-bottom: transparent;
    background-color: rgb(255 255 255 / 0%);
}
.speaker_collaps .card-header {
      background-color: rgb(255 255 255 / 0%);
    overflow: hidden;
    padding: 0 1.5rem 0 0.5rem;
    border-bottom: 0px dashed rgb(33 19 18 / 22%);
}
.speaker_collaps .card-header.first-speaker {
  padding: 0rem 1.5rem 0.75rem 0.5rem;
}
.speaker_collaps .card-header:hover {
  background-color: rgba(255, 255, 255, 0.03);
}
.expand_icon {
      position: relative !important;
    right: -90px;
    top: -23px;
    color: #a0a0a0;
    text-align: right;
	
}

.collapsed .material-icons  {
  transform: rotate(0deg);
  transition-duration: 400ms;
}
.material-icons {
  transform: rotate(180deg);
  transition-duration: 400ms;
}

.card-body ul {
  padding-left: 10px;
}
@media (max-width: 1600px) {
  .speaker_collaps .p6 {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: 500;
  }
  .speaker_wrap .p1 {
    font-size: 15px;
  }
}
@media (max-width: 1450px) {
  .speaker_wrap img {
    width: 60px;
  }
  .speaker_collaps .p6 {
    font-size: 17px;
    font-weight: 600;
  }
}
@media (max-width: 575px) {
  .speaker_collaps .p6 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
  }
}
@media (max-width: 425px) {
  .speaker_collaps .p6 {
    font-size: 15px;
      margin-top: 7px;
  }
  .speaker_collaps li {
    color: #010200;
    font-weight: 400;
    font-size: 14px;
  }
  .speaker_collaps {
    margin-top: 5px;
  }
  .speaker_collaps .card-header {
    padding: 0.55rem 1.5rem 0.55rem 0.5rem;
  }
  .speaker_wrap .p1 {
    font-size: 13px;
    line-height: 20px;
  }
}


/*----------------------------------------------------------------------------------*/
/* Special */
/*----------------------------------------------------------------------------------*/
.special_wrap .card-group {
  flex-flow: row wrap;
}
.special_wrap .card-group h3 {
  color: #cf2123;
}
.special_wrap .card-group .card {
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin: 12px;
  padding: 28px 17px;
  width: 100%;
}
.special_wrap .card-body {
  padding: 25px;
}
.special_content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 5%;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  /*border: solid 1px #3ad987;*/
  border-radius: 15px;
}
.special_content h3 {
  color: #cf2123;
}
.special_content img {
  filter: grayscale(1);
  transition: 0.4s ease-in-out;
  transform: scale(0.8, 0.8);
}
.special_content img:hover {
  filter: grayscale(0);
  transition: 0.4s ease-in-out;
  transform: scale(1, 1);
}
@media (max-width: 1600px) {
  .special_wrap .card-group {
    flex-flow: column;
  }
}
@media (max-width: 767px) {
  .special_wrap .card-group {
    flex-flow: row wrap;
  }
}
@media (min-width: 576px) {
  .card-group > .card:last-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}
.booth_wrap {
  font-size: 16px;
}
.booth_wrap .card-body {
  padding: 25px;
}
.booth_wrap img {
  padding: 25px 0;
}
.booth_wrap p {
  font-family: 'FC Minimal';
  text-align: left;
}
.booth_wrap li {
  list-style: decimal;
  line-height: 28px;
}
.booth_body {
  text-align: center;
}
.booth_text {
  text-align: left;
  margin: 20px 0;
}


/*----------------------------------------------------------------------------------*/
/* Contact */
/*----------------------------------------------------------------------------------*/
.contact_wrap {
  font-size: 14px;
}
.contact_wrap img {
  width: 20px;
  margin-right: 4px;
  margin-bottom: 0px;
}
.contact_wrap li {
    list-style: none;
    margin-top: 10px;
    clear: both;
    font-size: 14px;
    color: #010200;
    font-weight: 400;
    margin-bottom: -1px;
    line-height: 1;
}
.contact_wrap li:first-child {
    margin-top: 0px; 
}
.contact_wrap li:last-child {
    margin-bottom: 0px;
}
.contact_wrap li span {
    position: relative;
    top: -1px;
}
.contact_wrap .row {
  margin-top: 8px;
}
/* .contact_body {
  margin-top: 20px;
} */
.contact_body ul {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 4px;
}

/*@media (max-width: 1600px) {
}
@media (max-width: 1450px) {
}*/
@media (max-width: 1050px) {
  .contact_wrap li span {
    display: block;
  }
  .contact_wrap svg {
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .contact_wrap li span {
    display: inline-block;
  }
}
@media (max-width: 576px) {
  .contact_wrap svg {
    width: 30px;
    margin-right: 0px;
  }
}
@media (max-width: 425px) {
  .contact_wrap li {
    font-size: 14px;
    margin-bottom: -4px;
    margin-top: 10px;
  }
  .contact_wrap img {
    width: 20px;
    margin-bottom: 1px;
  }
  .contact_wrap li span {
    top: 0px;
  }
  .contact_body ul {
    margin-top: 10px;
  }
}
@media (max-width: 375px) {
  .contact_wrap svg {
    width: 40px;
  }
  .contact_body ul {
    margin-top: 10px;
  }
}


/*----------------------------------------------------------------------------------*/
/* ForWho */
/*----------------------------------------------------------------------------------*/
.ForWho_wrap {
}
.text_padding {
    padding-left: 8px;
    position: relative;
    top: -5px;
    color: #010200;
}
.ForWho_wrap .p1 {
  font-size: 14px;
}
.ForWho_content {
  margin-top: 5px;
  line-height: 1.6;
}
.ForWho_content ul {
  padding-left: 0px;
  margin-bottom: 0;
}
.ForWho_content li {
  list-style: none;
  margin-top: -1px;
  clear: both;
  display: flex;
	margin-bottom: 10px;
}
.ForWho_content li:first-child {
  margin-top: 0px;
	
}
.ForWho_content img {
    height: 18px;
    margin-right: 0;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
  .text_padding {
    top: -5px;
    line-height: 1.8;
  }
}
@media (max-width: 576px) {
  .ForWho_content ul {
    padding-left: 0;
  }
  .ForWho_content img {
    margin-right: 10px;
    float: left;
  }
}
@media (max-width: 425px) {
  .ForWho_wrap .p1 {
    font-size: 15px;
  }
  .text_padding {
    top: -4px;
    line-height: 21px;
    padding-left: 3px;
    font-size: 14px;
  }
  .ForWho_content {
    margin-top: 12px;
  }
  .ForWho_content img {
    margin-right: 8px;
    float: left;
    height: 15px;
    margin-bottom: 10px;
  }
  .ForWho_content li {
    margin-top: 0px;
  }
}

/*----------------------------------------------------------------------------------*/
/* organized */
/*----------------------------------------------------------------------------------*/
.organized_wrap img {
	margin: 25px auto 25px auto;
}
.organized-text {
    text-align: left;
    margin-top: 0px;
    line-height: 1.8;
    font-size: 14px;
    padding-inline-start: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #010200;
    font-weight: 400;
    text-indent: 35px;
}

@media (max-width: 1450px) {
  .organized_wrap img {
    width: 130px;
  }
}
@media (max-width: 425px) {
  .organized-text {
    margin-top: 5px;
    font-size: 14px;
  }
  .organized_wrap img {
    width: 110px;
    margin: 5px auto 3px auto;
  }
}


/*----------------------------------------------------------------------------------*/
/* Footer */
/*----------------------------------------------------------------------------------*/
.footer {
	  font-size: 12px;
	  color: #b3b3b3;
	  padding: 50px 15px 20px 15px;
	  text-align: center;
	  margin-top: 0px;
	  width: 100%;
	font-weight: 300;
}
@media (max-width: 991px) {
  .footer {
    margin-bottom: 140px;
    padding: 0px 15px 20px 15px;
  }
}
@media (max-width: 575px) {
  .footer {
    margin-bottom: 130px;
    padding: 30px 15px 20px 15px;
  }
}

@media (max-width: 425px) {
  .footer {
    margin-bottom: 120px;
    padding: 30px 15px 20px 15px;
  }
}




