.fadeDownSet {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: all 1s ease;
}

.active .fadeDownSet {
    opacity: 1 !important;
    -webkit-transform: rotate(0deg) translate3d(0,0,0) scale(1,1) !important;
    transform: rotate(0deg) translate3d(0,0,0) scale(1,1) !important;
}

.delay0-5 {
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.delay1 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.delay1-5 {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.section {
    position: relative;
    color: #000;
    font-family: 'myriadsetpro-thinthin', Arial;
    font-size: 10px;
    line-height: 1.2;
    font-weight: normal;
    margin: 0 auto;
}

.section .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.section .col-sm-2, .section .col-sm-3, .section .col-sm-4, .section .col-sm-5, .section .col-sm-6, .section .col-sm-7, .section .col-sm-8, .section .col-sm-10, .section .col-md-3, .section .col-md-4, .section .col-md-6, .section .col-xl-6, .section .col-2, .section .col-3, .section .col-4, .section .col-5, .section .col-6, .section .col-7, .section .col-9 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
}

.section .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.section .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.section .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.section .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.section .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.section .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.section .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

@media (min-width: 576px) {
    .section .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .section .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .section .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .section .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .section .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .section .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .section .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .section .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
}

@media (min-width: 768px) {
    .section .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .section .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .section .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .section .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }
    .section .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }
}

@media (min-width: 1200px) {
    .section .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.section img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    width: auto;
    position: relative;
    top: auto;
    left: auto;
}
.section .wrap {
    position: relative;
    margin: 0 auto;
}
.section .section-hd {
    max-width: 960px;
    padding: 50px 10px 20px;
    margin: 0 auto;
}
.section .title {
    position: relative;
    font-size: 1.8em;
    line-height: 1.2em;
    margin-bottom: 1em;
    font-weight: bold;
}
.section .title .span1 {
    display: block;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: bold;
}
.section .text {
    font-size: 1.4em;
    line-height: 1.4em;
    margin: 0 auto;
}

.section-1 {
    text-align: center;
}
.section-1 .title {
    text-transform: uppercase;
}
.section-1 .img {
    position: relative;
}
.section-1 .p1 {
    font-size: 1.4em;
}
.section-1 .p2 {
    color: #ff4b22;
    position: absolute;
    top: auto;
    bottom: 65%;
    left: 60%;
    right: auto;
    z-index: 1;
}
.section-1 .section-hd {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 50px 10px 20px;
    margin: 0;
}
.section-1 .icon1 img {
    max-width: 50%;
    margin-bottom: 10px;
}

.section-4 {
    background: #000;
    color: #fff;
}
.section-5 {
    background: #151515;
    color: #fff;
}
.section-5 .section-hd {
    padding-bottom: 0 !important;
}
.section-6 .bg {
    position: relative;
}
.section-6 .img {
    position: absolute;
    top: 4%;
    bottom: 4%;
    left: 3%;
    right: 60%;
    z-index: 1;
}
.section-6 .img img {
    height: 100%;
    width: auto;
}
.section-4 .icon,
.section-7 .icon {
   margin-top: 20px;
}
.section-4 .icon img,
.section-7 .icon img,
.section-8 .icon img {
    max-width: 80%;
}
.section-7 .icon img {
    margin-left: 0;
}
.section-11 .section-hd {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    z-index: 1;
    margin: 0 auto;
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,.45);
    color: #fff;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

@media screen and (max-width: 1800px) {}
@media screen and (max-width: 1500px) {}
@media screen and (max-width: 1199.98px) {}
@media screen and (min-width: 768px) and (max-width: 1198.98px) {}
@media screen and (min-width: 768px) and (max-width: 991.98px) {}
@media screen and (max-width: 767.98px) {
    .section-1 .img img {
        max-width: 60%;
    }
}
@media screen and (max-width: 575.98px) {
    .section .text {
        font-size: 1.2em;
    }

    .param-c .param-item img {
        max-width: 50px;
    }
    .section-4 .img img {
        max-width: 50%;
    }
}
@media screen and (max-width: 376px) {}
@media screen and (max-width: 321px) {}

@media screen and (min-width: 576px) {
    .section .title .span1 {
        display: block;
    }

    .section-1 .p2 {
        bottom: 70%;
        font-size: 2em;
    }
}
@media screen and (min-width: 768px) {
    .section .title {
        font-size: 2em;
    }
    .section .text {
        font-size: 1.6em;
    }
    .section-1 .section-hd {
        padding: 0;
        margin-bottom: 0 !important;
        align-items: center;
        text-align: left;
    }
    .section-1 .p1 {
        font-size: 1.8em;
    }
    .section-1 .icon1 img {
        margin-left: 0;
    }
    .section-1 .p2 {
        bottom: 60%;
        left: auto;
        right: 10%;
    }
    .param-c p {
        margin-top: 10px;
        font-size: 1.4em;
    }
    .section-4 .wrap {
        align-items: center;
    }

    .section-7 .section-hd {
        position: absolute;
        top: 50%;
        bottom: auto;
        left: 50%;
        right: 15px;
        z-index: 1;
        transform: translateY(-50%);
        padding: 0;
    }
    .section-8 .bg {
        position: relative;
    }
    .section-8 .icon {
        position: absolute;
        top: auto;
        bottom: 6%;
        left: 0;
        right: 0;
        z-index: 1;
    }
    .section-5 .section-hd,
    .section-10 .section-hd {
        position: absolute;
        top: 5%;
        bottom: auto;
        left: 15px;
        right: 15px;
        z-index: 1;
        color: #fff;
        padding: 0;
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }
}
@media screen and (min-width: 992px) {
    .section .title {
        font-size: 2.5em;
    }
    .section-1 .p1 {
        margin-top: 50px;
    }
    .param-c p {
        font-size: 1.8em;
    }
}
@media screen and (min-width: 1200px) {
    .section .title {
        font-size: 3.5em;
    }
    .section .text {
        font-size: 2em;
    }
    .section-1 .section-hd {
        max-width: 100% !important;
        padding: 0 50px;
    }
    .section-1 .p1 {
        font-size: 2.5em;
    }
    .section-1 .p2 {
        font-size: 3em;
    }
    .param-c {
        margin-top: 30px;
    }
    .section-3 .section-hd {
        position: absolute;
        top: 5%;
        bottom: auto;
        left: 30px;
        right: 50%;
        z-index: 1;
        padding: 0;
    }
    .section-4 .icon img, .section-7 .icon img, .section-8 .icon img {
        max-width: 100%;
    }
    .section-4 {
        padding: 0 15px;
    }
    .section-5 .section-hd,
    .section-10 .section-hd {
        max-width: 700px;
    }
    .section-4 .icon, .section-7 .icon {
        margin-top: 50px;
    }
    .section-7 .section-hd {
        left: 45%;
        right: 30px;
    }

    .section-11 .section-hd {
        padding: 50px;
    }
}
@media screen and (min-width: 1800px) {
    .section .title {
        font-size: 4em;
        margin-bottom: .6em;
    }
    .section .text {
        font-size: 2.5em;
    }

    .section-1 .section-hd {
        padding: 0 100px;
    }
    .section-1 .section-hd .title {
        font-size: 3.5em;
        margin-bottom: 100px;
    }
    .section-1 .p1 {
        font-size: 3em;
    }

    .section-3 .section-hd {
        left: 6%;
    }
    .section-6 .img {
        top: 10%;
        bottom: 10%;
    }
    .section-5 .section-hd, .section-10 .section-hd {
        top: 10%;
        max-width: 800px;
    }
}