@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }

  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.d-block {
  display: block !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.flex, .nhm-pagination ul, .nhm-pagination ul li a, .btn, .header .menu, .header .menu ul, .header .menu .icon, .mc-ft__payment-body, .items-tour--content__address, .price-content .price-row, .site-fsale .title-fsale--text, .site-code .ratio .code, .items-feedback .avata, .items-feedback .start, .form-mobile, .items-member, .page-value .items, .page-value .items--images, .title-main .heading, .items-room-flex .start, .items-room-flex .address, .items-room-flex .button-content, .page-content-single .start, .page-content-single .address, .page-content-single .button-content, .single-content--tienich ul, .sidebar-single .ddnb ul li, .page-single-hd .items-hd .content1, .page-single-hd .items-hd h3, .vna-room-pricing .css-close-rom, .checkout-item .text-muted span, .page-banner-order, .page-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.font-icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.text-center {
  text-align: center;
}

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.the_content {
  line-height: 1.5;
  font-size: 16px;
  text-align: justify;
}
.the_content .heading {
  color: var(--blue);
}
.the_content iframe {
  width: 100%;
  margin: 10px 0px;
}
.the_content article {
  margin-bottom: 1rem;
}
.the_content h1,
.the_content h2,
.the_content h3,
.the_content h4,
.the_content h5,
.the_content h6 {
  margin-bottom: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .the_content h1,
  .the_content h2,
  .the_content h3,
  .the_content h4,
  .the_content h5,
  .the_content h6 {
    text-align: left;
  }
}
.the_content h1,
.the_content h2 {
  font-size: 150%;
}
.the_content h3 {
  font-size: 120%;
}
.the_content h4 {
  font-size: 110%;
}
.the_content h5 {
  font-size: 100%;
}
.the_content h6 {
  font-size: 100%;
}
.the_content p {
  margin-bottom: 1rem;
}
.the_content p:last-child {
  margin-bottom: 0;
}
.the_content a {
  color: var(--blue);
}
.the_content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 1rem;
}
.the_content ul li {
  padding: 5px 0px;
}
.the_content ol {
  list-style: decimal;
  padding-left: 20px;
  margin-bottom: 1rem;
}
.the_content ol li {
  padding: 5px 0px;
}
.the_content img {
  width: 100%;
  max-width: 100%;
}
.the_content iframe {
  max-width: 100%;
}
.the_content table {
  display: table;
  width: 100%;
}
.the_content table td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
  font-size: 100%;
}
.the_content blockquote {
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  font-style: italic;
  margin-bottom: 20px;
  border-radius: 10px;
}
.the_content blockquote p:last-child {
  margin-bottom: 0;
}

.nhm-pagination {
  margin-top: 20px;
}
.nhm-pagination ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nhm-pagination ul li {
  margin: 0px 5px;
}
.nhm-pagination ul li a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  background-color: var(--blue);
  color: #fff;
  border-radius: 3px;
}
.nhm-pagination ul li a:hover {
  background-color: var(--red);
}
.nhm-pagination ul .active a {
  background-color: var(--red);
}

:root {
  --blue: #1d65bf;
  --red: #d82c29;
  --yellow: #f7a636;
  --gray: #1d2a46;
  --font: "Be Vietnam Pro", sans-serif;
  --font-oppen: "Be Vietnam Pro", sans-serif;
  --background-rgba: linear-gradient(to right, #3a50cb, #15268b);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
html {
  scroll-behavior: smooth;
  font-size: 16px;
  font-family: var(--font);
  background-size: cover;
  background-repeat: no-repeat;
}

a {
  text-decoration: none !important;
}

img,
a,
button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

p {
  font-size: 100%;
  line-height: 1.5;
}

button,
img,
input,
select {
  outline: none !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clear {
  clear: both;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.5)), to(transparent));
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.5), transparent);
}

@media screen and (device-aspect-ratio: 2 / 3) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40 / 71) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6, iPhone 6s, iPhone 7  */
@media screen and (device-aspect-ratio: 375 / 667) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}
/* Fix Input Zoom on iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus, iPhone 8, iPhone X, XS, XS Max  */
@media screen and (device-aspect-ratio: 9 / 16) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="tel"],
  input[type="url"] {
    font-size: 16px;
  }
}
.relative {
  position: relative;
  z-index: 5;
}

.custom-background, .page-banner-order, .page-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 110px;
  height: 40px;
  border-radius: 5px;
  padding: 0px 5px;
  font-size: 100%;
  color: #fff;
  font-weight: 500;
  background-color: var(--blue);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover {
  background-color: var(--yellow);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ratio {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 100%;
}
.ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pd-main {
  padding-top: 70px;
  padding-bottom: 70px;
}

.cut-text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  right: 0;
  border: 0;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  padding: 8px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: var(--color-blue);
  z-index: 5;
  font-size: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
}

.slick-arrow:before {
  display: none;
}

.slick-disabled {
  opacity: 0.2;
}

.slick-next {
  right: -5px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%237A8588' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons,Inc.--%3E%3Cpath d='M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z'/%3E%3C/svg%3E");
}

.slick-prev {
  left: -5px;
  background-image: url("data:image/svg+xml,%3Csvg fill='%0A%237A8588' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons,Inc.--%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z'/%3E%3C/svg%3E");
}

