<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@import url(jquery-ui-1.10.3.custom.min.css);
@import url(ueh_responsive.css);
@import url(ueh_page_styles.css);
@import url(ueh_list_news.css);
/*@import url(news.css);*/
@import url(template.css);
@import url(normalize.css);
@import url(icons.css);
@import url(font-awesome.min.css);
@import url(fonts-googleapis_PT-Sans_400-400i-700-700i.css);
@import url(ueh_snippet_styles.css);
@import url(home-jquery.css);
@import url(ueh.ui.menu.css);



#vt-style .mobile {
    display: block;
}

#vt-style .tablet, #vt-style .desktop, #vt-style .desktop-large {
    display: none;
}

body {
    padding: 0;
    min-height: 600px;
}

#ueh_body_wrapper p, #ueh_body_wrapper ul, #ueh_body_wrapper ul li {
    color: #444;
    font-size: 13.3px;
    line-height: 1.9;
}

a {
    color: #005180;
}

    a:hover {
        text-decoration: none !important;
    }

    .text-shadow, a.text-shadow:hover {
        text-shadow: 2px 0px #000000;
        color: #fff;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        text-decoration: none;
    }

    a.link-lang {
        /*position: absolute;    right: 14%;*/
        float: right;
        white-space: nowrap;
    }

#ueh_body_wrapper p {
    margin-bottom: 20px;
}

#ueh_right_col h2 {
    border-bottom: 1px solid #cccccc;
}

#ueh_right_col a {
    color: #f60;
}

#ueh_body_wrapper ul {
    margin-bottom: 5px;
    margin-left: 0px;
}

#ueh_body_col ul {
    padding-left: 14px;
    padding-right: 10px;
}

#ueh_body_wrapper ul li {
    line-height: 1.6;
}

#ueh_body_col p + ul,
#ueh_body_col ul + p {
    padding-bottom: 0px;
    margin-bottom: 5px;
}

a:hover,
a:focus {
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*color:#600;*/
    color: #005180;
    font-weight: 700;
    font-family: 'PT Sans', sans-serif;
    line-height: 1;
    text-rendering: optimizelegibility;
}

h2 {
    font-size: 15px;
    line-height: normal;
}

h3, .h3 {
    font-size: 14px;
    line-height: normal;
}

.ueh_medium_img {
    width: 222px;
    height: 150px;
}

.ueh_small_img {
    width: 148px;
    height: 100px;
}

.ueh_img img {
    width: 100% !important;
}
/* skip nav */
.ueh_skip {
    position: absolute;
    top: auto;
    left: -10000px;
    overflow: hidden;
    width: 1px;
    height: 1px;
}
/* header */
#ueh_header_wrapper {
    position: relative;
    border-bottom: 4px solid #FA7D37; /*@*/
    background: #005180;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
}

div[class|=ueh-logo-block] {
    margin-bottom: 30px !important;
    margin-top: 20px;
}


/*
 * =VT-MAIN-NAV
 */
#ueh_main_nav .dropdown-menu {
    top: auto;
    left: auto;
    display: none;
    float: none;
    margin: 0;
    padding: 0;
    border: 0 solid white;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    /* override some bootstrap stuff */
    position: static;
    /* end bootstrap override */
}

#ueh_main_nav .nav &gt; li {
    position: static;
}

.ueh_main_nav_ul &gt; li &gt; a,
.ueh_main_nav_ul &gt; li &gt; span &gt; a {
    color: #FFF;
    text-transform: uppercase;
}

.ueh_main_nav_ul &gt; li a.ueh_active {
    padding: 10px 12px 7px 14px;
    background: none repeat scroll 0 0 #400608;
}

#ueh_main_nav .open &gt; .dropdown-menu,
#ueh_main_nav .open &gt; .ueh_subnav1_block &gt; .dropdown-menu {
    display: block;
}

#ueh_main_nav .ueh_subnav2_block {
    display: none;
}

