:root {
    --bg-gradient: linear-gradient(90deg, rgba(12, 97, 242, 1), #0093ed);
    --bg-hover: linear-gradient(0deg, #93d236 0%, #01b3ac 100%)
}
/* merriweather-regular - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/merriweather-v33-latin_vietnamese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-italic - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/merriweather-v33-latin_vietnamese-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-700 - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/merriweather-v33-latin_vietnamese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* merriweather-700italic - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/merriweather-v33-latin_vietnamese-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-regular - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/plus-jakarta-sans-v12-latin_vietnamese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-500 - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/plus-jakarta-sans-v12-latin_vietnamese-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* plus-jakarta-sans-700 - latin_vietnamese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/plus-jakarta-sans-v12-latin_vietnamese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
     font-family: 'Merriweather', serif;
    background: #f5f5f5;
    color: #333;
    font-size: 16px; 
    line-height: 1.8;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
     font-family: 'PlusJakartaSans', sans-serif;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 1.5em 0 0.5em 0;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem;   }
h3 { font-size: 1.75rem;}
h4 { font-size: 1.5rem; } 
h5 { font-size: 1.25rem;}
h6 { font-size: 1.1rem; }

p {
    margin-bottom: 1.5rem;
}

ul, ol {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

li {
    margin-bottom: 0.5rem;
}

a {
    color: #2c5e1a;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: #000;
}
tr#advanced-custom-fields-pro-update .update-message.notice.inline.notice-warning.notice-alt {
    display: none;
}
textarea:focus, input:focus{
    outline: none;
}
button:active {
    outline: none;
    border: none;
}
.container {
    max-width: 1280px;
}
ul li {
    list-style: disc;
    margin-bottom: 6px;
}
.absolute-footer, html {
    background-color: #fff !important
}

a:hover {
    text-decoration: none;
}
img
{
    width: 100%;
}
section {
    padding: 30px 0px;
}

img.logo-header {
    height: 50px;
    padding-left: 15px;
}


/* HEADER */
.site-header {
    width: 100%;
    background: #fff;
    z-index: 999;
}

/* STICKY */
.site-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* NAV */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* LOGO */
.logo img {
    max-height: 60px;
}

/* MENU */
.menu {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
}

.menu li a {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    transition: 0.3s;
}

.menu li a:hover,
.menu li.current-menu-item a {
    color: #e3480d;
}

/* MOBILE TOGGLE */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: #111;
    display: block;
}

/* MOBILE */




/************************************************/


/* FOOTER */


/************************************************/


}

footer.site-footer {
    padding: 60px 0px;
    color: #ffffff;
}
footer.site-footer {
    padding: 60px 0px;
    color: #FFFFFF;
}
footer.site-footer a {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.02em;
    color: #ffffff;
}


img.logo-footer {
    width: 200px;
    margin-bottom: 30px;
}
ul.footer-galery li {
    width: calc(100%/3) !important;
    float: left !important;
    padding: 2px 2px;
}
/************************************************/


/* HOME PAGE */


/************************************************/



/************************************************/
/* HERO SECTION */
/************************************************/
section.home-hero {
    padding-top: 0px;
}

.home-hero {
    position: relative;
    height: 90vh;
    min-height: 500px;
    overflow: hidden;
}

/* IMAGE */
.home-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* CONTENT */
.hero-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    max-width: 800px;
    padding: 0 20px;
}

/* TITLE */
.hero-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
	color:#ffffff;
}

/* DESCRIPTION */
.hero-content p {
    font-size: 16px;
    margin-bottom: 30px;
    opacity: 0.95;
}

