.banner {
  width: 100%;
  position: relative;
}

.banner-title {
  position: absolute;
  top: 50%;
  left: 360px;
  transform: translate(0%, -50%);
  color: #fff;
  font-weight: 800;
  font-size: 40px;
  color: #ffffff;
  line-height: 64px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.banner img {
  display: block;
  vertical-align: bottom;
  margin-bottom: 0;
  padding-bottom: 0;
}
.aboutTabs {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.aboutTab {
  padding: 22px 29px;
  font-weight: 500;
  font-size: 16px;
  color: #5c78a1;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.aboutTab:hover {
  color: #ffffff;
  background-color: #2563eb;
}

.aboutTab-active {
  color: #ffffff;
  background-color: #2563eb;
}

.aboutBox {
  max-width: 1200px;
  width: 90%;
  background: #fff;
  padding: 20px 40px;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
  margin: 20px auto 50px auto;
}

.about-title {
  padding-bottom: 20px;
  border-bottom: 1.5px solid #dddddd;
  font-weight: 400;
  font-size: 20px;
  color: #3b485d;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.aboutContent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.aboutImg {
  width: 268px;
  height: 67px;
}
.aboutContent p {
  /* width: 667px; */
  /* height: 224px; */
  font-weight: 500;
  font-size: 15px;
  color: #3d3d3d;
  line-height: 32px;
  text-align: justify;
  font-style: normal;
  text-transform: none;
  /* margin-left: 70px; */
}

.contact-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.contact-infos {
  margin-top: 60px;
}
.contact-info-title {
  font-weight: 700;
  font-size: 20px;
  color: #3b485d;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 40px;
}

.contact-info-text {
  font-weight: 400;
  font-size: 14px;
  color: #3b485d;
  line-height: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 20px;
}

.contact-info-qrcode {
  margin-left: 180px;
}

.contact-info-qrcode-title {
  font-weight: 400;
  font-size: 16px;
  color: #3b485d;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-top: 25px;
}

.flex-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.contact-info-qrcodeItem {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 50px;
}
.contact-info-qrcodeItem-title {
  width: 120px;
  font-weight: 400;
  font-size: 13px;
  color: #3b485d;
  line-height: 20px;
  text-align: justify;
  font-style: normal;
  text-transform: none;
  margin-top: 7px;
}
.contact-info-qrcodeItem img {
  width: 120px;
  height: 120px;
  border-radius: 0px 0px 0px 0px;
}

.contact-map {
  width: 1120px;
  height: 262px;
  border-radius: 0px 0px 0px 0px;
  margin-top: 40px;
}
@media (max-width: 1439px) and (min-width: 768px) {
  .contact-map {
    width: 100%;
    height: 362px;
    border-radius: 0px 0px 0px 0px;
    margin-top: 40px;
  }

  .contact-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-info-qrcode {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .contact-map {
    width: 100%;
    height: 362px;
    border-radius: 0px 0px 0px 0px;
    margin-top: 40px;
  }

  .contact-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contact-info-qrcode {
    margin-left: 0px;
    width: 100%;
  }
  .flex-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }
  .contact-info-qrcodeItem {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0px;
  }
  
  .aboutBox {
    max-width: 1200px;
    width: 90%;
    background: #fff;
    padding: 20px 20px;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
    margin: 20px auto 50px auto;
  }
}
