.fws2 {
    position: relative;
    width:100%;
    overflow: hidden; height:500px 
}

.fws2 .slider_container {
}

.fws2 .slide {
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index: 0;
    width:100%; height:500px 
}

.fws2 .slide img {
    width:100%;
    height: auto;
    float:left;
}

.fws2 .slidePrev {
    background:#000;
    width:50px;
    height:50px;
    position: absolute;
    top:45% !important;
    left:-50px;
    opacity:0.5;
    z-index: 10; padding:10px 0 0 11px
}

.fws2 .slidePrev i {
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 32px;
    color:#FFF;
    line-height: 1.7;
    text-align: center;
}

.fws2 .slideNext {
    background:#000;
    width:50px;
    height:50px;
    position: absolute;
    top:45% !important;
    right:-50px;
    opacity:0.5;
    z-index: 10; padding:10px 0 0 18px
}

.fws2 .slideNext i {
    width:50px;
    height:50px;
    float:left;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    font-size: 32px;
    color:#FFF;
    line-height: 1.7;
    text-align: center;
}

.fws2 .timers {
    height:4px;
    position: absolute;
    bottom:30px;
    right:0;
    z-index: 3; width:265px !important; display:none
}

.fws2 .timer {
    height:4px;
    width:40px;
    background-color: #000;
    float:left;
    margin-right: 10px;
}

.fws2 .progress {
    height:4px;
    width:0%;
    background-color: #f7cd05;
    float:left;
}

.fws2 .bullets {
    position: absolute;
    bottom:-50px;
    z-index: 3;
    width:100%;
    text-align: center; 
}

.fws2 .bullet {
    display: inline-table;
    cursor: pointer;
    padding:0 2px;
}

.fws2 .bullet i {
    color:#fff;
    font-size: 13px;
    line-height: 1;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}

.fws2 .bullet.active i, .fws2 .bullet:hover i {
    color:#f2f2f2;
}


.fws2 .slide_content {
    top:160px;
    left:90px;
    position: absolute;
    width:100%;
    height:100%;
}

.fws2 .slide_content_wrap { /* Slider Text Content Container Style */
    max-width:1280px;
    position: absolute;
    left:0;
    top:0;
    display: none;
}

.fws2 .title {  /* Slider Title Style */
    opacity: 0;
    color:#333;     
    font-size:40px; font-family:'Jost', sans-serif;
    float:left;
    font-weight: 600; margin-bottom:10px
}
.description::before {
    content: '';
    height: .1rem;
    width: 2rem;
    margin-right: .7rem;
    background: #fff;
}
.description {
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    align-items: center;
    font-weight: 600;
    width: 100%; margin-left:-8px;
    color: #fff; font-family:'Jost', sans-serif;

}
.fws2 .description { /* Slider Description Style */
    opacity: 0;
    color:#333;
    font-size:17px; margin-top:5px;
    clear:both;
    float:left;
    line-height:24px;
    font-style: normal;
    font-weight: 400;
}

.fws2 .readmore { /* Slider Read More button Style */
    opacity: 0;
    clear:both;
    float:left;
    text-transform:uppercase;
    font-size:15px;
    color:#fff;
    background:#cc190c;
    padding:5px 20px;
    text-decoration: none;
    margin-top:15px;
    font-family:'Jost', sans-serif;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}
.fws2 .readmore a{color:#fff}
.fws2 .readmore:hover {
    color:#fff; background:#333
}


