@charset "UTF-8";
/*!

Theme Name: WP Lewis

Theme URI: https://

Author: Dev Lewis Corporation

Author URI: https://

Description: "WP Lewis" là 1 theme wordpress được phát triển và xây dựng bởi đội ngũ kỹ thuật của Lewis. Theme được xây dựng dựa trên nền tảng là css boostraps 4 mới nhất. 

Version: 1.0.1

License: GNU General Public License v3 or later

License URI: https://www.gnu.org/licenses/gpl.html

Text Domain: WP Lewis

Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.



WP Vdigi is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.

Underscores is distributed under the terms of the GNU GPL v2 or later.

*/

@font-face {
    font-family: "Montserrat";
    src: url("assets/fonts/montserrat/Montserrat-Regular.ttf");
}
@font-face {
    font-family: "Montserrat-Medium";
    src: url("assets/fonts/montserrat/Montserrat-Medium.ttf");
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url("assets/fonts/montserrat/Montserrat-Bold.ttf");
}
@font-face {
    font-family: "Roboto-SemiBold";
    src: url("assets/fonts/montserrat/Roboto-SemiBold.ttf");
}
@font-face {
    font-family: "Lobster";
    src: url("assets/fonts/montserrat/Lobster-Regular.ttf");
}

:root {
    --primary-color: #1BBC6E;
    --second-color: #000;
    --primary-font: "Montserrat";
    --second-font: "Montserrat-Bold";
    --third-font: "Montserrat-Medium";
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    word-wrap: break-word;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth !important;
}

body {
    font-family: var(--primary-font);
    background-color: #fff;
    font-size: 1.5rem;
    color: #000;
    -ms-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6,strong {
    font-weight: normal;
    font-family: var(--second-font);
}

section {
    position: relative;
}

.header-main-logo img {
    max-width: 100px;
}

.header-wrapper {
    background-color: #fff;
}

.header-main-hotline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

button#search-header {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    border: 1px solid;
    font-family: var(--third-font);
    font-size: 14px;
    height: 40px;
    width: 115px;
    border-radius: 4px;
    background-color: var(--primary-color);
    color: #fff;
    cursor: pointer;
    margin-left: 20px;
}

.header-wrapper.fixed {
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

.sidebar-menu {
    border-radius: 0;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    position: fixed;
    background-color: #fff;
    padding: 0;
    text-align: left;
    -webkit-box-shadow: 0 0 10px 0 #00000080;
    box-shadow: 0 0 10px 0 #00000080;
    z-index: 999999;
    padding: 40px;
    width: 400px;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidebar-menu-inner {
    position: relative;
}

button#ic-close-menu-sidebar {
    position: absolute;
    top: -20px;
    right: -20px;
    border: none;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.sidebar-menu.show {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.sidebar-menu-logo>a {
    display: block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.sidebar-menu-logo>a>img {
    width: 120px;
}

.sidebar-menu-logo p {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-top: 10px;
    margin-bottom: 30px;
}

.sidebar-menu-gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr 15px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 4rem;
}

.sidebar-menu-gallery>img {
    width: 100%;
    aspect-ratio: 2/1.8;
    border-radius: 8px;
}

.sidebar-menu-contact h3 {
    margin-bottom: 3rem;
}

.sidebar-menu-contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-menu-contact ul li span {
    font-family: var(--second-font);
    font-size: 14px;
}

.sidebar-menu-contact ul li p {
    margin-bottom: 0;
    color: #777;
    margin-top: 10px;
    font-size: 14px;
}

.sidebar-menu-contact ul li {
    margin-bottom: 20px;
}

.sidebar-menu-contact ul li:last-child {
    margin-bottom: 0;
}

.sidebar-menu-follow {
    margin-top: 3rem;
}

.sidebar-menu-follow>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 6px;
    font-size: 18px;
    margin-right: 10px;
    border: 1px solid;
}

.sidebar-menu-follow>a:hover {
    background-color: #fff;
    color: var(--primary-color);
}

span#menu-sidebar {
    cursor: pointer;
    background-color: var(--chat--button--background);
    padding: 8px 10px;
    border-radius: 3px;
    position: relative;
    top: 1px;
}

.header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top {
    background-color: rgb(167 217 255 / 80%);
    padding: 5px 0;
}

a.header-top-hotline {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #dc000a;
    flex: 0 0 54%;
    text-align: right;
}

a.header-top-hotline svg {
    color: #000;
    margin-right: 3px;
}

/*SLIDE*/

section.slide-homepage {
    padding: 10rem 0;
}

.bg-background-slide {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background-image: url(assets/images/home/bg-slide.png);
    background-size: contain;
    opacity: 0.15;
    -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    -o-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: -1;
}

.slide-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.slide-content-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
}

.slide-content-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

.slide-content-left>p {
    font-size: 18px;
    font-family: var(--third-font);
}

.slide-content-left>h2 {
    font-size: 42px;
    padding-right: 110px;
    line-height: 1.2;
    margin-top: 3rem;
}

.slide-content-left>h2>span {
    color: var(--primary-color);
}

.slide-content-right>img {
    max-width: 350px;
    height: 700px;
    margin-left: 30px;
    border-radius: 200px;
}

.slide-content-right>img:last-child {
    position: relative;
    top: 10rem;
}

section.slide-homepage .container {
    position: relative;
}

.search-slide-box {
    position: absolute;
    left: 0;
    top: 60%;
    z-index: 9999;
    background-color: #fff;
    border-radius: 12px;
    transition: all .4s;
}

.search-slide-box .search-tour-form form .search-tour-form-box {
    max-width: 100%;
}

