/* About page layout — HiFleet blue system, section rhythm */

.mapstyle { width: 600px; height: 400px; }

#map1_container,
#map2_container,
#map3_container,
#map4_container,
#map5_container,
#map6_container {
  width: 100%;
  max-width: 520px;
  height: 360px;
  float: right;
  overflow: hidden;
  margin: 0;
}

#allmap1, #allmap2, #allmap3, #allmap4, #allmap5, #allmap6 {
  margin: 0;
  height: 100%;
  width: 100%;
}



.color_0070C0 { color: #0070C0; }
.fl-left_img { max-height: 80px; min-height: 65px; }

/* —— Banner —— */
.aboutbanner {
  position: relative;
  min-height: 320px;
  height: auto;
  padding: 72px 24px 64px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.aboutbanner .bannerText {
  position: relative;
  left: auto;
  margin: 0;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
}
.aboutbanner .about_T {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 14px;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.aboutbanner .abouttxtinfo {
  display: block;
  font-size: 16px;
  line-height: 1.75;
  opacity: 0.95;
  max-width: 640px;
}

/* —— Section shell —— */
.hf-about-band {
  width: 100%;
}
.hf-about-band--tint {
  background: #e8f4ff;
}
.hf-about-band--white {
  background: #fff;
}
.hf-about-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px 24px;
  box-sizing: border-box;
}
.hf-about-h2,
.hf-about-section .hf-about-h2,
.hf-about-section .p_title_data,
.title_aobtw .p_title_data,
.about_bottom .p_title_data {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 700;
  color: #1c2b3a;
  text-align: center;
  line-height: 1.3;
}
.hf-about-section .p_title_data span,
.title_aobtw .p_title_data span,
.about_bottom .p_title_data span {
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  border: none;
  padding: 0;
  background: none;
}
.hf-about-section .hf-about-p {
  margin: 0 0 14px;
  font-size: 15px;
  color: #555;
  line-height: 1.9;
  text-align: justify;
  max-width: none;
}
.hf-about-section .hf-about-p:last-child { margin-bottom: 0; }
.hf-about-section .hf-about-p a,
.hf-about-contact-intro a {
  color: #1a6fb5;
  text-decoration: none;
}
.hf-about-section .hf-about-p a:hover,
.hf-about-contact-intro a:hover {
  text-decoration: underline;
}

/* —— Company —— */
.hf-about-company .title_aobtw {
  max-width: none;
  margin: 0;
  padding: 0;
}
.hf-about-media {
  display: flex;
  align-items: flex-start;
  gap: 36px;
  margin: 0 0 28px;
}
.hf-about-media__img {
  flex: 0 0 280px;
  max-width: 280px;
}
.hf-about-media__img img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 6px;
}
.hf-about-media__text {
  flex: 1;
  min-width: 0;
}
.hf-about-media__text p {
  float: none !important;
  width: auto !important;
  margin: 0 0 14px;
  font-size: 15px;
  color: #555;
  line-height: 1.9;
  text-align: justify;
}
.hf-about-media__text p:last-child { margin-bottom: 0; }

.hf-about-info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 8px 0 0;
  font-size: 14px;
  color: #555;
  background: #fff;
  border: none;
  border-top: 1px solid #d7e8f7;
}
.hf-about-info-table tbody {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
}
.hf-about-info-table tr {
  display: grid;
  grid-template-columns: 7.5em minmax(0, 1fr);
  column-gap: 16px;
  align-items: start;
  border-bottom: 1px solid #e8eef5;
}
.hf-about-info-table th,
.hf-about-info-table td {
  padding: 14px 0;
  border: none;
  text-align: left;
  vertical-align: top;
  line-height: 1.65;
  width: auto;
}
.hf-about-info-table th {
  color: #333;
  font-weight: 600;
  background: transparent;
  white-space: nowrap;
}
.hf-about-info-table a { color: #1a6fb5; }

/* —— Capability link grid —— */
.hf-about-link-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 16px;
  margin: 24px 0 0;
  max-width: none;
  padding: 0;
  list-style: none;
  border: none;
}
.hf-about-link-grid a {
  display: block;
  padding: 14px 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #1a6fb5;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid #c5ddf3;
  border-radius: 4px;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.hf-about-band--white .hf-about-link-grid a {
  background: #f7fbff;
}
.hf-about-link-grid a:hover {
  border-color: #1a6fb5;
  background: #fff;
}

/* —— Honors timeline —— */
.hf-about-honors-intro {
  max-width: none;
  margin: 0 0 28px;
  text-align: left;
  font-size: 15px;
  color: #555;
  line-height: 1.85;
}
.hf-about-timeline {
  list-style: none;
  margin: 0 0 36px;
  padding: 0;
  max-width: none;
  border-left: 2px solid #b7d4ef;
}
.hf-about-timeline li {
  position: relative;
  margin: 0 0 18px;
  padding: 0 0 0 28px;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}
.hf-about-timeline li:last-child { margin-bottom: 0; }
.hf-about-timeline li::before {
  content: '';
  position: absolute;
  left: -5px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0070C0;
  box-shadow: 0 0 0 3px #e8f4ff;
}
.hf-about-timeline .hf-about-year {
  display: inline-block;
  min-width: 4.5em;
  margin-right: 10px;
  font-weight: 700;
  color: #1a6fb5;
}
.hf-about-certs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.hf-about-certs li {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #d7e8f7;
  border-radius: 4px;
  overflow: hidden;
}
.hf-about-certs img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* —— Contact —— */
.hf-about-contact .about_bottom {
  max-width: none;
  margin: 0;
  padding: 0;
}
.hf-about-contact-intro {
  max-width: none;
  margin: 0 0 32px;
  font-size: 15px;
  color: #555;
  line-height: 1.85;
  text-align: justify;
}
.hf-about-contact .contnet_map_item {
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin: 0 0 36px;
  padding: 0 0 36px;
  border-bottom: 1px solid #e8eef5;
  clear: both;
  overflow: hidden;
}
.hf-about-contact .contnet_map_item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.hf-about-contact .adress_text {
  float: none;
  flex: 0 0 34%;
  max-width: 34%;
  width: auto;
  box-sizing: border-box;
}
.hf-about-contact .img_map_adress {
  float: none;
  flex: 1;
  min-width: 0;
  width: auto;
}
.hf-about-contact .img_map_adress > div {
  width: 100%;
  max-width: 100%;
}

/* —— FAQ aligned with page —— */
.hf-about-faq.hf-seo-block {
  max-width: none;
  margin: 0;
  padding: 0;
  background: #e8f4ff;
}
.hf-about-faq .hf-seo-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 52px 24px;
  box-sizing: border-box;
}
.hf-about-faq .hf-seo-title {
  margin: 0 0 20px;
  font-size: 28px;
  font-weight: 700;
  color: #1c2b3a;
  text-align: center;
  line-height: 1.3;
}
.hf-about-faq .hf-seo-lead {
  max-width: none;
  margin: 0 0 24px;
  text-align: left;
  color: #555;
  font-size: 15px;
  line-height: 1.8;
}
.hf-about-faq .hf-seo-faq {
  max-width: none;
  margin: 0;
}
.hf-about-faq .hf-seo-links {
  max-width: none;
  margin: 24px 0 0;
  justify-content: flex-start;
}

