/*------------------------------------------------------------------
    [Main Style Stylesheet]
    Project:       HTML Template
    Version:        1.0
    Author:         CizThemes
    Skype:          congnd91
    Author URI:     https://themeforest.net/user/cizthemes    
    Last change:    13/07/2017
-------------------------------------------------------------------
-------------------------------------------------------------------*/
h1,
.h1 {
  font-size: 3.5rem; }

h2,
.h2 {
  font-size: 3rem; }

h3,
.h3 {
  font-size: 2.5rem; }

h4,
.h4 {
  font-size: 2rem; }

h5,
.h5 {
  font-size: 1.8rem; }

h6,
.h6 {
  font-size: 1.5rem; }

/*==========Setting=========*/
html {
  font-size: 10px; }

body {
  font-family: "Microsoft JhengHei", sans-serif;
  min-width: 370px;
  font-size: 1.4rem;
  color: #131218;
  line-height: 1.5;
  padding: 80px 0px 0px 0px; }

dt,
dd {
  line-height: 1.5; }

a:hover {
  text-decoration: none;
  color: inherit; }

a {
  color: inherit; }

a:active,
a:focus {
  text-decoration: none;
  color: inherit; }

iframe {
  width: 100%;
  border: none; }

::selection {
  background: #76a733;
  color: #fff; }

img {
  max-width: 80%; }

/*==========Components=========*/
.my-btn {
  display: inline-block;
  line-height: 36px;
  padding: 0px 20px;
  color: #fff;
  background-color: #76a733;
  border-radius: 50px;
  margin: 0px 0px 0px 0px;
  text-transform: uppercase;
  border: none;
  transition: all ease 0.3s;
  font-size: 1.4rem; }
  .my-btn:hover {
    background-color: #2e36e5;
    outline: none;
    color: #fff; }
  .my-btn.active {
    background-color: #76a733;
    outline: none;
    color: #fff; }
    .my-btn.active:hover {
      opacity: 0.8; }

.sb-btn {
  display: inline-block;
  line-height: 40px;
  padding: 0px 30px;
  font-family: "Aero", sans-serif;
  color: #fff;
  background-color: #76a733;
  border-radius: 4px;
  margin: 0px 0px 0px 0px;
  font-weight: 600;
  border: none;
  -moz-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s; }
  .sb-btn:hover {
    background-color: #76a733;
    outline: none;
    color: #fff; }
  .sb-btn.active {
    background-color: #76a733;
    outline: none;
    color: #fff; }
    .sb-btn.active:hover {
      opacity: 0.8; }
  .sb-btn.cancel {
    background-color: #e5e5e5;
    margin: 0px 0px 0px 15px;
    color: #fff; }
    .sb-btn.cancel:hover {
      opacity: 0.8; }
  .sb-btn:active {
    color: inherit; }

.row-fix {
  margin-left: -10px;
  margin-right: -10px; }
  .row-fix .col-fix {
    padding-left: 10px;
    padding-right: 10px; }

.dropdown-menu {
  font-size: inherit;
  top: 100% !important;
  transform: none !important; }

.dropdown-toggle::after {
  display: none; }

#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
  background-color: #fff; }

.header {
  border-bottom: 1px solid #76A733;
  height: 80px;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 101;
  background-color: #fff;
  transition: all ease 0.4s; }
  .header .search-wrap {
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    transition: all ease 0.4s;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    margin-top: 15px; }
    .header .search-wrap.show {
      visibility: visible;
      opacity: 1;
      margin-top: 0px; }
    .header .search-wrap .search-box {
      min-height: 100px;
      background-color: #27272a;
      padding: 60px 80px; }
      @media screen and (max-width: 767px) {
        .header .search-wrap .search-box {
          padding: 40px 10px; } }
    .header .search-wrap .sb-inner {
      border-bottom: 1px solid #d4d4d4;
      padding: 0px 120px 0px 0px;
      position: relative; }
      .header .search-wrap .sb-inner .sbi-submit {
        position: absolute;
        top: 0px;
        right: 0px; }
        .header .search-wrap .sb-inner .sbi-submit button {
          background-color: transparent;
          cursor: pointer;
          transition: all ease 0.3s;
          outline: none;
          height: 35px;
          width: 120px;
          border-radius: 2px;
          line-height: 35px;
          border: none;
          color: #fff;
          font-size: 1.5rem; }
          .header .search-wrap .sb-inner .sbi-submit button:hover {
            background-color: #333333; }
      .header .search-wrap .sb-inner .sbi-input {
        width: 100%;
        padding: 0px 40px 0px 40px;
        position: relative; }
        @media screen and (max-width: 767px) {
          .header .search-wrap .sb-inner .sbi-input {
            padding: 0px 40px 0px 0px; } }
        .header .search-wrap .sb-inner .sbi-input .sbi-close {
          position: absolute;
          top: 0px;
          right: 0px;
          width: 30px;
          height: 40px;
          line-height: 40px;
          color: #fff;
          opacity: 0.8;
          cursor: pointer;
          font-size: 30px; }
        .header .search-wrap .sb-inner .sbi-input .sbi-icon {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 40px;
          height: 40px;
          line-height: 40px;
          font-size: 40px;
          color: #fff;
          text-align: center; }
          @media screen and (max-width: 767px) {
            .header .search-wrap .sb-inner .sbi-input .sbi-icon {
              display: none; } }
        .header .search-wrap .sb-inner .sbi-input input {
          width: 100%;
          height: 50px;
          padding: 0px 10px;
          display: block;
          border: none;
          background-color: transparent;
          outline: none;
          color: #fff;
          font-size: 2.2rem;
          font-weight: 600;
          text-transform: uppercase; }
          @media screen and (max-width: 767px) {
            .header .search-wrap .sb-inner .sbi-input input {
              font-size: 1.6rem; } }
  .header .logo {
    float: left;
    margin: 15px 0px 0px 15px; }
    @media screen and (max-width: 767px) {
      .header .logo {
        margin: 15px 0px 0px 5px;
        position: absolute;
        top: 0px;
        left: 0px; } }
  .header .header-right {
    float: right;
    margin: 0px 15px 0px 0px; }
    @media screen and (max-width: 767px) {
      .header .header-right {
        margin: 0px 5px 0px 0px; } }
  .header .language {
    float: left;
    position: relative;
    padding: 0px 10px; }
    @media screen and (max-width: 767px) {
      .header .language {
        padding: 0px;
        margin: 0px 0px 0px 10px; } }
    .header .language:hover .dropdown-language {
      margin: 0px;
      visibility: visible;
      opacity: 1;
      z-index: 10; }
    .header .language .dropdown-language {
      position: absolute;
      top: 100%;
      background-color: #76a733;
      left: 0px;
      min-width: 60px;
      visibility: hidden;
      z-index: -1;
      opacity: 0;
      margin-top: 10px;
      transition: all ease 0.4s; }
      .header .language .dropdown-language p {
        margin: 0px;
        text-align: center; }
        .header .language .dropdown-language p a {
          color: #fff;
          padding: 7px 10px;
          display: block;
          transition: all ease 0.3s;
          font-size: 1.4rem;
          font-weight: 600; }
          .header .language .dropdown-language p a:hover {
            background-color: #456618; }
    .header .language span {
      cursor: pointer;
      display: block;
      height: 80px;
      width: 40px;
      background-image: url(../images/earth.png);
      background-repeat: no-repeat;
      background-position: center center; }
      @media screen and (max-width: 767px) {
        .header .language span {
          background-size: 20px auto;
          width: 30px; } }
  .header .search-icon {
    float: left;
    position: relative;
    z-index: 10;
    cursor: pointer;
    height: 80px;
    line-height: 80px;
    color: #76a733;
    font-size: 1.7rem;
    padding: 0px 10px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .header .search-icon {
        padding: 0px; } }
    .header .search-icon i {
      font-size: 30px;
      margin: 0px 0px 0px 0px;
      position: relative; }
      @media screen and (max-width: 767px) {
        .header .search-icon i {
          font-size: 20px; } }
  .header .menu-icon {
    float: left;
    text-align: center;
    width: 40px;
    cursor: pointer;
    height: 80px;
    line-height: 80px;
    font-size: 25px;
    margin: 0px 0px 0px 0px;
    display: none;
    color: #76a733; }
    @media screen and (max-width: 991px) {
      .header .menu-icon {
        display: block; } }
  .header .menu {
    float: left;
    margin: 0px 50px 0px 0px; }
    @media screen and (max-width: 1200px) {
      .header .menu {
        margin: 0px; } }
    @media screen and (max-width: 991px) {
      .header .menu {
        display: none; } }
    .header .menu > ul {
      margin: 0px;
      padding: 0px;
      list-style: none; }
      .header .menu > ul > li {
        float: left;
        margin: 0px 50px 0px 0px;
        position: relative; }
        @media screen and (max-width: 1599px) {
          .header .menu > ul > li {
            margin: 0px 30px 0px 0px; } }
        @media screen and (max-width: 1400px) {
          .header .menu > ul > li {
            margin: 0px 20px 0px 0px; } }
        @media screen and (max-width: 1199px) {
          .header .menu > ul > li {
            margin: 0px 0px 0px 0px; } }
        .header .menu > ul > li:hover > a > span:before1 {
          left: 0;
          right: 0;
          opacity: 1; }
        .header .menu > ul > li:hover .mega-menu {
          margin: 0px 0px 0px 0px;
          opacity: 1;
          visibility: visible;
          z-index: 10; }
        .header .menu > ul > li:hover .sub-menu {
          visibility: visible;
          margin-top: 0;
          opacity: 1; }
        .header .menu > ul > li > a {
          padding: 0px 10px;
          font-size: 1.7rem;
          display: block;
          text-transform: uppercase;
          font-weight: bold;
          color: #76a733; }
          @media screen and (max-width: 1400px) {
            .header .menu > ul > li > a {
              font-size: 1.5rem; } }
          .header .menu > ul > li > a span {
            display: block;
            line-height: 80px;
            position: relative; }
            .header .menu > ul > li > a span:before {
              display: block;
              height: 3px;
              left: 50%;
              right: 50%;
              bottom: 20px;
              position: absolute;
              content: "";
              transition: all ease 0.4s;
              background-color: #76a733;
              opacity: 0; }
        .header .menu > ul > li .sub-menu {
          position: absolute;
          top: 100%;
          background-color: #76a733;
          left: 0px;
          width: 280px;
          margin: 0px;
          padding: 0px;
          list-style: none;
          transition: all ease 0.4s;
          z-index: 100;
          visibility: hidden;
          opacity: 0;
          margin-top: 10px; }
          .header .menu > ul > li .sub-menu li {
            display: block; }
            .header .menu > ul > li .sub-menu li a {
              padding: 10px 15px;
              color: #fff;
              font-size: 1.4rem;
              display: block;
              transition: all ease 0.3s; }
              .header .menu > ul > li .sub-menu li a:hover {
                background-color: #456618; }
  .header .mega-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    margin: 20px 0px 0px 0px;
    right: 0px;
    height: 10px;
    transition: all ease 0.4s;
    visibility: hidden;
    z-index: -1;
    opacity: 0;
    padding-top: 20px; }
    .header .mega-menu .mega-menu-inner {
      min-height: 220px;
      background-color: #fff;
      padding: 50px;
      position: relative; }
      @media screen and (max-width: 1199px) {
        .header .mega-menu .mega-menu-inner {
          padding: 20px; } }
      .header .mega-menu .mega-menu-inner .mega-content {
        position: relative; }
      .header .mega-menu .mega-menu-inner .mega-nav {
        width: 300px;
        min-height: 200px; }
        @media screen and (max-width: 1199px) {
          .header .mega-menu .mega-menu-inner .mega-nav {
            width: 200px; } }
        .header .mega-menu .mega-menu-inner .mega-nav ul {
          margin: 0px;
          padding: 0px;
          list-style: none; }
          .header .mega-menu .mega-menu-inner .mega-nav ul li {
            border-bottom: 1px solid #e8e6e6; }
            .header .mega-menu .mega-menu-inner .mega-nav ul li a {
              padding: 10px 0px;
              display: block;
              color: #76a733;
              font-size: 14px; }
            .header .mega-menu .mega-menu-inner .mega-nav ul li.active a {
              color: #131218; }
            .header .mega-menu .mega-menu-inner .mega-nav ul li:hover a {
              color: #131218; }
          .header .mega-menu .mega-menu-inner .mega-nav ul:hover .mega-sub {
            z-index: 10; }
      .header .mega-menu .mega-menu-inner .mega-sub {
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 300px;
        background-color: #fff;
        z-index: 1; }
        @media screen and (max-width: 1199px) {
          .header .mega-menu .mega-menu-inner .mega-sub {
            left: 200px; } }
      .header .mega-menu .mega-menu-inner .mega-sub-col {
        float: left;
        width: 50%;
        padding: 0px 0px 0px 50px; }
        @media screen and (max-width: 1199px) {
          .header .mega-menu .mega-menu-inner .mega-sub-col {
            padding: 0px 0px 0px 20px; } }
        .header .mega-menu .mega-menu-inner .mega-sub-col.fix {
          padding: 0px 0px 0px 70px; }
          @media screen and (max-width: 1199px) {
            .header .mega-menu .mega-menu-inner .mega-sub-col.fix {
              padding: 0px 0px 0px 30px; } }
        .header .mega-menu .mega-menu-inner .mega-sub-col img {
          width: 100%; }
        .header .mega-menu .mega-menu-inner .mega-sub-col h3 {
          font-size: 2.2rem;
          color: #000;
          margin: 0px 0px 10px 0px; }
        .header .mega-menu .mega-menu-inner .mega-sub-col p {
          font-size: 1.4rem;
          color: #333333;
          font-family: "Microsoft JhengHei", sans-serif; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #43454d;
  transition: all ease 0.4s;
  visibility: hidden;
  z-index: -1;
  opacity: 0; }

.show-overlay .overlay {
  visibility: visible;
  opacity: 0.5;
  z-index: 100; }

@media screen and (max-width: 991px) {
  .open-menu {
    overflow: hidden; }
    .open-menu .header {
      width: 100%;
      right: 280px;
      left: -280px; }
    .open-menu .menu-res {
      transform: translateX(0px); }
    .open-menu .header .container {
      left: -280px; }
    .open-menu .page {
      height: 100%;
      left: -280px; }

  .header .container {
    position: relative;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; }

  .menu-res {
    width: 280px;
    background-color: #111;
    position: fixed;
    top: 0px;
    z-index: 99999;
    overflow: auto;
    bottom: 0px;
    transition: all ease 0.4s;
    right: 0px;
    transform: translateX(280px); }

  .page {
    transition: all ease 0.4s;
    position: relative;
    left: 0px; }

  .menu-res-inner {
    padding: 30px 20px 20px 20px; }
    .menu-res-inner ul {
      padding: 0px;
      list-style: none; }
      .menu-res-inner ul > li {
        border-bottom: 1px solid #222;
        position: relative; }
        .menu-res-inner ul > li .fa-home {
          margin: 0px 5px 0px 0px; }
        .menu-res-inner ul > li i {
          margin: 0px 5px 0px 0px; }
        .menu-res-inner ul > li a {
          color: #999;
          display: block;
          line-height: 40px;
          font-family: arial;
          -moz-transition: all ease 0.2s;
          -o-transition: all ease 0.2s;
          -webkit-transition: all ease 0.2s;
          transition: all ease 0.2s; }
          .menu-res-inner ul > li a:hover {
            color: #fff; }
        .menu-res-inner ul > li.has-menu i {
          position: absolute;
          top: 0px;
          right: 0px;
          width: 20px;
          height: 40px;
          line-height: 40px;
          text-align: center;
          color: #fff;
          font-size: 15px; }
        .menu-res-inner ul > li.active:before i {
          transform: rotate(180deg); }
        .menu-res-inner ul > li > ul {
          padding: 0px 0px 10px 10px; }
          .menu-res-inner ul > li > ul li {
            border-top: 1px solid #222;
            border-bottom: none !important; }
            .menu-res-inner ul > li > ul li a {
              display: block;
              line-height: 20px;
              text-transform: none;
              color: #666;
              padding: 10px 0px;
              font-weight: 400;
              -moz-transition: all ease 0.2s;
              -o-transition: all ease 0.2s;
              -webkit-transition: all ease 0.2s;
              transition: all ease 0.2s; }
              .menu-res-inner ul > li > ul li a:hover {
                color: #fff; }
            .menu-res-inner ul > li > ul li > ul {
              padding: 0px 0px 0px 20px; }
    .menu-res-inner .sub-menu {
      display: none; } }
.home-slider {
  margin: 0px 0px 0px 0px;
  position: relative; }
  .home-slider .home-slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 300px;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .home-slider .home-slider-item {
        height: 250px; } }
    .home-slider .home-slider-item .home-slider-text {
      padding: 0px 15px;
      text-align: center; }
    .home-slider .home-slider-item h2 {
      color: #fff;
      padding: 60px 0px 20px 0px;
      margin: 0px;
      font-size: 4.6rem;
      font-weight: 600; }
      @media screen and (max-width: 1400px) {
        .home-slider .home-slider-item h2 {
          font-size: 4rem; } }
      @media screen and (max-width: 1199px) {
        .home-slider .home-slider-item h2 {
          font-size: 3.5rem; } }
      @media screen and (max-width: 991px) {
        .home-slider .home-slider-item h2 {
          font-size: 2rem;
          padding: 30px 0px 0px 0px; } }
  .home-slider .owl-prev {
    width: 23px;
    height: 59px;
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -30px;
    cursor: pointer;
    z-index: 10;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat; }
    @media screen and (max-width: 991px) {
      .home-slider .owl-prev {
        width: 15px;
        height: 40px;
        background-size: 15px auto; } }
  .home-slider .owl-next {
    width: 23px;
    height: 59px;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -30px;
    cursor: pointer;
    z-index: 10;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat; }
    @media screen and (max-width: 991px) {
      .home-slider .owl-next {
        width: 15px;
        height: 40px;
        background-size: 15px auto; } }

.wecando h2 {
  text-align: center;
  color: #76a733;
  margin: 0px;
  font-weight: bold;
  font-size: 4.2rem;
  padding: 30px 10px; }
  @media screen and (max-width: 1400px) {
    .wecando h2 {
      font-size: 4rem; } }
  @media screen and (max-width: 1199px) {
    .wecando h2 {
      font-size: 3.5rem; } }
  @media screen and (max-width: 991px) {
    .wecando h2 {
      font-size: 2rem; } }
  @media screen and (max-width: 767px) {
    .wecando h2 {
      font-size: 1.5rem;
      padding: 20px 0px; } }
.wecando .wecando-item img {
  width: 100%;
  display: block;
  transition: all ease 0.4s; }
.wecando .wecando-item .wi-img {
  overflow: hidden; }
.wecando .wecando-item:hover img {
  transform: scale(1.1); }
.wecando .wi-des {
  padding: 10px 5px; }
  .wecando .wi-des a {
    color: #76a733;
    font-size: 16px; }
    .wecando .wi-des a:hover {
      color: #5e8725; }
  .wecando .wi-des .text-muted {
    font-size: 13px; }

.home-contact {
  min-height: 400px;
  background-color: #eeeeff;
  padding: 70px 0px; }
  @media screen and (max-width: 991px) {
    .home-contact {
      padding: 50px 0px; } }
  .home-contact .hc-caption h2 {
    text-align: center;
    margin: 0px 0px 50px 0px;
    font-size: 4.2rem;
    color: #76a733; }
    @media screen and (max-width: 1400px) {
      .home-contact .hc-caption h2 {
        font-size: 4rem; } }
    @media screen and (max-width: 1199px) {
      .home-contact .hc-caption h2 {
        font-size: 3.5rem; } }
    @media screen and (max-width: 991px) {
      .home-contact .hc-caption h2 {
        font-size: 3rem;
        margin: 0px 0px 20px 0px; } }
  .home-contact .hc-caption p {
    text-align: center;
    font-size: 1.8rem;
    color: #76a733;
    margin: 0px 0px 30px 0px; }
    @media screen and (max-width: 991px) {
      .home-contact .hc-caption p {
        font-size: 1.4rem;
        margin: 0px 0px 15px 0px; } }

.hc-tab {
  padding: 0px 0px 0px 240px; }
  @media screen and (max-width: 991px) {
    .hc-tab {
      padding: 0px; } }
  .hc-tab .tab-caption {
    width: 210px;
    float: left;
    margin: 0px 0px 0px -240px; }
    @media screen and (max-width: 991px) {
      .hc-tab .tab-caption {
        float: none;
        margin: 20px 0px 10px 0px;
        width: 100%;
        text-align: center; } }
    .hc-tab .tab-caption ul {
      margin: 0px;
      padding: 0px; }
      @media screen and (max-width: 991px) {
        .hc-tab .tab-caption ul {
          display: inline-block; } }
      .hc-tab .tab-caption ul li {
        margin: 0px 0px 20px 0px;
        display: block;
        width: 100%; }
        @media screen and (max-width: 991px) {
          .hc-tab .tab-caption ul li {
            width: auto;
            display: inline-block;
            margin: 0px 0px 10px 0px; } }
        .hc-tab .tab-caption ul li a {
          display: block;
          font-size: 2rem;
          width: 100%;
          color: #76a733;
          padding: 5px 5px 5px 30px;
          border-radius: 18px; }
          @media screen and (max-width: 991px) {
            .hc-tab .tab-caption ul li a {
              font-size: 1.5rem;
              padding: 5px 10px; } }
          .hc-tab .tab-caption ul li a.active {
            background: linear-gradient(to top, #0f5fca, #0494db);
            color: #fff; }
  .hc-tab .tab-content {
    float: right;
    width: 100%;
    min-height: 400px;
    background-image: url(../images/5.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      .hc-tab .tab-content {
        float: none; } }

.hc-form {
  min-height: 400px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 30px 15px; }
  @media screen and (max-width: 991px) {
    .hc-form {
      padding: 15px 15px; } }
  .hc-form .hc-form-inner {
    max-width: 600px;
    margin: 0px auto; }
    .hc-form .hc-form-inner h3 {
      font-size: 3rem;
      margin: 0px 0px 20px 0px;
      padding: 0px;
      color: #fff; }
      @media screen and (max-width: 991px) {
        .hc-form .hc-form-inner h3 {
          font-size: 2rem; } }
    .hc-form .hc-form-inner .hc-field {
      padding: 0px 0px 0px 120px;
      margin: 0px 0px 15px 0px; }
      @media screen and (max-width: 991px) {
        .hc-form .hc-form-inner .hc-field {
          padding: 0px; } }
      .hc-form .hc-form-inner .hc-field span {
        float: left;
        margin: 0px 0px 0px -120px;
        width: 120px;
        font-size: 1.8rem;
        font-weight: 600;
        color: #fff; }
        @media screen and (max-width: 991px) {
          .hc-form .hc-form-inner .hc-field span {
            font-size: 1.5rem;
            margin: 0px 0px 5px 0px;
            display: block;
            float: none;
            width: 100%; } }
  .hc-form .hc-text {
    width: 160px;
    padding: 0px 10px;
    height: 27px;
    background-color: #fff;
    outline: none;
    border: none;
    display: block; }
  .hc-form .hc-area {
    width: 100%;
    padding: 10px 10px;
    height: 125px;
    background-color: #fff;
    outline: none;
    border: none;
    display: block; }

.hc-control {
  text-align: right; }
  .hc-control button {
    background-color: #76a733;
    background: linear-gradient(to top, #0f5fca, #0494db);
    border: none;
    padding: 6px 30px;
    outline: none;
    font-size: 1.6rem;
    color: #fff;
    cursor: pointer;
    transition: all ease 0.3s; }
    .hc-control button:hover {
      opacity: 0.9; }

.bar-contact {
  text-align: center;
  padding: 20px 0px;
  background-color: #fff;
  border-top: 1px solid #76A733;
  margin-top: 30px; }
  .bar-contact .bc-item {
    display: inline-block;
    margin: 5px 15px; }
    @media screen and (max-width: 991px) {
      .bar-contact .bc-item {
        margin: 5px 10px; } }
    .bar-contact .bc-item a {
      font-size: 1.4rem;
      font-weight: normal;
      color: #555555; }
      @media screen and (max-width: 991px) {
        .bar-contact .bc-item a {
          font-size: 1.3rem; } }

.footer {
  padding: 40px 0px;
  background-color: #e9e8e8; }
  .footer .allright {
    float: left;
    margin: 10px 0px 0px 0px; }
    @media screen and (max-width: 991px) {
      .footer .allright {
        float: none;
        text-align: center;
        margin: 0px 0px 20px 0px; } }
    .footer .allright p {
      margin: 0px;
      padding: 0px;
      font-size: 1.3rem;
      color: #76a733; }
      .footer .allright p a {
        color: #76a733;
        opacity: 0.7;
        transition: all ease 0.3s; }
        .footer .allright p a:hover {
          color: #456618;
          opacity: 1; }
  .footer .footer-right {
    float: right; }
    @media screen and (max-width: 991px) {
      .footer .footer-right {
        float: none;
        text-align: center; } }
    .footer .footer-right .social {
      float: left; }
      @media screen and (max-width: 991px) {
        .footer .footer-right .social {
          float: none;
          text-align: center;
          margin: 0px 0px 10px 0px; } }
      .footer .footer-right .social a {
        float: left;
        width: 40px;
        margin: 0px 0px 0px 20px;
        height: 40px;
        border: 1px solid #76a733;
        border-radius: 50%;
        line-height: 38px;
        text-align: center;
        color: #76a733;
        font-size: 20px;
        transition: all ease 0.3s; }
        @media screen and (max-width: 991px) {
          .footer .footer-right .social a {
            float: none;
            display: inline-block;
            margin: 0px 10px; } }
        .footer .footer-right .social a:hover {
          border: 1px solid #456618; }
    .footer .footer-right ul {
      float: left;
      margin: 10px 0px 0px 0px;
      padding: 0px; }
      @media screen and (max-width: 991px) {
        .footer .footer-right ul {
          float: none;
          display: inline-block; } }
      .footer .footer-right ul li {
        display: inline-block;
        margin: 0px 0px 0px 20px; }
        @media screen and (max-width: 991px) {
          .footer .footer-right ul li {
            margin: 0px 10px; } }
        .footer .footer-right ul li a {
          color: #76a733;
          font-size: 1.3rem;
          transition: all ease 0.3s; }
          .footer .footer-right ul li a:hover {
            color: #0199da;
            opacity: 1; }

/**************page**************/
.produc-bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.sitemap {
  padding: 20px 15px;
  text-align: right; }
  .sitemap a {
    font-size: 1.5rem;
    color: #76A733;
    font-weight: bold; }
    .sitemap a:hover {
      text-decoration: underline; }
  .sitemap span {
    font-size: 1.5rem;
    color: #76A733;
    font-weight: bold;
    display: inline-block;
    margin: 0px 5px; }

.product-slider {
  position: relative; }
  .product-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 35px;
    height: 35px;
    background-color: #333333;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    margin-top: -15px; }
    .product-slider .owl-prev:hover {
      background-color: #555; }
  .product-slider .owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 35px;
    height: 35px;
    background-color: #333333;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    margin-top: -15px; }
    .product-slider .owl-next:hover {
      background-color: #555; }
  .product-slider .owl-dots {
    display: none;
    position: absolute;
    right: 60%;
    bottom: 20px;
    z-index: 10;
    text-align: right; }
    .product-slider .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      margin: 0px 5px;
      background-color: #fff;
      opacity: 0.7;
      cursor: pointer;
      display: inline-block; }
      .product-slider .owl-dots .owl-dot.active {
        opacity: 1; }
    @media screen and (max-width: 767px) {
      .product-slider .owl-dots {
        right: 0px; } }
  .product-slider .op-item {
    overflow: hidden; }
    @media (min-width: 1400px) {
      .product-slider .op-item .container {
        max-width: 1300px; } }
    @media screen and (max-width: 767px) {
      .product-slider .op-item .container {
        text-align: center; } }
    .product-slider .op-item img {
      float: left;
      width: 45%;
      max-width: 100%; }
      @media screen and (max-width: 767px) {
        .product-slider .op-item img {
          width: auto;
          float: none;
          display: inline-block; } }
    .product-slider .op-item .opi-des {
      float: left;
      width: 55%;
      padding: 50px 0px 0px 50px; }
      @media screen and (max-width: 767px) {
        .product-slider .op-item .opi-des {
          width: 100%;
          float: none;
          padding: 20px 0px 30px 0px;
          text-align: left; } }
      .product-slider .op-item .opi-des h2 {
        margin: 0px 0px 20px 0px;
        color: #fff;
        font-size: 4rem;
        font-weight: bold; }
        @media screen and (max-width: 1400px) {
          .product-slider .op-item .opi-des h2 {
            font-size: 4rem; } }
        @media screen and (max-width: 1199px) {
          .product-slider .op-item .opi-des h2 {
            font-size: 3.5rem; } }
        @media screen and (max-width: 991px) {
          .product-slider .op-item .opi-des h2 {
            font-size: 2rem; } }
      .product-slider .op-item .opi-des p {
        color: #fff;
        font-size: 1.7rem; }
        @media screen and (max-width: 991px) {
          .product-slider .op-item .opi-des p {
            font-size: 1.5rem; } }
  .product-slider .op-detail-item {
    text-align: center; }
    .product-slider .op-detail-item img {
      max-width: 750px;
      display: inline-block; }
      @media screen and (max-width: 767px) {
        .product-slider .op-detail-item img {
          max-width: 100%; } }

.product-lists {
  padding: 50px 0px;
  background-color: #eee; }

.product-item {
  margin: 0px 0px 20px 0px;
  padding: 10px;
  transition: all ease 0.4s; }
  .product-item:hover {
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); }
    .product-item:hover .pi-img img {
      transform: scale(1.1); }
  .product-item .pi-img {
    margin: 0px 0px 10px 0px; }
    .product-item .pi-img img {
      max-width: 100%;
      transition: all ease 0.4s; }
  .product-item .pi-des {
    text-align: center;
    margin: 0px 0px 10px 0px; }
    .product-item .pi-des h3 {
      margin: 0px;
      text-align: center;
      color: #76a733;
      font-size: 1.7rem; }
      @media screen and (max-width: 767px) {
        .product-item .pi-des h3 {
          font-size: 1.5rem; } }

.product-detail-caption {
  text-align: center; }
  .product-detail-caption h1 {
    margin: 0px;
    font-size: 5.5rem;
    color: #131218; }
    @media screen and (max-width: 1400px) {
      .product-detail-caption h1 {
        font-size: 4rem; } }
    @media screen and (max-width: 1199px) {
      .product-detail-caption h1 {
        font-size: 3.5rem; } }
    @media screen and (max-width: 991px) {
      .product-detail-caption h1 {
        font-size: 2.5rem; } }

.product-detail-short {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 40px 0px; }
  .product-detail-short .pds-img {
    float: right;
    width: 40%; }
    @media screen and (max-width: 991px) {
      .product-detail-short .pds-img {
        float: none;
        width: 100%; } }
    .product-detail-short .pds-img img {
      max-width: 100%; }
  .product-detail-short .pds-des {
    float: left;
    width: 60%;
    padding: 0px 50px 0px 0px; }
    @media screen and (max-width: 991px) {
      .product-detail-short .pds-des {
        float: none;
        width: 100%;
        padding: 0px; } }
    .product-detail-short .pds-des h3 {
      font-size: 5rem;
      color: #1b1a1a;
      margin: 0px 0px 20px 0px;
      padding: 100px 0px 0px 0px; }
      @media screen and (max-width: 1400px) {
        .product-detail-short .pds-des h3 {
          font-size: 4rem; } }
      @media screen and (max-width: 1199px) {
        .product-detail-short .pds-des h3 {
          font-size: 3.5rem; } }
      @media screen and (max-width: 991px) {
        .product-detail-short .pds-des h3 {
          font-size: 2.5rem;
          padding: 20px 0px 0px 0px; } }
      @media screen and (max-width: 767px) {
        .product-detail-short .pds-des h3 {
          font-size: 1.8rem;
          margin: 0px 0px 10px 0px;
          padding: 0px; } }
    .product-detail-short .pds-des p {
      font-size: 2.4rem;
      color: #333333; }
      @media screen and (max-width: 991px) {
        .product-detail-short .pds-des p {
          font-size: 2rem; } }
      @media screen and (max-width: 767px) {
        .product-detail-short .pds-des p {
          font-size: 1.5rem; } }
      @media screen and (max-width: 575px) {
        .product-detail-short .pds-des p {
          font-size: 1.3rem; } }

.search-banner {
  padding: 60px 0px;
  background-color: #3d3b3b;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .search-banner {
      padding: 30px 0px; } }
  .search-banner h2 {
    color: #fff;
    font-weight: bold;
    font-size: 3.5rem;
    margin: 0px 0px 20px 0px; }
    @media screen and (max-width: 991px) {
      .search-banner h2 {
        font-size: 2.5rem; } }
  .search-banner p {
    color: #fff;
    font-size: 2rem;
    margin: 0px 0px 0px 0px; }
    @media screen and (max-width: 991px) {
      .search-banner p {
        font-size: 1.6rem; } }

.contact-page {
  padding: 50px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }
  .contact-page .cp-caption {
    text-align: center; }
    @media screen and (max-width: 991px) {
      .contact-page .cp-caption {
        margin: 0px 0px 60px 0px; } }
    .contact-page .cp-caption h2 {
      font-size: 3.6rem;
      margin: 0px 0px 10px 0px;
      font-weight: bold; }
      @media screen and (max-width: 1199px) {
        .contact-page .cp-caption h2 {
          font-size: 3.5rem; } }
      @media screen and (max-width: 991px) {
        .contact-page .cp-caption h2 {
          font-size: 3rem; } }
    .contact-page .cp-caption p {
      color: #fff;
      font-size: 2.4rem; }
      @media screen and (max-width: 991px) {
        .contact-page .cp-caption p {
          font-size: 1.8rem; } }

.cpi-box {
  margin: 0px auto;
  max-width: 900px; }

.contact-page-inner {
  padding: 40px 15px 50px 15px;
  background-color: rgba(255, 255, 255, 0.85); }
  .contact-page-inner .cp-head {
    text-align: center;
    margin: 0px 0px 40px 0px; }
    .contact-page-inner .cp-head .logo {
      display: inline-block;
      margin: 0px 0px 20px 0px; }
    .contact-page-inner .cp-head p {
      margin: 0px 0px 0px 0px;
      font-size: 1.6rem;
      color: #000; }
      @media screen and (max-width: 767px) {
        .contact-page-inner .cp-head p {
          font-size: 1.4rem; } }
  .contact-page-inner .cp-content p {
    font-size: 1.5rem;
    margin: 0px 0px 20px 0px;
    color: #000; }
  .contact-page-inner .cp-content .c-feild {
    margin: 15px 0px 0px 0px; }
    .contact-page-inner .cp-content .c-feild p {
      font-size: 1.5rem;
      margin: 0px 0px 5px 0px; }
      .contact-page-inner .cp-content .c-feild p b {
        color: #76a733; }
    .contact-page-inner .cp-content .c-feild .my-text {
      display: block;
      border: none;
      outline: none;
      padding: 0px 10px;
      font-size: 1.5rem;
      color: #000;
      width: 100%;
      background-color: #f0f0f0;
      height: 35px;
      line-height: 35px; }
    .contact-page-inner .cp-content .c-feild .my-select {
      display: block;
      border: none;
      outline: none;
      padding: 0px 0px 0px 10px;
      font-size: 1.5rem;
      color: #000;
      width: 100%;
      background-color: #f0f0f0;
      height: 35px;
      line-height: 35px; }
    .contact-page-inner .cp-content .c-feild .my-textarea {
      display: block;
      border: none;
      outline: none;
      padding: 10px 10px;
      font-size: 1.5rem;
      color: #000;
      width: 100%;
      background-color: #f0f0f0;
      height: 105px;
      line-height: 35px; }
  .contact-page-inner .cp-content .c-flex {
    display: flex; }
    .contact-page-inner .cp-content .c-flex .c-text {
      display: inline-block;
      width: 45px;
      height: 35px;
      background-color: #f0f0f0;
      margin: 0px 0px 0px 10px;
      line-height: 35px;
      text-align: center;
      font-size: 1.5rem;
      cursor: pointer; }
      .contact-page-inner .cp-content .c-flex .c-text.active {
        background-color: #76a733;
        color: #fff; }
    .contact-page-inner .cp-content .c-flex .captcha {
      height: 35px;
      margin: 0px 0px 0px 10px; }
      .contact-page-inner .cp-content .c-flex .captcha img {
        height: 35px; }
    .contact-page-inner .cp-content .c-flex .refesh {
      width: 35px;
      height: 35px;
      background-image: url(../images/icon_refesh.png);
      background-repeat: no-repeat;
      background-position: center center;
      cursor: pointer;
      margin: 0px 0px 0px 3px; }
  .contact-page-inner .cp-content .c-button {
    line-height: 35px;
    height: 35px;
    margin: 0px 0px 0px 15px;
    font-size: 1.5rem;
    display: inline-block;
    border: 1px solid transparent;
    text-align: center;
    padding: 0px 40px;
    color: #fff;
    background-color: #76a733;
    -moz-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s;
    background: linear-gradient(to top, #0f5fca, #0494db); }
    .contact-page-inner .cp-content .c-button:hover {
      cursor: pointer;
      opacity: 0.9;
      color: #fff; }
    .contact-page-inner .cp-content .c-button.border {
      background: none;
      background-color: transparent;
      border: 1px solid #76a733 !important;
      color: #232121; }
      .contact-page-inner .cp-content .c-button.border:hover {
        color: #232121; }

.map {
  margin: 0px 0px -10px 0px; }

/***********faq************/
.faq-page {
  padding: 50px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }
  @media screen and (max-width: 991px) {
    .faq-page {
      padding: 60px 0px; } }
  .faq-page .cp-caption {
    margin-bottom: 50px;
    text-align: center;
    cursor: pointer; }
    .faq-page .cp-caption h2 {
      font-size: 3.6rem;
      margin: 0px 0px 10px 0px;
      font-weight: bold; }
      @media screen and (max-width: 1199px) {
        .faq-page .cp-caption h2 {
          font-size: 3.5rem; } }
      @media screen and (max-width: 991px) {
        .faq-page .cp-caption h2 {
          font-size: 3rem; } }
    .faq-page .cp-caption p {
      color: #fff;
      font-size: 2.4rem; }
      @media screen and (max-width: 991px) {
        .faq-page .cp-caption p {
          font-size: 1.8rem; } }
  .faq-page .faq-box {
    min-height: 300px;
    max-width: 1000px;
    background-color: #fff;
    margin: 0px auto; }
    .faq-page .faq-box .faq-item {
      border-left: 20px solid #c9c9c7;
      border-bottom: 1px solid #c9c9c7;
      padding: 22px 0px;
      transition: all ease 0.4s; }
      .faq-page .faq-box .faq-item .fi-caption {
        min-height: 35px;
        cursor: pointer; }
        .faq-page .faq-box .faq-item .fi-caption p {
          margin: 0px;
          font-size: 1.8rem;
          color: #000;
          padding: 5px 0px 0px 0px; }
        .faq-page .faq-box .faq-item .fi-caption .icon {
          float: left;
          width: 35px;
          height: 35px;
          position: relative;
          margin: 0px 15px 0px 15px; }
          .faq-page .faq-box .faq-item .fi-caption .icon b {
            background-color: #6e6e6b;
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            display: block;
            color: #fff;
            line-height: 35px;
            text-align: center;
            font-size: 20px;
            text-transform: uppercase;
            bottom: 0px;
            font-weight: normal;
            font-style: normal;
            border-radius: 50%;
            z-index: 1;
            font-family: Times News Roman; }
          .faq-page .faq-box .faq-item .fi-caption .icon em {
            opacity: 0;
            background-color: #333333;
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
            display: block;
            color: #fff;
            line-height: 35px;
            text-align: center;
            font-size: 20px;
            text-transform: uppercase;
            bottom: 0px;
            font-weight: normal;
            font-style: normal;
            border-radius: 50%;
            z-index: 2;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.9);
            font-family: Times News Roman; }
      .faq-page .faq-box .faq-item.active {
        border-left: 20px solid #333333; }
        .faq-page .faq-box .faq-item.active .fi-caption .icon em {
          opacity: 1; }

.fi-content {
  display: none;
  padding: 10px 60px 0px 65px; }
  @media screen and (max-width: 767px) {
    .fi-content {
      padding: 10px 15px 0px 65px; } }
  .fi-content p {
    font-weight: 300;
    color: #000;
    margin: 0px;
    font-size: 1.6rem; }

/***********about************/
.about-caption {
  margin-bottom: 50px;
  text-align: center;
  cursor: pointer; }
  .about-caption h2 {
    font-size: 3.6rem;
    margin: 0px 0px 10px 0px;
    font-weight: bold; }
    @media screen and (max-width: 1199px) {
      .about-caption h2 {
        font-size: 3.5rem; } }
    @media screen and (max-width: 991px) {
      .about-caption h2 {
        font-size: 2.5rem; } }
  .about-caption p {
    font-size: 2.4rem; }
    @media screen and (max-width: 991px) {
      .about-caption p {
        font-size: 1.8rem; } }
    @media screen and (max-width: 767px) {
      .about-caption p {
        font-size: 1.5rem; } }

.about-one {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 50px; }
  .about-one .ao-content p {
    margin: 0px 0px 20px 0px;
    font-size: 1.8rem; }
    @media screen and (max-width: 991px) {
      .about-one .ao-content p {
        font-size: 1.5rem; } }

.about-two {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }
  .about-two .at-left {
    padding: 300px 0px 20px 0px; }
    @media screen and (max-width: 991px) {
      .about-two .at-left {
        padding: 50px 0px 0px 0px; } }
  .about-two .al-line {
    min-height: 200px;
    margin: 0px 0px 0px 130px;
    border-left: 1px solid #fff;
    max-width: 500px;
    padding: 170px 0px 170px 0px; }
    @media screen and (max-width: 991px) {
      .about-two .al-line {
        padding: 50px 0px 50px 0px;
        margin: 0px 0px 0px 50px; } }
    @media screen and (max-width: 767px) {
      .about-two .al-line {
        margin: 0px 0px 0px 20px;
        padding: 0px 0px 50px 0px; } }
    .about-two .al-line .line-item {
      margin: 0px 0px 70px 0px;
      padding: 0px 0px 0px 40px;
      position: relative; }
      @media screen and (max-width: 991px) {
        .about-two .al-line .line-item {
          margin: 0px 0px 30px 0px; } }
      .about-two .al-line .line-item .dot {
        position: absolute;
        top: 7px;
        width: 20px;
        height: 20px;
        background-color: #fff;
        border-radius: 50%;
        left: -10px; }
      .about-two .al-line .line-item .li-content {
        font-size: 1.8rem;
        color: #fff; }
        @media screen and (max-width: 767px) {
          .about-two .al-line .line-item .li-content {
            font-size: 1.5rem; } }

/***********faq************/
.news-page {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }
  .news-page .cp-caption {
    margin: 0px 0px 20px 0px;
    text-align: center;
    cursor: pointer; }
    @media screen and (max-width: 991px) {
      .news-page .cp-caption {
        margin: 0px 0px 20px 0px; } }
    .news-page .cp-caption h2 {
      font-size: 4.6rem;
      color: #fff;
      margin: 0px 0px 10px 0px;
      font-weight: bold; }
      @media screen and (max-width: 1199px) {
        .news-page .cp-caption h2 {
          font-size: 3.5rem; } }
      @media screen and (max-width: 991px) {
        .news-page .cp-caption h2 {
          font-size: 3rem; } }
    .news-page .cp-caption p {
      color: #fff;
      font-size: 2.4rem; }
      @media screen and (max-width: 991px) {
        .news-page .cp-caption p {
          font-size: 1.8rem; } }

.list-news .ln-date {
  margin: 0px 0px 20px 0px; }
  .list-news .ln-date span {
    display: inline-block;
    min-height: 80px;
    line-height: 80px;
    min-width: 80px;
    border-radius: 50%;
    font-size: 2.4rem;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    margin: 0px 5px 0px 0px;
    transition: all ease 0.3s; }
    .list-news .ln-date span.active {
      background-color: #000;
      color: #76a733; }
    @media screen and (max-width: 991px) {
      .list-news .ln-date span {
        font-size: 1.8rem;
        min-height: 60px;
        line-height: 60px;
        min-width: 60px; } }
  @media screen and (max-width: 991px) and (max-width: 767px) {
    .list-news .ln-date span {
      font-size: 1.5rem;
      min-height: 50px;
      line-height: 50px;
      min-width: 50px; } }

.news-item {
  padding: 20px 20px 20px 50px;
  background-color: #fff;
  margin: 0px 0px 20px 0px;
  transition: all ease 0.4s; }
  @media screen and (max-width: 767px) {
    .news-item {
      padding: 15px; } }
  .news-item:hover {
    background-color: #000; }
    .news-item:hover .ni-des h3 {
      color: #fff; }
    .news-item:hover .ni-des p {
      color: #fff; }
    .news-item:hover .ni-img .ni-img-inner img {
      transform: scale(1.1); }
  .news-item .ni-img {
    float: left;
    width: 45%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .news-item .ni-img {
        width: 100%;
        float: none; } }
    .news-item .ni-img .ni-date {
      border: 1px solid #666666;
      padding: 15px 20px;
      background-color: rgba(255, 255, 255, 0.8);
      text-align: center;
      font-size: 2rem;
      line-height: 1.6;
      color: #000;
      display: inline-block;
      position: absolute;
      top: 30px;
      z-index: 10;
      left: -30px; }
      @media screen and (max-width: 767px) {
        .news-item .ni-img .ni-date {
          padding: 5px 10px;
          top: 10px;
          left: 10px; } }
      .news-item .ni-img .ni-date span {
        display: block; }
      @media screen and (max-width: 991px) {
        .news-item .ni-img .ni-date {
          font-size: 1.6rem; } }
    .news-item .ni-img .ni-img-inner {
      overflow: hidden; }
      .news-item .ni-img .ni-img-inner img {
        width: 100%;
        display: block;
        transition: all ease 0.4s; }
  .news-item .ni-des {
    float: right;
    width: 55%;
    padding: 0px 0px 0px 40px; }
    @media screen and (max-width: 767px) {
      .news-item .ni-des {
        width: 100%;
        float: none;
        padding: 10px 0px; } }
    .news-item .ni-des h3 {
      color: #000;
      margin: 0px;
      padding: 20px 0px 50px 0px;
      font-size: 2.4rem;
      transition: all ease 0.4s; }
      @media screen and (max-width: 991px) {
        .news-item .ni-des h3 {
          font-size: 1.8rem;
          padding: 10px 0px 10px 0px; } }
    .news-item .ni-des p {
      font-size: 1.6rem;
      color: #111;
      transition: all ease 0.4s;
      margin: 0px; }
      @media screen and (max-width: 991px) {
        .news-item .ni-des p {
          font-size: 1.4rem; } }

.news-detail {
  background-color: #fff;
  margin-bottom: 100px; }
  .news-detail .nd-caption {
    background-color: #76a733;
    padding: 5px 20px; }
    .news-detail .nd-caption .date {
      min-width: 90px;
      color: #fff;
      font-size: 2rem;
      float: left; }
      .news-detail .nd-caption .date span {
        display: block; }
      @media screen and (max-width: 991px) {
        .news-detail .nd-caption .date {
          font-size: 1.4rem;
          float: none;
          display: block; }
          .news-detail .nd-caption .date span {
            display: inline; } }
    .news-detail .nd-caption h1 {
      margin: 0px;
      font-size: 2.1rem;
      color: #fff;
      padding: 5px; }
      @media screen and (max-width: 991px) {
        .news-detail .nd-caption h1 {
          padding: 5px 0px; } }
  .news-detail .nd-content {
    padding: 30px 0;
    position: relative; }
    .news-detail .nd-content p {
      margin: 0px 0px 20px 0px;
      color: #111;
      font-size: 1.6rem; }
      @media screen and (max-width: 767px) {
        .news-detail .nd-content p {
          font-size: 1.4rem; } }
    .news-detail .nd-content .back-to-list {
      display: inline-block;
      height: 100px;
      background-color: #000;
      width: 100px;
      line-height: 100px;
      text-align: center;
      border-radius: 50%;
      transition: all ease 0.3s;
      position: absolute;
      z-index: 10;
      left: 50%;
      bottom: -50px;
      margin: 0px 0px 0px -50px;
      color: #fff;
      font-size: 1.4rem;
      font-weight: 600;
      cursor: pointer;
      transition: all ease 0.3s; }
      .news-detail .nd-content .back-to-list:hover {
        text-decoration: none;
        background-color: #0199da; }

.technology-two {
  padding: 120px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  min-height: 750px; }
  @media screen and (max-width: 991px) {
    .technology-two {
      padding: 60px 0px;
      min-height: 450px; } }
  @media screen and (max-width: 767px) {
    .technology-two {
      min-height: 250px; } }
  .technology-two .cp-caption {
    margin: 0px 0px 120px 0px;
    text-align: center;
    cursor: pointer; }
    @media screen and (max-width: 991px) {
      .technology-two .cp-caption {
        margin: 0px 0px 60px 0px; } }
    .technology-two .cp-caption h2 {
      font-size: 4.6rem;
      color: #000;
      margin: 0px 0px 10px 0px;
      font-weight: bold; }
      @media screen and (max-width: 1199px) {
        .technology-two .cp-caption h2 {
          font-size: 3.5rem; } }
      @media screen and (max-width: 991px) {
        .technology-two .cp-caption h2 {
          font-size: 3rem; } }
    .technology-two .cp-caption p {
      color: #000;
      font-size: 2.4rem; }
      @media screen and (max-width: 991px) {
        .technology-two .cp-caption p {
          font-size: 1.8rem; } }

.technology-three {
  padding: 120px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }
  .technology-three .cp-caption {
    margin: 0px 0px 120px 0px;
    text-align: center;
    cursor: pointer; }
    @media screen and (max-width: 991px) {
      .technology-three .cp-caption {
        margin: 0px 0px 60px 0px; } }
    .technology-three .cp-caption h2 {
      font-size: 4.6rem;
      color: #fff;
      margin: 0px 0px 10px 0px;
      font-weight: bold; }
      @media screen and (max-width: 1199px) {
        .technology-three .cp-caption h2 {
          font-size: 3.5rem; } }
      @media screen and (max-width: 991px) {
        .technology-three .cp-caption h2 {
          font-size: 3rem; } }
    .technology-three .cp-caption p {
      color: #fff;
      font-size: 2.4rem; }
      @media screen and (max-width: 991px) {
        .technology-three .cp-caption p {
          font-size: 1.8rem; } }
  .technology-three .tt-content p {
    font-size: 1.8rem;
    color: #fff;
    margin: 0px 0px 20px 0px; }
    @media screen and (max-width: 991px) {
      .technology-three .tt-content p {
        font-size: 1.6rem; } }

.technology-one {
  padding: 120px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }
  @media screen and (max-width: 991px) {
    .technology-one {
      padding: 60px 0px; } }
  .technology-one .cp-caption {
    margin: 0px 0px 80px 0px;
    text-align: center;
    cursor: pointer; }
    @media screen and (max-width: 991px) {
      .technology-one .cp-caption {
        margin: 0px 0px 30px 0px; } }
    .technology-one .cp-caption h2 {
      font-size: 4.6rem;
      color: #fff;
      margin: 0px 0px 10px 0px;
      font-weight: bold; }
      .technology-one .cp-caption h2 span {
        font-weight: normal; }
      @media screen and (max-width: 1199px) {
        .technology-one .cp-caption h2 {
          font-size: 3.5rem; } }
      @media screen and (max-width: 991px) {
        .technology-one .cp-caption h2 {
          font-size: 3rem; } }
    .technology-one .cp-caption p {
      color: #fff;
      font-size: 2.4rem; }
      @media screen and (max-width: 991px) {
        .technology-one .cp-caption p {
          font-size: 1.8rem; } }
  .technology-one .to-tab {
    text-align: center;
    margin: 0px 0px 60px 0px; }
    .technology-one .to-tab a {
      display: inline-block;
      padding: 10px 30px;
      margin: 10px 15px;
      border-radius: 10px;
      color: #fff;
      font-size: 2.2rem;
      border: 1px solid #fff;
      cursor: pointer; }
      @media screen and (max-width: 1199px) {
        .technology-one .to-tab a {
          font-size: 1.8rem; } }
      @media screen and (max-width: 991px) {
        .technology-one .to-tab a {
          font-size: 1.5rem;
          padding: 7px 10px;
          margin: 5px 8px; } }
      .technology-one .to-tab a.active {
        border: 1px solid #76a733;
        color: #76a733; }
  .technology-one .to-content {
    max-width: 700px;
    margin: 0px auto; }
    .technology-one .to-content h3 {
      font-size: 3rem;
      color: #fff;
      margin: 0px 0px 30px 0px;
      text-align: center; }
      @media screen and (max-width: 991px) {
        .technology-one .to-content h3 {
          font-size: 2rem; } }
    .technology-one .to-content p {
      font-size: 1.8rem;
      color: #fff;
      margin: 0px 0px 20px 0px; }
      @media screen and (max-width: 991px) {
        .technology-one .to-content p {
          font-size: 1.6rem; } }

.tl-item {
  background-color: #fff;
  margin: 0px 0px 40px 0px;
  transition: all ease 0.4s; }
  .tl-item:hover .tli-img img {
    transform: scale(1.1); }
  .tl-item .tli-img {
    overflow: hidden;
    position: relative; }
    .tl-item .tli-img img {
      transition: all ease 0.4s;
      width: 100%; }
  .tl-item .tli-caption {
    padding: 30px 20px;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .tl-item .tli-caption {
        padding: 15px; } }
    .tl-item .tli-caption h3 {
      color: #333333;
      margin: 0px 0px 20px 0px;
      font-size: 2.2rem;
      transition: all ease 0.4s; }
      @media screen and (max-width: 991px) {
        .tl-item .tli-caption h3 {
          font-size: 2rem;
          padding: 10px 0px 10px 0px; } }
    .tl-item .tli-caption p {
      font-size: 1.4rem;
      color: #555555;
      margin: 0px 0px 10px 0px; }

.application-page {
  padding: 120px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; }
  @media screen and (max-width: 991px) {
    .application-page {
      padding: 60px 0px; } }
  .application-page .cp-caption {
    margin: 0px 0px 80px 0px;
    text-align: center;
    cursor: pointer; }
    @media screen and (max-width: 991px) {
      .application-page .cp-caption {
        margin: 0px 0px 50px 0px; } }
    .application-page .cp-caption h2 {
      font-size: 4.6rem;
      color: #fff;
      margin: 0px 0px 10px 0px;
      font-weight: bold; }
      @media screen and (max-width: 1199px) {
        .application-page .cp-caption h2 {
          font-size: 3.5rem; } }
      @media screen and (max-width: 991px) {
        .application-page .cp-caption h2 {
          font-size: 3rem; } }
    .application-page .cp-caption p {
      color: #fff;
      font-size: 2.4rem; }
      @media screen and (max-width: 991px) {
        .application-page .cp-caption p {
          font-size: 1.8rem; } }
  .application-page .app-item {
    margin: 0px 0px 30px 0px;
    overflow: hidden;
    cursor: pointer;
    position: relative; }
    .application-page .app-item img {
      display: block;
      width: 100%;
      transition: all ease 0.4s; }
    .application-page .app-item:hover {
      cursor: pointer; }
      .application-page .app-item:hover img {
        transform: scale(1.1); }
      .application-page .app-item:hover .ai-des {
        background-color: #000; }
    .application-page .app-item .ai-des {
      position: absolute;
      top: 60px;
      right: 60px;
      bottom: 60px;
      left: 60px;
      background-color: rgba(0, 0, 0, 0.8);
      transition: all ease 0.4s;
      padding: 40px; }
      @media screen and (max-width: 991px) {
        .application-page .app-item .ai-des {
          padding: 20px;
          top: 20px;
          left: 20px;
          right: 20px;
          bottom: 20px; } }
      .application-page .app-item .ai-des h3 {
        color: #fff;
        margin: 0px 0px 30px 0px;
        font-size: 2.2rem; }
        @media screen and (max-width: 991px) {
          .application-page .app-item .ai-des h3 {
            margin: 0px 0px 15px 0px; } }
      .application-page .app-item .ai-des p {
        margin: 0px;
        color: #fff;
        font-size: 1.4rem; }

.show-app-detail {
  overflow: hidden; }
  .show-app-detail .app-detail {
    right: 0; }
  .show-app-detail .app-overlay {
    z-index: 99998;
    visibility: visible;
    opacity: 1; }

.app-overlay {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all ease 0.5s;
  z-index: -1;
  visibility: hidden;
  opacity: 0; }

.app-detail {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 1000px;
  background-color: #fff;
  z-index: 99999;
  transition: all ease 0.5s;
  right: -100%; }
  @media screen and (max-width: 1199px) {
    .app-detail {
      width: 700px; } }
  @media screen and (max-width: 767px) {
    .app-detail {
      width: 500px; } }
  @media screen and (max-width: 575px) {
    .app-detail {
      width: 280px; } }
  .app-detail .app-scroll {
    overflow: auto;
    padding: 100px 20px;
    min-height: 100px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    position: absolute; }
    @media screen and (max-width: 991px) {
      .app-detail .app-scroll {
        padding: 50px 15px; } }
  .app-detail .app-close {
    background-image: url(../images/close.png);
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 999;
    cursor: pointer;
    background-size: 80px 80px; }
    @media screen and (max-width: 991px) {
      .app-detail .app-close {
        width: 40px;
        height: 40px;
        background-size: 40px 40px; } }
  .app-detail .app-content {
    max-width: 800px;
    margin: 0px auto; }
    .app-detail .app-content h1 {
      font-size: 3.2rem;
      color: #000;
      margin: 0px 0px 20px 0px; }
      @media screen and (max-width: 991px) {
        .app-detail .app-content h1 {
          font-size: 2.4rem; } }
    .app-detail .app-content p {
      font-size: 1.8rem;
      color: #000;
      margin: 0px 0px 20px 0px; }
      @media screen and (max-width: 991px) {
        .app-detail .app-content p {
          font-size: 1.6rem; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.cookie-notify {
  background-color: #19181A;
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 9999;
  padding: 20px 0px; }
  .cookie-notify .close-cookie {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    opacity: 0.8;
    transition: all ease 0.4s; }
    .cookie-notify .close-cookie:hover {
      opacity: 1; }
  .cookie-notify .cn-inner {
    padding: 0px 200px 0px 0px;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .cookie-notify .cn-inner {
        padding: 0px 40px 0px 0px; } }
    .cookie-notify .cn-inner p {
      color: #fff;
      margin: 0px 0px;
      text-align: left; }
      .cookie-notify .cn-inner p a {
        color: #76a733; }
        .cookie-notify .cn-inner p a:hover {
          text-decoration: underline; }
    .cookie-notify .cn-inner .my-btn {
      text-align: center;
      width: 90px;
      border-radius: 3px;
      position: absolute;
      top: 0px;
      right: 50px; }
      @media screen and (max-width: 991px) {
        .cookie-notify .cn-inner .my-btn {
          position: relative;
          top: unset;
          right: unset;
          margin: 15px 0px 0px 0px; } }

/************************page children************/
.detail-slider {
  max-width: 500px;
  margin: 0px auto 50px auto;
  position: relative; }
  .detail-slider .sr-item {
    position: absolute;
    bottom: 100px;
    right: 0px;
    z-index: 10; }
    .detail-slider .sr-item .sr-zoom {
      width: 30px;
      height: 30px;
      cursor: pointer;
      background-image: url(../images/zoom.png);
      background-repeat: no-repeat;
      background-size: 30px auto;
      border-radius: 2px; }
  .detail-slider .slick-slider {
    position: relative; }
    .detail-slider .slick-slider .slider-for {
      margin: 0px 0px 40px 0px; }
      .detail-slider .slick-slider .slider-for img {
        width: 100%;
        display: block;
        height: auto; }
    .detail-slider .slick-slider .slider-nav {
      position: relative;
      max-width: 270px;
      padding: 0px 30px;
      margin: 0px auto 40px auto; }
      .detail-slider .slick-slider .slider-nav .slick-prev {
        width: 30px;
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        border: none;
        background-color: transparent;
        outline: none;
        font-size: 20px;
        cursor: pointer; }
      .detail-slider .slick-slider .slider-nav .slick-next {
        width: 30px;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        border: none;
        cursor: pointer;
        background-color: transparent;
        outline: none;
        font-size: 20px; }
      .detail-slider .slick-slider .slider-nav .slick-slide {
        outline: none;
        padding: 0px 5px;
        overflow: hidden; }
        .detail-slider .slick-slider .slider-nav .slick-slide img {
          border: 1px solid #ccc;
          width: 100%;
          height: auto;
          cursor: pointer;
          background-color: #fff; }
        .detail-slider .slick-slider .slider-nav .slick-slide.slick-current img {
          border: 1px solid #76a733; }
      .detail-slider .slick-slider .slider-nav .nav-item {
        border: 1px solid #fff; }
        .detail-slider .slick-slider .slider-nav .nav-item img {
          width: 100%; }

/*# sourceMappingURL=main.css.map */
