body {
  /* font-family: 'Conv_cordiaub' !important; */
  font-family: 'Sarabun', sans-serif !important;
  line-height: 2.5rem;
}

html {
  scroll-behavior: smooth;
}

.navbar-light .navbar-nav .nav-link {
  color: #000000;
}

.eng-txt {
  font-family: 'Bell MT W04 Bold' !important;
  /* font-family: 'Sarabun', sans-serif !important; */
}

h1, h2, h3, h4, h5 {
  /* font-family: 'Conv_cordiaub' !important; */
  font-family: 'Sarabun', sans-serif !important;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

p {
  font-size: 1.5rem;
}

span {
  font-size: 1.3rem;
  font-weight: 300;
  /* font-family: 'Conv_cordiau' !important; */
  font-family: 'Sarabun', sans-serif !important;
  line-height: 0px !important;
}

b, strong {
  font-weight: bold !important;
}

.txt-txt {
  font-size: 26px;
}

.bdra {
  border-radius: 50px;
}

.nav-link {
  font-size: 20px;
}

.read-txt {
  /* font-family: 'Conv_cordiau' !important; */
  font-family: 'Sarabun', sans-serif !important;
  font-size: 1.5rem;
  font-weight: 300;
}

.read-txt-b {
  /* font-family: 'Conv_cordiaub' !important; */
  font-family: 'Sarabun', sans-serif !important;
  font-size: 1.6rem;
  font-weight: 600;
}

.tb-blue-txt {
  color: #2F61BF;
}

.tb-org-txt {
  color: #C77A1F;
}

.head-txt {
  font-size: 3rem;
}

.head-txt-lg {
  font-size: 4rem;
}

.container {
  max-width: 100em;
}

.sec-2-bg {
  background: #ffffff;
}

.sec-3-bg {
  background: url(../images/bg-sec3.jpg);
  background-size: cover;
}

.car-img {
  position: relative;
  top: -180px;
}

.sec-4-bg {
  background: url(../images/bg-sec4.jpg);
  background-size: cover;
  background-position-y: -100px;
}

.sec-5-bg {
  background: url(../images/bg-sec5.jpg);
  background-size: cover;
  background-position-y: -60px;
}

.sec-7-bg {
  background: rgb(169, 185, 229);
  background: linear-gradient(180deg, rgba(169, 185, 229, 1) 0%, rgba(165, 165, 165, 1) 100%);
}

.about-txt-box {
  height: 178px;
  overflow-y: scroll;
}

.more-car {
  background: url(../images/more-film-bg.png) #F4F4F4;
  background-position: top left;
  background-repeat: no-repeat;
  max-width: 800px;
}

.more-tower {
  background: url(../images/more-tower-bg.png) #000000;
  background-position: top right;
  background-repeat: no-repeat;
  max-width: 800px;
}

.bg-black {
  background: #000000;
}

.scr-down {
  text-decoration: none;
  left: 48%;
  z-index: 999;
}

.quo-txt {
  font-size: 60px;
  color: #414141;
}

a.contact-btn {
  background: violet;
  text-decoration: none;
  padding: 5px 35px;
  border: #000000 1px solid;
  border-radius: 30px;
  background: rgb(196, 206, 207);
  background: linear-gradient(0deg, rgba(196, 206, 207, 1) 0%, rgba(10, 39, 95, 1) 100%);
  color: #ffffff;
  font-size: 26px;
}

.cont li {
  font-size: 26px;
  list-style: none;
}

/* custom scroll bar */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #484848;
}

::-webkit-scrollbar-thumb {
  background: #000;
}

::-webkit-scrollbar-thumb:hover {
  background: #222222;
}

/* form custom */

input[type="text"], select.form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

input[type="text"]:focus, select.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control {
  color: #000000 !important;
  font-size: 20px;
}

.form-control:focus {
  color: #000000;
  background-color: #f7f7f7;
  border-color: #333333;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000 !important;
}

/* back to top */

#button_top {
  display: inline-block;
  background-color: #038f4b;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding-top: 9px;
}

/* #button_top::after {
  content: "f139";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
} */

#button_top:hover {
  cursor: pointer;
  background-color: #333;
}

#button_top:active {
  background-color: #555;
}

#button_top.show {
  opacity: 1;
  visibility: visible;
}

