@charset "utf-8";
@font-face {
  font-family: 'DINPRO-REGULAR';
  src: url(../fonts/DINPRO-REGULAR.ttf) format('truetype'), url(../fonts/DINPRO-REGULAR.eot) format('eot'), url(../fonts/DINPRO-REGULAR.woff) format('woff'), url(../fonts/DINPRO-REGULAR.woff2) format('woff2');
}
@media screen and (max-width: 1000px){
  .lingaohide,.breadCrumbs .side-menu {
    display: none !important;
  }
  #banner .banner-text h2 {
    font-size: 25px !important;
    line-height: 2 !important;
    margin-bottom: 10px !important;
  }
  #banner ul li.two .banner-text h2 {
    font-size: 25px !important;
    line-height: 2 !important;
  }
  #banner .banner-text h2 em {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .card-box .left h2.tit {
    line-height: 2 !important;
    font-size: 25px !important;
  }
  .inner-banner h1 {
    line-height: 2 !important;
    font-size: 20px !important;
    margin-top: 10px !important;
    text-align: center !important;
  }
  .inner-banner h2 {
    line-height: 2 !important;
    font-size: 20px !important;
    margin-top: 10px !important;
    text-align: center !important;
  }
  .card-box .left .txt {
    margin-top: 0px !important;
  }
}
@font-face {
  font-family: 'AGENCYR';
  src: url(../fonts/AGENCYR.ttf) format('truetype'), url(../fonts/AGENCYR.eot) format('eot'), url(../fonts/AGENCYR.woff) format('woff'), url(../fonts/AGENCYR.woff2) format('woff2');
}
@font-face {
  font-family: 'AGENCYB';
  src: url(../fonts/AGENCYB.ttf) format('truetype'), url(../fonts/AGENCYB.eot) format('eot'), url(../fonts/AGENCYB.woff) format('woff'), url(../fonts/AGENCYB.woff2) format('woff2');
}
@font-face {
  font-family: 'Haettenschweiler';
  src: url(../fonts/Haettenschweiler.ttf) format('truetype'), url(../fonts/Haettenschweiler.eot) format('eot'), url(../fonts/Haettenschweiler.woff) format('woff'), url(../fonts/Haettenschweiler.woff2) format('woff2');
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url(../fonts/MyriadPro-Regular.ttf) format('truetype'), url(../fonts/MyriadPro-Regular.eot) format('eot'), url(../fonts/MyriadPro-Regular.woff) format('woff'), url(../fonts/MyriadPro-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Anton-Regular';
  src: url(../fonts/Anton-Regular.ttf) format('truetype'), url(../fonts/Anton-Regular.eot) format('eot'), url(../fonts/Anton-Regular) format('woff'), url(../fonts/Anton-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'calibri';
  src: url(../fonts/calibri.ttf) format('truetype'), url(../fonts/calibri.eot) format('eot'), url(../fonts/calibri) format('woff'), url(../fonts/calibri.woff2) format('woff2');
}
body {
  font-family: "calibri";
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1230px;
}
.shangxia {
  font-size: 16px;
  line-height: 30px;

}
.cpzhishi {
  color: #323232;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  margin-top: 1.4em;
  margin-bottom: 0.75em;
}
.cpneirong {
  margin-bottom: 30px;
  font-family: poppins;
  color: #777;
  font-size: 16px;
  line-height: 28px;

}
#header {
  z-index: 200;
  position: absolute;
  width: 100%;
}
#header .h-top {
  line-height: 36px;
  height: 36px;
  background: #171717;
}
#header .h-top ul {
  float: right;
  margin-right: -15px;
}
#header .h-top ul li {
  line-height: 36px;
  font-size: 14px;
  color: white;
  display: inline-block;
  height: 36px;
  margin-top: -3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .h-top ul li.active,
#header .h-top ul li:hover {
  background: #fd2318;
}
#header .h-top ul li a {
  padding: 0 15px;
}
#header .nav {
  display: inline-block;
  width: 100%;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-family: "MyriadPro-Regular";
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 25px;
  font-size: 20px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #000;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a i {
  margin-left: 5px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #87c541;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fd2318;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #fd2318;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #fd2318;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  width: 100%;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a {
  width: 50px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a:hover {
  background-color: #fd2318;
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
}
#banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #fd2318 !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.language-box {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 2px solid #fff;
  font-size: 24px;
}
.language-box .zhuyu {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.language-box .hover-language {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  width: 50px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
  -moz-transition: -moz-transform 0.5s, opacity 0.5s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  font-size: 12px!important;
  color: #000000!important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
.language-box ul.sub-menu li:hover a {
  background: #87c541;
  color: white!important;
}
.language-box .hover-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#banner img {
  width: 100%;
}
#banner .left {
  max-width: 805px;
  text-align: right;
  margin-left: auto;
}
#banner.swiper-container {
  z-index: 0;
}
#banner .banner-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: white;
}
#banner .swiper-slide.swiper-slide-active .banner-text h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}
#banner .swiper-slide.swiper-slide-active .banner-text h2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}
#banner .swiper-slide.swiper-slide-active .banner-text .btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1500ms;
}
#banner .swiper-slide.swiper-slide-active .banner-text p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}
#banner .banner-text p {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 65px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
#banner .banner-text h1 {
  position: relative;
  font-family: 'Anton-Regular';
  font-size: 78px;
  line-height: 100px;
  color: #fff;
  text-shadow: 3px 3px 0 #000;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
#banner .banner-text h2 {
  position: relative;
  font-family: 'Anton-Regular';
  font-size: 78px;
  line-height: 100px;
  color: #fff;
  text-shadow: 3px 3px 0 #000;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
#banner .btn-box {
  position: relative;
  display: block;
  font-size: 18px;
  font-family: "arial";
  opacity: 0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
#banner .btn-box a {
  display: inline-block;
  background-image: url(../images/btn-bg.png);
  background-size: 100% 100%;
  padding: 15px 30px;
  border-radius: 5px;
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}
#banner .banner-text h1 span {
  color: #87c541;
}
#banner .banner-text h2 span {
  color: #87c541;
}
#banner .banner-text h1 em{
  display: block;
  font-size: 150px;
  line-height: 150px;
}
#banner .banner-text h2 em{
  display: block;
  font-size: 150px;
  line-height: 150px;
}

#banner ul li.two .banner-text h1{
  font-size: 110px;
  line-height: 110px;
}



