* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #006241;
  --secondary: #046240;

}

html {
  scroll-behavior: smooth;
  font-size: clamp(7.5px, 0.520834vw, 10px);
}

.content {
  max-width: 120rem;
  margin: 0 auto;
  position: relative;
}

.content .content {
  padding: 0;
}

.swiper_box {
  position: relative;
}

.swiper_content {
  max-width: 183rem;
  margin: 0 auto;
  position: relative;
  padding: 1.5rem;
  overflow: hidden;
}

li {
  list-style: none;
}

div .swiper-slide {
  height: auto;
}

a {
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  text-decoration: none;
}

i,
em {
  font-style: normal;
}

input,
button,
textarea {
  border: none;
  outline: none;
  font-family: unset;
  color: var(--title);
}

select {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: unset;
  color: var(--title);
}

textarea {
  resize: none;
}

button,
input[type="submit"] {
  cursor: pointer;
}

input[type="checkbox"] {
  cursor: pointer;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

input[type="number"] {
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

table {
  width: 100%;
  word-break: normal;
  border-collapse: collapse;
}

.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.flex1 {
  flex: 1;
}

.flex2 {
  flex: 2;
}

.flex3 {
  flex: 3;
}

.between {
  justify-content: space-between;
}

.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;
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.swiper_btns {
  gap: 3.4rem;
  display: flex;
}

.swiper_btns div {
  width: 9.5rem;
  cursor: pointer;
  transition: all 0.3s;
}

.swiper_btns div::after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 100%;
  transition: all 0.3s;
  background: url(../img/btn_prev.svg) no-repeat center / 30.88%;
}


.swiper_btns .btn_next::after {
  transform: rotate(180deg);
}

.swiper_btns .swiper-button-disabled {
  pointer-events: none;
  border-color: #161616;
  background-color: transparent;
}

.swiper_btns .swiper-button-disabled::after {
  filter: none;
}

.swiper_btns .swiper-button-lock {
  display: flex;
  opacity: 0;
  pointer-events: none;
}

.swiper_btns.middle {
  width: 98%;
  max-width: 164.7rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  pointer-events: none;
  transform: translate(-50%, -50%);
  justify-content: space-between;
}

.swiper_btns.middle div {
  pointer-events: all;
}

.swiper_btns.middle .swiper-button-disabled,
.swiper_btns.middle .swiper-button-lock {
  pointer-events: none;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../font/Helvetica.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../font/helvetica-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../font/Helvetica-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-size: 1.6rem;
  word-break: normal !important;
  color: var(--title);
  font-family: 'Helvetica', Arial, sans-serif;
}

body.fixed {
  overflow: hidden;
  padding-right: 17px;
}

body [data-wpr-lazyrender] {
  content-visibility: unset;
}

.only_mobile {
  display: none;
}

.gap {
  gap: 3rem;
}

.grecaptcha-badge {
  visibility: hidden;
}

#fullscreen-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, #fff, #fff);
}

#fullscreen-loader::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 8px solid var(--primary);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }

  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }

  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }

  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }

  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }

  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }

  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}

@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }

  49.99% {
    transform: scaleY(1) rotate(135deg);
  }

  50% {
    transform: scaleY(-1) rotate(0deg);
  }

  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}

.img.img_cv {
  overflow: hidden;
}

.img.img_cv img {
  object-fit: cover;
}

.img.img_ct img {
  object-fit: contain;
}

.img.img_ab {
  position: relative;
}

.img.img_ab img {
  position: absolute;
  left: 0;
  top: 0;
}

.img.img_aba {
  position: relative;
}

.img.img_aba::after {
  content: '';
  display: block;
  padding-bottom: var(--h);
}

.img.img_aba img {
  position: absolute;
  left: 0;
  top: 0;
}

.img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
  aspect-ratio: inherit;
}

.img_bg {
  position: relative;
  z-index: 2;
}

.img_bg>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}

.svg svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.head .subtitle {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding: 0.3rem 0;
  border-radius: 100px;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border: 1px solid var(--title);
  margin-bottom: 2.5rem;

}

