@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900|Roboto:100,300,400,500,700,900&subset=chinese-traditional');

body {
	overflow-x: hidden;
	font-family: 'Noto Sans TC', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	-webkit-tap-highlight-color:#fff;
	color: #9ccc66;
}
.text-muted {
	color: #d6d2c3;
}
.text-primary {
	color: #F9BF3D
}
.signway{
	color: #d6d2c3;
	font-size: 14px;
}
p {
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
}
p.large {
	font-size: 17px
}
a, a:hover, a:focus, a:active, a.active {
	outline: 0
}
a {
	color: #fff;
}
a:hover, a:focus, a:active, a.active {
	color:#ddd;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 400;
}
.img-centered {
	margin: 0 auto
}

::-moz-selection {
text-shadow:none;
background:#dfe8ef
}
::selection {
	text-shadow: none;
	background: #dfe8ef;
}
img::selection {
	background: 0 0
}
img::-moz-selection {
background:0 0
}





/*------------------導覽列-----------------*/

/*--moblie背景--*/
.navbar-default {
	background-color: #fff;
	border-color: transparent;
	padding: 10px 0;
}
.navbar-default .navbar-brand {
	color: #4c4956;
	font-family: 'Noto Sans TC', sans-serif;
	padding: 10px 0;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active {
	color: #4c4956;
}
.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02)
}
/*--moblie 漢堡顏色--*/
.navbar-default .navbar-toggle {
	background-color: #fff;
	border-color: #fff;
}
/*--moblie 漢堡顏色--*/
.navbar-default .navbar-toggle .icon-bar {
	background-color: #012360;
}
/*--moblie 漢堡hover顏色--*/
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
	padding: 10px;
}
/*--moblie 選單字體設定--*/
.navbar-default .nav li a {
	font-family: 'Noto Sans TC', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #012360;
	font-size: 18px;
	font-weight: 700;
	transition: all 0.5s;
}

.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
	color: #008dc2;
	outline: 0
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #008dc2;
	background-color: #f0f3f7;
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #008dc2;
	background-color: #f0f3f7;
}

@media (min-width:768px) {
.navbar-default {
	background-color: transparent;
	padding: 30px 0;
	-webkit-transition: padding .3s;
	-moz-transition: padding .3s;
	transition: padding .3s;
	border: 0
}
.navbar-default .navbar-brand {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 0px
}
/*--電腦 導覽列顏色--*/	
.navbar-default.navbar-shrink {
	background-color: #fff;
	padding: 15px 0
}
.navbar-default.navbar-shrink .navbar-brand {
	padding-top:8px;
	padding-left: 10px;
}
}



/*------------------每個section的設定-----------------*/

section h2.section-heading {
	font-size: 45px;
	font-family: 'Noto Sans TC', sans-serif;
	margin-top: 0;
	color: #012360;
	font-weight: 600;
	letter-spacing: 0.05em
}

.section-line{
	max-width: 80px;
	margin-bottom: 50px;
	margin-top: 20px;
	border-width:2px;
	border-color: #012360;
}

section h2.section-heading2 {
	font-size: 45px;
	font-family: 'Noto Sans TC', sans-serif;
	margin-top: 0;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.05em
}

.section-line2{
	max-width: 80px;
	margin-bottom: 50px;
	margin-top: 20px;
	border-width:2px;
	border-color: #fff;
}

@media (max-width:768px) {
	section {
		padding: 80px 0
	}
	section h2.section-heading {
		font-size: 38px;
	}
	.section-line{
	max-width: 40px;
	margin-bottom: 50px;
	margin-top: 20px;
	border-width:5px;
	border-color: #012360;
	}
	section h2.section-heading2 {
		font-size: 38px;
	}

	.section-line2{
		max-width: 40px;
		margin-bottom: 50px;
		margin-top: 20px;
		border-width:5px;
		border-color: #fff;
	}
}

section#intro {
	padding: 120px 0;
	background:#f0f3f7;
	  font-family: 'Noto Sans TC', sans-serif;
}

section#portfolio {
	padding: 120px 0;
	background: #f0f3f7;
	  font-family: 'Noto Sans TC', sans-serif;
}

