
/* Remove margins and padding from the list, and add a black background color */

menu {
	display: block;
	width: 100%;
	position: fixed;
	padding: 0;
	margin: 0;
	background-color: #333333;
	z-index: 1;
}

ul.topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.more_agenda{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}


.more_agenda a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:4px 10px;
	/* border:1px solid #333; */
	background-color: #aa94f1;
	color:#fff !important;
	text-decoration: none;
	margin-right: 10px;
}

/* Float the list items side by side */
ul.topnav li {float: left;}

@media screen and ( min-width: 912px){
	ul.topnav {
		width:fit-content;
		margin: auto;
	}
	.active {
		background-color: #ebe342;
		color: #333 !important;
	}
	.active .menu_etxt{
		color: #333 !important;
	}

	.more_speaker{
		width:86%;
		margin: auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 40px;
	}

	.more_speaker .LayoutDiv2{
		width:100%;
	}

	.more_speaker .speaker_box{
		width:100%;
	}

	.speaker_box ul{
		margin:0;
		padding:0;
		list-style-type: none;
	}

	.speaker_box span{
		color:#aa94f1;
		font-weight: bold;
	}

	.speaker_box a{
		text-decoration: none;
	}

	.speaker_box a:hover{
		border-bottom:2px dotted #51558c;
		padding-bottom: 5px;
	}
}


@media screen and (max-width: 911px)  {
ul.topnav {
	width: 100%;
	margin: auto;
}
.active {
	color: #FFFFFF !important;
}

.more_speaker{
	width:86%;
	margin:0% 7%;
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}

.more_speaker .LayoutDiv2{
	width:100%;
}

.more_speaker .speaker_box{
	width:100%;
}

}

/* Style the links inside the list items */
ul.topnav li a {
	display: inline-block;
	text-decoration: none;
	transition: 0.3s;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 11pt;
	text-align: center;
	color: #04AF7C;
}

/* Change background color of links on hover */
ul.topnav li a:hover {
	background-color: #ebe342;
	color: #333;
}

ul.topnav li a:hover .menu_etxt {
	color: #333;
}

/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}


/* When the screen is less than 769 pixels wide, hide all list items, except for the first one ("Home"). Show the list item that contains the link to open and close the topnav (li.icon) */
@media screen and (max-width: 911px) {
  ul.topnav li:not(:first-child) {
		display: none;
	}
  ul.topnav li.icon {
		display: block;
		padding: 0px;
		float: right;
		margin: 0px;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens 可變更選單底色*/
@media screen and (max-width: 911px) {
  ul.topnav.responsive {position: relative;}
  ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
	float: none;
	display: inline;
  }
  ul.topnav.responsive li a {
	display: block;
	text-align: center;
  }
}
.menu_etxt {
	font-size: 8pt;
	color: #fff;
	line-height: 8pt;
	text-align: center;
}
.index_date {
	color: #FFF;
	background-color: #0f3356;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}