@import url('https://fonts.googleapis.com/css2?family=Prompt&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: 'Prompt', sans-serif;
}
body {
    background: #fff !important;
}
:root {
    --main-theme-color: #6B6E3D;
    --sub-theme-color: #9A7B4F;
    --main-text-color: #eefbfb;
    --sub-text-color: #212529cc;
    --main-bg-color: #12232e;
    --sub-bg-color: #203647;
}
.form-label {
    font-size: .9rem !important;
    margin-bottom: .5rem !important;
}
.form-control, .form-select {
    font-size: .9rem !important;
}
.form-control:focus-within, 
.form-select:focus-within, 
.btn-primary:focus-within,
.btn-outline-primary:focus-within {
    box-shadow: none !important;
}
.form-control:focus-within > .input-group-text {
    border-color: #4da8da !important;
}
.nav-link {
    color: var(--sub-text-color) !important;
    transition: .2s all ease !important;
    font-weight: bold !important;
    letter-spacing: 1px;
}
.nav-link:hover {
    color: #212529 !important;
}
.nav-link.logout.nav-link:hover {
    color: red !important;
}

.btn-primary {
    border-color: var(--main-theme-color) !important;
    background: var(--main-theme-color) !important;
    color: var(--main-text-color) !important;

}
.btn-primary:hover {
    border-color: var(--sub-theme-color) !important;
    background: var(--sub-theme-color) !important;
}
.btn-outline-primary {
    color: var(--main-theme-color) !important;
    border-color: var(--main-theme-color) !important;
}
.btn-outline-primary:hover {
    border-color: var(--sub-theme-color) !important;
    background: var(--sub-theme-color) !important;   
    color: var(--main-text-color) !important;
}
.input-group-text {
    background: transparent !important;
}
.ls-1 {
    letter-spacing: 1px;
}
.ls-2 {
    letter-spacing: 2px;
}
.ls-3 {
    letter-spacing: 3px;
}
.fs-7 {
    font-size: .9rem;
}
.navbar-brand {
    font-size: clamp(.6rem, 2.5vw, 1.2rem) !important;
    font-weight: bold !important;
}
.buttonInHead {
    font-size: clamp(.6rem, 2.5vw, 1.25rem) !important;
}
.text-justify {
    text-align: justify !important;
}
.content-media:not(:first) {
    margin-top: 2rem;
}
.date {
    /* margin-bottom: .7rem; */
    font-size: .9rem;
}
.gaping-top:not(:first) {
    margin-top: 2rem;
}
.media-body h2 a {
    text-decoration: none;
    color: var(--sub-text-color);
    transition: .2s;
}
.media-body h2 a:hover {
    color: var(--main-theme-color);
    text-decoration: underline;
}
.breadcrumb-item a {
    text-decoration: none !important;
}
.heroDrop {
    max-height: 600px;
    height: 600px;
}
@media only screen and ( max-width: 768px ) {
    .heroDrop {
        height: 200px;
    }

}
.bank {
  position:relative;
  float: left;
  height: auto;
  }
