.sec1 {
  padding: 79px 0 100px; }
  .sec1 .wrap .title {
    font-family: 'Handel Gothic BT';
    font-weight: 400;
    font-size: 36px;
    color: #004178;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .sec1 .wrap .text {
    font-weight: 500;
    font-size: 18px;
    color: #004178;
    line-height: 30px; }
  .sec1 .wrap .img {
    width: 100%;
    margin: 68px 0 70px; }
  .sec1 .wrap .part .part_title {
    font-family: 'Handel Gothic BT';
    font-weight: 400;
    font-size: 24px;
    color: #004178;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 70px; }
  .sec1 .wrap .part .part_text {
    font-weight: 400;
    font-size: 18px;
    color: #004178;
    line-height: 30px; }
  .sec1 .wrap .part .num_list {
    display: flex;
    gap: 0 110px;
    margin-bottom: 90px; }
    .sec1 .wrap .part .num_list .num_item {
      width: 260px;
      position: relative; }
      .sec1 .wrap .part .num_list .num_item:after {
        content: "";
        width: 1px;
        height: 100%;
        background: #E1E2E6;
        position: absolute;
        top: 0;
        right: -55px; }
      .sec1 .wrap .part .num_list .num_item .num {
        display: flex;
        margin-bottom: 20px; }
        .sec1 .wrap .part .num_list .num_item .num p {
          font-family: 'Archivo';
          font-weight: 500;
          font-size: 60px;
          color: #004178;
          line-height: 1; }
      .sec1 .wrap .part .num_list .num_item span {
        font-weight: 400;
        font-size: 16px;
        color: #004178;
        line-height: 24px; }

.sec2 {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative; }
  .sec2 .img {
    width: 100%; }
    .sec2 .img img {
      display: block;
      width: 100%;
      height: 1000px; }
  .sec2 .text_box {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%); }
    .sec2 .text_box .title {
      font-family: 'Handel Gothic BT';
      font-weight: 400;
      font-size: 36px;
      color: #FFFFFF;
      text-align: center;
      margin-bottom: 30px;
      text-transform: uppercase; }
    .sec2 .text_box .text {
      font-weight: 400;
      font-size: 18px;
      color: #FFFFFF;
      line-height: 30px;
      text-align: center; }

.sec3 {
  padding: 113px 0 154px; }
  .sec3 .wrap .list {
    display: flex;
    flex-direction: column;
    gap: 95px 0;
    position: relative; }
    .sec3 .wrap .list .line {
      width: 0;
      height: 0%;
      position: absolute;
      top: 0;
      left: 50%;
      border: 1px dashed #004178;
      opacity: 0.8; }
  .sec3 .wrap .item {
    display: flex;
    position: relative;
    z-index: 3; }
    .sec3 .wrap .item .l {
      width: 700px;
      padding: 18px 53px 0 0;
      transform: translateX(-50px);
      opacity: 0;
      transition: 0.6s; }
      .sec3 .wrap .item .l .year {
        font-family: 'Handel Gothic BT';
        font-weight: 400;
        font-size: 36px;
        color: #004178;
        text-align: right; }
    .sec3 .wrap .item .icon {
      width: 80px;
      height: 80px;
      background: #004178;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 0;
      transition: 0.6s; }
      .sec3 .wrap .item .icon img {
        display: block;
        max-width: 80%;
        max-height: 60%; }
    .sec3 .wrap .item .r {
      width: 700px;
      padding: 19px 0 0 69px;
      transform: translateX(50px);
      opacity: 0;
      transition: 0.6s; }
      .sec3 .wrap .item .r .r_title {
        font-family: 'Handel Gothic BT';
        font-weight: 400;
        font-size: 28px;
        color: #004178;
        text-transform: uppercase; }
      .sec3 .wrap .item .r .r_text {
        font-weight: 400;
        font-size: 18px;
        color: #004178;
        line-height: 30px;
        margin: 25px 0 40px; }
      .sec3 .wrap .item .r .r_img {
        width: 500px; }
    .sec3 .wrap .item.on .l, .sec3 .wrap .item.on .r {
      transition-delay: 0.1s; }
    .sec3 .wrap .item.on .l, .sec3 .wrap .item.on .r, .sec3 .wrap .item.on .icon {
      opacity: 1;
      transform: translateX(0) !important; }
    .sec3 .wrap .item:nth-child(2n) {
      flex-direction: row-reverse; }
      .sec3 .wrap .item:nth-child(2n) .r {
        padding: 19px 69px 0 0px;
        text-align: right;
        transform: translateX(-50px); }
        .sec3 .wrap .item:nth-child(2n) .r .r_img {
          margin: 0 0 0 auto; }
      .sec3 .wrap .item:nth-child(2n) .l {
        padding: 18px 0 0 70px;
        transform: translateX(50px); }
        .sec3 .wrap .item:nth-child(2n) .l .year {
          text-align: left; }

