.section {
    padding: 262px 0 128px;
}

.section .title_color {
    margin: 0 auto 60px;
}

.section .content {
    display: flex;
    justify-content: space-between;
}

.section .content .text1 {
    margin: 25px 0 42px;
    height: 68px;
}

.section .content .text1 p {
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 34px;
    opacity: 0.7;
}

.section .content .text2 {
    margin: 31px 0 0;
}

.section .content .text2 span {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 34px;
    opacity: 0.3;
}

.section .content .l {
    width: 780px;
    background: #0C2527;
    box-shadow: 0px 1px -1px 0px rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    padding: 71px 30px 49px;
}

.section .content .l .title {
    font-family: Poppins R;
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
}

.section .content .l form {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}
.section .content .l form textarea {
    width: 100%;
    height: 200px;
    background: #10383B;
    border-radius: 8px;
    padding: 20px;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
}
.section .content .l form textarea::placeholder {
    color: #FFFFFF;
    opacity: 0.6;
}
.section .content .l form input {
    width: 350px;
    height: 75px;
    background: #10383B;
    border-radius: 8px;
    border: none;
    padding: 0 20px;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}

.section .content .l form input::placeholder {
    color: #FFFFFF;
    opacity: 0.6;
}

.section .content .l form select {
    width: 100%;
}

.section .content .l form .select2-selection--single {
    width: 100%;
    height: 75px;
    background: #10383B;
    border-radius: 8px;
    border: none;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 60px;
    padding: 0 40px 0 20px;
    display: flex;
    align-items: center;
}

.section .content .l form .select2-selection--single .select2-selection__rendered {
    color: #FFFFFF;
    opacity: 0.6;
}

.section .content .l form .select2-selection--single .select2-selection__arrow {
    display: block;
    width: unset;
    height: unset;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
}

.section .content .l form .select2-selection--single .select2-selection__arrow .iconfont {
    font-size: 12px;
    transform: rotate(180deg);
}

.section .content .l form button {
    width: 100%;
    height: 75px;
    background: linear-gradient(180deg, #00BD56, #3392D7);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 31px 0 0;
}

.section .content .l form button p {
    font-family: Poppins R;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}

.section .content .r {
    width: 780px;
    background: #0C2527;
    box-shadow: 0px 1px -1px 0px rgba(255, 255, 255, 0.3);
    border-radius: 16px;
    padding: 71px 30px 40px;
}

.section .content .r .title {
    font-family: Poppins R;
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
}

.section .content .r .map {
    width: 100%;
    height: 560px;
    border-radius: 16px;
}

.section .content .r .contact_info {
    padding: 0 10px;
    margin: 40px 0 65px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 0;
}

.section .content .r .contact_info .item {
    display: flex;
    align-items: center;
}

.section .content .r .contact_info .item .icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #00BD56, #3392D7);
    border-radius: 50%;
    margin-right: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .content .r .contact_info .item .icon img {
    display: block;
    width: 19px;
}

.section .content .r .contact_info .item p {
    font-family: Poppins R;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
}

.section .content .r .contact_info .item:nth-child(1) {
    margin-right: 89px;
}

.section .content .r .contact_info .item:nth-child(3) p {
    font-size: 16px;
}

.section .content .r .contact_share {
    display: flex;
    justify-content: flex-end;
    gap: 0 11px;
}

.section .content .r .contact_share a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    position: relative;
    cursor: pointer;
}

.section .content .r .contact_share a img {
    display: block;
    filter: brightness(0) invert(1);
    height: 20px;
    position: relative;
    z-index: 3;
}

.section .content .r .contact_share a:nth-child(1) img {
    height: 22px;
}

.section .content .r .contact_share a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #00BD56, #3392D7);
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.6s;
    opacity: 0;
}

.section .content .r .contact_share a:hover:after {
    opacity: 1;
}

