@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
:root {
  --color-black: #222222;
  --color-black1: #464646;
  --color-gray: #a0a0a0;
  --color-gray1: #b2b2b2;
  --color-blue: #092c59;
  --color-light-blue: #51a2a5;
  --color-dark-green: #85c325;
  --color-green: #accc18;
  --color-green1: #5da736;
  --color-border: #d4eceb;
  --color-purple: #683cc3;
}

/*-------------------------------------------------------------------
	FA Font Awesome
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	icomoon
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	文字ellipsis
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
	尺寸調整
-------------------------------------------------------------------*/
*, *::before, *::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img, picture, svg, video, canvas {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
}

input, button, textarea, select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
    transition: none;
  }
}
body, html {
  height: 100%;
  scroll-behavior: smooth;
}

[v-cloak] {
  display: none !important;
}

body {
  font-family: "Nunito", "Noto Sans TC", sans-serif;
  box-sizing: border-box;
  font-weight: 400;
  color: var(--color-blue);
  line-height: 1;
  margin: 0 auto;
  overflow-x: hidden;
  width: 100%;
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 1200px) {
  .mobile {
    display: none !important;
  }
  .wrap {
    width: 92%;
    max-width: 1500px;
    margin: 0 auto;
  }
  .wrap2 {
    width: 92%;
    max-width: 1700px;
    margin: 0 auto;
  }
  header.header {
    position: fixed;
    width: 100%;
    width: 100%;
    height: 110px;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    transition: background 0.4s ease;
  }
  header.header .wrap {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: none;
    padding: 0 4%;
  }
  header.header .wrap .right {
    display: flex;
    align-items: center;
  }
  header.header .wrap .right nav > ul {
    display: flex;
    align-items: center;
  }
  header.header .wrap .right nav > ul > li {
    position: relative;
    display: block;
    padding: 0 25px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) and (min-width: 1921px) {
  header.header .wrap .right nav > ul > li {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  header.header .wrap .right nav > ul > li:hover a {
    color: var(--color-blue);
  }
  header.header .wrap .right nav > ul > li > a {
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    color: #fff;
  }
  header.header .wrap .right nav > ul > li .sub_menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    z-index: 999;
    background: var(--color-green);
    padding: 20px 50px 35px;
    display: none;
  }
  header.header .wrap .right nav > ul > li .sub_menu:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--color-green);
    top: -8px;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }
  header.header .wrap .right nav > ul > li .sub_menu ul li {
    border-bottom: 1px #fff solid;
  }
  header.header .wrap .right nav > ul > li .sub_menu ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
  }
  header.header .wrap .right nav > ul > li .sub_menu ul li:hover a {
    color: var(--color-blue);
  }
  header.header .wrap .right nav > ul > li:hover .sub_menu {
    display: block;
  }
  header.header .wrap .right nav > ul > li.language {
    display: flex;
    align-items: center;
    padding-right: 0;
  }
  header.header .wrap .right nav > ul > li.language i {
    font-size: 30px;
    color: #fff;
    margin-right: 5px;
  }
  header.header .wrap .right nav > ul > li.language select {
    border: 0;
    font-size: 14px;
    background: none;
    appearance: none;
    color: #fff;
    padding: 5px 0;
    border-bottom: 1px #fff solid;
    margin-left: 5px;
  }
  header.header .wrap .right nav > ul > li.language select:focus {
    outline: 0;
  }
  header.header .wrap .right nav > ul > li.language select option {
    color: var(--color-black);
    text-align: center;
  }
  header.header .wrap .right nav > ul > li:nth-child(3) .sub_menu {
    width: 340px;
  }
  header.header .blue {
    display: none;
  }
  header.header.scroll {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  header.header.scroll .white {
    display: none;
  }
  header.header.scroll .blue {
    display: block;
  }
  header.header.scroll .wrap .right nav > ul > li a {
    color: var(--color-blue);
  }
  header.header.scroll .wrap .right nav > ul > li.language i {
    color: var(--color-blue);
  }
  header.header.scroll .wrap .right nav > ul > li.language select {
    color: var(--color-blue);
    border-bottom: 1px var(--color-blue) solid;
  }
  .btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 56px;
    border-radius: 28px;
    color: #fff;
    background: var(--color-blue);
    transition: 0.4s ease;
    font-size: 20px;
  }
  .btn a i {
    font-size: 24px;
    margin-right: 10px;
  }
  .btn a:hover {
    background: var(--color-purple);
  }
  .btn.style2 a {
    background: var(--color-green);
  }
  .btn.style2 a:hover {
    background: var(--color-blue);
  }
  .page_title {
    font-size: 45px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page_title span {
    color: var(--color-green);
    display: inline-block;
  }
  #go_top {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    position: fixed;
    bottom: 5%;
    right: 3%;
    cursor: pointer;
    z-index: 9999;
    transition: 0.4s ease;
  }
  #go_top:hover {
    transform: scale(1.05);
  }
  footer.footer {
    background: var(--color-black);
    position: relative;
    z-index: 2;
  }
  footer.footer .wrap {
    width: 100%;
    max-width: none;
    padding: 0 4%;
  }
  footer.footer .wrap .top {
    display: flex;
    align-items: start;
    padding: 40px 0;
  }
  footer.footer .wrap .top .footer_logo ul {
    display: block;
    margin: 40px 0 0 80px;
  }
  footer.footer .wrap .top .footer_logo ul li {
    font-size: 18px;
    color: #fff;
  }
  footer.footer .wrap .top .footer_logo ul li span {
    color: var(--color-green);
    display: inline-block;
    width: 46px;
    position: relative;
    margin-right: 10px;
  }
  footer.footer .wrap .top .footer_logo ul li span:after {
    content: "/";
    position: absolute;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  footer.footer .wrap .top .footer_logo ul li + li {
    margin-top: 20px;
  }
  footer.footer .wrap .top nav {
    width: 60%;
    max-width: 1000px;
    margin-left: auto;
  }
  footer.footer .wrap .top nav > ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 20px 0;
  }
  footer.footer .wrap .top nav > ul > li .title {
    font-size: 18px;
    color: var(--color-green);
    font-weight: 500;
    position: relative;
    margin-bottom: 25px;
  }
  footer.footer .wrap .top nav > ul > li .title:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 1px;
    right: calc(100% + 20px);
  }
  footer.footer .wrap .top nav > ul > li ul li {
    margin-top: 15px;
  }
  footer.footer .wrap .top nav > ul > li ul li a {
    font-size: 15px;
    color: var(--color-gray1);
    transition: 0.4s ease;
  }
  footer.footer .wrap .top nav > ul > li ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  footer.footer .wrap .copy_right {
    padding: 40px 0;
    border-top: 1px #464646 solid;
  }
  footer.footer .wrap .copy_right .wrap {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  footer.footer .wrap .copy_right .wrap .community a {
    margin: 0 15px;
  }
  footer.footer .wrap .copy_right .wrap .community a i {
    font-size: 20px;
  }
  footer.footer .wrap .copy_right .wrap a.links {
    color: #fff;
    padding: 0 30px;
    border-right: 1px #fff solid;
    margin: 0;
  }
  footer.footer .wrap .copy_right .wrap span {
    margin: 0 15px;
  }
  footer.footer .wrap .copy_right .wrap a {
    transition: 0.4s ease;
  }
  footer.footer .wrap .copy_right .wrap a:hover {
    opacity: 0.5;
  }
  #cookies {
    position: fixed;
    right: 3%;
    bottom: 5%;
    width: 100%;
    max-width: 440px;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    z-index: 9999;
    font-size: 16px;
    line-height: 2;
    display: none;
  }
  #cookies.show {
    display: flex;
  }
  #cookies a {
    color: var(--color-green);
    display: inline-block;
    text-decoration: underline;
    margin-left: 5px;
  }
  #cookies #is_read {
    color: #fff;
    display: flex;
    height: 44px;
    border-radius: 22px;
    align-items: center;
    justify-content: center;
    background: var(--color-green);
    margin-top: 20px;
    cursor: pointer;
  }
  .page_container {
    padding-top: 110px;
  }
  .page_container .page_container_inner {
    padding-top: 60px;
    position: relative;
    /*min-height: 920px;*/
  }
  .page_container .page_container_inner .wrap {
    position: relative;
    z-index: 3;
  }
  .page_banner {
    position: relative;
  }
  .page_banner img {
    width: 100%;
  }
  .page_banner .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    font-weight: 800;
    padding-left: 5%;
    text-transform: uppercase;
  }
  .page_banner .title::first-letter {
    color: var(--color-green);
  }
  .page_title2 {
    text-align: center;
    padding-bottom: 55px;
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
  }
  .page_title2:before {
    content: "";
    display: block;
    width: 2px;
    height: 25px;
    background: var(--color-green);
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
    z-index: 2;
  }
  .page_title2 .title {
    font-size: 32px;
    font-weight: 500;
    color: var(--color-black);
    margin-bottom: 10px;
  }
  .page_title2 .en {
    font-size: 52px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .page_title2 .en::first-letter, .page_title2 .en span {
    color: var(--color-green);
  }
  .faq {
    padding-bottom: 100px;
  }
  .faq .faq_content + .faq_content {
    margin-top: 5px;
  }
  .faq .faq_content .title {
    font-size: 24px;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: var(--color-blue);
    color: #fff;
    cursor: pointer;
    transition: background 0.4s ease;
  }
  .faq .faq_content .title i {
    flex-shrink: 0;
  }
  .faq .faq_content .title i.icon-questions {
    font-size: 36px;
    margin-right: 10px;
  }
  .faq .faq_content .title span {
    font-weight: 500;
  }
  .faq .faq_content .title i.icon-keyboard_arrow_down {
    margin-left: auto;
    font-size: 30px;
    transition: 0.4s ease;
  }
  .faq .faq_content .title i.icon-keyboard_arrow_down.rotated {
    transform: rotate(-180deg);
  }
  .faq .faq_content .text {
    line-height: 1.4;
    font-size: 18px;
    color: var(--color-black);
    height: 0;
    transition: 0.4s ease;
    overflow: hidden;
  }
  .faq .faq_content.open .title {
    background: var(--color-purple);
  }
  .faq .faq_content.open .text {
    padding: 12px 55px 55px;
    height: auto;
  }
}
@media (max-width: 1200px) {
  .wow {
    visibility: visible !important;
    animation-name: none !important;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .pc {
    display: none !important;
  }
  [class^=wrap] {
    width: 90%;
    max-width: 720px;
    margin: 0 auto;
  }
  header.header {
    position: fixed;
    width: 100%;
    height: 80px;
    background: #fff;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  header.header a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header.header a img {
    height: 50px;
  }
  header.header #menu_btn,
  header.header #language {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header.header #menu_btn i,
  header.header #language i {
    font-size: 24px;
  }
  header.header #menu_btn {
    left: 16px;
    cursor: pointer;
    color: var(--color-blue);
  }
  header.header #language {
    right: 16px;
    cursor: pointer;
    color: var(--color-blue);
  }
  #language_content {
    background: var(--color-green);
    position: fixed;
    width: 100px;
    padding: 10px 0;
    right: 16px;
    top: 80px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease;
  }
  #language_content.open {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #language_content a {
    display: block;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
  }
  #side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    padding-top: 80px;
    visibility: hidden;
    z-index: 9990;
  }
  #side_menu.open {
    visibility: visible;
    z-index: 9997;
  }
  #side_menu.open .backdrop {
    opacity: 1;
  }
  #side_menu.open .inner {
    transform: translateX(0);
  }
  #side_menu .backdrop {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s ease;
  }
  #side_menu .inner {
    width: 80%;
    max-width: 300px;
    height: 100%;
    background: var(--color-green);
    position: relative;
    z-index: 9998;
    overflow: auto;
    padding: 20px;
    transform: translateX(-100%);
    transition: 0.4s ease;
  }
  #side_menu .inner nav > ul > li {
    display: block;
    padding: 10px 0;
  }
  #side_menu .inner nav > ul > li a {
    font-size: 16px;
    color: #fff;
  }
  #side_menu .inner nav > ul > li ul {
    display: block;
    padding: 10px 0 0 30px;
  }
  #side_menu .inner nav > ul > li ul li {
    display: block;
    padding: 10px 0;
  }
  .btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    height: 46px;
    border-radius: 23px;
    color: #fff;
    background: var(--color-blue);
    transition: 0.4s ease;
    font-size: 15px;
  }
  .btn a i {
    font-size: 15px;
    margin-right: 5px;
  }
  .btn a:hover {
    background: var(--color-purple);
  }
  .page_title {
    font-size: 36px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page_title span {
    color: var(--color-green);
    display: inline-block;
  }
  #go_top {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: fixed;
    bottom: 5%;
    right: 3%;
    cursor: pointer;
    z-index: 9989;
    transition: 0.4s ease;
  }
  #go_top:hover {
    transform: scale(1.05);
  }
  footer.footer {
    background: var(--color-black);
    padding-top: 60px;
    position: relative;
    z-index: 2;
  }
  footer.footer .wrap {
    width: 100%;
    max-width: none;
    padding: 0 4%;
  }
  footer.footer .wrap .top {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 40px 0;
  }
  footer.footer .wrap .top .footer_logo {
    display: flex;
    align-items: center;
  }
  footer.footer .wrap .top .footer_logo ul {
    display: block;
    padding-left: 60px;
  }
  footer.footer .wrap .top .footer_logo ul li {
    font-size: 16px;
    color: #fff;
  }
  footer.footer .wrap .top .footer_logo ul li span {
    color: var(--color-green);
    display: inline-block;
    width: 46px;
    position: relative;
    margin-right: 10px;
  }
  footer.footer .wrap .top .footer_logo ul li span:after {
    content: "/";
    position: absolute;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  footer.footer .wrap .top .footer_logo ul li + li {
    margin-top: 10px;
  }
  footer.footer .wrap .top nav {
    width: 100%;
    margin-top: 40px;
  }
  footer.footer .wrap .top nav > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0;
    padding-left: 30px;
  }
  footer.footer .wrap .top nav > ul > li {
    width: 100%;
  }
  footer.footer .wrap .top nav > ul > li + li {
    margin-top: 30px;
  }
  footer.footer .wrap .top nav > ul > li .title {
    font-size: 18px;
    color: var(--color-green);
    font-weight: 500;
    position: relative;
    margin-bottom: 15px;
  }
  footer.footer .wrap .top nav > ul > li .title:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 1px;
    right: calc(100% + 20px);
  }
  footer.footer .wrap .top nav > ul > li ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  footer.footer .wrap .top nav > ul > li ul li {
    padding: 10px;
  }
  footer.footer .wrap .top nav > ul > li ul li a {
    font-size: 15px;
    color: var(--color-gray1);
    transition: 0.4s ease;
  }
  footer.footer .wrap .top nav > ul > li ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  footer.footer .wrap .copy_right {
    padding: 20px 0;
    border-top: 1px #464646 solid;
    font-size: 15px;
  }
  footer.footer .wrap .copy_right .wrap {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  footer.footer .wrap .copy_right .wrap .community {
    margin-bottom: 10px;
  }
  footer.footer .wrap .copy_right .wrap .community a {
    margin: 0 15px;
  }
  footer.footer .wrap .copy_right .wrap .community a i {
    font-size: 20px;
  }
  footer.footer .wrap .copy_right .wrap a.links {
    color: #fff;
    padding: 0 15px;
    margin: 0;
  }
  footer.footer .wrap .copy_right .wrap a.links + .links {
    border-left: 1px #fff solid;
  }
  footer.footer .wrap .copy_right .wrap span {
    margin: 0 15px;
  }
  footer.footer .wrap .copy_right .wrap a {
    transition: 0.4s ease;
  }
  footer.footer .wrap .copy_right .wrap a:hover {
    opacity: 0.5;
  }
  #cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 20px;
    z-index: 9999;
    font-size: 16px;
    line-height: 2;
    display: none;
  }
  #cookies.show {
    display: flex;
  }
  #cookies .inner {
    display: flex;
    align-items: center;
    width: 100%;
  }
  #cookies .inner a {
    color: var(--color-green);
    display: inline-block;
    text-decoration: underline;
    margin-left: 5px;
  }
  #cookies .inner .content {
    flex: 1;
  }
  #cookies .inner #is_read {
    color: #fff;
    display: flex;
    height: 44px;
    border-radius: 22px;
    align-items: center;
    justify-content: center;
    background: var(--color-green);
    width: 30%;
    max-width: 200px;
    margin-left: 20px;
    cursor: pointer;
  }
  .page_container {
    padding-top: 80px;
  }
  .page_container .page_container_inner {
    padding-top: 40px;
    position: relative;
  }
  .page_banner {
    position: relative;
    height: 240px;
  }
  .page_banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
  }
  .page_banner .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
  }
  .page_banner .title::first-letter {
    color: var(--color-green);
  }
  .page_title2 {
    text-align: center;
    padding-bottom: 35px;
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
  }
  .page_title2:before {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: var(--color-green);
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
    z-index: 2;
  }
  .page_title2 .title {
    font-size: 26px;
    font-weight: 500;
    color: var(--color-black);
    margin-bottom: 8px;
  }
  .page_title2 .en {
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .page_title2 .en::first-letter, .page_title2 .en span {
    color: var(--color-green);
  }
  .faq {
    padding-bottom: 60px;
  }
  .faq .faq_content + .faq_content {
    margin-top: 5px;
  }
  .faq .faq_content .title {
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: var(--color-blue);
    color: #fff;
    cursor: pointer;
    transition: background 0.4s ease;
  }
  .faq .faq_content .title i {
    flex-shrink: 0;
  }
  .faq .faq_content .title i.icon-questions {
    font-size: 32px;
    margin-right: 10px;
  }
  .faq .faq_content .title span {
    font-weight: 500;
  }
  .faq .faq_content .title i.icon-keyboard_arrow_down {
    margin-left: auto;
    font-size: 24px;
    transition: 0.4s ease;
  }
  .faq .faq_content .title i.icon-keyboard_arrow_down.rotated {
    transform: rotate(-180deg);
  }
  .faq .faq_content .text {
    line-height: 1.4;
    font-size: 16px;
    color: var(--color-black);
    height: 0;
    transition: 0.4s ease;
    overflow: hidden;
  }
  .faq .faq_content.open .title {
    background: var(--color-purple);
  }
  .faq .faq_content.open .text {
    padding: 12px 30px 24px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .pc {
    display: none !important;
  }
  [class^=wrap] {
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
  }
  header.header {
    position: fixed;
    width: 100%;
    height: 60px;
    background: #fff;
    color: #fff;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  header.header a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header.header a img {
    height: 40px;
  }
  header.header #menu_btn,
  header.header #language {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  header.header #menu_btn i,
  header.header #language i {
    font-size: 24px;
  }
  header.header #menu_btn {
    left: 16px;
    cursor: pointer;
    color: var(--color-blue);
  }
  header.header #language {
    right: 16px;
    color: var(--color-blue);
  }
  #language_content {
    background: var(--color-green);
    position: fixed;
    width: 100px;
    padding: 10px 0;
    right: 16px;
    top: 60px;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s ease;
  }
  #language_content.open {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #language_content a {
    display: block;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    font-size: 15px;
  }
  #side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    max-height: 100vh;
    padding-top: 60px;
    visibility: hidden;
    z-index: 9990;
  }
  #side_menu.open {
    visibility: visible;
    z-index: 9997;
  }
  #side_menu.open .backdrop {
    opacity: 1;
  }
  #side_menu.open .inner {
    transform: translateX(0);
  }
  #side_menu .backdrop {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s ease;
  }
  #side_menu .inner {
    width: 80%;
    max-width: 300px;
    height: 100%;
    background: var(--color-green);
    position: relative;
    z-index: 9998;
    overflow: auto;
    padding: 20px;
    transform: translateX(-100%);
    transition: 0.4s ease;
  }
  #side_menu .inner nav > ul > li {
    display: block;
    padding: 10px 0;
  }
  #side_menu .inner nav > ul > li a {
    font-size: 16px;
    color: #fff;
  }
  #side_menu .inner nav > ul > li ul {
    display: block;
    padding: 10px 0 0 30px;
  }
  #side_menu .inner nav > ul > li ul li {
    display: block;
    padding: 10px 0;
  }
  .btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    height: 46px;
    border-radius: 23px;
    color: #fff;
    background: var(--color-blue);
    transition: 0.4s ease;
    font-size: 15px;
  }
  .btn a i {
    font-size: 15px;
    margin-right: 5px;
  }
  .btn a:hover {
    background: var(--color-purple);
  }
  .page_title {
    font-size: 24px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
  }
  .page_title span {
    color: var(--color-green);
    display: inline-block;
  }
  #go_top {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    position: fixed;
    bottom: 5%;
    right: 3%;
    cursor: pointer;
    z-index: 9989;
    transition: 0.4s ease;
  }
  #go_top:hover {
    transform: scale(1.05);
  }
  footer.footer {
    background: var(--color-black);
    padding-top: 40px;
    position: relative;
    z-index: 2;
  }
  footer.footer .wrap {
    width: 100%;
    max-width: none;
    padding: 0 4%;
  }
  footer.footer .wrap .top {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
  }
  footer.footer .wrap .top .footer_logo {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  footer.footer .wrap .top .footer_logo a img {
    height: 60px;
  }
  footer.footer .wrap .top .footer_logo ul {
    display: block;
    width: 100%;
    padding: 20px 0 0 30px;
  }
  footer.footer .wrap .top .footer_logo ul li {
    font-size: 15px;
    color: #fff;
  }
  footer.footer .wrap .top .footer_logo ul li span {
    color: var(--color-green);
    display: inline-block;
    width: 46px;
    position: relative;
    margin-right: 10px;
  }
  footer.footer .wrap .top .footer_logo ul li span:after {
    content: "/";
    position: absolute;
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  footer.footer .wrap .top .footer_logo ul li + li {
    margin-top: 15px;
  }
  footer.footer .wrap .top nav {
    width: 100%;
    margin-top: 40px;
  }
  footer.footer .wrap .top nav > ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 0;
    padding-left: 30px;
  }
  footer.footer .wrap .top nav > ul > li {
    width: 100%;
  }
  footer.footer .wrap .top nav > ul > li + li {
    margin-top: 30px;
  }
  footer.footer .wrap .top nav > ul > li .title {
    font-size: 18px;
    color: var(--color-green);
    font-weight: 500;
    position: relative;
    margin-bottom: 15px;
  }
  footer.footer .wrap .top nav > ul > li .title:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    top: 1px;
    right: calc(100% + 20px);
  }
  footer.footer .wrap .top nav > ul > li ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  footer.footer .wrap .top nav > ul > li ul li {
    padding: 5px 10px;
  }
  footer.footer .wrap .top nav > ul > li ul li a {
    font-size: 15px;
    color: var(--color-gray1);
    transition: 0.4s ease;
  }
  footer.footer .wrap .top nav > ul > li ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
  footer.footer .wrap .copy_right {
    padding: 20px 0;
    border-top: 1px #464646 solid;
    font-size: 13px;
  }
  footer.footer .wrap .copy_right .wrap {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  footer.footer .wrap .copy_right .wrap .community {
    margin-bottom: 10px;
  }
  footer.footer .wrap .copy_right .wrap .community a {
    margin: 0 10px;
  }
  footer.footer .wrap .copy_right .wrap .community a i {
    font-size: 20px;
  }
  footer.footer .wrap .copy_right .wrap a.links {
    color: #fff;
    padding: 0 15px;
    margin: 0;
  }
  footer.footer .wrap .copy_right .wrap a.links + .links {
    border-left: 1px #fff solid;
  }
  footer.footer .wrap .copy_right .wrap span {
    margin: 10px 10px 15px;
  }
  footer.footer .wrap .copy_right .wrap a {
    transition: 0.4s ease;
  }
  footer.footer .wrap .copy_right .wrap a:hover {
    opacity: 0.5;
  }
  #cookies {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 20px;
    z-index: 9999;
    font-size: 15px;
    line-height: 2;
    display: none;
  }
  #cookies.show {
    display: flex;
  }
  #cookies .inner {
    display: flex;
    align-items: center;
  }
  #cookies .inner a {
    color: var(--color-green);
    display: inline-block;
    text-decoration: underline;
    margin-left: 5px;
  }
  #cookies .inner .content {
    flex: 1;
  }
  #cookies .inner #is_read {
    color: #fff;
    display: flex;
    height: 44px;
    border-radius: 22px;
    align-items: center;
    justify-content: center;
    background: var(--color-green);
    width: 30%;
    flex-shrink: 0;
    margin-left: 20px;
    cursor: pointer;
  }
  .page_container {
    padding-top: 60px;
  }
  .page_container .page_container_inner {
    padding-top: 30px;
    position: relative;
  }
  .page_banner {
    position: relative;
    height: 160px;
  }
  .page_banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: none;
  }
  .page_banner .title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
  }
  .page_banner .title::first-letter {
    color: var(--color-green);
  }
  .page_title2 {
    text-align: center;
    padding-bottom: 35px;
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
  }
  .page_title2:before {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: var(--color-green);
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
    z-index: 2;
  }
  .page_title2 .title {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-black);
    margin-bottom: 5px;
  }
  .page_title2 .en {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
  }
  .page_title2 .en::first-letter, .page_title2 .en span {
    color: var(--color-green);
  }
  .faq {
    padding-bottom: 60px;
  }
  .faq .faq_content + .faq_content {
    margin-top: 5px;
  }
  .faq .faq_content .title {
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: var(--color-blue);
    color: #fff;
    cursor: pointer;
    line-height: 1.2;
    transition: background 0.4s ease;
  }
  .faq .faq_content .title i {
    flex-shrink: 0;
  }
  .faq .faq_content .title i.icon-questions {
    font-size: 28px;
    margin-right: 10px;
  }
  .faq .faq_content .title span {
    font-weight: 500;
  }
  .faq .faq_content .title i.icon-keyboard_arrow_down {
    margin-left: auto;
    font-size: 24px;
    transition: 0.4s ease;
  }
  .faq .faq_content .title i.icon-keyboard_arrow_down.rotated {
    transform: rotate(-180deg);
  }
  .faq .faq_content .text {
    line-height: 1.4;
    font-size: 15px;
    color: var(--color-black);
    height: 0;
    transition: 0.4s ease;
    overflow: hidden;
  }
  .faq .faq_content.open .title {
    background: var(--color-purple);
  }
  .faq .faq_content.open .text {
    padding: 12px 30px 24px;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .banner {
    width: 100%;
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
    position: relative;
    z-index: 2;
  }
  .banner .swiper-slide {
    background-color: #fcfcfc;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    color: #fcfcfc;
    font-size: 24px;
  }
  .banner .swiper-slide::before {
    content: "";
    display: block;
    aspect-ratio: 1920/1293;
  }
  .banner .swiper-slide a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent no-repeat 50% 50%/cover;
    transition-timing-function: linear;
    transition-duration: 20s;
    transform: scale(1);
  }
  .banner .swiper-slide a img, .banner .swiper-slide a video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .swiper-slide.swiper-slide-active a {
    transform: scale(1.2);
  }
  .banner .swiper-pagination {
    bottom: 14%;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 0 5px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
  .index_container {
    margin-top: -8%;
    position: relative;
    z-index: 10;
  }
  .index_container .bg1 {
    position: absolute;
    width: 100%;
    height: 920px;
    top: 3.2%;
    left: 0;
    z-index: 2;
    background: url(/images/bg1_1.png) repeat-x;
  }
}
@media (min-width: 1200px) and (min-width: 1921px) {
  .index_container .bg1 {
    top: 0.5%;
  }
}
@media (min-width: 1200px) {
  .index_container .bg2 {
    position: absolute;
    width: 100%;
    height: 920px;
    top: 17.5%;
    background: url(/images/bg2.png) repeat-x;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 1200px) and (min-width: 1921px) {
  .index_container .bg2 {
    top: 15%;
    background: url(/images/bg2_1.png) repeat-x;
  }
}
@media (min-width: 1200px) {
  .index_container .inner_content {
    position: relative;
    z-index: 3;
  }
  .index_case .block {
    display: flex;
    align-items: center;
    min-height: 690px;
  }
  .index_case .block + .block {
    margin-top: -50px;
  }
  .index_case .block .img {
    display: inline-flex;
    border-radius: 50%;
    border: 20px var(--color-border) solid;
    order: 1;
    width: 46%;
    overflow: hidden;
  }
  .index_case .block .img img {
    border-radius: 50%;
    transform: scale(1);
    transition: 0.4s ease;
  }
  .index_case .block .img img:hover {
    transform: scale(1.05);
  }
  .index_case .block .text {
    padding: 0 0 0 10%;
    font-size: 20px;
    order: 2;
    width: 54%;
  }
  .index_case .block .text .top {
    display: flex;
    flex-direction: column;
  }
  .index_case .block .text .top .sub_title {
    padding: 10px 0;
    color: var(--color-green);
    font-weight: 500;
    order: 1;
  }
  .index_case .block .text .top .en {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 800;
    order: 2;
  }
  .index_case .block .text .top .en::first-letter, .index_case .block .text .top .en span {
    color: var(--color-green);
  }
  .index_case .block .text h1.name {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bolder;
    margin-top: 120px;
    position: relative;
  }
  .index_case .block .text h1.name::before {
    content: "";
    width: 66px;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-border);
    right: calc(100% + 20px);
  }
  .index_case .block .text h2.code {
    font-size: 20px;
    color: var(--color-purple);
    margin-bottom: 25px;
  }
  .index_case .block .text .content {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
    color: var(--color-black);
  }
  .index_case .block:nth-child(2) .img {
    order: 2;
  }
  .index_case .block:nth-child(2) .text {
    order: 1;
    text-align: right;
    padding: 0 10% 0 0;
  }
  .index_case .block:nth-child(2) .text .top .sub_title {
    order: 2;
  }
  .index_case .block:nth-child(2) .text .top .en {
    order: 1;
  }
  .index_case .block:nth-child(2) .text .name {
    color: var(--color-green);
  }
  .index_case .block:nth-child(2) .text .name:before {
    content: "";
    right: auto;
    left: calc(100% + 20px);
  }
  .index_case .block:nth-child(2) .text .code {
    color: #fff;
  }
  .index_case .block:nth-child(2) .text .content {
    color: #fff;
  }
  .index_case .block:nth-child(2) .text .btn a {
    background: var(--color-green);
  }
  .index_case .block:nth-child(2) .text .btn a:hover {
    background: var(--color-purple);
  }
  .index_about {
    padding: 60px 0 90px;
  }
  .index_about .block {
    margin: 60px -40px 0;
    display: flex;
    flex-wrap: wrap;
  }
  .index_about .block .items {
    width: 100%;
    display: flex;
    min-height: 350px;
  }
  .index_about .block .items .top {
    width: 50%;
    padding: 0 40px;
  }
  .index_about .block .items .top .inner {
    position: relative;
  }
  .index_about .block .items .top .inner::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
  .index_about .block .items .top .inner .count_wrap {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .index_about .block .items .top .inner .count_wrap .count_content {
    display: flex;
    align-items: center;
    font-size: 20px;
    width: 50%;
    margin-top: 60px;
  }
  .index_about .block .items .top .inner .count_wrap .count_content .img {
    padding-right: 20px;
    flex-shrink: 0;
  }
  .index_about .block .items .top .inner .count_wrap .count_content .img img {
    width: 140px;
  }
  .index_about .block .items .top .inner .count_wrap .count_content .text {
    font-weight: bold;
  }
  .index_about .block .items .top .inner .count_wrap .count_content .text .count {
    font-size: 42px;
    color: var(--color-green);
    margin: 15px 0;
  }
}
@media (min-width: 1200px) and (min-width: 1500px) {
  .index_about .block .items .top .inner .count_wrap .count_content .text .count {
    font-size: 60px;
  }
}
@media (min-width: 1200px) {
  .index_about .block .items .top .inner .count_wrap .count_content .text .count span {
    height: 60px;
  }
  .index_about .block .items .top .inner .count_wrap .count_content .text .count i {
    font-style: normal;
  }
  .index_about .block .items .top .inner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .index_about .block .items .content {
    text-align: right;
    padding: 0 40px 40px;
    width: 50%;
  }
  .index_about .block .items .content .page_title {
    margin: 60px 0 40px;
    justify-content: flex-end;
  }
  .index_about .block .items .content ul li {
    font-size: 18px;
    color: var(--color-gray);
    margin-top: 40px;
    display: flex;
    align-items: start;
    justify-content: flex-end;
    line-height: 1.6;
  }
  .index_about .block .items .content ul li::after {
    content: "";
    display: block;
    width: 7px;
    height: 20px;
    background: url(/images/list_icon.png);
    flex-shrink: 0;
    margin: 5px 0 0 25px;
  }
  .index_about .block .items .content ul li span {
    display: inline-flex;
    max-width: 90%;
  }
  .index_about .block .items .content + .content .page_title {
    justify-content: start;
  }
  .index_about .block .items .content + .content ul li {
    justify-content: start;
  }
  .index_about .block .items .content + .content ul li::before {
    content: "";
    display: block;
    width: 7px;
    height: 20px;
    background: url(/images/list_icon.png);
    flex-shrink: 0;
    margin: 5px 25px 0 0;
  }
  .index_about .block .items .content + .content ul li:after {
    display: none;
  }
  .index_about .block .items .content + .content ul li span {
    text-align: left;
  }
  .feture .swiper-pagination {
    bottom: 0;
  }
  .feture .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ddd;
    opacity: 1;
  }
  .feture .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-blue);
  }
  .index_news {
    padding: 80px 0;
    background: url(/images/news_bg.jpg);
    background-size: cover;
  }
  .index_news .title {
    font-size: 52px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  .index_news .wrap {
    display: flex;
    align-items: center;
  }
  .index_news .wrap .left {
    width: 40%;
    position: relative;
  }
  .index_news .wrap .left .images {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    border: 20px var(--color-border) solid;
    overflow: hidden;
  }
  .index_news .wrap .left .images img {
    width: 100%;
    transform: scale(1.05);
    transition: transform 0.4s ease;
  }
  .index_news .wrap .left .images.active {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  .index_news .wrap .left .images.active img {
    transform: scale(1);
  }
  .index_news .wrap .right {
    width: 60%;
    padding-left: 4.6%;
  }
  .index_news .wrap .right ul li {
    display: block;
    padding: 20px 0;
  }
  .index_news .wrap .right ul li a {
    display: flex;
    align-items: center;
  }
  .index_news .wrap .right ul li a .date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 56px;
    border-radius: 28px;
    color: #fff;
    background: var(--color-blue);
    transition: 0.4s ease;
    font-size: 18px;
  }
  .index_news .wrap .right ul li a .content {
    font-size: 20px;
    padding-left: 30px;
    flex: 1;
    color: #fff;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index_news .wrap .right ul li + li {
    border-top: 1px #fff solid;
  }
  .index_news .wrap .right ul li:hover a .date {
    background: var(--color-green);
  }
  .index_parter {
    padding: 80px 0;
  }
  .index_parter .wrap .block_wrap {
    display: flex;
    margin: 0 -20px;
  }
  .index_parter .wrap .block_wrap .block {
    width: 33.3333333333%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .index_parter .wrap .block_wrap .block .inner {
    width: 100%;
  }
  .index_parter .wrap .block_wrap .block .inner a {
    display: block;
    border: 10px var(--color-border) solid;
    position: relative;
    overflow: hidden;
  }
  .index_parter .wrap .block_wrap .block .inner a img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .index_parter .wrap .block_wrap .block .inner a:hover img {
    transform: scale(1.05);
  }
  .index_parter .wrap .block_wrap .block .inner a .text {
    position: absolute;
    left: 20px;
    bottom: 15px;
    color: #fff;
  }
  .index_parter .wrap .block_wrap .block .inner a .text h3 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .index_parter .wrap .block_wrap .block .inner a .text p {
    font-size: 18px;
    font-weight: 500;
  }
  .index_parter .wrap .block_wrap .block .inner.inner {
    align-self: flex-end;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .banner {
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
    position: relative;
    z-index: 2;
    margin-top: 80px;
  }
  .banner .swiper-slide {
    position: relative;
  }
  .banner .swiper-slide::before {
    content: "";
    display: block;
    aspect-ratio: 1200/800;
  }
  .banner .swiper-slide a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .banner .swiper-slide a img, .banner .swiper-slide a video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .swiper-pagination {
    bottom: 12%;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 5px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
  .index_container {
    position: relative;
    z-index: 10;
    position: relative;
  }
  .index_container .bg1 {
    display: none;
  }
  .index_container .bg2 {
    display: none;
  }
  .index_container .inner_content {
    position: relative;
    z-index: 3;
  }
  .index_case {
    padding: 50px 0;
    position: relative;
  }
  .index_case .block {
    display: flex;
    align-items: center;
  }
  .index_case .block + .block {
    margin-top: 40px;
  }
  .index_case .block .img {
    display: inline-flex;
    border-radius: 50%;
    border: 10px var(--color-border) solid;
    order: 1;
    width: 45%;
    overflow: hidden;
  }
  .index_case .block .img img {
    border-radius: 50%;
    transform: scale(1);
    transition: 0.4s ease;
  }
  .index_case .block .img img:hover {
    transform: scale(1.05);
  }
  .index_case .block .text {
    padding: 0 0 0 10%;
    font-size: 16px;
    order: 2;
    width: 55%;
  }
  .index_case .block .text .top {
    display: flex;
    flex-direction: column;
  }
  .index_case .block .text .top .sub_title {
    padding: 5px 0;
    color: var(--color-green);
    font-weight: 500;
    order: 1;
  }
  .index_case .block .text .top .en {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 800;
    order: 2;
  }
  .index_case .block .text .top .en::first-letter, .index_case .block .text .top .en span {
    color: var(--color-green);
  }
  .index_case .block .text h1.name {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bolder;
    margin-top: 40px;
    position: relative;
  }
  .index_case .block .text h1.name::before {
    content: "";
    width: 10%;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-border);
    right: calc(100% + 16px);
  }
  .index_case .block .text h2.code {
    font-size: 16px;
    color: var(--color-purple);
    margin-bottom: 15px;
  }
  .index_case .block .text .content {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
    color: var(--color-black);
  }
  .index_case .block:nth-child(2) .img {
    order: 2;
  }
  .index_case .block:nth-child(2) .text {
    order: 1;
    text-align: right;
    padding: 0 10% 0 0;
  }
  .index_case .block:nth-child(2) .text .top .en {
    order: 1;
  }
  .index_case .block:nth-child(2) .text .name:before {
    content: "";
    right: auto;
    left: calc(100% + 20px);
  }
  .index_case .block:nth-child(2) .text .btn a:hover {
    background: var(--color-purple);
  }
  .index_about {
    padding: 60px 0;
  }
  .index_about .block {
    display: flex;
    flex-wrap: wrap;
  }
  .index_about .block .items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .index_about .block .items + .items {
    margin-top: 10px;
  }
  .index_about .block .items .top {
    width: 100%;
    padding: 0 40px;
  }
  .index_about .block .items .top + .top {
    margin-top: 40px;
  }
  .index_about .block .items .top .inner {
    position: relative;
  }
  .index_about .block .items .top .inner::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
  .index_about .block .items .top .inner .count_wrap {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .index_about .block .items .top .inner .count_wrap .count_content {
    display: flex;
    align-items: center;
    font-size: 18px;
    width: 50%;
    margin-top: 40px;
  }
  .index_about .block .items .top .inner .count_wrap .count_content .img img {
    width: 90%;
  }
  .index_about .block .items .top .inner .count_wrap .count_content .text {
    font-weight: bold;
  }
  .index_about .block .items .top .inner .count_wrap .count_content .text .count {
    font-size: 48px;
    color: var(--color-green);
    margin: 10px 0;
  }
  .index_about .block .items .top .inner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .index_about .block .items .content {
    text-align: center;
    padding: 0 40px 40px;
    width: 100%;
  }
  .index_about .block .items .content .page_title {
    margin: 60px 0 30px;
    justify-content: center;
  }
  .index_about .block .items .content ul li {
    font-size: 16px;
    color: var(--color-gray);
    margin-top: 15px;
    line-height: 1.6;
  }
  .index_about .block .items .content ul li span {
    display: inline-flex;
    max-width: 90%;
  }
  .feture .swiper-pagination {
    bottom: 0;
  }
  .feture .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ddd;
    opacity: 1;
  }
  .feture .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-blue);
  }
  .index_news {
    padding: 60px 0;
    background: url(/images/news_bg.jpg);
    background-size: cover;
  }
  .index_news .title {
    font-size: 42px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  .index_news .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
  }
  .index_news .wrap .left {
    width: 100%;
    position: relative;
  }
  .index_news .wrap .left .images {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 60%;
    height: 60%;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    transition: opacity 0.4s ease, transform 0.4s ease;
    border: 10px var(--color-border) solid;
    overflow: hidden;
  }
  .index_news .wrap .left .images img {
    width: 100%;
    transform: scale(1.05);
    transition: transform 0.4s ease;
  }
  .index_news .wrap .left .images.active {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  .index_news .wrap .left .images.active img {
    transform: scale(1);
  }
  .index_news .wrap .right {
    width: 100%;
    margin-top: 40px;
  }
  .index_news .wrap .right ul li {
    display: block;
    padding: 15px 0;
  }
  .index_news .wrap .right ul li a {
    display: flex;
    align-items: center;
  }
  .index_news .wrap .right ul li a .date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    background: var(--color-blue);
    transition: 0.4s ease;
    font-size: 14px;
  }
  .index_news .wrap .right ul li a .content {
    font-size: 16px;
    padding-left: 20px;
    flex: 1;
    color: #fff;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .index_news .wrap .right ul li + li {
    border-top: 1px #fff solid;
  }
  .index_news .wrap .right ul li:hover a .date {
    background: var(--color-green);
  }
  .index_parter {
    padding: 60px 0;
  }
  .index_parter .wrap .block_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .index_parter .wrap .block_wrap .block {
    width: 50%;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .index_parter .wrap .block_wrap .block .inner {
    width: 100%;
  }
  .index_parter .wrap .block_wrap .block .inner a {
    display: block;
    border: 8px var(--color-border) solid;
    position: relative;
    overflow: hidden;
  }
  .index_parter .wrap .block_wrap .block .inner a img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .index_parter .wrap .block_wrap .block .inner a:hover img {
    transform: scale(1.05);
  }
  .index_parter .wrap .block_wrap .block .inner a .text {
    position: absolute;
    left: 20px;
    bottom: 15px;
    color: #fff;
  }
  .index_parter .wrap .block_wrap .block .inner a .text h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .index_parter .wrap .block_wrap .block .inner a .text p {
    font-size: 15px;
    font-weight: 500;
  }
  .index_parter .wrap .block_wrap .block .inner.inner {
    margin-top: 20px;
  }
  .index_parter .wrap .block_wrap .block.block:last-child {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .banner {
    clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
    position: relative;
    z-index: 2;
    margin-top: 60px;
  }
  .banner .swiper-slide {
    position: relative;
  }
  .banner .swiper-slide::before {
    content: "";
    display: block;
    aspect-ratio: 1200/800;
  }
  .banner .swiper-slide a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .banner .swiper-slide a img, .banner .swiper-slide a video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .swiper-pagination {
    bottom: 12%;
  }
  .banner .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0 5px;
  }
  .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
  .index_container {
    position: relative;
    z-index: 10;
    position: relative;
  }
  .index_container .bg1 {
    display: none;
  }
  .index_container .bg2 {
    display: none;
  }
  .index_container .inner_content {
    position: relative;
    z-index: 3;
  }
  .index_case {
    padding: 20px 0 40px;
    position: relative;
  }
  .index_case .block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .index_case .block + .block {
    margin-top: 60px;
  }
  .index_case .block .img {
    display: inline-flex;
    border-radius: 50%;
    border: 8px var(--color-border) solid;
    order: 1;
    overflow: hidden;
    max-width: 240px;
    margin: 0 auto;
  }
  .index_case .block .img img {
    border-radius: 50%;
    transform: scale(1);
    transition: 0.4s ease;
  }
  .index_case .block .img img:hover {
    transform: scale(1.05);
  }
  .index_case .block .text {
    font-size: 16px;
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .index_case .block .text .top {
    display: flex;
    flex-direction: column;
  }
  .index_case .block .text .top .sub_title {
    padding: 5px 0;
    color: var(--color-green);
    order: 1;
    font-size: 14px;
  }
  .index_case .block .text .top .en {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    order: 1;
  }
  .index_case .block .text .top .en::first-letter, .index_case .block .text .top .en span {
    color: var(--color-green);
  }
  .index_case .block .text h1.name {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bolder;
    margin-top: 30px;
    position: relative;
  }
  .index_case .block .text h1.name::before {
    content: "";
    width: 10%;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-border);
    right: calc(100% + 16px);
  }
  .index_case .block .text h2.code {
    font-size: 16px;
    color: var(--color-purple);
    margin-bottom: 15px;
  }
  .index_case .block .text .content {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: var(--color-black);
  }
  .index_about {
    padding: 40px 0;
  }
  .index_about .block {
    display: flex;
    flex-wrap: wrap;
  }
  .index_about .block .items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .index_about .block .items + .items {
    margin-top: 10px;
  }
  .index_about .block .items .top {
    width: 100%;
    padding: 0 40px;
  }
  .index_about .block .items .top + .top {
    margin-top: 40px;
  }
  .index_about .block .items .top + .top .inner::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
  .index_about .block .items .top .inner {
    position: relative;
  }
  .index_about .block .items .top .inner .count_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .index_about .block .items .top .inner .count_wrap .count_content {
    display: flex;
    align-items: center;
    font-size: 18px;
    width: 100%;
    margin-top: 30px;
  }
  .index_about .block .items .top .inner .count_wrap .count_content .img {
    margin-right: 20px;
  }
  .index_about .block .items .top .inner .count_wrap .count_content .img img {
    width: 100px;
  }
  .index_about .block .items .top .inner .count_wrap .count_content .text {
    font-weight: bold;
  }
  .index_about .block .items .top .inner .count_wrap .count_content .text .count {
    font-size: 40px;
    color: var(--color-green);
    margin: 10px 0;
  }
  .index_about .block .items .top .inner iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .index_about .block .items .content {
    text-align: center;
    padding: 0 40px 40px;
    width: 100%;
  }
  .index_about .block .items .content .page_title {
    margin: 40px 0 20px;
    justify-content: center;
  }
  .index_about .block .items .content ul li {
    font-size: 15px;
    color: var(--color-gray);
    margin-top: 15px;
    line-height: 1.6;
  }
  .index_about .block .items .content ul li span {
    display: inline-flex;
    max-width: 90%;
  }
  .feture .swiper-pagination {
    bottom: 0;
  }
  .feture .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ddd;
    opacity: 1;
  }
  .feture .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-blue);
  }
  .index_news {
    padding: 40px 0;
    background: url(/images/news_bg.jpg);
    background-size: cover;
  }
  .index_news .title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
  }
  .index_news .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
  }
  .index_news .wrap .left {
    width: 100%;
    position: relative;
  }
  .index_news .wrap .left .images {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    transition: opacity 0.4s ease, transform 0.4s ease;
    border: 10px var(--color-border) solid;
    overflow: hidden;
  }
  .index_news .wrap .left .images img {
    width: 100%;
    transform: scale(1.05);
    transition: transform 0.4s ease;
  }
  .index_news .wrap .left .images.active {
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  .index_news .wrap .left .images.active img {
    transform: scale(1);
  }
  .index_news .wrap .right {
    width: 100%;
    margin-top: 40px;
  }
  .index_news .wrap .right ul li {
    display: block;
    padding: 15px 0;
  }
  .index_news .wrap .right ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .index_news .wrap .right ul li a .date {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    background: var(--color-blue);
    transition: 0.4s ease;
    font-size: 14px;
  }
  .index_news .wrap .right ul li a .content {
    font-size: 16px;
    padding-top: 10px;
    width: 100%;
    color: #fff;
    line-height: 1.6;
  }
  .index_news .wrap .right ul li + li {
    border-top: 1px #fff solid;
  }
  .index_news .wrap .right ul li:hover a .date {
    background: var(--color-green);
  }
  .index_parter {
    padding: 40px 0;
  }
  .index_parter .wrap .block_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .index_parter .wrap .block_wrap .block {
    width: 50%;
    padding: 0 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .index_parter .wrap .block_wrap .block .inner {
    width: 100%;
  }
  .index_parter .wrap .block_wrap .block .inner a {
    display: block;
    border: 4px var(--color-border) solid;
    position: relative;
    overflow: hidden;
  }
  .index_parter .wrap .block_wrap .block .inner a img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .index_parter .wrap .block_wrap .block .inner a:hover img {
    transform: scale(1.05);
  }
  .index_parter .wrap .block_wrap .block .inner a .text {
    position: absolute;
    left: 20px;
    bottom: 15px;
    color: #fff;
  }
  .index_parter .wrap .block_wrap .block .inner a .text h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .index_parter .wrap .block_wrap .block .inner a .text p {
    font-size: 14px;
    font-weight: 500;
  }
  .index_parter .wrap .block_wrap .block .inner.inner {
    margin-top: 10px;
  }
  .index_parter .wrap .block_wrap .block.block:last-child {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .philosophy {
    padding-top: 60px;
    position: relative;
  }
  .philosophy .page_top_article {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
  }
  .philosophy .page_top_article .wrap {
    display: flex;
    background: url("../images/about_philosophy_bg.jpg") bottom center no-repeat;
    background-size: 100%;
  }
  .philosophy .page_top_article .left {
    width: 45%;
    align-content: end;
    text-align: right;
  }
  .philosophy .page_top_article .left .inner {
    overflow: hidden;
  }
  .philosophy .page_top_article .left .inner img {
    width: 86%;
    min-width: 490px;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .philosophy .page_top_article .right {
    width: 55%;
    padding-right: 7%;
    text-align: center;
  }
  .philosophy .page_top_article .right .title {
    position: relative;
    right: -14%;
    font-size: 32px;
    font-weight: 500;
    color: var(--color-black);
    margin-bottom: 10px;
    text-align: right;
  }
  .philosophy .page_top_article .right .en {
    position: relative;
    right: -14%;
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 800;
    text-align: right;
  }
  .philosophy .page_top_article .right .en::first-letter, .philosophy .page_top_article .right .en span {
    color: var(--color-green);
  }
  .philosophy .page_top_article .right .title2 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    margin: 15% 0 5%;
  }
  .philosophy .page_top_article .right .title2 span {
    color: var(--color-green);
  }
  .philosophy .page_top_article .right .text {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 30px;
  }
  .philosophy .page_top_article .right .name {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 30px;
  }
  .philosophy .blocks {
    margin-bottom: 80px;
  }
  .philosophy .information {
    padding: 0 0 80px 0;
    position: relative;
  }
  .philosophy .information:before {
    content: "";
    display: block;
    position: absolute;
    top: 15%;
    width: 100%;
    height: 100%;
    background: url("../images/about_philosophy_bg.png") top center no-repeat;
    background-size: 100%;
    z-index: 1;
  }
  .philosophy .information .page_title2 {
    margin-bottom: 50px;
  }
  .philosophy .information .information_wrap {
    text-align: center;
  }
  .partners {
    margin-bottom: 80px;
  }
  .partners .partners_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 30px;
  }
  .partners .partners_content .inner {
    position: relative;
    width: 33.3333333333%;
    padding: 5%;
  }
  .partners .partners_content .inner .img {
    overflow: hidden;
  }
  .partners .partners_content .inner .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .partners .partners_content .inner .img:hover img {
    transform: scale(1.05);
  }
  .team {
    margin-bottom: 100px;
  }
  .team .page_top_article .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  .team .page_top_article .top .item {
    position: relative;
    text-align: center;
    width: 43%;
    max-width: 620px;
    margin: 0;
  }
  .team .page_top_article .top .item .inner {
    position: relative;
  }
  .team .page_top_article .top .item .inner .inner_bg {
    position: relative;
  }
  .team .page_top_article .top .item .inner .inner_bg:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-purple);
    top: 20px;
    left: 20px;
  }
  .team .page_top_article .top .item .inner .inner_bg .img {
    overflow: hidden;
  }
  .team .page_top_article .top .item .inner .inner_bg .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .team .page_top_article .top .item .inner .inner_bg .img:hover img {
    transform: scale(1.05);
  }
  .team .page_top_article .top .item .inner .img_mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4392156863);
    padding: 5%;
    color: #ffffff;
    transition: 0.6s;
    opacity: 0;
  }
  .team .page_top_article .top .item .inner .img_mask .title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .team .page_top_article .top .item .inner .img_mask .text {
    font-size: 18px;
    line-height: 1.8;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .team .page_top_article .top .item .inner:hover img {
    transform: scale(1.05);
  }
  .team .page_top_article .top .item .inner:hover .img_mask {
    opacity: 1;
  }
  .team .page_top_article .top .item:nth-child(4n-3) {
    margin-top: 5%;
    margin-left: -10%;
  }
  .team .page_top_article .top .item:nth-child(4n-2) {
    margin-top: 0%;
    margin-left: 10%;
  }
  .team .page_top_article .top .item:nth-child(4n-1) {
    margin-top: 5%;
    margin-left: 5%;
  }
  .team .page_top_article .top .item:last-child {
    margin-top: 0%;
    margin-left: 7%;
  }
  .history {
    margin-bottom: 80px;
  }
  .history .history_content {
    background: rgba(240, 240, 240, 0.4392156863);
    border: 1px #eee solid;
    overflow: hidden;
  }
  .history .history_content:nth-child(2n) {
    background: rgba(255, 255, 255, 0.4392156863);
  }
  .history .history_content:not(:last-child) {
    border-bottom: 0;
  }
  .history .history_content .inner {
    display: flex;
  }
  .history .history_content .inner:hover {
    background: var(--color-purple);
    color: #fff;
  }
  .history .history_content .inner:hover .date .dot {
    background: #fff;
  }
  .history .history_content .inner:hover .date .dot:before {
    border-color: #fff;
    background: var(--color-light-blue);
  }
  .history .history_content .inner .date {
    font-size: 24px;
    position: relative;
    padding: 25px 40px;
    align-self: stretch;
    display: flex;
    align-items: start;
  }
  .history .history_content .inner .date .dot {
    width: 7px;
    height: 100%;
    background: var(--color-green);
    position: absolute;
    right: 0;
    top: 0;
  }
  .history .history_content .inner .date .dot:before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    border: 2px var(--color-green) solid;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: 29px;
  }
  .history .history_content .inner .content {
    align-self: stretch;
    font-size: 20px;
    padding: 27px 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    flex: 1;
    line-height: 1.2;
  }
  .history .history_content .inner .content div {
    width: 100%;
  }
  .history .history_content .inner .content img {
    margin-top: 15px;
  }
  .about .page_top_article {
    background: #f8f8f8;
    padding: 60px 0 100px;
    clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
  }
  .about .page_top_article .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .about .page_top_article .top .left {
    width: 48%;
  }
  .about .page_top_article .top .left .inner {
    position: relative;
  }
  .about .page_top_article .top .left .inner:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-green);
    top: 20px;
    left: 20px;
  }
  .about .page_top_article .top .left .inner .img {
    overflow: hidden;
  }
  .about .page_top_article .top .left .inner .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .about .page_top_article .top .left .inner .img:hover img {
    transform: scale(1.05);
  }
  .about .page_top_article .top .right {
    width: 52%;
    padding-left: 5%;
  }
  .about .page_top_article .top .right .title {
    font-size: 32px;
    font-weight: 500;
    color: var(--color-black);
    line-height: 1.4;
  }
  .about .page_top_article .top .right .en {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.1;
    margin: 15px 0 35px;
  }
  .about .page_top_article .top .right .en::first-letter, .about .page_top_article .top .right .en span {
    color: var(--color-green);
  }
  .about .page_top_article .top .right .text {
    font-size: 18px;
    line-height: 1.8;
    color: var(--color-black);
    margin-bottom: 30px;
  }
  .about .page_top_article .bottom {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .about .page_top_article .bottom .item {
    text-align: center;
    width: 33.3333333333%;
    max-width: 360px;
    margin: 0 5%;
  }
  .about .page_top_article .bottom .item p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--color-black);
  }
  .about .mid {
    padding: 60px 0 0;
  }
  .about .mid .wrap .top {
    display: flex;
    flex-wrap: wrap;
    text-align: right;
  }
  .about .mid .wrap .top .left {
    width: 50%;
  }
  .about .mid .wrap .top .left .title {
    font-size: 32px;
    font-weight: 500;
  }
  .about .mid .wrap .top .left .title span {
    color: var(--color-green);
  }
  .about .mid .wrap .top .left p {
    font-size: 18px;
    display: block;
    margin: 15px 0 30px;
  }
  .about .mid .wrap .top .left ul li .title {
    font-size: 24px;
    color: var(--color-light-blue);
  }
  .about .mid .wrap .top .right {
    width: 50%;
    padding-left: 5%;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .about .mid .wrap .top .right {
    padding-left: 8%;
  }
}
@media (min-width: 1200px) {
  .about .mid .wrap .top .right .inner {
    position: relative;
  }
  .about .mid .wrap .top .right .inner:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-purple);
    top: 20px;
    left: 20px;
  }
  .about .mid .wrap .top .right .inner .img {
    overflow: hidden;
  }
  .about .mid .wrap .top .right .inner .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .about .mid .wrap .top .right .inner .img:hover img {
    transform: scale(1.05);
  }
  .about .mid .wrap .bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 120px 0;
  }
  .about .mid .wrap .bottom .item {
    width: 33.3333333333%;
    max-width: 440px;
    padding: 0 15px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .about .mid .wrap .bottom .item {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .about .mid .wrap .bottom .item .title {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
  }
  .about .mid .wrap .bottom .item .title span {
    color: var(--color-green);
  }
  .about .mid .wrap .bottom .item .img {
    overflow: hidden;
    margin: 20px 0 30px;
  }
  .about .mid .wrap .bottom .item .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .about .mid .wrap .bottom .item .img:hover img {
    transform: scale(1.05);
  }
  .about .mid .wrap .bottom .item .text {
    font-size: 18px;
    line-height: 1.8;
    color: var(--color-black);
  }
  .about .certificate {
    padding: 0 0 80px 0;
    position: relative;
  }
  .about .certificate:before {
    content: "";
    display: block;
    position: absolute;
    top: 5.2%;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    clip-path: polygon(0% 0%, 50% 10%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
  }
  .about .certificate .page_title2 {
    margin-bottom: 50px;
  }
  .about .certificate .certificate_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .about .certificate .certificate_wrap .item {
    width: 33.3333333333%;
    max-width: 300px;
    padding: 0 20px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .about .certificate .certificate_wrap .item {
    max-width: 360px;
    padding: 0 30px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .philosophy {
    padding-top: 60px;
    position: relative;
  }
  .philosophy .page_top_article {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
  }
  .philosophy .page_top_article .wrap {
    display: flex;
    flex-wrap: wrap;
    background: url("../images/about_philosophy_bg_3.jpg") bottom center no-repeat;
    background-size: 100%;
  }
  .philosophy .page_top_article .left {
    order: 2;
    width: 100%;
    align-content: end;
    text-align: center;
  }
  .philosophy .page_top_article .left .inner {
    overflow: hidden;
  }
  .philosophy .page_top_article .left .inner img {
    width: 65%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .philosophy .page_top_article .right {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .philosophy .page_top_article .right .title {
    font-size: 26px;
    font-weight: 500;
    color: var(--color-black);
    margin-bottom: 8px;
  }
  .philosophy .page_top_article .right .en {
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 800;
  }
  .philosophy .page_top_article .right .en::first-letter, .philosophy .page_top_article .right .en span {
    color: var(--color-green);
  }
  .philosophy .page_top_article .right .title2 {
    font-size: 42px;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    margin: 15% 0 5%;
  }
  .philosophy .page_top_article .right .title2 span {
    color: var(--color-green);
  }
  .philosophy .page_top_article .right .text {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 30px;
  }
  .philosophy .page_top_article .right .name {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 30px;
  }
  .philosophy .blocks {
    margin-bottom: 80px;
  }
  .philosophy .information {
    padding: 0 0 60px 0;
    position: relative;
  }
  .philosophy .information .information_wrap {
    text-align: center;
  }
  .partners {
    margin-bottom: 80px;
  }
  .partners .partners_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 30px;
  }
  .partners .partners_content .inner {
    position: relative;
    width: 33.3333333333%;
    padding: 3%;
  }
  .partners .partners_content .inner .img {
    overflow: hidden;
  }
  .partners .partners_content .inner .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .partners .partners_content .inner .img:hover img {
    transform: scale(1.05);
  }
  .team {
    margin-bottom: 40px;
  }
  .team .page_top_article .top {
    justify-content: center;
    margin-top: 30px;
  }
  .team .page_top_article .top .item {
    text-align: center;
    width: 100%;
  }
  .team .page_top_article .top .item .inner {
    position: relative;
  }
  .team .page_top_article .top .item .inner .inner_bg {
    position: relative;
  }
  .team .page_top_article .top .item .inner .inner_bg:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-purple);
    top: 12px;
    left: 12px;
  }
  .team .page_top_article .top .item .inner .inner_bg .img {
    overflow: hidden;
  }
  .team .page_top_article .top .item .inner .inner_bg .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .team .page_top_article .top .item .inner .inner_bg .img:hover img {
    transform: scale(1.05);
  }
  .team .page_top_article .top .item .inner .img_mask {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5% 0 8%;
  }
  .team .page_top_article .top .item .inner .img_mask .title {
    font-size: 26px;
    font-weight: 500;
  }
  .team .page_top_article .top .item .inner .img_mask .text {
    font-size: 16px;
    line-height: 1.8;
  }
  .history {
    margin-bottom: 80px;
  }
  .history .history_content {
    background: rgba(240, 240, 240, 0.4392156863);
    border: 1px #eee solid;
    overflow: hidden;
  }
  .history .history_content:nth-child(2n) {
    background: rgba(255, 255, 255, 0.4392156863);
  }
  .history .history_content:not(:last-child) {
    border-bottom: 0;
  }
  .history .history_content .inner {
    display: flex;
  }
  .history .history_content .inner:hover {
    background: var(--color-purple);
    color: #fff;
  }
  .history .history_content .inner:hover .date .dot {
    background: #fff;
  }
  .history .history_content .inner:hover .date .dot:before {
    border-color: #fff;
    background: var(--color-light-blue);
  }
  .history .history_content .inner .date {
    font-size: 20px;
    position: relative;
    padding: 15px 30px;
    align-self: stretch;
    display: flex;
    align-items: start;
  }
  .history .history_content .inner .date .dot {
    width: 5px;
    height: 100%;
    background: var(--color-green);
    position: absolute;
    right: 0;
    top: 0;
  }
  .history .history_content .inner .date .dot:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 2px var(--color-green) solid;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: 18px;
  }
  .history .history_content .inner .content {
    align-self: stretch;
    font-size: 18px;
    padding: 16px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    flex: 1;
    line-height: 1.2;
  }
  .history .history_content .inner .content div {
    width: 100%;
  }
  .history .history_content .inner .content img {
    margin-top: 15px;
  }
  .about .page_top_article {
    background: #f8f8f8;
    padding: 60px 0;
    clip-path: polygon(0 0, 100% 0%, 100% 93%, 0% 100%);
  }
  .about .page_top_article .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .about .page_top_article .top .left {
    width: 100%;
  }
  .about .page_top_article .top .left .inner {
    position: relative;
  }
  .about .page_top_article .top .left .inner:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-green);
    top: 12px;
    left: 12px;
  }
  .about .page_top_article .top .left .inner .img {
    overflow: hidden;
  }
  .about .page_top_article .top .left .inner .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .about .page_top_article .top .left .inner .img:hover img {
    transform: scale(1.05);
  }
  .about .page_top_article .top .right {
    width: 100%;
    padding-top: 40px;
  }
  .about .page_top_article .top .right .title {
    font-size: 26px;
    font-weight: 500;
    color: var(--color-black);
    line-height: 1.4;
  }
  .about .page_top_article .top .right .en {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.1;
    margin: 5px 0 20px;
  }
  .about .page_top_article .top .right .en::first-letter, .about .page_top_article .top .right .en span {
    color: var(--color-green);
  }
  .about .page_top_article .top .right .text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-black);
    margin-bottom: 30px;
  }
  .about .page_top_article .bottom {
    justify-content: center;
    margin-top: 30px;
  }
  .about .page_top_article .bottom .item {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .about .page_top_article .bottom .item img {
    width: 30%;
  }
  .about .page_top_article .bottom .item p {
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-black);
  }
  .about .mid {
    padding: 60px 0 0;
  }
  .about .mid .wrap .top {
    display: flex;
    flex-wrap: wrap;
  }
  .about .mid .wrap .top .left {
    width: 100%;
  }
  .about .mid .wrap .top .left .title {
    font-size: 26px;
    font-weight: 500;
  }
  .about .mid .wrap .top .left .title span {
    color: var(--color-green);
  }
  .about .mid .wrap .top .left p {
    font-size: 16px;
    display: block;
    margin: 15px 0 30px;
  }
  .about .mid .wrap .top .left ul li .title {
    font-size: 20px;
    color: var(--color-light-blue);
  }
  .about .mid .wrap .top .right {
    width: 100%;
    margin-top: 20px;
  }
  .about .mid .wrap .top .right .inner {
    position: relative;
  }
  .about .mid .wrap .top .right .inner:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-purple);
    top: 12px;
    left: 12px;
  }
  .about .mid .wrap .top .right .inner .img {
    overflow: hidden;
  }
  .about .mid .wrap .top .right .inner .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .about .mid .wrap .top .right .inner .img:hover img {
    transform: scale(1.05);
  }
  .about .mid .wrap .bottom {
    margin: 60px 0;
  }
  .about .mid .wrap .bottom .item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .about .mid .wrap .bottom .item + .item {
    margin-top: 30px;
  }
  .about .mid .wrap .bottom .item .title {
    font-size: 26px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: calc(40% + 15px);
  }
  .about .mid .wrap .bottom .item .title span {
    color: var(--color-green);
  }
  .about .mid .wrap .bottom .item .img {
    overflow: hidden;
    width: 40%;
  }
  .about .mid .wrap .bottom .item .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .about .mid .wrap .bottom .item .img:hover img {
    transform: scale(1.05);
  }
  .about .mid .wrap .bottom .item .text {
    position: absolute;
    top: 40px;
    left: 0;
    padding-left: calc(40% + 15px);
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-black);
  }
  .about .certificate {
    padding: 0 0 60px 0;
    position: relative;
  }
  .about .certificate:before {
    content: "";
    display: block;
    position: absolute;
    top: 8%;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    clip-path: polygon(0% 0%, 50% 10%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
  }
  .about .certificate .page_title2 {
    margin-bottom: 30px;
  }
  .about .certificate .certificate_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .about .certificate .certificate_wrap .item {
    width: 33.3333333333%;
    max-width: 300px;
    padding: 0 20px;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) and (min-width: 1600px) {
  .about .certificate .certificate_wrap .item {
    max-width: 360px;
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .philosophy {
    padding-top: 60px;
    position: relative;
  }
  .philosophy .page_top_article {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
  }
  .philosophy .page_top_article .wrap {
    display: flex;
    flex-wrap: wrap;
    background: url("../images/about_philosophy_bg_4.jpg") bottom center no-repeat;
    background-size: 100%;
  }
  .philosophy .page_top_article .left {
    order: 2;
    width: 100%;
    align-content: end;
    text-align: center;
  }
  .philosophy .page_top_article .left .inner {
    overflow: hidden;
  }
  .philosophy .page_top_article .left .inner img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .philosophy .page_top_article .right {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .philosophy .page_top_article .right .title {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-black);
    margin-bottom: 5px;
  }
  .philosophy .page_top_article .right .en {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
  }
  .philosophy .page_top_article .right .en::first-letter, .philosophy .page_top_article .right .en span {
    color: var(--color-green);
  }
  .philosophy .page_top_article .right .title2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    margin: 20% 0 5%;
  }
  .philosophy .page_top_article .right .title2 span {
    color: var(--color-green);
  }
  .philosophy .page_top_article .right .text {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 30px;
  }
  .philosophy .page_top_article .right .name {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 30px;
  }
  .philosophy .blocks {
    margin-bottom: 80px;
  }
  .philosophy .information {
    padding: 0 0 60px 0;
    position: relative;
  }
  .philosophy .information .information_wrap {
    text-align: center;
  }
  .partners {
    margin-bottom: 80px;
  }
  .partners .partners_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
  }
  .partners .partners_content .inner {
    position: relative;
    width: 50%;
    padding: 5%;
  }
  .partners .partners_content .inner .img {
    overflow: hidden;
  }
  .partners .partners_content .inner .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .partners .partners_content .inner .img:hover img {
    transform: scale(1.05);
  }
  .team {
    margin-bottom: 30px;
  }
  .team .page_top_article .top {
    justify-content: center;
    margin-top: 30px;
  }
  .team .page_top_article .top .item {
    text-align: center;
    width: 100%;
  }
  .team .page_top_article .top .item .inner {
    position: relative;
  }
  .team .page_top_article .top .item .inner .inner_bg {
    position: relative;
  }
  .team .page_top_article .top .item .inner .inner_bg:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-purple);
    top: 10px;
    left: 10px;
  }
  .team .page_top_article .top .item .inner .inner_bg .img {
    overflow: hidden;
  }
  .team .page_top_article .top .item .inner .inner_bg .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .team .page_top_article .top .item .inner .inner_bg .img:hover img {
    transform: scale(1.05);
  }
  .team .page_top_article .top .item .inner .img_mask {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 5% 0 8%;
  }
  .team .page_top_article .top .item .inner .img_mask .title {
    font-size: 24px;
    font-weight: 500;
  }
  .team .page_top_article .top .item .inner .img_mask .text {
    font-size: 15px;
    line-height: 1.8;
  }
  .history {
    margin-bottom: 60px;
  }
  .history .history_content {
    background: rgba(240, 240, 240, 0.4392156863);
    border: 1px #eee solid;
    overflow: hidden;
  }
  .history .history_content:nth-child(2n) {
    background: rgba(255, 255, 255, 0.4392156863);
  }
  .history .history_content:not(:last-child) {
    border-bottom: 0;
  }
  .history .history_content .inner {
    display: flex;
  }
  .history .history_content .inner:hover {
    background: var(--color-purple);
    color: #fff;
  }
  .history .history_content .inner:hover .date .dot {
    background: #fff;
  }
  .history .history_content .inner:hover .date .dot:before {
    border-color: #fff;
    background: var(--color-light-blue);
  }
  .history .history_content .inner .date {
    font-size: 18px;
    position: relative;
    padding: 15px 20px;
    align-self: stretch;
    display: flex;
    align-items: start;
  }
  .history .history_content .inner .date .dot {
    width: 5px;
    height: 100%;
    background: var(--color-green);
    position: absolute;
    right: 0;
    top: 0;
  }
  .history .history_content .inner .date .dot:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border: 2px var(--color-green) solid;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: 18px;
  }
  .history .history_content .inner .content {
    align-self: stretch;
    font-size: 16px;
    padding: 16px 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    flex: 1;
    line-height: 1.2;
  }
  .history .history_content .inner .content div {
    width: 100%;
  }
  .history .history_content .inner .content img {
    margin-top: 15px;
  }
  .about .page_top_article {
    background: #f8f8f8;
    padding: 40px 0;
    clip-path: polygon(0 0, 100% 0%, 100% 98%, 0% 100%);
  }
  .about .page_top_article .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .about .page_top_article .top .left {
    width: 100%;
  }
  .about .page_top_article .top .left .inner {
    position: relative;
  }
  .about .page_top_article .top .left .inner:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-green);
    top: 10px;
    left: 10px;
  }
  .about .page_top_article .top .left .inner .img {
    overflow: hidden;
  }
  .about .page_top_article .top .left .inner .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .about .page_top_article .top .left .inner .img:hover img {
    transform: scale(1.05);
  }
  .about .page_top_article .top .right {
    width: 100%;
    padding-top: 30px;
  }
  .about .page_top_article .top .right .title {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-black);
    line-height: 1.4;
  }
  .about .page_top_article .top .right .en {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.1;
    margin: 5px 0 20px;
  }
  .about .page_top_article .top .right .en::first-letter, .about .page_top_article .top .right .en span {
    color: var(--color-green);
  }
  .about .page_top_article .top .right .text {
    font-size: 15px;
    line-height: 1.6;
    color: var(--color-black);
    margin-bottom: 30px;
  }
  .about .page_top_article .bottom {
    justify-content: center;
    margin-top: 20px;
  }
  .about .page_top_article .bottom .item {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .about .page_top_article .bottom .item img {
    width: 30%;
  }
  .about .page_top_article .bottom .item p {
    font-size: 15px;
    line-height: 1.4;
    color: var(--color-black);
  }
  .about .mid {
    padding: 40px 0 0;
    text-align: center;
  }
  .about .mid .wrap .top {
    display: flex;
    flex-wrap: wrap;
  }
  .about .mid .wrap .top .left {
    width: 100%;
  }
  .about .mid .wrap .top .left .title {
    font-size: 24px;
    font-weight: 500;
  }
  .about .mid .wrap .top .left .title span {
    color: var(--color-green);
  }
  .about .mid .wrap .top .left p {
    font-size: 15px;
    line-height: 1.6;
    display: block;
    margin: 10px 0 30px;
  }
  .about .mid .wrap .top .left ul li .title {
    font-size: 18px;
    color: var(--color-light-blue);
  }
  .about .mid .wrap .top .right {
    width: 100%;
    margin-top: 0px;
  }
  .about .mid .wrap .top .right .inner {
    position: relative;
  }
  .about .mid .wrap .top .right .inner:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-purple);
    top: 10px;
    left: 10px;
  }
  .about .mid .wrap .top .right .inner .img {
    overflow: hidden;
  }
  .about .mid .wrap .top .right .inner .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .about .mid .wrap .top .right .inner .img:hover img {
    transform: scale(1.05);
  }
  .about .mid .wrap .bottom {
    margin: 60px 0;
  }
  .about .mid .wrap .bottom .item {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    text-align: center;
  }
  .about .mid .wrap .bottom .item + .item {
    margin-top: 30px;
  }
  .about .mid .wrap .bottom .item .title {
    font-size: 24px;
    order: 2;
    font-weight: 500;
    width: 100%;
    padding: 15px 0 20px;
  }
  .about .mid .wrap .bottom .item .title span {
    color: var(--color-green);
  }
  .about .mid .wrap .bottom .item .img {
    overflow: hidden;
    width: 80%;
    order: 1;
    margin: 0 10%;
  }
  .about .mid .wrap .bottom .item .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .about .mid .wrap .bottom .item .img:hover img {
    transform: scale(1.05);
  }
  .about .mid .wrap .bottom .item .text {
    order: 3;
    font-size: 15px;
    line-height: 1.6;
    width: 80%;
    margin: 0 10%;
    color: var(--color-black);
  }
  .about .certificate {
    padding: 0 0 40px 0;
    position: relative;
  }
  .about .certificate:before {
    content: "";
    display: block;
    position: absolute;
    top: 12%;
    width: 100%;
    height: 100%;
    background: #f9f9f9;
    clip-path: polygon(0% 0%, 50% 10%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 1;
  }
  .about .certificate .page_title2 {
    margin-bottom: 20px;
  }
  .about .certificate .certificate_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 2;
  }
  .about .certificate .certificate_wrap .item {
    width: 33.3333333333%;
    max-width: 300px;
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .case_sub {
    position: relative;
    margin-top: -30px;
    margin-bottom: 60px;
    text-align: center;
    padding-bottom: 30px;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 5px 5px 0px;
  }
  .case_sub .active {
    color: var(--color-blue);
  }
  .case_sub a {
    margin: 0 20px;
    position: relative;
    color: var(--color-black1);
    font-size: 17px;
    line-height: 23px;
  }
  .case_sub a:hover {
    color: var(--color-blue);
  }
  .case_sub a:before {
    content: "";
    display: block;
    top: 6px;
    left: -20px;
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
    z-index: 2;
  }
  .case_sub a:last-child:after {
    content: "";
    display: block;
    top: 6px;
    right: -20px;
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
    z-index: 2;
  }
  .case {
    margin-bottom: 80px;
  }
  .case .case_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 30px -30px 0;
  }
  .case .case_content .inner {
    position: relative;
    width: 33.3333333333%;
    padding: 30px;
  }
  .case .case_content .inner .img {
    overflow: hidden;
    position: relative;
    padding-bottom: 64.1%;
  }
  .case .case_content .inner .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
    min-height: 100%;
    position: absolute;
  }
  .case .case_content .inner .img:hover img {
    transform: scale(1.05);
  }
  .case .case_content .inner .name {
    margin-top: 10px;
    text-align: center;
    font-size: 22px;
    line-height: 1.8;
    color: var(--color-black);
  }
  .case_info .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .case_info .top .left {
    width: 50%;
  }
  .case_info .top .left .inner {
    position: relative;
    /*&:before{
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: var(--color-green);
        top: 20px;
        left: 20px;
    }*/
  }
  .case_info .top .left .inner .img {
    overflow: hidden;
  }
  .case_info .top .left .inner .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .case_info .top .left .inner .img:hover img {
    transform: scale(1.05);
  }
  .case_info .top .right {
    width: 50%;
    padding-left: 5%;
  }
  .case_info .top .right .title {
    position: relative;
    margin-left: -25%;
    margin-bottom: 30px;
    padding: 2% 15%;
    background: var(--color-green);
    font-size: 32px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.4;
  }
  .case_info .top .right .text {
    font-size: 18px;
    line-height: 1.8;
    color: var(--color-black);
    margin-bottom: 30px;
  }
  .case_map {
    margin-bottom: 80px;
  }
  .case_map .case_map_wrap {
    text-align: center;
  }
  .pageBTN {
    position: relative;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
  }
  .pageBTN .btn-prev, .pageBTN .btn-next {
    display: block;
    width: 65px;
    height: 65px;
    opacity: 0.5;
    transition: 0.4s ease;
    overflow: hidden;
    text-indent: -101%;
  }
  .pageBTN .btn-prev:before, .pageBTN .btn-next:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color-gray1);
    -webkit-mask: url("../images/btn_page.svg") no-repeat;
    mask: url("../images/btn_page.svg") no-repeat;
  }
  .pageBTN .btn-prev {
    transform: rotate(90deg);
  }
  .pageBTN .btn-next {
    transform: rotate(-90deg);
  }
  .pageBTN a.btn-prev:hover, .pageBTN a.btn-next:hover {
    opacity: 1;
  }
  .pageBTN a.btn-prev:hover:before, .pageBTN a.btn-next:hover:before {
    background-color: var(--color-blue);
  }
  .pageBTN .btn-back {
    display: block;
    margin: auto;
  }
  .pageBTN .btn-back span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 65px;
    border-radius: 33px;
    color: #fff;
    background: var(--color-blue);
    transition: 0.4s ease;
    font-size: 15px;
  }
  .pageBTN .btn-back span:hover {
    background: var(--color-green);
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .case_sub {
    position: relative;
    margin-top: -15px;
    margin-bottom: 60px;
    text-align: center;
    padding-bottom: 30px;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 5px 5px 0px;
  }
  .case_sub .active {
    color: var(--color-blue);
  }
  .case_sub a {
    margin: 0 20px;
    position: relative;
    color: var(--color-black1);
    font-size: 15px;
    line-height: 20px;
  }
  .case_sub a:hover {
    color: var(--color-blue);
  }
  .case_sub a:before {
    content: "";
    display: block;
    top: 4px;
    left: -20px;
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
    z-index: 2;
  }
  .case_sub a:last-child:after {
    content: "";
    display: block;
    top: 4px;
    right: -20px;
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
    z-index: 2;
  }
  .case {
    margin-bottom: 80px;
  }
  .case .case_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 30px -20px 0;
  }
  .case .case_content .inner {
    position: relative;
    width: 50%;
    padding: 30px 20px;
  }
  .case .case_content .inner .img {
    overflow: hidden;
    position: relative;
    padding-bottom: 64.1%;
  }
  .case .case_content .inner .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
    min-height: 100%;
    position: absolute;
  }
  .case .case_content .inner .img:hover img {
    transform: scale(1.05);
  }
  .case .case_content .inner .name {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 1.8;
    color: var(--color-black);
  }
  .case_info .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .case_info .top .left {
    width: 100%;
  }
  .case_info .top .left .inner {
    position: relative;
    /*&:before{
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: var(--color-green);
        top: 10px;
        left: 10px;
    }*/
  }
  .case_info .top .left .inner .img {
    overflow: hidden;
  }
  .case_info .top .left .inner .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .case_info .top .left .inner .img:hover img {
    transform: scale(1.05);
  }
  .case_info .top .right {
    width: 100%;
    padding-top: 40px;
  }
  .case_info .top .right .title {
    position: relative;
    margin-bottom: 30px;
    padding: 2% 5%;
    background: var(--color-green);
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.4;
  }
  .case_info .top .right .text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--color-black);
    margin-bottom: 30px;
  }
  .case_map {
    margin-bottom: 80px;
  }
  .case_map .case_map_wrap {
    text-align: center;
  }
  .pageBTN {
    position: relative;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
  }
  .pageBTN .btn-prev, .pageBTN .btn-next {
    display: block;
    width: 55px;
    height: 55px;
    opacity: 0.5;
    transition: 0.4s ease;
    overflow: hidden;
    text-indent: -101%;
  }
  .pageBTN .btn-prev:before, .pageBTN .btn-next:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color-gray1);
    -webkit-mask: url("../images/btn_page.svg") no-repeat;
    mask: url("../images/btn_page.svg") no-repeat;
  }
  .pageBTN .btn-prev {
    transform: rotate(90deg);
  }
  .pageBTN .btn-next {
    transform: rotate(-90deg);
  }
  .pageBTN a.btn-prev:hover, .pageBTN a.btn-next:hover {
    opacity: 1;
  }
  .pageBTN a.btn-prev:hover:before, .pageBTN a.btn-next:hover:before {
    background-color: var(--color-blue);
  }
  .pageBTN .btn-back {
    display: block;
    margin: auto;
  }
  .pageBTN .btn-back span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 55px;
    border-radius: 28px;
    color: #fff;
    background: var(--color-blue);
    transition: 0.4s ease;
    font-size: 15px;
  }
  .pageBTN .btn-back span:hover {
    background: var(--color-green);
  }
}
@media (max-width: 767.98px) {
  .case_sub {
    position: relative;
    margin-top: -10px;
    margin-bottom: 60px;
    text-align: center;
    padding-bottom: 30px;
    box-shadow: rgba(99, 99, 99, 0.1) 0px 5px 5px 0px;
  }
  .case_sub .active {
    color: var(--color-blue);
  }
  .case_sub a {
    margin: 0 20px;
    position: relative;
    color: var(--color-black1);
    font-size: 13px;
    line-height: 17px;
  }
  .case_sub a:hover {
    color: var(--color-blue);
  }
  .case_sub a:before {
    content: "";
    display: block;
    top: 3px;
    left: -20px;
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
    z-index: 2;
  }
  .case_sub a:last-child:after {
    content: "";
    display: block;
    top: 3px;
    right: -20px;
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
    z-index: 2;
  }
  .case {
    margin-bottom: 80px;
  }
  .case .case_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-top: 30px;
  }
  .case .case_content .inner {
    position: relative;
    width: 100%;
    padding: 30px 0;
  }
  .case .case_content .inner .img {
    overflow: hidden;
    position: relative;
    padding-bottom: 64.1%;
  }
  .case .case_content .inner .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
    min-height: 100%;
    position: absolute;
  }
  .case .case_content .inner .img:hover img {
    transform: scale(1.05);
  }
  .case .case_content .inner .name {
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    color: var(--color-black);
  }
  .case_info .top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .case_info .top .left {
    width: 100%;
  }
  .case_info .top .left .inner {
    position: relative;
    /*&:before{
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: var(--color-green);
        top: 10px;
        left: 10px;
    }*/
  }
  .case_info .top .left .inner .img {
    overflow: hidden;
  }
  .case_info .top .left .inner .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .case_info .top .left .inner .img:hover img {
    transform: scale(1.05);
  }
  .case_info .top .right {
    width: 100%;
    padding-top: 30px;
  }
  .case_info .top .right .title {
    position: relative;
    margin-bottom: 30px;
    padding: 2% 5%;
    background: var(--color-green);
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.4;
  }
  .case_info .top .right .text {
    font-size: 15px;
    line-height: 1.6;
    color: var(--color-black);
    margin-bottom: 30px;
  }
  .case_map {
    margin-bottom: 80px;
  }
  .case_map .case_map_wrap {
    text-align: center;
  }
  .pageBTN {
    position: relative;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
  }
  .pageBTN .btn-prev, .pageBTN .btn-next {
    display: block;
    width: 45px;
    height: 45px;
    opacity: 0.5;
    transition: 0.4s ease;
    overflow: hidden;
    text-indent: -101%;
  }
  .pageBTN .btn-prev:before, .pageBTN .btn-next:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color-gray1);
    -webkit-mask: url("../images/btn_page.svg") no-repeat;
    mask: url("../images/btn_page.svg") no-repeat;
  }
  .pageBTN .btn-prev {
    transform: rotate(90deg);
  }
  .pageBTN .btn-next {
    transform: rotate(-90deg);
  }
  .pageBTN a.btn-prev:hover, .pageBTN a.btn-next:hover {
    opacity: 1;
  }
  .pageBTN a.btn-prev:hover:before, .pageBTN a.btn-next:hover:before {
    background-color: var(--color-blue);
  }
  .pageBTN .btn-back {
    display: block;
    margin: auto;
  }
  .pageBTN .btn-back span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 45px;
    border-radius: 23px;
    color: #fff;
    background: var(--color-blue);
    transition: 0.4s ease;
    font-size: 13px;
  }
  .pageBTN .btn-back span:hover {
    background: var(--color-green);
  }
}
@media (min-width: 1200px) {
  .service .bg {
    position: absolute;
    width: 100%;
    top: 120px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 680px;
    clip-path: polygon(0% 0%, 100% 30%, 100% 100%, 0% 70%);
  }
  .service .page_top_article {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
  }
  .service .page_top_article .left {
    width: 50%;
  }
  .service .page_top_article .left .inner {
    overflow: hidden;
  }
  .service .page_top_article .left .inner img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .service .page_top_article .left .inner:hover img {
    transform: scale(1.05);
  }
  .service .page_top_article .right {
    width: 50%;
    padding-left: 5%;
    min-height: 600px;
  }
  .service .page_top_article .right .en {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 800;
    order: 2;
    line-height: 1.1;
  }
  .service .page_top_article .right .en::first-letter, .service .page_top_article .right .en span {
    color: var(--color-green);
  }
  .service .page_top_article .right .title {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    margin: 10% 0 30px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .service .page_top_article .right .title {
    margin: 16% 0 30px;
  }
}
@media (min-width: 1200px) {
  .service .page_top_article .right .text {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    margin-bottom: 30px;
  }
  .service .page_top_article .right.twolines .title {
    margin: 20% 0 30px;
  }
}
@media (min-width: 1200px) and (min-width: 1600px) {
  .service .page_top_article .right.twolines .title {
    margin: 16% 0 30px;
  }
}
@media (min-width: 1200px) {
  .service .blocks {
    margin-bottom: 80px;
  }
  .progress {
    text-align: center;
  }
  .advantages {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .advantages .left {
    width: 57%;
  }
  .advantages .right {
    width: 43%;
    padding-left: 5%;
  }
  .advantages .right .title {
    font-size: 24px;
    font-weight: 600;
  }
  .advantages .right .title span {
    color: var(--color-light-blue);
  }
  .advantages .right p {
    color: var(--color-black1);
    display: block;
    padding: 20px 0;
    line-height: 1.4;
  }
  .advantages .right p.text {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .advantages .right ul {
    counter-reset: list-counter;
  }
  .advantages .right ul li {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--color-green1);
    font-weight: 500;
  }
  .advantages .right ul li + li {
    margin-top: 20px;
    line-height: 1.4;
  }
  .advantages .right ul li:before {
    content: counter(list-counter);
    counter-increment: list-counter;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: var(--color-green1);
    display: block;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    margin-right: 15px;
  }
  .advantages .right ul li.maintenance {
    color: #30a5c2;
  }
  .advantages .right ul li.maintenance:before {
    background: #30a5c2;
  }
  .advantages .right ul li.ess {
    color: #092c59;
  }
  .advantages .right ul li.ess:before {
    background: #092c59;
  }
  .advantages .right.list ul li {
    display: flex;
    flex-wrap: wrap;
  }
  .advantages .right.list ul li p {
    display: block;
    padding: 5px 0 0 47px;
    line-height: 1.4;
    width: 100%;
    font-weight: normal;
    font-size: initial;
  }
  .guarantee {
    text-align: center;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .service .bg {
    position: absolute;
    width: 100%;
    top: 2%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 500px;
    clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 80%);
  }
  .service .page_top_article {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
  }
  .service .page_top_article .left {
    width: 100%;
  }
  .service .page_top_article .left .inner {
    overflow: hidden;
  }
  .service .page_top_article .left .inner img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .service .page_top_article .left .inner:hover img {
    transform: scale(1.05);
  }
  .service .page_top_article .right {
    width: 100%;
    padding-top: 30px;
    text-align: center;
  }
  .service .page_top_article .right .en {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 800;
    order: 2;
    line-height: 1.2;
  }
  .service .page_top_article .right .en::first-letter, .service .page_top_article .right .en span {
    color: var(--color-green);
  }
  .service .page_top_article .right .title {
    font-size: 26px;
    font-weight: 500;
    color: var(--color-black);
    line-height: 1.4;
    margin: 30px 0 20px;
  }
  .service .page_top_article .right .text {
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-black);
    margin-bottom: 30px;
  }
  .service .blocks {
    margin-bottom: 80px;
  }
  .progress {
    text-align: center;
  }
  .advantages {
    display: flex;
    flex-wrap: wrap;
  }
  .advantages .left {
    width: 100%;
  }
  .advantages .right {
    width: 100%;
    padding-top: 30px;
  }
  .advantages .right .title {
    font-size: 24px;
    font-weight: 600;
  }
  .advantages .right .title span {
    color: var(--color-light-blue);
  }
  .advantages .right p {
    color: var(--color-black1);
    display: block;
    padding: 20px 0;
    line-height: 1.4;
  }
  .advantages .right p.text {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .advantages .right ul {
    counter-reset: list-counter;
  }
  .advantages .right ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--color-green1);
    font-weight: 500;
  }
  .advantages .right ul li + li {
    margin-top: 20px;
    line-height: 1.4;
  }
  .advantages .right ul li:before {
    content: counter(list-counter);
    counter-increment: list-counter;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: var(--color-green1);
    display: block;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    margin-right: 15px;
  }
  .advantages .right ul li.maintenance {
    color: #30a5c2;
  }
  .advantages .right ul li.maintenance:before {
    background: #30a5c2;
  }
  .advantages .right.list ul li {
    display: flex;
    flex-wrap: wrap;
  }
  .advantages .right.list ul li p {
    display: block;
    padding: 5px 0 0 47px;
    line-height: 1.4;
    width: 100%;
    font-weight: normal;
    font-size: initial;
  }
  .guarantee {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .service .bg {
    position: absolute;
    width: 100%;
    top: 2%;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 250px;
    clip-path: polygon(0% 0%, 100% 20%, 100% 100%, 0% 80%);
  }
  .service .page_top_article {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 3;
  }
  .service .page_top_article .left {
    width: 100%;
  }
  .service .page_top_article .left .inner {
    overflow: hidden;
  }
  .service .page_top_article .left .inner img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .service .page_top_article .left .inner:hover img {
    transform: scale(1.05);
  }
  .service .page_top_article .right {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  .service .page_top_article .right .en {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    order: 2;
    line-height: 1.2;
  }
  .service .page_top_article .right .en::first-letter, .service .page_top_article .right .en span {
    color: var(--color-green);
  }
  .service .page_top_article .right .title {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-black);
    line-height: 1.4;
    margin: 20px 0 20px;
  }
  .service .page_top_article .right .text {
    font-size: 15px;
    line-height: 1.8;
    color: var(--color-black);
    margin-bottom: 20px;
  }
  .service .blocks {
    margin-bottom: 60px;
  }
  .progress {
    text-align: center;
  }
  .advantages {
    display: flex;
    flex-wrap: wrap;
  }
  .advantages .left {
    width: 100%;
  }
  .advantages .right {
    width: 100%;
    padding-top: 30px;
  }
  .advantages .right .title {
    font-size: 20px;
    font-weight: 600;
  }
  .advantages .right .title span {
    color: var(--color-light-blue);
  }
  .advantages .right p {
    color: var(--color-black1);
    display: block;
    padding: 20px 0;
    line-height: 1.4;
    font-size: 15px;
  }
  .advantages .right p.text {
    line-height: 1.8;
    margin-bottom: 30px;
  }
  .advantages .right ul {
    counter-reset: list-counter;
  }
  .advantages .right ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: var(--color-green1);
    font-weight: 500;
  }
  .advantages .right ul li + li {
    margin-top: 15px;
    line-height: 1.4;
  }
  .advantages .right ul li:before {
    content: counter(list-counter);
    counter-increment: list-counter;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    background: var(--color-green1);
    display: block;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    margin-right: 15px;
  }
  .advantages .right ul li.maintenance {
    color: #30a5c2;
  }
  .advantages .right ul li.maintenance:before {
    background: #30a5c2;
  }
  .advantages .right.list ul li {
    display: flex;
    flex-wrap: wrap;
  }
  .advantages .right.list ul li p {
    display: block;
    padding: 5px 0 0 43px;
    line-height: 1.4;
    width: 100%;
    font-weight: normal;
    font-size: initial;
  }
  .guarantee {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .news {
    margin-bottom: 80px;
  }
  .news .news_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 30px -30px 0;
  }
  .news .news_content .inner {
    position: relative;
    width: calc((100% - 180px) / 3);
    margin: 30px;
    border: 1px solid #d8d8d8;
  }
  .news .news_content .inner:hover .img img {
    transform: scale(1.05);
  }
  .news .news_content .inner .img {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .news .news_content .inner .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .news .news_content .inner .img:hover img {
    transform: scale(1.05);
  }
  .news .news_content .inner .title {
    margin: 25px;
    text-align: left;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--color-black);
  }
  .news .news_content .inner .text {
    margin: 25px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-black);
  }
  .news .news_content .inner .date {
    margin: 25px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: var(--color-gray);
    display: flex;
    align-items: center;
  }
  .news .news_content .inner .date div {
    width: 50%;
  }
  .news .news_content .inner .date .btn {
    text-align: right;
  }
  .news .news_content .inner .date .btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    max-width: 100%;
    height: 45px;
    border-radius: 28px;
    color: #fff;
    background: var(--color-blue);
    transition: 0.4s ease;
    font-size: 15px;
  }
  .news .news_content .inner .date .btn span:hover {
    background: var(--color-green);
  }
  .news .news_info {
    margin-bottom: 60px;
  }
  .news .news_info .news_info_title {
    text-align: center;
    padding-bottom: 55px;
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
  }
  .news .news_info .news_info_title:before {
    content: "";
    display: block;
    width: 2px;
    height: 25px;
    background: var(--color-green);
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
    z-index: 2;
  }
  .news .news_info .news_info_title .date {
    margin-bottom: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: var(--color-gray);
  }
  .news .news_info .news_info_title .title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 38px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--color-black);
  }
  .news .news_info .inner {
    position: relative;
    width: 100%;
    margin-top: 60px;
  }
  .news .news_info .inner .content {
    margin: 25px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-black);
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  .news {
    margin-bottom: 80px;
  }
  .news .news_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 20px -20px 0;
  }
  .news .news_content .inner {
    position: relative;
    width: calc((100% - 80px) / 2);
    margin: 20px;
    border: 1px solid #d8d8d8;
  }
  .news .news_content .inner:hover .img img {
    transform: scale(1.05);
  }
  .news .news_content .inner .img {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .news .news_content .inner .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .news .news_content .inner .img:hover img {
    transform: scale(1.05);
  }
  .news .news_content .inner .title {
    margin: 25px;
    text-align: left;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--color-black);
  }
  .news .news_content .inner .text {
    margin: 25px;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-black);
  }
  .news .news_content .inner .date {
    margin: 25px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: var(--color-gray);
    display: flex;
    align-items: center;
  }
  .news .news_content .inner .date div {
    width: 50%;
  }
  .news .news_content .inner .date .btn {
    text-align: right;
  }
  .news .news_content .inner .date .btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    max-width: 100%;
    height: 45px;
    border-radius: 28px;
    color: #fff;
    background: var(--color-blue);
    transition: 0.4s ease;
    font-size: 15px;
  }
  .news .news_content .inner .date .btn span:hover {
    background: var(--color-green);
  }
  .news .news_info {
    margin-bottom: 60px;
  }
  .news .news_info .news_info_title {
    text-align: center;
    padding-bottom: 55px;
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
  }
  .news .news_info .news_info_title:before {
    content: "";
    display: block;
    width: 2px;
    height: 25px;
    background: var(--color-green);
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
    z-index: 2;
  }
  .news .news_info .news_info_title .date {
    margin-bottom: 25px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: var(--color-gray);
  }
  .news .news_info .news_info_title .title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--color-black);
  }
  .news .news_info .inner {
    position: relative;
    width: 100%;
    margin-top: 60px;
  }
  .news .news_info .inner .content {
    margin: 25px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-black);
  }
}
@media (max-width: 767.98px) {
  .news {
    margin-bottom: 80px;
  }
  .news .news_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin: 20px -20px 0;
  }
  .news .news_content .inner {
    position: relative;
    width: 100%;
    margin: 20px;
    border: 1px solid #d8d8d8;
  }
  .news .news_content .inner:hover .img img {
    transform: scale(1.05);
  }
  .news .news_content .inner .img {
    overflow: hidden;
    margin-bottom: 30px;
  }
  .news .news_content .inner .img img {
    width: 100%;
    transform: scale(1);
    transition: transform 0.4s ease;
  }
  .news .news_content .inner .img:hover img {
    transform: scale(1.05);
  }
  .news .news_content .inner .title {
    margin: 25px;
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--color-black);
  }
  .news .news_content .inner .text {
    margin: 25px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-black);
  }
  .news .news_content .inner .date {
    margin: 25px;
    text-align: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    color: var(--color-gray);
    display: flex;
    align-items: center;
  }
  .news .news_content .inner .date div {
    width: 50%;
  }
  .news .news_content .inner .date .btn {
    text-align: right;
  }
  .news .news_content .inner .date .btn span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 45px;
    border-radius: 28px;
    color: #fff;
    background: var(--color-blue);
    transition: 0.4s ease;
    font-size: 13px;
  }
  .news .news_content .inner .date .btn span:hover {
    background: var(--color-green);
  }
  .news .news_info {
    margin-bottom: 60px;
  }
  .news .news_info .news_info_title {
    text-align: center;
    padding-bottom: 55px;
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
  }
  .news .news_info .news_info_title:before {
    content: "";
    display: block;
    width: 2px;
    height: 25px;
    background: var(--color-green);
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
    z-index: 2;
  }
  .news .news_info .news_info_title .date {
    margin-bottom: 25px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    color: var(--color-gray);
  }
  .news .news_info .news_info_title .title {
    margin-bottom: 10px;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    color: var(--color-black);
  }
  .news .news_info .inner {
    position: relative;
    width: 100%;
    margin-top: 60px;
  }
  .news .news_info .inner .content {
    margin: 25px;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    color: var(--color-black);
  }
}
@media (min-width: 1200px) {
  #particles-js.style1 {
    background: #f8f8f8;
  }
  .contact_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(/images/contact_bg.png) left -480px top 120px no-repeat;
  }
  .contact {
    display: flex;
    align-items: start;
  }
  .contact .left {
    text-align: right;
    width: 470px;
  }
  .contact .left .en {
    font-size: 52px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .contact .left .en::first-letter, .contact .left .en span {
    color: var(--color-green);
  }
  .contact .left .title {
    font-size: 32px;
    font-weight: 500;
    color: var(--color-black);
    line-height: 1.4;
  }
  .contact .left ul li {
    font-size: 20px;
    color: var(--color-black);
  }
  .contact .left ul li + li {
    margin-top: 20px;
  }
  .contact .left ul li div:first-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 5px;
  }
  .contact .left ul li div:first-child i {
    order: 2;
    color: var(--color-green);
    font-size: 24px;
    margin-left: 5px;
  }
  .contact .left ul li div:first-child span {
    order: 1;
    font-weight: 600;
  }
  .contact .left ul li div + div {
    font-size: 18px;
  }
  .contact .left .map {
    position: relative;
    margin-top: 200px;
  }
  .contact .left .map::before {
    content: "";
    display: block;
    padding-bottom: 80%;
  }
  .contact .left .map:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-green);
    left: -10px;
    top: 10px;
    z-index: 1;
  }
  .contact .left .map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .contact .right {
    width: calc(100% - 470px);
    padding-left: 9%;
  }
  .contact .right form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .contact .right form .form_item {
    width: 50%;
    margin-bottom: 40px;
  }
  .contact .right form .form_item .inner {
    padding: 0 15px;
  }
  .contact .right form .form_item .inner input,
  .contact .right form .form_item .inner select,
  .contact .right form .form_item .inner textarea {
    display: block;
    width: 100%;
    border: 1px #eee solid;
    height: 44px;
    font-size: 15px;
    padding: 0 15px;
    background: #fff;
    color: var(--color-black);
    outline: 0;
  }
  .contact .right form .form_item .inner textarea {
    padding: 15px;
    min-height: 220px;
  }
  .contact .right form .form_item .inner textarea::placeholder {
    color: var(--color-black);
  }
  .contact .right form .form_item .inner input::placeholder {
    color: var(--color-black);
  }
  .contact .right form .form_item .inner.errors_item input, .contact .right form .form_item .inner.errors_item select, .contact .right form .form_item .inner.errors_item textarea {
    border-color: red;
  }
  .contact .right form .form_item.single {
    width: 100%;
  }
  .contact .right form .btn {
    padding: 0 15px;
  }
  .contact .right form .btn div {
    width: 330px;
    height: 56px;
    border-radius: 28px;
    background: var(--color-blue);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
  }
  .contact .right .join_us {
    display: block;
    margin: 40px 0 80px;
    position: relative;
  }
  .contact .right .join_us .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    left: 80px;
  }
  .contact .right .join_us .text h3 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .contact .right .join_us .text p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
  }
}
@media (max-width: 1199.98px) and (min-width: 768px) {
  #particles-js.style1 {
    background: #f8f8f8;
  }
  .contact_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(/images/contact_bg.png) left -480px top 120px no-repeat;
  }
  .contact {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
  }
  .contact .left {
    text-align: center;
    width: 100%;
  }
  .contact .left .en {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .contact .left .en::first-letter, .contact .left .en span {
    color: var(--color-green);
  }
  .contact .left .title {
    font-size: 26px;
    font-weight: 500;
    color: var(--color-black);
    line-height: 1.4;
  }
  .contact .left ul li {
    font-size: 20px;
    color: var(--color-black);
  }
  .contact .left ul li + li {
    margin-top: 20px;
  }
  .contact .left ul li div:first-child {
    text-align: center;
    margin-bottom: 10px;
  }
  .contact .left ul li div:first-child i {
    color: var(--color-green);
    font-size: 24px;
    margin-right: 5px;
  }
  .contact .left ul li div:first-child span {
    font-weight: 600;
  }
  .contact .left ul li div + div {
    font-size: 18px;
  }
  .contact .left .map {
    position: relative;
    margin-top: 60px;
  }
  .contact .left .map::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
  .contact .left .map:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-green);
    left: -10px;
    top: 10px;
    z-index: 1;
  }
  .contact .left .map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .contact .right {
    width: 100%;
    padding-top: 40px;
  }
  .contact .right form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
  .contact .right form .form_item {
    width: 50%;
    margin-bottom: 20px;
  }
  .contact .right form .form_item .inner {
    padding: 0 10px;
  }
  .contact .right form .form_item .inner input,
  .contact .right form .form_item .inner select,
  .contact .right form .form_item .inner textarea {
    display: block;
    width: 100%;
    border: 1px #eee solid;
    height: 44px;
    font-size: 15px;
    padding: 0 15px;
    background: #fff;
    color: var(--color-black);
    outline: 0;
  }
  .contact .right form .form_item .inner textarea {
    padding: 15px;
    min-height: 180px;
  }
  .contact .right form .form_item .inner textarea::placeholder {
    color: var(--color-black);
  }
  .contact .right form .form_item .inner input::placeholder {
    color: var(--color-black);
  }
  .contact .right form .form_item .inner.errors_item input, .contact .right form .form_item .inner.errors_item select, .contact .right form .form_item .inner.errors_item textarea {
    border-color: red;
  }
  .contact .right form .form_item.single {
    width: 100%;
  }
  .contact .right form .google_v2_wrap {
    display: flex;
    justify-content: center;
  }
  .contact .right form .btn {
    padding: 0 15px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .contact .right form .btn div {
    width: 220px;
    height: 50px;
    border-radius: 28px;
    background: var(--color-blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
  }
  .contact .right .join_us {
    display: block;
    margin: 40px 0 80px;
    position: relative;
  }
  .contact .right .join_us .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    left: 60px;
  }
  .contact .right .join_us .text h3 {
    font-size: 28px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .contact .right .join_us .text p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
  }
}
@media (max-width: 767.98px) {
  #particles-js.style1 {
    background: #f8f8f8;
  }
  .contact_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url(/images/contact_bg.png) left -240px top 60px no-repeat;
    background-size: 750px auto;
  }
  .contact {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
  }
  .contact .left {
    text-align: center;
    width: 100%;
  }
  .contact .left .en {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 30px;
  }
  .contact .left .en::first-letter, .contact .left .en span {
    color: var(--color-green);
  }
  .contact .left .title {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-black);
    line-height: 1.4;
  }
  .contact .left ul li {
    font-size: 18px;
    color: var(--color-black);
  }
  .contact .left ul li + li {
    margin-top: 20px;
  }
  .contact .left ul li div:first-child {
    text-align: center;
    margin-bottom: 10px;
  }
  .contact .left ul li div:first-child i {
    color: var(--color-green);
    font-size: 22px;
    margin-right: 5px;
  }
  .contact .left ul li div:first-child span {
    font-weight: 600;
    font-size: 18px;
  }
  .contact .left ul li div + div {
    font-size: 16px;
  }
  .contact .left .map {
    position: relative;
    margin-top: 40px;
  }
  .contact .left .map::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
  .contact .left .map:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--color-green);
    left: -8px;
    top: 8px;
    z-index: 1;
  }
  .contact .left .map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .contact .right {
    width: 100%;
    padding-top: 40px;
  }
  .contact .right form {
    display: flex;
    flex-wrap: wrap;
  }
  .contact .right form .form_item {
    width: 100%;
    margin-bottom: 15px;
  }
  .contact .right form .form_item .inner input,
  .contact .right form .form_item .inner select,
  .contact .right form .form_item .inner textarea {
    display: block;
    width: 100%;
    border: 1px #eee solid;
    height: 44px;
    font-size: 15px;
    padding: 0 15px;
    background: #fff;
    color: var(--color-black);
    outline: 0;
  }
  .contact .right form .form_item .inner textarea {
    padding: 15px;
    min-height: 120px;
  }
  .contact .right form .form_item .inner textarea::placeholder {
    color: var(--color-black);
  }
  .contact .right form .form_item .inner input::placeholder {
    color: var(--color-black);
  }
  .contact .right form .form_item .inner.errors_item input, .contact .right form .form_item .inner.errors_item select, .contact .right form .form_item .inner.errors_item textarea {
    border-color: red;
  }
  .contact .right form .form_item.single {
    width: 100%;
  }
  .contact .right form .google_v2_wrap {
    display: flex;
    justify-content: center;
  }
  .contact .right form .btn {
    padding: 0 15px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .contact .right form .btn div {
    width: 180px;
    height: 50px;
    border-radius: 28px;
    background: var(--color-blue);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
  }
  .contact .right .join_us {
    display: block;
    margin: 40px 0 80px;
    position: relative;
    height: 120px;
  }
  .contact .right .join_us img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contact .right .join_us .text {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    left: 20px;
  }
  .contact .right .join_us .text h3 {
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: 500;
    color: var(--color-black);
  }
  .contact .right .join_us .text p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--color-black);
  }
}

/*# sourceMappingURL=app.css.map */
