/* ----------------------------------------------------------------
	共用區域
	-----------------------------------------------------------------*/
body{
	    font: 100% "微軟正黑體", "Heiti TC Light", "Microsoft JhengHei","Microsoft Sans Serif";

}
h1{
	    font-size: 27px;
	    padding-left: 20px;
	color:white;
 background-image: url(../images/decoration-title.png);
    background-position:left bottom;
    background-repeat: no-repeat;
}
h1 small{
	color:white;
}
.numbering{
    font-size: 21px;
    padding-left: 21px;
    padding-bottom: 20px;
    color: white;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: inline-block;
}
.logo li{
	display: inline;
	float:left;
}
.page-header {
	margin: 70px 0 10px;
    border-bottom: initial;
}
.pg-text{
	color:white;
	font-size: 14px;
	line-height: 30px;
	text-align: justify;
}
.pg-text h2{
	font-size: 21px;

}
/* ----------------------------------------------------------------
	產品介紹
	-----------------------------------------------------------------*/
	.owl-prev{
		    font-size: 0px;
		width: 33px;
    height: 67px;
		position: absolute;
		left:0;
		top:40%;
		 background-size: 100%;
		background-image: url(../images/arrow-left.svg);
		background-repeat: no-repeat;
		background-position: left;
	}
	.owl-next{
		    font-size: 0px;
		width: 33px;
    height: 67px;
    background-size: 100%;
    position: absolute;
    right: 0;
    top: 40%;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-position: right;
	}
	.nr.owl-next,.nr.owl-prev{
		top:35%;
	}
/* ----------------------------------------------------------------
	menu
	-----------------------------------------------------------------*/
.navbar-inverse .navbar-nav > li > a {
    color: #000000;
    font-size: 17px;
}
.nav > li > a {
    padding: 15px 35px;
}
.side-nav small{
	    background-image: url(../images/decoration.png);
    background-position: 25px bottom;
    background-repeat: no-repeat;
    padding-left: 40px;
    font-size: 12px;
    padding-bottom: 4px;
        display: block;
}
/* ----------------------------------------------------------------
	產品介紹
	-----------------------------------------------------------------*/
	.tile-box ul{
		    padding-left: 0px;
	}
	.tile-box li{
		list-style: none;
		display: inline;
		float:left;
	}
	.tile-box a{
text-decoration: blink;
		padding: 20px;
		display: block;
	}
	.tile-box a.aaa{
	width:90px;	
	}
	.tile-box a.aa{
	padding: 4px;	
	}
	.tile-box a p{
	text-align:left;
	color: white;
	font-size: 15px;
	line-height: 20px;
	width: 144px;
	    margin: 6px auto 10px;
	}
	.tile-box a:hover{
		background-color: #353535;
	}
	.tile-box a:active{
		position: relative;
		top:-1px;
	}
	.tile-text ul{
	    margin: auto;
    padding: 0px;
    width: 144px;
    text-align: left;
	}
	.tile-text li{
		list-style: none;
		color:white;
		text-align: left;
	}
	.news-text h2{
		text-align: left;
		 color: white;
    font-size: 20px;
	}
	.news-text p{

		 text-align: left;
    color: white;
    font-size: 15px;
    line-height: 28px;
	}
	.tile-text{
	    text-align: left;
    color: white;
    font-size: 15px;
    line-height: 28px;
        padding: 141px 0px 24px 145px;

	}
	.tile-text h2{
		    width: 144px;
		        line-height: 50px;
    margin: auto;
    text-align: left;
	}

	.tile-text a,.news-text a{
	width: 121px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: black;
    border-radius: 14px;
    background-color: #fff;
    display: block;
    text-decoration: blink;
        margin: 10px 0px 30px;
	}
	.tile-text a:hover,.news-text a:hover{
		background: #c0c0c0;
	}
