
#brochure {
  width: 100vw;
  position: relative;
  background-image: url('/images/section_bg.jpg');
  background-size: cover;
  background-position: 50%;
}
#brochure .swiper-brochure {
  position: relative;
  z-index: 2;
  height: calc(var(--vh) / 2);
  min-height: 40vw;
  width: 100%;
}
#brochure .book-cover{
  height: 90%;
align-items: center;
justify-content: center;
align-content: center;
}
#brochure .layout-board .slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* transform: scale(.9) !important; */
  max-width: 1900px;
  /* padding-top: 10%; */
}
#brochure .swiper-slide{
  width: 500px !important;
}
#brochure .b-container .layout-board {
 max-width: 1800px;
}
#brochure .arrows{
  width: 80%;
  transform: translateY(310px);
justify-content: space-between;
z-index: 4;
pointer-events: none;
}
#brochure .arrow.arrow-up, #brochure .arrow.arrow-down{
  pointer-events:all;

}
#brochure .arrow.arrow-next, #brochure .arrow.arrow-prev{
  position: relative;
  pointer-events:all;
}

@media (min-width: 1800px) {

  #brochure .swiper-slide{
    width: 600px !important;
    max-height: 600px;
  }

  #brochure .swiper-brochure {
    min-height: 37vw;
  }
  #brochure .arrows{
    width: 100%;
  }
  /* .arrow.arrow-next {
    right: 0;
  }
  .arrow.arrow-prev {
    left: 5%;
  } */
  #brochure .b-container .layout-board {
   margin: auto;
   overflow: visible;
   padding-left: 11%;
  }
  #brochure .layout-board .slider-container {
    
    transform: scale(0.8) !important;
  }
}

@media only screen and (min-width: 991px) {
  #brochure {
    height: 100dvh !important;
  }
}
@media only screen and (min-width: 991px) {
  #brochure .page-container {
    height: 100vh;
    display: flex;
    align-items: center;
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media only screen and (max-width: 991px) {
  #brochure .page-container {
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: auto;
  }
}
#brochure #brochure-swiper {
  width: 100%;
  height: 100%;
  padding-left: 24%;;
}
#brochure #brochure-swiper .brochure-container {
  height: auto;
  width: calc((100vh - 150px - 4em) / 9 * 16);
  /* max-height: calc(100vh - 150px - 4em); */
  max-width: 100%;
}
#brochure #brochure-swiper .swiper-button-next:after,
#brochure #brochure-swiper .swiper-button-prev:after {
  content: "" !important;
}
#brochure #brochure-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 991px) {
  #brochure #brochure-swiper .swiper-slide {
    height: auto;
    width: calc((100vh - 150px - 4em) / 9 * 16);
    /* max-height: calc(100vh - 150px - 4em); */
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  #brochure #brochure-swiper .swiper-slide {
    width: calc(100vw - 90px);
    height: calc((100vw - 90px) / 16 * 9 + 4em);
  }
}
@media only screen and (max-width:1024px) {
  #brochure .swiper-brochure {
    position: relative;
    z-index: 2;
    height: calc(var(--vh) / 2);
    min-height: 70vw;
    width: 100%;
}
}
#brochure #brochure-swiper .swiper-slide img {
  height: auto;
  width: 100%;
}
#brochure #brochure-swiper .swiper-slide .item {
  position: relative;
  z-index: 3;
  min-height: 100%;
  min-height: calc(var(13.28px) * 100);
  overflow: hidden;
  width:100%;
  height:100%;
}
#brochure #brochure-swiper .video-player {
  position: relative;
  max-width: 1200px;
  width: 80%;
  margin: 100px 0;
}
@media only screen and (max-width: 991px) {
  #brochure #brochure-swiper .video-player {
    width: calc(100% - 100px);
    margin: 0;
  }
}
#brochure #brochure-swiper .video-player .video-wrap {
  position: relative;
  z-index: 2;
  background-color: #000;
}
#brochure #brochure-swiper .video-player .video-wrap:before {
  content: "";
  display: block;
  position: relative;
  z-index: -1;
}
#brochure #brochure-swiper .video-player video {
  position: relative;
  max-width: 100%;
  width: calc((100vh - 150px - 4em) / 9 * 16);
  max-height: calc(100vh - 150px - 4em);
  outline: none !important;
  border: none !important;
  z-index: 1;
}
#brochure #brochure-swiper .video-player .video-title {
  font-size: 1.125rem;
  color: #243821;
}
#brochure #brochure-swiper .overlay {
  height: 100%;
  width: 150px;
  position: absolute;
  top: 0;
  z-index: 10;
  pointer-events: none;
  touch-action: none;
}
@media only screen and (max-width: 991px) {
  #brochure #brochure-swiper .overlay {
    display: none;
  }
}
#brochure #brochure-swiper .overlay.left {
  left: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
}
#brochure #brochure-swiper .overlay.right {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%);
}
#brochure #brochure-swiper .swiper-button-prev {
  left: 7%;
}
@media only screen and (max-width: 991px) {
  #brochure #brochure-swiper .swiper-button-prev {
    left: 25px;
    transform: scale(0.5);
  }
}
#brochure #brochure-swiper .swiper-button-prev:after {
  content: "" !important;
}
#brochure #brochure-swiper .swiper-button-next {
  right: 7%;
}
@media only screen and (max-width: 991px) {
  #brochure #brochure-swiper .swiper-button-next {
    right: 25px;
    transform: scale(0.5);
  }
}
#brochure #brochure-swiper .swiper-button-next:after {
  content: "" !important;
}
#brochure .caption {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #243821;
  font-size: 1.125rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  animation: fadeIn 0.2s ease-in-out;
}
@media only screen and (min-width: 991px) {
  #brochure .caption {
    width: calc((100vh - 150px) / 9 * 16);
    max-width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  #brochure .caption {
    width: calc(100vw - 90px);
  }
}
@media only screen and (max-width: 991px) {
  #brochure .caption {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 991px) {
  #brochure .caption {
    position: relative;
  }
}
#brochure .caption.inactive {
  display: none;
}
#brochure .caption.active {
  display: block;
}

