@font-face {
  font-family: 'FuturaLT';
  src: url(../fonts/FuturaLT-Book.ttf) format('truetype'), url(../fonts/FuturaLT-Book.eot) format('eot'), url(../fonts/FuturaLT-Book.woff) format('woff'), url(../fonts/FuturaLT-Book.woff2) format('woff2');
  font-weight: 400;
}
@font-face {
  font-family: 'FuturaLT';
  src: url(../fonts/FuturaLT-Bold.ttf) format('truetype'), url(../fonts/FuturaLT-Bold.eot) format('eot'), url(../fonts/FuturaLT-Bold.woff) format('woff'), url(../fonts/FuturaLT-Bold.woff2) format('woff2');
  font-weight: bold;
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
body {
  font-family: "FuturaLT";
  font-weight: 400;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1650px;
}
.container.container-small {
  max-width: 1550px;
}
#menuContent {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 630px;
  height: 100%;
  z-index: 999;
  background: #fff;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  box-shadow: 14px 0px 7px 12px;
}
#menuContent .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 15%;
}
#menuContent.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#menuContent .info p {
  font-size: 18px;
  margin-top: 20px;
}
#menuContent .info .video {
  margin-top: 40px;
  position: relative;
}
#menuContent .info .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 126px;
  height: 126px;
  line-height: 126px;
  margin-left: -63px;
  margin-top: -63px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}
#menuContent .info .video .play img {
  vertical-align: middle;
}
#menuContent .info .video .play::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  background: url(../images/flex-play-border.png) center;
  background-size: 100% 100%;
}
#menuContent .info .video .play:hover::before {
  -webkit-animation: rote 3s linear infinite;
  -moz-animation: rote 3s linear infinite;
  animation: rote 3s linear infinite;
}
#menuContent .contact {
  margin-top: 60px;
}
#menuContent .contact h3 {
  font-size: 25px;
  text-transform: capitalize;
}
#menuContent .contact ul {
  margin-top: 15px;
}
#menuContent .contact ul li {
  font-size: 14px;
  margin-bottom: 22px;
}
#menuContent .contact ul li:last-child {
  margin-bottom: 0;
}
#menuContent .codes {
  margin-top: 20px;
}
#menuContent .codes .item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
#menuContent .codes .item + .item {
  margin-left: 15px;
}
#menuContent .codes .item > div:first-child {
  width: 70px;
  margin: auto;
}
#menuContent span.close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#menuContent span.close::after,
#menuContent span.close::before {
  content: '';
  width: 90%;
  height: 2px;
  background: black;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 5%;
}
#menuContent span.close::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#menuContent span.close::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
ul.support-lists {
  position: fixed;
  top: 70%;
  right: 40px;
  list-style: none;
  width: 68px;
  background: #fff;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 2;
  color: #181818;
}
ul.support-lists li {
  display: block;
}
ul.support-lists li a {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
}
ul.support-lists li .info {
  top: 0;
  right: 100%;
  white-space: nowrap;
  background-color: #ffffff;
  padding: 20%;
  transform: translateX(100%);
  pointer-events: none;
  opacity: 0;
  transition: .5s ease;
}
ul.support-lists li:hover .info {
  transform: translateX(0);
  opacity: 1;
  pointer-events: painted;
}
ul.support-lists li img {
  vertical-align: middle;
}
@media (max-width: 1024px) {
  ul.support-lists {
    display: none;
  }
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #dbdbdb;
}
#header .nav {
  background: #FFFFFF;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  width: 15%;
  text-align: center;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
  width: 40%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  padding: 25px 0;
  font-size: 16px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li + li {
  margin-left: 45px;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  border-bottom: 1px solid currentColor;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 200px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-info {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .menu-info .social-links {
  margin-right: 20px;
}
#header .nav .ui.menu .menu-info .social-links a {
  margin: 0 2px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
#header .nav .ui.menu .h-search {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 15px;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .menu-btn {
  width: 27px;
  cursor: pointer;
}
#header .nav .ui.menu .menu-btn span {
  display: block;
  border-bottom: 1px solid #000000;
}
#header .nav .ui.menu .menu-btn span + span {
  margin-top: 7px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  right: 8%;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid var(--theme-border-color);
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 100%;
  height: 200%;
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
#mobile .m-search {
  padding: 10px 15px;
  background: #020614;
  z-index: 2;
  position: relative;
  display: flex;
  align-items: center;
}
#mobile .language-box {
  position: absolute;
  top: 0;
  right: 15px;
  margin-right: 0;
}

#mobile .m-search form {
  flex: 1;
  position: relative;
}
#mobile .m-search form input {
  width: 100%;
  line-height: 40px;
  height: 40px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  background: white;
  background-size: 14px;
  padding-left: 40px;
  font-size: 14px;
}
#mobile .m-search form input[type="submit"] {
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/icon-search-black.png") center center no-repeat;
  background-size: 14px;
  padding: 0;
}
#mobile .m-logo {
  text-align: center;
  background: #fff;
  z-index: 1;
  position: relative;
  line-height: 60px;
  height: 60px;
}
#mobile .m-logo img {
  max-height: 40px;
  display: inline-block;
  vertical-align: middle;
  max-width: 130px;
}
#mobile .m-btn {
  position: absolute;
  bottom: 16px;
  left: 15px;
  width: 30px;
  z-index: 2;
  height: 24px;
}
#mobile .m-btn i {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: black;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .m-btn i.ie1 {
  margin-top: -10px;
}
#mobile .m-btn i.ie3 {
  margin-top: 10px;
}
#mobile .box {
  position: fixed;
  background: white;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  z-index: 0;
  height: 100%;
  overflow: auto;
  top: 0;
  padding: 25px;
  padding-top: 145px;
}
#mobile .m-nav ul li {
  display: block;
  position: relative;
}
#mobile .m-nav ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-right: 40px;
}
#mobile .m-nav ul li a:hover {
  background: #eee;
  padding-left: 15px;
}
#mobile .m-nav ul li i {
  position: absolute;
  right: 0;
  top: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#mobile .m-nav ul li i:before {
  content: "\f105";
  font-family: "FontAwesome";
}
#mobile .m-nav ul li.children > i:before {
  content: "\f107";
}
#mobile .m-nav ul li.children.active > i:before {
  content: "\f106";
}
#mobile .m-nav ul li ul {
  display: none;
}
#mobile .m-nav ul li li a {
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}
#mobile .m-nav ul li li a:after {
  content: '-';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .m-nav ul li li a:hover {
  padding-left: 30px;
}
#mobile .yuy {
  padding: 20px 0;
}
#mobile .yuy h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#mobile .yuy ul li {
  width: auto;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  padding-right: 5px;
  border-right: 1px solid #eee;
  margin-bottom: 5px;
}
#mobile .yuy ul li img {
  max-width: 30px;
}
#mobile h6 {
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #eee;
}
#mobile #gotop {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  background: white;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  position: fixed;
  right: 10px;
  bottom: 20px;
  display: none;
}
#mobile.active .m-btn i {
  margin: 0 !important;
}
#mobile.active .m-btn i.ie1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile.active .m-btn i.ie2 {
  opacity: 0;
}
#mobile.active .m-btn i.ie3 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile.active:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#mobile.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1200px) {
  #banner,
  .inner-banner,
  .inner-page {
    margin-top: 120px;
  }
}
.language-box {
  margin-right: 20px;
  position: relative;
  cursor: pointer;
}
.language-box .language-img {
  margin-right: 5px;
  width: auto;
  vertical-align: middle;
}
.language-box .language-img img {
  vertical-align: middle;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 100%;
  right: 0;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 12px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #ffb11b;
  color: white;
}
.language-box:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
@-webkit-keyframes sca {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@-moz-keyframes sca {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes sca {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
  }
}
#banner {
  position: relative;
}
#banner .slick-current li > img {
  -webkit-animation: sca 5s linear forwards;
  -moz-animation: sca 5s linear forwards;
  animation: sca 5s linear forwards;
}
#banner li {
  position: relative;
}
#banner .content {
  position: absolute;
  width: 84%;
  left: 8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .left {
  text-align: right;
}
#banner h2 {
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
}
#banner p {
  margin-bottom: 40px;
  font-size: 16px;
  color: #FFFFFF;
}
.baseBtn {
  display: inline-block;
  min-width: 200px;
  height: 42px;
  line-height: 42px;
  font-size: 0;
  background-color: #FFFFFF;
  text-align: center;
  transition: .5s ease;
}
.baseBtn:hover {
  color: #fff;
  background-color: #000;
}

.baseBtn:hover img {
  filter: brightness(0) invert(1);
}

