@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    line-height: 1.2;
    font-size: 16px;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-attachment: fixed;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.wrapper {
    position: relative;
    height: 100%;
    min-height: 500px;
}
.header {
    padding: 20px;
    background-color: rgba(0, 14, 37, 0.8);
}
.header a {
    color: #FFF;
    text-decoration: none;
}
.logo {
    float: left;
}
.logo2 {
    display: none;
}
.haeder-right {
    color: #FFF;
    float: right;
}
.haeder-right-left {
    float: left;
}
.haeder-right-right {
    float: left;
    margin-left: 40px;
}
.icon-text {
    line-height: 1.4;
    position: relative;
    padding-left: 25px;
}
.icon-text:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
}
.icon-text.phone:before {
    background-image: url(../images/icon_01.png);
}
.icon-text.email:before {
    background-position: 0 5px;
    background-image: url(../images/icon_02.png);
}
.icon-text.location:before {
    background-image: url(../images/icon_03.png);
}
.body-text {
    text-align: center;
    color: #FFF;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 720px;
    padding: 20px;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.8);
}
.body-text h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 36px;
}
.body-text h2 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.body-text a {
    color: #409aff;
    text-decoration: none;
}
.body-text p {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer {
    font-size: 18px;
    text-align: center;
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

@media only screen and (max-width:991px) {
    .haeder-right-right {
        margin-left: 20px;
    }
}

@media only screen and (max-width:767px) {
    .header {
        padding: 15px;
    }
    .logo {
        display: none;
    }
    .logo2 {
        text-align: center;
        display: block;
        margin-bottom: 5px;
    }
    .haeder-right {
        text-align: center;
        width: 100%;
    }
    .haeder-right-left {
        width: 100%;
    }
    .haeder-right-right {
        width: 100%;
        margin-left: 0;
    }
    .icon-text {
        font-size: 14px;
        padding-left: 0;
        margin-top: 5px;
    }
    .icon-text:before {
        vertical-align: middle;
        position: static;
        display: inline-block;
    }
    .icon-text.email:before {
        background-position: 0 3px;
        margin-right: 4px;
    }
    .icon-text br {
        display: none;
    }
    .body-text {
        position: static;
        left: auto;
        top: auto;
        transform: none;
        width: auto;
        margin-top: 50px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .body-text h1 {
        font-size: 24px;
    }
    .body-text h2 {
        font-size: 16px;
    }
    .body-text p {
        font-size: 16px;
    }
    .footer {
        font-size: 15px;
    }
}