header{
    background-color: #046cdb;
}
.nav-links a{
    color:#fff;
}
.nav-links > li > a:hover {
    border-bottom-color: #fff;
    color:#fff;
}
.current-lang{
    color:#fff;
}
.search{
    background-color: #046cdb;
    width: 100%;
    text-align: center;
    padding:2rem 1rem;
    display: flex;
    justify-content: center;
}
.video-bg-search{
    width:50%;
    background: #2c050580;
    border-radius: 1rem;
    
}
.video-bg-search ul{
    padding:1rem;
}
.video-bg-search ul li{
    float: left;
    margin-right: 1rem;
    padding-bottom:0.5rem;
    cursor:pointer;
    color:#fff;
}
.video-bg-search-on{
    border-bottom:2px solid #ff543d;
}
.video-bg-search div{
    clear: both;
    margin-top: 2rem;
    width:100%;
    height:3rem;
    border-radius: 1.5rem;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left:1rem;
}
.video-bg-search div img{
    width:2.8rem;
    height:2.8rem;
}
.video-bg-search div input{
    width:100%;
    border: 0;
    height:2.8rem;
    outline: none;
}

.search-content{
    padding:1rem 2rem;
}

.search-title{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.search-title text{
    font-size:0.8rem;
    color:#3e73db;
}
.citys-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;

}
.citys-list li{
    margin-top: 15px;
    border-radius: 20px;
    position: relative;
}
.citys-list li a img{
    border-radius: 20px;
    width:100%;
}
.tips{
    position: absolute;
    left:0;
    right:0;
    bottom:6px;
    padding:1rem;
    width:100%;
    background: linear-gradient(180deg, #0000, #000c);
    color:#fff;
    border-radius: 20px;
}
.tips p{
    opacity: .7;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.8rem;
    
}
.colleges,.projects{
    margin-top: 20px;
}
.colleges-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    
}
.colleges-list li{
    margin-top: 15px;
    border-radius: 20px;
    position: relative;
}
.colleges-list li a img{
    border-radius: 20px;
    width:100%;
    height:13rem;
}
.colleges-list li a h4{
    text-align: left;
    color:#000;
    padding-left:10px;
}

.projects-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.projects-list li{
    margin-top: 15px;
    border-radius: 20px;
    position: relative;
    border:1px solid #ccc;
}
.projects-list li a img{
    border-radius: 20px 20px 0 0;
    width:100%;
    height:13rem;
}
.project-des{
    padding:20px;
}
.project-des h3{
    color:#979797;
    font-size:0.9rem;
}
.project-des h4{
    color:#000;
    font-size:0.9rem;
}
.project-des p{
    display: flex;
    align-items: center;
    color:#333;
}
.project-des p:nth-child(3){
    margin-top:15px;
}
.project-des p img{
    width:18px !important;
    height:18px !important;
}
.project-des p text{
    margin-left: 8px;
    font-size:0.8rem;
}