/*--------------------------------------- form liên hệ-----------------------------------------------*/

section.contacts .container .row  h1 {
    font-size: 28px;
    color: #14142B;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
}
section.contacts .container .row  h1::after{
    content: '';
    position: absolute;
    height: 1px;
    width: 105px;
    background-color: #999999;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}

section.contacts .container .row  {
    background-color: #fff;
    padding: 47px 58px;
    border-radius: 16px;
    margin-top: 24px;
}
section.contacts .container .row .contacts_content form .group_input,
section.contacts .container .row .contacts_content form .group ,
section.contacts .container .row .contacts_content form .capcha{
    position: relative;
}

.contacts_content .company_infor{
    padding-right: 0;
}
.contacts_content .company_infor .item{
    margin-bottom: 26px;
}
.contacts_content form h2 {
    font-size: 22px;
    font-weight: 700;
    color: #14142B;
    text-transform: uppercase;
    margin-bottom: 24px;
    margin-top: 0;
}

.contacts_content form input,
.contacts_content form textarea {
    width: 100%;
    background: #FFFFFF;
    border-radius: 16px;
    border: 1px solid #D9DBE9;
    outline: none;
    padding: 17px;
    margin-bottom: 12px;
    position: relative;
}
.contacts_content form .group_input.error input,
.contacts_content form .group.error textarea{
    margin-bottom: 0;
    background:  rgba(255, 63, 63, 0.1);
    border: 1px solid #FF3F3F;
}
.contacts_content form .group_input  span.helper,
.contacts_content form .capcha  span.helper,
.contacts_content form .group  span.helper{
    color: #FF3F3F;
    font-size: 14px;
    margin-bottom: 16px;
    display: inline-block;
    padding-left: 20px;
    margin-top: 4px;
}

.contacts_content form .group_input label,
.contacts_content form .group label {
    position: absolute;
    z-index: 2;
    left: 17px;
    top: 19px;
    color: #6E7191;
    font-weight: 500;
}

.contacts_content form .group_input label:after {
    content: " *";
    color: red;
}

.contacts_content form button {
    background: linear-gradient(#FF941A, #FF6006);
    border-radius: 23px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 9px 54px;
    outline: none;
    border: 0;
    margin-top: 25px;
}
.contacts_content form button:hover{
    opacity: 0.9;
}
.company_infor .item{
    display: flex;
}
.company_infor .item .icon{
    margin-right: 15px;
}
.company_infor .item .text div.title {
    font-weight: 700;
    font-size: 20px;
    color: #14142B;
}
.company_infor .item .text .color_orange {
    font-weight: 700;
    font-size: 20px;
    color: #FF6609;
}
.company_infor .item .text p{
    margin-bottom: 0;
    font-size: 16px;
    color: #4E4B66;
    font-weight: 500;
}
.company_infor .map iframe {
    width: 500px;
    height: 243px;
    border-radius: 12px;
}
.company_infor .link_icon{
    padding-left: 39px;
    margin-bottom: 24px;
}
.company_infor .link_icon a{
   margin-right: 24px;
}
.company_infor .link_icon a img{
    height: 42px;
    width: 42px;
}
/*---------------------------------------end form liên hệ-----------------------------------------------*/



/*---------------------------------------reponsive-----------------------------------------------*/


@media screen and (max-width: 576px) {
    section.contacts .container .row{
        padding: 15px;
    }
    .contacts_content form button{
        position: relative;
        margin-bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
    }
    .contacts_content .company_infor{
        padding: 0;
    }
    .company_infor .map iframe{
        width: 100%;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    section.contacts .container .row .contacts_content {
        flex-direction: column;
        padding: 47px 0px;
    }
    .contacts_content form button {
        margin: 30px auto;
        display: block;
    }
    div.g-recaptcha>div {
        margin: 0 auto;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {}

