html {
  font-size: 62.5%;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

p {
  color: #000;
  font-size: 1.6rem;
}

li {
  font-size: 1.6rem;
}

@font-face {
  font-family: "Lato-Black";
  src: url("../fonts/Lato-Black.ttf") format("truetype"), url("../fonts/Lato-Black.woff") format("woff"), url("../fonts/Lato-Black.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Light";
  src: url("../fonts/Lato-Light.ttf") format("truetype"), url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Lato-Regular";
  src: url("../fonts/Lato-Regular.ttf") format("truetype"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

.topbar {
  background-color: #336a60;
}

.contact_info {
  margin: 0;
  padding: 0;
}

.contact_info li {
  list-style: none;
  display: inline-block;
}

.contact_info span {
  color: #fff;
  display: block;
  padding: 9px 15px;
  font-size: 1.6rem;
}

.contact_info span i {
  display: inline-block;
  margin-right: 4px;
}

.social-icons {
  margin: 0;
  padding: 0;
  font-size: 0;
}

.social-icons li {
  list-style: none;
  display: inline-block;
}

.social-icons li a {
  color: #fff;
  display: block;
  padding: 9px 15px;
  border-right: rgba(255, 255, 255, 0.24) 1px solid;
  font-size: 1.6rem;
}

.topbar_left {
  background-color: #2f8172;
  position: relative;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 200;
  transition: all 0.4s;
}

header .logo {
  display: block;
  max-width: 160px;
}

header nav ul {
  margin: 0;
  padding: 0;
}

header nav ul li.parent_li {
  display: inline-block;
  list-style: none;
}

header nav ul li.parent_li > a {
  display: block;
  color: #fff;
  padding: 25px 20px;
  font-weight: 300;
  font-size: 1.6rem;
}

header nav ul li.parent_li > a:hover {
  text-decoration: none;
}

header nav ul li.parent_li > a i {
  display: inline-block;
  margin-left: 3px;
  font-size: 1.4rem;
}

.header_active {
  background-color: #2d9582;
}

.nav_down a:hover {
  color: #336a60;
  text-decoration: none;
}

.parent_li .uk-dropdown {
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.96);
}

.parent_li .uk-dropdown h6 a {
  color: #000;
  font-size: 1.7rem;
}

.parent_li .uk-dropdown .uk-list li a {
  background-color: #f5f5f5;
  font-weight: 300;
  padding: 3px 10px;
  display: block;
  font-size: 1.4rem;
  color: #000;
}

.parent_li .uk-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 18px solid #fff;
  position: absolute;
  left: 46px;
  top: -11px;
}

.parent_li.active > a {
  position: relative;
}

.parent_li.active > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.76);
  position: absolute;
  left: 0;
  bottom: 0;
}

.language a {
  font-size: 1.4rem;
  display: inline-block;
  padding: 4px 5px;
  color: #fff;
}

.language a:hover {
  text-decoration: none;
  color: #999;
}

.language-dropdown {
  padding: 0;
}

.language-dropdown a {
  display: block;
  text-align: center;
  padding: 6px 10px;
  color: #000;
  font-size: 18px;
  border-bottom: #ddd 1px solid;
}

.index_banner {
  margin-top: -74px;
}

.index_banner li:after {
  content: '';
  display: block;
  background-color: rgba(0, 174, 142, 0.79);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.index_banner li h1 {
  color: #fff;
  font-size: 5rem;
  text-shadow: 1px 1px 0px rgba(25, 25, 25, 0.7);
}

.index_about strong {
  color: #336a60;
}

.index_category_transition figcaption {
  padding: 10px 0;
  background-color: #fff;
  color: #000;
  border-bottom: #dfdfdf 2px solid;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
}

.index_category_transition figcaption:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #336a60;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  transition: all 0.4s;
}

.index_category_transition figcaption span {
  font-size: 1.6rem;
}

