/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.13.9.1786502758
Updated: 2026-08-12 02:45:58
*/
a:focus {
    outline: none !important;
}

.hfe-nav-menu>li:first-child a {
    padding-left: 0 !important;
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
    display: block;
    transition: all 0.3s ease-in-out;
}

.hfe-nav-menu__layout-horizontal {
    width: 100% !important;
}

.vertical-align-baseline {
    vertical-align: baseline !important;
}

span.hfe-breadcrumbs-home-icon {
    margin: 0;
}

.hfe-nav-menu {
    flex-wrap: nowrap !important;
}

.tranY50 {
    transform: translateY(-50%) !important;
}

.videoRotate {
    transform: rotate(-3deg) !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

#ast-scroll-top {
    right: 1rem;
    width: 40px;
    height: 40px;
}

.banner {
    background-color: var(--e-global-color-text);
    padding-top: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner .banner__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .banner__overlay .banner__title {
    font-family: "Be Vietnam Pro", Sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 1.875rem;
    margin-bottom: 1rem;
}

.banner .banner__overlay .banner__description {
    color: #FFFFFF;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.archive.ast-separate-container #primary,
.single-post.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 1rem;
    padding-top: 0;
}

body.archive .ast-archive-description {
    margin-bottom: 1rem;
}

.post-type-archive-product .content-area,
.tax-product_tag .content-area,
.tax-product_cat .content-area,
.single-product .content-area {
    margin-top: 1rem !important;
}

.post-type-archive-product .content-area .woocommerce-breadcrumb,
.single-product .content-area .ast-breadcrumbs-wrapper {
    margin-bottom: 1rem;
}

.post-type-archive-product .ast-archive-description,
.tax-product_tag .ast-archive-description,
.tax-product_cat .ast-archive-description {
    padding-bottom: 0;
    border-bottom: 0;
}

.search-results #masthead,
.single #masthead {
    border-bottom: 1px solid #e5e5e5;
}

.search-form {
    display: flex;
    position: relative;
}

.no-results .page-content {
    max-width: 70%;
    margin: 0 auto;
}

.search-form>label {
    width: 100%;
}

.search-form input[type="search"] {
    width: 100%;
    padding: 7px 9px;
    border: 1px solid var(--e-global-color-primary);
    border-radius: 6px;
    height: 42px;
    font-size: 14px;
    background-color: #ffffff;
}

.search-form input[type="submit"] {
    background-color: var(--e-global-color-primary);
    border-radius: 0 6px 6px 0;
    color: #ffffff;
    padding: 14px 1rem;
    font-size: 14px;
    position: absolute;
    right: 0;
    height: 100%;
}

.ast-separate-container.ast-desktop .ast-blog-layout-4-grid .ast-row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.ast-blog-layout-4-grid .ast-article-post {
    width: 25%;
    flex: 0 0 25%;
}

.ast-separate-container .ast-blog-layout-4-grid .ast-article-post {
    padding: 0 0.5rem;
}

.ast-separate-container .ast-blog-layout-4-grid .ast-article-inner {
    padding: 1rem;
    overflow: hidden;
}

