html,
body {
    font: 400 13px 'Open Sans', sans-serif;
}

section {
    text-align: center;
    overflow: hidden;
}

.b-contact-header {
    margin-top: 120px;
}

.echat-contact-top img {
    width: 100%;
    height: auto;
}

.echat-contact-top {
    background: #f18d0f;
    position: relative;
}

.echat-contact-title {
    position: absolute;
    width: 566px;
    height: 200px;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.echat-contact-person {
    position: relative;
    top: -150px;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
}

.echat-contact-person-list {
    min-width: 45%;
    max-width: 45%;
    background: #fff;
    padding: 20px 60px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    position: relative;
    text-align: center;
}

.echat-contact-person-list+.echat-contact-person-list {
    margin-left: 10%;
}

.echat-contact-PImg {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    position: relative;
    top: -65px;
    margin: 0 auto;
}

.contact-span1 {
    font-size: 20px;
}

.contact-span2 {
    font-size: 30px;
    color: #f18d0f;
}

.contact-span3 {
    font-size: 14px;
    color: #ccc;
    text-align: inherit;
    margin-bottom: 20px;
}

.contact-online {
    display: block;
    width: 70%;
    height: 40px;
    background: #f76d2b;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    margin: 0 auto;
    text-decoration: none;
}

h1 {
    font-size: 45px;
	font-weight: 600;
}

h4 {
    font-size: 16px;
}

.contact-online:hover {
    text-decoration: none;
    color: #fff;
}

.contact-p {
    margin: -45px 0 20px;
    font-weight: 600;
}

h4 {
    font-size: 16px;
}

h3 {
    margin-top: 50px;
    margin-bottom: 20px;
    font-weight: 500;
}

.contact-department {
    margin-top: 40px;
    padding-bottom: 60px;
}

.contact-information {
    padding-top: 20px;
}

.contact-information>div {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #eaeaea;
}

.contact-information>div:hover {
    background: #fbfbfb;
}

.contact-information-list {
    width: 50%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: center;
}

.hide-h2 {
    visibility: hidden;
}

.contact-a {
    text-decoration: none;
    color: #f76d2b;
}

.tel-a {
    text-decoration: none;
    color: #48b4e0;
}

.contact-a:hover {
    text-decoration: none;
    color: #f76d2b;
}

.phone-show {
    display: none;
}

.contact-information-left {
    text-align: left;
}

.contact-information-list span {
    color: #9b9b9b;
}

@media screen and (max-width:1200px) {
    .echat-contact-person {
        top: -50px;
    }
}

@media screen and (max-width:768px) {
    .echat-contact-person {
        top: 0;
        padding-bottom: 50px;
    }
    .echat-contact-title {
        top: 5%;
    }
    .echat-contact-person {
        flex-direction: column;
        align-items: center;
    }
    .echat-contact-person-list+.echat-contact-person-list {
        margin-left: 0;
        margin-top: 50px;
    }
    .echat-contact-person-list {
        min-width: 60%;
        max-width: 60%;
    }
    .contact-information>div {
        flex-direction: column;
        justify-content: center;
    }
    .contact-information-list {
        width: 100%;
        align-items: center;
    }
    .contact-information .contact-information-list:nth-child(even) {
        display: none !important;
    }
    .phone-show {
        display: block;
    }
    .contact-information>div {
        padding-bottom: 30px;
    }
}

@media screen and (max-width:550px) {
    .echat-contact-person-list {
        min-width: 90%;
        max-width: 90%;
    }
    .echat-contact-person {
        top: 50px;
        padding-bottom: 65px;
    }
}