.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1500px) {
  .custom-banner-add {
    width: 1390px;
  }
}
.home-image-text .item, .custom-banner-add .item{
  cursor: pointer;
}
.custom-banner-add h3 {
  font: 700 42px/50px "boschsans";
  margin-top: 0;
}
.custom-banner-add p {
  font-size: 15px;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.custom-banner-add a {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.custom-banner-add a:hover {
  color: #fff;
}
.custom-banner-add .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  margin-top: 25px;
}
.custom-banner-add .action > a {
  width: 136px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.custom-banner-add .action > a:focus {
  outline: none;
  text-decoration: none;
}
.custom-banner-add .action > a:hover {
  color: #fff;
}
.custom-banner-add .action > a:nth-child(2) {
  background: #007bbf;
}
.custom-banner-add .action > a:nth-child(2):hover {
  background: #89c6e6;
}

.home-image-text .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
}
.home-image-text .item .text {
  color: #fff;
  padding: 0 15px;
}
.home-image-text .item:nth-child(2n) {
  background: #fff;
}
.home-image-text .item:nth-child(2n) .text,
.home-image-text .item:nth-child(2n) .action > a:nth-child(1) {
  color: #000;
}
.home-image-text .item h3 {
  font: 700 60px/70px "boschsans";
}
.home-image-text .item > div {
  max-width: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.home-image-text .item .inner-text {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.m-landingpage_navigation .navbar-nav > li > a.btn {
  padding: 10px 15px;
  margin-top: 14px;
  border: none;
  background: #286090 !important;
}

.home-grid-2-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}
.home-grid-2-columns .inner-text {
  text-align: center;
  max-width: 330px;
}
.home-grid-2-columns .image {
  max-width: 40%;
}
.home-grid-2-columns .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #000;
}
.home-grid-2-columns .item:nth-child(2n) {
  background: #fff;
}
.home-grid-2-columns .item:nth-child(2n) .inner-text {
  color: #000;
}
.home-grid-2-columns .item:nth-child(2n) .action > a:nth-child(1) {
  color: #000;
}
.home-grid-2-columns .item:nth-child(4n + 3),
.home-grid-2-columns .item:nth-child(4n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.home-grid-2-columns .item .text {
  color: #fff;
  max-width: 60%;
  padding: 0 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-grid-3-columns {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-top: 30px;
}
.home-grid-3-columns img {
  max-width: 320px;
}
.home-grid-3-columns .item {
  background: #fff;
  color: #000;
  padding: 40px 0 70px;
}
.home-grid-3-columns .item h4 {
  font-weight: 700;
}
.home-grid-3-columns .item:hover {
  color: #000;
  text-decoration: none;
}
.home-grid-3-columns .item .text {
  color: #fff;
}

@media (max-width: 1499px) {
  .home-grid-3-columns .item {
    padding: 10px 0 30px;
  }
}
@media (max-width: 1199px) {
  .home-grid-3-columns img {
    max-width: 80%;
  }
  .custom-banner-add .action {
    gap: 10px;
  }
  .custom-banner-add .action > a {
    width: 100px;
    height: 36px;
  }
  .custom-banner-add h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .custom-banner-add p {
    font-size: 13px;
    line-height: 18px;
  }
  .custom-banner-add a {
    font-size: 12px;
  }
  .home-image-text .item h3 {
    font-size: 46px;
    line-height: 50px;
  }
}
.m-landingpage_navigation .navbar-nav > li > a.check-active {
  background: none;
  border-color: #fff;
}
.m-landingpage_navigation .navbar-nav > li > a.check-active.btn {
  background: #008ecf !important;
}
.container.custom-banner-add {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .home-grid-2-columns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .container.custom-banner-add {
    padding: 0 10px;
  }
  .home-image-text .item .text {
    padding: 0 5px;
  }
  .custom-banner-add h3,
  .home-image-text .item h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .custom-banner-add p {
    font-size: 10px;
    line-height: 15px;
  }
  .custom-banner-add .action > a {
    width: 70px;
    height: 24px;
    font-size: 10px;
  }
  .custom-banner-add .action {
    margin-top: 12px;
  }
  .home-grid-3-columns .item {
    padding: 10px 0 5px;
  }
  .home-grid-3-columns .item h4 {
    font-size: 10px;
  }
  .home-grid-3-columns {
    gap: 4px;
  }
}
/*# sourceMappingURL=add.css.map */
