#main-maps {
    height: calc(50vh - 50px);
    margin: 58px 0 0;
    background-color: #D7D7D7;
    overflow: hidden
}

#main-maps #map {
    width: 1920px;
    height: 680px;
    position: absolute;
    display: block;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    -moz-transform: translate3d(-50%, -50%, 0px);
    -ms-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px);
    background-image: url("../images/dummy-maps.jpg");
    background-size: 67% auto;
    background-position: center;
    background-repeat: no-repeat
}

#contact-information {
    padding: 90px 20px 20px;
    text-align: center;
    font-size: 0px;
    line-height: 0px
}

#contact-information .ci-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    display: inline-block
}

#contact-information .ci-item {
    width: 100%;
    padding: 10px;
    position: relative;
    display: block;
    float: left;
    color: #202020
}

#contact-information .ci-title {
    font-size: 26px;
    line-height: 26px;
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center
}

#contact-information .ci-summary {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Oxygen';
    font-weight: 500;
    text-align: left
}

#contact-information .ci-sub-title {
    font-size: 14px;
    line-height: 14px;
    font-family: 'Oxygen';
    font-weight: 700;
    text-align: left;
    color: #112784
}

#contact-information .ci-sub-content {
    margin-top: 4px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Oxygen';
    font-weight: 400;
    text-align: left
}

#contact-form {
    padding: 0 30px 30px;
    text-align: center;
    font-size: 0px;
    line-height: 0px
}

#contact-form .cf-container {
    width: 100%;
    max-width: 400px;
    min-height: 200px;
    margin: 0 auto;
    padding: 20px;
    position: relative;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #D7D7D7;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(32,32,32,0.2);
    overflow: hidden
}

#contact-form .cf-container::before,#contact-form .cf-container::after {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    background-size: 100% auto;
    background-position: center bottom;
    background-repeat: no-repeat
}

#contact-form .cf-container::before {
    width: 70px;
    height: 70px;
    top: -15px;
    right: -15px;
    bottom: auto;
    left: auto;
    background-image: url("../images/form-pattern-top.png")
}

#contact-form .cf-container::after {
    width: 100%;
    height: 25vw;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    background-image: url("../images/form-pattern-bottom.png")
}

#contact-form .cf-title {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    display: block;
    float: left;
    z-index: 3;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Oxygen';
    font-weight: 700;
    text-align: center;
    color: #202020
}

#contact-form .flash-message {
    width: 75%;
    padding-bottom: 5px;
    margin: 0 auto;
    position: relative;
    display: block;
    font-size: 10px;
    line-height: 14px;
    font-family: 'Oxygen';
    font-weight: 400;
    color: #114EFB;
    text-align: center
}

#contact-form .flash-message.has-error {
    color: #C4261D
}

#contact-form #cf-form {
    width: 100%;
    position: relative;
    display: block;
    float: left;
    z-index: 3;
    text-align: center;
    font-size: 0px;
    line-height: 0px
}

#contact-form #cf-form input[type=text],#contact-form #cf-form textarea {
    width: 100%;
    margin: 7px 0;
    position: relative;
    display: block;
    float: left;
    border-radius: 20px;
    border: 1px solid #112784
}

#contact-form #cf-form input[type=text].error,#contact-form #cf-form textarea.error {
    border: 1px solid #C4261D
}

#contact-form #cf-form input[type=text] {
    padding: 10px;
    font-size: 12px;
    line-height: 12px
}

#contact-form #cf-form .kategory-title,
#contact-form #cf-form .informasi-title,
#contact-form #cf-form .detail-title,
#contact-form #cf-form .file-title,
#contact-form #cf-form .file-rules {
    width: 100%;
    margin: 15px 0 10px;
    position: relative;
    display: block;
    float: left;
    font-size: 14px;
    font-family: 'Oxygen';
    font-weight: 600;
    color: #112784;
    text-align: left
}

#contact-form #cf-form .anonim-check,
#contact-form #cf-form .confirmation-check {
    width: 100%;
    margin: 10px 0 30px;
    position: relative;
    display: block;
    float: left;
    font-size: 14px;
    font-family: 'Oxygen';
    font-weight: 400;
    color: #112784;
    text-align: left;
    cursor: pointer;
    line-height: 16px;
}

#contact-form #cf-form .anonim-check {
    margin: 5px 0 10px;
}

#contact-form #cf-form select {
    width: 100%;
    border: 1px solid #112784;
    border-radius: 100px;
    padding: 10px;
    margin: 5px 0 10px;
    cursor: pointer;
}

#contact-form #cf-form #kategori {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* border: 1px solid #112784; */
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

#contact-form #cf-form .date-and-location {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#contact-form #cf-form #tanggal-label {
    width: 49%;
}

#contact-form #cf-form #lokasi {
    width: 48%;
}

#contact-form #cf-form #tanggal-label {
    padding: 11px 10px;
    position: relative;
    display: block;
    font-size: 12px;
    font-family: 'Oxygen';
    text-align: left;
    color: #9ca3af;
    cursor: pointer;
    border: 1px solid #112784;
    line-height: 12px;
    border-radius: 20px;
}

#contact-form #cf-form #tanggal {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#contact-form #cf-form .file-rules {
    margin-top: 2px;
    font-size: 10px;
    color: grey;
    font-weight: 400;
    line-height: 14px;
}

#contact-form #cf-form #file {
    display: none;
}

