.info-container {
  margin-bottom: 0;
}

.menu-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 60px 0;
  padding: 0;
  list-style: none;
}

.menu-intro a {
  color: #333;
  text-transform: uppercase;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 46px;
  border-radius: 23px;
}

.menu-intro li.activated a {
  background-image: -webkit-gradient(linear, left top, right top, from(#4f2e80), to(#d51f32));
  background-image: linear-gradient(to right, #4f2e80, #d51f32);
  color: #fff;
}

.history > p {
  margin-bottom: 60px;
}

.history .row-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 60px;
}

.history .row-1:before {
  content: "";
  position: absolute;
  background: #ffefd5;
  width: 5px;
  height: 100%;
  z-index: -1;
}

.history .row-1:after {
  content: "";
  position: absolute;
  background: url("/img/Rectangle 211.svg") center top no-repeat;
  width: 42px;
  height: 42px;
  background-size: cover;
}

.history .col-md-6:nth-child(1) .content {
  padding-right: 60px;
}

.history .col-md-6:nth-child(2) {
  padding-left: 60px;
}

.history .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.history .content ul {
  padding: 20px 30px 20px 35px;
  margin: 0;
  width: 100%;
  list-style: none;
  background: #f8f8f8;
}

.history .content ul li {
  position: relative;
}

.history .content ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: red;
  border-radius: 50%;
  left: -15px;
  top: 5px;
}

.history .btgrid:nth-child(even) .col-md-6:nth-child(1) .content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.history .btgrid:nth-child(even) .col-md-6:nth-child(1) p {
  line-height: normal;
  font-weight: bold;
  font-size: 40px;
  color: red;
  font-family: Roboto-Bold, sans-serif;
}

.history .btgrid:nth-child(even) .col-md-6:nth-child(2) p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: linear-gradient(108deg, blue 90%, transparent 10%);
  color: #fff;
  padding: 12px 45px 12px 20px;
  font-size: 16px;
  font-weight: bold;
}

.history .btgrid:nth-child(odd) .col-md-6:nth-child(2) p {
  line-height: normal;
  font-weight: bold;
  font-size: 40px;
  color: red;
  font-family: Roboto-Bold, sans-serif;
}

.history .btgrid:nth-child(odd) .col-md-6:nth-child(1) .content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.history .btgrid:nth-child(odd) .col-md-6:nth-child(1) p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: linear-gradient(-108deg, blue 90%, transparent 10%);
  color: #fff;
  padding: 12px 20px 12px 45px;
  font-size: 16px;
  font-weight: bold;
}

.history .btgrid:nth-last-child(2) {
  position: relative;
  background: url("/img/Scroll Group 5.svg") center bottom no-repeat;
}

.phil p:first-child {
  margin-bottom: 20px;
}

.phil h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.phil h3 strong {
  font-weight: normal;
  color: blue;
  font-size: 32px;
  font-family: Roboto-Bold, sans-serif;
}

.phil h3 span {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 2px solid blue;
  color: red;
  font-size: 30px;
  line-height: 35px;
  display: inline-block;
}

.content-detail {
  font-size: 16px;
}

.content-detail table {
  width: 100%;
}

.content-detail table tr td:first-child {
  width: 270px;
}

.content-detail table tr td:last-child {
  width: calc(100% - 270px);
}

.content-detail table tr:nth-child(odd) {
  background: #f9f9f9;
}

.content-detail table td {
  padding: 10px 0 0 21px;
}

@media (max-width: 768px) {
  .content-detail {
    font-size: 14px !important;
  }
  .menu-intro {
    overflow: auto;
    white-space: nowrap;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-scroll-snap-type: both;
        scroll-snap-type: both;
    margin-bottom: 30px;
  }
  .menu-intro::-webkit-scrollbar {
    display: none;
  }
  .info-container p,
  .info-container span {
    font-size: 14px !important;
  }
  .info-container iframe {
    width: 100%;
    height: auto;
    min-height: 300px;
  }
  .info-container .row-1:first-child .col:first-child p:first-child span {
    font-size: 28px !important;
  }
  .info-container .row-1:first-child .col:first-child p:nth-child(2) span {
    font-size: 40px !important;
    line-height: normal;
  }
  .menu-intro a {
    padding: 10px 20px;
    height: auto;
  }
  .history .row-1 {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 10px;
  }
  .history .row-1 .col-md-6 {
    width: 100%;
  }
  .history .row-1 p {
    margin-bottom: 0 !important;
  }
  .history .row-1:after {
    width: 30px;
    height: 30px;
  }
  .history .row-1:before {
    left: 12.5px;
  }
  .history .col-md-6:nth-child(2) {
    padding-left: 40px;
  }
  .history .btgrid:nth-child(even) .col-md-6:nth-child(1) .content {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .history .col-md-6:nth-child(1) .content {
    padding-right: 0;
    padding-left: 42px;
  }
  .history .content {
    margin-bottom: 10px;
  }
  .history .btgrid:nth-child(odd) .col-md-6:nth-child(1) p {
    background: linear-gradient(108deg, blue 90%, transparent 10%);
    padding: 12px 45px 12px 20px;
  }
  .history .btgrid:nth-child(odd) .col-md-6:nth-child(1) .content {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
  .history .btgrid:nth-child(odd) .col-md-6:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 0;
  }
  .history .btgrid:nth-child(odd) .col-md-6:nth-child(1) .content {
    padding-left: 40px;
  }
  .history .btgrid:nth-child(odd) .col-md-6:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 15px;
  }
  .history .btgrid:nth-child(odd) .col-md-6:nth-child(2) .content {
    padding-left: 42px;
  }
  .history .btgrid:nth-last-child(2) {
    background: none;
  }
  .history .btgrid:nth-child(even) .col-md-6:nth-child(1) p {
    font-size: 30px;
  }
  .phil h3 {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .phil h3 strong {
    font-size: 50px;
  }
  .phil h3 span {
    font-size: 24px;
  }
  .phil p:first-child {
    margin-bottom: 20px;
  }
  .phil .btgrid .row-2,
  .phil .btgrid .row-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .phil .btgrid .row-2 .col-md-6:first-child,
  .phil .btgrid .row-4 .col-md-6:first-child {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .phil .btgrid .row-2 .col-md-6:last-child,
  .phil .btgrid .row-4 .col-md-6:last-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 568px) {
  .info-container .row-1:first-child .col:first-child p:first-child span {
    font-size: 22px !important;
  }
  .info-container .row-1:first-child .col:first-child p:nth-child(2) span {
    font-size: 30px !important;
  }
  .history p:first-child {
    margin-bottom: 20px;
  }
  .history p:first-child span {
    font-size: 16px !important;
  }
  .history .btgrid:nth-child(even) .col-md-6:nth-child(2) p {
    padding: 10px 30px 10px 10px;
    font-size: 14px;
  }
  .history .btgrid:nth-child(odd) .col-md-6:nth-child(1) p {
    padding: 10px 30px 10px 10px;
    font-size: 14px;
  }
  .history .btgrid:nth-child(odd) .col-md-6:nth-child(2) p {
    font-size: 24px;
  }
  .history .btgrid:nth-child(even) .col-md-6:nth-child(1) p {
    font-size: 24px;
  }
  .phil p:first-child span {
    font-size: 16px !important;
  }
  .phil h3 strong {
    font-size: 34px;
  }
  .phil h3 span {
    font-size: 18px;
  }
  .phil img {
    width: 100% !important;
    height: auto !important;
  }
  .content-detail table tr td:first-child {
    width: 50%;
  }
}
/*# sourceMappingURL=detail.css.map */