/* NAV */

/* TOGGLE */
.menu-toggle {
    display: none;
    cursor: pointer;
    z-index: 10001;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #111;
    margin: 5px 0;
}

/* ================= MOBILE ================= */
@media (max-width: 991px) {

    .menu-toggle {
        display: block;
    }
ul#menu-main-menu {
    padding-top: 45px;
    padding-left: 0px;
}
    .menu-wrapper {
        position: fixed;
        top: 0;
        right: 0;

        width: 280px;
        height: 100%;

        background: #fff;
        padding: 20px;

        transform: translateX(100%);
        transition: 0.3s ease;

        z-index: 10000;
    }

    .menu-wrapper.open {
        transform: translateX(0);
    }

    .menu {
        flex-direction: column;
                gap: 0px;
    }

        .menu li {
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
.logo img {
    max-height: 40px;
}
    /* OVERLAY */
    .menu-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0,0,0,0.4);

        opacity: 0;
        visibility: hidden;

        transition: 0.3s;
        z-index: 9999;
    }

    .menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    .menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #111;
    margin: 5px 0;
    transition: 0.3s;
}

/* ANIMATION */
.menu-toggle.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.menu-toggle.open span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}
}

@media (max-width: 768px) {

    .show-pc
{
    display: none;
}

.show-mb
{
    display: block;
}

.where_to_stay button.owl-dot {
    width: 10%;
}
.where_to_stay button.owl-dot.active {
    width: 10%;
}

    .hero-content {
        left: 0;
        top: 50%;
        transform: translateY(-50%); /* 👈 bỏ translateX */

        width: 100%;
        max-width: 100%; /* 👈 bỏ giới hạn */

        padding: 0 20px;
    }
.about-section {
    padding: 0px 0;
}
.about-content {
    padding: 0px 0 !important;
}
.title-home-main {
    text-align: center;
    padding: 30px 0px 0px;
}
.title-home-main h1
    {
        font-size: 25px;
    }
    .title-home-sub {
        font-size: 14px;
        padding: 0 0px;
        margin-top: 5px;
        margin-bottom: 0px;
    }
    .title-line {
    margin-top: 10px;
}
 .home-sec-2 .line-left {
        padding: 0 15px;
    }

    .home-sec-2 {
    padding: 40px 0;
}
.title-home-main-white h1 {
    font-size: 30px;
}

.title-home-sub-white {
    font-size: 16px;
}
.where_to_stay .owl-nav {
    display: none;
}
.where_to_stay .owl-dots {
    text-align: center;
    margin-top: 0px;
}
.destination-content h3 {
    font-size: 16px;
}
.destination-excerpt {
    font-size: 14px;
}
.destination-content {
    padding: 10px;
}
.destinations-wrapper {
    padding: 0px 0 0px;
}
.news-post-item-a {
    padding: 5px 5px;
}
.news-post-item p
 {
    font-size: 15px;
}
.best-list-item {
    padding: 5px;
}
.news-post-content h3 {
    font-size: 18px;
    line-height: 26px;
}
.news-post-thumbnail img {
        height: 200px;
    }
footer.site-footer a {
    font-size: 14px;
}
.footer-links li {
    margin-left: 15px;
}
footer.site-footer {
    padding: 60px 0px 0px;
    color: #FFFFFF;
}
 .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .row > [class*="col-"] {
        padding-left: 5px;
        padding-right: 5px;
    }

    .about-hero {
    position: relative;
    padding: 80px 0 60px !important;
}
.title-about-hero h1 {
    font-size: 34px !important;
}
.title-about-hero p {
    font-size: 15px !important;
}
.stat-box {
    margin-bottom: 15px;
}
.stat-box p {
    margin: 0px ;
}
.about-content h2 {
    font-size: 20px !important;
}
.about-content p {
    font-size: 15px !important;
}
.about-content ul li {
    font-size: 15px !important;
}
section.core-values {
    padding: 30px 0px !important;
}
.value-card {
    margin-bottom: 15px;
}
.value-card h4 {
    font-size: 20px;
}
.value-card p {
    font-size: 15px;
    margin: 0px;
}
#breadcrumbs {
    padding: 60px 0 60px !important;
}
.category-post {
    padding: 30px 0 !important;
}
.post-content {
    padding: 8px !important;
}
.post-content h3 {
    font-size: 16px !important;
    line-height: 1.6 !important;
}
h1.page-title-single {
    font-size: 20px !important;
    line-height: 1.5 !important;
}
    .single-thumbnail img {
        height: 200px;
    }
    .single-body h2 {
    font-size: 20px !important;
    margin-top: 0px !important;
}
.single-body h3 {
    font-size: 18px !important;
    margin-top: 10px !important;
}
.single-body p {
    font-size: 16px !important;
    line-height: 1.7 !important;
    margin-bottom: 10px !important;
}
.single-body ul {
    padding-left: 18px !important;
}
.single-body .gallery img {
    height: 200px;
}
.single-related {
    padding: 0px 0 !important;
}
.related-card h3 {
    font-size: 17px !important;
    padding: 10px 10px 5px !important;
    line-height: 1.4 !important;
}

.related-card p {
    font-size: 14px !important;
    color: #6b7280 !important;
    padding: 0 10px 0px !important;
}
.top-number {
    width: 36px !important;
    height: 36px !important;
    font-size: 16px !important;
}
.top-item {
    padding: 10px !important;
}
.top-body ul {
    padding-left: 20px;
}
.best-vietnam-popular {
    padding: 0px 0 !important;
}
.best-vietnam-detail {
    padding: 30px 0 !important;
}
.best-vietnam-popular .title-home-main
 {
    margin-bottom: 20px;
}
h1.page-title-wheretostay {
    font-size: 18px !important;
    line-height: 1.4;
}
.hotel-info h1 {
    font-size: 18px !important;
}
.hotel-address {
    font-size: 14px;
}
.content-box-wheretostay {
    padding: 10px !important;
    text-align: justify;
}
.content-box-wheretostay h2 {
    font-size: 20px !important;
}
.content-box-wheretostay ul {
    padding-left: 20px;
}
.content-box-wheretostay ul li {
    font-size: 16px !important;
}
.content-box-wheretostay p {
    font-size: 16px !important;
}
.room-list-hotel {
    height: auto !important;
}
.room-content-wrap {
    max-height: auto !important;
}
.contact-card {
    margin-bottom: 20px;
    padding: 10px !important;
}
.contact-form-box {
    padding: 10px !important;
    margin-top: 30px !important;
}
}