﻿@charset "utf-8";

/*
	CSS Document 
*/
.sk-display-pc {
  display: block !important;
}

.sk-display-mobile {
  display: none !important;
}

/* footer */
.sk-footer {
  background-color: var(--blue-two);
}
.sk-footer-top{ padding-block-start: 50px; padding-block-end: 30px; }
.sk-footer-top-box{ display: flex; justify-content: space-between; align-items: center; position: relative;
  background: rgba(255, 255, 255, 0.5);
  padding: 30px 50px;
  border-radius: 10px; }
.sk-footer-logo{ display: block; flex-shrink: 0; }
.sk-footer-logo img{ display: block; max-width: 250px; width: 100%; max-height: 60px; }
.sk-footer-search{ display: flex; justify-content: space-between; align-items: center; }
.sk-footer-search-control{
  display: block;
  width: 300px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  padding: 10px 15px;
  transition: all .8s;
}
.sk-footer-search-btn{
  margin-left: 10px;
  padding: 15px 30px;
  background-color: var(--green);
  border: 0;
  border-radius: 5px;
  color: var(--white);
  font-size: 18px;
  text-transform: uppercase;
  transition: all .8s;
}
.sk-footer-search-btn i{ font-size: 18px; }
.sk-footer-search-btn:hover{ background-color: var(--white); color: var(--green); }
.sk-footer-search-control:hover{ border-color: var(--white); }

.sk-footer-box {
  padding-block: 30px;
}
.sk-footer-logo-text{ font-size: 15px; font-weight: 300; color: var(--border); line-height: 25px; padding-block-end: 20px; }

.sk-footer-box-follow {
  display: block;
}

.sk-footer-box-follow-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}

.sk-footer-box-follow-box a {
  display: block;
  width: 32px;
  height: auto;
  transition: all .6s;
}

.sk-footer-box-follow-box img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-footer-box-follow-box a:hover {
  transform: rotate(20deg);
}

.sk-footer-box-title {
  text-align: left;
  color: var(--white);
  font-size: 24px;
  line-height: 30px;
  font-family: var(--fonts-two);
  font-weight: 700;
  margin-bottom: 15px;
}
.sk-footer-box-contact,.sk-footer-box-nav{
  display: block;
}

.sk-footer-box-contact-item {
  display: flex;
  justify-content: flex-start;
  margin-block-end: 10px;
}
.sk-footer-box-contact-item i{
  display: block;
  flex-shrink: 0;
  width: 22px;
  line-height: 25px;
  color: var(--blue-white);
  margin-right: 8px;
  font-size: 20px;
  font-weight: 400;
}
.sk-footer-box-contact-info{ flex: 1; }
.sk-footer-box-contact-info p{ font-size: 16px; line-height: 25px; font-family: var(--fonts-two); font-weight: 400; color: var(--bgadv); }

.sk-footer-box-contact-info span,
.sk-footer-box-contact-info a {
  font-size: 16px;
  color: var(--blue-white);
  line-height: 25px;
  font-weight: 300;
}

.sk-footer-box-contact-info a:hover {
  color: var(--white);
}

.sk-footer-box-nav{ padding-inline: 30px; }

.sk-footer-box-nav-box li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 22px;
  margin-block-end: 8px;
}

.sk-footer-box-nav-box li span a{
  font-size: 15px;
  color: var(--blue-white);
  transition: all .8s;
  font-weight: 300;
}
.sk-footer-box-nav-pro{ display: flex; justify-content: space-between; flex-wrap: wrap; }
.sk-footer-box-nav-pro li{ width: 50%; padding-right: 20px; flex-shrink: 0; }
.sk-footer-box-nav-box li a:hover {
  color: var(--white);
}

/* copyright */
.sk-footer-copyright {
  padding-block: 30px;
  border-top: 1px solid var(--blue-white);
}

.sk-footer-copyright-text{
  color: var(--blue-white);
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-align: center;
}

.sk-footer-copyright-text a {
  color: var(--blue-white);
  transition: all .8s;
  margin-left: 10px;
}

.sk-footer-copyright-text a:hover {
  color: var(--green);
}

/* blank top */
.sk-meau-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 75px;
  right: 15px;
  z-index: 98;
  text-align: center;
  color: var(--white);
  cursor: pointer;
  background: var(--green);
}
.sk-meau-top i{ font-size: 20px; }

@media screen and (max-width: 1200px) {
  .sk-footer-box-nav-pro li{ width: 100%; padding-right: 0; }
  .sk-footer-box-nav{ padding-inline: 10px; }
}

@media screen and (max-width: 1024px) {
  .sk-footer-top{ padding-block-start: 40px; }
  .sk-footer-box{ padding-block: 25px; }
  .sk-footer-box-follow,.sk-footer-box-nav{ margin-bottom: 30px; }
  .sk-footer-top-box{ padding-inline: 30px; }
}

@media screen and (max-width: 868px) {
  .sk-footer-top-box{ flex-direction: column; }
  .sk-footer-logo{ margin-bottom: 30px; }
}

@media screen and (max-width: 768px) {
  .sk-footer-top,.sk-footer-box{ padding-block-start: 40px; padding-block-end: 30px; }
  .sk-footer-box{  padding-block: 20px;  }
}
@media screen and (max-width: 576px) {
  .sk-footer-top-box{ padding-inline: 10px; }
  .sk-footer-top-box form{ width: 100%; }
  .sk-footer-search{ width: 100%; }
  .sk-footer-search-control{ flex: 1; width: auto; padding: 10px; font-size: 14px; }
  .sk-footer-search-btn{ padding-inline: 15px; font-size: 14px; flex-shrink: 0; }
  .sk-footer-box-follow, .sk-footer-box-nav{ padding-inline: 0; }
  .sk-footer-copyright{ padding-block: 20px; }
  .sk-foot-tag-text a{ font-size: 12px; padding: 5px 10px; }
}
/* footer end */

/* header start */
.sk-header {
  display: block;
  margin: auto;
  width: 100%;
  position: relative;
}
.sk-header-top{ background-color: var(--blue-two); display: flex; justify-content: space-between; padding-inline: 50px; }
.sk-header-top-left{ display: flex; justify-content: flex-start; align-items: center; gap: 25px; padding-block: 8px; }
.sk-header-top-left .sk-header-top-left-box a{ display: flex; justify-content: flex-start; align-items: center; font-size: 16px; line-height: 30px; font-weight: 300; color: var(--blue-white); }
.sk-header-top-left .sk-header-top-left-box a i{ font-size: 20px; margin-right: 8px; color: var(--white); font-weight: 300; }
.sk-header-top-left .sk-header-top-left-box a:hover{ color: var(--white); }

.sk-header-top-right{ display: flex; justify-content: flex-end; align-items: center; }
.sk-header-follow{ display: flex; justify-content: flex-start; align-items: center; gap: 10px; padding-right: 20px; margin-right: 15px; border-right: 1px solid var(--grey); height: 100%; }
.sk-header-follow span{ font-size: 14px; font-weight: 400; color: var(--blue-white); }
.sk-header-follow a{ width: 25px; height: auto; display: block; transition: all .8s; }
.sk-header-follow a img{ width: 100%; height: auto; display: block; }
.sk-header-follow a:hover{ transform: rotate(25deg); }

.sk-header-box {
  padding-inline-end: 50px;
  position: relative;
}
.sk-header-box .sk-navigation{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sk-header-logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 100px;
  max-width: 320px;
  flex-shrink: 0;
  padding-inline-start: 50px;
}

.sk-header-logo a {
  display: block;
  position: relative;
  z-index: 90;
}
.sk-header-logo img {
  display: block;
  max-height: 80px;
  max-width: 100%;
  margin: auto;
}

.sk-navigation-right{ display: flex; justify-content: flex-end; align-items: center; }

.sk-header-search-item {
  cursor: pointer;
  flex-shrink: 0;
  text-align: center;
  transition: all .8s;
  color: var(--grey); 
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  margin-right: 15px;
}

.sk-header-search-item .iconfont {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-right: 8px;
}

.sk-header-search-item:hover {
  color: var(--green);
}

