:root {
  --theme_color: #d90613;
  --hover_color: #1c1c1c;
  --title_color: #232323;
  --content_color: #808080;
  --a_color: #1c232f;
}
ul {
  list-style: none;
}
a {
  color: #1c232f;
  text-decoration: none;
  font-size: 1rem;
}
i {
  font-style: normal;
}
.swiper_content {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  overflow: hidden;
}
button,
input,
textarea {
  outline: none;
  border: none;
  font-family: unset;
}
input[type="submit"],
button {
  cursor: pointer;
}
textarea {
  resize: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
}
.center {
  text-align: center;
}
.flex_start {
  justify-content: flex-start;
}
.flex_center {
  justify-content: center;
}
.flex_end {
  justify-content: flex-end;
}
.flex_top {
  align-items: flex-start;
}
.flex_middle {
  align-items: center;
}
.flex_bottom {
  align-items: flex-end;
}
.only_mobile {
  display: none!important;
}
/* @font-face {
  font-family: 'SourceHanSansCN';
  src: url(../font/SourceHanSansCN-Light.otf);
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url(../font/SourceHanSansCN-Regular.otf);
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url(../font/SourceHanSansCN-Medium.otf);
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url(../font/SourceHanSansCN-Bold.otf);
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'SourceHanSansCN';
  src: url(../font/SourceHanSansCN-Heavy.otf);
  font-weight: 900;
  font-display: swap;
} */
body {
  font-family: 'Noto Sans SC', sans-serif;
}
.head span.subtitle {
  color: var(--theme_color);
}
.head h1,
.head h2 {
  font-size: 43px;
  line-height: 58px;
  font-weight: 900;
  color: var(--title_color);
}
.button {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  background-color: var(--theme_color);
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s;
  padding: 9px 48px;
  border: 2px solid var(--theme_color);
}
.button:hover {
  background-color: transparent;
  color: var(--theme_color);
}
.button_b {
  display: inline-block;
  font-weight: 500;
  font-size: 17px;
  color: #fff;
  background-color: #1c1c1c;
  text-align: center;
  border-radius: 4px;
  transition: all 0.3s;
  padding: 15px 63px;
}
.button_b:hover {
  background-color: var(--theme_color);
  color: #fff;
}
.button_more {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  background-color: var(--theme_color);
  text-align: center;
  border-radius: 27px;
  transition: all 0.3s;
  padding: 11.5px 69px;
  border: 2px solid var(--theme_color);
}
.button_more:hover {
  background-color: transparent;
  color: var(--theme_color);
}
.button_view {
  display: inline-block;
  color: var(--title_color);
  font-size: 17px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  background-color: transparent;
  border-radius: 4px;
  padding: 13px 61px;
}
.button_view:hover {
  background-color: var(--theme_color);
  color: #fff;
  border-color: var(--theme_color);
}
header {
  background-color: #fff;
  z-index: 998;
  position: sticky;
  top: -132px;
  transition: all 0.3s;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
header.sticky {
  top: -42px;
}
header .top {
  padding: 9px 0 12px;
  background-color: #efefef;
}
header .top p {
  color: var(--a_color);
  font-size: 16px;
  padding-left: 3.5rem;
}
header .top a {
  color: var(--a_color);
  font-size: 14px;
}
header .top ul {
  gap: 35px;
  padding-right: 5px;
}
header .top ul li a {
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  font-family: 'Poppins', sans-serif;
}
header .top ul li a:hover {
  color: var(--theme_color);
}
header .top ul li i {
  display: block;
  width: 14px;
  height: 14px;
  background: url(../img/email.svg) no-repeat center / contain;
}
header .top ul li:last-of-type i {
  background-image: url(../img/phone.svg);
}
header .header .left .logo {
  position: relative;
  top: 2px;
}
header .header .left .logo img {
  width: 190px;
  height: auto;
  display: block;
}
header .header nav {
  padding-right: 0%;
}
header .header nav div > ul {
  display: flex;
  gap: 30px;
}
header .header nav div > ul > li {
  position: relative;
}
header .header nav div > ul > li > a {
  font-weight: 500;
  color: var(--a_color);
  display: block;
  line-height: 90px;
  transition: all 0.3s;
}
header .header nav div > ul > li.current-menu-item > a{
  color: var(--theme_color);
}
header .header nav div > ul > li > a:hover {
  color: var(--theme_color);
}
header .header nav div > ul > li:hover > ul {
  visibility: visible;
  max-height: 100rem;
  opacity: 1;
  transform: translate(0);
}
header .header nav div > ul > li > ul {
  left: -1.5rem;
  position: absolute;
  min-width: 10rem;
  background: white;
  border-radius: 0.625rem;
  padding: 1rem 1.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: block;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-2rem);
  transition: opacity 0.3s, transform 0.3s;
}