/*#ueh_info_bar*/
#ueh_info_bar {
}

    #ueh_info_bar .container {
    }

        #ueh_info_bar .container h4 {
            /*padding-left: 10px;            margin-left: -40px;*/
            /*padding-left: 5px;*/
            margin: 0;
            margin-left: -35px;
            margin-top: 2px;
            text-shadow: 2px 0px #000000;
            color: #fff;
            float: left;
        }

/* search box */
.ueh-search-block {
    width: 25%;
}

#ueh_search_box {
    padding: 5px 10px;
    width: 100%;
    ;
    height: 29px;
    border: 2px solid #005180;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px; /* future proofing */
    background: #FFF;
    color: #444;
    font: 13px/13px Arial, Helvetica, sans-serif;
}

#ButtonSearch {
    width: 10%;
    min-width: 25px;
    height: 29px;
    border: 2px solid #005180;
    border-left: none;
    border-radius: 0 8px 8px 0;
    background: #FA7D37; /*@*/
    color: #FFF;
    font-size: 17px;
    line-height: 12px;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    position: absolute;
    padding: 5px;
    margin-left: 90%;
}

    #ButtonSearch i.icon-search {
        display: block !important;
        margin-top: -3px !important;
    }

#ueh_info_bar h4 {
    font-weight: normal;
    font-size: 13px;
}

#ueh_info_bar ul {
    margin-left: 0;
    padding-left: 0;
}

/* nav util */
#ueh_nav_utilities {
    position: absolute;
    top: 0;
    z-index: 100;
}

    #ueh_nav_utilities ul li {
        display: block;
        float: left;
        color: #ffffff;
    }

    #ueh_nav_utilities li a {
        padding: 0 15px;
        border-right: 1px solid #FFF;
        color: #FFF;
        font: 11px Arial, Helvetica, sans-serif;
    }

        #ueh_nav_utilities li a:hover,
        #ueh_nav_utilities li a:focus {
            /*color:#FFF;*/
            color: #428bca;
            background-color: #FFF;
            text-decoration: underline;
        }

    #ueh_nav_utilities ul li ul {
        position: absolute;
        display: none;
        padding: 0px;
        margin: 0px;
        z-index: 100;
        word-spacing: inherit;
        border: 1px solid #EEE;
    }

    #ueh_nav_utilities ul li li {
        min-width: 130px;
        background-color: #FFF;
        padding: 4px;
        float: none;
        text-align: left;
        border-bottom: 1px solid #EEE;
    }

        #ueh_nav_utilities ul li li a {
            color: #428bca;
            margin: 0px;
            padding: 0px;
            opacity: 0.9;
        }

            #ueh_nav_utilities ul li li a:hover {
                opacity: 1;
            }

    #ueh_nav_utilities ul li:hover ul {
        display: block;
        z-index: 100;
    }

    #ueh_nav_utilities ul:first-child li:last-child a {
        border-right: 1px solid #FFF;
    }

#vt-nav-button p {
    display: none;
    margin: 0;
    padding: 0;
    color: #FFF;
}

#vt-nav-button {
    position: absolute;
    top: 10px;
    right: 22px;
    z-index: 5000;
    display: block;
    width: 60px;
    height: 56px;
    border: 1px solid #450507;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: -moz-linear-gradient(top, #400608 0%, #860b0d);
    background: -webkit-gradient(linear, left top, left bottom, from(#400608), to(#860b0d));
    -webkit-box-shadow: 0px 1px 3px rgba(134, 011, 013, 0.5), inset 0px 0px 3px #b10006;
    -moz-box-shadow: 0px 1px 3px rgba(134, 011, 013, 0.5), inset 0px 0px 3px #b10006;
    box-shadow: 0px 1px 3px rgba(134, 011, 013, 0.5), inset 0px 0px 3px #b10006;
    color: white;
}

    #vt-nav-button:hover,
    #vt-nav-button:active {
        margin-top: 1px;
        background: -moz-linear-gradient(bottom, #400608 0%, #860b0d);
        background: -webkit-gradient(linear, left bottom, left top, from(#400608), to(#860b0d));
    }

    #vt-nav-button span {
        position: absolute;
        top: 13px;
        display: block;
        margin: 0 auto;
        width: 45px;
        height: 6px;
        border-radius: 5px;
        background: #FFF;
        box-shadow: inset 1px 1px 1px rgba(0,0,0,0.4);
    }

#ueh_children_nav li .ueh_brief {
    margin-top: 20px;
}

#ueh_children_nav li:first-child .ueh_brief {
    margin-top: 0px;
}

