.reg-btn-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.timeline-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline-items li {
  position: relative;
  padding: 0 10px 20px 35px;
  cursor: pointer;
  color: #aaaaaa;
}

.timeline-items li:after {
  content: "";
  position: absolute;
  display: inline-block;

  background: #aaaaaa;
  width: 20px;
  height: 20px;
  left: 4px;
  top: 2px;
  border-radius: 50%;
}

.timeline-items li:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 20px;
  left: 8px;
  top: 0;
  background-image: radial-gradient(
    circle at 2px,
    #aaaaaa 1px,
    rgba(255, 255, 255, 0) 2px
  );
  background-position: top, right, bottom, left;
  background-size: 12px 6px;
  background-repeat: repeat-y;
}

.timeline-items .end:before {
  display: none;
}

.timeline-date {
  font-weight: 400;
}

.timeline-arrow {
  display: none;
}

.timeline-row-col-1-date {
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  line-height: 2em;

}

@media (max-width: 767px) {
  .timeline-row-col-1-date {
    display: flex;
    width: 200px;
    height: 80px;
    align-items: center;
    padding-left: 16px;
  }
  .dash {
    margin-left: 4px;
    margin-right: 4px;
  }
}

.timeline-mobile-container {
  padding: 30px;
  width: 100%;
  height: 80px;
  background: linear-gradient(
    180deg,
    rgb(0, 131, 221) 0%,
    rgb(2, 226, 192) 100%
  );
  color: white;
  display: flex;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  align-items: center;
  justify-content: space-between;
}

.timeline-row-col-1-text {
  font-size: 1rem;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
}

.timeline-row-col-3-text {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-style: normal;
  color: #b7b7b7;
}

.timeline-title,
.timeline-title-no-link {
  line-height: 1.5;
  font-size: 1.6rem;
}

.timeline-title:hover {
  cursor: pointer;
  text-decoration: underline;
}
.timeline-venue {
  line-height: 1.5;

  font-size: 0.95rem;
}

