.extend-kv .carousel-indicators .active {
	background-color: #E70111;
	border-color: #E70111;
}

.extend-kv .carousel-control .glyphicon{
	color: #E70111;
}

/*按鈕區塊*/
.spec_icon_block {
	background-color: #E70111;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.spec_icon_block .spec_item {
	text-align: center;
	cursor: pointer;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 80px;
	padding-left: 0;
	padding-right: 0;
}
.spec_icon_block .spec_item:hover,
.spec_icon_block .spec_item:active,
.spec_icon_block .spec_item:focus {
	background-color: #434343;
}

.spec_icon_block .spec_item img {
	max-height: 80px;
	width: auto;
	height: 80px;
	display: block;
	margin-right: auto;
	margin-left: auto; 
}
@media (min-width: 480px) and (max-width: 767px) {
	.spec_icon_block .six-layout-type .spec_item:nth-of-type(1) {
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}
	.spec_icon_block .six-layout-type .spec_item:nth-of-type(2) {
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}
	.spec_icon_block .six-layout-type .spec_item:nth-of-type(3) {
		border-bottom: 1px solid #FFF;
	}
	.spec_icon_block .six-layout-type .spec_item:nth-of-type(4) {
		border-right: 1px solid #FFF;
	}
	.spec_icon_block .six-layout-type .spec_item:nth-of-type(5) {
		border-right: 1px solid #FFF;
	}
}
@media (max-width: 479px) {
	.spec_icon_block .four-layout-type .spec_item:nth-of-type(1) {
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}
	.spec_icon_block .four-layout-type .spec_item:nth-of-type(2) {
		border-bottom: 1px solid #FFF;
	}
	.spec_icon_block .four-layout-type .spec_item:nth-of-type(3) {
		border-right: 1px solid #FFF;
	}


	.spec_icon_block .six-layout-type .spec_item:nth-of-type(1) {
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}
	.spec_icon_block .six-layout-type .spec_item:nth-of-type(2) {
		border-bottom: 1px solid #FFF;
	}
	.spec_icon_block .six-layout-type .spec_item:nth-of-type(3) {
		border-right: 1px solid #FFF;
		border-bottom: 1px solid #FFF;
	}
	.spec_icon_block .six-layout-type .spec_item:nth-of-type(4) {
		border-bottom: 1px solid #FFF;
	}
	.spec_icon_block .six-layout-type .spec_item:nth-of-type(5) {
		border-right: 1px solid #FFF;
	}
}



