body {
  padding-top:0rem;
  padding-bottom: 0rem;
  color: #000000;
  font-family: 'Sarabun', sans-serif !important;
  /* background: url(images/bg/web.jpg)top center no-repeat;
  background-size: cover; */
  background: #000;
}
.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,.55);
  border-color: rgb(0 0 0);
  background: #000000a3;
}
#regForm {
  font-family: 'Sarabun', sans-serif !important;
  background-color: #2b2b2b;
  margin: 0px auto;
  padding: 40px;
  margin-top: 18px;
  border-radius: 10px
}
.select_step{
  padding: 10px;
  width: 100%;
  font-size: 18px;
  border: 1px solid #000000;
  margin-bottom: 13px;
  background: #FFF;
}
input {
  padding: 10px;
  width: 100%;
  font-size: 18px;
  border: 1px solid #000000;
  margin-bottom: 13px;
  background: #FFF;
}

input.invalid {
  background-color: #ffb4b4;
  border: 1px solid #c50000;
}

.tab {
  display: none
}

#prevBtn {
    background-color: #bbbbbb
}
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5
}
.step.active {
  opacity: 1
}
.step.finish {
  background-color: #4CAF50
}
.all-steps {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px
}
.thanks-message {
  display: none
}

.box{
  padding: 10px;
  border: 1px solid #000;
  border-radius: 4px;
  background: linear-gradient(
  135deg
  , rgba(167,124,58,1) 0%, rgba(167,124,58,1) 25%, rgba(242,214,142,1) 50%, rgba(167,124,58,1) 78%, rgba(167,124,58,1) 100%);
}

