/* Recommended styles for Splitting */
.splitting .word,
.splitting .char {
  display: inline-block; }

/* Psuedo-element chars */
.splitting .char {
  position: relative; }

/**
 * Populate the psuedo elements with the character to allow for expanded effects
 * Set to `display: none` by default; just add `display: block` when you want
 * to use the psuedo elements
 */
.splitting .char::before,
.splitting .char::after {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  transition: inherit;
  user-select: none; }

/* Expanded CSS Variables */
.splitting {
  /* The center word index */
  --word-center: calc((var(--word-total) - 1) / 2);
  /* The center character index */
  --char-center: calc((var(--char-total) - 1) / 2);
  /* The center character index */
  --line-center: calc((var(--line-total) - 1) / 2); }

.splitting .word {
  /* Pecent (0-1) of the word's position */
  --word-percent: calc(var(--word-index) / var(--word-total));
  /* Pecent (0-1) of the line's position */
  --line-percent: calc(var(--line-index) / var(--line-total)); }

.splitting .char {
  /* Percent (0-1) of the char's position */
  --char-percent: calc(var(--char-index) / var(--char-total));
  /* Offset from center, positive & negative */
  --char-offset: calc(var(--char-index) - var(--char-center));
  /* Absolute distance from center, only positive */
  --distance: calc( (var(--char-offset) * var(--char-offset)) / var(--char-center));
  /* Distance from center where -1 is the far left, 0 is center, 1 is far right */
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  /* Distance from center where 1 is far left/far right, 0 is center */
  --distance-percent: calc((var(--distance) / var(--char-center))); }

@keyframes hu__hu__ {
  50% {
    transform: translateY(15px); } }

