.our_news {
  padding-top: 120px;
  padding-bottom: 150px;
}

.our_news .loader {
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
}

.our_news .our_news-title {
  margin: 0 auto;
  text-align: center;
}

.our_news .button_border {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  font-size: 17px;
  line-height: 1.1875rem;
  color: #000;
  width: 220px;
  height: 55px;
  border-radius: 4px;
  border: 1px solid #a2a2a2;
  transition: all 0.2s;
  margin: 0 auto;
  margin-top: 75px;
  text-transform: uppercase;
}

.our_news .button_border:hover {
  border-color: var(--hover-color);
  background-color: var(--hover-color);
  color: white;
}

.our_news .our_news-main {
  position: relative;
  /* display: flex;
  justify-content: space-between; */
  margin-top: 40px;
}

.our_news .our_news-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: auto;
  margin-top: 65px;
}

.our_news .our_news-main_left {
  position: relative;
  width: 48%;
  border-radius: 5px;
  overflow: hidden;
}

.our_news .our_news-main_left:hover .main_left-img .img {
  transform: scale(1.1);
}
.our_news .our_news-main_left:hover .main_left-text span.learn_more {
  background-position-x: 100%;
}

.our_news .main_left-img {
  width: 100%;
  height: 60%;
  overflow: hidden;
}

.our_news .main_left-img .img {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 5;
  transition: all .2s ease;
}

.our_news .main_left-text {
  width: 100%;
  height: 40%;
  padding: 26px 21px;
  padding-top: 48px;
  color: #fff;
  background-color: rgb(232, 234, 236);
  z-index: 20;
  position: relative;
}

.our_news .main_left-text .item_date {
  display: flex;
  padding: 1rem 2.5rem;
  padding-left: 1.2rem;
  padding-right: 5.5rem;
  position: absolute;
  transform: translateY(-94%);
  top: 0;
  left: 0;
  align-items: center;
  overflow: hidden;
}

.our_news .main_left-text .item_date::before {
  background: var(--hover-color);
  width: 100%;
  height: 60px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  position: absolute;
  left: 0px;
  content: '';
}

.our_news .main_left-text .item_date p {
  color: white;
  font-size: 22px;
  margin-bottom: 0;
  margin-right: 0.3rem;
  position: relative;
  z-index: 5;
  margin-bottom: 3px;
  margin-top: 0;
}


.our_news .main_left-text .item_date span {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  position: relative;
  z-index: 5;
}

.our_news .main_left-text > p {
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-top: -2rem;
  color: rgba(0, 0, 0, 0.8);
  font-family: 'Poppins', sans-serif;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.our_news .main_left-text > span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #808080;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
}

.our_news .main_left-text span.learn_more {
  color: var(--hover-color);
  font-size: 18px;
  display: inline-block;
  padding-right: 2rem;
  /* background: url(../img/arrow_right_white_line.svg) no-repeat right/1rem; */
  background-position: 95% center;
  transition: all .2s ease;
  margin-top: 70px;
}

.our_news .our_news-main_right {
  width: 49.5%;
}

.our_news ul.our_news-main_right-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 650px;
}

.our_news span.arrow_right {
  position: absolute;
  right: 2.1rem;
  bottom: 1.7rem;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--hover-color);
  content: '';
  background-repeat: no-repeat;
  background-size: 17%;
  background-position: center;
  background-image: url(../img/arrow_right_black.svg);
  margin-bottom: 0;
  transition: all .2s ease;
}

li.our_news-main_right-item {
  height: 30%;
}

li.our_news-main_right-item:hover >a .item_img .img {
  transform: scale(1.1);
}

li.our_news-main_right-item:hover span.arrow_right {
  background-color: var(--hover-color);
  border: none;
  background-image: url(../img/arrow_right_white.svg);
}


li.our_news-main_right-item>a {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgb(232, 234, 236);
}

li.our_news-main_right-item>a .item_img {
  display: block;
  flex-shrink: 0;
  width: 39.8%;
  height: 100%;
  overflow: hidden;
}

