* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
body {
    font: 12px/18px "Open Sans", Arial, sans-serif;
    height: 100%;
}
.wrapper {
    min-width: 1200px;
    max-width: 4000px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    background-image: url(bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-height: 1000px;
    background-position: center;
}

.wrapper:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #21212152;
    z-index: 3;
}

.wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(pattern.png);
    z-index: 2;
}
/* Header
-----------------------------------------------------------------------------*/
.header {

}


/* Middle
-----------------------------------------------------------------------------*/
.content {
    padding: 0 0 50px;
}

.contents {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    z-index: 9;
}

.contents:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.info {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: white;
    width: 100%;
    text-align: right;
    padding: 0 10%;
    line-height: 1.5;
}

.info-logo {
    padding-bottom: 2%;
}

.info-text1 {
    padding-bottom: 3%;
    font-size: 55px;
    text-shadow: 1px 1px 1px black;
}

.info-text2 a {
    color: #ff6d05;
}

.info-text2 {
    text-shadow: 1px 1px 1px black;
}

.lang {
    position: absolute;
    top: 40px;
    right: 10%;
    z-index: 9;
    color: white;
    font-size: 16px;
}

.lang a {
    position: relative;
    color: #ff6d05;
    text-decoration: none;
}

.lang span,.lang a {
    display: inline-block;
    margin-left: 10px;
}

.lang a:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #ff6d05;
    border-left: 10px solid rgba(0, 0, 0, 0);
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
    margin: -50px auto 0;
    min-width: 300px;
    max-width: 4000px;
    height: 50px;
    position: relative;
}