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

.fixed-nav .head_layer {
  background-color: #2490c3;
}

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

.bg-dark {
  background-color: #f5f4f8;
}

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

.container {
  max-width: 1650px;
}

/* Advertising header */
.public_header_ways ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #D2D2D5;
}

.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;
  text-align: center;
  margin-right: 10px;
}

.public_header_ways li i {
  font-size: 20px;
  color: #2490c3;
  line-height: 35px;
}

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

.public_ad_header {
  background: #f5f4f8;
  position: relative;
  padding-bottom: 60px;
}

.public_ad_header_con {
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  z-index: 99;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}

.public_ad_header_contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  background-color: #f5f4f8;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
}

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

.public_ad_header_social_media a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #eda22d;
  opacity: 0.8;
  border-radius: 15px;
  margin-left: 30px;
  text-align: center;
  transition: all 0.35s ease
}

.public_ad_header_social_media a:nth-child(1) {
  margin-left: 0;
}

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

.public_ad_header_social_media a:hover {
  opacity: 1;
}

/* header */
.web_head {
  width: 100%;
  background-color: #f5f4f8;
}

.head_layer {
  padding-top: 60px;
}

.web_head_main {
  width: 100%;
  background-color: transparent;
  border: 1px solid #D2D2D5;
  border-radius: 30px;
  display: flex;
  align-items: center;
}

.logo-fixed {
  background-color: #2490c3;
  padding: 15px 20px;
  margin-right: 50px;
  border-radius: 15px;
}

.nav_wrap .head_nav>li>a {
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 10px;
  color: #000;
  padding: 15px 25px;
  font-weight: 900;
}

.headernav_box {
  flex: 0 5%;
}

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

.fixed-nav .web_head_main {
  margin-bottom: 0;
  border: none;
}

.fixed-nav .logo-fixed {
  background-color: transparent;
  padding: 0;
  margin-right: 50px;
  border: none;
}

.fixed-nav .nav_wrap .head_nav>li>a {
  line-height: 25px;
  color: #fff;
}

.fixed-nav .nav_wrap .head_nav>li.nav-current>a {
  border: 1px solid #D2D2D5;
}

.fixed-nav .nav_wrap .head_nav>li:hover>a {
  border: 1px solid #D2D2D5;
}

.fixed-nav .nav_wrap .head_nav {
  padding: 20px 0;
}

.fixed-nav .head_layer {
  padding-top: 0px;
}

/* banner */
.banner {
  padding-bottom: 60px;
  padding-right: 80px;
  background: linear-gradient(to bottom, #f5f4f8 50%, white 0%);
}

.bannerSwiper {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  border: 1px solid #D2D2D5;
}

.bannerimg {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 36%;
}

.bannerimg img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  border-radius: 5px;
}

.bannerSwiper .swiper-button-prev {
  left: 130px;
  bottom: 120px;
  top: auto;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  text-align: center;
  background-color: #2490c3;
  opacity: 0.9;
  z-index: 9999;
  transition: all ease 0.3s;
}

.bannerSwiper .swiper-button-next {
  left: 210px;
  bottom: 120px;
  top: auto;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  text-align: center;
  background-color: #2490c3;
  opacity: 0.9;
  z-index: 9999;
  transition: all ease 0.3s;
}

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

.bannerSwiper .swiper-button-next:hover,
.bannerSwiper .swiper-button-prev:hover {
  opacity: 1;
}

/* products */
.index_products {
  padding: 60px 0;
}

.index_products_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.index_products_top h4 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  color: #111;
  font-family: Inter, sans-serif;
  text-transform: none;
}

.index_products_top h4 span {
  color: #2490c3;
  font-family: Inter, sans-serif;
  margin-right: 20px;
}

.index_products_top a {
  padding: 25px 50px;
  border-radius: 20px;
  background-color: #2490c3;
  opacity: 0.9;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  transition: all ease 0.3s;
}

.index_products_top a:hover {
  opacity: 1;
}

.productSwiper {
  padding-bottom: 100px;
}

.indexproduct_box {
  height: 100%;
  border-radius: 30px;
  padding: 30px 30px 40px;
  /* overflow: hidden; */
  position: relative;
  background-color: #fff;
  border: 1px solid #D2D2D5;
  cursor: pointer;
}

.indexproduct_img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 15px;
}

.indexproduct_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexproduct_content {
  text-align: center;
}

.indexproduct_content h3 {
  text-align: center;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  padding: 20px 30px;
}

.indexproduct_content .indexproduct_h3 {
  font-size: 24px;
  line-height: 34px;
  color: #000;
  text-align: center;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: none;
  transition: all ease 0.3s;
}

.indexproduct_content p {
  font-size: 16px;
  text-align: center;
  color: #111;
  opacity: 0.6;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  padding: 0px 20px;
  margin: 0px 0 30px;
}

.indexproduct_more {
  /* position: absolute;
  bottom: -25px;
  left: 50%; */
  display: inline-block;
  padding: 25px 50px;
  text-transform: none;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
  background-color: #eda22d;
  opacity: 0.9;
  border-radius: 20px;
  transition: all ease 0.3s;
}

.indexproduct_box:hover .indexproduct_img img {
  transform: scale(1.2);
}

.indexproduct_box:hover .indexproduct_more {
  opacity: 1;
}

.productSwiper .swiper-button-prev {
  left: 0;
  bottom: 0;
  top: auto;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  text-align: center;
  background-color: #2490c3;
  opacity: 0.9;
  z-index: 9999;
  transition: all ease 0.3s;
}

.productSwiper .swiper-button-next {
  left: 90px;
  bottom: 0;
  top: auto;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  text-align: center;
  background-color: #2490c3;
  opacity: 0.9;
  z-index: 9999;
  transition: all ease 0.3s;
}

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

.productSwiper .swiper-button-next:hover,
.productSwiper .swiper-button-prev:hover {
  opacity: 1;
}

.productSwiper .swiper-pagination-bullet {
  opacity: 0.3;
  width: 8px;
  height: 8px;
  background-color: #111;
}

.productSwiper .swiper-pagination-bullet-active {
  background: #2490c3;
  opacity: 1;
  width: 20px;
  border-radius: 10px;
  transition: all ease .3s;
}

.productSwiper .swiper-horizontal>.swiper-pagination-bullets,
.productSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  right: 0 !important;
  left: auto;
  width: 50%;
  text-align: right;
}

/* aboutus */
.index_aboutus {
  padding: 60px 0;
}

.index_aboutus_left {
  padding-right: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.index_aboutus_left h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  color: #111;
  font-family: Inter, sans-serif;
  text-transform: none;
  word-wrap: break-word;
  word-break: break-all;
}

.index_aboutus_left .aboutus_left_content {
  margin: 20px 0 60px;
  opacity: 0.7;
  font-size: 18px;
  color: #111;
  line-height: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.index_aboutus_more {
  display: inline-block;
  padding: 25px 50px;
  border-radius: 20px;
  background-color: #2490c3;
  opacity: 0.9;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
  transition: all ease 0.3s;
}

.index_aboutus_leftDiv {
  margin-bottom: 10px;
}

.index_aboutus_leftDiv .row {
  margin-bottom: 30px;
  align-items: center;
}

.aboutus_leftItem {
  width: 100px;
  height: 100px;
  background-color: #f5f4f8;
  border-top: 3px solid #eda22d;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.aboutus_leftItem i {
  font-size: 50px;
  color: #eda22d;
  line-height: 100px;
}

.index_aboutus_leftDiv h4 {
  font-size: 24px;
  line-height: 34px;
  color: #111;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.index_aboutus_leftDiv p {
  font-size: 16px;
  line-height: 30px;
  color: #111;
  opacity: 0.7;
  word-wrap: break-word;
  word-break: break-all;
}

.index_aboutus_right {
  position: relative;
  padding-left: 2%;
}

.aboutus_rightImg0 {
  position: relative;
  z-index: 50;
  /* height: 50%; */
}

.aboutus_rightImg {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding-top: 40%;
  border-radius: 30px;
}

.aboutus_rightImg img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  border-radius: 5px;
}


