@charset "utf-8";
/*----------------------------------------
  advan-connect Style
----------------------------------------*/
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%
}
html {
  scroll-behavior: smooth;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
div, p, a, li, td {
  -webkit-text-size-adjust: none
}
br {
  height: 1px;
  font-size: 1px
}
*, ::after, ::before {
  box-sizing: border-box;
}
a {
  color: #004280;
  text-decoration: none;
  outline: none;
  font-weight: normal
}
a:hover, a:active, a:focus {
  color: #004280;
  text-decoration: none;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: none !important;
}
:focus {
  outline-color: transparent;
  outline-style: none
}
a img {
  border: none
}
.clear {
  background: none;
  border: 0;
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0
}
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  visibility: hidden;
  height: 0
}
.mb, .MB-schedule {
  display: none;
}
.info .mw-820, .party-info .mw-820 {
  max-width: 820px;
  width: 100%;
  margin: 0;
}
.formInner.mw-820, .top-descript {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
.top-descript {
  text-align: center;
  margin-bottom: 20px;
}
.top-descript p a:hover {
  text-decoration: underline;
}
.center {
  margin: 0 auto;
}
.warning p {
  color: #ff0000;
}
span.warning {
  color: #ff0000;
  margin-left: 3px;
}
.row-maxwidth-98pct {
  width: 98%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
}
iframe {
  width: 100%;
}
body {
  font-family: 'Heebo', sans-serif;
  font-size: 14px;
  line-height: 1;
  position: relative;
  color: #333;
}
.row-full {
  width: 100%;
  clear: both;
}
.row-1400px {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  clear: both;
}
.bg-gray {
  background-color: #f2f2f2;
}
.border-gary {
  border-top: 1px solid #ccc;
}
.bg-shadwo {
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
.bg-gray-1 {
  background-color: #e0e0e0;
}
.bg-dark {
  background-color: #696969 !important;
}
.mw-820 {
  width:100%;
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
}
h1 {
  font-size: 60px;
  line-height: 1.2;
  font-weight: bold;
}
h2 {
  font-size: 44px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
}
h3.title, h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 6px;
}
h3.subtitle {
  font-weight: normal;
  text-align: center;
  margin-top: 15px;
}
h4 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.4;
}
h4.title {
  font-weight: bold;
}
p, li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: normal;
}
.block {
  padding: 50px 0;
}
.block.live {
  padding: 50px 0 100px 0;
}
.center {
  text-align: center
}
#container {
  width: 100%;
}
/*----------------------------------------
  Header Menu
----------------------------------------*/
#advan-header {
  border-bottom: 2px solid #e2e2e2;
}
#advan-header {
  position: sticky;
  width: 100%;
  background-color: #fff;
  top: 0;
  z-index: 101;
}
#advan-header.unfixed {
  position: relative;
}
#advan-header.fixed {
  position: fixed;
}
#advan-header .header-logo {
  width: 226px;
  height: 25px;
  float: left;
  margin: 16px 0;
}
#advan-header .header-logo a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-indent: -9999px;
  background-image: url("css-img/2H-logo.svg");
  /*background-image: url(css-img/connect-logo.png)\9;*/
  background-repeat: no-repeat;
  background-position: left top;
}
.header-menu {
  float: right;
  display: block;
}
.header-menu ul {
  list-style: none;
  /* margin: 0 auto; */
}
.toggleMenu {
  float: right;
  margin: 18px 0 17px;
  margin-left: 18px;
  width: 22px;
  height: 22px;
  display: none;
}
.header-menu ul li {
  float: left;
  font-size: 16px;
  padding: 0 14px;
  margin-left: 4px;
  cursor: pointer;
  line-height: 58px;
}
.header-menu ul li:last-child {
  padding: 0;
}
.header-menu ul li.show-mega i.fa-chevron-down:before {
  content: "\f077";
}
ul.header-nav > li.show-mega > a {
  border-bottom: 4px solid #004280;
  padding-bottom: 20px;
  text-decoration: none;
}
ul.header-nav > li > div {
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
}
ul.header-nav > li.show-mega > div {
  display: block
}
.header-menu ul li i {
  margin-left: 4px;
}
.header-menu ul li a:hover {
  border-bottom: 4px solid #004280;
  padding-bottom: 15px;
  text-decoration: none;
}
.header-menu ul li:last-child a:hover {}
.header-menu ul .btn {
  cursor: pointer;
  border: none;
}
.header-menu ul .btn a {
  color: #000;
  font-weight: bold;
  background-color: #f39a00;
  padding: 8px 25px;
  line-height: 1.5;
  border-radius: 25px;
  border: 1px solid #f39a00;
}
.header-menu ul .btn.sign a {
  border: 1px solid #e78c00;
  background-color: #fff;
  color: #000;
}
.header-menu ul .btn a:hover {
  background-color: #e78c00;
  padding: 8px 25px;
  border: 1px solid #e78c00;
}
.header-menu .col1 {
  float: left;
  width: 33.3%;
  padding: 0 0 30px;
}
.header-menu .col1 .topicDate {
  padding: 30px 0 0;
}
.header-menu .col1 h4 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  padding-left: 6px;
  margin-bottom: 8px;
  border-left: 5px solid #9e9e9e;
}
.header-menu ol {
  list-style: none;
  margin-left: 20px;
}
.header-menu ol li {
  line-height: 1.5;
  font-size: 14px;
  margin-left: -20px;
  margin-bottom: 3px;
  padding-left: 0px;
  float: none;
}
ul.header-nav ol li a:hover {
  text-decoration: underline;
  padding-bottom: 0px;
  border-bottom: none;
}
.header-menu ul li.mb-menu-close, .header-menu .mb-btn, .header-menu .mb-home, .header-menu .mb-contact {
  display: none;
}
ul.header-nav li.username {
  position: relative;
}
.header-menu ul li.username a:hover {
  border-bottom: none;
  padding-bottom: 0;
}
ul.header-nav li.username i {
  margin-right: 3px;
}
ul.header-nav li.username:hover div.user-dropdown {
  display: block;
  position: absolute;
  right: 0;
  margin-top: -18px;
  border: none;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));
}
ul.header-nav li.username div.user-dropdown .menuArrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 12px 10px;
  border-color: transparent transparent #fff transparent;
  margin-left: 17px;
}
ul.header-nav li.username div.user-dropdown .dropdownMenu {
  background-color: #fff;
  display: inline-block;
}
ul.header-nav li.username div.user-dropdown .dropdownMenu h4 {
  min-width: 130px;
  width: auto;
  padding: 12px 15px 0;
  font-size: 16px;
}
ul.header-nav li.username div.user-dropdown .dropdownMenu h4:last-child {
  padding-bottom: 12px;
}
ul.header-nav li.username div.user-dropdown .dropdownMenu h4 a:hover {
  text-decoration: underline;
  border-bottom: none;
  padding-bottom: 0;
}
ul.header-nav li.username.show-mega .user-dropdown {
  display: none;
}
ul.header-nav > li.username.show-mega > a {
  border-bottom: none;
}
/*----------------------------------------
  Homepage KV
----------------------------------------*/
#connect-content #connect-kv.homepage {
  background: url("../images/topbanner-bg.jpg") bottom center;
  background-repeat: no-repeat;
}
#connect-content .homepage .topbanner {
  position: relative;
  background-color: #d8e8f5;
}
#connect-content .homepage .videoWrapper {
  width: 100%;
  height: 554px;
  overflow: hidden;
}
#connect-content .videoWrapper .left-pic {
  width: 912px;
  float: left;
}
#connect-content .videoWrapper .left-pic img {
  width: 100%;
}
#connect-content .homepage .videoWrapper video, .videoWrapper .wistia_responsive_wrapper {
  width: 50%;
  position: absolute;
  right: 87px;
  top: -11px;
  object-fit: cover;
}
.homepage .mask {
  background: url("../images/video-mask.png") top right;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 569px;
  position: absolute;
  top: 0;
  z-index: 90;
}
#connect-content .contentWrapper {
  position: absolute;
  top: 120px;
  z-index: 99;
}
#connect-content #connect-kv .homepage-kv .kv-content {
  margin-bottom: 25px;
  width: 650px;
}
#connect-content #connect-kv .homepage-kv .kv-content h1 {
  position: relative;
}
#connect-content #connect-kv .homepage-kv .kv-content .date {
  margin-top: 12px;
}
#connect-content #connect-kv .homepage-kv .kv-content h4 {
  margin-bottom: 6px;
}
#connect-content #connect-kv .homepage-kv .kv-content h4.title {
  font-size: 22px;
  font-weight: bold;
}
#connect-content a.btn, #connect-content .activityWrapper .form .btnWrapper button {
  color: #000;
  padding: 8px 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 25px;
  display: inline-block;
}
#connect-content a.btn.btn-primary {
  background-color: #f39a00;
  border: 1px solid #f39a00;
  margin-right: 10px;
}
#connect-content a.btn.btn-secondary {
  background-color: transparent;
  border: 2px solid #f39a00;
}
#connect-content .btn.disable, .header-menu ul li.disable a, #connect-content .activityWrapper .form .btnWrapper button.disable, #jump-box.jump-box-container .jump-box-wrapper .btnWrapper a.disable, .stepWrapper .btnWrapper .btn.disable {
  background-color: #fff;
  color: #666;
  cursor: unset;
  border: 2px solid #ccc;
  pointer-events: none;
}
.header-menu ul li.disable {
  cursor: unset;
  pointer-events: none;
}
#connect-content a.btn.btn-primary:hover, #connect-content a.btn.btn-secondary:hover {
  background-color: #e78c00;
  border-color: #e78c00;
  text-decoration: none;
}
#connect-content a.btn.btn-primary:active, #connect-content a.btn.btn-secondary:not(:disabled):not(.disabled):active, #connect-content a.btn.btn-secondary:not(:disabled):not(.disabled):focus {
  text-decoration: none !important;
  box-shadow: none;
}
#connect-content .mb-video {
  display: none;
}
#connect-content .homepage-kv .video-icon i {
  font-size: 60px;
  color: #fff;
  position: absolute;
  right: 29%;
  top: 8%;
  border-radius: 50%;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.8));
  z-index: 100;
  cursor: pointer;
}
/*video jump box*/
.jump-box-container {
  width: 100%;
  height: 100%;
  background-color: #1717177d;
  position: fixed;
  z-index: 1001;
  display: block;
  top: 0;
  left: 0;
  padding-top: 80px;
}
#Videobox.jump-box-container {
  display: block;
}
#Videobox.jump-box-container .videoWrapper {
  width: 1200px;
  padding: 0;
  height: 675px;
  margin: 0 auto;
  background-color: #000;
  box-sizing: border-box;
  position: relative;
  border-radius: 3px;
}
#videoWrapper-close.close, #jump-box .close {
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  right: 7px;
  top: 7px;
  color: #ffffffa6;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  text-align: center;
}
#jump-box .close {
  color: #000;
}
#Videobox.jump-box-container .videoWrapper iframe {
  width: 100%;
  height: 675px;
  padding: 30px;
}
/*----------------------------------------
  Subtitle
----------------------------------------*/
.subtitle {
  max-width: 820px;
  padding-bottom: 30px;
  position: relative;
  margin: 0 auto;
  margin-bottom: 35px;
}
.subtitle h2:before, .subtitle h2:after, .agenda .subtitle h1:before, .agenda .subtitle h1:after, .sponsor .subtitle h1:after, .sponsor .subtitle h1:before {
  content: "";
  bottom: 0;
  width: 50px;
  height: 8px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.subtitle h2:before, .agenda .subtitle h1:before, .sponsor .subtitle h1:before {
  left: calc(50% - 25px);
  background-color: #004280;
}
.subtitle h2:after, .agenda .subtitle h1:after, .sponsor .subtitle h1:after {
  left: calc(50% + 25px);
  background-color: #f39800;
}
#connect-content .agenda a.btn {
  font-size: 16px;
}
.agenda-filter ul {
  list-style-type: none;
  text-align: center;
}
.agenda-filter ul li.sector-item {
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  opacity: 1;
  list-style: none;
  display: inline-block;
  margin: 10px 15px 10px 0;
}
.agenda-filter ul li.sector-item a span {
  display: block;
  border: #ccc 2px solid;
  padding: 6px 3px 6px 28px;
  background: #fff;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.agenda-filter ul li.sector-item a:hover span {
  border: #004280 2px solid;
}
.agenda-filter ul li.sector-item.active a span {
  border: #004280 2px solid;
  padding: 6px 14px 6px 17px;
}
.agenda-filter ul li.sector-item a span i {
  visibility: hidden;
  width: 20px;
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
  color: transparent;
}
.agenda-filter ul li.sector-item.active a span i {
  visibility: visible;
  color: #004280;
}
/*----------------------------------------
  Benefit
----------------------------------------*/
.benefit {
  min-height: 350px;
  position: relative;
}
.benefit .row-1400px {
  position: relative;
}
.benefit .benefit-content {
  position: absolute;
  top: -66px;
  z-index: 99;
}
.benefit .cardWrapper, .transportation .cardWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 25px;
}
.benefit.ATW .cardWrapper {
  margin-top: 50px;
}
.benefit .cardItem {
  width: 30.5%;
  margin-right: 4%;
  margin-bottom: 35px;
}
.benefit .cardItem:nth-child(3n) {
  margin-right: 0;
}
.benefit .cardItem .icon i {
  font-size: 44px;
  color: #4073a3;
  margin-bottom: 15px;
}
.benefit .cardItem h3 {
  font-weight: normal;
}
.benefit .arrow {
  position: absolute;
  bottom: 1%;
  left: 50%;
  width: 44px;
  height: 78px;
  border-radius: 22px;
  background-color: #4073a3;
  text-align: center;
  display: block;
  transform: translate(-50%, 0%);
}
.benefit .arrow i {
  font-size: 35px;
  color: #fff;
  transform: translate(0, 56%);
}
.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-10px);
  }
}
/*----------------------------------------
  Session
----------------------------------------*/
.session .cardWrapper {
  display: flex;
  flex-wrap: wrap;
}
.session .cardWrapper .sessionCard {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #f2f2f2;
}
.session .cardWrapper .sessionCard:nth-child(even) {
  margin-right: 0;
}
.session .cardWrapper .sessionCard .img {
  float: left;
  width: 44.5%;
  min-height: 300px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.session .cardWrapper .sessionCard .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.session .cardWrapper .sessionCard .session-info {
  float: left;
  width: 55.5%;
  padding: 25px 30px;
}
.session-info h3 {
  font-weight: normal;
}
.session-info h3.title {
  font-weight: bold;
}
.session-info .info {
  margin-top: 12px
}
.session-info p {
  margin-bottom: 6px;
}
.session-info span {
  margin-right: 3px;
}
.session-info p i {
  width: 18px;
  color: #4073a3;
}
/*----------------------------------------
  Activity
----------------------------------------*/
.activity {
  padding: 50px 0 70px;
}
.session {
  padding: 50px 0 50px;
}
.activity .cardWrapper {
  display: flex;
  flex-wrap: wrap;
}
.activity .activity-Card {
  width: 49%;
  margin-right: 2%;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 25px 30px;
}
.activity .activity-Card:last-child {
  margin-right: 0%;
}
.bg-element {
  background: url("../images/element-bg.jpg") top center;
}
/*----------------------------------------
  Agenda page
----------------------------------------*/
#connect-content .tabWrapper {
  display: flex;
  padding-top: 20px;
}
#connect-content .tabWrapper .date-tab {
  width: 100%;
  text-align: center;
}
#connect-content .tabWrapper .date-tab.active a, #connect-content .tabWrapper .date-tab a:hover {
  border-bottom: 6px solid #004280;
  color: #004280;
}
#connect-content .tabWrapper .date-tab a {
  padding-bottom: 8px;
  display: block;
  color: #333;
  border-bottom: 6px solid #ccc;
}
#connect-content .tabWrapper .date-tab a:hover, #connect-content .tabWrapper .date-tab a:active, #connect-content .tabWrapper .date-tab a:focus {
  text-decoration: none;
}
#connect-content .tabWrapper .date-tab h3 {
  display: inline-block;
}
#connect-content .tabWrapper .date-tab span {
  font-size: 22px;
  margin-left: 6px;
}
#connect-content .agenda h1, #connect-content .sponsor h1 {
  font-size: 44px;
  text-align: center;
}
#connect-content h2.line {
  width: 40px;
  height: 10px;
  background-color: #799ab9;
  margin: 15px auto 0 auto;
}
#connect-content .connect h2.line {
  background-color: #fff;
}
#connect-content .agendaWrapper {
  margin: 50px 0 0;
  /*border-left: 3px solid #f39a00;*/
}
#connect-content .agendaWrapper .date {
  margin: 25px 0 0;
  display: none;
  visibility: hidden;
}
#connect-content .agendaWrapper .date.active {
  display: block;
  visibility: visible;
}
#connect-content .agendaWrapper .date h3.title {
  margin-bottom: 10px;
  margin-left: 20px;
}
/*#connect-content .agendaWrapper .date .topicWrapper .content .time h3::before {
	content:'\f111';
	font-family: "Font Awesome 5 Pro";
	color: #f39a00;
	margin-left: -17px;
    padding-right: 17px;
    font-size: 22px;
	float: left;
    line-height: 1.4;
}*/
#connect-content .topicWrapper {
  background-color: #fff;
  padding: 25px 0 0;
  margin: 12px 0 0;
}
#connect-content .live .topicWrapper {
  border-top: 1px solid #ccc;
}
#connect-content .topicWrapper .content .time {
  float: left;
  width: 21%;
  padding-left: 25px;
  color: #333;
}
#connect-content .topicWrapper .content .time p {
  margin: 3px 0 0 0;
  color: #333;
  font-size: 16px;
}
#connect-content .topicWrapper .content .time h3 span, #connect-content .inner .innerTime h3 span {
  font-size: 18px;
  margin-left: 2px;
}
#connect-content .inner .innerTime {
  float: left;
  width: 30%;
  margin-right: 20px;
}
#connect-content .topicWrapper .content .topic {
  float: left;
  width: 58%;
  margin-left: 1.5%;
}
#connect-content .topicWrapper .content .room {
  float: right;
  text-align: right;
  width: 16%;
  margin-right: 25px;
}
#connect-content .topicWrapper .content .room i {
  margin-right: 6px;
}
#connect-content .inner .innerInfo {
  float: left;
  width: 65%;
}
#connect-content .inner .innerInfo.info-50 {
  width: 50%;
}
.btn-float {
  float: right;
}
#connect-content .inner .innerInfo h4 {
  margin-bottom: 3px;
}
#connect-content .speakerinfo {
  margin-top: 25px;
}
#connect-content .inner .innerInfo .speaker span.company::before, #live .liveRight .speaker span.company::before, #connect-content .speakerinfo .speaker span.company::before {
  content: ',';
  padding: 0 6px 0 2px;
}
#connect-content .inner .innerInfo .detail, #live .liveWrapper .liveRight .detail {
  margin: 20px 0 0 20px;
}
#connect-content .inner .innerInfo .detail ul li, #live .liveWrapper .liveRight .detail ul li {
  margin-bottom: 10px;
}
#connect-content .inner .innerInfo .descript {
  margin: 3px 0;
}
#connect-content .inner .innerInfo .item, #live .liveWrapper .liveRight .innerInfo .item {
  margin: 10px 0;
}
#connect-content .topicWrapper h4 {
  font-weight: bold;
}
#connect-content .topicWrapper .content .topic h4 {
  color: #333;
}
#connect-content .speakerinfo h5.title {
  font-size: 18px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 3px;
}
/*#connect-content .inner .innerTime::before {
	content:'\f111';
	font-family: "Font Awesome 5 Pro";
	color: #f39a00;
	margin-left: -42px;
    padding-right: 17px;
    font-size: 12px;
	float: left;
    line-height: 2;
	font-weight: bold;
}*/
#connect-content .topicWrapper .descript {
  margin-top: 10px;
}
#connect-content .inner {
  margin: 10px 25px;
  padding: 13px 20px;
  background-color: #f2f2f2;
  border-radius: 0px;
}
#connect-content .inner.day1-bg {
  margin: 0px 25px !important;
  border-bottom: 1px solid #ccc;
}
#connect-content .inner:first-child {
  margin-top: 25px;
}
#connect-content .inner:last-child {
  border: none;
}
#connect-content .topicWrapper .content .time .select-box {
  margin: 3px 0 3px 20px;
}
#connect-content .topicWrapper .content .time .select-box select, #connect-content .topicWrapper .select-box select {
  border: none;
}
#connect-content .btnWrapper {
  margin: 10px 0;
}
#connect-content .topic .btnWrapper {
  margin: 20px 0 20px;
}
#connect-content .btnWrapper.agenda a.btn {
  margin-top: 0;
}
#connect-content .btnWrapper.agenda a.btn.btn-primary {
  background-color: #336899;
  border: 1px solid #336899;
  color: #fff;
}
#connect-content .btnWrapper.agenda a.btn.btn-secondary, #connect-content .activityWrapper a.btn.btn-secondary {
  border: 2px solid #336899;
  color: #336899;
}
#connect-content .btnWrapper.agenda a.btn.btn-primary:hover {
  background-color: #004280;
}
#connect-content .topicWrapper.availabel .btnWrapper.agenda a.btn.btn-primary {
  background-color: #f39a00;
  border: 2px solid #f39a00;
  color: #000;
}
#connect-content .topicWrapper.availabel .btnWrapper.agenda a.btn.btn-primary:hover {
  background-color: #e78c00;
  border: 2px solid #e78c00;
}
#connect-content .btnWrapper.agenda a.btn.btn-secondary:hover, #connect-content .activityWrapper a.btn.btn-secondary:hover {
  background-color: #004280;
  border-color: #004280;
  color: #fff;
}
#connect-content .topicWrapper .btnWrapper.blank {
  margin: 0;
}
.agenda-bg {
  background: url("../images/my-agenda-bg.jpg") top center;
  background-repeat: no-repeat;
  padding: 70px 0 80px;
}
.agenda-bg h2 {
  margin-bottom: 20px;
}
#connect-content .liveTab h4.live-icon {
  padding: 4px 15px 4px 12px;
}
#connect-content .btnWrapper .btn.live a {
  background-color: red;
}
#connect-content .btnWrapper .btn.live span {
  font-size: 20px;
  line-height: 0.8;
  margin-right: 3px;
  vertical-align: middle;
}
#connect-content .btnWrapper .btn i {
  margin-right: 5px;
}
#connect-content .btnWrapper .btn a:hover {
  text-decoration: none;
}
#connect-content .btnWrapper.download {
  text-align: center;
  margin-top: 30px;
}
#connect-content .btnWrapper.download .btn a {
  padding: 9px 20px;
  border-radius: 25px;
}
#connect-content .topicInner {
  display: block;
}
#connect-content .topicWrapper .arrow {
  display: none;
}
/*calendar*/
.calendar-container {
  display: none;
  width: 100%;
  height: 100%;
  background-color: #1717177d;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  padding-top: 150px;
}
.calendarList {
  padding: 30px 0 0;
}
.calendar-container .calendarWrapper {
  width: 80%;
  max-width: 350px;
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
}
.calendarWrapper .list {
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  padding: 15px 10px 15px 55px;
  margin: -2px 0px;
}
.calendarWrapper .list:first-child {
  border-top: 2px solid #ebebeb;
}
.calendarWrapper .list:hover {
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.calendarWrapper .list span {
  font-weight: normal;
  font-style: italic;
  padding-left: 5px;
  color: #666;
  font-size: 13px;
}
.calendarWrapper .apple-icon {
  background: url("../images/icon-apple.svg") 18px 40% no-repeat;
  background-size: 22px 100%;
}
.calendarWrapper .google-icon {
  background: url("../images/icon-google.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}
.calendarWrapper .office-icon {
  background: url("../images/icon-office365.svg") 19px 50% no-repeat;
  background-size: 18px 100%;
}
.calendarWrapper .outlook-icon {
  background: url("../images/icon-outlook.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}
.calendarWrapper .outlookcom-icon {
  background: url("../images/icon-outlookcom-t5.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}
.calendarWrapper .yahoo-icon {
  background: url("../images/icon-yahoo.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}
.calendarWrapper .close {
  position: absolute;
  right: 5px;
  top: 3px;
}
/*CMS*/
/*Why Attend CMS*/
#material-content .attend {
  margin-top: 40px;
}
#material-content h2 {
  margin: 0;
  font-size: 44px;
  font-weight: bold;
}
#material-content h3 {
  font-size: 32px;
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1.3;
}
#material-content p {
  font-size: 16px;
  margin: 0;
}
/*----------------------------------------
  IIoT KV
----------------------------------------*/
#connect-content #connect-kv.IIoT {
  background: none;
}
#connect-content .IIoT .topbanner {
  position: relative;
  background-color: #e2e2e2;
}
#connect-content .IIoT .videoWrapper {
  width: 100%;
  height: 530px;
  overflow: hidden;
}
#connect-content .IIoT .videoWrapper video {
  width: 49%;
  position: absolute;
  right: 120px;
  top: 0px;
  object-fit: cover;
}
.IIoT .mask {
  background: url("../images/session-video-mask.png") top right;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 532px;
  position: absolute;
  top: 0;
  z-index: 90;
}
#connect-content #connect-kv.IIoT .homepage-kv .kv-content {
  width: 613px;
}
#connect-content .kv-content p {
  font-size: 22px;
  margin-bottom: 6px;
}
#connect-content .kv-content h4 i {
  margin-right: 6px;
  color: #004280;
}
/*Countdown*/
.countdown-bg {
  background: url(../images/countdown.jpg) bottom center;
  min-height: 300px;
  background-repeat: no-repeat;
  position: relative;
}
#connect-content .countdownWrapper {
  z-index: 100;
  background-color: #fff;
  height: 125px;
  border-radius: 80px;
  padding: 0 40px;
  align-items: center;
  display: flex;
  box-shadow: 2px 3px 0px 1px #69696929;
}
#connect-content .countdownWrapper .countdown-info {
  border-right: 1px solid #4d4d4d;
  padding-right: 30px;
  margin-right: 30px;
  width: 28%;
  box-sizing: border-box;
}
#connect-content .countdown {
  float: left;
  margin: 0;
  width: 83%;
}
#connect-content .countdownWrapper.ATW .countdown-info {
  width: 16%;
}
.countdown-info h2 {
  font-size: 36px;
}
#connect-content .countdownInner {
  width: 69%;
  display: flex;
}
#connect-content .countdownWrapper.ATW .countdownInner {
  width: 79%;
}
#connect-content .countdownWrapper .btnWrapper {
  margin: 0;
  width: 22%;
  text-align: right;
}
#connect-content .countdownWrapper .btnWrapper a {
  margin: 0;
}
#connect-content .clock-canvas {
  display: none;
}
#connect-content .countdown .row {
  margin: 0;
}
#connect-content .countdown .clock {}
#connect-content .countdown .row .col-md-3 {
  margin: 0;
  padding: 0;
}
#connect-content .countdown .inner {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
#connect-content .countdown .inner .text {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#connect-content .countdown .inner .text h3 {
  line-height: 1;
  color: #004280;
}
#connect-content .countdown .clock-item .inner .text::after {
  content: ':';
  position: absolute;
  right: 0;
  font-size: 44px;
  font-weight: bold;
  color: #004280;
}
#connect-content .countdown .clock-item:last-child .inner .text::after {
  content: none;
}
#connect-content .countdown .inner .text p {
  color: #666;
  font-size: 22px;
  padding-left: 13px;
  line-height: 44px;
}
.countdown-bg .arrow {
  position: absolute;
  bottom: 1%;
  left: 50%;
  width: 44px;
  height: 78px;
  border-radius: 22px;
  background-color: #4073a3;
  text-align: center;
  display: block;
  transform: translate(-50%, 0%);
}
.countdown-bg .arrow i {
  font-size: 35px;
  color: #fff;
  transform: translate(0, 56%);
}
.content-bg {
  background: url(../images/content-bg.jpg) top center;
  background-repeat: no-repeat;
}
/*Live*/
#connect-content .countdown-bg.live {
  min-height: 274px;
}
#connect-content .countdown-bg.live .countdownWrapper {
  padding: 20px 50px;
  height: auto;
}
#connect-content .live a.btn.btn-primary {
  background-color: red;
  border-color: red;
  color: #fff;
}
#connect-content .live a:hover.btn.btn-primary {
  background-color: #d60000;
}
/*End of countdown*/
#connect-content .countdown-bg.end {
  background: url(../images/countdown-end.png) top center;
  height: 86px;
}
#connect-content .countdown-bg.end {
  display: none;
}
#connect-content .content-bg.countdown-end {
  background: url(../images/countdown-end.jpg) top center;
  background-repeat: no-repeat;
}
.content-bg.countdown-end .spot {
  padding: 120px 0 70px;
}
/*Topic*/
.content-bg .topic {
  padding-top: 50px;
}
.topic-wrapper {
  padding-bottom: 100px;
  padding-top: 20px;
}
.topic-wrapper .topic-item {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  width: 99%;
  background-color: #fff;
}
.topic-wrapper .topic-item .card-linkmask {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
}
.topic-wrapper .topic-item .itemWrapper {
  padding: 15px 25px 0;
}
.topic-item h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
.topic-item p {
  margin-bottom: 3px;
}
.topic-item p.location {
  margin-bottom: 0;
}
.topic-item p.location i {
  margin-right: 6px;
}
#connect-content .topic-item .btnWrapper {
  padding: 0 25px 15px;
}
#connect-content .topic-item .btnWrapper a.btn {
  position: relative;
  z-index: 2;
}
.owl-carousel.owl-drag .owl-item:last-child {
  margin-right: 0 !important;
}
/*Spot light*/
.spot {
  padding: 50px 0 70px;
}
.spot-info .sopt-video {
  float: left;
  max-width: 560px;
  width: 45%;
  position: relative;
}
.sopt-video img {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.spot-content ul.point {
  margin-left: 20px;
  list-style: none;
}
.spot-content ul.point li {
  text-indent: 1.5em;
  margin-bottom: 8px;
}
.spot-content ul.point li::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  font-weight: bold;
  display: inline-block;
  margin-right: 23px;
  margin-left: -4.5em;
  width: 1.5em;
  text-align: center;
}
.spot-content .point {
  margin-bottom: 20px;
}
.spot-content .point i {
  margin-right: 6px;
  font-size: 32px;
  vertical-align: middle;
}
.spot-info .sopt-video .wistia_embed {
  width: 100% !important;
}
/*.spot-info .spot-content {
  float: left;
  width: 100%;
  margin-left: 0%;
}*/

