@charset "utf-8";
/* CSS Document */



/*----- 產品列表 -----*/
ul.prodList {
	margin-bottom: -65px;
}

ul.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

ul.prodList .row {
    margin-left: -10px;
    margin-right: -10px;
}

ul.prodList li.col-xl-3,
ul.prodList li.col-sm-4 {
	padding-left: 10px;
	padding-right: 10px;
}

ul.prodList li {
	margin-bottom: 65px;
}

ul.prodList li .prodBox {
	position: relative;
	overflow: hidden;
	border-bottom: 4px solid #97ca20;
	background-color: #fff;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	box-shadow: 0 1px 5px rgba(181, 181, 181, 0.7);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.prodList li:hover .prodBox {
	border-bottom: 4px solid #2b44c2;
	box-shadow: none;
}

.photo-mask {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

ul.prodList li figure img {
	width: 100%;
	height: auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.prodList li:hover figure img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15); 
}

ul.prodList li .prodInfo {
	padding: 13px 15px;
	background-color: #6e6e6e;
}

ul.prodList li .prodInfo p.model {
	font-size: 14px;
	color: #97ca20;
	line-height: 18px;
}

ul.prodList li .prodInfo h3 {
	font-size: 16px;
	color: #fff;
	margin-top: 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul.prodList li:hover .prodInfo h3 {
	color: #97ca20;
}


ul.prodList li .prodInfo p.summary {
	font-size: 14px;
	color: #e0e0e0;
	margin-top: 4px;
	text-align: left;
}




/*----- 產品詳細頁 -----*/
.mainBox {
	margin: 45px 0 60px; 
}

.leftBox {
	float: left;
	width: 44%;
}

.leftBox figure {
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(195, 195, 195, 0.7);
}

.leftBox figure img {
	width: 100%;
	height: auto;
}

ul.smallImg {
	margin-top: 18px;
}

ul.smallImg li {
	float: left;
	width: 18.64%;
	margin: 0 1.7% 2.2% 0;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(180, 180, 180, 0.7);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

ul.smallImg li:nth-child(5n) {
	margin-right: 0;
}

ul.smallImg li:hover {
	opacity: 0.5;
    -ms-filter: alpha(Opacity=50);
    filter: alpha(Opacity=50);
	-webkit-transform: translate(3px,3px);
	-moz-transform: translate(3px,3px);
	-ms-transform: translate(3px,3px);
	transform: translate(3px,3px);
	box-shadow: none;
}

ul.smallImg li img {
	width: 100%;
}

ul.smallImg li a,
ul.smallImg li a img {
}



/*右側產品資訊樣式*/
.rightBox {
	float: right;
	width: 50%;
}

.productName {
	font-size: 30px; 
	color: #000;
	font-weight: normal;
}

.modelName {
	font-size: 16px; 
	color: #273eb1;
	margin-top: 10px;
}

.featureBox {
	font-size: 15px; 
	margin-top: 16px;
	line-height: 28px;
}

.featureBox ul,
.featureBox ol {
	padding-left: 18px;
}

.featureBox ul li {
	list-style-type: disc;
}

/*
.featureBox ul li:before {
    content: "•";
    padding-right: 8px;
    margin-left: -14px;
    color: #333;
}
*/

.featureBox ol li {
	list-style-type: decimal;
}

.videoBox {
	margin-top: 35px;
} 

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 15px; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

a.inquiryBtn {
	width: 170px;
	font-size: 15px;
	color: #fff;
	margin-top: 38px;
	padding: 9px 0;
	display: block;
	position: relative;
	background-color: #333;
	text-align: center;
}

a.inquiryBtn:hover {
	background-color: #8ebd20;
}

a.inquiryBtn::after {
	content: '\f105';
    font-family: FontAwesome;
    font-size: 16px;
    display: inline-block;
    margin-left: 9px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

a.inquiryBtn:hover::after {
	margin-left: 35px;
}

.prod-tab-wrap {
	width: 100%;
	min-height: 52px;
	z-index: 98;
}

ul.prod-tab {
	padding: 5px;
	border-radius: 10px;
	background-color: #fff;
	box-shadow: 0 1px 5px rgba(195, 195, 195, 0.65);
}

ul.prod-tab > li {
	height: 48px;
	display: inline-block;
	font-size: 17px;
	position: relative;
	line-height: 48px;
}

ul.prod-tab > li:last-child {
	padding-right: 0;
}

ul.prod-tab > li > a {
	color: #3c3c3c;
	position: relative;
	display: block;
	padding: 0 40px;
	z-index: 10;
}

ul.prod-tab > li > a:hover,
ul.prod-tab > li.current > a,
ul.prod-tab > li:hover > a {/* 滑鼠移入次選單上層按鈕保持變色*/
	color: #fff;
	font-weight: bold;
}

ul.prod-tab > li > a::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 48px;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -24px;
	border-radius: 8px;
	background-color: #8ebd20;
	opacity: 0;
	transition: all .4s ease-out;
	z-index: -1;
}

ul.prod-tab > li > a:hover::after {
	width: 100%;
	opacity: 1;
}

ul.prod-tab > li:hover > a::after,
ul.prod-tab > li.current > a::after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	left: 0;
	opacity: 1;
	bottom: 50%;
	background-color: #8ebd20;
}


.heading {
    font-size: 22px;
	color: #222;
	font-weight: bold;
    margin: 60px 0 20px;
}

.specBox {
	font-size: 15px;
	padding: 35px 10px 0 10px;
	line-height: 30px;
	position: relative;
}

.specBox ul,
.specBox ol {
	padding-left: 18px;
}

.specBox ul li {
	list-style-type: disc;
}

.specBox ol li {
	list-style-type: decimal;
}

.subheading {
    font-size: 18px;
	color: #275ac5;
	font-weight: bold;
}

.table-responsive {
	margin: 10px 0 0;
}


/*規格表樣式*/
.specTable {
	/*border: 1px solid #bec9cf;*/
}

.specTable th,
.specTable td {
    border: 1px solid #fff;
	line-height: 24px;
	vertical-align: middle;
}

.specTable th {
	font-size: 15px;
	color: #fff;
	padding: 7px 8px;
	border-bottom: none;
	background-color: #376bd7;
	text-align: center;
}

.specTable td {
	font-size: 15px;
	color: #222;
	padding: 8px;
	text-align: center; 
	background-color: #cbdefc;
}

.specTable tr:nth-child(2n) > td {
	background-color: #e1edfe;
}

a.backBtn {
	width: 120px;
	float: right;
	display: block;
	font-size: 14px;
	color: #fff;
	padding: 7px 0;
	margin-top: 35px;
	background: #333;
	text-align: center;
}

a:hover.backBtn {
	background: #8ebd20;
}





@media (max-width: 1199px){

/*----- 產品詳細頁 -----*/
.productName {
	font-size: 24px; 
}



}



@media (max-width: 991px){

/*----- 產品詳細頁 -----*/


	
}


@media (max-width: 767px){

/*----- 產品列表 -----*/



/*----- 產品詳細頁 -----*/
.specBox {
	padding-left: 3px;
	padding-right: 3px;
}

.table-responsive {
	margin-bottom: -5px;
}


}


@media (max-width: 575px){

/*----- 產品列表 -----*/
ul.prodList {
	margin-bottom: -50px;
}

ul.prodList .row {
    margin-left: -8px;
    margin-right: -8px;
}

ul.prodList li.col-6 {
	padding-left: 8px;
	padding-right: 8px;
}

ul.prodList li {
	margin-bottom: 50px;
}



/*----- 產品詳細頁 -----*/
.mainBox {
	margin-top: 38px; 
}

.leftBox {
	float: none;
	width: 100%;
}

.rightBox {
	float: none;
	width: 100%;
	padding-top: 30px;
	clear: both;
}

a.inquiryBtn {
	width: 100%;
	padding: 10px 0;
}

ul.prod-tab > li {
	height: 40px;
	font-size: 16px;
	line-height: 40px;
}

ul.prod-tab > li > a {
	padding: 0 23px;
}

ul.prod-tab > li > a::after {
	height: 40px;
	margin-top: -20px;
}

.heading {
    margin-top: 50px;
}



}


@media (max-width: 479px){

/*----- 產品列表 -----*/


}


