.bar-footer {
  position: fixed;
  width: 100%;
  height: 64px;
  bottom: 0;
  left: 0;
  z-index: 1000
}

.bar-footer ul {
list-style: none;
margin: 0;
padding: 0;
}

.icon-left {
  float: left;
  width: calc(50% - 40px);
  height: 64px;
  background: #fff;
  border-top-right-radius: 20px;
  box-shadow: 0 -4px 8px 0 #051A2814
}

.icon-right {
  float: right;
  width: calc(50% - 40px);
  background: #fff;
  border-top-left-radius: 20px;
  box-shadow: 0 -4px 8px 0 #051A2814;
  height: 64px
}

.icon-right ul li,.icon-left ul li {
  width: 50%;
  float: left;
  text-align: center;
  padding-top: 12px
}

.icon-left ul li img,.icon-right ul li img {
  display: block;
  margin: 0 auto;
  width: 20px;
  margin-bottom: 3px
}

.icon-left ul li .icon,
.icon-right ul li .icon {
  position: relative;
}

.icon-left ul li img.icon-active,
.icon-right ul li img.icon-active {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  opacity: 0;
}

.icon-left ul li a:hover img.icon-active,
.icon-right ul li a:hover img.icon-active {
  opacity: 1;
}

.icon-left ul li a,.icon-right ul li a {
  color:  #808080;
  font-weight: 400;
  font-size: 13px
}

.home-icon-bar {
  float: left;
  width: 80px;
  height: 80px;
  background: #fff0;
  border-radius: 50%;
  box-shadow: 0 33px 0 10px #fff;
  position: relative;
  top: -26px;
  box-sizing: border-box;
  padding: 5px;
  --fixed-btn-width: 64px;
}

.icon-home {
  width: 100%;
  height: 100%;
  background: var(--secondary);
  border-radius: 50%;
  box-sizing: border-box;
  padding-top: 10px;
  text-align: center;
  position: relative;
  --fixed-btn-after: calc(var(--fixed-btn-width) + 20px);
  --fixed-btn-before: calc(var(--fixed-btn-after) + 20px);
}

.icon-home img {
  display: block;
  margin: 0 auto;
  margin-bottom: -2px;
  width: 30px
}
@-webkit-keyframes fixed-button-before {
0% {
  -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5) skew(1deg);
  -webkit-opacity: 0.1;
}

30% {
  -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
  -webkit-opacity: 0.5;
}

100% {
  -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
  -webkit-opacity: 0.1;
}
}
@-webkit-keyframes fixed-button-after {
0% {
  -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
  opacity: 0.6;
}

50% {
  -webkit-transform: translate(-50%, -50%) rotate(0) scale(1) skew(1deg);
  opacity: 0.6;
}

100% {
  -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.7) skew(1deg);
  opacity: 0.6;
}
}
@-webkit-keyframes fixed-button-shake {
0% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
}

10% {
  -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}

20% {
  -webkit-transform: rotate(25deg) scale(1) skew(1deg);
}

30% {
  -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
}

40% {
  -webkit-transform: rotate(25deg) scale(1) skew(1deg);
}

50% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
}

100% {
  -webkit-transform: rotate(0) scale(1) skew(1deg);
}
}
.icon-home a {
  color: #fff;
  font-size: 13px;
  -webkit-animation: fixed-button-shake 1s infinite ease-in-out;
  animation: fixed-button-shake 1s infinite ease-in-out;
  display: block;
  z-index: 2;
  position: relative;
}
.icon-home::before {
content: "";
width: var(--fixed-btn-before);
height: var(--fixed-btn-before);
position: absolute;
background-color: transparent;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border-radius: 100%;
-webkit-animation: fixed-button-before 1.2s infinite ease-in-out;
animation: fixed-button-before 1.2s infinite ease-in-out;
transition: all 0.5s;
transform-origin: 50% 50%;
opacity: 0.5;
border: 2px solid #FF9800;
}
.icon-home::after {
content: "";
width: var(--fixed-btn-after);
height: var(--fixed-btn-after);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
position: absolute;
border-radius: 100%;
border: 2px solid transparent;
-webkit-animation: fixed-button-after 2.3s infinite ease-in-out;
animation: fixed-button-after 2.3s infinite ease-in-out;
transition: all 0.5s;
transform-origin: 50% 50%;
background-color: #FF9800;
}

.home-icon-bar:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  box-shadow: inset 0 -10px 5px 0 #051A2814;
  z-index: -1
}

.content-menu-mobile,.content-menu-user {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 999999;
  transition: all .3s
}

