﻿/*
Theme Name: taicang
Author: Lanthy - wuxin
*/
@charset "UTF-8";

* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;

  font-family: "Roboto-Condensed", Helvetica, Arial, sans-serif;
}

@font-face {
  font-family: "Roboto-Condensed";
  src: url("fonts/Roboto-Condensed.ttf");
}

@font-face {
  font-family: "Roboto-BoldCondensed";
  src: url("fonts/Roboto-BoldCondensed.ttf");
}

li {
  list-style: none;
}

ul {
  padding: 0;
  margin: 0;
}

.content img {
  width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
}

a {
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

a:hover,
a:active,
a:focus,
a:visited {
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.text-center {
  text-align: center;
}

.row-no {
  margin-left: 0px;
  margin-right: 0px;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/
header .auto-container .container {
  padding: 10px 15px;
}

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
}

.main-header .header-top {
  position: relative;
  background-color: #c31020;
}

.main-header .header-top a {
  color: #fff;
}

.main-header .header-top .top-left {
  position: relative;
  float: left;
  padding: 8px 0px 8px;
}

.main-header .header-top .top-left .links {
  position: relative;
  float: left;
}

.main-header .header-top .top-left .links li {
  position: relative;
  float: left;
  line-height: 1em;
  color: #ababab;
  padding-right: 24px;
  list-style: none;
}

.header-style-two .header-top .top-left .links li:after {
  border-color: rgba(255, 255, 255, 0.5);
}

.main-header .header-top .top-left ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}

.main-header .header-top .top-left .links li:last-child:after {
  display: none;
}

.main-header .header-top .top-left .links li .icon {
  position: relative;
  top: 0px;
  font-size: 16px;

  line-height: 24px;
  margin-right: 10px;
}

.main-header .header-top .top-left .links li a {
  position: relative;
  line-height: 22px;
  color: #ffffff;
  font-size: 14px;
}

.header-top .top-left .links li a {
  color: #fff;
  text-align: center;
}

.main-header .header-top .top-left .links li a:hover {
  color: #333;
}

.main-header .header-top .top-right {
  position: relative;
  float: right;
  padding: 8px 0;
}

.main-header .header-top .top-right ul li {
  position: relative;
  color: #fff;
  font-size: 14px;
  float: left;
  line-height: 1.6em;
  margin-right: 20px;
  list-style: none;
}

.main-header .header-top .top-right ul li span {
  position: relative;
  margin: 0px 10px;
}

.main-header .header-top .top-right ul li a {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.language.dropdown .btn.btn-default {
  font-size: 14px;
  text-align: center;
  position: relative;
}

.main-header .header-top .top-right ul li span.fa.fa-sort-desc {
  text-align: center;
  font-size: 16px;
}

.main-header .header-top .top-right ul li a .icon {
  position: relative;
  margin-right: 12px;
  color: #cf1428;
}

.main-header .header-top .top-right > ul > li > a:hover {
  color: #333;
}

.main-header .header-top .top-right > ul {
  position: relative;
  float: left;
}

.header-style-two {
  background-color: #ffffff;
}

.header-style-two .header-top .top-right > ul > li:last-child::before {
  background-color: rgba(255, 255, 255, 0.6);
}

.main-menu .navigation > li:last-child > ul {
  left: auto;
  right: 0px;
}

/*Language Dropdown*/
.main-header .language .flag-img {
  position: relative;
  margin-right: 10px;
  top: -2px;
}

.main-header .language ul.menu {
  border-top: 3px solid #cf1428;
  border-radius: 4px;
}

.main-header .language > a {
  padding: 0px 0px;
  background: none !important;
  border: 0px;
  border-radius: 0px;
}

.main-header .language a:hover {
  background: none;
}

.language.dropdown .dropdown-menu {
  margin: 0;
  margin-top: 18px;
}

#menu-language li {
  position: relative;
  width: 100%;
  text-transform: capitalize;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  margin-right: 0;
}

.main-header .language ul.menu > li:last-child {
  border-bottom: none;
}

.main-header .language ul.menu > li > a {
  padding: 10px 15px !important;
  color: #ffffff !important;
  text-align: left;
  width: 100%;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 2px solid #464548;
  text-align: center;
}

.main-header .language ul.menu > li > a:hover {
  text-decoration: none;
  color: #cf1428 !important;
  border-bottom: 2px solid #cf1428;
}

.language.dropdown .dropdown-menu {
  padding: 0;
  background: #464548;
}

.navbar-collapse.in {
  max-height: auto;
}

/*Main Box*/
.main-header .main-box {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #ffffff;
}

.main-header .main-box .logo-box {
  float: left;
  z-index: 10;
}

.main-header.fixed-header .main-box .logo-box {
  padding: 5px 0px;
}

.main-header .main-box .logo-box .logo img {
  display: inline-block;
  max-width: 60px;
  width: 100%;
  height: auto;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header.fixed-header .nav-outer .search-box-outer {
  margin-top: -10px;
}

.main-header .nav-outer,
.search-box-outer {
  float: right;
}

.search-box-outer .search-box-btn {
  display: none;
}

.search-panel {
  position: relative;
}

.main-header.fixed-header .main-box .logo-box .logo img {
  height: 60px;
}

.main-header .nav-outer {
  position: static;
  background: none;
  border: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}

.main-header .search-box-outer .dropdown-menu {
  top: 45px;
  right: 0px;
  padding: 0px;
  width: 280px;
  border-radius: 0px;
  border-top: 3px solid #cf1428;
}

.main-header .search-box-outer .dropdown-menu > li {
  padding: 0px;
  border: none;
  background: none;
}

.main-header .search-panel .form-container {
  padding: 37px 0 30px 20px;
  float: left;
}

.main-header .search-panel .form-group {
  position: relative;
  margin: 0px;
}

.header-search:hover {
  color: #f8b500;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-header .search-panel input[type="text"],
.main-header .search-panel input[type="search"],
.main-header .search-panel input[type="password"],
.main-header .search-panel select {
  display: block;
  float: right;
  width: 178px;
  height: 38px;
  color: #fff;
  line-height: 24px;
  background: #ffffff;
  border: 1px solid #737375;
  padding: 7px 40px 7px 15px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background: #444348;
  font-size: 14px;
}

.main-header .search-panel input:focus,
.main-header .search-panel select:focus {
  border-color: #cf1428;
}

.main-header .search-panel .search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 55px;
  height: 38px;
  text-align: center;
  color: #dfdfdf;
  font-size: 14px;
  background: none;
  cursor: pointer;
}

.header-style-two .header-top {
  background-color: #020e28;
}

.main-menu {
  position: static;
  float: left;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation {
  position: static;
  margin: 0px;
}
/*li.dropdown:hover .sub-menu.dropdown-menu{
	display: block;
	}*/
.main-menu .navigation > li {
  position: relative;
  float: left;
  margin-left: 25px;
}

.header-style-four .navigation > li {
  padding-bottom: 0px;
}

.main-menu .navigation > li:hover::before,
.main-menu .navigation > li:hover::after {
  opacity: 1;
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li.current-menu-item :hover::before,
.main-menu .navigation > li.current-menu-item :hover::after {
  opacity: 0;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333333;
  text-align: center;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  width: 100%;
  letter-spacing: 0px;
}

.main-menu .navigation > li > a:hover .sub-menu {
  color: #cf1428;
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: black;
}

.solution .nav > li > a:hover {
  background-color: #c31020 !important;
  color: #ffffff !important;
  border: none;
}

.main-menu .navigation > li.current-menu-parent > a,
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  color: #cf1428;
  background-color: transparent;
}

.main-menu .navigation > li.current-menu-item > a {
  color: #cf1428;
  opacity: 1;
  text-decoration: none;
  background: none;
}

.main-menu .navigation > li.current-menu-item > a:before {
  width: 100%;
}

.main-menu .navigation > li > ul {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  float: left;
  min-width: 200px;
  font-size: 14px;
  list-style: none;
  border-radius: 0;
  width: 100%;
  border: none;
  outline: none;
  border-collapse: collapse;
}

.main-menu .navigation > li > ul:before {
  position: absolute;
  content: "";
  left: 0px;
  top: -12px;
  width: 100%;
  height: 12px;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  padding: 5px 15px;
  text-transform: capitalize;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  line-height: 24px;
  font-weight: 500;
  font-size: 14px;
  padding: 0;
  color: #333;
  text-align: center;
  text-transform: capitalize;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  width: 100%;
}
.sub-menu.dropdown-menu .sub-menu.dropdown-menu {
  left: 100%;
  right: 0;
  top: 0;
  background: #464548;
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05),
    -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #cf1428;
  float: left;
  min-width: 200px;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  width: 100%;
  border-bottom: 2px solid #cf1428;
}
.main-menu .navigation > li > ul > li > a:hover {
  text-decoration: none;
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover {
  border-color: #cf1428;
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #cf1428;
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 0px;
  top: 5px;
  width: 10px;
  height: 20px;
  display: block;
  line-height: 21px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #cf1428;
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li > ul > li > ul {
  left: auto;
  right: 100%;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
  text-transform: capitalize;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover {
  border-color: #cf1428;
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.sub-menu > li > a:hover,
.sub-menu > li > a:focus {
  background: none;
}

.sub-menu > li.current-menu-item a {
  color: #cf1428;
}

/*.main-menu .navigation>li.dropdown:hover>ul {
	visibility: visible;
	opacity: 1;
	top: 100%;
	display: block;
	margin-top: 10px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	}*/

/*.main-menu .navigation>li.current-menu-item>a,
.main-menu .navigation li ul li.current-menu-parent a,
.main-menu .navigation>li.current-menu-ancestor>a,
.main-menu .navigation>li.current-menu-ancestor .current-menu-item>a,
.main-menu .navigation>li.current-menu-item>a,
.navigation>li a:hover {
	border-bottom: 2px solid #cf1428;
}
*/
.main-menu .navigation > li.current-menu-ancestor .current-menu-item a,
.main-menu .navigation > li .current-menu-parent a,
.main-menu .navigation > li > ul.sub-menu > li.current-products-ancestor a,
.main-menu .navigation > li > ul.sub-menu > li.current-product-ancestor a {
  color: #cf1428;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0px;
  display: block;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 7px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .header-upper {
  position: relative;
  background: #ffffff;
  z-index: 5;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.main-header .header-upper .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.main-header .header-upper .logo-outer {
  position: relative;
  z-index: 25;
  padding: 18px 0px;
}

.main-menu .navigation > li.current-menu-item > a {
  color: #cf1428;
  background-color: transparent;
}

/*Sticky Header*/

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #ffffff;
  z-index: 0;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.sticky-header .logo {
  padding: 14px 0px 15px;
}

.sticky-header .logo img {
  width: 152px;
  height: 45px;
}

.fixed-header .sticky-header {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  -op-animation-duration: 300ms;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.1);
}

.main-header .sticky-header .main-menu .navigation > li {
  margin-right: 0px;
  margin-left: 30px;
  padding: 20px 0px 10px;
}

.main-header .sticky-header .main-menu .navigation > li > a {
  color: #333333;
}

.main-header .sticky-header .main-menu .navigation > li:before,
.main-header .sticky-header .main-menu .navigation > li:after {
  display: none;
}

.main-header .sticky-header .right-col {
  position: relative;
}

.search-box-btn {
  padding: 30px;
  background: none;
  float: right;
}

/*** 

====================================================================
	Main Banner style
====================================================================

***/
.banner-wrap {
  position: relative;
}
.banner-wrap img {
  width: 100%;
  height: auto;
}
.banner-wrap .container {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  display: flex;
}
.banner-wrap .title-content {
  text-align: center;
  margin: auto;
  align-self: center;
}
.banner-wrap .title-content h1 {
  font-size: 48px;
  color: #fff;
  line-height: 64px;
  text-transform: uppercase;
}
.home_banner .swiper-slide img {
  width: 100%;
}

.banner-slide img {
  min-width: 100%;
}

.swiper-prev,
.swiper-next {
  cursor: pointer;
  min-width: 50px;
  position: absolute;
  display: block;
  z-index: 100;

  text-align: center;

  color: #c1c1c1;
  border: 1px solid #c1c1c1;
  border-radius: 50px;
  position: absolute;
  top: 35%;
  text-align: center;
}

.swiper-prev i,
.swiper-next i {
  font-size: 25px;
  line-height: 50px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-prev {
  left: 45px;
  right: auto;
}

.swiper-next {
  right: 45px;
  left: auto;
}

.swiper-prev:hover,
.swiper-next:hover {
  background: #c31020;
  color: #fff;
  border: none;
}

#slider {
  position: relative;
  background: #e4e4e4;
  width: 100%;
  overflow: hidden;
}

.banner-contents {
  left: 13%;
  top: 32%;
  position: absolute;
}

h2.item-title,
.banner-text-no h2.item-title,
.banner-text-NO h2.item-title,
.banner-text-No h2.item-title {
  font-size: 42px;
  font-weight: 600;
  letter-spacing: 1.2px;
  color: #333333;
}

p.description,
.banner-text-no p.description,
.banner-text-NO p.description,
.banner-text-No p.description {
  font-size: 18px;
  padding: 15px 0;
  color: #666666;
}

.banner-text-yes h2.item-title,
.banner-text-yes p.description,
.banner-text-Yes h2.item-title,
.banner-text-Yes p.description,
.banner-text-YES h2.item-title,
.banner-text-YES p.description {
  color: #fff;
}

.btn-container a {
  font-size: 16px;
  padding: 15px 30px;
  color: #333333;
  text-decoration: none;
  margin-right: 15px;
  float: left;
}

.btn-container a:first-child {
  background: #cf1428;
}

.btn-container a:last-child {
  background: #fff;
}

.banner-texts h2,
.banner-texts p {
  text-align: left;
}

.banner-contents .btn-container a {
  background: #c31020;
  color: #fff;
}

.btn-container a:hover {
  background: #333;
  color: #fff;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 8px;
}

.swiper-pagination-bullet {
  background: #ffff;
  width: 15px;
  height: 15px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #cf1428;
}
.home-category-list {
  display: none;
}
.home-pan img {
  width: 100%;
  height: auto;
  padding: 30px 0;
}
/*** 

====================================================================
	Main About style
====================================================================

***/
.about {
  padding: 5em 0;
  position: relative;
}

.about-text {
  float: right;
  background-color: #f5f5f5;
}

.about-video {
  position: absolute;
  padding-top: 35px;
}
.about-video h3 {
  font-size: 36px;
  text-transform: uppercase;
}
.about-video span {
  display: block;
  padding-bottom: 30px;
}

.title h2 {
  font-size: 36px;

  margin: 0;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding-bottom: 28px;
  color: #333333;
}

.title h2:after {
  right: 22%;
  top: 22px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #c31020;
  content: "";
  width: 80px;
  height: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #999999;
  position: absolute;
  bottom: 0;
}

.nav_children_a {
  position: absolute;
}

.nav_children_a_c {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 36px;
}

.header_nav_menu
  .navigation
  > .menu-item-has-children
  > ul
  > .menu-item-has-children
  > a:after {
  right: 10px;
  top: 0;
  width: 8px;
  height: 8px;
}

.has-children > a {
  color: #333;
  line-height: 30px;
  font-size: 16px;
}
.has-children > a:hover {
  color: #cb474f;
}
.has-children a label {
  cursor: pointer;
}

.cd-accordion-menu .has-children label a:hover {
  color: #c31020;
}

.title h2:before {
  left: 25%;
  top: 22px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #999999;
  content: "";
  width: 80px;
  height: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #999999;
  position: absolute;
  bottom: 0;
}

h3.about-section-title {
  font-size: 24px;
  color: #f8b500;
  line-height: 1.5;
  padding-bottom: 15px;
}

.content p {
  font-size: 15px;
  line-height: 1.6;
  color: #666666;
  letter-spacing: 0.5px;
}

.content .col-md-7 {
  position: static;
}
.about-link {
  background-color: #f5f5f5;
  padding-left: 160px;
  padding: 30px 30px 30px 160px;
}

.about-link p {
  font-size: 14px;
  line-height: 24px;
}

.about-corporat-t {
  width: 86px;
  height: 86px;
  border: solid 1px #c31020;
  border-radius: 50px;
  float: left;
  text-align: center;
  margin-right: 29px;
}

.about-qualification-honore,
.about-corporate-culture {
  padding: 80px 0;
}

.about-corporate-culture
  .content
  .col-md-6:nth-child(odd)
  .about-corporate
  > .about-corporat-t {
  float: right;
  margin-left: 29px;
}

.about-corporate-culture
  .content
  .col-md-6:nth-child(odd)
  .about-corporate
  > .about-corporate-text
  > p {
  text-align: right;
}

.about-corporat-t h4 {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  margin: 0;
  text-align: center;
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-corporate p {
  font-size: 14px;
  padding-top: 20px;
}

.about-corporate-culture .content .col-md-6 {
  margin-bottom: 29px;
}

.qualification-swiper-img img {
  width: 100%;
  height: auto;
}

.about-qualification-swiper {
  width: 100%;
  height: 100%;
}

.about-qualification-swiper .swiper-slide {
  background: #fff;

  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.about-qualification-next,
.about-qualification-prev {
  position: absolute;
  top: 55%;

  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  font-size: 38px;
  color: #999999;
}

.about-qualification-prev {
  right: 15%;
}

.about-qualification-next {
  left: 15%;
}

.about-qualification-honor {
  position: relative;
  background: #f5f5f5;
  padding: 80px 0;
}

/*** 

====================================================================
	Main Stats style
====================================================================

***/
.stats {
  background: #f8b500;
}

.stats-content {
  padding: 60px 0;
}

.runuppic {
  width: auto;
  height: 45px;
}

.runnumber {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
}

.runnumber span.plus {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  top: -24px;
  left: 2px;
}

.stats p {
  color: #fff;
  font-size: 14px;
}

/*** 

====================================================================
	Main Products style
====================================================================

***/

.button {
  display: inline-block;
  padding: 0.5em 1em;
  background: #fff;
  border: solid 2px #cccccc;
  color: #999999;
  font-size: 14px;

  cursor: pointer;
  border-radius: 30px;
}

.button:hover {
  background-color: #c31020;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #fff;
  border: solid 2px #c31020;
}

.button:active,
.button.is-checked {
  background-color: #c31020;
  border: solid 2px #c31020;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group {
  margin-bottom: 20px;
}

.button-group:after {
  content: "";
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  margin-left: 0;
  margin-right: 10px;
  padding: 5px 30px;
  margin-bottom: 15px;
}

/* ---- grid ---- */

.grid {
  max-width: 1200px;
}

/* clear fix */
.grid:after {
  content: "";
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-item {
  float: left;
}

.product {
  padding: 5em 0 50px 0;
}

.product-content h4 {
  color: #333333;
  padding: 15px;
  font-size: 16px;
  margin-bottom: 0;
}

.product-content a:hover {
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-content p {
  color: #666666;
  padding: 0 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-content {
  text-align: center;
  margin-bottom: 15px;
}

.product .col-md-4:nth-child(3n + 1) {
  clear: both;
}

.product-content a.product-btn {
  margin: 15px 0;
  color: #f8b500;
  padding: 5px 10px;
  border: 1px solid #f8b500;
  display: inline-block;
}

.product-content h4:hover {
  color: #f8b500;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.product-content a.product-btn:hover {
  background: #f8b500;
  color: #333333;
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.solution-text-center {
  text-align: center;
}

.solution-text-center a {
  font-size: 18px;
  line-height: 50px;
  text-transform: capitalize;
  color: #999999;
}

.solution-text-center:hover a {
  color: #c31020;
  display: block;
}
.solution-content-img a {
  display: inline-block;
  width: 100%;
  height: auto;
}
.solution-content-img img {
  border-bottom: 1px solid #cccccc;
  width: 100%;
}

.grid .grid-item {
  border: solid 1px #cccccc;
  width: 23%;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0 !important;
}
.equipment-content .solution-content-img {
  border: solid 1px #cccccc;
}
.equipment-content .col-md-4 {
  padding: 15px;
}
.equipment-content .col-md-4:nth-child(3n + 1) {
  clear: both;
}
.equipment-content .col-md-4:nth-child(3n + 1):after {
  clear: both;
  content: "";
  *zoom: 1;
}
/*** 




====================================================================
	Main News style
====================================================================

***/
.news {
  background: #f5f5f5;
  padding: 5em 0;
}

.news-content {
  margin-top: 4em;
}

.news-content .col-md-8 {
  padding: 0;
}

.new-content {
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.05);
  border: 0 solid #eee;
  background-color: #fff;
  margin-bottom: 30px;
}

.new-content img {
  width: 100%;
  height: auto;
}

.news-box {
  margin-bottom: 20px;
  padding: 0 15px;
}

.block-infos {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  color: white;
  padding-right: 25px;
  margin-bottom: 25px;
  width: 250px;
  text-align: left;
  margin-left: 25px;
  position: absolute;
  z-index: 12;
  top: 0;
}

.block-data {
  display: block;
  float: left;
  height: 30px;
  border: none;
}

p.bd-day {
  display: inline-block;
  padding: 5px 0px 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 5px 10px;
  background: #f7c02d;
}

.new-main {
  padding: 20px;
  border: 1px solid #ececec;
  border-top: none;
}

.new-main h4 {
  font-size: 16px;
  color: #333333;
}

.new-main a h4:hover {
  color: #f7c02d;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.new-main > ul {
  padding-bottom: 15px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  text-align: left;
  display: inline-block;
}

.new-main ul li {
  color: #999999;
  float: left;
  font-size: 14px;
  padding-right: 15px;
}

.new-main ul li i {
  padding-right: 10px;
  color: #f7c02d;
  font-size: 16px;
}

.new-main ul li.calendar:after {
  position: relative;
  content: "|";
  color: #999999;
  right: -16px;
}

.new-main ul li:last-child {
  padding-right: 0;
  padding-left: 15px;
}

.news-container .new-main p {
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  color: #666666;
}

.scroll-content {
  padding-right: 25px;
}

.advs-box {
  overflow: hidden;
}

.advs-box-side-icon {
  display: table;
  text-align: left;
  width: 100%;
  padding-bottom: 20px;
}

.advs-box h3 {
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  transform: translate3d(0, 0, 0);
  margin: 0 0 10px 0;
}

.text-m {
  font-size: 16px !important;
  line-height: 25px;
}

.extra-content {
  padding: 10px 0;
  color: #fff;
  margin: 0;
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  background: none !important;
  border-left: none;
  color: #585858;
  border-top: 1px solid #f7c02d;
  padding-left: 0;
  padding-right: 0;
}

.big-text {
  font-size: 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
}

hr.space.m {
  border: none !important;
  clear: both;
  margin: 0;
  height: 30px;
}

div .hc_space_cnt {
  padding: 0 0 0 0;
  clear: both;
}

.button-cnt {
  margin: 0 15px;
}

.button-cnt a {
  font-size: 14px;
  color: #333333;
  background: #cf1428;
  border: none;
  border: 1px solid #cf1428;
  border-radius: 4px;
}

.button-cnt a:hover {
  background: #fff;
  border: 1px solid #cf1428;
}

.news-box .slimScrollBar {
  width: 5px !important;
}

#partner {
  padding: 10px 30px;
  text-align: center;
}

/*** 

====================================================================
	Main equipment style
====================================================================

***/

.equipment-storage {
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/xy-printing/images/background/2.png) 0% 0% /
    cover;
  padding: 80px 0px;
}

.equipment-storage-text a {
  font-size: 18px;
  color: rgb(255, 255, 255);
  line-height: 30px;
  text-align: center;
}

.equipment-storage-img {
  min-width: 100%;
}

.home-equipment {
  position: relative;
}
.equipmen-box {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  overflow: hidden;
  display: flex;
  background: rgba(0, 0, 0, 0.2);
}
.equipmen-a {
  align-self: center;
  margin: auto;
  width: 220px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.equipmen-a span {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  width: 100%;
  padding: 30px;
}
.equipment-storage-prev,
.equipment-storage-next {
  width: 60px;
  height: 60px;
  background-color: rgba(195, 16, 32, 0.6);
  color: rgb(51, 51, 51);
  cursor: pointer;
  min-width: 50px;
  display: block;
  z-index: 100;
  position: absolute;
  top: 35%;
  text-align: center;
}

.nav-tabs {
  border-bottom: none;
}

.equipment-storage-next {
  left: 1px;
}

.equipment-storage-prev i,
.equipment-storage-next i {
  font-size: 30px;
  line-height: 60px;
}

.equipment-storage-next {
  right: 2px;
  left: auto;
}

/*** 

====================================================================
	Main Footer style
====================================================================

***/

.footer-contact {
  background: #39383b;
  clear: both;
  overflow: hidden;
}

.footer-contact .container,
.footer-contact .col-md-3,
.footer-contact .col-md-4,
.footer-contact .col-md-5 {
  padding-right: 0;
  padding-left: 0;
}

.copyright {
  background-color: #c31020;
}

.copyright p {
  text-align: center;
}

.row-grid input {
  padding: 8px 15px;
  width: 100%;
}

.row-grid {
  line-height: 30px;
  margin-bottom: 13px;
}
form .row-grid {
  line-height: 100%;
}

.footer-solution .row-grid,
.footer-solution textarea {
  border: 1px solid #cccccc;
}

.footer-solution textarea {
  padding-left: 5px;
  padding-top: 10px;
  width: 100%;
  height: 90px;
  margin-bottom: 10px;
}

.footer .sitebtn {
  width: 100%;
  background-color: #c31020;
  color: #ffffff;
  line-height: 40px;
  font-size: 17px;
}

.footer-contact-box {
  color: #fff;
  font-weight: 600;

  display: block;
  padding: 10px 0;
}

.footer-contact-box {
  font-size: 16px;
}

.box-last-child {
  border-right: none;
}

.footer-contact-box i {
  color: #666666;
  font-size: 20px;
  position: relative;
  top: 3px;
  right: 10px;
}

.footer-add i {
  padding: 0;
}

.footer-contact-box a,
.footer-contact-box span {
  color: #dfdfdf;
  font-weight: 500;
  font-size: 14px;
}

.footer-add {
  padding: 10px 0;
}

.footer {
  padding: 45px 0 60px 0;
  clear: both;
  overflow: hidden;
}

.footer a,
.footer p,
.footer span {
  color: #666666;
}

.footer h3 {
  color: #cb474f;
}

.footer-flow {
  display: inline-block;
}

.footer-flow li {
  float: left;
  margin-right: 15px;
  text-align: center;
}

.footer-flow li i {
  font-size: 19px;
  text-align: center;
  display: inline-block;
}

.footer-flow li a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.footer-flow li:hover a {
  color: #333333;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer h3 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.footer p {
  font-size: 16px;
  line-height: 1.7;
}

.copyright p {
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 15px;
  padding: 15px 0;
}

.footer .footer-about {
  padding-left: 0;
}

.footer .navigation li {
  padding-bottom: 15px;
}

.footer .navigation li a {
  font-size: 14px;
  text-transform: capitalize;
}

.footer .navigation li a:hover,
.footer-solution li a:hover,
.footer-contact-box a:hover {
  color: #c31020;
  text-decoration: none;
}

.footer .footer-solution li:before {
  font-size: 15px;
  color: #f7c02d;
  font-family: FontAwesome;
  content: "\f178";
  padding-right: 10px;
}

.footer .footer-solution li {
  border-bottom: 1px solid #ccc;
}

.footer .footer-solution li:last-child {
  border: none;
}

.footer .footer-solution li a {
  padding: 20px 0;
  display: inline-block;
  text-transform: capitalize;
}

/*** 

====================================================================
	Main About style
====================================================================

***/

.about-canvas {
  background: url("/wp-content/themes/xy-printing/images/background/about-b.png");
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
  position: relative;
}

.btn-back a {
  padding: 5px 45px;
  font-size: 18px;
  line-height: 40px;
  border: solid 1px #333333;
  color: #333333;
  border-radius: 30px;
  margin-top: 25px;
  display: inline-block;
}

.canvas-text p {
  font-size: 14px;
  color: #333333;
  line-height: 32px;
}

.canvas-text h1 {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 25px;
}

/*.canvas-text h1::after {
	right: 43%;
	top: 19%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
	width: 80px;
	height: 4px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #c31020;
	position: absolute;
	bottom: 0;
	}*/

.btn-back a:hover {
  background-color: #c31020;
  color: #ffffff;
  border: solid 1px #c31020;
}

/*** 

====================================================================
	Main Products style
====================================================================

***/
.home-category-link {
  overflow: hidden;
}

.products-container {
  padding: 5em 0;
}

.products-container .col-md-9 {
  overflow: hidden;
  margin-bottom: 20px;
}

.products-container img {
  width: 100%;
  height: auto;
}

.home-category_img img {
  width: auto;
  height: 350px;
}

.home-category_text a {
  color: #333;
  font-size: 30px;
  font-weight: 560px;
  line-height: 350px;
}

.home-category_text {
  text-align: center;
}

.home-category-link:nth-child(2n) {
  background-color: #f5f5f5;
}

.home-category-link:nth-child(2n) .home-category_text {
  float: left;
}

.home-category-link:nth-child(2n) .home-category_img {
  float: right;
}

.banner-2 {
  background: url(/wp-content/themes/xy-printing/images/products/products-banner.jpg);
  width: 100%;
  height: 100%;
  max-height: 508px;
}

.banner-2 h1 {
  text-transform: capitalize;
}

.products-content {
  border-top: 5px solid #e99f27;
  text-align: center;
  background: #f5f5f5;
  padding: 2em 0 4em 0;
  cursor: pointer;
}

.products-content img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.pro_details_right_single {
  margin-bottom: 10px;
  display: black;
}

.products-content h3 {
  color: #333333;
  font-size: 16px;
  padding: 0;
  margin: 20px 0;
}

.products-content a {
  display: inline-block;
  color: #f7c02d;
  border: 1px solid #f7c02d;
  padding: 5px 15px;
}

.products-content a:hover {
  background: #f7c02d;
  text-decoration: none;
  color: #333333;
}

.products-container p {
  color: #999999;
  font-size: 14px;
  line-height: 40px;
  margin: 0;
  text-transform: capitalize;
}

.hotpro_product_view:hover p {
  background: #cf1428;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #ffffff;
}

.hotpro_product_img {
  border: solid 1px #cccccc;
  padding: 0;
}

.hotpro_product_view {
  border: solid 1px #cccccc;
  text-align: center;
  border-top: none;
}

.cd-accordion-menu .has-children ul {
  position: relative;
  top: 0;
  left: 0;
  border: none;
  max-width: 300px;
  box-shadow: none;
}

.cd-accordion-menu .has-children ul a {
  color: #333;
  font-size: 14px;
  line-height: 30px;
}

.cd-accordion-menu .has-children ul li {
  list-style-type: square;
}

.cd-accordion-menu .has-children ul a:hover {
  color: #c31020;
}

.cd-accordion-menu .dropdown-menu > li a {
  border: none;
  padding: 0;
  line-height: 30px;
}

.cd-accordion-menu .dropdown-menu > li a:hover {
  color: #cf1428;
}

.cd-accordion-menu .dropdown-menu > li {
  list-style-type: disc;
  margin-left: 15px;
}

.product-bt {
  margin: 20px 0;
  width: 150px;
  background: #c31020;
  text-align: center;
}

.product-bt a {
  line-height: 40px;
  color: #ffffff;
  font-size: 18px;
}
.single-products-btn a {
  display: block;
  float: left;
  margin: 15px 15px 15px 0;
  background: #c31020;
  padding: 15px 45px;
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
}
.single-products-btn a:hover {
  background: #333;
}
.index_container .swiper-pagination-bullet {
  border-radius: 0 !important;
  background-color: #c31020;
  border: solid 1px #cccccc;
}

.product-display-i {
  margin-bottom: 30px;
  text-align: center;
  padding: 10px 0;
}

.single-products-content {
  border-bottom: solid 1px #cccccc;
  overflow: hidden;
  padding-bottom: 80px;
}

.service-process {
  padding: 80px 0;
}

/*** 

=======================


=============================================
	Main information style
====================================================================

***/
.information {
  padding: 80px 0;
}

.title {
  padding-bottom: 25px;
}

.information-content img {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
}

.information-infos {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  color: white;
  padding-right: 25px;
  margin-bottom: 25px;
  width: 250px;
  text-align: left;
  margin-left: 25px;
  position: absolute;
  z-index: 12;
  top: 0;
}

.information-data {
  display: block;
  float: left;
  height: 30px;
  border: none;
}

.information-data .bd-day {
  display: inline-block;
  padding: 5px 0px 5px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 5px 10px;
  background: #c31020;
}

.bd-day span {
  font-size: 30px;
}

.information-main a {
  font-size: 15px;
  color: #333333;
  font-weight: 560;
}

.information_img {
  width: 100%;
  height: 209px;
  display: block；;
}

/*** 

====================================================================
	Main EQUIPMENT STORAGEstyle
====================================================================

***/
.storage {
  padding: 80px 0;
}

.min-storage-t img,
.min-storage-b img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.min-storage-t,
.min-storage-b {
  position: relative;
}

.info {
  background: rgba(0, 0, 0, 0.2);
  bottom: 10px;
  left: 0;
  opacity: 0;
  padding: 1em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  visibility: hidden;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  border: 2px solid #cf1428;
}

.info-inne {
  width: 100%;

  margin: auto;
  font-size: 24px;
  color: #ffffff;
  padding-top: 85%;
}

.item:hover .info {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -ms-transform: scaleX(1);
}

.storage .container .min-storage.col-md-6 {
  position: relative;
  top: 0;
}

.storage .container .min-storage.col-md-6:nth-child(2n) .min-storage-t {
  position: absolute;
  top: 100%;
}

.storage .container .min-storage.col-md-6:nth-child(2n) .min-storage-t img {
  width: 97.5%;
}
.min-storage-t .min-storage-top .info-inne {
  padding: 30px;
}

/*** 

====================================================================
	Main Single Products style
====================================================================

***/
.banner-2,
.banner-1 {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
}

.banner-1-black {
  padding: 179px 0;
  text-align: center;
}

.breadcrumb {
  background-color: transparent;
}

.banner-1 h1 {
  color: #fff;
}

.title-content a {
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
}
.active a,
.active span {
  color: #cf1428;
}

.banner-2 h1,
.banner-1 h1 {
  text-transform: capitalize;
  font-size: 48px;
}

.single-product {
  padding: 3em 0;
}
@media screen and (max-width: 1000px) {
  .single-product img {
    height: auto;
    width: 100%;
  }
}
.single-products-images .swiper-container img {
  height: auto;
  width: 100%;
}
.single-search {
  position: absolute;
  bottom: 0;
  right: 15px;
  padding: 8px 10px;
  font-size: 16px;
  color: #fff;
  border: 1px solid #cf1428;
  background-color: #cf1428;
  text-align: center;
  cursor: pointer;
}

.single-search:hover {
  background: #fff;
  border: 1px solid #cf1428;
  color: #666;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.max {
  width: 100%;
  height: auto;
}

.min {
  width: 100px;
  height: auto;
}

.single-product h1 {
  font-size: 28px;
  line-height: 48px;
  text-transform: capitalize;
  color: #333333;
  padding-bottom: 10px;
}

.single-product h3 {
  font-size: 24px;
  color: #333333;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0;
  padding-bottom: 15px;
}

.single-product p {
  font-size: 18px;
  color: #333333;
  padding-bottom: 15px;
  line-height: 28px;
  text-transform: capitalize;
}
.single-products-content span {
  font-size: 18px;
  color: #333333;
  padding-bottom: 15px;
  line-height: 24px;
}
.send-download {
  padding-top: 10px;
}

.send-inquiry {
  float: left;
  margin: 0 30px 0 0;
}

.send-inquiry,
.download {
  margin-top: 10px;
}

.send-inquiry a {
  border: 1px solid #cf1428;
  display: inline-block;
  float: left;
  padding: 10px 15px;
  color: #333333;
  font-size: 14px;
  text-align: center;
  background-color: #cf1428;
}

.send-inquiry a:hover {
  border: 1px solid #cf1428;
  background: #fff;
  color: #333;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.download {
  color: #eaa122;
  float: left;
  text-align: center;
}

.download i {
  font-size: 32px;
  color: #333333;
  padding-right: 10px;
  float: left;
}

.download-link {
  text-align: center;
}

.download-link span {
  float: left;
  color: #eaa122;
  text-align: center;
  padding-top: 4px;
}

.download a i:hover {
  color: #eaa122;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.download a span:hover {
  color: #333;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.share {
  float: left;
  display: inline-block;
  padding-top: 20px;
}

.share ul {
  display: inline-block;
  padding: 0;
}

.share li {
  float: left;
  padding-right: 15px;
}

.share li a {
  color: #666;
  font-size: 16px;
}

.share li a:hover {
  color: #f8b500;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.tabs {
  padding-top: 5em;
}

.tabs {
  border-bottom: 2px solid #f5f5f5;
}

.tabs a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  text-transform: capitalize;
  padding: 15px;
  text-align: center;
}

.tabs a.active,
.tabs a:hover {
  border-bottom: 2px solid #e99f27;
  color: #f8b500;
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

#tabs-container {
  padding-top: 3em;
}

#tabs-container table {
  overflow-x: auto;
}

#tabs-container table td {
  padding: 5px;
  text-align: center;
  border: 1px solid #e8e8e8;
  background: #fff;
}

#tabs-container table tr:first-child td {
  background: #f8b500;
  color: #fff;
  padding: 10px;
  font-weight: 500;
}

#tabs-container table tr td:first-child {
  font-weight: 600;
}

#tabs-container table tr:nth-child(2n) td {
  background: #f5f5f5;
}

#tabs-container table tr:nth-child(2n) td:first-child {
  background: #fff;
}

#tabs-container h3 {
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
  color: #333;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: bold;
}

#tabs-container p {
  font-size: 14px;
  padding: 0;
  padding: 0;
  margin: 0;
  padding-bottom: 30px;
  color: #666;
  line-height: 1.5;
}

#tabs-container p.remind {
  margin-bottom: 0;
  padding-top: 30px;
}

.videos {
  position: relative;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  text-align: center;
}

.videos img {
  position: relative;
  z-index: -21;
  width: 750px;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.videos a {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  width: 75px;
  height: 75px;
  background-color: #f8b500;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 100;
  border-radius: 50%;
  line-height: 78px;
  text-align: center;
  cursor: pointer;
  opacity: 0.9;
}

.videos a i {
  color: #ffffff;
  font-size: 24px;
}

.videos:after {
  background-color: rgba(17, 17, 17, 0.5);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 750px;
  height: auto;
  content: "";
}

.related-products {
  padding-top: 4em;
}

.related-products h2 {
  font-size: 18px;
  color: #333;
  padding: 0 0 30px 0;
  margin: 0;
}

.related-products h4 {
  color: #333333;
  padding: 15px;
  font-size: 16px;
  margin-bottom: 0;
}

.related-products a:hover {
  text-decoration: none;
}

.related-products h4:hover {
  color: #f8b500;
  text-decoration: none;
}

.related-products a.product-btn {
  margin: 15px 0;
  color: #f8b500;
  padding: 5px 10px;
  border: 1px solid #f8b500;
  display: inline-block;
}

.related-products a.product-btn:hover {
  background: #f8b500;
  color: #666;
}

.single-form {
  padding: 4em 0;
}

.single-form input,
.single-form textarea {
  padding: 12px 15px;
  height: auto;
  margin-bottom: 15px;
  border: 1px solid #e7e7e7;
  width: 100%;
  float: left;
}

.single-form button {
  margin: 15px;
  padding: 10px 30px;
  background: #cf1428;
  border: 1px solid #cf1428;
  color: #333;
}

.single-form button:hover {
  border: 1px solid #cf1428;
  background: #fff;
  color: #333;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
	Main Solution style
====================================================================

***/

.main-products {
  padding: 80px 0;
  position: relative;
}
.main-products img {
  width: 100%;
  height: auto;
}
.main-products h2 {
  font-size: 36px;
  margin: 0;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding-bottom: 28px;
  color: #333;
}
.main-products .col-md-3 {
  padding: 15px;
}
.main-products .row .col-md-3:nth-child(4n + 1) {
  clear: both;
}
.main-products .row .col-md-3:nth-child(4n + 1) :after {
  display: block;
  content: "";
  clear: both;
}
.main-products .home-cate-content {
  position: relative;
}
.main-products .home-cate-content .cate-name-box {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: flex;
  float: none;
  background: rgba(0, 0, 0, 0.3);
}
.main-products .home-cate-content .cate-name-box .cate-name-box-tab {
  display: inline-block;
  text-align: center;
  margin: auto;
  align-self: center;
}
.main-products .home-cate-content .cate-name-box .cate-name-box-tab h3 {
  text-align: center;
  font-size: 16px;
  padding: 15px 30px;
  margin: 0;
  line-height: 1.2;
  color: #fff;
}
.main-products .home-cate-content .cate-name-box:hover h3 {
  color: #cf1428;
}
.main-products .home-cate-content:hover .cate-name-box {
  background: rgba(0, 0, 0, 0.5);
}
.solution {
  padding: 80px 0;
  position: relative;
}

.banner-4 {
  background: url(images/solution/solution-banner.jpg);
}

.solution-container {
  padding: 5em 0;
  text-align: center;
}

.solution1 {
  background: url(images/solution/soo1.jpg);
  width: 100%;
  height: auto;
  position: relative;
}

#filters {
  text-align: center;
}

.solution .button-group .nav-inner ul li a:hover {
  color: #ffffff;
  background-color: #c31020;
  border: none;
  font-size: 18px;
}

.solution .button-group .nav-inner ul li a {
  border: solid 2px #cccccc;
  color: #999999;
  border-radius: 25px;
  font-size: 18px;
}

.solution .button-group ul {
  margin: auto;
  display: inline-block;
}

.solution .nav-inner {
  padding-bottom: 43px;
  display: inline-block;
  vertical-align: middle;
}

.solutions-box p {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}

.solution-container img {
  width: 100%;
  height: auto;
}

.orange-line {
  width: 20px;
  height: 2px;
  background: #cf1428;
  margin: 0px auto 4%;
}

.solution-container h3 {
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}

.solutions-box {
  position: absolute;
  top: 0;
  padding-top: 50%;
  right: 15px;
  left: 15px;
  bottom: 62px;
  right: 15px;
  left: 15px;
  background: rgba(84, 84, 84, 0.8);
}

.solutions-box:hover h3 {
  color: #cf1428;
}

.solutions-content img.lazyOwl {
  display: inline;
}

.solution-btn {
  margin: 15px 0;
  color: #f8b500;
  padding: 5px 10px;
  border: 1px solid #f8b500;
  display: inline-block;
  text-align: center;
}

.solution-btn:hover {
  background: #f8b500;
  color: #333333;
  text-decoration: none;
}

.solution-container a:hover {
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*** 

====================================================================
	Main Single Solution style
====================================================================

***/
.single-solution {
  padding: 5em 0;
}

.single-solution h2 {
  font-size: 22px;
  color: #333333;
  padding: 0;
  margin: 0;
  padding: 15px 0;
  position: relative;
}

.single-solution-content h2:after {
  left: 30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #f7c02d;
  content: "";
  width: 60px;
  height: 2px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #f7c02d;
  position: absolute;
  bottom: 0;
  clear: both;
}

.single-solution p {
  padding-top: 15px;
  line-height: 1.8;
  font-size: 14px;
  color: #666666;
}

.single-solution-img img,
.single-solution-img2 img {
  width: 100%;
  height: auto;
}

.single-solution-img img {
  padding-bottom: 15px;
}

.solution-one {
  display: inline-block;
}

.solution-tow {
  padding-top: 4em;
}

/*** 

====================================================================
	Main News style
====================================================================

***/
.news-container {
  padding: 5em 0;
}

.element-item.new:nth-child(3n + 1) {
  clear: both;
}

.news-category {
  text-align: center;
  padding-bottom: 2em;
}

.news-category ul {
  padding: 0;
  display: inline-block;
  text-align: center;
}

.news-category ul li {
  float: left;
  text-align: center;
  position: relative;
}

.news-category ul li a {
  color: #333;
}

.news-category ul li a {
  color: #333;
  font-size: 18px;
  padding: 10px;
  float: left;
  background: none;
}

.news-category ul li.current-cat a:after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 30%;
  right: 30%;
  width: 40%;
  height: 2px;
  background-color: #cf1428;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  text-transform: capitalize;
  opacity: 1;
  color: #cf1428;
}

.news-container .news-category ul li a:hover,
.news-category ul li.current-cat a,
.news-category ul li a.current-cat,
.news-container .new-main ul li a:hover,
.news-container .new-main ul li i:hover,
.button-act li a a:hover {
  text-decoration: none;
  color: #cf1428;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.news-container .new-main ul li i,
.news-container .new-main ul li a,
.single-new-header .new-main ul li i,
.single-new-header .new-main ul li a {
  color: #666;
}

.news-container .new-main ul li {
  margin: 0 10px;
  padding: 0;
  float: left;
}

.news-container ul li:last-child,
.single-new-header .new-main ul li:last-child {
  padding-left: 0;
}

.news-container .new-main ul li:after,
.single-new-header .new-main ul li:after {
  content: "|";
  color: #e4e4e4;
  right: -10px;
  position: relative;
}

.news-container .new-main ul li:last-child:after,
.single-new-header .new-main ul li:last-child:after {
  content: "";
}

.news-btn {
  margin: 10px 0;
  padding: 5px 15px;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  color: #666;
  display: inline-block;
}

.news-btn:hover {
  background: #f8b500;
  text-decoration: none;
}

/*** 

====================================================================
	Main Single News style
====================================================================

***/
.single-news {
  padding: 80px 0;
}
.single-news h1 {
  font-size: 24px;
  display: inline-block;
  font-weight: bold;
  text-transform: capitalize;
  line-height: 32px;
}
footer {
  border-top: 1px solid #cccccc;
}

.news_list_left {
  width: 21%;
  float: left;
  position: relative;
  overflow: hidden;
}
.news_list_left img {
  width: 100%;
  height: auto;
}
.news_list_right {
  width: 79%;
  float: left;
  padding-left: 26px;
}

.news_list_right h3 a {
  font-size: 18px;
  color: #333333;
}

.news_list_time {
  float: left;
}

.list_right-text {
  border-left: 2px solid #999999;
}

.list_right-text a:hover {
  color: #ffffff;
  background-color: #c31020;
  border: 1px solid #c31020;
}

.news_list_time .time i {
  font-size: 20px;
  padding-right: 10px;
  line-height: 38px;
}

.news_list_time .time {
  line-height: 38px;
}

.news_list_time {
  padding: 0;
}

.list_right-text a {
  border: 1px solid #898989;
  line-height: 30px;
  padding: 8px 20px;
  border-radius: 25px;
  color: #333333;
}

.list_right-text a i {
  color: #c31020;
}

.news_list {
  overflow: hidden;
  padding-bottom: 30px;
}

.time-Ind {
  border-right: 2px solid #999999;
  padding-right: 15px;
}

.news-time .time {
  padding-left: 15px;
}

.news-time .time i,
.time-Ind i {
  color: #666666;
  font-size: 20px;
  padding-right: 10px;
}

.news-time .time,
.news-time .time-Ind {
  display: inline-block;

  color: #666666;
  line-height: 30px;
}

.time-Ind {
  padding-left: 15px;
  display: inline-block;
}

.news-time {
  text-align: center;
}
.single-news .news-time {
  text-align: left;
  padding: 10px 0;
}
.applications_details_box img {
  width: 100%;
  height: auto;
}

.product_details_left_applications_title {
  float: left;
  font-size: 22px;
  border-bottom: 2px solid #c31020;
  font-weight: bold;
  line-height: 64px;
  margin-bottom: 30px;
}

.clear {
  clear: both;
  font-size: 0;
}

.new-sidebar-img img {
  max-width: 100%;
  height: auto;
}

.new-sidebar-img {
  padding: 0;
}

.new-sidebar-text li a {
  color: #666666;
  padding-bottom: 15px;
}

.new-sidebar-text li {
  overflow: hidden;
  padding-bottom: 10px;
}

.new-sidebar-name {
  font-size: 14px;
}

.new-sidebar-t span {
  font-size: 14px;
}

.new-sidebar-t span i {
  font-size: 15px;
  padding-right: 7px;
}

 {
  font-size: 18px;
}

/*** 

====================================================================
	Main Services style
====================================================================

***/
.services {
  padding: 5em 0;
}

.services-stats {
  background: #f5f5f5;
}

.services-stats .runnumber {
  color: #f8b302;
}

.services-stats p {
  color: #666;
}

.sales {
  text-align: center;
  padding-bottom: 30px;
  cursor: pointer;
}

#tabs-services-container .swiper-wrapper {
  height: 100% !important;
}

.content-sale-title {
  background: #f5f5f5;
  padding: 5px 15px;
}

.content-sale-title {
  font-size: 18px;
  color: #666;
}

.content-sale-title:hover,
.tab .sales.active .content-sale-title,
.tab .sales .content-sale-title:hover {
  color: #fff;
  background: #cf1428;
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.bar-bottom ul {
  padding-left: 20px;
}

.bar-bottom ul li {
  list-style: disc;
  font-size: 14px;
  color: #666;
  padding-bottom: 8px;
}

.bar-bottom h4 {
  color: #fff;
  background: #cf1428;
  padding: 15px;
  margin-top: 0;
}

/*** 

====================================================================
	Main Conatct style
====================================================================

***/
.tab-pane .col-md-4 input {
  line-height: 50px;
  border: solid 1px #cccccc;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
}

.tab-pane .col-md-12 {
  overflow: hidden;
}

.tab-pane textarea {
  border: solid 1px #cccccc;
  width: 100%;
  padding: 15px;
}

.tab-pane .col-md-4 span {
  display: block;
  font-size: 14px;
}

.btn-toolbar .btn-primary {
  padding: 15px 45px;
  background-color: #c31020;
  border: none;
  font-size: 18px;
  margin-left: 20px;
  margin-top: 20px;
}
.btn-toolbar .btn-primary:hover {
  background: #333;
}
.contact-list .contact-info {
  padding: 35px 20px;
  background-color: #f7c6c1;
}

.contact-info > ul > li > span {
  font-size: 14px;
}

.address-title-content {
  position: absolute;
  top: 32%;
  left: 44%;
}

.contact {
  padding: 5em 0;
}

.contact-list {
  display: inline-block;
  padding-bottom: 4em;
}

.contact-list img {
  width: 100%;
  height: auto;
}

.contact-list .co-md-8 {
  padding-right: 30px;
}

.contact-list .contact-info h3 {
  font-size: 22px;
  color: #333;
  padding: 0;
  margin: 0;
  padding-bottom: 15px;
}

.contact-list .contact-info h3 {
  border-bottom: 1px solid #e7e7e7;
}

.contact-icon {
  text-align: center;
  float: left;
}

.contact-icon i {
  font-size: 24px;
  color: #cf1428;
  padding: 15px;
  padding-left: 0;
}

.contact-list .contact-info li {
  padding: 15px 0;
  border-bottom: 1px solid #666;
}

.contact-list .contact-info li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.info-content,
.info-content a {
  color: #666;
  font-size: 14px;
}

.info-content a:hover {
  color: #cf1428;
  text-decoration: none;
}

.info-content span {
  padding-right: 8px;
}

.comment-map .single-form {
  padding-top: 1em;
}

.comment-map h3 {
  color: #666;
  font-size: 18px;
}

.comment-map .col-md-12 {
  padding-left: 0;
}

.comment-map .single-form button {
  margin-left: 0;
}

/*** 

====================================================================
	Main Conatct style
====================================================================

***/
.career {
  padding: 5em 0;
}

.career-box {
  padding: 90px 50px 50px 30px;
}

.career-box h3 {
  font-size: 18px;
  color: #fff;
  margin: 0 0 15px 0;
  line-height: 25px;
}

.career-box p {
  font-size: 14px;
  color: #fff;
  margin: 15px 0 0 0;
  line-height: 1.8;
}

.career-box-1 {
  padding: 4em 0;
  display: inline-block;
}

.career-content-block {
  display: block;
  background: rgba(0, 0, 0, 0.6);
  padding: 0;
  margin-bottom: 15px;
}

.career-box-1 {
  background-size: cover;
}

.career-content-2 {
  padding-top: 4em;
}

.career-box-2 .col-md-6 {
  padding: 0;
}

.career-box-data {
  background: #f5f5f5;
  padding: 15px;
  width: 100%;
  min-height: 300px;
}

.career-box-data h3 {
  font-size: 22px;
  color: #333;
}

.career-box-data p,
.career-box-data li,
.career-date {
  color: #666;
  font-size: 14px;
  padding: 0;
  line-height: 1.5;
  list-style: none;
}

.career-box-2 img {
  width: 100%;
  height: auto;
}

.career-date i {
  padding-right: 8px;
}

.apply-btn {
  padding: 10px 30px;
  background: #cf1428;
  color: #333;
  font-size: 14px;
  margin-top: 15px;
  display: inline-block;
  border: 1px solid #cf1428;
}

.career-box-data:hover {
  background: #cf1428;
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.career-box-data:hover p,
.career-box-data:hover li,
.career-box-data:hover {
  color: #000;
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.career-box-data:hover .apply-btn {
  background: none;
  border: 1px solid #363636;
  text-decoration: none;
  color: #363636;
}

/*** 

====================================================================
	Main 404 style
====================================================================

***/
.no-found {
  background: url(images/404.png) no-repeat center;
  height: 740px;
  width: 100%;
  float: left;
  position: relative;
  background-size: 100% 100%;
}

.no-found-content {
  width: 60%;
  margin: 0 auto;
  padding: 34% 0;
  text-align: center;
}

.no-found-back h1 {
  font-size: 160px;
  font-weight: 600;
  color: #333;
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
}

.no-found-back p {
  font-size: 16px;
  font-weight: 600;
  color: #999999;
  margin: 0;
  padding: 0;
  padding-bottom: 30px;
}

.no-found-back a {
  font-size: 16px;
  color: #fff;
  width: 180px;
  height: 40px;
  display: inline-block;
  background: #e72510;
  border-radius: 20px;
  line-height: 40px;
}

.no-found-content .searchform {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
  border: 1px solid #fff;
  background: #fff;
}

.no-found-content input {
  padding: 15px 20px 15px 10px;
  display: inline-block;
  width: 75%;
}

.no-found-content button {
  background: none;
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  .no-found-content {
    padding: 25% 0;
    width: 100%;
  }
}
.products-containe-title {
  font-size: 24px;
  display: inline-block;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
}
.equipment-slider img,
.home-equipment img {
  width: 100%;
  height: auto;
  padding: 15px;
}
.equipment-content h2 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: bold;
  line-height: 48px;
  padding-left: 15px;
}
/*** 

====================================================================
	Main Search style
====================================================================

***/
.search {
  padding: 5em 0;
}

.search-page {
  padding-bottom: 30px;
}

.search h2 {
  padding-bottom: 30px;
  text-transform: capitalize;
}

.search-ul li {
  padding: 15px 0;
  border-bottom: 1px solid #f5f5f5;
}

.search-ul li a {
  color: #333;
  font-weight: 600;
  font-size: 16px;
}

.search-ul li a:hover {
  color: #cf1428;
  text-decoration: none;
  text-decoration: none;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.search-ul p {
  padding-top: 15px;
  font-size: 14px;
}

.search article h3 {
  font-size: 24px;
  color: #f8b500;
  text-transform: capitalize;
}

/*s_float*/
.s_float {
  width: 52px;
  height: 208px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 999;
  top: 35%;
  -webkit-box-shadow: 1px 1px 15px -8px #535353, -1px -1px 15px -8px #535353;
  box-shadow: 1px 1px 15px -8px #535353, -1px -1px 15px -8px #535353;
  background-color: #ffffff;
}

.s_float ul {
  margin: 0;
  padding: 0;
}

.s_float ul li {
  text-decoration: none;
  list-style: none;
  width: 52px;
  height: 52px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  cursor: pointer;
}

.s_float ul li {
  position: relative;
  margin: 0;
}

.s_float ul li a:hover,
.s_float ul li a:hover i,
.s_float ul li a:hover i,
.s_float ul li:hover i {
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-decoration: none;
}

.s_float ul li .hhservice-box {
  position: absolute;
  padding: 0;
  margin: 0;
  right: 60px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  top: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.s_float ul li {
  text-align: center;
}

.s_float ul li i {
  text-decoration: none;
  color: #666;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.s_float ul li:hover i,
.s_float ul li a:hover i,
.s_float ul li:focus i,
.s_float ul li a:focus i,
.s_float ul li a:focus:hover i {
  text-decoration: none !important;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.hhservice-box form {
  padding: 15px;
  background: #fff;
}

.hhservice-box input {
  padding: 8px 15px;
  height: auto;
  margin-bottom: 15px;
  border: 1px solid #e7e7e7;
  width: 100%;
  float: left;
}

.hhservice-box textarea {
  padding: 8px 15px;
  height: auto;
  margin-bottom: 15px;
  border: 1px solid #e7e7e7;
  width: 100%;
  float: left;
}

.hhservice-box h3 {
  font-size: 20px;
  text-transform: capitalize;
  color: #fff;
  padding: 15px;
  margin: 0;
  text-align: left !important;
  display: block;
}

.hhservice-box button {
  margin-left: 0;
  margin: 0 15px;
  padding: 10px 30px;
  background: #cf1428;
  border: 1px solid #cf1428;
  color: #333;
}

.hhservice-box button:hover {
  border: 1px solid #cf1428;
  background: #fff;
  color: #333;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.message-form-title,
.caret-right {
  background: #cf1428;
}

.s_float ul li.hhservice-box {
  width: 0;
  height: 0;
}

.s_float ul li.selected.service_01 .hhservice-box {
  width: 160px;
  height: 52px;
}

.s_float ul li.selected.service_02 .hhservice-box {
  width: 375px;
  height: 510px;
}

.s_float ul li.selected.service_03 .hhservice-box {
  width: 200px;
  height: 52px;
}

.s_float ul li:hover {
  background-color: #cf1428;
  color: #fff;
}

.s_float ul li a {
  display: inline-block;
  width: 52px;
  height: 52px;
}

.s_float,
.s_float ul {
  text-align: center;
}

.caret-right:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cf1428;
  content: "\f0da";
  position: absolute;
  right: 0;
  font-size: 32px;
  top: 10px;
}

li.selected:after,
.s_float li:hover:after {
  color: #fff;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service_01 {
  background: url(images/icon/phone.png) center no-repeat;
}

.service_01:hover {
  background: #cf1428 url(images/icon/phone-1.png) center no-repeat;
}

.service_02 {
  background: url(images/icon/liuyan.png) center no-repeat;
}

.service_02:hover {
  background: #cf1428 url(images/icon/liuyan-1.png) center no-repeat;
}

.service_03 {
  background: url(images/icon/email.png) center no-repeat;
}

.service_03:hover,
.service_03.selected {
  background: #cf1428 url(images/icon/email-1.png) center no-repeat;
}

.service_04 {
  background: url(images/icon/top.png) center no-repeat;
}

.service_04:hover,
.service_04.selected {
  background: #cf1428 url(images/icon/top-1.png) center no-repeat;
}

.s_float ul li.service_01 .caret-right,
.s_float ul li.service_03 .caret-right {
  text-align: center;
  height: 52px;
  width: 100%;
}

.s_float ul li.service_01 a,
.s_float ul li.service_03 a {
  height: auto;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 100%;
  padding: 19px 0;
}

.s_float ul li.service_01 a:hover,
.s_float ul li.service_03 a:hover {
  color: #666;
}

.modal-header {
  background: #cf1428;
}

.modal-header h4 {
  color: #fff;
  font-weight: 600;
}

.modal-body .hhservice-box input {
  padding: 10px 15px;
}

@media only screen and (max-width: 1280px) {
  .main-header .nav-outer {
    padding-left: 0;
  }

  .main-header .search-panel .form-container {
    padding-left: 0;
  }

  .main-header .search-box-btn span {
    font-size: 24px;
    color: #cf1428;
  }

  .search-box-btn {
    font-size: 32px;
    color: #cf1428;
  }

  .search-panel {
    display: none;
  }

  .search-box-outer .search-box-btn {
    display: block;
  }

  .main-header .nav-outer {
    padding: 0;
  }

  .main-menu .navigation > li {
    margin-left: 15px;
  }

  .panel-outer {
    position: absolute;
    bottom: 0;
    top: 80px;
    right: 0;
  }

  .search-box-btn {
    padding: 30px 15px;
  }

  .main-header .search-panel input[type="text"],
  .main-header .search-panel input[type="search"],
  .main-header .search-panel input[type="password"],
  .main-header .search-panel select {
    width: 300px;
  }

  .main-menu .navigation > li:last-child {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 1230px) {
  .main-menu .navigation > li {
    margin-left: 0;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 968px) {
  .main-header .nav-outer {
    float: none;
  }
  .nav-tabs,
  .home-single-product-list {
    display: none;
  }
  .home-category-list {
    display: block;
  }
  .main-menu,
  .navbar-nav {
    width: 100%;
  }
  .main-menu .navigation > li > ul > li > a,
  .main-menu .navigation > li > ul > li > ul > li > a {
    color: #333;
    box-shadow: none;
    border-bottom: none;
  }
  .main-menu .navigation > li > ul > li.dropdown > a:after {
    content: "";
  }
  .comment .single-form .col-md-6.email {
    padding-left: 0;
  }

  .comment .single-form .col-md-6.name {
    padding-right: 0;
  }

  .product-category:nth-child(2n) .col-md-5,
  .product-category:nth-child(2n) .col-md-7 {
    float: none;
  }

  .tab-pane .col-md-4 {
    width: 50%;
    float: left;
  }

  .contact-list .col-md-8 {
    padding-bottom: 20px;
  }

  .contact {
    padding: 20px 0;
  }

  .contact-address iframe {
    height: 300px !important;
  }

  li.dropdown:hover .sub-menu.dropdown-menu {
    pointer-events: none;
  }
  .banner-wrap .title-content h1 {
    font-size: 32px;
  }
  .home-category-link:nth-child(2n) {
    background-color: transparent;
  }
  .news_list_right {
    padding: 0;
  }
  .equipment-content h2 {
    font-size: 20px;
    line-height: 36px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .navbar-collapse {
    padding: 0;
  }

  .main-header .search-panel .form-container {
    padding: 0;
  }

  .main-header .main-box .logo-box {
    padding: 15px 0;
  }

  .search-box-btn {
    padding: 30px 10px;
  }

  .main-menu .navigation > li {
    margin-left: 0;
    padding: 15px 10px 0 0;
  }

  .search-box-btn {
    padding: 25px 10px 0 10px;
  }

  .panel-outer {
    top: 100px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-contact-box {
    text-align: left;
    padding-left: 25px;
  }

  .content-sale-title {
    padding: 5px;
  }

  .content-sale-title h4 {
    font-size: 14px;
    margin: 5px 0;
  }
}

@media only screen and (max-width: 1220px) {
  h3.about-section-title {
    padding: 0;
    margin-top: 0;
  }

  .about img {
    padding-top: 30px;
  }

  .stats p {
    padding-bottom: 15px;
  }

  .footer-contact-box {
    border: none;
  }

  .footer-nav {
    padding: 0;
  }

  .copyright p {
    padding: 20px 15px;
  }

  .banner-2 .title-content h1 {
    font-size: 32px;
  }

  .element-item.new:nth-child(3n + 1) {
    clear: none;
  }

  .element-item.new:nth-child(2n + 1) {
    clear: both;
  }
}

@media screen and (max-width: 650px) {
  .banner-slide img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  body header.affix {
    position: fixed;
    top: -41px;
    -moz-box-shadow: 2px 0 1px rgba(0, 0, 0, 0.1),
      -2px 2px 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 0 1px rgba(0, 0, 0, 0.1),
      -2px 2px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 1px rgba(0, 0, 0, 0.1), -2px 2px 8px rgba(0, 0, 0, 0.1);
  }
}

@media screen and (min-width: 769px) {
  .banner-slide img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .home-category-link {
    width: 50%;
    float: left;
  }

  .home-category_img img {
    width: 100%;
    height: auto;
  }

  .equipment-storage-text {
    width: 265px;
  }

  .banner-slide img {
    max-width: 100%;
    height: auto;
  }

  .min-storage {
    width: 50%;
    float: left;
  }

  .storage .container .min-storage.col-md-6:nth-child(2n) .min-storage-t {
    position: relative;
  }

  .new-sidebar-text li {
    width: 30% !important;
    float: left;
    margin-left: 15px !important;
  }

  .news_list_left {
    width: 50%;
  }

  .news_list_right h3 {
    margin-top: 0;
  }

  .news_list_left img {
    width: 100%;
    height: auto;
  }

  .news_list_left {
    width: 50%;
  }

  .news_list_right {
    width: 50%;
  }

  .news_list_time .time {
    width: 50%;
    float: left;
  }

  .list_right-text,
  .news_list_time {
    padding-left: 20px;
  }

  .navbar-toggle {
    border: none;
    border-color: transparent;
    background-color: transparent;
    display: inline-block;
  }

  .navbar-toggle .icon-bar {
    color: #cf1428;
    background-color: #cf1428;
  }

  .top-left,
  .links {
    width: 100%;
    float: left;
  }

  body header.affix {
    top: -58px;
    position: fixed;
    padding-top: 14px;
  }

  .banner-contents {
    top: 15%;
    left: 15%;
  }

  .btn-container a {
    margin-top: 15px;
  }
  .main-header .main-box {
    display: inline-block;
    height: auto;
  }

  .main-header .nav-outer .search-box-outer {
    position: absolute;
  }

  .title h2:before {
    top: 45px;
    left: 42%;
  }

  .information-content {
    padding-bottom: 15px;
  }

  .title h2:after {
    display: none;
  }

  .pickup-posts .col-md-3 {
    width: 48%;
    float: left;
    margin-right: 5px;
  }

  .canvas-text h1::after {
    right: 29%;
    top: 20%;
  }

  .h2.item-title {
    font-size: 23px;
  }

  .navbar-toggle {
    padding: 25px 15px;
  }

  .search-box-btn {
    padding: 25px 0;
  }

  .navbar-header {
    position: absolute;
    top: 0;
    right: 0;
  }

  .top-left {
    display: none;
  }

  .main-menu .navigation > li {
    width: 100%;
    padding: 0 30px 0 0;
    margin-left: 0;
    text-align: left;
  }

  .main-menu .navigation > li > a {
    padding: 10px 0;
  }

  .main-menu .navigation > li:hover > a,
  .main-menu .navigation > li.current-menu-item > a,
  .main-menu .navigation > li > a {
    text-align: left;
    width: 100%;
    text-decoration: none;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
  }

  .main-header .search-box-btn span {
    font-size: 24px;
    color: #cf1428;
  }

  .search-box-btn {
    font-size: 32px;
    color: #cf1428;
  }

  .search-panel {
    display: none;
  }

  .main-header .nav-outer .search-box-outer {
    position: absolute;
    top: 0;
    right: 80px;
  }

  .panel-outer {
    top: 45px;
    right: 15px;
  }

  .main-header .search-panel .form-container {
    position: absolute;
    top: 36px;
    right: 0;
  }

  .main-header .search-panel input[type="text"],
  .main-header .search-panel input[type="search"],
  .main-header .search-panel input[type="password"],
  .main-header .search-panel select {
    width: 240px;
  }

  .main-header .main-box .logo-box {
    float: none;
  }
  #menu-item-60 ul {
    width: 100%;
  }

  .main-menu .navigation > li.dropdown:hover > ul {
    width: 100%;
  }
  .nav .open > a {
    background: none;
  }
  .navbar-nav .open .dropdown-menu {
    display: block;
  }
  .main-menu .navigation > li > ul > li {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    text-align: left;
  }
  .main-menu .navbar-collapse {
    padding: 0;
  }

  .swiper-prev {
    left: 15px;
  }

  .swiper-next {
    right: 15px;
  }

  .s_float ul li.selected.service_02 .hhservice-box {
    display: none;
  }

  .about-qualification-next {
    left: -1px;
  }

  .about-qualification-prev {
    right: -1px;
  }
}

@media screen and (max-width: 760px) {
  .new-sidebar-text li {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .news_list_left,
  .news_list_right {
    width: 100%;
  }

  .news_list_right h3 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav .navigation {
    width: 50%;
    float: left;
  }

  .min-storage-t .min-storage-top .info-inne {
    padding-top: 45%;
    font-size: 19px;
  }

  .new-sidebar-img img {
    width: 100%;
    height: auto;
  }

  .footer {
    padding-bottom: 40px;
    padding-top: 0;
  }

  h2.item-title {
    font-size: 17px !important;
  }

  .banner-contents {
    left: 11%;
  }

  .swiper-prev,
  .swiper-next {
    min-width: 30px;
  }

  .swiper-prev i,
  .swiper-next i {
    font-size: 15px;
    line-height: 30px;
  }

  .grid .grid-item {
    position: relative !important;
    top: 15px !important;
    left: 0 !important;
    width: 45%;
    float: left;
  }

  .banner-1 {
    background-size: 100% !important;
  }

  .banner-1-black {
    padding: 20px 0;
  }

  .banner-2 h1,
  .banner-1 h1 {
    font-size: 30px;
  }

  .about-video {
    position: static;
    padding-bottom: 20px;
  }

  .about-video iframe {
    width: 100%;
  }

  .title {
    margin-bottom: 20px;
  }

  .about-corporat-t {
    margin-bottom: 30px;
  }

  .about-qualification-honore,
  .about-corporate-culture {
    padding: 20px 0;
  }

  .about {
    padding-bottom: 5em;
    padding-top: 0;
  }

  .about-link {
    padding-left: 15px;
  }

  .grid {
    left: 11px;
  }

  .about-canvas {
    padding: 40px 0;
  }

  .solution {
    padding: 0;
  }

  .equipment-storage-prev,
  .equipment-storage-next {
    width: 45px;
    height: 45px;
    top: 40%;
  }

  .equipment-storage-prev i,
  .equipment-storage-next i {
    font-size: 20px;
    line-height: 45px;
  }

  .equipment-storage {
    padding: 20px 0;
  }

  .title h2 {
    font-size: 27px;
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
}

@media screen and (max-width: 500px) {
  .canvas-text h1::after {
    right: 31%;
    top: 7%;
  }

  .products-container p {
    font-size: 14px;
    line-height: 19px;
  }

  .tab-pane .col-md-4 {
    width: 100%;
  }

  .banner-2 h1,
  .banner-1 h1 {
    font-size: 22px;
  }

  .canvas-text h1 {
    font-size: 27px;
  }

  .equipment-storage-text {
    left: 0;
  }

  .home-category_img img {
    width: 100%;
    height: auto;
  }

  .home-category_text a {
    line-height: 100px;
  }

  .home-category_text {
    width: 100%;
  }

  .home-category-link {
    width: 100%;
  }

  .equipment-storage-text {
    width: 375px;
    left: 20px;
  }

  .address-title-content {
    text-align: center;

    left: 28%;
  }
}

@media screen and (max-width: 380px) {
  p.description {
    font-size: 15px;
    padding: 0;
  }

  body header.affix {
    top: -58px;
    position: fixed;
  }

  .main-header .main-box .logo-box .logo img {
    width: 150px;
  }

  .main-header .search-panel input[type="text"],
  .main-header .search-panel input[type="search"],
  .main-header .search-panel input[type="password"],
  .main-header .search-panel select {
    width: 180px;
  }

  .testi-rating {
    display: none;
  }

  .about-corporat-t {
    margin-bottom: 25px;
    margin-right: 4px;
  }

  .equipment-storage-text {
    left: 0;
  }

  .address-title-content {
    left: 24%;
  }
}

img{
  max-width: 100%;
}

/*20200705 start*/

.our-history{
	margin-top: 150px;
	text-align: center;
}

.about-list .container{
	margin-bottom: 20px;
    border-top: 1px dotted;
    padding-top: 20px;
}

.about-list .col-md-6 img{
	height: 280px;
	box-shadow:rgba(221, 221, 221, 0.867) 6px 7px 7px 3px;
}

.about-list .col-md-6 h3{
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #c31020;
	font-size: 28px;
	line-height: 1.8;
	text-transform: uppercase;
}

.about-list .col-md-6 p{
	width: 100%;
	float: left;
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 1.8;
}

.about-list .col-md-6 a{
	padding: 15px 20px;
	background: #c31020;
	color: #fff;
	float: left;
	border-radius: 5px;
}

.about-detail-content {
	padding:40px 0;
}

.about-detail-content img{
	margin-bottom: 20px;
	float: left;
	width: 100%;
	height: auto;
}

.about-detail-content .img-list {
	width: 25%;
	padding: 10px;
}

.about-detail-content .img-list-3 {
	width: 31.33%;
    margin: 1%;
    border: 1px #c31020 solid;
}

.about-detail-content h3{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}

.about-detail-content p {
	width: 100%;
	float: left;
	font-size: 18px;
	margin-bottom: 20px;
	color: #666;
}

.about-detail-content .faq-title{
	position: relative;
	padding: 12px 12px 12px 70px;
	cursor: pointer;
	font-size: 14px;
}

.about-detail-content .faq-title:before{
	content: "";
	position: absolute;
	left: 26px;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: #f4f4f4;
	box-shadow: inset -1px 0px 3px 0px rgba(0, 0, 0, 0.21);
	z-index: -1;
}

.about-detail-content .faq-title.active{
	color: #ffffff;
}

.about-detail-content .faq-title.active:before{
	background-color: #c31020;
}

.about-detail-content .faq-title:hover{
	color: #ffffff;
}

.about-detail-content .faq-title:hover:before{
	background-color: #c31020;
}

.about-detail-content .faq-title strong{
	position: absolute;
	background: #c31020;
	border: 5px solid #fff;
	border-radius: 100%;
	color: #ffffff;
	top: 50%;
	left: 0;
	margin-top:-26px;
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 42px;
}

.about-detail-content .faq-detail {
	display: none;
	padding: 12px 12px 12px 70px;
	border-bottom: 1px solid #c31020;
	font-size: 14px;
}

.our-service-content {
	padding: 40px 0;
}

.our-service-content ol.service-list {
	width: 100%;
	float: left;
}

.our-service-content ol.service-list li {
	float: left;
	width: 100%;
	margin-bottom: 20px;
    background: #eee;
}

.our-service-content ol.service-list li a {
	float: left;
	width: 100%;
	cursor: pointer;
}

.our-service-content ol.service-list li a strong {
	margin-right: 20px;
    background: #c31020;
    color: #fff;
    vertical-align: middle;
    font-size: 24px;
    text-align: center;
    width: 280px;
    height: 100%;
	display: table-cell;
}

.our-service-content ol.service-list li a:hover strong {
	background: #eee;
	color: #c31020;
}
	
.our-service-content ol.service-list li a em {
	color: #555555;
    font-size: 16px;
	font-style: normal;
	display: table-cell;
	padding: 20px;
	vertical-align: middle;
}

.our-service-content ol.service-list li img {
	width: 100%;
}

.our-service-content p {
	width: 100%;
	float: left;
	font-size: 18px;
	line-height: 1.5;
	color: #595959;
}

.our-service-content ul li{
	width: 100%;
	float: left;
	margin-bottom: 10px;
	font-size: 18px;
	color: #595959;
	line-height: 1.5;
}

.our-service-content h3 {
	float: left;
    width: 100%;
    margin-bottom: 20px;
	color: #c31020;
}
.our-service-content ul li:before{
	content: "-";
	margin-right: 10px;
}
/*20200705 end*/