/*# sourceMappingURL=backdoor.css.map */
:root {
  --pdl: 4rem;
  --pdm: 2rem;
  --pds: 1.6rem;
  --pdxs: 1.2rem;
  --x: 0.8rem;
}

@media screen and (max-width: 1200px) {
  :root {
    --pdl: 3.2rem;
    --pdm: 1.8rem;
    --pds: 1.4rem;
    --pdxs: 1rem;
    --x: 0.6rem;
  }
}

@media screen and (max-width: 800px) {
  :root {
    --pdl: 2.8rem;
    --pdm: 1.6rem;
    --pds: 1.2rem;
    --pdxs: 0.8rem;
    --x: 0.6rem;
  }
}

@media screen and (max-width: 600px) {
  :root {
    --pdl: 2.4rem;
    --pdm: 1.4rem;
    --pds: 1rem;
    --pdxs: 0.6rem;
    --x: 0.4rem;
  }
}

.t120 {
  font-size: 12rem;
  line-height: 1.3;
}

@media only screen and (max-width: 1200px) {
  .t120 {
    font-size: 8rem;
  }
}

@media only screen and (max-width: 800px) {
  .t120 {
    font-size: 6rem;
  }
}

.d-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--x) * -1);
  margin-right: calc(var(--x) * -1);
}

.cl-pri {
  color: var(--color-pri);
}

.note-text {
  font-size: 1.6rem;
}

@media screen and (max-width: 800px) {
  .note-text {
    font-size: 1.4rem;
  }
}

.note-md {
  font-size: 1.8rem;
}

@media screen and (max-width: 800px) {
  .note-md {
    font-size: 1.6rem;
  }
}

.title-md {
  font-size: 4rem;
}

