@charset "UTF-8";
/*swiper START*/
/*.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
  position: absolute;
  top: calc(100% + 19px);
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 2rem;
  content: "";
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  z-index: 1;
}*/
/* horizontal scroll */
/*responsive START*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0; }

.container {
  font-family: Arial, sans-serif;
  width: 1000px;
  margin: 0 auto; }

.wrapper {
  height: 310px;
  vertical-align: middle; }

.nav {
  margin-top: 40px; }

.pull-right {
  float: right; }

a {
  color: #333;
  text-decoration: none; }
  a:active {
    color: #333;
    text-decoration: none; }
  a:hover {
    color: #999; }

.arrow-steps .step {
  font-size: 14px;
  text-align: center;
  color: #666;
  cursor: default;
  margin: 0 5px;
  padding: 5px 10px 8px 17px;
  min-width: 185px;
  float: left;
  position: relative;
  background-color: #d9e3f7;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: background-color 0.2s ease; }
  .arrow-steps .step:after {
    content: " ";
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    border-top: 47px solid transparent;
    border-bottom: 48px solid transparent;
    border-left: 17px solid #d9e3f7;
    z-index: 2;
    transition: border-color 0.2s ease; }
  .arrow-steps .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -16px;
    width: 0;
    height: 0;
    border-top: 47px solid transparent;
    border-bottom: 48px solid transparent;
    border-left: 17px solid #d9e3f7;
    z-index: 2;
    transition: border-color 0.2s ease;
    right: auto;
    left: 0;
    border-left: 17px solid #fff;
    z-index: 0; }
  .arrow-steps .step:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
    .arrow-steps .step:first-child:before {
      border: none; }
  .arrow-steps .step span {
    position: relative; }
    .arrow-steps .step span:before {
      opacity: 0;
      content: "✔";
      position: absolute;
      top: -2px;
      left: -20px; }

.arrow-steps .step.done span:before {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 0.5s;
  -moz-transition: opacity 0.3s ease 0.5s;
  -ms-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s; }

.arrow-steps .step.current {
  color: #fff;
  background-color: #23468c; }
  .arrow-steps .step.current:after {
    border-left: 17px solid #23468c; }

html {
  position: relative;
  height: 100%;
  overflow: hidden; }

body {
  position: relative;
  height: 100%;
  overflow: hidden;
  font-family: Arial, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0; }

.swiper {
  margin-left: 25%;
  margin-right: 25%; }

.swiper-wrapper {
  height: 200px !important; }

.swiper-container-wrapper--timeline .swiper-slide {
  display: flex;
  background: #f3f3f3;
  min-height: 200px;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 3px solid #008fbf;
  text-align: center;
  padding: 10px; }
  .swiper-container-wrapper--timeline .swiper-slide .container {
    padding: 0;
    width: 100%; }
  .swiper-container-wrapper--timeline .swiper-slide .title {
    font-size: 16px;
    opacity: 0;
    transition: 0.5s ease 0.5s; }

.swiper-container-wrapper--timeline .swiper-slide-active .title {
  opacity: 1; }

.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
  position: relative;
  margin-bottom: 70px;
  background-color: transparent;
  height: 4px;
  border-bottom: 1px solid #888;
  width: 75%; }
  .swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
    position: absolute;
    top: 2px;
    left: -100%;
    width: 100%;
    height: 3px;
    background-color: #000;
    content: ""; }
  .swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
    position: absolute;
    top: 3px;
    right: -100%;
    width: 100%;
    height: 1px;
    background-color: #888;
    content: ""; }

.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
  background-color: #000;
  height: 3px;
  top: 2px; }

.swiper-container-wrapper--timeline .swiper-pagination-custom {
  position: relative;
  list-style: none;
  margin: 0.5rem 0;
  padding: 0.2rem 0;
  display: flex;
  line-height: 1.66;
  bottom: 0;
  z-index: 11;
  width: 100%;
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #008fbf #fff; }
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
    position: relative;
    width: 100%;
    height: 92px;
    line-height: 77px;
    display: block; }
    .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
      font-weight: 400;
      right: 0;
      transform: translateX(50%);
      transition: 0.2s all ease-in-out;
      transition-delay: 0s;
      cursor: pointer;
      z-index: 1; }
    .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch:hover {
      background-color: #712a4c !important;
      cursor: pointer; }
      .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch:hover .switch-title {
        font-weight: 900;
        color: lightgray !important; }
      .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch:hover:after {
        border-left-color: #712a4c !important; }
  .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active {
    background-color: #712a4c !important; }
    .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active:after {
      border-left-color: #712a4c !important; }
    .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
      font-weight: 900;
      transition-delay: 0.4s;
      color: lightgray !important; }
      .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
        background: #000;
        width: 25px;
        height: 25px;
        transition-delay: 0.4s; }
    .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title {
      color: #888;
      font-weight: 16px; }
      .swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title:after {
        background: #888; }
  .swiper-container-wrapper--timeline .swiper-pagination-custom::-webkit-scrollbar {
    height: 5px; }
  .swiper-container-wrapper--timeline .swiper-pagination-custom::-webkit-scrollbar-thumb {
    background-color: #008fbf;
    border-radius: 20px; }
  .swiper-container-wrapper--timeline .swiper-pagination-custom::-webkit-scrollbar-track {
    background-color: lightgray; }

.first-timeline .arrow-steps .swiper-pagination-switch.first::before {
  content: "2023";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 40px;
  height: 20px;
  background-color: #8eaadb;
  border-radius: 2px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  z-index: 3;
  padding: 1px; }

.second-timeline .arrow-steps .swiper-pagination-switch.first::before {
  content: "2023";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 40px;
  height: 20px;
  background-color: #8eaadb;
  border-radius: 2px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  z-index: 3;
  padding: 1px;
  content: "2024"; }

.first-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:first-child {
  background-color: #deebf7; }
  .first-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:first-child:after {
    border-left-color: #deebf7; }

.first-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(2) {
  background-color: #deebf7; }
  .first-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(2):after {
    border-left-color: #deebf7; }

.first-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(3) {
  background-color: #deebf7; }
  .first-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(3):after {
    border-left-color: #deebf7; }

.first-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(5) {
  background-color: #deebf7; }
  .first-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(5):after {
    border-left-color: #deebf7; }

.first-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(4) {
  background-color: #b4c7e7; }
  .first-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(4):after {
    border-left-color: #b4c7e7; }

.second-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:first-child {
  background-color: #deebf7; }

.second-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(6) {
  background-color: #deebf7; }
  .second-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(6):after {
    border-left-color: #deebf7; }

.second-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(7) {
  background-color: #deebf7; }
  .second-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(7):after {
    border-left-color: #deebf7; }

.second-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(2) {
  background-color: #b4c7e7; }
  .second-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(2):after {
    border-left-color: #b4c7e7; }

.second-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(3) {
  background-color: #b4c7e7; }
  .second-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(3):after {
    border-left-color: #b4c7e7; }

.second-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(4) {
  background-color: #dae3f3; }
  .second-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(4):after {
    border-left-color: #dae3f3; }

.second-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(5) {
  background-color: #f8cbad; }
  .second-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(5):after {
    border-left-color: #f8cbad; }

.second-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(8) {
  background-color: #f8cbad; }
  .second-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(8):after {
    border-left-color: #f8cbad; }

.second-timeline.swiper-container-wrapper--timeline .swiper-pagination-custom .step:nth-child(1):after {
  border-left-color: #deebf7; }

@media (max-width: 1200px) {
  .body-timeline .container {
    max-width: 100%;
    padding: 0; } }

@media (max-width: 475px) {
  .swiper-container-wrapper--timeline .swiper-slide-active .title {
    font-size: 14px;
    line-height: 18px; } }
