<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
  --red: #E71E0F;
  --arrow-dark: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDE0OTQ4KSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjIyLjAxNnB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMi4wMTYgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIyLjAxNiA0MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjAsMzcuOTg0IDE3Ljk4NCwxOS45OTkgMCwyLjAxNSAyLjAxNywwIDIyLjAxNSwxOS45OTkgMi4wMTcsNDAgIi8+DQo8L3N2Zz4NCg==');
  --arrow-white: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDE0OTQ4KSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjIyLjAxNnB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMi4wMTYgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIyLjAxNiA0MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjAsMzcuOTg0IDE3Ljk4NCwxOS45OTkgMCwyLjAxNSAyLjAxNywwIDIyLjAxNSwxOS45OTkgMi4wMTcsNDAgIiBmaWxsPSIjRkZGRkZGIi8+DQo8L3N2Zz4NCg==');
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  background-color: #F5F5F5;
  /* overflow-x:hidden; */
}

p {
  margin: 0;
}




ul,
ol,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}



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

a {
  outline: none;
  text-decoration: none;
}

figure {
  margin: 0;
}

a.os {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 70px;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

a.os::before,
a.os::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  left: 0;
}

a.os::before {
  background-color: var(--red);
  border-radius: 50%;
}

a.os::after {
  background-image: var(--arrow-white);
  background-size: 10px;
  background-position: 53% 50%;
  background-repeat: no-repeat;
}

*[data-url] {
  cursor: pointer;
}

.table-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.table-column[data-fw="2"] {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.table-column[data-fw="3"] {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.table-column[data-fw="4"] {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}

.table-column[data-fw="5"] {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

@media (max-width: 768px) {
  h2 {
    font-size: 40px;
  }
}

#contact-form {
  position: fixed;
  width: 80%;
  max-width: 516px;
  height: calc(100% - 89px);
  right: 0;
  bottom: 0;
  z-index: 11;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

#contact-form.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-box-shadow: 0px 20px 50px rgba(121, 137, 151, 0.2);
          box-shadow: 0px 20px 50px rgba(121, 137, 151, 0.2);
}

#contact-form &gt; a {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 6px 0 0 6px;
  background: url("../images/message.svg") #004A9A no-repeat 50%;
  -webkit-box-shadow: 0px 4px 10px rgba(121, 133, 151, 0.25);
          box-shadow: 0px 4px 10px rgba(121, 133, 151, 0.25);
  z-index: 12;
  left: -60px;
  bottom: 40px;
}

@media (min-width: 768px) {
  #contact-form &gt; a {
    bottom: 232px;
  }
}

#contact-form.active &gt; a {
  right: 100%;
}

#contact-form-float {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  -webkit-box-shadow: 0px 20px 50px rgba(121, 137, 151, 0.2);
          box-shadow: 0px 20px 50px rgba(121, 137, 151, 0.2);
  border-radius: 6px;
  overflow: hidden;
}

@media (max-width: 768px) {
  #contact-form-float {
    display: none;
  }
}

.contact-form-field {
  background-color: #FFF;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 	height:100%; */
  height: 92vh;
  position: relative;
  z-index: 13;
  overflow-y: auto;
}

.contact-form-field &gt; h3 {
  font-size: 24px;
  font-weight: 500;
  color: #1A1A1A;
  padding-bottom: 16px;
  border-bottom: solid 1px #DBDBDB;
  margin-bottom: 40px;
}

.contact-form-field &gt; div {
  margin-top: 18px;
}

#contact-form-float &gt; .contact-form-field &gt; div:first-child {
  margin-top: 0;
}

.contact-form-field button {
  background-color: #004A9A;
  color: #FFF;
  text-align: center;
  padding: 16px 0;
  border: none;
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

label.required &gt; span {
  position: relative;
}

label.required &gt; span::after {
  content: '*';
  position: absolute;
  right: -12px;
  font-weight: 900;
  color: #004A9A;
}

.contact-form-field input[type="text"],
.contact-form-field input[type="email"],
.contact-form-field input[type="tel"],
.contact-form-field textarea {
  border: solid 1px #DBDBDB;
  width: 100%;
  padding: 16px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 8px;
  outline: none;
}

.contact-form-field textarea {
  resize: none;
  height: 120px;
}

#menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

@media (max-width: 1100px) {
  #menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1180px) {
  .menu-primary-container, .menu-primary-german-container, .menu-menu-1-container,
  .menu-primary-japanese-1-container, .menu-primary-spanish-1-container, .menu-primary-french-1-container {
    padding-left: 60px;
  }
}

#menu-toggle::before,
#menu-toggle::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #FFF;
  left: 0;
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

@media (max-width: 1100px) {
  #menu-toggle::before,
  #menu-toggle::after {
    height: 0;
  }
}

#menu-toggle::before {
  top: 12px;
}

#menu-toggle::after {
  bottom: 12px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button {
  display: block;
  width: 160px;
  background-color: var(--red);
  text-align: center;
  color: #FFF;
  padding: 12px 0;
  text-transform: uppercase;
}

#page {
  position: relative;
  overflow: hidden;
}

#masthead {
  height: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  width: 100%;
  top: -89px;
  -webkit-transition: top 1s cubic-bezier(0, 0, 0.18, 1) 0s;
  transition: top 1s cubic-bezier(0, 0, 0.18, 1) 0s;
  z-index: 9999;
}

.loading::before,
.loading::after {
  content: '';
  position: absolute;
}

.loading::before {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.loading::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOmF1dG87ZGlzcGxheTpibG9jazsiIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4NCjxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjE4IiBzdHJva2U9IiNFNzFFMEYiIHN0cm9rZS13aWR0aD0iMTIiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPg0KPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iMTgiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSI2IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBmaWxsPSJub25lIj4NCiAgPGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBkdXI9IjFzIiB2YWx1ZXM9IjAgNTAgNTA7MTgwIDUwIDUwOzcyMCA1MCA1MCIga2V5VGltZXM9IjA7MC41OzEiPjwvYW5pbWF0ZVRyYW5zZm9ybT4NCiAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hhcnJheSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMXMiIHZhbHVlcz0iMTEuMzA5NzMzNTUyOTIzMjU1IDEwMS43ODc2MDE5NzYzMDkzOzU2LjU0ODY2Nzc2NDYxNjI3NiA1Ni41NDg2Njc3NjQ2MTYyNzY7MTEuMzA5NzMzNTUyOTIzMjU1IDEwMS43ODc2MDE5NzYzMDkzIiBrZXlUaW1lcz0iMDswLjU7MSI+PC9hbmltYXRlPg0KPC9jaXJjbGU+DQo8L3N2Zz4=");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  z-index: 9;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
}

.icon {
  width: 40px;
  height: 40px;
  display: block;
}

.icon.facebook {
  background-image: url("../images/facebook.svg");
}

.icon.instagram {
  background-image: url("../images/instagram.svg");
}

.icon.youtube {
  background-image: url("../images/youtube.svg");
}

.icon.twitter {
  background-image: url("../images/twitter.svg");
}

.icon.LinkedIn {
  background-image: url("/wp-content/uploads/2024/07/linkedin2.svg");
}

.icon.link {
  background-image: url("../images/link.svg");
}

body.init #masthead {
  top: 0;
}

body.admin-bar .fancybox__toolbar {
  top: 32px;
}

#masthead.fixed {
  position: fixed;
  z-index: 99;
}

@media (max-width: 1100px) {
  #masthead.fixed {
    position: fixed;
    z-index: 2000;
  }
}

body.admin-bar #masthead.fixed {
  top: 32px;
}

#masthead &gt; div {
  width: 100%;
  padding-left: 9.2%;
}

@media (max-width: 1360px) {
  #masthead &gt; div {
    padding-left: 2%;
  }
}

@media (max-width: 768px) {
  #masthead &gt; div {
    width: 100%;
  }
}

#top-banner .swiper-inside,
#home-product,
footer#colophon .site-info,
#footer-section &gt; div {
  width: 81.6%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #top-banner .swiper-inside,
  #home-product,
  footer#colophon .site-info,
  #footer-section &gt; div {
    width: 100%;
  }
}

@media (max-width: 1100px) {
  #masthead &gt; div {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #top-banner .swiper-inside {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #home-product {
    width: 100%;
    padding: 40px 24px;
  }
}

#primary &gt; article {
  padding-top: 89px;
}

#primary &gt; #top-banner + article {
  padding-top: 0;
}

.entry-content {
  width: 100%;
  margin: auto;
}

#masthead::before {
  content: '';
  position: absolute;
  width: 100%;
  height: inherit;
  left: 0;
  background-color: #FFF;
  -webkit-box-shadow: 0px 4px 10px rgba(121, 133, 151, 0.25);
          box-shadow: 0px 4px 10px rgba(121, 133, 151, 0.25);
}

body.top-banner #masthead::before {
  background-color: rgba(26, 26, 26, 0.4);
  -webkit-box-shadow: none;
          box-shadow: none;
}

body.top-banner #masthead.fixed::before {
  background-color: rgba(26, 26, 26, 0.8);
}

#masthead svg path {
  fill: black;
}

body.top-banner #masthead #menu-toggle svg path {
  fill: white;
}

body.top-banner #masthead.fixed #menu-toggle svg path {
  fill: white;
}

.site-branding {
  position: relative;
  z-index: 10;
}

.site-title {
  position: absolute;
  top: 14px;
}

#top-banner {
  height: 400px;
  position: relative;
}

main[data-slug="home"] #top-banner {
  height: 540px;
}

@media (min-width: 768px) {
  main[data-slug="home"] #top-banner {
    height: 800px;
  }
}

#top-banner .img {
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

#top-banner .img .swiper-inside p {
  background-color: rgba(26, 26, 26, 0.4);
  padding: 16px;
}

@media (min-width: 768px) {
  #top-banner .img {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#top-banner .swiper-pagination {
  right: 24px;
}

@media (min-width: 768px) {
  #top-banner .swiper-pagination {
    right: 80px;
  }
}

#top-banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: transparent;
  border: solid 2px #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 20px 0;
  opacity: 1;
}

#top-banner .swiper-pagination-bullet-active {
  border-color: #F00;
}

#top-banner .swiper-inside {
  color: #FFF;
  padding-bottom: 32px;
}

@media (min-width: 768px) {
  #top-banner .swiper-inside {
    padding-bottom: 0px;
  }
}

#top-banner .swiper-inside h2 {
  font-size: 54px;
  font-weight: 900;
  letter-spacing: 2px;
}

#top-banner .swiper-inside p {
  width: 50%;
  margin-top: 10px;
  line-height: 150%;
  font-size: 24px;
  font-weight: 500;
}

@media (max-width: 768px) {
  #top-banner .swiper-inside p {
    width: 100%;
    font-size: 16px;
  }
}

#top-banner .swiper-inside a {
  margin-top: 20px;
  text-transform: uppercase;
}