/*# sourceMappingURL=contact.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 13.6458333333vw 0px 6.6666666667vw;
    }

    .section .title_color {
        margin: 0px auto 3.125vw;
    }

    .section .content .text1 {
        margin: 1.3020833333vw 0px 2.1875vw;
        height: 3.5416666667vw;
    }

    .section .content .text1 p {
        font-size: 0.9375vw;
        line-height: 1.7708333333vw;
    }

    .section .content .text2 {
        margin: 1.6145833333vw 0px 0px;
    }

    .section .content .text2 span {
        font-size: 0.8333333333vw;
        line-height: 1.7708333333vw;
    }

    .section .content .l {
        width: 40.625vw;
        border-radius: 0.8333333333vw;
        padding: 3.6979166667vw 1.5625vw 2.5520833333vw;
    }

    .section .content .l .title {
        font-size: 1.875vw;
    }

    .section .content .l form {
        gap: 1.5625vw 1.0416666667vw;
    }

    .section .content .l form input {
        width: 18.2291666667vw;
        height: 3.90625vw;
        border-radius: 0.4166666667vw;
        padding: 0px 1.0416666667vw;
        font-size: 0.8333333333vw;
    }

    .section .content .l form textarea {
        height: 10.41666666667vw;
        border-radius: 0.4166666667vw;
        padding: 1.0416666667vw;
        font-size: 0.8333333333vw;
    }

    .section .content .l form .select2-selection--single {
        height: 3.90625vw;
        border-radius: 0.4166666667vw;
        font-size: 0.8333333333vw;
        line-height: 3.125vw;
        padding: 0px 2.0833333333vw 0px 1.0416666667vw;
    }

    .section .content .l form .select2-selection--single .select2-selection__arrow {
        right: 2.0833333333vw;
    }

    .section .content .l form .select2-selection--single .select2-selection__arrow .iconfont {
        font-size: 0.625vw;
    }

    .section .content .l form button {
        height: 3.90625vw;
        border-radius: 0.4166666667vw;
        margin: 1.6145833333vw 0px 0px;
    }

    .section .content .l form button p {
        font-size: 0.8333333333vw;
    }

    .section .content .r {
        width: 40.625vw;
        border-radius: 0.8333333333vw;
        padding: 3.6979166667vw 1.5625vw 2.0833333333vw;
    }

    .section .content .r .title {
        font-size: 1.875vw;
    }

    .section .content .r .map {
        height: 29.16666666667vw;
        border-radius: 0.8333333333vw;
    }

    .section .content .r .contact_info {
        padding: 0px 0.5208333333vw;
        margin: 2.0833333333vw 0px 3.3854166667vw;
        gap: 1.5625vw 0px;
    }

    .section .content .r .contact_info .item .icon {
        width: 2.0833333333vw;
        height: 2.0833333333vw;
        margin-right: 0.5729166667vw;
    }

    .section .content .r .contact_info .item .icon img {
        width: 0.9895833333vw;
    }

    .section .content .r .contact_info .item p {
        font-size: 1.0416666667vw;
    }

    .section .content .r .contact_info .item:nth-child(1) {
        margin-right: 4.6354166667vw;
    }

    .section .content .r .contact_info .item:nth-child(3) p {
        font-size: 0.8333333333vw;
    }

    .section .content .r .contact_share {
        gap: 0px 0.5729166667vw;
    }

    .section .content .r .contact_share a {
        width: 2.3958333333vw;
        height: 2.3958333333vw;
        border-radius: 0.2083333333vw;
    }

    .section .content .r .contact_share a img {
        height: 1.0416666667vw;
    }

    .section .content .r .contact_share a:nth-child(1) img {
        height: 1.1458333333vw;
    }

    .section .content .r .contact_share a::after {
        border-radius: 0.2083333333vw;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 100px 0 60px;
    }
    .section .title_color {
        margin-bottom: 40px;
    }
    .section .content {
        flex-direction: column-reverse;
    }
    .section .content .r {
        width: 100%;
        padding: 30px 20px;
        margin-bottom: 30px;
        border-radius: 6px;
    }
    .section .content .l {
        width: 100%;
        padding: 30px 20px;
        border-radius: 6px;
    }
    .section .content .r .title,.section .content .l .title {
        font-size: 22px;
    }
    .section .content .r .map {
        height: 60vw;
        border-radius: 6px;
    }
    .section .content .r .contact_info {
        margin: 30px 0 40px;
        gap: 20px 10px;
    }
    .section .content .r .contact_share {
        gap: 0 10px;
    }
    .section .content .r .contact_share a {
        width: 40px;
        height: 40px;
        border-radius: 4px;
    }
    .section .content .r .contact_share a:nth-child(1) img {
        height: 20px;
    }
    .section .content .r .contact_share a img {
        height: 18px;
    }
    .section .content .r .contact_info .item:nth-child(1) {
        margin-right: 0;
    }
    .section .content .r .contact_info .item p {
        font-size: 16px;
    }
    .section .content .r .contact_info .item .icon {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }
    .section .content .r .contact_info .item p {
        width: calc(100% - 50px);
        padding: 10px 0 0;
    }
    .section .content .r .contact_info .item .icon img {
        width: 19px;
    }
    .section .content .r .contact_info .item:nth-child(3) p {
        font-size: 16px;
    }
    .section .content .r .contact_info .item {
        width: 100%;
        align-items: flex-start;
    }
    .section .content .text1 {
        height: unset;
        margin: 15px 0 30px;
    }
    .section .content .text1 p {
        font-size: 14px;
        line-height: 1.8;
    }
    .section .content .l form input {
        width: 100%;
        height: 50px;
        border-radius: 4px;
        padding: 0 15px;
        font-size: 14px;
    }
    .section .content .l form {
        gap: 20px 0;
    }
    .section .content .l form .select2-selection--single {
        height: 50px;
        border-radius: 4px;
        padding: 0;
    }
    .section .content .l form .select2-selection--single .select2-selection__rendered {
        line-height: 50px;
        font-size: 14px;
        padding: 0 0 0 15px;
    }
    .section .content .l form .select2-selection--single .select2-selection__arrow .iconfont {
        font-size: 8px;
    }
    .section .content .l form .select2-selection--single .select2-selection__arrow {
        right: 15px;
    }
    .section .content .l form button {
        height: 50px;
        border-radius: 4px;
    }
    .section .content .l form button p {
        font-size: 14px;
    }
    .section .content .text2 {
        margin: 20px 0 0;
    }
    .section .content .text2 span {
        font-size: 14px;
        line-height: 1.6;
    }
    .section .content .l form textarea {
        height: 150px;
        border-radius: 4px;
        padding: 15px;
        font-size: 14px;
    }
}