/* search start */
.sk-header-search {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.96);
  display: none;
}
.sk-header-search-box {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-header-search-box form {
  width: 1000px;
  display: block;
  position: relative;
}

.sk-search-group {
  width: 100%;
  display: block;
  position: relative;
}

.sk-search-group .sk-search-control {
  display: block;
  border: 0;
  border-bottom: 1px solid var(--black);
  background-color: transparent;
  outline: none;
  padding: 0 60px 0 0px;
  height: 54px;
  position: relative;
  font-size: 18px;
  width: 100%;
  z-index: 9;
  transition: all .8s;
  color: var(--blue-two);
}

.sk-search-group .sk-search-btn {
  border: 0px solid var(--border);
  background: unset;
  width: 54px;
  height: 54px;
  color: var(--blue-two);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  transition: all .8s;
}

.sk-search-group .sk-search-btn:hover {
  color: var(--green);
}

.sk-search-group .sk-search-btn span {
  font-size: 24px;
  font-weight: 500;
}

.sk-search-group .sk-search-control:focus {
  border-color: var(--green);
}

.sk-header-search-close {
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: block;
  position: absolute;
  top: -100px;
  right: -100px;
  cursor: pointer;
  color: var(--blue-two);
  transition: all .8s;
}

.sk-header-search-close i {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
}

.sk-header-search-close:hover {
  color: var(--green);
  transform: rotate(360deg);
}

.sk-gettouch{ flex-shrink: 0; padding-left: 20px; border-left: 1px solid var(--border); }
.sk-gettouch a{ display: flex; justify-content: center; align-items: center; border-radius: 4px; border: 2px solid var(--green); background-color: var(--green); padding: 8px 20px; transition: all .8s; }
.sk-gettouch a span{ font-size: 16px; font-weight: 400; color: var(--white); }
.sk-gettouch a:hover{ background-color: var(--blue-two); border-color: var(--blue-two); }
.sk-gettouch a:hover span{ color: var(--white); }

/* navigation */
.sk-navigation-box {
  display: flex;
  justify-content: flex-start;
  flex: 1;
  padding-inline-start: 50px;
  gap: 30px;
}

.sk-navigation-box .sk-navigation-li {
  position: relative;
}
.sk-navigation-box .sk-navigation-link {
  font-weight: 400;
  font-size: 20px;
  color: var(--black);
  font-family: var(--fonts-three);
  display: flex;
  justify-content: center;
  line-height: 100px;
  transition: all 500ms ease;
}
.sk-navigation-box .sk-navigation-link i{ font-size: 14px; font-weight: 700; margin-left: 3px; }
.sk-navigation-box .sk-navigation-sub {
  display: block;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  background-color: var(--white);
  box-shadow: 0 1px 5px var(--border);
  width: 250px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: center top 0;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.sk-navigation-box .sk-navigation-sub .sk-navigation-sub-li {
  position: relative;
  border-bottom: 1px solid var(--border);
  display: block;
}

.sk-navigation-box .sk-navigation-sub .sk-navigation-sub-link {
  padding: 10px;
  color: var(--grey);
  font-weight: 400;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sk-navigation-box .sk-navigation-sub .sk-navigation-sub-link i {
  font-size: 14px;
}

.sk-navigation-child {
  left: 250px;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
  background-color: var(--white);
  box-shadow: 0 1px 5px var(--border);
  z-index: 999;
  visibility: hidden;
  text-align: left;
  width: 250px;
  background: var(--white);
  transition: .3s ease;
  overflow-y: auto;
}

.sk-navigation-child .sk-navigation-child-li {
  display: block;
  padding: 0;
  position: relative;
  border-bottom: 1px solid var(--border);
}
.sk-navigation-child .sk-navigation-child-link {
  color: var(--grey);
  padding: 10px;
  text-transform: capitalize;
  font-size: 14px;
  overflow: hidden;
  display: block;
  font-weight: 400;
  transition: all .5s;
}
.sk-navigation-box .sk-navigation-link.active,
.sk-navigation-child .sk-navigation-child-link:hover,
.sk-navigation-box .sk-navigation-sub .sk-navigation-sub-link:hover,
.sk-navigation-box .sk-navigation-li:hover .sk-navigation-link {
  color: var(--green);
}

.sk-navigation-box .sk-navigation-li:hover .sk-navigation-sub {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
}

.sk-navigation-sub-li:hover .sk-navigation-child {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
}
.sk-header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: var(--white);
  box-shadow: 0 0 20px -1px rgb(0 0 0 / 10%);
  -ms-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .1);
  -o-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 20px -1px rgb(0 0 0 / 10%);
}
/* header end */

/* mobile nav */
.sk-mobile-header {
  display: none;
  width: 100%;
  z-index: 103;
}
.sk-mobile-header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sk-mobile-header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 10px 20px;
}
.sk-mobile-header-logo a{ display: block; }
.sk-mobile-header-logo img {
  max-width: 200px;
  max-height: 60px;
  display: block;
}
.sk-mobile-header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline-end: 20px;
}
.sk-mobile-header-right .sk-header-search-item .iconfont{ font-size: 20px; margin-right: 0; }

.sk-mobile-header-right .language-flag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-right: 15px;
}

.sk-mobile-header-right .language-flag span {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 400;
}
.sk-mobile-caidan {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  color: var(--white);
  background-color: var(--green);
  outline: none;
  cursor: pointer;
  transition: all .8s;
}

.sk-mobile-caidan .iconfont {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}
.sk-mobile-caidan:hover{ color: var(--white); background-color: var(--blue-two); }

.sk-header-colse {
  display: block;
  width: 36px;
  height: 36px;
  background-color: var(--blue-two);
  color: var(--white);
  position: absolute;
  left: -37px;
  top: 1px;
  cursor: pointer;
}

.sk-header-colse .iconfont {
  display: block;
  text-align: center;
  line-height: 36px;
}

.sk-mobile-nav {
  position: fixed;
  width: 80%;
  height: 100vh;
  top: 0px;
  right: -90%;
  background-color: var(--white);
  box-shadow: -1px 0 5px 0 var(--border);
  z-index: 1001;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
}

.sk-mobile-nav-box {
  overflow-y: auto;
  max-height: 100%;
  padding: 10px 0px 80px;
}

.sk-mobile-nav-box .sk-mobile-nav-li {
  display: block;
}

.sk-mobile-nav-box .sk-mobile-nav-link {
  padding: 0 12px;
  line-height: 42px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: capitalize;
  border-bottom: 1px solid var(--border);
  font-family: var(--fonts-two);
  font-weight: 600;
}
.sk-mobile-nav-box .sk-mobile-nav-link a{ flex: 1; }
.sk-mobile-nav-box .sk-mobile-nav-sub{ display: none; }
.sk-mobile-nav-box .sk-mobile-nav-sub-li {
  display: block;
}

.sk-mobile-nav-box .sk-mobile-nav-sub-link {
  padding: 0 12px 0 15px;
  color: var(--black);
  line-height: 32px;
  font-size: 15px;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border);
  font-family: var(--fonts-two);
  font-weight: 500;
}
.sk-mobile-nav-box .sk-mobile-nav-sub-link a{ flex: 1; }
.sk-mobile-nav-box .sk-mobile-nav-child{ display: none; }
.sk-mobile-nav-box .sk-mobile-nav-child-li {
  display: block;
}

.sk-mobile-nav-box .sk-mobile-nav-child-link {
  color: var(--black);
  padding: 0 12px 0 25px;
  line-height: 32px;
  font-size: 14px;
  text-transform: capitalize;
  border-bottom: 1px dashed var(--border);
  font-family: var(--fonts-two);
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sk-mobile-nav-box .sk-mobile-nav-link.active a,
.sk-mobile-nav-box .sk-mobile-nav-link:hover a,
.sk-mobile-nav-box .sk-mobile-nav-sub-link:hover a,
.sk-mobile-nav-box .sk-mobile-nav-child-link:hover a {
  color: var(--green);
}

.sk-mobile-nav .sk-header-search{ width: 96%; margin: auto; padding: 15px 0; }
.sk-mobile-nav .sk-search-group .sk-search-control{ border: 1px solid var(--border); }

.sk-mobile-nav-down{ width: 24px; text-align: center; }

/* mobile lang */
.sk-mobile-lang {
  position: fixed;
  width: 60%;
  height: 100vh;
  top: 0px;
  right: -90%;
  background-color: var(--white);
  box-shadow: -1px 0 5px 0 var(--border);
  z-index: 1001;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
}

.sk-mobile-lang-box {
  overflow-y: auto;
  max-height: 100%;
  padding: 10px 0px 20px;
}

.sk-mobile-lang-box .language-flag {
  border-bottom: 1px solid var(--border);
}

.sk-mobile-lang-box .language-flag a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
}

