﻿.contacts {
    padding: 80px 0;
}

    .contacts p {
        font-size: 18px;
        position: relative;
        padding-left: 25px;
        margin: 10px 0;
        color: #333;
        line-height: 158%;
    }

.item-contact-child-infor {
    position: relative;
}

.full-contact-child .item .lefts .form-group section {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    background: url(/Design/img/MoiTruongViet/b.png) no-repeat;
    background-size: cover;
    margin: 25px 0px;
}

.item-contact-child-infor:before {
    content: "\f007";
    position: absolute;
    font-family: FontAwesome;
    color: #029348;
    left: 0px;
    font-size: 16px;
    transform: translateY(6px);
    margin-right: 5px;
}

.item-contact-child-infor:nth-child(1):before {
    content: "\f3c5";
}

.item-contact-child-infor:nth-child(2):before {
    content: "\f095";
}

.item-contact-child-infor:nth-child(3):before {
    content: "\f095";
}

.item-contact-child-infor:nth-child(4):before {
    content: "\f0e0";
}

.item-contact-child-infor:nth-child(5):before {
    content: "\f0ac";
}

.full-contact-child .item {
    display: flex;
}

    .full-contact-child .item .lefts h3.heading {
        margin: 0;
        font-family: 'Oswald-Medium';
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        background: linear-gradient(90deg, #009247 0%, #57BA76 50%, #009247 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .full-contact-child .item .lefts {
        width: 43%;
    }

    .full-contact-child .item .rights {
        flex: 1 1 0;
        margin-left: 25px;
    }

span#ctl00_main_succesfull {
    display: block;
    margin: 8px 0;
}

.title-promotion h3 {
    margin: 0;
    font-family: 'Oswald-Medium';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: unset;
    background: linear-gradient(90deg, #009247 0%, #57BA76 50%, #009247 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.t-c-contact {
    margin: 4px 0;
}

.contacts p::before {
    content: "\f007";
    position: absolute;
    font-family: FontAwesome;
    color: #00ACFA;
    left: 0px;
    font-size: 16px;
    transform: translateY(2px);
    margin-right: 5px;
}

.contacts p em {
    font-style: normal;
}

    .contacts p em strong {
        color: var(--default-color-1);
    }

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

.contacts p::before {
    display: none;
}

.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);
    }

.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: 25px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    width: 70%;
    opacity: 1;
    pointer-events: all;
    background-color: #fff;
    box-shadow: 0 0 20px 1px #0000004d;
    transition: all linear .3s;
}

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

    .contacts .content .form .btn-close {
        position: absolute;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #fff;
        border: 2px solid var(--default-color-1);
        color: var(--default-color-1);
        z-index: 2;
        transition: all ease .2s;
        right: 10px;
        top: 10px;
        cursor: pointer;
        user-select: none;
    }

        .contacts .content .form .btn-close:hover {
            background-color: var(--default-color-1);
            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 ul {
        padding-left: 0;
    }

    .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: 24px;
            font-family: 'AvertaStdCY-Regular';
            color: var(--default-color-1);
            margin-bottom: 12px;
        }

        .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-1);
                    background-color: #fff;
                }

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

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

div#ctl00_main_UpdatePanel1 {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.btnRefresh {
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

    .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-1);
    font-size: 14px;
    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-1);
    color: #fff;
}

    .contacts .content .form .form-group .right .btn-sumid-contact:hover {
        background-color: #fff;
        color: var(--default-color-1);
    }

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

    .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;
    display: grid;
    grid-auto-rows: minmax(min-content, max-content);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 17px;
    row-gap: 9px;
}

/*RS*/

@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none !important
    }

    .full-contact-child .item {
        display: block;
    }

        .full-contact-child .item .lefts {
            width: 100%;
        }

        .full-contact-child .item .rights {
            margin: 0;
            margin-top: 36px;
        }

    .contacts {
        padding-top: 50px;
    }

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

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important
    }

    .contacts .content .form {
        width: 95%;
    }
}

