.custom-breadcumb {
    position: relative;
    z-index: 1;
}

/*************** Stert Comments ******************/
.edNews__commentPendingApproval,
.edNews_errorMessage {
    position: absolute;
    top: 105%;
    right: 0;
    transition: all ease-in-out .3s;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    display: block
}

.edNews__commentPendingApproval.show,
.edNews_errorMessage.show {
    max-height: 3rem;
    opacity: 1;
    background: var(--warning-color-1);
    padding: 0.2rem .4em;
    color: var(--White);
    border-radius: var(--radius);
    z-index: 1;
    -webkit-border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -ms-border-radius: var(--radius);
    -o-border-radius: var(--radius);
}

.edNews__commentsWrapper .btn-submit {
    color: var(--White);
    transition: all ease-in-out .3s;
    cursor: pointer;
    font-weight: bold;
}

.edNews__commentsWrapper .btn-submit:hover {
    background: var(--accent-color4)
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea) {
    outline: unset !important;
    ;
    padding: 1rem;
    width: -webkit-fill-available;
    background-color: var(--lsilver);
    transition: all ease-in-out .3s;
    border: 0.1em solid var(--silverLight);
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea)::placeholder {
    text-align: right !important;
    font-family: IranSite;
    color: var(--Silver-Secondary-Color);
    transition: all ease-in-out .3s;

}

input:where([type="email"], [type="cell"]) {
    direction: ltr
}

.edNews__commentsWrapper .form-group label {

    padding: .4rem 0
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea):focus {
    border-color: var(--Accent-Color);
}

.edNews__commentsWrapper :where(input[type="text"], input[type="email"], textarea):focus::placeholder {
    letter-spacing: -0.05rem;
    font-size: 0.9rem;
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: .2em;
    gap: 1rem
}

.edNews__commentsWrapper .GDPR input[type=checkbox] {
    display: none
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label:before {
    content: "\2714";
    border: .1em solid var(--Black-Color);
    border-radius: .2em;
    display: flex;
    color: transparent;
    transition: .2s;
    padding: 0 0.5em;
    border: 0.1rem solid var(--blgnav);
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label:active:before {
    transform: scale(0)
}

.edNews__commentsWrapper .GDPR input[type=checkbox]:checked+label:before {
    background-color: #3cb371;
    border-color: #3cb371;
    color: var(--White)
}

.edNews__commentsWrapper .GDPR input[type=checkbox]:disabled+label:before {
    transform: scale(1)
}

.edNews__commentsWrapper .GDPR input[type=checkbox]:checked:disabled+label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb
}

.edNews__commentsCommentFormWrapper .edNews__replyingToMessage {
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .3s
}

.edNews__commentsCommentFormWrapper.edNews__replyingToComment .edNews__replyingToMessage {
    opacity: 1;
    visibility: visible
}

.edNews__commentsCollapseWrapper {
    width: 100%
}

.edNews_commentDetails .media-body {
    flex: 1 0 80%;
    border: 0.1rem solid var(--silverLight);
    border-radius: calc(var(--b-rasiud)*2);
}

.edNews__commentVoting_upvote .fa-thumbs-o-up:before {
    color: green;
    font-size: 1.5rem
}

.edNews__commentVoting_downvote .fa-thumbs-o-down:before {
    color: red;
    font-size: 1.5rem
}

.edNews_commentActions span {
    color: var(--accent-color1)
}

.edNews_numberVotes {
    color: var(--accent-color1)
}

.edNews_loadMoreTriggerWrapper {
    display: flex;
    justify-content: center
}

.edNews_loadMoreTriggerWrapper button {
    background: var(--accent-color3);
    border: 1px solid var(--accent-color2);
    padding: 1rem;
    margin-bottom: 2rem;
    cursor: pointer
}

.edNews_loadMoreTriggerWrapper .loadingOverlay {
    display: none
}

.edNews_loadMoreTriggerWrapper.loading,
.edNews__editingComment .edNews__editCommentContainer {
    display: block
}

.edNews_loadMoreTriggerWrapper.hide,
.edNews__editCommentContainer {
    display: none
}

.edNews_userAvatar img {
    width: 2.85rem;
    height: 2.85rem;
    border-radius: var(--b-radius);
}

.edn_recentCommentContainer {
    display: flex;
    gap: 1rem;
    align-items: center;

}

.ItemTitleComment svg {
    width: 1.5rem;
}

.edNews__commentContent {
    font-size: 1rem;
}

.edNews_commentDate {
    font-size: 0.8rem;
    padding-top: 6px;
}

.edNews__childCommentsContainer {
    border-right: solid 2px var(--accent-color);
    margin-bottom: 0.6rem;

    .edNews__itemCommentContainer {
        margin-right: 2rem;
        border-top: 0.1rem solid var(--dark-gray);
    }
}

.edNews_adminEdit .btn-submit {
    background: transparent !important;
    color: var(--accent-color);

    .edNews__editComment,
    .edNews__deleteComment {
        display: none;
    }
}

div#edNewsComment3424_2219_3 {
    border-bottom: 0.1em solid var(--accent-color2)
}

.article_pager {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-direction: row-reverse;

    .page {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2rem;
        height: 2rem;
        color: var(--Acolor);
        border-radius: 0.4rem;

        &.active {
            background-color: var(--darken-color-3);
            color: var(--White);
        }
    }
}

/********************** End Comments ***********************/

/***************** Start Related Aritcle *******************/
.relatedBox {
    .relatedImgBox {
        width: 7rem;
        height: 7.2rem !important;
    }

    .relatedTextBox {
        strong {
            font-size: 0.8rem;
        }

        span {
            font-size: 0.7rem;
        }
    }
}

.related-articles {
    .main-title {
        font-weight: bold;
        color: var(--Black);
    }

    .related-item {
        img {
            min-width: 52px;
            border-radius: 0.4rem;
            -webkit-border-radius: 0.4rem;
            -moz-border-radius: 0.4rem;
            -ms-border-radius: 0.4rem;
            -o-border-radius: 0.4rem;
            margin-left: 1rem;
        }

        .title {
            font-size: 1rem;
            font-weight: normal;
            margin: 0;
        }

        svg {
            width: 1rem;
            stroke: var(--accent-color);
            margin-left: 0.5rem;
        }

        .time {
            font-size: 0.8rem;
        }
    }
}

/***************** End Related Aritcle *******************/


.comments-frame {
    background-color: var(--lightGray);
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    padding: 1.5rem;
}

