/* top menu*/


 /* sound */
#src1 {
    display:none;
}

 /* ความสูงของบรรทัด */
#letter1 {
line-height: 20px;
}



 


  /*  search */
.List > li.is-hidden {
  height: 0;
  font-size: 0;
  padding: 0;
  border: none;
  visibility: hidden;

}

::-webkit-input-placeholder {
  color: #5C393D;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #5C393D;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #5C393D;
}
  /*  search */


#src1 {
    display:none;
}



/* drop down*/

.dropdown a {
  text-decoration: none;
  word-spacing:10px;

}
.dropdown [data-toggle="dropdown"] {
  position: relative;
  display: block;
  color: #444444;
  background: #fff;
  padding: 15px;
  padding-left:30px;
  border-bottom: 1px solid #F1F1F1;
}



.dropdown [data-toggle="dropdown"]:hover {
     background: #8aa8bd;
    color: #fff;
}
.dropdown .icon-arrow {
  position: absolute;
  display: block;
  font-size: 0.7em;
  color: #eee;
  top: 14px;
  right: 10px;
}
.dropdown .icon-arrow.open {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown .icon-arrow.close {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown .icon-arrow:before {
  content: '\25BC';

}
.dropdown .dropdown-menu {
  
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;

}
.dropdown .dropdown-menu li {
  padding: 0;
  
}
.dropdown .dropdown-menu li a {
  display: block;
  color: #6f6f6f;
  background: #f1f1f1;
  
  padding: 15px 10px;
  padding: 10px 70px;

}
.dropdown .dropdown-menu .s1 {
  
  float: right;
  
}
.dropdown .dropdown-menu .s2 {

  font-weight: bold;
  color: #444;
  
}
.dropdown .dropdown-menu li a:hover {
  background: #466479;
  color:#f8f8f8;
  line-height: 2em;
  padding: 10px 70px;
}
.dropdown .show, .dropdown .hide {
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
    line-height: 2em;

}
.dropdown .show {
  display: block;
  max-height: 9999px;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 1s ease-in-out;
  -o-transition: max-height 1s ease-in-out;
  -webkit-transition: max-height 1s ease-in-out;
  transition: max-height 1s ease-in-out;
 
}
.dropdown .hide {
  max-height: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
}



html,
body {
  font-size: 14px;

}


.search-bar { 
  background-color: #3F51B5; 
font-size: 14px;
}
.search-bar * { 
  color: #fff; 
  font-size: 14px;
}
.search-bar input { 
  border-bottom-color: #fff; 
  font-size: 14px;
  color: #fff; 

}
.md-errors-spacer { 
  display:none; 
font-size: 14px;
}

.t1 {
  font-size: 16px;
}




/*.full-width-menu-area */


/* .search-button */
/*.search-button {
  display: block;
  margin: 2px 0 0 20px;
  letter-spacing: 1px;
  background:transparent; 
}

.search-button a {
  text-decoration: none;
  font-weight: bold;
}

.search-button a:before {
  font-family: 'Fontawesome';
  -webkit-font-smoothing: antialiased;
  content: '\f002';
  color: white; 
}*/



