.pos1 .button {
  margin: auto;
  padding: 8px 12px;
  width: 240px;
  text-align: center;
  border-radius: 34px;
  background: var(--extra-color);
  color: white;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 20px;
  cursor: pointer;
}
.pos1 .button svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  float: left;
}

.pos9 {
  overflow: hidden;
  padding: 40px 0px 20px;
}

.introduce .title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-bottom: 15px;
}
.introduce .title .name-block {
  font-size: 18px;
  color: var(--extra-color);
}
.introduce .title .title-content {
  margin-top: 10px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .introduce .title {
    padding-left: 0px;
    text-align: center;
    margin-bottom: 10px;
  }
  .introduce .title::before {
    display: none;
  }
  .introduce .title .name-block {
    font-size: 16px;
  }
  .introduce .title .title-content {
    margin-top: 5px;
    font-size: 16px;
  }
}

.body-introduce {
  position: relative;
}
.body-introduce .description_c ul {
  margin-left: 20px;
}
.body-introduce .description_c ul li {
  list-style: circle;
}
.body-introduce .content-bl {
  color: #222222;
  width: 50%;
  float: left;
  padding-right: 60px;
  box-sizing: border-box;
  transform: translate(-600px, 0px);
  transition: 0.7s;
  opacity: 0;
}
.body-introduce .content-bl .button_in, .body-introduce .content-bl .button_out {
  cursor: pointer;
  background: var(--main-color);
  color: #fff;
  padding: 5px 15px 6px;
  width: 120px;
  border-radius: 20px;
  font-size: 18px;
  margin: auto;
  text-align: center;
}
.body-introduce .content-bl .button_out {
  background: var(--extra-color);
  margin-top: 20px;
  display: none;
}
.body-introduce .content-bl .summary-bl {
  font-size: 17px;
  line-height: 23px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .body-introduce .content-bl .summary-bl {
    font-size: 28px;
    line-height: 23px;
    margin-bottom: 23px;
  }
}
.body-introduce .content-bl .summary-bl p {
  margin-bottom: 15px;
}
.body-introduce .content-bl .title1 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.body-introduce .content-bl .description_c div {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 30px;
  line-height: 24px;
}
@media only screen and (max-width: 1024px) {
  .body-introduce .content-bl .description_c div {
    margin-bottom: 15px;
  }
}
.body-introduce .content-bl .description_c p {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 25px;
}
.body-introduce .content-bl .description-bl {
  line-height: 20px;
  text-align: justify;
  color: #565656;
}
.body-introduce .content-bl .description-bl p {
  margin-bottom: 10px;
  position: relative;
  color: red;
  padding-left: 20px;
  font-weight: bold;
  font-size: 16px;
}
.body-introduce .content-bl .description-bl p:before {
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" x="0px" y="0px" viewBox="0 0 50 50" fill="red">    <path d="M 25 2.2734375 L 18.609375 18.480469 L 0.81054688 19.417969 L 14.648438 30.412109 L 10.070312 47.222656 L 25 37.771484 L 39.929688 47.222656 L 35.351562 30.412109 L 49.189453 19.417969 L 31.390625 18.480469 L 25 2.2734375 z"/></svg>');
  background-repeat: no-repeat;
  position: absolute;
  top: 1px;
  left: 0px;
}
.body-introduce .content-bl .description-bl ul {
  margin-bottom: 20px;
  padding-left: 20px;
}
.body-introduce .intro_images {
  width: 50%;
  padding-right: 120px;
  float: right;
  box-sizing: border-box;
  position: relative;
}
@media all and (max-width: 768px) {
  .body-introduce .intro_images {
    width: 70%;
  }
}
@media all and (max-width: 600px) {
  .body-introduce .intro_images {
    width: 100%;
    padding-right: 50px;
    margin-top: 30px;
  }
}
.body-introduce .intro_images .item_img {
  position: absolute;
}
.body-introduce .intro_images .item_img .img_inner {
  padding: 20px;
  box-sizing: border-box;
  background: rgba(123, 123, 123, 0.4784313725);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.body-introduce .intro_images .item_img img {
  transition: 0.7s;
  -webkit-transition: 0.7s;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.body-introduce .intro_images .item_0 {
  transform: translate(0px, -400px);
  transition: 1.3s;
  opacity: 0;
  position: unset;
}
.body-introduce .intro_images .item_0 .img_inner {
  padding: 20px;
  box-sizing: border-box;
  background: rgba(185, 185, 185, 0.3803921569);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.body-introduce .intro_images .item_2 {
  transform: translate(0px, 400px);
  transition: 2.4s;
  opacity: 0;
  right: 0px;
  top: 0px;
  width: 60%;
}
.body-introduce .intro_images .item_1 {
  transform: translate(700px, 0px);
  transition: 2.4s;
  opacity: 0;
  left: 0px;
  bottom: 0;
  width: 55%;
}
.body-introduce .intro_images .item_img:hover img {
  transform: scale(1.12);
}
@media screen and (max-width: 768px) {
  .body-introduce .body-video {
    position: relative;
    width: 100%;
  }
  .body-introduce .content-bl {
    width: 100%;
    padding-right: 0px;
  }
  .body-introduce .content-bl .description-bl {
    margin-top: 5px;
  }
  .body-introduce .content-bl .name-bl {
    font-size: 14px;
  }
  .body-introduce .content-bl .btn-readmore {
    padding: 0px 6px;
    border-radius: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.intro .block_title {
  padding-bottom: 12px;
  margin-bottom: 0;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.intro .block_title:after {
  display: none;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes spin2 {
  0% {
    transform: rotate(0deg);
  }
  40% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.hello .body-introduce .content-bl {
  transform: translate(0);
  opacity: 1;
}
.hello .body-introduce .intro_images .item_img {
  transform: translate(0);
  opacity: 1;
}

.read_more {
  margin-top: 45px;
}
.read_more a {
  padding: 15px 40px;
  font-size: 14px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  background: #000000;
  color: #fff;
  text-transform: uppercase;
  padding-right: 80px;
  letter-spacing: 1.5px;
  position: relative;
}
.read_more a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  right: 15px;
  top: 50%;
  background: #d0d0d0;
}
.read_more a:hover {
  background-color: var(--main-color);
}

.pos9 {
  padding: 50px 0px 10px;
}/*# sourceMappingURL=default.css.map */