
body {
    background-color: hsl(0, 0% , 96%);
}

@media (min-width: 1400px) {
    main,
    header,
    footer,
    #main-navbar {
        padding-left: 240px;
    }
}

/* home/category */
.card-title-custom-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal
}

.card-description-custom-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal
}

.card-footer {
    border-top: none;
}

@media (min-width: 991.9px) {
    .card-top-img {
        width: 100%;
        height: 15vw;
        object-fit: cover
    }
}

@media (max-width: 2000px) {
    .hidden-banner-less-than-2000px {
        display: none;
    }
}
/* home/category */

/* download */
.cascading-right {
    margin-right: 20px;
}
@media (max-width: 991.98px) {
    .cascading-right {
        margin-right: 0;
    }
}
.download-store-logo img {
    width: 75%;
}
@media (max-width: 767.98px) {
    .download-store-logo img {
        width: 50%;
    }
}
/* download */

/* news detail page */
.btn-tag-category {
    /*background-color: #ECEFF1;*/
    /*background-color: #eaeaea;*/
    background-color: white;
    /*text-transform: capitalize !important;*/
    margin-bottom: 10px;
    box-shadow: none;
}

.btn-tag-category:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25), 0 3px 10px 5px rgba(0, 0, 0, 0.05) !important;
}

.news-body {
    margin: 20px 0 20px 0;
}

.news-body p {
    /*line-height: 1.75;*/
    font-size: 17px;
    margin: 10px 0 10px 0;
}

.fb-post, .video-mp4 {
    margin: 10px 0 10px 0;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* news detail page */