﻿@charset "utf-8";

/*
	CSS Document 
*/
.sk-display-pc {
  display: block !important;
}

.sk-display-mobile {
  display: none !important;
}

/* footer */
.sk-footer {
  background-color: var(--black);
}

.sk-footer-box {
  padding-block: 70px;
}

.sk-footer-box-head{ border-bottom: 1px solid var(--grey); margin-bottom: 40px; padding-bottom: 40px; }

.sk-footer-logo{ display: block; }
.sk-footer-logo img{ display: block; max-width: 250px; width: unset; }

.sk-footer-box-follow {
  display: block;
  padding-top: 20px;
}

.sk-footer-box-follow-box {
  display: flex;
  justify-content: flex-end;
  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-row .sk-content-message-box{ margin-block-start: 0; }

.sk-footer-box-title ,.sk-footer-box-row .sk-content-msg-title{
  text-align: left;
  color: var(--white);
  font-size: 24px;
  line-height: 30px;
  font-family: var(--fonts-two);
  font-weight: 600;
  margin-bottom: 15px;
  padding-block-end: 10px;
  position: relative;
}
.sk-footer-box-title::after,.sk-footer-box-row .sk-content-msg-title::after{ position: absolute; bottom: 0; left: 0;  width: 60px; height: 2px; background-color: var(--bgadv); content: ""; display: block; }
.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(--light-gray);
  margin-right: 8px;
  font-size: 20px;
  font-weight: 300;
}
.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: 500; color: var(--light-gray); }

.sk-footer-box-contact-info span,
.sk-footer-box-contact-info a {
  font-size: 14px;
  color: var(--border);
  line-height: 25px;
  font-weight: 300;
}

.sk-footer-box-contact-info a:hover {
  color: var(--white);
}

.sk-footer-box-nav{ display: block; padding-inline-end: 30px; }

.sk-footer-box-nav-box li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 22px;
  margin-block-end: 8px;
  transition: 0.5s all ease;
}

.sk-footer-box-nav-box li span a{
  font-size: 15px;
  color: var(--border);
  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:hover a {
  color: var(--white);
}
.sk-footer-box-nav-box li:hover{ padding-left: 10px; }

/* copyright */
.sk-footer-copyright {
  padding-block: 20px;
  background-color: var(--bluebg);
}

.sk-footer-copyright-text{
  color: var(--light-gray);
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.sk-footer-copyright-text a {
  color: var(--light-gray);
  transition: all .8s;
  margin-left: 10px;
}

.sk-footer-copyright-text a:hover {
  color: var(--white);
}
.sk-footer-box-row .sk-content-msg-text{ color: var(--border); }
.sk-footer-box-row .sk-content-message-form label{ color: var(--bgpro); }
.sk-footer-box-row .sk-content-message-form .sk-content-message-form-button{ background-color: var(--border); border-color: var(--border); color: var(--blue); }
.sk-footer-box-row .sk-content-message-form .sk-content-message-form-button:hover{ background-color: var(--blue); border-color: var(--blue); color: var(--white); }

/* 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(--blue);
}
.sk-meau-top i{ font-size: 20px; }

@media screen and (max-width: 1200px) {
  .sk-footer-box-nav{ padding-inline: 0px; }
}

@media screen and (max-width: 1024px) {
  .sk-footer-box{ padding-block: 40px; }
  .sk-footer-logo img{ margin: auto; }
  .sk-footer-box-follow-box{ justify-content: center; }
 .sk-footer-box-nav,.sk-footer-box-contact{ margin-bottom: 30px; }
}

@media screen and (max-width: 768px) {
  .sk-footer-box-title{ font-size: 20px; }
}
@media screen and (max-width: 576px) {
  .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 */

/* crumbs start */
.sk-page-crumb{ background-color: var(--blue); padding: 15px 0; }
.sk-page-crumb-box{ display: flex; justify-content: space-between; align-items: center; }
.sk-page-crumb-box p{ color: var(--white); font-size: 16px; line-height: 25px; text-transform: capitalize; }
.sk-page-crumb-box p i{ font-size: 14px; }
.sk-page-crumb-box p a{ color: var(--white); margin-inline: 3px; }
.sk-page-crumb-box p a:hover{ color: var(--white); }
/* crumbs end */

/* message start */
.sk-content-message-box{ display: block; }
.sk-content-msg{ display: grid; justify-content: flex-start; justify-items: flex-start; }
.sk-content-msg-title{ font-size: 24px; color: var(--blue); font-family: var(--fonts-three); font-weight: 500; margin-block-end: 12px; }
.sk-content-msg-title::after{ content: ""; width: 60px; height: 2px; display: block; background-color: var(--blue); margin-top: 5px; }
.sk-content-msg-text{ font-size: 16px; line-height: 25px; font-weight: 300; color: var(--grey); margin-block-end: 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: 500;
  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: 2px;
}

.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(--blue);
}

.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(--grey);
  background: var(--grey);
  color: var(--white);
  cursor: pointer;
  font-size: 20px;
  padding: 8px 42px;
  font-family: var(--fonts-three);
  font-weight: 600;
  border-radius: 2px;
}