section#program {
	padding: 120px 0;
	background: #f0f3f7;
	font-family: 'Noto Sans TC', sans-serif;
}

section#register {
	padding: 120px 0 60px 0;
	background-color: #fffbf8;
	background-image: url(../images/sign_bg.jpg);
	background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    font-family: 'Noto Sans TC', sans-serif;
}

section#traffic {
	padding: 120px 0;
	background: #f0f3f7;
	  font-family: 'Noto Sans TC', sans-serif;
}

/* Parallax */

.parallax{
	display: block;
	overflow: hidden;
	width:100%;
	height:400px; 
	padding:0;
	margin:0;
	text-align: center;
	background-attachment:fixed;
	background-repeat:no-repeat; 
	position:relative;
	background-size: cover;
}

.parallax.fixed{
	background-attachment:fixed;
}
 
/* *** Parallax - Fix on iOS Devices *** */

@media only screen and (max-width: 1024px) {
	.parallax {
		background-attachment: scroll;
		height: 550px;
	}
}

@media only screen and (max-width: 768px) {
	.parallax {
		background-attachment: scroll;
		height: 450px;
	}
}

@media only screen and (max-width: 640px) {
	.parallax {
		height: 250px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
	.parallax {
		background-attachment: scroll;
	}
}




/*------------------ 主視覺與前言文字 ------------------*/

.zonetop {
  background-color:#fff;
  background-image: url(../images/header-bg.jpg);
  width:100%;
}

.text_zone {
	width:100%;
	margin:auto;
	display:block;
	font-size:18px;
	line-height:1.6em;
	font-weight: 300;
	color:#7c7c7c;
	letter-spacing: 0.02em;
	text-align: justify;
}

@media (max-width: 1100px) { 

.text_zone {
	width:100%;
	margin:auto;
	display:block;
	color:#888888;
	}
}

@media (max-width: 1024px){

	.main_discrip {
		width:100%;
		background-color:#dcdbe1;
		padding:0px 0 100px 0; 
		color:#888888;
	}
	.zonetop{
	  background-color:#dcdbe1;
	  background-image: url(../images/moblie.jpg);
	  width:100%;
	  height:100vh;
	 }

	.text_zone {
		font-size:17px;
		line-height:1.7em;
		font-weight: 300;
		color:#888888;
	}
}

.mbr-section {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mbr-section-full {
  display: table;
  height: 100vh;
  padding-bottom: 0;
  padding-top: 0;
  table-layout: fixed;
  width: 100%;
}

.mbr-section-full > .mbr-table-cell {
    width: 100%;
}

.mbr-section-hero.mbr-after-navbar .mbr-section {
    padding-top: 120px;
}




/*------------------ 講師陣容 -----------------*/

#portfolio .portfolio-item {
	right: 0;
	margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 190px;
    margin: 0 auto;
    cursor: pointer; 
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
	position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    opacity: 0;
    background: rgba(245,217,38,.8); 
    border-radius: 50%;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
    opacity: 1; 
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	font-size: 20px;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    color: white;
    font-family: 'Noto Sans TC', sans-serif;
    letter-spacing: 0.02em;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
	margin-top: -12px; 
	color: #fff;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
    margin: 0; 
}

#portfolio .portfolio-item .portfolio-caption {
	max-width: 400px;
	margin: 0 auto;
	padding: 25px;
	text-align: center;
}

#portfolio .portfolio-item .portfolio-caption h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-transform: none;
	font-size: 22px;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: #008dc2;
}

#portfolio .portfolio-item .portfolio-caption p {
	margin-top: 5px;
	line-height: 22px;
	font-size: 16px;
	color:#7c7c7c;
	font-weight: 300;
	letter-spacing: 0.02em;
}

#portfolio * {
  z-index: 2; }

@media (min-width: 767px) {
#portfolio .portfolio-item {
    margin: 0 0 30px; 
    } 
}

.portfolio-modal {
	padding-right: 0px !important; 
}

.portfolio-modal .modal-dialog {
	margin: 30px;
    max-width: 100%;
    align-content: center;
}

