
 #sequence {
  overflow: hidden;
  width: 100%;
  color: white;
  font-size: 15px;
  margin: 0 auto;
  position: relative;
  height: 583px;
  background-color: #2b4b84;
  top:0px;
}

 #sequence > .sequence-canvas {
  height: 583px;
  position: relative;
  width: 100%;
}
 #sequence > .sequence-canvas > li {
  position: absolute;
  left: 0px;
  width: 100%;
  opacity: 0;
  height: 100%;
  clear: both;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
 #sequence > .sequence-canvas li > * {
  position: absolute;
  /* only cause the left and opacity properties to transition */

}

 #sequence .start_anime {
  position: relative;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition-property: opacity;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
}
 #sequence .title {
  top: -100%;
  z-index: 5;
  position: absolute;
  font-size: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.7);
  margin: 0;
  padding: 10px;
  max-width: 500px;
  display: inline;
  vertical-align: middle;
  transition-property: top;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}
 #sequence .title small {
  display: block;
  color: white;
  font-size: 29px;
}

 #sequence .description {
  position: absolute;
  left: 0px;
  bottom: -100%;
  z-index: 5;
  width: 100%;
  height: 185px;
  transition-property: bottom;
  -webkit-transition-property: bottom;
  -moz-transition-property: bottom;
  -o-transition-property: bottom;
  -ms-transition-property: bottom;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}
#sequence .description p {
    font-size: 33px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 0px !important;
}
#sequence .description .text-description {
    font-size: 19px;
    font-family: 'Myriad Pro';
    letter-spacing: 0.2px;
    line-height: 34px;
    margin-left: 5px;
    overflow: auto;
}
 #sequence .img_sllider {
  position: absolute;
  right: -100%;
  bottom: 15%;
  transition-property: right;
  -webkit-transition-property: right;
  -moz-transition-property: right;
  -o-transition-property: right;
  -ms-transition-property: right;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
}
 #sequence .animate-in .start_anime {
  opacity: 1;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
}
 #sequence .animate-in .title {
  top: 17%;
  opacity: 1;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
}
 #sequence .animate-in .description {
  bottom: 0%;
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
}
 #sequence .animate-in .img_sllider {
  right: 20px;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
}
 #sequence .animate-out .start_anime {
  opacity: 0;
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -ms-transition-delay: 1s;
}
 #sequence .animate-out .title {
  top: -100%;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
}
 #sequence .animate-out .description {
  bottom: -100%;
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
}
 #sequence .animate-out .img_sllider {
  right: -100%;
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
}
 #sequence .box_area_slider {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
 #sequence .box_area_slider .panel {
  position: relative;
  max-width: 1000px;
  padding: 0 20px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 80px;
}
 #sequence .bg_slider {
  width: 100%;
  height: 398px;
}

#sequence ul li{
    display: block !important;
}
