/*
Theme Name:     Traveler Childtheme
Description:    Traveler Child Theme
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

:root {
  --bg-color: #0b4f53;
  --yellow: #FFAA0D;
  --green-btn: #8cc63f;
  --white: #ffffff;
  --red: #930f0f;
  --green: #066168;
  --dark: #49505a;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@keyframes slidebanner {
	0% {
    	transform: translateX(0);
	}
	100% {
	    transform: translateX(-30px);
	}
}
@keyframes galleryMove {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

body header .header div.header-left .logo img {
	max-width: 100px;
}

.header {
	border-bottom: none !important;
}
header #sticky-wrapper {
	position: absolute;
    top: 30px;
    left: 40px;
    z-index: 9999;
    width: calc(100% - 80px);
    overflow: auto;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    background: #00000080;
    border-radius: 20px;
}
body header .header #main-menu.main-menu > li > a {
	color: var(--white);
	padding: 30px 15px;
}
body .is-sticky .header.header-sticky-menu {
	background: var(--green);
	border-radius: 20px;
}
body header .header div.header-right .st-list .st-header-link a {
	background: var(--yellow);
	border-radius: 50px;
    padding: 10px 20px;
}
.hero-banner {
  position: relative;
  width: 100%;
  min-height: 480px;
  margin: 0 auto;
  background-color: #00000080;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px;
  color: var(--white);
}

.banner-content {
  position: relative;
  z-index: 2;
}
.hero-banner .banner-image img {
	max-width: 500px;
	width: 100%;
}

.title-sub {
  font-family: "Kaushan Script", Sans-serif;
  font-size: 2.5rem;
  color: var(--white);
  line-height: 3rem;
}

.title-main {
  font-family: "Kaushan Script", Sans-serif;
  font-size: 4rem;
  line-height: 4.5rem;
  font-weight: 600;
  color: var(--yellow);
  text-shadow: 3px 3px 0px rgba(0,0,0,0.2);
  animation: slidebanner 3s linear infinite alternate-reverse both;
}

.tagline {
    font-size: 25px;
    line-height: 30px;
    font-style: italic;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}
.site-button {
    outline: none;
    color: var(--green);
    font-weight: bold;
    padding: 10px 25px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-flex;
    background-color: #ffffff;
    border: none;
    font-size: 22px;
    transition: all 0.35s !important;
    white-space: nowrap;
    border-radius: 50px;
}

.site-button:hover {
	transform: translateY(-3px);
	color: #0e5c4a;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	transition: all 0.35s !important;
}
.site-button:after {
	background: #0e5c4a;
    content: "";
    height: 160px;
    opacity: 0;
    position: absolute;
    top: -50px;
    left: -100%;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
}
.site-button:hover::after {
    left: 200%;
    opacity: 0.6;
}

.social-wrapper {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.follow-text {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--white);
	background: linear-gradient(90deg, rgba(255, 170, 13, 0.1) 0%, rgba(6, 97, 104, 0.2) 100%);
    border-left: 3px solid #FFAA0D;
	padding: 6px 12px;
}

.social-wrapper .divider {
  width: 40px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}

.social-icons a {
  color: var(--white);
  margin-left: 10px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.35s !important;
}

.social-icons a:hover {
  color: var(--yellow);
  transform: translateY(-5px);
  transition: all 0.35s !important;
}
.social-icons i {
    margin-right: 5px;
}
.discount-badge {
  position: absolute;
  right: 60px;
  top: 40%;
  transform: rotate(-12deg);
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--white);
}

.discount-badge .small-text {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
}

.discount-badge .big-percent {
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 0.9;
    font-style: italic;
    /*font-family: 'Afacad';*/
    color: var(--yellow);
}

.discount-badge .discount-text {
  font-size: 1rem;
  letter-spacing: 1px;
}

