.c-float-left{ float:left;}
.c-float-right{float:right;}

.form-control {
    border-radius: 0px;
    color: #FFFFFF;
    display: block;
    font-size: 15px;
    height: 55px;
    line-height: 1.42857;
    padding: 8px 12px;
    width: 100%;
	background:#332e29;
	margin:12px 0;
	border-color: none;
	border:0;

}

.form-control::-moz-placeholder {
    color: #FFFFFF;
    opacity: 1;
	 font-family: "Noto Sans CJK TC","Noto Sans","Microsoft JhengHei",'Open Sans',sans-serif;
	font-style:italic;
}


.c-btn-border-2x.c-btn-white {
     background: #8fb42a;
    border-color: #8fb42a;
    color: #ffffff;
}

.c-btn-border-2x.c-btn-blue {
    background: #68726e;
    border-color: #68726e;
    color: #ffffff;
	margin-left: 10px;
}


.contactitle{
	letter-spacing:0;
	font-weight:bold;
	font-size:35px;	
	color:#FFFFFF;
	 font-family: "Noto Sans CJK TC","Noto Sans","Microsoft JhengHei",'Open Sans',sans-serif;
}


.contactitle2{
	letter-spacing:0;
	font-weight:bold;
	font-size:30px;	
	color:#aacf44;
	 font-family: "Noto Sans CJK TC","Noto Sans","Microsoft JhengHei",'Open Sans',sans-serif;
	margin-bottom:15px;
}

.contactitle3{
	letter-spacing:0;
	font-weight:bold;
	font-size:20px;	
	color:#aacf44;
	 font-family: "Noto Sans CJK TC","Noto Sans","Microsoft JhengHei",'Open Sans',sans-serif;
	margin-bottom:15px;
}


.contact_add{
	background:url(../images/icon_map.png) -5px 2px no-repeat;
	background-size:40px 40px;
	padding-left:45px;
	padding-top:5px;
	margin-bottom:5px;
	padding-bottom:25px;
}

.contact_tel{
	background:url(../images/icon_tel.png) -5px 0px no-repeat;
	background-size:40px 40px;
	padding-left:45px;
	padding-top:5px;
	margin-bottom:5px;
	padding-bottom:25px;
}

.contact_fax{
	background:url(../images/icon_fax.png) -5px 0px no-repeat;
	background-size:40px 40px;
	padding-left:45px;
	padding-top:5px;
	margin-bottom:5px;
	padding-bottom:25px;
}

.contact_web{
	background:url(../images/icon_web.png) -5px 0px no-repeat;
	background-size:40px 40px;
	padding-left:45px;
	padding-top:5px;
	margin-bottom:5px;
	padding-bottom:25px;
}

.contact_mail{
	background:url(../images/icon_mail.png) -5px 0px no-repeat;
	background-size:40px 40px;
	padding-left:45px;
	padding-top:5px;
	margin-bottom:5px;
	padding-bottom:25px;
}

.contact_fb{
	background:url(../images/icon_fb.png) -5px -4px no-repeat;
	background-size:40px 40px;
	padding-left:45px;
	padding-top:5px;
	margin-bottom:0px;
	padding-bottom:25px;
}

.contact_sta{
	background:url(../images/icon_sta.png) -5px -4px no-repeat;
	background-size:40px 40px;
	padding-left:45px;
	padding-top:5px;
	margin-bottom:0px;
	padding-bottom:35px;
}

.contact_whats{
	width:49%;
	display:inline-block;
	background: #8fb42a;
	padding:10px 15px;
	text-align: center;
	
	
}

.contact_whats:active, .contact_whats:hover, .contact_whats:focus {
    background: #FFFFFF;
}


.contact_whats:active a, .contact_whats:hover a, .contact_whats:focus a{
    color: #8fb42a;
}


.contact_wechat{
	width:49%;
	display:inline-block;
	background: #8fb42a;
	padding:10px 15px;
	text-align: center;
	margin-bottom:15px;
	
}

.contact_whats:active, .contact_whats:hover, .contact_whats:focus {
    background: #FFFFFF;
}


.contact_whats:active a, .contact_whats:hover a, .contact_whats:focus a{
    color: #8fb42a;
}





.codebg{

    background: rgb(0, 0, 0,.5);

    position: fixed;

    left: 0;right: 0;top: 0;bottom: 0;

    z-index: 9999;

    display: none;

    justify-content:center;

    align-items: center;

}



.codebg.on{

    display: flex;

}

.codebg .box{

        background: rgb(255, 255, 255);

        border-radius: 5px;

        width: 300px;

        padding-bottom: 15px;

}

.codebg .box a{

    margin-top: 15px;

    margin-bottom: 10px;

    margin-right: 15px;

    display: inline-block;

    float: right;

}

.codebg .box img.tu{

    width: calc(100% - 30px);

    margin-left: 15px;

}



@media (max-width: 480px) {
.contact_whats{
	width:100%;
	 
	
}	
	.contact_wechat{
	width:100%;
	 
	
}	
	
	
}
.contact a{
	color:#FFFFFF;	
}


