@charset "UTF-8";
/* CSS Document */

.banner_monthly {
  background: url(../img/banner_bg_mothly.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.banner_monthly .wrapper {
  color: #fff;
  padding: 60px;
}
@media (max-width: 767px) {
  .banner_monthly .wrapper {
    padding: 30px;
  }
}
.banner_monthly .wrapper h3 {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
}
.banner_monthly .wrapper p {
  font-size: 24px;
  font-weight: 300;
}

.banner_bingten {
  background: url(../img/banner_bg_bingten.png) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 400px;
  margin-bottom: 25px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.banner_bingten .wrapper {
  color: #fff;
  padding: 60px;
}
@media (max-width: 767px) {
  .banner_bingten .wrapper {
    padding: 30px;
  }
}
.banner_bingten .wrapper h3 {
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
}
.banner_bingten .wrapper p {
  font-size: 24px;
  font-weight: 300;
}
