.change-bg-color {
    transition: background-color 0.7s ease;
}
.home-section-1::after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 500px;
    position: absolute;
    top: -250px;
    left: 0;
    z-index: 0;
    filter: blur(100px);
    background-color: #00b3ff;
    opacity: .15;
}
.home-section-1 .video-text-rotate video{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.home-section-1 .video-text-rotate {
    transform: translate(-50%, -50%);
}
.home-section-1 .text-arrow-arrow {
    transform: translateX(-50%);
}
.home-section-1 .ekit-fancy-text{
    mix-blend-mode: difference !important;
}
.home-section-1 .elementor-button-icon,
.home-section-2 .elementor-button-icon,
.home-section-6 .elementor-button-icon{
    font-size: 12px;
}
.carousel-detail .elementor-main-swiper, .carousel-detail .swiper-slide{
    margin: 0;
    padding: 10px 0 10px;
}
.carousel-detail .testimonial-carousel .elementor-testimonial__content{
    display: flex;
    flex-direction: column-reverse;
    gap: 9px;
}
.carousel-detail .testimonial-carousel .swiper-pagination{
    justify-content: start;
    gap: 16px;
}
@media(min-width: 768px){
.carousel-detail .testimonial-carousel .swiper-pagination{
    top: 10px;
    left: 0;
}
}
.carousel-detail .testimonial-carousel .swiper-pagination-bullet{
    width: 6px !important;
    height: 6px !important;
}
.carousel-detail .testimonial-carousel .swiper-pagination-bullet-active{
    width: 14px !important;
}
@media(max-width: 767px){
    .text-arrow {
        width: 120px;
        height: 120px;
    }
    .carousel-detail .testimonial-carousel .elementor-testimonial__content{
        flex-direction: column;
    }
}
.text-arrow-text {
    animation: 8s linear infinite infinite-spinning;
}
@keyframes infinite-spinning{
    0%{
        transform: rotate(0);
    }
    100%{
        transform: rotate(-360deg);
    }
}
/*Home Section 2 */
.home-section-2 .long-text-drag .elementor-icon-list-items{
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-direction: row;
    flex-wrap: nowrap;
}
.home-section-2 .long-text-drag .elementor-icon-list-items::-webkit-scrollbar {
  display: none;
}
.home-section-2 .long-text-drag .elementor-widget-container:hover .elementor-icon-list-items{
  animation-play-state: paused;
}

.home-section-2 .long-text-drag .elementor-icon-list-items li {
  flex-shrink: 0;
  white-space: nowrap;
  user-select: none;
}
.drag-left .elementor-icon-list-items,
.drag-left .elementor-icon-list-items li,
.drag-right .elementor-icon-list-items,
.drag-right .elementor-icon-list-items li {
  cursor: none !important;
}
.home-section-2 .long-text-drag .elementor-widget-container{
    background-color: #FFEDC0;
}
.home-section-2 .heading-has-span-color span,
.home-section-3 .heading-has-span-color span,
.home-section-4 .heading-has-span-color span,
.home-section-5 .heading-has-span-color span,
.home-section-7 .heading-has-span-color span,
.home-section-8 .heading-has-span-color span,
.home-section-9 .heading-has-span-color span{
    color: #FF8E5D;
}
@media(max-width: 767px){
    .home-section-2 .gp-tu-qt .elementor-image-box-wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home-section-2 .gp-tu-qt .elementor-image-box-img{
        margin-bottom: 0 !important;
    }
    .home-section-2 .gp-tu-qt .elementor-image-box-content{
        width: 70%;
    }
}
.home-section-2 .imb-giai-phap .elementor-image-box-content{
    background-color: #FFBEB0;
}
.home-section-2 .imb-toi-uu .elementor-image-box-content{
    background-color: #F0C4D4;
}
.home-section-2 .imb-qt .elementor-image-box-content{
    background-color: #ADD6DE;
}
.home-section-2 .imb-giai-phap .elementor-image-box-content,
.home-section-2 .imb-toi-uu .elementor-image-box-content,
.home-section-2 .imb-qt .elementor-image-box-content{
    padding: 6px 0px 6px 0px;
}
@keyframes floatOne{
    0% {
    transform: translateY(0%);
    }
    100% {
        transform: translateY(5%);
    }
}
@media(min-width: 768px){
    .home-section-2 .for-leaf {
        animation: floatOne 1s infinite alternate;
    }
}
@media(min-width: 768px){
    .home-section-2 .flower-branch {
        animation: floatTwo 1s infinite alternate;
    }
}
@keyframes floatTwo{
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(10%);
    }
}
/*Home Section 3*/
.home-section-3 .three-content .elementor-image-box-img{
    position: absolute;
    top:-22px;
    left: 50%;
    transform: translateX(-50%);
}
/* Home Section 6 */
.home-section-6 .three-image-box .elementor-image-box-img{
    display: flex;
    justify-content: center !important;
}
.home-section-6 .three-image-box .elementor-image-box-wrapper{
    display: flex;
    justify-content: center !important;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.home-section-6 .three-image-box  .elementor-image-box-img{
    min-height: 0px;
}
.home-section-6 .tu-van-chien-luoc{
    aspect-ratio: 2 / 1.732;
}
.home-section-6 .shape-hexagon {
    height: 100%;
    clip-path: polygon(
  25% 0%,
  75% 0%,
  100% 50%,
  75% 100%,
  25% 100%,
  0% 50%
);
}
.home-section-6 .three-imb-mobile .elementor-image-box-img{
    display: flex;
    justify-content: center !important;
}
.home-section-6 .three-imb-mobile .elementor-image-box-wrapper{
    display: flex;
    justify-content: center !important;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
/* Home section 7 */
.home-section-7 .five-content-icon .elementor-icon-box-wrapper{
    flex-direction: row;
}
/* Home section 9 */
.home-section-9 .accordion-why .e-n-accordion-item-title{
    display: flex;
    justify-content: space-between;
    z-index: 1;
}   
.home-section-9 .accordion-why .elementor-widget-n-accordion{
    position: relative;
}
.home-section-9 .accordion-why .e-n-accordion-item-title:after{
     content: '';
    position: absolute;
    left: -10px;
    width: 550px;
    display: inline-block;
    height: 40px;
    background: #FFEDC0;
    z-index: -1;
    border-radius: 4px;
    clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 0 100%);
    box-shadow: 6px 6px 10px #C3C3C3;
   
}
@media(max-width: 767px){
    .home-section-9 .accordion-why .e-n-accordion-item-title::after{
        width: 105%;  
}
}


.home-section-9 .accordion-why.elementor-widget-n-accordion .e-n-accordion-item {
    background: #ffffff;
    padding: 4px 16px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.08);
    margin-bottom: 24px;
}

.home-section-9 .accordion-why.e-n-accordion-item::before {
    content: '';
    position: absolute;
    right: -14px;
    top: 0px;
    width: 20px;
    height: 100%;
    background-color: #FFEDC0;
    z-index: 1;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 6px 0px 6px rgba(0,0,0,0.08);
}