.cbc-csr {
    /* background: #f5f9ff; */
    color: #004079;padding-bottom:20px ;
    overflow: hidden;
}
.cbc-csr__hero {
    height: 650px;
    padding: 0;
    position: relative;
}
.cbc-csr__hero::before {
    background: linear-gradient(180deg, rgba(0, 64, 121, .05), rgba(0, 64, 121, .15));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.cbc-csr__hero-image {
    display: block;
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center top;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.cbc-csr__hero-title {
    bottom: clamp(70px, 6.4vw, 112px);
    color: #fff;
    font-size: clamp(58px, 6.7vw, 104px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: .76;
    margin: 0;
    position: absolute;
    right: 0;left: 0;text-align: center;
    text-transform: uppercase;
    z-index: 2;
}
.cbc-csr__title-band {
    background: transparent;
    bottom: -2.5%;
    left: 0;
    /* padding: 0 clamp(0px, 2vw, 44px) 18px; */
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 2;
}
.cbc-csr__title-band h1 {
    color: #fff;
    font-size: 65pt;
    font-weight: 800;
    letter-spacing: 0;
    line-height: .86;
    margin: 0;
    text-transform: uppercase;
}
.cbc-csr__programs {
    display: grid;
    gap: 58px;
    margin: 44px auto 96px;
    max-width: none;
    padding: 0;    padding-top: 40px;
    width: 90%;
}
.cbc-csr__program {
    align-items: center;
    display: grid;
    grid-template-columns: 55% 45%;
    height: clamp(520px, 40vw, 720px);
}
.cbc-csr__program--love,
.cbc-csr__program--strong {
    grid-template-columns: 45% 55%;
}
.cbc-csr__program-copy {
    align-items: flex-start;
    background: #004079;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 60%;
    justify-content: center;
    padding: 54px 64px;
    transition: height .45s ease;
}
.cbc-csr__program:has(.cbc-csr__program-copy:hover) .cbc-csr__program-copy {
    height: 100%;
}
.cbc-csr__program-copy h2 {
    color: #fff;
    font-size: clamp(28px, 2vw, 38px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 24px;
    text-transform: uppercase;
}
.cbc-csr__program-copy p {
    color: #fff;    font-weight: 300;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: 1.45;
    margin: 0 0 28px;
}
.cbc-csr__program-copy .des {
    color: #fff;    font-weight: 300;
    font-size: clamp(18px, 1.25vw, 24px);
    line-height: 1.45;
    margin: 0 0 28px;
}
.cbc-csr__program-copy a,
.cbc-csr__news-actions a {
    align-items: center;
    border: 1px solid currentColor;
    color: inherit;
    display: inline-flex;
    font-size: 9px;
    font-weight: 800;
    height: 28px;
    justify-content: center;
    min-width: 96px;
    padding: 14px 16px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: border-color .35s ease, color .35s ease, transform .35s ease;
    z-index: 1;
}
.cbc-csr__program-copy a {
    font-size: 14px;
    height: 38px;
    justify-content: space-between;
    min-width: 214px;
    padding: 0 18px 0 14px;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.cbc-csr__program-copy a::before {
    background: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .35s ease;
    z-index: -1;
}
.cbc-csr__program-copy a:hover {
    color: var(--csr-program-color, #004079);
}
.cbc-csr__program-copy a:hover::before {
    transform: scaleX(1);
}
.cbc-csr__news-actions a::before {
    background: currentColor;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .35s ease;
    z-index: -1;
}
.cbc-csr__program-copy a span {
    border-bottom: 1px solid currentColor;
    border-right: 1px solid currentColor;
    height: 8px;
    margin-left: 28px;
    position: relative;
    transform: rotate(-45deg);
    transition: transform .35s cubic-bezier(.22, .61, .36, 1);
    width: 8px;
}
.cbc-csr__program-copy a span::before {
    background: currentColor;
    content: "";
    height: 1px;
    position: absolute;
    right: 0px;
    top: 6.5px;
    transform: rotate(45deg);
    transform-origin: right center;
    width: 26px;
}
.cbc-csr__program-copy a:hover span {
    transform: translateX(8px) rotate(-45deg);
}
.cbc-csr__program figure {
    height: 100%;
    margin: 0;
    min-height: 0;
    overflow: hidden;
    position: relative;
    transition: height .45s ease;
}
.cbc-csr__program:has(.cbc-csr__program-copy:hover) figure {
    height: 60%;
}
.cbc-csr__program figure img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.cbc-csr__program-image-link {
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 100%;
}
.cbc-csr__program-image {
    inset: 0;
    position: absolute;
    transform: scale(1);
    transition: opacity .72s cubic-bezier(.22, .61, .36, 1), transform .9s cubic-bezier(.22, .61, .36, 1);
}
.cbc-csr__program-image.is-default {
    opacity: 1;
    position: relative;
}
.cbc-csr__program-image.is-hover {
    opacity: 0;
}
.cbc-csr__program:hover .cbc-csr__program-image.is-default,
.cbc-csr__program:focus-within .cbc-csr__program-image.is-default {
    opacity: 0;
    transform: scale(1.035);
}
.cbc-csr__program:hover .cbc-csr__program-image.is-hover,
.cbc-csr__program:focus-within .cbc-csr__program-image.is-hover {
    opacity: 1;
    transform: scale(1.035);
}
.cbc-csr__program figure > a:not(.cbc-csr__program-image-link) {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 9px;
    height: 48px;
    justify-content: center;
    position: absolute;
    right: 16px;
    text-decoration: none;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
}
.cbc-csr__program--green,
.cbc-csr__program--next,
.cbc-csr__program--strong {
    margin-left: 7%;
    width: 82%;
}
.cbc-csr__program--green {
    --csr-program-color: #004079;
    width: 78%;
}
.cbc-csr__program--green figure {
    transform: translateY(-34px);
}
.cbc-csr__program--love {
    --csr-program-color: #f42f35;
    justify-self: center;
    width: 82%;
}
.cbc-csr__program--love .cbc-csr__program-copy {
    background: #f42f35;
}
.cbc-csr__program--next .cbc-csr__program-copy {
    background: #5fc5eb;
}
.cbc-csr__program--next {
    --csr-program-color: #5fc5eb;
}
.cbc-csr__program--strong .cbc-csr__program-copy {
    background: #f2f2f2;
    color: #004079;
}
.cbc-csr__program--strong {
    --csr-program-color: #f2f2f2;
}
.cbc-csr__program--strong .cbc-csr__program-copy h2,
.cbc-csr__program--strong .cbc-csr__program-copy .des {
    color: #004079;
}
.cbc-csr__program--strong .cbc-csr__program-copy a::before {
    background: #004079;
}
.cbc-csr__program--strong .cbc-csr__program-copy a:hover {
    color: #fff;
}
.cbc-csr-cap2 {
    background: #fff;
}
.cbc-csr-cap2__banner {
    align-items: center;
    display: flex;
    height: clamp(360px, 38vw, 560px);
    justify-content: center;
    margin: 0 0 88px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.cbc-csr-cap2__banner.has-gallery {
    margin-bottom: 0;
}
.cbc-csr-cap2__banner::before {
    background: var(--csr-cap2-theme, #004079);
    content: "";
    inset: 0;
    opacity: .72;
    position: absolute;
    z-index: 1;
}
.cbc-csr-cap2__banner img {
    display: block;
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.cbc-csr-cap2__banner h1 {
    color: #fff;
    font-size: clamp(34px, 3.2vw, 54px);
    font-weight: 800;
    letter-spacing: .04em;
    line-height: 1;
    margin: 0;
    max-width: 90%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
}
.cbc-csr-cap2__gallery {
    align-items: stretch;
    display: flex;
    gap: clamp(16px, 1.7vw, 28px);
    justify-content: center;
    margin: 0 auto 88px;
    overflow: hidden;
    padding: clamp(42px, 4.8vw, 72px) clamp(28px, 5vw, 64px) 0;
    width: 90%;
}
.cbc-csr-cap2__gallery-item {
    border-radius: 8px;
    cursor: pointer;
    flex: 1 1 0;
    height: clamp(500px, 44vw, 680px);
    margin: 0;
    min-width: 0;
    overflow: hidden;
    position: relative;
    transition: flex-grow .78s cubic-bezier(.22, .61, .36, 1), transform .78s cubic-bezier(.22, .61, .36, 1), opacity .45s ease;
    will-change: flex-grow;
}
.cbc-csr-cap2__gallery-item a {
    display: block;
    height: 100%;
    width: 100%;
}
.cbc-csr-cap2__gallery-item:nth-child(2) {
    flex-grow: 6;
}
.cbc-csr-cap2__gallery:hover .cbc-csr-cap2__gallery-item {
    flex-grow: 1;
    opacity: .9;
}
.cbc-csr-cap2__gallery .cbc-csr-cap2__gallery-item:hover {
    flex-grow: 6;
    opacity: 1;
    transform: translateY(-6px);
}
.cbc-csr-cap2__gallery-item img {
    display: block;
    height: 100%;
    object-fit: cover;
    transform: scale(1.01);
    transition: transform .9s cubic-bezier(.22, .61, .36, 1), filter .45s ease;
    width: 100%;
}
.cbc-csr-cap2__gallery-item:hover img {
    filter: saturate(1.04) contrast(1.03);
    transform: scale(1.055);
}
.cbc-csr-cap2__intro {
    display: grid;
    gap: 72px;
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.4fr);
    margin: 0 auto 82px;
    max-width: none;
    width: 90%;
}
.cbc-csr-cap2__intro-left h2 {
    color: #004079;
    font-size: clamp(36px, 3.4vw, 58px);
    font-weight: 800;
    letter-spacing: .02em;
    line-height: .9;
    margin: 0 0 24px;
    text-transform: uppercase;
}
.cbc-csr-cap2__intro-left p {
    color: #004079;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
}
.cbc-csr-cap2__intro-right {
    color: #004079;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.48;
}
.cbc-csr-cap2__intro-right p {
    margin: 0 0 26px;
}
.cbc-csr-cap2__intro-right p:last-child {
    margin-bottom: 0;
}
.cbc-csr-cap2__news {
    margin: 0 auto 110px;
    width: 90%;
}
.cbc-csr-cap2__heading {
    align-items: end;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin-bottom: 46px;
}
.cbc-csr-cap2__heading h2 {
    color: #004079;
    font-size: 54px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: .78;
    margin: 0;
    text-transform: uppercase;
}
.cbc-csr-cap2__heading h2 span,
.cbc-csr-cap2__heading h2 strong {
    display: block;
}
.cbc-csr-cap2__heading h2 span {
    font-weight: 400;
}
.cbc-csr-cap2__heading a {
    border: 1px solid #004079;
    color: #004079;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    min-width: 160px;
    padding: 12px 18px;
    text-decoration: none;
    text-transform: uppercase;
}
.cbc-csr-cap2__grid {
    display: grid;
    gap: 36px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.cbc-csr-cap2__card {
    background: #fff;
    transition: background-color .25s ease, color .25s ease;
}
.cbc-csr-cap2__image {
    display: block;
    overflow: hidden;
}
.cbc-csr-cap2__image img {
    aspect-ratio: 1.45;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
    width: 100%;
}
.cbc-csr-cap2__card-copy {
    padding: 18px 0 22px;
    transition: padding .25s ease;
}
.cbc-csr-cap2__card p {
    color: #004079;
    font-size: 12px;
    font-weight: 800;
    margin: 0 0 8px;
}
.cbc-csr-cap2__card h3 {
    color: #004079;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
    text-transform: uppercase;
}
.cbc-csr-cap2__card h3 a {
    color: inherit;
    text-decoration: none;
}
.cbc-csr-cap2__summary {
    color: #51677b;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    margin-top: 12px;
}
.cbc-csr-cap2__card:hover {
    background: #004079;
}
.cbc-csr-cap2__card:hover img {
    transform: scale(1.08);
}
.cbc-csr-cap2__card:hover .cbc-csr-cap2__card-copy {
    padding-left: 18px;
    padding-right: 18px;
}
.cbc-csr-cap2__card:hover p,
.cbc-csr-cap2__card:hover h3,
.cbc-csr-cap2__card:hover .cbc-csr-cap2__summary {
    color: #fff;
}
.cbc-csr-cap2__empty {
    background: rgba(0, 64, 121, .06);
    color: #004079;
    font-size: 18px;
    font-weight: 700;
    padding: 36px;
}
.cbc-csr-cap2__activity-field {
    background: #fff;
    color: #004079;
    font-family: "CBC Josefin Sans", Arial, sans-serif;
    margin: 0 0 110px;
    overflow: hidden;
    position: relative;
}
.cbc-csr-cap2__activity-field::before {
    display: none;
}
.cbc-csr-cap2__activity-field .cbc-business-field__panel {
    background:
        linear-gradient(180deg, rgba(20, 24, 28, .22), rgba(0, 0, 0, .58)),
        var(--business-field-image) center / cover no-repeat fixed;
    display: grid;
    grid-template-columns: repeat(var(--business-field-count, 3), minmax(0, 1fr));
    min-height: min(1078px, 122vw);
    position: relative;
}
.cbc-csr-cap2__activity-field .cbc-business-field__item {
    align-items: flex-end;
    color: #fff;
    display: flex;
    min-height: inherit;
    overflow: hidden;
    padding: clamp(36px, 4.4vw, 62px) clamp(28px, 4vw, 58px);
    position: relative;
}
.cbc-csr-cap2__activity-field .cbc-business-field__item + .cbc-business-field__item {
    border-left: 1px solid rgba(255, 255, 255, .68);
}
.cbc-csr-cap2__activity-field .cbc-business-field__item::before,
.cbc-csr-cap2__activity-field .cbc-business-field__item::after {
    content: "";
    inset: 0;
    position: absolute;
}
.cbc-csr-cap2__activity-field .cbc-business-field__item::before {
    background: linear-gradient(360deg, rgba(0, 0, 0, .82) 0%, rgba(36, 40, 44, .46) 12%, rgba(255, 255, 255, 0) 52%);
    z-index: 1;
}
.cbc-csr-cap2__activity-field .cbc-business-field__item::after {
    background:
        linear-gradient(360deg, rgba(0, 0, 0, .86) 0%, rgba(42, 46, 50, .38) 46%, rgba(255, 255, 255, 0) 76%),
        var(--business-field-item-image) center / cover no-repeat;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity .34s ease, transform .7s cubic-bezier(.22, .61, .36, 1);
    z-index: 0;
}
.cbc-csr-cap2__activity-field .cbc-business-field__item.has-no-hover-image::after {
    background: transparent;
}
.cbc-csr-cap2__activity-field .cbc-business-field__item:hover::after,
.cbc-csr-cap2__activity-field .cbc-business-field__item:focus-within::after {
    opacity: 1;
    transform: translateY(0);
}
.cbc-csr-cap2__activity-field .cbc-business-field__content {
    max-width: 100%;
    position: relative;
    z-index: 2;
}
.cbc-csr-cap2__activity-field .cbc-business-field__content h2 {
    color: #fff;
    font-size: clamp(25px, 2.1vw, 32px);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
    margin: 0;
    text-transform: uppercase;
}
.cbc-csr-cap2__activity-field .cbc-business-field__content p {
    color: #fff;
    font-size: clamp(14px, 1.1vw, 17px);
    line-height: 1.28;
    margin: 16px 0 0;
    max-height: 0;font-weight: 300;
    max-width: 100%;
    opacity: 0;
    overflow: hidden;
    transform: translateY(12px);
    transition: max-height .24s ease, margin .24s ease, opacity .2s ease, transform .24s ease;
}
.cbc-csr-cap2__activity-field .cbc-business-field__content a {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .9);
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    max-height: 0;
    min-height: 0;
    min-width: 206px;
    opacity: 0;
    overflow: hidden;
    padding: 0 44px 0 12px;
    pointer-events: none;
    position: relative;
    text-decoration: underline;
    text-transform: uppercase;
    text-underline-offset: 3px;
    transform: translateY(12px);
    transition: max-height .24s ease, min-height .24s ease, opacity .2s ease, transform .24s ease;
}
.cbc-csr-cap2__activity-field .cbc-business-field__item:hover .cbc-business-field__content p,
.cbc-csr-cap2__activity-field .cbc-business-field__item:focus-within .cbc-business-field__content p {
    max-height: 130px;
    margin: 18px 0 28px;
    opacity: 1;
    transform: translateY(0);
}
.cbc-csr-cap2__activity-field .cbc-business-field__item:hover .cbc-business-field__content a,
.cbc-csr-cap2__activity-field .cbc-business-field__item:focus-within .cbc-business-field__content a {
    max-height: 38px;
    min-height: 38px;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.cbc-csr-cap2__activity-field .cbc-business-field__content a::before {
    background: currentColor;
    content: "";
    height: 1px;
    position: absolute;
    right: 14px;
    top: 50%;
    width: 22px;
}
.cbc-csr-cap2__activity-field .cbc-business-field__content a::after {
    border-right: 1px solid currentColor;
    border-top: 1px solid currentColor;
    content: "";
    height: 8px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
}
.cbc-csr-cap2__related-heading,
.cbc-csr-cap2__related-heading strong {
    color: #004079 !important;
}
.cbc-csr-cap2__related-heading {
    margin: 0 0 22px !important;
}
.cbc-csr-cap2__related .cbc-project-detail__related-card,
.cbc-csr-cap2__related .cbc-project-detail__related-image {
    cursor: none !important;
}
.cbc-csr-detail-cursor {
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 800;
    height: 142px;
    justify-content: center;
    left: 0;
    letter-spacing: 0;
    line-height: 1;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    text-transform: uppercase;
    top: 0;
    transform: translate3d(-50%, -50%, 0) scale(.86);
    transition: opacity .18s ease, transform .18s ease;
    width: 142px;
    z-index: 9999;
}
.cbc-csr-detail-cursor.is-visible {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) scale(1);
}
body.cbc-csr-detail-cursor-active .cbc-cursor-dot,
body.cbc-csr-detail-cursor-active .cbc-cursor-halo {
    opacity: 0 !important;
    visibility: hidden !important;
}
@media (hover: hover) and (pointer: fine) {
    body.has-cbc-cursor .cbc-csr__program-copy a {
        cursor: pointer !important;
    }
    body:has(.cbc-csr__program-copy a:hover) .cbc-cursor-dot,
    body:has(.cbc-csr__program-copy a:hover) .cbc-cursor-halo {
        opacity: 0 !important;
        visibility: hidden !important;
    }
}
@media (hover: none), (pointer: coarse), (max-width: 900px) {
    .cbc-csr-cap2__related .cbc-project-detail__related-card,
    .cbc-csr-cap2__related .cbc-project-detail__related-image {
        cursor: pointer;
    }
    .cbc-csr-detail-cursor {
        display: none;
    }
}
.cbc-csr__news {
    background: #fff;
    /* border-bottom: 16px solid #004079; */
    /* border-top: 1px solid rgba(0, 64, 121, .18); */
    margin: 0 auto;
    max-width: none;
    /* padding: 58px 74px 82px; */
    width: 90%;
}
.cbc-csr__news h2 {
    align-items: end;
    color: #004079;
    column-gap: 72px;
    display: grid;
    font-size: 54px;
    font-weight: 800;
    grid-template-columns: max-content minmax(80px, 1fr);
    grid-template-rows: auto auto;
    letter-spacing: 0;
    line-height: .78;
    margin: 0 0 64px;
    padding-bottom: 18px;
    position: relative;
    text-transform: uppercase;
}
.cbc-csr__news h2::before {
    background: linear-gradient(90deg, #ff3131 0 24px, #58c3e9 24px 58px, transparent 58px 100%);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 86px;
}
.cbc-csr__news h2::after {
    background: rgba(0, 64, 121, .18);
    content: "";
    grid-column: 2;
    grid-row: 2;
    height: 1px;
    margin-bottom: 0;
    min-width: 80px;
}
.cbc-csr__news h2 span {
    display: block;
    font-weight: 400;
    grid-column: 1;
    grid-row: 1;
}
.cbc-csr__news h2 strong {
    display: block;
    font: inherit;
    grid-column: 1;
    grid-row: 2;
}
.cbc-csr__news-grid {
    display: grid;
    gap: 14px 28px;
    grid-template-columns: minmax(0, 1.15fr) repeat(2, minmax(0, .75fr));
    grid-template-rows: auto auto;
}
.cbc-csr__news-main {
    grid-row: span 2;
    padding-bottom: 0;
    position: relative;
    transition: background-color .25s ease, color .25s ease;
}
.cbc-csr__news-image {
    display: block;
    overflow: hidden;
    position: relative;
}
.cbc-csr__news-image::before {
    background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, .16) 36%, rgba(255, 255, 255, .82) 50%, rgba(255, 255, 255, .16) 64%, transparent 100%);
    content: "";
    height: 100%;
    left: -115%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: skewX(-18deg) translateX(0);
    transition: transform .9s cubic-bezier(.16, .84, .44, 1), opacity .18s ease;
    width: 70%;
    z-index: 2;
}
.cbc-csr__news-main:hover .cbc-csr__news-image::before,
.cbc-csr__news-card:hover .cbc-csr__news-image::before {
    opacity: 1;
    transform: skewX(-18deg) translateX(360%);
}
.cbc-csr__news img {
    aspect-ratio: 1.5;
    display: block;
    object-fit: cover;
    transition: transform .55s ease, filter .55s ease;
    width: 100%;
}
.cbc-csr__news-main:hover img,
.cbc-csr__news-card:hover img {
    filter: brightness(1.12) contrast(1.04);
    transform: scale(1.1);
}
.cbc-csr__news-main img {
    aspect-ratio: 1.08;
}
.cbc-csr__news p {
    color: #004079;
    font-size: 9pt;
    font-weight: 800;
    margin: 12px 0 6px;
}
.cbc-csr__news h3 {
    color: #004079;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: .95;
    margin: 0;
    text-transform: uppercase;
}
.cbc-csr__news-card h3 {
    font-size: 15px;
    min-height: 34px;
}
.cbc-csr__news-card {
    padding-bottom: 16px;
    position: relative;
    transition: background-color .25s ease, color .25s ease;
}
.cbc-csr__news-main:hover,
.cbc-csr__news-card:hover {
    background: #004079;
    color: #fff;
}
.cbc-csr__news-main:hover p,
.cbc-csr__news-main:hover h3,
.cbc-csr__news-main:hover .cbc-csr__news-title-vi,
.cbc-csr__news-card:hover p,
.cbc-csr__news-card:hover h3 {
    color: #fff;
}
.cbc-csr__news-main:hover p.danhmuc_csr,
.cbc-csr__news-main:hover h3,
.cbc-csr__news-main:hover .cbc-csr__news-title-vi {
    padding-left: 58px;
    padding-right: 22px;
}
.cbc-csr__news-card p,
.cbc-csr__news-card h3 {
    transition: color .25s ease, padding .25s ease;
}
.cbc-csr__news-title-vi {
    color: #004079;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    margin: 12px 28px 0 0;
    transition: color .25s ease, padding .25s ease;
}
.cbc-csr__news-card p {
    min-height: 16px;
}
.cbc-csr__news-title-vi p{
    font-size: 18px;
}
.cbc-csr__news-title-vi:hover p{
    padding-left: 0;
}
.cbc-csr__news-card h3 a {
    color: inherit;
    display: block;
    min-height: inherit;
    text-decoration: none;
}
.cbc-csr__news-card.is-featured {
    background: #004079;
    color: #fff;
}
.cbc-csr__news-card.is-featured p,
.cbc-csr__news-card.is-featured h3 {
    color: #fff;
    padding-left: 54px;
    padding-right: 14px;
}
.cbc-csr__news-card.is-featured::before {
    background: #fff;
    bottom: 47px;
    content: "";
    height: 2px;
    left: 10px;
    pointer-events: none;
    position: absolute;
    transform: rotate(45deg);
    transform-origin: left top;
    width: 34px;
}
.cbc-csr__news-main:hover::before {
    background: #fff;
    bottom: 55px;
    content: "";
    height: 2px;
    left: 10px;
    pointer-events: none;
    position: absolute;
    transform: rotate(45deg);
    transform-origin: left top;
    width: 34px;
}
.cbc-csr__news-card.is-featured::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    bottom: 24px;
    content: "";
    height: 24px;
    left: 10px;
    pointer-events: none;
    position: absolute;
    width: 24px;
}
.cbc-csr__news-main:hover::after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    bottom: 32px;
    content: "";
    height: 24px;
    left: 10px;
    pointer-events: none;
    position: absolute;
    width: 24px;
}
.cbc-csr__news-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.cbc-csr__news-actions a {
    border-color: #004079;
    color: #004079;
    min-width: 180px;
    overflow: hidden;
}
.cbc-csr__news-actions a:hover {
    border-color: #004079;
    color: #fff;
    transform: translateY(-2px);
}
.cbc-csr__news-actions a:hover::before {
    background: #004079;
    transform: scaleX(1);
}
@media (max-width: 900px) {
    .cbc-csr-cap2__activity-field {
        margin-bottom: 72px;
    }
    .cbc-csr-cap2__activity-field .cbc-business-field__panel {
        background-attachment: scroll;
        grid-template-columns: 1fr;
        min-height: 0;
    }
    .cbc-csr-cap2__activity-field .cbc-business-field__item {
        min-height: 340px;
    }
    .cbc-csr-cap2__activity-field .cbc-business-field__item + .cbc-business-field__item {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .62);
    }
    .cbc-csr-cap2__banner {
        height: 380px;
        margin-bottom: 70px;
    }
    .cbc-csr-cap2__banner.has-gallery {
        margin-bottom: 0;
    }
    .cbc-csr-cap2__gallery {
        justify-content: flex-start;
        margin-bottom: 70px;
        overflow-x: auto;
        padding-left: 28px;
        padding-right: 28px;
        scrollbar-width: none;
    }
    .cbc-csr-cap2__gallery::-webkit-scrollbar {
        display: none;
    }
    .cbc-csr-cap2__gallery-item {
        flex-grow: 1;
    }
    .cbc-csr-cap2__gallery-item:nth-child(2),
    .cbc-csr-cap2__gallery .cbc-csr-cap2__gallery-item:hover {
        flex-grow: 5;
    }
    .cbc-csr-cap2__grid {
        grid-template-columns: 1fr 1fr;
    }
    .cbc-csr-cap2__intro {
        gap: 34px;
        grid-template-columns: 1fr;
    }
    .cbc-csr__hero {
        height: 430px;
    }
    .cbc-csr__hero-title,
    .cbc-csr__title-band h1 {
        font-size: clamp(46px, 10.5vw, 78px);
    }
    .cbc-csr__hero-title {
        bottom: 72px;
        right: clamp(24px, 12vw, 120px);
    }
    .cbc-csr__title-band {
        padding: 0 24px 16px;
    }
    .cbc-csr__programs {
        padding: 0 24px;
    }
    .cbc-csr__program,
    .cbc-csr__program--green,
    .cbc-csr__program--love,
    .cbc-csr__program--next,
    .cbc-csr__program--strong {
        margin-left: 0;
        width: 100%;
    }
    .cbc-csr__program--green figure {
        transform: none;
    }
    .cbc-csr__news-grid {
        grid-template-columns: 1fr 1fr;
    }
    .cbc-csr__news {
        padding-left: 28px;
        padding-right: 28px;
    }
    .cbc-csr__news-main {
        grid-column: 1 / -1;
        grid-row: auto;
    }
    .cbc-csr__news-actions a {
        min-width: 150px;
    }
}
@media (max-width: 767px) {
    .cbc-csr__program--strong .cbc-csr__program-copy {
        border: 1px solid #ececec;
    }
}
@media (max-width: 560px) {
    .cbc-csr-cap2__activity-field .cbc-business-field__item {
        min-height: 300px;
        padding: 30px 24px;
    }
    .cbc-csr-cap2__activity-field .cbc-business-field__content h2 {
        font-size: 24px;
    }
    .cbc-csr-cap2__news {
        width: 90%;
    }
    .cbc-csr-cap2__banner {
        height: 280px;
        margin-bottom: 56px;
    }
    .cbc-csr-cap2__banner.has-gallery {
        margin-bottom: 0;
    }
    .cbc-csr-cap2__gallery {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-bottom: 56px;
        overflow: visible;
        padding: 32px 0 0;
        width: 90%;
    }
    .cbc-csr-cap2__gallery-item {
        height: 210px;
        transform: none !important;
    }
    .cbc-csr-cap2__gallery-item:nth-child(2) {
        grid-column: 1 / -1;
        height: 300px;
        order: -1;
    }
    .cbc-csr-cap2__gallery:hover .cbc-csr-cap2__gallery-item,
    .cbc-csr-cap2__gallery .cbc-csr-cap2__gallery-item:hover {
        opacity: 1;
    }
    .cbc-csr-cap2__gallery-item img,
    .cbc-csr-cap2__gallery-item:hover img {
        filter: none;
        transform: scale(1.01);
    }
    .cbc-project-detail__related.cbc-csr-cap2__related {
        padding-top: 48px;
    }
    .cbc-csr-cap2__related .cbc-project-detail__related-pin {
        width: 88% !important;
    }
    .cbc-csr-cap2__related .cbc-project-detail__related-pin.is-fixed {
        left: var(--related-pin-left, 0) !important;
        position: fixed !important;
        top: var(--related-pin-top, 72px) !important;
        width: var(--related-pin-width, 88%) !important;
        z-index: 5;
    }
    .cbc-csr-cap2__related .cbc-project-detail__related-pin.is-bottom {
        bottom: 0 !important;
        left: 0 !important;
        position: absolute !important;
        width: var(--related-pin-width, 88%) !important;
    }
    .cbc-csr-cap2__related .cbc-project-detail__related-card {
        min-height: 260px;
        padding: 38px 30px;
    }
    .cbc-csr-cap2__related .cbc-project-detail__related-slider {
        margin-top: -18px;
        width: 90%;
    }
    .cbc-csr-cap2__related .cbc-project-detail__related-track {
        gap: 22px;
    }
    .cbc-csr-cap2__related .cbc-project-detail__related-image {
        aspect-ratio: 1.28;
    }
    .cbc-csr-cap2__banner h1 {
        font-size: 30px;
    }
    .cbc-csr-cap2__intro {
        margin-bottom: 56px;
    }
    .cbc-csr-cap2__intro-left p,
    .cbc-csr-cap2__intro-right {
        font-size: 16px;
    }
    .cbc-csr-cap2__heading {
        align-items: flex-start;
        flex-direction: column;
    }
    .cbc-csr-cap2__heading h2 {
        font-size: 38px;
    }
    .cbc-csr-cap2__grid {
        grid-template-columns: 1fr;
    }
    .cbc-csr__hero {
        height: 350px;
    }
    .cbc-csr__hero-title,
    .cbc-csr__title-band h1 {
        font-size: clamp(36px, 11vw, 48px);
    }
    .cbc-csr__hero-title {
        bottom: 52px;
        right: 18px;
    }
    .cbc-csr__title-band {
        padding: 0 18px 14px;
    }
    .cbc-csr__program {
        height: auto;
        grid-template-columns: 1fr;
    }
    .cbc-csr__program-copy,
    .cbc-csr__program:has(.cbc-csr__program-copy:hover) .cbc-csr__program-copy,
    .cbc-csr__program figure,
    .cbc-csr__program:has(.cbc-csr__program-copy:hover) figure {
        height: auto;
    }
    .cbc-csr__program figure {
        min-height: 220px;
    }
    .cbc-csr__program--love figure,
    .cbc-csr__program--strong figure {
        order: 2;
    }
    .cbc-csr__news {
        padding-left: 20px;
        padding-right: 20px;
    }
    .cbc-csr__news h2 {
        column-gap: 30px;
        font-size: 38px;
        margin-bottom: 32px;
        padding-bottom: 14px;
    }
    .cbc-csr__news-grid {
        grid-template-columns: 1fr;
    }
    .cbc-csr__news-actions {
        gap: 14px;
        margin-top: 38px;
    }
    .cbc-csr__news-actions a {
        min-width: 0;
        width: 48%;
    }
}