.comments-form {
    .sec-title {
        display: block;
        color: var(--Black);
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }

    .field-holder {
        position: relative;
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        gap: 0.5rem;

        .form-control-label {
            display: block;
            font-weight: normal;
            color: var(--texture-color-1);

            .star {
                color: var(--warning-color-1);
            }
        }

        .form-control {
            width: 100%;
            height: 3rem;
            border: none !important;
            outline: none;
            font-size: 1rem;
            padding: 0.5rem;
            resize: none;
            text-align: right;
            background-color: var(--White);
            border-radius: var(--b-radius);

            &::placeholder {
                font-size: 1rem;
                font-weight: normal;
            }

            &:disabled {
                background-color: transparent;
            }
        }

        textarea {
            min-height: 11.3rem;
        }
    }

    .rating-in-comment {
        .caption {
            color: var(--Black);
        }
    }

    .submit-btn {
        font-size: 1rem;
        color: var(--Acolor);
        border: none;
        padding: 0.3rem 1.5rem;
        border-radius: calc(var(--b-radius)*4);
        background-color: var(--primary-light-color-5);
        cursor: pointer;

        svg {
            width: 1.05rem;
            height: 1.05rem;
        }
    }
}

.comments-list {
    margin: 2rem 0;

    .avatar {
        width: 3.07rem;
        min-width: 3.07rem;
        height: 3.07rem;
        background-color: var(--accent-color);
        border-radius: 0.6rem;
        margin: 0.3rem 0 0 1rem;
        -webkit-border-radius: 0.6rem;
        -moz-border-radius: 0.6rem;
        -ms-border-radius: 0.6rem;
        -o-border-radius: 0.6rem;

        svg {
            width: 2rem;
            stroke: var(--White);
            fill: none;
        }
    }

    .comment-head {
        position: relative;
        width: 100%;
        min-height: 3.9rem;
        padding: 0.4rem 1rem;
        background-color: var(--bg-2);
        border-radius: 0.4rem;
        border: solid 1px var(--texture-color-7);

        &:before {
            content: '';
            position: absolute;
            left: 100%;
            top: 50%;
            width: 8px;
            aspect-ratio: 1 / 2;
            clip-path: polygon(0px 0, 100% 50%, 0 100%);
            background: var(--texture-color-7);
        }

        .date {
            .item {
                font-size: 0.8rem;
                color: var(--Black);

                svg {
                    width: 1.25rem;
                    height: 1.25rem;
                    margin-left: 0.5rem;
                    fill: var(--accent-color);
                }



                &:nth-child(2n) {
                    margin-right: 1rem;
                    padding-right: 1rem;
                    border-right: solid 1px var(--texture-color-7);

                    svg {
                        fill: none;
                        stroke: var(--accent-color);
                    }
                }

            }
        }
    }

    .author {
        font-size: 1rem;
        font-weight: bold;
        color: var(--Black);
    }


    @media(max-width:760px) {
        display: block !important;
        height: auto;

        .date {
            flex-direction: column;
        }
    }
}

.comment-body {
    padding: 1rem;

    .comment-content {
        font-size: 1rem;
        color: var(--Black);
    }

    .edNews__replyComment {
        cursor: pointer;
    }

    .action-btns {
        svg {
            cursor: pointer;
        }

        .like {
            .like-couner {
                color: var(--Black);
                margin-top: -3px;
                margin-left: 2px;
            }
        }
    }

    @media(max-width:760px) {
        display: block !important;
        height: auto;

    }
}


/***************** Start Swiper Slider *******************/
.slider-controller {
    max-width: 100%;

    .navigation {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 10px;
        cursor: pointer;

        svg {
            position: relative;
            width: 0.6rem;
            stroke: var(--Black);
        }

        &.swiper-button-disabled {
            opacity: 0.5;
            cursor: default;

        }

    }

    .slide-number {
        font-weight: bold;
        font-size: 1rem;
    }

    .progressbar {
        position: relative;
        width: 122px;
        height: 2px;

        &.swiper-pagination-lock {
            display: block;
        }

        .swiper-pagination-progressbar-fill {
            background: var(--accent-color);
            transition-duration: 5000ms !important;
        }
    }

    .swiper-pagination-bullet {
        background-color: var(--accent-color);
        opacity: 0.4;

        &.swiper-pagination-bullet-active {
            opacity: 1;
        }
    }
}

/***************** End Swiper Slider *******************/


