:root {
  --tg-blue: #0974df;
  --tg-orange: #f05a28;
  --tg-soft: #dfeaf8;
  --tg-text: #050505;
  --tg-muted: #666;
  --tg-green: #7bc73b;
  --tg-yellow: #ffea21;
  --tg-width: 1304px;
}

html { scroll-behavior: smooth; }
body.tourgo-site {
  margin: 0;
  background: #fff;
  color: var(--tg-text);
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}
body.home #header,
body.home #footer,
body.home .absolute-footer {
  display: none !important;
}
body.home #main {
  padding: 0 !important;
}
body.home #content,
body.home .page-wrapper,
body.home .content-area,
body.home .entry-content,
body.home .single-page,
body.home .row-main,
body.home .row-divided,
body.home .large-12.col {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body.home .entry-content > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tg-page, .tg-page * {
  box-sizing: border-box;
  font-family: "SF Pro Display", Arial, Helvetica, sans-serif !important;
}
.tg-page a { color: inherit; text-decoration: none; }
.tg-page h1, .tg-page h2, .tg-page h3, .tg-page p { letter-spacing: 0; }
.tg-container { width: min(var(--tg-width), calc(100% - 48px)); margin: 0 auto; }
.tg-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: #fff;
  height: 70px;
  box-shadow: 0 1px 0 rgba(0,0,0,.04);
}
.tg-header-inner { height: 70px; display: flex; align-items: center; gap: 34px; }
.tg-logo img { width: 180px; height: 53px; object-fit: contain; display: block; }
.tg-nav { display: flex; align-items: center; gap: 38px; flex: 1; justify-content: flex-start; font-weight: 500; font-size: 15.84px; }
.tg-nav a { white-space: nowrap; padding: 8px 0; }
.tg-nav a:hover { color: var(--tg-orange); }
.tg-actions { display: flex; align-items: center; gap: 14px; font-weight: 700; white-space: nowrap; }
.tg-search-icon,
.tg-mobile-search {
  width: 46px; height: 46px; border: 1px solid var(--tg-orange); border-radius: 50%;
  background: #fff; position: relative;
}
.tg-search-icon:before,
.tg-mobile-search:before {
  content: ""; position: absolute; width: 14px; height: 14px; border: 3px solid var(--tg-orange);
  border-radius: 50%; left: 14px; top: 13px;
}
.tg-search-icon:after,
.tg-mobile-search:after {
  content: ""; position: absolute; width: 10px; height: 3px; background: var(--tg-orange);
  transform: rotate(45deg); left: 27px; top: 28px; border-radius: 2px;
}
.tg-lang { display: flex; align-items: center; gap: 3px; font-size: 16px; }
.tg-lang img { width: 28px; height: 18px; object-fit: cover; }
.tg-cart { display: flex; align-items: center; gap: 5px; font-size: 16px; }
.tg-cart span,
.tg-mobile-cart {
  width: 22px; height: 22px; display: inline-block; position: relative;
  border: 3px solid var(--tg-orange); border-top: 0; border-radius: 1px;
}
.tg-cart span:before,
.tg-mobile-cart:before {
  content: ""; position: absolute; left: 4px; right: 4px; top: -8px; height: 9px;
  border: 2px solid var(--tg-orange); border-bottom: 0; border-radius: 7px 7px 0 0;
}
.tg-mobile-search, .tg-burger, .tg-mobile-cart, .tg-mobile-panel { display: none; }
.tg-burger { border: 0; background: transparent; width: 42px; padding: 0; }
.tg-burger i { display: block; height: 5px; background: var(--tg-orange); margin: 6px 0; border-radius: 3px; }