.site-title &gt; a {
  width: 190px;
  height: 60px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .site-title &gt; a {
    width: 130px;
  }
}

#footer-logo {
  width: 170px;
  height: 60px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.site-title &gt; a {
  background-image: url("../images/logo-2.svg");
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
}

body.top-banner .site-title &gt; a {
  background-image: url("../images/logo-1.svg");
}

#footer-logo {
  background-image: url("../images/logo-2.svg");
}

#site-navigation {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1100px) {
  #site-navigation {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }
}

#site-navigation .wpml-ls-statics-shortcode_actions {
  height: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
  margin-left: 32px;
}

@media (max-width: 1180px) {
  #site-navigation .wpml-ls-statics-shortcode_actions {
    margin-left: 20px;
  }
}

@media (max-width: 1100px) {
  #site-navigation .wpml-ls-statics-shortcode_actions {
    margin-left: 0;
    padding-right: 240px;
  }
}

@media (max-width: 500px) {
  #site-navigation .wpml-ls-statics-shortcode_actions {
    margin-left: 0;
    padding-right: 100px;
  }
}

#site-navigation .wpml-ls-statics-shortcode_actions &gt; ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
}

#site-navigation .wpml-ls-statics-shortcode_actions &gt; ul &gt; li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 54px;
}

#primary-menu {
  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: 89px;
  gap: 40px;
}

@media (max-width: 1250px) {
  #primary-menu {
    gap: 20px;
  }
}

@media (max-width: 1100px) {
  #primary-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: calc(100vh - 89px);
    background-color: #004A9A;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0px;
  }
}

@media (max-width: 1100px) {
  #primary-menu &gt; .menu-item-has-children {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#primary-menu &gt; li {
  display: block;
  height: 100%;
  white-space: nowrap;
}

#primary-menu &gt; li a {
  display: block;
}

@media (max-width: 1100px) {
  #primary-menu &gt; li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding: 16px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #primary-menu &gt; li.active {
    max-height: 600px;
  }
  #primary-menu &gt; li.active .sub-menu {
    display: block;
  }
}

@media (max-width: 768px) {
  #primary-menu &gt; li {
    width: 80%;
  }
}

@media (max-width: 500px) {
  #primary-menu &gt; li {
    width: 100%;
  }
}

#primary-menu &gt; li:nth-child(6), #primary-menu &gt; li:nth-child(7) {
  display: none;
}

#primary-menu &gt; li &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (max-width: 1100px) {
  #primary-menu &gt; li &gt; a {
    height: auto;
  }
}

#primary-menu &gt; li.current-menu-item &gt; a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--red);
  bottom: 0;
  left: 0;
}

body.top-banner #primary-menu &gt; li.current-menu-item &gt; a::after {
  background-color: #FFF;
}

@media (min-width: 1100px) {
  #primary-menu li:hover &gt; .sub-menu {
    display: block;
  }
}

#nav-search {
  position: absolute;
  width: 13%;
  /* max-width:246px; */
  height: 89px;
  top: 0;
  right: 0;
  background-color: var(--red);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 52px;
  -webkit-transition: width 0.2s ease-in-out 0s;
  transition: width 0.2s ease-in-out 0s;
  z-index: 99;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 1000px) {
  #nav-search {
    width: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 24px;
  }
}

@media (max-width: 500px) {
  #nav-search {
    padding-right: 0;
  }
}

#nav-search::before {
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuOTQyODYgMEM3LjUxOSAwIDkuMDMwNTkgMC42MjYxMiAxMC4xNDUxIDEuNzQwNjJDMTEuMjU5NiAyLjg1NTEyIDExLjg4NTcgNC4zNjY3MSAxMS44ODU3IDUuOTQyODZDMTEuODg1NyA3LjQxNDg2IDExLjM0NjMgOC43NjggMTAuNDU5NCA5LjgxMDI5TDEwLjcwNjMgMTAuMDU3MUgxMS40Mjg2TDE2IDE0LjYyODZMMTQuNjI4NiAxNkwxMC4wNTcxIDExLjQyODZWMTAuNzA2M0w5LjgxMDI5IDEwLjQ1OTRDOC43NjggMTEuMzQ2MyA3LjQxNDg2IDExLjg4NTcgNS45NDI4NiAxMS44ODU3QzQuMzY2NzEgMTEuODg1NyAyLjg1NTEyIDExLjI1OTYgMS43NDA2MiAxMC4xNDUxQzAuNjI2MTIgOS4wMzA1OSAwIDcuNTE5IDAgNS45NDI4NkMwIDQuMzY2NzEgMC42MjYxMiAyLjg1NTEyIDEuNzQwNjIgMS43NDA2MkMyLjg1NTEyIDAuNjI2MTIgNC4zNjY3MSAwIDUuOTQyODYgMFYwWk01Ljk0Mjg2IDEuODI4NTdDMy42NTcxNCAxLjgyODU3IDEuODI4NTcgMy42NTcxNCAxLjgyODU3IDUuOTQyODZDMS44Mjg1NyA4LjIyODU3IDMuNjU3MTQgMTAuMDU3MSA1Ljk0Mjg2IDEwLjA1NzFDOC4yMjg1NyAxMC4wNTcxIDEwLjA1NzEgOC4yMjg1NyAxMC4wNTcxIDUuOTQyODZDMTAuMDU3MSAzLjY1NzE0IDguMjI4NTcgMS44Mjg1NyA1Ljk0Mjg2IDEuODI4NTdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  width: 20px;
  height: 20px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  position: absolute;
  left: 18px;
  top: 50%;
  margin-top: -10px;
}

#nav-search input[type="text"] {
  display: none;
  width: 70%;
  max-width: 200px;
  background-color: #FFF;
  border: none;
  outline: none;
  margin-left: 25px;
  height: 32px;
  border-radius: 16px;
  padding: 0 15px;
}

#nav-search a[data-action="go"] {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDE0OTQ4KSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjUwcHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDUwIDUwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MCA1MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjQuNS0wLjYxYzEzLjgwNywwLDI1LDExLjE5MywyNSwyNXMtMTEuMTkzLDI1LTI1LDI1cy0yNS0xMS4xOTMtMjUtMjVTMTAuNjkzLTAuNjEsMjQuNS0wLjYxIE0yNC41LDQuMzkNCgkJYy0xMS4wMjgsMC0yMCw4Ljk3Mi0yMCwyMGMwLDExLjAyOCw4Ljk3MiwyMCwyMCwyMHMyMC04Ljk3MiwyMC0yMEM0NC41LDEzLjM2MiwzNS41MjgsNC4zOSwyNC41LDQuMzlMMjQuNSw0LjM5eiIvPg0KPC9nPg0KPGc+DQoJPHBvbHlsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSI1IiBwb2ludHM9IjI0LjI1LDE0LjM5IDM0LjI1LDI0LjM5IDI0LjI1LDM0LjM5IAkiLz4NCgk8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iNSIgeDE9IjM0LjI1IiB5MT0iMjQuMzkiIHgyPSIxNC43NSIgeTI9IjI0LjM5MSIvPg0KPC9nPg0KPC9zdmc+DQo=");
  width: 32px;
  height: 32px;
  display: none;
  background-size: 28px;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-left: 12px;
}

#nav-search .close {
  visibility: hidden;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 32px;
  top: 50%;
  margin-top: -12px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDE0OTQ4KSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4cHgiIGhlaWdodD0iMjhweCIgdmlld0JveD0iMCAwIDI4IDI4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyOCAyOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iNSIgeDE9IjAiIHkxPSIxNCIgeDI9IjI4IiB5Mj0iMTQiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSI1IiB4MT0iMTQiIHkxPSIyOCIgeDI9IjE0IiB5Mj0iMCIvPg0KPC9zdmc+DQo=");
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-size: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
  opacity: 0;
}

#nav-search.active {
  width: 100%;
}

#nav-search.active a[data-action="go"] {
  display: inline;
}

#nav-search.active input[type="text"] {
  display: inline;
}

#nav-search.active .close {
  visibility: visible;
  opacity: 1;
}

#primary-menu a {
  text-transform: uppercase;
}

#primary-menu .sub-menu li a {
  text-transform: none;
}

#primary-menu &gt; li &gt; a {
  color: #4D4D4D;
}

@media (max-width: 1100px) {
  #primary-menu &gt; li &gt; a {
    color: white;
  }
}

body.top-banner #primary-menu &gt; li &gt; a {
  color: #FFF;
}

#nav-search &gt; a:first-child {
  color: #FFF;
  text-transform: uppercase;
}

#nav-search.active &gt; a:first-child {
  cursor: default;
}

#nav-search &gt; a:first-child::before {
  content: attr(data-text);
}

#nav-search &gt; a:first-child::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#nav-search.active &gt; a:first-child::after {
  display: none;
}

.sub-menu {
  width: 300px;
  display: none;
  background-color: #FFF;
  position: absolute;
  overflow: hidden;
  -webkit-box-shadow: 0px 20px 50px rgba(121, 137, 151, 0.2);
          box-shadow: 0px 20px 50px rgba(121, 137, 151, 0.2);
}

@media (max-width: 1100px) {
  .sub-menu {
    max-height: 600px;
    overflow: hidden;
    padding: 0;
    top: 48px;
    z-index: 2000;
    -webkit-transition: max-height 0.3s ease-in-out;
    transition: max-height 0.3s ease-in-out;
  }
}

#primary-menu li:first-child .sub-menu {
  left: 0;
  width: 1176px;
}

@media (max-width: 1100px) {
  #primary-menu li:first-child .sub-menu {
    width: auto;
  }
}

@media (max-width: 768px) {
  #primary-menu li:first-child .sub-menu {
    width: 80%;
  }
}

#primary-menu li:first-child .sub-menu li {
  /* width:100%; */
  width: 500px;
}

@media (max-width: 768px) {
  #primary-menu li:first-child .sub-menu li {
    width: 100%;
  }
}

#primary-menu li:first-child .sub-menu li .thumbnail-list-i {
  display: none;
  position: absolute;
  top: 0;
  right: -20px;
  background-color: #FFF;
  height: 100%;
  /* width:70%; */
  width: 696px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border: solid 1px #DBDBDB;
  -webkit-box-shadow: 0px 10px 30px rgba(121, 133, 151, 0.2);
          box-shadow: 0px 10px 30px rgba(121, 133, 151, 0.2);
}

#primary-menu li:first-child .sub-menu li .thumbnail-list-i .thumbnail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: initial;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#primary-menu li:first-child .sub-menu li:hover .thumbnail-list-i {
  display: block;
}

@media (max-width: 1100px) {
  #primary-menu li:first-child .sub-menu li:hover .thumbnail-list-i {
    display: none;
  }
}

#primary-menu li:first-child .sub-menu li:active .thumbnail-list-i {
  display: block;
}

@media (max-width: 1100px) {
  #primary-menu li:first-child .sub-menu li:active .thumbnail-list-i {
    display: none;
  }
}