#vt-nav-button span.bar2 {
    margin-top: 11px;
}

#vt-nav-button span.bar3 {
    margin-top: 22px;
}

/*
 * =MOBILE-MENU
 */
.buttonArray {
    z-index: 3000;
    padding: 10px 0;
}

.mobile-menu a {
    color: #FFF;
    text-decoration: none;
}

.mobile-menu ul &gt; li &gt; a.mmButton:hover,
.mobile-menu ul &gt; li &gt; a.mmButton:focus,
.mobile-menu ul &gt; li &gt; a.mmButton:active {
    outline: 0;
    background: #860b0d; /* Old browsers */
    background: -moz-linear-gradient(top, #860b0d 0%, #400608 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#860b0d), color-stop(100%,#400608)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #860b0d 0%,#400608 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #860b0d 0%,#400608 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #860b0d 0%,#400608 100%); /* IE10+ */
    background: linear-gradient(to bottom, #860b0d 0%,#400608 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#860b0d', endColorstr='#400608',GradientType=0 ); /* IE6-9 */
}

.mobile-menu ul {
    display: table;
    margin: 0;
    padding: 0;
    width: 100%;
}

    .mobile-menu ul li {
        display: table-cell;
        color: #FFF;
        text-align: center;
        text-transform: uppercase;
        font: 12px/12px 'PT Sans', "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-weight: bold;
    }

        .mobile-menu ul li a i {
            text-shadow: 1px -1px #B94701;
            line-height: 53px;
        }

        .mobile-menu ul li a.mmButton {
            position: relative;
            display: block;
            margin: 0 auto;
            width: 55px;
            height: 55px;
            border: 1px solid #560805;
            border-bottom-width: 2px;
            border-radius: 55px;
            /* gradient background */
            background: #ff7e00; /* Old browsers */
            /* IE9 SVG, needs conditional override of 'filter' to 'none' */
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmN2UwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjRjMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #ff7e00 0%, #ff4c00 100%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7e00), color-stop(100%,#ff4c00)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #ff7e00 0%,#ff4c00 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #ff7e00 0%,#ff4c00 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(top, #ff7e00 0%,#ff4c00 100%); /* IE10+ */
            background: linear-gradient(to bottom, #ff7e00 0%,#ff4c00 100%); /* W3C */
            box-shadow: 0px 1px 1px rgba(255, 76, 0, 0.5);
            text-align: center;
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7e00', endColorstr='#ff4c00',GradientType=0 ); /* IE6-8 */
        }

#ueh_gateway {
    clear: left;
    background: none !important;
    height: 60px;
}

    #ueh_gateway h1 a {
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #ueh_gateway h1 span + a {
        padding-left: 0px;
    }

/* quicklinks */

/* search suggestions */
body .gssb_c {
    z-index: 99999;
    background-color: #FFF;
}

.gsc-completion-container {
    width: 100%;
}

#ueh_ppl_results {
    position: absolute;
    top: 40px;
    left: 6px;
    width: 93%;
}

body .ueh_ppl_display {
    z-index: 99999;
    display: none;
    padding: 5px;
    border: 1px solid #CCC;
    background: #FFF;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
    font-size: smaller;
}

.ueh_ppl_display a {
    color: #600;
    text-shadow: none;
}

.ueh_ppl_display .person a {
    font-size: small;
}

.ueh_ppl_display table {
    width: 100%;
}

.ueh_ppl_display tr {
    border-bottom: 1px solid #ccc;
}

    .ueh_ppl_display tr:last-child {
        border-bottom: none;
    }