/***************** Start Home Slider *******************/
.home-slider-section {
    position: relative;
    z-index: 1;
    border-radius: 0.62rem;
    overflow: hidden;

    .text-holder {
        position: absolute;
        top: 2.5rem;
        right: 2.5rem;
        left: 2.5rem;

        .title {
            font-size: 1.25rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .subtitle {
            font-weight: 800;
            font-size: 2.25rem;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
    }

    .controller {
        position: absolute;
        bottom: 0;
        right: 0;
        background: var(--White);
        display: flex;
        align-items: center;
        gap: 0.8rem;
        padding: 1rem 0.2rem 1rem 1rem;
        z-index: 1;
        border-top-left-radius: 0.5rem;

        &:before {
            content: "";
            position: absolute;
            background-color: transparent;
            bottom: 0;
            left: -20px;
            height: 40px;
            width: 20px;
            -webkit-transition: box-shadow 0.3s;
            transition: box-shadow 0.3s;
            -moz-transition: box-shadow 0.3s;
            -ms-transition: box-shadow 0.3s;
            -o-transition: box-shadow 0.3s;
            border-bottom-right-radius: 0.8rem;
            box-shadow: 0 20px 0 0 #fff;
        }

        &:after {
            content: "";
            display: block;
            position: absolute;
            background-color: transparent;
            right: 0;
            top: -40px;
            height: 40px;
            width: 20px;
            -webkit-transition: box-shadow 0.3s;
            transition: box-shadow 0.3s;
            -webkit-border-radius: 0;
            border-radius: 0;
            border-bottom-right-radius: 0.8rem;
            box-shadow: 0 20px 0 0 #fff;
        }


        .navigation {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 50%;
            filter: drop-shadow(0px 4px 8px rgba(96, 97, 112, 0.16)) drop-shadow(0px 0px 2px rgba(40, 41, 61, 0.04));
            background: var(--primary-light-color-5);
            flex-shrink: 0;
            z-index: 1;
            cursor: pointer;

            svg {
                width: 1rem;
                height: 1rem;
                fill: none;
                stroke: var(--accent-color);
            }
        }

        .swiper-pagination {
            position: relative;
            flex-shrink: 0;
            width: auto;
            bottom: auto;
            top: auto;
            left: auto;

            .swiper-pagination-bullet {
                cursor: pointer;
                width: 0.5rem;
                height: 0.5rem;
                background: var(--accent-color);

                &.swiper-pagination-bullet-active {
                    background: var(--accent-color);
                    opacity: 1;
                }
            }
        }

    }

    @media(max-width:760px) {
        .text-holder {
            .title {
                font-size: 0.75rem;
            }

            .subtitle {
                font-size: 1rem;
            }
        }
    }
}

.home-slider-side {
    position: relative;
    z-index: 1;

    .item {
        width: 100%;
        border-radius: 0.62rem;
        overflow: hidden;

        .text-holder {

            .title,
            .subtitle {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }
        }

        &:nth-child(1) {

            .img-box {
                aspect-ratio: 2/1.42;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }


            .text-holder {
                top: 2rem;
                right: 1.5rem;
                left: 2.5rem;

                .title {
                    font-size: 0.87rem;
                }

                .subtitle {
                    font-weight: bold;
                    font-size: 1.25rem;
                }
            }
        }

        &:nth-child(2) {
            .img-box {
                aspect-ratio: 2/0.91;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }

            .text-holder {
                top: 1rem;
                right: 1.5rem;
                left: 1.5rem;

                .title {
                    font-size: 0.75rem;
                }

                .subtitle {
                    font-weight: 800;
                    font-size: 1rem;
                }
            }
        }
    }

    @media(max-width:760px) {
        .item {

            .img-box {
                aspect-ratio: 2/0.91 !important;
            }

            .text-holder {
                .title {
                    font-size: 0.75rem;
                }

                .subtitle {
                    font-size: 1rem;
                }
            }
        }
    }
}

/***************** End Home Slider *******************/


/***************** Start Article Category Slider *****************/
.article-category-section {
    .category-slider {
        .swiper-slide {
            >a {
                border-radius: 0.4rem;
                border: solid 1px #F6F6F6;
                overflow: hidden;

                .img-box {
                    border-radius: 0.4rem;
                    -webkit-border-radius: 0.4rem;
                    -moz-border-radius: 0.4rem;
                    -ms-border-radius: 0.4rem;
                    -o-border-radius: 0.4rem;
                    overflow: hidden;

                    img {
                        width: 100%;
                    }

                    .cat-label {
                        position: absolute;
                        display: block;
                        bottom: 0.6rem;
                        left: 0.6rem;
                        min-width: 95px;
                        padding: 0 1rem;
                        font-size: 1rem;
                        color: var(--Black);
                        text-align: center;
                        background-color: white;
                        border-radius: 1.1rem;
                        -webkit-border-radius: 1.1rem;
                        -moz-border-radius: 1.1rem;
                        -ms-border-radius: 1.1rem;
                        -o-border-radius: 1.1rem;
                    }
                }

                .desc {
                    width: 100%;
                    font-size: 1rem;
                    height: 36px;
                    color: var(--Black);
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    overflow: hidden;
                }

                .count {
                    font-size: 1rem;
                    color: var(--Black);
                }
            }
        }
    }
}

/***************** End Article Category Slider *******************/


/***************** Start Article Category Title Slider *****************/
.article-category-title-slider {
    border-radius: 0.4rem;
    background-color: rgb(158 11 15 / 10%);
    padding: 0.6rem;
    margin-bottom: 1.5rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;

    .category-title-slider {
        width: calc(100% - 56px);

        .swiper-slide {
            >a {
                font-size: 1rem;
                color: var(--accent-color);

                .cat-label {
                    color: var(--Black);
                }
            }
        }
    }
}

/***************** End Article Category Slider *******************/


/***************** Start Article List Widget *****************/


/***************** End Article List Widget *****************/


/***************** Start Article Category Slider *****************/
.article-list {
    .item {
        display: block;
        height: 100%;
        border-radius: 0.4rem;
        background-color: var(--White);
        border: solid 1px var(--lightGray);
        overflow: hidden;

        .img-box {
            border-radius: 0 0 0.4rem 0.4rem;
            overflow: hidden;

            img {
                width: 100%;
            }

            .study {
                position: absolute;
                display: block;
                top: 0.6rem;
                right: 0.6rem;
                min-width: 95px;
                padding: 0.3rem 1rem;
                text-align: center;
                background-color: white;
                border-radius: 1.1rem;
                font-size: 0.9rem;
                color: var(--Black);

                svg {
                    width: 1.2rem;
                    height: 1.2rem;
                    stroke: var(--Black);
                }

                span {
                    font-size: 0.9rem;
                    color: var(--Black);
                    line-height: 0;
                }
            }

            .cat-label {
                position: absolute;
                display: block;
                bottom: 0.6rem;
                left: 0.6rem;
                min-width: 95px;
                padding: 0 1rem;
                text-align: center;
                background-color: white;
                border-radius: 1.1rem;
                -webkit-border-radius: 1.1rem;
                -moz-border-radius: 1.1rem;
                -ms-border-radius: 1.1rem;
                -o-border-radius: 1.1rem;

                a {
                    font-size: 0.9rem;
                    color: var(--Black);
                }
            }
        }

        .content-box {
            width: 100%;
            padding: 0.9rem;
            display: block;

            .label {
                display: block;
                font-size: 0.9rem;
                color: var(--Black);
                min-height: 2.8rem;
                margin-bottom: 0.5rem;
            }

            .desc {
                font-size: 0.9rem;
                color: var(--Black);
                margin-bottom: 1rem;
            }

            .time {
                font-size: 0.9rem;
                color: var(--CustomColor1);

                svg {
                    width: 1rem;
                    height: 1rem;
                    stroke: var(--CustomColor1);
                }

                span {
                    font-size: 0.9rem;
                    color: var(--Black);
                    line-height: 0;
                }
            }
        }
    }
}

/***************** End Article Category Slider *******************/





.full-banner {
    margin-bottom: 3rem;

    >a {
        margin-bottom: 1rem;
    }
}

.half-banner {
    .item {
        margin-bottom: 1rem;

        &:last-child {
            margin-bottom: 0rem;
        }
    }
}

.multi-1-3-banner {
    .item-col {
        .item {
            width: 100%;
            display: block;
            border-radius: var(--b-radius);
            overflow: hidden;

            .text-holder {
                position: absolute;
                top: 11.5%;
                right: 3.2%;
                left: 3.2%;
                color: var(--White);

                .title {
                    font-size: 1.25rem;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }

                .subtitle {
                    font-weight: 800;
                    font-size: 2.25rem;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                }
            }
        }

        &:nth-child(1n) {
            .item {
                .text-holder {

                    .title {
                        font-size: 1.25rem;
                    }

                    .subtitle {
                        font-size: 2.25rem;
                    }
                }
            }
        }

        &:nth-child(2n) {
            .item {
                .text-holder {

                    .title {
                        font-size: 1rem;
                    }

                    .subtitle {
                        font-size: 2rem;
                    }
                }
            }
        }

        &:nth-child(3n),
        &:nth-child(4n) {
            .item {
                .text-holder {

                    .title {
                        font-size: 0.75rem;
                    }

                    .subtitle {
                        font-size: 1.5rem;
                    }
                }
            }
        }
    }

    @media(max-width: 760px) {
        .item-col {

            &:nth-child(1n) {
                .item {
                    .text-holder {
                        .title {
                            font-size: 0.87rem;
                        }

                        .subtitle {
                            font-size: 1.25rem;
                        }
                    }
                }
            }
        }

        &:nth-child(2n),
        &:nth-child(3n),
        &:nth-child(4n) {
            .item {
                .text-holder {
                    .title {
                        font-size: 0.68rem;
                    }

                    .subtitle {
                        font-size: 0.87rem;
                    }
                }
            }
        }
    }

    .has-curve-icon {
        position: relative;

        .link-btn {
            position: absolute;
            right: 0;
            bottom: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 5.4%;
            min-width: 3rem;
            aspect-ratio: 1/1;
            background: var(--White);
            border-top-left-radius: 0.5rem;

            &:before {
                content: "";
                position: absolute;
                background-color: transparent;
                bottom: 0;
                left: -20px;
                height: 40px;
                width: 20px;
                -webkit-transition: box-shadow 0.3s;
                transition: box-shadow 0.3s;
                -moz-transition: box-shadow 0.3s;
                -ms-transition: box-shadow 0.3s;
                -o-transition: box-shadow 0.3s;
                border-bottom-right-radius: 0.8rem;
                box-shadow: 0 20px 0 0 #fff;
            }

            &:after {
                content: "";
                display: block;
                position: absolute;
                background-color: transparent;
                right: 0;
                top: -40px;
                height: 40px;
                width: 20px;
                -webkit-transition: box-shadow 0.3s;
                transition: box-shadow 0.3s;
                -webkit-border-radius: 0;
                border-radius: 0;
                border-bottom-right-radius: 0.8rem;
                box-shadow: 0 20px 0 0 #fff;
            }

            svg {
                position: relative;
                z-index: 1;
                width: 82%;
                max-width: 100%;
                max-height: 100%;
                aspect-ratio: 1/1;
                fill: var(--darken-color-3);
            }
        }
    }




    /***************** Start Last Article Slider *******************/
    .last-article-section {
        .holder {
            overflow: hidden;

            .img-box {
                min-height: 30.7rem;
                border-radius: 2.3rem;
                -webkit-border-radius: 2.3rem;
                -moz-border-radius: 2.3rem;
                -ms-border-radius: 2.3rem;
                -o-border-radius: 2.3rem;
                overflow: hidden;

                img {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    display: block;
                }

                &:after {
                    content: '';
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    left: 0;
                    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 50%);
                }
            }

            .content-box {
                position: absolute;
                right: 10rem;
                left: 10rem;
                bottom: 1.5rem;
                z-index: 100000;
                padding-left: 15%;

                .title {
                    font-size: 1.3rem;
                    font-weight: bold;
                    color: var(--White);
                }

                .desc {
                    display: block;
                    font-size: 1rem;
                    color: var(--White);

                    p {
                        margin: 0;
                    }
                }
            }

            .link-btn {
                position: absolute;
                left: 0;
                bottom: 0;
                padding: 1rem 1rem 0 0;
                background: var(--White);
                border-top-right-radius: 2.3rem;


                &:before {
                    content: "";
                    position: absolute;
                    background-color: transparent;
                    bottom: 0;
                    right: -20px;
                    height: 40px;
                    width: 20px;
                    -webkit-transition: box-shadow 0.3s;
                    transition: box-shadow 0.3s;
                    -moz-transition: box-shadow 0.3s;
                    -ms-transition: box-shadow 0.3s;
                    -o-transition: box-shadow 0.3s;
                    border-bottom-left-radius: 20px;
                    box-shadow: 0 20px 0 0 #fff;
                }

                &:after {
                    content: "";
                    display: block;
                    position: absolute;
                    background-color: transparent;
                    left: 0;
                    top: -40px;
                    height: 40px;
                    width: 20px;
                    -webkit-transition: box-shadow 0.3s;
                    transition: box-shadow 0.3s;
                    -webkit-border-radius: 0;
                    border-radius: 0;
                    border-bottom-left-radius: 20px;
                    box-shadow: 0 20px 0 0 #fff;
                }

                >a {
                    position: relative;
                    width: 5.6rem;
                    height: 5.6rem;
                    background: var(--accent-color);
                    border-radius: 1.3rem;
                    z-index: 1;
                }
            }
        }

        .slider-controller {
            position: absolute;
            right: 0;
            bottom: 0;
            z-index: 1;
            padding: 0 2rem 2rem 0;
            gap: 1rem;

            .navigation {
                width: 2.3rem;
                height: 2.3rem;
                margin: 0;
                background: var(--secondary-color-light-1);
                border-radius: var(--radius-5);
                -webkit-border-radius: var(--radius-5);

                svg {
                    width: 2rem;
                    height: 2rem;
                    fill: var(--White);
                    stroke: none;
                }

                &.prev-btn {
                    svg {
                        transform: rotate(180deg);
                        -webkit-transform: rotate(180deg);
                        -moz-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                        -o-transform: rotate(180deg);
                    }
                }
            }
        }

        @media(max-width:990px) {
            .holder {
                .img-box {
                    &:after {
                        background-color: rgba(0, 0, 0, 0.60);
                    }
                }

                .content-box {
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    top: 0;
                    right: 0rem;
                    left: 0rem;
                    bottom: 0;
                    padding: 2rem 2rem 7rem;
                }
            }
        }
    }

    /***************** End Last Article Slider *******************/


    /***************** Start Article Categories *******************/
    .Category-list {
        gap: 1rem;

        .label {
            font-size: 1.1rem;
            margin-left: 1.8rem;
            white-space: nowrap;
        }

        .edn_moduleList {
            white-space: nowrap;
            padding: 1rem 0;

            .node {
                display: inline-block;
                vertical-align: middle;
                margin-left: 1rem;

                .item {
                    display: block;
                    color: var(--texture-color-3);
                    border: solid 1px var(--texture-color-6);
                    background-color: var(--texture-color-7);
                    padding: 0.5rem 1.5rem;
                    border-radius: 2rem;
                    -webkit-border-radius: 2rem;
                    -moz-border-radius: 2rem;
                    -ms-border-radius: 2rem;
                    -o-border-radius: 2rem;
                }

                &.active {
                    .item {
                        color: var(--texture-color-1);
                        border-color: var(--accent-color);
                        background-color: var(--accent-color4);
                    }
                }
            }
        }
    }

    /***************** End Article Categories *******************/



    /***************** Start Article Search *******************/
    .search_input {
        position: relative;
        width: 24.3rem;
        max-width: 100%;
        margin-right: auto;

        .input {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 0.3rem;
            width: 100%;
            background: var(--texture-color-7);
            color: #fff;
            padding: 0.25rem 3.2rem 0.25rem 1rem;
            border-radius: 3rem;

            input[type=text] {
                border: none;
                background-color: transparent;
                height: 32px;
                width: 100%;
                background-repeat: no-repeat;
                background-position: 2px center;
                background-size: 16px;
                outline: none;

                &::-webkit-input-placeholder {
                    color: var(--texture-color-6);
                }
            }

        }

        .do_search {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 3.6rem;
            background: url(/Portals/0/images/search.png) no-repeat center center;

            span {
                display: none;
            }
        }

        @media(max-width:768px) {
            width: 100%;
            margin: 0;
        }
    }

    .EDN_search {
        background-color: var(--bg-1);
        border-radius: var(--radius);
        padding: 2rem 1.5rem;
        z-index: 1;
    }

    /***************** End Article Search *******************/


    /***************** Start Article List *******************/
    .article-list-3-col {
        margin-top: 2rem;

        .item {
            display: flex;
            flex-direction: column;
            margin-bottom: 1.6rem;

            .img-box {
                display: block;
                height: 100%;
                position: relative;
                border-radius: 2.3rem 2.3rem 0 0;
                -webkit-border-radius: 2.3rem 2.3rem 0 0;
                -moz-border-radius: 2.3rem 2.3rem 0 0;
                -ms-border-radius: 2.3rem 2.3rem 0 0;
                -o-border-radius: 2.3rem 2.3rem 0 0;
                aspect-ratio: 1.65 / 1;
                overflow: hidden;

                >a {
                    display: block;
                    width: 100%;
                    height: 100%;

                    img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                    }
                }

                .cat-label {
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    border-radius: 2.3rem 0 0 0;
                    overflow: hidden;

                    a {
                        display: inline-block;
                        color: var(--White);
                        padding: 0.5rem 1.7rem;

                        &.EDNcategorycolor-orange {
                            background-color: var(--secondary-color-light-1);
                        }

                        &.EDNcategorycolor-green {
                            background-color: var(--accent-color);
                        }
                    }
                }
            }

            .content-box {
                padding: 0.9rem;
                background-color: var(--bg-1);
                border-radius: 0 0 2.3rem 2.3rem;
                -webkit-border-radius: 0 0 2.3rem 2.3rem;
                -moz-border-radius: 0 0 2.3rem 2.3rem;
                -ms-border-radius: 0 0 2.3rem 2.3rem;
                -o-border-radius: 0 0 2.3rem 2.3rem;

                .date-time {
                    margin-bottom: 0.7rem;

                    span {
                        display: inline-block;
                        vertical-align: middle;
                        color: var(--accent-color);
                        line-height: 1rem;

                        &:first-child {
                            font-weight: 500;
                            padding-left: 0.6rem;
                            margin-left: 0.6rem;
                            border-left: solid 1px var(--accent-color);
                        }
                    }
                }

                .title-box {
                    display: block;
                    margin-bottom: 0.9rem;

                    .title {
                        font-size: 1.2rem;
                    }
                }
            }
        }
    }

    /***************** End Article List *******************/


    /***************** Start Article List *******************/
    .article-details {

        .detail-cover-image {
            position: relative;
            width: 100%;
            aspect-ratio: 3.5 / 1;
            border-radius: 0 0 2rem 2rem;
            overflow: hidden;

            &:after {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 50%);
            }

            img {
                display: block;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .custom-breadcumb {
                position: absolute;
                z-index: 1;
                right: 1rem;
                left: 1rem;
                padding: 1rem 0;
                color: var(--White);
                font-size: 1rem;
                white-space: nowrap;
                overflow: auto;

                a {
                    color: var(--White);
                    font-size: 1rem;
                }
            }

            .text-holder {
                position: absolute;
                right: 0;
                bottom: 0;
                left: 0;
                padding-bottom: 3rem;
                z-index: 1;

                .title {
                    font-size: 1.38rem;
                    font-weight: bold;
                    color: var(--White);
                    line-height: 2;
                }

                .summary {
                    display: block;
                    font-size: 1.07rem;
                    font-weight: bold;
                    color: var(--White);
                    margin-top: 0.9rem;

                    p {
                        margin: 0;
                    }
                }
            }
        }

        .content-box {

            .article-info {
                margin-bottom: 2.46rem;

                .item {
                    padding-left: 0.6rem;
                    margin-left: 0.6rem;
                    border-left: solid 1px var(--accent-color);
                    margin-bottom: 0.7rem;

                    span {
                        display: inline-block;
                        vertical-align: middle;
                        color: var(--accent-color);
                        line-height: 1rem;

                        &:first-child {
                            margin-left: 0.2rem;
                        }
                    }

                    &:last-child {
                        border: none;
                    }
                }
            }

            .desc {

                font-size: 1rem;
                color: var(--texture-color-1);

                h2,
                h3,
                h4,
                h5,
                h6 {
                    font-size: 1.3rem;
                    font-weight: bold;
                    color: var(--texture-color-1);
                    margin-bottom: 1.07rem;
                }

                p {
                    font-size: 1rem;
                    color: var(--texture-color-1);
                    margin-bottom: 1.07rem;
                }

                img {
                    max-width: 100%;
                    height: auto !important;
                    margin: 0 auto 1.07rem;
                }
            }
        }

        .sidebar {
            .article-heading-holder {
                position: sticky;
                top: 10rem;
                border-radius: 1.53rem;
                background-color: var(--bg-1);
                overflow: hidden;
                padding: 2rem;

                .main-title {
                    display: block;
                    align-items: center;
                    justify-content: start;
                    font-size: 1.1rem;
                    color: var(--Black);
                    margin-bottom: 1.2rem;
                }

                .article-heading {
                    list-style: none;

                    li {
                        a {
                            display: flex;
                            align-items: center;
                            gap: 0.5rem;
                            padding: 0 0;
                            margin-bottom: 1.2rem;
                            color: var(--texture-color-4);


                            &:before {
                                content: '';
                                width: 0.3rem;
                                height: 0.3rem;
                                background-color: var(--texture-color-4);
                                border-radius: 50%;
                                -webkit-border-radius: 50%;
                                -moz-border-radius: 50%;
                                -ms-border-radius: 50%;
                                -o-border-radius: 50%;
                            }

                            .title {
                                font-size: 1rem;
                                font-weight: normal;
                                margin: 0;
                            }
                        }

                        &.active {
                            a {
                                color: var(--texture-color-1);

                                &:before {
                                    background-color: var(--accent-color);
                                }
                            }
                        }
                    }
                }
            }
        }

        @media(max-width: 990px) {
            .detail-cover-image {
                aspect-ratio: 2.5 / 1;
            }
        }

        @media(max-width: 768px) {
            .detail-cover-image {
                aspect-ratio: 1.5/1;
            }
        }

        @media(max-width: 480px) {
            .detail-cover-image {
                aspect-ratio: 1.8 / 1;

                &:after {
                    display: none;
                }

                .text-holder {
                    position: relative;
                    margin-top: 1rem;
                    padding: 0;

                    .title {
                        font-size: 1.2rem;
                        color: var(--texture-color-1);
                    }

                    .summary {
                        font-size: 1rem;
                        color: var(--texture-color-2);
                    }

                }
            }
        }
    }
}

