/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
/*  height: 100vh;*/
  overflow: hidden;
  position: relative;
}

.separate {
  padding: 20px 0px;
}

.hero .image {
  object-fit: cover;
  object-position: center;
  width: 100%;
/*  height: 100vh;*/
  padding-bottom: 40px;
}

.hero .backdrop {
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 40px;
  background: linear-gradient(170deg, transparent, #00000047 135%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=0);
  opacity: .88;
  color: var(--white-color);
  z-index: 0;
}

.hero .name {
  display: none;
  font-size: 20px;
  color: var(--white-color);
  text-transform: uppercase;
  font-family: var(--font-light);
  text-shadow: -1px 2px 20px rgb(0 0 0 / 95%);
}

.hero .description {
  font-size: 18px;
  color: var(--white-color);
  line-height: 20px;
  padding: 10px 0px;
  display: none;
}

.hero .text {
  color: white;
}

.hero .text .quicktitle {
  padding: 0 0 5px 0;
  font-size: 15px;
  color: var(--white-color);
  font-family: var(--font-light);
  text-shadow: -1px 2px 20px rgb(0 0 0 / 95%);
  width: 100%;
  display: flex;
  justify-content: center;
  text-transform: uppercase;
}

.hero .title {
  margin: 0 auto;
  line-height: normal;
  color: var(--white-color);
  text-transform: uppercase;
}

.foreground {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

.caption {
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 5;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;

}

.Banner01Swiper .caption {
  top: 13%;
}

.Banner02Swiper .caption {
  top: 20%;
}

.Banner01Swiper .caption,
.Banner02Swiper .caption {
  position: relative !important;
  right: 0;
  bottom: 0px;
  text-align: center;
  margin: 0 auto;
  z-index: 5;
  display: flex;
  flex-flow: column;
  align-items: end;
  padding: 0px 50px;
}

.Banner01Swiper .caption .title,
.Banner02Swiper .caption .title {
  margin: 0;
  width: 100%;
}

.Banner01Swiper .caption .title a {
  display: flex;
  justify-content: center;
}

.Banner02Swiper .caption .title a {
  display: flex;
  justify-content: end;
}

.Banner01Swiper .caption .name {
  font-family: 'HurmeGeometricSans1-Thin';
  font-size: 65px;
}

.Banner02Swiper .caption .name {
  font-family: 'HurmeGeometricSans1-Thin';
  font-size: 65px;
  text-align: right;
}

.Banner01Swiper .caption .text {
  width: 100%;
  text-align: center;
}

    .Banner02Swiper .caption .text {
        width: 100%;
        text-align: right;
        padding: 10px 0px;
    }

.caption .title img {
  z-index: 99;
  max-width: 80%;
  font-family: var(--font-light);
}


/* KEEP IN TOUCH */

.block_subscribe {
  position: relative;
  z-index: 0;
  overflow: hidden;
  /* height: calc(100vh - 150px); */
}

.block_background {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.block_subscribe_social-icons {
  margin-top: 60px;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.block_subscribe_social-icons i {
  font-size: 40px;
  color: var(--white-color);
  box-shadow: 2px 0 7px 0 rgba(0, 0, 0, 0.08);
  text-shadow: 2px 1px 31px var(--white-color);
}

.block_subscribe_social-icons .block_zoom {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}

.block_subscribe_social-icons .block_zoom:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.block_background_subscribe {
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: cover;
  /* position: absolute; */
  display: flex;
  align-items: center;

}

.block_content {
  z-index: 5;
  text-align: center;
  width: 100%;
}

.block_content ul li:last-child {
  margin: 0;
}

.block_content ul li:last-child {
  margin: 0;
}

.block_content h2 {
  position: relative;
  text-transform: uppercase;
  font-size: 40px;
  /* color: var(--black-color); */
  color: var(--white-color);
  padding: 0 0 20px 0;
}

.block_content p {
  font-size: 20px;
  /* color: var(--black-color); */
  color: var(--white-color);
  padding: 0 15px 20px 15px;
  text-align: justify;
  font-family: var(--font-light);
  letter-spacing: 0.28px;
}

.title_subcrible {
  font-size: 30px;
  /* color: var(--black-color); */
  color: var(--white-color);
  text-transform: uppercase;
  padding: 0 0 20px 0;
}

.block_form {
  width: 100%;
  padding: 0 15px;
  position: relative;
}

.block_form input[type="email"] {
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: 1px solid #d2d1d0;
  padding: 0 0 0 20px;
  /* color: var(--black-color); */
  color: var(--white-color);
  font-family: var(--font-light);
  font-size: 15px;
}


.block_form input[type="email"]::-webkit-input-placeholder {
  color: var(--white-color);
}

.block_form input[type="email"]:-ms-input-placeholder {
  color: var(--white-color);
  font-size: 15px;
}

.block_form input[type="email"]::-ms-input-placeholder {
  color: var(--white-color);
  font-size: 15px;
}

.block_form input[type="email"]::-webkit-input-placeholder {
  color: var(--white-color);
  font-size: 15px;
}

.block_form input[type="email"]::-moz-placeholder {
  color: var(--white-color);
  font-size: 15px;
}

.block_form input[type="email"]:-ms-input-placeholder {
  color: var(--white-color);
  font-size: 15px;
}

.block_form input[type="email"]::placeholder {
  color: var(--white-color);
  font-size: 15px;
}

.block_form input[type="submit"] {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  border: none;
  top: 0;
  background-color: transparent;
  z-index: 10;
}

.block_form button {
  /* color: var(--black-color); */
  color: var(--white-color);
  height: 30px;
  position: absolute;
  right: 35px;
  top: 5px;
  z-index: 9;
  border: none;
  outline: none;
  background: none;
}


.block_form button:focus,
.block_form button:active {
  outline: none !important;
  border: none !important;
}

.block_form button>i {
  font-size: 25px;
}

.slider5_brand_item {
  padding: 100px 15px 0 15px;
  opacity: 0.9;
}

.slider5_brand_item img {
  max-width: 100%;
}

.section_5 .alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.section_5 .alert-danger {
  color: #e30000;
  background-color: var(--white-color);
  opacity: 0.9;
  text-align: left;
}


ul.block_social_footer li {
  margin: 0 25px 0 0;
}

.block_subscribe_social-icons i {
  font-size: 25px;
}

.block_social_footer {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}


@media (min-width: 576px) and (max-width: 767.98px) {
  .header {
    padding: 0px 16px;
  }

  .block_content .title_subcrible {
    font-size: 50px;
  }

  .block_content p {
    font-size: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .block_subscribe {
    /* height: calc(120vh); */
  }

  .block_content .title_subcrible {
    font-size: 50px;
  }

  .block_content p {
    font-size: 30px;
    text-align: center;
  }

  .block_subscribe_social-icons .block_social_footer i {
    font-size: 40px;
  }

  .block_social_footer {
    padding: 0px 15px;
  }

  .hero .name {
    display: block;
  }
    .hero .text {
        padding-top: 20px;
    }
    .caption .title img {
        max-width: 99%;
    }

}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .block_background_subscribe .container {
    padding: 0 15px;
  }

  .block_content {
    width: 100%;
  }

  .block_content ul li {
    margin: 0 100px 0 0;
  }

  .block_subscribe {
    /* height: calc(80vh); */
    padding: 30px;
    /* border-top: 1px solid var(--border-color); */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }

  .block_content p {
    padding: 0 15px 25px 15px;
    font-size: 30px;
    line-height: 1.5;
  }

  .title_subcrible {
    font-size: 50px;
  }

  .block_form button {
    right: 35px;
  }

  .slider5_brand_item {
    padding: 40px 15px 0 15px;
  }

  .section_5 {
    top: 19%;
  }

  .slider5_brand_item img {
    max-width: 100%;
    margin: 20px 0 0 0;
  }

  .block_subscribe_social-icons .block_social_footer i {
    font-size: 50px;
  }

  .block_social_footer {
    padding: 0px 15px;
  }

  .hero .name {
    font-size: 35px;
  }

  .Banner01Swiper .quicktitle {
    justify-content: center;
  }

    .hero .text {
        padding-top: 20px;
    }

  .Banner01Swiper .hero .text .quicktitle {
    font-size: 30px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
  }

  .Banner02Swiper .hero .text .quicktitle {
    font-size: 30px;
    display: flex;
    justify-content: end;
    text-transform: uppercase;
  }

  .caption .title img {
    max-width: 99%;
  }

  .hero .name {
    display: block;
  }

  .catalogHeader {
    font-size: 40px !important;
  }

  .collection-title {
    font-size: 25px !important;
  }
    .caption .title img {
        max-width: 99%;
    }

}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .slider5_brand_item {
    padding: 50px 15px 0 15px;
  }

  .block_subscribe_social-icons .block_social_footer i {
    font-size: 50px;
  }

  .block_social_footer {
    padding: 0px 15px;
  }

  .block_content .title_subcrible {
    font-size: 50px;
  }

  .block_content p {
    font-size: 30px;
    text-align: center;
  }

  .hero .name {
    font-size: 35px;
  }

    .hero .text {
        padding-top: 20px;
    }

  .Banner01Swiper .hero .text .quicktitle {
    font-size: 30px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
  }

  .Banner02Swiper .hero .text .quicktitle {
    font-size: 30px;
    display: flex;
    justify-content: end;
    text-transform: uppercase;
  }

  .caption .title img {
    max-width: 99%;
  }

  .hero .name {
    display: block;
  }

  .catalogHeader {
    font-size: 40px !important;
  }

  .collection-title {
    font-size: 25px !important;
  }
    .caption .title img {
        max-width: 99%;
    }
    .hero {
        height: 100vh;
    }
}

@media (min-width: 1600px) {
  .block_subscribe_social-icons .block_social_footer i {
    font-size: 50px;
  }

  .block_social_footer {
    padding: 0px 15px;
  }

  .block_content .title_subcrible {
    font-size: 50px;
  }

  .block_content p {
    font-size: 30px;
    text-align: center;
  }

  .hero .name {
    font-size: 35px;
  }

    .hero .text {
        padding-top: 20px;
    }

  .Banner01Swiper .hero .text .quicktitle {
    font-size: 30px;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
  }

  .Banner02Swiper .hero .text .quicktitle {
    font-size: 30px;
    display: flex;
    justify-content: end;
    text-transform: uppercase;
  }

  .caption .title img {
    max-width: 99%;
  }

  .hero .name {
    display: block;
  }

  .catalogHeader {
    font-size: 40px !important;
  }

  .collection-title {
    font-size: 25px !important;
  }

  .home.seeall {
    font-size: 20px;
  }
.caption .title img {
    max-width: 99%;
}
.hero {
    height: 100vh;
}
}

.CatalogSwiper {
  padding: 20px;
}

.product_suggestion_slider_slide {
  justify-content: center;
  display: flex;
  width: 100%;
}

.catalogHeader {
  letter-spacing: 0.15rem;
  justify-content: center;
  font-size: 16px;
}

.catalogHeader.number2 {
  padding: 20px 5px;
}

.catalogHeader span {
  text-shadow: 1px 1px 2px #999596;
}

.catalogItemImg {
  padding: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.catalogItemImg:hover {
  transform: scale(1.02);
}

.Banner01Swiper,
.Banner02Swiper {
  padding: 2px;
}

#Banner01Swiper .caption {
  bottom: 50px !important;
}

.collection-item.large {
  text-align: center;
}

.collection-title {
  text-align: center;
  text-transform: uppercase;
  padding: 10px 0px;
  font-family: 'HurmeGeometricSans1-Regular';
  font-size: 15px;
}

.seeall-container {
  display: flex;
  align-items: center;
}

.swiper-button-prev,
.swiper-button-next {
  color: black !important;
}

.swiper-button-prev,
.swiper-button-next {
  background-color: whitesmoke;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 25px !important;
}

.swiper-pagination {
  bottom: 0px !important;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.textVideo {
  text-decoration: underline;
  color: #9b9b9b;
  text-underline-offset: 8px;
}

.quicktitleVideo {
  color: #9b9b9b;
  font-size: 30px;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}

.divide {
  width: 2px;
  background: #c7c7c7;
}

.home.seeall {
  font-size: 15px;
}

.catalogHeaderText {
  text-transform: uppercase;
}

.catalogHeaderText.white {
  color: var(--white-color);
}

.about_us_title {
  padding: 30px 0 30px 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  overflow: hidden;
}

.about_us_title-h1 {
  position: relative;
  font-size: 40px;
  text-transform: uppercase;
}

.about_us_content {
  padding: 0px 10px;
  align-items: center;
}

.about_us_content-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  font-size: 14px;
}

.about_us_content-left-p {
  line-height: 1.8;
  margin-bottom: 18px;
  text-align: justify;
  font-size: 15px;
}

.about_us_content-right-row {
  overflow: hidden;
  margin: 0 0 10px 0;
  padding: 0;
}

.designerwrapperImage img {
  padding: 10px;
}

.designerInfo {
  padding: 0px 10px;
  color: var(--white-color);
}

.designerInfo li a {
  color: var(--white-color);
}

.designerContainer {
  justify-content: center;
}

.map_theodore {
    padding-top: 10px;
}

/* #googleMap {
  height: 500px;
  width: 100%;
}

.map_theodore {
  margin: 0 auto;
  align-items: center;
}

.map_theodore .block_content {
  position: relative;
  z-index: 0;
  overflow: hidden;
} */


.swiper-pagination {
    bottom: 0px !important;
}

.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.product_detail_gallery_wrapper_swiper {
  padding-top: 20px;
}

.designer,
.block_subscribe {
  background-color: #1f1d1d;
  padding: 20px 0px;
}

/* Aubout Us */

.video-pause-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #eb2055; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  cursor: pointer;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #eb2055; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  cursor: pointer;
}

.video-play-button:before,
.video-pause-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 55px;
  height: 55px;
  background: #838080;
  border-radius: 50%;
  animation: pulse-border 1100ms ease-out infinite;
}

.video-play-button:after,
.video-pause-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #373334;
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 19px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  top: 10px;
  left: 5px;
}

