﻿@charset "utf-8";

/*
	CSS Document 
*/
.sk-display-pc {
  display: block !important;
}

.sk-display-mobile {
  display: none !important;
}

/* footer start */
.sk-footer {
  background-color: var(--bgpro);
}

.sk-footer-box {
  padding: 60px 0;
}

.sk-footer-logo{ max-width: 330px; }
.sk-footer-logo .sk-footer-logo-img{ width: 100%; display: block; }
.sk-footer-logo .sk-footer-logo-img img{ display: block; max-width: 100%; max-height: 80px; }
.sk-footer-logo .sk-footer-logo-text{ color: var(--grey); font-size: 16px; line-height: 25px; padding-top: 18px; }

.sk-footer-box-title {
  text-align: left;
  color: var(--blue-white);
  font-size: 24px;
  line-height: 32px;
  font-family: var(--fonts-tow);
  font-weight: 600;
  margin-bottom: 12px;
}

.sk-footer-box-contact {
  display: block;
}
.sk-footer-box-nav{
  padding-left: 60px;
  display: block;
}

.sk-footer-box-nav-box li {
  display: block;
  line-height: 30px;
}

.sk-footer-box-nav-box li a {
  font-size: 16px;
  color: var(--grey);
  transition: all .8s;
  font-weight: 400;
}

.sk-footer-box-nav-box li a:hover {
  color: var(--blue-white);
}

.sk-footer-box-contact-box {
  display: block;
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-start;
  transition: all .8s;
  line-height: 25px;
  color: var(--grey);
}

.sk-footer-box-contact-box span,
.sk-footer-box-contact-box a {
  font-size: 16px;
  color: var(--grey);
}

.sk-footer-box-contact-box i{
  margin-right: 5px;
  font-size: 18px;
}

.sk-footer-box-contact-box a:hover {
  color: var(--blue-white);
}
.sk-footer-box-follow {
  display: block;
  padding-top: 30px;
}

.sk-footer-box-follow-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sk-footer-box-follow-box a {
  display: block;
  margin: 0 8px 8px 0;
  width: 30px;
  height: 30px;
  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);
}

/* copyright */
.sk-footer-copyright {
  padding: 20px 0;
  background-color: var(--blue-white);
}

.sk-footer-copyright-text{
  color: var(--border);
  font-size: 14px;
  line-height: 30px;
  font-weight: 300;
  text-align: left;
}

.sk-footer-copyright-text a {
  color: var(--border);
}

.sk-footer-copyright-text a:hover {
  color: var(--white);
}
.sk-footer-copyright-nav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sk-footer-copyright-nav a{ font-size: 14px; color: var(--border); font-weight: 300; line-height: 30px; }
.sk-footer-copyright-nav i{ font-size: 24px; line-height: 30px; color: var(--border); margin: 0 5px; }
.sk-footer-copyright-nav a:hover{ 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(--red);
}
.sk-meau-top i{ font-size: 20px; }

@media screen and (max-width: 1200px) {
  .sk-footer-logo{ max-width: 100%; }
  .sk-footer-box-nav,.sk-footer-box-follow{ padding-left: 30px; }
}
@media screen and (max-width: 1024px) {
  .sk-footer-box-nav,.sk-footer-box-follow{ padding-left: 0px; }
  .sk-footer-logo, .sk-footer-box-nav, .sk-footer-box-contact, .sk-footer-box-follow{ margin-bottom: 30px; }
  .sk-footer-copyright-text {
    line-height: 22px;
    text-align: center;
  }
  .sk-footer-copyright-nav{ justify-content: center; padding-top: 10px; }
}
@media screen and (max-width: 768px) {
  .sk-footer-logo .sk-footer-logo-img{ max-width: 350px; }
  
  .sk-footer-box {
    padding: 50px 0 30px;
  }
  .sk-footer-box-title{ margin-bottom: 10px; }
  .sk-footer-copyright-text,.sk-footer-copyright-nav a{ font-size: 14px; }
}
/* footer end */

