/*
---------------------------------------------
Concat Us
---------------------------------------------
*/
.page-heading .banner-box {
  height: 320px;
  background-image: url("../images/contact-us/banner.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-heading .banner-box .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-heading .banner-box .container .inner-content {
  display: block;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.page-heading .banner-box .container .inner-content h2 {
  font-size: 58px;
  font-weight: 600;
}
.page-heading .banner-box .container .inner-content .desc {
  font-size: 24px;
}
#concatUs .item .top {
  background-color: rgba(75,122,192,0.098);
  height: 71px;
  line-height: 71px;
  text-align: center;
  color: #232323;
  font-size: 16px;
}
#concatUs .item .content {
  padding: 30px 0;
  text-align: center;
}
#concatUs .item .content ul li {
  font-size: 14px;
  color: #686868;
  height: 30px;
  line-height: 30px;
}
#concatUs .map {
  text-align: center;
}
#concatUs .concatInfo .item {
  font-size: 18px;
  color: #000;
  padding: 10px 0;
}
#concatUs .form-box {
  padding-bottom: 80px;
}
#concatUs .form-box .submit {
  width: 100%;
  text-align: center;
}
#concatUs .form-box .submit a {
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #fff;
  background-color: #4b7ac0;
  border: 1px solid #fff;
  padding: 8px 0;
  display: inline-block;
  font-weight: 500;
  transition: all 0.3s;
}
#concatUs .form-box .code {
  border: 1px solid #ced4da;
  border-left: 0;
  border-radius: 0 0.25rem 0.25em 0;
}
iframe {
  width: 100%;
  min-height: 500px;
}
@media screen and (max-width: 640px) {
  #iframe {
    min-height: 271px;
  }
}
@media screen and (min-width: 750px) and (max-width: 800px) {
  #iframe {
    min-height: 271px;
  }
}
@media (max-width: 992px) {
  #concatUs .concatInfo .item-box .item {
    padding: 2px 0;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
}
