@charset "utf-8";
/* CSS Document */

/*.list-unstyled {
    padding-left: 0;
    list-style: none;
}*/

.templateux-footer {
	padding: 2em 0 0 0; /*padding: 7em 0;*/
}

.footer-bg-box {
	/*background-image: url(../images/footer-bg-img.png);*/
	background-repeat:no-repeat;
    background-color: #c9ecff !important;
}

.footer-logo {
	margin-bottom: 15px;
}

.map-box {
	margin: 15px 0 0 0;
}

/* -- .footer-widget-0 -- */

.float_right {
	float: right;
}

.footer-widget-0 {
	padding-bottom: 20px;
}
.footer-widget-0 h4 {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 1.25rem; /*15*/
	line-height: 1.2;
	font-weight: 600;
	color: #fff!important;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.footer-widget-0 p {
    font-size: 1rem; /*0.9375rem*/
    line-height: 1.8;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin: 15px 0;
}

.footer-widget-0 img {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
}

.footer-widget-0 ul {
	margin-top: 0;
	margin-bottom: 1rem;
	padding-left: 0;
	list-style: none;
}

.footer-widget-0 li {
	font-size: 0.9375rem; /*0.9375rem*/
	line-height: 1.8;
	font-weight: 400;
	color: #fff;
	text-align: left;
	margin: 15px 0 15px 0;
}

.footer-widget-0 li a {
	color: #fff;
}

.footer-widget-0 li a:hover {
	color: #fecd09;
}

.footer-widget-0 li span {
	position: relative;
	top: 2px;
	padding-right: 15px;
}

.footer-widget-0 li:first-child span {
	font-size: 1.25rem;
}
.footer-widget-0 li:nth-child(2) span {
	font-size: 1.25rem;
}
.footer-widget-0 li:nth-child(3) span {
	font-size: 1.1rem;
}
.footer-widget-0 li:nth-child(4) span {
	font-size: 1.5rem;
}

.title {  
	font-family: "open sans", 'Noto Serif TC', "Work Sans", arial, sans-serif !important;
  	font-size: 1.25rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;	
	letter-spacing: .1em;
	text-align: left;	
	text-transform: uppercase;	/*--定義所有字母均為大寫--*/
	/*text-transform: capitalize;*/ /*--定義單字的第一個字母大寫，其他字母小寫--*/
	/*text-transform: lowercase;*/  /*--定義所有字母均為小寫--*/
	vertical-align: middle;
	color: #5a5a5a;
	
	margin-bottom: 1.5rem;
}

.p_text {  
  	font-size: 1rem;
	font-family: inherit;
	line-height: 1.2;
	letter-spacing: 0em; /*.1em*/
	text-align: left;	
	/*text-transform: lowercase;*/ /*--定義所有字母均為小寫--*/
	vertical-align: middle;
	color: #5a5a5a;
	padding-left: 0px!important;
	margin-bottom: 1rem;
}

/*----// ICON //----*/
.p_text .icon-phone {
	width: 24px;
	display: inline-block;
}

.p_text .icon-fax {
	width: 24px;
	display: inline-block;
}

.p_text .ion-android-mail {
	width: 24px;
	display: inline-block;
}
.p_text .icon-map {
	width: 24px;
	display: inline-block;
}
/*----// ICON //----*/

.p_text a {
	color: #5a5a5a;
}

.p_text a:hover {
	color: #c54401;
}

.templateux-footer-copyright {
	background: #000000;
}
.templateux-footer-copyright p {	
	font-size: 0.9375rem;
	line-height: 1.8;
	color: #999999;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

@media (max-width:1170px) {
	.footer-bg-box {
		background-image: none;
	}
	.float_right {
		float: right;
	}
}
@media (max-width:992px) {
	.float_right {
		float: left;
	}
}
@media (max-width:768px) {
	.float_right {
		float: left;
	}
}
@media (max-width:480px) {
	.footer-bg-box {
		background-image: none;
	}	
	.footer-widget-1 p {
		padding-left: 0px;
	}	
	.float_right {
		float: left;
	}
}
@media (max-width:320px) {
	.float_right {
		float: left;
	}
}
/* -- .footer-widget-0 END -- */

/* -- .footer-widget-1 -- */

.footer-widget-1 {
	padding-bottom: 20px;
}

.footer-widget-1 h4 {
	position: relative;
	display: block;
	text-transform: uppercase;
	font-size: 1.25rem; /*15*/
	line-height: 1.2;
	font-weight: 600;
	color: #fff!important;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.footer-widget-1 p {
    font-size: 0.9375rem;
    line-height: 1.8;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin: 15px 0;
	padding-left: 54px;
}

.footer-widget-1 > p a {
	color: #fecd09;
}

.footer-widget-1 > p a:hover {
	color: #ff0000;
}

.footer-widget-1 img {
	position: relative;
	display: block;
	max-width: 100%;
	height: auto;
}
/* -- .footer-widget-1 END -- */

.margin-top-16 {
	margin-top: 16px;
}






