
body{
	width: 100%;
	margin: 0;
	background: url(img/home_bg.svg) ;
	background-size: cover;
	line-height: 1.5;
	color: #555;
	font-family: 'Lato', sans-serif;
}

section{
	margin: 0 15px;
}

a {
	text-decoration: none !important;
}

p{
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
	font-family: 'Poppins', sans-serif;
}

h5,
h6 { margin-bottom: 20px; }

h1 { font-size: 36px; }

h2 { font-size: 25px; color:#1ab3ef;}

h3 { font-size: 1.5rem; }

h4 { font-size: 18px; }

h5 { font-size: 0.875rem; }

h6 { font-size: 12px; }

h4 { font-weight: 600; }

h5,
h6 { font-weight: bold; }



#wrapper{
	min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content_all{
	flex-grow: 1;
}

.container{
	/* height: calc(100vh - 10vh - 18vw - 246px); */
	margin-top: 40px;
}

.container_title_icon{
	background: url(img/news_narrow.svg) no-repeat ;
	width: 20px;
	height: 20px;
	background-size: contain;
}

.container_title{
    display: flex;
    width: 100%;
    align-items: center;
}
.container_title > div{
	font-family: 'Poppins', sans-serif;
	font-size: 1.8rem;
	font-weight: bold;
}

#content {
	position: relative;
	background-color: #FFF;
}

#content p { line-height: 1.8; }

.content-wrap {
	position: relative;
	padding: 80px 0;
	overflow: hidden;
}

.content_news{
	display: flex;
    flex-direction: column;
    width: 300px;
    height: 300px;
}
.content_news span{
	color: #97ca80;
	font-weight: bold;
}
.content_news *:nth-last-child(1){
	font-size: small;
}

.series {
	box-sizing: border-box;
	/*white-space: nowrap;*/
	-webkit-overflow-scrolling: touch;
	position: relative; 
	display: flex;
	align-items: center;
	gap: 15px; 
  }
  

.series-wrapper {
	position: relative; 
	width: 100%;
	height: 240px; 
	margin: 1em auto;
	border: 0;
	overflow-x: hidden;
	overflow-y: hidden;
	display: flex;
	align-items: center;
	/* padding: 0 20px;   */
	box-sizing: border-box;
  }


.content_series {
	width: 230px;
	height: 230px;
	border: 0;
	box-sizing: border-box;
	border-radius: 5px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-direction: column;
	padding-top: 10px;
  }

  .content_series_item{
	cursor: pointer;
  }

.content_series_item  > video , .content_video_item > video{
	width: 230px;
	height: calc(230px / 4 * 3);
	background-color: #000;
}

.questions_table{
	display: flex;
	margin-bottom: 15px;
}

.questions_item{
    display: flex;
    flex-direction: column;
    margin: 0 25px;
}

.questions{
    margin-bottom: 10px;
}

.questions_Img{
	max-width: 60vw;
}

.questions_Img > video{
	width: 40vw;
}

.arrow {
    position: absolute;
    top: 35%;
    bottom: 0;
    width: 4em;
    height: 4em;
    border-radius: 50%;
    border: 0;
}
  
.left-arrow {
	left: 0;
	background: url(img/video_narrow.svg) no-repeat center;
	transform: rotate(180deg);
}
  
.right-arrow {
	right: 0;
	background: url(img/video_narrow.svg) no-repeat center;
}


.readmore{
	color: #73a6f0;
	cursor: pointer;
}

.series_more{
    border-radius: 20px;
    background-color: #43c0f2;
    border: 0;
    padding: 5px 15px;
    color: #fff;
    font-weight: bolder;
    display: none;
	cursor: pointer;
}


#content .container { position: relative; }


.flex{
	display: flex;
}

.justify-center{
	justify-content: center;
}

.align-center{
	align-items: center;
}

.justify-space-between{
	justify-content: space-between;
}

