.layer-search .section-1 {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 150px;
    padding-bottom: 150px;
    margin-top: 110px;
    margin-bottom: 60px;
}
.layer-search .section-1 .title {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}
.layer-search .section-2 {
    background: #fff;
    padding-top: 60px;
}
.layer-search .section-2 .search-form {
    margin-bottom: 60px;
    position: relative;
    width: 540px;
}
.layer-search .section-2 .search-form .search-field {
    width: 100%;
    position: absolute;
    top: 0;
    background: rgba(216,216,216,.23);
    border: 1px solid #F1F2F2;
    box-shadow: inset 2px 2px 5px rgb(0 0 0 / 10%);
    height: 43px;
    padding-left: 21px;
    padding-right: 190px;
    border-radius: 0;
}
.layer-search .section-2 .search-form .search-submit {
    background: #D18F26;
    border: 1px solid #D18F26;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    padding: 11px 58px;
    height: 43px;
    position: absolute;
    right: 0;
}
.layer-search .section-2 .text-total-search {
    font-size: 18px;
    margin-bottom: 30px;
}
.layer-search .section-2 .thumbnail-post img {
    height: 270px;
    object-fit: cover;
}
.layer-search .section-2 .wrap-title-excerpt {
    background: #FAFAFA;
    padding: 25px 15px 25px 25px;
    height: 330px;
    overflow: hidden;
    transition: 0.5s all;
    position: relative;
}
.layer-search .section-2 .title-post {
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
    display: block;
    transition: 0.5s all;
}
.layer-search .section-2 .excerpt {
    color: #000;
    padding-right: 10px;
}
.layer-search .section-2 .content-of-item:hover .wrap-title-excerpt {
    background: #153452;
    transition: 0.5s all;
    color: #fff;
}
.layer-search .section-2 .content-of-item:hover .title-post,
.layer-search .section-2 .content-of-item:hover .excerpt {
    color: #fff;
    transition: 0.5s all;
}
.layer-search .section-2 .content-of-item .date-public {
    position: absolute;
    bottom: 10px;
    left: 25px;
    transition: 0.5s all;
    font-size: 12px;
    color: #000;
}
.layer-search .section-2 .content-of-item:hover .date-public {
    color: #fff;
}
.layer-search .section-2 .content-of-item .featured-detail {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64px;
    color: #fff;
    background: #D18F26;
    height: 64px;
    transition: .5s;
}
.layer-search .section-2 .content-of-item .featured-detail i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.layer-search .section-2 .content-of-item .featured-detail .readmore {
    position: absolute;
    top: 50%;
    transform: translateX(-150%) translateY(-50%);
    opacity: 0;
    pointer-events: none;
    transition: all 1s cubic-bezier(.19,1,.22,1);
    font-weight: 600;
    line-height: 24px;
    font-size: 12px;
    width: 80px;
}
.layer-search .section-2 .content-of-item:hover .featured-detail {
    transform: translateX(100%);
}
.layer-search .section-2 .content-of-item:hover .featured-detail .readmore {
    transform: translateX(-130%) translateY(-50%);
    opacity: 1;
}