:root {
    --primary-color: #c5055b;
    --primary-dark: #8d0442;
    --primary-light: #e91e77;
    --youtube-red: #FF0000;
    --youtube-dark: #282828;
    --tiktok-pink: #FE2C55;
    --tiktok-cyan: #25F4EE;
    --tiktok-dark: #000000;
    --facebook-blue: #1877F2;
    --facebook-dark: #0f5fd1;
    --card-shadow: 0 10px 40px rgba(197, 5, 91, 0.2);
    --card-shadow-hover: 0 20px 60px rgba(197, 5, 91, 0.35);
}

.section-search-block.bg {
    background: #f2f8fe;
}
.section-search-block .title-product{
	text-align: center;
	padding-bottom: 18px;

}
.section-search-block{
	padding: 100px 0;
    padding-top: 50px;
}
    .section-search-block .serach-category ul {
        gap: 10px;
        margin-top: 30px;
        justify-content: flex-start;
    }
        .section-search-block .serach-category ul li {
            display: flex;
            justify-content: flex-start;
            align-items: flex-start;
        }
.section-search-block .serach-category ul li a {
    display: inline-flex;
    padding: 10px 15px;
    background: #f2f8fe;
    gap: 5px;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    color: #333;
   /* padding-right:0px !important;*/
}
.section-search-block .serach-category ul li a img{
	width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
}
/*#wallpaper .logo img{
	height: 60px;
}*/
.item-product .info-content-product .footer-box .share a svg{
	padding-top: 3px;
    padding-right: 5px;
}
.item-product .info-content-product .footer-box .share a.btn-conban {
    background: #084728;
    border: 1px solid #084728;
}
.item-product .info-content-product .footer-box .share a.btn-ngungban {
    background: red;
    border: 1px solid red;
}
.address-info {
    margin-top: 10px;
    margin-bottom: 8px;
}
.address-info .add a{
    color: #333;
    font-size: 15px;

}
.address-info .add a svg{
    padding-right: 8px;
}
.top-banner-views{
    margin-top: 20px;
    border-radius: 8px;
}
.prop_social_single{
    margin-top: 20px;
}
.related-property{
    margin-bottom: 20px;
}
.breadcrumb {
  --bc-text: #6b7280;      
  --bc-text-active: #111827;
  --bc-link: #2563eb; 
  --bc-sep: "›";
  font-size: 14px;
  line-height: 1.6;
  margin: 16px 0 16px;
}

.breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  display: inline-flex;
  align-items: center;
  color: var(--bc-text);
}

.breadcrumb li:not(:last-child)::after {
  content: var(--bc-sep);
  margin: 0 6px;
  color: #9ca3af; /* xám separator */
}

.breadcrumb a {
  color: var(--bc-link);
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  max-width: 100%;
}

.breadcrumb a:hover,
.breadcrumb a:focus {
  text-decoration: underline;
}

.breadcrumb li[aria-current="page"] {
  color: var(--bc-text-active);
  font-weight: 600;
}
.box-service a .icon img{
  padding-right:15px;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }
