html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  text-wrap: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    text-decoration: none; }

.fa {
  font-size: inherit;
  line-height: inherit; }

/*end default*/
@font-face {
  font-family: 'ihb sofia pro regular';
  src: url("../fonts/ihb_sofia_pro_regular.woff2") format("woff2"), url("../fonts/ihb_sofia_pro_regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ihb sofia pro bold';
  src: url("../fonts/ihb_sofia_pro_semi_bold.woff2") format("woff2"), url("../fonts/ihb_sofia_pro_semi_bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ihb sofia pro light';
  src: url("../fonts/ihb_sofia_pro_light.woff2") format("woff2"), url("../fonts/ihb_sofia_pro_light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html {
  font-family: "ihb sofia pro regular", sans-serif;
  font-size: 62.5%; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 50%; } }

body {
  font-size: 1.6rem;
  color: #000000; }

.row {
  zoom: 1; }
  .row:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; }

img {
  max-width: 100%; }

.wrapper-page {
  max-width: 1550px;
  margin: 0 auto; }

.wrapper-menu {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 190px;
  text-align: center;
  padding: 50px 0; }
  .wrapper-menu .logo {
    margin-bottom: 20px; }
    .wrapper-menu .logo img {
      width: 118px;
      height: 118px; }
  .wrapper-menu .ordinary-menu li {
    margin-bottom: 10px; }
    .wrapper-menu .ordinary-menu li a {
      display: block;
      width: 25px;
      height: 25px;
      line-height: 25px !important;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #a2edc1;
      margin: 0 auto;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
    .wrapper-menu .ordinary-menu li.active a {
      background: #edce67; }

.section {
  zoom: 1;
  color: #000000;
  position: relative;
  overflow: hidden; }
  .section:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden; }
  .section > .main {
    max-width: 1218px;
    margin-right: 190px;
    margin-left: 100px;
    position: relative;
    z-index: 2; }

.top-section {
  position: relative;
  background-color: #65c389;
  color: #ffffff; }
  .top-section .leaf {
    position: absolute;
    bottom: 0;
    left: 0; }
  .top-section .thumbnail-menu {
    z-index: 1000;
    text-align: center;
    position: absolute;
    padding: 50px 13px 10px;
    width: 190px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #2e9d5c;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
    .top-section .thumbnail-menu .conner {
      overflow-y: auto;
      max-height: 100%; }
    .top-section .thumbnail-menu .close-btn {
      width: 50px;
      height: 50px;
      line-height: 50px !important;
      text-align: center;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      color: #ffffff;
      background: #5fbe84;
      position: absolute;
      top: 90px;
      left: -30px;
      text-align: right;
      font-size: 5rem;
      z-index: 3;
      -webkit-box-sizing: content-box;
      -moz-box-sizing: content-box;
      box-sizing: content-box;
      cursor: pointer;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .top-section .thumbnail-menu .close-btn i {
        padding-right: 5px; }
    .top-section .thumbnail-menu.show {
      right: -190px; }
      .top-section .thumbnail-menu.show .close-btn {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    .top-section .thumbnail-menu .logo {
      margin-bottom: 26px; }
      .top-section .thumbnail-menu .logo img {
        width: 118px;
        height: 118px; }
    .top-section .thumbnail-menu li {
      border: 2px solid transparent;
      position: relative;
      margin-bottom: 5px;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      transition: all 0.5s; }
      .top-section .thumbnail-menu li:hover, .top-section .thumbnail-menu li.active {
        border-color: #65c389; }
      .top-section .thumbnail-menu li > a.title {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        color: #ffffff;
        background: rgba(12, 154, 71, 0.39);
        padding: 3px 0 2px;
        display: block; }
  .top-section article h1 {
    font-family: "ihb sofia pro bold", sans-serif;
    font-size: 33px;
    color: #000000;
    text-transform: uppercase;
    margin: 10px 0 5px; }
  .top-section article h2 {
    text-transform: uppercase;
    color: #000000;
    font-family: "ihb sofia pro bold", sans-serif;
    font-size: 33px;
    margin: 10px 0; }
  .top-section article p {
    font-size: 20px; }
  @media screen and (min-width: 992px) {
    .top-section .w50 {
      display: table;
      table-layout: fixed; }
      .top-section .w50 article, .top-section .w50 .images {
        display: table-cell;
        vertical-align: middle; } }

.introduce {
  padding-top: 70px; }
  .introduce .leaf {
    position: absolute;
    top: 0;
    left: 0; }
  .introduce .post .title {
    font-family: "ihb sofia pro light", sans-serif;
    color: #5fbf85;
    font-size: 48px;
    margin-bottom: 30px;
    height: 60px; }
  .introduce .post > .wrapper > p {
    margin-bottom: 20px; }
  .introduce .list-features li {
    overflow: hidden;
    clear: both;
    margin-bottom: 10px; }
    .introduce .list-features li .icon {
      float: left;
      margin-right: 15px;
      padding-top: 5px; }
    .introduce .list-features li .text {
      overflow: hidden; }

.services {
  padding: 20px 0 60px;
  overflow: hidden; }
  .services > .title {
    font-family: "ihb sofia pro light", sans-serif;
    color: #5fbf85;
    font-size: 48px;
    margin-bottom: 20px;
    height: 52px;
    padding-left: 11px; }
  .services ul li {
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative; }
    .services ul li:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 180px;
      height: 5px;
      content: ''; }
    .services ul li:first-child:after {
      background: #65c389; }
    .services ul li:nth-child(2):after {
      background: #2e9e5d; }
    .services ul li:nth-child(3):after {
      background: #ff5b45; }
    .services ul li:nth-child(4):after {
      background: #ee3521; }

.product-section {
  padding: 70px 0;
  background: #53b57a;
  overflow: hidden; }
  .product-section .products {
    position: relative;
    z-index: 1; }
    .product-section .products > .title {
      text-align: center;
      font-family: "ihb sofia pro light", sans-serif;
      font-size: 48px;
      margin-bottom: 20px;
      height: 52px; }
    .product-section .products ul {
      margin: 0 -19px; }
      .product-section .products ul li {
        padding: 19px;
        float: left;
        width: 25%; }
        .product-section .products ul li img {
          border: 6px solid #8fcfa8; }
  .product-section .leaf {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg); }

.news {
  padding: 50px 0 30px; }
  .news .leaf {
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .news .main > .title {
    text-align: center;
    font-family: "ihb sofia pro light", sans-serif;
    font-size: 48px;
    margin-bottom: 20px;
    height: 52px; }
  .news .list-media .item {
    display: inline-block;
    margin: 0;
    padding: 11px 15px;
    width: 100%; }
    .news .list-media .item .thumb {
      margin-bottom: 5px; }
      .news .list-media .item .thumb img {
        width: 100%; }
    .news .list-media .item .title {
      font-size: 1.8rem;
      color: #2f9e5d;
      margin: 10px 0;
      display: block; }
    .news .list-media .item .content {
      font-size: 1.4rem; }

.company-culture {
  padding: 70px 0;
  background: #55b77c;
  overflow: hidden; }
  .company-culture .leaf {
    position: absolute;
    bottom: 0;
    left: 0; }
  .company-culture .main {
    position: relative;
    z-index: 1; }
    .company-culture .main > .title {
      text-align: center;
      font-family: "ihb sofia pro light", sans-serif;
      font-size: 48px;
      margin-bottom: 20px;
      height: 52px; }
    .company-culture .main .images {
      width: 310px;
      height: 310px;
      line-height: 310px !important;
      text-align: center;
      margin: 0 auto;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 5px solid #2f9e5d;
      overflow: hidden; }
      .company-culture .main .images img {
        width: auto;
        max-width: none; }
  .company-culture .post ul li {
    margin-bottom: 10px; }
    .company-culture .post ul li a {
      color: #ffd163;
      font-size: 1.8rem;
      font-family: "ihb sofia pro bold", sans-serif;
      display: block; }

.partners {
  padding: 70px 0; }
  .partners .leaf {
    position: absolute;
    top: 0;
    left: 0; }
  .partners .main {
    position: relative;
    z-index: 1; }
    .partners .main > .title {
      text-align: center;
      font-family: "ihb sofia pro light", sans-serif;
      font-size: 48px;
      margin-bottom: 20px;
      height: 52px; }
    .partners .main .partners-list {
      max-width: 730px;
      margin: 0 auto;
      text-align: center; }
      .partners .main .partners-list li {
        padding: 15px 20px;
        display: inline-block; }
        .partners .main .partners-list li .border {
          width: 180px;
          height: 180px;
          line-height: 180px !important;
          text-align: center;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          border: 10px solid #2f9e5d;
          overflow: hidden;
          -webkit-box-sizing: content-box;
          -moz-box-sizing: content-box;
          box-sizing: content-box; }

.contact {
  padding: 70px 0;
  background: #53b57a;
  overflow: hidden; }
  .contact .leaf {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    z-index: 1; }
  .contact .main > .title {
    text-align: center;
    font-family: "ihb sofia pro light", sans-serif;
    font-size: 48px;
    margin-bottom: 20px;
    height: 52px;
    color: #ffffff; }
  .contact .info-contact {
    position: relative;
    z-index: 1; }
    .contact .info-contact h2 {
      font-size: 2.2rem;
      margin-bottom: 10px;
      line-height: 3rem; }
    .contact .info-contact ul li {
      margin-bottom: 8px; }
      .contact .info-contact ul li i {
        width: 18px; }

.social a {
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px !important;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #5cbd83;
  background: rgba(47, 158, 93, 0.8);
  font-size: 3rem; }

.w50 {
  padding: 11px; }

@media screen and (min-width: 992px) and (min-height: 640px) and (max-height: 900px) {
  .top-section .w50 article, .top-section .w50 .images {
    height: 748px; } }
@media screen and (min-width: 992px) {
  .news .list-media {
    -moz-column-width: 15em;
    -webkit-column-width: 15em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    margin: 0 -15px 20px; } }
@media screen and (min-width: 992px) and (min-height: 901px) {
  .top-section .w50 article, .top-section .w50 .images {
    height: 887px; } }
@media screen and (min-width: 992px) {
  .w50 {
    float: left;
    width: 50%; }

  .introduce .images {
    margin-top: 90px; } }
@media screen and (max-width: 991px) {
  .main {
    margin: 0 auto;
    overflow: hidden; }

  .product-section .products ul {
    margin: 0 -8px; }
    .product-section .products ul li {
      padding: 8px; }

  .partners .main .partners-list li {
    padding: 5px; }
    .partners .main .partners-list li .border {
      width: 90px;
      height: 90px;
      line-height: 90px !important;
      text-align: center; } }
@media screen and (max-width: 767px) {
  .main {
    margin: 0 !important; }

  .product-section .products ul {
    margin: 0; }
    .product-section .products ul li {
      width: 50%;
      padding: 10px; }

  .wrapper-menu {
    display: none; }

  .top-section .thumbnail-menu {
    z-index: 100;
    position: fixed;
    height: 100%; }
    .top-section .thumbnail-menu.show .close-btn {
      background: #309e5e; }

  .news .list-media {
    margin-left: 0;
    margin-right: 0; }
    .news .list-media .item {
      padding: 10px 10px 0; }
      .news .list-media .item .thumb {
        float: left;
        width: 100px;
        margin-right: 10px; }
      .news .list-media .item .wrapper {
        overflow: hidden; }
        .news .list-media .item .wrapper .content {
          display: none; }

  .news .main > .title, .company-culture .main > .title, .partners .main > .title, .contact .main > .title {
    font-size: 36px !important; }

  .top-section article p {
    font-size: 16px; } }

/*# sourceMappingURL=style.css.map */
