.menuk .menuUlLv1 .menuLiLv1 .menuUlLv2 .menuLiLv2{
    position: relative;
}
.menuLiLv2:hover,
.menuLiLv2:hover .menuUlLv3 {
    display: block;
    opacity: 1;
}
.menuk .menuUlLv1 .menuLiLv1 .menuUlLv2 .menuLiLv2 .menuUlLv3{
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    margin-top: 0 !important;
    transform: none !important;
    pointer-events: auto; /* 🔥 QUAN TRỌNG */
}
.menuk .menuUlLv1 .menuLiLv1 .menuUlLv2 .menuLiLv2:hover > .menuUlLv3{
    display: block;
    opacity: 1;
    visibility: visible;
}
.elementor-heading-title{
    text-align: center;
    padding: 1rem;
}
/*banner*/
.container-xl,.container{
    max-width: 1240px!important;
}
.homeAbout{
    margin: 1rem 0;
}
.homeKhachhang{
    margin-top: 1rem;
}
.homeDichvu img{
    aspect-ratio: 16 / 9;
}
.homeNews .elementor-post__text a{
    color: #003189;
}
.homeNews .elementor-post__text a:hover{
    color: #FC9200;
}
.homeForm{
    margin-top: 3rem;
}
.homeForm
.foo1{
    color: #fff;
}
.foo2 .elementor-heading-title{
    text-align: left;
    padding-left: 0;
}
.elementor-element-fb8b6d9 h2{
    margin-bottom: 1rem;
}
/*FOR PC*/
.elementor-70{
    padding-top: 115px;
}
 .pageLienhe .fas{
    color: #1e4397;
}
.pageLienhe a{
    color: #000;
}
.pageLienhe .wpcf7-submit{
    width: 100%;
}
.pageLienhe .wpcf7-spinner{
    display: none;
}
/*for mobile*/
@media (max-width: 767px) {
    .swiper-vertical {
        touch-action: pan-x;
    }
    .swiper-horizontal {
        touch-action: pan-y;
    }
    .cate{
        width: unset!important;
        margin-top: 2rem!important;
    }
 .containerSticky{
     display:flex;
     flex-direction:column-reverse;
     align-items:stretch;
 }
    .containerSticky .col-lg-3{
        position:static !important;
        top:auto !important;
        min-height:auto !important;
        height:auto !important;
    }
}