.sec4 {
  background: #F3F4F8;
  padding: 100px 0 106px; }
  .sec4 .wrap .title {
    font-family: 'Handel Gothic BT';
    font-weight: 400;
    font-size: 36px;
    color: #004178;
    margin-bottom: 50px;
    text-transform: uppercase; }
  .sec4 .wrap .list {
    display: flex;
    gap: 0 40px; }
    .sec4 .wrap .list .item {
      width: 340px; }
      .sec4 .wrap .list .item .img {
        width: 340px;
        height: 400px;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 25px; }
        .sec4 .wrap .list .item .img img {
          display: block;
          width: 100%;
          height: 100%;
          transition: 3s; }
      .sec4 .wrap .list .item p {
        font-weight: 500;
        font-size: 20px;
        color: #004178;
        line-height: 24px; }
      .sec4 .wrap .list .item:hover .img img {
        transform: scale(1.1); }

.sec5 {
  padding: 100px 0 96px; }
  .sec5 .wrap .title {
    font-family: 'Handel Gothic BT';
    font-weight: 400;
    font-size: 36px;
    color: #004178;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 49px; }
  .sec5 .wrap .links {
    border-bottom: 1px solid #EBEDF1;
    padding: 0 0 20px;
    display: flex;
    justify-content: center;
    gap: 0 93px;
    margin-bottom: 32px; }
    .sec5 .wrap .links .item {
      font-weight: 400;
      font-size: 18px;
      color: #004178;
      cursor: pointer;
      position: relative;
      transition: 0.6s; }
      .sec5 .wrap .links .item:after {
        content: "";
        width: 70px;
        height: 2px;
        background: #004178;
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%) scaleX(0);
        transition: 1s; }
      .sec5 .wrap .links .item:hover, .sec5 .wrap .links .item.on {
        font-weight: 700; }
        .sec5 .wrap .links .item:hover:after, .sec5 .wrap .links .item.on:after {
          transform: translateX(-50%) scaleX(1); }
  .sec5 .wrap .box .box_item {
    display: none; }
    .sec5 .wrap .box .box_item.on {
      display: block; }
    .sec5 .wrap .box .box_item .big_img {
      margin-bottom: 40px;
      border-radius: 6px;
      overflow: hidden; }
      .sec5 .wrap .box .box_item .big_img img {
        display: block;
        width: 100%; }
    .sec5 .wrap .box .box_item .small_img {
      position: relative; }
      .sec5 .wrap .box .box_item .small_img .btns {
        width: 1650px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        display: flex;
        justify-content: space-between; }
        .sec5 .wrap .box .box_item .small_img .btns .icon {
          width: 50px;
          height: 50px;
          border: 1px solid rgba(0, 65, 120, 0.2);
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 4px;
          transition: 0.6s;
          cursor: pointer;
          pointer-events: auto; }
          .sec5 .wrap .box .box_item .small_img .btns .icon img {
            display: block;
            width: 12px;
            transition: 0.6s; }
          .sec5 .wrap .box .box_item .small_img .btns .icon:nth-child(1) {
            transform: rotate(180deg); }
          .sec5 .wrap .box .box_item .small_img .btns .icon:hover {
            background: #004178;
            border: 1px solid #004178; }
            .sec5 .wrap .box .box_item .small_img .btns .icon:hover img {
              filter: brightness(0) invert(1); }
      .sec5 .wrap .box .box_item .small_img .small_swiper .swiper-wrapper {
        transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1); }
        .sec5 .wrap .box .box_item .small_img .small_swiper .swiper-wrapper .swiper-slide {
          height: 210px;
          border-radius: 4px;
          overflow: hidden; }
          .sec5 .wrap .box .box_item .small_img .small_swiper .swiper-wrapper .swiper-slide img {
            display: block;
            width: 100%;
            height: 100%;
            transition: 3s; }
          .sec5 .wrap .box .box_item .small_img .small_swiper .swiper-wrapper .swiper-slide:hover img {
            transform: scale(1.1); }

/*# sourceMappingURL=about.css.map */
