/* Navber Langbar*/
.navbarlang {
  height: 30px;
}
.navbarlang .nav-link {
  font-size: 15px;
  color: white;
}
@media only screen and (max-width: 992px) {
  .navbarlang .nav-link {
    margin-top: -13px;
    font-size: 15px;
    color: white;
  }
}
/* Navber Main*/
.navbarmain {
  height: 60px;
  margin-top: -50px;
}
.navbarmain .img-logo {
  margin-left: 20%;
  height : 30px;
}
@media only screen and (max-width: 992px) {
  .navbarmain .img-logo {
    margin-left: 20%;
    height : 30px;
  }
}

.navbar-nav .navbar-light {
  font-family: 'Kanit', sans-serif;
  font-size: 15px;
  color: white;
  margin-left: 10px;
}
.navbar a {
  font-family: 'Kanit', sans-serif;
  font-size: 15px;
}
.navbar a, a:hover, a:active, a:visited {
    text-decoration:none;
}

/* Mobile */
.custom-scrollbar {
  display: none;
}
@media only screen and (max-width: 992px) {
  .custom-scrollbar {
    display: block;
  }
}
.mobilebottom {
  display: none;
}
@media only screen and (max-width: 992px) {
  .mobilebottom {
    display: block;
    height: 50px;
  }
  .mobilebottom a {
    font-family: 'Kanit', sans-serif;
    font-size: 10px;
    text-align: center;
  }
  .mobilebottom .btn {
    width: 120px;
  }
  .mobilebottom .colmb {
    width: 20%;
  }
  .mobilemargin {
    height: 40px;
  }
}

/*slide*/
html,
body,
.view {
  min-height: 80%;
}
@media only screen and (max-width: 992px) {
  html,
  body,
  .view {
    min-height: 80%;
  }
}

html,
body,
.full-bg-img {
  height: 90%;
}
@media only screen and (max-width: 992px) {
  html,
  body,
  .full-bg-img {
    height: 80%;
  }
}
.carousel,
.carousel-item,
.carousel-item.active {
  height: 100%;
}
.carousel-inner {
  height: 100%;
}
.carousel-item:nth-child(1) {
  background-image: url("https://www.tmlandhotel.com/assets/images/slide/slide1-min.jpg?v=1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.carousel-item:nth-child(2) {
  background-image: url("https://www.tmlandhotel.com/assets/images/slide/slide2-min.jpg?v=1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.carousel-item:nth-child(3) {
  background-image: url("https://www.tmlandhotel.com/assets/images/slide/slide3-min.jpg?v=1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.carousel-item:nth-child(4) {
  background-image: url("https://www.tmlandhotel.com/assets/images/slide/slide4-min.jpg?v=1");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
/* Content */
.content .row {
  margin-top: -30px;
  margin-bottom: -30px;
}
.content h1 {
  font-size: 30px;
  font-family: 'Kanit', sans-serif;
  margin-top: 10px;
}
.content h2 {
  font-size: 25px;
  font-family: 'Kanit', sans-serif;
  margin-top: 120px;
}
@media only screen and (max-width: 992px) {
.content h2  {
  margin-top: 10px;
  }
}
.content p {
  font-size: 15px;
  font-family: 'Kanit', sans-serif;
  margin-top: 10px;
}
.centent-facilities .card {
  margin-bottom: 10px;
}
/* promotion */
.promotion .card {
  margin-bottom: 10px;
  margin-top: 10px;
}
.promotion .row-space {
  margin-top: -30px;
}
.promotion .card-map {
  min-height: 350px;
}
.promotion .card-map p {
  font-size: 15px;
  font-family: 'Kanit', sans-serif;
  line-height: 5pt;
}
.promotion .card-map h2 {
  font-size: 20px;
  font-family: 'Kanit', sans-serif;
  line-height: 5pt;
}
.promotion .card-other h2 {
  font-size: 30px;
  font-family: 'Kanit', sans-serif;
  text-align: center;
}
.promotion .card-other h3 {
  margin-left: 50px;
  font-size: 20px;
  font-family: 'Kanit', sans-serif;
  text-align: left;
}
/* Close Icon */
.close-modal-x {
  margin-top: -40px;
  top: 40px;
  position: relative;
  float: right;
  z-index: 10;
}
.modalpopup .img-fluid {
  width: 100%;
}
/* Footer */
.footer {
  background-color: rgb(240, 240, 240);
}
.footer > .container {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-left: 15px;
}
.footer > .container b {
  line-height: 50px;
  font-weight: bold;
  font-family: 'Kanit', sans-serif;
  font-size: 18px;
}
.footer > .container p {
  line-height: 10px;
  font-family: 'Kanit', sans-serif;
  font-size: 15px;
}
.footer .social-icons {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  cursor: pointer;
  display: inline-block;
  font-size: 40px;
  height: 56px;
  line-height: 61px;
  margin: 0 10px 13px 0;
  position: relative;
  text-align: center;
  width: 56px;
}
.footer .socicon-bg-facebook {
  background: #3e5b98;
  color: white;
}
.footer .socicon-bg-line {
  background: #00B901;
  color: white;
}
.footer .socicon-bg-googleplus {
  background: #DD4B39;
  color: white;
}
.footer .socicon-bg-youtube {
  background: #e02a20;
  color: white;
}
.footer .social-icons:hover {
  background: #252525 !important;
}
