/*** Raksthai long project pages shared style ***/

:root {
    --rt-blue: #003875;
    --rt-navy: #06115c;
    --rt-orange: #f47521;
    --rt-bgyellow: #ffdd55;
    --rt-yellow: #FFAD00;
    --rt-mint: #8edcaf;
    --rt-mint-dark: #7fc0b1;
    --rt-soft-blue: #f1f8ff;
    --rt-grey: #f4f4f4;
}

.rt-long-page {
    color: #111111;
    background: #ffffff;
}

.rt-long-page main p {
    font-size: 2.05rem;
    line-height: 3.65rem;
    margin-bottom: 0;
}

.rt-container {
    max-width: 1110px;
}

.rt-sec {
    padding: 96px 0;
}

.rt-sec-sm {
    padding: 72px 0;
}

.rt-text-blue,
.rt-blue {
    color: var(--rt-blue) !important;
}

.rt-text-orange,
.rt-orange {
    color: var(--rt-orange) !important;
}

.rt-text-yellow {
    color: var(--rt-yellow) !important;
}

.rt-text-white {
    color: #ffffff !important;
}

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

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

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

.rt-bg-yellow {
    background-color: var(--rt-bgyellow) !important;
}

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

.rt-fw-medium {
    font-family: 'promptmedium';
    font-weight: normal;
}

.rt-fw-semibold {
    font-family: 'promptsemibold';
    font-weight: normal;
}

.rt-photo {
    width: 100%;
    display: block;
}

.rt-img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.rt-rounded {
    border-radius: 12px;
    overflow: hidden;
}

.rt-hero.cover-banner .cover-item {
    height: 40vh;
    min-height: 310px;
}

.rt-hero .cover-detail-inner {
    max-width: 900px;
    margin: 0 auto;
}

.rt-hero .cover-detail-inner h1 {
    font-size: 2.7rem;
    padding: 13px 20px;
    background: rgba(0, 0, 0, 0.62);
}

.rt-hero .cover-detail-inner .breadcrumb-ct {
    padding: 4px 20px;
}

.rt-title {
    text-align: center;
    margin-bottom: 62px;
    position: relative;
}

.rt-title::before,
.rt-title::after {
    content: '';
    display: block;
    width: 360px;
    max-width: 36%;
    height: 4px;
    background: var(--rt-mint);
    margin: 0 auto;
}

.rt-title::before {
    margin-bottom: 24px;
}

.rt-title::after {
    margin-top: 18px;
}

.rt-title h2 {
    color: var(--rt-blue);
    font-family: 'promptsemibold';
    font-size: 5.6rem;
    line-height: 6.8rem;
    margin-bottom: 0;
    letter-spacing: 0;
}

.rt-title .rt-title-lg {
    font-size: 8.6rem;
    line-height: 8rem;
}

.rt-title .rt-title-orange {
    color: var(--rt-orange);
}

.rt-title .rt-quote {
    color: #bfbfbf;
}

.rt-lead-copy {
    margin-bottom: 68px;
}

.rt-image-band {
    margin: 72px 0;
    position: relative;
    border-top: 24px solid var(--rt-yellow);
    border-bottom: 24px solid var(--rt-yellow);
}

.rt-image-band .rt-band-rounded {
    border-radius: 92px 0 92px 0;
    overflow: hidden;
}

.rt-quote-band {
    background: var(--rt-mint);
    padding: 65px 20px;
    text-align: center;
}

.rt-quote-band h2 {
    color: #ffffff;
    font-family: 'promptsemibold';
    font-size: 5.6rem;
    line-height: 7rem;
    margin-bottom: 0;
}

.rt-pill-heading {
    background: var(--rt-soft-blue);
    border-radius: 8px;
    color: var(--rt-blue);
    display: inline-block;
    font-family: 'promptsemibold';
    font-size: 3rem;
    line-height: 4rem;
    padding: 20px 30px;
}

.heading-section h2 {
    font-size: 4rem;
}

.rt-info-card {
    padding: 72px;
}

.rt-info-card-right {
    border-radius: 120px 0 0 120px;
}

.rt-info-card-left {
    border-radius: 0 120px 120px 0;
}

.rt-info-card p {
    color: #ffffff;
    font-family: 'promptmedium';
}

.rt-project-number {
    color: var(--rt-mint-dark);
    font-family: 'promptsemibold';
    font-size: 15rem;
    line-height: 12rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}

