/*

New Event

http://www.templatemo.com/tm-486-new-event

*/

body {
		background: #ffffff;
		font-family: 'Poppins', sans-serif, 微軟正黑體 !important;
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
}

.centerdiv{  
    float:left;  
    width:0 px;  
    border-right: 3px solid #fd9903;  
    margin-top: 50px;
	padding-bottom:430px;  /*关键*/  
    margin-bottom:-500px;  /*关键*/  
}  

/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
}

h3,h5 {
  font-weight: 500;
  font-size: 32px;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    line-height: 30px;
}

a {
  color:#333;
  text-decoration: none ;
  outline: none;
}

a:focus, a:hover {
    text-decoration: none;
}

.line-height-13{
	line-height:1.3;
}

.line-height-16{
	line-height:1.6;
}


/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
  margin-bottom: 0px;
}

.container1 {  
  width: 80%;
}

#speaker,
#register {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

#speaker > .container > .row > .speaker{
	padding: 3em 0em 3em 7em;
}

#speaker > .container > .row > .speaker p{
	font-size: 20px;
	line-height: 1.4;
}

#speech > .container > .row  p{
	font-size: 20px;  
}

#speech > .container1 > .row  p{
	margin: 0 auto 0 auto;  
}

#speech > .container > .row  li{
	font-size: 20px;
	line-height: 2;
}

#overview{
	padding: 3em 0 0 0;
	position: relative;
}

#detail, #video,
#program,
#sponsors, 
#contact {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#speech{
	padding-top: 5rem;
    padding-bottom: 5rem;
}

#faq{
	padding-top: 3rem;
    padding-bottom: 3rem;
}

#detail,
#sponsors,
footer {
  text-align: center;
}

#overview h3,
#speech h3,
#detail h3, #video h3,
#register h3,
#venue h3,
#contact h3 {
    padding-bottom: 12px;
}

#intro .btn,
#contact .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#contact .btn-danger {
    background: #f2545f;
    border-color: transparent;
}

#contact .btn {
  border-radius: 100px;
}

#intro .btn-danger:hover {
  background: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#contact .btn-danger:hover {
  background: #222;
}

#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.parallax-section {
  background-size: auto !important;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
  width: 50px;
  height: 50px;
  background-color: #ef820d;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
          animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
            transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
            transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
            transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }



/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #ef820d;
	position: fixed;
}

.custom-navbar .navbar-brand {
    color: #ffffff;
    font-weight: 400;
    font-size: 3rem;
}

.custom-navbar .nav li a {
    color: #FFF;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 40px;
    transition: all 0.4s ease-in-out;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #2e5bdf;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
  background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    /* color: #0000ff; */
}

.custom-navbar .navbar-toggle {
    border: none;
    padding-top: 10px;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #ffffff;
    border-color: transparent;
}

@media(min-width:768px) {
    .custom-navbar {
        padding: 0;
        border-bottom: 0;
    }
    .custom-navbar.top-nav-collapse {
        background: #101010;
        padding: 0;
    }

}

/*---------------------------------------
    每個區塊上下間距              
-----------------------------------------*/

.section{
	padding-top: 8rem;
    padding-bottom: 8rem;
}

.section th{
	text-align:center;
}


/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
    background: url('../images/intro-bg.png') no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
     display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
     -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    height: 400px;
    text-align: center;
	margin-top: 70px;
}

#intro h3 {
  letter-spacing: 2px;
}

.img-fluid{
	display:block;
	max-width:100%;
	height:auto;
	padding-left:0;
	padding-right:0;	
}

.overflow-h{
	overflow:hidden;
}

/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#speaker img {
  position: relative;
  padding-bottom: 32px;
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

#detail .fa {
  color: #f2545f;
  font-size: 48px;
}



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
  border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#speech {
    background: #f9f9f9;
}

#speech h3 {
    font-size: 32px;
    margin-bottom: 0px;
}

#speech h6 {
  color: #666;
  margin-top: 4px;
}

#speech img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

#speech .col-md-3 {
    display: block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 22px;
}

#speech .speakers-wrapper {
    background: #ffffff;
    padding-bottom: 22px;
}