.aboutusBox {
  display: flex;
  height: 50%;
  position: relative;
  z-index: 100;
}

.index_aboutus_right .aboutus_right1 {
  height: 100%;
  border-radius: 30px;
  padding: 15px 30px 0 0;
}

.aboutus_rightInfo {
  height: 100%;
  border-radius: 30px;
  padding: 20px;
  background-color: #2490c3;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.aboutus_rightInfo_top {
  display: flex;
  margin-bottom: 15px;
}

.aboutus_rightInfo_top h3,
.aboutus_rightInfo_top h6 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
}

.aboutus_rightInfo p {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

.aboutus_right2 {
  padding: 15px 0px 0 0px;
  /* background-color: #fff; */
  border-radius: 30px;
  overflow: hidden;
}

.aboutus_rightFixed {
  z-index: 100;
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 130%;
}

.aboutus_rightFixed img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  border-radius: 30px;
}

.index_aboutus_more:hover {
  opacity: 1;
}


.brandSwiper {
  margin-top: 70px;
}

.brandSwiper .swiper-slide {
  background-color: #f5f4f8;
  border-radius: 25px;
  padding: 20px;
}

.brand_img {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-top: 52%;
}

.brand_img img {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease;
  border-radius: 5px;
}

/* intro */

.index_intro {
  padding: 40px 0;
}

.index_intro_top {
  padding-left: 3%;
  padding-right: 3%;
}

.index_intro_top_img {
  background-image: url(../images/index_intro.jpg);
  background-size: cover;
  padding: 60px 0;
  border-radius: 30px;
  position: relative;
}

.index_intro_top_img::before {
  content: "";
  background: rgba(17, 17, 17, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}

.index_intro_top_img .intro_half {
  position: relative;
  z-index: 999;
}

.intro_half {
  width: 50%;
  padding-bottom: 90px;
}

.index_intro_top_one span {
  font-size: 90px;
  color: #fff;
  font-weight: bold;
  text-transform: none;
}

.index_intro_top_one span:nth-child(2) {
  margin-left: 20px;
  margin-right: 10px;
  font-size: 100px;
  color: #2490c3;
}

.index_intro_top_one span:nth-child(3) {
  font-size: 60px;
}

.index_intro_top_two {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #fff;
}

.index_intro_top_three {
  font-size: 14px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}

.intro_half a {
  display: inline-block;
  padding: 25px 60px;
  background-color: #eda22d;
  opacity: 0.9;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  transition: all ease 0.3s;
}

.intro_half a:hover {
  opacity: 1;
}

.index_intro_bottom {
  position: relative;
}

.intro_bot_main {
  margin-top: -80px;
  border-radius: 40px;
  background-color: #2490c3;
  padding: 40px 40px 20px 40px;
}

.introSwiper .swiper-wrapper {
  padding-bottom: 40px;
}

.indexintro_box {
  height: 100%;
  border-radius: 30px;
  padding: 30px 30px 40px;
  /* overflow: hidden; */
  position: relative;
  background-color: #379AC8;
  cursor: pointer;
  transition: all ease-in-out 0.2s;
}

.indexintro_img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  border-radius: 15px;
}

.indexintro_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.indexintro_content {
  text-align: center;
}

.indexintro_content h3 {
  text-align: center;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  padding: 20px 30px;
}

.indexintro_content .indexintro_h3 {
  font-size: 24px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: none;
  transition: all ease 0.3s;
}

.indexintro_content p {
  font-size: 16px;
  text-align: center;
  color: #fff;
  opacity: 0.6;
  word-wrap: break-word;
  word-break: break-all;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
  padding: 0px 20px;
  margin: 0px 0 30px;
}

.indexintro_box:hover .indexintro_img img {
  transform: scale(1.2);
}

.indexintro_box:hover {
  background-color: #48A2CD;
}

.introSwiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}

.introSwiper .swiper-pagination-bullet-active {
  background: #eda22d;
  opacity: 1;
  border-radius: 10px;
  transition: all ease .3s;
}

/* contactus */
.index_contact {
  position: relative;
  padding: 40px 0;
}

.index_contact_bg {
  position: absolute;
  right: 0;
  top: 100px;
  width: 50%;
  padding: 135px 0;
  background-color: #f5f4f8;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.index_contact_main {
  position: relative;
}

.index_contact_bot {
  padding: 60px 5% 70px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index_contact_main h2 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  color: #111;
  font-family: Inter, sans-serif;
  text-transform: none;
  /* padding: 60px 0; */
}

.index_contact_bot .index_contact_info {
  font-size: 18px;
  color: #111;
  opacity: 0.6;
  line-height: 30px;
  margin-bottom: 30px;
}

.index_contact_ways {
  display: flex;
  align-items: center;
}

.contact_ways_icon {
  height: 60px;
  width: 60px;
  border-radius: 15px;
  background-color: #F1B557;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  margin-right: 30px;
}

.contact_ways_icon i {
  font-size: 26px;
  color: #fff;
}

.contact_ways_icon:hover {
  background-color: #eda22d;
}

.index_contact_ways a,
.index_contact_ways p {
  font-size: 18px;
  color: #111;
  font-weight: 700;
}

.index_contact .contact_inquiry_form_main {
  border-radius: 30px;
  box-shadow: 0px 0px 30px 1px rgba(17, 17, 17, 0.08);
  margin-left: 5%;
}

.index_contact .yandex-form #form #submit {
  margin-bottom: 10px;
}


/* comments */
.index_comments {
  position: relative;
  padding: 40px 0 20px;
}

.index_comments_bg {
  position: absolute;
  width: 65%;
  padding: 135px 0;
  background-color: #f5f4f8;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.index_comments_title {
  position: relative;
  ;
}

.index_comments_title h2 {
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  color: #111;
  font-family: Inter, sans-serif;
  text-transform: none;
  padding: 60px 0;
}

.index_comments_title h2 span {
  color: #2490c3;
  font-family: Inter, sans-serif;
  margin-right: 20px;
  margin-left: 20px;
}

.indexproducts_main {
  width: 100%;
  padding-left: 8%;
}

.indexproducts_main {}

.indexproducts_main .swiper-slide {
  height: auto !important;
}

.indexcomment {
  position: relative;
  height: 100%;
}

.index_comments_content {
  padding-top: 30px;
  margin-bottom: 20px;
  position: relative;
  /* overflow: hidden; */
  height: 100%;
}

.index_comments_top {
  padding: 30px;
  border-radius: 30px;
  background-color: #fff;
  z-index: 10;
  position: relative;
  /* overflow: hidden; */
  height: 100%;
  box-shadow: 0px 0px 30px 1px rgba(19, 19, 23, 0.08);
}

.index_comments_top p {
  font-size: 14px;
  color: #111;
  opacity: 0.6;
  line-height: 28px;
  margin-top: 10px;
}

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