#banner .swiper-button-next {
  right: 55px;
}
#banner .swiper-button-prev {
  left: 55px;
}
#banner .swiper-button-next,
#banner .swiper-button-prev {
  width: auto;
  height: auto;
  background: none;
}
.b-border {
  background-color: #87c541;
  height: 20px;
  width: 100%;
  position: relative;
}
.b-border::after {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 25px solid #87c541;
  z-index: 10;
}
.ty-yy {
  position: relative;
}
.ty-yy::before {
  content: url(../images/yinying.png);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.ty-title h1.tit {
  font-size: 78px;
  font-family: 'Haettenschweiler';
  text-transform: uppercase;
}
.ty-title h1.tit span {
  color: #87c541;
}
.ty-title h2.tit {
  font-size: 78px;
  font-family: 'Haettenschweiler';
  text-transform: uppercase;
}
.ty-title h2.tit span {
  color: #87c541;
}
.ty-title i {
  display: inline-block;
}
.ty-title i img {
  vertical-align: middle;
}
.ty-title i::after,
.ty-title i::before {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #e5e5e5;
  display: inline-block;
  margin: 0 15px;
}
.i-advantage {
  background: url(../images/adv-bg.jpg) no-repeat center top;
  background-size: 100% auto;
  text-align: center;
}
.i-advantage .box {
  padding: 120px 0;
}
.i-advantage .content {
  font-size: 18px;
  text-align: center;
  color: #595959;
  margin-top: 25px;
  margin-bottom: 60px;
  line-height: 2;
}
.i-advantage .content h1 {
  display: inline;
}
.i-advantage .adv-box .tit {
  font-size: 30px;
  font-family: 'Haettenschweiler';
  margin-top: 20px;
  margin-bottom: 10px;
}
.i-advantage .adv-box .txt {
  font-size: 16px;
  line-height: 20px;
  color: #868686;
  margin-bottom: 20px;
  line-height: 2;
}
.i-advantage .adv-box .more-btn {
  display: inline-block;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #afafaf;
  transition: .3s ease;
}
.i-advantage .adv-box .more-btn:hover {
  background-color: #7daf3e;
}
.i-advantage ul li {
  padding: 0 30px;
}
.i-advantage ul li .adv-icon img{
  transition: .5s ease;
}
.i-advantage ul li .adv-icon:hover img{
  transform: rotateY(180deg);
}
.card-box {
  background: url(../images/card-bg.jpg) no-repeat center;
  color: #fff;
  background-size: cover;
}
.card-box .box {
  padding: 70px 0;
  display: flex;
  align-items: center;
}
.card-box .left {
  width: 510px;
  margin-right: auto;
}
.card-box .left h2.tit {
  font-size: 40px;
  line-height: 2px;
  font-family: 'Haettenschweiler';
  text-transform: uppercase;
}
.card-box .left .txt {
  font-size: 14px;
  margin-top: 30px;
  line-height: 2;
}
.card-box .right {
  margin-left: auto;
}
.card-box .right a {
  display: inline-block;
  font-size: 37px;
  padding: 3px 25px;
  text-transform: uppercase;
  font-family: 'Haettenschweiler';
  background: url(../images/btn-bg.png) no-repeat center;
  background-size: 100% 100%;
}
.our-product {
  text-align: center;
  background: url(../images/yinying.png) no-repeat center top;
  background-size: 100% auto;
}
.our-product .box {
  padding: 120px 0;
}

.our-product .swiperTab li {
  display: inline-block;
  font-size: 21px;
  padding: 0 10px;
}
.our-product .swiperTab li span{
  border: 1px solid #afafaf;
  color: #afafaf;
  display: block;
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 0;
}
.tab-list .swiper-slide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.swiperTab {
  margin: 40px -10px 50px;
}
.swiperTab .slick-current li span{
  border-color: #87c541;
  color: #fff;
  background-color: #87c541;
}

.media {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 5px;
}
.media .overlay {
  background: rgba(122, 174, 66, 0.9);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.media:hover .overlay {
  opacity: 1;
}
.our-product .media .project-img img {
  width: 100%;
  z-index: -1;
  margin: auto;
  transform: scale(1);
  transition: all ease-in-out 0.5s;
}
.our-product .media:hover .project-img img {
  transform: scale(1.1);
}
.our-product .media .image-details {
  text-align: center;
  color: white;
  width: 100%;
  font-size: 18px;
  z-index: 4;
  position: absolute;
  top: 100%;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.our-product .media:hover .image-details {
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
.our-product .media .image-details p {
  margin-bottom: 10px;
}
.our-product .media .image-details .link-btn {
  width: 26px;
  height: 26px;
  line-height: 26px;
  background-color: #fff;
  color: #87c541;
  text-align: center;
  display: inline-block;
  border-radius: 100%;
  font-size: 12px;
  margin: 0 3px;
}
.tab-list {
  font-size: 0;
}
.tab-list .left {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.tab-list .left .cat-img {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.tab-list .left .cat-img img {
  width: 100%;
}
.tab-list .left .cat-content {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  padding: 55px;
}
.tab-list .left .txt {
  font-size: 14px;
  line-height: 2;
  max-width: 300px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.tab-list .left .more-btn{
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  background-color: #87c541;
  padding: 5px 20px;
  border-radius: 5px;
}
.tab-list .left .cat-name {
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.4);
  font-size: 45px;
  line-height: 2;
  font-family: 'Haettenschweiler';
  text-transform: uppercase;
}
.tab-list .left .cat-name::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #000;
  margin-top: 20px;
}
.tab-list .right {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-left: 29px;
}
.tab-list .right ul {
  margin: -14px;
  text-align: left;
}
.tab-list .right ul li {
  padding: 14px;
}
.our-network {
  text-align: center;
  background: url(../images/network-bg.jpg) no-repeat center;
  background-size: cover;
}
.our-network .box {
  padding: 100px 0;
}
.our-network .txt {
  font-size: 18px;
  line-height: 2;
  font-weight: bold;
  color: #c5c5c5;
  margin-top: 20px;
}
.our-network .map-img {
  margin-top: 60px;
}
.our-news {
  text-align: center;
  background: url(../images/yinying.png) no-repeat center top;
  background-size: 100% auto;
}
.our-news .box {
  padding: 110px 0;
}
.our-news .news-box {
  border-radius: 5px;
  overflow: hidden;
}
.our-news .news-list {
  margin-top: 75px;
}
.our-news .news-list .news-content {
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 35px 25px;
  color: #fff;
  background: linear-gradient(to bottom, rgba(127, 187, 60, 0.1), #87c440);
}
.our-news .news-list .news-img img {
  width: 100%;
}
.our-news .news-list ul.grid-box {
  margin: -6px;
}
.our-news .news-list ul li {
  padding: 6px;
}
.our-news .news-list .news-content .news-cat {
  font-size: 14px;
  font-weight: bold;
}
.our-news .news-list .news-content .news-cat span {
  text-transform: uppercase;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.our-news .news-list .news-content .tit {
  font-size: 16px;
  line-height: 2;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}
.our-news .slick-dots {
  margin-top: 40px;
}
.our-news .slick-dots li {
  display: inline-block;
}
.our-news .slick-dots li button {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: none;
  position: relative;
}
.our-news .slick-dots li.slick-active button {
  background: #7aae42;
}
.our-news .slick-dots li button::after {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: 1px solid transparent;
  border-radius: 100%;
}
.our-news .slick-dots li.slick-active button::after {
  border-color: #7aae42;
}
.contact-box {
  text-align: center;
  background: url(../images/contact-bg.jpg) no-repeat center;
  background-size: cover;
}
.contact-box .box {
  padding: 100px 0 40px;
}
.contact-box .ty-title h1.tit {
  color: #fff;
}
.contact-box .ty-title h2.tit {
  color: #fff;
}
.contact-box .flex-box {
  display: flex;
}
.contact-box .left {
  width: 740px;
  margin-right: auto;
}
.contact-box .left .form {
  text-align: left;
  margin-top: 35px;
}
.contact-box .left .form ul {
  font-size: 0;
  margin: -13px;
}
.contact-box .left .form ul li {
  width: 33.33%;
  display: inline-block;
  font-size: 14px;
  padding: 13px;
}
.contact-box .left .form input,
.contact-box .left .form textarea {
  width: 100%;
  padding: 10px 18px;
  border-radius: 5px;
  border: none;
  background-color: #4f8314;
  color: #fff;
}
.contact-box .left .form textarea {
  margin-top: 30px;
  height: 180px;
}
.contact-box .left .form input[type="submit"] {
  width: 95px;
  height: 95px;
  background-image: url(../images/submit-bg.png);
  background-size: 100% 100%;
  background-color: transparent;
  position: relative;
  top: -48px;
  left: 50px;
}
.contact-box .left .form input::-webkit-input-placeholder {
  color: #fff;
}
.contact-box .left .form input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.contact-box .left .form input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.contact-box .left .form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.contact-box .left .form textarea::-webkit-input-placeholder {
  color: #fff;
}
.contact-box .left .form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.contact-box .left .form textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.contact-box .left .form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}
.contact-box .right {
  width: 300px;
  margin-left: auto;
}
.contact-box .right .content {
  margin-top: 240px;
  position: relative;
  text-align: left;
  font-size: 16px;
  line-height: 2;
}
.contact-box .right .content p {
  color: #fff;
  position: relative;
  z-index: 10;
  opacity: .7;
}
.contact-box .right .content::before {
  content: url(../images/info-img.png);
  position: absolute;
  left: -75px;
  top: -210px;
  z-index: 0;
}
.contact-box .right .content .add-txt {
  background-color: #d7cd03;
  color: #518517;
  position: relative;
  z-index: 10;
  padding: 5px 15px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.contact-box .right .content .add-txt::before{
  content: url(../images/add-icon.png);
  position: absolute;
  left: -50px;
  top: -20px;
}

.ty-title-two h2.tit {
  font-size: 48px;
  color: #fff;
  font-family: 'Haettenschweiler';
  text-transform: uppercase;
}
.ty-title-two i {
  display: inline-block;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ty-title-two i img {
  vertical-align: middle;
}
.ty-title-two i::after,
.ty-title-two i::before {
  content: "";
  width: 315px;
  height: 1px;
  background-color: #fff;
  opacity: .5;
  display: inline-block;
}
.contact-box .ty-title-two .txt {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  line-height: 2;
}
.contact-box .txt {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 20px;
  line-height: 2;
}
#footer {
  background: url(../images/yinying.png) no-repeat center top;
  background-size: 100% auto;
  font-size: 16px;
  color: #666666;
}
#footer .box {
  padding: 35px 0;
  display: flex;
  align-items: center;
}
#footer .box .lingaofoot {
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#footer .left {
  margin-right: auto;
}
#footer .left img {
  width: 250px;
  vertical-align: middle;
}
#footer .right {
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 1230px) {
  .contact-box .right .content .add-txt::before{
    display: none;
  }

  #banner ul li.two .banner-text h1{
    font-size: 60px;
    line-height: 60px;
  }
  #banner .banner-text h1 em{
    font-size: 90px;
    line-height: 90px;
  }

  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  .ui.container {
    width: 970px;
  }
  #banner .banner-text h1 {
    font-size: 45px;
    line-height: 60px;
  }
  #banner .banner-text p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #banner .swiper-button-prev {
    left: 10px;
  }
  #banner .swiper-button-next {
    right: 10px;
  }
  .ty-title h1.tit {
    font-size: 60px;
  }
  .i-advantage .content {
    font-size: 16px;
  }
  .card-box .left h2.tit {
    font-size: 50px;
    line-height: 50px;
  }
  .card-box .right a {
    font-size: 30px;
  }
  .our-product .swiperTab li {
    font-size: 16px;
  }
  .swiperTab {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .tab-list .left .cat-content {
    padding: 30px;
  }
  .tab-list .left .cat-name {
    font-size: 45px;
  }
  .tab-list .right {
    padding-left: 23px;
  }
  .our-network .txt {
    font-size: 16px;
  }
  .contact-box .left {
    width: 100%;
  }
  .contact-box .right {
    width: 100%;
  }
  .contact-box .flex-box {
    display: block;
  }
  .contact-box .right .content {
    margin-top: 0;
    text-align: center;
  }
  .contact-box .right .content::before {
    display: none;
  }
  .contact-box .right .content p {
    display: inline-block;
    padding: 0 10px;
  }
  .mt-60 {
    margin-top: 30px;
  }
  .contact-box .txt {
    font-size: 16px;
  }
  #banner .swiper-button-next,
  #banner .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 970px) {
  #banner ul li.two .banner-text h1{
    font-size: 40px;
    line-height: 40px;
  }
  #banner .banner-text h1 em{
    font-size: 70px;
    line-height: 70px;
  }

  .ui.container {
    width: 768px;
  }
  .i-advantage .box {
    padding: 60px 0;
  }
  .our-product .box {
    padding: 60px 0;
  }
  .our-network .box {
    padding: 60px 0;
  }
  .our-news .box {
    padding: 60px 0;
  }
  .contact-box .box {
    padding: 60px 0;
  }
  #banner .left {
    max-width: 100%;
  }
  #banner .banner-text h1 {
    font-size: 35px;
    line-height: normal;
    margin-bottom: 10px;
  }
  #banner .btn-box {
    font-size: 16px;
  }
  .i-advantage ul {
    margin: 0 -10px;
  }
  .i-advantage ul li {
    padding: 0 10px;
  }
  .card-box .left h2.tit {
    font-size: 35px;
    line-height: normal;
  }
  .card-box .right a {
    font-size: 25px;
  }
  .tab-list .left {
    width: 100%;
  }
  .tab-list .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .tab-list .right ul {
    margin: -10px;
  }
  .tab-list .right ul li {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  #banner ul li.two .banner-text h1{
    font-size: 25px;
    line-height: 25px;
  }
  #banner .banner-text h1 em{
    font-size: 50px;
    line-height: 50px;
  }

  .tab-list .left .cat-content{
    width: 100%;
  }
  .tab-list .left .cat-name{
    max-width: 100%;
  }
  .tab-list .left .txt{
    max-width: 100%;
    display: none;
  }

  .ui.container {
    width: 100%;
    overflow: hidden;
  }
  #banner .banner-text h1 {
    margin-bottom: 0;
  }
  #banner .banner-text p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #banner .btn-box {
    font-size: 14px;
  }
  .i-advantage .content {
    font-size: 14px;
  }
  .i-advantage .adv-box .txt {
    font-size: 14px;
    line-height: normal;
  }
  .card-box .box {
    padding: 30px 0;
  }
  .card-box .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .card-box .box {
    display: block;
    text-align: center;
  }
  #footer .box {
    display: block;
    text-align: center;
  }
  .our-news .news-list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 660px) {
  .contact-box .left .form ul li {
    width: 100%;
  }
  #banner .banner-text p {
    display: none;
  }
  #banner .left {
    text-align: center;
  }
  #banner .btn-box {
    margin-top: 10px;
  }
  .i-advantage ul {
    margin: -10px;
  }
  .i-advantage ul li {
    padding: 10px;
  }
  .i-advantage .content {
    margin: 20px 0;
  }
  #banner .btn-box a {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 550px) {
  .tab-list .swiper-slide {
    padding: 0;
  }
  #banner .banner-text h1 {
    font-size: 25px;
  }
  #banner .btn-box {
    font-size: 12px;
  }
  .ty-title h1.tit {
    font-size: 45px;
  }
  .our-product .swiperTab li {
    display: block;
    margin: 10px 0;
  }
  .our-network {
    display: none;
  }
}





