@font-face {
  font-family: 'montserratbold';
  src: url('../plugins/font/montserrat-bold-webfont.woff') format('woff'),
  url('../plugins/font/montserrat-bold-webfont.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;

}

html, body {
  height: 100%; /* ให้ html และ body สูงเต็มจอภาพไว้ก่อน */
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
  font-family: 'montserratbold';
  min-width: 320px;
}
.wrapper {
  display: block;
  min-height: 100%; /* real browsers */
  height: auto !important; /* real browsers */
  height: 100%; /* IE6 bug */
  margin-bottom: -20px; /* กำหนด margin-bottom ให้ติดลบเท่ากับความสูงของ footer */
}
.header{
  min-height: 72px;
  position: absolute;
  width: 100%;
  z-index: 10;

}
.footer {
  height: 20px; /* ความสูงของ footer */
  display: block;
  text-align: center;
}

.footerp{
  background: #220E07;

}
.nav-link span , .nav-link label{
  color: white !important;
}

.navbar{
  background: #00000040;
  color: #FFF;
}

.navbar a{
  color: #FFF;
}

.button1 {
  border-radius: 25PX;
}


.box-img-slide{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}


.bg1{
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.content{
  position: absolute;
  left: 450px;
  top: 500px;
}

.content2 {
  background-color: #F2C849 ;
}

.activity {
  text-align: center;
  /* padding: 30px; */
  margin-top: 1px;
}

.tx1 {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 80%;
  height: 100px;
  padding: 12px;
  bottom: 70px;
  box-shadow: rgb(0 0 0 / 35%) 0px 0px 32px 0px;
  min-width: 200px;
}

.box-img-1 img{
  height: 420px;
  object-fit: cover;
}
.box-img-list{
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.promotion {
  text-align: center;
}

.box-img-2 img{
  height: 600px;
  object-fit: cover;
}

.box-img-list2{
  width: 100%;
  height: 600px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.tx2 {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 80%;
  height: 145px;
  padding: 30px;
  bottom: 110px;
  min-width: 200px;
}
.box-img-3{
  padding: 0px;
}
.box-img-3 img{
  height: auto;
}

.box-img-list3{
  width: 643px;
  height: 600px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.txbg1{
  background: #1C588C;
  color: white;
}
.txbg2{
  background: #E9CE51;
}

.igtcenter{
  display: table;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
  background: #292928;
  color: white;
  border: 0;
}

.tx3 {
  position: absolute;
  display: inline-block;
  width: 200px;
  height: 65px;
  padding: 15px;
  top: 20px;
  text-align: center;
  z-index: 10;
  left: 0;
}



.box-img-map{
  width: 100%;
}


.footer-1{
  background:#220E07;
  color: #FFFFFF;
}
.footer-2{
  background:#150804;
  color: #FDB633;
  padding-top: 15px;
  padding-bottom: 15px;
}

.disnon{
  display: none;
}



.contact1 {
  font-size: 80px;
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
}

.address {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}

.contact2 {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}

.imgcarousel{
  width: 100%;
}


.tilte {
  overflow: hidden;
  text-align: center;
}
.tilte:before,
.tilte:after {
  content: "";
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: 25%;
  background-color: #1C588C;

  height: 3.5px;
}
.tilte:before {
  right: 0.5em;
  margin-left: -50%;
}
.tilte:after {
  left: 0.5em;
  margin-right: -50%;
}

.hrtilte{
  text-align: center;
  font-size: 40px;
  padding: 35px;
}



.fadeIn{
  animation: fadeIn;
  animation-duration: 3s;
}

.actionanima img{
  animation: fadeIn;
  animation-duration: 3s;
}
.footerp{
color:white;
padding-top: 70px;
padding-bottom: 70px;
}

.nav-item a:after, #menu-mobile span:after, #nav-all label:after {
    content: '';
    width: 0;
    height: 7px;
    display: block;
    margin-top: -10px;
    right: 0;
    background: #F2C849;
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
    z-index: 1;
}


#nav-all li .active:after{
  width :auto!important;
}

.nav-item a:hover:after
,#menu-mobile span:hover:after
,#menu-mobile span.active:after
, #nav-all label.active:after {
  width: 100%;
  left: 0;
  background: #F2C849;
}

@media (max-width: 768px){
  .footerp{
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media (max-width: 767px){
  .textbanner{
    display: none;
  }
  .textbanner2{
    display: block !important;
  }

}
