.nav_wrap .head_nav>li>a {
  color: #000;
}

.fixed-nav .head_layer {
  background-color: rgb(20, 24, 27);
}

.fixed-nav .head_layer .container .head_layer_top {
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
}

.nav_wrap .head_nav {
  display: flex;
  justify-content: center;
}

.web_head {
  padding: 15px 0;
}

.bg-dark {
  /* background-color: #fff !important; */
}

.navbar-toggler {
  background-color: #222 !important;
}

.container {
  max-width: 1400px;
  /* padding: 0; */
}

/* Advertising header */
.headernav_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.headernav_box .header_btn {
  display: block;
  padding: 20px 15px;
  font-weight: bold;
  background-color: #80abe1;
  font-size: 16px;
  color: #000;
  border-radius: 5px;
  text-align: center;
  margin-right: 30px;
  transition: all 0.35s ease
}

.headernav_box .header_btn:hover {
  background-color: #10569e;
  color: #fff;
}

.public_header_ways ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.public_header_ways li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /* margin-right: 30px; */
}

.public_header_ways li:nth-child(2) {
  padding-left: 20px;
}

.index_footer .public_header_ways li:nth-child(2) {
  padding-left: 0;
}

.public_header_ways li span {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: #80abe1;
  margin-right: 10px;
}

.public_header_ways li i {
  font-size: 18px;
  color: #fff;
  line-height: 35px;
}

.public_header_ways li p,
.public_header_ways li a {
  font-size: 16px;
  color: #000;
}

.public_ad_header {
  padding: 30px 0;
  background: #fff;
  position: relative;
}

.public_ad_header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/pattern_2.webp);
  opacity: 0.1;
}

.public_ad_header_con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  z-index: 99;
  position: relative;
}

.public_ad_header_name a {
  font-size: 16px;
  color: #000;
  text-transform: none;
}

.public_ad_header_name a:hover {
  color: #10569e;
}

.public_ad_header_contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.public_ad_header_email a {
  font-size: 16px;
  color: #000;
}

.public_ad_header_email a:hover {
  color: #10569e;
  text-decoration: none;
}

.public_ad_header_social_media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 30px;
}

.public_ad_header_social_media a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #000;
  border-radius: 50%;
  margin-left: 20px;
  text-align: center;
  transition: all 0.35s ease
}

.public_ad_header_social_media a i {
  font-size: 14px;
  text-align: center;
  color: #fff;
  transition: all 0.35s ease;
  line-height: 35px;
}

.public_ad_header_social_media a:hover i {
  color: #80abe1;
}

/* header */
.banner {
  position: relative;
  margin-top: -140px;
}

.web_head {
  width: 100%;
  background: url(../images/banbc.jpg);
}

.index_header .web_head {
  width: 100%;
  background: transparent;
}

.index_header .web_head::before {
  background: transparent;
}

.head_layer .container .head_layer_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.nav_wrap .head_nav>li.nav-current>a {
  color: #fff;
  padding: 0 20px;
}

.nav_wrap .head_nav>li>a {
  color: #FFF;
  padding: 0 20px;
  font-weight: 900;
}

.web_head .search i {
  font-size: 30px;
  color: #fff;
}


/* products */
.index_products {
  padding-top: 80px;
  padding-bottom: 60px;
}

.index_products_top {
  display: flex;
  margin-bottom: 80px;
  align-items: center;
}

.index_products_bottom {
  justify-content: space-between;
}

.index_products_left {
  font-weight: 700;
  font-size: 50px;
  color: #000;
  line-height: 60px;
  text-transform: none;
  border-right: 1px solid rgba(20, 24, 27, 0.2);
}

.index_products_left span {
  color: #80abe1;
}

.index_products_right {
  font-size: 16px;
  line-height: 28px;
  padding-left: 80px;
  color: rgba(20, 24, 27, 0.6);
}

.indexproducts {
  margin-bottom: 60px;
}

.indexproduct_img {
  width: 90%;
  height: auto;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 90%;
  cursor: pointer;
}

.indexproduct_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
}

.indexproduct_img:hover img {
  transform: scale(1.3);
  transition: all 0.35s ease;
}

.indexproduct_title {
  padding: 30px 0px 30px 0px;
}

