@media only screen and (max-width: 1600px) 
{
  section.body .container #gallery-items.gallery-items {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  section.body .container .gallery-items .item .image {
    width: 100px;
    height: 100px;
    border-radius: 10px 0 0 10px;
  }
  section.body .container .gallery-items .item .description {
    width: 300px;
    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;
  }
}


@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;
    font-size: 20px;
  }
  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;
    position: absolute;
  }
  .detail-logo img {
    padding: 5px;
  }
  .detail-breadcrumbs {
    width:100%;
    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;
  }
  .main {height: 100%;
    margin-top: 80px;
  }
  .v-main {
    width: 100% !important;
    padding: 10px 10px 100px 10px !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%;
  }

  .tabs {
    display: flex;
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
    flex-direction: row;
    height: fit-content;
  }
  
  .tab {
    height: unset; width: 200px; display: flex;     align-items: center;
      flex-direction: column-reverse;
      justify-content: flex-start;
      gap: 10px;
      padding: 10px;
      font-size: 0.65rem;
  }
}
@media only screen and (max-width: 500px) {
  section.body .container {
    padding-top: 20px
  }
  body main#app .home-main .home-main-bottom {
    margin-top: 20px;
  }
  body main#app .header .container .position.header-mid h1 
  {
    font-size: 15px;
  }
}
