.mg-top-page {
  margin-top: 30px;
}

.content-page {
  position: relative;
}
.content-page .bg {
  position: absolute;
  top: 120px;
  left: 0px;
  width: 100%;
  z-index: -1;
}
.content-page h1 {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0;
  color: var(--orange);
  margin-bottom: 0px;
  text-align: center;
}
.content-page .address-hotel {
  text-align: center;
  margin-top: 30px;
}
.content-page .address-hotel span {
  position: relative;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
  padding-left: 20px;
}
.content-page .address-hotel span img {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}
.content-page .content-product {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 15px;
}
.content-page .content-product .left-product h2 {
  font-weight: 700;
  font-size: 31px;
  line-height: 130%;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--orange);
  margin-bottom: 0px;
}
.content-page .content-product .left-product .info-product {
  border: 1px solid #E09B3D;
  border-radius: 20px;
  background: var(--white);
  padding: 24px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  position: relative;
  z-index: 2;
}
.content-page .content-product .left-product .info-product .header-info-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-page .content-product .left-product .info-product .header-info-product .left-info-product .title-info {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 0px;
  color: var(--orange);
}
.content-page .content-product .left-product .info-product .header-info-product .left-info-product .noibat {
  margin-top: 15px;
  padding: 12px 0px;
  margin-bottom: 0px;
}
.content-page .content-product .left-product .info-product .header-info-product .left-info-product .noibat span {
  color: var(--white);
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  background: linear-gradient(90deg, #CFF8A9 0%, #8EEB39 43.75%, #83D33B 78.37%);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 13px;
  padding: 12px 20px;
}
.content-page .content-product .left-product .info-product .header-info-product .right-info-product {
  padding-left: 30px;
  width: 30%;
  display: grid;
  justify-content: end;
}
.content-page .content-product .left-product .info-product .header-info-product .right-info-product p {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 0px;
}
.content-page .content-product .left-product .info-product .header-info-product .right-info-product p span {
  font-weight: 700;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: right;
  vertical-align: middle;
  color: var(--orange);
}
.content-page .content-product .left-product .info-product .nd-page-info p {
  padding-left: 0px;
}
.content-page .content-product .left-product .schedule .content-schedule {
  display: grid;
  gap: 15px;
  margin-top: 20px;
  position: relative;
}
.content-page .content-product .left-product .schedule .content-schedule:before {
  content: "";
  border-left: 1px dotted var(--green);
  position: absolute;
  top: 0px;
  left: 40px;
  height: 100%;
  width: 1px;
  z-index: 1;
}
.content-page .content-product .left-product .schedule .content-schedule .item-schedule p {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}
.content-page .content-product .left-product .schedule .content-schedule .item-schedule p .collapsed img {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0, -50%) rotate(0deg);
}
.content-page .content-product .left-product .schedule .content-schedule .item-schedule p a {
  border: 1px solid var(--orange);
  border-radius: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  background: var(--white);
  color: var(--color-main);
  position: relative;
  display: block;
  padding: 10px 30px 10px 60px;
}
.content-page .content-product .left-product .schedule .content-schedule .item-schedule p a:focus {
  box-shadow: unset;
}
.content-page .content-product .left-product .schedule .content-schedule .item-schedule p a img {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0, -50%) rotate(180deg);
  transition: transform 0.3s ease;
}
.content-page .content-product .left-product .schedule .content-schedule .item-schedule p a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translate(0, -50%);
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background: var(--green);
}
.content-page .content-product .left-product .schedule .content-schedule .item-schedule .collapse .card {
  border: unset;
  padding: 20px 20px 20px 80px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0;
  vertical-align: middle;
  background: unset;
}
.content-page .content-product .left-product .schedule .content-schedule .item-schedule .collapse .card img {
  max-width: 100%;
  width: 100%;
}
.content-page .content-product .left-product .schedule .content-schedule .item-schedule .collapse .card p {
  margin-bottom: 10px;
}
.content-page .content-product .left-product .schedule .content-schedule .item-schedule .collapse .card a {
  color: var(--color-main);
}
.content-page .content-product .left-product .schedule .content-schedule .item-schedule .collapsing .card {
  background: unset;
  border: unset;
  padding: 20px 20px 20px 80px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0;
  vertical-align: middle;
}
.content-page .content-product .left-product .schedule .content-schedule .item-schedule .collapsing .card img {
  max-width: 100%;
  width: 100%;
}
.content-page .content-product .left-product .schedule .content-schedule .item-schedule .collapsing .card p {
  margin-bottom: 10px;
}
.content-page .content-product .left-product .schedule .content-schedule .item-schedule .collapsing .card a {
  color: var(--color-main);
}
.content-page .content-product .right-product {
  width: 400px;
  height: 100%;
}
.content-page .content-product .right-product .google-map-parent {
  height: 100%;
}
.content-page .content-product .right-product .google-map-parent iframe {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.content-page .content-product .right-product .right-product-1 {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
  border-radius: 20px;
  border: 1px solid #E09B3D;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 24px;
  background: var(--white);
}
.content-page .content-product .right-product .right-product-1 .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 0px;
  padding-bottom: 24px;
  border-bottom: 0.5px solid #737373;
}
.content-page .content-product .right-product .right-product-1 ul {
  margin-top: 16px;
  padding-left: 0px;
  list-style-type: none;
  display: grid;
  gap: 15px;
}
.content-page .content-product .right-product .right-product-1 ul li {
  display: flex;
  list-style-type: none;
}
.content-page .content-product .right-product .right-product-1 ul li .span2 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  vertical-align: middle;
  color: #272E66;
}
.content-page .content-product .right-product .right-product-1 ul li .span1 {
  font-weight: 400;
  color: #5D5E60;
  line-height: 24px;
  letter-spacing: 0.5px;
  vertical-align: middle;
  position: relative;
  padding-left: 22px;
  width: 140px;
}
.content-page .content-product .right-product .right-product-1 ul li .span1 img {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0%, -50%);
}
.content-page .content-product .right-product .right-product-1 .btn-request {
  margin-top: 16px;
  text-align: center;
}
.content-page .content-product .right-product .right-product-1 .btn-request a {
  display: block;
  background: var(--green);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--white);
}
.content-page .content-product .right-product .right-product-2 {
  position: sticky;
  z-index: 2;
  top: 170px;
  left: 0px;
  width: 100%;
  border-radius: 20px;
  border: 1px solid #E09B3D;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 24px;
  background: #f2f8fd;
}
.content-page .content-product .right-product .right-product-2 .date {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.content-page .content-product .right-product .right-product-2 .date p {
  width: 100px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.5px;
  vertical-align: middle;
  color: #272E66;
  margin-bottom: 0px;
}
.content-page .content-product .right-product .right-product-2 .date .form-date {
  width: calc(100% - 100px);
}
.content-page .content-product .right-product .right-product-2 .date .form-date input {
  height: 38px;
  border: 0.5px solid #737373;
  background: var(--white) url(/images/icon-date-product.svg?f7e671d720a6090290e577b77d43f669) no-repeat top 12px right 12px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
  vertical-align: middle;
  color: #272E66;
}
.content-page .content-product .right-product .right-product-2 .date .form-date input:focus {
  outline: unset;
}
.content-page .content-product .right-product .right-product-2 .item-count {
  padding: 20px 0px;
  display: flex;
  border-bottom: 1px solid #DDDDDD;
}
.content-page .content-product .right-product .right-product-2 .item-count .left-item {
  padding-right: 10px;
  width: calc(100% - 140px);
  display: grid;
  align-items: center;
}
.content-page .content-product .right-product .right-product-2 .item-count .left-item p {
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.5px;
  vertical-align: middle;
  color: #272E66;
}
.content-page .content-product .right-product .right-product-2 .item-count .left-item p span {
  color: #F93131;
}
.content-page .content-product .right-product .right-product-2 .item-count .right-item {
  width: 140px;
  display: grid;
  align-items: center;
}
.content-page .content-product .right-product .right-product-2 .item-count .right-item .d-flex {
  background: var(--white);
  border: 0.5px solid #DDDDDD;
  border-radius: 10px;
  overflow: hidden;
}
.content-page .content-product .right-product .right-product-2 .item-count .right-item .d-flex .plus {
  width: 38px;
  border-left: 0.5px solid #DDDDDD;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #c9c9c9;
}
.content-page .content-product .right-product .right-product-2 .item-count .right-item .d-flex input {
  width: 64px;
  border: unset;
  height: 38px;
  text-align: center;
}
.content-page .content-product .right-product .right-product-2 .item-count .right-item .d-flex input:focus {
  outline: unset;
}
.content-page .content-product .right-product .right-product-2 .item-count .right-item .d-flex .minus {
  border-right: 0.5px solid #DDDDDD;
  width: 38px;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #c9c9c9;
}
.content-page .content-product .right-product .right-product-2 .total-price {
  padding-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-page .content-product .right-product .right-product-2 .total-price p {
  margin-bottom: 0px;
}
.content-page .content-product .right-product .right-product-2 .total-price .text {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.5px;
  vertical-align: middle;
  color: #272E66;
}
.content-page .content-product .right-product .right-product-2 .total-price .price {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0.5px;
  vertical-align: middle;
  color: var(--orange);
}
.content-page .content-product .right-product .right-product-2 .btn-submit {
  margin-top: 20px;
}
.content-page .content-product .right-product .right-product-2 .btn-submit button {
  width: 100%;
  border: unset;
  background: var(--green);
  height: 50px;
  border-radius: 10px;
  color: var(--white);
  text-transform: uppercase;
}
.content-page .content-product .right-product .right-product-2 .btn-submit button:focus {
  outline: unset;
  box-shadow: unset;
}
.content-page .content-product .right-product .right-product-2 .text-note {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.5px;
  vertical-align: middle;
  color: #272E66;
  margin-bottom: 0px;
  margin-top: 12px;
  text-align: center;
}
.content-page .utilities {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid var(--orange);
  border-radius: 20px;
  padding: 25px 20px;
}
.content-page .utilities .header-utilities {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.content-page .utilities .header-utilities p {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  margin-bottom: 0px;
  color: var(--orange);
}
.content-page .utilities .header-utilities button {
  height: auto;
  background: unset;
  border: unset;
  padding: 0px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  color: var(--orange);
}
.content-page .utilities .header-utilities button:focus {
  outline: unset;
  box-shadow: unset !important;
  color: var(--orange);
  border: unset;
}
.content-page .utilities .header-utilities button:active {
  color: var(--orange);
  background: unset;
  outline: unset;
  box-shadow: unset !important;
  border: unset;
}
.content-page .utilities .content-utilities {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-page .utilities .content-utilities p {
  margin-bottom: 0px;
}
.content-page .utilities .content-utilities p span {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  padding-left: 28px;
}
.content-page .utilities .content-utilities p span img {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
}
.content-page .select-room-search {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border: 1px solid var(--orange);
  border-radius: 20px;
  padding: 25px 20px 9px 20px;
}
.content-page .select-room-search .select-room {
  display: flex;
  gap: 32px;
}
.content-page .select-room-search .select-room .input-form {
  position: relative;
}
.content-page .select-room-search .select-room .input-form .jsDateRangeMuti {
  border: 1px solid #CFCECE;
  background: #FAFAFA url(/images/icon-select-room-1.svg?815ea1ba84c252663cd4f788f553c37b) no-repeat top 15px left 12px;
  width: 320px;
  padding-left: 34px;
  color: var(--orange);
  height: 50px;
  border-radius: 10px;
}
.content-page .select-room-search .select-room .input-form .input-form-count {
  display: block;
  border: 1px solid #CFCECE;
  border-radius: 10px;
  margin-bottom: 0px;
  height: 50px;
  gap: 3px;
  background: #FAFAFA url(/images/icon-select-room-2.svg?bd10b721b10eebabeedbd98310400adb) no-repeat top 15px left 12px;
  color: var(--orange);
  padding: 14px 35px 10px 43px;
  position: relative;
}
.content-page .select-room-search .select-room .input-form .input-form-count img {
  position: absolute;
  top: 16px;
  right: 10px;
}
.content-page .select-room-search .select-room .input-form .count-room {
  background: var(--white);
  z-index: 3;
  position: absolute;
  width: 100%;
  top: 55px;
  left: 0px;
  border: 1px solid #CFCECE;
  border-radius: 10px;
  padding: 10px;
  display: grid;
  gap: 10px;
}
.content-page .select-room-search .select-room .input-form .count-room .item-count {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.content-page .select-room-search .select-room .input-form .count-room .item-count p {
  margin-bottom: 0px;
}
.content-page .select-room-search .select-room .input-form .count-room .item-count .d-flex {
  background: var(--white);
  border: 0.5px solid #DDDDDD;
  border-radius: 10px;
  overflow: hidden;
}
.content-page .select-room-search .select-room .input-form .count-room .item-count .d-flex .plus {
  width: 38px;
  border-left: 0.5px solid #DDDDDD;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #c9c9c9;
}
.content-page .select-room-search .select-room .input-form .count-room .item-count .d-flex input {
  width: 64px;
  border: unset;
  height: 38px;
  text-align: center;
}
.content-page .select-room-search .select-room .input-form .count-room .item-count .d-flex input:focus {
  outline: unset;
}
.content-page .select-room-search .select-room .input-form .count-room .item-count .d-flex .minus {
  border-right: 0.5px solid #DDDDDD;
  width: 38px;
  display: grid;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #c9c9c9;
}
.content-page .select-room-search .select-room .input-form .hidden {
  display: none;
}
.content-page .select-room-search .select-room .btn-room button {
  width: 145px;
  height: 50px;
  background: var(--green);
  display: grid;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0;
  color: var(--white);
  text-transform: uppercase;
  border: none;
}
.content-page .select-room-search .seach-detail {
  margin-top: 30px;
}
.content-page .select-room-search .seach-detail .title-search {
  font-weight: 700;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 120%;
  letter-spacing: 0;
  color: var(--orange);
  margin-bottom: 0px;
}
.content-page .select-room-search .seach-detail .list-checkbox {
  margin-top: 16px;
}
.content-page .select-room-search .seach-detail .list-checkbox .item-checkbox {
  margin-right: 16px;
  margin-bottom: 16px;
  display: inline-block;
}
.content-page .select-room-search .seach-detail .list-checkbox .item-checkbox .checkbox-container {
  position: relative;
  padding-left: 38px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 30px;
  margin-bottom: 0px;
}
.content-page .select-room-search .seach-detail .list-checkbox .item-checkbox .checkbox-container input {
  /* Hide the default */
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.content-page .select-room-search .seach-detail .list-checkbox .item-checkbox .checkbox-container .checkmark {
  position: absolute;
  height: 30px;
  width: 30px;
  top: 0;
  left: 0;
  background-color: #ffffff;
  border: 1px solid var(--orange);
  border-radius: 0.4rem;
}
.content-page .select-room-search .seach-detail .list-checkbox .item-checkbox .checkbox-container:hover input ~ .checkmark {
  background-color: #ffffff;
  border-color: rgba(0, 0, 0, 0.3);
}
.content-page .select-room-search .seach-detail .list-checkbox .item-checkbox .checkbox-container input:checked ~ .checkmark {
  background-color: var(--orange);
  border-color: var(--orange);
}
.content-page .select-room-search .seach-detail .list-checkbox .item-checkbox .checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.content-page .select-room-search .seach-detail .list-checkbox .item-checkbox .checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.content-page .select-room-search .seach-detail .list-checkbox .item-checkbox .checkbox-container .checkmark:after {
  left: 10px;
  top: 3.5px;
  width: 8px;
  height: 16px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.content-page .list-room .title-room {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: var(--orange);
  margin-bottom: 0px;
}
.content-page .list-room .content-list-room {
  margin-top: 25px;
}
.content-page .list-room .content-list-room .item-room {
  margin-bottom: 20px;
  border: 1px solid var(--orange);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1490196078);
  background: var(--white);
  padding: 24px 24px 24px 0px;
  border-radius: 16px;
  display: flex;
}
.content-page .list-room .content-list-room .item-room:last-child {
  margin-bottom: 0px;
}
.content-page .list-room .content-list-room .item-room .left-room {
  width: 320px;
  border-right: 1px solid #E4E4E4;
  padding-right: 6px;
}
.content-page .list-room .content-list-room .item-room .left-room .type {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--orange);
  padding: 0px 24px;
}
.content-page .list-room .content-list-room .item-room .left-room .swiper {
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 10px;
}
.content-page .list-room .content-list-room .item-room .left-room .swiper .swiper-button-next {
  width: 45px;
  height: 45px;
  right: 4px;
}
.content-page .list-room .content-list-room .item-room .left-room .swiper .swiper-button-next:after {
  content: unset;
  font-size: unset;
  font-family: unset;
}
.content-page .list-room .content-list-room .item-room .left-room .swiper .swiper-button-prev {
  width: 45px;
  height: 45px;
  left: 4px;
}
.content-page .list-room .content-list-room .item-room .left-room .swiper .swiper-button-prev:after {
  content: unset;
  font-size: unset;
  font-family: unset;
}
.content-page .list-room .content-list-room .item-room .left-room .view-detal {
  padding: 0px 24px;
  margin-top: 12px;
}
.content-page .list-room .content-list-room .item-room .left-room .view-detal button {
  height: auto;
  padding: 0px;
  background: unset;
  color: var(--orange);
  border: unset;
}
.content-page .list-room .content-list-room .item-room .left-room .view-detal button:focus {
  outline: unset;
  box-shadow: unset;
}
.content-page .list-room .content-list-room .item-room .left-room .list {
  padding: 0px 24px;
  display: grid;
  gap: 10px;
}
.content-page .list-room .content-list-room .item-room .left-room .list p {
  margin-bottom: 0px;
  position: relative;
  color: #737373;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
}
.content-page .list-room .content-list-room .item-room .left-room .list p img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.content-page .list-room .content-list-room .item-room .right-room {
  padding-left: 30px;
  width: calc(100% - 320px);
}
.content-page .list-room .content-list-room .item-room .right-room .item-right {
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
}
.content-page .list-room .content-list-room .item-room .right-room .item-right .info {
  width: calc(100% - 340px);
}
.content-page .list-room .content-list-room .item-room .right-room .item-right .info .title-info {
  font-weight: 600;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 130%;
  vertical-align: middle;
  color: var(--orange);
  margin-bottom: 0px;
}
.content-page .list-room .content-list-room .item-room .right-room .item-right .info ul {
  margin-top: 8px;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  display: grid;
  gap: 10px;
}
.content-page .list-room .content-list-room .item-room .right-room .item-right .info ul li {
  padding-left: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  vertical-align: middle;
  list-style-type: none;
  color: #737373;
  background: url(/images/tick.svg?4d2320f6b6a9a9ddf1b85b8d91d3c677) no-repeat top left;
}
.content-page .list-room .content-list-room .item-room .right-room .item-right .price-button {
  width: 340px;
  display: grid;
  align-items: center;
}
.content-page .list-room .content-list-room .item-room .right-room .item-right .price-button .d-flex {
  align-items: center;
}
.content-page .list-room .content-list-room .item-room .right-room .item-right .price-button .price-product {
  width: calc(100% - 130px);
}
.content-page .list-room .content-list-room .item-room .right-room .item-right .price-button .price-product .text-price {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  text-align: left;
  vertical-align: middle;
  color: var(--orange);
  margin-bottom: 5px;
}
.content-page .list-room .content-list-room .item-room .right-room .item-right .price-button .price-product .text {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 0px;
}
.content-page .list-room .content-list-room .item-room .right-room .item-right .price-button .btn-product {
  width: 130px;
}
.content-page .list-room .content-list-room .item-room .right-room .item-right .price-button .btn-product form > button.choose-room-btn {
  font-family: var(--font-3);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2509803922);
  background: var(--green);
  padding: 8px 20px;
  border-radius: 5px;
  border: none;
  color: var(--white);
}
.content-page .list-room .content-list-room .item-room .right-room .item-right:last-child {
  padding-bottom: 0px;
  border-bottom: 0px;
}
.content-page .list-room .content-list-room .item-room .right-room .item-right:first-child {
  padding-top: 0px;
}
.content-page .important-information h2 {
  font-weight: 700;
  font-size: 31px;
  line-height: 130%;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--orange);
  margin-bottom: 0px;
}
.content-page .important-information .content-information {
  margin-top: 20px;
  display: grid;
  gap: 20px;
}
.content-page .important-information .content-information .item-information p {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
}
.content-page .important-information .content-information .item-information p .collapsed {
  background: var(--white);
  color: var(--color-main);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.content-page .important-information .content-information .item-information p .collapsed img {
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translate(0, -50%) rotate(0deg);
}
.content-page .important-information .content-information .item-information p .collapsed span {
  color: var(--orange);
}
.content-page .important-information .content-information .item-information p a {
  border: 1px solid var(--orange);
  border-radius: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: left;
  width: 100%;
  background: var(--orange);
  color: var(--white);
  position: relative;
  display: block;
  padding: 10px 130px 10px 30px;
}
.content-page .important-information .content-information .item-information p a:focus {
  box-shadow: unset;
}
.content-page .important-information .content-information .item-information p a span {
  position: absolute;
  top: 50%;
  right: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--white);
  transform: translate(0, -50%);
}
.content-page .important-information .content-information .item-information .collapse .card {
  background: unset;
  border: unset;
  padding: 20px 20px 20px 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0;
  vertical-align: middle;
}
.content-page .important-information .content-information .item-information .collapse .card img {
  max-width: 100%;
  width: 100%;
}
.content-page .important-information .content-information .item-information .collapse .card p {
  margin-bottom: 10px;
}
.content-page .important-information .content-information .item-information .collapse .card a {
  color: var(--color-main);
}
.content-page .important-information .content-information .item-information .collapsing .card {
  background: unset;
  border: unset;
  padding: 20px 20px 20px 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 20.8px;
  letter-spacing: 0;
  vertical-align: middle;
}
.content-page .important-information .content-information .item-information .collapsing .card img {
  max-width: 100%;
  width: 100%;
}
.content-page .important-information .content-information .item-information .collapsing .card p {
  margin-bottom: 10px;
}
.content-page .important-information .content-information .item-information .collapsing .card a {
  color: var(--color-main);
}
.content-page .rate-comments {
  margin-top: 30px;
}
.content-page .rate-comments h2 {
  font-weight: 700;
  font-size: 31px;
  line-height: 130%;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--orange);
  margin-bottom: 0px;
}
.content-page .rate-comments .rate {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  display: flex;
  border: 1px solid var(--orange);
  border-radius: 20px;
  padding: 25px 20px;
}
.content-page .rate-comments .rate .left-rate {
  border-right: 1px solid #E4E4E4;
  display: grid;
  align-items: center;
  width: 300px;
}
.content-page .rate-comments .rate .left-rate .rate-text-1 {
  color: var(--orange);
  font-weight: 600;
  font-size: 40px;
  line-height: 36px;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 0px;
}
.content-page .rate-comments .rate .left-rate .image-rate {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 10px;
  color: var(--yellow);
}
.content-page .rate-comments .rate .left-rate .rate-text-2 {
  margin-top: 12px;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  text-align: center;
}
.content-page .rate-comments .rate .right-rate {
  width: calc(100% - 300px);
  padding-left: 30px;
  display: grid;
  gap: 10px;
}
.content-page .rate-comments .rate .right-rate .item-rate {
  display: flex;
  align-items: center;
}
.content-page .rate-comments .rate .right-rate .item-rate p {
  margin-bottom: 0px;
}
.content-page .rate-comments .rate .right-rate .item-rate .right-rate-1 {
  width: 60px;
}
.content-page .rate-comments .rate .right-rate .item-rate .right-rate-1 p span {
  position: relative;
  padding-right: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #666666;
}
.content-page .rate-comments .rate .right-rate .item-rate .right-rate-1 p span img {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
}
.content-page .rate-comments .rate .right-rate .item-rate .right-rate-2 {
  width: calc(100% - 220px);
}
.content-page .rate-comments .rate .right-rate .item-rate .right-rate-2 p {
  width: 100%;
  height: 10px;
  border-radius: 50px;
  background: #EEEEEE;
  position: relative;
}
.content-page .rate-comments .rate .right-rate .item-rate .right-rate-2 p span {
  border-radius: 50px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #80C343 0%, #CEFFA2 100%);
}
.content-page .rate-comments .rate .right-rate .item-rate .right-rate-3 {
  width: 160px;
  text-align: right;
}
.content-page .rate-comments .comments {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background: var(--white);
  border-radius: 20px;
  padding: 25px 20px;
  border: 1px solid var(--orange);
}
.content-page .rate-comments .comments .form-comments h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: var(--orange);
  margin-bottom: 0px;
}
.content-page .rate-comments .comments .form-comments .login-required-message {
  text-align: center;
  padding: 20px;
  background: #F6F6F6;
  border-radius: 10px;
  border: 1px solid #E0E0E0;
}
.content-page .rate-comments .comments .form-comments .login-required-message .message-content h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--orange);
  margin-bottom: 8px;
}
.content-page .rate-comments .comments .form-comments .login-required-message .message-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  margin-bottom: 16px;
}
.content-page .rate-comments .comments .form-comments .login-required-message .message-content button {
  background: var(--orange);
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  color: var(--white);
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.content-page .rate-comments .comments .form-comments .login-required-message .message-content button:hover {
  background: #e67e22;
}
.content-page .rate-comments .comments .form-comments .already-reviewed-message {
  text-align: center;
  padding: 20px;
  background: #FFF3CD;
  border-radius: 10px;
  border: 1px solid #FFEAA7;
}
.content-page .rate-comments .comments .form-comments .already-reviewed-message .message-content h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #856404;
  margin-bottom: 8px;
}
.content-page .rate-comments .comments .form-comments .already-reviewed-message .message-content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #856404;
  margin-bottom: 0;
}
.content-page .rate-comments .comments .form-comments form {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 65fr 35fr;
  gap: 20px;
}
.content-page .rate-comments .comments .form-comments form .left-form {
  display: flex;
}
.content-page .rate-comments .comments .form-comments form .left-form .form-input {
  flex: 1;
  display: flex;
}
.content-page .rate-comments .comments .form-comments form .left-form .form-input textarea {
  background: #F6F6F6;
  padding: 12px;
  width: 100%;
  height: 100%;
  min-height: 160px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  resize: none;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  flex: 1;
}
.content-page .rate-comments .comments .form-comments form .left-form .form-input textarea:focus {
  outline: none;
  border-color: var(--orange);
}
.content-page .rate-comments .comments .form-comments form .left-form .form-input textarea::-moz-placeholder {
  color: #999;
}
.content-page .rate-comments .comments .form-comments form .left-form .form-input textarea::placeholder {
  color: #999;
}
.content-page .rate-comments .comments .form-comments form .left-form .form-input textarea:disabled {
  background: #E0E0E0;
  border: 1px solid #CFCECE;
  color: #999999;
  cursor: not-allowed;
}
.content-page .rate-comments .comments .form-comments form .right-form {
  display: grid;
  gap: 12px;
}
.content-page .rate-comments .comments .form-comments form .right-form .form-input input {
  background: #F6F6F6;
  padding: 12px;
  width: 100%;
  height: 40px;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  color: #333;
}
.content-page .rate-comments .comments .form-comments form .right-form .form-input input:focus {
  outline: none;
  border-color: var(--orange);
}
.content-page .rate-comments .comments .form-comments form .right-form .form-input input::-moz-placeholder {
  color: #999;
}
.content-page .rate-comments .comments .form-comments form .right-form .form-input input::placeholder {
  color: #999;
}
.content-page .rate-comments .comments .form-comments form .right-form .form-input input[readonly] {
  background: #E8F4FD;
  border: 1px solid #B0D4F1;
  color: #333333;
  cursor: default;
}
.content-page .rate-comments .comments .form-comments form .right-form .btn-form button {
  height: 40px;
  text-align: center;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  width: 100%;
  border: none;
  background: var(--green);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.content-page .rate-comments .comments .form-comments form .right-form .btn-form button:hover {
  background: #7bb33f;
}
.content-page .rate-comments .comments .form-comments form .right-form .btn-form button:focus {
  outline: none;
  box-shadow: 0 0 0 2px rgba(139, 195, 74, 0.3);
}
.content-page .rate-comments .comments .form-comments .count-comment {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.25px;
  margin-bottom: 0px;
}
.content-page .rate-comments .comments .form-comments .list-comments {
  margin-top: 16px;
  display: grid;
  gap: 16px;
}
.content-page .rate-comments .comments .form-comments .list-comments .item-comment .item-comment-1 {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  background: #F6F6F6;
  padding: 8px;
  border-radius: 10px;
  display: flex;
}
.content-page .rate-comments .comments .form-comments .list-comments .item-comment .item-comment-1 .ava {
  width: 48px;
  height: 48px;
  display: grid;
}
.content-page .rate-comments .comments .form-comments .list-comments .item-comment .item-comment-1 .ava img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
}
.content-page .rate-comments .comments .form-comments .list-comments .item-comment .item-comment-1 .name-comment {
  display: grid;
  align-items: center;
  padding-left: 16px;
}
.content-page .rate-comments .comments .form-comments .list-comments .item-comment .item-comment-1 .name-comment .name {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.15px;
  margin-bottom: 0px;
}
.content-page .rate-comments .comments .form-comments .list-comments .item-comment .item-comment-1 .name-comment .time {
  margin-top: 3px;
  margin-bottom: 0px;
  font-weight: 200;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.4px;
  color: #828282;
}
.content-page .rate-comments .comments .form-comments .list-comments .item-comment .image-rate {
  margin-top: 10px;
  display: flex;
  gap: 8px;
  color: var(--yellow);
}
.content-page .rate-comments .comments .form-comments .list-comments .item-comment .item-comment-2 {
  margin-top: 10px;
}
.content-page .rate-comments .comments .form-comments .list-comments .item-comment .item-comment-2 p {
  margin-bottom: 0px;
  font-weight: 200;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.4px;
}
.content-page .relate-to .content-tour {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.content-page .relate-to .content-tour-mobile {
  display: none;
}
.content-page .relate-to .btn-more {
  margin-top: 20px;
  text-align: center;
  padding: 10px 0px;
}
.content-page .relate-to .btn-more a {
  background: var(--green);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2509803922);
  border-radius: 5px;
  padding: 10px 20px;
  font-family: var(--font-3);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.25px;
  vertical-align: middle;
  text-transform: uppercase;
  color: var(--white);
}
.content-page .relate-to-2 .btn-more a {
  background: var(--orange);
}

