@charset "UTF-8";

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

.swiper-container-MAIN {
  height: 100%;
  width: 100%;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  transition: transform 0.8s ease-in-out;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#lumi-slider {
  color: #FFF;
}

.matbangtang .swiper-container {

  width: 100%;
  height: 400px;
  /* Adjust height as needed */
}

.matbangtang .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

h1 {
  font-size: 6em;
  font-size: calc(2em + 2vw);
  font-family: arial, helvetica;
  margin: 0;
}

.section {
  text-align: center;
  font-family: arial, helvetica;
  color: #fff;
}

.fp-section:nth-child(1) {
  background: #FFF;
  color: #0e2d2c;
}

.fp-section:nth-child(2) {
  background: #FFF;
  color: #000;
}

.fp-section:nth-child(3) {
  background: #FFF;
  color: #000;
}

.home_slider-pagination {
  bottom: 20px;
  position: absolute;
  z-index: 10;
}

.video-section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

iframe#myVideo video {
  width: 100%;
}

a,
.nav-link,
.nav-item {
  text-decoration: none !important;
  /* Loại bỏ gạch chân */
  text-transform: uppercase;
}



.tongquan {
  font-family: "Montserrat";
}

.tongquan-right {
  text-align: left;
  margin-left: 30px;
}

.tongquan-right-title {
  line-height: 1.4em;
  color: #0e2d2c;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  padding-top: 4px;
}

.btn.btn-default:hover {
  background: #0e2d2c;
  color: #fff;
  border-color: #0e2d2c;
}

.btn.btn-default {
  background: 0 0;
  border-color: #cfb082;
  color: #bda177;
  position: relative;
  padding-left: 45px;
}

.btn.btn-default,
.btn.btn-primary {
  border-radius: 0;
  background: 0 0;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  text-transform: uppercase;
  border: 1px solid #bda177;
}

.btn.btn-default:before {
  content: "\f178";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}

/*# sourceMappingURL=index.css.map */