
.container {
    padding: 0;
    position: relative;
    background: #FFFFFF;
}

.divider {
    height: 1px;
    background: #D9D9D9;
    box-shadow: 0 3px 22px rgba(0, 0, 0, 0.07);
}

.menu-mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 150;
}

.header-wrap {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
}

.main-header {
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 87px;
    margin: auto;
    background: url(../assets/bg-contact-header.jpg) no-repeat;
    background-size: cover;
}

.main-header .logo {
    max-width: 148px;
    height: auto;
    margin-top: 5px;
}

.header-menu {
    text-align: left;
}

.mobile-menu {
    position: relative;
    display: none;
}

.mobile-menu img {
    width: 40px;
    height: 40px;
    margin-left: auto;
}

.mobile-menu ul li {
    display: inline;
}

.mobile-menu .dropdown-menu {
    display: none;
    right: 10px;
    left: auto;
    background: #FAFAFA;
    padding: 15px 0 8px;
}

.mobile-menu .dropdown-menu > li > a {
    margin-left: 0;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: none;
}

.header-menu-item {
    color: #333333;
    margin-left: 30px;
    font-size: 13px;
    line-height: 17px;
}

.main-footer {
    background: #FFFFFF;
    padding: 67px 88px 60px 136px;
    position: relative;
}

.main-footer .divider {
    width: 100%;
}

.main-footer .top-belt {
    width: 100%;
    height: 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.03309) 28.13%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    position: absolute;
}

.main-footer .top-section {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}

.main-footer .top-section a {
    color: #000000;
    margin-right: 24px;
    font-size: 17px;
    line-height: 22px;
    font-weight: 500;
}

.main-footer .top-section a:hover {
    color: #0E0E0E;
}

.main-footer .bottom-section {
    padding-top: 20px;
    font-family: 'Source Sans Pro';
    font-weight: 300;
    font-size: 17px;
    line-height: 21px;
    color: #333333;
    display: flex;
    align-items: center;
}

.main-footer .bottom-section .logo {
    position: absolute;
    left: 88px;
    bottom: 35px;
}

.main-footer .bottom-section a {
    color: #333333;
    text-decoration: underline;
}

.main-footer .bottom-section a.last-child {
    margin-left: 22px;
}

/* /main footer */

/* Banner */

.banner {
    position: relative;
    background: url(../assets/bg-contact-banner.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: 196px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 93px;
}

.banner h2 {
    color: #000000;
    font-weight: 600;
    margin-bottom: 45px;
}

.banner .decoration {
    position: absolute;
    right: 35px;
    bottom: 0;
}

/* /banner */

/* Information section */

.information-section {
    display: flex;
    padding: 20px 91px 74px;
    position: relative;
}

.information-section .decoration {
    position: absolute;
    z-index: 10;
}

.information-section .decoration.first {
    left: 20px;
    top: 26%;
}

.information-section .decoration.second {
    right: 65px;
    bottom: 25px;
}

.information-section span {
    font-size: 19px;
    line-height: 24px;
    color: #444444;
    margin: 0 36px;
    white-space: nowrap;
}

.information-section h2,
.information-section h5 {
    font-weight: 600;
    color: #000000;
}

.information-section h2 {
    font-weight: 600;
    color: #000000;
    margin-top: 23px;
    text-align: center;
}

.information-section h5 {
    margin-bottom: 18px;
    margin-top: 16px;
}

.information-section input,
.information-section textarea {
    border: 1.2px solid #DFDFDF;
    box-sizing: border-box;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.02));
    border-radius: 3px;
    font-family: Source Sans Pro;
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    padding: 13px 16px;
    letter-spacing: 0.01em;
    color: #000000;
    background: transparent;
    width: 100%;
}

.information-section textarea {
    padding: 25px 16px;
}

.information-section .box {
    background: #FAFAFA;
    border: 1px solid #EFEFEF;
    box-sizing: border-box;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.03);
}

.information-section .box:not(:last-child) {
    margin-bottom: 32px;
}

.information-section .social-section .facebook-instagram {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 105px 33px;
}

.information-section .social-section .facebook-instagram img {
    margin: 0 36px;
    cursor: pointer;
}

.information-section .social-section .phone,
.information-section .social-section .email {
    padding: 53px 31px 53px 33px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.information-section .contact-section {
    padding-left: 47px;
}

.information-section .contact-section .box {
    padding: 58px 49px 65px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.information-section .contact-section .box .flex-2 {
    padding-left: 34px;
}

.information-section .contact-section .attachment {
    border: 1.2px solid #DFDFDF;
    box-sizing: border-box;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.02));
    border-radius: 3px;
    display: flex;
    align-items: center;
}

.information-section .contact-section .attachment span {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.01em;
    color: #444444;
    font-family: Source Sans Pro;
    margin: 0 10px;
}

.information-section .contact-section .attachment button {
    padding: 4px 7px;
    margin: 7px;
    font-size: 20px;
}

.information-section .contact-section .optional-row {
    display: flex;
    align-items: center;
}

.information-section .contact-section .optional-row span {
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    color: #DADADA;
    margin-left: 10px;
}

.information-section .contact-section .optional-row.note span {
    font-family: Source Sans Pro;
    font-size: 13px;
    line-height: 16px;
    width: 100%;
    text-align: right;
    margin-top: 5px;
    margin-right: 10px;
    letter-spacing: 0.01em;

    color: #DADADA;
}

.information-section .contact-section button {
    padding: 18px 55px 16px 53px;
    margin-top: 25px;
}

/* /information section */

/* Location */

.location-header {
    background: url(../assets/bg-contact-location-header.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.location-header h3 {
    font-weight: 600;
    color: #FFFFFF;
}

.location-map {
    background: url(../assets/bg-contact-location-map.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 392px;
    margin-top: -1px;
    position: relative;
}

.location-map h5 {
    position: absolute;
    left: 440px;
    top: 140px;
    font-weight: 200;
    color: #FAFAFA;
    text-shadow: 0 8px 4px rgba(0, 0, 0, 0.15);
}

.location-map h5 b {
    font-weight: 600;
}

/* /location */

/* Modal */

.modal-dialog {
    max-width: 800px;
    margin: 30px auto;
}

.modal-body {
    position: relative;
    padding: 0px;
}

.close {
    position: absolute;
    right: -30px;
    top: 0;
    z-index: 999;
    font-size: 2rem;
    font-weight: normal;
    color: #fff;
    opacity: 1;
}

#messageModal .modal-content {
    border-radius: 14px;
}

#messageModal .modal-body {
    background: #ffffff;
    border-radius: 14px;
    padding: 25px 20px;
}

.modal-body button.ok-btn {
    background: #FFFC00;
    border-radius: 40px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 600;
    width: 320px;
    padding: 14px;
    margin: 16px auto 0;
    border: none;
}

.modal-body button.ok-btn:active,
.modal-body button.ok-btn:focus {
    outline: none;
}

/* /modal */