.index_comments_fixed i {
  font-size: 64px;
  color: #D3E9F3;
  transition: all ease 0.3s;
}

.index_comments_content:hover .index_comments_fixed i {
  color: #2490C3;
}

.index_comments_bot {
  display: flex;
  align-items: center;
}

.index_comments_bot .row {
  align-items: center;
}

.comments_bot_img {
  padding: 5px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px dashed #f5f4f8;
  margin-right: 10px;
}

.comments_bot_img img {
  border-radius: 50%;
}

.comments_bot_info h5 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  word-wrap: break-word;
  word-break: break-all;
}

.comments_bot_info p {
  font-size: 14px;
  line-height: 28px;
  color: #111;
  opacity: 0.6;
  word-wrap: break-word;
  word-break: break-all;
}

.index_stay {
  padding: 30px 0;
}

.index_comments .commentsSwiper {
  padding-bottom: 80px;
}

.index_comments .swiper-button-prev {
  bottom: 0;
  top: auto;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  text-align: center;
  background-color: #eda22d;
  z-index: 9999;
}

.index_comments .swiper-button-next {
  bottom: 0;
  top: auto;
  left: 90px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  border-radius: 10px;
  text-align: center;
  background-color: #eda22d;
  z-index: 9999;
}

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

.index_comments .swiper-button-next:hover,
.index_comments .swiper-button-prev:hover {
  background-color: #eda22d;
}

.index_comments .swiper-horizontal>.swiper-pagination-bullets,
.index_comments .swiper-pagination-bullets.swiper-pagination-horizontal {
  right: 0 !important;
  left: auto;
  width: 10%;
}

/* news */
.indexnews {
  padding: 40px 0 40px 0;
}

.indexnews_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.indexnews_title_left span {
  font-size: 16px;
  color: #3a3845;
  display: block;
  text-transform: none;
  margin-bottom: 10px;
  font-weight: bold;
}

.indexnews_title_left h2 {
  font-size: 70px;
  color: #111;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: Open Sans, sans-serif;
}

.indexnews_title_more {
  padding: 18px 60px;
  border-radius: 15px;
  border: 1px solid #2490c3;
  display: inline-block;
  background-color: #2490c3;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  text-transform: none;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  opacity: 0.8;
}

.indexnews_title_more:hover {
  opacity: 1;
}

.indexnews .blog_txt {
  padding: 30px 30px 40px;
}

.indexnews .blogbox {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
}

.indexnews .blogmorebtn {
  display: block;
  margin: 20px auto 0 auto;
}

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

.indexnews .blogmore {
  background-color: #2490c3;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #2490c3;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: bold;
  opacity: 0.8;
}

.indexnews .blogline {
  background-color: #2490c3;
  left: 50%;
  transform: translateX(-50%);
}

.indexnews .blogli:hover .blogmore {
  opacity: 1;
  background-color: #2490c3;
  color: #fff;
  border: 1px solid #2490c3;
}

.indexnews .blogli:hover .blogline {
  width: 100%;
}

.indexnews .blogli:hover .blog_txt h3 {
  font-weight: bold;
  color: #2490c3;
}

.indexnews .blogli:hover .blog_img img {
  transform: scale(1.2);
}

.indexnews .blogli {
  margin-bottom: 30px;
  /* padding-right: 30px; */
}

/* map */
.footer_map {
  background: linear-gradient(to bottom, white 50%, #f5f4f8 0%);
}

#indexmap {
  margin-top: 50px;
  height: 450px;
}
/* 
#indexmap .ymaps-2-1-79-map ymaps {
  border-radius: 30px !important;
} */

/* footer */
.index_footer {
  background-color: #f5f4f8;
}

/* footer */
.index_footer {
  background-color: #f5f4f8;
  padding: 100px 0 80px;
}

.footer_tags {
  border-bottom: 1px solid rgba(5, 16, 37, 0.15);
  padding: 0 0 20px 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 99;
}

.footer_tags p {
  font-size: 16px;
  color: #051025;
  text-transform: none;
  margin-right: 10px;
  font-weight: bold;
  margin-right: 20px;
}

.footer_tags a {
  font-size: 16px;
  opacity: 0.7;
  color: #051025;
  display: block;
  line-height: 28px;
  margin-right: 20px;
  transition: all ease 0.1s;
}

.footer_tags a:hover {
  opacity: 1;
  box-shadow: inset 0px -2px 0px 0px #2490c3;
}

.fot_nav {
  display: flex;
  height: 100%;
  align-items: center;
}

.fot_nav h4 {
  margin-right: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #051025;
  font-weight: bold;
}

.fot_nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.fot_nav ul li {
  opacity: 0.7;
  transition: all ease 0.1s;
}

.fot_nav ul a {
  color: #051025;
  font-size: 16px;
  line-height: 24px;
}

.fot_nav ul li:hover {
  opacity: 1;
  box-shadow: inset 0px -2px 0px 0px #eda22d;
}

.footer_social_media {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 30px;
}

.footer_social_media a {
  display: block;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px dashed rgba(17, 17, 17, 0.3);
  border-radius: 50%;
  margin-left: 30px;
  text-align: center;
  transition: all 0.35s ease
}

.footer_social_media a:nth-child(1) {
  margin-left: 0;
}

.footer_social_media a i {
  font-size: 16px;
  text-align: center;
  color: #eda22d;
  transition: all 0.35s ease;
  line-height: 50px;
}

.footer_social_media a:hover {
  background-color: #eda22d;
  border: 1px dashed #eda22d;
}

.footer_social_media a:hover i {
  color: #fff;
}

.footer_con {
  margin-top: 30px;
}

.footer_con h3 {
  font-size: 24px;
  line-height: 38px;
  margin-bottom: 10px;
  font-weight: 600;
}

.footer_con p,
.footer_con a {
  font-size: 16px;
  line-height: 24px;
  color: rgba(17, 17, 17, 0.7);
  margin-bottom: 10px;
}

.footer_con a:hover {
  color: #051025;
}

.footer_bottom {
  border-top: 1px solid rgba(5, 16, 37, 0.15);
  margin-top: 20px;
  justify-content: space-between;
  padding-top: 20px;
}

.footer_bottom_left h4 {
  line-height: normal;
  color: rgba(17, 17, 17, 0.7);
  position: relative;
  font-size: 14px;
  font-weight: bold;
}

.footer_bottom_right {
  position: relative;
  color: rgba(17, 17, 17, 0.7);
  font-size: 14px;
  font-weight: bold;
  text-align: right;
}

.footer_bottom_right a {
  color: rgba(17, 17, 17, 0.7);
  font-size: 14px;
  font-weight: bold;
  transition: all ease .1s;
}

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