.slide-content-left {
    position: relative;
    top: -150px;
}

/*TYPE TOUR*/

section.type-tour {
    padding: 12rem 0;
}

.type-tour-content>span {
    font-family: Lobster;
    font-size: 24px;
}

.type-tour-content>h2 {
    font-size: 4.8rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-family: 'Lobster';
    color: var(--primary-color);
}

.type-tour-content {
    padding-right: 25%;
}

.btn-view {
    display: inline-block;
    background-color: var(--primary-color);
    font-family: var(--third-font);
    font-size: 15px;
    height: 40px;
    line-height: 38px;
    padding: 0 18px;
    border-radius: 4px;
    color: #fff;
    border: 1px solid var(--primary-color);
}

.type-tour-list {
    margin-top: 5rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.type-tour-content>p {
    font-size: 15px;
    margin-bottom: 30px;
    font-family: var(--third-font);
}

.type-tour-list-item {
    background-size: cover;
    border-radius: 12px;
    -webkit-box-shadow: 1px 2px 6px #3333337a;
            box-shadow: 1px 2px 6px #3333337a;
}

.type-tour-list-item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;        
    position: relative;
}

.type-tour-list-item>a>h3>span {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.type-tour-list-item>a>span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 110px;
    background-color: #1bbc6eba;
    border-radius: 12px 0 0 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.type-tour-list-item>a:hover>span {
    background-color: var(--primary-color);
}

.type-tour-list-item>a:hover h3>span {
    font-size: 23px;
    color: var(--primary-color);
}

.type-tour-list-item>a>span>svg {
    color: #Fff;
    font-size: 42px;
}

.type-tour-list-item>a>h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
    margin-bottom: 0;
    color: #fff;
    font-size: 22px;
    width: 100%;
    position: relative;
}

.type-tour-list-item>a>h3>span {
    color: #fff;
    position: relative;
    z-index: 2;
    text-transform: uppercase;
}

.type-tour-list-item>a>h3:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0000003b;
    z-index: 1;
    border-radius: 0 12px 12px 0;
}

/*TOUR*/

.tour-item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.tour-item-thumb>a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 12px 12px 0 0;
}

.tour-item-thumb {
    position: relative;
}

.tour-item-thumb>span {
    position: absolute;
    top: 30px;
    left: 0;
    background-color: #ff4f4f;
    color: #fff;
    padding: 6px 12px;
    border-radius: 3px;
    font-family: var(--third-font);
}

.tour-item-thumb>a>img {
    aspect-ratio: 2 / 1.3;
    border-radius: 10px 10px 0 0;
}

.tour-item-content {
    position: relative;
    padding: 20px 25px;
}

.tour-item-time {
    margin-top: -40px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 10px #3333;
            box-shadow: 1px 1px 10px #3333;
    padding: 8px 15px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 14px;
}

.tour-item-time span svg {
    color: var(--primary-color);
    margin-right: 6px;
}

.tour-item-title {
    margin-top: 20px;
}

.tour-item-title>h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

p.tour-item-add {
    font-size: 14px;
}

p.tour-item-add>svg {
    color: var(--primary-color);
    margin-right: 6px;
}

.tour-item-excerpt {
    margin-bottom: 20px;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.tour-item-excerpt p {
    margin-bottom: 0;
    font-size: 15px;
    font-family: var(--third-font);
}

.tour-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.tour-item-info>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 13px;
    font-family: var(--third-font);
}

.tour-item-info>span>strong {
    font-size: 18px;
    color: #000;
}

div#owl-tour .owl-stage-outer {
    padding-bottom: 20px;
}

.tour-item-thumb>a:hover img {
    -webkit-transform: rotate(5deg) scale(1.1);
        -ms-transform: rotate(5deg) scale(1.1);
            transform: rotate(5deg) scale(1.1);
}

.tour-item-title>h3:hover a {
    color: var(--primary-color);
}

/*SEARCH TOUR*/

section.search-tour {
    background-color: rgb(232 232 232 / 20%);
    padding: 10rem 0;
}

section.feature-tour {
    padding-bottom: 10rem;
}

.search-tour-content {
    text-align: center;
    margin-bottom: 6rem;
}

.search-tour-content>span {
    font-family: 'Lobster';
    font-size: 26px;
}

.search-tour-content h3 {
    font-size: 4rem;
    line-height: 1.3;
    margin-top: 3rem;
}

.search-tour-content h3 strong {
    color: var(--primary-color);
}

.search-tour-form form .search-tour-form-box {
    -webkit-box-shadow: 1px 1px 10px #33333330;
            box-shadow: 1px 1px 10px #33333330;
    border-radius: 15px;
    max-width: 90%;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
    padding: 2rem 3rem;
}

.search-tour-form-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.search-tour-form-box-item>span {
    font-size: 3.6rem;
    color: var(--primary-color);
    margin-right: 15px;
}

.search-tour-form-box-item_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.search-tour-form-box-item_text>label {
    font-family: var(--second-font);
    padding-left: 5px;
}

.search-tour-form-box-item_text>select {
    border: none;
    background-color: transparent;
    color: #777;
    font-size: 14px;
}

.search-tour-form-box-item_text>select:focus-visible {
    outline: none;
}

.search-tour-form-box-item_text>input {
    border: none;
    background: transparent;
    font-size: 14px;
    padding-left: 5px;
    outline: none;
}

.search-tour-form-box-item_submit button {
    border: 1px solid;
    border-radius: 6px;
    background-color: var(--primary-color);
    color: #fff;
    display: block;
    width: 100%;
    height: 48px;
    font-family: var(--third-font);
    font-size: 16px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
}