.mb-24 {
  margin-bottom: 24px;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
.slick-dots li {
  margin: 0px 5px;
  width: 12px;
  height: 12px;
  border: 1px solid var(--blue);
  background: transparent;
  border-radius: 50%;
}
.slick-dots li button {
  display: none;
}
.slick-dots .slick-active {
  background: var(--yellow);
}

svg {
  width: 20px;
}

.title-main {
  margin-bottom: 30px;
}

.title-main .heading {
  font-size: 24px;
  color: var(--blue);
  font-weight: bold;
  margin-bottom: 0;
  text-transform: none;
}

.title-main p {
  color: rgba(0, 55, 90, 0.7);
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.max-content {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.max-content .heading {
  text-align: center;
}

.row-custom-50 {
  margin: 0px -25px;
}
.row-custom-50 .col-custom-50 {
  padding: 0px 25px;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.rank-math-breadcrumb {
  padding-top: 30px;
}
.rank-math-breadcrumb a {
  color: #000;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}

.header {
  position: relative;
  z-index: 9;
}
.header .logo {
  padding: 25px 0px;
  position: relative;
}
.header .logo img {
  max-width: 120px;
}
.header .logo .gtranslate_wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: none;
}
@media screen and (max-width: 1199px) {
  .header .logo .gtranslate_wrapper {
    display: block;
  }
}
.header .logo .gtranslate_wrapper a {
  margin-left: 10px;
}
.header .menu {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .menu ul {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .menu ul li {
  position: relative;
  line-height: 50px;
}
.header .menu ul li:hover .sub-menu {
  display: block;
}
.header .menu ul li a {
  display: block;
  padding: 0px 12px;
  color: #000;
  font-weight: 600;
  font-size: 95%;
}
.header .menu ul li a:hover {
  color: var(--red);
}
.header .menu ul li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  max-width: 300px;
  background-color: var(--blue);
  border-radius: 10px;
  z-index: 9;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
  display: none;
  overflow: hidden;
}
.header .menu ul li .sub-menu li {
  line-height: 1;
}
.header .menu ul li .sub-menu li a {
  display: block;
  color: #fff;
  border-bottom: 1px solid #333;
  padding: 15px 10px;
}
.header .menu ul li .sub-menu li a:hover {
  background-color: var(--blue);
  color: #fff;
  border-color: #fff;
}
.header .menu ul li .sub-menu li:last-child a {
  border-bottom: 0;
}
.header .menu .icon .btn {
  margin-left: 15px;
  min-width: 95px;
}
.header .menu .icon .btn-res {
  background: var(--yellow);
}
.header .menu .icon .btn-res:hover {
  background: var(--blue);
}
.header .menu .icon svg {
  fill: #000;
}
.header .menu .icon svg path {
  fill: #000;
}
.header .menu .icon .gtranslate_wrapper a {
  margin-left: 10px;
}
.header .menu .icon .gt_float_switcher {
  font-size: 16px;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 24px;
}
.header .menu .icon .gt_float_switcher .gt-selected {
  background: transparent;
}
.header .menu .icon .gt_float_switcher .gt-current-lang {
  padding: 0;
  color: #fff;
}
.header .menu .icon .gt_float_switcher .gt-current-lang span {
  font-size: 100%;
}

.vna-search-wrapper {
  max-width: 1140px;
  margin: 50px auto;
  background: #fff;
  border-radius: 10px;
  /* Bo tròn kiểu viên thuốc như ảnh mẫu */
  padding: 15px 12px 15px 30px;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid #f0f0f0;
}
.vna-search-wrapper .flatpickr-wrapper {
  position: absolute;
}
.vna-search-wrapper .flatpickr-calendar {
  left: 0 !important;
  top: 35px !important;
}

.vna-luxury-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
.vna-luxury-form .col-cn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  max-width: 30%;
}
.vna-luxury-form .col-date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33%;
          flex: 0 0 33%;
  max-width: 33%;
}
.vna-luxury-form .col-nl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  max-width: 15%;
}
.vna-luxury-form .col-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 7%;
          flex: 0 0 7%;
  max-width: 7%;
  text-align: right;
}

.vna-col {
  border-right: 1px solid #eee;
  padding: 5px 15px;
}

.vna-col.no-border {
  border-right: none;
}

.vna-col label {
  display: block;
  font-size: 11px;
  font-weight: 500;
  color: #999;
  margin-bottom: 2px;
  text-align: left;
  margin-bottom: 10px;
}

.vna-input-box input,
.vna-input-box select,
.vna-val-display {
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: #1a73e8;
  /* Màu xanh chủ đạo */
  padding: 0;
  width: 100%;
  outline: none;
}

.vna-btn-search {
  background: #1a73e8;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 18px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
}

.vna-btn-search:hover {
  background: #0d47a1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.date-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}

.date-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.date-sep {
  width: 1px;
  height: 30px;
  background: #eee;
  margin: 0 15px;
}

/* Làm đẹp cái popup lịch */
.flatpickr-calendar {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
  border: none !important;
  border-radius: 15px !important;
  padding: 10px;
}

.flatpickr-day.selected {
  background: #1a73e8 !important;
  /* Màu xanh Luxury */
  border-color: #1a73e8 !important;
}

.footer {
  background: #00375a;
  padding: 55px 0;
  position: relative;
  padding-top: 105px;
  margin-top: 50px;
}

.footer .form-res {
  position: absolute;
  top: -60px;
  z-index: 5;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 1200px;
  height: auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #edf2f7;
  border-radius: 5px;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.03);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.03);
  border-radius: 16px;
}

.footer .form-res .res-text .text {
  padding-left: 20px;
}
.footer .form-res .res-text .text h3 {
  font-weight: 500;
  margin-bottom: 10px;
}

.footer .form-res .res-text .text h4 {
  font-size: 100%;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer .form-res .res-text .text p {
  font-size: 14px;
  margin-bottom: 0;
  width: 80%;
}

.footer .form-res svg {
  width: 65px;
}

.footer .form-res form {
  position: relative;
}

.footer .form-res form input {
  height: 50px;
  border: 0;
  background: #edf2f7;
  font-size: 100%;
  padding-left: 20px;
  border-radius: 8px;
}

.footer .form-res form .btn {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 8px 8px 0;
  background: #fcbb13;
  height: 50px;
  min-width: 132px;
  color: #000;
  font-size: 16px;
  outline: none;
  border: 0;
  font-weight: bold;
  cursor: pointer;
}

.footer .footer-infor {
  margin-bottom: 20px;
}

.footer .footer-infor--company {
  margin-bottom: 32px;
}

.footer .footer-infor--company p {
  text-transform: uppercase;
  font-size: 120%;
  color: #fff;
  margin-bottom: 8px;
}

.footer .footer-infor--company span {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 90%;
  font-style: italic;
}

.footer .footer-infor ul li {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 90%;
  color: rgba(255, 255, 255, 0.8);
}

.footer .footer-infor ul li:last-child {
  margin-bottom: 0;
}

.footer .footer-infor ul li span {
  font-weight: bold;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  max-width: 23%;
}

.footer .footer-infor ul li span svg {
  margin-right: 10px;
}

.footer .footer-infor ul li p {
  margin-bottom: 0;
}

.footer .logo-ft {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.footer .title-ft {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.footer-content ul li {
  margin-bottom: 12px;
}

.footer-content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 90%;
  font-style: normal;
  line-height: 24px;
}

.footer-content .scl a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 90%;
  font-style: normal;
  line-height: 24px;
  margin-bottom: 12px;
}

.footer-content .scl a svg {
  width: 32px;
  margin-right: 10px;
}

.footer a:hover {
  color: #fff !important;
}

.coppyright {
  padding: 16px 0;
  text-align: center;
  background: #002036;
}
.coppyright a {
  color: #fff;
  display: block;
  padding-top: 5px;
}
.coppyright a strong {
  color: var(--yellow);
}

.coppyright p {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 10px;
}

.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #fff;
  display: none;
  color: #000;
  overflow: auto;
  padding-bottom: 50px;
}

.menu-mobile .js-close {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  padding: 10px 10px 20px 10px;
  font-size: 30px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
}

.menu-mobile .js-close svg {
  fill: #7f7f7f;
  width: 15px;
}

.menu-mobile .js-close svg path {
  fill: #7f7f7f;
}

.menu-mobile .js-close span {
  display: block;
  padding-top: 5px;
  font-size: 12px;
}

.menu-mobile .search {
  width: 95%;
  margin: 0 auto;
}

.menu-mobile .search form {
  position: relative;
}

.menu-mobile .search form button {
  background: none;
  outline: none;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  width: 40px;
  height: 40px;
}

.menu-mobile .search form button svg {
  width: 15px;
  fill: #1a202c;
}

.menu-mobile .search form button svg path {
  fill: #1a202c !important;
}

.menu-mobile .search input {
  width: 100%;
  padding-left: 10px;
  border: 0;
  outline: none;
  background: #fff;
  height: 40px;
  border-radius: 1px;
}

.menu-mobile ul li {
  position: relative;
}

.menu-mobile ul li .js-dropdown {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  z-index: 3;
}

.active-dropdown svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu-mobile ul li .js-dropdown svg {
  width: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-mobile ul li a {
  display: block;
  padding: 10px 10px;
  font-size: 100%;
  text-transform: capitalize;
  color: #1a202c;
}

.menu-mobile ul li a svg {
  fill: var(--blue);
  margin-right: 10px;
  width: 20px;
}

.menu-mobile ul li a svg path {
  fill: var(--blue);
}

.menu-mobile .mobile--button button {
  min-width: 140px;
}

.menu-mobile ul li .sub-menu {
  display: none;
}

.menu-mobile ul li .sub-menu li a {
  font-size: 90%;
  padding: 5px 15px;
  padding-left: 45px;
}

.menu-mobile .mobile--button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e5f8fe;
  padding: 20px 10px;
  border-radius: 5px;
  max-width: 94%;
  margin: 0 auto;
  margin-bottom: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-mobile .mobile--button p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
  color: #1a202c;
}