.indexproduct_title h3 a {
  font-size: 24px;
  font-weight: 700;
  text-transform: none;
  color: rgb(20, 24, 27);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.indexproduct_title p {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 28px;
  color: rgba(20, 24, 27, 0.6);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.indexproduct_more {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 60px;
  border-radius: 5px;
  background-color: #80abe1;
  /*box-shadow: 0px 10px 30px 0px rgba(255, 220, 32, 0.3), inset 0px -3px 0px 0px rgba(20, 24, 27, 0.2);*/
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  transition: all ease 0.3s;
}

.indexproduct_more:hover {
  box-shadow: inset 0px -3px 0px 0px rgba(20, 24, 27, 0.2);
  background-color: rgba(20, 24, 27, 1);
  color: #fff;
}

/* about us */
.index_aboutus {
  position: relative;
  width: 100%;
  background-image: url(../images/index_aboutus.jpg);
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  /* z-index: -1; */
}

.index_aboutus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(20, 24, 27, 0.9);
  width: 100%;
  height: 100%;
  /* z-index: -1; */
}

.index_aboutus .container {
  position: relative;
  z-index: 99;
}

.index_aboutus_left {
  padding-right: 40px;
}

.index_aboutus_left h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 60px;
  color: #80abe1;
  text-transform: none;
}

.index_aboutus_left p {
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 55px;
  margin-bottom: 35px;
}

.index_aboutus_left a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 55px;
  border-radius: 5px;
  background-color: #80abe1;
  /*box-shadow: 0px 10px 30px 0px rgba(255, 220, 32, 0.3), inset 0px -3px 0px 0px rgba(20, 24, 27, 0.2);*/
  font-size: 16px;
  font-weight: 900;
  color:#fff;
  transition: all ease 0.3s;
}

.index_aboutus_left a:hover {
  background-color: transparent;
  border: 1px solid #80abe1;
  color: #80abe1;
  box-shadow: none;
}

.index_aboutus_video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 345px;
  margin: 0 0 0 auto;
  background-image: url(../images/img2.jpg);
  background-size: cover;
}

.index_aboutus_video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(20, 24, 27, 0);
  width: 100%;
  height: 100%;
}
#indexabout_videobtn{
    display: none;
}
.dr {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.drbtn {
  position: relative;
}

.cw {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #ffffff;
  position: relative;
  transition: 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cw:hover {
  border: 5px solid #ffffff;
  background-color: transparent;
  transition: 0.5s;
}

.cw:hover i {
  color: #ffffff;
}

.cw i {
  font-size: 25px;
  color: #ffffff;
}

.bo {
  position: absolute;
  top: 0;
}

.bo::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  animation: scale 2s infinite;
}

.bo::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  animation: scale2 2s infinite;
}

@keyframes scale {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes scale2 {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.videomain {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999999999999999999;
}

.videoclose {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}

.videoclose img {
  width: 50px;
  height: 50px;
  display: block;
  cursor: pointer;
}

.videobox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  overflow: hidden;
  max-height: 800px;
  min-height: 600px;
}

.videobox video {
  width: 100%;
  height: 100%;
}

.videobox iframe {
  width: 100%;
  height: 100%;
  max-height: 800px;
  min-height: 600px;
}


/* advantages */
.index_advantages {
  padding-top: 120px;
  padding-bottom: 60px;
}

.index_advantages_content {
  margin-top: 20px;
}

.index_advantages_content_item {
  display: flex;
  margin-bottom: 60px;
}

.index_advantages_item_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px !important;
  height: 100px;
  border-radius: 50%;
  background-color: #80abe1;
  box-shadow: inset 0px -3px 0px 0px rgba(20, 24, 27, 0.2);
}

.index_advantages_item_img i {
  font-size: 45px;
  color: #fff;
}

.index_advantages_item_main {
  margin-left: 30px;
  /* width: 280px; */
}

.index_advantages_item_main h4 {
  font-size: 22px;
  font-weight: 900;
  word-wrap: break-word;
  word-break: break-all;
}

.index_advantages_item_main p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 10px;
}

/* partner */
.index_partner {
  position: relative;
  width: 100%;
  background-image: url(../images/index_aboutus.jpg);
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 80px;
  /* z-index: -1; */
}