.inner-banner {
  background: url(../images/inner-banner.jpg) center no-repeat;
  height: 350px;
  background-size: cover;
  padding-top: 200px;
}
.inner-banner .container {
  padding: 0 10%;
}
.inner-banner h2 {
  font-size: 30px;
  line-height: 50;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -60px;
}
.inner-banner h1 {
  font-size: 36px;
  line-height: 2;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: -60px;
}
.inner-banner p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.breadCrumbs {
  background-color: #fff;
  -webkit-box-shadow: 6px 8px 40px 0 rgba(200, 222, 217, 0.2);
  box-shadow: 6px 8px 40px 0 rgba(200, 222, 217, 0.2);
  padding: 20px 0;
}
.breadCrumbs .bread-crumbs {
  font-size: 16px;
  line-height: 2;
}
.breadCrumbs .bread-crumbs span {
  color: #7fbc31;
}
.breadCrumbs .side-menu {
  position: relative;
}
.breadCrumbs .side-menu .nowCat {
  background-image: url("../images/sidebar-line.png");
  background-color: #1e8942;
  background-repeat: no-repeat;
  background-position: 93% center;
  cursor: pointer;
  width: 226px;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 15px;
  color: #ffffff;
  font-size: 16px;
  border: 1px solid #1e8942;
}
.breadCrumbs .side-menu .cat-list {
  display: none;
  z-index: 111;
  position: absolute;
  width: 100%;
  padding: 2px 0;
  background:#1e8942;
  left: 0;
  top: 100%;
}
.breadCrumbs .side-menu .cat-list li {
  
}
.breadCrumbs .side-menu .cat-list li a {
  display: block;
  color: #ffffff;
  padding: 10px 12px 10px 16px;
}
.breadCrumbs .side-menu .cat-list li a:hover {
  color: #fff;
  background:#00944e;
}
.product-page .i-product {
  padding: 11px 0 10px;
}
.product-page .i-product .huyueproh1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 2;
  color: #1e8942;
  margin-top: 40px;
  margin-bottom: 15px;
}
.product-page .i-product .huyuepro {
  font-size: 16px;
  line-height: 2;
}
.i-product .pro-list {
  flex-wrap: wrap;
}
.i-product .pro-list img {
  background: url(../images/bg.jpg) no-repeat center;
    background-size: cover;
}
    
