.g5plus-time-line {
  position: relative;
}
.g5plus-time-line:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 50%;
  width: 2px;
  background-color: #ddd;
}
.g5plus-time-line ul {
  padding: 0 !important;
  list-style: none;
}
.g5plus-time-line li {
  position: relative;
}
.g5plus-time-line li .time-line-thumb {
  position: relative;
  width: 50%;
  float: left;
  left: -100%;
  padding: 0 30px;
  -webkit-transition: 0.7s ease-out;
  -moz-transition: 0.7s ease-out;
  -o-transition: 0.7s ease-out;
  transition: 0.7s ease-out;
  text-align: center;
  opacity: 0;
}
.g5plus-time-line li .time-line-thumb .thumb-inner {
  max-width: 450px;
  margin: auto;
  position: relative;
}
.g5plus-time-line li .time-line-thumb img {
  width: 100%;
}
.g5plus-time-line li .time-line-thumb .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0;
}
.g5plus-time-line li .time-line-thumb .icon:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-top: 79px solid transparent;
}
.g5plus-time-line li .time-line-thumb i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 1;
  color: #fff;
  font-size: 25px;
}
.g5plus-time-line li .time-line-content {
  width: 50%;
  float: left;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 30px;
}
.g5plus-time-line li .time-line-content .time-line-title {
  letter-spacing: 0.15em;
  margin-bottom: 17px;
}
.g5plus-time-line li .time-line-content p {
  letter-spacing: 0.02em;
}
.g5plus-time-line li .time-line-content:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease-out 0.1s all 0.2s;
  -moz-transition: ease-out 0.1s all 0.2s;
  -o-transition: ease-out 0.1s all 0.2s;
  transition: ease-out 0.1s all 0.2s;
  left: -12px;
  border: 4px solid #ddd;
  z-index: 6;
}
.g5plus-time-line li .time-line-content:before {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0.8);
  -moz-transform: translateY(-50%) scale(0.8);
  -o-transform: translateY(-50%) scale(0.8);
  -ms-transform: translateY(-50%) scale(0.8);
  transform: translateY(-50%) scale(0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  left: -12px;
  z-index: 5;
  background-color: #fff;
}
.g5plus-time-line li .content-inner {
  position: relative;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 390px;
  margin: auto;
  padding: 35px 40px;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 21px;
  box-shadow: 0 7px 20px rgba(153, 153, 153, 0.2);
  opacity: 0;
  -webkit-transition: 0.7s ease-out;
  -moz-transition: 0.7s ease-out;
  -o-transition: 0.7s ease-out;
  transition: 0.7s ease-out;
}
.g5plus-time-line li .content-inner:before,
.g5plus-time-line li .content-inner:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -18px;
}
.g5plus-time-line li .content-inner:before {
  z-index: 1;
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
  border-right: 18px solid #fff;
}
.g5plus-time-line li .content-inner:after {
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  border-right: 18px solid #ddd;
}
.g5plus-time-line li:nth-child(2n) .time-line-thumb {
  left: 100%;
  float: right;
}
.g5plus-time-line li:nth-child(2n) .time-line-content {
  right: inherit;
  left: 0;
}
.g5plus-time-line li:nth-child(2n) .time-line-content:after {
  right: -13px;
  left: initial;
}
.g5plus-time-line li:nth-child(2n) .time-line-content:before {
  right: -13px;
  left: initial;
}
.g5plus-time-line li:nth-child(2n) .content-inner {
  right: 100%;
  left: initial;
}
.g5plus-time-line li:nth-child(2n) .content-inner:before,
.g5plus-time-line li:nth-child(2n) .content-inner:after {
  left: inherit;
  right: -18px;
}
.g5plus-time-line li:nth-child(2n) .content-inner:before {
  border-left: 18px solid #fff;
  border-right: none;
}
.g5plus-time-line li:nth-child(2n) .content-inner:after {
  border-left: 18px solid #ddd;
  border-right: none;
}
.g5plus-time-line li.animated .time-line-thumb {
  left: 0;
  right: initial;
  opacity: 1;
}
.g5plus-time-line li.animated .content-inner {
  left: 0;
  opacity: 1;
}
.g5plus-time-line li.animated:nth-child(2n) .time-line-thumb {
  left: 0;
}
.g5plus-time-line li.animated:nth-child(2n) .content-inner {
  right: 0;
  left: initial;
}
.g5plus-time-line li:hover .time-line-content:before {
  -webkit-transform: translateY(-50%) scale(1.5);
  -moz-transform: translateY(-50%) scale(1.5);
  -o-transform: translateY(-50%) scale(1.5);
  -ms-transform: translateY(-50%) scale(1.5);
  transform: translateY(-50%) scale(1.5);
  opacity: 1;
}
@media (min-width: 992px) {
  .g5plus-time-line li .time-line-content .time-line-title {
    max-height: 3.714em;
    overflow: hidden;
  }
  .g5plus-time-line li .time-line-content p {
    max-height: 9.285em;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .g5plus-time-line:after {
    display: none;
  }
  .g5plus-time-line li .time-line-thumb {
    width: 100%;
  }
  .g5plus-time-line li .time-line-content {
    position: relative;
    margin: 30px 0;
    width: 100%;
  }
  .g5plus-time-line li .time-line-content .content-inner {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .g5plus-time-line li .time-line-content:after {
    left: 0;
  }
  .g5plus-time-line li .time-line-content:before {
    left: 0;
  }
  .g5plus-time-line li:nth-child(2n) .time-line-content:after {
    right: 0;
  }
  .g5plus-time-line li:nth-child(2n) .time-line-content:before {
    right: 0;
  }
}
@media (max-width: 599px) {
  .g5plus-time-line li .time-line-content .content-inner {
    max-width: 300px;
  }
}
@media (max-width: 479px) {
  .g5plus-time-line li .time-line-thumb {
    padding: 0;
  }
  .g5plus-time-line li .time-line-content {
    padding: 0;
  }
  .g5plus-time-line li .time-line-content .content-inner {
    padding: 20px;
    max-width: 100%;
  }
  .g5plus-time-line li .time-line-content:after,
  .g5plus-time-line li .time-line-content:before {
    display: none;
  }
}
