body{
    font-family: 'Big Shoulders Display';
    background-color: #F9F9F9;
    margin: 0px;
}
html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
.container{
    max-width: 1380px;
    flex-basis: 1380px;
    margin: auto;
    padding: auto;
}
.row{
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
}
:root{
    --color-main: #181E4B;
    --yellow: #FF9832;
    --color-text: #5E6282;
}
@font-face {
    font-family: poleno;
    src: url(../fonts/1764Poleno.woff2) format("woff2");
    font-style: normal;
    font-display: swap;
}

/* header */
header{
    width: 100%;
    display: block;
    position: fixed;
    z-index: 500;
    height: 56px;;
    top: 0;
    left: 0;
}
header .box_header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
header.scroll .box_header{
    background-color: #fff;
    width: 100%;
    height: 100%;
}
header .box_header .logo{
    margin-left: 40px;
    position: relative;
    z-index: 9;
}
header .box_header .logo img{
    width: 140px;
    height: 40px;
}
header .box_header .logo .logo_color{
    display: none;
}
header.scroll .box_header .logo .logo_color{
    display: block;
}
header.scroll .box_header .logo .logo_white{
    display: none;
}
header .header_right{
    display: flex;
    align-items: center;
}
header .header_right .main_menu ul{
    display: flex;
    align-items: center;
    list-style: none;
}
header .header_right .main_menu ul li{
    padding-left: 15px;
    padding-right: 15px;;
}
header .header_right .main_menu ul li a{
    font-family: 'Big Shoulders Display';
    font-size: 18px;
    color: #ffffff;
    font-weight: 900;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
}
header.scroll .header_right .main_menu ul li a {
    color: #000;
}
header .header_right .book_now{
    display: block;
    height: 100%;
}
header .header_right .book_now a{
    padding-right: 35px;
    padding-left: 35px;
    font-size: 16px;
    color: #ffffff;
    background-color: #ff5345;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 35px;
    text-transform: none;
    display: block;
    height: 100%;
    text-decoration: none;
    font-family: 'Bricolage Grotesque';
}

/* Menu mobile */