/* ----------------------------------------------------------------
	最新消息
	-----------------------------------------------------------------*/
	.new-box{
		overflow: hidden;
		background-color: white;
		border-radius: 10px 10px 0px 0px;
		    margin-bottom: 40px;
	}
	.new-title{
	    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    border-radius: 10px 10px 0px 0px;
    color: #a64d4c;
    background-color: #d8d8d8;
    padding-left: 15px;
	}
	.new-main{
		padding: 10px 15px 15px;
	}
	.new-box h2{
		font-size: 19px;
		text-align: left;
	}
	.new-box p{
		font-size: 15px;
		line-height: 28px;
		text-align: left;
	}
	.new-box a{
		 color: #a64d4c;
	}
	
/* ----------------------------------------------------------------
	經銷據點
	-----------------------------------------------------------------*/
	.area-box h2{
	width:100%;
	float:left;
	 color: white;
	 margin-top: 0px;
}
	.area{
		    float: left;
    border-top: solid 1px #ccc;
    color: white;
    width: 100%;	
	}
	.area p{
font-size: 14px;
    line-height: 30px;
color: white;
}

.area h3{
	font-size: 20px;
}

.distance{
	padding-top: 20px;
}
.distance p{
	text-align: right;
}
.txt li {
	padding:15px 0px 15px;
}
/* ----------------------------------------------------------------
	常見問題
	-----------------------------------------------------------------*/
	.panel {
  
    border:none;
}
.panel-title {
    font-size: 17px;
    line-height: 30px;
}
	.panel-default > .panel-heading {
    color: #fff;
    background-color: #222222;
    border-color: #222222;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color:initial;
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}
	
/* ----------------------------------------------------------------
	footer
	-----------------------------------------------------------------*/
footer{
       background-color: #fff;
    width: 100%;
    float: left;
        padding: 30px 0px 35px;
        background-image: url(../images/ft-line.png);
        background-repeat: no-repeat;
        background-position: right bottom;
}
footer ul{
	    border-left: solid 1px #909090;
}


footer p,footer li{
	list-style: none;
	font-size: 14px;
	    line-height: 26px;
    color: #737373;
}
.line{
	width:100%;
	float:left;
	border-bottom:solid 1px #ccc;
	    margin: 0px 0px 37px;
}
@media (max-width:1375px){
.tile-text{
 padding: 141px 20px 24px 100px;
	}
}
@media (max-width:1200px){
.tile-text{
text-align: center;
        padding:68px 0px 0px 0px;
	}

.tile-text a, .news-text a {
    width: 121px;

   margin: 15px auto 15px auto;
}



}
@media (max-width: 767px) {
	.container-fluid {

       padding: 0px 15px 95px 15px;

}

button, input, optgroup, select, textarea {
    margin: 0px 0px 6px 16px;

}

.breadcrumb {
    margin-bottom: 10px;
}
.dropup, .dropdown {
    padding-left: 14px;
}
	.distance{
	padding-top: initial;
}
.distance p{
	text-align:initial;
}
.tile-text {
    margin-top: 25px;
}

footer ul{
	padding-left: 0px;
}
footer{
	text-align: center;
}
footer ul{
	padding-top: 10px;
	border-top:solid 1px #ccc; 
	    border-left:initial;
}
.text-right{
	text-align: center;
}

}

@media (min-width: 767px) {
.container-fluid {

       padding: 0px 20px 95px 70px;

}
.tile-box .col-xs-12,.tile-box .col-sm-12,.tile-box .col-lg-6{
	padding:0px;
}


}
@media (min-width:1520px) {
.tile-text h2,.tile-text ul {

    margin:initial;

}
}


/*
Back to top button 
*/
em {
	font: italic 100% "Times New Roman", Times, serif;
}
.credits {
	border-bottom: solid 1px #eee;
	padding-bottom: 10px;
	margin: 0 0 30px;
}
#pagewrap {
	margin: 0 auto;
	width: 600px;
	padding-left: 150px;
	position: relative;
}

/*
Back to top button 
*/
#back-top {
	    position: fixed;
    bottom: 115px;
    margin-left: 0px;
    z-index: 999;
        right: 0;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 65px;
	height: 65px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 50px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
pp {
	width: 90px;
}
.tile-box.pp {
	width: 144px;
}
