/* trang chủ */
/* ------------------------------------------------------------- */
/* section 1 */

.dt-ct-btn-bg {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.dt-ct-btn-bg a {
    background-color: rgba(255, 255, 255, 0.3) !important;
    border: 1px solid #fff !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    padding: 10px 5px 8px 16px;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 16px;
}

.dt-ct-btn-bg a:hover {
    background-color: #ffffff !important;
    color: #DF5334;
}

.dt-ct-btn-bg a:hover svg {
    stroke: #DF5334;
}

.st-solo-banner-bg .dt-home-section1-h1 {
    padding-bottom: 20px;
}

.st-solo-banner-bg .dt-home-section1-h1 span {
    font-weight: 700;
    font-size: 80px !important;
    line-height: 100%;
    text-transform: capitalize;
    padding-bottom: 86px;
}

.st-solo-banner-bg .dt-home-section1-dec {
    width: 100%;
    text-align: center;
    max-width: 505px;
    margin: 0 auto;
    padding-bottom: 20px;
}

.st-solo-banner-bg .dt-home-section1-dec span {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    text-align: center;

}

@media (max-width: 767px) {
    .st-solo-banner-bg .dt-home-section1-h1 span {
        font-size: 46px !important;
    }

    .st-solo-banner-bg .dt-home-section1-h1 {
        padding-top: 100px;
    }

    .dt-ct-btn-bg {
        padding-bottom: 100px;
    }

}

@media (max-width: 500px) {
    .st-solo-banner-bg .dt-home-section1-h1 span {
        font-size: 40px !important;
    }

    .dt-ct-btn-bg {
        gap: 10px;
        padding-bottom: 100px;
    }

}

/* section 2 */
.st-solo-tour-introduce {
    padding-bottom: 45px;
}

.st-solo-tour-introduce .solo-tour-introduce-left .wpb_content_element.st-tour-introduce-heading p {
    font-family: "Caveat" !important;
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.48px;
    color: #36bca1;
    display: block;
    margin-bottom: 12px;
}

.st-solo-tour-introduce .solo-tour-introduce-left .wpb_content_element.st-tour-introduce-heading h3 {
    font-size: 48px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 110%;
    letter-spacing: -0.96px;
    display: inline-block;
    margin-bottom: 74px;
    margin-top: 0px;
    position: relative;
    display: inline-block;
    color: #081E3C;
}

.st-solo-tour-introduce .solo-tour-introduce-left .wpb_content_element.st-tour-introduce-description p {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 6px;
    display: block;
    max-width: 543px;
    color: #081E3C;
    margin-bottom: 10px;
}

.dt-social-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #fff;
    color: #111;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    transition: all 0.3s ease;
}

.dt-social-icon:hover {
    background: #eee;
}

.st-solo-tour-introduce .solo-tour-introduce-left .wpb_content_element.st-btn a {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1px;
    color: #df5334;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 2px dashed #df5334;
    margin-top: 20px;
    text-decoration: none;
}

.st-solo-list-tour .dt-home-sction2 {
    position: absolute;
    height: 400px;
    width: 100%;
    background-color: #FFCD53;
    opacity: 5%;
    bottom: 80px;
    left: 20px;
}

.st-solo-tour-introduce .solo-tour-introduce-left .wpb_content_element.st-btn svg {
    margin-bottom: -5px;
}

@media (max-width: 991px) {
    .st-solo-tour-introduce .row {
        display: block;
    }

    .st-solo-tour-introduce .solo-tour-introduce-left .wpb_content_element.st-tour-introduce-description p {
        max-width: 100%;
    }

    .st-solo-list-tour .dt-home-sction2 {
        bottom: 150px !important;
    }
}

@media (max-width: 767px) {
    .st-solo-tour-introduce .solo-tour-introduce-left .wpb_content_element.st-btn {
        display: block;
        padding-bottom: 30px;
    }

    .st-solo-tour-introduce .solo-tour-introduce-left .wpb_content_element.st-tour-introduce-heading h3 {
        margin-bottom: 30px;
        font-size: 36px;
    }

    .st-solo-tour-introduce .solo-tour-introduce-left .wpb_content_element.st-tour-introduce-heading p {
        font-size: 24px;
    }
}

/* section 3 */

.st-solo-list-tour .wpb_content_element .wpb_wrapper p {
    font-family: "Caveat" !important;
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.48px;
    color: #36bca1;
    margin-bottom: 0px;
}