.items-menu {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #edf2f7;
  line-height: 1.5;
}

.items-menu .title {
  padding: 10px;
  color: #718096;
  font-weight: 400;
  font-size: 100%;
  display: block;
  padding-bottom: 5px;
}

.menu-mobile .mobile--button button {
  margin: 0 10px;
  font-weight: bold;
}

.css-mobile {
  display: none;
}

.modal--res {
  max-width: 500px !important;
  margin: 0 auto;
}

.form-control {
  width: 100%;
}

/* Overlay bao phủ toàn màn hình */
.vna-login-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.vna-login-overlay:before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.active-pp {
  opacity: 1;
  visibility: visible;
}

/* Khung Modal chính */
.vna-login-modal {
  background: #fff;
  width: 100%;
  z-index: 3;
  max-width: 420px;
  padding: 30px;
  border-radius: 12px;
  position: relative;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .vna-login-modal {
    max-width: 95%;
  }
}

.vna-close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  color: #999;
  cursor: pointer;
}

.vna-title {
  text-align: center;
  color: var(--blue);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

/* Input Fields */
.vna-input-group {
  margin-bottom: 15px;
}

.vna-input-group label {
  display: block;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 8px;
  font-size: 14px;
}

.vna-input-group input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e1e8ed;
  border-radius: 8px;
  background: #f4f7f9;
  font-size: 14px;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.vna-input-group input:focus {
  border-color: var(--blue);
  background: #fff;
}

/* Password wrapper */
.vna-password-wrapper {
  position: relative;
}

.vna-toggle-password {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #999;
  cursor: pointer;
}

/* Buttons */
.vna-btn-submit {
  width: 100%;
  padding: 12px;
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  font-size: 16px;
}

.vna-forgot-password,
.vna-signup-text {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}

.vna-forgot-password a,
.vna-signup-text a {
  color: var(--blue);
  text-decoration: none;
  font-weight: 600;
}
.vna-forgot-password a:hover,
.vna-signup-text a:hover {
  color: var(--yellow);
}

/* Divider "Hoặc" */
.vna-divider {
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.vna-divider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eee;
}

.vna-divider span {
  position: relative;
  background: #fff;
  padding: 0 15px;
  color: #999;
  font-size: 13px;
}

/* Social Login Buttons */
.vna-social-login button {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.vna-btn-facebook {
  background: #4267b2;
}

.vna-btn-google {
  background: #d34836;
}

/* Ẩn mặc định các form không active */
.vna-form-content {
  display: none;
}

.vna-form-content.active {
  display: block;
  -webkit-animation: slideIn 0.3s ease-out;
          animation: slideIn 0.3s ease-out;
}

/* Tab Header */
.vna-modal-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #eee;
  margin-bottom: 25px;
}

.vna-tab-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  background: none;
  border: none;
  font-weight: 600;
  color: #999;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.vna-tab-item.active {
  color: #003d5b;
  border-bottom: 3px solid #003d5b;
}

