.about-banner-header .about-banner-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.about-banner-header .about-banner-img span {
  position: absolute;
  letter-spacing: 1.2px;
  font-weight: bold;
  font-size: 28px;
}
.about-banner-header .about-banner-img img {
  width: 100%;
  min-height: 100px;
  height: 200px;
}
.breadcrumbs {
  padding-top: 15px;
  padding-right: 50px;
  padding-left: 50px;
}
.breadcrumbs .bd-child {
  color: #aaa;
  text-transform: uppercase;
}
.breadcrumbs .home, .breadcrumbs .post-page, .breadcrumbs .post-post, .breadcrumbs .taxonomy {
  color: #212121;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.breadcrumbs .home:hover, .breadcrumbs .post-page:hover, .breadcrumbs .post-post:hover, .breadcrumbs .taxonomy:hover {
  color: #00aeef;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}
.about-post-container {
  flex-direction: column;
  display: flex;
  width: 100%;
  text-align: justify;
  padding-top: 10px;
  padding-bottom: 10px;
}
.about-post-container table {
  height: auto !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.about-post-container tr, .about-post-container td {
  padding-left: 10px;
  padding-top: 10px;
  border: 1px solid black;
}
.about-post-container h1 {
  font-weight: bold;
  width: fit-content;
  font-size: 18px;
  letter-spacing: 1.2px;
  border-bottom: 3px solid #00aeef;
}
.about-post-container h2 {
  font-weight: bold;
  width: fit-content;
  font-size: 18px;
  letter-spacing: 1.2px;
}
.about-post-container .cool-timeline .timeline-post .timeline-content .ctl_info {
  padding: 10px 0px;
}
.about-post-container .cool_timeline h1.timeline-main-title {
  font-weight: bold !important;
}
.core-value {
  padding-bottom: 20px;
}
.core-value .title {
  color: #0059b3;
  font-weight: bold;
  font-size: 36px;
}
.core-value .title .span-title {
  font-size: 26px;
  font-weight: bold;
}
.core-value .title .first-border {
  flex: 1;
  border-top: 4px solid #ec0b0b;
}
.core-value .title .second-border {
  flex: 1;
  border-top: 4px solid #09d7f3;
}
.core-value .flex-item {
  display: flex;
}
.core-value .flex-item-detail {
  flex: 1;
  flex-direction: column;
}
.core-value .flex-item-detail .content-image {
  display: flex;
  justify-content: center;
}
.core-value .flex-item-detail .content-box {
  padding-top: 20px;
}
.core-value .flex-item-detail .content-box .title {
  font-size: 20px;
  color: #4da6ff;
  font-weight: bold;
  padding-bottom: 10px;
}
.core-value .flex-item-detail .content-box .take-note {
  border: 1px solid;
  font-size: 14px;
  padding: 2px;
  color: #0059b3;
}
.core-value .flex-item-detail .content-box .detail {
  text-align: justify;
}
.core-value .col1 {
  padding-right: 20px;
}
.core-value .col2 {
  padding-top: 50px;
  padding-left: 20px;
}
.core-value .carmine {
  color: #960018 !important;
}
.core-value .cadmiumRed {
  color: #e30022 !important;
}
.core-value .darkGreen {
  color: #006400 !important;
}
.core-value .darkOliveGreen {
  color: #556b2f !important;
}
.core-value .cornflower {
  color: #4da6ff !important;
}
.core-value .artichoke {
  color: #8f9779 !important;
}
@media only screen and (max-width: 760px) {
  .core-value .flex-item {
    flex-direction: column;
  }
  .core-value .col1 {
    padding-right: 0px;
  }
  .core-value .col2 {
    padding-top: 0px;
    padding-left: 0px;
  }
  .core-value .flex-item-detail .content-box-image {
    display: flex;
    flex-direction: column-reverse;
  }
}
