﻿

.cq-community-stick { position: static; background: var(--cq-light); }
.cq-community-stick .cq-community-topnav { margin-bottom: 12px; }

@view-transition { navigation: auto; }
.cq-community-stick { view-transition-name: cq-cong-dong-header; }
.cq-community-page > .sep20 { display: none; }
::view-transition-group(cq-cong-dong-header) { animation-duration: 0s; }
.cq-community-hero .cq-cell { margin: 0; max-width: none; padding: 0 var(--cq-gutter); }
.cq-community-hero__row { display: flex; align-items: center; justify-content: space-between; gap: 16px;
                         height: 60px !important; padding-top: 0 !important; padding-bottom: 0 !important;
                         box-sizing: border-box; }
.cq-community-hero__muc { margin: 0; color: var(--cq-text); font-family: "Montserrat", sans-serif; font-size: 30px; font-weight: 800; line-height: 1.1; letter-spacing: -.02em; }
.cq-community-hero__pg { flex: 0 0 auto; display: flex; align-items: center; }
.cq-community-hero__pg .cq-community-v2__paging-top { margin: 0; }
.cq-community-hero__pg .paging, .cq-community-hero__pg .paging-top { display: flex !important; align-items: center; visibility: visible !important; height: auto !important; margin: 0 !important; padding: 0 !important; overflow: visible !important; }
.cq-community-v2__head .cq-community-v2__title { display: none; }
@media (max-width: 767px) {
  .cq-community-hero .cq-cell { padding: 0 14px; }
  .cq-community-hero__row { padding-top: 14px; padding-bottom: 10px; gap: 10px; }
  .cq-community-hero__muc { font-size: 22px; }
}

.cq-community-page { margin-left: calc(-1 * var(--cq-gutter)); margin-right: calc(-1 * var(--cq-gutter)); padding: 0 0 24px; background: var(--cq-light); }
.cq-community-page .wrap-banner-main { position: relative; overflow: hidden; }
.cq-community-page .wrap-banner-main .lSSlideOuter,
        .cq-community-page .wrap-banner-main .lSSlideWrapper,
        .cq-community-page .wrap-banner-main #lightSliderBanner,
        .cq-community-page .wrap-banner-main #lightSliderBanner > li,
        .cq-community-page .wrap-banner-main #lightSliderBanner > li > a { height: 300px; }
.cq-community-page .wrap-banner-main #lightSliderBanner > li > a { display: block; }
.cq-community-page .wrap-banner-main #lightSliderBanner img { display: block; width: 100%; height: 100%; object-fit: cover; }
.cq-community-page .wrap-banner-main .lSPager { display: none; }
.cq-community-page > .cq-grid {
    margin-left: 0;
    margin-right: 0;
}

.cq-community-page > .cq-grid > .page-left > .cq-cell,
.cq-community-page > .cq-grid > .page-right > .cq-cell {
    margin-left: 0;
    margin-right: 0;
}