li.our_news-main_right-item>a .item_img .img {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: all .2s ease;
  border-radius: 5px;
}

li.our_news-main_right-item>a .item_text {
  flex: 1;
  margin-left: 32px;
}

li.our_news-main_right-item>a .item_text p {
  color: #25292d;
  font-size: 18px;
  line-height: 27px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 1.5rem;
  font-weight: 400;
}

li.our_news-main_right-item>a .item_text .item_date {
  margin-top: 60px;
  display: flex;
  align-items: center;
}

li.our_news-main_right-item>a .item_text .item_date p {
  font-size: 20px;
  color: var(--hover-color);
  margin-bottom: 0;
  padding-right: 0;
}

li.our_news-main_right-item>a .item_text .item_date span {
  color: #666;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 1rem;
}
.our_news-title_nav{
  overflow: auto;
}
.our_news-title_nav ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 60px;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  background-color: #f1f1f1;
  border-radius: 20rem;
}

.our_news-title_nav ul li {
  padding: 10px 25px;
  border-radius: 4px;
  margin-right: 10px;
  transition: all 0.3s;
  color: #494949;
  border-radius: 20rem;
  cursor: pointer;
}

.our_news-title_nav ul li.active {
  background-color: var(--green);
  color: white;
}

.home-category {
  padding: 240px 0;
  background: url('../img/home-cartegory-bg.png') no-repeat center/cover;
}

.home-category .content {
  position: relative;
}

.home-category .content .swiper-button-prev,
.home-category .content .swiper-button-next {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.23);
  background-image: url('../img/arrow-white.svg');
  background-size: 1rem;
  transition: all .3s ease;
}

.home-category .content .swiper-button-next {
  right: -150px;
  transform: rotate(180deg);
}

.home-category .content .swiper-button-next:hover,
.home-category .content .swiper-button-prev:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.home-category .content .swiper-button-prev {
  left: -150px;
}

.home-category .swiper-slide {
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.home-category .swiper-slide .text-content {
  width: 40%;
  margin-bottom: 4rem;
}

.home-category .swiper-slide .text-content span {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  font-size: 16px;
}

.home-category .swiper-slide .text-content h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 1.2rem;
  font-family: 'Poppins', sans-serif;
}

.home-category .swiper-slide .text-content p {
  color: rgba(255, 255, 255, 0.75);
  max-width: 100%;
  font-size: 16px;
  margin-bottom: 50px;
}

.home-category .swiper-slide .text-content ul {
  padding-left: 1.2rem;
  margin-bottom: 3rem;
}

.home-category .swiper-slide .text-content ul li {
  list-style: disc !important;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.home-category .swiper-slide .text-content ul li ~ li {
  margin-top: 1rem;
}

.home-category .swiper-slide .text-content a.btn-form {
  background-color: rgba(0, 148, 229, 0.48);
  background-image: unset;
  text-transform: uppercase;
  width: 180px;
  transition: all .2s ease;
}

.home-category .swiper-slide .text-content a.btn-form:hover {
  background-color: white;
  color: var(--hover-color);
}

.home-category .swiper-pagination {
  bottom: -4rem;
  right: 0;
}

.home-category .swiper-pagination span {
  width: 2rem !important;
  height: auto !important;
  margin: 0 0.7rem;
  background: none !important;
  border-radius: 5px !important;
  opacity: 1 !important;
  font-weight: 500;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.3);
  position: relative;
  border: none !important;
}

.home-category .swiper-pagination span::before {
  content: '';
  width: 50%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0;
}

.home-category .swiper-pagination span.swiper-pagination-bullet-active {
  padding-right: 6rem;
  color: var(--hover-color);
}

.home-category .swiper-pagination span.swiper-pagination-bullet-active::before {
  opacity: 1;
}

.home-application {
  /* background: url('../img/field-banner.png') no-repeat center bottom/cover; */
  /* padding-top: 137px;
  padding-bottom: 154px; */
  width: 100%;
}
.home-application .content{
  max-width: 1387px;
}
.home-application div > span {
  font-weight: 500;
  margin-bottom: 36px;
}

