.title-box {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 30px;
  color: #128DCD;
}

.box-articles {
  padding: 40px 0;
}
.box-articles .service-us img {
  max-height: 165px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.box-articles .box-image-ar {
  margin-bottom: 15px;
}
.box-articles .title-article {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #128DCD;
}

.box-articles-end .box-image-ar {
  max-height: 215px;
  overflow: hidden;
}
.box-articles-end .title-article {
  color: #000;
  font-size: 16px;
}

.box-info-home {
  padding: 40px 0;
  background-color: #f0f0f0;
}

.box-why-choose {
  padding: 40px 0;
  background-color: #446084;
  color: #fff;
}
.box-why-choose .title-box {
  color: #fff;
}
.box-why-choose .box-icon-why {
  margin-bottom: 30px;
  border: 1px solid #ccc;
  padding: 30px 25px 10px;
  border-radius: 10px;
}
.box-why-choose .box-icon-why img {
  max-width: 60px;
  display: block;
  margin: 0 auto 20px;
}
.box-why-choose .box-icon-why .why-title {
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
.box-why-choose .box-icon-why p {
  text-align: center;
}

.box-image-real {
  padding: 40px 0;
}
.box-image-real .multiple-item .item-image {
  margin: 0 10px;
}
.box-image-real .multiple-item .item-image img {
  border-radius: 10px;
}

.box-call-now {
  background-color: #cf2e2e;
  color: #fff;
  padding: 15px 0;
}
.box-call-now .title-box {
  color: #fff;
  margin-bottom: 15px;
}
.box-call-now .box-phone {
  border: 2px solid #fff;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  font-size: 20px;
}
.box-call-now .box-phone a {
  color: #fff;
}

.box-faq-form {
  padding: 40px 0;
}