.i-product .pro-list > .column {
  margin-bottom: 19px;
  width: 24%;
  margin-right: 1%;
}
.i-product .pro-list > .column img{
  margin:0 auto; display: block; background:url(../images/bg.jpg) no-repeat center; background-size:cover;
}
.i-product .pro-list > .column .img{
  border:1px solid #ccc;
}
.i-product .pro-list .con-box {
  /*margin-top: -26px;*/
  position: relative;
  z-index: 10;
  padding: 0 5px;
}
.i-product .pro-list .con-box a:hover {
  color: #7fbc31!important;
}
.i-product .pro-list .con-box .inner-box {
  background: #fff;
  padding: 25px 0 0;
/*   font-family: roboto-light; */
}
.lg-page .i-product .pro-list .con-box .inner-box{
  padding:20px 0 0;
}
.i-product .pro-list .con-box .inner-box .tit{
  text-align: center; 
}
.i-product .pro-list .con-box .inner-box .tit a {
  font-family: times new roman;
  display: block;
  color: #1b1b1b;
  font-size: 16px;
  line-height: 2;
}
.i-product .pro-list .con-box .inner-box .abst {
  margin: 12px 0 18px;
  color: #9e9c9f;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.i-product .pro-list .con-box .inner-box .more {
  color: #1b1b1b;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  display: block;
}
.i-product .pro-list .con-box .inner-box .more .fa {
  margin-left: 14px;
}
.inner-page {
  padding: 80px 0;
}
.inner-page .init-1 .grid-box .column {
  margin-bottom: 30px;
}
.inner-page .init-1 .grid-box .column h2 {
  font-size: 40px;
}
.inner-page .init-1 .grid-box .column p {
  margin-bottom: 30px;
  font-family: poppins;
  color: #777;
  font-size: 16px;
  line-height: 2;
}
.inner-page .init-1 .grid-box .column:nth-child(1),
.inner-page .init-1 .grid-box .column:nth-child(4) {
  padding-right: 5%;
}
.inner-page .init-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.inner-page .init-1 .left .img-box>img{
  width: 100%;
}
.inner-page .init-1 .left a img {
  width: 100%;
}
.inner-page .init-1 .left ul {
  margin: -5px;
  padding: 0;
}
.inner-page .init-1 .left ul li {
  padding: 5px;
}
.inner-page .init-1 .left ul li i,
.inner-page .init-1 .left ul li span {
  display: none !important;
}
.inner-page .init-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.inner-page .init-1 .left .four ul .slick-current li a {
  border-color:#1e8942;
}
.inner-page .init-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.inner-page .init-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.inner-page .init-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.about-page {
  padding-bottom: 0;
}
.about-page .p61-s03 {
  min-height: 400px;
  background-image: url(../images/s05.jpg);
}
.about-page .p61-s03 .mml-row {
  padding: 60px 10px 80px;
}
.about-page .p61-s03 h2 {
  text-align: center;
  margin-bottom: 0;
  font-size: 40px;
}
.about-page .p61-s03 ul {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-shadow: 42px 42px 120px 0 rgba(151, 171, 191, 0.2);
  box-shadow: 42px 42px 120px 0 rgba(151, 171, 191, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0;
}
.about-page .p61-s03 li {
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 0 15px;
}
.about-page .p61-s03 b {
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 40px;
  color: #009e3f;
}
.about-page .p61-s03 span {
  font-size: 18px;
}
.about-page .p61-s03 p {
  margin-top: 5px;
  margin-bottom: 0;
  color: #9e9e9e;
  font-size: 14px;
  line-height: 2;
}
.about-page .p61-s04 .mml-row {
  padding: 120px 10px;
}
.about-page .p61-s04 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
}
.about-page .p61-s04 li {
  width: 32%;
  max-width: 300px;
  text-align: center;
}
.about-page .p61-s04 .icon-wrap {
  width: 80px;
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #009e3f;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  line-height: 80px;
  margin: 0 auto;
  margin-bottom: 25px;
}
.about-page .p61-s04 i {
  font-size: 18px;
  color: #009e3f;
}
.about-page .p61-s04 h4 {
  font-family: filson-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  color: #009e3f;
  line-height: 40px;
}
.about-page .p61-s04 p {
  margin-bottom: 0;
  font-size: 16px;
}
.about-page .p61-s04 a.links {
  color: #009e3f;
  border-bottom: 1px solid;
}
.about-page .p61-s05 .mml-row {
  padding-bottom: 120px;
}
.about-page .p61-s05 .sec-title {
  text-align: center;
  font-size: 40px;
}
.prople-list {
  margin-top: 40px;
  position: relative;
}
.prople-list p {
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
  padding-top: 20px;
}
.prople-list .fa {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  padding: 0;
  width: 50px;
  height: 50px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  border-radius: 0;
  top: 36%;
  margin: 0;
  line-height: 50px;
  position: absolute;
  left: -20px;
  z-index: 8;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}
