html,
body {
    background-color: #f3f3f3;
    font-size: 24px;
}

.row>* {
    padding-left: 10px;
    padding-right: 10px;
}

a:hover {
    color: var(--primary-color);
}

a.hover {
    position: relative;
    display: inline-block;
}

a.hover:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    bottom: 0;
    height: 2px;
    margin: -1px 0;
    left: 0;
    transition: all 0.3s ease-in 0s;
    background: rgb(236, 69, 150);
    background: linear-gradient(180deg, rgba(236, 69, 150, 1) 0%, rgba(236, 69, 150, 1) 68%, rgba(143, 60, 156, 1) 100%);
}

a.text-white.hover:after {
    background: rgb(255, 255, 255);
}

a.hover:hover:after {
    width: 100%;
}

.primary-color {
    color: var(--primary-color) !important;
}

.bg-primary {
    background: var(--primary-color) !important;
}

.bg-gray {
    background: var(--gray-color);
}

figure {
    margin-bottom: 0;
}

.object-fit {
    display: block;
    overflow: hidden;
    position: relative;
}

.object-fit:before {
    content: "";
    display: block;
    width: 100%;
}

.object-fit>img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.gradient-box {
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-image: linear-gradient(white, white), linear-gradient(to right, #EC4596, #8F3C9C);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

.text-primary-gradient {
    background: #EC4596;
    background: -webkit-linear-gradient(to right, #EC4596 0%, #EC4596 60%, #8F3C9C 100%);
    background: -moz-linear-gradient(to right, #EC4596 0%, #EC4596 60%, #8F3C9C 100%);
    background: linear-gradient(to right, #EC4596 0%, #EC4596 60%, #8F3C9C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.heading {
    font-family: 'true_boldregular';
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.heading {
    font-family: 'true_boldregular';
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.heading i {
    padding: 3px;
    vertical-align: middle;
    margin-right: 10px;
}
.heading *:not(.iconwrap) i {
	background: #EC4596;
    background: -webkit-linear-gradient(to right, #EC4596 0%, #8F3C9C 100%);
    background: -moz-linear-gradient(to right, #EC4596 0%, #8F3C9C 100%);
    background: linear-gradient(to right, #EC4596 0%, #8F3C9C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.heading .iconwrap {
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-image: linear-gradient(#FFFFFF, #FFFFFF), linear-gradient(to right, #EC4596, #8F3C9C);
    border-radius: 50%;
    padding: 3px;
    width: 45px;
    height: 45px;
    position: relative;
    margin-right: 10px;
}

.heading .iconwrap i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    margin-right: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #EC4596;;
}

.ads {
    background-color: #e5e5e5;
    padding: 35px 0;
    margin: 0 auto;
}

.ads img {
    margin: 0 auto;
    display: block;
    max-width: 95%;
    height: auto;
}

.gradient-text {
    background: linear-gradient(to right, #EC4596 0%, #8F3C9C 100%);
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    background-clip: text;
    -webkit-background-clip: text;
    color: rgba(0, 0, 0, 1);
    display: block;
    transition: color 0.3s ease-in-out;
    position: relative;
}

.gradient-text:hover {
    color: rgba(0, 0, 0, 0);
}

.card {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.card .card-image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-bottom: 3px solid #EC4596;
}

.card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.card .card-date i {
    margin-right: 10px;
}

.card:hover img {
    transform: scale(1.04);
}

.card.card-horizontal .card-image {
    border-right: 3px solid #EC4596;
    border-bottom: 0;
}

.card .card-detail .card-description p {
    margin-top: 6px;
    margin-bottom: 10px;
}

.card.card-horizontal .card-detail .card-description p {
    margin: 0 0 6px;
}

.card .card-category {
    color: var(--primary-color);
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    font-family: 'true_boldregular';
    padding: 0;
    border-radius: 4px;
    text-shadow: none;
}

.card figcaption p.card-category,
.card.card-featured .card-detail .card-category {
    display: none;
}

.card.card-featured figcaption .card-category {
    display: block;
}

.card.card-featured,
.card.card-featured .card-image {
    width: 100%;
}

.card.card-featured .card-logo {
    right: 10px;
    top: 10px;
}

.card.card-featured .card-logo i,
.card.card-featured .card-icon i {
    font-size: 20px;
}

.card.card-featured .card-icon {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
}

.card.card-featured .card-image figcaption {
    font-size: 42px;
    line-height: 38.5px;
}

.card.card-featured figcaption .card-category {
    font-size: 18px;
    line-height: 26px;
    font-family: 'true_boldregular';
    display: block;
    padding: 5px 12px;
    color: #FFF;
}

.card.card-featured h3.card-title {
    font-size: 30px;
    line-height: 95%;
    padding-left: 10px;
}

.card.card-featured h3.card-title:before {
    content: ' ';
    background-color: var(--primary-color);
    width: 4px;
    height: 100%;
    max-height: 50px;
    position: absolute;
    left: 0;
    top: 0;
}

.card.card-featured .card-detail .card-category {
    display: none;
}

h3.card-title {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 0px;
    font-family: 'true_boldregular';
}

.card-description {
    color: #4F4F4F;
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 20px;
}

.card ul li a.gradient-text {
    color: #4f4f4f;
}

time.card-date {
    font-size: 18px;
    line-height: 22px;
    color: #979797;
    display: flex;
    align-items: center;
    margin-top: 4px;
}

.linkmore i.icon-more {
    margin-right: 0;
    font-size: 8px;
    vertical-align: middle;
    margin-left: 10px;
}

.card-detail>div {
    padding: 13px;
}

.card-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 10px;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 35%, rgba(0, 0, 0, 0.8) 100%);
}

.card-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    background-color: var(--primary-color);
    color: #FFF;
    border-top-right-radius: 8px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.card-icon i.icon-photo {
    font-size: 16px;
}

.card-image figcaption {
    font-size: 22px;
    line-height: 20px;
    color: #FFF;
    padding: 8px;
    flex-grow: 1;
    font-family: 'true_bold_specialregular';
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}

.card-horizontal .card-image figcaption {
    font-size: 14px;
    line-height: 12.5px;
}

.card .card-logo {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.card .card-logo i {
    font-size: 10px;
    margin-right: 5px;
}

.card .card-description ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.card.card-featured .card-description ul li {
    flex: 50%;
}

.card .card-description ul li {
    padding: 0 20px 20px;
    position: relative;
    flex: 100%;
}

.card .card-description ul li:before {
    content: "\e91b";
    color: #4f4f4f;
    font-family: 'icomoon';
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
}

.card.card-horizontal {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    border: 0;
}

.card.card-horizontal ul {
    display: none;
}

.card.card-horizontal .card-image {
    width: 31.5%;
    height: auto;
}

.card.card-horizontal .card-detail {
    width: 68.5%;
    height: auto;
    padding: 2px;
}

.card.card-horizontal .card-detail p.card-category {
    display: block;
    border-radius: 0;
}

.card.card-horizontal .card-detail h3.card-title {
    padding: 0;
}

.card.card-horizontal .card-detail {
    width: 85%;
}

.card-title,
.card-description p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-icon i.icon-play {
    font-size: 12px;
}

.breadcrumb {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 10px;
    padding-top: 28px;
}

.breadcrumb-item,
.breadcrumb-item a {
    color: #979797;
}

.breadcrumb-item.active {
    color: var(--primary-color);
    font-family: 'true_boldregular';
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\e91a";
    font-size: 9px;
    font-family: 'icomoon';
    padding-top: 2px;
    color: #979797;
}

.heading:before {
    content: '';
    width: 8px;
    height: 36px;
    position: absolute;
    left: 0;
    top: 10px;
    background: rgb(236, 69, 150);
    /* background: linear-gradient(180deg, rgba(236, 69, 150, 1) 0%, rgba(143, 60, 156, 1) 100%); */
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.search-result {
    background-color: #FFF;
    padding-bottom: 84px;
}

.card-title {
    -webkit-line-clamp: 2;
}

.card-description p {
    -webkit-line-clamp: 3;
}

.loadmore {
    width: 180px;
    font-size: 26px;
    line-height: 1.3;
    font-family: 'true_boldregular';
}

.section .heading {
    padding-left: 0;
}

.section .heading:before {
    display: none;
}

.linkmore a.text-white .icon-more:before {
    color: #FFF !important;
}

.card-author {
    margin-bottom: 10px;
}

.card-author img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    flex-basis: 50px;
    margin-right: 10px;
}

.card-author p {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 32px;
    font-family: 'true_boldregular';
}

.search-result .card.card-horizontal .card-title {
    -webkit-line-clamp: 1;
}

.search-result .card.card-horizontal .card-description p {
    -webkit-line-clamp: 2;
}

.search-result .card.card-featured {
    border: 0;
}

.search-result .section-title {
    padding-right: 10px;
    padding-left: 10px;
}

.search-key {
    margin-left: 15px;
}

.search-key:before {
    content: '';
    width: 8px;
    height: 36px;
    background-color: var(--primary-color);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    margin-top: -6px;
}

.card.card-horizontal .card-detail .bg-gray {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.card.card-horizontal .card-detail h3.card-title {
	height: 26px;
	overflow: hidden;
}

.card .card-detail h3.card-title {
	height: 53px;
	overflow: hidden;
	line-height: 1;
}
.card.card-featured .card-detail h3.card-title {
	height: 56px;
}
.card.card-horizontal .card-description p {
	height: 46px;
	line-height: 1;
}
.card .card-description p {
	height: 70px;
	overflow: hidden;
	line-height: 1;
}
.card.card-featured .card-title {
	height: 57px;
	overflow: hidden;
}
.card.card-featured .card-description p {
	height: 70px;
	overflow: hidden;
	line-height: 1;
}
.card .card-description ul {
	height: 80px;
	overflow: hidden;
}
.card .card-description ul li {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
	-webkit-line-clamp: 1;
	margin-bottom: 20px;
	height: 20px;
}
.card-title,
.card-description p {
	line-height: 1 !important;
}
@media (max-width: 991.98px) {
    html,
    body {
        font-size: 22px;
    }
    .breadcrumb {
        margin-bottom: 15px;
    }
    .breadcrumb-item,
    .breadcrumb-item a {
        font-size: 16px;
        line-height: 24px;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        padding-top: 0;
        font-size: 8px;
    }
    .card.card-horizontal.card-md-vertical {
        flex-direction: column;
    }
    .card.card-horizontal.card-md-vertical .card-image,
    .card.card-horizontal.card-md-vertical .card-detail {
        width: 100%;
    }
    .card.card-horizontal.card-md-vertical .card-image {
        border-right: 0;
        border-bottom: 2px solid #EC4596;
    }
    .card.card-horizontal.card-md-vertical .card-detail {
        border-radius: 0;
        border: 0;
        background: #FFF;
        padding: 0;
    }
    .card.card-horizontal .card-detail h3.card-title {
        font-size: 22px;
    }
    .heading {
        font-size: 32px;
        padding-left: 16px;
        margin-bottom: 18px;
    }
    .heading:before {
        top: 0;
    }
    .linkmore {
        font-size: 18px;
    }
    .card.card-featured .card-image figcaption {
        font-size: 24px;
        line-height: 21.5px;
        padding-bottom: 7px;
    }
    .card figcaption .card-category,
    .card.card-featured figcaption .card-category {
        font-size: 14px;
        line-height: 22px;
        padding: 0 12px;
    }
    .card.card-featured .card-category {
        padding: 0 5px;
        color: #FFF;
        border-radius: 2px;
    }
    .card.card-horizontal .card-logo {
        right: 5px;
        font-size: 8px;
    }
    .card.card-featured .card-image {
        border-bottom: 3px solid #EC4596;
        border-right: 0;
    }
    .card {
        margin-bottom: 15px;
    }
    .card .card-detail .card-description {
        display: none;
    }
    .card h3.card-title {
        margin-bottom: 10px;
    }
    .card .card-detail .card-category {
        font-size: 14px;
    }
    .card.card-featured .card-image figcaption {
        padding: 7px;
    }
    .card.card-featured .card-image figcaption span.primary-color {
        font-size: 30px;
    }
    .card .card-image figcaption span.primary-color {
        font-size: 16px;
    }
    .card.card-featured i,
    .card .card-icon i {
        font-size: 15px;
    }
    .gradient-box {
        border-top-right-radius: 0;
    }
    .card.card-featured .card-icon i.icon-play {
        font-size: 12px;
    }
    .card-icon i.icon-play {
        font-size: 16px;
    }
    .card .card-icon i {
        font-size: 7px;
    }
    .card-icon {
        border-top-right-radius: 2px;
    }
    .card .card-icon i.icon-play {
        font-size: 6px;
    }
    .card-detail>div {
        padding: 10px;
        height: 100%;
    }
    h3.card-title {
        font-size: 24px;
        line-height: 21px;
    }
    .card .card-image figcaption {
        font-size: 10px;
        line-height: 9px;
        padding: 3px;
    }
    .card-icon {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
    }
    .card {
        border: 0;
    }
    .card.card-featured .card-logo i {
        font-size: 12px;
    }
    .card .card-logo i {
        margin-right: 0;
    }
    .card.card-featured .card-logo {
        top: 10px;
        right: 10px;
    }
    .card.card-horizontal .card-detail {
        padding: 0;
    }
    .card.card-featured .card-image figcaption {
        font-size: 24px;
        line-height: 21.5px;
        padding-bottom: 7px;
    }
    .card.card-featured h3.card-title {
        font-size: 28px;
        line-height: 25.2px;
        margin-bottom: 10px;
    }
    time.card-date {
        font-size: 15px;
        line-height: 19px;
        margin-top: 0;
    }
    .card ul li {
        font-size: 22px;
        padding-bottom: 0px;
    }
    .card.card-featured figcaption .card-category {
        font-size: 14px;
        line-height: 22px;
        padding: 0 12px;
    }
    .card.card-horizontal .card-detail .card-description p {
        display: none;
    }
    .card-author p {
        font-size: 22px;
    }
    .card .card-title {
        -webkit-line-clamp: 3;
    }
    .card.card-featured .card-icon {
        width: 30px;
        height: 30px;
        flex: 0 0 30px;
    }
    .card.card-featured .card-icon i {
        font-size: 12px;
    }
    .row {
        margin: 0px -10px;
    }
    .row>* {
        padding-left: 8px;
        padding-right: 8px;
    }
    .heading .iconwrap {
        width: 32px;
        height: 32px;
    }
    .heading .iconwrap.wrapimg img {
        width: 15px;
    }
    .section .section-title {
        margin-bottom: 15px;
        padding: 5px 10px;
    }
    .section-title-gradient .heading {
        padding-top: 0;
    }
    .section .heading {
        padding-bottom: 0;
    }
    .heading .iconwrap i {
        font-size: 16px;
    }
    .loadmore {
        padding: 0;
        width: 140px;
        height: 40px;
        font-size: 26px;
        line-height: 38px;
    }
    .section .heading {
        margin-bottom: 0;
    }
    .search-result {
        padding-bottom: 25px;
    }
    .search-result .card.card-featured .card-title,
    .search-result .card.card-horizontal .card-title {
        -webkit-line-clamp: 3;
    }
    .search-result .card.card-horizontal .card-description p {
        display: none;
    }
    .search-result .card.card-horizontal .card-image {
        width: 45%;
    }
    .search-result .card.card-horizontal .card-detail {
        width: 55%;
    }
    .search-result .section-title .search-title {
        flex-direction: column;
        align-items: flex-start !important;
    }
    .search-result .section-title .search-title .linkmore {
        margin-top: 10px;
    }
    .search-key {
        margin-left: 10px;
    }
    .search-key:before {
        margin-top: -4px;
        width: 4px;
        height: 24px;
    }
	.card .card-detail h3.card-title {
		height: 70px;
	}
	.card.card-featured .card-detail h3.card-title {
		height: 74px;
	}
	.card.card-horizontal .card-detail h3.card-title {
		height: 64px;
	}
}