#ueh_ppl_after_google {
    border-top: 1px solid #CCC;
}

.results_info {
    margin-bottom: 5px;
    border-bottom: 1px dashed #CCC;
}

.more_results {
    padding-left: 10px;
    white-space: no-wrap;
}

.ueh_ppl_display .ueh_phone_num {
    font-size: small;
}

.ueh_searching {
    padding-left: 20px;
    background: url(../images/loading.gif) no-repeat 0 3px;
    background-color: transparent;
    background-size: 15px 15px;
}

/* subnav */
.vtSubnav ul {
    margin: 0;
    padding: 0;
    border-radius: 0;
    color: #333;
    list-style: none;
    font-size: 12px;
    line-height: normal;
}

    .vtSubnav ul li &gt; ul {
        border: 0 solid #FFF;
    }

        .vtSubnav ul li &gt; ul li a {
            background: #f5f5f5;
        }

    .vtSubnav ul li.ueh_category_break {
        display: none;
    }

    .vtSubnav ul li a {
        display: block;
        padding: 6px 6px 6px 10px;
        border-top: 1px solid #ccc;
        background: #eee;
        color: #666;
        text-decoration: none;
    }

    .vtSubnav ul li:first-child a,
    .vtSubnav ul li:first-child a:hover {
        border-top: none;
    }

    .vtSubnav ul li a:hover {
        border-top: 1px solid #FFF;
        background: #666;
        color: #fff;
    }

#ueh_side_nav ul li .ueh_brief ul li {
    border-bottom: 1px solid #CCC;
    padding-top: 3px;
    padding-bottom: 3px;
}

#ueh_side_nav ul li .ueh_brief h2 {
    font-size: 12px;
    text-transform: uppercase;
}

#ueh_right_col h2,
#ueh_right_col h3,
#ueh_right_col h4,
#ueh_right_col h5,
#ueh_right_col h6 {
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
}

    #ueh_right_col h2:first-child,
    #ueh_body_col h2:first-child,
    #ueh_side_nav h2:first-child {
        padding-top: 0;
        margin-top: 0;
    }

#ueh_body_wrapper #ueh_right_col p {
    line-height: 1.6;
}

#ueh_right_col a {
    color: #eb5e00;
}

#ueh_body_col h2,
#ueh_body_col h3,
#ueh_body_col h4 {
    text-transform: uppercase;
    clear: both;
    float: none;
}

#ueh_right_col ul,
#ueh_right_col ul li {
    padding-left: 8px;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
}

    #ueh_right_col ul li {
        margin-left: 5px;
        list-style: none;
    }

        #ueh_right_col ul li:before {
            content: '\f105';
            font-family: FontAwesome;
            display: inline-block;
            margin-left: -1.2em;
            width: 1.2em;
        }

#ueh_right_col .ueh_brief ul li {
    background: none !important;
}

#ueh_right_col hr.ueh_rb_break {
    margin-top: 10px;
    margin-bottom: 10px;
}

#ueh_right_col .ueh_brief {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#ueh_side_nav ul li .ueh_brief * {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}

#ueh_side_nav ul li .ueh_brief p + ul {
    padding-bottom: 20px;
    border-top: 1px solid #660000;
}

#ueh_side_nav ul li .ueh_brief ul li:last-child {
    border: none;
}

#ueh_side_nav ul li .ueh_brief p a b {
    color: #660000;
}

.vtSubnav ul li div.ueh_brief a:hover {
    color: #333333;
}

#ueh_side_nav ul,
#ueh_side_nav ul li,
#ueh_right_col ul,
#ueh_right_col ul li {
    line-height: 1.4;
}

/* page content specific */
#ueh_pageTitle h2 {
    color: #600;
    font-weight: 700;
    font-size: 36px;
    font-family: 'PT Sans', sans-serif;
    line-height: 1.2;
    padding-left: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
}

/* footer */
#ueh_footer_wrapper {
    float: left;
    width: 100%;
    background: #005180;
    /*margin-top:30px;*/
    border-top: 4px solid #FA7D37; /*@*/
}