.trv-step-bx4 {
    margin-bottom: 20px;
}
.trv-step-bx4 .trv-step-bx4-count {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #DBEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto -20px;
}
.trv-step-bx4 .trv-step-bx4-count span {
    width: 60px;
    height: 60px;
    background-color: var(--green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    transition: all 0.35s !important;
    /*font-family: "Afacad", sans-serif;*/
}
.trv-step-bx4:hover span {
	background-color: var(--yellow);
	transition: all 0.35s !important;
}
.trv-step-bx4 .trv-step-bx4-info {
    background: rgba(6, 97, 104, 0.05);
    border: 0px solid #FFFFFF;
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.05);
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    border-radius: 30px 0px 30px 30px;
    padding: 20px 30px;
    display: flex;
    align-items: center;
}
.trv-step-bx4 .trv-step-bx4-info .trv-media {
    min-width: 35px;
    width: 35px;
    margin-right: 20px;
}
.trv-step-bx4 .trv-step-bx4-info .trv-media img {
    filter: brightness(0) saturate(100%) invert(27%) sepia(11%) saturate(5932%) hue-rotate(146deg) brightness(100%) contrast(95%);
}
.trv-step-bx4 .trv-step-bx4-info .trv-title {
    /*font-family: "Afacad", Sans-serif;*/
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
    color: var(--green);
    transition: all 0.35s !important;
}
.about-car {
	margin-left: 20px;
    position: relative;
    transition: all 0.3s ease-out 0s;
    overflow: hidden;
}
.about-car .about-img-01 {
    border-radius: 0px 60px;
    overflow: hidden;
    /*padding: 5px;*/
}
.about-car .about-img-03 {
    border-radius: 60px 0 60px 0;
    overflow: hidden;
    /*padding: 5px;*/
}
.about-car .about-img-02 {
    overflow: hidden;
    border-radius: 60px 0px;
    /*padding: 5px;*/
}
.about-car .about-img-04 {
    border-radius: 0 60px 0 60px;
    overflow: hidden;
    /*padding: 5px;*/
}
.about-car .about-exp {
	width: 180px;
    height: 180px;
    border-radius: 50%;
    background: var(--green);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid 8px #ccdddd;
    color: var(--yellow);
    /*font-family: "Afacad", Sans-serif;*/
}
.about-car img {
	overflow: hidden;
	transition: all 0.35s !important;
	width: 100%;
}
.about-car:hover img {
	transform: scale(1.1);
	transition: all 0.35s !important;
}
.about-car h3 {
	font-size: 40px;
	margin-bottom: 0px;
    font-weight: 900;
	/*font-family: "Afacad", Sans-serif;*/
}
.about-car p {
	font-size: 25px;
    line-height: 30px;
    font-weight: bold;
}

.section-how-to-book {
    position: relative;
}
.step-by-step {
    padding: 20px;
    background-color: var(--green);
    color: var(--white);
    border-radius: 20px;
}
.step-by-step .count-step {
    max-width: 40px;
    width: 100%;
    height: 40px;
    background-color: var(--green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 18px;
    font-weight: 900;
    /*font-family: "Afacad", sans-serif;*/
    border: solid 3px #DBEEEE;
}
.step-by-step h4 {
	/*font-family: "Afacad", sans-serif;*/
    font-size: 20px;
    font-weight: 500;
    color: var(--yellow);
    margin-bottom: 5px;
}
.howtobook span {
	font-size: 16px;
	/*font-family: "Afacad", sans-serif;*/
    line-height: 20px;
}

.contact-footer {
	text-align: end;
}
.contact-footer a {
	font-size: 18px;
	color: var(--white);
}
.contact-footer i {
	margin-right: 8px;
}

.table-price-tour {
    border-collapse: collapse;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}
.styled-table tr {
    border-bottom: 1px solid var(--green);
    text-align: center;
    background: #ffffff;
}
.header-table-price {
    color: var(--white);
    border-radius: 15px 15px 0 0;
}
.styled-table tr.end-table {
    border-bottom: none;
}
.styled-table th, .styled-table td {
    padding: 15px;
    font-size: 18px;
}
.train-price {
    border-bottom: none;
}
.train-price th {
	font-size: 22px;
}
.contact-info {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}
.phone-number {
    font-weight: bold;
    color: var(--red);
    font-size: 22px;
}
.footer-train-ticket {
    background-image: url(http://huetophongnha/wp-content/uploads/2026/08/slider-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #066168;
}
#main-footer {
    overflow: hidden;
}
#general-footer-train {
    padding: 70px 20px;
}
.main-footer .logo-footer img {
    max-width: 150px;
    width: 100%;
}
.bgr-section {
    background-color: #00000080;
    border-radius: 20px;
    padding: 50px 30px;
    margin-bottom: 40px;
}
.item-main-footer {
    margin-right: 50px;
}
.services-footer h4 {
    color: var(--yellow);
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.list-services ul {
    padding-left: 0;
}
.list-services ul li {
    color: var(--white);
    margin-bottom: 12px;
    list-style: none;
}
.list-services i {
    font-size: 12px;
    margin-right: 5px;
}
.list-services a {
    color: var(--white);
    transition: all .5s ease-in-out !important;
}
.list-services li a:hover {
    padding-left: 10px;
    color: var(--yellow);
    transition: all .5s ease-in-out !important;
}
.right-office {
    align-self: center;
    margin-left: auto;
}
.bgr-section.office-footer {
    padding: 20px 30px;
}
.manager-footer h3 {
    font-size: 35px;
    font-weight: bold;
    color: var(--yellow);
    line-height: 40px;
    margin-bottom: 15px;
}
.manager-footer h5 {
    color: var(--white);
}
.manager-footer a {
    color: var(--yellow);
}
.btn-book-car.site-button,
.btn-book-ticket.site-button {
    background: var(--yellow);
    color: var(--white);
}
.services-item.item-elementor .item .content-item .st-address span {
    font-size: 12px;
}

.cards-wrapper {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    gap: 30px;
}
.travel-card {
    background: #ffffff;
    border-radius: 40px;
    padding: 20px;
    padding-bottom: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.destination-train .travel-card img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 24px;
    display: block;
    overflow: hidden;
    transition: all 0.35s !important;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.destination-train .travel-card:hover img {
    transform: scale(1.08);
    transition: all 0.35s !important;
}
.travel-card h3 {
    margin-top: 16px;
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    color: #005f6b;
    text-align: center;
}
.travel-card a {
    flex: 1;
    text-decoration: none;
    display: block;
}
.destination-train .travel-card .img-box {
    width: 100%;
    height: 350px;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    transform: translateZ(0); 
}



.site-gallery-box {
    padding: 20px 40px;
    border-radius: 20px;
    background-color: #00000080;
}

.site-gallery-title h3 {
  margin: 0;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: var(--white);
}

.site-gallery-title h3 span {
  display: block;
  font-size: 40px;
  line-height: 50px;
  color: var(--yellow);
  font-family: "Kaushan Script", Sans-serif;
}

.gallery-marquee {
  width: 100%;
  overflow: hidden;
}

.gallery-track {
  display: flex;
  width: max-content;
  animation: galleryMove 25s linear infinite;
  will-change: transform;
}

.gallery-list {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 20px;
  flex-shrink: 0;
}

.gallery-item {
  width: 200px;
  height: auto;
  overflow: hidden;
  flex-shrink: 0;
  padding: 10px 0;
}

.site-gallery-section .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.img-faq {
    float: right;
}
#faqhome .accordion-button .stt-icon {
    right: -10px;
}
#st-content-wrapper #faqhome .accordion-button {
    font-size: 20px;
}