.index_partner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(20, 24, 27, 0.9);
  width: 100%;
  height: 100%;
  /* z-index: -1; */
}

.index_partner .container {
  position: relative;
  z-index: 99;
}

.index_partner_top {
  display: flex;
  margin-bottom: 80px;
  align-items: center;
}

.index_partner_left {
  font-weight: 700;
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  text-transform: none;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.index_partner_left span {
  color: #80abe1;
}

.index_partner_right {
  font-size: 16px;
  line-height: 28px;
  padding-left: 80px;
  color: rgba(255, 255, 255, 0.8);
}

.index_partner_img img {
  border-radius: 5px;
}


/* news */
.indexnews {
  position: relative;
  z-index: 99;
  padding-top: 120px;
  padding-bottom: 80px;
}

.indexnews .blog_txt {
  padding: 20px 20px 30px 20px;
  background-color: rgba(241, 241, 241, 1);
}

.indexnews .blogbox {
  border-radius: 20px;
  overflow: hidden;
}

.indexnews .blogmorebtn {
  margin: 10px auto 0 auto;
  text-align: center;
}

.indexnews .blog_txt h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.indexnews .blogmore {
  background-color: #80abe1;
  border-radius: 8px;
  color: rgb(20, 24, 27);
  border: 1px solid #80abe1;
  padding: 15px 60px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
}

.indexnews .blogline {
  background-color: rgba(20, 24, 27, 1);
  left: 50%;
  transform: translateX(-50%);
}

.indexnews .blogli:hover .blogmore {
  background-color: rgba(20, 24, 27, 1);
  color: #fff;
  border: 1px solid rgba(20, 24, 27, 1);
}

.indexview {
  padding: 80px 0
}

.indexview .indexproduct_title_left {
  flex: 0 100% !important;
}

.indexview .swiper {
  padding-bottom: 50px !important;
}

.viewSwiper .swiper-pagination {
  text-align: right;
}

.viewSwiper .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #005199;
  width: 15px;
  height: 15px;
  background-color: transparent;
}

.viewSwiper .swiper-pagination-bullet-active {
  background-color: #005199;
}

.viewSwiper .swiper-button-next:after,
.viewSwiper .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.viewSwiper .swiper-button-next:hover,
.viewSwiper .swiper-button-prev:hover {
  background-color: #0ba7f1;
}


.viewSwiper_main {
  color: #000
}

.viewSwiper_main .dh {
  position: absolute;
  bottom: 50px;
  padding: 0;
  right: 50px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.viewSwiper_main .viewimg {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 60px;
}

.viewSwiper_main .viewimg img {
  border-radius: 50%;
}

.viewSwiper_main .viewtit {
  margin-top: 15px;
  margin-left: 15px;
}

.viewtit h5 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  color: #000
}

.viewtit p {
  font-size: 14px;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.viewSwiper_main .dh i {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  color: #222;
  line-height: 50px;
  text-align: center;
  position: relative;
  font-size: 60px;
  color: transparent !important;
  -webkit-text-stroke: 1px rgba(20, 24, 27, 1);
  top: 20px
}

.viewSwiper_main .viewtxt p {
  font-size: 16px;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-weight: normal;
}

.indexnews_main .blog_img {
  /* padding-top: 90% !important; */
}

/* map */
#indexmap {
  width: 100%;
  height: 400px;
}

/* footer */
.index_footer {
  position: relative;
  width: 100%;
  background-image: url(../images/index_aboutus.jpg);
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 90px;
  /* z-index: -1; */
}

.index_footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(20, 24, 27, 0.9);
  width: 100%;
  height: 100%;
  /* z-index: -1; */
}

.index_footer .container {
  position: relative;
  z-index: 99;
}

.footer_top {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer_nav {
  padding-bottom: 0px;
  margin-bottom: 0px;
  padding-left: 45px;
}

.footer_nav h3 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 35px;
}

.footer_nav ul {
  display: flex;
  flex-direction: column;
}

.footer_nav ul li {
  margin-bottom: 20px;
}

.footer_nav ul li a {
  font-size: 15px;
  color: #fff;
  text-transform: none;
  word-wrap: break-word;
  word-break: break-all;
}

.footer_contact {
  padding-bottom: 0px;
}

