/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    font-size: 16px;
    line-height: 1.5;
}

h1 {
    font-size: 2em;
    line-height: 1.3;
    font-weight: 700 !important;
    margin: 0 0 15px;
}
h2 {
    font-size: 1.7em;
    line-height: 1.3;
    font-weight: 700 !important;
    margin: 0 0 15px;
}
h3 {
    font-size: 1.5em;
    line-height: 1.3;
    font-weight: 700 !important;
    margin: 0 0 15px;
}
h4 {
    font-size: 1.31em;
    line-height: 1.3;
    font-weight: 700 !important;
    margin: 0 0 15px;
}
h5 {
    font-size: 1.2em;
    line-height: 1.3;
    font-weight: 700 !important;
    margin: 0 0 15px;
}
h6 {
    font-size: 1em;
    line-height: 1.3;
    font-weight: 700 !important;
    margin: 0 0 15px;
    opacity: 1;
}
/*.text h1,*/
/*.text h2,*/
/*.text h3,*/
/*.text h4,*/
/*.text h5,*/
/*.text h6 {*/
/*font-size: inherit;*/
/*}*/
b, strong {
    font-weight: 700;
}
.banner h1, .banner h2, .banner h3 {
    font-weight: 700;
}
.banner h1 {
    font-size: 2em;
}
.banner h1, .banner h2, .banner h3 {
	line-height: 1.3;
}
.uppercase, h6, span.widget-title, th {
    letter-spacing: 0;
    line-height: 1.3;
}
h6, span.widget-title, th {
    text-transform: inherit;
}
blockquote, dl, figure, ol, p, pre, ul {
    margin: 0 0 15px;
}
form {
    margin: 0;
}
.justify p {
    text-align: justify;
}
button, input[type=button], input[type=reset], input[type=submit], .res-text {
    font-size: 1em;
}
img.size-full.alignnone {
    margin-bottom: 15px;
}
.icon-box .icon-box-left,
.icon-box .icon-box-right {
    display: flex;
}
.icon-box.align-center {
    align-items: center;
}
.icon-box.align-center svg,
.icon-box.align-center img {
    padding-top: 0 !important;
}
.icon-box-left .icon-box-text {
    padding-left: 10px !important;
}
.icon-box-right .icon-box-text {
    padding-right: 10px !important;
}
.icon-box-left.spacing-large .icon-box-text {
    padding-left: 15px !important;
}
.icon-box-right.spacing-large .icon-box-text {
    padding-right: 15px !important;
}
.box-text h1, .box-text h2, .box-text h3, .box-text h4, .box-text h5, .box-text h6, .box-text p {
    margin-bottom: 15px;
    margin-top: 0;
}
p:last-of-type {
    margin: 0 !important;
}
.single-page img {
    padding-bottom: 5px;
    padding-top: 5px;
}
.box-text {
    font-size: 1em;
}
ul.links {
    margin: 0 0 30px;
}
.button:last-of-type {
    margin: 0;
}
rd-5 {
	border-radius: 5px;
    overflow: hidden;
}
.rd-10 {
    border-radius: 10px;
    overflow: hidden;
}
.rd-15 {
    border-radius: 15px;
    overflow: hidden;
}
.rd-20 {
    border-radius: 20px;
    overflow: hidden;
}
.rd-25 {
    border-radius: 25px;
    overflow: hidden;
}
.img-rd-5 img {
	border-radius: 5px;
}
.img-rd-10 img {
	border-radius: 10px;
}
.img-rd-15 img {
	border-radius: 15px;
}
.img-rd-20 img {
	border-radius: 20px;
}
.img-rd-25 img {
	border-radius: 25px;
}
.fw-400 {
    font-weight: 400 !important;
}
@media screen and (min-width: 850px) {
    .row-5-col > .col {
        flex-basis: 20%;
        max-width: 20%;
    }
}
@media only screen and (max-width: 850px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .col.col-tablet-top {
        order: -1;
    }
}
@media only screen and (max-width: 550px) {
    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .col.col-mobile-top {
        order: -1;
    }
    .row .row-small-mobile:not(.row-collapse) {
        margin-bottom: 0;
        margin-left: -5px;
        margin-right: -5px;
    }
    .row-small-mobile>.col {
        margin-bottom: 0;
        padding: 0 5px 10px;
    }

}

.col-inner>.img:not(:last-child), .col>.img:not(:last-child) {
    margin-bottom: 15px;
}

.container .row-small:not(.row-collapse), .row .row-small:not(.row-collapse) {
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: -10px;
}

.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 15px 0;
}
.row-small>.col {
    margin-bottom: 0;
    padding: 0 10px 20px;
}
.row-small>.flickity-viewport>.flickity-slider>.col {
    margin-bottom: 0;
    padding: 0 10px 0;
}
.icon-box-left .icon-box-text {
    padding-left: 10px;
}
.icon-box-right .icon-box-text {
    padding-right: 10px;
}

.site-scrollbar {
    max-height: 1000px;
    overflow-y: auto;
}

.site-scrollbar::-webkit-scrollbar-track
{
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
    border-radius: 0;
    /*background-color: #F5F5F5;*/
    background-color: transparent;
}

.site-scrollbar::-webkit-scrollbar
{
    width: 9px;
    background-color: #F5F5F5;
    border-radius: 9px;
}