@media screen and (max-width: 1200px) {
  .title-md {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 800px) {
  .title-md {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 600px) {
  .title-md {
    font-size: 2rem;
  }
}

.title-sm {
  font-size: 2.4rem;
}

@media screen and (max-width: 800px) {
  .title-sm {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 600px) {
  .title-sm {
    font-size: 1.8rem;
  }
}

.d-item {
  padding-left: var(--x);
  padding-right: var(--x);
}

.btn-text {
  white-space: nowrap;
}

@keyframes hien {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes an {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.abw-item .abw-pos .abw-tt {
  transform: unset;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 0;
  animation: hien 0.5s 0.8s linear forwards;
  transition: 0.5s linear;
  opacity: 0;
}

.abw-tt2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-white);
  position: relative;
  text-align: center;
  padding: 1.2rem 0.2rem;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: none;
}

.abw-item .abw-pos .abw-tt2 {
  padding: 2rem 0;
  opacity: 0;
}

@media screen and (min-width: 1200px) {
  .abw-item.onhover .abw-pos .abw-tt {
    display: none;
    opacity: 0;
    /* opacity: 0; */
  }

  .abw-item.onhover .abw-pos .abw-tt2 {
    display: block;
    /* opacity: 1; */
    animation: hien 0.5s 0.8s linear forwards;
  }
}

@media screen and (max-width: 1200px) {
  .abw-item .abw-pos .abw-tt {
    display: none;
  }

  .abw-item .abw-pos .abw-tt2 {
    display: block;
    opacity: 1;
    padding: 1.6rem;
  }
}

.about2_banner {
  position: relative;
  clip-path: inset(0 0 0);
}

.about2_banner--bg {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.about2_our {
  padding-top: var(--pdl);
  padding-bottom: calc(var(--pdl) * 2);
  background: #ffffff;
}

.about2_our .blog-it .blog-image .inner-img {
  padding-top: calc(100% * 888 / 1088);
}

.about2_our .blog-it .blog-image .inner-img img {
  transition: 1.8s linear;
}

.about2_our .blog-it .blog-image .btn {
  display: none;
}

.about2_our .blog-it .blog-image .inner-img::after {
  display: none;
}

.about2_our .blog-it .blog-image .inner-img:hover img {
  transform: translate(-50%, -50%) scale(1.15);
}

.about2_our .blog-box {
  background: unset !important;
  flex-direction: column-reverse;
  align-items: start;
  row-gap: 0.2rem;
  max-width: 55rem;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .about2_our .blog-box {
    max-width: unset;
  }
}

.about2_our .blog-box .t-link {
  text-align: start;
  color: var(--color-pri);
  font-size: 2rem;
  line-height: 1.3;
  text-transform: uppercase;
  transition: 0.3s linear;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .about2_our .blog-box .t-link {
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .about2_our .blog-box .t-link {
    font-size: 1.8rem;
  }
}

.about2_our .blog-box .t-link:hover {
  color: #000000;
}

.about2_our .blog-box .t-time {
  /* color: var(--color-pri); */
  font-size: 1.4rem;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .about2_our .blog-box .t-time {
    font-size: 1.4rem;
  }
}

.about2_our--wrap {
  display: flex;
  flex-direction: column;
  row-gap: var(--pds);
}

.about2_our--box {
}

@media screen and (max-width: 800px) {
  .about2_our--box {
    flex-direction: column;
    row-gap: var(--pdl);
  }
}

.about2_our--box-lf {
  width: calc(100% * 6.5 / 12);
}

@media screen and (max-width: 800px) {
  .about2_our--box-lf {
    width: 100%;
  }
}

.about2_our--box-lf-wrap {
  position: sticky;
  top: 7rem;
}

.about2_our--box-rt {
  width: 100%;
  flex: 1;
}

.about2_our--box-rt-wrap {
}

.about2_our--box-rt-list {
  display: flex;
  flex-direction: column;
  row-gap: var(--pdm);
}

@media screen and (max-width: 800px) {
  .about2_our--box-rt-list {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: var(--pdm);
    margin-left: calc(var(--x) * -1);
    margin-right: calc(var(--x) * -1);
  }
}

.about2_our--box-rt-item {
}

@media screen and (max-width: 800px) {
  .about2_our--box-rt-item {
    padding-left: var(--x);
    padding-right: var(--x);
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 360px) {
  .about2_our--box-rt-item {
    width: 100%;
  }
}

.about2_our--box-rt-item .blog-image .inner-img {
  padding-top: calc(100% * 800 / 720);
}

.about2_our--bg {
  /* padding-top: var(--pdl);
    padding-bottom: var(--pdl); */

  overflow: hidden;
  clip-path: inset(0 0 0);
  min-height: 100svh;
}

.about2_our--bg-img {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

.about2_our--bg-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  z-index: 2;
  position: relative;
}

.about2_banner--bg::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.about2_banner--bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about2_banner--bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about2_banner--wrap {
  min-height: calc(100svh - var(--size-hd));
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: var(--pdl) 0; */
  height: 100%;
}

.about2_banner--box {
  display: flex;
  flex-direction: column;
  height: 100%;
  /* min-height: calc(100svh  - (var(--pdl) * 2)); */
  min-height: calc(100svh - var(--size-hd));
  justify-content: space-between;
  row-gap: var(--pdl);
}

@media screen and (max-width: 1200px) {
  .about2_banner--box {
    justify-content: center;
  }
}

.about2_banner--box-top .title {
  font-size: 30rem;
  line-height: 1.35;
}

@media screen and (max-width: 1200px) {
  .about2_banner--box-top .title {
    font-size: 24rem;
    line-height: 1.35;
  }
}

@media screen and (max-width: 1024px) {
  .about2_banner--box-top .title {
    font-size: 20rem;
    line-height: 1.35;
  }
}

@media screen and (max-width: 900px) {
  .about2_banner--box-top .title {
    font-size: 16rem;
    line-height: 1.35;
  }
}

@media screen and (max-width: 800px) {
  .about2_banner--box-top .title {
    font-size: 12rem;
    line-height: 1.35;
  }
}

@media screen and (max-width: 600px) {
  .about2_banner--box-top .title {
    font-size: 10rem;
    line-height: 1.35;
  }
}

@media screen and (max-width: 460px) {
  .about2_banner--box-top .title {
    font-size: 6rem;
    line-height: 1.35;
  }
}

.about2_banner--box-bottom {
  margin-top: auto;
}

.about2_banner--box-bottom-wrap {
  display: flex;
  justify-content: space-between;
  column-gap: var(--pdm);
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .about2_banner--box-bottom-wrap {
    justify-content: center;
    flex-direction: column;

    row-gap: var(--pdl);
  }
}

.about2_banner--box-bottom-lf {
  max-width: 100rem;
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 1.2rem;
}

@media screen and (max-width: 1200px) {
  .about2_banner--box-bottom-lf {
    flex-direction: column;
    align-items: center;
  }
}

.about2_banner--box-bottom-lf .note-text {
  flex: 1;
  width: 100%;
}

.about2_banner--box-bottom-lf-content {
  display: flex;
  align-items: center;
  column-gap: 0.4rem;
  flex-shrink: 0;
}

.about2_banner--box-bottom-lf-content .title-sm {
  font-size: 2rem;
  margin-top: -0.25rem;
}

@media screen and (max-width: 1200px) {
  .about2_banner--box-bottom-lf-content .title-md {
    text-align: center;
  }

  .about2_banner--box-bottom-lf .note-text {
    text-align: center;
  }
}

.about2_banner--box-bottom-lf .title-md.fw-6 {
  flex-shrink: 0;
}

.about2_banner--box-bottom-lf .title-md.fw-4 {
  line-height: 100%;
}

.about2_banner--box-bottom-rt .btn {
  background: #ffffff;
}

.about2_banner--box-bottom-rt .btn-text {
  color: var(--color-pri);
}

.about2_banner--box-bottom-rt .btn:hover::after {
  background: #000000;
}

.about2_banner--box-bottom-rt .btn:hover .btn-text {
  color: #ffffff;
}

.about2_said {
  padding-top: calc(var(--pdl) * 2);
  padding-bottom: calc(var(--pdl) * 2);
  overflow: hidden;
  background: #fffaf4;
}

.about2_said--wrap {
}

.about2_said--box {
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
}
.about2_said--box .note-md.cl-pri {
  color: #000;
}
.about2_events {
  padding-top: calc(var(--pdl) * 2);
  padding-bottom: var(--pdl);
  background: #ffffff;
  z-index: 2;
  position: relative;
}

.about2_events--wrap {
  display: flex;
  flex-direction: column;
  row-gap: var(--pdxs);
}

.about2_events--list {
  row-gap: calc(var(--x) * 2);
}

.about2_events--item.d-item {
  width: calc(100% / 2);
}

@media screen and (max-width: 360px) {
  .about2_events--item.d-item {
    width: 100%;
  }
}

.about2_events--item .blog-it .blog-image .inner-img {
  /* padding-top: calc(100% * 888 / 1088); */
}

.about2_events--item .blog-it .blog-image .inner-img img {
  transition: 1.8s linear;
}

.about2_events--item .blog-it .blog-image .btn {
  display: none;
}

.about2_events--item .blog-it .blog-image .inner-img::after {
  display: none;
}

.about2_events--item .blog-it .blog-image .inner-img:hover img {
  transform: translate(-50%, -50%) scale(1.15);
}

.about2_events--item .blog-box {
  background: unset !important;
  flex-direction: column-reverse;
  align-items: start;
  row-gap: 0.2rem;
  max-width: 55rem;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .about2_events--item .blog-box {
    max-width: unset;
  }
}

.about2_events--item .blog-box .t-link {
  text-align: start;
  color: var(--color-pri);
  font-size: 2rem;
  line-height: 1.3;
  text-transform: uppercase;
  transition: 0.3s linear;
  font-weight: 400;
}

@media screen and (max-width: 1200px) {
  .about2_events--item .blog-box .t-link {
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .about2_events--item .blog-box .t-link {
    font-size: 1.8rem;
  }
}

.about2_events--item .blog-box .t-link:hover {
  color: #000000;
}

.about2_events--item .blog-box .t-time {
  color: var(--color-pri);
  font-size: 1.4rem;
  font-weight: 600;
}

@media screen and (max-width: 1200px) {
  .about2_events--item .blog-box .t-time {
    font-size: 1.4rem;
  }
}

.about2_albs {
  padding-top: 120svh;
  /* padding-bottom: calc(var(--pdl)); */
  margin-bottom: calc(var(--pdl));
  position: relative;
  background: #ffffff;
  z-index: 1;
  clip-path: inset(0 0 0);
}

@media screen and (max-width: 1200px) {
  .about2_albs {
    margin-top: var(--pdl);
    padding-top: unset;
  }
}

.about2_albs--wrap {
  min-height: 100svh;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .about2_albs--wrap {
    display: flex;
    flex-direction: column;
    row-gap: var(--pdl);
    min-height: unset;
  }
}

.about2_albs--textFix {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  .about2_albs--textFix {
    position: relative;
    padding: var(--pdl);
    background: var(--color-pri);
  }
}

.about2_albs--textFix {
}

.about2_albs--textFix .title {
  font-size: 10rem;
  font-weight: 500;
  line-height: 1.3;
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  .about2_albs--textFix .title {
    font-size: 10rem;
    width: 70%;
  }
}

@media screen and (max-width: 1400px) {
  .about2_albs--textFix .title {
    font-size: 8rem;
  }
}

@media screen and (max-width: 1200px) {
  .about2_albs--textFix .title {
    font-size: 4.2rem;
    width: 60%;
    color: #ffffff;
  }
}

@media screen and (max-width: 1024px) {
  .about2_albs--textFix .title {
    font-size: 3.6rem;
    width: 60%;
    color: #ffffff;
  }
}

@media screen and (max-width: 800px) {
  .about2_albs--textFix .title {
    font-size: 3rem;
    width: 100%;
    color: #ffffff;
  }
}

@media screen and (max-width: 600px) {
  .about2_albs--textFix .title {
    font-size: 2.4rem;
    width: 100%;
    color: #ffffff;
  }
}

@media screen and (max-width: 460px) {
  .about2_albs--textFix .title {
    font-size: 2rem;
    width: 100%;
    color: #ffffff;
  }
}

.about2_albs--imgs-list {
  margin: 0 auto;
  width: 80%;
  position: relative;
  z-index: 2;
  /* padding-top: calc(100% * 1287 / 1593); */
  padding-top: 120vh;
  display: block;
  /* overflow: hidden; */
}

@media screen and (max-width: 1500px) {
  .about2_albs--imgs-list {
    width: 90%;
  }
}

@media screen and (max-width: 1400px) {
  .about2_albs--imgs-list {
    width: 95%;
  }
}

@media screen and (max-width: 1200px) {
  .about2_albs--imgs-list {
    width: auto;
    margin-left: calc(var(--x) * -2);
    margin-right: calc(var(--x) * -2);
    padding-top: unset;
    display: flex;
    flex-wrap: wrap;
    row-gap: calc(var(--x) * 2);
  }
}

.about2_albs--imgs-item {
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .about2_albs--imgs-item {
    position: relative !important;
    top: unset !important;
    left: unset !important;
    right: unset !important;
    bottom: unset !important;
    transform: unset !important;
    padding-left: var(--x);
    padding-right: var(--x);
  }

  .about2_albs--imgs-item:nth-child(1) {
    width: 100% !important;
  }

  .about2_albs--imgs-item:nth-child(2) {
    width: calc(100% / 3) !important;
  }

  .about2_albs--imgs-item:nth-child(3) {
    width: calc(100% / 3) !important;
  }

  .about2_albs--imgs-item:nth-child(4) {
    width: calc(100% / 3) !important;
  }

  .about2_albs--imgs-item:nth-child(5) {
    width: calc(100% / 2) !important;
  }

  .about2_albs--imgs-item:nth-child(6) {
    width: calc(100% / 2) !important;
  }
}

@media screen and (max-width: 600px) {
  .about2_albs--imgs-item:nth-child(1) {
    width: 100% !important;
    order: 1;
  }

  .about2_albs--imgs-item:nth-child(2) {
    width: 100% !important;
    order: 4;
  }

  .about2_albs--imgs-item:nth-child(3) {
    width: calc(100% / 2) !important;
    order: 2;
  }

  .about2_albs--imgs-item:nth-child(4) {
    width: calc(100% / 2) !important;
    order: 3;
  }

  .about2_albs--imgs-item:nth-child(5) {
    order: 5;
  }

  .about2_albs--imgs-item:nth-child(6) {
    order: 6;
  }
}

.about2_albs--imgs-item-wrap {
  /* transition: 0.3s linear; */
  transition: transform 0.15s ease-out;
  /* Hiệu ứng mượt nhẹ */
}

.about2_albs--imgs-item:nth-child(1) {
  top: 0;
  left: 0;
  width: 40%;
}

.about2_albs--imgs-item:nth-child(1) .about2_albs--img {
  padding-top: calc(100% * 289 / 526);
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.about2_albs--imgs-item:nth-child(1) .about2_albs--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about2_albs--imgs-item:nth-child(2) {
  top: 5%;
  left: unset;
  right: 0;
  width: 25%;
}

.about2_albs--imgs-item:nth-child(2) .about2_albs--img {
  padding-top: calc(100% * 203 / 309);
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 1200px) {
  .about2_albs--imgs-item:nth-child(2) .about2_albs--img {
    padding-top: calc(100% * 201 / 201);
  }
}

@media screen and (max-width: 600px) {
  .about2_albs--imgs-item:nth-child(2) .about2_albs--img {
    padding-top: calc(100% * 289 / 526);
  }
}

.about2_albs--imgs-item:nth-child(2) .about2_albs--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about2_albs--imgs-item:nth-child(3) {
  width: 18%;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  right: unset;
}

.about2_albs--imgs-item:nth-child(3) .about2_albs--img {
  padding-top: calc(100% * 201 / 201);
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.about2_albs--imgs-item:nth-child(3) .about2_albs--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about2_albs--imgs-item:nth-child(4) {
  top: 47.5%;
  left: 0;
  right: unset;
  width: 18%;
}

.about2_albs--imgs-item:nth-child(4) .about2_albs--img {
  padding-top: calc(100% * 201 / 201);
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.about2_albs--imgs-item:nth-child(4) .about2_albs--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about2_albs--imgs-item:nth-child(5) {
  top: 42.5%;
  right: 0;
  left: unset;
  width: 20%;
}

.about2_albs--imgs-item:nth-child(5) .about2_albs--img {
  padding-top: calc(100% * 320 / 262);
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

.about2_albs--imgs-item:nth-child(5) .about2_albs--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about2_albs--imgs-item:nth-child(6) {
  bottom: 0%;
  top: unset;
  left: 50%;
  transform: translate(-50%, 0%);
  right: unset;
  width: 40%;
  /* top: unset; */
}

.about2_albs--imgs-item:nth-child(6) .about2_albs--img {
  padding-top: calc(100% * 371 / 582);
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 1200px) {
  .about2_albs--imgs-item:nth-child(6) .about2_albs--img {
    padding-top: calc(100% * 320 / 262);
  }
}

.about2_albs--imgs-item:nth-child(6) .about2_albs--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about2_albs--dona {
  margin-top: calc(var(--pdl) * 2);
  margin-bottom: calc(var(--pdl) * 2);
  overflow: hidden;
  background: #ffffff;
}

@media screen and (max-width: 1200px) {
  .about2_albs--dona {
    margin-top: var(--pdl);
    margin-bottom: var(--pdl);
    overflow: hidden;
    background: #ffffff;
  }
}

.about2_albs--dona-wrap {
  padding-top: var(--pdl);
  padding-bottom: var(--pdl);
  border-bottom: 0.1rem solid var(--color-pri);
  border-top: 0.1rem solid var(--color-pri);

  display: flex;
  flex-direction: column;
  row-gap: var(--pdxs);
}

.about2_albs--dona-wrap-box {
  display: flex;
  flex-direction: column;
  row-gap: var(--pdl);
}

.about2_albs--dona-wrap-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: var(--x);
  row-gap: var(--pds);
  flex-wrap: wrap;
}

.about2_albs--dona-wrap-control-title {
  display: flex;
  align-items: center;
  column-gap: 0.8rem;
}

.about2_albs--dona-wrap-control-title i {
  color: var(--color-pri);
  font-size: 3rem;
  margin-top: 0.7rem;
  line-height: 100%;
}

.about2_albs--dona-post .blog-inner {
  flex-direction: row-reverse;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .about2_albs--dona-post .blog-inner {
    flex-direction: column;
  }
}

.about2_albs--dona-post .blog-box {
  background: unset !important;
  justify-content: end;
  align-items: start;
  max-width: 40rem;
  width: 100%;
}

.about2_albs--dona-post .blog-box .t-time {
  margin: unset;
}

.about2_albs--dona-post .blog-box .t-link {
  text-align: start;
  color: var(--color-pri);
  font-size: 2rem;
}

@media screen and (max-width: 1200px) {
  .about2_albs--dona-post .blog-box .t-link {
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .about2_albs--dona-post .blog-box .t-link {
    font-size: 1.8rem;
  }
}

.about2_albs--dona-post .blog-image .inner-img {
  padding-top: 100%;
}

.about2_albs--dona-post .blog-image {
  width: 45%;
}

@media screen and (max-width: 600px) {
  .about2_albs--dona-post .blog-image {
    width: 100%;
  }
}

.albs {
  padding-top: var(--pdl);
  padding-bottom: var(--pdl);
  overflow: hidden;
}

.albs .container {
  max-width: 123.2rem;
}

.albs_wrap {
  display: flex;
  flex-direction: column;
  row-gap: var(--pdl);
}

.albs_title {
  display: flex;
  flex-direction: column;
  row-gap: 0.2rem;
}

.albs_list {
  row-gap: calc(var(--x) * 2);
}

.albs_item.d-item {
  width: calc(100% / 3);
}

@media screen and (max-width: 600px) {
  .albs_item.d-item {
    width: calc(100% / 2);
  }
}

.albs_img {
  padding-top: 100%;
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}

.albs_img:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}

.albs_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  object-fit: cover;
  transition: 0.3s linear;
}

.banner_home {
  width: 100%;
}

.banner_home--wrap {
  width: 100%;
}

.banner_home--list {
  position: relative;
  width: 100%;
}

.banner_home--list .swiper-slide {
  height: auto;
}

.banner_home--list .swiper-slide-active .banner_home--item-title {
  opacity: 1;
  transform: scale(1);
  transition: 0.5s linear 0.3s;
  pointer-events: visible;
}

.banner_home--list .swiper-slide-active .banner_home--item-btn {
  opacity: 1;
  transition: 0.5s linear 0.8s;
  pointer-events: visible;
}

.banner_home--list .swiper-pagination {
  position: absolute;
  bottom: 2.4rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media screen and (max-width: 800px) {
  .banner_home--list .swiper-pagination {
    gap: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .banner_home--list .swiper-pagination {
    gap: 0.8rem;
  }
}

.banner_home--list .swiper-pagination-bullet {
  border-radius: 0.2rem;
  height: 0.4rem;
  width: 4rem;
  background: #ffffff;
}

@media screen and (max-width: 800px) {
  .banner_home--list .swiper-pagination-bullet {
    border-radius: 0.2rem;
    height: 0.35rem;
    width: 3.6rem;
    background: #ffffff;
  }
}

@media screen and (max-width: 600px) {
  .banner_home--list .swiper-pagination-bullet {
    border-radius: 0.2rem;
    height: 0.3rem;
    width: 3.2rem;
    background: #ffffff;
  }
}

.banner_home--item {
  height: 100svh;
  position: relative;
  overflow: hidden;
}

.banner_home--item-title {
  opacity: 0;
  transform: scale(1.1);
  transition: 0s linear;
  pointer-events: none;
}

.banner_home--item-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #f8f8f8;
}

.banner_home--item-bg::before {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  inset: 0;
  width: 100%;
  height: 100%;
}

.banner_home--item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_home--item-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_home_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_home--item-wrap {
  /* height: 100svh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;

  row-gap: var(--pdm);
}

.banner_home--item-btn {
  display: flex;
  align-items: center;
  column-gap: var(--pds);
  opacity: 0;
  pointer-events: none;
  transition: 0s linear;
}

.banner_home--item-btn .btn {
  height: 5rem;
  min-width: 14rem;
}

.about2_banner--box {
  padding: var(--pdl) 0;
}

@media screen and (max-width: 1200px) {
  .banner_home--item-btn .btn {
    height: 4.6rem;
    min-width: 12rem;
  }
  .banner_home--item {
    height: calc((9 / 16) * 100vw);
  }
}

@media screen and (max-width: 600px) {
  .banner_home--item-btn .btn {
    height: 4rem;
    min-width: 10rem;
  }
  .banner_home--item-title .t120 {
    font-size: 5rem;
  }
}

.banner_home--item-btn .btn.cl-2 {
  background: #000000;
}

.banner_home--item-btn .btn.cl-2::after {
  background: #ffffff;
}

.banner_home--item-btn .btn.cl-2:hover .btn-text {
  color: #000000;
}

.banner_home--item-btn .btn-text {
  font-weight: 700;
  font-size: 1.8rem;
}

@media screen and (max-width: 1200px) {
  .banner_home--item-btn .btn-text {
    font-weight: 700;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .banner_home--item-btn .btn-text {
    font-weight: 700;
    font-size: 1.4rem;
  }
}

.cl-white {
  color: #ffffff;
}

.sec-rooms .abw-tt {
  font-size: 3.2rem;
}

.prd-list .col-3 {
  width: calc(100% / 5);
}

.prd-list.prd-list-custom .col-3 {
  width: calc(100% / 4);
}

@media screen and (max-width: 1200px) {
  .prd-list.prd-list-custom .col-3 {
    width: calc(100% / 4);
  }

  .prd-list .col-3 {
    width: calc(100% / 4);
  }
}

@media screen and (max-width: 600px) {
  .prd-list.prd-list-custom .col-3 {
    width: calc(100% / 3);
  }

  .prd-list .col-3 {
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 460px) {
  .prd-list.prd-list-custom .col-3 {
    width: calc(100% / 3);
  }

  .prd-list .col-3 {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 360px) {
  .prd-list.prd-list-custom .col-3 {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 320px) {
  .prd-list .col-3 {
    width: 100%;
  }
}

.prd-it.prdss-it:hover {
  border: unset !important;
}

.prd-it.prdss-it {
  border: unset !important;
}

.sec-hpage .page-head {
  max-width: unset;
}

.sec-hpage .page-head .breadcrumb {
  margin-right: auto;
  margin-left: unset;
}

.sec-hpage .page-head .breadcrumb-list {
  justify-content: start;
}

.breadcrumb-item:last-child .breadcrumb-link {
  font-weight: 500;
  color: lightgray;
}

.prd-it.prdss-it:hover {
  background: #f8f8f8 !important;
}

.prddt
  .woo-variation-gallery-container
  .woo-variation-gallery-thumbnail-wrapper {
  width: 100% !important;
}

.prddt .woo-variation-gallery-wrapper .woo-variation-gallery-thumbnail-slider {
  display: flex !important;
  flex-wrap: wrap;
  row-gap: calc(var(--x) * 2);
  /* margin-left: calc(var(--x) * -2);
  margin-right: calc(var(--x) * -2); */
}

.prddt .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
  width: calc(100% / 12) !important;
  display: block;
  padding-left: var(--x);
  padding-right: var(--x);
  border: unset !important;
}

@media screen and (max-width: 1200px) {
  .prddt .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
    width: calc(100% / 10) !important;
  }
}

@media screen and (max-width: 600px) {
  .prddt .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
    width: calc(100% / 8) !important;
  }
}

@media screen and (max-width: 360px) {
  .prddt .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image {
    width: calc(100% / 7) !important;
  }
}

.prddt
  .woo-variation-gallery-wrapper
  .wvg-gallery-thumbnail-image.current-thumbnail
  div {
  border-color: var(--color-pri) !important;
}

.prddt .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image div {
  /* padding: 0.6rem; */
  /* border: 0.1rem solid #b7b7b7; */
  transition: 0.3s linear;
}

.prddt .woo-variation-gallery-wrapper .slick-current .wvg-gallery-image {
  padding-top: calc(100% * 480 / 800);
  /* padding-top: 100%; */
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.prddt .woo-variation-gallery-wrapper .wvg-single-gallery-image-container {
  width: 100%;
  height: 100% !important;
}

.prddt .woo-variation-gallery-wrapper .slick-current .wvg-gallery-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
}

.prddt
  .woo-variation-gallery-thumbnail-position-bottom-bottom
  .woo-variation-gallery-container {
  display: flex;
  flex-direction: column;
  row-gap: var(--pds);
}

.prddt-row.row {
  justify-content: space-between;
}

@media screen and (max-width: 800px) {
  .prddt-row.row {
    flex-direction: column;
    row-gap: var(--pdm);
  }
}

.prddt .col.col-8 {
  margin-bottom: unset !important;
  height: 100%;
  width: calc(100% * 6.5 / 12);
  position: sticky;
  top: 7rem;
}

@media screen and (max-width: 800px) {
  .prddt .col.col-8 {
    width: 100%;
    position: relative;
    top: unset;
  }
}

/* .prddt .woo-variation-gallery-wrapper {
  max-width: 55%;
  margin: 0 auto;
} */

.prddt .col.col-4 {
  width: 100%;
  flex: 1;
}

.prddt-wrap {
  max-width: unset !important;
}

.prddt .slick-list.draggable {
  width: 100% !important;
}

.prddt .prddt-content .t-bot .t-gr {
  flex-wrap: wrap;
}

@media screen and (max-width: 1200px) {
  .prddt .prddt-content .t-bot .t-gr .btn {
    width: 50% !important;
  }
}

@media screen and (max-width: 1000px) {
  .prddt .prddt-content .t-bot .t-gr {
    flex-direction: column;
  }

  .prddt .prddt-content .t-bot .t-gr .btn {
    width: 100% !important;
  }
}

@media screen and (max-width: 800px) {
  .prddt .prddt-content .t-bot .t-gr {
    flex-direction: row;
  }

  .prddt .prddt-content .t-bot .t-gr .btn {
    width: 50% !important;
  }
}

@media screen and (max-width: 460px) {
  .prddt .prddt-content .t-bot .t-gr {
    flex-direction: column;
    row-gap: var(--pds);
  }

  .prddt .prddt-content .t-bot .t-gr .btn {
    width: 100% !important;
  }
}

.prddt .col.col-8 .woo-variation-product-gallery {
  margin-bottom: unset !important;
}

.prddt .woo-variation-gallery-wrapper {
  width: 100% !important;
  height: auto !important;
  min-width: unset !important;
  min-height: unset !important;
}

.prddt .product_title {
  font-size: 4.2rem;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .prddt .product_title {
    font-size: 4rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 800px) {
  .prddt .product_title {
    font-size: 3.2rem;
    font-weight: 700;
  }
}

@media screen and (max-width: 600px) {
  .prddt .product_title {
    font-size: 2.8rem;
    font-weight: 700;
  }
}

.prddt-content-box label {
  font-size: 1.6rem;
}

.prddt-content-box tbody {
  display: flex;
  flex-direction: column;
  row-gap: var(--pdm);
}

.prddt-content-box tbody tr {
  display: flex;
  flex-direction: column;
  row-gap: var(--pdxs);
}

.prddt-content-box
  .variable-item.button-variable-item.selected
  .variable-item-span-button {
  border-color: var(--color-pri) !important;
}

/* .prddt-content-box .variable-item-span.variable-item-span-button {
  border: 0.1rem solid #b7b7b7;
  transition: 0.3s linear;
} */

.prddt-content-box
  .woo-variation-swatches
  .variable-items-wrapper
  .variable-item
  .variable-item-contents {
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.sbr-wrap {
  width: 100%;
}