.ast-separate-container .ast-blog-layout-4-grid .ast-article-inner .ast-excerpt-container {
    font-size: 14px;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.layout-sidebar {
    display: grid;
    grid-template-columns: repeat(1, 1fr 3fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.category-tree,
.category-tree ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.category-tree>li+li {
    margin-top: 1rem;
}

.category-tree li {
    position: relative;
}

.category-tree li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #333;
    padding: 12px 14px;
    border-radius: 10px;
    transition: all .25s ease;
    font-weight: 700;
}

.sidebar>.category-tree>li>a {
    background: #eff6ff;
}

.category-tree li a:hover {
    background: #eff6ff;
    color: #2563eb;
    transform: translateX(4px);
}

.category-tree li a span {
    color: var(--e-global-color-primary);
    padding: 4px 8px;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.category-tree li.active>a {
    color: #2563eb;
    font-weight: bold;
}

/* Danh mục con */
.category-tree ul {
    margin-left: 18px;
    margin-top: 6px;
    padding-left: 18px;
    border-left: 2px dashed #dbeafe;
}

.category-tree ul li a {
    font-size: 14px;
    padding: 10px 12px;
    font-weight: 500;
}

.category-tree ul>li+li {
    margin-top: 0;
}

/* Dấu chấm trước danh mục con */
.category-tree ul li::before {
    content: '';
    position: absolute;
    left: -23px;
    top: 18px;
    width: 8px;
    height: 8px;
    background: var(--e-global-color-primary);
    border-radius: 50%;
}

.ast-blog-layout-4-grid .news-grid .ast-article-post {
    width: 33.33%;
    flex: 0 0 33.33%;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.layout-sidebar .news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    height: fit-content;
}

.tour-item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 0;
    border: 1px solid #ccc;
    transition: all .25s ease;
}

.tour-item .item-thumbnail {
    aspect-ratio: 1;
    overflow: hidden;
    position: relative;
}

.tour-item .item-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .25s ease;
}

.tour-item:hover{
    border-color: var(--e-global-color-primary);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}
.tour-item:hover .item-thumbnail img {
    transform: scale(1.05);
}

.tour-item .group-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    gap: 0.5rem;
}

.tour-item .group-flex h3 {
    font-size: 1.25rem;
}

.tour-item .group-flex .price {
    white-space: nowrap;
}

.tour-item .excerpt {
    padding: 0.5rem 1rem;
    border-top: 1px solid #ccc;
    font-size: 13px;
}

.tour-item .excerpt p {
    margin: 0;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.tour-item .duration {
    width: 100%;
    display: block;
    padding: 0.5rem 1rem;
    border-top: 1px solid #ccc;
}

.team-box-item {
    position: relative;
}

.team-box-item .elementor-widget-text-editor {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 11;
    -webkit-box-orient: vertical;
}

.team-box-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0),
            rgba(0, 0, 0, 1));
    opacity: 0;
    transition: all ease 0.3s;
}

.team-box-item:hover:after {
    opacity: 1;
}

.team-box-item .elementor-widget-image {
    position: relative;
    overflow: hidden;
    padding-top: 117%;
}

.team-box-item .elementor-widget-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-box-info {
    position: absolute;
    bottom: -30%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px;
    z-index: 1;
    transition: all ease 0.3s;
    opacity: 0;
    flex-wrap: nowrap;
}

.team-box-item:hover .team-box-info {
    bottom: 0;
    opacity: 1;
}

.post-content>.read-more {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 14px;
}

.required {
    color: red;
}

.cf7-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-bottom: 1rem;
}

.cf7-grid p {
    line-height: 0.2;
    margin-bottom: 0;
}

.cf7-grid label {
    font-weight: 600;
    display: block;
}

.wpcf7 h4 {
    color: #2E3192;
    font-size: 16px;
    font-weight: 600;
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 7px 9px;
    border: 1px solid #ccc;
    border-radius: 10px;
    height: 42px;
    font-size: 14px;
}

.wpcf7 textarea {
    min-height: 90px;
}

.wpcf7 .wpcf7-list-item {
    margin: 0;
}

.wpcf7 .wpcf7-form-control-wrap span {
    width: 100%;
    display: block;
}

.wpcf7 .wpcf7-list-item label {
    font-size: 16px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    width: 100%;
}

.wpcf7 .wpcf7-list-item label input {
    margin-top: 1px;
}

.wpcf7-spinner {
    position: absolute;
    left: 50%;
    margin-left: -12px;
}

/* ================================
   TOUR CF7 FORM
================================ */
.tour-form {
    max-width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555;
}

.tour-form p {
    margin-bottom: 0;
}

.tour-name .subtitle_tour {
    color: rgb(249 113 80/var(--tw-text-opacity, 1));
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.tour-name h2 {
    font-size: 1.875rem;
    font-family: "Newsreader", Sans-serif;
}

.tour-form *,
.tour-form *::before,
.tour-form *::after {
    box-sizing: border-box;
}

.tour-form label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
}

.tour-form label.required::before {
    content: "*";
    color: #e74c3c;
    margin-right: 3px;
}

.form-row {
    display: flex;
    gap: 14px;
    margin-bottom: 1.5rem;
}