.st-solo-list-tour .dt-home-sction2 {
    position: absolute;
    height: 400px;
    width: 99%;
    background-color: #FFCD53;
    opacity: 5%;
    bottom: 80px;
    left: 25px;
	 border-radius:24px;
}

.st-solo-list-tour .wpb_content_element .wpb_wrapper h3 {
    font-size: 48px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 110%;
    letter-spacing: -0.8px;
    margin-top: 12px;
    position: relative;
    display: inline-block;
    color: #081E3C;
}

@media (max-width: 767px) {
    .st-solo-list-tour .wpb_content_element .wpb_wrapper h3 {
        font-size: 36px;
    }

    .st-solo-list-tour .wpb_content_element .wpb_wrapper p {
        font-size: 24px;
    }

}

#st-content-wrapper .st-list-service--bg .related__item .ml5.f14.address.st-location--style4 {
    position: absolute;
    top: 40px;
    padding: 6px 8px;
    left: 0px;
    font-size: 14px;
    background: var(--link-color, #5191FA);
    font-weight: 600;
    margin-left: 0px !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 0px 8px 8px 0px;
    color: #ffffff;
}

#st-content-wrapper .st-list-service--bg .related__item .title--color {
    font-size: 22px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: var(--link-color, #123a32);
    margin: 16px 0px 12px 0px;
    padding: 0px 16px;
}

#st-content-wrapper .st-list-service--bg .related__item .thumb a {
    border-radius: 24px 24px 0 0;
    display: block;
    overflow: hidden;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

#st-content-wrapper .st-list-service--bg .related__item .thumb {
    padding: 0px !important;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    overflow: hidden;
    margin: 0px;
}

#st-content-wrapper .st-list-service--bg .related__item .st-tour--description {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 21px;
    letter-spacing: normal;
    color: #081E3C;
    position: relative;
    padding: 0px 16px;
    margin: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#st-content-wrapper .st-list-service--bg .related__item .st-tour--feature .st-tour__item .item__info .info__name {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    margin: 0px;
    color: #000000;
}

#st-content-wrapper .st-list-service--bg .related__item .st-tour--feature .st-tour__item {
    display: flex;
    align-items: center;
}

#st-content-wrapper .st-list-service--bg .related__item .st-tour--feature .st-tour__item .item__info .info__value {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.16px;
    color: #000000;
    margin-bottom: 0px;
}

#st-content-wrapper .st-list-service--bg .related__item .st-flex.space-between.st-price__wrapper .price--tour .item {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0px !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    border: none !important;
    color: #081E3C;
}

#st-content-wrapper .st-list-service--bg .related__item .st-flex.space-between.st-price__wrapper {
    position: relative;
    padding: 0px 16px 27px 16px;
    align-items: flex-end;
    display: flex;
    margin-top: -25px;
    justify-content: space-between !important;
}

#st-content-wrapper .st-list-service--bg .related__item .st-flex.space-between.st-price__wrapper .st-btn--book a {
    -moz-transition: all 0.3s ease-out;
    display: flex;
    align-items: center;
    background-color: #DF5334;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 8px 12px;
    border-radius: 8px;
    line-height: 100%;
}

.st-list-service--bg.st-list-service--transparent .st-list-service--transparent__pd {
    margin: 40px 0px 60px 0px;
}


/* section 4 */
.custom-hover-wrapper {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    height: 550px;
    overflow: hidden;
    margin: 80px 0px 30px 0px;
    padding: 0;
}

.hover-card {
    flex: 1;
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.5s ease;
    display: flex;
    align-items: flex-end;
}

.hover-card-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    position: relative;
}

.hover-card__label {
    position: absolute;
    top: 16px;
    left: 0px;
    background-color: #36BCA1;
    color: white;
    padding: 6px 12px;
    border-radius: 0 10px 10px 0px;
    font-weight: 600;
    font-size: 14px;
    z-index: 2;
}

.hover-card__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 24px;
    font-size: 15px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
	transition-delay: 0s;
    z-index: 1;
	background: linear-gradient(to top, rgba(64, 64, 64, 0.8), rgba(103, 103, 103, 0));
}

.custom-hover-wrapper:hover .hover-card {
    flex: 1;
    filter: brightness(100%);
}

.custom-hover-wrapper .hover-card:hover {
    flex: 2;
    filter: brightness(100%);
    z-index: 10;
}

.custom-hover-wrapper .hover-card:hover .hover-card__content {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.5s;
}

