<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#uc_contact {
    padding: 50px 0px 110px 0px;
    background: url(img/bg_Contact.png) no-repeat center 65px transparent;
    margin-left:20px;
}

    #uc_contact .logo {
        margin: 0 auto;
        vertical-align: middle;
        margin-left: 230px;
    }

    #uc_contact .contactForm {
        width: 385px;
        margin: 0 auto;
        margin-top: 25px;
    }

    #uc_contact .labelsColumn {
        width: 75px;
        float: left;
        padding-right: 10px;
    }

        #uc_contact .labelsColumn label { /*background:url(img/bullet-contact.png) no-repeat left transparent;padding-left:15px;*/
            height: 26px;
            line-height: 26px;
            color: #2b2b2b;
            display: block;
            margin-top: 8px;
        }

            #uc_contact .labelsColumn label .notification {
                color: red;
            }

    #uc_contact .textBoxsColumn {
        width: 296px;
        float: right;
    }

        #uc_contact .textBoxsColumn .textbox, #uc_contact .RadInputMgr_Default {
            background: url(img/bg_textboxContact.png) no-repeat;
            width: 286px;
            height: 24px;
            padding: 0 5px;
            margin-top: 10px;
            /*background-color: #f3f3f3;
            border: 1px solid #e0e0e0;*/
            border: none;
            float: left;
            font: 12px/18px arial;
            color: #595959;
        }

    #uc_contact .RadInput_Default .riError, #uc_contact .RadInput_Error_Default {
        color: red;
        font-style: italic;
    }

    #uc_contact .validator {
        width: 15px;
        height: 15px;
        display: block;
        padding-top: 8px;
        float: left;
    }

    #uc_contact .textBoxsColumn .textboxMultiline {
        background: url(img/bg_textboxMultilineContact.png) no-repeat;
        width: 286px;
        height: 78px;
        border:none;
        /*border: 1px solid #e0e0e0;
        background-color: #f3f3f3;*/
        padding: 0 5px;
        margin-top: 10px;
        float: left;
        font: 12px/18px arial;
        color: #595959;
    }
    /*Info*/
    #uc_contact .info {
        color: #2c2c2c;
        text-align: center;
    }
     #uc_contact .info .label  {
        color: #444844;
        text-align: center;
        font: bold 12px Arial;
    }

        #uc_contact .info .name .value {
            color: #960000;
            font: bold 12px Arial;
            text-transform: uppercase;
        }

        #uc_contact .info .name .label {
            display: none;
        }

        #uc_contact .info .office {
            margin-top: 10px;
        }

        #uc_contact .info .hotline {
            font-weight: bold;
            color: #fff;
        }
    #uc_contact .info .note{
        margin-top:15px;
        margin-bottom:10px;
        text-align:center;
        width:690px
    }

    /*Button Viet - English*/
    #uc_contact .btncontact {
        float: right;
        margin-top: 12px;
        margin-right: 172px;
    }

.btncontact .bgButton {
    background: url(img/bg_buttom_contact.png) repeat-x left transparent;
    text-align: center;
    padding: 0px 12px;
    height: 26px;
    width:33px;
    margin-left: 10px;
    float: left;
    min-width: 33px;
}
.btncontact .bgCancel {
    background: url(img/bg_huy.png) repeat-x left transparent;
    text-align: center;
    padding: 0px 12px;
    height: 26px;
    width:33px;
    margin-left: 10px;
    float: left;
    min-width: 33px;
}

#uc_contact .btncontact a {
       font: bolder 12px/24px Arial;
    color: white;
}

    #uc_contact .btncontact a:hover {
        font: bolder 12px/24px Arial;
        color: white;
        text-decoration:none;
            }

.map {
    position: absolute;
    color: #2e2e2e;
}

    .map img {
        margin: 0 5px;
        position: relative;
        top: 2px;
    }

.map2 {
    left: 137px;
}

.map1 {
    left: 89px;
}

.Contact_Notification {
    padding: 0px 20px;
    color: #424242;
    font: italic 12px arial;
}

    .Contact_Notification span {
        color: red;
    }
</pre></body></html>