.wider_nav-scnt {
  background: rgba(255, 255, 255, 0.85) !important;
}
.contact-hero-section {
  position: relative;
  width: 100%;
  height: 960px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-hero-section .hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.contact-hero-section .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-hero-section .hero-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0) 100%);
}
.contact-hero-section .hero-content {
  position: relative;
  z-index: 2;
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.contact-hero-section .hero-content .text-wrapper {
  color: #ffffff;
  padding-left: 20px;
}
.contact-hero-section .hero-content .text-wrapper .hero-title {
  font-size: 54px;
  margin: 0 0 30px;
  letter-spacing: 2px;
  line-height: 1.2;
}
.contact-hero-section .hero-content .text-wrapper .hero-phone {
  font-size: 54px;
  font-weight: 400;
  margin: 0;
  letter-spacing: 1px;
}
.service-contact-section {
  width: 100%;
  background-color: #fff;
  padding-top: 125px;
  padding-bottom: 164px;
}
.service-contact-section .contact-container {
  width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
}
.service-contact-section .contact-container .sec-header-center {
  text-align: center;
  margin-bottom: 100px;
}
.service-contact-section .contact-container .sec-header-center .title {
  font-size: 38px;
  color: #23262C;
  font-weight: 500;
  margin: 0 0 20px;
  letter-spacing: 2px;
}
.service-contact-section .contact-container .sec-header-center .desc {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.service-contact-section .contact-container .service-list {
  display: flex;
  justify-content: space-between;
}
.service-contact-section .contact-container .service-list .service-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
  position: relative;
  cursor: default;
}
.service-contact-section .contact-container .service-list .service-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background-color: #eee;
}
.service-contact-section .contact-container .service-list .service-item .icon-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
.service-contact-section .contact-container .service-list .service-item .icon-wrapper svg {
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}
.service-contact-section .contact-container .service-list .service-item .icon-wrapper.dark {
  background-color: #002454;
  color: #fff;
}
.service-contact-section .contact-container .service-list .service-item .icon-wrapper.light {
  background-color: #ECF0F6;
  color: #002454;
}
.service-contact-section .contact-container .service-list .service-item .item-title {
  font-size: 20px;
  color: #050505;
  font-weight: 500;
  margin: 0 0 15px;
}
.service-contact-section .contact-container .service-list .service-item .item-desc {
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 25px;
}
.service-contact-section .contact-container .service-list .service-item .item-desc p {
  margin: 0;
}
.service-contact-section .contact-container .service-list .service-item .item-desc .highlight {
  color: #333;
}
.service-contact-section .contact-container .service-list .service-item .map-btn {
  display: inline-flex;
  align-items: center;
  padding: 5px 20px 5px 5px;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #fff;
  margin-top: auto;
}
.service-contact-section .contact-container .service-list .service-item .map-btn .icon-circle {
  width: 36px;
  height: 36px;
  background-color: #002454;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 12px;
  border: 1px solid #002454;
  transition: all 0.3s;
}
.service-contact-section .contact-container .service-list .service-item .map-btn .icon-circle svg {
  width: 16px;
  height: 16px;
}
.service-contact-section .contact-container .service-list .service-item .map-btn .text {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}
.service-contact-section .contact-container .service-list .service-item .map-btn:hover {
  border-color: #002454;
  background-color: #fff;
}
.service-contact-section .contact-container .service-list .service-item .map-btn:hover .icon-circle {
  background-color: #fff;
  color: #002454;
  transform: rotate(-45deg);
}
.service-contact-section .contact-container .service-list .service-item .map-btn:hover .text {
  color: #002454;
}
.service-contact-section .contact-container .service-list .service-item:hover .icon-wrapper.dark {
  background-color: #fff;
  color: #002454;
  border-color: #002454;
}
.service-contact-section .contact-container .service-list .service-item:hover .icon-wrapper.light {
  background-color: #002454;
  color: #fff;
  border-color: #002454;
}
.app-promo-section {
  position: relative;
  width: 100%;
  height: 713px;
  background-image: url('../image/bander/bgt.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.app-promo-section .promo-container {
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-promo-section .promo-container .promo-content {
  max-width: 500px;
  text-align: center;
  padding-left: 50px;
}
.app-promo-section .promo-container .promo-content .promo-title {
  font-size: 50px;
  color: #002454;
  margin-bottom: 40px;
}
.app-promo-section .promo-container .promo-content .qr-area {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app-promo-section .promo-container .promo-content .qr-area .qr-label {
  font-size: 14px;
  color: #002454;
  margin-bottom: 15px;
  font-weight: 500;
}
.app-promo-section .promo-container .promo-content .qr-area .qr-circle {
  width: 130px;
  height: 130px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}
.app-promo-section .promo-container .promo-content .qr-area .qr-circle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.app-promo-section .promo-container .promo-content .qr-area .qr-hint {
  font-size: 18px;
  color: #002454;
  font-weight: 700;
}
.app-promo-section .promo-container .promo-spacer {
  flex: 1;
  height: 100%;
}
.message-section {
  width: 100%;
  background-color: #fff;
  padding: 137px 0;
}
.message-section .message-container {
  width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}
.message-section .message-container .sec-header-center {
  text-align: center;
  margin-bottom: 70px;
}
.message-section .message-container .sec-header-center .title {
  font-size: 38px;
  color: #050505;
  margin: 0 0 30px;
}
.message-section .message-container .sec-header-center .desc {
  font-size: 16px;
  color: #333333;
}
.message-section .message-container .message-form {
  max-width: 1200px;
  margin: 0 auto;
}
.message-section .message-container .message-form .form-row {
  display: flex;
  gap: 40px;
  margin-bottom: 30px;
}
.message-section .message-container .message-form .form-row.three-cols .form-group {
  flex: 1;
}
.message-section .message-container .message-form .form-group {
  position: relative;
  width: 100%;
}
.message-section .message-container .message-form .form-group label {
  display: block;
  font-size: 16px;
  color: #050505;
  margin-bottom: 10px;
  font-weight: 500;
}
.message-section .message-container .message-form .form-group label .required {
  color: #ff4d4f;
  margin-right: 4px;
  font-weight: bold;
}
.message-section .message-container .message-form .form-group .form-control {
  width: 100%;
  background-color: #f7f8fa;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 15px 20px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  outline: none;
  transition: all 0.3s;
}
.message-section .message-container .message-form .form-group .form-control::placeholder {
  color: #ccc;
  font-family: 'pingfang sc', sans-serif;
}
.message-section .message-container .message-form .form-group .form-control:focus {
  background-color: #fff;
  border-color: #002454;
}
.message-section .message-container .message-form .form-group .form-control.textarea {
  height: 180px;
  resize: none;
  font-family: 'pingfang sc', sans-serif;
}
.message-section .message-container .message-form .form-group .error-tip {
  position: absolute;
  left: 0;
  bottom: -22px;
  font-size: 12px;
  color: #ff4d4f;
  opacity: 0;
  transform: translateY(-5px);
  transition: all 0.3s;
}
.message-section .message-container .message-form .form-group.error .form-control {
  background-color: #fff;
  border-color: #ff4d4f;
  animation: shake 0.4s ease-in-out;
  font-family: 'pingfang sc', sans-serif;
}
.message-section .message-container .message-form .form-group.error .error-tip {
  opacity: 1;
  transform: translateY(0);
}
.message-section .message-container .message-form .form-footer {
  text-align: center;
  margin-top: 50px;
}
.message-section .message-container .message-form .form-footer .submit-btn {
  width: 320px;
  height: 50px;
  background-color: #002454;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s;
  letter-spacing: 1px;
}
.message-section .message-container .message-form .form-footer .submit-btn:hover {
  background-color: #003a87;
  transform: translateY(-2px);
}
.message-section .message-container .message-form .form-footer .submit-btn:active {
  transform: translateY(0);
}