@media (max-width: 991px) {
    .custom-hover-wrapper {
        margin: 50px 0px 30px 0px;
    }

    .custom-hover-wrapper {
        flex-direction: column;
        height: auto;
    }

    .hover-card {
        flex: unset !important;
        height: 400px;
        filter: brightness(100%) !important;
        z-index: auto;
    }

    .hover-card__content {
        opacity: 1 !important;
        transform: translateY(0) !important;
        z-index: 2 !important;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
    }

    .hover-card__label {
        z-index: 3;
    }
}

.st-solo-list-tour .wpb_content_element .wpb_wrapper a {
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1px;
    color: #df5334;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 2px dashed #df5334;
    margin-top: 5px;
    text-decoration: none;
}

.st-solo-list-tour .wpb_content_element .wpb_wrapper svg {
    margin-bottom: -5px;
}
.st-solo-list-tour .dt-bg-trangchu-right .wpb_wrapper img {
    width: 170px !important;
    height: 354px !important;
    position: absolute;
    top: -40px;
    right: 0;
    transform: translateX(356px);
}
.st-solo-list-tour .dt-bg-trangchu-left .wpb_wrapper img {
    width: 170px !important;
    height: 354px !important;
    position: absolute;
    top: -40px;
    left: 0;
    transform: translateX(-356px);
}

/* section 5 */
.st-solo-list-tour .st-testimonial-new .st-testimonial-slider .item .author .author-meta .star .fa {
    color: #F1981F;
    font-size: 16px;
    margin-right: 2px;
}

.st-solo-list-tour .st-testimonial-new .st-testimonial-slider .item {
    background: none;
    background-color: #FEF9F4;
    padding: 20px;
    border: none;
    border-radius: 12px 12px 12px 54px;
}

.st-solo-list-tour .st-testimonial-new .st-testimonial-slider .item .author .author-meta h4 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #081E3C;
    font-weight: 500;
}

.st-solo-list-tour .st-testimonial-new .st-testimonial-slider .item p {
    font-size: 14px;
    color: #081E3C;
    margin-bottom: 0px;
    font-weight: 400;
}

.st-solo-list-tour .owl-carousel.st-testimonial-slider.style-1.owl-loaded.owl-drag {
    margin-top: 30px;
}

.st-solo-list-tour .owl-dots {
    padding-top: 32px;
    text-align: center;
    display: none;
}

/* section 6 */

.st-solo-blog-list .wpb_content_element p {
    font-family: "Caveat" !important;
    font-size: 38px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.48px;
    color: #36bca1;
    margin-bottom: 0px;
}

.st-solo-blog-list .wpb_content_element h3 {
    font-size: 48px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 110%;
    letter-spacing: -0.8px;
    margin-top: 12px;
    position: relative;
    display: inline-block;
    color: #081E3C;
}

.st-solo-blog-list .st_blog .thumb-caption .title {
    margin: 10px 0px 10px 0px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    transition: all 0.35s;
    color: #081E3C;
}

.st-solo-blog-list .st_blog .thumb-caption .blog-date li.blog-location:after {
    content: "";
    position: absolute;
    top: 8px;
    right: -12px;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #081E3C;
}

.st-solo-blog-list .st_blog .thumb-caption .blog-date li.blog-location {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-transform: uppercase;
    margin-right: 20px;
    position: relative;
    color: #081E3C !important;
}

.st-solo-blog-list .st_blog .thumb-caption .blog-date li {
    list-style: none;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #081E3C;
}

.st-solo-blog-list .st_blog .thumb-caption p {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #081E3C;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    margin-bottom: 5px;
}

.st-solo-blog-list .st_blog .thumb-caption .dt-read-more {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #081E3C;
}
.st-solo-blog-list .st_blog .thumb-caption{
	padding: 16px 24px 30px 24px;
    margin-bottom: 0px;
}

/* section 7 */
.poup-video-st .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    border: none;
}

.poup-video-st .thumbnail::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    background-image: url('https://taxuatour.com/wp-content/uploads/2025/06/Group-2302.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
}

.poup-galler-sticon-gallery.video-st-popup {
    position: absolute;
}

.poup-video-st img.group.list-group-image {
    height: 386px;
    min-height: 150px !important;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .poup-video-st img.group.list-group-image {
        height: auto !important;
    }
}

/* section 8 */
@media (max-width: 991px) {
    .st-solo-list-video1 {
        padding: 0 15px;
    }
}

.st-solo-list-video1 .st-faq-new .item {
    border-bottom: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.st-solo-list-video1 .st-faq-new h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    display: none;
}


.dt-dec .wpb_wrapper h6 {
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.48px;
    color: #000000;
    margin-top: 50px;
}