.site-scrollbar::-webkit-scrollbar-thumb
{
    border-radius: 0;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: var(--primary-color);
    border-radius: 9px;
}
.button {
    margin-bottom: 0;
}
.slider-custom-width {
    margin: 0 -15px;
}
.slider-custom-width .row {
    margin: 0 !important;
}
.slider-custom-width .row .col,
.slider-custom-width-small .flickity-slider > .img {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 0 !important;
}
.slider-custom-width .flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}
.slider-custom-width .flickity-slider .banner {
    background: none !important;
}
.slider-custom-width .flickity-slider .banner-inner {
    width: calc(100% - 30px);
    left: 15px;
}
.slider-custom-width-small {
    margin: 0 -10px;
}
.slider-custom-width-small .row {
    margin: 0 !important;
}
.slider-custom-width-small .row .col,
.slider-custom-width-small .flickity-slider > .img {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0 !important;
}
.slider-custom-width-small .flickity-slider>.row:not(.is-selected) {
    opacity: 1;
}
.slider-custom-width-small .flickity-slider .banner {
    background: none !important;
}
.slider-custom-width-small .flickity-slider .banner-inner {
    width: calc(100% - 40px);
    left: 10px;
}
.box-overlay.dark .box-text, .box-shade.dark .box-text {
    text-shadow: none;
}
.slider-nav-outside .flickity-page-dots {
    bottom: auto;
    left: auto;
    line-height: 1;
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    right: auto;
    text-align: center;
}
.slider-not-nav .flickity-prev-next-button {
    display: none !important;
}
.tabbed-content .nav.nav-line-bottom {
    border-bottom: 1px solid #dddddd;
}
.tabbed-content .nav.nav-line-bottom .tab a {
    padding: 0 20px 10px;
}
.tabbed-content .tab-panels{
    padding: 15px 0 0;
}
.wpcf7-form .row .col {
    padding-bottom: 0;
}
.wpcf7-form input,
.wpcf7-form textarea {
    box-shadow: none !important;
    outline: none !important;
}
.entry-meta a {
    pointer-events: none;
}
/* Header */
.nav-dropdown-default {
    padding: 10px;
}
.nav.header-nav-main>li:before,
.nav.header-nav-main>li:after {
    display: none;
}
/*.nav>li>a,*/
/*.nav-dropdown-default .nav-column li>a,*/
/*.nav-dropdown.nav-dropdown-default>li>a {*/
    /*font-size: 16px;*/
/*}*/
.nav>li.active>a {
    font-weight: 700;
}
.header-nav.header-nav-main.nav-left {
    justify-content: center;
    padding-right: 30px;
}

.header-wrapper .nav ul.sub-menu {
    z-index: 999;
    position: absolute;
    width: 240px;
    max-width: none;
    padding: 2px 0 0;
    border: 0;
    border-radius: 0;
    background: none;
}
li.current-dropdown>.nav-dropdown {
    left: 0;
}
.header-wrapper .nav ul.sub-menu .menu-item {
    position: relative;
    display: block;
    width: 100%;
    min-width: 100%;
    margin: 0 !important;
}
.header-wrapper .nav ul.sub-menu a {
    display: block;
    white-space: normal;
    font-family: inherit;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 15px;
    text-decoration: none;
    vertical-align: baseline;
    border: none;
    margin: 0;
    text-transform: none;
    color: #ffffff;
    background: var(--fs-color-primary);
}
.header-wrapper .nav ul.sub-menu > li.menu-item-has-children > a {
    padding-right: 20px;
}
.header-wrapper .nav ul.sub-menu > li.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 18px;
    top: calc(50% - 9px);
    right: 15px;
    font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
}
.header-wrapper .nav ul.sub-menu a:hover,
.header-wrapper .nav ul.sub-menu .active > a {
    color: #000000;
    background: rgba(208,200,191,1);
}
.header-wrapper .nav ul.sub-menu ul.sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 10px);
    transition: opacity 200ms
    ease-in, transform 200ms
    ease-in, visibility 200ms
    ease-in;
    border-left: 1px #ffffff solid;
}
.header-wrapper .nav ul.sub-menu .menu-item:hover > ul.sub-menu {
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
}
.nav-dropdown-default {
    padding: 10px;
}
.nav.header-nav > li.header-language-dropdown .nav-dropdown {
    min-width: 160px;
    padding: 10px;
}
.nav.header-nav > li.header-language-dropdown a {
    display: flex;
    align-items: center;
}
.nav.header-nav > li.header-language-dropdown a .image-icon,
.nav.header-nav > li.header-language-dropdown a .icon-image {
    width: 18px;
    display: flex;
    align-items: center;
}

