﻿/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  padding: 0 0px;
}

.main-header__three-line-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 80px;
  display: flex;
  align-items: center;
}

.main-header__three-line-icon > a {
}

.main-header__three-line-icon > img {
  width: 31px;
  height: 18px;
}

.main-menu-wrapper {
  position: relative;
  background-color: #ffffff;
}

.main-header__logo {
  position: absolute;
  top: 0;
  left: -285px;
  bottom: 0;
  display: flex;
  align-items: center;
  z-index: 2;
  display: none;
}

.main-header__logo > a {
}

.main-header__logo > a > img {
}

.main-menu-wrapper__top {
  position: relative;
  display: block;
  padding: 0 0px 0;
  background-color: var(--thm-black);
}

.main-menu-wrapper__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 40px;
}

.main-menu-wrapper__left {
}

.main-menu-wrapper__left-contact-box {
  display: flex;
  align-items: center;
}

.main-menu-wrapper__left-contact-box li {
  display: flex;
  align-items: center;
}

.main-menu-wrapper__left-contact-box li + li {
  margin-left: 40px;
}

.main-menu-wrapper__left-contact-box li .icon {
}

.main-menu-wrapper__left-contact-box li .icon i {
  font-size: 12px;
  color: var(--thm-primary);
  line-height: 34px;
}

.main-menu-wrapper__left-contact-box li .text {
  margin-left: 12px;
}

.main-menu-wrapper__left-contact-box li .text p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}

.main-menu-wrapper__left-contact-box li .text a {
  color: #9d9d9d;
}

.main-menu-wrapper__right {
}

.main-menu-wrapper__right-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 0;
}

.main-menu-wrapper__right-social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-wrapper__right-social a + a {
  margin-left: 30px;
}

.main-menu-wrapper__right-social a:hover {
  color: var(--thm-primary);
}

.main-menu-wrapper__bottom {
  position: relative;
  display: block;
  padding: 0 0px 0;
}

.main-menu {
  position: relative;
  z-index: 91;
}

.main-menu__inner {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-around;
}

.main-menu__right {
  margin-left: auto;
  padding-left: 30px;
  display: flex;
  align-items: center;
  position: relative;
}

.main-menu__right:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  background-color: #e5e5e5;
  width: 1px;
}

@media (max-width: 425px) {
  .main-menu__right {
    padding-left: 0;
  }
}

.main-menu__search {
  font-size: 24px;
  color: var(--thm-black);
  margin-right: 30px;
  transition: all 500ms ease;
}

.main-menu__cart {
  font-size: 24px;
  color: var(--thm-black);
  margin-right: 30px;
  transition: all 500ms ease;
}

.main-menu__search:hover,
.main-menu__cart:hover {
  color: var(--thm-primary);
}

@media (max-width: 1199px) {
  .main-menu__search,
  .main-menu__cart {
    margin-right: 20px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .main-menu__cart {
    margin-right: 0;
  }
}

.main-menu__read-more-btn {
  font-size: 12px;
  padding: 5px 30px;
}

.main-menu__read-more-btn:before {
  position: absolute;
  bottom: -5px;
  width: 100%;
  height: 1px;
  left: 0;
  background: var(--thm-black);
  content: '';
  transition: transform 500ms ease;
  transform-origin: left center;
  transform: scale(1, 1);
}

.main-menu__read-more-btn:hover::before {
  transform: scale(0, 1);
  transform-origin: right center;
}

.stricky-header.main-menu {
  padding: 0 60px;
}

.main-menu,
.stricky-header {
  /* after third level no menu */
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list ul {
    display: flex;
  }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  position: relative;
  line-height: 110px;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 64px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: var(--thm-black);
  text-transform: uppercase;
  position: relative;
  transition: all 500ms ease;
}

.main-menu .main-menu__list > li > a::before,
.stricky-header .main-menu__list > li > a::before {
  content: '';
  width: 100%;
  height: 6px;
  background-color: var(--thm-color);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: -1;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--thm-black);
}

.main-menu .main-menu__list > li.current > a::before,
.main-menu .main-menu__list > li:hover > a::before,
.stricky-header .main-menu__list > li.current > a::before,
.stricky-header .main-menu__list > li:hover > a::before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  transition: 500ms ease;
  z-index: 99;
  box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list li:hover > ul,
.stricky-header .main-menu__list li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list li ul li + li,
.stricky-header .main-menu__list li ul li + li {
  border-top: 1px solid RGBA(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
  font-size: 16px;
  line-height: 30px;
  color: var(--thm-black);
  display: flex;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 500ms;
}

.main-menu .main-menu__list li ul li:hover > a,
.stricky-header .main-menu__list li ul li:hover > a {
  background-color: var(--thm-primary);
  color: #fff;
}

.main-menu .main-menu__list li ul li > ul,
.stricky-header .main-menu__list li ul li > ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.main-menu .main-menu__list li ul li > ul ul,
.stricky-header .main-menu__list li ul li > ul ul {
  display: none;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  transform: translateY(-120%);
  transition: transform 500ms ease, visibility 500ms ease;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  box-shadow: none;
  padding-right: 0;
  /* max-width: 1170px; */
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--thm-black);
  cursor: pointer;
}