@media (max-width: 1100px) {
  #primary-menu li:first-child .sub-menu {
    left: auto;
    width: 300px;
  }
}

.sub-menu li &gt; a {
  color: #4D4D4D;
  display: block;
  width: inherit;
  padding: 20px 15px;
  text-transform: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 768px) {
  .sub-menu li &gt; a {
    font-size: 14px;
    white-space: initial;
    padding: 12px 20px;
  }
}

.sub-menu .menu-item:hover &gt; a,
.sub-menu .menu-item.active &gt; a {
  background-color: var(--red);
  color: #FFF;
  /* width:30%; */
}

#primary-menu &gt; li .sub-menu li &gt; a::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-image: var(--arrow-dark);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  right: 15px;
  top: 22px;
}

.dh-joker-mega .sub-menu .menu-item:hover &gt; a::after,
.dh-joker-mega .sub-menu .menu-item.active &gt; a::after {
  background-image: var(--arrow-white);
}

.thumbnail-list-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
}

.thumbnail-list &gt; a {
  display: inline-block;
  /* 	height:50px; */
  min-height: 100px;
  position: relative;
  width: 32%;
  /* 	margin-right:2%; */
  /* 	margin-bottom:15px; */
}

.thumbnail-list &gt; a:nth-of-type(3n) {
  margin-right: 0;
}

.thumbnail-list img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F2F2F2;
}

.thumbnail-list h3 {
  color: #4D4D4D;
  /* 	line-height:50px; */
  padding-left: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  /* 	white-space:nowrap; */
  /* 	overflow:hidden; */
  text-overflow: ellipsis;
  /* 	width:200px; */
  display: block;
}

.thumbnail-list i {
  font-style: normal;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #4D4D4D;
}

.thumbnail-list i::after {
  content: '';
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
  height: 2px;
  background-color: #000;
  bottom: -3px;
  left: 0;
  -webkit-transition: -webkit-transform 0.2s ease-in-out 0s;
  transition: -webkit-transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s;
  transition: transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
  display: none;
}

.thumbnail-list h3:hover i::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.flex-left {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
}

.flex-right {
  -webkit-box-flex: 1.8;
      -ms-flex: 1.8;
          flex: 1.8;
}

#home-product {
  gap: 34px;
  position: relative;
  padding-top: 107px;
}

@media (max-width: 768px) {
  #home-product {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#home-product .section-top {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #home-product .section-top {
    padding: 0 24px;
  }
}

@media (max-width: 768px) {
  #home-product .section-top {
    padding: 0;
  }
}

#home-product .view-all {
  bottom: 50px;
  right: 50px;
  position: absolute;
  text-transform: uppercase;
  z-index: 10;
}

@media (max-width: 768px) {
  #home-product .view-all {
    bottom: 12px;
  }
}

#home-product .os {
  color: #000;
}

.section-top &gt; h2,
.section-top &gt; div {
  margin-top: 16px;
}

.section-top sub {
  color: var(--red);
  font-weight: 500;
}

.section-top &gt; h2 {
  font-size: 46px;
  font-weight: 900;
  color: #002956;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .section-top &gt; h2 {
    font-size: 40px;
  }
}

.section-top &gt; div {
  color: #4D4D4D;
  line-height: 150%;
  /* width:85%; */
  font-weight: 500;
}

#home-product .flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}

@media (max-width: 768px) {
  #home-product .flex-right {
    display: block;
  }
}

#home-product .flex-right .product:nth-of-type(1),
#home-product .flex-right .product:nth-of-type(2) {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}

@media (max-width: 1100px) {
  #home-product .flex-right .product:nth-of-type(1),
  #home-product .flex-right .product:nth-of-type(2) {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}

@media (max-width: 1000px) {
  #home-product .flex-right .product:nth-of-type(1),
  #home-product .flex-right .product:nth-of-type(2) {
    -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
  }
}

#home-product .flex-right .product:nth-of-type(1) &gt; a,
#home-product .flex-right .product:nth-of-type(2) &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  word-break: break-word;
}

#home-product .flex-right .product:nth-of-type(1) img,
#home-product .flex-right .product:nth-of-type(2) img {
  max-width: 80%;
  margin: 0 auto;
}

#home-product .flex-right .product:nth-of-type(3) {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
}

#home-product .flex-right .product:nth-of-type(4) {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
}

#home-product .product {
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  background-color: #FFF;
}

@media (max-width: 768px) {
  #home-product .product {
    margin-bottom: 40px;
  }
}

#home-product .product &gt; a {
  display: block;
  color: #002956;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

@media (max-width: 768px) {
  #home-product .product &gt; a {
    padding: 0 6.4% 80px 6.4%;
  }
}

#home-product .product &gt; a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  word-break: break-word;
}

#home-product img {
  width: 100%;
	height:auto !important;
}

#home-product .product a &gt; h3,
#home-product .product a &gt; div {
  margin-top: 15px;
}

#home-product .product a &gt; div {
  color: #8F8F8F;
  line-height: 150%;
}

#home-product section {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-word;
}

#home-product section &gt; h3,
#home-product section &gt; div {
  text-align: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#home-product section &gt; div {
  margin-top: 16px;
}

#home-product section &gt; div::after {
  content: attr(data-lm);
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 16px;
}

#home-product .product:hover &gt; section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#about-joker {
  margin-top: 101px;
}

@media (max-width: 768px) {
  #about-joker {
    margin-top: 40px;
  }
}

#about-joker,
#our-service {
  position: relative;
  width: 100%;
}

@media (max-width: 768px) {
  #about-joker,
  #our-service {
    padding: 0 24px;
  }
}

#our-service,
#news-events {
  overflow: hidden;
}

#our-service {
  margin-top: 70px;
}

@media (max-width: 768px) {
  #our-service {
    margin-top: 0;
  }
}

#news-events {
  margin-top: 104px;
}

@media (max-width: 768px) {
  #news-events {
    margin-top: 40px;
  }
}

#about-joker .section-top,
#our-service .section-top,
#news-events .section-top {
  width: 81.6%;
}

@media (max-width: 768px) {
  #about-joker .section-top,
  #our-service .section-top,
  #news-events .section-top {
    padding: 0 24px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  #our-service .section-top {
    width: 100%;
    padding: 0;
  }
}

#about-faq .section-top {
  width: 100%;
}

#about-joker .section-top {
  margin: 0 auto 60px;
}

@media (max-width: 768px) {
  #about-joker .section-top {
    margin: 0;
    padding: 0;
  }
}

#our-service .section-top,
#news-events .section-top {
  margin: 0 auto 40px;
}

@media (max-width: 768px) {
  #our-service .section-top,
  #news-events .section-top {
    margin: 0 auto 60px;
  }
}

#about-joker .left-section,
#about-joker .right-section {
  border-radius: 6px;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
  position: relative;
  position: relative;
}

.entry-content #about-joker .left-section {
  width: 70%;
  z-index: 9;
  min-height: 380px !important;
  padding: 47px 0;
}

@media (max-width: 768px) {
  .entry-content #about-joker .left-section {
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
  }
}

@media (max-width: 500px) {
  .entry-content #about-joker .left-section {
    min-height: 440px !important;
  }
}

