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

#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#main-content {
  flex: 1;
}
body,
p {
  line-height: 1.5;
}
body {
  font-family: Kanit, sans-serif;
  color: #252726;
  font-size: 14px;
}
p {
  font-size: 16px;
}
.navbar-brand {
  position: relative;
  vertical-align: middle;
  padding: 12px 0;
  height: inherit;
}
.navbar-brand img {
  max-height: 45px;
}
.navbar-default .navbar-nav > li > a {
  padding: 30px 15px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.navbar-default .navbar-nav > li > a.accent-color {
  color: #0679a4;
}
.navbar-toggle {
  margin-top: 18px;
  margin-right: 0;
  margin-bottom: 18px;
}
.nav-tabs > li > a,
.table > thead > tr > th {
  font-family: Kanit, Times, serif;
  font-weight: 400;
}
#navLoginModal {
  padding: 28px 15px;
}
#navbar-cart {
  background-color: #0679a4;
  color: #fff;
  border-radius: 1000px;
  padding: 3px 7px;
}
.modal-dialog {
  margin-top: 100px;
}
.bs-example p {
  padding: 15px;
}
.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
footer .flickr-widget {
  margin-bottom: 15px;
}
#lecBox {
  background: #00317f;
}
.flickr-widget ul li a {
  height: 70px;
  background-color: #505050;
  text-align: center;
  line-height: 60px;
}
.flickr-widget ul li a img {
  max-width: 100%;
  max-height: 100%;
  width: initial;
  height: initial;
}
.show-grid [class^="col-"] {
  padding-top: 30px;
  padding-bottom: 10px;
}
.logo-sup img {
  height: 73.89px;
}
.course-register {
  text-align: center;
}
#diploma-img img {
  height: 48px;
  width: 48px;
}
@media only screen and (max-width: 479px) {
  #nav-text-color li a {
    padding-top: 10px;
  }
}
.btn-system {
  border-radius: 10em;
  -webkit-border-radius: 10em;
  -moz-border-radius: 10em;
  -o-border-radius: 10em;
}
.btn-cont {
  cursor: pointer;
  margin-top: 20px;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
}
.space {
  margin-bottom: 3px;
}
.navbar-default .navbar-toggle {
  border: 0;
  transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  margin-top: 15px;
}
footer {
  background-color: #00317f;
  padding-top: 30px;
  padding-bottom: 20px;
  border-top: 4px solid #555;
  color: #ccc;
}
.img-responsive {
  width: 100%;
}
.fixed-header .navbar-default .navbar-toggle {
  margin-top: 10px;
}
html {
  scroll-behavior: smooth;
}
.top-header {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}
@media (min-width: 1201px) {
  .navbar-header {
    position: relative !important;
  }
  .navbar-ajgolf {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
  #nav-new .nav {
    display: flex;
    align-items: center;
  }
}
.p-0 {
  padding: 0;
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
}
.d-none {
  display: none;
}
.d-block {
  display: block;
}
@media (max-width: 1201px) {
  .navbar-default .navbar-nav > li > a {
    padding: 15px !important;
  }
  .navbar-brand img {
    margin-left: 25px !important;
  }
  .navbar-collapse.collapse.in,
  .navbar-toggle {
    display: block !important;
  }
  .navbar-nav > li,
  .navbar-right {
    float: none !important;
  }
  .navbar-collapse.collapse {
    display: none !important;
    overflow-x: visible !important;
  }
  .navbar-header {
    width: 100%;
    float: none;
  }
  .navbar-collapse.in {
    overflow-y: auto !important;
  }
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.mb-3 {
  margin-bottom: 1.5rem !important;
}
.navbar-double {
  background-color: #f7f7f7;
}
.navbar-double ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.navbar-double ul li {
  flex-grow: 1;
}
.navbar-double ul li a {
  color: #0d0d0d;
}
.navbar-double ul li:last-child {
  flex-grow: 0;
}
.navbar-double .navbar-nav .dropdown {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  width: 180px;
  background-color: #fff;
  visibility: hidden;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}
.navbar-double .navbar-nav > li.drop:hover .dropdown {
  visibility: visible;
  opacity: 1;
}
#nav-new #navLoginModal {
  border-radius: 10em;
  background-color: #00317f;
  color: #fff;
  padding: 10px 15px !important;
  display: inline-block;
}
#nav-new .navSignupModal {
  border-radius: 10em;
  border: 1px solid #00317f;
  padding: 8px 13px !important;
  display: inline-block;
  margin: 12px 0;
}