/* footer */
.st.bg-holder.dt-footer-contact.vc_custom_1751107795326.vc_row-has-fill {
    height: 1300px;
    margin-top: -200px;
}

.dt-footer-contact .poup-video-st .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: transparent;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    border: none;
}

.dt-footer-contact .poup-video-st img.group.list-group-image {
    width: 100%;
    max-width: 519px;
    aspect-ratio: 519 / 332;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    display: block;
    height: auto;
}

.dt-footer-contact .dt-bg-contact {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
    border-radius: 10px;
    padding: 30px 50px 50px 50px;
	    margin-top: -30px;
}

.dt-footer-contact .dt-form-group {
    position: relative;
}

.dt-footer-contact .dt-form-group input {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid #f15b2a;
    padding: 12px 0;
    font-size: 16px;
    color: #081E3C;
    outline: none;
}

.dt-footer-contact .dt-form-group input::placeholder {
    color: #777;
    font-weight: 400;
}

.dt-footer-contact .dt-form-group .plus-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #f15b2a;
    pointer-events: none;
}

.dt-footer-contact .dt-form-submit {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.dt-footer-contact .submit-btn-wrapper {
    display: flex;
    justify-content: flex-end;
}

.dt-footer-contact .submit-btn-wrapper p {
    background: #f15b2a;
    color: #fff;
    border: none;
    padding: 12px 32px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}
.dt-footer-contact .wpcf7-form-control.wpcf7-submit.has-spinner.submit-btn {
    background-color: #F15B2A;
    border: none;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 500;
}

.dt-footer-contact .submit-btn-wrapper p:hover {
    background: #d74e20;
}

.dt-footer-contact .dt-form-group p {
    margin-bottom: 35px;
}

.dt-footer-contact .dt-form-submit p {
    display: flex;
    flex-direction: column;
}

.dt-footer-contact form.wpcf7-form.init {
    max-width: 420px;
    margin: 0 auto;
}

@media (max-width: 991px) {
    .st.bg-holder.dt-footer-contact.vc_custom_1751107795326.vc_row-has-fill {
        height: 1300px;
        margin-top: 0px;
    }

    .dt-footer-contact .poup-video-st img.group.list-group-image {
        max-width: 100%;
    }

    .dt-footer-contact .dt-bg-contact {
        padding: 0 20px 20px 20px;
    }

    .dt-footer-contact .dt-form-group input {
        padding: 10px 0;
    }

    .dt-footer-contact .dt-form-submit {
        justify-content: center;
    }

    .dt-footer-contact form.wpcf7-form.init {
        max-width: 100%;
    }
	.dt-footer-info h3 {
    margin-top: 0;
}
	#main-footer {
    padding-bottom: 0px;
}


}

@media (max-width: 500px) {
    .st.bg-holder.dt-footer-contact.vc_custom_1751107795326.vc_row-has-fill {
        height: 800px;
    }
}

/* footer 2 */
.dt-footer-info .dt-info-1 p {
    font-size: 16px;
    font-weight: 400;
}

.dt-footer-info h3 {
    font-size: 24px;
    font-weight: 700;
    color: #081E3C;
}

.dt-footer-info .dt-info-2 a,
.dt-footer-info .dt-info-3 a {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: #081E3C;
}

.dt-footer-info .footer-email-form {
    border-bottom: 2px solid #2f3c52;
    max-width: 270px;
    padding-bottom: 6px;
    margin-left: 0;
    margin-right: auto;
    font-family: inherit;
    text-align: left;
    display: flex;
    align-items: center;
    width: 270px;
}

.dt-footer-info .footer-email-form p {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    width: 100%;
}

.dt-footer-info .footer-email-form input[type="email"] {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px;
    font-family: inherit;
    color: #2f3c52;
    padding: 4px 0;
    width: 230px;
}

.dt-footer-info .footer-email-form input[type="email"]::placeholder {
    color: #2f3c52;
    opacity: 1;
}

.dt-footer-info .footer-email-form input[type="submit"] {
    border: none;
    background: none;
    color: #2f3c52;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    padding-left: 12px;
    flex-shrink: 0;
}

.dt-footer-info .footer-email-form .wpcf7-spinner {
    display: none;
}

.dt-footer-info .footer-email-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.dt-footer-info .dt-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #000;
    border-radius: 50%;
    text-decoration: none;
    margin-right: 10px;
    transition: background 0.3s ease;
    margin-top: -10px;
}

.dt-footer-info .dt-social-icon:hover {
    background-color: #333;
}