.btn {
  font-size: 1.5rem;
  color: white;
  padding: 0.7rem 4.4rem;
  background-color: var(--primary);
  display: inline-block;
  width: max-content;
  line-height: 1;
  transition: all 0.3s;
}

.btn:hover {
  filter: brightness(120%);
}


.btn_w {
  font-size: 1.5rem;
  color: var(--primary);
  padding: 0.7rem 4.4rem;
  background-color: white;
  display: inline-block;
  width: max-content;
  line-height: 1;
  transition: all 0.3s;
}

.btn_w:hover {
  background-color: var(--primary);
  color: white;
}


.btn_line {
  font-size: 1.6rem;
  color: var(--primary);
  padding: 0.7rem 4.4rem;
  background-color: transparent;
  display: inline-block;
  border: 1px solid var(--primary);
  width: max-content;
  line-height: 1;
  transition: all 0.3s;
}

.btn_line:hover {
  background-color: var(--primary);
  color: white;
}

.head h2 {}

div.pagination {
  width: auto;
  font-size: 1.8rem;
  color: #a2a2a2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.5rem;
  margin-bottom: 2.6rem;
}

div.pagination.swiper-pagination-lock {
  display: block;
  opacity: 0;
}

div.pagination .swiper-pagination-bullet {
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 0.9rem !important;
  background-color: #CBCBCB;
  opacity: 1;
}

div.pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #046142;
}

div.pagination .current {
  font-weight: 500;
  color: #0c0c0c;
}

div.pagination .line {
  width: 2.5rem;
  height: 1px;
  background-color: #a2a2a2;
  display: inline-block;
  margin: 0 1.5rem 0 1.2rem;
}

header {
  position: sticky;
  top: -11.9rem;
  transition: all 0.3s;
  z-index: 99;
}

header.sticky {
  top: -11.9rem;
}

.sytech-cookie-buttons{
  flex-direction: row-reverse;
}

header .header_top {
  padding: 4rem 0 2.4rem;
  background: #EFEFEF;
}

header .header_top .logo img {
  width: 25.8rem;
  display: block;
  height: auto;
}

header .header_top .header_icon {
  font-size: 1.45rem;
  color: #777;
  display: flex;
  align-items: center;
  padding-top: 1rem;
  cursor: pointer;
  position: relative;
}

header .header_top .header_icon+.header_icon {
  margin-left: 5.6rem;
}

header .header_top .header_icon:after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url('../img/account-icon.svg') no-repeat center/contain;
  display: inline-block;
  margin-left: 1rem;
  margin-top: -0.2rem;
}

header .header_top .lang_icon:after {
  background-image: url('../img/select_gray.svg');
  margin-top: 0;
}

header .header_main {
  background-color: var(--secondary);
}

header .header_main nav ul.menu {
  display: flex;
  gap: 8.2rem;
}

header .header_main nav ul.menu li a {
  color: white;
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
  padding-top: 2.2rem;
  padding-bottom: 1.7rem;
}

header .header_main nav ul.menu li a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  transform: translateX(-50%);
  background: white;
  transition: all 0.35s;
  width: 0;
}

.header_main nav li.menu-item-has-children {
  position: relative;
}

.header_main nav ul.sub-menu {
  position: absolute;
  left: -1.5rem;
  min-width: 21rem;
  background-color: var(--primary);
  z-index: 9;
  opacity: 0;
  transform: translateY(-1.5rem);
  pointer-events: none;
  transition: all 0.3s;
  background-color: #EFEFEF;
}

.header_main nav li.menu-item-has-children ul.sub-menu ul.sub-menu{
  left: 100%;
  top: 0;
  opacity: 0;
  pointer-events: none;

}
.header_main nav li.menu-item-has-children ul.sub-menu ul.sub-menu a{
  color: var(--primary);
  font-weight: 600;
  border-bottom: 1px solid #B0B0B0;
}

.header_main nav ul.sub-menu li{
  position: relative;
}
.header_main nav li.menu-item-has-children ul.sub-menu li:hover ul.sub-menu{
  opacity: 1 !important;
  pointer-events: all !important;
}

