.custom-breadcumb {
    position: relative;
    z-index: 1;
    margin-bottom: 5rem;
    /* flex-wrap: wrap; */
    white-space: nowrap;
    overflow: auto;
}

.edNews__commentPendingApproval,
.edNews_errorMessage {
    position: absolute;
    top: 105%;
    right: 0;
    transition: all ease-in-out 0.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 0.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 0.3s;
    cursor: pointer;
    font-weight: 700;
}

.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 0.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 0.3s;
}

input:where([type="email"], [type="cell"]) {
    direction: ltr;
}

.edNews__commentsWrapper .form-group label {
    padding: 0.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: 0.2em;
    gap: 1rem;
}

.edNews__commentsWrapper .GDPR input[type=checkbox] {
    display: none;
}

.edNews__commentsWrapper .GDPR input[type=checkbox]+label:before {
    content: "ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â";
    border: 0.1em solid var(--Black-Color);
    border-radius: 0.2em;
    display: flex;
    color: #fff0;
    transition: 0.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 0.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 {
    margin-bottom: 0.6rem;
    margin-right: 2rem;
}

.edNews__childCommentsContainer .edNews__itemCommentContainer {
    border-top: 0.1rem solid var(--dark-gray);
}

.edNews_adminEdit .btn-submit {
    background: transparent !important;
    color: var(--accent-color);
}

.edNews_adminEdit .btn-submit .edNews__editComment,
.edNews_adminEdit .btn-submit .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;
    margin: 5rem auto;
}

.article_pager .page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--accent-color4);
    border-radius: 4px;
    color: var(--dark-2);
    padding-top: 2px;
}

.article_pager .page.active {
    background-color: var(--accent-color3);
    color: var(--White);
}

.relatedBox .relatedImgBox {
    width: 7rem;
    height: 7.2rem !important;
}

.relatedBox .relatedTextBox strong {
    font-size: 0.8rem;
}

.relatedBox .relatedTextBox span {
    font-size: 0.7rem;
}

.related-articles .main-title {
    font-weight: 700;
    color: var(--Black);
}

.related-articles .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;
}

.related-articles .related-item .title {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

.related-articles .related-item svg {
    width: 1rem;
    stroke: var(--accent-color);
    margin-left: 0.5rem;
}

.related-articles .related-item .time {
    font-size: 0.8rem;
}

.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;
}

.comments-form .field-holder {
    position: relative;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 0.5rem;
}

.comments-form .field-holder .form-control-label {
    display: block;
    font-weight: 400;
    color: var(--dark-1);
}

.comments-form .field-holder .form-control-label .star {
    color: var(--warning-color-1);
}

.comments-form .field-holder .form-control {
    width: 100%;
    height: 3.84rem;
    border: none !important;
    outline: none;
    font-size: 1rem;
    padding: 0.5rem 0;
    resize: none;
    text-align: right;
    border: solid 1px var(--texture-color-5) !important;
    background-color: var(--White);
    border-radius: 1.15rem;
    padding: 0.5rem 1rem;
    -webkit-border-radius: 1.15rem;
    -moz-border-radius: 1.15rem;
    -ms-border-radius: 1.15rem;
    -o-border-radius: 1.15rem;
}

.comments-form .field-holder .form-control::placeholder {
    color: #959595;
    font-size: 1rem;
    font-weight: 400;
}

.comments-form .field-holder .form-control:disabled {
    background-color: #fff0;
}

.comments-form .field-holder textarea {
    min-height: 11.3rem;
}

.comments-form .rating-in-comment .caption {
    color: var(--Black);
}

.comments-form .submit-btn {
    font-size: 1rem;
    color: var(--White);
    border: none;
    padding: 0.3rem 1.5rem;
    border-radius: 0.4rem;
    background-color: var(--accent-color2);
    cursor: pointer;
}

.comments-list {
    margin: 2rem 0;
}

.comments-list .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;
}

.comments-list .avatar svg {
    width: 2rem;
    stroke: var(--White);
    fill: none;
}

.comments-list .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);
}

.comments-list .comment-head:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    width: 8px;
    aspect-ratio: 1/2;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: var(--texture-color-7);
}

.comments-list .comment-head .date .item {
    font-size: 0.8rem;
    color: var(--Black);
}

.comments-list .comment-head .date .item svg {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: 0.5rem;
    fill: var(--accent-color);
}

.comments-list .comment-head .date .item:nth-child(2n) {
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: solid 1px var(--texture-color-7);
}

.comments-list .comment-head .date .item:nth-child(2n) svg {
    fill: none;
    stroke: var(--accent-color);
}

.comments-list .author {
    font-size: 1rem;
    font-weight: 700;
    color: var(--Black);
}

@media (max-width: 760px) {
    .comments-list {
        display: block !important;
        height: auto;
    }

    .comments-list .date {
        flex-direction: column;
    }
}

.comment-body {
    padding: 1rem;
}

.comment-body .comment-content {
    font-size: 1rem;
    color: var(--Black);
}

.comment-body .edNews__replyComment {
    cursor: pointer;
}

.comment-body .action-btns svg {
    cursor: pointer;
}

.comment-body .action-btns .like .like-couner {
    color: var(--Black);
    margin-top: -3px;
    margin-left: 2px;
}

