@charset "UTF-8";

nav.bg-main{
	background-color: #152953;
}
nav.bg-main a{
	color: #ddc28a!important;
}
nav.bg-main a:hover{
	color: #a68024!important;
}
.navbar-toggler-icon{
	color: #fff!important;
}
.navbar-dark .navbar-toggler-icon {
    background-image:url("img/nav.svg");
}

/*報名表單*/
.registration-form-bg{
	background-color: #17345e;
	background-image: url("img/bg.jpg");
	background-size:cover;
	background-position:bottom;
	background-repeat: no-repeat;
}
.registration-form{
	max-width: 960px;
	margin: 0 auto 50px auto;
	border-radius: 10px 10px;
	background-color: #152953;
	padding: 30px 30px 15px 30px;
	color: #fff;
	box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.2);
}

.font-gray{
	color:#c5d7ea;
}
.note{
	background-color: #c5d7ea;
	padding: 10px;
	border-radius: 5px;
	color: #333;
}
.note a{
	color: #152953;
	text-underline-offset: 5px;
}
.registration-title{
	padding:20px 20px 10px 20px;
	color: #ddc28a;
}
.btn-mainColor{
	background-color:#ddc28a!important;
	border: none;
	cursor:default;
	color: #333;
}

/*index*/
.container h2, .main-color{
	color: #152953!important;
}

.qa_question{
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.qa_number{
	width: 30px;
	height: 30px;
	border-radius: 3px;
	text-align: center;
	background-color: #ddc28a;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
}
.btn-weidth100{
	width: 100%;
	text-align: left;
	outline: none!important;
}
.vedio{
	text-align: center;
	width: 100%;
	height: auto;
}
.card-header{
	border-bottom: none!important;
}
.copyright{
	background-color: #152953;
	color: #fff;
	padding: 20px 10px;
	text-align: center;
	letter-spacing: 1px;
}

footer .logo{
    margin: 10px 20px;
	width: auto;
	display: inline-block;
}
footer .logo img{
	height: 35px;
    width: auto;
}
.footer-logos{
	margin: 0 auto;
	padding: 10px 4px 20px 4px;
	text-align: center;
}
.phone a{
	color: #ddc28a;
	text-decoration: none;
}

.activityTab li{
	margin-bottom: 40px;
	margin-right: 10px;
}
.activityTab li a{
	background-color:#ddc28a;
	color: #333;
	text-decoration: none;
	padding: 20px 10px;
	text-align: center;
	border-radius: 3px;
}
.activityTab li a.active{
	background-color: #152953;
	color: #ddc28a;
}
.tab-content{
	padding: 15px;
	background-color: #f2f8ff;
	border-radius: 3px;
}
.time{
	font-size: 1.5em;
	color: #152953;
	font-weight: bold;
}
.theme{
	color:#c2a352;
}
.theme-bg{
	background-color: #c2a352;
	color: #fff;
	padding:  5px 10px;
	letter-spacing: 1px;
	border-radius: 3px;
}
.caption{
	font-size: 1.5em;
	color: #c2a352;
	font-weight: bold;
}
.forum{
	/*border-top: 1px solid #dedddc;*/
	padding: 10px 20px;
	margin: 10px 10px 0 0;
	background-color: #e6f0fc;
}
.discussion-topic{
	font-size: 1.1em;
	font-weight: bold;
}
/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 1px;
  background-color: #152953;
  top: 0;
  bottom: 0;
  left: 50%;
}
.timeline{
	 text-align: center;
	color: #152953;
	padding-top: 6px;

}
.lector a{
	text-decoration: none;
	color: #333;
}
.lector a:hover{
	font-weight: bold;
	cursor: pointer;
}
/*講師介紹頁*/
.job-title{
	color: #a68024;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
}
.lectorImg img{
	width: 100%;
	height: auto;
}
.has-iframe .fancybox__content{
    width:65%!important;
    height: 65%!important;
}
/*浮動按鈕*/
.mainBtn{
	position: fixed;
	bottom: 5%;
	right: 1%;
	z-index: 9999;
}
.mainBtn div{
	margin: 10px;
	width: 85px;
	height: 85px;
	border-radius: 50px;
	text-align: center;
	font-weight: bold;
	align-content: center;
	color: #333;
}
.mainBtn div a{
	text-decoration: none;
}
.mainBtn div.bnt1{
	background-color: #ddc28a;
}
.mainBtn div.bnt1 a{
	color: #6f6145;
}
.mainBtn div.bnt1:hover{
	border: 1px solid #6f6145;
}

.mainBtn div.bnt2{
	background-color:#b7d3ba;
}
.mainBtn div.bnt2 a{
	color: #26482a;
}
.mainBtn div.bnt2:hover{
	border: 1px solid #26482a;
}
.mainBtn div.bnt3{
	background-color:#b8d9e8;
}
.mainBtn div.bnt3 a{
	color: #436c7f;
}
.mainBtn div.bnt3:hover{
	border: 1px solid #436c7f;
}
.videobox {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.videobox iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.point{
	position: relative;
	top: -50px;
}
.card-body{
	height: 110px;
}
li a{
	text-decoration: none;
	color: #333;
}
li a:hover{
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
@media screen and (max-width: 1199px) {
	.card-body{
		height: 130px;
	}
}
@media screen and (max-width: 991px) {
	.card-body{
		height: 110px;
	}
}
@media screen and (max-width: 767px) {
	.registration-form{
		width: 94%;
		margin: 0 3% 20px 3%;
		padding: 20px 20px 15px 20px;
	}
	.has-iframe .fancybox__content{
		width:95%!important;
		height:85%!important;
	}
	footer{
		padding-bottom: 60px;
	}
	/*浮動按鈕*/
	.mainBtn{
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 9999;
		width: 100%;
		margin: 0 auto;
	}
	.mainBtn div{
		margin: 0;
		width: 32.3%;
		height: 60px;
		border-radius: 0;
		text-align: center;
		font-weight: bold;
		align-content: center;
		color: #333;
		display: inline-block;
		align-content: center;	
	}
}
@media screen and (max-width: 360px) {
	.card-body{
		height: 140px;
	}
}