.page-body {
    background-color: rgba(255, 255, 255, 0.8);
    padding-top: 60px;
    padding-bottom: 55px;
    position: relative;
    .container {
        max-width: 1200px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.section-map {
    margin-left: 110px;
    margin-right: 110px;
    .section-title {
        font-size: 36px;
        color: #4a0b0b;
        text-align: center;
        letter-spacing: 2px;
    }
    #map {
        height: 350px;
        margin-top: 50px;
    }
    .map-list-item {
        margin-top: 35px;
        .title {
            color: #4a0b0b;
            font-size: 18px;
            padding-right: 60px;
            display: inline-block;
            position: relative;
            letter-spacing: 0.7px;
        }
        ul {
            list-style: none;
        }
        li, label {
            color: #373333;
            font-size: 14px;
            font-weight: normal;
            line-height: 30px;
        }
        a {
            color: #373333;
            font-size: 14px;
            text-decoration: underline;
            line-height: 30px;
        }
        .icon {
            position: absolute;
            right: 0px;
            top: 0px;
            cursor: pointer;
        }
    }
}

.section-contact-form {
    margin-left: 110px;
    margin-right: 110px;
    margin-top: 37px;
    padding-top: 37px;
    border-top: 1px solid #373333;
    .section-title {
        color: #4a0b0b;
        font-size: 24px;
    }
    .remark {
        color: #373333;
        font-size: 14px;
        padding-top: 21px;
        padding-bottom: 0px;
        float: left;
    }
    .remark.right {
        color: #4a0b0b;
        float: right;
    }
    form {
        overflow: hidden;
    }
    .row {
        margin-left: -30px;
        margin-right: -30px;
        margin-top: 34px;
    }
    .form-group {
        padding-left: 30px;
        padding-right: 30px;
        float: left;
        width: 50%;
    }
    .from-group-enquiry {
        width: 100%;
    }
    .submit-group {
        width: 100%;
        .slide-submit-button,
        .btn-reset {
            margin-top: 15px;
        }
    }
    .btn-submit {
        max-width: 200px;
        width: 100%;
        vertical-align: top;
        line-height: 40px;
        height: 40px;
        color: #fff;
        background-color: #4a0b0b;
        border-radius: 18px;
        padding: 0px;
        margin-left: 0px;
        margin-top: 15px;
    }
}

@media screen and (max-width: @screen-sm-max) {
    .section-map,
    .section-contact-form {
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: @screen-xs-max) {
    .section-contact-form .form-group {
        width: 100%;
    }
    .section-contact-form .remark.right {
        width: 100%;
        float: left;
    }
}

@media screen and (max-width: @screen-xs) {
    form .form-group .col-form-label {
        width: 100%;
        padding-bottom: 7px;
    }
    form .form-group .col-form-input {
        width: 100%;
    }
}