﻿@charset "utf-8";

/*
	CSS Document 
*/
.sk-display-pc {
  display: block !important;
}

.sk-display-mobile {
  display: none !important;
}

/* footer */
.sk-footer {
  background-color: var(--bgadv);
}

.sk-footer-box {
  padding: 70px 0;
}

.sk-follow{ display: block; margin-top: 30px; }
.sk-follow .sk-follow-title{ font-size: 20px; color: var(--black); font-weight: 500; margin-bottom: 15px; }
.sk-follow-box{ display: flex; justify-content: flex-start; gap: 10px; }
.sk-follow-box a{ width: 30px; display: block; transition: all .8s; }
.sk-follow-box img{ width: 100%; height: auto; display: block; }
.sk-follow-box a:hover{ transform: rotate(35deg); }

.sk-footer-logo-img{ display: flex; justify-content: flex-start; }
.sk-footer-logo-img img{ max-width: 250px; width: 100%; display: block; height: auto; }
.sk-footer-logo-text{ font-size: 14px; text-align: right; color: var(--light-gray); padding-top: 15px; }

.sk-footer-box-title ,.sk-footer-box-row .sk-content-msg-title{
  text-align: left;
  color: var(--black);
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-block-end: 10px;
  position: relative;
}
.sk-footer-box-title::after{ position: absolute; bottom: 0; left: 0;  width: 40px; height: 2px; background-color: var(--blue); 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;
	gap: 3px;
}

.sk-footer-box-contact-item i{
  display: block;
  flex-shrink: 0;
  width: 20px;
  line-height: 25px;
  color: var(--grey);
  font-size: 16px;
  font-weight: 300;
}

.sk-footer-box-contact-info{ flex: 1; display: flex; justify-content: flex-start; gap: 5px; }
.sk-footer-box-contact-info p{ font-size: 14px; line-height: 25px; font-weight: 400; color: var(--grey); }

.sk-footer-box-contact-info span,
.sk-footer-box-contact-info a {
  font-size: 14px;
  color: var(--black);
  line-height: 25px;
  font-weight: 400;
	flex: 1;
}

.sk-footer-box-contact-info a:hover {
  color: var(--orange);
}

.sk-footer-box-code{ display: flex; justify-content: space-between; gap: 10px; padding-top: 55px; }
.sk-footer-box-code-box{ flex: 1; display: block; }
.sk-footer-box-code img{ width: 100%; height: auto; display: block; }
.sk-footer-box-code p{ font-size: 14px; text-align: center; display: block;line-height: 25px; }

.sk-footer-box-nav{ display: block; padding-left: 30px; }

.sk-footer-box-nav-box li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 22px;
  margin-bottom: 8px;
  transition: 0.5s all ease;
}

.sk-footer-box-nav-box li span a{
  font-size: 14px;
  color: var(--grey);
  transition: all .8s;
  font-weight: 400;
}

.sk-footer-box-nav-box li:hover a {
  color: var(--orange);
}
.sk-footer-box-nav-box li:hover{ padding-left: 10px; }

/* copyright */
.sk-footer-copyright {
  padding-block: 15px;
	background-color: var(--blue);
}