/* Hiệu ứng chuyển cảnh */
@-webkit-keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.mc-ft__payment {
  color: #fff;
  margin-top: 20px;
}
.mc-ft__payment-title {
  font-size: 14px;
  margin-bottom: 20px;
}
.mc-ft__payment-body {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mc-ft__payment-body img {
  width: 50px;
  margin-right: 5px;
  border-radius: 5px;
}

.site-banner {
  position: relative;
}
.site-banner img {
  height: 100vh;
  max-height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-banner .content {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.site-banner .content .title {
  font-size: 48px;
  color: var(--blue);
  line-height: 1.3;
  font-weight: 500;
}

.site-hl .nav-hl {
  margin-bottom: 20px;
  width: 100%;
  overflow: auto;
}
.site-hl .nav-hl::-webkit-scrollbar {
  width: 5px;
  height: 7px;
}
.site-hl .nav-hl::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.site-hl .nav-hl::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: var(--blue);
}
.site-hl .nav-hl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 15px;
}

.site-hl .nav-hl li {
  margin-right: 10px;
}

.site-hl .nav-hl li:last-child {
  margin-right: 0;
}

.site-hl .nav-hl li a {
  font-size: 80%;
  color: #111;
  border: 1px;
  padding: 10px;
  border-radius: 30px;
  display: block;
  background: var(--blue);
  color: #fff;
}
.site-hl .nav-hl li a:hover {
  background: var(--yellow);
  color: #fff;
}

.site-hl .nav-hl li a svg {
  margin-right: 5px;
}

.site-hl .nav-hl li .active {
  border: 1px solid var(--blue);
  background: rgba(0, 108, 228, 0.06);
  color: var(--blue);
}

.slick-rooms {
  margin: 0 -10px;
}
.slick-rooms .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-rooms .slick-track .items {
  height: initial;
}

.slick-rooms .slick-slide {
  padding: 0 10px;
}

.items-tour {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}
.items-tour .room-available-rates {
  display: none;
}

.items-tour:hover {
  border-color: var(--blue);
}

.items-tour:hover img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.items-tour:hover .items-tour--content__title {
  color: var(--blue) !important;
}

.items-tour--images {
  position: relative;
}

.items-tour--images .like {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.items-tour--images .like svg {
  width: 30px;
}

.items-tour--images .sale {
  top: -35px;
  left: -23px;
  width: 80px;
  height: 80px;
  position: absolute;
  background: #ff3366;
  border-radius: 50%;
  color: #000;
}

.items-tour--images .sale small {
  position: relative;
  bottom: -47px;
  right: -35px;
  font-weight: 600;
  color: #1a202c;
}

.items-tour .ratio {
  padding-bottom: 66%;
}

.items-tour--content {
  padding: 16px;
}

.items-tour--content__title {
  color: #26333b;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.3;
}

.items-tour--content__start {
  margin: 10px 0;
  margin-top: 5px;
}

.items-tour--content__start span {
  margin-left: 5px;
  border-radius: 5px;
  padding: 5px;
  font-size: 10px;
  border: 1px solid var(--blue);
}

.items-tour--content__start svg {
  width: 20px;
  fill: #fcbb13;
}

.items-tour--content__start svg path {
  width: 100%;
}

.items-tour--content__address {
  font-size: 90%;
  margin-bottom: 10px;
}
.items-tour--content__address a {
  color: #4d4d4d;
}

.items-tour--content__address span {
  display: block;
  padding-left: 5px;
  font-size: 12px;
}

.items-tour--content__address svg {
  margin-top: -5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  max-width: 20px;
}

.items-tour--content__dg--content span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 8px;
  color: #fff;
  background: var(--blue);
  border-radius: 3px;
  font-size: 90%;
}

.items-tour--content__dg--content p {
  margin-bottom: 0;
  font-size: 90%;
  color: var(--blue);
  padding-left: 8px;
  font-weight: bold;
}

.items-tour--content__dg--text {
  padding-left: 8px;
  color: var(--Text-content, #4d4d4d);
  font-size: 90%;
  display: block;
}

.items-tour--content__price p,
p.bil {
  display: block;
  margin-bottom: 3px;
  font-size: 115%;
  color: var(--blue);
  font-weight: bold;
}

.room__price {
  display: block;
  font-size: 0;
  color: var(--blue);
  font-weight: 600;
}
.room__price .amount {
  color: var(--red);
  font-size: 16px;
}

.price-content .price-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.price-content .price-badge {
  font-size: 14px;
  color: var(--blue);
}
.price-content .price-value {
  color: var(--red);
  font-size: 16px;
  font-weight: 600;
}
.price-content .price-value .unit {
  color: #555;
  font-weight: 400;
  font-size: 14px;
}

.items-tour--content__price p:last-child {
  margin-bottom: 0;
}

.items-tour--content__price .ins,
.ins {
  color: #4d4d4d;
  font-weight: 400;
  text-decoration: line-through;
  font-size: 90%;
}

.site-fsale .title-fsale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-fsale .title-fsale img {
  max-width: 200px;
}

.site-fsale .title-fsale--button__box {
  margin-left: 10px;
  background: #aee2ff;
  color: var(--blue);
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
}

.site-fsale .title-fsale--button__box span {
  display: block;
  font-size: 90%;
  font-weight: bold;
}

.site-fsale .title-fsale--button__box span:last-child {
  font-weight: 400;
  font-size: 11px;
  margin-top: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.site-fsale .title-fsale--button__box span img {
  margin-left: 3px;
  width: 14px;
}

.site-fsale .title-fsale--button__box:first-child {
  background: var(--blue);
  color: #fff;
}

.site-fsale .title-fsale--text {
  font-size: 90%;
  color: rgba(0, 0, 0, 0.87);
  margin-top: 10px;
}

.site-fsale .title-fsale--text .countdown-time {
  margin-left: 10px;
  color: var(--blue);
}

.site-fsale .title-fsale--text .countdown-time span {
  display: inline-block;
  padding: 5px 5px;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  background: var(--blue);
  margin: 0 2.5px;
}

.site-fsale {
  padding: 30px 0px;
}
.site-fsale .items-tour {
  background: #fff;
}

.site-code {
  padding: 50px 0px;
  background: #eef9ff;
}
.site-code .slick-arrow {
  top: 50%;
}
.site-code .ratio {
  padding-bottom: 60%;
  border-radius: 10px;
}
.site-code .ratio:hover .code {
  opacity: 1;
}
.site-code .ratio .code {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 3;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-weight: 600;
  font-size: 120%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.site-code .ratio .code span {
  background: var(--blue);
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin-top: 10px;
  font-size: 16px;
  cursor: pointer;
}

.slick-code {
  margin: 0px -10px;
}
.slick-code .items {
  padding: 0px 10px;
}

.site-feedback {
  background-color: #eef9ff;
}
.site-feedback .slick-feedback {
  margin: 0px -10px;
}
.site-feedback .slick-feedback .items {
  padding: 0px 10px;
}

.items-feedback {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}
.items-feedback .phay {
  position: absolute;
  top: 30px;
  right: 30px;
}
.items-feedback .avata img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.items-feedback .avata--name {
  padding-left: 15px;
}
.items-feedback .avata--name h4 {
  font-size: 90%;
  font-weight: 600;
  color: #222;
}
.items-feedback .avata--name .review {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}
.items-feedback .avata--name .review span {
  color: var(--blue);
}
.items-feedback .content {
  margin: 20px 0px;
}
.items-feedback .content p {
  margin-bottom: 0;
  color: #555;
  font-size: 90%;
  text-align: justify;
}
.items-feedback .start {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.items-feedback .start svg {
  fill: var(--yellow);
  width: 15px;
  margin: 0px 2.5px;
}
.items-feedback .start svg path {
  fill: var(--yellow);
}

.room-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 300px;
  gap: 16px;
}

/* item mặc định */
.room-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.room-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.room-item img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

/* text đè ảnh */
.room-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 20px 10px;
}

/* 2 item đầu – ảnh lớn */
.room-item:nth-child(1),
.room-item:nth-child(2) {
  grid-column: span 3;
  grid-row: span 1;
}

/* 3 item tiếp – ảnh nhỏ */
.room-item:nth-child(3),
.room-item:nth-child(4),
.room-item:nth-child(5) {
  grid-column: span 2;
}

.site-news {
  padding-bottom: 100px;
}

/* item cuối – full ngang */
.room-item:nth-child(6) {
  grid-column: span 6;
  grid-row: span 2;
}

.news-featured-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

/* Bài lớn */
.news-big {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.news-big .meta {
  color: #fff;
}

.news-big img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-big img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.news-big .news-content {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 24px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 8px;
}

.news-big h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.3;
}

/* Cột phải */
.news-small-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.news-small {
  overflow: hidden;
}
.news-small .ratio {
  padding-bottom: 60%;
}

.news-small img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.news-small img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.news-small h4 {
  font-size: 15px;
  margin: 8px 0;
  line-height: 1.4;
  color: #222;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* meta */
.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  font-size: 14px;
  color: #777;
}

/* mobile */
@media (max-width: 991px) {
  .news-featured-grid {
    grid-template-columns: 1fr;
    /* bài lớn vẫn full */
  }

  .news-small-wrap {
    grid-template-columns: repeat(2, 1fr);
    /* 2 bài / 1 dòng */
    gap: 12px;
  }
}
@media (max-width: 991px) {
  .room-grid {
    grid-template-columns: repeat(2, 1fr);
    /* 2 cột */
    grid-auto-rows: auto;
    gap: 12px;
  }

  .room-item {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
  }

  .room-title {
    line-height: 1.3;
  }
}
.header-mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .page-banner {
    display: none;
  }

  .header-mobile {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-top: -57px;
    padding-top: 55px;
    position: relative;
    z-index: 5;
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, from(#568fb4), color-stop(76%, #002b47));
    background: linear-gradient(0deg, #568fb4 0%, #002b47 76%);
  }

  .site-banner .slick-banner {
    padding: 20px 15px;
    padding-bottom: 0;
  }
  .site-banner .slick-banner img {
    max-height: 200px;
    border-radius: 10px;
  }

  .site-banner .content {
    display: none;
  }

  .header .logo img {
    max-width: 80px;
  }

  .header .logo {
    padding: 10px 0px;
  }
}
.form-mobile {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 15px;
}
.form-mobile .form-search-mobile {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 78%;
          flex: 0 0 78%;
  max-width: 78%;
}
.form-mobile form {
  position: relative;
}
.form-mobile form input {
  height: 40px;
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #333;
          box-shadow: 0 0 5px #333;
  outline: none;
  border: 0;
  padding-left: 40px;
  font-weight: 600;
}
.form-mobile form button {
  outline: none;
  background: none;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.form-mobile form .button-icon {
  left: 0;
  width: 40px;
  height: 40px;
}
.form-mobile form .button-icon img {
  width: 15px;
  height: 15px;
}
.form-mobile form .button-text {
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 0px 10px;
  color: var(--blue);
  font-weight: 600;
  font-size: 12px;
}
.form-mobile .icon-mb img {
  max-width: 35px;
  max-height: 35px;
}
.form-mobile .js-show-mobile img {
  max-height: 28px;
}

.site-member {
  background-color: #eef9ff;
}
.site-member .title-main p {
  font-size: 100%;
}

.items-member {
  background: #fff;
  border-radius: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 50px 20px;
  height: 100%;
  text-align: center;
}
.items-member i {
  font-size: 30px;
  color: var(--blue);
  margin-bottom: 20px;
}
.items-member span {
  display: block;
  font-size: 100%;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.3;
  color: #333;
}

.btn-yellow {
  background: var(--yellow) !important;
}

.items-solution:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.items-solution:hover .content h3 {
  color: var(--yellow);
}
.items-solution .ratio {
  border-radius: 15px;
}
.items-solution .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.items-solution .content h4 {
  font-size: 90%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
  font-weight: 400;
}
.items-solution .content h3 {
  font-weight: bold;
  font-size: 100%;
  line-height: 1.3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.items-solution h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 88%;
  width: 100%;
  padding-bottom: 30px;
  font-size: 90%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #fff;
  font-weight: 400;
  z-index: 5;
  text-align: center;
}

.site-address {
  background-color: #eef9ff;
}

.trip-card {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.trip-image {
  position: relative;
}
.trip-image .badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--blue);
  text-transform: uppercase;
}

.trip-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Badge Trip.Best */
.badge-booking {
  background: #fff2e8;
  color: #a8552b;
  font-size: 13px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 10px;
  margin: 0 !important;
  margin-top: 5px !important;
  display: inline-block;
}

/* Nút tim */
.favorite {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
}

/* Like */
.likes {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 13px;
  padding: 4px 8px;
  border-radius: 8px;
}

/* Content */
.trip-content {
  padding: 12px 14px 16px;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: linear-gradient(180deg, transparent, #000);
  width: 100%;
  left: 0;
  color: #fff;
}

.trip-content h3 {
  font-size: 100%;
  line-height: 1.3;
  margin: 0 0 8px;
  font-weight: 600;
}

/* Rating */
.rating {
  font-size: 14px;
  color: #f59e0b;
}

.rating span {
  color: #666;
}

.rating em {
  margin-left: 6px;
  font-style: normal;
  color: #666;
  font-size: 13px;
}

.qa-content {
  max-width: 900px;
  margin: 0 auto;
}

/* Item */
.items-qa {
  border-bottom: 1px solid #e5e7eb;
  padding: 16px 0;
}

/* Title */
.js-qa-title {
  position: relative;
  cursor: pointer;
  font-size: 100%;
  font-weight: 600;
  margin: 0;
  padding-right: 30px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.js-qa-title::after {
  content: "+";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* Active title */
.items-qa.active .js-qa-title {
  color: #2563eb;
}

.items-qa.active .js-qa-title::after {
  content: "−";
}

/* Content */
.js-content {
  display: none;
  padding-top: 12px;
}

.js-content p {
  margin: 0;
  line-height: 1.6;
  color: #374151;
}

.page-about .images img {
  border-radius: 247px 0px 0px 247px;
  min-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-about {
  padding-top: 30px;
}

.page-value {
  background: #f8f7f7;
}
.page-value--content {
  padding-left: 16%;
}
.page-value .items {
  border-radius: 111px 0px 0px 111px;
  background: -webkit-gradient(linear, left top, right top, from(#153155), to(#2e6cbb));
  background: linear-gradient(90deg, #153155 0%, #2e6cbb 100%);
  padding: 40px 40px;
  color: #fff;
  margin-bottom: 35px;
}
.page-value .items:last-child {
  margin-bottom: 0;
}
.page-value .items--images {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26%;
          flex: 0 0 26%;
  max-width: 26%;
}
.page-value .items--images h3 {
  padding-left: 30px;
  text-transform: uppercase;
  font-size: 125%;
  font-weight: bold;
}
.page-value .items--content {
  max-width: 880px;
  font-size: 100%;
  text-align: justify;
  line-height: 1.5;
}

.page-banner {
  background: #f2f7f9;
  padding: 25px 0px;
}
.page-banner .content {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0%);
          transform: translate(0, 0%);
}
.page-banner .content .hotelier-search-container {
  margin-top: 0;
  margin-bottom: 0;
}
.page-banner .content .custom-pill-search {
  padding: 10px;
  margin-bottom: 0;
}
.page-banner .content .custom-pill-search::before {
  display: none;
}
.page-banner .vna-search-wrapper {
  margin: 0 auto;
}

.title-main .selected-nights {
  font-size: 24px;
  color: var(--blue);
  font-weight: bold;
  margin-bottom: 0;
  text-transform: none;
  margin: 0;
  font-style: initial;
  padding-right: 10px;
}

.sidebar-zoom {
  border: 1px solid #f0f0f0;
  border-radius: 10px;
}
.sidebar-zoom .items {
  padding: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar-zoom .title-widget {
  font-size: 100%;
  font-weight: 500;
  color: var(--blue);
  margin-bottom: 10px;
}
.sidebar-zoom form {
  position: relative;
}
.sidebar-zoom form input {
  height: 40px;
  border-radius: 5px;
  background-color: #f4f6fc;
  outline: none;
  border: 0;
  padding-left: 40px;
  font-weight: 600;
}
.sidebar-zoom form button {
  outline: none;
  background: none;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.sidebar-zoom form .button-icon {
  left: 0;
  width: 40px;
  height: 40px;
}
.sidebar-zoom form .button-icon img {
  width: 15px;
  height: 15px;
}
.sidebar-zoom form .button-text {
  right: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 0px 10px;
  color: var(--blue);
  font-weight: 600;
  font-size: 12px;
}
.sidebar-zoom ul li a {
  display: block;
  padding: 10px 0;
  color: #333;
  font-size: 90%;
  position: relative;
}
.sidebar-zoom ul li a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #ccc;
  border-radius: 1px;
}
.sidebar-zoom ul li a:hover {
  color: var(--blue);
}
.sidebar-zoom ul .active a:before {
  background: var(--blue);
  border-color: var(--blue);
}

.items-room-flex {
  padding: 15px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  margin-bottom: 20px;
}
.items-room-flex:hover .ratio img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.items-room-flex .ratio {
  border-radius: 10px;
  padding-bottom: 70%;
}
.items-room-flex .content {
  padding-left: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.items-room-flex .text p {
  margin-bottom: 5px;
  font-size: 13px;
  color: #289a41;
  font-weight: 500;
}
.items-room-flex h3 a {
  display: block;
  color: var(--blue);
  font-size: 120%;
  font-weight: 500;
  line-height: 1.3;
}
.items-room-flex h3 a:hover {
  color: var(--yellow);
}
.items-room-flex .start {
  margin: 10px 0px;
}
.items-room-flex .start svg {
  width: 15px;
  fill: var(--yellow);
}
.items-room-flex .start svg path {
  fill: var(--yellow);
}
.items-room-flex .address {
  margin-bottom: 10px;
}
.items-room-flex .address span {
  padding-left: 10px;
  font-size: 90%;
}
.items-room-flex .address a {
  color: #4d4d4d;
}
.items-room-flex .button-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.items-room-flex .button-content ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.items-room-flex .button-content ul li a {
  display: block;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 13px;
  color: var(--blue);
  background: #f2f7f9;
  margin-right: 10px;
  margin-top: 10px;
}
.items-room-flex .button-content .room-available-rates__link {
  display: none;
}
.items-room-flex .button-content .bottom-custom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.items-room-flex .button-content .bottom-custom .btn {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  padding: 0px 10px;
}
.items-room-flex .button-content .room__price-wrapper {
  margin-bottom: 10px;
}
.items-room-flex .button-content .room__price .amount {
  font-size: 20px;
}

.tab-link {
  border-bottom: 1px solid #ccc;
}
.tab-link a {
  display: block;
  color: var(--blue);
  padding: 20px;
  padding-left: 0;
  padding-right: 50px;
  font-size: 100%;
  font-weight: 500;
}
.tab-link a:hover {
  color: var(--yellow);
}

.page-content-single {
  padding-top: 20px;
  padding-bottom: 30px;
}
.page-content-single .content-top {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-content-single .text p {
  margin-bottom: 5px;
  font-size: 13px;
  color: #289a41;
  font-weight: 500;
}
.page-content-single h1 {
  display: block;
  color: var(--blue);
  font-size: 150%;
  font-weight: 500;
  line-height: 1.3;
}
.page-content-single h1:hover {
  color: var(--yellow);
}
.page-content-single .start {
  margin: 10px 0px;
}
.page-content-single .start svg {
  width: 15px;
  fill: var(--yellow);
}
.page-content-single .start svg path {
  fill: var(--yellow);
}
.page-content-single .address {
  margin-top: 10px;
}
.page-content-single .address span {
  padding-left: 10px;
  font-size: 90%;
}
.page-content-single .address a {
  color: #4d4d4d;
}
.page-content-single .btn {
  margin-top: 15px;
  margin-left: auto;
  padding: 0px 10px;
}
.page-content-single .btn i {
  padding-right: 5px;
}
.page-content-single .price-content .price-value {
  font-size: 150%;
}
.page-content-single .button-content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.page-content-single .button-content ul {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  max-width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-content-single .button-content ul li a {
  display: block;
  padding: 5px 10px;
  border-radius: 30px;
  font-size: 13px;
  color: var(--blue);
  background: #f2f7f9;
  margin-right: 10px;
  margin-top: 10px;
}

.album-single {
  margin: 30px 0px;
}

/* Container chính */
.vna-gallery-container {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 250px 200px;
  /* Tổng chiều cao 500px */
  gap: 10px;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}

/* Ảnh lớn bên trái */
.vna-gallery-item.item-1 {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

/* Các ảnh nhỏ */
.vna-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.vna-gallery-item {
  position: relative;
  overflow: hidden;
}

.vna-gallery-item:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

/* Lớp phủ cho ảnh cuối cùng (+ số lượng) */
.vna-gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

.vna-gallery-overlay span {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

/* Responsive cho Mobile */
@media (max-width: 768px) {
  .vna-gallery-container {
    grid-template-columns: 1fr;
    grid-template-rows: 300px;
    /* Chỉ hiện ảnh chính trên mobile hoặc đổi layout */
  }

  .vna-gallery-item:not(.item-1) {
    display: none;
    /* Ẩn các ảnh nhỏ trên mobile cho gọn */
  }
}
.title-single {
  font-size: 125%;
  color: var(--blue);
  margin-bottom: 15px;
  font-weight: 800;
}

.single-content {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--blue);
}

.single-content--tienich ul li a {
  margin-right: 5px;
  margin-bottom: 5px;
  display: block;
  padding: 10px 15px;
  font-size: 90%;
  color: #fff;
  border-radius: 30px;
  background: var(--blue);
}
.single-content--tienich ul li a:hover {
  background: var(--yellow);
}

.sidebar-single {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 10px;
}
.sidebar-single .room-location-map h4 {
  font-size: 90%;
  color: #333;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 10px;
}
.sidebar-single iframe {
  height: 250px;
  border-radius: 5px;
}
.sidebar-single .ddnb {
  margin-top: 30px;
}
.sidebar-single .ddnb ul li {
  font-size: 90%;
  color: #333;
  line-height: 1.5;
  padding-bottom: 10px;
}
.sidebar-single .ddnb ul li svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  max-width: 20px;
  margin-right: 5px;
}

.js-the-content {
  height: 365px;
  overflow: hidden;
  position: relative;
}
.js-the-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.35)), to(white));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.35) 0%, white 100%);
}

.active-content {
  height: 100%;
}
.active-content:before {
  display: none;
}

.js-show-content {
  text-align: center;
  font-size: 100%;
  color: var(--blue);
  font-weight: 500;
  cursor: pointer;
  padding-top: 10px;
}
.js-show-content:hover {
  color: var(--yellow);
}

.vna-support-group .vna-support-item {
  height: 100%;
  background-color: #f7f7f7;
  padding: 15px;
  border-radius: 5px;
}
.vna-support-group h4 {
  font-size: 100%;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
}
.vna-support-group ul li {
  padding: 5px 0px;
  color: #333;
  font-size: 14px;
}

.page-single-qa {
  background: #f9fcff;
}
.page-single-qa .items-qa {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.page-single-qa .items-qa:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-single-qa .items-qa:first-child h3 {
  padding-top: 0;
}
.page-single-qa .items-qa:first-child p {
  display: block;
}
.page-single-qa .items-qa h3 {
  font-size: 100%;
  font-weight: 500;
  color: #222;
  padding: 5px 0px;
  position: relative;
  cursor: pointer;
}
.page-single-qa .items-qa h3:before {
  content: "+";
  position: absolute;
  top: -3px;
  right: 0;
  font-size: 30px;
  color: #000;
}
.page-single-qa .items-qa .active:before {
  content: "-" !important;
}
.page-single-qa .items-qa p {
  margin-top: 15px;
  font-size: 90%;
  color: #333;
  display: none;
}

.page-single-hd {
  background: #eef9ff;
}
.page-single-hd .slick-qa {
  margin: 0px -10px;
}
.page-single-hd .slick-qa .items {
  padding: 0px 10px;
  height: initial;
}
.page-single-hd .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-single-hd .items-hd {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 25px 25px;
  border-radius: 10px;
  height: 100%;
}
.page-single-hd .items-hd .content1 p {
  padding-left: 15px;
  font-size: 90%;
  color: #333;
  font-weight: 400;
  margin-bottom: 0;
}
.page-single-hd .items-hd svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  max-width: 25px;
  height: 25px;
}
.page-single-hd .items-hd h3 {
  margin-bottom: 15px;
}
.page-single-hd .items-hd h3 span {
  padding-left: 10px;
  font-size: 100%;
  font-weight: 500;
  color: #222;
  line-height: 1.3;
  display: block;
}

.page-single-room {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 3;
}

#vna-booking-popup .form-control {
  height: 40px;
  border-radius: 5px !important;
  border: 1px solid #ccc;
  padding-left: 10px;
  font-size: 100%;
}
#vna-booking-popup label {
  margin-bottom: 5px;
  font-weight: 500;
}
#vna-booking-popup .form-select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  padding-left: 10px;
  border: 1px solid #ccc;
}
#vna-booking-popup .total-custom {
  padding: 15px 10px;
}
#vna-booking-popup #popup-checkin-time {
  cursor: pointer;
}

:root {
  --primary-color: #1d65bf;
  /* Blue Agoda/Booking */
  --accent-color: #d82c29;
  /* Pink deal */
  --text-main: #2a2a2a;
  --text-muted: #666;
  --bg-gray: #f5f7fa;
  --border: #e6e9ed;
}

.vna-room-card-premium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 12px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  margin-bottom: 25px;
  overflow: hidden;
}

/* Cột thông tin phòng */
.vna-room-sidebar {
  width: 350px;
  padding: 20px;
  background: #fff;
  border-right: 1px solid var(--border);
}

.room-name {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 15px;
  line-height: 1.4;
}
.room-name span {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 30px;
  color: #fff;
  margin-left: 15px;
}
.room-name .room-open {
  background: #289a41;
}
.room-name .room-close {
  background: var(--red);
}

.image-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 6px;
  margin-bottom: 15px;
}

.image-grid img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.image-grid img:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.sub-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.more-overlay {
  position: relative;
  height: 60px;
}

.more-overlay a {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 4px;
}

.room-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
}