@-webkit-keyframes toTop {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@font-face {
  font-family: 'Iciel Rukola';
  src: url("https://file.hstatic.net/1000230347/file/iciel_rukola_87b4f592536443ca9d7f6e677adc9711.ttf"); }

.lazer-text {
  position: absolute;
  right: 15%;
  top: 53%;
  width: auto;
  transform: rotate(323deg); }
  .lazer-text b {
    color: #e8d5aa;
    font-family: 'Iciel Rukola';
    font-size: 24px;
    text-shadow: 0 0 10px #c87019; }

.title {
  position: relative;
  text-align: center;
  transform: translateZ(0);
  transform-style: preserve-3d; }

.title .text {
  /*font-family: sans-serif;
	line-height: 1.0;*/
  font-family: 'Iciel Rukola';
  font-weight: 400;
  font-size: calc(6vw / var(--word-total)); }

.title .write .word {
  transform-style: preserve-3d;
  animation: write linear both;
  color: #e8d5aa;
  font-size: 24px;
  text-shadow: 0 0 0.1em #c87019; }

.title .laser {
  position: absolute;
  top: 0;
  left: 0;
  /* To avoid the blur getting masked by the clip-path we had to duplicate the element */
  filter: blur(4px) contrast(10);
  pointer-events: none; }

.title .laser .word {
  display: inline-block; }

.title .laser .word {
  color: #ff0202;
  font-size: 24px;
  text-shadow: 7px 0px 20em #ff0202;
  transform: translateZ(5px);
  animation: laser linear both; }

.title .write .word, .title .laser .word {
  animation-duration: 4s;
  animation-delay: calc(0.3s + var(--word-index) * 160ms);
  animation-iteration-count: infinite; }

.title:hover .word {
  animation-play-state: paused; }

/* .title .text .word,
.title .text .word::before {
  animation-play-state: paused;
  animation-delay: -0.4s;
} */
@keyframes write {
  from, 30% {
    clip-path: polygon(-20% 0%, -15% 0%, -15% 100%, -20% 100%); }
  70%, to {
    clip-path: polygon(-15% 0%, 120% 0%, 120% 100%, -15% 100%); } }

@keyframes laser {
  from, 30% {
    clip-path: polygon(-20% 0%, -15% 0%, -15% 100%, -20% 100%); }
  70%, to {
    clip-path: polygon(115% 0%, 120% 0%, 120% 100%, 115% 100%); } }

.page-laser-to-text {
  position: relative;
  overflow: hidden;
  background: #000; }
  .page-laser-to-text canvas {
    display: block; }
  .page-laser-to-text input {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    display: block;
    outline: none;
    background-color: rgba(38, 50, 56, 0.2);
    color: #ffffff;
    border: none;
    width: 50%;
    min-width: 500px;
    max-width: 100%;
    margin: auto;
    height: 60px;
    line-height: 60px;
    font-size: 40px;
    padding: 0 20px; }
    .page-laser-to-text input:hover, .page-laser-to-text input:focus {
      border: 1px solid rgba(38, 50, 56, 0.6); }
    .page-laser-to-text input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.1); }

.tab-content {
  display: block; }

.zalo-chat-widget {
  bottom: 130px !important;
  right: 10px !important; }

.title-img {
  display: flex;
  justify-content: center;
  position: relative; }

.title-img .ani {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 32vw; }

.title-img img {
  width: 22vw; }

.img-absolute {
  position: absolute; }

.sub-title p {
  color: #fff;
  font-size: 14px;
  font-weight: bold; }

.sub-title .fa-circle {
  font-size: 10px;
  margin-right: 10px; }

h2 {
  font-size: 36px;
  margin-bottom: 0;
  /*font-family: 'Display-ExtraBold';*/
  color: #fff;
  font-weight: 700; }

.text-run .run {
  height: 55px;
  margin-bottom: 20px; }

.txt-rotate > .wrap {
  /*border-right: 0.08em solid black;
	animation-name: typing;
	animation-duration: 1s;
	animation-iteration-count: infinite;*/
  font-size: 21px;
  text-transform: uppercase;
  color: #fff; }

.short-des {
  font-size: 18px;
  color: #2d2d2d; }

.button {
  cursor: pointer;
  display: inline-block;
  transition: all .4s; }

.button:hover {
  transform: scale(1.05); }

/*.button-style1 {
	background: linear-gradient(90deg, #3a3476, #4234dd);
	padding: 5px 38px;
	border: none;
	border-radius: 99px;
	color: #fff;
}
.button-style1:hover {
	background: linear-gradient(90deg, #4234dd, #3a3476);
	border: none;
}
.button-style2 {
	border-radius: 99px;
	background-color: #fee647;
	padding: 5px 38px;
	border: 2px solid #4234dd;
	color: #4234dd;
}
.button-style2:hover {
	background-color: #4234dd;
	border-color: #4234dd;
	color: #fff;
}*/
.shape-1 {
  width: 40%;
  top: 5%;
  left: -15%;
  animation: hu__hu__ infinite 3s ease-in-out; }

.shape-2 {
  width: 20%;
  top: 5%;
  right: 8%;
  animation: hu__hu__ infinite 3.4s ease-in-out; }

.shape-3 {
  width: 32%;
  bottom: 10%;
  left: -16%;
  animation: hu__hu__ infinite 3.8s ease-in-out; }

.shape-4 {
  width: 36%;
  bottom: 10%;
  right: -4%;
  animation: hu__hu__ infinite 4.2s ease-in-out; }

.ldp-bannerani--right, .ldp-bannerani--left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%; }

.ldp {
  /*font-family: 'Display-Medium';*/
  /*font-family: Montserrat, sans-serif;*/
  color: #2d2d2d;
  padding-top: 63.5px;
  line-height: 1.6;
  font-weight: 400;
  font-style: normal;
  /*background: #155fff;
	background: linear-gradient(0deg, rgba(117,161,255,1) 20%, rgba(21,95,255,1) 75%);*/ }
  .ldp .text {
    color: #fff; }
  .ldp-menu {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    margin: 0; }
    .ldp-menu li {
      font-weight: bold;
      cursor: pointer; }
  .ldp-header {
    background: #fff;
    display: flex;
    gap: 30px;
    padding: 15px;
    position: fixed;
    top: 0;
    z-index: 10;
    left: 0;
    width: 100%;
    box-shadow: 0 0 8px 5px rgba(0, 0, 0, 0.06); }
  .ldp-news {
    background: #f2f2f2;
    padding: 3% 0; }
    .ldp-news .slick-slider:not(.slick-initialized) {
      display: flex; }
    .ldp-news--title {
      font-size: 2rem;
      color: #000;
      text-align: center;
      margin-bottom: 30px;
      text-transform: uppercase; }
      .ldp-news--title b {
        color: #3c348a; }
    .ldp-news--item {
      border-radius: 5px;
      overflow: hidden;
      background: #fff;
      transition: all .4s;
      border: 1px solid #ebebeb;
      display: flex;
      flex-direction: column;
      height: 100%; }
      .ldp-news--item:hover {
        box-shadow: 0 0 10px 2px rgba(97, 97, 97, 0.3);
        transform: translateY(-5px); }
      .ldp-news--item .info {
        padding: 15px;
        margin-top: auto; }
      .ldp-news--item .logo {
        width: 100px;
        margin: 15px 0; }
        .ldp-news--item .logo.tt {
          padding: 5px 10px;
          border-radius: 5px;
          background: #e30e16; }
      .ldp-news--item h6 a {
        text-transform: uppercase;
        font-weight: bold;
        line-height: 1.5;
        color: #3c348a; }
      .ldp-news--item p {
        margin-top: 15px;
        font-size: 12px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .ldp-news--item .btn-news {
        background: #3c348a;
        color: #fff;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 12px; }
  .ldp-form {
    padding: 3% 0;
    background: #f2f2f2; }
    .ldp-form h2 {
      text-transform: uppercase;
      color: #3c348a;
      margin-bottom: 30px;
      font-size: 1.5rem;
      font-weight: 700; }
    .ldp-form--wrap > form {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 15px;
      padding: 15px;
      background: #3c348a;
      border-radius: 3px; }
      .ldp-form--wrap > form input, .ldp-form--wrap > form textarea {
        border: 1px solid #f9f9f9;
        border-radius: 3px;
        background-color: #f9f9f9;
        font-size: 1rem;
        padding: 0.8rem 1.2rem;
        margin-bottom: 15px;
        margin: 0;
        outline: none; }
        .ldp-form--wrap > form input:focus, .ldp-form--wrap > form textarea:focus {
          border-color: #f15252; }
      .ldp-form--wrap > form input {
        width: calc(50% - 7.5px); }
      .ldp-form--wrap > form textarea {
        width: 100%; }
      .ldp-form--wrap > form button {
        padding: 5px 15px;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        background: #109121;
        cursor: pointer;
        position: relative;
        border: none;
        border-radius: 5px;
        min-width: 180px;
        animation: pulse 2s infinite; }
    .ldp-form--info ul {
      list-style-type: none;
      padding: 0; }
      .ldp-form--info ul li {
        font-size: 18px;
        color: inherit;
        margin-bottom: 15px;
        display: inline-block;
        background: #f9f9f9;
        border-radius: 3px;
        padding: 0.5rem 1rem;
        margin-right: 10px; }
        .ldp-form--info ul li a {
          color: #inherit;
          font-weight: 600; }
        .ldp-form--info ul li svg {
          fill: #3c348a;
          margin-right: 10px;
          width: 24px;
          height: 24px; }
  .ldp-partner {
    background: #fff;
    padding: 3% 0; }
    .ldp-partner--title {
      font-size: 2rem;
      color: #000;
      text-align: center;
      margin-bottom: 30px;
      text-transform: uppercase; }
      .ldp-partner--title b {
        color: #3c348a; }
    .ldp-partner--list {
      padding: 0 15px;
      margin-top: 30px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      gap: 15px; }
      .ldp-partner--list h5 {
        width: 100%;
        border-bottom: 3px solid #3c348a;
        padding-bottom: 10px; }
    .ldp-partner--item {
      width: calc(26% - 15px);
      padding: 10px;
      box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.3);
      border-radius: 5px; }
  .ldp-ytb {
    padding: 3% 0;
    background: #fff; }
    .ldp-ytb--title {
      font-size: 2rem;
      color: #3c348a;
      text-align: center;
      margin-bottom: 30px;
      text-transform: uppercase; }
    .ldp-ytb--wrap {
      border-radius: 20px;
      position: relative;
      aspect-ratio: 560/315;
      object-fit: cover;
      overflow: hidden;
      width: 100%;
      margin: auto;
      pointer-events: none; }
      .ldp-ytb--wrap iframe {
        width: 300%;
        height: 100%;
        /*margin-left: -100%;*/ }
  .ldp-bannerani {
    position: relative;
    overflow: hidden; }
    .ldp-bannerani .text-run {
      position: absolute;
      top: 16.5%;
      left: 73.5%; }
    .ldp-bannerani .sellingpoints {
      position: absolute;
      display: flex;
      align-items: flex-end;
      bottom: 0;
      left: 9%;
      width: 38%;
      gap: 10px; }
      .ldp-bannerani .sellingpoints .sellingpoints-item {
        transition: all .4s; }
        .ldp-bannerani .sellingpoints .sellingpoints-item.s1 {
          animation: toTop 4s ease-out infinite; }
        .ldp-bannerani .sellingpoints .sellingpoints-item.s2 {
          animation: toTop 4s 1s ease-out infinite; }
        .ldp-bannerani .sellingpoints .sellingpoints-item.s3 {
          animation: toTop 4s 2s ease-out infinite; }
        .ldp-bannerani .sellingpoints .sellingpoints-item.s4 {
          animation: toTop 4s 3s ease-out infinite; }
        .ldp-bannerani .sellingpoints .sellingpoints-item.s5 {
          animation: toTop 4s 4s ease-out infinite; }
    .ldp-bannerani .buttons {
      position: absolute;
      bottom: 0;
      right: 13%;
      width: 25%;
      display: flex; }
  .ldp-points {
    padding: 3% 0;
    background: #fff;
    /*background-image: url('https://file.hstatic.net/1000230347/file/bg-blank2_4b696595afe14a79a09cfc9e74dcae03.png');
		background-size: contain;*/ }
    .ldp-points--title {
      font-size: 2rem;
      color: #000;
      text-align: center;
      margin-bottom: 30px;
      text-transform: uppercase; }
      .ldp-points--title b {
        color: #3c348a; }
    .ldp-points--wrap {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
      margin: auto; }
    .ldp-points--item {
      transition: all .4s;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 10px;
      text-align: center;
      border-radius: 10px;
      border: 2px solid #3c348a;
      padding: 15px;
      width: calc(20% - 12px); }
      .ldp-points--item img {
        width: 64px; }
      .ldp-points--item p {
        margin: 0; }
      .ldp-points--item:hover {
        background: #3c348a;
        color: #fff; }
  .ldp-steps {
    color: #7f7e7e;
    background: #f2f2f2;
    padding: 3% 0; }
    .ldp-steps--title {
      font-size: 2rem;
      color: #3c348a;
      text-align: center;
      margin-bottom: 30px;
      text-transform: uppercase; }
    .ldp-steps--wrap {
      margin-top: 5%;
      display: flex;
      gap: 5%;
      justify-content: center;
      background: url("https://file.hstatic.net/1000230347/file/airplane_86eb6d23c4dd440795bf3264ee0bc119.png") center top 10% no-repeat;
      background-size: 100%; }
    .ldp-steps--item {
      position: relative;
      width: calc(20% - 22.5px);
      text-align: center; }
      .ldp-steps--item:hover .ldp-steps--item-inner {
        opacity: 1;
        z-index: 1; }
      .ldp-steps--item-wrap {
        background: #fff;
        border-radius: 5px;
        text-align: center;
        padding: 5%;
        max-width: 100%;
        margin: 0 auto 15px auto;
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100px; }
        .ldp-steps--item-wrap.child {
          padding: 15% 5%; }
        .ldp-steps--item-wrap:after {
          content: "";
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-top: 10px solid #fff;
          left: 50%;
          bottom: -9px;
          position: absolute;
          -webkit-transform: translate(-50%, 0);
          -moz-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }
        .ldp-steps--item-wrap > h4 {
          margin-top: 15%; }
        .ldp-steps--item-wrap > h3 {
          display: block;
          font-weight: bold;
          color: #3c348a;
          font-size: 42px; }
        .ldp-steps--item-wrap > span {
          font-weight: bold; }
        .ldp-steps--item-wrap .fas, .ldp-steps--item-wrap .fab {
          color: #3c348a;
          font-size: 2.5rem;
          margin: auto; }
      .ldp-steps--item-inner {
        opacity: 0;
        transition: all .4s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        color: #fff;
        background: #3c348a;
        padding: 15px;
        text-align: justify;
        border-radius: 10px; }
  .ldp-tabs {
    padding: 3% 0;
    background: #fff; }
    .ldp-tabs--itempros {
      margin-right: 0.5rem;
      width: 80%; }
      .ldp-tabs--itempros > .slick-slider:not(.slick-initialized) {
        display: flex; }
    .ldp-tabs--item {
      display: flex;
      gap: 15px;
      align-items: center;
      background: #3c348a;
      border-radius: 10px;
      padding: 15px; }
      .ldp-tabs--item > h5 {
        width: 20%;
        text-align: center;
        color: #3c348a;
        background: #fff;
        padding: 10px;
        border-radius: 30px;
        border: 1px dashed #3c348a; }
    .ldp-tabs h2 {
      text-align: center;
      text-transform: uppercase;
      color: #3c348a;
      margin-bottom: 30px;
      font-size: 2rem;
      font-weight: 700; }
    .ldp-tabs .nav-tabs {
      border: none;
      justify-content: center;
      gap: 30px;
      margin-bottom: 15px; }
      .ldp-tabs .nav-tabs .nav-link {
        border-radius: 25px;
        transition: all .4s;
        color: #3c348a;
        background-color: #fff;
        border: 1px solid #3c348a; }
        .ldp-tabs .nav-tabs .nav-link.active {
          color: #fff;
          background-color: #3c348a;
          border-color: #3c348a; }
    .ldp-tabs .item_product_main {
      cursor: pointer; }
      .ldp-tabs .item_product_main:before {
        display: none; }
    .ldp-tabs .price-contact {
      background: red;
      color: #fff;
      padding: 5px 10px;
      border-radius: 25px;
      display: inline-block;
      cursor: pointer;
      font-size: 12px; }
    .ldp-tabs--tabwrap:not(.slick-initialized) {
      display: flex;
      overflow: hidden; }

@media (min-width: 768px) {
  .ldp-ytb--wrap {
    width: 85%; } }

@media (max-width: 767px) {
  .ldp-bannerani .sellingpoints {
    left: 4%;
    width: 48%; }
  .lazer-text {
    display: none; }
  .ldp-bannerani .text-run {
    top: 11%; }
  .ldp {
    padding-bottom: 42px; }
  .ldp-bannerani .buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    z-index: 2; }
    .ldp-bannerani .buttons .button {
      margin: 0;
      width: 50%;
      border-radius: 0;
      font-size: 14px;
      padding: 5px;
      border: none; }
  .ldp-news .ldp-news--item .logo {
    width: auto;
    height: 18px; }
  .ldp-news .ldp-news--item h6 a {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .ldp-form > .container > .row {
    flex-direction: column-reverse;
    gap: 15px; }
  .zalo-chat-widget {
    bottom: 150px !important;
    right: 5px !important; }
  .ldp-header {
    gap: 10px; }
    .ldp-header .ldp-logo {
      width: 100px; }
    .ldp-header .ldp-menu {
      gap: 10px;
      padding: 0; }
      .ldp-header .ldp-menu li {
        font-size: 12px; }
  .ldp-tabs--item {
    flex-wrap: wrap;
    justify-content: center; }
    .ldp-tabs--item > h5 {
      width: auto;
      min-width: 45%; }
    .ldp-tabs--item .ldp-tabs--itempros {
      margin: 0;
      width: 100%; }
  .ldp-steps--wrap {
    padding: 15px;
    flex-wrap: wrap;
    gap: 15px; }
    .ldp-steps--wrap .ldp-steps--item {
      width: calc(50% - 7.5px);
      margin: 0 !important; }
  #reviewBookModal button.close {
    z-index: 99;
    color: #000; }
  .ldp-bannerani--left {
    padding-top: 0%; }
  .ldp-bannerani .shape-1 {
    width: 30%;
    left: -3%; }
  .ldp-bannerani .shape-2 {
    right: 0; }
  .ldp-bannerani .shape-3 {
    width: 24%;
    bottom: 5%;
    left: -6%; }
  .sub-title p {
    font-size: 12px; }
  .short-des {
    font-size: 16px; }
  .text-run .run {
    height: auto; }
  .txt-rotate > .wrap {
    font-size: 8px !important; }
  h2 {
    font-size: 18px !important;
    margin-bottom: 15px !important; }
  .ldp-points--wrap {
    gap: 15px; }
    .ldp-points--wrap .ldp-points--item {
      width: 100%; }
  .ldp-tabs .nav-tabs {
    gap: 10px; }
    .ldp-tabs .nav-tabs .nav-item {
      width: calc(50% - 5px);
      text-align: center;
      margin-bottom: 5px; }
  body {
    padding: 0; }
  .gallery-print-me-tem label {
    font-size: 16px !important; }
  .ega-cr-addon.ega-cr-addon--shopee {
    display: none; }
  .sec_showcase .slick-arrow.slick-next {
    right: 5px; }
  .sec_showcase .slick-arrow.slick-prev {
    left: 5px; }
  .cate {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 30px 0 0 0; }
  .cate_item {
    width: calc(50% - 20px);
    margin: 0 !important; }
  .cate_item:last-child img {
    margin-bottom: -9px !important; }
  .title-img img {
    width: 60vw; }
  .title-img img.ani {
    width: 88vw; }
  .sec_demo {
    height: 52vh;
    background-position: revert; }
  .sec_demo .bags {
    top: -11vh;
    position: absolute;
    left: 44%;
    transform: translateX(-50%);
    z-index: 0; }
  .sec_demo .bags .bag {
    width: 45vw; }
  .sec_demo .bags .bag.bag1 {
    width: 51vw; }
  .sec_demo .top-title, .sec_demo .bg-title {
    width: 124vw;
    z-index: 1;
    top: -44px;
    transform: translateX(-50%); }
  .sec_demo .hand.left {
    width: 17vw;
    left: 1%;
    top: 10%; }
  .sec_demo .hand.right {
    width: 33vw;
    right: -17%;
    top: 6%; }
  .sec_header__wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0; }
  .sec_header img {
    width: 50vw; }
  .sec_header ul {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    padding: 10px 0;
    justify-content: space-between; } }

button.close {
  position: absolute;
  right: 24px;
  top: 0;
  color: #fff;
  opacity: 1;
  font-size: 36px; }

#reviewBookModal .modal-body {
  padding: 0 15px;
  text-align: center;
  overflow: hidden;
  /*background: #666;*/
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center; }

#flipbook {
  width: 100%;
  margin: 0 !important;
  overflow: hidden; }

.btn-flip svg {
  fill: #fff;
  width: 56px;
  height: 56px; }

#reviewBookModal .modal-lg, .modal-xl {
  max-width: calc(100vw - 0.2rem); }

#reviewBookModal .modal-dialog-scrollable .modal-content {
  background: transparent;
  border: none; }

@media (min-width: 1400px) {
  /*.modal-lg, .modal-xl {
	max-width: 1366px;
}*/
  #reviewBookModal .modal-dialog-scrollable {
    max-height: calc(100% - .4rem); }
  #reviewBookModal .modal-dialog {
    margin: .2rem auto; } }

@media (max-width: 991px) {
  .btn-flip {
    position: absolute;
    bottom: calc(15vw - 56px);
    left: 50%; }
  #flipbook-previous {
    transform: translateX(calc(-50% - 28px)); }
  #flipbook-next {
    transform: translateX(calc(-50% + 28px)); }
  #reviewBookModal .modal-body {
    padding: 0 0 20vw 0; } }
