
/**************
    GLOBAL
**************/
/*
@font-face {
    font-family: 'SFProDisplay';
    src: url('../fonts/SFProDisplay-Regular.eot');
    src: url('../fonts/SFProDisplay-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SFProDisplay-Regular.woff2') format('woff2'),
        url('../fonts/SFProDisplay-Regular.woff') format('woff'),
        url('../fonts/SFProDisplay-Regular.ttf') format('truetype'),
        url('../fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular') format('svg');
    font-style: normal;
    font-display: swap;
}
*/

.uk-button-default{
    background-size: 300% 100%;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-image: -webkit-gradient(linear, left top, right top, from(#e6e8ec), color-stop(#dedfe2), color-stop(#24304b), to(#1f2636));
    background-image: linear-gradient(to right, #e6e8ec, #dedfe2, #24304b, #1f2636);
}

.uk-button-default:hover {
    background-position: 100% 0;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img.aligncenter{
    display: block;
}

figcaption{
    text-align: center;
}
  
/******* Header ********/
/* toolbar */
.tm-header-overlay{
    width: 100%;
    z-index: 9;
    background: linear-gradient(180deg, rgb(0 0 0 / 70%) 0%, rgba(0, 0, 0, 0.321187850140056) 40%, rgba(0, 0, 0, 0.08309261204481788) 60%, rgba(0, 0, 0, 0) 100%);
}

.tm-header-overlay .tm-toolbar{
    border-bottom: 1px solid #FFFFFF33;
}

/* header bar */


/* Offcanvas mobile menu */
#tm-dialog-mobile .uk-nav-default .uk-nav-sub a img{
    width: 36px;
    height: 36px;
    background: #fff;
    border: 1px solid #E1E2E7;
    padding: 2px;
    border-radius: 100%;
} 

.uk-nav-default .uk-nav-sub li.jo-submenu-head > a{
    font-weight: 600;
    color: #1f2636 !important;
}

.uk-nav-default .uk-nav-sub li > a{
    font-weight: normal;
}

#tm-dialog-mobile .uk-nav-sub ul {
    padding-left: 50px;
}

ul.uk-nav-sub{
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
}


/* Search */

/* Navbar dropdown */


  
/******* Main Content ********/

/* Home */
.jo-accordion-lich-trinh span.jo-day-lichtrinh{
    min-width: 120px;
    max-width: 120px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #3565aa;
    border-radius: 5px 0 0 5px;
    margin-right: 25px;
}

.jo-accordion-lich-trinh .uk-accordion-title{
    position: relative;
    font-weight: 500;
    letter-spacing: 0.75px;
    margin-bottom: 20px;
    border: 1px solid #eee;
    border-radius: 5px;
}

.uk-accordion-title::before{
    background-image: url('/wp-content/uploads/2026/04/down-chevron.png');
    width: 14px;
    height: 14px;
    background-size: contain;
    transform: rotate(0deg);
    transition: .3s;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%);
}

.uk-open>.uk-accordion-title::before{
    background-image: url('/wp-content/uploads/2026/04/down-chevron.png');
    transform: rotate(180deg);
}


/* Category Tour */
/* Bo góc và đổ bóng cho Card */
.tour-card-custom {
    border-radius: 12px !important;
    border: 1px solid #f0f0f0;
}

/* Fix ảnh luôn chiếm tỉ lệ đẹp */
.tour-card-custom .uk-card-media-top img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

/* Badge Số ngày (Đen) */
.badge-days {
    background: #000;
    color: #fff;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Badge Địa điểm (Trắng) */
.badge-location {
    background: #fff;
    color: #333;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

/* Tên Tour */
.tour-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    line-height: 1.4;
    color: #333;
    min-height: 56px; /* Giữ các ô đều nhau */
}

/* Phần giá */
.price-label {
    font-size: 11px;
    color: #888;
}
.tour-price-value {
    color: #62ab4c !important; /* Màu xanh lá trong ảnh */
    font-size: 1.6rem !important;
    font-weight: 800 !important;
    line-height: 1;
}
.tax-info {
    font-size: 9px;
    color: #bbb;
}

/* Nút Book a Trip */
.btn-book-trip {
    background-color: #62ab4c !important; /* Màu xanh lá */
    color: #fff !important;
    border-radius: 6px !important;
    text-transform: none !important;
    font-weight: 600 !important;
    padding: 0 15px !important;
    line-height: 40px !important;
    font-size: 13px !important;
}
.btn-book-trip:hover {
    background-color: #52923f !important;
}


/* Single Tour */
.light-box-head-mobile .wrap-item div:nth-child(1) {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.light-box-head .wrap-item div {
    margin-top: 0px;
}

.light-box-head .wrap-item .hidden-item {
    display: none;
}

.light-box-head .wrap-item .last-item .number-image {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    background: linear-gradient(0deg, rgba(127, 127, 127, 0.8), rgba(127, 127, 127, 0.8));
    width: 100%;
    height: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jo-subnav ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    padding: 0;
    list-style: none;
    position: relative;
}

.jo-subnav ul::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 0;
    border-bottom: 1px solid #e5e5e5;
}

.jo-subnav ul>*{
    flex: 1;
    padding-left: 20px;
    position: relative;
}

.jo-subnav>*>:first-child{
    display: block;
    text-align: center;
    padding: 5px 10px;
    color: #999;
    border-bottom: 1px solid transparent;
    font-size: .875rem;
    text-transform: uppercase;
    transition: color .1s ease-in-out;

    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-transform: none !important;
    text-decoration: none;
}


/* table prices */
.jo-table-prices>:not(:first-child)>tr{
    border-top: 1px dashed #ccc;
}

.jo-table-prices th{
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #3565AA;
}

.jo-table-prices td{
    text-align: center;
}

.jo-table-prices .jo-price-pax{
    color: #ea5a35;
    font-weight: 600;
}

/* Blogs */
.jo-slider-popular .el-item{
    background-image: url('../img/ans-bg.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
}
  
  
  
/* Single Post */
  

  
/* Sidebar */

  
  
/* Form liên hệ */
.hotline_tv{
    font-weight: 600;
}
  
/* Checkout */
.single_add_to_cart_button{
    width: 100%;
    border-radius: 10px;
}

/* Làm cho các ô input trông thoáng hơn */
.woocommerce-checkout .form-row input.input-text, 
.woocommerce-checkout .form-row textarea {
    padding: 12px !important;
    border-radius: 6px !important;
    border: 1px solid #e2e2e2 !important;
}

/* Căn chỉnh 2 cột cho First name và Last name */
.form-row-first, .form-row-last {
    width: 48% !important;
    float: left !important;
}
.form-row-last {
    float: right !important;
}
.form-row-wide {
    clear: both !important;
    width: 100% !important;
}

/* Container tổng */
.tour-booking-field {
    margin-bottom: 25px;
}

.tour-booking-field label {
    display: block;
    font-weight: 600;
    font-size: 0.95rem;
    color: #333;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Ô input chính */
.tour-booking-field .input-wrapper {
    position: relative;
}

.tour-booking-field input.flatpickr-input {
    width: 100% !important;
    height: 48px !important;
    padding: 0 15px !important;
    border: 2px solid #eee !important;
    border-radius: 8px !important;
    background-color: #f9f9f9 !important;
    font-size: 1rem !important;
    transition: all 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
}

/* Hiệu ứng khi hover/focus */
.tour-booking-field input.flatpickr-input:hover {
    border-color: #ddd !important;
}

.tour-booking-field input.flatpickr-input:focus {
    background-color: #fff !important;
    border-color: #1e87f0 !important; /* Màu xanh đặc trưng YOOtheme */
    outline: none;
    box-shadow: 0 0 10px rgba(30, 135, 240, 0.1);
}

/* Custom bảng lịch (Flatpickr Popup) */
.flatpickr-calendar {
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
    border: none !important;
    border-radius: 12px !important;
    padding: 5px;
}

.flatpickr-day.selected {
    background: #1e87f0 !important; /* Màu chủ đạo của bạn */
    border-color: #1e87f0 !important;
}

.tour-booking-field {
    margin-bottom: 20px;
}

.tour-booking-field label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
}

.tour-booking-field input.flatpickr-input {
    width: 100% !important;
    height: 45px !important;
    border: 1px solid #e5e5e5 !important; /* Viền xám nhẹ YOOtheme */
    border-radius: 5px !important;
    padding: 0 15px !important;
    background: #fff !important;
    cursor: pointer;
}

.tour-booking-field input.flatpickr-input:focus {
    border-color: #1e87f0 !important;
    outline: none;
}


/* Làm đẹp ô chọn biến thể và ngày */
.variations select {
    width: 100% !important;
    height: 45px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 1rem;
}

.tour-date-picker input[type="date"] {
    font-family: inherit;
    font-size: 1rem;
    color: #444;
}



/* Ẩn ô nhập số lượng (Quantity) nếu bạn muốn 1 biến thể = 1 đơn hàng */
/* Vì biến thể đã đại diện cho số người rồi, nên không cần ô số lượng nữa */
.single-product .quantity {
    display: none !important;
}
  
/** Sidebar **/
  
  
  
/******* Footer *******/
.form-lien-he .wpcf7-form-control-wrap{
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    margin: 0px;
}

.form-lien-he .uk-input{
    height: 50px;
    border-radius: 25px;
    padding: 0 30px;
    font-size: 16px;
}


.form-lien-he .shadow-input1 {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0 0;
    color: #98c7dc;
    border-radius: 25px;
}

@keyframes anim-shadow {
    100% {
        box-shadow: 0 0 80px 30px;
        opacity: 0;
    }  
}


.form-lien-he .uk-input:focus+.shadow-input1 {
    -webkit-animation: anim-shadow .5s ease-in-out forwards;
    animation: anim-shadow .5s ease-in-out forwards;
}
  
.uk-select{
    border: 1px solid #d1d1d1;
}


/* HOTLINE */
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
  }
  .hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
  }
  .hotline-phone-ring-circle {
      width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #0038a7;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
  }
  .hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 30px;
    left: 30px;
    position: absolute;
    background-color: rgb(221 0 0 / 0.70);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  .hotline-phone-ring-img-circle {
    background-color: #dd0000;
    width: 40px;
    height: 40px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hotline-phone-ring-img-circle .pps-btn-img {
      display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hotline-phone-ring-img-circle .pps-btn-img img {
      width: 30px;
      height: 30px;
  }
  .hotline-bar {
    position: absolute;
    background: rgb(1 55 168 / 0.70);
    height: 40px;
    width: fit-content;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 35px;
    bottom: 30px;
  }
  .hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
  }
  .hotline-bar > a:hover,
  .hotline-bar > a:active {
    color: #fff;
  }
  @-webkit-keyframes phonering-alo-circle-anim {
    0% {
      -webkit-transform: rotate(0) scale(0.5) skew(1deg);
      -webkit-opacity: 0.1;
    }
    30% {
      -webkit-transform: rotate(0) scale(0.7) skew(1deg);
      -webkit-opacity: 0.5;
    }
    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      -webkit-opacity: 0.1;
    }
  }
  @-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
      -webkit-transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.6;
    }
    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
      opacity: 0.6;
    }
    100% {
      -webkit-transform: rotate(0) scale(0.7) skew(1deg);
      opacity: 0.6;
    }
  }
  @-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
      -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
      -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
      -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
  }
  @media (max-width: 768px) {
    .hotline-bar {
      display: none;
    }
  }


