.router-link-active {
  color: #e35b4d !important;
}
html {
  overflow-x: hidden;
}
body {
  background-color: #f8f8f8 !important;
}
nav {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fff;
  box-shadow: #d5d5d5 3px 3px;
}
.nav-item a {
  font-weight: 550;
  margin: 0 20px;
  color: rgba(0, 0, 0, 0.5);
}
.nav-item.active a {
  color: #e35b4d !important;
}
.block-intro {
  text-align: center;
  margin: 66px auto;
}
.block-intro h1 {
  margin-bottom: 12px;
}
.company-intro img {
  height: 400px;
  margin-right: 48px;
  flex-shrink: 2;
}
.company-intro > div {
  position: relative;
  font-size: 18px;
  line-height: 30px;
}
.company-intro > p {
  max-height: 300px;
  overflow: hidden;
}
.see-more {
  width: 200px;
  height: 64px;
  line-height: 64px;
  background-color: #cb252b;
  font-size: 23px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
}
.thumbnail {
  height: 280px;
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  height: 280px;
  position: relative;
  left: -64px;
}
.thumbnail:hover .caption {
  height: 280px;
  opacity: 1;
}
.caption {
  background-color: rgba(0, 0, 0, 0.66);
  color: #fff;
  padding: 40px 15px;
  width: 100%;
  height: 0;
  transition: all 1.5s;
  position: absolute;
  bottom: 0;
  opacity: 0;
}
.card-body {
  display: none;
}
.case {
  display: block;
  position: relative;
  min-height: 250px;
}
.case .row {
  width: 100%;
  position: absolute;
}
.case-points {
  width: 160px;
  margin: 90px auto;
  margin-bottom: 145px;
}
.case-point {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  background-color: #d1cccb;
  color: #fff;
  margin: 0 8px;
  cursor: pointer;
}
.case-point.active {
  background-color: #cb252b;
}
footer {
  height: 418px;
  padding-top: 86px;
  background-color: #313131;
  color: #fff;
  border-top: 1px solid #e5e5e5;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-right {
  position: absolute;
  right: 0;
}
.footer-right img {
  width: 150px;
  margin-bottom: 20px;
}
.footer-top h4 {
  font-size: 30px;
  margin-bottom: 40px;
}
.footer-top p {
  margin-bottom: 20px;
}
.footer-bottom {
  width: 80%;
  margin: 20px auto;
  text-align: center;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1542px) {
  .nav-item a {
    margin: 0 8px;
  }
}
@media (max-width: 1192px) {
  .nav-item a {
    margin: 0 4px;
  }
  .company-intro > div {
    min-width: 300px;
  }
}
@media (max-width: 414px) {
  .carousel-item img {
    height: 180px;
  }
  .block-intro {
    margin: 18px auto;
  }
  .company-intro {
    flex-wrap: wrap;
  }
  .company-intro img {
    width: 100%;
    height: 200px;
    margin: 0;
  }
  .company-intro > div {
    margin: 12px 0;
    font-size: 16px;
    line-height: 28px;
  }
  .see-more {
    width: 132px;
    height: 42px;
    line-height: 42px;
    border-radius: 8px;
    font-size: 16px;
    bottom: -8px;
  }
  .thumbnail {
    margin-bottom: 12px;
  }
  .case .row {
    position: relative;
    margin: 0 auto;
  }
  .case .card {
    margin-bottom: 12px;
  }
  .case-points {
    margin: 20px auto;
  }
  footer {
    padding-top: 48px;
  }
  .footer-right {
    position: absolute;
    text-align: right;
  }
  .footer-right img {
    width: 96px;
    margin: 0 12px 12px 0;
  }
  .footer-top h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .footer-bottom {
    flex-wrap: wrap;
  }
}
@media (min-width: 1192px) {
  .navbar-brand {
    margin-left: 120px;
  }
  .navbar-nav {
    margin-right: 80px;
  }
  .card:hover > .card-body {
    display: block;
  }
}