.video-pause-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 15px;
  /* Tổng chiều rộng của biểu tượng Pause */
  height: 24px;
  /* Chiều cao của biểu tượng Pause */
  background: transparent;
  top: 10px;
  left: 5px;
}

/* Tạo 2 thanh dọc song song */
.video-pause-button span::before,
.video-pause-button span::after {
  content: "";
  position: absolute;
  top: 0;
  width: 6px;
  /* Chiều rộng mỗi thanh */
  height: 100%;
  /* Chiều cao bằng span cha */
  background-color: #fff;
  /* Màu của thanh Pause */
  border-radius: 2px;
  /* Bo tròn nhẹ */
}

.video-pause-button span::before {
  left: 0;
}

.video-pause-button span::after {
  right: 0;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.bookshelf {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  row-gap: 5px;
  position: relative;
}

/* Các dòng trong tủ sách */
.shelf-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5px;
  align-items: center;
  position: relative;
}

/* Item video */
.video-item {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

/* Video bên trong */
.video-content {
  width: 100%;
  height: auto;
  border-radius: 5px;
  /* Bo góc nhẹ cho video */
  object-fit: cover;
  will-change: transform;
  transition: transform 0.3s ease;
  transform: scale(1.1);
  /* Hiệu ứng khi hover */
}

/* Hiệu ứng hover */
.video-item:hover .video-content {
  transform: scale(1.05);
  /* Phóng to video khi hover */
}

/* Bóng cho các dòng tủ */
.shelf-row::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  border-radius: 50%;
  z-index: -1;
}

.bookshelf:hover .video-pause-button {
  display: block !important;
}

.video-pause-button {
  display: none;
}

.about_us_content-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.caption.video {
    bottom: 5px;
}

.text.video {
  text-decoration: none;
}

.quicktitle.video {
  letter-spacing: 0.35rem;
  text-transform: uppercase;
}

.product_suggestion_slider_item {
  width: 100%;
}

.location_container {
  padding: 0px 30px !important;
}

.near_you {
  margin: 0px 20px !important;
}

.image-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1; /* giữ khung vuông, không bị nhảy */
    background-color: #f2f2f2; /* màu nền khi ảnh chưa load */
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
}
.home_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.4s ease;
    display: block;
}

.home_img.loaded {
    opacity: 1;
/*    height: 100vh;*/
}