.dt-footer-info .dt-social-icon .icon-svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.st-flex {
    display: flex;
    align-items: center;
    justify-content: center !important;
}

.st-flex .f14 {
    font-size: 16px !important;
}

/* check */
@media (max-width: 991px) {
    .st-solo-list-tour .vc_empty_space.space-bottom {
        height: 30px !important;
    }

    .st-solo-blog-list .st_blog.style7,
    .st-solo-blog .st_blog.style7 {
        margin-top: 30px !important;
    }

    .dt-footer1 {
        padding-top: 100px;
    }
}

@media (max-width: 767px) {
    .list-service-style7.owl-carousel.owl-loaded.owl-drag {
        margin-top: -60px;
    }

    .vc_row.wpb_row.st.bg-holder.st-solo-list-tour.vc_custom_1751132155934 {
        margin-top: 60px !important;
    }

    .st-solo-list-tour .vc_empty_space.space-bottom {
        height: 0px !important;
    }

    .custom-hover-wrapper {
        margin: 20px 0px 30px 0px !important;
    }

    .st-testimonial-new.style-1 {
        margin-top: -40px;
    }

    .wpb_wrapper>.vc_empty_space {
        height: 0px !important;
    }

    .eaw-weather-component {
        margin-top: -50px !important;
    }

    .st-faq-new.st-faq {
        margin-top: -50px;
    }

    .dt-dec .wpb_wrapper h6 {
        margin-top: 20px !important;
    }

    .vc_row.wpb_row.vc_inner.dt-bg-contact {
        margin-top: -30px;
    }
}



/* combo taxua */
@media (min-width: 768px) {
    .st-tour--solo .st-tour--solo__banner .banner {
        min-height: 450px;
    }
}

.st-tour--solo .search-form-wrapper .search-form .form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 20px;
    padding: 44px 32px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    height: auto !important;
    gap: 10px;
}

.st-tour--solo .search-form-wrapper .search-form .form .form-group.field-detination {
    min-width: 304px;
    width: auto !important;
    height: 54px !important;
    border: 1px solid #081E3C !important;
    border-radius: 10px;
    margin-right: 0px;
    background-color: #fff !important;
    position: relative;
    display: flex;
    padding-left: 24px !important;
}

.st-tour--solo #dropdown-destination input {
    background-color: #fff;
    color: #081E3C !important;
    font-size: 16px;
}

.st-tour--solo .search-form-wrapper .search-form .form .form-group.form-date-search-new {
    min-width: 304px;
    width: auto !important;
    height: 54px !important;
    border-radius: 10px;
    border: 1px solid #081E3C !important;
    margin-right: 0px;
    padding: 12px 0px 12px 24px !important;
    background-color: #fff !important;
    display: flex;
}

.st-tour--solo .search-form-wrapper .search-form .form .form-group.form-date-search-new .st-date-text {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #081E3C;
}

.st-tour--solo .search-form-wrapper .search-form .form .form-group.field-guest-new {
    min-width: 304px;
    width: auto !important;
    height: 54px !important;
    border-radius: 10px;
    border: 1px solid #081E3C !important;
    margin-right: 0px;
    padding-left: 24px !important;
    background-color: #fff !important;
    display: flex;
}

.st-tour--solo .search-form-wrapper .search-form .form .form-group.field-guest-new label {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #081E3C;
}

.st-tour--solo .search-form-wrapper .search-form .form .form-group.field-guest-new .dropdown {
    line-height: 20px;
}

.st-tour--solo .search-form-wrapper {
    position: unset !important;
    padding-top: 0px;
    position: relative;
    margin-top: -100px;
}

.st-tour--solo .search-form-wrapper .search-form {
    width: 100%;
    min-height: auto !important;
    border: none !important;
    border-radius: 20px !important;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
    margin-bottom: 20px;
}

.st-tour--solo .search-form-wrapper .search-form .form .form-button-new .btn-search {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    padding: 15px 20px;
    letter-spacing: 1px;
    color: #ffffff;
    background: #DF5334;
    border-radius: 10px;
    position: relative;
    box-shadow: none !important;
    z-index: 50;
    outline: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.st-tour--solo .search-form-wrapper .search-form .form .form-group.field-detination svg , .st-tour--solo .search-form-wrapper .search-form .form .form-group.form-date-search-new svg ,.st-tour--solo .search-form-wrapper .search-form .form .form-group.field-guest-new svg{
    width: 24px;
    height: 24px;
}

#st-content-wrapper .st-list-service--bg .related__item {
    margin-bottom: 0px;
    border: none;
    border-radius: 24px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    display: table;
    height: auto !important;
}

