/* --Start banner--------------- */

.section-banner {
    margin-top: 56px;
    background: url(../img/contact/banner.webp) no-repeat center center/ cover scroll;
    position: relative;
    display: block;
    height: 20vh;
}


.section-banner .title-item {
    /* width: 100%; */
    position: absolute;
    top: 60%;
    left: auto;
    transform: translateY(-50%);
}

.section-banner .title-item span {
    padding-left: 40px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 12px;
}

.section-banner .title-item span::after {
    width: 30px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 1px;
    background: #fff;
}

.section-banner .title-item h2 {
    font-size: 20px;
    color: #fff;
    text-align: left;
    padding: 10px 0;
    border-bottom: none;
    font-weight: bolder;
}

@media (min-width: 1200px) {

    .section-banner {
        margin-top: 96px;
        height: 65vh;

    }

    .section-banner .title-item h2 {
        font-size: 40px;
    }

    .section-banner .title-item span {
        padding-left: 120px;
        font-size: 16px;
    }

    .section-banner .title-item span::after {
        width: 100px;
    }

    .section-banner .title-item {
        /* padding: 200px 0 50px; */
    }

}

/* --End banner--------------- */



/* START contact ------------------------------ */
.section-contact {
    padding: 40px 0;
    background: #fff;
    position: relative;
}

.section-contact .title-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    text-align: center;
}



.section-contact .title-item h2 {
    font-family: 'Noto Sans TC';

    font-weight: 300;
    color: #3a3a3a;
    font-size: 24px;
    text-shadow: 0 0.1rem 1rem rgba(255, 255, 255, 0.205);
    letter-spacing: 2px;
    margin-bottom: 50px;
    position: relative;
}

.section-contact .title-item h2::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    width: 45px;
    height: 5px;
    background: #d00f31;
}

.section-contact .title-item h3 {
    color: #333;
    letter-spacing: 1.5px;
    font-weight: 300;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    font-size: 18px;
}


.section-contact .form-item {
    margin-top: 0px;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px) {
    .section-contact {
        padding: 100px 0;
    }

    .section-contact .form-item {
        padding: 30px 15px;
        margin-top: -150px;
    }
}

.section-contact .form-item .text-item {
    padding: 50px 0;
}

.section-contact .form-item .text-item h3 {
    font-size: 20px;
    color: #38afe2;
    padding-left: 5px;
}

.section-contact .form-item .text-item ul {
    padding-left: 0;

}

.section-contact .form-item .text-item ul li {
    font-size: 16px;
    list-style: none;
    color: #666;
}

.section-contact .form-item .text-item ul li span {
    font-size: 14px;
    display: inline-flex;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    color: #38afe2;
}

.section-contact iframe {
    overflow: hidden;
    border-radius: 10px;
}

.section-contact .text-p {
    font-size: 20px;
    color: #460059;
    font-weight: bolder;
}

@media (min-width: 1200px) {

    .section-contact .text-p {
        font-size: 24px;
    }
}

.section-contact .bg-item {
    padding: 100px 0;
}

.section-contact .item {
    position: relative;
}


.section-contact .m-75 {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .section-contact .m-75 {
        margin-left: auto;
        margin-right: 10%;
    }

}

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

.section-contact .contact-item h2 {
    color: #323232;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Noto Sans TC';
    letter-spacing: 2px;
    line-height: 1.5;
    padding-left: 60px;
    position: relative;
    margin-bottom: 0;
    display: inline-block;
}

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


.section-contact .form-label {
    color: #323232;
    font-weight: 300;
}

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

.section-contact .form-control,
.section-contact .form-select {
    color: #666;
    font-family: 'Noto Sans TC';
    font-size: 16px;
    letter-spacing: 1px;
    padding: 6px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #fff;
    border: 1px solid #ccc;
}



.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 0 0 0;
    margin: 0;
}

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



@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 .more-link {
    background: #000;
    color: #fff;
    padding: 30px;
    display: flex;
    width: 300px;
    position: relative;
    align-items: center;
    padding: 15px 35px;
    background: linear-gradient(170deg, #38a9e6 50%, #4898d7 50%);
    transition: all 0.2s ease-in-out;
    opacity: 0.9;
    margin-top: 50px;
}

.section-contact .more-link::before {
    content: '';
    position: absolute;
    top: 45%;
    right: 35px;
    width: 15px;
    height: 1px;
    transform: rotate(25deg);
    background-color: #fff;
}

.section-contact .more-link:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 35px;
    width: 50%;
    height: 1px;
    background-color: #fff;
}

.section-contact .more-link:hover {
    opacity: 1;
}



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