.prople-list .fa:hover {
  background: rgba(30, 137, 66, 0.8);
  color: #fff;
}
.prople-list .fa-chevron-right {
  left: auto;
  right: -20px;
}
.about-page .p61-s05 .sec-title p {
  max-width: 880px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
}
.about-page .p61-s05 .sec-title p:last-child {
  margin-bottom: 0;
}
.about-page .p61-s05 ul.team-list {
  margin: 0 -10px;
  margin-top: 60px;
}
.about-page .p61-s05 li {
  margin: 0 10px;
  text-align: center;
}
.about-page .p61-s05 span {
  font-family: pragmatica-extended, sans-serif;
  font-weight: 300;
  font-style: normal;
  display: block;
  padding-top: 25px;
}
.about-page .p61-s05 button {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  padding: 0;
  width: 50px;
  height: 50px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 0;
  border-radius: 0;
  top: 36%;
  margin: 0;
}
.about-page .p61-s05 button:hover {
  background-color: #009e3f;
}
.about-page .p61-s05 button::after {
  display: none;
}
.about-page .p61-s05 button.slick-next {
  right: 2px;
}
.about-page .p61-s05 button.slick-prev {
  left: 2px;
}
.about-page .p61-s05 .slick-dots {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 60px;
}
.about-page .p61-s05 .slick-dots li {
  width: 12px;
  height: 12px;
  background-color: #1c1e25;
  opacity: .2;
  display: inline-block;
  margin: 0 5px;
}
.about-page .p61-s05 .slick-dots li.slick-active {
  width: 48px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  opacity: 1;
  background-color: #009e3f;
}
@media (max-width: 768px) {
  .about-page .p61-s01 section {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-page .p61-s01 .text-wrap {
    width: 100%;
    max-width: 580px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .about-page .p61-s01 .img-wrap {
    width: 100%;
    margin-top: 40px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .about-page .p61-s03 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .p61-s03 li {
    width: 50%;
    padding: 20px 15px;
  }
  .about-page .p61-s05 button {
    top: 31%;
  }
}
@media (max-width: 680px) {
  .about-page .p61-s04 .mml-row {
    padding: 120px 10px 80px;
  }
  .about-page .p61-s04 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .about-page .p61-s04 li {
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .about-page .p61-s01 .mml-row {
    padding: 0 20px;
  }
  .about-page .p61-s01 section {
    padding-top: 60px;
  }
  .about-page .p61-s02 .mml-row {
    padding: 60px 10px;
  }
  .about-page .p61-s02 .bd {
    padding-top: 30px;
  }
  .about-page .p61-s02 .bd h5 {
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .about-page .p61-s02 .slick-arrow {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
  .about-page .p61-s02 .dots li {
    margin: 0 5px;
  }
  .about-page .p61-s02 .dots li.slick-active {
    width: 40px;
  }
  .about-page .p61-s03 ul {
    padding: 30px 0;
  }
  .about-page .p61-s03 b {
    font-size: 26px;
  }
  .about-page .p61-s04 .mml-row {
    padding: 60px 20px 20px;
  }
  .about-page .p61-s05 .mml-row {
    padding-bottom: 60px;
  }
  .about-page .p61-s05 button {
    top: 33%;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .about-page .p61-s05 button {
    top: 30%;
  }
}
@media (max-width: 1200px) {
  .about-page .p61-s02 .slick-arrow.s02-prev,
  .about-page .p61-s02 .slick-arrow.s02-next {
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
  }
}
.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 480px;
  background: url(../images/cta.jpg) no-repeat;
  background-position: top center;
}
.cta .mml-row {
  width: 100%;
}
.cta h2 {
  margin-bottom: 60px;
  color: #252118;
  font-size: 40px;
  line-height: 2;
}
.cta .btn-link a {
  display: block;
  width: 182px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: #24a450;
  font-size: 14px;
  color: #fff;
  font-family: filson-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.cta .btn-link a:hover {
  background: #018134;
}
.m-page {
  text-align: center;
  line-height: 22px;
  font-size: 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
  margin-top: 38px;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  margin: 0 5px;
  border: 1px solid #ddd;
  font-size: 16px;
  letter-spacing: normal;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child,
.m-page a:last-child {
  background-image: url(../images/m-page-arr-r.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #cdcdcd;
  box-shadow: none;
}
.m-page a:first-child {
  background-image: url(../images/m-page-arr-l.png);
}
.m-page a:hover {
  color: #fff;
  background-color: #00944e;
}
.m-page a:active {
  background: #00944e;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #00944e;
}


.inner-page .sidebar {
  width: 20% !important;
}
.inner-page .sidebar .widget-title {
  position: relative;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1em;
}
.inner-page .sidebar ul.darklinks {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #dddddd;
}
.inner-page .sidebar ul.darklinks li a {
  color: #323232;
  display: block;
  border-bottom: 1px solid #dddddd;
  padding-top: 20px;
  padding-left: 20px;
  font-size: 16px;
  padding-bottom: 20px;
  position: relative;
}
.inner-page .sidebar ul.darklinks li a:after {
  content: '>';
  position: absolute;
  left: 0;
  top: 20px;
}
.inner-page .sidebar ul.darklinks li a:hover {
  color: #1e8942;
}
.inner-page .sidebar ul.darklinks li .children li a {
  padding-left: 40px;
}
.inner-page .sidebar ul.darklinks li .children li a:after {
  content: '>';
  position: absolute;
  left: 20px;
}
.inner-page .sidebar .hot {
  padding: 50px 0;
}
.inner-page .sidebar .hot .widget_text li {
  padding: 30px 0;
  border-bottom: 1px solid #dddddd;
}
.inner-page .sidebar .hot .widget_text li .column {
  width: 70% !important;
  padding-right: 5%;
}
.inner-page .sidebar .hot .widget_text li .column h2 {
  text-transform: capitalize;
}
.inner-page .sidebar .hot .widget_text li .column h2 a {
  font-size: 16px;
}
.inner-page .sidebar .hot .widget_text li .column .star .fa-star {
  color: #e6b800;
  font-size: 12px;
}
.inner-page .sidebar .hot .widget_text li .column:nth-child(1) {
  width: 30% !important;
}
.inner-page .page-right {
  width: 80% !important;
  padding-left: 5%;
}
.inner-page .page-right .products li {
  padding: 0 20px;
  margin-bottom: 30px;
}
.inner-page .page-right .products li .img-box:hover img {
  opacity: 0.9;
}
.inner-page .page-right .products li .item-content {
  background: #f5f6fb;
  padding: 35px 40px;
  border-bottom: 3px solid #1e8942;
}
.inner-page .page-right .products li .item-content h3 {
  font-size: 20px;
  margin-bottom: 0.9em;
}
.inner-page .page-right .products li .item-content h3 a {
  font-size: 18px;
}
.inner-page .page-right .products li .item-content p a {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-image: linear-gradient(to right, #9cc026, #5faf21);
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-family: poppins-bold;
}
.inner-page .page-right .products li .item-content p a:hover {
  background: #f5f6fb;
  color: #88b04b;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) {
  padding-left: 3%;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) h1 {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  text-transform: capitalize;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) .text {
  margin-top: 20px;
  line-height: 2;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) .text p {
  line-height: 25px;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) a.more {
  width: 170px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-family: poppins-bold;
  margin-top: 20px;
  background-image: linear-gradient(to right, #9cc026, #5faf21);
}
.prodet-page .init-1 .grid-box .column:nth-child(2) a.more:hover {
  background: #f5f6fb;
  color: #88b04b;
}
.prodet-page .init-3 {
  margin: 30px 0;
}
.prodet-page .init-3 .tit {
  color: #323232;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1em;
  margin-top: 1.4em;
  margin-bottom: 0.75em;
}
.prodet-page .init-3 .related-list {
  position: relative;
  margin-top: 30px;
}
.prodet-page .init-3 .related-list img{
  display: block;
}
.prodet-page .init-3 .related-list .fa {
  font-size: 16px;
  width: 60px;
  height: 60px;
  background-image: linear-gradient(to right, #9cc026, #5faf21);
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 40%;
  z-index: 8;
  color: #fff;
  line-height: 60px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=100);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.prodet-page .init-3 .related-list .fa-chevron-right {
  left: auto;
  right: 0;
}
.prodet-page .init-3 .related-list:hover .fa {
  opacity: 1;
  filter: alpha(opacity=100);
}
.prodet-page .init-3 .related-list .swiper-slide .img-box:hover img {
  opacity: 0.9;
}
.prodet-page .init-3 .related-list .swiper-slide .item-content {
  background: #f5f6fb;
  padding: 35px 40px;
  border-bottom: 3px solid #1e8942;
}
.prodet-page .init-3 .related-list .swiper-slide .item-content h3 {
  font-size: 20px;
  margin-bottom: 0.9em;
}
.prodet-page .init-3 .related-list .swiper-slide .item-content h3 a {
  font-size: 18px;
  line-height: 2;
}
.prodet-page .init-3 .related-list .swiper-slide .item-content p a {
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-image: linear-gradient(to right, #9cc026, #5faf21);
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-family: poppins-bold;
}
.prodet-page .init-3 .related-list .swiper-slide .item-content p a:hover {
  background: #f5f6fb;
  color: #88b04b;
}
.prodet-page .prodet-detail {
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 2;
}
.prodet-page .prodet-details {
  position: relative;
  background-color: #fff;
}
.prodet-page .prodet-details .prodet-details-tit {
  display: block;
  height: 68px;
  border-bottom: 3px solid #1e8942;
}
.prodet-page .prodet-details .prodet-details-tit h4 {
  position: relative;
  padding: 0 30px;
  border-radius: 20px 20px 0 0;
  float: left;
  line-height: 63px;
  margin: 0 5px 0 0;
  font-size: 16px;
  cursor: pointer;
  color: #333333;
  border-top: 2px solid #f0f0f2;
  border-left: 1px solid #f0f0f2;
  border-right: 1px solid #f0f0f2;
}
.prodet-page .prodet-details .prodet-details-tit h4:hover,
.prodet-page .prodet-details .prodet-details-tit h4.on {
  border-top-color: #1e8942;
  color: #fff;
  border-left-color: #1e8942;
  border-right-color: #1e8942;
  background: #1e8942;
}
.prodet-page .prodet-details .prodet-details-information {
  padding: 45px 20px;
  background-color: #f5f6fb;
}
.prodet-page .prodet-details .prodet-details-information table{
  width:100%;
}
.prodet-page .prodet-details .prodet-details-information table tr td{
  padding: 5px;
}
.prodet-page .prodet-details .prodet-details-information .prodet-details-information-bdy {
  display: none;
}
.prodet-page .prodet-details .prodet-details-information .prodet-details-information-bdy img {
  width: auto;
  max-width: 100%;
}
.prodet-page .prodet-details .prodet-details-information .prodet-details-information-bdy p {
  line-height: 2em;
  font-size: 16px;
  text-indent: 2em;
}
.contact-page .part1 .grid-box .column {
  background: #eeeeee;
}
.contact-page .part1 .grid-box .i-fl {
  width: 40%;
}
.contact-page .part1 .grid-box .i-fr {
  width: 58%; margin-right: 2%;
  padding: 3% 8%;
}
.contact-page .part1 .grid-box .i-fr h2 {
  color: #282828;
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.contact-page .part1 .grid-box .i-fr h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background: #1e8942;
}
.contact-page .part1 .grid-box .i-fr p {
  margin-bottom: 12px;
  color: #646464 !important;
}
.contact-page .part1 .grid-box .i-fr form {
  margin-top: 30px;
}
.contact-page .part1 .grid-box .i-fr form input,
.contact-page .part1 .grid-box .i-fr form textarea {
  padding: 20px;
  background: #fff;
  border: none;
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  font-family: poppins-regular;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 15px;
}
.contact-page .part1 .grid-box .i-fr form textarea {
  height: 160px;
}
.contact-page .part1 .grid-box .i-fr form .submit {
  text-align: center;
  font-size: 20px;
  color: #fff;
  background: #1e8942;
  text-transform: uppercase;
}
.contact-page .part1 .grid-box .i-fr form ul li {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.contact-page .part1 .grid-box .i-fr form ul li:nth-child(2n) {
  margin-right: 0;
}
.contact-page .part2 {
  margin-top: 60px;
}
.contact-page .part2 .column {
  padding: 20px;
}
.contact-page .part2 .column .text {
  background: #eeeeee;
  padding: 50px 30px;
  text-align: center;
}
.contact-page .part2 .column .text .address-icon {
  margin-right: 0;
  margin: 0 auto 20px;
  margin-bottom: 15px;
  z-index: 9;
  background: #1e8942;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
}
.contact-page .part2 .column .text .address-icon .fa {
  font-size: 25px;
  color: #fff;
}
.contact-page .part2 .column .text .address-icon:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #1e8942;
  border-radius: 50%;
  animation: pulse-border 1.5s ease-out infinite;
  opacity: 0;
  visibility: hidden;
}
.contact-page .part2 .column .text .address-icon:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.contact-page .part2 .column .text .address-text h3 {
  color: #1e8942;
  font-size: 22px;
  margin: 0 0 10px;
  font-weight: 700;
}
.contact-page .part2 .column .text .address-text span {
  color: #505050;
  display: block;
  min-height: 40px;
  line-height: 2;
}
.news-page .news-list-li li {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.news-page .page-right .news-list-li li .blog-button {
  margin-top: 20px;
}
.news_contents {
  color: #555;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px solid #555;
  padding: 20px 0 40px;
}
.news_contents a {
  color: #555;
  font-size: 16px;
  line-height: 28px;
}
.newdet-page .news_contents p,
.newdet-page .news_contents div,
.newdet-page .news_contents span,
.newdet-page .news_contents table {
  color: #555;
  font-size: 14px;
  line-height: 28px;
  clear: both;
}
.newdet-page .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.newdet-page .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #777;
  font-size: 15px;
  margin-left: 5px;
}
.newdet-page .news_next a:hover {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #000;
}
.full-blog-content {
  background: #FFFFFF;
  position: relative;
  z-index: 88;
  padding: 3%;
}
.blog .rs-blog .blog-item {
  margin-bottom: 70px;
  background: #fff;
  border-radius: 5px;
}
.blog-all-titles {
  display: flex;
  justify-content: left;
  padding-bottom: 25px;
  padding-top: 8px;
  align-items: baseline;
}
.blog-all-titles .blog-title {
  margin: 0 0 7px;
}
.blog-all-titles .blog-title a {
  font-size: 25px;
  font-weight: 600;
}
.blog-all-titles .full-date {
  text-align: center;
  line-height: 1.5em;
  padding: 6px 20px;
  font-size: 16px;
}
.blog-all-titles .get_date_format {
  background: #009961;
  border-radius: 4px;
  margin-right: 25px;
  position: relative;
}
.blog-all-titles .get_date_format .blog-date {
  font-size: 18px;
  color: #fff;
  padding: 12px 22px 10px;
  line-height: 1.5em;
}
.blog-all-titles .get_date_format .blog-date .date {
  font-size: 24px;
  font-weight: 700;
  display: block;
}
.blog-all-titles .btm-cate {
  padding: 0;
  margin: 0;
}
.blog-item.no-thumbs .blog-all-titles {
  display: block;
}
.rs-blog .blog-item .blog-desc {
  margin: 0 0 15px;
  clear: both;
}
.blog-desc p {
  line-height: 2;
  font-size: 15px;
}
.faq-page .page-right {
  padding-left: 0;
  padding-right: 5%;
  width: 70% !important;
  /*=====================================
                faq content
            =====================================*/
}
.faq-page .page-right .tit {
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.faq-page .page-right .tit span {
  font-weight: 600;
  font-size: 40px;
}
.faq-page .page-right .p {
  font-size: 14px;
  line-height: 25px;
  color: #6d6d6d;
}
.faq-page .page-right .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.faq-page .page-right .faq-content {
  padding: 50px 0;
}
.faq-page .page-right .collapse {
  display: none;
}
.faq-page .page-right .collapse.show {
  display: block;
}
.faq-page .page-right .faq-content .faq-content-item {
  margin-bottom: 70px;
}
.faq-page .page-right .faq-content .faq-content-item .faq-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 36px;
}
.faq-page .page-right .faq-content .faq-single-item {
  border: 1px solid #eeeeee;
  margin-bottom: 25px;
}
.faq-page .page-right .faq-content .faq-item h4 {
  margin-bottom: 0;
}
.faq-page .page-right .faq-content .faq-item h4 .btn-link {
  font-size: 14px;
  font-weight: 600;
  background: none;
  color: #008435;
  line-height: 26px;
  text-decoration: none;
  position: relative;
  padding-left: 40px;
  padding: 15px 54px 15px 54px;
  display: block;
  width: 100%;
  text-align: left;
}
.faq-page .page-right .faq-content .faq-item h4 .btn-link span {
  position: absolute;
  left: 20px;
  top: 19px;
  font-size: 18px;
  color: #008435;
}
.fa-question-circle{
  margin-right: 5px;
}
.faq-page .page-right .faq-content .faq-item h4 .btn-link .fa-angle-down{
  position: absolute; font-size: 18px;
  right:5%; top:20px;
}
/*.faq-page .page-right .faq-content .faq-item h4 .btn-link:after {
  position: absolute;
  right: 20px;
  top: 17px;
  content: '\e990';
  font-family: "iconfont";
  font-size: 14px;
  color: #008435;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}*/
.faq-page .page-right .faq-content .faq-item h4 .btn-link.collapsed {
  color: #282828;
}
.faq-page .page-right .faq-content .faq-item h4 .btn-link.collapsed:after {
  content: '\e98f';
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.faq-page .page-right .faq-content .faq-item .card-body {
  padding: 14px 55px 14px 55px;
}
.faq-page .sidebar {
  width: 30% !important;
}
.faq-page .sidebar .form-table {
  border: 1px solid #eee;
  padding: 20px;
}
.faq-page .sidebar .form-table form input,
.faq-page .sidebar .form-table form textarea {
  border: solid 1px #EEEEEE;
  background: none;
  padding: 15px;
  outline: none;
  margin-bottom: 20px;
  width: 100%;
  text-transform: capitalize;
  font-family: poppins-regular;
}
.faq-page .sidebar .form-table form textarea {
  height: 150px;
}
.faq-page .sidebar .form-table form input[type="submit"] {
  text-align: center;
  font-size: 16px;
  background: #88b04b;
  color: #FFFFFF;
  text-transform: uppercase;
}
.about-page #page-about .txt img {
  margin-top: 20px;
  margin-bottom: 70px;
}
.about-page #page-about h2 {
  margin-top: 0;
  font-family: Quicksand-Bold;
  margin-bottom: 50px;
  line-height: 50px;
  padding: 0;
  margin-top: 0px;
  padding: 40px 0 25px;
  font-size: 48px;
  color: #92C43D;
  text-transform: none;
  position: relative;
}
.about-page #page-about h2 span {
  font-size: 48px;
  color: #333333;
}
.about-page #page-about .txt .grid-box .column.col-md-5 {
  width: 42%;
}
.about-page #page-about .txt .grid-box .column.col-md-7 {
  width: 58%;
}
.about-page #page-about .txt .btn {
  -webkit-border-radius: 30px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 30px;
  -moz-background-clip: padding;
  border-radius: 30px;
  background-clip: padding-box;
  transition: all .3s ease;
  color: #ffffff;
  font-size: 16px;
  padding: 15px 60px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  background: #88b04b;
}
.about-page ul.crocus li,
.about-page ul.check li {
  color: #656774;
  background: url(../images/li.png) no-repeat left center;
  padding-left: 25px;
  font-weight: 700;
  margin-bottom: 12px;
}
.about-page #page-about .txt p {
  color: #656774;
}
.about-page #page-about .txt ul {
  margin: 40px 0 50px 20px;
}
.about-page #page-about #history {
  margin: 0px auto 120px;
}
.about-page #page-about #history h2 {
  text-align: center;
}
.about-page h4 {
  margin: 60px 0 20px;
  font-size: 24px;
}
@media (max-width: 991px) {
  .about-page #page-about #history {
    margin-bottom: 40px;
  }
}
.about-page #page-about #history .info {
  text-align: center;
  color: #656774;
  display: none;
}
@media (min-width: 1200px) {
  .about-page #page-about #history .info p {
    width: 70%;
    margin: 0 auto;
  }
}
.about-page #page-about #history .info.active {
  display: block;
}
.about-page #page-about #gardeners {
  margin: 20px 0;
}
.about-page #page-about #gardeners h2 {
  margin-bottom: 20px;
}
.about-page h1.green,
.about-page h2.green,
.about-page h3.green,
.about-page h4.green,
.about-page h5.green,
.about-page h6.green,
.about-page .h1.green {
  color: #92C43D;
}
.about-page #page-about #history .i-history {
  background: none;
  padding-top: 0;
}
.about-page #countUp .row > div {
  height: 235px;
  background: #92C43D;
  color: #ffffff;
  text-align: center;
  font-family: 'Fira Sans Condensed', sans-serif;
  background: #add256;
  background: -moz-linear-gradient(left, #add256 0%, #79ad11 100%);
  background: -webkit-linear-gradient(left, #add256 0%, #79ad11 100%);
  background: linear-gradient(to right, #add256 0%, #79ad11 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#add256', endColorstr='#79ad11', GradientType=1);
}
.about-page #countUp .row > div {
  padding-top: 60px;
}
.about-page #countUp .row > div span {
  margin: -15px 0 0 0;
  font-size: 50px;
  font-family: Quicksand-Bold;
  display: block;
  line-height: 1.3em;
}
.about-page #countUp .row > div p {
  color: #23242C;
  font-size: 24px;
  display: block;
}
.about-page #clients-logos a {
  text-align: center;
  padding: 33px 0;
  border-bottom: 1px solid #F7F7F7;
}
.about-page #clients-logos a:nth-child(2n) {
  background: #F7F7F7;
}
.about-page #page-about #gardeners h2 {
  margin-bottom: 20px;
  text-align: center;
}
.about-page #page-about #gardeners .column {
  padding: 0 20px;
}
.about-page .others {
  background: url(../images/_parallax2.jpg) no-repeat center;
  padding: 100px 0;
}
.about-page .others .others-list {
  padding: 0 5%;
  position: relative;
  margin-top: 20px;
}
.about-page .others .others-list .fa {
  font-size: 16px;
  width: 60px;
  height: 60px;
  background-image: linear-gradient(to right, #9cc026, #5faf21);
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5%;
  color: #fff;
  line-height: 60px;
  cursor: pointer;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  z-index: 8;
}
.about-page .others .others-list .fa-chevron-right {
  left: auto;
  right: 0;
}
.about-page .others .swiper-slide .text {
  margin: 0 10% 30px;
}
.about-page .others .swiper-slide .text p {
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.about-page .others .swiper-slide .img img {
  width: auto;
  margin: 0 auto;
  display: block;
}
.about-page .others .swiper-slide .img h3 {
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin: 10px 0;
}
.about-page .others h2 {
  text-align: center;
}
.about-page .others h2 span.black {
  color: #fff !important;
}
.about-page #gardeners {
  background: #92C43D;
  padding: 100px 0 82px;
}
.about-page #gardeners h3 {
  margin: -8px 0 28px;
  font-size: 36px;
}
.about-page #gardeners ul li {
  color: #23242C !important;
  float: left;
}
.about-page #gardeners .item {
  background: #ffffff;
  padding: 14px 14px 14px;
  text-align: center;
  position: relative;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
}
.about-page #gardeners .item img {
  width: 100%;
  max-width: auto;
  height: auto;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
}
.about-page #gardeners .item .label-white {
  position: absolute;
  right: -16px;
  top: -16px;
}
.about-page #gardeners .item h5 {
  margin: 20px 0 3px;
}
.about-page #gardeners .item p {
  color: #92C43D;
}
.about-page #gardeners .item p.icon {
  color: #333333;
  margin: 10px 0;
}
.about-page #gardeners .item p.icon .fa {
  margin-right: 10px;
}
.about-page #gardeners.gardeners-inner {
  background: transparent;
  padding: 0;
}
.about-page #gardeners.gardeners-inner .item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.about-page #gardeners .btns {
  margin-top: 50px;
  text-align: center;
}