/* Legacy leftover (hidden partner block) */
.ul_about_li li {
  margin: 0 25px 43px;
  width: 15%;
  text-align: center;
}
.con_div {
  text-align: center;
  color: #0693e3;
  font-size: 32px;
  font-weight: 700;
}
.div_span_pad { padding: 0 10px; }
.pad { padding: 20px 0; }
.div_con {
  font-size: 14px;
  color: #808080;
  line-height: 31px;
  text-align: justify;
  padding: 40px 0;
}
.experienceBox { width: 100%; margin: 0 auto 30px; }
.experienceRow { width: 100%; }
.experienceRow::after { content: ''; display: block; clear: both; }
.experienceCol { float: left; padding: 10px; box-sizing: border-box; }
.userLogoBox::after { content: ''; display: block; clear: both; }
.subAboutUsTextBox { background-color: #e8f4ff; padding: 52px 10px; }
.experienceText { box-sizing: border-box; }
.experienceText p {
  font-size: 14px;
  color: #808080;
  line-height: 31px;
  text-align: justify;
  position: relative;
  padding-left: 20px;
}
.experienceText p::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #bbb;
  border-radius: 4px;
  position: absolute;
  top: 12px;
  left: 8px;
}

@media screen and (min-width: 960px) {
  .experienceCol { width: 33.33%; }
  .userLogoBox { display: flex; }
  .userLogoBox li { width: 16.66%; margin: 0 10px; }
}
@media screen and (max-width: 960px) and (min-width: 750px) {
  .experienceCol { width: 50%; }
  .userLogoBox li { width: 33%; margin: 20px 0; height: 80px; }
  .experience4 { margin: 100px 0; }
  .hf-about-link-grid { grid-template-columns: repeat(2, 1fr); }
  .hf-about-certs { grid-template-columns: repeat(2, 1fr); }
}
@media screen and (max-width: 900px) {
  .hf-about-media {
    flex-direction: column;
    gap: 20px;
  }
  .hf-about-media__img {
    flex: none;
    max-width: 220px;
    margin: 0 auto;
  }
  .hf-about-info-table tbody {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .hf-about-contact .contnet_map_item {
    flex-direction: column;
    gap: 16px;
  }
  .hf-about-contact .adress_text {
    flex: none;
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #map1_container,
  #map2_container,
  #map3_container,
  #map4_container,
  #map5_container,
  #map6_container {
    width: 100%;
    max-width: none;
    height: 280px;
  }
  .aboutbanner {
    min-height: 220px;
    padding: 48px 16px 40px;
  }
  .aboutbanner .about_T { font-size: 24px; }
  .aboutbanner .abouttxtinfo { font-size: 14px; }
}
@media screen and (max-width: 750px) {
  .experienceCol { width: 100%; }
  .userLogoBox li { width: 33%; margin: 20px 0; height: 80px; }
  .hf-about-section {
    padding: 40px 16px;
  }
  .hf-about-h2,
  .hf-about-section .hf-about-h2,
  .hf-about-section .p_title_data,
  .title_aobtw .p_title_data,
  .about_bottom .p_title_data,
  .hf-about-faq .hf-seo-title {
    font-size: 22px;
  }
  .hf-about-faq .hf-seo-inner {
    padding: 40px 16px;
  }
  .hf-about-link-grid {
    grid-template-columns: 1fr;
  }
  .hf-about-certs {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .hf-about-info-table tbody {
    grid-template-columns: 1fr;
    column-gap: 0;
  }
  .hf-about-info-table tr {
    grid-template-columns: 1fr;
    row-gap: 2px;
  }
  .hf-about-info-table th {
    padding-bottom: 0;
    white-space: normal;
  }
  .hf-about-info-table td {
    padding-top: 2px;
    padding-bottom: 14px;
  }
}