.baseBtn span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15%;
}
.baseBtn img {
  display: inline-block;
  vertical-align: middle;
  transition: filter .5s ease;
}
.baseBtn.black {
  color: #FFFFFF;
  background-color: #000000;
}
.baseBtn.black img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.baseDots li {
  display: inline-block;
  color: #c5c5c5;
}
.baseDots li.slick-active {
  color: #dac079;
}
.baseDots li > div {
  cursor: pointer;
}
.baseDots li + li::before {
  content: "";
  display: inline-block;
  width: 50px;
  border-bottom: 1px solid #c5c5c5;
}
.baseDots li + li div {
  display: inline-block;
}
.init-1 {
  background-color: #FFFFFF;
  position: relative;
  padding: 90px 0 150px;
}
.init-1 .container {
  max-width: 1350px;
}
.init-1 .Tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  text-transform: uppercase;
}
.init-1 .text {
  font-size: 31px;
}
@-webkit-keyframes rote {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rote {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rote {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.our-about {
  background: url(../images/about-bg.jpg);
  padding: 100px 0;
  position: relative;
}
.our-about .box {
  margin-top: -150px;
}
.our-about .left {
  width: 35%;
}
.our-about .left > div {
  display: inline-block;
  position: relative;
}
.our-about .left .play {
  font-size: 0;
  width: 240px;
  height: 240px;
  line-height: 240px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: -120px;
  bottom: -140px;
  cursor: pointer;
}
.our-about .left .play > div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  background: url(../images/play-border.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: rote 5s linear infinite;
  -moz-animation: rote 5s linear infinite;
  animation: rote 5s linear infinite;
}
.our-about .left .play span {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.our-about .left .play img {
  vertical-align: middle;
}
.our-about .right {
  width: 65%;
  padding-left: 50px;
  margin-top: 100px;
}
.our-about .right .img {
  margin-top: 70px;
  padding-left: 150px;
}
.our-about .Tit {
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
}
.our-about .aboutBtn {
  color: #dac079;
}
.i-ohter {
  background: url(../images/other-bg.jpg) no-repeat center;
  background-size: cover;
  min-height: 790px;
  padding-top: 190px;
  position: relative;
}
.i-ohter .Tit {
  font-size: 120px;
  color: #FFFFFF;
}
.i-ohter .text {
  color: #FFFFFF;
}
.our-news {
  background: url(../images/news-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 110px 0;
  position: relative;
}
.our-news .box {
  background-color: #FFFFFF;
  padding: 60px 9%;
}
.our-news .Tit {
  font-size: 60px;
  text-transform: uppercase;
}
.our-news .list ul {
  margin: -22px;
}
.our-news .list li {
  padding: 22px;
}
.our-news .list .mml-text {
  border: 1px solid #000000;
  position: relative;
  padding: 50px 25px 25px;
  z-index: 1;
}
.our-news .list .mml-text .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-news .list .mml-text .cate {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-news .list .mml-text .name {
  line-height: 1.5;
  min-height: 6em;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-news .list .mml-text .name a {
  -webkit-transition: background-size 0.3s ease;
  -moz-transition: background-size 0.3s ease;
  transition: background-size 0.3s ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.our-news .list .mml-text .line {
  border-bottom: 1px solid #000000;
  opacity: .3;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-news .list .mml-text .date {
  line-height: 24px;
}
.our-news .list .mml-text .date img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-news .list .mml-text time {
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}
.our-news .list .mml-text:hover .bg {
  opacity: 1;
}
.our-news .list .mml-text:hover .cate {
  color: #dac079;
}
.our-news .list .mml-text:hover .name {
  color: #FFFFFF;
}
.our-news .list .mml-text:hover .name a {
  background-size: 100% 1px;
}
.our-news .list .mml-text:hover .line {
  border-color: #FFFFFF;
}
.our-news .list .mml-text:hover .date img {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.our-news .list .mml-text:hover time {
  color: #FFFFFF;
}
.our-news .baseDots {
  margin-top: 50px;
}
.our-service {
  background-color: #FFFFFF;
  padding: 120px 0;
  position: relative;
}
.our-service .Tit {
  font-size: 48px;
}
.our-service .list {
  margin-top: 80px;
}
.our-service .list ul {
  margin: -25px;
}
.our-service .list li {
  padding: 25px;
}
.our-service .list li .img {
  margin-bottom: 40px;
}
.our-service .list li .name a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.our-service .list li .name:hover a {
  background-size: 100% 1px;
  color: #c9b16f;
}
.quick-link {
  background-color: #1b1b1b;
  padding: 75px 0;
  position: relative;
}
.quick-link ul {
  margin: -25px;
}
.quick-link li {
  padding: 25px;
}
.quick-link li .mml-text {
  opacity: .6;
  display: block;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.quick-link li .mml-text .img {
  height: 55px;
  line-height: 55px;
  opacity: .6;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.quick-link li .mml-text .img img {
  vertical-align: middle;
  -webkit-transition: -webkit-filter .5s ease;
  transition: -webkit-filter .5s ease;
  -moz-transition: filter .5s ease;
  transition: filter .5s ease;
  transition: filter .5s ease, -webkit-filter .5s ease;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.quick-link li .mml-text .name {
  font-size: 30px;
  line-height: 3;
  min-height: 3em;
  color: #FFFFFF;
  opacity: .6;
  background-color: .3s ease;
}
.quick-link li .mml-text .name > div {
  line-height: 1.5;
  display: inline-block;
  vertical-align: bottom;
}
.quick-link li .mml-text .name span {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.quick-link li .mml-text:hover {
  opacity: 1;
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  transform: translateY(-8px);
  background-color: #FFFFFF;
}
.quick-link li .mml-text:hover .img {
  opacity: 1;
}
.quick-link li .mml-text:hover .img img {
  -webkit-filter: none;
  filter: none;
}
.quick-link li .mml-text:hover .name {
  color: #000000;
  opacity: 1;
}
.quick-link li .mml-text:hover .name span {
  background-size: 100% 1px;
}
#footer {
  background-color: #1b1b1b;
  color: #FFFFFF;
}
#footer .foot-top {
  padding: 30px 0 60px;
}
#footer .foot-top .foot-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .foot-top .foot-content .foot-block {
  max-width: 540px;
}
#footer .foot-top .foot-content .foot-block:last-child {
  max-width: 320px;
}
#footer .foot-top .foot-content .foot-block .social-links a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  transition: .5s ease;
}
#footer .foot-top .foot-content .foot-block .social-links a:hover {
  color: #c9b16f;
  transform: translateY(-5px);
}
#footer .foot-top .foot-content .foot-block .social-links a:hover svg path {
  fill: #c9b16f;
}
#footer .foot-top .foot-content .foot-block .social-links a + a {
  margin-left: 15px;
}
#footer .foot-top .foot-content .foot-block .logo {
  margin-bottom: 40px;
}
#footer .foot-top .foot-content .foot-block h4 {
  font-size: 25px;
  margin-bottom: 40px;
}
#footer .foot-top .foot-content .foot-block ul li a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
#footer .foot-top .foot-content .foot-block ul li a:hover {
  background-size: 100% 1px;
}
#footer .foot-top .foot-content .foot-block ul li + li {
  margin-top: 24px;
}
#footer .foot-top .foot-content .foot-block .codes {
  margin-top: 30px;
}
#footer .foot-top .foot-content .foot-block .codes .item {
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
/*#footer .foot-top .foot-content .foot-block .codes .item + .item {
  margin-left: 50px;
}*/
#footer .foot-top .foot-content .foot-block .codes .item > div:first-child {
  width: 70px;
  margin: auto;
}
#footer .foot-bottom {
  padding: 40px 0;
}
#footer .foot-bottom .container {
  max-width: 1700px;
}
#footer .foot-bottom a:hover {
  opacity: 1;
}
#footer .foot-bottom img {
  max-height: 14px;
}
.mob_code {
  border: 3px solid #FFFFFF;
}
.bg {
  background-color: #FFFFFF;
}
.page_Design .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10vh 0;
  height: 100vh;
}
.page_Design .box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 5%;
  bottom: 5%;
  right: 0;
  left: 70%;
  background: url(../images/category-bg.jpg);
}
.page_Design .box .fk-tit {
  position: absolute;
  top: 10%;
  left: 18%;
  text-align: center;
}
.page_Design .box .fk-tit .tag {
  color: #c9b16f;
}
.page_Design .box .fk-tit .Tit {
  font-size: 115px;
  line-height: 1;
  font-weight: bold;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: .75;
  color: #afafaf;
  margin-top: 60px;
}
.page_Design .box .left {
  width: 70%;
}
.page_Design .box .left > div {
  overflow: hidden;
}
.page_Design .box .right {
  width: 30%;
  text-align: center;
  padding: 0 40px;
}
.page_Design .box .right li {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}
.page_Design .box .right li::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 100%;
  width: 0;
  border-bottom: 1px solid #FFFFFF;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.page_Design .box .right li + li {
  margin-top: 30px;
}
.page_Design .box .right li a {
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
  background: -webkit-gradient(linear, left top, right top, from(currentcolor), to(currentcolor)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 100% / 0px 1px no-repeat;
}
.page_Design .box .right li.active::after {
  width: 400px;
}
.page_Design .box .right li.active a {
  color: #c9b16f;
  background-size: 100% 1px;
}
.page_Design .swiper .swiper-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page_Design .swiper .swiper-wrapper .swiper-slide {
  width: 70vw;
}
.page_Design .swiper .swiper-wrapper .swiper-slide:not(:last-child) {
  margin-right: 150px;
}
.page_Design .swiper .swiper-wrapper .swiper-slide .item {
  width: 100%;
}
.page_Design .swiper .swiper-wrapper .swiper-slide .item .item_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.page_Design .swiper .swiper-wrapper .swiper-slide .item .item_content .img + .img {
  margin-left: 150px;
}
#banner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.lpk_phone {
  display: none;
}
.i-category {
  padding: 60px 0;
  position: relative;
  background-color: #FFFFFF;
  text-align: center;
}
.i-category .Tit {
  font-size: 24px;
}
.i-category .list ul {
  margin: -15px;
}
.i-category .list li {
  padding: 15px;
}
@media (max-width: 1650px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li + li {
    margin-left: 30px;
  }
  #banner h2 {
    font-size: 48px;
  }
  .i-ohter .Tit {
    font-size: 90px;
  }
  .our-news .Tit {
    font-size: 48px;
  }
  .page_Design .swiper .swiper-wrapper .swiper-slide:not(:last-child) {
    margin-right: 100px;
  }
  .page_Design .swiper .swiper-wrapper .swiper-slide .item .item_content .img + .img {
    margin-left: 100px;
  }
  .page_Design .box .right {
    padding: 0 15px;
  }
  .page_Design .box .right li {
    font-size: 22px;
  }
  .page_Design .box .fk-tit {
    top: 20%;
  }
  .page_Design .box .fk-tit .Tit {
    font-size: 80px;
  }
  .page_Design .box .right li.active::after {
    width: 200px;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .logo {
    width: 10%;
  }
  #header .nav .ui.menu .menu-box {
    width: 45%;
  }
  #header .nav .ui.menu .menu-info {
    width: 45%;
  }
  #header .nav .ui.menu .menu-box ul.menu > li + li {
    margin-left: 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
  #banner h2 {
    font-size: 36px;
  }
  .init-1 .text {
    font-size: 24px;
  }
  .our-about .Tit {
    font-size: 36px;
  }
  .i-ohter {
    min-height: 600px;
  }
  .i-ohter .Tit {
    font-size: 60px;
  }
  .our-news .Tit {
    font-size: 36px;
  }
  .our-news .list ul {
    margin: -15px;
  }
  .our-news .list li {
    padding: 15px;
  }
  .our-service .Tit {
    font-size: 36px;
  }
  .our-service .list ul {
    margin: -15px;
  }
  .our-service .list li {
    padding: 15px;
  }
  .quick-link ul {
    margin: -15px;
  }
  .quick-link li {
    padding: 15px;
  }
  .quick-link li .mml-text .name {
    font-size: 22px;
  }
  #footer .foot-top .foot-content .foot-block {
    max-width: 340px;
  }
  .page_Design .box .right li {
    font-size: 18px;
  }
  .page_Design .box .right li.active::after {
    width: 100px;
  }
  .page_Design .swiper .swiper-wrapper .swiper-slide:not(:last-child) {
    margin-right: 50px;
  }
  .page_Design .swiper .swiper-wrapper .swiper-slide .item .item_content .img + .img {
    margin-left: 50px;
  }
  .page_Design .box .fk-tit {
    display: none;
  }
  .font-22 {
    font-size: 18px;
  }
  .font-20 {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #nav-height {
    display: none;
  }
  #header {
    display: none!important;
  }
  #mobile {
    display: block;
  }
  .font-18 {
    font-size: 16px;
  }

  .font-30 {
    font-size: 24px;
  }

  .our-news .box {
    padding: 60px 5%;
  }
  .quick-link li .mml-text .name {
    font-size: 18px;
  }
  #footer .foot-top .foot-content .foot-block h4 {
    font-size: 20px;
  }
  #footer .foot-top .foot-content .foot-block:last-child {
    max-width: 250px;
  }
  #footer .foot-top .foot-content .foot-block .codes .item + .item {
    margin-left: 10px;
  }
  .page_Design .swiper .swiper-wrapper .swiper-slide {
    width: 70vw;
  }
  .page_Design .box .left {
    width: 70%;
  }
  .page_Design .box .right {
    width: 30%;
  }
  .page_Design .box::before {
    left: 60%;
  }
}
@media (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #banner .content {
    width: 90%;
    left: 5%;
  }
  #banner h2 {
    font-size: 24px;
  }
  #banner .baseDots {
    display: none;
  }
  .baseBtn {
    min-width: auto;
    padding: 0 15px;
  }
  .baseBtn span {
    margin-right: 15px;
  }
  .init-1 {
    padding: 60px 0;
  }
  .init-1 .Tit {
    font-size: 16px;
  }
  .init-1 .text {
    font-size: 18px;
  }
  .our-about {
    padding: 60px 0;
  }
  .our-about .Tit {
    font-size: 24px;
    line-height: 1.5;
  }
  .our-about .box {
    margin-top: 0;
  }
  .our-about .left {
    width: 100%;
    display: none;
  }
  .our-about .left .play {
    right: 50%;
    bottom: 50%;
    -webkit-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -ms-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
  }
  .our-about .right {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
  .our-about .right .img {
    margin-top: 40px;
    padding-left: 0;
  }
  .i-ohter {
    min-height: 400px;
    padding-top: 100px;
  }
  .i-ohter .Tit {
    font-size: 40px;
  }
  .our-news {
    padding: 60px 0;
  }
  .our-news .Tit {
    font-size: 24px;
  }
  .our-service {
    padding: 60px 0;
  }
  .our-service .Tit {
    font-size: 24px;
  }
  .our-service .list {
    margin-top: 40px;
  }
  .our-service .list li .img {
    margin-bottom: 20px;
  }
  .quick-link {
    padding: 40px 0;
  }
  .hide-1000 {
    display: none!important;
  }
  #footer .foot-top {
    padding: 30px 0;
  }
  #footer .foot-top .foot-content {
    display: block;
  }
  #footer .foot-top .foot-content .foot-block {
    max-width: 100%!important;
  }
  #footer .foot-top .foot-content .foot-block + .foot-block {
    margin-top: 40px;
  }
  #footer .foot-top .foot-content .foot-block h4 {
    margin-bottom: 20px;
  }
  #footer .foot-bottom {
    padding: 20px 0;
  }
  #footer .foot-bottom .fl,
  #footer .foot-bottom .fr {
    float: none;
  }
  #footer .foot-bottom {
    text-align: center;
  }
  .lpk_pc {
    display: none;
  }
  .lpk_phone {
    display: block;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner h2 {
    margin-bottom: 10px;
  }
  #banner h2 br {
    display: none;
  }
  #banner p {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .font-16 {
    font-size: 14px;
  }
  .font-18 {
    font-size: 14px;
  }

  .font-30 {
    font-size: 20px;
  }

  .i-ohter {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .i-ohter .Tit {
    font-size: 24px;
  }
  .i-ohter .text {
    margin-bottom: 20px;
  }
  .our-news .list .mml-text {
    padding: 30px 15px;
  }
  .baseDots li + li::before {
    width: 25px;
  }
  .quick-link {
    display: none;
  }
  #footer .foot-top {
    padding: 40px 0;
  }
}
@media (max-width: 500px) {
  #banner li {
    height: 300px;
  }
  #banner li > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.mbx {
  color: #aaaaaa;
}
.mbx span {
  color: #000000;
}
.mbx.white span {
  color: #FFFFFF;
}
.baseLine {
  border-top: 1px solid #585858;
  opacity: .25;
}
.product-page .site-content {
  margin-top: 40px;
  margin-bottom: 150px;
}
select {
  padding: 0.63em 28px 0.63em 1.41575em;
}
select:not([size]):not([multiple]) {
  color: var(--text);
  background-color: var(--background);
  border: 1px solid;
  border-color: var(--border);
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-image: url(../images/select_arrow.png);
  background-position: -webkit-calc(85%) center;
  background-position: -moz-calc(85%) center;
  background-position: calc(85%) center;
  background-repeat: no-repeat;
  border-radius: 0;
}
.umimo-sorting {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.umimo-sorting .woocommerce-ordering {
  position: relative;
}
.umimo-sorting .woocommerce-ordering select {
  font-size: 16px;
  line-height: 1.875;
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #f4f4f4;
}
.filter-toggle {
  color: var(--accent);
  font-size: 16px;
  background: transparent;
  padding: 0;
  margin-right: auto;
  outline: none;
  text-align: center;
  line-height: 46px;
}
.filter-toggle i {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.filter-toggle i img {
  vertical-align: middle;
}
.filter-toggle:focus span,
.filter-toggle:hover span {
  text-decoration: underline;
}
ul.products,
.wc-block-grid__products {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
  padding-left: 15px;
  padding-right: 15px;
  list-style: none;
  margin-bottom: 50px;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}
ul.products li.product .product-caption,
ul.products .wc-block-grid__product .product-caption,
.wc-block-grid__products li.product .product-caption,
.wc-block-grid__products .wc-block-grid__product .product-caption {
  margin-top: 15px;
  line-height: 1.2;
}
ul.products li.product h2,
ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  margin-bottom: 0;
  display: inline;
}
@media (min-width: 450px) and (max-width: 768px) {
  ul.products li.product,
  ul.products .wc-block-grid__product,
  .wc-block-grid__products li.product,
  .wc-block-grid__products .wc-block-grid__product {
    width: 50%;
  }
}
@media (min-width: 768px) {
  ul.products.columns-4 li.product {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.m-page {
  padding-top: 20px;
  border-top: 1px solid;
  border-top-color: #D9D9D9;
}


.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: #a3242a none repeat scroll 0 0;
  color: #fff;
}

.umimo-canvas-filter {
  background-color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  position: fixed;
  z-index: 10002;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  width: 360px;
  height: 100vh;
}
.off-canvas-active .umimo-canvas-filter {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.umimo-overlay-filter {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  bottom: 0;
  z-index: 997;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  -webkit-transition: opacity .25s ease, visibility 0s ease;
  -moz-transition: opacity .25s ease, visibility 0s ease;
  transition: opacity .25s ease, visibility 0s ease;
}
.off-canvas-active .umimo-overlay-filter {
  visibility: visible;
  opacity: 1;
}
.filter-close {
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  display: block;
  cursor: pointer;
  text-align: right;
  vertical-align: middle;
  font-weight: 400;
  font-size: 12px;
  color: var(--accent);
}
.filter-close:after {
  content: '+';
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px;
  font-size: 30px;
  font-weight: 400;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.widget_product_search {
  position: relative;
}
.widget_search form,
.widget_product_search form,
.site-search form {
  position: relative;
  margin-bottom: 0;
}
.widget_search form::before,
.widget_product_search form::before,
.site-search form::before {
  font-size: 18px;
  color: var(--accent);
}
.widget_search form::before,
.widget_product_search form::before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  vertical-align: middle;
  content: "\f002";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.widget_product_search form input[type=text],
.widget_product_search form input[type=search] {
  background-color: #FFFFFF;
  color: #000000;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #000000;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  border-radius: 0;
  outline: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  font-size: 16px;
  border-bottom: 1px solid;
  border-bottom-color: #D9D9D9;
  width: 100%;
  line-height: 1;
  padding: .813em 0;
  padding-right: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.widget_product_search form input[type=submit],
.widget_product_search form button[type=submit] {
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  background: 0 0;
  border: none;
  padding: 0;
}
.alpha,
.beta,
.gamma,
.delta {
  display: block;
}
.widget .widget-title,
.widget .widgettitle {
  font-size: 20px;
  color: #000000;
  margin-bottom: 30px;
}
.widget .product-categories .cat-item {
  margin-bottom: 1em;
  line-height: 1.41575em;
}
.widget .product-categories .cat-item a {
  font-size: 14px;
  text-transform: uppercase;
  color: #444444;
}
.widget .product-categories .cat-item a:hover {
  text-decoration: underline;
}
.widget.woocommerce li .count {
  font-size: 12px;
}
.umimo-canvas-filter a:not(.button),
.widget-area a:not(.button) {
  color: #000000;
  font-size: 16px;
}
.product_list_widget li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.product_list_widget .product-list-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.widget_products a {
  display: block;
}
.product_list_widget li img {
  max-width: 90px;
}
.product_list_widget .product-content {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product_list_widget .product-title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
}
@media (max-width: 768px) {
  .umimo-canvas-filter {
    width: 330px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
caption,
td,
th {
  font-weight: normal;
  text-align: inherit;
}
table.variations {
  margin-bottom: 20px;
}
.variations .label .swatch-label {
  display: none;
}
.select.swatch-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.swatch-control {
  font-size: 14px;
}
.swatch-wrapper.selected {
  -webkit-box-shadow: 0 0 0 1px #956B3A;
  box-shadow: 0 0 0 1px #956B3A;
  color: #956B3A;
}
.lakit-swatch-item-style-default.lakit-swatch-item-type-color {
  border-radius: 50%;
}
.swatch-anchor {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: block;
  border-radius: inherit;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.swatch-wrapper.selected .swatch-anchor {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.lakit-swatch-item-type-color .swatch-anchor {
  background: var(--lakit-swatch--color-1, transparent);
}
.lakit-hint {
  position: relative;
}
.lakit-hint:after,
.lakit-hint:before {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  pointer-events: none;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  left: 50%;
  top: initial;
  right: initial;
  bottom: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.lakit-hint:after {
  content: attr(data-hint);
  background: #171717;
  color: #FFFFFF;
  padding: 7px 10px;
  font-size: .875em;
  line-height: 1;
  white-space: nowrap;
  border-radius: 3px;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  margin-left: initial;
  margin-top: 14px;
  margin-right: initial;
  margin-bottom: initial;
  letter-spacing: 0;
}
.lakit-hint:hover:after,
.lakit-hint:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateX(-50%) translateY(-8px);
  -moz-transform: translateX(-50%) translateY(-8px);
  -ms-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}
.lakit-wrap-cart-cta .wrap-cart-cta .button {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #DFDFDF;
  color: #202020;
  padding: 15px 45px;
  border-radius: 30px;
  background: none;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
.lakit-wrap-cart-cta .wrap-cart-cta .button:hover {
  background: #202020;
  border-color: #202020;
  color: #FFFFFF;
}
.lastudio-kit .layout-type-default .lakit-wc-tabs--controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: inherit;
  -webkit-justify-content: inherit;
  -moz-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit;
  width: 100%;
  margin: 0;
}
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li {
  border: 1px solid #DFDFDF;
  background-color: #fff;
  margin: 0 5px -1px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  padding: 0;
  list-style: none;
}
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li a {
  font: inherit;
  color: inherit;
  display: block;
  padding: 8px 30px;
  text-decoration: inherit;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.wc-tab-title a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wc-tab-title a:after {
  content: "+";
}
.wc-tab.active .wc-tab-title a::after {
  content: "−";
}
.elementor-add-to-cart > .stock,
.lakit-product-tabs .wc-tab-title,
.lakit-swatch-control .swatch-wrapper-more ~ .swatch-wrapper,
.lakit-wfi-source_price_range .price_slider_amount .clear,
.lakitp-zone-item form.variations_form th,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--content .panel:not(.active) .tab-content,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:after,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:before,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs:after,
.lastudio-kit .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs:before,
.lastudio-kit ul.products.lakit-products__list:after,
.lastudio-kit ul.products.lakit-products__list:before,
.layout-type-accordion .lakit-wc-tabs--controls,
.swatch-anchor-label {
  display: none;
}
@media (max-width: 992px) {
  .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls {
    display: none;
  }
  .lakit-product-tabs .wc-tab-title {
    display: block;
  }
}
.prodet-page .prodet-1 {
  margin: 30px 0 120px;
}
.prodet-page .prodet-1 .slick-vertical .slick-slide {
  border: 0;
}
.prodet-page .prodet-1 .left {
  width: 50%;
  position: relative;
}
.prodet-page .prodet-1 .left .big {
  margin-left: 20%;
}
.prodet-page .prodet-1 .left .small {
  position: absolute;
  left: 0;
  top: 0;
  width: 20%;
  padding-right: 40px;
}
.prodet-page .prodet-1 .left .small ul {
  margin: -20px;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: 20px;
}
.prodet-page .prodet-1 .left .small ul li img {
  border: 1px solid transparent;
}
.prodet-page .prodet-1 .left .small .slick-current li img {
  border-color: var(--active);
}
.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 8%;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
}
.prodet-page .prodet-1 table.variations {
  border: none;
}
.prodet-page .prodet-1 table.variations td,
.prodet-page .prodet-1 table.variations th {
  border: none;
  padding: 8px 0;
}
.prodet-page .prodet-1 table.variations th.label {
  min-width: 80px;
  font-size: 18px;
  width: 110px;
}
.prodet-page .prodet-2 {
  margin-bottom: 50px;
}
.prodet-page .prodet-2 .tab-content {
  padding: 70px 0;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li {
  border-radius: 30px;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li,
.prodet-page .prodet-2 .wc-tab-title a {
  font-size: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d0d0d0;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li a {
  padding: 8px 30px;
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li.active {
  color: #FFFFFF;
  background-color: var(--active);
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:hover {
  color: #FFFFFF;
  background-color: var(--active);
}
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li:hover,
.prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li.active,
.prodet-page .prodet-2 .active .wc-tab-title a {
  border-style: solid;
  border-color: var(--active);
}
.prodet-page .prodet-2 .wc-tab-title a {
  color: #202020;
  background-color: #FFFFFF00;
  padding: 8px 30px;
  border-radius: 30px;
}
.prodet-page .prodet-2 .active .wc-tab-title a {
  color: #FFFFFF;
  background-color: var(--active);
}
.prodet-page .prodet-2 .form ul {
  margin: -10px;
}
.prodet-page .prodet-2 .form ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .form ul li.wid-100 {
  width: 100%;
}
.prodet-page .prodet-2 .form ul li input,
.prodet-page .prodet-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .form ul li input:focus,
.prodet-page .prodet-2 .form ul li textarea:focus {
  border-color: black;
}
.prodet-page .prodet-2 .form ul li textarea {
  height: 120px;
}
.prodet-page .prodet-2 .form ul li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding: 10px 30px;
  background: #222;
  color: white;
}
.prodet-page .prodet-2 .form ul li input[type="submit"]:hover {
  opacity: .7;
}
.prodet-page .prodet-3 .lakit-heading {
  text-align: center;
  color: #202020;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2em;
  margin: 0 0 40px;
}
.prodet-page .prodet-3 .box {
  margin: 0 0 80px;
}
.prodet-page .prodet-3 .list ul {
  margin: 0 -15px;
}
.prodet-page .prodet-3 .list ul li {
  padding: 15px;
}
.prodet-page .prodet-3 .name {
  font-size: 22px;
}
@media (max-width: 1279px) {
  .prodet-page .prodet-1 {
    margin-bottom: 90px;
  }
  .prodet-page .prodet-2 .lakit-product-tabs .wc-tabs-wrapper .lakit-wc-tabs--controls ul.wc-tabs li,
  .prodet-page .prodet-2 .wc-tab-title a {
    font-size: 18px;
  }
  .prodet-page .prodet-2 .tab-content {
    padding: 50px 0;
  }
  .prodet-page .prodet-3 .lakit-heading {
    font-size: 28px;
  }
  .prodet-page .prodet-3 .name {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .prodet-page .prodet-2 .wc-tab-title a {
    padding: 8px 20px;
    margin: 0 0 15px;
  }
  .prodet-page .prodet-2 .tab-content {
    padding: 15px 0 40px;
  }
  .prodet-page .prodet-3 .box {
    margin: 20px 0 50px;
  }
  .prodet-page .prodet-3 .lakit-heading {
    margin: 0 0 30px;
  }
}
@media (max-width: 768px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .small {
    padding-right: 10px;
  }
  .prodet-page .prodet-1 .left .small ul {
    margin: -5px;
  }
  .prodet-page .prodet-1 .left .small ul li {
    padding: 5px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .prodet-page .prodet-1 {
    margin-top: 0;
    margin-bottom: 60px;
  }
  .prodet-page .prodet-3 .lakit-heading {
    font-size: 24px;
  }
}
.history-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.history-page .left {
  width: 50%;
  padding: 0 4% 4% 8%;
  background: #f8f8f8 url(../images/history-bg.png) no-repeat center;
}
.history-page .left .box {
  margin-top: 60px;
  padding-left: 5%;
}
.history-page .left .box .Tit {
  margin-bottom: 60px;
  font-size: 50px;
  /*font-weight: bold;*/
  text-transform: uppercase;
}
.history-page .left .box ul li {
  height: 170px;
}
.history-page .left .box ul li .year {
  font-size: 40px;
  color: #8d8d8d;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.history-page .left .box ul li .text {
  color: #8d8d8d;
  line-height: 1.5;
  max-height: 4.5em;
  overflow-y: auto;
}
.history-page .left .box ul .slick-current li .year {
  font-size: 48px;
  /*font-weight: bold;*/
  color: #000000;
}
.history-page .right {
  width: 50%;
}
.history-page .right * {
  height: 100%;
}
.history-page .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1600px) {
  .history-page .left {
    padding: 0 5% 5%;
  }
  .history-page .left .box {
    padding-left: 0;
  }
  .history-page .left .box .Tit {
    font-size: 40px;
  }
}
@media (max-width: 1400px) {
  .history-page .left .box .Tit {
    font-size: 36px;
  }
  .history-page .left .box ul li .year {
    font-size: 30px;
  }
  .history-page .left .box ul .slick-current li .year {
    font-size: 36px;
  }
}
@media (max-width: 1200px) {
  .history-page {
    display: block;
  }
  .history-page .left {
    width: 100%;
    padding: 0 5% 60px;
  }
  .history-page .right {
    display: none;
  }
  .history-page .left .box {
    margin-top: 0;
  }
  .history-page .left .box ul {
    margin: -15px;
  }
  .history-page .left .box ul li {
    height: auto;
    padding: 15px;
  }
  .history-page .left .box ul li .year {
    font-weight: bold;
    color: #000000;
  }
  .history-page .left .box ul .slick-current li .year {
    font-size: 30px;
  }
}
@media (max-width: 1000px) {
  .history-page .left .box .Tit {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .history-page .left .box ul li .year {
    font-size: 20px;
  }
  .history-page .left .box ul .slick-current li .year {
    font-size: 20px;
  }
}
.innerTit {
  font-size: 50px;
  
}
.environment-page .environment-1 {
  background-color: #1b1b1b;
  overflow: hidden;
}
.environment-page .environment-1 .box {
  min-height: 510px;
  margin: 20px 60px 120px;
  background: url(../images/environment-1-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 3% 7% 6%;
  position: relative;
}
.environment-page .environment-1 .box .icon {
  position: absolute;
  top: -40px;
  right: 10%;
}
.environment-page .environment-1 .box .Tit {
  color: #FFFFFF;
}
.environment-page .environment-1 .box .text {
  font-size: 20px;
  line-height: 1.8;
  color: #FFFFFF;
  /*font-family: 'Poppins-Light';*/
}
.environment-page .environment-1 .box .moreBtn {
  position: absolute;
  left: 15%;
  bottom: -47px;
  width: 94px;
  height: 94px;
  line-height: 94px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
}
.environment-page .environment-1 .box .moreBtn img {
  vertical-align: middle;
}
.environment-page .environment-2 {
  padding: 125px 0 150px;
  background: #f7f7f7;
}
.environment-page .environment-2 .left {
  width: 50%;
  vertical-align: middle;
}
.environment-page .environment-2 .left .Tit {
  font-size: 40px;
  margin-bottom: 35px;
}
.environment-page .environment-2 .left .text {
  font-size: 16px;
  color: #696969;
  /*font-family: 'Poppins-Light';*/
  margin-bottom: 55px;
}
.environment-page .environment-2 .right {
  width: 50%;
  vertical-align: middle;
  padding-left: 10%;
}
.environment-page .environment-3 {
  padding: 120px 0;
  overflow: hidden;
}
.environment-page .environment-3 .slick-list {
  overflow: unset;
}
.environment-page .environment-3 .list ul {
  margin: -30px;
}
.environment-page .environment-3 .list ul li {
  padding: 30px;
}
.environment-page .environment-3 .box > img {
  width: 100%;
}
.environment-page .environment-3 .box .content {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: #f7f7f7;
  border: 1px solid rgb(0 0 0 / 30%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 40px;
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.environment-page .environment-3 .box .content .name {
  font-size: 40px;
  margin-bottom: 30px;
}
/*.environment-page .environment-3 .box .content .text {
  font-family: 'Poppins-Light';
}*/
.environment-page .environment-3 .box:hover .content {
  opacity: 1;
}
@media (max-width: 1400px) {
  .innerTit {
    font-size: 40px;
  }
  .environment-page .environment-1 .box {
    min-height: auto;
    padding: 3% 5% 6%;
  }
  .environment-page .environment-1 .box .text {
    font-size: 18px;
  }
  .environment-page .environment-3 .box .content .name {
    font-size: 30px;
  }
  .environment-page .environment-2 .left .text {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .innerTit {
    font-size: 30px;
  }
  .environment-page .environment-1 .box .text {
    font-size: 16px;
  }
  .environment-page .environment-2 .left .text {
    font-size: 16px;
  }
  .environment-page .environment-2 .left .Tit {
    font-size: 30px;
  }
  .environment-page .environment-2 .right {
    padding-left: 5%;
  }
  .environment-page .environment-3 .box .content {
    padding: 5%;
  }
  .environment-page .environment-3 .box .content .name {
    font-size: 24px;
  }
  .environment-page .environment-3 .list ul {
    margin: -15px;
  }
  .environment-page .environment-3 .list ul li {
    padding: 15px;
  }
}
@media (max-width: 1000px) {
  .environment-page .environment-1 .box {
    margin: 20px 5% 60px;
  }
  .environment-page .environment-2 {
    padding: 60px 0;
  }
  .environment-page .environment-2 .container {
    max-width: 700px;
  }
  .environment-page .environment-2 .left {
    width: 100%;
  }
  .environment-page .environment-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
    display: none;
  }
  .environment-page .environment-3 {
    padding: 60px 0;
  }
  .environment-page .environment-3 .container {
    max-width: 700px;
  }
}
@media (max-width: 700px) {
  .innerTit {
    font-size: 24px;
  }
  .environment-page .environment-1 .box {
    padding: 5%;
    margin: 0;
  }
  .environment-page .environment-1 .box .text {
    font-size: 14px;
  }
  .environment-page .environment-1 .box .moreBtn {
    position: static;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
  }
  .environment-page .environment-2 .left .Tit {
    font-size: 24px;
  }
  .environment-page .environment-2 .left .text {
    font-size: 14px;
  }
  .environment-page .environment-3 .box .content .name {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .environment-page .environment-1 .box .icon {
    display: none;
  }
}
.application-page {
  background: #f7f7f7 url(../images/history-bg.png) no-repeat top 35% left;
  overflow: hidden;
}
.application-page .category {
  margin-bottom: 60px;
}
.application-page .category ol li {
  width: auto;
  font-family: 'Poppins-Light';
  color: #838383;
  border-bottom: 2px solid transparent;
}
.application-page .category ol li + li {
  margin-left: 15px;
}
.application-page .category ol li.active {
  color: #000000;
  border-color: currentcolor;
}
.application-page .list {
  margin-top: 45px;
  margin-bottom: 150px;
}
.application-page .list ul {
  margin: -20px;
}
.application-page .list ul li {
  padding: 20px;
}
.application-page .list .box {
  overflow: hidden;
}
.application-page .list .box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(30, 30, 30, 0.5);
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.application-page .list .box .name {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10%;
  font-size: 24px;
  color: #FFFFFF;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.application-page .list .box .name img {
  vertical-align: baseline;
}
.application-page .list .box:hover::after {
  opacity: 1;
}
.application-page .list .box:hover .name {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 1200px) {
  .application-page .category {
    display: none;
  }
  .application-page .list ul {
    margin: -15px;
  }
  .application-page .list ul li {
    padding: 15px;
  }
  .application-page .list .box .name {
    font-size: 18px;
    position: static;
    padding: 0;
    color: #000000;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 15px;
  }
  .application-page .list .box .name img {
    display: none;
  }
  .application-page .list .box::after {
    display: none;
  }
}
.app-single-page {
  background: #f7f7f7 url(../images/history-bg.png) no-repeat top 35% left;
  overflow: hidden;
}
.app-single-page .content {
  font-family: 'Poppins-Light';
  color: #777777;
}
.app-single-page .list {
  margin-top: 85px;
  margin-bottom: 150px;
}
.app-single-page .list ul {
  margin: -7px;
}
.app-single-page .list ul li {
  padding: 7px;
}
.app-single-page .list ul li .btns {
  left: 0;
  top: 50%;
  opacity: 0;
  transition: .5s ease;
}
.app-single-page .list ul li:hover .btns {
  transform: translateY(-50%);
  opacity: 1;
}
.space-page {
  background: url(../images/history-bg.png) no-repeat top 10% left;
}
.space-page .space-1 {
  background: url(/yakco/2025/03/14/design-concepts.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.space-page .space-1::after {
  content: attr(data-text);
  font-size: 120px;
  line-height: .7;
  color: #FFFFFF;
  opacity: .2;
  text-transform: uppercase;
  text-align: center;
  display: block;
  white-space: nowrap;
}
.space-page .space-1 .play {
  margin: 45px auto 160px;
  width: 240px;
  height: 240px;
  position: relative;
  line-height: 240px;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}
.space-page .space-1 .play span {
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.space-page .space-1 .play img {
  vertical-align: middle;
}
.space-page .space-1 .play::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  background: url(../images/play-border-white.png) center;
  background-size: 100% 100%;
}
.space-page .space-1 .play:hover::before {
  -webkit-animation: rote 3s linear infinite;
  -moz-animation: rote 3s linear infinite;
  animation: rote 3s linear infinite;
}
.space-page .space-2 {
  margin-bottom: 150px;
}
.space-page .space-2 ul li {
  margin-top: 130px;
  margin-left: 38%;
  position: relative;
}
.space-page .space-2 ul li .bg {
  background-repeat: no-repeat;
  background-size: cover;
  height: 570px;
}
.space-page .space-2 ul li .content {
  position: absolute;
  left: -30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 590px;
  color: #FFFFFF;
  background-color: #020614;
  padding: 30px;
}
.space-page .space-2 ul li .content .icon {
  width: 100px;
}
.space-page .space-2 ul li .content .name {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
  padding-right: 100px;
  position: relative;
  text-transform: uppercase;
}
.space-page .space-2 ul li .content .text {
  line-height: 1.6;
  /*font-family: 'Poppins-Light';*/
}
.space-page .space-2 ul li:nth-child(even) {
  margin-left: 0;
  margin-right: 38%;
}
.space-page .space-2 ul li:nth-child(even) .content {
  left: auto;
  right: -30%;
}
@media (max-width: 1200px) {
  .space-page .space-1::after {
    font-size: 100px;
  }
  .space-page .space-1 .play {
    width: 200px;
    height: 200px;
    line-height: 200px;
    margin: 50px auto 100px;
  }
}
@media (max-width: 1000px) {
  .space-page .space-1::after {
    display: none;
  }
  .space-page .space-1 .play {
    width: 150px;
    height: 150px;
    line-height: 150px;
    margin: 40px auto 80px;
  }
  .space-page .space-2 ul li {
    margin-left: 0;
  }
  .space-page .space-2 ul li:nth-child(even) {
    margin-right: 0;
  }
  .space-page .space-2 ul li .bg {
    height: auto;
    padding-top: 45%;
  }
  .space-page .space-2 ul li .content {
    position: static;
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 5%;
  }
  .space-page .space-2 ul li .content .name {
    font-size: 24px;
  }
  .space-page .space-2 ul li {
    margin-top: 60px;
  }
  .space-page .space-2 {
    margin-bottom: 60px;
  }
}
.story-page .story-1 {
  padding-bottom: 110px;
  background: #f8f8f8 url(../images/history-bg.png) no-repeat top 35% left;
}
.story-page .story-1 .left {
  width: 60%;
  padding: 0 4% 4% 8%;
}
.story-page .story-1 .left .box {
  margin-top: 60px;
  padding-left: 5%;
}
.story-page .story-1 .left .box .text {
  margin-bottom: 45px;
  color: #565656;
  /*font-family: 'Poppins-Light';*/
}
.story-page .story-1 .left .box .share a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.story-page .story-1 .right {
  width: 40%;
}
.story-page .story-1 .right .img1 {
  height: 945px;
}
.story-page .story-1 .right .img1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.story-page .story-1 .right .img2 {
  width: 100%;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.story-page .story-1 .right .img2 .play {
  font-size: 0;
  width: 240px;
  height: 240px;
  line-height: 240px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: -120px;
  top: -140px;
  cursor: pointer;
}
.story-page .story-1 .right .img2 .play > div::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: inherit;
  background: url(../images/play-border.png) no-repeat center;
  background-size: 100% 100%;
  -webkit-animation: rote 5s linear infinite;
  -moz-animation: rote 5s linear infinite;
  animation: rote 5s linear infinite;
}
.story-page .story-1 .right .img2 .play span {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.story-page .story-1 .right .img2 .play img {
  vertical-align: middle;
}
.story-page .story-2 {
  padding: 80px 0;
}
.story-page .story-2 .container {
  max-width: 1400px;
}
.story-page .story-2 ul {
  margin: -15px;
}
.story-page .story-2 ul li {
  padding: 15px;
}
.story-page .story-2 img {
  margin: auto;
}
@media (max-width: 1600px) {
  .story-page .story-1 .left .box {
    padding-left: 0;
  }
  .story-page .story-1 .left {
    padding: 0 5% 5%;
  }
}
@media (max-width: 1000px) {
  .story-page .story-1 {
    padding-bottom: 60px;
  }
  .story-page .story-1 .left {
    width: 100%;
    padding: 0 5% 60px;
  }
  .story-page .story-1 .left .box {
    margin-top: 40px;
  }
  .story-page .story-1 .right {
    width: 100%;
  }
  .story-page .story-1 .right .img2 {
    width: 100%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    margin: auto;
    max-width: 448px;
  }
  .story-page .story-1 .right .img1 {
    display: none;
  }
  .story-page .story-1 .right .img2 .play span {
    display: none;
  }
  .story-page .story-1 .right .img2 .play {
    left: 50%;
    top: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
    line-height: 100px;
  }
}
.concern-page {
  background: #f7f7f7 url(../images/history-bg.png) no-repeat top 17% left;
  overflow: hidden;
}
.concern-page .concern-1 {
  margin: 60px 0 180px;
}
.concern-page .concern-1 .text {
  margin-bottom: 60px;
  font-family: 'Poppins-Light';
}
.concern-page .concern-1 ul {
  margin: -13px;
}
.concern-page .concern-1 ul li {
  padding: 13px;
}
.concern-page .concern-1 ul li .img {
  width: 30%;
}
.concern-page .concern-1 ul li .content {
  padding-left: 35%;
}
.concern-page .concern-2 {
  margin-bottom: 180px;
}
.concern-page .concern-2 ul {
  margin: -10px;
}
.concern-page .concern-2 ul li {
  width: 19%;
  padding: 10px;
  -webkit-transition: width .5s ease;
  -moz-transition: width .5s ease;
  transition: width .5s ease;
}
.concern-page .concern-2 ul li > div {
  overflow: hidden;
}
.concern-page .concern-2 ul li .number {
  font-size: 48px;
  color: #FFFFFF;
}
.concern-page .concern-2 ul li .tag {
  position: absolute;
  z-index: 1;
  right: 20px;
  bottom: 20px;
  pointer-events: none;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.concern-page .concern-2 ul li .bg {
  height: 560px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: relative;
  background-position: center;
  -webkit-transition: -webkit-filter .5s ease;
  transition: -webkit-filter .5s ease;
  -moz-transition: filter .5s ease;
  transition: filter .5s ease;
  transition: filter .5s ease, -webkit-filter .5s ease;
}
.concern-page .concern-2 ul li .bg:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.concern-page .concern-2 ul li .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 15px 40px;
}
.concern-page .concern-2 ul li .content .num {
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
.concern-page .concern-2 ul li .content .text {
  color: #FFFFFF;
  font-family: 'Poppins-Light';
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
}
.concern-page .concern-2 ul li.active {
  width: 43%;
}
.concern-page .concern-2 ul li.active .tag {
  opacity: 0;
}
.concern-page .concern-2 ul li.active .bg {
  -webkit-filter: none;
  filter: none;
}
.concern-page .concern-2 ul li.active .bg::after {
  opacity: 1;
}
.concern-page .concern-2 ul li.active .content .num {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
.concern-page .concern-2 ul li.active .content .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
@media (max-width: 1000px) {
  .concern-page .concern-1 {
    margin: 60px 0;
  }

  .concern-page .concern-1 ul li {
    width: 100%!important;
  }

  .concern-page .concern-2 {
    margin-bottom: 60px;
  }
  .concern-page .concern-2 ul li {
    width: 100%!important;
  }
  .concern-page .concern-2 ul li .bg::after {
    opacity: 1;
  }
  .concern-page .concern-2 ul li .bg {
    -webkit-filter: none;
    filter: none;
  }
  .concern-page .concern-2 ul li .tag {
    display: none;
  }
  .concern-page .concern-2 ul li .content .num {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .concern-page .concern-2 ul li .content .text {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  .concern-page .concern-2 ul li .bg {
    height: auto;
    padding-top: 60%;
    background-size: cover;
  }
  .concern-page .concern-2 ul li .content {
    padding: 5%;
  }
  .concern-page .concern-2 ul li .number {
    font-size: 24px;
  }
}
@media (max-width: 700px) {
  .concern-page .concern-2 ul li .bg {
    padding-top: 100%;
  }
}

@media (max-width: 500px) {
  .concern-page .concern-1 ul li .img {
    width: 100%;
    float: none;
  }
  .concern-page .concern-1 ul li .content {
    padding-left: 0;
    margin-top: 30px;
  }
}

.news-page .category {
  margin-bottom: 60px;
}
.news-page .category ol li {
  width: auto;
  font-family: 'Poppins-Light';
  color: #838383;
  border-bottom: 2px solid transparent;
}
.news-page .category ol li + li {
  margin-left: 15px;
}
.news-page .category ol li.active {
  color: #000000;
  border-color: currentcolor;
}
.news-page .list {
  margin-top: 45px;
  margin-bottom: 150px;
}
.news-page .list ul {
  margin: -20px;
}
.news-page .list ul li {
  padding: 20px;
}
.news-page .list ul li time {
  color: #777;
  margin: 0 0 5px;
}
.news-page .list ul li .name {
  font-size: 30px;
}
.news-page .list ul li .text {
  font-size: 20px;
  color: #777;
  font-family: 'Poppins-Light';
}
@media (max-width: 1200px) {
  .news-page .list ul {
    margin: -15px;
  }
  .news-page .list ul li {
    padding: 15px;
  }
  .news-page .list ul li .text {
    font-size: 18px;
  }
  .news-page .list ul li .name {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .news-page .list ul li .text {
    font-size: 16px;
  }
}
@media (max-width: 700px) {
  .news-page .list ul li .text {
    font-size: 14px;
  }
}
.newdet-page h1 {
  font-size: 48px;
}
.newdet-page .info span {
  font-family: 'Poppins-Light';
}
.newdet-page .info span:first-child {
  color: #777777;
}
.newdet-page .newdet-content {
  margin-top: 50px;
  margin-bottom: 150px;
}
.newdet-page .newdet-content .content {
  font-size: 20px;
  line-height: 2;
  font-family: 'Poppins-Light';
}
.newdet-page .newdet-content .bottom {
  margin-top: 70px;
}
.newdet-page .newdet-content .share a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.newdet-page .newdet-content .page-btn {
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #e4e4e4;
  border-bottom: 2px solid #e4e4e4;
}
.newdet-page .newdet-content .page-btn > div {
  padding: 55px 0;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .newdet-content .page-btn > div .img {
  width: 140px;
}
.newdet-page .newdet-content .page-btn > div .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 35px;
}
.newdet-page .newdet-content .page-btn > div .text .change-btn {
  font-family: 'Poppins-Light';
}
.newdet-page .newdet-content .page-btn .right {
  border-left: 2px solid #e4e4e4;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  text-align: right;
}
@media (max-width: 1000px) {
  .newdet-page h1 {
    font-size: 24px;
  }
  .newdet-page .newdet-content .content {
    font-size: 16px;
  }
  .newdet-page .newdet-content .page-btn {
    display: block;
  }
  .newdet-page .newdet-content .page-btn > div {
    width: 100%;
    padding: 15px 0;
  }
  .newdet-page .newdet-content .page-btn .right {
    border-left: 0;
    border-top: 2px solid #e4e4e4;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .newdet-page .newdet-content .page-btn > div .text {
    padding: 0 15px;
  }
  .newdet-page .newdet-content .page-btn > div .text .name {
    font-size: 18px;
  }
  .newdet-page .info span + span {
    margin-left: 15px;
  }
}
@media (max-width: 700px) {
  .newdet-page .newdet-content .content {
    font-size: 14px;
  }
  .newdet-page .newdet-content .page-btn > div .img {
    width: 100px;
  }
  .newdet-page .newdet-content .page-btn > div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.careers-page {
  background: #f7f7f7 url(../images/history-bg.png) no-repeat top 20% left;
  overflow: hidden;
}
.careers-page .list {
  margin-top: 50px;
  margin-bottom: 150px;
}
.careers-page .list ul {
  margin: -25px;
}
.careers-page .list ul li {
  padding: 25px;
}
.careers-page .list .box {
  padding: 90px 50px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.careers-page .list .box .name {
  font-size: 40px;
}
.careers-page .list .box .text {
  line-height: 2;
  font-family: 'Poppins-Light';
  margin: 60px 0;
  color: #565656;
}
.careers-page .list .box .btns a {
  display: inline-block;
  padding: 10px 20px;
  color: #FFFFFF;
  background-color: #000000;
  margin: 5px;
}
@media (max-width: 1400px) {
  .careers-page .list .box .name {
    font-size: 30px;
  }
  .careers-page .list .box {
    padding: 50px 25px;
  }
  .careers-page .list .box .text {
    margin: 25px 0;
  }
}
@media (max-width: 1200px) {
  .careers-page .list ul {
    margin: -15px;
  }
  .careers-page .list ul li {
    padding: 15px;
  }
}
@media (max-width: 1000px) {
  .careers-page .list ul li {
    width: 50%!important;
  }
  .careers-page .list .box .name {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .careers-page .list ul li {
    width: 100%!important;
  }
}
.application2-page {
  background-color: #f4f4f4;
}
.application2-page .application2-1 {
  padding-bottom: 100px;
}
.application2-page .application2-1 .Tit {
  font-size: 48px;
}
.application2-page .application2-1 .list {
  margin-top: 60px;
}
.application2-page .application2-1 .list ul {
  margin: -15px;
}
.application2-page .application2-1 .list ul li {
  padding: 15px;
}
.application2-page .application2-1 .list .box {
  height: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #FFFFFF;
  border: 1px solid #d0d0d0;
  padding: 25px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.application2-page .application2-1 .list .box img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.application2-page .application2-1 .list .box .name {
  font-size: 20px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.application2-page .application2-1 .list .box:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #2c2c2c;
}
.application2-page .application2-1 .list .box:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.application2-page .application2-1 .list .box:hover .name {
  color: #FFFFFF;
}
.application2-page .application2-2 {
  background-color: #FFFFFF;
  padding: 80px 0;
}
.application2-page .application2-2 .box {
  padding-bottom: 55px;
  border-bottom: 1px solid #8a8a8a;
}
.application2-page .application2-2 .left {
  width: 40%;
  vertical-align: middle;
}
.application2-page .application2-2 .right {
  width: 60%;
  padding-left: 50px;
  vertical-align: middle;
}
.application2-page .application2-2 .right .name {
  font-size: 30px;
  font-family: var(--font);
  font-weight: bold;
}
.application2-page .application2-2 .right .text {
  line-height: 1.8;
  margin-top: 15px;
}
.application2-page .application2-2 .right .list {
  margin-top: 40px;
}
.application2-page .application2-2 .right .list ul {
  margin: -19px;
}
.application2-page .application2-2 .right .list li {
  padding: 19px;
}
@media (max-width: 1000px) {
  .application2-page .application2-1 {
    padding-bottom: 60px;
  }
  .application2-page .application2-1 .Tit {
    font-size: 24px;
  }
  .application2-page .application2-1 .list {
    margin-top: 40px;
  }
  .application2-page .application2-1 .list .box {
    padding: 15px;
  }
  .application2-page .application2-1 .list .box .name {
    font-size: 16px;
  }
  .application2-page .application2-2 .left {
    width: 100%;
  }
  .application2-page .application2-2 .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .application2-page .application2-2 .right .list ul {
    margin: -10px;
  }
  .application2-page .application2-2 .right .list li {
    padding: 10px;
  }
  .application2-page .application2-2 .right .name {
    font-size: 24px;
  }
  .application2-page .application2-2 {
    padding: 40px 0;
  }
}




.row-inline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
}
.contact-page .contact-1 .Tit {
  font-size: 36px;
}
.contact-page .contact-1 .left {
  width: 50%;
  padding-right: 15px;
}
.contact-page .contact-1 .right {
  width: 50%;
  padding-left: 15px;
}
.contact-page .contact-1 .right .form p {
  margin: 0 0 1em;
}
.contact-page .contact-1 .right .form label {
  font-size: 16px;
  display: block;
  margin-top: 30px;
}
.contact-page .contact-1 .right .form input,
.contact-page .contact-1 .right .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 0;
  margin-top: 20px;
}
.contact-page .contact-1 .right .form input {
  border-width: 0 0 1px;
  border-style: solid;
}
.contact-page .contact-1 .right .form input[type='submit'] {
  width: auto;
  min-width: 165px;
  background-color: #000000;
  border-color: #000000;
  color: #FFFFFF;
  padding: 14px 30px;
}
.elementor-section {
  margin-top: 75px;
}
.elementor-section + .elementor-section {
  margin-top: 35px;
}
.elementor-section .elementor-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.elementor-column {
  position: relative;
  min-height: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.elementor-column.elementor-col-50 {
  width: 100%;
}
.elementor-widget-wrap {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}
.elementor-widget-wrap > .elementor-element {
  width: 100%;
}
.elementor-icon-list-item,
.elementor-icon-list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: wrap;
}
.elementor-list-item-link-full_width a {
  width: 100%;
}
.elementor-icon-list-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.elementor-icon-list-icon i {
  width: 22.5px;
}
.elementor-icon-list-icon + .elementor-icon-list-text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 5px;
}
.elementor-widget-container {
  margin: 0 0 5px 0;
}
@media (max-width: 1000px) {
  .elementor-section .elementor-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .elementor-column.elementor-col-50 {
    width: 100%;
  }
  .elementor-section + .elementor-section {
    margin-top: 0;
  }
  .elementor-widget-wrap {
    margin: 0 0 30px 0;
  }
}
@media (max-width: 768px) {
  .contact-page .contact-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}




.faq-container {
  margin-top: 60px;
  margin-bottom: 150px;
}
.elementor-accordion .elementor-accordion-item {
  border: 1px solid #d5d8dc;
}
.elementor-accordion .elementor-accordion-item {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 700;
  border-radius: 0;
  border-top: 1px solid;
  border-top-color: #D9D9D9;
  color: #000000;
}
.elementor-accordion .elementor-tab-title {
  margin: 0;
  padding: 30px 30px 30px 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  outline: none;
  color: #000;
}
.elementor-accordion .elementor-tab-title.elementor-active {
  background-color: #222;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
  display: inline-block;
  width: 30px;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
  float: left;
  text-align: left;
}
.elementor-accordion-icon,
.elementor-accordion-title {
  color: #000000;
}
.elementor-accordion-title {
  font-size: 22px;
  font-weight: 400;
}
.elementor-active .elementor-accordion-icon,
.elementor-active .elementor-accordion-title {
  color: #FFF;
}
.elementor-accordion-icon.elementor-accordion-icon-left {
  margin-right: 15px;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
  display: block;
}
.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
  display: none;
}
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
  display: block;
}
.elementor-accordion .elementor-tab-content {
  display: none;
  font-size: 16px;
  font-weight: 400;
  padding: 40px 185px 40px 40px;
  border-top: 0;
}
@media (max-width: 768px) {
  .elementor-accordion .elementor-tab-content {
    padding: 30px;
  }
}




.img-hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: .5s ease;
}

.product-image:hover .img-hover {
  opacity: 1;
}





.technology-1 .list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}
.technology-1 .list li {
    padding: 65px 25px;
    position: relative;
}
.technology-1 .list li:before {
    content: '';
    position: absolute;
    left: 100px;
    bottom: 0;
    height: 55px;
    border-left: 1px dashed #d6d6cd;
}
.technology-1 .list ul.top {
    padding-right: 180px;
}
.technology-1 .list ul.bottom {
    padding-left: 180px;
}
.technology-1 .list ul.bottom li:before {
    top: 0;
    bottom: auto;
}
.technology-1 .list ul.line {
    border-bottom: 1px solid #b5b5b5;
}

.technology-1 .mb ul {
    margin: -15px;
}

.technology-1 .mb li {
    padding: 15px;
}

@media (max-width: 1000px) {
  .technology-1 .pc {
    display: none;
  }

  .technology-1 .mb {
    display: block;
  }
}



.inner-banner .content {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.inner-banner h2 {
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: bold;
  color: #FFFFFF;
  text-transform: uppercase;
}

.inner-banner .nm-play {
  display: inline-block;
  background-color: white;
  padding: 10px 30px;
  transition: .5s ease;
}

.inner-banner .nm-play:hover {
  color: white;
  background-color: black;
}

@media (max-width: 1650px) {
  .inner-banner h2 {
    font-size: 48px;
  }
}

@media (max-width: 1400px) {
  .inner-banner h2 {
    font-size: 36px;
  }
}

@media (max-width: 1000px) {
  .inner-banner h2 {
    font-size: 24px;
  }
}


@media (max-width: 700px) {
  .inner-banner h2 {
    margin-bottom: 10px;
  }
  .inner-banner h2 br {
    display: none;
  }
}