@media (max-width:576px) {
    .index_products_top h4{
     word-break: break-all;
    text-align: center;
    line-height: normal;
    margin-bottom: 30px;
    }
  .navbar-toggler {
    background-color: #fff;
  }

  .bg-dark {
    background-color: #2490c3 !important;
    padding: 0 0 !important
  }

  .text-bg-dark {
    color: #fff !important;
    background-color: #2490c3 !important;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: #2490c3;
    border: none;
  }

  .dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .btn-success {
    background-color: #2490c3;
    border: 1px solid #fff;
  }

  .banner {
    padding-bottom: 0px;
    padding-right: 0px;
  }

  .bannerSwiper {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
  }

  .index_products {
    padding: 20px 0 30px;
  }

  .index_products_top {
    margin-bottom: 30px;
    flex-direction: column;
  }

  .index_products_top h4,
  .index_aboutus_left h1,
  .index_intro_top_one span,
  .index_contact_main h2,
  .index_comments_title h2 {
    font-size: 30px;
  }

  .index_products_top a {
    padding: 13px 30px;
    line-height: 24px;
  }

  .indexproduct_box {
    border-radius: 15px;
    padding: 10px 10px 15px;
  }

  .indexproduct_content h3 {
    padding: 10px 5px 5px;
  }

  .indexproduct_content .indexproduct_h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .indexproduct_content p {
    font-size: 14px;
    padding: 0px 5px;
    margin-bottom: 15px;
  }

  .indexproduct_more {
    padding: 6px 15px;
    font-size: 14px;
    line-height: 26px;
    border-radius: 8px;
  }

  .productSwiper {
    padding-bottom: 60px;
  }

  .productSwiper .swiper-button-next {
    left: 60px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .productSwiper .swiper-button-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .index_aboutus {
    padding: 10px 0;
  }

  .index_aboutus_left {
    display: block;
    margin-bottom: 40px;
  }

  .index_aboutus_leftDiv {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .index_aboutus_leftDiv .row {
    margin-bottom: 15px;
  }

  .index_aboutus_left h1 {
    line-height: 50px;
  }

  .index_aboutus_left .aboutus_left_content {
    margin: 10px 0;
    line-height: 26px;
    font-size: 14px;
  }

  .aboutus_leftItem {
    width: 70px;
    height: 70px;
    margin: 0 auto;
  }

  .aboutus_leftItem i {
    font-size: 38px;
    line-height: 70px;
  }

  .index_aboutus_leftDiv h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
  }

  .index_aboutus_leftDiv p {
    font-size: 14px;
    line-height: 25px;
  }

  .index_aboutus_more {
    display: inline-block;
    padding: 10px 35px;
    border-radius: 15px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-top: 0px;
  }

  .index_intro {
    padding: 30px 0 10px;
  }

  .index_intro_top_img {
    padding: 40px 0;
  }

  .index_intro_top {
    padding: 0 12px;
  }

  .index_intro_top_one span {
    font-size: 36px;
    color: #fff;
  }

  .index_intro_top_one span:nth-child(2) {
    margin-left: 10px;
    margin-right: 5px;
    font-size: 50px;
  }

  .index_intro_top_one span:nth-child(3) {
    font-size: 28px;
  }

  .intro_half {
    display: flex;
    width: 100%;
    padding-bottom: 0px;
    flex-direction: column;
    align-items: center;
  }

  .index_intro_top_two {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: center;
  }

  .index_intro_top_three {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
  }

  .intro_half a {
    padding: 10px 50px;
    color: #fff;
    font-size: 18px;
  }

  .intro_bot_main {
    margin-top: 20px;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }

  .indexintro_box {
    border-radius: 30px;
    padding: 20px 20px 20px;
  }

  .indexintro_content h3 {
    padding: 15px 20px;
  }

  .indexintro_content .indexintro_h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .indexintro_content p {
    font-size: 16px;
    padding: 0px;
    margin: 0px 0 25px;
  }

  .introSwiper .swiper-pagination-bullet {
    background-color: #eee;
  }

  .introSwiper .swiper-pagination-bullet-active {
    background: #eda22d;
  }

  .index_contact {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .index_contact_bot {
    padding: 0 5%;
  }

  .index_contact_bot .index_contact_info {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .index_contact_ways {
    margin-bottom: 10px;
  }

  .contact_ways_icon {
    height: 45px;
    width: 45px;
    margin-right: 15px;
  }

  .index_contact_ways a,
  .index_contact_ways p {
    font-size: 17px;
    color: #111;
    font-weight: 500;
  }

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

  .index_comments_title h2 {
    line-height: 45px;
    font-weight: 700;
    padding: 40px 4% 0;
  }

  .index_comments_title h2 span {
    margin-left: 5px;
  }

  .index_comments {
    padding: 20px 0 20px;
  }

  .indexproducts_main {
    padding-left: 4%;
    padding-right: 4%;
  }

  .index_aboutus_right .aboutus_right1 {
    padding: 15px 0px 0 0;
  }

  .aboutus_right2 {
    padding: 15px 0px 0 5px;
  }

  .aboutus_rightInfo_top h3,
  .aboutus_rightInfo_top h6 {
    font-size: 30px;
    line-height: 50px;
  }

  .aboutus_rightInfo_top {
    margin-bottom: 0px;
  }

  .aboutus_rightInfo p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
  }

  .aboutus_rightInfo {
    padding: 20px 15px 30px;
  }

  .aboutusBox {
    height: auto;
  }

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

  .brandSwiper {
    margin-top: 30px;
  }

  .brandSwiper .swiper-slide {
    border-radius: 10px;
    padding: 10px;
  }

  .index_contact_bg {
    display: none;
  }

  .index_comments_bg {
    display: none;
  }

  .index_comments_bot {
    flex-direction: column;
  }

  .comments_bot_info h5 {
    text-align: center;
  }

  .comments_bot_info p {
    margin-top: 0;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #D2D2D5;
  }

  .index_comments_fixed {
    position: absolute;
    right: 20px;
  }

  .index_comments_fixed i {
    font-size: 35px;
  }


  .index_comments .swiper-button-next {
    left: 60px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .index_comments .swiper-button-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .index_comments .swiper-horizontal>.swiper-pagination-bullets,
  .index_comments .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 50%;
    text-align: right;
    padding-right: 15px;
  }

  .index_comments .swiper-pagination-bullet-active {
    background: #eda22d;
    opacity: 1;
    width: 20px;
    border-radius: 10px;
    transition: all ease .3s;
  }

  .index_comments_content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .index_comments .indexproducts_main {
    padding-left: 0%;
    padding-right: 0%;
  }

  .indexnews_title {
    flex-direction: column;
  }

  .indexnews_title_left {
    margin-bottom: 15px;
  }

  .indexnews_title_left h2 {
    font-size: 34px;
    line-height: 43px;
    text-align: center;
  }

  .indexnews_title_more {
    padding: 10px 40px;
    font-size: 18px;
  }

  .indexnews .blog_txt {
    padding: 10px 10px 15px;
  }

  .indexnews .blog_txt h3 {
    margin-bottom: 10px;
  }

  .indexnews .blogmore {
    border-radius: 15px;
    padding: 10px 0px;
    font-size: 18px;
  }

  .indexnews .blogli:nth-child(3) .blogmorebtn {
    display: block;
    margin: 10px auto;
  }

  .indexnews {
    padding: 20px 0 0px 0;
  }

  #indexmap {
    margin-top: 20px;
    height: 200px;
  }

  .index_footer {
    margin-top: 0px;
    border-radius: 0px;
    padding: 40px 10px 100px;
  }

  .fot_nav {
    display: none;
    align-items: flex-start;
    flex-direction: column;
  }

  .fot_nav h4 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 10px;
    font-weight: 600;
  }


  .footer_social_media {
    justify-content: flex-start;
    padding: 14px 0px 0;
    margin-bottom: 10px;
  }

  .footer_tags a {
    opacity: 1;
  }

  .fot_nav ul {
    width: 100%;
    flex-direction: column;
  }

  .fot_nav ul li {
    opacity: 1;
    margin-bottom: 8px;
  }

  .fot_nav ul li a {
    font-size: 16px;
    line-height: 24px;
  }

  .fot_nav ul li:hover {
    opacity: 1;
    box-shadow: none;
  }

  .footer_con {
    margin-top: 16px;
  }

  .footer_con p,
  .footer_con a {
    color: #111;
  }

  .footer_bottom_left h4 {
    text-align: center;
    color: #111;
    font-weight: normal;
  }

  .footer_bottom_right {
    text-align: center;
    margin-top: 5px;
    font-weight: normal;
    color: #111;
  }

  .footer_bottom_right a {
    color: #111;
    font-weight: normal;
  }

}