/*---------------------------------------
   Program section              
-----------------------------------------*/
#program h4 {
    color: #808080;
    font-size: 12px;
}

#program h3 {
  margin-top: 16px;
}

#program .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#program span {
    padding-right: 12px;
}

#program img {
  border-radius: 50%;
}

.nav-tabs {
  margin-bottom: 20px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #000000;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #f2545f;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
}
.tab-content {
  padding-top: 20px;
}

.list-none{
	list-style: none;
}

/*---------------------------------------
   margin              
-----------------------------------------*/

.mt-0{
	margin-top:0;
}

.mt-4{
	margin-top:4px;
}

.mt-8{
	margin-top:8px;
}

.mt-12{
	margin-top:12px;
}

.mt-16{
	margin-top:16px;
}

.mt-20{
	margin-top:20px;
}

.mt-24{
	margin-top:24px;
}

.mt-28{
	margin-top:28px;
}

.mt-32{
	margin-top:32px;
}

.mt-36{
	margin-top:36px;
}

.mt-40{
	margin-top:40px;
}

.mt-44{
	margin-top:44px;
}


.mb-4{
	margin-bottom:4px;
}

.mb-8{
	margin-bottom:8px;
}

.mb-12{
	margin-bottom:12px;
}

.mb-16{
	margin-bottom:16px;
}

.mb-20{
	margin-bottom:20px;
}

.mb-24{
	margin-bottom:24px;
}

.mb-28{
	margin-bottom:28px;
}

.mb-32{
	margin-bottom:32px;
}

.mb-36{
	margin-bottom:36px;
}

/*---------------------------------------
   padding              
-----------------------------------------*/

.pt-20{
	padding-top:20px;
}

.pt-40{
	padding-top:40px;
}


/*---------------------------------------
   background color             
-----------------------------------------*/
.bg-color-blue{
	background-color:rgb(241, 247, 252);
}

/*---------------------------------------
   font-size              
-----------------------------------------*/

.fs-16{
	font-size:16px;
}

.fs-18{
	font-size:18px;
}

.fs-20{
	font-size:20px;
}

.fs-22{
	font-size:22px;
}

.fs-24{
	font-size:24px;
}

.fs-28{
	font-size:28px;
}

.fs-30{
	font-size:30px;
}

.fs-32{
	font-size:32px;
}

.fs-36{
	font-size:36px;
}


/*---------------------------------------
   font-color              
-----------------------------------------*/

.font-orange{
	color:#ef820d;
}

.font-link{
	color:#3d63d1;
}

.font-bold{
	font-weight:bold;
}

/*---------------------------------------
   training section              
-----------------------------------------*/

#training {
    background: #fff5f0;
}

.font-red{
	color:#cd2b22;
}

.font-blue{
	color:#207399;
}

.font-green{
	color:green;
}

.font-black{
	color:#000000;
}

.text-center{
	text-align:center;
}

.text-left{
	text-align:left;
}

.lt-spacing{
	letter-spacing:-1.15px;
}

.lt-spacing-08{
	letter-spacing:0.8px;
}


.lt-spacing-1{
	letter-spacing:1px;
}


/*---------------------------------------
   responsible table              
-----------------------------------------*/

.responsive-table {
width: 100%;
border-collapse: collapse;
}
  
#training .border-orange{
border: 1px solid #ef820d;
}

.responsive-table th,
.responsive-table td {
border: 1px solid #ccc;
padding: 19px;
}
  
.responsive-table th{
background-color:#ef820d;
color:#fff;
}
  
.responsive-table td {

}

  /* 手機模式下將表格轉換為堆疊卡片式顯示 */
  @media (max-width: 768px) {
    .responsive-table thead {
      display: none;
    }

    .responsive-table, .responsive-table tbody, .responsive-table tr, .responsive-table td {
      display: block;
      width: 100%;
    }

    .responsive-table tr {
      margin-bottom: 20px;

      padding: 10px;
    }

    .responsive-table td {
      border-: none;
      position: relative;
      padding-left: 50%;
	  padding-top: 10px;
    }

    .responsive-table td::before {
      content: attr(data-label);
      position: absolute;
      left: 10px;
      top: 10px;
      font-weight: bold;
      white-space: nowrap;
    }
  }
  
  @media (max-width: 767.98px){
	  th-bg-mb{
		background-color:#ef820d;
	  }
  }
  
