.public_ad_header .container,
.index_featured .container,
.index_product .container {
  max-width: 1700px !important;
}


.index_featured {
  background-color: #f7fbff;
  padding: 20px 0 40px;
}


.ifeaturedSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.iFeaturedBox {
  position: relative;
  padding: 10px;
  display: flex;
  background-image: linear-gradient(to right, #fff, #dbdbdb);
  border-radius: 10px;
  z-index: 1;
}

.iFeaturedBox::before {
  content: '';
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background-color: #999;
  border-radius: 272px 0 0 0;
  -webkit-transition: .7s;
  transition: .7s;
  opacity: 1;
}

.iFeaturedBox .iFeatured_title {
  position: relative;
  z-index: 4;
  flex: 0 0 50%;
  padding-left: 20px;
  padding-top: 20px;
}

.iFeatured_title h3 {
  font-size: 22px;
  color: #111;
  font-weight: bolder;
  text-shadow:
    0 0 2px #fff,
    0 0 4px #fff,
    0 0 6px #fff;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;

}

.iFeatured_img {
  flex: 0 0 50%;
  position: relative;
  z-index: 4;
}

.iFeaturedBox:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  opacity: 0.7;
}

.iFeaturedBox a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}

.index_product {
  padding: 70px 0;
  background-color: #f7fbff;
}

.indexTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.indexTitle h2 {
  font-size: 48px;
  font-weight: bold;
  color: #111;
  line-height: 1.5;
}

.indexTitle p {
  font-size: 22px;
  color: #111;
  line-height: 1.5;
}

