@charset "utf-8";
/* CSS Document */
html, body, .h1, .h2, .h3, h1, h2, h3 {
	-webkit-font-smoothing: antialiased;
	font-family:    font-family: "微軟正黑體", Arial;
}
@font-face {
   font-family:     font-family: "微軟正黑體", Arial;
	src: url('../fonts/Artifakt Element Regular.ttf');
}

@font-face {
   font-family:     font-family: "微軟正黑體", Arial;
	src: url('../fonts/Artifakt Element Bold.ttf');
   font-weight: bold;
}
@font-face {
   font-family: A    font-family: "微軟正黑體", Arial;
	src: url('../fonts/Artifakt Element Medium.ttf');
   font-weight: 500;
}

* {
   font-family:     font-family: "微軟正黑體", Arial;
}
.w3-red, .w3-hover-red:hover {
    background-color: #f7924d!important;
	/*background-color: #f26c4f!important;*/
}
.org {
	background-color: #f7924d!important;
	color: #fff;
	/*border-top:8px solid #fcc79f;*/
}
select, input {
	margin:0 0 15px !important;
}
label {
	margin:30px 0 0px !important;
}
a:focus, a:hover {
    text-decoration: none;
}
.pc-brand {
    color: #0696d7;
}
.w3-text-purple {
    color: #169a5e !important;
}
.w3-purple {
    background-color: #169a5e !important;
}
.w3-grey.active, .w3-grey.w3-purple {
    color: #fff!important;
    background-color: #169a5e!important;
}
.w3-grey, .w3-hover-grey:hover, .w3-gray, .w3-hover-gray:hover {
    color: #fff!important;
    background-color: #9e9e9e!important;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.ts-menu button, .ts-menu a {
	    /*width: 40px;
    height: 40px;*/
    border-radius: 50px;
    margin: 5px 5px;
}
.act img.w3-border {
	padding: 3px;
    border-radius: 200px;
	border: 2px solid #ccc!important;
}

.act .w3-cell {
	width:25%;
	margin-bottom:30px;
}
.exhi img.w3-border {
	padding: 3px;
    border-radius: 200px;
	border: 2px solid #ccc!important;
}
.exhi .w3-cell {
	width:25%;
	margin-bottom:30px;
	padding-bottom: 30px;
}
.act .w3-cell a:hover img {
    opacity: 1;
    /* background-color: #52cce2; */
	border: 2px solid #52cce2 !important;
}
.exhi .w3-cell a:hover img {
    opacity: 1;
    /* background-color: #fc90c0; */
	border: 2px solid #fc90c0 !important;
}
.partners-logo img {
	padding-right : 30px;
}
.partners-logo {
	overflow: hidden;
    float: left;
    text-align: left;
}
.w-30 {
	max-width: 30% !important;
}
.w-40 {
	max-width: 40% !important;
}
.w-50 {
	max-width: 50% !important;
}
.w-60 {
	max-width: 60% !important;
}
.w-70 {
	max-width: 70% !important;
}



@media (min-width: 992px) {
.exhi .w3-cell {
	width:25%;
}
.act .w3-cell {
	width:25%;
}
}
@media (max-width: 650px) {
.act .w3-cell {
	width:100%;
	display: block;
}
.exhi .w3-cell {
	width:100%;
	display: block;
}
}

.wd-pb-6, .wd-pb-6-sm {
    padding-bottom: .6rem;
}
.wd-font-34 {
    
    font-size: 3.4rem;
	font-size: 34px;
    line-height: 1.0625;
}
.wd-font-29 {
    
    font-size: 2.9rem;
	font-size: 29px;
    line-height: 1.0625;
}
.text.section {
	padding-left: 10%;
	    min-height: 100px;
}
.wd-normal {
    font-weight: 500;
}
.wd-mt-4, .wd-mt-4-sm {
    margin-top: .4rem;
}
.wd-mt-1, .wd-mt-1-sm {
    margin-top: 1rem;
}
.wd-light {
    font-weight: 300;
}
.wd-bold {
	font-weight: 700;
}
.wd-pr-16, .wd-pr-16-sm {
    padding-right: 1.6rem;
}
.wd-font-14 {
    font-size: 1.4rem;
	font-size: 14px;
    line-height:14px;
}
.wd-font-13 {
    font-size: 1.3rem;
	font-size: 13px;
    line-height:13px;
}
.wd-font-16 {
    font-size: 1.6rem;
	font-size: 16px;
    line-height: 1.25;
}
.wd-font-19 {
    
    font-size: 1.9rem;
	font-size: 19px;
    line-height: 1.10526316;
}

