@font-face {
    font-family: 'thsarabunnew';
    src: url('thsarabunnew-webfont.woff2') format('woff2'),
         url('thsarabunnew-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body{
  font-family: 'thsarabunnew';
}
h2{
  font-family: 'thsarabunnew';
  color: rgb(253 197 14) !important;
}
/*iconline,face,mail*/
.fixed-content{
    top: 150px;
    right: 0px;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 10000;
    width: 80px;
    /*border: solid;
    background: red;*/
    height: 190px;
    overflow: hidden;
    text-align: center;
}
/*iconline,face,mail*/

/*dropdown*/
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  /*padding: 12px 16px;*/
  z-index: 1;
}
.dropdown-content > p  {
  padding: 12px;
  cursor:pointer;
  font-size: 20px;
}
.dropdown-content > p:hover  {
  background-color: #e1ebfa;
  cursor:pointer
}

.dropdown:hover .dropdown-content {
  display: block;
}
/*dropdown*/