.entry-content #about-joker .right-section {
  width: 50%;
  margin-left: 50%;
  /* margin-bottom:80px; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  padding: 53px 0 89px 101px;
  height: 380px;
}

@media (max-width: 768px) {
  .entry-content #about-joker .right-section {
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
    padding: 40px 6.4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
  }
}

#about-joker .left-section::before,
#about-joker .right-section::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}

#about-joker .left-section::before {
  background: linear-gradient(98.74deg, rgba(194, 23, 0, 0.9) -6.96%, rgba(213, 26, 8, 0.9) 13.98%, rgba(231, 30, 15, 0.9) 80.86%);
}

#about-joker .right-section::before {
  background-color: rgba(0, 0, 0, 0.5);
}

#about-joker .left-section *,
#about-joker .right-section * {
  position: relative;
  z-index: 2;
  color: #FFF;
  display: block;
}

#about-joker .left-section ul,
#about-joker .right-section &gt; div,
#about-joker .right-section &gt; a {
  margin-top: 35px;
}

@media (max-width: 768px) {
  #about-joker .left-section ul,
  #about-joker .right-section &gt; div,
  #about-joker .right-section &gt; a {
    margin-bottom: 40px;
  }
}

#about-joker .left-section &gt; div {
  width: 50%;
  line-height: 150%;
  left: 13%;
}

@media (max-width: 768px) {
  #about-joker .left-section &gt; div {
    width: 100%;
    left: 0%;
    padding: 0 6.4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#about-joker .right-section &gt; div {
  width: 65%;
  line-height: 150%;
}

@media (max-width: 768px) {
  #about-joker .right-section &gt; div {
    width: 100%;
  }
}

#about-joker .left-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 5%;
          column-gap: 5%;
  row-gap: 30px;
}

@media (max-width: 768px) {
  #about-joker .left-section ul {
    -webkit-column-gap: 2%;
            column-gap: 2%;
    row-gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#about-joker .left-section li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: 47.5%;
      flex-basis: 47.5%;
  padding-left: 40px;
  line-height: 150%;
  position: relative;
}

@media (max-width: 768px) {
  #about-joker .left-section li {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
}

#about-joker .left-section li::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDI0QzUuMzcyNCAyNCAwIDE4LjYyNzYgMCAxMkMwIDUuMzcyNCA1LjM3MjQgMCAxMiAwQzE4LjYyNzYgMCAyNCA1LjM3MjQgMjQgMTJDMjQgMTguNjI3NiAxOC42Mjc2IDI0IDEyIDI0Wk0xMC44MDM2IDE2LjhMMTkuMjg3NiA4LjMxNDhMMTcuNTkwOCA2LjYxOEwxMC44MDM2IDEzLjQwNjRMNy40MDg4IDEwLjAxMTZMNS43MTIgMTEuNzA4NEwxMC44MDM2IDE2LjhaIiBmaWxsPSIjRkZGRkZGIi8+Cjwvc3ZnPgo=");
  background-size: 24px;
  background-repeat: no-repeat;
}

#about-joker .counter {
  background-color: #FFF;
  position: relative;
  z-index: 2;
  -webkit-transform: translateY(-35px);
          transform: translateY(-35px);
  padding-bottom: 143px;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  padding-top: 150px;
}

@media (max-width: 768px) {
  #about-joker .counter {
    padding: 40px 0 !important;
  }
}

#about-joker div.flex {
  width: 81.6%;
  margin: auto;
}

@media (max-width: 768px) {
  #about-joker div.flex {
    width: 100%;
    padding: 0 24px;
  }
}

@media (max-width: 1200px) {
  #about-joker div.flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#about-joker .number-counter {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  font-family: 'Russo One', sans-serif;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 1200px) {
  #about-joker .number-counter {
    width: 50%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#about-joker .number-counter:not(:first-child)::after {
  content: '';
  width: 1px;
  height: 70px;
  left: 0;
  top: 50%;
  margin-top: -35px;
  background-color: #CCC;
  position: absolute;
}

#about-joker .number-counter:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (max-width: 1200px) {
  #about-joker .number-counter:first-child {
    width: 50%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#about-joker .number-counter:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1200px) {
  #about-joker .number-counter:last-child {
    width: 50%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#about-joker .number-counter &gt; div {
  display: inline-block;
  text-align: center;
}

#about-joker .number-counter i {
  font-size: 54px;
  font-style: normal;
  color: var(--red);
}

#our-service .learn-more-section {
  width: 81.6%;
  margin: auto;
}

@media (max-width: 768px) {
  #our-service .learn-more-section {
    width: 100%;
  }
}

#our-service .learn-more-section &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  position: relative;
}

@media (max-width: 768px) {
  #our-service .learn-more-section &gt; div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}

#our-service .learn-more-section &gt; div:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 768px) {
  #our-service .learn-more-section &gt; div:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#our-service img {
  height: 351px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

@media (max-width: 768px) {
  #our-service img {
    height: 300px;
  }
}

@media (max-width: 500px) {
  #our-service img {
    height: 200px;
  }
}

#our-service .after-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: #FFF;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 768px) {
  #our-service .after-img {
    padding: 40px 6.4%;
  }
}

#our-service .after-img &gt; * {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

#our-service .after-img h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
}

#our-service .after-img div {
  color: #4D4D4D;
}

#our-service .after-img a {
  text-transform: uppercase;
  color: #000;
  margin-top: 35px;
}

#our-service .after-img:hover {
  background-color: var(--red);
}

#our-service .after-img:hover h3,
#our-service .after-img:hover div,
#our-service .after-img:hover a {
  color: #FFF;
}

#our-service .after-img:hover a::before {
  background-color: #FFF;
}

#our-service .after-img:hover a::after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDE0OTQ4KSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjIyLjAxNnB4IiBoZWlnaHQ9IjQwcHgiIHZpZXdCb3g9IjAgMCAyMi4wMTYgNDAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIyLjAxNiA0MCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cG9seWdvbiBwb2ludHM9IjAsMzcuOTg0IDE3Ljk4NCwxOS45OTkgMCwyLjAxNSAyLjAxNywwIDIyLjAxNSwxOS45OTkgMi4wMTcsNDAgIiBmaWxsPSIjRTcxRTBGIi8+DQo8L3N2Zz4NCg==");
}

#news-events .section-top &gt; h2,
#news-events .section-top &gt; div {
  width: 80%;
}

@media (max-width: 768px) {
  #news-events .section-top &gt; h2 {
    font-size: 40px;
  }
}

#news-events .swiper-navigation {
  position: absolute;
  width: 104px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  right: 0;
  top: -80px;
}

@media (max-width: 768px) {
  #news-events .swiper-navigation {
    top: -50px;
    right: 24px;
  }
}

#pagination {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#pagination &gt; span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#pagination &gt; span[data-type] {
  margin-left: 20px;
  border: solid 1px #004A9A;
}

#pagination &gt; span[data-page]::before {
  content: attr(data-page);
}

#pagination &gt; span[data-type] + span {
  margin-right: 10px;
}

#pagination &gt; i,
#news-events .swiper-navigation &gt; i,
#about-history .swiper-navigation &gt; i {
  width: 40px;
  height: 40px;
  display: block;
  cursor: pointer;
  background-color: #DBDBDB;
  background-image: var(--arrow-white);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 8px;
}

#pagination &gt; i.prev,
#news-events .swiper-navigation &gt; i.prev,
#about-history .swiper-navigation &gt; i.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#pagination &gt; i:not(.disabled):hover,
#news-events .swiper-navigation &gt; i:hover,
#about-history .swiper-navigation &gt; i:hover {
  background-color: #004A9A;
}

#news-events .swiper-posts {
  width: 81.6%;
  margin: auto;
  position: relative;
}

@media (max-width: 768px) {
  #news-events .swiper-posts {
    padding: 0 24px;
    width: 100%;
  }
}

#news-events-posts {
  padding-bottom: 104px;
}

@media (max-width: 768px) {
  #news-events-posts {
    padding-bottom: 40px;
  }
}

#news-events-posts .swiper-slide {
  height: inherit;
}

#news-events-posts .swiper-slide:hover {
  background-color: #FFF;
  -webkit-box-shadow: 0px 20px 50px rgba(121, 137, 151, 0.2);
          box-shadow: 0px 20px 50px rgba(121, 137, 151, 0.2);
}

#dh-joker-search,
#dh-joker-index {
/*   display: -ms-grid;
  display: grid; */
	display: flex;
    flex-wrap: wrap;
/*     justify-content: space-between;   */
  width: 81.6%;
  margin: auto;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 60px 0 80px;
}

@media (max-width: 1024px) {
  #dh-joker-search,
  #dh-joker-index {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  #dh-joker-search,
  #dh-joker-index {
    width: 100%;
    padding: 40px 24px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  #dh-joker-search,
  #dh-joker-index {
    width: 100%;
    padding: 40px 24px;
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

#dh-joker-search &gt; article,
#dh-joker-index &gt; article {
  display: block;
  position: relative;
}
#dh-joker-index article {
    width: 23%;
}
@media(max-width:525px){
	#dh-joker-index article {
		width: 100%;
	}
}
#dh-joker-search &gt; article:hover,
#dh-joker-index &gt; article:hover {
  background-color: #FFF;
  -webkit-box-shadow: 0px 20px 50px rgba(121, 137, 151, 0.2);
          box-shadow: 0px 20px 50px rgba(121, 137, 151, 0.2);
}

#dh-joker-index article.post,
#dh-joker-search article.post {
  position: relative;
}

#dh-joker-index .post-image,
#news-events-posts .post-image {
  background-size: cover;
  background-position: 50%;
  height: 0;
  padding-top: 73%;
}

#dh-joker-search .post-image {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  height: 0;
  padding-top: 73%;
}

#dh-joker-search .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

#dh-joker-index .post-image + div,
#dh-joker-search .post-image + div,
#news-events-posts .post-image + div {
  padding: 20px 20px 60px;
}

#dh-joker-index h3,
#dh-joker-search h3,
#news-events-posts h3 {
  font-size: 18px;
}

#dh-joker-index .excerpt,
#dh-joker-search .excerpt,
#news-events-posts .excerpt {
  color: #8F8F8F;
  line-height: 150%;
  margin: 10px 0 15px;
	word-wrap: break-word !important;
}

#dh-joker-index a,
#dh-joker-search a,
#news-events-posts a {
  color: #004A9A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#contact-us {
  height: 432px;
}

#contact-us .bg-image {
  background-size: cover;
  background-position: 50%;
  position: absolute;
  width: 100vw;
  /* width:calc(var(--vw, 1vw)*100); */
  height: inherit;
  left: 0;
}

#contact-us .bg-image::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

#contact-us .field {
  width: 81.6%;
  margin: auto;
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

@media (max-width: 768px) {
  #contact-us .field {
    width: 100%;
    padding: 0 24px;
  }
}

#contact-us .field &gt; h2,
#contact-us .field &gt; div {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  color: #FFF;
  padding-right: 6.4%;
}

#contact-us .field &gt; h2 {
  font-size: 54px;
  font-weight: 900;
}

@media (max-width: 768px) {
  #contact-us .field &gt; h2 {
    font-size: 40px;
  }
}

#contact-us .field &gt; div {
  margin-top: 15px;
}

#contact-us .field &gt; a {
  margin-top: 30px;
}

#dh-joker-products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 81.6%;
  margin: auto;
  padding: 20px 0 60px;
  gap: 60px;
}

@media (max-width: 768px) {
  #dh-joker-products {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 24px;
    gap: 40px;
  }
}

#dh-joker-products a.list {
  display: block;
  position: relative;
  color: #4D4D4D;
  margin-bottom: 5px;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 18px 60px 18px 22px;
}

#dh-joker-products a.list::after {
  content: "(" attr(data-count) ")";
  position: absolute;
  top: 18px;
  right: 22px;
}

#dh-joker-products a.list:hover,
#dh-joker-products a.list.active {
  color: #FFF;
  background-color: var(--red);
}

#product-list {
  position: relative;
  min-height: 240px;
}

#product-list &gt; h2 {
  font-size: 46px;
  font-weight: 900;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #002956;
}

@media (max-width: 768px) {
  #product-list &gt; h2 {
    word-break: break-all;
  }
}

#product-list &gt; div {
  margin-bottom: 35px;
  color: #4D4D4D;
  line-height: 150%;
}

ul.product-list-ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 768px) {
  ul.product-list-ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.related.products ul.product-list-ul {
  -ms-grid-columns: (1fr)[5];
      grid-template-columns: repeat(5, 1fr);
  margin-top: 25px;
  margin-bottom: 80px;
}

@media (max-width: 1000px) {
  .related.products ul.product-list-ul {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 768px) {
  .related.products ul.product-list-ul {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 500px) {
  .related.products ul.product-list-ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

ul.product-list-ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #FFF;
  border-radius: 6px;
  overflow: hidden;
}

ul.product-list-ul li::before {
  content: '';
  position: relative;
  display: block;
  padding-top: 100%;
}

ul.product-list-ul li &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

ul.product-list-ul li .info {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  padding: 0 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}

@media (max-width: 500px) {
  ul.product-list-ul li .info {
    padding: 10px;
    font-size: 12px;
  }
}

ul.product-list-ul li .info:hover {
  opacity: 1;
}

ul.product-list-ul li .info &gt; h3,
ul.product-list-ul li .info &gt; div {
  color: #FFF;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  word-break: break-word;
}

#product-list select {
  display: block;
  width: 120px;
  border-radius: 0;
  border: none;
  margin: 35px auto 0;
  padding: 10px;
}

#product-list select[data-total="1"] {
  display: none;
}

#dh-joker-breadcrumb,
div.woocommerce {
  width: 81.6%;
  margin: auto;
}

@media (max-width: 768px) {
  #dh-joker-breadcrumb,
  div.woocommerce {
    padding: 0 24px;
    width: 100%;
  }
}

#dh-joker-breadcrumb {
  padding-top: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  gap: 24px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: all 0.2s linear 0.2s;
  transition: all 0.2s linear 0.2s;
}

@media (max-width: 768px) {
  #dh-joker-breadcrumb {
    padding-top: 140px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#top-banner + #dh-joker-breadcrumb {
  padding-top: 60px;
}

body.init #dh-joker-breadcrumb {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

#dh-joker-breadcrumb &gt; div {
  position: relative;
}

#dh-joker-breadcrumb &gt; div:not(:last-child)::after {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-image: var(--arrow-dark);
  background-position: 50%;
  background-size: 5px;
  background-repeat: no-repeat;
  top: 50%;
  right: -18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#dh-joker-breadcrumb + article,
#dh-joker-breadcrumb + .woocommerce {
  padding-top: 0;
  margin-top: 35px;
}

