@charset "utf-8";

/* FONTS */


/*font-family: 'Enriqueta', serif;*/


/* RESET */

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

* {
    font-family: 'Enriqueta', sans-serif;
}

code,
kbd,
pre,
samp {
    font-family: 'Enriqueta', sans-serif !important;
}

*:before,
*:after {
    box-sizing: inherit;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Enriqueta', sans-serif;
}

body {
    background: #FFF;
    overflow: hidden;
    touch-action: manipulation;
}

.container {
    max-width: 1110px;
    position: relative;
    margin: 0px auto;
}

@media only screen and (max-width:1110px) {
    .container {
        max-width: 100%;
    }
}

.page {
    width: 100%;
}


/* LOGO */

.logobg {
    position: fixed;
    z-index: 2011;
    top: 15px;
    left: 0px;
    height: 55px;
    background: #EB2F06;
}

.activesection4 .logobg {
    background: #333;
}

.activesection5 .logobg {
    background: #333;
}

@media only screen and (max-width:1110px) {
    .logobg {
        display: none;
    }
}

.logo {
    position: fixed;
    z-index: 2011;
    top: 15px;
    height: 55px;
    padding: 11px 24px 10px 0px;
    background: #EB2F06;
    display: flex;
}

.logo a {
    width: 136px;
    height: 34px;
    background: url(../images/logo-white.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.activesection4 .logo {
    background: #333;
}

.activesection5 .logo {
    background: #333;
}

@media only screen and (max-width:1110px) {
    .logo {
        width: 200px;
        justify-content: flex-end;
        top: 25px;
    }
}

@media only screen and (max-width:767px) {
    .logo {
        width: 165px;
        height: 36px;
        top: 15px;
        padding: 6px 12px 6px 0px;
        justify-content: flex-end;
    }
    .logo a {
        width: 100px;
        height: 24px;
    }
}


/* PAGINATION */

.pagination {
    position: fixed;
    z-index: 999;
    top: 20px;
    left: 50%;
    margin-left: -42px;
    width: 84px;
    height: 35px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.activesection1 .pagination {
    display: none;
}

.activesection11 .pagination {
    display: none;
}

.pagination div {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
}

.activesection2 .pagination div {
    color: #EB2F06;
}

.activesection3 .pagination div {
    color: #EB2F06;
}

.activesection4 .pagination div {
    color: #FFF;
}

.activesection5 .pagination div {
    color: #FFF;
}

.activesection6 .pagination div {
    color: #FFF;
}

.activesection7 .pagination div {
    color: #333;
}

.activesection8 .pagination div {
    color: #333;
}

.activesection9 .pagination div {
    color: #FFF;
}

.activesection10 .pagination div {
    color: #FFF;
}

.pagination ul {
    width: 100%;
    height: 4px;
    display: flex;
    flex-wrap: nowrap;
}

.pagination ul li {
    width: 12px;
    height: 4px;
    margin: 1px;
}

.activesection2 .pagination ul li {
    background: rgb(0, 0, 0, .1);
}

.activesection3 .pagination ul li {
    background: #333333;
}

.activesection4 .pagination ul li {
    background: #dbb42f;
}

.activesection5 .pagination ul li {
    background: #dbb42f;
}

.activesection6 .pagination ul li {
    background: #333333;
}

.activesection7 .pagination ul li {
    background: rgb(0, 0, 0, .1);
}

.activesection8 .pagination ul li {
    background: rgb(0, 0, 0, .1);
}

.activesection9 .pagination ul li {
    background: #333333;
}

.activesection10 .pagination ul li {
    background: #333333;
}

.activesection2 .pagination ul li.active {
    background: #EB2F06;
}

.activesection3 .pagination ul li.active {
    background: #EB2F06;
}

.activesection4 .pagination ul li.active {
    background: #FFF;
}

.activesection5 .pagination ul li.active {
    background: #FFF;
}

.activesection6 .pagination ul li.active {
    background: #EB2F06;
}

.activesection7 .pagination ul li.active {
    background: #EB2F06;
}

.activesection8 .pagination ul li.active {
    background: #EB2F06;
}

.activesection9 .pagination ul li.active {
    background: #FFF;
}

.activesection10 .pagination ul li.active {
    background: #FFF;
}

@media only screen and (max-width:1110px) {
    .pagination {
        margin-top: -44px;
        top: 50%;
        left: auto;
        right: 15px;
        width: 4px;
        height: 84px;
    }
    .pagination div {
        display: none;
    }
    .pagination ul {
        flex-wrap: wrap;
    }
    .pagination ul li {
        width: 4px;
        height: 12px;
        margin: 1px 0;
    }
}


/* MENU BUTTON */

.menubutton {
    position: fixed;
    z-index: 999;
    top: 33px;
    width: 46px;
    height: 29px;
    background-position: center !important;
    background-size: cover !important;
}

.activesection1 .menubutton {
    background: url(../images/menu_white.svg) no-repeat;
}

.activesection2 .menubutton {
    background: url(../images/menu_black.svg) no-repeat;
}

.activesection3 .menubutton {
    background: url(../images/menu_white.svg) no-repeat;
}

.activesection4 .menubutton {
    background: url(../images/menu_white2.svg) no-repeat;
}

.activesection5 .menubutton {
    background: url(../images/menu_white2.svg) no-repeat;
}

.activesection6 .menubutton {
    background: url(../images/menu_white.svg) no-repeat;
}

.activesection7 .menubutton {
    background: url(../images/menu_black.svg) no-repeat;
}

.activesection8 .menubutton {
    background: url(../images/menu_black.svg) no-repeat;
}

.activesection9 .menubutton {
    background: url(../images/menu_white.svg) no-repeat;
}

.activesection10 .menubutton {
    background: url(../images/menu_white.svg) no-repeat;
}

.activesection11 .menubutton {
    display: none;
}

@media only screen and (max-width:1110px) {
    .menubutton {
        top: 36px;
        right: 15px !important;
    }
}

@media only screen and (max-width:767px) {
    .menubutton {
        top: 21px;
        right: 15px !important;
        width: 35px;
        height: 22px;
    }
}


/* MENU */

.menulayout {
    width: 100%;
    position: relative;
    z-index: 2010;
    background: #FFF;
    display: none;
}

.menulayout .container {
    display: flex;
    flex-wrap: wrap;
    padding-top: 75px;
}

.menulayout .top {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0 15px 0 170px;
    position: absolute;
    left: 0px;
    top: 15px;
}

.menulayout .top .info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    border-left: solid 2px #EB2F06;
    height: 55px;
    padding-left: 10px;
    font-size: 16.3px;
    line-height: 1.23;
    color: #bababa;
}

.menulayout .top .info samp {
    font-size: 19px;
}

.menulayout .top .close {
    width: 40px;
    height: 40px;
    background: url(../images/icon-close.svg) no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 8px;
}

.menulayout .menu-bottom {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
}

.menulayout .menu-bottom .menu {
    margin-bottom: 73px;
}

.menulayout .menu-bottom .bottom {
    margin-bottom: 15px;
    display: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

.menulayout .menu-bottom .bottom .menufollow {
    width: 180px;
    display: flex;
    flex-wrap: wrap;
}

.menulayout .menu-bottom .bottom .menufollow .link {
    width: 100%;
    font-family: dharma-gothic-e;
    font-size: 26px;
    font-weight: 300;
    color: #5C5C5C;
}

.menulayout .menu-bottom .bottom .menufollow ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 10px;
}

.menulayout .menu-bottom .bottom .menufollow ul li {
    display: flex;
    flex-wrap: nowrap;
    margin-right: 10px;
}

.menulayout .menu-bottom .bottom .menufollow ul li a {
    width: 16px;
    height: 16px;
    background-position: center !important;
    background-size: cover !important;
}

.menulayout .menu-bottom .bottom .menufollow ul li .vimeo {
    background: url(../images/socialicon-vimeo_black.svg) no-repeat;
}

.menulayout .menu-bottom .bottom .menufollow ul li .vimeo:hover {
    background: url(../images/socialicon-vimeo_red.svg) no-repeat;
}

.menulayout .menu-bottom .bottom .menufollow ul li .youtube {
    background: url(../images/socialicon-youtube_black.svg) no-repeat;
}

.menulayout .menu-bottom .bottom .menufollow ul li .youtube:hover {
    background: url(../images/socialicon-youtube_red.svg) no-repeat;
    background-position: center !important;
    background-size: cover !important;
}

.menulayout .menu-bottom .bottom .menufollow ul li .linkedin {
    background: url(../images/socialicon-linkedin_black.svg) no-repeat;
}

.menulayout .menu-bottom .bottom .menufollow ul li .linkedin:hover {
    background: url(../images/socialicon-linkedin_red.svg) no-repeat;
}

.menulayout .menu-bottom .bottom .menufollow ul li .twitter {
    background: url(../images/socialicon-twitter_black.svg) no-repeat;
}

.menulayout .menu-bottom .bottom .menufollow ul li .twitter:hover {
    background: url(../images/socialicon-twitter_red.svg) no-repeat;
}

.menulayout .menu-bottom .bottom .menufollow ul li .instagram {
    background: url(../images/socialicon-instagram_black.svg) no-repeat;
}

.menulayout .menu-bottom .bottom .menufollow ul li .instagram:hover {
    background: url(../images/socialicon-instagram_red.svg) no-repeat;
}

.menulayout .menu-bottom .bottom .menufollow ul li .facebook {
    background: url(../images/socialicon-facebook_black.svg) no-repeat;
}

.menulayout .menu-bottom .bottom .menufollow ul li .facebook:hover {
    background: url(../images/socialicon-facebook_red.svg) no-repeat;
}

.menulayout .menu-bottom .bottom .menufollow ul li .whatsapp {
    background: url(../images/socialicon-whatsapp_black.svg) no-repeat;
}

.menulayout .menu-bottom .bottom .menufollow ul li .whatsapp:hover {
    background: url(../images/socialicon-whatsapp_red.svg) no-repeat;
}

.menulayout .menu-bottom .bottom .langs {
    display: flex;
    flex-wrap: nowrap;
}

.menulayout .menu-bottom .bottom .langs a {
    font-family: dharma-gothic-e;
    font-size: 26px;
    font-weight: 300;
    color: #5C5C5C;
    margin-left: 10px;
    opacity: .5
}

.menulayout .menu-bottom .bottom .langs a.active {
    opacity: 1
}

.menulayout .contact {
    display: none;
}

.menulayout .contact.active {
    display: flex;
}

.menulayout .contact .top {
    display: none;
}

.menulayout .contact .top .close {
    width: 40px;
    height: 35px;
    margin-top: 10px;
    background: url(../images/icon-left.svg) no-repeat;
    background-position: center;
    background-size: cover;
}

.menulayout .contact .title {
    width: 100%;
    display: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-direction: row;
    margin-bottom: 30px;
}

.menulayout .contact .title::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #333333;
    opacity: .3;
    position: absolute;
    title : 0px;
    top: 50%;
    z-index: 2001;
}

.menulayout .contact .title span {
    font-size: 35px;
    background: #FFF;
    padding-right: 10px;
    position: relative;
    z-index: 2002;
    font-weight: bold;
    font-family: dharma-gothic-e;
    color: #EB2F06;
}

.menulayout .contact .title samp {
    font-size: 16px;
    background: #FFF;
    padding-left: 10px;
    position: relative;
    z-index: 2002;
    color: #333333;
}

.menu {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 50px;
}

.menu li {
    display: flex;
}

.menu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu li a span {
    font-family: dharma-gothic-e;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}

.menu li a:hover span,
.menu li.active a span {
    color: #EB2F06;
}

.menu li a samp {
    font-size: 12px;
    line-height: 1.83;
    text-align: center;
    color: #333333;
}

@media only screen and (max-width:1110px) {
    .menulayout .container {
        height: 100%;
        padding: 15px;
    }
    .menulayout .menu-bottom .menu {
        margin-bottom: 0px;
    }
    .menulayout .top {
        top: 25px;
        padding: 0 15px 0 210px;
    }
    .menulayout .menu-bottom .bottom {
        display: flex;
    }
    .menulayout .contact {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #FFF;
        z-index: 2002;
    }
    .menulayout .contact.active {
        display: flex;
    }
    .menulayout .contact .top {
        display: flex;
    }
    .menulayout .contact .title {
        display: flex;
    }
    .menu {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-top: 100px;
    }
    .menu li {
        display: flex;
        width: 100%;
        margin-bottom: 20px;
    }
    .menu li a {
        width: 100%;
        justify-content: space-between;
        align-items: center;
        position: relative;
        flex-direction: row;
    }
    .menu li a::before {
        content: "";
        width: 100%;
        height: 1px;
        background: #C1C1C1;
        position: absolute;
        left: 0px;
        top: 50%;
        z-index: 2001;
    }
    .menu li a span {
        font-size: 35px;
        background: #FFF;
        padding-right: 10px;
        position: relative;
        z-index: 2002;
    }
    .menu li a samp {
        font-size: 16px;
        background: #FFF;
        padding-left: 10px;
        position: relative;
        z-index: 2002;
    }
}

@media only screen and (max-width:767px) {
    .menulayout .top {
        padding-left: 170px;
        top: 15px;
    }
    .menulayout .top .info {
        height: 36px;
        font-size: 12.5px;
        line-height: 1.23;
        color: #727272;
    }
    .menulayout .top .info samp {
        font-size: 15px;
    }
    .menulayout .top .close {
        width: 26px;
        height: 26px;
        margin: 5px 00 0 0;
    }
    .menulayout .menu-bottom .menu {
        margin-bottom: 0px;
    }
    .menulayout .menu-bottom .bottom {
        display: flex;
    }
    .menulayout .contact {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #FFF;
        z-index: 2002;
    }
    .menulayout .contact.active {
        display: flex;
    }
    .menulayout .contact .top {
        display: flex;
    }
    .menulayout .contact .top .close {
        width: 26px;
        height: 24px;
    }
    .menulayout .contact .title {
        display: flex;
    }
    .menulayout .contact .title span {
        font-size: 30px;
    }
    .menulayout .contact .title samp {
        font-size: 14px;
    }
    .menu {
        margin-top: 50px;
    }
    .menu li {
        margin-bottom: 13px;
    }
    .menu li a span {
        font-size: 30px;
    }
    .menu li a samp {
        font-size: 14px;
    }
}


/* FOLLOW */

.followbox {
    position: fixed;
    z-index: 1001;
    top: 50%;
    margin-top: 30px;
    width: 60px;
    height: 60px;
    z-index: 2002;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.follow {
    width: 210px;
    height: 60px;
    margin-left: -60px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.follow .link {
    width: 100%;
    font-family: dharma-gothic-e;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    color: #FFF;
    margin-top: 26px;
    opacity: .5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.activesection1 .follow .link {
    color: #FFF;
}

.activesection2 .follow .link {
    color: #333;
}

.activesection3 .follow .link {
    color: #FFF;
}

.activesection4 .follow .link {
    color: #FFF;
}

.activesection5 .follow .link {
    color: #FFF;
}

.activesection6 .follow .link {
    color: #FFF;
}

.activesection7 .follow .link {
    color: #333;
}

.activesection8 .follow .link {
    color: #333;
}

.activesection9 .follow .link {
    color: #FFF;
}

.activesection10 .follow .link {
    color: #FFF;
}

.follow:hover .link {
    color: #EB2F06;
    margin-top: 0px;
    opacity: 1;
}

.activesection4 .follow:hover .link,
.activesection5 .follow:hover .link {
    color: #FFF;
    margin-top: 0px;
    opacity: 1;
}

.follow ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

.follow:hover ul {
    opacity: 1;
}

.follow ul li {
    display: flex;
    flex-wrap: nowrap;
    margin: 0px 7px;
}

.follow ul li a {
    width: 16px;
    height: 16px;
    background-position: center !important;
    background-size: cover !important;
}

.follow ul li .vimeo {
    background: url(../images/socialicon-vimeo_white.svg) no-repeat;
}

.activesection2 .follow ul li .vimeo,
.activesection7 .follow ul li .vimeo {
    background: url(../images/socialicon-vimeo_black.svg) no-repeat;
}

.follow ul li .vimeo:hover {
    background: url(../images/socialicon-vimeo_red.svg) no-repeat;
}

.follow ul li .youtube {
    background: url(../images/socialicon-youtube_white.svg) no-repeat;
}

.activesection2 .follow ul li .youtube,
.activesection7 .follow ul li .youtube {
    background: url(../images/socialicon-youtube_black.svg) no-repeat;
}

.follow ul li .youtube:hover {
    background: url(../images/socialicon-youtube_red.svg) no-repeat;
    background-position: center !important;
    background-size: cover !important;
}

.follow ul li .linkedin {
    background: url(../images/socialicon-linkedin_white.svg) no-repeat;
}

.activesection2 .follow ul li .linkedin,
.activesection7 .follow ul li .linkedin {
    background: url(../images/socialicon-linkedin_black.svg) no-repeat;
}

.follow ul li .linkedin:hover {
    background: url(../images/socialicon-linkedin_red.svg) no-repeat;
}

.follow ul li .twitter {
    background: url(../images/socialicon-twitter_white.svg) no-repeat;
}

.activesection2 .follow ul li .twitter,
.activesection7 .follow ul li .twitter {
    background: url(../images/socialicon-twitter_black.svg) no-repeat;
}

.follow ul li .twitter:hover {
    background: url(../images/socialicon-twitter_red.svg) no-repeat;
}

.follow ul li .instagram {
    background: url(../images/socialicon-instagram_white.svg) no-repeat;
}

.activesection2 .follow ul li .instagram,
.activesection7 .follow ul li .instagram {
    background: url(../images/socialicon-instagram_black.svg) no-repeat;
}

.follow ul li .instagram:hover {
    background: url(../images/socialicon-instagram_red.svg) no-repeat;
}

.follow ul li .facebook {
    background: url(../images/socialicon-facebook_white.svg) no-repeat;
}

.activesection2 .follow ul li .facebook,
.activesection7 .follow ul li .facebook {
    background: url(../images/socialicon-facebook_black.svg) no-repeat;
}

.follow ul li .facebook:hover {
    background: url(../images/socialicon-facebook_red.svg) no-repeat;
}

.follow ul li .whatsapp {
    background: url(../images/socialicon-whatsapp_white.svg) no-repeat;
}

.activesection2 .follow ul li .whatsapp,
.activesection7 .follow ul li .whatsapp {
    background: url(../images/socialicon-whatsapp_black.svg) no-repeat;
}

.follow ul li .whatsapp:hover {
    background: url(../images/socialicon-whatsapp_red.svg) no-repeat;
}

@media only screen and (max-width:1110px) {
    .followbox {
        display: none;
    }
}

.activesection11 .follow {
    display: none;
}


/* LANG */

.lang {
    position: fixed;
    z-index: 2001;
    bottom: 20px;
    opacity: .5;
    font-family: dharma-gothic-e;
    font-size: 26px;
    font-weight: 300;
}

.activesection1 .lang {
    color: #FFF;
}

.activesection2 .lang {
    color: #333;
}

.activesection3 .lang {
    color: #FFF;
}

.activesection4 .lang {
    color: #FFF;
}

.activesection5 .lang {
    color: #FFF;
}

.activesection6 .lang {
    color: #FFF;
}

.activesection7 .lang {
    color: #333;
}

.activesection8 .lang {
    color: #333;
}

.activesection9 .lang {
    color: #FFF;
}

.activesection10 .lang {
    color: #FFF;
}

.activesection11 .lang {
    display: none;
}

.lang:hover {
    color: #EB2F06;
    opacity: 1;
}

@media only screen and (max-width:1110px) {
    .lang {
        display: none;
    }
}


/* SECTION */

.fullpageMain {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.fullpage {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.section {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.section .container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#section1 {
    background: #000;
    background-position: center;
    background-size: cover;
}

#section2 {
    background: #FFF;
}

#section3 {
    background: url(../images/section-bg-3.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

#section4 {
    background: #EFC32B;
}

#section5 {
    background: #EFC32B;
}

#section6 {
    background: #1C1C1C;
}

#section7 {
    background: #FFF;
}

#section8 {
    background: #FFF;
}

#section9 {
    background: #1C1C1C;
}