.header_main nav li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  transform: translateY(0rem);
  pointer-events: all;
}

header .header_main nav ul.menu li a:hover:after,
header .header_main nav ul.menu li.current-menu-item a:after,
header .header_main nav ul.menu li.current-menu-ancestor a:after {
  width: 100%;
}

.header_main nav ul.sub-menu li a:after {
  display: none;
}

header .header_main nav ul.menu li ul.sub-menu a {
  font-size: 1.6rem;
  padding: 1.2rem 1.5rem;
  display: block;
  width: 100%;
  transition: all 0.3s;
  color: #666;
}

header .header_main nav ul.menu li ul.sub-menu a:hover {
  color: var(--primary);
}

header .header_main nav ul.menu li.current-menu-item a,
header .header_main nav ul.menu li.current-menu-ancestor a {
  font-weight: 600;
}

header .header_main .search_con input[type="text"] {
  width: 30rem;
  padding: 0.7rem;
  margin-right: 1.5rem;
}

header .header_main .search_con input[type="submit"] {
  width: 2.7rem;
  height: 2.7rem;
  background: url('../img/search-icon.svg') no-repeat center/contain;
  filter: brightness(100);
  text-indent: -9999999px;
}


footer {
  background-color: var(--primary);
}

footer .main {
  padding: 5.5rem 0 2.5rem;
  border-bottom: 1px solid white;
}

footer .main .left strong a {
  display: inline-block;
}

footer .main .left strong {
  color: white;
  display: block;
  margin-bottom: 1.6rem;
  min-height: 1.9rem;
}

footer .main .left ul li a {
  color: white;
  font-size: 1.45rem;
  transition: all 0.3s;
}

footer .main .left ul li.gray a {
  font-weight: 600;
  color: #969696;
  cursor: default;
}

footer .main .left ul li a:hover {
  color: #969696;
}

footer .main .left ul li+li {
  margin-top: 0.7rem;
}

footer .main .left .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5rem 7rem;
}

footer .main .right strong {
  font-size: 1.75rem;
  display: block;
  color: white;
  margin-right: 2.6rem;
}

footer .main .right ul {
  display: flex;
  gap: 3rem;
  gap: 1.5rem;
}

footer .main .right ul li a {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  text-indent: -999999px;
  display: inline-block;
  filter: brightness(140%);
  transition: all 0.3s;
  width: 3.5rem;
  height: 3.5rem;
}

footer .main .right ul li a:hover {
  transform: scale(1.1);
}

footer .main .right ul li.facebook a {
  background: url('../img/icon_facebook.svg') no-repeat center/cover;
}

footer .main .right ul li.youtube a {
  background: url('../img/icon_youtube.svg') no-repeat center/cover;
}

footer .main .right ul li.tiktok a {
  background: url('../img/icon_tiktok.svg') no-repeat center/cover;
}

footer .copyright {
  color: white;
  padding-top: 1.4rem;
  padding-bottom: 2rem;
}

footer .copyright div ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4.2rem;
  justify-content: right;
}

footer .copyright div ul li a {
  display: inline-block;
  color: #ccc;
  opacity: 0.8;
  font-size: 1.4rem;
  transition: all 0.3s;
}

footer .copyright div ul li a:hover {
  opacity: 1;
}

footer .copyright>p {
  margin-top: 3.5rem;
  color: #999;
  font-size: 1.5rem;
}

.breadcrumb_con {
  padding: 1.4rem 0;
}

.breadcrumbs span {
  color: #666666;
  font-size: 1.5rem;
}

.breadcrumbs span a {
  transition: all 0.3s;
}

.breadcrumbs span a:hover {
  color: var(--primary);
}

.product_item .img {
  aspect-ratio: 39/27;
  background-color: #E7E7E7;
  margin-bottom: 1.7rem;
}

.product_item strong {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 1rem;
  color: #666;
}

.product_item p {
  font-size: 1.4rem;
  color: #666666;
  font-weight: 600;
}

.product_item p span {
  color: var(--primary);
}

.product_item:hover .img img {
  transform: scale(1.1);
}

