.container {
  max-width: 1700px !important;
}

header{
  background-color: #42b4ff;

}
header .topbar {
  background-color: #42b4ff;
}

.header_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px #ddd solid;
  padding-bottom: 10px;
}

header .logo img{
  max-height: 100px;
}

header .top-left {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

header .single-top {
  display: inline-block;
  margin-left: 50px;
  display: flex;
}

header .single-top i {
  color: #fff;
  margin-right: 20px;
  font-size: 24px;
}
header .single-tel span{
  font-size:16px;
  color: #fff;
}

header .single-top h3 {
  font-size: 24px;
  padding-bottom: 3px;
  color:#fff;
  font-family: Impact;
}
header .single-top h3 a{
  color:#fff
}

header .single-top a:hover {
  color: #333;
}
header .single-top .top_tel{
  border: 1px #fff solid;
  padding: 15px 30px;
  margin-left: 50px;
  transition: all ease 0.3s;
  color: #000;
  cursor: pointer;
}
header .single-top .top_tel:hover{
  background-color: #fff;
  transition: all ease 0.3s;
  color:#fff
}
header .container{
  position: relative;
}
.headernav_box{
  display: flex;
  justify-content:flex-end;
  align-items: center;
}
.header{
  position: relative;
  z-index: 999;
  width: 100%;
}
header .public_ad_header_social_media a i{
  font-size:20px
}

/* banner */
.banner{
  background-color: #42b4ff;

}
/* indexcate */
.indexcate {
  padding: 90px 0 0 0;
  background-color: #000;
}

.indexcate .swiper-slide {
  height: auto;
  padding-bottom: 80px;
}

.indexcate_box {
  padding: 30px;
  height: auto;
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
}

.indexcate_box img {
  width: 90px;
  height: 90px;
  display: block;
  vertical-align: middle;
  margin-left: 15px;
}

.indexcate_title {
  font-size: 24px;
  font-family: "impact";
  color: #fff;
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 1;*/
  /*-webkit-box-orient: vertical;*/
  /*overflow: hidden;*/
}

.indexcate_box h3 {
  margin: 30px 0 15px 15px;
  font-size: 24px;
  font-family: "impact";
  color: #fff;
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  /*display: -webkit-box;*/
  /*-webkit-line-clamp: 1;*/
  /*-webkit-box-orient: vertical;*/
  /*overflow: hidden;*/
}

.indexcate_box li a {
  display: block;
  padding: 15px;
}

.indexcate_box li p {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  word-break: break-all;
  word-wrap: break-word;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.indexcate_box li:hover a {
  background-color: rgba(255, 255, 255, 0.2);
}

.indexcate_box li:hover p {
  border-bottom: 2px solid #42b4ff;
}

.indexcate .container {
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
}

.indexcate .swiper-pagination-bullet {
  opacity: 1 !important;
  width: 15px;
  height: 15px;
  border: 2px solid #acacac;
  background: transparent;
  background-color: #acacac;
  border-radius: 0;
}

.indexcate .swiper-horizontal>.swiper-pagination-bullets,
.indexcate .swiper-pagination-bullets.swiper-pagination-horizontal,
.indexcate .swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
  background-color: #efefef;
  width: 9%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 10px;
}

.indexcate .swiper-pagination-bullet-active {
  opacity: 1 !important;
  border: 2px solid #42b4ff;
  background-color: #42b4ff;
}

/* indexabout */
.indexabout {}

.indexabout_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.indexabout_left,
.indexabout_right {
  margin: 0 !important;
  padding: 0 !important;
}

.indexabout_img {
  padding: 100px 100px 80px 100px;
  height: 100%;
  background-color: #f2faff;
  border-right: 1px solid #e5e5e5;
}

.indexabout_img img {
  width: 100%;
  vertical-align: middle;
}

.indexabout_main {
  padding: 100px 100px 80px 100px;
  height: 100%;
}

.indexabout_title h2 {
  font-size: 70px;
  font-family: "impact";
  color: #000;
  margin-bottom: 20px;
  word-break: break-all;
  word-wrap: break-word;
}

.indexabout_main p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  word-break: break-all;
  word-wrap: break-word;
}