header .header nav div > ul > li > ul > li > ul{
  display: block;
  visibility: hidden;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transform: translateY(-2rem);
  transition: opacity 0.3s, transform 0.3s; 
}
 
header .header nav div > ul > li > ul > li.menu-item-has-children::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
  position: absolute;
  left: calc(100% - 2rem);
  top: 2.2rem;
  transition: all 0.3s;
}
header .header nav div > ul > li > ul li.menu-item-has-children:hover > ul, header .header nav div > ul > li > ul > li > ul.active{
  visibility: visible;
  max-height: 100rem;
  opacity: 1;
  transform: translate(0);
  
}
header .header nav div > ul > li > ul ul{
  margin-left: 1rem;
}
header .header nav div > ul > li > ul li {
  margin-bottom: 0.2rem;
}
header .header nav div > ul > li > ul li a {
  white-space: nowrap;
  display: block;
  padding: 0.8rem 0;
  transition: all 0.2s ease;
  border-radius: 0.625rem;
  font-size: 0.9rem;
}
header .header nav div > ul > li > ul li a:hover {
  color: var(--theme_color);
}
footer {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
footer .footer {
  padding: 135px 0 190px;
}
footer .footer .content > .flex {
  gap: 1rem;
}
footer .footer .slide_obj strong {
  display: block;
  color: var(--title_color);
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 18px;
}
footer .footer .slide_obj li {
  margin-bottom: 10px;
}
footer .footer .slide_obj li a {
  color: #5e5e5e;
  font-size: 15px;
  transition: all 0.3s;
}
footer .footer .slide_obj li a:hover {
  color: var(--theme_color);
}
footer .footer .social li a{
  display: block;
  overflow: hidden;
  text-indent: 999px;
}

footer .footer .contact_us {
  flex: 1;
  max-width: 310px;
}
footer .footer .contact_us p {
  color: #5e5e5e;
  font-size: 15px;
}
footer .footer .contact_us form {
  display: flex;
  align-items: center;
  height: 42px;
  gap: 12px;
  margin: 22px 0 30px;
}
footer .footer .contact_us form input[type="email"] {
  width: 0;
  flex: 1;
  height: 100%;
  background-color: #f4f4f4;
  font-size: 14px;
  line-height: 34px;
  color: var(--title_color);
  padding: 0 1rem;
  border-radius: 4px;
}
footer .footer .contact_us form input[type="email"]::placeholder {
  color: #808385;
}
footer .footer .contact_us form input[type="submit"] {
  width: 42px;
  height: 100%;
  background: url(../img/right-line-w.svg) no-repeat center / 35%;
  background-color: var(--theme_color);
  border-radius: 4px;
  transition: all 0.3s;
  text-indent: 999px;
  overflow: hidden;
}
footer .footer .contact_us form input[type="submit"]:hover {
  background-color: var(--hover_color);
}
footer .footer_bottom .logo img {
  width: 190px;
  height: auto;
  display: block;
}
footer .footer_bottom ul {
  gap: 62px;
}
footer .footer_bottom ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}
footer .footer_bottom ul li i {
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: url(../img/email.svg) no-repeat center / 35%;
  background-color: #f4f4f6;
}
footer .footer_bottom ul li span {
  display: block;
  color: #8d8f91;
  font-size: 13px;
  margin-bottom: 2px;
}
footer .footer_bottom ul li a {
  color: #282828;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.3s;
}
footer .footer_bottom ul li a:hover {
  color: var(--theme_color);
}
footer .footer_bottom ul li:last-of-type i {
  background-image: url(../img/phone.svg);
}
footer .copyright {
  margin-top: 30px;
}
footer .copyright .flex {
  padding: 12px 0 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer .copyright p {
  color: #686868;
  font-size: 16px;
  line-height: 25px;
}
footer .copyright ul {
  display: flex;
  gap: 35px;
}
footer .copyright ul li a {
  color: #686868;
  font-size: 14px;
  line-height: 25px;
  transition: all 0.3s;
}
footer .copyright ul li a:hover {
  color: var(--theme_color);
}
.social {
  display: flex;
  gap: 1rem;
}
.social li {
  border-radius: 50%;
  background-color: #eaeaea;
  transition: all 0.3s;
}
.social li:hover {
  background-color: var(--theme_color);
}
.social li:hover a {
  filter: brightness(20);
}
.social li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../img/twitter.svg) no-repeat center / 45%;
  transition: all 0.3s;
}
.social .facebook a {
  background-image: url(../img/facebook.svg);
  background-size: 20%;
}
.social .youtube a {
  background-size: 52%;
  background-image: url(../img/youtube.svg);
}
.social .instagram a {
  background-size: 42%;
  background-image: url(../img/instagram.svg);
}
.social .tiktok a {
  background-size: 35%;
  background-image: url(../img/tiktok.svg);
}
.video_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 9999;
  padding: 0 2rem;
}
.video_pop.active {
  opacity: 1;
  pointer-events: all;
}
.video_pop.active .pop_content {
  transform: translate(-50%, -50%);
  position: relative;
}
.video_pop .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.video_pop .mask .close {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/mobile-menu/close.svg) no-repeat center / contain;
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
}
.video_pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%);
  width: max-content;
  max-width: 85vw;
  height: 85vh;
  transition: all 0.3s;
  border-radius: 10px;
}
.video_pop .pop_content video {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.product_list {
  padding: 72px 0;
}
.product_list .syeditorlist > li {
  padding: 114px 0;
}
.product_list .syeditorlist > li .flex {
  align-items: center;
  justify-content: space-between;
}
.product_list .syeditorlist > li .img {
  width: 48.6885%;
  max-height: 491px;
  height: auto;
  overflow: hidden;
  border-radius: 8px;
}
.product_list .syeditorlist > li .img img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  display: block;
}
.product_list .syeditorlist > li .info {
  flex: 1;
  margin-left: 1.2rem;
  max-width: 576px;
}
.product_list .syeditorlist > li .info .subtitle {
  color: var(--theme_color);
}
.product_list .syeditorlist > li .info h2 {
  color: var(--a_color);
  font-size: 46px;
  font-weight: 900;
  line-height: 55px;
  margin: 22px 0;
}
.product_list .syeditorlist > li .info p {
  color: var(--content_color);
  line-height: 29px;
}
.product_list .syeditorlist > li:nth-child(even) {
  background-color: #fafafa;
}
.product_list .syeditorlist > li:nth-child(even) .img {
  order: 2;
}
.product_list .syeditorlist > li:nth-child(even) .info {
  margin: 0 1.2rem 0 0;
}