.search-tour-form-box-item_submit {
    width: 100%;
}

/*ĐIỂM ĐẾN TOUR*/

section.diemden-tour {
    padding: 8rem 0;
}

h2.title-home {
    font-size: 4.8rem;
    margin-bottom: 3rem;
    font-family: 'Lobster';
    color: var(--primary-color);
}

p.sub-title-home {
    font-family: var(--third-font);
    margin-bottom: 3rem;
}

p.sub-title-home>span {
    color: var(--primary-color);
}
.diemden-tour-item>a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    -webkit-box-shadow: 1px 2px 8px #3333;
            box-shadow: 1px 2px 8px #3333;
}

.diemden-tour-item>a>img {
    width: 100%;
    aspect-ratio: 1 / 1.3;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6);
}

.diemden-tour-item-content {
    position: absolute;
    bottom: -10px;
    left: 0;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 100%;
}

.diemden-tour-item-content>h3 {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.diemden-tour-item-content>p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

span.btn-view.btn-detail {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(80px);
        -ms-transform: translateY(80px);
            transform: translateY(80px);
}

.diemden-tour-item>a:hover span.btn-view.btn-detail {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
}

.diemden-tour-item>a:hover .diemden-tour-item-content {
    bottom: 35px;
}

.diemden-tour-item>a:hover h3 {
    color: var(--primary-color);
}

.diemden-tour-item>a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.8);
            filter: brightness(0.8);
}

/*HOT TOUR*/

section.hot-tour {
    background-image: url(assets/images/home/bg-hot.jpg);
    background-size: cover;
    padding: 10rem 0;
}

section.hot-tour:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00000070;
}

.hot-tour-img img {
    width: 100%;
}

.hot-tour-content {
    position: relative;
    color: #fff;
    padding-left: 3rem;
    padding-top: 3rem;
}

.hot-tour-content>span {
    font-family: 'Lobster';
    font-size: 24px;
}

.hot-tour-content>h2 {
    font-size: 4.8rem;
    color: var(--primary-color);
    margin-top: 2rem;
    margin-bottom: 3rem;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000, 1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.hot-tour-content-text p {
    margin-bottom: 30px;
}

.hot-tour-content-text ul {
    padding-left: 15px;
    list-style: none;
}

.hot-tour-content-text ul li {
    margin-bottom: 15px;
}

.hot-tour-content-text ul li:before {
    font-family: 'FontAwesome';
    content: '\f00c';
    margin-right: 15px;
}

.hot-tour-content-text {
    font-size: 16px;
}

/*VIDEO*/

h2.title-video-home {
    text-align: center;
    margin-top: 5rem;
    font-size: 4.8rem;
    margin-bottom: 3rem;
    font-family: 'Lobster';
    color: var(--primary-color);
}

section.video-home {
/*    height: 950px;*/
    aspect-ratio: 16 / 9;
    position: relative;
    width: 100%;
    overflow: hidden;
}

section.video-home.video-background iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none; /* Không cho người dùng tương tác */
    z-index: 1;
}

/*BRAND*/ 

.brand-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.brand-box-item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.brand-box-item>a>img {
    height: 125px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
}

.brand-box-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

section.brand-home {
    padding-bottom: 8rem;
}

.brand-box-item>a:hover>img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

/*TRẢI NGHIỆM*/

section.testimonial {
    padding: 8rem 0;
    background-image: url(assets/images/home/bg-trainghiem.jpg);
    background-size: cover;
    color: #fff;
}
section.testimonial:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00000096;
    z-index: 1;
}
.testimonial-header {
    width: 60%;
    margin-bottom: 5rem;
    position: relative;
    z-index: 2;
}

.testimonial-header>h2 {
    font-size: 4rem;
    margin-bottom: 3rem;
    font-family: 'Lobster';
    color: var(--primary-color);
    text-shadow: 1px 1px 1px #000, 3px 3px 5px #272727;
}

.testimonial-header p {
    line-height: 1.6;
    text-shadow: 1px 1px 1px #000, 3px 3px 5px #0c0c0c;
}

.testimonial-item-info>img {
    width: 70px !important;
    border-radius: 50%;
    height: 70px;
}

.testimonial-item {
    position: relative;
    background-color: #1bbc6edb;
    padding: 3rem;
    border-radius: 10px;
}

.testimonial-item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.testimonial-item-info-name {
    margin-left: 20px;
}

.testimonial-item-info-name>h4 {
    font-size: 14px;
}

.testimonial-item-info-name span {
    color: #e0e0e0;
    font-size: 14px;
}

.testimonial-item>p {
    line-height: 1.6;
}

div#owl-testimonial {
    padding: 0 50px;
}

div#owl-testimonial button.owl-prev {
    left: 0px;
}

div#owl-testimonial button.owl-next {
    right: 0px;
}

/*PACKPAGE*/

section.packpage {
    padding: 10rem 0;
}

