/*
Theme Name: Trần Hiệp Web
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Trần Hiệp Web
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: tranhiepweb
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


body {
    font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    text-rendering: optimizeLegibility;
    text-rendering: optimizeSpeed;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.max_line_1,
.max_line_1 a,
.max_line_1 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_2,
.max_line_2 a,
.max_line_2 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.max_line_3,
.max_line_3 a,
.max_line_3 p {
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}



::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 999px;
}

::-webkit-scrollbar-thumb {
    background: #1f780b;
    border-radius: 999px;
    border: 2px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
    background: #1f780b;
}

::-webkit-scrollbar-thumb:active {
    background: #1f780b;
}


.rank-math-breadcrumb a,
.rank-math-breadcrumb span {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4em;
}

.rank-math-breadcrumb .separator {
    color: #FFF;
    margin: 0 6px;
}

.rank-math-breadcrumb p {
    margin: 0;
}

.rank-math-breadcrumb .last {
    font-weight: 500;
}

.du-an-gallery {
    width: 100%;
}

.du-an-gallery__main {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.du-an-gallery__main .swiper {
    width: 100%;
}

.du-an-gallery__main .swiper-slide {
    overflow: hidden;
    border-radius: 8px;
}

.du-an-gallery__main img {
    display: block;
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 219/139;
    object-fit: cover;
    cursor: pointer;
}



.marquee-left .elementor-image-gallery,
.marquee-right .elementor-image-gallery {
  max-width: 100%;
  overflow: hidden;
}

.marquee-left .gallery,
.marquee-right .gallery {
  display: flex;
  align-items: center;
  gap: 20px;
  width: max-content;
  will-change: transform;
}

.marquee-left .gallery img,
.marquee-right .gallery img {
  aspect-ratio: 500 / 282;
  width: 30vw;
  object-fit: cover;
}



/* Navigation */

.du-an-gallery .swiper-button-next,
.du-an-gallery .swiper-button-prev {
    width: 45px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #A5A5A5;
    background: #F8F7F2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.du-an-gallery .swiper-button-prev {
    left: 42px;
}

.du-an-gallery .swiper-button-next {
    right: 42px;
}

.du-an-gallery .swiper-button-next:after,
.du-an-gallery .swiper-button-prev:after {
    font-size: 18px;
    font-weight: 700;
}

/* Pagination */
.du-an-gallery .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 20px !important;
}

.du-an-gallery .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 30px;
    background: #FAEBCD;
    opacity: 1;
    margin: 0 8px;
    transition: width 0.6s ease;
}

.du-an-gallery .swiper-pagination-bullet-active {
    background: #d4a017;
    width: 43px;
    border-radius: 10px;
    background: #1F780B;
}

/* Thumbnail */

.du-an-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    margin-top: 18px;
}

.thumb-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
}

.thumb-item img {
    width: 100%;
    aspect-ratio: 207.00/131.38;
    object-fit: cover;
    display: block;
    transition: .35s;
}

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

.thumb-item.active {
    outline: 5px solid #1F780B;
}

.thumb-overlay {
    position: absolute;
    inset: 0;
    border-radius: 8px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%);
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Popup */
.du-an-popup {
    position: fixed;
    inset: 0;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 24px;
    background: rgba(0, 0, 0, .92);
    z-index: 9999;
}

.du-an-popup.active {
    display: flex;
}

.du-an-popup__overlay {
    display: none;
}

.du-an-popup__content {
    position: relative;
    width: 100%;
    max-width: 1400px;
}

.du-an-popup-swiper img {
    width: 100%;
    height: 100%;
    aspect-ratio: 219 / 139;
    max-height: calc(100vh - 80px);
    object-fit: cover;
}

.du-an-popup-swiper {
    position: relative;
}