@media (max-width: 760px) {
    .comment-body {
        display: block !important;
        height: auto;
    }
}

.slider-controller {
    max-width: 100%;
}

.slider-controller .navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
    cursor: pointer;
}

.slider-controller .navigation svg {
    position: relative;
    width: 0.6rem;
    stroke: var(--Black);
}

.slider-controller .navigation.swiper-button-disabled {
    opacity: 0.5;
    cursor: default;
}

.slider-controller .slide-number {
    font-weight: 700;
    font-size: 1rem;
}

.slider-controller .progressbar {
    position: relative;
    width: 122px;
    height: 2px;
}

.slider-controller .progressbar.swiper-pagination-lock {
    display: block;
}

.slider-controller .progressbar .swiper-pagination-progressbar-fill {
    background: var(--accent-color);
    transition-duration: 5000ms !important;
}

.slider-controller .swiper-pagination-bullet {
    background-color: var(--accent-color);
    opacity: 0.4;
}

.slider-controller .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.home-slider-section {
    margin-bottom: 163px;
}

.home-slider-section .logo-box {
    display: flex;
    align-items: start;
    justify-content: center;
    width: 14.1dvw;
    padding-top: 2%;
    margin: auto;
    aspect-ratio: 1;
    background: var(--accent-color4);
    border: solid 1px var(--accent-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: -10.1dvw;
}

.home-slider-section .logo-box img {
    max-width: 60%;
}

.home-slider-section .home-slider .swiper-slide .img-box picture {
    height: 100%;
    width: 100%;
}

.home-slider-section .home-slider .swiper-slide .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.home-slider-section .home-slider .content-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.home-slider-section .home-slider .content-holder .container {
    display: flex;
    justify-content: start;
}

.home-slider-section .home-slider .content-holder .container .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: max-content;
    max-width: 50%;
    padding: 20px 6% 20px 0;
}

.home-slider-section .home-slider .content-holder .container .box .title {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 30px;
}

.home-slider-section .home-slider .content-holder .container .box .subtitle {
    display: block;
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 40px;
}

.home-slider-section .home-slider .content-holder .container .box .link-btn {
    display: flex;
    width: max-content;
    padding: 0.3rem 1.53rem;
    border-radius: 1.4rem;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    color: var(--White);
    background: var(--secondary-color-dark-1);
}

.home-slider-section .swiper-pagination {
    bottom: 0rem;
}

.home-slider-section .swiper-pagination .swiper-pagination-bullet {
    width: 0.87rem;
    height: 0.87rem;
    margin: 0 8px;
    background-color: var(--White);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.home-slider-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}


.article-category-section .category-slider .swiper-slide>a {
    border-radius: 0.4rem;
    border: solid 1px #F6F6F6;
    overflow: hidden;
}

.article-category-section .category-slider .swiper-slide>a .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;
}

.article-category-section .category-slider .swiper-slide>a .img-box img {
    width: 100%;
}

.article-category-section .category-slider .swiper-slide>a .img-box .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: #fff;
    border-radius: 1.1rem;
    -webkit-border-radius: 1.1rem;
    -moz-border-radius: 1.1rem;
    -ms-border-radius: 1.1rem;
    -o-border-radius: 1.1rem;
}

.article-category-section .category-slider .swiper-slide>a .desc {
    width: 100%;
    font-size: 1rem;
    height: 36px;
    color: var(--Black);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.article-category-section .category-slider .swiper-slide>a .count {
    font-size: 1rem;
    color: var(--Black);
}

.article-category-title-slider {
    border-radius: 0.4rem;
    background-color: rgba(158, 11, 15, 0.1);
    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;
}

.article-category-title-slider .category-title-slider {
    width: calc(100% - 56px);
}

.article-category-title-slider .category-title-slider .swiper-slide>a {
    font-size: 1rem;
    color: var(--accent-color);
}

.article-category-title-slider .category-title-slider .swiper-slide>a .cat-label {
    color: var(--Black);
}


.article-list {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

.article-list .item-col {
    width: 20%;
    padding: 8px;
}

.article-list .item {
    width: 100%;
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 12px;
    border-radius: 20px;
    padding: 12px;
    background: var(--light-3);
    border: solid 1px transparent;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.article-list .item:hover {
    border-color: var(--accent-color);
    box-shadow: 0 0 10px -6px var(--accent-color3);

}


.article-list .item .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 2/1.16;
    flex-shrink: 0;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    overflow: hidden;
}


.article-list .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-list .item .content-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 142px;
}

.article-list .item .title {
    display: block;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 16px;
}

.article-list .item .title * {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    line-height: 2;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-list .item .desc {
    font-size: 15px;
    color: var(--dark-5);
    margin-bottom: 42px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-list .item .date {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #000;
}

.article-list .item .date svg {
    width: 16px;
    height: 16px;
    fill: var(--accent-color);
    stroke: var(--accent-color);
    margin-left: 8px;

}

.article-list .item .more-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--dark-4);
}

.article-list .item .more-link svg {
    width: 16px;
    height: 16px;
    fill: var(--accent-color);
    stroke: var(--accent-color);
    margin-right: 8px;

}

.puzzle-article {
    margin: 2.5rem 0 5.5rem;
}

.puzzle-article .item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 24px;
    height: 100%;
    min-height: 205px;
    padding: 0 6%;
    background: #125D30;
    /* background: linear-gradient(90deg, rgba(18, 93, 48, 1) 60%, rgba(18, 93, 48, 0.85) 75%, rgba(18, 93, 48, 1) 100%); */
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}