/* Footer */
.footer-wrapper .absolute-footer {
    display: none;
}
.footer-wrapper .ux-menu .ux-menu-link {
    padding-bottom: 5px;
}
.footer-wrapper .ux-menu .ux-menu-link:last-child {
    padding-bottom: 0;
}
.footer-wrapper .ux-menu .ux-menu-link__link {
    min-height: auto;
    padding: 0;
/* 	color: #ffffff; */
    transition: 0.5s;
}
/* .footer-wrapper .ux-menu .ux-menu-link__link:hover {
    color: #ffffff;
} */
.section-footer-bottom .col {
    padding-bottom: 10px;
}
.section-footer-bottom a {
    color: #ffffff;
}
.section-footer-bottom a:hover {
    color: var(--primary-color);
}
.title-follow-us {
    display: inline-block;
    white-space: nowrap;
}
.site-follow-us a.icon {
    font-size: 24px;
    color: var(--fs-color-base);
}
.row-social-fixed {
    position: fixed;
    width: auto;
    height: auto;
    bottom: 61px;
    right: 20px;
    z-index: 99;
    margin: 0 !important;
    text-align: right;
}
.row-social-fixed .col {
    padding: 0 !important;
}
.row-social-fixed .img a {
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    margin: 0 0 20px;
}
.row-social-fixed .img a:before {
    content: "";
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    -webkit-transition: all 0.2s
    ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s
    ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: imgpulse;
    background-color: rgba(7, 41, 103, 0.35);
    opacity: .4;
}
.row-social-fixed .img a:after {
    content: "";
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(7, 41, 103, 0.8);
    opacity: .1;
    border-color: var(--primary-color);
    -webkit-transition: all 0.2s
    ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s
    ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: imgzoomIn;
    opacity: .5;
}
.row-social-fixed .img img {
    padding: 0;
    width: 23px;
    height: auto;
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    position: relative;
    z-index: 9;
}
.row-social-fixed .img.social-hotline a,
.row-social-fixed .img.social-hotline a:before {
    background: #e70904;
}
.row-social-fixed .img.social-hotline a:after {
    border-color: #e70904;
}

.row-social-fixed .img.social-zalo a,
.row-social-fixed .img.social-zalo a:before {
    background: #2698f1;
}
.row-social-fixed .img.social-zalo a:after {
    border-color: #2698f1;
}

.row-social-fixed .img.social-email a,
.row-social-fixed .img.social-email a:before {
    background: #f2701c;
}
.row-social-fixed .img.social-email a:after {
    border-color: #f2701c;
}

.row-social-fixed .img.social-whatsapp a,
.row-social-fixed .img.social-whatsapp a:before {
    background: #189d0c;
}
.row-social-fixed .img.social-whatsapp a:after {
    border-color: #189d0c;
}

.row-social-fixed .img.social-in a,
.row-social-fixed .img.social-in a:before {
    background: #0a66c2;
}
.row-social-fixed .img.social-in a:after {
    border-color: #0a66c2;
}

.row-social-fixed .img.social-facebook a,
.row-social-fixed .img.social-facebook a:before {
    background: #0064D1;
}
.row-social-fixed .img.social-facebook a:after {
    border-color: #0064D1;
}

.row-social-fixed .img.social-ig a,
.row-social-fixed .img.social-ig a:before {
    background: #F35369;
}
.row-social-fixed .img.social-ig a:after {
    border-color: #F35369;
}

@keyframes imgzoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }

    50% {
        opacity: 1;
    }
}
@keyframes imgpulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
.wpcf7-form .btn-submit {
    position: relative;
    text-align: center;
}
.wpcf7-form input.wpcf7-submit {
    border: none;
    text-transform: none;
    margin: 0;
}
.wpcf7-form .wpcf7-spinner {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    margin: 0;
}
.is-divider:not(.divider) {
	display: none;
}
.post-item .box-text .cat-label {
	font-size: 1em;
    text-transform: none;
    color: #ffffff;
    opacity: 1;
}
/* End footer */

.header-nav.header-nav-main.nav-left {
    justify-content: flex-end;
    padding-right: 0;
}

/* =========================
   REVIEW SUMMARY
========================= */

.tour-review-box{
    margin:40px 0;
}

.tour-review-summary-wrap {
	padding: 20px 20px 20px 20px;
    background-image: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}
.tour-review-summary{
    display:flex;
    gap:40px;
    border:1px solid #e5e5e5;
    border-radius:8px;
	align-items: center;
    background:#fff;
}

.summary-left{
    width: 35%;
    text-align: center;
    flex-shrink: 0;
    padding: 45px;
}

.summary-left .score{
    font-size:60px;
    font-weight:700;
    line-height:1;
    color:#222;
}

.summary-left .score span{
    font-size:20px;
    color:#999;
}

.summary-left .wonderful{
    font-size: 20px;
	color: var(--primary-color);
    margin-top:10px;
}

.summary-left .review-count{
    margin-top:5px;
}

.summary-right{
    flex:1;
	padding: 45px;
}

.rating-row{
    margin-bottom: 15px;
}

.rating-row .label {
    display: flex;
    align-items: flex-end;
	justify-content: space-between;
	color: #1c231f;
	margin-bottom: 5px;
}

.rating-row .value {
    color: #82828a;
}

.rating-row .bar {
    flex:1;
    height:8px;
    background: #eee;
    border-radius:20px;
    overflow:hidden;
}

.rating-row .bar span{
    display:block;
    height:100%;
    background: var(--primary-color);
    border-radius:20px;
}

/* =========================
   REVIEW LIST
========================= */

.tour-review-list{
	background-color: #FFFFFF;
    padding: 20px 20px 20px 20px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}

.tour-review-list h3{
    margin-bottom:25px;
    font-size:24px;
}

.review-item{
    display:flex;
    gap:20px;
    padding:25px 0;
    border-bottom:1px solid #eee;
}
.review-item:last-child {
	border: none;
}

.review-avatar img{
    width:80px;
    height:80px;
    border-radius:50%;
}

.review-content{
    flex:1;
}

.review-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
}

.review-header strong{
    font-size:18px;
}

.review-header span{
    color:#999;
    font-size:14px;
}

.review-ratings{
    display:flex;
    gap:30px;
    margin-bottom:15px;
}

.review-ratings small{
    display:block;
    margin-bottom:5px;
    color:#666;
}

