.product-detail .region-content {
    padding: 0;
}
.product-detail .block-page-title-block {
    display: none;
}

/* .page-banner {
    padding-top: 72px;
} */

.page-banner .bg-product {
    min-height: 50vh;
}

.page-banner .hero-product {
    padding-top: 1.5rem;
}

.page-banner .hero-product .left-column {
    margin-bottom: 1rem;
}
.page-banner .hero-product .right-column p {
    font-size: 1.25rem;
    line-height: 1.5;
}

.md-ps-5 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin: auto;
}
.bg-gold-70 {
    background-color: rgba(206, 185, 139, .7) !important;
}
.p-8 {
    padding: 2rem;
}

.custom-grid>div {
    padding-left: 1.5rem;
}

.border-white-25 {
    border-color: rgba(255, 255, 255, .25);
}
.border-l {
    border-left: 1px solid;
}


/* ----- Responsive (> mobile) ----- */
@media (min-width: 1024px) {
    /* .page-banner {
        padding-top: 90px;
    } */
    .page-banner .bg-product {
      min-height: calc(100vh - 72px);
    }
    .page-banner .hero-product {
        padding-top: 40vh;
        padding-right: 0;
    }
    .page-banner .hero-product .left-column {
      margin-bottom: 0;
    }
    .md-py-12 {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }
    .md-ps-5 {
        padding-left: 5rem;
    }
    .md-pe-8 {
        padding-right: 8rem !important;
    }
    .custom-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .custom-grid>div {
      padding-left: 2rem;
    }
}

.bond-information-wrapper,
.bond-information-short-description {
  padding-top: 40px;
}

.bond-information-stock-code {
  padding-top: 20px;
}

.bond-information-detail,
.bond-information-stock-detail,
.bond-information-gap {
  font-size: 1rem;
  padding: 0 !important;
  /* .row {
    height: 40px;
  } */
  .column {
    padding: 0;
  }
  .key {
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(158 158 158/var(--tw-text-opacity));
  }
  h5 {
    margin-top: 0.5rem;
  }
  .bond-information-detail-data {
    /* margin: 10px 0 0 0;
    padding-bottom: 10px; */
    border-bottom: 1px solid #f5f5f5;
    font-size: 1rem;
  }
  .stock-detail {
    font-size: 1rem;
  }
  .bg-gray {
    background-color: #f5f5f5;
  }
  .column {
    padding: .5rem 0;
  }
}

.bond-information-tab-content {
  min-height: 800px;
}

.bond-information-detail > div,
.bond-information-stock-detail > div,
.bond-information-stock-detail .row{
  margin: 0;
}

.stock-detail.first {
  margin-right: 15px;
  width: 47.5%;
}

.stock-detail.second {
  left: 10px;
  width: 47.5%;
}

.stock-detail > .row {
  /* margin-top: 10px; */
  border-bottom: 1px solid #f5f5f5;
}

/* .iframe-chart {
  position: relative;
  height: 300px;
}
.iframe-chart iframe {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media (min-width: 1024px) {
  .iframe-chart iframe {
    height: 500px;
  }
} */


/* video adjustment */
.video-thumbs {
  padding: .5rem 0;
  border-top: 1px solid #dedfdf;
}
.video-thumbs:first-child {
  border-top: none;
}
.video-thumbs:hover {
  /* cursor: pointer; */
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.video-thumbs:hover img {
  cursor: pointer;
}

/* Responsive media on Bigger screen (>macbook screen) */
@media (min-width: 1600px) {
  .hero-product {
    padding-top: 30vh !important;
    /* padding-left: 0 !important; */
    /* max-width: 80%; */
    /* max-width: 80%; */
    /* margin: 0 auto; */
  }
  /* .position-relative.h-92 {
    max-width: 80%;
    margin: 0 auto;
  } */
}

.tab-content.bond-information-tab-content > .tab-pane {
  display: block;
  visibility: hidden;
  height: 0;
}
.tab-content.bond-information-tab-content > .tab-pane.show {
  visibility: visible;
  height: auto;
}