.indexabout_brand {
  margin: 40px 0;
  padding: 25px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.indexabout_icon {
  width: 150px;
  height: 150px;
  line-height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  background-color: #ff5043;
}

.indexabout_icon img {
  width: 90px;
  height: 90px;
  display: block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.indexabout_txt {
  flex: 1;
  margin-left: 30px;
}

.indexabout_txt h4 {
  font-size: 24px;
  color: #000;
  font-family: "impact";
  letter-spacing: 1px;
  margin-bottom: 10px;
  word-break: break-all;
  word-wrap: break-word;
}

.indexabout_txt p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  word-break: break-all;
  word-wrap: break-word;
}

.indexabout_more a {
  position: relative;
  padding: 15px 60px;
  background-color: #42b4ff;
  font-size: 20px;
  text-transform: none;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  margin-top: 40px;
  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;
}

.indexabout_more span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
  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;
}

.indexabout_more a:hover span {
  width: 100%;
}

.indexabout_more p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-transform: none;
  z-index: 999;
  position: relative;
}

/* indexproduct */
.indexproduct {
  padding: 90px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.indexproduct_title h2 {
  font-size: 75px;
  letter-spacing: 1px;
  font-family: "impact";
  color: #000;
}

/* .indexproduct_title {margin-bottom: 40px;} */
.indexproduct_mian {
  margin-top: -60px;
}

.indexproduct_mian .swiper-wrapper {
  padding: 100px 0 0 0;
}

.indexproduct_mian .swiper-slide {
  height: auto;
}

.indexproduct_box {
  height: 100%;
  background-color: #f2faff;
}

.indexproduct .swiper-button-next,
.indexproduct .swiper-button-prev {
  bottom: 0;
  top: auto;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #42b4ff;
  z-index: 9999;
}

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

.indexproduct .swiper-button-next:hover,
.indexproduct .swiper-button-prev:hover {
  background-color: #ff5043;
}

.arrow_product {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 60px;
  right: 70px;
}

.arrow_product .swiper-button-prev,
.arrow_product .swiper-rtl .swiper-button-next {
  left: auto;
  right: 5px;
}

.arrow_product .swiper-button-next,
.arrow_product .swiper-rtl .swiper-button-prev {
  right: auto;
  left: 15px;
}

.indexproduct_content {
  padding: 30px;
}

.indexproduct_content h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-family: "impact";
  color: #000;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.indexproduct_content a {
  font-size: 22px;
  font-family: "impact";
  color: #000;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.indexproduct_content p {
  font-size: 16px;
  color: #666;
  line-height: 28px;
  word-break: break-all;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.indexproduct_img {
  background-color: #f2faff;
  position: relative;
  overflow: hidden;
}

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

.indexproductimg img {
  width: 100%;
  height: auto;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}

.indexproduct_mask {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  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_box .indexabout_more {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  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_box .indexabout_more a {
  background-color: #ff5043;
  padding: 20px 60px;
}

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

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

/* teamscroll */
.teamscroll {
  padding: 60px 100px;
  overflow: hidden;
  display: none;
}

.teamscroll .swiper {
  width: 100%;
  height: 100%;
}

.teamscroll_img {
  margin: 0 auto;
  padding: 40px 10px;
  text-align: center;
  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;
}

.teamscroll_img img {
  max-width: 100%;
  width: 120px;
  height: 120px;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
  text-align: center;
}

.teamscroll_img:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* comment */
.index_comments {
  padding: 50px 0;
}

.index_comments h3 {
  font-size: 60px;
  line-height: 90px;
  text-transform: none;
  margin-bottom: 30px;
  font-weight: bold;
  font-family: Open Sans, sans-serif;
}

.indexproducts_main {
  position: relative;
}

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

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

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

.index_comments_top {
  padding: 45px 40px 30px;
  border-radius: 30px;
  background-color: #f5f4f8;
  z-index: 10;
  position: relative;
  /* overflow: hidden; */
  height: 100%;
}

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

.index_comments_fixed1 {
  position: absolute;
  top: -30px;
  right: 60px;
  width: 60px;
  height: 60px;
  background-color: #ff342e;
  border-radius: 15px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_comments_fixed1 i {
  font-size: 24px;
  color: #fff;
}

.index_comments_fixed2 {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -12px;
  left: 40px;
  background-color: #f5f4f8;
  transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg);
  z-index: 30;
}

.index_comments_bot {
  width: 100%;
  position: absolute;
  bottom: 20px;
  margin-top: 15px;
  padding-left: 12px;
  display: flex;
}

.index_comments_bot .row {
  align-items: center;
  width: 100%;
}

.comments_bot_img {
  padding: 5px;
  width: 80px;
  height: 80px;
  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: #42b4ff;
  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: #42b4ff;
  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: #42b4ff;
}

.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: 70px 0 70px 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: #000;
  letter-spacing: 1px;
  /* font-weight: bold; */
  font-family: "impact";
}

.indexnews_title_more {
  padding: 15px 30px;
  /* border-radius: 5px; */
  border: 1px solid #42b4ff;
  display: inline-block;
  background-color: #42b4ff;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  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;
}

.indexnews_title_more:hover {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
}

.indexnews .blog_txt {
  padding: 20px;
}

.indexnews .blogbox {
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  box-shadow: none;
}

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

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

.indexnews .blogmore {
  background-color: #fff;
  text-transform: none;
  color: #42b4ff;
  border: 1px solid #42b4ff;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: bold;
}

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

/* .indexnews .blogli:hover .blogmore{background-color: #000;color: #fff;border: 1px solid #000;} */
/* indexmap */
#indexmap {
  width: 100%;
  height: 500px;
}

/* indexintro */
.indexintro {
  background: url(../images/indexbackjpg.jpg)no-repeat 50% 50% fixed;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.indexintro_mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.75);
}

