.no-result h1 {
    text-align: center;
    color: red;
}
.new-article-label {
    color: #fff;
    font-size: 9px;
    background: #dc0012;
    padding: 1px 6px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-left: 5px;
    font-weight: 500;
}
.no-result h1 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
    color: red;
}
.top-student .title-pig,
.top-student .title-pig + .wrapper {
    display: none;
}
.banner-w-875 {
    width: 100%;
    max-width: 875px;
    overflow: hidden;
    margin: auto;
}

.m-lr-3 {
    margin: 0 3px;
}

.banner-home {
    width: 100%;
    height: 179px;
}

.banner-home-half {
    width: 50%;
    height: 179px;
}

.banner-home-vertical {
    width: 213px;
    height: 179px;
}

.banner-wrapper {
    justify-content: space-between;
    margin-top: 35px;
    width: 100%;
    height: 177px;
    display: none;
}

.banner-search-location {
    width: 49%;
    height: 100%;
    background: #f4ecd6 url(../images/background_banner_search.png);
    border-top: #bda22f 5px solid;
    border-bottom: #bda22f 5px solid;
    border-right: #bda22f 1px solid;
    border-left: #bda22f 1px solid;
    box-shadow: 5px 5px 5px #aaa;
}

.wrapper-content-banner {
    height: 107px;
    background-color: white;
    margin: 15px 15px 0 15px;
    display: flex;
}

.wrapper-btn-banner {
    margin: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px;
}

.btn-banner {
    width: 188px;
    background-color: #bda22f;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 0;
    font-size: 16px;
    color: #fff;
}

.btn-banner:hover {
    opacity: 0.9;
}

.banner-logo {
    width: 45%;
    margin: auto auto;
}

.banner-logo img {
    display: block;
    margin: auto;
    width: 150px;
    height: 75px;
    object-fit: contain;
    max-width: 100%;
}

.banner-content {
    width: 64%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 8px;
}

.banner-content .comment {
    height: 50px;
    font-size: 14px;
    color: #bda22f;
    font-weight: bold;
}

.banner-content .coaching_school_name {
    margin-top: 20px;
    font-size: 14px;
    color: #464646;
}

.banner-content .comment:before {
    content: "";
    display: block;
    width: 100%;
    border-bottom: #bda22f 2px solid;
    position: relative;
    top: 54px;
}

.hidden-element {
    display: none;
}

.justify-mid {
    justify-content: center !important;
}