.form-col {
    flex: 1;
    min-width: 0;
}

.form-row .country-select {
    width: 100%;
}

.tour-form .form-control,
.tour-form input[type="text"],
.tour-form input[type="email"],
.tour-form input[type="tel"],
.tour-form input[type="number"],
.tour-form input[type="date"],
.tour-form select,
.tour-form textarea {
    width: 100%;
    height: 34px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    padding: 7px 10px;
    color: #555;
    font-size: 12px;
    outline: none;
}

.tour-form input:focus,
.tour-form select:focus,
.tour-form textarea:focus {
    border-color: #80b85a;
    box-shadow: 0 0 0 1px rgba(128, 184, 90, .08);
}

.tour-form small {
    display: block;
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.3;
    color: #aaa;
}

.tour-form .country-grid .wpcf7-form-control {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 25px;
    row-gap: 5px;
    margin-bottom: 15px;
}

.tour-form .country-grid .wpcf7-list-item {
    margin: 0;
}

.tour-form .country-grid label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    flex-direction: row;
}

.tour-form .country-grid input[type="checkbox"] {
    width: 12px;
    height: 12px;
    margin: 0;
}

.phone-field {
    display: flex;
    width: 100%;
}

.phone-field .country-code {
    width: 62px !important;
    flex: 0 0 62px;
    border-radius: 3px 0 0 3px !important;
    border-right: 0 !important;
    padding: 5px !important;
}

.phone-field .phone-number {
    width: calc(100% - 62px);
    flex: 1;
    border-radius: 0 3px 3px 0 !important;
}

.tour-form .form-col .wpcf7-radio {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-top: 5px;
    width: fit-content;
}

.tour-form .form-col .wpcf7-radio .wpcf7-list-item {
    margin: 0;
}

.tour-form .form-col .wpcf7-radio label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    white-space: nowrap;
    cursor: pointer;
    font-size: 14px;
    flex-direction: row;
    text-transform: capitalize;
}

.tour-form input[type="radio"] {
    accent-color: #4d9945;
    margin: 0;
}

.travel-style-section {
    margin-top: 5px;
}

.tour-form .style-grid .wpcf7-form-control {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 25px;
    row-gap: 5px;
}

.tour-form .style-grid .wpcf7-list-item {
    margin: 0;
}

.tour-form .style-grid label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
    font-size: 14px;
    cursor: pointer;
    flex-direction: row;
}

.tour-form .style-grid input[type="checkbox"] {
    width: 12px;
    height: 12px;
    margin: 0;
}

.special-requirements {
    height: 95px !important;
    min-height: 95px;
    resize: vertical;
    line-height: 1.4;
}

.tour-form .form-section {
    margin-bottom: 1.5rem;
}

.tour-note {
    margin-top: 5px;
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.4;
    color: #999;
}

.flight-note {
    margin: 8px 0 15px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    color: #ef6c00;
}

.captcha-wrapper {
    margin-bottom: 18px;
}

.submit-wrapper {
    margin-top: 5px;
}

.tour-submit {
    width: 200px !important;
    height: 50px !important;
    border: 0 !important;
    border-radius: 30px !important;
    background: var(--e-global-color-primary) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0px !important;
    box-shadow: none !important;
}

.tour-submit:hover {
    background: #3d8134 !important;
}

.tour-form .wpcf7-not-valid {
    border-color: #e57373 !important;
}

.tour-form .wpcf7-not-valid-tip {
    margin-top: 3px;
    font-size: 10px;
}

.tour-form .wpcf7-response-output {
    margin: 15px 0 0;
    padding: 8px 10px;
    font-size: 11px;
}

.tour-plan-item {
    border-bottom: 1px solid #ddd;
}

.tour-plan-item .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    padding: 20px 0;
}

.tour-plan-item .title h3 {
    margin: 0;
    font-size: 18px;
}

