/* ---------------------------------- bg-about-top ----------------------------------*/
.bg-about-top {
  padding-top: 22.222223%;
  position: relative;
}

.mn-bar-about {
  width: fit-content;
  max-width: 1220px;
  margin: 0 auto;
  position: sticky;
  top: 87px;
  transform: translateY(-50%);
  padding: 10px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 3px #0000004a;
  z-index: 100;
}

.mn-bar-about ul li {
  cursor: pointer;
  padding: 4px 40px;
  color: #000000de;
  font-family: var(--font-title);
  border-right: 1px solid #B0B0B0;
}

.mn-bar-about ul li:last-child {
  border: none;
}

.mn-bar-about ul li:hover span {
  background: var(--Gradient, linear-gradient(135deg, #27AAE1 0%, #2B3990 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wrap-block-about {
  max-width: 920px;
  padding: 10px;
  margin: 0 auto;
  /* display: flex; */
  justify-content: space-between;
}

.wrap-block-about .left {
  width: calc(50% - 20px);
  float: left;
  padding-right: 15px;
}

.wrap-block-about .right {}

.sub-title-about {
  font-size: 16px;
  font-family: var(--font-title);
  line-height: 1.2;
}

.title-about {
  font-size: 38px;
  font-family: var(--font-title);
  line-height: 1.2;
  background: rgb(79, 136, 191);
  background: var(--Gradient, linear-gradient(135deg, #27AAE1 0%, #2B3990 100%));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.wrap-block-about .left .pic {
  width: fit-content;
}

/* ---------------------------------- wrap-history ----------------------------------*/
.wrap-history {
  padding: 40px 0;
  text-align: center;
}

.owl-history {
  margin-top: 30px;
}

.box-history .time {
  font-size: 28px;
  color: #19114A;
  font-family: var(--font-title);
}

.box-history .event {
  font-size: 16px;
  color: #19114A;
  font-family: var(--font-title);
  margin: 5px auto 10px auto;
}

.box-history .desc {
  color: #333333;
  font-size: 16px;
}

.owl-history.owl-carousel .owl-dots button {
  width: calc(100% /7);
  height: 10px;
  line-height: 10px;
}

.owl-history.owl-carousel .owl-dots {
  padding: 0 !important;
  margin: 20px 0 0 !important;
  border-radius: 30px;
  overflow: hidden;
  height: 4px;
  line-height: 4px;
}

.owl-history.owl-carousel .owl-dots button:not(.active):hover span {
  background: #2610b0;
}

.owl-history.owl-carousel .owl-dots button span {
  width: 100%;
  margin: 0;
  display: block;
  border-radius: 0;
  height: 10px;
}

.group-target-about {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  text-align: left;
  transform: translateY(100px);
  margin-bottom: 30px;
}

.box-target-about {
  padding: 20px;
  border-radius: 4px;
  background: #4F88BF;
  color: #FFf;
  height: 100%;
}

.box-target-about h3 {
  font-family: var(--font-title);
  font-size: 20px;
  line-height: 1.5
}

.box-target-about h3 p {
  font-size: 16px;
}

.wrap-orientate-about {
  padding: 40px 10px;
}

/* Responsive */
@media(max-width: 1001px) {
  .bg-about-top {
    padding-top: 35%;
    background-position: center center !important;
  }

  .mn-bar-about {
    top: 95px;
    border-radius: 5px;
  }

  .pt-5.mt-5.wrap-block-about {
    padding: 20px 10px !important;
    margin: 20px auto !important;
  }
}

@media(max-width: 768px) {
  .mn-bar-about ul li {
    padding: 0 10px;
    color: black;
  }

  .pt-5.mt-5.wrap-block-about {
    flex-wrap: wrap;
  }

  .wrap-block-about .left,
  .wrap-block-about .right {
    width: 100%;
    margin-top: 10px;
  }

  .wrap-history {
    margin-bottom: 30px;
  }

  .title-about {
    font-size: 30px;
  }

  .wrap-history {
    padding-top: 0;
  }

  .wrap-orientate-about {
    flex-direction: column-reverse;
  }
}

@media(max-width: 700px) {
  .group-target-about {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media(max-width: 500px) {
  .mn-bar-about {
    top: 90px;
  }

  .ul-page {
    display: flex;
    text-align: center;
    line-height: 1;
  }
}

@media(max-width: 400px) {
  .mn-bar-about {
    top: 100px;
  }
}