.iPro_left {
  width: 95%;
  height: 100%;
  background-color: #999;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

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

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

.iPro_leftul {
  padding: 15px 15px;
}

.iPro_leftul li {
  padding: 0 0;
}

.iPro_leftul li a {
  display: block;
  color: #ffffff;
  font-size: 26px;
  line-height: 2.3;
  border-bottom: 2px solid #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  position: relative;
  transition: all 0.35s ease;
  z-index: 2;
}

.iPro_leftul li a::after {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .4s cubic-bezier(.4, 0, .2, 1);
  width: 100%;
  z-index: 0;
  transition: all 0.35s ease;
}

.iPro_leftul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.iPro_leftul li a:hover {
  letter-spacing: 2px;
}

.iProBox {
  background-color: #fff;
  position: relative;
  transition: all ease 0.3s;
}

.iProBox:hover {
  opacity: 0.9;
  transition: all ease 0.3s;
}

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

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

.iProBox_discount {
  position: absolute;
  top: 0;
  left: 10px;
  bottom: auto;
  right: auto;
}

.iPro_discount {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #999;
  padding: 5px;
}

.iPro_discount span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.iProBox_discount .iPro_discountsj {
  width: 100%;
  height: 30px;
  background: linear-gradient(to top right, transparent 49%, #999 50%),
    linear-gradient(to top left, transparent 49%, #999 50%);
  background-size: 50% 100%;
  background-repeat: no-repeat;
  background-position: left, right;
}

.iProBox_des {
  padding: 10px 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.iProBox_des h2 {
  font-size: 18px;
  font-weight: bold;
  color: #111;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.iProBox_des h3 {
  font-size: 28px;
  font-weight: bold;
  color: #999;
}

.iProBox_des p {
  font-size: 14px;
  color: #111;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}

.iProBox_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.iProBox_btn a {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  border: 2px solid #999;
  transition: all ease 0.3s;
  padding: 5px 6px;
  gap: 5px;
}

.iProBox_btn a span {
  font-size: 13px;
  font-weight: bold;
  line-height: 32px;
}

.iProBox_btn a .iProBox_btnCart {
  background-color: #fff;
  transition: all ease 0.3s;
  line-height: 1;
}

.iProBox_btn a .iProBox_btnCart i {
  color: #999;
  font-size: 32px;
  transition: all ease 0.3s;
}

/* .iProBox_btn a:nth-child(2) {
  color: #999;
}

.iProBox_btn a:nth-child(1) {
  background-color: #999;
  color: #fff;
}

.iProBox_btn a:nth-child(1):hover {
  background-color: #fff;
  color: #999;
  transition: all ease 0.3s;
}

.iProBox_btn a:nth-child(2):hover {
  background-color: #999;
  color: #fff;
  transition: all ease 0.3s;
} */

.iProBox_btn a {
  background-color: #999;
  color: #fff;
}

.iProBox_btn a:hover {
  background-color: #fff;
  color: #999;
  transition: all ease 0.3s;
}

.iProBox:hover .iProBox_img img {
  transform: scale(1.05);
  transition: all ease 0.6s;
}

.iPro_right>div {
  margin-bottom: 30px;
}

.iPro_right>div:nth-child(n+4) {
  margin-bottom: 0;
}


.index_aboutus {
  padding: 70px 0;
  background-color: #f7fbff;
  position: relative;
}

/* .index_aboutus::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 500px;
  background-image: url('../images/iabg.png');
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
} */

.indexAbout_main {
  background: url(../images/iabg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0;
}

.iAbout_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  padding-right: 5%;
}

.iAbout_left h1 {
  font-size: 50px;
  font-weight: bold;
  color: #111;
  text-transform: uppercase;
}

.iAbout_left h2 {
  font-size: 30px;
  font-weight: bold;
  color: #111;
}

.iAbout_left p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
}

.iAbout_left li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.iAbout_left li i {
  color: #22a9ff;
  font-size: 16px;
}

.iAbout_left li span {
  color: #111;
  font-size: 18px;
}

.iAbout_adv {
  margin-top: 15px;
}

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

.iAbout_advBox p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.3;
  color: #111;
  text-align: center;
  word-wrap: break-word;
  word-break: break-all;
}

.iAbout_advBox img {
  transition: all ease 0.6s;
}

.iAbout_advBox:hover img {
  transform: rotateY(360deg);
  transition: all ease 0.6s;
}

.iAbout_right {
  /*height: 100%;*/
  border-radius: 30px;
}
.index_aboutus_flex{
    display: flex;
    align-items: center;
}

.index_aboutus_video {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  height: 100%;
}
.index_aboutus_video img{
    width: 100%;
    vertical-align: middle;
}
.index_aboutus_video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(20, 24, 27, 0.1);
  width: 100%;
  height: 100%;
  /*border-radius: 40px;*/
}


/* index_logistics */
.index_logistics {
  padding: 70px 0;
  background-color: #f7fbff;
}

.ilogis_top {
  padding-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #999;
}

.ilogis_tab {
  display: flex;
  align-items: center;
  gap: 25px;
  padding-left: 3%;
}

.ilogis_tab h4 {
  padding: 10px 20px;
  color: #000;
  font-size: 20px;
  transition: all ease 0.3s;
  cursor: pointer;
}

.ilogis_tab h4.active {
  color: #fff;
  background-color: #999;
  transition: all ease 0.3s;
}

.ilogis_more a {
  display: flex;
  align-items: center;
  font-size: 20px;
  transition: all ease 0.3s;
}

.ilogis_more a:hover {
  transition: all ease 0.3s;
  color: #999;
}

.ilogis_result {
  display: none;
}

.ilogis_result.active {
  display: block;
}

.ilogis_bot {
  padding: 40px 3% 0;
}

.ilogis_box {
  position: relative;
  padding: 15px;
  background-color: #fff;
  transition: all ease 0.3s;
  height: 100%;
  box-shadow: 3px 3px 15px rgba(0,0,0,0.2);
}

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

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

.ilogis_des {
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ilogis_desL {
  flex: 0 0 60%;
}

.ilogis_desL h4 {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  transition: all 0.35s ease;
}

.ilogis_desL h4:hover {
  color: #999;
  transition: all 0.35s ease;
}

.ilogis_tag {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ilogis_tag span {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 3px 7px;
}

.ilogis_tag span:nth-child(1) {
  background-color: #999;
}

.ilogis_tag span:nth-child(2) {
  background-color: #669ef1;
}

.ilogis_desR {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ilogis_desR h3 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.ilogis_star {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.ilogis_star i {
  font-size: 20px;
  color: #ff9200;
}

.ilogis_result .row>div {
  margin-bottom: 40px;
}

.ilogis_box:hover {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}


/* indexContact */
.indexContact {
  padding: 140px 0 120px;
  background: url(../images/ic.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.indexCon_main {
  width: 80%;
  margin: 0 auto;
  padding: 50px 30px;
  background-color: rgba(255, 255, 255, 0.75);
}

.indexConTitle h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.indexCon_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.indexCon_left h2 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 40px;
  word-wrap: break-word;
  word-break: break-all;
}

.indexCon_list li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.indexCon_list li i {
  font-size: 26px;
  color: #333;
  margin-right: 15px;
  margin-top: -7px;
}

.indexCon_list li p,
.indexCon_list li a {
  font-size: 18px;
  color: #444;
  flex: 1;
  word-break: break-all;
  word-wrap: break-word;
}

.yandex-form #form .list {
  margin-bottom: 15px;
}

.yandex-form #form .list p {
  color: #2a2b32;
  font-size: 18px;
  line-height: 2;
}

.yandex-form #form .list input {
  width: 100%;
  padding: 10px 5px 10px 10px;
  box-sizing: border-box;
  border: solid #ddd 1px;
}

.yandex-form #form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 24px;
  resize: none;
  height: 120px;
  border: solid #ddd 1px;
}

.yandex-form #form #submit {
  width: 100%;
  color: #fff;
  background-color: #999;
  border: none;
  line-height: 3;
  font-size: 16px;
  cursor: pointer;
}



/* index_footer */
.indexfooter_top {
  padding: 70px 0;
  background-color: #999;
}

.indexfooter_tl h2 {
  font-size: 48px;
  line-height: 58px;
  color: #fff;
  margin-bottom: 20px;
  word-wrap: break-word;
  word-break: break-all;
}

.indexfooter_tl p span,
.indexfooter_tl p a {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  transition: all ease 0.3s;
}

.indexfooter_tl p a:hover {
  text-decoration: underline !important;
}

.indexfooter_tr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}

.indexfooter_trBtn a {
  display: inline-block;
  padding: 15px 40px;
  font-size: 18px;
  line-height: 24px;
  background-color: #fff;
  color: #333;
  border-radius: 4px;
  transition: all ease 0.3s;
}

.indexfooter_trBtn a:hover {
  transform: scale(1.06);
}



.indexfooter_bot {
  padding: 60px 0 0;
  position: relative;
  overflow: hidden;
}

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

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

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

.footer_logo img {
  max-height: 250px;
  vertical-align: middle;
  max-width: initial;
}

.footer_p {
  padding-left: 5px;
  font-size: 16px;
  color: #000;
}

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

.footerSocial_media {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 35px;
}

.footerSocial_media a {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s ease-in-out;
}

.footerSocial_media a:nth-child(1) {
  background-color: #4d74ab;
}

.footerSocial_media a:nth-child(2) {
  background-color: #3b5998;
}

.footerSocial_media a:nth-child(3) {
  background-color: #262626;
}

.footerSocial_media a:nth-child(4) {
  background-color: #0077b5;
}

.footerSocial_media a:nth-child(5) {
  background-color: #cd201f;
}

.footerSocial_media a:nth-child(6) {
  background-color: #25d366;
}

.footerSocial_media a:hover {
  opacity: 0.8;
}

.footerSocial_media a i {
  font-size: 18px;
  text-align: center;
  color: #fff;
  transition: all 0.35s ease-in-out;
}

.footer_page h3,
.footer_product h3,
.footer_nav h3 {
  position: relative;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 8px;
  padding-top: 20px;
}

.footer_page h3 span,
.footer_product h3 span,
.footer_nav h3 span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #0d37a1;
}

