@charset "UTF-8";
/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
body.single-post .section-page {
  margin-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-post .section-page {
    margin: 20px auto;
  }
}
body.single-post .section-single > .container {
  max-width: 1000px;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-post .section-single > .container {
    max-width: auto;
  }
}
body.single-post .section-single > .container blockquote {
  border-left: 5px solid #dddddd;
  padding: 20px;
  font-style: italic;
}
body.single-post .section-single > .container blockquote {
  font-size: 1.125rem;
}
@media only screen and (min-width: 64rem) {
  body.single-post .section-single > .container blockquote {
    font-size: 1.25rem;
  }
}
body.single-post .section-single > .container .content-post {
  padding-top: 0.625rem;
}
@media only screen and (min-width: 64rem) {
  body.single-post .section-single > .container .content-post {
    padding-top: 1.875rem;
  }
}
body.single-post .section-single > .container .content-post .heading-title {
  line-height: 1.4;
  text-transform: capitalize;
  color: #00A651;
  margin-bottom: 10px;
  font-weight: 700;
}
body.single-post .section-single > .container .content-post .heading-title {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  body.single-post .section-single > .container .content-post .heading-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 64rem) {
  body.single-post .section-single > .container .content-post .heading-title {
    font-size: 2.625rem;
  }
}
body.single-post .section-single > .container .content-post .meta {
  display: flex;
  align-items: center;
  padding: 5px 0 20px;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-post .section-single > .container .content-post .meta {
    padding: 5px 0 15px;
  }
}
body.single-post .section-single > .container .content-post .meta > div {
  color: #828C83;
  display: flex;
  align-items: center;
  line-height: 1;
  border-right: 1px solid #E0E0E0;
  padding-right: 10px;
  margin-right: 10px;
}
body.single-post .section-single > .container .content-post .meta > div:last-child {
  border-right: unset;
  padding-right: 0;
  margin-right: 0;
}
body.single-post .section-single > .container .content-post .meta > div i {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: #101210;
}
body.single-post .section-single > .container .content-post .meta > div i {
  width: 1rem;
  height: 1rem;
}
body.single-post .section-single > .container .content-post .meta .post-category {
  display: block;
  padding-left: 10px;
  line-height: normal;
  color: #FA541C;
}
body.single-post .section-single > .container .content-post .meta .post-category:first-child {
  padding-left: 0;
}
body.single-post .section-single > .container .content-post .meta .author {
  padding-left: 5px;
  color: #FA541C;
}
body.single-post .section-single > .container .content-post .hashtags {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 47.99875rem) {
  body.single-post .section-single > .container .content-post .hashtags .hashtag-links {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    gap: 10px 0;
    grid-gap: 10px 0;
  }
}
body.single-post .section-single > .container .content-post .hashtags .hashtag-links i {
  margin-right: 20px;
  font-style: normal;
}
body.single-post .section-single > .container .content-post .hashtags .hashtag-links i::before {
  content: "Từ khoá:";
  font-family: "Inter", sans-serif;
  line-height: 21px;
  font-weight: 500;
  color: #000914;
}
body.single-post .section-single > .container .content-post .hashtags .hashtag-links i::before {
  font-size: 0.875rem;
}
body.single-post .section-single > .container .content-post .hashtags .hashtag-links a {
  margin-right: 10px;
  padding: 6px 12px;
  border-radius: 4px;
  background: #EFEFEF;
  color: #2A3645;
  line-height: 21px;
  font-weight: 500;
}
body.single-post .section-single > .container .content-post .hashtags .hashtag-links a {
  font-size: 0.875rem;
}
body.single-post .section-single > .container .content-post .hashtags .hashtag-links a:hover {
  background: #00A651;
  color: #ffffff;
}
body.single-post .section-single > .container .content-post article iframe {
  width: 100%;
}

