/********** Template CSS **********/
:root {
    --lightgreen: #97ca51;
    --darkgreen: #1a440e;
    --colorred: #e22323;
}

.lightgreen {
    color: var(--lightgreen);
}

.bg-lightgreen {
    background-color: var(--lightgreen);
}

.darkgreen {
    color: var(--darkgreen);
}

.bg-darkgreen {
    background-color: var(--darkgreen);
}

.colorred {
    color: var(--colorred);
}

.bg-colorred {
    background-color: var(--colorred);
}




* {
    overflow-wrap: break-word;
}

/* * {
    outline: 1px solid red;
} */

.container-fluid.no-padding,
.container-fluid.no-padding .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.container-fluid.no-padding .row>* {
    padding-left: 0;
    padding-right: 0;
}

img {
    height: auto;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    border-radius: 10px;
}

.fw-medium {
    font-weight: 600;
}

.mt-6 {
    margin-top: 5rem;
}

.mb-6 {
    margin-bottom: 5rem;
}

.pt-6 {
    padding-top: 5rem;
}

.pb-6 {
    padding-bottom: 5rem;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Header ***/
.hr {
    max-width: 100%;
    height: 7px;
    background-color: var(--bs-danger);
}

.social-icons-header a {
    color: #1a440e;
    /* hoặc #6c757d */
    transition: color 0.3s;
}

.social-icons-header a:hover {
    color: #97ca51;
    /* màu xanh khi hover, bạn có thể đổi */
}


.social-icons-footer a {

    color: #a2a2a2;
    /* hoặc #6c757d */
    transition: color 0.3s;
}

.social-icons-footer a:hover {
    color: #97ca51;
    /* màu xanh khi hover, bạn có thể đổi */
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 600;
    text-transform: uppercase;
}



.navbar-toggler {
    background-color: var(--bs-danger);
    border-radius: 5px;
    height: 40px;
    text-align: center;
}

.navbar-toggler-icon {
    background-image: none;
}

.navbar-toggler i {
    color: white;
    text-align: center;
}

.btn-danger:hover {
    background-color: rgb(57, 57, 57);
    border: 5px ridge black;
    /* giúp viền đồng bộ nếu có */
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--bs-light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--bs-dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-xl-square {
    width: 60px;
    height: 60px;
}

.btn-xxl-square {
    width: 75px;
    height: 75px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square,
.btn-xl-square,
.btn-xxl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 10px 0;
    color: var(--darkgreen);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--bs-danger);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}


.dropdown-item:hover, .dropdown-item:focus {
    color: var(--lightgreen);
    font-weight: 550;
    background-color: var(--colorred)
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.opacity-0 {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    text-align: left;
    background: rgba(0, 0, 0, .7);
    padding: 3rem;
    padding-left: 11rem;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.6s ease-in-out;
}

.carousel .carousel-indicators {
    top: 0;
    bottom: 0;
    left: 0;
    right: auto;
    width: 80px;
    flex-direction: column;
    margin: 0;
    margin-left: 3rem;
}

.carousel .carousel-indicators [data-bs-target] {
    width: 70px;
    height: 70px;
    text-indent: 0;
    margin: 5px 0;
    border: 2px solid #FFFFFF;
    overflow: hidden;
}

.carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .carousel .carousel-item {
        position: relative;
        min-height: 600px;
    }

    .carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 60px;
        height: 60px;
    }

    .carousel .carousel-caption {
        padding-left: 10rem;
    }
}

@media (max-width: 768px) {
    .lienhe {
        width: 100%;
        margin: 0 auto !important;
        /* Canh giữa trên mobile */

        padding-bottom: 10px;
    }

    .lienhe button {
        font-size: 75% !important;

    }

    .lienhe h2 {
        font-size: calc(1.375rem + 1.5vw);
        font-weight: 800;
        line-height: 1.2
    }

    .carousel .carousel-item {
        min-height: 500px;
    }

    .carousel .carousel-indicators [data-bs-target] {
        width: 50px;
        height: 50px;
    }

    .carousel .carousel-caption {
        padding-left: 9rem;
    }

    .nendo {
        clip-path: none;
        /* bỏ nghiêng */
    }

    .nentrang {
        padding: 20px;
        text-align: center;
    }

    .swiper-pagination {
        display: none !important;
    }

    .client-logo {
        max-height: 50px;
    }


}

@media (min-width: 1200px) {
    .carousel .carousel-item .display-1 {
        font-size: 7rem;
    }
}

/* .page-header {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
} */
.page-header {
    position: relative;
    height: auto;
    overflow: hidden;
}

.page-header .bg-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}