#section10 {
    background: #1C1C1C;
}

#section11 {
    background: #FFF;
}

@media only screen and (max-width:1110px) {
    .section {
        padding: 0 12px;
    }
}


/* SECTION 1 */

#section1 .video {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    overflow: hidden;
}

#section1 .video video {
    width: 100%;
}

#section1 .mobilevideo {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    overflow: hidden;
    display: none;
}

#section1 .mobilevideo video {
    width: 100%;
}

#section1 .content-videobtn {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

#section1 .content-videobtn .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    border-right: solid 2px #EB2F06;
    margin-right: 25px;
    padding-right: 25px;
}

#section1 .content-videobtn .content span {
    color: #FFF;
    font-size: 130px;
    font-weight: bold;
    font-family: dharma-gothic-e;
    line-height: 110px;
}

#section1 .content-videobtn .content samp {
    height: 35px;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    color: #FFF;
    white-space: nowrap;
    font-size: 42px;
    font-family: dharma-gothic-e !important;
    line-height: 1;
    position: relative;
}

#section1 .content-videobtn .videobtn {
    width: 90px;
    height: 90px;
    flex: 0 0 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

#section1 .content-videobtn .videobtn img {
    width: 100%;
    height: 100%;
}

#section1 .title-content {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}

#section1 .title-content .title {
    color: #FFF;
    font-size: 265px;
    font-weight: bold;
    font-family: dharma-gothic-e;
    line-height: 240px;
}

