.sim-top-slider {
    .ms-layer{
        max-width: 640px;
        bottom: 150px !important;
        .meta {
            font-size: 20px;
            font-weight: 300;
            font-family: @font-text;
            span {
                position: relative;
                &+span {
                    margin-left: 15px;
                    padding-left: 25px;
                    &:before {
                        content: '';
                        width: 10px;
                        height: 10px;
                        border-radius: 50%;
                        background-color: @color-3;
                        position: absolute;
                        left: 0;
                        margin-top: 4px;
                    }
                }
            }
        }
        a{
            text-decoration: none;
            &:hover{
                text-decoration:none;
            }
        }
        h2 {
            font-size: 45px;
            color: #fff;
            font-weight: 300;
            line-height: 45px;
            text-transform: none;
            font-family: @font-title;
            span {
                background-color: @color-1;
                color: #fff;
                padding: 5px 15px;
                border-radius: 15px;
                position: relative;
                top: -9px;
            }
        }
        p {
            font-size: 24px;
            margin: 30px 0;
            font-family: @font-title;
        }
    }

    .ms-tabs {
        .ms-thumb-frame {
            background-color: #fff;
            text-shadow: none;
        }
        .ms-thumb {
            padding: 0;
        }
    }
    .ms-thumb {
        position: relative;
        text-align: right;
        .meta-overlay{
            position: absolute;
            top: 0;
            bottom:0;
            right: 0;
            left: 0;
        }
        .meta {
            background-color: #fff;
            padding: 15px 0;
            z-index: 900;
            position: relative;
            margin-bottom: 0;
            span{
                font-family: @font-title;
                font-size: 12px;
                font-weight: 600;
                .author{
                    color:#fff;
                    font-style: normal;
                    font-weight: normal;
                    text-transform: capitalize;
                }
            }
        }
        h4 {
            margin: 0;
            font-size: 20px;
            font-weight: 300;

        }
        p {
            padding: 10px 0;
        }
        &.meta_bottom{
            display: block;
            position: absolute;
            top:inherit;
            bottom:0;

        }
    }
    .thumb-meta {
        background-color: #fff;
        width: 220px;
        z-index: 800;
        position: absolute;
        left: 0;
        bottom: -1px;
    }

    .ms-tabs.ms-dir-v.ms-align-right .ms-thumb-ol {
        top: 12px;
        width: 0;
        z-index: 600;
        border: none;
    }

    &.news-slider-hover {
        .ms-thumb-list {
            width: 560px !important;
            right: 0;
            &.ms-dir-v {
                height: 70%;
                max-height: 600px;
                top: 50%;
                .translateY();
            }
            @media screen and (min-width: 1600px){
                right: 50% !important;
                margin-right: -720px;
            }
        }

        .ms-tabs.ms-dir-v .ms-thumb-frame {
            margin-left: 0;
        }
        .ms-thumb-frame {
            padding: 20px 0 45px 0;
            width: 100% !important;
            height: 120px !important;
            background-color: transparent;
            border: none;
            &.ms-thumb-frame-selected{
                background: fade(#202227,40%);
                border-radius: 10px;
            }
        }
        .thumb-meta {
            background-color: transparent;
            position: relative;
            width: auto;
            padding-right: 15%;
            .transition();
            &:hover{
                transform: translateX(10px);
            }
        }
        .ms-thumb .meta {
            background-color: transparent;
        }
        h4 {
            font-size: 20px;
            line-height: 35px;
            padding-top: 5px;
            font-family: @font-title;
            text-transform: none;
            .transition();
        }
        h4, .meta span, p {
            color: #fff;
        }

        p{
            line-height: 22px;
            padding-left: 120px;
            font-size: 14px;
            font-weight: 300;
            font-family: @font-text;
            margin-top: 0;
            &.meta_except{
                padding: 0;
                font-size: 17px;
                line-height: 27px;
                margin-bottom: 65px;
            }
        }

        .ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol {
            width: 100%;
            height: 2px;
            left: 0;
            top: auto;
            bottom: -2px;
        }
    }

    .ms-slide-bgcont{
        img{
            opacity: .6;
        }
    }

    @media screen and (min-width: 992px) and (max-width: 1199px){

        .ms-tabs.ms-dir-v.ms-align-right{
            height: 60%;
            margin-top: 15%;
            right: 60px !important;
        }

        .ms-layer{
            left: 60px !important;
            width: 60%;
        }
    }

    @media screen and (max-width: 991px){

        .ms-tabs.ms-dir-v.ms-align-right{
            display: none;
        }

        .ms-layer{
            position: relative !important;
            display: block;
            margin-left: 60px;
            margin-top: 180px !important;
        }

    }

    @media screen and (max-width: 767px){

        .ms-layer{
            margin-top: 130px !important;

            .meta{
                font-size: 14px;
            }

            h2{
                font-size: 40px;
            }

            p{
                font-size: 16px;
                margin-bottom: 20px;
            }

            & > div{

            }

            .circle-chart{
                display: none;
            }
        }
    }

    @media screen and (max-width: 599px){
        .ms-layer{
            & > div{
                display: none;
            }

            h2{
                font-size: 30px;
            }

            p{
                display: none;
            }
        }
    }

}
.ms-thumb-list{
    .ms-thumbs-cont{
        .ms-thumb-frame {
            &.ms-thumb-frame-selected{

            }
            .ms-thumb {
                &.meta_bottom{
                    position: absolute;
                    bottom:0;
                }    
            }
        }
    }
}