/* CTA */
.hero-cta {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

/* BUTTON BASE */
.hero-cta .btn {
    padding: 12px 24px;
    font-size: 16px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
}

/* PRIMARY */
.btn-primary {
    background: #e3480d;
    color: #fff;
}

.btn-primary:hover {
    background: #c63c09;
}

/* SECONDARY */
.btn-secondary {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn-secondary:hover {
    background: #fff;
    color: #111;
}
.hero-content span {
    color: #e3480d;
}
/* RESPONSIVE */
@media (max-width: 768px) {

    .hero-content h1 {
        font-size: 32px;
    }

    .hero-content p {
        font-size: 16px;
    }

    .home-hero {
        height: 70vh;
    }
}

/************************************************/
/* HOME SEC 1 */
/************************************************/

.home-sec-1 {
    background: #ffffff;
}

/************************************************/
/* TITLE HOME */
/************************************************/

.title-home-main {
    text-align: center;
      padding: 30px 20px 0px;
}

/* TITLE */
.title-home-main h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    color: #017077;
    letter-spacing: -0.02em;
    margin: 0;

    /* gradient text nhẹ */
    background: linear-gradient(90deg, #017077, #1ba0e2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* LINE WRAPPER */
.title-line {
    margin-top: 15px;
}

/* LEFT & RIGHT LINE */
.title-line .tl-1,
.title-line .tl-3 {
    width: 70px;
    height: 2px;
    display: inline-block;
    background: linear-gradient(to right, transparent, #2d8373);
    vertical-align: middle;
}

.title-line .tl-3 {
    background: linear-gradient(to left, transparent, #2d8373);
}

/* CENTER DOT */
.title-line .tl-2 {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    border-radius: 50%;
    background: #1ba0e2;
    box-shadow: 0 0 10px rgba(27, 160, 226, 0.6);
    vertical-align: middle;

    /* animation nhẹ */
    animation: pulse 1.8s infinite ease-in-out;
}
.title-home-sub {
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    margin-top: 12px;
    margin-bottom: 10px;
    letter-spacing: 0.02em;

    /* giới hạn chiều rộng cho đẹp */
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;

    /* hiệu ứng fade nhẹ */
    opacity: 0.9;
}

/* ANIMATION */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(27, 160, 226, 0.5);
    }
    50% {
        transform: scale(1.2);
        box-shadow: 0 0 12px rgba(27, 160, 226, 0.8);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(27, 160, 226, 0.5);
    }
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .title-home-main h1 {
        font-size: 32px;
    }

    .title-line .tl-1,
    .title-line .tl-3 {
        width: 40px;
    }
    .title-home-sub {
        font-size: 16px;
        padding: 0 10px;
    }
}


/************************************************/
/* ABOUT SECTION */
/************************************************/
/* ABOUT SECTION */
.about-section {
    padding: 80px 0;
    background: #f5f5f5;
}

/* WRAPPER */
.about-wrapper {
    display: flex;
    align-items: center;
    gap: 50px;
}

/* CONTENT */
.about-content {
    flex: 1;
}

/* TITLE */
.about-title {
    font-size: 38px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    line-height: 1.3;
}

/* TEXT */
.about-text {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

/* BUTTON */
.about-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 24px;
    background: #e3480d;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.about-btn:hover {
    background: #c63c09;
}

/* IMAGE */
.about-image {
    flex: 1;
}

.about-image img {
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .about-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .about-title {
        font-size: 28px;
    }

    .about-text {
        font-size: 15px;
    }

    .about-image img {
        margin-top: 10px;
    }
}



/* WRAPPER */
.destinations-wrapper {
    padding: 0px 0 40px;
}

/* CARD */
.destination-card {
    display: block;
    text-decoration: none;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    height: 100%;
}

.destination-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.12);
}

/* IMAGE */
.destination-thumb img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.destination-card:hover .destination-thumb img {
    transform: scale(1.05);
}

/* CONTENT */
.destination-content {
    padding: 18px;
}

/* TITLE */
.destination-content h3 {
    font-size: 20px;
    font-weight: 500;
    color: #111;
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* EXCERPT */
.destination-excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: #6b7280;
    margin-bottom: 15px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* READ MORE */
.destination-read {
    font-size: 15px;
    font-weight: 500;
    color: #00B2C1;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.destination-read span {
    transition: transform 0.3s ease;
}

.destination-card:hover .destination-read span {
    transform: translateX(4px);
}

/* BUTTON */
.destination-more {
    text-align: center;
    margin-top: 40px;
}

.btn-destination {
    display: inline-block;
    padding: 12px 28px;
    background: linear-gradient(135deg, #00B2C1, #1ba0e2);
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.btn-destination:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}
.destinations-post-item {
    padding-top: 30px;
}
/* RESPONSIVE */
@media (max-width: 768px) {
    .destination-thumb img {
        height: 200px;
    }
}



/* SECTION */

/* SECTION BACKGROUND */
.home-sec-2 {
    width: 100%;
    position: relative;
    padding: 80px 0;

    background-color: #f5f5f5;
    background-image: url(../images/homepage/bg-where-to-stay.png);
    background-position: center;
    background-size: cover; /* FIX: đẹp hơn 100% */
    background-repeat: no-repeat;

    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

/* đảm bảo content nằm trên overlay */
.home-sec-2 .container-fluid {
    position: relative;
    z-index: 2;
}

/* LINE LEFT FIX */
.home-sec-2 .line-left {
    padding-left: calc((100vw - 1270px) / 2 + 5px);
}

/* TITLE */
.title-home-main-white {
    text-align: center;
    margin-bottom: 40px;
}

.title-home-main-white h1 {
    font-size: 44px;
    font-weight: 700;
    color:#ffffff;
    margin-bottom: 10px;
}

.title-home-sub-white {
     font-size: 16px;
    color: #ffffff;
    max-width: 360px;
    margin: 0 auto 10px;
}

/* LINE */
.title-line-white {
    margin-top: 10px;
}

.title-line-white .tl-1,
.title-line-white .tl-3 {
    width: 70px;
    height: 2px;
    display: inline-block;
    background: linear-gradient(to right, transparent, #ffffff);
    vertical-align: middle;
}

.title-line-white .tl-3 {
    background: linear-gradient(to left, transparent, #ffffff);
}


.title-line-white .tl-2 {
  display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(27, 160, 226, 0.6);
    vertical-align: middle;

    /* animation nhẹ */
    animation: pulse 1.8s infinite ease-in-out;
}

/* ANIMATION */
@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(27, 160, 226, 0.5);
    }
    50% {
        transform: scale(1.2);
        box-shadow: 0 0 12px rgba(27, 160, 226, 0.8);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 rgba(27, 160, 226, 0.5);
    }
}

/* CARD */
.slider-where_to_stay a {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    transition: all 0.35s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.slider-where_to_stay a:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* IMAGE */
.img-where-to-stay-home {
    overflow: hidden;
}

.img-where-to-stay-home img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.slider-where_to_stay a:hover img {
    transform: scale(1.08);
}

/* CONTENT OVERLAY */
.content-slider-home {
    position: relative;
    padding: 16px;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.75),
        rgba(0,0,0,0.3),
        transparent
    );
    margin-top: -90px;
    color: #fff;
}

/* TITLE */
.content-slider-home h3 {
    font-size: 20px;
    margin-bottom: 6px;
     color:#ffffff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* EXCERPT */
.content-slider-home p {
    font-size: 14px;
    opacity: 0.85;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* META BADGE */
.hotel-meta {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    align-items: center;
}

.hotel-meta .badge {
    background: #00B2C1;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}

.hotel-meta .cta-small {
    font-size: 13px;
    color: #00B2C1;
    font-weight: 500;
}

/* DOTS */
.where_to_stay .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.where_to_stay button.owl-dot {
    color: inherit;
    padding: 0 !important;
    font: inherit;
    height: 2px;
    border-radius: 0px;
    min-height: 2px;
    width: 60%;
    margin-right: 1px;
    background: #B3B3B3 !important;
    opacity: 0.6;
}

.where_to_stay button.owl-dot.active {
    background: #00B2C1 !important;
    width: 15%;
}

/* NAV */
.where_to_stay .owl-nav {
    position: absolute;
        margin-top: 20px;
}

.where_to_stay .owl-nav button {
    background: #fff !important;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-left: 8px;
}
.where_to_stay button.owl-next i 
{
        color: #017077 !important;
    font-size: 22px;
}
/* RESPONSIVE */
@media (max-width: 768px) {
    .title-home-main h1 {
        font-size: 30px;
    }

    .img-where-to-stay-home img {
        height: 200px;
    }

    .content-slider-home {
        margin-top: -70px;
    }
}
/* SECTION 3 */

.home-sec-3 {
    background: #f2fffff0;
}
/* SECTION */
/* SECTION */
.home-sec-4 {
    padding: 30px 0;
    background: #f9fbfc;
}

/* LAYOUT */
.layout-best-vietnam {
    margin-top: 40px;
}

/* LEFT LIST */
.best-list {
    border-right: 1px solid #e5e7eb;
}

.news-post-item {
    margin-bottom: 10px;
}

.news-post-a {
    display: block;
    text-decoration: none;
}

.news-post-item-a {
    padding: 16px 18px;
    border-radius: 10px;
    transition: all 0.3s ease;
        border-bottom: 1px solid #CCCCCC;
}

/* hover */
.news-post-a:hover .news-post-item-a {
    background: #f1f5f9;
}

/* active */
.news-post-a.active .news-post-item-a {
    background: #e0f2f1;
}

/* DATE */
.the-date-news {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 5px;
}

/* TITLE */
.news-post-item p {
    font-size: 15px;
    color: #111;
    margin: 0;
    line-height: 1.8;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* RIGHT DETAIL */
.news-detail {
    display: none;
}

.news-detail.active {
    display: block;
}

/* CARD */
.news-post-item-2 {
    position: relative;
}

.news-post-item-2 a {
    display: block;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
}

/* IMAGE */
.news-post-thumbnail img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-post-item-2:hover img {
    transform: scale(1.05);
}

/* OVERLAY CONTENT */
.news-post-excerpt {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    right: 0;
    /* padding: 25px; */
    /* padding-top: 80px; */
    font-size: 15px;
    color: #000000;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    /* -webkit-box-orient: vertical; */
    /* overflow: hidden; */
}
/* TITLE */
.news-post-content h3 {
    font-size: 24px;
    color: #000000;
    margin-bottom: 8px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* EXCERPT */
.news-post-excerpt {
    font-size: 15px;
    color: #000000;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* DATE BOX */
.time-post-news {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #00B2C1;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    z-index: 2;
}

.time-post-news h4 {
    font-size: 20px;
    margin: 0;
}

.time-post-news p {
    font-size: 12px;
    margin: 0;
}

/* BUTTON */
.btn-best {
    display: inline-block;
    margin-top: 40px;
    padding: 12px 28px;
    border-radius: 30px;
    background: linear-gradient(135deg, #00B2C1, #1ba0e2);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.3s ease;
        font-weight: 600;
}

.btn-best:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}
.news-post-content
{
    margin-top: 15px;
}
.best-list-item {
    background: #f3f2f2ad;
    padding: 10px;
    border-radius: 10px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .best-list {
        border: none;
        margin-bottom: 20px;
    }

    .news-post-thumbnail img {
        height: 260px;
    }

    .title-home-main h1 {
        font-size: 28px;
    }
}

span.badge-popular {
    margin-top: 8px;
    display: block;
    margin-left: 10px;
    color: #12a4b1;
}
ul#menu-main-menu li {
    list-style: unset !important;
}
/************************************************/


/* FOOTER */


/************************************************/

/* FOOTER */
.site-footer {
    background: #0f172a;
    color: #cbd5e1;
    padding: 50px 0;
}

/* TITLE */
.site-footer h4 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 22px;
}

/* TEXT */
.site-footer p {
    font-size: 15px;
    line-height: 1.6;
}

/* CONTACT */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.footer-contact li {
    margin-bottom: 8px;
    font-size: 14px;
    list-style: none;
}

.footer-contact i {
    margin-right: 8px;
    color: #00B2C1;
}

/* MENU */
.footer-links {
    list-style: none;
    padding: 0;
    padding-left: 20px;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s;
}

.footer-links a:hover {
    color: #00B2C1;
}

/* SOCIAL */
.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons a {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    color: #fff;
    font-size: 14px;

    transition: 0.3s;
}

/* COLORS */
.social-icons .fb { background: #1877f2; }
.social-icons .pin { background: #e60023; }
.social-icons .tw { background: #000; }
.social-icons .ins { background: #e1306c; }

/* HOVER */
.social-icons a:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}

/* COPYRIGHT */
.footer-bottom {
    background: #020617;
    padding: 15px 0;
}

.footer-bottom p {
    margin: 0;
    font-size: 13px;
    color: #94a3b8;
}


/* SECTION */
.page-404 {
    padding: 100px 0;
    background: #f9fbfc;
}

/* NUMBER */
.error-code {
    font-size: 120px;
    font-weight: bold;
    color: #00B2C1;
    margin-bottom: 10px;
}

/* TITLE */
.page-404 h2 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #111;
}

/* DESC */
.page-404 p {
    color: #6b7280;
    max-width: 500px;
    margin: 0 auto 20px;
}

/* BUTTON */
.error-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.btn-home,
.btn-main {
    padding: 10px 20px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}

/* PRIMARY */
.btn-home {
    background: #00B2C1;
    color: #fff;
}

/* SECONDARY */
.btn-main {
    background: #fff;
    color: #00B2C1;
    border: 1px solid #00B2C1;
}

/* HOVER */
.btn-home:hover {
    background: #017077;
}

.btn-main:hover {
    background: #00B2C1;
    color: #fff;
}

/* SEARCH */
.error-search {
    max-width: 400px;
    margin: auto;
}

/* INPUT */
.error-search input {
    width: 100%;
    padding: 10px 15px;
    border-radius: 30px;
    border: 1px solid #ddd;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .error-code {
        font-size: 80px;
    }

    .page-404 h2 {
        font-size: 22px;
    }
}

.show-pc
{
    display: block;
}

.show-mb
{
    display: none;
}

a.about-btn:hover {
    background: #017077;
    color: #ffffff;
}

.destination-more a:hover {
    background: #017077;
    color: #ffffff;
}
h1.error-code {
    margin: 0px;
}