span.sub-title {
  color: #1f93d2;
  font-size: 0.9rem;
}

.home-advantage .template_title {
  text-align: center;
  margin-bottom: 4rem;
}
.home-advantage .template_title p {
    width: 58%;
    margin: 0 auto;
}
.home-advantage {
  padding: 8rem 0 10rem;
  /* background:url('../img/ad-bg.jpg'); */
}
.home-advantage .advantage-list {
  transition: all 1s ease;
}
.home-advantage .advantage-list.left {
  text-align: right;
}
.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;
  transition: all 0.5s;
}
.home-advantage .advantage-list.right li {
  flex-direction: row-reverse;
}
.home-advantage .advantage-list.right li .advantage-info {
  padding-left: 0;
  text-align: left;
}
.home-advantage .advantage-list li {
  display: flex;
  transition: all 1s;
}
.home-advantage .advantage-list li ~ li {
  margin-top: 70px;
}
.home-advantage .advantage-list li .advantage-icon {
  width: 80px;
  height: 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.home-advantage .advantage-list li .advantage-info {
  width: 50%;
  flex: 1;
}
.home-advantage .advantage-list.left li .advantage-info {
  padding-right: 23px;
}
.home-advantage .advantage-list.right li .advantage-info {
  padding-left: 23px;
}
.home-advantage .advantage-list li h3 {
  color: #242424;
  font-weight: 500;
  margin-bottom: 0.5rem;
  font-size: 24px;
}
.home-advantage .advantage-list li p {
  color: var(--text);
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 17px;
  color: #757575;
  line-height: 25px;
}
.home-advantage span.subtitle {
  color: var(--main-color);
  text-transform: uppercase;
  margin-bottom: 20px;
  display: inline-block;
  font-size: 18px;
}


.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;
}

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

.about_manufacture:after {
  right: 0;
  background-image: url('../img/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 rgb(0 0 0 / 10%);
  text-transform: capitalize;
}

.home .you_like-main .products .product:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.home .you_like-main .products .product:hover span.button_red {
  background-color: transparent;
  color: #1f93d2;
  border-color: #1f93d2;
  font-weight: 400;
}

.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;
  margin-bottom: 1rem;
}
.home-product-swiper li img{
  /* background: url('../img/'); */
}
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-image: url('../img/bk3.svg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; */
}

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

.home_products div.head span.subtitle {
  font-size: 16px;
  color: #005591;
}
div.head h2 {
  font-size: 2.9rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--black);
}
.our_news div.head h2{
  margin-bottom: 50px;
  color: #242424;
}
.home .swiper_lastposts {
  padding: 0 1rem;
}
.swiper-home-news{
  overflow: hidden;
  padding: 10px 20px;
}
.swiper_main_container_post .swiper-button-next {
  right: -3rem;
}

.swiper_main_container_post .swiper-button-prev {
  left: -3rem;
}

.swiper_main_container_post {
  position: relative;
}

.swiper_main_container_post .swiper-button-next:after,
.swiper_main_container_post .swiper-button-prev:after {
  color: #222;
}
.our_news .content{
  max-width: 1240px;
}





.home-advantage .template_title {
  text-align: center;
}
.home-about {
  padding-top: 15rem;
  padding-bottom: 4rem;
  background-size: cover;
  margin-bottom: 8rem;
}
.home-about .version {
  margin-top: 4rem;
}
.home-about .version ul li {
  width: 25%;
  line-height: 6rem;
  font-size: 19px;
  text-align: center;
  transition: all 0.3s;
  color: #565656;
  cursor: pointer;
  font-weight: 600;
  position: relative;
  border-top: 2px solid #d9d9d9;
}
.home-about .version ul li:before {
  position: absolute;
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  background: url('../img/dot.svg');
  background-size: cover;
  left: -0.5rem;
  top: -0.5rem;
}
.home-about .version ul li:after {
  position: absolute;
  display: block;
  content: "";
  width: 5.4rem;
  height: 5.4rem;
  background: url('../img/active.svg');
  background-size: cover;
  right: -2.7rem;
  top: -2.7rem;
  z-index: 2;
  transform: scale(0) rotate(45deg);
  transition: all 0.3s;
}
.home-about .version ul li.active:after, .home-about .version ul li:hover:after{
  transform: scale(1) rotate(0deg);
}
.home-about .version ul li.active, .home-about .version ul li:hover {
  color: #1f93d2;
  border-color: #1f93d2;
}
.home-about .template_title {
  width: 50%;
  padding-top: 4rem;
  transition: all .5s ease;
}
.home-about .img-content img{
  transition: all 0.5s;
}
.home-about .img-content img:nth-of-type(1){
  margin-right: 45px;
  margin-left: -270px;
}
.home-about .template_title p {
  font-size: 17px;
  color: #606060;
  line-height: 1.7rem;
  width: 100%;
  margin:0;
}

