@charset "utf-8";
/* CSS Document */
html, body{
	width: 100%;
	height: 100%;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	font-family: 'Noto Sans TC', '微軟正黑體','Arial', sans-serif;
	background-color: #f5f5f5;
}



a{	color: inherit;}
a:focus,a:hover{ text-decoration: none;}

.btn-blue{
	display: inline-block;
	padding: 0px 15px;
	border-radius: 9999px;
	border: 1px solid #1f8bbc;
	background-color: transparent;
	color: #1f8bbc;
	transition: .3s .03s;
}
.btn-blue.active,
.btn-blue:focus,
.btn-blue:hover{
	background-color: #1f8bbc;
	color: #ffffff;
}
.btn-blue2{
	border: 1px solid #1f8bbc;
	background-color: #ffffff;
	color: #1f8bbc;
}
.btn-blue2.active,
.btn-blue2:focus,
.btn-blue2:hover{
	background-color: #1f8bbc;
	color: #ffffff;
}
.btn-goTop{
	width: 30px;
	height: 30px;
	display: none;
	text-align: center;
	line-height: 30px;
	font-size: 20px;
	position: fixed;
	right: 10px;
	bottom: 30px;
	border-radius: 5px;
	background-color: #002950;
	color: #ffffff;
	opacity: .8;
}
.btn-goTop:focus,
.btn-goTop:hover{
	opacity: 1;
	color: #ffffff;
}
.c-006eab{
	color: #006eab;
}
.c-fe0002{
	color: #fe0002;
}













/* wrap&footer===================================================== */
.wrap{
	width: 100%;
	min-height: 100%;
	display: block;
	position: relative;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	/* padding-top: 0; */
	padding-left: 0;
	padding-right: 0;
}

