/* ABOUT */
.page-template-contact .all-banner {
  background-size: cover !important;
  position: relative;
  padding-top: 5rem;
  text-align: center;
}
/* div.all-banner::before{
	content: '';
	width: 100%;
	height: 100%;
	background-color: transparent;
    backdrop-filter: blur(2px) brightness(0.9);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
div.about-banner.all-banner::before{
    content: '';
	width: 100%;
	height: 100%;
	background-color: transparent;
    backdrop-filter: blur(2px) brightness(0.9);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
} */
/* div.all-banner:not(.contact-banner) *{
    position: relative;
    z-index: 2;
} */
div.all-banner.contact-banner .content {
  position: relative;
}
div.all-banner ul.banner-data {
  margin-top: 6rem;
  margin-bottom: 0;
}
div.all-banner.about-banner .content > span {
  color: #0273ff;
  font-size: 18px;
  margin-bottom: 1rem;
  display: block;
  text-transform: uppercase;
}
div.all-banner.about-banner p {
  font-size: 15.5px;
  line-height: 1.8rem;
  max-width: 39rem;
  margin: 2rem 0 0;
  color: rgba(0, 0, 0, 0.5);
}
ul.banner-data {
  margin-top: 9rem;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
div.all-banner.about-banner .banner-video {
  margin-top: 2.8rem;
  padding-left: 4.4rem;
  max-width: 330px;
  position: relative;
}
div.all-banner.about-banner .banner-video p {
  font-size: 16px;
  line-height: 25px;
}
div.all-banner.about-banner .banner-video:after {
  width: 50px;
  height: 50px;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: url(../img/play-icon.svg) no-repeat center;
  background-color: #0273ff;
  background-size: 10px;
  box-shadow: 0 0 10px #005da688;
}
div.all-banner.about-banner .banner-video a {
  color: #0273ff;
  font-size: 14px;
  text-decoration: underline;
}
.banner-video .p-contact a::before {
  bottom: 3px;
}
ul.about-data.banner-data li {
  width: 25%;
}
ul.banner-data li::before {
  content: '';
  width: 2px;
  height: 1.5rem;
  background-color: #0273ff;
  border-radius: 1px;
  position: absolute;
  top: 5.4rem;
  left: -2px;
  z-index: 1;
}
div.all-banner ul.banner-data li {
  height: 275px;
  padding: 0 1.2rem;
  position: relative;
  border-left: 1px solid white;
  padding-right: 180px;
}
/* div.all-banner ul.banner-data li:last-of-type{
    padding-right: 0;
} */
ul.banner-data li:last-child {
  border-right: 1px solid #d9dcdd;
}
ul.about-data.banner-data li span {
  font-size: 3.7rem;
  color: #2a1675;
  font-weight: 600;
}
div.about-banner ul.banner-data li p {
  color: rgb(0 0 0 / 51%);
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 0;
  margin-top: 0.8rem;
}
div.about-banner ul.banner-data li,
div.about-banner ul.banner-data li:last-child {
  border-color: #aaafb244;
  overflow: hidden;
}
div.about-banner ul.banner-data li:last-child {
  border-right: 0;
}
div.about-banner ul.banner-data li::after {
  content: '';
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -1px;
  border-left: 2px solid rgb(255 255 255 / 16%);
  z-index: 1;
}
/* div.about-banner ul.banner-data li:last-child::before{
    left: unset;
    right: -2px;
    background-color: unset;
} */
div.about-focus div.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11rem;
  flex-wrap: wrap;
}
div.about-focus div.top div {
  width: 51%;
  margin-bottom: 0;
}
div.about-focus div.top div span {
  font-size: 1.15rem;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 1.1rem;
  color: #0273ff;
}
div.about-focus div.top h2 {
  text-align: left;
  line-height: 64px;
  font-size: 2.8rem;
  margin-bottom: -1rem;
  font-weight: 600;
}
div.about-focus div.top p {
  width: 47%;
  font-size: 18px;
  line-height: 32px;
  color: #808080;
}
div.about-focus .content > p {
  text-align: center;
  margin-top: 8rem;
  color: rgba(0, 0, 0, 0.6);
}
div.about-focus .content > p a {
  color: #1c499d;
  text-decoration: underline;
}
ul.focus-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.focus-list li {
  background-color: white;
  width: 30.7%;
  padding: 4.5rem 2.5% 3.5rem;
  position: relative;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  transition: 0.3s all ease;
}
ul.advance-list.focus-list li:hover {
  box-shadow: 0 0 20px rgb(0 0 0 / 15%);
}
ul.focus-list li span.title {
  font-weight: 600;
  margin: 2.5rem 0 1.5rem;
  display: block;
  font-size: 1.5rem;
}
ul.focus-list li p {
  font-size: 17px;
  font-weight: unset;
  letter-spacing: 0;
  line-height: 28px;
  color: #808080;
}
ul.focus-list li span.icon {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5.5rem;
  height: 5.5rem;
  display: inline-block;
  background-size: 2.8rem 2.7rem !important;
  border-radius: 50%;
  background-color: #005da6;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.4s all ease;
}
div.swiper-about-factory ul li {
  height: 580px;
  width: 66%;
  border-radius: 6px;
  overflow: hidden;
}
div.swiper-about-factory ul li span {
  background-size: cover !important;
}
div.swiper-about-factory .swiper-slide-prev {
  transform: scale(0.8) translateX(41vw) !important;
  z-index: -1 !important;
}
div.swiper-about-factory .swiper-slide-next {
  transform: scale(0.8) translateX(-41vw) !important;
}
div.factory-content {
  max-width: 1470px;
  margin: 0 auto;
  overflow: hidden;
}
div.factory-content h2 {
  font-size: 2.4rem;
  margin-bottom: 1rem;
  font-weight: 500;
  text-align: center;
}
div.factory-content p {
  text-align: center;
  color: rgba(255, 255, 255, 0.631);
  margin-bottom: 3.5rem;
}
div.swiper-about-factory .swiper-slide-prev::before,
div.swiper-about-factory .swiper-slide-next::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
}
div.about-factory {
  background: url(../img/factory-background.png) no-repeat center;
  background-size: cover;
  padding: 12rem 0 8rem;
  color: white;
}
div.swiper-about-factory {
  padding-bottom: 6.5rem;
}
.factory01-btn .swiper-btn {
  width: 80px;
  height: 80px;
  background-image: url(../img/arrow-white.svg) !important;
  background-color: rgb(0, 0, 0, 0.5);
  background-size: 14px !important;
  z-index: 21;
  cursor: pointer;
  display: inline-block;
  border-radius: 2px;
  opacity: 1 !important;
  top: -20rem;
  left: unset;
  right: 8.4rem;
}