.st-tour--solo .sidebar-item-wrapper .sidebar-item .item-content .irs .irs-bar {
    background-color: #DF5334;
    border-color: #DF5334;
}

.st-tour--solo .sidebar-item-wrapper .sidebar-item .item-content .btn-apply-price-range {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    margin-top: 16px;
    letter-spacing: 1px;
    color: #DF5334;
}

.st-tour--solo .sidebar-item-wrapper .sidebar-item .item-content ul ul .st-icheck-item label .checkmark {
    border: solid 1px #1A2B48;
    border-radius: 5px;
}

.st-tour--solo .st-left {
    display: none !important;
}

.st-left {
    display: none !important;
}

.st-breadcrumb.hidden-xs.thanhdays {
    position: absolute;
    left: 0px;
    top: 120px;
    width: 100%;
    padding: 0px !important;
    border-bottom: none !important;
}

#st-content-wrapper .st-breadcrumb ul {
    list-style: none;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    background: #FFF;
    display: flex;
    align-items: center;
}

#st-content-wrapper .st-breadcrumb ul li.active {
    color: #fff;
    padding-top: 0px !important;
}

@media (max-width: 767px) {
    .st-tour--solo .search-form-wrapper .search-form {
        padding-bottom: 0px !important;
    }

    .st-tour--solo .search-form-wrapper {
        margin-top: 20px;
    }

    .st-tour--solo .search-form-wrapper .search-form .form .form-group.field-detination,
    .st-tour--solo .search-form-wrapper .search-form .form .form-group.field-guest-new,
    .st-tour--solo .search-form-wrapper .search-form .form .form-group.form-date-search-new {
        min-width: 100% !important;
    }
}
#st-content-wrapper .st-breadcrumb svg {
    stroke: #fff;
}


/* blog */
@media (min-width: 768px) {
    .st-blog-solo--wrapper .st-blog--banner .banner {
        min-height: 450px;
    }
}
.banner--solo .banner-title-solo , .banner .banner-title-solo {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 32px;
    letter-spacing: 0.48px;
    color: #fff;
    margin-bottom: 12px;
}
.banner--solo .banner-content-solo ,
.banner .banner-content-solo{
    text-align: left;
    font-size: 48px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 36px;
    letter-spacing: -0.8px;
    color: #fff;
    position: relative;
    margin: 0px;
}
.banner .banner-content-solo:after {
    position: absolute;
    content: url(https://taxuatour.com/wp-content/themes/traveler/v2/images/Vector.svg);
    left: 0px;
    bottom: -40px;
}
.st-tour--solo .st-tour--solo__banner .st-breadcrumb ul li:not(:last-child):after {
    background: #fff !important;
    right: 10px !important;
    border-radius: 50%;
}
.st-blog-solo--wrapper .st-blog--banner .st-breadcrumb ul li:not(:last-child):after {
    background: #fff !important;
    right: 10px !important;
    border-radius: 50%;
}
.st-blog-solo--wrapper .st-blog--search .blog-wrapper .st-blog--bg .st-blog--item .thumb-caption .st-tour--description {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #081E3C;
}
.st-blog-solo--wrapper .st-blog--search .blog-wrapper .st-blog--bg .st-blog--item .thumb-caption .blog-date li
 {
    list-style: none;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #081E3C;
    position: relative;
}
.st-blog-solo--wrapper .st-blog--search .blog-wrapper .st-blog--bg .st-blog--item .thumb-caption .blog-date li:not(:first-child):after {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    top: 8px;
    left: -11px;
    background: #081E3C;
}
.st-blog-solo--wrapper .st-blog--search .solo-load-more-blog button {
    text-align: center;
    border-radius: 10px;
    background-color: #DF5334;
    display: inline-block;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1px;
    color: #ffffff;
    border: none;
    outline: none;
    position: relative;
    box-shadow: none !important;
    z-index: 50;
    margin-bottom: 60px;
}
.st-blog-solo--wrapper .st-blog--search .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 5px;
    letter-spacing: normal;
    color: #081E3C;
}

/*lien he*/
#st-content-wrapper .st-breadcrumb ul {
    list-style: none;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    background: transparent;
    display: flex;
    align-items: center;
    display: none;
}
.search-result-page .banner h1 {
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: left;
    margin: 0;
    font-weight: bold;
}
.search-result-page .banner {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 450px;
    display: flex;
    align-items: center;
}