.feature-item {
  font-size: 0.8rem;
  color: var(--text-muted);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.feature-item.success {
  color: #047c88;
  font-weight: 500;
}

.detail-link {
  color: var(--primary-color);
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 600;
}

/* Cột bảng giá */
.vna-room-pricing {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.vna-room-pricing .css-close-rom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px;
  font-weight: 600;
  font-size: 120%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  line-height: 1.5;
}
.vna-room-pricing .css-close-rom a {
  font-size: 25px;
  font-weight: bold;
  color: #69abff;
}

.room-opcacity {
  opacity: 0.5;
}

.pricing-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--blue);
  padding: 12px 15px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.5px;
}

.h-info {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.h-capacity {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  text-align: center;
}

.h-price {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  text-align: right;
}

.pricing-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--border);
}
.pricing-row:nth-child(n + 4) {
  display: none;
}

.vna-room-pricing.is-expanded .pricing-row:nth-child(n + 4) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* Hoặc display: block tùy layout của bạn */
  -webkit-animation: fadeIn 0.4s ease;
          animation: fadeIn 0.4s ease;
}

.pricing-row.highlight {
  background-color: #f0f6ff;
}

.c-info {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  border-right: 1px dashed var(--border);
  padding-right: 15px;
}

.c-capacity {
  -webkit-box-flex: 0.5;
      -ms-flex: 0.5;
          flex: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  color: #444;
}