@media (min-width:577px) and (max-width:767px) {

  .navbar-toggler {
    background-color: #fff;
  }

  .bg-dark {
    background-color: #2490c3 !important;
    padding: 0 0 !important
  }


  .text-bg-dark {
    color: #fff !important;
    background-color: #2490c3 !important;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: #2490c3;
    border: none;
  }

  .dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .btn-success {
    background-color: #2490c3;
    border: 1px solid #fff;
  }


  .banner {
    padding-bottom: 0px;
    padding-right: 0px;
  }

  .bannerSwiper {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
  }

  .index_products {
    padding: 20px 0 30px;
  }

  .index_products_top {
    margin-bottom: 30px;
    flex-direction: column;
  }

  .index_products_top h4,
  .index_aboutus_left h1,
  .index_intro_top_one span,
  .index_contact_main h2,
  .index_comments_title h2 {
    font-size: 35px;
  }

  .index_products_top a {
    padding: 13px 60px;
  }

  .indexproduct_box {
    border-radius: 15px;
    padding: 10px 10px 15px;
  }

  .indexproduct_content h3 {
    padding: 10px 5px 5px;
  }

  .indexproduct_content .indexproduct_h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .indexproduct_content p {
    font-size: 14px;
    padding: 0px 5px;
    margin-bottom: 15px;
  }

  .indexproduct_more {
    padding: 10px 25px;
    font-size: 14px;
    line-height: 26px;
    border-radius: 8px;
  }

  .productSwiper {
    padding-bottom: 60px;
  }

  .productSwiper .swiper-button-next {
    left: 60px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .productSwiper .swiper-button-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .index_aboutus {
    padding: 10px 0;
  }

  .index_aboutus_left {
    display: block;
    margin-bottom: 40px;
  }

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

  .index_aboutus_leftDiv .row {
    margin-bottom: 15px;
  }

  .index_aboutus_left h1 {
    line-height: 50px;
  }

  .index_aboutus_left .aboutus_left_content {
    margin: 10px 0;
    line-height: 26px;
    font-size: 14px;
  }

  .aboutus_leftItem {
    width: 70px;
    height: 70px;
    margin: 0 auto;
  }

  .aboutus_leftItem i {
    font-size: 38px;
    line-height: 70px;
  }

  .index_aboutus_leftDiv h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
  }

  .index_aboutus_leftDiv p {
    font-size: 14px;
    line-height: 25px;
  }

  .index_intro {
    padding: 30px 0 10px;
  }

  .index_intro_top_img {
    padding: 40px 0;
  }

  .index_intro_top {
    padding: 0 12px;
  }

  .index_intro_top_one span {
    font-size: 36px;
    color: #fff;
  }

  .index_intro_top_one span:nth-child(2) {
    margin-left: 10px;
    margin-right: 5px;
    font-size: 50px;
  }

  .index_intro_top_one span:nth-child(3) {
    font-size: 28px;
  }

  .intro_half {
    display: flex;
    width: 100%;
    padding-bottom: 0px;
    flex-direction: column;
    align-items: center;
  }

  .index_intro_top_two {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: center;
  }

  .index_intro_top_three {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 600;
  }

  .intro_half a {
    padding: 10px 50px;
    color: #fff;
    font-size: 18px;
  }

  .intro_bot_main {
    margin-top: 20px;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }

  .indexintro_box {
    border-radius: 30px;
    padding: 20px 20px 20px;
  }

  .indexintro_content h3 {
    padding: 15px 20px;
  }

  .indexintro_content .indexintro_h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .indexintro_content p {
    font-size: 16px;
    padding: 0px;
    margin: 0px 0 25px;
  }

  .introSwiper .swiper-pagination-bullet {
    background-color: #eee;
  }

  .introSwiper .swiper-pagination-bullet-active {
    background: #eda22d;
  }

  .index_contact {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .index_contact_bot {
    padding: 0 5%;
  }

  .index_contact_bot .index_contact_info {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .index_contact_ways {
    margin-bottom: 10px;
  }

  .contact_ways_icon {
    height: 45px;
    width: 45px;
    margin-right: 15px;
  }

  .index_contact_ways a,
  .index_contact_ways p {
    font-size: 17px;
    color: #111;
    font-weight: 500;
  }

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

  .index_comments_title h2 {
    line-height: 45px;
    font-weight: 700;
    padding: 20px 4% 0;
  }

  .index_comments_title h2 span {
    margin-left: 5px;
  }

  .index_comments {
    padding: 20px 0 20px;
  }

  .indexproducts_main {
    padding-left: 4%;
    padding-right: 4%;
  }

  .index_aboutus_right .aboutus_right1 {
    padding: 15px 0px 0 0;
  }

  .aboutus_rightImg0 {
    /* height: 100%; */
  }

  .aboutus_rightImg {
    padding-top: 48%;
  }

  .aboutus_right2 {
    padding: 15px 0px 0 5px;
  }

  .aboutus_rightInfo_top h3,
  .aboutus_rightInfo_top h6 {
    font-size: 30px;
    line-height: 50px;
  }

  .aboutus_rightInfo_top {
    margin-bottom: 0px;
  }

  .aboutus_rightInfo p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
  }

  .aboutus_rightInfo {
    padding: 20px 15px 30px;
  }

  .aboutusBox {
    height: auto;
  }

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

  .index_aboutus_more {
    display: inline-block;
    padding: 15px 50px;
    border-radius: 15px;
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    margin-top: 0px;
  }

  .brandSwiper {
    margin-top: 40px;
  }

  .brandSwiper .swiper-slide {
    border-radius: 10px;
    padding: 10px;
  }

  .index_contact_bg {
    display: none;
  }

  .index_comments_bg {
    display: none;
  }

  .index_comments_bot {
    flex-direction: column;
  }

  .comments_bot_info h5 {
    text-align: center;
  }

  .comments_bot_info p {
    margin-top: 0;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #D2D2D5;
  }

  .index_comments_fixed {
    position: absolute;
    right: 20px;
  }

  .index_comments_fixed i {
    font-size: 35px;
  }


  .index_comments .swiper-button-next {
    left: 60px;
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .index_comments .swiper-button-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }

  .index_comments .swiper-horizontal>.swiper-pagination-bullets,
  .index_comments .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 50%;
    text-align: right;
    padding-right: 15px;
  }

  .index_comments .swiper-pagination-bullet-active {
    background: #eda22d;
    opacity: 1;
    width: 20px;
    border-radius: 10px;
    transition: all ease .3s;
  }

  .index_comments_content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .index_comments .indexproducts_main {
    padding-left: 0%;
    padding-right: 0%;
  }

  .indexnews_title {
    flex-direction: column;
  }

  .indexnews_title_left {
    margin-bottom: 15px;
  }

  .indexnews_title_left h2 {
    font-size: 34px;
    line-height: 43px;
    text-align: center;
  }

  .indexnews_title_more {
    padding: 10px 40px;
    font-size: 18px;
  }

  .indexnews .blog_txt {
    padding: 15px;
  }

  .indexnews .blog_txt h3 {
    margin-bottom: 10px;
  }

  .indexnews .blogmore {
    border-radius: 15px;
    padding: 10px 0px;
    font-size: 18px;
  }

  .indexnews {
    padding: 20px 0 0px 0;
  }

  .indexnews .blogli:nth-child(3) .blogmorebtn {
    width: 60%;
    display: block;
    margin: 15px auto;
  }

  #indexmap {
    margin-top: 20px;
    height: 300px;
  }

  .index_footer {
    margin-top: 0px;
    border-radius: 0px;
    padding: 30px 2% 100px;
  }

  .fot_nav {
    display: none;
  }

  .fot_nav ul li {
    opacity: 1;
  }

  .fot_nav ul li a {
    color: #111;
  }

  .fot_nav h4 {
    margin-right: 20px;
  }

  .footer_social_media {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
  }

  .footer_con {
    margin-top: 15px;
  }

  .footer_con p,
  .footer_con a {
    color: #111;
  }

  .footer_bottom_left h4 {
    text-align: center;
    color: #111;
    font-weight: normal;
  }

  .footer_bottom_right {
    text-align: center;
    margin-top: 5px;
    font-weight: normal;
    color: #111;
  }

  .footer_bottom_right a {
    color: #111;
    font-weight: normal;
  }

}

