/* .open-blog-main-box:not(.active) {
    transform: translateX(1194px);
    transition: all 0.23s ease-in;
    visibility: hidden;
} */

#soc_media_anchor {
    z-index: 102;
}

.news-page__main-container-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;

    & .news-page__main-container {

        width: 100%;
        max-width: 1412px;

        & .itl-breadcrumb {
            flex-wrap: nowrap;
            border-radius: unset;
            position: sticky;
            top: 0;
            z-index: 100;
            background-color: #fff;
            padding: 26px 0 22px 0;
            margin: 0;
            border: 0;
            /* margin-right: 12px; */
            overflow: hidden;

            & .itl-back-page-link-button {
                min-width: 60px;
            }

        }


        .itl-bredcrumbs-wrapper {
            margin: 0 7px 0 8px;

            &>li {
                display: flex;
            }
        }

        .itl-parent-bredcrumb-home {
            display: flex;
            padding-right: 5px;
        }

        .itl-parent-bredcrumb {
            display: flex;
            position: relative;
            color: var(--primary-color);
            font-weight: 400;
            font-size: 14px;
        }

        .ital-breadcrumb-arrow-box {
            padding: 5px 0 0 5px;
        }

        .itl-breadcrumb-title-wrapper {
            white-space: normal;
            max-width: 100%;
            overflow: hidden;

            &>div {
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }
        }

        .itl-breadcrumb-title {
            padding: 0 0 0 10px;
        }

        .itl-child-bredcrumb-wrapper {
            margin: 15px 0 15px 0;
        }

        .itl-child-bredcrumb {
            font-weight: 400;
            position: relative;
            color: var(--primary-color);

            &::before {
                content: "";
                position: absolute;
                top: 1px;
                width: 0%;
                height: 100%;
                border-bottom: 1px solid var(--primary-color);
                pointer-events: none;
                transition: all 0.15s ease-in;
            }

            &:hover {
                font-weight: 500;
                letter-spacing: -0.1px;
            }

            &:hover::before {
                width: 100%;
            }
        }

        .ital-breadcrumb-slash {
            color: var(--primary-color);
            padding-right: 2px;
            padding-left: 2px;
            cursor: default;
            user-select: none;
        }


        & .open-blog-main-box {
            width: 100%;
            height: 100%;


            & .open-blog-top-box-minimized {

                width: 1412px;
                background-color: #7088a1;
                overflow: hidden;
                height: 205px;
                border-bottom-left-radius: 40px;
                border-bottom-right-radius: 40px;
                /* padding-top: 17px; */
                padding-left: 78px;
                padding-bottom: 38px;
                padding-right: 78px;
                position: fixed;
                z-index: 100;
                top: 69px;
                visibility: hidden;
                opacity: 0;
                /* transition: height 0.5s ease-in; */

                &.visible {
                    visibility: visible;
                    opacity: 1;
                    /* height: 211px; */
                }

                &>*:first-child {
                    min-width: 100%;
                    min-height: 100%;
                    object-fit: cover;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                &>img:first-child {
                    transform: translateY(-175px);
                    filter: brightness(0.65);
                }

                &>div:first-child {
                    background-color: var(--primary-color);
                }

                & .open-blog-top-title-box {
                    position: relative;
                    padding-top: 30px;

                    & .open-blog-top-title-sticker-wrapper {
                        border-bottom: 1px solid white;
                        display: flex;
                        align-items: center;

                        & .open-blog-top-title {
                            width: 100%;
                            padding-right: 15px;
                            font-weight: 600;
                            font-size: 32px;
                            color: white;
                            overflow: hidden;
                            margin-bottom: 30px;
                            line-height: 36px;
                            height: 74px;

                            word-break: break-word;
                            display: -webkit-box;
                            -webkit-box-orient: vertical;
                            -webkit-line-clamp: 2;
                            line-clamp: 2;
                        }

                        & .open-blog-top-sticker-box {
                            padding-top: 6px;
                            min-width: fit-content;
                            display: flex;
                            gap: 10px;
                            flex-wrap: wrap;
                            overflow-y: hidden;

                            & .ital-information-category-sticker {
                                min-width: 133px;
                                height: 31px;
                                background-color: rgba(255, 255, 255, 0.5);
                                border: 1px solid white;
                                border-radius: 40px;
                                display: flex;
                                justify-content: center;
                                align-items: center;
                                font-weight: 500;
                                font-size: 14px;
                            }
                        }
                    }
                }

                & .open-blog-buttons-date-wrapper {
                    padding-top: 15px;
                    display: flex;
                    justify-content: space-between;

                    & .open-blog-top-buttons-box {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        /* width: calc(100% - 78px); */
                        transition: all 0.12s ease-in;

                        & .open-blog-top-close-button {
                            width: 179px;
                            height: 54px;
                            border-radius: 40px;
                            margin-right: 1px;
                            color: #fff;
                            font-size: 16px;
                            font-weight: 500;
                            padding-left: 28px;
                            padding-right: 6px;
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                            border: 2px solid rgba(255, 255, 255, 0.3);
                            transition: all 0.12s ease-in;

                            &:hover {
                                cursor: pointer;
                                border: 2px solid #fff;
                            }

                            & .open-blog-top-close-button-icon {
                                width: 40px;
                                height: 40px;
                                border-radius: 40px;
                                background-color: rgba(255, 255, 255, 0.1);
                                display: flex;
                                align-items: center;
                                justify-content: center;
                            }
                        }

                        & .open-blog-top-arrows-box {
                            display: flex;
                            gap: 11px;
                            width: fit-content;
                            position: relative;
                        }

                        & .open-blog-top-arrow {
                            width: 40px;
                            height: 40px;
                            border-radius: 40px;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            border: 2px solid rgba(255, 255, 255, 0.3);
                            transition: all 0.12s ease-in;

                            &.disabled {
                                opacity: 0.4;
                            }

                            &:not(.disabled):hover {
                                cursor: pointer;
                                border: 2px solid #fff;

                                & .open-blog-top-arrow-text {
                                    display: block;
                                }
                            }

                            &.open-blog-top-arrow-previous>img {
                                transform: rotate(180deg);
                            }

                            & .open-blog-top-arrow-img {
                                width: 13px;
                                height: 11px;
                                /* cursor: pointer; */
                            }

                        }

                        & .open-blog-top-arrow-text {
                            position: absolute;
                            display: none;
                            top: 8px;
                            width: max-content;
                            left: 100px;
                            font-size: 16px;
                            font-weight: 500;
                            color: #fff;
                        }
                    }


                    & .ital-information-item-date-box {
                        display: flex;
                        gap: 20px;

                        & .ital-information-item-date-text {
                            color: #fff;
                        }
                    }
                }
            }


            & .open-blog-top-box {
                background-color: #7088a1;
                overflow: hidden;
                height: 380px;
                border-bottom-left-radius: 40px;
                border-bottom-right-radius: 40px;
                /* padding-top: 17px; */
                padding-left: 78px;
                padding-bottom: 38px;
                padding-right: 78px;
                position: relative;

                &>*:first-child {
                    min-width: 100%;
                    min-height: 100%;
                    object-fit: cover;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                &>img:first-child {
                    filter: brightness(0.65);
                }

                &>div:first-child {
                    background-color: var(--primary-color);
                }

                & .open-blog-top-buttons-box {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    margin-bottom: 115px;
                    position: absolute;
                    padding-left: 78px;
                    left: 0;
                    z-index: 1;
                    padding-top: 31px;
                    padding-bottom: 17px;
                    width: calc(100% - 78px);
                    transition: all 0.12s ease-in;

                    & .open-blog-top-close-button {
                        width: 179px;
                        height: 54px;
                        border-radius: 40px;
                        margin-right: 1px;
                        color: #fff;
                        font-size: 16px;
                        font-weight: 500;
                        padding-left: 28px;
                        padding-right: 6px;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        border: 2px solid rgba(255, 255, 255, 0.3);
                        transition: all 0.12s ease-in;

                        &:hover {
                            cursor: pointer;
                            border: 2px solid #fff;
                        }

                        & .open-blog-top-close-button-icon {
                            width: 40px;
                            height: 40px;
                            border-radius: 40px;
                            background-color: rgba(255, 255, 255, 0.1);
                            display: flex;
                            align-items: center;
                            justify-content: center;
                        }
                    }

                    & .open-blog-top-arrows-box {
                        display: flex;
                        gap: 10px;
                        width: fit-content;
                        position: relative;
                    }

                    & .open-blog-top-arrow {
                        width: 56px;
                        height: 56px;
                        border-radius: 40px;
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        border: 2px solid rgba(255, 255, 255, 0.3);
                        transition: all 0.12s ease-in;

                        &.disabled {
                            opacity: 0.4;
                        }

                        &:not(.disabled):hover {
                            cursor: pointer;
                            border: 2px solid #fff;

                            & .open-blog-top-arrow-text {
                                display: block;
                            }
                        }

                        &.open-blog-top-arrow-previous>img {
                            transform: rotate(180deg);
                        }

                        & .open-blog-top-arrow-img {
                            width: 18px;
                            height: 14px;
                            /* cursor: pointer; */
                        }

                    }

                    & .open-blog-top-arrow-text {
                        position: absolute;
                        display: none;
                        top: 17px;
                        width: max-content;
                        left: 130px;
                        font-size: 16px;
                        font-weight: 500;
                        color: #fff;
                    }
                }


                & .open-blog-top-sticker-box {
                    display: flex;
                    gap: 10px;
                    flex-wrap: wrap;
                    height: 31px;
                    overflow-y: hidden;
                    margin-bottom: 34px;

                    & .ital-information-category-sticker {
                        min-width: 133px;
                        height: 31px;
                        background-color: rgba(255, 255, 255, 0.5);
                        border: 1px solid white;
                        border-radius: 40px;
                        display: flex;
                        justify-content: center;
                        font-weight: 500;
                        align-items: center;
                    }
                }

                & .open-blog-top-title-box {
                    position: relative;
                    padding-top: 141px;

                    & .open-blog-top-title {
                        font-weight: 600;
                        font-size: 32px;
                        color: white;
                        overflow: hidden;
                        margin-bottom: 30px;
                        line-height: 36px;
                        height: 74px;
                        padding-right: 150px;

                        word-break: break-word;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        line-clamp: 2;
                    }
                }

                & .ital-information-item-date-box {
                    border-top: 1px solid #fff;
                    padding-top: 15px;
                    display: flex;
                    gap: 22px;

                    & .ital-information-item-date-text {
                        color: #fff;
                    }
                }
            }

            & .open-blog-bottom-content {
                min-height: 100vh;
                height: fit-content;
                background-color: white;
                display: flex;
                flex-direction: row-reverse;

                padding-left: 80px;
                padding-right: 78px;
                padding-top: 56px;
                padding-bottom: 30px;
                letter-spacing: -0.19px;
            }

            & .open-blog-bottom-socials-wrapper {
                min-width: 30px;
                padding-top: 5px;

                & .open-blog-bottom-socials {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    gap: 18px;
                    margin-bottom: 41px;

                    & .open-blog-bottom-social-item {
                        display: block !important;
                        filter: brightness(0) saturate(100%) invert(97%) sepia(1%) saturate(1250%) hue-rotate(194deg) brightness(107%) contrast(63%);
                        height: 30px;
                        width: 30px;

                        &:hover {
                            filter: var(--primary-color-filter);
                        }
                    }
                }
            }

            & .open-blog-bottom-content-wrapper {
                padding-right: 78px;

                & .open-blog-bottom-short-description {
                    font-style: italic;
                    text-align: justify;
                    font-size: 18px;
                    line-height: 22px;
                    margin-bottom: 49px;
                }

                & .open-blog-bottom-description h2 {
                    color: var(--primary-color);
                    font-size: 16px;
                    font-weight: 700;
                    letter-spacing: 0;
                    margin-bottom: 22px;
                }

                & .open-blog-bottom-description p,
                & .open-blog-bottom-description ul li {
                    color: var(--primary-color);
                    font-size: 14px;
                    line-height: 20px;
                    font-weight: 500;
                    word-spacing: 0.8px;
                    margin-bottom: 20px;
                }

                & .open-blog-bottom-description ul li {
                    text-indent: 17px;
                    word-spacing: 6.7px;
                    position: relative;
                }

                & .open-blog-bottom-description ul li::before {
                    left: 1px;
                    top: 11px;
                }

                & .open-blog-bottom-description ul li::before {
                    content: "";
                    position: absolute;
                    width: 8px;
                    height: 1px;
                    left: -1px;
                    top: 9px;
                    background-color: var(--primary-color);
                }
            }
        }
    }
}

@media(max-width: 1412px) {

    .news-page__main-container-wrapper {
        & .news-page__main-container {
            & .itl-breadcrumb {
                padding-left: 12px;
                padding-right: 12px;
            }

            & .open-blog-main-box {
                & .open-blog-top-box-minimized {
                    width: 100%;
                }
            }
        }
    }
}

@media(max-width: 1024px) {

    .news-page__main-container-wrapper {
        & .news-page__main-container {

            & .itl-breadcrumb {
                overflow: hidden;
                padding-left: 12px;
                padding-right: 12px;
                padding-top: 15px;
                padding-bottom: 15px;
            }

            & .itl-breadcrumb-title-wrapper {
                overflow: hidden;
                white-space: normal;
                word-break: break-word;
                padding-right: 0px;

                &>div {
                    padding-right: 0px;
                }
            }

            .open-blog-main-box {
                width: 100%;
                height: 100%;

                & .open-blog-top-box-minimized {
                    height: 133px;
                    border-bottom-left-radius: 20px;
                    border-bottom-right-radius: 20px;
                    padding-bottom: 0;
                    padding-left: 15px;
                    padding-right: 15px;
                    top: 51px;

                    &>img:first-child {
                        transform: translateY(-175px);
                    }

                    & .open-blog-top-title-box {
                        padding-top: 0px;

                        & .open-blog-top-title-sticker-wrapper {
                            & .open-blog-top-title {
                                font-size: 18px;
                                margin-bottom: 17px;
                                margin-top: 17px;
                                line-height: 24px;
                                height: 48px;
                            }
                        }
                    }

                    & .open-blog-buttons-date-wrapper {
                        padding-top: 10px;

                        & .open-blog-top-buttons-box {

                            & .open-blog-top-arrows-box {
                                display: flex;
                                gap: 11px;
                                width: fit-content;
                                position: relative;
                            }

                            & .open-blog-top-arrow {
                                width: 30px;
                                height: 30px;
                            }
                        }


                        & .ital-information-item-date-box {
                            gap: 15px;
                        }
                    }
                }


                & .open-blog-top-box {
                    height: 307px;
                    padding-left: 15px;
                    padding-right: 15px;
                    border-bottom-left-radius: 20px;
                    border-bottom-right-radius: 20px;

                    position: relative;

                    & .open-blog-top-buttons-box {
                        margin-bottom: 115px;
                        padding-right: 15px;
                        padding-left: 15px;
                        width: 100%;

                        &.scrolling {
                            padding-right: 15px;
                        }

                        & .open-blog-top-close-button {
                            width: 148px;
                            height: 45px;
                            font-size: 14px;
                            padding-left: 22px;
                            padding-right: 5px;

                            & .open-blog-top-close-button-icon {
                                width: 33px;
                                height: 33px;
                            }
                        }

                        & .open-blog-top-arrow {
                            width: 45px;
                            height: 45px;

                            &:not(.disabled):hover {
                                & .open-blog-top-arrow-text {
                                    display: none;
                                }
                            }

                            & .open-blog-top-arrow-img {
                                width: 15px;
                                height: 11px;
                            }
                        }

                        & .open-blog-top-arrow-text {
                            display: none;
                        }
                    }


                    & .open-blog-top-sticker-box {
                        margin-bottom: 26px;
                    }

                    & .open-blog-top-title-box {
                        padding-top: 134px;

                        & .open-blog-top-title {
                            font-size: 18px;
                            margin-bottom: 17px;
                            line-height: 24px;
                            height: 48px;
                        }
                    }

                    & .ital-information-item-date-box {
                        border-top: 1px solid #fff;
                        padding-top: 10px;
                        gap: 0;
                        justify-content: space-between;

                        & .ital-information-item-date-text {
                            color: #fff;
                        }
                    }
                }

                & .open-blog-bottom-socials-wrapper {
                    & .open-blog-bottom-socials {
                        flex-direction: row;
                        gap: 12px;
                        margin-bottom: 26px;

                        & .open-blog-bottom-social-item {
                            height: 36px;
                            width: 36px;
                        }
                    }
                }

                & .open-blog-bottom-content {
                    min-height: 100vh;
                    height: fit-content;
                    background-color: white;
                    flex-direction: column;

                    padding-left: 15px;
                    padding-right: 15px;
                    padding-top: 20px;
                    padding-bottom: 20px;

                    & .open-blog-bottom-content-wrapper {
                        padding-right: 15px;

                        & .open-blog-bottom-short-description {
                            font-size: 16px;
                            line-height: 20px;
                            letter-spacing: -0.13px;
                            margin-bottom: 36px;
                        }



                        & .open-blog-bottom-description h2 {
                            font-size: 14px;
                        }

                        & .open-blog-bottom-description p,
                        & .open-blog-bottom-description ul li {
                            font-size: 12px;
                        }
                    }
                }
            }
        }
    }
}