span.sub-title {
  color: #05208b;
  font-size: 0.9rem;
}

section.strength {
  background-image: url('../img/social_background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: rgba(255, 255, 255, 0.7);
  padding: 10rem 0;
  text-align: center;
}

section.strength h2 {
  font-size: 3rem;
  color: white;
}

section.strength a {
  color: #05208b;
}

section.strength div.social_proof {
  margin-top: 8rem;
}

section.strength div.social_proof ul {
  display: flex;
  justify-content: space-between;
}

section.strength div.social_proof ul li {
  flex: 8rem;
  position: relative;
  padding-top: 11rem;
}

section.strength div.social_proof ul li:after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8rem;
  background: #05208b;
  border-radius: 50%;
}

section.strength div.social_proof ul li:before {
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  display: block;
  position: absolute;
  background-image: url('../img/social_ico1.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

section.strength div.social_proof ul li:nth-child(2):before {
  background-image: url('../img/social_ico2.svg');
}

section.strength div.social_proof ul li:nth-child(3):before {
  background-image: url('../img/social_ico3.svg');
}

section.strength div.social_proof ul li:nth-child(4):before {
  background-image: url('../img/social_ico4.svg');
}

section.strength div.social_proof ul li strong {
  color: white;
  font-size: 3rem;
  font-weight: 500;
}

section.strength div.social_proof ul li p strong {
  display: block;
  margin-bottom: 0.5rem;
}

section.strength p.excerpt {
  margin-top: 8rem;
}

section.strength p.excerpt a {
  text-decoration: underline;
}

.about_manufacture div.flex1 {
  position: relative;
}

.about_manufacture div.flex1.middle {
  width: 50%;
  flex-shrink: 0;
  flex: none;
}

.about_manufacture div.flex1.middle p.excerpt_txt {
  width: 85%;
}

.about_manufacture p.badge {
  background-image: url('../img/about-badge.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 10rem;
  height: 10rem;
  padding: 2rem;
  font-size: 0.9rem;
  color: white;
  text-align: center;
  position: absolute;
  right: 5rem;
  bottom: 2rem;
}

.about_manufacture p.badge strong {
  display: block;
  font-size: 3rem;
}

section.about_manufacture h2 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
}

section.about_manufacture ul {
  margin: 2.5rem 0 3rem 0;
}

section.about_manufacture p.excerpt_txt {
  line-height: 2rem;
}

section.about_manufacture ul li {
  line-height: 2.5rem;
  font-size: 1.2rem;
  padding-left: 2rem;
  position: relative;
}

section.about_manufacture ul li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: 0.7rem;
  background-image: url('../img/arrow_right_red.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.about_manufacture {
  position: relative;
}


.about_manufacture:before,
.about_manufacture:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 11rem;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

.about_manufacture:before {
  left: 0;
  background-image: url('../img/bk1.png');
  background-position: left;
}

.about_manufacture:after {
  right: 0;
  background-image: url('../img/bk2.png');
  background-position: right;
}
.patnership .title-block{
  text-align: center;
}
.home .you_like-main .products {
  max-width: 1200px;
  margin: 2rem auto 0 auto;
  /* flex-wrap: wrap; */
  min-height: 600px;
  justify-content: flex-start;
}

.home .you_like-main .products .loader {
  margin-top: 10rem;
}

.home .you_like-main .products .product {
  width: 32%;
  margin-bottom: 30px;
  background-color: #fff;
  height: max-content;
  margin-right: 2%;
}
.home .you_like-main .products li.product:nth-of-type(3n){
  margin-right: 0;
} 
.home .you_like-main .products .product:hover span.button_red {
  color: #262626;
  border: 1px solid #262626;
  background-color: transparent;
}

.home .you_like-main .products .product a {
  display: block;
}

.home .you_like-main .products .product div.img {
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}

div.you_like-main .home-product-swiper {
  padding: 10px;
}

div.you_like-main {
  position: relative;
  min-height: 4rem;
}

.you_like-main .swiper-button-next,
.you_like-main .swiper-button-prev {
  color: #000;
}

.you_like-main .swiper-button-next {
  right: -95px;
}

.you_like-main .swiper-button-prev {
  left: -95px;
}

.you_like-main .swiper-button-next:after,
.you_like-main .swiper-button-prev:after {
  font-size: 30px;
}
.home_products p.center{
  margin-top: 30px;
}
.home_products .button_blue {
  margin: 0 auto;
  background-color: #fff;
  color: #242424;
  text-transform: uppercase;
  border: 1px solid #a3a3a3;
  font-size: 18px;
  width: 215px;
  line-height: 55px;
}
.home_products .button_blue:hover {
  background-color: #05208b;
  color: #fff;
  border: 1px solid #05208b;
}


.application-advantage div.head {
  text-align: center;
  margin-bottom: 2.5rem;
}

.home_products div.head {
  text-align: center;
  margin-bottom: 1.5rem;
}

.home_products div.head span.subtitle {
  font-size: 18px;
}

.application-advantage div.head span.subtitle {
  font-size: 18px;
  text-align: center;
}

.home_products div.head h2 {
  font-size: 2.9rem;
}

.home_products .button_red {
  padding: 0.4rem 5.3rem;
  width: 100%;
  transition: all .2s ease;
  background-color: #262626;
}
.home_products .button_red:hover{
  color: #262626;
  border: 1px solid #262626;
  background-color: transparent;
  
}

.home .swiper_lastposts {
  padding: 0 1rem;
  padding-bottom: 1rem;
}

.swiper_main_container_post .swiper-button-next {
  right: -3rem;
}
.swiper_main_container_post .swiper-button-prev{
  left: -3rem;
  right: unset;
}
.latest_post-box ul.latest_post-content li .img_box
.swiper_main_container_post .swiper-button-prev {
  left: -3rem;
  right: unset;
}

.swiper_main_container_post {
  position: relative;
}

.swiper_main_container_post .swiper-button-next:after,
.swiper_main_container_post .swiper-button-prev:after {
  color: #222;
  font-size: 28px;
}


/* new style */


.template_title {
  text-align: center;
}

.template_title h2 {
  font-size: 44px;
  font-weight: 700;
}

.template_title ul {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.template_title ul li {
  margin: 0 1.5rem;
  padding: 0 0 1rem;
  font-size: 19px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  color: rgba(0, 0, 0, 0.4);
}

.template_title ul li.active {
  border-color: #05208b;
  color: black;
}

.template_padding {
  padding: 5rem 0;
  padding-bottom: 8rem;
}

/* 
   * home style
   */


.home-about {
  margin-top: 10rem;
  padding-bottom: 10rem;
  overflow: hidden;
}
.home-about .button_blue {
  margin-left: 0;
  margin-top: 5rem;
  font-size: 18px;
  text-transform: capitalize;
  width: 190px;
}
.case_swiper_home{
  position: absolute;
  left: 0;
  height: 100%;
  overflow: hidden;
  top: 0;
  width: 1073px;
}
.home-advantage {
  padding: 8rem 0 10rem;
}

.home-advantage .template_title {
  margin-bottom: 4rem;
}

.home-banner{
  /* background: url('../img/banner-bg-80.jpg') no-repeat center top/cover; */
  height: 100vh;
  position: relative;
  max-height: 59rem;
  position: relative;
  margin-top: -96px;
  overflow: hidden;
  /* margin-top: ; */
}
.home-banner video{
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.home-banner:after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3));
}
.home-banner .swiper-slide {
  padding: 12rem 0;
}

.home-banner .swiper-slide span.subtitle {
  font-size: 18px;
  color: #05208b;
}

.home-banner .swiper-slide h1 {
  font-size: 61px;
}

.home-banner .swiper-slide h1 span {
  color: #05208b;
}

.home-banner .swiper-slide p {
  font-size: 16px;
  line-height: 32px;
  margin: 1rem 0 2rem;
  max-width: 600px;
  color: #fff;
  opacity: 0.9;
}

.home-banner .swiper-slide a.button_red {
  font-size: 17px;
  font-weight: 300;
  padding: 10px 45px;
  margin-top: 30px;
}
.home-banner .swiper-slide a.button_red:hover{
  background-color: white;
  color: var(--hover-color);
  border-color: #fff;
}
.home-products .home-products-box {
  margin-top: 4rem;
  position: relative;
  --swiper-navigation-color: #242424;
  --swiper-navigation-size: 22px;
}

.home-products .home-products-box .swiper-button-prev {
  left: -60px;
}

.home-products .home-products-box .swiper-button-next {
  right: -60px;
}

.home-products .home-products-box .product-swiper-list {
  margin: -1rem;
  padding: 1rem;
  overflow: hidden;
}

.home-products .product {
  text-align: center;
}

.home-products .product:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease;
}

