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

.section-banner .center-item {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.section-banner .title-item {}


.section-banner .title-item h2 {
    font-size: 30px;
    font-family: 'BOLDNINE';
    color: #fff;
    font-style: italic;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-align: center;
}

.section-banner .title-item p {
    font-family: Lorin;
    font-style: italic;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

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

    .section-banner .title-item p {
        font-size: 16px;
    }

    .section-banner .center-item {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .section-banner {
        background: url(../img/contact/banner.webp) no-repeat center center/ cover scroll;
        height: calc(70vh - 94px);
        margin-top: 94px;
    }

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

/* --End banner--------------- */
/* --Start breadcrumb--------------- */
.section-breadcrumb .breadcrumb {
    /* justify-content: s; */
    margin: 10px 0;
    font-family: 'Metropolis-M';
    font-size: 14px;
}

    .section-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        color: #333;
    }

    .section-breadcrumb .breadcrumb .breadcrumb-item a {
        color: #333;
        transition: all 0.2s ease-in-out;
    }

        .section-breadcrumb .breadcrumb .breadcrumb-item a:hover {
            color: #666;
        }

    .section-breadcrumb .breadcrumb .breadcrumb-item.active {
        color: #888;
        font-weight: bolder;
    }
/* --End breadcrumb--------------- */
/* START contact ------------------------------ */

.section-contact {
    background: #f7f7f7;
    padding: 40px 0;
}

.section-contact .form-item {
    padding: 30px 0;
    /* border-top: 1px solid transparent; */
}

.section-contact .bg-item {
    background: url(../img/contact/contact1.webp) no-repeat center center/ cover scroll;
    padding: 100px 0;
}

.section-contact .item {
    background: #6a3897;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    width: 100%;
    height: 100%;
    position: relative;
    padding: 60px 15px;
}

.section-contact .item p {
    color: #fff;
    font-family: 'Noto Sans CJK TC';
    font-size: 16px;
}

.section-contact .item p:nth-of-type(1) {
    font-size: 20px;
    font-weight: bolder;

}

.section-contact .item p a {
    color: #fff;
}

.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 .item {
        padding: 120px 60px;
    }

    .section-contact .item p {
        font-size: 18px;
    }

    .section-contact .item p:nth-of-type(1) {
        font-size: 22px;
    }
}

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

.section-contact .contact-item h2 {
    color: #323232;
    font-weight: 600;
    font-size: 24px;
    font-family: 'Noto Sans CJK 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: bolder;
}

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

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



.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 {
    display: inline-block;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: bolder;
    font-family: 'Metropolis-M';
    padding: 10px 40px;
    font-size: 16px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
    background: #6a3897;
    border-radius: 0;
}

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

.section-contact-text {
    padding: 40px 0;
    background: #6a3897;
    position: relative;
}

.section-contact-text .icon-img1,
.section-contact-text .icon-img2 {
    width: 200px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

@media (min-width: 1200px) {

    .section-contact-text .icon-img1,
    .section-contact-text .icon-img2 {
        width: 400px;
        display: block;
    }
}

.section-contact-text .icon-img1 {
    right: 0;
}

.section-contact-text .icon-img2 {
    left: 100px;
}

.section-contact-text .img-s {
    width: 100%;
    position: relative;
    z-index: 11;
    margin-top: 30px;
    -webkit-filter: drop-shadow(5px 5px 5px #333);
    filter: drop-shadow(5px 5px 5px #333);
}

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

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

.section-contact-text .contact-text-item ul {
    color: #fff;
    list-style: none;
    padding-left: 30px;
}

.section-contact-text .contact-text-item ul li {
    font-family: 'Metropolis-M';
    font-weight: 400;
}

.section-contact-text .contact-text-item ul li+li {
    margin-top: 30px;
}

.section-contact-text .contact-text-item ul li span {
    font-weight: bolder;
}

.section-contact-title {
    margin-top: 0px;
    padding: 20px 0;
    position: relative;
    background: #fff;
    z-index: 9;
}

@media (min-width: 1200px) {

    .section-contact-title {
        margin-top: -40px;

    }

    .section-contact-text {
        padding: 0;
    }

    .section-contact-title h2 {
        font-size: 50px;
    }
}

.section-contact-title h2 {
    font-size: 40px;
    font-family: 'BOLDNINE';
    color: #541b86;
    font-style: italic;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 0;
}

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