.c-price {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  text-align: right;
  padding-left: 15px;
}

.deal-tag {
  background: #d81e60;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 20px;
  display: inline-block;
  margin-left: 15px;
}

.benefit-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefit-list li {
  font-size: 0.85rem;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 0px;
  gap: 8px;
}

.has-icon i {
  width: 16px;
  font-size: 0.9rem;
}

.has-icon.primary {
  color: var(--primary-color);
}

.has-icon.danger {
  color: #dc3545;
}

/* Phần giá tiền */
.price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 5px;
}

.old-price {
  text-decoration: line-through;
  color: #999;
  font-size: 0.9rem;
}

.current-price {
  font-size: 120%;
  font-weight: 800;
  color: var(--text-main);
}

.tax-note {
  font-size: 0.75rem;
  color: #888;
  margin-bottom: 15px;
}

.btn-book-now {
  background: var(--primary-color);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-book-now:hover {
  background: #357ae8;
  -webkit-box-shadow: 0 4px 12px rgba(83, 146, 249, 0.3);
          box-shadow: 0 4px 12px rgba(83, 146, 249, 0.3);
}

.stock-note {
  font-size: 0.75rem;
  color: var(--accent-color);
  margin-top: 8px;
  font-weight: 600;
}

.pricing-footer {
  padding: 12px;
  text-align: center;
  background: #fff;
  display: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.toggle-prices {
  font-size: 0.85rem;
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
}

.benefit-list li.success {
  color: #047c88;
}

/* Xanh lá: Tích cực */
.benefit-list li.danger {
  color: #a50010;
}

/* Đỏ: Lưu ý/Hạn chế */
.benefit-list li.primary {
  color: #5392f9;
}

/* Xanh dương: Thông tin */
.benefit-list li.muted {
  color: #888;
}

/* Xám: Không có */
.benefit-list li i {
  width: 20px;
  text-align: center;
  font-size: 0.9em;
}

.title-hp {
  font-size: 120%;
  font-weight: 600;
  color: var(--blue);
}

.capacity-icons-1 i:nth-child(2), .capacity-icons-1 i:nth-child(3), .capacity-icons-1 i:nth-child(4) {
  display: none;
}

.capacity-icons-2 i:nth-child(3), .capacity-icons-2 i:nth-child(4) {
  display: none;
}

.capacity-icons-3 i:nth-child(4) {
  display: none;
}

.total-room {
  background: #cbeded;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  font-size: 14px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  margin-top: 10px;
}
.total-room span {
  padding-left: 10px;
  font-weight: bold;
}

.page-content-single .price-content .price-value .unit {
  font-size: 20px;
}

.checkout-card,
.order-summary-card {
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.checkout-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.payment-item {
  border: 2px solid #eee;
  padding: 15px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  cursor: pointer;
}
.payment-item p {
  margin-top: 5px;
}

.payment-item.active {
  border-color: #1a73e8;
  background: #f0f7ff;
}

.form-control {
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #ddd;
}

.checkout-card {
  padding: 15px;
  background: #f4f7f9;
}
.checkout-card label {
  display: block;
  margin-bottom: 7px;
  width: 100%;
}

.order-summary-card {
  padding: 15px;
  background: #f4f7f9;
}

.mb-10 {
  margin-bottom: 10px;
}

.checkout-item {
  line-height: 1.5;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 5px;
  padding: 10px;
  position: relative;
}
.checkout-item h5 {
  color: var(--blue);
  font-size: 90%;
}
.checkout-item .text-muted {
  margin: 10px 0px;
  color: #333;
}
.checkout-item .text-muted span i {
  padding-right: 5px;
  color: var(--blue);
}
.checkout-item .text-end {
  color: var(--red);
  font-size: 100%;
}
.checkout-item .btn-remove-item {
  position: absolute;
  top: 3px;
  right: 3px;
  padding: 10px;
  border: 0;
  background: var(--red);
  color: #fff;
  border-radius: 2px;
}

.summary-total {
  padding: 15px 0px;
}

.vna-cart-icon-wrapper {
  position: relative;
  display: inline-block;
  padding: 10px;
}

.vna-cart-link i {
  font-size: 22px;
  color: var(--blue);
}

.vna-badge {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ff4d4f;
  /* Màu đỏ nổi bật */
  color: white;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* Hiệu ứng rung nhẹ khi có thêm phòng mới */
.vna-badge.bump {
  -webkit-animation: badge-bump 0.3s ease-out;
          animation: badge-bump 0.3s ease-out;
}

@-webkit-keyframes badge-bump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes badge-bump {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.vna-edit-datepicker {
  border: 1px dashed #1a73e8 !important;
  background: #f0f7ff !important;
  cursor: pointer;
  font-weight: 600;
  color: #1a73e8;
  max-width: 250px;
}

.edit-date-wrapper label {
  display: block;
  margin-bottom: 2px;
  font-size: 11px;
}

.item-price-display {
  color: #28a745;
  font-size: 1.1rem;
}

/* Làm mờ rõ rệt các ngày đã bị khóa */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  background: #eeeeee !important;
  color: #bbbbbb !important;
  cursor: not-allowed !important;
  text-decoration: line-through;
  /* Thêm gạch ngang cho chắc chắn */
  opacity: 0.5;
}

#vna-orders-results table {
  font-size: 0.9rem;
}

#vna-orders-results .badge {
  font-weight: 500;
  padding: 0.5em 0.8em;
}

.input-group #vna-search-phone {
  border-radius: 8px 0 0 8px;
  border: 2px solid #eee;
}

.input-group #btn-search-orders {
  border-radius: 0 8px 8px 0;
}