@media (min-width:768px) and (max-width:992px) {
  .navbar-toggler {
    background-color: #fff;
  }

  .bg-dark {
    background-color: #2490c3 !important;
    padding: 0 0 !important
  }


  .text-bg-dark {
    color: #fff !important;
    background-color: #2490c3 !important;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: #2490c3;
    border: none;
  }

  .dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .btn-success {
    background-color: #2490c3;
    border: 1px solid #fff;
  }


  .banner {
    padding-bottom: 0px;
    padding-right: 0px;
  }

  .bannerSwiper {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
  }

  .index_products {
    padding: 20px 0 30px;
  }

  .index_products_top {
    margin-bottom: 30px;
    flex-direction: column;
  }

  .index_products_top h4,
  .index_aboutus_left h1,
  .index_intro_top_one span,
  .index_contact_main h2,
  .index_comments_title h2 {
    font-size: 35px;
  }

  .index_products_top a {
    padding: 13px 60px;
  }

  .indexproduct_box {
    border-radius: 15px;
    padding: 10px 10px 15px;
  }

  .indexproduct_content h3 {
    padding: 10px 5px 5px;
  }

  .indexproduct_content .indexproduct_h3 {
    font-size: 18px;
    line-height: 28px;
  }

  .indexproduct_content p {
    font-size: 14px;
    padding: 0px 5px;
    margin-bottom: 15px;
  }

  .indexproduct_more {
    padding: 12px 35px;
    font-size: 14px;
    line-height: 26px;
    border-radius: 8px;
  }

  .productSwiper {
    padding-bottom: 80px;
  }

  .productSwiper .swiper-button-next {
    left: 80px;
  }

  .index_aboutus {
    padding: 10px 0;
  }

  .index_aboutus_left {
    display: block;
    /* margin-bottom: 40px; */
  }

  .index_aboutus_leftDiv {
    margin-bottom: 30px;
    margin-top: 20px;
  }

  .index_aboutus_leftDiv .row {
    margin-bottom: 15px;
  }

  .index_aboutus_left h1 {
    line-height: 50px;
  }

  .index_aboutus_left .aboutus_left_content {
    margin: 10px 0;
    line-height: 26px;
    font-size: 14px;
    -webkit-line-clamp: 3;
  }

  .aboutus_leftItem {
    width: 70px;
    height: 70px;
    margin: 0 auto;
  }

  .aboutus_leftItem i {
    font-size: 38px;
    line-height: 70px;
  }

  .index_aboutus_leftDiv h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
  }

  .index_aboutus_leftDiv p {
    font-size: 14px;
    line-height: 25px;
  }

  .index_aboutus_more {
    display: inline-block;
    padding: 15px 50px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .brandSwiper {
    margin-top: 30px;
  }

  .index_intro {
    padding: 30px 0 10px;
  }

  .index_intro_top_img {
    padding: 20px 0;
  }

  .index_intro_top {
    padding: 0 12px;
  }

  .index_intro_top_one span {
    font-size: 36px;
    color: #fff;
  }

  .index_intro_top_one span:nth-child(2) {
    margin-left: 10px;
    margin-right: 5px;
    font-size: 50px;
  }

  .index_intro_top_one span:nth-child(3) {
    font-size: 28px;
  }

  .intro_half {
    padding-left: 20px;
    width: 60%;
    padding-bottom: 0px;
  }

  .intro_half a {
    padding: 10px 50px;
    color: #fff;
    font-size: 18px;
  }

  .intro_bot_main {
    margin-top: 20px;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }

  .indexintro_box {
    border-radius: 30px;
    padding: 20px 20px 20px;
  }

  .indexintro_content h3 {
    padding: 15px 20px;
  }

  .indexintro_content .indexintro_h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .indexintro_content p {
    font-size: 16px;
    padding: 0px;
    margin: 0px 0 25px;
  }

  .introSwiper .swiper-pagination-bullet {
    background-color: #eee;
  }

  .introSwiper .swiper-pagination-bullet-active {
    background: #eda22d;
  }

  .index_contact {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .index_contact_bot {
    padding: 0 5%;
  }

  .index_contact_bot .index_contact_info {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .index_contact_ways {
    margin-bottom: 10px;
  }

  .contact_ways_icon {
    height: 45px;
    width: 45px;
    margin-right: 15px;
  }

  .index_contact_ways a,
  .index_contact_ways p {
    font-size: 17px;
    color: #111;
    font-weight: 500;
  }

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

  .index_comments_title h2 {
    line-height: 45px;
    font-weight: 700;
    padding: 20px 4% 0;
  }

  .index_comments_title h2 span {
    margin-left: 5px;
  }

  .index_comments {
    padding: 20px 0 20px;
  }

  .indexproducts_main {
    padding-left: 4%;
    padding-right: 4%;
  }

  .index_aboutus_right .aboutus_right1 {
    padding: 15px 0px 0 0;
  }

  .index_aboutus_right .aboutus_right1 {
    height: auto;
  }

  .aboutus_rightFixed {
    padding-top: 109%;
  }

  .aboutus_rightImg {
    padding-top: 48%;
  }

  .aboutus_right2 {
    padding: 15px 0px 0 5px;
  }

  .aboutus_rightInfo_top h3,
  .aboutus_rightInfo_top h6 {
    font-size: 30px;
    line-height: 50px;
  }

  .aboutus_rightInfo_top {
    margin-bottom: 10px;
  }

  .aboutus_rightInfo p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
  }

  .aboutusBox {
    height: auto;
  }

  .brandSwiper .swiper-slide {
    border-radius: 10px;
    padding: 10px;
  }

  .index_contact_bg {
    display: none;
  }

  .index_comments_bg {
    display: none;
  }

  .index_comments_bot {
    flex-direction: column;
  }

  .comments_bot_info h5 {
    text-align: center;
  }

  .comments_bot_info p {
    margin-top: 0;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #D2D2D5;
  }

  .index_comments_fixed {
    position: absolute;
    right: 20px;
  }

  .index_comments_fixed i {
    font-size: 35px;
  }

  .index_comments .commentsSwiper {
    padding-bottom: 90px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .index_comments .swiper-button-next {
    left: 80px;
  }

  .index_comments .swiper-horizontal>.swiper-pagination-bullets,
  .index_comments .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 50%;
    text-align: right;
    padding-right: 15px;
  }

  .index_comments .swiper-pagination-bullet-active {
    background: #eda22d;
    opacity: 1;
    width: 20px;
    border-radius: 10px;
    transition: all ease .3s;
  }

  /* .index_comments_content {
    padding-left: 15px;
    padding-right: 15px;
  } */

  .index_comments .indexproducts_main {
    padding-left: 0%;
    padding-right: 0%;
  }

  .indexnews_title {
    flex-direction: column;
  }

  .indexnews_title_left {
    margin-bottom: 15px;
  }

  .indexnews_title_left h2 {
    font-size: 40px;
    line-height: 60px;
    text-align: center;
  }

  .indexnews_title_more {
    padding: 10px 40px;
    font-size: 18px;
  }

  .indexnews .blog_txt {
    padding: 10px 10px 18px;
  }

  .indexnews .blog_txt h3 {
    margin-bottom: 10px;
  }

  .indexnews .blogmore {
    border-radius: 15px;
    padding: 10px 0px;
    font-size: 18px;
  }

  .indexnews {
    padding: 5px 0 0px 0;
  }

  #indexmap {
    margin-top: 20px;
    height: 300px;
  }

  .index_footer {
    margin-top: 0px;
    border-radius: 0px;
    padding: 50px 0 100px;
  }

  .fot_nav ul li {
    opacity: 1;
  }

  .fot_nav ul li a {
    color: #111;
  }

  .fot_nav h4 {
    margin-right: 20px;
  }

  .footer_social_media {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 10px;
  }

  .footer_con {
    margin-top: 15px;
  }

  .footer_con p,
  .footer_con a {
    color: #111;
  }

  .footer_bottom_left h4 {
    text-align: center;
    color: #111;
    font-weight: normal;
  }

  .footer_bottom_right {
    text-align: center;
    margin-top: 5px;
    font-weight: normal;
    color: #111;
  }

  .footer_bottom_right a {
    color: #111;
    font-weight: normal;
  }
}

