@keyframes move {
    0% {
        top: 0; 
    }
    50% {
        top: calc(100% - 12px); 
    }
    100% {
        top: 0; 
    } 
}
/* jumbotron */
.jumbotron {
    position: relative; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide {
    position: relative; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .container {
    position: relative;
    z-index: 1;
    display: table;
    height: 980px; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .container .v-align {
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 80px; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .container .v-align h3 {
    position: relative;
    left: 40px;
    opacity: 0;
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    letter-spacing: -1px;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide .container .v-align p {
    position: relative;
    left: 40px;
    opacity: 0;
    font-size: 23px;
    font-weight: 400;
    color: #fff;
    margin-top: 45px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide.slider-1 .backdrop {
    background-image: url(../images/main/bg_jumbo_slider02.png); 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide.slider-2 .backdrop {
    background-image: url(../images/main/bg_jumbo_slider04.png); 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide.slider-3 .backdrop {
    background-image: url(../images/main/bg_jumbo_slider03.png); 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide.slider-4 .backdrop {
    background-image: url(../images/main/bg_jumbo_slider01.png);
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide.slider-5 .backdrop {
    background-image: url(../images/main/bg_about.png);
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide.swiper-slide-active .backdrop {
    transform: scale(1.1); 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide.swiper-slide-active .container .v-align h3 {
    left: 0;
    opacity: 1; 
}
.jumbotron .jumbo-slider .swiper-wrapper .swiper-slide.swiper-slide-active .container .v-align p {
    left: 0;
    opacity: 1; 
}
.jumbotron .controls .jumbo-pagination {
    position: absolute;
    left: 50%;
    top: calc(50% + 150px);
    bottom: auto;
    z-index: 1;
    max-width: 1630px;
    width: 100%;
    padding: 0 15px;
    transform: translate(-50%, -50%); 
}
.jumbotron .controls .jumbo-pagination .swiper-pagination-bullet {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 8px;
    opacity: 1;
    margin: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    margin-right: 10px;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: none; 
}
.jumbotron .controls .jumbo-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff; 
}
.jumbotron .controls .autoplay-progress {
    position: absolute;
    bottom: 60px;
    left: 50px;
    z-index: 1; 
}
.jumbotron .controls .autoplay-progress > div {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%; 
}
.jumbotron .controls .autoplay-progress > div:after {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 68px;
    height: 68px;
    content: '';
    display: block;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.2); 
}
.jumbotron .controls .autoplay-progress > div > svg {
    --progress: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 74px;
    height: 74px;
    stroke-width: 3px;
    stroke: #fff;
    fill: none;
    stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
    stroke-dasharray: 125.6;
    transform: rotate(-90deg); 
}
.jumbotron .controls .autoplay-progress > div .btn-controls {
    position: absolute;
    top: 31px;
    left: 32px;
    width: 11px;
    height: 12px;
    display: block;
    z-index: 2;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-image: url(../images/main/ico_stop.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto; 
}
.jumbotron .controls .autoplay-progress > div .btn-controls.start {
    background-image: url(../images/main/ico_play.png); 
}
.jumbotron .scroll-down {
    position: absolute;
    bottom: 60px;
    right: 50px;
    z-index: 1;
	cursor: pointer;
    text-align: right; 
}
.jumbotron .scroll-down .dott {
    position: relative;
    display: block;
    margin: 0 0 0 auto;
    width: 12px;
    height: 40px; 
}
.jumbotron .scroll-down .dott span {
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    animation: move 1.2s ease-in-out infinite; 
}
.jumbotron .scroll-down .dott span:nth-of-type(1) {
    bottom: 100%; 
}
.jumbotron .scroll-down .dott span:nth-of-type(2) {
    bottom: 20px;
    opacity: .7;
    animation-delay: .08s; 
}
.jumbotron .scroll-down .dott span:nth-of-type(3) {
    bottom: 40px;
    opacity: .4;
    animation-delay: .16s; 
}
.jumbotron .scroll-down .dott span:nth-of-type(4) {
    opacity: .1;
    animation-delay: .24s; 
}
.jumbotron .scroll-down p {
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -.5px;
    margin-top: 5px; 
}

/* services */
.services {
    overflow: hidden;
    padding-bottom: 150px; 
}
.services .container .section-header {
    text-align: center;
    padding: 120px 0 80px; 
}
.services .container .section-header h3 {
    position: relative;
    top: 30px;
    opacity: 0;
    font-size: 70px;
    color: #111;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -1px;
    font-weight: bold;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; 
}
.services .container .section-header p {
    position: relative;
    top: 30px;
    opacity: 0;
    font-size: 20px;
    color: #666;
    font-weight: 400;
    margin-top: 35px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; 
}
.services .container .section-content {
    position: relative;
    top: 30px;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; 
}
.services .container .section-content .services-slider {
    position: relative;
    overflow: visible; 
}

.services .container .section-content .services-slider .swiper-wrapper .swiper-slide > a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 20px; 
}
.services .container .section-content .services-slider .swiper-wrapper .swiper-slide > a > div.details {
    position: relative;
    display: table;
    z-index: 1;
    width: 480px;
    height: 480px;
    padding: 70px 60px;
    background-color: #235e64; 
}
.services .container .section-content .services-slider .swiper-wrapper .swiper-slide > a > div.details .v-align {
    display: table-cell;
    vertical-align: middle; 
}
.services .container .section-content .services-slider .swiper-wrapper .swiper-slide > a > div.details .v-align .icon {
    position: absolute;
    top: 60px;
    right: 0;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; 
}
.services .container .section-content .services-slider .swiper-wrapper .swiper-slide > a > div.details .v-align .icon img {
    display: block;
    max-width: 100%; 
}
.services .container .section-content .services-slider .swiper-wrapper .swiper-slide > a > div.details .v-align b {
    position: relative;
    left: 40px;
    opacity: 0;
    display: block;
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; 
}
.services .container .section-content .services-slider .swiper-wrapper .swiper-slide > a > div.details .v-align p {
    position: relative;
    left: 40px;
    opacity: 0;
    font-size: 20px;
    line-height: 35px;
    color: #fff;
    font-weight: 400;
    margin-top: 20px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; 
}
.services .container .section-content .services-slider .swiper-wrapper .swiper-slide > a > div.details .v-align .more {
    position: absolute;
    bottom: 40px;
    right: 40px; 
}
.services .container .section-content .services-slider .swiper-wrapper .swiper-slide > a > div.details .v-align .more img {
    display: block;
    max-width: 100%; 
}
.services .container .section-content .services-slider .swiper-wrapper .swiper-slide > a > div.backdrop {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; 
}
.services .container .section-content .services-slider .swiper-wrapper .swiper-slide.slider-1 > a > div.backdrop {
	background-image: url(../images/main/bg_services_slider01.png);
}
.services .container .section-content .services-slider .swiper-wrapper .swiper-slide.slider-2 > a > div.backdrop {
	background-image: url(../images/main/bg_services_slider02.png);
}
.services .container .section-content .services-slider .swiper-wrapper .swiper-slide.slider-3 > a > div.backdrop {
	background-image: url(../images/main/bg_services_slider03.png);
}
.services .container .section-content .services-slider .swiper-wrapper .swiper-slide.slider-4 > a > div.backdrop {
	background-image: url(../images/main/bg_services_slider04.png);
}
.services .container .section-content .services-slider .swiper-wrapper .swiper-slide.slider-5 > a > div.backdrop {
	background-image: url(../images/main/bg_services_slider05.png);
}
.services .container .section-content .services-slider .swiper-wrapper .swiper-slide.swiper-slide-active > a > div.details .v-align .icon {
    right: 40px;
    opacity: 1; 
}
.services .container .section-content .services-slider .swiper-wrapper .swiper-slide.swiper-slide-active > a > div.details .v-align b {
    left: 0;
    opacity: 1; 
}
.services .container .section-content .services-slider .swiper-wrapper .swiper-slide.swiper-slide-active > a > div.details .v-align p {
    left: 0;
    opacity: 1; 
}
.services .container .section-content .services-slider .swiper-wrapper .swiper-slide.swiper-slide-active > a > div.backdrop {
    transform: scale(1.1); 
}
.services .container .section-content .controls {
    position: relative;
    margin-top: 80px; 
}
.services .container .section-content .controls:after {
    position: absolute;
    top: 14px;
    left: 50%;
    width: 500vw;
    height: 1px;
    display: block;
    content: '';
    transform: translateX(-50%);
    background-color: #bbb; 
}
.services .container .section-content .controls .services-pagination {
    display: table;
    width: 100%;
    text-align: center;
    table-layout: fixed; 
}
.services .container .section-content .controls .services-pagination > span {
    position: relative;
    display: table-cell;
    width: auto;
    font-size: 26px;
    color: #666;
    font-weight: 500;
    opacity: 1;
    padding-top: 50px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-radius: 0;
    vertical-align: top;
    background: none !important; 
}
.services .container .section-content .controls .services-pagination > span:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 30px;
    content: '';
    z-index: 1;
    display: block;
	transform: translateX(-50%);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-image: url(../images/main/ico_dott.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 30px auto; 
}
.services .container .section-content .controls .services-pagination > span.swiper-pagination-bullet-active {
    color: #111;
    font-weight: bold; 
}
.services .container .section-content .controls .services-pagination > span.swiper-pagination-bullet-active:before {
    background-image: url(../images/main/ico_dott_active.png); 
}
.services.action .container .section-header h3 {
    top: 0;
    opacity: 1; 
}
.services.action .container .section-header p {
    top: 0;
    opacity: 1; 
}
.services.action .container .section-content {
    top: 0;
    opacity: 1; 
}

/* about */
.about {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 225px 0; 
}
.about .backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(1.2);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 2s;
    transition-duration: 2s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    background-image: url(../images/main/bg_about.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%; 
}
.about .container {
    position: relative;
    z-index: 1; 
}
.about .container .article-content h3 {
    position: relative;
    top: 30px;
    opacity: 0;
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; 
}
.about .container .article-content p {
    position: relative;
    top: 30px;
    opacity: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 35px;
    margin-top: 30px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; 
}
.about .container .article-content .btn-area {
    position: relative;
    top: 30px;
    opacity: 0;
    margin-top: 70px;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s; 
}
.about .container .article-content .btn-area .btn-more {
    position: relative;
    display: block;
    width: 220px;
    font-size: 16px;
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    line-height: 70px;
    border-radius: 5px;
    padding: 0 30px;
    background-color: #235e64; 
}
.about .container .article-content .btn-area .btn-more:after {
    position: absolute;
    top: 50%;
    right: 30px;
    content: '';
    width: 11px;
    height: 11px;
    display: block;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    transform: translateY(-50%);
    background-image: url(../images/main/ico_more.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: auto auto; 
}
.about .container .article-content .btn-area .btn-more:hover {
    letter-spacing: 2px; 
}
.about .container .article-content .btn-area .btn-more:hover:after {
    transform: translateY(-50%) rotate(45deg); 
}
.about.action .backdrop {
    transform: scale(1); 
}
.about.action .container .article-content h3 {
    top: 0;
    opacity: 1; 
}
.about.action .container .article-content p {
    top: 0;
    opacity: 1; 
}
.about.action .container .article-content .btn-area {
    top: 0;
    opacity: 1; 
}