.footer_page a,
.footer_product a,
.footer_nav a {
  display: block;
  font-size: 16px;
  color: #000;
  margin-bottom: 8px;
  /* text-transform: capitalize; */
  word-wrap: break-word;
  word-break: break-all;
}

.footer_product a:hover {
  text-decoration: underline !important;
}

.footer_page a:hover {
  text-decoration: underline !important;
}

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

.footer_contact li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #999;
  margin-right: 10px;
  border: 1px solid #999;
}

.footer_contact li i {
  font-size: 16px;
  color: #fff;
}

.footer_contact li p {
  font-size: 16px;
  color: #000;
  flex: 1;
}

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

.footer_copyrights {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #bababa;
  margin-top: 40px;
  padding: 30px 0;
  width: 100%;
  color: #000;
}

.footer_copyrights p {
  font-size: 18px;
  line-height: 20px;
  color: #000;
}

.footer_nav p {
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
}

.indexContactus a {
  display: inline-block;
  padding: 10px 24px;
  line-height: 20px;
  font-size: 18px;
  color: #fff;
  background-color: #999;
  border: 2px solid #999;
  transition: all 0.35s ease;
}

.indexContactus a:hover {
  background-color: transparent;
  color: #999;
}

.indexnews {
  padding: 70px 0;
}