@media (min-width:993px) and (max-width:1200px) {

  .navbar-toggler {
    background-color: #fff;
  }

  .bg-dark {
    background-color: #2490c3 !important;
    padding: 0 0 !important
  }

  .text-bg-dark {
    color: #fff !important;
    background-color: #2490c3 !important;
  }

  .dropdown-menu-dark {
    --bs-dropdown-bg: #2490c3;
    border: none;
  }

  .dropdown-divider {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }

  .btn-success {
    background-color: #2490c3;
    border: 1px solid #fff;
  }


  .banner {
    padding-bottom: 0px;
    padding-right: 0px;
  }

  .bannerSwiper {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border: none;
  }

  .index_products {
    padding: 20px 0 30px;
  }

  .index_products_top {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .index_products_top h4,
  .index_aboutus_left h1,
  .index_intro_top_one span,
  .index_contact_main h2,
  .index_comments_title h2 {
    font-size: 45px;
  }

  .index_products_top a {
    padding: 13px 60px;
  }

  .indexproduct_box {
    border-radius: 15px;
    padding: 10px 15px 15px;
  }

  .indexproduct_content h3 {
    padding: 10px 10px 5px;
  }

  .indexproduct_content .indexproduct_h3 {
    font-size: 24px;
    line-height: 38px;
  }

  .indexproduct_content p {
    font-size: 16px;
    padding: 0px 10px;
    margin-bottom: 15px;
  }

  .indexproduct_more {
    padding: 13px 60px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 8px;
  }

  .productSwiper {
    padding-bottom: 80px;
  }

  .productSwiper .swiper-button-next {
    left: 80px;
  }

  .index_aboutus_left .aboutus_left_content {
    margin: 0 0 20px;
    opacity: 0.7;
    font-size: 16px;
    color: #111;
    line-height: 30px;
    -webkit-line-clamp: 3;
  }

  .aboutus_leftItem {
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }

  .aboutus_leftItem i {
    font-size: 42px;
    line-height: 80px;
  }

  .index_aboutus_leftDiv h4 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0px;
  }

  .index_aboutus_leftDiv p {
    font-size: 14px;
    line-height: 25px;
  }

  .index_aboutus_more {
    padding: 17px 60px;
    margin-top: 0;
  }

  .aboutus_rightImg0 {
    height: 50%;
  }

  .index_aboutus {
    padding: 60px 0 20px;
  }

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

  .aboutus_rightInfo_top h3,
  .aboutus_rightInfo_top h6 {
    font-size: 50px;
  }

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

  .brandSwiper .swiper-slide {
    border-radius: 10px;
    padding: 10px;
  }

  .index_intro {
    padding: 30px 0 10px;
  }

  .index_intro_top_img {
    padding: 40px 0;
  }

  .index_intro_top {
    padding: 0 12px;
  }

  .index_intro_top_one span {
    font-size: 36px;
    color: #fff;
  }

  .index_intro_top_one span:nth-child(2) {
    margin-left: 10px;
    margin-right: 5px;
    font-size: 50px;
  }

  .index_intro_top_one span:nth-child(3) {
    font-size: 28px;
  }

  .intro_half {
    width: 60%;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .index_intro_top_two {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 400;
  }

  .index_intro_top_three {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .intro_half a {
    padding: 10px 50px;
    color: #fff;
    font-size: 18px;
  }

  .intro_bot_main {
    margin-top: 20px;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }

  .indexintro_box {
    border-radius: 30px;
    padding: 20px 20px 20px;
  }

  .indexintro_content h3 {
    padding: 15px 20px;
  }

  .indexintro_content .indexintro_h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .indexintro_content p {
    font-size: 16px;
    padding: 0px;
    margin: 0px 0 25px;
  }

  .introSwiper .swiper-pagination-bullet {
    background-color: #eee;
  }

  .introSwiper .swiper-pagination-bullet-active {
    background: #eda22d;
  }

  .index_contact {
    padding: 20px 0;
  }

  .index_contact_bot {
    padding: 10px 0 30px 20px;
  }

  .index_contact_bg {
    display: none;
  }

  .index_comments_bg {
    display: none;
  }

  .index_comments_bot {
    flex-direction: column;
  }

  .index_comments_title h2 {
    padding: 0;
  }

  .comments_bot_info h5 {
    text-align: center;
  }

  .comments_bot_info p {
    margin-top: 0;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #D2D2D5;
  }

  .index_comments_fixed {
    position: absolute;
    right: 20px;
  }

  .index_comments_fixed i {
    font-size: 35px;
  }

  .index_comments .commentsSwiper {
    padding-bottom: 90px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .index_comments .swiper-button-next {
    left: 80px;
  }

  .index_comments .swiper-horizontal>.swiper-pagination-bullets,
  .index_comments .swiper-pagination-bullets.swiper-pagination-horizontal {
    width: 50%;
    text-align: right;
    padding-right: 15px;
  }

  .index_comments .swiper-pagination-bullet-active {
    background: #eda22d;
    opacity: 1;
    width: 20px;
    border-radius: 10px;
    transition: all ease .3s;
  }

  .index_comments .indexproducts_main {
    padding-left: 0%;
    padding-right: 0%;
  }

  .indexnews .blog_txt {
    padding: 30px 25px 35px;
  }

  .indexnews_title_left h2 {
    font-size: 50px;
  }

  #indexmap {
    margin-top: 0px;
    height: 300px;
  }

  .index_footer {
    margin-top: 0px;
    border-radius: 0px;
    padding-top: 50px;
    padding-bottom: 110px;
  }
}

@media (min-width:1200px) and (max-width:1400px) {
  .fixed-nav .nav_wrap .head_nav>li {
    margin-right: 12px;
    margin-left: 13px;
  }

  .head_layer {
    padding-top: 40px;
  }

  .logo-fixed {
    margin-right: 20px;
  }

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

  .nav_wrap .head_nav {
    padding: 12px 0;
  }

  .nav_wrap .head_nav>li {
    margin-left: 10px;
    margin-right: 10px;
  }

  .public_ad_header_con {
    padding-left: 0px;
    padding-right: 0px;
  }

  .public_ad_header {
    padding-bottom: 40px;
  }

  .public_header_ways ul {
    padding: 24px 0;
  }

  .public_ad_header_social_media a {
    width: 55px;
    height: 55px;
    margin-left: 20px;
  }

  .banner {
    padding-bottom: 20px;
  }

  .bannerSwiper .swiper-button-prev {
    left: 80px;
    bottom: 60px;
  }

  .bannerSwiper .swiper-button-next {
    left: 150px;
    bottom: 60px;
  }

  .index_products {
    padding: 20px 0 0px;
  }

  .index_products_top {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .index_products_top h4,
  .index_aboutus_left h1,
  .index_intro_top_one span,
  .index_contact_main h2,
  .index_comments_title h2 {
    font-size: 60px;
  }

  .index_products_top a {
    padding: 15px 60px;
    font-size: 22px;
  }

  .indexproduct_box {
    border-radius: 15px;
    padding: 10px 15px 15px;
  }

  .indexproduct_content h3 {
    padding: 10px 10px 5px;
  }

  .indexproduct_content .indexproduct_h3 {
    font-size: 24px;
    line-height: 38px;
  }

  .indexproduct_content p {
    font-size: 16px;
    padding: 0px 10px;
    margin-bottom: 15px;
  }

  .indexproduct_more {
    padding: 13px 60px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 8px;
  }

  .productSwiper {
    padding-bottom: 80px;
  }

  .productSwiper .swiper-button-next {
    left: 80px;
  }

  .index_aboutus {
    padding: 60px 0 30px;
  }

  .index_aboutus_more {
    padding: 20px 60px;
    margin-top: 0px;
  }

  .aboutus_rightImg0 {
    height: 50%;
  }

  .index_aboutus_left .aboutus_left_content {
    -webkit-line-clamp: 3;
    margin: 20px 0 31px;
  }

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

  .index_intro {
    padding: 30px 0 10px;
  }

  .index_intro_top_img {
    padding: 40px 0;
  }

  .index_intro_top {
    padding: 0 12px;
  }

  .index_intro_top_one span {
    font-size: 36px;
    color: #fff;
  }

  .index_intro_top_one span:nth-child(2) {
    margin-left: 10px;
    margin-right: 5px;
    font-size: 50px;
  }

  .index_intro_top_one span:nth-child(3) {
    font-size: 28px;
  }

  .intro_half {
    width: 50%;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .index_intro_top_two {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 400;
  }

  .index_intro_top_three {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 600;
  }

  .intro_half a {
    padding: 10px 50px;
    color: #fff;
    font-size: 18px;
  }

  .intro_bot_main {
    margin-top: 20px;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
  }

  .indexintro_box {
    border-radius: 30px;
    padding: 20px 20px 20px;
  }

  .indexintro_content h3 {
    padding: 15px 20px;
  }

  .indexintro_content .indexintro_h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .indexintro_content p {
    font-size: 16px;
    padding: 0px;
    margin: 0px 0 25px;
  }

  .introSwiper .swiper-pagination-bullet {
    background-color: #eee;
  }

  .introSwiper .swiper-pagination-bullet-active {
    background: #eda22d;
  }

  .index_contact {
    padding: 20px 0;
  }

  .index_contact_bot {
    padding: 10px 0 30px 20px;
  }

  .index_contact_bg {
    display: none;
  }

  .index_comments_title h2 {
    font-size: 60px;
    padding-bottom: 15px;
  }

  .indexnews_title_more {
    padding: 15px 55px;
    font-size: 20px;
  }

  #indexmap {
    margin-top: 20px;
  }

  .index_footer {
    margin-top: 0px;
    padding: 60px 20px;
  }
}

@media (min-width:1400px) and (max-width:1680px) {
  .head_layer {
    padding-top: 40px;
  }

  .public_ad_header_con {
    padding-left: 0px;
    padding-right: 0px;
  }

  .public_ad_header {
    padding-bottom: 40px;
  }

  .banner {
    padding-bottom: 20px;
  }

  .bannerSwiper .swiper-button-prev {
    left: 80px;
    bottom: 60px;
  }

  .bannerSwiper .swiper-button-next {
    left: 150px;
    bottom: 60px;
  }

  .index_products {
    padding: 20px 0 0px;
  }

  .index_products_top {
    margin-top: 15px;
    margin-bottom: 30px;
  }

  .index_products_top h4,
  .index_aboutus_left h1,
  .index_intro_top_one span,
  .index_contact_main h2,
  .index_comments_title h2 {
    font-size: 60px;
  }

  .indexnews_title_more {
    padding: 15px 55px;
    font-size: 20px;
  }

  .index_products_top a {
    padding: 22px 60px;
    font-size: 22px;
  }

  .index_aboutus {
    padding: 60px 0 30px;
  }

  .index_aboutus_more {
    padding: 20px 60px;
    margin-top: 0px;
  }

  .aboutus_rightImg0 {
    height: 50%;
  }

  .index_aboutus_left .aboutus_left_content {
    margin: 20px 0 57px;
  }

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

  .index_intro {
    padding: 30px 0 10px;
  }

  .index_intro_top_img {
    padding: 40px 0;
  }

  .index_intro_top {
    padding: 0 12px;
  }

  .intro_half {
    width: 50%;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .indexintro_box {
    border-radius: 30px;
    padding: 20px 20px 20px;
  }

  .indexintro_content h3 {
    padding: 15px 20px;
  }

  .indexintro_content .indexintro_h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .indexintro_content p {
    font-size: 16px;
    padding: 0px;
    margin: 0px 0 25px;
  }

  .introSwiper .swiper-pagination-bullet {
    background-color: #eee;
  }

  .introSwiper .swiper-pagination-bullet-active {
    background: #eda22d;
  }

  .intro_bot_main {
    margin-top: 40px;
  }

  .index_comments_title h2 {
    padding-bottom: 20px;
  }

  .index_contact {
    padding: 20px 0;
  }

  .index_contact_bot {
    padding: 10px 0 30px 20px;
  }

  .index_contact_bg {
    display: none;
  }

  .indexnews {
    padding: 40px 0 20px 0;
  }

  #indexmap {
    margin-top: 20px;
  }

  .index_footer {
    padding: 60px 20px;
  }
}

@media (min-width:1680px) {

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

  .index_aboutus_more {
    padding: 25px 60px;
    margin-top: 0px;
  }

  .aboutus_rightImg0 {
    height: 50%;
  }
}