.mobile-nav__buttons a + a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--thm-base);
}

.main-menu .mobile-nav__toggler {
  font-size: 20px;
  color: var(--thm-primary);
  cursor: pointer;
  transition: 500ms;
  margin-right: 20px;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--thm-base);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
  0% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
  }

  30% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  50% {
    -webkit-transform: translateY(50px) translateX(100px) rotate(45deg);
    transform: translateY(50px) translateX(100px) rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
  }

  80% {
    -webkit-transform: translateY(30px) translateX(50px) rotate(15deg);
    transform: translateY(30px) translateX(50px) rotate(15deg);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }

  100% {
    -webkit-transform: translateY(0px) translateX(0) rotate(0);
    transform: translateY(0px) translateX(0) rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes shapeMover {
  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px)
      translateX(0);
  }

  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px)
      translateX(20px);
  }
}

@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }

  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes squareMover {
  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  20%,
  60% {
    -webkit-transform: translate(20px, 40px) rotate(180deg);
    transform: translate(20px, 40px) rotate(180deg);
  }

  30%,
  80% {
    -webkit-transform: translate(40px, 60px) rotate(0deg);
    transform: translate(40px, 60px) rotate(0deg);
  }
}

@keyframes treeMove {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }

  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }

  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

/*--------------------------------------------------------------
#     Zoom Fade Css
--------------------------------------------------------------*/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;

  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;

  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;

  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transform: translateX(-50%);
  transform-origin: right center;
  transition: transform 500ms ease-in, opacity 500ms linear,
    visibility 500ms ease-in;
  z-index: 999;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--thm-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.mobile-nav__content .thm-btn {
  padding: 8px 0;
  width: 100%;
  text-align: center;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 30px;
  right: 15px;
  font-size: 18px;
  color: var(--thm-text-dark);
  cursor: pointer;
  width: 20px;
  height: 20px;
  z-index: 10;
}

.mobile-nav__close::after,
.mobile-nav__close::before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
  transform-origin: center center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-nav__close::after {
  transform-origin: center center;
  transform: rotate(-45deg);
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
  display: flex;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--thm-font);
  font-weight: 500;
  height: 46px;
  align-items: center;
  transition: 500ms;
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--thm-secondary);
}

.mobile-nav__content .main-menu__list li a button {
  width: 30px;
  height: 30px;
  background-color: var(--thm-primary);
  border: none;
  outline: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--thm-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: flex;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--thm-primary);
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: #ffffff;
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--thm-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--thm-primary);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--thm-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# sidemenu popup
--------------------------------------------------------------*/

.side-menu__block {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.7s ease;
  transition: -webkit-transform 0.7s ease;
  transition: transform 0.7s ease;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
}

.side-menu__block.active {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.side-menu__block-overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0.7;
  cursor: pointer;
}

.side-menu__block-inner {
  position: relative;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  z-index: 999999;
  overflow-y: auto;
  padding: 20px 30px;
  position: relative;
  padding-top: 40px;
}

.side-menu__close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.side-menu__close::after,
.side-menu__close::before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: var(--thm-black);
  transform: rotate(45deg);
  transform-origin: center center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.side-menu__close::after {
  transform-origin: center center;
  transform: rotate(-45deg);
}

.side-menu__block__text {
  text-align: center;
}

.side-menu__block__text a {
  color: var(--thm-primary);
}

.side-menu__block__title {
  font-size: 22px;
  font-weight: 500;
  color: var(--thm-black);
  margin: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.side-menu__block-line {
  margin: 40px 0;
  border-color: rgba(27, 24, 26, 0.2);
}

.side-menu__block-about {
  margin-top: 40px;
}

.side-menu__block-contact__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.side-menu__block-contact__list-item {
  color: var(--thm-black);
  font-size: 15px;
  position: relative;
  padding-left: 30px;
}

.side-menu__block-contact__list-item i {
  font-size: 17px;
  color: var(--thm-primary);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.side-menu__block-contact__list-item + .side-menu__block-contact__list-item {
  margin-top: 10px;
}

.side-menu__block__text-copy {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.side-menu__block__text-copy a {
  color: var(--thm-primary);
}

.side-menu__block-about__text {
  font-size: 16px;
  line-height: 1.889em;
}

.side-menu__block-about__btn {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.side-menu__block__text.site-footer__copy-text {
  font-size: 16px;
}

.side-menu__block__text.site-footer__copy-text a {
  color: var(--thm-black);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 991;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-110%);
  transition: transform 500ms ease, opacity 500ms ease;
}

.search-popup.active {
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0px;
  overflow: hidden;
}

.search-popup__content form input[type='search'],
.search-popup__content form input[type='text'] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--thm-primary);
}

.search-popup__content .thm-btn:hover {
  background-color: var(--thm-black);
  color: #fff;
}

.search-popup__content .thm-btn i {
  margin: 0;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.main-slider {
  overflow: hidden;
  position: relative;
}

.main-slider_border {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 14.29%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 10;
}

.main-slider_border-two {
  left: 14.29%;
}

.main-slider_border-three {
  left: 28.59%;
}

.main-slider_border-four {
  left: 42.88%;
}

.main-slider_border-five {
  left: 57.17%;
}

.main-slider_border-six {
  left: 71.46%;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: var(--thm-black);
}

.main-slider .swiper-slide .container {
  position: relative;
  z-index: 30;
}

.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: transform 7000ms ease;
  z-index: 1;
}

.main-slider .image-layer-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: rgba(var(--thm-black-rgb), 0.7);
  z-index: 2;
}

