:root {
    --card-width: 400px;
    --overlap: calc(var(--card-width) / 2);
    --max-height: 630px;
    --gap-transition: 300ms;
}

.banner_pr {
    position: relative;
    z-index: 1;
}

.banner_pr .banner_cus {
    position: relative;
}

.or_custom {
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
}

.or_custom .custom_slider {
    overflow: hidden;
}

.or_custom .custom_slider .splide__arrows .custom-arrow {
    opacity: 0;
    transform: translateY(10px);
}

.or_custom .custom_slider:hover .splide__arrows .custom-arrow {
    opacity: 1;
    transform: translateY(-10px);
}

.or_custom .custom_slider .splide__arrows .custom-arrow {
    width: 40px;
    height: 40px;
    border: 2px solid white;
    border-radius: 50%;
    background: transparent;
    color: white;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
}

.or_custom .custom_slider .splide__arrows .custom-arrow:hover {
    background: rgba(255, 255, 255, 0.1);
}

.or_custom .custom_slider .splide__pagination__page.is-active {
    width: 12px;
    border-radius: 5px;

}


.or_awards {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.or_awards .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    min-height: 420px;
}

.or_awards .award_row {
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 20px;
    position: relative;
    padding: 15px;
}

.or_awards .scroll-wrapper {
    display: inline-flex;
    will-change: transform;
    gap: 40px;
}

.or_awards .item {
    position: relative;
    aspect-ratio: 2.2/3;
    max-height: 300px;
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}

.or_awards .item:hover {
    transform: scale(1.02);
    z-index: 10;
    border-radius: 12px;
    text-shadow: 0 1px 0 #000;
    animation: shadow-drop-center 0.4s linear both
}


.or_awards .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.or_awards .item a {
    color: white;
}

.or_awards .item button {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
    transition: 0.3s;
}

.or_awards .item button:hover {
    background: rgba(0, 0, 0, 0.95);
}

.or_awards .item .title-item {
    position: absolute;
    bottom: 10px;
    color: #D9FF00;
    border: none;
    font-size: 15px;
    transition: 0.3s;
    margin: auto;
    display: block;
    width: 100%;
    text-align: center;
}

.or_awards .item .title-item span {
    font-weight: bold;
    background: rgba(183, 179, 179, 0.65);
    padding: 4px 10px;
    border-radius: 4px;
}

.or_awards .btn_seeAll {
    position: absolute;
    top: calc(100% + 30px);
    right: 0;
    height: 40px;
}

/* Hiệu ứng cuộn */
@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Trạng thái tạm dừng */
.paused {
    animation-play-state: paused !important;
}

.shadow-drop-center {
    animation: shadow-drop-center 0.4s linear both
}

@keyframes shadow-drop-center {
    0% {
        box-shadow: 0 0 0 0 transparent
    }

    100% {
        box-shadow: 0 0 14px 0 rgba(255, 255, 255, .55)
    }
}

