.banner-contact {
    background: url(../images/banner-contact.jpg) center no-repeat;
}

h2{
    font-size: 32px;
    height: 100%;
    overflow: hidden;
    text-align: center;
    clear: both;
    margin-bottom: 50px;
}

h2 span{
    padding: 15px 0;
    display: inline-block;
    border-bottom: 1px solid #333;
}


#contact {
    width: 1200px;
    height: 100%;
    overflow: hidden;
    margin: 50px auto;
}

#contact-content {
    font-size: 16px;
    height: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

#contact-content span{
    width: 30px;
    height: 42px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    float: left;
}

.contact-information{
    width: 420px;
    height: 100%;
    line-height: 32px;
    overflow: hidden;
    float: left;
    padding: 20px 40px;
    background: #ebeff5;
}

.contact-information dl i{
    color: #404e5f;
    font-size: 24px;
    display: inline-block;
}

.contact-information dl{
    height: 100%;
    overflow: hidden;
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid #c2cbd4;
}

.contact-information dl:last-child{
    border-bottom: none;
}

.contact-information dl dt{    
    color: #0d6cff;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.contact-information dl i{
    margin-right: 10px;
}

.contact-information dl a{
    color: #333;
    font-weight: normal;
}

.contact-information dl a:hover {
    color: #0d6cff;
    border-bottom: 1px solid #0d6cff;
}

.contact-social{
    padding: 20px 0 10px 0;
}

.contact-social a{
    width: 32px;
    height: 32px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
}

.contact-social a:hover{
    color: #fff;
    border-radius: 50%;
}

a.tiktok:hover {
    color: #fff;
    background: #00faf0;
}

a.facebook:hover {
    color: #fff;
    background: #3a5898;
}

a.twitter:hover {
    color: #fff;
    background: #1ab2e8;
}

a.google:hover {
    color: #fff;
    background: #dd4f43;
}

a.youtube:hover {
    color: #fff;
    background: #d8220f;
}

a.gofair:hover {
    color: #fff;
    background: #00a63f;
}

a.linkdin:hover {
    color: #fff;
    background: #0073b1;
}

a.vk:hover {
    color: #fff;
    background: #4a76a8;
}

a.pinterest:hover {
    color: #fff;
    background: #d73532;
}

a.instagram:hover {
    color: #fff;
    background: #dd3370;
}



.contact-message{
    width: 650px;
    height: 100%;
    overflow: hidden;
    float: right;
}

.contact-message i {
    color: #404e5f;
    font-size: 24px;
    display: inline-block;
}

.contact-message p{
    color: #999;
    line-height: 32px;
}

.message-item {
    color: #707a84;
    border: 1px solid #e9edf3;
    padding: 0 10px;
    line-height: 42px;
    margin-bottom: 15px;
    background: #f5f6f9;
    clear: both;
}

.message-item input {
    width: 580px;
    height: 42px;
    line-height: 42px;
    border: none;
    display: block;
    background: #f5f6f9;
}

.message-item textarea{
    width: 600px;
    height: 120px;
    border: none;
    padding: 10px;
    background: #f5f6f9;
}

#message {
    height: 100%;
    overflow: hidden;
}

#message .btn-submit {
    color: #fff;
    font-size: 20px;
    width: 50%;
    height: 50px;
    margin: 30px auto 0 auto;
    display: block;
    text-align: center;
    background: #0d6cff;
    cursor: pointer;
    border-radius: 25px;
    border: 0;
}

.error-input{
    border: 1px solid red;
    background: #fce6e6;
}

.error-input input,.error-input textarea{
    background: #fce6e6;
}


@media (max-width: 960px){
    .banner-contact {
        background: none;
    }

    h2{
        font-size: 2.5rem;
        margin-bottom: 4rem;
    }

    h2 span{
        padding: 1rem 0;
    }


    #contact {
        width: auto;
        margin: 4rem auto;
    }

    #contact-content {
        font-size: 1.2rem;
        margin-bottom: 3rem;
        padding: 0 1rem;
    }

    #contact-content span {
        width: 2rem;
        height: 3rem;
        margin-right: 0.8rem;
    }

    .contact-information{
        width: 100%;
        height: 100%;
        line-height: 2.5rem;
        padding: 0;
        margin-bottom: 2rem;
    }

    .contact-information dl i{
        font-size: 1.6rem;
    }

    .contact-information dl{
        padding: 1rem 2rem;
    }

    .contact-information dl dt{    
        height: 3rem;
        line-height: 3rem;
        font-size: 1.6rem;
    }

    .contact-information dl i{
        margin-right: 0.8rem;
    }

    .contact-social{
        padding: 1rem 2rem;
    }

    .contact-social a{
        width: 2.5rem;
        height: 2.5rem;
        font-size: 1.5rem;
        line-height: 2.5rem;
        margin-right: 0.8rem;
    }


    .contact-message{
        width: 100%;
    }

    .contact-message i {
        font-size: 1.6rem;
    }

    .contact-message p{
        color: #999;
        line-height: 2.5rem;
    }

    .message-item {
        padding: 0 0.8rem;
        line-height: 3rem;
        margin-bottom: 1rem;
    }

    .message-item input {
        width: 80%;
        height: 3rem;
        line-height: 3rem;
    }

    .message-item textarea{
        width: 96%;
        height: 10rem;
        padding: 2%;
    }

    #message .btn-submit {
        font-size: 1.5rem;
        width: 100%;
        height: 3.5rem;
        margin: 2rem auto 0 auto;
        border-radius: 2rem;
    }
}