.vc_row.wpb_row.st.bg-holder.dt-page-contact.vc_custom_1751172257678.vc_row-has-fill {
    height: 1300px;
    margin-top: 200px;
}
.vc_row.wpb_row.vc_inner.dt-pgae-bg-contact {
    padding: 0 30px 0 15px;
}
img.vc_single_image-img.attachment-thumbnail {
    width: 519px;
    max-width: 519px;
    aspect-ratio: 519 / 332;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    display: block;
    height: auto;
}
.dt-page-contact .dt-form-group {
  position: relative;
  margin-bottom: 24px;
}

.dt-page-contact .dt-form-group input,
.dt-page-contact .dt-form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ea6438;
  padding: 8px 32px 8px 0;
  font-size: 16px;
  background: transparent;
  color: #333;
  font-family: inherit;
  outline: none;
  resize: none;
}
.dt-page-contact .dt-form-group textarea.your-message {
  height: 100px;
}
.dt-page-contact .dt-form-group input::placeholder,
.dt-page-contact .dt-form-group textarea::placeholder {
  color: #555;
  font-weight: 400;
}

.dt-page-contact .plus-icon {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 18px;
  color: #ea6438;
  pointer-events: none;
}
.dt-page-contact .edit-icon {
    display: inline-block;
    width: 16px; 
    height: 16px;
    background-image: url('https://taxuatour.com/wp-content/uploads/2025/07/Vector.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: transparent; 
    font-size: 0;
}


.dt-page-contact .dt-form-submit input[type="submit"] {
  background-color: #ea6438;
  color: white;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.dt-page-contact .dt-form-submit input[type="submit"]:hover {
  background-color: #d55025;
}

.dt-page-contact #wpcf7-f62-p8088-o1 {
    background-color: #FCFAF4CC;
    background-color: #FCFAF4CC;
    width: calc(100% + 200px);
    margin-left: -100px;
    padding: 10px 100px 40px 100px;
    margin-top: -20px;
    border-radius: 10px;
}
.dt-page-contact .wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    position: relative;
    z-index: 2;
    border-radius: 10px;
}
.dt-page-contact .dt-form-submit {
    text-align: right;
}
.dt-page-contact .dt-form-submit p {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
@media (max-width: 767px) {
    .dt-page-contact .wpb_single_image img {
    width: 999px;
}
.vc_row.wpb_row.vc_inner.dt-pgae-bg-contact {
    padding: 0 15px 0 15px;
}
}

/*tours*/
#st-content-wrapper.st-single-tour .st-tour-feature .item .icon i {
    font-size: 36px;
    color: #36BCA1;
}
#st-content-wrapper.st-single-tour .st-tour-feature .item .info .name {
    font-size: 16px;
    color: #36BCA1;
    margin: 0;
    margin-bottom: 3px;
}
#st-content-wrapper.st-single-tour .st-tour-feature .item .info .value {
    font-size: 16px;
    color: #081E3C;
    margin: 0;
}
#st-content-wrapper .form-book-wrapper .form-head {
    padding: 17px 20px;
    background: #DF5334;
    font-size: 12px;
    color: #fff;
    border-radius: 24px 24px 0 0;
}
.st-number-wrapper input {
    float: right;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #DF5334;
    text-align: center;
    border: none;
    box-shadow: none;
    width: 35px;
    margin-left: 10px;
    margin-right: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#st-content-wrapper .form-book-wrapper {
    border-radius: 0 0 4px 4px;
    background: #FFF;
}
button.btn.btn-large.btn-full.upper.btn-book-ajax {
    border-radius: 0 0 24px 24px;
    padding: 20px 0;
    background-color: #DF5334;
}

#st-content-wrapper .form-book-wrapper .submit-group {
    border-top: none;
    padding: 0;
}
#st-content-wrapper .widgets .widget-box {
    background: #FFF;
    border-radius: 3px;
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #D7DCE3;
    display: none;
}
#st-content-wrapper .form-book-wrapper {
    border: none;
    border-top: none;
}
#st-content-wrapper.st-single-tour .st-hotel-header .right .review-score.style-2 .st-link
 {
    font-size: 14px;
    color: #081E3C;
}

/*header*/
#header .header .header-left #st-main-menu .main-menu > li > a {
    display: block;
    padding: 35px 25px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
#header .header .header-left #st-main-menu .main-menu li.current-menu-item > a, #header .header .header-left #st-main-menu .main-menu li.current-menu-ancestor > a {
    color: #DF5334 !important;
}
#header .header .header-left #st-main-menu .main-menu a {
    color: #081E3C;
    text-decoration: none;
}
#header .header .header-left #st-main-menu .main-menu a:hover {
  color: #ea6438;
}
#header .header .header-left #st-main-menu .main-menu > li:hover {
  color: #DF5334 !important;
}

