#contactus .container-fluid {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 60px;
}
#contactus .container-fluid .btn-theme {
  background-color: #2f308b;
  color: white;
}
#contactus .container-fluid .cover {
  height: 300px;
  background: #0f65d0;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/Public/common/images/new/concat.jpg");
  margin-bottom: 30px;
}
#contactus .container-fluid .cover .container {
  height: 100%;
  position: relative;
}
#contactus .container-fluid .cover .container .line-top {
  top: -200px;
  position: absolute;
  width: 20px;
  height: 100%;
  background-color: red;
}
#contactus .container-fluid .cover .container .line-desc-p {
  position: absolute;
  color: white;
  top: 10px;
  font-size: 24px;
  line-height: 28px;
}
#contactus .container-fluid .cover .container .line-title {
  position: absolute;
  top: 100px;
  color: white;
  font-size: 48px;
  font-weight: bold;
}
#contactus .container-fluid .cover .container .line-title-en {
  position: absolute;
  top: 170px;
  color: white;
  font-size: 32px;
}
#contactus .container-fluid .cover .container .line-bottom {
  position: absolute;
  top: 182px;
  width: 20px;
  height: 100%;
  background-color: red;
}
#contactus .container-fluid > .container {
  margin-bottom: 60px;
}
#contactus .container-fluid > .container div p {
  color: #0f0f0f;
  font-size: 18px;
}
/*# sourceMappingURL=contactus.css.map */