.du-an-popup-swiper .swiper-button-prev {
    background-image: url('./assets/images/arrow-narrow-left.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    background-color: #F8F7F2;
    border-radius: 4px;
    width: 52px;
    height: 52px;
}

.du-an-popup-swiper .swiper-button-next {
    background-image: url('./assets/images/arrow-narrow-right.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    background-color: #F8F7F2;
    border-radius: 4px;
    width: 52px;
    height: 52px;
}




.du-an-popup-swiper .swiper-button-prev {
    left: 15px;
}

.du-an-popup-swiper .swiper-button-next {
    right: 15px;
}

.popup-close {
    position: absolute;
    top: 20px;
    right: 20px;

    width: 44px !important;
    height: 44px !important;

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

    border: none !important;

    background: rgba(0, 0, 0, 0.45) !important;
    backdrop-filter: blur(6px);

    color: #fff !important;

    transition: all .25s ease;

    z-index: 10;
}


.popup-close:hover {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #111 !important;
    transform: rotate(90deg);
}


.popup-close:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 3px;
}

.tour-services-grid{

    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
}

.tour-service-item{

    display:flex;
    align-items:flex-start;
    gap:14px;

    padding:20px 22px;

    background:#F5F8FA;

    border:1px solid #E6EDF2;

    border-radius:10px;

    transition:all .35s ease;

    opacity:0;

    transform:translateY(18px);

    animation:serviceFade .6s ease forwards;

    position:relative;

    overflow:hidden;
}

.tour-service-item:before{

    content:"";

    position:absolute;

    left:0;
    top:0;

    width:4px;
    height:100%;

    background:#1F780B;

    transform:scaleY(0);

    transform-origin:top;

    transition:.35s;
}

.tour-service-item:hover{

    background:#fff;

    border-color:#d7e4db;

    box-shadow:
    0 12px 35px rgba(0,0,0,.08);

    transform:translateY(-6px);
}

.tour-service-item:hover:before{

    transform:scaleY(1);
}

.tour-service-item .icon{

    width:28px;
    height:28px;

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

    flex-shrink:0;

    border-radius:50%;

    background:#EAF6E6;

    transition:.35s;
}

.tour-service-item:hover .icon{

    background:#1F780B;

    transform:rotate(-8deg) scale(1.08);
}

.tour-service-item:hover svg path{

    fill:#fff;
}

.tour-service-item .text{

    color:#333333;

    font-family: "Be Vietnam Pro", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
}
.tour-price-table th,
.tour-price-table td{
    border-left:none !important;
    border-right:none !important;
}

.tour-price-table tr{
    background:none !important;
}
@keyframes serviceFade{

    to{

        opacity:1;
        transform:translateY(0);
    }
}

/* ==========================
   Wrapper
========================== */

.tour-price-table-wrap{
    width:100%;
    overflow-x:auto;
    border-radius:16px;
    background:#fff;
    box-shadow:0 12px 35px rgba(0,0,0,0.1);
}



.tour-price-table{
    width:100%;
    min-width:650px;
    border-collapse:collapse !important;
    border-spacing:0 !important;
    margin:0 !important;
    border:none !important;
    background:#fff;
}

.tour-price-table,
.tour-price-table th,
.tour-price-table td,
.tour-price-table tr,
.tour-price-table thead,
.tour-price-table tbody{
    border:none !important;
    box-shadow:none !important;
}


.tour-price-table thead th{

    padding:18px 22px;

    background:linear-gradient(135deg,#1F780B,#2FA21A);

    color:#fff;

    font-size:18px;
    font-family: "Be Vietnam Pro", Sans-serif;
    font-weight:600;

    text-align:left;

    white-space:nowrap;
}

.tour-price-table thead th:last-child{
    border-right:none !important;
}

.tour-price-table thead th:first-child{
    border-top-left-radius:16px;
}

.tour-price-table thead th:last-child{
    border-top-right-radius:16px;
}


.tour-price-table tbody td{

    padding:18px 22px;

    background:#fff;

    border-bottom:1px solid #EDF2F7 !important;

    transition:all .25s ease;
}

.tour-price-table tbody td+td{
    border-left:1px solid #EDF2F7 !important;
}

.tour-price-table tbody tr:last-child td{
    border-bottom:none !important;
}

.tour-price-table tbody tr:hover td{
    background:#F8FCF7;
}



.tour-price-table tbody td.qty{
    font-weight:600;
    color:#1F780B;
    font-size: 18px;
    line-height: 1.4em;
    font-family: "Be Vietnam Pro", Sans-serif;
}

.tour-price-table tbody td:nth-child(2),
.tour-price-table tbody td:nth-child(3){
    color: #333333;
    font-family: "Be Vietnam Pro", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
}





.tour-timeline{
    position:relative;
    width:100%;
    margin:auto;
}

.tour-timeline:before{
    content:'';
    position:absolute;
    left:90px;
    top:0;
    bottom:0;
    width:2px;
    background:rgba(255,255,255,.25);
}

.tour-item{
    display:flex;
    gap:20px;
    position:relative;
    margin-bottom:40px;

    opacity:0;
    transform:translateY(40px);
    animation:tourFade .7s ease forwards;
    cursor: pointer;
}

/* ===== TIME ===== */

.tour-time{
    width: 180px;
    min-width: 180px;
    padding:8px 12px;

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

    border:3px solid rgba(255,255,255,.85);
    border-radius:12px;

    background:#1b7f0a;
    backdrop-filter:blur(12px);
    font-family: "Be Vietnam Pro", Sans-serif;
    color:#fff;
    font-size:20px;
    font-weight:500;
    line-height:1.3;
    text-align:center;

    white-space:normal;
    word-break:break-word;

    position:relative;
    z-index:5;

    transition:all .35s ease;
    box-shadow:0 8px 20px rgba(0,0,0,.15);
}

.tour-item:hover .tour-time{
    background:#fff;
    color:#0d5c16;
    transform:translateY(-3px);
}

/* ===== CONTENT ===== */

.tour-content{
    flex:1;
    padding-top:6px;
}

.tour-content h3{
    color:#fff;
    font-size: 22px;
    font-weight:500;
    font-family: "Be Vietnam Pro", Sans-serif;
    margin:0 0 10px;
    line-height:1.4em;
}

.tour-content p{
    color:rgba(255,255,255,.88);
    line-height:1.4em;
    font-size:16px;
    font-family: "Be Vietnam Pro", Sans-serif;
    margin:0;
}

/* ===== Animation ===== */

@keyframes tourFade{
    to{
        opacity:1;
        transform:translateY(0);
    }
}



.tour-slider-wrapper{
    position:relative;
    overflow:hidden;
    padding-bottom:90px;
}


.tour-item-home{
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    display:flex;
    background:#fff;
    overflow:hidden;
    transition:.45s ease;

}

.tour-left{

    width:50%;
    padding:64px;
    display:flex;
    flex-direction:column;
    justify-content:center;

}

.tour-location{
    font-family: "Be Vietnam Pro", Sans-serif;
    font-size:14px;
    color:#2d5b93;
    text-transform:uppercase;
    letter-spacing:2px;
    font-weight:600;

}

.tour-left h2{

    font-size:28px;
    line-height:1.4em;
    font-family: "Be Vietnam Pro", Sans-serif;
    transition:.35s;

}


.tour-slider-wrapper .swiper-slide:hover h2{
    color:#ef7f1a;
}

.tour-left p{
    font-family: "Be Vietnam Pro", Sans-serif;
    color:#333;
    line-height:1.4em;
    font-size:16px;

}


.tour-link{

    margin-top:45px;
    display:inline-block;
    font-family: "Be Vietnam Pro", Sans-serif;
    color:#ef7f1a;

    font-weight:700;
    text-decoration:none;

    position:relative;
    letter-spacing:1px;

}

.tour-link:after{

    content:"";

    position:absolute;

    left:0;
    bottom:-8px;

    width:0;

    height:2px;

    background:#ef7f1a;

    transition:.35s;

}


.tour-slider-wrapper .swiper-slide:hover .tour-link:after{

    width:100%;

}



.tour-right{

    width:50%;

    position:relative;

    overflow:hidden;

}



.tour-right img{

    width:100%;
    height:100% !important;
    aspect-ratio: 1/1;
    object-fit:cover;
    transition:1.2s ease;

}


.tour-slider-wrapper .swiper-slide:hover img{

    transform:scale(1.08);

}


.tour-navigation{
    display:flex;
    max-width:var(--content-width);
    margin:auto;
    position:relative;
    gap:15px;
    z-index:20;
    justify-content: flex-end;
}

.tour-prev,
.tour-next{

    width:62px;
    height:62px;

    border-radius:50%;

    background:#fff;

    display:flex;

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

    cursor:pointer;

    border:1px solid rgba(0,0,0,.08);

    font-size:22px;


    transition:.35s;

    position:relative;

    overflow:hidden;

}

/* Ripple */

.tour-prev:before,
.tour-next:before{

    content:"";

    position:absolute;

    width:0;
    height:0;

    background:#ef7f1a;

    border-radius:50%;

    transition:.45s;

}

.tour-prev:hover:before,
.tour-next:hover:before{

    width:130%;
    height:130%;

}

.tour-prev span,
.tour-next span{

    position:relative;
    z-index:2;

}

.tour-prev:hover,
.tour-next:hover{

    color:#fff;

    border-color:#ef7f1a;

    transform:translateY(-4px);

}
.tourSwiper{
    overflow: visible;
    margin-bottom: 60px;
}

  

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.progress-wrap::after {
    content: '';
    position: absolute;
    background-image: url("assets/images/arrow_bottom.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #FF5722;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    transform: rotate(180deg);
}

.progress-wrap:hover::before {
    opacity: 1;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: #FF5722;
    /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}




/* header */
.header-top {
    max-height: 40px;
    overflow: hidden;
    opacity: 1;
    transition:
        max-height .4s ease,
        opacity .3s ease,
        padding .4s ease,
        margin .4s ease;
}

.container-sty.scrolled .header-top {
    max-height: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    opacity: 0;
}


.header-main {
    transition:
        background-color .35s ease,
        box-shadow .35s ease,
        padding .35s ease;
}
.container-sty.scrolled .elementor-icon svg {
    fill: #333 !important;
}

.container-sty.scrolled{
    background: #ffffff !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
}



.elementor-icon-list-text {
    transition: color .3s ease;
}

.container-sty.scrolled .elementor-nav-menu--main .elementor-item {
    color: #333 !important;
    fill: #333 !important;
}

.container-sty.scrolled .elementor-nav-menu--main .elementor-item:hover,
.container-sty.scrolled .current-menu-item .elementor-item {
    color: #FF5722 !important;
    fill: #FF5722 !important;
}
.container-sty.scrolled img{
    filter: none !important;
    -webkit-filter: none !important;
}


.tour-price{
    display:flex;
    align-items:center;
    gap:12px;
    margin:25px 0;
    flex-wrap:wrap;
    font-family: "Be Vietnam Pro", Sans-serif;
}

.tour-price-current{
    font-size:42px;
    font-weight:700;
    color:#fff;
    line-height:1;
    text-shadow:0 2px 8px rgba(0,0,0,.2);
    font-family: "Be Vietnam Pro", Sans-serif;
}

.tour-price-old{
    font-size:22px;
    color:rgba(255,255,255,.7);
    text-decoration:line-through;
    font-family: "Be Vietnam Pro", Sans-serif;
}

.tour-price-discount{
    background:#ff5b2e;
    color:#fff;
    font-size:15px;
    font-weight:700;
    padding:6px 10px;
    border-radius:30px;
    line-height:1;
    box-shadow:0 4px 10px rgba(255,91,46,.35);
}

.tour-booking-btn .elementor-button{
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;

    background: linear-gradient(135deg,#ff5b2e,#ff7a18);
    color:#fff;
    border-radius:12px;
    padding:18px 35px;

    font-size:20px;
    font-weight:700;
    letter-spacing:.5px;

    transition:all .35s ease;
    box-shadow:0 10px 30px rgba(255,91,46,.35);

    animation:pulse 2.5s infinite;
}

.tour-booking-btn .elementor-button:hover{
    transform:translateY(-4px);
    box-shadow:0 18px 45px rgba(255,91,46,.45);
    background:linear-gradient(135deg,#ff6d3f,#ff8b2c);
    animation:none;
}

.tour-booking-btn .elementor-button:active{
    transform:translateY(-1px) scale(.98);
}

.tour-booking-btn .elementor-button::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:70%;
    height:100%;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.45),
        transparent
    );
    transform:skewX(-25deg);
}

.tour-booking-btn .elementor-button:hover::before{
    animation:shine .9s ease;
}

.tour-booking-btn .elementor-button-text{
    position:relative;
    z-index:2;
}

.tour-booking-btn .elementor-button-text::after{
    content:" →";
    display:inline-block;
    transition:transform .3s ease;
}

.tour-booking-btn .elementor-button:hover .elementor-button-text::after{
    transform:translateX(6px);
}

@keyframes shine{
    from{
        left:-120%;
    }
    to{
        left:150%;
    }
}

@keyframes pulse{
    0%,100%{
        box-shadow:
            0 10px 30px rgba(255,91,46,.35),
            0 0 0 0 rgba(255,91,46,.45);
    }
    70%{
        box-shadow:
            0 10px 30px rgba(255,91,46,.35),
            0 0 0 16px rgba(255,91,46,0);
    }
}



.td-card{
    background:#fff;
    border:1px solid #eee;
    overflow:hidden;
    transition:.35s;
}


.td-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(31,120,11,.15);
}



.td-image{
    overflow:hidden;
}



.td-image img{
    width:100%;
    aspect-ratio: 16 / 9;
    object-fit:cover;
    transition:.5s;
}



.td-card:hover .td-image img{
    transform:scale(1.08);
}



.td-content{
    padding:20px;
}



.td-content h3{
    margin:0 0 6px;
    font-size:21px;
    color:#222;
    font-family: "Be Vietnam Pro", Sans-serif;
}



.td-min{
    color:#777;
    font-size:14px;
    font-family: "Be Vietnam Pro", Sans-serif;
}



.td-price-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:15px;
}