.go_top {
  width: 5rem;
  height: 5rem;
  background: url('../img/go_top.svg') no-repeat center/cover;
  border-radius: 3px;
  position: absolute;
  left: calc(100% + 1.4rem);
  bottom: 6.5rem;
  cursor: pointer;
  transition: all 0.3s;
}

.go_top:hover {
  filter: brightness(130%);
}


.get_more {
  padding: 4rem 0 2.7rem;
  background-color: var(--primary);
  margin-bottom: 5.6rem;
}

.get_more p {
  margin-top: 1.8rem;
  color: white;
  opacity: 0.9;
}

.get_more .btn_line {
  color: #fff;
  border-color: #fff;
  padding: 0.5rem 1.5rem;
  border-width: 2px;
  border-radius: 3px;
  font-size: 1.8rem;
}

.get_more .btn_line:hover {
  background-color: white;
  color: var(--primary);
}


.page_banner .head {
  min-height: 70rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 8rem;
}

.page_banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page_banner .head h1 {
  font-size: 4rem;
  color: var(--primary);
  line-height: 1.5;
}

.grid_item .sp {
  opacity: 0;
}

/*** global css ***/
.loading {
  position: relative;
}

.loading:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.3);
}

.loading:after {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.8rem solid #EFEFEF;
  border-top-color: var(--primary);
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9;
  transition: all 0.3s;
  pointer-events: none;
  transform: translate(-50%, -50%);
  animation: loading 1s linear infinite;
}

@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  80% {
    transform: translate(-50%, -50%) rotate(320deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

div.jst-language-switcher {
  display: none;
}

.wpcf7 form.wpcf7-form .wpcf7-spinner {
  width: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: .5rem;
}

.wpcf7 form.wpcf7-form .wpcf7-response-output {
  margin: 12px 0 0;
  padding: 0;
  border: none;
  width: 100%;
}

.wpcf7 form.wpcf7-form .wpcf7-list-item {
  margin: 0;
}

.quote_modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all .3s;
  pointer-events: none;
  display: grid;
  align-items: center;
  overflow: auto;
}

.quote_modal.active {
  opacity: 1;
  pointer-events: all;
}

.quote_modal .modal_content {
  width: calc(100% - 4rem);
  max-width: 122rem;
  margin: 5rem auto;
  padding: 0;
  border-radius: 1.6rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: #fff;
}

.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: 1.2rem;
}

.video_pop.active {
  opacity: 1;
  pointer-events: all;
}

.video_pop.active .pop_content {
  transform: translate(-50%, -50%);
}

.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;
  position: absolute;
  right: 2rem;
  top: 1rem;
  cursor: pointer;
}

.video_pop .pop_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -70%);
  transition: all 0.3s;
  width: max-content;
  max-width: 90vw;
  height: 90vh;
  aspect-ratio: 1920/1080;
  display: flex;
  align-items: center;
  pointer-events: none;
}

.video_pop .pop_content iframe,
.video_pop .pop_content video {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  pointer-events: all;
}

.video_pop .pop_content video[src=""] {
  aspect-ratio: 1920/1080;
}

.video_pop .pop_content iframe {
  aspect-ratio: 560/315;
}

.quality_intro .main ul li{
    flex: 1 !important;
}
.quality_intro .main ul li:nth-of-type(1){
    flex: 1 !important;
}
.quality_intro .main ul li p{
   
    text-align: center;
}
.desc_text {
  display: inline-block;
  opacity: 0;
  pointer-events: none;
}

.home_about .center .btn{
  border: 1px solid var(--primary);
}

.wpcf7-not-valid-tip + .wpcf7-not-valid-tip{
  display: none !important;
}

body .wpml-ls-legacy-list-vertical{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 1rem);
  padding: 1rem;
  background-color: white;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: max-content;
  max-width: unset !important;
  display: none;
  z-index: 99;
}
.wpml-ls-legacy-list-vertical .wpml-ls-item + .wpml-ls-item{
  margin-top: 0.5rem;
}

/*** global css ***/