.home-products .product:hover a.button_red {
  opacity: 1;
}

.home-products .product .product-thumb {
  width: 100%;
  height: 390px;
  display: block;
  background-color: #f2f4ef !important;
}

.home-products .product .product-info {
  padding: 32px;
}

.home-products .product h2 {
  font-size: 20px;
  line-height: unset;
  margin-bottom: 1rem;
}

.home-products .product .cat {
  display: block;
  margin-bottom: 1.5rem;
}

.home-products .product a.button_red {
  width: 100%;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.mission {
  width: 100%;
  padding-top: 0;
  margin-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f9f9f9;
}

.mission .content {
  display: flex;
  align-items: center;
}

.mission .content .about_hand-line {
  position: absolute;
  width: 5px;
  height: 100%;
  background-color: var(--hover-color);
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 98;
  cursor: grab;
  /* animation: left-move 15s linear infinite; */
}

.about_hand-line .about_hand-line_circular {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: var(--hover-color);
}

.about_hand-line .about_hand-line_circular::after {
  position: absolute;
  content: '';
  top: 36%;
  left: 17%;
  width: 18%;
  height: 32%;
  background: url(../img/page_about_arrow_left_white.svg) no-repeat;
}

.about_hand-line .about_hand-line_circular::before {
  position: absolute;
  content: '';
  top: 35%;
  right: 13%;
  width: 18%;
  height: 32%;
  background: url(../img/page_about_arrow_right_white.svg) no-repeat;
}

.mission .content .left {
  width: 970px;
  height: 1080px;
  max-height: 1080px;
  position: relative;
  background-size: cover;
}

.mission .content .left img {
  height: 100%;
  object-fit: cover;
  object-position: center left;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

.mission .content .left .cover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mission .content .right {
  width: 46%;
  min-width: 46%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.mission .content .right h2:first-of-type {
  margin: 15px 0 10px 0;
  letter-spacing: normal;
  font-weight: 700;
}

.mission .content .right h2:last-of-type {
  font-size: 44px;
  line-height: 61px;
  hyphens: auto;
  margin-bottom: 20px;
  margin-top: 0;
}

.mission .content .right span {
  display: block;
  line-height: 30px;
  margin-bottom: 1rem;
}

.mission .content .right > span:not(.subtitle) {
  color: #757575;
}

.mission .content .right p {
  font-weight: 500;
  font-size: 1.1rem;
  color: black;
  position: relative;
}

.mission .content .right p::before {
  content: "";
  width: 1px;
  height: 6rem;
  position: absolute;
  top: 3rem;
  left: 2px;
  background-color: #d3d3d3;
}

.mission .content .right p::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 9rem;
  left: 0px;
  background-color: var(--hover-color);
}

.mission .content .right a:first-of-type {
  margin: 170px 1.5vw 0 0;
  padding: 15px 50px;
}

.home-advantage {
  background-color: #eaf0e6;
}

.home-advantage .advantage-list {
  transition: all 1s ease;
}

.home-advantage .home-advantage-box {
  display: flex;
  align-items: center;
}

.home-advantage .img-content {
  width: 50%;
  flex: 1;
  transition: all 1s ease;
}

.home-advantage .img-content img {
  object-fit: contain;
}

.home-advantage .advantage-list.right li {
  flex-direction: row-reverse;
}

.home-advantage .advantage-list.right li .advantage-info {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
}

.home-advantage .advantage-list li {
  display: flex;
}

.home-advantage .advantage-list li~li {
  margin-top: 70px;
}

.home-advantage .advantage-list li .advantage-icon {
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.home-advantage .advantage-list li .advantage-info {
  width: 50%;
  flex: 1;
  padding-left: 1rem;
}

.home-advantage .advantage-list li h3 {
  color: #2e524a;
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size : 20px;
}

.home-advantage .advantage-list li p {
  color: #757575;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.home-news {
  padding-top: 8rem;
}

.home-news .template_title {
  margin-bottom: 4rem;
}

.home-news .button_border {
  display: block;
  width: min-content;
  white-space: nowrap;
  margin: 4rem auto 0;
  text-transform: uppercase;
  padding: 0 3.5rem;
  line-height: 55px;
  font-size: 18px;
  letter-spacing: 1px;
  height: auto;
}

.home-news .left, .home-news .right {
  width: 48.7%;
  text-align: left;
}

.home-news ul.articles {
  list-style: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.home-news ul.articles li.article:first-child {
  padding-top: 0;
  margin-top: 0;
}

.home-news ul.articles li.article {
  padding: 15px 0;
  height: 33%;
  flex: 1;
  width: 100%;
}
.home-news .articles .article .icon{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #999;
  background-color: transparent;
  position: absolute;
  right: 30px;
  bottom: 20px;
  background: url('../img/dayu-black.svg') no-repeat center/8px;
  cursor: pointer;
}
.home-news .articles .article:hover .icon{
  background-color: var(--hover-color);
  border-color: var(--hover-color);
  background-image: url('../img/dayu-white.svg');
}
.home-news .right .mess{
  position: relative;
}
.home-news ul.articles li.article:hover .img span {
  transform: scale(1.1);
}

.home-news ul.articles li.article:hover h3 {
  color: var(--hover-color);
}

.home-news .left:hover .article .img span {
  transform: scale(1.1);
}

.home-news .left:hover .article h3 {
  color: var(--hover-color);
}

.home-news ul.articles li.article a>div:first-child {
  width: 246px;
}

.home-news ul.articles li.article a>div:last-child {
  flex: 1;
  background-color: rgb(225, 227, 229);
}

.home-news ul.articles li.article:last-of-type {
  border-bottom: 0;
}

.home-news ul.articles li.article:nth-of-type(3) {
  padding-bottom: 0;
}

.home-news .articles .article a {
  text-decoration: none;
}

.home-news .articles .article span.date {
  color: #05208b;
  font-size: 1.3rem;
  margin-bottom: 0;
  margin-top: 64px;
  display: inline-block;
}
.home-news .articles .article span.date span{
  color: #808080;
  font-size: 15px;
}
.home-news .articles .mess .date {
  color: #05208b;
}
.home-news .articles .mess .desc {
  color: #666;
}
.home-news .articles .right .article span.date {
  margin-top: 1rem;
}

.home-news .articles .article h3 {
  color: #222;
  line-height: 1.8rem;
  transition: color .2s ease;
}

.home-news ul.articles li.article a {
  height: 100%;
}

.home-news ul.articles li.article div.img {
  width: 14rem;
  /* height: 236px; */
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
}

.home-news .articles div.article h3 {
  font-size: 1.46rem;
  line-height: 2rem;
  margin-bottom: 1.3rem;
  padding: 0 22px;
}

.home-news .articles .article p {
  color: #929395;
  padding: 0 22px;
}

.home-news .article a.btn_light,
.home-news .reviewer .btn_light {
  color: #333;
  margin-top: 1rem;
  display: inline-block;
  font-weight: 600;
  padding: 0 22px;
}

.home-news .img span {
  display: block;
  height: 100%;
  width: 100%;
  transition: transform .2s ease;
}

.home-news .right .mess {
  padding-left: 2rem;
  padding: 27px 34px;
}

.home-news .right .mess h3 {
  font-weight: 400;
  font-size: 20px;
  color: black;
}

.home-news .left .article .img {
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}

.home-news .left .article .mess {
  padding: 0 1.2rem;
  padding: 60px 40px 50px;
  position: relative;
  background-color: rgb(225, 227, 229);
}
.home-news .left .article .mess .date{
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-60%);
  padding: 16px 46px;
  padding-right: 56px;
  font-size: 23px;
  color: white;
  background: url('../img/date-bg.svg') no-repeat center/contain;
}
.home-news .left .article .mess .date span{
  color: #fff;
  margin-left: 0.3rem;
  opacity: 0.7;
  font-size: 15px;
}

.home-news .left .article .mess span {
  color: var(--hover-color);
}

.home-news .left .article h3 {
  font-size: 1.8rem;
  margin: 1rem 0 1.5rem;
  line-height: 40px;
  color: #333;
  font-weight: 600;
  transition: color .2s ease;
}

.home-news .left .article p.desc {
  color: #888c8e;
  line-height: 1.6rem;
}

.home-news .btn_arrow {
  color: #05208b;
  padding-left: 0;
  margin-top: 1.8rem;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 500;
  text-transform: uppercase;
  padding-right: 1.5rem;
  background: url('../img/arrow_right_red_line.svg') no-repeat right/1rem;
  background-position: right 60%;
}

.home-news a.button {
  display: block;
  white-space: nowrap;
  margin: 4rem auto 0;
  padding: 1rem 4rem;
}

.home-services {
  padding-bottom: 12rem;
}

.home-services .template_title {
  margin-bottom: 6rem;
}

.home-services .services-main {
  max-width: 1000px;
}

.home-services .services-main ul {
  margin: 0 auto 7rem;
}

.home-services .services-main ul li {
  position: relative;
  line-height: 28px;
  margin-top: 1rem;
  width: 26%;
  padding: 0 3%;
  text-align: center;
}

.home-services .services-main ul li span {
  font-size: 20px;
  color: black;
  font-weight: 600;
  display: block;
  margin-bottom: 1rem;
  text-transform: uppercase;
  background-position: center;
  background-repeat: no-repeat;
}

.home-services .services-main ul li p {
  font-size: 16px;
  color: #939393;
}

.home-services .services-main ul li span.icon {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto 2.5rem;
  background-color: #fff;
  box-shadow: 0 0 10px #00000017;
  border-radius: 5px;
  background-size: 2.5rem !important;
  position: relative;
  transition: 0.2s all ease;
}

.home-services .services-main ul li:hover span.icon {
  background-size: 3rem !important;
}

.home-services .services-main ul li span.icon::before {
  content: "01";
  font-size: 1rem;
  color: #fff;
  border-radius: 50%;
  background: #303030;
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  letter-spacing: 1px;
  position: absolute;
  bottom: -0.8rem;
  right: -0.8rem;
  text-align: center;
}

.home-services .services-main ul li+li::after {
  content: "";
  width: 74%;
  height: 60px;
  background: url(../img/target-after.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 2.5rem;
  left: -21%;
  transform: translateX(-50%);
}

.home-services .services-main ul li:nth-of-type(2) span.icon::before {
  content: "02";
}

.home-services .services-main ul li:nth-of-type(3) span.icon::before {
  content: "03";
}

.home-services .services-main a.button {
  display: block;
  white-space: nowrap;
  margin: 0 auto;
  padding: 0.8rem 4rem;
}

.home-services p.buttom_contact {
  text-align: center;
  color: #686868;
}

.home-services p.buttom_contact a {
  color: #05208b;
  text-decoration: underline;
}


div.home-solutions .home-solutions-main {
  position: relative;
  margin-top: 3.8125rem;
}

div.home-solutions .home-solutions-main .swiper {
  padding: 1rem;
  margin: -1rem;
}

div.home-solutions .home-solutions-main li.swiper-slide {
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  overflow: hidden;
}

div.home-solutions .home-solutions-main li.swiper-slide>a {
  display: flex;
  justify-content: space-between;
}

div.home-solutions .home-solutions-main li.swiper-slide div.item_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 640px;
  max-width: 455px;
  margin-left: 7%;
}

div.home-solutions .home-solutions-main li.swiper-slide div.item_img {
  width: 50%;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

div.home-solutions .home-solutions-main li.swiper-slide div.item_img span {
  width: 100%;
  height: 100%;
  display: block;
}

div.home-solutions .home-solutions-main li.swiper-slide h3 {
  font-family: "OpenSans SemiBold";
  font-size: 30px;
  line-height: 55px;
  color: #242424;
  display: block;
}

div.home-solutions .home-solutions-main li.swiper-slide p {
  color: #565656;
  font-size: 1rem;
  line-height: 1.625rem;
}

div.home-solutions .home-solutions-main li.swiper-slide ul {
  margin-top: 4rem;
  padding-left: 2rem;
}

div.home-solutions .home-solutions-main li.swiper-slide ul li {
  list-style-type: disc;
}

div.home-solutions .home-solutions-main li.swiper-slide ul li:first-of-type {
  color: #05208b;
}

div.home-solutions .home-solutions-main li.swiper-slide ul li~li {
  margin-top: 1rem;
}

div.home-solutions .home-solutions-main li.swiper-slide span.button_red {
  width: 190px;
  margin-top: 65px;
  padding: 13.5px auto;
  text-align: center;
}

div.home-solutions .home-solutions-main .our_products-btn .swiper-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-image: url(../img/swiper_left_white.svg);
  background-color: #05208b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  z-index: 21;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s;
}

div.home-solutions .home-solutions-main .our_products-btn .swiper-btn.swiper-button-disabled {
  background-color: #494949;
}

div.home-solutions .home-solutions-main .our_products-btn .swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}

div.home-solutions .home-solutions-main .our_products-btn .swiper-button-next {
  background-image: url(../img/swiper_right_white.svg);
  right: 0;
  transform: translateX(50%);
}

div.home-solutions .home-solutions-main .our_products-btn .swiper-button-prev:after,
div.home-solutions .home-solutions-main .our_products-btn .swiper-rtl .swiper-button-next:after,
div.home-solutions .home-solutions-main .our_products-btn .swiper-button-next:after {
  content: "";
}

div.home-solutions .home-solutions-btn .swiper-btn {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-image: url(../img/swiper_left_white.svg);
  background-color: #05208b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
  z-index: 21;
  cursor: pointer;
  opacity: 1;
  transition: all 0.5s;
}

div.home-solutions .home-solutions-btn .swiper-btn.swiper-button-disabled {
  background-color: #494949;
}

div.home-solutions .home-solutions-btn .swiper-button-prev {
  left: 0;
  transform: translateX(-50%);
}

div.home-solutions .home-solutions-btn .swiper-button-next {
  background-image: url(../img/swiper_right_white.svg);
  right: 0;
  transform: translateX(50%);
}

div.home-solutions .home-solutions-btn .swiper-button-prev:after,
div.home-solutions .home-solutions-btn .swiper-rtl .swiper-button-next:after,
div.home-solutions .home-solutions-btn .swiper-button-next:after {
  content: '';
}

div.home-contact {
  background: url("../img/home-contact-bg.jpg") no-repeat center/cover;
}

div.home-contact .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 260px;
}

div.home-contact .content h2 {
  font-size: 44px;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: white;
}

div.home-contact .content p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
}

