/* div.vision {
    overflow: hidden;
}
div.vision div.content {
    display: flex;
    justify-content: space-between;
    margin-top: 4.5rem;
    margin-bottom: 11rem;
}
div.vision div.left img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: unset;
}
div.vision div.left {
    width: 42%;
    position: relative;
    transition: 0.8s all ease;
}
div.vision div.right {
    width: 58%;
    position: relative;
    padding: 10rem 0 2rem;
    padding-left: 4%;
    color: white;
    transition: 0.8s all ease;
}
div.vision div.right:before {
    content: '';
    width: 156%;
    height: 102%;
    background-color: #262626;
    position: absolute;
    top: 4.1rem;
    left: 0;
    z-index: -1;
    border-bottom-left-radius: 15px;
} */
span.sub-title {
  color: #5dac2e;
  font-size: 0.9rem;
}

/* div.vision div.right h2 {
    color: white;
    font-size: 2.8rem;
    margin: 10px 0 1.8rem;
} */
/* div.vision div.right>p {
    line-height: 30px;
    font-weight: 200;
    font-size: 15px;
    letter-spacing: 1px;
    color: rgb(255, 255, 255, 0.8);
    margin-bottom: 3rem;
}
div.vision-percent div.plan {
    margin-bottom: 2.5rem;
}
div.vision-percent div.plan>div:first-child {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}
div.vision-percent div.plan>div.bar {
    width: 100%;
    height: 11px;
    background: white;
    border-radius: 1rem;
}
div.vision-percent div.plan>div.bar span {
    display: block;
    width: 0%;
    height: 100%;
    background-color: #5dac2e;
    position: relative;
    border-radius: 1rem;
    transition: 2s all ease-out;
}
div.vision-percent div.plan>div.bar span::before {
    content: url(../../../../themes/sytech/assets/img/circle.svg);
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: -5px;
    right: 0;
} */
section.strength {
  background-image: url('../image/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: #5dac2e;
}

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: #5dac2e;
  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('../image/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('../image/social_ico2.svg');
}

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

section.strength div.social_proof ul li:nth-child(4):before {
  background-image: url('../image/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;
}

.home-banner video{
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.home-banner .xinbanner{
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
#flashs{position:relative;height: 940px;overflow:hidden;}
#flashs .bgitem{position:absolute;top:0;height: 940px; width:100%}
#flashs .btn{position:absolute;z-index:10;bottom:25px;left:50%;margin-left:-64px;padding:0px 6px;}
#flashs .btn span{background:#252525;cursor:pointer;display:inline-block;margin:2px;width:25px;height:25px;font-size:14px;line-height:25px;text-align:center;color:#fff;}
#flashs .btn span.cur{background:#f6e116;color:#333;}

.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('../image/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('../image/arrow_right_red.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.about_manufacture {
  position: relative;
}

.choose_us .swiper-box {
  position: relative;
}

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

.choose_us .swiper-button-next {
  right: -85px;
}

.choose_us .swiper-button-prev {
  left: -85px;
}

.choose_us.our_products .choose_us-title_right {
  width: 100%;
}

/* .choose_us.our_products .choose_us-title_right .swiper_our_products_nav {
  overflow-x: auto;
} */

/* .choose_us.our_products .choose_us-title_right .swiper_our_products_nav ul {
  margin: 0 auto;
  width: max-content;
  white-space: nowrap;
} */

.choose_us .our_products-main .swiper-button-next {
  right: -25px;
  top: 42%;
}

.choose_us .our_products-main .swiper-button-prev {
  left: -25px;
  top: 42%;
}

.choose_us .swiper-button-next:after,
.choose_us .swiper-button-prev:after {
  font-size: 30px;
}

.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('../image/bk1.png');
  background-position: left;
}

.about_manufacture:after {
  right: 0;
  background-image: url('../image/bk2.png');
  background-position: right;
}

.home .you_like-main .products {
  max-width: 1200px;
  margin: 2rem auto 0 auto;
  /* flex-wrap: wrap; */
  min-height: 660px;
  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;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.home .you_like-main .products .product:hover span.button_red {
  background-color: #172853;
  color: #fff;
}

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

.home .you_like-main .products .product div.img {
  background-size: contain;
  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 {
background-color: #ffffff;
}
.home_products .button_border:hover{
  color: #fe8d4b;
}
.home_products div.head {
  text-align: center;
  margin-bottom: 2.5rem;
}

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

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

.home_products .button_red {
  padding: 0.4rem 5.3rem;
  width: 100%;
  transition: all .2s ease;
}

.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: 18px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  color: rgba(0, 0, 0, 0.4);
}

.template_title ul li.active {
  border-color: #5dac2e;
  color: black;
}

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

/* 
   * home style
   */


.home-about {
  margin-top: 10rem;
  padding-bottom: 15rem;
}

.home-advantage {
  padding: 8rem 0 10rem;
}

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

.home-banner {
  max-height: 900px;
  width: 100%;
  overflow: hidden;
}
.home-banner .swiper-slide {
  padding: 13rem 0;
}

.home-banner .swiper-slide span.subtitle {
  font-size: 36px;
  color: #ff8e4c;
}

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

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

.home-banner .swiper-slide p {
  font-size: 16px;
  line-height: 32px;
  margin: 1rem 0 2rem;
  color: #ffffff;
}

.home-banner .swiper-slide a.button_red {
  padding: 16px 53px;
}

.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(../image/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(../image/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: 7rem auto 0;
  padding: 0 4rem;
  line-height: 55px;
  height: auto;
}

.home-news .left,
.home-news .right {
  width: 47%;
  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: 0 0 2.5rem;
  margin-top: 2.5rem;
  border-bottom: 1px solid #dcdcdc;
  height: 33%;
  flex: 1;
}

.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: 14rem;
}

.home-news ul.articles li.article a>div:last-child {
  flex: 1;
}

.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: #5dac2e;
  font-size: 1rem;
  margin-bottom: 1.1rem;
  display: inline-block;
}
.home-news .articles .mess .date {
  color: #5dac2e;
}
.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;
}

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

.home-news .left .article .img {
  height: 22.85rem;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 2.2rem;
}

.home-news .left .article .mess {
  padding: 0 1.2rem;
}

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

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

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

.home-news .btn_arrow {
  color: #5dac2e;
  padding-left: 1.2rem;
  margin-top: 1.8rem;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: capitalize;
  padding-right: 1.5rem;
  background: url('../image/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(../image/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: #5dac2e;
  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: #5dac2e;
}

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(../image/swiper_left_white.svg);
  background-color: #5dac2e;
  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(../image/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(../image/swiper_left_white.svg);
  background-color: #5dac2e;
  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(../image/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("../image/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:#fe8d4b;
  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 #fe8d4b;
  background-color:transparent;
  color:#fe8d4b;
}
.home-introduce span.subtitle{
  color:#fe8d4b;
  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("../image/icon_box.svg");
}
.home-introduce .icon.icon_certificate{
  background-image:url("../image/icon_certificate.svg");
}
.home-introduce .icon.icon_trophy{
  background-image:url("../image/icon_trophy.svg");
}
.home-introduce{
  background:url("../image/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:#fe8d4b;
    font-size:18px;
    margin-bottom:1rem;
    text-transform:uppercase;
    text-align: left;
    display: block;
}
 .application-advantage .swiper-slide{
    height:470px;
    padding:60px 40px 40px;
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    text-align:center;
    position:relative;
    padding-bottom:20px;
}
 .application-advantage .swiper-slide::after{
    content:"";
    width:100%;
    height:calc(100% - 20px);
    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;
    width:50px;
    margin-bottom:1rem;
    align-self: center;
}
 .application-advantage .swiper-slide .img_content span{
    display:block;
    width:100%;
    height:100%;
}
 .application-advantage .swiper-slide h2{
    font-size:22px;
    font-weight:600;
    margin-bottom:1rem;
    margin-top:1.5rem;
    line-height:unset;
    text-align:center;
    width: 100%;
}
 .application-advantage .swiper-slide p{
    font-size:16px;
    color:#777777;
    line-height:1.8rem;
    text-align:center;
}
 .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:5rem;
    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.template_padding {
  padding: 10rem 0;
}
.application-advantage .application-advantage-des {
  width: 60%;
  vertical-align:middle;
  text-align: left;
  margin-top: 50px;
  padding-left:40px;
  color: #666;
}
.home-img {
  margin: 8rem 0;
}
.home-img div {
  width: 25%;
  background-image: url('../image/11.jpg');
  background-size: cover;
  padding:500px 0 2rem 2rem;
  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('../image/221.jpg');
}
.home-img div:nth-child(3) {
  background-image: url('../image/331.jpg');
}
.home-img div:nth-child(4) {
  background-image: url('../image/441.jpg');
}
.home-img div p {
  color: #fff;
  font-size: 1.7rem;
  font-family: 'Oswald', sans-serif;
  position: relative;
  z-index: 2;
}
.our_news {
  margin-bottom: 10rem;
}





 .footer_bottom ul{
    display:flex;
    align-items:flex-end;
    column-gap:5px;
}
 .footer_bottom li{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-shrink:0;
    margin-left:1.75rem;
}
 .footer_bottom li span{
    color:#6F72A1;
    font-size:14px;
    display:inline-block;
    margin-bottom:5px;
}
 footer div.footer_bottom .right ul{
    display:flex;
    column-gap:2rem;
}
 footer div.footer_bottom .right ul li{
    width:40px;
    height:40px;
}
 footer div.footer_bottom .right ul li span{
    width:100%;
    height:100%;
    display:block;
    background-size:contain;
} 
