.c-swiper-slide {
  width: 300px;
  height: 300px;
}
.c-swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

section {
  /*background-image: unset !important;*/
  /*background-color: unset !important;*/
  /*background-blend-mode: unset !important;*/
}

/*slider*/
.show-slide {
  /* background-image: url(../images/bg-japan2.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
  min-height: 100vh;
  padding: 100px 0;
  position: relative;
}
.show-slide::after {
  content: "";
  display: block;
  height: 45px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/bg_bottom.webp);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 100% auto;
}
.show-slide_title {
  font-family: graviolasoft;
  font-size: 45px;
  color: var(--text-white-color);
  margin-bottom: 45px;
  line-height: 1.5;
  animation: fadeInUp linear 0.5s;
}

.show-slide_desc {
  color: var(--text-yellow-color);
  font-size: 40px;
  line-height: 1.5;
  font-family: journal;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 50px;
  display: inline-block;
  /*background: #fff;*/
  padding: 0 10px;
  border-radius: 5px;
  animation: fadeInUp linear 1.3s;
  position: relative;
}
.show-slide_desc.sub-h {
  padding-left: 30px;
  margin-top: 80px;
}
.show-slide_desc.sub-h:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 1px;
  background-color: var(--yellow-color);
}
.show-slide video {
  filter: brightness(40%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  user-select: none;
  pointer-events: none;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out; /* Thời gian và kiểu chuyển đổi */
}
#videoContainer.show video {
  opacity: 1; /* Đặt opacity thành 1 khi hiển thị */
}
/*slider*/