.justify-space-around{
	justify-content: space-around;
}

.margin10{
	margin: 10px;
}
.margin0-10{
	margin: 0 10px;
}
.margin10-0{
	margin: 10px 0;
}
.margin5{
	margin: 5px;
}
.margin5-0{
	margin: 5px 0;
}
.margin0-5{
	margin:0 5px;
}

.padding10{
	padding: 10px;
}
.padding0-10{
	padding: 0 10px;
}
.padding10-0{
	padding: 10px 0;
}
.padding5{
	padding: 5px;
}

.padding5-0{
	padding: 5px 0;
}

.padding0-5{
	padding: 0 5px;
}

.borderradius-10{
	border-radius: 10px;
}

.img-cover {
	width: 100%; 
	height: 100%;
	object-fit: cover;
}

.hidden{
	display: none;
}


#primary-menu-trigger,
#page-menu-trigger {
	display: -ms-flex;
	display: flex;
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
	cursor: pointer;
	font-size: 0.875rem;
	width: 50px;
	height: 50px;
	line-height: 50px;
	justify-content: center;
	align-items: center;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;

}

#primary-menu-trigger img{
	padding: 12px;
}

.video_table,
.article_table{
	display: grid;
    grid-gap: 20px;
     grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); 
    /*grid-template-columns: repeat(4, 1fr);*/
    justify-content: space-between;
    padding: 25px;
    justify-items: center;
}

	.video_TableContainer{
		cursor:pointer;
		width:250px;
	}
	
	.video_TableCard_IMG{
	/*	display: flex;
		justify-content: center; */
	}
.article_title {
    width: 250px;
}

.article_title > h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.TableCardContent{
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
}

.page-num-container{
	display: flex;
}

.page-num-container > * {
    margin-right: 20px;
}

.page-num-container > .page-no-input {
    width: 38px;
    text-align: center;
    /* margin-right: 10px; */
}

.table_header {
    position: sticky;
    display: grid;
    grid-template-columns: 160px 1fr 120px;
    grid-gap: 16px;
    padding-bottom: 8px;
    text-align: left;
    font: normal normal medium 16px Noto Sans TC;
    letter-spacing: 0px;
    color: #505050;
    background: #c9c6c6;
    justify-items: left;
    align-items: center;
    padding: 5px 20px;
}

.table_item {
    display: inline-flex;
    align-items: center;
    /* white-space: nowrap; */
}

.table_item_list {
    display: grid;
    grid-template-columns: 160px 1fr 120px;
    grid-gap: 16px;	
    padding-bottom: 8px;
    text-align: left;
    padding: 10px 20px;
    border-bottom: 2px solid #d2d2d3;
    color: #444444;
    font-family: 'Noto Sans TC';
    font-style: normal;
}

.table_item_row{
    display: flex;

}

.table_conent_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    text-align: left;
}

.downloadIcon {
	background: url(img/note_download.svg) no-repeat center;
	display: block;
	width: 20px;
	height: 20px;
	background-size: contain;
	cursor: pointer;
}


/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
#header {
    background-color: white;
    position: relative;
    position: sticky;
    top: 0;
    z-index: 999;
    padding-bottom: 20px;
}


.primary-menu ul li{
	list-style: none;
}

.primary-menu {
	/* display: none; */
	/* POSITION: absolute; */
    width: 100%;
	max-width: 80vw;
	height: 18vw;
	margin: 0 auto;
}

.fa-angle-down {
    float: right;
    padding: 4px;
    padding-right: 8px;
    vertical-align: text-bottom;
	display: none;
}
.fa-angle-up {
  float: right;
  padding: 4px;
  padding-right: 8px;
  vertical-align: text-bottom;
  display: none;
}

.menu-container{
	display: flex;
    list-style: none;
    justify-content: space-around;
    flex-direction: row;
    padding: 0;
    height: 100%;
    grid-gap: 15px;
    align-items: center;
}