.footer{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	background-color: #222222;
	color: #ffffff;
	font-size: 16px;
	font-weight: normal;
}
.footer a{
	color: #ffffff;
	transition: .3s .03s;
	font-weight: normal;
}
.footer a:focus,
.footer a:hover{
	color: #1f8bbc;
}
.footer h4{
	width: 100%;
	display: block;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
	font-weight: bold;
}
.footer .footer-info{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer .footer-btn{
	width: 100%;
	display: block;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	transition: .3s .03s;
}
.footer .footer-btn:focus,
.footer .footer-btn:hover{
	transform: scale(0.9);
}

@media screen and (max-width:380px){
	.footer .footer-btn-group{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
}





/* header======================================================= */
.header{
	width: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	background-image: linear-gradient(#014586,#002950);
	color: #ffffff;
	z-index: 50;
}
.header .language{
	width: 100%;
	text-align: right;
	font-size: 14px;
	line-height: 24px;
}
.header .language a{
	transition: .3s .03s;
}
.header .language a>i{
	font-size: 12px;
}
.header .language a:focus,
.header .language a:hover{
	color: #ffae00;
}
.header .logo>a>img{
	max-width: 100%;
}
.header .menu .navbar{
	padding: 0;
}
.header .menu .navbar .navbar-toggler{
	border: 1px solid #ffffff;
	color: #ffffff;
	margin-bottom: 10px;
	transition: .3s .03s;
	outline: 0;
	font-size: 14px;
}
.header .menu .navbar .navbar-toggler[aria-expanded="true"],
.header .menu .navbar .navbar-toggler:focus,
.header .menu .navbar .navbar-toggler:hover{
	border: 1px solid #ffae00;
	color: #ffae00;
	outline: 0;
}
.header .menu .navbar .nav-item .nav-link{
	color: #ffffff;
	transition: .3s .03s;
}
.header .menu .navbar .nav-item.active .nav-link,
.header .menu .navbar .nav-item:hover .nav-link,
.header .menu .navbar .nav-item .nav-link:focus{
	color: #ffae00;
	outline: 0;
}
.header .menu .navbar .nav-item .nav-link.dropdown-toggle:after{
	display: none;
}
.header .menu .navbar .nav-item.dropdown .dropdown-menu{
	margin-top: -5px;
	padding-top: 0;
	padding-bottom: 0;
}
.header .menu .navbar .nav-item.dropdown .dropdown-menu .dropdown-item{
	transition: .3s .03s;
}
.header .menu .navbar .nav-item.dropdown .dropdown-menu .dropdown-item+.dropdown-item{
	border-top: 1px solid #eeeeee;
}
.header .menu .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:focus,
.header .menu .navbar .nav-item.dropdown .dropdown-menu .dropdown-item:hover{
	color: #1f8bbc;
	background-color: transparent;
}







/* banner&title======================================== */
.banner{
	width: 100%;
	display: block;
	position: relative;
	margin: 0 0 20px;
	padding: 0;
}
.banner-pc{
	display: block;
}
.banner-m{
	display: none;
}
@media screen and (max-width:990px){
	.banner-pc{
		display: none;
	}
	.banner-m{
		display: block;
	}
}
.pageTitle{
	width: 100%;
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	padding: 10px 0;
	background-color: #eeeeee;
}
.pageTitle .path .breadcrumb{
	padding: 0;
	font-size: 14px;
	line-height: 24px;
	color: #cccccc;
}
.pageTitle .path .breadcrumb .breadcrumb-item{
	color: #cccccc;
}
.pageTitle .path .breadcrumb .breadcrumb-item>a{
	transition: .3s .03s;

}
.pageTitle .path .breadcrumb .breadcrumb-item:before{
	color: #cccccc;
}
.pageTitle h2{
	font-size: 24px;
	font-weight: bold;
	color: #014586;
	margin: 0;
	padding: 0;
}
.pageTitle h2:after{
	content: '';
	width: 50px;
	height: 5px;
	display: block;
	position: relative;
	background-color: #1f8bbc;
	border-radius: 9999px;
	margin: 10px 0	;
}
.page{
	width: 100%;
	display: block;
	position: relative;
	margin: 30px 0 40px;
}
.page .pagination .page-item .page-link{
	color: #666666;
	border-color: #dddddd;
	transition: .3s .03s;
}
.page .pagination .page-item:hover .page-link{
	color: #ffae00;
	background-color: #fafafa;
}
.page .pagination .page-item.active .page-link{
	color: #1f8bbc;
	background-color: #ffffff;
}










/* index======================================================= */
.index-title{
	width: 100%;
	display: block;
	text-align: center;
	margin: 40px 0 30px;
	position: relative;
}
.index-title h3{
	font-size: 36px;
	font-weight: bold;
	color: #014586;
}
.index-title:after{
	content: '';
	width: 50px;
	height: 5px;
	display: block;
	border-radius: 999999px;
	background-color: #1f8bbc;
	position: relative;
	left: 0;right: 0;
	/* bottom: -20px; */
	margin: 0 auto 30px;
}
.index-product{
	width: 100%;
	display: block;
	position: relative;
	padding: 10px 0;
}
.index-news{
	width: 100%;
	display: block;
	position: relative;
	padding: 10px 0;
	background-image: url('../images/news-bg.jpg');
	background-size: cover;
	background-position: center center;
}
.index-product .index-product-item{
	width: 100%;
	display: block;
	position: relative;
	transition: .3s .03s;
	transform: scale(0.9);
	margin-bottom: 20px;
	background-color: #006eab;
}
.index-product .index-product-item:focus,
.index-product .index-product-item:hover{
	transform: scale(1);
}
.index-product .index-product-item>.img{
	width: 100%;
	padding-bottom: 80%;
	display: block;
	position: relative;
	border: 3px solid #006eab;
	background-color: #ffffff;
}
.index-product .index-product-item>.img>img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.index-product .index-product-item>.title{
	background-color: #006eab;
	color: #ffffff;
	text-align: center;
	padding: 5px;
	margin-top: 1px;
}

























/* news============================================================= */
.news-list{
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}
.news-item{
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #aaaaaa;
	padding-bottom: 10px;
	text-align: left;
}
.news-item .img-block{
	width: 100%;
	padding-bottom: 60%;
	display: block;
	position: relative;
	overflow: hidden;
	transition: .3s .03s;
}
.news-item .img-block>.img{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-size: cover;
	background-position: center center;
	transition: .3s .03s;
}
.news-item:focus .img-block>.img,
.news-item:hover .img-block>.img{
	transform: scale(1.05);
}
.news-item .date{
	color: #999999;
}
.news-item .title{
	width: 100%;
	height: 48px;
	line-height: 24px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2; 
	-webkit-box-orient:vertical;
	transition: .3s .03s;
}
.news-item:focus .title,
.news-item:hover .title{
	color: #006eab;
}
.more-btn{
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	margin: 10px auto;
}
.news-title{
	width: 100%;
	display: block;
	position: relative;
	margin: 0 0 20px 0;
}
.news-title>h4{
	width: 100%;
	display: block;
	font-size: 20px;
	line-height: 20px;
	border-bottom: 1px solid #1f8bbc;
	padding: 10px 0;
	margin: 0 0 5px 0;
}
.news-title>span{
	color: #999999;
}
.news-title>a{
	color: #999999;
	float: right;
	transition: .3s .03s;
}
.news-title>a:focus,
.news-title>a:hover{
	color: #1f8bbc;
}
.news-title:after{
	content: '';
	display: block;
	clear: both;
}




















/* contact===================================================== */
.location-list{
	width: 100%;
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
}
.location-item{
	width: 100%;
	display: block;
	position: relative;
	margin: 0 0 30px 0;
}
.location-item .location-item-id{
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	left: 0;
}
.location-item .location-title{
	width: 100%;
	padding: 5px 10px;
	background-color: #006eab;
	color: #ffffff;
	margin-bottom: 5px;
}
.location-item .name{
	font-size: 18px;
	font-weight: bold;
	color: #014586;
}
.location-item .location-info{
	width: 100%;
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
.location-item .map{
	width: 100%;
	height: 200px;
	display: block;
	position: relative;
}
.location-item .map>iframe{
	width: 100%;
	height: 100%;
	display: block;
	border: 0;
}

.contact-form{
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 20px;
}
.contact-form .contact-form-id{
	width: 0px;
	height: 0px;
	display: block;
	position: absolute;
	left: 0;
}
.contact-form h2{
	font-size: 24px;
	font-weight: bold;
	color: #014586;
	margin: 0;
	padding: 0;
}
.contact-form h2:after{
	content: '';
	width: 50px;
	height: 5px;
	display: block;
	position: relative;
	background-color: #1f8bbc;
	border-radius: 9999px;
	margin: 10px 0	;
}














/* inauiry======================================================== */
.btn.btn-delete{
	width: 32px;
	height: 32px;
	padding: 0;
	text-align: center;
	line-height: 32px;
	font-size: 20px;
}
.inquiry-product .inquiry-Pimg{
	width: 100%;
	padding-bottom: 75%;
	display: inline-block;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	transition: .3s .03s;
}
.inquiry-product .inquiry-Pimg>img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;right: 0;
	top: 0;bottom: 0;
	margin: auto;
}
.inquiry-product:hover .inquiry-Pimg{
	transform: scale(0.95);
}
.inquiry-product .inquiry-Pname{
	color: #2c2727;
	font-weight: bold;
	transition: .3s .03s;
}
.inquiry-product .inquiry-Ptitle{
	color: #666666;
	transition: .3s .03s;
}
.inquiry-product:hover .inquiry-Pname,
.inquiry-product:hover .inquiry-Ptitle{
	color: #1f8bbc;
}
.inquiry-table>tbody>tr>td:first-child{
	color: #2c2727;
}



















/* support====================================================== */
.support-keywords{
	width: 100%;
	display: block;
	position: relative;
	border-bottom: 1px solid #1f8bbc;
	padding: 5px 0;
	margin: 0 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	color: #002950;
}
.support-table>thead>tr>th:last-child{
	text-align: center;
}
.support-table>tbody>tr>td:last-child{
	text-align: center;
}
.support-table .support-btn{
	font-size: 30px;
	color: #333333;
	transition: .3s .03s;
}
.support-table .support-btn:hover{
	color: #ffae00;
}





















/* product=========================================================== */
.product-title{
	width: 100%;
	display: block;
	position: relative;
	margin: 20px 0;
}
.product-title>.line{
	width: 100%;
	height: 1px;
	display: block;
	background-color: #1f8bbc;
	margin: 10px 0;
}
.product-title>h3{
	width: 100%;
	display: block;
	margin: 0;
	padding: 5px 0;
	color: #002950;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}
.product-title>h2{
	width: 100%;
	display: block;
	position: relative;
	padding: 5px 0;
	margin: 0;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
}
.product-select{
	width: 100%;
	display: block;
	position: relative;
	padding: 10px;
	margin: 0;
	background-color: #ffffff;
}
.product-select-btn{
	width: 100%;
	display: block;
	position: relative;
	margin: 0 ;
}
.product-select-btn>span{
	width: 30px;
	height: 30px;
	text-align: center;
	display: inline-block;
	position: relative;
	font-size: 20px;
	line-height: 30px;
	transition: .3s .03s;
	transform: rotateZ(-90deg);
}
.product-select-btn[aria-expanded="true"]>span{
	transform: rotateZ(0);
}
.select-item{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	/* outline: 1px solid #f00; */
}
.select-item:before{
	content: '';
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	background-color: #eeeeee;
	top: 0;
	left: -15px;
}
.col-12:first-child .select-item:before{
	display: none;
}
.select-item .select-list{
	width: 100%;
	display: block;
	position: relative;
	margin: 5px 0;
}
.select-item .select-btn{
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	padding: 5px 10px;
	color: #1f8bbc;
	border: 1px solid #1f8bbc;
	border-radius: 999px;
	margin-bottom: 5px;
}
.select-item .select-btn>i{
	display: none;
}
.select-item .select-btn.active{
	background-color: #1f8bbc;
	color: #ffffff;
}
.select-item .select-btn.active>i{
	display: inline-block;
}
@media screen and (max-width:768px){
	.select-item{
		margin-bottom: 30px;
	}
	.select-item:before{
		width: 100%;
		height: 1px;
		top: -15px;
		left: 0;
	}
}

.product-list{
	width: 100%;
	display: block;
	position: relative;
	margin: 30px 0;
	padding: 0;
}
.product-item{
	width: 100%;
	display: block;
	margin-bottom: 3rem;
	position: relative;
}
.product-item>.img{
	width: 100%;
	padding-bottom: 60%;
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
}
.product-item>.img>img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	margin: auto;
	transition: .3s .03s;
}
.product-item>.name{
	width: 100%;
	display: block;
	padding: 5px 10px;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 3px solid #006eab;
	transition: .3s .03s;
}
.product-item:hover>.img>img{
	transform: scale(.95);
}
.product-item:hover>.name{
	border-bottom: 3px solid #1f8bbc;
}

.product-sTitle{
	width: 100%;
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #1f8bbc;
	margin: 10px 0;
	padding: 0;
}
.product-img{
	width: 100%;
	padding-bottom: 80%;
	display: block;
	position: relative;
	margin: 0 0 20px 0;
	overflow: hidden;
	background-color: #ffffff;
}
.product-img>img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;right: 0;
	top: 0;bottom: 0;
	margin: auto;
}
.product-img .carousel{
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.product-img .carousel .carousel-inner{
	width: 100%;
	height: 100%;
}
.product-img .carousel .carousel-item{
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}
.product-img .carousel .carousel-item>.img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;right: 0;
	top: 0;bottom: 0;
	margin: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.product-Specification>.table{
	background-color: #ffffff;
}
.product-Specification>.table>tbody>tr>td:first-child{
	width: 50%;
	color: #014586;
}
.product-Specification .table-striped tbody tr:nth-of-type(odd){
	background-color: rgba(0, 0, 0, .08);
}
.OptionalParts-item{
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 20px;
	padding: 5px;
}
.OptionalParts-item .img{
	width: 100%;
	padding-bottom: 75%;
	display: block;
	overflow: hidden;
	position: relative;
}
.OptionalParts-item .img>img{
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	left: 0;right: 0;
	top: 0;bottom: 0;
	margin: auto;
}
.OptionalParts-item .text{
	width: 100%;
	display: block;
	position: relative;
	padding: 0 5px;
}
.OptionalParts-item .text>.title{
	width: 100%;
	display: block;
	color: #014586;
}
.OptionalParts-item .text>.info{
	font-size: 14px;
	line-height: 20px;
}
.video-pc{
	display: block;
}
.video-mobile{
	display: none;
}
@media screen and (max-width:990px){
	.video-pc{
		display: none;
	}
	.video-mobile{
		display: block;
	}


}
.product-video{
	width: 100%;
	padding-bottom: 56%;
	display: block;
	position: relative;
	transition: .3s .03s;
}
.product-video:hover{
	transform: scale(.95);
}
.product-video>a{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;top: 0;
	background-color: #000000;
}
.product-video>a>img{
	width: 100%;
	position: absolute;
	left: 0;right: 0;
	top: 0;bottom: 0;
	margin: auto;
}






@media screen and (max-width:990px){


}
@media screen and (max-width:768px){


}
@media screen and (max-width:380px){



}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}