.contact-banner-text {
    width: 100%;
    position: absolute;
    z-index: 9999;
    bottom: 10em;
}
.contact-banner-text-sub-title {
    width: 100%;
    text-align: center;
    font-size: 1.2em;
    word-spacing: 2px;
    color: #000000;
}
.contact-banner-text-title {
    width: 100%;
    text-align: center;
    font-size: 3.5em;
    word-spacing: 2px;
    letter-spacing: 1px;
    line-height: 2em;
    font-weight: 700;
    color: #000000;
}
.contact-info-area b {
    color: #D1B78D;
    text-decoration: underline;
    cursor: pointer;
}
.contact-info-area h4{
    font-size: 1em;
    font-weight: 600;
    line-height: 2.5em;
    color: #000000;
}
.contact-info-area h5{
    color: #A5A5A5;
    font-size: 1em;
    line-height: 2em;
    word-spacing: 1px;
}
.contact-info-area a{
    color: #D1B78D;
    text-decoration: underline;
    font-size: 1em;
    display: block;
    line-height: 2em;
}
.contact-info-area section {
    color: #A5A5A5;
    font-size: 1em;
    line-height: 2em;
}
.contact-info-area hr {
    width: 100%;
    border: solid 2px #D3D3D3;
}
.contact-middle-area {
    position: absolute;
    bottom: 10em;
    z-index: 9999;
    background-color: #ffffff;
    filter:alpha(Opacity=60);
    -moz-opacity:0.6;
    opacity: 0.6;
    width: 100%;
}
.contact-middle-area-title {
    width: 100%;
    text-align: center;
    line-height: 5em;
    font-size: 3em;
    word-spacing: 2px;
    font-weight: 700;
}
.contact-middle-area-sub-title {
    width: 60%;
    margin-left: 20%;
    padding-bottom: 6em;
    font-size: 1.2em;
    text-align: center;
    line-height: 2em;
}

.contact-middle-text {
    width: 60%;
    margin-left: 20%;
    font-size: 1.2em;
    text-align: center;
    line-height: 2em;
    padding-bottom: 3em;
}
.contact-middle-button {
    width: 60%;
    margin-left: 20%;
    text-align: center;
}
.contact-middle-button button {
    background-color: #E1E1E1;
    padding: 0.6em 1.5em 0.6em 1.5em;
    text-align: center;
    color: #2A80BA;
    text-decoration: underline;
    font-weight: 600;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
}

.contact-bottom-image-area {
    width: 100%;
    padding: 4em 4em 4em 6em;
}
.contact-bottom-image-item {

}
.contact-bottom-image-item-image {
    padding: 2em 2em 2em 2em;
    width: 100%;
}
.contact-bottom-image-item image{
    width: 100%;
}
.contact-bottom-image-item-link {
    width: 100%;
    line-height: 2.5em;
    text-align: center;
}
.contact-bottom-image-item a{
    font-size: 1.6em;
    font-weight: 700;
    text-decoration: underline;
    color: #0a0a0a;
}

.home-banner-image {
    width: 100%;
    height: 100%;
}
.banner-remarks {
    position: absolute;
    left: 30%;
    width: 40%;
    bottom: 28%;
    text-align: center;
    z-index: 9999;
    color: #000000;
    filter:alpha(Opacity=80);
    -moz-opacity:0.7;
    opacity: 0.7;
    white-space: nowrap;
}
.banner-remarks h2 {
    font-weight: 900;
    font-size: 3.2em;
    padding: 0;
    margin: 0;
    letter-spacing: 1px;
    padding-bottom: 0.6em;
    padding-top: 0.2em;
}
.banner-remarks h4 {
    font-size: 1.8em;
    padding: 0;
    margin: 0;
}
.banner-remarks button {
    width: 8em;
    height: 3.5em;
    background-color: #ffffff;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
}
.banner-remarks:hover {
    filter:alpha(Opacity=100);
    -moz-opacity:1;
    opacity: 1;
}

@media  (min-width: 465px) and (max-width: 1366px) {

}

@media  (max-width: 465px) {

}