#dh-joker-product-header h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  color: #002956;
}

#dh-joker-product-header &gt; div {
  margin: 20px 0;
  font-size: 16px;
  line-height: 150%;
  color: #4D4D4D;
}

.woocommerce .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5%;
}

@media (max-width: 768px) {
  .woocommerce .product {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.woocommerce .woocommerce-product-gallery {
  width: 40%;
}

@media (max-width: 768px) {
  .woocommerce .woocommerce-product-gallery {
    width: 100%;
  }
}

.woocommerce .summary {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  color: #4D4D4D;
  line-height: 150%;
}

@media (max-width: 768px) {
  .woocommerce .summary {
    padding-top: 24px;
  }
}

.woocommerce .related {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.woocommerce .woocommerce-tabs {
  width: 100%;
  margin-top: 60px;
}

.woocommerce .tabs.wc-tabs {
  display: block;
  position: relative;
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  .woocommerce .tabs.wc-tabs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2%;
  }
}

/* .woocommerce .tabs.wc-tabs::after{
	content:'';
	position:absolute;
	width:100%;
	height:5px;
	background-color:#FFF;
	bottom:0;
	left:0;
} */
.woocommerce .tabs.wc-tabs li {
  position: relative;
  display: inline-block;
  font-size: 0;
  margin-right: 2px;
  background: #fff;
  border-radius: 6px 6px 0px 0px;
  padding: 16px 32px;
}

@media (max-width: 768px) {
  .woocommerce .tabs.wc-tabs li {
    width: 49%;
    margin: 0;
    margin-bottom: 10px;
    padding: 20px 10px;
  }
}

.woocommerce .tabs.wc-tabs li.active {
  background: #DBDBDB;
  border-radius: 6px 6px 0px 0px;
  padding: 16px 32px;
}

@media (max-width: 768px) {
  .woocommerce .tabs.wc-tabs li.active {
    padding: 20px 10px;
  }
}

/* 
.woocommerce .tabs.wc-tabs li.active::after{
	content:'';
	position:absolute;
	z-index:2;
	width:100%;
	height:5px;
	background-color:var(--red);
	bottom:-20px;
	left:0;	
} */
.woocommerce .tabs.wc-tabs a {
  font-size: 16px;
  color: #8F8F8F;
  display: block;
  padding: 0 10px;
}

@media (max-width: 767px) {
  .woocommerce .tabs.wc-tabs a {
    font-size: 12px;
  }
}

.woocommerce .tabs.wc-tabs li.active &gt; a {
  color: #8F8F8F;
}

#primary .woocommerce-Tabs-panel {
  display: none;
  padding: 40px 0;
}

@media (max-width: 768px) {
  #primary .woocommerce-Tabs-panel {
    overflow-x: auto;
  }
}

#tab-size section,
#tab-size_eta section,
#tab-size_noeta section {
  border: solid 1px #DBDBDB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  width: 100%;
}

.table-row {
  display: table-row;
  width: 100%;
}

#tab-size .table-row:nth-of-type(2n+1),
#tab-size_eta .table-row:nth-of-type(2n+1),
#tab-size_noeta .table-row:nth-of-type(2n+1) {
  background-color: #F5F5F5;
}

#tab-size .table-row:nth-of-type(2n+2),
#tab-size_eta .table-row:nth-of-type(2n+2),
#tab-size_noeta .table-row:nth-of-type(2n+2) {
  background-color: #fff;
}

#tab-size .table-row:first-child,
#tab-size_eta .table-row:first-child,
#tab-size_noeta .table-row:first-child {
  color: #FFF;
  background-color: #4D4D4D;
  border-radius: 6px 6px 0px 0px;
}

#tab-size .table-row:last-child,
#tab-size_eta .table-row:last-child,
#tab-size_noeta .table-row:last-child {
  border-radius: 0px 0px 6px 6px;
}

#tab-size .table-column,
#tab-size_eta .table-column,
#tab-size_noeta .table-column {
  display: table-cell;
  padding: 17.5px 5px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
}

/* #tab-size .table-row:first-child &gt; .table-column:not(:last-child)::after{
	content:'';
	height:100%;
	width:1px;
	top:0;
	right:0;
	background-color:#FFF;
	position:absolute;
} */
#tab-size .table-row:first-child &gt; .table-column,
#tab-size_eta .table-row:first-child &gt; .table-column,
#tab-size_noeta .table-row:first-child &gt; .table-column {
  border-right: 1px solid;
}

#tab-size .table-row:first-child &gt; .table-column:last-child,
#tab-size_eta .table-row:first-child &gt; .table-column:last-child,
#tab-size_noeta .table-row:first-child &gt; .table-column:last-child {
  border-width: 0px;
}

.woocommerce-Tabs-panel li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 15px;
}

.woocommerce-Tabs-panel li:last-child {
  margin-bottom: 0;
}

.woocommerce-Tabs-panel li::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  left: 8px;
  margin: -3px 0 0 0;
  background-color: var(--red);
  border-radius: 50%;
}

div.product &gt; .related.products {
  margin-top: 60px;
}

@media (max-width: 768px) {
  div.product &gt; .related.products {
    margin: 40px 0;
  }
}

#mainCarousel {
  position: relative;
}

#mainCarousel .carousel__track {
  margin-bottom: 20px;
  height: 360px;
}

#mainCarousel .carousel__slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 0;
}

#mainCarousel img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
     object-position: 50%;
}

#mainCarousel .carousel__nav {
  position: absolute;
  bottom: -120px;
  width: 100%;
  height: 120px;
}

#mainCarousel button {
  width: 24px;
}

#mainCarousel svg {
  width: 100%;
  height: 100%;
}

#mainCarousel button.is-prev {
  left: 0;
}

#mainCarousel button.is-next {
  right: 0;
}

#thumbCarousel {
  width: 75%;
  margin: auto;
}

#thumbCarousel .carousel__slide {
  width: 31.2%;
  height: 110px;
  overflow: hidden;
  padding: 0;
  position: relative;
  margin: 0 1.6%;
}

#thumbCarousel .carousel__slide:first-child {
  margin-left: 0;
}

#thumbCarousel .carousel__slide:last-child {
  margin-right: 0;
}

#thumbCarousel .carousel__slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px var(--red);
  top: 0;
  left: 0;
  display: none;
}

#thumbCarousel .carousel__slide.is-nav-selected::before {
  display: block;
}

#thumbCarousel img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}

.woocommerce .related.products h2 {
  font-size: 46px;
  font-weight: 900;
  color: #002956;
  line-height: 54px;
  letter-spacing: 2px;
  text-transform: capitalize;
}

.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce li.product {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
}

#dh-joker-archive {
  display: -ms-grid;
  display: grid;
  width: 81.6%;
  margin: auto;
  padding: 60px 0 80px;
}

@media (max-width: 768px) {
  #dh-joker-archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 20px 24px 40px 24px;
  }
}

#dh-joker-archive[data-type="catalogue"] {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

#dh-joker-archive &gt; div {
  position: relative;
}

.archive-catalogue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media (max-width: 500px) {
  .archive-catalogue {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.archive-catalogue .read-more,
.archive-catalogue.has-attachment:hover &gt; div {
  color: #004A9A;
}

.archive-catalogue .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  border-radius: 6px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 47%;
}

.archive-catalogue.has-attachment .img::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuOTQyODYgMEM3LjUxOSAwIDkuMDMwNTkgMC42MjYxMiAxMC4xNDUxIDEuNzQwNjJDMTEuMjU5NiAyLjg1NTEyIDExLjg4NTcgNC4zNjY3MSAxMS44ODU3IDUuOTQyODZDMTEuODg1NyA3LjQxNDg2IDExLjM0NjMgOC43NjggMTAuNDU5NCA5LjgxMDI5TDEwLjcwNjMgMTAuMDU3MUgxMS40Mjg2TDE2IDE0LjYyODZMMTQuNjI4NiAxNkwxMC4wNTcxIDExLjQyODZWMTAuNzA2M0w5LjgxMDI5IDEwLjQ1OTRDOC43NjggMTEuMzQ2MyA3LjQxNDg2IDExLjg4NTcgNS45NDI4NiAxMS44ODU3QzQuMzY2NzEgMTEuODg1NyAyLjg1NTEyIDExLjI1OTYgMS43NDA2MiAxMC4xNDUxQzAuNjI2MTIgOS4wMzA1OSAwIDcuNTE5IDAgNS45NDI4NkMwIDQuMzY2NzEgMC42MjYxMiAyLjg1NTEyIDEuNzQwNjIgMS43NDA2MkMyLjg1NTEyIDAuNjI2MTIgNC4zNjY3MSAwIDUuOTQyODYgMFYwWk01Ljk0Mjg2IDEuODI4NTdDMy42NTcxNCAxLjgyODU3IDEuODI4NTcgMy42NTcxNCAxLjgyODU3IDUuOTQyODZDMS44Mjg1NyA4LjIyODU3IDMuNjU3MTQgMTAuMDU3MSA1Ljk0Mjg2IDEwLjA1NzFDOC4yMjg1NyAxMC4wNTcxIDEwLjA1NzEgOC4yMjg1NyAxMC4wNTcxIDUuOTQyODZDMTAuMDU3MSAzLjY1NzE0IDguMjI4NTcgMS44Mjg1NyA1Ljk0Mjg2IDEuODI4NTdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  top: 0;
  left: 0;
  display: none;
}

.archive-catalogue.has-attachment:hover .img::after {
  display: block;
}

.archive-catalogue .img + div {
  padding: 35px;
}

@media (max-width: 500px) {
  .archive-catalogue .img + div {
    padding: 20px;
  }
}

.archive-catalogue h3,
.archive-catalogue h3 + div {
  line-height: 150%;
  margin-bottom: 20px;
}

.archive-catalogue a {
  display: block;
}

.archive-catalogue .img a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

body.single #primary &gt; article[id] {
  width: 81.6%;
  margin: auto;
  padding: 30px 0 120px;
}

@media (max-width: 768px) {
  body.single #primary &gt; article[id] {
    width: 100%;
    padding: 40px 24px 40px 24px;
  }
}

body.single #primary &gt; article[id] .entry-content {
  border-bottom: solid 1px #DBDBDB;
  padding-bottom: 50px;
}

body.single article.post {
  color: #4D4D4D;
}

body.single article.post p {
  line-height: 25px;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  body.single article.post p {
    margin-bottom: 0px;
  }
}

body.single article.post p &gt; img.size-full {
  width: 100%;
  height: 100%;
  display: block;
}

body.single h1 {
  color: #1A1A1A;
  font-size: 46px;
  font-weight: 900;
}

body.single .entry-meta {
  color: #004A9A;
  margin: 24px 0;
}

#social-network-share {
  position: relative;
  margin-top: 35px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

#social-network-share::before {
  content: 'Share: ';
}

body:not(.home) #about-joker {
  padding-bottom: 60px;
  width: 100%;
  margin: auto;
}

