@media screen and (max-width: 700px) {
    .mobile-menu-icon{
        font-size: 20px;
        display: flex;
        position: absolute;
        z-index: 999;
    }
    
    #menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 1000;
        background: transparent;
    }
    
    .touch-link.pressed {
        background-color: #000000; /* Hiệu ứng nhấn */
        transform: scale(0.98);
        transition: 0.1s;
    }
    
    .menu > ul > li input[type="text"] {
        display: none;
    }
    .mobile-menu-contain{

    }
    
    .submenu {
        display: none;
    }
    li.open > .submenu {
        display: block;
    }    
    .menu>ul>li>a {
        color: black;
        text-decoration: none;
        padding: 50px 5px;
    }                                                                                                                                                                                                             
    .menu>ul>li {
        margin: 0px;
        display: none;
        color: white;
        height: auto;
        transform: translateY(-25px);
        background-color: rgb(255, 255, 255);
    }
    .menu>ul>li>ul {
        margin-top: 30px;
        width: 100%;
        background-color: rgb(237, 237, 237);
        display: none;
        box-shadow: 0px 0px 0px 1px rgb(0, 0, 0);
        border-radius: 5px;
        position: absolute;

    }
    #mobile-menu ul > li {
        display: none;
    }
    #mobile-menu.menu.active ul > li > ul >li {
        display: flex !important;
    }
    
    .menu>ul{
        height: auto;
    }
    .banner{
        width: 100%;
    }
    .banner img{
        width: 100%;
        
    }
    
    .menu>ul img {
        padding-bottom: 30px;
        width: 100%;
        height: 90px;
        opacity: 1;
        object-fit: contain;
        justify-content: center;
    }
    #mobile-menu.menu.active > ul > li {
        display: flex;
        flex-direction:column-reverse;
    }
    /* menu đã dừng */
    .overview {
        margin-top: 10px;
        width: 100%; 
    }

    .overview h3 {
        text-decoration: none;
        color: #000;
        font-size: 20px;
        margin-left: 1px;
        text-align: center;
    }
    .overview-content {
        display: grid;
        text-align: center;
        justify-content: space-between;
        align-items: center;
    }
    
    .overview .overview-content .text p {
        color: #3e3e3e;
        font-size: 17px;
        margin-top: 20px;
        font-size: bold;
        text-align: center;
    }
    
    .overview .overview-content .text{
        color: #000000;
        font-size: 15px;
        font-weight: bold;
        padding: 5px;
        text-align: center;
    }
    .overview .overview-content .text div{
        font-size: 10px;
        font-weight: bold;
        line-height: 2rem;
        margin-top: 20px;
    }
 
    /* điểm qua một vài nét đẹp của vùng đất tây đô */

    
    .overview-content .pic img {
        width: 300px;
        border-radius: 20px;
        margin-right: 1px;
    }
    .pics-landmarks {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center; 
        gap: 1px;
        margin: 0 auto; 
        padding: 0 20px;
    }
    .pics-landmarks img{
        width: 30px;
    }
    .landmark1 .text p {
        font-weight: 500;
        font-size: 12px;
        padding-top: 30px;
        margin-left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        word-spacing: 1px;
        padding: 5px;
        text-indent: 20px;
    }
    .landmarks .landmark1 .text {
        max-width: 400px;
        width: 100%;
        text-align: justify;
        border-radius: 15px;
        overflow: hidden;
        background-color: #A9D8EA;
        margin: 0 auto;
    }
    .landmarks .landmark1 .text h3 {
        text-align: center;
        padding: 20px 0;  
        font-size: 15px;
        background-color: rgb(118, 199, 221) !important;
    }
    .landmarks {
        width: 100%;
        margin: 0 auto; 
        position: relative;
    }
    .stop-scroll {
        margin: 0;
        height: 100%;
        overflow: hidden;
      }
    .reviews {
        display: inline;
        flex-wrap: wrap;
        gap: 5px;
        background-color: #f7f7f7;
        padding: 20px;
        justify-content: space-between;
    }
    .review-card {
        width: calc(100% - 1px);
        margin: 5px;
        background: #ffffff;
        border-radius: 10px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        padding: 10px;
        transition: transform 0.2s, box-shadow 0.2s;
    }
}
@media (max-width: 700px) {
    .overview-landmarks{
        max-width: 1370px;
        width: 90%;
        height: auto;
        box-shadow: 0px 0px 5px gray;
        margin-top: 0;
        border-radius: 20px;
        background-color: rgb(240, 231, 231);
        margin: 0 auto;
    }

    .overview-landmarks h3{
        text-align: center;
        margin-top: 40px;
        font-size: 20px;
        color: gray;
    }
    
    .overview-landmarks .pics-landmarks{
        margin-top: 10px;
        align-items: center;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .pics-landmarks .pic1{
        max-width: 350px;
        width: 100%;
        height: 200px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .pics-landmarks .pic1 img{
        width: 350px;
        height: 200px;
        border-radius: 20px;
        object-fit: cover;
    }
    
    .pics-landmarks .pic1 span{
        width: 200px;
        height: 400px;
        border-radius: 20px;
        object-fit: cover;
        font-family: cursive;
        color: white;
        position: absolute;
        margin-top: 0;
        margin-left: 20px;
        font-size: 25px;
        text-shadow: 0px 0px 5px black;
        margin-left: 20%;
        margin-top: 20%;
    }
    
    .pics-landmarks .pic2{
        max-width: 350px;
        width: 100%;
        height: 200px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 30px;
    }
    
    .pics-landmarks .pic2 img{
        width: 350px;
        height: 200px;
        border-radius: 20px;
        object-fit: cover;
    }
    
    .pics-landmarks .pic2 span{
        width: 200px;
        height: 400px;
        border-radius: 20px;
        object-fit: cover;
        font-family: cursive;
        color: white;
        position: absolute;
        margin-top: 0;
        margin-left: 15px;
        font-size: 25px;
        text-shadow: 0px 0px 5px black;
        margin-left: 19%;
        margin-top: 20%;
    }

    
    .pics-landmarks .pic3{
        max-width: 350px;
        width: 100%;
        height: 200px;
        margin-top: 0;
        margin-bottom: 30px;

    }
    
    .pics-landmarks .pic3 img{
        width: 350px;
        height: 200px;
        border-radius: 20px;
        object-fit: cover;
    }
    
    .pics-landmarks .pic3 span{
        width: 200px;
        height: 400px;
        border-radius: 20px;
        object-fit: cover;
        font-family: cursive;
        color: white;
        position: absolute;
        margin-top: 0;
        margin-left: 5px;
        font-size: 25px;
        text-shadow: 0px 0px 5px black;
        margin-left: 17%;
        margin-top: 20%;
    }
    
    
    .pics-landmarks .pic4{
        max-width: 350px;
        width: 100%;
        height: 200px;
        margin-left: 0;
        margin-bottom: 30px;
    }
    
    .pics-landmarks .pic4 img{
        width: 350px;
        height: 200px;
        border-radius: 20px;
        object-fit: cover;
    }
    
    .pics-landmarks .pic4 span{
        position: absolute;
        font-size: 20px;
        font-family: cursive;
        color: white;
        position: absolute;
        margin-top: 0;
        margin-left: 45px;
        font-size: 25px;
        text-shadow: 0px 0px 5px black;
        margin-left: 25%;
        margin-top: 20%;
    }
}