div.home-contact .content a.button_red {
  width: 220px;
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
}

.home .custom .tp-bullet {
  width: 1.8rem;
  height: 3px;
}

.home .custom .tp-bullet.selected {
  background-color: var(--hover-color);
}

body #rev_slider_1_1_wrapper .custom.tparrows {
  background-color: transparent;
}

body #rev_slider_1_1_wrapper .custom.tparrows:before {
  color: rgba(0, 0, 0, 0.8);
  font-size: 2rem;
}

body #rev_slider_1_1_wrapper .custom.tparrows.rs-touchhover {
  background-color: transparent;
}
.home-introduce li{
  list-style:none;
}
.home-introduce a{
  text-decoration:none;
  color:unset;
}
.home-introduce .button_red{
  display:inline-block;
  background-color:#05208b;
  font-size:16px;
  line-height:24px;
  color:#fff;
  padding:14px 31px;
  border-radius:6px;
  border:1px solid transparent;
  transition:background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  width: 11rem;
}
.home-introduce .button_red:hover{
  background:unset;
  border:1px solid #05208b;
  background-color:transparent;
  color:#05208b;
}
.home-introduce span.subtitle{
  color:#05208b;
  font-size:18px;
  margin-bottom:1rem;
  text-transform:uppercase;
  text-align: left;
}
.home-introduce .template_text-content h2{
  font-size:44px;
  margin:0 0 1.5rem;
  color:#fff;
  text-align: left;
}
.home-introduce .template_text-content p{
  font-size:16px;
  color:#fff;
  line-height:30px;
  text-align: left;
}
.home-introduce  .template_text-content a.button_red{
  margin-top:3rem;
}
.home-introduce  ul.num-part{
  margin-top:32px;
  display:flex;
  justify-content:space-between;
  padding-right:32px;
}
.home-introduce  ul.num-part li ~ li{
  margin-left:32px;
}
.home-introduce  ul.num-part li .num-header{
  display:flex;
}
.home-introduce  ul.num-part li .num-header i.icon{
  width:3.4375rem;
  height:3.4375rem;
  margin-right:16px;
}
.home-introduce  ul.num-part li strong{
  color:#fff;
  font-size:2.75rem;
  margin-bottom:16px;
  display:block;
  font-weight:600;
}
.home-introduce ul.num-part li strong span{
  font-size:inherit;
  color: #fff;
}
.home-introduce ul.num-part li p{
  color:#fff;
  font-size:1rem;
}
.home-introduce .icon{
  position:relative;
  display:inline-block;
  content:"";
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
}
.home-introduce .icon.icon_box{
  background-image:url("../img/icon_box.svg");
}
.home-introduce .icon.icon_certificate{
  background-image:url("../img/icon_certificate.svg");
}
.home-introduce .icon.icon_trophy{
  background-image:url("../img/icon_trophy.svg");
}
.home-introduce{
  background:url("../img/home-introduce-img.jpg") no-repeat right/cover;
  padding:14.375rem 0 13.75rem;
}
.home-introduce .text-content{
  max-width:60%;
}
.home-introduce .text-content ul.num-part{
  width:100%;
  justify-content:space-between;
  margin-top:48px;
}