/* header start */
.sk-header {
  display: block;
  width: 100%;
  background-color: var(--blue-white);
}
.sk-header-top {
  padding: 8px 0;
  border-bottom: 1px solid var(--blue-white-light);
}
.sk-header-top-con{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.sk-header-top-con a{ font-size: 14px; line-height: 30px; color: var(--white); }
.sk-header-top-con a~a{ margin-left: 15px; }
.sk-header-top-con a:hover{ color: var(--red); }

.sk-header-top-box{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.sk-header-right-line {
  display: block;
  width: 1px;
  height: 22px;
  background-color: var(--border);
  margin: 0 10px 0 15px;
}

/* search start */
.sk-header-search {
  display: block;
}
.sk-header-search form {
  display: block;
}
.sk-search-group {
  width: 100%;
  display: block;
  position: relative;
}
.sk-search-group .sk-search-control {
  display: block;
  border: 0px solid var(--border);
  background-color: var(--white);
  outline: none;
  padding: 0 60px 0 8px;
  height: 30px;
  position: relative;
  width: 100%;
  z-index: 9;
  transition: all .8s;
  color: var(--blue);
  border-radius: 5px;
}

.sk-search-group .sk-search-btn {
  border: 0px solid var(--border);
  background: unset;
  width: 28px;
  height: 28px;
  color: var(--black);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  transition: all .8s;
}
.sk-search-group .sk-search-btn:hover {
  color: var(--red);
}
.sk-search-group .sk-search-btn span {
  font-size: 18px;
}

.sk-header-top .change-language-title .language-flag span,.sk-header-top .change-language-title .language-icon{ color: var(--white); }
.sk-header-top .change-language-title.title-show .language-flag span,.sk-header-top .change-language-title.title-show .language-icon{ color: var(--black); }

/* nav */
.sk-header-box {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .3s;
}

.sk-header-logo {
  display: block;
  flex-shrink: 0;
  padding: 8px 0;
  transition: all .3s;
}

.sk-header-logo a {
  display: block;
}
.sk-header-logo img {
  display: block;
  max-height: 60px;
  max-width: 210px;
  transition: all .3s;
}

/* navigation */
.sk-navigation-box {
  display: flex;
  justify-content: center;
}

.sk-navigation-box .sk-navigation-li {
  position: relative;
}

.sk-navigation-box .sk-navigation-link {
  font-weight: 600;
  font-size: 18px;
  color: var(--white);
  padding: 0 15px;
  display: flex;
  justify-content: center;
  line-height: 76px;
  text-transform: capitalize;
  font-family: var(--fonts-tow);
}

.sk-navigation-box .sk-navigation-link .iconfont {
  padding-left: 3px;
}
.sk-navigation-box .sk-navigation-sub {
  display: block;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  background-color: var(--white);
  box-shadow: 0 1px 5px var(--border);
  width: 250px;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform-origin: center top 0;
  -webkit-transform-origin: center top 0;
  -moz-transform-origin: center top 0;
  -ms-transform-origin: center top 0;
  -o-transform-origin: center top 0;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}
.sk-navigation-box .sk-navigation-sub .sk-navigation-sub-li {
  position: relative;
  border-bottom: 1px solid var(--border);
  display: block;
}
.sk-navigation-box .sk-navigation-sub .sk-navigation-sub-link {
  padding: 10px 15px;
  color: var(--black);
  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;
  box-shadow: 0 1px 5px var(--border);
  z-index: 999;
  padding: 0;
  visibility: hidden;
  text-align: left;
  width: 240px;
  background: var(--white);
  transition: .3s ease;
  overflow-y: auto;
  border: 1px solid var(--border);
  border-bottom: 0;
}

.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(--black);
  padding: 10px 15px;
  text-transform: capitalize;
  font-size: 14px;
  overflow: hidden;
  display: block;
  font-weight: 400;
  transition: all .5s;
}
.sk-navigation-box .sk-navigation-sub .sk-navigation-sub-link:hover,
.sk-navigation-child .sk-navigation-child-link:hover {
  color: var(--red);
}

.sk-navigation-box .sk-navigation-link.active,
.sk-navigation-box .sk-navigation-li:hover .sk-navigation-link {
  color: var(--red);
  background-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 {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}
/* header end */

/* mobile nav */
.sk-mobile-header {
  display: none;
}
.sk-mobile-header-box {
  display: flex;
  justify-content: space-between;
  align-self: center;
  padding: 10px;
}

.sk-mobile-header-logo {
  display: block;
}

.sk-mobile-header-logo img {
  max-height: 45px;
  max-width: 200px;
  display: block;
}
.sk-mobile-header-right {
  display: flex;
  justify-content: space-between;
  align-self: center;
}

.sk-mobile-header-right .sk-header-search-item {
  margin-right: 20px;
}

.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;
  font-family: var(--fonts-tow);
  font-weight: 500;
}

.sk-mobile-caidan {
  margin-left: 20px;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 3px;
  border: 0px solid var(--black);
  background-color: var(--white);
  outline: none;
  cursor: pointer;
}
.sk-mobile-caidan .iconfont {
  display: block;
  width: 100%;
  height: 100%;
  color: var(--black);
  line-height: 30px;
  text-align: center;
  font-size: 28px;
}
.sk-header-colse {
  display: block;
  width: 36px;
  height: 36px;
  background-color: var(--white);
  position: absolute;
  left: -38px;
  top: 2px;
  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-tow);
  font-weight: 400;
}
.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: 14px;
  text-transform: capitalize;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--border);
  font-family: var(--fonts-tow);
  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: 14px;
  text-transform: capitalize;
  border-bottom: 1px dashed var(--border);
  font-family: var(--fonts-tow);
  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; }

.sk-mobile-nav-box .sk-mobile-nav-link.active,
.sk-mobile-nav-box .sk-mobile-nav-link:hover,
.sk-mobile-nav-box .sk-mobile-nav-sub-link:hover,
.sk-mobile-nav-box .sk-mobile-nav-child-link:hover {
  color: var(--red);
}

.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); }

/* mobile lang */
.sk-mobile-lang {
  position: fixed;
  width: 60%;
  height: 100vh;
  top: 0px;
  right: -90%;
  background-color: var(--white);
  box-shadow: -1px 0 5px 0 var(--border);
  z-index: 1001;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: 0 0 0;
  transition: all 0.4s ease 0s;
}

.sk-mobile-lang-box {
  overflow-y: auto;
  max-height: 100%;
  padding: 10px 0px 20px;
}

.sk-mobile-lang-box .language-flag {
  border-bottom: 1px solid var(--border);
}

.sk-mobile-lang-box .language-flag a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 10px;
}

.sk-mobile-lang-box .language-flag a span {
  font-size: 14px;
  margin-left: 5px;
}

.sk-mobile-block {
  opacity: 1;
  visibility: visible;
  transform: scaleX(1);
  right: 0;
}

.sk-mobile-fixed {
  width: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 98;
  background: 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%);
}

@media screen and (max-width: 1024px) {
  .sk-header {
    display: none;
  }

  .sk-mobile-header {
    display: block;
  }
}
/* header end */

/* crumbs start */
.sk-page-crumb{ background-color: var(--bgpro); padding: 20px 0; }
.sk-page-crumb-box{ display: flex; justify-content: space-between; align-items: center; }
.sk-page-crumb-box p{ color: var(--grey); font-size: 14px; 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: 0 5px; }
.sk-page-crumb-box p a:hover{ color: var(--red); }
/* crumbs end */

/* content start */
.sk-content {
  display: block;
}

.sk-content-main {
  padding: 60px 0;
}
/* content end */

/* right start */
.sk-content-left-box {
  margin-bottom: 30px;
  padding: 20px 15px;
  position: relative;
  background: var(--bgpro);
  border-radius: 2px;
}

.sk-content-left-box-title {
  padding-left: 40px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  padding-top: 0;
  color: var(--black);
  font-family: var(--fonts-tow);
}
.sk-content-left-box-title::before,
.sk-content-left-box-title::after {
  content: "";
  height: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--red);
}

.sk-content-left-box-title::before {
  border-radius: 5px;
  left: 0;
  width: 18px;
}

.sk-content-left-box-title::after {
  border-radius: 50%;
  left: 22px;
  width: 5px;
  background-color: var(--black);
}
.sk-content-left-search {
  width: 100%;
  position: relative;
}

.sk-content-left-search .sk-content-left-search-control {
  width: 100%;
  height: 55px;
  border: 1px solid var(--border);
  outline: none;
  padding: 5px 55px 5px 10px;
  transition: all .8s;
}