.puzzle-article .item .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    -height: 100%;
    aspect-ratio: 1;
    background: radial-gradient(circle, rgb(3 192 81 / 14%) 40%, rgba(255, 255, 255, 0) 72%);
}


.puzzle-article .item .img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 0.4rem;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
}

.puzzle-article .item .content-box {
    display: flex;
    flex-direction: column;
    align-items: end;
    padding: 1rem 0;
}

.puzzle-article .item .title {
    display: block;
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 16px;
}

.puzzle-article .item .module-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    background-color: var(--accent-color);
    font-size: 1rem;
    color: #fff;
}

.puzzle-article .item .module-link-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: solid 2px var(--accent-color);
    border-radius: 50%;
    padding: 8px;
}

.puzzle-article .item .module-link-icon svg {
    width: 16px;
    height: 16px;
    fill: var(--accent-color);
    stroke: var(--accent-color);
}


.blog-grid-list {}

.blog-grid-list .item {
    display: flex;
    align-items: start;
    gap: 20px;
    border-radius: 20px;
    padding: 16px;
    margin-bottom: 16px;
    background: var(--accent-color4);
    border: solid 1px transparent;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.blog-grid-list .item:hover {
    border: solid 1px var(--accent-color);
    box-shadow: 0 0 10px -6px var(--accent-color3);

}


.blog-grid-list .item .img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    aspect-ratio: 1;
    flex-shrink: 0;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
}


.blog-grid-list .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-grid-list .item .content-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 124px;
}

.blog-grid-list .item .title {
    display: block;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 16px;
}

.blog-grid-list .item .title * {
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    line-height: 1.8;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-grid-list .item .desc {
    font-size: 15px;
    color: var(--dark-5);
    margin-bottom: 42px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-grid-list .item .date {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #000;
}

.blog-grid-list .item .date svg {
    width: 16px;
    height: 16px;
    fill: var(--accent-color);
    stroke: var(--accent-color);
    margin-left: 8px;

}

.blog-grid-list .item .more-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--dark-4);
}

.blog-grid-list .item .more-link svg {
    width: 16px;
    height: 16px;
    fill: var(--accent-color);
    stroke: var(--accent-color);
    margin-right: 8px;

}


.blog-grid-list-2 {
    margin-bottom: 90px;
}

.blog-grid-list-2 .item {
    position: relative;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    overflow: hidden;
}

.blog-grid-list-2 .item:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 87%) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}



.blog-grid-list-2 .item .img-box {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 2/1.15;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
}


.blog-grid-list-2 .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-grid-list-2 .item .content-box {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 4%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 2;
}

.blog-grid-list-2 .item .title {
    display: block;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 12px;
}