.top-bar {
  height: 58px;
  box-shadow: 0 2px 14px 0 #0000000D;
  padding: 5px 15px;
  box-sizing: border-box;
  margin-bottom: 15px
}

.top-bar img {
  width: 80px;
  float: left
}
h3.title-mobile {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin-bottom: 5px !important;
  height: 30px;
  overflow: hidden;
}

h3.title-mobile a {
  color: #272165;
}

@media (max-width: 1199.98px) {
  .collection-grid {
    grid-template-columns: 280px 1fr;
  }
  .search-box-form, .search-box-group {
    gap: 10px;
  }
  .search-box-item-date {
    width: 350px;
  }
  .search-box-input {
    font-size: 14px;
  }
  .card-rating-stars.flex.items-center svg {width: 10px;}
  .card-rating-stars.flex.items-center span {
    font-size: 12px;
  }
  .section-heading {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  .collection-grid {
    grid-template-columns: 1fr;
  }
  .content-text-image-about {
    display: block;
    margin-bottom: 30px;
  }

  .image-ab {
    left: 0;
    margin-bottom: 30px;
  }
  .search-box .nav-tabs {
    gap: 5px !important;
    box-shadow: none !important;
    border-bottom: 0 !important;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .search-box .nav-tabs .nav-link {
    padding: 10px 5px !important;
    margin: 0 5px !important;
  }
  .search-box-item-date{
    width: 100%;
  }
  .bg-newspaper {
    width: 100%;
  }

  .newspaper-block .newspaper-block-image {
      left: 0;
  }

  .newspaper-block .newspaper-block-image img {
      height: auto;
  }

  .list-partner {
      grid-template-columns: repeat(4, 1fr);
  }

  .list-partner>a img {
      padding: 0 20px;
  }

  .items-text-newspaper {
    max-width: 100%;
  }

  .featured-news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .box-news:last-child {
      grid-column: 1 / span 2 !important;
  }

  .box-news-list {
    margin-bottom: 20px;
  }

  section.section-famous-place h2 {
    color: #272165;
    font-size: 24px!important;
  }

  section.section-famous-place .section-des {
    color: #344;
  }
  section.section-famous-place .section-head-info{
    margin-bottom: 0;
  }
  .footer-widgets {
    display: block;
  }
  .footer-widget-item.info-footer.text-white {
      width: 100%;
  }
  .info-link-footer.flex {
      width: 100%;
  }
  .newsletter-box {
      display: block;
  }
  .newsletter-form {
    width: 100%;
    margin-top: 10px!important;
  }
  section.py-12.about-section .order-2 {
    order: 1 !important;
  }
  .grid.gap-2.list-utility {
    gap: 5px!important;
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 767.98px) {
  .collection-main .container {
    padding: 0;
    max-width: 100%;
  }
  .featured-news {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .grid.gap-2.list-utility {
    grid-template-columns: repeat(4, 1fr);
  }
  .author-avatar {
    width: 150px;
  }
  .flex.items-center.gap-6px.text-detail-secondary:last-child {
    display: none!important;
  }
  h1.article-title.fs-28.font-semibold {
    font-size: 24px;
    font-weight: 600;
  }
}


@media (max-width: 767.98px) and (min-width: 576px) {
  .hotel-list-thumb {
    width: 150px;
  }
}
@media (max-width: 575.98px) {
  .hotel-list-thumb{
    width: 100%;
  }
  .hotel-list-thumb .hotel-list-ratio{
    min-height: 100%;
    padding-top: 58%;
  }
  .collection-main .container {
    padding: 0;
  }
  .hotel-list {
    border-radius: 0;
  }

  .hotel-list-thumb .rating-and-location {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 16px 12px 8px 12px;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.5) 5%, rgba(0,0,0,0) 100%);
    border-radius: 0 0 6px 6px;
  }
  .service-list .service-item {
    font-size: 12px;
    padding: 2px 8px; 
  }
  .hotel-list {
    position: relative;
  }
  .hotel-list .hotel-list-price .hotel-card-sale {
    position: absolute;
    z-index: 1;
    font-size: 12px;
    top: 16px;
    right: 16px;
    left: auto;
    border-radius: 0 6px 0 16px !important;
    padding: 5px 12px;
  }
  .hotel-list .hotel-list-price .hotel-card-sale::after {
    display: none;
  }
  .hotel-list-right .hotel-list-price{
    flex-direction: row !important;
    justify-content: flex-end;
    width: 100%;
    gap: 6px;
    align-items: center;
    border-top: 1px solid var(--stroke);
    padding-top: 10px;
  }

  .collection-filter-container {
    max-width: 100%;
  }
}


@media (min-width: 576px) {
}
@media (max-width: 991.98px) {
.detail-gallery-count svg {
  width: 18px;
  height: 18px;
}
}
@media (max-width: 768px) {
  h3.owl-collapse-title.fs-medium.m-0.fs-14.md\:fs-16 {
    line-height: 21px;
}
  .search-box .nav-tabs .nav-link {
    padding: 5px 0!important;
    margin: 0!important;
    display: block!important;
  }

.search-box .nav-tabs {
    gap: 20px!important;
    box-shadow: none!important;
    border-bottom: 0!important;
    padding-top: 10px;
    padding-bottom: 10px;
}

.search-box .nav-tabs .nav-link span {
    display: block;
    font-size: 13px;
    margin-top: 10px;
    font-weight: 400;
}
section.section.relative-product {
  padding: 20px 0;
}

section.section.relative-product h2 {
  margin-bottom: 20px;
}

section.section.relative-product + div + section.section-newsletter:before {
  height: 16px;
  background: #fef4fb;
}
.form-contact {
  padding-right: 0;
}

.info-contact {
  padding: 15px;
  margin-bottom: 10px;
}
.search-box .nav-tabs ~ .tab-content {
    box-shadow: none;
}

.search-box-item-date.lg\:flex.items-end.gap-4 {
    width: 100%;
}

.search-box-item .dropdown .dropdown-toggle {
    background: #fff;
}

.card-slider-qc .theme-slider-item.slick-slide.slick-current.slick-active {
  width: calc(100vw - 100px)!important;
}
.theme-slider-outer.news-card-slider-nav.card-slider-qc .slick-dots {
  display: flex !important;
  padding-top: 5px;
}
.theme-slider-outer.news-card-slider-nav.card-slider-qc .slick-dots li button {
  width: 10px;
  height: 10px;
}
.card-slider-qc .theme-slider-item.slick-slide img{
  height: 150px;
  width: 100%;
}
.image-ab a {
  right: 65px;
}
.content-text-image-about {
  background-position: bottom right;
}

section.pb-12.section-promotion {
  background: linear-gradient(0deg, #2A2664 6.62%, #312665 17.62%, #45266A 33.62%, #662771 52.62%, #94287C 74.62%, #CE2989 97.62%, #E52A8F 106.62%);
  padding: 40px 0;
}

section.pb-12.section-promotion .section-head-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 0;
}

section.pb-12.section-promotion .section-head-info h2 {
  font-size: 24px!important;
  font-weight: 700!important;
}

section.pb-12.section-promotion .owl-nav-outside {
  display: block!important;
}

section.pb-12.section-promotion .owl-nav-outside .owl-nav-prev {
  left: -5px;
}

section.pb-12.section-promotion .owl-nav-outside .owl-nav-next {
  right: -5px;
}

section.pb-12.section-promotion .theme-slider-item {
  padding: 0 50px;
}

.flash-sale-slider .owl-nav-item {
  top: 40%;
}

.star-local {
  padding: 10px 15px;
}

.hotel-card-thumb {
  padding-bottom: 25px;
}

.hotel-card-main.flex.flex-col.gap-2 {
  margin-top: 0;
}

.hotel-card-head {
  padding-top: 10px;
}

.hotel-card-rating {
  margin-bottom: 10px;
}
section.banner-top-home{
  padding-top: 20px;
}
.content-about-us{
  padding-top: 30px;
}
.category-tabs .nav-item .nav-link {
  display: block;
  border-bottom: 2px solid #ffffff00;
}

.category-tabs .nav-item .nav-link span {
  display: block;
  font-size: 14px;
}

ul#category-tabs {
  border: none;
  gap: 20px;
}

section#section-tour h2.section-heading, section#section-dich-vu h2.section-heading {
  font-size: 24px!important;
  margin-bottom: 15px;
}

.owl-nav.owl-nav-outside {
  display: block!important;
}

.owl-nav-outside .owl-nav-prev {
  left: -5px;
}
.newspaper-block {
  flex-direction: initial!important;
  display: flex;
  flex-wrap: wrap;
}

.bg-newspaper {
  width: 100%;
}

.bg-ptt {
  display: none;
}

.newspaper-block .newspaper-block-image {
  left: inherit;
}
.newspaper-block-banner {
  padding-bottom: 0;
}
.section-newspaper .owl-nav.owl-nav-outside.owl-nav-white {
  bottom: 40px;
  right: 110px;
}
.list-partner {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.list-partner>a img {
  padding: 0 5px;
}

section.section-partner h2 {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 20px;
}
.list-partner {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.list-partner>a img {
  padding: 0 5px;
}

section.section-partner h2 {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 20px;
}

.featured-news {
  display: block;
}

a.theme-btn.btn-lg.btn-primary.news-block-btn {
  bottom: 20px;
  top: inherit;
  width: 160px;
  left: calc(50% - 80px);
}

section.section-news .section-head {
  position: inherit;
  margin-bottom: 20px;
}

section.section-news .section-head-info h2 {
  font-size: 24px!important;
}

.box-news {
  margin-bottom: 20px;
}

.box-news:last-child {
  display: block;
}

.box-news-list {
  margin-bottom: 20px;
}

section.section-news {
  position: relative;
  padding-bottom: 50px!important;
}

section.section-testimonial h2 {
  font-size: 24px!important;
}

section.section-testimonial .owl-nav.owl-nav-outside {
  display: none!important;
}

section.section-testimonial .slick-dots li button {
  width: 12px;
  height: 12px;
  background: #fff;
}

section.section-testimonial .slick-dots li.slick-active button {
  background: #E52B8F;
}

section.section-famous-place h2 {
  color: #272165;
  font-size: 24px!important;
}

section.section-famous-place .section-des {
  color: #344;
}
.newsletter-box {
  display: block;
  margin-bottom: 0;
}

.newsletter-box>div {
  width: 100%;
}

.newsletter-form {
  display: block;
}

section.section-newsletter {
  padding-top: 50px;
}

.title-newsletter {
  margin: 20px 0;
}

.newsletter-box-form .theme-btn {
  position: absolute;
  width: auto;
  right: 0;
}
.card-homestay .owl-nav-item {
  top: 30% !important;
}
.footer-widgets {
  display: block;
}

.footer-widget-item.info-footer.text-white {
  width: 100%;
}

.footer-top.pt-6.pb-8.sm\:pb-8 {
  padding-top: 0!important;
  padding-bottom: 0 !important;
}

section.py-12.about-section .order-2 {
  order: 1;
}
.theme-slider-outer.news-card-slider-nav.card-homestay{
  padding: 0!important;
}
.theme-slider-inner .box,
.theme-slider-inner .box img {
  width: 150px;
  height: 150px;
}

section.py-12.about-section {
  padding-top: 20px!important;
  padding-bottom: 20px!important;
}

.row.row-ab h2.about-section-title {
  font-size: 24px!important;
  margin-bottom: 10px;
  line-height: 30px;
}

.info-link-footer.flex {
  width: 100%;
  display: block!important;
}

ul.list-unstyled.mb-0.flex.flex-col.footer-menu {
  gap: 0px;
}

.footer-widget-item.box-link {
  width: 100%;
}

.footer-widget-item.box-link.text-white ul li {
  margin-bottom: 8px;
}

footer.pt-5 {
  background-position: left bottom;
  background-size: 80%;
}

.footer-widget-item.box-image.text-white {
  width: 100%;
}

.social-footer {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}
a.theme-btn.btn-primary.about-block-btn {
  position: initial;
  margin-top: 20px;
}

.newspaper-block .newspaper-block-image img {
  height: auto;
}

.newspaper-block-content h2 {
  font-size: 24px;
}
.owl-nav-outside .owl-nav-next {
  right: -5px;
}

.hotel-card-head h3 {
  height: 30px!important;
}
.detail-gallery-grid {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto auto;
  gap: 2px !important;
}
.detail-gallery-item:nth-child(1) {
  grid-column: 1 / -1;
}
.detail-gallery-item {
  display: none;
}
.detail-gallery-item .detail-gallery-ratio {
  padding-bottom: 65%;
}
.detail-gallery-item:nth-child(1),
.detail-gallery-item:nth-child(2),
.detail-gallery-item:nth-child(3),
.detail-gallery-item:nth-child(4),
.detail-gallery-item:nth-child(5){
  display: block;
}
.detail-gallery-item:nth-child(5),
.detail-gallery-item:nth-child(6),
.detail-gallery-item:nth-child(7) {
  grid-column: unset;
  grid-row: unset;
}
.detail-gallery-item-number,
.detail-gallery-item:nth-child(6) {
  display: block;
  grid-column: 4 / 5 !important;
  grid-row: 2;
}
.detail-gallery-item:nth-child(1) .detail-gallery-ratio {
  padding-bottom: 58%;
}
.detail-top-section .container{
  padding-left: 0;
  padding-right: 0;
}
.detail-gallery-count {
  height: auto;
  width: auto;
  padding: 4px 10px;
  border-radius: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gia-phong {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.item-tien-ich-hightline {
  max-height: 100px;
  padding: 10px;
  margin-bottom: 0;
}

div#detail-utilities {
  padding-bottom: 0!important;
}

div#detail-utilities + .block.md\:hidden.divide-sp.mt-3 {
  box-shadow: none;
  background-color: #fff;
  display: none!important;
}

.read-more-area-content {
  border-bottom: 1px solid #ededed;
  padding-bottom: 20px;
}
.modal-hotel-book-nav .owl-nav-item, .gallery-modal-nav .owl-nav-item {
  top: 62%;
}
.text-title-single {
  font-size: 20px;
}
.view-more {
  margin-top: 5px;
}
section.section.relative-product h2 {
  font-size: 24px;
}
.top-left-inner>div span span {
  display: none;
}

.top-left-inner>div.tel {
  display: none;
}
.gia-phong a.btn.btn-primary.btn-lg.fs-14 {
  padding: 12px 25px;
}

section.detail-top-section h1.m-0.font-semibold.fs-15.md\:fs-24.line-height-auto {
  color: #262626;
  margin-bottom: 10px!important;
  font-weight: 600;
}
}


@media screen and (max-width: 768px) {
  .faq-item .owl-collapse-item {
    border-radius: 8px;
  }
  .theme-slider-item {
    margin-bottom: 10px;
  }
  section.main-hero.main-hero-full {
    background-size: cover;
    background-position: top;
  }
  section.pt-14.pb-10.section-service .mb-4 {
    margin-bottom: 10px!important;
  }
  .category-tabs .nav-item .nav-link.active {
    color: var(--color-primary);
    box-shadow: none;
    background: none;
  }
  .category-tabs .nav-item .nav-link {
    font-size: 12px;
    color: #646464;
  }
  .hotel-card.hotel-card-box {
    border: none!important;
  }
  
  .hotel-card-main.flex.flex-col.gap-2 {
    border: 0;
  }
  
  section#section-tour .info-mobile-hotel h3,
  section#section-dich-vu .info-mobile-hotel h3{
    display: none;
  }
  
  section#section-tour .hotel-card-main.flex.flex-col.gap-2,
  section#section-dich-vu .hotel-card-main.flex.flex-col.gap-2{
    padding: 0 15px!important;
  }
  
  section#section-tour .hotel-card-thumb ,
  section#section-dich-vu .hotel-card-thumb {
    border-radius: 6px!important;
    overflow: hidden;
  }
  .info-mobile-hotel h3 a {
    font-size: 14px;
  }
  .section-promotion h3.title-mobile {
    display: none;
  }
  #section-tour .hotel-card.hotel-card-box {
    background: none;
  }
  h3.title-mobile {
      font-family: Be Vietnam Pro;
      font-size: 14px;
      font-weight: 600;
      line-height: 17.71px;
      text-align: left;
      margin-bottom: 0;
      height: 36px;
  }
  .place-card-info h3 {
    font-weight: 500;
  }
  h3.title-mobile a {
      color: #0d375a;
  }

  .testimonial-card {
    margin-bottom: 10px;
  }
  .text-detail-secondary.fs-13.line-height-auto {
    font-size: 12px;
  }
  section#section-tour .theme-slider-item,
  section#section-dich-vu .theme-slider-item {
    margin-bottom: 0;
    padding: 0 45px;
  }
  section#section-tour {
    padding-top: 0!important;
  }
  #section-baochi ul.slick-dots {
    display: flex !important;
  }
  span.text-gray-400.flex.items-center.gap-2 span {
    font-size: 12px;
  }
  .text-detail-secondary.fs-13.line-height-auto {
    font-size: 12px;
  }
  
  .testimonial-card-user .user-card-avatar {
      width: 52px;
      height: 52px;
  }
  
  section.py-12.bg-main-100.section-testimonial {
      background: #FFFAEE;
  }
  ul.list-feature-news-sp.list-unstyled.gap-3 {
    gap: 0!important;
  }
  p.newsletter-box-des.fs-16.mb-4.text-white {
      font-size: 12px;
  }
  
  span.newsletter-box-large.fs-28.font-semibold {
      font-size: 21px;
  }
  .detail-gallery-count {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    width: 64px;
    height: 28px;
    top: auto;
    left: auto;
    transform: translate(-10%, -50%);
  }
  .fs-13.md\:fs-14.font-bold.text-primary.mb-2.bord-er {
    border-top: 1px solid #ededed;
    padding-top: 16px;
  }
  .content-rooms-modal .fs-14.md\:fs-18.font-bold.text-primary.mb-3 {
    font-size: 16px;
  }

  .fs-13.md\:fs-14.font-bold.text-primary.mb-2.bord-er {
    border-top: 1px solid #ededed;
    padding-top: 10px;
  }
  
  .col-span-2.py-4.pr-4.content-rooms-modal ul li {
      color: #4D4D4D;
      font-size: 12px;
  }
  
  .content-rooms-modal .flex.items-center.gap-2.fs-16.font-medium.text-primary.mb-4 {
      font-size: 13px;
  }

  .custom-modal .btn-close {
    width: 40px;
    height: 40px;
  }
    
  .detail-gallery-grid.grid.gap-2 {
      position: relative;
  }
  .back {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .text-mb-mapb {
    width: 100%;
  }
  
  .flex.items-center.gap-6px.address-mb {
      width: calc(100%);
  }
  .grid.gap-2.list-utility {
    gap: 2px!important;
  }
  
  .flex.gap-4.items-center {
      font-size: 12px;
  }
  
  p.fs-11.mb-0 {
      font-size: 11px;
  }
  
  .text-white.pr-4 {
      padding-right: 0!important;
  }

  .pl-4.pr-2.grid.grid-cols-2.gap-2 {
    text-align: center;
  }
  .read-more-area-more {
    font-weight: 400;
  }
  div#detail-support h5 {
    font-size: 14px;
    margin-bottom: 0!important;
  }
  section.section.py-3.md\:pt-3.md\:pb-12.relative-product {
    border-top: 10px solid #ededed;
  } 
  span.text-center.text-primary.font-medium.line-height-auto.fs-32.lg\:fs-40.xl\:fs-48 {
    font-weight: 400;
  }

  span.text-center.text-primary.line-height-auto.fs-14.lg\:fs-16.pb-2 {
    font-weight: 500;
    font-size: 12px;
  }

  .relative-product .info-mobile-hotel h3 {
    display: none;
  }
  
  .relative-product .hotel-card-thumb {
      border-radius: 6px;
      overflow: hidden;
  }
  .relative-product .theme-slider-item {
    margin-bottom: 0;
  }
  
  div#detail-support p {
      color: #808080!important;
  }
  
  
  section.section.py-3.md\:py-8.bg-main-white {
      border-bottom: 10px solid #ededed;
  }
  
  .flex.items-center.gap-2.fs-16.font-medium.text-primary.mb-4 {
      font-size: 14px;
  }
  
  section.section.bg-main-white.md\:bg-main-200.py-3.md\:pb-8.md\:pt-3 {
      border-top: 10px solid #ededed;
      border-bottom: 10px solid #ededed;
  }
  
  .faq-item .owl-collapse-body span {
      font-size: 12px;
      color: #666;
  }
  .icon-mobile {
    position: absolute;
    top: 8px;
    left: 5px;
    display: block;
    z-index: 9;
  }
  
  .search-box-group .search-box-input {
      padding-left: 34px;
      border: 1px solid #ededed;
      background: #fff;
      color: #555!important;
  }

  h2.section-heading.text-primary.font-semibold.fs-20.lg\:fs-24.m-0 {
    font-size: 20px;
  }

  .slider-homestay .info-mobile-hotel h3 {
      display: none;
  }

  .theme-slider-inner.slider-homestay .hotel-card-main.flex.flex-col.gap-2 {
      padding: 0 15px!important;
  }
  .slider-homestay .hotel-card-thumb {
      border-radius: 6px;
      overflow: hidden;
  }

  .flash-sale-container .info-mobile-hotel h3 a {
      font-size: 14px;
      font-weight: 600;
  }

  del.hotel-card-price-sale.text-gray {
      font-size: 12px;
  }

  .flash-sale-container .hotel-card-main.flex.flex-col.gap-2 {
      padding-top: 0px!important;
  }
  .hotel-card-price.pt-1.flex.flex-col {
    padding-top: 0!important;
    gap: 0!important;
    padding-bottom: 0!important;
    margin-top: 0!important;
    height: 50px!important;
  }

  .hotel-card-main.flex.flex-col.gap-2 {
      margin-bottom: 0!important;
      padding-bottom: 0!important;
      gap: 0!important;
      margin-top: 8px;
  }
  .section-head.mb-6.flex.flex-col.sm\:flex-row.justify-between.gap-y-4.gap-x-6.items-start.sm\:items-end {
    margin-bottom: 10px !important;
    position: relative;
    left: -5px;
  }
  h1.m-0.font-semibold.fs-15.md\:fs-24.line-height-auto {
    font-weight: 500;
    color: #00375A;
  }

  span.hidden.md\:flex.text-primary.font-bold {
      font-weight: 500;
  }

  .flex.gap-1.md\:hidden.text-blue.fs-12.font-bold {
      font-weight: 600;
  }

  .flex.flex-col-reverse.gap-6.md\:flex-col {
      gap: 20px!important;
  }
  div#detail-utilities {
    gap: 15px!important;
}