.sk-content-left-search .sk-content-left-search-btn {
  line-height: 42px;
  position: absolute;
  border-left: none;
  height: 40px;
  top: 7px;
  right: 7px;
  width: 40px;
  padding: 0;
  border: 0;
  background: var(--blue-white);
  transition: all .8s;
}
.sk-content-left-search .sk-content-left-search-control:focus{ border-color: var(--red); }
.sk-content-left-search .sk-content-left-search-btn:hover{ background-color: var(--red); }

.sk-content-left-search .sk-content-left-search-btn .iconfont {
  font-size: 20px;
  color: var(--white);
}

.sk-content-left-box-nav {
  display: block;
}
.sk-expmenu-item{ margin-bottom: 8px; }

.sk-expmenu-item .sk-expmenu-dt {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  background-color: var(--white);
  padding: 5px 8px;
  transition: all .8s;
}

.sk-expmenu-item .sk-expmenu-dt a {
  font-size: 14px;
  line-height: 25px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 400;
}

.sk-expmenu-item .sk-expmenu-dt a .iconfont {
  height: 28px;
  font-size: 14px;
  flex-shrink: 0;
  margin-right: 5px;
}

.sk-expmenu-item .sk-expmenu-dt span{ display: block; flex-shrink: 0; width: 28px; height: 28px; line-height: 28px; text-align: center; cursor: pointer; }
.sk-expmenu-item .sk-expmenu-dt span i{ display: block; font-size: 16px; }

.sk-expmenu-child{ background-color: var(--white); padding: 10px 8px; border-top: 1px solid var(--border); display: none; }
.sk-expmenu-child-li{ padding-left: 10px; padding-block: 3px; }
.sk-expmenu-child-li a{ font-size: 14px; line-height: 25px; display: flex; justify-content: flex-start; align-items: flex-start; }
.sk-expmenu-child-li a i{ font-size: 12px; flex-shrink: 0; margin-right: 5px; }
.sk-expmenu-child-li a:hover{  }

.sk-expmenu-item:hover .sk-expmenu-dt{
  background-color: var(--red);
}
.sk-expmenu-item:hover .sk-expmenu-dt a, .sk-expmenu-item:hover .sk-expmenu-dt span{ color: var(--white); }

.sk-content-left-box-nav .sk-expmenu-item:last-child {
  margin-bottom: 0;
}
.sk-content-left-news-item {
  margin-bottom: 15px;
}

.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: 70px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.sk-content-left-news-item .sk-content-left-news-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.sk-content-left-news-item .sk-content-left-news-info {
  display: block;
  width: calc(100% - 80px);
  float: left;
}

.sk-content-left-news-item .sk-content-left-news-info p {
  display: block;
  transition: all .8s;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  margin-bottom: 5px;
  line-height: 18px;
  font-size: 14px;
  color: var(--black);
  font-weight: 400;
}

.sk-content-left-news-item .sk-content-left-news-info span {
  font-size: 12px;
  color: var(--grey);
  font-weight: 400;
}

.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(--red);
}

.sk-content-left-news-item:last-child {
  margin-bottom: 0;
}

/* page start */
.sk-content-page-box {
  margin-bottom: 25px;
}

.sk-content-page-main {
  font-size: 16px;
  line-height: 28px;
}

.sk-content-page-main img {
  max-width: 100%;
  height: auto !important;
}
/* page end */
/* about start */
.sk-content-about {
  margin-bottom: 60px;
}

.sk-content-about-img {
  float: left;
  max-width: 600px;
  padding: 0 15px 15px 0;
}

.sk-content-about-img img {
  display: block;
  width: 100%;
  height: auto;
}
/* about end */

/* images start */
.sk-list-images-box {
  margin-top: 10px;
  margin-bottom: 10px;
}

.sk-list-images-box a {
  display: block;
  border: 1px solid var(--border);
  position: relative;
}

.sk-list-images-box a img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 8;
}
.sk-list-images-box a .sk-list-images-i{ position: absolute; z-index: 9; width: 100%; height: 100%; transition: all .8s; display: flex; justify-content: center; align-items: center; left: 0; top: 0; opacity: 0; background-color: rgba(0, 0, 0, .5); }
.sk-list-images-box a i{ display: block; font-size: 42px; width: 42px; height: 42px; text-align: center; line-height: 42px; color: var(--white); }
.sk-list-images-box a:hover .sk-list-images-i{ opacity: 1; }
.sk-list-images-box p{ font-size: 16px; color: var(--black); font-weight: 400; line-height: 25px; text-align: center; margin-top: 10px; }
/* images end */

/* page title */
.sk-pages-title {
  display: block;
  color: var(--black);
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  text-transform: capitalize;
  font-family: var(--fonts-tow);
}

.sk-pages-title i {
  font-size: 24px;
}

/* contact start */
.sk-content-contact {
  display: block;
}

.sk-content-contact .sk-content-contact-box {
  padding-right: 60px;
}

.sk-content-contact .sk-content-contact-text {
  font-size: 16px;
  color: var(--grey);
  line-height: 25px;
  font-weight: 400;
}

.sk-content-contact .sk-content-contact-list {
  padding: 25px 0 30px;
}

.sk-content-contact .sk-content-contact-list p {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 8px;
  line-height: 25px;
}

.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: 16px;
  color: var(--black);
  font-weight: 400;
}

.sk-content-contact .sk-content-contact-list a:hover {
  color: var(--red);
}
.sk-follow-box {
  display: flex;
  justify-content: flex-start;
}

.sk-follow-box a {
  width: 30px;
  display: block;
  margin: 0 8px 8px 0;
  transition: all .8s;
}

.sk-follow-box img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-follow-box a:hover {
  transform: rotate(25deg);
}

/* contact end */
/* message start */
.sk-content-message {
  display: block;
  background-color: var(--bgpro);
  padding: 20px;
}

.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: 20px;
}

.sk-content-message-form label {
  font-size: 16px;
  color: var(--black);
  line-height: 30px;
  font-family: var(--fonts-tow);
  font-weight: 600;
  margin-bottom: 5px;
}

.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: 2px solid transparent;
  border-bottom-color: var(--border);
  outline: none;
  background-color: var(--white);
  font-size: 14px;
  padding: 8px;
  transition: all .8s;
}

.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-bottom-color: var(--red);
}