.blog-grid-list-2 .item .title * {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    line-height: 1.8;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-grid-list-2 .item .desc {
    font-size: 15px;
    color: var(--light-0);
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-grid-list-2 .item .date {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: var(--light-1);
    line-height: 1;
}

.blog-grid-list-2 .item .date svg {
    width: 16px;
    height: 16px;
    fill: var(--light-1);
    stroke: var(--light-1);
    margin-left: 8px;
}

.blog-grid-list-2 .item .more-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: var(--dark-4);
}

.blog-grid-list-2 .item .more-link svg {
    width: 16px;
    height: 16px;
    fill: var(--light-1);
    stroke: var(--light-1);
    margin-right: 8px;
}

.highlight-section {
    padding: 33px 0;
}

.highlight-section .highlight-slider {
    max-width: 100%;
    width: calc(100% - 25%);
}

.highlight-section .highlight-slider .swiper-navigation {
    flex-shrink: 0;
}

.highlight-section .highlight-slider .swiper-slide {
    width: 160px;
    margin: auto;
}

.highlight-section .item {
    width: 100%;
    text-align: center
}

.highlight-section .item .img-box {
    position: relative;
    width: 142px;
    margin: auto;
    max-width: 100%;
    margin-bottom: 4px;
    aspect-ratio: 1/1;
    padding: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    border: solid 1px var(--accent-color);
    -webkit-border-radius: 50%;
}

.highlight-section .item .img-box::before {
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    left: 8px;
    bottom: 8px;
    background: var(--light-3);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* img inside img-box */
.highlight-section .item .img-box img {
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    mix-blend-mode: darken;
}

/* title */
.highlight-section .item .title {
    font-size: 16px;
    margin: 0.5rem auto 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    width: 100%;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.highlight-section .story-full {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10000000000;
    background-color: rgba(0, 0, 0, .9)
}

.highlight-section .story-full .close-stroy {
    position: absolute;
    top: 24px;
    right: 24px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 10000;
}

.highlight-section .story-full .close-stroy svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    stroke: #fff;
}

.highlight-section .story-full .layout .content-holder {
    position: relative;
    width: 512px;
    max-width: 90%;
}

.highlight-section .story-full .layout .content-holder .swiper-navigation {
    position: absolute;
    top: 50%;
    z-index: 10;
    border: none;
    box-shadow: none;
}

.highlight-section .story-full .layout .content-holder .swiper-navigation svg {
    width: 12px;
    fill: #fff;
    stroke: #fff;
}

.highlight-section .story-full .layout .content-holder .swiper-navigation.next-btn {
    left: 12px;
}

.highlight-section .story-full .layout .content-holder .swiper-navigation.prev-btn {
    right: 12px;
}

.highlight-section .story-full .layout .content-holder .swiper {
    width: 100%;
}

.highlight-section .story-full .layout .content-holder img {
    max-height: 100dvh;
    width: 100%;
    border-radius: .8rem;
    -webkit-border-radius: .8rem;
    -moz-border-radius: .8rem;
    -ms-border-radius: .8rem;
    -o-border-radius: .8rem;
}

.highlight-section .story-full .layout .content-holder .text {
    height: max-content;
    margin: auto;
    padding: 1rem;
    border-radius: .8rem;
    background: var(--White);
    z-index: 1;
    flex-shrink: 0
}

.highlight-section .story-full .layout .content-holder .text .title {
    display: block;
    width: max-content;
    padding: .5rem 1rem;
    font-size: .9rem;
    color: var(--White);
    border-radius: .4rem;
    background: var(--accent-color);
    margin-bottom: .8rem
}

.highlight-section .story-full .layout .content-holder .text .summary {
    display: block;
    font-size: .9rem;
    color: #000;
    text-align: justify
}

.highlight-section .story-full .swiper-wrapper {
    align-items: center
}

.highlight-section .story-full .swiper-wrapper .swiper-slide .story-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    width: 100%;
    max-width: 100%;
    /* max-height: 90dvh; */
    /* object-fit: cover; */
    margin: auto;
    border: solid 3px #fff;
    cursor: pointer;
    border-radius: 20px;
    overflow: hidden;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.thumbnail-links-section {
    text-align: center;
    padding: 3.38rem 0;
}

.thumbnail-links-section .item {
    display: inline-block;
    vertical-align: top;
    width: 7.69rem;
    white-space: normal;
    margin: 0 1.38rem;
    white-space: normal;
}

.thumbnail-links-section .item .img-box {
    width: 7.69rem;
    height: 7.69rem;
    max-width: 100%;
    border: solid 1px var(--secondary-color-light-1);
    border-radius: 50%;
    padding: 0.3rem;
}

.thumbnail-links-section .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.thumbnail-links-section .item .title {
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.5rem;
    line-height: 2.2;
}

.thumbnail-links-scroll {
    text-align: center;
    padding: 3.38rem 0;
}

.thumbnail-links-scroll .item {
    display: inline-block;
    vertical-align: top;
    width: 7.69rem;
    white-space: normal;
    margin: 0 1.38rem;
}

.thumbnail-links-scroll .item .img-box {
    width: 7.69rem;
    height: 7.69rem;
    max-width: 100%;
    border-radius: 50%;
    padding: 0.3rem;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.thumbnail-links-scroll .item .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.thumbnail-links-scroll .item .title {
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 0.5rem;
    line-height: 2.2;
}

.full-banner {
    margin-bottom: 3rem;
}

.full-banner>a {
    margin-bottom: 1rem;
}

.half-banner .item {
    margin-bottom: 1rem;
}

.half-banner .item:last-child {
    margin-bottom: 0rem;
}

.socialnetwork-four-col-section .row {
    margin: 0 -0.4rem !important;
}

.socialnetwork-four-col-section .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.9rem 1.8rem;
    border-radius: var(--radius);
}

.socialnetwork-four-col-section .item .img-box {
    display: flex;
    align-items: center;
    width: 5.5rem;
    height: 5rem;
    padding-left: 2rem;
    margin-left: 1rem;
    border-left: solid 1px var(--White);
}

.socialnetwork-four-col-section .item img {
    width: 100%;
}

.socialnetwork-four-col-section .item .title {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--White);
}

.discount-banner .item:nth-child(even) {
    flex-direction: row-reverse;
}

.article-category-section .module-head {
    width: 100%;
    padding: 1.6rem 1.5rem;
    margin-bottom: 1rem;
}

.article-category-section .module-head .title {
    font-size: 1.3rem;
    color: var(--Black);
}

.article-category-section .module-head .more-link {
    color: var(--Black);
    font-size: 1rem;
}

.article-category-section .module-head .more-link svg {
    width: 1.9rem;
    height: 1.9rem;
    fill: var(--Black);
}

.article-category-section .items-holder li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0.4rem 0.3rem;
}

.article-category-section .items-holder li .item {
    display: block;
    border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -ms-border-radius: var(--radius);
    -o-border-radius: var(--radius);
    overflow: hidden;
}

.article-category-section .items-holder li .item .img-box {
    width: 100%;
}

.article-category-section .items-holder li .item .img-box img {
    width: 100%;
    max-width: 100%;
}