.or_about {
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

.or_about .about_wrapper {
    position: relative;
    z-index: 1;
}

.or_about .about_wrapper h3 {
    line-height: 110%;
}

.or_hunger {
    position: relative;
    z-index: 1;
}

.or_target {
    padding-top: 100px;
    min-height: 110vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.or_target .title_target {
    position: relative;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
}

.or_target .title_target>img {
    height: 60px;
}

.or_target .title_target .circle_box {
    position: absolute;
    height: 300%;
    top: 40%;
    left: 10%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    z-index: -1;
}

.or_target .title_target .circle_box img {
    height: 100%;
    width: auto;
}

.or_target .image_abs {
    position: absolute;
    right: 0;
    left: unset;
    width: 50%;
    top: 0;
}

.or_about_auto_slide {
    overflow: hidden;
    border-radius: 20px;
}

.or_about_auto_slide .slide_frame {
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
}

.or_about_auto_slide .slide_frame .child {
    width: 100%;
    aspect-ratio: 5.1/2;
    height: auto;
    position: relative;
    border-radius: 20px;
    background-image: url('../assets/image/ServiceCard.webp');
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 17px 0px rgba(51, 8, 14, 0.5);
    box-shadow: 0px 10px 17px 0px rgba(51, 8, 14, 0.5);
}

.or_about_auto_slide .slide_frame .slide-image {
    position: absolute;
    top: -100px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: top 1s ease;
    border-radius: 20px;
}

.or_about_auto_slide .slide_frame .slide-in {
    top: 0 !important;
    border-radius: 20px !important;
}

.or_about_auto_slide .slide_frame .slide-title {
    position: absolute;
    font-size: 50px;
    top: 10px;
    left: 10px;
    color: white;
    padding: 5px 10px;
    opacity: 1;
    transition: opacity 1s ease;
    z-index: 2;
    border-radius: 20px;
}

.or_about_auto_slide .slide_frame .text-bottom-right {
    position: absolute;
    bottom: 10px;
    left: 0px;
    color: white;
    padding: 5px 10px;
    font-size: 14px;
    opacity: 1;
    transition: opacity 1s ease;
    z-index: 2;
    border-radius: 20px;
}

/* Hiệu ứng fade cho text */
.or_about_auto_slide .slide_frame .fade-out {
    opacity: 0 !important;
    transition: opacity 1s ease;
    border-radius: 20px;
}

.or_about_auto_slide .slide_frame .fade-in {
    opacity: 1 !important;
    transition: opacity 1s ease;
    border-radius: 20px;
}



.or_about_auto_slide .slide_frame .text-bottom-right ul {
    list-style: none;
    padding: 1em;
}

.or_about_auto_slide .slide_frame .text-bottom-right ul li {
    font-size: 20px;
    font-weight: 700;
    font-family: "Darker Grotesque";
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

.or_video {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.or_video .video_wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.or_video .video_wrapper .top_title {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.or_video .video_wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.or_video .video_wrapper .top_title span {
    display: block;
}

.or_video .video_wrapper .bottom_title {
    bottom: -5%;
    right: 7%;
    position: absolute;
    color: #ffffff;
    z-index: 1;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.or_partner {
    padding: 80px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.or_partner .partner_slider {
    -webkit-mask-image: url(/assets/imgmask.png);
    mask-image: url(/assets/imgmask.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.or_partner .partner_slider .splide__slide {
    margin: 0 50px;
}

.or_partner .partner_slider .splide__slide .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 200px;
}

.or_partner .partner_slider .splide__slide .item img {
    max-width: 380px;
    max-height: 200px;
    width: auto;
    height: auto;
    /* filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1); */
    object-fit: cover;
    -webkit-filter: brightness(1) invert(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.or_partner .partner_slider .splide__slide .item:hover img {
    filter: brightness(1) invert(0);
    -webkit-filter: brightness(1) invert(0);
}

.or_contact {
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.or_contact .img_run {
    position: relative;
    overflow: hidden;
}

.or_contact .img_run .inner_img {
    background: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask: -webkit-gradient(linear, left top, right top, from(#000), to(rgba(0, 0, 0, 0)));
    -webkit-mask: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    background-image: url(/assets/paternrun.png);
    background-size: 100% auto;
    background-position: 0 0;
    animation: marqueeRight 5s linear infinite forwards;
    -webkit-animation: marqueeRight 5s linear infinite forwards;
}

.or_contact .img_run .inner_img img {
    opacity: 0;
}

.or_contact .form_contact h3 {
    margin-bottom: 100px;
}

.or_contact .form_contact .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ffffff;
    padding-left: 0;
    font-size: 22px;
    font-family: "Darker Grotesque", sans-serif;
    color: #ffffff;
    font-weight: bold;
    resize: none;
    overflow: hidden;
}

.or_contact .form_contact .form-control::placeholder {
    color: #ffffff;
    transition: transform 0.8s ease, opacity 0.5s ease;
}

.or_contact .form_contact .form-control:focus::placeholder {
    transform: translateX(30px);
    opacity: 0;
}

.or_contact .form_contact .btn.btn-submit {
    border: 1px solid #ffffff;
    font-size: 22px;
    font-family: "Darker Grotesque", sans-serif;
    color: #ffffff;
    font-weight: bold;
    padding: 5px 35px 5px 15px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    line-height: 28px;
    background: transparent url(/assets/right.png) no-repeat right 15px center / 15px auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.or_contact .form_contact .btn.btn-submit:hover {
    background-position: left 15px center;
    padding: 5px 15px 5px 35px;
}

.or_contact .stack__list {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    user-select: none;
}

.or_contact .stack__list ul {
    list-style: none;
    padding-left: 0px;
}

.or_contact .stack__list ul li {
    margin-top: 15px;
}

.or_contact .card__custom .box__custom {
    display: block;
    height: 100%;
    color: #ffffff;
}

.or_contact .card__custom {
    width: var(--card-width);
    margin-left: calc(-1 * var(--overlap));
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: 0.4px;
    box-shadow: 0 8px 20px rgba(12, 25, 40, 0.08);
    transition: all var(--gap-transition) ease;
    position: relative;
    cursor: pointer;
    opacity: 1;
}

.or_contact .card__custom:first-child {
    margin-left: 0;
}

.or_contact .card__custom:nth-child(1) {
    height: var(--max-height);
    z-index: 5;
    background: linear-gradient(135deg, #800020, #2c003e);
}

.or_contact .card__custom:nth-child(2) {
    height: calc(var(--max-height) - 40px);
    z-index: 4;
    background: linear-gradient(160deg, #66001a, #3a0050);
}

.or_contact .card__custom:nth-child(3) {
    height: calc(var(--max-height) - 80px);
    z-index: 3;
    background: linear-gradient(200deg, #550015, #4b0070);
}

.or_contact .card__custom:nth-child(4) {
    height: calc(var(--max-height) - 120px);
    z-index: 2;
    background: linear-gradient(220deg, #440011, #5c0090);
}

.or_contact .card__custom:nth-child(5) {
    height: calc(var(--max-height) - 160px);
    z-index: 1;
    background: linear-gradient(250deg, #33000d, #6d00b0);
}

.or_contact .stack__list:has(.card__custom:hover) .card__custom {
    opacity: 0.3;
}

.or_contact .card__custom:hover {
    opacity: 1 !important;
    z-index: 999 !important;
    height: var(--max-height);
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 26px 40px rgba(12, 25, 40, 0.18);
}

.or_contact .card__custom .label__custom {
    padding: 20px;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.or_about_wrapper {
    overflow: hidden;
}

.or_about_wrapper .or_about_banner {
    position: relative;
    z-index: 1;
    height: 100vh;
}

.or_about_wrapper .or_about_content {
    position: relative;
    z-index: 1;
}

.or_about_wrapper .or_about_content .content_text .ff-title {
    margin-bottom: 5rem;
}

.or_about_wrapper .or_about_slide {
    position: relative;
    z-index: 1;
    margin-top: 10rem;
    padding-bottom: 10rem;
}

.or_about_wrapper .or_about_slide figure {
    margin-bottom: 0;
    border-radius: 20px;
    overflow: hidden;
}

.or_about_wrapper .or_about_slide .or_about_value {
    margin-top: 5rem;
    position: relative;
    z-index: 2;
}

.or_about_wrapper .or_about_slide .image_abs {
    position: absolute;
    right: 0;
    left: unset;
    width: 50%;
    bottom: 200px;
}

.or_about_wrapper .or_about_service {
    position: relative;
    z-index: 1;
}

.or_about_wrapper .or_about_service .slider_card_wrapper {
    position: relative;
    min-height: 700px;
    margin-bottom: 15rem;
}

.or_about_wrapper .or_about_service .slider_card_wrapper .buttons {
    padding: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.46);
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    top: 75%;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    text-decoration: none;
    font-size: 22px;
    z-index: 100;
    outline: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.or_about_wrapper .or_about_service .slider_card_wrapper .buttons:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.or_about_wrapper .or_about_service .slider_card_wrapper .prev {
    left: 5%;
    right: auto;
}

.or_about_wrapper .or_about_service .slider_card_wrapper .prev img {
    width: auto;
    height: 13px;
    transform: rotate(-90deg);
}

.or_about_wrapper .or_about_service .slider_card_wrapper .next {
    left: auto;
    right: 5%;
}

.or_about_wrapper .or_about_service .slider_card_wrapper .next img {
    width: auto;
    height: 13px;
    transform: rotate(90deg);
}

.or_about_wrapper .or_about_service .slider_card_wrapper .btn_seeAll {
    position: absolute;
    top: calc(100% + 30px);
    right: 0;
}

.or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-5,
.or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_4,
.or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_3,
.or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_2,
.or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_1 {
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 17px 0px rgba(51, 8, 14, 0.5);
    box-shadow: 0px 10px 17px 0px rgba(51, 8, 14, 0.5);
}

.or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-5 .slider_card-item,
.or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-4 .slider_card-item,
.or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-3 .slider_card-item,
.or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_2 .slider_card-item,
.or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_1 .slider_card-item {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0.5rem 2rem;
    overflow: hidden;
    border-radius: 20px;
    min-height: 500px;
}

.or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_4,
.or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_3,
.or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_2,
.or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_1 {
    filter: grayscale(92%) brightness(76%);
}

.or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-1 {
    width: 80%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}

.or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-2 {
    position: absolute;
    width: 85%;
    top: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-3 {
    position: absolute;
    width: 90%;
    top: 140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-4 {
    position: absolute;
    width: 95%;
    top: 210px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-5 {
    position: absolute;
    width: 100%;
    top: 280px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-5 .slider_card-item .card-title {
    font-size: 50px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-5 .slider_card-item ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
}

.or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-5 .slider_card-item ul li {
    font-size: 20px;
    font-weight: 700;
    font-family: "Darker Grotesque";
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

@keyframes marqueeRight {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: var(--run-width) 0;
    }
}


/* ─── RESPONSIVE STYLES ─────────────────────────────────────── */
/* xl: 1400px */
@media (max-width: 1400px) {
    .or_target .image_abs {
        width: calc((41.66666667 / 100) * 1320px);
        right: unset;
        left: calc((75 / 100) * 1320px + ((100vw - 1320px) / 2));
    }

    .or_contact .img_run {
        margin-left: calc((100vw - 1320px + 1.5rem) / -2);
    }
}

/* lg: 1200px */
@media (max-width: 1200px) {
    .or_target .image_abs {
        width: calc((41.66666667 / 100) * 1140px);
        right: unset;
        left: calc((75 / 100) * 1140px + ((100vw - 1140px) / 2));
    }

    .or_contact .img_run {
        margin-left: calc((100vw - 1140px + 1.5rem) / -2);
    }

    .or_about_wrapper .or_about_slide .image_abs {
        width: calc((41.66666667 / 100) * 1140px);
        right: unset;
        left: calc((75 / 100) * 1140px + ((100vw - 1140px) / 2));
    }
}

/* md: 992px */
@media (max-width: 992px) {
    .or_about_wrapper {
        position: relative;
    }

    .or_about_wrapper .or_about_banner {
        height: 40vh;
    }

    .or_about_wrapper .or_about_slide .image_abs {
        bottom: 250px;
        width: calc((41.66666667 / 100) * 960px);
        right: unset;
        left: calc((75 / 100) * 960px + ((100vw - 960px) / 2));
    }

    .or_target .image_abs {
        width: calc((41.66666667 / 100) * 960px);
        right: unset;
        left: calc((75 / 100) * 960px + ((100vw - 960px) / 2));
    }

    .or_contact .img_run {
        display: none !important;
    }

    .or_custom {
        padding-bottom: 3rem;
    }

    .or_custom .custom_slider .splide__arrows .custom-arrow {
        width: 30px;
        height: 30px;
    }

    .banner_site {
        min-height: calc(535px + 6rem);
    }

    .or_target {
        min-height: auto;
    }

    .or_target .title_target {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .or_video {
        padding: 3rem 0;
    }

    .or_video .video_wrapper .top_title {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .or_video .video_wrapper .bottom_title {
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
        right: 0%;
    }

    .or_partner {
        padding: 3rem 0;
    }

    .or_contact {
        padding: 3rem 0;
    }

    .or_contact .form_contact .form-control {
        font-size: 16px;
    }

    .or_contact .form_contact h3 {
        margin-bottom: 1.5rem;
    }

    .or_about {
        padding: 30px 0 10px;
    }

    .or_about_auto_slide .slide_frame .child {
        aspect-ratio: 3.5/2;
        height: auto;
    }

    .or_about_auto_slide .slide_frame .slide-title {
        font-size: 40px;
    }

    .or_about_auto_slide .slide_frame .text-bottom-right ul {
        list-style: none;
        margin-bottom: 0;
    }

    .or_awards .scroll-wrapper {
        gap: 30px;
    }

    .or_awards .item {
        max-height: 260px;
    }
}

/* sm: 768px */
@media (max-width: 768px) {
    :root {
        --card-width: 200px;
        --overlap: calc(var(--card-width) / 2);
        --max-height: 430px;
    }

    .or_contact .card__custom .label__custom h3.fs-30 {
        font-size: 15px;
    }

    .or_contact .card__custom .label__custom ul li {
        font-size: 10px;
    }

    .or_hunger .img_hunger {
        position: absolute;
        top: 0;
        width: 70%;
        right: 0;
    }

    .or_hunger .text_hunger h4 {
        line-height: 120%;
    }

    .or_target {
        display: block;
    }

    .or_target .image_abs {
        position: unset;
    }

    .or_partner h3 {
        margin-bottom: 30px;
    }

    .or_partner .partner_slider .splide__slide .item {
        max-height: 150px;
    }

    .or_partner .partner_slider .splide__slide .item img {
        max-width: 150px;
        max-height: 150px;
    }

    .or_about_wrapper {
        position: relative;
    }

    .or_about_wrapper .or_about_banner {
        height: 30vh;
    }

    .or_about_wrapper .or_about_content .content_text .ff-title {
        margin-bottom: 3rem;
    }

    .or_about_wrapper .or_about_slide figure {
        border-radius: 5px;
    }

    .or_about_wrapper .or_about_service .slider_card_wrapper {
        min-height: 600px;
        margin-bottom: 7rem;
    }

    .or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-5 .slider_card-item,
    .or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-4 .slider_card-item,
    .or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-3 .slider_card-item,
    .or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_2 .slider_card-item,
    .or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_1 .slider_card-item {
        min-height: 300px;
    }

    .or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-5 .slider_card-item .card-title,
    .or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-4 .slider_card-item .card-title,
    .or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-3 .slider_card-item .card-title,
    .or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_2 .slider_card-item .card-title,
    .or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_1 .slider_card-item .card-title {
        font-size: 30px !important;
    }

    .or_about_wrapper .or_about_service .slider_card_wrapper .buttons {
        top: 59%;
        width: 30px;
        height: 30px;
    }

    .or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-5 .slider_card-item ul li {
        font-size: 17px;
    }

    .image_abs {
        display: none;
    }

    .or_target .title_target .ff-title {
        margin-left: 25px;
    }

    .or_about_auto_slide .slide_frame {
        padding: 0;
    }

    .or_about_auto_slide .slide_frame .slide-title {
        font-size: 35px;
    }

    .or_about_auto_slide .slide_frame .text-bottom-right ul li {
        font-size: 17px;
    }

    .or_video .video_wrapper .bottom_title {
        bottom: -8%;
    }

    .or_awards .item {
        max-height: 230px;
    }

    .or_awards .item .title-item {
        font-size: 14px;
    }

    .or_awards .item button {
        top: 8px;
        right: 6px;
        padding: 4px 8px;
        font-size: 11px;
    }

    .or_about {
        padding: 0 0 10px;
    }
}

/* xs: 576px */
@media (max-width: 576px) {
    .or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-5 .slider_card-item,
    .or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-4 .slider_card-item,
    .or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-3 .slider_card-item,
    .or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_2 .slider_card-item,
    .or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_1 .slider_card-item {
        min-height: 270px;
    }

    .or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-5 .slider_card-item .card-title,
    .or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-4 .slider_card-item .card-title,
    .or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-3 .slider_card-item .card-title,
    .or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_2 .slider_card-item .card-title,
    .or_about_wrapper .or_about_service .slider_card_wrapper .slider_card_1 .slider_card-item .card-title {
        font-size: 23px !important;
    }

    .or_about_wrapper .or_about_service .slider_card_wrapper .buttons {
        top: 66%;
        width: 23px;
        height: 23px;
    }

    .or_about_wrapper .or_about_service .slider_card_wrapper .buttons img {
        height: 8px;
    }

    .or_about_wrapper .or_about_service .slider_card_wrapper .slide_child-5 .slider_card-item ul li {
        font-size: 14px;
    }

    .or_target .title_target .ff-title {
        margin-left: 25%;
    }

    .or_target .title_target .circle_box {
        height: 230%;
        top: 40%;
        left: 0%;
    }

    .or_about_auto_slide .slide_frame .child {
        aspect-ratio: 3.3/2;
        height: auto;
    }

    .or_about_auto_slide .slide_frame .slide-title {
        padding: 5px 7px;
        font-size: 27px;
    }

    .or_about_auto_slide .slide_frame .text-bottom-right ul li {
        font-size: 13px;
    }

    .or_awards .scroll-wrapper {
        gap: 20px;
    }

    .or_awards .container {
        min-height: 340px;
    }
}

/* xxs: 450px */
@media (max-width: 450px) {
    .or_about_auto_slide .slide_frame .child {
        aspect-ratio: 2.8/2;
        height: auto;
    }

    .or_about_auto_slide .slide_frame .slide-title {
        font-size: 22px;
    }

    .or_awards .item {
        max-height: 180px;
    }

    .or_awards .item .title-item {
        font-size: 12px;
    }
}