@import url(//fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
	overflow-x: hidden;
	font-family: "Noto Sans TC", "微軟正黑體", "繁黑體", "Microsoft JhengHei", "Microsoft YaHei", "Heiti TC", "LiHei Pro", "新細明體", PMingLiU, 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: #338f5e;
	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: #338f5e;
}
.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: #ed7020;
}
/*--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: #005670;
	font-size: 18px;
	font-weight: 600;
	transition: all 0.5s;
}

.navbar-default .nav li a:hover, .navbar-default .nav li a:focus {
	color: #ed7020;
	outline: 0
}
.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #ed7020;
	background-color: #fff;
}
.navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
	color: #ed7020;
	background-color: #fff;
}

@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: 42px;
	font-family: 'Noto Sans TC', sans-serif;
	margin-top: 0;
	color: #ed7020;
	font-weight: 600;
	letter-spacing: 0.02em
}

section h2.section-heading2 {
	font-size: 42px;
	font-family: 'Noto Sans TC', sans-serif;
	margin-top: 0;
	color: #fff;
	font-weight: 600;
	letter-spacing: 0.02em
}

.section-line{
	max-width:8px;
	margin-bottom: 50px;
	margin-top: 30px;
	border-width:8px;
	border-color: #ed7020;
}

.section-line2{
	max-width:8px;
	margin-bottom: 50px;
	margin-top: 30px;
	border-width:8px;
	border-color: #fff;
}



@media (max-width:768px) {
	section {
		padding: 100px 0
	}
	section h2.section-heading {
		font-size: 34px;
	}
	section h2.section-heading2 {
		font-size: 34px;
	}
	.section-line{
	max-width:8px;
	margin-bottom: 30px;
	margin-top: 20px;
	border-width:8px;
	border-color: #ed7020;
	}
	.section-line2{
	max-width:8px;
	margin-bottom: 30px;
	margin-top: 20px;
	border-width:8px;
	border-color: #fff;
	}
}

section#about {
	padding: 120px 0;
	background:#f2f4f4;
}

section#portfolio {
	padding: 120px 0;
	background: #f2f4f4;
}

section#program {
	padding: 120px 0;
	background: #f2f4f4;
}

section#register {
	padding: 120px 0 60px 0;
	background-color: #ed7020;
	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 */
}


/* Parallax */

.parallax{
	display: block;
	overflow: hidden;
	width:100%;
	height:500px; 
	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:90%;
	margin:auto;
	display:block;
	font-size:18px;
	line-height:1.6m;
	font-weight: 300;
	color:#888888;
	letter-spacing: 0.06em;
	text-align: justify;
}

@media (max-width: 1100px) { 

.text_zone {
	width:s%;
	margin:auto;
	display:block;
	color:#888888;
	}
}

@media (max-width: 780px){

.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(236,111,31,.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: #09566f;
}

#portfolio .portfolio-item .portfolio-caption p {
	margin-top: 5px;
	line-height: 22px;
	font-size: 16px;
	color:#888;
	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:#ec6f1f;
}


.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:#888;
}
.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: #888888;
    font-family: sans-serif;
    letter-spacing: 0.02em;
}

.classname{
    font-size: 22px;
    line-height: 26px;
    color:#005670;
    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:#005670;
    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: 16px;
	    line-height: 22px;
	    font-weight: 300;
    	color: #44484c;
	}

	.classname{
	    font-size: 20px;
	    line-height: 24px;
	    color:#005670;
	    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: 2px solid #005670;
}
section.register .priceBox h4 {
	position: absolute;
	bottom: 100%;
	left: -2px;
	margin: 0;
	padding: 5px 20px 5px calc(20px + 0.2em);
	color: rgba(255,255,255,0.8);
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0.2em;
	background-color: #005670;
	border: 2px solid #005670;
}
section.register .priceBox .special {
	font-size: 44px;
	font-weight: 600;
	color: #fff;
}
section.register .priceBox .special2 {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	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: #fff;
}
section.register .priceBox .special2 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	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: 500;
	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;
	border-width:2px;
	border-color:#fff;
}

/*------------------ Google Maps -----------------*/

#map {
    height: 450px;
    margin: 0;
    padding: 0;
}





/*------------------Footer-----------------*/
footer {
	padding: 20px 0;
	background-color: #fff;
}

footer dl.sub-logo { text-align: center; }
footer dl.sub-logo dt { 
	margin-right: 20px;
	text-align: center;
	}
footer dl.sub-logo dd { margin: 0; padding: 0; }
footer dl.sub-logo dd img { margin: auto; }
footer dl.sub-logo dd { margin-bottom: 10px; }
footer .ticket-logo { height: 65px; }



@media only screen and (min-width:800px) {
  footer { padding: 20px 0; }
  footer dl.sub-logo { margin: 0; height: 60px; overflow: hidden; }
  footer dl.sub-logo dt, footer dl.sub-logo dd { display: inline-block; }
  footer dl.sub-logo dt { margin: 0 8px; }
  footer dl.sub-logo dt:first-child { margin-left: 0; }
  footer dl.sub-logo dd { margin-bottom: 10px; }
  footer dl.sub-logo dd:last-child { margin-right: 0; }
  footer dl.sub-logo dd img { height: 60px; }
}

@media only screen and (min-width: 992px) {
  footer dl.sub-logo { height: 50px; }
  footer dl.sub-logo dd { margin-right: 10px; }
  footer dl.sub-logo dd img { height: 50px; }
}


@media only screen and (min-width: 1200px) {
  footer dl.sub-logo { height: 60px; }
  footer dl.sub-logo dd { margin-right: 15px; }
  footer dl.sub-logo dd img { height: 60px; }
  
}


/*------------------ 協辦單位 End -----------------*/




.traffic-link a {
	font-size:18px;
	color: #0e6362;
	font-weight: 500;
}

/* More */


.btn {
	margin:10px 10px;
	width: 240px;
	font-size:18px;
	background-color:#005670;
	border-radius:0;
	padding:20px 30px;
	border:2px solid #005670;
	color: #fff;
	transition: all 0.5s;
  	cursor: pointer;
  	font-weight: 500;
}

.btn:focus,
.btn:hover {
	background-color:rgba(255,255,255,0);
	border:2px solid #ebf1e1;
	color:#ebf1e1;
}



/* Back to top */

.back-to-top {
	position: fixed;
	bottom: 0.1em;
	right: 0.3em;
	background: #005670;
	border-radius: 0;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 2em;
	display: none;
	opacity: 0.8;
	-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;
}


