/* แก้ font */
body, h1, h2, h3, h4, h5, h6 {
         font-family: 'Prompt', sans-serif;
   }

/*body{
-webkit-filter: grayscale(65%);
moz-webkit-filter: grayscale(65%);
 filter: grayscale(65%);
}*/

body, h1, h2, h3, h4, h5, h6,p {font-family: 'Prompt', 
    sans-serif;-webkit-font-smoothing: antialiased;
}

body, p {font-weight:200;}

h1, h2, h3,h4, h5, h6 {font-weight:300;}

/* ทำปุ่ม แบบ ghost*/
.ghost-button-transition {
      display: inline-block;
      float :right;
      width: auto;
      padding: 8px;
      color: #058ae5;
      border: 1px solid #e0e0e0;
      text-align: center;
      outline: none;
      text-decoration: none;
      transition: background-color 0.2s ease-out,
      color 0.1s ease-out;
     
}



.ghost-button-transition:hover, .ghost-button-transition:active {
  background-color: #058ae5;
  color: #fff;
  transition: background-color 0.2s ease-in,
  color 0.2s ease-in;
  box-shadow: 0 8px 16px #7c7c7c;
}

/* ทำเงา */
.sdb {
box-shadow: 0 8px 16px #7c7c7c;
}

.sdb2 {
box-shadow: 0 5px 10px 0 #c5c5c5;
}
/*ทำ Mouse Over*/
.mov:hover {
box-shadow: 0 8px 16px #7c7c7c;
transform: scale(1.2, 1.2);
}

.mov2:hover {
box-shadow: 0 8px 16px #7c7c7c;
padding: 1px;
border: 3px solid #046cb4;
border-radius: 10px;
cursor:pointer;
position: relative;
}

/* ทำ mouse over section */
.movsec:hover {
background: #e8e8e8;
}

.sdb3:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.sdbox {
-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
}


/* ปิด feature image ใหญ่ใน Post*/
.qodef-blog-holder article .qodef-post-image {display : none;}
.qodef-blog-holder article .qodef-post-info { display : none;}

/* ทำหัวข้อข่าวตัวบาง*/
.qodef-blog-list-holder .qodef-item-title { font-weight:300; font-size:1.1em;}

.qodef-excerpt { display:none;}

.qodef-btn.qodef-btn-icon .qodef-btn-text { font-weight : 300; }

/* ปรับขนาด font accordian*/
.qodef-tab-title-inner { font-weight: 300;}

.qodef-tabs .qodef-tabs-nav li a  { font-weight: 300;}

.wpcf7-form-control.wpcf7-textarea {
    height: 130px;
}

.update-nag sc-admin-notice {display:none! important;}

.sc-admin-notice {display:none !important;}

.qodef-post-info-bottom {display:none;}

.sdd:hover {
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
transition: box-shadow 0.5s ease;
object-fit: fill;
}

.qodef-item-text-holder:hover {
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
transition: box-shadow 0.5s ease;
object-fit: fill;
border: 1px dotted black;
}

/* ปิดโฆษณา slider */
.update-nag {display:none;}

/*===== Black Ribbon =======*/
/*.blackribbon {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width:100px;
    height:100px;
    z-index: 99999;
}
/*===============*/

/* Fix Banenr Righ Corner*/
.fixbanner {
    display: block;
    position: fixed;
    bottom: 400px;
    right: 10px;
    width: 13%;
    height: auto;
     z-index: 99999;
}

.fixbanner:hover {
transform: scale(100%);
cursor:pointer;
transition: width 1.5s;
-webkit-transition: width 1.5s;
width: 360px;
}

@media only screen and (min-width: 300px) and (max-width: 1200px){
    .fixbanner{
    width: 25%;
    bottom:0;}
}