/***************** End Article List *******************/
/**************************Blog*******************************/
.category-list {
    border-radius: var(--b-radius);
    padding-right: 4rem;
    padding-left: 4rem;

    ul {
        list-style: none;

        a {
            color: var(--Acolor) !important;
        }
    }
}

.list-blog {
    border-radius: var(--b-radius);
    overflow: hidden;

    .desc-list-blog {
        bottom: 0;
        right: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 20%);
        backdrop-filter: blur(1.42rem);

        svg {
            width: 1rem;
            height: 1rem;
            transition: all 0.4s linear;
            stroke: var(--primary-light-color-5);
        }

        .box-readmore {
            border-radius: 2rem;
            overflow: hidden;

            .inner-readmore {
                margin-right: -6rem;
                opacity: 0;
                transition: all 0.4s linear;

            }
        }

        &:hover {
            .inner-readmore {
                opacity: 1;
                margin-right: 0;
            }

            svg {
                transform: rotate(-90deg);
            }
        }

    }
}

.top-blog {
    &::before {
        content: "";
        background-image: url(/Portals/_default/Skins/Iransite/resource/images/before-top.svg);
        position: absolute;
        right: -9rem;
        bottom: -4rem;
        width: 31.5rem;
        height: 13.333rem;
        background-repeat: no-repeat;
        background-size: contain;
    }

    &::after {
        content: "";
        background-image: url(/Portals/_default/Skins/Iransite/resource/images/before-top.svg);
        position: absolute;
        left: -9rem;
        bottom: -4rem;
        width: 31.5rem;
        height: 13.333rem;
        background-repeat: no-repeat;
        background-size: contain;
        transform: scale(-1, 1);
    }

    .SwiperTopBlog {
        .item-blog-swiper {
            border-radius: var(--b-radius);
            overflow: hidden;

            @media (max-width:576px) {
                height: 35vh;
            }

            .item-img {
                flex: 1 0 30%;

                &::before {
                    background-image: url(/Portals/_default/Skins/Iransite/resource/images/bg-blog.svg);
                    content: "";
                    position: absolute;
                    right: 0;
                    bottom: 0;
                    width: 19.33rem;
                    height: 15.8rem;
                }

                img {
                    object-fit: cover;
                }

                @media (max-width:575px) {
                    flex: 1 0 30%;
                }
            }

            .item {
                flex: 1 0 70%;

                img {
                    filter: blur(0.5rem);
                }
            }

            .desc-blog-top {
                right: 0;
                top: 0;
                left: 0;
                bottom: 0;
                background-color: rgba(255, 255, 255, 20%);

                .btn-readmore {
                    border-radius: calc(var(--b-radius)*3);

                    svg {
                        stroke: var(--primary-light-color-5);
                        width: 1.2rem;
                        height: 1.2rem;
                        transform: rotate(-90deg);
                    }
                }
            }

        }

        .box-arrow-blog {
            bottom: 2rem;
            left: 2rem;
            z-index: 1;

            .arrow-slide {
                border-radius: 50%;
                box-shadow: 0 0 0.53rem rgba(96, 97, 112, 0.16);
            }

            .swiper-button-disabled {
                svg {
                    opacity: 0.3;
                }

            }

            .prev-arrow {
                transform: scale(-1, 1);
            }

            svg {
                stroke: var(--accent-color);
                width: 1.07rem;
                height: 1.07rem;
            }
        }
    }
}