.home-application .home-application-box {
  width: 100%;
  padding: 10px;
  padding-top: 4rem;
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
  overflow: hidden;
}
.home-application-item{
  height: 570px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.home-application-item .left{
  width: 50%;
  padding: 110px 65px;
  padding-right: 100px;
  border-radius: 20px;
  background-color: white;
}
.home-application-item .right{
  width: 50%;
  border-radius: 20px;
  transform: translate(-60px,-60px);
}
/* .home-application .home-application-wrapper {
  display: flex;
  width: 100%;
} */

/* .home-application .home-application-wrapper .home-application-item {
  flex: 1;
  min-height: 600px;
  padding: 2.5rem;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}

.home-application .home-application-wrapper .home-application-item div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background-color .2s ease, transform .2s ease;
}

.home-application .home-application-wrapper .home-application-item:hover div {
  background-color: transparent;
  transform: scale(1.05);
}

.home-application .home-application-wrapper .home-application-item h2 {
  color: white;
  font-size: 27px;
  text-align: left;
  margin-bottom: 0;
  text-transform: capitalize;
  position: relative;
  z-index: 10;
  text-transform: uppercase;
} */


.home-case {
  background-color: #e9e9e9;
  position: relative;
}

.home-case .content {

}

.home-case .text-content {
  text-align: left;
  padding: 200px 0;
  width: 30%;
}

.home-case .text-content h2 {
  text-align: left;
  margin-bottom: 3rem;
}

.home-case .text-content p {
  font-size: 16px;
  color: #777777;
  font-weight: 500;
}

.home-case .text-content .swiper-btn div {
  position: relative;
  width: 80px;
  height: 80px;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  margin-top: 0;
  display: inline-block;
  background-image: linear-gradient(to right, #016ba6, #1b9dd6);
  background-size: cover !important;
  border-radius: 4px;
  position: relative;
}

.home-case .text-content .swiper-btn div::before {
  content: '';
  left: 50%;
  top: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  background: url('../img/arrow-white.svg') no-repeat center/contain;
}
.home-case .text-content .swiper-btn {
  margin-top: 70px;
}
.home-case .text-content .swiper-btn div.swiper-button-disabled {
  background-image: unset;
  background-color: #d5d5d5;
}

.home-case .text-content .swiper-btn div.swiper-button-disabled::before {
  filter: brightness(0);
  opacity: 0.8;
}

.home-case .text-content .swiper-btn div.swiper-button-next::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.home-case .text-content .swiper-btn div ~ div {
  margin-left: 0.5rem;
}

.home-case .swiper-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 59%;
  height: 100%;
}

.home-case .swiper-box .swiper-container {
  width: 100%;
  height: 100%;
}

.home-case .swiper-box .swiper-slide {
  display: flex;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.home-case .swiper-box .swiper-slide .swiper-info {
  display: flex;
  width: 100%;
  flex-flow: wrap;
  height: 100%;
}

.home-case .swiper-box .swiper-slide .swiper-info .pagination-text {
  width: 50%;
  flex: 1;
  background-image: linear-gradient(to right, #016ba6, #1b9dd6);
  display: flex;
  align-items: center;
  padding: 0 3rem;
  color: white;
  font-size: 22px;
}

.home-case .swiper-box .swiper-slide .swiper-info .pagination-text h3{
  font-weight: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-case .swiper-box .swiper-slide .swiper-info .pagination-content {
  width: 140px;
  height: 110px;
  display: block;
  background-color: #262626;
}

.home-case .swiper-box .swiper-slide .swiper-info .pagination-content {
  color: #afafaf;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
}

.home-case .swiper-box .swiper-slide .swiper-info .pagination-content span {
  font-size: inherit;
  margin-bottom: 0;
  color: white;
  margin-right: 4px;
}

.home-history {
  padding-bottom: 4rem;
  position: relative;
  /* overflow: hidden; */
}

.home-history .home-history-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 180px;
  width: 2px;
  background-color: #1b9dd6;
  z-index: 1;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.1);
  margin-top: 4rem;
}

.home-history .home-history-header {
  text-align: center;
  padding-bottom: 100px;
  color: white;
  position: relative;
  z-index: 10;
}

.home-history .home-history-header-bg {
  background: url('../img/history-banner1.png') no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
}

.home-history .home-history-header img {
  max-height: 330px;
  width: unset;
  object-fit: contain;
}

.home-history .home-history-header .home-history-header-info {
  color: white;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 3rem;
  width: 45%;
  text-align: left;
}
.home-history .home-history-header .home-history-header-info span {
  margin-bottom: 1rem;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.85);
}

.home-history .home-history-header .home-history-header-info h3 {
  font-size: 40px;
  font-weight: normal;
}

.home-history .home-history-header .home-history-item:last-of-type {
  margin-bottom: 0;
}

.home-history .home-history-wrapper {
  padding-top: 100px;
  color: black;
}

.home-history .home-history-wrapper .home-history-item::before {
  background-color: #1b9dd6;
}

.home-history .home-history-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  position: relative;
}

