#mainpageslider {
    position: relative;
    width: 1920px;
    height:650px;
    overflow: hidden;
}

#mainpageslider > div,
#mainpageslider > div > div {
    height: 100%;
}

#mainpageslider .jssora21l,
#mainpageslider .jssora21r {
    display: block;
    position: absolute;
    width: 60px;
    height: 90px;
    cursor: pointer;
    background: url(../img/a21.png) center center no-repeat;
    overflow: hidden;
    top: 50%;
    margin-top: -22px;
}

#mainpageslider .jssora21l {
    background-position: 0 0;
    left: 0;
}

#mainpageslider .jssora21r {
    background-position: -63px 0;
    right: 0;
}

#mainpageslider .jssorb21 {
    position: absolute;
}

#mainpageslider .jssorb21 div,
#mainpageslider .jssorb21 div:hover,
#mainpageslider .jssorb21 .av {
    position: absolute;
    /*width: 19px;*/
    width: 28px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: white;
    font-size: 12px;
    background: url(../img/b21.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}

#mainpageslider .jssorb21 div {
    background-position: -5px -5px;
}

#mainpageslider .jssorb21 div:hover,
#mainpageslider .jssorb21 .av:hover {
   background-position: -48px -5px;
}

#mainpageslider .jssorb21 .av {
    /*background-position: -65px -5px;*/
    background-position: -48px -5px;
}

#mainpageslider .jssorb21 .dn,
#mainpageslider .jssorb21 .dn:hover {
    background-position: -95px -5px;
}

#mainpageslider .title_caption_text {
    position: absolute;
    top: 250px;
    left: 800px;
    height: 60px;
    background: #10b7af;
    font-size: 45px;
    color: #ffffff;
    line-height: 60px;
    text-align: left;
    text-transform: uppercase;
    padding: 0 30px;
}

#mainpageslider .title_caption_text:after {
    border-top: 60px solid #10b7af;
    border-right: 30px solid transparent;
    content: "";
    right: -30px;
    position: absolute;
    top: 0;
}

#mainpageslider .title_caption_text:before {
    border-bottom: 60px solid #10b7af;
    border-left: 30px solid transparent;
    content: "";
    left: -30px;
    position: absolute;
    top: 0;
}
#mainpageslider div div div:nth-child(2) div:nth-child(2) a{
    display:inline !important;
    color: #fff;
    /*font-weight: 600;*/
}
.banner_background_container{
    position: absolute;
    display: inline-block;
    top: 180px;
    width: 100%;
}
.banner_background{
    position: relative;
    margin: 0 auto;
    color: #fff;
    border-radius: 8px;
    width: 1300px;
    background-color: rgba(0,0,0,0.3);
    height: auto !important;
}
.banner_title{
    font-family: Poppins;
    font-weight: 700;
    text-align: center;
    font-size: 50px;
    padding: 5px;
    margin: 0;
}
.banner_subtitle{
    font-family: Crimson Text;
    font-style: italic;
    margin: 0;
    padding: 5px;
    text-align: center;
}
