@charset "utf-8";
.khmrs-wrap {
    overflow: hidden;
    padding: 0px 0px 60px 0px;
    position: relative;
}
.khmrs-wrap > .khmr-slider {
    display: block !important;
    margin-left: 0px;
}
.khmrs-wrap > .khmr-slider > .khmrs-item {
    float: left;
    clear: none;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.khmrs-nav {
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  	-ms-flex-wrap: nowrap;
  	flex-wrap: nowrap;
    margin-top: 25px;
    width: calc(100% - 100px);
    position: absolute;
    bottom: 15px;
}
.khmrs-nav__items {
    padding: 8px 0px; 
    margin: 5px;
    cursor: pointer;
    width: 100%;
}
.khmrsni-icon {
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 100px;
    background-color: #f0f0f0;
}
.khmrs-nav__items.active > .khmrsni-icon {
    background-color: #719430;
}
[id^="khmrs-"] {
    position: relative;
}
[id^="khmrs-"] .khmrs-next,
[id^="khmrs-"] .khmrs-prev {
    display: block;
    height: 40px;
    width: 40px;
    position: absolute;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 10px;
    background-color: #f7f7f7;
    border: 1px solid #719430;
    border-radius: 100%;
    cursor: pointer;
}
[id^="khmrs-"] .khmrs-prev {
    right: 45px;
}
[id^="khmrs-"] .khmrs-prev > div,
[id^="khmrs-"] .khmrs-next > div {
    position: relative;
    height: 100%;
    width: 100%;
}
[id^="khmrs-"] .khmrs-prev .khmrsn-icon,
[id^="khmrs-"] .khmrs-next .khmrsn-icon {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}
[id^="khmrs-"] .khmrs-prev .khmrsp-icon:before,
[id^="khmrs-"] .khmrs-next .khmrsn-icon:before {
    position: absolute;
    font-family: "entypo-fontello";
    content: "\e87d";
    left: calc(50% + 1px);
    top: 50%;
    transform: translate(-50%,-50%);
    color: #719430;
}
[id^="khmrs-"] .khmrs-prev .khmrsp-icon:before {
    content: "\e87c";
    left: calc(50% - 1px);
    top: 50%;
}
[id^="khmrs-"] .khmrs-next.active,
[id^="khmrs-"] .khmrs-prev.active {
    background-color: #719430;
}
[id^="khmrs-"] .khmrs-prev.active .khmrsp-icon:before,
[id^="khmrs-"] .khmrs-next.active .khmrsn-icon:before {
    color: white;
}
.khmrsni-icon,
[id^="khmrs-"] .khmrs-next,
[id^="khmrs-"] .khmrs-prev,
[id^="khmrs-"] .khmrs-prev .khmrsp-icon:before,
[id^="khmrs-"] .khmrs-next .khmrsn-icon:before {
    transition: all 0.2s ease-in-out;
}