.product-slider-sec {
    position: relative;
    padding: 8.3em 0 9.3rem;

    &:before {
        content: '';
        position: absolute;
        top: -4rem;
        left: 0;
        bottom: 0;
        width: 32rem;
        max-width: 30%;
        background-image: url('/portals/0/images/flower-bg-3.svg');
        background-repeat: no-repeat;
        background-position: left top;
        background-size: 100%;
        z-index: 0;
    }

    .layer-slider {
        width: 72.8rem;
        max-width: 100%;
        margin: auto;

        .swiper-slide {
            .item {
                .img-box {
                    position: relative;
                    width: 100%;
                    aspect-ratio: 1 / 1;

                    img {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        top: 0;
                        object-fit: cover;
                        transition: all 0.5s ease;
                        -webkit-transition: all 0.5s ease;
                        -moz-transition: all 0.5s ease;
                        -ms-transition: all 0.5s ease;
                        -o-transition: all 0.5s ease;
                        opacity: 0;
                    }

                    .prod-img {
                        right: 80%;
                        z-index: 1;

                    }

                    .back-layer {
                        right: 200%;
                    }
                }

                .text-holder {
                    width: 100%;

                    .title {
                        font-size: 1.2rem;
                        font-weight: 900;
                        margin-bottom: 3.2rem;
                    }

                    .subtitle {
                        font-size: 1.2rem;
                        font-weight: 700;
                        margin-bottom: 1.3rem;
                    }

                    .desc {
                        font-size: 0.9rem;

                        li {
                            display: flex;
                            align-items: center;
                            gap: 0.5rem;
                            font-size: 0.9rem;
                            color: var(--Acolor);
                            list-style: none;
                            font-weight: 700;

                            &:before {
                                content: '';
                                width: 0.4rem;
                                height: 0.4rem;
                                background: #FFC107;
                                border-radius: 50%;
                                -webkit-border-radius: 50%;
                                -moz-border-radius: 50%;
                                -ms-border-radius: 50%;
                                -o-border-radius: 50%;
                            }
                        }

                        p {
                            font-size: 0.9rem;
                            color: var(--Bcolor);
                        }
                    }

                    .price {
                        font-size: 1.2rem;
                        font-weight: 700;
                        margin-top: 1.6rem;
                    }
                }
            }

            &.swiper-slide-active {
                .item {
                    .img-box {

                        .prod-img,
                        .back-layer {
                            right: 0;
                            opacity: 1;
                        }
                    }
                }
            }
        }
    }

    .controller {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0.8rem;
        padding: 1.7rem 0 0.5rem;

        .navigation {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 2.5rem;
            height: 2.5rem;
            border-radius: 50%;
            filter: drop-shadow(0px 4px 8px rgba(96, 97, 112, 0.16)) drop-shadow(0px 0px 2px rgba(40, 41, 61, 0.04));
            background: var(--primary-light-color-5);
            flex-shrink: 0;
            z-index: 1;
            cursor: pointer;

            svg {
                width: 1rem;
                height: 1rem;
                fill: none;
                stroke: var(--accent-color);
            }
        }

        .swiper-pagination {
            position: relative;
            flex-shrink: 0;
            width: auto !important;
            bottom: auto;
            top: auto;
            left: auto;

            .swiper-pagination-bullet {
                cursor: pointer;
                width: 0.5rem;
                height: 0.5rem;
                background: var(--accent-color);

                &.swiper-pagination-bullet-active {
                    background: var(--accent-color);
                    opacity: 1;
                }
            }
        }

    }

    @media(max-width: 540px) {
        padding: 2em 0 2rem;
    }
}

