@charset "UTF-8";
:root {
  --clgreen: #0b8a4a;
  --muted: #7b8a86;
  --accent: #d92727;
  --card-bg: #fff;
  --border: #e6e9ea; }

.overview-right-infor {
  padding: 15px 10px;
  background-color: white;
  margin-top: 30px;
  border: 1px solid #ececec; }
  @media (max-width: 992px) {
    .overview-right-infor {
      margin-top: 15px; } }
  .overview-right-infor .checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer; }
    .overview-right-infor .checkbox-wrapper .title {
      font-size: 16px;
      color: #000; }
  .overview-right-infor .checkbox-wrapper input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden; }
  .overview-right-infor .custom-check {
    width: 20px;
    height: 20px;
    border: 2px solid var(--clgreen);
    background: #fff;
    display: inline-block;
    position: relative;
    flex: 0 0 auto; }
  .overview-right-infor .custom-check::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    /* to hơn ô 22px */
    height: 28px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: 2px;
    background-position-y: -3px;
    opacity: 0;
    transition: opacity .12s ease, transform .12s ease;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6 L9 17 L4 12' stroke='black' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>"); }
  .overview-right-infor .checkbox-wrapper:hover .custom-check::after {
    opacity: 0.35;
    transform: translate(-50%, -50%) scale(1.12) rotate(-15deg); }
  .overview-right-infor .checkbox-wrapper input[type="checkbox"]:checked + .custom-check {
    border-color: var(--clgreen); }
  .overview-right-infor .checkbox-wrapper input[type="checkbox"]:checked + .custom-check::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.12) rotate(-15deg); }
  .overview-right-infor .main-price .sub {
    color: #767676;
    margin-bottom: 5px; }
  .overview-right-infor .main-price del {
    font-size: 20px;
    margin-right: 20px;
    line-height: 1.2; }
  .overview-right-infor .main-price .price {
    font-size: 28px;
    font-weight: bold;
    margin-top: 13px;
    color: var(--shop-color-main); }
  .overview-right-infor .trip-code {
    font-size: 16px;
    margin-top: 7px;
    font-weight: bold; }
    .overview-right-infor .trip-code strong {
      color: grey;
      display: inline-block;
      padding-right: 5px;
      font-size: 16px;
      font-weight: 400; }
  .overview-right-infor .percent-badge {
    background: #d92727;
    color: #fff;
    padding: 1px 6px;
    font-size: 12px;
    position: relative;
    display: inline-block; }
  .overview-right-infor .percent-badge::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 10px solid #d92727; }
  .overview-right-infor .btnmain {
    margin-top: 15px; }
    .overview-right-infor .btnmain a {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 8px 10px;
      border-radius: 8px;
      color: white;
      background-color: var(--shop-color-main);
      font-size: 32px;
      font-weight: bold; }
      @media (max-width: 992px) {
        .overview-right-infor .btnmain a {
          font-size: 26px; } }
  .overview-right-infor .block-contact {
    margin-top: 10px;
    display: flex;
    justify-content: space-between; }
    .overview-right-infor .block-contact a {
      display: inline-flex;
      align-items: center;
      gap: 5px;
      position: relative; }
      .overview-right-infor .block-contact a:first-child {
        padding-right: 15px;
        margin-right: 15px; }
        .overview-right-infor .block-contact a:first-child:after {
          content: '';
          position: absolute;
          height: 80%;
          width: 1px;
          right: -25px;
          top: 50%;
          opacity: 0.5;
          transform: translateY(-50%);
          background: #000; }
          @media (max-width: 992px) {
            .overview-right-infor .block-contact a:first-child:after {
              display: none; } }

.page-tourguide .tourguide-banner {
  position: relative; }
  .page-tourguide .tourguide-banner img {
    width: 100%; }
  .page-tourguide .tourguide-banner:before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute; }
  .page-tourguide .tourguide-banner .banner-detail {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
    .page-tourguide .tourguide-banner .banner-detail h1 {
      font-size: 48px;
      color: var(--color);
      margin-bottom: 0; }
      @media (max-width: 992px) {
        .page-tourguide .tourguide-banner .banner-detail h1 {
          font-size: 28px; } }

.page-tourguide .page-content {
  color: #000;
  padding: 40px 60px; }
  @media (max-width: 992px) {
    .page-tourguide .page-content {
      padding: 40px 0px; } }
  .page-tourguide .page-content.page-content-1 {
    line-height: 40px; }
    @media (max-width: 992px) {
      .page-tourguide .page-content.page-content-1 {
        line-height: 30px; } }
  .page-tourguide .page-content.page-content-2 {
    line-height: 1.8; }
    @media (max-width: 992px) {
      .page-tourguide .page-content.page-content-2 {
        line-height: 1.5; } }
    .page-tourguide .page-content.page-content-2 h3, .page-tourguide .page-content.page-content-2 h3 *,
    .page-tourguide .page-content.page-content-2 h2, .page-tourguide .page-content.page-content-2 h2 * {
      color: var(--shop-color-main) !important;
      font-size: 36px !important;
      text-align: center; }
      @media (max-width: 992px) {
        .page-tourguide .page-content.page-content-2 h3, .page-tourguide .page-content.page-content-2 h3 *,
        .page-tourguide .page-content.page-content-2 h2, .page-tourguide .page-content.page-content-2 h2 * {
          font-size: 28px !important; } }
  .page-tourguide .page-content .rte ul {
    list-style: initial;
    padding-left: 15px; }
  .page-tourguide .page-content .rte ol {
    list-style-type: decimal;
    padding-left: 15px; }
  .page-tourguide .page-content .rte ul ul {
    list-style-type: circle; }
  .page-tourguide .page-content .rte ul ul ul {
    list-style-type: square; }
  .page-tourguide .page-content .rte ul li, .page-tourguide .page-content .rte ol li {
    margin: 5px 0; }

.page-tourguide .tourguide-table-content .load-more-btn {
  margin-top: 40px;
  background-color: var(--shop-color-main);
  color: white;
  font-size: 22px;
  font-weight: 500;
  font-style: italic;
  padding: 8px 20px;
  border: unset !important;
  outline: unset !important; }

.page-tourguide .tourguide-table-content .block-tablecontent table {
  text-align: left;
  table-layout: fixed; }
  @media (max-width: 992px) {
    .page-tourguide .tourguide-table-content .block-tablecontent table {
      table-layout: fixed;
      width: auto; }
      .page-tourguide .tourguide-table-content .block-tablecontent table th:first-child {
        width: 20% !important; } }

.page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-header {
  padding: 15px 0;
  background-color: var(--shop-color-main); }
  .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-header .tablecontent-heading {
    color: white;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 36px;
    font-style: italic; }
    @media (max-width: 992px) {
      .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-header .tablecontent-heading {
        font-size: 28px; } }

.page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body {
  padding-bottom: 20px;
  text-align: center; }
  .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body thead {
    background-color: #f6f6f6;
    font-weight: bold;
    font-size: 16px; }
    .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body thead th {
      padding: 8px 20px;
      color: #000; }
      @media (max-width: 992px) {
        .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body thead th {
          font-size: 12px;
          width: 100%;
          padding: 5px; } }
  .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body tbody {
    transform: translateY(10px); }
    .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body tbody td {
      font-size: 14px;
      padding: 8px 20px;
      color: #000; }
      @media (max-width: 992px) {
        .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body tbody td {
          font-size: 13px;
          padding: 5px; } }
    .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body tbody tr {
      background-color: #f6f6f6; }
      .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body tbody tr:nth-child(even) {
        background-color: #eeeeee; }
    .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body tbody .name {
      font-size: 15px;
      font-weight: bold; }
      @media (max-width: 992px) {
        .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body tbody .name {
          font-size: 14px; } }
    .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body tbody .days {
      font-size: 15px; }
    .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body tbody .prices {
      font-size: 16px;
      font-weight: 500; }
      @media (max-width: 992px) {
        .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body tbody .prices {
          font-size: 14px; } }
      .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body tbody .prices .price {
        display: block; }
        .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body tbody .prices .price.price-highlight {
          color: #df3a3a; }
      .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body tbody .prices .pricesale {
        color: grey;
        text-decoration: line-through;
        display: block; }
    .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body tbody .link {
      text-align: right; }
      .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body tbody .link a {
        display: inline-flex;
        gap: 5px;
        color: #df3a3a;
        align-items: center;
        font-weight: 600;
        font-size: 15px; }
        .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body tbody .link a svg {
          width: 13px;
          height: 13px;
          transform: translateY(-2px); }
        @media (max-width: 992px) {
          .page-tourguide .tourguide-table-content .block-tablecontent .tablecontent-body tbody .link a {
            font-size: 12px; } }

#addthis-modalMaps .modal-header {
  display: none; }

#addthis-modalMaps .modal-body {
  padding: 0; }

.overview-right-infor .main-price .price {
  font-size: 28px;
  margin-top: 0; }

.overview-right-infor .percent-badge::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 10px solid #d92727; }

.overview-right-infor .main-price .sub {
  font-size: 16px; }
