@import url("https://fonts.googleapis.com/css2?family=Kanit&display=swap");

body {
  font-family: "Kanit", sans-serif;
  color: #252726;
  font-size: 14px;
  line-height: 1.5;
}

.navbar-brand {
  padding: 0 !important;
  position: relative;
  vertical-align: middle;
  height: inherit;
}

.navbar-brand img {
  max-width: 180px;
  margin-left: 15px !important;
}

.navbar-default .navbar-nav > li > a {
  padding: 28px 15px 28px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.navbar-default .navbar-toggle {
  border: 0px;
}

.img-responsive {
  width: 100%;
}

.icon-group {
  display: flex;
  justify-content: center;
}

.icon-group .login {
  margin: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-group .login-btn {
  padding: 0;
  color: rgba(4, 4, 19, 0.56);
  cursor: pointer;
}

.icon-group .login-btn .img {
  padding: 10px;
  width: 48px;
  height: 48px;
  display: block;
  border: 1px solid rgba(82, 82, 128, 0.09);
  border-radius: 16px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.icon-group .text-login a {
  color: rgba(4, 4, 19, 0.56);
  line-height: 38px;
  text-align: center;
}

.icon-group .login:hover a {
  color: #222230;
}

.icon-group .login:hover .login-btn .img {
  border-color: rgba(82, 82, 128, 0.09);
  background-color: rgba(82, 82, 128, 0.09);
}

@media (min-width: 991px) {
  .navbar-header {
    position: relative !important;
  }

  .navbar-phatarathonburi {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.navbar-default .navbar-toggle {
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