.grid.gap-2.list-utility .image-box-32 {
    width: 24px;
}

.flex.justify-center.items-center.item-more.more-utility.font-medium {
  font-size: 12px;
}
button.btn-less.opacity-80.text-blue.underline.open-room-detail {
  font-size: 12px;
}
.list-tsht.list-ddlc.height-more ul li:last-child {
  border-bottom: 0!important;
}

h3.owl-collapse-title.fs-medium.m-0.fs-14.md\:fs-16.text-primary {
  line-height: 22px;
}
div#detail-review>.mb-5 {
  margin-bottom: 0px!important;
}

.flex.items-center.gap-2.review-item-meta {
  font-size: 12px;
  gap: 2px!important;
  position: relative;
  top: -5px;
}

.review-item.grid.grid-cols-1.md\:grid-cols-4.gap-4 {
  gap: 0px!important;
}

.mt-1.mb-2.text-detail {
  color:  #4D4D4D;
  font-size: 12px;
}

.hotel-card-rating-score.rounded-4.text-center.font-medium.fs-16 {
  font-size: 12px;
}

.review-item-outer.border-none.border-b.border-solid.border-gray.pb-6.mb-6 {
  border-bottom: 0!important;
  margin-bottom: 0!important;
}

form#check-room-form .down {
  display: none;
}

