.bixol-history-block {
  position: relative;
  z-index: 1;
  /*padding: 100px 0;*/
}
@media (max-width: 767px) {
  .bixol-history-block {
    padding: 30px 0;
  }
}
.bixol-history-block p {
  line-height: 1.5;
}
.bixol-history-block a {
  text-decoration: none !important;
}
.bixol-history-block .ab-history-left-img {
  position: absolute;
  bottom: 0;
  left: -20px;
  z-index: -1;
  width: 35%;
}
@media (max-width: 767px) {
  .bixol-history-block .ab-history-top {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .bixol-history-block .ab-history-top .title {
    display: flex;
    justify-content: center;
  }
}
.bixol-history-block .ab-history-top .title .bixol-subtitle {
  font-size: 18px;
  position: relative;
  color: var(--color-primary);
  display: flex;
  font-weight: 600;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .bixol-history-block .ab-history-top .title .bixol-subtitle {
    align-items: center;
  }
}
.bixol-history-block .ab-history-top .title .bixol-subtitle .img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .bixol-history-block .ab-history-top .title .bixol-subtitle .img {
    margin-bottom: 0;
  }
}
.bixol-history-block .ab-history-top .title .bixol-subtitle .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bixol-history-block .ab-history-top h3 {
  color: var(--color-primary);
  font-weight: 400;
  font-size: 36px;
  margin-top: 10px;
  line-height: 1;
}
@media (max-width: 767px) {
  .bixol-history-block .ab-history-top h3 {
    font-size: 24px;
  }
}
.bixol-history-block .ab-history-top h3 span {
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 767px) {
  .bixol-history-block .ab-history-top h3 span {
    line-height: 1.4;
  }
}
.bixol-history-block .ab-history-top h3 span:first-of-type {
  font-weight: 700;
}
.bixol-history-block .ab-history-top .bf-desc p {
  margin-bottom: 0;
  white-space: pre-line;
}
@media (max-width: 991px) {
  .bixol-history-block .ab-history-top .bf-desc p {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .bixol-history-block .ab-history-top .bf-desc p {
    white-space: normal;
    display: -webkit-box;
    word-break: break-word;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }
}
.bixol-history-block .ab-history-tab {
  margin-top: 95px;
}
@media (max-width: 991px) {
  .bixol-history-block .ab-history-tab {
    margin-top: 50px;
  }
}
.bixol-history-block .ab-history-tab .tab-control {
  position: relative;
  text-align: center;
}
.bixol-history-block .ab-history-tab .tab-control ul {
  display: block;
  width: 75%;
  position: relative;
  text-align: center;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: auto;
}
.bixol-history-block .ab-history-tab .tab-control ul li {
  display: inline-block;
}
.bixol-history-block .ab-history-tab .tab-control ul li a {
  position: relative;
  display: block;
  color: var(--text-color);
  opacity: 0.8;
  font-weight: 700;
  transition: all 0.3s ease-in;
  padding-bottom: 24px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .bixol-history-block .ab-history-tab .tab-control ul li a {
    font-size: 14px;
  }
}
.bixol-history-block .ab-history-tab .tab-control ul li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid transparent;
  width: 15px;
  height: 15px;
  background-color: var(--text-color);
}
.bixol-history-block .ab-history-tab .tab-control ul li a.active {
  color: var(--color-primary);
}
.bixol-history-block .ab-history-tab .tab-control ul li a.active::after {
  background-color: var(--color-second);
  border: 2px solid var(--color-primary);
}
.bixol-history-block .ab-history-tab .tab-control ul li + li {
  margin-left: 48px;
}
@media (max-width: 768px) {
  .bixol-history-block .ab-history-tab .tab-control ul li + li {
    margin-left: 24px;
  }
}
@media (max-width: 480px) {
  .bixol-history-block .ab-history-tab .tab-control ul li + li {
    margin-left: 8px;
  }
}
.bixol-history-block .ab-history-tab .tab-control .tab-devider {
  width: 75%;
  z-index: -1;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .bixol-history-block .ab-history-tab .tab-control .tab-devider {
    width: 100%;
  }
  .bixol-history-block .ab-history-tab .tab-control ul {
    width: 100%;
  }
}
.bixol-history-block .ab-history-tab .tab-control .tab-devider .iconfont {
  position: absolute;
  top: -10px;
  color: var(--color-primary);
  font-weight: 900;
}
.bixol-history-block .ab-history-tab .tab-control .tab-devider .iconfont::before {
  display: none;
}
.bixol-history-block .ab-history-tab .tab-control .tab-devider .iconfont-left {
  left: -7px;
}
.bixol-history-block .ab-history-tab .tab-control .tab-devider .iconfont-right {
  right: -7px;
}
.bixol-history-block .ab-history-tab .tab-control .tab-devider hr {
  margin: 0;
  border-top: 2px solid var(--text-color);
  opacity: 0.8;
}
.bixol-history-block .ab-history-tab .tab-content {
  padding: 0 60px;
  text-align: center;
  margin-top: 60px;
  min-height: 142px;
}
@media (max-width: 767px) {
  .bixol-history-block .ab-history-tab .tab-content {
    padding: 0;
    margin-top: 20px;
  }
}
.bixol-history-block .ab-history-tab .tab-content .tab-pane {
  opacity: 0;
  display: none;
  transition: opacity 0.5s ease, display 0.5s ease;
}
.bixol-history-block .ab-history-tab .tab-content .show {
  opacity: 1;
  display: block;
}
.bixol-history-block .ab-history-tab .tab-content .history-content {
  padding: 0 60px;
}
@media (max-width: 767px) {
  .bixol-history-block .ab-history-tab .tab-content .history-content {
    padding: 0;
  }
  .bixol-history-block .ab-history-tab .tab-content .history-content p {
    width: 100%;
    white-space: pre-line;
  }
}
.bixol-history-block .ab-history-tab .tab-content .history-content h4 {
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--color-primary);
  white-space: pre-line;
}
@media (max-width: 767px) {
  .bixol-history-block .ab-history-tab .tab-content .history-content h4 {
    margin-top: 25px;
  }
}
.bixol-history-block .ab-history-tab .tab-content .history-content p {
  width: 70%;
  display: inline-block;
}
@media (max-width: 767px) {
  .bixol-history-block .ab-history-tab .tab-content .history-content p {
    width: 100%;
  }
}