.index_category_transition figure:hover figcaption:after {
  width: 100%;
}

.index_product {
  background-color: #f9f9f9;
  margin: 0;
  padding: 60px 0;
}

figure.product_list_card {
  text-align: center;
  border: #ddd 1px solid;
  background-color: #fff;
}

figure.product_list_card figcaption {
  padding: 15px 0;
  background-color: #ddd;
  transition: all 0.4s;
}

figure.product_list_card:hover figcaption {
  background-color: #2f8172;
}

figure.product_list_card:hover figcaption h5 a {
  color: #fff;
}

figure.product_list_card:hover figcaption p {
  color: #fff;
}

figure.product_list_card h5 {
  margin-top: 0;
  text-align: center;
  margin-bottom: 0;
}

figure.product_list_card h5 a {
  color: #333;
  font-size: 1.5rem;
}

figure.product_list_card p {
  margin: 0;
  color: #333;
  font-weight: 100;
  font-size: 1.4rem;
}

.btn_green {
  transition: all 0.4s;
  background-color: #336a60;
  border: #336a60 1px solid;
  color: #fff;
  font-size: 1.6rem;
}

.btn_green:hover {
  border: #336a60 1px solid;
  color: #336a60;
  background-color: #fff;
}

.btn_green i {
  display: inline-block;
  margin-left: 6px;
}

.page_title h2 {
  font-family: "Lato-Black";
  margin-bottom: 5px;
}

.page_title p {
  margin: 0;
}

h1 {
  font-family: "Lato-Black";
}

h3,
h4,
h5,
h6 {
  font-family: "Lato-Black";
}

p,
span {
  font-family: "Lato-Light";
}

.index_blogs {
  padding: 90px 0;
}

.index_blogs figure figcaption {
  padding: 15px 0;
}

.index_blogs figure figcaption h5 {
  margin-bottom: 0;
}

.index_blogs figure figcaption h5 a {
  font-size: 18px;
  color: #000;
}

.index_blogs figure figcaption p {
  margin: 0;
}

