/*Content CSS*/
#contact {display: flex; width:100%; height:auto; flex-wrap:wrap; margin-top:60px;}
#contact > div {width:100%; }
.con_left {background: url('../img/contact_pat.png') 50% repeat #008bc9; position: relative;}
/* .con_right {display: flex; flex-direction: column;}
.con_right > div {height:50%;} */

.con_img {width:100%; height:auto; }
.con_img img {width:100%;}
.con_map {overflow: hidden; height:280px;}
.con_map iframe {width:100%; height:280px; }
.con_map .gm-style.place-card-large {display: none !important;}


.con_box {width:100%; height:auto; background: #0070b0; color:#fff; padding:40px 30px;}
.con_box h1 {font-size:40px; font-weight: 700; text-transform: uppercase; font-family: 'Montserrat'; letter-spacing: -.5px;}
.con_box h1 > span {background: #fff; height:1px; opacity: .3;  width:150px; margin-left:20px; display: none;  }
.con_box ul {display: flex; text-align: center;  justify-content: center; flex-wrap:wrap; margin-top:15px;}
.con_box ul li {width:100%; display: flex; align-items: center; border-bottom:1px solid rgba(255,255,255,.2); padding:20px 15px;}
.con_box ul li:last-child {border-bottom:0;}
.con_box ul li > div {}
.con_box ul li > div img {vertical-align: bottom; transition: transform 500ms;}
.con_box ul li h3 {font-size:17px; font-weight: 500; color:#fff; font-family: 'Montserrat'; margin:0 15px;}
.con_box ul li p {font-size:14px; font-weight: 400; color:#fff;font-family: 'Montserrat'; line-height: 20px; opacity: .8;}
.con_box ul li p span {font-size:14px;}
/* .con_box ul li:hover >div img {transform: rotateY(180deg);} */

.con_adr {padding:20px 25px; background: rgb(236, 108, 52, 1); margin-top:20px;}
.con_adr h2 {font-size:17px; font-weight: 600; text-transform: uppercase; font-family: 'Montserrat'; }
.con_adr p {font-size:14px; font-weight: 300; color:#fff; opacity: .8; line-height: 24px; margin-top:10px; word-break: keep-all; letter-spacing: -.5px;}


@media screen and (max-width: 400px) {
}

@media screen and (max-width: 640px) {

}

@media screen and (max-width: 960px) {

}

@media screen and (max-width:1200px) {

}