.footer_contact h3 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 35px;
}

.footer_contact .public_header_ways {
  margin-bottom: 20px;
}

.footer_contact .public_header_ways li p,
.footer_contact .public_header_ways li a {
  font-size: 16px;
  color: #fff;
  max-width: 370px;
}

.footer_contact .public_ad_header_social_media a {
  margin-left: 0px;
  margin-right: 10px;
}

.footer_contact .public_header_ways ul {
  align-items: flex-start;
  flex-direction: column;
}

.footer_contact .public_header_ways ul li {
  margin-bottom: 20px;
}

.footer_contact .public_ad_header_social_media {
  margin-left: 0px;
}

.footer_link h3 {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  margin-bottom: 35px;
}

.footer_link ul {
  display: flex;
  flex-direction: column;
}

.footer_link ul li {
  padding-right: 80px;
  margin-bottom: 20px;
}

.footer_link ul li a {
  font-size: 15px;
  color: #fff;
  text-transform: none;
  word-wrap: break-word;
  word-break: break-all;
}

.footer_tags {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0 15px 0;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 99;
}

.footer_tags a,
.footer_tags p {
  font-size: 16px;
  color: #ddd;
  display: block;
  line-height: 28px;
  margin-right: 20px;
}

.footer_tags a:hover {
  text-decoration: underline !important;
  color: #80abe1;
}

.index_footer .public_ad_header {
  background: transparent;
  padding-left: 0;
  padding-right: 0;
}


.footer_bottom {
  display: flex;
  margin-top: 40px;
  justify-content: space-between;
}

.footer_bottom_left h4 {
  line-height: normal;
  color: #fff;
  position: relative;
  font-size: 16px;
}

.footer_bottom_right {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  text-align: right;
}

.footer_bottom_right a {
  color: #fff;
  font-size: 16px;
  transition: all ease .1s;
}

.footer_bottom_right a:hover {
  color: #80abe1;
  font-size: 16px;
}