@media (max-width: 768px) {
  #about-joker #about-top-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

#about-top-section &gt; div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#about-top-section .left {
  color: #4D4D4D;
  line-height: 150%;
}

@media (max-width: 768px) {
  #about-top-section .left {
    padding-bottom: 40px;
  }
}

#about-top-section .right {
  position: relative;
  padding: 0 25px 25px 0;
  text-align: right;
}

#about-top-section .right::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--red);
  border-radius: 6px;
  width: 254px;
  height: 221px;
}

@media (max-width: 768px) {
  #about-top-section .right::after {
    height: 180px;
  }
}

#about-top-section img {
  width: 80%;
  position: relative;
  z-index: 2;
  border-radius: 6px;
  overflow: hidden;
	height: fit-content;
}

@media (max-width: 768px) {
  #about-top-section img {
    width: 100%;
  }
}

#about-joker &gt; #about-history {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6%;
  margin-top: 60px;
  padding-bottom: 60px;
  border-bottom: solid 1px #DBDBDB;
}

@media (max-width: 768px) {
  #about-joker &gt; #about-history {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: solid 1px #DBDBDB;
    padding-right: 0;
    padding-left: 0;
  }
}

#about-history {
  position: relative;
}

#about-history::before {
  content: '';
  position: absolute;
  width: 70%;
  height: 1px;
  background-color: #DBDBDB;
  top: 60px;
  left: 15%;
}

#about-history .swiper-slide {
  padding-top: 120px;
  position: relative;
  z-index: 2;
}

#about-history span {
  position: absolute;
  width: 120px;
  height: 120px;
  background: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  color: #004A9A;
  left: 50%;
  top: 0;
  margin-left: -60px;
  font-weight: 900;
  line-height: 120px;
  -webkit-box-shadow: 0px 20px 50px rgba(121, 137, 151, 0.2);
          box-shadow: 0px 20px 50px rgba(121, 137, 151, 0.2);
  z-index: 2;
}

#about-history p {
  margin-top: 35px;
  line-height: 150%;
  color: #4D4D4D;
  text-align: center;
  font-size: 14px;
  padding: 0 15px;
}

#about-history .swiper-wrapper i {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("../images/Vector.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  right: -10px;
  top: 50px;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear 0s;
  transition: opacity 0.2s linear 0s;
}

#about-history .swiper-slide-prev &gt; i,
#about-history .swiper-slide-next + .swiper-slide ~ .swiper-slide &gt; i,
#about-history .swiper-slide:last-child &gt; i {
  opacity: 0;
}

#about-history .swiper-navigation {
  position: absolute;
  top: 120px;
  width: 100%;
}

#about-history .swiper-navigation &gt; i {
  position: absolute;
}

#about-history .swiper-navigation &gt; i.prev {
  left: 80px;
}

#about-history .swiper-navigation &gt; i.next {
  right: 80px;
}

#about-quality,
#about-oem {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

@media (max-width: 768px) {
  #about-quality,
  #about-oem {
    margin-top: 40px;
  }
}

#about-quality .images-field,
#about-oem .images-field,
#about-rda .images-field {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 81.6%;
}

@media (max-width: 768px) {
  #about-quality .images-field,
  #about-oem .images-field,
  #about-rda .images-field {
    width: 100%;
    padding: 0 24px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  #about-quality .images-field,
  #about-oem .images-field,
  #about-rda .images-field {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    padding: 0;
  }
}

#about-quality .images-field {
  width: 81.6%;
}

@media (max-width: 768px) {
  #about-quality .images-field {
    width: 100%;
    padding: 40px 0 0 0;
  }
}

#about-oem .images-field &gt; div,
#about-quality .images-field &gt; div,
#about-rda .images-field &gt; div {
  height: 279px;
}

#about-oem img,
#about-quality img,
#about-rda img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

#about-rda {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

@media (max-width: 768px) {
  #about-rda {
    width: 100%;
    margin-top: 40px;
  }
}

#about-rda img {
  width: 100%;
  border-radius: 6px;
}

#about-certificate {
  margin-top: 60px;
  width: 81.6%;
}

@media (max-width: 768px) {
  #about-certificate {
    width: 100%;
    padding: 0;
  }
}

#about-certificate .posts-field {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

@media (max-width: 768px) {
  #about-certificate .posts-field {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 500px) {
  #about-certificate .posts-field {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

#about-certificate .about-certificate {
  position: relative;
}

.about-certificate .img {
  display: block;
  border-radius: 6px;
  background-size: cover;
  position: relative;
  overflow: hidden;
  width: 210px;
  height: 297px;
  margin: auto;
}

.about-certificate.has-attachment .img::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUuOTQyODYgMEM3LjUxOSAwIDkuMDMwNTkgMC42MjYxMiAxMC4xNDUxIDEuNzQwNjJDMTEuMjU5NiAyLjg1NTEyIDExLjg4NTcgNC4zNjY3MSAxMS44ODU3IDUuOTQyODZDMTEuODg1NyA3LjQxNDg2IDExLjM0NjMgOC43NjggMTAuNDU5NCA5LjgxMDI5TDEwLjcwNjMgMTAuMDU3MUgxMS40Mjg2TDE2IDE0LjYyODZMMTQuNjI4NiAxNkwxMC4wNTcxIDExLjQyODZWMTAuNzA2M0w5LjgxMDI5IDEwLjQ1OTRDOC43NjggMTEuMzQ2MyA3LjQxNDg2IDExLjg4NTcgNS45NDI4NiAxMS44ODU3QzQuMzY2NzEgMTEuODg1NyAyLjg1NTEyIDExLjI1OTYgMS43NDA2MiAxMC4xNDUxQzAuNjI2MTIgOS4wMzA1OSAwIDcuNTE5IDAgNS45NDI4NkMwIDQuMzY2NzEgMC42MjYxMiAyLjg1NTEyIDEuNzQwNjIgMS43NDA2MkMyLjg1NTEyIDAuNjI2MTIgNC4zNjY3MSAwIDUuOTQyODYgMFYwWk01Ljk0Mjg2IDEuODI4NTdDMy42NTcxNCAxLjgyODU3IDEuODI4NTcgMy42NTcxNCAxLjgyODU3IDUuOTQyODZDMS44Mjg1NyA4LjIyODU3IDMuNjU3MTQgMTAuMDU3MSA1Ljk0Mjg2IDEwLjA1NzFDOC4yMjg1NyAxMC4wNTcxIDEwLjA1NzEgOC4yMjg1NyAxMC4wNTcxIDUuOTQyODZDMTAuMDU3MSAzLjY1NzE0IDguMjI4NTcgMS44Mjg1NyA1Ljk0Mjg2IDEuODI4NTdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  top: 0;
  left: 0;
  display: none;
}

.about-certificate.has-attachment:hover .img::after {
  display: block;
}

.about-certificate .img + div {
  padding: 35px;
}

@media (max-width: 768px) {
  .about-certificate .img + div {
    padding: 24px 0 0 0;
  }
}

.about-certificate h3,
.about-certificate h3 + div {
  line-height: 150%;
  margin-bottom: 20px;
  text-align: center;
}

.about-certificate.has-attachment:hover h3,
.about-certificate.has-attachment:hover h3 + div {
  color: #004A9A;
}

.about-certificate a {
  display: block;
}

.about-certificate a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#about-faq {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
  width: 81.6%;
}

@media (max-width: 768px) {
  #about-faq {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 768px) {
  #about-faq .section-top {
    padding-bottom: 24px;
  }
}

#about-certificate .section-top {
  width: 100%;
}

@media (max-width: 768px) {
  #about-certificate .section-top {
    padding-bottom: 24px;
  }
}

@media (max-width: 768px) {
  #about-quality .section-top {
    padding-bottom: 24px;
    padding: 0;
  }
}

.about-faq h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #FFFFFF;
  padding: 20px 32px;
  cursor: pointer;
  position: relative;
  background-color: #004A9A;
}

.about-faq h4::before {
  content: '';
  position: absolute;
  top: 24px;
  right: 15px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDE0OTQ4KSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4cHgiIGhlaWdodD0iMjhweCIgdmlld0JveD0iMCAwIDI4IDI4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyOCAyOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iNSIgeDE9IjAiIHkxPSIxNCIgeDI9IjI4IiB5Mj0iMTQiLz4NCjxsaW5lIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRkZGRiIgc3Ryb2tlLXdpZHRoPSI1IiB4MT0iMTQiIHkxPSIyOCIgeDI9IjE0IiB5Mj0iMCIvPg0KPC9zdmc+DQo=");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.about-faq .container {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s linear 0s;
  transition: height 0.2s linear 0s;
}

.about-faq .content {
  padding: 40px 32px;
  background-color: #FFF;
}

.about-faq .content ul li {
  list-style: disc;
}

.about-faq.active h4::before {
  content: '';
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDE0OTQ4KSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjI4cHgiIGhlaWdodD0iMjhweCIgdmlld0JveD0iMCAwIDI4IDI4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyOCAyOCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiNGRkZGRkYiIHN0cm9rZS13aWR0aD0iNSIgeDE9IjAiIHkxPSIxNCIgeDI9IjI4IiB5Mj0iMTQiLz4NCjwvc3ZnPg0K");
}

.about-faq.active .container {
  height: 100% !important;
  color: #4D4D4D;
}

.about-faq.active .container p {
  margin-bottom: 10px;
  line-height: 125%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}

.about-faq.active .container p:last-child {
  margin-bottom: 0;
}

#primary[data-slug="contact-us"] {
  overflow: hidden;
}

#dh-joker-contact-us {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 768px) {
  #dh-joker-contact-us {
    padding: 0 24px;
  }
}

#dh-joker-contact-us ul {
  margin-bottom: 60px;
  width: 50%;
  padding-left: 9.2%;
}

@media (max-width: 768px) {
  #dh-joker-contact-us ul {
    margin-bottom: 40px;
    width: 100%;
    padding-left: 0;
  }
}

#dh-joker-contact-us li {
  font-weight: 500;
  position: relative;
  padding-left: 24px;
  margin-bottom: 18px;
}

#dh-joker-contact-us li::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  top: 10px;
  left: 9px;
  margin: -3px 0 0 0;
  background-color: var(--red);
  border-radius: 50%;
}

#dh-joker-contact-us li span {
  color: #4D4D4D;
}

#dh-joker-contact-us li span::before {
  content: attr(data-title) "：";
}

#google-map,
#map {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  height: 763px;
}

@media (max-width: 768px) {
  #google-map,
  #map {
    height: 400px;
  }
}

footer#colophon {
  position: relative;
  width: 100%;
}

footer#colophon::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #004A9A;
}

footer#colophon &gt; div {
  position: relative;
}

footer#colophon .site-info {
  padding: 10px 0;
  color: #FFF;
}

#footer-desc {
  width: 70%;
  color: #8F8F8F;
  line-height: 175%;
  margin-top: 15px;
}

