h3 {
  font-size: 1.5em;
  color: #253d52;
}
h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.inner_banner {
    background: url('../images/list-p-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 180px 0px 40px 0px;
    position: relative;
}

.inner_banner::before {
    content: '';
    position: absolute;
    background: linear-gradient(to top, rgb(29, 36, 42) 15%, rgba(0, 0, 0, 0) 100%);
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
}

.hot-page2-alp-r-list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hot-page2-hli-1 img {
    min-height: 75px;
    /* border: 1px solid #cccccc; */
}

.hot-page2-alp-cl-1-2 {
    width: 90%;
}

.hot-page2-hom-pre div {
    float: right;
}

.trav-ami ul {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
}

.trav-ami {
    padding-left: 0px;
    padding-right: 0px;
}

.trav-ami ul li {
    border: 0px;
}

.trav-ami ul li:hover {
    color: #111122;
    transform: scale(1.32);
}

.fa-eye:before {
    padding-left: 5px;
}

.hot-page2-hli-1 {
    min-height: 75px;
}
@media (width: 768px) {
    .hot-page2-hom-pre-1 {
        width: 100%;
    }
    .hot-page2-alp-cl-1-2 {
        width: 100%;
        padding: 0px;
    }
}
.universities-inner-list {
  margin-top: 20px;
  margin-bottom: 10px;
}

.universities-inner-list > li{
  list-style-type: none;
  display: inline;
  line-height: 1.7;
}
.univisty-list-country {
    float: left;
}
@media (max-width: 767px) {
  .univisty-list-country {
      float: right;
  }
  .hot-page2-alp-r-list {
    display: grid;
  }
  .hot-page2-alp-r-list-re-sp {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hot-page2-alp-con-right {
    padding-right: 0px !important;
  }
  .hot-page2-alp-r-list {
    margin: 0px 10px 15px 10px;
    display: block;
  }
  .univisty-list-country {
    float: right;
  }
}
.hot-page2-alp-r-list > h5 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.v2-search-form > .row > .select-wrapper {
  border: 1px #ccc solid
}
.fa-eye {
  font-size: 20px;
  color: #a82859;
  padding-right: 2px;
}
.filter {
  display: block;
  padding:20px 5px 20px 5px;
  border-bottom: 1px solid #ccc;
  margin:0px 10px 20px 10px;
}