.modal-detail-product .modal-dialog {
  max-width: 1140px;
  overflow: hidden;
  height: 100%;
}
.modal-detail-product .modal-dialog .modal-content {
  background: var(--white);
  position: relative;
  border-radius: 16px;
}
.modal-detail-product .modal-dialog .modal-content .close {
  position: absolute;
  top: 18px;
  right: 18px;
  color: var(--orange);
  z-index: 3;
  opacity: 1;
}
.modal-detail-product .modal-dialog .modal-content .modal-body {
  padding: 0px;
  display: grid;
  grid-template-columns: 7fr 3fr;
}
.modal-detail-product .modal-dialog .modal-content .modal-body .left-modal .carousel {
  box-shadow: unset;
  border: unset;
}
.modal-detail-product .modal-dialog .modal-content .modal-body .left-modal .carousel .carousel-inner {
  box-shadow: unset;
  border: unset;
}
.modal-detail-product .modal-dialog .modal-content .modal-body .left-modal .carousel .carousel-control-prev {
  box-shadow: unset;
  border: unset;
  opacity: 1;
  background: unset;
}
.modal-detail-product .modal-dialog .modal-content .modal-body .left-modal .carousel .carousel-control-next {
  box-shadow: unset;
  border: unset;
  opacity: 1;
  background: unset;
}
.modal-detail-product .modal-dialog .modal-content .modal-body .right-modal {
  padding: 20px;
}
.modal-detail-product .modal-dialog .modal-content .modal-body .right-modal .type-room .type {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
  vertical-align: middle;
  color: var(--orange);
}
.modal-detail-product .modal-dialog .modal-content .modal-body .right-modal .type-room .list {
  display: grid;
  gap: 10px;
}
.modal-detail-product .modal-dialog .modal-content .modal-body .right-modal .type-room .list p {
  margin-bottom: 0px;
  position: relative;
  color: #737373;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;
}
.modal-detail-product .modal-dialog .modal-content .modal-body .right-modal .type-room .list p img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.modal-detail-product .modal-dialog .modal-content .modal-body .right-modal .info {
  margin-top: 25px;
}
.modal-detail-product .modal-dialog .modal-content .modal-body .right-modal .info .title-info {
  font-weight: 600;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 130%;
  vertical-align: middle;
  color: var(--orange);
  margin-bottom: 0px;
}
.modal-detail-product .modal-dialog .modal-content .modal-body .right-modal .info ul {
  margin-top: 8px;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
  display: grid;
  gap: 10px;
}
.modal-detail-product .modal-dialog .modal-content .modal-body .right-modal .info ul li {
  padding-left: 25px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  vertical-align: middle;
  list-style-type: none;
  color: #737373;
  background: url(/images/tick.svg?4d2320f6b6a9a9ddf1b85b8d91d3c677) no-repeat top left;
}

