.contact {
    width: 100%;
    margin: 0 auto;
    padding: 200px 0;
    background-image: url("../images/company_bg.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
}
.contact h2 {
    font-size: 80px;
    font-weight: 500;
    text-align: center;
    color: #e60033;
}
.contact_box {
    display: block;
    width: 90%;
    max-width: 950px;
    margin: 50px auto 0;
}
.contact_box h3 {
    text-align: center;
    color: #e60033;
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 500;
}
.contact_box p {
    margin-bottom: 20px;
    font-size: 1.27vw;
    font-weight: 500;
}
.contact_box table {
    width: 100%;
    border-collapse:collapse;
    font-size: 1.27vw;
}


.contact_box table th {
    padding: 15px 30px;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    background: #fff;
    border: 1px solid #000;
}
.contact_box table td {
    padding: 15px 30px;
    font-size: 19px;
    font-weight: 500;
    text-align: left;
    background: #fff;
    border: 1px solid #000;
}
.contact_box table td a {
    color: rgba(0,190,226,1.00);
}

.contact_box ul{
    list-style: disc;
    background-color: #fff;
    border-radius: 10px;
    padding:20px 0 10px 50px;

    li {
        margin-bottom: 20px;
        font-size: 1.27vw;
        font-weight: 500;
    }
}

@media screen and (max-width:1400px) {
    .sub_menu {
        position: inherit;
        top: 0;
        right: 0;
        width: 90%;
        max-width: 320px;
        margin: 100px auto 0;
        text-align: center;
}
}
@media screen and (max-width:480px) {
    .contact {
        background-size: auto 100%;
    }
    .contact h2 {
        font-size: 40px;
    }
    .contact_box h3 {
        font-size: 25px;
    }
    .contact_box p {
        font-size: 17px;
    }

    .contact table {
        table-layout: auto;
        width: auto;
    }

    .contact td, th {
        white-space: nowrap;
    }

    .contact_box ul{
    list-style: disc;

        li {
            font-size: 17px;
        }
    }
}
