.header_title_row {
  display: flex;
  justify-content: space-between;
  padding-bottom: 24px;
  gap: 48px;
}
.header_title_row .title_left_side {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
  width: 20%;
}
.header_title_row .title_right_side {
  width: 80%;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
}

.inner-content-page .right-side .main_content_collapse figure.table table tbody tr:first-child td:nth-child(2) {
  padding-right: 2rem;
}

.inner-content-page {
  display: flex;
  gap: 48px;
}
.inner-content-page .left-side {
  padding-top: 24px;
  width: 20%;
  border-top: 1px rgb(0, 0, 0) solid;
  display: flex;
  flex-direction: column;
}
.inner-content-page .left-side .list_btn_collapse {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.inner-content-page .left-side .list_btn_collapse button {
  display: block;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border: none;
}
.inner-content-page .left-side .list_btn_collapse button .tab-button {
  display: block;
  width: 100%;
  background-color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 300;
  line-height: 15px;
  text-align: left;
  padding: 16px;
  color: rgb(117, 117, 117);
  border: none;
}
.inner-content-page .left-side .list_btn_collapse button .tab-button:hover {
  color: rgb(0, 0, 0);
  background-color: rgb(245, 245, 245);
}
.inner-content-page .right-side {
  width: 80%;
  padding-top: 24px;
}
.inner-content-page .right-side .main_content_collapse {
  border: none;
}
.inner-content-page .right-side .main_content_collapse img {
  max-width: 100%;
  height: auto;
}

td h2,
td h3,
td h4,
td h5,
td h6 {
  color: #764d2a;
  font-family: "MontserratBold";
}
td h2 > *,
td h3 > *,
td h4 > *,
td h5 > *,
td h6 > * {
  color: #764d2a;
}
td p,
td span {
  color: #090909;
}
td p > *,
td span > * {
  color: #090909;
}

.table > :not(caption) > * > * {
  border-bottom-width: 0px !important;
}

@media (min-width: 769px) and (max-width: 1300px) {
  .inner-content-page .right-side .main_content_collapse figure.table table tbody tr:first-child {
    gap: 2rem !important;
    border-radius: 2rem !important;
  }
  .inner-content-page .right-side .main_content_collapse figure.table table tbody tr:first-child td:first-child {
    height: 100%;
  }
  .inner-content-page .right-side .main_content_collapse figure.table table tbody tr:first-child td:first-child * {
    height: inherit;
  }
  .inner-content-page .right-side .main_content_collapse figure.table table tbody tr:first-child td:first-child img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 2rem 0 0 2rem !important;
  }
  .inner-content-page .right-side .main_content_collapse figure.table table tbody tr:first-child td:nth-child(2) {
    padding: 2rem 2rem 0 0;
  }
}
@media screen and (max-width: 768px) {
  #asic.doitac {
    margin-left: -50vw;
  }
  .header_title_row {
    gap: 24px;
    justify-content: space-between;
    padding-bottom: 24px;
    margin-top: 24px;
  }
  .header_title_row .title_left_side {
    font-size: 18px;
    width: unset;
  }
  .header_title_row .title_right_side {
    width: unset;
    font-size: 18px;
  }
  .inner-content-page {
    flex-direction: column;
    gap: 24px !important;
  }
  .inner-content-page .left-side {
    width: 100%;
    border: none;
    padding: 0;
  }
  .inner-content-page .left-side .list_btn_collapse {
    display: flex;
    flex-direction: row !important;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .inner-content-page .right-side {
    padding: 0;
    width: 100%;
    border: none;
  }
  .inner-content-page .right-side figure {
    width: 100% !important;
  }
  .main_content_collapse {
    padding: 0px;
  }
  .main_content_collapse p {
    width: 100% !important;
  }
  .main_content_collapse figure.table table,
  .main_content_collapse figure.table tbody,
  .main_content_collapse figure.table tr,
  .main_content_collapse figure.table td {
    border-radius: 2rem !important;
  }
  .main_content_collapse figure.table table,
  .main_content_collapse figure.table tbody tr:nth-child(1) td:nth-child(1) figure img {
    border-radius: 1rem !important;
  }
  .main_content_collapse h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #764d2a;
    margin-bottom: 0.5rem;
  }
  .main_content_collapse h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #764d2a;
    margin-bottom: 0.5rem;
  }
  .main_content_collapse p {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #090909;
  }
  .main_content_collapse #asic {
    margin-bottom: -3.125rem;
    padding: 1rem 0;
    border-radius: 2rem;
  }
  #asic {
    padding: 1rem 0 !important;
    border-radius: 0 0 30px 30px !important;
    margin-bottom: -4rem !important;
  }
}
.layout-border {
  padding-bottom: 3.125rem;
}

.next-view {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}
.next-view .view {
  color: #fff;
  padding: 10px 20px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
}
.next-view .view a {
  text-decoration: none;
  color: inherit;
  font-weight: normal;
  border-radius: 5px;
  transition: all 0.3s ease;
  color: #333 !important;
}
.next-view .view a:hover {
  background-color: #f0f0f0;
  color: #333 !important;
}

/* Active link */
.next-view .view.active {
  background-color: #b78b23;
}
.next-view .view.active a {
  color: #fff !important;
  font-weight: bold;
}

/* Mobile styles */
@media (max-width: 768px) {
  .next-view {
    display: flex;
    justify-content: unset !important;
    align-items: center;
    gap: 0.5rem;
    margin: 20px 0;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    flex-wrap: nowrap;
    gap: 10px;
  }
  .next-view .view a {
    width: 100%;
    text-align: center;
  }
}
#asic {
  background-image: url(/images/icon/background-conetnt-thuonghieu.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin-left: -51vw;
  margin-right: -50vw;
  background-color: #f6f3eb;
  padding: 5rem;
  border-radius: 0 0 60px 60px;
  margin-bottom: -3rem;
}
#asic table tr {
  background-color: rgba(233, 204, 117, 0);
}