.loading{
  position: relative;
}

.loading:before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/load.gif') no-repeat center;
  background-size: 45px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 9;
}



body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output, body .wpcf7 form.payment-required .wpcf7-response-output{
  padding: 0;
  border: none;
  margin-top: 1rem;
  font-size: 16px;
}
form span.wpcf7-spinner {
  width: 24px!important;
}


/**************************/
.contact_pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 999;
  padding: 0 2rem;
}
.contact_pop.active {
  opacity: 1;
  pointer-events: all;
}
.contact_pop.active .pop_content {
  transform: translate(-50%, -50%);
  position: relative;
}
.contact_pop .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.contact_pop .mask .close {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/close.svg) no-repeat center / contain;
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
}
.contact_pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%);
  max-width: 800px;
  height: 725px;
  transition: all 0.3s;
  background-color: #fff;
  border-radius: 10px;
  padding: 75px 3rem 3rem;
  overflow: auto;
}
.contact_pop .pop_content::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

.contact_pop .pop_content::-webkit-scrollbar-track,
.contact_pop .pop_content::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}

.contact_pop .pop_content::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px transparent inset;
}

.contact_pop .pop_content::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px #999 inset;
}

.contact_pop .pop_content::-webkit-scrollbar-corner {
  background: transparent;
}
.contact_pop .pop_content strong {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 18px;
}
.contact_pop .pop_content p {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-bottom: 55px;
}
.contact_pop .pop_content form {
  display: grid;
  gap: 20px 5.4%;
  grid-template-columns: repeat(2, 1fr);
}
.contact_pop .pop_content form textarea {
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  width: 100%;
  height: 100%;
  font-family: inherit;
}
.contact_pop .pop_content form span[data-name="message"]{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 5;
}
.contact_pop .pop_content form input {
  /* height: 42px; */
  padding: 10px 1rem 12px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
/* .contact_pop .pop_content form span.wpcf7-form-control-wrap{
  grid-column-start: 2;
  grid-column-end: 3;
} */
.contact_pop .pop_content form input[type="submit"] {
  grid-column-end: 3;
  width: max-content;
  padding: 10px 40px;
  font-size: 15px;
  font-weight: 400; 
  border-radius: 5px;
  border: transparent solid 1px; 
  background-color: var(--theme_color);
  color: white;
  margin: 20px 0 0 auto;
  transition: all 0.3s;
  line-height: 1.5;
  height: auto;
}
.contact_pop .pop_content form input[type="submit"]:hover {
  background-color: var(--subtheme_color);
  border: var(--theme_color) solid 1px;
  color: var(--theme_color);
}
.contact_pop .pop_content ul {
  padding-top: 15px;
  display: flex;
  gap: 5.4%;
}
.contact_pop .pop_content ul li {
  flex: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 20px;
}
.contact_pop .pop_content ul li i {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 25px;
}
body .contact_pop .wpcf7-not-valid-tip{
  margin-top: 0.5rem;
  font-size: 14px;
}
body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output, body .wpcf7 form.payment-required .wpcf7-response-output{
  padding: 0;
  border: none;
  margin-top: 1rem;
  font-size: 16px;
}
.contact_pop .pop_content ul li i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact_pop .pop_content ul li strong {
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  color: #242424;
  margin-bottom: 5px;
}
.contact_pop .pop_content ul li a {
  font-size: 1rem;
  color: #777;
}
.contact_pop .pop_content ul li:last-child i {
  width: 46px;
  height: 46px;
}


.resource_download {
  padding: 145px 0 180px;
}
.resource_download .head {
  text-align: center;
}
.resource_download .main {
  padding-top: 50px;
}
.resource_download .main li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 31px 48px 31px 45px;
  /* border-radius: 5px; */
  transition: all 0.3s;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.resource_download .main li a:hover {
  background-color: #eee;
}
.resource_download .main li a p {
  color: var(--title_color);
  font-size: 22px;
  font-weight: 500;
  padding-left: 48px;
  position: relative;
}
.resource_download .main li a p::before {
  content: '';
  display: block;
  width: 25px;
  height: 30px;
  background: url(../img/res-d-icon1.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 0;
}
.resource_download .main li a strong {
  font-size: 18px;
  font-weight: 500;
  color: var(--title_color);
  padding-left: 2rem;
  position: relative;
}
.resource_download .main li a strong::before {
  content: '';
  display: block;
  width: 20px;
  height: 19px;
  background: url(../img/res-d-icon2.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 3px;
}

.privacy-policy .blog_details {
  padding: 90px 0 155px;
  background-image: linear-gradient(to bottom,#ecf1f7,#fff);
  background-size: 100% 200px;
  background-repeat: no-repeat;
}
.privacy-policy .blog_details h1 {
  display: block;
  font-size: 38px;
  font-weight: 600;
  color: var(--title_color);
  margin: 20px 0 38px;
  line-height: 3rem;
}
.privacy-policy .blog_details h2 {
  font-size: 26px;
  color: var(--title_color);
  padding-top: 35px;
  font-weight: 600;
}

.privacy-policy .blog_details p, .blog_details li {
  font-size: 18px;
  color: #666;
  padding-top: 30px;
  line-height: 30px;
}
form#sytech-newsletter-subscription p.failed, form#sytech-newsletter-subscription p.success{
  background-color: var(--theme_color)!important;
}
form#sytech-newsletter-subscription p.failed:after, form#sytech-newsletter-subscription p.success:after{
  border-top: 0.6rem solid var(--theme_color)!important;
}
form#sytech-newsletter-subscription p.failed:before, form#sytech-newsletter-subscription p.success:before{
  filter: brightness(20);
}
.category_main p.center .load_more_post_ajax {
  margin-top: 2rem;
}
.product_spec .content{
  overflow: auto;
}

.app_intro{
  transform: scale(.9) translate(-85px, 0px);
}



/**************************/
.contact_pop2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 999;
  padding: 0 2rem;
}
.contact_pop2.active {
  opacity: 1;
  pointer-events: all;
}
.contact_pop2.active .pop_content {
  transform: translate(-50%, -50%);
  position: relative;
}
.contact_pop2 .mask {
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.contact_pop2 .mask .close {
  display: block;
  width: 1rem;
  height: 1rem;
  background: url(../img/close.svg) no-repeat center / contain;
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
}
.contact_pop2 .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%);
  max-width: 800px;
  height: 725px;
  transition: all 0.3s;
  background-color: #fff;
  border-radius: 10px;
  padding: 75px 3rem 3rem;
  overflow: auto;
}
.contact_pop2 .pop_content::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}