.indexintro .container {
  position: relative;
  z-index: 999;
}

.indexadvantage_flex {
  display: flex;
  flex-wrap: wrap;
}

.indexadvantage_li {
  margin-bottom: 30px;
}

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

.indexadvantage_box img {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.indexadvantage_box h3 {
  font-size: 24px;
  color: #fff;
  font-family: "impact";
  text-align: center;
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  margin: 30px auto 20px auto;
}

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

.indextable_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.indextable_content h2 {
  font-size: 75px;
  font-family: "impact";
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.indextable_content h3 {
  font-size: 26px;
  color: #fff;
  font-family: "impact";
  margin-bottom: 30px;
  line-height: 35px;
}

.indextable_content p {
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

.indextable_form {
  padding: 80px 60px;
  background-color: #f2faff;
}

.indextable_form .yandex-form #form #submit {
  background-color: #ff5043;
  width: 50%;
}

/* footer */
.index_footer {
  padding: 80px 0;
}

.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;
  color: #42b4ff;
}

.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;
  color: #42b4ff;
}

.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: #42b4ff;
  transition: all 0.35s ease;
  line-height: 50px;
}

.footer_social_media a:hover {
  background-color: #42b4ff;
  color: #42b4ff;
}

.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_copyrights {
  padding: 30px 0 0px 0;
  width: 100%;
  font-size: 18px;
  color: #fff;
  border-top: 1px #ddd solid;
  margin-top: 50px;
}
.footer_copyrights_name {
  font-size: 18px;
  color: #fff;
}
.footer_copyrights_p{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  color: #999;
}
.footer_Powered{display: flex;justify-content: flex-end;align-items: center;}
.footer_copyrights_p p {
  font-size: 16px;
  color: #999;
  display: inline;
}
.footer_copyrights_p a {
  font-size: 16px;
  color: #999;
  display: inline;
  text-transform: none;
}


/* shi pei */
@media (max-width:576px) {
    .indextable_content h2{
        font-size: 35px;
    }
  .navbar-toggler {
    background-color: #42b4ff;
  }
  .bg-dark {
    background-color: #42b4ff !important;
    padding:0 0 !important
  }
  header{
    display: none;
  }
  .indexabout_title h2{
    font-size:48px
  }
  .indexcate_box{
    border-left: 0;
  }
  .indexcate .swiper-horizontal > .swiper-pagination-bullets, .indexcate .swiper-pagination-bullets.swiper-pagination-horizontal, .indexcate .swiper-pagination-custom, .swiper-pagination-fraction{
    width: 100%;
  }
  .indexabout_img{
    padding: 0 0px;
  }
  .indexabout_main{
    padding: 20px 15px;
  }
  
  .indexproductSwiper {
   padding-bottom: 80px;
  }
  .arrow_product{
    bottom: 0;
    top:auto
  }
  .indexproduct_title h2{
    font-size:48px
  }
  .teamscroll{
    padding: 0 0;
  }
  .indextable_form{
    padding: 30px 20px;
  }
  .index_comments h3{
    font-size:48px;
    line-height: 48px;
  }
  .index_comments .swiper-horizontal > .swiper-pagination-bullets, .index_comments .swiper-pagination-bullets.swiper-pagination-horizontal{
    width: 50%;
  }
  .indexnews_title_left h2{
    font-size:48px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .indexnews{
    padding: 0 0;
  }
  .indexnews .blogmore{
    font-size:14px
  }
  .indexnews .blogmore{
    padding: 5px  10px;
  }
  .fot_nav{
    display: block;
  }
  .fot_nav ul {
    width: 100%;
    /* align-items: center; */
    flex-direction: column;
    margin-top: 20px;
  }

  .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_social_media{
    justify-content: flex-start;
  }
  #indexmap{
    height: 350px;
  }

}