/*---------------------------------------
    border style             
-----------------------------------------*/ 
	.border-bottom{
		border-bottom:2px solid #3d63d1;
	}

/*---------------------------------------
    Regsiter section              
-----------------------------------------*/
#register {
    background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

#register .form-control {
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 0px;
  color: #ffffff;
  margin-bottom: 16px;
}

#register input {
  height: 45px;
}

#register input[type="submit"] {
  background: #f2545f;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#register input[type="submit"]:hover {
  background: #ffffff;
  color: #222;
}



/*---------------------------------------
   Faq section              
-----------------------------------------*/
#faq {
  background: #FFF;
  /*padding-top: 8rem;
  padding-bottom: 8rem;*/
}

#faq > .container > .row > .text-center > .section-title h2{
	line-height: 1.6;
	font-weight: 500;
}

#faq > .container > .row > .text-center > .section-title p{
	line-height: 1.6;
	font-size: 22px;
}

#faq > .container > .row > .text-center > .section-title > div > a{
	font-size: 1.2em;
}

#faq  > .container > .row > .text-center > .section-title > p >.btn{
	font-size: 26px;
	padding: 8px 20px;
}

#faq > .container > .row > .text-center > .section-title > .wow{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#faq .btn{
	margin-top: 2rem;
	margin-bottom: 2rem;
}

#faq .panel-group {
  margin-top: 32px;
}

#faq .panel-group .panel {
  margin-bottom: 8px;
}

#faq .panel-default {
  border: none;
}

#faq .panel-default>.panel-heading {
  background: #f0f0f0;
  color: #505050;
}

#faq .panel-heading {
  border: none;
  padding-top: 8px;
  padding-bottom: 6px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top: none;
  padding-top: 22px;
  padding-left: 32px;
  padding-bottom: 22px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"] {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
}

#faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
  content: "-";
  display: block;
  position: absolute;
  line-height: 1;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

#faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
  content: "+";
}



/*---------------------------------------
   Venue section              
-----------------------------------------*/
#venue {
    background: url('../images/venue-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

#venue p {
  padding-top: 12px;
  padding-bottom: 18px;
}



/*---------------------------------------
   Sponsors section              
-----------------------------------------*/
#sponsors img {
  margin-top: 18px;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
    background: #f9f9f9;
}

#contact .contact_des {
  padding-top: 3rem;
  padding-right: 2rem;
}

#contact .contact_detail {
  background: #ffffff;
  padding: 3rem 5rem 5rem 5rem;
  border-radius: 25px
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:focus {
  border-bottom-color: #999;
}

#contact input {
  height: 45px;
}

#contact input[type="submit"] {
  background: #222;
  border-radius: 100px;
  border: none;
  color: #ffffff;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 12px;
  transition: all 0.4s ease-in-out;
}

#contact input[type="submit"]:hover {
  background: #f2545f;
}



/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
  background-attachment: fixed;
}

.bg-footer{
	background-image: url('/GEPT1/25anniversary_lecture/images/bg-footer.png');
	padding:40px 0;
}



/* Back top */
.go-top {
  background-color: #222;
  bottom: 2em;
  right: 2em;
  color: #ffffff;
  font-size: 32px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #f2545f;
    color: #ffffff;
}


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
}

.social-icon li a {
    color: #666;
    border-radius: 100px;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
}

.social-icon li a:hover {
    background: #f2545f;
    color: #ffffff;
}

.hidden-lg-up, .hidden-lg-up2{
		margin:0 auto;
	}
.head-img{
	width: 100%;
}

/*---------------------------------------
   Responsive styles            
-----------------------------------------*/

@media (min-width: 1600px) {
	#faq > .container{
		width: /*670px;*/ 80%;
	}	
}

@media (max-width: 1238px) {
	#intro {
		background:none;
		height: auto;
	}	
}