#checkout-items-list .btn {
  margin: 10px auto;
}

.payment-item {
  margin-bottom: 10px;
}

.account-dashboard-wrapper {
  background-color: #f8fafc;
  min-height: 100vh;
}
.account-dashboard-wrapper .account-banner {
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  border-bottom: 5px solid var(--blue);
}
.account-dashboard-wrapper .account-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(26, 115, 232, 0.8), rgba(0, 0, 0, 0.6));
}
.account-dashboard-wrapper .account-banner .container {
  position: relative;
  z-index: 1;
}
.account-dashboard-wrapper .account-banner .welcome-card {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.account-dashboard-wrapper .account-banner .welcome-card h2 {
  font-size: 2.5rem;
  letter-spacing: -1px;
}
.account-dashboard-wrapper .avatar-circle {
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  margin-top: -60px;
  background-color: white;
  color: var(--blue);
}
.account-dashboard-wrapper .dashboard-sidebar {
  background: white;
  border: none;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05) !important;
}
.account-dashboard-wrapper .dashboard-sidebar .sidebar-nav .nav-link {
  padding: 15px 25px;
  color: #64748b;
  border-radius: 0;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.account-dashboard-wrapper .dashboard-sidebar .sidebar-nav .nav-link i {
  font-size: 1.1rem;
  opacity: 0.7;
}
.account-dashboard-wrapper .dashboard-sidebar .sidebar-nav .nav-link:hover {
  background-color: #f1f5f9;
  color: var(--blue);
  padding-left: 30px;
}
.account-dashboard-wrapper .dashboard-sidebar .sidebar-nav .nav-link.active {
  background: -webkit-gradient(linear, left top, right top, from(#eef2ff), to(transparent));
  background: linear-gradient(to right, #eef2ff, transparent);
  color: var(--blue);
  border-left-color: var(--blue);
}
.account-dashboard-wrapper .dashboard-sidebar .sidebar-nav .nav-link.active i {
  opacity: 1;
}
.account-dashboard-wrapper .dashboard-sidebar .sidebar-nav .nav-link.text-danger:hover {
  background: #fef2f2;
  color: #dc2626 !important;
}
.account-dashboard-wrapper .stat-card {
  border: none;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: white;
}
.account-dashboard-wrapper .stat-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.account-dashboard-wrapper .stat-card i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #f1f5f9;
  border-radius: 15px;
  margin-bottom: 15px !important;
}
.account-dashboard-wrapper .tab-content .card {
  border: none;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05) !important;
  border-radius: 20px !important;
  background: white;
}
.account-dashboard-wrapper .form-control {
  background-color: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 0.75rem 1rem;
  font-size: 0.95rem;
}
.account-dashboard-wrapper .form-control:focus {
  background-color: white;
  border-color: var(--blue);
  -webkit-box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
          box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1);
}
.account-dashboard-wrapper .btn-primary {
  padding: 10px 30px;
  font-weight: 600;
  -webkit-box-shadow: 0 4px 14px rgba(37, 99, 235, 0.39);
          box-shadow: 0 4px 14px rgba(37, 99, 235, 0.39);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.account-dashboard-wrapper .btn-primary:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
  -webkit-box-shadow: 0 6px 20px rgba(37, 99, 235, 0.23);
          box-shadow: 0 6px 20px rgba(37, 99, 235, 0.23);
}

.ajax-msg {
  font-size: 0.85rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.rounded-20 {
  border-radius: 20px !important;
}

.coupon-section {
  margin-top: 10px;
}
.coupon-section .input-group {
  position: relative;
}
.coupon-section .input-group button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
}

.mb-10 {
  margin-bottom: 10px;
  display: block;
}

#coupon-message {
  margin: 15px 0px;
}
#coupon-message i {
  color: #28a745;
}

