.img_bg_con .img_bg {
	width:100%;
}

.title01 {
	text-align:center;
	font-size:45px;
	font-weight:bold;
}

.title02 {
	text-align:center;
	font-size:35px;
	font-weight:bold;
	margin-bottom:20px;
}

.passage01 {
	padding:0px 50px 20px 50px;
	text-align:justify;
}

.sep01 {
	width:100%;
	border-top:1px solid #283374;
	margin-top:40px;
	padding-bottom:40px;
}

/* */
.con1200 {
	max-width:1200px;
	margin:0 auto;
	text-align:center;	
}

.remark01 {
	font-size:16px;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
}
@media (min-width:992px) {
	.remark01 {
		font-size:20px;
	}
}

.address {
	margin-top:30px;
}
@media (min-width:992px) {
	.address {
		margin-top:0px;
	}
}


.toolbar.mb2.mt2  {
	text-align:center;
	margin-bottom:10px;
}

.btn {
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #4a4d54;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 27px;
    outline: none;
    padding: 11.5px 20px;
    text-shadow: none;
    text-transform: uppercase;
    box-shadow: none;
    text-align: center;
    vertical-align: top;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}



.toolbar.mb2.mt2 .btn {
    border-radius: 35px;
    border: 1px solid #22295f;
    background-color: transparent;
    color: #22295f;
    margin: 6px 4px;
    font-size: 16px;
    padding: 5px 10px;
    text-transform: inherit;
    width:190px;
}

button.btn.fil-cat.activeclasstab {
    background-color: #22295f!important;
    color: #fff !important;
}

button.btn.fil-contact.activeclasstab {
    background-color: #22295f!important;
    color: #fff !important;
}


.contact-form {
 	text-align:left;
 	max-width:1200px;
 	margin:0 auto;
 	padding:0 30px;
}

.contact-form INPUT {
	width:100%;
	xxx-margin-bottom:10px;
}

.contact-form SELECT {
	width:100%;
	xxx-margin-bottom:10px;	
}


.contact-form TEXTAREA {
	width:100%;
	xxx-margin-bottom:10px;	
}


#myModal_success .content {
	padding:20px;
}


#google_map_con {
	width:100%;
	height:800px;
	background-color: #d0d0d0;
}

.label_icon {
	position:relative;
	top:-2px;
}

/* modal */
#trueModal .title,
#logoutModal .title
{
    font-size: 30px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 20px;
}

#trueModal .btn,
#logoutModal .btn {
    border-radius: 35px;
    background-color: #21295d;
    color: #FFFFFF;
    margin: 6px 4px;
    font-size: 16px;
    padding: 12px 10px;
    text-transform: inherit;
    width: 340px;
}



/* */
.errmsg {
	color:#FF0000;
}