.bg-overlay-packpage {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background-image: url(assets/images/home/bg-slide.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 20%;
    opacity: 0.15;
    -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    -o-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.packpage-pricing {
    position: relative;
    text-align: center;
    padding-bottom: 10rem;
}

.packpage-pricing>span {
    font-family: 'Lobster';
    font-size: 32px;
    color: var(--primary-color);
}

.packpage-pricing>h2 {
    font-size: 4.8rem;
    margin-top: 1rem;
    margin-bottom: 5rem;
    font-family: 'Lobster';
}

.packpage-pricing-item {
    position: relative;
    background-color: #d9d9d9;
    padding: 5rem 5rem;
    -webkit-box-shadow: 1px 1px 8px #3333;
            box-shadow: 1px 1px 8px #3333;
    border-radius: 12px;
}

.packpage-pricing-item>h4 {
    font-size: 18px;
    margin-bottom: 2rem;
}

.packpage-pricing-item>h3 {
    text-transform: capitalize;
    margin-bottom: 2rem;
}

.packpage-pricing-item>h3 strong {
    font-size: 46px;
}

.packpage-pricing-item ul {
    padding: 0;
    list-style: none;
    margin-bottom: 3rem;
}

.packpage-pricing-item ul li {
    margin-bottom: 12px;
}

.packpage-pricing-item.packpage-active {
    background-color: var(--primary-color);
    color: #fff;
}

.packpage-pricing-item.packpage-active .btn-pricing {
    background-color: #fff;
    color: var(--primary-color);
}

.packpage-khampha-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.packpage-khampha-inner>div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
}

.packpage-khampha-img {
    text-align: right;
}

.packpage-khampha-img img {
    width: 100%;
}

.packpage-khampha-content>span {
    font-family: 'Lobster';
    font-size: 28px;
    color: var(--primary-color);
}

.packpage-khampha-content>h2 {
    font-size: 4rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-family: 'Lobster';
}

.packpage-khampha-progress-item {
    margin-bottom: 20px;
}

.packpage-khampha-content p {
    font-family: var(--third-font);
}

.packpage-divider {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #e9e9e9;
    position: relative;
}

.packpage-divider:before {
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
    top: 0;
    background-color: var(--primary-color);
}

.packpage-khampha-progress .packpage-khampha-progress-item:first-child .packpage-divider:before {
    width: 60%;
}

.packpage-khampha-progress .packpage-khampha-progress-item:last-child .packpage-divider:before {
    width: 80%;
}

.packpage-khampha-progress-item>h5 {
    font-size: 16px;
    font-family: var(--third-font);
    margin-bottom: 12px;
}

.packpage-khampha-progress {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

a.btn-view.btn-pricing {
    color: #fff;
}

a.btn-view.btn-pricing:hover {
    color: var(--primary-color);
}

/*BLOGS*/

.blogs-header {
    text-align: center;
    max-width: 40%;
    margin: 0 auto;
    margin-bottom: 4rem;
}

.blogs-header h2 {
    margin-bottom: 2rem;
    font-size: 4rem;
    color: #000;
}

.blogs-header>p {
    font-family: var(--third-font);
}

.blogs-large-thumb>a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}

.blogs-large-thumb>a>img {
    width: 100%;
    aspect-ratio: 2 / 1.3;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
}

.blogs-large-content>span {
    background-color: var(--primary-color);
    color: #fff;
    font-family: var(--third-font);
    font-size: 13px;
    padding: 5px 8px;
    border-radius: 3px;
}

.blogs-large-content {
    padding-top: 15px;
}

.blogs-large-content>h3 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.blogs-large-content>h3>a {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blogs-large-content>p {
    font-size: 14px;
    margin-bottom: 15px;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.blogs-small-list-item>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.blogs-small-list-item_img>img {
    width: 100%;
    aspect-ratio: 2 / 1.5;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 12px;
}

.blogs-small-list-item_content {
    padding-left: 20px;
}

.blogs-small-list-item_content>span {
    background-color: var(--primary-color);
    color: #fff;
    font-family: var(--third-font);
    font-size: 13px;
    padding: 5px 8px;
    border-radius: 3px;
}

.blogs-small-list-item_content h5 {
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.blogs-small-list-item_content p {
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;   
}

.blogs-small-list-item {
    margin-bottom: 25px;
}

.blogs-small-list .blogs-small-list-item:last-child {
    margin-bottom: 0;
}

section.blogs {
    padding-bottom: 6rem;
}

.blogs-large-thumb>a:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
}

.blogs-large-content>h3:hover a {
    color: var(--primary-color);
}

.blogs-small-list-item_img {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
}

.blogs-small-list-item>a:hover .blogs-small-list-item_img img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.blogs-small-list-item>a:hover h5 {
    color: var(--primary-color);
}

/*FOOTER*/

footer#footer {
    background-image: url(assets/images/home/bg-footer.jpg);
    background-size: cover;
}

footer#footer:after {
    position: absolute;
    content: "";
    width: 65%;
    height: 100%;
    right: 0;
    bottom: 0;
    background-color: #00000024;
}

.footer-logo>a {
    display: block;
    position: relative;
}

.footer-logo>a>img {
    width: 185px;
    margin-left: 40px;
}

section.footer-area {
    padding-top: 3rem;
    padding-bottom: 2rem;
    z-index: 1;
}

.footer-logo h3 {
    color: #fff;
    font-size: 28px;
    text-shadow: 1px 0 #1bbc6e, -1px 0 #1bbc6e, 0 1px #1bbc6e, 0 -1px #1bbc6e, 1px 1px #1bbc6e, -1px -1px #1bbc6e, 1px -1px #1bbc6e, -1px 1px #1bbc6e;
}

footer#footer {
    position: relative;
}

footer#footer:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00000075;
}

.footer-contact ul {
    margin: 0;
    list-style: none;
    padding: 0;
    margin-top: 30px;
}

.footer-contact ul li {
    color: #fff;
    margin-bottom: 25px;
    font-family: var(--third-font);
    font-size: 16px;
}

