/* Keynote Speakers */
.nx-keynote-speaker-opt1{
    margin: 0;
    padding: 40px 0;
    background-size: cover;
    max-height: 685px;
    background-repeat: no-repeat;
    background-position: left center;
    overflow: hidden;
}
.nx-keynote-speaker-opt1 .slider-box{
    display: block;
    justify-content: right;
}
.nx-keynote-speaker-opt1 .slider-box .item {
    position: relative;
}
.nx-keynote-speaker-opt1 .slider-box .item:first-child {

}
.nx-keynote-speaker-opt1 .slider-box .item .speaker{
    text-align: right;
}
.nx-keynote-speaker-opt1 .slider-box .item .speaker .profile-img{
    display: inline-block;
    position: relative;
    width: 50%;
    text-align: left;
}
.nx-keynote-speaker-opt1 .slider-box .item .speaker .profile-img img {
    object-fit: fill;
    aspect-ratio: 1/1;
    width: 86%;
}
/*.speaker-list-option1 .speaker-list .speaker {
    width: 100% !important;
}*/
.nx-keynote-speaker-opt1 .slider-box .item .speaker .detail {
    position: absolute;
    bottom: 20px;
    left: -360px;
    background-color: #ffffff;
    padding: 40px 50px;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 30%);
    max-width: 400px;
    width: 100%;
    text-align: left;
}
.nx-keynote-speaker-opt1 .slider-box .item .speaker .detail .type {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--nx-primary-color);
    margin-bottom: 15px;
}
.nx-keynote-speaker-opt1 .slider-box .item .speaker .detail .name {
    font-weight: 600;
    font-size: 18px;
}
.nx-keynote-speaker-opt1 .slider-box .item .speaker .detail .desg {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.nx-keynote-speaker-opt1 .slider-box .item .speaker .detail .desc {
    font-size: 12px;
    font-weight: 400;
}

.nx-keynote-speaker-opt1 ul.slick-dots {
    padding-right: 15px;
    bottom: -18px;
    text-align: right;
}
.nx-keynote-speaker-opt1 ul.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    padding: 0;
}
.nx-keynote-speaker-opt1 ul.slick-dots li button {
    background: #999;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}
.nx-keynote-speaker-opt1 ul.slick-dots li.slick-active button {
    background-color: var(--nx-primary-color);
}
.nx-keynote-speaker-opt1 .slick-prev, 
.nx-keynote-speaker-opt1 .slick-next{
    display: none !important;
}
@media (max-width: 1100px){
    .nx-keynote-speaker-opt1 .slider-box .item .speaker .detail{
        padding: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .nx-keynote-speaker-opt1 .slider-box .item .speaker .detail{
        position: absolute;
        bottom: 20px;
        left: -335px;
        background-color: #ffffff;
        padding: 15px;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
        width: 450px;
        text-align: left;
    }
}
@media (max-width: 767px){
    .nx-keynote-speaker-opt1 .container{
        width: 100%;
        max-width: 100%;
    }
    .nx-keynote-speaker-opt1 .slider-box .item .speaker .profile-img{
        width: 100%;
    }
    .nx-keynote-speaker-opt1 .slider-box .item .speaker .profile-img img{
        width: 100%;
    }
    .nx-keynote-speaker-opt1 .slider-box .item{
        margin: 0 15px;
    }
    .nx-keynote-speaker-opt1 .slider-box .item .speaker .detail {
        position: relative;        
        background-color: #ffffff;
        padding: 15px;        
        max-width: 100%;
        width: 100%;
        top: auto;
        left: 0;
        bottom: 0;
        transform: translate(0, 0);
        opacity: 1;
        height: 140px;
    }
    .nx-keynote-speaker-opt1 .slider-box .item .speaker .detail .desc{
        display: none;
    }
    .nx-keynote-speaker-opt1 ul.slick-dots {
        text-align: center;
        bottom: -25px;
    }
}