.page-header .content {
    font-size: 100%;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 2;
    text-align: center;
}


/*** About ***/
.about-img {
    position: relative;
    padding-left: 45px;
}

.about-img::before {
    position: absolute;
    content: "";
    width: 200px;
    height: 300px;
    top: 0;
    left: 0;
    border: 5px solid var(--bs-primary);
    animation: animateUpDown 3s ease-in-out infinite;
    z-index: -1;
}

@keyframes animateUpDown {
    0% {
        top: -25px;
    }

    50% {
        top: -45px;
    }

    100% {
        top: -25px;
    }
}


/*** Features ***/
.feature {
    background: linear-gradient(to right, rgba(0, 0, 0, .1), rgba(0, 0, 0, 1) 50%), url(../img/carousel-1.jpg) left center no-repeat;
    background-size: cover;
}

.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.feature-icon {
    position: relative;
    transition: .5s;
}

.feature-item:hover .feature-icon {
    margin-left: 3rem;
}

.feature-item a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: var(--bs-secondary);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: -1;
}

.feature-item a:hover {
    color: var(--bs-primary) !important;
}

.feature-item a:hover::after {
    background: var(--bs-primary);
}

.experience .progress {
    height: 5px;
}

.experience .progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Service ***/
.service .service-item {
    position: relative;
    margin-top: 45px;
}

.service .service-inner {
    position: relative;
    height: 100%;
    margin-top: 45px;
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.service .service-inner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition: 1s;
    background: var(--bs-primary);

}

.service .service-inner:hover::before {
    height: 100%;
    top: 0;
}

.service .service-item img {
    margin-top: -45px;
    padding-left: 45px;
}

.service .service-item * {
    position: relative;
    transition: .5s;
    z-index: 1;
    color: var(--darkgreen);
}

.service .service-item:hover h5,
.service .service-item:hover p {
    color: var(--lightgreen);
    font-weight: 700;
    text-shadow: 0px 0px 2px #97ca51;
}

.service .service-item:hover a {
    padding-left: 45px !important;
    color: var(--lightgreen);
    text-shadow: 0px 1px 2px #ffffff;
}


/*** Appoinment ***/
.appoinment {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        var(--bg-img) left center no-repeat;
    ;
    background-size: cover;
}


/*** Team ***/
.team .team-item {
    background: var(--bs-white);
    box-shadow: 0 0 45px rgba(0, 0, 0, .05);
}

.team .team-item .team-social {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    transition: .5s;
    background: var(--lightgreen);
    opacity: 0.9;
    /* alpha 0.7 nghĩa là nhạt hơn 30% */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    /* 👉 THÊM DÒNG NÀY */

}

.team .team-item:hover .team-social {
    width: 100%;
    left: 0;
    font-weight: 700;
    color: black;
    font-size: 95%;
}

.team .team-item:hover .team-social p {
    width: 100%;
    left: 0;
    font-weight: 700;
    color: black;
    font-size: 90%;
}


.team .team-item .team-social .btn {
    opacity: 0;
    transition: .5s;
}

.team .team-item:hover .team-social .btn {
    opacity: 1;
}



.clients-swiper {
    width: 100%;
    overflow: hidden;
}

/* .swiper-slide {
    padding: 10px 20px;
} */

/*** Testimonial ***/
.testimonial-img {
    position: relative;
    min-height: 400px;
    overflow: hidden;
}

.testimonial-img div {
    position: absolute;
    width: 100px;
    height: 100px;
    animation-duration: 5s;
}

.testimonial-img div:nth-child(1) {
    top: 10%;
    left: 10%;
    animation-delay: .1s;
}

.testimonial-img div:nth-child(2) {
    top: 60%;
    left: 20%;
    animation-delay: .4s;
}

.testimonial-img div:nth-child(3) {
    top: 20%;
    left: 60%;
    animation-delay: .7s;
}

.testimonial-img div:nth-child(4) {
    bottom: 10%;
    right: 10%;
    animation-delay: 1s;
}

.testimonial-img div::after {
    position: absolute;
    content: "";
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    box-shadow: 0 0 10px 10px var(--bs-white) inset;
    z-index: 1;
}

.testimonial-carousel .owl-item img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-nav {
    margin-top: 15px;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    color: var(--bs-primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--bs-dark);
}

.testimonial-item:hover {
    color: var(--darkgreen);
}

.testimonial-item h5:hover {
    color: var(--colorred) !important;
    cursor: pointer;
}

.testimonial-item p {
    transition: color 0.3s ease;
}


/*** Contact ***/
@media (min-width: 992px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 0px;
        height: 100%;
        top: 0;
        left: 50%;
        border-left: 1px dashed rgba(255, 255, 255, .2);
    }
}

