.carousel-inner {z-index: 1;}
.fade:not(.show) {opacity: 1;}
.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 {
    position: absolute;
    top: auto;
    opacity: 1;
    width: 65px;
    height: 65px;
    z-index: 99999;
    color: #ffffff;
    display: block;
    font-size: 14px;
    text-align: center!important;
    cursor: pointer;
    overflow: hidden;
    line-height: 65px;
    text-shadow: none;
    font-weight: normal;
    background: #fff;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 0; /*display: none;*/
}
.control-round .carousel-control.right {
    right: 0; /*display: none;*/
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
   background: #d70c19;
}
.control-round .carousel-control.left:hover>span::before, .control-round .carousel-control.right:hover>span::after { filter: brightness(0) invert(1);}

.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; top: calc(50% - 10px); left: calc(50% - 10px); width: 20px; height: 20px; background: url("../../images/icon_prev_01.svg") no-repeat center / contain; 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; top: calc(50% - 10px); left: calc(50% - 10px); width: 20px; height: 20px; background: url("../../images/icon_next_01.svg") no-repeat center / contain; transition: all 0.25s ease 0s;}


/*---------- INDICATORS CONTROL ----------*/
.bootstrap-touch-link {position: absolute; top: 41.5%; left: 0; right: 0; bottom: 0; display: flex; flex-flow: row; z-index: 500;}
.bootstrap-touch-link > div {display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.indicators-line .carousel-indicators {
	position: absolute;
	left: 0;
	bottom: 32%;
    width: auto;
    font-size: 0;
	display: flex; flex-flow: row; justify-content: center; align-items: center; 
	z-index: 555;
    /*counter-reset:num;*/
	/*display: none;*/
    margin: 0;
}
.indicators-line .carousel-indicators li {
    padding: 0;
    width: 18px;
    height: 18px;
    text-indent: 0;
    /*overflow: hidden;*/
    text-align: center;
    position: relative;
    /*letter-spacing: 1px;*/
    background-color: rgb(189, 168, 127,.5);
    -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; background: rgba(53, 60, 114, 0.2); border: 2px solid #fff; font-size: 0; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; opacity: 1; margin: 5px; border: 0;  transition: all 0.25s ease 0s;
}

.indicators-line .carousel-indicators li span::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); border: 1px solid #fff; width: 70%; height: 70%; border-radius: 10px; transition: all 0.25s ease 0s;}

.indicators-line .carousel-indicators li { margin-right: 2px; margin-left: 2px; position: relative;}
.indicators-line .carousel-indicators li::after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); left: 30px; width: 0; height: 1px; background: #fff; transition: all 0.5s ease;}
.indicators-line .carousel-indicators .active { margin-right: 82px; transition: all 0.5s ease;}
.indicators-line .carousel-indicators .active::after { width: 60px;}
.indicators-line .carousel-indicators li:last-child::after { left: auto; right: 30px; width: 0;}
.indicators-line .carousel-indicators li:last-child.active { margin-right: 0; margin-left: 82px;}
.indicators-line .carousel-indicators li:last-child.active::after { left: auto; right: 30px; width: 60px;}
.indicators-line .carousel-indicators .active span::before { background: #d70c19; border-color:#d70c19;}
.indicators-line .carousel-indicators li:hover span::before{ background: #d70c19; border-color:#d70c19;}

/*---------- 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;
    left: 16.9%;
    bottom: 29%;
    z-index: 51;
}
.slide-text .text {
    position: relative;
    padding: 13.795%;
    max-width: 565px;
}
.slide-text .text::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 17.244%;
    height: 29.52%;
    background: /* url("../../images/banner_icon_01.png") */ no-repeat center / contain;
    z-index: -1;
}
.slide-text .text::after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 17.244%;
    height: 29.52%;
    background: /* url("../../images/banner_icon_02.png") */ no-repeat center / contain;
    z-index: -1;
}
.slide-text .text > h2 {
    color: #e9dbcc;	font-size: 312.5%; line-height: 1.2; font-weight: 500;
    -webkit-animation-delay: 0s; animation-delay: 0s;
	-webkit-animation-duration:1.25s;animation-duration:1.25s;
}
.slide-text .text > h2 > span {
    margin: 0 30px 0 0;
    letter-spacing: 3px;
}
.slide-text .text > h2 > span:last-child{
    margin: 0;
}
.slide-text .text > h3 {
    color: #e9dbcc;	font-size: 150%; line-height: 1.2; font-weight: 300; margin: 3% 0 0 0;
    -webkit-animation-delay: 0s; animation-delay: 0s;
	-webkit-animation-duration:1.25s;animation-duration:1.25s;
}
.slide-text .text > h3 > span {
  margin: 0 20px 0 0;
}
.slide-text .text > h3 > span:last-child{
    margin: 0;
}
.slide-text .text > p {
    color: #e9dbcc; line-height: 1.875; margin: 10% 0 0 0; letter-spacing: 0.3px; font-family: "Noto Sans TC", sans-serif;
    -webkit-animation-delay: 1s; animation-delay: 1s;
	-webkit-animation-duration:1.25s;animation-duration:1.25s;
}

.slide-text > a {
    margin: 0 0 0 14%; -webkit-animation-delay: 1.5s; animation-delay: 1.5s; -webkit-animation-duration:1.25s;animation-duration:1.25s;
    }
.slide-text > a:hover {
    background-color: #91755c;
    color: #fff;
}


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


@media (max-width: 576px) {
    .bootstrap-touch-link { top: 45%;}
    .indicators-line .carousel-indicators { bottom: 5%;}
    .control-round .carousel-control { width: 45px; height: 45px; display: none;}
    .control-round .carousel-control.left > span:nth-child(1)::before, .control-round .carousel-control.right > span:nth-child(1)::after { width: 15px; height: 15px; top: calc(50% - 7.5px); left: calc(50% - 7.5px);}
}
