#headerContainer {
    width: 100%;
    height: 300px;
    background-image: url(../image/breadcrumb_bg.jpg);
    background-size: 100% auto;
    background-position: left bottom;
    background-repeat: no-repeat;
}

#headerContainer .page-title {
    top: 50%;
    font-size: 70px;
}

#contactInfoSection {
    padding-bottom: 0;
}

#contactInfoSection .section-title {
    margin-bottom: 12px;
}

#contactInfoSection .left-wrapper,
#contactInfoSection .right-wrapper {
    width: auto;
    padding-left: 0;
}

#contactInfoSection .contact-types {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-top: 40px;
}

#contactInfoSection .contact-item {
    display: flex;
    flex: 1;
    box-shadow: rgb(251, 251, 251) 0px 9px 14px 0px;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    gap: 25px;
    border-radius: 40px;
    border: 1px solid #D8DDE1;
    padding: 30px;
}

#contactInfoSection .icon-wrapper {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    flex: 0 0 auto;
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contactInfoSection .icon-wrapper svg {
    width: 40px;
    height: 40px;
    transition: all 0.3s ease-in-out;
}

#contactInfoSection .icon-wrapper.phone {
    background-color: var(--main-color);
}

#contactInfoSection .icon-wrapper.time {
    background-color: #8CC63F;
}

#contactInfoSection .icon-wrapper.address {
    background-color: #FFC702;
}

#contactInfoSection .contact-item .right-wrapper .title {
    color: #1F1F1F;
    font-size: 20px;
    font-family: "Archivo", sans-serif;
    font-weight: 600;
}

#contactInfoSection .contact-item .right-wrapper .txt {
    font-family: "DM Sans", sans-serif;
    color: rgb(77, 87, 101);
    line-height: 24px;
    font-size: 14px;
    display: block;
}

#contactInfoSection .contact-item:hover svg {
    transform: rotateY(180deg);
}

/* 聯絡我們表單 -start */
#contactUsSection .my-container {
    border-radius: 30px;
    background-image: url(../image/contact_form_bg.jpg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

#contactUsSection .left-wrapper {
    box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 50px;
    background-color: #F7F7F7;
    text-align: center;
    border-radius: 30px;
    padding: 60px;
    max-width: 625px;
    border: 1px solid #D8DDE1;
}

#contactUsSection .left-wrapper .title {
    font-family: "Archivo", sans-serif;;
    color: #1F1F1F;
    text-transform: none;
    font-weight: 700;
    line-height: 1.4;
    margin: 0px 0px 15px;
    font-size: 36px;
    line-height: 1.278;
    margin-bottom: 28px;
    text-align: left;
}

.layui-form {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 10px;
}

.layui-form-item {
    width: 100%;
}

.layui-textarea {
    border-radius: 16px;
    border: 1px solid #D8DDE1;
}

.chk-wrapper {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 16px;
    border: 1px solid #D8DDE1;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    gap: 10px;
}

.form-btn {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-appointment-form {
    flex: 1;
}

.contact-form {
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    background-color: #ffffff;
    padding: 60px;
    text-align: center;
}

.appointment-form-wrapper .contact-form {
    border-radius: 50px;
    padding: 50px;
}

.contact-form .sec-title {
    margin-bottom: 25px;
}

.sec-title {
    margin-top: -0.2em;
    text-transform: capitalize;
}

.form-group {
    margin-bottom: 16px;
    position: relative;
}

select, .form-control, .form-select, textarea, input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 60px;
    border: 1px solid var(--th-border-color);
    color: var(--body-color);
    border-radius: 27px;
    font-size: 14px;
    width: 100%;
    font-family: var(--body-font);
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: var(--white-color);
}

.form-icon {
    display: inline-block;
    position: absolute;
    right: 34px;
    top: 16px;
    width: 24px;
    height: 24px;
}

.justify-content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select, .form-control, .form-select, textarea, input {
    height: 56px;
    padding: 0 25px 0 25px;
    padding-right: 70px;
    border: 1px solid #D8DDE1;
    color: #797E88;
    border-radius: 27px;
    font-size: 14px;
    width: 100%;
    font-family: #797E88;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    background-color: #ffffff;
}
/* 聯絡我們表單 -end */

/* 地圖 -start */
#mapSection {
    padding: 0;
}

#mapSection p,
#mapSection .map_part {
    width: 100%;
}
/* 地圖 -end */