

/* mouse hover แบบเงา+กรอบ */
.mhov {border: 1px solid rgba(0,0,0,0);}
.mhov:hover {box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
transition: background-color .25s,color .15s,box-shadow .15s,opacity .25s,filter .25s,border .15s;
border: 1px solid #0e6ec2;}



/* ทำปุ่ม Ghost Button */
.gbt {color: #ccc; padding : 5px 20px;  display: inline-block;  border: 1px solid rgba(0,0,0,0.2); margin: auto;width: 30%;}
.gbt:hover {color:#0e6ec2; padding : 5px 20px; display: inline-block;  border: 1px solid #000;}

/* ทำ mouse hover ที่ sub menu */
#nav-menu-item-175:hover, #nav-menu-item-189:hover, #nav-menu-item-193:hover{background-color:#52b8ff; color:#fff;}

/* mouse hover ที่ member */
.member {border: 1px solid rgba(0,0,0,0);}
.member:hover {background-color:#0e6ec2/*rgba(0,0,0,0.3)*/; color: #fff; border-radius: 3px; border: 1px solid #fff;}

/* Bg แบบ Gradient */
.bggra{background: linear-gradient(#fff, #FDFDFD, #F7F7F7);}

/* Google map Responsive */
 .google-maps { position: relative; padding-bottom: 50%; // This is the aspect ratio 
        height: 0; overflow: hidden;    }
    .google-maps iframe { position: absolute;  top: 0;   left: 0;width: 100% !important; height: 100% !important;  }

/* เซ็ทขนาดของ Font หน้า Articles */
h5.entry_title a {
    color: #2e2e2e;
    font-size: 14px !important;
    line-height: 14px;
    text-transform: none;
    margin: 0;
font-weight: 400;}


h6.latest_post_two_title .entry_title a  {font-size: 14px !important;}

.title .separator.small, .title .separator.small.left, .title .separator.small.right {
    margin-top: 14px;
    margin-bottom: 10px;
    display: none;
}

.blog_holder.blog_pinterest article .post_info, .blog_holder.blog_pinterest article .post_info a:not(:hover) {
    font-size: 14px;
    color: #2e2e2e;
    text-transform: uppercase;
}

