.large-text .large-text-title {
  padding: 10px 0;
  font-size: 28px;
  color: #000;
}
.large-text .large-text-content {
  font-size: 16px;
  line-height: 28px;
  color: #333;
  text-align: justify;
}
.banner {
  height: 426px;
  background: #42b35d url(../images/cabin/banner.png) center;
}
.banner2 {
  background-color: #fff;
}
.banner2 .container {
  padding: 100px 85px;
}
.banner2 .large-text {
  width: 570px;
}
.banner3 {
  padding: 100px 0;
  background-color: #f3f4f8;
  text-align: center;
}
.banner3 .row + .row {
  margin-top: 100px;
}
.banner3 .row .col-8 {
  padding: 0 15px;
}
.banner3 .row-item {
  text-align: center;
}
.banner3 .row-item .icon {
  height: 70px;
  line-height: 70px;
}
.banner3 .row-item .icon img {
  vertical-align: middle;
}
.banner3 .row-item .title {
  margin: 14px 0 5px 0;
  font-size: 18px;
  color: #333;
}
.banner3 .row-item p {
  font-size: 14px;
  color: #666;
}
.banner4 {
  padding: 100px 0;
  background: #d8dce1 url(../images/cabin/banner4.png) center;
}
.banner4 .container {
  text-align: center;
}
.banner4 .row-item {
  display: inline-block;
  vertical-align: top;
  padding-top: 66px;
  width: 225px;
  height: 320px;
  background-color: #42b35d;
  color: #fff;
  text-align: center;
}
.banner4 .row-item + .row-item {
  margin-left: 15px;
}
.banner4 .row-item .icon {
  margin: auto;
  height: 71px;
  width: 71px;
  line-height: 71px;
}
.banner4 .row-item .icon img {
  vertical-align: middle;
}
.banner4 .row-item .title {
  padding-top: 35px;
  padding-bottom: 5px;
  font-size: 18px;
}
.banner4 .row-item p {
  font-size: 12px;
  width: 190px;
  margin: auto;
  line-height: 20px;
}
.banner5 {
  background-color: #f3f4f8;
}
.banner5 .container {
  padding: 100px 60px;
}
.banner5 .large-text {
  width: 546px;
}
.banner5 .items {
  width: 380px;
}
.banner5 .row {
  display: block;
}
.banner5 .row-item {
  width: 100%;
  margin-bottom: 25px;
}
.banner5 .row-item .icon {
  width: 100px;
  height: 72px;
}
.banner5 .row-item .content {
  margin-left: 100px;
}
.banner5 .row-item .title {
  padding-bottom: 10px;
  font-size: 18px;
  color: #666;
  font-weight: bold;
}
.banner5 .row-item p {
  font-size: 12px;
  color: #999;
}
@media only screen and (max-width: 1366px) {
  .banner2 .container {
    padding: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner4 .row-item {
    width: 23%;
  }
  .banner4 .row-item p {
    width: 90%;
    text-align: justify;
  }
  .banner4 .row-item + .row-item {
    margin-left: 1%;
  }
  .banner5 .container-body .items {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .banner {
    height: 300px;
    background-size: cover;
  }
  .banner2 .large-text {
    width: 400px;
  }
  .banner2 .image img {
    width: 210px;
    margin-top: 50px;
  }
  .banner5 .large-text {
    margin-bottom: 20px;
  }
  .banner5 .container {
    padding: 50px 20px;
  }
  .banner5 .container-body .row-item,
  .banner5 .large-text,
  .banner5 .row .col-16,
  .banner5 .row .col-8 {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .large-text .large-text-title {
    font-size: 20px;
  }
  .large-text .large-text-content {
    font-size: 14px;
    line-height: 22px;
  }
  .banner {
    height: 140px;
    background-size: cover;
  }
  .banner2 .container {
    padding: 30px 10px;
  }
  .banner2 .large-text {
    width: 100%;
  }
  .banner2 .image {
    width: 100%;
    text-align: center;
  }
  .banner2 .image img {
    max-width: 90%;
  }
  .banner3 {
    padding: 30px 10px;
  }
  .banner3 .row .col-8 {
    width: 100%;
  }
  .banner3 .row + .row {
    margin-top: 20px;
  }
  .banner4 {
    padding: 30px 10px;
  }
  .banner4 .row-item {
    margin-bottom: 10px;
    width: 90%;
  }
  .banner4 .row-item + .row-item {
    margin-left: 0;
  }
}
