

/** info-section **/

.info-section{
  position: relative;
  padding: 100px 0px;
}

.info-section .title-inner{
  position: relative;
  padding-left: 250px;
  display: flex;
  vertical-align: middle;
  align-items: center;
  min-height: 180px;
}

.info-section .title-inner .year-box{
  position: absolute;
  display: block;
  left: 0px;
  top: 0px;
  max-width: 220px;
  width: 100%;
  text-align: center;
  padding: 27px 15px 29px 15px;
}

.info-section .title-inner .year-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 220px;
  height: 180px;
  overflow: hidden;
}

.info-section .title-inner .year-box h2{
  position: relative;
  font-size: 110px;
  line-height: 94px;
  font-weight: 700;
}

.info-section .title-inner .year-box h3{
  font-size: 22px;
  line-height: 30px;
  color: #204669;
  text-transform: uppercase;
  font-weight: 400;
}

.info-section .title-inner .title h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #222;
}

.info-section .title-inner .title h2 span{

}

.info-section .text-column .text p{
  margin-bottom: 22px;
}

.info-section .text-column .text a{
  position: relative;
  display: inline-block;
}

.info-section .text-column .text a i{
  position: relative;
  font-size: 12px;
  margin-right: 10px;
}

.info-section .text-column .text a span{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #222;
  font-weight: 700;
  border-bottom: 1px solid #222;
  transition: all 500ms ease;
}

.info-section .text-column .text a:hover span{

}

.info-section .text-column .text{
  position: relative;
  display: block;
  margin-top: 18px;
}


/** info-style-two **/

.info-style-two{
  position: relative;
  padding: 72px 0px;
}

#video_block_two .video-content{
  position: relative;
  display: block;
}

.info-style-two #video_block_two .video-content{
  margin-right: 55px;
  margin-top: -112px;
}

#video_block_two .video-inner{
  position: relative;
  width: 100%;
  text-align: center;
  padding: 190px 0px 230px 0px;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%, 0% 0%);
}

#video_block_two .video-inner:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

#video_block_two .video-inner:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

#video_block_two .video-content .pattern-layer{
  position: absolute;
  left: -210px;
  top: 140px;
  width: 283px;
  height: 363px;
  background-repeat: no-repeat;
}

#video_block_two .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 135px;
  height: 135px;
  line-height: 135px;
  text-align: center;
  background: rgba(255,255,255,0.9);
  font-size: 30px;
  border-radius: 50%;
}

#video_block_two .video-inner .video-btn a:after, 
#video_block_two .video-inner .video-btn a:before {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#video_block_two .video-inner .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

#content_block_seven .content-box{
  position: relative;
}

#content_block_seven .content-box .info-list{
  position: relative;
  display: block;
  margin-bottom: 28px;
}


#content_block_seven .content-box .info-list li{
  position: relative;
  display: block;
  padding-left: 90px;
  padding-bottom: 29px;
  margin-bottom: 27px;
  border-bottom: 1px dashed #5e5588;
}

#content_block_seven .content-box .info-list li:last-child{
  margin-bottom: 0px;
}

#content_block_seven .content-box .info-list li i{
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 70px;
  line-height: 70px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#content_block_seven .content-box .info-list li h3{
  color: #fff;
  margin-bottom: 14px;
}

#content_block_seven .content-box .info-list li p{
  color: #8c86aa;
}

#content_block_seven .content-box .support-box p{
  color: #8c86aa;
  margin-bottom: 6px;
}

#content_block_seven .content-box .support-box .box{
  position: relative;
  padding-left: 90px;
}

#content_block_seven .content-box .support-box .box i{
  position: absolute;
  left: 0px;
  top: 13px;
  font-size: 70px;
  line-height: 70px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#content_block_seven .content-box .support-box .box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 48px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
}

#content_block_seven .content-box .support-box .box h3 a{
  display: inline-block;
  color: #fff;
}

#content_block_seven .content-box .support-box .box h3 a:hover{
  text-decoration: underline;
}


/** video-section **/

.video-section{
  position: relative;
  padding: 130px 0px 125px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.video-section:before{
  position: absolute;
  content: '';
  background: #12273c;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.6;
}

.video-section .inner-box{
  position: relative;
  display: block;
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
}

.video-section .inner-box .video-btn a{
  position: relative;
  display: inline-block;
  font-size: 30px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
}

.video-section .inner-box .video-btn a:after, 
.video-section .inner-box .video-btn a:before {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-section .inner-box .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.video-section .inner-box .video-btn{
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.video-section .inner-box .video-btn:before,
.video-section .inner-box .video-btn:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 45px;
  height: 2px;
  top: 44px;
}

.video-section .inner-box .video-btn:before{
  left: -65px;
}

.video-section .inner-box .video-btn:after{
  right: -65px;
}

.video-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 54px;
  line-height: 70px;
  color: #fff;
  font-weight: 400;
  margin: 0px;
}
