﻿.contact {
    overflow: hidden;
}

.infoCompany p:before {
    content: "\f007";
    position: absolute;
    font-family: FontAwesome;
    color: #000;
    left: 3px;
    font-size: 14px;
    transform: translateY(3px);
    background: linear-gradient(90deg, #D49C03 0%, #FBF59C 32.5%, #E6B301 46%, #FBF6A2 77.5%, #E8CC15 97%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    box-shadow: 0px 4px 4px 0px rgba(7, 37, 130, 0.38);
    transition: all .3s;
}

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

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

.infoCompany p:nth-child(3):before {
    content: "\f0ac";
}

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

.infoCompany {
    padding-left: 46px;
}

.contact .left-content {
    width: 100%;
    float: left;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.info-contact {
    width: 49%;
    text-align: left;
    margin-left: 20px;
}

a.hotline-f-bb {
    display: inline;
    color: #BE090E;
    font-family: 'Inter_24pt-Bold';
    font-size: 15.818px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

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

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

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

.contact-bottom-decor:before {
    content: "";
    position: absolute;
    background: url(/Design/img/MyVienThaoNguyen/decor/bc.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    z-index: 0;
}

.infoCompany p:hover::before {
    background: linear-gradient(270deg, #D28C2A 0%, #E3B051 43.36%, #5F3328 100%);
    color: #fff;
}

.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%;
    margin-bottom: 25px;
}

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

.button.btn-close-contact input.btn {
    background: linear-gradient(270deg, #D28C2A 0%, #E3B051 43.36%, #5F3328 100%);
}

    .button.btn-close-contact input.btn:hover {
        background: linear-gradient(270deg, #DC0D15 0%, #FF7677 43.36%, #980303 100%);
        color: #fff;
    }

textarea#ctl00_ContentPlaceHolder1_txtNoiDung {
    padding-top: 36px;
    padding-bottom: 5px;
}

.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: 50%;
    margin: 0 9px;
    display: flex;
    align-items: center;
}

.GuiYkien .textbox {
    position: relative;
    margin-top: 0;
    display: flex;
    margin: 0 9px;
}

.GuiYkien .capcha .button:hover {
    border-color: #e7c74d;
}

.GuiYkien .txt {
    padding: 12px 18px;
    padding-right: 20px;
    border: 1px solid transparent;
    width: 100%;
    font-family: 'Inter_24pt-Medium';
    box-sizing: border-box;
    font-size: 17px;
    outline: none;
    font-weight: 100;
    border-radius: 50px;
    -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: #e2bc3a;
        background-color: #fff;
        border-color: var(--primary-color);
    }

.info-contact .title-inner {
    padding: 0;
}

.title-inner h2 {
    margin: 0;
    font-family: 'Montserrat-Bold';
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(270deg, #D28C2A 0%, #E3B051 43.36%, #5F3328 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.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 {
    padding: 13px 60px;
    width: max-content;
    cursor: pointer;
    outline: none;
    box-sizing: border-box;
    font-weight: bold;
    transition: all linear .2s;
    color: #FAFBFC;
    display: flex;
    align-items: center;
    transition: all linear .2s;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 30px;
    border: none;
    background: linear-gradient(270deg, #DC0D15 0%, #FF7677 43.36%, #980303 100%);
}

    .GuiYkien .btn:hover {
        background: linear-gradient(270deg, #D28C2A 0%, #E3B051 43.36%, #5F3328 100%);
        color: #fff;
    }

.GuiYkien .button {
    display: block;
    margin-right: 15px;
}

.GuiYkien .capcha .button {
    float: left;
    margin-top: 0;
    border: 1px solid var(--default-color-2);
    text-align: center;
    padding: 0;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px rgba(7, 37, 130, 0.38);
}

.GuiYkien .btnRefresh {
    width: 35px;
    height: 35px;
    float: left;
    text-align: center;
    border-radius: 50%;
    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;
    width: 100%;
    flex: 1 1 0;
}

    .google_map iframe {
        border: none;
    }

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

.page-contact-child:before {
    content: "";
    position: absolute;
    right: -22px;
    bottom: 462px;
    background: url(/Design/img/MyVienThaoNguyen/decor/bong1.png) no-repeat;
    width: 394px;
    height: 408px;
    background-size: cover;
    z-index: 1;
    pointer-events: none;
}

.contact-bottom-decor {
    position: relative;
    padding-top: 70px;
    padding-bottom: 50px;
    margin-top: 25px;
}

.page-contact-child {
    padding-top: 30px;
    background: #f4f8df;
    position: relative;
}

.contact-bottom-decor > .grid.wide {
    display: flex;
    position: relative;
    z-index: 1;
}

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

.right-content.clearfm.mtop30 {
    flex: 1 1 0;
}

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/img/MyVienThaoNguyen/decor/about.png) no-repeat;
    background-size: cover;
}

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

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

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

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.col {
    margin-left: 17px;
}

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

.ci-content .ci-title {
    margin: 0;
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'Montserrat-Bold';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: linear-gradient(270deg, #D28C2A 0%, #E3B051 43.36%, #5F3328 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

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

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

    .error-contact {
        position: absolute;
        right: 21px;
        top: 15px;
        font-size: 14px;
    }

    .GuiYkien .btn {
        padding: 10px 36px;
        font-size: 15px;
    }

    .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: 30px 15px 20px 15px;
    }

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

    .contact-bottom-decor > .grid.wide {
        display: flex;
        position: relative;
        z-index: 1;
        flex-direction: column-reverse;
    }

    .l-info-contact {
        width: 100%;
        margin-top: 18px;
    }

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

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

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

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

    .GuiYkien table {
        width: 100%;
    }

    .contact .left-content {
        display: block;
    }

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

    .infoCompany p:before {
        transform: translateY(3px);
        width: 24px;
        height: 24px;
        font-size: 11px;
    }

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

    .page-contact-child:before {
        content: "";
        position: absolute;
        background-size: cover;
        width: 160px;
        height: 136px;
        pointer-events: unset;
        z-index: 5;
        bottom: 528px;
        right: -8px;
    }

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

    .page-contact-child {
        background: #fdfbdf;
    }

    .contact-bottom-decor:before {
        content: "";
        position: absolute;
        background: url(/Design/img/MyVienThaoNguyen/decor/bc.png) no-repeat;
        background-size: contain;
        width: 100%;
        height: 665px;
        left: 0;
        top: 39px;
    }

    .contact-bottom-decor {
        padding-top: 36px;
    }

    .contact .infoCompany p {
        font-size: 16px;
        line-height: 186%;
    }

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

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

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

        .GuiYkien .textbox {
            margin: 0;
        }

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

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

    .contact .left-content {
        margin-top: 0;
    }
}