@media (min-width:577px) and (max-width:768px) {
        .indextable_content h2{
        font-size: 35px;
    }
  .navbar-toggler {
    background-color: #42b4ff;
  }
  .bg-dark {
    background-color: #42b4ff !important;
    padding:0 0 !important
  }
  header{
    display: none;
  }
  .indexabout_title h2{
    font-size:48px
  }
  .indexcate_box{
    border-left: 0;
  }
  .indexcate .swiper-horizontal > .swiper-pagination-bullets, .indexcate .swiper-pagination-bullets.swiper-pagination-horizontal, .indexcate .swiper-pagination-custom, .swiper-pagination-fraction{
    width: 100%;
  }
  .indexabout_img{
    padding: 0 0px;
  }
  .indexabout_main{
    padding: 20px 15px;
  }
  
  .indexproductSwiper {
   padding-bottom: 80px;
  }
  .arrow_product{
    bottom: 0;
    top:auto
  }
  .indexproduct_title h2{
    font-size:48px
  }
  .teamscroll{
    padding: 0 0;
  }
  .indextable_form{
    padding: 30px 20px;
  }
  .index_comments h3{
    font-size:48px;
    line-height: 48px;
  }
  .index_comments .swiper-horizontal > .swiper-pagination-bullets, .index_comments .swiper-pagination-bullets.swiper-pagination-horizontal{
    width: 50%;
  }
  .indexnews_title_left h2{
    font-size:48px;
    line-height: 48px;
    margin-bottom: 20px;
  }
  .indexnews{
    padding: 0 0;
  }
  .indexnews .blogmore{
    font-size:14px
  }
  .indexnews .blogmore{
    padding: 10px 0;
  }
  .fot_nav{
    display: block;
  }
  .fot_nav ul {
    width: 100%;
    /* align-items: center; */
    flex-direction: column;
    margin-top: 20px;
  }

  .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_social_media{
    justify-content: flex-start;
  }
  #indexmap{
    height: 400px;
  }

}

@media (min-width:769px) and (max-width:992px) {
        .indextable_content h2{
        font-size: 35px;
    }
  .navbar-toggler {
    background-color: #42b4ff;
  }
  .bg-dark {
    background-color: #42b4ff !important;
    padding:0 0 !important
  }
  header{
    display: none;
  }
  .indexcate .swiper-horizontal > .swiper-pagination-bullets, .indexcate .swiper-pagination-bullets.swiper-pagination-horizontal, .indexcate .swiper-pagination-custom, .swiper-pagination-fraction{
    width: 50%;
  }   
  .indexabout_main{
    padding: 50px 30px;
  }
  .teamscroll{
    padding: 30px 20px;
  }
 }


@media (min-width:993px) and (max-width:1200px) {
        .indextable_content h2{
        font-size: 55px;
    }
  .navbar-toggler {
    background-color: #42b4ff;
  }
  .bg-dark {
    background-color: #42b4ff !important;
    padding:0 0 !important
  }
  header{
    display: none;
  }
  .indexcate .swiper-horizontal > .swiper-pagination-bullets, .indexcate .swiper-pagination-bullets.swiper-pagination-horizontal, .indexcate .swiper-pagination-custom, .swiper-pagination-fraction{
    width: 50%;
  } 
}

@media (min-width:1201px) and (max-width:1440px) {
  .scrollsidebar{
    top:450px
  }
  .indexabout_main{
    padding: 30px 30px;
  }
}

@media (min-width:1401px) and (max-width:1680px) {
  .scrollsidebar{
    top:550px
  }
  .indexabout_main{
    padding: 30px 30px;
  }
}