/*boostrap 符號*/
.flex-control-nav {
  display: none;
}

.flex-direction-nav{
	display: block;
}

.flexslider .slides > li {
	height: auto;
	position: relative;
}

.slides .flex-caption {
  position: absolute;
  padding: 30px;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  background: linear-gradient(to right,black,transparent);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 20px;
  line-height: 25px;
}

.slick-caption{
  position: absolute;
  padding: 20px;
  left: 0;
  bottom: 0;
  margin: 0;
  width: 100%;  
  color: #fff;
  background: linear-gradient(to right,black,transparent);
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 20px;
  line-height: 25px;
}


.title-mb h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
}

.title-mb span{
  font-size: 20px;
}

.title-mb{
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  color: #172a88;
}

.title-mb span{
  font-weight: bold;
}

@media (min-width: 992px) {
	.title-mb{
	  margin-bottom: 3em;
	}
	
}