.mainContainVirtual {
  width: 100vw;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  overflow: hidden;
}
.mainContainVirtual .btnFS{
  position: absolute;
  bottom: 15px;
  right: 15px;
  box-shadow: none;
  padding: 0 0;
  margin: 0 0;
  width: 60px;
}
.mainContainVirtual .btnFS img {
  max-width: 100%;
}
.mainContainVirtual .screenStage {
  position: relative;
  margin: 0 auto;
  width: 100vw;
  max-height: 100vh;
  overflow: hidden;
}
.mainContainVirtual .screenStage .imgScreenStage {
  width: 100%;
  height: auto;
}
.plant_left {
  position: absolute;
  left: 0;
  top: 0;
  width: 8%;
}
.plant_corner_top_right {
  position: absolute;
  right: 0;
  top: 0;
  width: 9%;
}
.plant_corner_bottom_right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16%;
}
.audioTag{
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.25;
}
.audioTag:hover{
  opacity: 1;
}
.btnGetToKnow {
  position: absolute;
  right: 23.5%;
  top: 50%;
  cursor: pointer;
  width: 7.45%;
}
.btnPortfolio {
  position: absolute;
  right: 38%;
  top: 57%;
  cursor: pointer;
  width: 3.9%;
}
.btnProductInfomation {
  position: absolute;
  right: 27%;
  top: 35.5%;
  cursor: pointer;
  width: 9.16%;
}
.btnHowToHandling {
  position: absolute;
  left: 37%;
  top: 51.5%;
  cursor: pointer;
  width: 8.3%;
}
.btnVDOClip {
  position: absolute;
  left: 34%;
  top: 35%;
  cursor: pointer;
  width: 3.85%;
}
.btnChat {
  position: absolute;
  left: 24%;
  top: 50.5%;
  cursor: pointer;
  width: 9.3%;
}
.btnContact{
  position: absolute;
  bottom: 2%;
  left: 46%;
  width: 8%;
}
.checkLandscape{
  display: none;
}
@media (min-width: 768px) and (max-width: 1200px){
  .btnVDOClip{
    top: 31%;
  }
  .btnProductInfomation{
    top: 31.5%;
  }
  .btnGetToKnow{
    top: 44%;
  }
  .btnPortfolio{
    top: 47%;
  }
  .btnHowToHandling{
    top: 45.5%;
  }
  .btnChat{
    top: 45.5%;
  }
}
@media (max-width: 767px){
  .imgScreenStage{
    transform: scale(1.45);
  }
  .btnGetToKnow {
    transform: scale(1.45);
    right: 14%;
  }
  .btnPortfolio {
    transform: scale(1.45);
    right: 34%;
  }
  .btnProductInfomation {
    transform: scale(1.45);
    top: 25%;
    right: 19%;
  }
  .btnHowToHandling {
    transform: scale(1.45);
    top: 48%;
    left: 35%;
  }
  .btnVDOClip {
    transform: scale(1.45);
    top: 27%;
    left: 28%;
  }
  .btnChat {
    transform: scale(1.45);
    top: 46%;
    left: 12%;
  }
  .btnContact{
    transform: scale(1.35);
    bottom: 5%;
  }
  .mainContainVirtual .btnFS{
    width: 35px;
  }
}

@media (max-width: 767px) and (orientation: portrait) {
  .mainContainVirtual {
    display: none;
  }
  .checkLandscape{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    color: #000000;
  }
  .checkLandscape p{
    font-size: 20px;
    margin-bottom: 0;
  }
}
