.breadcrumb-item a {
  color: black;
  text-decoration: none;
  font-weight: 600;
}
.breadcrumb .active {
  color: #009aff !important;
  font-weight: 600;
}
.bg {
  position: relative;
}
.bg img {
  width: 100%;
  height: 664px;
  object-fit: cover;
}
.bg_right {
  position: absolute;
  top: -100px;
  right: 0;
  width: 30%;
}
.bg_left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
}
.bg_title {
  position: absolute;
  z-index: 5;
  color: rgb(255, 255, 255);
  top: 60%;
  font-size: 80px;
  left: 20%;
  font-weight: 900;
}
.content {
  margin-top: 20px;
  position: relative;
}
.content_more {
  width: 80%;
  margin: auto;
  z-index: 5;
  position: relative;
}
.content_title {
  font-size: var(--h1);
  font-weight: 600;
  color: #757575;
}
.content_text {
  font-size: var(--h4);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #013482 !important;
  background-color: #f5f5f500 !important;
  border-color: none !important;
  border-bottom: 2px solid #013482 !important;
}
.nav-tabs .nav-link {
  border: none !important;
  font-size: var(--h3);
  font-weight: 400 !important;
}
.tab-content > .active {
  display: block;
  background-color: white;
  padding: 30px;
  margin-top: 10px;
  border-radius: 20px;
}
.nav {
  display: flex;
  justify-content: center;
}
.pic {
  width: 100%;
}
.pic2 {
  width: 100%;
}
.pic3 {
  width: 50%;
  height: 100%;
}
.pic5 {
  width: 100%;
}
td {
  text-align: center !important;
}
@media (max-width: 768px) {
  .bg_title {
    position: absolute;
    top: 70%;
    font-size: 40px;
    left: 10%;
  }

  .bg {
    position: relative;
  }
  .bg img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .bg_right {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
  }
  .bg_left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
  }
  .bg_title {
    position: absolute;
    z-index: 5;
    color: rgb(255, 255, 255);
    top: 60%;
    font-size: 40px;
    left: 20%;
    font-weight: 900;
  }
  .content {
    margin-top: 20px;
    position: relative;
  }

  .content_more {
    width: 80%;
    margin: auto;
    z-index: 5;
    position: relative;
  }
  .content_title {
    font-size: var(--h3);
    font-weight: 600;
    color: #757575;
  }
  .content_text {
    font-size: var(--h5);
  }
  .nav-tabs .nav-link {
    border: none !important;
    font-size: var(--h4);
    font-weight: 400 !important;
  }

  
  .pic {
    width: 300%;
  }
  .image-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }
  .pic2 {
    height: 100%;
    width: 150%;
  }
  .pic3 {
    width: 100%;
  }
  .pic5 {
    width: 200%;
  }
}