@media (max-width:576px) {
  .bottomDiv {
    /* width: 100% !important; */
  }

  .navbar-toggler {
    background-color: #8bb91b;
  }

  .bg-dark {
    background-color: rgba(20, 24, 27) !important;
    padding: 0 0 !important
  }

  .index-body {
    padding: 0;
  }

  .banner {
    margin-top: 0;
  }

  .banner .swiper-horizontal .swiper-pagination-bullets {
    display: none;
  }

  .index_products {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .index_products_left {
    font-size: 25px;
    color: #000;
    line-height: 40px;
    border: none;
  }

  .index_products_top {
    margin-bottom: 20px;
  }

  .index_products_right {
    padding-left: 0px;
    display: none;
  }

  .index_products_bottom {
    justify-content: space-around;
  }

  .indexproducts {
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
  }

  .indexproduct_img {
    width: 100%;
    padding-top: 100%;
  }

  .indexproduct_title {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .indexproduct_title h3 a {
    font-size: 18px;
  }

  .indexproduct_title p {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 28px;
    color: rgba(20, 24, 27, 0.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .indexproduct_more {
    width: 95%;
    height: 44px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
  }

  .index_aboutus {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .index_aboutus_left {
    padding-bottom: 20px;
  }

  .index_aboutus_left h1 {
    font-size: 32px;
    line-height: 45px;
  }

  .index_aboutus_left p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .index_aboutus_left a {
    width: 180px;
    height: 45px;
    margin-bottom: 20px;
  }

  .index_aboutus_video {
    height: 150px;
    margin: 0 auto;
  }

  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 300px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 300px;
  }

  .index_advantages {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .index_advantages_content {
    margin-top: 20px;
  }

  .index_advantages_content_item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .index_advantages_item_main {
    margin-left: 0px;
    margin-top: 20px;
  }

  .index_advantages_content_item {
    margin-bottom: 40px;
  }

  .index_partner {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .index_partner_top {
    margin-bottom: 30px;
  }

  .index_partner_left {
    font-weight: 700;
    font-size: 28px;
  }

  .index_partner_right {
    padding-left: 12px;
  }

  .indexnews {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .indexnews .index_products_left {
    font-size: 28px;
  }

  .indexnews .blogmore {
    padding: 10px 60px;
  }

  #indexmap {
    height: 300px;
  }

  .index_footer {
    padding-top: 40px;
  }

  .footer_contact {
    margin-bottom: 25px;
  }

  .footer_contact h3 {
    font-size: 28px;
    margin-bottom: 25px;
  }

  .footer_contact .public_header_ways li p,
  .footer_contact .public_header_ways li a {
    max-width: 270px;
  }

  .footer_contact .public_header_ways {
    margin-bottom: 0px;
  }

  .footer_nav {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .footer_nav h3 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
    display: none;
  }

  .footer_nav ul li {
    margin-bottom: 15px;
    text-align: left;
  }

  .footer_link h3 {
    font-size: 28px;
    margin-top: 25px;
    margin-bottom: 15px;
    text-align: left;
    display: none;
  }

  .footer_link ul li {
    padding-right: 0;
    margin-bottom: 15px;
    text-align: left;
  }

  .footer_top {
    padding-bottom: 0;
    border: none;
  }

  .footer_tags {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .footer_bottom {
    margin-top: 20px;
  }

  .footer_bottom_left {
    text-align: center;
  }

  .footer_bottom_right {
    text-align: center;
    font-size: 14px;
  }

  .footer_bottom_left h4 {
    font-size: 14px;
  }

  .footer_bottom_right a {
    font-size: 14px;
  }

  .footer_bottom_right a:hover {
    font-size: 14px;
  }

}

@media (min-width:577px) and (max-width:767px) {
  .banner {
    margin-top: 0;
  }

  .banner .swiper-horizontal>.swiper-pagination-bullets {
    display: none;
  }

  .index_products_top {
    display: flex;
    margin-bottom: 40px;
  }

  .index_products_left {
    font-size: 35px;
    border: none;
  }

  .index_products_right {
    display: none;
  }

  .index_products {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .indexproducts {
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
  }

  .indexproduct_img {
    width: 100%;
    padding-top: 100%;
  }

  .indexproduct_title {
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .indexproduct_title h3 a {
    font-size: 22px;
    height: 36px;
    line-height: 36px;
  }

  .indexproduct_more {
    height: 50px;
    font-size: 16px;
  }

  .index_products_bottom {
    justify-content: space-around;
  }

  .index_aboutus {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .index_aboutus_left h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .index_aboutus_left p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .index_aboutus_left a {
    width: 220px;
    height: 50px;
    margin-bottom: 30px;
  }

  .index_aboutus_video {
    height: 260px;
    margin: 0 auto;
  }

  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 350px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 350px;
  }

  .index_advantages {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .index_advantages_content_item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .index_advantages_content {
    margin-top: 0px;
  }

  .index_advantages_item_main {
    margin-left: 0;
    margin-top: 15px;
  }

  .index_advantages_content_item {
    margin-bottom: 30px;
  }

  .index_partner {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .index_partner_left {
    font-size: 35px;
    line-height: 50px;
    border: none;
  }

  .index_partner_right {
    padding-left: 12px;
  }

  .index_partner_top {
    margin-bottom: 30px;
  }

  .indexnews {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .indexnews .index_products_top {
    display: flex;
    margin-bottom: 20px;
  }

  #indexmap {
    width: 100%;
    height: 300px;
  }


  .index_footer {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .footer_contact {
    margin-bottom: 35px;
  }

  .footer_contact h3 {
    font-size: 28px;
    margin-bottom: 25px;
    display: none;
  }

  .footer_contact .public_header_ways li p,
  .footer_contact .public_header_ways li a {
    max-width: 260px;
  }

  .footer_contact .public_header_ways {
    margin-bottom: 0px;
  }

  .footer_contact .public_header_ways li {
    margin-right: 0px;
  }

  .footer_nav {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .footer_nav h3 {
    display: none;
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 25px;
  }

  .footer_nav ul li {
    margin-bottom: 15px;
    text-align: left;
  }

  .footer_link h3 {
    font-size: 28px;
    margin-top: 35px;
    margin-bottom: 15px;
    display: none;
  }

  .footer_link ul li {
    margin-bottom: 15px;
    text-align: left;
  }


  .footer_top {
    padding-bottom: 0;
    border: none;
  }

  .footer_tags {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .footer_bottom {
    margin-top: 20px;
  }

  .footer_bottom_left {
    text-align: center;
  }

  .footer_bottom_right {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
  }

  .footer_bottom_left h4 {
    font-size: 14px;
  }

  .footer_bottom_right a {
    color: #fff;
    font-size: 14px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .banner {
    margin-top: 0;
  }

  .banner .swiper-horizontal>.swiper-pagination-bullets {
    display: none;
  }

  .index_products {
    padding-top: 40px;
    padding-bottom: 15px;
  }

  .index_products_left {
    font-weight: 700;
    font-size: 35px;
    border: none;
  }

  .index_products_right {
    display: none;
  }

  .index_products_top {
    margin-bottom: 35px;
  }

  .indexproducts {
    margin-bottom: 40px;
  }

  .indexproduct_img {
    width: 100%;
    padding-top: 100%;
  }

  .indexproduct_title {
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .indexproduct_title h3 a {
    font-size: 18px;
  }

  .indexproduct_title p {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 28px;
    color: rgba(20, 24, 27, 0.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .indexproduct_more {
    width: 95%;
    height: 44px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
  }

  .index_aboutus {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .index_aboutus_left h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .index_aboutus_left p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .index_aboutus_left a {
    margin-bottom: 30px;
  }

  .index_aboutus_video {
    height: 350px;
    margin: 0 auto;
  }

  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 400px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 400px;
  }

  .index_advantages {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .index_advantages_content_item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .index_advantages_content {
    margin-top: 10px;
  }

  .index_advantages_item_main {
    margin-left: 0;
    margin-top: 15px;
  }

  .index_advantages_content_item {
    margin-bottom: 30px;
  }

  .index_partner {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .index_partner_left {
    font-size: 35px;
    line-height: 50px;
    border: none;
  }

  .index_partner_right {
    padding-left: 12px;
    margin-top: 10px;
  }

  .index_partner_top {
    margin-bottom: 40px;
  }


  .indexnews {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .indexnews .blogmore {
    padding: 15px 40px;
  }

  .indexnews .index_products_top {
    display: flex;
    margin-bottom: 20px;
  }

  #indexmap {
    width: 100%;
    height: 300px;
  }


  .index_footer {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .footer_contact h3 {
    font-size: 28px;
    margin-bottom: 25px;
    display: none;
  }

  .footer_contact .public_header_ways li p,
  .footer_contact .public_header_ways li a {
    max-width: 250px;
  }

  .footer_contact .public_header_ways {
    margin-bottom: 0px;
  }

  .footer_contact .public_header_ways li {
    margin-right: 0px;
  }

  .footer_nav {
    padding-left: 0px;
  }

  .footer_nav h3 {
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 25px;
    display: none;
  }

  .footer_nav ul li {
    margin-bottom: 15px;
    /* width: 100%;
    text-align: center; */
  }

  .footer_link h3 {
    font-size: 28px;
    margin-top: 35px;
    margin-bottom: 15px;
    display: none;
  }

  .footer_link ul li {
    padding-right: 0;
    margin-bottom: 15px;
  }

  .footer_top {
    padding-bottom: 0;
    border: none;
  }

  .footer_tags {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .footer_bottom_left {
    text-align: center;
  }

  .footer_bottom_right {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
  }

  .footer_bottom_left h4 {
    font-size: 14px;
  }

  .footer_bottom_right a {
    color: #fff;
    font-size: 14px;
  }

}

@media (min-width:992px) and (max-width:1200px) {
  .banner .swiper-horizontal>.swiper-pagination-bullets {
    display: none;
  }
  .banner {
    margin-top: 0;
  }

  .index_products_left {
    font-weight: 700;
    font-size: 40px;
  }

  .index_products_right {
    font-size: 16px;
  }

  .index_products_top {
    margin-bottom: 45px;
  }

  .indexproducts {
    margin-bottom: 40px;
  }

  .indexproduct_img {
    width: 100%;
    padding-top: 100%;
  }

  .indexproduct_title {
    height: 100%;
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .indexproduct_title p {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 28px;
    color: rgba(20, 24, 27, 0.6);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .indexproduct_more {
    width: 95%;
    height: 50px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 14px;
  }

  .index_products {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .index_aboutus {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .index_aboutus_left h1 {
    font-size: 40px;
  }

  .index_aboutus_left p {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .index_aboutus_left a {
    margin-bottom: 35px;
  }

  .index_aboutus_video {
    margin: 0 auto;
    height: 360px;
  }

  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 500px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 500px;
  }

  .index_advantages {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .index_advantages_content_item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .index_advantages_content {
    margin-top: 10px;
  }

  .index_advantages_item_main {
    margin-left: 0;
    margin-top: 15px;
  }

  .index_advantages_content_item {
    margin-bottom: 30px;
  }

  .index_partner {
    position: relative;
    width: 100%;
    background-image: url(../images/index_aboutus.jpg);
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .index_partner_left {
    font-weight: 700;
    font-size: 40px;
  }

  .index_partner_top {
    margin-bottom: 60px;
  }

  .indexnews {
    position: relative;
    z-index: 99;
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .footer_contact .public_header_ways li p,
  .footer_contact .public_header_ways li a {
    max-width: 220px;
  }

  .footer_contact h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .footer_tags {
    margin-bottom: 30px;
  }

  .footer_nav {
    padding-right: 60px;
  }

  .footer_nav h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .footer_link h3 {
    margin-top: 0px;
    font-size: 26px;
    margin-bottom: 30px;
  }

  .index_footer .container {
    max-width: 1400px;
    /* padding: 0; */
    padding-left: 40px;
    padding-right: 40px;
  }

  .index_footer {
    padding-top: 70px;
    padding-bottom: 105px;
  }

  .footer_top {
    padding-bottom: 20px;
  }

  .footer_bottom {
    margin-top: 25px;
  }

}

@media (min-width:1200px) and (max-width:1400px) {
  .container {
    max-width: 1140px;
  }

  .banner {
    margin-top: -110px;
  }

  .web_head {
    padding: 0;
  }

  .logo-fixed img {
    max-height: 80px;
  }

  .public_ad_header .public_ad_header_social_media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 0px;
  }

  .index_products {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .index_products_top {
    margin-bottom: 60px;
  }

  .indexproduct_img {
    width: 100%;
    padding-top: 100%;
  }

  .indexproduct_title {
    height: 100%;
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .index_aboutus_main {
    align-items: center;
  }

  .index_aboutus_video {
    margin: 0 auto;
  }

  .videobox {
    width: 90%;
    margin: 0 auto;
    max-height: auto;
    min-height: 500px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 500px;
  }

  .index_aboutus {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .index_aboutus_left p {
    margin-top: 45px;
    margin-bottom: 25px;
  }

  .index_advantages {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .index_advantages_content_item {
    align-items: center;
  }

  .index_partner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .index_partner_top {
    display: flex;
    margin-bottom: 60px;
  }

  .indexnews {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .footer_contact .public_header_ways li p,
  .footer_contact .public_header_ways li a {
    max-width: 310px;
  }

  .footer_contact h3,
  .footer_nav h3,
  .footer_link h3 {
    font-size: 32px;
  }

  .footer_nav {
    padding-left: 0px;
  }

  .index_footer {
    position: relative;
    width: 100%;
    background-image: url(../images/index_aboutus.jpg);
    background-size: cover;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .head_layer .container .head_layer_top {
    border-bottom: none;
  }

}

@media (min-width:1400px) and (max-width:1680px) {
  .logo-fixed img {
    max-height: 80px;
  }

  .index_products {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .index_products_left {
    font-size: 45px;
  }

  .index_aboutus {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .index_aboutus_video {
    margin: 0 auto;
  }

  .videobox {
    width: 88%;
    margin: 0 auto;
    max-height: auto;
    min-height: 600px;
  }

  .videobox iframe {
    width: 100%;
    max-height: auto;
    min-height: 600px;
  }

  .index_advantages {
    padding-top: 80px;
    padding-bottom: 30px;
  }

  .index_partner_left {
    font-weight: 700;
    font-size: 45px;
  }

  .index_partner {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .index_products_top {
    margin-bottom: 60px;
  }

  .indexnews {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .index_footer {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .head_layer .container .head_layer_top {
    border-bottom: none;
  }

  .footer_nav {
    padding-right: 70px;
  }
}