.jssorb05 {
    position: absolute;
    bottom: 20px; }
.jssorb05 div:before{
    font-family: "FontAwesome5";
    font-weight: 900;
    content: "\f111";
    font-size: 12px;
    color: #fff; }
.jssorb05 div,
.jssorb05 .av {
    position: absolute;
    width: 12px;
    height: 12px;
    cursor: pointer;
    text-align: center;
    line-height: 12px; }
.jssorb05 div,
.jssora22l,
.jssora22r{
    opacity: 0.5;
    transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease; }
.jssorb05 div:hover,
.jssorb05 .av,
.jssora22l:hover,
.jssora22r:hover{
    opacity: 1; }
.jssora22l,
.jssora22r{
    position: absolute;
    top: 48%;
    width: 40px !important;
    height: 40px !important;
    cursor: pointer; }
.jssora22l{ left: 30px; }
.jssora22r{ right: 30px; }
.jssora22l:before,
.jssora22r:before {
    font-family: "FontAwesome5";
    font-weight: 900;
    content: "\f053";
    font-size: 26px;
    color: #fff;
    line-height: 40px; }
.jssora22r:before {
    content: "\f054";
    float: right; }

.bannershome-description{
    position: absolute;
    width: 50%;
    left: 7%;
    bottom: 20%; }
.bannershome-description h1{
    font-family: var(--second-font);
    font-weight: var(--second-font-bold);
    font-size: 44px;
    margin: 0;
    line-height: 1;
    color: #fff; }
.bannershome-description h2{
    font-family: var(--second-font);
    font-weight: var(--second-font-normal);
    font-size: 28px;
    margin: 0 0 15px 0;
    line-height: 1;
    color: #fff; }
.bannershome-description p{
    margin: 25px 0 40px 0;
    font-size: 17px;
    line-height: 24px;
    color: #fff; }
.bannershome-description li{
    display: inline-block;
    margin-right: 15px; }
.bannershome-description li:last-child{ margin-right: 0; }
.bannershome-description li a{
    display: block;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 8px;
    background: #fff;
    color: var(--black-color);
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px; }
.bannershome-description li:last-child a{
    background: var(--primary-color);
    color: #fff; }
.bannershome-description li a:hover{
    background: var(--third-color);
    color: #fff; }

.bannershome-special{
    position: absolute;
    width: 640px;
    right: 5%;
    bottom: 13%; }
.bannershome-special h1{
    font-family: var(--second-font);
    font-weight: var(--second-font-bold);
    font-size: 30px;
    margin: 0 0 30px 0;
    line-height: 1;
    color: var(--gray-color); }
.bannershome-special h2{
    font-family: var(--second-font);
    font-weight: var(--second-font-normal);
    font-size: 24px;
    margin: 0 0 10px 0;
    line-height: 1;
    color: var(--gray-color); }
.bannershome-special p{ margin-bottom: 30px; }
.bannershome-special li{
    display: inline-block;
    margin-right: 15px; }
.bannershome-special li:last-child{ margin-right: 0; }
.bannershome-special li a{
    display: block;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 8px;
    background: #fff;
    color: var(--black-color);
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px; }
.bannershome-special li:last-child a{
    background: var(--primary-color);
    color: #fff; }
.bannershome-special li a:hover{
    background: var(--third-color);
    color: #fff; }

.bannershome-continue{
    position: absolute;
    width: 600px;
    right: 5%;
    bottom: 18%; }
.bannershome-continue h1{
    font-family: var(--second-font);
    font-weight: var(--second-font-bold);
    font-size: 30px;
    margin: 0 0 30px 0;
    line-height: 1;
    color: var(--gray-color); }
.bannershome-continue h2{
    font-family: var(--second-font);
    font-weight: var(--second-font-normal);
    font-size: 24px;
    margin: 0 0 10px 0;
    line-height: 1;
    color: var(--gray-color); }
.bannershome-continue p{
    font-size: 20px;
    line-height: 30px;
    color: var(--gray-color);
    margin-bottom: 30px; }
.bannershome-continue li{
    display: inline-block;
    margin-right: 15px; }
.bannershome-continue li:last-child{ margin-right: 0; }
.bannershome-continue li a{
    display: block;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 8px;
    background: #fff;
    color: var(--black-color);
    font-size: 16px;
    text-transform: capitalize;
    letter-spacing: 1px; }
.bannershome-continue li:last-child a{
    background: var(--primary-color);
    color: #fff; }
.bannershome-continue li a:hover{
    background: var(--third-color);
    color: #fff; }

@media (min-width: 1500px) {
    .jssorb05 div, .jssorb05 .av {
        width: 10px;
        height: 10px;
        line-height: 10px; }
    .jssorb05 div:before { font-size: 11px; }

    .bannershome-description {
        left: 10%;
        bottom: 25%; }
    .bannershome-description h2 {
        font-size: 24px;
        margin: 0 0 12px 0; }
    .bannershome-description h1 { font-size: 38px; }
    .bannershome-description p {
        margin: 20px 0 30px 0;
        font-size: 15px;
        line-height: 22px; }

    .bannershome-special{
        width: 550px;
        right: 8%;
        bottom: 17%; }
    .bannershome-special h1{ font-size: 26px; }
    .bannershome-special h2{ font-size: 20px; }
    .bannershome-special p img{
        max-width: 542px;
        height: auto; }

    .bannershome-continue{
        position: absolute;
        width: 520px;
        right: 8%;
        bottom: 20%; }
    .bannershome-continue h1{
        font-size: 26px;
        margin-bottom: 25px; }
    .bannershome-continue h2{ font-size: 20px; }
    .bannershome-continue p{
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 25px; }

    .bannershome-description li a,
    .bannershome-special li a,
    .bannershome-continue li a{
        line-height: 42px;
        padding: 0 20px;
        border-radius: 6px;
        font-size: 14px; }
}