.cq-community-topnav { margin: 0 0 18px; }
.cq-community-topnav .cq-cell { margin: 0; max-width: none; padding: 0 var(--cq-gutter); }
.cq-community-stick { border-bottom: none !important; }
.cq-community-topnav .cq-community-topnav__list.menu { gap: 8px; }
.cq-community-topnav__item i { font-size: 18px; line-height: 1; }
.cq-community-topnav__item span { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.cq-community-topnav__list::-webkit-scrollbar { display: none; }

.cq-community-topnav .cq-cell { display: flex; align-items: center; gap: 20px; }
.cq-community-topnav__title { font-family: 'Montserrat', sans-serif; font-weight: 800; white-space: nowrap; }
@media (min-width: 768px) {
    .cq-community-stick { position: -webkit-sticky; position: sticky; top: var(--cq-head-h, 64px); z-index: 108; }
    .cq-community-topnav__title { color: #ffffff; font-size: 20px; margin-right: auto; }
    .cq-community-topnav .cq-community-topnav__list.menu { width: auto; max-width: none; margin: 0; justify-content: flex-end; }
}
@media (max-width: 767px) {
    .cq-community-topnav .cq-cell { display: block; }
    .cq-community-topnav__title { display: block; color: var(--cq-text); font-size: 22px; padding: 10px 14px 0; }
}
.cq-community-subrow__row { display: flex; align-items: center; justify-content: flex-end; gap: 12px; padding: 10px 24px; max-width: 1220px; margin: 0 auto; }
.cq-community-subrow__row .cq-community-hero__pg { display: flex; align-items: center; }
.cq-community-subrow__row .paging.cq-subrow-paging { margin: 0; line-height: 0; }
.cq-community-subrow__row .cq-pg-dots { display: inline-flex; align-items: center; height: var(--cq-pager-size, 38px); color: #8797a6; font-size: 13px; padding: 0 3px; vertical-align: middle; }
.cq-subrow-sort { float: none; display: inline-flex; align-items: center; gap: 8px; margin: 0; color: var(--cq-text); font-size: 13px; }
.cq-subrow-sortsel { height: 34px; padding: 0 10px; border: 1px solid var(--cq-border); border-radius: var(--cq-r-btn, 10px); background: var(--cq-surface); color: var(--cq-text); font-size: 13px; }
.cq-subrow-reload { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--cq-border); border-radius: var(--cq-r-pill); background: var(--cq-surface); color: var(--cq-text); cursor: pointer; }
.cq-subrow-reload:hover { background: var(--cq-light); }
@media (max-width: 767px) {
    .cq-community-subrow__row { padding: 8px 14px; }
}
.cq-community-v2-wrap .cq-cell { margin: 0; max-width: none; padding: 0 var(--cq-gutter); }
.cq-community-v2 { margin: 0 0 24px; }
.cq-community-v2__frame { padding: 0; border-radius: 0; background: transparent; box-shadow: none; }
.cq-community-v2__meta { display: block; color: #708499; font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.cq-community-v2__grid { display: grid; grid-template-columns: repeat(auto-fill, var(--cq-the-rong)); gap: 20px; align-items: start;
    max-width: calc(4 * var(--cq-the-rong) + 3 * 20px); }

@media (min-width: 1200px) {
    #cqCommunityMemberV2Grid { grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 12px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
    #cqCommunityMemberV2Grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
}
@media (max-width: 991px) {
    #cqCommunityMemberV2Grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
}
@media (max-width: 600px) {
    #cqCommunityMemberV2Grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
}
.cq-community-v2__col { display: flex; flex-direction: column; gap: 20px; min-width: 0; }
.cq-community-v2__grid > .item,
        .cq-community-v2__grid > [class^="item-"],
        .cq-community-v2__grid > [class*=" item-"],
        .cq-community-v2__col > .item,
        .cq-community-v2__col > [class^="item-"],
        .cq-community-v2__col > [class*=" item-"],
        .cq-community-v2__card {
            display: block;
            width: 100% !important;
            margin: 0 !important;
            min-width: 0;
        }
.cq-community-v2__grid .cq-cell { margin: 0 !important; }
.cq-community-v2__empty { padding: 40px 24px; border-radius: 24px; background: var(--cq-surface); color: #6f8398; text-align: center; box-shadow: inset 0 0 0 1px var(--cq-border); }
.cq-community-source { position: static; width: auto; height: auto; overflow: visible; visibility: visible; pointer-events: auto; background: var(--cq-light); }
.cq-community-source .cq-cell { margin: 0 !important; max-width: none; padding: 0 var(--cq-gutter); }
.cq-community-source .listPlantPaging { margin: 0; }
.cq-community-source .listPlantPaging .paging-top { display: none !important; }

.cq-community-page .wrap-banner-main { display: none !important; }

.cq-grid-paging { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px; padding: 26px 0 10px; }.cq-mem-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 18px; }
.cq-mem-card { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 11px; padding: 20px 12px; background: var(--cq-surface); border: 1px solid var(--cq-light); border-radius: var(--cq-r-card); text-decoration: none; transition: box-shadow .16s ease, transform .16s ease, border-color .16s ease; }
.cq-mem-card:hover { border-color: var(--cq-border); box-shadow: 0 10px 26px rgba(18, 56, 91, .08); transform: translateY(-2px); }
.cq-mem-card__name { display: inline-flex; align-items: center; gap: 5px; color: var(--cq-text); font-weight: 700; font-size: 14.5px; line-height: 1.3; }
.cq-mem-card__tick { color: #1d9bf0; font-size: 14px; }
@media (max-width: 640px) {
    .cq-mem-grid { grid-template-columns: repeat(auto-fill, minmax(108px, 1fr)); gap: 12px; }
    .cq-mem-card { padding: 14px 8px; gap: 8px; }
    .cq-mem-card__name { font-size: 13px; }
}

        .cq-community-topnav__item { padding: 0; min-height: 48px; }
        .cq-community-topnav__item span { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
        .cq-community-v2__head { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-bottom: 16px; padding: 0 2px; }
        .cq-community-v2__title { margin: 0; color: var(--cq-text); font-family: 'Montserrat', sans-serif; font-size: 42px; font-weight: 800; line-height: 1; letter-spacing: -.01em; white-space: nowrap; }
        .cq-community-v2__paging-top { display: flex; align-items: center; justify-content: flex-end; min-height: 46px; width: 100%; margin: 0; }
        .cq-community-v2__paging-top .paging,
        .cq-community-source .listPlantPaging .paging { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; gap: 6px; margin: 0; width: 100%; }
        .cq-community-v2__paging-top .paging a,
        .cq-community-v2__paging-top .paging span,
        .cq-community-source .listPlantPaging .paging a,
        .cq-community-source .listPlantPaging .paging span { min-width: 21px; height: 21px; padding: 0 7px; border-radius: 999px; border: 1px solid #cdd9e6; background: var(--cq-surface); color: var(--cq-text); display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 700; transition: all .16s ease; }
        .cq-community-v2__paging-top .paging .selected,
        .cq-community-v2__paging-top .paging .current,
        .cq-community-v2__paging-top .paging a:hover,
        .cq-community-source .listPlantPaging .paging .selected,
        .cq-community-source .listPlantPaging .paging .current,
        .cq-community-source .listPlantPaging .paging a:hover { background: var(--cq-dark); border-color: var(--cq-dark); color: #ffffff; text-decoration: none; box-shadow: 0 8px 16px rgba(18, 56, 91, 0.2); }
        .cq-pg { display: flex; align-items: center; gap: 10px; }
        .cq-community-source .listPlantPaging .paging .cq-pg__btn,
        .cq-community-v2__paging-top .paging .cq-pg__btn {
            display: flex; align-items: center; justify-content: center;
            width: 34px; height: 34px; min-width: 34px; padding: 0;
            border: 1px solid #cdd9e6; border-radius: 10px;
            background: var(--cq-surface); color: var(--cq-text); font-size: 13px; box-shadow: none;
        }
        .cq-community-source .listPlantPaging .paging .cq-pg__btn:hover,
        .cq-community-v2__paging-top .paging .cq-pg__btn:hover {
            background: var(--cq-dark); border-color: var(--cq-dark); color: #ffffff;
        }
        .cq-pg__btn.is-disabled { opacity: .35; pointer-events: none; }
        .cq-community-source .listPlantPaging .paging .cq-pg__label,
        .cq-community-v2__paging-top .paging .cq-pg__label {
            display: inline-block;
            min-width: 0; height: auto; padding: 0; border: 0; border-radius: 0;
            background: none; box-shadow: none;
            color: #708499; font-family: 'Montserrat', sans-serif; font-size: 13px; font-weight: 700;
        }
        .cq-pg__label b { color: var(--cq-text); }
        .cq-community-source .listPlantPaging .paging { justify-content: center; }
        .cq-community-v2__card .news-item,
        .cq-community-v2__card .wrap-img {
            padding: 0 !important;
            margin: 0 !important;
            border: 0 !important;
            background: none !important;
            box-shadow: none !important;
        }
        .cq-community-v2__card .wrap-img {
            display: block;
            overflow: hidden;
            border-radius: var(--cq-r-card, 16px);
        }
        .cq-community-v2__card .wrap-img > .img {
            display: block;
            overflow: hidden;
            border-radius: 0;

            width: 100%;
        }
        .cq-community-v2__card .wrap-img:has(> .img-count-2) {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 4px;
        }
        .cq-community-v2__card .wrap-img > .img-count-1 { grid-column: 1 / -1; }
        .cq-community-v2__card .wrap-img > .img-count-2,
        .cq-community-v2__card .wrap-img > .img-count-3,
        .cq-community-v2__card .wrap-img > .img-count-4 {
            float: none;
            width: auto;
            border: 0;
            aspect-ratio: 140 / 85;
        }
        .cq-community-v2__card .wrap-img > .img-count-2 img,
        .cq-community-v2__card .wrap-img > .img-count-3 img,
        .cq-community-v2__card .wrap-img > .img-count-4 img {
            width: 100%;
            height: 100%;
            max-height: none;
            object-fit: cover;
        }
        .cq-community-v2__card .wrap-img img {
            display: block;
            width: 100%;
            height: auto;

            filter: var(--cq-anh-loc) var(--cq-anh-rieng, );
        }
        .cq-community-v2__card .wrap-img > .img-count-1,
        .cq-community-v2__card .wrap-img > .img-don {
            aspect-ratio: var(--ti-le);
        }

        .cq-community-v2__card .wrap-img > .img-count-1 > img,
        .cq-community-v2__card .wrap-img > .img-don > img {
            height: 100%;
            object-fit: cover;
            object-position: top;        }
        .cq-community-v2__card .wrap-img > .img.table {
            min-height: 150px;
        }
        .cq-community-v2__card .wrap-img > .img.table:not([class*="cq-qbg-"]) {
            background: var(--cq-surface);
        }
        .cq-community-v2__card .wrap-img > .img.table td {
            padding: 18px;
            color: var(--cq-text, #1e2a35);
            font-family: 'Montserrat', sans-serif;
            font-size: 14.5px;
            font-weight: 700;
            line-height: 1.35;
        }
        .cq-community-v2__card .wrap-img > .img img {
            transition: transform .55s cubic-bezier(.22, .61, .36, 1);
        }
        .cq-community-v2__card .wrap-img > .img:hover img {
            transform: scale(1.04);
        }
        @media (prefers-reduced-motion: reduce) {
            .cq-community-v2__card .wrap-img > .img img,
            .cq-community-v2__card .wrap-img > .img:hover img {
                transition: none;
                transform: none;
            }
        }
        .cq-community-source #listItemGuestIdea,
        .cq-community-source .cq-community-toolbar,
        .cq-community-source .listPlantPaging .item { display: none !important; }
        .cq-community-source .listPlantPaging .paging { padding-top: 10px; }
        @media (max-width: 991px) {
            .cq-community-v2__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        }
        @media (max-width: 767px) {
            .cq-community-topnav { margin-bottom: 14px; }
            .cq-community-hero .cq-cell,
            .cq-community-v2-wrap .cq-cell,
            .cq-community-source .cq-cell { padding: 0 14px; }
            .cq-community-stick { background: var(--cq-surface); }
            .cq-community-topnav .cq-cell { padding: 0; }
            .cq-community-topnav .cq-community-topnav__list { flex-wrap: nowrap; overflow: visible; overflow-x: visible; }
            .cq-community-topnav .cq-community-topnav__item { flex: 1 1 0; min-width: 0; }
            .cq-community-v2 { margin-bottom: 18px; }
            .cq-community-v2__head { display: block; margin-bottom: 14px; }
            .cq-community-v2__title { margin-bottom: 8px; font-size: 28px; }
            .cq-community-v2__grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
            .cq-community-v2__col { gap: 16px; }
        }

.mag-tagloc .cq-mem-card.mag-tagloc__nv { display: flex; flex-direction: row; align-items: center; text-align: left; gap: 14px; padding: 10px 12px; border-radius: 999px; max-width: 520px; }
.mag-tagloc .cq-ava { --cq-ava-size: 56px; }
.mag-tagloc .cq-mem-card__text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.mag-tagloc .cq-mem-card__name { font-size: 17px; }
.mag-tagloc .cq-mem-card__role { font-size: 12.5px; font-weight: 500; color: var(--cq-muted); line-height: 1.35; }
.mag-detail .mag-detail__aside .cq-mem-card { width: 100%; box-sizing: border-box; flex-direction: row; align-items: center; justify-content: flex-start; text-align: left; gap: var(--cq-3); padding: var(--cq-2) var(--cq-2); border-radius: 999px; }
.mag-detail .mag-detail__aside .cq-ava { --cq-ava-size: 48px; }
.mag-detail .mag-detail__aside .cq-mem-card__text { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
.mag-detail .mag-detail__aside .cq-mem-card__name { font-size: 15px; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.mag-detail .mag-detail__aside .cq-mem-card__role { font-size: 12px; font-weight: 500; color: var(--cq-muted); line-height: 1.3; }

@media (min-width: 768px) {
    .popup-idea #descriptionIdea .cq-mv-nv .cq-mem-card { display: flex; flex-direction: row; align-items: center; text-align: left; gap: 10px; padding: 7px 12px 7px 7px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.10); }
    .popup-idea #descriptionIdea .cq-mv-nv .cq-mem-card:hover { border-color: rgba(255,255,255,.28); box-shadow: none; transform: none; }
    .popup-idea #descriptionIdea .cq-mv-nv .cq-ava { --cq-ava-size: 38px; }
    .popup-idea #descriptionIdea .cq-mv-nv .cq-mem-card__text { display: flex; flex-direction: column; gap: 1px; min-width: 0; }
    .popup-idea #descriptionIdea .cq-mv-nv .cq-mem-card__name { color: #fff; font-size: 13.5px; font-weight: 700; line-height: 1.25; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; max-width: 100%; }
    .popup-idea #descriptionIdea .cq-mv-nv .cq-mem-card__role { color: rgba(255,255,255,.55); font-size: 11.5px; font-weight: 500; }
}

.guest-item-idea .desc-line .view span {
    margin: 0px;
}

.guest-item-idea .time {
    position: relative;
    top: 0px;
    right: 0px;
    display: block;
    font-weight: normal;
}

.guest-item-idea {
    margin-bottom: 30px;
    box-shadow: none;
}

.guest-item-idea .wrap-img {
        border-radius: var(--cq-r-card, 10px);
        overflow: hidden;
        display: block;
    }

.guest-item-idea div.name {
        text-transform: none;
        line-height: 20px;
        height: 60px;
        padding: 10px;
    }

.guest-item-idea div.name .img-cus {
            width: 30px;
            height: 30px;
            float: left;
            margin-right: 10px;
        }

.guest-item-idea .control {
    top: 10px;
    right: 10px;
}

.guest-item-idea .img img {
    width: 100%;
}

.guest-item-idea > .sep10 {
    clear: both;
}

.guest-item-idea .img-count-2, .guest-item-idea .img-count-3, .guest-item-idea .img-count-4 {
    width: 33.3%;
    float: left;
    border: solid 1px white;
    position: relative;
}

.guest-item-idea .img-count-2 img, .guest-item-idea .img-count-3 img, .guest-item-idea .img-count-4 img {
        max-height: 95px;
    }

.guest-item-idea .img .count-photo {
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.3);
    color: white;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-size: 32px;
    line-height: 80px;
    text-align: CENTER;
    margin: 0px;
}

.guest-item-idea-2 .desc {
    padding-top: 10px;
    position: relative;
}

.guest-item-idea-2 .desc .social-box {
        position: absolute;
        right: 0px;
        top: 0px;
    }

.guest-item-idea .social-box {
    position: absolute;
    right: 10px;
    top: 10px;
}

.guest-item-idea .wrap-desc {
    position: relative;
    background: var(--cq-light);
    border-radius: 10px;
}

.guest-item-idea-2 .desc .name {
    padding: 0px;
    height: 30px;
    flex: initial;
}

.guest-item-idea-2 .desc .name .name-cus {
        font-weight: bold;
        display: block;
        line-height: 30px;
    }

.guest-item-idea-2 {
    margin-bottom: 20px;
    background: none;
    box-shadow: none;
}

.guest-item-idea-2 .media {
        position: relative;
        margin-bottom: 10px;
        border-radius: 10px;
        overflow: hidden;
    }

.guest-item-idea-2 .media img, .guest-item-idea-2 .media .img {
            border-radius: 10px;
            display: block;
        }

.guest-item-idea-2 .media .img:before {
                background: url(/Content/Images/Home/bg-trans.png) repeat-x;
                height: 174px;
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                content: '';
                visibility: hidden;
            }

.guest-item-idea-2 .media .img:after {
                background: url(/Content/Images/Home/bg-trans2.png) repeat-x;
                height: 174px;
                position: absolute;
                bottom: 0px;
                left: 0px;
                width: 100%;
                content: '';
                visibility: hidden;
            }

.guest-item-idea-2 .media:hover .img:after, .guest-item-idea-2 .media:hover .img:before {
            visibility: visible;
        }

.guest-item-idea-2 .media .img img {
            width: 100%;
        }

.guest-item-idea-2 .media .title {
            position: absolute;
            top: 10px;
            left: 10px;
            color: white;
            z-index: 1;
            visibility: hidden;
        }

.guest-item-idea-2 .name .img-cus {
        width: 40px;
        height: 40px;
        float: left;
        margin-right: 10px;
    }

.guest-item-idea-2 .name .name-cus img {
        display: none;
        width: 18px;
        height: 18px;
        vertical-align: middle;
        margin-left: 5px;
    }

.guest-item-idea.guest-item-idea-2 .desc .social-box {
    top: 5px;
}

.guest-item-idea-2 .name .img-cus img {
    border-radius: 100px;
}

.guest-item-idea-2 .name .time {
    display: none;
    position: relative;
    top: 0px;
    left: 0px;
    right: auto;
    padding: 0px;
    font-style: italic;
    color: var(--cq-text);
}

.guest-item-idea-2 .view, .guest-item-idea-2 .count-photo {
    font-size: 13px;
    font-style: italic;
}

.guest-item-idea-2 .title h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
}

.guest-item-idea-2 .title-2 {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    z-index: 1;
    visibility: hidden;
}

.guest-item-idea-2:hover .title, .guest-item-idea-2:hover .title-2 {
    visibility: visible;
}

.guest-item-idea-2 .media .icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    z-index: 1;
    color: white;
    background: var(--cq-green);
    width: 30px;
    text-align: center;
    line-height: 30px;
    display: block;
    border-radius: 100%;
}

.guest-item-idea-2 .name-post {
    text-align: center;
    display: block;
    font-weight: bold;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.guest-item-idea-2 .name-post a {
        display: block;
    }

.guest-item-idea-2 .desc {
    padding: 0px;
}

.guest-item-idea-2 .btn-pin {
    position: absolute;
    top: 10px;
    z-index: 1;
    right: 10px;
}

.guest-item-idea-2 .btn-pin img {
        border-radius: 100%;
    }

.cq-community-v2__grid .img[style*="--ti-le"],
.cq-tc-masonry .img[style*="--ti-le"],
.cq-td-masonry .img[style*="--ti-le"] {
    aspect-ratio: var(--ti-le);
    display: block;
    overflow: hidden;
}

.cq-community-v2__grid .img[style*="--ti-le"] > img,
.cq-tc-masonry .img[style*="--ti-le"] > img,
.cq-td-masonry .img[style*="--ti-le"] > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