.modalUtilities .modal-dialog {
  max-width: 840px;
  margin: 100px auto 0px;
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
}
.modalUtilities .modal-dialog .modal-content {
  padding: 30px 24px;
}
.modalUtilities .modal-dialog .modal-content .modal-header {
  border-bottom: 0px;
  padding: 0px;
}
.modalUtilities .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0;
  color: var(--orange);
}
.modalUtilities .modal-dialog .modal-content .modal-header .close span {
  color: var(--orange);
  opacity: 1;
}
.modalUtilities .modal-dialog .modal-content .modal-body {
  margin-top: 16px;
  padding: 0px;
}
.modalUtilities .modal-dialog .modal-content .modal-body .item-utilities .title-utilities {
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  margin-bottom: 0px;
}
.modalUtilities .modal-dialog .modal-content .modal-body .item-utilities .list-utilities {
  margin-top: 16px;
}
.modalUtilities .modal-dialog .modal-content .modal-body .item-utilities .list-utilities p {
  display: inline-block;
  margin-bottom: 16px;
  margin-right: 30px;
}
.modalUtilities .modal-dialog .modal-content .modal-body .item-utilities .list-utilities p span {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
}
.modalUtilities .modal-dialog .modal-content .modal-body .item-utilities .list-utilities p span img {
  margin-right: 10px;
}

