@charset "UTF-8";
/*----------------------------------------------------

=====================================================================*/
/* mixin
----------------------------------------*/
/*global area*/
/*----------------------------------------------------*/
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: inherit;
  }
}
[data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  cursor: pointer;
}

p {
  margin: 0;
}

.form-control:focus,
button:visited,
button.active,
button:hover,
button:focus,
input:visited,
input.active,
input:hover,
input:focus,
textarea:hover,
textarea:focus,
a:hover,
a:focus,
a:visited,
a.active,
select,
select:hover,
select:focus,
select:visited {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 87.5rem;
  margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

p {
  margin: 0;
}

ul li {
  list-style: none;
}

/*---------------------------------------------------- */
/*Header area*/
/*----------------------------------------------------*/
.zjny-header {
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid #eee;
}
.zjny-header .header-container {
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-header .header-container {
    padding: 0 4vw;
  }
}
.zjny-header .header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 5.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-header .header-content {
    height: 14vw;
  }
}
.zjny-header .header-content .lt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
.zjny-header .header-content .logo-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.zjny-header .header-content .rt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  height: 5.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zjny-header .header-content .rt .search-box {
  height: 5.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .zjny-header .header-content .rt .search-box {
    height: 14vw;
  }
}
.zjny-header .header-content .rt .search-box .search-handing {
  display: block;
}
.zjny-header .header-content .rt .search-box .search-handing img {
  width: 1.5625rem;
  height: 1.5625rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .zjny-header .header-content .rt .search-box .search-handing img {
    width: 4vw;
    height: 4vw;
  }
}
.zjny-header .header-content .rt .search-box .fixed {
  border-top: 0.0625rem solid #eee;
  position: absolute;
  top: 6.25rem;
  right: 0;
  width: 100%;
  padding: 2.5rem 0;
  background: #fff;
  z-index: 10;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.3125rem 0.3125rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .zjny-header .header-content .rt .search-box .fixed {
    top: 14vw;
    padding: 6vw 0;
  }
}
.zjny-header .header-content .rt .search-box .fixed.active {
  top: 5.625rem;
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  .zjny-header .header-content .rt .search-box .fixed.active {
    top: 14vw;
  }
}
.zjny-header .header-content .rt .search-box .flex-con {
  position: relative;
}
.zjny-header .header-content .rt .search-box .flex-con input[type=text] {
  width: 100%;
  height: 3.125rem;
  font-size: 0.875rem;
  color: #000;
  font-style: normal;
  border: 0;
  outline: none;
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 0.5rem;
  padding: 0 2.5rem 0 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-header .header-content .rt .search-box .flex-con input[type=text] {
    height: 9vw;
  }
}
.zjny-header .header-content .rt .search-box .flex-con input[type=submit] {
  position: absolute;
  right: 0.625rem;
  top: 0.9375rem;
  width: 1.25rem;
  height: 1.25rem;
  outline: none;
  background: url(../images/header-search-blank.svg) no-repeat center center;
  background-size: contain;
  cursor: pointer;
  border: none;
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .zjny-header .header-content .rt .search-box .flex-con input[type=submit] {
    top: 1.8vw;
  }
}
.zjny-header .header-content .rt .gtranslate_wrapper {
  height: 1.875rem;
  margin-top: 0.3125rem;
}
.zjny-header .header-logo {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.zjny-header .header-logo a {
  display: block;
}
.zjny-header .header-logo a img {
  height: 3.125rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .zjny-header .header-logo a img {
    height: 6vw;
  }
}
.zjny-header .header-nav.desktop-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .zjny-header .header-nav.desktop-nav {
    display: none;
  }
}
.zjny-header .header-nav.desktop-nav .header_nav_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item {
  position: relative;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children.submenu-hover > a {
  color: #00825f;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children.submenu-hover > a::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children > a {
  position: relative;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: -0.9375rem;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  border-right: 0.125rem solid #2D2D2D;
  border-bottom: 0.125rem solid #2D2D2D;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item > a {
  display: block;
  font-size: 1.125rem;
  height: 5.625rem;
  line-height: 5.625rem;
  font-weight: 500;
  color: #212121;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 0.3125rem solid rgba(0, 130, 95, 0);
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item > a:hover {
  color: #00825f;
  border-bottom: 0.3125rem solid #00825f;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  top: 100%;
  left: -50%;
  min-width: 10.625rem;
  background: white;
  padding: 0.625rem 0;
  border-radius: 0 0 0.5rem 0.5rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(0.625rem);
          transform: translateY(0.625rem);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 100;
  -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.15);
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children .sub-menu .menu-item a {
  line-height: 1;
  height: auto;
  padding: 0.9375rem 1.25rem;
  font-size: 0.875rem;
  text-align: center;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  border-color: transparent;
  color: #00825f;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children.submenu-hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children {
  height: 5.625rem;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children > a {
  line-height: 5.625rem;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children > a::before {
  top: 2.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item.menu-item-has-children:hover .custom-submenu-template {
  opacity: 1;
  visibility: visible;
  top: 5.625rem;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 6.25rem;
  z-index: 100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #fff;
  width: 100%;
  border-top: 0.0625rem solid #eee;
  padding: 2.5rem;
  -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.3125rem 0.625rem rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1024px) {
  .zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template {
    display: none !important;
  }
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .mega-menu-container {
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .mega-menu-container .g-nav__menu-header {
  display: none;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .g-nav__thumbnails-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .g-nav__thumbnails-items .g-nav__thumbnails-item a {
  display: block;
  position: relative;
  height: 12.5rem;
  width: 100%;
  border-radius: 0.625rem;
  overflow: hidden;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .g-nav__thumbnails-items .g-nav__thumbnails-item a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .g-nav__thumbnails-items .g-nav__thumbnails-item a p {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .g-nav__menu-link {
  margin: 2.1875rem 0 0;
  padding: 0;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .g-nav__menu-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.75rem;
  height: 2.5rem;
  line-height: 2.5rem;
  text-align: center;
  border: 0.0625rem solid #eee;
  border-radius: 1.875rem;
  gap: 0.5rem;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .g-nav__menu-link a span {
  display: inline-block;
  font-size: 1rem;
  color: #00825f;
  font-weight: 600;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .g-nav__menu-link a span:nth-child(2) {
  width: 0.5rem;
  height: 0.5rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 0.125rem solid #00825f;
  border-right: 0.125rem solid #00825f;
}
.zjny-header .header-nav.desktop-nav .header_nav_box .menu-item .custom-submenu-template .g-nav__menu-link a span svg {
  display: none;
}
.zjny-header .header-nav.mobile-nav {
  position: absolute;
  top: 14vw;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0.5vw 2vw rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5vw 2vw rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-2vw);
          transform: translateY(-2vw);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 999;
}
.zjny-header .header-nav.mobile-nav.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.zjny-header .header-nav.mobile-nav .mobile-nav-content {
  padding: 4vw;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item:last-child {
  border-bottom: none;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item > a {
  display: block;
  padding: 3vw 0;
  font-size: 3.6vw;
  font-weight: 500;
  color: #2D2D2D;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item > a:hover {
  color: #00825f;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item.menu-item-has-children {
  position: relative;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item.menu-item-has-children::after {
  content: "+";
  position: absolute;
  top: -1.5vw;
  right: 0;
  font-size: 5.6vw;
  color: #2D2D2D;
  padding: 3vw 3vw;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item.menu-item-has-children .sub-menu {
  padding-left: 0;
  display: none;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.05);
  margin-top: 2vw;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item.menu-item-has-children .sub-menu .menu-item {
  border-bottom: none;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 2vw 5vw;
  font-size: 3.2vw;
  color: #5B6770;
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item.menu-item-has-children.submenu-open::after {
  content: "-";
}
.zjny-header .header-nav.mobile-nav .mobile_nav_box .menu-item.menu-item-has-children.submenu-open .sub-menu {
  max-height: 50vw;
}
.zjny-header .header-nav.mobile-nav .custom-submenu-template {
  display: none;
}
.zjny-header .header-actions {
  display: none;
}
@media screen and (max-width: 1024px) {
  .zjny-header .header-actions {
    gap: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
.zjny-header .header-actions .mobile-menu-toggle {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7vw;
  height: 7vw;
  background: transparent;
  border: none;
  cursor: pointer;
  gap: 0.8vw;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .zjny-header .header-actions .mobile-menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.zjny-header .header-actions .mobile-menu-toggle .hamburger-line {
  width: 4vw;
  height: 0.4vw;
  border-radius: 0.2vw;
  background: #2D2D2D;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zjny-header .header-actions .mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(0.9vw, 0.9vw);
          transform: rotate(45deg) translate(0.9vw, 0.9vw);
}
.zjny-header .header-actions .mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}
.zjny-header .header-actions .mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0.8vw, -0.9vw);
          transform: rotate(-45deg) translate(0.8vw, -0.9vw);
}
.zjny-header .header-actions .mobile-menu-toggle:hover .hamburger-line {
  background: #00825f;
}

.home .zjny-header {
  background: transparent;
}
.home .zjny-header.active {
  position: fixed;
  background: white;
}

body.mobile-menu-open {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  body.mobile-menu-open {
    overflow: auto;
  }
}

#menu-item-584 .sub-menu, #menu-item-583 .sub-menu {
  display: none;
}

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.zjny-footer {
  padding: 3.75rem 0 3.125rem;
  background: #132f37;
}
@media screen and (max-width: 1024px) {
  .zjny-footer {
    padding: 8vw 0;
  }
}
.zjny-footer .footer-container {
  max-width: 87.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-footer .footer-container {
    padding: 0 4vw;
  }
}
.zjny-footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .zjny-footer .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .zjny-footer .footer-content .logo {
    text-align: center;
  }
}
.zjny-footer .footer-content .logo img {
  width: 12.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-footer .footer-content .logo img {
    width: 30vw;
  }
}
.zjny-footer .footer-content .navbox {
  width: 73%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .zjny-footer .footer-content .navbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
    padding: 4vw 0;
    width: 100%;
  }
}
.zjny-footer .footer-content .navbox .nav-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 7.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-footer .footer-content .navbox .nav-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
    width: 100%;
    padding-bottom: 6vw;
    margin-bottom: 4vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.zjny-footer .footer-content .navbox .nav-ul .nav-li .section-title {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0.9375rem;
}
.zjny-footer .footer-content .navbox .nav-ul .nav-li .nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-footer .footer-content .navbox .nav-ul .nav-li .nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.zjny-footer .footer-content .navbox .nav-ul .nav-li .nav-list .nav-item a {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.75rem;
  text-decoration: none;
}
.zjny-footer .footer-content .navbox .nav-ul .nav-li .nav-list .nav-item a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .zjny-footer .footer-content .navbox .contact-ul {
    width: 100%;
  }
}
.zjny-footer .footer-content .navbox .contact-ul .section-title {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.875rem;
  margin-bottom: 0.9375rem;
}
.zjny-footer .footer-content .navbox .contact-ul .contact-li .contact .contact-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.zjny-footer .footer-content .navbox .contact-ul .contact-li .contact .contact-list .contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
}
.zjny-footer .footer-content .navbox .contact-ul .contact-li .contact .contact-list .contact-item .contact-icon {
  margin-top: 0.25rem;
  width: 1.125rem;
  height: 1.125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.zjny-footer .footer-content .navbox .contact-ul .contact-li .contact .contact-list .contact-item .contact-text {
  color: #fff;
  font-size: 1rem;
  line-height: 1.625rem;
}
.zjny-footer .footer-content .navbox .contact-ul .contact-li .contact .contact-list .contact-item .qr-trigger {
  margin-left: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.375rem;
  height: 1.375rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.25rem;
  background: transparent;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0;
}
.zjny-footer .footer-content .navbox .contact-ul .contact-li .contact .contact-list .contact-item .qr-trigger svg {
  width: 0.875rem;
  height: 0.875rem;
}
.zjny-footer .footer-content .navbox .contact-ul .contact-li .contact .contact-list .contact-item .qr-trigger:hover {
  background: rgba(255, 255, 255, 0.1);
}
.zjny-footer .footer-bottom {
  margin-top: 3.125rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .zjny-footer .footer-bottom {
    margin-top: 7vw;
  }
}
.zjny-footer .footer-bottom .copyright-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .zjny-footer .footer-bottom .copyright-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  .zjny-footer .footer-bottom .left-text {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .zjny-footer .footer-bottom .right-text {
    margin-top: 4vw;
  }
}
.zjny-footer .footer-bottom .right-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .zjny-footer .footer-bottom .right-text ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2vw;
  }
}
.zjny-footer .footer-bottom .right-text ul li a {
  display: inline-block;
  font-size: 1.25rem;
}
.zjny-footer .footer-bottom .right-text ul li a:hover i {
  opacity: 0.7;
}
.zjny-footer .footer-bottom .right-text ul li a i {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.qr-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.qr-modal.show {
  opacity: 1;
  visibility: visible;
}
.qr-modal .qr-modal-content {
  position: relative;
  background: #fff;
  border-radius: 0.625rem;
  padding: 1.25rem;
  -webkit-box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.3);
          box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.3);
}
.qr-modal .qr-modal-content img {
  width: 15rem;
  height: 15rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.qr-modal .qr-modal-content .qr-close {
  position: absolute;
  right: 0.625rem;
  top: 0.375rem;
  width: 2rem;
  height: 2rem;
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 2rem;
  cursor: pointer;
  color: #333;
}

.floating-buttons {
  position: fixed;
  bottom: 1.875rem;
  right: 0.625rem;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (max-width: 1024px) {
  .floating-buttons {
    bottom: 6vw;
    gap: 3vw;
  }
}
.floating-buttons .floating-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 3.375rem;
  height: 3.375rem;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.floating-buttons .floating-btn:hover {
  -webkit-transform: translateY(-0.125rem);
          transform: translateY(-0.125rem);
  -webkit-box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.2);
}
.floating-buttons .floating-btn svg {
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.floating-buttons .floating-btn:hover svg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.floating-buttons .whatsapp-btn {
  background-color: #25D366;
  color: white;
}
.floating-buttons .whatsapp-btn:hover {
  background-color: #128C7E;
}
.floating-buttons .back-to-top-btn {
  background-color: #999;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.floating-buttons .back-to-top-btn:hover {
  background-color: #666;
}
.floating-buttons .back-to-top-btn.show {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------------------------- */
/*Responsive area*/
/*----------------------------------------------------*/
/*---------------------------------------------------- */
/*Elementor Addons area*/
/*----------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .zjny-page-about-us-module-01 {
    padding: 0 4vw;
  }
}
.zjny-page-about-us-module-01 .content-header .title {
  font-size: 2.25rem;
  font-weight: 600;
  color: #00825f;
}
@media screen and (max-width: 1024px) {
  .zjny-page-about-us-module-01 .content-header .title {
    font-size: 5.6vw;
  }
}
.zjny-page-about-us-module-01 .content-body {
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-about-us-module-01 .content-body {
    margin-top: 5vw;
  }
}
.zjny-page-about-us-module-01 .content-body .desc {
  font-size: 1rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-about-us-module-01 .content-body .desc {
    font-size: 3.6vw;
    line-height: 6vw;
  }
}
.zjny-page-about-us-module-01 .content-body .desc img {
  max-width: 100%;
}

.zjny-home-screen-01 {
  overflow: hidden;
  position: relative;
  height: 46.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 {
    height: 80vw;
  }
}
.zjny-home-screen-01 video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-home-screen-01 .content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 .content {
    padding: 8vw 0;
  }
}
.zjny-home-screen-01 .content .title {
  font-size: 3rem;
  font-weight: 500;
  max-width: 37.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 .content .title {
    font-size: 6.8vw;
  }
}
.zjny-home-screen-01 .content .desc {
  margin-top: 1.5625rem;
  font-size: 1.5rem;
  line-height: 1.8;
  max-width: 37.5rem;
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 .content .desc {
    font-size: 4.4vw;
    margin-top: 2vw;
    line-height: 1.4;
  }
}
.zjny-home-screen-01 .content .btn-box {
  margin-top: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 .content .btn-box {
    margin-top: 4vw;
  }
}
.zjny-home-screen-01 .content .btn-box a {
  display: inline-block;
  padding: 0.9375rem 1.5625rem;
  background: #fff;
  color: #666;
  font-size: 1.125rem;
  font-weight: 500;
  border: 1px solid #fff;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 .content .btn-box a {
    font-size: 3.6vw;
    padding: 1.5vw 2.5vw;
  }
}
.zjny-home-screen-01 .content .btn-box a:nth-child(2) {
  background: transparent;
  color: #fff;
}
.zjny-home-screen-01 .content .btn-box a:nth-child(3) {
  background: transparent;
  color: #fff;
  border: none;
}
.zjny-home-screen-01 .content .btn-box a:nth-child(3) i {
  display: inline-block;
  width: 2.1875rem;
  height: 2.1875rem;
  margin-right: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-01 .content .btn-box a:nth-child(3) i {
    width: 3.5vw;
    height: 3.5vw;
    margin-right: 1vw;
  }
}

.zjny-home-screen-02 {
  padding: 6.25rem 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 {
    padding: 8vw 0;
  }
}
.zjny-home-screen-02 .content-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
  background: #e8e9e9;
  border-radius: 1.875rem;
  padding: 5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 .content-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6vw;
    border-radius: 3vw;
    padding: 6vw;
  }
}
.zjny-home-screen-02 .content-body .content-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1rem;
  color: #333;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 .content-body .content-desc {
    font-size: 3.6vw;
  }
}
.zjny-home-screen-02 .content-body .content-desc .title {
  font-size: 2.25rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 .content-body .content-desc .title {
    font-size: 5.6vw;
  }
}
.zjny-home-screen-02 .content-body .content-desc .desc {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 2.25rem;
  height: 6.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 .content-body .content-desc .desc {
    margin-top: 4vw;
    font-size: 3.8vw;
    line-height: 6vw;
    height: 18vw;
  }
}
.zjny-home-screen-02 .content-body .content-desc .btn-box {
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 .content-body .content-desc .btn-box {
    margin-top: 4vw;
  }
}
.zjny-home-screen-02 .content-body .content-desc .btn-box a {
  display: inline-block;
  padding: 0.625rem 2.1875rem;
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  border: 1px solid #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 .content-body .content-desc .btn-box a {
    font-size: 3.8vw;
    padding: 1.5vw 2.5vw;
  }
}
.zjny-home-screen-02 .content-body .content-desc .btn-box a:hover {
  background: #333;
  color: #fff;
}
.zjny-home-screen-02 .content-body .pic {
  max-width: 37.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 .content-body .pic {
    max-width: 100%;
  }
}
.zjny-home-screen-02 .content-body .pic img {
  width: 100%;
  height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-02 .content-body .pic img {
    height: 60vw;
  }
}

.zjny-home-screen-03 video {
  width: 100%;
  height: 200vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-home-screen-03 .content-body {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #fff;
}
.zjny-home-screen-03 .content-body .title {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 2.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-03 .content-body .title {
    font-size: 5.6vw;
  }
}
.zjny-home-screen-03 .content-body .desc {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-03 .content-body .desc {
    font-size: 4.4vw;
  }
}
.zjny-home-screen-03 .content-body .desc .subtit {
  margin-top: 3.125rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-03 .content-body .desc .subtit {
    font-size: 3.8vw;
    margin-top: 7vw;
  }
}

.zjny-home-screen-04 {
  padding: 6.25rem 0;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 {
    padding: 10vw 0;
  }
}
.zjny-home-screen-04 .content-header .header-title {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-home-screen-04 .content-body {
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 .content-body {
    margin-top: 8vw;
  }
}
.zjny-home-screen-04 .content-body .swiper-container {
  overflow: hidden;
}
.zjny-home-screen-04 .content-body .swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.zjny-home-screen-04 .content-body .swiper-container .swiper-slide {
  width: 21.875rem;
  height: 21.875rem;
  padding: 3.125rem;
  border-radius: 0.625rem;
  background: #fafafa;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-04 .content-body .swiper-container .swiper-slide {
    width: 55vw;
    height: 55vw;
    padding: 7vw;
    border-radius: 1.5vw;
  }
}
.zjny-home-screen-04 .content-body .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.6;
}

.zjny-home-screen-05 {
  padding: 6.25rem 0 0;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-05 {
    padding: 10vw 0 0;
  }
}
.zjny-home-screen-05 .content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zjny-home-screen-05 .content-header .header-title {
  font-size: 2.25rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-05 .content-header .header-title {
    font-size: 5.6vw;
  }
}
.zjny-home-screen-05 .content-header .morebtn {
  display: inline-block;
  padding: 0.9375rem 2.1875rem;
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  border: 1px solid #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-05 .content-header .morebtn {
    font-size: 3.8vw;
    padding: 1.5vw 2.5vw;
  }
}
.zjny-home-screen-05 .content-header .morebtn:hover {
  background: #333;
  color: #fff;
}
.zjny-home-screen-05 .content-header .morebtn i {
  margin-left: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-05 .content-header .morebtn i {
    margin-left: 1vw;
  }
}
.zjny-home-screen-05 .content-body {
  margin-top: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-05 .content-body {
    margin-top: 7vw;
  }
}
.zjny-home-screen-05 .content-body .list-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-05 .content-body .list-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }
}
.zjny-home-screen-05 .content-body .list-box .list-item .list-item-img {
  display: block;
  height: 15.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-05 .content-body .list-box .list-item .list-item-img {
    height: 30vw;
  }
}
.zjny-home-screen-05 .content-body .list-box .list-item .list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-home-screen-05 .content-body .list-box .list-item .list-item-content {
  margin-top: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-05 .content-body .list-box .list-item .list-item-content {
    margin-top: 4vw;
  }
}
.zjny-home-screen-05 .content-body .list-box .list-item .list-item-content .list-item-title {
  display: block;
  font-size: 1.125rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  overflow: hidden;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-05 .content-body .list-box .list-item .list-item-content .list-item-title {
    font-size: 3.8vw;
    height: 5.5vw;
    line-height: 5.5vw;
  }
}

.zjny-home-screen-06 {
  padding: 6.25rem 0;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-06 {
    padding: 10vw 0;
  }
}
.zjny-home-screen-06 .content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zjny-home-screen-06 .content-header .header-title {
  font-size: 3rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-06 .content-header .header-title {
    font-size: 6.8vw;
  }
}
.zjny-home-screen-06 .content-header .morebtn {
  display: inline-block;
  padding: 0.9375rem 2.1875rem;
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  border: 1px solid #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-06 .content-header .morebtn {
    font-size: 3.8vw;
    padding: 1.5vw 2.5vw;
  }
}
.zjny-home-screen-06 .content-header .morebtn:hover {
  background: #333;
  color: #fff;
}
.zjny-home-screen-06 .content-header .morebtn i {
  margin-left: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-06 .content-header .morebtn i {
    margin-left: 1vw;
  }
}
.zjny-home-screen-06 .content-body {
  margin-top: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-06 .content-body {
    margin-top: 7vw;
  }
}
.zjny-home-screen-06 .content-body .list-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-06 .content-body .list-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }
}
.zjny-home-screen-06 .content-body .list-box .list-item .list-item-img {
  display: block;
  height: 15.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-06 .content-body .list-box .list-item .list-item-img {
    height: 35vw;
  }
}
.zjny-home-screen-06 .content-body .list-box .list-item .list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-home-screen-06 .content-body .list-box .list-item .list-item-content {
  margin-top: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-06 .content-body .list-box .list-item .list-item-content {
    margin-top: 4vw;
  }
}
.zjny-home-screen-06 .content-body .list-box .list-item .list-item-content .list-item-title {
  display: block;
  font-size: 1.25rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-06 .content-body .list-box .list-item .list-item-content .list-item-title {
    font-size: 4vw;
    height: 5.5vw;
    line-height: 5.5vw;
  }
}
.zjny-home-screen-06 .content-body .list-box .list-item .list-item-content .time {
  margin-top: 0.3125rem;
  font-size: 0.875rem;
  color: 999;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-06 .content-body .list-box .list-item .list-item-content .time {
    font-size: 3.4vw;
  }
}
.zjny-home-screen-06 .content-body .list-box .list-item .list-item-content .list-item-desc {
  margin-top: 0.3125rem;
  font-size: 1rem;
  line-height: 1.875rem;
  height: 5.625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #666;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-06 .content-body .list-box .list-item .list-item-content .list-item-desc {
    font-size: 3.6vw;
    height: 18vw;
    line-height: 6vw;
  }
}

.zjny-home-screen-07 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 6.25rem 0;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-07 {
    padding: 15vw 0;
  }
}
.zjny-home-screen-07 .content-body {
  background: #fff;
  max-width: 37.5rem;
  border-radius: 1.25rem;
  padding: 5rem 3.125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-07 .content-body {
    padding: 5vw;
    max-width: 100%;
    border-radius: 2vw;
  }
}
.zjny-home-screen-07 .content-body .title {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-07 .content-body .title {
    font-size: 3.4vw;
  }
}
.zjny-home-screen-07 .content-body .subtit {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-07 .content-body .subtit {
    font-size: 6.8vw;
    margin-top: 4vw;
  }
}
.zjny-home-screen-07 .content-body .elementor-form .elementor-form-fields-wrapper {
  width: 100%;
  margin-top: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-07 .content-body .elementor-form .elementor-form-fields-wrapper {
    margin-top: 7vw;
    gap: 2vw;
  }
}
.zjny-home-screen-07 .content-body .elementor-form .elementor-field-group.elementor-field-type-email {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.zjny-home-screen-07 .content-body .elementor-form .elementor-field-group.elementor-field-type-submit {
  width: 11.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-07 .content-body .elementor-form .elementor-field-group.elementor-field-type-submit {
    width: 33vw;
  }
}
.zjny-home-screen-07 .content-body .elementor-form .elementor-field-group input {
  border: none;
  border-bottom: 1px solid #999;
  font-size: 1.125rem !important;
  color: #333 !important;
  padding: 0 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-07 .content-body .elementor-form .elementor-field-group input {
    font-size: 3.2vw !important;
  }
}
.zjny-home-screen-07 .content-body .elementor-form .elementor-field-group button {
  width: 100%;
  padding: 0.9375rem 0;
  border: 1px solid #999 !important;
  background: transparent !important;
  font-size: 1.125rem;
  border-radius: 0.3125rem;
  color: #333 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-07 .content-body .elementor-form .elementor-field-group button {
    font-size: 3.6vw;
    padding: 2.5vw 0;
    border-radius: 0.8vw;
  }
}
.zjny-home-screen-07 .content-body .elementor-form .elementor-field-group button:hover {
  background: #000 !important;
  color: #fff !important;
}
.zjny-home-screen-07 .content-body .elementor-form .elementor-field-group button svg {
  margin-left: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-07 .content-body .elementor-form .elementor-field-group button svg {
    margin-left: 2vw;
  }
}

.zjny-home-screen-08 {
  padding: 0 0 6.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-08 {
    padding: 0 0 10vw;
  }
}
.zjny-home-screen-08 .content-body .list-ul .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.125rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-08 .content-body .list-ul .list-item {
    margin-bottom: 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6vw;
  }
}
.zjny-home-screen-08 .content-body .list-ul .list-item:last-child {
  margin-bottom: 0;
}
.zjny-home-screen-08 .content-body .list-ul .list-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-08 .content-body .list-ul .list-item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.zjny-home-screen-08 .content-body .list-ul .list-item .img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 37.5rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-08 .content-body .list-ul .list-item .img {
    height: 80vw;
    border-radius: 4vw;
  }
}
.zjny-home-screen-08 .content-body .list-ul .list-item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-home-screen-08 .content-body .list-ul .list-item .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.zjny-home-screen-08 .content-body .list-ul .list-item .content .subtit {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-08 .content-body .list-ul .list-item .content .subtit {
    font-size: 3.6vw;
    margin-bottom: 5vw;
  }
}
.zjny-home-screen-08 .content-body .list-ul .list-item .content .title {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-08 .content-body .list-ul .list-item .content .title {
    font-size: 5.6vw;
    margin-bottom: 4vw;
  }
}
.zjny-home-screen-08 .content-body .list-ul .list-item .content .desc {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-08 .content-body .list-ul .list-item .content .desc {
    font-size: 4vw;
  }
}
.zjny-home-screen-08 .content-body .list-ul .list-item .content .btnbox {
  margin-top: 1.875rem;
}
.zjny-home-screen-08 .content-body .list-ul .list-item .content .btnbox a {
  display: inline-block;
  padding: 0.9375rem 2.1875rem;
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  border: 1px solid #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-08 .content-body .list-ul .list-item .content .btnbox a {
    font-size: 3.8vw;
    padding: 1.5vw 2.5vw;
  }
}
.zjny-home-screen-08 .content-body .list-ul .list-item .content .btnbox a:hover {
  background: #333;
  color: #fff;
}
.zjny-home-screen-08 .content-body .list-ul .list-item .content .btnbox a i {
  margin-left: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-08 .content-body .list-ul .list-item .content .btnbox a i {
    margin-left: 1vw;
  }
}

.zjny-home-screen-09 {
  padding: 2.5rem 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.zjny-home-screen-09 .title01 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-09 .title01 {
    font-size: 5.6vw;
  }
}
.zjny-home-screen-09 .title02 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 2.25rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .zjny-home-screen-09 .title02 {
    font-size: 5.6vw;
  }
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.zjny-page-global-contact {
  background: rgba(0, 130, 95, 0.05);
  padding: 1.875rem;
}
.zjny-page-global-contact .content-header {
  margin-bottom: 1.25rem;
}
.zjny-page-global-contact .content-header .title {
  font-size: 1.875rem;
  font-weight: 600;
}
.zjny-page-global-contact .content-body .desc {
  font-size: 1.125rem;
}
.zjny-page-global-contact .content-body .list-ul {
  margin-top: 1.25rem;
}
.zjny-page-global-contact .content-body .list-ul .list-item {
  font-size: 1.125rem;
  line-height: 1.875rem;
  margin-bottom: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.zjny-page-global-contact .content-body .list-ul .list-item:last-child {
  margin-bottom: 0;
}
.zjny-page-global-contact .content-body .list-ul .list-item i {
  display: inline-block;
  max-width: 1.25rem;
}
.zjny-page-global-contact .content-body .list-ul .list-item i img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.zjny-page-global-breadcrumb {
  background: #f6f6f6;
  padding: 0.625rem 0;
  font-size: 1rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-global-breadcrumb {
    font-size: 3.6vw;
    padding: 2vw 0;
  }
}

.zjny-page-video-module-01 {
  padding: 2.5rem 0 6.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-video-module-01 {
    padding: 6vw 0 10vw;
  }
}
.zjny-page-video-module-01 .content-header .title {
  font-size: 2.25rem;
  font-weight: 600;
  color: #00825f;
}
@media screen and (max-width: 1024px) {
  .zjny-page-video-module-01 .content-header .title {
    font-size: 5.6vw;
  }
}
.zjny-page-video-module-01 .content-body {
  margin-top: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-video-module-01 .content-body {
    margin-top: 7vw;
  }
}
.zjny-page-video-module-01 .content-body .list-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-video-module-01 .content-body .list-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }
}
.zjny-page-video-module-01 .content-body .list-box .list-item .list-item-img {
  display: block;
  height: 17.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-video-module-01 .content-body .list-box .list-item .list-item-img {
    height: 35vw;
  }
}
.zjny-page-video-module-01 .content-body .list-box .list-item .list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-page-video-module-01 .content-body .list-box .list-item .list-item-content {
  margin-top: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-video-module-01 .content-body .list-box .list-item .list-item-content {
    margin-top: 4vw;
  }
}
.zjny-page-video-module-01 .content-body .list-box .list-item .list-item-content .list-item-title {
  display: block;
  font-size: 1.125rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  overflow: hidden;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .zjny-page-video-module-01 .content-body .list-box .list-item .list-item-content .list-item-title {
    font-size: 3.8vw;
    height: 5.5vw;
    line-height: 5.5vw;
  }
}

.zjny-page-faqs-module-01 {
  padding: 0 0 6.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-faqs-module-01 {
    padding: 0 4vw 10vw;
  }
}
.zjny-page-faqs-module-01 .content-header .title {
  font-size: 2.25rem;
  font-weight: 600;
  color: #00825f;
}
@media screen and (max-width: 1024px) {
  .zjny-page-faqs-module-01 .content-header .title {
    font-size: 5.6vw;
  }
}
.zjny-page-faqs-module-01 .content-body {
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-faqs-module-01 .content-body {
    margin-top: 5vw;
  }
}
.zjny-page-faqs-module-01 .content-body .desc {
  font-size: 1rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-faqs-module-01 .content-body .desc {
    font-size: 3.6vw;
    line-height: 6vw;
  }
}
.zjny-page-faqs-module-01 .content-body .desc img {
  max-width: 100%;
}

.zjny-page-contact-us-module-01 {
  padding: 0 0 6.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-contact-us-module-01 {
    padding: 0 4vw 10vw;
  }
}
.zjny-page-contact-us-module-01 .content-header .title {
  font-size: 2.25rem;
  font-weight: 600;
  color: #00825f;
}
@media screen and (max-width: 1024px) {
  .zjny-page-contact-us-module-01 .content-header .title {
    font-size: 5.6vw;
  }
}
.zjny-page-contact-us-module-01 .content-body {
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-contact-us-module-01 .content-body {
    margin-top: 5vw;
  }
}
.zjny-page-contact-us-module-01 .content-body .copyright {
  font-size: 1.5rem;
  color: #333;
  font-weight: 600;
  background: #eee;
  padding: 1.25rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .zjny-page-contact-us-module-01 .content-body .copyright {
    font-size: 4.4vw;
    padding: 4vw;
  }
}
.zjny-page-contact-us-module-01 .content-body .list-ul {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-contact-us-module-01 .content-body .list-ul {
    margin-top: 5.5vw;
  }
}
.zjny-page-contact-us-module-01 .content-body .list-ul .list-item {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-contact-us-module-01 .content-body .list-ul .list-item {
    font-size: 3.8vw;
    margin-bottom: 4vw;
    gap: 2vw;
  }
}
.zjny-page-contact-us-module-01 .content-body .list-ul .list-item .title {
  width: 9.375rem;
  text-align: right;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .zjny-page-contact-us-module-01 .content-body .list-ul .list-item .title {
    width: 33vw;
  }
}
.zjny-page-contact-us-module-01 .content-body .list-ul .list-item .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #666;
}

.zjny-page-product-module-01 {
  padding: 2.5rem 0 6.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-product-module-01 {
    padding: 4vw 0 10vw;
  }
}
.zjny-page-product-module-01 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-product-module-01 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.zjny-page-product-module-01 .left-side {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .zjny-page-product-module-01 .left-side {
    width: 100%;
  }
}
.zjny-page-product-module-01 .left-side .category {
  border: 1px solid #eee;
  border-radius: 0.3125rem;
  padding: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-product-module-01 .left-side .category {
    padding: 4vw;
  }
}
.zjny-page-product-module-01 .left-side .category h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.625rem;
  color: #132f37;
}
@media screen and (max-width: 1024px) {
  .zjny-page-product-module-01 .left-side .category h3 {
    font-size: 4.4vw;
    line-height: 7.2vw;
  }
}
.zjny-page-product-module-01 .left-side .category .category-ul {
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-product-module-01 .left-side .category .category-ul {
    margin-top: 4vw;
  }
}
.zjny-page-product-module-01 .left-side .category .category-ul .category-item {
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-product-module-01 .left-side .category .category-ul .category-item {
    margin-bottom: 2vw;
  }
}
.zjny-page-product-module-01 .left-side .category .category-ul .category-item:last-child {
  margin-bottom: 0;
}
.zjny-page-product-module-01 .left-side .category .category-ul .category-item:hover a, .zjny-page-product-module-01 .left-side .category .category-ul .category-item.active a {
  background: #132f37;
  color: #fff;
  padding-left: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-product-module-01 .left-side .category .category-ul .category-item:hover a, .zjny-page-product-module-01 .left-side .category .category-ul .category-item.active a {
    padding-left: 3vw;
  }
}
.zjny-page-product-module-01 .left-side .category .category-ul .category-item a {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.5rem;
  color: #333;
  border-radius: 0.3125rem;
  padding-left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .zjny-page-product-module-01 .left-side .category .category-ul .category-item a {
    font-size: 3.6vw;
    line-height: 7vw;
  }
}
.zjny-page-product-module-01 .left-side .hot-product {
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-product-module-01 .left-side .hot-product {
    display: none;
  }
}
.zjny-page-product-module-01 .left-side .hot-product h3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.625rem;
  color: #132f37;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.625rem;
  margin-bottom: 1.5625rem;
}
.zjny-page-product-module-01 .left-side .hot-product ul, .zjny-page-product-module-01 .left-side .hot-product li {
  padding: 0;
  margin: 0;
}
.zjny-page-product-module-01 .left-side .hot-product li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.25rem;
  background: #fafafa;
  padding: 0.625rem;
}
.zjny-page-product-module-01 .left-side .hot-product li:hover .pic a img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.zjny-page-product-module-01 .left-side .hot-product .pic {
  width: 40%;
  height: 6.25rem;
}
.zjny-page-product-module-01 .left-side .hot-product .pic a {
  display: block;
  overflow: hidden;
}
.zjny-page-product-module-01 .left-side .hot-product .pic a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zjny-page-product-module-01 .left-side .hot-product .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.zjny-page-product-module-01 .left-side .hot-product .info h4 a {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #333;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zjny-page-product-module-01 .left-side .hot-product .info h4 a:hover {
  color: #132f37;
}
.zjny-page-product-module-01 .right-content {
  width: 80%;
}
@media screen and (max-width: 1024px) {
  .zjny-page-product-module-01 .right-content {
    width: 100%;
  }
}
.zjny-page-product-module-01 .right-content .header-title {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 2.1875rem;
  color: #132f37;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-product-module-01 .right-content .header-title {
    font-size: 5vw;
    line-height: 6.5vw;
    margin-bottom: 2vw;
  }
}
.zjny-page-product-module-01 .right-content .header-sub-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #333;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-product-module-01 .right-content .header-sub-title {
    font-size: 3.6vw;
    line-height: 5.4vw;
    margin-bottom: 7vw;
  }
}
.zjny-page-product-module-01 .right-content .list-ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-product-module-01 .right-content .list-ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 6vw;
  }
}
.zjny-page-product-module-01 .right-content .list-ul .list-li .pic {
  height: 18.75rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-product-module-01 .right-content .list-ul .list-li .pic {
    height: 60vw;
  }
}
.zjny-page-product-module-01 .right-content .list-ul .list-li .pic a {
  display: block;
  overflow: hidden;
  height: 100%;
}
.zjny-page-product-module-01 .right-content .list-ul .list-li .pic a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zjny-page-product-module-01 .right-content .list-ul .list-li .content {
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-product-module-01 .right-content .list-ul .list-li .content {
    margin-top: 3vw;
  }
}
.zjny-page-product-module-01 .right-content .list-ul .list-li .content .title a {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2.1875rem;
  height: 2.1875rem;
  color: #333;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .zjny-page-product-module-01 .right-content .list-ul .list-li .content .title a {
    font-size: 3.6vw;
    line-height: 6.5vw;
    height: 6.5vw;
    overflow: hidden;
  }
}

.zjny-single-product-module-01 {
  padding: 2.5rem 0 3.75rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-01 {
    padding: 6vw 0;
  }
}
.zjny-single-product-module-01 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-01 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8vw;
  }
}
.zjny-single-product-module-01 .product-image {
  position: relative;
  width: 40%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-01 .product-image {
    width: 100%;
  }
}
.zjny-single-product-module-01 .product-image .tabbd-swiper {
  margin-bottom: 0.625rem;
  border: 1px solid #eee;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-01 .product-image .tabbd-swiper {
    margin-bottom: 2vw;
  }
}
.zjny-single-product-module-01 .product-image .tabbd-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 34.375rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-01 .product-image .tabbd-swiper .swiper-slide {
    height: 90vw;
  }
}
.zjny-single-product-module-01 .product-image .tabbd-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.zjny-single-product-module-01 .product-image .tabbd-swiper .swiper-button-prev,
.zjny-single-product-module-01 .product-image .tabbd-swiper .swiper-button-next {
  position: absolute;
  bottom: 0;
  width: 4%;
  height: 4.6875rem;
  background: #fff;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  color: #999;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-01 .product-image .tabbd-swiper .swiper-button-prev,
  .zjny-single-product-module-01 .product-image .tabbd-swiper .swiper-button-next {
    height: 12vw;
  }
}
.zjny-single-product-module-01 .product-image .tabbd-swiper .swiper-button-prev {
  left: 0;
}
.zjny-single-product-module-01 .product-image .tabbd-swiper .swiper-button-next {
  right: 0;
}
.zjny-single-product-module-01 .product-image .tabhd-swiper {
  max-width: 90%;
  margin: 0 auto;
}
.zjny-single-product-module-01 .product-image .tabhd-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.6875rem;
  border: 1px solid #eee;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-01 .product-image .tabhd-swiper .swiper-slide {
    height: 12vw;
  }
}
.zjny-single-product-module-01 .product-image .tabhd-swiper .swiper-slide.swiper-slide-thumb-active {
  border-color: #132f37;
}
.zjny-single-product-module-01 .product-image .tabhd-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.zjny-single-product-module-01 .product-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-01 .product-info {
    width: 100%;
  }
}
.zjny-single-product-module-01 .product-info .title {
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.4;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-01 .product-info .title {
    font-size: 4.6vw;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
.zjny-single-product-module-01 .product-info .list-ul {
  display: grid;
  grid-template-columns: 20% 80%;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-01 .product-info .list-ul {
    grid-template-columns: 1fr;
    margin-bottom: 6vw;
  }
}
.zjny-single-product-module-01 .product-info .list-ul .list-item {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-01 .product-info .list-ul .list-item {
    font-size: 3.6vw;
  }
}
.zjny-single-product-module-01 .product-info .list-ul .list-item span {
  font-weight: 600;
}
.zjny-single-product-module-01 .product-info .content {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-01 .product-info .content {
    font-size: 3.6vw;
    line-height: 6vw;
  }
}
.zjny-single-product-module-01 .product-info .btn-box {
  margin-top: 1.875rem;
}
.zjny-single-product-module-01 .product-info .btn-box a {
  display: inline-block;
  padding: 0.875rem 1.875rem;
  border: 1px solid #132f37;
  color: #fff;
  background: #132f37;
  font-size: 1rem;
  border-radius: 0.3125rem;
  font-weight: 600;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-01 .product-info .btn-box a {
    font-size: 3.6vw;
  }
}
.zjny-single-product-module-01 .product-info .btn-box a:hover {
  background: transparent;
  color: #132f37;
}

.zjny-single-product-module-02 {
  padding: 0 0 3.75rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-02 {
    padding: 0 0 6vw;
  }
}
.zjny-single-product-module-02 .title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-02 .title {
    font-size: 4.4vw;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
}
.zjny-single-product-module-02 .content {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 400;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-02 .content {
    font-size: 3.6vw;
    line-height: 6vw;
  }
}

.zjny-single-product-module-03 {
  padding: 3.75rem 0;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-03 {
    padding: 6vw 0;
  }
}
.zjny-single-product-module-03 .header-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  border-bottom: 1px solid #eee;
  padding-bottom: 1.25rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-03 .header-title {
    font-size: 4.4vw;
    padding-bottom: 4vw;
    margin-bottom: 5vw;
  }
}
.zjny-single-product-module-03 .content-body .list-ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-03 .content-body .list-ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }
}
.zjny-single-product-module-03 .content-body .list-ul .list-item .pic {
  height: 18.75rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-03 .content-body .list-ul .list-item .pic {
    height: 40vw;
  }
}
.zjny-single-product-module-03 .content-body .list-ul .list-item .pic a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.zjny-single-product-module-03 .content-body .list-ul .list-item .pic a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.zjny-single-product-module-03 .content-body .list-ul .list-item .title {
  margin-top: 0.625rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-03 .content-body .list-ul .list-item .title {
    margin-top: 3vw;
  }
}
.zjny-single-product-module-03 .content-body .list-ul .list-item .title a {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.875rem;
  color: #333;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .zjny-single-product-module-03 .content-body .list-ul .list-item .title a {
    font-size: 3.6vw;
    line-height: 6vw;
  }
}

.zjny-page-search-module-01 {
  padding: 2.5rem 0 6.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 {
    padding: 6vw 0 10vw;
  }
}
.zjny-page-search-module-01 .content-header .header-title {
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 .content-header .header-title {
    font-size: 4.4vw;
  }
}
.zjny-page-search-module-01 .content-body {
  margin-top: 2.5rem;
}
.zjny-page-search-module-01 .content-body .list-ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 .content-body .list-ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .img {
  height: 18.75rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 .content-body .list-ul .list-item .img {
    height: 45vw;
  }
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .img a {
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .img a img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .content {
  margin-top: 0.9375rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 .content-body .list-ul .list-item .content {
    margin-top: 3.5vw;
  }
}
.zjny-page-search-module-01 .content-body .list-ul .list-item .content .title a {
  display: block;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  height: 1.5rem;
  overflow: hidden;
  font-weight: 600;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .zjny-page-search-module-01 .content-body .list-ul .list-item .content .title a {
    font-size: 3.6vw;
    line-height: 4.4vw;
    height: 4.4vw;
  }
}
.zjny-page-search-module-01 .no-results {
  font-size: 1.125rem;
  background: #c70b0b;
  color: #fff;
  padding: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zjny-page-search-module-01 .no-results::before {
  content: "⚠️";
  margin-right: 0.625rem;
}

.zjny-page-news-module-01 {
  padding: 0 0 6.25rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 {
    padding: 0 4vw 10vw;
  }
}
.zjny-page-news-module-01 .content-header .title {
  font-size: 2.25rem;
  font-weight: 600;
  color: #00825f;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 .content-header .title {
    font-size: 5.6vw;
  }
}
.zjny-page-news-module-01 .content-body {
  margin-top: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 .content-body {
    margin-top: 5vw;
  }
}
.zjny-page-news-module-01 .content-body .list-ul .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  -webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
  border-radius: 0.3125rem;
  overflow: hidden;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 .content-body .list-ul .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.zjny-page-news-module-01 .content-body .list-ul .list-item:last-child {
  margin-bottom: 0;
}
.zjny-page-news-module-01 .content-body .list-ul .list-item:hover .list-item-img a img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-img {
  max-width: 21.875rem;
  height: 13.75rem;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-img {
    height: 50vw;
    max-width: 100%;
    width: 100%;
  }
}
.zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-img a {
  display: block;
  overflow: hidden;
  height: 100%;
}
.zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content {
    padding: 5vw;
  }
}
.zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content .list-item-title {
  display: block;
  font-size: 1.25rem;
  height: 2.1875rem;
  line-height: 2.1875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content .list-item-title {
    font-size: 3.8vw;
    height: 5.5vw;
    line-height: 5.5vw;
  }
}
.zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content .date {
  margin-top: 0.3125rem;
  font-size: 1rem;
  color: #999;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content .date {
    font-size: 3.6vw;
    margin-top: 1vw;
  }
}
.zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content .desc {
  margin-top: 0.3125rem;
  font-size: 1rem;
  height: 3.125rem;
  line-height: 1.5625rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content .desc {
    font-size: 3.6vw;
    height: 10vw;
    line-height: 5vw;
    margin-top: 1vw;
  }
}
.zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content .morebtn a {
  display: inline-block;
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 600;
  color: #00825f;
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .zjny-page-news-module-01 .content-body .list-ul .list-item .list-item-content .morebtn a {
    font-size: 3.6vw;
    margin-top: 1.5vw;
  }
}

.zjny-single-news-module-01 {
  margin: 0 auto;
  padding: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 {
    padding: 4vw;
  }
}
.zjny-single-news-module-01 .news-title-section {
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-title-section {
    margin-bottom: 5vw;
  }
}
.zjny-single-news-module-01 .news-title-section .news-title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-title-section .news-title {
    font-size: 6vw;
  }
}
.zjny-single-news-module-01 .news-date-section {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-date-section {
    margin-bottom: 6vw;
  }
}
.zjny-single-news-module-01 .news-date-section .news-date {
  font-size: 1rem;
  color: #666;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-date-section .news-date {
    font-size: 3.2vw;
  }
}
.zjny-single-news-module-01 .news-content-section {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-content-section {
    margin-bottom: 8vw;
  }
}
.zjny-single-news-module-01 .news-content-section .news-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-content-section .news-content {
    font-size: 3.2vw;
  }
}
.zjny-single-news-module-01 .news-content-section .news-content p {
  margin-bottom: 1.5em;
  color: #333;
}
.zjny-single-news-module-01 .news-content-section .news-content h1, .zjny-single-news-module-01 .news-content-section .news-content h2, .zjny-single-news-module-01 .news-content-section .news-content h3, .zjny-single-news-module-01 .news-content-section .news-content h4, .zjny-single-news-module-01 .news-content-section .news-content h5, .zjny-single-news-module-01 .news-content-section .news-content h6 {
  margin: 1.5em 0 1em;
  line-height: 1.4;
  font-weight: 600;
  color: #222;
}
.zjny-single-news-module-01 .news-content-section .news-content img {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}
.zjny-single-news-module-01 .news-content-section .news-content ul, .zjny-single-news-module-01 .news-content-section .news-content ol {
  margin: 1.5em 0;
  padding-left: 2em;
}
.zjny-single-news-module-01 .news-content-section .news-content ul li, .zjny-single-news-module-01 .news-content-section .news-content ol li {
  margin-bottom: 0.5em;
  list-style: disc;
  color: #333;
}
.zjny-single-news-module-01 .news-content-section .news-content blockquote {
  margin: 2em 0;
  padding: 1em 2em;
  border-left: 4px solid #128690;
  background: #f8f9fa;
  font-style: italic;
}
.zjny-single-news-module-01 .news-navigation-section .nav-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-navigation-section .nav-links {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.zjny-single-news-module-01 .news-navigation-section .nav-previous a,
.zjny-single-news-module-01 .news-navigation-section .nav-next a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 1.25rem;
  border: 1px solid #eee;
  border-radius: 0.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-navigation-section .nav-previous a,
  .zjny-single-news-module-01 .news-navigation-section .nav-next a {
    padding: 3vw;
    border-radius: 1.2vw;
  }
}
.zjny-single-news-module-01 .news-navigation-section .nav-previous a:hover,
.zjny-single-news-module-01 .news-navigation-section .nav-next a:hover {
  border-color: #128690;
  background: #f8f9fa;
}
.zjny-single-news-module-01 .news-navigation-section .nav-previous a:hover .nav-title,
.zjny-single-news-module-01 .news-navigation-section .nav-next a:hover .nav-title {
  color: #128690;
}
.zjny-single-news-module-01 .news-navigation-section .nav-previous a {
  text-align: left;
}
.zjny-single-news-module-01 .news-navigation-section .nav-next a {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-navigation-section .nav-next a {
    text-align: left;
  }
}
.zjny-single-news-module-01 .news-navigation-section .nav-subtitle {
  display: block;
  font-size: 0.875rem;
  color: #666;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-navigation-section .nav-subtitle {
    font-size: 2.8vw;
    margin-bottom: 1.6vw;
  }
}
.zjny-single-news-module-01 .news-navigation-section .nav-title {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .zjny-single-news-module-01 .news-navigation-section .nav-title {
    font-size: 3.2vw;
  }
}

/*---------------------------------------------------- */
body {
  margin: 0;
  padding: 0;
  font-family: var(--e-global-typography-primary-font-family);
}

.container {
  max-width: 87.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    padding: 0 4vw;
  }
}

.zjny-page-global-banner {
  padding: 2.5rem 1.25rem 7.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .zjny-page-global-banner {
    padding: 8vw 4vw 16vw;
  }
}
.zjny-page-global-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.zjny-page-global-banner .breadcrumbs {
  font-size: 0.75rem;
  color: #fff;
}
.zjny-page-global-banner .breadcrumbs a {
  color: #fff;
  text-decoration: underline;
}
.zjny-page-global-banner .header-title {
  margin-top: 0.9375rem;
  font-size: 2.25rem;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .zjny-page-global-banner .header-title {
    font-size: 5.6vw;
    margin-top: 3.5vw;
  }
}
.zjny-page-global-banner .header-desc {
  margin-top: 0.625rem;
  font-size: 1rem;
  color: #fff;
  max-width: 50rem;
}
@media screen and (max-width: 1024px) {
  .zjny-page-global-banner .header-desc {
    font-size: 3.6vw;
    margin-top: 2vw;
  }
}

.pagination {
  margin-top: 3.125rem;
  text-align: center;
}
.pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  margin: 0 0.3125rem;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .pagination .page-numbers {
    width: 8vw;
    height: 8vw;
    margin: 0 1vw;
    font-size: 28px;
    font-size: 2.8vw;
    border-radius: 0.8vw;
  }
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background: #128690;
  border-color: #128690;
  color: #fff;
}

.post-type-archive-product .zjny-global-page-banner {
  background-color: #F0F3F6;
}
.post-type-archive-product .zjny-global-page-banner .banner-content .c1 {
  color: #128690;
}
.post-type-archive-product .zjny-global-page-banner .banner-content .c2 {
  color: #5B6770;
}

#chaty-widget-0 .chaty-widget {
  right: 0 !important;
}

.chaty-i-trigger .chaty-channel {
  bottom: 4.375rem !important;
  right: 0.625rem !important;
}