.footer-contact ul li span {
    width: 35px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.footer-contact ul li strong {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 30px;
    font-size: 20px;
    position: relative;
    top: 4px;
}

._copyright p {
    margin: 0;
    text-align: center;
    color: #fff;
    position: relative;
    font-size: 14px;
}

._copyright {
    padding-bottom: 15px;
}

button#search-header:hover, .search-tour-form-box-item_submit button:hover, .btn-view:hover {
    background-color: #fff;
    color: var(--primary-color);
}

/*PAGE CONTACT*/

.page-contact {
    padding-top: 8rem;
}

.contact-info-item>h3>span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 55px;
    height: 55px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #e8e8e8;
    border-radius: 50%;
    margin-right: 15px;
}

.contact-info-item>h3>span svg {
    color: var(--primary-color);
    font-size: 26px;
}

.contact-info-item>h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contact-info-item p {
    margin-top: 25px;
    color: #777;
    font-size: 16px;
}

.page-contact-form-wrapper {
    background-color: #f2f2f2;
    padding: 6rem 8rem;
    border-radius: 15px;
    text-align: center;
}

.page-contact-form {
    margin-top: 5rem;
    margin-bottom: -15rem;
    z-index: 9;
    position: relative;
}

.page-contact-form-header {
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 3rem;
}

.page-contact-form-header span {
    font-family: Lobster;
    color: var(--primary-color);
    font-size: 18px;
}

.page-contact-form-header>h2 {
    font-size: 3.6rem;
    margin-top: 10px;
    margin-bottom: 15px;
}

.page-contact-form-header p {
    font-family: var(--third-font);
}

.page-contact-form-wrapper-main {
    padding: 0 10%;
}

.full-form p, .left-form p, .right-form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.full-form p>span:first-child, .left-form p>span:first-child, .right-form p>span:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: var(--primary-color);
    color: #fff;
}

.full-form p span input,.left-form p span input, .right-form p span input {
    height: 50px;
    border: none;
    padding-left: 15px;
    font-size: 15px;
    width: 100%;
    outline: none;
}

.left-form.my-2 {
    float: left;
    width: 49%;
    margin-bottom: 10px !important;
}

.right-form.my-2 {
    float: right;
    width: 49%;
}

.full-form.content.my-2 {
    clear: both;
}

.full-form p span:last-child, .left-form p span:last-child, .right-form p span:last-child {
    width: 100%;
}

.full-form.content.my-2 p span textarea {
    width: 100%;
    border: none;
    padding: 15px;
    font-size: 15px;
    height: 100px;
    outline: none;
}

.full-form.content.my-2 span.ic {
    height: 100px;
    margin-top: -7px;
}

.full-form.my-2 {
    margin-bottom: 15px !important;
}

.page-contact-form-wrapper-main form p input.wpcf7-submit {
    display: block;
    width: 100%;
    height: 45px;
    border: 1px solid;
    background-color: var(--primary-color);
    color: #fff;
    font-family: var(--third-font);
    text-transform: uppercase;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    border-radius: 4px;
}

.contact-maps {
    margin-bottom: -8px;
}

.contact-maps iframe {
    width: 100%;
    height: 500px;
}

.page-contact-form-wrapper-main form .wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 13px;
    width: auto !important;
}

/*SINGLE TOUR*/

.single-tour-feature-images {
    display: block;
    min-height: 550px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.single-tour-header {
    padding: 5rem 0;
    background-color: #f2f2f2;
}

.single-tour-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.single-tour-header_info>ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.single-tour-header_info>ul>li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 7rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.single-tour-header_info>ul>li>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    margin-right: 15px;
}

.single-tour-header_info__text>h5 {
    font-family: var(--primaryfont);
    font-size: 16px;
    color: #565656;
}

.single-tour-header_info__text>strong {
    font-size: 18px;
}

.single-tour-header_title>h1 {
    font-size: 2.8rem;
    margin-bottom: 10px;
}

.single-tour-header_title p {
    color: #5e5e5e;
    margin-bottom: 0;
}

.single-tour-header_title p svg {
    margin-right: 8px;
}

section.single-tour-content {
    padding: 8rem 0;
}

h2.title-block-tour {
    font-size: 28px;
    margin-bottom: 2.5rem;
    color: #000;
}

.tour-block-content p, .tour-block-content {
    line-height: 1.6;
    font-size: 16px;
    color: #6e6e6e;
}

.tour-block-content {
    padding: 5rem 0;
    border-bottom: 1px solid #e4e4e4;
    clear: both;
    display: flow-root;
}

.tour-block-content.block-top {
    padding-top: 0;
}

.tour-block-content.block-bottom {
    border: none;
}

ul.tour-block-list {
    padding: 0;
    list-style: none;
    margin: 0;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    margin-top: 30px;
}

ul.tour-block-list>li {
    margin-bottom: 15px;
}

ul.tour-block-list>li>svg {
    color: var(--primary-color);
    font-size: 14px;
    margin-right: 10px;
}

ul.tour-block-list>li>svg.fa-times {
    color: #000;
}

div#accordion-info .card a.card-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div#accordion-info .card {
    margin-bottom: 10px;
    border: none;
}

div#accordion-info .card .card-header {
    padding: 15px 20px;
    padding-left: 20px;
    border-bottom: none;
    border-radius: 8px;
}

div#accordion-info .card .card-header h4 {
    font-family: var(--second-font);
    color: #000;
}

div#accordion-info ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.collapse.show {
    background-color: #f7f7f7;
    margin-top: -5px;
    border-radius: 0 0 8px 8px;
    border-top: 1px solid #62626233;
}

div#accordion-info ul li .card-body p {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
}

div#accordion-info ul li .card-header a svg {
    font-size: 23px;
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.gallery-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.gallery-box>a {
    border-radius: 12px;
    display: block;
    overflow: hidden;
}

