
@import url(../fonts/font-awesome/font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(header.css);
@import url(footer.css);
@import url(hover.css);
@import url(banner.css);



/*========================================================
                      	 h1 設定
=========================================================*/

.h1-title {
    color: #0289b7;
	margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
	font-size: 32px;
	position: relative;
	font-weight: bold;
}

.h2-title {
    color: #333;
	margin: 0 0 40px 0;
	font-size: 28px;
	position: relative;
	font-weight: bold;
}
.h2-title:after {
    content: '';
	display: block;
	width: 100px;
	height: 3px;
	background-color: #0384ba;
	margin-top: 10px;
}



/* 尺寸設定 */
@media (min-width: 768px) {
	.h1-title {
		font-size: 36px;
	}
}
@media (min-width: 1200px) {
	.h1-title {
		font-size: 40px;
	}
	.h2-title {
		margin: 0 0 20px 0;
	}
}


/*========================================================
                      	 內頁框架
=========================================================*/

.content {
	padding-top: 50px;
	padding-bottom: 50px;
}
/*
.content .container {
	max-width: 1170px;
}
*/

.bg1 {
	background-color: #f7f8fa;
}
.img-md {
	display: none;
}


/* 麵包屑 */
.breadcrumbs {
	text-align: right;
}
.breadcrumbs a {
	display: inline-block;
	text-decoration: underline;
	color: #000;
	padding: 0 0 10px 0;
}
.breadcrumbs a.home {
	font-weight: bold;
}
.breadcrumbs span {
	margin: 0 2px 0 4px;
	color: #000;
	font-size: 100%;
	font-weight: bold;
}

/*========================================================
                      	 選單
=========================================================*/

.navsub {
	display: none;
}

.navsub-list {
	-webkit-box-shadow: 0 0 5px rgba(65, 65, 65, 0.5);
	box-shadow: 0 0 5px rgba(65, 65, 65, 0.5);
	text-align: center;	
	margin-right: 30px;
	padding-bottom: 5px;
	background-color: #fff;
	border: 1px solid #adadad;
}

.navsub-list h2  {
	color: #fff;
	background-color: #008cb7;
	padding: 12px 10px;
	text-align: center;
	margin: 0 0 10px 0;
}
.navsub-list ul {
	list-style: none;
	margin: 20px 20px 40px 20px;
	padding: 0;
}
.navsub-list ul li {
}
.navsub-list ul li a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 18px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #adadad;
}
.navsub-list ul li a:hover {
	color: #000;
	background-color: #f6e8e6;
}

.navsub-select {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 40px;
	}
.navsub-select h2 {
	text-align: center;
	font-size: 24px;
	margin: 0 0 10px 0;
	}
.navsub-select .form-control {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.navsub {
		display: block;
	}
	.navsub-select {
		display: none;
	}
}


/*========================================================
                         About Us
=========================================================*/

.about-top {
	background: url(../images/about-top.jpg) no-repeat center top;
	background-size: cover;
	margin-top: -50px;
	margin-bottom: -5%;
	text-align: center;
	color: #fff;
	padding: 5% 10% 10%;
}
.about-top > div {
	border: 1px solid #fff;
	padding: 30px;
}
.about-top h2 {
	margin: 0 0 20px 0;
	font-size: 32px;
}
.about-top p {
	font-size: 18px;
}


.about-minimal {
	position: relative;
	overflow: hidden;
	background: #cdcdcd;
	margin-bottom: 40px;
	text-align: left;
}
.about-minimal .info-box {
	position: relative;
	font-size: 18px;
	line-height: 32px;
}
.about-minimal .info-box > div {
	padding: 30px;
}
.about-minimal .info-box > div ul {
	list-style: none;
	margin: 0;
	padding: 0;
}