@media (max-width: 1140px) {
  .content-page h1 {
    font-size: 24px;
  }
  .content-page .list-room .content-list-room .item-room .left-room .swiper .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .content-page .list-room .content-list-room .item-room .left-room .swiper .swiper-button-prev {
    width: 35px;
    height: 35px;
  }
  .content-page .content-product .left-product .info-product .header-info-product {
    flex-direction: column-reverse;
  }
  .content-page .content-product .left-product .info-product .header-info-product .right-info-product {
    width: 100%;
    padding-left: 0px;
    justify-content: left;
    margin-bottom: 10px;
  }
  .content-page .content-product .left-product .info-product .header-info-product .right-info-product p {
    display: flex;
    gap: 5px;
    align-items: center;
  }
  .content-page .content-product .left-product .info-product .header-info-product .right-info-product p br {
    display: none;
  }
  .content-page .content-product .left-product .schedule .content-schedule .item-schedule p a {
    font-size: 16px;
    padding: 10px 30px 10px 45px;
  }
  .content-page .content-product .left-product .schedule .content-schedule .item-schedule p a:before {
    width: 18px;
    height: 18px;
  }
  .content-page .content-product .important-information .content-information .item-information p a {
    font-size: 16px;
  }
  .content-page .content-product .important-information .content-information .item-information p a span {
    font-size: 16px;
  }
  .title-page {
    font-size: 24px;
  }
  .summary-page {
    font-size: 16px;
  }
  .content-page .important-information h2 {
    font-size: 24px;
  }
  .content-page .relate-to .content-tour {
    grid-template-columns: repeat(2, 1fr);
  }
  .content-page .content-product .left-product .schedule .content-schedule .item-schedule .collapse .card {
    padding: 12px;
  }
  .content-page .content-product .left-product .schedule .content-schedule .item-schedule .collapsing .card {
    padding: 12px;
  }
  .content-page .content-product .left-product .schedule .content-schedule:before {
    content: unset;
  }
  .content-page .content-product .important-information .content-information .item-information .collapse .card {
    padding: 12px;
  }
  .content-page .content-product .important-information .content-information .item-information .collapsing .card {
    padding: 12px;
  }
  .modal-detail-product .modal-dialog {
    width: 96%;
  }
}
@media (max-width: 1024px) {
  .content-page .utilities {
    padding: 25px 20px 0px;
  }
  .content-page .utilities .content-utilities {
    display: block;
  }
  .content-page .utilities .content-utilities p {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 25px;
  }
  .content-page .list-room .content-list-room .item-room .right-room .item-right {
    display: grid;
    gap: 20px;
  }
  .content-page .list-room .content-list-room .item-room .right-room .item-right .info {
    width: 100%;
  }
  .content-page .list-room .content-list-room .item-room .right-room .item-right .price-button {
    width: 100%;
  }
  .content-page .rate-comments .comments .form-comments form {
    grid-template-columns: 60fr 40fr;
    gap: 16px;
  }
}
@media (max-width: 900px) {
  .content-page .content-product .right-product iframe {
    height: 400px;
  }
  .content-page .select-room-search .select-room {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .content-page .select-room-search .select-room .input-form .jsDateRangeMuti {
    width: 100%;
  }
  .content-page .content-product {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
  }
  .content-page .content-product .left-product {
    width: 100%;
    padding-right: 0px;
  }
  .content-page .content-product .right-product {
    width: 100%;
  }
  .content-page .rate-comments .rate .left-rate {
    width: 220px;
  }
  .content-page .rate-comments .rate .right-rate {
    width: calc(100% - 220px);
  }
}
@media (max-width: 768px) {
  .content-page .relate-to .content-tour {
    display: none;
  }
  .content-page .relate-to .content-tour-mobile {
    display: block;
  }
  .modal-detail-product .modal-dialog .modal-content .modal-body {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 600px) {
  .content-page .content-product .left-product h2 {
    font-size: 20px;
    line-height: 130%;
  }
  .content-page .important-information h2 {
    font-size: 20px;
    line-height: 130%;
  }
  .content-page .content-product .right-product .right-product-2 .text-note {
    font-size: 12px;
  }
  .content-page .content-product .important-information .content-information .item-information p a {
    padding-right: 0px;
  }
  .content-page .content-product .important-information .content-information .item-information p a span {
    display: none;
  }
  .content-page .list-room .content-list-room .item-room {
    display: block;
    gap: 20px;
    padding: 0px;
  }
  .content-page .list-room .content-list-room .item-room .left-room {
    width: 100%;
    border-right: 0px;
    padding-right: 0px;
  }
  .content-page .list-room .content-list-room .item-room .right-room {
    margin-top: 20px;
    width: 100%;
    padding-left: 0px;
  }
  .content-page .rate-comments .rate {
    display: block;
  }
  .content-page .rate-comments .rate .left-rate {
    width: 100%;
    border-right: 0px;
  }
  .content-page .rate-comments .rate .right-rate {
    width: 100%;
    padding-left: 0px;
  }
  .content-page .rate-comments .comments .form-comments form {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .content-page .rate-comments .comments .form-comments form .left-form .form-input textarea {
    height: 120px;
    min-height: 120px;
  }
  .content-page .rate-comments .comments .form-comments form .right-form {
    gap: 12px;
  }
  .content-page .rate-comments .comments .form-comments form .right-form .form-input input {
    height: 40px;
  }
  .content-page .rate-comments .comments .form-comments form .right-form .btn-form button {
    height: 40px;
  }
  .content-page .content-product .left-product .info-product {
    padding: 20px 12px;
  }
  .content-page .content-product .right-product .right-product-1 {
    padding: 20px 12px;
  }
  .content-page .content-product .right-product .right-product-2 {
    padding: 20px 12px;
  }
  .content-page .rate-comments .rate {
    padding: 20px 12px;
  }
  .content-page .rate-comments .comments {
    padding: 20px 12px;
  }
  .content-page h1 {
    text-align: left;
  }
  .content-page .content-product .left-product .info-product .header-info-product .right-info-product p span {
    font-size: 18px;
  }
  .content-page .list-room .content-list-room .item-room {
    padding: 20px 0px;
  }
  .content-page .list-room .content-list-room .item-room .left-room .type {
    padding: 0px 12px;
  }
  .content-page .list-room .content-list-room .item-room .left-room .view-detal {
    padding: 0px 12px;
  }
  .content-page .list-room .content-list-room .item-room .left-room .swiper {
    padding: 0px 12px;
  }
  .content-page .list-room .content-list-room .item-room .left-room .view-detal {
    padding: 0px 12px;
  }
  .content-page .list-room .content-list-room .item-room .right-room {
    padding: 0px 12px;
  }
  .content-page .list-room .content-list-room .item-room .left-room .list {
    padding: 0px 12px;
  }
  .content-page .list-room .content-list-room .item-room .left-room .swiper .swiper-button-next {
    right: -2px;
  }
  .content-page .list-room .content-list-room .item-room .left-room .swiper .swiper-button-prev {
    left: -2px;
  }
  .content-page .content-product .right-product .right-product-1 ul li .span1 {
    font-size: 14px;
  }
  .content-page .content-product .right-product .right-product-1 ul li .span2 {
    font-size: 14px;
  }
  .content-page .content-product .right-product .right-product-2 .total-price .price {
    font-size: 20px;
  }
  .content-page .content-product .right-product .right-product-2 .total-price .text {
    font-size: 20px;
  }
  .content-page .content-product .left-product .schedule .content-schedule .item-schedule p a {
    font-size: 14px;
  }
  .content-page .content-product .important-information .content-information .item-information p a {
    font-size: 14px;
    padding: 10px;
  }
  .content-page .content-product .left-product .info-product .header-info-product {
    align-items: start;
  }
  .nd-page-info p {
    padding-left: 0px;
  }
}
.image_hotel {
  width: 100%;
  aspect-ratio: 1296/687;
  -o-object-fit: cover;
     object-fit: cover;
}

.image_room_slide {
  width: 293px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .image_room_slide {
    width: 100%;
  }
}
