/*Add Css Custom Here*/
.remove-favourite {
	position: absolute;
	top: 0px;
	right: 0px;
}
.remove-favourite .btn i {
  font-size: 25px;
  color: #d9534f;
}
.size-img-cart img {
	padding: 0;
	border: 0;
}
.tour-details-item {
	display: flex;
	align-items: flex-start;
	gap: 0px;
	height: 35px;
}
.icon-tour {
	width: 20px;
	flex-shrink: 0;
	margin-top: 3px;
	margin-right: 7px;  
}
.tour-details-item-name {
	font-weight: 700;
	margin-right: 5px;
}
.discount-end {
	margin-left: 5px;
}
#price-special {
  padding-right: 5px;
  font-weight: 800;
}
.discount-amount {
	color: #c72a3d;
}
.tour-details-item-start {
  display: flex;
  align-items: center;
  height: 35px;
  line-height: 1.4em;
  margin-bottom: 20px;
}
.tour-details-item-start .icon-tour {
  margin-left: 5px;
}
.block-tour .item {
  display: flex;
  justify-content: center;
}
.slider-fade-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px; /* độ rộng vùng mờ */
  height: 100%;
  pointer-events: none; /* không ảnh hưởng thao tác quẹt */
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1)); /* trắng mờ */
  z-index: 2;
}
#product {
  margin-top: auto;
  padding: 0px 20px 20px 10px;
}
.icon-right {margin-right: 5px}
.icon-c {
  width: 32px;
}
.description .price-old {
  font-weight: 400;
  text-decoration: line-through;
  padding: 0 5px;
}
.description .price-new {
  font-weight: 800;
  font-size: 20px;
  color: #F70;
}
.description .codes-title {
  font-weight: 700;
  color: #00337C;
}
.description ul .codes-title {
  font-weight: 700;
  color: #00337C;
}
.description .codes-duration {
  margin: 5px 0px;
}
.description .icon-tour {
  margin-top: 0px;
}
#shopping-cart h1 {
  font-size: 28px;
  margin-bottom: 30px;
}
.short-by-show {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.button .icon-tour {
  width: 24px !important;
  height: 24px !important;
  margin-top: -5px;
}
.banners h3 {
  position: absolute;
  bottom: 10px;
  width: 100%;
  left: 30px;
}
.banner-image {
  position: relative;
  overflow: hidden;
  border-radius: 13px;
}
.banner-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0,0,0,0.9), rgba(0,0,0,0));
  z-index: 1;
  pointer-events: none;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}
