.archive-posts .elementor-posts .elementor-post__text {
    display: flex;
    flex-direction: column;
}

.archive-posts .elementor-posts .elementor-post__text .elementor-post__title {
    order: 2;
}


.section-expand-img {
    cursor: pointer;
}

.line--before {
    position: relative;
}

.line--before .elementor-heading-title:before {
    content: "";
    height: 2px;
    background-color: #fff;
    width: 134px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
}

.zone-dot {
    position: absolute;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 5px;
}

.zone-dot:before {
    content: "";
    box-shadow: 0 0 0 0 red;
    background-color: red;
    border-radius: 50px;
    transition: all 15s;
    transform-origin: 50% 50%;
    animation: zoom 1.5s infinite;
    background-image: unset;
    width: 10px;
    height: 10px;
    display: block;
}

.zone-dot:after {
    content: "";
    position: absolute;
    height: 274px;
    width: 2px;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.zone-dot span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.zone-dot.top:after {
    bottom: 21px;
}

.zone-dot.top span {
    bottom: 300px;
}

.zone-dot.bottom:after {
    top: 21px;
}

.zone-dot.bottom span {
    top: 300px;
}

.zone-1 {
    left: 18%;
    top: 76.5%;
}

.zone-2 {
    left: 48%;
    top: 52.5%;
}

.zone-3 {
    left: 71%;
    top: 39.5%;
}

.zone-4 {
    left: 85%;
    top: 27.5%;
}

/* #slideZone {
    counter-reset: zone;
}

#slideZone .swiper-slide:before {
    content: "ZONE " counter(zone);
    counter-increment: zone;
    position: absolute;
    right: calc(100vw - 17%);
    top: 82px;
    z-index: 1;
} */

#slideZone .swiper-slide figcaption.elementor-image-carousel-caption {
    position: absolute;
    left: calc(100vw - 86.6%);
    top: 82px;
    z-index: 1;
    color: var(--e-global-color-text);
    font-style: normal;
    font-weight: 500;
    font-family: 'Encode Sans';
    text-transform: uppercase;
    font-size: 16px;
}

#slideZone .swiper-slide:after {
    content: "";
    height: 2px;
    background-color: #fff;
    width: 5%;
    max-width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 50px;
    position: absolute;
    top: 93px;
    right: calc(100vw - 16%);
}

.imgs-effect .gallery-icon {
    position: relative;
    overflow: hidden;
}

.imgs-effect .gallery-icon img {
    transition: all .3s ease-in-out;
}

.imgs-effect .gallery-icon:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    background-color: #0000004D;
    transition: all .3s ease-in-out;
    z-index: 2;
}

.imgs-effect .gallery-icon:hover:before {
    background-color: transparent;
}

.imgs-effect .gallery-icon:hover img {
    scale: 1.1;
}

.section-collapse .elementor-widget-heading,
.section-collapse>div {
    transition: all ease 0.5s;
    cursor: pointer;
}

.section-collapse>div.active:before {
    background-color: transparent !important;
}

.section-collapse>div.inactive:before {
    opacity: 1 !important;
}

.section-collapse>div.active .elementor-widget-heading {
    opacity: 0;
}

.section-collapse>div.active {
    width: calc(100% - 270px);
}

.section-collapse>div.inactive {
    width: 135px;
}


.section-collapse>div.inactive .elementor-widget-heading h3 {
    font-size: 20px !important;
    line-height: 25px !important;
    white-space: nowrap;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    70% {
        transform: scale(1.8);
        box-shadow: 0 0 5px 15px transparent
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 transparent
    }
}

/*DanhHD - 31/12/2024 09:42:40 */

.slideSwiperZone figure.swiper-slide-inner {
    position: relative;
    overflow: hidden;
    padding-top: 65%;
    background-position: 50% 50%;
    background-size: cover;
}

.slideSwiperZone figure.swiper-slide-inner img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}

.slideSwiperZone .elementor-image-carousel-wrapper.swiper {
    padding-bottom: 0 !important;
}

.slideSwiperZone .elementor-image-carousel-wrapper.swiper .swiper-pagination {
    display: none;
}


/* width */
::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;

}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px #ebebeb;
  border-radius: 10px;
  background-color: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ffffff69;
  border-radius: 10px;
}

[data-expand].active:not(.section-expand-img){
    --overlay-opacity: 0.3!important;
}


@media (max-width:1440px) and (min-width:1025px){
    .zone-dot:after {
        height: 130px;
    }

    .zone-dot.top span {
        bottom: 155px;
    }

    .zone-dot.bottom span {
        top: 155px;
    }

    .line--before .elementor-heading-title:before {
        width: 60px;
    }
    
    .line--before .elementor-heading-title {
        font-size: 25px !important;
    }
}

@media screen and (max-width:1024px) {
    .zone-dot:after {
        height: 130px;
    }

    .zone-dot.top span {
        bottom: 155px;
    }

    .zone-dot.bottom span {
        top: 155px;
    }

    .line--before .elementor-heading-title:before {
        width: 60px;
    }

    .section-collapse>div.active{
        width: 100%;
        min-height: 360px;
    }

    .section-collapse>div.inactive {
        width: 100%;
        min-height: 120px;
    }
    
    .section-collapse>div.inactive .elementor-widget-heading h3 {
        writing-mode: horizontal-tb;
    }
}

@media screen and (max-width:768px) {
    .zone-dot:after {
        height: 70px;
    }

    .zone-dot.top span {
        bottom: 95px;
    }

    .zone-dot.bottom span {
        top: 95px;
    }

    .imgs-effect figure.gallery-item {
        max-width: 50% !important;
    }
}

@media screen and (max-width:550px) {
    .zone-dot:after {
        height: 40px;
    }

    .zone-dot.top span {
        bottom: 60px;
        font-size: 14px;
    }

    .zone-dot.bottom span {
        top: 60px;
        font-size: 14px;
    }

    #slideZone .swiper-slide:after {
        top: 25px;
    }
    
    #slideZone .swiper-slide:before {
        top: 13px;
    }

    #slideZone .swiper-slide figcaption.elementor-image-carousel-caption {
    left: calc(100vw - 91.1%);
    top: 15px;
}
}