.register-button,
.register-button2 {
  font-size: 0.9em;
  padding: 4px 20px;
  padding-top: 6px;
  margin-top: 28px;
  color: #ffffff;
  font-weight: 300;
  background-image: linear-gradient(#0083dd, #025791);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}

.register-button:hover,
.register-button2:hover {
  text-decoration: none;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .register-button,
  .register-button2 {
    display: none;
  }
}

.agenda .timeline-register-container {
  display: inline;
}

.agenda .timeline-register-container .register-button {
  margin-top: 0;
  padding: 0px 16px;
  margin-right: 16px;
  font-family: Roboto, sans-serif;
  display: inline;
  font-size: 0.7em;
  width: 92px;
  height: 30px;
}

.agenda .timeline-register-container .register-button.merge-event {
  margin-top: 0;
  padding: 16px 16px;
  margin-right: 0px;
  font-family: Roboto, sans-serif;
  display: inline;
  font-size: 0.7em;
  width: 100%;
  height: unset;
}

@media (min-width: 769px) {
  .time-col-with-register {
    display: flex;
    flex-flow: column-reverse;
    justify-content: flex-end;
    height: 270px;
  }
  .agenda .timeline-register-container .register-button.merge-event {
    padding: 16px 0px;
  }
}

.profile-column {
  position: relative;
}

.profile-column:nth-of-type(1) {
  z-index: 5;
}
.profile-column:nth-of-type(2) {
  z-index: 4;
}
.profile-column:nth-of-type(3) {
  z-index: 3;
}
.profile-column:nth-of-type(4) {
  z-index: 2;
}
.profile-column:nth-of-type(5) {
  z-index: 1;
}
.profile-column-arrow {
  content: "";
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-bottom: solid 1rem rgb(208, 231, 245);
  border-left: solid 1rem transparent;
  border-right: solid 1rem transparent;
  pointer-events: none;
  display: none;
}

.grey-background {
  background-color: #f8f9fb;
}

.blue-background {
  background-color: #d5e6eb;
}

.special-remarks {
  display: inline-block;
  color: #000;
  border: 2.5px solid #353535;
  background: transparent;
  vertical-align: middle;
  max-width: 100%;
  padding: 6px;
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem !important;
  letter-spacing: 1px;
}

.special-eng-remarks {
  display: inline-block;
  color: #000;
  border: 2.5px solid #353535;
  background: transparent;
  vertical-align: middle;
  max-width: 100%;
  padding: 6px;
  text-align: center;
  font-weight: 500;
  font-size: 0.9rem !important;
}
.desc-box-action-container {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;

}

.desc-box {
  position: relative;
  background-color: #f1ffe2;
  padding-bottom: 42px;
  padding-left: 42px;
}
.desc-box .close-button:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.desc-box .close-button {
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  width: 80px;
  font-family: "Roboto";
  background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .desc-box {
    padding-left: 20px;
    padding-bottom: 20px;
  }
  .close-btn-text {
    display: none;
  }
  .desc-box .close-button {
    width: 36px;
    font-size: 1.5rem;
  }
}
.desc-box:before {
  position: absolute;
  content: " ";
  width: 8px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgb(0, 131, 221) 0%,
    rgb(2, 226, 192) 100%
  );
  top: 0;
  left: 0;
}
.desc-box .desc-box-body {
  padding-top: 8px;
}


.cursor-pointer {
  cursor: pointer;
}
.desc-box a,
.desc-box a:hover {
  color: #353535;
  text-decoration: none;
}

.desc-box .desc {
  color: #000000;
  font-weight: 400;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
@media (max-width: 768px) {
  .desc-box-action-container {
    position: absolute;
    top: 0;
    right: -30px;
  }
  .desc-box  .desc-box-body {
    padding-top: 16px;
  }
}
.last-year-section {
  margin-top: 1.5rem;
}

.last-year-section > .button {
  background-color: #70b332;
  border: none;
  color: #353535;
  padding: 6px 36px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: -10px 2px;
  cursor: pointer;
  font-family: "Oswald", sans-serif;
}

.last-year-section > .button > span:nth-child(odd) {
  font-family: "Orbitron", sans-serif;
  color: #ffffff;
}

.last-year-section > .button > span:nth-child(even) {
  font-family: "Orbitron", sans-serif;
  color: #2099e1;
}

.last-year-section > .button:hover {
  text-decoration: none;
  color: #000;
}

.last-year-section > .button:active {
  text-decoration: none;
  color: #000;
}

.last-year-section > .button:link {
  text-decoration: none;
  color: #000;
}

#alto-section .row {
  background-color: white;
}

#alto-section .row > div:nth-of-type(1) {
  padding: 0;
}
#alto-section contact-desc a {
  color: white;
}
#alto-section .about-alto-container {
  padding: 60px 20px;
  background-color: #f8f8f8;
}

#alto-section .about-alto-container .section-title {
  color: rgb(137, 200, 78);
}

#alto-section a {
  color: #0083DD;
  text-decoration: underline;
}

#alto-section a.alto-email {
  color: white;
  text-decoration: underline;
}

#contact-section a {
  color: #90d352;
  text-decoration: underline;
  font-weight: 400;
}
.contactus {
  background-image: url("../images/s5_bg.png");
  background-position: center;
  height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .contactus:before {
  content: "";
  background: linear-gradient(
    90deg,
    rgba(0,131,221,0.9) 0%,
    rgba(2,226,192, 0.9) 100%
  );
  background-position: bottom;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left:0px;
  top: 0px;
} */
#alto-section .contactus,
#alto-section .contactus .section-title {
  color: white;
}

.schedule-desc {
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
}

.alto-desc,
.contact-desc {
  font-size: 1.1rem;
}
@media (max-width: 576px) {
  .schedule-desc {
    font-size: 1.1rem;
  }
  .alto-desc,
  .contact-desc {
    font-size: 1rem;
  }
}
.overview-green-inner {
  position: relative;
  /*border-style: solid;
	border-color: #2099E1*/
  --webkit-box-shadow: 5px 9px 20px 2px #aaaaaa44;
  box-shadow: 5px 9px 20px 2px #aaaaaa44;
  width: 100%;
  height: 100%;
  min-height: 220px;
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}