.sk-footer-copyright-text{
  color: var(--bluebg);
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.sk-footer-copyright-text a {
  color: var(--bluebg);
  transition: all .8s;
  margin-left: 10px;
}

.sk-footer-copyright-text a:hover {
  color: var(--white);
}

.sk-footer-contact{ padding: 32px 0; background-color: var(--bgpro); }
.sk-footer-contact-info{ display: block; }
.sk-footer-contact-info h4{
	color: var(--blue);
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	font-family: var(--fonts-three);
}
.sk-footer-contact-info p{
	font-size: 22px;
	font-weight: 300;
	color: var(--blue);
	margin-top: 8px;
	line-height: 30px;
}
.sk-footer-contact-link{ display: flex; justify-content: flex-end; align-items: center; gap: 15px; }
.sk-footer-contact-link a{ display: flex; justify-content: center; align-items: center; gap: 8px;
    background: none;
    border: 1px solid var(--blue);
    border-radius: 4px;
    color: var(--blue);
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    width: 250px;
		height: 50px;
	}
.sk-footer-contact-link a i{ font-size: 18px; }
.sk-footer-contact-link a:last-child{ background-color: var(--blue); color: var(--white); border-color: var(--blue); }
.sk-footer-contact-link a:hover{ background-color: var(--orange); color: var(--white); border-color: var(--orange); }

/* 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(--orange);
}
.sk-meau-top i{ font-size: 20px; }

@media screen and (max-width: 1200px) {
  .sk-footer-box-nav{ padding-left: 0px; }
}

@media screen and (max-width: 1024px) {
	
	.sk-footer-box{ padding-block: 50px; }
	.sk-footer-box-nav,.sk-footer-box-contact,.sk-footer-box-code{ margin-bottom: 30px; }
}

@media screen and (max-width: 768px) {
  .sk-footer-box-title{ font-size: 20px; }
	.sk-footer-contact-info{ text-align: center; margin-bottom: 25px; }
	.sk-footer-contact-link{ justify-content: center; }
}
@media screen and (max-width: 576px) {
	.sk-footer-box-code{ padding-top: 0; }
  .sk-footer-copyright{ padding-block: 12px; }
	.sk-footer-contact-info h4{ font-size: 28px; }
	.sk-footer-contact-info p{ font-size: 18px; }
	.sk-footer-contact-link a{ font-size: 14px; width: 160px; height: 38px; }
}
/* footer end */

/* crumbs start */
.sk-page-crumb{ background-color: var(--bgadv); padding: 15px 0; }
.sk-page-crumb-box{ display: flex; justify-content: space-between; align-items: center; }
.sk-page-crumb-box p{ color: var(--grey); 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(--grey); margin-inline: 3px; }
.sk-page-crumb-box p a:hover{ color: var(--orange); }
/* crumbs end */

/* message start */
.sk-content-inquiry .sk-main{ background-color: var(--white); }
.sk-content-inquiry-left{ display: flex; justify-content: center; align-items: center; background-size: cover; background-position: center; background-repeat: no-repeat; padding: 30px 0; }

.sk-content-contact-box{ display: flex; flex-direction: column; gap: 15px; width: 80%; background-color: var(--white); padding: 40px 25px; }

.sk-content-contact-list{ display: block; }

.sk-content-contact-list .sk-content-contact-item{
  display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
}
.sk-content-contact-list .sk-content-contact-item i{
	font-size: 16px;
  line-height: 25px;
	display: flex;
  justify-content: center;
	align-items: center;
	color: var(--white);
	background-color: var(--light-gray);
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;
}

.sk-content-contact-list .sk-content-contact-item span {
  font-size: 16px;
	font-weight: 500;
  color: var(--black);
	text-align: center;
	font-family: var(--fonts-three);
	flex-shrink: 0;
	border-right: 1px solid var(--border);
	padding-right: 8px;
}


.sk-content-contact-item p a,
.sk-content-contact-item p {
  font-size: 14px;
	line-height: 23px;
  font-weight: 400;
}

.sk-content-contact-item p a:hover {
  color: var(--orange);
}

/* message */
.sk-content-message {
  display: block;
	background-color: var(--white);
	padding: 45px;
}
.sk-message-title .sk-message-title-item{ display: block; margin-bottom: 15px; font-weight: 700; font-size: 38px; line-height: 42px; }
.sk-message-title .sk-message-title-text{ font-size: 18px; line-height: 25px; margin-bottom: 25px; color: var(--grey); font-weight: 300; }

.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: 14px;
  color: var(--grey);
  line-height: 25px;
  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: 25px;
  display: block;
  border: 1px solid var(--border);
  outline: none;
  background-color: var(--white);
  font-size: 14px;
  padding: 8px 12px;
  transition: all .8s;
  border-radius: 1px;
}

.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(--orange);
}

.sk-content-message-form .sk-content-message-form-submit {
  display: flex;
  justify-content: flex-start;
  padding-top: 15px;
}

.sk-content-message-form .sk-content-message-form-button {
  width: auto;
  transition: all .8s;
  border: 1px solid var(--blue);
  background: var(--blue);
  color: var(--white);
  cursor: pointer;
  font-size: 20px;
	line-height: 25px;
  padding: 10px 50px;
  font-family: var(--fonts-three);
  font-weight: 500;
  border-radius: 3px;
}

