.head-banner {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 5;
    background-position: 50% 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.head-banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(0deg, #71d5e9, #a4cfd840); */
    /* background: linear-gradient(0deg, #71d5e9, #a4cfd840); */
}

.head-banner-title-content {
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.head-banner-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    font-weight: bolder;
    color: #14879e;
    font-family: 'Kanit', sans-serif;
    word-spacing: 10px;
    display: none;
}

.head-banner-subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: bolder;
    color: #14879eab;
    font-family: 'NunitoBolder', sans-serif;
    word-spacing: 10px;
    font-style: italic;
    display: none;
}