.overview-blue-inner {
  position: relative;
  /*	border-style: solid;
	border-color: #f5b67a;*/
  --webkit-box-shadow: 5px 9px 20px 2px #aaaaaa44;
  box-shadow: 5px 9px 20px 2px #aaaaaa44;
  width: 100%;
  height: 100%;
  min-height: 220px;
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}

.overview-green-date {
  background-color: #8fd153;
  height: 100%;
  width: 20%;
  max-width: 100px;
  border-radius: 50%;
  color: #fff;
  min-width: 6rem;
  position: absolute;
}
.overview-blue-date {
  background-color: #186fd9;
  height: 100%;
  width: 20%;
  max-width: 100px;
  border-radius: 50%;
  color: #fff;
  min-width: 6rem;
  position: absolute;
}

.overview-green-date {
  background: linear-gradient(
    180deg,
    rgba(137, 200, 78, 1) 0%,
    rgba(73, 138, 13, 1) 100%
  );
  border-radius: 0px 0px 50px 0px;
  color: #fff;
  min-width: 6rem;
  position: absolute;
}

.overview-blue-date {
  background: linear-gradient(
    180deg,
    rgba(0, 131, 221, 1) 0%,
    rgba(2, 87, 145, 1) 100%
  );
  border-radius: 0px 0px 50px 0px;
  color: #fff;
  min-width: 6rem;
  position: absolute;
}
.overview-green-inner,
.overview-blue-inner {
  min-height: 110px;
}
.overview-green-inner.overview-inner-tall,
.overview-blue-inner.overview-inner-tall {
  min-height: 140px;
}

.overview-date-txt {
  position: absolute;
  left: 1rem;
  top: 0rem;
  color: #fff;
}

.overview-green-inner .desc,
.overview-blue-inner .desc {
  font-size: 1.1rem;
  font-weight: 400;
  color: #353535;
}

.overview-container {
  background-color: white;
}
@media (max-width: 576px) {
  .overview-container .desc {
    font-size: 1rem;
  }
}
.prog-desc {
  display: flex;
  justify-content: right;
  align-items: center;
}

.prog-desc > div {
  text-align: left;
  width: calc(100% - 7rem);
}
.prog-desc.center > div {
  text-align: left;
  width: 80%;
}

.color-orange {
  color: #f5b67a !important;
}

