.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: #ffffff;
    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:-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: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border: 1px solid #fff;
    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:#fff; position: relative;border: 1px solid #fff;}

.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: 100%;left: 0;padding: 0 12%;position: absolute;}
.slide-text > h2 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 50px;
    padding: 0;
    letter-spacing:3px;
    font-weight:600;
    display: block;
    text-transform: uppercase;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    font-family: "Noto Sans SC";
}
.slide-text > p {
    font-size: 22px;
    line-height: 50px;
    font-weight: 500;
    margin-bottom: 50px;
    color: rgba(255,255,255,1);
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    text-transform: uppercase;
    font-family: "Noto Sans SC";
    letter-spacing: 1px;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-right: 10px;
    text-align: center;
    padding: 5px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -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{
    color: #fff;
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    padding: 5px 60px;
    border-radius: 4px;
    white-space: nowrap;
    letter-spacing: 1px;
    background:#ff8302;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -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:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #ff8302;
    -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;}
    .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: 500;font-family: "Noto Sans SC";
        font-size: 2.5rem!important;
        line-height:3rem;
        margin-bottom: 30px;
        letter-spacing: 1px;
        text-align: left!important;
    }
    .slide-text > p {
        padding: 0;
        font-size: 1.5rem!important;
        line-height: 2.3rem;
        font-weight: 400;
        margin-bottom: 30px;
        letter-spacing: 0;
        width: 100%;
        text-align: left!important;
    }
    .slide-text > a.btn-primary{
        font-size: 1.5rem;
        line-height:2rem;
        padding: 10px 30px;
    }

}