/*index*/
body.index{
    background-image: url(../image/home-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    position: fixed;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.index .content{
    position: absolute;
    height: 100%;
    width: 100%;
}
.index .content img{
    max-width: 40%;
    text-align: center;
    margin-top: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.index .content p{
    font-family: 'Proxima Nova Lt';
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 300;
    text-align: center;
    margin: 10% auto;
    width: 60%;
    line-height: 1.5;
}
.index .content .btn{
    display: block;
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
}
.index .content .btn span{
    display: inline-block;
    width: 84px;
    height: 84px;
    border: 2px solid #c12238;
    box-sizing: border-box;
    border-radius: 50%;
    line-height: 80px;
    letter-spacing: 2px;
}


/*episodes-list*/
.episodes-list .content a{
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 15%;
    font-size: 22px;
    padding-top: 8%;
    box-sizing: border-box;
    text-align: center;
}
.episodes-list .content a.episodes-list1{
    background-image: url(../image/episodio-1.jpg);
}
.episodes-list .content a.episodes-list2{
    background-image: url(../image/episodio-2.jpg);
}
.episodes-list .content a.episodes-list3{
    background-image: url(../image/episodio-3.jpg);
}
.episodes-list .content a.episodes-list4{
    background-image: url(../image/episodio-4.jpg);
}
.episodes-list .content a.episodes-list5{
    background-image: url(../image/episodio-5.jpg);
}
.episodes-list .content a.episodes-list6{
    background-image: url(../image/episodio-6.jpg);
}


/*episodes*/
.episodes .content{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-image: url(../image/ep1-bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.episodes .content h1{
    padding-top: 8%;
    letter-spacing: 5px;
    width: 80%;
    font-weight: 300;
    margin: 24px auto;
    font-size: 24px;
}
.episodes .content p{
    width: 80%;
    margin: auto;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 2px;
}
.episodes .content span{
    display: inline-block;
    margin-top: 12px;
}
.episodes .content b{
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(../image/play-btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 12px;
    position: relative;
    top: 13px;
}
.episodes .content>a{
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
}
.episodes .content ul{
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    bottom: 10%;
    padding-left: 5%;
}
.episodes .content li{
    display: inline-block;
    width: 45%;
}
.episodes .content li img{
    width: 95%;
    height: auto;
}


/*partners*/
.partners .content{
    width: 80%;
    padding-top: 20%;
    padding-bottom: 20%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.partners .content img{
    padding-top: 20%;
}
.partners .content .logo{
    padding-top: 0;
    max-width: 60%;
}
.partners .content .video-btn{
    width: 40px;
    padding-top: 5px;
}
.partners .content p{
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.5;
    margin: 16px auto;
}
.partners .content p.top{
    font-size: 16px;
}
.partners .content a{
    margin-top: 20px;
}


/*mission*/
.mission .s1{
    padding-top: 20%;
    text-align: center;
}
.mission .s1 h1, .mission .s2 h1, .mission .s3 h1, .mission .s5 h1{
    font-size: 42px;
    color: rgba(65, 86, 110, 0.3);
    letter-spacing: 5px;
}
.mission .s1 p, .mission .s3 p{
    line-height: 1.5;
    letter-spacing: 5px;
    width: 90%;
    margin: 20% auto;
    line-height: 1.5;
    font-size: 20px;
}
.mission .s1 div{
    display: inline-block;
    margin: auto;
    background: #77263b;
    line-height: 1.5;
    font-size: 20px;
    letter-spacing: 5px;
}
.mission .s1 a{
    margin: 15% auto;
}
.mission .s2{
    text-align: center;
    height: 70vh;
    overflow: hidden;
}
.mission .s2>img{
    position: absolute;
    width: 100px;
    top: 70%;
    transform: translateX(-50%);
}
.mission .s3{
    text-align: center;
}
.mission .s4{
    height: 150vh;
    width: 100%;
    background-image: url(../image/mission-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    background-size: cover;
    margin-top: 30%;
    margin-bottom: 30%;
}
.mission .s4 .red-item{
    font-size: 60px;
    letter-spacing: 12px;
    color: #c12238;
    line-height: 0.1;
    text-align: center;
    margin: 60px 0;
}
.mission .s4 .name{
    position: absolute;
    z-index: 1;
    letter-spacing: 5px;
    bottom: 15%;
    width: 90%;
}
.mission .s4 .name h2{
    font-size: 42px;
    text-align: left;
    padding: 0 32px;
    margin: 33px 0;
}
.mission .s4 .name h3{
    font-size: 40px;
    text-align: right;
    padding: 0 32px;
    margin-top: -16px;
    margin-bottom: 33px;
}
.mission .s4 .name h4{
    height: 64px;
}
.mission .s4 .job{
    position: absolute;
    bottom: 32px;
    right: 32px;
}
.mission .s4 .job p{
    font-size: 12px;
    letter-spacing: 2px;
    margin: 12px 0;
}
.mission .s4 .play{
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.mission .s4 .play p{
    margin: 12px 0;
    font-size: 12px;
}
.mission .s4 .play b{
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url(../image/play-btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.mission .s5{
    text-align: center;
    padding-top: 20%;
    box-sizing: border-box;
}
.mission .s5>img{
    position: absolute;
    width: 100px;
    top: 70%;
    transform: translateX(-50%);
}
.mission .s5 a{
    display: block;
    position: absolute;
    height: 120px;
    width: 100%;
    bottom: 0;
    background-image: url(../image/landscape.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 24px;
    line-height: 120px;
}


/*technicians*/
.technicians .s1{
    background-image: url(../image/heroes-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.technicians .s1 h1{
    padding-top: 30%;
    width: 80%;
    letter-spacing: 5px;
    font-size: 30px;
    margin: 0 auto 16px;
}
.technicians .s1>p{
    width: 90%;
    font-size: 14px;
    margin: 5% auto;
    letter-spacing: 3px;
}
.technicians .s1 .video-btn{
    position: absolute;
    bottom: 25%;
    width: 64px;
    height: 64px;
    border: 2px solid #c12238;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    line-height: 60px;
}
.technicians .s2{
    text-align: center;
}
.technicians .s2 ul, .technicians .s2 li{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
}
.technicians .s2 li:nth-child(1){
    background-image: url(../image/andy.jpg);
}
.technicians .s2 li:nth-child(2){
    background-image: url(../image/oleg.jpg);
}
.technicians .s2 li:nth-child(3){
    background-image: url(../image/william.jpg);
}
.technicians .s2 .name{
    position: relative;
    letter-spacing: 5px;
    text-align: right;
}
.technicians .s2 h2{
    font-size: 28px;
    padding: 0 32px;
    margin: 24px 0;
}
.technicians .s2 h3{
    font-size: 30px;
    padding: 0 32px;
    margin: -16px 0 24px;
}
.technicians .s2 h4{
    font-size: 40px;
    padding: 0 32px;
    margin-bottom: 66px;
}
.technicians .s2 span{
    font-size: 24px;
}
.technicians .s2 b{
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 32px;
    top: 40%;
    background-image: url(../image/play-btn.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.technicians .s2 p{
    position: absolute;
    width: 80%;
    left: 10%;
    top: 60%;
    line-height: 2;
    text-align: justify;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 2px;
}
.technicians .s2>img, .technicians .s3>img{
    position: absolute;
    width: 100px;
    top: 80%;
    transform: translateX(-50%);
}
.technicians .s3{
    text-align: center;
    height: 80vh;
}
.technicians .s3 div{
    width: 90%;
    position: absolute;
    text-align: center;
    top: 55%;
    left: 5%;
    line-height: 1.5;
    margin: 0 auto;
}
.technicians .s4{
    text-align: center;
    background-image: url(../image/snow-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.technicians .s4 h1{
    padding-top: 20%;
    line-height: 2;
    font-size: 12px;
}
.technicians .s5{
    text-align: justify;
    background-image: url(../image/special-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.technicians .s5 h1{
    padding-top: 20%;
    font-size: 30px;
    letter-spacing: 5px;
    margin: 16px 32px;
}
.technicians .s5 p{
    width: 60%;
    margin: 0 auto;
    padding-top: 55%;
    line-height: 2;
    font-size: 12px;
}
.technicians .s6{
    text-align: justify;
    background-image: url(../image/red-point-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.technicians .s6 h1{
    padding-top: 20%;
    font-size: 30px;
    letter-spacing: 5px;
    margin: 16px 32px;
}
.technicians .s6 p{
    width: 70%;
    margin: 0 auto;
    padding-top: 15%;
    line-height: 2;
    font-size: 12px;
}
.technicians .s6 a{
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
}


/*alteas-one*/
.alteas-one .s1{
    background-image: url(../image/product-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.alteas-one .s1>p{
    text-align: center;
    padding-top: 50%;
    font-size: 40px;
    letter-spacing: 5px;
}
.alteas-one .s2{
    text-align: center;
}
.alteas-one .s2 img{
    max-width: 70%;
}
.alteas-one .s2 h1{
    font-size: 46px;
    letter-spacing: 5px;
    margin: 5% 0;
}
.alteas-one .s2 p{
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 2px;
}
.alteas-one .s2 a{
    margin-top: 15%;
}
.alteas-one .s3{
    padding-top: 20%;
    text-align: center;
}
.alteas-one .s3 h1{
    display: inline-block;
    margin: auto;
    background: #77263b;
    line-height: 1.5;
    font-size: 26px;
    letter-spacing: 5px;
}
.alteas-one .s3 p{
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 15% auto;
    width: 80%;
}
.alteas-one .s4{
    padding-top: 20%;
}
.alteas-one .s4 h1, .alteas-one .s5 h1, .alteas-one .s6 h1{
    font-size: 24px;
    letter-spacing: 5px;
    width: 80%;
    margin: -2% 10%;
    z-index: 99;
    position: relative;
}
.alteas-one .s4 img, .alteas-one .s5 img, .alteas-one .s6 img{
    max-width: 90%;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alteas-one .s4 p, .alteas-one .s5 p, .alteas-one .s6 p{
    font-size: 13px;
    line-height: 2;
    letter-spacing: 2px;
    margin: 10% auto;
    width: 80%;
}
.alteas-one .s7{
    text-align: center;
}
.alteas-one .s7 ul, .alteas-one .s7 li{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.alteas-one .s7 li{
    display: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #131722;
}
.alteas-one .s7 li:nth-child(1){
    background-image: url(../image/step1-bg.jpg);
    display: block;
}
.alteas-one .s7 li:nth-child(2){
    background-image: url(../image/step2-bg.jpg);
}
.alteas-one .s7 li:nth-child(3){
    background-image: url(../image/step3-bg.jpg);
}
.alteas-one .s7 li:nth-child(4){
    background-image: url(../image/step4-bg.jpg);
}
.alteas-one .s7 h1{
    font-size: 24px;
    letter-spacing: 5px;
    margin: 10% auto;
    position: relative;
}
.alteas-one .s7 div{
    position: relative;
    top: 30%;
    margin: 0 auto;
    width: 90%;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.5;
}
.alteas-one .s7 img{
    position: absolute;
    width: 100px;
    top: 80%;
    transform: translateX(-50%);
}
.alteas-one .s7 .red-item{
    color: #c12238;
    font-size: 24px;
}
.alteas-one .s7 .other{
    position: relative;
    float: left;
    text-align: left;
    margin: auto 5%;
    width: 60%;
    top: 0;
}
.alteas-one .s7 .other p{
    margin: 12px 0;
}
.alteas-one .s7 .other a{
    position: relative;
    line-height: normal;
    background-color: #c12238;
    border: 1px solid #c12238;
    max-width: 180px;
    height: 40px;
    margin-right: auto;
    margin-top: 10%;
    display: table;
}
.alteas-one .s7 .other span{
    font-size: 12px;
    letter-spacing: 2px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 1rem;
}
.alteas-one .s7 a{
    display: block;
    height: 60px;
    width: 100%;
    line-height: 60px;
    background: #c12238;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
}

