.slider ul{

    padding: 0;
}

.slider ul > * + *{
    margin-top: 10px;
}

.slider li{
    display: block;
}

.slider li a.active{
    font-weight: bold;
}

.slider{
    /* max-width: 1400px; */
    color: #fff;

    grid-template-columns: 30% 70%;
    position: relative;
    display: grid;
    width: 100%;
    margin: 20px 0 50px;
    padding:0;

    height: 100vh;

    overflow: hidden;
}
.slider .content_container{
    padding:35px 20px;
    overflow-y: scroll;
    background-color: #0e142c;
}
.slider .content_container p{
    color :#fff;
}
.slider .slides{
    overflow-y: auto;
    /* max-height: 500px; */
    scrollbar-width: none;
}

.slider .slides::-webkit-scrollbar{
    display: none;
}

.slider .slides .slide{
    min-height: calc(100% - 0px);
    background-color: #fcfcfc;
    display: flex;
    padding: 40px;
    color: #333;
    align-items: center;
}

.slider .slides .slide:nth-child(even){
    background-color: #0D2D52;
    color:#fff;
}
.slider .slides .slide:nth-child(even) .inner_content p, .slider .slides .slide:nth-child(even) .inner_content h3{
    color : #fff;
}

.slider .inner_content ul {
    padding-left: 30px;
}
.slider .inner_content li{
    list-style-type: disc;
    display: list-item;
}
.slider .inner_content .none-list {
    padding-left:0;
}
.slider .inner_content .none-list li{
    list-style-type:none ;
}
.slider .inner_content img{
    width:100%;
    height:auto;
    margin: 20px 0;
}
.slider h1{
    color:#fbde08;
    font-size: 2.5rem;
    font-weight: 500;
}
.slider h3{
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 30px;
}

.slide-green h3, .slide-green p{
    color: #fff;
}



.wrapper-rule .rule-left {
    background: #0e2f55;
}
#rule_slide {
    padding: 0 35px;
}
h2.head-rule{
    font-size: 2.5rem;
    line-height: 54px;
    margin-bottom: 1.5em;
    text-align: center;
}
h2.head-rule small{
    font-size: 0.65em;
    display: block;
    font-weight: 300;
}
/* Rule */
ul.rule_navigation{
    padding-left:0;
    padding: 20px 0 20px 10px;
    background: #0e2f55;
    border-radius: 3px;
}
ul.rule_navigation li{
    font-weight: 500;
    line-height: 34px;
    font-size: 18px;
    list-style-type: none;
}
ul.rule_navigation li a{
    color:#0e142c;

    color: #fff; 
    font-weight: 300;
}
ul.rule_navigation li:hover a{
    color:#0D2D52;
    color: #fbde08;
    /* font-weight: 400; */
    text-shadow: 0px 0px 0px #fbde08;
}
#rule_slide .slide{
    padding-top:50px;
    margin: 0 0 100px;
}
#rule_slide #rule_1.slide{
    padding-top:0;
}
#rule_slide .slide img{
    /* width: 100%; */
    /* width: auto; */
    height: auto;
    /* max-width: 100%; */
    border-radius: 0;
    display: block;
    margin: 0 auto;
    /* border: 15px solid #ebebeb; */
}
#rule_slide .slide img.none-border{
    border:0;
}
#rule_slide .slide h3{
    position:relative;
    margin-bottom: 20px;
    padding-left:20px;
    line-height: 40px;
    /* color: #fbde08; */
}
#rule_slide .slide h3:after{
    content:"";
    width: 10px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #fbde08;
    /* background: radial-gradient(ellipse at center, rgba(251, 222, 8, 1) 40%, rgb(204, 173, 60) 100%); */
    border-radius: 9px 3px 9px 3px;
}
#rule_slide .slide h4{
    line-height: 35px;
    font-weight: 500;
    font-size: 25px;
    margin: 8px 0 8px 0;
    position: relative;
}

#rule_slide .slide h4:before{
    content:"✦";
}
#rule_slide .slide h4:after{
    content:"✦";
}
.slide h5{
    line-height: 35px;
    font-weight: 500;
    font-size: 22px;
    margin: 8px 0 0 5px;
    position: relative;
}
.slide h5:before{
    content:"●";
    margin-right:3px;
    color: #b49731;
}
.slide h6{
    line-height: 35px;
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 0 20px;
    position: relative;
}
table.table-green{
    border: 2px solid #00A74A;
}
.table.table-green>:not(:last-child)>:last-child>*{
    background-color: #00A74A;
    color:#ffffff;
}
.table-green>:not(caption)>*>* {
    font-weight: 300;
    line-height: 34px;
}

.table.table-green tr.bg-green td {
    background-color: #34c23b;
    color:#ffffff;
}
table.width-95{
    width: 95%;
    margin: 0 auto;
}
p small{font-weight: 500;}


.btn-rule{display:none;}

.rule-left .dropdown-menu{
    display: block;
    border:0;
}
.btn-download{
    color: #051330;
    display: block;
    text-align: right;
    position: absolute;
    right: 15px;
    top: 10px;
    border-radius: 30px;
    width: 140px;
    padding: 0 10px;
}
.btn-download i{
    margin-right:5px;
}
/* iPad */
@media screen and (max-width: 1180px) and (min-width: 820px) {
    #rule_slide {
        padding: 0 15px;
    }
    #rule_slide .slide {
        margin: 0 0 20px;
    }
    #rule_slide .slide img {
        width: 100%;
    }

    ul.rule_navigation li {
        font-weight: 500;
        line-height: 34px;
        font-size: 18px;
        list-style-type: none;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 200px;
        color: #fff;
    }
    .btn-download{
        right: 15px;
        top: 65px;
    }

}


@media screen and (max-width: 991px) {
    
    #wrapper-rule{padding:0;}
    h2.head-rule {
        margin: 30px 0;
        font-size: 2rem;
        line-height: 2.5rem;
    }
    #rule_slide .slide h3 {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 20px;
        line-height: 30px;
    }
    #rule_slide {
        padding: 0 15px;
    }
    #rule_slide .slide {
        margin:0;
        padding-top:50px;
    }
    #rule_slide .slide img {
        width: 100%;
    }

    ul.rule_navigation{
        width: 100%;
    }
    .wrapper-rule .rule-left {
        background: #fff;
        border-radius: 8px 8px 8px 8px;
        margin-bottom: 30px;
    }
    .btn-rule{
        background: #0e2f55;
        font-size:20px;
        color: #fff;
        border: 0;
        padding: 15px 20px;
        width: 96%;
        margin: 0 auto;
        display: block;
        border-radius: 8px 8px 8px 8px;
    
    }
    .btn-rule:hover, .btn-rule:visited, .btn.show{
        color: #eee;
        background: #0e2f55;
    }
    .btn-rule:focus{
        box-shadow: none;
    }
    .rule-left .dropdown-menu {
        display: none;
    }
    .rule-left .dropdown-menu.show {
        display: block;
        width: 96%;
    }
    ul.rule_navigation li a{
        display: block;
    }
    .btn-download{
        position: relative;
        margin: 0 auto;
        top: 10px;
        right:auto;
    }
}