.main-slider .container {
  padding-bottom: 190px;
  padding-top: 196px;
}

.main-slider__content {
  position: relative;
  display: block;
}

.main-slider h2 {
  margin: 0;
  margin-bottom: 40px;
  color: #fff;
  font-weight: 400;
  opacity: 0;
  visibility: hidden;
  transform: translateY(120px);
  transition-delay: 1000ms;
  transition: transform 2000ms ease, opacity 2000ms ease;
  font-size: 100px;
  line-height: 110px;
  text-transform: uppercase;
}

.main-slider .thm-btn {
  font-size: 14px;
  font-weight: 700;
  background-color: #ffffff;
  color: var(--thm-black);
  opacity: 0;
  transform: translateY(100px);
  transition-delay: 2500ms;
  transition: transform 2000ms ease, opacity 2000ms ease, color 500ms ease,
    background 500ms ease;
}

.main-slider .thm-btn:hover {
  background-color: var(--thm-black);
  color: #fff;
}

.main-slider .swiper-slide-active .image-layer {
  transform: scale(1.15);
}

.main-slider .swiper-slide-active .thm-btn,
.main-slider .swiper-slide-active p,
.main-slider .swiper-slide-active h2,
.main-slider .swiper-slide-active p {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) translateX(0);
}

.main-slider__nav {
  width: 100%;
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  transform: translateY(-50%) translateX(-50%);
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  width: 30px;
  z-index: 100;
  font-size: 20px;
  color: #ffffff;
  opacity: 1;
  margin: 0;
  transition: all 500ms ease;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: var(--thm-primary);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}

.main-slider__nav .swiper-button-prev {
  margin-bottom: 0px;
}

.main-slider__nav .swiper-button-next .icon-right-arrow {
  position: relative;
  transform: rotate(180deg);
}

#main-slider-pagination {
  z-index: 10;
  bottom: 20px;
  left: 50%;
  width: 100%;
  max-width: 1170px;
  -webkit-transform: translate(-50%, calc(-50% + 95px));
  transform: translate(-50%, calc(0% + 0px));
  counter-reset: count;
  line-height: 0;
}

#main-slider-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 30px;
  border-radius: 0%;
  opacity: 1;
  background-color: transparent;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet:before {
  position: absolute;
  height: 30px;
  width: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  border-bottom: 2px solid #ffffff;
  counter-increment: count;
  content: '0' counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 20px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 0px;
}

#main-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
  transform: translateY(-10px);
}