.sk-content-message-form .sk-content-message-form-button:hover {
  color: var(--white);
  background-color: var(--orange);
  border-color: var(--orange);
}
/* message end */

/* right start */
.sk-content-left-box {
  margin-bottom: 30px;
  position: relative;
	overflow: hidden;
	border-radius: 2px;
	background-color: var(--bgpro);
}

.sk-content-left-box-title {
  font-size: 28px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  position: relative;
  color: var(--black);
  font-family: var(--fonts-three);
  padding: 15px 12px 5px;
}

.sk-content-left-box-nav {
  display: block;
  padding: 12px;
}

.sk-expmenu-item{
	background-color: var(--white);
	margin-bottom: 10px;
}

.sk-expmenu-item .sk-expmenu-dt {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px 10px;
	transition: all .8s;
}

.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: 25px;
  font-size: 14px;
  flex-shrink: 0;
  margin-right: 5px;
}

.sk-expmenu-item .sk-expmenu-dt span{ display: block; flex-shrink: 0; width: 25px; height: 25px; line-height: 25px; 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: 0px 0 8px; display: none; }
.sk-expmenu-child-li{ border-top: 1px solid var(--border); padding: 0 10px 0 18px; transition: all .8s; }
.sk-expmenu-child-li a{ font-size: 14px; 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{ background-color: var(--orange); }
.sk-expmenu-child-li:hover a{ color: var(--white); }
.sk-expmenu-item:hover .sk-expmenu-dt a, .sk-expmenu-item:hover .sk-expmenu-dt span{ color: var(--white); }
.sk-expmenu-item:hover .sk-expmenu-dt{ background-color: var(--orange); }

.sk-content-left-box-nav .sk-expmenu-item:last-child {
  margin-bottom: 0;
}

.sk-content-left-news{ display: block; padding: 15px 10px; }

.sk-content-left-news-item {
  margin-bottom: 15px;
  border: 1px solid var(--bgadv);
  padding: 8px;
  transition: all.8s;
	background-color: var(--white);
}

.sk-content-left-news-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: all.8s;
	gap: 10px;
}

.sk-content-left-news-item .sk-content-left-news-img {
  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;
	flex: 1;
}

.sk-content-left-news-item .sk-content-left-news-info p {
  transition: all .8s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 23px;
  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(--orange);
}

.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 { border-bottom: 1px solid var(--bgpro); display: block; }
.sk-header-top .sk-main{ display: flex; justify-content: space-between; align-items: center; }
.sk-header-text { font-size: 20px; color: var(--black); font-weight: 500; font-family: var(--fonts-three); flex: 1; padding: 0 20px; }
.sk-header-top-left{ display: flex; justify-content: flex-end; align-items: center; gap: 12px; }
.sk-header-top-left-box a{ font-size: 18px; color: var(--grey); }
.sk-header-top-left-box a i{ font-size: 18px; }
.sk-header-top-left-box:hover a{ color: var(--orange); }

.sk-header-logo {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  max-width: 220px;
	height: 80px;
  padding: 10px 0;
}

.sk-header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.sk-header-logo img {
  width: 100%;
	display: block;
	height: 100%;
	object-fit: contain;
}

.sk-header-right{ display: flex; justify-content: flex-end; align-items: center; gap: 15px; padding: 10px 0; }

.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: 500;
}

.sk-header-search-item:hover{ color: var(--orange); }

/* 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(--orange);
}

.sk-search-group .sk-search-btn span {
  font-size: 24px;
  font-weight: 500;
}

.sk-search-group .sk-search-control:focus {
  border-color: var(--orange);
}

.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(--orange);
  transform: rotate(360deg);
}

.sk-header-top-right .language-flag-en .country-flag{ margin-left: 0; }

.sk-gettouch{ flex-shrink: 0; }
.sk-gettouch a{ display: flex; justify-content: center; align-items: center; border-radius: 2px; gap: 6px; background-color: var(--orange); padding: 10px 20px; transition: all .8s; }
.sk-gettouch a{ font-size: 14px; font-weight: 400; color: var(--white); }
.sk-gettouch a:hover{ background-color: var(--blue); color: var(--white); }

.sk-header-box {
  position: relative;
} 

.sk-header-box .sk-navigation{
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 65;
}

/* navigation */
.sk-navigation-box {
  display: flex;
  justify-content: flex-start;
  flex: 1;
  gap: 30px;
}

