/* --Start banner--------------- */
.section-banner {
    position: relative;
    height: 15vh;
    background: url(../img/contact/banner.webp) no-repeat center center/ cover scroll;
    margin-top: 61px;
}

@media (min-width: 1200px) {
    .section-banner {
        margin-top: 84px;
    }
}

.section-banner .item {
    position: absolute;
    bottom: 0;
    left: auto;
    z-index: 2;
    width: 65%;
    display: block;
}

.section-banner .item img {
    width: 300px;
    display: none;
}


.section-banner .item h2 {
    font-family: 'ChalkboardSE';
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.5;
}

@media (min-width: 576px) {
    .section-banner .item h2 {
        font-size: 30px;
    }
}

@media (min-width: 992px) {
    .section-banner .item h2 {
        font-size: 40px;
    }
}

@media (min-width: 1200px) {
    .section-banner {
        height: 35vh;
    }

    .section-banner .item h2 {
        display: block;
    }

    .section-banner .item img {
        display: block;
        width: 300px;
        margin: auto;
    }
}


/* --End banner--------------- */
/* START contact ------------------------------ */

.section-contact {
    background: #fff;
    padding: 60px 0 60px;
    overflow: hidden;
}

.section-contact .contact-item {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 60px 15px;
    border-radius: 25px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 3;
    background: #fff;
}



.section-contact .item {
    position: relative;
    padding: 40px 30px;
    background: #EEEEEF;
    border-radius: 25px;
    height: 100%;
    display: flex;
    align-items: center;
}

.section-contact .item::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 80%;
    background: #00A9EC;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


.section-contact .item img {
    padding: 30px 0px 20px;
    width: 150px;
}

.section-contact .item h3 {
    color: #0a578e;
    font-size: 16px;
    font-family: 'Noto Sans CJK TC';
    position: relative;
    z-index: 1;
    padding: 5px 0;
}

.section-contact .item h3 i {
    padding-right: 10px;
}

.section-contact .item h3 a {
    color: #242424;
    transition: all 0.2s ease-in-out;
}

.section-contact .title-item {
    padding: 0 0 20px 0;
}

.section-contact .title-item h3 {
    color: #0a578e;
    position: relative;
    letter-spacing: 2px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    font-weight: bolder;
    letter-spacing: 2px;
    font-size: 30px;
}
    .section-contact .item h2 {
        font-size: 20px;
    }
@media (min-width: 992px) {
    .section-contact .item {
        padding: 60px 60px 100px;

    }

    .section-contact .item img {
        width: 250px;
        padding: 60px 0px 20px;
    }

    .section-contact .item h2 {
        padding: 10px 0;
    }
}

.section-contact .title-item h2:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background: #f3cf1c;
}

.section-contact .title-item p {
    color: #2b4558;
    font-weight: bolder;
}

.section-contact .title-item p+p {
    margin-top: 20px;
}

.section-contact .title-item .tag-item {
    border-top: 1px solid #6797ba;
    padding-top: 25px;
    margin-top: 43px;
}

.section-contact .title-item .tag-item a {
    border-radius: 50px;
    display: inline-block;
    color: #242424;
    text-align: center;
    border: 1px solid #919da4;
    background: #fff;
    font-size: 14px;
    padding: 5px 15px;
    margin-right: 10px;
    margin-top: 5px;
    font-weight: bolder;
}

.section-contact .title-item .tag-item a:hover {
    background: var(--jiaye-blue);
    color: #fff;
    border: 1px solid var(--jiaye-blue);
}

.section-contact .input-group {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 25px;
    padding: 0 20px;
    align-items: center;
}

.section-contact .input-group i {
    margin-right: 10px;
    color: #80b4db;
}




.section-contact .form-label {
    color: #1c1c1c;
    margin-top: 0;
    font-size: 14px;
}

.section-contact .form-control::placeholder {
    color: #aaa;
}

.section-contact .form-control,
.section-contact .form-select {
    color: #666;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 10px 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 0;
    border: none;
    background: transparent;
}

.section-contact .btn-form-control {
    padding: 6px;
    outline: 0;
    border: 0;
    border-radius: 10px;
    width: 100%;
    color: #fff;
    background: #ff9137;
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 1.3px;
}

.border-top-contact {
    border-top: 1px solid #68747b;
}

.section-contact .dntCaptcha {
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: .375rem 0 0 .375rem;
}

.section-contact .dntCaptcha img {
    width: 150px;
    height: 100%;
    margin-bottom: 0 !important;
    border-radius: .375rem 0 0 .375rem;
}

.section-contact .dntCaptcha input {
    border-radius: 0 15px 15px 0;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.section-contact .dntCaptcha a {
    display: none;
}

.section-contact .btn-more {
    background-color: #0a578e;
    color: #fff;
    margin-top: 10px;
    display: block;
    width: 100%;
    border-radius: 50px;
    font-family: 'Lorin';
    transition: all 0.2s ease-in-out;
    padding: 10px 30px;
}

    .section-contact .btn-more:hover {
        background-color: #0a578ebe;
    }

@media (min-width: 576px) {
    .section-contact .title-item h2 {
        font-size: 35px;
    }

}

@media (min-width: 768px) {
    .section-contact .title-item h2 {
        letter-spacing: 2px;
    }

}

@media (min-width: 1200px) {
    .section-contact .title-item h2 {
        font-size: 40px;
        letter-spacing: 2px;
    }

    .section-contact {
        padding: 100px 0 0px;
        overflow: hidden;
        margin-bottom: -100px;
    }
}


/* END contact ------------------------------ */

.section-contact-map {
    margin-bottom: -22px;
}

.section-contact-map h2 {
    font-size: 20px;
    color: #fff;
    font-family: 'Noto Sans CJK TC';
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 15px 0;
}

@media (min-width: 992px) {

    .section-contact-map h2 {
        padding: 40px 0;
        font-size: 24px;

    }
}