.box-why .icon img{
    width:70px;
    max-width:70px;
}
.padding-top-aaa{
    margin-top:60px;
}
/*#people-table .tabulator-cell {
    white-space: normal !important;
    line-height: 1.4;
    word-break: break-word;
    overflow-wrap: anywhere;
}
#people-table .tabulator-cell.wrap-cell {
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
}*/
@media (max-width: 640px) {
    .breadcrumb li:nth-child(n+2):nth-last-child(n+2) {
    display: none;
  }
  .breadcrumb li:nth-child(2)::before {
    content: "…";
    margin-right: 6px;
    color: #9ca3af;
  }
}
/*@media (max-width: 640px) { 
    .item-product-mobile{
        display: flex;
    }
    .titlt-h4{
        font-size: 18px;
    }
    .titlt-h4 a{
        color: #084728;
    }
    .item-product .thumb-image img{
        height: 100%;
    }
    .item-product .info-content-product{
        padding-top: 0px;
    }
    .item-product .info-content-product .footer-box{
        flex-direction: column;
        align-items: flex-start;
    }
    .item-product .info-content-product .footer-box .daily{
        margin-bottom: 10px;
    }
}*/
.serach-category ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.box-search{
    margin-top:20px;
}
@media (max-width: 768px) {
    .section-search-block .serach-category ul li {
        flex: 1 1 calc(50% - 10px);
    }
    .card {
        height: 1146px !important;
    }
    .pb {
        width: 100% !important;
    }
    .moblie-bk{
        max-height:1146px;
    }
    .form-overlay {
        top: 16% !important;
        left: 14px !important;
        right: 14px !important;
    }
    .type-grid {
        grid-template-columns: 1fr !important;
    }
}
.container-social {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.header-social {
    text-align: center;
    margin-bottom: 50px;
    animation: fadeIn 0.6s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.header-social h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    color: #c5055b;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.header-social p {
    font-size: 1.1rem;
    color: #888;
    font-weight: 400;
}

.section-title-social {
    font-family: 'Outfit', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #333;
    margin: 50px 0 30px 0;
    padding-bottom: 12px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 2px solid #f0f0f0;
}

    .section-title-social::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 80px;
        height: 2px;
        background: #c5055b;
        transition: width 0.6s ease;
    }

    .section-title-social:hover::after {
        width: 200px;
    }

    .section-title-social .title-text-social {
        position: relative;
        color: #c5055b;
    }

    .section-title-social .title-icon-social {
        font-size: 1.5rem;
        opacity: 0.8;
    }

    .section-title-social .title-line-social {
        flex: 1;
        height: 1px;
        background: linear-gradient(90deg, rgba(197, 5, 91, 0.3), transparent);
    }

    .section-title-social:first-of-type {
        margin-top: 30px;
    }

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.section-title-social {
    animation: slideInLeft 0.6s ease-out both;
}

.channels-grid-social {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 20px;
    animation: fadeInUp 0.8s ease-out 0.5s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.channel-card-social {
    background: #ffffff;
    border-radius: 16px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    animation: scaleIn 0.5s ease-out both;
    animation-delay: calc(var(--delay) * 0.08s);
    border: 1px solid #f5f5f5;
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.channel-card-social::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #c5055b;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.channel-card-social:hover::before {
    transform: scaleX(1);
}

.channel-card-social:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(197, 5, 91, 0.12);
    border-color: rgba(197, 5, 91, 0.2);
}

.channel-card-social.youtube {
}

.channel-card-social.tiktok {
}

.channel-card-social.facebook {
}

.avatar-wrapper-social {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}

.avatar-ring-social {
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    background: #c5055b;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.channel-card-social:hover .avatar-ring-social {
    opacity: 0.2;
}