.article-category-section .items-holder li .item .text-box {
    padding: 0.4rem 0.6rem;
    border-radius: 0 0 var(--radius) var(--radius);
    -webkit-border-radius: 0 0 var(--radius) var(--radius);
    -moz-border-radius: 0 0 var(--radius) var(--radius);
    -ms-border-radius: 0 0 var(--radius) var(--radius);
    -o-border-radius: 0 0 var(--radius) var(--radius);
    border: solid 1px var(--texture-color-6);
    border-top: 0;
}

.article-category-section .items-holder li .item .text-box .title {
    font-size: 1.1rem;
    color: var(--Black);
    margin-bottom: 0.9rem;
}

.article-category-section .items-holder li .item .text-box .count {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding-right: 0.4rem;
    font-size: 0.9rem;
    color: var(--Black);
    font-weight: 500;
}

.article-category-section .items-holder li .item .text-box .count:before {
    content: "";
    width: 0.3rem;
    height: 0.3rem;
    background: var(--Black);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width: 960px) {
    .article-category-section .items-holder li {
        width: 50%;
    }
}

@media (max-width: 480px) {
    .article-category-section .items-holder li {
        width: 23rem;
    }
}

.last-article-section .holder {
    overflow: hidden;
}

.last-article-section .holder .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;
}

.last-article-section .holder .img-box img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.last-article-section .holder .img-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, #fff0 50%);
}

.last-article-section .holder .content-box {
    position: absolute;
    right: 10rem;
    left: 10rem;
    bottom: 1.5rem;
    z-index: 100000;
    padding-left: 15%;
}

.last-article-section .holder .content-box .title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--White);
}

.last-article-section .holder .content-box .desc {
    display: block;
    font-size: 1rem;
    color: var(--White);
}

.last-article-section .holder .content-box .desc p {
    margin: 0;
}

.last-article-section .holder .link-btn {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 1rem 1rem 0 0;
    background: var(--White);
    border-top-right-radius: 2.3rem;
}

.last-article-section .holder .link-btn:before {
    content: "";
    position: absolute;
    background-color: #fff0;
    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;
}

.last-article-section .holder .link-btn:after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff0;
    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;
}

.last-article-section .holder .link-btn>a {
    position: relative;
    width: 5.6rem;
    height: 5.6rem;
    background: var(--accent-color);
    border-radius: 1.3rem;
    z-index: 1;
}

.last-article-section .slider-controller {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 0 2rem 2rem 0;
    gap: 1rem;
}

.last-article-section .slider-controller .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);
}

.last-article-section .slider-controller .navigation svg {
    width: 2rem;
    height: 2rem;
    fill: var(--White);
    stroke: none;
}

.last-article-section .slider-controller .navigation.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) {
    .last-article-section .holder .img-box:after {
        background-color: rgba(0, 0, 0, 0.6);
    }

    .last-article-section .holder .content-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
        top: 0;
        right: 0rem;
        left: 0rem;
        bottom: 0;
        padding: 2rem 2rem 7rem;
    }
}

.Category-list {
    gap: 1rem;
}

.Category-list .label {
    font-size: 1.1rem;
    margin-left: 1.8rem;
    white-space: nowrap;
}

.Category-list .edn_moduleList {
    white-space: nowrap;
    padding: 1rem 0;
}

.Category-list .edn_moduleList .node {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1rem;
}

.Category-list .edn_moduleList .node .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;
}

.Category-list .edn_moduleList .node.active .item {
    color: var(--dark-1);
    border-color: var(--accent-color);
    background-color: var(--accent-color4);
}

.search_input {
    position: relative;
    width: 24.3rem;
    max-width: 100%;
    margin-right: auto;
}

.search_input .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;
}

.search_input .input input[type=text] {
    border: none;
    background-color: #fff0;
    height: 32px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 2px center;
    background-size: 16px;
    outline: none;
}

.search_input .input input[type=text]::-webkit-input-placeholder {
    color: var(--texture-color-6);
}

.search_input .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;
}

.search_input .do_search span {
    display: none;
}

@media (max-width: 768px) {
    .search_input {
        width: 100%;
        margin: 0;
    }
}

.EDN_search {
    background-color: var(--bg-1);
    border-radius: var(--radius);
    padding: 2rem 1.5rem;
    z-index: 1;
}

.eds_subCollection_search {
    display: flex;
    justify-content: center;
}

.article-list-3-col {
    margin-top: 2rem;
}

.article-list-3-col .item {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.6rem;
}

.article-list-3-col .item .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;
}

.article-list-3-col .item .img-box>a {
    display: block;
    width: 100%;
    height: 100%;
}

.article-list-3-col .item .img-box>a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-list-3-col .item .img-box .cat-label {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 2.3rem 0 0 0;
    overflow: hidden;
}

.article-list-3-col .item .img-box .cat-label a {
    display: inline-block;
    color: var(--White);
    padding: 0.5rem 1.7rem;
}

.article-list-3-col .item .img-box .cat-label a.EDNcategorycolor-orange {
    background-color: var(--secondary-color-light-1);
}

.article-list-3-col .item .img-box .cat-label a.EDNcategorycolor-green {
    background-color: var(--accent-color);
}

.article-list-3-col .item .content-box {
    height: 100%;
    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;
}

.article-list-3-col .item .content-box .date-time {
    margin-bottom: 0.7rem;
}