@media(max-width:739px) {
    .no-display-mobile {
        display: none !important
    }

    .contacts .content .form {
        flex-direction: column-reverse;
        width: 100%;
    }

    .full-contact-child .item .lefts h3.heading {
        font-size: 15px;
    }

    .contacts .content .form .lefts,
    .contacts .content .form .rights {
        width: 100%;
    }

    .contacts .content .form .rights {
        padding: 0;
        display: none;
    }

    .contacts .content .form .lefts {
        padding: 10px 15px;
    }

    .contacts .content .form .form-group .right .btn-sumid-contact {
        width: 100%;
    }
}

.contact-page {
    position: relative;
    margin: 0;
    padding: 50px 0;
    padding-bottom: 110px;
}

.boxes .contain.contact {
    overflow: hidden;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.c-full-address {
    border-radius: 20px 20px 20px 20px;
    border-style: dashed;
    border-width: 1px 1px 1px 1px;
    border-color: #62626280;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 35px 30px 30px 30px;
}

h4.ci-title {
    margin-bottom: 11px;
}

.full-map-item {
    border-radius: 20px;
    margin-bottom: 20px;
}

section.full-address-contact {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px 20px 20px 20px;
    border-radius: 20px;
    background: url(/Design/GaoThaiBinhThinh/b6.png) no-repeat;
    background-size: cover;
}

.full-contact-form {
    display: flex;
}

.l-content-info-contact {
    width: 40%;
}

span.pxl-icon {
    font-size: 21px;
    width: 56px;
    height: 56px;
    background: linear-gradient(90deg, #FFA418 -1.66%, #FBCD00 102.72%);
    color: #FFFFFF;
    border-radius: 50% 50% 50% 50%;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ci-icon svg {
    width: 21px;
    height: 21px;
    fill: #fff;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}

.item-address-contact:hover .ci-icon svg {
    -webkit-animation: pxl-zoom-out-in-small 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    -khtml-animation: pxl-zoom-out-in-small 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    -moz-animation: pxl-zoom-out-in-small 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    -ms-animation: pxl-zoom-out-in-small 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    -o-animation: pxl-zoom-out-in-small 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    animation: pxl-zoom-out-in-small 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
}

.ci-content-address-contact {
    display: flex;
    align-items: center;
}

.item-address-contact {
    margin: 0px 0px 20px 0px;
}

.ci-content.col {
    margin-left: 17px;
}

.GuiYkien .btn:hover {
    outline: medium none;
    text-decoration: none;
    border-color: transparent;
    background-color: var(--default-color);
    background: linear-gradient(90deg, #FFA418 -1.66%, #FBCD00 102.72%);
}

.contact .left-content {
    width: 53%;
    float: left;
}

.decor-back-contact {
    position: absolute;
    top: 85%;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.pxl-section-bg-parallax {
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    background-image: url(https://demo.7iquid.com/donalfarm/wp-content/uploads/2024/10/ct-ss2-bg.webp);
    background-position: bottom center;
    background-size: 100% auto;
    bottom: -50px;
    left: 0;
    position: absolute;
    box-sizing: border-box;
}

.contact .right-content {
    flex: 1 1 0;
    padding: 40px;
    box-sizing: border-box;
    padding-top: 0;
    margin: auto;
    margin: 0;
}

.contact .infoCompany {
    margin: 0;
    color: #000;
    line-height: 1.5;
    font-size: 18px;
}

.infoCompany h3, .GuiYkien h4 {
    font-size: 22px;
    color: #000;
    margin: 0;
    font-family: 'quickm';
    margin-bottom: 10px;
}

.infoCompany p {
    margin: 0;
    font-size: 15px;
    color: #3f3f3f;
    line-height: 2;
}

    .infoCompany p em {
        font-style: normal;
        position: relative;
        display: inline-block;
        padding-left: 30px;
    }

        .infoCompany p em:before {
            content: "\f041";
            font-family: fontawesome;
            position: absolute;
            left: 0;
            border: 1px solid #51bf0f;
            width: 22px;
            border-radius: 100%;
            text-align: center;
            color: #51bf0f;
            line-height: 1.5;
            top: 3px;
        }

        .infoCompany p em:nth-of-type(2), .infoCompany p em:nth-of-type(4) {
            width: 135px;
        }

            .infoCompany p em:nth-of-type(2):before {
                content: "\f095";
            }

        .infoCompany p em:nth-of-type(3):before {
            content: "\f1ac";
        }

        .infoCompany p em:nth-of-type(4):before {
            content: "\f003";
        }

        .infoCompany p em:nth-of-type(5):before {
            content: "\f0ac";
        }

.GuiYkien table {
    width: 100%;
}

    .GuiYkien table tr {
        display: block;
        overflow: hidden;
    }

.GuiYkien .textbox {
    position: relative;
    overflow: hidden;
    padding: 10px;
    width: 50%;
    box-sizing: border-box;
    display: inline-block;
    float: left;
}

    .GuiYkien .textbox.textareabox {
        width: 100%;
    }

    .GuiYkien .textbox:first-child {
        padding-left: 0;
    }

    .GuiYkien .textbox:last-child {
        padding-right: 0;
    }

    .GuiYkien .textbox label {
        margin-bottom: 10px;
        display: block;
        font-family: 'Baloo2-SemiBold';
        font-size: 18px;
    }

    .GuiYkien .textbox .warning {
        position: absolute;
        top: 15px;
        right: 23px;
    }

.GuiYkien .txt {
    width: 100%;
    box-sizing: border-box;
    --primary-color-rgb: 13, 64, 28;
    --heading-color: #072010;
    background-color: rgba(var(--primary-color-rgb), 0.05);
    border: 1px solid transparent;
    color: var(--heading-color);
    padding: 0 24px;
    line-height: 55px;
    height: 55px;
    font-size: 16px;
    letter-spacing: 0.01em;
    font-weight: normal;
    text-align: start;
    outline: none;
    -webkit-border-radius: 27.5px;
    -khtml-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
    border-radius: 27.5px;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -khtml-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    -o-transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}

    .GuiYkien .txt:hover {
        --primary-color: #0d401c;
        background-color: #fff;
        border-color: var(--primary-color);
    }

input.txt::-webkit-input-placeholder {
    color: #072010;
    font-family: 'Inter_24pt-Regular';
}

input.txt::-moz-placeholder { /* Firefox 19+ */
    color: #072010;
    font-family: 'Inter_24pt-Regular';
}

input.txt:-ms-input-placeholder { /* IE 10+ */
    color: #072010;
    font-family: 'Inter_24pt-Regular';
}

input.txt:-moz-placeholder { /* Firefox 18- */
    color: #072010;
    font-family: 'Inter_24pt-Regular';
}

textarea.txt::-webkit-input-placeholder {
    color: #072010;
    font-family: 'Inter_24pt-Regular';
}

textarea.txt::-moz-placeholder { /* Firefox 19+ */
    color: #072010;
    font-family: 'Inter_24pt-Regular';
}

textarea.txt:-ms-input-placeholder { /* IE 10+ */
    color: #072010;
    font-family: 'Inter_24pt-Regular';
}

textarea.txt:-moz-placeholder { /* Firefox 18- */
    color: #072010;
    font-family: 'Inter_24pt-Regular';
}

.GuiYkien textarea.txt {
    padding: 20px;
    border: 1px solid #adadad;
    height: 248px;
}

.GuiYkien .txt50 {
    width: 49%;
    float: left;
}

    .GuiYkien .txt50 + .txt50 {
        float: right;
    }

@keyframes pxl-zoom-out-in-small {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(0.5);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.GuiYkien th {
    text-align: left;
    font-weight: bold;
    color: #021540;
    font-size: 16px;
    padding-top: 10px; /* font-family:cambriar; */ /* font-style:italic */
    padding-bottom: 5px;
}

.GuiYkien .btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-family: 'Inter_24pt-Medium';
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.5625;
    letter-spacing: 0px;
    padding: 11px 45px 11px 45px;
    outline: none;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid transparent;
    text-align: center;
    text-transform: capitalize;
    text-decoration: none;
    justify-content: center;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background: linear-gradient(115deg, #81BB3F 8.51%, #238E44 91.49%);
    -webkit-border-radius: 55px;
    -khtml-border-radius: 55px;
    -moz-border-radius: 55px;
    -ms-border-radius: 55px;
    -o-border-radius: 55px;
    border-radius: 55px;
    -webkit-transition: all 300ms cubic-bezier(0.46, 0.23, 1, 1);
    -khtml-transition: all 300ms cubic-bezier(0.46, 0.23, 1, 1);
    -moz-transition: all 300ms cubic-bezier(0.46, 0.23, 1, 1);
    -ms-transition: all 300ms cubic-bezier(0.46, 0.23, 1, 1);
    -o-transition: all 300ms cubic-bezier(0.46, 0.23, 1, 1);
    transition: all 300ms cubic-bezier(0.46, 0.23, 1, 1);
}

.GuiYkien .button {
    padding-top: 10px;
}

.GuiYkien .btnRefresh { /* width: 35px; */ /* height: 35px; */
}

.GuiYkien .capcha {
    padding-top: 12px;
    color: #fff;
}

.GuiYkien .imgCapcha {
    float: left;
    margin-right: 8px;
}

.GuiYkien .capcha .button {
    float: left;
    padding: 0;
}

    .GuiYkien .capcha .button a {
        float: left;
        padding: 0;
        font-size: 17px;
        background: #eb0009;
        padding: 6px 10px;
        border-radius: 4px;
    }

.ci-content .ci-title {
    margin: 0;
    font-size: 18px;
    margin-bottom: 5px;
    font-family: 'Inter_24pt-Medium';
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    background: linear-gradient(90deg, #009247 0%, #57BA76 50%, #009247 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ci-content .ci-desc a {
    color: #333;
    font-weight: bold;
}

.ci-content .ci-desc {
    color: #000;
    font-family: 'Inter_24pt-Medium';
    line-height: 150%;
}

.google_map {
    height: 400px;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    margin-top: 0;
}

    .google_map iframe {
        border: none;
    }

.GuiYkien table tr {
    background: transparent;
}

@media only screen and (max-width :767px) {
    .contact .infoCompany {
        font-size: 14px;
    }

    .ci-content .ci-desc {
        font-size: 14px;
    }

    .ci-content .ci-title {
        font-size: 16px;
    }

    .ci-content .ci-desc a {
        font-size: 14px;
    }

    .c-full-address {
        padding: 20px 15px 20px 15px;
    }

    section.full-address-contact {
        padding: 10px 10px 10px 10px;
    }

    .GuiYkien .txt::placeholder {
        font-size: 12px;
    }

    .full-contact-form {
        flex-direction: column-reverse;
    }

    div#ctl00_ContentPlaceHolder1_up .mtop10 {
        margin: 0 !important;
    }

    .ci-icon svg {
        width: 12px;
        height: 12px;
    }

    span.pxl-icon {
        width: 32px;
        height: 32px;
    }

    input.txt::-webkit-input-placeholder {
        color: #072010;
        font-size: 16px;
    }

    input.txt::-moz-placeholder { /* Firefox 19+ */
        color: #072010;
        font-size: 16px;
    }

    input.txt:-ms-input-placeholder { /* IE 10+ */
        color: #072010;
        font-size: 16px;
    }

    input.txt:-moz-placeholder { /* Firefox 18- */
        color: #072010;
        font-size: 16px;
    }

    textarea.txt::-webkit-input-placeholder {
        color: #072010;
        font-size: 16px;
    }

    textarea.txt::-moz-placeholder { /* Firefox 19+ */
        color: #072010;
        font-size: 16px;
    }

    textarea.txt:-ms-input-placeholder { /* IE 10+ */
        color: #072010;
        font-size: 16px;
    }

    textarea.txt:-moz-placeholder { /* Firefox 18- */
        color: #072010;
        font-size: 16px;
    }

    .GuiYkien .txt::placeholder {
        font-size: 16px;
    }

    .GuiYkien .textbox label {
        font-size: 15px;
    }

    .contact .infoCompany h1 {
        font-size: 16px;
    }

    .GuiYkien h4 {
        font-size: 18px;
    }

    .GuiYkien .txt {
        font-size: 18px;
    }

    .GuiYkien .textbox {
        width: 100%;
        padding: 0;
        margin: 8px 0;
    }

    .GuiYkien table {
        width: 100%;
    }
}

@media only screen and (max-width :467px) {
    .contact .top-contain {
        height: 250px;
    }

    .contact .left-content, .contact .right-content {
        width: 100%;
        float: none;
    }

    .contact .left-content {
        margin-top: 30px;
    }
}