.td-price{
    color:#1F780B;
    font-weight:700;
    font-size:20px;
    font-family: "Be Vietnam Pro", Sans-serif;
}



.td-count {
    color: #FF5722;
    font-weight: 700;
    font-family: "Be Vietnam Pro", Sans-serif;
    padding: 3px 8px;
    border-radius: 50px;
    background: #ff57223d;
    font-size: 14px;
}



.td-line{
    height:1px;
    background:#eee;
    margin:15px 0;
}



.td-title{
    font-family: "Be Vietnam Pro", Sans-serif;
    font-size:13px;
    font-weight:700;
    color:#555;
}



.td-foods{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
    margin-top:10px;
}



.td-food{
    background:#f7edcf;
    padding:6px 12px;
    border-radius:20px;
    font-family: "Be Vietnam Pro", Sans-serif;
    font-size:13px;

    transition:.3s;
}



.td-food:hover{

    background:#1F780B;
    color:#fff;

}



.tour-service-item .icon svg {
    padding: 2px;   
}






/*laptop*/
@media screen and (max-width: 1550px){
    .td-content {
     padding: 18px;
    }
    .tour-price-table tbody td.qty,
    .tour-price-table tbody td:nth-child(2),
    .tour-price-table tbody td:nth-child(3),
    .tour-service-item .text {
        font-size: 16px;
    }
    .tour-booking-btn .elementor-button {
        padding: 16px 30px;
    }
    .tour-price-table thead th {
        padding: 16px 20px;
        font-size: 16px;
    }
    .tour-service-item {
        padding: 18px 20px;
    }
    .tour-content h3 {
        font-size: 18px;
    }
    .tour-time {
        width: 160px;
        min-width: 160px;
        padding: 6px 11px;
        font-size: 18px;
    }

}
/*ipad pro*/
@media screen and (max-width: 1110px){
    .tour-services-grid{

        grid-template-columns:repeat(2,1fr);
    }
    
    .tour-item{

        flex-direction:column;

        min-height:auto;

    }

    .tour-left,
    .tour-right{

        width:100%;

    }

    .tour-left{

        padding:40px;

    }

    .tour-left h2{

        font-size:38px;

    }
    .td-content {
        padding: 16px;
    }
    .td-price {
        font-size: 18px;
    }


    .tour-price-current {
        font-size: 38px;
    }

    .tour-service-item .icon {
        width: 22px;
        height: 22px;
    }
}	
/*ipad*/
@media screen and (max-width: 967px){
}
/*mobile*/
@media screen and (max-width: 767px){
    .tour-services-grid{

        grid-template-columns:1fr;
        gap:14px;
    }

    .tour-service-item{

        padding:16px;
    }
    .tour-price-table{

        min-width:600px;
    }

    .tour-price-table thead th{

        padding:15px;
        font-size:15px;
    }

    .tour-price-table tbody td{

        padding:15px;
        font-size:15px;
    }


    .tour-timeline:before{
        left:50px;
    }

    .tour-item {
        gap: 15px;
        margin-bottom: 15px;
        align-items: center;
        display: flex;
        flex-direction: row;
    }

      .tour-time {
        width: 100px;
        min-width: 100px;
        min-height: 60px;
        font-size: 13px;
        line-height: 1.2;
        padding: 0 5px;
    }

    .tour-content h3{
        font-size:16px;
    }

    .tour-content p{
        font-size:12px;
    }
    .tour-price-table tbody td.qty, .tour-price-table tbody td:nth-child(2), .tour-price-table tbody td:nth-child(3), .tour-service-item .text {
        font-size: 14px;
    }
    .tour-price {
        margin: 6px 0;
    }
    .tour-price-current {
        font-size: 26px;
    }
        .tour-booking-btn .elementor-button {
        padding: 14px 30px;
    }
    .du-an-gallery__thumbs {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
        margin-top: 10px;
    }
    .thumb-overlay {
        font-size: 14px;
    }
    .du-an-gallery .swiper-button-next, .du-an-gallery .swiper-button-prev {
        width: 38px;
        height: 38px;
    }
    .du-an-gallery .swiper-button-next {
        right: 10px;
    }
    .du-an-gallery .swiper-button-prev {
        left: 10px;
    }
    .du-an-gallery .swiper-pagination-bullets.swiper-pagination-horizontal {
     bottom: 8px !important; 
    }
}