.about-page .accordion-box {
  position: relative; margin-top:40px;
  margin-bottom: 30px;
  padding-right: 30px;
}
.about-page .accordion-box .block {
  position: relative; border:1px solid #eee;
  padding-top: 0px;
  margin-bottom: 30px;
  box-shadow: 0px 5px 21.25px 3.75px rgba(217, 217, 217, 0.1);
}
.about-page .accordion-box .block:last-child {
  margin-bottom: 0px;
}
.about-page .accordion-box .block .acc-btn {
  position: relative;
  cursor: pointer;
  line-height: 1.2em;
  text-transform: capitalize;
  color: #222;
  font-weight: 600;
  padding: 22px 30px;
  padding-left: 58px;
  transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  border-radius: 6px;
}
.about-page .accordion-box .block .acc-btn.active {
  color: #88b04b;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.about-page .accordion-box .block .icon-outer {
  position: absolute;
  right: 32px;
  top: 47px;
  font-size: 25px;
  color: #222222;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.about-page .accordion-box .block .icon-outer .icon {
  position: absolute;
  top: 50%; right:10px;
  margin-top: -22px;
  font-size: 18px;
  color: #222222;
  line-height: 1em;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.about-page .accordion-box .block .icon-outer .icon_plus {
  opacity: 1;
}
.about-page .accordion-box .block .icon-outer .icon_minus {
  opacity: 0;
  color: #222;
  font-weight: 700;
}
.about-page .accordion-box .block .acc-btn.active .icon-outer .icon_minus {
  opacity: 1;
}
.about-page .accordion-box .block .acc-btn.active .icon-outer .icon_plus {
  opacity: 0;
}
.about-page .accordion-box .block .acc-btn.active .icon-outer {
  color: #0eaf96;
}
.about-page .accordion-box .block:nth-child(1) .acc-content{
  display:block;
}
.about-page .accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding: 0 30px 36px;
  padding-left: 58px;
  background: #fff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
/* .about-page .accordion-box .block .acc-content table tr td,.about-page .accordion-box .block .acc-content .para{
  color:#ccc;
} */
.about-page .accordion-box .block .acc-content .content-text {
  padding-bottom: 6px;
}
.about-page .accordion-box .block .acc-content.current {
  display: block;
}
.about-page .accordion-box .block .content {
  position: relative;
  margin-bottom: 0;
}
.about-page .accordion-box .block .content .text {
  margin-bottom: 0;
  font-size: 17px;
}
.service-page{
    padding-bottom:50px;
}
.faq-page .faq-list {
  padding: 0 0 50px;
}
.faq-page .faq-list li {
  cursor: pointer;
  position: relative;
  margin-bottom: 20px;
  background: #383838  url("../images/faq-q-ico.png") no-repeat left top;
  padding: 0 14px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.faq-page .faq-list li,
.faq-page .faq-list li .faq-a,
.faq-page .faq-list li .fa {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.faq-page .faq-list li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-list li .faq-a {
  padding: 19px 0 19px 32px;
  font-size: 18px;
  line-height: 2;
  color: #fff;
}
.faq-page .faq-list li .faq-q {
  padding: 29px 24px;
  line-height: 2;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  display: none;
}
.faq-page .faq-list li .faq-q p {
  font-size: 16px;
  color: #333;
}
.faq-page .faq-list li .faq-q p strong{
  font-size: 18px;
}
.faq-page .faq-list li .fa {
  position: absolute;
  color: #616161;
  font-size: 1.8rem;
  right: 36px;
  top: 21px;
}
.faq-page .faq-list li.active {
  padding-bottom: 15px;
  background-color: #1e8942;
  background-image: url("../images/faq-q-ico-h.png");
}
.faq-page .faq-list li.active .faq-a,
.faq-page .faq-list li.active .fa {
  color: #fff;
}
.application .part1{
    margin:20px 0 40px;
}
.application h2 {
    font-size: 24px;
    font-weight: bold;
    color: #007f41;
}
.application p {
    line-height: 20px;
    margin-bottom: 20px;
    border-bottom:1px solid #ccc;
    padding-bottom:20px;
}
.application .part1 .grid-box .column{
    padding:0 10px;
}
#history{
  padding-bottom: 50px;
}
#history h2 {
    padding: 40px 0 25px;
    font-size: 40px;
    text-align: center;
}

.i-history .history-list {
  background: url(../images/line_03.jpg) repeat-x left 7px;
}
.i-history .history-list .swiper-slide {
  position: relative;
}
.i-history .history-list .swiper-slide:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 50px;
  top: 0;
  left: 7px;
  background: #88b04b;
}
.i-history .history-list .swiper-slide:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0;
  z-index: 8;
  background: url(../images/pointer2.png) no-repeat center;
}
.i-history .history-list .swiper-slide .news-text {
  padding-top: 60px;
}
.i-history .history-list .swiper-slide .news-text h3 {
  font-size: 22px;
  color: #339a5a;
  line-height: 28px; font-weight: bold;
}
.i-history .history-list .swiper-slide .news-text h4 {
  font-size: 20px;
  text-transform: capitalize;
  margin: 10px 0;
}
.i-history .history-list .swiper-slide .news-text p {
  line-height: 25px;
  color: #6d6d6d; font-size:15px;
}
.i-history .img {
  margin-top: 50px;
}