/*Event notice*/
.benefit.event-notice {
  margin: 50px 0 50px;
}
.benefit.event-notice .benefit-content, .benefit.highlights .benefit-content, .transportation .benefit-content {
  position: relative;
  top: 0;
}
.benefit.highlights {
  background-color: #f2f2f2;
  padding: 60px 0 70px;
}
/*Speaker*/
.speakerArea {
  padding: 10px 0 20px;
  margin: 50px 0;
}
#connect-content .speakerWrapper {
  margin: 70px 0 0 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#connect-content .speakerWrapper.center {
  justify-content: center;
}
#connect-content .speakerWrapper .card-inner {
  flex-basis: calc(25% - 20px);
  padding: 0;
  margin-right: 20px;
  margin-bottom: 30px;
}
#connect-content .benefit-content .cardWrapper .icon-card {
  flex-basis: calc(33.33% - 20px);
  padding: 0;
  margin: 0 auto;
}
#connect-content .speakerWrapper .card-inner:nth-child(4n), #connect-content .benefit-content .cardWrapper .icon-card:nth-child(4n) {
  margin-right: 0;
}
#connect-content .speakerWrapper .card-inner .photo {
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
}
#connect-content .speakerWrapper .card-inner .photo img {
  width: 100%;
  aspect-ratio: 4 / 3;
}
#connect-content .speakerWrapper .card-inner .speakerInfo {
  text-align: center;
  margin-top: 12px;
}
/*Conference Highlights*/
#connect-content .benefit-content .cardWrapper .icon-card {
  background-color: #fff;
  border-top: 6px solid #004280;
  text-align: center;
  padding: 25px 30px;
}
#connect-content .benefit-content .cardWrapper .icon-card .info {}
#connect-content .benefit-content .cardWrapper .icon-card .info ul {
  margin: 15px 0 0 15px;
}
#connect-content .benefit-content .cardWrapper .icon-card .info li {
  font-size: 16px;
  text-align: left;
  margin-bottom: 5px;
}
#connect-content .benefit-content .cardWrapper .icon-card .icon {
  width: 72px;
  height: 72px;
  background-color: #4c7aa6;
  border-radius: 35px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
