#banner {
  height: 400px;
  padding-top: 110px;
  color: #fff;
  text-align: center;
}

#banner h2 {
  font-size: 52px;
  margin-top: 0;
}

#bannerSubheading {
  font-size: 17px;
  margin-bottom: 25px;
}

#bannerSelectContainer {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding: 8px;
  border-radius: 33px;
  background-color: rgba(0, 0, 0, 0.6);
  margin-bottom: 13px;
}

#bannerSelectInner {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px dashed #fff;
  margin: 0 22px;
  cursor: pointer;
}

#bannerSelect {
  width: 180px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 0 12px;
  line-height: 34px;
}

#bannerSubmit {
  color: #fff;
  padding: 10px 12px;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 15px;
  border-radius: 20px;
}

#bannerNav {
  display: none;
}

#bannerNavInner {
  display: inline-block;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.6);
}

#bannerNavInner a {
  color: #fff;
}

#bannerNavInner a:hover {
  color: #c83842;
}

#bannerNavInner > li {
  float: left;
  width: 135px;
  font-size: 15px;
}

#bannerNavInner .banner-nav-item {
  padding: 6px 0;
}

.section {
  padding-top: 90px;
  padding-bottom: 110px;
}

.section-heading {
  font-size: 24px;
  line-height: 2;
  border-bottom: 1px solid #e9e7e8;
  text-align: center;
  text-transform: uppercase;
}

.section-subheading {
  font-size: 18px;
  line-height: 3;
  text-align: center;
  margin-top: -2px;
}

.section-subheading::before {
  content: '';
  display: block;
  height: 4px;
  width: 45px;
  background-color: #c83842;
  margin: 0 auto;
}

.section-description {
  text-align: center;
  margin-bottom: 60px;
}

#meetingSlider {
  position: relative;
  overflow: hidden;
  /* controls */
}

#meetingSlider .swiper-container {
  width: 863px;
  height: 432px;
  margin-left: auto;
  margin-right: auto;
}

#meetingSlider .swiper-slide {
  /* Specify Slides's Size: */
  height: 100%;
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

#meetingSlider .swiper-slide > a {
  display: block;
  height: 100%;
}

#meetingSlider .swiper-control {
  position: absolute;
  color: #fff;
  font-size: 20px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  background-color: #bababa;
  width: 30px;
  text-align: center;
  line-height: 60px;
}

#meetingSlider .swiper-control:hover {
  background-color: #c83842;
}

#meetingSlider .swiper-prev {
  left: 50%;
  margin-left: -480px;
}

#meetingSlider .swiper-next {
  right: 50%;
  margin-right: -480px;
}

#programs {
  background: url(../../img/wmFamily/annual/programs/beijing.jpg) repeat-x 50% 0%;
  height: 532px;
  margin-bottom: 90px;
  background-size: 100% 100%;
}

#programs .image-container {
  position: relative;
  float: left;
  width: 335px;
  height: 266px;
}

#programs .image-container img {
  position: absolute;
  width: 100%;
  height: 100%;
}

#programs .image-container .image-caption {
  position: relative;
  display: table-cell;
  width: 334px;
  height: 266px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#programs .image-container:hover .image-caption {
  opacity: 1;
}

.reviews {
  width: 1005px;
  position: relative;
  margin: 75px 0;
}

.reviews .li, .reviews li {
  float: left;
  position: relative;
  width: 225px;
  height: 413px;
  margin-right: 35px;
}

.reviews .li:last-child, .reviews li:last-child {
  margin-right: 0;
}

.reviews .li > a, .reviews li > a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.reviews .li.review-item:hover > a, .reviews li.review-item:hover > a {
  top: -25px;
  bottom: -25px;
  left: -15px;
  right: -15px;
}

.reviews .li.review-item:hover .review-desc, .reviews li.review-item:hover .review-desc {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.reviews .li .hover-show, .reviews li .hover-show {
  display: none;
}

.reviews .li.review-item:hover .hover-show, .reviews li.review-item:hover .hover-show {
  display: block;
}

.reviews .li.review-item:hover .hover-hide, .reviews li.review-item:hover .hover-hide {
  display: none;
}

.reviews .swiper-container {
  height: 413px;
}

.reviews .swiper-control {
  position: absolute;
  color: #fff;
  font-size: 20px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  background-color: #bababa;
  width: 30px;
  text-align: center;
  line-height: 60px;
}

.reviews .swiper-control:hover {
  background-color: #c83842;
}

.reviews .swiper-prev {
  margin-left: -80px;
}

.reviews .swiper-next {
  margin-right: -50px;
  right: 0px;
}

.reviews .bg {
  display: block;
  width: 100%;
  height: 100%;
}

.reviews .review-desc {
  position: absolute;
  top: 85px;
  bottom: 85px;
  left: 45px;
  right: 45px;
  background-color: rgba(0, 0, 0, 0.5);
}

.reviews .review-desc-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -60px;
  text-align: center;
}

.reviews .review-desc-inner .year {
  font-size: 18px;
}

.reviews .review-desc-inner p {
  margin-top: 15px;
}

.reviews .review-desc-inner .separator {
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: #fff;
}

.reviews .review-desc-inner .icon-play-wrap {
  margin-top: 30px;
}

.reviews .review-desc-inner .icon-play {
  width: 46px;
  height: 46px;
  background-position: -51px 0px;
}
