.list_breadcrumbs_custom{
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    overflow-x: auto;
}

.icon_home_breadcrumbs {
    display: flex;
    width: 15px;
    height: 15px;
    justify-content: center;
    align-items: center;
}


.item_breadcrumbs_custom{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7C7F84;
    text-align: center;
    font-family: var(--font-family-minor);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.66;
    white-space: nowrap;
    transition: all var(--transition-time-default);
}

.item_breadcrumbs_custom::after {
    content: '';
    width: 10px;
    height: 16px;
    display: block;
    background-size: 10px 16px;
    background-image: url(../image/categories/icon_short_arrow_right.svg);
    background-repeat: no-repeat;
}

.item_breadcrumbs_custom a {
    color: #1A1A1A;
    text-align: center;
    font-family: var(--font-family-minor);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.66;
    white-space: nowrap;
    transition: all var(--transition-time-default);
}

.item_breadcrumbs_custom:last-child::after {
    display: none;
}

.item_breadcrumbs_custom a:hover {
    color: #E22833;
    text-align: center;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    fill: #E22833;
}

.text_upper_title_with_before {
    position: relative;
    color: #1A1A1A;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    padding-left: 18px;
}

.text_upper_title_with_before::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    content: '';
    background: #1A1A1A;
}

.btn_link_red {
    display: flex;
    padding: 13px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 62px;
    background: var(--color-link-red);
    color: #FFF;
    font-family: var(--font-family-minor);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.33;
    transition: var(--transition-time-default);
}


.btn_link_red::after {
    content: '';
    width: 23px;
    height: 20px;
    display: block;
    background-size: 100% 100%;
    background-position-x: 0;
    background-image: url(../image/home/icon_arrow_white_right.svg);
    transition: var(--transition-time-default);
}

.btn_link_red:hover {
    background-color: var(--color-text-hover-black);
}

.btn_link_red:hover::after {
    background-position-x: 23px;
}

.container_banner {
    width: 100%;
    margin-inline: auto;
    position: relative;
    height: 32px;
    overflow: hidden;
    mask-image: linear-gradient(
            to right,
            rgba(0,0,0,0),
            rgba(0,0,0,1) 20%,
            rgba(0,0,0,1) 80%,
            rgba(0,0,0,0)
    );
}



@keyframes scrollLeft {
    to {
        left: -130px;
    }
}

.item_banner {
    width: 130px;
    height: 32px;
    border-radius: 6px;
    position: absolute;
    left: max(calc(130px * 8), 100%);
    animation-name: scrollLeft;
    animation-duration: 30s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

    padding: 7.23px 9.303px 7.027px 9.562px;
}

.item_banner img{
    width: 100%;
}


.item1 {
    animation-delay: calc(30s / 8 * (8 - 1) * -1);
}
.item2 {
    animation-delay: calc(30s / 8 * (8 - 2) * -1) ;
}
.item3 {
    animation-delay: calc(30s / 8 * (8 - 3) * -1) ;
}
.item4 {
    animation-delay: calc(30s / 8 * (8 - 4) * -1) ;
}
.item5 {
    animation-delay: calc(30s / 8 * (8 - 5) * -1) ;
}
.item6 {
    animation-delay: calc(30s / 8 * (8 - 6) * -1) ;
}
.item7 {
    animation-delay: calc(30s / 8 * (8 - 7) * -1) ;
}
.item8 {
    animation-delay: calc(30s / 8 * (8 - 8) * -1) ;
}

.global_container_about_us_page {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 60px;
    padding-top: 74px;
    display: flex;
    flex-direction: column;
    gap: 22px;
    align-self: stretch;
}

.container_about_us_page {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-self: stretch;
}

.container_list_breadcrumbs_section_about_us_page{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch
}

.section_about_us_top_banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.box_content_about_us_top_banner{
    display: flex;
    padding: 28px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 38px;

}

.box_content_about_us_top_banner.yellow {
    background: #FFD03E;
}

