
/* 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-news-insight-keyvis-1 .keyvis-bg {
    background: url('../images/news-insight/keyvis-banner-news-xl.jpg') no-repeat center center;
    background-size: cover;
}

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

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

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

@media (min-width: 1441px) {
    #sec-news-insight-keyvis-1 .keyvis-bg {
        background: url('../images/news-insight/keyvis-banner-news-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 */

/* filter Start */
.form-news-insights-filter .row-form {
    justify-content: space-between;
}

.form-news-insights-filter .custom-select {
    min-width: 150px;
}
/* filter End */

@media (min-width: 1000px) {
    .keyvis-headline h1 {
        font-size: 48px;
        line-height: 58px;
    }
}

/* article Start */
.article-main-container {
}

.col-cust-article {
}

.article-card {

}

.article-container {
}

.article-header {
    margin-bottom: 30px;
}

.article-body {
    margin-bottom: 30px;
}

.article-wrapper {
    max-width: 690px;
}

.article-img {
    margin: 0px 0px 30px 0px;
    width: 100%;
    max-width: 690px;
}

.article-img img {
    margin: auto;
    width: 100%;
}

.article-title {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
}

.article-content {
    
}

.article-footer {

}
/* article End */

/* related Start */
.panel-related-article {
}

.related-article-list {
}

.related-article-item {
    margin-bottom: 50px;
}

.related-article-card {
}

.related-article {
}

.related-article-date {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 18px;
}

.related-article-title {
    margin-bottom: 20px;
}

.related-article-title .article-title {
    margin-bottom: 0px;
}

.related-article-cta {
    
}
/* related End */

/* share Start */
.panel-share {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;

    margin-bottom: 30px;
}

.lbl-share {
    margin-right: 5px;
}

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

.item-share {
    margin-left: 5px;
}

.ico-share {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    margin: auto;
    padding: 0px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #707070;
    color: #ffffff;
}

.ahref-share,
.ahref-share:hover {
    outline: none;
    border: none;
    text-decoration: none;
}

.ico-share:hover {
    background-color: #FFC860;
    color: #000000;
    outline: none;
    text-decoration: none;
}
/* share End */