/*--------------------------------------------------------聯絡我們--------------------------------------------------------*/
.n_contact{}
.n_contact>div:nth-child(1){display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;padding: 50px 0;}
.n_contact>div:nth-child(1)>p{width: 33.333%; font-size: 18px; color: #000; font-weight: normal !important; padding: 0 20px 0 60px; box-sizing: border-box; margin: 25px 0; word-wrap: break-word;}
.n_contact>div:nth-child(1)>p>span{display: block; font-size: 21px; font-weight: bold; line-height: 26px;}
.n_contact>div:nth-child(1)>p:nth-child(1){display: none;}
.n_contact>div:nth-child(1)>p:nth-child(2){background: url(/css/img/address1.png) no-repeat;}
.n_contact>div:nth-child(1)>p:nth-child(3){background: url(/css/img/dedicated.png) no-repeat;}
.n_contact>div:nth-child(1)>p:nth-child(4){background: url(/css/img/switchboard.png) no-repeat;}
.n_contact>div:nth-child(1)>p:nth-child(5){background: url(/css/img/fax.png) no-repeat;}
.n_contact>div:nth-child(1)>p:nth-child(6){background: url(/css/img/email.png) no-repeat;}
.iframe_holder iframe{width: 100%;height: 420px;}
@media screen and (max-width: 480px) {
    .n_contact>div:nth-child(1) {padding: 0;}
    .n_contact>div:nth-child(1)>p{width: 100%;margin-bottom: 28px;padding: 0 0 0 60px;}
}