/*menu ở trang index*/
.bg-line-top-bot:before,
.show-menu::before {
  content: "";
  display: block;
  height: 45px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/bg_top.webp);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 100% auto;
}
.bg-line-top-bot:after,
.show-menu:after {
  content: "";
  display: block;
  height: 45px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/bg_bottom.webp);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 100% auto;
}
.show-menu {
  position: relative;
  /*background-image: url("../images/bg_wood.jpg");*/
  background-image: url("../images/bg_info2.png");
  text-align: center;
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.7); /* Màu đen với độ mờ 50% */
  background-blend-mode: darken; /* Pha trộn màu đen với hình ảnh */
}
.show-menu_subtitle {
  color: var(--yellow-color);
  font-size: 35px;
  line-height: 1;
  margin-bottom: 10px;
  font-family: journal;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact .show-menu_subtitle {
  /*color: #ca0808;*/
}
.show-menu_title {
  color: #e0e0e0;
  font-family: graviolasoft;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 50px;
}
.show-menu-img {
  padding-top: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-position:center;*/
}
.show-menu-name {
  font-size: 23px;
  line-height: 32px;
  color: var(--text-black-color);
  font-weight: 500;
  font-family: graviolasoft;
  text-transform: capitalize;
  margin: 10px 0;
}
.show-menu-desc {
  color: #000;
  font-weight: 300;
  font-size: 14px;
  max-width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*menu ở trang index*/
/*welcome*/

.welcome {
  text-align: center;
  margin-top: 90px;
}
.bg-welcome {
  /*background-image: url(https://cdn.pixabay.com/photo/2014/06/16/23/39/black-370118_960_720.png);*/
  /*background: rgba(26, 26, 26, 0.5);*/
  margin-top: 0;
  padding: 100px 0;
  background-size: cover;
  background: rgba(26, 26, 26, 0.5);
}
.welcome-title {
  color: var(--text-white-color);
  font-size: 35px;
  margin: 20px 0 35px 0;
  line-height: 1.15;
  font-family: graviolasoft;
}
.welcome-desc {
  color: var(--yellow-color);
  font-weight: 300;
  max-width: 70%;
  margin: 0 auto 35px auto;
  font-style: italic;
}
.welcome-desc-sub {
  color: var(--text-gray-color);
  font-weight: 300;
  font-size: 16px;
  /* max-width: 80%; */
  margin: 0 auto 35px auto;
}
.welcome-desc-sub span {
  display: block;
  margin-bottom: 10px;
}
.welcome-desc-sub span i {
  color: var(--yellow-color);
}
.welcome-desc-sub a {
  color: var(--yellow-color);
  font-size: 18px;
}
.bg-welcome .welcome-desc-sub a {
  margin: 0 3px;
}
.welcome-img-link {
  display: block;
  padding: 5px;
}
.welcome-img {
  width: 300px;
  max-width: 100%;
  display: block;
  /*height:292px;
    object-fit:cover;*/
  margin: auto;
}
.welcome-img:hover {
  animation-duration: 0.35s;
  animation-iteration-count: 1;
  animation-name: push;
  animation-timing-function: linear;
}
/*welcome*/
/*story*/
.story {
  /*background-image: url(../images/bg-black.png);*/
  margin-top: 0;
  padding: 100px 0;
  background-size: cover;
  position: relative;
  background: rgba(26, 26, 26, 0.5);
}
.story::after {
  content: "";
  display: block;
  height: 45px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/bg_bottom.webp);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .story .welcome-img {
    margin-right: unset !important; /* Bỏ lề phải tự động */
  }
  .philosophy .welcome-img {
    margin-left: unset !important; /* Bỏ lề phải tự động */
  }
}
.philosophy {
  background-image: url("../images/bg_info2_crop.png");
  margin-top: 0;
  padding: 100px 0;
  background-size: cover;
  position: relative;
  background-position: top left;
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: darken;
}
@media (max-width: 560px) {
  .philosophy {
    background-image: url("../images/bg_info2_crop_mobile.png");
  }
}
.philosophy::after {
  content: "";
  display: block;
  height: 45px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../images/bg_bottom.webp);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 100% auto;
}
.philosophy .welcome-img {
  transform: scale(1.1);
}
.contact {
  /*background-image: url(https://cdn.pixabay.com/photo/2014/06/16/23/39/black-370118_960_720.png);*/
  margin-top: 0;
  padding: 50px 0;
  background-size: 100%;
  background: rgba(26, 26, 26, 0.5);
}
.contact .welcome-desc-sub {
  text-align: left;
}
.welcome-desc-sub .address {
  margin-bottom: 30px;
}
.welcome-desc-sub .address::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  color: var(--yellow-color);
  margin-right: 10px;
  font-size: 18px;
}
.welcome-desc-sub .address:nth-child(2):before {
  content: "\e848";
}
.welcome-desc-sub .address:nth-child(3):before {
  content: "\e811";
}
.welcome-desc-sub .address:nth-child(4):before {
  content: "\e856";
}
.welcome-desc-sub .address:nth-child(4) {
  color: #fff;
}
.contact .welcome-img-link {
  padding: 0;
}
.contact .welcome-img-link .welcome-img {
  height: 400px;
}
.contact iframe {
  /*width: 300px;*/
  max-width: 100%;
  margin-bottom: 30px;
}
/*story*/
/*test swiper*/
swiper-container {
  width: 240px;
  height: 420px;
  /*height: 320px;*/
  display: block;
}
.mySwiper {
  margin-bottom: 50px;
}
.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  font-size: 22px;
  font-weight: bold;
  background: #fff;
  border: 1px solid var(--text-white-color);
}

/*.swiper-slide:nth-child(1n) {
        background-color: rgb(206, 17, 17);
    }

    .swiper-slide:nth-child(2n) {
        background-color: rgb(0, 140, 255);
    }

    .swiper-slide:nth-child(3n) {
        background-color: rgb(10, 184, 111);
    }

    .swiper-slide:nth-child(4n) {
        background-color: rgb(211, 122, 7);
    }

    .swiper-slide:nth-child(5n) {
        background-color: rgb(118, 163, 12);
    }

    .swiper-slide:nth-child(6n) {
        background-color: rgb(180, 10, 47);
    }

    .swiper-slide:nth-child(7n) {
        background-color: rgb(35, 99, 19);
    }

    .swiper-slide:nth-child(8n) {
        background-color: rgb(0, 68, 255);
    }

    .swiper-slide:nth-child(9n) {
        background-color: rgb(218, 12, 218);
    }

    .swiper-slide:nth-child(10n) {
        background-color: rgb(54, 94, 77);
    }*/
/*test swiper*/