.krungthai{
  width: 70px;
  height: auto;
  float: left;
  margin-top: 1rem;
}
.bankDetails{
  position: relative;
  float: left;
  margin-left: 1rem;
}
.bankDetails div{
  margin-top: 0.3rem;
}
footer {
    margin-top: 5rem;
}
main {
    margin-top: 5rem;
}
.ajax-upload-dragdrop {
    width: 100% !important;
    border: 1px solid #ced4da !important;
    border-radius: .375rem;
    padding: 0 !important;
}
.text-area {
    border: 2px solid rgb(122, 122, 122);
    width: 100%;
    padding: .25rem .5rem;
    border-radius: .5rem;
    position: relative;
    border: 1px solid #ced4da;
}
.ajax-file-upload-statusbar {
    border: 1px solid #ced4da !important;
}
.ck-editor__editable[role="textbox"] {
    /* editing area */
    min-height: 200px;
}
.bgBlueDrop {
    background: #2980B9;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right,#80ccffcc, #92e2ffdd, #9ce5ffcc);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #80ccffcc, #92e2ffdd, #9ce5ffcc); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.section-title-header .subtitle {
    font-size: 20px;
    color: #004d40;
    margin-bottom: 10px;
    font-style: italic;
  }
  
  .section-title-header p {
    /* text: center; */
    font-weight: 400;
    line-height: 26px;
    padding-bottom: 36px;
  }
  .section-title {
    font-size: 30px;
    color: #212121;
    line-height: 52px;
    font-weight: 700;
    /* text-align: center; */
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  
  .section-title:before {
    content: "[";
    color: #9A7B4F;
    padding-right: 10px;
  }
  
  .section-title:after {
    content: "]";
    color: #9A7B4F;
    padding-left: 10px;
  }
  /* Services Item */
  .intro {
    background: #fff;
  }
.single-intro-text {
    padding: 45px 50px 40px 60px;
    /* -webkit-box-shadow: 0 8px 24px #E2E8ED; */
     /* box-shadow: 0 8px 24px #E2E8ED; */ 
     border: 0.8px solid rgb(216, 216, 216);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    overflow: hidden;
    position: relative;
    margin: 15px 0;
    background: #fff;
    z-index: 2;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  .single-intro-text:hover {
     /* box-shadow: 0 16px 48px #E2E8ED; */
  }
  
  .single-intro-text i {
    position: absolute;
    left: -10px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    top: 20px;
    font-size: 40px;
    color: #ededed;
  }
  
  .single-intro-text h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
  }
  
  .single-intro-text p {
    margin-bottom: 0;
  }
  
  .single-intro-text .count-number {
    position: absolute;
    right: -55px;
    bottom: -55px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    background-image: linear-gradient(0deg, #6B6E3D 0, #9A7B4F 100%);
    color: #fff;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 30px;
  }
  
  .single-intro-text:hover i {
    background-image: linear-gradient(65deg, #6B6E3D 0, #9A7B4F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

.gbox img{
  background: rgba(87, 87, 87, 0.29);
  /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
  /* box-shadow: rgba(77, 77, 77, 0.211) 0px 3px 3px; */
  /* border: 1px solid #c7c7c7 !important; */
  transition: transform .2s; /* Animation */
  padding: 3px;
  height: 81px;
  /* width: 81px; */
}
.gbox {
  transition: transform .2s; /* Animation */
 
}
.gbox :hover {
  transform: scale(2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

@media only screen and ( max-width: 820px ) {
  .gbox img{
    background: rgba(255, 255, 255, 0.29);
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
    /* box-shadow: rgba(77, 77, 77, 0.211) 0px 3px 3px; */
    padding: 1px;
    height: 40px;
     /* width: 40px; */
     /* margin-bottom: 100px; */
  }

}
@media only screen and ( max-width: 1221px ) {
  .gbox img{
    background: rgba(255, 255, 255, 0.29);
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px; */
    /* box-shadow: rgba(77, 77, 77, 0.211) 0px 3px 3px; */
    padding: 2px;
    height: 65px;
     /* width: 65px; */
  }

}

  
  /* Gallery Section */
  #gallery {
    background: #f3f4f3;
    position: relative;
  }
  
  #gallery .gallery-box {
    position: relative;
    margin-bottom: 30px;
    padding: 10px;
    box-shadow: 0 8px 24px #E2E8ED;
  }
  
  #gallery .gallery-box .overlay-box {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 35%;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  #gallery .gallery-box .overlay-box i {
    background: #ffffff;
    color: #004d40;
    font-size: 30px;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    border-radius: 50%;
    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  #gallery .gallery-box:hover .overlay-box {
    background: rgba(0, 255, 42, 0.69);
    transform: scale(1, 1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  #gallery .gallery-box:hover .overlay-box i {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
  
  /* Team Item */
  .team-item:hover {
    box-shadow: 0 16px 48px #E2E8ED;
  }
  
  .team-item {
    margin: 15px 0;
    padding: 15px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 8px 24px #E2E8ED;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
  }
  
  .team-item .team-img {
    position: relative;
    cursor: pointer;
    overflow: hidden;
  }
  
  .team-item .team-overlay {
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .team-item .overlay-social-icon {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .team-item .overlay-social-icon .social-icons {
    padding-left: 0;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
  }
  
  .team-item .overlay-social-icon .social-icons li {
    float: left;
  }
  
  .team-item .overlay-social-icon .social-icons li a {
    letter-spacing: 0px;
    outline: 0 !important;
  }
  
  .team-item .overlay-social-icon .social-icons li a i {
    font-size: 20px;
    color: #fff;
    width: 60px;
    height: 60px;
    background: #004d40;
    display: block;
    border-radius: 0px;
    line-height: 60px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
  }
  
  .team-item .overlay-social-icon .social-icons li .lni-facebook-filled {
    background: rgba(59, 89, 152, 0.7);
  }
  
  .team-item .overlay-social-icon .social-icons li .lni-facebook-filled:hover {
    background: #3B5998;
  }
  
  .team-item .overlay-social-icon .social-icons li .lni-twitter-filled {
    background: rgba(29, 161, 242, 0.7);
  }
  
  .team-item .overlay-social-icon .social-icons li .lni-twitter-filled:hover {
    background: #1da1f2;
  }
  
  .team-item .overlay-social-icon .social-icons li .lni-google-plus {
    background: rgba(234, 67, 53, 0.7);
  }
  
  .team-item .overlay-social-icon .social-icons li .lni-google-plus:hover {
    background: #ea4335;
  }
  
  .team-item .overlay-social-icon .social-icons li .lni-pinterest {
    background: #9A7B4F;
  }
  
  .team-item .overlay-social-icon .social-icons li .lni-pinterest:hover {
    background: #9A7B4F;
  }
  
  .team-item .info-text {
    padding: 20px 0px 5px;
  }
  
  .team-item .info-text h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  .team-item .info-text h3 a {
    color: #212121;
  }
  
  .team-item .info-text h3 a:hover {
    color: #004d40;
  }
  
  .team-item .info-text p {
    margin: 0;
    color: #888;
  }
  
  .team-item:hover .team-overlay {
    opacity: 1;
  }
  
  .team-item:hover .social-icons {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  
  .blog-item {
    background-color: #fff;
    border-radius: 7px;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 8px 24px #E2E8ED;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  .blog-item .blog-image {
    width: 100%;
    max-width: 370px;
    position: relative;
    overflow: hidden;
  }
  
  .blog-item .blog-image img {
    background: #000;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  .blog-item .icon {
    position: absolute;
    top: -25px;
    left: 42%;
    background-image: linear-gradient(65deg, #39796b 0, #004d40 100%);
    color: #ffffff;
    display: block;
    font-size: 26px;
    box-shadow: 0 16px 48px #E2E8ED;
    width: 60px;
    height: 60px;
    line-height: 65px;
    border-radius: 30px;
  }
  
  .blog-item .descr {
    padding: 50px 25px 20px;
    color: #212121;
    position: relative;
  }
  
  .blog-item .descr h3 {
    line-height: 22px;
    margin-bottom: 15px;
  }
  
  .blog-item .descr h3 a {
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    color: #212121;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  
  .blog-item .descr h3 a:hover {
    color: #004d40;
  }
  
  .blog-item .meta-tags {
    background: #f5f6f6;
    padding: 10px;
  }
  
  .blog-item .meta-tags span {
    font-size: 14px;
    color: #999;
    margin: 15px;
  }
  
  .blog-item .meta-tags span i {
    margin-right: 5px;
    color: #004d40;
  }
  
  .blog-item .meta-tags span a {
    color: #999;
  }
  
  .blog-item .meta-tags span a:hover {
    color: #004d40;
  }
  input:disabled {
    background-color: rgb(250, 250, 250) !important;
  }
  textarea:disabled {
    background-color: rgb(250, 250, 250) !important;
  }
  select:disabled {
    background-color: rgb(250, 250, 250) !important;
  }

  .blog-item:hover {
    box-shadow: 0 16px 48px #E2E8ED;
  }
  
  .blog-item:hover .blog-image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }

  #time-bar {
     background: transparent; 
    position: relative;
  
  }
  
  #time-bar .time-wrapper-h {
    background: transparent;
     
    border-radius: 4px;
    /* box-shadow: 0 2px 2px #E2E8ED;  */
    /* margin-bottom: -35px; */
    margin-top: -170px;
    padding: 0px 0; 
    position: relative;
    top: -40px;
    z-index: 999;
  }

  
  #countdown h1 {
    font-weight: normal;
    letter-spacing: .125rem;
    text-transform: uppercase;
  }
  
  #countdown li {
    display: inline-block;
    font-size: 1em;
    list-style-type: none;
    padding: 1em;
    text-transform: uppercase;
    color: #888;
  }
  
  #countdown li span {
    display: block;
    font-size: 2.0rem;
    color: rgb(239, 239, 239);
  }



  @media only screen and (max-width: 768px) {
    #countdown h1 {
      font-size: calc(0.5rem * var(--smaller));
    }
    
    #countdown li {
      font-size: calc(0.125rem * var(--smaller));
    }
    
    #countdown li span {
      font-size: calc(0.375rem * var(--smaller));
    }
    #time-bar .time-wrapper-h {
      background: transparent;
       
      border-radius: 4px;
      /* box-shadow: 0 2px 2px #E2E8ED;  */
      /* margin-bottom: -35px; */
      margin-top: -110px;
      padding: 0px 0; 
      position: relative;
      top: -40px;
      z-index: 999;
      font-size: 0.5em;
    }
    #navbar-img  {
      position: relative !important;
      padding: 0px !important;
    }
  }
  



  
/* Inforamation Bar */
#information-bar {
  background: #fff;
  position: relative;

}

#information-bar .inforation-wrapper-h {
  background: #fff;
   
  border-radius: 4px;
  /* box-shadow: 0 2px 2px #E2E8ED;  */
  /* margin-bottom: -35px; */
  margin-top: 0px;
  padding: 0px 0; 
  position: relative;
  top: -40px;
  z-index: 999;
}
#information-bar .inforation-wrapper {
  background: #fff;
 
 
  border-radius: 4px;
  /* box-shadow: 0 5px 5px #E2E8ED;  */
  /* margin-bottom: -35px; */
  /* margin-top: 20px; */
  /* padding: 40px 0; */
  position: relative;
  top: 0px;
  z-index: 999;
}

#information-bar ul {
  text-align: center;
}

#information-bar ul li {
  display: inline-block;
}

#information-bar ul li i {
  text-align: center;
  padding: 0 12px;
  font-size: 32px;
  vertical-align: middle;
  background-image: linear-gradient(0deg,  #6B6E3D 0, #9A7B4F 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
}

#information-bar ul li span {
  font-size: 16px;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#information-bar ul li span b {
  font-size: 18px;
  color: #374045;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}





#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 80px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}