.header-row-justify {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    min-height: 10vh;
    align-items: center;
    /* position: sticky; */
    /* top: 0; */
    z-index: 999;
    background-color: white;
}

.header-row-title{
	display: none;
}

.menu-link1 {
	background: url(img/content_icon1-1.svg) no-repeat center;
	display: block;
	/* width: 18vw; */
	/* height: 18vw; */
	width: 100%; 
	height: 100%;
	background-size: cover;
	cursor:pointer;
}

.menu-link1:hover {
	background: url(img/content_icon1-2.svg) no-repeat center;
}


.menu-link2 {
	background: url(img/content_icon2-1.svg) no-repeat center;
	display: block;
	/* width: 18vw; */
	/* height: 18vw; */
	width: 100%; 
	height: 100%;
	background-size: cover;
	cursor:pointer;
}

.menu-link2:hover {
	background: url(img/content_icon2-2.svg) no-repeat center;
}

.menu-link3 {
	background: url(img/content_icon3-1.svg) no-repeat center;
	display: block;
	/* width: 18vw; */
	/* height: 18vw; */
	width: 100%; 
	height: 100%;
	background-size: cover;
	cursor:pointer;
}

.menu-link3:hover {
	background: url(img/content_icon3-2.svg) no-repeat center;
}

.menu-link4 {
	background: url(img/content_icon4-1.svg) no-repeat center;
	display: block;
	/* width: 18vw; */
	/* height: 18vw; */
	width: 100%; 
	height: 100%;
	background-size: cover;
	cursor:pointer;
}

.menu-link4:hover {
	background: url(img/content_icon4-2.svg) no-repeat center;
}

.menu-link5 {
	background: url(img/content_icon5-1.svg) no-repeat center;
	display: block;
	/* width: 18vw; */
	/* height: 18vw; */
	width: 100%; 
	height: 100%;
	background-size: cover;
	cursor:pointer;
}

.menu-link5:hover {
	background: url(img/content_icon5-2.svg) no-repeat center;
}

.menu-item{
	position: relative;
	max-width: 16vw;
	max-height: 16vw;
	width: 100%;
	height: 100%;
	border-top: 1px solid white;
}
.menu-container > .menu-item:nth-child(1) {
	z-index: 1;
}
.menu-container > .menu-item:nth-child(2) {
	z-index: 0;
}


.menu-link1:not(.on-click) + .main-menu-container{
	display: none;
}

.menu-link1.on-click + .main-menu-container{
	display: block;
}

.menu-link3:not(.on-click) + .main-menu-container{
	display: none;
}

.menu-link3.on-click + .main-menu-container{
	display: block;
}


.main-menu-container{
	position: relative;
    border-top: 1px groove #EEE;
    margin-bottom: 0;
	padding: 0;
	display: none;
}

.header-sub-title{
	padding: 20px;
	display: flex;
    justify-content: center;
}
.header-sub-title2{
	padding: 5px 20px;
	color: #000;
	word-break: break-word;
}

.back_btn{
	padding: 2px 10px;
    border-radius: 15px;
    display: flex;
    background-color: #6d6d6d;
    width: 80px;
    border: 0.5px groove;
    color: #fff;
    align-items: center;
    justify-content: space-around;
    font-size: 15px;
	cursor: pointer;
	    margin: 0 auto;
}

.menu-item-main {
	position: relative;
	display: flex;
	cursor: pointer;

}
.main-menu-container .menu-item-main {
	
}

.menu-main-link{
	flex: 0 0 auto;
	position: relative;
	display: flex;
	width: 100%;
	background-color: #beeffe;
	padding: 0;
	color: #000;
}

.menu-main-link:hover{
	background-color: #82dcff;
}

.menu-main-link-Notes{
	flex: 0 0 auto;
	position: relative;
	display: flex;
	width: 100%;
	background-color: #b5ead5;
	padding: 0;
	color: #000;
}