.title_section_about_page{
    color: #1A1A1A;
    font-family: var(--font-family-minor);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.img_description_section_about_page{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    align-self: stretch;
}

.description_section_about_page {
    color: #1A1A1A;
    font-family: var(--font-family-minor);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.27;

}

.photo_about_us_page {
    border-radius: 38px;
}

.box_item_content_about_us_page {
    display: flex;
    padding: 28px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 34px;
}

.box_item_content_about_us_page.grey {
    background: #F5F5F5;
}

.box_top_title_text_about_us_page{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    align-self: stretch;
    margin-bottom: 20px;
}

.title_item_about_us_page {
    color: #1A1A1A;
    font-family: var(--font-family-minor);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.text_content_about_us_page{
    color: #1A1A1A;
    font-family: var(--font-family-minor);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.44;
    /* 144.444% */
}

.text_content_about_us_page b {
    font-weight: 600;
}

.list_cart_about_us_page{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    align-self: stretch;
}

.link_item_cart_about_us_page{
    border-radius: 16px;
    height: 100%;
    background: #FFF;
    box-shadow: 0 2px 5px 0 rgba(83, 110, 151, 0.25);
    display: flex;
    flex-direction: column;
    align-self: stretch;
    transition: all var(--transition-time-default);
    overflow: hidden;
}

.box_text_item_cart_about_us_page{
    padding: 16px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.icon_item_cart_about_us_page{
    min-width: 23px;
    max-width: 23px;
    min-height: 20px;
    max-height: 20px;
    fill: #7C7F84;
    transform: translateX(-23px);
    transition: all var(--transition-time-default);
}
svg:not(:root) {
    overflow: visible;
}

.box_icon_item_cart_about_us_page {
    min-width: 23px;
    max-width: 23px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.title_item_cart_about_us_page {
    color: #1A1A1A;
    font-kerning: none;
    font-feature-settings: 'liga' off;
    font-family: var(--font-family-minor);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all var(--transition-time-default);
}

.img_item_cart_about_us_page{
    max-height: 178px;
    height: 178px;
    width: 100%;
    max-width: none;
    object-fit: cover;
}

.container_content_large_image{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
}

.text_bottom_title_about_us_page {
    color: #1A1A1A;
    font-family: var(--font-family-minor);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 144.444% */
}

.content_large_image {
    height: 360px;
    align-self: stretch;
    border-radius: 34px;
    object-fit: cover;
}


.box_item_content_about_us_page.white {
    border-radius: 36px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}

.container_content_video{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
}

.video_item_about_us_page {
    height: 340px;
    align-self: stretch;
    border-radius: 28px;
    width: 100%;
    object-fit: cover;
}

.container_second_last_about_us_page{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.box_item_content_about_us_page.yellow {
    background: #FFD03E;
    gap: 20px;
}

.box_item_content_about_us_page.yellow .box_top_title_text_about_us_page {
    margin-bottom: 0;
}

.box_item_content_about_us_page.desktop {
    display: none;
}

.image_second_last_about_us_page {
    border-radius: 34px;
}


.video_second_item_about_us_page {
    height: 520px;
    width: 100%;
    object-fit: cover;
    border-radius: 28px;
}

.container_last_about_us_page .box_item_content_about_us_page{
    gap: 20px;
}

.container_last_about_us_page .box_top_title_text_about_us_page {
    margin-bottom: 0;
}


.link_item_cart_about_us_page:hover .icon_item_cart_about_us_page{
    transform: translateX(0);
    fill: #E22833;
}

.link_item_cart_about_us_page:hover .title_item_cart_about_us_page {
    color: #E22833;
    text-decoration: underline;
}
.link_item_cart_about_us_page:hover{
    background: #FFF;
    box-shadow: 0 7px 19px 0 rgba(83, 110, 151, 0.25);
}

.decoration_line2{
    width: 280px;
    height: 67px;
}

.img_item_cart_about_us_page{
    border-radius: 16px;
}

@media screen and (min-width: 768px) {
    .container_banner {
        height: 65px;
    }

    @keyframes scrollLeft {
        to {
            left: -268px;
        }
    }

    .item_banner {
        width: 268px;
        height: 65px;
        left: max(calc(268px * 8), 100%);
        padding: 14.942px 19.226px 14.521px 19.761px;
    }

    .global_container_about_us_page{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 104px;
        gap: 22px;
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }

    .container_about_us_page{
        gap: 60px;
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }

    .container_list_breadcrumbs_section_about_us_page{
        gap: 22px;
    }

    .box_content_about_us_top_banner{
        padding: 40px;
    }

    .title_section_about_page {
        font-size: 42px;
        line-height: normal;
        margin-bottom: 40px;
    }

    .description_section_about_page{
        font-size: 20px;
    }

    .box_item_content_about_us_page {
        padding: 40px;
        gap: 40px;
    }

    .box_top_title_text_about_us_page{
        margin-bottom: 0;
    }

    .title_item_about_us_page{
        font-size: 32px;
        line-height: normal;
    }

    .list_cart_about_us_page{
        gap: 28px;
    }

    .link_item_cart_about_us_page {
        border-radius: 36px;
    }

    .box_title_text_large_image {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 50px;
        align-self: stretch;
    }

    .content_large_image {
        height: 589px;
    }

    .video_item_about_us_page {
        max-height: 756px;
        min-height: 756px;
        align-self: stretch;
    }

    .box_item_content_about_us_page.yellow{
        gap: 40px;
        margin-bottom: 20px;
    }

    .container_second_last_about_us_page .btn_link_red {
        width: fit-content;
    }

    .image_second_last_about_us_page{
        height: 447px;
        max-width: none;
        width: 100%;
        object-fit: cover;
    }

    .video_second_item_about_us_page {
        height: 828px;
        align-self: stretch;
        margin-bottom: 20px;
    }

    .container_last_about_us_page .box_item_content_about_us_page{
        gap: 40px;
    }
    .container_last_about_us_page .box_item_content_about_us_page .btn_link_red {
        width: fit-content;
    }

    .img_item_cart_about_us_page{
        height: 214px;
        max-height: 214px;
    }

    .box_text_item_cart_about_us_page{
        padding: 30px;
    }

    .img_item_cart_about_us_page {
        border-radius: 36px;
    }

}

@media screen and (min-width: 1280px) {

    .btn_link_red {
        display: flex;
        padding: 13px 18px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        align-self: stretch;
        border-radius: 62px;
        background: var(--color-link-red);
        color: #FFF;
        font-family: var(--font-family-minor);
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: 1.33;
        transition: var(--transition-time-default);
    }


    .btn_link_red::after {
        content: '';
        width: 23px;
        height: 20px;
        display: block;
        background-size: 100% 100%;
        background-position-x: 0;
        background-image: url(../image/home/icon_arrow_white_right.svg);
        transition: var(--transition-time-default);
    }

    .btn_link_red:hover {
        background-color: var(--color-text-hover-black);
    }

    .btn_link_red:hover::after {
        background-position-x: 23px;
    }

    .container_banner{
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }

    .global_container_about_us_page{
        padding-left: 60px;
        padding-right: 60px;
        padding-bottom: 80px;
        padding-top: 100px;
        max-width: 1440px;
    }

    .container_about_us_page{
        max-width: 1440px;
    }

    .section_about_us_top_banner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;

    }

    .list_cart_about_us_page{
        grid-template-columns: repeat(4, 1fr);
    }

    .box_title_text_large_image{
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
        gap: 40px;
    }

    .box_title_text_large_image .box_top_title_text_about_us_page{
        min-width: 359px;
        max-width: 359px;
    }

    .text_bottom_title_about_us_page{
        width: 800px;
    }

    .box_item_content_about_us_page{
        padding: 48px;
    }

    .video_item_about_us_page{
        max-height: 808px;
        min-height: 808px;
    }

    .container_second_last_about_us_page{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .box_item_content_about_us_page.desktop {
        display: flex;
    }
    .box_item_content_about_us_page.mobile {
        display: none;
    }

    .image_second_last_about_us_page{
        height: 100%;
    }

    .container_last_about_us_page{
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .video_second_item_about_us_page {
        min-width: 430px;
        max-width: 430px;
        height: 512px;
    }

    .container_last_about_us_page .box_item_content_about_us_page{
        gap: 28px;
        max-height: 512px;
        min-height: 512px;
    }

}