.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;
  text-transform: uppercase;
  transition: all .8s;
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
  cursor: pointer;
  font-size: 18px;
  padding: 0px 42px;
  border-radius: 1px;
  line-height: 42px;
  font-family: var(--fonts-tow);
  font-weight: 600;
  border-radius: 3px;
}

.sk-content-message-form .sk-content-message-form-button:hover {
  color: var(--white);
  background-color: var(--red);
  border-color: var(--red);
}

/* message end */

/* video list start */
.sk-playvideo-list{ display: block; margin-bottom: 30px; overflow: hidden; background-color: var(--white); border-radius: 3px; 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; }
.sk-playvideo-list-title{ font-size: 16px; font-weight: 500; color: var(--blue); font-family: var(--fonts-tow); 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(--black); }
.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); }

/* video list start */
.sk-video-list {
  background-color: var(--bgpro);
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
  padding: 15px;
  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;
}

.sk-video-list .sk-video-list-img {
  display: block;
}

.sk-video-list .sk-video-list-img a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.sk-video-list .sk-video-list-img img {
  width: 100%;
  height: auto;
  display: block;
}

.sk-video-list .sk-video-list-title {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid var(--light-gray);
}

.sk-video-list .sk-video-list-title a {
  font-size: 20px;
  color: var(--black);
  transition: all .6s;
  display: block;
  line-height: 30px;
  font-family: var(--fonts-tow);
  font-weight: 500;
  text-align: center;
}

.sk-video-list:hover .sk-video-list-title a {
  color: var(--red);
}

.sk-video-list-more {
  position: relative;
  background-color: transparent;
  display: block;
  margin: 15px auto 0;
  width: 180px;
  overflow: hidden;
  transition: all .8s;
}

.sk-video-list-more span {
  font-size: 14px;
  color: var(--bgpro);
  text-transform: uppercase;
  padding: 8px 0;
  text-align: center;
  display: block;
  position: relative;
  z-index: 9;
}

.sk-video-list-more .iconfont {
  margin-left: 3px;
  font-size: 15px;
}

.sk-video-list-more::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.5s linear;
  -webkit-transition: all 0.4s linear;
  background: var(--black);
}

.sk-video-list:hover .sk-video-list-more::after {
  background: var(--red);
  width: 100%;
}

.sk-video-list:hover .sk-video-list-more {
  color: var(--white);
  width: 80%;
}

/* show start */
.sk-content-show {
  display: block;
}

.sk-content-show .sk-content-show-title {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
  color: var(--black);
  font-weight: 600;
  font-family: var(--fonts-tow);
}

.sk-content-show .sk-content-show-resource {
  padding: 5px 10px;
  line-height: 25px;
  border: 1px solid var(--border);
  border-radius: 1px;
  display: flex;
  justify-content: flex-start;
}

.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: 8px;
}

.sk-content-show .sk-content-page-main {
  padding: 15px 0 30px 0;
}

.sk-content-show-prenext {
  border: 1px solid var(--border);
}

.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: 5px 12px;
}

.sk-content-show-prenext p~p {
  border-top: 1px solid var(--border);
}

/* video show */
.sk-player {
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid var(--border);
}

/* news start */
.sk-list-box {
  display: block;
}

.sk-list-news-item {
  overflow: unset;
  margin-bottom: 36px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
}

.sk-list-news-item-img {
  position: relative;
  display: block;
  border: 1px solid var(--border);
}

.sk-list-news-item-img a {
  display: block;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.sk-list-news-item-img img {
  display: block;
  width: 100%;
  height: auto;
}

.sk-list-news-item-info {
  display: block;
}

.sk-list-news-item-sortname {
  padding: 15px 0px 10px;
  line-height: 25px;
  color: var(--grey);
  font-size: 14px;
}

.sk-list-news-item-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: var(--black);
  font-family: var(--fonts-tow);
}

.sk-list-news-item-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .8s;
}

.sk-list-news-item-desc {
  padding: 10px 0 0;
  color: var(--grey);
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 400;
  border-top: 1px solid var(--border);
}

.sk-list-news-more {
  display: flex;
  justify-content: flex-start;
  margin-top: 25px;
}

.sk-list-news-more a {
  font-size: 14px;
  color: var(--grey);
  text-transform: uppercase;
  border: 1px solid var(--grey);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 30px;
  line-height: 30px;
  border-radius: 32px;
  transition: all .8s;
}
.sk-list-news-more a:hover{
  background-color: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.sk-list-news-more .iconfont {
  margin-left: 3px;
  font-size: 14px;
}

.sk-list-news-item:hover .sk-list-news-item-title a {
  color: var(--red);
}

/* product list item */
.sk-product-item {
  margin-bottom: 25px;
  overflow: hidden;
  transition: all .8s;
  border: 1px solid var(--border);
  background-color: var(--white);
  padding-bottom: 20px;
}

.sk-content-left-box-product .sk-product-item:last-child {
  margin-bottom: 0;
}

.sk-product-item .sk-product-img {
  transition: all .4s;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.sk-product-item .sk-product-img-link{
  position: relative;
}
.sk-product-item .sk-product-img img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 7;
}

.sk-product-item:hover .sk-product-img img {
  opacity: .8;
}

.sk-product-item .sk-product-img span{
  width: 0;
  height: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9;
  transition: all .5s;
  opacity: 0;
  background-color: rgba(52, 52, 52, 0.5);
}

.sk-product-item .sk-product-img span i{ font-size: 42px; color: var(--white); font-weight: 300; }
.sk-product-item:hover .sk-product-img span{ opacity: .9; width: 100%; height: 100%; }

.sk-product-item .sk-product-title {
  padding: 10px 6px;
}

.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: 14px;
  line-height: 23px;
  color: var(--black);
  transition: all .6s;
  font-weight: 400;
}

.sk-product-item:hover .sk-product-title a {
  color: var(--red);
}

.sk-product-link{ display: flex; justify-content: center; margin-top: 5px; }
.sk-product-link a{ font-size: 14px; background-color: var(--blue-white); border-radius: 30px; color: var(--white); overflow: hidden; padding: 5px 30px; transition: all .8s; }
.sk-product-link a i{ font-size: 14px; }
.sk-product-item:hover .sk-product-link a{ background-color: var(--red); }

/* product list */
.sk-content-page-content {
  padding: 60px 0;
  text-align: center;
  color: var(--grey);
  font-size: 16px;
  line-height: 30px;
}