.about-2 {
    background-color: #cdcdcd;
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
}
.about-2 img {
    width: 100%;
    vertical-align: bottom;
}
.about-2 h3 {
    font-weight: bold;
    font-size: 28px;
    margin: 0 0 20px 0;
}
.about-2 [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.about-2-info {
    padding: 50px;
}




/* 尺寸設定 */
@media (max-width: 991px) {
	.about-minimal {
		display: inline-block;
		width: 100%;
	}
	.about-minimal .info-box img, .about-minimal .image-in img {
		width: 100%;
		vertical-align: bottom;
	}
	.no-img .image-box {
		display: none;
	}
}
@media (min-width: 480px) {
	.about-minimal .info-box > div {
		padding: 50px;
	}
}
@media (min-width: 768px) {
	.about-minimal .info-box {
		font-size: 20px;
		line-height: 36px;
	}
	.about-minimal .info-box > div {
		padding: 100px;
	}
	.about-top {
		padding: 5% 5% 10%;
	}
	.about-top > div {
		padding: 50px;
	}
	.about-top h2 {
		font-size: 36px;
	}
	.about-top p {
		font-size: 20px;
	}
    .about-2-info {
        padding: 90px 70px 0;
    }
}
@media (min-width: 992px) {
	.about-minimal {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.about-minimal .image-box {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		width: 40%;
	}
	.no-img .info-box img {
		display: none;
	}
	.about-minimal .image-in {
		position: relative;
		-webkit-flex-shrink: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		overflow: hidden;
	}
	.about-minimal .image-in img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		height: auto;
		width: auto;
		min-height: 100%;
		min-width: 100%;
		z-index: 1;
	}
	.about-minimal .info-box {
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		min-height: 500px;
	}
	.about-minimal .info-box > div {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 1;
		width: 100%;
	}
	.about-top {
		padding: 5% 10% 10%;
	}
	.about-top > div {
		padding: 100px;
	}
	.about-top h2 {
		font-size: 44px;
	}
	.about-top p {
		font-size: 24px;
	}
}

@media (min-width: 1200px) {
	.about-minimal .image-box {
		width: 40%;
	}
	.about-minimal .info-box {
		min-height: 500px;
	}
    .about-2-info {
        padding: 120px 80px 0;
    }
}
@media (min-width: 1600px) {
	.about-minimal .image-box {
		width: 54%;
	}
	.about-minimal .info-box {
		min-height: 500px;
	}
    .about-2-info {
        padding: 180px 100px 0;
    }
}





/*========================================================
                   	   Refurbishment
=========================================================*/


.refurbishment-box .col-1 {
	padding-top: 20px;
	margin-bottom: 30px;
}

.refurbishment-box .col-1 img {
	width: 100%;
	vertical-align: bottom;
}
.refurbishment-box .col-1 dl {
	overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.refurbishment-box .col-1 dl dd {
    position: absolute;
    top: 10px;
    z-index: 9;
    padding: 5px 70px 5px 10px;
    color: #fff;
    overflow: hidden;
    font-weight: bold;
    font-size: 13px;
}
.refurbishment-box .col-1 dl dd:after {
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    left: -10%;
    width: 90%;
    bottom: 0;
    background-color: rgba(68,176,219,0.8);
    -webkit-transform: skew(-32deg);
    transform: skew(-32deg);
}

.refurbishment-box .case {
	padding-top: 70px;
	border-top: 3px dashed #adadad;
	margin-bottom: 50px;
}

.refurbishment-box .case ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.refurbishment-box .case ul li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
	margin: 0 0 10px 0;
	font-size: 18px;
	background-color: #e1e1e1;
	padding: 5px;
}


/* 尺寸設定 */
@media (max-width: 479px) {
	.refurbishment-box .case ul li {
		margin: 0;
		padding: 5px 0;
		text-align: center;
	}
	.refurbishment-box .case ul li:nth-of-type(2n) {
		background-color: rgba(133,133,133,0.2);
	}
}
@media (min-width: 480px) {
	.refurbishment-box .case ul li {
		width: 47%;
		margin: 0 1% 10px 1%;
	}
	.refurbishment-box .case ul li:before {
		content: '\f105';
		font-family: "FontAwesome";
		margin-right: 5px;
		margin-left: 5px;
		background-color: #0884b9;
		color: #fff;
		padding: 1px 6px 2px 8px;
		border-radius: 50%;
	}
}
@media (min-width: 992px) {	
	.refurbishment-box .case ul li {
		width: 30.8%;
		margin: 0 1% 10px 1%;
	}
}
@media (min-width: 1200px) {
	.refurbishment-box .case ul li {
		width: 22.7%;
		margin: 0 1% 10px 1%;
	}
}
@media (min-width: 1600px) {
	.refurbishment-box .case ul li {
		width: 17.5%;
		margin: 0 1% 10px 1%;
	}
}


/*========================================================
                   	   	Equipment
=========================================================*/


/* 列表頁 */
.equipment-main {
	
}
.equipment-main img {
	width: 100%;
	vertical-align: bottom;
}
.equipment-main [class*="col-"] {
	position: relative;
	margin-bottom: 50px;
	padding-left: 0;
}
.equipment-main [class*="col-"] h3 {
	background-color: #ededed;
	color: #000;
	margin: 10px 0 0 0;
	font-size: 20px;
	padding: 10px 10px 15px;
	text-align: center;
}
.equipment-main [class*="col-"] h3 span {
	display: block;
}
.equipment-main [class*="col-"] a {
	position: relative;
}
.equipment-main [class*="col-"] p.title {
/*
	position: absolute;
	left: 10%;
	bottom: -25px;
	z-index: 9;
	width: 80%;
*/
	background-color: #0384ba;
	color: #fff;
	text-align: center;
}
.equipment-main [class*="col-"] p.sold-out {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	background-color: rgba(238,18,18,0.9);
	color: #fff;
	text-align: center;
    font-size: 13px;
    padding: 0px 10px;
}

/* 滑動效果 */
.equipment-main a.img-mark {
	display: block;
	color: #000;	
	position: relative;
}
.equipment-main a.img-mark:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 5;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-ms-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity 0.5s ease-in-out;
}
.equipment-main a.img-mark:hover:before {
	background: rgba(0,0,0,0.2) url(../images/magnifier.png) no-repeat center center;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
	border: 1px solid #fff;
}



