﻿/*关于*/
.about-section h2{
font-size: 36px;
line-height: 1.5;
}
.About-Content{
    padding-right: 50px;
}
/*========================================*/
/*------------- [_Features] --------------*/
/*========================================*/
.feature-box-area-style1 {
  background: var(--primary-color);
  padding: 45px 45px 25px 45px;
  margin-top: -80px;
  z-index: 1;
  position: relative;
}

.feature-box-style1 {
  position: relative;
  background: #ad836a;
  padding: 30px 30px 25px 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
.feature-box-style1 .inner-box {
  position: relative;
  text-align: center;
}
.feature-box-style1 .inner-box .feature-box-icon {
  position: relative;
  color: var(--primary-color);
  font-size: 48px;
  display: inline-block;
  background: #fff;
  padding: 15px;
}
.feature-box-style1 .inner-box .title {
  position: relative;
  margin-top: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--body-font);
  font-weight: 500;
}
.feature-box-style1:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.feature-box-style1:hover:before {
  -webkit-animation: shine 1.3s;
  animation: shine 1.3s;
}

.feature-box-style2 {
  position: relative;
  background: #eaa636;
  padding: 25px 25px 30px 25px;
  margin-bottom: 25px;
  overflow: hidden;
}
.feature-box-style2 .inner-box {
  position: relative;
  text-align: center;
}
.feature-box-style2 .inner-box .feature-box-icon {
  position: relative;
  color: var(--primary-color);
  font-size: 56px;
  display: inline-block;
  padding: 15px;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.feature-box-style2 .inner-box .title {
  position: relative;
  margin-top: 10px;
  color: #fff;
  font-family: var(--body-font);
  font-weight: 500;
}
.feature-box-style2:before {
  position: absolute;
  top: 0;
  left: -80%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}
.feature-box-style2:hover .inner-box .feature-box-icon {
  -moz-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.feature-box-style2:hover:before {
  -webkit-animation: shine 1.3s;
  animation: shine 1.3s;
}

/*产品应用*/
.application {
   padding-left: 50px;
    padding-top: 30px;
}

.application h2{
    color: #333!important;
    font-size: 36px;
}

.application p{
    color: #777!important;
    padding-right: 50px;
}

/*选择我们*/
.divider-gap h2 {
    font-size: 36px;
}

/*新闻中心*/
.news-center h2 {
    font-size: 36px;
}

/*========================================*/
/*---------------- [_Icon_Box] -----------*/
/*========================================*/
.icon-box-style1 .featured-icon {
  margin-bottom: 20px;
}
.icon-box-style1 .featured-icon .webexflaticon {
  font-size: 54px;
  color: var(--primary-color);
  position: relative;
}
.icon-box-style1 .featured-icon .webexflaticon:after {
  content: "";
  position: absolute;
  height: 55px;
  width: 55px;
  background: #fff;
  opacity: 0.1;
  left: 20px;
  top: 0;
  animation: pulse infinite 0.8s;
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.icon-box-style1 .icon-box-content .icon-box-title {
  color: #fff;
  margin-bottom: 10px;
}
.icon-box-style1 .icon-box-content .icon-box-desc {
  color: var(--text-light-gray);
}
.icon-box-style1:hover .featured-icon .webexflaticon:after {
  animation: pulse infinite 1s;
  background: var(--primary-color);
  opacity: 0.2;
  height: 65px;
  width: 65px;
}

.icon-box-block {
  background-color: #ffffff;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #f0f0f0;
  padding: 30px 25px 30px 25px;
  z-index: 1;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -khtml-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.1);
}
.icon-box-block:after {
  background: url(../images/service/1.png);
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: -35px;
  background-repeat: no-repeat;
  left: 0;
  z-index: -1;
  content: "";
  -moz-transition: all 300ms ease-out 0s;
  -webkit-transition: all 300ms ease-out 0s;
  -ms-transition: all 300ms ease-out 0s;
  -o-transition: all 300ms ease-out 0s;
  transition: all 300ms ease-out 0s;
}
.icon-box-block img {
  -moz-transition: all 400ms ease-out 0s;
  -webkit-transition: all 400ms ease-out 0s;
  -ms-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
}
.icon-box-block:hover img {
  -moz-transform: scale(-1) rotate(180deg);
  -o-transform: scale(-1) rotate(180deg);
  -ms-transform: scale(-1) rotate(180deg);
  -webkit-transform: scale(-1) rotate(180deg);
  transform: scale(-1) rotate(180deg);
}
.icon-box-block:hover:after {
  -moz-transform: scale(1.08) translate(0px, -8px);
  -o-transform: scale(1.08) translate(0px, -8px);
  -ms-transform: scale(1.08) translate(0px, -8px);
  -webkit-transform: scale(1.08) translate(0px, -8px);
  transform: scale(1.08) translate(0px, -8px);
}

.icon-box-two .icon {
  background: var(--primary-color);
  border-radius: 6px;
  width: 84px;
  height: 84px;
  line-height: 84px;
  float: left;
  text-align: center;
}
.icon-box-two .icon span:before {
  font-size: 48px;
  line-height: 84px;
  color: #fff;
}
.icon-box-two .icon-details {
  margin-left: 110px;
}

/*底部*/
footer.footer.bg-cover {
    background-color: #333;
}

.Bottom-Column {
    color: #f2f2f2;
}

.Bottom-Column a{
    color: #f2f2f2;
}

/*首页产品*/
.product h2{
    color: #333!important;
    font-size: 36px;
}
.product p{
    color: #777!important;
}

/*========================================*/
/*------------- [_Title_Lines] -----------*/
/*========================================*/
.side-line-left {
  position: relative;
  padding-left: 70px;
  font-weight: 500;
  margin-bottom: 10px;
}
.side-line-left:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background: var(--primary-color);
  left: 10px;
  bottom: 12px;
}
.side-line-left:before {
  content: "";
  height: 2px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 8px;
  background: var(--primary-color);
}
.side-line-left.white:after {
  background: #fff;
  box-shadow: 0 0 0px 8px rgba(255, 255, 255, 0.2);
}

.sub-title-line-bottom {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  z-index: 1;
  color: var(--primary-color);
  font-weight: 400;
  font-family: var(--body-font);
  margin-bottom: 10px;
}
.sub-title-line-bottom:before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: -5px;
  right: -5px;
  height: 6px;
  background-color: #efe8de;
  z-index: -1;
}

