@keyframes kf-fadein {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes border-fadein {
  0% {
    transform: scaleX(0)
  }

  100% {
    transform: scaleX(1)
  }
}

.history-mv {
  position: relative;
  margin-bottom: 45px;
  background-color: #f8f3ed;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none
}

.history-mv * {
  box-sizing: border-box
}

.history-mv *:before,.history-mv *:after {
  box-sizing: border-box
}

.history-mv .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background-image: url("/sites/default/files/image/company/profile/history/company-profile-history_177.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.history-mv .overlay .cont {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 75px 0 60px
}

.history-mv .overlay .btn-start {
  width: 54px;
  cursor: pointer;
  animation: blink 1s linear infinite
}

.history-mv .slider-cont {
  position: relative;
  height: 415px;
  overflow: hidden
}

.history-mv .slider-module {
  position: relative;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  display: flex;
  height: 100%
}

.history-mv .slider-module .item {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  width: 490px;
  height: 100%;
  padding: 50px 0 0;
  background-image: url("/sites/default/files/image/company/profile/history/company-profile-history_180.webp");
  background-size: auto 100%;
  background-position: center 0;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
  transition: left 0 linear
}

.history-mv .slider-module .slider-card .year {
  position: relative;
  z-index: 1;
  height: 60px
}

.history-mv .slider-module .slider-card .year img {
  height: 100%
}

.history-mv .slider-module .slider-card .image {
  height: 200px;
  margin-left: 70px;
  margin-top: -15px
}

.history-mv .slider-module .slider-card .image img {
  height: 100%
}

.history-mv .slider-module .slider-card .desc {
  height: 70px;
  margin-left: 140px;
  padding-left: 20px;
  border-left: 1px solid #039;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.67
}

.history-mv .slider-control .btn {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 2;
  transform: translateY(-50%);
  width: 51px;
  height: 51px;
  background-color: #039;
  border-radius: 100px;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  transition: opacity .3s linear
}

.history-mv .slider-control .btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: calc(50% - 1px);
  transform: translate(-50%, -50%) rotate(180deg);
  width: 8px;
  height: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.8%22%20height%3D%2214.1%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.1%2C13.8c-0.2%2C0-0.4-0.1-0.5-0.2c-0.3-0.3-0.3-0.8%2C0-1.1L6%2C7.1L0.5%2C1.6c-0.3-0.3-0.3-0.8%2C0-1.1s0.8-0.3%2C1.1%2C0l6%2C6c0.3%2C0.3%2C0.3%2C0.8%2C0%2C1.1l-6%2C6C1.4%2C13.7%2C1.3%2C13.8%2C1.1%2C13.8z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-position: 0 0;
  background-repeat: no-repeat
}

.history-mv .slider-control .btn:hover {
  opacity: .7
}

.history-mv .slider-control .btn.prev {
  opacity: 0;
  visibility: hidden
}

.history-mv .slider-control .btn.next {
  left: inherit;
  right: 15px
}

.history-mv .slider-control .btn.next::after {
  left: calc(50% + 1px);
  transform: translate(-50%, -50%)
}

.history-mv .slider-pagination {
  margin-top: 1px;
  padding: 15px;
  background-color: rgba(0,0,0,.4)
}

.history-mv .slider-pagination .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -15px
}

.history-mv .slider-pagination .item {
  padding: 0 15px;
  margin-top: 15px
}

.history-mv .slider-pagination .item:last-child .btn:after {
  display: none
}

.history-mv .slider-pagination .btn {
  position: relative;
  width: 104px;
  padding: 10px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.8%22%20height%3D%2214.1%22%3E%3Cpath%20fill%3D%22%23003399%22%20d%3D%22M1.1%2C13.8c-0.2%2C0-0.4-0.1-0.5-0.2c-0.3-0.3-0.3-0.8%2C0-1.1L6%2C7.1L0.5%2C1.6c-0.3-0.3-0.3-0.8%2C0-1.1s0.8-0.3%2C1.1%2C0l6%2C6c0.3%2C0.3%2C0.3%2C0.8%2C0%2C1.1l-6%2C6C1.4%2C13.7%2C1.3%2C13.8%2C1.1%2C13.8z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 4px 7px;
  background-position: 10px center;
  background-repeat: no-repeat;
  border-radius: 25px;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
  font-size: 14px;
  font-weight: bold;
  color: #039;
  text-align: center;
  line-height: 1.1;
  cursor: pointer
}