.factory01-btn .swiper-btn::after {
  display: none;
}

.factory01-btn .swiper-btn.swiper-button-disabled {
  opacity: 0.5 !important;
}
.factory01-btn .swiper-btn.swiper-button-prev {
  background-image: url(../img/arrow-white.svg) !important;
  left: 8.4rem;
}
.factory01-btn .swiper-btn.swiper-button-next {
  transform: rotate(180deg);
}
.factory01-btn {
  position: relative;
}

.factory-content .swiper-pagination span {
  width: 2.5rem;
  height: 3px;
  background-color: white;
  border-radius: 0;
}
div.market {
  margin-bottom: 13rem;
  padding-top: 8rem;
}
div.market img {
  max-width: 100%;
  height: auto;
  margin-top: 4rem;
}
div.market p.title-text {
  margin-bottom: 0;
}
p.title-text {
  max-width: 47rem;
  margin: 0 auto;
  line-height: 28px;
  color: #898989;
  hyphens: auto;
  text-align: center;
  margin-bottom: 4rem;
  font-weight: 300;
}
div.all-banner.about-banner {
  padding-top: 8rem;
  min-height: 51rem;
  /* background: url('../img/ban-vape.jpg') no-repeat right center; */
  background-color: #f3faff;
  background-size: cover;
  background-image: none;
  text-align: left;
}
div.all-banner.contact-banner::before,
div.news-banner::before {
  display: none;
}
div.all-banner.about-banner::before {
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(0px) brightness(0.9);
}
ul.banner-data li {
  height: 21rem;
  padding: 0 1.2rem;
  position: relative;
  border-left: 1px solid rgb(255, 255, 255, 0.1);
}
ul.banner-data li::before {
  content: '';
  width: 2px;
  height: 1.8rem;
  background-color: #005da6;
  border-radius: 1px;
  position: absolute;
  top: 5.25rem;
  left: 0;
  z-index: 2;
}
ul.banner-data li:last-child {
  border-right: 1px solid rgb(255, 255, 255, 0.1);
}
div.all-banner.about-banner ul.banner-data li span {
  font-size: 3rem;
  color: black;
  font-weight: 500;
}
ul.banner-data li p {
  color: rgba(255, 255, 255, 0.631);
  line-height: 25px;
}
div.about-focus {
  background: url(../img/focus-bg.png) no-repeat center;
  background-size: cover;
  padding: 13rem 0 8rem;
  position: relative;
}
div.about-focus div.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 11rem;
  flex-wrap: wrap;
}
ul.advance-list.focus-list li {
  background-color: white;
  width: 31%;
  padding: 3.8rem 2.5% 4rem;
  position: relative;
  box-shadow: 0 0 14px #00000014;
}
ul.advance-list.focus-list li span.title {
  font-weight: 500;
  font-size: 1.5rem;
}
ul.advance-list.focus-list li p {
  font-size: 17px;
  font-weight: unset;
  letter-spacing: 0;
  line-height: 28px;
  color: #9b9b9b;
}
ul.advance-list.focus-list li span.icon {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 92px;
  height: 92px;
  background-size: 3.4rem 2.6rem !important;
}
div.swiper-about-factory ul li {
  height: 580px;
  width: 65%;
  border-radius: 8px;
  overflow: hidden;
}
div.swiper-about-factory ul li span {
  background-size: cover !important;
}
div.swiper-about-factory .swiper-slide-prev {
  transform: scale(0.8) translateX(48.5rem) !important;
  z-index: -1 !important;
}
div.swiper-about-factory .swiper-slide-next {
  transform: scale(0.8) translateX(-48.5rem) !important;
}
div.factory-content {
  max-width: 1470px;
  margin: 0 auto;
  overflow: hidden;
}
div.swiper-about-factory .swiper-slide-prev::before,
div.swiper-about-factory .swiper-slide-next::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
}
div.about-factory {
  padding: 7rem 0;
  color: white;
}
div.swiper-about-factory {
  padding-bottom: 6.5rem;
}
div.market h2 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
}
div.vision-percent div.plan {
  margin-bottom: 2.5rem;
}
div.vision-percent div.plan > div:first-child {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
div.vision-percent div.plan > div.bar {
  width: 100%;
  height: 10px;
  background: white;
  border-radius: 1rem;
}
div.vision-percent div.plan > div.bar span {
  display: block;
  width: 0%;
  height: 100%;
  background-color: #ff0000;
  position: relative;
  border-radius: 1rem;
  transition: 2s all ease-out;
}
div.vision-percent div.plan > div.bar span::before {
  content: url(../img/percent-icon.svg);
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: -4px;
  right: 0;
}
div.vision-percent {
  margin: 4rem 0 4.5rem;
}
div.vision-percent p {
  color: #333;
}
.oem-part .right a.button {
  line-height: 50px;
  padding: 0 4.5rem;
  background-color: #ff0000;
  border-radius: 1px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.page-template-about div.oem-part {
  margin-bottom: 0;
  padding-bottom: 16.5rem;
}
.page-template-about div.parallax-mirror:nth-of-type(1) {
  left: unset !important;
  right: 0;
}
div.oem-part div.content div.left > div.design {
  background-color: #ff0000 !important;
  top: 30%;
  right: unset;
  left: -8%;
}
.page-template-about div.oem-part div.content div.left > div.prof {
  top: -3%;
  left: 62%;
}
.page-template-about div.oem-part div.content div.left > div.policy {
  bottom: -16%;
  left: 44%;
}

/* CONTACT */
.contact-banner ul.banner-data {
  margin-top: 6rem;
  justify-content: unset;
}
.contact-banner ul.banner-data li {
  width: 21%;
  min-width: 12rem;
}
div.all-banner.about-banner h1 {
  color: black;
  font-size: 2.5rem;
  max-width: 35rem;
}
.contact-banner div.content > p {
  max-width: 30rem;
}
.contact-banner ul li:last-child {
  border-right: 0;
  width: 25%;
}
.contact-banner ul li span.icon {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  background-size: contain;
  margin-bottom: 1.7rem;
  transition: 0.4s all ease;
}
.contact-banner ul li p.title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  color: #242424;
}
.contact-banner ul.banner-data li:before {
  top: 3.5rem;
  height: 1.8rem;
}
div.contact-form form > p {
  margin-bottom: 1.5rem;
  width: 100%;
  margin-right: 0%;
}
div.contact-form form > p label {
  font-weight: 500;
}
div.contact-form form > p:nth-child(odd) {
  margin-right: 0;
}
div.contact-form form > p input,
div.contact-form form > p textarea {
  padding: 12px 1rem;
  margin: 6px 0;
}
div.contact-form form > p textarea {
  height: 208px;
}
div.contact-container {
  margin: 8rem auto 14rem;
}
.menu div.loader {
  margin-top: 1.4rem;
}
div.contact-container p.title-text {
  margin-bottom: 5rem;
}
.all-banner.news-banner .breadcrumbs span {
  color: rgb(255, 255, 255, 0.6);
}
.all-banner.news-banner .breadcrumbs span a {
  color: white;
}
div.all-banner ul.banner-data li.address {
  width: 40%;
}

/* copy from connector */
div.all-banner.contact-banner .left span {
  display: none;
}
div.all-banner.contact-banner .left p {
  font-size: 18px;
  opacity: 0.8;
  line-height: 28px;
  margin: 0;
  font-weight: 300;
  max-width: unset;
}
div.all-banner.contact-banner h1 {
  font-size: 2.6rem;
  padding-top: 0.5rem;
  line-height: 68px;
  margin-bottom: 3rem;
}
div.contact-banner {
  background: url(../img/contact-banner.png) no-repeat center;
  background-size: cover;
  border-bottom-left-radius: 60px;
  padding-top: 5rem;
  padding-bottom: 9rem;
  border-bottom-left-radius: 6rem;
  position: relative;
}
div.contact-banner::after {
  content: '';
  width: 10rem;
  height: 10rem;
  background-color: #f8f8f8;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
div.contact-banner div.content {
  display: flex;
  justify-content: space-between;
  z-index: 10;
}
div.contact-banner div.content div.left {
  width: 45%;
  text-align: left;
  padding-top: 2.5rem;
}
div.contact-banner div.content div.right {
  width: 49%;
  position: absolute;
  top: 0;
  right: 0;
}
div.contact-form {
  background-color: white;
  padding: 3.5rem 8.5% 0.5rem;
  border-radius: 5px;
  box-shadow: 0 0 18px rgb(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
  color: #333333;
}
p.banner-text {
  font-weight: 100;
  color: #b0bac4;
  line-height: 27px;
  letter-spacing: 0.5px;
  margin: 2rem 0 3.2rem;
  max-width: 38rem;
}
.contact-banner a.button {
  padding: 0 2.5rem;
  line-height: 48px;
  margin-top: 2rem;
  display: inline-block;
}
div.contact-banner form > p input,
div.contact-banner form > p textarea {
  padding: 1.3rem 1.7rem;
  font-size: 1rem;
  border: 1px solid #e2e2e2;
  width: 100%;
  outline-color: #1c232f;
  font-family: inherit;
  resize: none;
  margin-bottom: 0.2rem;
  border-radius: 5px;
}
div.contact-banner form > p input::-webkit-input-placeholder,
div.contact-banner form > p textarea::placeholder {
  color: #434649;
}
div.contact-banner form > p input[type='submit'] {
  background-color: #0273ff;
  border: 1px solid #0273ff;
  color: white;
  font-size: 1.4rem;
  transition: 0.3s all ease;
  cursor: pointer;
  padding: 1.1rem;
  font-family: inherit;
  border-radius: 0px !important;
  margin-top: 1.5rem;
  width: 100%;
  display: inline-block;
  text-transform: capitalize;
  border-radius: 4px !important;
}
div.contact-banner form > p input[type='checkbox'] {
  width: auto;
  width: 20px;
  height: 20px;
  opacity: 0.6;
}
div.contact-form .country-select.inside input[type='text'] {
  padding-left: 1.3rem !important;
  font-family: inherit !important;
  font-weight: 500 !important;
}
div.contact-banner form .wpcf7-acceptance span.wpcf7-list-item-label span {
  transform: translateY(-2px);
  display: inline-block;
  padding-left: 15px;
}
div.contact-banner .wpcf7-list-item {
  margin-left: 0;
}
div.contact-banner form > p a {
  color: black;
  cursor: pointer;
}
div.contact-banner form > p textarea {
  height: 13rem;
}
div.contact-banner form > p {
  margin-bottom: 0.8rem;
  text-align: left;
  margin-top: 0;
  display: block;
}
::-webkit-input-placeholder {
  color: #535353;
}
div.contact-form > p {
  color: #828282;
  line-height: 23px;
  hyphens: auto;
  font-size: 14px;
  margin-top: 2rem;
}
div.contact-form > p a {
  color: #333333;
  text-decoration: underline #7f8f9e;
  transition: 0.2s all ease;
}
div.contact-content ul li {
  padding-left: 5.5rem;
  position: relative;
  margin-bottom: 55px;
}
div.contact-content ul li span.icon {
  position: absolute;
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-size: 20px 20px !important;
  border-radius: 50%;
  /* box-shadow: 0 0 14px rgb(0 0 0 / 8%); */
  left: 0;
  top: -1px;
  /* background-color: white; */
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s all ease;
}
div.contact-content .company {
  max-width: 31rem;
  margin-bottom: 4rem;
}
div.contact-content {
  padding: 5.2rem 0 20rem;
  position: relative;
  z-index: 9;
  background: #f8f8f8;
}
div.contact-content .company > p {
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  line-height: 30px;
  font-weight: 600;
}
div.contact-content ul li span {
  color: #939393;
  line-height: 28px;
  font-size: 17px;
  display: block;
}
div.contact-content .company .smallexcept {
  font-size: 0.9rem;
  color: #aaaaaa;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 1.5rem;
}
div.contact-map {
  max-width: 1920px;
  margin: 0 auto;
}
div.contact-map iframe {
  width: 100%;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  color: #333333;
  border: none;
}
form .country-select.inside .flag-dropdown {
  left: unset;
  right: 0;
}
form .country-select .flag.us {
  background: unset;
  box-shadow: none;
}
form .country-select .selected-flag .arrow {
  opacity: 0;
}
form .country-select ul.country-list {
  left: unset;
  right: 0;
  max-width: 22rem;
  color: #333333;
  font-weight: normal;
}
div.contact-banner form > p .country-select.inside input,
div.contact-banner form > p .country-select.inside input[type='text'],
div.detail-block form .country-select.inside input,
.country-select.inside input[type='text'],
.country-select.inside input[type='text'] {
  margin-bottom: 0.2rem !important;
  padding-left: 1.7rem !important;
  background: url('../img/arrow-down.svg') no-repeat center;
  background-position-x: 94.5%;
  background-position-y: 54%;
  background-size: 13px;
}
div.contact-banner form > p .country-select.inside input {
  font-size: 1rem;
  color: #333;
}
/* .company button.load_more_infos{
    padding-top: 4px;
    padding-left: 50px;
    outline: none;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-indent: -9999px;
    background: url('../img/double-arrow.svg') no-repeat center;
    background-size: contain;
    align-self: center;
    display: block;
    width: 42%;
} */
.contact-infos-content li {
  padding-left: 80px;
  position: relative;
  padding-top: 5px;
  margin-bottom: 55px;
}
.contact-infos-content li:before {
  content: '';
  position: absolute;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  left: 0;
  top: 0;
  background: url('../img/tel.svg') no-repeat center;
  background-color: white;
  background-size: 23px 23px;
  box-shadow: 0 0 10px #00000017;
  transition: 0.3s all ease;
}
.contact-infos-content li.email:before {
  background-image: url('../img/email.svg');
}
.contact-infos-content li.address:before {
  background-image: url('../img/location.svg');
}
.contact-infos-content li p {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
div.oem-part {
  background: url(../img/background1.jpg) no-repeat center;
  background-size: cover;
  padding: 14rem 0 11rem;
  margin-bottom: 8rem;
  overflow: hidden;
}
div.oem-part div.content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
div.oem-part div.content div.left {
  width: 44%;
  background: url(../img/circle-bg.svg) no-repeat center;
  background-size: contain;
  height: 500px;
  position: relative;
  order: 9;
}
div.oem-part div.right {
  width: 45%;
  position: relative;
}
div.oem-part div.right p {
  line-height: 28px;
}
div.oem-part div.right h2 {
  text-align: left;
}
div.oem-part div.content div.left > div p {
  position: relative;
}
div.oem-part div.content div.left > div p::before {
  content: url(../img/oem-icon01.svg);
  width: 44px;
  position: absolute;
  top: -4.5rem;
  left: 50%;
  transform: translateX(-50%);
}
div.oem-part div.content div.left > div.prof {
  top: 9%;
  left: -5%;
}
div.oem-part div.content div.left > div.design {
  top: 30%;
  right: -1%;
  background-color: #252525;
  color: white;
  font-weight: 400;
}
div.oem-part div.content div.left > div.policy {
  bottom: -8%;
  left: 24%;
}
div.oem-part div.content div.left > div.design p::before {
  content: url(../img/oem-icon02.svg);
  width: 52px;
}
div.oem-part div.content div.left > div.policy p::before {
  content: url(../img/oem-icon03.svg);
  width: 36px;
}
div.oem-part div.content div.left > div {
  position: absolute;
  width: 12rem;
  height: 12rem;
  text-align: center;
  background-color: white;
  border-radius: 15px;
  padding: 7rem 1.7rem 0;
  box-shadow: 0 0 15px rgb(0 0 0 / 4%);
  letter-spacing: 1px;
  transition: 1s all ease;
  color: #434649;
  font-weight: 500;
  font-size: 20px;
}
.page-template-contact footer {
  background-color: white;
}
span.icon01 {
  position: absolute;
  background: url(../img/icon01.svg) no-repeat center;
  background-size: contain;
  width: 27rem;
  height: 27rem;
  display: block;
  top: -5.5rem;
  left: -4rem;
  transition: 1s all ease;
}
span.icon02 {
  position: absolute;
  background: url(../img/icon02.svg) no-repeat center;
  background-size: contain;
  width: 20rem;
  height: 20rem;
  display: block;
  bottom: 0rem;
  right: -4.5rem;
  transition: 1s all ease;
}
div.target {
  text-align: center;
  margin-bottom: 13rem;
}

div.target > p {
  color: #757575;
  margin: 1rem auto 4rem;
}
div.target h2 {
  margin-bottom: 2rem;
}
div.target ul {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 7rem;
}
div.target ul li {
  position: relative;
  line-height: 28px;
  margin-top: 1rem;
  width: 26%;
  padding: 0 3%;
}
div.target ul li + li::after {
  content: '';
  width: 74%;
  height: 60px;
  background: url(../img/target-after.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 2.5rem;
  left: -21%;
  transform: translateX(-50%);
}
div.target ul li span {
  font-size: 1.5rem;
  font-weight: 500;
}
div.target ul li span.icon {
  display: block;
  width: 138px;
  height: 138px;
  margin: 0 auto 2.5rem;
  background-color: white;
  box-shadow: 0 0 10px #00000017;
  border-radius: 5px;
  background-size: 3.6rem 3.1rem !important;
  position: relative;
  transition: 0.3s all ease;
}
div.target ul li span.icon::before {
  content: '01';
  font-size: 1rem;
  color: white;
  border-radius: 50%;
  background: #1c232f;
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.8rem;
  letter-spacing: 1px;
  position: absolute;
  bottom: -0.8rem;
  right: -0.8rem;
}
div.target ul li:nth-child(2) span.icon::before {
  content: '02';
}
div.target ul li:nth-child(3) span.icon::before {
  content: '03';
}
div.target ul li p {
  font-size: 17px;
  margin-top: 0.5rem;
  color: #868e96;
  font-weight: 300;
}
.page-template-about div.certificate-part {
  margin-bottom: 0;
}

.img span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  transition: 0.5s all ease;
}

div.certificate-part,
div.application-part {
  padding: 9.5rem 0 8rem;
  margin-bottom: 7rem;
  background: url(../img/service-bg.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
div.certificate-part {
  background: url(../img/certification-bg.png) no-repeat center;
  background-size: cover;
  margin-bottom: 9rem;
}
div.certificate-part div.content,
div.application-part div.content {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
div.certificate-part div.text,
div.application-part div.text {
  width: 38%;
  padding-right: 6%;
  position: relative;
  z-index: 10;
  margin-top: 2.5rem;
}
div.certificate-part.certificate-part div.swiper-certificate,
div.application-part.application-part div.swiper-application {
  width: 61%;
}
div.certificate-part div.text::before,
div.application-part div.text::before {
  content: '';
  background: url(../img/service-bg.png) no-repeat top left;
  background-size: cover;
  top: -14rem;
  width: 197%;
  height: 187%;
  position: absolute;
  right: 0;
  z-index: -1;
  background-color: white;
}
div.certificate-part div.text::before {
  background: url(../img/certification-bg.png) no-repeat top left;
  background-size: cover;
}
div.certificate-part div.text > h2,
div.application-part div.text > h2 {
  text-align: left;
  margin-bottom: 2rem;
  font-size: 2.8rem;
}
div.certificate-part div.text > p,
div.application-part div.text > p {
  color: #818181;
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
  padding-right: 14%;
}
div.certificate-part img {
  width: 100%;
  height: auto;
  box-shadow: 0 0 15px rgb(0 0 0 / 10%);
  border-radius: 6px;
  transition: 0.3s all ease;
}
.certification-btn,
.application-btn {
  position: unset;
  margin-top: 7.5rem;
  height: auto;
  width: auto;
  position: relative;
}
.certification-btn .swiper-btn {
  width: 80px;
  height: 80px;
  background-image: url(../img/arrow-white.svg) !important;
  background-color: rgb(0, 0, 0, 0.45);
  background-size: 14px !important;
  z-index: 21;
  cursor: pointer;
  display: inline-block;
  border-radius: 2px;
  opacity: 1 !important;
  top: -21.5rem;
  left: unset;
  right: -0.4rem !important;
  transition: 0.3s all ease;
  pointer-events: unset !important;
}
.certification-btn .swiper-btn {
  background-color: #e8e8e8;
  position: unset;
  margin-top: -2rem;
  margin-right: 0.8rem;
}
.certification-btn .swiper-btn::after {
  display: none;
}
.certification-btn .swiper-btn.swiper-button-prev {
  background-image: url(../img/arrow-white.svg) !important;
  background-color: #0273ff;
}
.certification-btn .swiper-btn.swiper-button-next {
  transform: rotate(180deg);
  background-image: url(../img/arrow-white.svg) !important;
  background-color: #0273ff;
  background-size: 14px !important;
}
.certification-btn .swiper-btn.swiper-button-disabled {
  opacity: 0.7 !important;
  background-color: #e8e8ed;
  background-image: url(../img/arrow-left-blue.svg) !important;
}
.about-banner {
  position: relative;
}
.bg-content {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
}
.about-banner .content {
  z-index: 2;
  position: relative;
}

.contact-form .wpcf7-spinner {
  margin-top: 1rem;
}

.contact-form .submitting .wpcf7-spinner {
}
.contact-form .wpcf7 form.invalid .wpcf7-response-output {
  margin-bottom: 1rem !important;
  /* margin-top: ; */
}

.contact-form form > p.title-text {
  margin-top: 1rem;
  text-align: center;
}