footer {
  background-color: #2f8172;
  background-image: url(../images/World_Map.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 60px 0;
}

footer address {
  margin: 0;
}

footer address p {
  margin: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 300;
}

.follow_us {
  text-align: right;
}

.follow_us h4 {
  color: #f9f9f9;
  margin-bottom: 10px;
}

.follow_us a {
  display: inline-block;
  padding: 8px;
  background-color: #f8f8f8;
  color: #333;
  text-align: center;
  min-width: 22px;
}

.follow_us a:hover {
  background-color: #336a60;
  color: #fff;
}

.copyright {
  text-align: right;
  margin-top: 30px;
}

.copyright p {
  margin: 0;
  color: #999;
  font-size: 13px;
}

.page_banner {
  padding: 120px 0;
  background-image: url(../images/page_banner.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
}

.page_banner:after {
  content: '';
  display: block;
  background-color: rgba(0, 174, 142, 0.79);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
}

.page_banner .page_breadcrumb {
  position: relative;
  z-index: 20;
}

.page_banner .page_breadcrumb a {
  font-size: 13px;
}

.page_banner h2 {
  font-weight: bold;
  color: #fff;
  margin: 0;
  line-height: 1;
  position: relative;
  z-index: 20;
}

.page_banner p {
  color: #fff;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  z-index: 20;
}

.blog_list {
  background-color: #f9f9f9;
  padding: 80px 0;
}

.blog_content {
  font-weight: 300;
}

figure.blog_list_card {
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

figure.blog_list_card figcaption {
  padding: 20px;
}

figure.blog_list_card figcaption h3 {
  margin: 0;
  line-height: 0.5rem;
}

figure.blog_list_card figcaption h3 a {
  color: #000;
  transition: all 0.4s;
  font-size: 1.6rem;
  line-height: 24px;
}

figure.blog_list_card figcaption span {
  display: block;
  font-size: 1.4rem;
}

figure.blog_list_card figcaption p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 300;
}

figure.blog_list_card:hover h3 a {
  color: #336a60;
}

.pagination {
  text-align: center;
  line-height: 14px;
}

.pagination a {
  display: inline-block;
  color: #333;
  background-color: #fff;
  margin: 0 2px;
  padding: 7px 10px;
}

.pagination a:hover {
  text-decoration: none;
}

.pagination span {
  margin: 0 2px;
  padding: 7px 10px;
  display: inline-block;
  background-color: #336a60;
  color: #fff !important;
}

.related_list h2 {
  position: relative;
  font-family: "Lato-Black";
  font-size: 26px;
  margin-bottom: 40px;
}

.related_list h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f0f0f0;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.related_list h2:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background-color: #2f8172;
  position: absolute;
  left: 0;
  bottom: -15px;
}

.next_page a {
  display: block;
  padding: 10px 25px;
  border: #ddd 1px solid;
  transition: all 0.4s;
}

.next_page a:hover {
  border-color: #336a60;
  color: #336a60;
}

.subnav a {
  padding: 8px 20px;
  background-color: #dedede;
  border-radius: 6px;
  color: #333;
  font-size: 1.6rem !important;
}

.subnav li.uk-active a {
  background-color: #336a60;
  color: #fff;
}

.subnav-m a {
  padding: 3px 12px;
  color: #000;
  display: block;
}

.subnav-m li.uk-active a {
  background-color: #336a60;
  color: #fff;
}

.product_content h3 {
  font-weight: 700;
}

.product_content .prom_desc {
  font-weight: 300;
}

.product_thumb {
  width: 131px;
}

.parameters_table {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.parameters_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.parameters_table table tr td {
  border: #ddd 1px solid;
  padding: 4px 10px;
}

.parameters_table table p {
  margin: 0;
}

/*
 * Small
 */
/* Horizontal */
.uk-grid-mini,
.uk-grid-column-mini {
  margin-left: -5px;
}

.uk-grid-mini > *,
.uk-grid-column-mini > * {
  padding-left: 5px;
}

/* Vertical */
.uk-grid + .uk-grid-mini,
.uk-grid + .uk-grid-row-mini,
.uk-grid-mini > .uk-grid-margin,
.uk-grid-row-mini > .uk-grid-margin,
* + .uk-grid-margin-mini {
  margin-top: 5px;
}

.product_img iframe {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  --uk-position-translate-x: -50%;
  --uk-position-translate-y: -50%;
  transform: translate(-50%, -50%);
}

.contact_box {
  text-align: center;
}

.contact_box .uk-card {
  background-color: #f9f9f9;
  padding: 40px;
}

.contact_box .uk-card i {
  color: #336a60;
  font-size: 32px;
  font-weight: bold;
}

.contact_box .uk-card p {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}

.contact_box .uk-card a {
  color: #2f8172;
}

.contact_box .uk-card a:hover {
  text-decoration: none;
  color: #336a60;
}

.application_banner {
  background-color: #14375b;
  padding: 80px 0;
}

.application_banner h1 {
  color: #fff;
  font-weight: bold;
}

.application_banner p {
  color: #fff;
  font-weight: 300;
}

@media (max-width: 960px) {
  .index_videobox {
    padding: 40px 15px;
  }
  .index_banner li h1 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 0;
    margin-top: 2.4rem;
  }
  .page_title p {
    font-size: 13px;
  }
  .mobile_header {
    background-color: #fff;
  }
  .mobile_logo {
    margin: 10px 0;
  }
  .mobile-menu {
    width: 54px;
    height: 54px;
    position: relative;
    display: block;
    background: none;
    border: none;
  }
  .menu-i {
    height: 3px;
    right: 0px;
    position: absolute;
    border-radius: 1px;
    font-style: normal;
    background-color: #333;
    display: block;
    transition: all 0.5s;
  }
  .menu-i-1 {
    width: 25px;
    top: 18px;
  }
  .menu-i-2 {
    width: 15px;
    top: 26px;
  }
  .menu-i-3 {
    width: 25px;
    top: 34px;
  }
  .mobile-menu-on {
    z-index: 1001;
  }
  .mobile-menu-on .menu-i-1 {
    transform: translateY(8px) rotate(45deg);
    background-color: #000;
  }
  .mobile-menu-on .menu-i-2 {
    opacity: 0;
  }
  .mobile-menu-on .menu-i-3 {
    transform: translateY(-8px) rotate(-45deg);
    background-color: #000;
  }
  .nav-open-noscroll {
    overflow: hidden !important;
    height: 100%;
  }
  .mobile-nav-model {
    background: #fff;
    width: 100vw;
    height: calc(100vh - 54px);
    position: absolute;
    top: 54px;
    left: 0;
    display: none;
    box-shadow: none !important;
    z-index: 1000;
    overflow-y: auto;
  }
  .mobile-nav-model .uk-close {
    color: #000;
  }
  .m-body {
    height: calc(100vh - 54px);
    padding-top: 54px;
    overflow-y: auto;
    background-color: #fff;
  }
  .m-body .uk-nav-default {
    padding-left: 0;
    transform: translateY(-30px);
  }
  .m-body .uk-nav-default > li {
    list-style: none;
    transition: all;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 400ms ease, -webkit-transform 400ms ease;
    transition: opacity 400ms ease, -webkit-transform 400ms ease;
    -o-transition: transform 400ms ease, opacity 400ms ease;
    transition: transform 400ms ease, opacity 400ms ease;
    transition: transform 400ms ease, opacity 400ms ease, -webkit-transform 400ms ease;
    border-bottom: #ddd 1px solid;
  }
  .m-body .uk-nav-default > li > a {
    padding: 15px 20px;
    font-size: 18px;
  }
  .mnav-li-visible {
    opacity: 1 !important;
    transform: translateY(0) !important;
  }
  .m-body .uk-nav-sub li a {
    padding: 6px 20px 6px 5px;
  }
  .m-body .uk-nav-sub {
    background-color: #f8f8f8;
  }
  .product_content h1 {
    font-size: 24px;
    margin-bottom: 0;
  }
  .product_content h3 {
    font-size: 16px;
  }
  .product_thumb {
    width: 100%;
  }
  figure.product_list_card h5 a {
    font-size: 14px;
  }
  figure.product_list_card p {
    font-size: 12px;
  }
  figure.product_list_card figcaption {
    padding: 10px 0;
  }
  figure.blog_list_card figcaption h3 a {
    font-size: 18px;
    line-height: 1.8rem;
    display: inline-block;
  }
  figure.blog_list_card figcaption p {
    font-size: 12px;
  }
  .index_product,
  .blog_list {
    padding: 30px 0;
  }
  .blog_content h1 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 0;
  }
  .related_list h2 {
    font-size: 22px;
  }
  .parameters_table table tr td {
    padding: 2px 10px;
  }
  .parameters_table table p {
    font-size: 12px;
  }
  .uk-card-body {
    padding: 15px !important;
  }
  .uk-card-body h3 {
    margin-bottom: 6px;
  }
  .uk-card-body .prom_desc {
    font-size: 12px;
  }
}

.about_count {
  padding: 80px 0;
  background-image: url(../images/datamap.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 500px;
}

.about_count p {
  margin-top: 0;
  margin-bottom: 0;
}

.about_count h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.about_count h4 span {
  font-size: 40px;
  color: #0066ff;
}

.index_invention {
  margin-top: 30px;
  margin-bottom: 80px;
}

.index_invention .uk-card {
  border: #ddd 1px dashed;
  padding: 30px;
}

.about_honor figure {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.about_honor figure figcaption {
  font-size: 12px;
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