.author-box {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ececec;
}
@media only screen and (max-width: 33.99875rem) {
  .author-box .inner {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.author-box .inner .avatar img {
  border-radius: 50%;
  object-fit: contain;
  border: 1px solid #ececec;
}
.author-box .inner .author-content {
  width: calc(100% - 80px);
  padding-left: 20px;
}
@media only screen and (max-width: 33.99875rem) {
  .author-box .inner .author-content {
    width: 100%;
    padding: 16px 0 0;
    text-align: center;
  }
}
.author-box .inner .author-content .name {
  margin-bottom: 5px;
}
.author-box .inner .author-content .name strong {
  font-size: 14px;
}
.author-box .inner .author-content .name span {
  font-size: 17px;
  display: block;
}
.author-box .inner .author-content .author-desc {
  line-height: 1.5;
}
@media only screen and (max-width: 33.99875rem) {
  .author-box .inner .author-content .author-desc {
    text-align: justify;
  }
}

.section-related-post {
  margin-top: 1.875rem;
}
@media only screen and (min-width: 64rem) {
  .section-related-post {
    margin-top: 3.75rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.section-related-post .related-title {
  font-weight: 700;
  color: #00A651;
}
.section-related-post .related-title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-related-post .related-title {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-related-post .related-title {
    font-size: 1.5rem;
  }
}
.section-related-post .swiper-container .swiper-slide {
  width: 33.3333333333%;
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .swiper-container .swiper-slide {
    width: 50%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .swiper-container .swiper-slide {
    width: 100%;
  }
}
.section-related-post .swiper-container .swiper-slide .cover {
  border-radius: 10px;
}
.section-related-post .swiper-container .swiper-slide .cover .res {
  aspect-ratio: 4/3;
}
.section-related-post .swiper-container .swiper-slide .cover .res img {
  border-radius: 10px;
}
.section-related-post .swiper-container .swiper-slide .content {
  width: 100%;
  padding-top: 10px;
  padding-left: 0;
}
.section-related-post .swiper-container .swiper-slide .content .meta {
  font-size: 14px;
  gap: 12px;
}
.section-related-post .swiper-container .swiper-slide .content .meta .post-category {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.section-related-post .swiper-container .swiper-slide .content .meta .post-category a {
  color: #FA541C;
  font-weight: 400;
}
.section-related-post .swiper-container .swiper-slide .content .meta > div {
  color: #FA541C;
}
.section-related-post .swiper-container .swiper-slide .content .meta .post-date .date {
  padding-left: 10px;
  border-left: 1px solid #FA541C;
  color: #FA541C;
}
.section-related-post .swiper-container .swiper-slide .content .title {
  font-weight: 400;
}
.section-related-post .swiper-container .swiper-slide .content .title {
  font-size: 1rem;
}
@media only screen and (min-width: 64rem) {
  .section-related-post .swiper-container .swiper-slide .content .title {
    font-size: 1.125rem;
  }
}
.section-related-post .swiper-container .swiper-slide .content .title a {
  color: #00A651;
}
.section-related-post .swiper-container .swiper-slide .content .title a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
@supports (-webkit-line-clamp: 2) {
  .section-related-post .swiper-container .swiper-slide .content .title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
  }
}
.section-related-post .swiper-container .swiper-slide .content .title a:hover {
  color: #FA541C;
}
.section-related-post .swiper-container .swiper-slide .content .excerpt {
  display: none !important;
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .swiper-controls .swiper-button {
    top: 45%;
  }
}
.section-related-post .swiper-controls .swiper-button::before {
  background-color: #00A651;
  color: #ffffff;
}
.section-related-post .swiper-controls .swiper-button:hover::before {
  border-color: #00A651;
}
.section-related-post .swiper-controls .swiper-button.swiper-button-prev {
  left: -18px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .swiper-controls .swiper-button.swiper-button-prev {
    left: 10px;
  }
}
.section-related-post .swiper-controls .swiper-button.swiper-button-next {
  right: -18px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-related-post .swiper-controls .swiper-button.swiper-button-next {
    right: 10px;
  }
}

ul.list-hotel {
  margin: 0;
  padding: 0;
}
ul.list-hotel li {
  list-style: none;
}
ul.list-hotel li .hotel_item-inner {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 23px;
  padding: 10px;
  margin-bottom: 15px;
  background: #FFF;
  box-shadow: 0px 4px 65px 0px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 47.99875rem) {
  ul.list-hotel li .hotel_item-inner {
    align-items: center;
  }
}
@media only screen and (max-width: 47.99875rem) {
  ul.list-hotel li .hotel_item-inner {
    flex-wrap: wrap;
    gap: 12px;
  }
}
ul.list-hotel li .hotel_item-inner .hotel_item-head {
  width: 21%;
}
@media only screen and (max-width: 47.99875rem) {
  ul.list-hotel li .hotel_item-inner .hotel_item-head {
    width: 35%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  ul.list-hotel li .hotel_item-inner .hotel_item-head {
    width: 100%;
  }
}
ul.list-hotel li .hotel_item-inner .hotel_item-head a.hotel_item-head-link {
  display: block;
  position: relative;
}
ul.list-hotel li .hotel_item-inner .hotel_item-head a.hotel_item-head-link::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media only screen and (max-width: 47.99875rem) {
  ul.list-hotel li .hotel_item-inner .hotel_item-head a.hotel_item-head-link::before {
    width: 56.25%;
  }
}
ul.list-hotel li .hotel_item-inner .hotel_item-head a.hotel_item-head-link img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
ul.list-hotel li .hotel_item-inner .hotel_item-head a.hotel_item-head-link span.hotel_item-bage {
  position: absolute;
  width: 100%;
  left: -7px;
  bottom: 8.346px;
  border-radius: 0px 6.81px 6.81px 0px;
  background: #FA541C;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  display: flex;
  text-align: center;
  justify-content: center;
  padding: 10px;
}
ul.list-hotel li .hotel_item-inner .hotel_item-head a.hotel_item-head-link span.hotel_item-bage::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  bottom: -7px;
  border: 4px solid;
  border-top-color: #AD2102;
  border-right-color: #AD2102;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper {
  width: 77%;
  display: flex;
  gap: 23px;
}
@media only screen and (max-width: 47.99875rem) {
  ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper {
    flex-wrap: wrap;
    width: 65%;
    gap: 0;
  }
}
@media only screen and (max-width: 47.99875rem) {
  ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper {
    width: 100%;
  }
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-body {
  position: relative;
  width: 70%;
}
@media only screen and (max-width: 47.99875rem) {
  ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-body {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #d8d8d8;
  }
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-body::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #d8d8d8;
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 47.99875rem) {
  ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-body::after {
    content: none;
  }
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-body .hotel_item-info .hotel-link {
  display: block;
  margin-bottom: 8px;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-body .hotel_item-info .hotel-link .hotel_item-title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-body .hotel_item-info .hotel-link .hotel_item-title:hover {
  color: #00A651;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-body .hotel_item-info .hotel_item-address {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-body .hotel_item-info .hotel_item-address .hotel_single-address {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #000000;
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 5px;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-body .hotel_item-info .hotel_item-address .hotel_single-address i {
  color: #FA541C;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-body .hotel_item-info .post_item-rating {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 15px;
  margin: 10px 0;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-body .hotel_item-info .post_item-rating .rating-stars {
  line-height: normal;
  padding-right: 15px;
  border-right: 1px solid #888888;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-body .hotel_item-info .post_item-rating svg {
  fill: #FDC835;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-body .hotel_item-info .hotel_item-type {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 12px;
  color: #1B1C1D;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-body .hotel_item-info .hotel_item-type .hotel_type-item-link {
  color: #00A651;
  background-color: #F3FFF9;
  border-radius: 4px;
  border: 1px solid #00A651;
  padding: 4px 10px;
  line-height: 1.3;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-body .hotel_item-info .hotel_item-type .hotel_type-item-link:hover {
  background-color: #00A651;
  color: #ffffff;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-foot {
  width: 45%;
}
@media only screen and (max-width: 47.99875rem) {
  ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-foot {
    width: 100%;
  }
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-foot .hotel_note {
  font-size: 14px;
  color: #00A651;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-foot .vie-price {
  display: flex;
  flex-direction: column-reverse;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-foot .vie-price del {
  text-decoration: none;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-foot .vie-price del span.vie-price-amount bdi {
  color: #8C8C8C;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration: line-through;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-foot .vie-price ins {
  text-decoration: none;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-foot .vie-price ins span.vie-price-amount bdi {
  color: #F5222D;
  font-family: inherit;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-foot a.hotel-booknow-btn {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  color: #fff;
  display: flex;
  height: 36px;
  padding: 2px 15px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #FA8C16;
  background: #FA8C16;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.04);
  margin-top: 5px;
}
@media only screen and (max-width: 47.99875rem) {
  ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-foot a.hotel-booknow-btn {
    width: 50%;
  }
}
@media only screen and (max-width: 33.99875rem) {
  ul.list-hotel li .hotel_item-inner .hotel_item-body-wrapper .hotel_item-foot a.hotel-booknow-btn {
    width: 80%;
  }
}

.custom-button {
  border: none;
  padding: 0;
  max-width: 250px;
  margin: auto;
  display: block;
}

.section-form-booking {
  background-color: #BBFECD;
  padding: 15px;
  margin-bottom: 20px;
}
.section-form-booking .wrapper .cell {
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #D2D2D2;
}
.section-form-booking .wrapper .cell.cell-img {
  flex: 0 0 43%;
}
.section-form-booking .wrapper .cell.cell-img {
  margin-right: 0;
}
@media only screen and (min-width: 64rem) {
  .section-form-booking .wrapper .cell.cell-img {
    margin-right: 0.625rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .section-form-booking .wrapper .cell.cell-img {
    flex: 0 0 100%;
  }
}
.section-form-booking .wrapper .cell.cell-img img {
  width: 100%;
  border-radius: 6px;
}
.section-form-booking .wrapper .cell.cell-content {
  padding: 10px 20px;
  flex: 0 0 calc(57% - 10px);
}
@media only screen and (max-width: 47.99875rem) {
  .section-form-booking .wrapper .cell.cell-content {
    flex: 0 0 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.section-form-booking .wrapper .cell.cell-content .title {
  color: #00A651;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  line-height: 1.4;
}
.section-form-booking .wrapper .cell.cell-content .title {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .section-form-booking .wrapper .cell.cell-content .title {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .section-form-booking .wrapper .cell.cell-content .title {
    font-size: 2rem;
  }
}
.section-form-booking .wrapper .cell.cell-content .group-inf {
  margin: 20px 0 25px;
}
@media only screen and (max-width: 47.99875rem) {
  .section-form-booking .wrapper .cell.cell-content .group-inf {
    gap: 5px;
    margin: 5px 0 10px;
  }
}
.section-form-booking .wrapper .cell.cell-content .group-inf .item i {
  margin-right: 10px;
}
.section-form-booking .wrapper .cell.cell-content .group-inf .rating i {
  color: #ffca00;
}
.section-form-booking .wrapper .cell.cell-content .group-inf .hotline {
  font-size: 20px;
  font-weight: 700;
}
.section-form-booking .wrapper .cell.cell-content .group-inf .hotline a {
  color: red;
}
.section-form-booking .wrapper .cell.cell-content .group-inf .hotline i {
  font-size: 16px;
}

.form_booking-quickly input.wpcf7-form-control, .form_booking-quickly textarea {
  width: 100%;
  height: 45px;
  padding: 5px 10px;
  border: 1px solid #dddddd;
  background-color: #FAFAFA;
  border-radius: 6px;
}
.form_booking-quickly label {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}
.form_booking-quickly textarea.wpcf7-form-control {
  height: 45px;
}
.form_booking-quickly .col-12 {
  margin-bottom: 15px;
}
.form_booking-quickly .col-12 .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}
.form_booking-quickly .col-12 .row .col-6 {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 33.99875rem) {
  .form_booking-quickly .col-12 .row .col-6 {
    width: 100%;
  }
}
.form_booking-quickly .form-booking-submit {
  position: relative;
}
.form_booking-quickly .form-booking-submit input[type=submit] {
  margin: 10px auto 0;
  background: linear-gradient(45deg, #FC6D00, #FF3C00);
  padding: 10px 35px !important;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: fit-content;
}
.form_booking-quickly .form-booking-submit input[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.form_booking-quickly .form-booking-submit input[type=submit]:hover {
  color: #00A651;
}
.form_booking-quickly .form-booking-submit .wpcf7-spinner {
  position: absolute;
  bottom: 10px;
  margin: 0;
  left: 50%;
  transform: translateX(-50%);
}
.form_booking-quickly span.bottom-text {
  margin-top: 10px;
  text-align: center;
  display: block;
  font-size: 16px;
  color: #145132;
  font-weight: 600;
}
.form_booking-quickly .wpcf7-not-valid-tip {
  font-size: 12px;
}
.form_booking-quickly .wpcf7-response-output {
  font-size: 14px;
  margin: 5px 0 0;
  font-weight: 600;
}

.section-form-rental .wrapper .cell.cell-content, .section-form-booking_hotel .wrapper .cell.cell-content, .section-form-strong .wrapper .cell.cell-content {
  padding: 20px;
}
.section-form-rental .wrapper .cell.cell-content .title, .section-form-booking_hotel .wrapper .cell.cell-content .title, .section-form-strong .wrapper .cell.cell-content .title {
  margin-bottom: 15px;
}