/**
 * Theme Name:     K-Tech
 * Author:         K-Tech
 * Template:       flatsome
 * Text Domain:	   k-tech
 * Description:    Theme Build by Dai
 * Theme URI:      https://k-tech.net.vn/
 * Author URI:     https://k-tech.net.vn/
 * Version:        20250916
 * License:        2NRJM-B46WR-K6VQR-Y4T3D-QRWPX
 * License URI:    https://k-tech.net.vn/
 */

/*************** ADD CUSTOM CSS HERE.   ***************/

.ux-room-posts {
  display: grid;
  gap: 20px;
}

.ux-room-posts.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.ux-room-posts.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.ux-room-posts.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.room-item img {
  width: 100%;
  height: auto;
}
.room_detail_container {
  position: relative;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 6px;
}

.room_detail_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.room-title {
  border-radius: 3px 3px 0 0;
  background: #7a77c0;
  padding: 4px 10px;
  color: #fff;
  text-align: justify;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.room-title h3 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0;
}

.room_detail_header {
  background: #e0def5;
  padding: 7px 20px 7px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  cursor: pointer;
  border-radius: 0 6px 6px 6px;
}

.room_detail_header .room_title .room_name {
  color: #241caf;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 5px;
}

.room_detail_header .room_title .room_status {
  color: #262626;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
}

.room_detail_header .open_detail {
  color: #0090d3;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  position: relative;
  margin-right: -8px;
  border-radius: 3px;
  border: 1px solid #0090d3;
  background: #fff;
  padding: 5px 10px;
  width: 60px;
}

.room_detail_container .room_detail_header .open_detail::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #0090d3;
  border-right: 1px solid #0090d3;
  top: 50%;
  transform: translateY(calc(-50% - 3px)) rotate(135deg);
  transition: 0.3s;
  margin-left: 5px;
}

.room-price p {
  margin-bottom: 0;
}

.room_detail_body {
  display: block;
  height: unset;
  border-radius: 0 0 6px 6px;
  background: rgba(224, 223, 237, 0.4);
  padding: 10px;
}
.room_detail_body {
  height: 0;
  display: none;
  transition: 0.3s;
}
.room_detail_container.open .room_detail_body {
  display: block;
  height: unset;
  border-radius: 0 0 6px 6px;
  background: rgba(224, 223, 237, 0.4);
}
ul.utility_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.utility_list li {
  width: 50%;
  font-weight: 400;
  font-size: 14px;
  line-height: 34px;
  color: #262626;
}
.row_room_single {
  justify-content: space-between;
  margin-top: 20px;
}
.slider_room_main img {
  height: 180px;
  object-fit: cover;
}
p.yellow_tag {
  padding: 5px 8px;
  background: rgba(255, 233, 157, 0.4);
  border-radius: 3px;
  color: #cd8909;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  width: max-content;
}
.photo_room_container img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.room_archive_wrap {
  margin-top: 50px;
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
}

.room_archive_wrap aside.room_filter_sidebar {
  max-width: 285px;
  width: 100%;
  padding: 20px;
  background: #f7f7f7;
  border-radius: 6px;
  height: max-content;
}

.room_archive_wrap .room_archive_content {
  margin-left: 20px;
}

.filter_cat_list {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.filter_cat_list > * {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: calc(50% - 12px);
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  cursor: pointer;
  user-select: none;
  padding: 0 12px;
  font-size: 14px;
	text-align: center;
}

.room_filter_sidebar h4 {
  color: #000;
  font-size: 1rem;
}
.room_archive_wrap {
  margin-top: 50px;
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
}

.room_archive_wrap aside.room_filter_sidebar {
  width: 30%;
  padding: 20px;
  background: #f7f7f7;
  border-radius: 6px;
  height: max-content;
}

.room_archive_wrap .room_archive_content {
  width: 74%;
  margin-left: 20px;
}

.filter_cat_list {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}

.filter_cat_list > * {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: calc(50% - 9px);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  cursor: pointer;
  user-select: none;
  padding: 0 12px;
  font-size: 14px;
}

.room_filter_sidebar h4 {
  color: #000;
  font-size: 1rem;
}

.room_list {
  display: grid;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.box_room.wrapper {
  border: 1px solid #f4f4f4;
  box-shadow: 0 4px 4px rgba(207, 218, 233, 0.25);
  border-radius: 6px;
  min-height: 330px;
  position: relative;
  padding: 10px;
  background: #fff;
}

.room_list .box_room.wrapper {
  width: calc(33.33% - 36px);
}

.box_room.wrapper {
}

.box_room .box_room_img img {
  height: 180px;
  width: 100%;
}
.box_room_meta {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.box_room_meta a.box_room_detail {
  padding: 4px 10px;
  background: #0090d3;
  border-radius: 3px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  user-select: none;
}

.box_room_expecrt {
  font-weight: 400;
  font-size: 14px;
  color: #0090d3;
}
h2.room_result_title span {
  color: #ebb143;
}

h2.room_result_title {
  color: #0090d3;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 20px;
}
header#header {
}

header#header ul.header-nav.header-nav-main {
  flex-wrap: nowrap;
}

header#header ul.header-nav.header-nav-main a.nav-top-link {
  text-align: center;
}

.nav-divided > li {
  margin: 0 7px !important;
}

header#header ul.header-nav.header-nav-main.nav-right a {
  color: var(--fs-color-secondary);
}
.footer_aco .accordion-item {
  padding: 10px 20px;
  background: rgba(217, 217, 217, 0.2);
  position: relative;
  cursor: pointer;
}

.footer_aco .accordion-item a {
  border-top: none;
  padding-top: 0;
  padding-bottom: 0;
}

.footer_aco .accordion-item button.toggle {
  left: unset;
  right: 0;
  top: -5px;
}
.footer_container {
  margin-top: 60px;
  background: var(--primary-color);
  height: 60px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
}

.footer_container .footer-row {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
}

.footer_container .contact-footer {
  display: flex;
  width: 92%;
  height: 95%;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  padding: 0 16px 0 25px;
  border-right: 3px solid #ebb143;
  background-size: 385px auto;
  background-image: url("./public/images/nenxanhduong.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  /* zoom: 1.3; */
  border-bottom: 3px solid #ebb143;
  background-size: contain;
  padding-left: 55px;
}

.footer_container .contact-footer .contact-info a {
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid rgba(24, 20, 96, 0.2);
  background: #f3f3f3;
  width: 118px;
  padding: 9px 4px;
  margin: 6px 6px 6px 0;
  text-align: center;
  color: var(--primary-color);
}
.footer_container .contact-footer .menu-footer-title {
}

.footer_container .contact-footer .contact-title {
  display: flex;
  width: 20%;
  height: 100%;
  padding: 15px 5px;
  color: #ebb143;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.footer_container .contact-footer .contact-info {
  width: 100%;
  display: flex;
}
.stack_footer {
    gap: 2rem;
}
.footer_container .contact-footer .contact-info a {
  width: 50%;
}
.row_tienich {
  background: var(--primary-color);
  color: #fff;
  border-radius: 12px;
  padding: 20px 0;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}
