/*============================================================================
   #Webcms
==============================================================================*/

body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrapper1 {
  position: relative !important;
  height: 814px !important;
  display: flex;
  overflow: hidden;
}

.container1 {
  width: 100%;
  height: 100% !important;
  position: absolute;
  left: 0;
  
}
.container2 {
  width: 100%;
  height: 100% !important;
  position: absolute;
  right: 0;
  
}
#container1 {
  transform: translateX(0%);
}
#container2 {
  transform: translateX(100%);
}
.Bentrai {
  position: relative;
  height: 100% !important;
}
.Benphai {
  position: relative;
  height: 100% !important;
}
.swiper-pagination-bullets {
  top: 90% !important;
  right: 4% !important;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: white;
}
.button-xn {
  width: 100%;
  
}
 .button-xn a {
   text-decoration: underline;
   color: white;
   text-transform: uppercase;
   font-size: 20px;
   position: absolute;
   top: 40%;
   z-index: 99;
   left: 47%;
 }   
 .button-xn a:hover{
   color: white;
   text-decoration: underline;
 }  
 .to_bottom {
   display: none;
   width: 100%;
   text-align: center;
   position: absolute;
   bottom: 2%;
   z-index: 99;
 }
 .to_bottom i {
   font-size: 30px;
   color: white;
 }
.to_right {
  position: absolute;
  top: 41%;
  right: 10px;
  z-index: 99;
  width: 70px;
  height: 20px;

}
.to_right span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  margin-right: 5px;
}
.to_right i {
  font-size: 20px;
  color: #fff;
}
.to_left {
  position: absolute;
  top: 41%;
  left: 10px;
  z-index: 99;
  width: 82px;
  height: 20px;

}
.to_left span {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  margin-left: 5px;
}
.to_left i {
  font-size: 20px;
  color: #fff;
}