.review-text{
    color:#444;
    line-height:1.7;
}

/* =========================
   STARS
========================= */

.star,
.stars span{
    color:#ddd;
    font-size:22px;
    cursor:pointer;
    transition:0.2s;
}

.star.active,
.stars span.active{
    color:#f7b500;
}

/* =========================
   FORM
========================= */

.tour-review-form{
    background-color: #FFFFFF;
    padding: 20px 20px 20px 20px;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    background:#fff;
}
.tour-review-form .comment-form {
	margin-left: 0;
	margin-right: 0;
}
.tour-review-form .comment-form p,
.tour-review-form .comment-form div {
	padding: 0;
}
.tour-review-form h3{
    margin-bottom:25px;
}

.rating-wrap{
    display:flex;
    gap:30px;
    margin-bottom:25px;
}

.rating-item{
    flex:1;
}

.rating-item label{
    display:block;
    margin: 10px 0 0;
	font-size: 1em;
    font-weight:600;
}

.comment-form-author,
.comment-form-email{
    margin-bottom:15px;
}

.comment-form-author input,
.comment-form-email input,
.tour-review-form textarea{
    width: 100%;
    height: 60px;
    padding: 10px 15px;
    border: 1px solid transparent !important;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    background: #f3f8f6;
    border-radius: 8px;
	outline: none;
	box-shadow: none;
	border: none;
}

.tour-review-form textarea{
    min-height:160px;
    resize:vertical;
}

.form-submit{
    margin-top:20px;
}

.form-submit input[type="submit"]{
    background: var(--primary-color);
    color:#fff;
    border:none;
    padding:12px 30px;
    border-radius:6px;
    cursor:pointer;
    font-weight:600;
    transition:0.2s;
}

.form-submit input[type="submit"]:hover{
    opacity:.9;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:768px){

    .tour-review-summary{
        flex-direction:column;
    }

    .summary-left{
        width:100%;
    }

    .rating-wrap{
        flex-direction:column;
        gap:15px;
    }

    .review-item{
        flex-direction:column;
    }

    .review-header{
        flex-direction:column;
        align-items:flex-start;
        gap:5px;
    }

}

.review-footer{
    margin-top:15px;
}

.review-footer .comment-reply-link{
    color:#7fb23b;
    font-weight:600;
    text-decoration:none;
}

.review-footer .comment-reply-link:hover{
    text-decoration:underline;
}

.review-replies{
	margin-top: 20px;
    border-top: 1px solid #eee;
}

.review-reply{
    padding:15px 0;
}

.review-reply strong{
    display:block;
}

.review-reply span{
    display:block;
    color:#999;
    font-size:13px;
    margin-bottom:8px;
}


/* Search tour */
.tour-search-form {
	width: 100%;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .1);
    border-radius: 8px;
    padding: 20px;
    background: #fff;
}
.tour-search-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.tour-search-bar .tour-item {
	max-width: calc((100% - 290px) / 6);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 290px) / 6);
    flex: 0 0 calc((100% - 290px) / 6);
	margin-right: 14px;
    border-bottom: 2px solid #E2DFEB;
}
.tour-search-bar .tour-item select,
.tour-search-bar .tour-item input {
	border: none;
	background: none;
	box-shadow: none;
	outline: none;
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	height: 26px;
	padding: 0 0 0 32px;
}
.tour-search-bar .tour-item input::placeholder,
.tour-search-bar .tour-item textarea::placeholder {
  color: #000000;
  opacity: 1;
}
.tour-search-bar .tour-item label {
	font-weight: 500;
    padding-left: 32px;
    color: #82828a;
    margin: 0;
}
.tour-search-bar .tour-item {
	background-image: url(/wp-content/uploads/2026/06/tour-guide.png);
    background-repeat: no-repeat;
    background-size: 28px;
    background-position-y: 10px;
}
.tour-search-bar .tour-item.tour-item-transportation-type {
	background-image: url(/wp-content/uploads/2026/06/car.svg);
}
.tour-search-bar .tour-item.tour-item-date {
	background-image: url(/wp-content/uploads/2026/06/calendar.png);
}
.tour-search-bar .tour-item.tour-item-destination {
	background-image: url(/wp-content/uploads/2026/06/montain.png);
}
.tour-search-bar .tour-item.tour-item-guest {
	background-image: url(/wp-content/uploads/2026/06/group.png);
}
.tour-filter-trigger {
    padding-right: 15px;
    width: 50px;
	cursor: pointer;
}
.tour-price-values {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.tour-price-values span {
	display: inline-block;
	line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    background-color: #006cfa;
    color: white;
    border-radius: 4px;
}

.guest-box {
    display:flex;
    gap:10px;
    align-items:flex-start;
	justify-content: space-between;
}
.guest-box input {
	padding: 0;
}
.btn-min-plus {
	display: flex;
	align-items: center;
	gap: 5px;
}

.guest-box button {
	width: 26px;
	min-width: 26px;
    height: 27px;
    line-height: 23px;
    padding: 0;
    padding-left: 1px;
    text-align: center;
    background: var(--fs-color-secondary);
    margin: 0;
    min-height: auto;
    color: #ffffff;
    border-radius: 8px;
    border: none;
}
.guest-box button:hover {
	background: var(--primary-color);
}

.tour-search-bar .tour-submit {
    width: 160px;
    height: auto;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    margin: 0;
    padding: 10px 0;
    z-index: 1;
	background: var(--primary-color);
	border-radius: 9px;
	text-transform: none;
	color: #ffffff;
}

.tour-filter-popup {
    display:none;
    margin-top:15px;
    padding:25px;
    border-radius:15px;
    background:#fff;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.tour-filter-popup.active {
    display:block;
}

#tour-price-slider {
    margin:25px 0;
}