@media (max-width: 991.98px) {
    .contact-info::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0px;
        top: 50%;
        left: 0;
        border-top: 1px dashed rgba(255, 255, 255, .2);
    }
}


/*** Appoinment ***/
.newsletter {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-3.jpg) left center no-repeat;
    background-size: cover;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--bs-secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--bs-primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--bs-primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #222222;
}

.copyright a {
    color: var(--bs-white);
}

.copyright a:hover {
    color: var(--bs-primary);
}


/* slide */
.swiper-container {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}


.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
}

/* Ẩn nút khi không hover */
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
    color: #EEEEEE;
}

/* Hiện nút khi hover vào swiper */
.mySwiper:hover .swiper-button-next,
.mySwiper:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
    color: #EEEEEE;
}

.swiper-pagination-bullet {
    background-color: #EEEEEE !important;
}





.swiper-slide-shadow-left,
.swiper-slide-shadow-right,
.swiper-slide-shadow-top,
.swiper-slide-shadow-bottom {
    content: "";
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 1) 0%, transparent 50%);
    z-index: 100;
    filter: blur(5px);
    pointer-events: none;
    bottom: -100px !important;
    left: 20%;
    right: 20%;
    transform: translateY(10px);
    /* đẩy bóng xuống thấp hơn */
    ;
}




/* *********************copy gg*********************** */

.text-big {
    font-size: 28px;
}


.nendo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    left: 0;
    top: 0;
    height: 100px;
    background-color: #cc1f2f;
    color: white !important;
    /* màu đỏ */
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
}

.progress-bar {
    width: 0;
    transition: width 1.5s ease-in-out;
}

.progress-bar.animate {
    transition: width 1.5s ease-in-out;
}

.nentrang {
    color: black;
    height: 100px;
    padding-right: 100px;
    align-items: center;
    padding-top: 10px;
}



.btn-outline-danger:hover {
    background-color: black;
    border-color: #222222;
    font-weight: 900;
}

.bder-radius {
    border-radius: 20px;
}

.img-card {
    height: auto;
    width: 300px;
}

.footer__logo {
    max-height: 50px;
    height: auto;
    object-fit: contain;
    border-radius: 10px;
    margin-right: 10px;
}

.border-primary {
    border-color: var(--darkgreen) !important;
}

.client-logo {
    max-height: 8remv;
    width: auto;
    object-fit: contain;
}



/* Đảm bảo tất cả phần tử không vượt khung */
/* * {
    overflow-x: hidden;
    box-sizing: border-box;
    max-width: 100%;
} */

/* 
.responsive-text {
    font-size: clamp(0.5rem, 5vw, 1rem); 
     white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
} */


.object-cover-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shadow-text {
    text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.7);
}

/* * {
    outline: 1px solid red;
    border: #e22323;
} */

/* 1. Ngăn overflow toàn trang */
html, body {
    overflow-x: hidden;
}

/* 2. Giới hạn ảnh */
img, .object-cover-img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* 3. Fix Bootstrap row nếu dùng container-fluid */
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.lienhe {

    margin-left: auto;
    margin-right: 0;
    /* Sát phải trên desktop */
}

.text-justify-custom {
    text-align: justify;
}


/* ---------- ban lanh dao ------------------------ */
.image-wrapper {
    position: relative;
    display: inline-block;
    overflow: visible;
}

.shadow-image {
    position: relative;
    z-index: 2;
    display: block;
    max-width: 300px;
    box-shadow: 0 16px 25px rgba(0, 0, 0, 0.35);
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.image-wrapper:hover .shadow-image {
    transform: scale(1.05);
    /* 👈 zoom nhẹ khi hover */
    box-shadow: 0 24px 40px rgba(0, 0, 0, 0.5);
    /* 👈 đổ bóng đậm hơn */
}

.image-wrapper::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 12px;
    width: 100%;
    height: 100%;
    background-color: var(--darkgreen);
    z-index: 1;
}

.member-info {
    text-align: center;
    margin-top: 16px;
}

.member-info .position {
    margin-bottom: 0;
}

.member-info .name {
    font-weight: bold;
    text-transform: uppercase;
}

