﻿.section-desc {
    max-width: 44.7916666667rem;
}

.img-map {
    border-radius: 15px;
    background: linear-gradient(white, white), linear-gradient(to right, #6a11cb, #2575fc);
    border: 2px solid #ccc;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}
/* Modal Header */
.modal-header {
    padding: 8px;
    background-color: #1a9379;
    color: white;
}
/* Modal Body */
.modal-body {
    padding: 16px;
    max-height: 450px;
}

    .modal-body img, .modal-body video {
        width: 100%;
        height: 350px;
        max-height: 350px;
    }
/* Modal Footer */
.modal-footer {
    padding: 8px;
    background-color: #1a9379;
    color: white;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99; /* Sit on top */
    left: 0;
    top: 0%;
    width: 100%; /* Full width */
    height: 100vh; /* Full height */
    /* overflow: auto;*/ /* Enable scroll if needed */

    background-color: rgb(26 147 121/ 40%); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 8% auto; /* 15% from the top and centered */
    overflow-x: hidden; /* Add scroll for modal body */

    width: 80%; /* Could be more or less, depending on screen size */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    /*animation-name: animatetop;
    animation-duration: 0.4s*/
    animation: fadeInScale 0.4s ease-out;
    border-radius: 8px;
    z-index: 999;
}

/* The Close Button */
.close {
    position: absolute;
    top: 4px; /* Đẩy nút ra ngoài khung modal-content */
    right: 4px; /* Đẩy nút ra ngoài khung modal-content */
    color: #fff;
    background-color: #f4a51d; /* Nền đỏ để dễ nhận diện */
    border: none;
    border-radius: 8px; /* Tạo nút tròn */
    font-size: 28px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 9999; /* Đảm bảo nằm trên modal-content */
}

    .close:hover,
    .close:focus {
        color: white;
        text-decoration: none;
        background-color: #f4a51d; /* Hiệu ứng hover */
    }

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.modal-footer ul {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

    .modal-footer ul li {
        flex: 1;
        text-align: center;
        white-space: nowrap;
    }

        .modal-footer ul li a {
            text-decoration: none;
            color: inherit;
            font-size: 14px;
            display: inline-block;
            padding-left: 8px;
            padding-right: 8px;
        }

@media (max-width: 767px) {
    .modal-content {
        margin-top: 20%;
        margin-left: 15px;
        margin-right: 15px;
        width: 75%;
    }

    .modal-footer {
        display: none;
    }

    .modal-body {
        max-height: 323px;
    }

        .modal-body img, .modal-body video {
            height: 247px;
        }

    .col-span-full {
        grid-column: auto;
    }
}

@media screen and (max-width: 768px) {
   .grid-cols-12{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .home-5 .swiper .title, .bn.bn-1 .title {
        padding-top: 15px;
    }
}

.detail-content ol {
    list-style: auto;
}

    .detail-content ol li {
        padding-left: 12px;
        line-height: 30px;
    }

.menu-ver {
    position: absolute;
    left: 5%;
}

    .menu-ver > ul {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-ver ul > li {
        padding-left: 15px;
    }

    .menu-ver > ul > li > a {
        color: #1a9379;
        font-weight: 700;
        font-size: 16px;
        padding: 8px;
    }

        .menu-ver > ul > li > i {
            color: #1a9379;
        }

.menu-ver-2 > ul > li > i {
    color: #1a9379;
}

.menu-ver-2 {
    position: absolute;
    left: 60%;
}

.menu-ver-2 > ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-ver > ul > li:hover > a,
.menu-ver > ul > li > a:hover,
.menu-ver-2 > ul > li:hover > a {
    color: #f4a51d;
}

.menu-ver-2 > ul > li > a {
    color: #1a9379;
    font-weight: 700;
    font-size: 16px;
    padding: 8px;
}

.only-mobile {
    display: block;
}

.only-desktop {
    display: none;
}



.menu-ver ul ul {
    display: none;
    position: absolute;
    background: white;
    padding: 10px 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 100;
}


.menu-ver ul li:hover > ul {
    display: block;
}


.menu-ver ul li {
    position: relative;
}

    .menu-ver ul li ul li a {
        padding: 8px 16px;
        display: block;
        color: #1a9379;
        font-weight: normal;
        font-size: 14px;
        white-space: nowrap;
    }

        .menu-ver ul li ul li a:hover {
            background-color: #f5f5f5;
        }

@media (min-width: 768px) {
    .only-mobile {
        display: none;
    }

    .only-desktop {
        display: block;
    }
}
header .logo img{
    padding-top:3px;
    padding-bottom:2px;
}
.wpcf7-response-output div {
    color: red;
    font-size: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.cl-white{
    color:white;
}