/*========================================================
                      產品資訊內頁
=========================================================*/

.equipment-detail {
	margin-bottom: 20px;
	text-align: left;
}
.equipment-detail img {
	width: 100%;
	vertical-align: bottom;
	border: 7px solid #ededed;	
}
.equipment-detail h3 {
	margin: 0 0 20px 0;
	color: #008cb7;
	font-weight: bold;
	font-size: 24px;
}
.equipment-detail h3 span {
	color: #ee1212;
    font-size: 20px;
}
.slider-for > div {
	position: relative;
}
.slider-for > div a:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
}
.slider-for > div img {
	width: 100%;
	vertical-align: bottom;
	border: 7px solid #ededed;
}
.slider-for > div a p.sold-out {
	position: absolute;
	left: 7px;
	top: 7px;
	z-index: 9;
	background-color: rgba(238,18,18,0.9);
	color: #fff;
	text-align: center;
    font-size: 15px;
    padding: 3px 20px;
}
.slider-nav {
	margin-bottom: 30px;
}
.slider-nav .slick-slide {
	margin: 0 5px 0 5px;
}

.equipment-detail [class*="col-"] p {
	font-size: 16px;
	line-height: 32px;
}
.equipment-detail [class*="col-"] ul.style1 {
	list-style: none;
	margin: 0;
	padding: 0;
}
.equipment-detail [class*="col-"] ul.style1 li {
	position: relative;
	margin: 0 0 10px 0;
	padding: 10px 10px 10px 140px;
	background-color: #ededed;
}
.equipment-detail [class*="col-"] ul.style1 li strong {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	width: 120px;
	height: 100%;
	text-align: center;
	margin-right: 20px;
	padding: 10px 0 0 0;
	background-color: #777;
	color: #fff;
}
.equipment-info {
	margin-top: 10px;
	margin-bottom: 30px;
}
.equipment-info h3 {
	color: #38aed2;
	margin: 0 0 10px 0;
}
.equipment-info ul {
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
}
.equipment-info ul li {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 100%;
}
.equipment-info ul li span {
	font-weight: bold;
}

.send-btn {
	margin-top: 30px;
	margin-bottom: 30px;
}
.send-btn img {
	width: 24px;
	height: 24px;
	border: none;
	margin-right: 10px;
}
.send-btn .btn {
	font-size: 16px;
	border-width: 2px;
}

