.ws-home__banner {
    padding: 50px 0;
    position: relative;
    /* background: url(https://getevisavietnam.com/ws-content/themes/getevisavietnam/assets/images/vietnam-visa-airport.png) no-repeat center top / cover; */
}
.ws-home__banner .wrapper {
    position: relative;
    z-index: 1;
}
.ws-home__banner .advertise-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ws-home__banner .advertise-slider * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.ws-home__banner .ws-block__editor {
    color: black;
}
.ws-home__banner .ws-block__editor h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 0 0 20px;
}
.ws-home__banner .ws-block__editor p {
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 16px;
}
.ws-home__banner .ws-block__editor p:last-child {
    margin-bottom: 0;
}
.ws-home__banner--inner {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 1fr);
}

.ws-home__banner--body {
    display: flex;
    justify-content: flex-end;
}
.ws-form__visa {
    width: 490px;
    padding: 20px;
    position: relative;
    color: var(--ws-color-black);
    background: rgba(241, 155, 26, .8);
}
.ws-form__visa .ws-form__visa--title {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 38px;
    text-align: center;
}
.ws-form__visa .ws-form__fields {
    gap: 15px;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.ws-form__visa .ws-form__field {
    gap: 30px;
    display: grid;
    align-items: center;
    grid-template-columns: auto 65%;
}
.ws-form__visa .ws-form__field label {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
}
.ws-form__visa .ws-form__field .form-control {
    font-size: 15px;
    box-shadow: none;
    line-height: 1.3;
    min-height: 38px;
    padding: 6px 10px;
    border: 1px solid #ccc;
    color: var(--ws-color-black);
}
.ws-form__visa .ws-form__field--submit {
    justify-content: center;
    grid-template-columns: 100%;
}
.ws-form__visa .ws-form__field--submit .btn {
    border: 0;
    outline: none;
    font-weight: 700;
    transition: all .3s ease;
    color: var(--ws-color-white);
    background: var(--ws-color-black);
}

/* ws-home__visaimg */
.ws-home__visaimg {
    height: 49px;
    background: url(../images/passport-line.jpg) repeat-x top left;
}

/* ws-home__evisa */
.ws-home__evisa {
    position: relative;
}
.ws-home__evisa .entry {
    padding: 32px 0 0;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.ws-home__evisa h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 8px;
}
.ws-home__evisa p {
    font-size: 24px;
    color: #6c6c6c;
}
.ws-home__evisa .ws-block__visas {
    gap: 40px;
    display: grid;
    text-align: left;
    padding: 20px 0 50px;
    grid-template-columns: repeat(2, 1fr);
}
.ws-block__visa {
    position: relative;
}
.ws-block__visa--title {
    font-size: 23px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 8px;
}
.ws-block__visa--title a {
    color: var(--ws-color-black);
}
.ws-block__visa--title a:hover {
    text-decoration: underline;
    color: var(--ws-color-primary);
}
.ws-block__visa--excerpt {
    font-size: 15px;
    margin-bottom: 16px;
}
.ws-block__visa--more a {
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 3px;
    align-items: center;
    display: inline-flex;
    transition: all .3s ease;
    color: var(--ws-color-white);
    background: var(--ws-color-black);
}
.ws-block__visa--more a:hover {
    text-decoration: underline;
    color: var(--ws-color-black);
    background: var(--ws-color-primary);
}

/* ws-home__howto */
.ws-home__howto {
    padding: 32px 0 48px;
    color: var(--ws-color-black);
    background: var(--ws-color-primary);
}
.ws-home__howto .entry {
    text-align: center;
}
.ws-home__howto h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 8px;
}
.ws-home__howto p {
    font-size: 24px;
}

.ws-howto__list {
    gap: 30px;
    display: grid;
    margin: 32px 0;
    grid-template-columns: repeat(3, 1fr);
}
.ws-howto__item {
    font-size: 15px;
    text-align: center;
}
.ws-howto__item--title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    margin: 12px 0 8px;
}

.ws-howto__more {
    margin-top: 48px;
    text-align: center;
}
.ws-howto__more--title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 24px;
}
.ws-howto__more--button {
    margin-top: 15px;
}
.ws-howto__more--button a {
    font-size: 20px;
    padding: 12px 40px;
    align-items: center;
    display: inline-flex;
    color: var(--ws-color-black);
    border: 1px solid var(--ws-color-black);
}
.ws-howto__more--button a:hover {
    color: var(--ws-color-white);
    background: var(--ws-color-black);
}

.ws-home__news {
    padding: 32px 0 48px;
}
.ws-home__news .entry {
    text-align: center;
}
.ws-home__news h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 8px;
}
.ws-home__news p {
    font-size: 24px;
    color: #6c6c6c;
}

/* ws-block__posts */
.ws-home__news .ws-block__posts {
    gap: 30px;
    display: grid;
    position: relative;
    margin-top: 32px !important;
    grid-template-columns: repeat(3, 1fr);
}

/* ws-block__post */
.ws-block__post {
    height: 100%;
    text-align: left;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, .125);
}
.ws-block__post--container {
    display: flex;
    overflow: hidden;
    position: relative;
    flex-direction: column;
}
.ws-block__post--image a {
    height: 100%;
    display: flex;
    overflow: hidden;
}
.ws-block__post--image a img {
    display: flex;
    overflow: hidden;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    transition: all .3s ease;
}
.ws-block__post--image a:hover img {
    transform: scale(1.06);
}
.ws-block__post--entry {
    padding: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ws-block__post--title {
    position: relative;
}
.ws-block__post--title .post-title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}
.ws-block__post--title .post-title a {
    line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-word;
    transition: all .3s ease;
    -webkit-box-orient: vertical;
    color: var(--ws-color-black);
}
.ws-block__post--title a:hover {
    color: inherit;
    text-decoration: underline;
}
.ws-block__post--date {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (max-width: 767px)
{
    .ws-home__banner {
        padding: 30px 0;
    }
    .ws-home__banner--inner {
        gap: 30px;
        grid-template-columns: 100%;
    }
    .ws-home__banner .ws-block__editor h2 {
        font-size: 36px;
    }
    .ws-home__banner .ws-block__editor p {
        font-size: 20px;
    }
    .ws-form__visa {
        width: 100%;
    }
    .ws-form__visa .ws-form__visa--title {
        font-size: 32px;
    }
    .ws-form__visa .ws-form__field {
        gap: 4px;
        grid-template-columns: 100%;
    }
    .ws-home__news h2,
    .ws-home__howto h2,
    .ws-home__evisa h2 {
        font-size: 32px;
    }
    .ws-home__news p,
    .ws-howto__more--title,
    .ws-home__howto p,
    .ws-home__evisa p {
        font-size: 20px;
    }
    .ws-home__news,
    .ws-home__evisa .ws-block__visas {
        padding: 28px 0 40px;
    }
    .ws-howto__list,
    .ws-block__posts,
    .ws-home__evisa .ws-block__visas {
        grid-template-columns: repeat(1, 1fr);
    }
    .ws-howto__more--button a {
        font-size: 18px;
        padding: 12px 32px;
    }
    .ws-block__posts {
        gap: 20px;
    }
    .ws-home__news .entry,
    .ws-form__visa .ws-form__fields {
        margin-bottom: 20px;
    }
    .ws-form__visa .ws-form__field .form-control {
        min-height: 40px;
    }
}