.gallery-box>a>img {
    width: 100%;
    aspect-ratio: 2 / 1.4;
    -o-object-fit: cover;
       object-fit: cover;
}

div#accordion {
    margin-top: 4rem;
}

div#accordion .card {
    border: none;
    border-bottom: 1px solid #3333;
}

div#accordion .card .card-header {
    background-color: transparent;
    border: none;
    padding: 0;
}

div#accordion .card .card-header a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
}

div#accordion .card .card-header a h4 {
    color: #000;
    margin-bottom: 0;
    font-size: 18px;
}

div#accordion .card .card-header a h4 span {
    color: var(--primary-color);
}

div#accordion .card .card-header a svg {
    font-size: 26px;
    color: #000;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

div#accordion .card .card-body {
    padding-left: 0;
    padding-bottom: 30px;
}

div#accordion .card:last-child {
    border-bottom: 0;
}

a.card-link.collapsed svg {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}

a.card-link svg {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

section.single-tour-content,.single-tour-content-sidebar {
    position: relative;
}

.booking-form-travel {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    padding: 40px;
    border-radius: 15px 15px 15px 15px;
}

.booking-form-travel-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 25px;
}

.booking-form-travel-header h3 p {
    color: #777;
    font-family: var(--third-font);
    font-size: 15px;
    margin-bottom: 5px;
}

.booking-form-travel-header h3 span {
    font-size: 20px;
}

.booking-form-travel-header strong {
    font-size: 22px;
    color: #ff0000;
}

.booking-form-travel-form form p input.wpcf7-text {
    width: 100%;
    height: 40px;
    border: 1px solid #3333;
    border-radius: 3px;
    margin-bottom: 15px;
    padding-left: 10px;
    font-size: 14px;
    outline-color: var(--primary-color);
}

.booking-form-travel-form form p input.wpcf7-date {
    width: 100%;
    height: 40px;
    border: 1px solid #3333;
    padding-left: 10px;
    padding-right: 10px;
    outline-color: var(--primary-color);
    border-radius: 3px;
}

.booking-form-travel-form form p textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
    font-size: 15px;
    border: 1px solid #3333;
    outline-color: var(--primary-color);
    border-radius: 3px;
}

.booking-form-travel-form form p input.wpcf7-submit {
    display: block;
    width: 100%;
    background-color: var(--primary-color);
    color: #fff;
    height: 45px;
    border: 1px solid;
    font-family: var(--third-font);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer;
    border-radius: 3px;
}

.booking-form-travel-form form p input.wpcf7-submit:hover {
    background-color: #fff;
    color: var(--primary-color);
}

.booking-form-travel-form .wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 13px;
}

.booking-form-travel-form .wpcf7 form .wpcf7-response-output {
    margin: 0;
    font-size: 13px;
    text-align: center;
}

section.single-tour-related {
    padding-bottom: 6rem;
}

.single-tour-related-header {
    text-align: center;
    margin-bottom: 3rem;
}

.single-tour-related-header>span {
    font-family: lobster;
    color: var(--primary-color);
    font-size: 18px;
    text-transform: capitalize;
}

.single-tour-related-header>h3 {
    font-size: 3.2rem;
    margin-top: 5px;
}

div#tour-related .owl-stage-outer {
    padding-bottom: 20px;
}

.booking-form-travel-form form p input.wpcf7-text.wpcf7dtx {
    font-family: var(--third-font);
}

/*SINGLE POST*/

.single-post-header {
    text-align: center;
    margin-top: 10rem;
    margin-bottom: 4rem;
}

.single-post-feature img {
    width: 100%;
    aspect-ratio: 2 / 1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 10px;
}

.single-post-feature {
    margin-bottom: 4rem;
}

h1.single-post-title {
    font-size: 3.2rem;
    margin-bottom: 15px;
}

span.single-post-title-meta {
    color: #777;
    font-size: 16px;
    letter-spacing: 1px;
}

.single-post-title-icon {
    margin-top: 1rem;
    font-size: 32px;
    color: var(--primary-color);
}

.post-template-default .wrapper-single {
    position: relative;
}

.post-template-default .wrapper-single:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 450px;
    background-color: #f2f2f2;
}

.single-post-content, .single-post-content p {
    line-height: 1.8;
}

.single-post-content p {
    margin-bottom: 20px;
}

/*ARCHIVE*/

.diemden-tour-item.destinations-item a img {
    aspect-ratio: 2 / 1.2;
}


/*SINGLE DESTINATIONS*/

.bg-single-destinations {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000000), to(#00000000));
    background-image: -o-linear-gradient(top, #000000 50%, #00000000 100%);
    background-image: linear-gradient(180deg, #000000 50%, #00000000 100%);
    opacity: 0.5;
    -webkit-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    -o-transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.single-desinations-feature-images {
    min-height: 550px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    position: relative;
}

.single-desinations-feature-images h1 {
    font-size: 3.6rem;
    position: relative;
}

.single-desinations-info {
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    -o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 40px;
    border-radius: 15px;
}

.single-desinations-info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    margin-top: -7rem;
    z-index: 1;
    position: relative;
    background-color: #fff;
}

.single-desinations-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.single-desinations-info-item>span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    font-size: 23px;
    margin-right: 20px;
}

.single-desinations-info-item_right p {
    margin-bottom: 0;
    color: #777;
    font-family: var(--third-font);
    font-size: 16px;
}

.single-desinations-info-item_right strong {
    color: #000;
    font-size: 18px;
}

.single-desinations-main-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 5rem;
}

