﻿.contact {
    overflow: hidden;
}

    .contact .left-content {
        width: 100%;
        float: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

.info-contact {
    width: 48%;
    text-align: center;
}

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

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

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

.infoCompany > div:before {
    content: "\f05a";
    font-family: fontawesome;
    color: #f2c202;
    display: none;
}

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

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

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

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

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

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

    .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 {
    padding: 30px;
    background: url(/Design/img/footer/decor-footer.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    margin-top: 20px;
}

    .GuiYkien tbody {
        display: block;
        width: 100%;
    }

    .GuiYkien tr {
        display: flex;
        width: 100%;
        text-align: center;
        margin-top: 18px;
        box-sizing: border-box;
    }

    .GuiYkien td {
        display: block;
        width: 100%;
    }

input::placeholder {
}

.GuiYkien td.half-td {
    width: 49%;
    display: inline-block;
    margin: auto;
}

.GuiYkien .textbox {
    overflow: hidden;
    position: relative;
    margin-top: 0;
    display: block;
}

.GuiYkien .txt {
    border: none;
    border-bottom: 1px solid #bdbdbd61;
    padding: 12px 18px;
    padding-right: 20px;
    width: 98%;
    box-sizing: border-box;
    font-size: 15px;
    outline: none;
    font-weight: 100;
}

.title-inner h2 {
    font-size: 38px;
    color: var(--default-color-1);
    font-weight: 100;
    margin: 0;
    text-transform: capitalize;
    font-family: 'BeauDisM';
}

.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 0;
    width: 100%;
    background: var(--default-color-1);
    color: #fff;
    border: 1px solid var(--default-color-1);
    cursor: pointer;
    border-radius: 4px;
    outline: none;
    text-transform: uppercase;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: bold;
    transition: all linear .2s;
}

    .GuiYkien .btn:hover {
        background-color: transparent;
        color: var(--default-color-1);
    }

.GuiYkien .button {
    padding-top: 10px;
    display: block;
    margin-top: 15px;
}

.GuiYkien .capcha .button {
    float: left;
    margin-top: 0;
    border: 1px solid var(--default-color-2);
    text-align: center;
    padding: 0;
}

.GuiYkien .btnRefresh {
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    /* line-height: 35px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

    .GuiYkien .btnRefresh i {
        font-size: 16px;
        color: var(--default-color-2);
    }

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

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

.google_map {
    height: 350px;
    margin-top: 20px;
    width: 100%;
}

    .google_map iframe {
        border: none;
    }

.error-contact {
    position: absolute;
    right: 21px;
    top: 11px;
    font-size: 20px;
    color: var(--default-color-1) !important;
}

.contact-bottom-decor {
    background-color: #33333312;
}

.page-contact-child {
    padding-top: 30px;
    /* padding-bottom: 40px; */
}

div#ctl00_ContentPlaceHolder1_up1 {
    display: none;
}

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

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

    .title-inner h2 {
        font-size: 23px;
    }

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

    .GuiYkien table {
        width: 100%;
    }

    .info-contact {
        width: 100%;
        float: unset;
        margin-bottom: 22px;
    }

    .google_map {
        height: 350px;
        margin-top: 0;
        width: 100%;
        float: unset;
    }

    .GuiYkien {
        padding: 0;
        padding: 15px 0;
    }

        .GuiYkien tr {
            display: block;
            margin: 0;
        }

        .GuiYkien td.half-td {
            width: 100%;
            margin-bottom: 5px !important;
            display: block;
            margin: auto;
        }

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

        .GuiYkien .button {
            padding-top: 10px;
            display: block;
            margin-top: 4px;
        }
}

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