@font-face {
  font-family: 'Arial';
  src: url('/wp-content/themes/fjcsensor/assets/fonts/ArialMT.eot');
  src: url('/wp-content/themes/fjcsensor/assets/fonts/ArialMT.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/fjcsensor/assets/fonts/ArialMT.woff2') format('woff2'), url('/wp-content/themes/fjcsensor/assets/fonts/ArialMT.woff') format('woff'), url('/wp-content/themes/fjcsensor/assets/fonts/ArialMT.ttf') format('truetype'), url('/wp-content/themes/fjcsensor/assets/fonts/ArialMT.svg#ArialMT') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* common use */
body {
  overflow-x: hidden;
  font-family: 'Arial';
  font-size: 16px;
}
body p,
body {
  color: #666666;
  font-size: 16px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500 !important;
  font-weight: normal;
  color: #333333;
}
a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
  color: inherit !important;
  background-color: rgba(0, 0, 0, 0) !important;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
}
.top_bar {
  background-color: #eeeeee;
}
.top_bar_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 38px;
}
.top_bar ul {
  display: flex;
  align-items: center;
  padding: 0;
}
.top_message li:last-child {
  margin-left: 44px;
}
.lan li.choose-site {
  position: relative;
}
.lan li.choose-site ul {
  display: none;
  position: absolute;
  top: 26px;
  left: 0;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  z-index: 10;
}
.lan li.choose-site > ul > li > a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #333;
  background-color: #ffffff;
  width: 98px;
  height: 27px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.lan li.choose-site > ul > li:last-child > a {
  border-bottom: none;
}
.lan li.choose-site > ul > li > a:hover,
.lan li.choose-site > ul > li:hover > a {
  background-color: #91cf0b;
  color: #fff;
}
.lan li.choose-site ul li {
  margin: 0;
  width: 100%;
}
.lan li.choose-site ul li a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: block;
}
.lan li.choose-site > a {
  font-size: 14px;
  color: #333;
  background-color: #ffffff;
  width: 100px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5d5d5;
}
.lan img {
  margin-right: 5px;
}
.lan li.choose-site > a:hover {
  cursor: pointer;
}
.lan li.choose-site > a .fa {
  margin-left: 10px;
}
.head_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.search_form input[type="search"] {
  margin: 0;
  border: 1px solid #d5d5d5;
  width: 136px;
  height: 28px;
  padding: 0 0 0 8px;
  line-height: 28px;
}
.search_form input[type="submit"] {
  margin: 0;
  border: 1px solid #d5d5d5;
  background-image: linear-gradient(#fdfcfc, #e1e1e1, #e5e5e5);
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  padding: 0;
  text-transform: uppercase;
}
.search_form ul {
  padding: 0;
  display: flex;
  font-size: 20px;
  justify-content: end;
  margin: 5px 0;
}
.search_form ul li a {
  color: #888888;
  display: inline-block;
  padding: 0 5px;
}
.search_form ul li a:hover {
  color: #98de00;
}
.head_top {
  padding: 15px 0;
}
.head_nav {
  background-image: linear-gradient(#73a702, #7eb605, #86c108);
}
.head_nav .primary-navigation .primary-menu-container > ul > .menu-item > a {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15.8px 45px;
  transition: all ease 0.3s;
}
.head_nav .primary-navigation .primary-menu-container > ul > .menu-item::after {
  content: '';
  width: 1px;
  height: 100%;
  background-image: linear-gradient(#8cc90a, #81ba06, #72a702);
  display: inline-block;
}
.head_nav .primary-navigation .primary-menu-container > ul > .menu-item:last-child::after {
  display: none;
}
.head_nav .primary-navigation .primary-menu-container > ul > .menu-item.current-menu-item > a {
  background-color: #98de00;
}
.head_nav .primary-navigation .primary-menu-container > ul > .menu-item > a:hover {
  background-color: #98de00;
}
.banner .swiper-pagination-bullet {
  border-radius: 0;
}
.banner .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #98de00;
}
.home-part {
  margin: 80px 0;
}
.home_title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home_title span {
  color: #56607e;
}
.btn_more {
  background-color: #91cf0b;
  color: #ffffff;
  height: 40px;
  width: 118px;
  border-radius: 8px;
  border: 1px solid #91cf0b;
  transition: all ease 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 40px;
}
.btn_more:hover {
  background-color: #ffffff;
  color: #91cf0b;
}
.home-part-one p {
  margin-bottom: 25px;
}
.pro_content h3 {
  font-size: 14px;
  margin: 18px 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all ease 0.3s;
}
.home-part-two .container {
  position: relative;
}
.pro-swiper-next,
.pro-swiper-prev {
  top: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #91cf0b;
}
.pro-swiper-next:after,
.pro-swiper-prev:after {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}
.pro-swiper-next {
  right: 15px;
}
.pro-swiper-prev {
  right: 70px;
  left: auto;
}
.pro_box img,
.new_box img {
  width: 100%;
}
.pro_box:hover h3,
.new_box:hover h3 {
  color: #91cf0b;
}
.img_box {
  overflow: hidden;
}
.pro_box:hover img,
.new_box:hover img {
  transform: scale(1.05);
}
.pro_box img {
  transition: all ease 0.3s;
}
.center {
  text-align: center;
  margin-top: 30px;
}
.new_content h3 {
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all ease 0.3s;
  margin: 18px 0;
}
.time {
  font-size: 14px;
  color: #999999;
  line-height: 18px;
  font-weight: 500;
}
.new_box {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d5d5d5;
}
.foot_up {
  background-color: #dedede;
  padding: 80px 0 70px 0;
}
.foot_box h2 {
  font-size: 24px;
  text-transform: uppercase;
}
#pro-nav {
  padding: 0;
  display: flex;
  flex-direction: column;
  max-height: 160px;
  flex-wrap: wrap;
}
#pro-nav a {
  font-size: 14px;
  line-height: 26px;
  color: #000000;
}
.foot_box h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #c6c6c6;
  position: relative;
}
.foot_box h2::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  bottom: -3px;
}
.padding50 {
  padding-left: 50px;
}
.foot_box p {
  display: flex;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin-bottom: 10px;
}
.foot_box p span {
  display: inline-block;
  margin-right: 15px;
}
.foot_down {
  background-color: #333333;
}
.foot_down p {
  color: #bbbbbb;
}
.foot_ul {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot_ul li {
  font-size: 18px;
  color: #bbbbbb;
  padding: 0 10px;
}
.foot_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.foot_ul li a {
  color: #bbbbbb;
  transition: all ease 0.3s;
}
.foot_ul li a:hover {
  color: #91cf0b;
}
#pro-nav a:hover {
  color: #91cf0b;
}
.product_page {
  margin: 55px 0;
}
.product_page h1,
.product_page h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-image: linear-gradient(#73a702, #7eb605, #86c108);
  padding: 12.2px 0;
  text-align: center;
}
.breadcrumb {
  text-transform: uppercase;
  padding: 12px 50px;
  border-radius: 0;
  color: #999999;
}
.breadcrumb a {
  color: #91cf0b;
}
.breadcrumb a span {
  color: #91cf0b;
}
.breadcrumb a:hover {
  color: #91cf0b;
}
.breadcrumb a span:hover {
  color: #91cf0b;
}
.product_sidebar {
  margin: 0;
  padding: 0;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}
