.ie_img {
  display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navbar .nav-right {
    margin-left: auto;
  }
  .navbar .container {
    justify-content: flex-start;
  }
  header ul.nav-right::after {
    bottom: -10.5px;
  }
  header ul.nav-right::before {
    bottom: -13.5px;
  }
  .img-json .icon {
    display: none !important;
  }
  #banner .ie_img {
    max-width: none;
    width: 100%;
  }
  .img-json {
    display: block !important;
  }
  .ie_img_d,
  .ie_img_block {
    display: block;
  }
  #home_data .img-json,
  #home_future .img-json,
  #timeline .ie_img_block {
    width: 100%;
  }
  #home_dhome_futureata .img-json {
    height: 100%;
  }
  #q_tunnel .json-1 {
    display: none !important;
  }
  #q_tunnel .json-2 {
    display: block !important;
    position: relative !important;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 767.98px),
  (-ms-high-contrast: none) and (max-width: 767.98px) {
  .ie_img_m {
    display: block;
  }
  .ie_img_d {
    display: none;
  }
}