.rt-project-heading {
    background: var(--rt-soft-blue);
    border-radius: 8px;
    color: var(--rt-blue);
    display: inline-block;
    font-family: 'promptsemibold';
    font-size: 2.35rem;
    line-height: 3.35rem;
    padding: 18px 24px;
    vertical-align: middle;
    width: calc(100% - 155px);
}

.rt-project-item p {
    margin-top: 34px;
}

.rt-project-item > .col-lg-6:first-child {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    column-gap: 18px;
    align-items: center;
}

.rt-project-item .rt-project-number {
    grid-column: 1;
    color: var(--rt-mint-dark, #7fc0b1);
    font-family: 'promptsemibold';
    font-size: 15rem;
    line-height: 12rem;
    margin-right: 0;
}

.rt-project-item .rt-project-heading {
    grid-column: 2;
    width: 100%;
    box-sizing: border-box;
    background: var(--rt-soft-blue, #f1f8ff);
    border-radius: 8px;
    color: var(--rt-blue, #003875);
    display: flex;
    align-items: center;
    font-family: 'promptsemibold';
    font-size: 2.35rem;
    line-height: 3.35rem;
    min-height: 132px;
    padding: 22px 32px;
}

.rt-project-item > .col-lg-6:first-child > p {
    grid-column: 1 / -1;
    margin-top: 34px;
}

@media (max-width: 575px) {
    .rt-project-item > .col-lg-6:first-child {
        grid-template-columns: 1fr;
    }

    .rt-project-item .rt-project-number,
    .rt-project-item .rt-project-heading,
    .rt-project-item > .col-lg-6:first-child > p {
        grid-column: 1;
    }

    .rt-project-item .rt-project-heading {
        min-height: auto;
    }
}

.rt-collage {
    display: grid;
    grid-template-columns: 42% 58%;
    align-items: stretch;
    margin-top: 80px;
    border-top: 22px solid var(--rt-yellow);
    border-bottom: 22px solid var(--rt-yellow);
}

.rt-collage .rt-collage-right {
    border-radius: 110px 0 0 0;
    overflow: hidden;
}

.rt-strip {
    background: var(--rt-blue);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 18px 0;
}

.rt-strip img {
    aspect-ratio: 1.55 / 1;
}

.rt-feature-blue {
    background: var(--rt-blue);
    color: #ffffff;
    padding: 48px 46px;
}

.rt-feature-blue h3 {
    color: var(--rt-yellow);
    font-family: 'promptsemibold';
    font-size: 4rem;
    margin-bottom: 10px;
}

.rt-orange-pill {
    background: var(--rt-orange);
    border-radius: 999px;
    color: #ffffff;
    display: inline-block;
    font-family: 'promptsemibold';
    font-size: 3rem;
    line-height: 4rem;
    padding: 14px 38px;
    margin-bottom: 44px;
}

.rt-stat-card {
    background: rgba(244, 117, 33, 0.88);
    background-size: cover;
    border-radius: 0 0 52px 52px;
    color: #ffffff;
    padding: 58px 48px;
}

.rt-stat-card h3 {
    color: #ffffff;
    font-family: 'promptsemibold';
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 32px;
}

.rt-stat-box {
    background: #ffffff;
    border-radius: 18px;
    color: #111111;
    font-family: 'promptsemibold';
    font-size: 2.2rem;
    line-height: 3.4rem;
    padding: 26px 32px;
    margin-bottom: 28px;
}

.rt-video-panel {
    background: var(--rt-blue);
    border-radius: 0 70px 70px 0;
    padding: 48px 44px;
}

.rt-video-panel img {
    width: 100%;
}

.rt-other {
    background: var(--rt-grey);
}

.rt-other .heading-section {
    margin-bottom: 45px;
}

.rt-other .heading-section h2 {
    font-size: 4rem;
}

.rt-other .owl-dots {
    margin-top: 36px;
}

.rt-other .custom-nav {
    position: static !important;
    text-align: center;
    margin-top: 32px;
}

.rt-other .custom-nav .owl-prev,
.rt-other .custom-nav .owl-next {
    position: static !important;
    background: #ffffff !important;
    border: none;
    color: var(--rt-orange) !important;
    font-size: 3rem;
    height: 54px !important;
    line-height: 54px;
    margin: 0 8px;
    width: 54px;
}

.rt-no-space {
    margin: 0;
    padding: 0;
}

.project-header {
    padding-bottom: 0;
}

.project-header-top {
    padding-bottom: 96px;
}

.project-full-bg .container-fluid {
    padding: 0;
    margin: 0;
}

.project-full-bg img {
    width: 100%;
}

.project-gallery-section {
    background: #002B64;
    padding: 40px 0;
}

.other-project-section .owl-theme .owl-nav [class*="owl-"] {
    color: #ddd !important;
    font-size: 48px;
    cursor: pointer;
}

.main-content .owl-theme .custom-nav .owl-prev {
    left: -30px;
    top: 30px;
}

.main-content .owl-theme .custom-nav .owl-next {
    right: -30px;
    top: 30px;
}

/*** Health page detailed layout ***/

.statistic-main {
    background-image: url(../images/health-bg-01.webp);
    background-size: cover;
    padding: 80px 0;
}

.health-page .rt-container {
    max-width: 1120px;
}

.health-page main p {
    font-size: 2rem;
    line-height: 3.45rem;
}

.health-main {
    padding-top: 78px;
}

.health-title {
    margin-bottom: 88px;
}

.health-title::before,
.health-title::after {
    width: 680px;
    max-width: 70%;
}

.health-title h2 {
    color: #111111;
    font-size: 4.7rem;
    line-height: 5.9rem;
}

.health-title .health-title-orange {
    color: var(--rt-orange);
    display: block;
    font-size: 6.7rem;
    line-height: 7.4rem;
}

.health-star-card {
    background: var(--rt-blue);
    color: #ffffff;
    padding: 42px 42px 48px;
}

.health-star-card h3 {
    color: var(--rt-yellow);
    font-family: 'promptsemibold';
    font-size: 4.4rem;
    line-height: 5.2rem;
    margin-bottom: 4px;
}

.health-star-card .subtitle {
    color: #ffffff;
    display: block;
    font-family: 'promptmedium';
    font-size: 2.55rem;
    line-height: 3.2rem;
    margin-bottom: 10px;
}

.health-section-pill {
    background: var(--rt-orange);
    border-radius: 999px;
    color: #ffffff;
    display: inline-block;
    font-family: 'promptsemibold';
    font-size: 3.3rem;
    line-height: 4.4rem;
    padding: 15px 44px;
}

.health-goals {
    display: grid;
    gap: 34px;
    grid-template-columns: 1fr 1fr;
    margin: 56px 0 76px;
}

.health-goal-card {
    align-items: center;
    border: 4px solid var(--rt-blue);
    border-radius: 999px;
    display: grid;
    gap: 24px;
    grid-template-columns: 82px 1fr;
    min-height: 120px;
    padding: 18px 34px 18px 24px;
}

.health-virus-icon {
    align-items: center;
    background: var(--rt-yellow);
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    font-family: 'promptsemibold';
    font-size: 1.7rem;
    height: 74px;
    justify-content: center;
    position: relative;
    width: 74px;
}

.health-virus-icon::before {
    border: 3px solid rgba(255, 255, 255, 0.72);
    border-radius: 50%;
    content: '';
    height: 42px;
    position: absolute;
    width: 42px;
}

.health-virus-icon::after {
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 -30px 0 #ffffff, 0 30px 0 #ffffff, 30px 0 0 #ffffff, -30px 0 0 #ffffff, 21px 21px 0 #ffffff, -21px -21px 0 #ffffff, 21px -21px 0 #ffffff, -21px 21px 0 #ffffff;
    content: '';
    height: 7px;
    opacity: 0.75;
    position: absolute;
    width: 7px;
}

.health-page .health-goal-card p {
    font-size: 1.7rem;
    line-height: 2.55rem;
}

.health-star-logo img {
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
}

.health-objectives {
    list-style: none;
    padding: 0;
}

.health-objectives li {
    align-items: flex-start;
    display: grid;
    grid-template-columns: 68px 1fr;
    margin-bottom: 28px;
}

.health-objectives span {
    align-items: center;
    background: var(--rt-orange);
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    font-family: 'promptlight';
    font-size: 4rem;
    height: 56px;
    justify-content: center;
    line-height: 1;
    width: 56px;
}

.health-page .health-objectives p {
    padding-top: 5px;
}

.health-result-card h3 {
    color: #ffffff;
    font-family: 'promptsemibold';
    font-size: 3.9rem;
    line-height: 4.8rem;
    margin-bottom: 30px;
    text-align: center;
}

.health-result-box {
    background: #ffffff;
    border-radius: 20px;
    color: #111111;
    font-family: 'promptsemibold';
    font-size: 2.2rem;
    line-height: 3.7rem;
    margin-bottom: 38px;
    padding: 26px 32px;
    text-align: center;
}

.health-result-box:last-child {
    margin-bottom: 0;
}

.health-metrics {
    display: grid;
    column-gap: 45px;
    grid-template-columns: 1fr 1fr;
    text-align: center;
}

.health-metric-head {
    margin-bottom: 46px;
}

.health-metric-pill {
    background: var(--rt-orange);
    border: 4px solid var(--rt-orange);
    border-radius: 999px;
    color: #ffffff;
    display: inline-block;
    font-family: 'promptsemibold';
    font-size: 5.6rem;
    line-height: 4.8rem;
    min-width: 290px;
    padding: 4px 32px;
}

.health-metric-pill span {
    font-size: 2.4rem;
}

.health-metric-pill.is-outline {
    background: #ffffff;
    color: var(--rt-orange);
}

.health-metric-head h3 {
    color: #111111;
    font-family: 'promptsemibold';
    font-size: 2.6rem;
    line-height: 3.4rem;
    margin: 12px 0 0;
}

.health-ranges-row {
    display: grid;
    gap: 56px;
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 0;
}

.health-range {
    color: #111111;
    min-height: 92px;
    padding: 0 0 32px;
    position: relative;
    text-align: center;
}

.health-range::before {
    background: var(--rt-orange);
    bottom: 22px;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
}

.health-range-badge {
    background: var(--rt-orange);
    border-radius: 999px;
    color: #ffffff;
    display: inline-block;
    font-family: 'promptsemibold';
    font-size: 1.55rem;
    line-height: 2.3rem;
    margin-bottom: 10px;
    min-width: 86px;
    padding: 2px 14px;
}

.health-range-dot {
    background: #ffffff;
    border: 3px solid var(--rt-orange);
    border-radius: 50%;
    display: block;
    bottom: 11px;
    height: 26px;
    position: absolute;
    width: 26px;
}

.health-range-dot:first-child {
    left: 0;
}

.health-range-dot:nth-child(2) {
    right: 0;
}

.health-page .health-range p {
    font-size: 1.45rem;
    line-height: 2.05rem;
    margin-bottom: 0;
}

.health-page .health-range p span {
    font-family: 'promptsemibold';
}

.health-video-shell {
    background: var(--rt-blue);
    border-radius: 0 75px 75px 0;
    margin-right: 7%;
    padding: 58px 45px;
}

.health-video-shell .rt-img-placeholder {
    min-height: 520px;
}

.rt-img-placeholder {
    align-items: center;
    background: linear-gradient(135deg, #d7d7d7, #eeeeee);
    color: #8a8a8a;
    display: flex;
    font-family: 'promptmedium';
    font-size: 1.8rem;
    justify-content: center;
    min-height: var(--ph-h, 280px);
    overflow: hidden;
    position: relative;
    width: 100%;
}

.rt-img-placeholder::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .35), transparent);
    content: '';
    height: 100%;
    left: -45%;
    position: absolute;
    top: 0;
    transform: skewX(-18deg);
    width: 45%;
}

.rt-img-placeholder::after {
    content: attr(data-label);
    position: relative;
    z-index: 1;
}

.health-story-list {
    display: grid;
    gap: 58px;
}


.health-story-row {
    margin-bottom: 30px;
}

.health-story-row:last-child {
    margin-bottom: 0;
}

.health-story-row h3 {
    color: var(--rt-orange);
    font-family: 'promptsemibold';
    font-size: 2.65rem;
    line-height: 3.55rem;
    margin-bottom: 15px;
}

.health-story-row a {
    display: block;
    margin-top: 15px;
}

.health-other-card .rt-img-placeholder {
    min-height: 260px;
}

.rt-video-section {
    background: #002b64;
    border-radius: 0 500px 0 0;
}

.statistic-other-section .health-range p {
    font-size: 14px;
    margin-bottom: 15px;
}

.statisti-detail {
    padding-bottom: 80px;
}

.statisti-detail .health-section-pill {
    margin-bottom: 30px;
}

.owl-other-project img {
    margin-bottom: 15px;
}

@media (max-width:1199px) {

    .br-container br {
        display: none;
    }
}

@media (max-width: 991px) {
    .rt-long-page main p {
        font-size: 1.75rem;
        line-height: 3.15rem;
    }

    .rt-sec {
        padding: 68px 0;
    }

    .rt-title h2 {
        font-size: 4.1rem;
        line-height: 5.1rem;
    }

    .rt-title .rt-title-lg {
        font-size: 6.2rem;
        line-height: 6.4rem;
    }

    .rt-info-card {
        padding: 42px 35px;
        border-radius: 0;
        margin-top: 30px;
    }

    .rt-project-number {
        font-size: 10rem;
        line-height: 9rem;
        text-align: center;
    }

    .rt-project-heading {
        width: calc(100% - 115px);
    }

    .rt-collage {
        grid-template-columns: 1fr;
    }

    .rt-quote-band h2 {
        font-size: 4.1rem;
        line-height: 5.4rem;
    }

    .rt-project-item {
        margin-bottom: 30px;
    }

    .rt-project-item:last-child {
        margin-bottom: 0;
    }

    .health-star-row,
    .health-goals,
    .health-story-row {
        grid-template-columns: 1fr;
    }

    .health-metrics {
        grid-template-columns: 1fr 1fr;
    }

    .health-ranges-row {
        gap: 32px;
        grid-template-columns: 1fr;
    }

    .health-star-logo {
        margin: 0 auto 30px;
        max-width: 180px;
        padding-right: 0;
    }

    .health-video-shell {
        margin-right: 0;
    }

    .health-section-left {
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {

    .rt-title::before,
    .rt-title::after {
        max-width: 78%;
    }

    .rt-title h2 {
        font-size: 3.2rem;
        line-height: 4.2rem;
    }

    .rt-title .rt-title-lg {
        font-size: 5rem;
        line-height: 5.2rem;
    }

    .rt-project-number,
    .rt-project-heading {
        display: block;
        width: 100%;
    }

    .rt-project-heading {
        margin-top: 8px;
    }

    .rt-strip {
        grid-template-columns: 1fr;
    }

    .rt-quote-band h2 {
        font-size: 3.1rem;
        line-height: 4.2rem;
    }

    .health-title h2 {
        font-size: 3rem;
        line-height: 4rem;
    }

    .health-title .health-title-orange {
        font-size: 4.2rem;
        line-height: 5.1rem;
    }

    .health-goal-card {
        border-radius: 34px;
        grid-template-columns: 1fr;
        text-align: center;
    }

    .health-virus-icon {
        margin: 0 auto;
    }

    .health-objectives li {
        grid-template-columns: 54px 1fr;
    }

    .health-objectives span {
        font-size: 3rem;
        height: 44px;
        width: 44px;
    }

    .health-result-card {
        padding: 42px 20px;
    }

    .health-result-box {
        font-size: 1.85rem;
        line-height: 3rem;
    }

    .health-video-shell .rt-img-placeholder {
        min-height: 260px;
    }

    .health-metrics {
        grid-template-columns: 1fr;
    }

    .project-header img {
        transform: scale(1.5);
    }

    .health-result-box-left {
        margin-bottom: 30px;
    }

    .health-range {
        margin-bottom: 30px;
    }

    .health-story-row img {
        margin-bottom: 15px;
    }

    .health-story-row h3 {
        margin-bottom: 15px;
    }
}

@media (max-width:576px) {
    .project-header img {
        transform: scale(2);
    }

    .project-header-sm img {
        transform: scale(1.5);
    }

    .rt-pill-heading br {
        display: none;
    }

    .rt-project-item > .col-lg-6:first-child {
        grid-template-columns: auto minmax(0, 1fr);
        column-gap: 14px;
        align-items: center;
    }

    .rt-project-item .rt-project-number {
        grid-column: 1;
        font-size: 10rem;
        line-height: 8.5rem;
    }

    .rt-project-item .rt-project-heading {
        grid-column: 2;
        min-height: 78px;
        padding: 16px 18px;
        font-size: 2.1rem;
        line-height: 3rem;
    }

    .rt-project-item > .col-lg-6:first-child > p {
        grid-column: 1 / -1;
        margin-top: 30px;
    }

    .health-section-pill {
        font-size: 2.4rem;
        width: 100%;
    }

    .health-metric-pill {
        font-size: 4rem;
        line-height: 4.8rem;
    }
}
