@charset "utf-8";
/* CSS Document */

body{
    font-family: 'Noto Sans Thai', sans-serif;
}
#hero h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans Thai', sans-serif;
    color:#123D6A;
  }
 /* #hero h1 {
    font-size: 48px;
    color:#123D6A;
     
  }
  #hero h2 {
    font-size: 30px; 
    color:#575797;
  }   */


  .liner {
    display: flex;
    align-items: flex-start;
    text-align: left;
  }
  .liner:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #FFC107;
    min-width: 20px;
    margin: auto;
  }
  .liner:after {
    margin-left: 20px;
  }
  
  

img{ max-width:100%;}

.gallery_box{ 
    width:100%; 
    max-width: 100%; 
    display:inline-block; 
/*     float: left;  */
    text-align: center; 
    overflow: hidden;  
    position: relative;
}
.gallery_box{ 
    padding:0;
    display: flow-root;
}
.gallery_box:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery_box img {
    -webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
}



.gallery_box .box_data{ 
    position:absolute; 
    top: 0; 
    left: 0; 
    right:0; 
    bottom:0; 
    color:#fff;
}
.gallery_box .box_data p {
    font-family: 'Athiti', sans-serif;
    font-weight: normal;
    position:absolute; 
    top: 80%; 
    transform: translateY(-50%); 
    left:0 ; 
    right:0; 
    font-size:24px; 
    line-height: 1.2em; 
    text-shadow: 2px 2px 4px #000000;
} 
.gallery_box .box_data span {
    font-family: 'Athiti', sans-serif;
    font-weight: bold;
} 
.gallery_box:hover .box_data {
    background:rgba(37, 57, 136, 0.55)
}

.bg-h3{
	font-size: 20px;
	padding: 5px 10px;
	margin-bottom: 20px;
	font-weight: bold;
background-color: #ffffff;
opacity: 1;
background-size: 5px 5px;
background-image: repeating-linear-gradient(45deg, #e1e1e4 0, #e1e1e4 0.5px, #ffffff 0, #ffffff 50%);
	}
.logo102{
    width: 350px;
}
@media (max-width: 767px) {
    .logo102{
        width: 230px;
        margin: auto auto;
    }
  }
  @media (max-width: 991px) {
    .logo102{
        width: 250px;
        margin: auto auto;
    }
  }


/*--------------------------------------------------------------
# speaker
--------------------------------------------------------------*/
.speaker .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.speaker .member .member-img {
  position: relative;
  overflow: hidden;
}

.speaker .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.speaker .member .social a {
  transition: color 0.3s;
  color: #124265;
  margin: 0 10px;
  display: inline-block;
}

.speaker .member .social a:hover {
  color: #2487ce;
}

.speaker .member .social i {
  font-size: 18px;
  margin: 0 2px;
  line-height: 0;
}

.speaker .member .member-info {
  padding: 25px 15px;
}

.speaker .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #124265;
}

.speaker .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.speaker .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.speaker .member:hover .social {
  opacity: 1;
}