.single-desinations-main-img>img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    width: 100%;
    max-width: 270px;
    border-radius: 15px;
}

.single-desinations-main-img>img:first-child {
    aspect-ratio: 1 / 1.3;
}

.single-desinations-main-img>img:last-child {
    aspect-ratio: 1 / 1.7;
}

.single-desinations-main {
    margin: 8rem 0;
}

section.single-desinations-content {
    margin-bottom: 8rem;
}

.single-desinations-tour-header {
    text-align: center;
    margin-bottom: 3.5rem;
}

.single-desinations-tour-header>span {
    font-family: lobster;
    color: var(--primary-color);
    font-size: 18px;
}

.single-desinations-tour-header>h2 {
    font-size: 3.2rem;
    margin-top: 5px;
}

.single-desinations-main-content>span {
    font-family: 'Lobster';
    color: var(--primary-color);
    font-size: 18px;
}

.single-desinations-main-content>h2 {
    font-size: 3.2rem;
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

.single-desinations-main-content p {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.5;
}

.single-desinations-main-point {
    margin-top: 3rem;
}

.single-desinations-main-point ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-desinations-main-point ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
}

.single-desinations-main-point ul li div {
    display: block;
    height: 4px;
    background-color: #5d5d5d;
}

.single-desinations-main-point ul li:nth-of-type(even) div {
    background-color: var(--primary-color);
}

.single-desinations-main-point ul li p {
    font-family: var(--third-font);
}

.contact-destinations {
    margin-top: 40px;
}


/* Tour Search Page Styles */

.search-form-container {
    margin-bottom: 50px;
}

.search-results-info {
    margin-bottom: 30px;
}

.results-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #eee;
}

.results-header h1 {
    margin: 0;
    font-size: 23px;
    color: #000;
}

.results-count {
    font-size: 16px;
    color: #666;
}

.active-filters {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.active-filters h3 {
    margin: 0 0 12px 0;
    font-size: 16px;
    color: #000;
    font-family: var(--third-font);
}

.filter-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.filter-tag {
    background: var(--primary-color);
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 13px;
    font-style: italic;
}

.clear-all-filters {
    color: #ff0018;
    text-decoration: none;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 14px;
}

.clear-all-filters:hover {
    text-decoration: underline;
    color: var(--primary-color);
}

/* Tour Grid */
.tour-grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 40px;
}

.tour-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    -webkit-box-shadow: 0 4px 6px rgba(0,0,0,0.1);
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.tour-card:hover {
    -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.15);
            box-shadow: 0 8px 15px rgba(0,0,0,0.15);
}

.tour-image {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.tour-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.no-image {
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #6c757d;
}

.tour-type-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0,115,170,0.9);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

.tour-content {
    padding: 20px;
}

.tour-title {
    margin: 0 0 10px 0;
    font-size: 18px;
    line-height: 1.3;
}

.tour-title a {
    color: #333;
    text-decoration: none;
}

.tour-title a:hover {
    color: #0073aa;
}

.tour-location {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.tour-location i {
    margin-right: 5px;
}

.tour-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.tour-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px;
    font-size: 14px;
}

.tour-meta span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
}

.tour-duration {
    color: #28a745;
}

.tour-price {
    color: #dc3545;
    font-weight: 600;
}

.tour-actions {
    text-align: center;
}

.btn-all {
    display: inline-block;
    padding: 10px 20px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    -webkit-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    font-size: 15px;
    font-family: var(--third-font);
    border: 1px solid var(--primary-color);
}

.btn-all:hover {
    background: #fff;
    color: var(--primary-color);
}

/* No Results */
.no-results {
    text-align: center;
    padding: 60px 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.no-results h2 {
    color: #333;
    margin-bottom: 15px;
}

.no-results p {
    color: #666;
    margin-bottom: 30px;
}

.search-suggestions {
    text-align: left;
    display: inline-block;
    margin-bottom: 30px;
}

.search-suggestions h3 {
    color: #333;
    margin-bottom: 15px;
}

.search-suggestions ul {
    color: #666;
    margin-bottom: 20px;
}

.search-suggestions li {
    margin-bottom: 8px;
}

/* Pagination */
.pagination-container {
    text-align: center;
    margin-top: 40px;
}

.page-numbers {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 5px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-numbers li {
    display: inline-block;
}

.page-numbers a,
.page-numbers span {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #333;
    border-radius: 4px;
}

.page-numbers a:hover,
.page-numbers .current {
    background: #0073aa;
    color: white;
    border-color: #0073aa;
}

/* Responsive */
@media (max-width: 768px) {
    .tour-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    
    .results-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .filter-tags {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    
    .tour-meta {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 5px;
    }
    .clear-all-filters {
        position: static;
        margin: 0;
    }
}

/*PAGE ABOUT US*/

section.page-about-us.page-template {
    min-height: 540px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

section.page-about-us.page-template:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .2;
}

section.page-about-us.page-template>h1 {
    position: relative;
    color: #fff;
    font-size: 3.8rem;
}

section.about-us-top {
    padding: 6rem 0;
}

.about-us-top-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.about-us-top-text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    padding-right: 3rem;
}

.about-us-top-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
}

.about-us-top-text>span {
    font-family: Lobster;
    color: var(--primary-color);
    font-size: 32px;
}

.about-us-top-text>h2 {
    font-size: 4rem;
    margin-top: 30px;
}

.about-us-top-text>h3 {
    font-family: var(--third-font);
    font-size: 3.2rem;
    margin-bottom: 4rem;
}

.about-us-top-text p {
    line-height: 1.8;
    margin-bottom: 25px;
    font-size: 19px;
    font-family: var(--third-font);
}

.about-us-top-text p strong {
    color: var(--primary-color);
}

.about-us-top-image img {
    width: 100%;
}

section.about-us-top:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 130%;
    background: url(assets/images/about/bg-about-us-map.png) no-repeat center;
    z-index: -1;
}

