﻿.contacts {
    padding: 80px 0;
}

.widget-header-top {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
}

.header-top {
}

.contacts p {
    font-size: 16px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
    margin: 10px 0;
    font-family: 'Montserrat-Medium';
}

    .contacts p:nth-child(2) {
        margin-top: 10px;
    }

    .contacts p::before {
        content: "\f055";
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 14px;
        color: var(--default-color-3);
    }

    .contacts p:nth-child(1)::before {
        content: "\f0ac";
    }

    .contacts p:nth-child(2)::before {
        content: "\f095";
    }

    .contacts p:nth-child(3)::before {
        content: "\f0e0";
    }

    .contacts p:nth-child(4)::before {
        content: "";
    }

    .contacts p:nth-child(5)::before {
        content: "\ddd";
    }

.contacts .top {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    padding-bottom: 5px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .contacts .top h1 {
        text-align: center;
        font-family: helveNeueBold;
        font-size: 30px;
        color: var(--default-color);
    }

.widget-bandoMap {
    margin-top: 15px;
}

.contacts .content .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contacts .content .container .grid.wide {
        display: flex !important;
    }

.contacts .content .map {
    width: 100%;
    position: absolute;
}

    .contacts .content .map iframe {
        width: 100%;
        height: 100%;
    }

.contacts .content .form {
    display: flex;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    width: 100%;
    opacity: 1;
    pointer-events: all;
    /* background: url(/Design/img/DichVuNguyenNgoc/footer/decorBack.png) no-repeat; */
    background-size: 100% 100%;
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 12%);
    transition: all linear .3s;
}

    .contacts .content .form.fade-out {
        opacity: 0;
        pointer-events: none;
    }

    .contacts .content .form .btn-close:hover {
        background-color: var(--default-color-3);
        color: #fff;
    }

    .contacts .content .form .lefts {
        width: 50%;
        padding: 5px 20px;
        padding-right: 10px;
    }

    .contacts .content .form .rights {
        width: 50%;
        padding-left: 15px;
        display: block;
    }

        .contacts .content .form .rights img {
            height: 500px;
        }

    .contacts .content .form ul {
        padding-left: 0;
        color: #333;
        line-height: 1.5;
        font-size: 18px;
    }

    .contacts .content .form .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 10px;
        width: 100%;
    }

        .contacts .content .form .form-group .heading {
            margin: 0;
            font-size: 20px;
            font-family: 'BaiJamjuree-SemiBold';
            color: #333;
            text-transform: uppercase;
            margin-bottom: 10px;
        }

        .contacts .content .form .form-group .left .erolh {
            font-size: 15px;
        }

        .contacts .content .form .form-group .left .input {
            height: 44px;
            position: relative;
            margin-bottom: 10px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .contacts .content .form .form-group .left .input .erolh {
                position: absolute;
                display: flex;
                right: 0;
                color: transparent !important;
                user-select: none;
                pointer-events: none;
                align-items: center;
            }

                .contacts .content .form .form-group .left .input .erolh::before {
                    font-family: FontAwesome;
                    content: '\f06a';
                    right: 5px;
                    position: absolute;
                    color: var(--default-color-3);
                    background-color: #fff;
                }

            .contacts .content .form .form-group .left .input input {
                border: none;
                height: 100%;
                font-family: 'Montserrat-Regular';
                outline: none;
                font-size: 18px;
                padding-right: 25px;
                padding-left: 10px;
                border: 1px solid #E5E5E5;
                /* border-bottom: 1px solid #E5E5E5; */
                width: 100%;
                transition: all linear .3s;
            }

                .contacts .content .form .form-group .left .input input:focus {
                    border-color: #B2B2B2;
                }

                .contacts .content .form .form-group .left .input input::placeholder {
                    font-size: 14px;
                    font-family: 'Montserrat-Regular';
                }

        .contacts .content .form .form-group .right textarea {
            width: 100%;
            height: 100px;
            font-family: 'Montserrat-Regular';
            padding-left: 10px;
            padding-top: 10px;
            font-size: 14px;
            outline: none;
            border: none;
            resize: none;
            border: 1px solid #E5E5E5;
        }

            .contacts .content .form .form-group .right textarea:focus {
                border-color: #B2B2B2;
            }

        .contacts .content .form .form-group .right .btn-sumid-contact {
            background-color: var(--default-color);
            outline: none;
            border: 1px solid var(--default-color-3);
            font-size: 16px;
            font-family: 'Montserrat-Regular';
            padding: 10px 18px;
            margin-top: 5px;
            cursor: pointer;
            transition: all linear .3s;
            border-radius: 5px;
            margin: 10px 0;
            margin-bottom: 15px;
            background-color: var(--default-color-3);
            color: #fff;
        }

            .contacts .content .form .form-group .right .btn-sumid-contact:hover {
                background-color: #90bbf4;
                color: #052c5f;
            }

    .contacts .content .form ul {
        flex: 1;
    }

        .contacts .content .form ul div.PhoneFooter {
            font-size: 19px;
            color: #fff;
            line-height: 1.5;
        }

        .contacts .content .form ul div.PhoneFooterDecor {
            padding-left: 0;
            padding-top: 2px;
        }

        .contacts .content .form ul li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 12px;
        }

            .contacts .content .form ul li .icon {
                width: 35px;
                height: 35px;
                border: 1px solid #979797;
                border-radius: 3px;
                font-size: 16px;
                color: var(--default-color);
            }

            .contacts .content .form ul li span {
                font-size: 16px;
                padding-left: 12px;
                -webkit-box-flex: 1;
                -ms-flex: 1;
                flex: 1;
                line-height: calc(100% + 3px);
            }

    .contacts .content .form .left {
        margin-top: 5px;
    }

    .contacts .content .form .form-group .heading::selection,
    .contacts p::selection {
        background-color: var(--bg-selection);
        color: var(--color-selection);
    }

.widget-info-counselor h3 {
    color: #052c5f;
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'BaiJamjuree-SemiBold';
    margin-top: 0;
    margin-bottom: 13px;
}

.widget-info-counselor span {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

    .widget-info-counselor span a {
        color: #052c5f;
        font-family: 'Montserrat-Medium';
        margin-left: 25px;
    }

.widget-info-staff {
}

@media (max-width: 739px) {
    .header-bottom {
    }

    .widget-info-counselor h3 {
        font-size: 18px;
    }

    .contacts p {
        font-size: 13px;
    }

        .contacts p::before {
            top: 0;
        }

    .contacts .content .form .form-group .heading {
        font-size: 18px;
    }
}