/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
#menu-primary .menu-item a:hover {
    background-color:#00FF74;
}
#menu-primary .menu-item .sub-menu li a:hover {
    background-color: #5D8D78;
    color: #FFF;
}


#menu-primary nav ul li:first-child .sub-menu li {
    position: relative;
}

#header-menu {
    transition: all 0.4s ease-in-out;
}
#header-menu.sticky {
    position: fixed;
    
    padding: 10px 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Thêm bóng đổ */
    /* Gọi hiệu ứng trượt từ trên xuống */
    animation: slideDown 0.5s ease forwards;
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}


.elementor-widget-author-box .elementor-author-box__name {
    color: #080808;
}

#slide-testimonial .jet-listing-grid__slider {
    padding-top:50px;
    padding-bottom:50px;
}
#slide-testimonial .swiper-slide {
    margin-top:50px;
    transition: all 0.5s ease-in-out;
}

#slide-testimonial .swiper-slide-prev {
    transform: rotate(-3.17deg);
}

#slide-testimonial .swiper-slide-next {
    transform: rotate(3.17deg);
}

@media (min-width: 1024px) {
    #slide-testimonial .swiper-slide-active {
        margin-top: -25px;
    }
}


.info-event {
    list-style-type: none;
}
.info-event li {
    display:flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom:10px;
    gap:8px;
}
.info-event li p {
    margin-bottom:0;
    
}


.have-overlay-circle {
    position: relative;
}

.have-overlay-circle:before,
.have-overlay-circle:after
{
    position: absolute;
    z-index: 2;
    opacity: 0.3;
}
.have-overlay-circle:before {
    content:url('/wp-content/uploads/2026/05/image-background1.png');
    top:20px;
    left:0px;
}
.have-overlay-circle:after {
    content:url('/wp-content/uploads/2026/05/image-background2.png');
    bottom:20px;
    right:0px;
}

.have-overlay-circle.overlay-title:before,
.have-overlay-circle.overlay-title:after
{
    content:url('/wp-content/uploads/2026/05/image-background-title.png');
    opacity: 0.3;
}
.have-overlay-circle.overlay-title:before {
    left:0;
}
.have-overlay-circle.overlay-title:after {
    right:0;
}
.section-translation {
    position: relative;
}
.translation-bottom,
.translation-top
{
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
    opacity: 0;
}
.section-translation .translation-bottom {
    transform: translateY(100%);
    transition: all .5s ease-in-out;
}
.section-translation .translation-top {
    transform: translateY(-100%);
    transition: all .5s ease-in-out;
}

.section-translation:hover .translation-bottom {
    transform: translateY(0%);
    opacity: 1;
    transition: all .5s ease-in-out;
}
.section-translation:hover .translation-top {
    transform: translateY(0%);
    opacity: 1;
    transition: all .5s ease-in-out;
}


#slider-team .jet-engine-swiper-pagination-wrapper {
    margin-top: 26px;
    align-items: center;
}
#slider-team .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
}




#history-slide .swiper-slide .elementor-widget-text-editor p {
    word-wrap: break-word;
}
#history-slide .swiper-slide img {
    height: 0px;
    opacity: 0;
    transition: all .5s ease-in-out;
}
#history-slide .swiper-slide.swiper-slide-active img {
    height: auto;
    opacity: 1;
}
#history-slide .swiper-slide-active .elementor-widget-heading h2 {
    color: #39745A;
}


#slide-nos-engagements {
    background-color: #FFF;
    border-radius: 40px;
}
#slide-nos-engagements .swiper-pagination {
    position: absolute;
    transform: translateY(-40px);
    left:32px;
    align-items: center;
    display: flex;
}
#slide-nos-engagements .swiper-pagination .swiper-pagination-bullet-active,.slide-have-dots .swiper-pagination .swiper-pagination-bullet-active {
    width: 12px;
    height: 12px;
    background-color: #39745A;
}
.slide-have-dots .swiper-pagination{
    display: flex;
    align-items: center;
}

#tab-evenements .e-n-tabs-heading {
    width: fit-content;
    margin: auto;
    padding: 8px;
    border-radius: 24px;
    background-color: #E1EAE6;
}


.title-brochures {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#E1EAE6;
    border: 5px solid #F7F9F8;
}
#slide-brochures .jet-listing-grid__slider {
    padding-top:40px;
}
#slide-brochures .swiper-pagination-bullet-active {
    width: 12px;
    height:12px;
}
#slide-brochures .jet-engine-swiper-pagination-wrapper {
    align-items: center;
}

.suff-span-title {
    font-weight:400;
    font-size: 16px;
    line-height: 20px;
    vertical-align: middle;
    margin-left: 14px;
}

.elementor-counter-title {
    text-align: center;
}
.have-line-border {
    position: relative;
}
.have-line-border:after {
    content:'';
    position: absolute;
    right:0;
    width: 1px;
    height:40%;
    background: #5D8D78;
    top:50%;
    transform: translateY(-50%);
}

.elementor-swiper-button-prev {
    transform: rotate(180deg)!important;
    transform-origin: top;
}


#slide-incubateur .jet-listing-grid__slider .jet-listing-grid__items .jet-listing-grid__item img {
    aspect-ratio: 570/373;
    object-fit: cover;
    width: 100%;
}



.my-marquee-track {
    display: flex;
    width: max-content !important;
    animation: marquee-scroll 25s linear infinite;
    flex-wrap: nowrap;
}
.track-right {
    animation: marquee-scroll-right 40s linear infinite;
}

.my-marquee-content {
    display: flex;
    gap: 10px;
    padding-right: 10px;
    position: relative; 
}


.my-marquee-content > * {
    width: calc(20vw - 7.5px) !important;
    flex-shrink: 0; 
}
.info-box {
    position: absolute;
    width: fit-content!important; 
    padding: 20px;
    background-color: #2e694f; 
    color: white;
    border-radius: 15px; 
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
    z-index: 1000;
    opacity: 0;
    pointer-events: none; 
    transition: opacity 0.3s ease;
    transform: rotate(-10deg);
    transform-origin: left top;
    white-space: nowrap;
}

/* Hiệu ứng trượt không đổi */
@keyframes marquee-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%); 
    }
}

@keyframes marquee-scroll-right {
    0% {
        transform: translateX(-50%); 
    }
    100% {
        transform: translateX(0); 
    }
}
.my-marquee-track:hover {
    animation-play-state: paused;
}

.text-up {
    text-transform: uppercase;
}
@media (max-width: 768px) {
    .my-marquee-content > * {
        width: calc(50vw - 7.5px) !important;
        flex-shrink: 0; 
    }
    .my-marquee-content {
        border-radius: 10px!important;
    }
}
