#history .timeline {
  margin-top: 50px; }

#history .column {
  position: relative;
  padding-bottom: 70px;
  padding-left: 50px; }
  #history .column::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    bottom: 0;
    width: 2px;
    background: #00479D; }
  #history .column__title {
    position: relative; }
    #history .column__title::before {
      content: "";
      position: absolute;
      top: 0;
      left: -70px;
      margin: 10px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      border: 4px solid #2D6EB0;
      background: #fff; }
    #history .column__title h1 {
      font-size: 40px;
      font-weight: 700;
      letter-spacing: 0.2px; }
    #history .column__title h2 {
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      letter-spacing: 0.2px; }
  #history .column__description {
    font-size: 16px;
    line-height: 30px; }
  #history .column__buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px; }
    #history .column__buttons .btn {
      padding: 10px 20px;
      border-radius: 4px;
      color: #fff;
      background-color: #7293C9; }

@media (min-width: 769px) {
  #history .timeline {
    margin-top: 0;
    padding-left: 30px; }
  #history .column__title h1 {
    margin-bottom: 8px;
    font-size: 40px;
    font-weight: 700;
    line-height: 30px; }
  #history .column__title h2 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px; } }

#history_detail .selectbox {
  padding: 30px 0 45px; }
  #history_detail .selectbox select {
    padding: 9px 27px;
    border: 1px solid #C6C6C6;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.2px;
    background: #F5F6F7 url("/theme/vessel/assets/images/history/icon_calendar.png") 10px center/11px no-repeat; }

#history_detail .detail_header .column {
  position: relative; }
  #history_detail .detail_header .column__title {
    position: relative; }
    #history_detail .detail_header .column__title h1 {
      font-size: 40px;
      font-weight: 700;
      letter-spacing: 0.2px; }
    #history_detail .detail_header .column__title h2 {
      font-size: 20px;
      font-weight: 700;
      line-height: 30px;
      letter-spacing: 0.2px; }
  #history_detail .detail_header .column__description {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px; }
    #history_detail .detail_header .column__description p + p {
      margin-top: 7px; }
  #history_detail .detail_header .column__buttons {
    display: flex;
    gap: 10px;
    margin-top: 40px; }
    #history_detail .detail_header .column__buttons .btn {
      width: 110px;
      padding: 10px 0;
      border-radius: 4px;
      color: #fff;
      font-size: 20px;
      background-color: #BED0EE;
      text-align: center; }
    #history_detail .detail_header .column__buttons .btn.active {
      background-color: #00479D; }

@media (min-width: 769px) {
  #history_detail .column__title h1 {
    margin-bottom: 8px;
    font-size: 40px;
    font-weight: 700;
    line-height: 30px; }
  #history_detail .column__title h2 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px; } }

@media (min-width: 769px) {
  #history_detail .detail_header .column__buttons .btn {
    width: 230px; } }

#symposium .tabs__wrapper {
  overflow-y: auto;
  margin: 40px -15px 0;
  border-bottom: 2px solid #E0E0E0; }
  #symposium .tabs__wrapper .tabs {
    overflow: auto;
    display: flex;
    padding: 0 15px; }
  #symposium .tabs__wrapper li {
    display: inline-block;
    margin-right: 50px;
    padding: 0 5px 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    white-space: nowrap; }
    #symposium .tabs__wrapper li.active {
      border-bottom: 4px solid #424242; }

#symposium .tabcontents {
  margin-top: 30px;
  overflow-y: auto; }

#symposium .table {
  font-size: 14px;
  min-width: 1000px !important;
  width: 100%;
  text-align: center; }

#symposium .table th {
  font-weight: 500; }

#symposium .table .thead-primary {
  background: #ffb5b5; }

#symposium .table .thead-primary tr th {
  padding: 20px 10px;
  color: #fff !important;
  border: 1px solid transparent !important; }

#symposium .table tbody tr td {
  text-align: center !important;
  vertical-align: middle;
  padding: 30px 10px; }

#symposium .table tbody tr td i {
  font-size: 20px; }

#symposium .table tbody tr td .img {
  width: 90px;
  height: 90px;
  margin: 0 auto; }

#symposium .table tbody tr td a {
  display: block;
  color: #2c396b; }

#symposium .table tbody tr td a strong {
  font-size: 18px; }