#main-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:focus,
#main-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
  outline: none;
  border: none;
}
img {
  max-width: 100%;
}
/*--------------------------------------------------------------
# three-product
--------------------------------------------------------------*/
.three-product {
  position: relative;
  display: block;
}
.three-product__one {
  background-image: url(../images/resources/img1.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100% 100%;
  padding: 100px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.three-product__one-thumb{
  text-align: right;
}
.thumb img {
  -o-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}
.thumb:hover img {
  -webkit-transform: scale(1.05) rotate(0deg) translateY(0);
  -ms-transform: scale(1.05) rotate(0deg) translateY(0);
  transform: scale(1.05) rotate(0deg) translateY(0);
}
.three-product__one-box-h1{
  font-size: 48px;
  display: flex;
  color: #666;
  font-weight: normal;
  margin-bottom: 15px;
}
.three-product__one-box-h1::before {
  content: '';
  width: 4px;
  height: 30px;
  display: block;
  background-color: var(--thm-color);
  margin-top: 14px;
  margin-right: 10px;
}
.three-product__one-box-title {
  font-size: 24px;
  display: flex;
  color: #666;
  margin-left: 15px;
  font-weight: normal;
}
.three-product__one-box-text {
  font-size: 18px;
  color: #666;
}
.three-product__one-box-icon span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
  margin: 16px auto 12px;
  border: 1px #dfdfdf solid;
  border-radius: 50%;
}
.three-product__one-box-icon img {
  max-height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: auto;
}
.three-product__one-box-icon h4 {
  font-size: 19px;
}
.three-product__one-box-icon img:nth-child(2) {
  transform: translateY(-120px);
}
.three-product__one-box-icon:hover span {
  background: linear-gradient(to bottom, #4face1, #2d4e8e);
}
.three-product__one-box-icon:hover img:nth-child(1) {
  transform: translateY(-120px);
}
.three-product__one-box-icon:hover img:nth-child(2) {
  transform: translateY(0);
}

.three-product__two {
  background-image: url(../images/resources/img3.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50% 100%;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.three-product__three {
  background-image: url(../images/resources/img5.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 50% 100%;
  padding: 60px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.three-product__list-box {
  background: #f7f7f7;
  padding: 0 0 20px 0;
  position: relative;
}

.three-product__list-box p{
  margin-top: 10px;;
  margin-bottom: 0;
}

.three-product__list {
  width: 100%;
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.three-product__list-box .tuijian {
  position: absolute;
  top: 0;
  right: 0;
}

/*--------------------------------------------------------------
# Technology
--------------------------------------------------------------*/
.technology__box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.technology__box-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.technology__box-thumb img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: auto;
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.technology__box .zise {
  color: #4b5ace;
}
.technology__box .lanse {
  color: #55b7e9;
}
.technology__box .lvse {
  color: #6be3e6;
}
.technology__box .huangse {
  color: #ecad4a;
}
.technology__box .danzise {
  color: #826bf6;
}
.technology__box .hongse {
  color: #e8654c;
}
.technology__box-title {
  font-size: 24px;
  font-weight: normal;
  order: 2;
  max-width: 50%;
  margin: 0 auto;
}
.technology__box-title h4 {
  font-size: 24px;
  font-weight: normal;
  margin-top: 10px;
}
.technology__box-text {
  font-size: 18px;
  color: #666;
  border-top: 1px #ccc solid;
  padding-top: 15px;
  margin-top: 15px;
}
.technology .col-md-6:nth-of-type(even) .technology__box-thumb {
  order: 3;
}
.technology__box:hover img:nth-child(1) {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  animation: rotation 8s linear infinite;
  -moz-animation: rotation 8s linear infinite;
  -webkit-animation: rotation 8s linear infinite;
  -o-animation: rotation 8s linear infinite;
}

/*--------------------------------------------------------------
# Hardware
--------------------------------------------------------------*/
.hardware-content .col {
  flex: 0 0 20%;
}
.hardware__box p {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-top: 20px;
}
.hardware__box img:nth-child(1) {
  position: relative;
  z-index: 100;
}
.hardware__box img:nth-child(2) {
  z-index: 10;
  margin-top: -25px;
}
.hardware__box:hover img:nth-child(2) {
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  50% {
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/*--------------------------------------------------------------
# About us
--------------------------------------------------------------*/
.aboutus-content_icon img {
  height: 57px;
}
.aboutus-content_icon h4 {
  color: #fff;
  margin-top: 20px;
}
.aboutus-content_icon h4 p {
  font-size: 24px;
  font-family: var(--thm-font);
  font-weight: normal;
  margin-bottom: 10px;
}
.aboutus-content_icon h4 span {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  font-family: Impact;
}
.aboutus-content_icon h4 sub {
  font-size: 20px;
  font-weight: normal;
}
.aboutus-content__box {
  background: #fff;
  padding: 40px;
  margin-top: 40px;
}
.aboutus-content__box-intro h2 {
  color: #3d6cb1;
  font-size: 30px;
}
.aboutus-content__box-intro .text {
  color: #333;
  font-size: 20px;
  text-indent: 40px;
}
/*--------------------------------------------------------------
# Case
--------------------------------------------------------------*/
.case__box {
  background: #fff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*--------------------------------------------------------------
# Process
--------------------------------------------------------------*/
.process__box span {
  position: relative;
}
.process__box span img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.process__box h6 {
  font-size: 18px;
  color: #fff;
  font-weight: normal;
}

/*--------------------------------------------------------------
  # News One
  --------------------------------------------------------------*/
.news-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.news-one .section-title {
  margin-bottom: 47px;
}

.news-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.news-one__img-box {
  position: relative;
  display: block;
}

.news-one-img {
  position: relative;
  display: block;
  overflow: hidden;
}

.news-one-img > img {
  width: 100%;
}

.news-one-img > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(var(--thm-black-rgb), 0.5);
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  color: #ffffff;
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-30%);
}

.news-one-img > a > span {
  position: relative;
}

.news-one-img > a > span::before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}

.news-one-img > a > span::after {
  content: '';
  transition: all 500ms ease;
  width: 2px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.news-one-img > a:hover > span::before,
.news-one-img > a:hover > span::after {
  background-color: var(--thm-primary);
}

.news-one__single:hover .news-one-img > a {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.news-one__date-box {
  position: absolute;
  bottom: -10px;
  right: 30px;
  background: var(--thm-color);
  padding: 3px 30px;
  z-index: 1;
}

.news-one__date-box p {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  letter-spacing: 0.1em;
}

.news-one__content {
  position: relative;
  display: block;
  text-align: left;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 20px 60px 0px rgb(23 39 54 / 10%);
  padding: 29px 50px 30px;
  transition: all 500ms ease;
}

.news-one__content:before {
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  width: 0;
  content: '';
  background-color: var(--thm-black);
  height: 1px;
  transition: all 500ms ease;
}

.news-one__single:hover .news-one__content:before {
  width: 100%;
}

.news-one__single:hover .news-one__content {
  background-color: var(--thm-black);
}

.news-one__meta {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0;
  justify-content: center;
}

.news-one__meta li {
}

.news-one__meta li + li {
  margin-left: 15px;
}

.news-one__meta li a {
  font-size: 16px;
  color: var(--thm-gray);
  transition: all 500ms ease;
}

.news-one__single:hover .news-one__meta li a {
  color: #9d9d9d;
}

.news-one__meta li a i {
  color: var(--thm-primary);
  font-size: 14px;
}

.news-one__title {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 39px;
  margin-bottom: 21px;
}

.news-one__title a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: var(--thm-black);
  transition: all 500ms ease;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px
    89% / 0px 2px no-repeat;
}

.news-one__single:hover .news-one__title a {
  color: #fff;
}

.news-one__single .news-one__title a:hover {
  background-size: 100% 2px;
}

.news-one__text {
  font-size: 16px;
  line-height:30px;
  text-align: left;
  margin: 0;
  transition: all 500ms ease;
}

.news-one__single:hover .news-one__text {
  color: #9d9d9d;
}

.news-one__btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--thm-color);
  font-weight: 500;
  text-transform: uppercase;
  transition: all 500ms ease;
  z-index: 1;
  margin-top: 19px;
  text-align: left;
}

.news-one__btn:hover {
  color: var(--thm-primary);
}

.news-one__single:hover .news-one__btn {
  color: #ffffff;
}

.news-one__btn:before {
  position: absolute;
  bottom: 10px;
  right: 0;
  left: 0;
  content: '';
  background-color: #e5e5e5;
  z-index: -1;
  height: 6px;
  transition: all 500ms ease;
}

.news-one__single:hover .news-one__btn:before {
  background-color: var(--thm-primary);
  opacity: 0.4;
}

.news-one__single .news-one__btn:hover {
  color: var(--thm-primary);
}

.news-one__page {
  padding-bottom: 120px;
}

.news-one__more {
  margin-top: 30px;
}

/*--------------------------------------------------------------
    #Site Footer
    --------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
}

.site-footer__top {
  position: relative;
  display: block;
  background-color: #3b3b3b;
}

.site-footer__top-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 44.5px 0;
  border-bottom: 1px solid #5a5a5a;
}

.site-footer__top-left {
  display: flex;
  align-items: center;
}

.site-footer__top-logo-box {
}

.site-footer__top-logo-box > a {
}

.site-footer__top-logo-box > img {
}

.site-footer__top-text {
  margin-left: 54px;
}

.site-footer__top-text p {
  font-size: 24px;
  color: #9d9d9d;
  font-weight: 300;
  margin: 0;
}

.site-footer_top-btn-box a {
  padding: 10px 40px;
}

.site-footer_top-btn {
  background-color: #ffffff;
  color: var(--thm-black);
  padding: 5px 30px;
  font-size: 12px;
}

.site-footer__main {
  position: relative;
  display: block;
  padding: 20px 0;
  z-index: 10;
}

.site-footer__main-pattern-bg1 {
  position: absolute;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.footer-widget__about {
  position: relative;
  display: block;
  margin-right: 75px;
}

.footer-widget__title {
  font-size: 22px;
  color: #ffffff;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 20px;
}

.footer-widget__text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  font-weight: 500;
}

.footer-widget__contact-list {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 19px;
}

.footer-widget__contact-list li {
  display: inline-block;
}

.footer-widget__contact-list li .icon {
}

.footer-widget__contact-list li .icon i {
  font-size: 15px;
  color: var(--thm-primary);
}

.footer-widget__contact-list li .text {
  margin-right: 10px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-widget__contact-list li .text p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
  font-weight: 500;
}

.footer-widget__contact-list li .text a {
  color: rgba(255, 255, 255, 0.5);
}

.footer-widget__links {
  position: relative;
  display: block;
  margin-left: -32px;
}

.footer-widget__links-list {
  margin: 0;
}

.footer-widget__links-list li + li {
  margin-top: 5px;
}

.footer-widget__links-list li a {
  font-size: 16px;
  font-weight: 500;
  color: #9d9d9d;
  transition: all 500ms ease;
}

.footer-widget__links-list li a:hover {
  color: var(--thm-primary);
}

.footer-widget__explore {
  position: relative;
  display: block;
  margin-left: -30px;
}

.footer-widget__explore-list {
  margin: 0;
}

.footer-widget__explore-list li + li {
  margin-top: 5px;
}

.footer-widget__explore-list li a {
  font-size: 16px;
  font-weight: 500;
  color: #9d9d9d;
  transition: all 500ms ease;
}

.footer-widget__explore-list li a:hover {
  color: var(--thm-primary);
}

.footer-widget__newsletter {
  position: relative;
  display: block;
  margin-left: -30px;
}

.footer-widget__newsletter-text {
  font-size: 16px;
  font-weight: 500;
  color: #9d9d9d;
  margin: 0;
}

.footer-widget__newsletter-form {
}

.footer-widget__newsletter-input-box {
  position: relative;
  display: block;
  border-bottom: 1px solid #ffffff;
  margin-top: 30px;
}

.footer-widget__newsletter-form input[type='email'] {
  font-size: 16px;
  color: #9d9d9d;
  font-weight: 500;
  height: 70px;
  width: 100%;
  background: transparent;
  border: none;
  border-radius: 0;
  padding-right: 70px;
  outline: none;
}

.footer-widget__newsletter-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 70px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background: transparent;
  border: 0;
  transition: all 500ms ease;
  color: #fff;
  transition: all 500ms ease;
}

.footer-widget__newsletter-btn:hover {
  color: var(--thm-primary);
}

.footer-widget__newsletter-btn i {
}

.site-footer__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 40px;
}

.site-footer__social a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer__social a + a {
  margin-left: 36px;
}

.site-footer__social a:hover {
  color: var(--thm-primary);
}

.site-footer-bottom {
  position: relative;
  display: block;
  padding: 40.5px 0;
  background-color: var(--thm-black);
}

.site-footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-footer-bottom__left {
}

.site-footer-bottom__left p {
  font-size: 16px;
  color: #9d9d9d;
  font-weight: 500;
  margin: 0;
}

.site-footer-bottom__left p a {
  color: #9d9d9d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer-bottom__left a:hover {
  color: #ffffff;
}

.site-footer-bottom__menu {
  margin: 0;
}

.site-footer-bottom__menu li {
  position: relative;
  display: inline-block;
}

.site-footer-bottom__menu li + li {
  margin-left: 26px;
}

.site-footer-bottom__menu li a {
  color: #9d9d9d;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.site-footer-bottom__menu li a:hover {
  color: var(--thm-primary);
}

/*--------------------------------------------------------------
# Product detail
--------------------------------------------------------------*/
.nyproduct_title h2 {
  font-size: 30px;
  position: relative;
  height: 100px;
  padding-top: 50px;
  box-sizing: border-box;
  color: #000000;
  text-align: center;
  letter-spacing: 2px;
  white-space: normal;
}
.nyproduct_title h2 span:nth-child(1) {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 30px;
  font-size: 40px;
  color: #f2f2f2;
  text-transform: uppercase;
  z-index: 2;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.nyproduct_title h2 span:nth-child(2) {
  position: relative;
  z-index: 15;
}
.product__single {
  border: 1px #efefef solid;
  padding: 20px;
}
.product__single-name a {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
}
.product__single-text {
  font-size: 16px;
  line-height: 25px;
  margin: 15px 0;
}
.product__single:hover {
  border: 1px #3d6cb1 solid;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.15);
}
.product__single:hover .product__single-name a {
  color: #3d6cb1;
}

.sidebar__category-list .sidebar__category-list_li::before {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 12px;
  color: var(--thm-black);
  position: absolute;
  top: 50%;
  right: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidebar__category-list .sidebar__category-list_li.collapsed::before {
  content: '\f067';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.sidebar__category-list .sidebar__category-list_li::before {
  content: '\f068';
  color: var(--thm-black);
  height: 35px;
  width: 35px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution__carousel .owl-next,
.solution__carousel .owl-prev,
.product__carousel .owl-next,
.product__carousel .owl-prev {
  position: absolute;
  top: 45%;
  background: none;
}
.solution__carousel .owl-next,
.solution__carousel .owl-prev{
  color: #fff!important;
}
.solution__carousel .pro_owl,
.product__carousel .pro_owl {
  font-size: 30px;
  background: none;
}
.solution__carousel .pro_owl:hover,
.product__carousel .pro_owl:hover {
  color: var(--thm-color);
}
.solution__carousel .owl-prev,
.product__carousel .owl-prev {
  left: 0;
}
.solution__carousel .owl-next ,
.product__carousel .owl-next {
  right: 0;
}
.product__carousel .owl-next:hover,
.product__carousel .owl-prev:hover,
.product__carousel .owl-next:hover span,
.product__carousel .owl-prev:hover span {
  background: none !important;
  border: 0 !important;
}

.kf {
  background: #f7f7f7;
  margin-top: 45px;
  position: relative;
  padding: 5% 0;
  display: none;
}


.kf_img {
  position: absolute;
  left: 20px;
  bottom: 0;
}

.kf_wz {
  width: 90%;
  background: #fff;
  margin: 0 5%;
  padding: 0 0 5% 0;
  text-align: right;
  overflow: hidden;
}

.kf_wz h3 {
  color: #333;
  font-size: 30px;
  font-weight: normal;
  margin: 20px 120px 30px 0;
}

.kf_wz span {
  display: inline-block;
  width: 115px;
  background: #5e88ff;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-right: 47px;
  border-radius: 20px;
  line-height: 36px;
}

.kf_wz p {
  font-size: 24px;
  margin: 40px 30px 40px 0;
}

.kf_wz h5 {
  width: 460px;
  margin-top: 8px;
  position: relative;
  font: 15px "Microsoft YaHei";
  font-weight: bold;
  color: #000;
  float: right;
  margin-right: 50px;
  text-align: left;
}

.kf_wz h5 em {
  font-size: 24px;
  font-style: normal;
}

.kf_wz h5 a {
  display: block;
  width: 160px;
  float: right;
  height: 40px;
  border-radius: 2rem;
  background: #1d212f;
  font: 14px "Microsoft YaHei";
  text-align: center;
  line-height: 40px;
  color: #fff;
  box-shadow: 0.1rem 0.1rem 1rem 0.1rem #e8e8e8;
}
.neiye-class{
  background: #f7f7f7;
  width: 100%;
  margin-bottom: 80px;
}
.neiye-class .container{
  display: flex;
  align-items: center;
  justify-content:center;
}
.neiye-class a{
  display: block;
  line-height: 65px;
  color: #595757;
  padding: 0 30px;
  text-align: center;
}
.neiye-class a.hover{
  background: var(--thm-color);
  color: #fff;
}
/*分页相关*/
.pagelist ul{text-align:center;margin:20px 0;}
.pagelist li{display:inline-block;margin:0 2px;}
.pagelist li a{color:#666;display:inline-block;border:1px solid #ddd;padding:6px 15px;}
.pagelist li a:hover{border-color:#1184DA;background:#1184DA;color:#fff;}
.pagelist li.active a{border-color:#1184DA;background:#1184DA;color:#fff;}

.myproduct_content ul{
  padding: 0;
  margin: 0;
}
.ndz2 {
    margin-bottom: 35px;
    padding-top: 10px;
}

.ndz2-list {
    overflow: hidden;
}

.ndz2-list li {
    float: left;
    width: 95px;
    height: 45px;
    line-height: 45px;
    font-size: 17px;
    margin-right: 7px;
    color: #333;
    text-align: center;
    border: 1px solid #dedede;
    border-radius: 0px;
}

.ndz2-list li:last-child {
    margin-right: 0;
}

.ndz2-list li:hover {
    border: 1px solid #5e88ff;
}
.tl div {
  width: 261px;
  height: 230px;
  padding: 15px;
  margin-right: 24px;
  margin-top: 10px;
  float: left;
  box-shadow: 0 0 5px #d2d2d2;
}

.tl h4 {
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: normal;
}

.tl p {
  margin: 0 0 10px;
}
.clear {
  clear: both;
}

.jsyw1 {
  font-size: 18px;
  text-transform: uppercase;
  margin-left: 10px;
  color: #c2c2c1;
  font-family: Arial;
  font-weight: normal;
}

.tit1 {
  text-align: left;
  margin-top: 10px;
  margin: 50px 0 20px;
  height: 50px;
}

.chin1 {
  display: inline-block;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  padding-bottom: 10px;
}

.eng1 {
  padding-left: 0px;
  border-bottom: 4px solid #5e88ff;
  line-height: 50px;
  height: 50px;
  display: inline-block;
  font-size: 24px;
  padding-bottom: 10px;
}

.tit1 b {
  font-size: 22px;
  font-family: Arial;
  font-weight: bold;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.process {
  padding-bottom: 3px;
}

.process .process-con {
  margin-top: 50px;
}

.process .process-con li {
  float: left;
  position: relative;
  width: 115px;
  text-align: center;
  margin-right: 20px;
}

.process .process-con li em {
  width: 86px;
  height: 86px;
  display: block;
  line-height: 0;
  overflow: hidden;
  border-radius: 50%;
  background: #E8E8E8;
  margin: 0 auto 0;
  transition: .35s;
}

.process .process-con li em img {
  width: 86px;
  height: 86px;
  display: block;
  transition: .35s;
  position: relative;
  top: 0;
}

.process .process-con li span {
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: #333333;
  display: block;
  margin-top: 10px;
}

.process .process-con li:last-of-type {
  margin-right: 0;
}

.process .process-con li:after {
  content: "";
  display: block;
  width: 10px;
  height: 17px;
  background-image:url();
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
  position: absolute;
  right: -24px;
  top: 36px;
}

.process .process-con li:last-of-type:after {
  display: none;
}

.process .process-con li:hover em {
  background: #5E88FF;
}

.process .process-con li:hover em img {
  top: -86px;
}

.process .process-con:after {
  line-height: 0;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.jiameng h2,
  .jiameng1 h2 {
      text-align: center;
      font-size: 30px;
      font-weight: normal;
      color: #e30011;
      line-height: 110%;
      margin-bottom: 15px;
  }
  .jiameng ul{
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .jiameng li {
      display: inline-block;
      text-align: center;
      border-right: 1px solid #ddd;
  }
  
  /* .jiameng li p {
      width: 80px;
      height: 80px;
      margin: 0 auto;
      border-radius: 50%;
  } */
  
  .jiameng li b {
      display: block;
      font-size: 16px;
      margin-top: 25px;
      margin-bottom: 10px;
      color: #272727;
      font-weight: normal;
  }
  
  .jiameng li p {
      padding: 0 50px;
      display: block;
      line-height: 160%;
  }
  
  .jiameng li.no {
      margin-right: 0px;
      border-right: none;
  }
  
  .jiameng1 {
      margin-top: 50px;
  }
  
  .jiameng1 li {
      float: left;
      width: 385px;
      margin-right: 20px;
      margin-bottom: 25px;
  }
  
  .jiameng1 li.no {
      margin-right: 0px;
  }
  
  .jiameng1 li p {
      height: 285px;
      background: #666;
      margin: 0;
  }
  
  .jiameng1 li b {
      display: block;
      text-align: center;
      font-size: 18px;
      color: #333;
      margin-top: 10px;
  }

.myproduct_content tr {
    border: 1px solid #bfbfbf;
    border-collapse: collpase;
    height: 30px;
}

.myproduct_content table {
    width: 100%;
    border: 1px solid #ccc;
    border-collapse: collapse;
    text-align: center;
}

.myproduct_content td {
    border: 1px solid #ccc;
    border-collapse: collapse;
    height: 41px;
    line-height: 41px;
}

.myproduct_content col {
    width: 33.3%;
}

.myproduct_content table tbody tr:nth-child(even){
  background: #efefef;
}

.myproduct_content .colo2 {
    background: #3177d6;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}
.myproduct_content li{
  list-style-type: none
}

.soft_list span{
  margin-top: 30px;
  display: inline-block;
  border-radius: 40px;
  padding: 5px 30px;
  background-color: #012d6a;
  font-size: 26px;
  color: #fff;
}
.soft_list p{
  font-size: 22px;
  margin-top: 10px;
  color: #012d6a;
}
.side{position:fixed;width:78px;left:0;bottom: 80px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0}
.side ul{padding-left: 0;}
.side ul li{width:78px;height:78px;list-style: none;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}
.side ul li:hover{background:#003366;color:#fff}
.side ul li:hover a{color:#fff}
.side ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s}
.side ul li i.bgs1{background-image:url(../images/right_pic5.png)}
.side ul li i.bgs2{background-image:url(../images/right_pic7.png)}
.side ul li i.bgs3{background-image:url(../images/right_pic2.png)}
.side ul li i.bgs4{background-image:url(../images/right_pic1.png)}
.side ul li i.bgs5{background-image:url(../images/right_pic3.png)}
.side ul li i.bgs6{background-image:url(../images/right_pic6_on.png)}
.side ul li:hover i.bgs1{background-image:url(../images/right_pic5_on.png)}
.side ul li:hover i.bgs2{background-image:url(../images/right_pic7_on.png)}
.side ul li:hover i.bgs3{background-image:url(../images/right_pic2_on.png)}
.side ul li:hover i.bgs4{background-image:url(../images/right_pic1_on.png)}
.side ul li:hover i.bgs5{background-image:url(../images/right_pic3_on.png)}
.side ul li .sidebox{position:absolute;width:78px;height:78px;top:0;left:0;transition:all .3s;overflow:hidden}
.side ul li.sidetop{background:#003366;color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.side ul li.sideewm .ewBox.son{width:200px;display:none;color:#363636;text-align:center;position:absolute;right:-202px;top:0;border:1px solid #e0e0e0;background: #fff;}
.side ul li.sideetel .telBox.son{width:240px;height:78px;display:none;color:#fff;text-align:left;position:absolute;right:-240px;top:0;background:#003366}
.side ul li.sideewm .ewBox.son img{ width: 100%;;}
.side ul li.sideetel .telBox dd{display:block;height:78px;overflow:hidden;padding-left:82px;line-height:24px;font-size:18px}
.side ul li.sideetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin-top:12px;font-size:18px}
.side ul li.sideetel .telBox dd.bgs1{background:url(../images/right_pic8.png) 28px center no-repeat;background-color:#003366}
.side ul li.sideetel .telBox dd.bgs2{background:url(../images/right_pic9.png) 28px center no-repeat;background-color: #003366;}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}
@media(max-width: 768px){
    .side{
        display: none;
    }
}