.section-banner {
    background-image: url(../img/93e4dac409.jpg);
    background-repeat: no-repeat;
    background-size: 100vw;
    background-attachment: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
}

.banner-top {
    position: relative;
    height: 400px;
}

.center-font {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: white;
    font-size: 70px;
    font-weight: bold;
    text-shadow: 2px 2px 2px black;
}

.places {
    font-size: 18px;
}

.place {
    width: 400px;
    height: 650px;
    box-shadow: 0px 2px 10px 1px black;
    position: relative;
}

.place-image {
    width: 100%;
    height: 50%;
}

.place-vietnam {
    width: 70px;
    position: absolute;
    top: 44%;
    left: calc(50% - 35px);
}

.place-name {
    font-weight: bold;
    color: steelblue;
}

.place-address {
    text-align: left;
    color: grey;
}

.place-phone {
    text-align: left;
    color: grey;
}

.place-email {
    text-align: left;
}

.input-flex {
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    justify-content: space-between;
    gap: 5%;
}

.text-input {
    width: 30%;
    height: 40px;
    border-color: steelblue;
    /* margin: 5%; */
    font-size: 20px;
    color: steelblue;
}

.textarea-input {
    width: 100%;
    border-color: steelblue;
    margin-top: 25px;
    margin-bottom: 25px;
    color: steelblue;
    font-size: 20px;
    border: solid steelblue;
}

::placeholder {
    color: steelblue;
    opacity: 1;
}