/* ทำกรอบเด่นให้ข่าว */
.hlred, .hlblue  {display:inline-block;margin:10px;font-size:18px; color:red; border-left: 5px solid red; padding: 10px; background-color: #ffd3d3; box-shadow: 2px 2px 10px #888888;}

.hlblue {color:#000; border-left: 3px solid #026CB6; background-color: #b1d8ff; }

/* div จัดกลาง */
.divcen {text-align:center;}

/*  ทำ pop up fanpage +ใส่ข้อความ*/
.ArevicoModal .ArevicoModal-content:after {
content: "กด Like Fanpage เพื่อรับข่าวสารของเรา";
padding: 10px;
color: #fff;
font-size: 20px;
font-weight: 500;
text-align: center;
border: 5px solid red;
background-color: rgba(0, 0, 0, 1);
position: relative;
display: block;
margin-top: -40px;
}

/*ทำ Ghost button */
.ggbut {
position: relative;
display: inline-block;
margin: 50px;
padding : 10px;
border: 1px solid black;
color: #000;
text-align: center;
width: 400px;
transition: color 1s;
transition: background-color 1s ;
}

.ggbut:hover {
color:#fff;
background: rgba(51, 102, 153, 1);
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* เพิ่มความกว้าง tab ให้เท่ากัน*/
.ui-tabs-anchor {
display: inline-block;
width : 100px;
}

/* ทำภาพ Hover รูปข่าว*/
.qodef-blog-list-item-inner{ transition: 0.5s;} 
.qodef-blog-list-item-inner:hover{
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

/* ทำ Hover Shadow */
.box-shadow {transition: 0.7s;
}
.box-shadow:hover {
-webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.5);
filter:drop-shadow: (0px -20px 20px 0px rgba(0,0,0,0.5));
transition: 0.7s;
}

/* ทำกรอบรูปโค้ง+hover */
.alumni-box {
border: 5px solid #146acc;
border-radius: 15px 15px 0 0;
transition: 1s;
overflow: hidden;
}
.alumni-box:hover {
transform: scale(1.1);
transition: 1s;
border-radius:100%;
border: 15px solid rgba(20,106,204, 1);
overflow: hidden;
z-index: 999;
}

/* ตั้' text */
.left-arrow {
	display: inline-block;
	position: relative;
	background: #146acd;
	padding: 20px;
    
}
/* ทำลูกศรชี้รุ่น */
.left-arrow:after {
	content: '';
	display: block;  
	position: absolute;
    top: 80%;
    left: 35%;
	margin-top:10;
	width: 0;
	height: 0;
	border-top: 30px solid #146acd;
	border-right: 20px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 20px solid transparent;
   }

.textver {
transform: rotate(-90deg);
transform-origin: left top 100;
margin-top: 30px;
color: #fff;
}

/* ทำปุ่ม ghost ขาว-ดำ*/
.ghost-button-white {
width: 200px;
height: 20px;
padding: 10px;
color: #fff;
font-size: 14px;
font-weight: 500;
border: 2px solid #fff;
border-radius: 5px;
transition: 0.5s;
}
.ghost-button-white:hover {
color: #000;
background-color: #fff;
transition: 0.5s;
}

.qbox {
  
  padding: 10px;
  color: #000;
  font-weight:400;
  background-color: rgba(20,106,204, 0.1);
}

/*.qbox-left {
  border-left: 5px solid #146acc;
}*/

.qbox-right {
  border-right: 5px solid #146acc;
}

.qboxline {
border-bottom: 5px solid #146acc;
  color: #fff;
  background-color: rgba(20,106,204, 1);
}

.wid1300{
width:1300px;
}



.responsiveCal {
 
position: relative; padding-bottom: 75%; height: 0; overflow: hidden;
 
}
 
.responsiveCal iframe {
 
position: absolute; top:0; left: 0; width: 100%; height: 100%;
 
}

.boxzilla {
    position: fixed;
    z-index: 999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0,0,0,0) !important;
     padding: 5px;
      width: 90%;
}

.boxzilla-close-icon {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding: 6px;
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 40px !important;
    font-weight: 700;
    line-height: 20px;
    color: #fff !important;
    opacity: .5;
}

/*====== แก้ menu ตกขอบ ======*/
.qodef-vertical-align-containers .qodef-position-right {
    position: relative;
    float: none;
    z-index: 2;
    height: 100%;
    text-align: right;
}

/*====== แก้ menu ตกขอบ ======*/

.qodef-vertical-align-containers .qodef-position-right {
    position: relative;
    float: none;
    z-index: 1;
    height: 100%;
    text-align: right;
}

@media only screen and (max-width: 600px) {
.mis-tb{
	overflow-x: scroll;
	}
}

div.qodef-item-info-section {
	display: none;
}