.article-list-3-col .item .content-box .date-time span {
    display: inline-block;
    vertical-align: middle;
    color: var(--accent-color);
    line-height: 1rem;
}

.article-list-3-col .item .content-box .date-time span:first-child {
    font-weight: 500;
    padding-left: 0.6rem;
    margin-left: 0.6rem;
    border-left: solid 1px var(--accent-color);
}

.article-list-3-col .item .content-box .title-box {
    display: block;
    margin-bottom: 0.9rem;
}

.article-list-3-col .item .content-box .title-box .title {
    font-size: 1.2rem;
}


.article-details .action-row {
    margin-bottom: 24px;
}

.article-details .action-row .sharing-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--accent-color4);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
}

.article-details .action-row .sharing-btn {}

.article-details .action-row svg {
    display: block;
    fill: var(--accent-color3);
    stroke: var(--accent-color3);
}

.article-details .action-row .copylink {
    position: relative;
    background: var(--accent-color3);
    cursor: pointer;
    font-size: 12px;
    padding: 8px 12px;
}

.article-details .action-row .copylink #message {
    display: none;
    position: absolute;
    bottom: 105%;
    right: 0;
    background: var(--accent-color4);
    padding: 8px 16px;
    font-size: 14px;
    color: var(--accent-color3);
    border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -webkit-border-radius: 4px;
    z-index: 10;
}