#header .header .header-left #st-main-menu .main-menu > li:hover a {
  color: #DF5334 !important;
}
#header #topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 50px;
    background: #8A371C;
}

/* header */
.topbar-left .topbar-items::before {
  content: "";
  display: inline-block;
  background-image: url('https://taxuatour.com/wp-content/uploads/2025/06/discord.svg');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
}

.topbar-left .topbar-items::after {
  content: "Giảm giá các combo 3 ngày 2 đêm từ 01/06 – 30/6/2025";
  color: white;
  font-size: 16px;
  display: inline-block;
}
.fa-envelope::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('https://taxuatour.com/wp-content/uploads/2025/06/Mail.svg');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 6px;
}
.fa-envelope::after {
  content: "admin@taxuatour.com";
  color: #ffffff; 
  font-size: 16px; 
	    font-family: 'Gilroy', sans-serif !important;
}
.fa-phone::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url('https://taxuatour.com/wp-content/uploads/2025/06/Phone.svg');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 6px;
}
.fa-phone::after {
  content: "08789 05858";
  color: #ffffff; 
  font-size: 16px; 
	    font-family: 'Gilroy', sans-serif !important;
}
#header #topbar .socials {
    display: inline-block;
    border-right: none;
}
@media (max-width: 911px) {
	#header #topbar {
    display: none;
}
}
@media (max-width: 767px) {
    #header .header .logo img {
        max-width: 200px;
    }
	.st-header-1 .header .logo img {
    height: 46px !important;
    object-fit: unset;
}
}
li.topbar-item.signup-item {
    display: none !important;
}
a.login {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url(https://taxuatour.com/wp-content/uploads/2025/06/sdt.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
}
@media (max-width: 700px) {
    .header-right {
       display: block !important;
    }
}
@media (max-width: 991px) {
    #header .header .header-left {
        float: left;
        margin-right: 0 !important;
    }
}
.vc_custom_1751107795326 {
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

/* fix bug */
#st-content-wrapper .st-list-service--bg .related__item .ml5.f14.address.st-location--style4 {
    background-color: #36BCA1 !important;
}

.submit-btn-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.submit-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.dt-footer-contact .wpcf7-spinner {
	display: none;
}
.aligncenter {
    clear: both;
    width: 100% !important;
    text-align: center;
}
#st-content-wrapper .st-heading-section {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 16px;
    background-color: #f0faf9;
    border-left: 3px solid #36bca1;
    color: #1a2b48;
    margin-bottom: 20px;
}
#st-content-wrapper .review-box .review-box-score .review-score {
    color: #f15b2a !important;
}
#st-content-wrapper .review-box .item .progress .percent.green {
    background: #f15b2a;
}
#st-content-wrapper .review-box .review-box-score .review-score-base span {
    color: #f15b2a;
}

#reviews .c-main {
    color: #DF5334 !important;
    font-size: 24px !important;
}
input[name="comment_title"] {
  display: none;
}
.form-group {
    margin-bottom: 0;
}
#st-content-wrapper #reviews #write-review #respond {
    margin-top: 30px;
    padding: 30px;
    border-radius: 5px;
    border: none;
    background: #FFCD530D;
}
#st-content-wrapper #reviews #write-review .form-wrapper .form-group .form-control {
    height: 40px;
    font-size: 14px;
    box-shadow: none;
    color: #768090;
    font-weight: 500;
    border-color: transparent;
    border-radius: 12px;
}
.review-items .item:has(input[name="st_review_stats[Sleep]"]),
.review-items .item:has(input[name="st_review_stats[Room(s)]"]) {
  display: none;
}
#st-content-wrapper #reviews #write-review .form-wrapper .form-group textarea {
    padding-top: 20px;
    height: 210px !important;
    resize: none;
    min-height: 210px !important;
}
#st-content-wrapper #reviews #write-review .review-form .review-items {
    background: #FFF;
    padding: 30px;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    margin-top: 15px;
    height: 210px !important;
}
#respond .submit {
    border-radius: 8px;
    color: #FFF;
    margin-top: 35px;
    border: none;
    box-shadow: none;
    font-size: 14px;
    background: #DF5334 !important;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
}
#respond .submit::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  background-image: url('https://taxuatour.com/wp-content/uploads/2025/07/Icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}