.avatar-social {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f5f5f5;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.channel-card-social:hover .avatar-social {
    transform: scale(1.05);
    border-color: rgba(197, 5, 91, 0.2);
}

.channel-name-social {
    font-family: 'Outfit', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    transition: color 0.3s ease;
}

.channel-card-social:hover .channel-name-social {
    color: #c5055b;
}

.channel-type-social {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 14px;
    border-radius: 16px;
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 18px;
    transition: all 0.3s ease;
}

    .channel-type-social.youtube {
        background: rgba(255, 0, 0, 0.1);
        color: var(--youtube-red);
    }

    .channel-type-social.tiktok {
        background: rgba(254, 44, 85, 0.1);
        color: var(--tiktok-pink);
    }

    .channel-type-social.facebook {
        background: rgba(24, 119, 242, 0.1);
        color: var(--facebook-blue);
    }

    .channel-type-social::before {
        content: '';
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: currentColor;
    }

.view-btn-social {
    font-family: 'Outfit', sans-serif;
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 12px;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    color: white;
}

.youtube .view-btn-social {
    background: #FF0000;
}

    .youtube .view-btn-social:hover {
        background: #CC0000;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(255, 0, 0, 0.2);
    }

.tiktok .view-btn-social {
    background: #FE2C55;
}

    .tiktok .view-btn-social:hover {
        background: #e0184a;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(254, 44, 85, 0.2);
    }

.facebook .view-btn-social {
    background: #1877F2;
}

    .facebook .view-btn-social:hover {
        background: #0f5fd1;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(24, 119, 242, 0.2);
    }

/* Responsive */
@media (max-width: 1200px) {
    .channels-grid-social {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .header-social h1 {
        font-size: 2rem;
    }

    .section-title-social {
        font-size: 1.4rem;
        margin: 35px 0 20px 0;
        padding-bottom: 10px;
    }

        .section-title-social .title-icon-social {
            font-size: 1.3rem;
        }

    .channels-grid-social {
        grid-template-columns: 1fr;
        gap: 25px;
    }
}

/* Loading animation */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }

    100% {
        background-position: 1000px 0;
    }
}
.clas-row-gap {
    row-gap: 20px;
}
.card {
    position: relative;
    width: 100%;
    height: 1484px;
}

    .card > img.bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: fill;
        display: block;
    }

/* Form trong vùng paper */
.form-overlay {
    position: absolute;
    top: 33%;
    left: 60px;
    right: 50px;
    bottom: 122px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 14px 12px;
    overflow-y: auto;
}

    .form-overlay::-webkit-scrollbar {
        display: none;
    }