.sk-content-message-form .sk-content-message-form-button:hover {
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
}
/* message 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(--white);
  font-family: var(--fonts-three);
  padding: 12px;
  background-color: var(--blue);
}

.sk-content-left-box-nav {
  display: block;
  background-color: var(--bgpro);
  padding-block: 10px;
}

.sk-expmenu-item .sk-expmenu-dt {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: var(--bgpro);
  padding: 5px 12px;
  border-bottom: 1px solid var(--bgadv);
}

.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;
  color: var(--black);
}

.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; color: var(--grey); }
.sk-expmenu-item .sk-expmenu-dt span i{ display: block; font-size: 15px; }
.sk-expmenu-child{ background-color: var(--white); padding: 5px 0 5px 18px; display: none; }
.sk-expmenu-child-li{ border-bottom: 1px solid var(--border); }
.sk-expmenu-child-li a{ font-size: 14px; line-height: 25px; display: flex; justify-content: flex-start; align-items: flex-start; padding: 5px 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(--blue); }
.sk-expmenu-item:hover .sk-expmenu-dt a, .sk-expmenu-item:hover .sk-expmenu-dt span{ color: var(--blue); }

.sk-content-left-box-nav .sk-expmenu-item:last-child {
  margin-bottom: 0;
}

.sk-content-left-news{ display: block; padding-block: 12px; }

.sk-content-left-news-item {
  margin-bottom: 15px;
  border: 1px solid var(--bgadv);
  padding: 10px;
  transition: all.8s;
}

.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: auto;
}

.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(--blue);
}

.sk-content-left-news-item:last-child {
  margin-bottom: 0;
}

/* header start */
.sk-header {
  display: block;
  margin: auto;
  width: 100%;
  position: relative;
}

.sk-header {
  display: block;
  margin: auto;
  width: 100%;
  position: relative;
}
.sk-header-top { background-color: var(--blue); display: block; }
.sk-header-top .sk-main{ display: flex; justify-content: space-between; }
.sk-header-top-left { display: flex; justify-content: flex-start; align-items: center; gap: 25px; padding-block: 10px; }
.sk-header-top-left .sk-header-top-left-box a{ display: flex; justify-content: flex-start; align-items: center; font-size: 14px; line-height: 25px; font-weight: 300; color: var(--bgadv); }
.sk-header-top-left .sk-header-top-left-box a i{ font-size: 14px; margin-right: 6px; color: var(--bgadv); 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; height: 100%; }
.sk-header-follow span{ font-size: 14px; font-weight: 400; color: var(--grey); }
.sk-header-follow a{ width: 24px; 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 {
  position: relative;
} 

.sk-header-box .sk-navigation{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 65;
}

.sk-header-logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 180px;
  padding-block: 15px;
}

.sk-header-logo a {
  display: block;
}
.sk-header-logo img {
  width: 100%;
}

.sk-navigation-right{ display: flex; justify-content: flex-end; align-items: center; gap: 15px; }

.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;
}

.sk-header-search-item .iconfont {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.sk-header-search-item:hover{ color: var(--blue); }

/* 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;
  gap: 36px;
}

.sk-header-search-box form {
  width: 800px;
  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(--grey);
  background-color: transparent;
  outline: none;
  padding: 0 60px 0 0px;
  height: 54px;
  position: relative;
  font-size: 14px;
  width: 100%;
  z-index: 9;
  transition: all .8s;
  color: var(--grey);
}

.sk-search-group .sk-search-btn {
  border: 0px solid var(--border);
  background: unset;
  width: 54px;
  height: 54px;
  color: var(--grey);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  transition: all .8s;
}

.sk-search-group .sk-search-btn:hover {
  color: var(--blue);
}

.sk-search-group .sk-search-btn span {
  font-size: 24px;
  font-weight: 500;
}

.sk-search-group .sk-search-control:focus {
  border-color: var(--blue);
}

.sk-header-search-close {
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: block;
  position: absolute;
  top: -100px;
  right: -100px;
  cursor: pointer;
  color: var(--grey);
  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(--blue);
  transform: rotate(360deg);
}

.sk-gettouch{ flex-shrink: 0; }
.sk-gettouch a{ display: flex; justify-content: center; align-items: center; border-radius: 4px; background-color: var(--bluebg); padding: 7px 18px; transition: all .8s; }
.sk-gettouch a span{ font-size: 14px; font-weight: 300; color: var(--white); }
.sk-gettouch a:hover{ background-color: var(--black); }
.sk-gettouch a:hover span{ color: var(--white); }

/* navigation */
.sk-navigation-box {
  display: flex;
  justify-content: center;
  flex: 1;
  padding-inline: 40px;
  gap: 25px;
}

.sk-navigation-box .sk-navigation-li {
  position: relative;
}
.sk-navigation-box .sk-navigation-link {
  font-weight: 500;
  font-size: 18px;
  color: var(--black);
  font-family: var(--fonts-three);
  display: flex;
  justify-content: center;
  line-height: 70px;
  transition: all 500ms ease;
}
.sk-navigation-box .sk-navigation-link i{ font-size: 12px; 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 3px 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: 8px 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 3px var(--border);
  z-index: 999;
  visibility: hidden;
  text-align: left;
  width: 250px;
  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: 8px 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-box .sk-navigation-li:hover .sk-navigation-link{
  color: var(--blue);
  border-color: var(--blue);
}
.sk-navigation-child .sk-navigation-child-link:hover,
.sk-navigation-box .sk-navigation-sub .sk-navigation-sub-link:hover
{
  color: var(--blue);
}

.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;
  padding-inline: 10px;
}
.sk-mobile-header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 10px;
}
.sk-mobile-header-logo a{ display: block; }
.sk-mobile-header-logo img {
  max-width: 220px;
  max-height: 50px;
}
.sk-mobile-header-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.sk-mobile-header-right .sk-header-search-item .iconfont{ font-size: 18px; margin-right: 0; color: var(--grey); }