.banner-image h3 {
  z-index: 2;
}
.banners h3 a {
  color: #fff;
}
.ltabs-items-inner .product-item-container img {
  border-radius: 8px 8px 0 0 !important;
}
.best-selling-tours {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.item-des {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 600;
  color: #03C988;
}
.item-des .icon-tour {
  margin: 0;
}
.center {text-align: center;}
.vietnam, .cambodia, .indochina, .laos, .myanmar, .vietnamcabodia {
  margin-bottom: 25px;
}
.vietnam img, .cambodia img, .laos img, .myanmar img, .vietnamcabodia img {
  max-height: 321px;
}
.tour-category-home, .best-selling-tour-row {
  margin: 50px 0 20px 0;
}
.tour-category-home {
  padding: 0;
}
.whyus {
  margin-top: 70px;
}
#sohomepage-slider1 .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
  z-index: 1;
  pointer-events: none;
  border-radius: inherit;
}
.svt-license {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sticky-placeholder {
  height: 0;
  visibility: hidden;
}
.sticky-tabs-wrap {
  width: 100%;
  background: #fff;
  z-index: 999;
  box-shadow: none;
  border-radius: 0 0 10px 10px;
  padding: 10px 10px 0 10px;
  transition: all 0.3s ease;
  position: static;
}
.sticky-tabs-wrap.sticky-active {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#overview, #route-map, #itinerary, #inclusions, #notes {
  scroll-margin-top: 40px;
}
.icon-note {font-style: italic;font-size: 14px;}
.icon-note img {
  margin-top: -2px;
}
.faq-controls {
  position: relative;
  text-align: right;
}
.faq-controls a {
  font-weight: 600;
}
.itinerary-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
}
.faq-wrapper .faq-title {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #eee;
  padding: 8px 20px 10px 5px;
}
.faq-title:hover {
  color: #f70;
}
/* Icon chevron-down */
.faq-title::after {
  content:"";
  position:absolute;
  right:10px; top:50%;
  transform:translateY(-50%);
  width:20px; height:20px;
  background-color: currentColor;
  -webkit-mask-image: url('/image/catalog/icons/angle-down.svg');
          mask-image: url('/image/catalog/icons/angle-down.svg');
  -webkit-mask-repeat:no-repeat;       mask-repeat:no-repeat;
  -webkit-mask-position:center;        mask-position:center;
  -webkit-mask-size:contain;           mask-size:contain;
  color: #666;
}
/* active chevron-up */
.faq-title.active::after {
  content:"";
  position:absolute;
  right:10px; top:50%;
  transform:translateY(-50%);
  width:20px; height:20px;
  background-color: currentColor;
  -webkit-mask-image: url('/image/catalog/icons/angle-up.svg');
          mask-image: url('/image/catalog/icons/angle-up.svg');
  -webkit-mask-repeat:no-repeat;       mask-repeat:no-repeat;
  -webkit-mask-position:center;        mask-position:center;
  -webkit-mask-size:contain;           mask-size:contain;
  color: rgb(255, 119, 0);  
}
.faq-wrapper {
  position: relative;
  padding-left: 50px;
  margin-bottom: 5px !important;
}
.faq-wrapper::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  border-left: 1px dashed #ccc;
  z-index: 1;
  height: 100%;
}
.faq-wrapper::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 19px;
  transform: translate(-50%, -50%);
  width: 21px;
  height: 21px;
  background: #d6d6d6;
  border: 4px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 2;
}
.faq-wrapper.active::before {
  background: #03C988;
  border-color: #C1F0E1;
}
/* point icon */
.faq-wrapper:first-of-type::before,
.faq-wrapper:last-of-type::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 20px;
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  border: none;
}
.faq-wrapper:first-of-type::before {
  background-image: url("../../images/day-start.png");
}
.faq-wrapper:first-of-type.active::before {
  background-image: url("../../images/day-start-active.png");
}
.faq-wrapper:last-of-type::before {
  background-image: url("../../images/day-end.png");
}
.faq-wrapper:last-of-type.active::before {
  background-image: url("../../images/day-end-active.png");
}
.faq-wrapper:last-of-type::after {
  border-left: none;
}

/* Icon cho inclusions */
.inclusions-details li, .exclusions-details li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 2px;
  list-style: none;
}
.inclusions-details li::before {
  content:"";	
  position: absolute;
  left: 0;
  top: 3px;
  color: #28a745;
  width:20px; height:20px;
  background-color: currentColor;
  -webkit-mask-image: url('/image/catalog/icons/circle-check.svg');
          mask-image: url('/image/catalog/icons/circle-check.svg');
  -webkit-mask-repeat:no-repeat;       mask-repeat:no-repeat;
  -webkit-mask-position:center;        mask-position:center;
  -webkit-mask-size:contain;           mask-size:contain;  
}

.exclusions-details li::before {
  content:"";	
  position: absolute;
  left: 0;
  top: 3px;
  color: #dc3545;
  width:20px; height:20px;
  background-color: currentColor;
  -webkit-mask-image: url('/image/catalog/icons/circle-xmark.svg');
          mask-image: url('/image/catalog/icons/circle-xmark.svg');
  -webkit-mask-repeat:no-repeat;       mask-repeat:no-repeat;
  -webkit-mask-position:center;        mask-position:center;
  -webkit-mask-size:contain;           mask-size:contain; 
}

#inclusions h3 {
  font-size: 20px;
  margin: 30px 20px 20px 30px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
}

.visit h3 {
  font-size: 20px !important;
  margin: 30px 20px 20px 0px;
  display: inline-block;
}

.tour-details-heading {
  font-size: 25px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  font-weight: 500;
  margin: 30px 0 20px 0;
}