section.about-mission-vision {
    background-color: rgba(217, 217, 217, 0.2);
    padding: 6rem 0;
}

h2.title-about-us {
    text-align: center;
    font-size: 4.8rem;
    color: var(--primary-color);
    margin-bottom: 3rem;
    font-family: 'Lobster';
}

.about-mission-vision-text {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: var(--third-font);
    line-height: 1.7;
}

.about-mission-vision-text p {
    margin-bottom: 20px;
    font-size: 19px;
}

.about-mission-vision-text p strong {
    color: var(--primary-color);
}

.about-mission-vision-image img {
    width: 100%;
    border-radius: 6px;
}

section.about-values {
    padding: 6rem 0;
}

section.about-values>.container>p {
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
    font-family: var(--third-font);
    font-size: 19px;
}

section.about-values>.container>p strong {
    color: var(--primary-color);
}

.about-values-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr); /* 2 cột */
    gap: 25px; /* khoảng cách giữa các item */
    margin-top: 4rem;
}

.about-values-item {
    border: 2px solid #0c6;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.about-values-box .about-values-item:last-child {
    grid-column: 1 / -1; /* chiếm toàn bộ hàng */
    width: 50%;
    margin: 0 auto;
}

.about-values-item>span {
    font-size: 6rem;
    color: #bc1b1b;
    width: 70px;
    margin-right: 20px;
    text-align: center;
}

.about-values-item>p {
    font-size: 16px;
    font-family: var(--third-font);
    margin-bottom: 0;
}

section.organizational {
    padding: 6rem 0;
    background-color: #d9d9d933;
    text-align: center;
}

section.banner-about {
    padding-top: 6rem;
}

.about-values-image>img {
    width: 100%;
}

.about-values-content ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.about-values-content ul li {
    font-size: 19px;
    margin-bottom: 30px;
    line-height: 1.6;
    display: flex;
    font-family: var(--third-font);
}

.about-values-content ul li svg {
    color: var(--primary-color);
    font-size: 35px;
    margin-right: 15px;
}

.about-values-image {
    margin-top: 5rem;
}

.about-values-content {
    margin-top: 5rem;
}

.about-values-content ul li strong {
    color: var(--primary-color);
}

div#owl-gallery-about img {
    aspect-ratio: 2 / 1.1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
}

.banner-about-ads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}

.banner-about-ads-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
}

.banner-about-ads-left img {
    width: 100%;
    height: 215px;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px 0 0 8px;
}

.banner-about-ads-right {
    position: relative;
}

.banner-about-ads-right img {
    width: 100%;
    height: 215px;
    -o-object-fit: cover;
       object-fit: cover;
}

.banner-about-ads-right-text {
    position: absolute;
    top: 40%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 35px;
}

.banner-about-ads-right:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0000008f;
    border-radius: 0 8px 8px 0;
}

.banner-about-ads-right-text h3 {
    position: relative;
    color: #fff;
    margin-bottom: 0;
}

.banner-about-ads-right-text h3 strong {
    display: block;
    text-transform: uppercase;
    margin-top: 15px;
    text-shadow: 1px 0 #1bbc6e, -1px 0 #1bbc6e, 0 1px #1bbc6e, 0 -1px #1bbc6e,             1px 1px #1bbc6e, -1px -1px #1bbc6e, 1px -1px #1bbc6e, -1px 1px #1bbc6e;
}

.banner-about-ads-right-text>a {
    display: inline-block;
    background-color: #fff;
    font-family: var(--second-font);
    color: var(--primary-color);
    padding: 8px 20px;
    border-radius: 5px;
}

.banner-about-ads-right-text>a:hover {
    background-color: var(--primary-color);
    color: #fff;
}

section.banner-certificate {
    background-color: #d9d9d933;
    padding: 10rem 0;
    margin-bottom: 20rem;
}

section.banner-about {
    margin-bottom: 15rem;
}

.banner-certificate-img img {
    width: 100%;
    position: absolute;
    top: -200px;
    right: 0;
}

.banner-certificate-img {
    position: relative;
}

.banner-certificate-content>h3 {
    font-size: 36px;
    margin-bottom: 25px;
    font-family: 'Lobster';
    color: var(--primary-color);
}

.banner-certificate-content p {
    font-family: var(--third-font);
    line-height: 1.6;
    font-size: 17px;
}

.banner-certificate-content span {
    display: inline-block;
    color: var(--primary-color);
    font-family: var(--second-font);
    margin-top: 10px;
    font-size: 18px;
}

.banner-certificate-content {
    padding-right: 8rem;
}

.main-page-about .blogs-header h2 {
    color: var(--primary-color);
}

.main-page-about section.blogs>.container {
    border-top: 1px solid;
    padding-top: 30px;
}

div#owl-gallery-about .owl-dots {
    bottom: 20px;
}

.header-main-language>div {
    display: flex;
    margin-left: 15px;
}

.header-main-language>div>a {
    margin: 0 1px;
}

.header-main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-main-language a.gt-current-lang img {
    border: 1px solid var(--primary-color) !important;
}

.header-main-language a.glink.nturl img {
    border: 1px solid #fff;
    padding: 1px;
}

a.btn-call {
    font-size: 15px;
    position: relative;
    top: -4px;
}