.reminder {
    text-align: center;
    font-size: 17px;
    color: #000000;
    line-height: 2;
    position: relative;
    margin-bottom: 40px;
}

.reminder b {
    color: #00CA1F;
    display: block;
    font-weight: normal;
}

.reminder b:before {
    content: url('../images/required.png');
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: -4px;
}

.contact-form {
    max-width: 970px;
    margin: 0 auto;
}

.contact-info {
    margin-top: 60px;
    font-size: 14px;
    color: #8B8B8B;
    position: relative;
}

.contact-info:after {
    content: "";
    width: 405px;
    height: 425px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}

.contact-info .map {
    position: relative;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

.contact-info .map iframe {
    height: 270px;
    width: 100%;
    border: 5px solid #55729D;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-info .map:after {
    content: "";
    background: url('../images/contact_shadow.png') no-repeat;
    max-width: 979px;
    width: 100%;
    height: 25px;
    position: absolute;
    top: 97%;
    left: 50%;
    margin-left: -490px;
}

.contact-info .txt {
    color: #000000;
    font-size: 17px;
    position: relative;
    padding: 100px 0;
}

.contact-info .txt:after {
    content: "";
    display: block;
    background: url('../images/bg.png');
    width: 405px;
    height: 425px;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.contact-info .txt li {
    text-align: center;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    z-index: 10;
}

.contact-info .txt li + li,
.contact-info .txt li:first-child {
    border-left: 1px dashed #DDDDDD;
}

.contact-info .txt li i {
    content: "";
    width: 80px;
    height: 80px;
    background: #F5F7F9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 80px;
    text-align: center;
    position: relative;
}

.contact-info .txt b {
    color: #00BD54;
    font-size: 18px;
    font-weight: normal;
    display: block;
    margin: 10px 0;
}

.contact-info .company-name {
    max-width: 241px;
    margin: 10px 0 30px;
}

.contact-info .item-title {
    color: #FF7430;
    font-size: 16px;
    margin: 5px 0;
}

.contact-info .email-link {
    color: #FFBF00;
    text-decoration: underline;
}

.contact-info .icon {
    background: url(../images/contact_icon.png) no-repeat;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    vertical-align: middle;
}

.contact-info .icon.phone {
    background-position: 0 0;
}

.contact-info .icon.fax {
    background-position: 0 100%;
}

@media screen and (max-width: 1440px) {
    .contact-info .txt:after {
        opacity: .2;
        -webkit-transition: all .2s;
        transition: all .2s;
    }
}

@media screen and (max-width: 1075px) {
    .contact-info .txt li {
        text-align: left;
    }
    .contact-info .txt li:last-child {
        display: block;
        margin-top: 10px;
    }
    .contact-info .map:after {
        max-width: 100%;
        width: 100%;
        left: 0;
        margin-left: 0px;
    }
}

@media screen and (max-width: 480px) {
    .contact-info .txt {
        padding: 20px 0;
    }
    .contact-info .txt:after {
        opacity: 0;
        -webkit-transition: all .2s;
        transition: all .2s;
    }
    .contact-info .txt li,
    .contact-info .txt li:last-child {
        display: block;
        text-align: center;
        margin-top: 30px;
        border: 0;
        padding: 0;
    }
    .contact-info .txt li + li,
    .contact-info .txt li:first-child {
        border: 0;
    }
}
