.ecz-header-right > .ecz-header-menu {
  padding-bottom: 0;
}

.ecz-page-history {
  padding-bottom: 10rem;
}

.side-menu.side-menu-custom {
  top: 50%;
  right: -23px;
}

.ecz-header-bottom-info {
  position: absolute;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.ecz-header-bottom-2 .title-history {
  writing-mode: tb-rl;
  text-orientation: mixed;
  width: fit-content;
  width: max-content;
  letter-spacing: 20px;
  font-size: 50px;
}

.ecz-header-bottom-2 .history {
  font-style: italic;
}

.ecz-header-bottom-2 .btn-readmore {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  display: flex;
  width: 300px;
  height: 60px;
  text-align: center;
  justify-content: center;
  align-items: center;
  letter-spacing: 10px;
  font-size: 18px;
}

.btn-readmore-out {
  display: none;
}
@media (max-width: 768px) {
  .ecz-header-bottom-info-05 .ecz-header-bottom-2 .fst-italic {
    margin: 0;
    writing-mode: vertical-rl;
    font-style: normal !important;
  }
  .ecz-header-bottom-info-05 .ecz-header-bottom-2 {
    flex-direction: row-reverse !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  .ecz-header-bottom-info-05 .ecz-header-bottom-2 .title-history {
    margin: 0;
  }
  .btn-readmore-out {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }

  .ecz-cate-menu-05.ecz-cate-menu ul li {
    padding: 10px;
  }

  .ecz-cate-menu-05.ecz-cate-menu ul li a {
    font-size: 14px;
    font-weight: 700;
  }
}

/* Medium devices (tablets, less than 425px) */
@media (max-width: 425px) {
  .ecz-header-bottom-info {
    height: calc(100vh - 215px);
  }
  .ecz-header-bottom-2 {
    flex-direction: row-reverse !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }
  .ecz-header-bottom-2 .title-history {
    margin: 0;
  }

  .ecz-header-bottom-2 .fst-italic {
    margin: 0;
    writing-mode: vertical-rl;
    font-style: normal !important;
  }
  .btn-readmore-out {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
  }

  .list-social {
    font-size: 13px;
  }
}
