body{
    font-family: 'Prompt', sans-serif;
    background-color: #FFF;
    color: #555;
    background: url('../../public/img/bg.jpg') top center repeat;
}
h1{
    color: #1d9372;
}
h2{
color:#8E5125;
}
h3{
color:#8E5125;
}
h4{
    color: #136835;
}
h5{
    color: #0095D9;
}

@font-face{
  font-family: 'adman';
  src:  url('../../public/fonts/cl/DB Adman X.ttf') format("truetype");
}
@font-face{
  font-family: '9luang';
  src:  url('../../public/fonts/9-luang/9 LUANG.otf') format("opentype");
}
.admanx{
font-family: 'adman' !important;
letter-spacing: 0.025em;
}
.nineluang{
font-family: '9luang' !important;
}

.main-font-color{
      color: #600403;
}
.nav-bg{
  border: 0;
  border-top:3px;

   border-image: linear-gradient(to right, #8b4e23, #fdd266, #8b4e23, #fdd266, #8b4e23) 1;
   border-width: 100%;
border-style: solid;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #333333;
}
.pattern1{
  border: 0;
  border-bottom:6px;
   border-image: url('../../public/img/Pattern-1.webp');
   border-width: 100%;
}
.navbar-brand img{
    max-height: 150px;
    float: left;
    margin-top: -14px;
}
@media(max-width:463px){
    .navbar-brand{
        display: inline-block !important;
         width: 70%;
        float: left;
    }
}
.nav-link{
    font-size: 1.2em;
    padding: 0;
    font-weight: 700;
    color: #FFF !important;
    margin: 0 5px;
     -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 3px solid transparent;
}
.nav-link:hover{
    color: #FFF !important;
    border-bottom: 3px solid #FFF;
     -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.orange-line{
    border: 0;
    border-bottom: 1px solid #00689d;
}
.sustainblepanel .text-center{
    margin-bottom: 15px;
    margin-top: 15px;
}
.sustainblepanel img{
    transition-duration: 0.3s;
    /*filter: grayscale(90%);*/
}
.sustainblepanel img:hover{
    transition-duration: 0.3s;
}
.sustainblepanel img.refresh{
     filter: grayscale(0%);
}
.removeLoad{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.text-indent{
    text-indent: 30px;
}
.white-text{
    color: #FFF !important;
}
.news-list-content-index{
	display: block; 
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow:hidden;
  text-overflow: ellipsis;
}


.inline{
    display: inline;
}
h6{
    font-size: 1.15em;
}
.news-list-index{
    color: #01466C !important;
    text-decoration: none !important;

    float: left;
    padding: 15px;
}
.news-list-index img{
    margin-bottom: 7px;
     -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.news-list-index:hover img{
    opacity: 0.9;
     -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.news-list-index:hover h6{
    text-decoration: underline;
}
.detailHeader{
padding-bottom: 150px;
   padding-top: 150px;
}
.detailHeader h2{
    text-shadow: rgb(85, 85, 85) 2px 0px 0px, rgb(85, 85, 85) 1.75517px 0.958851px 0px, rgb(85, 85, 85) 1.0806px 1.68294px 0px, rgb(85, 85, 85) 0.141474px 1.99499px 0px, rgb(85, 85, 85) -0.832294px 1.81859px 0px, rgb(85, 85, 85) -1.60229px 1.19694px 0px, rgb(85, 85, 85) -1.97998px 0.28224px 0px, rgb(85, 85, 85) -1.87291px -0.701566px 0px, rgb(85, 85, 85) -1.30729px -1.5136px 0px, rgb(85, 85, 85) -0.421592px -1.95506px 0px, rgb(85, 85, 85) 0.567324px -1.91785px 0px, rgb(85, 85, 85) 1.41734px -1.41108px 0px, rgb(85, 85, 85) 1.92034px -0.558831px 0px;
color: #FFF;
   
}
.detailContent h3{
    color: #00466C;
}
.detailContent h5{
    color: #007F3E;
}
.text-mute{
    color: #777;
    font-size: 0.9em;
    margin-bottom: 20px;
}
.newsDetailImg{
	margin-bottom: 25px;
    opacity: 1;
}
.newsDetailImg:hover{
	opacity: 0.85;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.menubar{
    margin: 50px 0;
}
.menubar a:link{
    font-size: 1.3em;
    font-weight: 700;
    color: #136835;
    padding:1px 15px;
    
}
.menubar a:visited{
    color: #136835;
}
.menubar a:hover{
   background-color: #AFDCA1;
   text-decoration: none;

}

hr{
    border-bottom: 2px solid #920000;
}
.navbar-brand-text{
    font-size: 1.2em;
    margin-bottom: 0;
}
.logo-notext{
    max-width: 80%;
    margin-bottom: 10px;
}
.sectionHomePanel{
    margin-bottom: 30px;
}
.sectionHome:link{
    color: #6492C9;
    
}
.sectionHome:visited{
    color: #6492C9;
}
.sectionHome:hover{
    color: #034DA8;
}
.contact-content{
    margin-bottom: 20px;
}
.padding-for-container{
  padding-top:50px;
  padding-bottom: 50px;
}
.headingflower{
  max-height: 23px;
  margin-top: -1px;
}
.textTitle{
  background: url('../../public/img/accom-bg.jpg') top center repeat;

}

.aboutusIndexBlog{
  padding:30px;-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
  background: url('../../public/img/accom-bg.jpg') top center repeat;
 background-color:#FFF;
-webkit-box-shadow: 0px 0px 35px -15px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 35px -15px rgba(0,0,0,0.75);
box-shadow: 0px 0px 35px -15px rgba(0,0,0,0.75);
margin-bottom: 15px;
}
.aboutusBlog{
  background: url('../../public/img/accom-bg.jpg') top center repeat;
  padding:30px;-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
 background-color:#FFF;
 margin-bottom: 30px;
}
.bgF2{
background: rgb(254,236,219);
background: linear-gradient(180deg, rgba(254,236,219,1) 0%, rgba(255,255,255,1) 100%);
}
.bgFF{
  border: 0;
  border-top:3px;
   border-image: linear-gradient(to right, #8b4e23, #fdd266, #8b4e23, #fdd266, #8b4e23) 1;
   border-width: 100%;
border-style: solid;

background-color: #FFF;
}
.news-index-list{
  color: #555;
  text-decoration: none;

  float: left;
}
.news-index-list img{
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-bottom: 10px;

}
.news-index-list img:hover{
opacity: 0.85;
}

.btn-danger{
  background-color: #A93A3A;
  border-color: #A93A3A;
}
.btn-danger:visited{
  background-color: #A93A3A;
  border-color: #A93A3A;
  color: #FFF !important;
}
.btn-danger:hover{
  background-color: #A93A3A;
  border-color: #A93A3A;
}
.text-white{
  color:#FFF !important;
}
.bgGallery{
  background: url('../../public/img/doksuk-transparent.png') top left repeat;
  background-color:#f2f2f2;
}
.partnerlogo{
  max-height: 50px;
  margin-left: 15px;
  margin-right: 15px;

}


.slideshowImg { 
        -webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
		} 


.galleryThumbnail{
   -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.galleryThumbnail:hover{
  opacity: 0.8;
}
.natural-idea{
  background: url('../../public/img/natural-idea.jpg'); top center no-reapeat;
  background-size: cover;
  height: 400px;
  line-height: 400px;
}
.wayoflife-idea{
  background: url('../../public/img/wayoflife-idea.jpg'); top center no-reapeat;
  background-size: cover;
  height: 400px;
  line-height: 400px;
}
.modern-idea{
  background: url('../../public/img/modern-idea.jpg'); top center no-reapeat;
  background-size: cover;
  height: 400px;
  line-height: 400px;
}
.emotion-idea{
  background: url('../../public/img/emotion-idea.jpg'); top center no-reapeat;
  background-size: cover;
  height: 400px;
  line-height: 400px;
}
.spirit-idea{
  background: url('../../public/img/spirit-idea.jpg'); top center no-reapeat;
  background-size: cover;
  height: 400px;
  line-height: 400px;
}
.readmore-idea{
  height: 400px;
  line-height: 400px;
}
h5{
  display: inline-block;
  vertical-align: middle;
  text-shadow: 1px 1px 6px rgba(0,0,0,0.82);
   -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 3px solid transparent;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
.natural-idea:hover h5{
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     border: 3px solid #FFF;
     padding-top: 10px;
    padding-bottom: 10px;
     width: 100%;
}
.wayoflife-idea:hover h5{
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     border: 3px solid #FFF;
     padding-top: 10px;
    padding-bottom: 10px;
     width: 100%;
}
.emotion-idea:hover h5{
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     border: 3px solid #FFF;
     padding-top: 10px;
    padding-bottom: 10px;
     width: 100%;
}
.modern-idea:hover h5{
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     border: 3px solid #FFF;
     padding-top: 10px;
    padding-bottom: 10px;
     width: 100%;
}
.spirit-idea:hover h5{
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
   -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
     border: 3px solid #FFF;
     padding-top: 10px;
    padding-bottom: 10px;
     width: 100%;
}
.readmore-idea a:link, a:visited{
  color:#8E5125;
  text-shadow: 1px 1px 6px rgba(0,0,0,0);

    border: 3px solid #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
     padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    text-decoration: underline
}

.readmore-idea a:hover{
  color:#8E5125;
  text-shadow: 1px 1px 6px rgba(0,0,0,0);

    border: 3px solid #8E5125;
    text-decoration: none;
    width: 100%;
}
.text-red{
  color: #940000;
}
   .swiper {
      width: 100%;
      height:300px;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
      width:320px;
      
    }
 .swiper-slide  a{
    margin-top:15px;
 margin-bottom:15px;
 }
    .swiper-slide img {
        max-width:300px;
        margin-bottom:10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        transition-duration: 0.2s;
    }
     .swiper-slide img:hover{
      transition-duration: 0.2s;
      box-shadow: 0px 13px 33px 0px rgba(0,0,0,0.5);
-webkit-box-shadow: 0px 13px 33px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 13px 33px 0px rgba(0,0,0,0.5);
     }
    .rompayom-shadow{
        box-shadow: 0px 0px 30px 25px rgba(0,0,0,0.1);
        }
        .swiper-scrollbar-drag {
         background: var(--swiper-scrollbar-drag-bg-color,rgba(255,255,255,.5));
        }
        
        
        
        
  .swip2 .swiper {
      width: 100%;
    }
    .mySwiper2{
     height: 320px !important;
    }
 .swip2 .swiper-slide img {
  margin-bottom:10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition-duration: 0.2s;
  max-width:100%;
 }
 .swip2 .swiper-slide img:hover{
  transition-duration: 0.2s;
  box-shadow: 0px 13px 33px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 13px 33px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 13px 33px 0px rgba(0,0,0,0.5);
 }
        .swip2 .swiper-slide {
      width: 26%;
      
    }

    .swip2 .swiper-slide:nth-child(2n) {
      width: 26%;
    }

    .swip2 .swiper-slide:nth-child(3n) {
      width: 26%;
    }
.swiper-img{
 max-height:320px;
}
.navbar-toggler-icon{
  color: #FFF !important;
}
