html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  font-family: AbhayaLibreRegular;
}

img {
  display: block;
}

.wrap {
  height: 100%;
  overflow: auto;
  background-color: #050A11;
}

.content {
  height: 100%;
  background-image: url('../../img/menu/mobile/bg.png');
  background-size: 100% auto;
  /* font-family: AbhayaLibreRegular; */
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 22.4vw;
  display: flex;
  flex-direction: column;
}

.content .logo {
  /* width: 80.4vw; */
  width: 60vw;
  margin: 0 auto;
}

.content .logo img {
  width: 100%;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4vw;
}

.btn .button {
  width: 38.1333vw;
  line-height: 9.6vw;
  border-radius: 0.9333vw;
  border: 1px solid #E4CAA0;
  color: #E4CAA0;
  font-size: 4.4vw;
  margin-right: 6.66666vw;
  text-align: center;
}

.btn .button:nth-of-type(2) {
  margin-right: 0;
}

.btn .button.active {
  background-color: #E4CAA0;
  color: #000000;
}

.scroll-content {
  height: 0;
  flex: 1;
  overflow: auto;
}

.card {
  box-sizing: border-box;
  padding: 0 8.4vw;
  margin-top: 9.2vw;
  padding-bottom: 14.3333vw;
}

.card .card-item {
  width: 100%;
  position: relative;
  height: 33.4666vw;
  transition: all 1.5s;
  margin-bottom: 10.666vw;
}

.card .card-item img {
  width: 38vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 20;
  transition: all 1.5s;
}

.card .card-item .text {
  color: #ffffff;
  width: 38.666vw;
  position: absolute;
  right: 10vw;
  opacity: 0;
  z-index: 10;
  transition: all 1.5s;
}

.card .card-item .text .title {
  font-size: 4.9333vw;
  font-weight: bold;
  padding-bottom: 2.6666vw;
  border-bottom: 1px dashed #E4CAA0;
  margin-bottom: 2.6666vw;
}

.card .card-item .text .text-info {
  font-size: 3.0666vw;
  line-height: 3.6vw;
}

.card .card-item:hover {
  height: 52vw;
}

.card .card-item:hover img {
  left: 0;
  transform: translate(0, 0);
}

.card .card-item:hover .text {
  right: 0;
  opacity: 1;
}

.card .card-item1:hover img {
  left: auto;
  right: 0;
  transform: translate(0, 0);
}

.card .card-item1:hover .text {
  left: 0;
  right: auto;
  opacity: 1;
}

.footer {
  background-color: #04080D;
}

.footer .menu-text {
  color: #D9CEA1;
  font-size: 4vw;
  font-family: AbhayaLibreRegular;
  display: flex;
  justify-content: space-evenly;
}

.footer .menu-text div {
  line-height: 8vw;
  /* padding: 0 4vw; */
  cursor: pointer;
}

.footer .foot {
  color: #ffffff;
  text-align: center;
  font-size: 3.2vw;
  line-height: 9.3333vw;
}

.menu .button {
  display: flex;
}

.menu .button .sub-button {
  height: 7.4vw;
  margin-right: 1.06666vw;
}

.menu .button p {
  font-size: 3.2vw;
  color: #FFCF83;
  font-family: auto;
}

.menu .button a {
  font-size: 2.66666vw;
  color: #FFCF83;
  font-family: auto;
  text-decoration: none;
  display: block;
  padding: 2vw 0;
  padding-left: 1.06666vw;
}

.menu .button .btn-item {
  font-family: auto;
  font-size: 3.2vw;
  padding: 0 1.6vw;
  margin-right: 4px;
  color: #FFCF83;
  /* height: 60%; */
  line-height: 7vw;
  border-radius: 1vw;
  border: 0.104166vw solid #FFCF83;
}

.menu2 .button .btn-item {
  background-color: #E4CAA0;
  color: #000000;
}

.menu2 .button .btn-group {
  margin-top: 1.06666vw;
  background-color: #E4CAA0;
  color: #000000 !important;
  border-radius: 1.06666vw;
}

.menu2 .button .btn-group a {
  color: #000000 !important;
}

.menu .button .btn-group {
  display: none;
}

.menu .button .active .btn-group {
  display: block;
}