#footer-section {
  background-color: #FFF;
  width: 100%;
  padding: 50px 0 80px;
}

@media (max-width: 768px) {
  #footer-section {
    padding: 40px 0 40px;
  }
}

#footer-section &gt; div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#footer-social-network {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 35px;
}

#footer-section section:first-child {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

#footer-section section:last-child {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footer-section section:last-child div .about-joker {
  padding-bottom: 20px;
}

#footer-section section:last-child div .customer-service {
  padding-bottom: 20px;
}

#footer-section .col-2 {
  -webkit-box-flex: 2;
      -ms-flex: 2 1 auto;
          flex: 2 1 auto;
}

#footer-section .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#footer-section h4 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  font-weight: 500;
}

#footer-section .footer-menu-ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 20px;
}

#footer-section li:not(:last-child) {
  margin-bottom: 15px;
}

#footer-section a {
  color: #8F8F8F;
}

footer#colophon .flex-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.error-404.not-found {
  padding: 100px 0 150px;
}

.error-404.not-found h2,
.error-404.not-found p {
  text-align: center;
  font-weight: 900;
}

.error-404.not-found h2 {
  font-size: 64px;
  margin-bottom: 16px;
}

.error-404.not-found p {
  font-size: 18px;
}

/*===WooCommerce===*/
.woocommerce .summary,
.woocommerce-tabs.wc-tabs-wrapper {
  position: relative;
}

/*===WooCommerce===*/
@media screen and (max-width: 1500px) {
  /* 	#nav-search{
		width:0;
		max-width:none;
	} */
  /* 	#nav-search &gt; a:first-child::before{
		content:'';
	} */
  #nav-search input[type="text"] {
    margin-left: 5px;
  }
}

@media screen and (max-width: 1100px) {
  /* 	#menu-toggle{
		display:block;
	} */
  .menu-primary-container, .menu-primary-german-container, .menu-menu-1-container,
  .menu-primary-japanese-1-container, .menu-primary-spanish-1-container, .menu-primary-french-1-container {
    position: absolute;
    width: 100%;
    z-index: 9999;
    height: 100%;
    bottom: -100%;
    width: 100vw;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-primary-container.active, .menu-primary-german-container.active, .menu-menu-1-container.active,
  .menu-primary-japanese-1-container.active, .menu-primary-spanish-1-container.active, .menu-primary-french-1-container.active {
    display: block;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  /*
	#dh-joker-breadcrumb, 
	#dh-joker-index, 
	#dh-joker-archive, 
	body.single #primary &gt; article.post{
		padding-left:30px;
		padding-right:30px;
		box-sizing:border-box;
	}
	*/
  #top-banner .img.swiper-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 1100px) and (max-width: 768px) {
  #top-banner .img.swiper-slide {
    padding: 0 24px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 767px) {
  .archive-catalogue .img {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 108%;
  }
}

@media screen and (max-width: 1100px) and (max-width: 500px) {
  .archive-catalogue .img {
    padding-top: 142%;
  }
}

@media screen and (max-width: 1100px) {
  #about-history .swiper-navigation {
    top: 40px;
    z-index: 9;
  }
  #about-history .swiper-navigation &gt; i.prev {
    left: 0;
  }
}

@media screen and (max-width: 1100px) and (max-width: 768px) {
  #about-history .swiper-navigation &gt; i.prev {
    left: -20px;
  }
}

@media screen and (max-width: 1100px) {
  #about-history .swiper-navigation &gt; i.next {
    right: 0;
  }
}

@media screen and (max-width: 1100px) and (max-width: 768px) {
  #about-history .swiper-navigation &gt; i.next {
    right: -20px;
  }
}

@media screen and (max-width: 1100px) {
  #footer-section section {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1100px) and (max-width: 768px) {
  #footer-section section {
    padding: 0 24px;
  }
}

@media screen and (max-width: 1100px) {
  #footer-section section:first-child {
    padding-right: 0;
  }
  footer#colophon .site-info {
    padding-left: 30px;
    padding-right: 30px;
    padding: 0 24px;
  }
}

@media screen and (max-width: 1024px) {
  #dh-joker-archive[data-type="catalogue"] {
    -ms-grid-columns: max-content;
        grid-template-columns: -webkit-max-content;
        grid-template-columns: max-content;
  }
  .archive-catalogue {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 782px) {
  body.admin-bar #masthead.fixed {
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  /*
	#nav-search &gt; a:first-child{
		overflow:hidden;
		text-indent:-9999px;
	}
	*/
  #nav-search a + input[name="keyword"] {
    margin-left: 10px;
  }
  #footer-section section:last-child &gt; div,
  #footer-section section:last-child .footer-menu-ul {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #footer-section .col-2 {
    margin-top: 50px;
  }
  footer#colophon .site-info {
    padding: 65px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer#colophon .site-info &gt; div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
  footer#colophon .site-info &gt; div:last-child {
    margin-top: 25px;
  }
}

@media screen and (max-width: 640px) {
  #top-banner .img.swiper-slide {
    padding-top: 60px;
    padding: 60px 24px 0 24px;
  }
  #top-banner .swiper-inside h2 {
    font-size: 28px;
  }
  #top-banner .swiper-inside p {
    font-size: 16px;
    width: 100%;
  }
  #dh-joker-index {
    -ms-grid-columns: none;
        grid-template-columns: none;
  }
  #footer-section .footer-menu-ul {
    padding: 0 15px;
  }
  #footer-section &gt; div {
    display: block;
  }
  #footer-section .footer-menu {
    margin-top: 50px;
  }
  #footer-section .col-2 {
    margin-top: 0;
  }
  footer#colophon .site-info {
    padding: 40px 24px;
  }
}

/*Scott eidt*/
@media (min-width: 768px) {
  .home .ovealy-block {
    display: block;
    position: absolute;
    width: 100%;
    height: 800px;
    top: 0;
    z-index: 1;
    /*     background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); */
    background: transparent;
  }
}

.ovealy-block {
  position: absolute;
  width: 100%;
  height: 400px;
  top: 0;
  z-index: 1;
  /*     background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); */
  background: transparent;
}

#top-banner .swiper-inside {
  z-index: 2;
}

.site-branding {
  width: 5%;
}

@media (max-width: 1100px) {
  .site-branding {
    padding-left: 9.2%;
  }
}

@media (max-width: 768px) {
  .site-branding {
    padding-left: 24px;
  }
}

#home-product .product a &gt; h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
}

#home-product .product a &gt; div {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}

#about-joker .right-section h3 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
}

#about-joker .right-section &gt; div,
#about-joker .left-section &gt; div {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
  height: 150px;
}

@media (max-width: 768px) {
  #about-joker .right-section &gt; div,
  #about-joker .left-section &gt; div {
    height: auto;
  }
}

#about-joker .number-counter p {
  font-family: Russo One;
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#news-events-posts h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

#news-events-posts a:hover:after {
  content: "";
  background-image: url(/wp-content/uploads/2022/02/Arrow-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 8px;
  position: relative;
  top: -2px;
  left: 5px;
}

#dh-joker-archive .read-more:after {
  content: "";
  background-image: url(/wp-content/uploads/2022/02/Arrow-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 8px;
  position: relative;
  top: 0px;
  left: 5px;
}

#dh-joker-index a:after {
  content: "";
  background-image: url(/wp-content/uploads/2022/02/Arrow-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 8px;
  position: relative;
  top: -2px;
  left: 5px;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #8F8F8F;
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #8F8F8F;
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #8F8F8F;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #8F8F8F;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #8F8F8F;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #8F8F8F;
}

#product_list {
  border: solid 1px #DBDBDB;
  width: 100%;
  padding: 12px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 8px;
  outline: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #8F8F8F;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#angle-down {
  position: absolute;
  display: block;
  right: 15%;
  top: 28.4%;
}

#contact-form-float #angle-down {
  position: absolute;
  display: block;
  right: 15%;
  top: 20.9%;
}

#dh-joker-breadcrumb .Home {
  color: #4D4D4D;
}

#dh-joker-breadcrumb div a {
  color: #4D4D4D;
}

#dh-joker-breadcrumb div span {
  color: #4D4D4D;
}

#top-banner + #dh-joker-breadcrumb &gt; div:last-child {
  color: #004A9A;
}

.single-product .summary &gt; a.button {
  display: none;
}

.single-product .summary &gt; p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #1A1A1A !important;
}

#primary .woocommerce-Tabs-panel {
  background-color: #DBDBDB;
  padding-top: 40px;
  padding-bottom: 56px;
}

#primary .woocommerce-Tabs-panel p {
  margin-bottom: 20px;
  margin-left: 6px;
}

#primary .woocommerce-Tabs-panel &gt; p,
#primary .woocommerce-Tabs-panel section {
  padding-left: 76px;
  padding-right: 76px;
}

@media (max-width: 768px) {
  #primary .woocommerce-Tabs-panel &gt; p,
  #primary .woocommerce-Tabs-panel section {
    padding: 0 24px;
  }
}

#primary .woocommerce-Tabs-panel h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  margin-left: 8px;
  margin-bottom: 20px;
}

.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.woocommerce-Tabs-panel .app_img li::before,
.woocommerce-Tabs-panel .DL-tab li::before {
  display: none;
}

.app_text {
  width: calc(100% - 152px);
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .app_text {
    width: 100%;
  }
}

.app_text &gt; ul {
  word-break: break-all;
}

.app_img {
  width: calc(100% - 152px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  /*     width: 40%; */
}

@media (max-width: 768px) {
  .app_img {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.woocommerce-Tabs-panel .app_img &gt; li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.3%;
  padding-right: 10px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .woocommerce-Tabs-panel .app_img &gt; li {
    width: 100%;
  }
}

.woocommerce-Tabs-panel .app_img &gt; li:nth-child(3n) {
  padding-right: 0;
}

.woocommerce-Tabs-panel .app_img &gt; img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.woocommerce-Tabs-panel .app_img &gt; img:nth-child(1) {
  width: 50%;
}

.woocommerce-Tabs-panel .app_img &gt; img:nth-child(2) {
  width: 50%;
}

.woocommerce-Tabs-panel .app_img &gt; li &gt; img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.DL-tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.DL-tab li &gt; svg {
  margin-right: 15px;
}

.DL-tab li &gt; a:hover {
  color: red;
}

.DL-tab li &gt; a {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 1px;
  color: #1A1A1A;
}

ul.product-list-ul li .info &gt; h3 {
  font-weight: 500;
}

ul.product-list-ul li .info &gt; div {
  font-weight: 100;
  opacity: 0.8;
}

.archive-catalogue h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
}

#primary-menu &gt; li#menu-item-24:hover &gt; a:after {
  width: 100%;
}

#about-rda p {
  margin-bottom: 20px;
}

#about-certificate .about-certificate h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
}

#dh-joker-index h4 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #1A1A1A;
}

.relate_title {
  margin: 0 auto;
  width: 81.6%;
}