.sk-navigation-box .sk-navigation-li {
  position: relative;
}
.sk-navigation-box .sk-navigation-link {
  font-weight: 500;
  font-size: 18px;
  color: var(--black);
  display: flex;
  justify-content: center;
  line-height: 70px;
  transition: all 500ms ease;
}
.sk-navigation-box .sk-navigation-link i{ font-size: 12px; font-weight: 500; 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(--orange);
  border-color: var(--orange);
}

.sk-navigation-child .sk-navigation-child-link:hover,
.sk-navigation-box .sk-navigation-sub .sk-navigation-sub-link:hover
{
	background-color: var(--orange);
  color: var(--white);
}

.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: 200px;
  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{ 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: 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(--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(--orange); }

.sk-header-colse {
  display: block;
  width: 36px;
  height: 36px;
  background-color: var(--orange);
  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: 5px 12px 5px 15px;
  color: var(--black);
  line-height: 32px;
  font-size: 14px;
  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,.sk-mobile-nav-box .sk-mobile-nav-child-link a{ flex: 1; display: flex; justify-content: flex-start; line-height: 25px; padding: 3px 0; }
.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: 5px 12px 5px 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(--orange);
}

.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: 42px;
    align-items: center;
  }
  .sk-header-search-item span{ display: none; }
}

@media screen and (max-width: 1160px) {
	.sk-header-top-left{ font-size: 18px; }
  .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; }
}
@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-white{
  background-color: var(--blue-white);
}

.sk-content-main {
  padding: 70px 0;
}
/* content end */

/* about start */
.sk-content-about {
  padding-bottom: 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;
}
.sk-show-top{ margin-top: 50px; }
/* about end */

/* contact */
.sk-content-contact {
  display: block;
  margin-bottom: 60px;
}

.sk-content-contact-text {
  margin: 0 auto 25px;
  font-size: 48px;
  color: var(--black);
  line-height: 54px;
  font-weight: 700;
	text-align: center;
	max-width: 1200px;
}

.sk-content-map{ width: 100%; height: 500px; display: block; margin-top: 60px; }
.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 {
  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: 10px;
  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: 18px;
  line-height: 25px;
  font-weight: 500;
  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: 23px;
  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(--bgpro);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 25px;
  transition: all .8s;
  border: 1px solid var(--light-gray);
	background-color: var(--light-gray);
  padding: 5px 18px;
  border-radius: 3px;
}

.sk-list-news-item:hover .sk-list-news-more a{
  color: var(--white);
  background-color: var(--orange);
  border-color: var(--orange);
}

.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(--orange);
}

/* show start */
.sk-content-show {
  display: block;
}

.sk-content-show .sk-content-show-title {
  font-size: 26px;
  line-height: 32px;
  color: var(--black);
  font-weight: 500;
  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(--grey);
}

.sk-content-show .sk-content-show-resource span {
  font-size: 14px;
  color: var(--grey);
  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;
  overflow: hidden;
	cursor: pointer;
}

.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: 23px; padding-top: 10px; }
/* images end */

/* page start */
.sk-content-page-box {
  display: block;
}

.sk-content-page-main {
  font-size: 16px;
  line-height: 1.8;
}

.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: 35px; overflow: hidden; background-color: var(--white); transition: all .8s; border: 1px solid var(--border); }
.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: 10px; }
.sk-playvideo-list-title{ font-size: 14px; font-weight: 400; color: var(--black); font-family: var(--fonts-two); line-height: 23px; overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; transition: all .5s; }
.sk-playvideo-list:hover .sk-playvideo-list-title{ color: var(--orange); }
.sk-playvideo-list-more{ display: inline-block; font-size: 14px; line-height: 25px; border: 1px solid var(--light-gray); background-color: var(--light-gray); color: var(--white); border-radius: 4px; padding: 5px 20px; transition: all .5s ease-in; margin-block-start: 12px; }
.sk-playvideo-list:hover .sk-playvideo-list-more{ background-color: var(--orange); border-color: var(--orange); 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(--blue-white);
  border-radius: 1px;
	border: 1px solid var(--border);
}