.sk-mobile-header-right .language-flag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.sk-mobile-header-right .language-flag span {
  font-size: 15px;
  text-transform: uppercase;
  color: var(--black);
  font-weight: 300;
}
.sk-mobile-caidan {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  color: var(--black);
  outline: none;
  cursor: pointer;
  transition: all .8s;
  border-radius: 3px;
}

.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(--blue); }

.sk-header-colse {
  display: block;
  width: 36px;
  height: 36px;
  background-color: var(--blue);
  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: 500;
}
.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: 400;
}
.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: 15px;
  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(--blue);
}

.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: 85%;
  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;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sk-mobile-lang-box .language-flag {
  border-bottom: 1px solid var(--border);
  width: 50%;
}

.sk-mobile-lang-box .language-flag a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 5px;
}

.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: 1260px) {
  .sk-navigation-box{ gap: 20px; }
  .sk-navigation-box .sk-navigation-link {
    line-height: 36px;
    align-items: center;
  }
  .sk-header-search-item span{ display: none; }
}

@media screen and (max-width: 1160px) {
  .sk-navigation-box .sk-navigation-link {
    font-size: 15px;
  }
  .sk-header-search-box{ padding-inline: 35px; }
  .sk-header-search-box form{ width: 90%; }
  .sk-header-search-close{ right: -20px; top: -200px; }
  .sk-gettouch{ display: none; }
  .sk-gettouch a span{ font-size: 14px; }
}
@media screen and (max-width: 868px) {
  .sk-header {
    display: none;
  }
  
  .sk-mobile-header {
    display: block;
  }
  .sk-header-search-item{ display: block; }
}

@media screen and (max-width: 640px) {
  .sk-mobile-header-right{ gap: 10px; }
  .sk-mobile-header-logo img{ max-width: 200px; }
  .sk-header-search-box{ flex-direction: column; padding-inline: 20px; }
  .sk-header-search-box form {
    width: 92%;
  }
  .sk-header-search-close{ right: 0; }
}
/* header end */

/* content start */
.sk-content {
  display: block;
  position: relative;
}

.sk-content-main {
  padding: 70px 0;
}
/* content 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 */

/* contact start */
.sk-pages-title {
  display: block;
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  text-transform: capitalize;
  font-family: var(--fonts-three);
}

.sk-pages-title i {
  font-size: 22px;
  color: var(--black);
  font-weight: 500;
}

/* page title end */
.sk-content-contact {
  display: block;
  margin-bottom: 60px;
}

.sk-content-contact-text {
  margin-bottom: 15px;
  padding: 10px;
  font-size: 14px;
  color: var(--grey);
  line-height: 25px;
  font-weight: 400;
  background-color: var(--bgpro);
  border-radius: 5px;
}

.sk-content-contact .sk-content-contact-list {
  padding: 0px 0 30px;
}

.sk-content-contact .sk-content-contact-list p {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 12px;
  line-height: 28px;
}

.sk-content-contact .sk-content-contact-list i {
  font-size: 18px;
  margin-right: 5px;
  color: var(--black);
}

.sk-content-contact .sk-content-contact-list a,
.sk-content-contact .sk-content-contact-list span {
  font-size: 18px;
  color: var(--black);
  font-weight: 400;
}

.sk-content-contact .sk-content-contact-list a:hover {
  color: var(--blue);
}
.sk-follow-box {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

.sk-follow-box a {
  width: 32px;
  display: block;
  transition: all .8s;
}

.sk-follow-box img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-follow-box a:hover {
  transform: rotate(25deg);
}
.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 */

/* news start */
.sk-list-box {
  display: block;
}

.sk-list-news-item {
  overflow: unset;
  margin-bottom: 35px;
  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: 2px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgba(221, 221, 221, 0.6196078431);
  background-color: var(--white);
  transition: 0.5s all ease;
}

.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: 12px;
  padding-block: 15px;
}

.sk-list-news-item-sortname {
  padding: 0 0 8px 0px;
  line-height: 22px;
  color: var(--grey);
  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 {
  padding-block-start: 8px;
}

.sk-list-news-item-title a {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  font-family: var(--fonts-three);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .8s;
  color: var(--black);
}

.sk-list-news-item-desc {
  margin-block-start: 10px;
  color: var(--grey);
  font-size: 14px;
  line-height: 24px;
  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: 25px;
  transition: all .8s;
  text-decoration: none;
  border: 1px solid var(--light-gray);
  padding: 5px 18px;
  border-radius: 3px;
}
.sk-list-news-item .sk-list-news-more a:hover{
  color: var(--white);
  background-color: var(--blue);
  border-color: var(--blue);
}

.sk-list-news-more .iconfont {
  margin-right: 10px;
  font-size: 16px;
}

.sk-list-news-item:hover{ transform: translate(0, -10px); }
.sk-list-news-item:hover .sk-list-news-item-title a {
  color: var(--blue);
}

/* show start */
.sk-content-show {
  display: block;
  border-radius: 3px;
}

.sk-content-show .sk-content-show-title {
  font-size: 28px;
  line-height: 32px;
  color: var(--black);
  font-weight: 600;
  font-family: var(--fonts-two);
}

.sk-content-show .sk-content-show-resource {
  line-height: 25px;
  display: flex;
  justify-content: flex-start;
  padding-block-end: 8px;
  padding-block-start: 15px;
  border-bottom: 1px solid var(--border);
}

.sk-content-show .sk-content-show-resource i {
  font-size: 14px;
  color: var(--light-gray);
}

.sk-content-show .sk-content-show-resource span {
  font-size: 14px;
  color: var(--light-gray);
  margin-left: 6px;
  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: 3px;
}

.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);
}

