.fw4 {
  font-family: "Haas_Roman" !important;
}

.fw5 {
  font-family: "Haas_Medium" !important;
}

.fw6 {
  font-family: "Haas_Medium" !important;
}

.fw7 {
  font-family: "Haas_Bold" !important;
}
.fw8 {
  font-family: "Haas_Black" !important;
}

.main_bbi {
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}
.logo_bbi {
  padding: 32px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
}
.logo_bbi img.img-logo {
  height: 80px;
}
.logo_bbi h4.edisi {
  margin: auto 0;
}
.main_bbi .top_news {
  display: flex;
  border-bottom: 1px solid #ddd;
  gap: 24px;
  padding: 24px;
}
.main_bbi .top_news .top_news_left {
  width: calc(60% - 12px);
  flex: 1 0 calc(60% - 12px);
}
.main_bbi .top_news .top_news_right {
  width: calc(40% - 12px);
  flex: 1 0 calc(40% - 12px);
  margin: auto;
}
.main_bbi .top_news .top_news_right .card-box .text-card {
  margin: auto;
  text-align: center;
}
.main_bbi .top_news .top_news_right .card-box .text-card h2.title {
  font-size: 40px;
  line-height: 1.2;
}
.mid_bbi {
  border-bottom: 1px solid #ddd;
  border-top: unset;
  position: relative;
  min-height: 80vh;
}
.mid_bbi::before {
  content: "";
  position: absolute;
  left: 66.66%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ddd;
}
.mid_bbi .mid_left {
  width: 66.66%;
  float: left;
}
.mid_bbi .mid_right {
  width: 33.33%;
  float: left;
}
.box_issue {
  padding: 24px;
  border-bottom: 1px solid #ddd;
}
.box_item_bbi {
  padding: 24px;
  border-bottom: 1px solid #ddd;
}
.box_item_bbi.double_item {
  display: flex;
  gap: 48px;
}
.box_item_bbi.double_item .left_d_item {
  width: calc(66.66% - 24px);
  flex: 1 0 calc(66.66% - 24px);
}
.box_item_bbi.double_item .right_d_item {
  width: calc(33.33% - 24px);
  flex: 1 0 calc(33.33% - 24px);
}
.box_item_bbi.double_item .right_d_item .tag h3:first-child {
  padding-top: unset;
  border-top: unset;
}
.box_item_bbi.double_item .right_d_item .tag h3 a:hover {
  text-decoration: underline;
}
.box_double_news {
  border-bottom: 1px solid #ddd;
  position: relative;
  display: flex;
}
.box_double_news::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ddd;
}
.box_double_news .bdn_left {
  width: 50%;
  padding: 24px;
}
.box_double_news .bdn_right {
  width: 50%;
  padding: 24px;
}
.blockbox .title_sub {
  padding: 24px 24px 0 24px;
}
.card-box.ft40 {
  overflow: hidden;
  height: auto;
  width: 100%;
  position: relative;
  margin: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.card-box.ft40 .img-card {
  float: left;
  position: relative;
  width: 40%;
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-box.ft40 .img-card img {
  width: 100%;
  height: auto;
  display: block;
}

.card-box.ft40 .text-card {
  padding: 0 0 0 16px;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tag.underline a:hover {
  text-decoration: underline;
}
ul.row-list.list_6news {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 0 !important;
}
ul.row-list.list_6news li {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
ul.row-list.list_4news {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin: 0 !important;
}
ul.row-list.list_4news li {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}
.no-border-bottom {
  border-bottom: unset;
}