@media (min-width: 1239px) {
	.hidden-lg-up-big{
		display: none!important
	}	
}


@media (max-width:/*992*/994px){

	.hidden-lg-up-big{
		display: none!important
	}
	
}

/*@media (min-width:992px){	*/
@media (min-width: 995px){	
	.hidden-lg-up{
		display:none!important
	}
}

@media (min-width:498px){
	.hidden-lg-up2{
		display:none!important
	}
}
	
@media (max-width:497px){
	.hidden-lg-up{
		display:none!important
	}
}

@media (min-width: 981px) {
	.custom-navbar .navbar-brand {
		line-height: 40px;
	}
	#speaker, #register {
		padding-top: 5rem;
	}
}

@media (max-width: 1200px){

	#contact .contact_detail {
		padding: 3rem 2rem 3rem 2rem;
	}
	
	#speaker > .container > .row > .speaker{
		padding: 1em 0em 1em 3em;
	}
	
	#faq > .container > .row > .text-center > .section-title h2{
		font-size: 1.4em;
	}
	
	#faq > .container > .row > .text-center > .section-title p{
		font-size: 1em;
	}
	
	#faq > .container > .row > .text-center > .section-title > .wow{
		padding-left: 0;
		padding-right: 0;
	}
}


@media (min-width: 992px) {
	#speaker > .container > .row > .speaker{
		padding: 1em 0em 1em 8em;
	}
}


@media (max-width: 990px){

	#contact .contact_detail {
		background: #ffffff;
		padding: 3rem 1rem 2rem 2rem;
	}
	
	#speaker > .container > .row > .speaker{
		margin-top: -1.5rem;
	}
	
}

@media (max-width: 980px) {
	
	#intro{
		margin-top: 50px;
	}
	
	#overview , #speech{
		padding: 3em 2em 2em 2em;
	}
	
	p {font-size: 18px;}

	.custom-navbar .navbar-brand {
		font-size: 2rem;
	}

	.custom-navbar .nav li a {
		font-size: 16px;
		line-height: 20px;
	}

	#video iframe {
		margin-top: 42px;
	}	
}

@media (max-width: 800px) {
	#contact .contact_des {
		padding-left: 2rem;
	}
}

@media (max-width: 768px) {

  .custom-navbar .navbar-brand {
    line-height: 20px;
  }

  #speaker img,
  #detail .col-md-4,
  #register form {
    padding-top: 32px;
  }

  .nav-tabs > li > a {
    font-size: 13px;
  }

  #program img {
    padding-bottom: 32px;
  }

  #sponsors img {
    padding-top: 22px;
  }

  #contact .contact_detail {
    margin-top: 82px;
  }
	
	#speaker {
		padding-top: 4rem;
	}
	
	#speaker > .container > .row > .speaker{
		padding: 1em 8em;
	}
		
	#faq > .container > .row > .text-center > .section-title > .wow {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}

@media (max-width: 991px) {
	#faq > .container{
		width: /*670px;*/ 100%;
	}
	
	#faq > .container > .row > .text-center > .section-title a{
		font-size: 1.5em;
	}
	
	#faq > .container > .row > .text-center > .section-title{
		padding-top: 2em;
	}
	
	#faq  > .container > .row > .text-center > .section-title > p >.btn{
		margin-top: 0;
	}
}

@media (max-width: 568px) {
	#speaker > .container > .row > .speaker{
		padding: 0em 4em;
	}
	
	#overview , #speech{
		padding: 2em 1em 1em 1em;
	}
}

@media (max-width: 428px) {
	#speaker > .container > .row > .speaker{
		padding: 0em 2em;
	}
	.custom-navbar .navbar-brand {
		font-size: 1.8rem;
	}
}

@media (max-width: 347px){
	#speech > .container > .row > div {
		padding-right: 0;
	}
	
	#speech > .container > .row > div > .section-title > ul{
		margin-left: -2em;
	}
	
	#speech > .container > .row > div > .section-title li{
		line-height: 1.7em;
		padding-bottom: 1em;
	}
}

@media (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .visible-xs {
    display: block; 
  }
  
  .hidden-xs{
    display: none;
  }
}