/*图片放大*/
.thumbnail-classic-figure {
    margin-bottom: 25px;
}

.picture-title {
    padding-top: 10px;
}

.picture {
    padding: 100px 10px;
}

a.button.icon.fl-bigmug-line-zoom60.icon-xl.popup-image img{
    border: 1px solid #d2d2d2;
}

/*分页页码样式*/
.pagination {display: inline-block;padding-left: 0;margin: 20px 0;border-radius: 4px;}
.pagination > li {display: inline;}
.pagination > li:first-child > a, .pagination > li:first-child > span {margin-left: 0;border-bottom-left-radius: 4px;border-top-left-radius: 4px;}
.pagination > li:last-child > a, .pagination > li:last-child > span {border-bottom-right-radius: 4px;border-top-right-radius: 4px;}
.pagination > li > a, .pagination > li > span {position: relative;float: left;padding: 6px 12px;line-height: 1.42857143;text-decoration: none;color:#666;border: 1px solid #ddd;margin-left: -1px;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {z-index: 3;color: #fff;background-color: #eaa636;border-color: #eaa636;cursor: default;}

/*----------------------------------------*/
/*  00. Contact CSS START
/*----------------------------------------*/
.contact__area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact__area-2 {
  position: relative;
  z-index: 1;
}
.contact__item:hover .contact__icon i ,.contact__item:hover .contact__icon em{
  background: #eaa636;
  color: #fff;
  transform: rotateY(360deg);
}
.contact__icon i,.contact__icon em {
  height: 100px;
  width: 100px;
  line-height: 100px;
  font-size: 35px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  color: #eaa636;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  display: inline-block;
  transition: 0.3s;
}
.contact__title {
  font-size: 18px;
}
.contact__text p {
  margin-bottom: 0;
  font-size: 16px;
  color: #777777;
}
.contact__social a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--tp-heading-primary);
  background: var(--tp-common-white);
  border-radius: 6px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.08);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  transition: 0.3s;
}
.contact__social a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.contact__form {
  background: var(--tp-common-white);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 80PX 60px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__form {
    padding: 80px 0;
  }
}
.contact__form .contact-filed {
  position: relative;
}
.contact__form .contact-filed::after {
  content: "\f007";
  position: absolute;
  left: 30px;
  top: 18px;
  font-family: "Font Awesome 5 Pro";
  color: var(--tp-heading-primary);
}
.contact__form .contact-filed.contact-icon-mail::after {
  content: "\f0e0";
}
.contact__form .contact-filed.contact-icon-message::after {
  content: "\f303";
}
.contact__form .contact-filed.contact-icon-website::after {
  content: "\f0ac";
}
.contact__form .contact-filed input {
  width: 100%;
  height: 60px;
  border: 1px solid transparent;
  padding-left: 55px;
  padding-right: 30px;
  color: var(--tp-heading-primary);
  border-radius: 6px;
  font-weight: 400;
  transition: 0.3s;
  background: #f9f9f9;
}
.contact__form .contact-filed input::-moz-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed input::placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed input:focus {
  border-color: var(--tp-theme-1);
}
.contact__form .contact-filed textarea {
  width: 100%;
  height: 250px;
  border: 1px solid transparent;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 15px;
  color: var(--tp-heading-primary);
  font-weight: 400;
  transition: 0.3s;
  border-radius: 6px;
  box-shadow: none;
  outline: none;
  background: #f9f9f9;
  resize: none;
}
.contact__form .contact-filed textarea::-moz-placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed textarea::placeholder {
  color: #aeaeae;
  font-size: 14px;
  opacity: 1;
}
.contact__form .contact-filed textarea:focus {
  border-color: var(--tp-theme-1);
}
.contact__form-agree {
  padding-left: 5px;
}
.contact__form-agree input {
  margin: 0;
  appearance: none;
  -moz-appearance: none;
  display: block;
  width: 14px;
  height: 14px;
  background: var(--tp-common-white);
  border: 1px solid #b9bac1;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.contact__form-agree input:checked {
  position: relative;
  background-color: #2b4eff;
  border-color: transparent;
}
.contact__form-agree input:checked::after {
  box-sizing: border-box;
  content: "\f00c";
  position: absolute;
  font-family: var(--tp-ff-fontawesome);
  font-size: 10px;
  color: var(--tp-common-white);
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.contact__form-agree input:hover {
  cursor: pointer;
}
.contact__form-agree label {
  padding-left: 8px;
  color: #53545b;
  font-size: 16px;
}
.contact__form-agree label a {
  color: var(--tp-heading-primary);
  font-weight: 400;
  padding-left: 4px;
}
.contact__form-agree label a:hover {
  color: var(--tp-theme-1);
}
.contact__form-agree label:hover {
  cursor: pointer;
}
.contact__map {
  line-height: 0;
  position: relative;
  margin-top: -60px;
}
.contact__map-wrap iframe {
  height: 800px;
  width: 100%;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact__map-wrap iframe {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .contact__map-wrap iframe {
    height: 400px;
  }
}
.contact__map-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}
.contact__map-icon i {
  font-size: 80px;
  color: var(--tp-theme-1);
  position: absolute;
  left: 48.5%;
  top: -14.5%;
}


.contact__icon img{
box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 8%);
    display: inline-block;
    transition: 0.3s;}

