/* ------------- Theme Contact Page --------------*/
.theme-contact-page-styleOne h4 {
  font-weight: 500;
  font-size: 38px;
  margin-bottom: 55px;
  color: #2f373a;
}
.theme-contact-page-styleOne .customer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  border-bottom: 1px solid #d8d8d8;
}

.theme-contact-page-styleOne .customer .customer_img img {
  width: 180px;
  height: 180px;
  margin-right: 50px;
}
.theme-contact-page-styleOne .customer .phone {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  flex-direction: column;
}
.theme-contact-page-styleOne .customer .des {
  display: flex;
  align-items: center;
}
.theme-contact-page-styleOne .customer .phone_icon {
  margin-right: 15px;
}

.theme-contact-page-styleOne .customer .phone img {
  width: 40px;
  height: 40px;
}
.theme-contact-page-styleOne .customer .phone .phone_title {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 50px;
}
.theme-contact-page-styleOne .customer .phone .phone_num {
  font-size: 40px;
  font-weight: 600;
  color: #3554aa;
  line-height: 40px;
}
.theme-contact-page-styleOne .group {
  display: flex;
  align-items: center;
  padding: 80px 0;
  flex-direction: column;
}

.theme-contact-page-styleOne .group .group_title {
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  color: #333333;
  line-height: 50px;
  text-align: center;
}
.theme-contact-page-styleOne .group .group_content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.theme-contact-page-styleOne .group .group_content .group_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.theme-contact-page-styleOne .group .group_content .group_item .group_img img {
  width: 180px;
  height: 180px;
}
.theme-contact-page-styleOne .group .group_content .group_item .des {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.theme-contact-page-styleOne .group .group_content .group_item .des .des_item {
  font-size: 16px;

  font-weight: 500;
  color: #333333;
}
.theme-contact-page-styleOne .group .group_content .group_1 {
  margin-right: 40px;
}
