.bs-slider{
    overflow: hidden;
    width: 100%;
    position: relative;
    background: #333;
    padding: 120px 0 0 0;
}
.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);
}
.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 {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #fff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{opacity: 1;}
.control-round .carousel-control.left {left: 1%;}
.control-round .carousel-control.right {right: 1%;}
.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%;}
.control-round .carousel-control.right>span:nth-child(1){ right: 45%;}
.indicators-line > .carousel-indicators{
    left: 50%;margin-left: -50px; width: 100px;height: 50px;
    bottom:0;
    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: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border: 1px solid #aaa;
    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:#2bb67d; position: relative;border: 1px solid #2bb67d;}
.slide_style_left {text-align: left !important;}
.slide_style_right {text-align: right !important;}
.slide_style_center {text-align: center !important;}
.slide-text {top: 25%;width: 1200px;left: 50%;margin-left: -600px;padding: 0;position: absolute;}
.slide-text > h2 {
    font-size: 45px;
    color: #fff;
    margin-bottom:60px;
    padding: 0;
    letter-spacing:5px;
    font-weight:600;
    display: block;
    text-transform: uppercase;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    font-family: "DINPro-Regular";
}
.slide-text > p {
    font-size: 22px;
    letter-spacing:1px;
    font-family: "Noto Sans SC";
    line-height: 36px;
    font-weight:400;
    margin-bottom:60px;
    color: rgba(255,255,255,1);
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    text-transform: uppercase;
}
.slide-text > a.btn-primary{
    color: #fff;
    cursor: pointer;
    font-weight: 500;
    font-family: "Noto Sans SC";
    font-size: 16px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    padding: 8px 50px;
    white-space: nowrap;
    letter-spacing: 1px;
    background-image: linear-gradient(125deg,#2bb67d,#c3fae8);
    box-shadow: 0 5px 15px rgba(12, 166, 120, 0.28);
    -webkit-box-shadow: 0 5px 15px rgba(12, 166, 120, 0.28);
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    -moz-transition: all 0.5s;
    -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:hover,
.slide-text > a:active {
    background-image: linear-gradient(125deg,#2bb67d,#c3fae8);
    -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 (max-width: 1200px) {
    .slide-text {top: 20%;padding: 0 40px;width:100%;left:0;margin-left:0;}
    .slide-text > h2 {
        padding: 0;
        font-weight: 800;
        font-size: 4rem;
        line-height:4.6rem;
        margin-bottom: 30px;
        letter-spacing: 2px;
    }
    .slide-text > p {
        padding: 0;
        font-size: 2.2rem;
        line-height: 3rem;
        font-weight: 600;
        margin-bottom: 30px;
        letter-spacing: 0;
    }
    .slide-text > a.btn-primary{
        font-size: 14px;
        line-height: 20px;
        padding: 8px 25px;
    }
}
@media (max-width: 992px) {
    .bs-slider{padding: 50px 0 0 0;}
    .pc{display: none!important;}
    .mobile{display:block!important;}
    .indicators-line > .carousel-indicators{left: 0;margin-left: 0;}
    .indicators-line > .carousel-indicators li{width: 12px;height: 12px;;}
    .slide_style_center {text-align: left!important;}
    .slide-text {top: 20%;padding: 0 20px;}
    .slide-text > h2 {
        padding: 0;
        font-weight:600;font-family: "Noto Sans SC";
        font-size: 2.5rem!important;
        line-height:3rem;
        margin-bottom:20px;
        letter-spacing: 0;
        text-align: left!important;
    }
    .slide-text > p {
        padding: 0;
        font-size: 1.6rem!important;
        line-height: 2.5rem;
        font-weight: 500;
        margin-bottom:40px;
        letter-spacing: 0;
        width: 100%;
        text-align: left!important;
    }
    .slide-text > a.btn-primary{
        font-size: 1.4rem;
        line-height:4rem;
        padding:0 20px;
    }
    .slide-text > a.btn-primary i{font-size: 1.2rem;}
}