#reg_form .error {
  transition: all 0.2s;
  background-color: #FDCACA !important;
  border-color: #A84343 !important;
}
.details-bg a {
	margin:2px 0;
}

@media only screen and (min-width: 40.063em){
.wd-pr-16-sm {
    padding-right: inherit;
}
	}
/*---- topnav and side menu ---*/
.logo {
	width:100%;
	max-width: 260px;
	height:auto;
	padding: 0;
}
.topnav {
  overflow: hidden;
  background-color: #fff;
	position: fixed;
	top:0;
		left:0;
		width:100%;
	z-index: 6;
}

.topnav a {
  float: left;
  display: block;
  color: #777;
  text-align: center;
  padding: 23px 16px;
  text-decoration: none;
  font-size: 17px;
	line-height: 55px;
    /* margin-bottom: 5px; */
    border-bottom: #fff 5px solid;
}

.topnav a:hover {
  border-bottom: #613b9e 5px solid;
  color: #613b9e;
}

.topnav a.active {
  border-bottom: #f44336 8px solid;
    color: #f44336;
}

.topnav .icon {
  display: none;
}
.top-menu-wrapper {
	overflow: hidden;
    margin: auto;
    width: 100%;
    max-width: 1600px;
	position: relative;
}
.main-menu {
	text-align: right;
    position: absolute;
    right: 0;
        bottom: 0px;
}
.offcanvas {
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    /*background-color: #111;*/
	background-color: #fff;
    position: fixed;
    z-index: 10;
    overflow-x: hidden;
    transition: .5s;
    padding-top: 160px;
}
.offcanvas a, .offcanvas2 a {
    padding: 8px 8px 8px 32px;
    text-decoration: none !important;
    font-size: 18px;
    /*color: #818181;*/
	color: #666666;
    display: block;
    transition: .3s;
}
.offcanvas a:hover, .offcanvas2 a:hover {
        border-left: #613b9e 5px solid;
    color: #000;
}
.offcanvas .active {
	    border-left: #f44336 5px solid;
    color: #f44336;
}
.closeOffcanvas {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;border: 0 !important;
}
.overlay3 {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0, 0.9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}
.logo-organiser img {
	padding: 0px 30px 0 0;
}




@media only screen and (max-width: 1110px){
	.topnav a{
	padding: 14px 12px;
    font-size: 16px;
	}
	.logo {
    max-width: 190px;
    padding: 5px 15px;
}
	.lobby_wrapper {
    margin-top: 68px;
}

}


@media screen and (max-width: 999px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
	.topnav a {
    padding: 4px 16px;
	}
	.logo {
	max-width: 220px;
    padding: 10px 0;
}
	.m-menu {
		display: none !important;
	}

.topnav a.active, .topnav a:hover, .topnav a {
  border-bottom: #f44336 0px solid;
}
	.topnav {
		height:auto;
	}
}

@media screen and (max-width: 999px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}



@media screen and (max-width: 992px) {
.logo-organiser  {
	margin: 0px  0 30px;
}
.logo-organiser img {
	padding: 0px 30px 10px 0;
}
}

@media screen and (max-width: 768px) {
.logo-organiser img {
	padding: 0px 0px 10px 0;
}
}


.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}