#section1 .title-content .content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

#section1 .title-content .content samp {
    width: 195px;
    display: flex;
    border-right: solid 2px #EB2F06;
    margin-right: 25px;
    padding-right: 25px;
    white-space: nowrap;
    font-size: 42px;
    font-family: dharma-gothic-e !important;
    color: #FFF;
    line-height: 1;
    position: relative;
}

#section1 .title-content .content .videobtn {
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

#section1 .title-content .content .videobtn img {
    width: 100%;
}

.glowwrap {
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 2;
}

.glow {
    display: block;
    position: absolute;
    width: 30%;
    height: 200%;
    background: rgba(255, 255, 255, .75);
    top: -100%;
    animation: glow 2s infinite;
    filter: blur(7px);
    transform: rotate(45deg) translate(-450%, 0);
    transition: all .2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@keyframes glow {
    0% {
        transform: rotate(45deg) translate(450%, 0);
        transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }
    100% {
        margin-top: 5px;
    }
}

#section1 .scrolldown {
    width: 18px;
    height: 31px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -9px;
    z-index: 1001;
    background: url(../images/icon-mouse.svg) no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width:1024px) {
    #section1 .scrolldown {
        width: 26px;
        height: 17px;
        margin-left: -13px;
        background: url(../images/icon-down.svg) no-repeat;
    }
}