.noUi-target {
    border:none;
    background:#e5e5e5;
    box-shadow:none;
    height:8px;
}

.noUi-connect {
    background:#2f7d12;
}

.noUi-handle {
    width:22px!important;
    height:22px!important;
    border-radius:50%;
    border:3px solid #2f7d12;
    background:#fff;
    box-shadow:none;
    top:-7px!important;
}

.noUi-handle:before,
.noUi-handle:after {
    display:none;
}

.flatpickr-calendar {
    border-radius:15px;
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}
.tour-stars {
    position:relative;
    display:inline-block;
    font-size: 25px;
    line-height:1;
}
.stars-bg {
    color:#ddd;
}
.stars-fill {
    position:absolute;
    left:0;
    top:0;
    overflow:hidden;
    white-space:nowrap;
    color: #F7931E;
}

/* Tour listing */
.tour-listing-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}
.tour-count {
    font-size:18px;
	color: #1c231f;
}
.tour-count strong {
    font-weight:700;
}
.tour-sort-wrap {
	display: flex;
    align-items: center;
	color: #1c231f;
	gap: 5px;
}
.tour-sort-wrap select {
    min-width: 220px;
	border-radius: 5px;
	margin: 0;
}
.tour-sort-wrap .tour-order-toggle {
	background-image: url("/wp-content/uploads/2026/06/sort.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px;
	filter: brightness(0);
  	-webkit-filter: brightness(0);
	margin: 0;
}
.tour-sort-wrap .tour-order-toggle.desc{
    transform: rotate(180deg);
}
.tour-item .box-image .image-cover {
	padding-top: 61.52%;
	border-radius: 10px 10px 0 0;
    overflow: hidden;
    background: #ccc;
}
.tour-item .box-text {
	padding: 10px 30px 0;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .1);
    border-top: none;
    border-radius: 0 0 10px 10px;
    background: #ffffff;
    position: relative;
}
.tour-item .box-text:before {
	content: '';
    width: 100%;
    height: 20px;
    border-radius: 20px 20px 0 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 9;
    background: #fff;
    margin-bottom: -1px;
}
.tour-item .box-text .tour-top {
	min-height: 124px;
}
.tour-grid-transportation .tour-item .box-text .tour-top {
	min-height: 52px;
}
.tour-item .box-text .tour-stars {
    margin-bottom: 10px;
}
.tour-item .box-text .tour-title {
    font-size: 20px;
    margin: 0 0 10px;
}
.tour-item .box-text .tour-title a {
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
}
.tour-item .box-text .tour-destination {
	display: flex;
	align-items: center;
	gap: 10px;
}
.tour-item .box-text .tour-destination img {
	width: 16px;
}
.tour-item .box-text .tour-bottom {
	margin-top: 20px;
    padding: 10px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #E2DFEB;
}
.tour-item .box-text .tour-footer-left {
	display: flex;
	align-items: center;
	gap: 15px;
}
.tour-item .box-text .tour-footer-left div {
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 500;
}
.tour-item .box-text .tour-bottom img {
	width: 16px;
}
.tour-item .box-text .tour-footer-right a {
	display: inline-block;
	margin: 0;
	filter: brightness(0);
  	-webkit-filter: brightness(0);
}
.tour-item .box-text .tour-footer-right a:hover {
	filter: none;
    -webkit-filter: none;
}
.row-slider .tour-item .box {
	padding-bottom: 45px;
}
.nav-dots-small .flickity-page-dots .dot, .row-slider .flickity-page-dots .dot {
    height: 15px;
    width: 15px;
}
.flickity-page-dots .dot:hover,
.flickity-page-dots .dot.is-selected {
    background-color: var(--primary-color);
    opacity: 1 !important;
}
.tagline {
    color: var(--primary-color);
    display: inline-block;
    padding: 8px 22px;
	background: rgba(19,45,8,0.12);
    border-radius: 6px;
}

/* Single tour */
.blog-wrapper {
	background: #F3F8F6;
}
.single-tour .tour-info {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	padding: 25px 0 40px;
}
.single-tour .tour-info .item {
	flex-basis: 12.5%;
	max-width: 12.5%;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	padding: 10px 0;
}
.single-tour .tour-info .item img {
	width: 32px;
}
.single-tour .tour-info .item .item-right {
	padding-left: 15px;
}
.single-tour .tour-info .item .item-right .content {
	color: #1c231f;
	font-weight: 700;
	margin-top: 2px;
}
.single-tour .tour-content-wrap {
	padding: 25px;
	background: #ffffff;
	border-radius: 23px;
}
.single-tour .tour-content-wrap .item:not(:last-child) {
	margin-bottom: 45px;
}