/* 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;
  border-radius: 3px;
  overflow: hidden;
}

.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.5); }
.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: 16px; text-align: center; line-height: 25px; padding-top: 8px; }
/* images end */

/* 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 */

/* video show */
.sk-player {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}

/* video list start */
.sk-playvideo-list{ display: block; margin-bottom: 30px; overflow: hidden; background-color: var(--white); transition: all .8s; }
.sk-playvideo-list-link{ position: relative; display: block; }
.sk-playvideo-list-img{ position: relative; overflow: hidden; }
.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-info{ padding-block-start: 10px; padding-inline: 5px; }
.sk-playvideo-list-title{ font-size: 16px; font-weight: 500; color: var(--black); font-family: var(--fonts-two); line-height: 28px; transition: all .5s; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; }
.sk-playvideo-list:hover .sk-playvideo-list-title{ color: var(--blue); }
.sk-playvideo-list-more{ display: inline-block; font-size: 13px; line-height: 25px; border: 1px solid var(--border); color: var(--grey); border-radius: 4px; padding: 5px 20px; transition: all .5s ease-in; margin-block-start: 12px; }
.sk-playvideo-list-more:hover{ background-color: var(--blue); border-color: var(--blue); color: var(--white); }
.sk-playvideo-list:hover{ transform: translate(0, -10px); }

/* product list item */
.sk-product-item {
  margin-bottom: 30px;
  overflow: hidden;
  transition: ease all .8s;
  background-color: var(--white);
  border-radius: 2px;
  box-shadow: 0 0 10px 0px var(--border);
}

.sk-content-left-box-product .sk-product-item:last-child {
  margin-bottom: 0;
}

.sk-product-item .sk-product-img {
  border-bottom: 1px solid var(--border);
  transition: all .4s;
  overflow: hidden;
}

.sk-product-item .sk-product-img-link{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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: 12px;
  padding-inline: 5px;
}

.sk-product-item .sk-product-title a {
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 25px;
  color: var(--black);
  transition: all .6s;
  font-weight: 400;
}

.sk-product-item:hover .sk-product-title a {
  color: var(--blue);
}

.sk-product-more{ padding-bottom: 20px; }
.sk-product-more a{
  width: 160px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 25px;
  color: var(--white);
  background-color: var(--light-gray);
  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(--blue);
  color: var(--white);
}
.sk-product-item:hover{ transform: translate(0, -10px); }

/* product list */
.sk-content-page-content {
  padding: 60px 0;
  text-align: center;
  color: var(--grey);
  font-size: 16px;
  line-height: 30px;
}

/* product images start */
.sk-product-intro{ display: block; }
.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(--blue);
  outline: 0px solid var(--blue);
  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(--blue);
}

/* product images end */
.sk-products-title {
  font-size: 30px;
  line-height: 36px;
  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: 16px;
  line-height: 30px;
  font-weight: 400;
  color: var(--grey);
  padding: 3px 10px;
}

.sk-advantages-box .sk-advantages-li:nth-child(even){ 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(--black);
  padding: 10px;
  font-weight: 400;
  color: var(--black);
  border-radius: 3px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.sk-product-con .sk-product-con-link:first-child{ background-color: var(--blue); border-color: var(--blue); color: var(--white); }

.sk-product-con .sk-product-con-link:hover {
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}

.sk-product-con .sk-product-con-link i {
  margin-right: 10px;
  font-size: 18px;
}

/* product show */
.sk-product-show {
  padding: 50px 0 0px;
}
.sk-content-show .sk-related-list{ padding-top: 0; }
.sk-content-show .sk-content-page-main{ padding-top: 20px; padding-bottom: 50px; }
.sk-content-show .sk-related-list .sk-pages-title{ margin-bottom: 0px !important; }

.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: 32px;
  text-transform: capitalize;
  background-color: var(--bgadv);
}
.sk-related-list .sk-pages-title span{ padding: 8px 12px; font-size: 20px; display: inline-block; color: var(--white); background-color: var(--blue); font-weight: 500; text-transform: capitalize; }
.sk-related-list .sk-list-news-item{ padding-inline-start: 0; }
/* product end */

/* banner start */
.sk-index-slide {
  position: relative;
  display: block;
}

.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; }
/* 定义动画 */
@keyframes slideZoom {
  0%, 100% {
    transform: scale(1); /* 初始状态和结束状态的缩放比例 */
  }
  50% {
    transform: scale(1.2); /* 放大状态的缩放比例 */
  }
}

.sk-index-slide .sk-index-slide-box .owl-nav {
  margin: auto;
  width: 100%;
  height: auto;
}

.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: 50px;
  height: 50px;
  outline: none;
  opacity: .8;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0px solid var(--white);
  border-radius: 3px;
  transition: all .8s;
  color: var(--white);
  position: absolute;
  z-index: 20;
  top: calc((100% - 48px) / 2);
  left: 3%;
  opacity: .8;
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-next {
  right: 3%;
  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: 32px;
  font-weight: 300;
  content: "\f104";
  font-family: 'FontAwesome';
}