.main_menu-mb{
    display: none;
}
 .menu-btn {
      background-image: url(../images/icon-menu-white.svg);
        background-size: contain;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
        width: 35px;
        height: 35px;
        background-color: rgba(255, 255, 255, 0);
        background-repeat: no-repeat;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-radius: 0px;
        background-position: 50% 50%;
    }

    .menu-overlay {
        background-image: url(../images/bg-mobile-nav.svg);
        background-size: cover;
        width: 100%;
        background-repeat: no-repeat;
        height: 100vh;
        flex-direction: column;
        display: flex;
        text-align: left;
        align-items: center;
        justify-content: flex-start;
        gap: 60px;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 100px;
        padding-bottom: 100px;
        background-color: #1a3e3e;
        background-position: 50% 50%;
        position: fixed;
        top: 0;
        left: 0;
        transition: opacity 0.4s ease;
        opacity: 0;
        z-index: -2;
        pointer-events: none; /* không cho click khi ẩn */
        visibility: hidden;
    }

    .menu-overlay.active {
      gap: 60px;
      opacity: 1;
      transition: opacity 0.4s ease;
      z-index: 9999999999;
       pointer-events: visible; /* không cho click khi ẩn */
        visibility: visible;
    }

    .menu-overlay .close-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 24px;
      background: transparent;
      border: none;
      color: white;
      cursor: pointer;
    }

    .menu-overlay nav {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    .main_menu-mb .box_subtext {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    .menu-overlay nav .menu-item,.menu-overlay nav .menu-item a{
      font-family: 'Big Shoulders Display';
        font-size: 34px;
        font-weight: 900;
        line-height: 1.5;
        letter-spacing: 0.5px;
        color: #fff;
        text-transform: uppercase;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }
    .menu-overlay nav .menu-item .submenu a {
        font-weight: 300;
        font-size: 16px;
        padding: 5px 20px;
        font-family: 'Bricolage Grotesque';
        text-transform: initial;
        letter-spacing: 0;
        font-size: 18px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.5px;
        color: #2BB673;
        white-space: nowrap;
        text-align: center;
    }
    .menu-overlay nav .menu-item span{
        position: relative;
        display: block;
    }
    .menu-overlay nav .menu-item span::before {
        content: '';
        display: block;
        width: 14px;
        height: 9px;
        position: absolute;
        right: -25px;
        top: calc(50% - 4px);
        background: center / contain no-repeat url(../images/icon-caret-white.svg);
        transition: transform .2s ease-in-out;
    }
    .menu-overlay nav .menu-item.active span::before{
        transform: rotate(180deg);
    }
    .submenu {
      display: none;
      flex-direction: column;
      padding-left: 10px;
      margin-top: 5px;
    }

    .submenu a {
      font-size: 14px;
      color: #4fe2a7; /* Màu xanh nhạt */
      text-decoration: none;
      padding: 3px 0;
    }

    .submenu.open {
      display: flex;
    }

    .menu-overlay nav a {
      text-decoration: none;
      color: white;
      font-weight: bold;
    }

    .main_menu-mb .box_subtext .subtext {
      font-family: Bricolage Grotesque;
        font-size: 24px;
        color: #ffffff;
        font-weight: 800;
        text-align: center;
        line-height: 1;
        letter-spacing: 0.5px;
        text-transform: capitalize;
        text-decoration: none;
    }
    .cta-button {
      border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-radius: 1000px;
        padding-top: 14px;
        padding-right: 35px;
        padding-bottom: 14px;
        padding-left: 35px;
        line-height: 1;
        font-size: clamp(14px, 1.212vw, 16px);
        color: #ffffff;
        background-color: #ff5345;
        font-weight: 800;
        letter-spacing: 1px;
        text-align: center;
        transition-duration: 0.15s;
        transition-timing-function: ease-in-out;
        transition-property: transform;
        cursor: pointer;
        font-family: 'Bricolage Grotesque';
        text-decoration: none;
        width: 100%;
    }

/* End Menu Mobile */

section.home_banner {
    height: 850px;
    width: 100%;
    position: relative;
}
.home_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}
.home_banner video{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    object-fit: cover;
    z-index: 0;
}
/* .home_banner .hero_video video{
    width: inherit;
    height: inherit;
    object-fit: cover;
} */

.home_banner .banner_row {
    max-width: 1380px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 35px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 150px;
    position: relative;
    z-index: 2;
    padding-left: 40px;
    padding-right: 40px;
}
.home_banner .banner_row .title h2{
    font-family: poleno;
    font-size: clamp(36px, 6.439vw, 85px);
    line-height: 0.76;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    max-width: 760px;
    margin: 0px;
    position: relative;
}
.home_banner .banner_row .title h2::before ,
 .adventure .adventure_title h2::before, 
 .package .col-left .content h2::before,
 .review .review_title .title h2::before,
 .home_loose .loose_row .content h2::before,
 .home_maps .map_content h2::before,
 footer .col-left .title::before{
    background-image: url(../images/icon/icon-lines-white.svg);
    background-size: contain;
    width: 80px;
    height: 10px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    content: "";
    display: block;
}
.adventure .adventure_title h2::before,
 .package .col-left .content h2::before{
    background-image: url(../images/icon/icon-lines-green.svg);
}
.review .review_title .title h2::before,
.home_loose .loose_row .content h2::before,
.home_maps .map_content h2::before,
footer .col-left .title::before{
    background-image: url(../images/icon/icon-lines-coral.svg);
}
.home_banner .banner_row .title p{
    font-size: clamp(18px, 1.85vw, 24px);
    color: #fff;
    line-height: 1;
    font-weight: 800;
    font-family: Bricolage Grotesque;
}
.home_banner:after {
    background-image: linear-gradient(15deg, rgba(0, 0, 0,0.9), rgba(0, 0, 0, 0) 65%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    z-index: 1;
    bottom: 0px;
    content: "";
}
.home_banner::before{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    width: 100%;
    height: 100px;
    content: "";
}
.home_banner .btn{
    display: flex;
    align-items: center;
    gap: 30px;
}
.home_banner .btn a{
    padding-top: 14px;
    padding-right: 35px;
    padding-bottom: 14px;
    padding-left: 35px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    font-size: clamp(14px, 1.212vw, 16px);
    border-radius: 100px;
    background-color: #ff5345;
    text-decoration: none;
    font-family: Bricolage Grotesque;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
}
.home_banner .btn a:hover{
    transform: translateY(-5px);
}
.home_banner .btn a.btn_view{
    background-color: transparent;
    border: 2px solid #fff;
}
.home_banner .banner_link {
    padding-top: 35px;
    flex-direction: row;
    display: flex;
    gap: 45px;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    overflow-x: auto;
}
.home_banner .banner_link a{
    font-family: Big Shoulders Display;
    font-size: clamp(24px, 2.2vw, 32px);
    color: #ffffff;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    text-align: left;
    gap: 12px;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
}
.home_banner .banner_link a:before {
    background-size: contain;
    width: 1em;
    height: 1em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    content: "";
    display: inline-block;
}
.home_banner .banner_link .ziplines:before{
    background-image: url(../images/icon/icon-ziplines-white.svg);
}
.home_banner .banner_link .tower:before{
    background-image: url(../images/icon/icon-tower-white.svg);
}
.home_banner .banner_link .avt:before{
    background-image: url(../images/icon/icon-atv-white.svg);
}
section.divider {
    background-color: #143838;
    position: relative;
}
section.divider:before {
    background-image: url(../images/divider-green-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    position: absolute;
    top: -69px;
    left: 0px;
    z-index: 2;
    background-position: 0px 0px;
    content: "";
}
section.divider .divider_row {
    padding: 30px 40px 0px 40px;
    gap: 20px;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    text-align: left;
    max-width: 1100px;
    margin: auto;
}
section.divider .divider_item img{
    height: 28px;
    width: auto;
} 
section.divider .divider_item .tripadvisor img{
    height: 75px;
}
section.divider .divider_item .text {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 13px;
    font-family: 'Bricolage Grotesque';
    font-weight: 500;
    line-height: 1;
    justify-content: center;
    margin-top: 10px;
}
section.divider .divider_item .text .star img{
    width: 13px;
    height: 13px;
    margin: 0px 3px;
}
.divider .sale_row {
    max-width: 915px;
    margin: auto;
    padding-top: 40px;
}
.divider .sale_row .sales_item {
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: space-between;
    padding: 20px;
    border-radius: 8px;
}
.divider .sale_row .box_sales {
    width: 50%;
}
.divider .sale_row .sales_item .img,.divider .sale_row .sales_item .btn_buy a{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.divider .sale_row .sales_item .img p{
    margin: 0px;
    font-family: Bricolage Grotesque;
    font-size: clamp(16px, 1.5vw, 18px);
    color: #2f2d22;
    line-height: 1.1;
    text-align: left;
    font-weight: 700;
}
.divider .sale_row .sales_item .img img{
    width: 25px;
    height: 25px;
}
.divider .sale_row .sales_item .btn_buy a img{
    width: 16px;
    height: 16px;
}
.divider .sale_row .sales_item .btn_buy a p{
    font-family: Bricolage Grotesque;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    max-width: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    margin: 0px;
}
.adventure{
    position: relative;
    padding-bottom: 100px;
    background-image: linear-gradient(#143838 40%, #112424 40%);
    overflow: hidden;
}
.adventure .adventure_title{
    padding-top: 80px;
    padding-bottom: 40px;
}
.adventure .adventure_title h2{
    font-family: poleno;
    max-width: 760px;
    font-size: clamp(55px, 8.712vw, 85px);
    line-height: 0.76;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    margin: 0px;
}
.adventure .tour_item{
    margin: 0px 8px;
}
.adventure .tour_item .img{
    width: 100%;
    position: relative;
}
.adventure .tour_item .img a{
    display: block;
    height: 100%;
}
.adventure .tour_item .img img{
   width: 100%;
    height: 285px;
    object-fit: cover;
    object-position: center center;
    border-radius: 8px;
}
.adventure .tour_item .content .tour_title a{
    font-family: poleno;
    line-height: 1;
    margin-top: 25px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 35px;
    text-decoration: none;
}
.adventure .tour_item .content .text p{
    font-family: 'Bricolage Grotesque';
    font-size: clamp(16px, 1.304vw, 18px);
    color: #e8e4d5;
    font-weight: 700;
}
.adventure .tour_item .content .pay {
    display: flex;
    gap: 25px;
    align-items: center;
    color: #fff;
    font-size: 20px;
}
.adventure .tour_item .content .pay .time,.adventure .tour_item .content .pay .price{
    display: flex;
    align-items: center;
    gap: 8px;
}
.adventure .tour_item .content .pay .time p, .adventure .tour_item .content .pay .price span{
    font-family: Bricolage Grotesque;
    font-size: clamp(18px, 1.739vw, 24px);
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    text-align: left;
}
.adventure .tour_item .content .pay img{
    width: 19px;
    height: 19px;
}
.btn_link {
    display: flex;
    align-items: center;
    gap: 25px;
}

.btn_link .btn_check{
    padding-top: 14px;
    padding-right: 35px;
    padding-bottom: 14px;
    padding-left: 35px;
    background-color: #ff5345;
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Bricolage Grotesque';
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
}
.btn_link .btn_view{
    color: #ffffff;
    font-weight: 800;
    line-height: 1;
    position: relative;
    font-size: clamp(13px, 1.212vw, 16px);
    text-decoration: none;
    position: relative;
    font-family: 'Bricolage Grotesque';
}
.btn_link .btn_check:hover{
    transform: translateY(-5px);
}
.btn_link .btn_view:after {
    background-image: url(../images/icon/icon-arrow-white-1.svg);
    background-size: contain;
    width: 19px;
    height: 12px;
    background-repeat: no-repeat;
    margin-left: 0.5em;
    background-position: 50% 50%;
    content: "";
    display: inline-block;
}
@keyframes marquee {
    
    0% {
    transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}
@keyframes marqueeRight {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
@keyframes swap {
    0%, 50% {
        left: 0%;
    }
    50.01%, 100% {
        left: 100%;
    }
}
@keyframes swap_right {
    0%, 50% {
        right: 100%;
    }
    50.01%, 100% {
        right: 0%;
    }
}
.run_stick{
    background-color: #112424;
    height: 350px;
    width: 100%;
    overflow: hidden;
    flex-direction: column;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: center;
    margin-top: -100px;
}
.box_run_stick{
    transform: rotate(3deg);
    background-color: #2bb673;
    width: 110%;
    overflow: hidden;
    padding-top: 0px;
    height: 100px;
    position: relative;
    left: -10px;
    z-index: 5;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.box_stick{
    width: auto;
    overflow: visible;
    gap: 0px;
    position: absolute;
    left: 0px;
    animation: marquee 40s linear infinite;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    z-index: 9999999;
}
.run_stick .list_stick{
    display: flex;
    flex-direction: row;
    gap: 25px;
    flex-wrap: nowrap;
    align-items: flex-start;
    z-index: 9999;
    margin: 0px 50px;
    position: relative;
}
.stick_1{
    animation: swap 40s linear infinite;
}
.run_stick .list_stick .item{
    font-size: clamp(24px, 2.2vw, 36px);
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1;
    white-space: nowrap;
    display: flex;
    align-items: center;
    z-index: 9999
}
.run_stick .list_stick .item:before {
    background-image: url(../images/icon/icon-tree-white.svg);
    background-size: contain;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    margin-right: 2vw;
    margin-left: 1vw;
    background-position: 50% 50%;
    content: "";
}
.headline{
    background-color: #112424;
}
.headline_row{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.headline_row p{
    text-transform: uppercase;
    font-family: 'Bricolage Grotesque';
    letter-spacing: 1px;
    color: #2bb673;
    line-height: 1;
    font-weight: 800;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
}
.headline_row h2{
    font-family: Bricolage Grotesque;
    text-align: left;
    line-height: 1.3;
    max-width: 800px;
    font-size: clamp(26px, 3.409vw, 45px);
    font-weight: 800;
    color: #fff;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.package{
    position: relative;
    padding-bottom: 500px;
    background-image: url(../images/pattern-abstract-green.svg);
    background-size: cover;
    background-color: #112424;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    padding-top: 100px;
}
.package .package_row{
    align-items: center;
}
.package .col-left {
    max-width: 35%;
    font-size: 35%;
    position: relative;
    z-index: 2;
    padding-right: 25px;
}
.package .col-right {
    max-width: 65%;
    flex-basis: 65%;
    position: relative;
    z-index: 2;
    padding-left: 25px;
}
.package .col-left .content h2{
    font-family: poleno;
    font-size: clamp(36px, 5.682vw, 65px);
    line-height: .8;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    margin-bottom: 0px;
}
.package .col-left .content p{
    color: #e8e4d5;
    font-size: 18px;
    font-family: 'Bricolage Grotesque';
    line-height: 1.6;
}
.package .col-right{
    flex-direction: column;
    display: flex;
    text-align: left;
    align-items: center;
}
.package .col-right .box_img {
    width: 100%;
}
.package .col-right .img-1 img{
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    height: auto;
}

.package .col-right .img-2{
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: row;
    margin-top: -50px;
    align-items: flex-start;
}
.package .col-right .img_zipling{
    width: 300px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}
.package .col-right .img_tower{
    object-fit: cover;
    width: 225px;
    height: auto;
    margin-top: 80px;
    margin-left: 20px;
    border-radius: 8px;
}
.home_video{
    width: 100%;
    flex-direction: column;
    display: flex;
    text-align: left;
    align-items: center;
    position: relative;
    z-index: 99;
}
.home_video .box_video{
    height: 770px;
    border-radius: 0px;
    max-width: 1400px;
    margin-top: -385px;
    width: 100%;
    position: relative;
    z-index: 99;
}
.home_video .box_video .video_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.home_video .box_video .bg_video {
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_video .box_video .bg_video img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.home_video .box_video .button_play {
    background-image: url(../images/icon/icon-play-button-white.svg);
    background-size: contain;
    width: 80px;
    height: 80px;
    z-index: 5;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
    position: relative;
    z-index: 999;
}
/* popup video */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999;
    padding: 30px 0px;
}

.popup-content {
  position: relative;
  width: 85%;
  background: #000;
  height: 100%;
}
div#videoContainer {
    width: 100%;
    height: 100%;
}
.popup iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.close {
  position: absolute;
  top: 8px;
  right: 12px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

.hidden {
  display: none;
}
/* end popup */
.review{
    background-image: url(../images/pattern-monstera-tan.svg);
    background-size: contain;
    background-color: #f9f8f4;
    background-repeat: no-repeat;
    overflow: hidden;
    background-position: 0px 100%;
    padding-bottom: 400px;
}
.review .review_title{
    justify-content: space-between;
}
.review .review_title .title h2{
    font-family: poleno;
    max-width: 760px;
    font-size: clamp(55px, 8.712vw, 115px);
    line-height: 0.76;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: uppercase;
    color: #261c1b;
    text-align: left;
}
.review .review_title .col_right {
    display: flex;
    align-items: center;
}
.review .review_title .col_right .img_1 img{
    width: 275px;
    height: 168px;
    object-fit: contain;
}
.review .review_title .col_right .img_2{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: nowrap;
    text-align: left;
}
.review .review_title .col_right .img_2 .shaka{
    width: 88px;
    height: 60px;
    object-fit: contain;
}
.review .review_title .col_right .img_2 .img_time{
    width: 125px;
    height: 125px;
    object-fit: contain;
}
.review .review-slider{
    display: flex;
}
.review .review-slider .review-box{
   display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
    height: auto !important;
    margin: 0px 8px;
}
.review .review-slider .slick-track{
    display: flex;
}
.review .review-slider .review-box .box_item{
    background-color: #ffffff;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #e6e6e6;
    border-right-color: #e6e6e6;
    border-bottom-color: #e6e6e6;
    border-left-color: #e6e6e6;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-radius: 4px;
    padding-top: 45px;
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 45px;
    text-align: left;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.review .review-box .star {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review .review-box p,.review .review-box strong{
    font-family: Bricolage Grotesque;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    line-height: 1.6;
}
.review .review-box strong{
    font-weight: 800;
}
.home_loose{
    background-image: url(../images/pattern-geometric-green-03.svg);
    background-size: contain;
    z-index: 1;
    background-repeat: no-repeat;
    background-color: #14322c;
    background-position: 0px 100%;
}
.home_loose .container{
    position: relative;
    padding-top: 230px;
    padding-bottom: 215px;
}
.home_loose .img_top{
    width: 550px;
    position: absolute;
    top: -200px;
    left: 0px;
    z-index: 2;
    object-fit: cover;
    height: auto;
}
.home_loose .img_top img{
    width: 100%;
    border-radius: 8px;
}
.home_loose .img_bottom{
    width: 450px;
    position: absolute;
    bottom: -150px;
    height: auto;
}
.home_loose .img_bottom img{
    width: 100%;
    border-radius: 8px;
}
.home_loose .loose_row{
    align-items: center;
    justify-content: space-between;
}
.home_loose .loose_row .content{
    max-width: 40%;
    flex-basis: 40%;
}
.home_loose .loose_row .box_img{
    max-width: 50%;
    flex-basis: 50%;
}
.home_loose .loose_row .box_img img{
    width: 100%;
    border-radius: 8px;
}
.home_loose .loose_row .content h2{
    font-family: poleno;
    font-size: clamp(36px, 5.682vw, 65px);
    line-height: .8;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
}
.home_loose .loose_row .content p{
    color: #e8e4d5;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    font-family: 'Bricolage Grotesque';
}
.home_maps{
    background-color: #f9f8f4;
    padding-top: 160px;
    padding-bottom: 260px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 55px;
}
.home_maps .maps_row {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
.home_maps .map_content{
    width: 45%;
    padding-right: 25px;
}
.home_maps .map_img{
    width: 55%;
    padding-left: 25px;
}
.home_maps .map_img img{
    width: 100%;
    border-radius: 8px;
}
.home_maps .map_content h2{
    font-family: poleno;
    max-width: 760px;
    font-size: clamp(55px, 8.712vw, 115px);
    line-height: 0.76;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: uppercase;
    color: #261c1b;
    text-align: left;
    margin: 0px;
}
.home_maps .map_content p {
    font-size: clamp(16px, 1.818vw, 24px);
    color: #261c1b;
    font-weight: 600;
    line-height: 1.5;
    max-width: 750px;
    margin-top: 20px;
    font-family: 'Bricolage Grotesque';
}
.home_maps .btn_link .btn_view {
    color: #000000;
}
.home_maps .btn_link .btn_view:after {
    background-image: url(../images/icon/icon-arrow-black.svg);
}
footer{
    position: relative;
    background-color: #16302a;
}
footer::before{
    background-image: url(../images/divider-footer-green-1.svg);
    background-size: cover;
    height: 150px;
    z-index: 1;
    position: absolute;
    left: 0px;
    background-repeat: no-repeat;
    width: 100%;
    top: -149px;
    background-position: 50% 0%;
    content: "";
}
.box_footer{
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 30px;
}
footer .col-left{
    width: 600px;
    display: flex;
    flex-direction: column;
}
footer .col-right{
    width: 600px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
footer .col-right .img{
    margin-bottom: 30px;
}
footer .col-right .img, footer .col-right .img img {
    width: 100%;
    border-radius: 8px;
}
footer .col-left .title a{
    font-family: poleno;
    font-size: clamp(36px, 4.545vw, 60px);
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    text-decoration: none;
    display: block;
}
footer .col-left ul.list_network {
    justify-items: center;
    align-items: center;
    grid-template-columns: repeat(4, minmax(1px, 1fr));
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    margin-top: 60px;
    display: grid;
    list-style: none;
    padding-left: 0px;
    width: 50%;
}
footer .col-right ul{
    width: 45%;
    list-style: none;
}
footer .col-right ul a{
    color: #fff;
    font-family: Bricolage Grotesque;
    font-size: clamp(16px, 1.818vw, 24px);
    color: #ffffff;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}
footer .partner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}
footer .partner img{
    height: auto;
}
footer .partner .hawaii img{
    width: 165px; ;
}
footer .partner .gocity img{
    width: 75px;;
}
footer .partner .qura img{
    width: 165px;
}
footer .partner a{
    font-family: Bricolage Grotesque;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
    line-height: 1;
    position: relative;
    text-decoration: none;
    text-align: center;
}
footer .footer_copyright {
    display: flex;
    align-items: center;
    line-height: 50px;
    justify-content: center;
    gap: 30px;
    width: 100%;
    font-family: Bricolage Grotesque;
    font-size: 16px;
    color: #54726a;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    padding-top: 60px;
}
footer .footer_copyright a{
    color: #54726a;
    text-decoration: none;
}
/* page zipline */

.page_tour .home_banner .banner_row .title h2{
    font-size: clamp(36px, 5.217vw, 72px);
}
.page_tour .home_banner .banner_row .title h2::before{
    display: none;
}
.page_tour .home_banner .banner_row .title span{
    font-family: Bricolage Grotesque;
    font-size: clamp(16px, 1.304vw, 18px);
    color: #ffffff;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 15px;
    display: block;
}
.page_tour .home_banner .btn {
    padding-top: 35px;
}
.page_tour .home_banner .btn .price {
    font-family: Bricolage Grotesque;
    font-size: clamp(14px, 1.739vw, 24px);
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
}
.page_tour .home_banner .banner_link a:before {
    width: 25px;
    height: 25px;
}
.page_tour .home_banner .banner_link .coures:before{
    background-image: url(../images/icon-obstacle-course-white.svg);
}
.page_tour section.divider {
    position: relative;
    background-image: url(../images/pattern-abstract-tan-2.svg);
    background-size: contain;
    background-color: #e8e4d5;
    background-repeat: repeat-x;
    z-index: 10;
    background-position: 50% 100%;
}
.page_tour section.box_fixed{
    position: relative;
    background-color: #e8e4d5;
    width: 100%;
}
.page_tour section.divider:before{
    display: none;
}
.page_tour section.box_fixed:before {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    position: absolute;
    top: -69px;
    left: 0px;
    z-index: 2;
    background-position: 0px 0px;
    content: "";
    background-image: url(../images/divider-tan-1.svg);
}
.box_divider_mene {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 201 !important;
    width: 100%;
    background-color: #e8e4d5;
}
.divider_menu {
    max-width: 1380px;
    margin: auto;
    padding: 0px 40px;
}
.divider_menu.scroll_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white; /* hoặc màu bạn thích */
  z-index: 999;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.divider_menu ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding-left: 0px;
    margin: 0px;
}
.divider_menu li {
    font-family: Bricolage Grotesque;
    font-size: clamp(16px, 1.594vw, 22px);
    font-weight: 700;
    text-align: left;
    color: #43402f;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    padding-bottom: 3px;
}
.divider_menu li.active::after {
    width: 100%;
    height: 5px;
    background-color: rgb(255, 83, 69);
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: "";
}
.page_tour section.divider .divider_row{
    max-width: 100%;
}
.page_tour section.divider .box_content {
    width: 66%;
}
.page_tour section.divider .box_content h2 {
    font-family: Bricolage Grotesque;
    font-size: clamp(30px, 3.409vw, 45px);
    color: #51391e;
    font-weight: 800;
    text-align: left;
    line-height: 1;
    margin: 0px;
}
.page_tour section.divider .box_content p{
    font-family: Bricolage Grotesque;
    font-size: clamp(20px, 2.121vw, 28px);
    color: #261c1b;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
    margin-top: 15px;
}
.page_tour section.divider .divider_row .box_item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    padding-right: 100px;
}
.page_tour section.divider .divider_item .text{
    color: #000;
}
.page_tour section.divider .divider_row {
    justify-content: space-between;
    text-align: left;
    flex-direction: row;
    gap: 100px;
    align-items: flex-start;
}
.page_tour .adventure .adventure_title h2{
    font-size: clamp(55px, 8.712vw, 115px);
}
.page_tour .adventure .adventure_title {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.page_tour .adventure .adventure_title .col_right {
    display: flex;
    align-items: center;
}
.page_tour .adventure .adventure_title .col_right .img_2 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.page_tour .adventure .adventure_title .col_right .img_1 img{
    width: 125px;
    height: 125px;
}
.page_tour .adventure .adventure_title .col_right .img_2 .shaka img{
    width: 88px;
    height: 60px;
    object-fit: contain;
}
.page_tour .adventure .adventure_title .col_right .img_2 .img_time img{
    width: 90px;
    height: 90px;
    object-fit: contain;
}
.page_tour .adventure .tour_item .content{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    padding: 25px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.page_tour .adventure .tour_item .img img{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.page_tour .adventure .tour_item .content .tour_title h3{ 
    margin-top: 0px;
    margin-bottom: 10px;
}
.page_tour .adventure .tour_item .content .tour_title a{
    color: #000;
    text-transform: none;
    font-family: "Bricolage Grotesque";
    font-size: 24px;
    font-weight: 800;
}
.page_tour .adventure .tour_item .badge {
    font-family: "Bricolage Grotesque";
    font-size: clamp(14px, 1.159vw, 16px);
    color: rgb(0, 0, 0);
    font-weight: 500;
    line-height: 1;
    text-align: left;
    display: flex;
    align-items: center;
    gap: 15px;
}
.page_tour .adventure .tour_item .content .text p {
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 400;
    margin-top: 10px;
    text-align: left;
}
.page_tour .adventure .tour_item .badge .item{
    position: relative;
    display: flex;
    align-items: center;
    gap: 3px;
}
.page_tour .adventure .tour_item .badge .item::before {
    background-size: contain;
    width: 0.8em;
    height: 0.8em;
    background-repeat: no-repeat;
    content: "";
    background-position: 50% 50%;
    display: inline-block;
}
.page_tour .adventure .tour_item .badge .time::before{
    content:"";
    background-image: url(../images/icon-duration-black-1.svg);
}
.page_tour .adventure .tour_item .content .pay p{
    font-family: Bricolage Grotesque;
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    line-height: 1;
    margin-top: 15px;
    margin-top: 0px;
}
.page_tour .btn_link .btn_check{
    padding: 10px 20px;
    font-size: 14px;
}
.page_tour .btn_link .btn_see{
    font-family: Bricolage Grotesque;
    font-size: 16px;
    color: #000000;
    font-weight: 800;
    line-height: 1;
    position: relative;
    text-decoration: none;
}
.discounts {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 25px;
    margin-top: 60px;
}
.discounts  a{
   font-family: Bricolage Grotesque;
    font-size: clamp(14px, 2vw, 24px);
    color: #ffffff;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
    text-decoration: none; 
}
.discounts img{
    width: 22px;
    height: 22px;
    object-fit: cover;
}
section.package_more {
    background-color: #143838;
    text-align: center;
    position: relative;
    padding-top: 90px;
    padding-bottom: 100px;
}
.package_more-row .slick-track {
    margin-left: inherit;
}
.package_more .header_title h3{
    font-family: poleno;
    font-size: clamp(30px, 4vw, 36px);
    line-height: .8;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    margin-top: 0px;
}
.package_more .header_title p {
    font-family: Bricolage Grotesque;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #2bb673;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    margin-top: 0px;
    text-align: left;
}
.package_more .content h2{
    font-family: Bricolage Grotesque;
    font-size: 20px;
    color: #ffffff;
    font-weight: 800;
    line-height: 1;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 0px;
}
.package_more .img, .package_more .img img{
    width: 100%;
    border-radius: 8px;
}
.package_more .more_item{
    margin: 0px 8px;
}
.package_more .content .price{
    font-family: Bricolage Grotesque;
    font-size: 14px;
    color: #e8e4d5;
    font-weight: 600;
    text-align: left;
    line-height: 1;
    margin-top: 10px;
    margin-bottom: 15px;
}
.package_more .btn_link .btn_see{
    color: #fff;
    font-size: 14px;
}
.page_adv .adventure {
    background-image: none;
    background-color: #1a3e3e;
}
.section_gap{
    background-color: #143838;
    height: 500px;
}
.page_adv  .run_stick{
 background-color: #143838;
}
.page_adv .box_run_stick.run_led {
    transform: rotate(-4deg);
    background-color: #ff5345;
    
}
.page_adv .box_run_stick.run_led  .box_stick{
    animation: marquee 40s linear reverse infinite;
    align-items: center;
}
.page_adv .box_run_stick.run_led .run_stick_1{
   animation: swap 40s linear reverse infinite;
}
.page_adv .review{
    padding-bottom: 150px;
}
.question{
    background-color: #fff;
}
.question .question_row{
    padding-top: 150px;
    padding-bottom: 400px;
    background-color: #fff;
}
.question .title h2{
    display: flex;
    flex-direction: column;
    font-family: poleno;
    font-size: clamp(55px, 8.712vw, 115px);
    line-height: 0.76;
    letter-spacing: 0px;
    font-weight: 500;
    text-transform: uppercase;
    color: #261c1b;
    text-align: left;
    max-width: 1100px;
    position: relative;
}
.question .title h2::before{
    background-image: url(../images/icon/icon-lines-coral.svg);
    background-size: contain;
    width: 80px;
    height: 10px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    content: "";
    display: inline-block;
}
.question .list_question .item{
    border-top: 1px solid #ccc ;
    border-bottom: 1px solid #ccc;
}
.question .list_question .item .item_button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.question .list_question .item h4{
    font-family: 'Bricolage Grotesque';
    font-size: clamp(18px, 1.739vw, 24px);
    color: #000000;
    font-weight: 700;
    text-align: left;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0px;
    margin: 0px;
    padding: 10px 20px;
    cursor: pointer;
}
.question .list_question .item .icon{
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform  0.3s ease;
    transform: rotate(0);
}
.question .list_question .item .icon img{
   width: 24px;
   height: 24px;
}
.question .list_question .item .subtext {
    max-height: 0px;
    height: 0px;
    display: block;
    overflow: hidden;
    transition: max-height 0.3s ease;
    height: auto;
}
.question .list_question .item .subtext  p{
     padding: 0px 20px 20px;
    color: #000;
    font-family: "Bricolage Grotesque";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin: 0px;
}
.subtext p a{
    color: #0074db;
    text-decoration: none;
}
.question .list_question .item.active .subtext{
    max-height: 340px;
}
.question .list_question .item.active .icon {
    transform: rotate(130deg);
}
.page_tour .home_banner .banner_link .line::before{
    background-image: url(../images/icon-ziplines-white.svg);
    content: "";
}
.page_tour .home_banner .banner_link .night::before{
    background-image: url(../images/icon-night-zipline-white.svg);
    content: "";
}
.page_tour .home_banner .banner_link .person::before{
    background-image: url(../images/icon-atv-white.svg);
    content: "";
}
.page_tour .home_banner .banner_link .stand::before{
    background-image: url(../images/icon-atv-standup-white.svg);
    content: "";
}
.package_more .img{
    position: relative;
}
.adventure .tour_item .img .tag, .package_more .img .tag{
    position: absolute;
    display: inline-block;
    color: #000;
    font-family: Big Shoulders Display;
    background-color: #fbf223;
    font-size: 16px;
    color: #000000;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 1000px;
    position: absolute;
    top: 15px;
    left: 15px;
}
.page_tour .divider .headline {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding-bottom: 100px;
}
.page_tour .divider .headline h2{
    font-family: poleno;
    color: #1a3e3e;
    font-size: clamp(30px, 5.682vw, 55px);
    line-height: .8;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}
.page_tour .divider .headline p{
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    color: #261c1b;
    text-align: center;
    font-family: 'Bricolage Grotesque';
}
.page_atv .slider_tour{
    padding-left: 40px;
    padding-right: 40px;
}
.page_atv .slider_tour .slick-track{
    margin-left: inherit;
}
.page_tour .home_video {
    background-color: #f9f8f4;
}
.package_more_slider {
    padding-left: 40px;
    padding-right: 40px;
}
.package_more a.btn_arrow {
    font-family: Bricolage Grotesque;
    color: #ffffff;
    font-weight: 800;
    line-height: 1;
    position: relative;
    font-size: clamp(13px, 1.212vw, 16px);
    text-decoration: none;
    display: inline-flex;
    margin-top: 30px;
    margin-bottom: 20px;
    align-items: center;
    
}
.package_more a.btn_arrow:after {
    background-image: url(../images/icon/icon-arrow-white-1.svg);
    background-size: contain;
    width: 1.2em;
    height: 0.75em;
    background-repeat: no-repeat;
    margin-left: 0.5em;
    background-position: 50% 50%;
    content: "";
    transition: transform 150ms ease-in-out;
}
.package_more a.btn_arrow:hover:after{
    transform: translateX(5px);
}
.footer_price{
    background-color: #ffffff;
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 300;
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.1);
    visibility: visible;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-left: 40px;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    color: #261c1b;
    font-family: 'Bricolage Grotesque';
    opacity: 0;
    z-index: -9999;
    transition: opacity 0.3s ease;
}
.footer_price.active{
    opacity: 1;
    z-index: 99999999;
}
.footer_price .price span{
    color: #000000;
    font-size: 18px;
    font-weight: 800;
    font-family: Bricolage Grotesque;
}
.footer_price a{
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-radius: 0px;
    padding-top: 20px;
    padding-right: 35px;
    padding-bottom: 20px;
    padding-left: 35px;
    line-height: 1;
    font-size: clamp(14px, 1.212vw, 16px);
    color: #ffffff;
    background-color: #ff5345;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.introduce {
    background-image: url(../images/pattern-abstract-tan.svg);
    background-size: 100% auto;
    background-color: #e8e4d5;
    background-repeat: no-repeat;
    z-index: 1;
    background-position: 50% 0%;
    position: relative;
    max-width: 100%;
    padding-top: 100px;
    padding-right: 0;
    padding-bottom: 450px;
    padding-left: 0;
}
.introduce:before {
    background-image: url(../images/divider-tan-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    left: 0px;
    z-index: 2;
    height: clamp(40px, 3.623vw, 70px);
    top: clamp(-39px, -3.623vw, -69px);
    background-position: 50% 0%;
    content: "";
    display: block;
}
.introduce .box_title{
    max-width: 950px;
}
.introduce .box_title h2{
    font-family: Bricolage Grotesque;
    font-size: clamp(30px, 3.409vw, 45px);
    color: #51391e;
    font-weight: 800;
    text-align: left;
    line-height: 1;
    max-width: 650px;
}
.introduce .box_title p {
    font-family: Bricolage Grotesque;
    font-size: clamp(20px, 2.121vw, 28px);
    color: #261c1b;
    font-weight: 700;
    text-align: left;
    line-height: 1.5;
    margin-top: 15px;
}
.tour_option .box_text,.tour_option .box_img{
    width: 47%;
}
.tour_option .box_text h3{
    font-family: poleno;
    font-size: clamp(36px, 5.682vw, 65px);
    line-height: .8;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    color: #261c1b;
    max-width: 600px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 0px;
}
.tour_option .container{
    align-items: center;
     max-width: 1280px;
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap ;
    align-items: center;
}
.tour_option .box_text h3:before {
    background-image: url(../images/icon/icon-lines-coral.svg);
    background-size: contain;
    width: 80px;
    height: 10px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    content: "";
    display: block;
}
.tour_option .box_text .text, .tour_option .box_text .text a{
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
    color: #261c1b;
    font-family: 'Bricolage Grotesque';
}
.abouts_video .box_video{
    max-width: 1290px;
}       
.tour_option .box_img{
    border-radius: 8px;
}
.tour_option .box_img img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.tour_option .tour_row{
    justify-content: space-between;
    align-items: center;
    padding: 50px 0px;
}
.tour_option .step_2 .container{
    padding-top: 50px;
}
.tour_option .step_2{
   align-items: flex-start;
}
.about_map{
    padding-top: 50px;
    background-color: #f9f9f9;
}
.about_map .map_content h2 {
    font-size: clamp(36px, 5.682vw, 65px);
}
.about_map .map_content p{
    font-size: 18px;
    font-weight: 400;
}
.whatcha {
    padding-top: 50px;
    padding-bottom: 300px;
    background-color: #e8e4d5;
    position: relative;
}
.whatcha:before {
    background-image: url(../images/divider-tan-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 70px;
    position: absolute;
    top: -69px;
    left: 0px;
    z-index: 2;
    background-position: 0px 0px;
    content: "";
    display: block;
}
.whatcha h2 {
    color: #261c1b;
    max-width: 500px;
    text-align: center;
    display: flex;
    flex-direction: column;
    font-family: poleno;
    font-size: clamp(36px, 5.682vw, 65px);
    line-height: .8;
    font-weight: 500;
    text-transform: uppercase;
    align-items: center;
    margin: auto;
    margin-top: 0px;
    margin-bottom: 25px;
}
.whatcha h2:before {
    background-image: url(../images/icon/icon-lines-coral.svg);
    background-size: contain;
    width: 80px;
    height: 10px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-position: 0% 50%;
    content: "";
}
.whatcha p{
    color: #261c1b;
    max-width: 600px;
    font-family: Bricolage Grotesque;
    font-size: clamp(14px, 2vw, 24px);
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
    margin: auto;
}
.whatcha .btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-top: 30px;
}
.whatcha .btn a {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-radius: 1000px;
    padding-top: 14px;
    padding-right: 35px;
    padding-bottom: 14px;
    padding-left: 35px;
    line-height: 1;
    font-size: clamp(14px, 1.212vw, 16px);
    color: #ffffff;
    background-color: #ff5345;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: center;
    transition-duration: 0.15s;
    transition-timing-function: ease-in-out;
    transition-property: transform;
    cursor: pointer;
    font-family: 'Bricolage Grotesque';
    text-decoration: none;
    min-width: 250px;
}
.page_abouts .banner_row .title h2{
    font-size: clamp(36px, 5.217vw, 72px);
}
