﻿

.contact-banner {
    width: 100%;
    height: 500px;
    position: relative;
}

.contact-container {
    padding: 40px 0;
    overflow: hidden;
}

.contact-banner .grid.wide {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: relative;
}

.contact-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #00000082;
    z-index: 1;
}

.contact-container .left {
    width: 65%;
    float: left;
    padding-right: 32px;
}

.contact-container .right {
    float: right;
    width: 418px;
}


.contact-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.contact-banner .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .contact-banner .container h1 {
        margin: 0;
        color: #fff;
        font-weight: 100;
        font-family: beauR;
        text-transform: capitalize;
        font-size: 50px;
        letter-spacing: 1px;
        text-align: center;
    }

    .contact-banner .container h2 {
        font-weight: 100;
        margin: 0;
        text-align: center;
        color: #fff;
        line-height: 33px;
        font-size: 17px;
        letter-spacing: 1px;
        max-width: 700px;
        margin-top: 18px;
    }

.contact {
    position: relative;
    background-color: #fff;
    padding: 60px 0;
}

    .contact .decor {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        opacity: .3;
        opacity: 0;
    }

    .contact .grid.wide {
        position: relative;
    }

.contact-top {
}

    .contact-top .container {
        display: flex;
        align-items: center;
    }

    .contact-top .left {
        width: 58%;
        height: 600px;
        border-radius: 15px;
        overflow: hidden;
        box-shadow: 0 0 32px 0 #3333336e;
    }

        .contact-top .left img {
        }

    .contact-top .right {
        flex: 1;
        padding-left: 70px;
    }

    .contact-top .formGuiYkien {
    }


    .contact-top .title-promotion {
        margin-bottom: 25px;
    }

        .contact-top .title-promotion h1 {
            margin: 0;
            text-transform: uppercase;
            color: #333;
            font-size: 14px;
            letter-spacing: 1px;
            font-weight: 100;
            text-align: center;
        }

        .contact-top .title-promotion h2 {
            margin: 0;
            font-family: 'beauR';
            text-align: center;
            color: var(--default-color-1);
            font-weight: 100;
            margin-top: 14px;
            width: 350px;
            margin: 0 auto;
            margin-top: 12px;
            font-size: 44px;
        }

    .contact-top table .textbox textarea {
        border: none;
        width: 100%;
        resize: none;
        color: #333;
        font-size: 16px;
        letter-spacing: 0px;
        font-weight: 100;
        padding: 16px;
        outline: none;
        height: 100% !important;
        font-family: 'avertaSTD';
        border-bottom: 1px solid #1b63b666;
    }

        .contact-top table .textbox textarea::placeholder {
            color: #3333338c;
        }

    .contact-top table {
        width: 100%;
    }

        .contact-top table tr {
        }

            .contact-top table tr .button {
                margin-top: 20px;
                display: block;
            }

                .contact-top table tr .button input {
                    border: none;
                    outline: none;
                    border: 1px solid var(--default-color-1);
                    color: var(--default-color-1);
                    background-color: #fff;
                    font-size: 14px;
                    text-transform: uppercase;
                    letter-spacing: 2px;
                    padding: 12px 24px;
                    transition: all linear .2s;
                    cursor: pointer;
                    font-family: 'avertaR';
                    background-color: var(--default-color-1);
                    color: #fff;
                    border-radius: 5px;
                }

                    .contact-top table tr .button input:hover {
                        background-color: transparent;
                        color: var(--default-color-1);
                    }

        .contact-top table th {
        }

        .contact-top table .titletb {
            position: absolute;
            top: -1px;
            color: transparent !important;
            width: 100%;
            left: 0;
            height: 100%;
            z-index: 2;
            pointer-events: none;
            border-bottom: 1px solid #ff000087;
        }

        .contact-top table .textbox.rz {
            height: 150px !important;
        }

        .contact-top table .textbox .capcha-title {
            color: var(--default-color-1);
            font-family: 'montM';
            font-size: 16px;
        }

        .contact-top table .textbox .tops {
            position: absolute;
            right: 0;
            bottom: 0;
        }

        .contact-top table .textbox {
            position: relative;
            width: 100%;
            height: 52px;
            margin-bottom: 15px;
            display: block;
            background-color: #fff;
        }

            .contact-top table .textbox input {
                width: 100%;
                height: 100%;
                color: #333;
                font-size: 16px;
                letter-spacing: 0px;
                font-weight: 100;
                padding: 0 16px;
                border: none;
                background-color: transparent;
                outline: none;
                font-family: 'avertaSTD';
                border-bottom: 1px solid #1b63b666;
            }

                .contact-top table .textbox input::placeholder {
                    color: #3333338c;
                }

.contact-map {
    padding: 85px 0;
    padding-bottom: 22px;
}

    .contact-map .content {
    }

    .contact-map .title {
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #333;
        font-size: 14px;
        text-align: center;
    }

    .contact-map .descript {
        font-family: 'beauR';
        margin: 0;
        text-transform: capitalize;
        font-weight: 100;
        color: var(--default-color-1);
        font-size: 48px;
        text-align: center;
        margin-top: 8px;
        margin-bottom: 25px;
    }

    .contact-map .text {
        max-width: 700px;
        margin: 0 auto;
    }

        .contact-map .text p {
            margin: 0;
            text-align: center;
            line-height: 176%;
            color: #2c2c2c;
            font-size: 16px;
        }

            .contact-map .text p strong {
                color: vaR(--default-color-2);
            }

    .contact-map .iframe {
        height: 450px;
        margin-top: 40px;
        border-radius: 5px;
        overflow: hidden;
    }

        .contact-map .iframe iframe {
            width: 100%;
            height: 100%;
        }
/*RS*/
@media(max-width:1023px) {
    .contact-top .left {
        display: none;
    }

    .contact-top .right {
        padding: 0;
    }

    .contact-banner .container h2 {
        max-width: 100%;
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .contact-map {
        padding-top: 48px;
    }
}

@media(max-width:739px) {
    .contact {
        padding: 20px 0;
    }

    .contact-top .title-promotion h1 {
        font-size: 12px;
    }

    .contact-top .title-promotion h2 {
        width: 100%;
    }

    .contact-top .title-promotion h2 {
        font-size: 20px;
    }

    .contact-map {
        padding: 30px 0;
        padding-bottom: 0;
    }

        .contact-map .text {
            max-width: 100%;
        }

        .contact-map .iframe {
            height: 350px;
            margin-top: 35px;
        }

        .contact-map .descript {
            font-size: 31px;
        }

    .contact-banner {
        height: 350px;
    }
}