.contact_pop2 .pop_content::-webkit-scrollbar-track,
.contact_pop2 .pop_content::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}

.contact_pop2 .pop_content::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px transparent inset;
}

.contact_pop2 .pop_content::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px #999 inset;
}

.contact_pop2 .pop_content::-webkit-scrollbar-corner {
  background: transparent;
}
.contact_pop2 .pop_content strong {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 18px;
}
.contact_pop2 .pop_content p {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-bottom: 55px;
}
.contact_pop2 .pop_content form {
  display: grid;
  gap: 20px 5.4%;
  grid-template-columns: repeat(2, 1fr);
}
.contact_pop2 .pop_content form textarea {
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  width: 100%;
  height: 100%;
  font-family: inherit;
}
.contact_pop2 .pop_content form span[data-name="message"]{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 5;
}
.contact_pop2 .pop_content form input {
  /* height: 42px; */
  padding: 10px 1rem 12px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
/* .contact_pop2 .pop_content form span.wpcf7-form-control-wrap{
  grid-column-start: 2;
  grid-column-end: 3;
} */
.contact_pop2 .pop_content form input[type="submit"] {
  grid-column-end: 3;
  width: max-content;
  padding: 10px 40px;
  font-size: 15px;
  font-weight: 400; 
  border-radius: 5px;
  border: transparent solid 1px; 
  background-color: var(--theme_color);
  color: white;
  margin: 20px 0 0 auto;
  transition: all 0.3s;
  line-height: 1.5;
  height: auto;
}
.contact_pop2 .pop_content form input[type="submit"]:hover {
  background-color: var(--subtheme_color);
  border: var(--theme_color) solid 1px;
  color: var(--theme_color);
}
.contact_pop2 .pop_content ul {
  padding-top: 15px;
  display: flex;
  gap: 5.4%;
}
.contact_pop2 .pop_content ul li {
  flex: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 20px;
}
.contact_pop2 .pop_content ul li i {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 25px;
}
body .contact_pop2 .wpcf7-not-valid-tip{
  margin-top: 0.5rem;
  font-size: 14px;
}
body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output, body .wpcf7 form.payment-required .wpcf7-response-output{
  padding: 0;
  border: none;
  margin-top: 1rem;
  font-size: 16px;
}
.contact_pop2 .pop_content ul li i img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.contact_pop2 .pop_content ul li strong {
  text-align: left;
  font-size: 20px;
  font-weight: normal;
  color: #242424;
  margin-bottom: 5px;
}
.contact_pop2 .pop_content ul li a {
  font-size: 1rem;
  color: #777;
}
.contact_pop2 .pop_content ul li:last-child i {
  width: 46px;
  height: 46px;
}
.right .english-switch {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/globe.svg) no-repeat center / contain;
  margin-right: 1rem;
}
.about_history .main .nav ul li {
  line-height: 36px !important;
}


.wp-singular .content>iframe{
  width: 100%;
  display: block;
  aspect-ratio: 1920/500;
  margin: 2rem 0;
}