#brochure .align-items-center {
  align-items: center!important;
}

#brochure .justify-content-center {
  justify-content: center!important;
}

#brochure .d-flex {
  display: flex!important;
}

#brochure .w-100 {
  width: 100% !important;
}

#brochure .h-100 {
  height: 100% !important;
} 

@media only screen and (max-width: 991px) and (max-width: 991px) {
  #brochure .page-container {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  #brochure .layer.bg-layer {
    background-position: top right !important;
    }
    #brochure .arrows {
      width: auto;
      transform: translateY(0) translateX(300px);
      z-index: 4;
      flex-direction: column;
      align-items: center;
      margin-left: 0;
      height: 86dvh;
  }
}
@media only screen and (min-width: 1200px) {
  #brochure .page-container {
    padding-left: 120px;
    padding-right: 120px;
  }

/* #brochure .arrow.arrow-next {
right: 3%;
} */
}
@media only screen and (min-width: 1200px) and (max-width: 991px) {
  #brochure .page-container {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media only screen and (orientation: landscape) and (max-width: 991px) {
  #brochure .page-container {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
}
#brochure .page-container .content-wrapper {
 
  width: 100%;
}

#brochure .title {
  left: 8%;
  top: 14%;
}
#brochure .title > div{
  font-size: 2.5em;
}
#brochure .title {
  left: 5%;
  bottom: 5%;
  top: auto;
  font-size: 1em;
}
html[lang="en"] #brochure .title {
  font-size: 0.7em;
  text-transform: uppercase;
}
@media only screen and (min-width: 1800px) {

  #brochure .title {
    left: 90px;
    bottom: 9%;
    transform: scale(1.6);
    font-size: 1.4rem;
}
  #brochure .title > div{
    font-size: 1.2em;
    /* font-size: 1.7em; */
  }
  html[lang="en"] #brochure .title > div{
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 1.7em;
  }
  #brochure .layer.bg-layer {
   max-width: 1800px;
   margin: auto;
  }
}
#brochure .arrow.arrow-up {
  /* top: 21%;
  right: -26%; */
  width: 40px;
}
#brochure .arrow.arrow-down {
  /* bottom: 27%;
  right: -26%; */
  /* top: auto; */
  width: 40px;
}
#brochure .arrow.arrow-down img, #brochure .arrow.arrow-up img{
  transform: rotate(90deg);
}
@media only screen and (max-width: 991px) {
  #brochure .page-container .container {
    max-width: unset;
  }
  #brochure .b-container {
    min-height: 100dvh;
  }

  #brochure .b-container .layout-board {
    max-height: 100dvh;
  }
  #brochure .swiper-brochure {
    min-height: 100dvh;
    padding-left: 43%;
}
#brochure .swiper-brochure.blur-filter {
  width: 80%;
  backdrop-filter: blur(1px);
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 16%,rgba(0, 0, 0, 1) 17%, rgba(0, 0, 0, 1) 82%, rgba(0, 0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);
  padding-left:0;
  width: 400px;
  /* margin-right: 60px; */
  /* padding-top: 70px; */
  min-width: 430px;
  margin: unset;
  padding-top: 120px;
}

#brochure .swiper-brochure.blur-filter.no-blur {
  backdrop-filter: none;
  mask: none;
}

#brochure .layout-board .slider-container {
  padding-top: 0;
  transform: scale(1) !important;
  justify-content: flex-end;
  flex-direction: row;
  width: 88%;
}
/* #brochure .layout-board .slider-container {
  padding-top: 18%;
} */
#brochure .swiper-slide {
  width: 300px !important;
  margin-bottom: 0 !important;
  height: 300px !important;
}
#brochure .swiper-slide .dl_btn {
  position: absolute;
  left: -42%;
  width: auto;
  bottom: 0;
}
#brochure .swiper-slide.horizontal .dl_btn {
  bottom: 40px;
}
#brochure .swiper-slide .dl_btn a.btn-dl {
  transform: scale(.8);
}
#brochure .swiper-slide.vertical .h-full img{
  margin-top: 44px;
}
#brochure .title {
  left: 8%;
  top: 19%;
  font-size: 1.4rem;
}