@media (max-width: 768px) {
  .relate_title {
    width: 100%;
    padding: 0 24px;
  }
}

.relate_title &gt; h2 {
  font-weight: 900;
  font-size: 46px;
  line-height: 54px;
  letter-spacing: 2px;
  color: #002956;
}

.post-relate-block .excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.post-relate-block {
  -ms-grid-columns: (1fr)[3] !important;
      grid-template-columns: repeat(3, 1fr) !important;
  gap: 40px !important;
}

@media (max-width: 768px) {
  .post-relate-block {
    -ms-grid-columns: (1fr)[2] !important;
        grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 500px) {
  .post-relate-block {
    -ms-grid-columns: (1fr)[1] !important;
        grid-template-columns: repeat(1, 1fr) !important;
  }
}

.post-relate-block .post-image {
  height: 270px !important;
}

#home-product .flex-right .product:nth-of-type(3) &gt; a,
#home-product .flex-right .product:nth-of-type(4) &gt; a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#home-product .flex-right .product:nth-of-type(3) img {
  width: 60%;
  margin: 0 auto;
}

#home-product .flex-right .product:nth-of-type(4) img {
  width: 75%;
  margin: 0 auto;
}

#home-product .flex-left img {
  margin-top: 80px;
  margin-bottom: 20px;
}

.thumbnail-list h3:hover i {
  color: #E71E0F !important;
  font-weight: bold;
}

.single-product .summary .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.single-product .summary .gallery .gallery-item {
  max-width: 60px;
  /*     box-shadow: 0px 4px 10px rgba(121, 133, 151, 0.25); */
}

#map-canvas {
  height: 763px;
  width: 100%;
  max-width: 100%;
  position: relative;
}

.placeDiv {
  z-index: 9;
  position: absolute;
}

.map-container {
  position: relative;
}

.placecard__container {
  -webkit-box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
          box-shadow: rgba(0, 0, 0, 0.298039) 0px 1px 4px -1px;
  max-width: 330px;
  width: 100%;
  background: white none repeat scroll 0% 0%/auto padding-box border-box;
  border-radius: 2px 2px 2px 2px;
  font: normal normal normal normal 11px / normal Roboto, Arial, sans-serif;
  margin: 10px;
  padding: 9px 4px 9px 11px;
  overflow: hidden;
}

.placecard__left {
  float: left;
  width: 75%;
}

.placecard__right {
  text-align: center;
  float: left;
  width: 25%;
}

.placecard__business-name {
  cursor: default;
  height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 200px;
  -webkit-perspective-origin: 100px 9.5px;
          perspective-origin: 100px 9.5px;
  -webkit-transform-origin: 100px 9.5px;
          transform-origin: 100px 9.5px;
  font: normal normal 500 normal 14px / normal Roboto, Arial;
  overflow: hidden;
  margin: 0;
}

.placecard__info {
  color: #5b5b5b;
  cursor: default;
  /*     height: 32px; */
  height: auto;
  width: 200px;
  -webkit-column-rule-color: #5b5b5b;
          column-rule-color: #5b5b5b;
  -webkit-perspective-origin: 100px 16px;
          perspective-origin: 100px 16px;
  -webkit-transform-origin: 100px 16px;
          transform-origin: 100px 16px;
  border: 0px none #5b5b5b;
  font: normal normal normal normal 12px / normal Roboto, Arial;
  margin: 6px 0px 0px;
  outline: #5b5b5b none 0px;
}

.placecard__direction-icon {
  background: rgba(0, 0, 0, 0) url("https://maps.gstatic.com/mapfiles/embed/images/entity11.png") repeat scroll 0px 0px/70px 210px padding-box border-box;
  height: 22px;
  width: 22px;
  margin-right: auto;
  margin-left: auto;
}

.placecard__direction-link {
  color: #3a84df;
  display: block;
  height: 43px;
  text-decoration: none;
  width: 54.7344px;
}

.placecard__view-large {
  display: block;
  margin-top: 10px;
  color: #3a84df;
  text-decoration: none;
}

/* #contact-form-float &gt; .contact-form-field {
    display: none;
} */
label.required &gt; span.wpcf7-form-control-wrap::after {
  content: "";
  display: none;
}

.uploadffile .wpcf7-file {
  margin-top: 10px;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
  background-color: #004A9A;
  color: #FFF;
  text-align: center;
  padding: 16px 0;
  border: none;
  width: 100%;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
}

.fild-uplond {
  background: #FFFFFF;
  border: 1px solid #DBDBDB;
  padding: 16px 32px;
  -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;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .fild-uplond {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fild-uplond br {
  display: none;
}

input.wpcf7-form-control.wpcf7-file,
span.wpcf7-form-control-wrap.uploadffile {
  display: none;
}

.placeholder_btn {
  background-color: #004A9A;
  color: #FFF;
  text-align: center;
  padding: 8px 0;
  border: none;
  width: 20%;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .placeholder_btn {
    width: 100%;
  }
}

.placeholder_text {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #8F8F8F;
}

.wpcf7-not-valid-tip {
  font-size: 0.01em;
}

.contact-form-field &gt; .wpcf7-response-output {
  margin-top: 0px !important;
  font-size: 0.6em;
}

#contact-form-float h3 {
  display: none;
}

div#dh-joker-product-header {
  margin-bottom: 30px;
}

img.install_single_img {
  /*     width: 35%; */
  width: 80%;
}

ul.product-list-ul li .info &gt; div {
  display: none;
}

.main-navigation .wpml-ls-legacy-dropdown ul {
  width: 100%;
}

.main-navigation .wpml-ls-legacy-dropdown ul .wpml-ls-sub-menu {
  background: white;
  -webkit-box-shadow: 0px 20px 50px rgba(121, 137, 151, 0.2);
          box-shadow: 0px 20px 50px rgba(121, 137, 151, 0.2);
}

.main-navigation .wpml-ls-legacy-dropdown ul li {
  width: 100%;
  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;
}

.main-navigation .wpml-ls-legacy-dropdown ul li ul li {
  padding: 8px 0;
}

.main-navigation .wpml-ls-legacy-dropdown ul li ul li:hover {
  background-color: var(--red);
}

.main-navigation .wpml-ls-legacy-dropdown .wpml-ls-current-language a {
  padding: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  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;
  overflow: hidden;
}

.main-navigation .wpml-ls-legacy-dropdown .wpml-ls-current-language a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  image-rendering: -moz-crisp-edges;
  /* Firefox        */
  image-rendering: -o-crisp-edges;
  /* Opera          */
  image-rendering: -webkit-optimize-contrast;
  /* Safari         */
  image-rendering: optimize-contrast;
  /* CSS3 Proposed  */
  image-rendering: crisp-edges;
  /* CSS4 Proposed  */
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  /* CSS4 Proposed  */
  -ms-interpolation-mode: nearest-neighbor;
}

#about-history-swiper {
  width: 81.6%;
}

@media (max-width: 768px) {
  #about-history-swiper {
    width: 100%;
  }
}

#about-history-swiper .swiper-wrapper .swiper-slide p {
  text-align: left;
}

.product-type-simple div p img {
  -webkit-filter: drop-shadow(0px 4px 10px rgba(121, 133, 151, 0.25));
          filter: drop-shadow(0px 4px 10px rgba(121, 133, 151, 0.25));
  margin-right: 20px;
}

#about-oem {
  display: none;
}

.entry-content table tbody {
  display: block;
  border-collapse: separate;
  border-spacing: 0px;
/*   border: 2px solid black; */
	border:0px;
}

.entry-content table tbody tr {
  display: block;
  border-collapse: separate;
  border-spacing: 0px;
	border:0px;
/*   border-top: 1px solid black;
  border-left: 1px solid black; */
/*   height: 40px; */
}

.entry-content table tbody tr:last-child {
/*   border-bottom: 1px solid black; */
}

.entry-content table tbody tr td {
  border-spacing: 0px;
/*   border-right: 1px solid black; */
  text-align: left;
  width: 120px;
  height: 40px;
}
.entry-content table tbody tr td img{
	margin:0 20px;
}

.row_two {
  width: 100%;
  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;
}

@media (max-width: 768px) {
  .row_two {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.row_two .rowLeft {
  width: 50%;
}

@media (max-width: 768px) {
  .row_two .rowLeft {
    width: 100%;
    padding-bottom: 16px;
  }
}

.row_two .rowRight {
  width: 50%;
}

@media (max-width: 768px) {
  .row_two .rowRight {
    width: 100%;
    padding-bottom: 40px;
  }
}

.imgCenter {
  text-align: center;
}

#dh-joker-thank-you {
  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;
  height: 300px;
}

#dh-joker-thank-you .thankYou {
  text-align: center;
  font-size: 100px;
}

.woocommerce-Tabs-panel--application .app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .woocommerce-Tabs-panel--application .app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.woocommerce-Tabs-panel--application .app .app_text {
  width: 50%;
}

@media (max-width: 768px) {
  .woocommerce-Tabs-panel--application .app .app_text {
    width: 100%;
  }
}

.woocommerce-Tabs-panel--application .app .app_img {
  width: 50%;
}

@media (max-width: 768px) {
  .woocommerce-Tabs-panel--application .app .app_img {
    width: 100%;
  }
}

.woocommerce-Tabs-panel--application .app .app_img img {
  height: auto;
}

[data-slug="home"] #top-banner .img.swiper-slide {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  [data-slug="home"] #top-banner .img.swiper-slide {
    padding: 0 24px;
    background-size: 100%;
    background-position: 100% 89px;
  }
}

#dh-joker-contact-us a {
  color: #4D4D4D;
}

#about-rda p {
  text-align: left;
}

@media (max-width: 768px) {
  #top-banner .swiper-pagination {
    top: 35%;
  }
}

.privacy {
  width: 81.6%;
  margin: auto;
  padding-bottom: 60px;
}

footer a {
  color: white;
}

footer a:visited {
  color: white;
}

@media (max-width: 1100px) {
  .entry-content table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .entry-content table tbody tr td {
    width: 25%;
  }
  #dh-joker-search .post-image + div {
    padding: 20px 20px 40px;
  }
}

#primary-menu .menu-item .sub-menu-toggler {
  position: absolute;
  right: 16px;
}
/*# sourceMappingURL=style.css.map */



/* 2024-04 內文相關文章 */
.post-relate-block .excerpt p {
    word-break: break-all !important;
}



/* 隱私權政策 */
.pp_1st h2{
	font-size: 24px !important;
    font-weight: 900;
    color: #002956;
    letter-spacing: 2px;
	margin:50px 0 20px 0;
}
.pp_1st ol,.pp_1st li,.pp_1st ul{
    margin: 20px 0 !important;
}
.pp_1st ol,.pp_1st li,.pp_1st ul{
	font-size: 16px ;
    color: #000;
    letter-spacing: 2px;
}


.single-post .entry-content table tbody tr td {
    height: auto !important;
    min-width: 100px;
    padding: 12px;
}</pre></body></html>