.home-history .home-history-item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.home-history .home-history-item:nth-of-type(even) .text-content {
  text-align: right;
}

.home-history .home-history-item::before {
  position: absolute;
  left: 50%;
  top: 2rem;
  transform: translateX(-50%);
  width: 1rem;
  height: 1rem;
  background-color: white;
  content: '';
  border-radius: 50%;
}

.home-history .home-history-item .img-content {
  width: 45%;
  border-radius: 6px;
  overflow: hidden;
}

.home-history .home-history-item .img-content span {
  display: block;
  height: 330px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

.home-history .home-history-item .text-content {
  width: 45%;
  text-align: left;
}

.home-history .home-history-item span.date {
  font-size: 32px;
  color: inherit;
}

.home-history .home-history-item p {
  font-size: 18px;
  color: inherit;
  opacity: 0.85;
}
/* .home-history .point-time{
  position: relative;
}
.point-time:after{
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  left: -47px;
  top: 50%;
  background-color: white;
  z-index: 9;
  transform: translateY(-50%);
}
.point-time.point-right-w:after{
  right: -17px;
  left: unset;
}
.point-time.point-right-b:after{
  right: -17px;
  left: unset;
  background-color: #1b9dd6;
}
.point-time.point-left-b:after{
  background-color: #1b9dd6;
} */
.brands-video{
  width: 100%;
  height: 100%;
}
.brands-video video{
  height: 100%;
}
.home-banner li .left{
  width: 56%;
}
.home-banner li .right{
  width: 44%;
}
.home-banner li{
  height: 95vh;
  max-height: 950px;
  padding-top: 90px;
  background-color: transparent;
  /* padding-bottom: 255px; */
  /* background: url('../img/banner-bg.png') no-repeat center/cover; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.home-banner li .right img{
  max-width: 1000px;
  width: 1000px;
  transition: all 0.3s;
  margin-left: -100px;
}
section.home-banner h2, section.home-banner h1{
  font-size: 3.8rem;
  line-height: 4.8rem;
  text-align: left;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  padding-top: 100px;
}

section.home-banner div>p {
  font-size: 17px;
  opacity: 0.8;
  font-weight: 300;
  color: white;
  line-height: 2rem;
  margin-bottom: 40px;
  max-width: 630px;
}
section.home-banner a.button{
  padding: 0 2.6rem;
  text-transform: uppercase;
}
/* section.home-banner .left, section.home-banner .right{
  width: 50%;
} */
section.home-banner{
  overflow: hidden;
}
section.home-banner .left span{
  color: var(--hover-color);
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 30px;
  display: inline-block;
}
section.home-banner img{
  width: 790px;
  max-width: unset;
}
section.home-banner .left span{
  text-transform: uppercase;
}
.banner-btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 1770px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}
.banner-btn span{ 
  width: 21px;
  height: 21px;
  cursor: pointer;
  display: inline-block;
  background: url('../img/swiper-w-btn.svg') no-repeat center/contain;
}
.banner-btn span.next{
  transform: rotate(180deg);
  margin-left: auto;
}
.banner-btn span.swiper-button-disabled{
  display: none;
}
section.home-banner .swiper-pagination{
  position: absolute;
  bottom: 120px;
  max-width: 1220px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  display: flex;
  justify-content: left;
}
/* section.home-banner .swiper-pagination span.swiper-pagination-bullet{
  width: 28px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 3px;
  display: inline-block;
  opacity: 0.6;
} */
section.home-banner .swiper-pagination span.swiper-pagination-bullet{
  display: flex;
  border-radius: 0;
  opacity: 1;
  margin-left: 5px;
  height: auto;
  background-color: transparent;
  align-items: center;
  background-color: unset;
  width: 55px;
  transition: all 0.3s;
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet:after{
  content: "";
  width: 50px;
  height: 1px;
  margin-left: 8px;
  display: inline-block;
  background-color: #a3a3a3;
  border-radius: 0;
  opacity: 0;
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 80px;
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active:after{
  opacity: 1;
  background-color: white;
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active:before{
  color: white;
  opacity: 1;
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet:before{
  content: '01';
  display: inline-block;
  font-size: 20px;
  opacity: 0.7;
  color: #fff;
  font-weight: 300;
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet:nth-of-type(2):before{
  content: "02";
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet:nth-of-type(3):before{
  content: "03";
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet:nth-of-type(4):before{
  content: "04";
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet:nth-of-type(5):before{
  content: "05";
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet:nth-of-type(6):before{
  content: "06";
}
section.home-banner .swiper-pagination span.swiper-pagination-bullet:nth-of-type(7):before{
  content: "07";
}

section.home-banner .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 1;
}
section.home-product{
  padding-top: 0;
  padding-bottom: 0;
}
section.home-product .button_border{
  color: #000;
  border-color: #a2a2a2;
  background-color: transparent;
  font-weight: 500;
}
section.home-product .button_border:hover{
  background-color: var(--hover-color);
  border-color: var(--hover-color);
  color: white;
}
.home-application .cats-lists{
  margin-top: 64px;
  margin-bottom: 60px;
}
.home-application .cats-lists ul{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20rem;
}
.cats-lists{
  margin-top: 3rem;
  margin-bottom: 50px;
  width: fit-content;
  border-radius: 20rem;
  background-color: #f1f1f1;
  margin-left: auto;
  margin-right: auto;
  padding: 7px;
}
.cats-lists li{
  font-weight: 500;
  padding: 10px 25px;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 15px;
  transition: all 0.3s;
  color: #494949;
  border-radius: 20rem;
  cursor: pointer;
}
.cats-lists li.active, .cats-lists li:hover{
  background-color: #16a467;
  color: white;
}
.product div.img span{
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s;
}
.product div.img{
  height: 300px;
  overflow: hidden;
}
.product div.img:hover span{
  transform: scale(1.1);
}
ul.products li.product{
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

ul.products li.product .infos{
  padding: 27px 30px 30px;
  background-color: white;
}
ul.products li.product .infos .cat-name{
  color: var(--green);
  font-size: 15px;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 15px;
}
ul.products li.product .infos h3{
  font-weight: 600;
  font-size: 22px;
  color: #000;
  margin-bottom: 1rem;
  line-height: 1.2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  min-height: 52px;
}
ul.products li.product .infos .desc{
  color: #808080;
  display: -webkit-box;
  font-size: 16px;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
ul.products li.product .infos .button{
  width: 100%;
  margin-top: 26px;
  text-transform: uppercase;
  font-size: 18px;
  transition: all 0.3s;
  line-height: 49px;
}
ul.products li.product:hover .infos .button, ul.products li.product.active .infos .button, ul.products li.product.active .infos .button:hover{
  background-color: transparent;
  color: var(--hover-color);
  border-color: var(--hover-color);
  /* background-color: transparent;
  color: var(--hover-color); */
}
ul.products li.product:hover .img span, ul.products li.product.active .img span{
  transform: scale(1.1);
}
.swiper-home-product{
  overflow: hidden;
  padding: 10px 10px;
}
.product-btn, .swiper-btn-contnet{
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.product-btn{
  top: 50%;
}
.product-btn span, .swiper-btn-contnet .swiper-btn{
  width: 27px;
  cursor: pointer;
  height: 27px;
  display: inline-block;
  background: url('../img/left-b-swiper.svg') no-repeat center/contain;
  margin-left: -70px;
}
.product-btn span.next, .swiper-btn-contnet .swiper-btn.next{
  margin-right: -70px;
  margin-left: auto;
  transform: rotate(180deg);
}
.home-application .home-application-item h3{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 33px;
  position: relative;
  color: #1c232f;
}
.home-application .home-application-item h3:after{
  /* width: 50px;
  height: 2px;
  background-color: var(--hover-color);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0; */
}
.home-application .home-application-item p{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #757575;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.home-application .home-application-item .button{
  padding: 0 2.9rem;
  margin-top: 55px;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0;
  border-color: #1c232f;
  background-color: #1c232f;
}
.home-application .home-application-item .button:hover{
  background-color: var(--hover-color);
  border-color: var(--hover-color);
  color: white;
}
.home-application .home-application-item .right div{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  width: 100%;
  transition: all 0.3s ;
  border-radius: 20px;
  height: 100%;
}
.home-application .home-application-item:hover .right div{
  transform: scale(1.05);
}
.swiper-btn-contnet{
  z-index: 9;
}
.swiper-btn-contnet.app-btn .swiper-btn{
  background-image: url('../img/arrow-white.svg');
  width: 69px;
  height: 69px;
  background-color: var(--hover-color);
  background-size: 10px;
  border-radius: 50%;
  margin-left: -35px;
  margin-bottom: 0;
  transition: all 0.3s;
}
.swiper-btn-contnet.app-btn .swiper-btn.next{
  margin-left: unset;
  margin-right: -35px;
}
.swiper-btn-contnet.app-btn .swiper-btn.swiper-button-disabled{
  background-color: rgb(102, 102, 102);
}
.swiper-btn-contnet.app-btn .swiper-btn:hover{
  background-size: 11px;
}
.swiper-home-news{
  overflow: hidden;
  padding: 10px;
}
.swiper-home-news .img{
  height: 278px;
  border-radius: 7px;
  overflow: hidden;
}
.swiper-home-news .img span{
  display: block;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-home-news li{
  border: 7px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: white;
}
.swiper-home-news li .infos{
  padding: 66px 26px 26px;
  position: relative;
}
.swiper-home-news li .date{
  background-color: #f7f7f7;
  opacity: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 112px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 112px;
  border: 10px solid white;
  margin-top: -135px;
  margin-bottom: 16px;
}
.swiper-home-news li .date span{
  display: block;
  font-size: 32px;
  font-weight: 500;
  opacity: 1;
  color: var(--hover-color);
  line-height: 1;
}
.swiper-home-news li .date span:nth-of-type(2){
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0.2rem;
}
.swiper-home-news li h3{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #242424;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  hyphens: auto;
  margin-bottom: 1rem;
}
.swiper-home-news li p{
  hyphens: auto;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  font-size: 17px;
  -webkit-box-orient: vertical;
  color: #8a8a8a;
}
.swiper-home-news li .infos>span{
  display: block;
  padding: 0;
  padding-top: 18px;
  border: none !important;
  border-top: 1px solid #eee !important;
  color: var(--hover-color);
  font-weight: 500;
  margin-top: 25px;
  font-size: 17px;
  background: url('../img/arrow-blue.svg') no-repeat right 26px/15px;
}
.swiper-home-news li:hover .img span{
  transform: scale(1.1);
}
.home-service .head .left, .home-service .head .right{
  width: 50%;
}
.home-service .head p{
  font-size: 17px;
  color: #888;
  line-height: 1.6;
}
.home-service{
  /* padding-top: 130px;
  padding-bottom: 97px; */
}
.home-service li{
  height: 426px;
  color: white;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  background: url('../img/service1.png') no-repeat center/cover;
}
.home-service li:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
}
.home-service li h3{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.home-service li a{
  display: inline-block;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
}
/* .home-service li:hover a{
  transform: translateY(0);
} */
.home-service li p{
  font-weight: 300;
  opacity: 1;
  font-size: 14px;
  line-height: 1.6;
  display: none;
}
.home-service li span{
  color: var(--hover-color);
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  margin-top: 65px;
}
.home-service li span.arrow{
  width: 45px;
  z-index: 2;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  background: url('../img/arrow-w.svg') no-repeat center/contain;
  position: absolute;
  right: 36px;
  bottom: 26px;
  transition: all 0.3s;
  opacity: 0;
  transform: translateX(5px);
  margin-top: 0;
}
.home-service li:hover span.arrow{
  background-image: url('../img/arrow-fill.svg');
  opacity: 1;
  transform: translateX(0px);
}
.home-service .swiper-service{
  margin-top: 90px;
  overflow: hidden;
}
.contact-text{
  margin-top: 70px;
  font-size: #333;
}
.contact-text a{
  color: var(--hover-color);
  /* text-decoration: underline !important; */
  text-transform: uppercase;
  font-weight: 300;
  font-size: 19px;
}
div.vision-box {
  overflow: hidden;
  max-width: 100%;
  position: relative;
}
div.vision {
  display: flex;
  justify-content: space-between;
  margin-bottom: 11rem;
}
div.vision div.left {
  width: 40%;
  position: relative;
  transition: 0.8s all ease;
  margin-right: -40%;
  transform: translateX(40%) !important;
}
div.vision div.left img {
  position: absolute;
  top: 0;
  width: 1030px;
  max-width: unset;
  right: 0;
}
div.vision div.right {
  width: 54%;
  position: relative;
  padding: 15.3rem 0 2rem;
  padding-left: 6%;
  color: white;
  transition: 0.8s all ease;
  z-index: 50;
}
div.vision div.right::before {
  content: "";
  width: 156%;
  height: 90%;
  /* background: url(../img/strength-bg.png) no-repeat right/contain; */
  background-color: rgb(38, 38, 38);
  position: absolute;
  top: 9.3rem;
  left: 0;
  z-index: -1;
}
div.vision div.right h2 {
  color: white;
  margin: 10px 0 1.8rem;
  font-size: 2.9rem;
  font-weight: 600;
  text-transform: uppercase;
}
div.vision div.right>p {
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 1rem;
  font-weight: 300;
}
ul.visions-info {
  display: flex;
  align-items: center;
}
ul.visions-info li {
  margin-right: 100px;
  margin-bottom: 50px;
}
ul.visions-info strong {
  font-size: 52px;
  color: var(--hover-color);
  font-weight: 400;
  text-transform: uppercase;
}
ul.visions-info p {
  color: #AEB3B7;
}
.button_red, input[type="submit"], body div.wpforms-container-full .wpforms-form button[type=submit]{
  display: inline-block;
  font-weight: 500;
  /* background-image: linear-gradient(to right, #159738, #67b12c); */
  background-color: var(--hover-color);
  font-size: 16px;
  border: 1px solid var(--hover-color) !important;
  line-height: 1.8rem;
  color: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  border: 1px solid transparent;
  transition: all 0.2s;
  cursor: pointer;
}
body div.wpforms-container-full .wpforms-form button[type=submit]:hover{
  background-color: transparent;
  color: var(--hover-color);
}
.button_red:hover{
  background-color: transparent;
  color: var(--hover-color);
}
div.vision div.focus {
  position: absolute;
  right: 0;
  top: 0;
  width: 46.15%;
  background-color: var(--hover-color);
  padding: 40px 360px 32px 0px;
  font-size: 28px;
  text-align: right;
  font-weight: 300;
  color: white;
}
div.vision div.focus strong {
  font-weight: 500;
}
div.vision div.right .subtitle{
  text-transform: uppercase;
  color: var(--hover-color);
}
.home .sy_contentfaq .sy_fap_group .faqs_list li:nth-of-type(1){
  margin-top: 0;
}
.home .sy_contentfaq .sy_fap_group .faqs_list li.active{
  color: var(--hover-color);
  border-color: var(--hover-color);
}
.home .sy_contentfaq .sy_fap_group .faqs_list li{
  margin: 2rem 0;
  color: #999;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.home .sy_contentfaq ul.faqs li.faq{
  border: none !important;
  padding: 0;
}
.home .sy_contentfaq ul.faqs li.faq p.question{
  padding: 17px 35px;
  border: 1px solid #D0D0D0;
  border-radius: 5px;
  position: relative;
  font-weight: 500;
  font-size: 19px;
}
.home .sy_contentfaq ul.faqs li.faq p.question strong{
  font-weight: 400;
}
.home .sy_contentfaq ul.faqs li.faq p.question:after{
  content: "";
  width: 15px;
  height: 15px;
  background: url('../img/jia.svg') no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.home .sy_contentfaq .sy_fap_group .faqs_list{
  padding-right: 6rem;
}
.home .sy_contentfaq ul.faqs li.faq{
  margin-bottom: 20px;
}
.sy_contentfaq ul li.faq span svg{
  display: none;
}
.home .sy_contentfaq ul.faqs li.faq.active p.answer{
  max-height: unset;
  padding: 33px;
}
.home .sy_contentfaq ul.faqs li.faq p.answer{
  max-height: unset;
  padding: 30px 33px;
  margin-top: 0;
  color: #999;
  transition: unset;
  font-size: 1.05rem;
  line-height: 1.6;
  display: none;
}
.sy_contentfaq .sy_fap_group{
  width: 100%;
}
.faqs_list+div{
  width: 100%;
}
.home .sy_contentfaq ul.faqs li.faq.active p.question:after{
  transform: translateY(-50%) rotate(45deg);
}
.home-banner .circle{
  display: inline-block;
  width: 135px;
  z-index: 8;
  position: absolute;
  left: 200px;
  bottom: 30px;
  height: 140px;
  transition: all 0.3s;
  background: url('../img/circle1.svg') no-repeat center/contain;
}
.home-banner .circle2{
  background-image: url('../img/circle2.svg');
  left: unset;
  bottom: unset;
  right: 185px;
  top: 35px;  
}
section.success-block{
  padding-top: 145px;
  padding-bottom: 190px;
  /* background: url('../img/success-bg.png') no-repeat center/cover; */
}
section.success-block .head h2{
  text-align: left;
  margin: 0;
  max-width: 400px;
}
section.success-block .head p{
  max-width: 570px;
  margin: 0;
}
section.success-block .success-body .hide{
  display: none;
}
section.success-block .success-body .hide.active{
  display: block;
}
section.success-block .success-body .img{
  height: 415px;
  width: 536px;
  min-width: 536px;
  border-radius: 7px;
  overflow: hidden;
}
section.success-block .success-body span{
  background-size: cover;
  transition: all 0.3s;
}
section.success-block .success-body .img span:hover{
  transform: scale(1.1);
}
section.success-block .success-body ul{
  width: 50%;
  border-right: 1px solid #eaebf0;
  margin-top: 60px;
}
section.success-block .success-body ul li{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
  cursor: pointer;
  padding: 12px 0;
  padding-right: 10px;
  transform: translateX(1px);
  margin-bottom: 40px;
  transition: all 0.3s;
  border-right: 2px solid transparent;
}
section.success-block .success-body ul li:hover{
  color: var(--hover-color);
}
section.success-block .success-body ul li.active{
  color: var(--hover-color);
  border-right: 2px solid var(--hover-color);
}
section.success-block .success-body{
  margin-top: 105px;
}
section.success-block .infos{
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 60px;
}
section.success-block .infos h3{
  font-size: 27px;
  color: #222;
  font-weight: 600;
  padding-top: 10px;
  margin-bottom: 1rem;
}
section.success-block .infos p{
  color: #808080;
}