.custom-tour {
  background: #f6f4f0;
  padding: 20px 15px;
  border: 1px solid #e4e4e4;
  font-size: 16px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  margin-top: 30px;
}
.custom-tour-button {
  text-align: center;
}
.custom-tour-content {
  padding-left: 30px;
}
.custom-tour-title {
  font-size: 17px;
  font-weight: 700;
  color: #F70;
  padding-bottom: 10px;
}
.custom-tour-contact {
  font-size: 17px;
  margin: 10px 0;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
}
.img-circle {
  border-radius: 50%;
  border: 3px solid #fbe0c8;
  width: 130px;
}
.custom-tour-btn {
  font-size: 1.6rem;
  display: block;
  background: #f70;
  padding: 10px;
  border-radius: 50px;
  font-weight: 700;
  color: #fff;
  width: 100%;
  border-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 10px -7px;
}
.custom-tour-btn2 {
  font-size: 1.6rem;
  display: block;
  background: none;
  padding: 10px;
  border-radius: 50px;
  font-weight: 700;
  color: #00337C;
  border: 1px solid #00337C;
  width: 100%;
}
.custom-tour-btn2:hover, .custom-tour-btn:hover{
  background: #03C988;
  color: #fff;
}
#route-map {
  text-align: center;
}
#route-map img {border-radius: 10px;box-shadow: 0 0 32px #0000000f,0 4px 8px #00000008;}
#route-map h3 {
  font-size: 20px !important;
  margin: 30px 20px 10px 0px;
}
.route-map-thumb {
  width: 75%;
}
.title-tour h1 {
  font-size: 32px;
  text-transform: capitalize;
}
.visit-city {
  font-weight: 600;
}
.inquire-bottom {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.inquire-bottom .custom-tour-btn {
  width: 200px;
}
.wishlist-icon-bg:hover {
  animation: pulse 0.4s ease-in-out;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.15); }
  100% { transform: scale(1); }
}
#toast-message {
	position: fixed;
	bottom: 20px;
	right: 20px;
	color: #00337C;
	background: #fff;
	padding: 12px 20px;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	z-index: 9999;
	opacity: 0;
	transition: opacity 0.3s ease, bottom 0.3s ease;
	pointer-events: none;
}
#toast-message.show {
	opacity: 1;
	bottom: 30px;
	pointer-events: auto;
}
.toast-icon {
	width: 32px;
	height: 32px;
	vertical-align: middle;
	margin-right: 8px;
}
.welcome-msg {
  display: flex;
  align-items: center;
  gap: 5px;
}
.icon-visit {
  width: 28px;
}
.visit-title {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tour-info-details {
  overflow: hidden;
  width: 100%;
  margin: 30px 0px 10px 0;
  clear: both;
}

.tour-info-details ul {
  overflow: hidden;
  width: 100%;
  clear: both;
}

.tour-info-details li {
  margin: 2px 8px;
  border: 1px solid #ddd;
  width: 48%;
  list-style: none;
  float: left;
  padding: 8px 10px 8px 15px;
  border-radius: 5px;
}

.tour-info-details .col1 {
  text-align: left;
  display: inline-block;
  font-weight: 500;
  vertical-align: top;
  padding-right: 5px;
}

.tour-info-details .col2 {
  text-align: left;
  font-weight: 600;
}
.icon-tour-2 {
  width: 20px;
  margin-top: -3px;
  margin-right: 7px;
}
#collapse-description h3 {
  margin: 20px 0;
  font-weight: 500;
}
.related-products img {
  border-radius: 8px 8px 0 0 !important;
}
.related-products a::before {
  border-radius: 7px 7px 0 0 !important;
}
.related-btn {
  margin-top: 10px;
}
.product-category .vietnam-tours, .product-category .cambodia-tours, .product-category .vietnam-cambodia-tours, .product-category .indochina-tours, .product-category .hoi-an-tours, .product-category .hanoi-tours, .product-category .hue-tours, .product-category .ho-chi-minh-city-tours, .product-category .laos-tours, .product-category .myanmar-tours, .product-category .thailand-tours, .product-category .vietnam-classic-tours, .product-category .vietnam-family-tours, .product-category .vietnam-budget-tours, .product-category .vietnam-honeymoon-tours, .product-category .vietnam-food-tours, .product-category .vietnam-adventure-tours, .product-category .vietnam-beach-vacations, .product-category .vietnam-short-tours {
  height: 450px;
  display: flex;
  background: #f3f3f3;
  align-items: center;
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
}
.product-category .vietnam-tours {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-11.jpg");
  background-size: cover;
  background-position: center;  
}
.product-category .vietnam-classic-tours {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-2.jpg");
  background-size: cover;
  background-position: center;  
}
.product-category .vietnam-family-tours {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-22.jpg");
  background-size: cover;
  background-position: center;  
}
.product-category .vietnam-budget-tours {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-3.jpg");
  background-size: cover;
  background-position: center;  
}
.product-category .vietnam-honeymoon-tours {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-18.jpg");
  background-size: cover;
  background-position: center;  
}
.product-category .vietnam-food-tours {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-19.jpg");
  background-size: cover;
  background-position: center;  
}
.product-category .vietnam-adventure-tours {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-20.jpg");
  background-size: cover;
  background-position: center;  
}
.product-category .vietnam-beach-vacations {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-21.jpg");
  background-size: cover;
  background-position: center;  
}
.product-category .vietnam-short-tours {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-5.jpg");
  background-size: cover;
  background-position: center;  
}
.product-category .cambodia-tours {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-10.jpg");
  background-size: cover;
  background-position: center;
}
.product-category .vietnam-cambodia-tours {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-6.jpg");
  background-size: cover;
  background-position: center;
}
.product-category .indochina-tours {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-9.jpg");
  background-size: cover;
  background-position: center;
}
.product-category .hoi-an-tours {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-4.jpg");
  background-size: cover;
  background-position: center;
}
.product-category .hanoi-tours {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-12.jpg");
  background-size: cover;
  background-position: center;
}
.product-category .hue-tours {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-13.jpg");
  background-size: cover;
  background-position: center;
}
.product-category .ho-chi-minh-city-tours {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-14.jpg");
  background-size: cover;
  background-position: center;
}
.product-category .laos-tours {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-15.jpg");
  background-size: cover;
  background-position: center;
}
.product-category .myanmar-tours {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-16.jpg");
  background-size: cover;
  background-position: center;
}
.product-category .thailand-tours {
  background: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.4)), url("/image/catalog/banners/banner-17.jpg");
  background-size: cover;
  background-position: center;
}
.product-category .vietnam-tours ul li a, .product-category .cambodia-tours ul li a, .product-category .vietnam-cambodia-tours ul li a, .product-category .indochina-tours ul li a, .product-category .hoi-an-tours ul li a, .product-category .hanoi-tours ul li a, .product-category .hue-tours ul li a, .product-category .ho-chi-minh-city-tours ul li a, .product-category .laos-tours ul li a, .product-category .myanmar-tours ul li a, .product-category .thailand-tours ul li a, .product-category .vietnam-classic-tours ul li a, .product-category .vietnam-family-tours ul li a, .product-category .vietnam-budget-tours ul li a, .product-category .vietnam-honeymoon-tours ul li a, .product-category .vietnam-food-tours ul li a, .product-category .vietnam-adventure-tours ul li a, .product-category .vietnam-beach-vacations ul li a, .product-category .vietnam-short-tours ul li a {
  color: #fff !important;
}