.portfolio-modal .modal-content {
	padding: 100px 0;
    text-align: center;
}

.portfolio-modal .modal-content h2 {
	font-size: 3em;
	margin-bottom: 15px; }

.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}
    
.portfolio-modal .modal-content p.item-intro {
	font-size: 16px;
    font-style: italic;
    margin: 20px 0 30px;
    font-family: 'Noto Sans TC', sans-serif;
}

.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
      margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
      cursor: pointer;
}

.portfolio-modal .close-modal {
	position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    cursor: pointer;
    background-color: transparent;
}

.portfolio-modal .close-modal:hover {
	opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
	/* Safari and Chrome */
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
   	background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
	/* Safari and Chrome */
    z-index: 1052;
    width: 1px;
    height: 75px;
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #212529;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.d-block {
  display: block !important;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 30px;
  pointer-events: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.item-speaker {
	font-size:24px;
	font-weight:600;
	color:#008dc2;
}


.item-title{
	font-size:18px;
	margin:40px 0 10px 0;
	font-weight:500;
	color:#09566f;
}

.item-ul {
	font-size:16px;
	margin-left: -20px;
	list-style: square;
	font-weight:300;
	margin-bottom: 10px;
	color:#7c7c7c;
}
.item-more {
	font-size:16px;
	font-weight:300;
	line-height: 26px;
	letter-spacing: 0.02em;
}


.mdoal-speaker{
	margin-left: 13px;
	font-size:17px;
	color:#000;
}





::-moz-selection {
text-shadow:none;
background:#dfe8ef
}
::selection {
	text-shadow: none;
	background: #dfe8ef;
}
img::selection {
	background: 0 0
}
img::-moz-selection {
background:0 0
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 20px 0px;
}
th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	font-size: 15px;
}
table tbody tr td {
	padding: 10px
}



/*------------------ 論壇議程 -----------------*/

.table-content{
	font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #7c7c7c;
    letter-spacing: 0.02em;
}

.time {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.02em;
}


.classname{
    font-size: 22px;
    line-height: 26px;
    color:#008dc2;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.class_speaker{
	font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.speaker_hide{
	color:rgba(255,255,255,0);
}

#program>* table {
    width:100%;
    padding: 20px 5px;
}

#program>* table tbody tr td {
    padding: 15px;
}
 #program table tbody tr td {
    line-height: 1
}
#program table tbody tr td .dash {
    margin: 5px 0px 6px 0px
}

@media (min-width: 767px) {
#program table tbody tr td .dash {
    display: inline-block;
    margin: 3px 0px 2px 0px
}
}

#program>*:last-child {
    border: none
}
#program>* table tbody tr {
    border-bottom: 1px dotted rgba(0,0,0,0.2);
}
#program>* table tbody tr:last-child {
    border-bottom: 1px dotted rgba(0,0,0,0.2);
}

#program>* table tbody tr td:first-child {
    text-align: center
}

#program table tbody tr td .dash {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color:#008dc2;
    margin:0 5px;
}

@media (min-width: 440px) {
	#program table tbody tr td .dash {
	    -webkit-transform: rotate(0deg);
	    -moz-transform: rotate(0deg);
	    -ms-transform: rotate(0deg);
	    -o-transform: rotate(0deg);
	    transform: rotate(0deg);
	}
}

@media (max-width:768px) {
	.table-content{
		font-size: 17px;
	    line-height: 22px;
	    font-weight: 300;
    	color: #7c7c7c;
	}

	.classname{
	    font-size: 20px;
	    line-height: 24px;
	    color:#008dc2;
	    font-weight: 600;
	}

	.class_speaker{
		font-size: 16px;
	    line-height: 22px;
	    font-weight: 300;
	}
}


/*------------------ 立即報名 -----------------*/

section.register .priceBox {
	position: relative;
	padding: 40px 20px;
	margin-top: 45px;
	text-align: center;
	border: 1px solid #f5d926;
}
section.register .priceBox h4 {
	position: absolute;
	bottom: 100%;
	left: -2px;
	margin: 0;
	padding: 5px 20px 5px calc(20px + 0.2em);
	color: #012360;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.1em;
	background-color: #f5d926;
	border: 1px solid #f5d926;
}
section.register .priceBox .special {
	font-size: 44px;
	font-weight: 500;
	color: #f5d926;
}
section.register .priceBox .special2 {
	font-size: 24px;
	font-weight: 500;
	color: #f5d926;
	line-height: 30px;
}