.product_sidebar li a {
  padding: 14px 25px;
  border-bottom: 1px solid #999999;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  transition: all ease 0.3s;
  display: block;
}
.product_sidebar li a:hover {
  color: #91cf0b;
}
.colorbar {
  background-color: #91cf0b;
  width: 100%;
  height: 3px;
  margin-bottom: 25px;
}
.product_page_list {
  margin-bottom: 30px;
}
.product_page_list .img_box {
  margin-bottom: 10px;
  overflow: hidden;
}
.product_page_list img {
  width: 100%;
  transition: all ease 0.3s;
}
.product_page_list h3 {
  transition: all ease 0.3s;
}
.product_page_list:hover img {
  transform: scale(1.05);
}
.product_page_list:hover h3 {
  color: #91cf0b;
}
.product_list_content h3 {
  font-size: 14px;
  line-height: 16px;
  color: #333333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #91cf0b;
  border-color: #91cf0b !important;
}
.page-nav {
  padding: 0 15px;
}
.single_page {
  margin: 55px 0;
}
.single_page h2 {
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  background-image: linear-gradient(#73a702, #7eb605, #86c108);
  padding: 12.2px 0;
  text-align: center;
}
.single_page h1 {
  margin-top: 0;
  color: #272626;
  font-size: 25px;
  padding-bottom: 5px;
}
.breadcrumb + h1 {
  margin-top: 0;
  color: #272626;
  font-size: 25px;
  background-image: unset;
  text-align: left;
  padding: 0 0 5px 0;
}
.single_info img {
  width: 100%;
  height: auto;
}
.single_info strong {
  color: #333333;
  font-size: 20px;
}
.single_info p {
  line-height: 2;
}
.product_functions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.product_functions a {
  flex-basis: 50%;
  display: inline-block;
  font-size: 16px;
  margin: 5px 0;
}
.product_functions a .fa {
  font-size: 20px;
  color: #91cf0b;
  width: 30px;
}
.product_functions a:hover {
  color: #91cf0b;
}
.single_tab {
  margin-top: 95px;
}
.single_tab .vc_tta-tab {
  margin: 0 !important;
  width: 250px;
}
.single_tab .vc_tta-tab a {
  background-color: #898989 !important;
  border: 0 !important;
  padding: 16px 22px !important;
  font-size: 18px;
  text-transform: capitalize;
  margin-right: 5px;
  color: #ffffff !important;
  font-weight: 500;
  text-transform: uppercase;
}
.single_tab .vc_tta-tab.vc_active a {
  background-color: #91cf0b !important;
  color: #fff !important;
}
.vc_tta.vc_tta-shape-rounded .vc_tta-tab > a {
  border-radius: 0 !important;
}
.vc_tta-panels {
  border-radius: 0 !important;
}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  background-color: rgba(0, 0, 0, 0) !important;
}
.vc_tta.vc_general .vc_tta-panel-body {
  padding: 25px 0 !important;
  border: 0 !important;
}
.vc_tta-panels p,
.vc_tta-panels ul {
  margin-bottom: 25px;
}
.single_tab .vc_tta-tabs-container {
  margin: 0 !important;
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
  margin: 0 !important;
}
.vc_tta-tab:last-child a {
  margin-right: 0;
}
.single_tab .vc_tta-title-text {
  display: inline-block;
  width: 100%;
  position: relative;
  text-transform: uppercase;
}
.single_tab .vc_tta-title-text::after {
  content: "\f101";
  color: #ffffff;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
}
.single_tab h3 {
  font-size: 24px;
  color: #91cf0b;
  border-bottom: 1px solid #91cf0b;
  display: inline-block;
  box-shadow: 0px 1px 0px 0px #ddd;
  margin-bottom: 25px;
}
.vc_tta.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
  border: 0 !important;
}
.single_tab .product_functions {
  margin-top: 0;
  margin-bottom: 25px;
}
.single_tab .product_functions a {
  flex-basis: auto;
  margin: 10px;
}
/* form */
#nf-form-title-1 {
  display: none;
}
.nf-form-fields-required {
  display: none;
}
.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type=button]),
.nf-form-content textarea,
.nf-form-content select {
  background: #efefef !important;
  border: 1px solid #efefef !important;
  color: #888888 !important;
}
nf-field {
  margin-bottom: 15px;
  display: block;
}
#ninja_forms_required_items,
.nf-field-container {
  margin-bottom: 9px !important;
}
.nf-form-content input[type=button] {
  background: #91cf0b !important;
  border: 0;
  color: #ffffff;
  transition: all 0.5s;
  font-size: 16px;
  line-height: 50px;
  text-transform: uppercase;
  width: 200px !important;
  height: 50px !important;
  padding: 0 !important;
}
.nf-form-content input[type=button]:hover {
  color: #ffffff !important;
}
.nf-form-content label {
  color: #222222;
}
.nf-form-content label {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}
#comments {
  display: none;
}
.newpage .new_box {
  border-bottom: 0;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
}
.newpage .new_content {
  padding: 0 15px;
}
.end {
  text-align: center;
  color: #a8a8a8;
  margin-top: 50px !important;
}
.nav-next a,
.nav-previous a {
  color: #333333;
  display: block;
}
.nav-next a:hover,
.nav-previous a:hover {
  color: #91cf0b;
}
.nav-next a .post-title,
.nav-previous a .post-title {
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-next a svg,
.nav-previous a svg {
  vertical-align: bottom;
}
.contact_column ul {
  padding-left: 20px;
}
.contact_column ul li,
.contact_column p {
  color: #ffffff;
  list-style: disc;
  font-size: 16px;
  margin: 10px 0;
}
.contact_right p {
  color: #ffffff;
}
.contact_column .vc_col-sm-6 .vc_column-inner,
.contact_column .vc_col-sm-5 .vc_column-inner,
.contact_column .vc_col-sm-7 .vc_column-inner {
  padding: 50px;
}
.contact_column a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.contact_column .fa {
  margin-right: 15px;
}
.contact_page {
  margin: 55px 0;
}
.contact_page h1 {
  font-size: 28px;
  color: #91cf0b;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.contact_page input[type="text"],
.contact_page input[type="email"],
.contact_page textarea {
  background-color: #ffffff !important;
}
.contact_page .contact_h3 {
  font-size: 24px;
}
.about_page {
  margin: 55px 0;
}
.info-lists {
  text-align: center;
  padding: 17px 0;
}
ul.info-faq {
  padding: 0;
}
ul.info-faq li {
  display: inline-block;
  padding: 0 30px;
}
ul.info-faq li a {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  opacity: 0.7;
  transition: all ease 0.3s;
}
ul.info-faq li a:hover,
ul.info-faq li a:focus {
  color: #ffffff !important;
  background-color: rgba(0, 0, 0, 0) !important;
  opacity: 1;
}
.about-info-lists {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}
.about-info-lists .info-faq {
  background-image: linear-gradient(#73a702, #7eb605, #86c108);
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.about-info-lists .info-faq a {
  color: #ffffff;
  font-size: 18px;
  padding: 20px 0;
  position: relative;
  display: inline-block;
}
.about-info-lists .info-faq a::after {
  font: normal normal normal 18px/1 FontAwesome;
  content: "\f106";
  opacity: 0;
  position: absolute;
  left: 41%;
  bottom: 5px;
}
.about-info-lists .info-faq li.active a::after {
  opacity: 1;
}
.info-faq a:focus {
  outline: none !important;
}
.about-info-lists.info-lists.scroll-to-fixed-fixed {
  padding: 0;
  background-color: #ffffff;
}
.position-img {
  position: absolute;
  top: -56px;
  left: 82px;
  width: 180px;
  opacity: 0.05;
}
.position-img img {
  width: 100%;
}
.about h3 {
  text-transform: capitalize;
  font-size: 18px;
}
.about h3::after {
  content: "";
  display: block;
  height: 2px;
  width: 55px;
  background-color: #9c171c;
  margin: 0 auto;
  margin-top: 13px;
  margin-bottom: 18px;
  text-align: left;
  margin-left: 0 !important;
}
.vc_row.container {
  margin: 0 auto;
}
.item-about h3 {
  font-size: 20px;
  margin-bottom: 15px;
}
.item-about h3::after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: #91cf0b;
  margin-top: 15px;
}
.about_page h1 {
  font-size: var(--heading--font-size-h2);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
}
.about_page h2 {
  margin-bottom: 25px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.about_page h1::after,
.about_page h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background-color: #91cf0b;
  margin-top: 15px;
}
.about_page h3 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
}
.about_page h4 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 25px;
}
.slogan-one {
  position: relative;
  min-height: 369px;
}
.content-team {
  z-index: 3;
  position: relative;
  padding-top: 7%;
}
.text-center {
  text-align: center;
}
.team-page.slogan-one .text-center h4 {
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
}
a.team-page-a {
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  border-radius: 100px;
  padding-top: 0.54166667em;
  padding-bottom: 0.65em;
  padding-right: 3.25em;
  padding-left: 3.25em;
  border: 1px solid #232323;
  border-width: 2px;
  font-size: inherit;
  line-height: 1.625em;
  text-transform: uppercase;
  color: #fff;
  background: #91cf0b;
  border-color: #91cf0b;
  margin-top: 30px;
  display: inline-block;
  transition: all 0.3s;
  width: auto;
}
.slogan-one .section-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.searchpage {
  margin: 55px 0;
}
.search_content {
  margin-bottom: 50px;
  background-color: #f4f4f4;
  padding: 25px;
  text-align: center;
}
.search_content h1 {
  font-size: var(--heading--font-size-h2);
  margin-bottom: 15px;
}
.search_content p {
  font-size: 20px;
}
.searchpage .no-results label {
  display: none;
}
.searchpage .no-results input[type="submit"] {
  background-color: #91cf0b !important;
  color: #ffffff !important;
  font-size: 18px !important;
  border-color: #91cf0b !important;
  height: 63px !important;
}
.searchpage .search-form .search-field {
  border: none;
  background-color: #f6f6f6;
}
.return-top {
  background: #333333 none repeat scroll 0 0;
  border: 2px solid #333333;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  bottom: 0;
  color: #FFF;
  display: inline-block;
  font-size: 28px;
  height: 35px;
  line-height: 30px;
  overflow: hidden;
  position: fixed;
  right: 50px;
  text-align: center;
  width: 55px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  z-index: 99;
}
.return-top:hover {
  background-color: transparent;
  color: #333333;
}
.primary-navigation-open .menu-button-container {
  background-color: rgba(0, 0, 0, 0) !important;
}
.primary-navigation-open .menu-button-container #primary-mobile-menu {
  background-color: #fff;
}
.nav-links {
  background-color: #fafafa;
  padding: 20px;
}
.nav-links p {
  margin: 0;
}
.nav-previous {
  background-color: #eeeeee;
  float: left;
  width: 49%;
  padding: 15px;
}
.nav-next {
  background-color: #eeeeee;
  float: right;
  width: 49%;
  padding: 15px;
}
.nav-links::before {
  display: table;
  content: " ";
}
.nav-links::after {
  display: table;
  content: " ";
  clear: both;
}
.nav-links .meta-nav {
  margin-bottom: 10px;
  color: #000 !important;
  font-weight: var(--pagination--font-weight-strong);
}
.nav-links a:hover {
  text-decoration: none !important;
}
.nav-links a:hover .meta-nav {
  color: #91cf0b !important;
}
.sub-menu-toggle {
  display: none !important;
}
.child-menu ul .menu-item > a {
  color: #333333;
  transition: all ease 0.3s;
  overflow: hidden;
  font-size: 14px !important;
}
.child-menu ul .menu-item > a:focus {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #333333 !important;
  outline: none !important;
}
.child-menu ul .menu-item > a:hover {
  color: #91cf0b;
  outline: none !important;
}
.child-menu {
  position: absolute;
  left: calc(-201.5%);
  top: 50px;
  margin: 0;
  z-index: 5;
  display: block;
  visibility: hidden;
  background-color: #fff;
  min-width: 100%;
  padding: 0 0 5px;
  box-shadow: 0 10px 20px #00000017;
  background: #fff;
  transform: none;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.2, 0.06, 0.05, 0.95);
  transition-delay: 0s;
  transition-delay: 0.3s;
}
.child-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-wrapper > li {
  position: relative;
}
.menu-wrapper > li.mega_menu {
  position: unset !important;
}
.menu-wrapper > li:hover .child-menu {
  display: block;
}
.menu-wrapper > li:hover .child-menu {
  visibility: visible;
  opacity: 1;
}
.mega_menu .child-menu ul {
  display: flex;
  align-items: center;
  margin: 0 -15px;
  justify-content: center;
  flex-wrap: wrap;
}
.mega_menu .child-menu ul li {
  padding: 0;
  flex-basis: 20%;
  text-align: center;
}
.mega_menu .child-menu {
  padding: 5px 0 25px 0;
}
.primary-navigation .sub-menu {
  margin-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
}
.primary-navigation .sub-menu li {
  flex-basis: 25%;
}
@media screen and (max-width: 1024px) {
  .head_nav .primary-navigation .primary-menu-container > ul > .menu-item > a {
    padding: 15.8px 40px;
  }
  .slogan-one {
    min-height: 250px;
  }
  #advantage .vc_col-sm-4 {
    width: 50%;
  }
}
@media screen and (max-width: 820px) {
  .head_nav .primary-navigation .primary-menu-container > ul > .menu-item > a {
    padding: 15.8px 25px;
  }
  .home-part-one img {
    margin: 25px auto 0;
  }
  .foot_box.padding50 {
    padding: 0;
    margin-top: 35px;
  }
  .return-top {
    background: #333333 none repeat scroll 0 0;
    border: 2px solid #333333;
    border-radius: 0;
    bottom: 100px;
    color: #FFF;
    display: inline-block;
    font-size: 28px;
    height: 35px;
    line-height: 30px;
    overflow: hidden;
    position: fixed;
    right: 0;
    text-align: center;
    width: 35px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    z-index: 99;
  }
  #who .vc_col-sm-6 {
    width: 100%;
  }
  #view .vc_col-sm-6 {
    width: 100%;
  }
  .contact_column .vc_col-sm-6 .vc_column-inner,
  .contact_column .vc_col-sm-5 .vc_column-inner,
  .contact_column .vc_col-sm-7 .vc_column-inner {
    padding: 50px 25px;
  }
  .single_page .col-md-3 {
    display: none;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .top_bar_box {
    height: auto;
    flex-wrap: wrap;
    padding: 4px 0;
  }
  .top_bar_box .lan {
    display: none;
  }
  .top_bar_box li {
    flex-basis: 100%;
  }
  .top_bar_box .top_message {
    flex-wrap: wrap;
  }
  .top_bar_box .top_message li:last-child {
    margin-left: 0;
  }
  .head_flex {
    flex-wrap: wrap;
  }
  .search_form {
    display: flex;
    width: 100%;
  }
  .menu-button-container {
    padding: 0 !important;
  }
  .menu-button-container #primary-mobile-menu {
    background-color: #91cf0b !important;
    color: #fff !important;
  }
  .menu-button-container #primary-mobile-menu .dropdown-icon.open .svg-icon,
  .menu-button-container #primary-mobile-menu .dropdown-icon.close .svg-icon {
    margin: 0 !important;
  }
  .head_nav .primary-navigation .primary-menu-container > ul > .menu-item > a {
    color: #000000;
    border-bottom: 1px solid #efefef;
  }
  .head_nav .primary-navigation .primary-menu-container > ul > .menu-item > a:hover,
  .head_nav .primary-navigation .primary-menu-container > ul > .menu-item > a:focus {
    color: #ffffff;
  }
  .head_nav .primary-navigation .primary-menu-container > ul > .current-menu-item > a {
    color: #91cf0b;
    background-color: rgba(0, 0, 0, 0);
  }
  .primary-navigation-open .primary-navigation > .primary-menu-container {
    border: 0;
    position: absolute;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    padding-left: 0;
    padding-right: 0;
    top: 52px;
    padding-top: 82px;
    background-color: rgba(0, 0, 0, 0);
  }
  .primary-navigation > div > .menu-wrapper {
    padding-top: 5px;
    padding-bottom: 50px !important;
    background-color: #ffffff;
    box-shadow: 0px 5px 4px -3px #999;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close svg {
    color: #ffffff;
  }
  .menu-button-container #primary-mobile-menu[aria-expanded*=true] .dropdown-icon.close {
    opacity: 1;
  }
  .head_nav .primary-navigation .primary-menu-container > ul > .menu-item::after {
    display: none;
  }
  .head_nav .primary-navigation .primary-menu-container > ul > .menu-item.current-menu-item > a {
    background-color: #ffffff;
  }
  #pro-nav {
    flex-direction: row;
    max-height: inherit;
    flex-wrap: wrap;
  }
  #pro-nav li {
    flex-basis: 50%;
  }
  .foot_flex {
    flex-wrap: wrap;
    text-align: center;
  }
  .foot_ul {
    flex-basis: 100%;
    margin-top: 15px;
  }
  .return-top {
    bottom: 150px;
  }
  .about-info-lists .info-faq a::after {
    bottom: -5px;
  }
  .about-info-lists .info-faq a {
    font-size: 16px;
    padding: 10px 0;
    font-weight: 600;
  }
  ul.info-faq li {
    padding: 0;
  }
  #advantage .vc_col-sm-4 {
    width: 100%;
  }
  .about-info-lists .info-faq {
    flex-wrap: wrap;
  }
  #who iframe {
    height: 300px;
  }
  .about_page .vc_row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .team-page.slogan-one .text-center h4 {
    font-size: 22px;
  }
  .content-team {
    padding-top: 12%;
  }
  .product_page .col-md-3 {
    display: none;
  }
  .breadcrumb {
    padding: 12px;
  }
  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #fff !important;
    background-color: #91cf0b !important;
    font-size: 14px !important;
  }
  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #ffffff !important;
  }
  .vc_tta.vc_general .vc_tta-panel-body {
    padding: 10px 0 25px 0 !important;
  }
  .vc_tta.vc_tta-spacing-1 .vc_tta-panel.vc_active + .vc_tta-panel .vc_tta-panel-heading,
  .vc_tta.vc_tta-spacing-1 .vc_tta-panel:not(:first-child) .vc_tta-panel-heading {
    border: 0 !important;
    border-radius: 0 !important;
  }
  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    color: #ffffff !important;
    background-color: #898989 !important;
    font-size: 14px !important;
  }
  .vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
    border-width: 0 !important;
  }
  .single_info img {
    margin-bottom: 25px;
  }
  .breadcrumb + h1 {
    font-size: 20px;
  }
  .navigation .nav-links > * {
    width: 100%;
    margin: 5px 0!important;
  }
  .sub-menu-toggle {
    display: block !important;
  }
  .head_nav button.sub-menu-toggle {
    display: inline-block !important;
    color: #91cf0b !important;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
  }
  .icon-plus::after {
    content: "\f107";
    font: normal normal normal 18px/1 FontAwesome;
  }
  .icon-minus::after {
    content: "\f106";
    font: normal normal normal 18px/1 FontAwesome;
  }
  .primary-navigation > div > .menu-wrapper .sub-menu-toggle .icon-minus {
    display: none;
  }
  .icon-plus svg,
  .icon-minus svg {
    display: none;
  }
  .icon-plus,
  .icon-minus {
    justify-content: center;
  }
  .primary-navigation .sub-menu .menu-item > a {
    padding: 10px 40px !important;
    color: #333333 !important;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    max-height: 200px;
    overflow-x: scroll;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu {
    display: none;
  }
  .primary-navigation > div > .menu-wrapper > li > .sub-menu.sub-active {
    display: block;
  }
  .head_nav .primary-navigation .primary-menu-container > ul > .menu-item > a {
    padding: 11.8px 25px;
  }
  .product_page_list {
    min-height: 235px;
  }
}
@media screen and (max-width: 320px) {
  .about-info-lists .info-faq a {
    font-size: 14px;
  }
  .product_page_lists .col-xs-6 {
    width: 100%;
  }
}