.form-overlay {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* Price badge */
.pb {
    position: relative;
    height: 40px;
    flex-shrink: 0;
    width: 76%;
}

.pb-fill {
    position: absolute;
    inset: 0;
    border-radius: 6px 0 0 6px;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
}

.pb-orange .pb-fill {
    background: linear-gradient(135deg,#f59520,#e07000);
    box-shadow: 0 3px 8px rgba(200,100,0,.38);
}

.pb-red .pb-fill {
    background: linear-gradient(135deg,#ca3020,#9c1608);
    box-shadow: 0 3px 8px rgba(160,30,0,.38);
}

.pb-inner {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 26px 0 14px;
}

.pb-lbl {
    font-size: 14.5px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    white-space: nowrap;
}

.pb-line {
    flex: 1;
    height: 2px;
    background: rgba(255,255,255,.55);
    border-radius: 2px;
    min-width: 20px;
}

.pb-unit {
    font-size: 13.5px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
}

.pb-input {
    background: transparent;
    border: none;
    outline: none;
    flex: 1;
    font-family: 'Be Vietnam Pro',sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    min-width: 0;
}

    .pb-input::placeholder {
        color: rgba(255,255,255,.65);
    }

/* Course box */
.course-box {
    background: rgba(255,248,215,0.9);
    border: 1.5px solid rgba(200,160,60,.45);
    border-radius: 9px;
    padding: 10px 13px;
    flex-shrink: 0;
}

.course-line1 {
    font-size: 13.5px;
    font-weight: 800;
    color: #333;
    margin-bottom: 7px;
}

.course-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.course-tag {
    background: rgba(40,150,40,.12);
    border: 1px solid rgba(40,150,40,.3);
    border-radius: 5px;
    padding: 4px 9px;
    font-size: 12.5px;
    font-weight: 700;
    color: #1a6a1a;
    white-space: nowrap;
}

/* Separator */
.sep {
    height: 1px;
    border: none;
    flex-shrink: 0;
    background: repeating-linear-gradient(90deg, rgba(155,115,48,.45) 0,rgba(155,115,48,.45) 7px, transparent 7px,transparent 13px);
}

/* Field rows */
.field-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding: 6px 0;
    border-bottom: 1.5px dashed rgba(145,105,45,.4);
}

.field-lbl {
    font-size: 13.5px;
    font-weight: 900;
    color: #1a1a1a;
    white-space: nowrap;
    flex-shrink: 0;
}

.field-select {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    font-family: 'Be Vietnam Pro',sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23888'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 2px center;
    padding-right: 16px;
}

/* Hotline */
.hotline-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    padding: 6px 0;
    border-bottom: 1.5px dashed rgba(145,105,45,.4);
}

.hotline-icon {
    width: 24px;
    height: 24px;
    background: linear-gradient(135deg,#f04040,#b81818);
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hotline-lbl {
    font-size: 13.5px;
    font-weight: 900;
    color: #c82020;
}

.hotline-val {
    font-size: 15px;
    font-weight: 900;
    color: #c82020;
    letter-spacing: 0.5px;
}

/* Type buttons */
.type-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    flex-shrink: 0;
}

.type-btn {
    border: none;
    border-radius: 10px;
    padding: 10px 10px;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    transition: transform .1s;
}

    .type-btn:active {
        transform: translateY(2px);
    }

.tb-y {
    background: linear-gradient(180deg,#ffca28,#e88800);
    box-shadow: 0 5px 0 #a06000, 0 7px 12px rgba(0,0,0,.2);
    border: 2.5px solid #cc7700;
}

    .tb-y:active {
        box-shadow: 0 2px 0 #a06000;
    }

.tb-g {
    background: linear-gradient(180deg,#58bc58,#2a7c2a);
    box-shadow: 0 5px 0 #175017, 0 7px 12px rgba(0,0,0,.2);
    border: 2.5px solid #1e601e;
}

    .tb-g:active {
        box-shadow: 0 2px 0 #175017;
    }

.tb-check {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: rgba(255,255,255,.28);
    border: 2.5px solid rgba(255,255,255,.78);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
    font-weight: 900;
    transition: background .15s;
}

.tb-texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.tb-title {
    font-size: 13px;
    font-weight: 900;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.4);
    text-align: left;
    line-height: 1.2;
}

.tb-sub {
    font-size: 11px;
    font-weight: 600;
    color: rgba(255,255,255,.95);
    text-align: left;
}

/* Input groups */
.inp-group {
    flex-shrink: 0;
}

.inp-hdr {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
}

.inp-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background: linear-gradient(145deg,#f04040,#b81818);
    box-shadow: 0 2px 6px rgba(180,0,0,.32);
}

.inp-lbl {
    font-size: 14px;
    font-weight: 900;
    color: #111;
}

.inp-field {
    width: 100%;
    padding: 9px 14px;
    background: rgba(255,255,255,.65);
    border: 1.5px solid rgba(165,125,60,.32);
    border-radius: 8px;
    font-family: 'Be Vietnam Pro',sans-serif;
    font-size: 14px;
    color: #888;
    outline: none;
    transition: border-color .18s, background .18s;
}

    .inp-field:focus {
        border-color: #e07800;
        background: rgba(255,255,255,.96);
        box-shadow: 0 0 0 3px rgba(224,120,0,.14);
        color: #333;
    }

    .inp-field::placeholder {
        color: #bbb;
        font-style: italic;
    }

/* Submit overlay */
.submit-overlay {
    position: absolute;
    bottom: 202px;
    left: 78px;
    right: 78px;
    height: 125px;
    cursor: pointer;
    border: none;
    background: transparent;
    border-radius: 14px;
    z-index: 10;
    transition: background .15s;
}

    .submit-overlay:hover {
        background: rgba(255,255,255,.08);
    }

    .submit-overlay:active {
        background: rgba(0,0,0,.1);
        transform: scale(0.98);
    }
.main-banner {
    position: relative;
    overflow: hidden;
}

.sakura-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 2;
}

.sakura-overlay .petal {
    position: absolute;
    top: 0;
    left: 0;
    will-change: transform;
    backface-visibility: hidden;
}

    .sakura-overlay .petal svg {
        display: block;
        filter: drop-shadow(0 2px 3px rgba(180, 50, 100, 0.25));
        pointer-events: none;
        user-select: none;
    }
.txt-sold-old {
    color: red;
    font-weight: bold;
}