#ueh_footer_bg {
    float: left;
    margin-top: 20px;
    min-height: 100px;
    width: 100%;
    background: #005180;
}

#ueh_footer_wrapper a {
    color: #FFF;
    text-decoration: none;
}

/* Special purpose classes */
.vt-visible-x-sm {
    display: none !important;
}

.vt-hidden-x-sm {
    display: block !important;
}

tr.vt-hidden-x-sm {
    display: table-row !important;
}

th.vt-hidden-x-sm,
td.vt-hidden-x-sm {
    display: table-cell !important;
}

/* snippet*/

.ueh_img_left,
.ueh_img_center,
.ueh_img_right {
    margin-bottom: 10px;
}

    .ueh_img_center img {
        /*width:100% !important;
	height:auto !important;
	*/
    }

.ueh_img_caption_left p span, .ueh_img_caption_center p span, .ueh_img_caption_right p span {
    color: #6c0000;
    color: #666666;
    line-height: 1.4;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #CCC;
}

#ueh_body_wrapper .columns_2 .col-lg-6 ul {
    margin-left: 10px;
    padding-left: 0;
    padding: 0;
    padding-left: 0px;
    border: none;
}

    #ueh_body_wrapper .columns_2 .col-lg-6 ul li,
    #ueh_body_wrapper .columns_2 .col-lg-6 ul li a {
        line-height: 1.5;
        margin-left: 0px;
        padding-left: 0px;
        border: none;
    }

#ueh_body_wrapper .columns_2 .col-lg-6 h3,
#ueh_body_wrapper .columns_2 .col-lg-6 h2,
#ueh_body_wrapper .columns_2 .col-lg-6 h4 {
    border-bottom: 1px solid #CCC;
}

#ueh_body_col .ueh_multibrief_content {
    border-bottom: 1px solid #CCC;
}

#ueh_body_col div.ueh_multibrief_content:last-of-type {
    border: none;
}

div.ueh_multibrief_content + hr {
    border: none;
}

div.ueh_multibrief_content hr + div.ueh_multibrief_content {
    border: none;
}

.navutilities li a, #ueh_info_bar li a, #link-tab-bar li a {
    white-space: nowrap;
}


/**
    Sam Edit 16/6/2016
*/
.boder_rows {
    /*border: solid 1px #dcdcdc;*/
    margin-top: 13px;
}

.newDashboard .title {
    height: 30px;
    background: #288ECC;
    color: white;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
}

.dashBoardContent {
    padding: 0px 7px 7px 7px;
    text-align: left;
    border: solid 1px #288ECC;
    min-height: 200px;
    padding-top: 7px;
}

    .dashBoardContent table {
        border-spacing: 4px; /*use to work like cellspacing */
    }

a .title {
    text-decoration: none;
}

a:hover .title {
    text-decoration: none;
    color: #DDDDDD;
}


.dashBoardContent table th, td {
    padding: 4px;
}
/*use to work like cellpadding */
.bold {
    font-weight: bold;
}

#contentLeft li {
    list-style: none;
    margin: 0 0 4px 0;
    padding: 10px;
    background-color: #288ECC;
    border: #CCCCCC solid 1px;
    color: #fff;
    font-size: 14px;
}


#LoadingImage {
    box-shadow: 0px 0px 10px 0px rgb(255, 255, 255);
}

.MenuSetting li {
    height: 40px;
    line-height: 30px;
}

@font-face {
    font-family: 'MyWebFont';
    src: url('/font_slogan/SFUFUTURAOBLIQUETTF.TTF') format('truetype');
}

.div_Sologan {
    background-color: #FA7D37;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-size: 17px;
    font-family: 'MyWebFont';
}

#news_Thum_sam_edit .ueh_title_with_image h2 a {
    height: auto !important;
}


.ThongTinDiv_List {
    height: 40px;
    clear: both;
}


.classHidden {
    display: block;
}
</pre></body></html>