.latest-blog-section {
    overflow: hidden;
    position: relative;
    padding: 10px;
}

.latest-blog-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -16px;
}


.latest-blog-card {
    position: relative;
    display: block;
    /*height: 612px;*/
    border-radius: 20px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    /*background: #000;*/
}

.latest-blog-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.35s !important;
}

.latest-blog-card:hover .latest-blog-img {
    transform: scale(1.06);
    transition: all 0.35s !important;
}


.latest-blog-date {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 80px;
    height: 80px;
    border-radius: 16px;
    background: #006b70ba;
    color: var(--yellow);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.latest-blog-date span {
    font-size: 40px;
    line-height: 1;
    font-weight: 800;
}

.latest-blog-date small {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.latest-blog-content {
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 60px 20px 20px;
    border-radius: 15px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.76) 73%);
}

.latest-blog-author {
    margin-bottom: 0px;
    color: var(--yellow);
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.latest-blog-title {
    margin: 0;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.search-result-page.tour-layout6 .banner,
.st-blog-solo--wrapper.search-result-page .banner {
    padding-top: 300px;
    padding-bottom: 100px;
}
#st-content-wrapper.st-blog-solo--wrapper .banner.st-banner-solo .st-breadcrumb {
    top: auto;
    bottom: 25px;
}
#st-content-wrapper.st-blog-solo--wrapper .banner.st-banner-solo .st-breadcrumb ul li.active {
    color: #ffffff;
}
#st-content-wrapper.st-blog-solo--wrapper .banner.st-banner-solo h1 {
    font-family: "Kaushan Script", Sans-serif;
    font-size: 50px;
    line-height: 60px;
    font-weight: 600;
    color: var(--white);
    text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.2);
}
#st-content-wrapper.st-blog-solo--wrapper .banner.st-banner-solo h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 400;
    color: var(--yellow);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    font-family: "Kaushan Script", Sans-serif;
}
.st-blog-solo--wrapper .st-blog .title {
    line-height: 26px;
    margin-top: 0px;
}
.st-blog-solo--wrapper .st-blog--bg .st-blog--item .thumb a img {
    width: 100%;
    transition: all 0.35s !important;
}
#st-content-wrapper.st-blog-solo--wrapper .st-blog--item .thumb-caption .st-tour--description,
#st-content-wrapper.st-blog-solo--wrapper .st-blog--item .thumb-caption .blog-date li {
    font-size: 16px;
    line-height: 24px;
    color: var(--dark);
}