@media only screen and (max-width:767px) {
    #section1 .video {
        display: none;
    }
    #section1 .mobilevideo {
        display: flex;
    }
    #section1 .content-videobtn .content span {
        font-size: 70px;
        line-height: 60px;
    }
    #section1 .content-videobtn .content samp {
        height: 21px;
        width: 93px;
        font-size: 26px;
    }
    #section1 .content-videobtn .videobtn {
        width: 54px;
        flex: 0 0 54px;
        height: 54px;
    }
    #section1 .title-content .title {
        font-size: 150px;
        line-height: 130px;
    }
    #section1 .title-content .content samp {
        width: 125px;
        margin-right: 20px;
        padding-right: 20px;
        font-size: 26px;
    }
    #section1 .title-content .content .videobtn {
        width: 26px;
        height: 26px;
        flex: 0 0 26px;
    }
    #section1 .scrolldown {
        width: 26px;
        height: 17px;
        margin-left: -13px;
        background: url(../images/icon-down.svg) no-repeat;
    }
}


/* SECTION 2 */

#section2 .container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding: 100px 0px 0 0;
    justify-content: space-between;
    align-items: center;
}

#section2 .title-content {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

#section2 .title-content .title {
    width: 145px;
    height: 125px;
}

#section2 .title-content .title h3 {
    color: #D8D8D8;
    opacity: .5;
    margin: 127px 0 0 -18px;
    white-space: nowrap;
}

.en #section2 .title-content .title {
    height: 285px;
}

.en #section2 .title-content .title h3 {
    margin: 285px 0 0 -18px;
    white-space: nowrap;
}

#section2 .title-content .content {
    width: 354px;
    margin-left: -16px;
}

#section2 .title-content .content span {
    font-family: dharma-gothic-e;
    font-size: 36px;
    line-height: 1;
    color: #333333;
    margin-bottom: 5px;
}

#section2 .title-content .content p {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    margin: 5px 0;
}

#section2 .title-content .content samp {
    font-size: 34px;
    line-height: 1.25;
    color: #eb2f06;
}

#section2 .image {
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 1001;
    max-height: 85vh;
    width: 600px;
    padding-right: 50px;
}

.activesection2 #section2 .image {
    position: fixed;
}

#section2 .image img {
    max-width: 100%;
    max-height: 100%;
    float: left;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.activesection2 #section2 .image img {
    opacity: 1;
    -webkit-transition: 1s;
    transition: 1s;
}

@media only screen and (max-width:1110px) {
    #section2 .image {
        width: 525px;
    }
}

@media only screen and (max-width:1023px) {
    #section2 .container {
        padding: 100px 0px 0 0;
        align-items: flex-start;
    }
    #section2 .image {
        width: 100%;
        height: 600px;
        justify-content: center;
        display: flex;
        padding-right: 0px;
    }
}

@media only screen and (max-width:767px) {
    #section2 .container {
        padding: 70px 0px 0 0;
        align-items: flex-start;
    }
    #section2 .title-content .title {
        width: 110px;
    }
    #section2 .title-content .title h3 {
        margin: 75px 0 0 -10px;
    }
    .en #section2 .title-content .title {
        height: 165px;
    }
    .en #section2 .title-content .title h3 {
        margin: 167px 0 0 -10px;
    }
    #section2 .title-content .content {
        width: 100%;
        margin-left: -10px;
        padding-right: 20px;
    }
    .en #section2 .title-content .content {
        width: 100%;
        margin-left: -35px;
        padding-right: 10px;
    }
    #section2 .title-content .content span {
        font-size: 24px;
    }
    #section2 .title-content .content p {
        font-size: 12px;
    }
    #section2 .title-content .content samp {
        font-size: 22px;
    }
    #section2 .image {
        width: 100%;
        height: 340px;
        padding-right: 20px;
    }
}

@media only screen and (max-height:630px) {
    #section2 .image {
        max-height: 300px;
    }
}

@media only screen and (max-height:580px) {
    #section2 .image {
        max-height: 255px;
    }
}

@media only screen and (max-height:550px) {
    #section2 .image {
        max-height: 245px;
    }
}

@media only screen and (max-height:530px) {
    #section2 .image {
        max-height: 235px;
    }
}


/* SECTION 3 */

#section3 .container {
    max-height: 100%;
    width: 100%;
    padding: 50px 50px 0 0;
}

#section3 .title-content {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

#section3 .title {
    width: 145px;
    height: 440px;
}