.application-advantage .topbar{
  align-items: center;
}
.application-advantage .template_title h2{
    font-size:44px;
    font-weight:700;
    margin-top:1rem;
    text-align: left;
}
.application-advantage .template_padding{
    padding:6rem 0;
}
.application-advantage span.subtitle{
    color:#05208b;
    font-size:18px;
    margin-bottom:1rem;
    text-transform:uppercase;
    text-align: left;
    display: block;
}
 .application-advantage .swiper-slide{
    padding:38px 36px 47px;
    position:relative;
    margin-bottom: 25px;
    transition: .3s;
    border-radius:4px;
    width: 30%;
    text-align: center;
}
.application-advantage .swiper-slide:hover {
  background-color: #fff;
  box-shadow:0 0 20px rgba(0, 0, 0, 0.1);
}

.applicat_right{
  text-align: center;
  margin-top: 60px;
}
.applicat_right a{
  color:#05208b;
  text-decoration: underline;
}
/* 
 .application-advantage .swiper-slide::after{
    content:"";
    width:100%;
    height: 100%;
    background-color:white;
    position:absolute;
    left:0;
    top:0;
    z-index:-1;
    box-shadow:0 0 20px rgba(0, 0, 0, 0.1);
    border-radius:4px;
} */
 .application-advantage .swiper-slide .img_content{
    height:50px;
    margin-bottom:1rem;
    align-self: center;
}
 .application-advantage .swiper-slide .img_content span{
    display:block;
    width:58px;
    height:58px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    background: white;
    position: relative;
}
.application-advantage .swiper-slide:hover .img_content span{
  background-color: rgb(217, 223, 255);
}
.application-advantage .swiper-slide .img_content span:after{
  position: absolute;
  width: 29px;
  height: 29px;
  content: "";
  background: url('../img/choose01.svg') no-repeat center/contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.application-advantage .swiper-slide:nth-child(2) .img_content span:after {
  background: url('../img/price.svg') no-repeat center/contain;
}
.application-advantage .swiper-slide:nth-child(3) .img_content span:after {
  background: url('../img/sale.svg') no-repeat center/contain;
}
.application-advantage .button_blue {
    width: 210px;
    background-color: transparent;
    color: #242424;
    font-size: 18px;
    border: 1px solid #666;
    margin-top: 1.5rem;
}
.application-advantage .button_blue:hover{
  background-color: var(--hover-color);
  color: white;
  border-color: var(--hover-color);
}
 .application-advantage .swiper-slide h2{
    font-size:20px;
    font-weight:400;
    margin-bottom:1rem;
    margin-top:1.5rem;
    line-height:unset;
    width: 100%;
    font-family: inherit;
}
 .application-advantage .swiper-slide p{
    font-size:16px;
    color:#777777;
    line-height:1.7rem;
}
.application-advantage .swiper-slide a{
  display: inline-block;
  font-size: 17px;
  padding-right: 20px;
  margin-top: 1.5rem;
  background-image: url(../img/more_appli.svg);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position:  right 55%;
  color: #05208b;
}
 .application-advantage .swiper-slide::before{
    /* width:90%;
    height:90%;
    content:"";
    bottom:20px;
    left:50%;
    transform:translateX(-50%);
    position:absolute;
    background-color:#182752;
    z-index:-1;
    border-radius:4px;
    transition:all 0.2s ease; */
}
 .application-advantage .swiper-slide:hover::before{
    bottom:0;
}
 .application-advantage .application-advantage-main{
    margin-top:3rem;
    position:relative;
    --swiper-theme-color:#333;
    --swiper-navigation-size:32px;
}
 .application-advantage .application-advantage-main .swiper-button-next{
    right:-100px;
}
 .application-advantage .application-advantage-main .swiper-button-prev{
    left:-100px;
}
 .application-advantage .application-advantage-main .swiper-pagination{
    bottom:-5rem;
    display: none;
}
 .application-advantage .application-advantage-main .swiper-pagination .swiper-pagination-bullet{
    width:0.8rem;
    height:0.8rem;
    margin:0 0.4rem;
    background-color:#182752;
}
 .application-advantage .application-advantage-main .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
    background-color:transparent;
    border:1px solid rgba(0, 0, 0, 0.5);
}
 .application-advantage .service-swiper{
    /* overflow:hidden;
    padding:1rem;
    margin:-1rem; */
}
/* .application-advantage .service-swiper .swiper-wrapper{
  flex-wrap: wrap;
} */
.application-advantage .head p {
  width: 60%;
  line-height: 1.7;
  margin: 0 auto;
  font-size: 16px;
  color: #777777;
}
.application-advantage.template_padding {
  padding: 10rem 0;
  background: url('../img/choose-bg.jpg');
  background-size: cover;
  font-size: 19px;
}
.application-advantage .application-advantage-des {
  width: 60%;
  vertical-align:middle;
  text-align: left;
  margin-top: 50px;
  color: #666;
}
.home-img {
  margin: 5rem 0;
}
.home-img div {
  width: 25%;
  height: 615px;
  background-image: url('../img/application1.jpg');
  background-size: cover;
  padding: 540px 0 0rem 4rem;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
}
.home-img div:after{
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
.home-img div:hover:after{
  transform: translateY(-100%);
}
.home-img div:nth-child(2) {
  background-image: url('../img/application2.jpg');
}
.home-img div:nth-child(3) {
  background-image: url('../img/application3.jpg');
}
.home-img div:nth-child(4) {
  background-image: url('../img/application4.jpg');
}
.home-img div p {
  color: #fff;
  font-size: 1.9rem;
  font-family: 'Oswald', sans-serif;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}
.our_news {
  margin-bottom: 10rem;
}
.swiper-backface-hidden .swiper-slide:nth-child(3n){
  margin-right: 0px!important;
}

.home-application {
  padding: 5rem 0 8rem;
  overflow: hidden;
  background-color: #e3eaf0;
}
.home-application .switch-button {
  margin-top: 2rem;
}
.case_swiper_home{
  overflow: hidden;
}
.home-about .button_white {
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  font-size: 20px;
  line-height: 1.5rem;
  color: #5dac2e;
  width: 230px;
  height: 66px;
  border-radius: 5px;
  border: 1px solid #fff;
  transition: all 0.2s;
}
.home-about .button_white:hover {
  border: 1px solid #fff;
  background-color: transparent;
  color: #fff;
}
.home-about .text-content {
  width: 56%;
  padding-top: 4rem;
  transition: all 0.5s ease;
}
.home-about .text-content p {
  font-size: 16px;
  color: #757575;
  line-height: 2rem;
}

.home-about .text-content ul.safety {
  margin-top: 4rem;
}
.home-about .text-content ul.safety li {
  width: 45%;
  padding-left: 3.3rem;
  position: relative;
  display: inline-block;
}
.home-about .text-content ul.safety li:before {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
  transition: 0.3s all ease;
  transform-origin: bottom;
  content: '';
  background: url('../img/yes.svg') no-repeat center/cover;
}
.home-about .text-content ul.safety li span {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--title);
}

