/**
 * 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.   ***************/
body {
  font-family: "Tahoma";
  color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
.from_group {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.from_group .form_group_item {
  width: 100%;
}

.from_group .form_group_item.form_group_item--half {
  width: 100%;
}

.form_group_item.form_group_item--half {
}

.toptext1 {
  font-weight: bold;
  text-align: center;
}

.toptext2 {
  text-align: center;
  font-style: italic;
  font-size: 13px;
  font-weight: bold;
  color: #c50d00;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.bookingbox .toptext2:before,
.bookingbox .toptext2:after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 50px;
  border-bottom: 1.5px solid #999;
  margin: 0 10px;
}
.from_group {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.from_group .form_group_item {
  width: 100%;
}

.from_group .form_group_item.form_group_item--half {
  width: 100%;
}

.form_group_item.form_group_item--half {
}

.toptext1 {
  font-weight: bold;
  text-align: center;
}

.toptext2 {
  text-align: center;
  font-style: italic;
  font-size: 13px;
  font-weight: bold;
  color: #c50d00;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.bookingbox .toptext2:before,
.bookingbox .toptext2:after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 50px;
  border-bottom: 1.5px solid #999;
  margin: 0 10px;
}

.form_group_item span.wpcf7-list-item {
  height: 36px;
  line-height: 34px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  padding: 0 6px;
  overflow: hidden;
  margin: 0;
}

.form_group_item span.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 4px;
}

.from_group.pickseat .wpcf7-checkbox {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
  align-items: start;
}
.from_group.bottomarea {
}

.from_group.bottomarea span.wpcf7-form-control.wpcf7-radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

span.wpcf7-form-control-wrap[data-name="txtYeuCauThem"] {
}

span.wpcf7-form-control-wrap[data-name="txtYeuCauThem"] span.wpcf7-list-item {
  width: 100%;
}

.bookingbox input.wpcf7-submit {
  background: var(--primary-color);
  width: 100%;
}
.default_ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list_tab_title li {
  display: inline-block;
  color: #fff;
  height: 40px;
  line-height: 40px;
  position: relative;
  padding: 0 30px;
  margin: 0 2px;
  text-transform: uppercase;
  cursor: pointer;
  background: #111;
}

.list_tab_title li.active {
  background: #dd2f23;
}
.list_tab_title li:first-child:before,
.list_tab_title li:last-child:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  border-width: 20px;
  border-style: solid;
  border-color: transparent #111 transparent transparent;
}
.list_tab_title li:last-child:before {
  left: auto;
  right: -40px;
  border-color: transparent transparent transparent #111;
}
.list_tab_title li.active:first-child:before,
.list_tab_title li.active:last-child:before {
  border-color: transparent #dd2f23 transparent transparent;
}
.list_tab_title {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.list_tab_content .item_tab_content.active {
  display: grid;
  grid-template-columns: 1fr 3fr;
  border: 1px solid #ccc;
}

.list_tab_content .item_tab_content {
  display: none;
}

.sub_tab_content .item_sub_tab_content.active {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.sub_tab_content .item_sub_tab_content {
  display: none;
}

.sub_tab_menu li {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  position: relative;
  margin: 0 !important;
  position: relative;
}

.sub_tab_menu li.active {
  background: #dd2f23;
  color: #fff;
}

.sub_tab_menu li:before {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  z-index: 99;
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent transparent #dd2f23;
  display: none;
}

.sub_tab_menu li.active:before {
  display: block;
}
.galary_sub_content {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 500px;
}

.list_sub_content {
  position: relative;
}

.sub_galary .swiper-slide {
  height: 100%;
}

.sub_galary {
  height: 500px;
}

.sub_galary .swiper-slide img {
  height: 100%;
  object-fit: cover;
}
.list_sub_content ul li {
  min-height: 40px;
  line-height: 24px;
  padding: 8px 10px;
  border-bottom: 1px dashed #ccc;
  background: url("./public/images/checked.png") top 15px left no-repeat;
  background-size: 12px;
  padding-left: 20px;
}
.sub_content_form {
  position: absolute;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 10px 10px 20px;
  width: auto;
  bottom: 0;
}

.sub_content_form .form {
  display: grid;
  grid-template-columns: 40px auto 80px;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}

.sub_content_form .form .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #dd2f23;
}

.sub_content_form .form input.wpcf7-form-control {
  border: navajowhite;
}

.sub_content_form .form input[type="submit"] {
  font-size: 14px;
  text-transform: unset;
  font-weight: 400;
}
.icon_box_item {
  border: 1px solid #ccc;
  border-radius: 100px;
  padding: 10px;
}

.icon_box_item:hover {
  border-color: #0caeef;
}
.icon_box_item h3 {
  margin-bottom: 0;
}
.slider_baochi a.image-lightbox {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.slider_baochi a.image-lightbox img {
  display: block;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  margin: auto;
  object-fit: contain;
}
.feedback-swiper .swiper-slide {
  border: 1px dashed #ccc;
  padding: 10px 10px 10px 30px;
  background: url("./public/images/quotetext.png") left 5px top 10px no-repeat;
  background-size: 20px;
  border-radius: 3px;
}

.feedback-swiper .stars {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  height: 15px;
  width: 60px;
  background: url("./public/images/star1.png") left center repeat-x;
  background-size: 12px;
  margin-bottom: -3px;
}
.feedback-swiper .stars i {
  display: block;
  position: absolute;
  height: 15px;
  top: 0;
  left: 0;
  min-width: 12px;
  background: url("./public/images/star2.png") left center repeat-x;
  background-size: 12px;
  width: 100%;
}
.feedback-swiper .description {
  margin-bottom: 10px;
  height: 170px;
  overflow: hidden;
}

.feedback-swiper .avatar img {
  width: 36px;
  height: auto;
  float: left;
  margin-right: 5px;
}
.menuf_footer {
  margin-top: 10px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.menuf_footer .menu-item {
  display: block;
  padding: 0 5px 0 15px;
  background: rgba(0, 0, 0, 0.5) url(../images/numtype_7.png) left 3px center
    no-repeat;
  background-size: 8px;
  border-radius: 3px;
  margin: 0 5px 5px 0 !important;
  overflow: hidden;
  color: #fff;
}

.section_copyright .col {
  padding-bottom: 0;
}

p:last-of-type {
  margin-bottom: 0;
}
.blog_news .col.post-item {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px;
  flex-basis: calc(25% - 10px);
  max-width: calc(25% - 10px);
}

.blog_news {
  gap: 10px;
}
#ez-toc-container {
  width: 100%;
}
.header .button-header {
  padding: 10px 20px !important;
  font-size: 18px;
  background: var(--primary-color);
  font-weight: 700 !important;
  border: none;
  color: #fff !important;
  border: 1px solid transparent;
}
.header .button-header:hover {
  background: transparent !important;
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}
.header .button-header:hover svg path {
  stroke: var(--primary-color) !important;
}
.header .button-header svg {
  margin-left: 10px;
  -webkit-animation: wrench 2.5s ease infinite;
  animation: wrench 2.5s ease infinite;
  transform-origin-x: 90%;
  transform-origin-y: 35%;
  transform-origin-z: initial;
}
@keyframes wrench {
  0% {
    transform: rotate(-4deg);
  }

  8% {
    transform: rotate(4deg);
  }
  10%,
  28%,
  30%,
  48%,
  50%,
  68% {
    transform: rotate(8deg);
  }
  18%,
  20%,
  38%,
  40%,
  58%,
  60% {
    transform: rotate(-8deg);
  }
  75%,
  100% {
    transform: rotate(0);
  }
}
.col-border-product .col-inner {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid var(--primary-color);
    border-top-width: 8px;
}
.title_section b {
    display: none;
}

.title_section h2.section-title {
    justify-content: center;
}
.nav-dropdown {
    min-width: max-content !important;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
	.from_group.pickseat .wpcf7-checkbox {
    grid-template-columns: repeat(4, 1fr);
}
	.list_tab_content .item_tab_content.active {
    grid-template-columns: 1fr;
}

.sub_tab_content .item_sub_tab_content.active {
    grid-template-columns: 1fr;
}
	.from_group.bottomarea {
    width: 100%;
    flex-direction: column;
}

}
