@charset 'utf-8';
.content{
    background: url(../images/contact/bg1.png);
    background-size: cover;
}
.contact-form{
    padding: 0% 0;
    display: flex;
    flex-wrap: wrap;
    font-weight: 300;

}
.contact-form h2{
    margin-bottom: 0px;
    margin-top: 0;
}
.contact-form .col2 h2{
    margin-top: 9px;
    font-weight: 300;
}
a {
    font-family: Lato;
}
.contact-form p{
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
    line-height: 1.8;
    font-family: Lato;
    /*background: rgba(255,255,255,0.9);*/
    /*border: solid 1px rgba(191 ,150, 74, 0.5);*/
}
.contact-form .col1{
    width: 30%;
}
.contact-form .col2{
    width: 70%;
    box-sizing: border-box;
    padding-left: 40px;
    padding-top: 10px;
}
.contact-form .col2 ul{
    list-style-type: none;
    padding-left: 0;
    margin-top: 0;
}
.contact-form .col2 ul li:before{
    content: '';
    display: inline-block;
    background: #000;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    vertical-align: middle;

}
.info-tit{
    color: #1a1a1a;
    font-family: 'Crimson Pro','Noto Sans TC',  serif;
    font-weight: 500;   
    font-size: 30px;
    margin-top: 0;
}
.contact-form .box{
    display: flex;
    margin-bottom: 2rem;

}
.contact-form .box img{
    width: 60px;
    min-width: 60px;
    margin-right: 10px;
    object-fit: contain;
}
.tit{
    margin-bottom: 5px;
    font-family: 'Crimson Pro','Noto Sans TC',  serif;
    font-size: 22px;
    font-weight: 400;
}
.btn-submit{
    background-color: #f1e8d7 ;
    color: #1a1a1a;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 14px 30px;
    margin-top: 1rem;
}
.btn-submit:hover{
    background-color: #1a1a1a ;
    color: #fff;
}
.form-group{
    margin-bottom: 1rem;
}
.map iframe{
    height: 600px;
    width: 100%;
}
.btn3{
    z-index: 12;
    background-color: rgb(30, 30, 31);
    font-family: Lato;
    text-transform: uppercase;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    background: #000;
    text-decoration: none;
    /*white-space: nowrap;*/
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 46px;
    letter-spacing: 2px;
    font-weight: 400;
    font-size: 13px;
    padding-left: 35px;
    padding-right: 35px;
    border-width: 0px;
    border-radius: 0px;
    margin-top: 0;
    transition: all ease 1s;
    transition-delay: 1s;

}

@media screen and (max-width: 1000px) {
    .contact-form .col{
        padding: 0 0 15px;
        width: 100%;
    }
}