.contact {
    overflow: hidden;
}

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

    .contact .right-content {
        width: 49%;
        float: right
    }

    .contact .infoCompany {
        margin: 0;
        color: #424242;
        line-height: 1.5;
        font-size: 15px;
        margin-top: 30px;
    }

        .contact .infoCompany * {
            color: #424242 !important;
            text-decoration: none !important;
            font-size: 18px;
        }

.infoCompany > div:before {
    content: "\f05a";
    font-family: fontawesome;
}

.infoCompany > div:nth-child(1):before {
    content: "\f3c5";
}

.infoCompany > div:nth-child(2):before {
    content: "\f1ac";
}

.infoCompany > div:nth-child(3):before {
    content: "\f10b";
}

.infoCompany > div:nth-child(4):before {
    content: "\f0e0";
}

.infoCompany > div:nth-child(5):before {
    content: "\f0e0";
}

.infoCompany > div:nth-child(6):before {
    content: "\f0ac";
}

.infoCompany > div:nth-child(7):before {
    content: "\f5a0";
}

.infoCompany h3, .GuiYkien h4 {
    font-size: 35px;
    color: #e85d00;
    margin: 0; /* font-family:picture; */
    margin-bottom: 10px;
    font-family: lober;
    font-weight: normal;
}

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

    .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 .textbox {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
    display: block;
}

.GuiYkien .txt {
    border: none;
    border-bottom: 1px solid #bdbdbd;
    padding: 0px 0 10px;
    padding-right: 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    outline: none;
}

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

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

.GuiYkien th {
    text-align: left;
    font-weight: bold;
    color: #686868;
    font-size: 16px;
    padding-top: 10px;
    font-family: sfbo;
    padding-bottom: 5px;
}

.GuiYkien .btn {
    border: none;
    padding: 13px 50px;
    width: max-content;
    color: #fff;
    background: linear-gradient(180deg, #33A4D2 0%, #0053A6 135.23%);
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    text-transform: uppercase;
    margin: 0 7px;
    font-size: 15px;
    font-family: 'BarlowSB';
}

    .GuiYkien .btn:hover {
        background: #fb0125;
    }

.GuiYkien .button {
    padding-top: 10px;
    display: flex;
    margin-top: 50px;
}

.GuiYkien .capcha .button {
    float: left;
    margin-top: 0;
    border: 1px solid;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}

    .GuiYkien .capcha .button:hover {
        background: #fb0125;
    }

.GuiYkien .btnRefresh {
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}

.GuiYkien .capcha {
    padding-top: 40px;
}

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

.google_map {
    height: 450px;
    margin-top: 20px;
}

    .google_map iframe {
        border: none
    }

.error-contact {
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 20px;
}

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

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

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

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