﻿﻿body {
}

.card-setion1 {
    background-image: url(/metronic/themes/theme2/images/bg/banner1.png);
    background-size: cover;
}

.card-setion2 {
    background-image: url(/metronic/themes/theme2/images/bg/banner2.png);
    background-size: cover;
}

@media (min-width:1400px){
    .area_contents_srt {
        min-width: 896px;
    }
}

@media (min-width: 768px) {
    .carousel-multi-item-2 .col-md-6 {
        float: left;
        width: 50%;
        max-width: 100%;
    }

    .area__img__wrapper {
        padding-right: 0.5rem;
    }

    .area__desc__wrapper {
        padding-left: 0.5rem;
        width:100%;
    }
}

.carousel-multi-item-2 .card img {
    border-radius: 2px;
}

.mt-25-px {
    margin-top: 25px !important;
}


.new__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    max-height: 56px;
    color: black;
}

.highlight__background {
    font-weight: bold;
    font-size: 35px;
    /*background-color: rgba(0,0,0,0.3);*/
}

/*    .highlight__background:hover {
        background-color: rgba(0,0,0,0.6);
    }*/

.carousel-caption {
    z-index: 0;
}

.card-body-inside-custom {
    width: calc(100% + 25px);
}

.color_article_title {
    color: #464E5F;
}

.carousel-control-prev, .carousel-control-next {
    z-index: 2;
    top: 40px;
}

.media_title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 42px;
}

.new__evn__reference a, .new__reference a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.img__wrapper {
    position: relative;
    padding-top: 56.25%;
}

    .img__wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media (max-width: 992px) {
    .new__desc {
        -webkit-line-clamp: 4;
    }

    .media_title {
        overflow: auto;
        text-overflow: unset;
        display: block;
        height: auto;
    }

    .new__evn__reference a, .new__reference a {
        -webkit-line-clamp: 2;
    }
}

@media (min-width: 1400px) {
    .new__desc {
        -webkit-line-clamp: 6;
    }
}