.sk-content-left-box-product .sk-product-item:last-child {
  margin-bottom: 0;
}

.sk-product-item .sk-product-img {
  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: 12px 8px;
}

.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: 16px;
  line-height: 24px;
  color: var(--black);
  transition: all .6s;
  font-weight: 400;
}

.sk-product-item:hover .sk-product-title a {
  color: var(--orange);
}

.sk-product-more{ padding-bottom: 15px; }
.sk-product-more a{
  width: 100%;
	max-width: 160px;
  padding: 6px 15px;
  font-size: 14px;
  line-height: 25px;
  color: var(--bgpro);
	border: 1px solid var(--grey);
  background-color: var(--grey);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: auto;
  transition: all .6s;
  border-radius: 4px;
	opacity: .6;
}
.sk-product-item .sk-product-more i {
  margin-right: 6px;
}

.sk-product-item:hover .sk-product-more a {
  background-color: var(--orange);
	border-color: var(--orange);
  color: var(--white);
	opacity: 1;
}
.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(--orange);
  outline: 0px solid var(--orange);
  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(--orange);
}

/* product images end */
.sk-products-title {
  font-size: 28px;
  line-height: 32px;
  color: var(--black);
  font-weight: 500;
}

.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: 25px;
  font-weight: 400;
  color: var(--grey);
  padding: 5px 10px;
}

.sk-advantages-box .sk-advantages-li:nth-child(even){ background-color: var(--bgpro); }

.sk-product-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  margin-block-start: 15px;
}

.sk-product-con .sk-product-con-link {
  background-color: var(--white);
  border: 1px solid var(--grey);
  padding: 9px 10px;
	min-width: 150px;
  font-weight: 400;
  color: var(--black);
  border-radius: 3px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.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(--orange);
  border-color: var(--orange);
  color: var(--white);
}

.sk-product-con .sk-product-con-link i {
  margin-right: 10px;
  font-size: 16px;
}

/* 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: 50px;
}

.sk-product-inquiry .sk-content-message{ padding: 0; }

/* product related */
.sk-related-list {
  padding-top: 40px;
}

.sk-related-list .sk-pages-title {
  margin-bottom: 32px;
  text-transform: capitalize;
  background-color: var(--bgpro);
}
.sk-related-list .sk-pages-title span{ padding: 10px 15px; font-size: 18px; line-height: 25px; display: inline-block; color: var(--white); background-color: var(--blue); font-weight: 400; 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(0, 0, 0, 0.6);
  border: 0px solid var(--grey);
  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(--orange);
  opacity: 1;
  color: var(--white);
  border-color: var(--orange);
}

.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;
}
						
/* company */
.sk-index-company{ padding: 80px 0; }
.sk-index-company-box{ position: relative; }
.sk-index-company-img{ width: 100%; }
.sk-index-company-img img{ width: 100%; height: auto; display: block; }
.sk-index-company-info{ padding-bottom: 20px; }
.sk-index-company-info-title{ font-size: 20px; line-height: 25px; color: var(--blue); margin-bottom: 15px; font-weight: 600; }
.sk-index-company-info-desc{ font-size: 38px; color: var(--black); font-weight: 500; line-height: 48px; margin-bottom: 30px; text-transform: capitalize; }
.sk-index-company-info-text{ font-size: 16px; line-height: 28px; color: var(--grey); font-weight: 400;}
.sk-index-company-info-link{ display: flex; justify-content: flex-start; margin-top: 35px; }
.sk-index-company-info-link a{ font-size: 14px; font-size: 400; color: var(--white); transition: all .8s; line-height: 28px; border-radius: 3px; border: 1px solid var(--blue); padding: 8px 20px; background-color: var(--blue); }
.sk-index-company-info-link a:hover{ border-color: var(--orange); background-color: var(--orange); margin-left: 15px; }

