.carousel-inner {z-index: 1;}
.fade:not(.show) {opacity: 1} /* 20240516 修改原因與彈跳視窗有關  */
.bs-slider{
    overflow: hidden;
    /*max-height: 845px;*/
    position: relative;
    background: #fff;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.40);*/
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item > div.itv_0 {position: relative; z-index: 50;}



/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: auto; right: auto!important;
    opacity: 1;
    width: 45px;
    height: 45px;
    z-index: 99999;
    color: #ffffff;
    display: block;
    font-size: 14px; text-align: center!important;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: relative;
    font-weight: normal;
	display: none;
    /*background: rgba(0, 0, 0, 0.5);*/
/*    -webkit-border-radius: 100px;*/
/*    border-radius: 100px;*/
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%; /*display: none;*/
}
.control-round .carousel-control.right {
    right: 1%; /*display: none;*/
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    /*color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;*/
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%; font-size: 0;
}
.control-round .carousel-control.left>span:nth-child(1)::before {content: ""; position: absolute; left: 17px; top:15px;  width: 16px; height: 16px; border-width: 0 0 2px 2px;border-style: solid; border-color: #fff; transform: rotate(45deg); transition: all 0.25s ease 0s;}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%; font-size: 0;
}
/*.control-round .carousel-control.right>span:nth-child(1)::after {content: ""; position: absolute; right: 19px; top:17px;  width: 13px; height: 13px; border-width: 2px 2px 0 0;border-style: solid; border-color: #000; transform: rotate(45deg);}*/
.control-round .carousel-control.right>span:nth-child(1)::after {content: ""; position: absolute; right: 0; top:0; left: 0; bottom: 0; background: url("../../images/icon_01.png") no-repeat center; background-size: contain; transition: all 0.25s ease 0s;}
.control-round .carousel-control.right:hover>span:nth-child(1)::after {opacity: 0.5;}





/*---------- INDICATORS CONTROL ----------*/
.bootstrap-touch-link {position: absolute; bottom: 15px; left: 50%; transform: translateX(-50%); display: flex; flex-flow: row; z-index: 500; display: none;}
.bootstrap-touch-link > div {display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.indicators-line .carousel-indicators {
	position: relative;
    /*right: 31px;
	top: auto;*/
	left: auto;
	bottom: auto;
    width: auto;
    font-size: 0;
	display: flex; flex-direction: row; justify-content: flex-start; align-items: center; 
	z-index: 555;
    /*counter-reset:num;*/
	/*display: none;*/
    margin: 0; padding: 0 4.5px;
}
.indicators-line .carousel-indicators li {
    padding: 0;
    width: 14px;
  	height: 14px;
    text-indent: 0;
    /*overflow: hidden;*/
    text-align: center;
    position: relative;
    /*letter-spacing: 1px;*/
    background-color: #b7b7bc;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 555;
    cursor:pointer;
    color: #282828; font-size: 0; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; opacity: 1; margin: 11.5px 10.5px; border: 0;
}
/*
.indicators-line .carousel-indicators li:nth-child(1){
	background: #3f3f41;
}
.indicators-line .carousel-indicators li:nth-child(2){
	background: #74747a;
}
*/
.indicators-line .carousel-indicators li:hover{
	background: #005699;
}
.indicators-line .carousel-indicators li::before {
    /*counter-increment:num; content:counter(num);*/
}
/*.indicators-line .carousel-indicators li:last-child{
    margin-right: 0;
}*/
.indicators-line .carousel-indicators .active{
    /*box-shadow: 0 0 0 2px #fff;*/
/*    background-color: #3f3f41;*/
	color: #fff;
    background: #005699!important;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
  position: absolute;
  top: 25.5%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0px;
/*  text-align: left;*/
  z-index: 100;
}
.slide-text > div > h2 {
    color: #393d48;	font-size: 300%; line-height: 1.28;
    -webkit-animation-delay: 0.5s; animation-delay: 0.5s;
	-webkit-animation-duration:0.5s;animation-duration:0.5s;
	font-weight: bold;
	width: 51%;
}
.slide-text > div > p {
    color: #FFF; font-size: 180%; line-height: 1.28;
    -webkit-animation-delay: 0.7s; animation-delay: 0.7s;
	-webkit-animation-duration:0.5s;animation-duration:0.5s;
	padding: 0;
	margin: 0;
	letter-spacing: 3.3px;
	font-weight: bold;
	text-shadow: 0px 2px 4px rgba(9, 41, 4, 0.6);
	width: 51%;
}


/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 1600px) {
    .slide-text > div > h2 { font-size: 250%;}
}
@media (max-width: 1400px) {
	.slide-text > div > h2 { width: 53%; font-size: 200%;}
	.slide-text > div > p {	width: 53%;}
}
@media (max-width: 1200px) {
	.slide-text > div > h2 { width: 57%; font-size: 200%;}
	.slide-text > div > p {	width: 57%;}
}
@media (max-width: 992px) {
	.slide-text { top: 4%;}
	.slide-text > div > h2 { font-size: 250%; width: 67%;}
	.slide-text > div > p {	font-size: 150%; width: 67%;}
}
@media (max-width: 768px) {
	.slide-text > div > h2 { font-size: 180%; width: 65%;}
	.slide-text > div > p {	font-size: 118%; width: 65%; letter-spacing: 0;}
}
@media (max-width: 576px) {
	.slide-text { position: relative; top: auto; padding: 10px 0px 20px 0px; background: #aacd06;}
	.slide-text > div > h2 { font-size: 170%; width: 100%;}
	.slide-text > div > p {	font-size: 110%; width: 100%;}
}
@media (max-width: 430px) {
}
@media (max-width: 350px) {
	.slide-text > div > h2 { font-size: 24px;}
	.slide-text > div > p {	font-size: 18px;}
}