/*New Contact*/
.contact_wrap {
  padding-top: 80px;
}

.contact_map {
  position: relative;
  padding-bottom: 40%;
  background: url(https://www.aetina.com/wp-content/uploads/2022/01/about-contact/img/contact_map.jpg) no-repeat center/contain;
}

.contact_map .icon {
  position: absolute;
  color: #A5CD38;
  cursor: pointer;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.contact_map .icon img {
  width: 20px;
}

.contact_map .icon:hover {
  color: #80B03C;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.contact_map .icon:hover::before {
  display: block;
}

.contact_map .icon::before {
  font-size: 8px;
  position: absolute;
  color: #4B4B4B;
  left: 25px;
  top: 4px;
  width: 150px;
  display: none;
}

.contact_map .Taiwan {
  right: 24.6%;
  top: 44%;
}

.contact_map .Taiwan::before {
  content: "Headquarters";
}

.contact_map .USA {
  left: 21%;
  top: 36%;
}

.contact_map .USA::before {
  content: "USA Corporation";
}

.contact_map .China {
  right: 26%;
  top: 40%;
}

.contact_map .China::before {
  content: "China Office";
}

.contact_map .Europe {
  right: 50%;
  top: 28%;
}

.contact_map .Europe::before {
  content: "Europe B.V.";
}

.contact_map .Japan {
  right: 20.5%;
  top: 36.5%;
}

.contact_map .Japan::before {
  content: "Japan";
}

#contact_partners .contact_info {
  max-width: 1000px;
}

.partners_level {
  position: relative;
}

.partners_level p {
  font-weight: bold;
  font-size: 22px;
  color: #333;
  display: inline-block;
  padding: 0 15px;
  background: #FFF;
  position: relative;
  padding-left: 30px;
}

.partners_level::before {
  content: "";
  display: block;
  background: #A5CD38;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.mt50 {
  margin-top: 50px;
}

.partner_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.partner_logo {
  width: 200px;
  margin-right: 40px;
}

.partner_logo img {
  width: 100%;
}

.partner_info {
  width: calc( 100% - 200px - 40px);
}

.text-right {
  text-align: right;
}

@media screen and (max-width: 600px) {
  .contact_map_wrap {
    display: none;
  }
}

.contact_info {
  max-width: 800px;
  margin: 40px auto;
}

.contact_info ul {
  list-style: none;
  font-size: 14px;
  color: #4B4B4B;
}

.contact_info li {
  margin-bottom: 40px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 30px;
}

.contact_info .title {
  font-weight: bold;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.contact_info .title .box {
  width: 10px;
  height: 25px;
  background: #A5CD38;
  display: inline-block;
}

.contact_info .title .box.line {
  background: none;
  padding: 0 12px 0 10px;
}

.contact_info .title p {
  margin-bottom: 0;
  margin-left: 10px;
  margin-top: 0;
}

.contact_info .address {
  color: #4B4B4B;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.contact_info .address:hover {
  color: #80B03C;
}

.contact_info .mail {
  color: #4B4B4B;
  text-decoration: none;
}

.contact_info .mail:hover {
  color: #80B03C;
}

.contact_info .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0;
}

.contact_info .list img {
  padding-right: 10px;
}

.contact_info .list p {
  margin-bottom: 0;
}

@media screen and (max-width: 600px) {
  .contact_info ul {
    padding-left: 10px;
  }
  .contact_info li {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .contact_info .title {
    font-size: 17px;
  }
}

.hidden {
  display: none;
}

.country_select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 20px;
}

.country_select label {
  font-size: 1rem;
  padding-right: 10px;
  font-weight: bold;
}
/*# sourceMappingURL=contact.css.map */