form#check-room-form .show-nb span.down {
  display: inline-block;
}
.detail-select h3 {
  display: none;
}

.detail-book-section .select-date {
  padding-bottom: 15px;
}

section.detail-book-section.pb-18.flex-1 .container {
  padding: 0!important;
}

h3.m-0.text-primary-600.font-semibold.fs-16 {
  font-weight: 500;
}
.bg-main.rounded-8.p-4.text-gray button.btn-less.text-blue.hover-underline.font-medium{
  font-weight: 600;
}
.bg-main.rounded-8.p-4.text-gray {
  padding: 8px 16px!important;
  font-size: 12px;
}

label.theme-form-label {
  color: #00375A;
}

.custom-checkbox-mark {
  border: 1px solid #0d375a;
  background: #fff;
}

.detail-book-right .bg-white.rounded-12.p-8.flex.flex-col.gap-5.box-shadow {
  margin-top: 0!important;
  padding-top: 0!important;
}

.detail-book-grid.grid.gap-8 {
  gap: 15px!important;
}
.footer-widget-title{
  margin-top: 0!important;
}


.divide-sp {
  height: 8px;
  width: 100%;
  position: relative;
}

.divide-sp::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: -200px;
  right: -200px;
  background-color: #D6D9DE;
  box-shadow: inset 0 1px 2px rgba(6, 45, 82, 0.1); 
}