/* product images start */
.product-view .product-image {
  position: relative;
  padding: 0px;
  border: 1px solid var(--border);
  background-color: var(--white);
}

.product-view .product-image img {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}

.product-view .image-additional {
  position: relative;
  width: 100%;
  margin: 12px 0;
}

.product-view .image-additional ul {
  position: relative;
  width: 90%;
  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 .8s;
}

.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(--red);
  outline: 0px solid var(--red);
  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(--red);
}
/* product images end */
.sk-products-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: var(--black);
  font-family: var(--fonts-tow);
  font-weight: 600;
}

.sk-product-parameter {
  margin-bottom: 20px;
  border-top: 1px solid var(--blue-white);
  border-bottom: 1px solid var(--blue-white);
  padding: 15px 0;
}

.sk-product-parameter .sk-products-price {
  font-size: 24px;
  color: var(--red);
  line-height: 42px;
}

.sk-product-parameter .sk-product-meta-item {
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
}

.sk-product-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}

.sk-product-con .sk-product-con-link {
  background-color: var(--blue-white);
  padding: 8px 25px;
  font-family: var(--fonts-tow);
  font-weight: 400;
  border-radius: 30px;
  margin-right: 20px;
  color: var(--white);
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sk-product-con .sk-product-con-link:hover {
  box-shadow: 0 3px 15px 1px rgba(1, 65, 161, 0.3);
  background-color: var(--red);
}

.sk-product-con .sk-product-con-link i {
  margin-right: 6px;
  font-size: 16px;
}

.sk-product-summary .sk-pages-title {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 800;
}

.sk-advantages-box {
}

.sk-advantages-box .sk-advantages-li {
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  color: var(--grey);
  padding: 3px 10px;
}

.sk-advantages-box .sk-advantages-li:nth-child(even){ background-color: var(--bgpro); }

/* product show */
.sk-product-show {
  padding: 36px 0 20px;
}

.sk-product-tab {
  margin-bottom: 30px;
  background-color: var(--white);
  border: 1px solid var(--border);
}

.sk-product-tab-maincell {
  padding: 15px;
}

.sk-product-tab-titcell {
  display: flex;
  justify-content: flex-start;
  background-color: var(--bgpro);
}

.sk-product-tab-titcell .sk-product-tab-titcell-dost {
  font-size: 16px;
  line-height: 28px;
  color: var(--black);
  cursor: pointer;
  font-weight: 500;
  font-family: var(--fonts-tow);
  transition: all .8s;
  padding: 8px 10px;
}

.sk-product-tab-titcell .sk-product-tab-titcell-dost:hover,
.sk-product-tab-titcell .sk-product-tab-titcell-dost.on {
  background-color: var(--red);
  color: var(--white);
}

.sk-product-inquiry {
  padding: 20px 0 40px 0 !important;
}
.sk-product-inquiry .sk-content-message{ background-color: var(--bgpro); padding: 20px; }

/* product show */
.sk-related-list {
  padding-top: 40px;
}

.sk-related-list .sk-pages-title {
  margin-bottom: 15px;
  background-color: var(--bgpro);
  text-transform: uppercase;
}
.sk-related-list .sk-pages-title span{ background-color: var(--red); padding: 5px 15px; font-size: 16px; display: inline-block; color: var(--white); }
/* 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 .sk-index-slide-box .owl-nav {
  position: absolute;
  left: 0;
  top: calc((100% - 48px) / 2);
  margin: auto;
  width: 100%;
  height: auto;
  z-index: 20;
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-prev,
.sk-index-slide .sk-index-slide-box .owl-nav .owl-next {
  margin: 0 auto;
  width: 48px;
  height: 48px;
  line-height: 48px;
  outline: none;
  position: absolute;
  left: 35px;
  opacity: .8;
  background-color: rgba(241, 61, 6, 0.3);
  border: 0;
  border-radius: 0;
  transition: all .8s;
  color: var(--white);
}

.sk-index-slide .sk-index-slide-box .owl-nav .owl-next {
  right: 35px;
  left: unset;
}

.sk-index-slide .owl-nav .owl-prev::after,
.sk-index-slide .owl-nav .owl-next::after {
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  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(--red);
  opacity: 1;
  color: var(--white);
}

.sk-index-slide .sk-index-slide-box .owl-dots {
  position: absolute;
  z-index: 19;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot {
  margin: 0 3px;
  border-radius: 50%;
  transition: all .6s;
  border: 1px solid transparent;
  overflow: hidden;
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot span {
  margin: 0;
  width: 8px;
  height: 8px;
  background-color: var(--white);
  margin: 4px;
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot.active,
.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot:hover {
  border: 1px solid var(--red);
}

.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot.active span,
.sk-index-slide .sk-index-slide-box .owl-dots .owl-dot:hover span {
  background-color: var(--red);
}

.sk-index-proins{ display: block; width: 100%; overflow: hidden; padding: 10px 0; }
.sk-proins-item{ display: block; border: 1px solid var(--border); }
.sk-proins-item .sk-proins-link{ display: block; position: relative; }
.sk-proins-item .sk-proins-link::after{ content: ''; display: block; width: 100%; height: 0; background-color: rgba(0, 0, 0, .5); position: absolute; left: 0; bottom: 0; z-index: 10; transition: all .5s; }
.sk-proins-item .sk-proins-img{ position: relative; z-index: 9; width: 100%; height: auto; }
.sk-proins-item .sk-proins-img img{ width: 100%; height: auto; display: block; }
.sk-proins-item .sk-proins-info{ position: absolute; left: 0; bottom: 0; z-index: 11; width: 100%; padding: 12px 10px; background-color: rgba(0, 0, 0, .5); }
.sk-proins-item .sk-proins-title{ font-size: 18px; font-weight: var(--fonts-tow); font-weight: 500; color: var(--white); display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.sk-proins-item .sk-proins-desc{ white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-size: 14px; font-weight: 400; line-height: 25px; padding: 5px 0; color: var(--white); }
.sk-proins-item .sk-proins-view{ font-size: 12px; color: var(--white); }
.sk-proins-item .sk-proins-view i{ font-size: 12px; }
.sk-proins-item .sk-proins-link:hover .sk-proins-info{ background-color: transparent; }
.sk-proins-item .sk-proins-link:hover::after{ height: 100%; }

/*  index title */
.sk-index-title {
  margin-bottom: 30px;
}

.sk-index-title .sk-index-title-item {
  text-align: center;
  font-size: 42px;
  text-transform: uppercase;
  line-height: 48px;
  font-family: var(--fonts-tow);
  font-weight: 700;
  color: var(--black);
}

.sk-index-title .sk-index-title-text {
  text-align: center;
  font-size: 16px;
  color: var(--grey);
  max-width: 768px;
  margin: auto;
  line-height: 25px;
  font-weight: 400;
  margin-top: 15px;
}

.sk-index-line{
  padding: 12px 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sk-index-line-up{
  display: block;
  background-color: var(--red);
  width: 100px;
  height: 3px;
  position: relative;
}

.sk-index-line-up::after,.sk-index-line-up::before{
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50px;
  margin: 0px;
  background-color: var(--red);
  position: absolute;
  left: -1px;
  top: -2px;
  z-index: 8;
}

.sk-index-line-up::after{
  left: unset;
  right: -1px;
}
.sk-index-line-up span{
  width: 13px;
  height: 13px;
  display: block;
  border: 2px solid var(--red);
  background-color: var(--white);
  display: block;
  border-radius: 50px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  z-index: 9;
}

.sk-index-link{
  border: 1px solid var(--grey);
  color: var(--grey);
  background-color: var(--white);
  display: block;
  text-align: center;
  padding: 12px 0px;
  margin: auto;
  font-size: 14px;
  width: 180px;
  transition: all .8s;
}
.sk-index-link i{ font-size: 14px; }
.sk-index-link:hover{
  background-color: var(--red);
  border-color: var(--red);
  color: var(--white);
}

/* index title */
.sk-indextow-title {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.sk-indextow-title .sk-indextow-title-item {
  font-size: 42px;
  font-family: var(--fonts-tow);
  font-weight: 600;
  position: relative;
  z-index: 7;
}

.sk-indextow-title .sk-indextow-title-link {
  display: block;
  position: relative;
  z-index: 7;
}
.sk-indextow-link{
  border: 1px solid var(--grey);
  color: var(--grey);
  background-color: var(--white);
  display: block;
  text-align: center;
  padding: 12px 0px;
  margin: auto;
  font-size: 14px;
  width: 180px;
  transition: all .8s;
}
.sk-indextow-link i{ font-size: 14px; }
.sk-indextow-link:hover{
  background-color: var(--red);
  border-color: var(--red);
  color: var(--white);
}
.sk-indextow-title::after{ content: ''; display: block; height: 1px; width: 50%; position: absolute; background-color: var(--border); right: 180px; }

/* button */
.sk-index-button {
  padding-top: 20px;
}

/* index product */
.sk-index-product {
  padding: 60px 0;
}
/* index about */
.sk-index-company {
  padding: 60px 0;
  background-color: var(--bgpro);
  margin-bottom: 30px;
}

.sk-index-company-img {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}

.sk-index-company-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.sk-index-company-info{
  display: block;
  padding-left: 20px;
}
.sk-index-company-info-title{
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  color: var(--red);
  text-transform: uppercase;
  font-family: var(--fonts-tow);
}

.sk-index-company-info-text{
  font-size: 16px;
  line-height: 25px;
  display: block;
  color: var(--grey);
  margin: 20px 0;
  font-weight: 400;
}

.sk-index-company-info-desc{ font-size: 30px; font-weight: 500; line-height: 42px; color: var(--black); margin-top: 15px; }

.sk-index-company-link{
  display: flex;
  justify-content: flex-start;
}
.sk-index-company-link .sk-index-link{ margin:unset; }

/* honor start */
.sk-index-certificate {
  padding: 30px 0;
}

.sk-index-honor-box {
  position: relative;
}
.sk-index-honor-item{ margin: 0; }

.sk-index-title-tow{ font-size: 42px; line-height: 54px; color: var(--black); font-family: var(--fonts-tow); font-weight: 600; text-transform: uppercase; margin: 0 auto 30px; text-align: center; }
.sk-index-title-tow::after{ content: ''; display: block; width: 80px; height: 3px; margin: 10px auto 0; background-color: var(--red); }

/* case start */
.sk-index-partner {
  padding: 30px 0;
}

.sk-index-partner-main {
  display: block;
  width: 100%;
  margin: auto;
  overflow: hidden;
  padding: 0;
}

.sk-index-partner-item {
  margin-left: 10px;
  float: left;
  display: block;
  width: 330px;
  border: 1px solid var(--border);
}

.sk-index-partner-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* strengths */
.sk-strengths{ padding: 30px 0 60px; }
.sk-strengths-box{ display: block; }
/* .sk-strengths-list{ padding: 20px; box-shadow: 0 0 10px var(--border); border-radius: 0px; }
.sk-strengths-img{ width: 100%; height: auto; display: block; }
.sk-strengths-img img{ display: block; width: 100%; height: auto; }
.sk-strengths-info{ padding: 0px 40px; height: 100%; display: grid; align-content: center; }
.sk-strengths-info h3{ font-size: 32px; font-family: var(--fonts-tow); color: var(--blue); font-weight: 700; }
.sk-strengths-info .sk-strengths-info-text{ margin-top: 0px; }
.sk-strengths-info .sk-strengths-info-text p{ font-size: 20px; font-weight: 400; line-height: 30px; margin-bottom: 10px; display: flex; justify-content: flex-start; }
.sk-strengths-info .sk-strengths-info-text i{ font-size: 20px; margin-right: 10px; color: var(--red); }
.sk-strengths-list:nth-child(odd) .row{ flex-direction: row-reverse; } */

/* strengths */
.sk-index-strengths-box{ margin-block-start: 50px; position: relative; box-shadow: 0 0 10px var(--light-gray); background-color: var(--bgpro); border-radius: 20PX; }
.sk-index-strengths-slier{ padding-block: 10px; position: relative; z-index: 8; }
.sk-index-strengths-item{ display: flex; justify-content: space-between; align-items: center; padding: 30px; }
.sk-index-strengths-item-avd{ padding-right: 50px; flex-shrink: 0; }
.sk-index-strengths-item-img{ overflow: hidden; width: 300px; height: 300px; padding: 10px; border-radius: 50%; background-color: var(--bgpro); border: 1px solid var(--border); }
.sk-index-strengths-item-img img{ width: 100%; height: 100%; display: block; border-radius: 50%; overflow: hidden; }
.sk-index-strengths-item-info{ border-left: 1px solid var(--border); flex: 1; }
.sk-index-strengths-item-up{ padding: 20px 0 30px 30px; border-bottom: 1px solid var(--border); }
.sk-index-strengths-item-desc{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: var(--black);
}
.sk-index-strengths-item-down{ padding: 25px; }
.sk-index-strengths-item-title{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--fonts-tow);
} 


.sk-index-strengths-box .owl-nav{ position: absolute; z-index: 9; bottom: 45px; right: 50px; margin-top: 0; display: flex; justify-content: center; align-items: center; width: 100px; background-color: var(--bgpro); }

.sk-index-strengths-box .owl-nav .owl-prev,
.sk-index-strengths-box .owl-nav .owl-next{
  margin: auto;
  transition: all .8s;
  color: var(--grey) !important;
  background-color: transparent !important;
  display: block;
  padding: 0;
}

.sk-index-strengths-box .owl-nav .owl-prev:hover,
.sk-index-strengths-box .owl-nav .owl-next:hover {
  opacity: 1;
  color: var(--red) !important;
}

.sk-index-strengths-box .owl-nav .owl-prev::after,
.sk-index-strengths-box .owl-nav .owl-next::after{
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 36px;
  line-height: 36px;
  content: "\ec4e";
  font-family: "iconfont" !important;
}

.sk-index-strengths-box .owl-nav .owl-next::after{
  content: "\e624";
}

.sk-index-strengths-box .owl-nav .owl-prev span,
.sk-index-strengths-box .owl-nav .owl-next span{
  display: none;
}

/* video */
.sk-index-video{ position: relative; }
.sk-index-video-box{ width: 100%; display: block; position: relative; z-index: 8; }
.sk-index-video-box video{ display: block; width: 100%; height: auto; }
.sk-index-video-play{ position: absolute; background-repeat: no-repeat; background-position: center; background-size: cover; z-index: 10; width: 100%; height: 100%; left: 0; top: 0; display: block; }
.sk-index-video-play-box{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; cursor: pointer; background-color: rgba(0, 0, 0, .6); }
.sk-index-video-play-btn{ width: 200px; height: 200px; text-align: center; color: var(--red); border: 1px solid var(--white); -webkit-box-shadow: inset 0 0 0 0; box-shadow: inset 0 0 0 0; line-height: 200px; display: block; border-radius: 50%; transition: border-color .3s, color .3s, -webkit-box-shadow .5s; }
.sk-index-video-play-btn i{ font-size: 64px; width: 100%; height: 100%; display: block; }
.sk-index-video-play-box:hover .sk-index-video-play-btn{
  border-color: var(--red);
  -webkit-box-shadow: inset 0 0 180px var(--red);
  box-shadow: inset 0 0 0 180px var(--red);
  color: var(--white);
}
.sk-index-video-play-box:hover .sk-index-video-play-btn i{
  text-shadow: 0 0 30px var(--blue-white);
}
.sk-index-video-pause{ position: absolute; left: 20px; bottom: 20px; z-index: 9; cursor: pointer; width: 72px; height: 72px; text-align: center; transition: all .8s; line-height: 72px; border-radius: 50%; color: var(--red); }
.sk-index-video-pause i{ font-size: 72px; }
.sk-index-video-pause:hover{ color: var(--white); }

/* index blog start */
.sk-index-blog {
  padding: 60px 0;
}

.sk-index-blog-box {
  padding: 0px;
}

.sk-index-blog-box .owl-item{
  background-color: var(--white);
}
.sk-index-news-item-img{ display: block; overflow: hidden; }
.sk-index-news-item-img a{ display: block; }
.sk-index-news-item-img a img{ display: block; width: 100%; height: auto; }
.sk-index-news-item-info{ padding: 25px 0 0; }
.sk-index-news-item-title{
  margin-bottom: 15px;
}
.sk-index-news-item-title a{
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition: all .8s;
}
.sk-index-news-item-time{
  color: var(--grey);
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 5px;
}
.sk-index-news-item-time i{ font-size: 12px; }
.sk-index-news-item-desc{
  font-size: 14px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.sk-index-news-more{ margin: 10px 0 0px; display: flex; justify-content: flex-start; }
.sk-index-news-more a{ display: block; font-size: 14px; transition: all .8s; line-height: 22px; color: var(--grey); font-weight: 400; }
.sk-index-news-more a i{ font-size: 14px; }
.sk-index-news-item:hover .sk-index-news-more a{ color: var(--red); }
.sk-index-news-item:hover .sk-index-news-item-title a{ color: var(--red); }

/* brands */
.sk-index-brands{ padding: 20px 0 70px; }
.sk-index-brands-item{ display: block; height: auto; width: 100%; margin: 15px auto; background-color: var(--white); border: 1px solid var(--border); }
.sk-index-brands-item img{ display: block; width: 100%; height: auto; }

@media screen and (max-width: 1560px) {
  .sk-main {
    width: 94%;
  }
  .sk-index-company-info-desc{ line-height: 36px; font-size: 26px; }
  .sk-index-company-info{ padding-left: 0; }
  .sk-index-company-info-text{ margin: 15px 0; font-size: 15px; }
  .sk-list-news-item-sortname{ padding: 5px 0; }
  .sk-list-news-item-desc{ padding-top: 10px; line-height: 22px; }
  .sk-list-news-more{ margin-top: 10px; }
}
@media screen and (max-width: 1360px) {
  .sk-main {
    width: 96%;
  }
  .sk-proins-item .sk-proins-info{ padding: 8px; }
  .sk-proins-item .sk-proins-title{ font-size: 16px; }
  .sk-proins-item .sk-proins-desc{ font-size: 12px; }
  .sk-indextow-title{ margin-bottom: 20px; }
  .sk-index-company-info-title{ font-size: 36px; line-height: 36px; }
  .sk-index-company-info-desc{ font-size: 24px; line-height: 30px; }
  .sk-index-title .sk-index-title-item{ font-size: 36px; }
  .sk-strengths-info{ padding: 0 20px; }
  .sk-strengths-info .sk-strengths-info-text p{ font-size: 16px; margin-bottom: 5px; line-height: 24px; }
  .sk-list-news-item-title{ font-size: 20px; line-height: 28px; }
  .sk-index-video-play-btn{ width: 180px; height: 180px; line-height: 180px; }
}

@media screen and (max-width: 1200px) {
  .sk-navigation-box .sk-navigation-link {
    font-size: 14px;
    padding: 0 8px;
  }
  .sk-navigation-box .sk-navigation-link .iconfont {
    padding-left: 3px;
  }
 .sk-index-title-tow,.sk-index-title .sk-index-title-item{ font-size: 32px; line-height: 42px; }
 .sk-index-company-img img{ width: 100%; }
  .sk-index-company-info{ padding-top: 25px; }
 .sk-index-company-info-desc{ margin-top: 10px; }
 .sk-index-company-info-text{ font-size: 14px; }
 .sk-strengths-info{ padding: 0; }
  .sk-strengths-info .sk-strengths-info-text p{ font-size: 16px; }
  .sk-strengths-info .sk-strengths-info-text i{ font-size: 16px; }
  .sk-list-news-item-title a {
    font-size: 18px;
    line-height: 26px;
  }
  .sk-list-news-item-desc {
    line-height: 22px;
  }
  .sk-list-news-item-sortname{ font-size: 14px; }
  .sk-list-news-more a{ font-size: 12px; }
  .sk-products-title{ font-size: 24px; }
  .sk-product-item{ padding-bottom: 15px; }
  .sk-product-item .sk-product-title a{ font-size: 16px; }
  .sk-content-left-box{ padding: 20px 12px; }
  .sk-content-contact .sk-content-contact-box {
    padding-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .sk-strengths-info{ padding-top: 25px; }
  .sk-index-video-play-btn{ width: 150px; height: 150px; line-height: 150px; }
  .sk-index-video-play-btn i{ font-size: 42px; }
  .sk-list-news-item-info{ padding-top: 15px; }
  .sk-list-news-item-title a{ font-size: 20px; }
  .sk-products-title {
    font-size: 24px;
    line-height: 30px;
  }
  .sk-content-show .sk-content-show-title {
    font-size: 24px;
    line-height: 30px;
  }
  .sk-content-main {
    padding: 50px 0;
  }
  .sk-content-contact {
    margin-bottom: 50px;
  }
  .sk-content-page-box {
    padding: 0;
  }
  .sk-content-about-img {
    float: unset;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
  .sk-product-summary {
    margin-top: 25px;
  }
  .sk-index-title .sk-index-title-item,.sk-indextow-title .sk-indextow-title-item {
    font-size: 32px;
  }
  .sk-video-list{ padding: 10px; }
}

@media screen and (max-width: 868px) {
  .sk-index-product,
  .sk-index-company,
  .sk-index-certificate,
  .sk-index-partner,
  .sk-strengths,
  .sk-index-blog{
    padding: 30px 0;
  }
  .sk-product-tab-titcell .sk-product-tab-titcell-dost {
    font-size: 14px;
  }
  .sk-product-item .sk-product-title a{ font-size: 15px; }
}
@media screen and (max-width: 768px) {
  .sk-display-pc {
    display: none !important;
  }

  .sk-display-mobile {
    display: block !important;
  }
  .sk-index-title {
    margin-bottom: 25px;
  }
  .sk-index-title .sk-index-title-item {
    font-size: 30px;
    line-height: 38px;
  }
  .sk-product-item .sk-product-title{ padding: 8px 5px; }
  .sk-product-item{ margin-bottom: 20px; }

  .sk-content-main {
    padding: 40px 0;
  }

  .sk-content-contact {
    margin-bottom: 40px;
  }
  
  .sk-content-left {
    padding-top: 35px;
  }
  .sk-content-message {
    padding: 15px;
  }
  .sk-pages-title {
    margin-bottom: 25px;
  }
  .sk-index-certificate, .sk-index-partner, .sk-strengths, .sk-index-blog{
    padding: 25px 0;
  }
  .sk-index-strengths-item{ flex-direction: column; padding: 20px; }
  .sk-index-strengths-item-avd{ padding-right: 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: 32px;
    height: 32px;
    line-height: 32px;
  }
  .sk-index-slide .sk-index-slide-box .owl-nav .owl-prev{ left: 10px; }
  .sk-index-slide .sk-index-slide-box .owl-nav .owl-next{ right: 10px; }
  .sk-indextow-title::after{ right: 0; }
  .sk-index-video-play-btn{ width: 80px; height: 80px; line-height: 80px; }
  .sk-index-video-play-btn i{ font-size: 36px; }
  .sk-products-title{ font-size: 20px; }
  .sk-content-main {
    padding: 40px 0;
  }
  .sk-content-page-main {
    line-height: 25px;
  }
  .sk-pages-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sk-content-show .sk-content-show-title {
    line-height: 30px;
  }
  .sk-content-contact {
    margin-bottom: 30px;
  }
  .sk-index-title .sk-index-title-item {
    font-size: 28px;
    line-height: 30px;
  }
  .sk-product-tab-maincell{ padding: 10px; }
  .sk-product-inquiry .sk-content-message{ padding: 20px 10px; }
  .sk-page-crumb-box{ justify-content: center; }
  .sk-page-crumb{ padding: 12px 0; }
  .sk-index-company-info-title{ font-size: 24px; line-height: 32px; }
  .sk-strengths{ padding-bottom: 50px; }
  .sk-strengths-list{ padding: 10px; }
  .sk-strengths-info{ padding: 20px 0 0; }
  .sk-strengths-info .sk-strengths-info-text p{ font-size: 14px; line-height: 25px; }
  .sk-index-company-info{ padding-top: 20px; }
  .sk-product-inquiry .sk-content-message{ padding: 20px 15px; }
  .sk-content-message{ padding: 15px 10px; }
  .sk-index-strengths-item-img{ width: 100%;  }
  .sk-index-strengths-item-avd{ padding-right: 0; }
  .sk-index-strengths-item{ padding: 10px; }
  .sk-index-strengths-item-up{ padding-inline: 0; padding-block: 15px; }
  .sk-index-strengths-item-info{ border-left: 0; }
  .sk-index-strengths-item-down{ padding-inline: 0; padding-bottom: 50px; padding-top: 15px; }
  .sk-index-strengths-item-desc{ font-size: 14px; line-height: 25px; }
}