.zalo-chat{
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 80px;
    position: relative;
    visibility: visible;
    background-color: transparent;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
}

.zalo-chat img{
    border-radius: 100%;
    width: 40px;
}

.hotline-zalo-ring-circle-fill{
    width: 55px;
    height: 55px;
    top: 30px;
    left: 30px;
    position: absolute;
    background-color: rgb(1 114 177 / 70%);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-zalo-ring-img-circle{
    background-color: #fff;
    width: 40px;
    height: 40px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}


/***********************
      RESPONSIVE
***********************/
/* Smartphones (portrait only ) ----------- */
@media only screen and (max-width : 480px){
    .jo-headline{
        font-size: 1.6rem !important;
    }

    #toptop{
        bottom: 80px !important;
        background: #ffffffa3 !important;
    }
    
    .uk-subnav-pill>*>:first-child{
        font-size: 14px;
        padding: 8px 15px;
    }

    .hotline-phone-ring-wrap{
        left: -20px;
    }
}
  
/* Smartphones (portrait and landscape ) ----------- */
@media only screen and (max-width : 640px){
 
}
  
 
/* Tablets (portrait) ----------- */
@media only screen and (max-width : 960px){
    .jo-headline{
        font-size: 2rem;
    }
    
}
  
/* Large laptop  ----------- */
@media only screen and (max-width : 1400px) {
  
}

/* Large Desktops  ----------- */
@media only screen and (min-width : 1400px) {
  
}
  
  