#section3 .title h3 {
    color: #3D3D3D;
    margin: 438px 0 0 -18px;
}

.en #section3 .title {
    height: 360px;
}

.en #section3 .title h3 {
    color: #3D3D3D;
    margin: 360px 0 0 -18px;
}

#section3 .content {
    width: 300px;
    margin-left: -16px;
}

#section3 .content li {
    opacity: .8;
    font-size: 34px;
    line-height: 1.25;
    color: #FFF;
    font-family: dharma-gothic-e;
    line-height: 1;
    margin: 2px 0;
}

#section3 .image {
    position: absolute;
    bottom: 100px;
    z-index: 998;
    width: 543px;
    padding-right: 80px;
}

.activesection3 #section3 .image {
    position: fixed;
}

#section3 .image img {
    max-width: 100%;
    max-height: 100%;
    float: left;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    animation: zoominout 5s infinite;
}

.activesection3 #section3 .image img {
    opacity: 1;
    -webkit-transition: .75s;
    transition: .75s;
}

@media only screen and (max-width:1110px) {
    #section3 .image {
        right: 0px;
    }
}

@media only screen and (max-width:1023px) {
    #section3 .container {
        height: 100%;
        padding: 110px 0px 0 0;
        align-items: flex-start;
    }
    #section3 .image {
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 400px;
        padding-right: 0px;
        justify-content: center;
        display: flex;
    }
}

@media only screen and (max-width:767px) {
    #section3 .container {
        height: 100%;
        width: 100%;
        padding: 70px 0 0 0;
        align-items: flex-start;
    }
    #section3 .title {
        width: 110px;
        height: 280px;
    }
    #section3 .title h3 {
        margin: 255px 0 0 -10px;
    }
    .en #section3 .title {
        height: 210px;
    }
    .en #section3 .title h3 {
        color: #3D3D3D;
        margin: 210px 0 0 -10px;
    }
    #section3 .content {
        width: 300px;
        margin-left: -30px;
    }
    #section3 .content li {
        font-size: 18px;
    }
    #section3 .image {
        bottom: -40px;
        height: 320px;
    }
}

@media only screen and (max-height:630px) {
    #section3 .image {
        max-height: 300px;
    }
}

@media only screen and (max-height:580px) {
    #section3 .image {
        max-height: 255px;
        bottom: -65px;
    }
}

@media only screen and (max-height:555px) {
    #section3 .image {
        max-height: 245px;
        bottom: -70px;
    }
}

@media only screen and (max-height:530px) {
    #section3 .image {
        max-height: 235px;
        bottom: -70px;
    }
}


/* SECTION 4 */

#section4 .container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding: 100px 0;
    justify-content: space-between;
    align-items: center;
}

#section4 .title-content {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

#section4 .title-content .title {
    width: 145px;
    height: 200px;
    position: relative;
}

#section4 .title-content .title h3 {
    color: #C4A023;
    margin: 80px 0 0 -18px;
    position: absolute;
}

.en #section4 .title-content .title h3 {
    margin: 235px 0 0 -18px;
}

#section4 .title-content .content {
    width: 535px;
    padding-left: 130px;
}

.en #section4 .title-content .content {
    padding-left: 140px;
}

#section4 .title-content .content span {
    font-family: dharma-gothic-e;
    font-size: 36px;
    line-height: 1;
    color: #FFF;
    margin-bottom: 5px;
}

#section4 .title-content .content p {
    font-size: 14px;
    color: #FFF;
    line-height: 1.5;
    margin: 5px 0;
}

#section4 .title-content .content samp {
    opacity: .65;
    font-size: 28px;
    line-height: 1.25;
    color: #BE9B22;
}

#section4 .title-content .content .text {
    width: 100%;
    position: relative;
    padding-left: 65px;
}

#section4 .title-content .content .text1 {
    position: absolute;
    left: -80px;
    top: -64px;
    width: 140px;
    height: 65px;
    font-family: dharma-gothic-e;
    font-size: 63px;
    line-height: 1;
    color: #FFF;
    margin-bottom: 5px;
    -webkit-transform-origin: 140px 65px;
    transform-origin: 140px 65px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#section4 .title-content .content .text2 {
    font-family: dharma-gothic-e;
    font-size: 36px;
    line-height: 1;
    color: #FFF;
    margin-bottom: 5px;
}

#section4 .image {
    position: absolute;
    bottom: 0px;
    z-index: 1001;
    max-height: 85vh;
    width: 612px;
    padding-right: 30px;
}

#section4 .image img {
    max-width: 100%;
    max-height: 100%;
    float: left;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.activesection4 #section4 .title-content .title,
.activesection5 #section4 .title-content .title {
    position: fixed;
    top: 50%;
    z-index: 1999;
}


/*.en.activesection4 #section4 .title-content .title, .en.activesection5 #section4 .title-content .title{margin-bottom:-270px;}*/

.activesection4 #section4 .image,
.activesection5 #section4 .image {
    position: fixed;
}

.activesection4 #section4 .image img,
.activesection5 #section4 .image img {
    opacity: 1;
    -webkit-transition: .75s;
    transition: .75s;
}

@media only screen and (max-width:1110px) {
    #section4 .image {
        right: 0px;
    }
    .en #section4 .image {
        width: 575px;
    }
    /*.en.activesection4 #section4 .title-content .title, .en.activesection5 #section4 .title-content .title{margin-bottom:-220px;}*/
}

@media only screen and (max-width:1023px) {
    #section4 .title-content .title h3 {
        margin: 210px 0 0 -18px;
    }
    .en #section4 .title-content .title h3 {
        margin: 400px 0 0 -18px;
    }
    .activesection4 #section4 .title-content .title,
    .activesection5 #section4 .title-content .title {
        bottom: auto;
        top: 100px;
        margin-bottom: 0px;
    }
    #section4 .container {
        height: 100%;
        padding: 100px 0px 0 0;
        align-items: flex-start;
    }
    #section4 .image {
        width: 100%;
        height: 550px;
        justify-content: center;
        display: flex;
        padding-right: 0px;
    }
    #section4 .image {
        width: 100%;
        height: 550px;
        justify-content: center;
        display: flex;
        padding-right: 0px;
    }
    .en #section4 .image {
        width: 100%;
        justify-content: center;
        display: flex;
        padding-right: 0px;
    }
}