.menu-main-link-Notes:hover{
	background-color: #8bd6b9;
}

.sub-menu-container{
    position: absolute;
    top: 0;
    left: 100%;
	
	width: 100%;
	
    padding: 0;

    background-color: #e7ffff;
}
.menu-item-sub{
    min-height: 50px;
    display: flex;
    align-items: center;
	color: #000;
}

.menu-item-sub:hover{
	background-color: #c1f0ff;
}

.menu-item-main:not(.on-click) > .sub-menu-container{
	display: none;
}

.menu-item-main.on-click > .sub-menu-container{
	display: block;
}

.menu-item-main.on-click > .menu-main-link{
	background-color: #82dcff;
}
.menu-item-main.on-click > .menu-main-link-Notes{
	background-color: #8bd6b9;
}

@media screen and (max-width: 992px) {
	.menu-container{    
		flex-direction: column;
		max-width: 100vw;
		background-color: #fcbe0b;
		justify-content: normal;
		margin: 0;
		align-items:  normal;
	}

	.header-row-title{
		display: inline-block;
		color: white;
	}

	.menu-link1 ,.menu-link2 ,.menu-link3 ,.menu-link4 ,.menu-link5 {
		display: block;
		line-height: 22px;
		padding: 14px 5px;
		color: #646464;
		font-weight: 700;
		font-size: 0.9rem;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-family: 'Poppins', sans-serif;
		background-image: none;
		width: auto;
		height: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.fa-angle-down {
		display: inline-block;
	}
	.fa-angle-up {
		display: inline-block;
	}
	

	.primary-menu {
		/* height: 300px; */
		overflow: auto;
		transform: translateX(-100vw);
		height: 100vh;
		position: absolute;
		max-width: 100vw;
	}

	.primary-menu:not(.on-click){
		/* display: none; */
		width: 0;
		height: 0;
		opacity: 0;
	}
	.primary-menu.on-click{
		opacity: 1;
		/* display: block; */
		transform: translateX(0);
		transition: transform 0.5s ease-in, display 0.5s;
	}

	.menu-item{
		width: auto;
		background-color: #fcbe0b;
		/* margin: 0 5px; */
		color : #fff;
		max-width: 100vw; 
		max-height: 100vw; 
		height: auto;
	}
	.menu-item-main{
	    flex-direction: column;
		padding: 0 5px;
	}
	.menu-item-main.on-click{
		display: block;
	    flex-direction: column;
		padding: 0 5px;
	}


	.menu-main-link,.menu-main-link-Notes{
		background-color: transparent !important;
		position: relative;
		align-items: center;
		justify-content: space-between;
		color: #fff;
	}
	.sub-main-link{
		background-color: transparent;
		position: relative;
	}

	.main-menu-container{
		border: 0;
	}
	.sub-menu-container{
		left:0;
		position: relative;
		background-color: transparent;
		margin-left: 15px;
	}
	.header-sub-title2{
		color: #fff;
	}

	.menu-link1:not(.on-click) + .main-menu-container {
	
	}
	.menu-link1.on-click + .main-menu-container {
	
	}

}

@media (min-width: 992px) and (hover: hover) {
	.menu-item:hover > .main-menu-container{
		display: block;
	}
}
@media (min-width: 992px) {
	.menu-item:active > .main-menu-container{
		display: block;
	}

	.primary-menu + .primary-menu {
		border-top: 0;
	}

	#primary-menu-trigger,
	#page-menu-trigger {
		display: none;
		opacity: 0;
		pointer-events: none;
		z-index: 0;
	}
}
/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/
img {
    max-width: 100%;
}

#logo {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    margin-right: auto;
    margin-left: auto;
    max-height: 100%;
    justify-content: center;
}

#logo a {
	width: 100%;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
}

#logo img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	height: 5vh;
}



/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/