.divide-shadow-sp {
  height: 2px;
  width: 100%;
  position: relative;
}

.divide-shadow-sp::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: -200px;
  right: -200px;
  box-shadow: 0 1px 2px rgba(6, 45, 82, 0.2); 
}


.promotion-mobile {
  background: linear-gradient(100deg, #F95688 -1.97%, #F7D727 102.2%);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16); 
}

.promotion-mobile .ratio-thumb {
  width: 62px;
  height: 62px;
  min-width: 62px;
}

.promotion-mobile .promotion-arrow {
  right: 16px;
  bottom: 6px;
}

.hotel-book-mobile .hotel-book-thumb,
.hotel-book-mobile .hotel-book-col {
  width: 100%;
}

.hotel-book-ratio-mb {
  padding-bottom: 52%;
}

.hotel-book-gift {
  left: 16px;
  top: 16px;
  z-index: 1;
  border-top-left-radius: 4px;
  overflow: hidden;
}

.hotel-book-gift-mb {
  left: 0;
  top: 0;
  z-index: 1;
}

.hotel-book-thumb-number-sp {
  font-size: 14px;
  color: var(--color-white);
  background-color: rgba(26, 31, 34, 0.7);
  border-radius: 30px;
  padding: 4px 12px;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.faq-item {
  padding: 15px;
}

.faq-section-cate {
  padding-top: 0;
}
}

@media (max-width: 1399.98px) {
  .hotel-book-right {
    width: 190px;
  }
}
@media (max-width: 1199.98px) {
  .review-statistic {
    grid-template-columns: 1fr 1fr;
  }
  .review-chart-outer {
    grid-column: 1 / span 2;
  }
  .detail-main-grid {
    grid-template-columns: 1fr 280px;
  }
}
@media (max-width: 1199.98px) and (min-width: 992px) {
  .hotel-book-thumb {
    width: 100%;
  }
  .hotel-book-thumb-grid {
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
  }
  .hotel-book-ratio:nth-child(1) {
    /* grid-column: 1; */
    /* height: 0; */
    /* padding-bottom: 78%; */
  }
}
@media (max-width: 991.98px) {
  .detail-main-grid {
    grid-template-columns: 1fr;
  }
  .user-item-thumb {
    width: 44px;
  }
  .hotel-book-thumb {
    width: 190px;
  }
  .hotel-book-right {
    width: 170px;
  }
  .hotel-book-ratio {
    padding-bottom: 100%;
  }
}
@media (max-width: 767.98px) {
  .review-thumb-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .review-thumb {
    width: 100%;
  }
  .hotel-book-right {
    width: 100%;
  }
  .hotel-book-thumb {
    width: 100%;
  }
  .hotel-book-thumb-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .hotel-book-ratio:nth-child(1) {
    grid-column: 1;
    height: 0;
    padding-bottom: 100%;
  }
  a.hover-opacity-90.font-medium.fs-18.md\:fs-20.lg\:fs-24.line-height-auto.flex.items-center.gap-4.text-body.hover\:text-primary-600 {
    font-size: 16px;
    color: #00375A!important;
    display: flex!important;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    position: relative;
  }
  a.hover-opacity-90.font-medium.fs-18.md\:fs-20.lg\:fs-24.line-height-auto.flex.items-center.gap-4.text-body.hover\:text-primary-600 svg {
      position: absolute;
      left: 15px;
  }

  section.detail-book-section.pb-18.flex-1 {
    background: #fff;
  }

  .bg-white.rounded-12.p-8.flex.flex-col.gap-5.box-shadow {
    padding: 0!important;
    border-bottom: 10px solid #ededed;
    border-radius: 0!important;
    padding: 15px!important;
    padding-top: 0px!important;
  }

  h4.room-name {
    font-size: 14px;
    font-weight: 500;
}
  .ks-book img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }
  .ks-book img {
    width: 80px;
    height: 80px;
    object-fit: cover;
  }

  .info-ht h4 a {
      font-size: 14px;
      font-weight: 500;
      line-height: 17.71px;
      text-align: left;
  }

  .info-ht h4 {
      margin-top: -5px;
  }

  .text-gray.hotel-card-local.mt-2.flex.gap-1.items-center.text-truncate-1 {
      font-size: 12px;
  }
  
}
@media (max-width: 575.98px) {
  .review-thumb-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .review-statistic {
    grid-template-columns: repeat(3, 1fr);
    background-color: transparent !important;
    border-bottom: 1px solid var(--stroke);
    border-radius: 0 !important;
  }
  .review-chart-outer {
    grid-column: 1;
  }
  .review-statistic-items {
    grid-column: 2 / span 2;
    border-right: none;
  }
  .review-chart-inner {
    padding: 0;
  }

  .review-chart-outer .circle-bg {
    fill: #ffffff;
  }
}

@media screen and (max-width: 767.98px) {
  .review-item {
    position: relative;
  }
  .review-item .rating-score-mb {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .user-item-thumb {
    width: 40px;
  }
  .card-slider-qc .theme-slider-item.slick-slide img{
    height: 130px;
  }
}
@media screen and (max-width: 767.98px) {
  .hotel-card-rating-score {
    height: 28px;
  }
  .hotel-card-rating-score-yellow {
    height: 32px;
  }
  .list-tabs-content {
    grid-template-columns: repeat(1, 1fr);
  }
  .list-tabs-content.content-list-cus {
    margin-top: 10px;
  }

  h2.title-kh {
    margin-top: 20px;
  }

  ul.tabs-cus li:last-child a {
    font-size: 13px;
  }

  .sidebar-banner-customer {
    margin-top: 40px;
  }
}