/* Arrow */
.tour-plan-item .arrow {
    width: 10px;
    height: 10px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

/* Content */
.tour-plan-item .content {
    display: none;
    padding: 0 0 20px;
}

/* Item đang mở */
.tour-plan-item.active .content {
    display: block;
}

.tour-plan-item.active .arrow {
    transform: rotate(225deg);
}


/*-------Related Posts-------*/
.ast-related-posts-title {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
}

.related .products {
    padding-top: 0 !important;
}

.ast-related-posts-wrapper {
    margin-bottom: 4rem;
}

.ast-related-posts-wrapper article {
    border: 1px solid #e5e5e5 !important;
}

.ast-related-posts-wrapper article .post-infor {
    padding: 0 1rem 1rem 1rem;
}

.ast-related-posts-wrapper article .ast-excerpt-container {
    font-size: 14px;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}

.ast-related-posts-wrapper article .post-content .read-more {
    margin-top: 1rem;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: var(--ast-blog-meta-weight, "");
}

.ast-related-posts-wrapper .ast-blog-featured-section {
    margin-bottom: 0.5rem;
}

.ast-related-posts-wrapper .entry-header {
    margin-bottom: 1rem;
}

.ast-related-posts-wrapper .post-thumb-img-content {
    overflow: hidden;
}

.ast-related-posts-wrapper .post-thumb-img-content img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: .3s;
    transform: scale(1.1);
}

.ast-related-posts-wrapper .swiper-initialized .post-thumb-img-content img {
    width: 100%;
}

.ast-related-posts-wrapper .swiper-initialized article:hover .post-thumb-img-content img {
    transform: scale(1);
}

/*-------Category Details-------*/
.btn-custom-tour {
    display: flex;
    align-items: center;
    justify-content: end;
}

.btn-custom-tour a {
    color: #ffffff;
    display: flex;
    gap: 4px;
    border-radius: 30px;
    background-color: var(--e-global-color-primary);
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-custom-tour svg {
    width: 20px;
}

.btn-custom-tour a:hover {
    opacity: 0.9;
}

.rea-title {
    font-family: "Newsreader", Sans-serif;
    text-align: center;
    color: var(--e-global-color-primary);
    font-size: 2.5rem;
}

.content-custom {
    margin: 2rem 0;
}

.content-custom .row {
    margin: 0 -1rem;
    display: flex;
}

.content-custom .row .col {
    padding: 0 1rem;
}

.content-custom .row .col-7 {
    width: 58.3333333333%;
    flex: 0 0 58.3333333333%;
}

.content-custom .row .col-5 {
    width: 41.6666666667%;
    flex: 0 0 41.6666666667%;
}

.news-grid.posts .post-item .item-thumbnail {
    aspect-ratio: 4/3;
    overflow: hidden;
    position: relative;
}

.news-grid.posts .post-item .item-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease 0.3s;
}

.news-grid.posts .post-item:hover .item-thumbnail img {
    transform: scale(1.05);
}

.news-grid.posts .post-item h3 {
    text-align: center;
    margin-top: 0.5rem;
    font-size: 1.25rem;
}

.archive.ast-separate-container .cat-destination #primary {
    margin-bottom: 0;
}

.fqa {
    width: 100%;
    margin: 80px 0 0;
    padding: 40px 0;
    position: relative;
}

.fqa::after {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f6f6f6;
}

.box__content {
    position: relative;
    z-index: 1;
}

.fqa .rea-title {
    margin: 0 0 25px;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
    color: #222;
    text-align: left;
}

.fqa-item {
    border-bottom: 1px solid #e5e5e5;
}

.fqa-question {
    width: 100%;
    padding: 20px 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    cursor: pointer;
    font-family: inherit;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
    color: #222;
}

.fqa-question:hover {
    color: var(--e-global-color-primary);
}

.fqa-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    color: var(--e-global-color-primary);
    padding: 0.5rem;
    border-radius: 50px;
}

.fqa-icon svg {
    transition: transform 0.3s ease;
}

.fqa-answer {
    overflow: hidden;
}

.fqa-answer-inner {
    padding: 0 40px 20px 0;
    font-size: 16px;
    line-height: 1.7;
    color: #666;
}

.fqa-answer-inner p:first-child {
    margin-top: 0;
}

.fqa-answer-inner p:last-child {
    margin-bottom: 0;
}