.home-about .template_title a.button_white {
  background-color: #1c222e;
  color: white;
  width: 200px;
  height: 54px;
  font-size: 18px;
  margin-top: 60px;
  text-transform: capitalize;
}

.home-about .template_title a.button_white:hover {
  color: #1f93d2;
  border-color: #1f93d2;
  background-color: transparent;
}

.home-about .template_title ul.safety {
  margin-top: 3rem;
}

.home-about .template_title ul.safety li {
  width: 33%;
  display: inline-block;
}

.home-about .template_title ul.safety li span {
  font-size: 2.8rem;
    font-weight: 500;
    color: #1f93d2;
}

.home-about .template_title ul.safety li p {
  line-height: 26px;
  margin-top: 0.6rem;
}

.home-about .img-content {
  width: 50%;
}

.home-about .img-content img {
  transition: all .5s ease;
  height: auto;
}


.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-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: #1f93d2;
  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: #1f93d2;
}

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: #1f93d2;
  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: #1f93d2;
  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;
}
div.all-banner.about-banner {
    padding: 10rem 0 23rem;
    background: url('../img/about-banner.webp') no-repeat bottom/cover;
    background-position: center;
    margin: 2rem 0 0;
    position: relative;
    background-attachment: fixed;
}
div.all-banner.about-banner h2 {
    font-size: 48px;
    margin-bottom: 1rem;
    color: #1c232f;
    line-height: 65px;
}
div.all-banner.about-banner .content .des {
    width: 53%;
    padding-top: 3rem;
}
div.all-banner.about-banner h1 {
    font-size: 42px;
    margin-bottom: 1rem;
    color: #1c232f;
}

div.all-banner.about-banner .button_red {
    padding: 13px 45px;
    font-weight: 400;
    text-transform: uppercase;
}

div.all-banner.about-banner .button_red:hover {
    background-color: white;
    border-color: white;
    color: var(--hover-color);
}