.sk-index-slide .owl-nav .owl-next::after {
  content: "\f105";
}

.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(--blue);
  opacity: 1;
  color: var(--white);
  border-color: var(--blue);
}

.sk-index-slide .sk-index-slide-box .owl-dots {
  position: absolute;
  z-index: 19;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot {
  transition: all .6s;
  border: 0px solid transparent;
  overflow: hidden;
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot span {
  margin: 0;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  background-color: var(--white);
  transition: all .8s;
  opacity: .5;
}
.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot:hover span{
  opacity: 1;
}
.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot.active span{
  opacity: 1;
  width: 30px;
}

.sk-index-solutions{ position: relative; padding-block-end: 90px; margin-top: -40px; }
.sk-index-solutions-box{ background-color: var(--white); box-shadow: 0 0 8px var(--border); display: flex; justify-content: space-between; }
.sk-index-solutions-item{ padding: 35px 30px; flex: 1; display: flex; justify-content: flex-start; align-items: flex-start; }
.sk-index-solutions-icon{ flex-shrink: 0; width: 72px; height: 72px; border-radius: 50%; overflow: hidden; display: flex; justify-content: center; align-items: center; border: 1px solid var(--blue); }
.sk-index-solutions-icon i{ font-size: 36px; line-height: 1; color: var(--blue); }
.sk-index-solutions-info{ flex: 1; padding-left: 20px; padding-top: 10px; }
.sk-index-solutions-title{ font-size: 26px; line-height: 32px; font-weight: 700; color: var(--blue); }
.sk-index-solutions-text{ color: var(--grey); padding-top: 15px; font-size: 16px; line-height: 25px; }
.sk-index-solutions-link{ padding-top: 15px; transition: all .5s ease-in; }
.sk-index-solutions-link a{ font-size: 16px; color: var(--white); border-bottom: 1px solid var(--white); }
.sk-index-solutions-link:hover{ padding-left: 20px; }
.sk-index-solutions-item-last{ background-color: var(--blue); }
.sk-index-solutions-item~.sk-index-solutions-item{ border-left: 1px solid var(--border); }
.sk-index-solutions-item-last .sk-index-solutions-title{ color: var(--white); }
.sk-index-solutions-item-last .sk-index-solutions-text{ color: var(--bgpro); }
.sk-index-solutions-item-last .sk-index-solutions-info{ padding-left: 0; }

/* index product */
.sk-index-product {
  display: block;
  padding-block: 80px;
  background-color: var(--bgpro);
}
.sk-index-product-nav{ display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; max-width: 1000px; margin: auto; margin-bottom: 35px; }
.sk-index-product-nav-link{ display: block; }
.sk-index-product-nav-link a{ font-size: 16px; text-align: center; padding: 6px 15px; line-height: 23px; color: var(--grey); display: block; border: 1px solid var(--light-gray); border-radius: 25px; }
.sk-index-product-nav-link a:hover{ border-color: var(--blue); background-color: var(--blue); color: var(--white); }

.sk-index-product-item{ margin-bottom: 30px; }
.sk-index-product-img{ display: block; border-bottom: 1px solid var(--border); }
.sk-index-product-img .sk-index-product-img-link{ display: flex; justify-content: center; align-items: center; overflow: hidden; }
.sk-index-product-img .sk-index-product-img-link img{ display: block; width: 100%; height: auto; }
.sk-index-product-info{ background-color: var(--white); transition: all .6s; }
.sk-index-product-info a{ padding: 15px; display: block; }
.sk-index-product-info .sk-index-product-title{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 22px;
  line-height: 30px;
  color: var(--black);
  transition: all .6s;
  font-weight: 500;
  font-family: var(--fonts-three);
}
.sk-index-product-info .sk-index-product-text {
  padding-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  line-height: 24px;
  color: var(--grey);
  transition: all .6s;
  font-weight: 400;
}

.sk-index-product-item:hover .sk-index-product-info{ background-color: var(--blue); }
.sk-index-product-item:hover .sk-index-product-info .sk-index-product-title{ color: var(--white); }
.sk-index-product-item:hover .sk-index-product-info .sk-index-product-text{ color: var(--bgadv);  }

/*  index title */
.sk-indextow-title {
  margin-bottom: 42px;
}

.sk-indextow-title .sk-indextow-title-item { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 12px; }
.sk-indextow-title .sk-indextow-title-item span{ position: relative; display: inline-block; font-family: var(--fonts-three); font-size: 36px; line-height: 36px; font-weight: 500; text-transform: uppercase; color: var(--black); }
.sk-indextow-title .sk-indextow-title-text { display: block; font-size: 16px; font-family: var(--fonts-two); font-weight: 400; line-height: 28px; text-align: left; color: var(--grey); margin: auto; }

.sk-indextow-link{
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  display: block;
  text-align: center;
  padding: 12px 0px;
  margin: auto;
  font-size: 18px;
  font-weight: 500;
  width: 200px;
  transition: all .8s;
  border-radius: 3px;
  flex-shrink: 0;
}
.sk-indextow-link i{ font-size: 14px; }
.sk-indextow-link:hover{
  background-color: var(--bluebg);
  border-color: var(--bluebg);
  color: var(--white);
}
/* button */
.sk-indextow-button {
  padding-top: 25px;
}

.sk-index-title {
  margin-bottom: 42px;
}

.sk-index-title .sk-index-title-item { display: flex; justify-content: center; align-items: center; flex-direction: column; margin-bottom: 12px; }
.sk-index-title .sk-index-title-item span{ position: relative; display: inline-block; text-align: center; font-family: var(--fonts-three); font-size: 36px; line-height: 36px; font-weight: 600; text-transform: uppercase; color: var(--black); }
.sk-index-title .sk-index-title-item::after{ content: ""; display: block; width: 60px; height: 3px; background-color: var(--blue); margin-top: 10px; }
.sk-index-title .sk-index-title-text { display: block; max-width: 1000px; font-size: 18px; font-family: var(--fonts-two); font-weight: 500; line-height: 28px; text-align: center; color: var(--grey); margin: auto; }

/* adv */
.sk-index-adv{ padding-block: 80px; }
.sk-index-adv-box{ display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 25px; }
.sk-index-adv-item{ width: calc(33.33333% - 25px); position: relative; border: 1px solid var(--border); }
.sk-index-adv-item::after{ position: absolute; top: 0; left: 0; right: 0; margin: auto; z-index: 8; width: 0; height: 100%; content: ""; display: block; background-color: var(--blue); transition: all .6s; }
.sk-index-adv-icon{ position: relative; z-index: 9; padding: 30px 30px 15px 30px; display: flex; justify-content: center; align-items: center; }
.sk-index-adv-icon i{ font-size: 54px; line-height: 1; color: var(--black); transition: all .6s ease-in-out; }
.sk-index-adv-text{ position: relative; z-index: 9; padding: 15px 20px 30px; }
.sk-index-adv-title{ font-size: 26px; font-weight: 600; text-align: center; line-height: 32px; color: var(--black); transition: all .6s ease-in-out; }
.sk-index-adv-desc{ padding-block-start: 15px; font-size: 16px; text-align: center; color: var(--grey); line-height: 23px; transition: all .6s ease-in-out; }
.sk-index-adv-link{ padding-top: 30px; display: flex; justify-content: center; }
.sk-index-adv-link a{ font-size: 16px; color: var(--blue); transition: all .6s ease-in-out; }
.sk-index-adv-item:hover::after{ width: 100%; }
.sk-index-adv-item:hover .sk-index-adv-title,.sk-index-adv-item:hover .sk-index-adv-icon i,.sk-index-adv-item:hover .sk-index-adv-desc,.sk-index-adv-item:hover .sk-index-adv-link a{ color: var(--white); }

/* index about */
.sk-index-company {
  overflow: hidden;
  position: relative;
  padding-block-start: 80px;
  padding-block-end: 80px;
  background-color: var(--bgadv);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sk-index-company-img{ display: block; }
.sk-index-company-img img{ width: 100%; height: auto; display: block; }

.sk-index-company-box{
  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(--blue); margin-bottom: 10px; font-weight: 600; text-transform: uppercase; font-family: var(--fonts-two); }
.sk-index-company-info-title{
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
  color:var(--black);
  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;
  margin-top: 20px;
}
.sk-index-company-link .sk-indextow-link{ margin:unset; background-color: transparent; color: var(--black); border-color: var(--blue); }
.sk-index-company-link .sk-indextow-link:hover{ background-color: var(--blue); border-color: var(--blue); color: var(--white); }

/* index num */
.sk-index-num{
  display: block;
}

.sk-index-num-item{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-block: 20px;
}
.sk-index-num-item-num{
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 8px;
}
.sk-index-num-item-num span{ font-size: 48px; font-weight: 700; line-height: 1; color: var(--blue); font-family: var(--fonts-two); }
.sk-index-num-item-title{
  font-size: 24px;
  font-weight: 400;
  color: var(--black);
  font-family: var(--fonts-three);
  line-height: 30px;
}
.sk-index-num-item-info{
  font-size: 16px;
  color: var(--black);
  font-weight: 300;
  padding-top: 8px;
}

/* FAQS */
.sk-index-faqs{ background-color: var(--bgpro); padding-block: 70px; }
.sk-index-faqs-item{ display: block; margin-bottom: 10px; }
.sk-index-faqs-item-title{ background-color: var(--white); color: var(--blue); display: flex; justify-content: space-between; align-items: center; padding: 18px; cursor: pointer; }
.sk-index-faqs-item-title span{ font-size: 18px; line-height: 25px; font-weight: 500; padding-right: 20px; }
.sk-index-faqs-item-title i{ font-size: 18px; line-height: 25px; flex-shrink: 0; }
.sk-index-faqs-item-text{  padding: 20px 18px; line-height: 25px; font-size: 16px; color: var(--grey); display: none; }
.sk-index-faqs-item.active .sk-index-faqs-item-title{ background-color: var(--blue); color: var(--white); }

/* custom */
.sk-index-custom{ padding-block: 80px; }
.sk-index-custom-item{ background-color: var(--white); padding: 25px 15px; }
.sk-index-custom-item-img{ width: 80px; height: 80px; overflow: hidden; margin: auto; display: flex; justify-content: center; align-items: center; border: 1px solid var(--border); border-radius: 50%; }
.sk-index-custom-item-img img{ display: block; width: 100%; height: auto; }
.sk-index-custom-item-info{ margin-top: 30px; }
.sk-index-custom-item-title{ font-size: 28px; font-weight: 500; color: var(--black); line-height: 32px; text-align: center; }
.sk-index-custom-item-star{ display: flex; justify-content: center; align-items: center; padding-block: 15px; }
.sk-index-custom-item-star i{ color: #fec42d; font-size: 18px; line-height: 1; }
.sk-list-custom-item-desc{ font-size: 16px; color: var(--grey); text-align: center; line-height: 23px; }

/* partner */
.sk-index-partner{
  display: block;
  padding-block: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sk-index-partner-item {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  transition: all .6s;
  cursor: pointer;
  border: 1px solid var(--border);
}

.sk-index-partner-item img {
  max-width: 100%;
  width: auto !important;
  display: block;
}
.sk-index-partner-item:hover{ opacity: 1; }

/* video */
.sk-index-video{ background-color: var(--bgpro); padding-block: 80px; }
.sk-index-video-video{ display: block; }
.sk-index-video-video video{ display: block; width: 100%; height: auto; border: transparent; }

/* index case */
.sk-index-pic{  padding-block: 80px; }
.sk-index-pic-item-box img{ width: 100%; height: auto; display: block; }
.sk-index-pic-item-title{ font-size: 18px; text-align: center; padding-block-start: 8px; font-weight: 400; }

/* index blog start */
.sk-index-blog{
  display: block;
  padding-block: 80px;
}

/* app */
.sk-index-linetu{ padding-block: 80px;}
.sk-index-linetu-item{ display: block; }
.sk-index-linetu-item a{ position: relative; display: block; }
.sk-index-linetu-img{ display: block; overflow: hidden; position: relative; z-index: 8; width: 100%; }
.sk-index-linetu-img img{ display: block; width: 100%; }
.sk-index-linetu-box{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: flex-start; flex-direction: column; align-items: center; text-align: center; transition: all .3s; padding: 35px 15px 15px; z-index: 9; }
.sk-index-linetu-title{ font-size: 30px; font-weight: 500; color: var(--white); font-family: var(--fonts-three); }
.sk-index-linetu-text{ margin-top: 12px; font-size: 15px; text-align: center; line-height: 25px; color: var(--white); font-weight: 300; }
.sk-index-linetu-link{ margin-top: 20px; font-size: 16px; color: var(--white); line-height: 20px; }
.sk-index-linetu-link i{ font-size: 14px; }
.sk-index-linetu-link:hover{ text-decoration: underline; }
.sk-index-linetu-box:hover{ padding-top: 45px; }

/* line */
.sk-index-line{
  display: block;
  padding-block: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.sk-index-line-box{ display: block; }
.sk-index-line-title{ font-size: 36px; font-family: var(--fonts-three); font-weight: 600; color: var(--white); color: var(--white); line-height: 42px; text-align: center; }
.sk-index-line-text{ font-size: 18px; line-height: 25px; color: var(--bgpro); text-align: center; margin-top: 25px; font-weight: 300; }

.sk-index-choose{ padding-block-end: 80px; padding-block-start: 20px; }
.sk-index-choose-box{ display: grid; }
.sk-index-choose-title{ font-family: var(--fonts-three); font-size: 20px; font-weight: 400; color: var(--blue); line-height: 15px; }
.sk-index-choose-item{ color: var(--black); font-size: 36px; font-weight: 700; font-family: var(--fonts-two); line-height: 42px; margin-top: 15px; }
.sk-index-choose-desc{ margin-top: 20px; font-size: 16px; line-height: 1.2; color: var(--grey); font-size: 16px;  }
.sk-index-choose-text{ margin-top: 25px; font-size: 20px; color: var(--blue); line-height: 1.3; }
.sk-index-choose-pdf{ margin-top: 35px;  }
.sk-index-choose-pdf a{
  border: 1px solid var(--blue);
  background-color: var(--blue);
  color: var(--white);
  display: block;
  text-align: center;
  padding: 12px 0px;
  font-size: 18px;
  font-weight: 500;
  width: 200px;
  transition: all .8s;
  border-radius: 3px;
  flex-shrink: 0;
  
}
.sk-index-choose-pdf i{ font-size: 18px; }
.sk-index-choose-pdf:hover a{
  background-color: var(--bluebg);
  border-color: var(--bluebg);
  color: var(--white);
}

.sk-index-choose-list{ display: grid; gap: 25px; }
.sk-index-choose-list-item{ display: flex; justify-content: flex-start; flex: 1; }
.sk-index-choose-list-icon{ flex-shrink: 0; line-height: 1; background-color: var(--blue); color: var(--white); width: 54px; height: 54px; border-radius: 50%; display: flex; justify-content: center; align-items: center; }
.sk-index-choose-list-icon i{ font-size: 30px; }
.sk-index-choose-list-text{ flex: 1; padding-left: 12px; }
.sk-index-choose-list-title{ font-size: 24px; line-height: 32px; text-transform: capitalize; font-family: var(--fonts-three); font-weight: 600; color: var(--blue); line-height: 32px; }
.sk-index-choose-list-desc{ font-size: 16px; color: var(--grey); padding-top: 10px; }

@media screen and (max-width: 1440px) {
  .sk-main {
    width: 95%;
  }
}
@media screen and (max-width: 1360px) {
  .sk-index-solutions{ padding-bottom: 70px; }
  .sk-index-company,.sk-index-product,.sk-index-adv,.sk-index-linetu,.sk-index-choose,.sk-index-line,.sk-index-custom,.sk-index-partner,.sk-index-pic,.sk-index-faqs,.sk-index-blog{ padding-block: 60px; }
  .sk-index-company-info-text{ margin-bottom: 20px; }
  .sk-index-choose-list{ gap: 18px; }
  .sk-index-choose-list-title{ line-height: 30px; }
  .sk-index-num-item{ padding-block: 10px; }
}

@media screen and (max-width: 1200px) {
  .sk-index-solutions-item{ padding: 25px 20px; }
  .sk-index-solutions-info{ padding-left: 15px; }
  .sk-index-solutions-icon{ width: 64px; height: 64px; }
  .sk-index-solutions-icon i{ font-size: 32px; }
  .sk-index-adv-box{ gap: 18px; }
  .sk-index-adv-item{ width: calc(33.33333% - 18px); }
  .sk-index-adv-text{ padding-inline: 15px; }
  .sk-index-linetu-title{ font-size: 24px; line-height: 28px; }
  .sk-products-title{ font-size: 24px; line-height: 30px; }
  .sk-list-news-item-sortname{ line-height: 22px; }
  .sk-list-news-item-title{ line-height: 25px; }
  .sk-list-news-item-desc{ line-height: 23px; }
  .sk-content-contact-text{ padding: 12px; }
}
@media screen and (max-width: 1024px) {
  .sk-display-pc {
    display: none !important;
  }
  .sk-display-mobile {
    display: block !important;
  }
  .sk-index-solutions-item{ padding: 20px 15px; }
  .sk-index-product-info .sk-index-product-title{ font-size: 20px; }
  .sk-index-adv-box{ gap: 0; justify-content: space-between; }
  .sk-index-adv-item{ width: 48.5%; margin-bottom: 20px; }
  .sk-index-company-box{ margin-top: 15px; }
  .sk-index-choose-box{ padding-bottom: 30px; }
  .sk-index-choose .sk-banner-img img{ width: 100%; }
  .sk-index-choose-list{ padding-top: 30px; }
  .sk-index-linetu-item{ margin-top: 20px; }
  .sk-index-linetu-title{ font-size: 20px; }
  .sk-index-linetu-text{ font-size: 14px; }
  .sk-page-crumb img{ transform: translateX(-40%); }
  .sk-index-product, .sk-index-video{ padding-block: 60px; }
  .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;
    background-color: unset;
    border-radius: 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-left{ margin-block-start: 42px; }
  .sk-about-img{ margin-inline-start: 0; }
  .sk-content-msg-text{ margin-block-end: 0px; }
  .sk-content-message{ margin-block: 20px; }
  .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-contact-item{ height: auto; margin-bottom: 60px; }
  .sk-content-contact-text{ font-size: 16px; line-height: 25px; margin-top: 0; }
}
@media screen and (max-width: 868px) {
  .sk-index-solutions-box{ flex-direction: column; }
  .sk-index-solutions-item~.sk-index-solutions-item{ border-left: 0; border-top: 1px solid var(--border); }
  .sk-index-product-nav-link a{ font-size: 14px; }
  .sk-indextow-title .sk-indextow-title-item span{ font-size: 30px; }
}

@media screen and (max-width: 768px) {
  .sk-index-slide .sk-index-slide-box .owl-nav,.sk-index-slide .sk-index-slide-box .owl-dots{ bottom: 18px; }
  .sk-index-solutions{ margin-top: 0; padding-top: 60px; }
  .sk-index-title{ margin-bottom: 32px; }
  .sk-indextow-title .sk-indextow-title-item span{ font-size: 28px; line-height: 1.2; }
  .sk-indextow-title .sk-indextow-title-text{ font-size: 14px; line-height: 1.2; }
  .sk-product-tab-maincell{ border: 0; }
  .sk-product-item{ margin-bottom: 20px; }
  .sk-content-main {
    padding: 50px 0;
  }
  .sk-pages-title {
    margin-bottom: 20px;
  }
  .sk-list-news-item-info{ padding: 12px; }
  .sk-list-news-item{ 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-index-linetu-item{ margin-top: 25px; }
}
@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: 1;
  }
  .sk-index-slide .owl-nav .owl-prev::after, .sk-index-slide .owl-nav .owl-next::after{ font-size: 20px; }
  .sk-index-solutions-title{ font-size: 24px; }
  .sk-index-title .sk-index-title-item span{ font-size: 30px; }
  .sk-index-title .sk-index-title-text{ font-size: 16px; }
  .sk-index-adv-box{ gap: 15px; }
  .sk-index-adv-title{ font-size: 24px; }
  .sk-index-adv-item{ width: 100%; margin-bottom: 0; }
  .sk-index-company-info-title{ font-size: 32px; line-height: 36px; }
  .sk-index-num-item-num span{ font-size: 42px; }
  .sk-index-choose{ padding-block-start: 0; }
  .sk-index-choose-item{ font-size: 30px; line-height: 36px; }
  .sk-index-line-title{ font-size: 30px; line-height: 36px; }
  .sk-page-crumb-box p{ font-size: 14px; }
  .sk-product-con .sk-product-con-link{ font-size: 14px; padding: 10px 12px; }
  .sk-about-img{ padding: 0; border: 0; }
  .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-indextow-title .sk-indextow-title-item span{ font-size: 24px; }
  .sk-content-page-box{ padding: 0; }
}