.sk-mobile-lang-box .language-flag a span {
  font-size: 14px;
  margin-left: 5px;
}

.sk-mobile-block {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  right: 0;
}

.sk-mobile-fixed {
  width: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
  background-color: var(--white);
  box-shadow: 0 0 20px -1px rgb(0 0 0 / 20%);
  -ms-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .2);
  -o-box-shadow: 0 0 20px -1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 20px -1px rgb(0 0 0 / 10%);
}

@media screen and (max-width: 1440px) {
  .sk-header-box{ padding-inline-end: 30px; }
  .sk-navigation-box{ gap: 20px; padding-inline-start: 30px; }
}

@media screen and (max-width: 1360px) {
  .sk-navigation-box .sk-navigation-link {
    font-size: 18px;
    line-height: 36px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sk-header-search-item span{ display: none; }
}
@media screen and (max-width: 1200px) {
  .sk-navigation-box .sk-navigation-link {
    font-size: 15px;
  }
  .sk-header-search-box form{ width: 90%; }
  .sk-header-search-close{ right: -20px; top: -200px; }
  .sk-gettouch a span{ font-size: 16px; }
  .sk-header-search-item{ display: none; }
}
@media screen and (max-width: 1024px) {
  .sk-header {
    display: none;
  }
  
  .sk-mobile-header {
    display: block;
  }
  .sk-header-search-item{ display: block; }
}

@media screen and (max-width: 640px) {
  .sk-header-search-box form {
    width: 92%;
  }
  .sk-header-search-close{ right: 0; }
}
/* header end */

/* crumbs start */
.sk-page-crumb{ position: relative; background-color: var(--bgpro); }
.sk-page-crumb img{ width: 100%; display: block; height: auto; position: relative; z-index: 8; }
.sk-page-crumb-box{ display: grid; justify-items: center; align-content: center; padding-block: 30px; position: absolute; height: 100%; width: 100%; z-index: 9; top: 0; left: 0; background-color: rgba(0, 0, 0, .3); }
.sk-page-crumb-box h3{ font-size: 48px; font-family: var(--fonts-three); text-align: center; line-height: 54px; font-weight: 500; margin-bottom: 20px; color: var(--white); }
.sk-page-crumb-box p{ color: var(--white); font-size: 18px; line-height: 25px; font-weight: 400; text-transform: capitalize; display: flex; justify-content: center; align-items: center; }
.sk-page-crumb-box p i{ font-size: 14px; }
.sk-page-crumb-box p a{ color: var(--white); margin: 0 3px; }
.sk-page-crumb-box p a:hover{ color: var(--red); }
@media screen and (max-width: 1200px) {
  .sk-page-crumb-box h3{ font-size: 42px; line-height: 48px; }
}
@media screen and (max-width: 1024px) {
  .sk-page-crumb-box h3{ margin-bottom: 15px; font-size: 42px; line-height: 42px; font-weight: 500; }
  .sk-page-crumb-box p{ flex-wrap: wrap; }
}
@media screen and (max-width: 768px) {
  .sk-page-crumb img{ height: 300px; width: auto; max-width: unset; margin: auto; }
  .sk-page-crumb .sk-main{ width: 100%; }
  .sk-page-crumb-box p{ font-size: 14px; }
  .sk-page-crumb-box h3{ font-size: 32px; }
}
/* crumbs end */

/* content start */
.sk-content {
  display: block;
  position: relative;
}

.sk-content-main {
  padding: 70px 0;
}
/* content end */

/* right start */
.sk-content-left-box {
  margin-bottom: 30px;
  position: relative;
}

.sk-content-left-box-title {
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  position: relative;
  color: var(--blue-two);
  font-family: var(--fonts-three);
  margin-block-end: 15px;
}
.sk-content-left-search {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.sk-content-left-search .sk-content-left-search-control {
  width: 100%;
  height: 55px;
  border: 1px solid var(--blue-two);
  outline: none;
  padding: 5px 55px 5px 10px;
  transition: all .8s;
}

.sk-content-left-search .sk-content-left-search-btn {
  line-height: 42px;
  position: absolute;
  border-left: none;
  height: 40px;
  top: 7px;
  right: 7px;
  width: 40px;
  padding: 0;
  border: 0;
  background: var(--blue-two);
  transition: all .8s;
}
.sk-content-left-search .sk-content-left-search-control:focus{ border-color: var(--green); }
.sk-content-left-search .sk-content-left-search-btn:hover{ background-color: var(--green); }

.sk-content-left-search .sk-content-left-search-btn .iconfont {
  font-size: 20px;
  color: var(--white);
}

.sk-content-left-box-nav {
  display: block;
}
.sk-expmenu-item{ border-bottom: 1px solid var(--border); }
.sk-expmenu-item .sk-expmenu-dt {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: var(--white);
  padding: 6px 0px;
}

.sk-expmenu-item .sk-expmenu-dt a {
  transition: all .8s;
  font-size: 15px;
  line-height: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
}

.sk-expmenu-item .sk-expmenu-dt a .iconfont {
  height: 28px;
  font-size: 13px;
  flex-shrink: 0;
  margin-right: 5px;
}

.sk-expmenu-item .sk-expmenu-dt span{ display: block; flex-shrink: 0; width: 28px; height: 28px; line-height: 28px; text-align: center; cursor: pointer; }
.sk-expmenu-item .sk-expmenu-dt span i{ display: block; font-size: 15px; }
.sk-expmenu-child{ background-color: var(--white); padding: 5px 12px; border-top: 1px solid var(--border); display: none; }
.sk-expmenu-child-li~.sk-expmenu-child-li{ border-top: 1px solid var(--border); }
.sk-expmenu-child-li a{ font-size: 13px; line-height: 25px; display: flex; justify-content: flex-start; align-items: flex-start; padding: 6px 0; transition: all .8s; }
.sk-expmenu-child-li a i{ font-size: 12px; flex-shrink: 0; margin-right: 5px; }
.sk-expmenu-child-li:hover a{ color: var(--green); }
.sk-expmenu-item:hover .sk-expmenu-dt a, .sk-expmenu-item:hover .sk-expmenu-dt span{ color: var(--green); }

.sk-content-left-box-nav .sk-expmenu-item:last-child {
  margin-bottom: 0;
}

.sk-content-left-news,.sk-content-left-box-product{ padding: 0px 0px 10px; display: block; }

.sk-content-left-news-item {
  margin-bottom: 20px;
}

.sk-content-left-news-item a {
  display: block;
}

.sk-content-left-news-item .sk-content-left-news-img {
  float: left;
  margin-right: 10px;
  border-radius: 1px;
  flex-shrink: 0;
  width: 70px;
  height: auto;
  overflow: hidden;
}

.sk-content-left-news-item .sk-content-left-news-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.sk-content-left-news-item .sk-content-left-news-info {
  display: block;
  width: calc(100% - 80px);
  float: left;
}

.sk-content-left-news-item .sk-content-left-news-info p {
  transition: all .8s;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 22px;
  font-size: 14px;
  color: var(--grey);
}

.sk-content-left-news-item .sk-content-left-news-info .iconfont {
  font-size: 12px;
}

.sk-content-left-news-item a:hover .sk-content-left-news-info p {
  color: var(--green);
}

.sk-content-left-news-item:last-child {
  margin-bottom: 0;
}

/* page start */
.sk-content-page-box {
  display: block;
}

.sk-content-page-main {
  font-size: 16px;
  line-height: 28px;
}

.sk-content-page-main img {
  max-width: 100%;
  height: auto !important;
}
/* page end */

/* images start */
.sk-list-images-box {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sk-list-images-box a {
  display: block;
  border: 1px solid var(--border);
  position: relative;
}

.sk-list-images-box a img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 8;
}
.sk-list-images-box a .sk-list-images-i{ position: absolute; z-index: 9; width: 100%; height: 100%; transition: all .8s; display: flex; justify-content: center; align-items: center; left: 0; top: 0; opacity: 0; background-color: rgba(0, 0, 0, 0.6); }
.sk-list-images-box a i{ display: block; font-size: 36px; font-weight: 300; width: 42px; height: 42px; transition: all .6s; text-align: center; line-height: 42px; color: var(--white); overflow: hidden; }
.sk-list-images-box a:hover .sk-list-images-i{ opacity: 1; }
.sk-list-images-box p{ font-size: 14px; text-align: center; line-height: 25px; padding-top: 5px; }
/* images end */

/* about start */
.sk-content-about {
  margin-block-end: 60px;
}

.sk-content-about-img {
  float: right;
  max-width: 600px;
  padding: 0 0 15px 15px;
}

.sk-content-about-img img {
  display: block;
  width: 100%;
  height: auto;
}
/* about end */

/* page title */
.sk-pages-title {
  display: block;
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  text-transform: capitalize;
  font-family: var(--fonts-three);
}

.sk-pages-title i {
  font-size: 24px;
  color: var(--black);
  font-weight: 500;
}

.sk-content-contact-title{ display: flex; justify-content: center; align-items: center; margin-bottom: 12px; padding-block-start: 30px; }
.sk-content-contact-title span{ position: relative; display: inline-block; font-size: 18px; line-height: 25px; font-weight: 500; text-transform: uppercase; color: var(--green); }
.sk-content-contact-title::before{ content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; background-color: var(--green); margin-right: 8px; }
.sk-content-contact-title::after{ content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; background-color: var(--green); margin-left: 8px; }
.sk-content-contact-text{ position: relative; display: block; font-size: 50px; line-height: 60px; text-transform: uppercase; text-align: center; color: var(--grey); }

/* contact start */
.sk-content-contact-box {
  display: block;
  padding-block-start: 80px;
  padding-block-end: 30px;
}

.sk-content-contact-item{
  position: relative;
  display: block;
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 70px 30px 36px 30px;
  transition: all 500ms ease;
  height: 100%;
}
.sk-content-contact-item-icon{
  position: absolute;
  display: inline-block;
  left: 50%;
  margin-left: -45px;
  top: -45px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--green);
  transition: all 500ms ease;
}
.sk-content-contact-item-icon i{ border-radius: 50%; font-size: 48px; color: var(--white); }
.sk-content-contact-item-info{ display: block; }
.sk-content-contact-item-title{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 10px;
  font-family: var(--fonts-three);
  font-weight: 400;
  text-align: center;
}
.sk-content-contact-item-text{
  text-align: center;
}
.sk-content-contact-item-text p{
  font-size: 16px;
  line-height: 24px;
}
.sk-content-contact-item-text span,.sk-content-contact-item-text a{ color: var(--grey); }
.sk-content-contact-item-text a:hover{ color: var(--green); }
.sk-content-contact-item:hover{ border-color: var(--green); }

.sk-content-map{ width: 100%; height: 100%; display: block; }
.sk-content-map iframe{ width: 100%; height: 100%; display: block; border: 0; margin: 0; padding: 0; }
/* contact end */

/* message start */
.sk-content-message-box{ border-top: 1px solid var(--border); padding-block-start: 60px; padding-block-end: 30px; margin-block-start: 42px; }
.sk-content-msg{ display: grid; justify-content: flex-start; justify-items: flex-start; }
.sk-content-msg-title{ font-size: 16px; color: var(--green); text-transform: uppercase; font-weight: 500; margin-block-end: 25px; display: flex; justify-content: flex-start; align-items: center; }
.sk-content-msg-title::after{ content: ""; width: 6px; height: 6px; border-radius: 50%; margin-left: 10px; display: block; background-color: var(--green); }
.sk-content-msg-text{ font-size: 48px; line-height: 54px; font-weight: 500; color: var(--black); margin-block-end: 20px; font-family: var(--fonts-three); }
.sk-content-msg-p{ color: var(--grey); font-size: 18px; font-weight: 300; line-height: 24px; margin-bottom: 20px; }

.sk-content-message {
  display: block;
}

.sk-content-message-form {
  display: block;
}

.sk-content-message-form .sk-content-message-form-input,
.sk-content-message-form .sk-content-message-form-textarea {
  margin-bottom: 12px;
}

.sk-content-message-form label {
  font-size: 16px;
  color: var(--black);
  line-height: 25px;
  font-family: var(--fonts-three);
  font-weight: 400;
  margin-bottom: 3px;
  display: block;
}

.sk-content-message-form .sk-content-message-form-input input,
.sk-content-message-form .sk-content-message-form-textarea textarea {
  width: 100%;
  line-height: 23px;
  display: block;
  border: 1px solid var(--border);
  outline: none;
  background-color: var(--white);
  font-size: 14px;
  padding: 8px 12px;
  transition: all .8s;
  border-radius: 10px;
}

.sk-content-message-form .sk-content-message-form-textarea textarea {
  resize: none;
  height: 120px;
}

.sk-content-message-form .sk-content-message-form-input input:focus,
.sk-content-message-form .sk-content-message-form-textarea textarea:focus {
  border-color: var(--green);
}

.sk-content-message-form .sk-content-message-form-submit {
  display: flex;
  justify-content: flex-start;
  padding-top: 10px;
}

.sk-content-message-form .sk-content-message-form-button {
  width: auto;
  transition: all .8s;
  border: 1px solid var(--green);
  background: var(--green);
  color: var(--white);
  cursor: pointer;
  font-size: 18px;
  padding: 10px 42px;
  font-family: var(--fonts-three);
  font-weight: 400;
  border-radius: 10px;
}

.sk-content-message-form .sk-content-message-form-button:hover {
  color: var(--white);
  background-color: var(--blue-two);
  border-color: var(--blue-two);
}
/* message end */

/* video list start */
.sk-playvideo-list{ display: block; margin-bottom: 30px; overflow: hidden; }
.sk-playvideo-list-link{ position: relative; display: block; }
.sk-playvideo-list-img{ position: relative; overflow: hidden; border-radius: 30px 30px 75px 5px; }
.sk-playvideo-list-img img{ width: 100%; height: auto; display: block; position: relative; z-index: 8; }
.sk-playvideo-list-img .sk-playvideo-list-icon{ position: absolute; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; overflow: hidden; top: 0; left: 0; z-index: 9; background-color: rgba(0, 0, 0, .5); transition: all .5s; opacity: 0; }
.sk-playvideo-list-img:hover .sk-playvideo-list-icon{ opacity: 1; }
.sk-playvideo-list-img .sk-playvideo-list-icon i{ display: block; width: 54px; height: 54px; line-height: 54px; text-align: center; font-size: 48px; color: var(--white); font-weight: 300; transform: scale(0); transition: transform 0.5s ease-in-out; }
.sk-playvideo-list-img:hover .sk-playvideo-list-icon i{ transform: scale(1); }
.sk-playvideo-list-title{ font-size: 22px; color: var(--black); line-height: 32px; padding: 12px 0px 0; display: block; font-weight: 300; transition: all .5s; }
.sk-playvideo-list:hover .sk-playvideo-list-title{ color: var(--green); }
.sk-playvideo-list-more{ display: inline-block; font-size: 16px; line-height: 30px; border: 1px solid var(--border); color: var(--grey); border-radius: 5px; padding: 9px 30px; transition: all .8s ease-in; margin-block-start: 15px; }
.sk-playvideo-list-more:hover{ background-color: var(--green); border-color: var(--green); color: var(--white); }

/* show start */
.sk-content-show {
  display: block;
}

.sk-content-show .sk-content-show-title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  color: var(--green);
  font-weight: 500;
  font-family: var(--fonts-three);
}