.single-tour .accordion-item:not(:last-child) {
	margin-bottom: 20px;
}
.single-tour .accordion .toggle {
	left: auto;
	right: 0;
	margin: 0;
	opacity: 1;
}
.single-tour .accordion-item a.accordion-title {
	padding-left: 20px;
	border-width: 1px 1px 0 1px;
	border-color: transparent;
	border-style: solid;
    border-radius: 8px;
    background: var(--primary-color);
	font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.single-tour .accordion-item a.accordion-title.active {
    background: none;
    color: #1C231F;
    border-color: #E2DFEB;
	border-radius: 8px 8px 0 0;
}
.single-tour .accordion-item .accordion-inner {
    padding: 0 30px 30px;
	border-width: 0 1px 1px 1px;
	border-color: #E2DFEB;
	border-style: solid;
	border-radius: 0 0 8px 8px;
}

.block-boxshadow {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding: 20px;
	border-radius: 10px;
}
.tour-service ul li {
	list-style: none;
}
.tour-service ul li:before {
    font-weight: 700;
    padding-right: 10px;
}
.tour-service .service-inclusion ul li:before {
	content: "";
	font-family: fl-icons !important;
    font-style: normal !important;
    font-variant: normal !important;
	font-size: 14px;
	color: var(--fs-color-primary);
}
.tour-service .service-exclusion ul li:before {
	content: "X";
	color: #E66767;
}
.wpcf7-form input[type*="email"], .wpcf7-form input[type*="text"], .wpcf7-form input[type*="tel"],
.wpcf7-form input[type*="date"],
.wpcf7-form input[type*="number"],
.wpcf7-form textarea {
    width: 100%;
    height: 60px;
    padding: 10px 15px;
    border: 1px solid transparent !important;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    background: #f3f8f6;
	border-radius: 8px;
}
.wpcf7-form input.wpcf7-submit {
	background: var(--fs-color-primary);
    color: #fff;
    font-weight: 700;
    padding: 18px 32px 18px 32px;
    line-height: 22px;
    font-size: 16px;
    position: relative;
    z-index: 9;
    display: inline-block;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    border: none;
    border-radius: 8px;
}
.tour-packing-list {
	display: flex;
    flex-flow: row wrap;
}
.tour-packing-list .packing-item {
	flex-basis: 50%;
	max-width: 50%;
	display: flex;
	padding: 2px 0;
}
.tour-packing-list .packing-item img {
	width: 16px;
	margin-right: 5px;
}

/* Blog */
.nav-pagination>li>a, .nav-pagination>li>span {
    border-radius: 5px;
}
.post-sidebar .widget {
	background: #ffffff;
	padding: 30px;
	border-radius: 10px;
}
.post-sidebar .widget span.widget-title {
	display: block;
	font-size: 16px;
    font-weight: 700;
	color: #1c231f;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-bottom: 15px;
}
.recent-blog-posts.align-top {
    align-items: center !important;
}
.recent-blog-posts .badge {
    height: 80px;
    width: 80px;
	border-radius: 8px;
	overflow: hidden;
}
.recent-blog-posts a {
    font-weight: 700;
}
.tagcloud>a {
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px !important;
    padding: 10px 15px;
    color: #1c231f;
    margin-right: 6px;
    margin-bottom: 10px;
    font-weight: 700;
    border: 1px solid #f3f8f6;
}
.tagcloud>a:hover {
    color: #fff;
    background: var(--fs-color-primary);
}
.contact-sidebar.box {
	border-radius: 10px;
	overflow: hidden;
}
.contact-sidebar.box .icon-box-img .icon-inner {
	width: 76px;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--fs-color-primary);
	border-radius: 50%;
}
.contact-sidebar.box .icon-box-img .icon-inner img,
.contact-sidebar.box .icon-box-img .icon-inner svg {
	max-width: 26px;
	max-height: 26px;
	padding: 0;
}
.post-item .col-inner {
	background: #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    padding: 15px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(76, 76, 76, .1);
    box-shadow: 0 10px 20px 0 rgba(76, 76, 76, .1);
    border: 1px solid rgba(0, 0, 0, .036);
    border-radius: 10px;
}
.post-item .image-cover img {
	border-radius: 10px;
}
.post-item .box-text {
    padding: 32px 20px 15px;
    position: relative;
}
.post-item .box-text .cat-label {
	padding: 5px 20px;
    font-size: 1em;
    text-transform: none;
    color: #ffffff;
	font-weight: 400;
    opacity: 1;
	background: var(--fs-color-secondary);
	position: absolute;
	top: -15px;
	left: 20px;
}
.post-item .box-text a.button {
	padding: 0 25px 0 0;
    min-height: auto;
    line-height: 1.5;
    border: none;
    text-transform: none;
    font-size: 1em;
    font-weight: 400;
    background-image: url(/wp-content/uploads/2026/06/arrow-right.svg) !important;
    background-size: 19px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
	background-color: transparent !important;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.post-item .box-text a.button:hover {
	letter-spacing: 1.5px;
	color: var(--fs-color-primary);
}
.blog-single .large-8 > .col-inner {
	background: #ffffff;
    padding: 30px;
    border-radius: 10px;
}
.blog-single .blog-share {
	margin-top: 51px;
}
.blog-single .entry-meta {
	font-size: 1em;
	text-transform: none;
	pointer-events: none;
}
.footer-wrapper .ux-menu .ux-menu-link {
    padding-bottom: 10px;
}
.footer-wrapper .ux-menu .ux-menu-link__link:hover {
    color: var(--fs-color-primary);
}
.row-social-fixed {
	bottom: 5px;
}

/* About */

.col-about-image .img img {
	border-radius: 210px;
}

.dipl-rotating-text-wrap {
    display: grid;
    place-content: center;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
	bottom: 0;
	left: -45px;
    background: var(--fs-color-secondary);
    color: #000000;
    transition: background 300ms, transform 200ms;
    text-align: center;
    appearance: none;
    border: 0 solid;
    user-select: none;
}
.dipl-rotating-text-inner {
    position: absolute;
    inset: 0;
    animation: dipl-text-rotation 8000ms linear infinite !important;
    transform-origin: center;
	margin: 0;
}
@keyframes dipl-text-rotation {
	100% {
		transform: rotate(360deg);
	}
}
.dipl-rotating-text-inner span {
    position: absolute;
    transform: rotate(calc(var(--angle-step) * var(--index) * 1deg));
    transform-origin: center;
    inset: 5px;
	color: #ffffff;
}
.dipl_rotating_text_icon_wrapper {
    background-color: #ffffff !important;
    width: 65px !important;
    height: 65px !important;
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
	border-radius: 50%;
}
.image-flight,
.image-flight1,
.image-flight2 {
	margin: 0;
}
.image-flight2 img,
.image-flight1 img {
	border-radius: 50%;
}
.image-flight2 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.image-flight2 img {
	max-height: 272px;
    max-width: 272px;
    object-fit: cover;
	border: 5px #ffffff solid;
}
.site-different .section-bg {
	max-width: 21.333333%;
    left: 39.333333%;
    right: auto;
}
.site-different .col {
	padding-bottom: 0;
}
.site-different .icon-box .icon-inner {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid var(--fs-color-primary);
	border-radius: 50%;
}
.site-different .icon-box .icon-inner img,
.site-different .icon-box .icon-inner svg {
	max-width: 45px;
	max-height: 45px;
	object-fit: contain;
}
.site-different .icon-box h3 {
	margin-bottom: 5px;
}
.img.full-height,
.img.full-height .img-inner {
	height: 100%;
}
.img.full-height .img-inner img {
	height: 100%;
	object-fit: cover;
}
.journey-unforgettable {
	border-radius: 20px;
	overflow: hidden;
}
.blog-archive.page-wrapper {
    padding-top: 60px;
}

/* Home */
.icon-box-hover .icon-box {
	background-color: #F3F8F6;
    padding: 15px 15px 15px 15px;
    border-radius: 8px 8px 8px 8px;
    box-shadow: 0px 0px 10px 0px rgba(10.000000000000012, 109, 22, 0.47);
	-webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.icon-box-hover .icon-box:hover {
	-webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .18);
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .18);
    background: var(--fs-color-secondary) !important;
}
.icon-box-hover .icon-box:hover h5 {
	color: #ffffff;
}
.icon-box-hover .icon-box:hover img,
.icon-box-hover .icon-box:hover svg {
	filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}

