@charset "utf-8";
body {
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
    font-family: Tahoma, Geneva, sans-serif;
    /* font-family: sukhumvit_setthin; */
    /* font-family: colaborate-thinregular; */
    font-size: 14px;
}

a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #000000;
    text-decoration: none;
}

a:active {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #353434;
    text-decoration: none;
}

.scrollbox {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #cccccc;
    height: 300px;
    overflow-y: scroll;
    width: 100%;
}

@media print {
    .print-none {
        display: none;
    }
}

.badge-pink {
    color: #fff;
    background-color: #ff00ff;
}

.badge-yellow {
    color: #535353;
    background-color: #e6e629;
}

.text-pink {
    color: #ff00ff;
    /* background-color: #ff00ff; */
}

.text-purple {
    color: #8000ff;
    /* background-color: #ff00ff; */
}

.text-brown {
    color: #800040;
    /* background-color: #ff00ff; */
}

.portal-thumbnail-body {
    min-height: 100vh;
    background: linear-gradient(180deg, #eef3f7 0%, #f8fafc 100%);
    color: #1b2836;
}

.portal-thumbnail-shell {
    min-height: calc(100vh - 90px);
}

.portal-thumbnail-header {
    margin-bottom: 36px;
}

.brand-hero {
    position: relative;
    overflow: hidden;
    padding: 34px 30px;
    border-radius: 28px;
    background: linear-gradient(135deg, #0d2040 0%, #173a70 56%, #2358ad 100%);
    box-shadow: 0 24px 56px rgba(10, 28, 56, 0.25);
}

.brand-hero:before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 999px;
    top: -210px;
    right: -120px;
    background: rgba(255, 255, 255, 0.12);
}

.brand-hero:after {
    content: "";
    position: absolute;
    width: 240px;
    height: 240px;
    border-radius: 999px;
    bottom: -150px;
    left: -80px;
    background: rgba(120, 171, 255, 0.16);
}

.brand-hero .row {
    position: relative;
    z-index: 1;
}

.brand-hero-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 30%, rgba(255, 255, 255, 0.28), transparent 32%);
}

.brand-pill {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.18);
    color: #dce9ff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.portal-thumbnail-logo {
    max-width: 300px;
    width: 100%;
    margin-bottom: 14px;
}

.portal-thumbnail-header h1 {
    margin-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff;
}

@media (min-width: 992px) {
    .portal-thumbnail-header h1 {
        white-space: nowrap;
    }
}

.portal-thumbnail-header p {
    margin-bottom: 0;
    max-width: 620px;
    color: #d2e2ff;
    line-height: 1.8;
}

.brand-cards {
    display: grid;
    gap: 12px;
}

.brand-mini-card {
    padding: 14px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(2px);
}

.brand-mini-card strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-size: 1rem;
}

.brand-mini-card span {
    color: #d7e6ff;
    font-size: 0.9rem;
}

.thumbnail-card {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid rgba(17, 38, 62, 0.08);
    box-shadow: 0 18px 40px rgba(17, 38, 62, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.thumbnail-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 46px rgba(17, 38, 62, 0.12);
}

.thumbnail-media {
    position: relative;
    height: 210px;
    padding: 0;
    background: #dbe6ef;
    overflow: hidden;
}

.portal-grid {
    margin-left: -10px;
    margin-right: -10px;
}

.portal-grid > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.thumbnail-mark {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.thumbnail-illustration {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-logo {
    max-width: 150px;
    width: 100%;
    filter: brightness(0) invert(1);
    opacity: 0.92;
}

.thumbnail-content {
    padding: 22px 22px 24px;
}

.thumbnail-content h2 {
    margin-bottom: 10px;
    font-size: 1.18rem;
    line-height: 1.45;
    font-weight: 700;
}

.thumbnail-content h5 {
    margin-bottom: 10px;
    font-size: 1.08rem;
    line-height: 1.45;
    font-weight: 700;
    color: #172434;
}

.thumbnail-content p {
    min-height: 42px;
    margin-bottom: 18px;
    color: #5d6978;
}

.thumbnail-link {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 999px;
    background: #edf5fb;
    color: #0b4f7a;
    font-weight: 700;
}

footer.bg-light {
    background: transparent !important;
}

@media (max-width: 767.98px) {
    .portal-thumbnail-header h1 {
        font-size: 1.35rem;
    }

    .brand-hero {
        padding: 24px 18px;
        border-radius: 22px;
    }

    .portal-thumbnail-logo {
        max-width: 220px;
    }

    .portal-thumbnail-header p {
        line-height: 1.6;
        font-size: 0.94rem;
        margin-bottom: 14px;
    }

    .thumbnail-media {
        height: 176px;
    }

    .thumbnail-content p {
        min-height: 0;
    }
}