@media only screen and (max-width:767px) {
    #section4 .container {
        padding: 70px 0 0 0;
        align-items: flex-start;
    }
    #section4 .title-content .title {
        width: 110px;
        height: 120px;
    }
    #section4 .title-content .title h3 {
        margin: 112px 0 0 -10px;
        color: #F7E192;
    }
    #section4 .title-content .content {
        width: 100%;
        padding-left: 75px;
    }
    .en #section4 .title-content .content {
        padding-left: 85px;
    }
    .en #section4 .title-content .title h3 {
        margin: 102px 0 0 -8px;
    }
    #section4 .title-content .content span {
        font-size: 20px;
        color: #8E7009;
    }
    #section4 .title-content .content p {
        font-size: 12px;
        color: #ffffff;
        padding-right: 30px;
    }
    #section4 .title-content .content samp {
        font-size: 16px;
        color: #685000;
    }
    #section4 .title-content .content .text {
        padding-left: 35px;
    }
    #section4 .title-content .content .text1 {
        color: #8E7009;
        left: -50px;
        top: -37px;
        width: 80px;
        height: 35px;
        font-size: 35px;
        -webkit-transform-origin: 80px 35px;
        transform-origin: 80px 35px;
    }
    #section4 .title-content .content .text2 {
        color: #8E7009;
        font-size: 20px;
    }
    #section4 .image {
        height: 340px;
    }
    .activesection4.sectiontrue #section4 .title-content .title,
    .activesection5.sectiontrue #section4 .title-content .title {
        top: 80px;
        bottom: auto;
        margin-bottom: 0px;
    }
    .en.activesection4.sectiontrue #section4 .title-content .title,
    .en.activesection5.sectiontrue #section4 .title-content .title {
        top: 200px;
        bottom: auto;
        margin-bottom: 0px;
    }
}

@media only screen and (max-height:630px) {
    #section4 .image {
        max-height: 300px;
    }
}

@media only screen and (max-height:580px) {
    #section4 .image {
        max-height: 235px;
    }
}

@media only screen and (max-height:530px) {
    #section4 .image {
        max-height: 210px;
    }
}


/* SECTION 5 */

#section5 .container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding: 100px 0;
    justify-content: space-between;
    align-items: center;
}

#section5 .content {
    width: 530px;
    padding-left: 126px;
    position: relative;
    margin-top: 76px;
}

.en #section5 .content {
    padding-left: 136px;
    margin-top: 3px;
}

#section5 .content span {
    font-family: dharma-gothic-e;
    font-size: 36px;
    line-height: 1;
    color: #FFF;
}

#section5 .content p {
    position: absolute;
    left: -80px;
    top: 30px;
    width: 250px;
    height: 45px;
    font-family: dharma-gothic-e;
    font-size: 43px;
    color: #c4a023;
    line-height: 1;
    -webkit-transform-origin: 250px 45px;
    transform-origin: 250px 45px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.en #section5 .content p {
    left: -75px;
}

#section5 .content .image {
    padding-left: 50px;
    margin-top: 10px;
}

@media only screen and (max-width:1023px) {
    #section5 .container {
        height: 100%;
        padding: 100px 0px 0 0;
        align-items: flex-start;
    }
    #section5 .content {
        margin-top: 0px;
    }
}

@media only screen and (max-width:767px) {
    #section5 .container {
        padding: 70px 00 0 0;
        align-items: flex-start;
    }
    #section5 .content {
        width: 100%;
        padding-left: 75px;
        margin-top: 0px;
    }
    .en #section5 .content {
        padding-left: 86px;
        margin-top: 1px;
    }
    #section5 .content span {
        font-size: 20px;
        color: #8E7009;
    }
    #section5 .content p {
        color: #F7E192;
        left: -62px;
        top: 10px;
        width: 165px;
        height: 30px;
        -webkit-transform-origin: 165px 30px;
        transform-origin: 165px 30px;
        font-size: 27px
    }
    .en #section5 .content p {
        left: -53px;
    }
    #section5 .content .image {
        padding-left: 35px;
    }
    #section5 .content .image img {
        max-width: 170px;
    }
}


/* SECTION 6 */

#section6 .container {
    max-height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding: 0px 50px 0 0;
}

#section6 .title-content {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}

#section6 .title {
    width: 145px;
    height: 520px;
}

#section6 .title h3 {
    color: #3D3D3D;
    margin: 525px 0 0 -18px;
}

.en #section6 .title {
    height: 280px;
}

.en #section6 .title h3 {
    margin: 293px 0 0 -18px;
}

#section6 .content {
    width: 400px;
    margin: -18px 0 0 -16px;
}

#section6 .content .subtitle {
    font-family: dharma-gothic-e;
    font-size: 85px;
    color: #FFF;
    margin-bottom: 5px;
    font-weight: 400;
}

.en #section6 .content .subtitle {
    font-size: 69px;
}

#section6 .content ul {
    padding-left: 10px;
    position: relative;
}

#section6 .content ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 2px;
    height: 92%;
    background: #EB2F06;
}

.en #section6 .content ul:before {
    height: 91%;
}

#section6 .content ul li {
    opacity: .8;
    font-size: 28px;
    line-height: 1.25;
    color: #FFF;
}

#section6 .image {
    width: 550px;
    position: absolute;
    bottom: 0px;
    z-index: 1001;
    max-height: 75vh;
    padding-right: 120px;
}

.activesection6 #section6 .image {
    position: fixed;
    bottom: 0px;
}

#section6 .image img {
    max-width: 100%;
    max-height: 100%;
    float: left;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.activesection6 #section6 .image img {
    opacity: 1;
    -webkit-transition: .75s;
    transition: .75s;
}

@media only screen and (max-width:1110px) {
    #section6 .container {
        height: 100%;
        padding: 150px 0 0 0;
        align-items: flex-start;
    }
    #section6 .image {
        right: 0;
    }
}

@media only screen and (max-width:1024px) {
    #section6 .container {
        padding: 150px 0 0 0;
    }
}

@media only screen and (max-width:1023px) {
    #section6 .container {
        padding: 100px 0 0 0;
    }
    #section6 .image {
        width: 520px;
    }
}

@media only screen and (max-width:767px) {
    #section6 .container {
        height: 100%;
        padding: 70px 0 0 0;
        align-items: flex-start;
    }
    #section6 .title {
        width: 110px;
        height: 300px;
    }
    #section6 .title h3 {
        color: #3D3D3D;
        margin: 305px 0 0 -10px;
    }
    .en #section6 .title {
        height: 170px;
    }
    .en #section6 .title h3 {
        margin: 174px 0 0 -10px;
    }
    #section6 .content {
        width: 100%;
        margin: -5px 0 0 -35px;
    }
    #section6 .content .subtitle {
        font-size: 34px;
    }
    .en #section6 .content .subtitle {
        font-size: 34px;
    }
    #section6 .content ul:before {
        top: 8px;
        height: 91%;
    }
    .en #section6 .content ul:before {
        height: 92%;
    }
    #section6 .content ul li {
        font-size: 18px;
    }
    #section6 .image {
        width: 100%;
        left: 0px;
        height: 340px;
        justify-content: center;
        display: flex;
        padding-right: 0;
    }
}

@media only screen and (max-height:630px) {
    #section6 .image {
        max-height: 350px;
    }
}

@media only screen and (max-height:580px) {
    #section6 .image {
        max-height: 300px;
    }
}

@media only screen and (max-height:530px) {
    #section6 .image {
        max-height: 275px;
    }
}


/* SECTION 7 */

#section7 .container,
#section8 .container {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding: 75px 50px 0 0;
}