/* 尺寸設定 */

@media (min-width: 480px) {	
	.equipment-info ul li {
		width: 47%;
		margin: 0 1% 0 1%;
	}
}
@media (min-width: 768px) {
	.equipment-info ul li {
		width: 30.8%;
		margin: 0 1% 0 1%;
	}
}
@media (min-width: 992px) {
	.slider-nav .slick-slide {
		margin: 0 5px 10px 5px;
	}
}
@media (min-width: 1200px) {
	.equipment-info ul li {
		width: 30.8%;
		margin: 0 1% 0 1%;
	}		
}


/*========================================================
                        Spare Parts
=========================================================*/

.search-list {
	margin-bottom: 30px;
}
.search-list h3 {
	font-weight: bold;
	margin-bottom: 20px;
}
.search-list ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.search-list ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.search-list ul li b {

}

.search-info {
	border-top: 2px dashed #adadad;
	border-bottom: 2px dashed #adadad;
	margin: 40px 0;
	padding: 30px;
	background-color: #f3f3f3;
}

.search-text {
	font-weight: bold;
	margin: 0;
}
.search-text span {
	color: #e71f19;
}

/* 尺寸設定 */

@media (max-width: 767px) {
	.search-list ul li {
		float: none;
		margin-right: 0;
		display: flex;
	}
	.search-list ul li b {
		background-color: #a9a9a9;
		padding: 4px 20px 5px;
		font-weight: normal;
		flex: 1;
		color: #000;
	}
	.search-list ul li input {
		flex: 2;
	}
}


/*========================================================
                         聯絡我們
=========================================================*/


.contact-box {
	padding-bottom: 50px;
	position: relative;
}

.contact-box > .row > .col-md-6 {
	padding-bottom: 50px;
}
.contact-list h2 {
	border-left: 10px solid #ce4737;
	padding: 10px;
	margin-bottom: 20px;
	background-color: #f4f4f4;
	font-size: 24px;
}
.map ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.map ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 50px;
	position: relative;
	min-height: 40px;
	margin-bottom: 10px;
}
.map ul li b {
	font-weight: bold;
	font-size: 20px;
	display: block;
	color: #0289b7;
}
.map ul li i {
	list-style: none;
	margin: 0;
	padding: 5px 0;
}
.circle {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	background: #0289b7;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 9;
}
.map ul li [class^="flaticon-"]:before, 
.map ul li [class*=" flaticon-"]:before, 
.map ul li [class^="flaticon-"]:after, 
.map ul li [class*=" flaticon-"]:after {
    margin-right: 0px;
}

.map-iframe {
	outline: 5px solid #ededed;
	border: 7px solid #fff;
}


/* 尺寸設定 */

@media (min-width: 992px) {
	.contact-box > .row > .col-md-6:nth-of-type(1) {
		padding-right: 50px;
	}
	.contact-box > .row > .col-md-6:nth-of-type(2) {
		padding-top: 20px;
		padding-left: 50px;
	}
}




/*========================================================
                         各類表單
=========================================================*/

.contact-img {
	margin-top: 40px;
	margin-bottom: 50px;
}
.contact-img img {
	width: 100%;
	vertical-align: bottom;
	border: 6px solid #b5d3e0;
}
.contact-img [class*="col-"] > div {
	position: relative;
	margin-bottom: 30px;
}
.contact-img [class*="col-"] > div:after {
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	left: 6px;
	z-index: 9;
	display: block;
	border: 2px solid #fff;
}



/* 說明 */
.form-info {
	border: 2px dashed #adadad;
	padding: 20px 20px 20px 100px;
	background: #f7f7f7 url(../images/warning.png) no-repeat 20px center;
	margin-bottom: 20px;
	min-height: 60px;
}
.form-info p {
	margin-bottom: 6px;
}



/* 表單設定 */
.form-horizontal {
	margin-bottom: 40px;
}
.form-horizontal .control-label {
	color: #333;
}
.form-horizontal .form-control {
	border-radius: 5px;
	padding: 5px 20px 5px 40px;
	border: 1px solid #c4c4c4;
	background-color: #f6f6f6;
}
.form-control {
    background-color: #f6f6f6;
	height: 40px;
}	
::placeholder {
  	color: #000;
	font-weight: bold;
}

