


.mx-3 {
    margin-right: 20px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 30px;
font-size: 17px;
  color: #ffff;
  font-weight: 500;
  background-color: #fa4952;
  padding: 6px 20px;
  border-radius: 50px;
  letter-spacing:1px;
}


.post-tag3  {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #a12c2f;
    margin-top: 16px;

}


.post-tag4  {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #919191;
    margin-top: 15px;
	

}

.border-bottom
{border-bottom:1px solid #dee2e6!important;
}

.mb-2:hover
 {
    color: #fa4952 ;
	
}

.mb-2{margin-bottom:.5rem!important}


.ms-3{margin-left:1rem!important}
.mb-5{margin-bottom:3rem!important}

.pb-5{padding-bottom:3rem!important}
/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/




/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

 h47 {
    font-size: 33px;
    color: #454545;
    line-height: 50px;
    font-weight: 300;
  }

  h45 {
    font-size: 26px;
	color: #454545;
	
	
  }

  h46 {
    font-size: 33px;
	color: #9a9a9a;
	
	
  }



::selection {
  background: #fa4952;
  color: #fff;
}

::-moz-selection {
  background: #fa4952;
  color: #fff;
}

.section-padding {
  padding-top: 20px;
  padding-bottom: 50px;
}







/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.nav-tabs {
    border-bottom: 0;
    margin-bottom: 80px;
}

.nav-tabs .nav-link {
    background: #ffffff;
    border-radius: 0px;
    border: 10px;
    border-left: 4px solid #f0f8ff;
    border-bottom: 4px solid #fff;
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 22px;
    transition: all 0.3s;
    width: 25%;
    text-align: center;
    font-weight: lighter;
    font-family: "微軟正黑體";
}

.nav-tabs .nav-link:first-child {
  border-left-color: transparent;
border-bottom-color: transparent;
	
}

.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus, 
.nav-tabs .nav-link:hover {
  border-left-color: #f0f8ff;
  border-bottom-color: #fa4952;
  box-shadow: 0 0.5rem 3rem rgba(0,0,0,.175);
}

.nav-tabs .nav-link.active h45,
.nav-tabs .nav-link:focus h45, 
.nav-tabs .nav-link:hover h45 {
  color: #fa4952;
}

.nav-tabs .nav-link.active h47,
.nav-tabs .nav-link:focus h47, 
.nav-tabs .nav-link:hover h47 {
  color: #fa4952;
}

.nav-tabs .nav-link.active h46,
.nav-tabs .nav-link:focus h46, 
.nav-tabs .nav-link:hover h46 {
  color: #fa4952;
}

.schedule-image {
  border-radius: 20px;
 
}



/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 1500px) {
   .speakers-text-info {
    padding: 50px;
  }
}

@media screen and (max-width: 991px) {

  h47 {
    font-size: 32px;
	    line-height: 48px;
    font-weight: 300;

  }
  h45 {
    font-size: 28px;
  }

  h46 {
    font-size: 30px;
  }

  .section-padding
 {
    padding-top: 50px;
    padding-bottom: 80px;
  }

 
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0;
  }

  .navbar-nav .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }


  .nav-tabs .nav-link {
    width: 50%;
  }


}

@media screen and (max-width: 480px) {

 h47 {
    font-size: 24px;
	line-height: 42px;
    font-weight: 300;
 
  }	
	
	
  h45 {
    font-size: 24px;
 
  }
  h46 {
    font-size: 22px;
 
  }
  .navbar-brand {
    font-size: 16px;
  }



  .nav-tabs .nav-link {
    margin-right: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 15px;
  }

 





}

