

@font-face {
  font-family: electronicFont;
  src: url("../font/PK\ Maehongson\ Medium.ttf");
}



body {
  font-family: electronicFont;
  color:#4e4e4e;
  line-height: 22px;
}
.homepage{
  background: url('../images/bg.png') no-repeat;
  background-size: cover;
}

body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd,input,textarea{
  padding: 0;margin: 0;
}

ul,li{
  list-style: none;
}

.w{
  max-width: 1110px;
  margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  color:#4e4e4e;
}

h1{
  font-size: 30px;
  color:#fff;
}



h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color:#fff;

  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 20px;
}
h5{
  font-size: 18px;
}
h6{
  font-size: 16px;
}
a {
  color: #c52d2f;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.btn-primary{
  background: linear-gradient(180deg, #B3F74E 0%, #36BA13 100%);
  border-color: #36BA13;
}

.btn-danger{
  background: linear-gradient(180deg, #FF7C00 0%, #FF5200 100%);
  border-color: #FF5200;

}
.btn-info{
  background: linear-gradient(180deg, #00D1FF 0%, #00A3FF 100%);
  border-color: #00A3FF;

}




.btn-primary:hover, 
.btn-primary:focus{
  background: linear-gradient(180deg, #baf85e 0%, #259407 100%);
  outline: none;
  box-shadow: none;
} 
.btn-danger:hover, 
.btn-danger:focus{
  background: linear-gradient(180deg, #FF7C00 0%, #c03f03 100%);
  outline: none;
  box-shadow: none;
} 
.btn-info:hover, 
.btn-info:focus{
  background: linear-gradient(180deg, #2eccf0 0%, #0579bd 100%);

  outline: none;
  box-shadow: none;
} 


.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 70px 0;
}

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}






#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #2e2e2e;
}

#footer a {
  color: #fff;
}

#footer a:hover {
  color: #c52d2f;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-left: 15px;
}