/* ---------------- khung tam nhin ------------------------ */
.mission-box {
    background-size: cover;
    background-position: center;
    color: white;
    padding: 3rem 1.5rem;
    text-align: center;
    position: relative;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.mission-box::before,
.mission-box::after {
    content: "";
    position: absolute;
    height: 20px;
    width: 60px;
    background-color: #A2D86C;
    z-index: 3;
}

.mission-box::before {
    top: 0;
    left: 0;
    border-top-right-radius: 10px;
}

.mission-box::after {
    bottom: 0;
    right: 0;
    border-bottom-left-radius: 10px;
}

/* Lớp phủ xanh mờ toàn khung */
.mission-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 87, 29, 0.5);
    /* Màu xanh mờ, có thể thay đổi độ mờ */
    z-index: 1;
    border-radius: 10px;
}

.mission-content {
    position: relative;
    z-index: 2;
    padding: 1rem;
}

/* Ẩn submenu mặc định */
.menu-right .submenu {
    display: none;
}

/* Hiện submenu khi hover vào menu cha */
.menu-right .menu-item-has-children:hover .submenu {
    display: block;
}

/* Style cho đẹp */
.menu-right a {
    color: var(--darkgreen);
    text-decoration: none;
}

.menu-right a:hover {
    color: var(--lightgreen);
}

.map-container {
    position: relative;
    width: 100%;
    height: 100vh;
    /* 100% chiều cao màn hình */
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ms-10 {
    margin-left: 30%;
}


/* ------diễn giải -------------- */
.profile-card {
    position: relative;
    margin-bottom: 100px;
    height: 300px;
}

.profile-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    display: block;
}

.box-dark {
    position: absolute;
    bottom: -40px;
    left: -20px;
    width: 90%;
    height: 120px;
    background-color: var(--darkgreen);
    transform: skew(-5deg);
    z-index: 2;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* <--- thêm dòng này */
    text-align: center;
    /* căn giữa văn bản nếu cần */
    padding: 10px;
    /* thêm khoảng cách nếu văn bản dài */
}

.box-light {
    position: absolute;
    bottom: -50px;
    left: -10px;
    width: 90%;
    height: 120px;
    background-color: var(--lightgreen);
    transform: skew(-5deg);
    z-index: 1;
}

/* -------------- cac hoat dong -------------- */
.card-img {
    height: 300px;
    /* hoặc bất kỳ chiều cao cố định nào bạn muốn */
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.card {
    border: 0px;
}

.rounder {
    border-radius: 70px;

}

.rounder img {
    border-radius: 70px;
    height: auto;
}

.custom-outline-text {
    font-weight: bold;

    color: transparent;
    /* Không tô màu bên trong */
    -webkit-text-stroke: 1.5px var(--darkgreen);
    /* Viền ngoài */
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}



/* Lich trinh */
.year {
    color: var(--colorred);

    font-weight: 900;
}

.box-container {
    background-color: var(--colorred);
    color: #fff;
    border-radius: 20px;
    padding: 2rem;
}

.schedule-box {
    background-color: rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    padding: 1rem 1.5rem;
}



.schedule-box h4 {
    font-weight: bold;
    margin-bottom: 1rem;
}

.divider {
    border-top: 1px solid #fff;
    margin: 1rem 0;
}

img {

    height: auto !important;
}

img:not(.navbar-brand) {
    height: auto !important;
}

.ht {

    font-weight: 900;
}


/* ---------------------- chia se cac thanh vien -------------- */
.card-business {
    background-color: var(--darkgreen);
    /* màu nền xanh đậm */
    padding: 20px;
    text-align: center;
    color: white;

    margin: auto;
}

.logo-club {
    margin-bottom: 20px;
    
   
}

.image-member {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.back-layer {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--lightgreen);
    /* lớp nền xanh lá */
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: skew(-5deg);
}

.front-layer {
    background-color: #e8e8e8;

    position: relative;
    z-index: 1;
    transform: skew(-5deg);
}

.front-layer img {
    width: 100%;
    height: auto;

}

.name-box {
    background-color: var(--lightgreen);
    color: white;
    font-weight: bold;
    padding: 15px 0;
    position: relative;
    z-index: 3;
    box-shadow: -8px 8px 0 var(--colorred);
    /* bóng đổ đỏ */
}


.card-business {
    background-color: var(--darkgreen);
    padding: 20px;
    text-align: center;
    color: white;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.card-overlay {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(139, 195, 74, 0.85);
    /* màu lightgreen */
    opacity: 0.95;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transition: 0.5s ease;
    z-index: 9;
}

.card-business:hover .card-overlay {
    width: 100%;
    left: 0;
}

.overlay-content {
    font-weight: 700;
    font-size: 90%;
    color: black;
    text-align: center;
    padding: 10px;
}

/* Tuỳ chọn nếu bạn thêm nút trong overlay */
.card-overlay .btn {
    opacity: 0;
    transition: 0.5s;
}

.card-business:hover .card-overlay .btn {
    opacity: 1;
}