.home-about .text-content ul.safety li p {
  line-height: 26px;
  margin-top: 0.6rem;
}
.home-about .img-content {
  width: 44%;
  padding-left: 2rem;
}
.home-about .img-content img {
  transition: all 0.5s ease;
  width: 877px;
}
.dis-link {
  text-indent: -9999px;
}
.case {
  background-color: #262626;
  padding: 10rem 0;
  overflow: hidden;
}
.case h2 {
  margin-bottom: 2.5rem;
}
.case .left p {
  color: #777777;
  margin-bottom: 3rem;
  line-height: 25px;
}
.case>section {
  background-color: #e2e2e2;
}
.case .left {
  padding: 15rem 8rem 10rem 0;
  width: 40%;
}
.case .right {
  width: 60%;
  position: relative;
}
.case .right .swiper-slide img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.case .right p{
  background-color: #05208b;
  font-size: 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-transform: uppercase;
  line-height: 6rem;
  color: #fff;
  padding-left: 2rem;
  z-index: 99;
  position: absolute;
  width: 100%;
}
.case .right p span {
  background-color: #262626;
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 6rem;
  width: 8rem;
}
.patnership li {
  width: 16.66%;
  margin-bottom: 3rem;
}
.patnership ul {
  flex-wrap: wrap;
  margin-top: 60px;
}
.home-banner h2, .home-banner h1{
  font-weight: 600;
  line-height: 1.3;
  font-size: 3.9rem;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  color: white;
}
.home-banner h2 span, .home-banner h1 span{
  display: block;
  color: var(--hover-color);
}
.home-banner .adv-list{
  display: flex;
  gap: 42px;
  max-width: 600px;
}
.home-banner .adv-list p{
  font-size: 18px;
  text-transform: uppercase;
  opacity: 1;
  line-height: 1.3;
  color: #fff;
  font-weight: 500;
  position: relative;
  padding-left: 57px;
}
.home-banner .adv-list p:before{
  content: "";
  width: 43px;
  height: 43px;
  background: url('../img/icon-01.svg') no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home-banner .adv-list p:nth-of-type(2):before{
  background-image: url('../img/icon-02.svg');
  background-size: 80%;
}
.home-banner .adv-list p:nth-of-type(3):before{
  background-image: url('../img/icon-03.svg');
  background-size: 80%;
}
.home-reviews{
  padding-top: 220px;
  padding-bottom: 140px;
  background-color: #262626;
  color: white;
}
.home-reviews h2{
  width: 45%;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-bottom: 0;
}
.home-reviews h2::before{
  content: "";
  width: 67px;
  height: 67px;
  background: url('../img/shuangyin.svg') no-repeat center/contain;
  position: absolute;
  top: -108px;
  left: 0;
}
.home-reviews .head-right p{
  transform: translateY(7px);
}
.home-reviews .head-right p span.order-count{
  font-size: 29px;
  font-weight: 300;
  opacity: 1;
}
.home-reviews .head-right p span{
  opacity: 0.7;
  font-size: 16px;
}
.home-reviews .head-right .btns span{
  display: inline-block;
  width: 44px;
  height: 44px;
}
.home-reviews .head-right .btns{
  margin-left: 33px;
}
.home-reviews .head{
  margin-bottom: 76px;
}
.swiper-reviews{
  overflow: hidden;
}
.swiper-reviews .avatar{
  width: 69px;
  height: 69px;
  display: inline-block;
  margin-right: 24px;
  border-radius: 50%;
  background: url('../img/avatar.png') no-repeat center/cover;
}
.swiper-reviews .mini-head p{
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0.2rem;
}
.swiper-reviews .mini-head span{
  font-size: 17px;
  font-weight: 300;
}
.swiper-reviews .mini-head{
  background: url('../img/douhao.svg') no-repeat right bottom/59px;
  margin-bottom: 36px;
}
.swiper-reviews .swiper-slide{
  padding-right: 66px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.swiper-reviews .swiper-slide h3{
  font-size: 25px;
  font-weight: 300;
}
.swiper-reviews .swiper-slide>p{
  font-size: 16px;
  opacity: 0.6;
  line-height: 1.8;
  font-weight: 300;
  margin-top: 25px;
}
.swiper-reviews li.swiper-slide:nth-of-type(2n){
  padding-right: 0;
  padding-left: 66px;
  border-right: none;
}