.timeline {
  padding: 20px 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.timeline-day {
  position: relative;
  text-align: center;
  width: 80%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.timeline-day h4 {
  font-weight: 500;
  color: #666666;
  margin: 0;
  font-size: 0.8rem;
}

.timeline-day.timeline-selected h4 {
  color: white;
}

.timeline-day:after {
  content: "•";
  color: white;
  font-size: 50px;
  height: 32px;
  width: 100%;
  padding-top: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #89c84e;
}

.timeline-end:after {
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.timeline-end {
  padding-right: 12px;
}
.timeline-start {
  padding-left: 12px;
}
.timeline-start:after {
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
}

.timeline-day:hover:after {
  color: #11486e;
}

.timeline-day.timeline-selected:after {
  color: #11486e;
}
.timeline-day .timeline-day-content {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.timeline-day.timeline-selected
  .timeline-day-content
  .timeline-day-content-arrow {
  content: "";
  position: absolute;
  width: 5px;
  height: 0;
  bottom: 32px;
  border: 12px solid;
  border-color: rgba(2, 226, 192, 1) transparent transparent;
}

@media screen and (min-width: 768px) {
  .timeline-day .timeline-day-content {
    height: 95px;
    width: 95px;
  }
  .timeline-day-content h4 {
    font-size: 1.5rem;
  }
}

.timeline-day-content .timeline-date {
  padding-top: 20px;
}
.timeline-day-content .timeline-week {
  font-weight: 100;
}

.flex-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.timeline-day.timeline-selected .timeline-day-content {
  background: linear-gradient(
    180deg,
    rgba(0, 131, 221, 1) 0%,
    rgba(2, 226, 192, 1) 100%
  );
}
#programme-section {
  background-color: #ebf0f9;
  padding-top: 0px;
}

#programme-section {
}
.agenda-wrapper {
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 576px) {
  .wide {
    margin-left: calc((100% - 540px) / 2);
  }
  .wide-right {
    padding-right: calc((100vw - 540px) / 2) !important;
  }
  .wide .row {
    flex: 1 0 0;
  }
}

@media screen and (min-width: 768px) {
  .wide {
    overflow: hidden;
    width: auto;
    margin: 0 0 0 15px;
    display: flex;
    flex-wrap: wrap;
    background: green;
    margin-left: calc((100% - 720px) / 2);
    max-width: none;
  }
  .wide-right {
    padding-right: calc((100vw - 720px) / 2) !important;
  }
  .wide .row {
    flex: 1 0 0;
  }
}

@media screen and (min-width: 992px) {
  .wide {
    margin-left: calc((100% - 960px) / 2);
  }
  .wide-right {
    padding-right: calc((100vw - 960px) / 2) !important;
  }
  .wide .row {
    flex: 1 0 0;
  }
}

@media screen and (min-width: 1200px) {
  .wide {
    margin-left: calc((100% - 1140px) / 2);
  }
  .wide-right {
    padding-right: calc((100vw - 1140px) / 2) !important;
  }
  .wide .row {
    flex: 1 0 0;
  }
}
@media screen and (max-width: 1400px) and (min-width: 1200px) {
  .wide {
    margin-left: calc((100% - 1140px) / 2);
  }
  .profile-column-arrow {
    /*display:block;*/
  }
}

@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .profile-column-arrow {
    display: none;
  }
  .profile-column {
    /*margin-left: 0.5rem !important;*/
  }
}

.programme-section-desktop {
  display: block;
}

@media screen and (max-width: 1000px) {
  /*.programme-section-desktop {
	display: none !important;
 }*/
  #programme-section .section-title {
    margin-bottom: 0px !important;
  }
}

.programme-section-mobile {
  display: none;
}
@media screen and (max-width: 1000px) {
  .programme-section-mobile {
    /*display: block !important;*/
  }
  #programme-section .section-title {
    margin-bottom: -60px !important;
  }
  .zoom-image {
    display: none !important;
  }
}

.card {
  -webkit-box-shadow: none !important;
}

#signin .form-control {
  display: block !important;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px) !important;
  padding: 0.375rem 0.75rem !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color: #495057 !important;
  background-color: #fff !important;
  background-clip: padding-box !important;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
  -webkit-box-sizing: inherit !important;
}

.programme-section-mobile .desc-box:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0%;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-bottom: solid 1rem rgb(208, 231, 245);
  border-left: solid 1rem transparent;
  border-right: solid 1rem transparent;
  pointer-events: none;
}
.speaker-name:hover {
  background-color: #ecf5d5;
}

.chinese-speaker {
  font-style: normal !important;
}

.language-badge {
  background-color: rgb(155, 155, 155);
  color: #fff;
  display: inline-block;
  padding: 0em 0.6em;
  text-align: center;
  border-radius: 1.2em;
  font-size: 1rem;
  font-weight: 300;
  vertical-align: middle;
}

.group-1,
.group-2,
.group-3,
.group-4,
.group-5 {
  cursor: pointer;
  text-decoration: none !important;
}

.highlight-section {
  border: solid;
  border-width: 2px;
  border-color: #ff0068;
  box-shadow: 0 0 16px #fcd6c7;
}

.background-decoration {
  z-index: -1;
}
.background-decoration2 {
  position: absolute;right: -100px;top: -350px;width: 300px;height: 300px;
  z-index: -1;
}
@media (max-width: 767px) {
  .background-decoration2 {
    width: 200px;
    height: 200px;
    right: -70px;
    top: -250px;
  }
 }
.programme-title-container {
  margin-top: 150px;
}

@media (max-width: 767px) {
  .programme-title-container {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .timeline-day.timeline-selected
    .timeline-day-content
    .timeline-day-content-arrow {
    width: 10px;
    bottom: -20px;
    border-color: transparent transparent rgba(0, 131, 221, 1);
  }
  .timeline-day .timeline-day-content {
    height: 0;
    overflow: hidden;
  }
}