.st-single-blog--solo .single-blog--heading .st-title--bg.vmdn-travel-guide {
    bottom: -110px;
    color: var(--white);
}
.st-single-blog--solo .single-blog--heading .st-title--bg .detail-blog-train .post-info {
    background: var(--green);
}
.st-single-blog--solo .single-blog--heading .st-title--bg .post-info .title {
    color: var(--white);
    padding: 0;
}
#train-content .blog-content p {
    color: var(--dark);
    opacity: 1;
    font-size: 16px;
    line-height: 26px;
    font-family: "Afacad", sans-serif;
}
.content-heritage img {
    border-radius: 16px;
}
.content-heritage figcaption {
    text-align: center;
    font-size: 16px;
}
#content-heritage-train h2 {
    font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    color: var(--green);
}
#content-heritage-train h3 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    color: var(--green);
    margin: 0 0 8px 0;
}
#content-heritage-train h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: var(--green);
}
.item-contact-vm a {
    color: var(--green);
}
.item-contact-vm i {
    margin-right: 10px;
}
.contact-form-header {
    background: #ffffff;
    border-radius: 40px;
    padding: 30px 30px;
    box-shadow: 0 0 40px 5px rgb(0 0 0 / 10%);
}

.single-st_tours header #sticky-wrapper,
.page-template-template-checkout header #sticky-wrapper {
    position: sticky;
    margin: 20px auto;
    background: #066168;
}
.itinerary-tour-train img {
    border-radius: 10px;
}
.st-fixed-form-booking .st-form-book-wrapper {
    background: #ffffff;
}
#vmdn-train-guide .title:after {
    content: "";
    bottom: -20px;
    background: var(--yellow);
    width: 100px;
    height: 2px;
    border-radius: 10px;
}
#vmdn-train-guide .post-info {
    padding: 30px;
}
#vmdn-train-guide .show-author-post ul a:after {
    display: none;
}
#vmdn-train-guide .show-author-post ul a {
    color: var(--white);
    font-size: 14px;
}
#vmdn-train-guide .show-author-post ul a img {
    margin-right: 10px;
}
.detail-blog-train ul li:nth-of-type(n + 2) {
  display: none;
}
.detail-blog-train .show-author-post {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    margin-bottom: 0;
}

#st-content-wrapper div.st-description,
li,
p,
.accordion-body {
    font-size: 18px !important;
    line-height: 24px !important;
}
.divi-hue-off {
    margin-left: 41px;
}
.divi-hoian-off {
    margin-left: 20px;
}

.show-popup {
    display: none;
    position: relative;
}
.overlay {
    display: none;
    position: fixed;
    background: #000000;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
}
.form-book {
    padding: 50px 10px 20px 10px;
    border: solid 1px #ccc;
    border-radius: 15px;
    z-index: 99999999999;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #ffffff;
}
.close-popup-home {
    position: absolute;
    top: 10px;
    right: 10px;
}

.train-booking-form,
.car-rental-form {
    scrollbar-width: thin;
    scrollbar-color: #066168 #eef2f7;
}
.train-booking-form::-webkit-scrollbar,
.car-rental-form::-webkit-scrollbar {
  width: 8px;
}
.train-booking-form::-webkit-scrollbar-track,
.car-rental-form::-webkit-scrollbar-track {
  background: #eef2f7;
  border-radius: 999px;
}
.train-booking-form::-webkit-scrollbar-thumb,
.car-rental-form::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #0ea5e9 0%, #2563eb 100%);
  border-radius: 999px;
  border: 2px solid #eef2f7;
}

.train-booking-form::-webkit-scrollbar-thumb:hover,
.car-rental-form::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #0284c7 0%, #1d4ed8 100%);
}
.single-post #train-content .post-content a {
	color: var(--yellow);
}
.tab_blog {
    border: solid 1px #cccccc3b;
    padding: 10px 20px 5px;
    border-radius: 10px;
    margin: 20px 0;
    cursor: pointer;
    background: #eeeeee;
}
.item-content-blog {
    height: 0;
    overflow: hidden;
    padding-left: 20px;
}
.tab_blog a {
    color: #49505a !important;
}
.tab_blog dt {
	font-weight: 600;
}
.tab_blog dd {
    margin-bottom: 0;
    padding-left: 18px;
}
.tab_blog dl {
    padding-bottom: 20px;
	font-size: 18px;
}
.sub-title-content i {
    float: right;
    margin-top: 5px;
    transition: all 0.35s !important;
}
.content-tab-blog.open i {
    transform: rotate(90deg);
    transition: all 0.35s !important;
}