.breadcrumbs h1 {
  text-align: center;
  font-size: 50px;
  padding: 0 20px;
  color: #fff;
  font-weight: 700;
}

#shopping-cart .description ul li {
  margin: 5px 0;
}
.title-tours img {
  width: 35px;
  margin-right: 10px;
  border-radius: 50px;
}
.sub-title-tours li {
  border-bottom: 1px solid #ddd;
  width: 85%;
  padding: 5px 0;
}
.travel-guides .title-tours img {
  width: 25px;
  margin-right: 10px;
  border-radius: 50px;
}
.product-listing .ltabs-items-inner .product-item-container .left-block .product-image-container a::before {
  border-radius: 7px 7px 0 0 !important;
}
.intro-category	{
	border: 1px solid #dcdfe4;
	border-radius: 15px;
	padding: 30px;
}
.category-faqs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tours-faqs {
  width: 850px;
}
.item-inn {
  background: #f9f9f9;
  padding: 15px;
  margin: 8px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  font-weight: 600;
}
.item-inn img {
  width: 48px;
  margin-bottom: 10px;
}
.welcome-msg a {
  color: #1a2b49;
}
.information ol, .information ul {
  margin-left: 30px;
}
.information ul li {
  list-style: disc;
}
.pborder {
  border: 2px dashed #58c8e0;
  padding: 15px;
  background: #fbfbfb;
}
.so-extraslider .item h3, .ltabs-items-inner h3 {
  font-size: 19px;
  margin-bottom: 0px;
}
.service-info span {
font-weight: 500;
color: #00337C;
font-family: Poppins,sans-serif;
}
.icon{ width:1em; height:1em; fill:currentColor; vertical-align:-0.125em; display:inline-block; }
.icon-12{ font-size:12px; }
.icon-16{ font-size:16px; }
.icon-18{ font-size:18px; }
.icon-20{ font-size:20px; }
.float-right{float:right}
.mr5{margin-right: 5px;}
.item-special > a > strong {
  display:inline-flex; align-items:center; gap:.5rem;
}
.item-special > a > strong::before {
  content:"";
  width:22px; height:22px;
  background: currentColor;
  -webkit-mask: url('/image/catalog/icons/offer-icon.svg') no-repeat center/contain;
          mask: url('/image/catalog/icons/offer-icon.svg') no-repeat center/contain;
}