/* audio */
.music-btn {
  position: fixed;
  top: 35px;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #999;
  background: #fff;
  /* background: linear-gradient(135deg, #ff6b6b, #feca57); */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 999999999;
  transition: all 0.3s ease;
  border: none;
  outline: none;
}

.fixed-audio{
  top: 42px;
}

.music-btn:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.music-btn:active {
  transform: scale(0.95);
}

.music-btn.playing {
  animation: rotate 4s linear infinite;
}

.music-icon {
  position: relative;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.music-note {
  font-size: 28px;
  color: #999;
  transition: opacity 0.3s ease;
}

.pause-line {
  position: absolute;
  width: 4px;
  height: 35px;
  background-color: #999;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.music-btn.paused .pause-line {
  opacity: 1;
}

.music-btn.paused .music-note {
  opacity: 0.5;
}

@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}


/* shi pei */
@media (max-width:576px) {
  .bg-dark {
    background-color: #f7fbff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

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

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

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

  .nav-link {
    color: #111;
  }

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

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

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .indexTitle h2 {
    font-size: 28px;
    text-align: center;
    line-height: 1.3;
  }

  .indexTitle p {
    font-size: 18px;
    color: #111;
    line-height: 1.3;
    text-align: center;
  }

  .index_featured {
    padding: 0 0 40px;
  }

  .iFeatured_title h3 {
    font-size: 18px;
  }

  .index_product {
    padding: 40px 0 0;
  }

  .iPro_left {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
  }

  .iPro_leftul li a {
    font-size: 18px;
    line-height: 2;
  }

  .iPro_leftul li a:hover {
    letter-spacing: 1.3px;
  }

  .iProBox_btn {
    flex-wrap: wrap;
    gap: 8px;
  }

  .iProBox_btn a {
    flex-shrink: 0;
  }

  .iPro_right>div:nth-child(n+4) {
    margin-bottom: 30px;
  }

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

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

  .iAbout_left {
    padding-right: 0;
  }

  .iAbout_left h1 {
    font-size: 30px;
  }

  .iAbout_left h2 {
    font-size: 20px;
  }

  .iAbout_adv .row>div {
    margin-bottom: 30px;
  }

  .index_aboutus_video {
    /*height: 240px;*/
  }

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

  .ilogis_top {
    padding-top: 0px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border: none;
  }

  .ilogis_tab {
    width: 100%;
    padding-left: 0;
    overflow-x: auto;
    gap: 10px;
    border-bottom: 1px solid #999;
  }

  .ilogis_tab h4 {
    padding: 8px 14px;
    color: #000;
    font-size: 18px;
  }

  .ilogis_result .row>div {
    padding: 0;
    margin-bottom: 30px;
  }

  .ilogis_desL {
    flex: 0 0 55%;
  }

  .ilogis_desR h3 {
    font-size: 26px;
  }

  .ilogis_star i {
    font-size: 14px;
  }

  .ilogis_tag span {
    color: #fff;
    font-size: 12px;
  }


  /* indexContact */
  .indexContact {
    padding: 60px 0;
  }

  .indexCon_main {
    width: 100%;
    padding: 30px 20px;
  }

  .indexConTitle h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .indexCon_left h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }

  .indexCon_list li {
    margin-bottom: 20px;
  }

  .yandex-form #form .list p {
    line-height: 1;
  }


  /* footer */
  .indexfooter_top {
    padding: 50px 0;
  }

  .indexfooter_tl h2 {
    font-size: 32px;
    line-height: 1.1;
    text-align: center;
  }

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

  .indexfooter_tl p {
    text-align: center;
  }

  .indexfooter_tl p span {
    line-height: 1.5;
    text-align: center;
  }

  .indexfooter_tr {
    justify-content: center;
    margin-top: 20px;
  }

  .indexfooter_bot {
    padding: 40px 0 0;
  }

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

  .footer_logo {
    display: block;
    margin-bottom: 15px;
  }

  .footer_main .footer_p {
    text-align: center;
  }

  .footerSocial_media {
    margin-top: 15px;
  }

  .footer_copyrights {
    margin-top: 30px;
    padding: 20px 0;
    text-align: center;
  }

  .indexnews {
    padding: 40px 0;
  }
}

