@import "helper.css";
@import "color/color.css";
@import "theme.css";
@import "fonts.css";
/*Font Face*/
@import url('https://fonts.googleapis.com/css?family=Prompt|Ropa+Sans');


/*//////////////////////////////////////////////*/

html, body {
    height: 100%;
}
html {
    font-family: 'Prompt',"Helvetica Neue", Helvetica, Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    }
body {
    font-family: 'Prompt',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
.wrapper {
     /* the bottom margin is the negative value of the footer's height */
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto 0; /* the bottom margin is the negative value of the footer's height */
     transition: padding 0.5s;
}
section.content {
    /*margin-bottom: 50px;*/
}

.navbar-form {
  margin-top: 7px;
  margin-bottom: 7px;
}
.nav-justified>li{
  float:none!important;
}
.input-group {
    border: 1px solid gainsboro;
}
.navbar-brand>img {
  height: 100%;
  width: auto;
}
.input-group * {
    border: none;
    box-shadow: none;
}
.has-error .input-group {
    border-color: #a94442;
}

.input-group .input-group-addon {
    background: none;
    /*padding: 0;*/
}
a.text-danger {
  color:#a94442!important;
}
.navbar {
  min-height:1px!important;
}
ul.item-list>li, ul.item-list>li>a {
  color: black;
  font-size: 16px;
}
ul.item-list>li>a {
    padding: 20px;
}
.sp_icon{
  position: relative;
  padding-right: 15px;
}
.sp_icon img{
  height: 45px;
}
.sp_icon>a{
  line-height: 60px;
}
section.content .item-list>li .fa {
  color: #155d85;
}
section.content .item-list>li, section.content .item-list>li>a {
  color: black;
}
ul.item-list>li.social>img{
  width: 30px;
}
.intro-box .fa{
  color: #155d85;
}
/* à¸«à¹‰à¸²à¸¡à¸¥à¸š */
input, textarea {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
.slick-slide:focus {
    outline: none;
}
/* à¸«à¹‰à¸²à¸¡à¸¥à¸š */
/*.navbar-form.navbar-right {
  padding-right:0!important;
}*/