/* 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: 42px; line-height: 42px; 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: 10px 0px;
  font-size: 18px;
  font-weight: 400;
  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(--orange);
  border-color: var(--orange);
  color: var(--white);
}
/* button */
.sk-indextow-button {
  padding-top: 25px;
	display: flex;
	justify-content: center;
}

.sk-index-title {
  margin-bottom: 40px;
}

.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-size: 42px; line-height: 42px; 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: 16px; font-weight: 300; line-height: 25px; text-align: center; color: var(--grey); margin: auto; }

/* index product */
.sk-index-product {
  display: block;
  padding-block: 80px;
  background-color: var(--bgpro);
}
.sk-index-product-box{ padding-bottom: 20px; }
.sk-index-product-item{ background-color: var(--white); }
.sk-index-product-img{ display: block; }
.sk-index-product-img .sk-index-product-img-link{ display: flex; justify-content: center; align-items: center; overflow: hidden; aspect-ratio: 1; }
.sk-index-product-img .sk-index-product-img-link img{ display: block; width: 100%; height: 100%; object-fit: contain; }
.sk-index-product-info{ transition: all .6s; }
.sk-index-product-info .sk-index-product-title{
  padding: 10px;
	display: block;
}
.sk-index-product-info .sk-index-product-title a{
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 25px;
  color: var(--black);
  transition: all .6s;
  font-weight: 400;
	text-align: center;
}
.sk-index-product-info .sk-index-product-more {
  padding: 10px 12px 25px 12px;
	display: flex;
	justify-content: center;
}

.sk-index-product-info .sk-index-product-more a{
	padding: 7px 30px;
  font-size: 14px;
  line-height: 25px;
  color: var(--black);
	border: 1px solid var(--border);
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
	gap: 5px;
  transition: all .6s;
  border-radius: 5px;
}

.sk-index-product-item:hover .sk-index-product-info .sk-index-product-title a{ color: var(--orange); }
.sk-index-product-item:hover .sk-index-product-info .sk-index-product-more a{ background-color: var(--orange); border-color: var(--orange); color: var(--white); }

.sk-index-product-list-box.sk-arrow .owl-nav{ padding-top: 0 !important; }
.sk-index-product-list-box.sk-arrow.owl-carousel .owl-nav button.owl-next,.sk-index-product-list-box.sk-arrow.owl-carousel .owl-nav button.owl-prev{
 margin: 0; position: absolute; top: calc((100% - 50px)/2);  transition: all.8s; opacity: 0; border: 0 !important; background-color: transparent !important;
}
.sk-index-product-list-box.sk-arrow.owl-carousel .owl-nav button.owl-prev{ left: -0px; }
.sk-index-product-list-box.sk-arrow.owl-carousel .owl-nav button.owl-next{ right: -0px; }
.sk-index-product-list-box.sk-arrow .owl-nav .owl-prev::after, .sk-index-product-list-box.sk-arrow .owl-nav .owl-next::after{ font-size: 36px; }
.sk-index-product-list-box.sk-arrow.owl-carousel:hover .owl-nav button.owl-prev{ left: -0px; display: block; opacity: 1; color: var(--orange); }
.sk-index-product-list-box.sk-arrow.owl-carousel:hover .owl-nav button.owl-next{ right: -00px; display: block; opacity: 1; color: var(--orange); }

.sk-index-product-nav{ display: flex; justify-content: center; align-items: center; gap: 12px; padding-bottom: 36px; }
.sk-index-product-nav-link{ font-size: 14px; line-height: 26px; text-align: center;padding: 8px 10px; background-color: var(--blue); color: var(--white); cursor: pointer; transition: all .6s; }
.sk-index-product-nav-link:hover,.sk-index-product-nav-link.sk-active{ background-color: var(--orange); color: var(--white); }

.sk-index-product-list{ display: none; }
.sk-index-product-list.sk-active{ display: block; }

