.x_about {
  background: url("../images/about_us.png") no-repeat 45vw 0;
  background-size: 50%;
}
.x_about .x_title {
  margin-bottom: 10rem;
}
.x_about_content {
  align-items: flex-start;
  margin-bottom: 10rem;
}
.x_about_content div {
  font-size: 16px;
  line-height: 3.6rem;
  margin-right: 7.6rem;
}
.x_about_content .x_img {
  margin-right: 0;
  display: block;
  width: 72.4rem;
  flex: none;
  overflow: hidden;
}
.x_about_content .x_img img {
  width: 100%;
  transition: all 0.3s;
}
.x_about_content .x_img:hover img {
  transform: scale(1.05);
}
.x_about .x_content {
  position: relative;
  overflow: hidden;
  margin-bottom: 15.5rem;
}
.x_about .x_content .x_timeline {
  height: 340px;
  position: relative;
}
.x_about .x_content .x_timeline_item {
  position: relative;
}
.x_about .x_content .x_timeline_item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  height: 2px;
  top: 52%;
}
.x_about .x_content .x_timeline_item .x_flex {
  position: absolute;
  top: 0;
}
.x_about .x_content .x_timeline_item .x_time {
  text-align: center;
  position: relative;
  font-size: 2.4rem;
  top: 55%;
}
.x_about .x_content .x_timeline_item .x_time:before {
  content: '';
  position: absolute;
  bottom: 55px;
  height: 50px;
  border-left: 1px dashed #911d28;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
}
.x_about .x_content .x_timeline_item .x_time:after {
  content: '';
  width: 9px;
  height: 9px;
  background: #911d28;
  position: absolute;
  left: 0;
  bottom: 110px;
  right: 0;
  margin: 0 auto;
}
.x_about .x_content .x_timeline_item:nth-of-type(2n) .x_flex {
  bottom: 0;
  top: auto;
}
.x_about .x_content .x_timeline_item:nth-of-type(2n) .x_time {
  top: 42%;
}
.x_about .x_content .x_timeline_item:nth-of-type(2n) .x_time:before {
  top: 45px;
  bottom: auto;
}
.x_about .x_content .x_timeline_item:nth-of-type(2n) .x_time:after {
  top: 100px;
  bottom: auto;
}
.x_about .x_content .x_timeline_item img {
  width: 13rem;
  height: auto;
  display: block;
  object-fit: contain;
  margin-right: 10px;
}
.x_about .x_content .x_time_next {
  position: absolute;
  right: 0;
  top: 46%;
  z-index: 1;
}
.x_about .x_content .x_time_prev {
  position: absolute;
  left: 0;
  top: 46%;
  z-index: 1;
}
@media (max-width: 768px) {
  .x_about .x_title {
    margin: 3vh 0 15px;
  }
  .x_about_content {
    display: block;
    margin-bottom: 30px;
  }
  .x_about_content div {
    font-size: 14px;
    line-height: 24px;
    margin-right: 0;
  }
  .x_about_content .x_img {
    display: block;
    width: 100%;
  }
}
.x_contact {
  margin-bottom: 15rem;
}
.x_contact .x_container {
  background: url("../images/contact_us.png") no-repeat right top;
  background-size: 50%;
}
.x_contact_content {
  margin-top: 9rem;
  align-items: flex-start;
}
.x_contact_content div {
  font-size: 16px;
  line-height: 3.6rem;
  margin-right: 5rem;
}
.x_contact_content img {
  display: block;
  width: 83.6rem;
}
@media (max-width: 768px) {
  .x_contact_content {
    display: block !important;
    background-size: contain;
  }
  .x_contact_content div {
    font-size: 14px;
    line-height: 24px;
    margin-right: 0;
  }
  .x_contact_content img {
    display: block;
    width: 100%;
  }
}
/*# sourceMappingURL=about.css.map */