<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** 
* @Modified 2017-07-21 AN 745
* @Modified 2017-09-21 APS 1726
*/
.ui-dropdown-list {
    position: relative;
}

p.ui-dropdown-list-trigger {
    margin-top: 0;
}

.ui-dropdown-list-trigger strong {
    position: relative;
    z-index: 200;
}

.ui-dropdown-list-trigger strong:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #FFF;
    font-size: 15px;
    padding-left: 20px;
}

.ui-dropdown-list-trigger strong, .ui-dropdown-list ul a {
    display: block;
    cursor: pointer;
    padding: 6px 8px;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    font-weight: normal;
}

.ui-dropdown-list ul {
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    margin-top: 0;
    padding: 0;
    z-index: 200;
}

.ui-dropdown-list li {
    list-style-type: none;
}

.ui-dropdown-list ul a:visited, .ui-dropdown-list ul a:link {
    background-color: #7c0000;
    text-decoration: none;
    color: #fff;
}

.ui-dropdown-list ul a:hover, .ui-dropdown-list ul a:focus {
    border-bottom: none;
    background-color: #910101;
    color: #fff;
}

/* JS interactivity */
.no-js .ui-dropdown-list ul, .ui-dropdown-list.active ul {
    display: block;
}

.ui-dropdown-list.active strong {
    background-color: #910101;
    color: #fff;
}

.ui-dropdown-list.active strong:after {
    border-top-color: #fff;
}

#lang-switcher a, #lang-switcher strong {
    padding-left: 35px;
    background-repeat: no-repeat;
    background-position: 8px center;
    width: 115px;
}

#lang-switcher .curr, #lang-switcher .curr strong {
    background-image: url(../img/flag-in.png);
    background-repeat: no-repeat;
    background-position: 8px center;
}
#lang-switcher a.ke, #lang-switcher .ke strong {
    background-image: url(../img/flag-ke.png);
}

#lang-switcher a.en, #lang-switcher .en strong {
    background-image: url(../img/flag-en.png);
}

#lang-switcher a.ch, #lang-switcher .ch strong {
    background-image: url(../img/flag-ch.png);
}

#lang-switcher a.th, #lang-switcher .th strong {
    background-image: url(../img/flag-th.png);
}

#lang-switcher a.vn, #lang-switcher .vn strong {
    background-image: url(../img/flag-vn.png);
}

#lang-switcher a.id, #lang-switcher .id strong {
    background-image: url(../img/flag-id.png);
}

#lang-switcher a.kr, #lang-switcher .kr strong {
    background-image: url(../img/flag-kr.png);
}

#lang-switcher a.gh, #lang-switcher .gh strong {
    background-image: url(../img/flag-gh.png);
}

#lang-switcher a.ke, #lang-switcher .ke strong {
    background-image: url(../img/flag-ke.png);
}

#lang-switcher strong {
    float: right;
    background: #7c0000;
    color: #fff;
}</pre></body></html>