.history-mv .slider-pagination .btn.is-active {
  background-color: #039;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.8%22%20height%3D%2214.1%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.1%2C13.8c-0.2%2C0-0.4-0.1-0.5-0.2c-0.3-0.3-0.3-0.8%2C0-1.1L6%2C7.1L0.5%2C1.6c-0.3-0.3-0.3-0.8%2C0-1.1s0.8-0.3%2C1.1%2C0l6%2C6c0.3%2C0.3%2C0.3%2C0.8%2C0%2C1.1l-6%2C6C1.4%2C13.7%2C1.3%2C13.8%2C1.1%2C13.8z%22%2F%3E%3C%2Fsvg%3E");
  color: #fff
}

.history-mv .slider-pagination .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  width: 30px;
  height: 1px;
  background-color: #fff
}

.history-mv .ov-disabled {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%
}

@media only screen and (min-width: 835px) {
  .history-mv .slider-pagination .item {
    width:20%
  }

  .history-mv .slider-pagination .item .btn {
    width: 100%
  }

  .history-mv .slider-pagination .item:nth-child(5n+5) .btn:after {
    display: none
  }

  .history-mv .slider-pagination .btn:hover {
    background-color: #039;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227.8%22%20height%3D%2214.1%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.1%2C13.8c-0.2%2C0-0.4-0.1-0.5-0.2c-0.3-0.3-0.3-0.8%2C0-1.1L6%2C7.1L0.5%2C1.6c-0.3-0.3-0.3-0.8%2C0-1.1s0.8-0.3%2C1.1%2C0l6%2C6c0.3%2C0.3%2C0.3%2C0.8%2C0%2C1.1l-6%2C6C1.4%2C13.7%2C1.3%2C13.8%2C1.1%2C13.8z%22%2F%3E%3C%2Fsvg%3E");
    color: #fff
  }
}

@media only screen and (max-width: 834px) {
  .history-mv .overlay {
    background-image:url("/sites/default/files/image/company/profile/history/company-profile-history_178.webp")
  }

  .history-mv .overlay .cont {
    display: block;
    padding: 0 10px;
    text-align: center
  }

  .history-mv .overlay .image {
    margin-bottom: 25px
  }

  .history-mv .overlay .btn-start {
    width: 49px;
    margin: 0 auto
  }

  .history-mv .slider-cont {
    position: relative;
    height: auto
  }

  .history-mv .slider-module {
    position: relative;
    top: 0;
    transform: translateY(0);
    display: flex;
    height: 100%
  }

  .history-mv .slider-module .item {
    width: 420px;
    height: 100%;
    padding: 30px 0 0;
    background-size: 100% auto
  }

  .history-mv .slider-module .slider-card .year {
    height: 32px
  }

  .history-mv .slider-module .slider-card .image {
    height: 125px;
    margin-top: -8px;
    margin-left: 40px
  }

  .history-mv .slider-module .slider-card .desc {
    height: 70px;
    margin-left: 45px;
    padding-left: 20px;
    border-left: 1px solid #039;
    font-size: 15px;
    line-height: 1.67
  }

  .history-mv .slider-control .btn {
    position: absolute;
    top: 115px;
    left: 10px;
    transform: translateY(0);
    width: 32px;
    height: 32px
  }

  .history-mv .slider-control .btn::after {
    left: 50%;
    width: 6px;
    height: 11px
  }

  .history-mv .slider-control .btn.next {
    right: 10px
  }

  .history-mv .slider-pagination {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-top: 0;
    padding: 15px 10px
  }

  .history-mv .slider-pagination .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -14px -7px 0
  }

  .history-mv .slider-pagination .item {
    padding: 0 7px;
    margin-top: 14px
  }

  .history-mv .slider-pagination .btn {
    position: relative;
    width: 70px;
    padding: 6px;
    background-color: #fff;
    background-image: none;
    font-size: 11px
  }

  .history-mv .slider-pagination .btn:hover,.history-mv .slider-pagination .btn.is-active {
    background-image: none
  }

  .history-mv .slider-pagination .btn:after {
    display: none
  }
}

@keyframes blink {
  0% {
    opacity: 1
  }

  100% {
    opacity: 0
  }
}

/*# sourceMappingURL=history.css.map */