#footer {
	color:#ffffff;
	position: relative;
	background-color:#f7f7f7;
	/* border-top: 5px solid rgba(0,0,0,0.2); */
	bottom: 0;
    /* position: absolute; */
    width: 100%;
	margin-top: 35px;
}

#footer a{
	color:white;
}
.footer_container,.copyrights_container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}



#footer a:hover{
	color:#5bb22f;
}

#footer img{
	float: right;
}

@media only screen and (max-width: 820px) {
  #footer img{
	float: none;
	display: block;
	margin:0 auto;
	height: 4vh;
	}
}

#footer .footer-widgets-wrap {
	position: relative;
	padding: 40px;
}

#copyrights {
	padding: 40px 0;
	background-color: #4d4d4d;
	font-size: 0.875rem;
	line-height: 1.8;
}

#copyrights i.footer-icon {
	position: relative;
	top: 1px;
	font-size: 0.875rem;
	width: 14px;
	text-align: center;
	margin-right: 3px;
}

.copyright-links a {
	display: inline-block;
	margin: 0 3px;
	color: #333;
	border-bottom: 1px dotted #444;
}

.copyright-links a:hover {
	color: #555;
	border-bottom: 1px solid #666;
}

.copyrights-menu { margin-bottom: 10px; }

.copyrights-menu a {
	font-size: 0.875rem;
	margin: 0 10px;
	border-bottom: 0 !important;
}

#copyrights a:first-child { margin-left: 0; }

#copyrights.text-end a:last-child { margin-right: 0; }

.footer-logo {
	display: block;
	margin-bottom: 30px;
}

.Copyrights-row {
    display: flex;
    justify-content: space-around;
    align-items: center;
}







@media (max-width: 992px) {
	.news{
		flex-direction: column;
    	align-items: center;
	}
	.questions_table{
		flex-direction: column;
		align-items: center;
	}

	.article_table{
		display: flex;
		flex-direction: column;
		align-items: center;
		grid-gap: 30px;
	}

	.questions_Img {
		max-width: 100vw;
		height: auto;
	}
	.questions_Img img{
		height:auto !important;
	}
	.table_header{
		display: none;
	}

	.table_item_list > div:nth-child(1) {
		grid-area: main;
		padding: 15px;
		background: white;
	}
	.table_item_list > div:nth-child(2) {
		grid-area: head;
		background-color: #64cea9;
		padding: 15px;
		font-weight: bold;
		color: #FFF;
	}
	
	.table_item_list a {

		grid-area: download;
		padding: 15px 0;
	}
	.table_item_list{
		display: grid;
		grid-template-columns: 1fr 1fr 50px;
		justify-content: space-between;
		word-break: break-all;
		grid-template-areas: 
			"head head head"
			"main main download";
		box-shadow: 0px 2px 6px #00000026;
		padding: 0;
		margin: 10px 0 30px 0;
		grid-gap: 0;
	}

	.video_table{
		display: flex;
		flex-direction: column;
		align-items: center;
	}



	.article_TableCardContent{
		display: none;
	}

	.questions_Img > video{
		width: 60vw;
	}


	#footer {
		 /* position: sticky;  */
		 /* bottom: 0; */
	}

	#footer .footer-widgets-wrap {
		position: relative;
		padding: 15px;
	}
	
	#copyrights {
		padding: 15px 0;
	}

	.Copyrights-row {
		flex-direction: column;
	}


	.series-wrapper {
		height: auto; 
		justify-content: center;
	}

	.series {
		flex-direction: column;
		padding: 0;
	}

	.series_more{
		display: block;
	}
}




@media only screen and (max-width: 820px) {
	#copyrights .text-md-start{
	  padding-bottom:0;
	  }
  }
  

  

@media (min-width: 992px) {

	.primary-menu {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-positive: 0;
		flex-grow: 0;
	}

	.primary-menu + .primary-menu {
		border-top: 0;
	}

}