div.all-banner.about-banner p {
    font-size: 16px;
    color: #515151;
    line-height: 1.8rem;
    margin-bottom: 2rem;
}
div.all-banner.about-banner .advantage-num {
  position: absolute;
  bottom: -7.5rem;
  background-image: linear-gradient(90deg,#c0c1c5,rgb(225,225,225),#c0c1c5);
  padding: 3.8rem 5rem 2rem 5rem;
  border-radius: 1rem;
  width: 65%;
  margin: 0 auto;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
div.all-banner.about-banner .advantage-num>div {
  width: 18%;
}
div.all-banner.about-banner .advantage-num p {
  color: #707275;
  font-size: 20px;
}
div.all-banner.about-banner .advantage-num span {
  display: inline-block;
  color: #0051a5;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1.2rem;
  text-align: center;
}
.home-application {
  padding-bottom: 154px;
  width: 100%;
}
.home-application div > span {
  font-weight: 500;
}
.home-application div.head h2{
  margin-bottom: 50px;
}
.home-application .home-application-box {
  width: 100%;
  margin-top: 90px;
  overflow: visible;
}
.home-application-item{
  height: 647px;
  border-radius: 5px;
  /* overflow: hidden; */
}
.home-application-item .left{
  width: 48%;
  padding: 77px 72px 72px 77px;
  background-color: #00182c;
  position: relative;
  z-index: 2;
  border-radius: 8px;
  transform: translateX(54px);
}
.home-application-item .right{
  width: 52%;
  overflow: hidden;
  transform: scale(1.12) translateX(-54px);
}

.home-application .content{
  max-width: 1250px;
}
.home-application-item{
  transition: all 0.3s;
}
.home-application .home-application-item h3{
  font-size: 35px;
  font-weight: 500;
  color: white;
  margin-bottom: 20px;
}
.home-application-item:not(.swiper-slide-active){
  transform: scale(0.7);
}
.home-application .home-application-item p.times:after{
  width: 50px;
  height: 3px;
  background-color: var(--hover-color);
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 300;
}
.home-application .home-application-item p{
  font-size: 17px;
  opacity: 0.8;
  font-weight: 300;
  line-height: 1.7;
  color: #fff;
}
.home-application .home-application-item p.times{
  padding-bottom: 15px;
  margin-bottom: 30px;
  position: relative;
  font-size: 22px;
  opacity: 0.9;
}
.home-application .home-application-item .button{
  padding: 11px 2.7rem;
  margin-top: 30px;
  margin-bottom: 0;
  font-weight: 400;
  background-color: rgb(0, 85, 168);
  display: inline-block;
  border-radius: 5px;
  border: 1px solid rgb(0, 85, 168);
  transition: all 0.3s;
  text-transform: uppercase;
  font-weight: 500;
  color: white;
  font-size: 17px;
}
.home-application .home-application-item .button:hover{
  border-color: white;
  color: white;
  background-color: transparent;
}
.home-application .home-application-item .right{
  height: 450px;
}
.home-application .home-application-item .right .img{
  border-radius: 8px;
}
.home-application .home-application-item .right div{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  transition: all 0.3s ;
  height: 100%;
  border-radius: 8px;
}
.swiper-btn-contnet{
  z-index: 9;
}
.swiper-btn-contnet.app-btn .swiper-btn{
  background-image: url('../img/arrow-white.svg');
  width: 56px;
  height: 68px;
  background-color: var(--hover-color);
  background-size: 12px;
  border-radius: 5px;
  margin-left: -35px;
  cursor: pointer;
  background-position: center;
  transition: all 0.3s;
  background-repeat: no-repeat;
}
.swiper-btn-contnet.app-btn{
  width: 93%;
  transform: translate(5%,-50%);
}
.swiper-btn-contnet.app-btn .swiper-btn.next{
  margin-left: unset;
  margin-right: -35px;
  transform: rotate(180deg);
}
.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;
}
.relative {
  position: relative;
}
.swiper-btn-contnet {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.flex.center{
  justify-content: center;
}
.cats-lists li {
  padding: 10px 30px;
  border-radius: 4px;
  margin-right: 15px;
  transition: all 0.3s;
  color: #666666;
  cursor: pointer;
}
.cats-lists li.active, .cats-lists li:hover {
  background-color: var(--hover-color);
  color: white;
}
.our_news {
  padding-top: 120px;
  padding-bottom: 80px;
}

.our_news .loader {
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
}

.our_news .our_news-title {
  margin: 0 auto;
  text-align: center;
}
.swiper-home-news .img{
  height: 278px;
  border-radius: 0px;
  overflow: hidden;
}
.swiper-home-news .img span{
  display: block;
  height: 100%;
  transition: all 0.3s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.item_date {
  display: flex;
  padding: 0.65rem 2rem;
  position: absolute;
  transform: translateY(-70%);
  top: 0;
  left: 0;
  align-items: center;
  overflow: hidden;
}
 .item_date::before {
  background-color: var(--hover-color);
  width: 100%;
  height: 10rem;
  position: absolute;
  top: -50%;
  left: -10%;
  transform: rotate(10deg);
  content: '';
}
 .item_date p {
  color: white;
  font-size: 20px;
  margin-bottom: 0;
  margin-right: 5px;
  position: relative;
  z-index: 5;
}
.swiper-home-news li .item_date p{
  opacity: 1;
  color: white;
  font-weight: 300;
}
.item_date span {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  transform: translateY(2px);
  font-weight: 300;
  position: relative;
  z-index: 5;
}
/* .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: var(--hover-color);
  width: 230px;
  height: 55px;
  border-radius: 4px;
  border: 1px solid var(--hover-color);
  transition: all 0.2s;
  margin: 0 auto;
  margin-top: 75px;
  text-transform: uppercase;
} */
.our_news .button_border{
  font-weight: 600;
  text-align: center;
  margin-top: 70px;
  font-size: 17px;
  width: 220px;
  height: 3.3rem;
  line-height: 3.3rem;
  letter-spacing: 1px;
  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;
  height: auto;
  margin-top: 55px;
}

.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 ul {
  display: flex;
  justify-content: center;
  gap: 52px;
  margin-top: 20px;
}

.our_news-title_nav ul li {
  font-weight: 500;
  color: #666;
  font-size: 20px;
  cursor: pointer;
  padding-bottom: 17px;
  line-height: 24px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
}

.our_news-title_nav ul li.active {
  color: #242424;
  border-bottom: 2px solid var(--hover-color);
}
.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: 40px 26px 26px;
  position: relative;
}
.swiper-home-news li .date{
  padding: 15px 22px;
  border-radius: 5px;
  background-color: var(--hover-color);
  color: white;
  display: inline-block;
  text-align: center;
  position: absolute;
  opacity: 1;
  top: 0;
  transform: translateY(-50%);
}
.swiper-home-news li .date span{
  display: block;
  font-size: 32px;
  line-height: 1;
}
.swiper-home-news li .date span:nth-of-type(2){
  font-size: 17px;
  font-weight: 300;
  margin-top: 0.2rem;
}
.swiper-home-news li h3{
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  hyphens: auto;
  margin-bottom: 1rem;
  font-family: 'Poppins', sans-serif;
}
.swiper-home-news li:after{
  position: absolute;
  content: "";
  height: 0px;
  width: 100%;
  bottom: 0px;
  transition: all 0.3s;
  left: 0;
  background-color: var(--hover-color);
}
.swiper-home-news li:hover:after{
  height: 5px;
}
.swiper-home-news li p{
  hyphens: auto;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #8a8a8a;
}
.swiper-home-news li .infos>span{
  display: inline-block;
  border: none !important;
  padding: 0;
  position: relative;
  padding-right: 30px;
  color: var(--hover-color);
  font-weight: 500;
  margin-top: 25px;
  font-size: 18px;
  background: url('../img/arrow-blue.svg') no-repeat right /17px ;
}
.swiper-home-news li:hover .img span{
  transform: scale(1.1);
}
.home-about .text-content a.button_white {
  background-color: #1f93d2;
}
.home-application .swiper-pagination{
  display: flex;
  justify-content: center;
  gap: 13px;
  width: 100%;
  margin-top: 6rem;
}
.home-application .swiper-pagination span{
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background-color: rgb(179, 179, 179);
}
.home-application .swiper-pagination span.swiper-pagination-bullet-active{
  background-color: var(--hover-color);
}
.home-video{
  padding-top: 180px;
  padding-bottom: 117px;
  overflow: hidden;
}
.video-btn span{
  width: 67px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  height: 67px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 0.3s;
  margin-left: 24px;
  cursor: pointer;
  background-color: var(--hover-color);
}
.video-btn span:hover{
  transform: translateY(-5px);
}
.video-btn span.prev:hover{
  transform: rotate(180deg) translateY(5px);
}
.video-btn span.prev{
  transform: rotate(180deg);
}
.video-btn span:before{
  width: 23px;
  height: 23px;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background: url('../img/arrow-w.svg') no-repeat center/contain;
}
.home-video .head{
  margin-bottom: 65px;
}
.video-btn span.swiper-button-disabled{
  background-color: #dedede;
}
.video-btn span.swiper-button-disabled:before{
  filter: brightness(0);
}
.home-video li{
  border-radius: 8px;
  overflow: hidden;
  /* transform: scale(0.85); */
}
.home-video li.swiper-slide-active{
  transform: scale(1);
}
.home-video li.swiper-slide-next{
  transform: scale(0.85) translateX(-50px);
}
.home-video li.swiper-slide-prev{
  transform: scale(0.85) translateX(50px);
}
.home-video p.center{
  margin-top: 65px;
}
.home-about .template_title h2{
  line-height: 1.3;
  word-break: normal;
}

.home-slider2 .right{
    width: 50%;
    height: 100%;
    padding-top: 5rem;
    padding-left: 150px;
}
.home-slider2 .img01{
  margin-top: 2rem;
}
.home-slider2 .img02{
  margin-left: -8rem;
  margin-top: -10rem;
}
.home-slider2 .img03{
  margin-left: 8rem;
  margin-top: -10rem;
  margin-right: -8rem;
}
.home-slider2 img{
  transition: all 1s;
}
.home-blue{
  height: 110vh;
  background: url('../img/blue-bg.jpg') no-repeat center/cover;
  max-height: 75rem; 
}
.home-blue{
  text-transform: uppercase;
  font-size: 37px;
  padding-left: 120px;
  padding-top: 40px;
}
.home-blue .left{
  padding-top: 250px;
}
.product-blue{
  width: 510px;
  transition: all 0.8s;
}
.product-blue.blue2{
  margin-top: -180px;
  margin-left: 50px;
}
.home-blue .line{
  position: absolute;
  max-width: 300px;
  max-height: 120px;
  transition: all 1s;
  left: 0;
  top: 0;
}
.relative{
  position: relative;
}
.home-blue .line1{
  left: unset;
  right: 78%;
  top: 40%;
}
.home-blue .line2 {
  left: 22%;
  top: 74%;
}
.home-blue .line3{
  top: -22%;
  left: 3%;
}
.home-blue .line4{
  left: 80%;
  top: unset;
  bottom: 23%;
}
.home-blue .line5{
  left: -14%;
  top: -63%;
}
.home-blue .line6{
  left: 66%;
  top: -74%;
}
.home-blue .line7{
  left: 82%;
  top: 39%;
}