.map {
    width: 100%;
    height: 600px;
}

.contact__item.text-center.mb-30 {
    margin-bottom: 20px;
}
.contact__item.text-center a{color: #777777;}

.contact__icon.mb-35 {
    padding-bottom: 20px;
}

/*加入我们*/
.col-lg-6.recruit-content {
    background-color: #e9e9e9;
    padding: 80px;
    color: #333;
}

.col-lg-6.recruit-img img{
    max-width: 100%;
}

/*关于页面*/
.factory h2{font-size: 36px;}

/*企业文化*/

.culture h2{font-size: 36px;}

.culture-about{
    padding-bottom: 120px;
}

.culture-content {
    background-color: #fff;
    padding: 60px 80px;
    color: #333;
    width: 600px;
    box-shadow: var(--box-shadow);
    z-index: 1;
    margin: 0px 30px 0px 30px;
}


.culture-txt {
    height: 300px;
 
}



.culture-content h1{
  font-size: 30px;
  text-align: center;
  padding-bottom: 20px;
  color: #eaa636;
  font-weight: 700;
}




em.service-icon {
    color: #eaa636;
    font-size: 64px;
    line-height: 1;
    display: block;
    padding-bottom: 20px;
    text-align: center;
}




.culture img{
    max-width: 100%;
}{
    background-color: #e9e9e9;
    padding: 80px;
    color: #333;
}




.col-lg-6.culture h1{
  font-size: 36px;
}

.col-lg-6.culture p{
  font-size: 36px;
}

.col-lg-6.culture img{
    max-width: 100%;
}


@media only screen and (max-width: 767px){
.col-lg-6.recruit-img {
    padding: 0px;
}
 .col-lg-6.recruit-content {
    background-color: #e9e9e9;
    padding: 60px 20px;
    color: #333;
}
  .culture-content {
    background-color: #f6f6f6;
    padding: 60px 30px;
    color: #333;
    width: 100%;
    margin: 20px 0px;
}

}


/*视频*/
.faq__area-2.grey-bg-5.pt-120.pb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.faq__image {
    position: relative;
}
.vide-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -65px;
}
@media only screen and (min-width: 1400px) and (max-width: 1400px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .vide-button {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}
.vide-button a {
  width: 120px;
  height: 120px;
  background: var(--tp-common-white);
  border-radius: 50%;
  color: var(--tp-theme-1);
  transition: 0.3s;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  line-height: 120px;
  text-align: center;
  font-size: 20px;
}
.vide-button a::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 50%;
  z-index: -1;
  animation: pulse 2s infinite;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 1400px) and (max-width: 1400px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .vide-button a::before {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }
}
.vide-button a:hover {
  background-color: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.vide-button-3 {
  transform: translateY(-50%);
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.vide-button-3 a::before {
  text-align: center;
  margin: 0 auto;
}
.vide-button-3 a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}

.video__area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .video__area {
    height: 400px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
  .video__area {
    height: 400px;
  }
}
.video__button-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}
.video__button-2 a {
  width: 120px;
  height: 120px;
  background: var(--tp-theme-1);
  border-radius: 50%;
  color: var(--tp-common-white);
  transition: 0.3s;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  line-height: 120px;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
}
.video__button-2 a:hover {
  background: var(--tp-common-white);
  color: var(--tp-theme-1);
  border-color: var(--tp-common-white);
}
.video__button-2 a::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 50%;
  z-index: -1;
  animation: pulse 2s infinite;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}