@media screen and (min-width: 769px) and (max-width: 1220px) {
  .content {
    padding: 0 3rem;
    max-width: 1024px;
  }

  .home_news ul {
    height: auto;
  }
  .swiper_home_map li.swiper-slide .img img{
    object-position: right !important;
  }
  .go_top{
    left: unset;
    right: 0;
    position: fixed;
    z-index: 99;
    bottom: 15%;
    width: 4rem;
    height: 4rem;
  }
  
    .contact_main .right p{
        white-space: wrap;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .content {
    max-width: 896px;
  }

  header .header_main nav ul.menu {
    gap: 3rem;
  }
  .go_top{
    left: unset;
    right: 0;
    position: fixed;
    z-index: 99;
    bottom: 15%;
    width: 4rem;
    height: 4rem;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }

  body {
    font-size: 1.4rem;
  }

  .content {
    padding: 0 20px;
  }

  .only_mobile {
    display: block;
  }

  header {
    top: 0;
    transition: all 0.3s;
    z-index: 99;
  }

  header.sticky {
    top: 0;
  }

  .header_top .actions {
    display: none;
  }

  header .header_top .logo img {
    width: 15rem;
  }

  header .header_top {
    padding: 1.5rem 0 1rem;
  }

  .m_btn {
    width: 28px;
    height: 28px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .menu_btn {
    background-image: url('../img/mobile_menu.svg');
  }

  .search_btn {
    background-image: url('../img/mobile_search.svg');
    margin-right: 1rem;
  }

  .lang_icon {
    width: 24px;
    height: 24px;
    background-image: url(../img/icon-lang.svg);
    margin-right: 1rem;
    transform: translateY(-2px);
    position: relative;
  }

  body .my-jst-lang_popup{
    left: 50%;
    left: -100%;
    /* right: 0; */
    width: auto;
    padding: 0 20px;
  }

  .header_main .search_con {
    display: none;
  }

  .grid_item .sp {
    opacity: 1;
  }

  .page_banner .head {
    min-height: unset;
    padding: 10rem 0;
  }

  .page_banner .head h1 {
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
  }

  footer .main {
    flex-flow: wrap;
  }

  footer .main .left {
    width: 100%;
  }

  footer .main .right {
    width: 100%;
    margin-top: 2rem;
  }

  footer .main .left strong {
    display: block;
    padding: 1rem;
    background-color: white;
    color: var(--primary);
    min-height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  footer .main .left strong a {
    color: var(--primary);
    line-height: inherit;
    display: block;
    transform: translateY(-4px);
  }

  footer .main .left ul li a {
    font-size: 1.5rem;
  }

  footer .main .left strong+div {
    display: none;
    margin-bottom: 1.5rem;
  }

  footer .main .left .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }

  footer .main .left strong:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url('../img/cc-plus.svg') no-repeat center/contain;
    transition: all 0.3s;
  }

  footer .main .left strong.active:after {
    transform: rotate(135deg);
  }

  footer .main .right ul li a {
    width: 3rem;
    height: 3rem;
  }

  footer .main .right strong {
    font-size: 1.6rem;
  }

  footer .main .right ul {
    gap: 20px;
  }

  footer .copyright div ul {
    gap: 1rem;
    justify-content: center;
  }

  footer .copyright>p {
    font-size: 1.4rem;
    text-align: center;
    margin-top: 1rem;
  }

  header nav.active {
    pointer-events: all;
    z-index: 150;
  }

  header nav.active .close {
    opacity: 1;
  }

  header nav.active {
    opacity: 1;
    transform: translate(0);
  }

  header nav .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
  }

  header nav {
    position: fixed;
    left: 0;
    top: 0;
    width: min(350px, 80vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
    padding-top: 4rem;
  }

  header nav .close_box {
    padding: 32px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }

  header nav .close_box .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
    cursor: pointer;
    transition: all 0.3s;
  }

  header nav .close_box .close:hover {
    transform: rotate(180deg);
  }

  header nav .close_box+div {
    flex: 1;
    overflow: auto;
  }

  header nav .close_box+div::-webkit-scrollbar {
    width: 5px;
  }

  header nav .close_box+div::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 10px;
  }

  header .header_main nav ul.menu {
    display: block;
  }

  header .header_main nav ul.menu>li {
    cursor: pointer;
  }

  header .header_main nav ul.menu>li::after {
    display: none;
  }

  header .header_main nav ul.menu>li>a {
    color: var(--title);
    line-height: 64px;
    padding: 0 0 0 32px;
    font-size: 18px;
    letter-spacing: unset;
  }

  header .header_main nav ul.menu>li>a:hover {
    color: var(--primary);
  }

  header .header_main nav ul.menu>li.menu-item-has-children>a {
    margin-right: 52px;
  }

  header .header_main nav ul.menu>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% - 32px);
    top: 26px;
    transition: all 0.3s;
  }

  header .header_main nav ul.menu>li.active::after {
    transform: rotate(180deg);
  }

  header .header_main nav ul.menu>li:hover ul {
    padding: 16px 24px;
  }

  header .header_main nav ul.menu .current-menu-item>a,
  header .header_main nav ul.menu .current-menu-parent>a {
    color: var(--primary);
  }

  .header_main nav ul.sub-menu {
    position: static;
    padding: 16px 24px;
    background-color: #f8f8f8;
    margin: 0 32px;
    box-shadow: none;
    border-radius: 8px;
    display: none;
    opacity: 1;
    pointer-events: all;
    transition: none;
    transform: translate(0);
    min-width: unset;
  }

  .header_main nav ul.sub-menu li {
    transform: translate(0);
  }

  .header_main nav ul.sub-menu li a {
    padding: 8px 0;
    word-break: break-word;
    font-size: 14px;
    color: var(--title);
  }

  .header_main nav ul.sub-menu li a::after {
    display: none;
  }

  .header_main nav ul.sub-menu li a:hover {
    color: var(--primary);
  }

  header .header_main nav ul.menu li ul.sub-menu a {
    color: #333;
  }
  

  .menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
  }

  .menu_overlay.active {
    opacity: 1;
    pointer-events: all;
  }

  /*** global css ***/

  .video_pop .pop_content {
    max-width: 96vw;
    width: 96vw;
    height: auto;
  }

  .wpcf7 form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
  }

  .wpcf7 form.wpcf7-form .wpcf7-response-output {
    font-size: 14px;
    line-height: 1.5;
  }

  /*** global css ***/

  .swiper_home_map li.swiper-slide:nth-of-type(1) .img img{
    object-position: 65% !important;
  }
  .swiper_home_map li.swiper-slide .head{
    justify-content: flex-end !important;
    padding-bottom: 4rem;
  }

  .tax-products .category_banner{
    position: relative;
  }
  .tax-products .category_banner:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
  }
  .tax-products .category_banner .content{
    z-index: 9;
  }
  .go_top{
    left: unset;
    right: 0;
    position: fixed;
    z-index: 99;
    bottom: 15%;
    width: 4rem;
    height: 4rem;
  }
  .header_main .search_con{
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    display: block;
    padding: 15px;
    background-color: #EFEFEF;
    display: none;
  }
  header .header_main .search_con input[type="text"]{
    flex: 1;
  }
  header .header_main .search_con input[type="submit"]{
    filter: brightness(0);
  }

  .header_main nav li.menu-item-has-children ul.sub-menu ul.sub-menu{
    opacity: 1;
    pointer-events: all;
    padding: 0;

  }
  .header_main nav li.menu-item-has-children ul.sub-menu ul.sub-menu a{
    color: #0c0c0c;
    font-weight: 400;
    border: none;
    padding: 10px 0;
  }
  
  .home_banner .main .title{
            font-size: 25px !important;
        text-align: center;
  }
  header nav{
    overflow: auto;
  }

  .contact_main form label{
    min-width: 17rem !important;
  }
  .contact_main form .right{
    margin-top: 12px;
  }

  header .header_main nav ul.menu li.current-menu-item a, header .header_main nav ul.menu li.current-menu-ancestor a {
    font-weight: 400;
  }

  footer .main .left ul li.gray a{
    display: none;
  }
}