/* server */
.sk-index-server{ border-top: 1px solid var(--border); padding: 90px 0; }
.sk-index-server-box{ display: flex; justify-content: space-between; gap: 15px; }
.sk-index-server-item{ flex: 1; background-color: var(--bluebg); padding: 40px 30px; border-radius: 5px; }
.sk-index-server-icon{ display: flex; justify-content: flex-start; }
.sk-index-server-icon img{ height: 60px; width: auto; display: block; }
.sk-index-server-text{ padding-top: 20px; }
.sk-index-server-title{ font-size: 24px; font-weight: 600; color: var(--black); line-height: 28px; font-family: var(--fonts-three); }
.sk-index-server-desc{ font-size: 14px; line-height: 23px; color: var(--grey); padding-top: 15px; }

/* chart */
.sk-index-chart{ background-color: var(--black); padding: 100px 0; background-attachment: fixed; background-position: center; }
.sk-index-chart-box{ display: grid; justify-content: center; align-items: center; gap: 30px; justify-items: center; }
.sk-index-chart-title{ font-size: 42px; line-height: 1.3; font-weight: 500; color: var(--white); max-width: 900px; text-align: center; }
.sk-index-chart-text{ padding-top: 10px; }
.sk-index-chart-text a{ background-color: var(--bluebg); color: var(--blue); padding: 15px 40px; border-radius: 5px; font-size: 20px; line-height: 28px; display: block; }
.sk-index-chart-text a:hover{ background-color: var(--orange); color: var(--white); }

/* service */
.sk-index-adv{ padding: 80px 0; }
.sk-index-adv-box{ margin-top: 15px; }
.sk-index-adv-img{ display: block; width: 100%; overflow: hidden; }
.sk-index-adv-img img{ width: 100%; height: auto; object-fit: cover; display: block; }
.sk-index-adv-list{ display: grid; gap: 10px; align-content: space-between; padding-left: 30px; }
.sk-index-adv-list-item{ background-color: var(--bgpro); padding: 15px; transition: all .6s; border-radius: 1px; }
.sk-index-adv-list-item-title{ font-size: 24px; line-height: 30px; font-weight: 500; color: var(--blue); transition: all .6s; }
.sk-index-adv-list-item-text{ padding-top: 10px; font-size: 16px; line-height: 24px; color: var(--grey); transition: all .6s; }
.sk-index-adv-list-item:hover{ background-color: var(--blue); }
.sk-index-adv-list-item:hover .sk-index-adv-list-item-title{ color: var(--white); }
.sk-index-adv-list-item:hover .sk-index-adv-list-item-text{ color: var(--white); }

/* Cases */
.sk-index-cases{ padding: 0px; }
.sk-index-cases-item .sk-index-cases-link{ display: block; border-radius: 3px; overflow: hidden; background-color: var(--bgadv); box-shadow: 0 0 5px 0 var(--bgadv); }
.sk-index-cases-item .sk-index-cases-img{ overflow: hidden; display: block; width: 100%; }
.sk-index-cases-item .sk-index-cases-img img{ width: 100%; height: auto; display: block; }
.sk-index-cases-item .sk-index-cases-title { display: flex; justify-content: space-between; align-items: center; background-color: var(--black); padding: 10px; color: var(--white); transition: all .8s;  }
.sk-index-cases-item .sk-index-cases-title span{ font-size: 16px; font-weight: 400; line-height: 25px;}
.sk-index-cases-item .sk-index-cases-title i{ font-size: 25px; line-height: 25px; font-weight: 300; flex-shrink: 0; }
.sk-index-cases-item:hover .sk-index-cases-title{ background-color: var(--orange); }

