.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; bottom: 14%; left: 0; right: 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: 0;
    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;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    text-indent: 0;
    /*overflow: hidden;*/
    text-align: center;
    position: relative;
    /*letter-spacing: 1px;*/
    -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(255, 255, 255, .3); border: 2px solid #fff; font-size: 0; line-height: 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; opacity: 1; border: 0; transition: all 0.25s ease 0s;
}
.indicators-line .carousel-indicators li:hover { background: rgba(255, 255, 255, 1);}
.indicators-line .carousel-indicators .active { background: rgba(255, 255, 255, 1); transition: all 0.5s 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;
    left: 0;
    right: 0;
    top: 35%;
    z-index: 51;
}
.slide-text h2 {
  color: #fff; font-weight: 700; font-size: 300%; line-height: 1.5; width: 100%; max-width: 53%; text-shadow: 0 0 5px rgba(0, 0, 0, 0.4); -webkit-animation-delay: 0.5s; animation-delay: 0.5s; -webkit-animation-duration:0.5s;animation-duration:0.5s;
}
@keyframes banner_hand {
0%{transform:translate(0,-1px)}
50%{transform:translate(0,3px)}
100%{transform:translate(0,-1px)}
}
.banner_btn { display: flex; flex-flow: wrap; align-items: flex-start; margin-top: calc(20px + 1%); -webkit-animation-delay: 1s; animation-delay: 1s; -webkit-animation-duration:0.5s;animation-duration:0.5s;}
.banner_btn > div { position: relative; margin-right: calc(15px + 1%); z-index: 1;}
.banner_btn > div:last-child { margin-right: 0;}
.banner_btn > div a { display: inline-block; padding: 6px 20px; border-radius: 10px; color: #fff; background: #69b8d9; font-size: 140%; box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); font-weight: 500; transition: all 0.25s ease 0s;}
.banner_btn > div .hand { position: absolute; bottom: -25px; right: -15px; pointer-events: none; animation: banner_hand 1s infinite; filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.3)); z-index: 3;}
.banner_btn > div .hand img { width: 40px;}
.banner_btn > div a:hover { background: #ED6C00;}

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

@media (max-width: 1200px) {
	.slide-text { top: 10%;}
    .slide-text h2 { line-height: 1.4;}
    .bootstrap-touch-link { bottom: 5%;}
}
@media (max-width: 992px) {
    .slide-text { top: 5%;}
	.slide-text h2 { font-size: 262.5%;}
    .banner_btn > div a { font-size: 130%; padding: 6px 18px;}
    .banner_btn > div .hand img { width: 35px;}
}
@media (max-width: 768px) {
	.slide-text h2 { font-size: 225%; max-width: 70%;}
    .banner_btn > div a { font-size: 120%; padding: 6px 15px;}
}
@media (max-width: 576px) {
    .slide-text { top: 0;}
    .slide-text h2 { font-size: 180%; max-width: 100%; margin: 0; padding: 15px 0; text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); font-weight: 800;}
    .banner_btn { margin-top: 5px;}
    .banner_btn > div a { font-size: 110%; padding: 6px 13px;}
    .indicators-line .carousel-indicators li { width: 12px; height: 12px; margin: 0 8px;}
}
@media (max-width: 430px) {
	.slide-text h2 { font-size: 24px;}
    .banner_btn > div a { font-size: 16px; padding: 5px 12px;}
    .banner_btn > div .hand { bottom: -20px;}
    .banner_btn > div .hand img { width: 30px;}
    .indicators-line .carousel-indicators li { width: 10px; height: 10px; margin: 0 6px;}
}
@media (max-width: 350px) {
	.slide-text h2 { font-size: 20px;}
    .banner_btn { margin-top: 0;}
    .banner_btn > div a { font-size: 14px; padding: 5px 10px; border-radius: 5px;}
}