.fqa-item.is-active .fqa-question {
    color: var(--e-global-color-primary);
}

.fqa-item .fqa-icon:hover {
    box-shadow: 0 1px 2px #03363f66, 0 -1px 2px #03363f0a;
}

.fqa-item.is-active .fqa-icon svg {
    transform: rotate(180deg);
}

.fqa-hidden {
    display: none;
}

.fqa-show-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 25px 0 0;
    border-radius: 5px;
    background: #fff;
    color: #aaaaaa;
    font-size: 16px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: all 0.3s ease;
}

.fqa-show-more:hover {}

.show-more-icon {
    transition: transform 0.3s ease;
    transform: rotate(180deg);
    display: flex;
}

.fqa-show-more.is-active .show-more-icon {
    transform: rotate(0deg);
}

.contact-section {
    width: 100%;
    padding: 3rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-family: "Newsreader", Sans-serif;
    font-size: 1.125rem;
    position: relative;
}

.contact-section::after {
    content: '';
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgb(86, 86, 86);
}

.contact-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.contact-title {
    margin-top: 1rem;
}

.contact-link {
    display: block;
    color: var(--e-global-color-accent);
    text-decoration: none;
}

.contact-link:hover {
    color: #fff;
}

.contact-link.phone {
    margin-bottom: 1rem;
}

.enquiry-button {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    border: 1px solid var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    font-size: 1rem;
    text-decoration: none;
}

.enquiry-button:hover {
    background-color: var(--e-global-color-accent);
    color: #fff;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.row .col {
    padding: 0 15px;
}

.row .col-8 {
    width: 66.66667%;
    flex: 0 0 66.66667%;
}

.row .col-4 {
    width: 33.33333%;
    flex: 0 0 33.33333%;
}

.product-swiper-thumbs,
.product-swiper {
    display: none;
}

.product-swiper-thumbs.swiper-initialized,
.product-swiper.swiper-initialized {
    display: block;
}

.product-swiper .image {
    padding-top: 500px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.product-swiper .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-swiper-thumbs .swiper-slide {
    height: auto;
}

.product-swiper-thumbs .swiper-slide .image {
    height: 100%;
}

.product-swiper-thumbs {
    margin-top: 1rem;
}

.product-swiper-thumbs .swiper-slide .image-thumb {
    border: 1px solid #D1D1D1;
    cursor: pointer;
}

.product-swiper-thumbs .swiper-slide-thumb-active .image-thumb {
    border-color: #E84343;
}

.product-swiper-thumbs .image-thumb {
    padding-top: 100px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.product-swiper-thumbs .image-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.title h1 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.sidebar-holder {
    position: sticky;
    top: 20px;
}

.sidebar-holder .tour-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.tour-sidebar>div {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 18px;
    padding: 1rem;
    box-shadow: 0 0px 10px rgba(0, 0, 0, .05);
}

.price-card .label {
    display: block;
    color: #888;
    font-size: 14px;
    margin-bottom: 8px;
}

.price-card .price {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    margin: 0;
    font-size: 38px;
    font-weight: 700;
    color: #111;
    line-height: 1;
}

.price-card .price small {
    font-size: 15px;
    color: #777;
    font-weight: 400;
    margin-bottom: 4px;
}

.price-card del {
    display: inline-block;
    margin-top: 12px;
    color: #b2b2b2;
    font-size: 16px;
}

.rating-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #eee;
}

.rating {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 600;
}

.rating svg {
    fill: #ffb400;
}

.tour-code {
    font-size: 14px;
    color: #666;
}

.info-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.info-card .item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.info-card .icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #f6f8fb;
    color: #1f8b4c;
    flex-shrink: 0;
}

.info-card .text {
    display: flex;
    flex-direction: column;
}

.info-card .text span {
    color: #999;
    font-size: 13px;
}

.info-card .text strong {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
}

.highlight-card h4 {
    margin: 0 0 18px;
    font-size: 18px;
}

.highlight-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.highlight-card li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #444;
}

.highlight-card li::before {
    content: "✓";
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #eaf7ef;
    color: #1f8b4c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: bold;
    flex-shrink: 0;
}

.contact-card {
    text-align: center;
}