@media (min-width:577px) and (max-width:768px) {
  .bg-dark {
    background-color: #f7fbff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

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

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

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

  .nav-link {
    color: #111;
  }

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

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

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .indexTitle {
    padding: 0 3%;
  }

  .indexTitle h2 {
    font-size: 30px;
    text-align: center;
  }

  .indexTitle p {
    font-size: 18px;
    color: #111;
    text-align: center;
  }

  .index_featured {
    padding: 0 0 40px;
  }

  .iFeatured_title h3 {
    font-size: 18px;
  }


  .index_product {
    padding: 40px 0 0;
  }

  .iPro_left {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    display: flex;
  }

  .iPro_leftImg {
    flex: 0 0 50%;
    padding-top: 0;
  }

  .iPro_leftImg img {
    position: relative;
  }

  .iPro_leftul li a {
    font-size: 23px;
  }

  .iPro_leftul {
    flex: 0 0 50%;
  }

  .iProBox_btn {
    flex-wrap: wrap;
    gap: 8px;
  }

  .iProBox_btn a {
    flex-shrink: 0;
  }

  .iPro_right>div:nth-child(n+4) {
    margin-bottom: 30px;
  }

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

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

  .iAbout_left {
    padding-right: 0;
  }

  .iAbout_left h1 {
    font-size: 30px;
  }

  .iAbout_left h2 {
    font-size: 20px;
  }

  .iAbout_adv .row>div {
    margin-bottom: 30px;
  }

  .index_aboutus_video {
    /*height: 320px;*/
  }

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

  .ilogis_top {
    padding-top: 0px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border: none;
  }

  .ilogis_tab {
    width: 100%;
    padding-left: 0;
    overflow-x: auto;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #999;
  }

  .ilogis_tab h4 {
    padding: 8px 16px;
    color: #000;
    font-size: 18px;
  }

  .ilogis_result .row>div {
    margin-bottom: 30px;
  }

  .ilogis_desL {
    flex: 0 0 55%;
  }

  .ilogis_desR h3 {
    font-size: 26px;
  }

  .ilogis_star i {
    font-size: 14px;
  }

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

  .ilogis_tag {
    flex-wrap: wrap;
    gap: 5px;
  }

  .ilogis_tag span {
    color: #fff;
    flex-shrink: 0;
    font-size: 12px;
  }


  /* indexContact */
  .indexContact {
    padding: 70px 0;
  }

  .indexCon_main {
    width: 100%;
  }

  .indexConTitle h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .indexCon_left h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
  }

  .indexCon_list li {
    margin-bottom: 20px;
  }

  .yandex-form #form .list p {
    line-height: 1.5;
  }


  /* footer */
  .indexfooter_top {
    padding: 50px 0;
  }

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

  .indexfooter_tl p {
    text-align: center;
  }

  .indexfooter_tr {
    justify-content: center;
    margin-top: 20px;
  }

  .indexfooter_bot {
    padding: 40px 0 0;
  }

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

  .footer_logo {
    display: block;
    margin-bottom: 15px;
  }

  .footer_main .footer_p {
    text-align: center;
  }

  .footerSocial_media {
    margin-top: 15px;
  }

  .footer_copyrights {
    margin-top: 30px;
    padding: 20px 0;
    text-align: center;
  }

  .indexnews {
    padding: 40px 0;
  }

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