html[lang="en"] #brochure .title {
  font-size: 1.1em;
  text-transform: uppercase;
  left: 5%;
}
#brochure .title > div{
  font-size: 1.6em;
}
#brochure .arrow.arrow-up {
  /* top: 21%;
  right:-27%; */
  width: 40px;
}
#brochure .arrow.arrow-down {
  /* bottom: 27%;
  right: -27%;
  top: auto; */
  width: 40px;
}
#brochure .arrow.arrow-down img, #brochure .arrow.arrow-up img{
  transform: rotate(90deg);
}
}

@media only screen and (max-width: 768px) {
  #brochure .page-container .container {
    max-width: unset;
  }
  #brochure .b-container {
    min-height: 100dvh;
  }

  #brochure .b-container .layout-board {
    max-height: 100dvh;
  }
  #brochure .swiper-brochure {
    min-height: 100dvh;
    padding-left: 37%;
}
#brochure .title {
  top: 16%;
}
#brochure .swiper-brochure.blur-filter {
  /* backdrop-filter: blur(1px); */
  /* mask: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 5%, rgba(0, 0, 0, 1) 77%, rgba(0, 0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%); */
}
#brochure .layout-board .slider-container {
  /* padding-top: 18%; */
}
#brochure .swiper-slide {
  /* width: 400px !important; */
  /* margin-bottom: 0 !important; */
  /* height: 360px !important; */
}

html[lang="en"] #brochure .swiper-slide .dl_btn a{
  padding-left: 20px;
  padding-right: 20px;
}
#brochure .swiper-slide .dl_btn a.btn-dl {
  /* transform: scale(1); */
}
}

@media only screen and (max-width: 567px) {
  #brochure .page-container .container {
    max-width: unset;
  }
  #brochure .b-container {
    max-height: 100dvh;
    overflow: hidden;
  }

  #brochure .b-container .layout-board {
    max-height: 100dvh;
  }
  #brochure .swiper-brochure {
    min-height: 100dvh;
}
#brochure .swiper-brochure.blur-filter {
  backdrop-filter: blur(1px);
  mask: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 16%,rgba(0, 0, 0, 1) 17%, rgba(0, 0, 0, 1) 77%, rgba(0, 0, 0, 0) 88%, rgba(0, 0, 0, 0) 100%);
  padding-left:0;
  width: 200px;
  /* margin-right: 60px; */
  padding-top: 120px;
  min-width: 230px;
  margin: unset;
}
#brochure .layout-board .slider-container {
  padding-top: 0;
  transform: scale(1) !important;
  justify-content: flex-end;
  flex-direction: row;
  width: 93%;
}
#brochure .arrows {
        width: auto;
        transform: translateY(19px) translateX(120px);
        z-index: 4;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        height: 82dvh;
    }
.swiper-vertical>.swiper-wrapper {
  width: 220px;
}
#brochure .swiper-slide {
  width: 220px !important;
  margin-bottom: 0 !important;
  height: 220px !important;
}
#brochure .swiper-slide .dl_btn {
  position: relative;
        left: 0;
        width: auto;
        bottom: 10px;
}
#brochure .swiper-slide.horizontal .dl_btn {
  bottom: 30px;
}
#brochure .swiper-slide .dl_btn a.btn-dl {
  transform: scale(0.7);
}
#brochure .swiper-slide img.horizontal{

  bottom: 40px;
}
#brochure .swiper-slide img.vertical{

  position: absolute;
  bottom: 40px;
  margin: auto;
  left: 0;
  right: 0;
  height: calc(100% - 82px);
}
#brochure .title {
  left: 8%;
  top: 20%;
  font-size:1.2rem;
}

html[lang="en"] #brochure .title {
  font-size: 1.5em;
}
#brochure .title > div{
  font-size: 1.2em;
}

html[lang="en"] 
#brochure .title > div{
  letter-spacing: 1px;
  text-transform: uppercase;
}

#brochure .arrows {
  width: auto;
  transform: translateY(19px) translateX(120px);
  z-index: 4;
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  height: 82dvh;
}
#brochure .arrow.arrow-up {
  /* top: 200px;
right: -60px; */
width: 15px;
}
#brochure .arrow.arrow-down {
  /* bottom: 140px;
  right: -60px;
  top: auto; */
  width: 15px;
}
#brochure .arrow.arrow-down img, #brochure .arrow.arrow-up img{
  transform: rotate(90deg);
}
}
@media only screen and (max-width: 430px) {
  #brochure .title {
      left: 8%;
      top: 16%;
      font-size: 1.2rem;
  }
}
