/* breadcrumb sjsung */
.breadcrumb {
  background: none;
  padding: 0;
  font: 0.8em "NanumGothic", sans-serif;
  color: #5f6d7b;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.breadcrumb > li + li:before {
  content: "\f105 ";
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #5f6d7b;
  margin-left: 5px;
  margin-right: 5px;
}
.breadcrumb a {
  color: #5f6d7b;
}
.breadcrumb > .active {
  color: #16469d;
}

/* About contact_us */

.contact_us .title {
  background-color: #d8d8d8;
  padding: 5px 15px;
  border-radius: 5px;
  font-weight: 800;
  font-size: 1rem;
  font-family: "Futura PT", sans-serif;
}
.contact_us .contact_us_country {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 20px;
}

.contact_us .contact_us_country .country {
  display: flex;
  flex-direction: column;
  margin-right: 10px;

  width: 70px;
}

.contact_us .contact_us_country .country img {
  margin-bottom: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

#global_reach_img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  margin-top: 10px;
  border-radius: 10px;
}

.about_peak_img {
  width: 100%;
  margin-left: 30px;
  border-radius: 10px;
  background-color: #e7e6e1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.about_mission {
  display: flex;
}

.about_mission img {
  margin-right: 20px;
  border-radius: 10px;
  width: 40%;
}

.about_mission .title {
  font-family: "Futura PT", sans-serif;
  font-size: 2em;
  color: red;
  font-weight: 800;
}

.about_mission .content {
  font-family: "Futura PT", sans-serif;
  font-size: 1.2rem;
  font-weight: 800;
  height: auto;
}

.about_history_img {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

#global_careers_img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 10px;
}

.about_careers .title {
  font-size: 2em;
  color: red;
  font-weight: 800;
}

.about_careers .content {
  font-size: 1.2rem;
  font-weight: 800;
  height: auto;
  margin-bottom: 30px;
}

.matrix_tray {
}

.matrix_tray .title {
  background-color: #d8d8d8;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 800;
}

.matrix_tray .img {
  width: 100%;
  margin-left: 20px;
}

.matrix_tray .img img {
  width: 100%;
  border-radius: 10px;
}

.wafer_carrier {
}

.wafer_carrier .content {
  width: 100%;
}

.wafer_carrier .title {
  background-color: #d8d8d8;
  padding: 2px 10px;
  border-radius: 5px;
  margin-top: 20px;
  font-size: 1.3rem;
  font-weight: 800;
}

.wafer_carrier .img {
  width: 30%;
  margin-left: 20px;
}

.wafer_carrier .img img {
  width: 100%;
  border-radius: 10px;
}

.reel {
}

.reel .img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 10px;
}

.rapidPrototyping {
}

.rapidPrototyping .img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
  border-radius: 10px;
}

.supplyChain {
}

.supplyChain .img {
  width: 100%;
}

.supplyChain .img img {
  height: 500px;
  border-radius: 10px;
  object-fit: cover;
  margin: 30px 0;
}

.metrologyLab {
}

.metrologyLab_imgBox {
  display: flex;
}

.metrologyLab .img {
  object-fit: cover;
  margin: 30px 0;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  justify-content: center;
}

.metrologyLab .maintitle {
  font-size: 2rem;
  font-weight: 700;
}

.metrologyLab .title {
  background-color: #d8d8d8;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 800;
}

.metrologyLab .subtitle {
  font-weight: 700;
  font-size: 1.2rem;
  padding: 20px 0;
}

.commitmentToQuality {
}

.commitmentToQuality .img {
  display: flex;
  margin: 20px 0;
}

.commitmentToQuality .img img {
  width: 30%;
  object-fit: cover;
  border-radius: 10px;
}

.factoryCertifications {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.factoryCertifications img {
  width: 50%;
  object-fit: cover;
  border-radius: 10px;
  margin: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.commitmentToEHS {
  display: flex;
}

.commitmentToEHS .img {
  width: 100%;
}

.commitmentToEHS .list {
  margin-left: 20px;
}

.commitmentToEHS .content {
  display: inline-block;
}

.EHS_Performance_downbtn {
  background-color: #5f6d7b;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  width: 250px;
  margin-top: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
}

.EHS_Performance_downbtn a {
  color: #fff;
}

.about_peak {
  display: flex;
  align-items: end;
}

.about_peak_logoimg {
  width: 260px;
  height: 100%;
  object-fit: contain;
  margin-left: 10px;
  margin-bottom: 20px;
}