.module-article-head {
    margin-bottom: 1.6rem;

    .title {
        font-size: 1.2rem;
        color: var(--Acolor);
        font-weight: bold;
    }

    .subtitle {
        font-size: 1rem;
        color: var(--Bcolor);
    }

    .more-link {
        svg {
            width: 1rem;
            height: 1rem;
            fill: none;
            stroke: var(--accent-color);
        }

        .label {
            display: block;
            font-size: 1rem;
            color: var(--accent-color);
        }

    }
}

.multi-1-2-article {
    .item-col {
        .item {
            border-radius: var(--b-radius);
            -webkit-border-radius: var(--b-radius);
            -moz-border-radius: var(--b-radius);
            -ms-border-radius: var(--b-radius);
            -o-border-radius: var(--b-radius);
            overflow: hidden;

            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .text-holder {
                right: 0;
                bottom: 0;
                left: 0;
                gap: 0.4rem;
                padding: 1.06rem 0.53rem;
                border-top-right-radius: var(--b-radius);
                border-top-left-radius: var(--b-radius);
                -webkit-border-radius: var(--b-radius);
                -moz-border-radius: var(--b-radius);
                -ms-border-radius: var(--b-radius);
                -o-border-radius: var(--b-radius);
                background: rgba(255, 255, 255, 0.20);
                backdrop-filter: blur(10px);

                .title {
                    font-size: 1.06rem;
                    font-weight: 700;
                    color: var(--White);
                }

                .more-btn {
                    display: inline-flex;
                    align-items: center;
                    justify-content: center;
                    height: 2.6rem;
                    width: max-content;
                    padding: 0 0.8rem;
                    background-color: var(--accent-color);
                    border-radius: 2rem;
                    -webkit-border-radius: 2rem;
                    -moz-border-radius: 2rem;
                    -ms-border-radius: 2rem;
                    -o-border-radius: 2rem;
                    transition: all 0.5s ease;
                    -webkit-transition: all 0.5s ease;
                    -moz-transition: all 0.5s ease;
                    -ms-transition: all 0.5s ease;
                    -o-transition: all 0.5s ease;

                    svg {
                        width: 1rem;
                        height: 1rem;
                        fill: none;
                        stroke: var(--White);
                        transition: all 0.5s ease;
                        -webkit-transition: all 0.5s ease;
                        -moz-transition: all 0.5s ease;
                        -ms-transition: all 0.5s ease;
                        -o-transition: all 0.5s ease;
                    }

                    .label {
                        display: block;
                        width: 0;
                        padding: 0;
                        font-size: 1rem;
                        color: var(--White);
                        white-space: nowrap;
                        overflow: hidden;
                        transition: all 0.5s ease;
                        -webkit-transition: all 0.5s ease;
                        -moz-transition: all 0.5s ease;
                        -ms-transition: all 0.5s ease;
                        -o-transition: all 0.5s ease;
                    }

                    &:hover {
                        svg {
                            transform: rotate(-90deg);
                            -webkit-transform: rotate(-90deg);
                            -moz-transform: rotate(-90deg);
                            -ms-transform: rotate(-90deg);
                            -o-transform: rotate(-90deg);
                        }

                        .label {
                            width: 7rem;
                            padding-right: 0.5rem;
                        }
                    }
                }
            }
        }
    }

    @media(max-width:768px) {

        .item-col {
            &:last-child {
                .item {
                    aspect-ratio: 2/1;

                    .text-holder {
                        padding: 0.8rem 0.53rem;

                        .title {
                            font-size: 0.9rem;
                        }
                    }
                }
            }

        }
    }
}

