.fontnormal {
  font-weight: normal;
}

.contact {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 2.7855%;
}

.contact .flex_column {
  padding: 2.2901%;
  background: #f9f9f9;
}

.contact .flex_column.left {
  margin-right: 2.7855%;
  width: 41.66%;
}

.contact .flex_column.right {
  width: 58.33%;
}

.contact .flex_column h2.tt {
  font-size: 24px;
  font-weight: normal;
  color: #333;
  margin-bottom: 2.513545647558387%;
}

.contact .flex_column .contact_info {
  font-size: 16px;
  color: #5a5a5a;
  line-height: 3.5;
}

.contact .flex_column .contact_info p {
  border-bottom: 1px dashed #e0e0e0;
  margin: 0;
}
.contact .flex_column .contact_info a {
  color: #5a5a5a;
  text-decoration: none;
}
.contact .flex_column .contact_info a:hover {
  color: var(--enfold-main-color-secondary);
}

.contact .flex_column form {
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact .flex_column .form_element {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: calc(180px + 2.4%);
  vertical-align: bottom;
}
.contact .flex_column .form_element:last-child {
  margin-bottom: 0;
}

.contact .flex_column .form_element_half {
  display: inline-block;
  width: calc(50% - 10px);
}
.contact .flex_column input,
.contact .flex_column textarea {
  color: #333333;
  font-size: 14px;
  background: rgba(204, 204, 204, 0.15);
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  width: 100%;
  padding: 12px 14px;
  font-family: inherit;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  transition: all 0.3s ease-in-out;
  display: block;
}

.contact .flex_column input:focus,
.contact .flex_column textarea:focus {
  border-color: var(--enfold-main-color-secondary);
}

.contact .flex_column textarea::placeholder,
.contact .flex_column input::placeholder {
  color: #000;
}
.contact .flex_column .form_element.checkcode {
  display: flex;
  align-items: center;
}
.contact .flex_column .form_element.checkcode input {
  width: 60%;
}
.contact .flex_column .form_element.checkcode img {
  height: 45px;
  margin-left: 10px;
}

.contact .flex_column .form_element.form_btn {
  max-width: 350px;
}
.contact .flex_column .form_element.form_btn input {
  width: 100%;
  background: var(--enfold-main-color-secondary);
  color: #fff;
  border: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.newslist {
  width: 100%;
  min-height: 100vh;
  background: url(../images/news-bg.jpg) no-repeat center center / cover;
  display: flex;
  color: #fff;
}
.newslist h2 {
  font-size: 30px;
  font-weight: normal;
}
.newslist .news-nav {
  margin: 2.513545647558387% 0;
  font-size: 20px;
}
.newslist .news-nav a {
  color: #fff;
  text-decoration: none;
}
.newslist .news-nav a:hover,
.newslist .news-nav a.active {
  color: #70ad47;
}
.newslist .news-nav a.active {
  font-weight: bold;
}
.newslist .news-nav span {
  margin: 0 12px 0 12px;
}
.newslist .news-list {
  width: 100%;
}
.newslist .news-list .item {
  display: flex;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
}
.newslist .news-list .item-time {
  margin-right: 10px;
}
.newslist .news-list .item-title {
  flex: 1;
}
.newslist .news-list .item-title a {
  color: #fff;
  text-decoration: none;
}
.newslist .news-list .item-title a:hover {
  color: #70ad47;
}
.newslist .page-nav {
  margin-top: 10%;
  color: #fff;
}
.newslist .page-nav a,
.newslist .page-nav span {
  color: #fff;
  margin: 0 10px;
  text-decoration: none;
}
.newslist .page-nav a:first-child {
  margin-left: 0;
}
.newslist .page-nav a:last-child {
  margin-right: 0;
}
.newslist .page-nav a:hover,
.newslist .page-nav a.page-num-current {
  color: #70ad47;
}
.recruit h2 {
  width: 100%;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2.513545647558387%;
}
.recruit .recruit-box {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.recruit .recruit-box li {
  width: 32%;
  position: relative;
  border-radius: 10px;
  margin: 0 2% 6.5rem 0;
  border: 1px solid #e5e5e5;
  transition: all 0.3s ease-in-out;
}
.recruit .recruit-box li .recruit-btn {
  padding: 1rem 2rem 4rem;
  cursor: pointer;
}
.recruit .recruit-box li:nth-child(3n) {
  margin-right: 0;
}
.recruit .recruit-box h3 {
  font-weight: normal;
  font-size: 150%;
  line-height: 4.5rem;
  margin: 0 0 2.5rem;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.recruit .recruit-box li .recruit-info {
  display: flex;
  flex-wrap: wrap;
}
.recruit .recruit-box li span {
  width: 100%;
  display: inline-block;
  line-height: 2.2rem;
  color: #5a5a5a;
}
.recruit .recruit-box a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5rem;
  padding: 0 2.5rem;
  font-size: 125%;
  display: block;
  line-height: 3rem;
  background: var(--enfold-main-color-secondary);
  color: #fff;
  border-radius: 3rem;
}
.recruit .recruit-box .recruit-content {
  display: none;
}
.recruit .recruit-box li:hover {
  box-shadow: 0 7px 23px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px) !important;
}

.recruit-detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.gb_recruit_box {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: -1rem;
  right: -1rem;
  cursor: pointer;
  background: var(--enfold-main-color-secondary);
  text-align: center;
  color: #fff !important;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  font-size: 1.5rem;
  line-height: 2rem;
}
.gb_recruit_box:hover {
  transform: rotate(180deg);
}
.recruit-bg {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.recruit-detail-box {
  width: 100%;
  max-width: 800px;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.recruit-detail-box .recruit-content {
  overflow-y: auto;
  height: 100%;
  padding: 2rem 1.5rem 3rem;
  color: #5a5a5a;
}
.recruit-detail-box h2 {
  font-size: 180%;
  text-align: center;
}
.recruit-detail-box .wyyp {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -1.5rem;
  padding: 0 2.5rem;
  font-size: 125%;
  display: block;
  line-height: 3rem;
  background: var(--enfold-main-color-secondary);
  color: #fff !important;
  border-radius: 3rem;
}

.honor h2 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 2.513545647558387%;
}

.honor .honor-list {
  display: flex;
  flex-wrap: wrap;
}

.honor .honor-list a {
  width: calc(25% - 10px);
  margin-bottom: 20px;
  display: block;
  transition: all 0.3s ease-in-out;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding: 10px;
}
.honor .honor-list a .image-overlay {
  display: none !important;
}

.honor .honor-list a .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.honor .honor-list a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.honor .honor-list a .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin-bottom: 0;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
}

.honor .honor-list a:hover {
  box-shadow: 0 7px 23px rgba(0, 0, 0, 0.1);
  transform: translateY(-10px) !important;
}
.honor .honor-list a:hover .title {
  transform: translateY(0);
}

.factory {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  clear: both;
  width: 100%;
}
.factory .item {
  width: calc(33.33% - 20px);
  margin-bottom: 40px;
  display: block;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.factory .item .item-img {
  width: 100%;
  overflow: hidden;
  margin-bottom: 10px;
}
.factory .item .item-img img {
  width: 100%;
  object-fit: cover;
}
.factory .item .item-content h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 5px;
  color: #222;
}
.factory .item .item-content p {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.custom {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 4px 50px 0 rgba(0, 0, 0, 0.05);
  padding: 0 60px 50px;
  line-height: 1.5;
}
.custom .layui-form-item {
  margin-bottom: 20px;
}
.custom .layui-form-label {
  float: none;
  width: auto;
  text-align: left;
  padding: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
.custom .layui-form-label span {
  color: #f00 !important;
}
.custom .layui-form-item .layui-input-inline {
  width: 100%!important;
  float: none!important;
  margin: 0!important;
}
.custom .layui-input,
.custom .layui-select,
.custom .layui-textarea {
  border-color: #ddd;
}
.custom .layui-btn {
  width: 100%;
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
}
.sales-reps-distribution-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  clear: both;
  width: 100%;
}
.sales-reps-distribution-list .item {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 5%;
  display: block;
  border: 1px solid #e5e5e5;
  padding: 20px;
  border-radius: 5px;
  box-sizing: border-box;
}
.sales-reps-distribution-list .item:nth-child(3n) {
  margin-right: 0;
}
.sales-reps-distribution-list .item .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #222;
}
.sales-reps-distribution-list .item .info {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  color: #333;
  line-height: 1;
}
.av-slideshow-caption .avia-caption-title {
  font-size: 60px;
  font-weight: normal;
  margin-bottom: 0;
}
.av-slideshow-caption .avia-caption-content {
  font-size: 24px;
  opacity: 0.8;
  letter-spacing: 2px;
  margin: 30px 0;
}
.av-slideshow-caption .avia-caption-button {
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(1px);
  box-shadow: 0px 0px 2px 0px #ffffff;
  font-size: 15px;
  text-align: center;
  line-height: 1em;
  box-sizing: border-box;
  display: inline-block;
  padding: 13px 30px;
  transition: 0.3s;
}
.av-slideshow-caption .avia-caption-button:hover {
  background-color: rgba(0, 0, 0, 0.5);
  border-color: #000;
}

#about .con {
  font-size: 14px;
  line-height: 1.8em;
  color: #333;
  margin-top: 40px;
}

#about .avia-animated-number-title,
#about .avia-animated-number-title span {
  color: #333;
}
#about .avia-animated-number-content {
  color: #666;
  margin-top: 5px;
}
#products .avia_textblock ul p {
  margin: 0;
}
@media only screen and (max-width: 1200px) {
  .av-main-nav > li > a {
    padding: 0 10px;
  }
  .container_wrap {
    border: 0;
  }
  #top #header .av-main-nav > li > a {
    font-size: 12px;
  }
  .av_minimal_header #header_main .container,
  .av_minimal_header .main_menu ul:first-child > li a,
  .languages_dropdown .lang_dropdown_link {
    height: 70px;
    line-height: 70px;
  }
  .logo img,
  .logo svg {
    max-width: 250px;
  }
  .container {
    width: unset;
  }
  .contact .flex_column.left {
    width: 49.66%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #top nav .social_bookmarks {
    display: none;
  }
  .languages_dropdown .lang_dropdown_link {
    font-size: 12px;
    padding:0;
    margin: 0;
    border: 0!important;
  }
  .languages_dropdown .lang_dropdown_link::before {
    display: none;
  }
  .avia-menu.av_menu_icon_beside{
    padding-right: 0;
    margin-right: 0;
    border: 0;
  }
}
@media only screen and (max-width: 989px) {
  .responsive.html_mobile_menu_tablet
    #top
    #header_main
    > .container
    .main_menu
    .av-main-nav
    > li
    > a,
  .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container {
    height: 70px;
    line-height: 70px;
  }
  .logo img,
  .logo svg {
    max-width: 300px;
  }
  #menu-item-search a {
    line-height: 80px !important;
  }
  .languages_dropdown .lang_dropdown_link {
    border-right: 1px solid var(--enfold-header-color-border) !important;
  }
}
@media only screen and (max-width: 768px) {
  .factory .item {
    width: calc(50% - 10px);
  }
  .avia-section-huge .content,
  .avia-section-huge .sidebar {
    padding: 50px 0;
  }
  .sales-reps-distribution-list .item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .sales-reps-distribution-list .item:nth-child(2n) {
    margin-right: 0;
  }
  .sales-reps-distribution-list .item:nth-child(3n) {
    margin-right: 20px;
  }
  #facet .layui-form-item {
    width: calc((100% - 10px) / 2);
  }
  #facet .layui-form-item:nth-child(5n) {
    margin-right: 10px;
  }
  #facet .layui-form-item:nth-child(2n) {
    margin-right: 0;
  }
  #facet .layui-form-select dl {
    column-count: 3;
    column-gap: 0;
  }
  .recruit .recruit-box li {
    width: calc(50% - 10px);
  }
  .recruit .recruit-box li:nth-child(2n) {
    margin-right: 0;
  }
  .recruit .recruit-box li:nth-child(3n) {
    margin-right: 10px;
  }
  .recruit-detail-box {
    width: 90%;
  }
  .contact {
    flex-wrap: wrap!important;
  }
  .contact .flex_column {
    width: 100%!important;
  }
  .contact .flex_column.left {
    margin-right: 0!important;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  .responsive #top #wrap_all .container {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
  }
  .responsive .logo img,
  .responsive .logo svg {
    max-width: 60%;
  }
  .responsive #top #wrap_all .main_menu {
    height: 70px;
    line-height: 70px;
  }
  .responsive #top .logo {
    width: 100%;
    height: 70px !important;
  }
  .responsive #top #header .main_menu .social_bookmarks {
    display: none;
  }
  .languages_dropdown .lang_dropdown_link {
    border-right: 0 !important;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (max-width: 480px) { 
  .languages_dropdown .lang_dropdown_link {
    margin-left: 15px;
    font-size: 18px;
  }
  .languages_dropdown .lang_dropdown_link::before {
    display: none;
  }
  .responsive #top #wrap_all .main_menu,.responsive.html_mobile_menu_tablet #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive.html_mobile_menu_tablet #top #wrap_all .av-logo-container{
    height: 50px;
    line-height: 50px;
  }
  .responsive #top .logo{
    height: 50px !important;
  }
  .av_minimal_header #header_main .container, .av_minimal_header .main_menu ul:first-child > li a, .languages_dropdown .lang_dropdown_link {
    height: 50px;
    line-height: 50px;
  }
  #menu-item-search a{
    line-height: 60px !important;
  }
  .slideshow_caption{
    padding: 0;
  }
  .factory .item {
    width: 100%;
  }
  div .av_one_fourth{
    width: 100%;
    margin-left: 0;
  }
  #footer .widget{
    margin: 0 0 20px 0;
  }
  .sales-reps-distribution-list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sales-reps-distribution-list .item:nth-child(2n) {
    margin-right: 0;
  }
  .sales-reps-distribution-list .item:nth-child(3n) {
    margin-right: 0;
  }
  #facet .layui-form-item {
    width: 100%;
  }
  #facet .layui-form-item:nth-child(5n) {
    margin-right: 0;
  }
  #facet .layui-form-item:nth-child(2n) {
    margin-right: 0;
  }
  .layui-form-select dl {
    column-count: 1;
    column-gap: 0;
  }
  .recruit .recruit-box li {
    width: 100%;
  }
  .recruit .recruit-box li:nth-child(2n) {
    margin-right: 0;
  }
  .recruit .recruit-box li:nth-child(3n) {
    margin-right: 0;
  }
  .recruit-detail-box {
    width: 90%;
  }
  .newslist .news-nav{
    font-size: 16px;
    line-height: 1.5;
  }
  .newslist .news-list .item{
    font-size: 14px;
  }
  .contact .flex_column{
    padding: 20px;
  }
  .contact .flex_column .contact_info{
    font-size: 14px;
    line-height: 2.5;
  }
  .contact .flex_column .form_element_half{
    width: 100%;
  }
  .custom {
    padding: 20px 15px 30px;
    width: 100%;
  }
  .avia-section-large .custom .content {
    padding: 30px 0;
  }
  .avia-section-large .custom .content h1{
    font-size: 25px;
    font-weight: bold;
  }
}