.contentboxes-content-item {
  font-family: "Playfair Display", serif;
}

.contentboxes-content>.contentboxes-content-item~.contentboxes-content-item.contentboxes-text {
  margin-top: 24px;
  font-family: "Quicksand", sans-serif;
}

.vertical-text {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 8px;
  text-transform: uppercase;
  font-family: "Quicksand", sans-serif;
}

.subtitle-above:not(.content-white):not(.team-content-item):not(.subtitle-above-page-thumb) {
  color: #8fa2a0;
}

.contentboxes-content-item a {
  font-family: "Quicksand", sans-serif;
  font-weight: 800;
  font-size: 15px;
}

.contentboxes-wrap.twentyfour .contentboxes-content {
  width: 100%;
}

.contentboxes-content-center .contentboxes-content {
  align-items: center;
}

.section-contentboxes .subtitle-above {
  font-family: "Quicksand", sans-serif;
}

.section-contentboxes .wp-block-heading {
  font-family: "Playfair Display", serif;
}

.benefit-our .contentboxes-content-item ion-icon {
  font-size: 30px;
  width: 100%;
}

.button-booking a {
  padding: 5px 20px !important;
}

.button-booking {
  margin-left: 10px !important;
}

#slider-customer .slider {
  position: relative;
  max-width: 100%;
  text-align: center;
}

#slider-customer .slide {
  display: none;
  transition: opacity 0.6s ease-in-out;
}

#slider-customer .slide.active {
  display: block;
  opacity: 1;
}

#slider-customer blockquote {
  font-size: 3rem;
  line-height: 1.5;
  margin: 0;
  font-family: 'Playfair Display';
  border-left: 0;
}

#slider-customer .author {
  margin-top: 1rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #9ca3af;
  letter-spacing: 1px;
}

/* NÃºt mÅ©i tÃªn */
#slider-customer .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: opacity 0.3s;
  opacity: 0.3;
}

#slider-customer .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-top: 2px solid #aaa;
  border-right: 2px solid #aaa;
  transform: translate(-50%, -50%) rotate(-135deg);
  transition: border-color 0.3s;
}

#slider-customer .arrow.next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

#slider-customer {
  padding: 4rem 0;
}

#slider-customer .arrow:hover {
  opacity: 0.6;
}

#slider-customer .arrow:hover::before {
  border-color: #333;
}

#slider-customer .prev {
  left: -60px;
}

#slider-customer .next {
  right: -60px;
}

/* Cháº¥m trÃ²n dÆ°á»›i */
#slider-customer .dots {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

#slider-customer .dot {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

#slider-customer .dot.active {
  background-color: #333;
}

.image-logo-banner {
  width: 17%;
  margin-bottom: 10px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.group-link-stckholm {
  width: 100%;
}

.group-link-stckholm .row {
  height: 100%;
  max-height: 100%;
}

.item-group-link {
  padding-top: 5%;
}

.background-banner-top {
  background: url(/themes/bigsoft/images/homepage/banner/banner-stockholm-2.png);
  height: 100vh;
  background-size: cover;
}

.group-link-stckholm .text-group-item {
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #000;
  padding: 15px 5px;
  font-family: 'Quicksand';
  transition: 1.1s;
  text-transform: uppercase;
}

.ground-text-coworking .text-banner-top {
  margin-top: 7rem;
}

.margin-top-bistro {
  margin-top: -135px;
}

.group-link-stckholm .text-group-item:hover {
  background: #000;
  color: #fff;
}

.welcome-top {
  position: absolute;
  top: -72%;
}

.section-contentboxes .contentboxes-title {
  font-size: 24px;
}

section#menu-stockholm {
  position: relative;
}

section#menu-stockholm:before {
  height: 100%;
  width: 100%;
  background: #ffffff00;
  position: absolute;
  content: "";
  z-index: 99;
  top: 0;
  left: -32px;
}

.text-bottom-bistro,
.text-bottom-coworking {
  padding-top: 20px;
}

.ground-text-bistro .text-banner-top {
  margin-top: 16rem;
}

.button-about-home .detail-button {
  border: 1px solid #2c2421;
  width: 250px;
  padding: 10px 10;
  text-transform: uppercase;
  font-family: 'Quicksand';
  font-weight: 600;
  text-align: center;
}

.button-menuonline-home .detail-button {
  border: 1px solid #ffffff;
  width: 250px;
  padding: 10px 10;
  text-transform: uppercase;
  font-family: 'Quicksand';
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.button-menuonline-home .detail-button:hover {
  background-color: #af8d74;
  border: 1px solid #af8d74;
}

.button-menuonline-home {
  padding-top: 25px;
}

.button-about-home .detail-button:hover {
  background-color: #2c2421;
  color: #fff;
}

.button-about-home {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {

  #slider-customer blockquote {
    font-size: 20px;
  }

  #slider-customer .arrow::before {
    width: 35px;
    height: 35px;
  }

  #slider-customer .next {
    right: 35%;
  }

  #slider-customer .arrow {
    top: -22%;
  }

  #slider-customer .prev {
    left: 35%;
  }

  .group-link-stckholm {
    margin-top: 0rem;
  }

  .group-link-stckholm .text-group-item {
    margin-bottom: 25px;
  }

  .image-logo-banner {
    top: 20%;
  }

  .margin-top-coworking .image-logo-banner {
    top: 16%;
  }

  .bistro-group .image-logo-banner {
    top: 7%;
  }

  .bistro-group .group-link-stckholm {
    margin-top: 0rem;
  }

  .margin-top-coworking {
    margin-top: 0;
  }

  .text-bookatable {
    font-size: 19px !important;
  }

  .group-main-bistro,
  .ground-text-bistro .text-banner-top {
    margin-top: 7rem;
  }

  .ground-text-coworking {
    margin-top: -2rem;
  }

  .margin-top-bistro .image-logo-banner {
    top: 20%;
  }

  .text-bottom-bistro,
  .text-bottom-coworking {
    padding-top: 0px;
  }

  .group-link-stckholm .text-banner-top h3 {
    font-size: 25px;
  }

  section#menu-stockholm:before {
    pointer-events: none;
  }
}

@media (max-width: 600px) {
  blockquote {
    font-size: 1.25rem;
  }

  .prev {
    left: 5px;
  }

  .next {
    right: 5px;
  }
}

@media only screen and (min-width: 1400px) {

  .half-width.no-vertical-text .contentboxes-content,
  .two-third-width.no-vertical-text .contentboxes-content {
    padding-left: 96px;
    padding-right: 96px;
  }
}