#section7 .title,
#section8 .title {
    width: 145px;
    height: 420px;
    border-right: solid 2px #EB2F06;
    padding-right: 35px;
    margin-right: 35px;
}

#section7 .title h4,
#section8 .title h4 {
    color: #D8D8D8;
    opacity: .5;
    margin: 425px 0 0 -18px;
}

.team {
    width: 815px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.team .item {
    width: 101px;
    height: 114px;
    margin: 0 20px 20px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.team .item:nth-child(6n) {
    margin-right: 0px;
}

.team .item img {
    max-height: 100%;
    max-width: 100%;
}

@media only screen and (max-width:1023px) {
    #section7 .container,
    #section8 .container {
        height: 100%;
        padding: 100px 50px 0 0;
    }
    .team .item {
        width: 90px;
        height: 100px;
        margin: 0 15px 15px 0;
    }
    .team .item:nth-child(6n) {
        margin-right: 15px;
    }
    .team .item:nth-child(5n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width:767px) {
    #section7 .container,
    #section8 .container {
        padding: 70px 0 0 0;
        height: 100%;
        align-items: flex-start;
    }
    #section7 .title,
    #section8 .title {
        width: 75px;
        height: 245px;
        padding-right: 5px;
        margin-right: 5px;
    }
    #section7 .title h4,
    #section8 .title h4 {
        color: #D8D8D8;
        opacity: .5;
        margin: 245px 0 0 -10px;
    }
    .team {
        width: 250px;
        height: 100%;
    }
    .team .item {
        width: 69px;
        height: 78px;
        margin: 0 5px 5px 0;
    }
    .team .item:nth-child(6n) {
        margin-right: 5px;
    }
    .team .item:nth-child(5n) {
        margin-right: 5px;
    }
    .team .item:nth-child(3n) {
        margin-right: 0;
    }
    .team .item.desktop {
        display: none;
    }
}

@media only screen and (max-width:374px) {
    .team .item {
        width: 65px;
        height: 73px;
    }
}


/* SECTION 8 */

#section8 {
    display: none;
}

@media only screen and (max-width:767px) {
    #section8 {
        display: flex;
    }
}


/* SECTION 9 */

#section9 .container,
#section10 .container {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding: 100px 50px 0 0;
}

#section9 .title,
#section10 .title {
    width: 145px;
    height: 394px;
    border-right: solid 2px #EB2F06;
    padding-right: 35px;
    margin-right: 35px;
}

#section9 .title h5,
#section10 .title h5 {
    color: #3D3D3D;
    margin: 396px 0 0 -18px;
}

.en #section9 .title,
#section10 .title {
    height: 280px;
}

.en #section9 .title h5,
#section10 .title h5 {
    margin: 280px 0 0 -18px;
}

.logos {
    width: 815px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.logos .item {
    width: 135px;
    margin: 0 35px 45px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.logos.mobile {
    display: none;
}

.logos .item:nth-child(5n) {
    margin-right: 0px;
}

.logos .item img {
    width: 100%;
}

@media only screen and (max-width:1100px) {
    .logos .item {
        margin: 0 23px 45px 0;
    }
}

@media only screen and (max-width:1023px) {
    #section9 .container,
    #section10 .container {
        height: 100%;
        padding: 110px 0 0 0;
        align-items: flex-start;
    }
    .logos .item {
        margin: 0 23px 30px 0;
    }
    .logos .item:nth-child(5n) {
        margin: 0 23px 30px 0;
    }
    .logos .item:nth-child(3n) {
        margin: 0 0 30px 0;
    }
    .logos .item:nth-child(25n) {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    #section9 .container,
    #section10 .container {
        padding: 70px 0 0 0;
    }
    #section9 .title,
    #section10 .title {
        width: 75px;
        height: 230px;
        padding-right: 5px;
        margin-right: 10px;
    }
    #section9 .title h5,
    #section10 .title h5 {
        color: #3D3D3D;
        margin: 231px 0 0 -10px;
    }
    .en #section9 .title,
    .en #section10 .title {
        height: 165px;
    }
    .en #section9 .title h5,
    .en #section10 .title h5 {
        margin: 165px 0 0 -10px;
    }
    .logos {
        width: 100%;
        height: 100%;
    }
    .logos .item {
        width: 100px;
        margin: 0 20px 20px 0;
    }
    .logos .item:nth-child(5n) {
        margin-right: 20px;
    }
    .logos .item:nth-child(3n) {
        margin-right: 20px;
    }
    .logos .item:nth-child(2n) {
        margin-right: 0px;
    }
    .logos.desktop {
        display: none;
    }
    .logos.mobile {
        display: flex;
    }
}

@media only screen and (max-width:374px) {
    .logos .item {
        width: 100px;
        margin: 0 10px 20px 0;
    }
    .logos .item:nth-child(2n) {
        margin-right: 0px;
    }
}


/* SECTION 10 */

#section10 {
    display: none;
}

@media only screen and (max-width:767px) {
    #section10 {
        display: flex;
    }
}


/* SECTION 11 */

#section11 .container {
    height: 100%;
    align-content: flex-start;
}

.newsletter {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    margin-top: 115px;
}

.newsletter .title {
    font-family: dharma-gothic-e;
    font-size: 85px;
    line-height: 60px;
    font-weight: bold;
    color: #e1e1e1;
}

.newsletter form {
    height: 60px;
    border-left: solid 2px #EB2F06;
    margin-left: 30px;
    padding: 5px 0px 5px 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
}

.newsletter form input {
    width: 350px;
    line-height: 50px;
    border-bottom: solid 1px #CACACA;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    opacity: .3;
}

.newsletter form button {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: 20px;
    background: none;
    cursor: pointer;
    font-size: 20px;
    color: #333333;
    font-family: dharma-gothic-e;
}

.newsletter form button:hover {
    color: #EB2F06;
}

.newsletter form button img {
    height: 16px;
    margin: 3px 0 0 5px;
}

.contact {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0px 0px 20px;
}

#section11 .contact {
    margin-top: 60px;
}

.contact .left {
    width: 100%;
    padding-right: 70px;
}

.contact .left img {
    width: 100%;
    animation: zoominout 5s infinite;
}

@keyframes zoominout {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.05, 1.05);
    }
    100% {
        transform: scale(1, 1);
    }
}

.contact .right {
    width: 352px;
    flex: 0 0 352px;
}

.contact .right address {
    width: 100%;
    font-size: 16px;
    line-height: 1.63;
    color: #333333;
    font-style: normal;
}

.contact .right div {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.contact .right div span {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin: 2px 5px 0 0;
}

.contact .right div span samp {
    color: #EB2F06;
}

.contact .right div a {
    width: 100%;
    font-size: 16px;
    line-height: 1.63;
    color: #333333;
    font-style: normal;
}

.contact .right div a:hover {
    color: #EB2F06;
}

.contact .right form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-top: 20px;
    padding-left: 60px;
    position: relative;
}