.row-col-effect .col-inner {
	position: relative;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 8px;
    overflow: hidden;
}
.row-col-effect .col-inner:after {
    content: '';
    width: 100%;
    height: 0;
    position: absolute;
    background: var(--fs-color-primary);
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
}
.row-col-effect .col-inner:hover:after {
	height: 100%;
	opacity: 1;
}
.row-col-effect .col-inner .icon-box {
	position: relative;
	z-index: 9;
}
.row-col-effect .col-inner h3 {
    font-size: 20px;
    display: block;
    line-height: 24px;
    position: relative;
    z-index: 11;
    margin: 0;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}
.row-col-effect .col-inner:hover h3 {
	color: #ffffff;
}
.row-col-effect .col-inner .icon-box-img .icon-inner {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    position: relative;
    z-index: 11;
}
.row-col-effect .col-inner:hover .icon-box-img .icon-inner {
	-webkit-animation: beat 1.5s ease 0s infinite;
    animation: beat 1.5s ease 0s infinite;
}
@keyframes beat {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	50% {
		-webkit-transform: scale(.82);
		transform: scale(.82);
	}
}
.row-col-effect .col-inner:hover .icon-box-img .icon-inner img,
.row-col-effect .col-inner:hover .icon-box-img .icon-inner svg {
	filter: brightness(0) invert(1);
   -webkit-filter: brightness(0) invert(1);
}
.col-boxshadow > .col > .col-inner {
	background: #ffffff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
	border-radius: 15px;
}
.col-boxshadow .icon-box-center .icon-box-img {
    margin: 0 auto 5px;
}
.testimonial-box {
	overflow: hidden;
    position: relative;
    border-radius: 15px;
}
.testimonial-box .icon-box-img {
	width: 100px;
    height: 100px;
    position: absolute;
    top: -16px;
    right: -16px;
    z-index: 1;
    background: var(--fs-color-primary);
    border-radius: 0 10px 0 100%;
    font-size: 45px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
}
.testimonial-box .icon-box-img img {
	max-width: 45px;
    max-height: 45px;
    object-fit: contain;
    padding: 0;
    border-radius: 0 !important;
    margin-right: 20px;
    margin-top: 20px;
}
.icon-box-left.testimonial-box .icon-box-text {
    padding-left: 0 !important;
}
.testimonial-box .star-rating {
	margin: 0;
	position: absolute;
	top: 50px;
	left: 60px;
	z-index: 9;
}
.testimonial-box .testimonial-text {
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 18px;
    padding: 65px 60px 50px;
    background: #fff;
    border-radius: 10px;
    border-bottom: 4px solid var(--fs-color-primary);
    position: relative;
}
.testimonial-box .testimonial-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 160px;
	padding: 0;
	position: relative;
}
.testimonial-box .testimonial-meta .testimonial-name {
	font-size: 1.29em;
	color: #1c231f;
}
.testimonial-box .testimonial-name-divider {
    display: inline-block;
    width: 146px;
    height: 50px;
    position: absolute;
    top: -20px;
    left: -110px;
    font-size: 0;
}
.testimonial-box .testimonial-name-divider:before {
	content: "";
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -2px;
    background: #fff;
    z-index: 9;
}
.testimonial-box .testimonial-name-divider:after {
	content: "";
	position: absolute;
    left: 0;
    right: -4px;
    bottom: -4px;
    top: 0;
    -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
    background: var(--fs-color-primary);
    z-index: 1;
}

