html {
  /*overflow: auto !important;*/
  scrollbar-width: none;
  /*-ms-overflow-style: none;*/
}

body {
  /* background-color: #DED0C0; */
  background-color: transparent;
}

#app {
  /* background-color: #DED0C0; */
  /* background-color: transparent; */
  background-image: url("/modules/baovat/themes/frontend/default/assets/background.png");
  background-size: cover;
  background-position: center;
}

html::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.v-application {
  background-color: transparent !important;
}

.v-toolbar__content {
  height: 80px !important;
}

.v-window-item {
  /* background-color: #DED0C0; */
  /* opacity: 0; */
  background-color: transparent;
}

.v-navigation-drawer {
  top: 120px !important;
  max-height: calc(100% - 120px) !important;
  width: 250px;
}

.detail-header {
  width: 100%;
  height: 120px;
  position: fixed;
  background: #fff;
  z-index: 100;
}

.detail-logo {
  width: 250px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.detail-breadcrumbs {
  width: calc(100% - 250px);
  height: 120px;
  display: flex;
  align-items: center;
  padding-left: 100px;
  padding-right: 100px;
  justify-content: space-between;
}

.detail-breadcrumbs a {
  text-decoration: none;
  font-family: "Lora";
  font-size: 36px;
  font-weight: 700;
  color: #202020 !important;
  display: flex;
}

.v-tab {
  border-bottom: 1px solid #707070;
}

.v-tab:last-child {
  border: none;
}

.v-main {
  background-color: #f0dbd4;
  padding: 200px 100px 50px 350px !important;
}

.v-main .container {
  height: 100%;
}

.v-main__wrap {
  /* background-color: #DED0C0; */
  /* opacity: 0; */
  background-color: transparent;
}

.v-window {
  background-color: transparent;
}

.v-window__container {
  background-color: transparent !important;
}

.v-window-item {
  background-color: transparent !important;
}

.container {
  background-color: transparent !important;
  width: calc(100% - 0);
  margin: 0;
  padding: 0 !important;
}

.v-tabs-items {
  background-color: transparent !important;
}

.v-tab--active {
  background-color: #e43b00;
}

.v-breadcumbs__item {
  font-size: 18px !important;
  color: black !important;
}

@media screen and (min-width: 1904px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (min-width: 1264px) and (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media screen and (max-width: 960px) and (min-width: 480px) {
  .container {
    max-width: 100%;
  }

  .v-main {
    padding: 0px !important;
  }

  .container {
    width: 100%;
  }

  .detail-logo {
    width: 100px;
  }

  .detail-breadcrumbs {
    width: calc(100% - 100px);
    height: 120px;
  }

  .detail-breadcrumbs a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1200px) {
  .vsp-logo {
    display: none !important;
  }
}

/* Scrollbar*/
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: #ded0c0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #ffffff;
}

/* Info */

.intro-text * {
  font-family: Roboto, sans-serif;
  line-height: 1.5 !important;
  font-family: inherit !important;
  font-size: 18px !important;
}

.intro-text {
  overflow-y: auto;
  height: 810px !important;
  padding-right: 20px !important;
}
.intro-play-audio {
  width: 260px !important;
  height: 50px !important;
  font-size: 20px !important;
}

/*Video*/
#videos-list-title {
  max-height: calc(100vh - 280px);
  text-align: left;
  border: 1px solid #ffffff;
  padding: 20px 20px;
  /* width: 90%; */
  overflow-y: scroll;
  overflow-x: hidden;
}

#video_content {
  text-align: center;
}

.playing {
  background-color: rgba(255, 255, 255, 0.5);
}

.preloader {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.preloader img {
  width: 17%;
}

iframe .viewer .controls {
  display: none !important;
}

iframe .viewer .watermark {
  display: none !important;
}

pdf-viewer #toolbar {
  display: none;
}

.flipbook {
  width: 90%;
  height: 700px;
}

.document-content {
  display: flex;
}

.document-content-column-left {
  width: calc(100% - 350px);
  height: calc(100vh - 280px);
}

.document-content-column-right {
  text-align: center;
  height: auto;
  width: 400px;
}

.document-desc {
  height: 100%;
  max-height: calc(100vh - 350px);
  overflow: auto;
  padding-right: 20px;
}

.document-desc * {
  /* line-height: 1.5; */
  line-height: 1.5 !important;
  font-family: inherit !important;
  background: none !important;
  /* padding-right: 15px !important; */
  font-size: 18px !important;
}

.PDFFlip {
  height: 100% !important;
}

/*References*/
.qr-code {
  text-align: center;
}

.table-reference table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.table-reference td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  height: 80px;
}

.table-reference th {
  text-align: center;
}

.table-reference tr td:nth-child(1) {
  text-align: center;
}

.table-reference tr:nth-child(even) {
  background-color: #ffffff;
}

.v-navigation-drawer {
  height: 100vh;
  top: 0px;
  transform: translateX(0%);
  width: 250px;
}
.video-title {
  font-size: 20px;
}

.view-3d {
  height: calc(100vh - 280px) !important;
  width: 100%;
}

.pdff-floating .pdff-ui-controls {
  display: none;
}
.pdff-container.pdff-floating > .pdff-ui-next,
.pdff-container.pdff-floating > .pdff-ui-prev {
  display: none;
}
.pdff-container.pdff-floating > .pdff-ui-next,
.pdff-container.pdff-floating > .pdff-ui-prev {
  display: none;
}