.sk-content-show .sk-content-show-resource {
  line-height: 25px;
  border-radius: 1px;
  display: flex;
  justify-content: flex-start;
  font-weight: 400;
}

.sk-content-show .sk-content-show-resource i {
  font-size: 16px;
  color: var(--light-gray);
}

.sk-content-show .sk-content-show-resource span {
  font-size: 16px;
  color: var(--light-gray);
  margin-left: 8px;
  font-weight: 300;
}

.sk-content-show .sk-content-page-main {
  padding: 25px 0;
}

.sk-content-show-prenext {
  display: block;
  border: 1px solid var(--border);
  border-radius: 8px;
}

.sk-content-show-prenext p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  padding: 6px 12px;
}

.sk-content-show-prenext p~p {
  border-top: 1px solid var(--border);
}

/* video show */
.sk-player {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}

/* news start */
.sk-list-box {
  display: block;
}

.sk-list-news-item {
  overflow: unset;
  margin-bottom: 36px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  position: relative;
  border-radius: 30px 30px 75px 30px;
  background: var(--white);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10);
  overflow: hidden;
}

.sk-list-news-item-img {
  position: relative;
  display: block;
  z-index: 50;
  overflow: hidden;
}

.sk-list-news-item-img a {
  display: block;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all .8s;
}

