﻿.bs-slider{position: relative;width: 100%;top:-10px;z-index: 1;}
.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%;
    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;
    height: 100%;}
.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;
}

.control-round .carousel-control {
    opacity: 0;
    width: 50px;height: 50px;top: 50%;margin-top: -25px;line-height: 45px;text-align: center;
    z-index: 100;
    color: #fff;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 50%;border-radius: 50%;}
.control-round:hover .carousel-control{opacity: 1;}
.control-round .carousel-control.left {left: 10px;}
.control-round .carousel-control.right {right: 10px;}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{color: #fdfdfd;background: rgba(0, 0, 0, 0.3);border: 0px transparent;}
.control-round .carousel-control.left>span:nth-child(1){left: 45%;}
.control-round .carousel-control.right>span:nth-child(1){right: 45%;}

.indicators-line > .carousel-indicators{
    left: 50%;margin-left: -25px; width: 50px; height: 50px;
    bottom:-10px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding:10px;
    white-space: nowrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:space-between;
    -moz-justify-content:space-between;
    -ms-justify-content:space-between;
    -o-justify-content:space-between;
    justify-content:space-between;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border: 1px solid rgba(255,255,255,1);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    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: 999;
    cursor:pointer;}
.indicators-line > .carousel-indicators li:last-child{ margin-right: 0;}
.indicators-line > .carousel-indicators .active{ background-color:rgba(255,255,255,1); position: relative;}

.slide_style_left {text-align: left !important;}
.slide_style_right {text-align: right !important;}
.slide_style_center {text-align: center !important;}
.slide-text {
    top: 33%;left:50%;width: 1200px;margin-left: -600px;
    height: auto;
    position: absolute;
    padding: 10px;}

.slide-text > h1 {
    display: block;
    padding: 0;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 40px;
    letter-spacing: 3px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    text-shadow: rgba(0,0,0,0.1) 5px 0 10px;
    -webdit-text-shadow: rgba(0,0,0,0.1) 5px 0 10px;}

.slide-text > p {
    padding: 0;
    color: rgba(255,255,255,0.9);
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 50px;
    font-weight: 300;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    margin-bottom: 40px;
}
.slide-text > a.btn-primary{
    position: relative;
    font-weight: 500;
    font-size: 22px;
    color: #666;
    width: 250px;
    line-height: 50px;
    padding:0px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #fff;
    border-radius:0px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;}
.slide-text > a.btn-primary i{display: inline-block;vertical-align: middle;font-size: 2.5rem;font-weight: 300;}
.slide-text > a:hover,
.slide-text > a:active {
    color: #333;
    background: #fff;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.pc{display: block!important;}
.mobile{display: none!important;}
@media screen and (min-width: 1200px) and (max-width: 1299px){
    .slide-text {top: 25%;width: 1100px;margin-left: -550px;}
    .slide-text h1 { font-size: 50px; }
    .slide-text > p { font-size: 22px;line-height: 30px;}
    .slide-text > a.btn-primary{width: 160px;line-height: 35px;font-size: 18px;}
    .slide-text > a.btn-primary i{ font-size: 18px;}
}
@media screen and (min-width: 1100px) and (max-width: 1199px){
    .slide-text {top: 25%;width: 1000px;margin-left: -500px;}
    .slide-text h1 {font-size: 50px;}
    .slide-text > p { font-size: 22px;line-height: 30px; }
    .slide-text > a.btn-primary{width: 150px;line-height: 35px;font-size: 18px;}
    .slide-text > a.btn-primary i{ font-size: 18px;}
}
@media screen and (min-width: 1000px) and (max-width: 1099px){
    .slide-text {top: 25%;width: 98%;margin-left: -49%;}
    .slide-text h1 {font-size: 40px;}
    .slide-text > p {font-size: 18px;line-height: 30px;}
    .slide-text > a.btn-primary{ width: 150px;line-height: 35px; font-size: 16px;}
    .slide-text > a.btn-primary i{ font-size: 16px;}
}
@media (max-width: 992px) {
    .pc{display: none!important;}
    .mobile{display:block!important;}
    .indicators-line > .carousel-indicators li{width: 12px;height: 12px;;}
    .control-round .carousel-control{display: none;}
    .slide-text {top: 20%;width: 96%;margin-left:-48%;}
    .slide-text > h1 {
        padding: 0;
        font-weight: 700;
        font-size: 3rem!important;
        line-height:3rem;
        margin-bottom: 20px;
        letter-spacing: 2px;
        font-family: Arial, "sans-serif";
    }
    .slide-text > p {
        padding: 0;
        font-size: 1.8rem;
        line-height: 2.5rem;
        font-weight: 400;
        margin-bottom: 20px;
        letter-spacing: 0;
        font-family: Arial, "sans-serif";
        width: 100%;
    }
    .slide-text > a.btn-primary{
        font-size: 1.8rem;
        line-height:2rem;
        padding: 10px;
    }
    .slide-text > a.btn-primary i{display: inline-block;vertical-align: middle;font-size: 1.6rem;}
}