.article-details .action-row .date {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.article-details .action-row .date svg {
    width: 16px;
    height: 16px;
}


.article-details .content-box .article-info {
    margin-bottom: 2.46rem;
}

.article-details img {
    display: block;
    width: 100%;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.article-details .content-box .main-image {
    margin-bottom: 38px;
}

.article-details .content-box .title,
.article-details .content-box .desc h2,
.article-details .content-box .desc h3,
.article-details .content-box .desc h4,
.article-details .content-box .desc h5,
.article-details .content-box .desc h6 {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 24px;
}

.article-details .content-box .summary,
.article-details .content-box .desc {
    font-size: 15px;
    margin-bottom: 24px;
}


.article-details .content-box .desc h2,
.article-details .content-box .desc h3,
.article-details .content-box .desc h4,
.article-details .content-box .desc h5,
.article-details .content-box .desc h6 {
    margin-bottom: 16px;
    line-height: 1.8;
}

.article-details .content-box .desc p {
    font-size: 15px;
    margin-bottom: 24px;
    color: var(--dark-1);
}

.article-details .content-box .desc img {
    max-width: 100%;
    height: auto !important;
    margin: 0 auto 16px;
}

.article-details .sidebar {
    position: sticky;
    top: 0rem;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 64px;
}

.article-details .sidebar .article-heading-holder {
    border-radius: 16px;
    background-color: var(--accent-color4);
    overflow: hidden;
    padding: 40px 34px;
}

.article-details .sidebar .article-heading-holder .main-title {
    display: block;
    text-align: center;
    font-size: 14px;
    color: var(--accent-color);
    margin-bottom: 34px;
}

.article-details .sidebar .article-heading-holder .article-heading {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.article-details .sidebar .article-heading-holder .article-heading li a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 14px;
    font-weight: bold;
    padding: 0 0;
    color: var(--dark-1);
}


.article-details .sidebar .article-heading-holder .article-heading li a .title {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

.article-details .sidebar .article-heading-holder .article-heading li.active a {
    color: var(--dark-1);
}

.article-details .sidebar .article-heading-holder .article-heading li.active a:before {
    background-color: var(--accent-color);
}

.side-ads {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.side-ads .item {
    display: block;
}

.side-ads .item img {
    width: 100%;
}


.edn_article_gallery li {
    display: inline-block;
    vertical-align: middle;
}

.edn_article_gallery li a {
    display: block;
    border: solid 1px var(--accent-color);
    border-radius: 8px;
    overflow: hidden;
}

.edn_article_gallery li a img {
    border-radius: 0;
}

.FaqPages .accordion-second .item {
    cursor: pointer;
    list-style-type: none;
    counter-increment: item;
    transition: all ease-in-out 300ms;
    border-bottom: 0.1rem solid #e0e0e2;
    padding-bottom: 1.5rem;
    gap: 1rem;
}

.FaqPages .accordion-second .item svg {
    transition: all ease-in-out 0.3s;
    width: 0.8rem;
}

.FaqPages .accordion-second .item:has(+ .answer:not(.hideanswer)) svg {
    transform: rotate(180deg);
    display: block;
}

.FaqPages .accordion-second .answer.hideanswer {
    max-height: 0;
    transition: all ease-in-out 0.3s;
    padding: 0 1em;
}

.FaqPages .accordion-second .answer {
    max-height: 14em;
    transition: all ease-in-out 0.3s;
    overflow: hidden;
    margin-bottom: 1rem;
    padding: 1em;
}

.backgroundart {
    box-shadow: 0 3px 3px #d8d8d8;
}

.morebuttomarticle {
    background-color: var(--accent-color);
    left: 0%;
    top: -23%;
    cursor: pointer;
    transition: 400ms ease-in-out all !important;
}

.morebuttomarticle:hover {
    background-color: var(--button-hover-color);
}

.nameart {
    left: 2%;
    bottom: 5%;
    background-color: #c24b5981;
    z-index: 21;
    pointer-events: none;
}

.iradius {
    border-radius: calc(var(--b-radius) * 3) calc(var(--b-radius) * 3) 0 0;
}

.serachFaqAzin .eds_news_AzinPart {
    justify-content: right;
}

.footer-customers .customers-slider .swiper-slide {
    width: calc(100% / 15);
    min-width: 80px;
    border-left: solid 1px #c1c1c1;
}

.footer-customers .customers-slider .swiper-slide:last-child {
    border: none;
}

.footer-customers .customers-slider .swiper-slide>a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 0.57rem;
}

.footer-customers .customers-slider .swiper-slide>a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    aspect-ratio: 1;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.footer-customers .customers-slider .swiper-slide>a:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.about-us-section .bottomParaghraf {
    font-size: 1.15rem;
    color: var(--Black);
}

.about-us-section .sec-title {
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.about-us-section .cover {
    text-align: center;
}

.about-us-section .cover img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 2.3rem;
    -webkit-border-radius: 2.3rem;
    -moz-border-radius: 2.3rem;
    -ms-border-radius: 2.3rem;
    -o-border-radius: 2.3rem;
}

.about-us-section .cover .page-title {
    display: inline-block;
    padding: 2.3rem 9rem;
    font-weight: 700;
    font-size: 1.2rem;
    color: var(--dark-1);
    transform: translateY(-50%);
    background: var(--texture-color-7);
    border-radius: 1.15rem;
    -webkit-border-radius: 1.15rem;
    -moz-border-radius: 1.15rem;
    -ms-border-radius: 1.15rem;
    -o-border-radius: 1.15rem;
}

.about-us-section .desc-sec {
    margin-bottom: 3rem;
}

.about-us-section .desc-sec .col:first-child {
    min-width: 58%;
}

.about-us-section .desc-sec .col p {
    font-size: 1.15rem;
    color: var(--Black);
}

.about-us-section .desc {
    font-size: 1.15rem;
    color: var(--Black);
}

.about-us-section .brands {
    margin: 3.84rem 0 9.3rem;
    padding: 4rem 0;
    background: var(--bg-1);
}

.about-us-section .brands .sec-title {
    font-size: 1.15rem;
    color: var(--Black);
    text-align: center;
    margin-bottom: 2rem;
}

.about-us-section .brands .brands-slider {
    border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
}

.about-us-section .brands .brands-slider .swiper-slide {
    display: flex;
    gap: 0;
}

.about-us-section .brands .brands-slider .brands-item {
    width: calc(100% /7) !important;
    position: relative;
    height: 33rem;
    padding: 0 0.5rem;
    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;
    border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -ms-border-radius: var(--radius);
    -o-border-radius: var(--radius);
    overflow: hidden;
}

.about-us-section .brands .brands-slider .brands-item>a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: var(--radius);
    -webkit-border-radius: var(--radius);
    -moz-border-radius: var(--radius);
    -ms-border-radius: var(--radius);
    -o-border-radius: var(--radius);
    transition: none;
    overflow: hidden;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.about-us-section .brands .brands-slider .brands-item>a img {
    -width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-section .brands .brands-slider .brands-item .content {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 4.6rem;
    gap: 0rem;
    bottom: 1.8rem;
    right: 1.8rem;
    left: 1.8rem;
    white-space: nowrap;
    overflow: hidden;
}

.about-us-section .brands .brands-slider .brands-item .content .logo-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.3rem;
    flex-shrink: 0;
    height: 4.6rem;
    z-index: 1;
    background-color: var(--accent-color-dark-5);
    border-radius: var(--radius-5);
    -webkit-border-radius: var(--radius-5);
    -moz-border-radius: var(--radius-5);
    -ms-border-radius: var(--radius-5);
    -o-border-radius: var(--radius-5);
}

.about-us-section .brands .brands-slider .brands-item .content .logo-box .download {
    display: none;
}

.about-us-section .brands .brands-slider .brands-item .content .logo-box .download svg {
    display: block;
}

.about-us-section .brands .brands-slider .brands-item .content .text {
    opacity: 0;
    width: 0;
    height: 0;
    height: max-content;
    color: var(--White);
    overflow: hidden;
    transform: translate(250%, 250%);
    transition: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transform: translate(250%, 250%);
    -moz-transform: translate(250%, 250%);
    -ms-transform: translate(250%, 250%);
    -o-transform: translate(250%, 250%);
}

.about-us-section .brands .brands-slider .brands-item .content .text .title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--White);
}

.about-us-section .brands .brands-slider .brands-item .content .text p {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}

.about-us-section .brands .brands-slider .brands-item:hover {
    flex-shrink: 0 !important;
    width: 32rem !important;
}

.about-us-section .brands .brands-slider .brands-item:hover .logo-box img {
    display: none;
}

.about-us-section .brands .brands-slider .brands-item:hover .logo-box .download {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.about-us-section .brands .brands-slider .brands-item:hover .content {
    gap: 0.8rem;
}

.about-us-section .brands .brands-slider .brands-item:hover .text {
    width: 100%;
    height: 5rem;
    opacity: 1;
    transform: translate(0%);
    visibility: visible;
    -webkit-transform: translate(0%);
    -moz-transform: translate(0%);
    -ms-transform: translate(0%);
    -o-transform: translate(0%);
}

.about-us-section .brands .slider-controller .navigation {
    margin: 0;
}

.about-us-section .brands .slider-controller .navigation svg {
    width: 2.3rem;
    height: 2.3rem;
    max-width: 100%;
    max-height: 100%;
    fill: var(--accent-color);
    stroke: none;
}

.article-category-list {
    width: 985px;
    max-width: 87%;
    margin: auto;
}

.article-category-list .c-list-head .title-box .title {
    color: inherit;
}

.article-category-list .items-wrapper {
    position: relative;
    margin: 1rem auto 88px;
}

.article-category-list .items-wrapper:before {
    content: '';
    position: absolute;
    top: -2rem;
    left: -4rem;
    right: 25%;
    bottom: 12px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: inset 0px 0px 8px -7px #c7c7c7;
    background: var(--accent-color4);
    z-index: 0;
}

.article-category-list .items-wrapper ul {
    position: relative;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    align-items: center;
    /* justify-content: center; */
    gap: 12px;
    list-style: none;
    padding: 20px 38px;
    background: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 5px 6px 20px -7px #c7c7c7;
    z-index: 1;
}


.article-category-list .items-wrapper ul li {
    background: var(--light-3);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.article-category-list .items-wrapper ul li a {
    display: block;
    padding: 16px 40px;
    font-size: 19px;
    font-weight: bold;
    color: inherit;
}

@media (max-width: 1200px) {
    .about-us-section .brands .brands-slider .brands-item {
        width: calc(100% /5) !important;
    }
}

@media (max-width: 1200px) {
    .about-us-section .brands .brands-slider .brands-item {
        width: calc(100% /3) !important;
        flex-shrink: 1 !important;
    }

    .about-us-section .brands .brands-slider .brands-item>a img {
        width: 100%;
    }

    .about-us-section .brands .brands-slider .brands-item .logo-box img {
        display: none !important;
    }

    .about-us-section .brands .brands-slider .brands-item .logo-box .download {
        display: flex !important;
        width: 100% !important;
        height: 100% !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .about-us-section .brands .brands-slider .brands-item .content {
        gap: 0.8rem !important;
    }

    .about-us-section .brands .brands-slider .brands-item .text {
        width: 100% !important;
        height: 5rem !important;
        opacity: 1 !important;
        transform: translate(0%) !important;
        visibility: visible !important;
        -webkit-transform: translate(0%) !important;
        -moz-transform: translate(0%) !important;
        -ms-transform: translate(0%) !important;
        -o-transform: translate(0%) !important;
    }
}

@media (min-width: 990px) {
    .puzzle-article .item.single-col {
        flex-direction: column-reverse;
        align-items: start;
        justify-content: center;
        padding: 9% 5% 2% 9%;
    }

    .puzzle-article .item.single-col .img-box {
        height: 256px;
        width: auto;
        flex-shrink: 1;
        aspect-ratio: auto;
    }

    .puzzle-article .item.single-col .content-box {
        width: 100%;
    }

    .blog-grid-list .item.single-col {
        flex-direction: column;
        height: 100%;
        background: rgba(18, 127, 62, 6%);
    }

    .blog-grid-list .item.single-col .img-box {
        width: 100%;
        aspect-ratio: 2.5/1;
    }
}

@media (max-width: 1200px) {
    .article-list .item-col {
        width: 25%;
    }
}

@media (max-width: 990px) {
    .about-us-section .brands .brands-slider .brands-item {
        width: calc(100% /2) !important;
    }

    .highlight-section .highlight-slider {
        width: calc(100% - 8rem);
    }

    .highlight-section .highlight-slider .swiper-slide {
        width: max-content;
        padding: 0 0 0px 3rem;
    }

    .home-slider-section .home-slider .content-holder .container .box {
        max-width: 80%;
    }

    .home-slider-section .home-slider .content-holder .container .box .title {
        font-size: 15px;
        margin-bottom: 1rem;
    }

    .home-slider-section .home-slider .content-holder .container .box .subtitle {
        font-size: 13px;
        margin-bottom: 1rem;
    }

    .article-list .item-col {
        width: 33%;
    }

    .article-details .detail-cover-image {
        aspect-ratio: 2.5/1;
    }
    .article-details .sidebar{
        padding-top: 0;
    }

    .side-ads {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .side-ads .item {
        display: block;
        max-width: calc(50% - 8px);
    }
}

@media (max-width: 768px) {
    .home-slider-section .img-box {
        aspect-ratio: 2/1;
    }

    .about-us-section .brands .brands-slider .brands-item {
        width: 100% !important;
    }

    .article-category-list .c-list-head {
        flex-direction: row;
        justify-content: start !important;
    }

    .article-category-list .items-wrapper:before {
        top: -14%;
        left: -6%;
    }

    .article-list .item-col {
        width: 50%;
    }

    .blog-grid-list-2 .inner-row {
        flex-wrap: nowrap;
        overflow: auto;
        width: 100%;
        margin-bottom: 16px;
    }


    .blog-grid-list-2 .item .desc {
        display: none;
    }
}

@media (max-width: 480px) {
    .article-list .item-col {
        width: 100%;
    }
}