/* education-header */
.education .bb {
  display: block;
  position: relative;
  visibility: hidden;
  top: -88px;
}
.education-header {
  border-bottom: 1px solid #E3E3E3;
  position: sticky;
  top: 0px;
  background-color: #ffffff;
  z-index: 5;
}
.education-header .education-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.education-header .education-header-content .navigation {
  padding: 20px 0px;
  width: 100%;
}
.education-header .education-header-content .navigation .d-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.education-header .education-header-content .navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.education-header .education-header-content .navigation ul li {
  margin-right: 30px;
}
.education-header .education-header-content .navigation ul li:last-child {
  margin-right: 0px;
}
.education-header .education-header-content .navigation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #939393;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.education-header .education-header-content .navigation ul li a.active {
  color: #000000;
}
.education-header .education-header-content .navigation ul li a.active:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #000000;
  pointer-events: none;
}
.education-header .education-header-content .navigation ul li a:hover {
  opacity: 0.6;
}
.education-header .education-header-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.education-header .education-header-content .btn a {
  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;
  width: 231px;
  height: 47px;
  background-color: #621bff;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  -o-transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
  transition: all 0.2s cubic-bezier(0.215,0.61,0.355,1);
}
.education-header .education-header-content .btn a:hover {
  background-color: #531AD3;
}
.education-header .education-header-content .btn a svg {
  width: 13px;
  height: 12px;
  fill: #ffffff;
  position: relative;
  left: 4px;
  top: -4px;
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 992px) {
  .education-header .education-header-content .navigation ul li {
    margin-right: 15px;
  }
  .education-header .education-header-content .navigation ul li a {
    font-size: 14px;
  }
  .education-header .education-header-content .btn a {
    width: 195px;
  }
}
@media only screen and (max-width: 768px) {
  .education-header {
    display: none;
  }
}
@media only screen and (max-width: 576px) {

}
@media only screen and (max-width: 375px) {

}