/* partner */
.sk-index-honor{
  display: block;
  padding-bottom: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sk-index-honor-item {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.8;
  transition: all .6s;
  cursor: pointer;
  border: 1px solid var(--border);
}

.sk-index-honor-item img {
  max-width: 100%;
  width: auto !important;
  display: block;
}
.sk-index-honor-item:hover{ opacity: 1; }

/* index blog start */
.sk-index-blog{
  display: block;
  padding-block: 80px;
}
.sk-index-blog-box .sk-list-news-item{ margin: 10px 0; box-shadow: unset; background-color: var(--bgpro); padding: 12px; }
.sk-index-blog-box .sk-list-news-item .sk-list-news-item-img{ border: 0px solid var(--border); }
.sk-index-blog-box .sk-list-news-item .sk-list-news-item-info{ margin-bottom: 15px; padding: 0; }
.sk-index-blog-box .sk-list-news-item:hover{ box-shadow: 0 0 8px var(--light-gray); transform: translate(0, 0px); background-color: var(--white); }

@media screen and (max-width: 1560px) {
  .sk-main {
    width: 95%;
  }
	.sk-index-company-info-desc{ font-size: 36px; line-height: 42px; margin-bottom: 20px; }
	.sk-index-company-info-link{ margin-top: 25px; }
	.sk-index-adv-list-item{ padding: 12px; }
	.sk-content-contact-box{ width: 90%; padding: 30px 15px; } 
}

@media screen and (max-width: 1360px) {
	.sk-index-company-info-desc{ font-size: 36px; line-height: 42px; margin-bottom: 30px; }
	.sk-index-company-info-text{ font-size: 16px; line-height: 25px; }
  .sk-index-company,.sk-index-adv,.sk-index-product,.sk-index-blog{ padding-block: 60px; }
	.sk-list-news-item-title a{ font-size: 18px; line-height: 24px; }
	.sk-index-adv-list-item-text{ font-size: 14px; }
}

@media screen and (max-width: 1200px) {
	.sk-index-company-info-desc{ font-size: 28px; line-height: 32px; margin-bottom: 20px; }
	.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-message{ padding: 30px; }
	.sk-expmenu-item .sk-expmenu-dt a{ font-size: 14px; line-height: 23px; }
	.sk-index-server-item{ padding: 20px; }
	.sk-index-adv-list{ padding-left: 0; }
	.sk-index-server-title{ font-size: 20px; }
}

@media screen and (max-width: 1024px) {
  .sk-display-pc {
    display: none !important;
  }
  .sk-display-mobile {
    display: block !important;
  }
  .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-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-index-server-box{ flex-wrap: wrap; }
	.sk-index-server-item{ width: calc(50% - 10px); flex: unset; }
	.sk-index-chart{ padding: 80px 0; }
	.sk-index-chart-title{ font-size: 36px; }
	.sk-index-adv-img{ margin-bottom: 20px; }
}
@media screen and (max-width: 868px) {
  .sk-indextow-title .sk-indextow-title-item span{ font-size: 30px; }
	.sk-footer-contact-info h4{ font-size: 28px; line-height: 30px; }
	.sk-content-message{ padding: 30px 15px; }
}

@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-service-title, .sk-index-oem-title, .sk-index-title .sk-index-title-item span{ font-size: 28px; line-height: 32px; }
	.sk-index-product-box.sk-arrow.owl-carousel .owl-nav button.owl-next{ right: 0 !important; opacity: 1; }
	.sk-index-product-box.sk-arrow.owl-carousel .owl-nav button.owl-prev{ left: 0 !important; opacity: 1; }
  .sk-index-title{ margin-bottom: 30px; }
  .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-cases-box{ width: 95%; margin: auto; }
	.sk-index-product-nav{ flex-wrap: wrap; }
	.sk-index-product-nav-link{ font-size: 12px; line-height: 23px; }
	.sk-index-chart-title{ font-size: 30px; }
}
@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-title .sk-index-title-item span{ font-size: 28px; }
  .sk-index-title .sk-index-title-text{ font-size: 14px; line-height: 23px; }

	.sk-related-list .sk-pages-title span{ font-size: 18px; }
  .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: 22px; }
  .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; }
	.sk-content-map{ height: 350px; }
	.sk-index-company-info-list{ flex-direction: column; }
	.sk-index-company-info-list .sk-index-company-info-item~.sk-index-company-info-item{ border-left: 0; border-top: 1px solid var(--white); }
	.sk-index-cust-text{ font-size: 20px; line-height: 30px;  }
	.sk-content-show .sk-content-show-title{ font-size: 20px; line-height: 28px; }
	.sk-content-message{ padding: 30px 5px; }
	.sk-content-contact-box{ width: 98%; padding: 15px 5px;  }
	.sk-index-company-info-list{ border-radius: 15px; }
	.sk-index-adv-list-item-title{ font-size: 20px; }
	.sk-index-chart-title{ font-size: 24px; }
	.sk-index-server-item{ width: 100%; padding: 15px; }
}