/*
  Theme Name: BizPage
  Theme URL: https://bootstrapmade.com/bizpage-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
@font-face {
    font-family: 'sarabun';
    src:
         url('../font/Sarabun-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

a{ color:#000; text-decoration:none; outline:none;}
a,a:hover,a:click, a:visited{
  border:none;
  outline:none;
  text-decoration:none;
  color:inherit;
  -webkit-tap-highlight-color: white;
}
img{ border:0; max-width:100%;}
td{ padding:7px;}

body {
  color: #000;
  font-family: "sarabun";
  font-size:14px;
  padding:15px;
  margin:0;
}
.btn-submit{background:#36C; border:0; color:#FFF; padding: 3px 10px; border-radius: 2px;}
.br{ width:100%; padding-top:0;}
.topnav {
  overflow: hidden;
 
  position: relative;
}
#myLinks a{ background-color: #333;}
.topnav #myLinks {
  display: none;
  margin-top:10px;
}

.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
  /*background-color: #000;*/
  color: #fff;
}

.active {
  /*background-color: #4CAF50;*/
  color: white;
}
