.nav_wrap .head_nav>li>a {
  color: #000;
  padding: 10px 5px !important;
  line-height: 24px;
  border-bottom: 1px solid transparent;
}

.search i {
  font-size: 30px;
  color: #000 !important;
}

.fixed-nav .head_layer {
  background-color: #fff !important;
  align-items: center;
  padding: 0 2%;
}

.fixed-nav .nav_wrap {
  background-color: #fff !important;
}

.head_layer {
  background-color: #fff;
  display: flex;
  padding: 0 2%;
}

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

.web_head {
  padding: 15px 0;
  background-color: #fff;
}

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

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

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

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

.headnav_contact {
  display: flex;
  margin-right: 120px;
  align-items: center;
}

.headernav_box .headcon_btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  background-color: #ff0226;
  color: #fff;
  margin-right: 25px;
}

.headcon_btn span i {
  font-size: 28px;
}

.headcon_des {
  padding-left: 25px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

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

.public_ad_header_social_media a {
  display: block;
  text-align: center;
  transition: all 0.35s ease
}

.public_ad_header_social_media a i {
  font-size: 16px;
  text-align: center;
  color: #ff0226;
  transition: all 0.35s ease
}

.public_ad_header_social_media a:hover i {
  color: #ff0226;
}

.headcon_des p {
  font-size: 24px;
  color: #515151;
  font-weight: 400;
  font-family: Impact, Charcoal, sans-serif;
}

.search {
  padding-right: 10px;
}

.banner {
  padding: 0 2%;
  background-color: #fff;
}

/* advantages */
.index_advantages {
  background-color: #fff;
}

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

.advantages_item {
  display: flex;
  align-items: flex-start;
}

.advantages_left {
  width: 80px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.advantages_left i {
  font-size: 75px;
  color: #ff0226;
}

.advantages_right h4 {
  font-size: 23px;
  color: #2b2625;
  margin-bottom: 15px;
  font-family: Impact, Charcoal, sans-serif;
}

.advantages_right p {
  line-height: 30px;
  font-family: Open Sans, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}

.advantages_flex {
  background-color: #fff;
  padding: 15px;
  margin-top: -70px;
  z-index: 99;
}

.adFlex_box {
  background-color: #201c1a;
  padding: 40px;
}

.adFlex_box_title {
  font-size: 70px;
  font-family: Impact, Charcoal, sans-serif;
  color: #fff;
  display: flex;
  margin-bottom: 20px;
}

.adFlex_box_title h3,
.adFlex_box_title h6 {
  font-family: Impact, Charcoal, sans-serif;
}

.adFlex_box_title h6 {
  margin-left: 10px;
}

.adFlex_box p {
  line-height: 35px;
  font-family: Open Sans, sans-serif;
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
}

/* aboutus */
.index_aboutus {
  padding: 80px 0;
  background-color: #fff;
}

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

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

.aboutus_right {
  padding-left: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.aboutus_right h1 {
  font-size: 80px;
  font-family: Impact, Charcoal, sans-serif;
  color: #000;
  font-weight: 400;
}

.aboutus_right h6 {
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.aboutus_right .aboutus_text {
  line-height: 30px;
  color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

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

.aboutus_bot .aboutus_bot_btn a {
  padding: 25px 50px;
  background-color: #201c1a;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin-right: 30px;
  transition: all ease 0.3s;
}

.aboutus_bot .aboutus_bot_btn a:hover {
  background-color: #ff0226;
}

.aboutus_bot_item {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.aboutus_bot_left {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-right: 15px;
  width: 115px;
}

.aboutus_bot_left span {
  font-size: 65px;
  color: #ff0226;
  font-family: Impact, Charcoal, sans-serif;
}

.aboutus_bot_right h4 {
  font-size: 20px;
  color: #2b2625;
  margin-bottom: 15px;
  font-family: Impact, Charcoal, sans-serif;
}

.aboutus_bot_right span {
  line-height: 30px;
  font-family: Open Sans, sans-serif;
  color: rgba(0, 0, 0, 0.6);
}

.aboutus_bot_des {
  justify-content: space-between;
  display: flex;
}

/* products */
.index_products {
  padding: 80px 0 90px;
  background-color: #efefef;
}


.products_title h3 {
  font-size: 80px;
  font-family: Impact, Charcoal, sans-serif;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}

.products_title p {
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.products_main {
  margin-top: -100px;
}

.products_main .productSwiper {
  padding-top: 110px;
}

.indexproduct_box {
  height: 100%;
  border-radius: 30px;
  padding: 20px 20px 30px;
  /* 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: 15px 20px;
}

.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: uppercase;
  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 10px;
  margin: 0px 0 20px;
}

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

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

.indexproduct_more:hover {
  background-color: #111;
}


.products_main .swiper-pagination {
  display: none;
}

.products_main .swiper-button-prev {
  left: auto;
  right: 80px;
  top: 25px;
  width: 55px;
  height: 55px;
  background-color: #ff0226;
  color: #fff;
}

.products_main .swiper-button-next {
  left: auto;
  right: 0;
  top: 25px;
  width: 55px;
  height: 55px;
  background-color: #ff0226;
  color: #fff;
}

.products_main .swiper-button-next:after,
.products_main .swiper-button-prev:after {
  font-size: 26px;
  font-weight: bold;
}

.brandSwiper {
  margin-top: 70px;
}

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

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

/* contact */
.index_contact {
  padding: 0px 0 90px;
  position: relative;
  background-image: url(../images/indexbg.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed
}

.index_contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: linear-gradient(to bottom, #efefef 10%, rgba(0, 3, 12, 0.75) 0%);
}
/*.index_contact {*/
/*  padding: 0px 0 90px;*/
/*  background: linear-gradient(to bottom, #efefef 10%, rgba(0, 3, 12, 0.75) 0%);*/
/*  position: relative;*/
/*}*/

.indexContact_top {
  /* position: absolute; */
  /* top: -100px; */
  background-color: #fff;
  margin-bottom: 68px;
  z-index: 99;
  position: relative;
}

.indexContact_left {
  padding: 85px 90px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.indexContact_left_one span {
  font-size: 80px;
  font-family: Impact, Charcoal, sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 100px;
}

/* 
.indexContact_left_one span:nth-child(2) {
  padding-left: 10px;
  color: #ff0226;
} */

.indexContact_left_one p {
  font-size: 25px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 400;
}

.indexContact_left_two {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
}

.indexContact_left_btn {
  display: inline-block;
  padding: 22px 60px;
  margin-top: 20px;
  background-color: #ff0226;
  transition: all ease 0.3s;
  font-size: 18px;
  font-family: Impact, Charcoal, sans-serif;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.indexContact_left_btn:hover {
  background-color: #2b2625;
}

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

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

.indexContact_bot {
  /* padding-top: 500px; */
  z-index: 99;
  position: relative;
}

.indexContact_bot .advantages_left {
  width: 80px;
  margin-right: 25px;
}

.indexContact_bot .advantages_right h4 {
  color: #fff;
}

.indexContact_bot .advantages_right p {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}

/* how */
.index_how {
  padding: 80px 0;
  background-color: #f3f3f3;
}

.indexHow_left {
  padding-right: 35px;
}

.index_how .products_title {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.index_how .products_title h3 {
  margin-bottom: 10px;
}

.index_how .products_title p {
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 35px;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.indexHow_right {
  padding-left: 60px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

.index_how .advantages_item {
  display: flex;
  align-items: flex-start;
  padding: 20px 20px 20px 0;
}

.index_how .advantages_left span {
  font-size: 70px;
  line-height: 60px;
  color: #ff0226;
  font-family: Impact, Charcoal, sans-serif;
}

.index_how .advantages_right h4 {
  font-size: 20px;
}

.index_how .advantages_right p {
  font-size: 16px;
}

/* comments */
.index_comments {
  padding: 60px 0 50px;
  background-color: #efefef;
}

.indexComments_title h3 {
  font-size: 80px;
  font-family: Impact, Charcoal, sans-serif;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}

.indexComments_title p {
  margin-bottom: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: normal;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
}

.indexComments_main {
  margin-top: -100px;
}

.indexComments_main .commentsSwiper {
  padding-top: 110px;
}

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

.indexComments {
  position: relative;
}

.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;
  background-color: #fff;
  z-index: 10;
  position: relative;
  /* overflow: hidden; */
  height: 100%;
}

.index_comments_top .row {
  margin-top: -60px;
}

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

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

.index_comments_fixed i {
  display: block;
  font-size: 70px;
  color: #ff0226;
}

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

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

.comments_bot_img {
  padding: 5px;
  width: 110px;
  height: 110px;
  margin-right: 10px;
  background-color: #fff;
  padding: 10px;
}

.comments_bot_info {
  padding-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.comments_bot_info h5 {
  font-size: 22px;
  line-height: 34px;
  font-family: Impact, Charcoal, sans-serif;
  word-wrap: break-word;
  word-break: break-all;
}

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

.indexComments_main .swiper-button-prev {
  left: auto;
  right: 80px;
  top: 25px;
  width: 55px;
  height: 55px;
  background-color: #ff0226;
  color: #fff;
}

.indexComments_main .swiper-button-next {
  left: auto;
  right: 0;
  top: 25px;
  width: 55px;
  height: 55px;
  background-color: #ff0226;
  color: #fff;
}

.indexComments_main .swiper-button-next:after,
.indexComments_main .swiper-button-prev:after {
  font-size: 26px;
  font-weight: bold;
}

/* news */
.indexnews {
  padding: 50px 0 50px 0;
  background-color: #f3f3f3;
}

.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;
  margin-bottom: 10px;
  font-weight: bold;
}

.indexnews_title_left h2 {
  font-size: 80px;
  font-family: Impact, Charcoal, sans-serif;
  color: #000;
  font-weight: 400;
  margin-bottom: 20px;
}

.indexnews_title_more {
  padding: 20px 45px;
  border: 1px solid #ff0226;
  display: inline-block;
  background-color: #ff0226;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  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;
  border: 1px solid #000;
}

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

.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: #000;
  /* border-radius: 50px; */
  color: #fff;
  border: 1px solid #000;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: bold;
}

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

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

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

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

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

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


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

/* footer */
.index_footer {
  padding: 60px 0;
  background-color: #000;
}

.footer_tags {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  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: #fff;
  margin-right: 10px;
  font-weight: bold;
  margin-right: 20px;
}

.footer_tags a {
  font-size: 16px;
  opacity: 0.7;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  line-height: 28px;
  margin-right: 20px;
  transition: all ease 0.2s;
}

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

.footer_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 30px 0;
}

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

.footer_logo img {
  max-height: 100px;
  vertical-align: middle;
  max-width: initial;
  margin-bottom: 15px;
}

.footer_main h2 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

.index_footer .public_ad_header_social_media {
  justify-content: flex-start;
}

.index_footer .public_ad_header_social_media a {
  margin-right: 15px;
}

.index_footer .public_ad_header_social_media a i {
  font-size: 25px;
  transition: all ease 0.3s;
}

.index_footer .public_ad_header_social_media a:hover i {
  color: #fff;
}

.footer_page h3,
.footer_product h3,
.footer_nav h3 {
  font-size: 45px;
  color: #fff;
  font-family: Impact, Charcoal, sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  padding-top: 10px;
}

.footer_page a,
.footer_product a {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  word-wrap: break-word;
  word-break: break-all;
}

.footer_product a:hover {
  color: #ff0226;
}

.footer_page a:hover {
  color: #ff0226;
}

.footer_contact li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.footer_contact li i {
  font-size: 22px;
  color: #fff;
  margin-right: 15px;
  border: 1px solid #ff0226;
  background-color: #ff0226;
  padding: 5px 10px;
}

.footer_p p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.footer_p {
  margin-bottom: 24px;
}

.footer_contitle h5 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.footer_contact li p {
  font-size: 18px;
  color: #fff;
  flex: 1;
  margin-top: 5px;
}

.footer_contact li a {
  font-size: 18px;
  color: #fff;
  flex: 1;
}

.footer_copyrights {
  border-top: 1px solid #fff;
  padding: 30px 0 0px 0;
  width: 100%;
  font-size: 18px;
  color: #fff;
}

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

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

.footer_copyrights_p p {
  font-size: 16px;
  color: #ddd;
  display: inline;
}

.footer_copyrights_p a {
  font-size: 16px;
  color: #ddd;
  display: inline;
}


@media (max-width:576px) {
  .bg-dark {
    background-color: #fff !important;
    padding: 0 0 !important
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .text-bg-dark {
    color: #000 !important;
    background-color: #efefef !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
  }

  .nav-link {
    color: rgba(0, 0, 0, 0.8);
  }

  .dropdown-menu-dark {
    --bs-dropdown-color: #111;
    --bs-dropdown-bg: #efefef;
  }

  .dropdown-item {
    color: rgba(0, 0, 0, 0.8)
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #ff0226;
  }

  .dropdown-divider {
    border-top: 1px solid #ff0226;
  }

  .banner {
    padding: 0;
  }

  .index_advantages {
    padding-top: 20px;
  }

  .advantages_item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }

  .advantages_left {
    margin-right: 0px;
  }

  .advantages_left i {
    font-size: 50px;
  }

  .advantages_right h4 {
    text-align: center;
  }

  .advantages_right p {
    text-align: center;
  }

  .advantages_flex {
    display: none;
  }

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

  .aboutus_right h1 {
    font-size: 40px;
    margin-bottom: 5px;
  }

  .aboutus_right {
    padding-top: 20px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .aboutus_right .aboutus_text {
    line-height: 26px;
  }

  .aboutus_right h6 {
    margin-bottom: 15px;
  }

  .aboutus_bot {
    flex-direction: column;
    align-items: flex-start;
  }

  .aboutus_bot .aboutus_bot_btn a {
    display: inline-block;
    padding: 12px 30px;
    margin-top: 12px;
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .aboutus_bot_item {
    flex-direction: column;
    margin-right: 0;
  }

  .aboutus_bot_des {
    /* flex-direction: column; */
    width: 100%;
    justify-content: space-around;
  }

  .aboutus_bot_left {
    margin-right: 0px;
    width: auto;
  }

  .aboutus_bot_left span {
    font-size: 45px;
  }

  .aboutus_bot_right h4 {
    margin-bottom: 5px;
    text-align: center;
  }

  .aboutus_bot_right span {
    display: block;
    text-align: center;
    line-height: 24px;
  }

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

  .products_title h3 {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .products_title p {
    margin-bottom: 30px;
  }

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

  .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 30px;
    font-size: 14px;
    line-height: 26px;
    border-radius: 8px;
  }

  .products_main .swiper-button-prev,
  .products_main .swiper-button-next {
    display: none;
  }

  .products_main .productSwiper {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .products_main .swiper-pagination {
    display: block;
  }

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

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

  .brandSwiper {
    margin-top: 10px;
  }

  .index_contact {
    padding: 0px 0 25px;
  }

  .indexContact_left {
    padding: 25px 30px;
    justify-content: center;
    align-items: center;
  }

  .indexContact_left_one {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .indexContact_left_one span {
    font-size: 40px;
    line-height: 70px;
  }

  .indexContact_left_one p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
  }

  .indexContact_left_two {
    margin-top: 10px;
    text-align: center;
  }

  .indexContact_left_btn {
    padding: 13px 50px;
  }

  .indexContact_top {
    margin-bottom: 15px;
  }

  .indexContact_bot .advantages_left {
    width: auto;
    margin-right: 0;
  }

  .indexContact_bot .advantages_right h4 {
    margin-bottom: 0;
  }

  .indexContact_right {
    display: none;
  }

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

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

  .index_how .products_title h3 {
    text-align: center;
  }

  .index_how .products_title p {
    text-align: center;
  }

  .index_how .advantages_item {
    align-items: center;
    padding: 20px;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .index_how .advantages_left span {
    font-size: 56px;
    line-height: 50px;
  }

  .index_how .advantages_right h4 {
    margin: 15px 0 10px;
  }

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

  .index_comments {
    padding: 30px 0 0;
  }

  .indexComments_title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .indexComments_main .commentsSwiper {
    padding-top: 90px;
  }

  .indexComments_main .swiper-button-next,
  .indexComments_main .swiper-button-prev {
    display: none;
  }

  .index_comments_fixed {
    display: none;
  }

  .index_comments_top {
    padding: 30px 18px;
  }

  .comments_bot_img {
    width: 100px;
    height: 100px;
  }

  .indexComments_title h3 {
    font-size: 40px;
    margin-bottom: 10px;
  }


  .indexnews_title {
    flex-direction: column;
  }

  .indexnews_title_left {
    margin-bottom: 15px;
  }

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

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

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

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

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

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

  #indexmap {
    height: 200px;
  }

  .index_footer {
    padding: 35px 0 100px;
  }

  .footer_flex {
    padding: 0px 0;
  }

  .footer_page {
    display: none;
  }

  .footer_logo img {
    max-height: 70px;
    margin-bottom: 10px;
  }

  .footer_tags {
    margin-bottom: 15px;
    padding: 0 0 15px 0;
  }

  .footer_product {
    margin-top: 15px;
  }

  .footer_page h3,
  .footer_product h3,
  .footer_contact h3,
  .footer_nav h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .footer_page a,
  .footer_product a {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .footer_nav {
    margin-top: 15px;
  }

  .footer_p {
    margin-bottom: 5px;
  }

  .public_ad_header_social_media {
    padding-top: 10px;
  }

  .index_footer .public_ad_header_social_media a {
    margin-right: 12px;
  }

  .index_footer .public_ad_header_social_media a i {
    font-size: 20px;
  }

  .footer_contact li p {
    font-size: 16px;
  }

  .footer_contact li i {
    font-size: 20px;
    color: #fff;
    padding: 5px 10px;
  }

  .footer_copyrights {
    margin-top: 10px;
    padding: 10px 0 0 0;
  }

  .footer_copyrights_p {
    justify-content: center;
    font-size: 14px;
  }

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

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

  .footer_Powered {
    margin-top: 5px;
  }

}

@media (min-width:577px) and (max-width:767px) {
  .bg-dark {
    background-color: #fff !important;
    padding: 0 0 !important
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .text-bg-dark {
    color: #000 !important;
    background-color: #efefef !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
  }

  .nav-link {
    color: rgba(0, 0, 0, 0.8);
  }

  .dropdown-menu-dark {
    --bs-dropdown-color: #111;
    --bs-dropdown-bg: #efefef;
  }

  .dropdown-item {
    color: rgba(0, 0, 0, 0.8)
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #ff0226;
  }

  .dropdown-divider {
    border-top: 1px solid #ff0226;
  }

  .banner {
    padding: 0;
  }

  .index_advantages {
    padding-top: 36px;
  }

  .advantages_right h4 {
    margin-bottom: 5px;
  }

  .advantages_item {
    margin-bottom: 18px;
    align-items: center;
  }

  .advantages_left i {
    font-size: 60px;
  }

  .advantages_flex {
    display: none;
  }

  .index_aboutus {
    padding: 0px 0 35px;
  }

  .aboutus_img {
    display: none;
  }

  .aboutus_right h1 {
    font-size: 45px;
    margin-bottom: 5px;
  }

  .aboutus_right {
    padding-top: 0px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .aboutus_right .aboutus_text {
    line-height: 26px;
  }

  .aboutus_right h6 {
    margin-bottom: 15px;
  }

  .aboutus_bot {
    flex-direction: column;
    align-items: flex-start;
  }

  .aboutus_bot .aboutus_bot_btn a {
    display: inline-block;
    padding: 12px 30px;
    margin-top: 16px;
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .aboutus_bot_item {
    flex-direction: column;
    margin-right: 0;
  }

  .aboutus_bot_des {
    /* flex-direction: column; */
    width: 100%;
    justify-content: space-around;
  }

  .aboutus_bot_left {
    margin-right: 0px;
    width: auto;
  }

  .aboutus_bot_left span {
    font-size: 55px;
  }

  .aboutus_bot_right h4 {
    margin-bottom: 5px;
    text-align: center;
  }

  .aboutus_bot_right span {
    display: block;
    text-align: center;
    line-height: 24px;
  }

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

  .products_title h3 {
    font-size: 45px;
    margin-bottom: 10px;
  }

  .products_title p {
    margin-bottom: 30px;
  }

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

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

  .products_main .swiper-button-prev,
  .products_main .swiper-button-next {
    display: none;
  }

  .products_main .productSwiper {
    padding-top: 90px;
    padding-bottom: 40px;
  }

  .products_main .swiper-pagination {
    display: block;
  }

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

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

  .brandSwiper {
    margin-top: 10px;
  }

  .index_contact {
    padding: 0px 0 25px;
  }

  .indexContact_left {
    padding: 25px 30px;
    justify-content: center;
    align-items: center;
  }

  .indexContact_left_one {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .indexContact_left_one span {
    font-size: 45px;
    line-height: 70px;
  }

  .indexContact_left_one p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
  }

  .indexContact_left_two {
    margin-top: 10px;
    text-align: center;
  }

  .indexContact_left_btn {
    padding: 13px 80px;
    font-size: 20px;
  }

  .indexContact_top {
    margin-bottom: 30px;
  }

  .indexContact_bot .advantages_right p {
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
  }

  .indexContact_bot .advantages_left {
    width: auto;
    margin-right: 20px;
  }

  .indexContact_right {
    display: none;
  }

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

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

  .index_how .products_title h3 {
    text-align: center;
  }

  .index_how .products_title p {
    text-align: center;
    margin-bottom: 20px;
  }

  .index_how .advantages_item {
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 10px;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }

  .index_how .advantages_left span {
    font-size: 56px;
    line-height: 50px;
  }

  .index_how .advantages_right h4 {
    margin: 15px 0 10px;
    text-align: center;
  }

  .index_how .advantages_right p {
    text-align: center;
  }

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

  .index_comments {
    padding: 30px 0 40px;
  }


  .indexComments_main .commentsSwiper {
    padding-top: 90px;
  }

  .indexComments_main .swiper-button-next,
  .indexComments_main .swiper-button-prev {
    width: 45px;
    height: 45px;
  }

  .indexComments_main .swiper-button-prev {
    left: auto;
    right: 65px;
    top: 35px;
  }

  .indexComments_main .swiper-button-next {
    top: 35px;
  }

  .indexComments_main .swiper-button-next:after,
  .indexComments_main .swiper-button-prev:after {
    font-size: 24px;
  }

  .index_comments_top {
    padding: 30px 18px;
  }

  .comments_bot_img {
    width: 100px;
    height: 100px;
  }

  .indexComments_title h3 {
    font-size: 45px;
    margin-bottom: 10px;
  }

  .indexnews_title {
    margin-bottom: 18px;
  }

  .indexnews_title_left {
    margin-bottom: 15px;
  }

  .indexnews_title_left h2 {
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 0;
  }

  .indexnews_title_more {
    padding: 12px 35px;
    font-size: 18px;
  }

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

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

  .indexnews .blogmore {
    /* border-radius: 15px; */
    padding: 12px 60px;
    font-size: 18px;
  }

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

  #indexmap {
    height: 300px;
  }

  .index_footer {
    padding: 35px 0 100px;
  }

  .footer_flex {
    padding: 0px 0;
  }

  .footer_page {
    display: none;
  }

  .footer_logo img {
    max-height: 70px;
    margin-bottom: 10px;
  }

  .footer_tags {
    margin-bottom: 15px;
    padding: 0 0 15px 0;
  }

  .footer_product {
    margin-top: 15px;
  }

  .footer_page h3,
  .footer_product h3,
  .footer_contact h3,
  .footer_nav h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .footer_page a,
  .footer_product a {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer_nav {
    margin-top: 15px;
  }

  .footer_p {
    margin-bottom: 5px;
  }

  .public_ad_header_social_media {
    padding-top: 10px;
  }

  .index_footer .public_ad_header_social_media a {
    margin-right: 12px;
  }

  .index_footer .public_ad_header_social_media a i {
    font-size: 22px;
  }

  .footer_copyrights {
    margin-top: 10px;
    padding: 10px 0 0 0;
  }

  .footer_copyrights_p {
    justify-content: center;
    font-size: 14px;
  }

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

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

  .footer_Powered {
    margin-top: 5px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .bg-dark {
    background-color: #fff !important;
    padding: 0 0 !important
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .text-bg-dark {
    color: #000 !important;
    background-color: #efefef !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
  }

  .nav-link {
    color: rgba(0, 0, 0, 0.8);
  }

  .dropdown-menu-dark {
    --bs-dropdown-color: #111;
    --bs-dropdown-bg: #efefef;
  }

  .dropdown-item {
    color: rgba(0, 0, 0, 0.8)
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #ff0226;
  }

  .dropdown-divider {
    border-top: 1px solid #ff0226;
  }

  .index_advantages {
    padding-top: 15px;
  }

  .advantages_left {
    width: auto;
    margin-right: 0px;
  }

  .advantages_right h4 {
    margin-bottom: 5px;
    text-align: center;
  }

  .advantages_right p {
    text-align: center;
    line-height: 28px;
  }

  .advantages_item {
    margin-bottom: 18px;
    align-items: center;
    flex-direction: column;
  }

  .advantages_left i {
    font-size: 65px;
  }

  .advantages_flex {
    display: none;
  }

  .index_aboutus {
    padding: 0px 0 35px;
  }

  .aboutus_img {
    padding-top: 100%;
  }

  .aboutus_right h1 {
    font-size: 45px;
    margin-bottom: 5px;
  }

  .aboutus_right {
    padding-top: 0px;
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }

  .aboutus_right .aboutus_text {
    line-height: 26px;
  }

  .aboutus_right h6 {
    margin-bottom: 0;
  }

  .aboutus_bot {
    flex-direction: column;
    align-items: flex-start;
  }

  .aboutus_bot .aboutus_bot_btn a {
    display: inline-block;
    padding: 12px 30px;
    margin-top: 0;
    font-size: 18px;
    margin-right: 0;
    margin-bottom: 0;
  }

  .aboutus_bot_item {
    flex-direction: column;
    margin-right: 0;
  }

  .aboutus_bot_des {
    display: none;
    /* flex-direction: column; */
    width: 100%;
    justify-content: space-around;
  }

  .aboutus_bot_left {
    margin-right: 0px;
    width: auto;
  }

  .aboutus_bot_left span {
    font-size: 55px;
  }

  .aboutus_bot_right h4 {
    margin-bottom: 5px;
    text-align: center;
  }

  .aboutus_bot_right span {
    display: block;
    text-align: center;
    line-height: 24px;
  }

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

  .products_title h3 {
    font-size: 45px;
    margin-bottom: 10px;
  }

  .products_title p {
    margin-bottom: 30px;
  }

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

  .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 45px;
    font-size: 14px;
    line-height: 26px;
    border-radius: 8px;
  }

  .products_main .swiper-button-prev,
  .products_main .swiper-button-next {
    display: none;
  }

  .products_main .productSwiper {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .products_main .swiper-pagination {
    display: block;
  }

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

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

  .brandSwiper .swiper-slide {
    padding: 0px;
  }

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

  .index_contact {
    padding: 0px 0 25px;
  }

  .indexContact_left {
    padding: 25px 30px;
    justify-content: center;
    align-items: center;
  }

  .indexContact_left_one {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .indexContact_left_one span {
    font-size: 45px;
    line-height: 70px;
  }

  .indexContact_left_one p {
    font-size: 20px;
    line-height: 30px;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
  }

  .indexContact_left_two {
    margin-top: 10px;
    text-align: center;
  }

  .indexContact_left_btn {
    padding: 13px 80px;
    font-size: 20px;
  }

  .indexContact_top {
    margin-bottom: 30px;
  }

  .indexContact_bot .advantages_right p {
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
  }

  .indexContact_bot .advantages_left {
    width: auto;
    margin-right: 0px;
  }

  .indexContact_right {
    display: none;
  }

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

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

  .index_how .products_title h3 {
    text-align: center;
    margin-bottom: 5px;
  }

  .index_how .products_title p {
    text-align: center;
    margin-bottom: 20px;
  }

  .index_how .advantages_item {
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    padding: 10px;
    margin-bottom: 5px;
    padding-bottom: 10px;
  }

  .index_how .advantages_left span {
    font-size: 56px;
    line-height: 50px;
  }

  .index_how .advantages_right h4 {
    margin: 15px 0 10px;
    text-align: center;
  }

  .index_how .advantages_right p {
    text-align: center;
  }

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

  .index_comments {
    padding: 30px 0 40px;
  }


  .indexComments_main .commentsSwiper {
    padding-top: 90px;
  }

  .indexComments_main .swiper-button-next,
  .indexComments_main .swiper-button-prev {
    width: 45px;
    height: 45px;
  }

  .indexComments_main .swiper-button-prev {
    left: auto;
    right: 65px;
    top: 35px;
  }

  .indexComments_main .swiper-button-next {
    top: 35px;
  }

  .indexComments_main .swiper-button-next:after,
  .indexComments_main .swiper-button-prev:after {
    font-size: 24px;
  }

  .index_comments_top {
    padding: 30px 18px;
  }

  .comments_bot_img {
    width: 100px;
    height: 100px;
  }

  .indexComments_title h3 {
    font-size: 45px;
    margin-bottom: 10px;
  }

  .indexnews_title {
    margin-bottom: 18px;
  }

  .indexnews_title_left {
    margin-bottom: 15px;
  }

  .indexnews_title_left h2 {
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 0;
  }

  .indexnews_title_more {
    padding: 12px 35px;
    font-size: 18px;
  }

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

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

  .indexnews .blogmore {
    /* border-radius: 15px; */
    padding: 12px 60px;
    font-size: 18px;
  }

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

  #indexmap {
    height: 300px;
  }

  .index_footer {
    padding: 35px 0 100px;
  }

  .footer_flex {
    padding: 0px 0;
  }

  .footer_logo img {
    max-height: 70px;
    margin-bottom: 10px;
  }

  .footer_tags {
    margin-bottom: 15px;
    padding: 0 0 15px 0;
  }

  .footer_product {
    margin-top: 15px;
  }

  .footer_page h3,
  .footer_product h3,
  .footer_contact h3,
  .footer_nav h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .footer_page a,
  .footer_product a {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer_nav {
    margin-top: 15px;
  }

  .footer_p {
    margin-bottom: 5px;
  }

  .footer_contact li p {
    font-size: 17px;
  }

  .public_ad_header_social_media {
    padding-top: 10px;
  }

  .index_footer .public_ad_header_social_media a {
    margin-right: 12px;
  }

  .index_footer .public_ad_header_social_media a i {
    font-size: 22px;
  }

  .index_footer .public_ad_header_social_media {
    margin-top: 10px;
    justify-content: flex-end;
  }

  .footer_page h3 {
    padding-top: 0;
    font-size: 22px;
    margin-right: 15px;
    margin-bottom: 0;
  }

  .footer_page a {
    margin-bottom: 0px;
    margin-right: 10px;
  }

  .footer_page {
    margin-top: -26px;
    display: flex;
    margin-bottom: 10px;
  }

  .footer_contact li i {
    font-size: 20px;
    padding: 3px 8px;
  }

  .footer_copyrights {
    margin-top: 10px;
    padding: 10px 0 0 0;
  }

  .footer_copyrights_p {
    justify-content: center;
    font-size: 14px;
  }

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

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

  .footer_Powered {
    margin-top: 5px;
  }
}

@media (min-width:992px) and (max-width:1199px) {
  .bg-dark {
    background-color: #fff !important;
    padding: 0 0 !important
  }

  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .text-bg-dark {
    color: #000 !important;
    background-color: #efefef !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
  }

  .nav-link {
    color: rgba(0, 0, 0, 0.8);
  }

  .dropdown-menu-dark {
    --bs-dropdown-color: #111;
    --bs-dropdown-bg: #efefef;
  }

  .dropdown-item {
    color: rgba(0, 0, 0, 0.8)
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #ff0226;
  }

  .dropdown-divider {
    border-top: 1px solid #ff0226;
  }

  .advantages_item {
    margin-bottom: 0px;
    align-items: center;
    flex-direction: column;
  }

  .advantages_left i {
    font-size: 65px;
    line-height: 75px;
  }

  .advantages_left {
    margin-bottom: 10px;
  }

  .advantages_right h4 {
    text-align: center;
    margin-bottom: 10px;

  }

  .advantages_right p {
    text-align: center;
    line-height: 26px;
  }

  .adFlex_box {
    background-color: #201c1a;
    padding: 20px;
  }

  .adFlex_box_title {
    font-size: 56px;
    margin-bottom: 10px;
  }

  .adFlex_box p {
    line-height: 32px;
    font-size: 20px;
  }

  .aboutus_right h1,
  .products_title h3,
  .indexContact_left_one span,
  .index_how .products_title h3,
  .indexComments_title h3,
  .indexnews_title_left h2 {
    font-size: 65px;
  }

  .index_aboutus {
    padding: 25px 0 40px;
  }

  .aboutus_img {
    display: none;
  }

  .aboutus_right h6 {
    margin-bottom: 20px;
  }

  .aboutus_bot {
    margin-top: 15px;
  }

  .aboutus_bot_left span {
    font-size: 55px;
    color: #ff0226;
  }

  .aboutus_bot_left {
    width: 98px;
  }

  .aboutus_bot_right h4 {
    margin-bottom: 10px;
  }

  .aboutus_bot .aboutus_bot_btn a {
    padding: 22px 45px;
    font-size: 22px;
  }

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

  .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 40px;
    font-size: 16px;
    line-height: 26px;
    border-radius: 8px;
  }

  .brandSwiper {
    margin-top: 40px;
  }

  .indexContact_left {
    padding: 20px 20px 40px 50px;
  }

  .indexContact_top .row {
    position: relative;
  }

  .indexContact_left_one p {
    font-size: 22px;
    line-height: 30px;
  }

  .indexContact_right {
    /* padding-bottom: 40px;
    padding-top: 40px;
    padding-right: 40px; */
  }

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

  .indexContact_top {
    margin-bottom: 54px;
    overflow: hidden;
  }

  .index_contact {
    padding: 0px 0 60px;
  }

  .index_how {
    padding: 60px 0 50PX;
  }

  .indexHow_right {
    padding-left: 36px;
  }

  .index_how .advantages_item {
    flex-direction: row;
    padding: 20px 20px 10px 0
  }

  .index_how .advantages_right h4,
  .index_how .advantages_right p {
    text-align: left;
  }

  .index_how .products_title h3 {
    font-size: 60px;
    margin-bottom: 20px;
  }

  .index_comments {
    padding: 25px 0 30px;
  }

  .indexComments_main .commentsSwiper {
    padding-top: 100px;
  }

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

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

  .index_footer {
    padding: 40px 0 120px;
  }

  .footer_tags a {
    line-height: 26px;
  }

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

  .index_footer .public_ad_header_social_media {
    justify-content: flex-end;
    margin-top: -150px;
    margin-bottom: 112px;
  }

  .footer_page h3,
  .footer_product h3,
  .footer_nav h3 {
    font-size: 35px;
  }

  .footer_page a,
  .footer_product a {
    margin-bottom: 12px;
  }

  .footer_nav {
    padding-left: 30px;
  }

  .footer_contact li p {
    font-size: 16px;
  }

  .footer_copyrights {
    padding: 23px 0 0px 0;
  }
}

@media (min-width:1200px) and (max-width:1399px) {
  .btn-close {
    --bs-btn-close-white-filter: auto;
  }

  .text-bg-dark {
    color: #000 !important;
    background-color: #efefef !important;
  }

  .navbar-nav .show>.nav-link,
  .navbar-nav .nav-link.active {
    color: #111;
  }

  .nav-link {
    color: rgba(0, 0, 0, 0.8);
  }

  .dropdown-menu-dark {
    --bs-dropdown-color: #111;
    --bs-dropdown-bg: #efefef;
  }

  .dropdown-item {
    color: rgba(0, 0, 0, 0.8)
  }

  .nav-link:hover,
  .nav-link:focus {
    color: #ff0226;
  }

  .dropdown-divider {
    border-top: 1px solid #ff0226;
  }

  .web_head {
    padding: 0;
  }

  .head_layer {
    align-items: center;
  }

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

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

  .headnav_contact {
    display: flex;
    margin-right: 10px;
  }

  .headernav_box .headcon_btn span {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }

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

  .search i {
    font-size: 25px;
  }

  .headcon_des p {
    font-size: 20px;
  }

  .adFlex_box {
    background-color: #201c1a;
    padding: 25px;
  }


  .aboutus_right h1,
  .products_title h3,
  .indexContact_left_one span,
  .index_how .products_title h3,
  .indexComments_title h3,
  .indexnews_title_left h2 {
    font-size: 65px;
  }

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

  .aboutus_right {
    padding-left: 10px;
  }

  .aboutus_right h6 {
    margin-bottom: 0px;
  }

  .aboutus_img {
    padding-top: 100%;
  }

  .aboutus_bot {
    margin-top: 15px;
    /* align-items: flex-end; */
  }

  .aboutus_bot_left span {
    font-size: 45px;
    color: #ff0226;
  }

  .aboutus_bot_left {
    width: 90px;
  }

  .aboutus_bot_right h4 {
    margin-bottom: 10px;
  }

  .aboutus_bot .aboutus_bot_btn a {
    display: inline-block;
    padding: 20px 30px;
    font-size: 18px;
    margin-right: 20px;
  }

  .aboutus_right .aboutus_text {
    -webkit-line-clamp: 4;
  }

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

  .products_main .productSwiper {
    padding-top: 95px;
  }

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


  .brandSwiper {
    margin-top: 40px;
  }

  .indexContact_left {
    padding: 25px 50px 35px;
  }

  .indexContact_top {
    margin-bottom: 58px;
  }

  .index_contact {
    padding: 0px 0 60px;
  }

  .index_how {
    padding: 55px 0;
  }

  .index_contact .advantages_item {
    align-items: center;
  }

  .index_how .products_title p {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 22px;
  }

  .index_comments {
    padding: 40px 0 50px;
  }

  .indexComments_main .commentsSwiper {
    padding-top: 100px;
  }

  .comments_bot_img {
    width: 100px;
    height: 100px;
  }

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

  .index_footer {
    padding: 50px 0;
  }

  .footer_tags a {
    line-height: 26px;
  }

  .footer_logo img {
    max-height: 80px;
  }

  .footer_page h3,
  .footer_product h3,
  .footer_nav h3 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .footer_flex {
    padding: 10px 0 20px;
  }

  .footer_copyrights {
    border-top: 1px solid #fff;
    padding: 15px 0 0px 0;
  }
}

@media (min-width:1400px) and (max-width:1680px) {
  .web_head {
    padding: 0;
  }

  .head_layer {
    align-items: center;
  }

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

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

  .headnav_contact {
    display: flex;
    margin-right: 10px;
  }

  .headernav_box .headcon_btn span {
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }

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

  .adFlex_box {
    background-color: #201c1a;
    padding: 30px;
  }

  .aboutus_right h1,
  .products_title h3,
  .indexContact_left_one span,
  .index_how .products_title h3,
  .indexComments_title h3,
  .indexnews_title_left h2 {
    font-size: 55px;
  }

  .index_aboutus {
    padding: 40px 0 50px;
  }

  .aboutus_right {
    padding-left: 25px;
  }

  .aboutus_right h6 {
    margin-bottom: 20px;
  }

  .aboutus_bot .aboutus_bot_btn a {
    padding: 24px 45px;
    margin-right: 20px;
  }

  .aboutus_bot_left span {
    font-size: 55px;
  }

  .index_products {
    padding: 45px 0 50px
  }

  .brandSwiper {
    margin-top: 45px;
  }

  .index_contact {
    padding: 0px 0 70px;
  }

  .indexContact_left {
    padding: 70px 85px;
  }

  .index_how .products_title p {
    font-size: 22px;
  }

  .index_how {
    padding: 65px 0 50PX;
  }

  .index_comments {
    padding: 45px 0 30px;
  }

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

  .footer_logo img {
    max-height: 90px;
  }

  .footer_page h3,
  .footer_product h3,
  .footer_nav h3 {
    font-size: 40px;
  }
}

@media (min-width:992px) and (max-width:1050px) {
    .adFlex_box {
     word-break: break-all;
  }
  .indexContact_left_one span {
    font-size: 50px;
    line-height: 90px;
  }

  .indexContact_left_btn {
    display: inline-block;
    padding: 16px 60px;
    margin-top: 10px;
  }

  .indexContact_left_one p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (min-width: 1200px) and (max-width:1200px) {
  .index_footer {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 1300px) and (max-width: 1399px) {
  .aboutus_right .aboutus_text {
    -webkit-line-clamp: 6 !important;
  }

  .indexContact_left {
    padding: 55px 70px !important;
  }
}
