html, body {
    width: 100%;
    height: 100%;
}

body {
    
    
    /*background-color: #535d6a;*/
    background-color: #9ca0a9;
}

body > .big-menu {
    background-color: #9ca0a9;
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    right: 75px;
    bottom: 0;
    display: none;
}

body > .big-menu > .logo {
    width: 100%;
    height: 200px;
    background-image: url('../images/logo.svg');
    background-repeat: no-repeat;
    background-size:  200px; 
    background-position: center center;
    border-bottom: 1px solid #ffffff;    
    position: relative;
    overflow: hidden;
    top: 500px;
    opacity: 0;
}

body > .big-menu > .logo > a {
    text-indent: -9999px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

body >  .big-menu > .language {
    text-align: center;
    border-top:1px solid white;
    padding-top: 30px;
    margin-top: 500px;
    position: relative;
}

body >  .big-menu .language > ul > li > a {
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
}

body >  .big-menu .language > ul > li > a:hover,body >  .big-menu .language > ul > li > a:focus {
    text-decoration: none;
}

body >  .big-menu .language > ul > li.active a{
    color: #ab191a;
}

body > .big-menu {
    overflow-y: hidden;
}

body > .big-menu > .menu ul li a {
    border-radius: 0;
    color: #ffffff;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    top: 500px;
    opacity: 0;
}

body > .big-menu > .menu ul li a:hover, body > .big-menu > .menu ul li a:focus {
    background-color: transparent;
    color: #ab191a;
}

body > .big-menu > .menu ul li.active a {
    background-color: transparent;
    color: #ab191a;
}

body > .menu {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    width: 75px;
    height: 100%;
    background-color: #7b7f88;
    z-index: 99;
}

body > .menu.close {
    opacity: 1;
    cursor: auto;
}

body > .menu button {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
    background-color: transparent !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

body > .menu.open button {
    background-image: url('../images/menu-open.png');
    background-repeat: no-repeat;
    background-position: center center;
}

body > .menu.close button {
    background-image: url('../images/menu-close.png');
    background-repeat: no-repeat;
    background-position: center center;
}

.site {
    width: 100%;
    height: 100%;
    padding-right: 75px;
}

.site.contact-site .left {
    display: none;
}

.container-fluid {
    padding-left: 26px;
    padding-right: 26px;
}

.container-fluid.top {
    margin-top: 26px;
}

.container-fluid.bottom {
    margin-bottom: 26px;
}

.container-fluid > .row.height-720 {
    height: 760px;
}

.container-fluid > .row > .col-md-1, .container-fluid > .row > .col-md-2, .container-fluid > .row > .col-md-3, .container-fluid > .row > .col-md-4, .container-fluid > .row > .col-md-5, .container-fluid > .row > .col-md-6, .container-fluid > .row > .col-md-7, .container-fluid > .row > .col-md-8, .container-fluid > .row > .col-md-9, .container-fluid > .row > .col-md-10, .container-fluid > .row > .col-md-11, .container-fluid > .row > .col-md-12 {
    height: 100%;
}

.type_one, .type_two, .type_three, .type_four, .type_five {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.type_one, .type_two .capsule, .type_two .image, .type_three .image, .type_four .image, .type_five .image {
    background-size: cover !important;
}

.type_two .capsule, .type_three .capsule, .type_four .capsule, .type_five .capsule {
    background-color: #7b7f88;
    height: 100%;
}

.type_two .capsule .title h1, .type_three .capsule .title h1, .type_four .capsule .title h1, .type_five .capsule .title h1 {
    font-family: 'Merriweather Sans', sans-serif;
    color: #ab191a;
    font-size: 30px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 35px;
}

.type_two .capsule .extra, .type_three .capsule .extra, .type_four .capsule .extra, .type_five .capsule .extra {
    font-family: 'Merriweather Sans', sans-serif;
    color: #ffffff;
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 35px;
    line-height: 32px;
}

.type_two .capsule .button a, .type_three .capsule .button a, .type_four .capsule .button a, .type_five .capsule .button a {
    font-family: 'Merriweather Sans', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    background-color: transparent;
    border: none;
    padding: 0;
    background: url('../images/line.png') no-repeat left center;
    padding-left: 41px;
    letter-spacing: 2.5px;
}

.type_two .capsule .button a:hover, .type_two .capsule .button a:focus, .type_three .capsule .button a:hover, .type_four .capsule .button a:hover, .type_three .capsule .button a:focus, .type_four .capsule .button a:focus, .type_five .capsule .button a:hover, .type_five .capsule .button a:focus {
    box-shadow: none;
    color: #ab191a;
}

.type_one {
    /**/
    opacity: 0;
    /**/
}

.type_one .capsule {
    width: 560px;
    height: 760px;
    background-color: #7b7f88;
    position: absolute;
    /**/
    left: -10000px;
    /**/
    bottom: 0;
    padding: 65px;
    padding-bottom: 0;
}

.type_one .capsule .image {
    display: none;
}

.type_one .capsule .logo {
    width: 263px;
    height: 164px;
    background: url('../images/logo.svg') no-repeat;
    background-size: cover;
    margin-bottom: 75px;
    position: relative;
    overflow: hidden;
    margin-left: 0px;
}

.type_one .capsule .logo > a {
    text-indent: -9999px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.type_one .capsule .logo.flat {
    background: url('../images/logo.svg') no-repeat;
}

.type_one .capsule .title h1 {
    font-family: 'Merriweather Sans', sans-serif;
    text-transform: uppercase;
    color: #ab191a;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

.type_one .capsule .extra {
    font-family: 'Merriweather Sans', sans-serif;
    color: #ffffff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    height: 277px;
}

.type_one .capsule .extra.small {
    font-size: 26px;
    line-height: 36px;
}

.type_one .capsule .button a {
    font-family: 'Merriweather Sans', sans-serif;
    color: #ab191a;
    font-size: 16px;
    font-weight: 400;
    background-color: transparent;
    border: none;
    padding: 0;
    background: url('../images/arrow.png') no-repeat center bottom;
    padding-bottom: 45px;
}

.type_one .capsule .button a:hover, .type_one .capsule .button a:focus {
    box-shadow: none;
}

.type_two .content {
    max-width: 350px;
}

.type_two .capsule {
    padding: 39px;
    position: relative;
    overflow: hidden;
    /**/
    left: -100%;
    /**/
}

.type_two .title {
    position: relative;
    left: -250px;
    opacity: 0;
}

.type_two .extra {
    position: relative;
    left: -250px;
    opacity: 0;
}

.type_two .button {
    position: relative;
    left: -250px;
    opacity: 0;
}

.type_two .capsule .image {
    display: none;
}

.type_three .capsule {
    position: relative;
    overflow: hidden;
    /**/
    top: -100%;
    /**/
}

.type_three .title {
    position: relative;
    top: 100px;
    opacity: 0;
}

.type_three .extra {
    position: relative;
    top: 100px;
    opacity: 0;
}

.type_three .button {
    position: relative;
    top: 100px;
    opacity: 0;
}

.type_three .content {
    padding: 39px;
}

.type_three .capsule .image {
    height: 50%;
}

.type_four .capsule {
    position: relative;
    overflow: hidden;
    /**/
    top: -100%;
    /**/
}

.type_four .title {
    position: relative;
    top: 100px;
    opacity: 0;
}

.type_four .extra {
    position: relative;
    top: 100px;
    opacity: 0;
}

.type_four .button {
    position: relative;
    top: 100px;
    opacity: 0;
}

.type_four .content {
    padding: 39px;
}

.type_four .capsule .image {
    height: 50%;
}

.type_five .capsule {
    position: relative;
    overflow: hidden;
    /**/
    left: -100%;
    /**/
}

.type_five .title {
    position: relative;
    top: 100px;
    opacity: 0;
}

.type_five .extra {
    position: relative;
    top: 100px;
    opacity: 0;
}

.type_five .button {
    position: relative;
    top: 100px;
    opacity: 0;
}

.type_five .content {
    width: 50%;
    padding: 39px;
    float: left;
}

.type_five .capsule .image {
    width: 50%;
    height: 100%;
    float: left;
}

.footer {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #dee0e0;
}

.site > .content .container-padding {
    padding-top: 85px;
    padding-bottom: 85px;
    padding-left: 65px;
    padding-right: 65px;
}

.site > .content .container-padding.no-padding {
    padding-top: 0;
}

.site > .content .container-padding.no-padding.no-padding-bottom {
    padding-bottom: 0;
}

.site > .content .container-padding:not(.extra-big) > h1 {
    border-top: 1px solid #ab191a;
    color: #ab191a;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 55px;
    letter-spacing: 1px;
}

.site > .content .container-padding p {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 35px;
}

.site > .content .container-padding p a {
    color: #ffffff !important;
}

.site > .content .container-padding p a:hover, .site > .content .container-padding p a:focus {
    text-decoration: none;
}

.site > .content .container-padding p:last-child {
    margin-bottom: 0;
}

.site > .content .big, .site > .content .big p {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 30px !important;
    font-weight: 300;
    color: #ffffff;
    line-height: 36px;
}

.site > .content .container-padding.extra-big {
    padding-bottom: 0;
}

.site > .content .container-padding.extra-big > h1 {

    font-family: 'Merriweather Sans', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 55px;
    color: #ffffff;
}

.site > .content .container-padding.no-padding form .right {
    padding-right: 40px;
}

.site > .content .container-padding.no-padding form .left {
    padding-left: 40px;
}

.site > .content .container-padding.no-padding form label {
    font-family: 'Merriweather Sans', sans-serif;
    color: #ab191a;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

.site > .content .container-padding.no-padding form input {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;

    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding: 20px;
    padding-left: 0;
    background-color: transparent;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 40px;
}

.site > .content .container-padding.no-padding form textarea {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    border-radius: 0;
    border: 1px solid #ffffff;
    padding: 20px;
    background-color: transparent;
    box-shadow: none;
    margin-top: 30px;
    margin-bottom: 40px;
}

.site > .content .container-padding.no-padding form button {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;

    border-radius: 0;
    border: 1px solid #ffffff;
    padding: 20px;
    padding-left: 0;
    background-color: transparent;
    box-shadow: none;
    margin-top: 10px;
    color: #ab191a;
    text-transform: uppercase;
    margin-top: 20px;

    outline: none !important;
    box-shadow: none !important;
}

.site > .content .container-padding.no-padding form button.active {
    border: 1px solid #7b7f88;
    background-color: #7b7f88;
}

.site > .content .container-padding.no-padding form button:hover, .site > .content .container-padding.no-padding form button:focus {
    border: 1px solid #ab191a;
    background-color: #ab191a;
    color: #7b7f88;
}

.site .left {
    position: relative;
    overflow: hidden;
}

.site .left .menu {
    background-color: #7b7f88;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 220px;
    left: 0;
    top: 0;
    width: 560px;
    height: 100%;
    padding: 65px;
    padding-top: 85px;
    padding-bottom: 85px;
}

.site .left .menu ul li a {
    display: inline-block;
    max-width: 250px;
    font-family: 'Merriweather Sans', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    padding-top: 8px;
    padding-bottom: 12px;
    text-transform: uppercase;
    background-color: transparent !important;
    letter-spacing: 1px;
    border-radius: 0;
}

.site .left .menu ul li.active a {
    border-top: 1px solid #ab191a;
    color: #ab191a;
}

.site .left .menu ul li a:hover, .site .left .menu ul li a:focus {
    color: #ab191a;
}

.site .left .content {
    margin-left: 560px;
    float: left;
}

.site .left .content .container-padding {
    padding-top: 85px;
    padding-bottom: 85px;
    padding-left: 65px;
    padding-right: 65px;
}

.site .left .content .container-padding.no-padding {
    padding-top: 0;
}

.site .left .content .container-padding > h1 {
    border-top: 1px solid #ab191a;
    color: #ab191a;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 55px;
    letter-spacing: 1px;
}

.site .left .content .container-padding p {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 35px;
    -webkit-font-smoothing: antialiased;
}

.site .left .content .container-padding p:last-child {
    margin-bottom: 0;
}

.site .left .content .container-padding .col-md-6 {
    padding-right: 55px;
}

.site .left .content .mission-vision .col-md-6:first-child {
    padding-right: 1px;
}

.site .left .content .mission-vision .col-md-6:last-child {
    padding-left: 1px;
}

.site .left .content .mission-vision .scroll {
    background-color: #7b7f88;
    height: 700px;
    position: relative;
    overflow: hidden;
}

.site .left .content .mission-vision .scroll .in {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.site .left .content .mission-vision .scroll .in .cover {
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    margin-bottom: 55px;
}

.site .left .content .mission-vision .col-md-6:first-child .scroll .in .cover {
    background-position: center right;
}

.site .left .content .mission-vision .col-md-6:last-child .scroll .in .cover {
    background-position: center left;
}

.site .left .content .mission-vision .scroll .in img {
    margin: auto;
}

.site .left .content .mission-vision .scroll .in h1 {
    border-top: 1px solid #ab191a;
    width: 150px;
    color: #ab191a;
    padding-top: 8px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 60px;
    letter-spacing: 1px;
}

.site .left .content .mission-vision .scroll .in p {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 17px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 35px;
    padding-left: 55px;
    padding-right: 55px;
}

.site .left .content .container-padding .list img {
    margin-top: 70px;
    margin-bottom: 30px;
}

.site .left .content .container-padding .list h1 {
    min-width: 120px;
    border-top: 1px solid #ab191a;
    color: #ab191a;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
    display: inline-block;
    letter-spacing: 1px;
}

.site .left .content .container-padding > img:first-child {
    margin-bottom: 30px;
}

.site .left .content .container-padding.no-padding.image img {
    width: 100%;
    margin-bottom: 0;
}

.site .left .content .big {
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 30px !important;
    font-weight: 300;
    color: #ffffff;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
}

.site .left .content .big p {
    font-size: 30px !important;
}

.site .left .content p.big {
    margin-bottom: 0;
}

.site .left .content .container-padding:last-child {
    padding-bottom: 0;
}

.footer.big-footer {
    margin-top: 100px;
    border-top: 1px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 120px;
}

.footer.big-footer .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

#iframe {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: -1;
    overflow: hidden;
}

.list > .panel-group {
    margin-bottom: 0;
}

.list > .panel-group > .panel {
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.list > .panel-group > .panel > .panel-heading {
    background-color: transparent;
    padding: 0;
}

.list > .panel-group > .panel + .panel {
    margin-top: 0;
}

.list > .panel-group > .panel .panel-body {
    padding: 0;
    padding-top: 25px;
    padding-bottom: 42px;
    border-top: none;
    font-family: 'Merriweather Sans', sans-serif;
    color: #ffffff;
    font-weight: 300;
    font-size: 16px;
}

.list > .panel-group h4 a {
    font-family: 'Merriweather Sans', sans-serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    padding-top: 13px;
    padding-bottom: 18px;
    text-transform: uppercase;
    background-color: transparent !important;
    letter-spacing: 1px;
    border-radius: 0;
    display: inline-block;
}

.list > .panel-group h4 a:hover, .list > .panel-group h4 a:focus {
    text-decoration: none;
    color: #ab191a;
}

.list > .panel-group h4 a.yellow {
    border-bottom: 1px solid #ab191a;
    padding-bottom: 17px;
    color: #ab191a;
}

.list .map-e-mail a {
    color: #ffffff;
}

.list .map-e-mail a:hover, .list .map-e-mail a:focus {
    text-decoration: none;
}

@media screen and (max-width: 991px) {
    html, body {
        width: auto;
        height: auto;
    }

    body {
        margin-top: 67px;
    }

    body > .big-menu {
        z-index: 2;
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

    body > .big-menu > .logo {
        height: 190px;
        background-image: url('../images/logo.svg');
        margin-bottom: 20px;
    }

    body > .big-menu > .menu ul li a {
        font-size: 22px;
    }

    body > .big-menu > .menu ul li a:hover, body > .big-menu > .menu ul li a:focus {
        background-color: transparent;
    }

    body >  .big-menu .language > ul > li > a {
        font-size: 12px;
    }

    body > .menu {
        position: fixed;
        overflow: hidden;
        left: 0;
        top: 0;
        right: 0;
        bottom: unset;
        width: auto;
        height: 67px;
        background-image: url('../images/mobile-header.svg');
        background-position: 19px 50%;
        background-size: 55%;
        background-repeat: no-repeat;
        background-color: #7b7f88;
    }

    body > .menu.close {
        background: none;
        z-index: 3;
    }

    body > .menu button {
        border: none;
        border-radius: 0;
        background-color: transparent !important;
        position: absolute;
        left: unset;
        top: 0;
        right: 0;
        bottom: 0;
        width: 75px;
        height: 100%;
    }

    body > .menu.open button {
        background-image: url('../images/menu-open.png');
        background-repeat: no-repeat;
        background-position: center center;
    }

    body > .menu.close button {
        background-image: url('../images/menu-close.png');
        background-repeat: no-repeat;
        background-position: center center;
        opacity: 1;
    }

    .footer .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .site {
        padding-right: 0;
    }

    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .container-fluid.top {
        margin-top: 20px;
    }

    .container-fluid.bottom {
        margin-bottom: 20px;
    }

    .container-fluid > .row.height-720 {
        height: auto;
    }

    .container-fluid > .row > .col-md-1, .container-fluid > .row > .col-md-2, .container-fluid > .row > .col-md-3, .container-fluid > .row > .col-md-4, .container-fluid > .row > .col-md-5, .container-fluid > .row > .col-md-6, .container-fluid > .row > .col-md-7, .container-fluid > .row > .col-md-8, .container-fluid > .row > .col-md-9, .container-fluid > .row > .col-md-10, .container-fluid > .row > .col-md-11, .container-fluid > .row > .col-md-12 {
        height: auto;
    }

    .type_one, .type_two, .type_three, .type_four, .type_five {
        width: auto;
        height: auto;
        position: static;
        overflow: auto;
    }

    .type_two .capsule, .type_three .capsule, .type_four .capsule, .type_five .capsule {
        background-color: #7b7f88;
        height: auto;
    }

    .type_two .capsule .title h1, .type_three .capsule .title h1, .type_four .capsule .title h1, .type_five .capsule .title h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .type_two .capsule .extra, .type_three .capsule .extra, .type_four .capsule .extra, .type_five .capsule .extra {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .type_two .capsule .button a, .type_three .capsule .button a, .type_four .capsule .button a, .type_five .capsule .button a {
        font-size: 12px;
        background: url('../images/line.png') no-repeat left center;
    }

    .type_one {
        background-image: none !important;
    }

    .type_one .capsule {
        width: auto;
        height: auto;
        position: static;
        left: auto;
        bottom: auto;
        padding: 0;
    }

    .type_one .capsule .image {
        display: block;
        width: 100%;
        height: 315px;
        background-size: cover;
    }

    .type_one .capsule .logo {
        display: none;
    }

    .type_one .capsule .title {
        padding-left: 20px;
        padding-top: 20px;
        padding-right: 20px;
    }

    .type_one .capsule .title h1 {
        font-size: 10px;
        margin-bottom: 15px;
    }

    .type_one .capsule .extra {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 22px;
        line-height: 32px;
        height: auto;
    }

    .type_one .capsule .extra.small {
        font-size: 20px;
        line-height: 30px;
    }

    .type_one .capsule .button {
        padding: 20px;
        padding-top: 25px;
    }

    .type_one .capsule .button a {
        font-size: 10px;
        background: url('../images/arrow-mobile.png') no-repeat center bottom;
        padding-bottom: 20px;
    }

    .type_two {
        margin-bottom: 20px;
    }

    .type_two .content {
        max-width: none;
    }

    .type_two .capsule {
        padding: 0;
        background-image: none !important;
    }

    .type_two .content {
        padding: 20px;
    }

    .type_two .capsule .image {
        display: block;
        width: 100%;
        height: 235px;
    }

    .type_three .content {
        padding: 20px;
    }

    .type_three .capsule .image {
        display: block;
        width: 100%;
        height: 235px;
    }

    .type_four .content {
        padding: 20px;
    }

    .type_four .capsule .image {
        display: block;
        width: 100%;
        height: 235px;
    }

    .type_five {
        margin-top: 20px;
    }

    .type_five .content {
        width: auto;
        padding: 20px;
        float: none;
    }

    .type_five .capsule .image {
        width: auto;
        height: 235px;
        float: none;
        display: block;
    }

    .footer {
        border-top: 1px solid #ffffff;
        margin-top: 50px;
        margin-left: 20px;
        margin-right: 20px;
        padding-top: 10px;
        padding-bottom: 40px;
        font-size: 10px;
    }

    .site.contact-site .left {
        display: block;
    }

    .site > .content .container-padding {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .site > .content .container-padding.no-padding {
        padding-top: 0;
    }

    .site > .content .container-padding.no-padding.no-padding-bottom {
        padding-bottom: 0;
    }

    .site > .content .container-padding:not(.extra-big) > h1 {
        font-size: 10px;
        margin-bottom: 25px;
    }

    .site > .content .container-padding p {
        font-size: 17px;
        margin-bottom: 35px;
    }

    .site > .content .container-padding p:last-child {
        margin-bottom: 0;
    }

    .site > .content .big {
        font-size: 17px !important;
        line-height: 23px;
    }

    .site > .content .container-padding.extra-big {
        padding-bottom: 0;
    }

    .site > .content .container-padding.extra-big > h1 {
        padding-top: 8px;
        font-size: 17px;
        margin-bottom: 45px;
    }

    .site > .content .container-padding.no-padding form .form-group.right {
        padding-right: 0;
    }

    .site > .content .container-padding.no-padding form .form-group.left {
        padding-left: 0;
    }

    .site > .content .container-padding.no-padding form .col-md-6.right {
        padding-right: 13px;
    }

    .site > .content .container-padding.no-padding form .col-md-6.left {
        padding-left: 13px;
    }

    .site > .content .container-padding.no-padding form label {
        font-size: 10px;
    }

    .site > .content .container-padding.no-padding form input {
        font-size: 10px;
        padding: 15px;
        margin-top: 10px;
        margin-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    .site > .content .container-padding.no-padding form textarea {
        font-size: 10px;
        padding: 15px;
    }

    .site > .content .container-padding.no-padding form button {
        font-size: 10px;
        padding: 20px;
    }

    .site .left {
        position: relative;
        overflow: hidden;
    }

    .site .left .menu {
        display: none;
    }

    .site .left .content {
        margin-left: 0;
        float: none;
    }

    .site .left .content .container-padding {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .site .left .content .container-padding.no-padding {
        padding-top: 0;
    }

    .site .left .content .container-padding > h1 {
        font-size: 10px;
        margin-bottom: 25px;
    }

    .site .left .content .container-padding p {
        font-size: 17px;
        margin-bottom: 25px;
    }

    .site .left .content .container-padding p:last-child {
        margin-bottom: 0;
    }

    .site .left .content .container-padding .col-md-6 {
        padding-right: 55px;
    }

    .site .left .content .mission-vision {
        margin-bottom: 15px;
    }

    .site .left .content .mission-vision .col-md-6:first-child {
        padding-right: 13px
    }

    .site .left .content .mission-vision .col-md-6:last-child {
        padding-left: 13px;
    }

    .site .left .content .mission-vision .scroll {
        height: auto;
        position: static;
        overflow: auto;
    }

    .site .left .content .mission-vision .scroll .in {
        position: static;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto;
        width: auto;
        height: auto;
    }

    .site .left .content .mission-vision .scroll .in img {
        margin: auto;
    }

    .site .left .content .mission-vision .scroll .in img:first-child {
        margin-bottom: 15px;
    }

    .site .left .content .mission-vision .scroll .in .cover {
        margin-bottom: 15px;
    }

    .site .left .content .mission-vision .col-md-6:first-child .scroll .in .cover:first-child {
        display: none;
    }

    .site .left .content .mission-vision .col-md-6:first-child .scroll .in:first-child {
        padding-top: 30px;
    }

    .site .left .content .mission-vision .scroll .in .mobile-image {
        height: 50px;
    }

    .site .left .content .mission-vision .scroll .in h1 {
        font-size: 10px;
        margin-bottom: 30px;
        width: auto;
        display: inline-block;
        margin-top: 20px;
    }

    .site .left .content .mission-vision .scroll .in p {
        font-size: 14px;
        margin-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .site .left .content .mission-vision .scroll .in p:last-child {
        margin-bottom: 30px;
    }

    .site .left .content .container-padding .list .col-md-6 {
        border-top: 1px solid #ab191a;
        padding-left: 0;
        padding-right: 0;
        margin-left: 15px;
        margin-right: 15px;
        padding-top: 10px;
        padding-bottom: 20px;
        background-image: url('../images/arrow-mobile.png');
        background-repeat: no-repeat;
        background-position: right 30px;
    }

    .site .left .content .container-padding .list .row:first-child .col-md-6:first-child {
        margin-top: 35px;
    }

    .site .left .content .container-padding .list > .row:last-child .col-md-6:last-child {
        margin-top: 35px;
        border-bottom: 1px solid #ab191a;
        margin-top: 0;
    }

    .site .left .content .container-padding .list .inline-block {
        display: inline-block;
    }

    .site .left .content .container-padding .list .image-width {
        width: 85px;
        float: left;
    }

    .site .left .content .container-padding .list img {
        height: 50px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .site .left .content .container-padding .list h1 {
        min-width: 120px;
        border-top: none;
        padding-top: 15px;
        font-size: 10px;
        margin-bottom: 0;
    }

    .site .left .content .container-padding .list p {
        display: none;
    }

    .site .left .content .container-padding .list .p-div p:first-child {
        margin-top: 20px;
    }

    .site .left .content .container-padding > img:first-child {
        height: 50px;
        margin-bottom: 16px;
    }

    .site .left .content .container-padding.no-padding.image img {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
    }

    .site .left .content .big {
        font-size: 17px !important;
        line-height: 23px;
    }

    .site .left .content .big p {
        font-size: 17px !important;
    }

    .site .left .content p.big {
        margin-bottom: 0;
    }

    .site .left .content .container-padding:last-child {
        padding-bottom: 0;
    }

    .footer.big-footer {
        margin-top: 50px;
        padding-bottom: 40px;
        margin-left: 0;
        margin-right: 0;
    }

    .footer.big-footer .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    #iframe {
        display: none;
    }

    .contact-site .type_one .capsule {
        display: none;
    }

    .contact-site .left .content .container-padding > h1 {
        display: inline-block;
    }

    .contact-site .left .content .container-padding p {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    body > .big-menu {
        right: 50px;

    }

    body > .big-menu > .logo {
        height: 160px;
        background-image: url('../images/logo.svg');
        margin-bottom: 30px;
    }

    body > .big-menu > .menu ul li a {
        font-size: 27px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    body > .menu {
        width: 50px;
    }

    body > .menu.open button {
        background-image: url('../images/menu-open-1440.png');
    }

    body > .menu.close button {
        background-image: url('../images/menu-close-1440.png');
    }

    body >  .big-menu .language > ul > li > a {
        font-size: 15px;
    }

    .site {
        padding-right: 50px;
    }

    .container-fluid {
        padding-left: 17px;
        padding-right: 17px;    
    }

    .container-fluid.top {
        margin-top: 17px;
    }

    .container-fluid.bottom {
        margin-bottom: 17px;
    }

    .container-fluid > .row.height-720 {
        height: 526px;
    }

    .type_two .capsule .title h1, .type_three .capsule .title h1, .type_four .capsule .title h1, .type_five .capsule .title h1 {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .type_two .capsule .extra, .type_three .capsule .extra, .type_four .capsule .extra, .type_five .capsule .extra {
        font-size: 17px;
        margin-bottom: 24px;
        line-height: 22px;
    }

    .type_two .capsule .button a, .type_three .capsule .button a, .type_four .capsule .button a, .type_five .capsule .button a {
        font-size: 12px;
        background: url('../images/line.png') no-repeat left center;
        padding-left: 41px;
    }

    .type_one .capsule {
        width: 378px;
        height: 513px;
        padding: 44px;
    }

    .type_one .capsule .logo {
        width: 185px;
        height: 115px;
        background: url('../images/logo-1440.svg') no-repeat;
        margin-bottom: 51px;
        margin-left: 0;
    }

    .type_one .capsule .logo.flat {
    
        background: url('../images/logo.svg') no-repeat;
    }

    .type_one .capsule .title h1 {
        font-size: 11px;
        margin-bottom: 20px;
    }

    .type_one .capsule .extra {
        font-size: 27px;
        line-height: 36px;
        height: 187px;
    }

    .type_one .capsule .extra.small {
        font-size: 18px;
        line-height: 24px;
    }

    .type_one .capsule .button a {
        font-size: 11px;
        background: url('../images/arrow-1440.png') no-repeat center bottom;
        padding-bottom: 31px;
    }

    .type_two .content {
        max-width: 236px;
    }

    .type_two .capsule {
        padding: 26px;
    }

    .type_three .content {
        padding: 26px;
    }

    .type_three .capsule .image {
        height: 50%;
    }

    .type_four .content {
        padding: 26px;
    }

    .type_four .capsule .image {
        height: 50%;
    }

    .type_five .content {
        width: 50%;
        padding: 26px;
        float: left;
    }

    .type_five .capsule .image {
        width: 50%;
        height: 100%;
        float: left;
    }

    .footer {
        font-size: 10px;
        padding-top: 27px;
        padding-bottom: 27px;
    }

    .site > .content .container-padding {
        padding-top: 57px;
        padding-bottom: 57px;
        padding-left: 44px;
        padding-right: 44px;
    }

    .site > .content .container-padding:not(.extra-big) > h1 {
        padding-top: 5px;
        font-size: 11px;
        margin-bottom: 37px;
    }

    .site > .content .container-padding p {
        font-size: 12px;
        margin-bottom: 26px;
    }

    .site > .content .big {
        font-size: 20px !important;
        line-height: 24px;
    }

    .site > .content .container-padding.extra-big > h1 {
        padding-top: 5px;
        font-size: 24px;
        margin-bottom: 37px;
    }

    .site > .content .container-padding.no-padding form .right {
        padding-right: 27px;
    }

    .site > .content .container-padding.no-padding form .left {
        padding-left: 27px;
    }

    .site > .content .container-padding.no-padding form label {
        font-size: 11px;
    }

    .site > .content .container-padding.no-padding form input {
        font-size: 11px;
        padding: 14px;
        margin-top: 7px;
        margin-bottom: 27px;
    }

    .site > .content .container-padding.no-padding form textarea {
        font-size: 11px;
        padding: 14px;
        margin-top: 20px;
        margin-bottom: 27px;
    }

    .site > .content .container-padding.no-padding form button {
        font-size: 11px;
        padding: 14px;
        margin-top: 7px;
        margin-top: 14px;
    }

    .site .left .menu {
        background-image: url('/static/images/logo-white.svg') !important;
        width: 378px;
        padding: 44px;
        padding-top: 57px;
        padding-bottom: 57px;
    }

    .site .left .menu ul li a {
        max-width: 186px;
        font-size: 11px;
        padding-top: 5px;
        padding-bottom: 8px;
    }

    .site .left .content {
        margin-left: 378px;
    }

    .site .left .content .container-padding {
        padding-top: 57px;
        padding-bottom: 57px;
        padding-left: 44px;
        padding-right: 44px;
    }

    .site .left .content .container-padding > h1 {
        padding-top: 5px;
        font-size: 11px;
        margin-bottom: 37px;
    }

    .site .left .content .container-padding p {
        font-size: 12px;
        margin-bottom: 24px;
    }

    .site .left .content .container-padding .col-md-6 {
        padding-right: 37px;
    }

    .site .left .content .mission-vision .scroll {
        height: 512px;
    }

    .site .left .content .mission-vision .scroll .in .cover {
        height: 344px;
        margin-bottom: 37px;
    }

    .site .left .content .mission-vision .scroll .in h1 {
        width: 101px;
        padding-top: 5px;
        font-size: 11px;
        margin-top: 20px;
        margin-bottom: 41px;
    }

    .site .left .content .mission-vision .scroll .in p {
        font-size: 12px;
        margin-bottom: 24px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .site .left .content .container-padding .list img {
        margin-top: 47px;
        margin-bottom: 20px;
        height: 54px;
    }

    .site .left .content .container-padding .list h1 {
        min-width: 81px;
        padding-top: 5px;
        font-size: 11px;
        margin-bottom: 27px;
    }

    .site .left .content .container-padding > img:first-child {
        margin-bottom: 20px;
        height: 54px;
    }

    .site .left .content .container-padding.no-padding.image img {
        height: auto;
    }

    .site .left .content .big {
        font-size: 20px !important;
        line-height: 24px;
    }

    .site .left .content .big p {
        font-size: 20px !important;
    }

    .footer.big-footer {
        margin-top: 68px;
        padding-top: 14px;
        padding-bottom: 81px;
    }

    .list > .panel-group > .panel .panel-body {
        padding-top: 17px;
        padding-bottom: 28px;
        font-size: 11px;
    }

    .list > .panel-group h4 a {
        font-size: 11px;
        padding-top: 9px;
        padding-bottom: 12px;
    }

    .list > .panel-group h4 a.yellow {
        padding-bottom: 11px;
    }

    .site .left .content .mission-vision .scroll .in .mobile-image {
        height: 54px;
    }

    .col-md-8.col-left {
        padding-left: 4px;
    }

    .col-md-8.col-right {
        padding-right: 4px;
    }
}