@media (min-width:769px) and (max-width:991px) {
  .bg-dark {
    background-color: #f7fbff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

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

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

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

  .nav-link {
    color: #111;
  }

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

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

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .indexTitle {
    padding: 0 3%;
  }

  .indexTitle h2 {
    font-size: 34px;
    text-align: center;
  }

  .indexTitle p {
    font-size: 20px;
    color: #111;
    text-align: center;
  }

  .index_featured {
    padding: 30px 0 50px;
  }

  .iFeatured_title h3 {
    font-size: 18px;
  }


  .index_product {
    padding: 50px 0 0;
  }

  .iPro_left {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    display: flex;
  }

  .iPro_leftImg {
    flex: 0 0 35%;
    padding-top: 0;
  }

  .iPro_leftImg img {
    position: relative;
  }

  .iPro_leftul li a {
    font-size: 23px;
  }

  .iPro_leftul {
    flex: 0 0 65%;
    padding: 15px 30px;
  }

  .iProBox_btn {
    flex-wrap: wrap;
    gap: 8px;
  }

  .iProBox_btn a {
    flex-shrink: 0;
  }

  .iPro_right>div:nth-child(n+4) {
    margin-bottom: 30px;
  }

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

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

  .iAbout_left {
    padding-right: 0;
  }

  .iAbout_left h1 {
    font-size: 34px;
  }

  .iAbout_left h2 {
    font-size: 22px;
  }

  .iAbout_adv .row>div {
    margin-bottom: 30px;
  }

  .index_aboutus_video {
    /*height: 400px;*/
  }


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

  .ilogis_top {
    padding-top: 0px;
    gap: 20px;
  }

  .ilogis_tab {
    width: 80%;
    overflow-x: auto;
    gap: 10px;
  }

  .ilogis_tab h4 {
    padding: 8px 16px;
    color: #000;
    font-size: 18px;
  }

  .ilogis_result .row>div {
    margin-bottom: 30px;
  }

  .ilogis_desR h3 {
    font-size: 28px;
  }

  .ilogis_star i {
    font-size: 16px;
  }

  .ilogis_tag {
    flex-wrap: wrap;
  }

  .ilogis_tag span {
    flex-shrink: 0;
    padding: 3px 6px;
  }


  /* indexContact */
  .indexContact {
    padding: 90px 0;
  }

  .indexCon_main {
    width: 100%;
  }

  .indexConTitle h2 {
    font-size: 34px;
  }

  .indexCon_left h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .indexCon_list li {
    margin-bottom: 20px;
  }

  .yandex-form #form .list p {
    line-height: 1.5;
  }


  /* footer */
  .indexfooter_top {
    padding: 60px 0;
  }

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

  .indexfooter_tl p {
    text-align: center;
  }

  .indexfooter_tr {
    justify-content: center;
    margin-top: 20px;
  }

  .indexfooter_bot {
    padding: 50px 0 0;
  }

  .footer_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .footer_logo {
    display: block;
    margin-bottom: 15px;
  }

  .footer_main .footer_p {
    text-align: center;
  }

  .footerSocial_media {
    margin-top: 15px;
  }

  .footer_copyrights {
    margin-top: 30px;
    padding: 20px 0;
    text-align: center;
  }

  .indexnews {
    padding: 50px 0;
  }

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

@media (min-width:992px) and (max-width:1200px) {
  .bg-dark {
    background-color: #f7fbff !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }

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

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

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

  .nav-link {
    color: #111;
  }

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

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

  .dropdown-menu-dark {
    --bs-dropdown-bg: transparent;
  }

  .dropdown-item {
    color: #222;
  }

  .indexTitle {
    padding: 0 3%;
  }

  .indexTitle h2 {
    font-size: 34px;
    text-align: center;
  }

  .indexTitle p {
    font-size: 20px;
    color: #111;
    text-align: center;
  }

  .index_featured {
    padding: 30px 0 50px;
  }

  .iFeatured_title h3 {
    font-size: 18px;
  }

  .iPro_discount span {
    color: #fff;
    font-size: 12px;
  }

  .index_product {
    padding: 50px 0 0;
  }

  .iPro_leftul li a {
    font-size: 20px;
  }

  .iProBox_btn {
    flex-wrap: wrap;
    gap: 8px;
  }

  .iProBox_btn a {
    flex-shrink: 0;
  }

  .index_aboutus {
    padding: 50px 0;
  }

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

  .iAbout_left {
    padding-right: 0;
  }

  .iAbout_left h1 {
    font-size: 34px;
  }

  .iAbout_left h2 {
    font-size: 22px;
  }

  .indexnews {
    padding: 50px 0;
  }

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

  .ilogis_top {
    padding-top: 0px;
    gap: 20px;
  }

  .ilogis_tab {
    width: 80%;
    overflow-x: auto;
    gap: 10px;
  }

  .ilogis_tab h4 {
    padding: 8px 16px;
    color: #000;
    font-size: 18px;
  }

  .ilogis_desL {
    flex: 0 0 55%;
  }

  .ilogis_desR {
    flex: 0 0 45%;
  }

  .ilogis_result .row>div {
    margin-bottom: 30px;
  }

  .ilogis_desR h3 {
    font-size: 28px;
  }

  .ilogis_star i {
    font-size: 16px;
  }

  .ilogis_tag {
    flex-wrap: wrap;
    gap: 5px;
  }

  .ilogis_tag span {
    flex-shrink: 0;
    padding: 3px 5px;
    font-size: 12px;
  }

  /* indexContact */
  .indexContact {
    padding: 80px 0;
  }

  .indexCon_main {
    width: 100%;
  }

  .indexConTitle h2 {
    font-size: 36px;
  }


  /* footer */
  .indexfooter_top {
    padding: 60px 0;
  }

  .indexfooter_tl h2 {
    font-size: 40px;
    line-height: 1.2;
  }

  .indexfooter_bot {
    padding: 50px 0 0;
  }

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

  .footer_main {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }

  .footer_logo {
    display: block;
    margin-bottom: 15px;
  }

  .footer_main .footer_p {
    text-align: center;
  }

  .footerSocial_media {
    margin-top: 15px;
  }

  .footer_copyrights {
    margin-top: 30px;
    padding: 20px 0;
    text-align: center;
  }
}

@media (min-width:1201px) and (max-width:1440px) {
  .headernav_box input {
    min-width: 150px;
    max-width: 180px;
  }

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

  .index_product {
    padding: 0;
  }

  .iProBox_btn {
    flex-wrap: wrap;
    gap: 8px;
  }

  .iProBox_btn a {
    flex-shrink: 0;
  }

  .iPro_leftul li a {
    font-size: 21px;
  }

  .iProBox_des h2,
  .iProBox_des p {
    -webkit-line-clamp: 1;
  }

  .iProBox_des h3 {
    font-size: 24px;
  }

  .indexTitle h2 {
    font-size: 44px;
  }

  .iAbout_left h1 {
    font-size: 44px;
  }

  .iAbout_left h2 {
    font-size: 26px;
  }

  .indexAbout_main {
    padding: 30px 0;
  }

  .index_logistics {
    padding: 30px 0;
  }

  .ilogis_top {
    padding-top: 30px;
  }

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

  .ilogis_desR h3 {
    font-size: 28px;
  }

  .ilogis_star i {
    font-size: 18px;
  }
}

@media (min-width:1401px) and (max-width:1680px) {

  .ilogis_desR h3 {
    font-size: 34px;
  }
}

@media (max-width:1200px) {
  .music-btn {
    position: fixed;
    top: 18px;
    right: 90px;
    width: 40px;
    height: 40px;
  }
}

@media (min-width:1201px) and (max-width:1800px) {
  .music-btn {
    position: fixed;
    top: 210px;
    right: 20px;
  }
}