@media only screen and (max-width: 800px) {
  /* Scrollbar*/
  ::-webkit-scrollbar {
    width: 2px;
  }

  ::-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;
  }

  section.body .container {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 60px;
  }
  body main#app .header {
    height: 80px;
  }
  body main#app .header .container .position.header-left {
    display: none;
  }
  body main#app .header .container .position.header-mid {
    left: 0;
    transform: translateX(0);
    width: 100%;
  }
  body main#app .header .container .position.header-mid h1 {
    width: 100%;
    text-align: center;
  }
  section.body.listing .owl-stage-outer {
    border-radius: 10px;
  }
  section.body .container #gallery-items.gallery-items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
  }
  section.body .container .gallery-items .item .image {
    width: 100px;
    height: 100px;
  }
  section.body .container .gallery-items .item .description {
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-radius: 0 10px 10px 0;
    display: flex;
    align-items: center;
  }
  section.body .container .gallery-items .item .description h2 {
    font-size: 18px;
  }

  /*
Detail header
*/
  .detail-header {
    height: 80px;
  }
  .detail-logo {
    height: 80px;
    width: 80px;
    border: none;
  }
  .detail-breadcrumbs {
    width: calc(100% - 80px);
    height: 80px;
    padding: 10px;
    font-size: 18px;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .detail-breadcrumbs a {
    font-size: 18px;
  }
  .detail-breadcrumbs img {
    height: 30px;
  }
  .v-navigation-drawer {
    height: fit-content !important;
    top: 80px !important;
    transform: translateX(0%);
    width: 150px !important;
  }
  .v-tabs--vertical > .v-tabs-bar .v-tabs-bar__content {
    width: 150px;
  }
  .v-tabs--grow > .v-tabs-bar .v-tab {
    flex: none;
  }
  .v-tabs--vertical.v-tabs--icons-and-text > .v-tabs-bar .v-tab {
    font-size: 10px !important;
  }
  .v-tabs--icons-and-text > .v-tabs-bar .v-tab > :first-child {
    font-size: 25px !important;
  }

  .detail-breadcrumbs {
    font-size: 18px;
  }
  .v-main {
    padding: 10px !important;
    padding-top: 100px !important;
  }
  .v-main h1 {
    font-size: 18px;
  }
  .intro-text {
    padding-right: 10px !important;
    height: 100% !important;
  }
  .intro-text * {
    font-size: 12px !important;
  }
  .intro-play-audio {
    width: 130px !important;
    height: 32px !important;
    font-size: 10px !important;
    margin-bottom: 10px !important;
  }
  .document-content {
    display: flex;
    flex-direction: column;
  }
  .document-content-column-left {
    width: 100%;
    height: fit-content;
  }
  .document-content-column-left h1 {
    font-size: 18px;
  }
  .document-desc {
    max-height: fit-content;
  }
  .document-desc * {
    font-size: 12px !important;
  }
  #videos-list-title {
    max-height: 300px;
    padding: 10px;
  }
  .video-title {
    font-size: 14px;
  }
  .document-content-column-right .video-ctn .col-3 {
    text-align: center;
  }
  .document-content-column-right .video-ctn i {
    font-size: 40px !important;
  }
  .view-3d {
    height: calc(100vh - 120px) !important;
    width: 100%;
  }
}
