.section-latest-courses {
    background-color: rgba(253, 190, 52, 0.1);
    padding: 200px 0px;
}
.section-latest-courses::before,
.section-latest-courses::after {
    content: '';
    position: absolute;
    left: 0;
    height: 150px;
    width: 100%;
    background-image: url(../img/home/waves.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.section-latest-courses::before {
    top: 0;
}
.section-latest-courses::after {
    background-image: url(../img/home/waves1.png);
    bottom: 0;
}
.group-pattern::before {
    content: '';
    position: absolute;
    left: 0;
    height: 305px;
    width: 100%;
    background-image: url(../img/home/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
}
.group-pattern::after {
    content: '';
    position: absolute;
    left: 0;
    height: 72px;
    width: 96px;
    background-image: url(../img/home/vector.png);
    background-position: center;
    background-repeat: no-repeat;
    bottom: calc(100% - 20px);
    z-index: 1;
    background-size: contain;
    transform: rotate(-10deg);
}
.form-subscribe input {
    border-radius: 6px;
    border: 1px solid #D1D5DB;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.form-subscribe button {
    height: 2.5rem;
}
img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 576px) {
    .footer .footer-top {
        padding: 32px 0px;
    }
    .footer {
        padding-bottom: 32px;
    }
    .section-latest-courses {
        padding: 100px 0px;
    }
    .section-latest-courses::before,
    .section-latest-courses::after {
        background-size: cover;
    }
}

.box-select select {
    border: none;
    font-size: 1.6rem;
    background-color: transparent;
    background-image: url(../../images/icon-down.svg);
    background-repeat: no-repeat;
    padding-right: 30px;
    background-position: center right;
    color: #000;
    max-width: 100px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-search {
    margin-left: 32px;
    width: 237px;
}

.form-search input {
    border-radius: 3px !important;
    border: 1px solid #1C7D3B;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    padding: 10px;
    font-size: 1.6rem;
    height: auto;
}

.form-search button[type="submit"] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 21px;
    z-index: 6;
    display: flex;
}
.form-search img.input-box-icon{
    position: static;
    transform: none;

}
.form-search input{
    z-index: 1;
    font-weight: 500;
}
a.btn,.news-item.item-list .title a{
    font-weight: 500;
}
input[type=text], input[type=password], input[type=number], input[type=email], input[type=tel], textarea,.form-search input,input.form-control{
    font-family: 'Noto Sans JP', sans-serif !important;
    font-weight: 500;
}