.contact-card .btn-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 54px;
    border-radius: 14px;
    background: #0f8b4c;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: .3s;
}

.contact-card .btn-contact:hover {
    background: #0c6d3c;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(15, 139, 76, .25);
}

.contact-card p {
    margin-top: 14px;
    font-size: 13px;
    color: #888;
}

.product-tabs {
    margin: 40px 0;
}

.product-tabs .tab-nav {
    display: flex;
    gap: 10px;
    margin: 0;
    border-bottom: 2px solid #eee;
    margin-bottom: 25px;
    padding: 0;
    list-style: none;
}

.product-tabs .tab-nav li {
    padding: 12px 24px;
    cursor: pointer;
    font-weight: 600;
    color: #666;
    border-bottom: 3px solid transparent;
    transition: .3s;
    margin-bottom: 0;
}

.product-tabs .tab-nav li:hover {
    color: #000;
}

.product-tabs .tab-nav li.active {
    color: #000;
    border-color: #000;
}

.product-tabs .tab-content {
    display: none;
    animation: fade .3s ease;
}

.product-tabs .tab-content.active {
    display: block;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

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

.custom-content {
    position: relative;
    padding: 40px 0;
    background-color: #f6f6f6;
    margin-bottom: 2rem;
}

.custom-content::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%);
    background-color: #f6f6f6;
    z-index: -1;
}

/*-------Responsive-------*/
@media screen and (max-width: 1024px) {
    .banner {
        padding-top: 450px;
    }

    .layout-sidebar .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ast-separate-container .site-main>.ast-row {
        margin-right: -0.5rem;
        margin-left: -0.5rem;
    }

    .ast-blog-layout-4-grid .ast-article-post {
        width: 33.33%;
        flex: 0 0 33.33%;
    }

    .product-swiper .image {
        padding-top: 400px;
    }
}

@media screen and (max-width: 991px) {
    .row .col-8 {
        width: 100%;
        flex: 0 0 100%;
    }

    .tour-sidebar {
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }

    .tour-sidebar {
        position: static;
        margin-top: 30px;
    }

    .tour-sidebar>div {
        padding: 20px;
    }

    .price-card .price {
        font-size: 30px;
    }
}

@media screen and (max-width: 768px) {
    .rea-title {
        font-size: 2rem;
    }

    .fqa {
        margin: 30px auto;
    }

    .fqa .rea-title {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .fqa-question {
        padding: 16px 0;
        font-size: 16px;
    }

    .fqa-answer-inner {
        padding: 0 0 18px;
        font-size: 15px;
    }

    .news-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .layout-sidebar .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .layout-sidebar {
        grid-template-columns: repeat(1, 1fr);
    }

    .ast-blog-layout-4-grid .ast-article-post,
    .ast-blog-layout-4-grid .news-grid .ast-article-post {
        width: 50%;
        flex: 0 0 50%;
    }

    .form-row {
        margin-bottom: 0;
    }

    .form-col {
        margin-bottom: 14px;
    }

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

    .tour-form .wpcf7-radio {
        gap: 15px;
    }
}

@media screen and (max-width: 575px) {
    .product-tabs .tab-nav li{
        padding: 10px 12px;
        font-size: 14px;
    }
    .tour-plan-item .title h3{
        font-size: 16px;
    }
    .ast-related-posts-title {
        font-size: 20px;
    }
    .product-swiper .image {
        padding-top: 300px;
    }

    .content-custom .row .col-5,
    .content-custom .row .col-7 {
        width: 100%;
        flex: 0 0 100%;
    }

    .btn-custom-tour {
        justify-content: center;
    }

    .banner {
        padding-top: 350px;
    }

    .news-grid,
    .layout-sidebar .news-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .tour-form .country-grid .wpcf7-form-control,
    .tour-form .style-grid .wpcf7-form-control {
        grid-template-columns: repeat(2, 1fr);
    }

    .form-row {
        display: block;
    }

    .ast-blog-layout-4-grid .ast-article-post,
    .ast-blog-layout-4-grid .news-grid .ast-article-post {
        width: 100%;
        flex: 0 0 100%;
    }
}