.video__button-3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  text-align: center;
}
.video__button-3 a {
  width: 120px;
  height: 120px;
  background: var(--tp-common-white);
  border-radius: 50%;
  color: var(--tp-theme-1);
  transition: 0.3s;
  display: inline-block;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  line-height: 120px;
  text-align: center;
  font-size: 20px;
  transition: 0.3s;
}
.video__button-3 a:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
}
.video__button-3 a::before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  background: var(--tp-common-white);
  border-radius: 50%;
  z-index: -1;
  animation: pulse 2s infinite;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.video {
    padding-bottom: 50px;
}

.single-post-navigation {
    border-top: 1px solid #afafaf;
    padding-top: 30px;
    margin-top: 50px;
}

/*搜索*/
.blog-grid-wrap {
    padding: 120px 0px;
}
.blog-content a{
    font-size: 18px;
}

.blog-content {
    text-align: center;
}



@media only screen and (max-width: 767px){
.About-Content {
    padding-right: 15px;
    padding-left: 15px;
}
  .application p{
    color: #777!important;
    padding-right: 5px;
}
  .application {
    padding-left: 15px;
    padding-top: 30px;
}
.dibu1{
  display: none;
}
.dibu2{
  display: none;
}
.dibu3{
  display: none;
}
}


em.service-icon.base-icon-idea {
    text-align: center;
}

/*语言*/
edia (min-width: 993px) {
  .language {
    display: inline-block;
    margin-left: 25px;
    padding-left: 25px;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
  }
}
 .language .language-btn {
  position: relative;
  text-decoration: none;
  width: 70px;
  text-align: left;
  -webkit-transition: .5s;
  transition: .5s;
  display: block;
  color: #eaa636;
  font-size: 14px;
}
 .language .language-btn i {
  margin-right: px;
  vertical-align: middle;
}
 .language .language-btn i::before {
  font-size: 14px;
  color: #eaa636;
}
.language .language-btn::after {
  content: "\f107";
  position: absolute;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  top: 0;
  font-size: 16px;
}
.language .language-dropdown {
  text-align: center;
  position: absolute;
  z-index: 10;
  /* top: 36px; */
  /* right: -13px; */
  width: 120px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: .5s;
  transition: .5s;
}
.language .language-dropdown.open {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  background: #31314d;
}
 .language .language-dropdown li {
  position: relative;
  background-color: #0a3041;
  z-index: -1;
}
 .language .language-dropdown li a {
  display: block;
  position: relative;
  padding: 5px 10px;
  color: #555;
  background-color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  font-size: 14px;
}
 .language .language-dropdown li a:hover {
  background: var(--primary-color);
   color: #fff;
}
.language .language-dropdown li :last-child a {
  border-bottom: none;
}
.news-wrapper .news-thumb {
    position: relative;
    height: 294px;
    overflow: hidden;
}

@media only screen and (max-width: 767px){
.news-wrapper .news-thumb {
    position: relative;
    height: auto;
    overflow: hidden;
}
}