.scrolling-wrapper {
    display: flex;
    width: max-content;
    align-items: center;
    position: relative;
    z-index: 2;
    transform: translate3d(0, 0, 0);
    will-change: transform;
	max-width: none !important;
	flex-flow: unset;
}
.scroll-item {
	width: 39vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
	margin-right: 30px !important;
}

.info-faq .icon-box .icon-inner {
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--fs-color-primary);
	border-radius: 8px;
}
.info-faq .icon-box .icon-inner img,
.info-faq .icon-box .icon-inner svg {
	max-width: 26px;
	max-height: 26px;
	object-fit: contain;
}
.accordion.accordion-style1 .accordion-item {
	position: relative;
    overflow: hidden;
    border-style: solid;
    margin-bottom: 10px;
    border: 1px solid #E2DFEB;
	background: #F3F8F6;
}
.accordion.accordion-style1 .accordion-item .accordion-title {
	font-weight: 700;
    font-size: 18px;
    line-height: 24px;
	color: #1c231f;
	border-top: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
.accordion.accordion-style1 .accordion-item .accordion-title.active {
    background-color: #ffffff;
    border-left: 4px solid var(--fs-color-primary);
    color: var(--fs-color-primary);
    font-weight: 700;
}
.accordion.accordion-style1 .accordion-item .accordion-inner {
	padding: 15px 20px;
	border-left: 4px solid var(--fs-color-primary);
}
.about-home .col-inner .img.img-1 img {
	border-radius: 300px 300px 0 300px;
}
.about-home .col-inner .img.img-2 img {
	border-radius: 300px 300px 300px 0;
}
.about-home .col-inner .img.img-3 img {
	border-radius: 300px 0 300px 300px;
}
.about-home .col-inner .img.img-4 img {
	border-radius: 0 300px 300px 300px;
}
.about-home .col-inner>.img:not(:last-child) {
	margin-bottom: 30px;
}
.about-home .dipl-rotating-text-wrap {
	top: calc(50% - 95px);
    bottom: auto;
    right: auto;
    left: calc(50% - 80px);
}
#top-bar .flex-col.flex-center {
	width: 100%;
}
#top-bar .flex-col.flex-center .nav,
#top-bar .flex-col.flex-center .nav li {
	display: flex;
    align-items: center;
}
#top-bar .nav-small.nav>li.html {
    font-size: 1.1em;
	width: 100%;
}
.chu-chay-container {
    width: 100%;
    overflow: hidden; /* Ẩn phần chữ tràn ra ngoài khung */
    white-space: nowrap; /* Giữ chữ trên một dòng */
    background: #f1f1f1;
}

.chu-chay-content {
    display: inline-block;
    padding-left: 100%;
    animation: chayChu 10s linear infinite; /* Thời gian chạy là 10 giây */
}
.archive .tour-page,
.archive .transportation-page {
	background: #F3F8F6;
}
.tour-page .tour-search-bar .tour-item.tour-item-transportation-type {
	display: none;
}
.transportation-page .tour-search-bar .tour-item.tour-item-type {
	display: none;
}
.tour-page .tour-search-bar .tour-item,
.transportation-page .tour-search-bar .tour-item {
    max-width: calc((100% - 290px) / 5);
    -ms-flex: 0 0 calc((100% - 290px) / 5);
    flex: 0 0 calc((100% - 290px) / 5);
}
.single-travel_services .page-wrapper,
.single-transportation .page-wrapper {
    padding-top: 60px;
}

@keyframes chayChu {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}

@media only screen and (max-width: 1280px) {
	.tour-search-bar .tour-item {
		max-width: calc((100% - 290px) / 3);
		-ms-flex: 0 0 calc((100% - 290px) / 3);
		flex: 0 0 calc((100% - 290px) / 3);
	}
	.tour-filter-trigger {
		margin-top: -68px;
	}
	.tour-search-bar .tour-submit {
		top: calc(50% - 30px);
	}
	.tour-page .tour-search-bar .tour-item,
	.transportation-page .tour-search-bar .tour-item {
		max-width: calc((100% - 290px) / 3);
		-ms-flex: 0 0 calc((100% - 290px) / 3);
		flex: 0 0 calc((100% - 290px) / 3);
	}
	.tour-page .tour-search-bar .tour-filter-trigger,
	.transportation-page .tour-search-bar .tour-filter-trigger {
		margin-top: 0;
	}
}
@media only screen and (max-width: 1100px) {
	.tour-page .tour-search-bar .tour-item,
	.transportation-page .tour-search-bar .tour-item,
	.tour-search-bar .tour-item {
        max-width: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin: 0 0 10px;
    }
	.tour-filter-trigger {
		width: 100%;
		margin: 0 0 10px;
		padding: 0;
	}
	.tour-filter-trigger IMG {
		width: 50PX;
	}
	.tour-search-bar .tour-submit {
		position: relative;
        width: 100%;
        top: auto;
        left: auto;
	}
}