.bg-top-1{
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background: linear-gradient(135deg,rgba(167, 124, 58, 1) 0%, rgba(167, 124, 58, 1) 25%, rgba(242, 214, 142, 1) 50%, rgba(167, 124, 58, 1) 78%, rgba(167, 124, 58, 1) 100%);
}
.bg-top-1 a{
  color: #000;
  text-decoration: auto;
  margin: 10px;
}
.bg-top-1 i{
  color: #000;
}
.bg-top-2{
  background-color: #000000;
  width: 100%;
  overflow: hidden;
  background: rgb(3,42,6);
  background: #000 url(images/bg/bg-top.jpg) center top no-repeat;
  background-size: cover;
}
.bg-black {
  border: 2px solid #EEE;
  background-color: #000000!important;
}
.bg-top-3{
  padding: 0;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background: linear-gradient(135deg,rgba(167, 124, 58, 1) 0%, rgba(167, 124, 58, 1) 25%, rgba(242, 214, 142, 1) 50%, rgba(167, 124, 58, 1) 78%, rgba(167, 124, 58, 1) 100%);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #ffffff;
  background-color: rgb(0 0 0 / 60%);
}
.navbar-d-max{
  max-width: 180px;
}
.carousel-item {
  height: auto;
}
.carousel-item > img {
  position: relative;
  height: auto;
}
.promotion_box .card {
  border: none;
  transition: transform .2s, filter 1s;
}
.promotion_box .card:hover {
  transform: scale(1.1);
  filter: contrast(200%);
}
.title-web{
  border: 1px solid #260001;
    box-shadow: #540000 0px -1px 0px 0px inset;
    border-radius: 7px;
    color: #FFF;
    text-shadow: 0px 1px 0 rgb(0 0 0);
    border-top: solid 1px #ff4c4c;
    /* padding: 10px; */
    /* margin-bottom: 18px; */
    background: rgb(84, 57, 124);
    background: -webkit-linear-gradient(bottom, rgba(84, 57, 124, 1) 5%, rgba(110, 84, 152, 1) 100%);
    background: -o-linear-gradient(bottom, rgba(84, 57, 124, 1) 5%, rgba(110, 84, 152, 1) 100%);
    background: linear-gradient(to top, rgb(88, 0, 0) 5%, rgb(173, 0, 0) 100%);
}
.bg-gra-1{
  background-image: linear-gradient(to right, #000c49 , #000);
}
.bg-gra-2{
  background-image: linear-gradient(to right, #000, #000c49 );
}
.mobile, .site-footer-mobile {
  display: none;
}
.desktop{
  display: block;
}
.modal-footer {
  border-top: 1px solid #424242;
}
.logo{
  max-height: 110px;
}
.footer {
  margin-top: 10px;
  /*background-color: #000827;*/
  box-shadow: 0px -1px 14px #000000;
  border-top: 1px solid #000000;
  background: linear-gradient(135deg,rgba(167, 124, 58, 1) 0%, rgba(167, 124, 58, 1) 25%, rgba(242, 214, 142, 1) 50%, rgba(167, 124, 58, 1) 78%, rgba(167, 124, 58, 1) 100%);
}
.carousel {
  margin-bottom: 2rem;
  box-shadow: 0px -1px 14px #0c0900;
}
.footer-link {
  color: #000;
  text-decoration: none;
}
.footer-link:hover {
  color: #000;
  text-decoration: underline;
}
.marquee{
  display: block;
  width: 100%;
  box-shadow: inset 0 0 10px #000000;
  background-color: #084db5;
  padding: 5px;
  border: 1px solid #004bd4;
  border-radius: 4px;
  color: #FFF;
}
footer .hr {
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgb(0 0 0);
}
footer .heading {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
  padding-bottom: 14px;
  font-size: 20px;
  border-bottom: 1px dotted rgb(0 0 0);
}
.imgdata img{
  cursor: pointer;
}
.imgdata img:hover {
  opacity: .7;
}
.promotion {
  background-color: #fff;
  border: 5px solid #dee2e6;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 6px;
}
.box_detail{
  background-color: #111111;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
}
.box_detail img{
  margin-bottom: 15px;
}
.box_detail h2{
  color: #ffc107;
}
.box_detail p{
  margin-bottom: 15px;
}
.left-box-line {
  position: fixed;
  width: 150px;
  height: 150px;
  z-index: 99;
  right: 5px;
  bottom: 250px;
}
.right-box-fix {
    position: fixed;
    width: 350px;
    height: 150px;
    z-index: 99999;
    right: 5px;
    bottom: 50px;
    transition: all 0.5s ease;
}
.slide-hide {
    right: -350px;
}
@media (max-width: 992px){
  .dis_mo_no{
    display: none;
  }
  .mo-100{
    width: 100%;
  }
  .mobile {
    display: block;
  }
  .desktop{
    display: none;
  }
  .logo{
    max-height: 74px;
  }
  .right-box-fix {
    display: none;
  }
  .mobile-center{
    text-align: center;
  }
  .carousel {
    margin-bottom: 1rem;
  }
  .model-h{
    background-image: linear-gradient(to right, #000000 , #ffffff00);
    padding: 10px;
    color: #ffffff;
    margin-bottom: 14px;
  }
  .navbar-dark .navbar-brand {
    color: #000;
    font-size: 28px;
  }
  .munu-mobile-box{
    border: 1px solid #000000;
    border-radius: 10px;
    padding: 10px;
    background: #000000;
    text-decoration: auto;
    text-align: center;
  }
  .munu-mobile-box i {
    font-size: 40px;
    color: #FFF;
  }
  .munu-mobile-box img {

}
  .munu-mobile-box p {
    color: #f4f4f4;
    margin-top: 5px !important;
  }
  /*********************
  **** Menu Mobile ****
  *********************/
  .site-footer-mobile {
    display: block;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 10px 10px;
    background: linear-gradient(135deg,rgba(167, 124, 58, 1) 0%, rgba(167, 124, 58, 1) 25%, rgba(242, 214, 142, 1) 50%, rgba(167, 124, 58, 1) 78%, rgba(167, 124, 58, 1) 100%);
    position: fixed;
    bottom: 0;
    z-index: 100;
  }
  .site-footer-mobile ul {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
  }
  .site-footer-mobile li {
    list-style: none;
    margin: 0;
    text-align: center;
  }
  .site-footer-mobile li:nth-child(3) {
    width: 70px;
  }
  .site-footer-mobile li:nth-child(3) a {
    text-align: center;
    position: absolute;
    top: -28px;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-footer-mobile li:nth-child(3) img {
    display: block;
    width: 70px;
    margin-bottom: 5px;
  }
  .site-footer-mobile a {
    color: #000000;
    font-size: 14px;
    text-decoration: auto;
  }
  .site-footer-mobile i {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 5px;
    background: #ffffff;
    width: 30px;
    height: 30px;
    padding: 10px;
    border-radius: 50px;
    color: #222222;
  }
  /*********************
  **** Menu Mobile ****
  *********************/
  .footer {
    margin-top: 0px;
    margin-bottom: 70px;
  }
}
.border-bbb {
    border-color: #2407ff!important;
}
.bg-blue {
  background: linear-gradient(135deg,rgba(167, 124, 58, 1) 0%, rgba(167, 124, 58, 1) 25%, rgba(242, 214, 142, 1) 50%, rgba(167, 124, 58, 1) 78%, rgba(167, 124, 58, 1) 100%);
}
@media (max-width: 992px){

}
@media (min-width: 768px){

  .lefticon {
    position: fixed;
    top: 10%;
    width: 8%;
    left: 6px;
    z-index: 9999;
  }
  .lefticon img{
    transition: transform .2s, filter 1s;
    background-color: #000;
    float: left;
    margin: 3px;
    width: 45%;
    margin-bottom: 3px !important;
  }
  .img-btn-clode{
    margin-bottom: 0 !important;
    width: 15% !important;
    cursor: pointer !important;
    display: inline-block !important;
    float: none !important;
    background-color: #0000 !important;
  }
  .lefticon img:hover {
    transform: scale(1.1);
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin: 0 5px 0 0px;
  }
  .navbar-dark .navbar-nav .nav-link {
    color: rgb(0 0 0);
    border-radius: 4px;
    font-size: 22px;
    margin: 10px;
  }
}
