.about_banner_container,
.msg_ceo_banner_container,
.company_profile_banner_container {
  margin: 0 auto;
  min-width: 980px;
  max-width: 1440px;
  position: relative;
}

.about_banner_wrap,
.msg_ceo_banner_wrap,
.company_profile_banner_wrap {
  width: 1440px;
  position: relative;
}

.about_banner_img,
.msg_ceo_banner_img,
.company_profile_banner_img {
  height: 450px;
  background: url(../images/about_banner1.webp);
  background-position: center;
  backface-visibility: hidden;
  z-index: 12;
  background-repeat: no-repeat;
  background-size: cover;
}

.msg_ceo_banner_img {
  background-image: url(../images/about_ceo_banner.jpg);
}

.company_profile_banner_img {
  background-image: url(../images/about_profile_banner.avif);
}

.about_banner_text,
.msg_ceo_banner_text,
.company_profile_banner_text {
  position: absolute;
  top: 0;
  z-index: 1;
  margin-left: 60px;
  width: 960px;
  height: 100%;
  text-align: left;
  pointer-events: none;
}

.about_banner_text h1,
.msg_ceo_banner_text h1,
.company_profile_banner_text h1 {
  top: 45%;
  position: absolute;
  left: 0;
  color: #ffffff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.8), 0 0 1em rgba(0, 0, 0, 0.9);
  letter-spacing: 2px;
  font-weight: normal;
  font-size: 40px;
}

nav.breadcrumb {
  padding: 10px 45px;
  font-size: 14px;
  background: #f5f5f5;
}

nav.breadcrumb em,
nav.breadcrumb a {
  padding: 0 15px;
  font-style: normal;
}

nav.breadcrumb a:hover {
  color: #191970;
  text-decoration: underline;
}

.about_part_end {
  padding-bottom: 120px;
}

.about_part1 > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.about_part1 > ul > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 320px;
}

.about_part1 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  vertical-align: bottom;
}

.about_part1 p {
  position: absolute;
  bottom: 0;
  left: 0;
  display: table;
  box-sizing: border-box;
  padding: 15px;
  width: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-weight: bold;
}

.about_part1 p span {
  display: table-cell;
  padding: 0 15px 0 0;
  vertical-align: middle;
}

.about_part1 p::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  margin-top: -6px;
  color: #cc0000;
  content: ">";
  vertical-align: middle;
  text-transform: none;
  font-weight: normal;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  font-size: 8px;
  font-family: "myfont";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
  font-size: 18px;
}

.about_part1 a:hover {
  opacity: 0.8;
}

#foot {
  margin-top: 120px;
}

/* H5 */
/* about page-start */
@media (max-width: 768px) {
  .about_banner_container,
  .msg_ceo_banner_container,
  .company_profile_banner_container {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .about_banner_wrap,
  .msg_ceo_banner_wrap,
  .company_profile_banner_wrap {
    width: 100%;
  }

  .about_banner_text,
  .msg_ceo_banner_text,
  .company_profile_banner_text {
    width: 100%;
  }

  .about_part1 > ul > li {
    width: 100%;
    display: block;
  }

  .about_part1 img {
    height: 320px;
  }
}
/* about page-end */