.multi-1-3-1-article {
    .item-col {
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .more-link {
            svg {
                width: 1rem;
                height: 1rem;
                fill: none;
                stroke: var(--White);
            }

            .label {
                display: block;
                font-size: 1rem;
                color: var(--White);
            }
        }

        .item {
            border-radius: var(--b-radius);
            -webkit-border-radius: var(--b-radius);
            -moz-border-radius: var(--b-radius);
            -ms-border-radius: var(--b-radius);
            -o-border-radius: var(--b-radius);
            overflow: hidden;


            .text-holder {
                right: 0;
                bottom: 0;
                left: 0;
                gap: 0.4rem;
                padding: 1.06rem 0.53rem;
                border-top-right-radius: var(--b-radius);
                border-top-left-radius: var(--b-radius);
                -webkit-border-radius: var(--b-radius);
                -moz-border-radius: var(--b-radius);
                -ms-border-radius: var(--b-radius);
                -o-border-radius: var(--b-radius);
                background: rgba(255, 255, 255, 0.20);
                backdrop-filter: blur(10px);

                .title {
                    font-size: 0.9rem;
                    font-weight: 700;
                    color: var(--White);
                }

                .subtitle {
                    font-size: 0.9rem;
                    color: var(--White);
                }


            }
        }

    }

    .mini-item {
        padding: 0.53rem;
        border-radius: var(--b-radius);

        .img-box {
            width: 7.13rem;
            aspect-ratio: 1/1;
            flex-shrink: 0;
            border-radius: var(--b-radius);
            -webkit-border-radius: var(--b-radius);
            -moz-border-radius: var(--b-radius);
            -ms-border-radius: var(--b-radius);
            -o-border-radius: var(--b-radius);
            overflow: hidden;
        }

        .text-holder {
            width: 100%;
            height: 100%;
            padding: 0.8rem 0;

            .title {
                color: var(--Acolor);
            }

            .more-link {
                svg {
                    stroke: var(--Bcolor);
                }

                .label {
                    color: var(--Bcolor);
                }
            }
        }
    }

    @media(max-width:768px) {

        .item-col {

            &:last-child,
            &:first-child {
                .item {
                    .text-holder {
                        padding: 0.8rem 0.53rem;

                        .title,
                        .subtitle {
                            font-size: 0.9rem;
                        }
                    }
                }
            }

        }
    }
}