.sk-list-news-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.sk-list-news-item-info {
  display: block;
  padding-inline-end: 20px;
  padding-block: 20px;
}

.sk-list-news-item-sortname {
  padding: 0 0 8px 0px;
  line-height: 25px;
  color: var(--black);
  font-size: 14px;
  opacity: .6;
  border-bottom: 1px solid var(--border);
}
.sk-list-news-item-sortname i{ font-size: 14px; }

.sk-list-news-item-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  font-family: var(--fonts-three);
  padding-block-start: 8px;
}

.sk-list-news-item-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all .8s;
  color: var(--grey);
}

.sk-list-news-item-desc {
  margin-block-start: 10px;
  padding: 0px;
  color: var(--grey);
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sk-list-news-more {
  display: flex;
  justify-content: flex-start;
  margin-block-start: 15px;
}

.sk-list-news-more a {
  font-size: 14px;
  color: var(--grey);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 30px;
  transition: all .8s;
  text-decoration: none;
  border: 1px solid var(--border);
  padding: 6px 18px;
  border-radius: 5px;
}
.sk-list-news-item .sk-list-news-more a:hover{
  color: var(--white);
  background-color: var(--green);
  border-color: var(--green);
}

.sk-list-news-more .iconfont {
  margin-right: 10px;
  font-size: 16px;
}

.sk-list-news-item:hover .sk-list-news-item-title a {
  color: var(--green);
}

/* product list item */
.sk-list-product-title {
  padding: 10px 20px;
  display: block;
  color: var(--black);
  margin-bottom: 25px;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  text-transform: capitalize;
  font-family: var(--fonts-three);
  background-color: var(--bgpro);
}
.sk-product-item {
  margin-bottom: 30px;
  overflow: hidden;
  transition: all .8s;
  background-color: var(--white);
  border-radius: 20px 20px 50px 20px;
  box-shadow: 0 0 10px 10px var(--bgpro);
}

.sk-content-left-box-product .sk-product-item:last-child {
  margin-bottom: 0;
}

.sk-product-item .sk-product-img {
  transition: all .4s;
  overflow: hidden;
  aspect-ratio: 1;
}
.sk-product-item .sk-product-img-link{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.sk-product-item .sk-product-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-product-item:hover .sk-product-img img {
  opacity: .8;
}

.sk-product-item .sk-product-title {
  padding-block: 15px;
  padding-inline: 5px;
}

.sk-product-item .sk-product-title a {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 28px;
  color: var(--black);
  transition: all .6s;
  font-weight: 400;
}

.sk-product-item:hover .sk-product-title a {
  color: var(--green);
}

.sk-product-more{ padding-bottom: 20px; }
.sk-product-more a{
  width: 180px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 25px;
  color: var(--black);
  background-color: var(--blue-white);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  transition: all .6s;
  border-radius: 5px;
}
.sk-product-item .sk-product-more i {
  margin-right: 6px;
}

.sk-product-item:hover .sk-product-more a {
  background-color: var(--green);
  color: var(--white);
}
/* product list */
.sk-content-page-content {
  padding: 60px 0;
  text-align: center;
  color: var(--grey);
  font-size: 16px;
  line-height: 30px;
}

/* product images start */
.product-view .product-image {
  position: relative;
  padding: 0px;
  border: 1px solid var(--border);
  background-color: var(--white);
}

.product-view .product-image img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

.product-view .image-additional {
  position: relative;
  width: 100%;
  margin: 12px 0;
}

.product-view .image-additional ul {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.product-view .image-additional li {
  position: relative;
  width: 100%;
  margin: 0 23px 0 0;
  padding: 1px;
}

.product-view .image-additional li img {
  position: relative;
  width: 100%;
  border: 1px solid var(--border);
  background-color: var(--grey);
  display: block;
  transition: all .3s;
}

.product-view .image-additional li a {
  position: relative;
  display: block;
  padding: 0 .18rem;
}

.product-view .image-additional li.current img,
.product-view .image-additional li:hover img {
  border-color: var(--green);
  outline: 0px solid var(--green);
  background-color: var(--white);
}

.product-view .image-additional li.single,
.product-view .image-additional img.popup {
  display: none;
}

.product-view .image-additional .owl-carousel .owl-nav .owl-prev,
.product-view .image-additional .owl-carousel .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  padding: 0;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: unset;
  border: 0;
  background-color: unset;
  text-align: center;
  line-height: 14px;
  color: var(--black);
  font-size: 28px;
  top: 40%;
  z-index: 10;
}

.product-view .image-additional .owl-carousel .owl-nav .owl-prev {
  left: -25px;
}

.product-view .image-additional .owl-carousel .owl-nav .owl-next {
  right: -25px;
}

.product-view .image-additional .owl-carousel .owl-nav .owl-prev:hover,
.product-view .image-additional .owl-carousel .owl-nav .owl-next:hover {
  color: var(--green);
}

/* product images end */
.sk-products-title {
  font-size: 30px;
  color: var(--black);
  font-family: var(--fonts-three);
  font-weight: 600;
}

.sk-product-parameter {
  padding-block: 15px;
}

.sk-product-parameter .sk-products-price {
  font-size: 24px;
  color: var(--grey);
  line-height: 42px;
}

.sk-product-parameter .sk-product-meta-item {
  line-height: 28px;
  font-size: 16px;
  font-weight: 400;
  color: var(--grey);
}
.sk-advantages-box {
  border-top: 1px solid var(--border);
  padding-block-start: 15px;
}

.sk-advantages-box .sk-advantages-li {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: var(--grey);
  padding: 3px 10px;
}

.sk-advantages-box .sk-advantages-li:nth-child(odd){ background-color: var(--bgpro); }

.sk-product-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-block-end: 15px;
  margin-block-start: 15px;
}

.sk-product-con .sk-product-con-link {
  background-color: var(--white);
  border: 1px solid var(--green);
  padding: 10px;
  font-weight: 400;
  color: var(--green);
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.sk-product-con .sk-product-con-link:hover {
  background-color: var(--green);
  color: var(--white);
}

.sk-product-con .sk-product-con-link i {
  margin-right: 10px;
  font-size: 18px;
}

.sk-product-intro .sk-pages-title{ margin-block-end: 10px; }
.sk-product-follow{ display: flex; justify-content: flex-start; }
.sk-product-follow a{ display: block; width: 36px; height: auto; margin-inline-end: 8px; }
.sk-product-follow img{ display: block; width: 100%; height: auto; }
.sk-product-follow a:hover{ transform: rotate(20deg); }

/* product show */
.sk-product-show {
  padding: 42px 0 0px;
}

.sk-product-tab {
  margin-block-end: 30px;
}

.sk-product-tab-maincell {
  padding: 12px 0;
  border-top: 0;
}

.sk-product-tab-titcell {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}

.sk-product-tab-titcell .sk-product-tab-titcell-dost {
  font-size: 16px;
  line-height: 28px;
  color: var(--black);
  cursor: pointer;
  font-weight: 500;
  font-family: var(--fonts-three);
  transition: all .8s;
  padding: 10px;
}

.sk-product-tab-titcell .sk-product-tab-titcell-dost:hover,
.sk-product-tab-titcell .sk-product-tab-titcell-dost.on {
  background-color: var(--green);
  color: var(--white);
}

.sk-product-inquiry {
  padding-top: 0 !important;
  margin-block-start: 40px;
}

/* product related */
.sk-related-list {
  padding-top: 40px;
}

.sk-related-list .sk-pages-title {
  margin-bottom: 25px;
  text-transform: capitalize;
}
.sk-related-list .sk-pages-title span{ padding: 5px 0px; font-size: 20px; display: inline-block; color: var(--black); border-bottom: 3px solid var(--green); }
.sk-related-list .sk-list-news-item{ padding-inline-start: 0; }
.sk-related-list .sk-list-news-item .sk-list-news-item-info{ padding-inline: 20px; }
/* product end */

/* banner start */
.sk-index-slide {
  position: relative;
  display: block;
  height: calc(100vh - 146px);
}

.sk-index-slide .sk-index-slide-box {
  flex: 1;
  position: unset;
}

.sk-index-slide .sk-index-slide-box,
.sk-index-slide .owl-carousel .owl-stage-outer,
.sk-index-slide .owl-carousel .owl-stage-outer .owl-stage,
.sk-index-slide .owl-carousel.owl-drag .owl-item {
  height: 100%;
}

.sk-index-slide-item{ height: 100%; position: relative; overflow: hidden; }
.sk-index-slide-item .sk-index-slide-item-img{ position: relative; z-index: 8; width: 100%; height: 100%; overflow: hidden; background-size: cover; background-position: center; background-repeat: no-repeat; animation: slideZoom 12s infinite; }
.sk-index-slide-item .sk-index-slide-item-info{ position: absolute; top: 0; left: 0; z-index: 8; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.sk-index-slide-item .sk-index-slide-item-box{ max-width: 1000px; display: block; transition: all .6s ease-out; }
.sk-index-slide-item .sk-index-slide-item-info-title{ font-size: 72px; line-height: 72px; font-weight: 600; text-align: center; color: var(--white); font-family: var(--fonts-three); margin-bottom: 36px; }
.sk-index-slide-item .sk-index-slide-item-info-text{ font-size: 30px; line-height: 32px; font-weight: 300; font-family: var(--fonts-three); text-align: center; color: var(--bgpro); margin-bottom: 36px; }
.sk-index-slide-item .sk-index-slide-item-info-link{ display: flex; justify-content: center; align-items: center; gap: 20px; }
.sk-index-slide-item .sk-index-slide-item-info-link a{ display: block; background-color: var(--white); color: var(--green); transition: all .8s ease-in-out; border-radius: 3px; font-size: 18px; font-weight: 300; line-height: 25px; text-align: center; padding: 12px 30px; }
.sk-index-slide-item .sk-index-slide-item-info-link a:hover{ background-color: var(--green); color: var(--white); }
/* 定义动画 */
@keyframes slideZoom {
  0%, 100% {
    transform: scale(1); /* 初始状态和结束状态的缩放比例 */
  }
  50% {
    transform: scale(1.2); /* 放大状态的缩放比例 */
  }
}

.sk-index-slide .sk-index-slide-box .owl-nav {
  position: absolute;
  left: 0;
  top: calc((100% - 48px) / 2);
  margin: auto;
  width: 100%;
  height: auto;
  z-index: 20;
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-prev,
.sk-index-slide .sk-index-slide-box .owl-nav .owl-next {
  margin: 0 auto;
  width: 68px;
  height: 68px;
  outline: none;
  position: absolute;
  left: 35px;
  opacity: .8;
  background-color: var(--white);
  border: 0;
  border-radius: 50%;
  transition: all .8s;
  color: var(--grey);
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-next {
  right: 35px;
  left: unset;
}

.sk-index-slide .owl-nav .owl-prev::after,
.sk-index-slide .owl-nav .owl-next::after {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 28px;
  content: "\f177";
  font-family: 'FontAwesome';
}

.sk-index-slide .owl-nav .owl-next::after {
  content: "\f178";
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-prev span,
.sk-index-slide .sk-index-slide-box .owl-nav .owl-next span {
  display: none;
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-prev:hover,
.sk-index-slide .sk-index-slide-box .owl-nav .owl-next:hover {
  background-color: var(--green);
  opacity: 1;
  color: var(--white);
}

.sk-index-slide .sk-index-slide-box .owl-dots {
  position: absolute;
  z-index: 19;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot {
  margin: 0 3px;
  border-radius: 50%;
  transition: all .6s;
  border: 1px solid transparent;
  overflow: hidden;
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot span {
  margin: 0;
  width: 8px;
  height: 8px;
  background-color: var(--white);
  margin: 4px;
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot.active,
.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot:hover {
  border: 1px solid var(--green);
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot.active span,
.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot:hover span {
  background-color: var(--green);
}

/*  index title */
.sk-indextow-title {
  margin-bottom: 42px;
}

.sk-indextow-title .sk-indextow-title-item { display: flex; justify-content: center; align-items: center; margin-bottom: 12px; }
.sk-indextow-title .sk-indextow-title-item span{ position: relative; display: inline-block; font-size: 18px; line-height: 25px; font-weight: 500; text-transform: uppercase; color: var(--blue-two); font-family: var(--fonts-three); }
.sk-indextow-title .sk-indextow-title-item::before{ content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; background-color: var(--green); margin-right: 8px; }
.sk-indextow-title .sk-indextow-title-item::after{ content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; background-color: var(--green); margin-left: 8px; }

.sk-indextow-title .sk-indextow-title-text { position: relative; display: block; font-size: 36px; font-family: var(--fonts-two); font-weight: 500; line-height: 54px; text-transform: uppercase; text-align: center; color: var(--black); max-width: 900px; margin: auto; }

.sk-indextow-link{
  border: 1px solid var(--green);
  color: var(--white);
  background-color: var(--green);
  display: block;
  text-align: center;
  padding: 10px 0px;
  margin: auto;
  font-size: 16px;
  width: 180px;
  transition: all .8s;
  border-radius: 3px;
  flex-shrink: 0;
}
.sk-indextow-link i{ font-size: 14px; }
.sk-indextow-link:hover{
  background-color: var(--blue-two);
  border-color: var(--blue-two);
  color: var(--white);
}
/* button */
.sk-indextow-button {
  padding-top: 25px;
}

.sk-index-facilities{ padding-block-start: 80px; margin-block-end: 80px; }
.sk-index-facilities-box{ padding-block-start: 10px; }
.sk-index-facilities-item{
  position: relative; 
  position: relative;
  display: block;
  background: var(--white);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
  border-radius: 300px 300px 30px 150px;
  padding: 0px 15px 30px;
  max-width: 320px;
  margin: 0 auto;
  overflow: unset;
}
.sk-index-facilities-item-bg{ position: relative; }
.sk-index-facilities-item-img{ aspect-ratio: 1; width: 100%; display: block; border-radius: 50%;  overflow: hidden; position: relative; z-index: 9; }
.sk-index-facilities-item-img img{ display: block; width: 100%; height: 100%; }
.sk-index-facilities-item-bg::after{
  position: absolute;
  content: '';
  opacity: 0.2;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 10px;
  border-radius: 50%;
  transition: all 500ms ease;
  background-color: var(--green);
  z-index: 8;
}
.sk-index-facilities-item-title{ 
  position: relative;
  display: block;
  padding: 25px 0px 25px 0px;
}
.sk-index-facilities-item-title a{ text-align: center; color: var(--blue-two); font-family: var(--fonts-three); font-size: 28px; line-height: 40px; display: block; }
.sk-index-facilities-item-link{
  position: absolute;
  left: 50%;
  bottom: -25px;
  margin-left: -30px;
}
.sk-index-facilities-item-link a{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: var(--white);
  text-align: center;
  color: var(--text-color);
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  transition: all .8s ease-in-out;
}
.sk-index-facilities-item-link a i{ font-size: 25px; }
.sk-index-facilities-item:hover .sk-index-facilities-item-bg::after{ opacity: 1; }
.sk-index-facilities-item .sk-index-facilities-item-title a:hover{ color: var(--green); }
.sk-index-facilities-item-link a:hover{ background-color: var(--green); color: var(--white); }

/* index about */
.sk-index-company {
  overflow: hidden;
  position: relative;
  padding-block-start: 80px;
  padding-block-end: 80px;
  background-color: var(--bgpro);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sk-index-company-info{
  display: block;
  height: 100%;
  display: grid;
  justify-items: flex-start;
  align-content: center;
}
.sk-index-company-info-item{ font-size: 16px; font-weight: 400; color: var(--green); margin-bottom: 15px; font-weight: 500; text-transform: uppercase; }
.sk-index-company-info-title{
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  color:var(--blue-two);
  font-family: var(--fonts-three);
}

.sk-index-company-info-text{
  font-size: 16px;
  line-height: 25px;
  display: block;
  color: var(--grey);
  margin: 20px 0 30px;
  font-weight: 300;
}
.sk-index-company-link{
  display: flex;
  justify-content: flex-start;
}
.sk-index-company-link .sk-indextow-link{ margin:unset; background-color: transparent; color: var(--green); border-color: var(--green); }
.sk-index-company-link .sk-indextow-link:hover{ background-color: var(--green); border-color: var(--green); color: var(--white); }

/* index num */
.sk-index-num{
  display: block;
}

.sk-index-num-item{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  padding-block: 25px;
}
.sk-index-num-item-icon{ width: 60px; height: 60px; margin-bottom: 10px; background-color: var(--green); flex-shrink: 0; display: flex; justify-content: center; align-items: center; border-radius: 50%; overflow: hidden; }
.sk-index-num-item-icon img{ width: 40px; height: auto; display: block; }
.sk-index-num-item-num{
  display: block;
  padding-block: 5px;
}
.sk-index-num-item-num span{ font-size: 48px; font-weight: 600; line-height: 1; color: var(--black); }
.sk-index-num-item-info{ display: block; text-align: center; }
.sk-index-num-item-inot{
  font-size: 20px;
  font-weight: 400;
  color: var(--black);
  margin-block-end: 5px;
  font-family: var(--fonts-three);
  line-height: 30px;
}
.sk-index-num-item-inof{
  font-size: 16px;
  color: var(--grey);
  font-weight: 300;
}

/* index product */
.sk-index-product {
  display: block;
  padding-block-start: 80px;
  padding-block-end: 80px;
}

/* client */
.sk-index-client {
  position: relative;
  padding-block: 90px;
  background-color: var(--border);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sk-indexlist-client-item {
  display: flex;
  flex-direction: column;
  background: var(--white);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  margin-bottom: 30px;
}

.sk-indexlist-client-item-img {
  width: 100%;
  overflow: hidden;
  border-radius: 20px 20px 20px 50px;
}

.sk-indexlist-client-item-img a {
  display: block;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.sk-indexlist-client-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.sk-indexlist-client-item-info {
  display: block;
  padding-block: 20px;
  padding-inline: 20px;
  border-top: 0;
}

.sk-indexlist-client-item-title {
  margin-block-end: 12px;
}

.sk-indexlist-client-item-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: var(--black);
  transition: all .8s;
  font-family: var(--fonts-three);
}

.sk-indexlist-client-item-desc {
  margin-bottom: 25px;
  color: var(--black);
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 300;
}

.sk-indexlist-client-item-sortname {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sk-indexlist-client-item-more{
  font-size: 14px;
  color: var(--blue-two);
  border: 1px solid var(--border);
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 30px;
  line-height: 25px;
  transition: all .8s;
  border-radius: 3px;
}
.sk-indexlist-client-item-more i{
  font-size: 14px;
  margin-left: 5px;
}
.sk-indexlist-client-item-more:hover{ background-color: var(--green); color: var(--white); border-color: var(--green); }
.sk-indexlist-client-item .sk-indexlist-client-item-title a:hover{ color: var(--green); }

/* choose */
.sk-index-choose{ padding-block: 80px; }
.sk-index-choose-img{ position: relative; }
.sk-index-choose-img img{ display: block; max-width: 100%; height: auto; position: relative; z-index: 8; }
.sk-index-choose-img::before{ position: absolute; z-index: 6; background-image: url(../images/shape-1.png); background-repeat: no-repeat; content: ""; width: 203px; height: 203px; display: block; top: 0; left: 0; }
.sk-index-choose-img::after{
  content: "";
  display: block;
  position: absolute;
  left: 130px;
  top: 0px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: solid;
  border-width: 26px;
  -webkit-animation: zoom-fade 6s infinite linear;
  animation: zoom-fade 6s infinite linear;
  border-color: var(--green);
  z-index: 9;
}
@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.sk-index-choose-head{ display: block; }
.sk-index-choose-title{ display: flex; justify-content: flex-start; align-items: center; }
.sk-index-choose-title span{ color: var(--green); font-size: 18px; font-weight: 500; font-family: var(--fonts-three); text-transform: uppercase; }
.sk-index-choose-title::after{ content: ""; background-color: var(--green); width: 5px; height: 5px; display: block; border-radius: 5px; margin-left: 5px; }
.sk-index-choose-text{ position: relative; display: block; font-size: 48px; line-height: 54px; font-weight: 600; text-transform: uppercase; font-family: var(--fonts-two); margin-top: 15px; }
.sk-index-choose-txt{ margin-top: 30px; font-size: 16px; color: var(--grey); }
.sk-index-choose-list{ margin-top: 30px; }
.sk-index-choose-item{ display: flex; justify-content: flex-start; align-items: center; position: relative;
  background: var(--white);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 20px;
  border-radius: 20px 20px 75px 20px;
  padding: 25px 50px 25px 30px;
}
.sk-index-choose-item-icon{
  flex-shrink: 0;
  display: inline-block;
  background: var(--bgpro);
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  transition: all 500ms ease;
  color: var(--green);
}
.sk-index-choose-item-icon i{ font-size: 45px; }
.sk-index-choose-item-info{ padding-left: 15px; }
.sk-index-choose-item-info h3{ font-family: var(--fonts-three); font-size: 24px; font-weight: 500; }
.sk-index-choose-item-info p{ font-size: 14px; line-height: 23px; margin-top: 6px; color: var(--grey); }
.sk-index-choose-item:hover .sk-index-choose-item-icon{ background-color: var(--green); color: var(--white); }

.sk-index-ad{ display: block; }
.sk-index-ad img{ display: block; width: 100%; height: auto; }

/* case start */
.sk-index-case {
  display: block;
  background-color: var(--blue-two);
  padding-block: 80px;
}

.sk-index-case .sk-indextow-title .sk-indextow-title-item span{ color: var(--blue-white); }
.sk-index-case-box {
  position: relative;
} 
.sk-index-case-item {
  overflow: hidden;
  margin-bottom: 15px;
}
.sk-index-case-item a{ display: block; border: 0; border-radius: 50px 20px 20px 20px; border: 2px solid var(--blue-white); }
.sk-index-case .sk-indextow-title-text{ color: var(--white); }

/* index blog start */
.sk-index-blog{
  display: block;
  padding-block: 80px;
}
.sk-indexlist-news-item {
  display: flex;
  flex-direction: column;
}

.sk-indexlist-news-item-img {
  width: 100%;
  overflow: hidden;
  border-radius: 50px 20px 20px 20px;
}

.sk-indexlist-news-item-img a {
  display: block;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.sk-indexlist-news-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.sk-indexlist-news-item-info {
  display: block;
  padding-block: 20px;
  border-top: 0;
}

.sk-indexlist-news-item-title {
  margin-block: 8px;
}

.sk-indexlist-news-item-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: var(--black);
  transition: all .8s;
  font-family: var(--fonts-three);
}

.sk-indexlist-news-item-desc {
  margin-bottom: 20px;
  color: var(--grey);
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 300;
}

.sk-indexlist-news-item-sortname {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sk-indexlist-news-item-time,.sk-indexlist-news-item-time i{
  color: var(--green);
  font-size: 16px;
}

.sk-indexlist-news-item-more{
  font-size: 14px;
  color: var(--blue-two);
  border: 1px solid var(--border);
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 30px;
  line-height: 25px;
  transition: all .8s;
  border-radius: 3px;
}
.sk-indexlist-news-item-more i{
  font-size: 14px;
  margin-left: 5px;
}
.sk-indexlist-news-item-more:hover{ background-color: var(--green); color: var(--white); border-color: var(--green); }
.sk-indexlist-news-item .sk-indexlist-news-item-title a:hover{ color: var(--green); }

@media screen and (max-width: 1440px) {
  .sk-main {
    width: 94%;
  }
  .sk-index-facilities,.sk-index-company,.sk-index-product,.sk-index-client,.sk-index-choose,.sk-index-case,.sk-index-blog{ padding-block: 70px; }
  .sk-indextow-title .sk-indextow-title-text{ font-size: 42px; line-height: 48px; }
  .sk-page-crumb-box h3{ font-size: 42px; line-height: 48px; }
}

@media screen and (max-width: 1360px) {
  .sk-indextow-title .sk-indextow-title-text,.sk-index-choose-text{ font-size: 36px; line-height: 42px; }
  .sk-index-facilities-item{ padding-inline: 10px; }
  .sk-index-choose-item{ padding-block: 18px; }
}

@media screen and (max-width: 1200px) {
  .sk-main {
    width: 95%;
  }
  .sk-index-facilities-item-title a{ font-size: 24px; line-height: 32px; }
  .sk-index-choose-txt{ margin-top: 20px; }
  .sk-list-news-item-sortname{ line-height: 22px; }
  .sk-list-news-item-title{ line-height: 25px; }
  .sk-list-news-item-desc{ line-height: 23px; }
}

@media screen and (max-width: 1024px) {
  .sk-index-facilities{ margin-block-end: 0; }
  .sk-index-facilities-item{ margin-bottom: 60px; max-width: 360px; }
  .sk-index-company-info{ padding-block-end: 30px; }
  .sk-index-choose-info{ margin-top: 36px; }
  .sk-indexlist-news-item-time{ margin-block-end: 8px; }
  .sk-product-tab-titcell .sk-product-tab-titcell-dost{ padding: 10px; }
  .sk-product-tab-maincell{ padding: 15px 0; }
  .sk-product-show .sk-display-pc{ display: none !important; }
  .sk-product-show .sk-display-mobile{ display: block !important; }
  .sk-content-show .sk-content-show-title {
    font-size: 24px;
    line-height: 30px;
  }
  .sk-content-main {
    padding: 60px 0;
  }
  .sk-content-contact {
    margin-bottom: 50px;
  }
  .sk-content-page-box {
    padding: 0;
  }
  .sk-content-about-img {
    float: unset;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .sk-product-summary {
    margin-top: 25px;
  }
  .sk-content-message{ margin-block-start: 30px; }
  .sk-content-left{ margin-block-start: 42px; }
  .sk-about-img{ margin-inline-start: 0; }
  .sk-display-pc {
    display: none !important;
  }
  .sk-display-mobile {
    display: block !important;
  }
  .sk-content-msg-title{ margin-block-end: 15px; }
  .sk-content-msg-text{ margin-block-end: 0px; }
  .sk-list-news-item-title{ font-size: 20px; line-height: 25px; }
  .sk-list-news-more a{ font-size: 14px; }
  .sk-list-news-more .iconfont{ font-size: 18px; }
  .sk-list-news-item-desc{ line-height: 23px; }
  .sk-contact-follow{ padding-block: 30px; }
  .sk-content-message-box{ padding-block-start: 30px; }
  .sk-contact-list-info,.sk-contact-list-icon{ padding: 15px; }
  .sk-content-contact-item{ height: auto; margin-bottom: 60px; }
  .sk-content-message{ margin-bottom: 36px; }
  .sk-index-slide{ height: calc(100vh - 80px); }
  .sk-index-slide-item .sk-index-slide-item-box{ max-width: 80%; }
  .sk-index-slide-item .sk-index-slide-item-info-title{ font-size: 54px; line-height: 56px; }
  .sk-index-slide-item .sk-index-slide-item-info-text{ font-size: 28px; }
}
@media screen and (max-width: 868px) {
  .sk-product-tab-titcell .sk-product-tab-titcell-dost {
    font-size: 14px;
  }
  .sk-contact-list-icon,.sk-contact-list-info{ padding: 25px 15px; }
  .sk-content-msg-text{ font-size: 36px; line-height: 42px; }
  .sk-indexlist-client-item-info{ padding: 15px 10px; }
}

@media screen and (max-width: 768px) {
  .sk-indextow-title .sk-indextow-title-text, .sk-index-choose-text,.sk-content-contact-text{ font-size: 32px; line-height: 36px; }
  .sk-indexlist-news-item{ margin-bottom: 20px; }
  .sk-product-tab-maincell{ border: 0; padding: 12px 0; }
  .sk-product-item{ margin-bottom: 20px; }
  .sk-list-news-item-info{ padding-top: 12px; }
  .sk-playvideo-list-title{ height: auto; }
  .sk-content-main {
    padding: 50px 0;
  }
  .sk-pages-title {
    margin-bottom: 20px;
  }
  .sk-arrow .owl-nav .owl-prev, .sk-arrow .owl-nav .owl-next{ width: 36px; height: 36px; }
  .sk-arrow .owl-nav .owl-prev::after, .sk-arrow .owl-nav .owl-next::after{ font-size: 16px; }
  .sk-list-news-item-info{ padding: 12px; }
  .sk-list-news-item{ padding-block-end: 25px; margin-bottom: 25px; }
  .sk-page-contact-text{ font-size: 36px; line-height: 42px; }
  .sk-page-contact-tel span, .sk-page-contact-tel a{ font-size: 32px; }
  .sk-contact-list-box{ flex-direction: column; }
  .sk-contact-list-item{ border: 1px solid var(--border); }
  .sk-contact-list-item~.sk-contact-list-item{ border-top: 0; }
  .sk-index-slide-item .sk-index-slide-item-info-title{ font-size: 42px; line-height: 48px; }
  .sk-index-slide-item .sk-index-slide-item-info-text{ font-size: 24px; }
}
@media screen and (max-width: 576px) {
  .sk-index-slide .sk-index-slide-box .owl-nav .owl-prev,
  .sk-index-slide .sk-index-slide-box .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .sk-index-slide .owl-nav .owl-prev::after, .sk-index-slide .owl-nav .owl-next::after{ font-size: 20px; }
  .sk-index-num-item{ padding-block: 18px; }
  .sk-indextow-title .sk-indextow-title-text, .sk-index-choose-text, .sk-content-contact-text{ font-size: 24px; line-height: 32px; }
  .sk-index-choose-img::after{ display: none; }
  .sk-index-choose-item{ padding: 25px 10px; }
  .sk-index-choose-item-info h3{ font-size: 20px; }
  .sk-index-company-info-text{ padding-inline: 0px; }
  .sk-indexlist-news-item-info{ padding-inline: 10px; }
  .sk-playvideo-list-title{ font-size: 18px; line-height: 28px; }
  .sk-product-con .sk-product-con-link{ font-size: 14px; padding: 10px 12px; }
  .sk-about-img{ padding: 0; border: 0; }
  .sk-arrow .owl-nav .owl-prev, .sk-arrow .owl-nav .owl-next{ width: 40px; height: 40px; line-height: 40px; }
  .sk-products-title{ font-size: 24px; }
  .sk-product-tab-maincell{ border: 0; padding-inline: 0; }
  .sk-content-page-main {
    line-height: 25px;
  }
  .sk-pages-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sk-content-contact {
    margin-bottom: 50px;
  }
  .sk-product-tab{ border: 0; }
  .sk-page-contact-tel span, .sk-page-contact-tel a{ font-size: 24px; }
  .sk-contact-follow{ padding-block: 20px; }
  .sk-page-contact-text{ text-align: center; }
  .sk-index-slide-item .sk-index-slide-item-info-title{ font-size: 36px; line-height: 42px; }
  .sk-index-slide-item .sk-index-slide-item-info-text{ font-size: 20px; }
}

