@CHARSET "ISO-8859-1";
.bread.lienhe{
padding:0;
}
.bread.lienhe .breadcrumb{
padding-top:10px!important;
}
#contact { 
	padding-top: 30px;
	color: #444c59;
	background-color: #f8f9fa;
	margin:0 0 30px 0px;
}

#contact h1 {     
font-family: Quicksand;
font-weight: bold;
color: #444c59;
border: none;
text-align: center;
margin-bottom: 30px;

}
#contact .col-left {
    width: 50%;
    float: left;
    padding: 30px;
    max-height: 485px;
    height: 100%;
    min-height: 485px;
    background-color: #fff;
    border-right: 1px solid rgba(48,51,58,.1);
}
#contact .col-left .cover {
    width: 200px;
    height: 200px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid rgba(48,51,58,.2);
}
#contact .col-left .cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    max-width: 100%;
}
#contact .col-left .name {
    margin-top: 25px;
}
#contact .col-left .name h3 {
	 color: #444c59;
    font-size: 22px;
    font-weight: 500;
    line-height: 32px;
    text-align: center;
}

#contact .col-left .name p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #337588;
}
#contact .col-left .contact-sp {
    margin-top: 23px;
}
#contact .col-left .contact-sp ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#contact .col-left .contact-sp ul li a {
	color: #444c59;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}
#contact .col-left .contact-sp ul li a:hover {
    color: #c72528;
}
#contact .col-right {
    float: left;
    background: #f3f4f7;
    padding: 30px;
    width: 50%;
    max-height: 485px;
    height: 100%;
    min-height: 485px;
}
@media only screen and (max-width:767px) {
	#contact .col-left {
	    max-width: 100%;
	    width: 100%;
	    padding: 30px 0 0 0;
	    max-height: 430px;
	    min-height: 430px;
	}
		#contact .col-right {
	    max-width: 100%;
	     width: 100%;
	}
}