/* .map-label {
    text-transform: uppercase;
} */

.input-common .input-field {
    width: 100%;
    display: block;
}

/* .stopped {
  background: url('../img/common/background_intro_01.jpg') 50% 50%/cover no-repeat;
  position: fixed; 
} */

.language-select .options {
  display: none !important;
}

html,
  body {
    /* Màu nền dự phòng */
    background-color: #032F2E;

    /* Hình nền Intro */
    background: url(../img/common/background_intro_01.jpg) center center / cover no-repeat;

    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100%;
  }

  /* Class này dùng để khóa cuộn KHI ĐANG chạy intro. 
     JS sẽ xóa class này khi video bắt đầu chạy. */
  body.stopped {
    overflow: hidden !important;
    height: 100vh !important;
  }