@media screen and (max-width: 500px) {
	.logo {
    max-width: 150px;
    padding: 0;
}
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*---- end topnav and side menu ---*/



/*----- lobby -----*/
.w3-modal {
    z-index: 11;
	padding-top: 0 !important;
	    background-color: rgba(0,0,0,0.6);
}
.w3-modal-content {
	    padding: 15px 0 !important;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.w3-modal header {
/*border-bottom: 3px dotted #ccc;*/
    margin: 0 30px;
    padding: 0;
}
.w3-modal .w3-container {
    margin: 20px 30px;
    padding: 0;
}
.lobby-wrapper, .lobby-wrapper img {
	width:100%;
	height:auto;
}
.reception {
	background-color:rgba(247,229,230,0.54);
}
figure {
    margin: 0;
}
main figure {
    margin: 0;
}
main section {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    padding: 0;
    position: relative;
}
.paver__fallbackMessage {
	display:none;
}
*[data-paver] img {
    height: 100vh;
}
*[data-paver], .panorama {
    max-height: 100vh;
	height: 100vh;
}
*[data-paver] {
    margin-bottom: 0;
}

.lobby_wrapper {
	position: relative;
}
.blink_me {
  animation: blink 1s linear infinite;
}



/* Firefox old*/
@-moz-keyframes blink {
   0% {
        opacity:0;
    }
	30% {
        opacity:0;
    }
    30.1% {
        opacity:1;
    }
} 

@-webkit-keyframes blink {
    0% {
        opacity:0;
    }
	30% {
        opacity:0;
    }
    30.1% {
        opacity:1;
    }
}
/* IE */
@-ms-keyframes blink {
    0% {
        opacity:0;
    }
	30% {
        opacity:0;
    }
    30.1% {
        opacity:1;
    }
} 
/* Opera and prob css3 final iteration */
@keyframes blink {
    0% {
        opacity:0;
    }
	30% {
        opacity:0;
    }
    30.1% {
        opacity:1;
    }
} 
.blink-image {
    -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
    -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
    -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
    animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}


@media only screen and (max-width: 1700px){
	.lobby_wrapper {
    margin-top: 70px;
}
}




    
@media only screen and (max-width: 999px){
*[data-paver], .panorama {
    height: 100vh;
}
	.lobby_wrapper {
    margin-top: 48px;
}

	}

@media only screen and (max-width: 768px){
*[data-paver], .panorama {
    height: 100vh;
}
	.w3-modal .w3-container {
    margin: 20px 15px;
    padding: 0;
}
	.w3-modal-content {
	margin:15px auto;
  top:unset;
  -ms-transform: unset;
  transform: unset;
}
	}

@media only screen and (max-width: 767px){
	.m-hide {
		display:none;
	}
	.ban-bg h1 {
		font-size: 26px;
	}
}


/*----- end lobby -----*/
.affix {
        top: 120px;
    margin-top: 0 !important;
    padding: 0 0 20px;
    width: 100%;
    background-color: #ddd;
	z-index:2;
  }
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}
.details h3 {
	padding: 5px 15px;
	margin-top:60px;
}
.details .title {
	font-size: 21px;
    padding: 3px 0;
	vertical-align: top;
}
.ts-menu {
	margin-top:50px;
}

a {
    border-bottom: 0px solid rgba(140, 184, 182, 0.5);
}
.container {
    padding-top: 15px;
	
}
a:hover img  {
	opacity:0.7;
}
.w3-striped tbody tr:nth-child(even) {
    /*background-color: #f1f1f1;*/
	background-color: #fff;
}
.support-m img {
	max-height: auto !important;
}
.banner-wrapper {
	margin-top:120px;
	position: relative;
	overflow: hidden;
	width:100%;
	height:auto;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner-wrapper.event {
background-image: url(../web/images/TS-ban.png);
 background-position: right bottom;
/*padding: 0 15px;*/
}
.banner-wrapper.forum {
background-image: url(../web/images/forum-ban.png);
    background-position: right bottom;
}

.banner-wrapper.reg {
background-image: url(../web/images/reg-ban.png);
	    background-position: right bottom;
}


.banner-wrapper>img {
	position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
.ban-bg { 
	padding-top: 0 !important;
	z-index: 1;
	position: relative;
    font-size: 16px;
}
.banner {
	    width: 100%;
	max-width: 1300px;
	margin:auto;
}
.banner img {
	width:auto;
	max-width: 50%;
	float: left;
	height:auto;
	
}

.details  {
	position: relative;
}
.details .ts1, .details .ts2, .details .ts3, .details .ts4, .details .ts5 {
		float:right !important;
    width: 58.33333333%;

	}
.details-content .ts1, .details-content .ts2, .details-content .ts3, .details-content .ts4, .details-content .ts5 {
    width: 100%;
text-align: justify;
	font-size: 16px;
	}
.s1 {
	position: absolute;
    left: 5.5%;
    width: 35%;
    height: auto;
    z-index: 1;
    bottom: -60px;
}
.details-bg {
	    background-image: url(../web/images/event-detail-top.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100px;
    padding-bottom: 30px;
}
#TS-5 .details-bg {
	/*background-image:none;*/
}
.details-content {
	position: relative;
	/*background-image: url(../web/images/event-detail-top.png);
	    background-repeat: no-repeat;
	background-size: 100%;
    padding-top: 120px;*/
	    background-color: #f2f2f2;
	background-image: url(../web/images/event-detail-bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-bottom: 30px;
}
.details-content img{
	/*position: absolute;*/
	dislay:none;
}
.details-content.m7 img {
    position: static;
	    max-width: 100%;
    height: auto;
}

.title-w {
    /*width:135px;*/
	white-space: nowrap;
	}
img.pic {
		display:none;
		    float: left;
    width: 35%;
    position: static;
    margin-right: 30px;
	}
.logo-1 img {
	max-height: 70px;
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 30px 30px 0;
    display: inline-block;
}
.support-d img {
	width:100%;
	height:auto;
}
.support-m img {
	width:100%;
	height:auto;
	display:none;
}
.table-time {
	text-align: center !important;
	white-space: nowrap;
}
.reg input, .reg select {
	background-color: transparent;
}

.reg ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #777;
  opacity: 1; /* Firefox */font-size: 14px;
}

.reg :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #777;
	font-size: 14px;
}

.reg ::-ms-input-placeholder { /* Microsoft Edge */
  color: #777;font-size: 14px;
}


@media (min-width: 1200px){
.container {
    width: 100%;
	max-width: 1500px;
	padding:15px 100px;
}
}


@media (max-width: 1350px){
.banner-wrapper.reg img {
    margin-left: 15px;
	max-width: 55%;
}
}
	


@media (max-width: 1200px){
.banner img {
    width: auto;
    max-width: 50%;
    margin-left: 25px;
}	
}
@media (max-width: 1024px){
	.event .banner img {
    content: url(../web/images/TS-ban-m.png);
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}
	.reg .banner img {
    content: url(../web/images/reg-ban-m.png);
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}
	.forum .banner img {
    content: url(../web/images/forum-ban-m.png);
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}
	.banner-wrapper.event, .banner-wrapper.reg, .banner-wrapper {
		background-image: none;
	}
	.banner-wrapper.event {
    padding: 0 ;
}
}

@media (max-width: 1100px){
	.banner-wrapper {
    margin-top: 90px;
}
	h2 {
    font-size: 25px;
}
	.details .title {
    font-size: 18px;
	}
	.affix {
    top: 90px;
	}
}
@media (max-width: 999px){
	.s1 {
		display:none;
	}
	.banner img {
    width: auto;
    max-width: 60%;
    margin-left: 25px;
}
	.details .ts1,.details  .ts2,.details  .ts3, .details .ts4,.details  .ts5 {
		width:100%;
		float:none !important;
		overflow: hidden;
	}
	img.pic {
		display:block;
	}
	.details-bg {
    padding-bottom: 0;
}
	.details h3 {
    margin-top: 30px;
}
	.support-d img {
	display:none;
}
.support-m img {
	display:block;
}
}





@media (max-width: 767px){
	.container {
		padding:15px 30px;
	}
	.table-time {
	text-align: center !important;
	white-space:normal;
}
	.details .title {
    font-size: 16px;
		    font-weight: 600;
	}
.title-w {
    /*width:110px;*/
	}
	.details-bg {
    background-size: contain;
	}
	.w3-xxlarge {
    font-size: 24px!important;
    text-align: left;
}
}



@media (max-width: 500px){
	.container {
		padding:15px;
	}
	footer button {
		width:100% !important;
	}
	.banner-wrapper {
    margin-top: 63px;
}
	.banner img {
    width: auto;
    max-width: 50%;
    margin-left: 15px;
}
	.w3-table.reg {
		font-size: 13px;
	}
	.affix {
    top: 63px;
	}
}

/*------ sponsors -----*/
.sponsors_img{
	width:100%;
	max-width: 943px;
	height:auto;
}


/*------ g_sessions -----*/
.w3-table th {
	background-color: #169a5e;
	color: #fff;
	 
}

.speakers img {
	    width: auto;
    max-width: 100%;
    height: auto;
	    position: static;
    margin-bottom: 30px;
}
.speakers {
	padding-left:25px;
	margin-bottom: 50px; 
}
.agenda {
	padding-right:25px;
	
	margin-bottom: 50px;
}





@media (max-width: 999px){

}
@media (max-width: 767px){
img.pic {
    display: block;
    width: 50%;
    margin-right: 10px;
	}
	.agenda {
	padding-right:15px; 
}
	.speakers {
	padding-left:15px; 
	}
}




@media (max-width: 600px){
img.pic {
    display: block;
    width: 100%;
    margin: auto;
    padding: 0 15px;
	}
	.speakers .col-xs-6 {
	width:100%;
	}
	.w3-modal-content {
	margin:15px ;
	}
	.partners-logo img {
	display: block;
	padding-right:0;
}
}




@media (max-width: 500px){
	.speakers .col-xs-6 {
		width:100%;
	}

}
	