.classic-title {
  border-bottom: 0px solid #eee !important;
}
.classic-title span {
  border-bottom: 0px !important;
}

.panel-group {
  background-color: #f2f2f2;
  border-radius: 4px;
}

.panel-group ul li{
    position: relative;
}

.panel-group ul li a {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
  }

.panel-group ul li {
  padding: 15px 0 15px 10px;
}

.panel-group ul li:hover,
.panel-group ul li.active {
  border-radius: 4px;
  background-color: #00317F;
  color: #fff;
}

.sub-tag:hover a,
.sub-tag.active a {
  border-radius: 4px;
  background-color: #00317F;
  color: #fff !important;
}

.sub-tag a {
  display: flex;
  align-items: center;
  gap: 5px;
}

.panel-group ul li .fa-caret-right{
  margin-left: 15px;
}

.search {
  width: 50%;
  margin-bottom: auto;
  margin-top: 20px;
  background-color: #fff;
  border-radius: 5px;
  
  span {
    font-size: 24px;
  }

  .search-query {
    height: 32px;
    border-radius: 4px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  .search {
    width: 100%;

    .search-query::placeholder {
      font-size: 12px !important;
    }
  }
}
.search .search-query,.search .search-query:focus-visible {
  padding: 0 10px;
  width: 100%;
  caret-color: #00317F;
  font-size: 14px;
  font-weight: 300;
  transition: width 0.4s linear;
  border: 1px solid #00317F;
}
.search .search-query::placeholder{
  font-size: 14px;
  color: #777;
  font-family: 'Kanit', sans-serif;
  font-weight: 100;
  letter-spacing: 1px;
}
.search .search-query:focus-visible{
  outline: 0px dashed #00317F;
}
.search-icon {
  height: 32px;
  width: 32px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background-color: #00317F;
  font-size: 10px;
  bottom: 32px;
  position: relative;
  border-radius: 5px
}
.search-icon:hover {
  color: #fff !important
}
.result {
  margin: 15px 0 25px;
  color: #337ab7;
}