.tg-hero,
.section.tg-hero { position: relative; min-height: 600px !important; height: 600px !important; display: flex; align-items: flex-start; overflow: hidden; }
.tg-ux-hero,
.tg-ux-hero .section-bg {
  background-image: url("../img/02.jpg") !important;
  background-size: cover !important;
  background-position: center !important;
}
.tg-ux-hero .section-bg:after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.48);
  z-index: 1;
}
.tg-ux-hero .section-content {
  position: relative;
  z-index: 2;
}
.tg-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.tg-hero-bg:after { content: ""; position: absolute; inset: 0; background: rgba(0,0,0,.48); }
.tg-hero-content { position: relative; z-index: 1; color: #fff; padding-top: 155px; }
.tg-ux-hero .tg-hero-content { width: min(var(--tg-width), calc(100vw - 48px)); margin: 0 auto; }
.tg-hero h1 { margin: 0 0 22px; font-size: 40px; line-height: 1.3; font-weight: 500; max-width: 760px; color: #fff !important; opacity: 1 !important; }
.tg-hero p { margin: 0 0 18px; max-width: 760px; font-size: 18px; line-height: 1.65; font-weight: 700; color: #fff !important; }
.tg-search-form {
  width: min(745px, 100%);
  height: 60px;
  display: grid;
  grid-template-columns: 120px 1fr 150px;
  background: #fff;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
  padding: 4px;
}
.tg-search-form select,
.tg-search-form input {
  border: 0;
  min-width: 0;
  color: #777;
  font-size: 18px;
  padding: 0 22px;
  outline: none;
  background: #fff;
}
.tg-search-form button {
  border: 0;
  background: var(--tg-blue);
  color: #fff;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 800;
  text-transform: none !important;
  white-space: nowrap;
  margin: 0 !important;
  min-height: 0 !important;
  line-height: 1 !important;
}

.tg-section { padding: 38px 0 26px; }
.tg-section h2,
.tg-section .section-title-main { margin: 0 0 34px; font-size: 28px; line-height: 1.15; font-weight: 500; color: #000 !important; opacity: 1 !important; text-transform: none !important; border: 0 !important; }
.tg-section .section-title { border: 0 !important; margin: 0 0 24px !important; }
.tg-section .section-title b { display: none !important; }
.tg-section .container.section-title-container {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
}
.tg-offers .container.section-title-container {
  margin-bottom: -22px !important;
}
.tg-offers { padding-top: 42px; }
.tg-slider-wrap { position: relative; }
.tg-scroll { display: flex; overflow: hidden; scroll-snap-type: x mandatory; gap: 20px; }
.tg-promo-row img {
  width: calc((100% - 40px) / 3);
  min-width: calc((100% - 40px) / 3);
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-radius: 8px;
  scroll-snap-align: start;
}
.tg-offers .slider-wrapper,
.tg-offers .flickity-viewport { overflow: hidden !important; }
.tg-offers .flickity-slider > * {
  width: calc((100% - 40px) / 3) !important;
  min-width: calc((100% - 40px) / 3) !important;
  margin-right: 20px !important;
}
.tg-promo-row .flickity-slider > div[id^="image_"],
.tg-promo-row .slider > div[id^="image_"] {
  width: calc((100% - 40px) / 3) !important;
  min-width: calc((100% - 40px) / 3) !important;
  max-width: calc((100% - 40px) / 3) !important;
}
.tg-offers .img-inner img {
  width: 100% !important;
  aspect-ratio: 2 / 1;
  object-fit: cover;
  border-radius: 8px;
}
.tg-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;
  width: 34px; height: 54px; border: 0; background: transparent;
}
.tg-arrow:before {
  content: ""; position: absolute; width: 18px; height: 18px; border-left: 5px solid #fff; border-bottom: 5px solid #fff;
  top: 16px; left: 10px;
}
.tg-arrow.prev { left: 22px; }
.tg-arrow.next { right: 22px; }
.tg-arrow.prev:before { transform: rotate(45deg); }
.tg-arrow.next:before { transform: rotate(-135deg); }

.tg-blue { background: var(--tg-soft); padding-top: 6px; padding-bottom: 115px !important; }
.tg-blue > .tg-container > h2:first-child,
.tg-blue .section-content > .row:first-child h2:first-child { transform: translateY(-32px); }
.tg-feature-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: -67px; margin-bottom: 42px; }
.tg-feature-row.row,
.tg-feature-row .row {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 28px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
.tg-feature-row > .col,
.tg-feature-row .col {
  max-width: none !important;
  flex-basis: auto !important;
  padding: 0 !important;
}
.tg-feature {
  background: #fff; min-height: 113px; border-radius: 7px; box-shadow: 0 5px 18px rgba(33,72,115,.15);
  display: grid; grid-template-columns: 70px 1fr; gap: 24px; align-items: center; padding: 28px;
}
.tg-feature.icon-box {
  min-height: 128px !important;
  height: 128px;
  display: block !important;
  padding: 17px;
}
.tg-feature .icon-box-text {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: center;
  width: 100%;
  height: 100%;
}
.tg-feature .icon-box-text > p { display: none; }
.tg-feature img { width: 64px; height: 64px; object-fit: contain; }
.tg-feature h3 { margin: 0 0 14px; font-size: 20px; line-height: 1.2; font-weight: 500; color: #000 !important; }
.tg-feature p { margin: 0; font-size: 16px; line-height: 1.55; font-weight: 400; color: #000 !important; }
.tg-gap-title { margin-top: 14px !important; }
.tg-dest-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.tg-dest { position: relative; min-height: 158px; border-radius: 8px; overflow: hidden; display: flex; align-items: flex-end; justify-content: flex-start; color: #fff; font-size: 15.84px; font-weight: 400; }
.tg-dest.wide { grid-column: span 3; min-height: 230px; }
.tg-dest:not(.wide) { grid-column: span 2; }
.tg-dest img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.tg-dest:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,0) 35%, rgba(0,0,0,.52)); }
.tg-dest span { position: relative; z-index: 1; padding: 18px 22px; text-align: left; }
.tg-dest:hover img { transform: scale(1.05); }

.tg-section-head { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; margin-bottom: 26px; }
.tg-section-head h2 { margin: 0; }
.tg-section-head a { font-size: 14px; color: #222; font-weight: 600; }
.tg-product-layout { display: grid; grid-template-columns: 1.08fr 2fr; gap: 24px; }
.tg-spotlight {
  min-height: 473px; border-radius: 9px; overflow: hidden; background-size: cover; background-position: center;
  display: flex; align-items: flex-end; padding: 22px; color: #fff; position: relative;
}
.tg-spotlight:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.72)); }
.tg-spotlight div { position: relative; z-index: 1; }
.tg-spotlight p { font-size: 15px; line-height: 1.45; font-weight: 600; margin: 0 0 18px; }
.tg-spotlight a { display: inline-block; background: #fff; color: #111; border-radius: 5px; padding: 12px 26px; font-weight: 800; font-size: 13px; }
.tg-product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.tg-product-grid.tg-five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.tg-card { border: 1px solid #e7e7e7; border-radius: 7px; overflow: hidden; background: #fff; box-shadow: 0 2px 4px rgba(0,0,0,.03); }
.tg-thumb { position: relative; aspect-ratio: 4 / 3; overflow: hidden; }
.tg-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tg-thumb b { position: absolute; left: 8px; bottom: 8px; color: var(--tg-orange); background: #fff; border: 1px solid var(--tg-orange); border-radius: 3px; padding: 3px 7px; font-size: 12px; }
.tg-card-body { padding: 10px 12px 13px; }
.tg-card h3 { margin: 0 0 10px; font-size: 14px; line-height: 1.35; min-height: 38px; font-weight: 800; }
.tg-tags { color: #767676; display: flex; flex-wrap: wrap; gap: 3px 8px; font-size: 12px; margin: 0 0 8px; }
.tg-rating { color: #f5a300; font-size: 12px; margin: 0 0 7px; font-weight: 800; }
.tg-rating span { color: #777; font-weight: 400; }
.tg-price-label { margin: 0; color: #777; font-size: 12px; }
.tg-price { margin: 0; display: flex; flex-direction: column; gap: 2px; }
.tg-price del { color: #999; font-size: 12px; }
.tg-price strong { color: var(--tg-blue); font-size: 16px; }

.tg-product-section .products {
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.tg-product-section .product-small.col {
  padding: 0 10px 20px !important;
}
.tg-product-section .product-small .col-inner,
.tg-product-section .product-small.box {
  height: 100%;
  width: 100% !important;
  max-width: none !important;
}
.tg-product-section .product-small .box {
  border: 1px solid #e7e7e7;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,.03);
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tg-product-section .box-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.tg-product-section .box-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.tg-product-section .badge-container {
  left: 18px !important;
  top: auto !important;
  bottom: 118px !important;
  margin: 0 !important;
}
.tg-product-section .badge,
.tg-product-section .badge-inner {
  border-radius: 3px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  width: auto !important;
  height: auto !important;
  background: #fff !important;
  color: var(--tg-orange) !important;
  border: 1px solid var(--tg-orange);
  font-size: 0 !important;
  line-height: 1 !important;
  padding: 0 !important;
}
.tg-product-section .onsale {
  font-size: 0 !important;
}
.tg-product-section .onsale:before {
  content: "Giảm";
  font-size: 12px;
  display: inline-block;
  padding: 4px 7px;
}
.tg-product-section .image-tools,
.tg-product-section .quick-view,
.tg-product-section .product-cat {
  display: none !important;
}
.tg-product-section .box-text-products {
  padding: 10px 12px 13px !important;
  text-align: left !important;
}
.tg-product-section .product-title {
  min-height: 38px;
  margin: 0 0 10px !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
}
.tg-product-section .product-title a { color: #111 !important; }
.tg-product-section .title-wrapper:after {
  content: "Miễn phí hủy  Xác nhận tức thời\\A 5.0 (1 đánh giá)\\A Giá từ";
  white-space: pre-line;
  display: block;
  color: #777;
  font-size: 12px;
  line-height: 1.45;
  margin-bottom: 4px;
}
.tg-product-section .price {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
.tg-product-section .price del {
  color: #999 !important;
  font-size: 12px !important;
  opacity: 1 !important;
}
.tg-product-section .price ins,
.tg-product-section .price ins .amount {
  color: var(--tg-blue) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}
.tg-ticket-section > .section-content > .row > .col > .col-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: start;
}
.tg-ticket-section .product-small.col > .col-inner {
  display: block !important;
}
.tg-ticket-section .tg-section-head {
  grid-column: 1 / -1;
  margin-bottom: 0;
}
.tg-ticket-section .tg-spotlight-ux {
  grid-column: 1;
  grid-row: 2;
  min-height: 473px;
  height: 473px;
}
.tg-ticket-section .col-inner > .products,
.tg-ticket-section .col-inner > .row {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.tg-ticket-section > .section-content > .row > .col > .col-inner > .row {
  display: contents !important;
  overflow: visible !important;
  height: auto !important;
  white-space: normal !important;
}
.tg-ticket-section > .section-content > .row > .col > .col-inner > .row:before,
.tg-ticket-section > .section-content > .row > .col > .col-inner > .row:after {
  display: none !important;
}
@media (min-width: 1025px) {
  .tg-ticket-section .large-columns-4 > .product-small.col {
    max-width: none !important;
    flex-basis: auto !important;
    width: auto !important;
    padding: 0 !important;
  }
  .tg-ticket-section .product-small.col > .col-inner { height: 100%; }
}

.tg-testimonials { padding-bottom: 54px; }
.tg-testimonial-card {
  margin-top: 28px; min-height: 360px; border-radius: 8px; overflow: hidden; color: #fff;
  background-size: cover; background-position: center 25%; position: relative; display: flex; align-items: flex-end; padding: 24px;
}
.tg-testimonial-card:after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.88)); }
.tg-testimonial-text, .tg-testimonial-card blockquote { position: relative; z-index: 1; }
.tg-testimonial-text { display: flex; align-items: center; gap: 12px; min-width: 260px; }
.tg-testimonial-text img { width: 45px; height: 45px; border-radius: 50%; }
.tg-testimonial-text h3 { margin: 0; font-size: 13px; }
.tg-testimonial-text p { margin: 2px 0 0; font-size: 12px; }
.tg-testimonial-card blockquote { margin: 0 0 0 40px; max-width: 760px; font-size: 14px; line-height: 1.55; }

@media (min-width: 1025px) {
  .tg-testimonials { min-height: 1814px; }
  .tg-testimonials .tg-testimonial-card { margin-top: 1360px; }
}

.tg-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tg-blog-grid article { position: relative; min-height: 310px; border-radius: 6px; overflow: hidden; color: #fff; padding: 18px; display: flex; flex-direction: column; justify-content: flex-end; }
.tg-blog-grid img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.tg-blog-grid article:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.65)); }
.tg-blog-grid h3, .tg-blog-grid time { position: relative; z-index: 1; }
.tg-blog-grid h3 { margin: 0 0 8px; font-size: 17px; line-height: 1.35; }
.tg-blog-grid time { font-size: 13px; }
.tg-story-title { margin: 42px 0 24px !important; }
.tg-story-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 20px; }
.tg-story-grid img { width: 100%; height: 100%; object-fit: cover; border-radius: 7px; background: #d9d9d9; }
.tg-story-grid .tall { grid-row: span 2; }
.tg-story-grid .wide { grid-column: span 2; grid-row: span 2; }

.tg-footer { background: #fbfdff; padding: 62px 0 72px; position: relative; }
.tg-footer:before { content: ""; position: absolute; top: -24px; left: 0; right: 0; height: 25px; background: radial-gradient(42px 22px at 42px 24px, #fbfdff 98%, transparent) repeat-x; background-size: 84px 25px; }
.tg-footer-grid { display: grid; grid-template-columns: 1.4fr 1.4fr .8fr 1fr; gap: 36px; }
.tg-footer h3 { margin: 0 0 14px; font-size: 16px; }
.tg-footer h4 { margin: 22px 0 10px; font-size: 13px; color: #777; }
.tg-footer p, .tg-footer a { display: block; color: #333; font-size: 14px; line-height: 1.55; margin: 0 0 8px; }
.tg-social { display: flex; gap: 7px; }
.tg-social span { width: 23px; height: 23px; border-radius: 50%; background: #68798a; color: #fff; display: grid; place-items: center; font-size: 10px; font-weight: 800; }
.tg-copyright { border-top: 1px solid #d7e2eb; padding-top: 18px; margin-top: 34px; color: #555; font-size: 13px; }

.tg-contact-float { position: fixed; left: 0; bottom: 92px; z-index: 60; display: flex; flex-direction: column; gap: 14px; }
.tg-contact-float a { width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; }
.tg-contact-float .messenger { background: rgba(146,119,255,.45); }
.tg-contact-float .zalo { background: rgba(51,169,242,.85); }
.tg-contact-float .phone { background: #ff2b18; }
.tg-contact-float img { max-width: 46px; max-height: 46px; }
.tg-demo-bar { position: fixed; left: 0; right: 0; bottom: 45px; height: 24px; background: var(--tg-yellow); color: #f00; z-index: 55; display: flex; align-items: center; justify-content: center; font-size: 13px; }
.tg-bottom-bar { position: fixed; left: 0; right: 0; bottom: 0; height: 45px; background: var(--tg-green); z-index: 55; display: grid; grid-template-columns: repeat(3, 1fr); color: #fff; font-size: 17px; font-weight: 800; }
.tg-bottom-bar a { display: flex; align-items: center; justify-content: center; border-left: 1px solid rgba(255,255,255,.55); }

@media (max-width: 1024px) {
  .tg-container { width: calc(100% - 44px); }
  .tg-header, .tg-header-inner { height: 70px; }
  .tg-logo img { width: 220px; max-width: 46vw; }
  .tg-nav, .tg-search-icon, .tg-lang, .tg-cart { display: none; }
  .tg-actions { margin-left: auto; gap: 20px; }
  .tg-mobile-search, .tg-burger, .tg-mobile-cart { display: inline-block; }
  .tg-mobile-search { border: 0; width: 36px; height: 36px; }
  .tg-mobile-cart { border-width: 3px; width: 29px; height: 26px; }
  .tg-mobile-panel {
    display: none; position: absolute; top: 70px; left: 0; right: 0; background: #fff; padding: 12px 22px 24px;
    box-shadow: 0 14px 30px rgba(0,0,0,.12);
  }
  .tg-menu-open .tg-mobile-panel { display: grid; gap: 15px; }
  .tg-mobile-panel a { font-size: 18px; font-weight: 800; }
  .tg-hero,
  .section.tg-hero { min-height: 586px !important; height: 586px !important; align-items: flex-start; padding-top: 0; }
  .tg-hero-content { width: calc(100% - 44px); padding-top: 0; }
  .tg-ux-hero .tg-hero-content { width: calc(100vw - 44px); margin: 0 auto; }
  .tg-hero h1 { font-size: 36px; margin-bottom: 22px; }
  .tg-hero p { font-size: 23px; line-height: 1.55; max-width: 100%; margin-bottom: 28px; }
  .tg-search-form { height: 80px; grid-template-columns: 120px minmax(0, 1fr) 142px; border-radius: 8px; padding: 6px; }
  .tg-search-form select, .tg-search-form input { font-size: 22px; padding: 0 18px; }
  .tg-search-form button { font-size: 22px; }
  .tg-section { padding: 52px 0 32px; }
  .tg-section h2 { font-size: 28px; margin-bottom: 34px; }
  .tg-promo-row { overflow-x: auto; gap: 16px; scrollbar-width: none; }
  .tg-promo-row img { width: 100%; min-width: 100%; aspect-ratio: 1.9 / 1; }
  .tg-offers .flickity-slider > *,
  .tg-promo-row .flickity-slider > div[id^="image_"],
  .tg-promo-row .slider > div[id^="image_"] { width: 100% !important; min-width: 100% !important; max-width: 100% !important; margin-right: 0 !important; }
  .tg-blue { padding-top: 52px; padding-bottom: 26px !important; }
  .tg-feature-row { display: flex; overflow-x: auto; gap: 36px; margin-top: 0; padding-bottom: 6px; scrollbar-width: none; }
  .tg-feature-row.row,
  .tg-feature-row .row { display: flex !important; flex-wrap: nowrap !important; grid-template-columns: none !important; overflow-x: auto; gap: 36px !important; }
  .tg-feature-row > .col,
  .tg-feature-row .col {
    flex: 0 0 420px !important;
    width: 420px !important;
    max-width: 420px !important;
  }
  .tg-feature { min-width: 420px; min-height: 220px; grid-template-columns: 95px 1fr; padding: 30px 34px; }
  .tg-feature.icon-box { min-width: 420px; width: 420px; height: 220px; min-height: 220px !important; }
  .tg-feature .icon-box-text { grid-template-columns: 95px 1fr; }
  .tg-feature img { width: 82px; height: 82px; }
  .tg-feature h3 { font-size: 23px; }
  .tg-feature p { font-size: 20px; }
  .tg-dest-grid { grid-template-columns: repeat(2, 1fr); gap: 13px; }
  .tg-dest.wide, .tg-dest:not(.wide) { grid-column: span 1; min-height: 142px; }
  .tg-dest span { font-size: 18px; padding: 13px; }
  .tg-product-layout { display: block; }
  .tg-ticket-section > .section-content > .row > .col > .col-inner { display: block; }
  .tg-spotlight { min-height: 430px; margin-bottom: 18px; }
  .tg-ticket-section .tg-spotlight-ux { display: none; }
  .tg-ticket-section .col-inner > .products,
  .tg-ticket-section .col-inner > .row {
    display: flex !important;
    flex-wrap: wrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tg-product-grid, .tg-product-grid.tg-five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .tg-testimonials { padding-bottom: 45px; }
  .tg-blog-grid { grid-template-columns: 1fr; }
  .tg-blog-grid article { min-height: 190px; }
  .tg-story-grid { grid-template-columns: 1fr; grid-auto-rows: 190px; gap: 20px; }
  .tg-story-grid .tall,
  .tg-story-grid .wide { grid-column: span 1; grid-row: span 1; }
  .tg-footer-grid { grid-template-columns: 1fr; }
  .tg-bottom-bar { grid-template-columns: 1fr; height: 45px; }
  .tg-bottom-bar a:not(:nth-child(2)) { display: none; }
  .tg-demo-bar { bottom: 45px; font-size: 16px; }
}

@media (min-width: 1025px) {
  .tg-footer { margin-top: 66px; padding-bottom: 97px; }
}

@media (max-width: 560px) {
  .tg-container { width: calc(100% - 32px); }
  .tg-header, .tg-header-inner { height: 70px; }
  .tg-header-inner { gap: 14px; }
  .tg-logo img { width: 180px; }
  .tg-actions { gap: 16px; }
  .tg-hero,
  .section.tg-hero { min-height: 400px !important; height: 400px !important; padding-top: 0; }
  .tg-hero-bg { background-position: center top; }
  .tg-hero h1 { font-size: 26px; line-height: 1.16; margin-top: 56px; margin-bottom: 14px; }
  .tg-hero p { font-size: 13px; line-height: 1.45; margin-bottom: 14px; }
  .tg-search-form { grid-template-columns: 90px minmax(0, 1fr) 104px; height: 43px; border-radius: 3px; padding: 3px; }
  .tg-search-form input { padding-left: 9px; }
  .tg-search-form select, .tg-search-form input, .tg-search-form button { font-size: 12px; padding-left: 8px; padding-right: 8px; }
  .tg-search-form button { font-size: 12px; border-radius: 3px; }
  .tg-section h2 { font-size: 23px; font-weight: 500; }
  .tg-feature h3 { font-size: 20px; font-weight: 700; }
  .tg-feature p { font-size: 18px; line-height: 1.45; }
  .tg-feature-row,
  .tg-feature-row.row,
  .tg-feature-row .row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    overflow: visible !important;
    gap: 10px !important;
  }
  .tg-feature-row > .col,
  .tg-feature-row .col {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .tg-feature,
  .tg-feature.icon-box {
    min-width: 0 !important;
    width: 100% !important;
    min-height: 92px !important;
    height: 92px !important;
    padding: 16px 20px;
  }
  .tg-feature .icon-box-text {
    grid-template-columns: 54px 1fr;
    gap: 14px;
  }
  .tg-feature img { width: 50px; height: 50px; }
  .tg-feature h3 { font-size: 15px; margin-bottom: 5px; }
  .tg-feature p { font-size: 12px; line-height: 1.3; }
  .tg-feature { min-width: 420px; width: 420px; }
  .tg-feature-row > .col,
  .tg-feature-row .col {
    flex: 0 0 420px !important;
    width: 420px !important;
    max-width: 420px !important;
  }
  .tg-product-section .row,
  .tg-product-section .products {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tg-product-section .product-small.col {
    max-width: 50% !important;
    flex-basis: 50% !important;
    padding: 0 7px 16px !important;
  }
  .tg-product-section .product-title { font-size: 13px !important; }
  .tg-product-grid, .tg-product-grid.tg-five { grid-template-columns: 1fr; }
  .tg-card h3 { font-size: 17px; min-height: auto; }
  .tg-tags, .tg-rating, .tg-price-label, .tg-price del { font-size: 13px; }
  .tg-price strong { font-size: 18px; }
  .tg-testimonial-card { min-height: 390px; display: block; padding-top: 240px; }
  .tg-testimonial-card blockquote { margin: 12px 0 0; }
  .tg-story-grid { grid-auto-rows: 177px; }
  .tg-footer { padding-bottom: 161px; }
  .tg-contact-float { bottom: 70px; gap: 12px; }
  .tg-contact-float a { width: 70px; height: 70px; }
}