.contact .right form .text {
    position: absolute;
    left: -210px;
    top: 10px;
    width: 190px;
    font-size: 65px;
    color: #E1E1E1;
    font-family: dharma-gothic-e;
    font-weight: bold;
    -webkit-transform-origin: 190px 0px;
    transform-origin: 190px 0px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.contact .right form input {
    width: 100%;
    line-height: 45px;
    border-bottom: solid 1px #CACACA;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    opacity: .3;
    margin-bottom: 5px;
}

.contact .right form input:hover {
    border-bottom: solid 1px #333;
    opacity: 1;
}

.contact .right form textarea {
    width: 100%;
    height: 45px;
    line-height: 50px;
    border-bottom: solid 1px #CACACA;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    opacity: .3;
    margin-bottom: 30px;
}

.contact .right form textarea:hover {
    border-bottom: solid 1px #333;
    opacity: 1;
}

.contact .right form button {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-left: 20px;
    background: none;
    cursor: pointer;
    font-size: 20px;
    color: #333333;
    font-family: dharma-gothic-e;
}

.contact .right form button:hover {
    color: #EB2F06;
}

.contact .right form button img {
    height: 16px;
    margin: 3px 0 0 5px;
}

@media only screen and (max-width:1100px) {
    #section11 .container {
        align-content: flex-start;
    }
    .contact {
        padding: 100px 15px 15px;
        align-content: flex-start;
    }
    #section11 .menu {
        display: none;
    }
    #section11 .contact {
        margin: 45px 0px 20px;
        padding: 0px;
    }
}

@media only screen and (max-width:1023px) {
    #section11 .container {
        align-content: flex-start;
    }
    .newsletter {
        margin-top: 100px;
        flex-wrap: wrap;
    }
    .newsletter .title {
        width: 100%;
    }
    .newsletter form {
        width: 100%;
        flex-wrap: nowrap;
        border-left: none;
        margin: 20px 0;
    }
    .newsletter form input {
        width: 100%;
        height: 35px;
    }
    .newsletter form button {
        width: 100px;
        flex: 0 0 100px;
    }
    .contact {
        flex-wrap: wrap;
        padding: 100px 15px 15px;
        align-content: flex-start;
    }
    .contact .left {
        width: 100%;
        padding: 0 50px;
        margin: 50px 0px;
    }
    #section11 .menu {
        display: none;
    }
    #section11 .contact {
        width: 100%;
        margin: 15px 0px 20px;
        padding: 0px;
    }
    .contact .right {
        width: 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (max-width:767px) {
    .newsletter {
        margin-top: 70px;
        flex-wrap: wrap;
    }
    .newsletter .title {
        font-size: 40px;
        line-height: 40px;
    }
    .newsletter form {
        width: 290px;
        height: auto;
        flex-wrap: wrap;
        border-left: none;
        margin-left: 0;
        padding: 5px 0px 5px 0px;
        margin: 0;
    }
    .newsletter form input {
        width: 100%;
        height: 35px;
    }
    .newsletter form button {
        margin-left: 0px;
        margin-top: 10px;
    }
    .contact {
        flex-wrap: wrap;
        padding: 76px 15px 15px;
        align-content: flex-start;
    }
    .contact .left {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 30px;
    }
    #section11 .menu {
        display: none;
    }
    #section11 .contact {
        width: 290px;
        margin: 15px 0px 20px;
        padding: 0px;
    }
    #section11 .contact .left {
        display: none;
    }
    .contact .right {
        width: 100%;
        flex: 0 0 100%;
    }
    .contact .right address {
        font-size: 14px;
    }
    .contact .right div a {
        font-size: 14px;
    }
    .contact .right form {
        justify-content: flex-start;
        margin-top: 10px;
    }
    .contact .right form .text {
        left: -196px;
        top: -20px;
        width: 165px;
        font-size: 55px;
    }
    .contact .right form input {
        line-height: 35px;
    }
    .contact .right form textarea {
        margin-bottom: 20px;
    }
    .contact .right form button {
        margin-left: 0px;
    }
}

@media only screen and (max-height:580px) {
    .contact .left {
        display: none;
    }
}

form .error {
    border-color: #F00F00 !important;
    color: #F00F00 !important;
}

form .warning {
    border-color: #F4EC0E !important;
    color: #F4EC0E !important;
}

form .success {
    border-color: #5DFA24 !important;
    color: #5DFA24 !important;
}


/* TITLE */

.rotatetitle {
    font-family: dharma-gothic-e;
    font-size: 155px;
    line-height: 1;
    font-weight: bold;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media only screen and (max-width:767px) {
    .rotatetitle {
        font-size: 90px;
    }
}


/* POPUP */

.popup {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3000;
    width: 100%;
    height: 100%;
    display: none;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .9);
}

.popup.active {
    display: flex;
}

.popup .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 3001;
    width: 40px;
    height: 40px;
    background: url(../images/icon-close_white.svg) no-repeat;
    background-position: center;
    background-size: cover;
}


/* UNDERCONSTRUCTION */

.underconstruction {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/yapim.png);
    background-position: top center;
    background-size: cover;
}

@media only screen and (max-width:1110px) {
    .underconstruction {
        background: url(../images/yapim-mobile.png);
        background-position: top center;
        background-size: cover;
    }
}


/* NOTFOUND */

.notfound {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../images/section-bg-3.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.notfound .text {
    font-size: 55px;
    margin: 15px 0 30px;
    padding-left: 20px;
    color: #FFF;
    font-family: dharma-gothic-e;
    position: relative;
}

.notfound .text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 2px;
    height: 37px;
    background: #EB2F06;
}

.notfound .button {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.notfound .button a {
    font-size: 25px;
    color: #FFF;
    font-family: dharma-gothic-e;
}

.notfound .button a:hover {
    color: #EB2F06;
}

.notfound .button img {
    margin-left: 10px;
}

.logo2 {
    position: fixed;
    z-index: 2001;
    top: 15px;
    left: 0px;
    height: 55px;
    background: #EB2F06;
    padding: 11px 24px 10px 50px;
}

.logo2 div {
    width: 136px;
    height: 34px;
    background: url(../images/logo-white.png) no-repeat;
    background-position: center;
    background-size: cover;
}

@media only screen and (max-width:1110px) {
    .notfound {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: url(../images/section-bg-3.jpg) no-repeat;
        background-position: center;
        background-size: cover;
    }
    .notfound .icon {
        width: 200px;
    }
    .notfound .icon img {
        width: 100%;
    }
    .notfound .text {
        font-size: 40px;
        padding-left: 10px;
    }
    .notfound .text:before {
        top: 11px;
        height: 26px;
    }
    .notfound .button a {
        font-size: 18px;
    }
    .logo2 {
        width: 165px;
        height: 36px;
        top: 15px;
        padding: 6px 12px 6px 30px;
        justify-content: flex-end;
    }
    .logo2 div {
        width: 100px;
        height: 24px;
    }
}