/* 意見表單 */

.contact-form {
	margin-bottom: 20px;
}
.contact-form [class *= col-] {
	position: relative;
	padding: 0;
	margin-bottom: 10px;
}
.contact-form [class *= col-] i {
    display: block;
    font-size: 16px;
    color: #c4c4c4;
    width: 28px;
    line-height: 28px;
    text-align: center;
/*    border: 1px solid #c4c4c4;*/
    background-color: #f6f6f6;
    position: absolute;
    left: 6px;
    top: 6px;
    border-radius: 5px;
    transition: all 0.4s ease;
}
.contact-form [class *= col-] i.text-red {
    color: #333;
}


.form_out {
}
.form_out  [class *= col-] {
	padding: 0;
}
.form_out .col-md-2 {
	text-align: left;
	font-weight: bold;
}
.form-group {
	padding: 10px 15px;
	margin-bottom: 0 !important;
}
.form-group:nth-of-type(2n+2) {
	background-color: #ededed;
}
/*.form-group:nth-of-type(2n+1) {
	background-color: #e8e8e8;
}*/
.form-group b {
	display: block;
	font-size: 15px;
}
.input {
	text-decoration: none;
	border: 1px solid #c7c7c7;
	width: 100%;
	padding: 2px 2px;
}




/* 尺寸設定 */

@media (min-width: 768px) {
	.form-info {
		padding: 20px 20px 20px 70px;
		background: #f7f7f7 url(../images/warning2.png) no-repeat 20px center;
	}
	.form-info {
		margin-right: 15px;
	}
	.contact-form [class *= col-] {
		padding-right: 15px;
	}
	.form_out .col-md-3 {
		padding-right: 15px;
	}
	.form_out .col-md-3 span {
		text-align: center;
		background-color: #fff;
	}
	.input {
		width: 40%;
	}
	.form-group b {
		display: inline-block;
	}
}


/*========================================================
                           表格
=========================================================*/

.table1 {
	border-collapse: collapse;
	text-align: left;
	margin: 0 0 30px 0;
	border: 1px solid #c0bebe;
}
.table1 caption {
	color: #333;
	font-weight: bold;
}
.table1 tr:nth-of-type(2n+1) {
	background-color: #ededed;
}

.table1 th {
	background: #0686b9;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-bottom: 1px solid #c0bebe;
}
.table1 td {
	padding: 0 5px;
	border: 1px solid #c0bebe;
	text-align: center;
}
.table1 td a {
	font-weight: bold;
	text-decoration: underline;
}
.table1 td a:hover {
	text-decoration: none;
	color: #000;
}
.table1 td.left {
	text-align: left;
}
.table1 td img {
	max-width: 100px;
	max-height: 40px;
}

	
.table2 {
}
.table2 caption {
	color: #333;
	text-align: left;
	font-size: 22px;
	font-weight: bold;
}
.table2 caption i {
	color: #e72c19;
}
.table2 tr:nth-of-type(2n+1) {
	background-color: #e9f1f5;
}
.table2 th {
	background: #2e779c;
	color: #fff;
	font-weight: bold;
	padding: 15px 5px !important;
	text-align: center;	
	border-top: 0 !important;
	border-right: 1px solid #bab9bb;
}
.table2 td {
	padding: 0 5px;
	border: 1px solid #cccccc;
	text-align: center;
}
.table2 td.red {
	color: #e71f19;
}

/* 手機表格提示 */
.table-text {
	color: #D40101;
	text-align: right;
}
@media (min-width: 640px) {
	.table-text {
		display: none;
	}	
}
@media (min-width: 768px) {	
	.table1 td img {
		max-width: 120px;
		max-height: 60px;
	}
}





/*========================================================
                         圖片效果
=========================================================*/

a.figure {
	display: block;
	position: relative;
}
a.figure:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
a.figure:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    display: inline-block;
    background: rgba(255,255,255,0.15) url(../images/magnifier.png) no-repeat center center;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: .3s;
}
a.figure2:before {
    background: rgba(255,255,255,0.15) url(../images/magnifier2.png) no-repeat center center;
}