#contact-form #cf-form .label-file img {
    width: 24px;
    height: 24px;
}

#contact-form #cf-form .label-file {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 100%;
    padding: 8px 5px;
    border-radius: 10px;
    position: relative;
    font-size: 14px;
    font-family: 'Oxygen';
    color: #fff;
    background-color: #C13022;
    cursor: pointer;
}

#contact-form #cf-form .label-file:hover {
    background-color: #a82a1d;
}

#contact-form #cf-form #max-file,
#contact-form #cf-form #max-size {
    display: none;
}

#contact-form #cf-form .file-validation {
    width: 100%;
    margin-top: 10px;
    position: relative;
    display: block;
    float: left;
    font-size: 10px;
    font-family: 'Oxygen';
    font-weight: 400;
    line-height: 14px;
    color: #C13022;
    text-align: left
}

#contact-form #cf-form #file-names {
    width: 100%;
    margin: 7px 0;
    position: relative;
    display: block;
    float: left;
    font-size: 10px;
    line-height: 14px;
    font-family: 'Oxygen';
    font-weight: 400;
    color: #112784;
    text-align: left
}

#contact-form #cf-form textarea {
    height: 106px;
    padding: 10px;
    font-size: 12px;
    line-height: 16px;
    resize: none
}

#contact-form #cf-form .captcha-helper {
    width: 100%;
    margin: 7px 0;
    position: relative;
    display: block;
    float: left;
    font-size: 10px;
    line-height: 14px;
    font-family: 'Oxygen';
    font-weight: 400;
    color: #112784;
    text-align: left
}

#contact-form #cf-form .captcha-image {
    width: 55%;
    max-width: 250px;
    margin: 7px 0;
    position: relative;
    display: block;
    float: left
}

#contact-form #cf-form input[type=submit] {
    width: 50%;
    padding: 12px;
    margin: 12px 0 30px;
    position: relative;
    display: inline-block;
    border: 2px solid #114EFB;
    border-radius: 20px;
    background-color: #114EFB;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    transition: all .1s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    line-height: 12px;
    font-family: 'Oxygen';
    font-weight: 700;
    color: #fff;
    text-transform: capitalize
}

#contact-form #cf-form input[type=submit]:hover {
    background-color: transparent;
    color: #114EFB;
}

#contact-form #cf-form input[type=submit].disable {
    background: gray;
    border: 1px solid gray;
    cursor: not-allowed;
    pointer-events: none;
}

@media (min-width: 1024px) {
    #main-maps {
        height:calc(55vh - 50px);
        margin: 78px 0 0
    }

    #main-maps #map {
        background-size: 85% auto
    }
}

@media (min-width: 1024px) and (min-width: 1620px) {
    #main-maps #map {
        background-size:100% auto
    }
}

@media (min-width: 1024px) {
    #contact-information {
        padding:150px 60px 30px
    }

    #contact-information .ci-container {
        max-width: 580px
    }

    #contact-information .ci-item {
        padding: 12px 8px
    }

    #contact-information .ci-title {
        font-size: 30px;
        line-height: 30px
    }

    #contact-information .ci-summary {
        font-size: 16px;
        line-height: 22px
    }

    #contact-information .ci-sub-title {
        font-size: 16px;
        line-height: 16px
    }

    #contact-information .ci-sub-content {
        margin-top: 6px;
        font-size: 16px;
        line-height: 22px
    }

    #contact-form {
        padding: 0 60px 60px
    }

    #contact-form .cf-container {
        padding: 30px 45px;
        max-width: 580px
    }

    #contact-form .cf-container::before {
        width: 90px;
        height: 90px
    }

    #contact-form .cf-container::after {
        height: 12vw
    }

    #contact-form .cf-title {
        margin-bottom: 18px;
        font-size: 24px;
        line-height: 24px
    }

    #contact-form .flash-message {
        width: 50%;
        padding-bottom: 10px;
        font-size: 12px;
        line-height: 16px
    }

    #contact-form #cf-form {
        display: flex;
        flex-direction: column;
        float: unset
    }

    #contact-form #cf-form input[type=text],#contact-form #cf-form textarea {
        margin: 9px 0
    }

    #contact-form #cf-form input[type=text] {
        padding: 9px 12px;
        font-size: 14px;
        line-height: 14px
    }

    #contact-form #cf-form .file-title,
    #contact-form #cf-form .file-rules {
        margin: 10px 0;
    }

    #contact-form #cf-form .file-rules {
        margin-top: 2px;
    }

    #contact-form #cf-form .label-file {
        width: 40%;
    }

    #contact-form #cf-form #tanggal-label {
        font-size: 14px;
    }

    #contact-form #cf-form .file-validation {
        margin-top: 15px;
        line-height: 14px;
    }

    #contact-form #cf-form .confirmation-check {
        margin: 0 0 40px;
    }

    #contact-form #cf-form textarea {
        height: 120px;
        padding: 12px;
        font-size: 14px;
        line-height: 18px
    }

    #contact-form #cf-form .captcha-helper {
        margin: 9px 0;
        font-size: 12px;
        line-height: 14px
    }

    #contact-form #cf-form .captcha-image {
        width: 220px;
        margin: 9px 0
    }

    #contact-form #cf-form input[type=submit] {
        width: auto;
        padding: 12px 50px;
        margin: 9px auto 30px
    }
}
