.about-top-content-wrapper p {
  padding-right: 50px;
}
.about-top-content-wrapper {
  border-bottom: 1px double rgb(0 0 0 / 10%);
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.about-scroll-content {
  display: flex;
  text-align: center;
}
.about-scroll-content.slick-initialized {
  display: block !important;
}
.about-scroll-content .slick-slide {
  margin: 0 15px;
}
.about-scroll-content .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.about-item a {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 45px;
}
#abtttl5 .about_content {
  margin-bottom: 0;
}
.about-item a img {
  border-radius: 3px 3px 0 0;
  min-height: 130px;
  margin: 0 auto;
  width: 100%;
}
.about-item a img.logo {
  max-width: 135px;
}
.about-item a .about-sub-title {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  padding: 20px;
  position: relative;
  border-radius: 0 0 3px 3px;
  letter-spacing: 0.3px;
  line-height: 20px;
  height: 76px;
}
.about-scroll-content .about-item a.active .about-sub-title {
  background-color: #fe0000;
  color: #ffffff;
}
.about-scroll-content .about-item a.active .about-sub-title:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-color: #fe0000 transparent transparent;
  border-style: solid;
  border-width: 8px;
  bottom: -16px;
  left: 50%;
}
.about-scroll-content.stky {
  position: fixed;
  top: 110px;
  background: #fff;
  z-index: 11;
  left: 0;
  padding: 0 30px;
  right: 0;
  justify-content: center;
  box-shadow: 1px 2px 3px rgb(0 0 0 / 25%);
}
.about-scroll-content.stky .slick-next {
  right: 8px;
}
.about-scroll-content.stky .slick-prev {
  left: 8px;
}
.about-scroll-content.stky .about-item a {
  margin-bottom: 20px;
}
.about_content {
  width: calc(100% - 630px);
  padding-right: 90px;
  margin-bottom: 100px;
}
.about_item {
  width: 630px;
  margin-bottom: 100px;
}
.about-fhrx-special {
  width: 225px;
  height: 225px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-shadow: inset 0px 0px 20px #00000029, 0px 0px 20px #000000a8;
}
.about-fhrx-special span {
  font-size: 20px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  display: block;
  position: relative;
  margin-top: 15px;
  padding: 15px 30px 0;
}
.about-fhrx-special span:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 30px;
  left: 50%;
  margin-left: -15px;
  top: 0;
  background: #000;
}
.left-about-badge {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.row-reverse .about_content {
  padding-left: 90px;
  padding-right: 0;
}
.right-about-badge {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.about-logo {
  width: 138px;
  height: 138px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 0px 20px #00000029, 0px 0px 20px #000000b3;
  background-color: #ffffff;
}
.about-logo:not(:last-of-type) {
  margin-right: 20px;
}
.about-scroll-content .slick-arrow {
  margin-top: -40px;
}
.about-scroll-content .slick-prev {
  left: -12px;
  z-index: 1;
}
.about-scroll-content .slick-next {
  right: -12px;
}
.about-content-wrapper .img-inline-grid {
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}
.about_content dl {
  display: flex;
  flex-wrap: wrap;
}
.about_content dl dt {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  width: 135px;
  line-height: 28px;
}
.about_content dl dd {
  width: calc(100% - 135px);
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 28px;
}
.about_contentdl dd a {
  color: #fe0000;
}
.about_content dl dd a i.fa-facebook-square {
  color: #2258ec;
}
.about_contentdl dd a:hover {
  text-decoration: underline;
}
.about-panel-bg {
  background-color: rgba(194, 194, 194, 0.3);
  padding: 30px 80px;
}
.about-panel-bg p {
  font-weight: 500;
  margin-bottom: 0;
  line-height: 24px;
  color: #333333;
}

.btnpage {
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #90abf5;
  border-radius: 20px;
  padding: 8px 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.btnpage:hover {
  background-color: #2258ec;
  color: #fff;
}
.page-link {
  position: relative;
  overflow: hidden;
}
.page-link:after {
  position: absolute;
  content: "";
  width: 100%;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  height: 1px;
  overflow: hidden;
  margin-left: 20px;
}

@media (max-width: 1439px) {
  .about_content {
    width: 55%;
    padding-right: 60px;
    margin-bottom: 70px;
  }
  .about_item {
    width: 45%;
    margin-bottom: 70px;
  }
  .about-panel-bg {
    padding: 30px 50px;
  }
  .row-reverse .about_content {
    padding-left: 60px;
  }
  .about-scroll-content .slick-slide {
    margin: 0 10px;
  }
  .about-scroll-content .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .about-item a .about-sub-title {
    padding: 15px;
  }
}
@media (max-width: 1199px) {
  .about-panel-bg {
    padding: 30px;
  }
  .about_content {
    margin-bottom: 50px;
  }
  .about-content-wrapper .img-inline-grid {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 10px;
    grid-gap: 20px;
  }
  .row-reverse .about_content {
    padding-left: 50px;
  }
  .about-top-content-wrapper p {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .about_item {
    width: 100%;
    margin-bottom: 30px;
    max-width: 600px;
  }
  .about_content {
    width: 100%;
    padding-right: 0;
  }
  .about_content dl dd,
  .about_content dl dt {
    line-height: 26px;
    margin-bottom: 15px;
  }
  .about_content {
    margin-bottom: 30px;
  }
  .about-content-wrapper .img-inline-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .row-reverse .about_content {
    padding-left: 0px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .about_content {
    margin-bottom: 15px;
  }
  .about_item:nth-last-col {
    margin-bottom: 0;
  }
  .about-fhrx-special {
    width: 180px;
    height: 180px;
  }
  .about-fhrx-special span {
    font-size: 18px;
    margin-top: 10px;
    padding: 10px 10px 0;
  }
}
@media (max-width: 576px) {
  .about_content dl dd,
  .about_content dl dt {
    line-height: 24px;
  }
  .about-scroll-content .slick-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .about-scroll-content .slick-slide {
    margin: 0 5px;
  }
  .about-item a img {
    min-height: 75px;
    object-fit: cover;
  }
  .about-item a {
    margin-bottom: 30px;
  }
  .about-item a img.logo {
    max-width: 90px;
    padding: 25px 0;
  }
  .about-item a .about-sub-title {
    font-size: 12px;
    line-height: 1.2;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    white-space: normal;
    word-break: break-all;
  }
  .about-content-wrapper .img-inline-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-bottom: 0;
  }

  .about_content dl dt {
    width: 120px;
  }
  .about-item a .about-sub-title {
    padding: 7px 10px;
  }
  .flex-container:not(.row-reverse) .about_item {
    padding-bottom: 70px;
  }
  .flex-container:last-of-type .about_item {
    margin-bottom: 20px;
  }
  .about-fhrx-special {
    width: 150px;
    height: 150px;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    bottom: inherit;
  }
  .about-fhrx-special span {
    font-size: 16px;
  }
  .left-about-badge img {
    width: 50%;
  }
  .about-logo {
    width: 86px;
    height: 86px;
  }
  .about-logo img {
    width: 70px;
  }
}