/*full-img-block */
.full-img-box {
	background-color: #000;
}
.full-img-block .title h3 {
	color: #ff0014;
	margin-top: 0px;
}
.full-img-block .title h4 {
	color: #ff0014;
	margin-top: 0px;
}
.full-img-block .title h5 {
	color: #eceff1;
	margin-top: 0px;
}
@media (min-width: 1440px) {
	.full-img-block {
		position: relative;
	}
	.full-img-block .title {
		position: absolute;
		bottom: 10%;
		width: 490px;
		max-width: 490px;
		left: 3%;
	}
	.full-img-block .title h3 {
		font-size: 4.8em;
		margin-bottom: 1px;
	}
	.full-img-block .title h4 {
		font-size: 3.8em;
		font-weight: normal;
		margin-bottom: 7px;
	}
	.full-img-block .title h5 {
		font-size: 1.6em;
		font-weight: normal;
	}
}
@media (min-width: 992px) and (max-width: 1439px) {
	.full-img-block {
		position: relative;
	}
	.full-img-block .title {
		position: absolute;
		bottom: 10%;
		width: 390px;
		max-width: 390px;
		left: 0%;
	}
	.full-img-block .title h3 {
		font-size: 3.8em;
		margin-bottom: 1px;
	}
	.full-img-block .title h4 {
		font-size: 2.8em;
		font-weight: normal;
		margin-bottom: 7px;
	}
	.full-img-block .title h5 {
		font-size: 1.2em;
		font-weight: normal;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.full-img-block {
		position: relative;
	}
	.full-img-block .title {
		position: absolute;
		bottom: 10%;
		width: 315px;
		max-width: 315px;
		left: 0%;
	}
	.full-img-block .title h3 {
		font-size: 3em;
		margin-bottom: 1px;
	}
	.full-img-block .title h4 {
		font-size: 2em;
		font-weight: normal;
		margin-bottom: 7px;
	}
	.full-img-block .title h5 {
		font-size: 1em;
		font-weight: normal;
	}
}
@media (max-width: 767px) {
	.full-img-block .title {
		display: block;
		width: 100%;
		background-color: #000000;
		padding-top: 25px;
		padding-bottom: 25px;
		padding-left: 15px;
    	padding-right: 15px;
	}
	.full-img-block .title h3 {
		margin-bottom: 1px;
	}
	.full-img-block .title h4 {
		font-size: 1.11em;
		font-weight: normal;
		margin-bottom: 7px;
	}
	.full-img-block .title h5 {
		font-size: 1em;
		font-weight: normal;
	}
}



/*four block*/

.four_box_area {
	background-color: #707070;
}
.four_box_area .img_box{
	position: relative;
	width: 100%;
	/*height: 100%;*/
	overflow: hidden;
}
.four_box_area .img_box .img_mask{
	display: none;
}
.four_box_area .img_box .img_mask .plus{
	height: 47px;
}
.four_box_area .img_box .img_mask .word{
	font-size: 2em;
	color: #FFF;
}

.icon-plus {
  /*background-color: #FFF;*/
  /*border-radius: 8px;*/
  /* -webkit-border-radius:8px; */
  /* -moz-border-radius:8px; */
  /*width: 16px;*/
  /*height: 16px;*/
  position: relative;
  top: 0;
  left: 0;
}

.icon-plus:after {
  background-color: #FFF;
  width: 47px;
  height: 2px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  position: absolute;
  top: 23px;
  left: -22px;
  content: "";
}

.icon-plus:before {
  background-color: #FFF;
  width: 2px;
  height: 47px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
}
@media (min-width: 1440px) {
	.four_box_area .four_box_item {
		padding-left: 3px;
		padding-right: 3px;
	}
	.four_box_area {
		padding-top: 97px;
		padding-bottom: 115px;
	}
	.four_box_area h1 {
		font-size: 3.3em;
		color: #FFF;
		margin-bottom: 73px;
	}

	.four_box_area .img_box:hover .img_mask {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(231,1,17, 0.75);
		overflow: hidden;
		display: block;
	}

	.four_box_area .img_box:hover .img_mask .link_box{
		margin-top: 71px;
	}

	.four_box_area .list_block .sub_title{
		font-size: 1.65em;
	    margin-top: 32px;
	    color: #FFF;
	    font-weight: normal;
	    margin-bottom: 32px;
	    max-height: 50px;
	    overflow: hidden;
	}
	.four_box_area .list_block .content{
		font-size: 1.24em;
		color: #FFF;
		font-weight: normal;
		max-height: 75px;
	    overflow: hidden;	
	}
}
@media (min-width: 992px) and (max-width: 1439px)  {
	.four_box_area .four_box_item {
		padding-left: 3px;
		padding-right: 3px;
	}
	.four_box_area {
		padding-top: 75px;
		padding-bottom: 85px;
	}
	.four_box_area h1 {
		font-size: 3.3em;
		color: #FFF;
		margin-bottom: 45px;
	}
	.four_box_area .img_box:hover .img_mask {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(231,1,17, 0.5);
		overflow: hidden;
		display: block;
	}
	.four_box_area .img_box:hover .img_mask .link_box{
		margin-top: 37px;
	}

	.four_box_area .list_block .sub_title{
		font-size: 1.45em;
	    margin-top: 22px;
	    color: #FFF;
	    font-weight: normal;
	    margin-bottom: 24px;
	    max-height: 65px;
	    overflow: hidden;
	}
	.four_box_area .list_block .content{
		font-size: 1.14em;
		color: #FFF;
		font-weight: normal;
		max-height: 68px;
	    overflow: hidden;	
	}
}
@media (min-width: 768px) and (max-width: 991px)  {
	.four_box_area .four_box_item {
		padding-left: 3px;
		padding-right: 3px;
	}
	.four_box_area {
		padding-top: 35px;
		padding-bottom: 50px;
	}
	.four_box_area h1 {
		font-size: 3.3em;
		color: #FFF;
		margin-bottom: 73px;
	}
	.four_box_area .img_box:hover .img_mask {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(231,1,17, 0.5);
		overflow: hidden;
		display: block;
	}
	.four_box_area .img_box:hover .img_mask .link_box{
		margin-top: 10px;
	}

	.four_box_area .list_block .sub_title{
		font-size: 1.25em;
	    margin-top: 16px;
	    color: #FFF;
	    font-weight: normal;
	    margin-bottom: 20px;
	    max-height: 75px;
	    overflow: hidden;
	}
	.four_box_area .list_block .content{
		font-size: 1.04em;
		color: #FFF;
		font-weight: normal;
		max-height: 125px;
	    overflow: hidden;	
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.four_box_area {
		padding-top: 9px;
		padding-bottom: 3px;
	}
	.four_box_area h1 {
		font-size: 1.95em;
		color: #FFF;
		margin-bottom: 23px;
	}
	.four_box_area .img_box:hover .img_mask {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(231,1,17, 0.5);
		overflow: hidden;
		display: block;
	}
	.four_box_area .img_box:hover .img_mask .link_box{
		margin-top: 23%;
	}

	.four_box_area .list_block .sub_title{
		font-size: 1.53em;
	    margin-top: 12px;
	    color: #FFF;
	    font-weight: normal;
	    margin-bottom: 16px;
	    max-height: 90px;
	    overflow: hidden;
	}
	.four_box_area .list_block .content{
		font-size: 1.14em;
		color: #FFF;
		font-weight: normal;
		margin-bottom: 10px;
		margin-bottom: 32px;
		max-height: 132px;
	    overflow: hidden;	
	}
}
@media (min-width: 10px) and (max-width: 479px) {
	.four_box_area {
		padding-top: 9px;
		padding-bottom: 3px;
	}
	.four_box_area h1 {
		font-size: 1.95em;
		color: #FFF;
		margin-bottom: 23px;
	}
	.four_box_area .img_box:hover .img_mask {
		position: absolute;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(231,1,17, 0.5);
		overflow: hidden;
		display: block;
	}
	.four_box_area .img_box:hover .img_mask .link_box{
		margin-top: 20%;
	}

	.four_box_area .list_block .sub_title{
		font-size: 1.53em;
	    margin-top: 12px;
	    color: #FFF;
	    font-weight: normal;
	    margin-bottom: 16px;
	    max-height: 46px;
	    overflow: hidden;
	}
	.four_box_area .list_block .content{
		font-size: 1.14em;
		color: #FFF;
		font-weight: normal;
		margin-bottom: 10px;
		margin-bottom: 32px;
		max-height: 66px;
	    overflow: hidden;	
	}
}


/*product carousel block*/
.product_slider_box {
	background-color: #000;
}

.product_slider_box .bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 0 transparent;
	-webkit-box-shadow: 0 0 0 transparent;
	box-shadow: 0 0 0 transparent;
	border: 0px solid transparent;
	left: 0;
	background-color: transparent;
}
.product_slider_box .bx-wrapper .bx-viewport * {
	color: #FFF;
}
.product_slider_box .slider_control {
	background-color: #E40A16;
	width: 50px;
	height: 90px;
	position: absolute;
}
.product_slider_box .left {
	left: 15px;
}
.product_slider_box .right {
	right: 15px;
}
@media ( min-width: 768px ) {
	.product_slider_box .left {
		left: 0;
	}
	.product_slider_box .right {
		right: 0;
	}
}
.product_slider_box .product_name {
	line-height: 25px;
    font-size: 1.35em;
    font-weight: normal;
    max-height: 52px;
    overflow: hidden;
}

.product_slider_box .slider_control .control_item{
	height: 90px;
	line-height: 120px;
	text-align: center;
	cursor: pointer;
}
.product_slider_box .slider_control .fa {
	color: #FFF;
	font-size: 4em;
}
@media (min-width: 1440px) {
	.product_slider_box {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	.product_slider_box h1 {
		color: #e60012;
		font-size: 3.3em;
		margin-bottom: 73px;
	}
	.product_slider_box .slider_control {
		top: 15%;
	}	
	.product_slider_box .slide .img_product_block {
		max-height: 195px;
		overflow: hidden;
		height: 195px;
	}
}
@media (min-width: 992px) and (max-width: 1439px)  {
	.product_slider_box {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	.product_slider_box h1 {
		color: #e60012;
		font-size: 3.3em;
		margin-bottom: 73px;
	}
	.product_slider_box .slider_control {
		top: 20%;
	}
	.product_slider_box .slide .img_product_block {
		max-height: 195px;
		overflow: hidden;
		height: 195px;
	}	
}
@media (min-width: 768px) and (max-width: 991px)  {
	.product_slider_box {
		padding-top: 65px;
		padding-bottom: 60px;
	}
	.product_slider_box h1 {
		color: #e60012;
		font-size: 3.3em;
		margin-bottom: 73px;
	}
	.product_slider_box .slider_control {
		top: 25%;
	}
	.product_slider_box .slide .img_product_block {
		max-height: 195px;
		overflow: hidden;
		height: 195px;
	}	
}
@media (min-width: 480px) and (max-width: 767px) {
	.product_slider_box {
		padding-top: 21px;
		padding-bottom: 34px;
	}
	.product_slider_box h1 {
		color: #e60012;
		font-size: 1.95em;
		margin-bottom: 26px;
	}
	.product_slider_box .slider_control {
		top: 20%;
	}
	.product_slider_box .slide .img_product_block {
		max-height: 195px;
		overflow: hidden;
		height: 195px;
	}	
}
@media (min-width: 10px) and (max-width: 479px) {
	.product_slider_box {
		padding-top: 21px;
		padding-bottom: 34px;
	}
	.product_slider_box h1 {
		color: #e60012;
		font-size: 1.95em;
		margin-bottom: 26px;
	}
	.product_slider_box .slider_control {
		top: 20%;
	}
	.product_slider_box .slide .img_product_block {
		max-height: 195px;
		overflow: hidden;
		height: 195px;
	}	
}


/*more information*/
.more_infomation_box {
	background-color: #6C6C6C;
}
.more_infomation_box .more_info_item .img_more_block,
.more_infomation_box .more_info_item .thumbnail-center{
	height: 100%;
}
.more_infomation_box .thumbnail-center{
	width: 100%;
}
.more_infomation_box .content_block{
	background-color: #FFF;
	/*padding-top: 25px;*/
}
.more_infomation_box .content_block h3 {
	margin-top: 0px;
	color: #e60012;
}
@media (min-width: 1440px) {
	.more_infomation_box {
		padding-top: 85px;
		padding-bottom: 85px;
	}
	.more_infomation_box h1 {
		color: #FFF;
		font-size: 3.3em;
		margin-bottom: 73px;
	}
	.more_infomation_box .more_info_item{
		padding-left: 0px;
		padding-right: 0px;
	}
	.more_infomation_box .content_block {
		max-height: 276px;
		height: 276px;
		overflow: hidden;
		padding: 25px 24px 25px 40px;
	}
	.more_infomation_box .content_block .content_table_box{
		max-height: 190px;
	}
	.more_infomation_box .content_block .time {
		width: 22%;
		vertical-align: top;
		text-align: left;
		line-height: 25px;
		color: #9e9e9e;
	}
	.more_infomation_box .content_block .content {
		width: 78%;
		vertical-align: top;
		text-align: left;
		padding-bottom: 21px;
	}
	.more_infomation_box .content_block .content > a {
		line-height: 25px;
		font-size: 1.1em;
		display: block;
		max-height: 75px;
		overflow: hidden;
	} 
}
@media (min-width: 992px) and (max-width: 1439px)  {
	.more_infomation_box {
		padding-top: 65px;
		padding-bottom: 65px;
	}
	.more_infomation_box h1 {
		color: #FFF;
		font-size: 3.3em;
		margin-bottom: 73px;
	}
	.more_infomation_box .more_info_item{
		padding-left: 0px;
		padding-right: 0px;
	}
	.more_infomation_box .content_block {
		max-height: 191px;
		height: 191px;
		overflow: hidden;
		padding: 15px 15px 15px 31px;
	}
	.more_infomation_box .content_block .content_table_box{
		max-height: 120px;
	}
	.more_infomation_box .content_block .time {
		width: 100%;
		vertical-align: top;
		text-align: left;
		line-height: 25px;
		color: #9e9e9e;
		display: block;
	}
	.more_infomation_box .content_block .content {
		width: 100%;
		vertical-align: top;
		text-align: left;
		padding-bottom: 12px;
		display: block;
	}
	.more_infomation_box .content_block .content > a {
		line-height: 25px;
		font-size: 1.1em;
		display: block;
		max-height: 150px;
		overflow: hidden;
	} 
}
@media (min-width: 768px) and (max-width: 991px)  {
	.more_infomation_box {
		padding-top: 65px;
		padding-bottom: 60px;
	}
	.more_infomation_box h1 {
		color: #FFF;
		font-size: 3.3em;
		margin-bottom: 73px;
	}
	.more_infomation_box .more_info_item{
		padding-left: 0px;
		padding-right: 0px;
	}
	.more_infomation_box .more_info_item h3 {
		font-size: 1.4em;
	}
	.more_infomation_box .content_block {
		max-height: 149px;
		height: 149px;
		overflow: hidden;
		padding: 10px 10px 10px 24px;
	}
	.more_infomation_box .content_block .content_table_box{
		max-height: 90px;
	}
	.more_infomation_box .content_block .time {
		width: 100%;
		vertical-align: top;
		text-align: left;
		line-height: 25px;
		display: block;
		color: #9e9e9e;
	}
	.more_infomation_box .content_block .content {
		width: 100%;
		vertical-align: top;
		text-align: left;
		padding-bottom: 25px;
		display: block;
	}
	.more_infomation_box .content_block .content > a {
		line-height: 25px;
		font-size: 1.1em;
		display: block;
		max-height: 125px;
		overflow: hidden;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.more_infomation_box {
		padding-top: 21px;
		padding-bottom: 30px;
	}
	.more_infomation_box h1 {
		color: #FFF;
		font-size: 1.95em;
		margin-bottom: 26px;
	}

	.more_infomation_box .more_info_item h3 {
		font-size: 1.4em;
	}
	.more_infomation_box .content_block {
		max-height: 405px;
		height: 405px;
		overflow: hidden;
		padding: 17px 4px 17px 20px;
	}
	.more_infomation_box .content_block .content_table_box{
		max-height: 340px;
	}
	.more_infomation_box .content_block .time {
		width: 100%;
		vertical-align: top;
		text-align: left;
		line-height: 25px;
		display: block;
		color: #9e9e9e;
	}
	.more_infomation_box .content_block .content {
		width: 100%;
		vertical-align: top;
		text-align: left;
		padding-bottom: 25px;
		display: block;
	}
	.more_infomation_box .content_block .content > a {
		line-height: 25px;
		font-size: 1.1em;
		display: block;
		max-height: 125px;
		overflow: hidden;
	}
}
@media (min-width: 10px) and (max-width: 479px) {
	.more_infomation_box {
		padding-top: 21px;
		padding-bottom: 50px;
	}
	.more_infomation_box h1 {
		color: #FFF;
		font-size: 1.95em;
		margin-bottom: 26px;
	}

	.more_infomation_box .more_info_item h3 {
		font-size: 1.4em;
	}
	.more_infomation_box .content_block {
		max-height: 405px;
		height: 405px;
		overflow: hidden;
		padding: 17px 4px 17px 20px;
	}
	.more_infomation_box .content_block .content_table_box{
		max-height: 340px;
	}
	.more_infomation_box .content_block .time {
		width: 100%;
		vertical-align: top;
		text-align: left;
		line-height: 25px;
		display: block;
		color: #9e9e9e;
	}
	.more_infomation_box .content_block .content {
		width: 100%;
		vertical-align: top;
		text-align: left;
		padding-bottom: 25px;
		display: block;
	}
	.more_infomation_box .content_block .content > a {
		line-height: 25px;
		font-size: 1.1em;
		display: block;
		max-height: 125px;
		overflow: hidden;
	}
}
	