
/* keyvis Start */
.keyvis-banner-container {

}

.section-keyvis-cust {
    padding-top: 0px;
    height: 300px;
    background-color: #333333;
}

@media (max-width: 640px) {
    .section-keyvis-cust {
        height: 200px;
    }
}

@media (max-width: 1279px) {
    .section-keyvis-cust {
        padding-top: 0px;
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    .section-keyvis-cust {
        height: 200px;
    }
}

@media (min-width: 821px) and (max-width: 1440px) {
    .section-keyvis-cust {
        height: 300px;
    }
}

/* keyvis 1 Start */
#sec-list-of-fund-keyvis-1 .keyvis-bg {
    background: url('../images/product-service/list-of-fund/keyvis-banner-xl.jpg') no-repeat center center;
    background-size: cover;
}

@media (max-width: 640px) {
    #sec-list-of-fund-keyvis-1 .keyvis-bg {
        background: url('../images/product-service/list-of-fund/keyvis-banner-xs.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 641px) and (max-width: 820px) {
    #sec-list-of-fund-keyvis-1 .keyvis-bg {
        background: url('../images/product-service/list-of-fund/keyvis-banner-sm.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 821px) and (max-width: 1440px) {
    #sec-list-of-fund-keyvis-1 .keyvis-bg {
        background: url('../images/product-service/list-of-fund/keyvis-banner-lg.jpg') no-repeat center center;
        background-size: cover;
    }
}

@media (min-width: 1441px) {
    #sec-list-of-fund-keyvis-1 .keyvis-bg {
        background: url('../images/product-service/list-of-fund/keyvis-banner-xl.jpg') no-repeat center center;
        background-size: cover;
    }
}
/* keyvis 1 End */

/* slick Start */
#slider-keyvis-banner.slick-container-custom .slick-dots {
    position: absolute;
    bottom: 20px;
}
/* slick End */

/* keyvis End */

/* fund filter Start */
.section.section-fund-filter {
    margin-top: -50px;
    padding-top: 0px;
}

.form-fund-filter .row-form {
    justify-content: space-around;
    align-items: end;
    margin-left: 0px;
    margin-right: 0px;
}

.form-fund-filter {
    position: relative;
    padding: 30px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}

.col-cust-filter {

}

.panel-search {
    margin-top: 30px;
}

.search-list {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}

.search-item {
    
}

.btn-search-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    margin: 0px 10px 10px 0px;
    padding: 10px 20px;
    border-radius: 20px;
    background-color: #FFF9EC;
}

.search-item-txt {
    margin-right: 10px;
}

.search-item-close {

}

#col-cust-filter-1 {
    max-width: 30%;
}

#col-cust-filter-2 {
    max-width: 22%;
}

#col-cust-filter-3 {
    max-width: 25%;
}

@media (max-width: 640px) {
    .section.section-fund-filter {
        margin-top: 30px;
    }

    .col-cust-filter {
        flex: 100%;
        margin: 0px 0px;
    }

    #col-cust-filter-1,
    #col-cust-filter-2,
    #col-cust-filter-3 {
        max-width: 100%;
    }
}

@media (max-width: 820px) {
    
}

@media (min-width: 641px) and (max-width: 820px) {
    .section.section-fund-filter {
        margin-top: 40px;
    }

    .col-cust-filter {
        flex: 45%;
        margin: 0px 10px;
    }

    #col-cust-filter-1,
    #col-cust-filter-2,
    #col-cust-filter-3 {
        max-width: 48%;
    }
}
/* fund filter End */
