/*reset*/ :focus {
  outline: 0;
}
body, ul, img, p, input, dl, dd, tr, th, td {
  margin: 0;
  padding: 0;
}
em {
  font-style: normal;
}
img {
  border: none;
  max-width: 100%;
}
/*li,ul,ol{list-style:none;}*/
a {
  text-decoration: none;
  color: #4d4d4d;
}
input {
  padding: 0px;
  vertical-align: middle;
  line-height: normal;
  border: none;
}
body {
  overflow-x: hidden;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
a:focus {
  outline: none;
}
/*share*/
body {
  font-size: 12px;
  font-family: 'poppins', arial, sans-serif;
  color: #4d4d4d;
  background: #fff;
}
.bold {
  font-weight: bold;
}
.fontRed {
  color: red;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
b, strong {
  font-family: 'poppins_bold';
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .row {
    margin: 0;
  }
}
*:link, *:visited, *:hover, *:active, *:focus {
  transition: color .30s linear, background-color .30s linear, border-color .30s linear, opacity .30s linear, background-image .30s linear;
  -webkit-transition: color .30s linear, background-color .30s linear, border-color .30s linear, opacity .30s linear, background-image .30s linear;
}
@font-face {
  font-family: 'poppins';
  src: url(../font/poppins.eot);
  src: url(../font/poppins.eot?#iefix) format('embedded-opentype'), url(../font/poppins.svg#poppins) format('svg'), url(../font/poppins.woff) format('woff'), url(../font/poppins.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'poppins_bold';
  src: url(../font/poppins_bold.eot);
  src: url(../font/poppins_bold.eot?#iefix) format('embedded-opentype'), url(../font/poppins_bold.svg#poppins_bold) format('svg'), url(../font/poppins_bold.woff) format('woff'), url(../font/poppins_bold.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaStd_book';
  src: url(../font/FuturaStd_book.eot);
  src: url(../font/FuturaStd_book.eot?#iefix) format('embedded-opentype'), url(../font/FuturaStd_book.svg#FuturaStd_book) format('svg'), url(../font/FuturaStd_book.woff) format('woff'), url(../font/FuturaStd_book.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*index*/
.head_top {
  background: none;
  padding: 10px 0;
 border-bottom:1px rgba(255,255,255,.25) solid;
}
.head_top .head_con {
  list-style: none;
  float: left;
  padding-top: 5px;
}
.head_top .head_con li {
  display: inline-block;
  margin-right: 20px;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: left 2px;
}
.head_top .head_con li a {
  color: #fff;
  font-size: 13px;
}
.head_top .head_con li a:hover {
  color: #0cb76c;
}
.head_top .head_con li.hcon_p {
  background-image: url(../images/icon_phone.png);
}
.head_top .head_con li.hcon_e {
  background-image: url(../images/icon_email.png);
}
.head_top .social_icons {
  padding: 0;
  float: right;
}
.head_top .social_icons li {
  margin-bottom: 0;
}
.header {
  position: relative;
  z-index: 99;
  transition: all .5s;
  padding: 10px 0;
  background: none;
}
.header .container {
  position: relative;
}

header.small .head_top{ display:none}

#logo {
  display: block;
  vertical-align: middle;
  margin: 0;
  float: left;
  position: relative;
  z-index: 9999999;
  transition: all .5s;
  max-width: 420px;
}
#logo h1 {
  margin: 0;
  padding: 0;
  display: inline-block;
}
#logo a {
  display: inline-block;
  vertical-align: middle;
}
#logo img {
  max-width: 230px;
  width: 100%;
  height: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;  -webkit-filter: brightness(0) invert(1);  filter: brightness(0) invert(1);
}

header.small #logo img{-webkit-filter:none;  filter:none}
.select {
  position: relative;
  float: right;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  /*background: url(../images/lan_bg.jpg) no-repeat center center;*/
  transition: all .5s;
  padding: 5px;
  margin-left: 10px;
}
.select dt {
  display: inline-block;
  cursor: pointer;
  position: relative;
  z-index: 9999999;
  color: #fff;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  line-height: 12px;
}
.select dt:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  color: #fff;
}
.select dt:hover, .select dt.cur:after {
  content: "\f106";
}
.select dt img {
  max-width: 22px;
  height: auto;
}
.select dt > p {
  color: #fff;
  display: inline-block;
  padding-left: 5px;
  text-transform: capitalize;
  font-size: 13px;
  line-height: 20px;
}
.select dd {
  position: absolute;
  right: 0;
  top: 38px;
  display: none;
  z-index: 9999999999;
  background: #f5f5f5;
}
.select dd ul {
  padding: 5px;
  width: 120px; /*max-height:250px;*/ overflow: auto;
  list-style: none;
}
.select dd ul li {
  margin-bottom: 0;
}
.select dd ul li a {
  line-height: 24px;
  display: block;
  padding: 10px 5px;
  border-bottom: 1px solid #fff;
  text-align: left;
  color: #333;
  font-size: 12px;
  text-transform: capitalize;
}
.select dd ul li a:hover {
  background: #fafafa;
  color: #0cb76c;
}
.select dd ul li p {
  padding-left: 5px;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.head_log {
  display: inline-block;
  float: right;
  padding-left: 25px;
  margin-top: 0;
  background: url(../images/icon_log.png) no-repeat left center;
  margin-left: 20px;
}
.head_log a {
  display: inline-block;
  font-size: 13px;
  color: #fff;
  text-transform: capitalize;
}
.head_log span:before {
  content: '/';
  margin: 0 5px;
  display: inline-block;color:#fff
}
.head_log a:hover {
  color: #0cb76c;
}
/* Top Search*/
.search_box {
  float: right;
  z-index: 99999999;
margin-top:7px;
}
.search i {
  width: 40px;
  height: 40px;
  text-align: center;
  background: url(../images/search.png) no-repeat center center;
  display: inline-block;
 -webkit-filter: brightness(0) invert(1);  filter: brightness(0) invert(1);
}
header.small .search i {-webkit-filter:none;  filter:none;}

.top-search {
  display: block;
  width: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 80px;
  display: none;
  z-index: 9999999;
  background: #fafafa;
  border-radius: 0px;
  box-shadow: 0px 5px 10px 2px rgba(0, 0, 0, 0.05);
}
.top-search h4 {
  font-size: 20px;
  text-align: center;
  color: #333;
  margin: 15px 0;
  text-transform: uppercase;
  display: block;
  font-family: 'FuturaStd_book';
}
.top-search .input-group-addon i {
  width: 20px;
  height: 20px;
  display: flex;
  position: absolute;
  right: 10px;
  top: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top-search .input-group-addon i:before, .top-search .input-group-addon i:after {
  content: '';
  display: inline-block;
  background: #999;
  width: 20px;
  height: 2px;
  margin: 2px 0;
}
.top-search .input-group-addon i:before {
  transform: rotate(45deg) translate(4px, 0px);
  -webkit-transform: rotate(45deg) translate(4px, 0px);
}
.top-search .input-group-addon i:after {
  transform: rotate(-45deg) translate(4px, 0px);
  -webkit-transform: rotate(-45deg) translate(4px, 0px);
}
.top-search .form-control {
  box-shadow: none;
  border: none;
  border-radius: 0;
  border: 1px solid #e5e5e5;
  background: #fff;
  color: #808080;
  height: 40px;
  line-height: 40px;
  padding: 0 50px 0 10px;
  text-align: left;
  font-size: 12px;
  border-radius: 0;
  font-family: 'poppins';
}
.top-search input.form-control:focus {
  color: #333;
  font-style: inherit;
}
.top-search .input-group-addon.close-search {
  cursor: pointer;
}
.btn_search1 {
  background: #0cb76c url(../images/search_w.png) no-repeat center center;
  top: 0;
  height: 40px;
  position: absolute;
  right: 0;
  width: 40px;
  z-index: 3;
}
.header_search {
  position: relative;
}
.top-search .input-group-addon {
  background-color: transparent;
  border: none;
  color: #666;
  padding-left: 0;
  padding-right: 0;
}
.top-search .input-group-addon.close-search {
  cursor: pointer;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.attr-nav {
  float: right;
  padding-top: 8px;
  z-index: 9999999;
  display: inline-block;
}
.attr-nav ul li {
  list-style: none;
}
.top-search .input-group {
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
  width: 80%;
}
/* Sizes for the bigger menu */
header {
  width: 100%;
  z-index: 999999;
  padding: 0;
  position: fixed;
}
header.large {
  height:auto;
  top: 0;
  background: rgba(0,0,0,.1);
}
header.small {
  height: auto;
  left: 0;
  top: 0;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.05);
  padding: 0;
  background: #fff;
}
header.small .header {
  padding: 10px 0;
}
.height {
  padding-top: 150px;
}
@media only screen and (max-width: 1300px) {
  #logo img {
    max-width: 210px;
  }
}
@media only screen and (max-width: 992px) {
  header, header.large {
    border: none;
    position: inherit;
    position: relative;
    top: 0;
  }
  header.large .header, .header, header.small .header {
    padding: 10px 0;
    background: #fff;
    z-index: 6;
    position: relative;
  }
  .header .container {
    width: 100%;
  }
  .header .row {
    margin: 0;
  }
  .head_top {
    border-bottom: 1px solid #eee;
    text-align: right;
    padding: 5px 10px;
  }
  .header #logo, header.small #logo, header.large .header.page_header #logo {
    padding: 0;
    margin-right: 10px;
    float: left;
    margin: 0;
    z-index: 9999999;
    position: relative;
  }
  .header #logo img, header.small #logo img {
    max-width: 150px;
  }
  #logo .text {
    padding-left: 0;
  }
  .height {
    padding: 0;
  }
  .head-right, header.small .head-right {
    width: auto;
    padding-top: 8px;
  }
  .hcon, .language, .h_sns {
    display: none;
  }
  #logo p {
    font-size: 12px;
    font-family: 'poppins_bold';
  }
  #logo p b {
    font-size: 18px;
  }
  header.small .attr-nav, .attr-nav {
    padding-top: 0;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 9999999;
    display: inline-block;
    border-radius: 50%;
  }
  .search_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99999999;
    margin: 0;
    max-width: 100%;
    border: none;
  }
  .top-search h4 {
    display: block;
  }
  .top-search .input-group, header.small .top-search .input-group {
    padding: 25px;
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
  }
  .top-search, header.small .top-search {
    display: none;
    width: 100%;
    top: 44px;
    max-width: 100%;
    left: 0;
    border-radius: 0;
    z-index: 9999999;
    background: #fafafa;
    border-top: 1px solid #ebebeb;
    padding-top: 0;
  }
  .top-search h4, .top-search .input-group-addon.close-search {
    display: block;
  }
  .search i, header.small .search i {
    height: 34px;
    width: 34px;
    background-size: 18px;
    background-color: #f2f2f2;
    border-radius: 50%;
  }
  .top-search .form-control {
    background: #fff;
    border: 1px solid #e5e5e5;
  }
  .select, header.small .select, header.large .header.page_header .select {
    padding: 0;
    background: none;
    float: left;
    margin-left: 0;
  }
  .select dd {
    top: 27px;
    right: auto;
    left: 0;
  }
  .select dt > p {
    font-size: 12px;
    line-height: 20px;
  }
  .head_top .head_con, .head_top .social_icons {
    display: none;
  }
  .head_log {
    margin-left: 0;
    margin-top: 0;
  }
  .head_log a {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .top-search h4 {
    font-size: 16px;
    font-family: 'poppins';
  }
}
/*******bootstrap-touch-slider********/
.slide_content {
  position: relative;
  z-index: 555;
margin-top:-150px;
}
/* SVG wrap */
.svg-wrap {
  position: absolute;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.bs-slider {
  overflow: hidden;
  position: relative;
}
/*.bs-slider:hover {



    cursor: -moz-grab;



    cursor: -webkit-grab;



}



.bs-slider:active {



    cursor: -moz-grabbing;



    cursor: -webkit-grabbing;



}*/
.bs-slider .bs-slider-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
  margin: auto;
  width: 100% !important;
}
/********************



*****Slide effect



**********************/
.fade {
  opacity: 1;
}
.fade .item {
  top: 0;
  z-index: 1;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0 !important;
  display: block !important;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
  top: auto;
  position: relative;
}
.fade .item.active {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity ease-in-out 1s;
  -moz-transition: opacity ease-in-out 1s;
  -ms-transition: opacity ease-in-out 1s;
  -o-transition: opacity ease-in-out 1s;
  transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
  top: 47%;
  opacity: 0;
  z-index: 100;
  color: #ffffff;
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-shadow: none;
  position: absolute;
  background: transparent;
}
.control-round:hover .carousel-control {
  opacity: 1;
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
  border: 0px transparent;
}
.control-round .carousel-control {
  margin: 0 30px;
  padding: 15px;
  width: 62px;
  height: 62px;
  border-radius: 40px;
  background: rgba(228, 228, 228, 0.95);
  -webkit-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
  transition: all .5s;
}
.carousel-control .icon-wrap {
  position: absolute;
  width: 32px;
  display: inline-block;
}
.carousel-control.left .icon-wrap {
  left: 15px;
}
.carousel-control.right .icon-wrap {
  right: 15px;
}
.carousel-control svg.icon {
  fill: #fff;
}
.carousel-control:hover svg.icon {
  fill: #008b35;
}
.carousel-control h3 {
  position: absolute;
  top: 0;
  margin: 0;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 14px;
  line-height: 62px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  color: #008b35;
}
.carousel-control.left h3 {
  right: 20px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.carousel-control.right h3 {
  left: 20px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/*.control-round .carousel-control:hover {



	width: 200px;



	background: #fff;



}*/
.carousel-control:hover h3 {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
  right: 51%;
  bottom: 3%;
  left: auto;
  width: 90%;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: right;
  overflow-y: hidden;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 1px;
  white-space: nowrap;
  margin-right: -50px;
}
.indicators-line > .carousel-indicators li {
  padding: 0;
  width: 35px;
  height: 7px;
  text-indent: 0;
  overflow: hidden;
  text-align: left;
  position: relative;
  letter-spacing: 1px;
  margin-right: 5px;
  z-index: 10;
  cursor: pointer;
  background: #fff;
}
.indicators-line > .carousel-indicators li:last-child {
  margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
  margin: 1px 5px 1px 1px;
  background-color: #008b35;
  position: relative;
  -webkit-transition: box-shadow 0.3s ease;
  -moz-transition: box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border: 1px solid #00a1e4;
}
.indicators-line > .carousel-indicators .active:before {
  transform: scale(0.5);
  background-color: #fff;
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
  text-align: left !important;
}
.slide_style_right {
  text-align: right !important;
}
.slide-text {
  display: none;
  left: 0;
  top: 25%;
  right: 0;
  margin: auto;
  padding: 10px;
  position: absolute;
  text-align: left;
  padding: 43px 60px 34px;
  max-width: 1462px;
}
.slide-text .slide-text-m {
  width: 100%;
  text-align: center
}
.slide-text .slide-text-m > h4 {
  padding: 0;
  color: #ffffff;
  width: 100%;
  font-style: normal;
  display: inline-block;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  font-size: 40px;
  line-height: 40px;
  font-family: 'poppins-semibold';
  text-transform: uppercase;
  margin: 0 0 32px;
  letter-spacing: 1px;
}
.slide-text .slide-text-m > h4 a {
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding: 0 8px 9px;
  z-index: 99
}
.slide-text .slide-text-m > h4 a:after {
  background: rgba(0, 0, 0, 0.07);
  content: '';
  display: block;
  position: absolute;
  bottom: 7px;
  left: 0;
  height: 23px;
  width: 100%;
  z-index: -1
}
.bg0 {
  background: none !important;
}
.slide-text .slide-text-m > p {
  padding: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  overflow: hidden;
  max-height: 56px;
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  margin: 0 auto 38px;
  width: 100%;
  max-width: 845px;
}
.slide-text .slide-text-m > a.btn-default {
  margin-top: 15px;
  text-transform: uppercase;
  background: #00a1e4;
  color: #ffffff;
  border-radius: 0px;
  font-family: 'poppins-semibold';
  font-size: 15px;
  white-space: nowrap;
  letter-spacing: 1px;
  display: inline-block;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  line-height: 60px;
  text-align: center;
  padding: 0px 40px;
  border-radius: 5px;
}
.slide-text .slide-text-m > a:hover, .slide-text .slide-text-m > a:active {
  background: #fbd232;
  -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
  transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
/*------------------------------------------------------*/
/* RESPONSIVE



/*------------------------------------------------------*/
@media (max-width: 1310px) {
  .slide-text .slide-text-m > h4 {
    font-size: 34px;
    line-height: 36px;
    margin-bottom: 19px;
  }
  .slide-text {
    top: 10%;
  }
}
@media (max-width: 903px) {
  .slide-text .slide-text-m > a.btn-default {
    margin-top: 9px;
  }
  .slide-text .slide-text-m > p {
    max-width: 100%;
    margin-bottom: 15px
  }
}
/*---------- MEDIA 480px ----------*/
@media (max-width: 768px) {
  .slide-text .slide-text-m > h4 {
    font-size: 28px;
    line-height: 44px
  }
  .slide-text {
    top: 0%;
  }
  .slide-text .slide-text-m > a.btn-default {
    display: none
  }
  .control-round .carousel-control {
    width: 42px;
    height: 42px;
    padding: 6px;
    top: 40%
  }
  .carousel-control.left .icon-wrap {
    left: 5px
  }
  .carousel-control.right .icon-wrap {
    right: 5px
  }
  .carousel-control.left h3 {
    display: none
  }
}
@media (max-width: 582px) {
  .slide-text {
    padding: 20px 20px;
  }
  .slide-text .slide-text-m {
    padding: 20px 0 20px;
  }
  .slide-text .slide-text-m > p {
    font-size: 16px;
    line-height: 20px;
  }
  .slide-text .slide-text-m > a.btn-default {
    display: none
  }
}
@media (max-width: 430px) {
  .slide-text .slide-text-m > a.btn-default, .slide-text .slide-text-m > a.btn-primary {
    display: none;
  }
  .slide-text .slide-text-m > p {
    display: none
  }
  .control-round .carousel-control.left, .control-round .carousel-control.right {
    display: none
  }
  .slide-text .slide-text-m > h4 {
    font-size: 16px;
    line-height: 26px
  }
  .slide-text .slide-text-m > a.btn-default, .slide-text .slide-text-m > a.btn-primary {
    font-size: 10px;
    line-height: 10px;
    margin-right: 10px;
    text-align: center;
    padding: 10px 15px;
  }
  .indicators-line > .carousel-indicators {
    right: 45%;
  }
}
.main_title {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
  padding-top: 20px;
  z-index: 5;
}
.main_title h6 {
  display: block;
  color: #333333;
  text-transform: uppercase;
  font-size: 34px;
  position: relative;
  line-height: 38px;
  margin-bottom: 15px;
  font-family: 'FuturaStd_book';
}
.main_title .line {
  width: 42px;
  height: 4px;
  background: #0ab15d;
  display: inline-block;
}
.main_title .title_bg {
  display: block;
  color: #333333;
  font-size: 120px;
  font-family: 'FuturaStd_book';
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  top: 0;
  text-align: center;
  line-height: 100px;
  filter: alpha(opacity=5);
  -moz-opacity: 0.05;
  opacity: 0.05;
  z-index: -1;
}
.main_title .text {
  color: #999999;
  font-size: 12px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  margin: auto;
  margin-top: 20px;
  max-width: 60%;
}
.main_more {
  border-radius: 2px;
  border: 2px solid #0cb76c;
  display: inline-block;
  margin-top: 30px;
  background: transparent;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.main_more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0ab15d;
  display: block;
  transform: scaleX(0);
  transition: all 0.5s ease 0s;
  transform-origin: 0 0 0;
  z-index: -1;
}
.main_more:hover:before {
  transform: scaleX(1);
  visibility: visible;
}
.main_more a, .main_more input, .main_more button {
  font-family: 'poppins_bold';
  font-size: 12px;
  color: #0ab15d;
  display: inline-block;
  padding: 12px 20px;
  padding-left: 40px;
  line-height: 18px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  border: none;
  background: url(../images/icon_plus.png) no-repeat 20px 18px;
  transition: all .5s;
}
.main_more a:hover, .main_more input:hover, .main_more button:hover {
  text-decoration: none;
  color: #fff;
  background-image: url(../images/icon_plus_w.png);
}
@media only screen and (max-width: 992px) {
  .main_title .title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 768px) {
  .main_title {
    margin-bottom: 30px;
    padding-top: 10px;
  }
  .main_title h6 {
    font-size: 28px;
    line-height: 32px;
    padding: 0 40px;
  }
  .main_title .title_bg {
    font-size: 100px;
    line-height: 80px;
  }
  .main_title .text {
    max-width: 100%;
    margin-top: 10px;
    line-height: 20px;
    max-height: 40px;
    font-size: 12px;
  }
  .main_more {
    margin-top: 20px;
  }
  .main_title .line {
    height: 2px;
  }
}
@media only screen and (max-width: 480px) {
  .main_title .text {
    font-size: 12px;
  }
  .main_more a, .main_more input, .main_more button {
    font-family: 'poppins';
    padding: 8px 18px;
    padding-left: 30px;
    background-position: 15px 12px;
  }
}
/*******Slider********/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus, .slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* Dots */
.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
  z-index: 999;
  left: 0;
  margin-top: 34px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 5px;
  width: 52px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 5px;
  width: 52px;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  outline: none;
  background: #eeeeee;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #0db26d;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus, .slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: -10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
  z-index: 999;
  display: none !important;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 5px;
  width: 40px;
  border-radius: 0;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
  transition: all .5s;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 5px;
  width: 40px;
  border-radius: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  outline: none;
  background: #ddd;
  padding: 0;
  transition: all .5s;
}
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active {
  width: 50px;
  height: 5px;
}
.slick-dots li.slick-active button {
  background: #0cb76c;
  width: 50px;
  height: 5px;
}
.slick-prev, .slick-next {
  width: 36px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 10px;
  -webkit-transition: all var(--transition-time, 800ms);
  -o-transition: all var(--transition-time, 800ms);
  transition: all var(--transition-time, 800ms);
}
.slick-prev {
  left: -40px;
  background-image: url(../images/prev.png);
}
.slick-next {
  right: -40px;
  background-image: url(../images/next.png);
}
.slick-prev:hover, .slick-next:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background-color: #0cb76c;
}
@media only screen and (max-width: 1280px) {
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
}
@media only screen and (max-width: 768px) {
  .slick-prev, .slick-next {
    width: 24px;
    height: 40px;
    margin-top: -20px;
  }
}
/*******features-tab********/
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.indicator-style.owl-theme .owl-controls .owl-buttons div {
  background: inherit;
  width: 30px;
  height: 60px;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -30px;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div i {
  line-height: 60px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: -40px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: -40px;
}
.indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  color: #0cb76c;
}
@media only screen and (max-width: 1300px) {
  .indicator-style.owl-theme .owl-controls .owl-buttons div {
    background: #000;
    color: #fff;
    font-size: 12px;
  }
  .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -10px;
  }
  .indicator-style.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -10px;
  }
  .indicator-style.owl-theme .owl-controls .owl-buttons div:hover {
    background: #0cb76c;
    color: #fff;
  }
}
.offer_content {
  padding-top: 30px;
  padding-bottom: 110px;
  background: url(../images/cat_bg.jpg) no-repeat left bottom;
}
.offer_content .list {
  list-style: none;
}
.offer_content .list li {
  padding: 10px;
}
.offer_content .list li .column {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
}
.offer_content .list li .column:after {
  content: '';
  width: 100%;
  height: 4px;
  display: block;
  background: #0ab15d;
  position: absolute;
  left: 0;
  bottom: -1px;
  transform: scaleY(0);
  transition: all 0.5s ease 0s;
  transform-origin: 0 0 0;
  z-index: 3;
}
.offer_content .list li:hover .column:after {
  transform: scaleY(1);
  visibility: visible;
}
.offer_content .list li .column > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.offer_content .list li .column img {
  max-width: 100%;
  height: auto;
  width: 100%;
  border-radius: 10px;
}
.offer_content .list li .column .ovrly {
  background: #fafafa;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  transition: all .5s;
  position: absolute;
  left: 0;
  top: 0;
}
.offer_content .list li:hover .column .ovrly {
  background: #000;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.offer_content .list li .column .wrap {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all .5s;
  padding: 0 20px;
  z-index: 3;
  width: 100%;
}
.offer_content .list li:hover .column .wrap {
  top: 45%;
}
.offer_content .list li .column .wrap .icon {
  width: 120px;
  height: 90px;
  display: inline-block;
  margin-bottom: 20px;
  transition: all .5s;
}
.offer_content .list li:hover .column .wrap .icon {
  background-position: 0 -90px;
}
.offer_content .list li .column h4 {
  margin: 0;
  margin-bottom: 20px;
  transition: all .5s;
  font-size: 18px;
  font-family: 'FuturaStd_book';
  text-transform: uppercase;
}
.offer_content .list li:hover .column h4 {
  color: #fff;
}
.offer_content .list li .column .text {
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
  color: #808080;
  transition: all .5s;
}
.offer_content .list li:hover .column .text {
  color: #fff;
}
.offer_content .list li .column .link {
  width: 44px;
  height: 23px;
  background: url(../images/icon_more.png) no-repeat center center;
  position: absolute;
  left: 50%;
  margin-left: -22px;
  bottom: -50px;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all .5s;
  z-index: 3;
}
.offer_content .list li:hover .column .link {
  bottom: 2px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media only screen and (max-width: 1300px) {
  .offer_content .list li {
    padding: 5px;
  }
  .offer_content .list li .column .wrap .icon {
    margin-bottom: 10px;
  }
  .offer_content .list li .column h4 {
    margin-bottom: 10px;
  }
  .offer_content .list li .column .text {
    line-height: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 992px) {
  .offer_content {
    padding-bottom: 50px;
  }
  .offer_content .list li .column .wrap .icon {
    width: 60px;
    height: 45px;
    background-size: 60px
  }
  .offer_content .list li:hover .column .wrap .icon {
    background-position: 0 -45px;
  }
  .offer_content .list li .column h4 {
    font-size: 14px;
    font-family: 'poppins_bold';
  }
}
@media only screen and (max-width: 768px) {
  .offer_content .list li .column .wrap {
    padding: 0 20px;
  }
  .offer_content .list li .column h4 {
    font-size: 12px;
  }
  .offer_content .list li .column .text {
    display: none;
  }
}
.pro_content {
  padding-top: 20px;
  padding-bottom: 50px;
  background: #f5f5f5;
}
.pro_content .slider {
  padding-bottom: 30px;
}
.pro_content .slider .li {
  padding: 0;
}
.pro_content .slider .li .main .title {
  margin-top: 0;
  margin-bottom: 10px;
}
.pro_content .slider .li .main .title a {
  color: #4d4c4c;
  font-size: 26px;
  font-family: 'FuturaStd_book';
  line-height: 40px;
  display: block;
}
.pro_content .slider .li .main .text {
  color: #989898;
  font-size: 14px;
  line-height: 26px;
  max-height: 130px;
  overflow: hidden;
}
.pro_content .slider .li .main .list {
  list-style: none;
  padding-top: 30px;
}
.pro_content .slider .li .main .list li {
  padding: 0 15px;
  text-align: center;
}
.pro_content .slider .li .main .list li .icon {
  display: inline-block;
}
.pro_content .slider .li .main .list li .icon img {
  max-width: 100%;
  height: auto;
}
.pro_content .slider .li .main .list li em {
  display: block;
  color: #989898;
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
}
.pro_content .slider .li .image {
  padding: 0;
  padding-left: 30px;
  float: right;
}
.pro_content .slider .li .image a {
  display: block;
  overflow: hidden;
}
.pro_content .slider .li .image a img {
  max-width: 100%;
  height: auto;
  transition: all .5s;
}
.pro_content .slider .li:hover .image a img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.pro_content .slick-prev, .pro_content .slick-next {
  display: none !important;
}
.pro_content .slick-dots {
  display: block !important;
}
@media only screen and (max-width: 992px) {
  .pro_content .slider .li .main .list li em {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .pro_content .slider .li .image {
    padding: 0;
    padding-bottom: 20px;
    width: 100%;
    max-width: 60%;
    float: left;
  }
  .pro_content .slider .li .main {
    padding: 0;
    width: 100%;
  }
  .pro_content .slider .li .main .title a {
    font-size: 18px;
    font-family: 'poppins_bold';
    line-height: 24px;
  }
  .pro_content .slider .li .main .text {
    font-size: 12px;
    line-height: 24px;
    max-height: 96px;
  }
  .pro_content .slider .li .main .list li {
    width: 50%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .pro_content .slider .li .image {
    max-width: 100%;
  }
  .pro_content .slider .li .main .title a {
    font-size: 16px;
  }
}
.solution_content {
  padding: 50px 20px;
  text-align: center;
}
.solution_content .list {
  list-style: none;
}
.solution_content .list li {
  padding: 0 15px;
  text-align: left;
}
.solution_content .list li .image {
  display: block;
  position: relative;
  overflow: hidden;
}
.solution_content .list li .image > a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.solution_content .list li .image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  transition: all .5s;
}
.solution_content .list li:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.solution_content .list li .image .bg {
  position: absolute;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: url(../images/shadow_right.png) no-repeat bottom center;
  height: 109px;
  background-size: 100%;
}
.solution_content .list li:nth-child(2n+2) .image .bg {
  background-image: url(../images/shadow_left.png);
}
.solution_content .list li .title {
  margin-bottom: 15px;
}
.solution_content .list li .title a {
  color: #333333;
  font-size: 18px;
  display: block;
  font-family: 'poppins_bold';
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.solution_content .list li:hover .title a {
  color: #0cb76c;
  text-decoration: none;
}
.solution_content .list li .line {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #ffae00;
  margin-bottom: 15px;
}
.solution_content .list li .text {
  color: #999999;
  font-size: 12px;
  line-height: 22px;
  overflow: hidden;
  height: 44px;
}
.solution_content .mobile_list {
  display: none;
  padding-bottom: 30px;
}
.solution_content .mobile_list .li {
  padding: 0 10px;
  text-align: left;
}
.solution_content .mobile_list .li .title a {
  font-size: 16px;
  font-family: 'poppins_bold';
  display: block;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
.solution_content .mobile_list .li .image {
  display: block;
  overflow: hidden;
}
.solution_content .mobile_list .li .image img {
  max-width: 100%;
  height: auto;
}
.solution_content .mobile_list .li .text {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
}
.solution_content .slick-prev, .solution_content .slick-next {
  display: none !important;
}
.solution_content .slick-dots {
  display: block !important;
}
@media only screen and (max-width: 1300px) {
  .solution_content .list li {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 992px) {
  .solution_content .list li {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .solution_content {
    padding: 40px 10px;
  }
  .solution_content .mobile_list {
    display: block;
  }
  .solution_content .list {
    display: none;
  }
  .solution_content .main_more {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .solution_content {
    padding: 40px 5px;
  }
  .solution_content .mobile_list {
    padding-bottom: 20px;
  }
  .solution_content .mobile_list .li {
    padding: 0 5px;
  }
  .solution_content .mobile_list .li .title a {
    font-size: 14px;
  }
}
.about_content {
  padding: 60px 0;
  background: url(../images/about_bg.jpg) no-repeat bottom center;
  background-size: cover;
  overflow: hidden;
}
.about_content .main {
  padding-left: 45px;
}
.about_content .main .title {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: 'poppins_bold';
}
.about_content .main .text {
  color: #808080;
  font-size: 14px;
  line-height: 30px;
  max-width: 75%;
  max-height: 330px;
  overflow: hidden;
}
.about_content .main .text b {
  font-family: 'poppins_bold';
  color: #0cb76c;
}
.about_content .main .main_more {
  background-color: #0cb76c;
}
.about_content .main .main_more a {
  color: #fff;
  background-image: url(../images/icon_plus_w.png);
}
.about_content .image {
  padding: 0;
}
.about_content .image img {
  max-width: 100%;
  height: auto;
}
.number_box {
  padding-top: 50px;
}
.number_box .numbers__one {
  text-align: center;
  padding: 0 15px;
  float: left;
  width: 20%;
}
.number_box .numbers__one .number__ico {
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.number_box .numbers__one:hover .number__ico {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  transform: rotateY(180deg);
}
.number_box .numbers__one .number__ico img {
  max-width: 100%;
  height: auto;
}
.number_box .numbers__one .numbers__num {
  color: #222222;
  font-size: 44px;
  line-height: 48px;
  font-family: 'FuturaStd_book';
  display: block;
  margin-bottom: 10px;
}
.number_box .numbers__two .numbers__num:after {
  content: '+';
  color: #222222;
  top: -.5em;
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.number_box .numbers__one .number__desc {
  color: #808080;
  font-size: 13px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .about_content .main .main_title {
    text-align: left;
  }
  .about_content .main .main_title .title_bg {
    left: 40px;
  }
  .about_content .main .main_title h6 {
    color: #0cb76c;
  }
  .about_content .main .main_title .line {
    position: absolute;
    left: -50px;
    width: 60px;
    height: 1px;
    background: #0cb76c;
    bottom: -20px;
  }
}
@media only screen and (max-width: 1500px) {
  .about_content .main .text {
    max-width: 90%;
  }
}
@media only screen and (max-width: 992px) {
  .number_box .numbers__one .numbers__num {
    font-size: 36px;
    line-height: 40px;
  }
  .about_content .main .text {
    max-height: 240px;
  }
}
@media only screen and (max-width: 768px) {
  .about_content {
    padding: 40px 0;
    padding-top: 10px;
  }
  .about_content .main {
    padding: 0 10px;
    padding-bottom: 30px;
  }
  .about_content .main .text {
    max-height: 90px;
  }
  .number_box {
    padding-top: 30px;
  }
  .number_box .numbers__one .numbers__num {
    font-size: 28px;
  }
  .number_box .numbers__one .number__desc {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .number_box .numbers__one {
    width: 33%;
    margin-bottom: 10px;
  }
  .about_content .main .title {
    font-size: 16px;
  }
  .about_content .main .text {
    max-width: 100%;
  }
  .number_box {
    display: none;
  }
}
.service_content {
  background: url(../images/adv01.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.service_content .list {
  list-style: none;
}
.service_content .list li {
  text-align: center;
  padding: 0 10px;
}
.service_content .list li .icon {
  position: relative;
  max-width: 80px;
  margin-bottom: 10px;
  display: inline-block;
  padding: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.service_content .list li:hover .icon {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  transform: rotateY(180deg);
}
.service_content .list li .icon img {
  max-width: 100%;
  height: auto;
}
.service_content .list li .title {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  height: 44px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'poppins_bold';
}
.service_content .list li .text {
  color: #e1e1e1;
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
  height: 72px;
}
@media only screen and (max-width: 768px) {
  .service_content {
    display: none;
  }
}
.news_content {
  background: url(../images/news_bg.jpg) no-repeat center center;
  padding: 40px 0 80px 0;
}
.news_content h4.title {
  margin-top: 0;
  margin-bottom: 5px;
}
.news_content h4.title a {
  color: #333333;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-family: 'poppins_bold';
  display: block;
  overflow: hidden;
  max-height: 48px;
}
.news_content h4.title a:hover {
  color: #0cb76c;
  text-decoration: none;
}
.news_content .text {
  color: #999999;
  font-size: 12px;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
}
.news_content .left {
  padding: 0;
}
.news_content .left .image {
  display: block;
  overflow: hidden;
}
.news_content .left .image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  transition: all .5s;
}
.news_content .left .image:hover img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.news_content .left h4.title {
  margin-bottom: 15px;
  margin-top: 10px;
}
.news_content .left .text {
  margin-top: 10px;
}
.news_content .list {
  padding-left: 50px;
  padding-right: 0;
  list-style: none;
}
.news_content .list li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.news_content .list li .right {
  float: left;
  width: 70%;
  padding-left: 20px;
}
.news_content .list li .date {
  height: 60px;
  width: 120px;
  background: #0cb76c;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  float: left;
}
.news_content .list li h4.title a {
  height: 24px;
}
@media only screen and (max-width: 992px) {
  .news_content .list li .date {
    height: 50px;
    width: 90px;
    line-height: 50px;
    font-size: 14px;
  }
  .news_content .list li h4.title a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .news_content {
    padding: 40px 0 20px 0;
  }
  .news_content .left {
    display: none;
  }
  .news_content .list {
    padding-left: 0;
  }
  .news_content .list li .date {
    padding-left: 20px;
    background: url(../images/icon_date.png) no-repeat left 2px;
    color: #0cb76c;
    font-size: 12px;
    text-transform: capitalize;
    display: inline-block;
    float: none;
    line-height: 18px;
    height: auto;
  }
  .news_content .list li .right {
    width: 100%;
    float: none;
    padding: 0;
    padding-top: 10px;
  }
}
.foot_content {
  position: relative;
  background: url(../images/foot_bg.jpg) no-repeat center center;
  background-size: cover;
}
.foot_top {
  padding-top: 60px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.foot_top .fot_logo {
  display: inline-block;
  margin-bottom: 20px;
}
.foot_top .fot_logo img {
  max-width: 261px;
  height: auto;
}
.foot_top .text {
  color: #c8c8c8;
  font-size: 12px;
  line-height: 26px;
  font-style: italic;
  max-width: 80%;
  margin: auto;
}
.social_icons {
  list-style: none;
  padding-top: 20px;
}
.social_icons li {
  margin-right: 15px;
  margin-bottom: 5px;
  display: inline-block;
}
.social_icons li img {
  max-width: 29px;
  height: auto;
}
.footer {
  z-index: 6;
  padding-top: 50px;
  padding-bottom: 50px;
}
.footer .fot_title {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.footer .fot_title em, .footer .fot_title em a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: 'poppins_bold';
}
.footer .fot_title em a:hover {
  text-decoration: none;
  color: #0ab15d;
}
.footer ul {
  list-style: none;
}
.icon-minus-sign, .icon-plus-sign {
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon-minus-sign:before, .icon-minus-sign:after, .icon-plus-sign:before, .icon-plus-sign:after {
  content: '';
  display: inline-block;
  background: #999;
  width: 14px;
  height: 2px;
  margin: 2px 0;
}
.icon-plus-sign {
  width: 12px;
  height: 12px;
}
.icon-plus-sign:before, .icon-plus-sign:after {
  width: 12px;
}
.icon-plus-sign:after {
  transform: rotate(90deg) translate(-6px, 0px);
  -webkit-transform: rotate(90deg) translate(-6px, 0px);
}
.icon-minus-sign:before {
  transform: rotate(45deg) translate(4px, 0px);
  -webkit-transform: rotate(45deg) translate(4px, 0px);
}
.icon-minus-sign:after {
  transform: rotate(-45deg) translate(4px, 0px);
  -webkit-transform: rotate(-45deg) translate(4px, 0px);
}
.fot_title .column_icon_toggle {
  display: none;
}
.fot_mes {
  float: left;
  width: 36%;
  padding-right: 80px;
}
.fot_mes .text {
  color: #d1d1d1;
  font-size: 12px;
  line-height: 22px;
}
.fot_mes ul {
  list-style: none;
  padding-top: 20px;
}
.fot_mes ul li {
  margin-bottom: 10px;
}
.fot_mes ul li span {
  display: block;
  position: relative;
}
.fot_mes ul li span:before {
  content: '*';
  color: red;
  position: absolute;
  right: 5px;
  top: 5px;
}
.fot_mes ul li span:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.fot_mes ul li span.ms_p:after {
  background-image: url(../images/mes_p.png);
}
.fot_mes ul li span.ms_e:after {
  background-image: url(../images/mes_e.png);
}
.fot_mes ul li span.ms_n:after {
  background-image: url(../images/mes_n.png);
}
.fot_mes ul li span.ms_m:after {
  background-image: url(../images/mes_m.png);
}
.fot_mes ul li span.ms_p:before, .fot_mes ul li span.ms_n:before {
  display: none;
}
.fot_mes ul li input {
  background: transparent;
  height: 40px;
  width: 100%;
  line-height: 40px;
  padding-left: 40px;
  padding-right: 10px;
  font-family: 'poppins';
  font-size: 12px;
  color: #d1d1d1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.fot_mes ul li textarea {
  height: 70px;
  border: none;
  background: transparent;
  width: 100%;
  max-width: 100%;
  max-height: 70px;
  font-family: 'poppins';
  font-size: 12px;
  padding: 10px 10px 10px 40px;
  color: #d1d1d1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.fot_mes ul li input:focus, .send_box ul li textarea:focus {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.fot_mes ul li input:-ms-input-placeholder {
  color: #d1d1d1;
} /* Internet Explorer 10+ */
.fot_mes ul li input::-webkit-input-placeholder {
  color: #d1d1d1;
} /* WebKit browsers */
.fot_mes ul li input::-moz-placeholder {
  color: #d1d1d1;
} /* Mozilla Firefox 4 to 18 */
.fot_mes ul li input:-moz-placeholder {
  color: #d1d1d1;
} /* Mozilla Firefox 19+ */
.fot_mes ul li textarea:-ms-input-placeholder {
  color: #d1d1d1;
} /* Internet Explorer 10+ */
.fot_mes ul li textarea::-webkit-input-placeholder {
  color: #d1d1d1;
} /* WebKit browsers */
.fot_mes ul li textarea::-moz-placeholder {
  color: #d1d1d1;
} /* Mozilla Firefox 4 to 18 */
.fot_mes ul li textarea:-moz-placeholder {
  color: #d1d1d1;
} /* Mozilla Firefox 19+ */
.fot_mes .main_more {
  margin-top: 0;
  background: #0ab15d;
  border-color: #0ab15d;
}
.fot_mes .main_more input {
  color: #fff;
  padding-left: 20px;
  padding-right: 40px;
  background-image: url(../images/icon_send.png);
  background-position: 88% 13px;
}
.fot_tag {
  float: left;
  width: 23%;
  padding-right: 40px;
}
.fot_tag li {
  margin-bottom: 8px;
}
.fot_tag li a {
  font-size: 12px;
  line-height: 24px;
  color: #d1d1d1;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.fot_tag li a:hover {
  color: #0ab15d;
}
.fot_nav {
  float: left;
  width: 16%;
  padding-right: 40px;
}
.fot_nav li {
  margin-bottom: 8px;
}
.fot_nav li a {
  font-size: 12px;
  line-height: 24px;
  text-transform: capitalize;
  color: #d1d1d1;
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: all .5s;
}
.fot_nav li a:hover {
  color: #0ab15d;
}
.fot_con {
  float: left;
  width: 25%;
}
.fot_con .text {
  color: #d1d1d1;
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 20px;
}
.fot_con li {
  padding: 0;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 12px;
  color: #d1d1d1;
  line-height: 24px;
}
.fot_con li a {
  color: #d1d1d1;
  font-size: 12px;
  line-height: 24px;
}
.fot_con li a:hover {
  color: #d1d1d1;
}
.fot_con li.fcon_a {
  background: url(../images/fot_a.png) no-repeat left 12px;
}
.fot_con li.fcon_e {
  background: url(../images/fot_e.png) no-repeat left 4px;
}
.fot_con li.fcon_p {
  background: url(../images/fot_p.png) no-repeat left 3px;
}
.fot_con li.fcon_f {
  background: url(../images/fot_f.png) no-repeat left 2px;
}
.fot_con li.fcon_m {
  background: url(../images/fot_w.png) no-repeat left 2px;
}
.foot_bot {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.copy {
  color: #858585;
  font-size: 12px;
  line-height: 20px;
}
.copy a {
  color: #858585;
  font-size: 12px;
  line-height: 20px;
}
.copy a:hover {
  color: #0ab15d;
}
.friendly {
  padding-top: 5px;
}
.friendly p {
  text-transform: capitalize;
  display: inline-block;
  color: #858585;
}
.friendly a {
  display: inline-block;
  color: #858585;
  margin: 0 5px;
  font-size: 12px;
}
.friendly a:hover {
  color: #0ab15d;
}
@media only screen and (max-width: 1230px) {
  .fot_con, .fot_nav, .fot_tag, .fot_mes {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 992px) {
  .footer {
    padding: 20px 0;
    margin: 0;
    border: none;
  }
  .footer .fot_tag, .footer .fot_nav, .footer .fot_con, .footer .fot_sub {
    width: 100%;
    padding: 0;
  }
  .footer .fot_title em, .footer .fot_title em a, .fot_letter .fot_sub .fot_title em {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 0;
  }
  .footer .fot_title span {
    display: none;
  }
  .footer .fot_title, .fot_letter .fot_sub .fot_title {
    display: block;
    border-bottom: 1px solid #444;
    padding-bottom: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 15px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
  }
  .footer .fot_title .column_icon_toggle, .fot_letter .fot_sub .fot_title .column_icon_toggle {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 5px;
    font-style: normal;
    cursor: pointer;
    font-size: 13px;
    font-weight: normal;
    color: #808080;
  }
  .footer .toggle_content, .fot_letter .toggle_content {
    padding-bottom: 30px;
    padding-top: 10px;
  }
  .foot_bot {
    margin-top: 0;
    border: none;
    padding-top: 10px;
  }
  .footer .fot_mes {
    display: none;
  }
  .foot_top {
    padding-top: 30px;
    padding-bottom: 30px;
    border: none;
  }
  .foot_bot {
    padding-top: 0;
    border: none;
  }
  .foot_top .text {
    max-width: 100%;
  }
  .foot_top .fot_logo img {
    max-width: 200px;
  }
}
@media only screen and (max-width: 480px) {
  .foot_top {
    padding-bottom: 0;
  }
  .foot_top .text {
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
  }
  .fot_tag li, .fot_nav li {
    margin-bottom: 2px;
  }
}
/*back-top*/
.back_top {
  width: 48px;
  height: 48px;
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 9999;
  display: none;
  background: #000;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.back_top:before {
  content: "TOP";
  font-family: FontAwesome;
  color: #fff;
  font-size: 12px;
  line-height: 50px;
  font-family: 'poppins_bold';
}
.back_top:hover {
  bottom: 61px;
  text-decoration: none;
  background: #00aa83;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.back_top:link {
  text-decoration: none;
}
.back_top:hover:before {
  color: #fff;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .back_top {
    right: 0;
    bottom: 120px;
    width: 40px;
    height: 40px;
  }
  .back_top:hover {
    bottom: 120px;
  }
  .back_top:before {
    font-size: 12px;
    line-height: 40px;
    font-family: 'poppins';
  }
}
#online_qq_layer {
  z-index: 9999999;
  position: fixed;
  right: 55px;
  bottom: 20px;
}
#floatShow {
  display: block;
}
#floatHide {
  display: none;
}
#online_qq_tab {
  position: relative;
  z-index: 9;
}
#online_qq_tab #floatShow {
  overflow: hidden;
  background: #0cb76c url(../images/online.png) no-repeat 15px center;
  height: 50px;
  width: 150px;
  float: right;
  line-height: 50px;
  color: #fff;
  padding-left: 50px;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
  text-transform: uppercase;
  font-family: 'FuturaStd_book';
  box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
  -webkit-box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
  -webkit-transition: all var(--transition-time, 800ms);
  -o-transition: all var(--transition-time, 800ms);
  transition: all var(--transition-time, 800ms);
}
#online_qq_tab #floatShow i {
  height: 40px;
  width: 68px;
  float: right;
  display: inline-block;
}
#online_qq_tab #floatShow:hover {
  margin-right: 0;
}
#online_qq_tab #floatHide {
  overflow: hidden;
  width: 30px;
  height: 30px;
  font-size: 13px;
  float: right;
  color: #808080;
  line-height: 50px;
  text-align: left;
  position: absolute;
  right: 10px;
  top: 10px;
}
#online_qq_tab #floatHide i {
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#online_qq_tab #floatHide i:before, #online_qq_tab #floatHide i:after {
  content: '';
  display: inline-block;
  background: #999;
  width: 20px;
  height: 2px;
  margin: 2px 0;
}
#online_qq_tab #floatHide i:before {
  transform: rotate(45deg) translate(4px, 0px);
  -webkit-transform: rotate(45deg) translate(4px, 0px);
}
#online_qq_tab #floatHide i:after {
  transform: rotate(-45deg) translate(4px, 0px);
  -webkit-transform: rotate(-45deg) translate(4px, 0px);
}
#online_qq_tab #floatShow:hover, #online_qq_tab #floatHide:hover {
  text-decoration: none;
}
#onlineService {
  display: inline;
  width: 300px;
  overflow: hidden;
  display: none;
  background: #fff;
  font-size: 12px;
  box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
  -webkit-box-shadow: 0 0 13px 0 rgba(151, 151, 151, 0.5);
  border-top: none;
}
#online_qq_layer .inquiry .main_more {
  margin-top: 0;
  background: #0ab15d;
  border-color: #0ab15d;
}
#online_qq_layer .inquiry .main_more input {
  color: #fff;
  padding: 8px 0;
  padding-left: 15px;
  padding-right: 35px;
  background-image: url(../images/icon_send.png);
  background-position: 88% 10px;
}
#onlineService .title {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'FuturaStd_book';
}
#onlineService .title b {
  color: #0cb76c;
  font-weight: normal;
  font-family: 'FuturaStd_book';
}
#onlineService .text {
  margin-bottom: 10px;
  color: #808080;
  line-height: 24px;
  font-size: 12px;
}
.i_message_inquiry {
  padding: 20px;
  background: url(../images/news_bg.jpg) no-repeat right center;
}
.i_message_inquiry .inquiry .form-control {
  border: 1px solid #efefef;
  background: none;
  line-height: 50px;
  height: 50px;
  color: #808080;
  font-size: 12px;
  width: 100%;
  box-shadow: none;
  padding-left: 40px;
}
.i_message_inquiry .inquiry .form-control:focus {
  color: #333;
  background: #fafafa;
}
.i_message_inquiry .inquiry .input-group {
  background: #fff;
  height: 32px;
  margin-bottom: 10px;
  width: 100%;
  border: none;
}
.i_message_inquiry .inquiry .input-group span {
  display: block;
  position: relative;
}
.i_message_inquiry .inquiry .input-group span:before {
  content: '*';
  color: red;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.i_message_inquiry .inquiry .input-group span.ms_n input {
  background-image: url(../images/mes_n.png);
  background-position: 8px 15px;
  background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_p input {
  background-image: url(../images/mes_p_b.png);
  background-position: 8px 15px;
  background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_e input {
  background-image: url(../images/mes_e_b.png);
  background-position: 8px 15px;
  background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_m .form-control {
  height: 80px;
  padding-top: 10px;
  line-height: 20px;
  background-image: url(../images/mes_m_b.png);
  background-position: 8px 10px;
  background-repeat: no-repeat;
}
.i_message_inquiry .inquiry .input-group span.ms_p:before, .i_message_inquiry .inquiry .input-group span.ms_n:before {
  display: none;
}
/*service*/
.online_section {
  position: fixed;
  z-index: 99999999;
  top: 200px;
  right: -220px;
  transition: all .3s ease;
}
.online_section ul li {
  border-radius: 25px 0 0 25px;
  list-style: none;
  width: 260px;
  height: 40px;
  color: #333;
  padding-left: 50px;
  margin-bottom: 3px;
  transition: all .5s ease;
  overflow: hidden;
  margin-bottom: 3px;
  line-height: 40px;
  font-size: 12px;
  border: 2px solid #0cb76c;
  background: #fff;
  background-repeat: no-repeat;
}
.online_section ul li a {
  line-height: 40px;
  font-size: 12px;
  color: #333;
}
.online_section .online_p {
  background-image: url(../images/right_p.png);
  background-position: 10px 8px;
}
.online_section .online_e {
  background-image: url(../images/right_e.png);
  background-position: 10px 8px; /*background-color:#0cb76c;border-color:#0cb76c;*/
}
.online_section .online_s {
  background-image: url(../images/right_s.png);
  background-position: 10px 8px; /*background-color:#0cb76c;border-color:#0cb76c;*/
}
.online_section .online_w {
  background-image: url(../images/right_w.png);
  background-position: 10px 8px;
}
.online_section .online_wechat {
  background-image: url(../images/right_wc.png);
  background-position: 10px 8px;
}
.online_section .online_qq {
  background-image: url(../images/right_q.png);
  background-position: 10px 8px;
}
.online_section .online_code {
  background-image: url(../images/right_code.png);
  background-position: 10px 8px;
}
.online_section .online_code p {
  padding-left: 0;
  font-size: 12px;
}
.online_code .image {
  width: 100%;
  padding: 5px 10px 10px;
}
.online_code .image img {
  max-width: 100px;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
}
.online_code .image p {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  padding-left: 10px;
}
/*.online_section .online_e a,.online_section .online_s a{color:#fff;}*/
@media only screen and (max-width: 768px) {
  .online_section {
    display: none;
  }
}
.mobile_nav {
  position: fixed;
  background: #0cb76c;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  display: none;
  z-index: 999999;
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.4);
  border-radius: 25px 25px 0 0;
}
.mobile_nav a {
  display: inline-block;
  width: 20%;
  padding: 0 10px;
  float: left;
  text-align: center;
  color: #fff;
}
.mobile_nav a i {
  font-size: 16px;
}
.mobile_nav a p {
  color: #fff;
  padding-top: 8px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
}
.mobile_nav a:nth-child(3) {
  float: right;
}
.mobile_nav a:nth-child(4) {
  float: right;
}
@media only screen and (max-width: 992px) {
  #service {
    display: none;
  }
  #onlineService01 {
    width: 150px;
  }
  .onlineMenu .call-top {
    padding: 8px 5px;
  }
  .onlineMenu .call-top p {
    font-size: 16px;
  }
  .onlineMenu ul {
    padding: 10px;
  }
  .onlineMenu .call > p {
    padding-left: 20px;
    font-size: 12px;
  }
  .onlineMenu .call > p a {
    font-size: 12px;
  }
  .onlineMenu .call > p.ser01, .onlineMenu .call > p.ser02, .onlineMenu .call > p.ser03, .onlineMenu .call > p.ser04, .onlineMenu .call > p.ser05 {
    background-size: 12px;
  }
  .back_top {
    width: 36px;
    background-size: 100%;
    height: 36px;
  }
  .back_top:before {
    line-height: 36px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 768px) {
  #online_qq_layer {
    right: 0;
  }
  #onlineService {
    width: 100%;
  }
  #online_qq_layer {
    width: 100%;
    bottom: 0;
  }
  #online_qq_tab {
    width: 100%;
  }
  #online_qq_tab #floatShow {
    background: #0cb76c url(../images/mobile-inq.png) no-repeat center center;
    border-radius: 0;
    margin-right: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -25px;
    box-shadow: 0 0 10px 0 rgba(151, 151, 151, 0.8);
    -webkit-box-shadow: 0 0 10px 0 rgba(151, 151, 151, 0.8);
    border-radius: 50%;
    text-indent: -999999px;
    z-index: 9999999999;
  }
  #online_qq_tab #floatShow i {
    display: none;
  }
  #online_qq_tab #floatShow span {
    display: none;
  }
  .mobile_nav {
    display: block;
  }
  .foot_bot {
    padding-bottom: 60px;
  }
  #onlineService .i_message_inquiry .main-more input {
    padding: 8px 20px;
  }
  .i_message_inquiry {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 375px) {
  .mobile_nav a p {
    text-transform: capitalize;
  }
  #online_qq_tab #floatShow {
    width: 42px;
    height: 42px;
    background-size: 42px;
    bottom: 10px;
    padding: 0;
    margin-left: -21px;
  }
}
/*page*/
.page_banner {
  position: relative;
  z-index: 10;
  text-align: center;margin-top:-150px
}
.page_banner img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.page_section {
  position: relative;
  z-index: 10;
  padding: 60px 0;
  background-size: cover;
}
.breadcrumb {
  font-size: 12px;
  border-radius: 0;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  background: #fafafa;
  padding: 20px 0;
  width: 100%;
  position: relative;
  margin-bottom: 0;
  z-index: 12;
}
.breadcrumb .main_title {
  text-align: left;
  float: left;
  margin: 0;
  padding: 0;
}
.breadcrumb .main_title .title_bg {
  left: 10px;
  font-size: 80px;
  line-height: 60px;
}
.breadcrumb .bread-right {
  padding-top: 20px;
  color: #808080;
  position: relative;
  z-index: 1;
  text-align: right;
  float: right;
  font-size: 12px;
  line-height: 20px;
}
.breadcrumb .bread-right i {
  margin: 0 8px;
  display: inline-block;
  color: #808080;
  font-style: normal;
  vertical-align: middle;
}
.breadcrumb .bread-right a i {
  font-size: 12px;
  color: #0cb76c;
  margin: 0 3px;
}
.breadcrumb .bread-right a {
  color: #808080;
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb .bread-right a:hover {
  color: #0cb76c;
}
.breadcrumb .bread-right h2 {
  margin: 0;
  display: inline-block;
  line-height: 20px;
  padding: 0;
  font-size: 12px;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
  color: #808080;
  vertical-align: middle;
}
.single-page .text {
  font-size: 14px;
  line-height: 24px;
}
.single-page .text img {
  max-width: 100%;
  height: auto;
}
.single-page .text a:hover {
  color: #0cb76c;
}
@media only screen and (max-width: 768px) {
  .page_section {
    padding: 40px 0;
  }
  .breadcrumb {
    padding: 10px 0;
  }
  .breadcrumb .main_title {
    text-align: center;
    float: none;
  }
  .breadcrumb .main_title h6 {
    margin: 0;
  }
  .breadcrumb .main_title .title_bg {
    display: none;
  }
  .breadcrumb .bread-right {
    float: none;
    width: 100%;
    text-align: center;
    padding: 0;
    padding-top: 10px;
  }
}
.page_info_title {
  display: block;
  color: #333333;
  text-transform: uppercase;
  font-size: 34px;
  position: relative;
  line-height: 38px;
  margin-bottom: 15px;
  font-family: 'FuturaStd_book';
  margin-top: 0;
  border-bottom: 2px solid #eee;
  padding-bottom: 10px;
}
.page_info_title::after {
  content: "";
  height: 4px;
  width: 42px;
  background-color: #0cb76c;
  display: block;
  position: absolute;
  left: 0px;
  bottom: -2px;
}
.page_title {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.page_title:before {
  content: '';
  width: 100wh;
  height: 1px;
  display: inline-block;
  position: absolute;
  right: 20%;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
}
.page_title:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background: #e5e5e5;
  position: absolute;
  right: 20%;
  bottom: -3px;
}
.page_title em {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #333;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 34px;
  font-family: 'BebasNeue';
}
.page_title em i {
  font-size: 24px;
  line-height: 28px;
  color: #0068b7;
  padding-right: 10px;
}
.contact_info {
  position: relative;
  padding: 120px 0;
  z-index: 2;
  background: url(../images/about_bg.jpg) no-repeat center 30%;
  background-size: cover;
}
.contact_info ul {
  list-style: none;
  padding: 0;
}
.contact_info ul li {
  padding: 0 20px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.contact_info ul li .column {
  background: #fff;
  padding: 0 20px 40px 20px;
  box-shadow: 0 5px 27px rgba(0, 0, 0, .09);
  min-height: 252px;
}
.contact_info ul li h6 {
  font-size: 18px;
  font-family: 'poppins_bold';
  color: #333;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 28px;
  position: relative;
  display: block;
}
.contact_info ul li .txt {
  font-size: 12px;
  line-height: 20px;
  color: #999;
  padding: 0;
  width: 100%;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: 'poppins_bold';
}
.contact_info ul li .icon {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 0;
  text-align: center;
  display: inline-block;
  padding: 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  background: #fff;
  top: -20px;
  box-shadow: 0 -3px 7px 0 rgba(0, 0, 0, .03);
}
.contact_info ul li:hover .icon {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  transform: rotateY(180deg);
}
.contact_info ul li span {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all .5s;
}
.contact_info ul li p {
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 20px;
}
.contact_info ul li p a:hover {
  color: #0cb76c;
}
@media only screen and (max-width: 768px) {
  .page_con {
    padding: 0 0 40px 0;
  }
  .page_con .contact_l {
    margin-bottom: 20px;
  }
  .page_con .contact_l li {
    padding: 0;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
    padding: 10px;
  }
  .page_con .contact_l li.con_title {
    padding: 0;
    border: none;
  }
  .page_con .contact_l li.con_title > em {
    font-size: 24px;
  }
  .page_con .contact_l .icon {
    float: left;
    width: 40px;
    height: 46px;
    background-size: 38px;
  }
  .page_con .contact_l li span {
    width: 40px;
    height: 40px;
    background-size: 32px;
  }
  .page_con .contact_l .text {
    text-align: left;
    padding-left: 10px;
    float: left;
    width: 70%;
  }
  .page_con .contact_l li .text {
    min-height: inherit;
  }
  .page_con .contact_l p {
    font-size: 12px;
    line-height: 20px;
  }
  .page_con .contact_l .title {
    margin-bottom: 5px;
  }
  .page_info_title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 480px) {
  .page_section .contact_l li .box {
    padding: 15px;
  }
}
.message_info {
  padding: 80px 0;
  background: url(../images/news_bg.jpg) no-repeat left center;
}
.message_wrap {
  padding-right: 60px;
  position: relative;
  z-index: 2;
}
.message_wrap .column {
  position: relative;
  z-index: 2;
  padding: 20px 0;
  padding-left: 0;
}
.message_wrap .column .txt {
  font-size: 12px;
  line-height: 24px;
  color: #808080;
  margin-bottom: 20px;
  margin-top: 20px;
}
.message_wrap .column ul {
  list-style: none;
  position: relative;
  z-index: 5;
  max-width: 80%;
}
.message_wrap .column ul li {
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.message_wrap .column ul li span {
  display: block;
  position: relative;
}
.message_wrap .column ul li span:before {
  content: '*';
  color: red;
  position: absolute;
  right: 5px;
  top: 5px;
}
.message_wrap .column ul li span.ms_p input {
  background-image: url(../images/mes_p_b.png);
  background-position: 8px 15px;
  background-repeat: no-repeat;
}
.message_wrap .column ul li span.ms_e input {
  background-image: url(../images/mes_e_b.png);
  background-position: 8px 16px;
  background-repeat: no-repeat;
}
.message_wrap .column ul li span.ms_m textarea {
  padding-top: 10px;
  line-height: 20px;
  background-image: url(../images/mes_m_b.png);
  background-position: 8px 12px;
  background-repeat: no-repeat;
}
.message_wrap .column ul li span.ms_p:before, .message_wrap .column ul li span.ms_n:before {
  display: none;
}
.message_wrap .column ul li input {
  background: #fff;
  height: 50px;
  width: 100%;
  line-height: 50px;
  padding-left: 40px;
  padding-right: 10px;
  font-family: 'poppins';
  font-size: 12px;
  color: #808080;
  border: 1px solid #e5e5e5;
}
.message_wrap .column ul li textarea {
  height: 150px;
  border: none;
  background: #fff;
  width: 100%;
  max-width: 100%;
  max-height: 150px;
  font-family: 'poppins';
  font-size: 12px;
  padding: 10px 10px 10px 40px;
  color: #808080;
  border: 1px solid #e5e5e5;
}
.message_wrap .column ul li input:focus, .send_box ul li textarea:focus {
  color: #333;
  border-color: #0cb76c
}
.message_wrap .column ul li input:-ms-input-placeholder {
  color: #808080;
} /* Internet Explorer 10+ */
.message_wrap .column ul li input::-webkit-input-placeholder {
  color: #808080;
} /* WebKit browsers */
.message_wrap .column ul li input::-moz-placeholder {
  color: #808080;
} /* Mozilla Firefox 4 to 18 */
.message_wrap .column ul li input:-moz-placeholder {
  color: #808080;
} /* Mozilla Firefox 19+ */
.message_wrap .column ul li textarea:-ms-input-placeholder {
  color: #808080;
} /* Internet Explorer 10+ */
.message_wrap .column ul li textarea::-webkit-input-placeholder {
  color: #808080;
} /* WebKit browsers */
.message_wrap .column ul li textarea::-moz-placeholder {
  color: #808080;
} /* Mozilla Firefox 4 to 18 */
.message_wrap .column ul li textarea:-moz-placeholder {
  color: #808080;
} /* Mozilla Firefox 19+ */
.message_wrap .main_more {
  margin-top: 0;
  background: #0ab15d;
  border-color: #0ab15d;
}
.message_wrap .main_more input {
  color: #fff;
  padding: 8px 0;
  padding-left: 15px;
  padding-right: 35px;
  background-image: url(../images/icon_send.png);
  background-position: 88% 10px;
}
.contact_social_icons {
  padding: 50px;
  padding-right: 0;
  position: relative;
  z-index: 1;
}
.contact_social_icons:after {
  content: '';
  height: 100%;
  width: 1000vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  display: block;
  background: #f6f6f6;
}
.contact_social_icons .page_info_title {
  font-size: 20px;
  line-height: 50px;
  left: -10px;
  position: relative;
}
.contact_social_icons .page_info_title i {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  background: url(../images/con_message.png) no-repeat center center;
  display: inline-block;
  vertical-align: middle;
}
.contact_social_icons .txt {
  margin-bottom: 20px;
  font-size: 12px;
  color: #808080;
  line-height: 24px;
  margin-top: 10px;
}
.contact_social_icons a {
  display: block;
  height: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
  text-align: left;
}
.contact_social_icons .icon {
  display: inline-block;
  width: 50px;
  height: 40px;
  position: relative;
  background: #e5e5e5;
  -webkit-clip-path: polygon(0% 0%, 100% 0, 86% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, 86% 100%, 0% 100%);
  background-size: 100%;
  transition: all .5s;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
}
.contact_social_icons .icon img {
  max-width: 100%;
  height: auto;
  transition: all .5s;
}
.contact_social_icons a:hover .icon img {
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  transform: rotateY(180deg);
}
.contact_social_icons a p {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  text-transform: capitalize;
  padding-left: 10px;
  text-align: left;
  transition: all .5s;
}
.contact_social_icons a:hover p {
  color: #0cb76c;
  padding-left: 15px;
}
.contact_sns a:hover p {
  color: #0cb76c;
  padding-left: 15px;
}
.contact_social_icons a.con_sns_f .icon {
  background: #3c5a9a;
}
.contact_social_icons a.con_sns_l .icon {
  background: #007ab6;
}
.contact_social_icons a.con_sns_t .icon {
  background: #0fa0ef;
}
.contact_social_icons a.con_sns_y .icon {
  background: #f22f17;
}
.contact_social_icons a.con_sns_p .icon {
  background: #d61700;
}
.contact_social_icons a.con_sns_i .icon {
  background-image: -moz-linear-gradient(top, #a036b2, #e33166); /* Firefox */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a036b2), color-stop(1, #e33166)); /* Saf4+, Chrome */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a036b2', endColorstr='#e33166', GradientType='0'); /*IE*/
  background: linear-gradient(to bottom, #a036b2, #e33166); /*ie10*/
}
.map {
  padding-right: 0;
}
.map img {
  max-width: 100%;
  height: auto;
}
.map iframe {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 1470px) {
  .contact_social_icons {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1230px) {
  .contact_social_icons .page_info_title {
    line-height: 36px;
  }
}
@media only screen and (max-width: 992px) {
  .contact_info {
    padding: 60px 0;
  }
  .contact_info .container, .message_info .container {
    width: 100%;
    padding: 0;
  }
  .contact_info ul li h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .message_info {
    padding: 40px 20px;
  }
  .message_wrap {
    width: 100%;
    padding: 0;
  }
  .message_wrap .column:before {
    left: 0;
  }
  .message_wrap .column {
    padding: 0;
  }
  .contact_social_icons {
    padding: 50px;
  }
  .contact_social_icons {
    width: 100%;
    margin-top: 30px;
  }
  .contact_social_icons:after {
    width: 100%;
  }
  .message_wrap .column ul {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .contact_info ul li .column {
    padding-bottom: 60px;
    min-height: inherit;
  }
  .contact_social_icons {
    padding: 30px;
  }
  .message_wrap .column:before {
    border-width: 5px;
  }
  .contact_social_icons .page_info_title {
    left: 0;
  }
  .message_wrap .column ul li {
    padding: 0;
  }
}
@media only screen and (max-width: 480px) {
  .contact_info ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .message_info {
    padding: 40px 10px;
  }
  .contact_social_icons {
    padding: 30px 20px;
  }
}
/*left*/
.page-left {
  width: 24%;
  float: left;
  margin-top: 0;
}
.left_title {
  display: block;
  position: relative;
  margin-bottom: 10px;
  border-bottom: 2px solid #eee;
  padding-bottom: 14px;
}
.left_title em {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #333;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 24px;
  font-family: 'FuturaStd_book';
  padding-left: 30px;
  background: url(../images/icon_box.png) no-repeat left center;
}
.left_title .column_icon_toggle {
  display: none;
}
@media only screen and (min-width: 768px) {
  .left_title::after {
    content: "";
    height: 4px;
    width: 42px;
    background-color: #0cb76c;
    display: block;
    position: absolute;
    left: 0px;
    bottom: -2px;
  }
}
.left-cat .left_title > span i.icon:before {
  content: "\f0ca";
  font-family: FontAwesome;
}
.left-cat .left_title:before, .left-cat .left_title:after {
  display: none;
}
ul.mtree {
  opacity: 0;
  margin-left: 0;
}
ul.mtree > li {
  list-style: none;
  position: relative;
  margin-bottom: 1px;
}
ul.mtree > li > a {
  font-size: 14px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-left: 10px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
ul.mtree a {
  display: block;
  font-size: 12px;
  color: #555555;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  -webkit-transition: all 0s;
  transition: all 0s;
  padding: 10px 0;
  line-height: 22px;
  padding-right: 30px;
}
ul.mtree li ul a {
  padding: 6px 10px;
  padding-right: 30px;
}
ul.mtree ul li:last-child a {
  border: none;
}
ul.mtree li.mtree-open > b:before {
  content: "-";
  font-family: FontAwesome;
  padding-left: 5px;
  float: right;
  font-size: 24px;
  color: #0cb76c;
  font-style: normal;
  padding: 0 15px;
  line-height: 38px;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 10;
}
ul.mtree li.mtree-closed > b:before {
  content: "+";
  font-family: FontAwesome;
  padding-left: 5px;
  float: right;
  font-size: 18px;
  color: #0cb76c;
  font-style: normal;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 10;
}
ul.mtree li:hover.mtree-closed > b:before {
  color: #0cb76c;
}
ul.mtree .mtree-level-1 li.mtree-open > span:before {
  content: "\f106";
  font-family: FontAwesome;
  padding-left: 5px;
  float: right;
  font-size: 16px;
  color: #0cb76c;
  font-style: normal;
  background: none;
  padding: 6px 15px;
  position: absolute;
  right: 0px;
  top: 0;
  border-left: none;
  z-index: 10;
}
ul.mtree .mtree-level-1 li.mtree-closed > span:before {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  float: right;
  font-size: 16px;
  color: #0cb76c;
  font-style: normal;
  background: none;
  padding: 6px 15px;
  position: absolute;
  right: 0px;
  top: 0;
  border-left: none;
  z-index: 10;
}
ul.mtree li ul a li a {
  padding-left: 20px;
}
ul.mtree > li:hover > a {
  color: #0cb76c;
  background: #fafafa;
}
ul.mtree > li.mtree-node a ul a {
  font-size: 12px;
}
ul.mtree > li.mtree-open {
  color: #0cb76c;
  padding-bottom: 0;
}
ul.mtree > li.mtree-open > a {
  color: #0cb76c;
  background: #fafafa;
  font-family: 'poppins_bold';
}
ul.mtree > li.mtree-node:hover > a {
  color: #0cb76c;
  text-decoration: none;
  background: #fafafa;
}
ul.mtree .mtree-level-1 li.mtree-closed > span {
  color: #0cb76c;
  text-decoration: none;
}
ul.mtree ul {
  background: #fff;
  border-bottom: 1px solid #0cb76c;
}
ul.mtree ul li {
  list-style: none;
  position: relative;
}
ul.mtree ul li a {
  display: block;
  color: #777;
  font-size: 12px;
}
ul.mtree > li > ul > li > a {
  font-size: 12px !important;
  font-weight: normal;
  font-family: 'poppins';
  position: relative;
  transition: all .5s;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.06);
}
ul.mtree > li > ul > li > a:hover {
  color: #0cb76c;
  text-decoration: none;
  padding-left: 16px;
}
ul.mtree > li > ul > li > a:before {
  content: '';
  position: absolute;
  left: -12px;
  top: 15px;
  display: inline-block;
  height: 1px;
  width: 12px;
  background: #0cb76c;
  transition: all .5s;
}
ul.mtree > li > ul > li > a:hover:before {
  left: 0;
}
ul.mtree > li > ul > li > a i {
  color: #ccc;
  font-size: 12px;
  margin-right: 10px;
  margin-left: 6px;
}
ul.mtree > li > ul > li > a:before {
  content: "";
}
ul.mtree ul li:hover a {
  color: #0cb76c;
}
ul.mtree li ul li.mtree-open a {
  color: #0cb76c;
  text-decoration: none;
}
ul.mtree .mtree-level-2 {
  margin-top: 0px;
  border: none;
  padding: 0px;
  margin-bottom: 0;
  background: #fafafa;
}
ul.mtree li ul.mtree-level-2 li a {
  color: #808080;
  font-weight: normal;
  font-size: 12px;
  padding-left: 20px;
}
ul.mtree .mtree-level-2 li a:hover {
  text-decoration: underline;
  color: #0cb76c;
  font-weight: normal;
}
ul.mtree.jet ul {
  margin-left: 0;
}
ul.mtree.jet li {
  margin-bottom: 1px;
}
ul.mtree.jet li:last-child {
  margin-bottom: 0px;
}
ul.mtree.jet li:first-child {
  margin-top: 1px;
}
ul.mtree.jet li.mtree-active a {
  background: #e5e5e5;
}
ul.mtree.jet li.mtree-active li:last-child > a {
  border-radius: 0px 0px 3px 3px;
}
ul.mtree.jet li.mtree-active > a {
  background: #008cba;
  color: #FFF;
  border-radius: 3px 3px 0px 0px;
}
ul.mtree.jet li > a:hover {
  background: #FFC000;
  color: #FFF;
}
ul.mtree.jet a {
  padding: 5px 0px 5px 1em;
}
ul.mtree.jet li li > a {
  padding-left: 2em;
}
ul.mtree.jet li li li > a {
  padding-left: 3em;
}
ul.mtree.jet li li li li > a {
  padding-left: 4em;
}
ul.mtree.jet li li li li li > a {
  padding-left: 5em;
}
ul.mtree a:hover {
  text-decoration: none;
}
.mtree-skin-selector {
  display: none !important
}
ul.mtree li ul.mtree-level-2 li.mtree_all a {
  font-family: 'poppins_bold';
  text-transform: uppercase;
  color: #4d4d4d;
}
ul.mtree li ul.mtree-level-2 li.mtree_all a:hover {
  color: #0cb76c;
}
/*hot_pro*/
.left-pro .left_title > span i.icon:before {
  content: "\f009";
  font-family: FontAwesome;
}
.left-pro {
  margin-top: 30px;
}
.left-pro ul {
  padding-top: 10px;
}
.left-pro ul li {
  list-style: none;
  margin-bottom: 15px;
  transition: all .5s;
  border: 1px solid #ebebeb;
  padding: 10px;
  margin-bottom: 15px;
  background: #fff;
  transition: all .5s;
}
.left-pro ul li:hover {
  background: #fff;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
  transform: translate3d(0, -3px, 0);
  -webkit-transform: translate3d(0, -3px, 0);
}
.left-pro ul li:last-child {
  margin-bottom: 0px;
}
.left-pro ul li .main {
  width: 65%;
  float: left;
  padding-left: 10px;
}
.left-pro ul li .title {
  margin: 0;
  margin-bottom: 10px;
}
.left-pro ul li .title a {
  font-size: 12px;
  line-height: 20px;
  max-height: 60px;
  display: block;
  overflow: hidden;
  font-family: 'poppins';
  color: #666;
}
.left-pro ul li:hover .title a {
  color: #0cb76c;
}
.left-pro ul li .more {
  display: inline-block;
  margin-top: 30px;
  font-size: 12px;
  line-height: 20px;
  color: #0cb76c;
  text-transform: uppercase;
  font-family: 'poppins_bold';
  padding-right: 10px;
  transition: all .5s;
}
.left-pro ul li .more i {
  padding-left: 5px;
  transition: all .5s;
}
.left-pro ul li:hover .more {
  text-decoration: none;
}
.left-pro ul li:hover .more i {
  padding-left: 8px;
}
.left-pro ul li .image {
  float: left;
  width: 35%;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
  overflow: hidden;
  position: relative;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.left-pro ul li .image a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.left-pro ul li .image img {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  -webkit-transition: all var(--transition-time, 800ms);
  -o-transition: all var(--transition-time, 800ms);
  transition: all var(--transition-time, 800ms);
}
.left-pro ul li:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.page-right {
  width: 76%;
  padding-left: 30px;
  float: right;
}
@media only screen and (min-width: 992px) {
  .left-cat .left_title {
    border: none;
    background: #0cb76c;
    padding: 8px 10px;
    border-radius: 2px 2px 0 0;
    margin: 0;
    margin-bottom: 2px;
  }
  .left-cat .left_title:before {
    display: none;
  }
  .left-cat .left_title em {
    color: #fff;
    display: block;
    padding-left: 0;
  }
  .left-cat .left_title em:after {
    display: none;
  }
  .left-cat .left_title em:before {
    content: "\f03a";
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 19px;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 0;
  }
}
@media only screen and (max-width: 1322px) {
  .left_title {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .left_title:before {
    left: 0;
    bottom: -5px;
    top: auto;
    margin: 0;
  }
}
@media only screen and (max-width: 992px) {
  .page-title em {
    font-size: 24px;
  }
  .page-left {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .left-pro, .left-con, .left-video, .left-solu, .left-work {
    margin-top: 0;
    padding: 0;
    border: none;
  }
  .left_title {
    margin-bottom: 10px;
    background: #eee;
    padding: 5px;
    border-radius: 2px;
    margin-bottom: 2px;
  }
  .left_title > em {
    margin: 0;
    font-size: 18px;
    background: none;
    padding: 0;
    border: none;
    line-height: 24px;
  }
  .left_title > em:first-letter {
    color: #0cb76c;
  }
  .page-left .left_title > span {
    display: none;
  }
  .left-con .left_title {
    display: block;
  }
  .left_title .column_icon_toggle {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 15px;
    font-style: normal;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
  }
  .left_title .column_icon_toggle.icon-minus-sign {
    color: #fff;
  }
  .page-left .toggle_content {
    padding-bottom: 30px;
  }
  .page-right {
    width: 100%;
    padding: 0;
    float: none;
  }
  .page-right .left_title {
    background: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .page-right .left_title > em {
    margin-bottom: 5px;
    font-size: 22px;
  }
  .left-cat {
    margin-bottom: 0;
    border: none;
    padding: 0;
  }
  .left-cat .left_title > em {
    font-size: 18px;
  }
  .left-cat {
    margin-bottom: 10px;
  }
  .left_title:before {
    display: none;
  }
  ul.mtree > li > a {
    font-size: 12px;
    font-family: 'poppins_bold';
    padding: 8px 10px;
  }
  .left-pro ul li {
    margin-bottom: 10px;
  }
}
/*sitemap*/
.sitemap {
  width: 100%;
}
.stp-listA > li {
  text-transform: capitalize;
  margin-bottom: 15px;
  list-style: none;
}
.stp-top {
  width: 100%;
}
.stp-top a {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  display: block;
  font-family: 'poppins_bold';
  color: #333;
  background: #f0f0f0;
  padding: 8px 10px;
  border-radius: 2px;
}
.stp-top a:hover {
  text-decoration: none;
  color: #0cb76c;
  background: #ebebeb;
}
.stp-top a i {
  padding-left: 5px;
  font-size: 14px;
  -webkit-transition: all var(--transition-time, 800ms);
  -o-transition: all var(--transition-time, 800ms);
  transition: all var(--transition-time, 800ms);
}
.stp-top a:hover i {
  padding-left: 8px;
}
.stp-listB {
  display: block;
  padding: 15px;
  background: #f2f2f2;
  padding: 5px 15px;
  list-style: none;
  margin-top: 1px;
  border-radius: 2px;
}
.stp-listB > li {
  width: 25%;
  padding: 8px 10px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}
.stp-listB > li > a {
  font-size: 12px;
  line-height: 22px;
  display: block;
  color: #4d4d4d;
}
.stp-listB > li > a i {
  padding-right: 5px;
}
.stp-listB > li:hover > a {
  color: #0cb76c;
}
.stp-listB li .stp-listC {
  width: 100%;
  padding-top: 15px;
  list-style: none;
}
.stp-listB li .stp-listC li {
  width: 100%;
  margin-bottom: 8px;
}
.stp-listB li .stp-listC li a {
  color: #333;
  font-size: 12px;
  -webkit-transition: all var(--transition-time, 500ms);
  -o-transition: all var(--transition-time, 500ms);
  transition: all var(--transition-time, 500ms);
}
.stp-listB li .stp-listC li a i {
  padding-right: 5px;
}
.stp-listB li .stp-listC li a:hover {
  color: #0cb76c;
  padding-left: 5px;
}
@media only screen and (max-width: 768px) {
  .stp-listB > li {
    width: 50%;
    padding: 4px 0;
  }
  .stp-top a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 400px) {
  .stp-listB li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
  }
}
/*page-number*/
.page_num {
  width: 100%;
  margin: 20px auto 0 auto;
  text-align: center;
}
.page_num span {
  display: inline-block;
  color: #fff;
  background: #0cb76c;
  font-size: 12px;
  text-transform: capitalize;
  margin-right: 5px;
  border-radius: 2px;
  padding: 0 15px;
  overflow: hidden;
  vertical-align: middle;
  line-height: 32px;
}
.page_num a {
  background: #ececec;
  padding: 0 15px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 12px;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  line-height: 32px;
}
.page_num a:hover {
  background: #0cb76c;
  text-decoration: none;
  color: #fff;
}
.page_num a i {
  line-height: 32px;
}
.page_num p {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.page_num p:before {
  content: '[';
  padding-right: 3px;
}
.page_num p:after {
  content: ']';
  padding-left: 3px;
}
.page_num p strong {
  display: inline-block;
  margin: 0 5px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .page_num {
    text-align: center;
  }
  .page_num span, .page_num a {
    font-size: 12px;
    margin: 5px;
    padding: 0 10px;
    line-height: 25px;
  }
  .page_num a i {
    line-height: 25px;
  }
  .page_num p {
    width: 100%;
    margin-top: 15px;
  }
}
/*page-turning*/
.page_li li {
  list-style: none;
  padding: 4px 0;
}
.page_li li:last-child {
  margin-bottom: 0;
}
.page_li span {
  font-family: 'poppins_bold';
  color: #0cb76c;
  font-size: 14px;
}
.page_li a {
  color: #666;
  margin-left: 6px;
}
.page_li a:hover {
  color: #0cb76c;
}
.page_li {
  background: #fafafa;
  border-left: 3px solid #0cb76c;
  padding: 5px 0;
  padding-left: 16px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .page_turn li p {
    font-size: 18px;
  }
  .page_turn li p i {
    font-size: 12px;
  }
}
.page_date {
  padding-left: 20px;
  background: url(../images/icon_date.png) no-repeat left 2px;
  color: #0cb76c;
  font-size: 12px;
  text-transform: capitalize;
  display: inline-block;
}
.page_more {
  display: inline-block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 20px;
  color: #0cb76c;
  text-transform: capitalize;
  font-weight: bold;
  padding-right: 20px;
  background: url(../images/icon_right.png) no-repeat right center;
  transition: all .5s;
}
.page_more:hover {
  text-decoration: none;
  padding-right: 22px;
  color: #0cb76c;
}
@media only screen and (max-width: 768px) {
  .page_more {
    font-size: 14px;
  }
}
.news li {
  position: relative;
  list-style: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.news li .image {
  float: left;
  width: 34%;
  display: block;
  overflow: hidden;
  -webkit-transition: all var(--transition-time, 500ms);
  -o-transition: all var(--transition-time, 500ms);
  transition: all var(--transition-time, 500ms);
}
.news li .image > a {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.news li .image {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.news li .image img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all var(--transition-time, 800ms);
  -o-transition: all var(--transition-time, 800ms);
  transition: all var(--transition-time, 800ms);
}
.news li:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.news li .main {
  float: left;
  width: 66%;
  padding-left: 20px;
}
.news li .title {
  margin: 0;
  margin-bottom: 15px;
  margin-top: 10px;
}
.news li .title a {
  display: block;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  max-height: 48px;
  font-family: 'poppins_bold';
}
.news li .title:hover a {
  color: #0cb76c;
  text-decoration: none;
}
.news li .text {
  color: #808080;
  font-size: 12px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .news li .main {
    padding-left: 10px;
  }
  .news li .title {
    font-size: 14px;
  }
  .news li .text {
    height: 44px;
  }
}
@media only screen and (max-width: 480px) {
  .news li {
    margin-bottom: 20px;
  }
  .news li .image {
    width: 48%;
  }
  .news li .main {
    width: 52%;
  }
  .news li .title {
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .news li .title a {
    font-size: 12px;
    line-height: 20px;
    max-height: 40px;
    font-family: 'poppins_bold';
  }
  .news li .page_more {
    display: none;
  }
  .page_num {
    margin-top: 0;
  }
  .news li .more {
    display: none;
  }
}
.news_detail_info {
  text-align: left;
}
.news_detail_info .news_detail_title h6 {
  font-size: 16px;
  display: block;
  color: #333;
  line-height: 24px;
  font-family: 'poppins_bold';
  margin-bottom: 20px;
  margin-top: 0;
}
.news_detail_info .txt {
  font-size: 14px;
  line-height: 24px;
  padding-top: 20px;
  text-align: left;
  border-top: 1px solid #eee;
}
.news_detail_info .txt img {
  max-width: 100%;
  height: auto;
}
.news_detail_info .txt a {
  color: #0cb76c;
}
@media only screen and (max-width: 768px) {
  .news_detail_info .news_detail_title h6 {
    font-size: 15px;
  }
}
/*blog*/
.left-blog {
  margin-bottom: 30px;
}
.left-blog .left_title {
  display: none;
}
.left-blog .left_title > span i.icon:before {
  content: "\f0c1";
  font-family: FontAwesome;
}
.blog-list {
  list-style: none;
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 15px;
}
.blog-list p, .blog-cat p {
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 5px;
  color: #333333;
  position: relative;
  font-family: 'FuturaStd_book';
}
.blog-list p:first-letter, .blog-cat p:first-letter {
  color: #0cb76c;
}
.blog-list p:before, .blog-cat p:before {
  content: '';
  width: 100wh;
  height: 1px;
  display: inline-block;
  position: absolute;
  right: 20%;
  left: 0;
  bottom: 0;
  background: #e5e5e5;
}
.blog-list p:after, .blog-cat p:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  display: inline-block;
  background: #e5e5e5;
  position: absolute;
  right: 20%;
  bottom: -3px;
}
.blog-list p i, .blog-cat p i {
  padding-right: 5px;
  color: #0cb76c;
  font-size: 16px;
}
.blog-list li {
  display: block;
  position: relative;
  margin-bottom: 5px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  overflow: hidden;
  padding-bottom: 5px;
}
.blog-list li a {
  font-size: 12px;
  color: #787878;
  line-height: 20px;
  padding: 0;
  display: inline-block;
  overflow: hidden;
  font-family: 'poppins';
  text-transform: capitalize;
  position: relative;
  transition: all .5s;
}
.blog-list li a:hover {
  color: #0cb76c;
  text-decoration: none;
  padding-left: 12px;
}
.blog-list li a:before {
  content: '';
  position: absolute;
  left: -8px;
  top: 8px;
  display: inline-block;
  height: 1px;
  width: 8px;
  background: #0cb76c;
  transition: all .5s;
}
.blog-list li a:hover:before {
  left: 0;
}
.blog-cat {
  list-style: none;
  margin-bottom: 10px;
  border: 1px solid #ebebeb;
  background: #fff;
  padding: 15px;
}
.blog-cat li {
  display: inline-block;
  margin: 5px;
}
.blog-cat li a {
  display: inline-block;
  border: 2px solid #eee;
  padding: 2px 10px;
  border-radius: 25px;
  font-size: 12px;
  transition: all .5s;
}
.blog-cat li a:hover {
  color: #fff;
  background: #0cb76c;
  border: 2px solid #0cb76c;
  text-decoration: none;
}
.blog_list {
  list-style: none;
}
.blog_list li {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.blog_list li .image {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.blog_list li .image img {
  max-width: 100%;
  height: auto;
  -webkit-transition: all var(--transition-time, 800ms);
  -o-transition: all var(--transition-time, 800ms);
  transition: all var(--transition-time, 800ms);
}
.blog_list li:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.blog_list li .title {
  margin-bottom: 10px;
}
.blog_list li .title a {
  display: block;
  color: #4c4c4c;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  max-height: 48px;
  font-family: 'poppins_bold';
}
.blog_list li:hover .title a {
  color: #0cb76c;
  text-decoration: none;
}
.blog_list li .text {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-top: 15px;
}
.blog_list li .page_more {
  margin-top: 20px;
}
.post_blog_tag {
  margin-top: 20px;
}
.post_blog_tag > p {
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  font-family: 'poppins_bold';
  vertical-align: middle;
}
.post_blog_tag li {
  display: inline-block;
  margin: 0 0 5px 5px;
  position: relative;
  border: none;
  padding: 0;
}
.post_blog_tag li a {
  display: inline-block;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 12px;
  line-height: 20px;
  color: #4d4d4d;
  padding: 3px 12px;
  border-radius: 2px;
  transition: all .5s;
}
.post_blog_tag li:hover a {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  background: #0cb76c;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .left-blog {
    padding: 0;
    border: none;
    margin-bottom: 20px;
  }
  .blog_list li .right {
    padding-left: 65px;
    width: 100%;
  }
  .left-blog .left_title {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .blog_list li {
    padding-top: 0;
  }
  .blog_list li .date {
    left: 0;
  }
  .blog_list {
    border: none;
  }
  .blog_tag > p {
    display: block;
  }
  .blog_list li .right {
    padding-left: 80px;
  }
  .blog_list li .main-more {
    padding: 6px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .blog_list li .date {
    position: inherit;
    width: 100%;
  }
  .blog_list li .date span {
    border-radius: 0;
    height: auto;
    width: auto;
    padding: 0 20px;
    border-radius: 25px;
  }
  .blog_list li .date > span p {
    display: inline-block;
    padding-left: 5px;
  }
  .blog_list li .right {
    padding: 0;
    padding-top: 10px;
  }
  .blog_list li .more {
    letter-spacing: 0;
  }
  .blog_list li .title a {
    font-size: 14px;
    line-height: 20px;
    max-height: 60px;
    font-family: 'poppins_bold';
  }
}
/*products*/
.pro_top {
  margin-bottom: 15px;
}
.pro_top .pro-img {
  padding: 0;
}
.pro_top .pro-img img {
  max-width: 100%;
  height: auto;
}
.pro-text {
  line-height: 24px;
  font-size: 12px;
  color: #808080;
  background: #f2f2f2;
  padding: 20px;
  margin-bottom: 10px;
}
.pro-text img {
  max-width: 100%;
  height: auto;
}
.cbp-vm-switcher {
  width: 100%;
  margin-bottom: 30px;
}
.cbp-vm-options {
  text-align: right;
  margin-bottom: 0;
  margin-bottom: 10px;
}
.cbp-vm-options em {
  display: inline-block;
  float: left;
  font-family: 'poppinsCond';
  font-size: 20px;
  color: #4d4d4d;
  text-transform: uppercase;
  line-height: 38px;
}
.cbp-vm-options a {
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
  overflow: hidden;
  white-space: nowrap;
  color: #333;
  border: 1px solid #eee;
  float: right;
}
.cbp-vm-options span {
  display: inline-block;
  float: right;
  font-size: 13px;
  color: #ccc;
}
.cbp-vm-options a:hover, .cbp-vm-options a.cbp-vm-selected {
  color: #fff;
  background: #0cb76c;
  border-color: #0cb76c;
}
.cbp-vm-options a:before {
  font-size: 14px;
  text-align: center;
  display: inline-block;
}
/* General list */
.cbp-vm-switcher > ul {
  list-style: none;
  padding: 0;
}
/* Clear eventual floats */
.cbp-vm-switcher ul:before, .cbp-vm-switcher ul:after {
  content: " ";
  display: table;
}
.cbp-vm-switcher ul:after {
  clear: both;
}
.cbp-vm-switcher > ul > li {
  display: block;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.cbp-vm-image {
  position: relative;
  overflow: hidden;
  background: #fff;
}
.cbp-vm-image .hover_img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all .5s;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.cbp-vm-view-grid ul li:hover .cbp-vm-image .hover_img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.cbp-vm-image > a {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  z-index: 5;
  width: 100%;
  height: 100%;
}
.cbp-vm-image img {
  max-width: 100%;
  height: auto;
  transition: all .5s;
}
.cbp-vm-image .icon {
  width: 40px;
  height: 30px;
  position: absolute;
  right: 0;
  bottom: 0;
  right: -40px;
  display: inline-block;
  background: #0cb76c;
  color: #fff;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
  transition: all .5s;
  -webkit-clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(12% 0%, 100% 0, 100% 100%, 0% 100%);
}
.cbp-vm-image .icon i {
  line-height: 30px;
  display: inline-block;
}
.cbp-vm-switcher ul li:hover .cbp-vm-image .icon {
  right: 0;
}
.cbp-vm-details {
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #808080;
}
.cbp-vm-switcher ul li .more {
  display: block;
}
/* Common icon styles */
.cbp-vm-icon:before {
  font-family: 'fontawesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cbp-vm-grid:before {
  content: "\f00a";
}
.cbp-vm-list:before {
  content: "\f039";
}
.cbp-vm-add:before {
  content: "\f055";
}
/* Large grid view */
.cbp-vm-view-grid ul {
  text-align: left;
}
.cbp-vm-view-grid ul li {
  width: 25%;
  float: left;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  position: relative;
}
.cbp-vm-view-grid ul li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90%;
  height: 100%;
  content: '';
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  margin-left: 5%;
}
.cbp-vm-view-grid ul li:hover:before {
  background: #fff;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .15);
  width: 100%;
  margin-left: 0;
  height: calc(100% + 0);
  z-index: 8;
}
.cbp-vm-view-grid ul li:nth-child(4n+2) {
  animation-delay: 0.1s;
}
.cbp-vm-view-grid ul li:nth-child(4n+3) {
  animation-delay: 0.2s;
}
.cbp-vm-view-grid ul li:nth-child(4n+4) {
  animation-delay: 0.3s;
}
.cbp-vm-view-grid ul li > div {
  transition: all .5s;
  display: block;
  background: #fff;
  border: 1px solid #f2f2f2;
  padding: 0;
  position: relative;
}
.cbp-vm-view-grid ul li:hover > div {
  z-index: 12;
  border: 1px solid #fff;
}
.cbp-vm-view-grid ul li .cbp-vm-image {
  display: block;
  overflow: hidden;
}
.cbp-vm-view-grid ul li .cbp-vm-image img {
  max-width: 100%;
  height: auto;
}
.cbp-vm-view-grid ul li:hover .cbp-vm-image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.cbp-vm-view-grid ul li > div:hover:after {
  -webkit-transform: translateY(1);
  -ms-transform: translateY(1);
  transform: translateY(1);
  left: 0;
}
.cbp-vm-view-grid ul li .cbp-list-left {
  padding: 10px;
  text-align: center;
  transition: all .5s;
}
.cbp-vm-view-grid ul li:hover .cbp-list-left {
  background: #0cb76c;
}
.cbp-vm-view-grid ul li .cbp-title {
  margin-bottom: 10px;
}
.cbp-vm-view-grid ul li .cbp-title a {
  display: block;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
  font-family: 'poppins_bold';
}
.cbp-vm-view-grid ul li:hover .cbp-title a {
  color: #fff;
  text-decoration: none;
}
.cbp-vm-view-grid ul li .cbp-vm-details {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
  transition: all .5s;
}
.cbp-vm-view-grid ul li:hover .cbp-vm-details {
  color: #fff;
}
.cbp-vm-view-grid ul li .cbp-list-more {
  display: none;
}
.cbp-vm-view-grid .post_blog_tag, .cbp-vm-view-grid .page_more {
  display: none;
}
.cbp-vm-view-grid .cbp-list-center {
  padding: 0;
  padding-top: 0;
}
/* List view */
.cbp-vm-view-list > ul {
  margin: 0;
  margin-top: 20px;
}
.cbp-vm-view-list > ul > li {
  margin-bottom: 15px;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  padding-bottom: 15px;
}
.cbp-vm-view-list li:before, .cbp-vm-view-list li:after {
  content: " ";
  display: table;
}
.cbp-vm-view-list li:after {
  clear: both;
}
.cbp-vm-view-list .cbp-vm-image, .cbp-vm-view-list .cbp-vm-title, .cbp-vm-view-list .cbp-vm-details, .cbp-vm-view-list .cbp-vm-price, .cbp-vm-view-list .cbp-vm-add {
  display: inline-block;
  vertical-align: middle;
}
.cbp-vm-view-list .cbp-vm-image {
  width: 24%;
  text-align: center;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  float: left;
  border: 1px solid #ebebeb;
}
.cbp-vm-view-list ul li > div .cbp-list-center {
  width: 76%;
  display: inline-block;
}
.cbp-vm-view-list ul li .cbp-title {
  display: block;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  max-height: 48px;
  font-family: 'poppins_bold';
  margin-bottom: 10px;
}
.cbp-vm-view-list ul li:hover .cbp-title {
  color: #0cb76c;
  text-decoration: none;
}
.cbp-vm-view-list ul li .cbp-vm-details {
  margin-top: 0;
  height: auto;
  padding: 0;
  max-height: 40px;
}
.cbp-vm-view-list ul li .cbp-vm-details .text {
  color: #999;
  font-size: 13px;
  line-height: 20px;
  overflow: hidden;
  max-height: 60px;
}
.cbp-vm-view-list ul li .post_blog_tag > p {
  font-size: 12px;
}
.cbp-vm-view-list ul li .post_blog_tag > p i {
  padding-right: 5px;
  color: #999;
}
.cbp-vm-view-list .cbp-hover {
  display: none;
}
.cbp-vm-view-list .cbp-list-center {
  width: 76%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 15px;
}
.cbp-vm-view-list .cbp-list-center .cbp-list-left {
  padding-left: 0;
}
.cbp-vm-view-list .cbp-list-more {
  display: block;
  margin-top: 20px;
  float: right;
  padding-right: 0;
}
@media screen and (max-width: 940px) {
  .cbp-vm-view-grid ul li {
    width: 33.33%;
  }
}
@media only screen and (max-width: 768px) {
  .pro-cat li {
    margin-bottom: 10px;
  }
  .cbp-vm-options {
    margin-top: 0;
  }
  .cbp-vm-view-list ul li .cbp-list-left .more {
    letter-spacing: 0;
  }
  .pro_top .pro-img {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .pro-text .box {
    max-height: 336px;
    overflow: hidden;
  }
  .cbp-vm-view-grid ul li {
    width: 50%;
  }
  .cbp-vm-options {
    text-align: center;
  }
  .cbp-vm-view-list > ul > li {
    width: 100%;
  }
  .cbp-vm-view-list ul li .cbp-vm-details {
    height: 40px;
  }
  .cbp-vm-view-list .prol_more {
    font-size: 13px;
    padding: 2px 20px 7px 20px;
  }
  .cbp-vm-view-list .cbp-list-center {
    width: 100%;
    margin-top: 10px;
  }
  .cbp-vm-view-list ul li .cbp-vm-details {
    width: 100%;
  }
  .cbp-vm-view-list .cbp-vm-image {
    width: 100%;
  }
  .cbp-vm-view-list ul li > div > div {
    width: 100%;
  }
  .cbp-vm-view-grid ul li {
    margin-bottom: 0;
  }
  .cbp-vm-view-list .cbp-list-view {
    display: none;
  }
  .cbp-vm-view-grid ul li .cbp-vm-details {
    display: none;
  }
  .cbp-vm-view-list ul li > div .cbp-list-center, .cbp-vm-view-list .cbp-list-center .cbp-list-left {
    width: 100%;
    padding: 0;
  }
  .cbp-vm-view-list .pro-list-tags p {
    display: block;
  }
  .cbp-vm-view-list .cbp-list-more {
    padding: 0;
  }
  .cbp-vm-view-list .cbp-list-more .main-more {
    display: inline-block;
    margin-right: 10px;
  }
  .cbp-vm-options em {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .cbp-vm-view-grid ul li .cbp-title a {
    font-size: 12px;
  }
  .cbp-vm-view-list ul li .cbp-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .cbp-vm-view-grid ul li .cbp-title {
    font-size: 12px;
    margin-top: 10px;
    line-height: 18px;
    height: 36px;
  }
  .cbp-list-left {
    padding: 0;
  }
  .cbp-vm-image .image_more {
    display: none;
  }
}
/*products main*/
/* CSS for the loading div */
.sp-loading {
  text-align: center;
  max-width: 100%;
  border: 2px solid #fafafa;
  padding: 2px;
  border-radius: 0;
  font-size: 12px;
  color: #888;
}
.sp-loading img {
  max-width: 100%;
  height: auto;
}
/* Element wrapper */
.sp-wrap {
  display: none;
  line-height: 0;
  font-size: 0;
  border-radius: 3px;
  position: relative;
  /**************



	  Set max-width to your thumbnail width



	***************/
  text-align: center;
  max-width: 100%;
  width: 100%;
}
/* Thumbnails */
.sp-thumbs {
  text-align: left;
  display: block;
  padding: 10px 10px;
  background: #fff;
}
.sp-thumbs a {
  position: relative;
  border: 1px solid #f7f7f7;
}
.sp-thumbs a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all var(--transition-time, 800ms);
  -o-transition: all var(--transition-time, 800ms);
  transition: all var(--transition-time, 800ms);
}
.sp-thumbs a:hover:before {
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  opacity: 0.1;
}
.sp-thumbs img {
  min-height: 56px;
  min-width: 56px;
  max-width: 56px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
  width: 70px;
  height: 70px;
  overflow: hidden;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  display: inline-block;
  background-size: cover;
  background-position: center;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  margin: 0 3px;
}
.sp-thumbs a:hover {
  opacity: 1;
  border: 1px solid #e5e5e5;
}
/* Styles for the currently selected thumbnail */
.sp-thumbs a:active, .sp-current {
  opacity: 1 !important;
  position: relative;
  border: 1px solid #ccc !important;
}
.sp-thumbs a.sp-current:after {
  transform: scaleX(1);
  visibility: visible;
}
/* Image currently being viewed */
.sp-large {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
}
.sp-large a img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.sp-large a {
  display: block;
  border-bottom: 1px solid #f7f7f7;
}
/* Panning Zoomed Image */
.sp-zoom {
  position: absolute;
  left: -50%;
  top: -50%;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
  display: none;
}
/* Lightbox */
.sp-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, .9);
  z-index: 9999999;
  display: none;
  cursor: pointer;
}
.sp-lightbox img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 90%;
  max-height: 90%;
  border: 2px solid #fff;
}
#sp-prev, #sp-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 501;
  color: #fff;
  padding: 14px;
  text-decoration: none;
  background: #000;
  border-radius: 25px;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  transition: .2s;
}
#sp-prev {
  left: 14%;
}
#sp-prev:before {
  content: '';
  border: 7px solid transparent;
  border-right: 15px solid #fff;
  position: absolute;
  top: 16px;
  left: 7px;
}
#sp-next {
  right: 14%;
}
#sp-next:before {
  content: '';
  border: 7px solid transparent;
  border-left: 15px solid white;
  position: absolute;
  top: 16px;
  left: 18px;
}
#sp-prev:hover, #sp-next:hover {
  background: #444;
}
/* Tweak styles for small viewports */
@media screen and (max-width: 768px) {
  #sp-prev {
    left: 10px;
  }
  #sp-next {
    right: 10px;
  }
}
@media screen and (max-width: 400px) {
  .sp-wrap {
    margin: 0 0 0;
  }
  #sp-prev, #sp-next {
    top: auto;
    margin-top: 0;
    bottom: 25px;
  }
}
.sp-current-big img {
  width: 100%;
}
.sp-large img {
  max-width: none;
}
.prom_img {
  padding: 0;
  text-align: center;
  margin-bottom: 40px;
  background: #fafafa;
  border: 1px solid #eee;
}
.prom-right {
  padding-left: 30px;
  margin-bottom: 20px;
}
.prom-right > h1 {
  padding: 0;
  margin: 0;
  display: block;
  font-size: 18px;
  text-transform: capitalize;
  color: #333;
  margin-bottom: 20px;
  line-height: 24px;
  font-family: 'poppins_bold';
}
.prom-right > div.main {
  font-size: 12px;
  line-height: 20px;
  color: #808080;
  margin-bottom: 20px;
}
.prom-right {
  padding-left: 20px;
}
.prom-right .pro-table {
  margin-bottom: 20px;
  background: #f7f7f7;
  padding: 20px;
}
.prom-right .pro-table ul li {
  list-style: none;
  margin-bottom: 5px;
}
.prom-right .pro-table ul li p {
  display: inline-block;
  font-size: 12px;
  color: #808080;
  text-transform: capitalize;
}
.prom-right .pro-table ul li span {
  display: inline-block;
  font-size: 12px;
  padding-left: 5px;
  color: #333;
}
.prom-right .main_more {
  margin-top: 0px;
  background-color: #0cb76c;
}
.prom-right .main_more a {
  color: #fff;
  background-position: 90% 14px;
  padding-left: 15px;
  padding-right: 35px;
  background-image: url(../images/icon_con.png);
}
.mostBox {
  margin: 20px 0 30px 0;
}
.mostBox .page_title {
  background: #fafafa;
  padding: 0;
}
.mostBox .page_title:before, .mostBox .page_title:after {
  display: none;
}
.mostBox .page_title em {
  font-size: 24px;
  line-height: 30px;
  background: #0cb76c;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 10px;
  font-family: 'FuturaStd_book';
}
.mostBox {
  font-size: 14px;
  line-height: 24px;
}
.mostBox .text em {
  font-style: italic;
}
.mostBox .text img {
  max-width: 100%;
  height: auto;
}
.mostBox .text a:hover {
  color: #008b35;
}
.mostBox .pro_info_down {
  padding: 10px;
  background: #fafafa;
  margin-top: 20px;
  font-family: 'poppins_bold';
}
.mostBox .pro_info_down a {
  font-size: 16px;
  color: #0cb76c;
  text-decoration: underline;
  display: inline-block;
  margin: 0 5px;
  text-transform: capitalize;
}
.mostBox .pro_info_down a:hover {
  color: #008b35;
}
.mostBox .pro_tab_down li {
  list-style: none;
}
.mostBox .pro_tab_down li .main_more a {
  background-image: none;
  padding: 12px 20px;
}
.mostBox .pro_tab_down li .main_more a:before {
  content: "\f1c1";
  font-family: 'FontAwesome';
  font-size: 16px;
  padding-right: 10px;
}
.mostBox .pro_tab_down li .main_more:hover a {
  color: #fff;
}
/*products-tab*/
#parentHorizontalTab02 {
  margin: 0;
  text-align: left;
  padding: 0px;
  text-align: left;
  margin-top: 30px;
}
#parentHorizontalTab02 ul.resp-tabs-list {
  margin: 0px;
  padding: 0px 10px;
  position: relative;
  background: #fafafa;
  margin-bottom: 15px;
  list-style: none;
}
#parentHorizontalTab02 .resp-tabs-list li {
  cursor: pointer;
  display: inline-block;
  margin-right: 2px;
  text-transform: uppercase;
  color: #333;
  text-align: left;
  padding: 0px;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 10px;
  font-family: 'FuturaStd_book';
  border-bottom: none !important;
}
#parentHorizontalTab02 .resp-tabs-list li:hover {
  background: #0cb76c;
  color: #fff;
}
#parentHorizontalTab02 .resp-tabs-list li.resp-tab-active {
  z-index: 99;
  color: #fff;
  background-color: #0cb76c !important;
}
#parentHorizontalTab02 .resp-tabs-container div table {
  max-width: 100%;
}
#parentHorizontalTab02 .resp-tabs-container {
  clear: left;
}
#parentHorizontalTab02 em.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
  padding: 3px 10px !important;
}
#parentHorizontalTab02 em.resp-accordion {
  font-size: 16px;
  margin: 0px;
  background: #f8f8f8;
  margin-bottom: 1px;
  color: #333;
  font-style: normal;
  margin-bottom: 10px;
  font-family: 'poppins_m';
  text-transform: uppercase;
}
#parentHorizontalTab02 em.resp-tab-active {
  margin-bottom: 0px !important;
}
#parentHorizontalTab02 em.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}
#parentHorizontalTab02 .resp-tab-content {
  display: none;
}
#parentHorizontalTab02 .resp-content-active, #parentHorizontalTab02 .resp-accordion-active {
  display: block;
}
#parentHorizontalTab02 .resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}
#parentHorizontalTab02 .resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}
#parentHorizontalTab02 .resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}
#parentHorizontalTab02 .resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid #5AB1D0 !important;
  border-left: 4px solid #5AB1D0 !important;
  margin-bottom: 4px !important;
  border-right: 1px #FFF solid !important;
}
#parentHorizontalTab02 .resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #c1c1c1;
}
#parentHorizontalTab02 em.resp-tab-active span.resp-arrow {
  border: none;
  position: relative;
}
#parentHorizontalTab02 em.resp-tab-active span.resp-arrow:after {
  content: "\f044";
  font-family: "FontAwesome";
  position: absolute;
  right: -6px;
  cursor: pointer;
  font-size: 20px;
  top: -8px;
  color: #fff
}
#parentHorizontalTab02 em.resp-tab-active {
  background: #e60012 !important;
  color: #fff;
}
#parentHorizontalTab02 .resp-easy-accordion em.resp-accordion {
  display: block;
}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content {
  border: 1px solid #1268bf;
}
#parentHorizontalTab02 .resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #1268bf; /* !important;*/
}
#parentHorizontalTab02 .resp-jfit {
  width: 100%;
  margin: 0px;
}
#parentHorizontalTab02 .resp-tab-content-active {
  display: block;
}
.products > .title {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
  padding: 2px 0;
}
.products > .title i {
  background: #0d58cb;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  border-radius: 50%;
  vertical-align: middle;
}
.products > .title h1 {
  margin: 0;
  display: inline-block;
  color: #555555;
  text-transform: uppercase;
  font-size: 28px;
  line-height: 36px;
  font-family: 'CenturyGothicB';
  position: relative;
  z-index: 2;
  vertical-align: middle;
  margin-left: 10px;
}
#pro_inquiry {
  border-top: 3px solid #0cb76c;
  background: #fafafa;
  padding: 40px 30px;
}
.message {
  position: relative;
  text-align: left;
  padding-left: 40px;
  padding-top: 40px;
}
.message .title {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  display: block;
  padding-left: 50px;
  background: url(../images/icon_send02.png) no-repeat left 0;
  margin-bottom: 15px;
  font-family: 'FuturaStd_book';
}
.message .text {
  font-size: 12px;
  line-height: 24px;
  color: #808080;
  margin-bottom: 15px;
}
.message ul {
  list-style: none;
  position: relative;
  z-index: 5;
}
.message li {
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.message li span {
  display: block;
  position: relative;
}
.message li span:before {
  content: '*';
  color: red;
  position: absolute;
  right: 15px;
  top: 10px;
}
.message li span.ms_p:before, .message li span.ms_n:before, .message li span.ms_c:before {
  display: none;
}
.message li span:after {
  content: '';
  width: 40px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 2px;
  top: 0;
}
.message li span.ms_p:after {
  background-image: url(../images/mes_p_b.png);
}
.message li span.ms_e:after {
  background-image: url(../images/mes_e_b.png);
}
.message li span.ms_m:after {
  background-image: url(../images/mes_m_b.png);
}
.message li span.ms_p:before, .message li span.ms_n:before {
  display: none;
}
.message li label {
  display: block;
  font-weight: normal;
  font-size: 12px;
  color: #333;
  text-align: left;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.message li .meInput {
  color: #808080;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  padding: 0 20px;
  padding-left: 40px;
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  font-family: 'poppins';
  background-repeat: no-repeat;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
}
.message li .meInput:focus {
  color: #333;
  border-color: #0cb76c
}
.message li .meText {
  width: 100%;
  max-width: 100%;
  height: 140px;
  max-height: 140px;
  padding: 15px 15px 15px 40px;
  font-size: 12px;
  line-height: 20px;
  color: #808080;
  font-family: 'poppins';
  background-color: #fff;
  border: 1px solid #e5e5e5;
  background-repeat: no-repeat;
  border-radius: 2px;
}
.message li .meText:focus {
  color: #333;
  border-color: #0cb76c;
}
.message li p {
  display: block;
  font-weight: normal;
  background: #fff;
  border: 1px solid #e5e5e5;
  font-size: 12px;
  border-radius: 2px;
  color: #333;
  text-align: left;
  margin-bottom: 5px;
  text-transform: capitalize;
  padding: 10px 10px;
  line-height: 20px;
  font-family: 'poppins';
}
.message li a {
  color: red;
  line-height: 18px;
  font-family: 'poppins';
  text-transform: capitalize;
  margin-left: 5px;
}
.message .main_more {
  margin-top: 0;
  background: #0ab15d;
  border-color: #0ab15d;
}
.message .main_more input {
  color: #fff;
  padding-left: 20px;
  padding-right: 40px;
  background-image: url(../images/icon_send.png);
  background-position: 88% 13px;
}
.message li input:-ms-input-placeholder {
  color: #808080;
} /* Internet Explorer 10+ */
.message li input::-webkit-input-placeholder {
  color: #808080;
} /* WebKit browsers */
.message li input::-moz-placeholder {
  color: #808080;
} /* Mozilla Firefox 4 to 18 */
.message li input:-moz-placeholder {
  color: #808080;
} /* Mozilla Firefox 19+ */
.message li .meText:-ms-input-placeholder {
  color: #808080;
} /* Internet Explorer 10+ */
.message li .meText::-webkit-input-placeholder {
  color: #808080;
} /* WebKit browsers */
.message li .meText::-moz-placeholder {
  color: #808080;
} /* Mozilla Firefox 4 to 18 */
.message li .meText:-moz-placeholder {
  color: #808080;
} /* Mozilla Firefox 19+ */
@media only screen and (max-width: 992px) {
  .sp-thumbs a:link, .sp-thumbs a:visited {
    width: 50px;
    height: 50px;
  }
  .products .pro_img {
    width: 100%;
    padding: 0;
  }
  .products .pro-right {
    width: 100%;
    padding: 0;
    padding-left: 20px;
  }
  .send_box.pro_message {
    display: block;
    padding: 20px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #fc7f46;
  }
  .prom-right > h1 {
    margin-bottom: 10px;
  }
  .prom_img {
    margin-bottom: 20px;
  }
  #pro_inquiry.send_box {
    display: block;
    padding: 0;
  }
  #parentHorizontalTab02 .resp-tabs-list li {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .pro-right {
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .sp-thumbs {
    text-align: left;
  }
  .pro-table {
    margin-top: 20px;
  }
  .prom-right {
    padding: 0;
  }
  .products .pro_inquiry .message {
    padding: 0;
  }
  .mostBox {
    margin-top: 0;
  }
  .mostBox .tab-scroll {
    margin-left: 0;
    padding-bottom: 0;
  }
  .products .pro-list-tags p {
    display: block;
  }
  .pro_message {
    margin: 0;
    margin-top: 20px;
  }
  .pro_message li .meInput, .pro_message li .meText {
    width: 100%;
  }
  .pro_message .main_title {
    text-align: center;
  }
  .pro_message .main_title > em {
    background-position: center bottom;
  }
  .mostBox .text {
    font-size: 12px;
  }
  .prom_main {
    padding: 40px 0;
  }
  .prom_main .pro_con {
    display: none;
  }
  .products > .title {
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
  }
  .products > .title h1 {
    font-size: 24px;
    line-height: 28px;
    max-width: 70%;
    margin-left: 5px;
    vertical-align: top;
  }
  .pro_message form {
    max-width: 100%;
  }
  .mobile_inquiry {
    position: fixed;
    bottom: 30px;
    background: #fafafa;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
    padding: 8px 15px;
    padding-bottom: 65px;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: right;
    max-height: 50px;
  }
  .prom-right .main_more a {
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: 90% 7px;
  }
  .prom-right .pro-table {
    padding: 15px;
  }
  #pro_inquiry {
    padding: 30px 15px;
  }
  .message .title {
    font-size: 24px;
  }
  .message li {
    padding: 0;
  }
  #parentHorizontalTab02 .resp-tabs-list li {
    width: 25%;
    float: left;
    margin: 0;
    text-align: center;
    font-size: 12px;
    font-family: 'poppins_bold';
    line-height: 20px;
    height: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .products .pro-right {
    margin-bottom: 0;
  }
  #parentHorizontalTab02 .resp-tabs-list li {
    text-transform: capitalize;
    padding: 10px 5px;
    height: 60px;
  }
}
.page_pro {
  padding: 50px 0;
  background: #fafafa;
  position: relative;
}
.page_pro .slider {
  padding-top: 0;
  position: relative;
  padding-bottom: 30px;
}
.page_pro .slider .li {
  padding: 0 10px;
}
.page_pro .slider .li .box {
  transition: all .5s;
  display: block;
  background: #fff;
  padding: 20px 15px;
  overflow: hidden;
  position: relative;
  background: #fff;
  text-align: center;
}
.page_pro .slider .li .box:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: -100%;
  bottom: 0;
  display: block;
  background: #0cb76c;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: all .5s;
}
.page_pro .slider .li:hover .box:after {
  -webkit-transform: translateY(1);
  -ms-transform: translateY(1);
  transform: translateY(1);
  left: 0;
}
.page_pro .slider .li .image {
  position: relative;
  display: block;
  overflow: hidden;
}
.page_pro .slider .li .image > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
}
.page_pro .slider .li .image img {
  max-width: 100%;
  height: auto;
  transition: all .5s;
}
.page_pro .slider .li:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.page_pro .slider .li:hover .image .icon {
  right: 0;
}
.page_pro .slider .li h4.title {
  display: block;
  margin-bottom: 15px;
  padding: 0;
  margin-top: 15px;
}
.page_pro .slider .li .title a {
  display: block;
  font-family: 'poppins_bold';
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
}
.page_pro .slider .li:hover .title a {
  color: #0cb76c;
  text-decoration: none;
}
.page_pro .slider .li .text {
  color: #808080;
  margin-top: 10px;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
}
.page_pro .slider .li .more {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all .5s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.page_pro .slider .li:hover .more {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  bottom: 5px;
}
.page_pro .slider .li .line {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #ffae00;
  margin-bottom: 15px;
}
.page_pro .slick-prev, .page_pro .slick-next {
  display: none !important;
}
.page_pro .slick-dots {
  display: block !important;
}
@media only screen and (max-width: 992px) {
  .page_pro {
    padding: 30px 0 40px 0;
  }
  .page_pro .slider .li {
    padding: 0 10px;
  }
  .page_pro .slider .li .title {
    font-size: 12px;
  }
  .page_pro .slider .li .line {
    display: none;
  }
}
.video_l {
  list-style: none;
}
.video_l li {
  margin-bottom: 30px;
  text-align: center;
}
.video_l li .image {
  display: block;
  overflow: hidden;
  position: relative;
}
.video_l li .image > a {
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
}
.video_l li .image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  transition: all .5s;
}
.video_l li:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.video_l li .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all .5s;
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #000000;
  border-radius: 50%;
  text-align: center;
}
.video_l li .icon i {
  line-height: 80px;
  color: #fff;
  font-size: 20px;
}
.video_l li:hover .icon {
  background: #0cb76c;
}
.video_l li .title {
  display: block;
  margin-top: 10px;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  height: 40px;
  transition: all .5s;
  font-family: 'poppins_bold';
}
.video_l li:hover .title {
  color: #0cb76c;
}
@media only screen and (max-width: 992px) {
  .video_l li {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  .video_l li .title {
    font-size: 12px;
  }
  .video_l li .icon {
    width: 50px;
    height: 50px;
  }
  .video_l li .icon i {
    font-size: 16px;
    line-height: 50px;
  }
}
.case_l {
  list-style: none;
}
.case_l li {
  margin-bottom: 30px;
  text-align: left;
}
.case_l li .image {
  display: block;
  position: relative;
  overflow: hidden;
}
.case_l li .image img {
  max-width: 100%;
  height: auto;
  width: 100%;
  transition: all .5s;
}
.case_l li:hover .image img {
  -webkit-transform: scale(var(--scale-multiplier, 1.05));
  -ms-transform: scale(var(--scale-multiplier, 1.05));
  transform: scale(var(--scale-multiplier, 1.05));
}
.case_l li .title {
  margin-bottom: 15px;
}
.case_l li .title a {
  color: #333333;
  font-size: 18px;
  display: block;
  font-family: 'poppins_bold';
  line-height: 24px;
  height: 18px;
  overflow: hidden;
}
.case_l li:hover .title a {
  color: #0cb76c;
  text-decoration: none;
}
.case_l li .line {
  display: inline-block;
  width: 50px;
  height: 1px;
  background: #0cb76c;
  margin-bottom: 15px;
}
.case_l li .text {
  color: #999999;
  font-size: 12px;
  line-height: 22px;
  overflow: hidden;
  height: 44px;
}
@media only screen and (max-width: 992px) {
  .case_l li {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 768px) {
  .case_l li .title a {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
  .case_l li .text {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .case_l li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .case_l li .title a {
    height: auto;
    max-height: 40px;
  }
}
.meft-customer ul {
  list-style: none;
  margin-bottom: 30px;
  border-bottom: none;
}
.meft-customer ul li a {
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  display: block;
  font-size: 14px;
  text-transform: capitalize;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.meft-customer ul li a:hover {
  background: #fafafa;
  color: #23ac38;
  padding: 10px;
  text-decoration: none;
}
#customer {}
#customer ul {
  list-style: none;
}
#customer ul li {
  margin-bottom: 30px;
}
#customer ul li .title {
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #0cb76c;
  font-family: 'poppins_bold', sans-serif;
  font-weight: normal;
  padding-bottom: 10px;
}
#customer ul li h5 {
  display: inline-block;
  color: #0cb76c;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
}
#customer ul li h5:before {
  content: "[";
  padding-right: 5px;
}
#customer ul li h5:after {
  content: "]";
  padding-left: 5px;
}
#customer ul li h5.UI02 {
  display: none;
}
#customer ul li h5 b {
  font-weight: normal;
}
#customer ul li .text {
  font-size: 14px;
  line-height: 24px;
  color: #676767;
  overflow: hidden;
  height: 48px;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, opacity 0.3s ease-in-out
}
.download_info_list {
  list-style: none;
  padding-top: 0;
}
.download_info_list li {
  margin-bottom: 20px;
}
.download_info_list li .wrap {
  display: block;
  border: 1px solid #ddd;
  padding: 20px;
  position: relative;
  transition: all .5s;
  background: url(../images/bg_down.jpg) no-repeat 98% 95%;
  background-size: 90px;
}
.download_info_list li:hover .wrap {
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 9px rgba(0, 0, 0, 0.08);
  transform: translate3d(0, -3px, 0);
  -webkit-transform: translate3d(0, -3px, 0);
}
.download_info_list li .wrap > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
.download_info_list li .wrap > div {
  width: 100%;
}
.download_info_list li .wrap > div i {
  width: 50px;
  height: 50px;
  background: url(../images/ico_pdf.png) no-repeat center center;
  display: inline-block;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  transition: all .5s;
  float: left;
}
.download_info_list li:hover .wrap > div i {
  background-image: url(../images/ico_pdf_h.png);
}
.download_info_list li .wrap > div h6 {
  margin-left: 10px;
  display: inline-block;
  max-width: 80%;
  line-height: 24px;
  float: left;
  color: #333333;
  font-size: 14px;
  font-family: 'poppins_bold';
  transition: all .5s;
}
.download_info_list li .wrap:hover > div h6 {
  color: #0cb76c;
}
@media only screen and (max-width: 768px) {
  .download_info_list li {
    padding: 0;
  }
  .download_info_list li .wrap {
    padding: 20px 10px;
  }
}
.download_text {
  padding-bottom: 20px;
  padding-left: 15px;
}
.download_text p {
  font-size: 14px;
  color: #4d4d4d;
}
.download_text p a {
  font-size: 14px;
  color: #0cb76c;
  text-decoration: underline;
  display: inline-block;
  margin: 0 5px;
  text-transform: capitalize;
}
.download_text p a:hover {
  color: #008b35;
}
@media only screen and (max-width: 768px) {
  .download_text {
    padding-left: 0;
    padding-bottom: 15px;
  }
  .download_text p {
    font-size: 12px;
  }
  .download_text p a {
    font-size: 12px;
  }
}
.page_nav {
  list-style: none;
  padding-bottom: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page_nav li {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 5px;
  width: 25%;
}
.page_nav li a {
  display: block;
  background: #fafafa;
  padding: 10px 5px;
  font-family: 'poppins_bold';
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  border-radius: 25px;
}
.page_nav li a:hover, .page_nav li.active a {
  background: #0cb76c;
  color: #fff;
  text-decoration: none;
}
.page_nav li a:hover:before, .page_nav li.active a:before {
  background: #0cb76c;
}
@media only screen and (max-width: 768px) {
  .page_nav li {
    width: 50%;
  }
  .page_nav li a {
    font-size: 12px;
  }
}