#connect-content .benefit-content .cardWrapper .icon-card .icon i {
  color: #fff;
  font-size: 44px;
  line-height: 72px;
}
#connect-content .benefit-content .cardWrapper .icon-card h2 {
  margin-bottom: 6px;
}
#connect-content .transportation {
  background-color: #f2f2f2;
  padding: 60px 0 20px;
  margin-bottom: 0px;
}
#connect-content .transportation .benefit-content .cardWrapper .icon-card {
  flex-basis: unset;
  width: 49%;
  margin-right: 2%;
}
#connect-content .transportation .benefit-content .cardWrapper .icon-card:last-child {
  margin-right: 0;
}
#connect-content .transportation .benefit-content .cardWrapper .icon-card .info-inner {
  text-align: left;
  margin-bottom: 15px;
}
#connect-content .transportation .benefit-content .cardWrapper .icon-card .info-inner:last-child {
  margin-bottom: 0px;
}
#connect-content .transportation .benefit-content .cardWrapper .icon-card .info-inner h4 {
  font-weight: bold;
  margin-bottom: 3px;
}
#connect-content .transportation .benefit-content .cardWrapper .icon-card .info-inner ul {
  list-style: none;
}
#connect-content .transportation .benefit-content .cardWrapper .icon-card .info-inner ul li {
  margin-bottom: 6px;
}
#connect-content .transportation .benefit-content .cardWrapper .icon-card .info-inner ul.disc {
  list-style: disc;
  margin-left: 25px;
}
/*----------------------------------------
 Our Partner
----------------------------------------*/
#connect-content .partner {
  width: 100%;
  margin: 40px 0;
}
#connect-content .partner .logo {
  width: 20%;
  float: left;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#connect-content .partner .logo img {
  width: 100%;
}
/*insight*/
.insight-bg {
  background: url(../images/blue-bg.jpg) top center;
  background-repeat: no-repeat;
  background-color: #d3dde6;
  padding-top: 150px;
}
.insight-bg.ATW {
  background: url(../images/blue-bg-ATW.jpg) top center;
  background-repeat: no-repeat;
  background-color: #d3dde6;
}
#connect-content .insightCard-wrapper, #connect-content .video .videoWrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.insightCard img, .video .videoWrapper .videoCard img {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.insightCard a:hover img, .video .videoWrapper .videoCard a:hover img {
  opacity: 0.8;
}
.insightCard, .video .videoWrapper .videoCard {
  flex-basis: calc(33.33% - 15px);
  margin-right: 15px;
  padding: 0;
  margin-bottom: 15px;
}
.insightCard:nth-child(3n), .video .videoWrapper .videoCard:nth-child(3n) {
  margin-right: 0;
}
.insightCard, .video .videoWrapper .videoCard .videoImage {
  position: relative;
}
.videoWrapper .videoCard .videoImage .video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.insightCard, .video .videoWrapper .videoCard .videoImage .video-icon i {
  color: #fff;
  font-size: 44px;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
}
.insightCard .content {
  position: absolute;
  bottom: 0;
  color: #fff;
  padding: 15px 20px;
}
/*New Video list*/
.videoList {
  margin-bottom: 50px;
}
.videoList .list {
  display: flex;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.videoList .list:last-child {
  border-bottom: none;
}
.videoList .list .cover-img {
  width: 32%;
  position: relative;
}
.videoList .list .cover-img img {
  width: 100%;
}
.videoList .list .cover-img a:hover img {
  opacity: 0.8;
}
.videoList .list .cover-img .video-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
}
.videoList .list .cover-img .video-icon i {
  color: #fff;
  font-size: 44px;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
}
.videoList .video-info {
  margin-left: 3%;
  margin-top: 2%;
  width: 65%;
}
.videoList .video-info h3 a {
  font-weight: bold;
}
/*Video*/
.video {
  padding: 70px 0;
}
.video .videoWrapper .video-info {
  padding: 10px 0;
}
.more-video {
  background-color: #4071a0;
  color: #fff;
  border: 1px solid #004280;
  border-radius: 80px;
  height: 120px;
  padding: 0 40px;
  align-items: center;
  display: flex;
  box-shadow: 2px 3px 0px 1px #69696929;
}
.more-video.ATW {
  justify-content: space-evenly;
}
.more-video h3, .more-video h4 {
  width: 32%;
}
.more-video h4 {
  width: 40%;
}
.more-video h3 {
  border-right: 1px solid #fff;
  padding-right: 30px;
  margin-right: 30px;
  margin-bottom: 0;
}
.more-video.ATW h3 {
  width: 223px;
}
.more-video.IIoT {
  width: 70%;
  margin: 0 auto;
  background-color: #f2f2f2;
  justify-content: space-around;
}
.more-video.IIoT h3 {
  width: auto;
  color: #333;
  border-right: none;
}
#connect-content .more-video.IIoT .btnWrapper {
  width: auto;
}
#connect-content .more-video .btnWrapper {
  width: 30%;
  text-align: right;
}
#connect-content .more-video a.btn {
  margin: 0;
}
#connect-content .topic-item a.btn {
  font-size: 16px;
}
.video .videoWrapper .video-info p {
  color: #333;
}
.video .videoWrapper a:hover, .video .videoWrapper a:active, .video .videoWrapper a:focus {
  text-decoration: none;
}
/*ATW*/
.benefit .ATW-info .cardItem h3.title {
  font-weight: bold;
  margin-bottom: 12px;
}
.benefit .ATW-info .cardItem ul {
  margin-left: 20px;
}
.benefit .ATW-info .cardItem ul li {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 8px;
}
/*----------------------------------------
  Hotel
----------------------------------------*/
.hotelWrapper, .profileWrapper, .activityWrapper, .transpWrapper {
  background-color: #fff;
  padding: 25px;
}
.info ul.mw-820 {
  margin: 0 0 20px 20px;
}
.hotelWrapper .hotelCard {
  display: flex;
  border: 1px solid #ccc;
  margin-bottom: 25px;
}
.hotelWrapper .hotelCard .hote-pic {
  position: relative;
  width: 36%;
  min-height: 304px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotelWrapper .hotelCard .hote-pic .reviews {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  color: #000;
  padding: 8px 15px;
  top: 20px;
  left: 0;
}
.hotelWrapper .hotelCard .hote-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hotelWrapper .hotelCard .hotel-info {
  margin: 25px 20px 25px 3%;
  width: 61%;
}
.information {
  margin: 15px 0;
}
.information .room ul {
  margin-left: 20px;
  margin-bottom: 6px;
}
#connect-content .hotel-info .btnWrapper, #connect-content .profileWrapper .btnWrapper {
  margin-bottom: 0;
}
#connect-content .hotel-info a.btn.btn-primary, #connect-content .profileWrapper a.btn.btn-primary, #connect-content .activityWrapper a.btn.btn-primary, #connect-content .activityWrapper .form .btnWrapper button {
  background-color: #336899;
  border: 1px solid #336899;
  color: #fff;
  min-width: 150px;
}
#connect-content .activityWrapper .form .btnWrapper button {
  cursor: pointer;
}
#connect-content .hotel-info a.btn.btn-primary:hover, #connect-content .profileWrapper a.btn.btn-primary:hover, #connect-content .activityWrapper a.btn.btn-primary:hover {
  background-color: #004280;
  border-color: #004280;
}
#connect-content .hotel-info .btnWrapper span, #connect-content .profileWrapper .btnWrapper span {
  font-size: 16px;
}
#connect-content .hotel-info .btnWrapper span a:hover, .hotelWrapper .hotelCard .hotel-info a:hover {
  text-decoration: underline;
}
#connect-content .hotel-info a {
  text-decoration: underline;
}
#connect-content .btnWrapper a {
  text-decoration: none;
}
/*step-bar*/
.process {
  position: fixed;
  bottom: 0px;
  background-color: #e2e2e2;
  padding: 15px 0;
  border-top: 2px solid #ccc;
  z-index: 3;
}
.process .stepWrapper {
  display: flex;
  align-items: center;
}
.step {
  width: 75%;
}
.stepWrapper .btnWrapper {
  width: 30%;
  margin-left: 3%;
  text-align: right;
}
.step-bar {
  display: flex;
  counter-reset: step;
  text-align: center;
}
.step-bar li {
  list-style: none;
  display: inline-block;
  width: 100%;
  position: relative;
  text-align: center;
  color: #555;
}
.step-bar li:after {
  content: counter(step);
  counter-increment: step;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #666;
  border-radius: 100%;
  display: block;
  text-align: center;
  margin: 5px auto 10px auto;
  background-color: #666;
  color: #fff;
}
.step-bar li.done:after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f00c";
}
.step-bar li:before {
  content: "";
  position: absolute;
  width: 88%;
  height: 1px;
  background-color: #adadad;
  bottom: 25px;
  left: -44%;
}
.step-bar li:first-child:before {
  content: none;
}
.step-bar li.active, .step-bar li.done {
  color: #004280;
}
.step-bar li.active:after, .step-bar li.done:after {
  border-color: #004280;
  color: #fff;
  background-color: #004280;
}
.step-bar li.done + li:before {
  background-color: #004280;
}
.stepWrapper .btnWrapper .btn {
  color: #000;
  font-weight: bold;
  padding: 8px 25px;
  line-height: 1.5;
  border-radius: 25px;
  border: 2px solid #f39a00;
}
.stepWrapper .btnWrapper .btn.btn-primary {
  background-color: #f39a00;
}
.stepWrapper .btnWrapper .btn.btn-secondary {
  background-color: #fff;
  margin-right: 8px;
}
.stepWrapper .btnWrapper .btn.btn-primary:hover, .stepWrapper .btnWrapper .btn.btn-secondary:hover {
  background-color: #e78c00;
  border: 2px solid #e78c00;
}
/*----------------------------------------
  Profile
----------------------------------------*/
.profileWrapper {
  margin-bottom: 20px;
}
.profileWrapper:last-child {
  margin-bottom: 40px;
}
.profileWrapper h3 {
  margin-bottom: 8px;
}
.personalCard h4 {
  font-weight: bold;
  margin-bottom: 8px;
}
.profileWrapper .info.personal {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.personalCard {
  width: 32%;
  border: 1px solid #ccc;
  padding: 20px 25px;
  margin-right: 2%;
}
.personal-info {
  margin: 0px 0 20px;
}
.personal-info p {
  margin-bottom: 8px;
}
.personal-info span.title {
  font-weight: bold;
  margin-right: 5px;
}
.personal-info .view i {
  margin-right: 3px;
}
.personal-info .img-upload a:hover {
  text-decoration: underline;
}
.party-info p {
  margin-bottom: 15px;
}
.radioBtn {
  margin-top: 15px;
}
.radioBtn input[type="radio"], .shirt-size input[type="radio"], .mb-size input[type="radio"] {
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  cursor: pointer;
  margin-right: 3px;
}
.radioBtn label {
  font-size: 16px;
  margin-left: 2px;
  margin-bottom: 10px;
  cursor: pointer;
  display: inline-block;
}
.shirt-size label {
  cursor: pointer;
}
.shirt {
  display: flex;
}
.mb-size {
  display: none;
}
table.shirt-size {
  border-collapse: collapse;
  border: 1px solid #ccc;
  margin-top: 12px;
  width: 74%;
}
.shirt-size thead tr {
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
}
.shirt-size thead tr th {
  background-color: #fff;
  border-bottom: 2px solid #ccc;
}
.shirt-size thead tr th, .shirt-size tbody tr td {
  padding: 12px 18px;
  font-size: 16px;
  text-align: center;
}
.shirt-size tbody tr {
  background-color: #f2f2f2;
  border-bottom: 1px solid #ccc;
}
.shirt-size .title {
  text-align: left;
  width: 165px;
}
.shirt .shirt-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-left: 3%;
  width: 33%;
  background-color: #f2f2f2;
  text-align: center;
}
.shirt .shirt-img img {
  max-width: 100%;
  max-height: 200px;
  display: block;
}
/*toast-message*/
.toast-message {
  width: 820px;
  position: fixed;
  z-index: 100;
  bottom: 110px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #333;
}
.toast-message .successful {
  background-color: #E5F4E5;
  padding: 12px 25px;
  border: 1px solid #009100;
}
.toast-message .error {
  background-color: #ffeaea;
  padding: 12px 25px;
  border: 1px solid #ff0000;
}
.toast-message i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 3px;
}
.toast-message .successful i {
  color: #009100;
}
.toast-message .error i {
  color: #ff0000;
}
.toast-message .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  cursor: pointer;
}
.jump-box-wrapper .formgroup, .form.single {
  margin-top: 12px;
}
.formgroup.col2 .formItem label {
  margin-bottom: 0;
}
.form.single {
  margin-bottom: 0;
}
.form.single .formgroup.col2 .formItem {}
.jump-box-wrapper .single .formgroup {
  margin-top: 0;
}
.jump-box-wrapper .formgroup:first-child {
  margin-top: 0;
}
.remind {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.3;
}
/*----------------------------------------
  Team Building
----------------------------------------*/
.TB-cardWrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.TB-cardWrapper .TB-card, .party-card {
  position: relative;
  width: 32%;
  margin-right: 2%;
  border: 2px solid #ccc;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
.TB-cardWrapper .TB-card:last-child, .TB-cardWrapper .party-card {
  margin-right: 0;
}
.TB-cardWrapper .TB-card:hover, .TB-card.active {
  border: 2px solid #004280;
  -moz-transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.TB-cardWrapper .TB-card .card-linkmask {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
}
.TB-cardWrapper .TB-card .TB-img img, .party-card .TB-img img {
  width: 100%;
}
.TB-cardWrapper .TB-card .TB-info, .TB-cardWrapper .party-card .TB-info {
  margin: 20px;
}
#connect-content .activityWrapper .TB-cardWrapper .TB-card .btnWrapper {
  padding-top: 0;
}
.TB-cardWrapper .TB-card .TB-info .detail {}
.TB-info h4 {
  font-weight: bold;
  margin-bottom: 8px;
}
.detail p {
  margin-bottom: 3px;
}
.detail p:last-child {
  margin-bottom: 0px;
}
.detail i {
  margin-right: 5px;
  color: #004280;
  width: 16px;
}
#connect-content .activityWrapper .btnWrapper {
  display: flex;
  padding: 20px;
  margin: 0;
}
#connect-content .activityWrapper .TB-card a.btn {
  width: 49%;
  padding: 8px 10px;
  min-width: auto;
}
#connect-content .activityWrapper a.btn.btn-secondary {
  margin-right: 2%;
}
#connect-content .activityWrapper a.btn.btn-primary {
  margin-right: 0;
}
.TB-cardWrapper .TB-card a.btn {
  z-index: 2;
}
.formWrapper {
  background-color: #E0E0E0;
}
.formWrapper .formInner h4 {
  font-weight: bold;
  margin-bottom: 8px;
}
p.privacy-policy {
  margin-bottom: 8px;
}
.privacy-policy a {
  text-decoration: underline;
}
.formWrapper .form {
  margin-top: 25px;
}
.formgroup {
  display: flex;
}
.formgroup .formItem {
  margin-bottom: 15px;
  width: 100%;
}
.formgroup.col2 .formItem {
  width: 49%;
  margin-right: 2%;
}
.formgroup.col2 .formItem:last-child {
  margin-right: 0;
}
.jump-box-wrapper .formgroup .formItem {
  margin-bottom: 0;
}
.formgroup .formItem label {
  font-size: 16px;
  width: 100%;
  display: block;
  text-align: left;
  margin-bottom: 7px;
}
.formItem .message, .attachment-area .message {
  text-align: left;
  margin-top: 7px;
}
.message .error-message, .formgroup .formItem.error label {
  color: #ff0000;
}
.formgroup .formItem.error input, .formgroup .formItem.error select, .formgroup .formItem.error textarea {
  border-color: #ff0000;
}
.formItem.error .message, .attachment-area.error .message {
  display: block;
}
.formItem .birth-select {
  display: flex;
}
select.date {
  color: #757575 !important;
}
select.date option {
  color: #000;
}
.formgroup .formItem input, .formgroup .formItem select, .formgroup .formItem textarea {
  font-size: 16px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 3px;
}
.formgroup .formItem textarea {
  min-height: 100px;
}
.formItem .birth-select select {
  margin-right: 2%;
}
.formItem .birth-select select:last-child {
  margin-right: 0;
}
.attachment-area {
  text-align: left;
  margin-bottom: 15px;
}
.attachment-area .file-upload {
  display: flex;
  margin-top: 7px;
  padding: 10px 15px;
  background-color: #CCCCCC;
}
.attachment-area .file-upload p {
  width: 90%;
}
.attachment-area .file-upload .icon {
  width: 10%;
  text-align: right;
}
.attachment-area .file-upload .icon span i {
  font-size: 16px;
  line-height: 1.5;
  color: #004280;
  margin-left: 6px;
  vertical-align: middle;
}
.attachment-area .attachmentBtn {
  margin-top: 12px;
  font-size: 16px;
}
.attachment-area .attachmentBtn i {
  margin-right: 3px;
}
#connect-content .activityWrapper .form .btnWrapper {
  display: block;
}
#connect-content .activityWrapper:last-child {
  margin-top: 20px;
}
/*----------------------------------------
  Transportation
----------------------------------------*/
.transport {
  margin-top: 25px;
}
.transport span.bus-icon {
  margin-right: 6px;
}
.transport span.arrow {
  margin: 0 6px;
}
.transport table {
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0 30px;
  border: 1px #cccccc solid;
}
.transport thead tr {
  background-color: #d8e8f5;
}
.transport tbody tr {
  background-color: #f2f2f2;
}
.transport tbody tr:nth-child(odd) {
  background-color: #ffff;
}
.transport thead th, .transport tbody td {
  padding: 14px 18px;
  font-size: 16px;
  text-align: left;
}
.transport tbody td:first-child {
  width: 38%;
}
.transpWrapper {
  margin-bottom: 50px;
}
/*Upload Box*/
#file-select {
  display: none;
}
#uploadBox {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  z-index: 999;
  display: none;
  top: 0;
  left: 0;
}
#uploadBox h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
}
#uploadBox p {
  font-size: 16px;
  line-height: 1.5;
}
#uploadBox .jumpbox {
  width: 500px;
  min-height: 230px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#uploadBox .closeWrapper {
  padding: 2px 8px;
  border-bottom: 1px solid #ccc;
}
#uploadBox .closeWrapper .close {
  font-size: 30px;
}
#uploadBox .closeWrapper i {
  float: right;
  display: block;
  font-size: 22px;
  cursor: pointer;
}
#uploadBox .jumpbox .uploadArea {
  padding: 25px 25px 30px 25px;
  text-align: center;
  font-size: 16px;
  color: #4d4d4d;
}
#uploadBox .jumpbox .uploadArea i {
  margin-bottom: 12px;
  font-size: 40px;
  color: #999;
}
#uploadBox .jumpbox .uploadArea .btn {
  margin: 0px 0 10px;
  padding: 0;
}
#uploadBox .jumpbox .uploadArea .btn button, #uploadBox .jumpbox .uploadArea .btn .file-button {
  background-color: #336899;
  border: 1px solid #336899;
  color: #fff;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 20px;
}
#uploadBox .jumpbox .uploadArea .btn button:hover, #uploadBox .jumpbox .uploadArea .btn .file-button:hover {
  background-color: #004280;
  border: 1px solid #004280;
}
#uploadBox .uploadArea .error-message {
  color: #ff0000;
  margin-bottom: 5px;
}
/*Team building jump box*/
#jump-box.jump-box-container .jump-box-wrapper.TB-schedule {
  max-width: 960px;
  max-height: 90%;
  padding: 35px;
}
.TB-schedule .schedule {
  text-align: center;
  margin-bottom: 8px;
}
.TB-schedule .schedule span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
#jump-box.jump-box-container .jump-box-wrapper.TB-schedule .schedule-Wrapper {
  margin: 20px 0 20px 6px;
  border-left: 3px dashed #f39a00;
}
#jump-box.jump-box-container .jump-box-wrapper.TB-schedule .schedule-Wrapper h5 {
  font-size: 16px;
  font-weight: bold;
}
#jump-box.jump-box-container .jump-box-wrapper.TB-schedule .schedule-Wrapper h5::before {
  content: '\f111';
  font-family: "Font Awesome 5 Pro";
  color: #f39a00;
  margin-left: -8px;
  padding-right: 12px;
  font-size: 12px;
  float: left;
  line-height: 2;
  font-weight: bold;
}
.schedule-Wrapper .schedule-inner {
  padding-bottom: 15px;
}
.schedule-Wrapper .schedule-inner:last-child {
  padding-bottom: 0px;
}
.schedule-Wrapper .imgWrapper {
  margin-left: 15px;
}
.schedule-Wrapper .imgWrapper .TB-img {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
.schedule-Wrapper .TB-img div {
  width: 48%;
  margin-right: 2%;
}
.schedule-Wrapper .TB-img img {
  width: 100%;
}
.dp__action_button {
  line-height: inherit;
}
.dp__action_select, .dp__range_end, .dp__range_start, .dp__active_date, .dp__overlay_cell_active {
  background: #336899;
}
/*----------------------------------------
  Footer
----------------------------------------*/
#advan-footer {
  clear: both;
  padding-top: 80px;
}
.footer-bg {
  min-height: 200px;
  background: url("../images/footer.png") bottom center;
  background-repeat: no-repeat;
  padding-top: 100px;
}
.footer-bg.blue-bg {
  background-color: #d3dde6;
}
.white-bg {
  background-color: #fff;
}
.footer-link {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
}
.footer-link .related-web {
  float: left;
}
.footer-link .related-web span {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #999;
}
.footer-link .related-web span:last-child {
  border-right: 0;
}
.footer-link .related-web span a {
  color: #fff;
}
.footer-link .social-media {
  float: right;
}
.footer-link .social-media i {
  font-size: 20px;
  margin-left: 8px;
  color: #fff;
}
.footer-copyright {
  float: left;
}
.footer-copyright li {
  float: left;
  list-style: none;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding: 0 8px;
  border-left: 1px solid #999;
}
.footer-copyright li.copr-first {
  padding-left: 0;
  border-left: none;
}
.footer-copyright li a {
  display: block;
  color: #fff;
}
/*calendar*/
.calendar-container {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #1717177d;
  position: fixed;
  z-index: 1001;
  top: 0;
  left: 0;
  padding-top: 150px;
}
.calendar-container .calendarWrapper {
  width: 80%;
  max-width: 350px;
  padding: 0;
  margin: 0 auto;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  border-radius: 3px;
}
.calendarWrapper .list {
  display: block;
  line-height: 100%;
  background: #fff;
  text-decoration: none;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  padding: 14px 10px 14px 55px;
  margin: -2px 0px;
}
.calendarWrapper .list:hover {
  background-color: #f4f4f4;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.calendarWrapper .list span {
  font-weight: normal;
  font-style: italic;
  padding-left: 5px;
  color: #666;
  font-size: 13px;
}
.calendarWrapper .apple-icon {
  background: url("../images/icon-apple.svg") 18px 40% no-repeat;
  background-size: 22px 100%;
}
.calendarWrapper .google-icon {
  background: url("../images/icon-google.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}
.calendarWrapper .office-icon {
  background: url("../images/icon-office365.svg") 19px 50% no-repeat;
  background-size: 18px 100%;
}
.calendarWrapper .outlook-icon {
  background: url("../images/icon-outlook.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}
.calendarWrapper .outlookcom-icon {
  background: url("../images/icon-outlookcom-t5.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}
.calendarWrapper .yahoo-icon {
  background: url("../images/icon-yahoo.svg") 18px 50% no-repeat;
  background-size: 22px 100%;
}
.calendarWrapper .close {
  position: absolute;
  right: 7px;
  top: 1px;
  font-size: 30px;
}
#advan-footer.my-agenda {
  background-color: #444;
  padding: 10px 0;
  min-height: inherit;
  line-height: 0;
}
/*----------------------------------------
  Sponsors
----------------------------------------*/
.sponsor .area-title {
  text-align: center;
  margin-bottom: 25px;
}
.sponsor .sponsor-content {
  display: flex;
  flex-wrap: wrap;
}
.sponsor .sponsorWrapper {
  padding-top: 20px;
  margin-bottom: 20px;
}
.sponsor .sponsorWrapper .sponsorInner {
  background-color: #fff;
  padding: 20px 25px;
  margin-right: 2%;
  margin-bottom: 2%;
}
.sponsor .sponsor-content.col2 .sponsorInner {
  width: 49%;
}
.sponsor .sponsor-content.col2 .sponsorInner:nth-child(even) {
  margin-right: 0;
}
.sponsor .sponsor-content.col2 .sponsorInner .logo {
  height: 80px;
  margin-bottom: 20px;
}
.sponsor .sponsor-content .sponsorInner .logo img {
  height: 100%;
}
.sponsor .sponsor-content .sponsorInner .content h4 {
  font-weight: bold;
  margin-bottom: 6px;
}
.sponsor .sponsor-content .sponsorInner .content h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
.sponsor .sponsor-content.col4 .sponsorInner {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.sponsor .sponsor-content.col4 .sponsorInner:nth-child(4n) {
  margin-right: 0;
}
.sponsor .sponsor-content.col4 .sponsorInner .logo {
  height: 60px;
  margin-bottom: 20px;
}

.TBD {
	margin-top: 30px; 
	color: #336899;
	display:block;
	text-align:center;
}

@media screen and (min-width:2000px) {
  #connect-content #connect-kv.homepage {
    background-size: cover;
    background-position: bottom;
  }
  #connect-content .homepage .videoWrapper video, #connect-content .videoWrapper .wistia_responsive_wrapper {
    width: 960px;
    right: 95px;
  }
  .benefit {
    min-height: 393px;
  }
  .bg-element {
    background-repeat: no-repeat;
    background-size: cover;
  }
  #advan-footer {
    padding: 20px 0;
    background-image: none;
    background-color: #444;
    min-height: auto;
  }
  /*IIoT*/
  #connect-content #connect-kv.IIoT {
    background-size: cover;
    background-position: bottom;
  }
  #connect-content .IIoT .videoWrapper video {
    width: 940px;
    right: 95px;
  }
  .IIoT .mask {
    background: url(../images/session-video-mask-2000.png) top right;
    background-size: contain;
    background-repeat: no-repeat;
  }
  .countdown-bg {
    background-size: cover;
  }
  .content-bg, #connect-content .content-bg.countdown-end {
    background-size: contain;
  }
  .insight-bg, .insight-bg.ATW {
    background-size: contain;
  }
}
@media screen and (max-width:1440px) {
  .row-1400px {
    padding: 0 4%;
    box-sizing: border-box;
  }
  .header-menu .topicDate ol {
    margin-left: 0;
  }
  #connect-content .topicKV {
    width: 45%;
  }
  #connect-content .video-img {
    width: 53%;
  }
  .header-menu ul li {
    padding: 0 10px;
    margin-left: 0;
  }
  .homepage .mask {
    background: url("../images/video-mask-1400.png") top right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 592px;
    position: absolute;
    top: 0;
    z-index: 99;
  }
  #connect-content .homepage .videoWrapper {
    width: 100%;
    height: 617px;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #connect-content .homepage .videoWrapper video, #connect-content .videoWrapper .wistia_responsive_wrapper {
    width: 65.6%;
    position: absolute;
    object-fit: cover;
    right: -95px;
    top: 0;
  }
  #connect-content .homepage-kv .video-icon i {
    right: 21%;
    top: 9%;
  }
  .countdown-bg {
    padding: 0 2%;
  }
  .benefit {
    min-height: 260px;
  }
  .benefit .arrow {
    bottom: 3%;
  }
  .benefit .benefit-content {
    top: -148px;
  }
  /*IIoT*/
  .IIoT .mask {
    background: url("../images/session-video-mask-1400.png") top right;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 592px;
    position: absolute;
    top: 0;
    z-index: 99;
  }
  #connect-content .IIoT .videoWrapper {
    width: 100%;
    height: 566px;
    position: relative;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #connect-content .IIoT .videoWrapper video {
    width: 65%;
    position: absolute;
    object-fit: cover;
    right: -95px;
    top: 0;
  }
}
@media screen and (max-width:1200px) {
  .row-maxwidth-98pct {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
  }
  h1 {
    font-size: 44px;
  }
  h2 {
    font-size: 36px;
  }
  h3.title, h3 {
    font-size: 22px;
    line-height: 1.3;
  }
  h4 {
    font-size: 18px;
    line-height: 1.4;
  }
  p {
    font-size: 14px;
    line-height: 1.5;
  }
  .spot-content .point i {
    font-size: 22px;
  }
  #connect-content .homepage .videoWrapper video, #connect-content .videoWrapper .wistia_responsive_wrapper {
    right: -77px;
  }
  #connect-content .IIoT .videoWrapper {
    height: 500px;
  }
  #connect-content #connect-kv .homepage-kv .kv-content {
    width: 56%;
  }
  #connect-content #connect-kv.IIoT .homepage-kv .kv-content {
    width: 500px;
  }
  #connect-content .kv-content p {
    font-size: 22px;
  }
  #connect-content .countdown .inner .text p {
    padding-left: 5px;
  }
  #connect-content .countdown .clock-item .inner .text::after {
    font-size: 36px;
  }
  #connect-content .countdownWrapper .countdown-info {
    width: 28%;
  }
  #connect-content .countdownInner {
    width: 75%;
  }
  #connect-content .countdown {
    width: 83%;
  }
  #connect-content .countdownWrapper .btnWrapper {
    width: 22%;
  }
  #connect-content .tabWrapper .date-tab h2 {
    font-size: 26px;
  }
  #connect-content .tabWrapper .date-tab span {
    font-size: 16px;
    line-height: 1.4;
  }
  .more-video.IIoT {
    height: 90px;
  }
  .more-video.ATW h3 {
    width: 175px;
  }
  #connect-content .hotel-info .btnWrapper span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
  }
  .shirt-size thead tr th, .shirt-size tbody tr td {
    padding: 12px;
  }
  .radioBtn label {
    font-size: 14px;
  }
  .radioBtn input[type="radio"] {
    width: 14px;
    height: 14px;
  }
  .shirt-size thead tr th, .shirt-size tbody tr td {
    font-size: 14px;
  }
  .shirt-size .title {
    width: 135px;
  }
  .shirt-size input[type="radio"] {
    width: 14px;
    height: 14px;
  }
  /*Team building*/
  .formgroup .formItem label, .formgroup .formItem input, .formgroup .formItem select, .formgroup .formItem textarea {
    font-size: 14px;
  }
  .attachment-area .attachmentBtn {
    font-size: 14px;
  }
  .transport thead th, .transport tbody td {
    font-size: 14px;
    line-height: 1.5;
  }
  .personalCard {
    width: 49%;
  }
  .personalCard:last-child {
    margin-right: 0;
  }
  .sponsor .sponsor-content .sponsorInner .content h5 {
    font-size: 14px;
  }
}
@media screen and (max-width:1100px) {
  #connect-content #connect-kv {
    background: url(../images/topbanner-bg.jpg) bottom center;
  }
  .benefit {
    min-height: 135px;
  }
  .benefit .benefit-content {
    top: -247px;
  }
  #connect-content .homepage-kv .video-icon i {
    top: 7%;
  }
  .benefit .arrow {
    height: 66px;
    bottom: 4%;
  }
  .benefit .arrow i {
    font-size: 30px;
  }
  .benefit .cardItem .icon i {
    font-size: 36px;
  }
  #connect-content #connect-kv.IIoT .homepage-kv .kv-content {
    width: 450px;
  }
  .IIoT .mask {
    height: 435px;
  }
  #connect-content .IIoT .videoWrapper {
    height: 395px;
  }
  #connect-content .countdown {
    width: 74%;
  }
  #connect-content .countdownWrapper .btnWrapper {
    width: 26%;
  }
  .countdown-info h3, h3.val {
    text-align: center;
  }
  #connect-content .countdown .clock-item .inner .text::after {
    font-size: 22px;
  }
  .sponsor .sponsor-content.col4 .sponsorInner .logo {
    height: 50px;
  }
}
@media screen and (max-width:960px) {
  .header-menu ul li {
    padding: 0 8px;
  }
  .header-menu ul .btn {}
  #connect-content .contentWrapper {
    top: 85px;
  }
  #connect-content #connect-kv.IIoT .homepage-kv .kv-content {
    width: 420px;
  }
  #connect-content .countdownWrapper .countdown-info {
    width: 20%;
  }
  #connect-content .countdownInner {
    width: 80%;
  }
  #connect-content .countdown {
    width: 75%;
  }
  .countdown-bg {
    padding: 0 4%;
    min-height: 235px;
  }
  #connect-content .countdown .clock-item .inner .text::after {}
  #connect-content .countdownWrapper .btnWrapper {
    width: 25%;
  }
  #connect-content .countdownWrapper {
    display: block;
    padding: 3% 3% 2%;
    height: auto;
  }
  #connect-content .countdownWrapper .countdown-info, #connect-content .countdownWrapper.ATW .countdown-info {
    width: 100%;
    border: none;
    padding: 0;
    margin: 0;
  }
  #connect-content .countdownInner {
    wisth: 100%;
  }
  #connect-content .countdownInner {
    width: 100%;
  }
  #connect-content .countdown .inner .text p {
    padding-left: 8px;
    font-size: 16px;
  }
  /*live*/
  #connect-content .countdown-bg.live {
    min-height: 298px;
  }
  #connect-content .countdown-bg.live .countdownWrapper {
    border-radius: 6px;
    padding: 20px 25px;
  }
  #connect-content .live .countdownWrapper .btnWrapper {
    text-align: left;
    margin-top: 2%;
    border-radius: 6px;
  }
  .more-video.IIoT {
    width: 100%;
    height: 100%;
  }
  .more-video.IIoT h3 {
    width: 64%;
  }
  #connect-content .more-video.IIoT .btnWrapper {
    width: 36%;
  }
  #connect-content .benefit-content .cardWrapper .icon-card {
    padding: 25px 30px;
  }
  ul.step-bar li span {
    display: none;
  }
  .step {
    width: 55%;
  }
  .stepWrapper .btnWrapper {
    width: 45%;
  }
  .step-bar li:before {
    width: 69%;
    left: -34%;
  }
  table.shirt-size {
    width: 80%;
  }
  .shirt-size thead tr th, .shirt-size tbody tr td {
    padding: 12px 10px;
  }
  .shirt .shirt-img {
    width: 27%;
  }
}
@media screen and (max-width:800px) {
  #connect-content .inner .innerTime {
    width: 100%;
  }
  #connect-content .inner .innerInfo.info-50 {
    width: 100%;
  }
  .btn-float {
    float: left;
  }
  .toggleMenu {
    display: block;
  }
  .mb {
    display: block;
  }
  #connect-content .mb-video {
    display: block;
  }
  h1, #connect-content .agenda h1, #connect-content .sponsor h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 26px;
  }
  h3.title, h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  p {
    font-size: 14px;
  }
  .bg-shadwo {
    filter: none;
  }
  .live .row-1400px {
    padding: 0;
  }
  .block.live {
    padding-top: 0;
  }
  #advan-header .openmenu {
    height: 100%;
    overflow-y: scroll;
  }
  /*Header menu*/
  .header-menu {
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 58px;
    left: 0;
    z-index: 999;
  }
  .header-menu ul li {
    float: none;
    width: 100%;
    line-height: 1.5;
    padding: 2% 4%;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
  .header-menu ul li.mb-menu-close {
    display: block;
    text-align: right;
    border-bottom: 2px solid #f2f2f2;
    background-color: #fff;
    height: 54px;
  }
  .header-menu ul li.mb-menu-close i {
    font-size: 24px;
    font-weight: 400;
    vertical-align: middle;
    color: #9f9f9f;
  }
  .header-menu ul li.contact, .header-menu ul li.singin, .header-menu ul li.register, .header-menu ul li.username {
    display: none;
  }
  .header-menu ul li.mb-singin i {
    float: none;
    font-weight: normal;
    margin-right: 3px;
  }
  .header-menu .mb-home {
    display: block;
  }
  .header-menu ul li i {
    float: right;
    font-weight: 700;
  }
  .header-menu ul li, .header-menu ul li a {
    font-weight: bold;
    display: block;
    text-align: center;
  }
  .header-menu ul li a:hover {
    border-bottom: none;
    padding-bottom: 0;
    text-decoration: none;
  }
  .header-menu ul .btn a {}
  .header-menu .mb-btn {
    display: block;
    border-bottom: 2px solid #dfdfdf;
    background-color: #e6e6e6;
    text-align: center;
  }
  .header-menu ul li.register {
    display: block;
  }
  .header-menu .mb-btn ul li.mb-singin {
    float: left;
    width: 48%;
    padding: 3% 0;
    text-align: center;
    border: none;
  }
  .header-menu .mb-btn ul li.mb-singin a {
    font-weight: normal;
    text-decoration: underline;
  }
  .header-menu .mb-btn ul li.mb-register {
    float: left;
    width: 46%;
    padding: 1% 2%;
    margin: 2% 0;
    border: none;
  }
  .header-menu .mb-btn .mb-username {
    padding: 2% 4%;
  }
  .header-menu .mb-btn .mb-username h4 {
    float: left;
    width: 40%;
    font-weight: bold;
  }
  .header-menu .mb-btn .mb-username h4 i {
    margin-right: 3px;
  }
  .header-menu .mb-btn .mb-username p {
    float: left;
    width: 60%;
  }
  .header-menu .mb-btn .mb-username p span:nth-last-child(1)::before {
    content: '/';
    padding: 0 5px;
  }
  .header-menu .mb-btn ul li.btn.sign {
    display: inline-block;
    width: 48%;
    padding: 2% 1% 2% 4%;
  }
  .header-menu .mb-btn ul li.btn.register {
    display: inline-block;
    width: 48%;
    padding: 2% 0 2% 1%;
  }
  .header-menu ul li.btn.sign, .header-menu ul li.btn.register {
    display: none;
  }
  ul.header-nav > li > div {
    position: relative;
    border: none;
  }
  li.show-mega .row-1400px {
    padding: 0;
  }
  ul.header-nav > li.show-mega > a {
    border-bottom: none;
    padding-bottom: 0;
    text-decoration: none;
  }
  .header-menu ul li:last-child {
    padding-right: 4%;
  }
  .header-menu .col1 {
    float: none;
    width: 100%;
    padding: 0 0 10px;
  }
  .header-menu .col1 .topicDate {
    padding: 15px 0 0;
  }
  .header-menu .col1 .topicDate ol {
    margin: 8px 0 0;
  }
  .header-menu .col1 .topicDate ol li {
    border: none;
    padding: 0 0 3px;
  }
  .header-menu .col1 .topicDate ol li a {
    font-weight: normal;
  }
  .header-menu .col1 h4 {
    border: none;
    padding: 0 10px;
    background-color: #c9c9c9;
    display: initial;
  }
  .header-menu .mb-contact {
    display: block;
  }
  .header-menu .mb-contact p, .header-menu .mb-contact p a {
    font-weight: normal;
    margin: 5px 0;
  }
  .header-menu .mb-contact p i {
    float: left;
    font-weight: normal;
    line-height: 1.5;
    margin: 1px 4px 0 0;
  }
  ul.header-nav li div.socialIcon {
    display: block;
    width: 100%;
    margin: 3% 0 1% 0;
  }
  ul.header-nav li.mb-contact .socialIcon span.circle {
    border: 1px solid #004280;
    width: 48px;
    border-radius: 48px;
    height: 48px;
    display: inline-block;
    margin: 0 25px 0 0;
    text-align: center;
  }
  ul.header-nav li .circle i {
    font-size: 18px;
    line-height: 46px;
    margin-right: 3px;
    float: none;
    font-weight: normal;
  }
  /*Homepage KV*/
  #connect-content #connect-kv .mb-kv {
    display: block;
  }
  #connect-content #connect-kv .mb-kv img {
    width: 76%;
    float: right;
  }
  #connect-content #connect-kv .homepage-kv {
    margin: 20px 0;
  }
  #connect-content #connect-kv .homepage-kv .kv-content {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  #connect-content .contentWrapper .btnWrapper {
    text-align: center;
  }
  #connect-content #connect-kv .homepage-kv .btn {
    width: auto;
  }
  #connect-content #connect-kv .bg-gray-kv {
    background-image: none;
    background-color: #fff;
    min-height: auto;
    height: auto;
  }
  #connect-content .videoWrapper {
    display: none;
  }
  #connect-content .homepage .videoWrapper, .homepage .mask {
    display: none;
  }
  #connect-content #connect-kv {
    background-image: none;
  }
  #connect-content #connect-kv .homepage-kv {
    margin: 0;
    background-color: #d8e8f5;
  }
  #connect-content .contentWrapper {
    position: relative;
    top: 0;
    padding: 5% 0 4%;
  }
  .countdown-bg .arrow i {
    font-size: 22px;
  }
  /*live*/
  #connect-content .content-bg.countdown-end {
    background: url(../images/countdown-end-800.jpg) top center;
    background-repeat: no-repeat;
  }
  #connect-content .countdown-bg.live {
    text-align: center;
    min-height: 280px;
    background-size: cover;
  }
  #connect-content .countdown-bg.live .countdownWrapper .btnWrapper {
    width: 100%;
    text-align: center;
  }
  .benefit {
    background: url("../images/benefit-bg-mb.jpg") bottom center;
    background-repeat: no-repeat;
    padding-top: 5%;
    padding-bottom: 9%;
    background-size: cover;
  }
  .benefit.highlights {
    background-image: none;
  }
  .benefit .benefit-content {
    position: relative;
    top: 0;
  }
  .benefit .cardItem {
    text-align: center;
  }
  .benefit .arrow {
    bottom: -3%;
  }
  #connect-content .benefit-content .cardWrapper .icon-card {
    flex-basis: calc(50% - 10px);
  }
  #connect-content .benefit-content .cardWrapper .icon-card:nth-child(2n) {
    margin-right: 0;
  }
  #connect-content .benefit-content .cardWrapper .icon-card .icon {
    width: 65px;
    height: 65px;
  }
  #connect-content .benefit-content .cardWrapper .icon-card .icon i {
    font-size: 32px;
    line-height: 65px;
  }
  /*Session*/
  .session {
    padding-bottom: 0;
  }
  .session .cardWrapper .sessionCard {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .session .cardWrapper .sessionCard .img {
    width: 34.5%;
    min-height: 180px;
  }
  .session .cardWrapper .sessionCard .session-info {
    width: 65.5%;
    padding: 3% 4%;
  }
  .video-icon {
    display: none;
  }
  #connect-content a.btn {
    font-size: 16px;
  }
  .activity .cardWrapper {
    display: block;
  }
  .activity .activity-Card {
    width: 100%;
    margin-bottom: 3%;
    padding: 4%;
  }
  /*IIoT*/
  #connect-content .IIoT .videoWrapper {
    display: none;
  }
  #connect-content #connect-kv.IIoT .homepage-kv .kv-content {
    width: 100%;
  }
  .IIoT .mask {
    display: none;
  }
  #connect-content #connect-kv.IIoT .homepage-kv {
    background: url("../images/kv-768.jpg") top center;
  }
  .countdown-bg .arrow {
    padding-top: 2px;
    bottom: 6%;
    width: 40px;
    height: 52px;
    border-radius: 20px;
  }
  .topic-wrapper {
    padding: 0 0 7%;
  }
  #connect-content .topic-item a.btn {
    font-size: 14px;
  }
  .spot {
    padding: 5% 0 5%;
  }
  .content-bg.countdown-end .spot {
    padding: 12% 0 5%;
  }
  .spot-info .sopt-video {
    float: none;
    width: 100%;
    max-width: 100%;
  }
  .spot-info .spot-content {
    float: none;
    width: 100%;
    margin: 5% 0 0;
  }
  .spot-content .point p {
    margin: 3px 0 0 28px;
  }
  .benefit.event-notice {
    background-image: none;
    padding: 0 0 2%;
  }
  #connect-content .speakerWrapper .card-inner {
    flex-basis: calc(33.33% - 20px);
  }
  #connect-content .speakerWrapper .card-inner:nth-child(4) {
    margin-right: 20px;
  }
  #connect-content .speakerWrapper .card-inner:nth-child(3) {
    margin-right: 0px;
  }
  .insightCard {
    flex-basis: calc(50% - 20px);
  }
  .insightCard:nth-child(3n) {
    margin-right: 10px;
  }
  .insight-bg {
    padding-top: 120px;
  }
  .video {
    padding-bottom: 50px;
  }
  .more-video {
    height: auto;
    padding: 2% 40px;
  }
  .video .videoWrapper .video-info h3 {
    font-size: 18px;
  }
  #connect-content .countdownInner, #connect-content .countdownWrapper.ATW .countdownInner {
    width: 100%;
    justify-content: center;
  }
  #connect-content .countdownWrapper .btnWrapper {
    display: none;
  }
  /*live*/
  #connect-content .countdown-bg.live .countdownWrapper .btnWrapper {
    display: block;
  }
  /*Our Partner*/
  #connect-content .partner .logo {
    width: 33.33%;
  }
  /*Agenda*/
  #connect-content .agenda h1 {
    font-size: 36px;
  }
  #connect-content .agendaWrapper {
    margin: 50px 0;
  }
  #connect-content .tabWrapper .date-tab h2 {
    display: block;
    margin-bottom: 6px;
  }
  #connect-content .tabWrapper .date-tab span {
    maegin-left: 0;
  }
  /*Agenda*/
  #connect-content .topicWrapper .content {
    padding: 0 4%;
  }
  #connect-content .topicWrapper .content .time {
    float: none;
    width: 100%;
    padding-left: 0;
  }
  #connect-content .topicWrapper .content .time h3, #connect-content .topicWrapper .content .time p {
    display: inline-block;
  }
  #connect-content .topicWrapper .content .room {
    float: none;
    width: 100%;
    text-align: left;
    margin-top: 1%;
  }
  #connect-content .topicWrapper .content .topic {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 1%;
  }
  #connect-content .topic .btnWrapper {
    margin: 4% 0 2%;
  }
  #connect-content .topicWrapper .arrow {
    display: block;
    font-size: 26px;
    text-align: center;
  }
  #connect-content .topicInner {
    display: none;
  }
  #connect-content .topicInner.active {
    display: block;
  }
  #connect-content .topicWrapper .arrow.open {
    padding-top: 8px;
  }
  #connect-content .topicWrapper .arrow.open .fa-chevron-down:before {
    content: '\f077';
  }
  #connect-content .tabWrapper .date-tab h2 {
    font-size: 22px;
  }
  #connect-content .speakerinfo {
    margin: 3% 0;
  }
  #connect-content .insightCard-wrapper, #connect-content .video .videoWrapper {
    margin-bottom: 30px;
  }
  .agenda-bg {
    background: url("../images/agenda-bg-mb.jpg") top center;
    background-repeat: no-repeat;
    padding: 70px 0;
  }
  .agenda-filter ul li.sector-item {
    margin: 5px 12px 5px 0;
  }
  .information .room ul li {
    font-size: 14px;
  }
  /*Hotel*/
  .hotelWrapper .hotelCard {
    display: block;
  }
  .hotelWrapper .hotelCard .hotel-info {
    width: 100%;
    margin: 0;
    padding: 2% 3%;
  }
  .hotelWrapper .hotelCard .hote-pic {
    width: 100%;
    min-height: auto;
    height: 180px;
  }
  .information {
    margin: 1% 0 2%;
  }
  #connect-content .hotel-info .btnWrapper span {
    display: inline-block;
  }
  .info ul li {
    font-size: 14px;
  }
  /*Profile*/
  .shirt {
    display: block;
  }
  table.shirt-size {
    width: 100%;
  }
  .shirt .shirt-img {
    width: 50%;
    margin: 2% 0;
  }
  /*Team building*/
  .TB-cardWrapper .TB-card, .party-card {
    width: 49%;
    margin-bottom: 2%;
  }
  .TB-cardWrapper .TB-card:nth-child(2) {
    margin-right: 0;
  }
  .TB-cardWrapper {
    margin-top: 2%;
  }
  .transport thead th, .transport tbody td {
    padding: 6px 10px;
  }
  /*Sponsors*/
  .sponsor .sponsor-content.col4 .sponsorInner {
    width: 49%;
  }
  .sponsor .sponsor-content.col4 .sponsorInner:nth-child(even) {
    margin-right: 0%;
  }
  .area-title h3 {
    font-size: 22px;
  }
  .sponsor .sponsor-content.col2 .sponsorInner .logo {
    height: 60px;
  }
}
@media screen and (max-width:580px) {
  .PC-schedule {
    display: none;
  }
  .MB-schedule {
    display: block;
  }
  /*Header Menu*/
  .header-menu ul li {
    padding: 3% 4%;
  }
  .header-menu .mb-btn {
    padding: 2% 0;
  }
  .header-menu ul li.mb-menu-close {
    height: 45px;
  }
  .header-menu .mb-btn ul li.mb-singin {
    padding: 4% 0;
  }
  .header-menu .mb-btn ul li.mb-register {
    padding: 2% 2%;
  }
  /*Homepage KV*/
  #connect-content #connect-kv .mb-kv img {
    width: 100%;
  }
  #connect-content #connect-kv .homepage-kv .kv-content h1 {
    margin: 1% 0 1%;
  }
  #connect-content #connect-kv .homepage-kv .kv-content {
    margin-bottom: 5%;
  }
  #connect-content .kv-content p {
    font-size: 18px;
  }
  .subtitle {
    margin-bottom: 30px;
  }
  .info ul.mw-820 {
    width: 90%;
  }
  /*Live*/
  #connect-content .countdown-bg.live {
    min-height: 330px;
  }
  /*Benefit*/
  .benefit {
    padding-top: 7%;
  }
  .benefit .cardWrapper {
    display: block;
    margin-bottom: 7%;
  }
  .benefit .cardItem {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  .benefit .cardItem::after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
  }
  .benefit .cardItem .icon {}
  .benefit .cardItem h3 {
    width: 100%;
  }
  .benefit .cardItem .icon i {
    font-size: 26px;
    margin-top: 5px;
  }
  .benefit .arrow i {
    font-size: 26px;
  }
  .benefit .arrow {
    width: 42px;
    height: 58px;
  }
  .benefit.highlights {
    padding: 7% 0;
    margin-bottom: 5%;
  }
  .benefit.highlights .cardWrapper {
    padding: 0 6%;
  }
  #connect-content .benefit-content .cardWrapper .icon-card {
    margin-right: 0;
    padding: 6%;
  }
  #connect-content .benefit-content .cardWrapper .icon-card .icon {
    width: 45px;
    height: 45px;
  }
  #connect-content .benefit-content .cardWrapper .icon-card .icon i {
    font-size: 26px;
    line-height: 45px;
  }
  #connect-content a.btn {
    margin-top: 0;
  }
  .activity {
    padding: 5% 0 7%;
  }
  #connect-content .tabWrapper {
    padding: 0;
  }
  #connect-content .transportation .benefit-content .cardWrapper .icon-card {
    width: 100%;
    margin-right: 0;
  }
  /*Our Partner*/
  #connect-content .partner {
    margin: 4% 0 2% 0;
  }
  #connect-content .partner .logo {
    width: 50%;
  }
  .footer-link .social-media, .footer-link .related-web {
    float: none;
  }
  .footer-link .related-web {
    margin-bottom: 2%;
  }
  .session .cardWrapper .sessionCard .img {
    float: none;
    height: 180px;
    width: 100%;
  }
  .insight-bg.ATW {
    background: url(../images/blue-bg-ATW.jpg) top right;
  }
  #connect-content .transportation {
    padding: 6% 0 0;
  }
  /*IIoT*/
  #connect-content .countdownInner {
    display: block;
  }
  #connect-content .countdown {
    width: 100%;
  }
  #connect-content .countdownWrapper .btnWrapper {
    width: 100%;
    text-align: center;
  }
  .benefit.event-notice .benefit-content {
    margin: 6% 0 0;
  }
  .speaker {
    padding: 0;
  }
  #connect-content .speakerWrapper {
    margin-top: 6%;
  }
  #connect-content .speakerWrapper .card-inner {
    flex-basis: calc(50% - 20px);
  }
  #connect-content .speakerWrapper .card-inner:nth-child(3n) {
    margin-right: 20px;
  }
  #connect-content .speakerWrapper .card-inner:nth-child(2n) {
    margin-right: 0px;
  }
  .insight-bg {
    padding-top: 58px;
    background-position: top right;
  }
  .insightCard {
    flex-basis: calc(100% - 0px);
  }
  .insightCard:nth-child(2n) {
    margin-right: 10px;
  }
  .video .videoWrapper .videoCard {
    flex-basis: calc(100% - 0px);
  }
  #connect-content .video .videoWrapper {
    margin-bottom: 2%;
  }
  /*Footer*/
  #advan-footer {
    padding: 2% 0;
  }
  .footer-link {
    padding: 2px 0 10px
  }
  .footer-link, .footer-copyright li {
    font-size: 14px;
  }
  .footer-bg {
    min-height: auto;
    height: auto;
    background-image: none;
    background-color: #444;
  }
  .footer-bg.blue-bg {
    background-color: #444;
  }
  .more-video {
    display: block;
    text-align: center;
    padding: 5% 0 3%;
    height: auto;
    border-radius: 5px
  }
  .more-video h3, .more-video.IIoT h3, .more-video.ATW h3 {
    width: 100%;
    border: none;
    padding-right: 0;
  }
  .more-video h4 {
    width: 100%;
  }
  #connect-content .more-video .btnWrapper, #connect-content .more-video.IIoT .btnWrapper {
    width: 100%;
    text-align: center;
  }
  #connect-content .countdownWrapper {
    border-radius: 6px;
    padding: 5% 3% 2%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  /*New video list*/
  .videoList .list {
    display: block;
    border: none;
  }
  .videoList .list .cover-img {
    width: 100%;
  }
  .videoList .video-info {
    margin-left: 0;
  }
  /*Agenda*/
  #connect-content .btnWrapper.agenda a.btn {
    margin-right: 0;
    margin-bottom: 3%;
  }
  #connect-content .speakerinfo {
    margin-top: 3%;
  }
  #connect-content .inner .innerTime, #connect-content .inner .innerInfo {
    float: none;
    width: 100%;
  }
  #connect-content .inner {
    margin: 2% 4%;
  }
  #connect-content .inner:first-child {
    margin-top: 2%;
  }
  #connect-content .topicWrapper .descript {
    margin-top: 2%;
  }
  .topic-wrapper {
    padding: 0 0 14%;
    margin-bottom: 20px;
  }
  /*Hotel*/
  .hotelWrapper {
    padding: 4% 3%;
  }
  .information {
    margin: 2% 0 5%;
  }
  .hotelWrapper .hotelCard .hotel-info {
    padding: 4%;
  }
  .hotelWrapper .hotelCard {
    margin-bottom: 4%;
  }
  #connect-content .hotel-info .btnWrapper .btn-primary, #connect-content .profileWrapper a.btn.btn-primary {
    width: 100%;
  }
  #connect-content .hotel-info .btnWrapper span {
    margin-top: 4%;
    text-align: center;
    display: block;
  }
  /*hotel*/
  .process .stepWrapper {
    flex-direction: column;
  }
  .step, .stepWrapper .btnWrapper {
    width: 100%;
  }
  .stepWrapper .btnWrapper {
    text-align: center;
    margin: 4% 0 0 0;
  }
  /*Profile*/
  #connect-content .profileWrapper .btnWrapper {
    text-align: center;
  }
  .profileWrapper h3 {
    text-align: center;
  }
  table.shirt-size {
    display: none;
  }
  .mb-size {
    display: block;
    margin-top: 2%;
  }
  .mb-size p {
    margin-bottom: 3%;
  }
  .radioBtn label, .mb-size label {
    margin-bottom: 18px;
  }
  .shirt .shirt-img {
    width: 100%;
  }
  .videoList .video-info {
    width: 100%;
  }
  .personalCard {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
  /*Team Building*/
  .TB-cardWrapper .TB-card, .party-card {
    width: 100%;
    margin-right: 0;
  }
  .formgroup {
    display: block;
  }
  .formgroup.col2 .formItem {
    width: 100%;
    margin-right: 0;
  }
  .attachment-area .file-upload .icon {
    width: 20%;
  }
  .attachment-area .file-upload p {
    width: 80%;
  }
  .schedule-Wrapper .TB-img div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3%;
  }
  /*Transportation*/
  .transport .MB-schedule thead th, .transport .MB-schedule tbody td {
    width: 50%;
    font-weight: normal;
  }
  .transport .MB-schedule table {
    margin: 6px 0 15px;
  }
  .transport .MB-schedule h4 {
    font-weight: bold;
  }
  /*Sponsors*/
  .sponsor .sponsor-content.col2 .sponsorInner, .sponsor .sponsor-content.col4 .sponsorInner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5%;
  }
}
@media screen and (max-width:480px) {
  #material-content h2, h2 {
    font-size: 26px;
  }
  h3.val {
    font-size: 18px;
  }
  #connect-content .countdown .inner .text p {
    padding-left: 2px;
    font-size: 14px;
  }
  #connect-content .countdown .clock-item .inner .text::after {
    font-size: 14px;
    right: -2px;
  }
  h3.val {
    font-size: 16px;
  }
  #connect-content .countdown .inner .text p {
    font-size: 12px;
  }
  .countdown-bg {
    min-height: 200px;
  }
  /*Agenda*/
}
/*jump-box*/
#jump-box.jump-box-container {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  background-color: rgba(0, 0, 0, 0.7);
}
#jump-box.jump-box-container .jump-box-wrapper {
  position: relative;
  max-width: 500px;
  margin: 0px auto 0;
  max-height: 600px;
  overflow: auto;
  padding: 35px 25px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
}
#jump-box.jump-box-container .jump-box-wrapper h3 {
  font-weight: bold;
  text-align: center;
  font-size: 26px;
  margin-bottom: 6px;
}
#jump-box.jump-box-container .jump-box-wrapper h4 {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}
#jump-box.jump-box-container .jump-box-wrapper p {
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 6px;
}
#jump-box.jump-box-container .jump-box-wrapper .info {
  margin-top: 12px;
}
#jump-box.jump-box-container .jump-box-wrapper .info ul {
  margin: 20px 0 0 20px;
}
#jump-box.jump-box-container .jump-box-wrapper .info ol {
  margin: 20px 0 0 44px;
}
#jump-box.jump-box-container .jump-box-wrapper .info ol li {
  margin-bottom: 3px;
}
#jump-box.jump-box-container .jump-box-wrapper .info span.notice {
  color: red;
}
#jump-box.jump-box-container .jump-box-wrapper .info ul:first-child {
  margin-top: 0;
}
#jump-box.jump-box-container .jump-box-wrapper .info label, #jump-box.jump-box-container .jump-box-wrapper .info select, #jump-box.jump-box-container .jump-box-wrapper .info input {
  line-height: 1.5;
  font-size: 16px;
  padding: 2px;
}
#jump-box.jump-box-container .jump-box-wrapper .info select, #jump-box.jump-box-container .jump-box-wrapper .info input {
  width: 100%;
  min-height: 32px;
}
#jump-box.jump-box-container .jump-box-wrapper .info p.className {
  font-weight: bold;
}
#jump-box.jump-box-container .jump-box-wrapper .info .form {
  margin-bottom: 6px;
}
#jump-box.jump-box-container .jump-box-wrapper .info .form:last-child {
  margin-bottom: 25px;
}
#jump-box.jump-box-container .jump-box-wrapper p.message {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 15px;
}
#jump-box.jump-box-container .jump-box-wrapper .signin-Wrapper {
  background-color: #f2f2f2;
  text-align: center;
  padding: 20px 0;
  border-radius: 3px;
}
#jump-box.jump-box-container .jump-box-wrapper .btnWrapper {
  margin: 10px 0;
  text-align: center;
}
#jump-box.jump-box-container .jump-box-wrapper .info .btnWrapper {
  margin: 20px 0 0;
}
a.text-link:hover {
  text-decoration: underline;
}
#jump-box.jump-box-container .jump-box-wrapper .btnWrapper a {
  display: inline-block;
  min-width: 80px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding: 5px 25px;
  line-height: 1.5;
  border-radius: 25px;
  margin: 0px 3px;
}
#jump-box.jump-box-container .jump-box-wrapper .btnWrapper a.btn-primary {
  background-color: #f39a00;
  border: 2px solid #f39a00;
}
#jump-box.jump-box-container .jump-box-wrapper .btnWrapper a.btn-secondary {
  background-color: transparent;
  border: 2px solid #f39a00;
}
#jump-box.jump-box-container .jump-box-wrapper .btnWrapper a:hover {
  text-decoration: none;
  background-color: #e78c00;
  border: 2px solid #e78c00;
}
@media screen and (max-width:480px) {
  #jump-box.jump-box-container .jump-box-wrapper {
    margin: 5% 4% 0;
  }
}