.navbar-toggler {
  padding: .50rem .50rem !important;
  border-radius: 50% !important;
  font-size: 5px !important;
}

.navbar-light .navbar-toggler-icon {
  background-image: url(../images/nav-burger.png) !important;
  width: 14px;
  height: 14px;
}

button:focus {
  outline: 0px dotted !important;
  outline: 0px auto -webkit-focus-ring-color !important;
}

/* add news */

ul.my-list {
  list-style: none;
  font-size: 1.4rem !important;
  font-weight: 300;
}

ul.my-list li::before {
  content: "\2022";
  color: green;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  font-size: 30px;
}

.bg-xxa {
  background: url(../images/bg-film-a.jpg) top center no-repeat;
  background-size: cover;
}

.bg-xxb {
  background: url(../images/review-bg.jpg) top center no-repeat;
  background-size: cover;
}

.bg-xxc {
  background: url(../images/contace-bg.jpg) top center no-repeat;
  background-size: cover;
}

.bg-xxx {
  background: url(../images/mbsec1bg.jpg) top center no-repeat;
  background-size: 100%;
}

.bg-xxz {
  background: url(../images/mb-car.png) right no-repeat;
  background-size: 50%;
  background-position-y: 84px;
}

.bg-abc {
  background: url(../images/room-mb.jpg) right no-repeat;
  background-size: 90%;
  background-position-y: 126px;
}

.bg-asd {
  background: url(../images/review-bg.jpg) top center no-repeat;
  background-size: 100%;
}

.sec-mg {margin-top: 70px;}

@media (max-width: 575px) {
  .about-txt-box {
    height: 462px;
    overflow-y: scroll;
  }
  .head-txt {
    font-size: 2rem;
  }
  .read-txt {
    font-size: 1.3rem;
  }
  .navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
  }
  .carousel-control-next-icon {
    background-image: url(../images/right-arrow.png);
    width: 30px;
    height: 46px;
  }
  .carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png);
    width: 30px;
    height: 46px;
  }
  /* .sec1-mb {background: url(../images/mb-bg-sec1.jpg); background-size: 100%; min-height: 586px;} */
  .sec2-mb {
    background: url(../images/mb-bg-sec2.jpg);
    background-size: cover;
    min-height: 676px;
  }
  .mat-btn {
    position: absolute;
    top: 150px;
  }
  .res-btn {
    position: absolute;
    right: 10px;
    bottom: 50px;
  }
  .bg-uv {
    background: #343434;
  }
  .sec3-1-mb {
    background: url(../images/mb-bg-sec3.jpg);
    background-size: cover;
  }
  .sec3-2-mb {
    background: url(../images/mb-bg-sec3.jpg);
    background-size: cover;
  }
  .bg-air-mb {
    background: url(../images/air-bg-mb.jpg) no-repeat;
  }
  .bg-air-feature {
    background: url(../images/mb-feature-bg.jpg) no-repeat top #000000;
    background-size: cover;
  }
  h1 {
    font-size: 1.6rem;
  }
  h2 {
    font-size: 3rem;
  }
  p {
    font-size: 1.8rem;
  }
  span {
    font-size: 1rem;
    font-weight: 300;
    /* font-family: 'Conv_cordiau' !important; */
    font-family: 'Sarabun', sans-serif !important;
  }
  .txt-txt {
    font-size: 26px;
  }
  .eng-txt {
    font-family: 'Conv_BELL' !important;
    font-size: 1.5rem;
    font-weight: bold;
  }
  .form-check .eng-txt {
    font-size: 1rem;
  }
  .nav-link {
    font-size: 24px;
  }
  .read-txt {
    /* font-family: 'Conv_cordiau' !important; */
    font-family: 'Sarabun', sans-serif !important;
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.7em;
  }
  .read-txt-b {
    /* font-family: 'Conv_cordiaub' !important; */
    font-family: 'Sarabun', sans-serif !important;
    font-size: 1.3rem;
    font-weight: 600;
  }
  ul.my-list {
    font-size: 1rem !important;
    line-height: 1.4em;
    font-weight: 300;
}
.sec-mg {margin-top: 60px;}
.bg-xxx {
  background: url(../images/mbsec1bg.jpg) top center no-repeat;
  background-size: cover;
}

}