@media (max-width: 780px){
	section.register .priceBox .special3 {
		font-size: 20px;
		line-height: 24px;
	}
	section.register .priceBox .special {
		font-size: 36px;
		font-weight: 600;
		color: #f5d926;
	}
	section.register .priceBox .special2 {
		font-size: 22px;
		font-weight: 600;
		color: #f5d926;
		line-height: 34px;
	}
}

section.register .priceBox .special span {
	margin-left: 5px;
	font-size: 17px;
}
section.register .priceBox .origine {
	font-size: 16px;
	margin-top: -27px;
	color: rgba(255,255,255,0.7);
}
section.register .priceBox .origine2 {
	font-size: 16px;
	margin-top: -10px;
	color: rgba(255,255,255,0.7);
}
section.register .priceBox .tips {
	margin: 20px 0;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: normal;
}
section.register .rights {
	margin: 50px 0;
}
section.register .rights h3 {
	font-style: 20px;
	font-weight: 400;
	text-align: center;
	color: #fff;
}
section.register .rights ul {
	padding-left: 1.8em;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
}
section.register .rights li {
	margin-bottom: 14px;
}

.signline {
	max-width:100px;
	margin-bottom: 50px;
	margin-top: 15px;s
	border-width:1px;
	border-color:#fff;
}

/*------------------ Google Maps -----------------*/

.traffic-title {
	color: #008dc2;
	font-weight: 700;
	font-size: 24px;
}

.traffic-list {
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left:-20px; 
	color: #7c7c7c;
	font-size: 16px;
	font-weight: 300;
}

.traffic-list li {
	margin-bottom: 10px;
	line-height: 22px;
}

.traffic-ol {
	margin-top: 15px;
	margin-bottom: 30px;
	margin-left:-20px; 
	color: #7c7c7c;
	font-size: 16px;
	font-weight: 300;
}

.map-link a {
	color: #7c7c7c;
	text-decoration:none;
}


/*------------------Footer-----------------*/
.clients{
  background-color:#fff;
  padding-top: 40px;
  padding-bottom: 20px
}

.clients h3{
  font-size: 16px;
  color: #7c7c7c;
  font-family: 'Noto Sans TC', sans-serif;
  font-weight: 600;
  margin: 20px auto;
  border: 1px solid #7c7c7c;
  text-align: center;
  display: block;
  width: 120px;
  padding-bottom: 10px;
  padding-top: 10px;
}

.logo-list {
  margin: 20px 0 5px 0;
}

.logo-list li {
  display: inline-block;
  margin: 0 1.5%;
}

.logo-list li img {
  max-height: 55px
}

.list-unstyled ul {
  padding-left: 0;
  list-style: none
}

@media (max-width: 480px) {
  .logo-list li {
    margin: 0 10px
  }
  .logo-list li img {
    max-height: 60px;
  }
}


/*------------------ 協辦單位 End -----------------*/




/* More */

.btn {
	margin:10px 10px;
	width: 250px;
	font-size:18px;
	background-color:#f5d926;
	border-radius:0;
	padding:20px 30px;
	border:1px solid #f5d926;
	color: #012360;
	transition: all 0.5s;
  	cursor: pointer;
  	font-weight: 500;
  	letter-spacing: 0.05em;
}

.btn:focus,
.btn:hover {
	background-color:rgb(255,255,255);
	border:1px solid #fff;
	color:#012360;
}


/*------------------ Back to top -----------------*/

.back-to-top {
	position: fixed;
	bottom: 0.1em;
	right: 0.3em;
	background: #012360;
	border-radius: 0;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 2em;
	display: none;
	opacity: 0.7;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color: #fff;
}

.back-to-top i {
	display: block;
	height: 50px;
	width: 50px;
	line-height: 50px;
}

.back-to-top:hover {	
	opacity: 1;
	cursor: pointer;
}
