@import url("https://fonts.googleapis.com/css2?family=Kanit&display=swap");
.search-banner .text-center {
  margin-bottom: 20px;
}
.search-banner {
  background-color: #FFD2D2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.search {
  width: 100%;
  margin-bottom: auto;
  margin-top: 20px;
  height: 50px;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}
.search .search-query,
.search .search-query:focus-visible {
  padding: 0 10px;
  width: 100%;
  caret-color: #C00000;
  font-size: 17px;
  font-weight: 300;
  transition: width 0.4s linear;
  border: 4px solid transparent;
}
.search .search-query::placeholder {
  color: #c4d0dd;
  font-family: "Kanit", sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
}
.search .search-query:focus-visible {
  outline: 0px dashed #C00000;
}
.search-icon {
  height: 34px;
  width: 34px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #C00000;
  font-size: 10px;
  bottom: 30px;
  position: relative;
  border-radius: 5px;
}
.search-icon:hover {
  color: #fff !important;
}
.search-banner a:link {
  text-decoration: none;
}
.result {
  font-family: "Kanit", sans-serif;
  text-align: center;
  margin-top: 10px;
}
.cats-bar {
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  font-weight: 100;
  padding: 20px 0;
  box-shadow: 0 3px 6em rgba(0, 0, 0, 0.16);
  background-color: #fff !important;
  text-align: center;
}
.flex {
  display: flex;
  align-items: center;
}
.cats-bar a {
  color: #c4d0dd;
}
.activeColor {
  color: #C00000 !important;
}
.cats-bar a:hover {
  color: #C00000;
}
.exam,
.school,
.lang,
.bizz,
.tech,
.category {
  padding-right: 30px;
}
.exam .sub,
.school .sub,
.lang .sub,
.tech .sub,
.bizz .sub {
  display: none;
}
.exam:hover .sub,
.school:hover .sub,
.lang:hover .sub,
.tech:hover .sub,
.bizz:hover .sub {
  display: block;
  position: absolute;
  padding: 20px;
  background: #fff;
  width: 100%;
  right: 0;
}
.category .sub {
  display: none;
  position: absolute;
  padding: 20px;
  background: #fff;
  width: 100%;
  right: 0;
}
.sub ul li {
  padding-right: 30px;
  float: left;
}
.sub ul li a {
  color: #132c33;
}
.header-nav {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #c4d0dd;
}
.header-nav p {
  font-size: 16px;
  font-weight: 100;
}
#set-filter {
  padding: 20px 0px 20px 30px;
}
@media (min-width: 1025px) {
  .set-edg {
    padding-left: 16.66666667%;
  }
}
.fixedElement,
.fixedElement-mobile {
  position: fixed;
  width: 100%;
  z-index: 100;
}
.mini-cats {
  box-shadow: 0 3px 6em rgba(0, 0, 0, 0.16);
}
.btn-cats {
  font-family: "Kanit", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 1px solid #d5d5d5;
  color: #c4d0dd;
  border-radius: 2px;
  background-color: #fff;
  padding: 10px;
  font-size: 15px;
}
.btn-cats a:active,
.mini-cats ul li a:active {
  color: #C00000;
}
.mini-cats ul {
  width: 100%;
  color: #C00000 !important;
}
.mini-cats ul li a {
  color: #c4d0dd;
}

.dropdown-content {
  position: relative;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 160px;
  font-size: 14px;
  background-color: #fff;
}

.dropdown-content li {
  border-top: none !important;
  left: 20px;
}
.dropdown-menu .dropdown-content li a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