.thumb-gallery{
  padding:20px 0;
  }
  .thumb-gallery li{
    float: left;
    padding:10px;
    width:25%;
  }



@media (max-width: 991px) {
  .about-page #gardeners {
    padding: 60px 0 20px;
  }
  .about-page #gardeners .txt {
    text-align: center;
  }
  .about-page #gardeners .txt ul {
    text-align: left;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
@media (max-width: 768px) {
  .about-page #gardeners .txt ul {
    text-align: left;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin-left: 15%;
  }
  .about-page #gardeners .item {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 970px) {
  .container {
    width: 768px;
  }
  .i-history .history-list .swiper-slide .news-text h3 {
    font-size: 38px;
  }
  #footer .footer-top .form .grid-box .column:nth-child(2) form input[type="submit"] {
    width: 35%;
    font-size: 14px;
  }
  .about-page #page-about .txt .grid-box .column.col-md-7 {
    width: 58%;
    padding-left: 3%;
  }
  .about-page #page-about h2 span,
  .about-page #page-about h2 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 700px;
  }
  .inner-page .page-right .products li {
    padding: 0 20px;
    margin-bottom: 30px;
    width: 50% !important;
  }
  .contact-page .part1 .grid-box .i-fl {
    width: 100%;
  }
  .contact-page .part1 .grid-box .i-fr {
    width: 100%;
  }
  .contact-page .part2 .column {
    padding: 20px;
    width: 50%;
  }
  .contact-page .part1 .grid-box .i-fr {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}