#text-success {
  color: #28a745;
}

#discount-amount-label {
  color: var(--red);
}

textarea {
  outline: none;
}

.page-banner-order {
  height: 100vh;
  max-height: 430px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.page-banner-order:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.page-banner-order .title-main {
  text-align: center;
  position: relative;
  z-index: 5;
}
.page-banner-order .title-main .heading {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 50px;
  margin-bottom: 20px;
}
.page-banner-order .title-main p {
  color: #fff;
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
  font-size: 100%;
}
.page-banner-order .title-main p strong {
  font-size: 120%;
  color: var(--blue);
}
.page-banner-order .card {
  max-width: 650px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  background: #d5e8ff;
  padding: 10px;
  border-radius: 10px;
}
.page-banner-order .input-group {
  position: relative;
  overflow: hidden;
}
.page-banner-order .input-group input {
  height: 50px;
  border: 0 !important;
  background: #fff;
  font-size: 16px;
  color: #333;
  border-radius: 5px !important;
  font-weight: 400;
}
.page-banner-order .input-group input::-webkit-input-placeholder {
  color: #c9c9c9;
}
.page-banner-order .input-group input:-ms-input-placeholder {
  color: #c9c9c9;
}
.page-banner-order .input-group input::-ms-input-placeholder {
  color: #c9c9c9;
}
.page-banner-order .input-group input::placeholder {
  color: #c9c9c9;
}
.page-banner-order .input-group button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  font-weight: 500;
}
.page-banner-order .small {
  display: block;
  padding: 10px 0px;
}

.table-responsive table {
  display: table;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.table-responsive table td {
  padding: 10px;
  vertical-align: middle;
  border: 1px solid #fff;
  font-size: 100%;
  line-height: 1.3;
  background: #d5e8ff;
}
.table-responsive table .table-light th {
  background: var(--blue);
  color: #fff;
  padding: 10px;
  border: 1px solid #fff;
}
.table-responsive .title-table {
  border-bottom: 1px solid #3a95dd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.table-responsive .title-table:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.table-responsive .title-table b {
  display: block;
  margin-bottom: 5px;
}
.table-responsive .badge {
  text-transform: capitalize;
}
.table-responsive .completed {
  color: green;
}
.table-responsive .pending {
  color: var(--yellow);
}

.booking-success-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 15px;
  border-top: 1px solid var(--blue);
}

.booking-card {
  background: #fff;
  max-width: 520px;
  width: 100%;
  border-radius: 18px;
  padding: 40px 30px;
  text-align: center;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.success-icon {
  width: 80px;
  height: 80px;
  background: #22c55e;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
}

.booking-card h1,
.booking-card h2 {
  margin: 0 0 10px;
  font-size: 26px;
  color: #0f172a;
}

.subtitle {
  font-size: 15px;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 25px;
}

.booking-info {
  border-top: 1px dashed #e5e7eb;
  border-bottom: 1px dashed #e5e7eb;
  padding: 20px 0;
  margin-bottom: 25px;
  text-align: left;
}

.info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  font-size: 15px;
}

.info-row span {
  color: #64748b;
}

.info-row strong {
  color: #0f172a;
}

.price {
  color: #dc2626;
  font-size: 16px;
}

.action-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-primary {
  background: #2563eb;
  color: #fff;
}

.btn-primary:hover {
  background: #1d4ed8;
}

.btn-outline {
  border: 1px solid #cbd5f5;
  color: #1e40af;
  background: #fff;
}

.btn-outline:hover {
  background: #eef2ff;
}

/* Mobile */
@media (max-width: 480px) {
  .booking-card {
    padding: 30px 20px;
  }

  .booking-card h1 {
    font-size: 22px;
  }
}
.page-banner {
  min-height: 250px;
  text-align: center;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 2, 2, 0.5);
}
.page-banner .heading-banner {
  text-align: center;
  position: relative;
  z-index: 5;
  font-size: 200%;
  font-weight: 600;
  color: #fff;
}

.news-list-below {
  padding-top: 30px;
}

.site-bvlq {
  padding: 30px 0px;
}

.site-page-news {
  background: #eef9ff;
}

.widget-title {
  font-size: 125%;
  font-weight: 600;
  color: var(--blue);
  margin-bottom: 20px;
}

.items-sidebar:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.items-sidebar:hover .content h3 a {
  color: var(--blue);
}
.items-sidebar .ratio {
  border-radius: 10px;
  padding-bottom: 90%;
}
.items-sidebar .content {
  padding-left: 10px;
  text-align: justify;
}
.items-sidebar .content h3 a {
  font-size: 14px;
  color: #333;
  line-height: 1.3;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.items-sidebar .content p {
  font-size: 13px;
  margin-bottom: 0;
  line-height: 1.3;
}

.page-contact {
  padding-bottom: 100px;
}
.page-contact iframe {
  height: 550px;
  width: 100%;
}

.content-contact {
  margin-top: -100px;
  position: relative;
  z-index: 5;
}
.content-contact .content {
  -webkit-box-shadow: 0 0 10px #ccc;
          box-shadow: 0 0 10px #ccc;
  padding: 30px 15px;
  border-radius: 10px;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
.content-contact .heading {
  font-size: 20px;
}
.content-contact label {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--blue);
}
.content-contact p {
  margin-bottom: 0;
}
.content-contact br {
  display: none;
}
.content-contact .form-control {
  background: #f4f6fc;
  border: 0;
}
.content-contact textarea.form-control {
  height: 100px;
  min-width: 100%;
  outline: none;
  max-width: 100%;
}
.content-contact .logo {
  margin-bottom: 20px;
}
/*# sourceMappingURL=style.css.map */