.hotspot-prod-section {
    padding: 6.6rem 0;

    .hotspot-col {
        .dots-holder {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;

            .dot {
                display: flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                width: 2rem;
                aspect-ratio: 1/1;
                background-color: var(--White);
                border-radius: 50%;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
                -o-border-radius: 50%;
                cursor: pointer;

                &:after {
                    content: "";
                    width: 1rem;
                    aspect-ratio: 1/1;
                    background-color: #BE8F04;
                    border-radius: 50%;
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                    -o-border-radius: 50%;
                }

                &:nth-child(1n) {
                    top: 31%;
                    right: 17%;
                }

                &:nth-child(2n) {
                    top: auto;
                    bottom: 20%;
                    right: 30%;
                }

                &:nth-child(3n) {
                    top: 53%;
                    right: 55%;
                }

                &:nth-child(4n) {
                    top: 58%;
                    bottom: auto;
                    right: 77%;
                }
            }
        }

        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: var(--b-radius);
            -webkit-border-radius: var(--b-radius);
            -moz-border-radius: var(--b-radius);
            -ms-border-radius: var(--b-radius);
            -o-border-radius: var(--b-radius);
        }
    }

    .prod-article-slider {
        height: 100%;

        .swiper-slide {
            height: 100%;

            .item {
                height: 100%;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: var(--b-radius);
                    -webkit-border-radius: var(--b-radius);
                    -moz-border-radius: var(--b-radius);
                    -ms-border-radius: var(--b-radius);
                    -o-border-radius: var(--b-radius);
                }

                .text-holder {
                    height: 100%;

                    .title {
                        display: block;
                        font-size: 1.2rem;
                        color: var(--Acolor);
                        margin-bottom: 1.2rem;
                    }

                    .desc {
                        font-size: 1rem;

                        strong {
                            color: var(--Acolor);
                            font-size: 1rem;
                        }

                        p {
                            font-size: 1rem;
                            color: var(--Bcolor);
                            margin-bottom: 1rem;

                            &:last-child {
                                margin-bottom: 0;
                            }
                        }
                    }

                    .link-btn {
                        width: fit-content;
                        background: var(--accent-color);
                        border-radius: var(--b-radius);
                        -webkit-border-radius: var(--b-radius);
                        -moz-border-radius: var(--b-radius);
                        -ms-border-radius: var(--b-radius);
                        -o-border-radius: var(--b-radius);
                        font-size: 0.9rem;
                        font-weight: 700;
                        color: var(--White);
                        padding: 0.5rem 1rem;
                    }
                }
            }
        }

    }
}

/***************************Detail*************************/
.top-detail {
    border-radius: var(--b-radius);
    overflow: hidden;

    @media(max-width:768px) {
        height: 40vh;
    }

    .item-left {
        flex: 1 0 70%;

        &::before {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            background-color: rgba(255, 255, 255, 0.2);
            backdrop-filter: blur(0.45rem);
        }

        .desc-detail {
            right: 0;
            left: 0;
            top: 0;
            bottom: 0;

            .info-detail-blog {
                svg {
                    width: 1.05rem;
                    height: 1.05rem;
                }
            }
        }

        .hr-icon {
            svg {
                max-width: 11rem;
                max-height: 1.46rem;
            }
        }

        @media (max-width:768px) {
            flex: 1 0 70%;
        }
    }

    .item-right {
        flex: 1 0 30%;

        img {
            object-fit: cover;
        }

        @media(max-width:768px) {
            flex: 1 0 30%;
        }
    }

}

.CategoryDetailBlog {
    ul {
        list-style: none;

        li {
            a {
                color: var(--accent-color) !important;
            }
        }
    }
}

.desc-detail,
.CategoryDetailBlog {
    border-radius: var(--b-radius);
}

.list-title-blog {
    border-radius: var(--b-radius);

    a {
        color: var(--text-color-4) !important;
    }
}

.comments-form {
    border-radius: var(--b-radius);
}

.btn-share-blog {
    border-radius: calc(var(--b-radius)*4);

    svg {
        width: 1.2rem;
        height: 1.2rem;
    }
}


/* start about section  */
.TopSectionSwiper {
    box-shadow: 0px 0px 2px 0px rgba(40, 41, 61, 0.04),
      0px 4px 8px 0px rgba(96, 97, 112, 0.16);
      
      .swiper-horizontal > .swiper-pagination-bullets,
      .swiper-pagination-bullets.swiper-pagination-horizontal,
      .swiper-pagination-custom,
      .swiper-pagination-fraction {
      width: 50%;
      left: unset;
      bottom:  var(--swiper-pagination-bottom, 0.8rem);
      z-index: 3;
        
  
    
      }

      .swiper-pagination-bullet {
        background: var(--primary-light-color-5);
        opacity: unset;
      }

      .swiper-pagination-bullet-active {
        background: var(--darken-color-3) ;
      }
  }
  
  .BottomSectionSwiper {
    .swiper-scrollbar-drag {
      background: var(--accent-color);
    }
  }
  @media (max-width: 575.98px) {
    .TextMangeMobile {
        height: 10rem;
        overflow: auto;
        direction: ltr;
    }

    .TopSectionSwiper {
        .swiper-horizontal > .swiper-pagination-bullets,
        .swiper-pagination-bullets.swiper-pagination-horizontal,
        .swiper-pagination-custom,
        .swiper-pagination-fraction {
            width: 100%;
        }
    }
  }
  
  /* end about section  */