.inner-banner h2 {
    font-size: 25px;
    margin-top: 0px;
}
.inner-banner {
    padding-top: 100px;
}
.i-product .pro-list > .column {
    margin-bottom: 19px;
    width: 32.3%;
    margin-right: 1%;
}
.inner-page .init-1 .grid-box .column {
    margin-bottom: 30px; width:100%;
}
.inner-page .init-1 .grid-box .column:nth-child(1){
  padding-right: 0;
}
.inner-page .init-1 .grid-box .column h2,.about-page .p61-s03 h2,.sec-title h2,
#history h2,.cta h2{
    font-size: 30px;
}
.inner-page .page-right .products li .item-content {
    padding: 10px;
    border-bottom: 2px solid #1e8942;
}
.inner-page .page-right .products li .item-content h3 {
    margin-bottom: 0;
}
.inner-page .page-right .products li .item-content h3 a{
    font-size: 14px;
}
.inner-page .sidebar ul.darklinks li a {
    font-size: 14px;
}
.blog-all-titles .blog-title a {
    font-size: 20px;
    line-height: 2;
    font-weight: 600;
}
  .inner-page .sidebar {
    display: none;
    width: 100% !important;
  }
  .inner-page .page-right {
    width: 100% !important;
    padding-left: 0;
  }
  .inner-page .sidebar .hot {
    padding: 20px 0;
}
}
@media screen and (max-width: 700px) {
  .i-advantage ul{
    display: none;
  }

  .container {
    width: 100%;
  }
  .i-history h2 {
    font-size: 24px;
  }
  .i-history .history-list .swiper-slide .news-text h3 {
    font-size: 30px;
  }
  .mlztx {
    display: none;
  }
  .inner-page {
    padding: 30px 0;
  }
  .about-page #page-about .txt .grid-box .column.col-md-5 {
    width: 100%;
  }
  .about-page #page-about .txt .grid-box .column.col-md-7 {
    width: 100%;
    padding-left: 0%;
  }
  .about-page #page-about .txt img {
    margin-top: 0;
    margin-bottom: 0;
  }
  .about-page #countUp .row > div {
    padding-top: 60px;
    width: 50%;
  }
  .about-page #countUp .row > div span {
    font-size: 25px;
  }
  .about-page #countUp .row > div p {
    font-size: 18px;
  }
  .about-page #countUp .row > div {
    height: 145px;
  }
  .about-page #clients-logos a {
    width: 33.3%;
  }
  .about-page #page-about #gardeners .column {
    padding: 0 20px;
    width: 50%;
  }

  .inner-page .sidebar .widget-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .inner-page .page-right .products li .item-content {
    background: #f5f6fb;
    padding: 20px 8px;
    border-bottom: 3px solid #1e8942;
  }
  .inner-page .page-right .products li {
    padding: 0px 5px;
    margin-bottom: 30px;
    width: 50% !important;
  }
  .init-1 .grid-box.two > .column {
    width: 100%;
  }
  .prodet-page .init-3 .tit {
    font-size: 24px;
  }
  .blog-all-titles .blog-title a {
    font-size: 20px;
    font-weight: 600;
  }
  .faq-page .page-right .tit span,
  .faq-page .page-right .tit {
    font-weight: 600;
    font-size: 24px;
  }
  .contact-page .part1 .grid-box .i-fr h2 {
    font-size: 24px;
  }
  .contact-page .part1 .grid-box .i-fr form ul li {
    float: left;
    width: 100%;
    margin-right: 0;
  }
  .contact-page .part2 {
    margin-top: 10px;
  }
  .contact-page .part2 .column {
    padding: 20px;
    width: 100%;
  }
  #banner .nivo-controlNav{
    display:none;
  }
  .inner-banner h2 {
    font-size: 20px;
    margin-top: 0px;
}
.inner-banner {
    height: 200px;
    padding-top: 40px;
}
.inner-page {
    padding:30px 0;
}
.inner-page .init-1 .grid-box .column h2,.about-page .p61-s03 h2,.sec-title h2,
#history h2,.cta h2{
    font-size: 20px;
}
#history h2 {
    padding: 10px 0 10px;
}
.inner-page .init-1 .grid-box .column:nth-child(1), .inner-page .init-1 .grid-box .column:nth-child(4) {
    padding-right:0;
}
.inner-page .init-1 .grid-box .column {
    margin-bottom: 20px;
}
.breadCrumbs .side-menu{
    margin-top:10px;
}
.i-product .pro-list > .column {
    width: 100%;
}
.contact-page .part1 .grid-box .i-fr {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}
.contact-page .part2 .column {
    padding: 10px 0;
    width: 100%;
}
}
#cs {
  width: 100%;
  margin-bottom: 20px;
}
#cs td,#cs th{
  padding: 5px 10px;
  border: none;
  width: 50%;
}
#cs tr:nth-child(even){
  background: #efefef;
}
#cs tr:nth-child(odd){
  background: #dadada;
}
#cs td:first-child {
  color: #000;
}
#cs td:last-child {
  color: #000;
}



.about-page .about-c{
  background: url(../images/about-c-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-page .about-c li{
  height: 620px;
  position: relative;
  background-color: rgba(26, 137, 0, 0.7)
}

.about-page .about-c .content{
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
}

.about-page .about-c .content .line-box {
    width: 100%;
    height: 100%;
}

.about-page .about-c .content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  z-index: 100;
}
.about-page .about-c .content:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.about-page .about-c .content .line-box:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1px;
  height: 0;
  background: #fff;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  z-index: 100;
}
.about-page .about-c .content .line-box:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 0;
  background: #fff;
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.about-page .about-c .content:hover:before {
  width: 100%;
}
.about-page .about-c .content:hover:after {
  width: 100%;
}
.about-page .about-c .content:hover .line-box:before {
  height: 100%;
}
.about-page .about-c .content:hover .line-box:after {
  height: 100%;
}


.about-page .about-c .content .line-box h1{
  font-size: 113px;
  color: #fff;
  font-family: 'Haettenschweiler';
}
.about-page .about-c .content .line-box p{
  font-size: 20px;
  line-height: 2;
  color: #fff;
}


.about-page .about-c .content .line-box .txt{
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.about-page .about-c ul li:nth-child(even){
  margin-top: 620px;
}


@media screen and (max-width: 1500px) {
  .about-page .about-c .content .line-box h1{
    font-size: 80px;
  }
  .about-page .about-c li{
    height: 500px;
  }
  .about-page .about-c ul li:nth-child(even){
    margin-top: 500px;
  }
}

@media screen and (max-width: 1230px) {
  .about-page .about-c .content .line-box h1{
    font-size: 60px;
  }
  .about-page .about-c li{
    height: 450px;
  }
  .about-page .about-c ul li:nth-child(even){
    margin-top: 450px;
  }

  .about-page .about-c .content .line-box p{
    font-size: 18px;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-c ul li:nth-child(even){
    margin-top: 0px;
  }
}


@media screen and (max-width: 500px) {
.our-product .media .image-details{
  display: none;
}
.media .overlay{
  display: none;
}
.faq-page .faq-list li .faq-a{
  padding: 15px 15px 15px 0;
  font-size: 15px;
}
  .prodet-page .init-3 .related-list .swiper-slide .item-content{
    padding: 15px;
  }
  .about-page .about-c li{
    height: 300px;
  }
  .about-page .about-c .content:before {
    width: 100%;
  }
  .about-page .about-c .content:after {
    width: 100%;
  }
  .about-page .about-c .content .line-box:before {
    height: 100%;
  }
  .about-page .about-c .content .line-box:after {
    height: 100%;
  }

  .about-page .about-c .content .line-box h1{
    font-size: 40px;
  }
  .about-page .about-c .content .line-box p{
    font-size: 14px;
  }

  .faq-page .faq-list li .fa{
    font-size: 1.2rem;
    right: 5px;
    top: 25px;
  }
}


.join-pro .txt{
  font-size: 18px;
  opacity: .6;
}

.join-pro .box{
  padding: 30px 0;
}


.tab-list .right .slick-track{
  margin-left: 0;
}


@media screen and (max-width: 1000px) {
  .join-pro{
    display: none;
  }
  .huyuepro, .huyueproh1 {
    display: none;
  }
}




#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li{
  position: relative;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu ul.children{
  position: absolute;
  left: 100%;
  top: 0;
  width: 180px;
  display: none;
  background-color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover ul.children{
  display: block;
}



.ty-form{
  padding: 50px 0;
}
.ty-form ul{
  margin: 0 -15px;
}
.ty-form ul li{
  padding: 0 15px;
  margin-bottom: 20px;
}
.ty-form input,
.ty-form textarea{
  width: 100%;
  font-size: 14px;
  padding: 10px 20px;
}
.ty-form textarea{
  height: 150px;
}
.ty-form button{
  margin-top: 30px;
  padding: 10px 30px;
  border: none;
  text-align: center;
  background-image: linear-gradient(to right, #9cc026, #5faf21);
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-family: poppins-bold;
}

.ty-form button:hover{
  box-shadow: 0 5px 10px 0 #ccc;
  -webkit-box-shadow: 0 5px 10px 0 #ccc;
  -moz-box-shadow: 0 5px 10px 0 #ccc;
  -ms-box-shadow: 0 5px 10px 0 #ccc;
  -o-box-shadow: 0 5px 10px 0 #ccc;
}