﻿/*
main font:
main background color: #
main text color: #
hover text color: #
active text color: #
visited text color: #
*/

/* reset & default */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, select,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 100%;
    vertical-align: baseline;
}

    html.noscroll {
        position: fixed;
        overflow-y: scroll;
        width: 100%;
    }

    span.prumessage a, span.prumessage a:hover {
        color: red !important;
        padding: 0px !important;
        background: none !important;
        transition: inherit !important;
    }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

.filter-bar .btn-group .dropdown-menu span.icon-flag, .slc-top ul.country li a span.icon-flag {
    display: none;
}

.slc-top ul.country li a {
    text-align: left;
}

.globalnav {
    display: block;
    padding-left: 10px; /* added by praveen for space between chinese string and global home*/
}

span.video_ovelay_icon {
    background: url(../images/play-icon.png) center center no-repeat;
    /*width: 100%;
    height: 100%;
    left: 0;
    top: 0; modified by deepthi for play icon change as on 11 july 2016*/
    width: 70px;
    height: 70px;
    display: block;
    left: 50%;
    top: 50%;
    position: absolute;
    background-size: 100% auto;
    margin: -35px 0 0 -35px;
}
    /* added by deepthi as on 11 july 2016*/
    span.video_ovelay_icon:hover {
        width: 80px;
        height: 80px;
        transition: all 0.3s;
        margin: -40px 0 0 -40px;
    }

.allperspective ul.slider li .thumb a.fancyboxVideo {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.sfreContentArea {
    max-width: 100%;
}

.sfsearchResultsWrp {
    width: 97.5%;
    display: table;
    margin: 10px auto;
    padding: 0;
    line-height: 20px;
    min-height: 402px;
}

.sfsearchResultStatistics {
    width: 90%;
    display: block;
    margin: 12px 10px 8px 14px;
}

.sfsearchResultsWrp dl {
    display: block;
    margin: 12px 0 4px 0;
    font-weight: bold;
    padding: 15px;
}

.sfsearchResultHighLighter {
    padding: 15px 0;
}

.sfHighlight {
    text-transform: lowercase;
}

.sfsearchResultHighLighter:first-letter {
    text-transform: capitalize;
}

.sfsearchResultStatistics strong {
    text-transform: capitalize;
}

.sf_pagerNumeric {
    margin: 0 auto;
    display: table;
}

    .sf_pagerNumeric a {
        background: #efefef;
        color: #333;
        display: inline-block;
        height: 35px;
        line-height: 22px;
        padding: 5px;
        text-decoration: none;
        width: 35px;
        transition: all 0.3s ease-in 0s;
        text-align: center;
        margin-right: 5px;
    }

        .sf_pagerNumeric a.sf_PagerCurrent, .sf_pagerNumeric a:hover, .sf_pagerNumeric a:focus {
            background: #d7d7d7;
            transition: all 0.3s ease-out 0s;
            color: #ed1b2d;
        }

/*input.sfsearchSubmit {
    text-indent:-9999px;
    overflow:hidden;
}

.sfsearchSubmit
{
    background: url(../images/wi-icons.png) no-repeat !important;
    /*display: inline-block !important;
    background-position: -90px -210px !important;
    width: 27px !important;
    height: 27px !important;
}*/
html {
    min-height: 100%;
}

body {
    color: #333; /* #455560;*/
    font-family: 'Open Sans', sans-serif; /*SimHei, 黑体, 'Open Sans', sans-serif ; */
    font-weight: normal;
    font-size: 100%;
    line-height: 1;
    background: #ffffff; /* Old browsers #333 WS */
    background: -moz-linear-gradient(top, #ffffff 0%, #d5d5d5 36%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(36%,#d5d5d5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#d5d5d5 36%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#d5d5d5 36%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#d5d5d5 36%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#d5d5d5 36%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
}

#myModal {
    text-align: left;
    line-height: 22px;
    font-size: 14px;
}

a#aContinue {
    text-align: center;
    display: block;
}

textarea {
    font-family: inherit;
    overflow: auto;
    vertical-align: top;
    resize: none;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-spacing: 0;
}

sup {
    vertical-align: text-top;
    top: 0;
    line-height: 1em;
}

sub {
    vertical-align: text-bottom;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.65em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.25em;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #ed1b2d;
        text-decoration: none;
    }

    a:active {
        color: #ed1b2d;
        text-decoration: none;
    }

:focus {
    outline: 0;
}

img {
    max-width: 100%;
    display: inline-block;
}

/* common */
.width-1 {
}

.list-1 {
}

.color-1 {
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

.loading {
}

.version-2 {
    display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.no-bgd {
    background: none !important;
}

.fck {
    overflow: hidden;
    line-height: 16px;
    padding: 15px;
}

    .fck ul, .fck ol {
        margin: 0 0 10px 0;
    }

        .fck ul li {
            margin: 0;
            padding: 0 0 10px 0;
            list-style: inside;
            list-style-type: disc;
        }

        .fck ol li {
            margin: 0;
            padding: 0 0 10px 0;
            list-style: inside;
            list-style-type: decimal !important;
        }

    .fck p {
        font-size: 1em;
        line-height: 1.25em;
        padding-bottom: 15px;
    }

.align-c {
    text-align: center;
}

.align-l {
    text-align: left;
}

.align-r {
    text-align: right;
}

.lazy-load {
    text-align: center;
}

.no-pad {
    padding: 0 !important;
}

.fake-checkbox {
    position: relative;
    line-height: 25px;
    color: #666;
}

    .fake-checkbox input {
        opacity: 0;
        filter: alpha(opacity=0);
        width: 0;
        height: 0;
        position: absolute;
    }

    .fake-checkbox > span {
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url(../images/bgd-checkbox.jpg);
    }

    .fake-checkbox input:checked + span {
        background: url(../images/bgd-checkbox-checked.jpg);
    }

.m-icons {
    position: absolute;
    top: 35px;
    right: 15px;
    display: none;
}

.icon-nav {
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

    .icon-nav span {
        position: relative;
        display: block;
        width: 100%;
        height: 4px;
        margin-top: -2px;
        background-color: #6a757b;
        font-size: 0px;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: background-color 0.3s;
        transition: background-color 0.3s;
    }

    .icon-nav.active span {
        background-color: transparent;
    }

    .icon-nav span:before,
    .icon-nav span:after {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: #6a757b;
        content: '';
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
    }

    .icon-nav span:before {
        -webkit-transform: translateY(-250%);
        transform: translateY(-250%);
    }

    .icon-nav span:after {
        -webkit-transform: translateY(250%);
        transform: translateY(250%);
    }

    .icon-nav.active span:before {
        -webkit-transform: translateY(0) rotate(45deg);
        transform: translateY(0) rotate(45deg);
    }

    .icon-nav.active span:after {
        -webkit-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }

.btn-type-1 {
    display: inline-block;
    padding: 12px 20px;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    background: #6a747a;
    text-align: center;
    min-width: 150px;
}

.btn-type-2 {
    display: inline-block;
    padding: 7px 15px;
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    background: #6a747a;
    text-align: center;
    min-width: 150px;
}

.btn-type-1:hover {
    color: #fff;
    background: #ef2b1f;
}

.btn-type-2:hover {
    color: #fff;
    background: #ef2b1f;
}
/* alert */
.alert-layer {
    display: block;
    position: absolute;
    top: -1500px;
    left: -15000px;
    overflow: hidden;
    padding: 3px 5px;
    background: #edd540;
    color: #424242;
}

    .alert-layer .message {
        margin: 0;
        padding: 0 0 0 5px;
    }

.alert-incom {
    color: #ff0000 !important;
    font-size: 0.75em !important;
    padding: 10px 0 0 !important;
}

/* form */

.icons {
    background: url(../images/wi-icons.png) no-repeat;
    display: inline-block;
}

.icon-up {
    background-position: 0 -180px;
    width: 15px;
    height: 11px;
    margin-left: 5px;
    margin-top: 3px;
}

.icon-down {
    background-position: -30px -180px;
    width: 15px;
    height: 11px;
    margin-left: 5px;
    margin-top: 3px;
}

.icon-share {
    background-position: -120px -120px;
    width: 20px;
    height: 20px;
}

.icon-print {
    background-position: -180px -120px;
    width: 23px;
    height: 23px; /* modified by deepthi due to print icon size*/
}

.icon-eyeplus {
    /*background-position: -60px -120px;*/
    background: url(../images/home/binocularplus.png) no-repeat;
    width: 38px;
    height: 30px;
}

.icon-sub {
    background-position: 0 -120px;
    width: 33px;
    height: 25px;
}

.icon-performance {
    background-position: 0 5px;
    width: 55px;
    height: 38px;
}

a.active .icon-performance, a:hover .icon-performance {
    background-position: 0 -55px;
}

.icon-fundfact {
    background-position: -90px 0;
    width: 30px;
    height: 38px;
}

a.active .icon-fundfact, a:hover .icon-fundfact {
    background-position: -90px -60px;
}

.icon-fundmanagers {
    background-position: -150px 0;
    width: 38px;
    height: 38px;
}

a.active .icon-fundmanagers, a:hover .icon-fundmanagers {
    background-position: -150px -60px;
}

.icon-wheretobuy {
    background-position: -210px 4px;
    width: 62px;
    height: 38px;
}

a.active .icon-wheretobuy, a:hover .icon-wheretobuy {
    background-position: -210px -60px;
}

.icon-relatedinfor {
    background-position: -300px 0;
    width: 45px;
    height: 38px;
}

a.active .icon-relatedinfor, a:hover .icon-relatedinfor {
    background-position: -300px -60px;
}

/*a.active .icon-contact, a:hover .icon-contact {background-position:-390px -60px;}*/

.icon-details {
    background-position: 0 -450px;
    width: 33px;
    height: 22px;
}
/*a.active .icon-details, a:hover .icon-details {background-position:0 -510px;}*/
.icon-videos {
    background-position: -60px -450px;
    width: 18px;
    height: 30px;
}
/*a.active .icon-videos, a:hover .icon-videos {background-position:-60px -510px;}*/
.icon-awards {
    background-position: -120px -450px;
    width: 23px;
    height: 30px;
}
/*a.active .icon-awards, a:hover .icon-awards {background-position:-120px -510px;}*/
.icon-fundmanager {
    background-position: -180px -450px;
    width: 23px;
    height: 24px;
}
/*a.active .icon-fundmanager, a:hover .icon-fundmanager {background-position:-180px -510px;}*/
.icon-where2buy {
    background-position: -240px -450px;
    width: 35px;
    height: 26px;
}
/*a.active .icon-where2buy, a:hover .icon-where2buy {background-position:-240px -510px;}*/
.icon-relatednews {
    background-position: -300px -450px;
    width: 24px;
    height: 26px;
}
/*a.active .icon-relatednews, a:hover .icon-relatednews {background-position:-300px -510px;}*/
.icon-downloads {
    background-position: -360px -450px;
    width: 20px;
    height: 26px;
}
/*a.active .icon-downloads, a:hover .icon-downloads {background-position:-360px -510px;}*/
.icon-contact {
    background-position: -420px -450px;
    width: 23px;
    height: 23px;
}
/*a.active .icon-contact, a:hover .icon-contact {background-position:-420px -510px;}*/

.icon-eyes {
    background-position: 0px -210px;
    width: 45px;
    height: 25px;
}

.icon-search {
    background-position: -90px -210px;
    width: 27px;
    height: 27px;
}

.icon-look {
    background: url(../images/home/search-icon.png) no-repeat 0 0 transparent;
    width: 38px;
    height: 27px;
    display: block;
}

.icon-phone {
    background-position: 0 -269px;
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 5px;
}

.icon-phone2 {
    background-position: 0 -265px;
    width: 18px;
    height: 22px;
    float: left;
    margin-right: 5px;
}

.icon-web {
    background-position: -30px -270px;
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

.icon-download {
    background-position: -240px -120px;
    width: 30px;
    height: 30px;
}

.icon-wherebuy {
    background-position: -300px -120px;
    width: 32px;
    height: 34px;
}

.icon-subscribe {
    background-position: -360px -120px;
    width: 34px;
    height: 26px;
    margin-top: 6px;
}

.icon-linkedin {
    background-position: 0 -570px;
    width: 20px;
    height: 23px;
}

    .icon-linkedin:hover {
        background: url(../images/home/hm-line.png) no-repeat 0 0 transparent;
    }

.icon-tw {
    background-position: -60px -568px;
    width: 20px;
    height: 23px;
}

    .icon-tw:hover {
        background: url(../images/home/hm-twt.png) no-repeat 0 0 transparent;
    }

.icon-mail {
    background-position: -120px -568px;
    width: 23px;
    height: 23px;
}

    .icon-mail:hover {
        background: url(../images/home/hm-mail.png) no-repeat 0 0 transparent;
    }

.icon-fb {
    background-position: -179px -569px;
    width: 15px;
    position: relative;
    top: -3px;
    height: 23px;
}

    .icon-fb:hover {
        background: url(../images/home/hm-fb.png) no-repeat 2px 2px transparent;
    }

.icon-sharing {
    background-position: -240px -570px;
    width: 25px;
    height: 23px;
}

/* New icon */
.icon-tw2,
.icon-linkedin2,
.icon-mail2,
.icon-fb2, .hm-arrow,
.hm-like,
.hm-view,
.hm-share {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transition: background-image .2s;
    transition: background-image .2s;
}

.hm-view {
    display: inline-block;
    width: 30px;
    height: 23px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 3px;
    -webkit-transition: background-image .2s;
    transition: background-image .2s;
}

.hm-arrow {
    background-image: url("../images/home/icons-view.png");
    position: relative;
    top: 5px;
}

.hm-like {
    background-image: url("../images/home/icons-like.png");
}

.hm-view {
    background-image: url("../images/home/icons-eye.png");
}

.hm-share {
    background-image: url("../images/home/icons-share.png");
}

.icon-tw2 {
    background-image: url("../images/home/icon-twitter.png");
}

.icon-linkedin2 {
    background-image: url("../images/home/icon-linkedin.png");
}

.icon-mail2 {
    background-image: url("../images/home/icon-email.png");
}

.icon-fb2 {
    background-image: url("../images/home/icon-facebook.png");
}

a:hover .icon-tw2 {
    background-image: url("../images/home/icon-twitter_red.png");
}

a:hover .icon-linkedin2 {
    background-image: url("../images/home/icon-linkedin_red.png");
}

a:hover .icon-mail2 {
    background-image: url("../images/home/icon-email_red.png");
}

a:hover .icon-fb2 {
    background-image: url("../images/home/icon-facebook_red.png");
}

a:hover .hm-arrow {
    background-image: url("../images/home/icons-view_red.png");
}

a:hover .hm-like {
    background-image: url("../images/home/icons-like_red.png");
}

.hm-view:hover {
    background-image: url("../images/home/icons-eye_red.png");
}

a:hover .hm-share {
    background-image: url("../images/home/icons-share_red.png");
}

.home-nav a,
.country-nav a {
    display: inline-block;
}

.home-nav i,
.country-nav i {
    position: relative;
    top: 5px;
    margin: 0 5px;
}

.home-nav .icon-linkedin:hover {
    background: url(../images/home/hm-line.png) no-repeat 1px 0 transparent;
}

.home-nav .icon-tw:hover {
    background: url(../images/home/hm-twt.png) no-repeat 0 0 transparent;
}

.home-nav .icon-fb:hover {
    background: url(../images/home/hm-fb.png) no-repeat 0 0 transparent;
}

.icon-flag {
    background: url(../images/icon_flag.png) left no-repeat;
    display: inline-block;
    width: 64px;
    height: 23px;
}

.icon-other {
    background: none;
}

.icon-china {
    background-position: 0 0;
}

.icon-hongkong {
    background-position: 0 -24px;
}

.icon-india {
    background-position: 0 -48px;
}

.icon-japan {
    background-position: 0 -72px;
}

.icon-luxembourg {
    background-position: 0 -96px;
}

.icon-malaysia {
    background-position: 0 -120px;
}

.icon-taiwan {
    background-position: 0 -144px;
}

.icon-uae {
    background-position: 0 -168px;
}

.icon-uk {
    background-position: 0 -192px;
}

.icon-usa {
    background-position: 0 -216px;
}

.icon-vietnam {
    background-position: 0 -240px;
}

.icon-korea {
    background-position: 0 -264px;
}

/*text style*/
.txt-red {
    color: #ed1b2d !important;
}

.txt-white {
    color: #666 !important;
}
/*title style*/
.title {
}
/* structure */
.header {
    width: 100%;
    padding: 20px 0 0;
    position: relative; /* overflow: hidden; */
    font-size: 0;
}

    .header .clearfix {
        font-size: 0;
    }

    .header .logo {
        float: left;
        width: 473px;
        margin-left: -13px;
    }

.btn-globalhome {
    position: absolute;
    top: 15px;
    right: 15px;
    text-decoration: none;
    color: #666;
    font-size: 0.875em;
}

    .btn-globalhome:hover {
        color: #ed1b2d;
    }

.head-options {
    float: right;
    text-align: right;
    font-size: 16px;
}

    .head-options.mobile {
        display: none;
    }

.nav-top {
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
}

    .nav-top li {
        float: left;
        margin-left: 15px;
    }

        .nav-top li:first-child {
            margin-left: 0;
        }

        .nav-top li a {
            color: #333333;
            text-decoration: none;
            font-size: 0.675em;
        }

            .nav-top li a:hover {
                color: #ed1b2d;
            }

.search-top { /* display: inline-block; */
    float: right;
    height: 28px;
    font-size: 16px;
}
    /*  margin-top: 15px; modifided by WS*/

    .search-top input {
        display: none;
        background: url('../images/home/search-arrow.png') no-repeat right center transparent;
        width: 200px;
        border-left: 2px solid #cccccc;
        margin-left: 10px;
        line-height: 20px;
        padding: 5px 10px;
    }

    .search-top a {
        display: inline-block;
        margin-left: 15px;
        color: #333;
        text-decoration: none;
        line-height: 24px;
        vertical-align: top;
    }

        .search-top a i {
            margin-left: 10px;
            /*margin-right: 5px;*/
            margin-top: 5px;
        }

        .search-top a span {
            display: block;
            text-align: center;
            font-size: 0.6em;
            line-height: 1em;
        }

.nav {
    width: 100%;
    padding: 20px 0 0;
    position: relative;
}

    .nav .mainNav {
        float: left;
        margin-top: 10px;
        font-size: 16px;
    }

        .nav .mainNav > li {
            float: left;
            text-align: center;
            overflow: hidden;
            padding-bottom: 15px;
        }

.mainNav > li > a {
    font-size: 1em;
    line-height: 1.125em;
    color: #666;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
    margin-right: 15px;
    text-transform: uppercase;
}

    .mainNav > li > a:hover, .mainNav > li.active > a {
        color: #ed3023;
    }

    .mainNav > li > a:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 2px;
        height: 100px;
        background: #ed3023;
        display: block;
    }

.mainNav > li:first-child > a {
    margin-left: 0;
    padding-left: 0;
}

    .mainNav > li:first-child > a:before {
        display: none;
    }

.mainNav > li > a.active {
    color: #ed3023;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: left;
    z-index: 9999; /* decreased from 99999*/
    display: table;
    display: none;
}

.countrym {
    z-index: 99999;
}

.submenu .level-1 {
    display: table-cell;
    min-width: 270px;
    background: #ed1b2e;
}

    .submenu .level-1 li {
        border-top: 1px solid #dbe0e3;
    }

        .submenu .level-1 li:first-child {
            border-top: none;
        }

        .submenu .level-1 li a {
            color: #fff;
            text-decoration: none;
            font-size: 0.875em;
            padding: 15px 10% 15px 15px;
            display: block;
        }

            .submenu .level-1 li a.hasSub {
                background: #ed1b2e url(../images/icon-arrow-3.png) 96% 12px no-repeat;
            }

            .submenu .level-1 li a:hover, .submenu .level-1 li.active a {
                text-shadow: 0.9px 0px #fff;
            }

.level-2 {
    display: table-cell;
    min-width: 170px;
    background: #6a747b;
    vertical-align: top;
    display: none;
}

    .level-2 > li {
        display: none;
    }

    .level-2 li ul li {
        border-top: 1px solid #b5babd;
    }

        .level-2 li ul li:first-child {
            border-top: none;
        }

.submenu .level-2 li a {
    color: #fff;
    text-decoration: none;
    font-size: 0.875em;
    display: block;
    padding: 15px;
}

    .submenu .level-2 li a:hover {
        text-shadow: 0.5px 0px #fff;
    }

.submenu .intro {
    display: table-cell;
    vertical-align: top;
    padding: 30px;
    background-color: #9ea6ad;
    color: #fff;
    width: 100%;
}

    .submenu .intro p {
        font-size: 1em;
        padding-bottom: 20px;
        font-weight: normal;
        line-height: 1.5em;
    }

        .submenu .intro p.small a {
            font-size: 0.765em;
            text-decoration: none;
            color: #fff;
            background: url(../images/icon-arrow-3.png) right 3px no-repeat;
            display: inline-block;
            padding: 0 25px 0 0;
        }

            .submenu .intro p.small a:hover {
                text-shadow: 0.5px 0px #fff;
            }

.breadcrum {
    width: 100%;
    overflow: hidden;
    padding-bottom: 15px;
    padding-left: 0;
    font-size: 0.75em;
    line-height: 1.125em;
    color: #999;
}

    .breadcrum a {
        color: #999;
        text-decoration: none;
    }

        .breadcrum a:hover {
            color: #ed3023;
        }

.scrollTop {
    clear: both;
    padding: 30px 0 15px;
    text-align: right;
    font-size: 0.875em;
}

    .scrollTop strong {
        padding-right: 20px;
        cursor: pointer;
        color: #999;
    }

        .scrollTop strong:hover {
            color: #ed3023;
        }

.main {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

    .main > h1 {
        /*padding: 35px 0;*/
        font-size: 1.5em;
        font-weight: 700;
        padding-left: 16px;
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .main > h2 {
        padding: 0 15px;
        font-weight: 700;
    }

    .main > h4 {
        padding: 0 15px;
        font-weight: 700;
    }

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .banner img {
        width: 100%;
        display: block;
    }

    .banner .caption {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 25px 50px;
        font-family: 'Open Sans';
        width: 45%;
    }

        .banner .caption .inner {
            position: absolute;
            top: 50%;
            transform: translate(0%, -50%);
            -webkit-transform: translate(0%, -50%);
            display: block;
            left: 0;
            right: 0;
        }

        .banner .caption h1 {
            font-size: 1.875em;
            line-height: 1.25em;
            color: #ed1b2e;
            font-weight: 400;
            text-transform: uppercase;
            padding-bottom: 20px;
        }

            .banner .caption h1 span {
                color: #68727b;
            }

        .banner .caption h2 {
            font-size: 40px;
            line-height: 45px;
            color: #ed1b2e;
            font-weight: bold;
            text-transform: uppercase;
            padding-bottom: 15px;
        }

            .banner .caption h2 span { /* font-size: 1.125em; */ /* font-weight: bold */
            }

        .banner .caption p {
            color: #455560;
            font-size: 22px;
            line-height: 26px;
            font-weight: bold;
            padding-bottom: 20px;
        }

            .banner .caption p.style-2 {
                color: #69747b;
                font-size: 1.25em; /* text-transform: uppercase; */
            }

        .banner .caption a {
            display: block;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            line-height: 40px;
            width: 125px;
            border-radius: 3px;
            border: 2px solid #6a747b;
            color: #6a747b;
        }

            .banner .caption a:hover {
                border: 2px solid #ed1b2e;
                color: #ed1b2e;
            }

.overview-fund {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #f5f8fb;
}

    .overview-fund .col-l {
        float: left;
        width: 60%;
        padding: 20px 40px 10px 20px;
        border-right: 1px solid #ddd;
    }

        .overview-fund .col-l h3 {
            font-size: 1.35em;
            line-height: 1.5em;
            padding-bottom: 15px;
            color: #ed3023;
        }

    .overview-fund .shareclass {
        width: 100%;
        padding-bottom: 25px;
    }

        .overview-fund .shareclass label {
            font-size: 0.75em;
            font-weight: normal;
            padding-right: 20px;
        }
/*.overview-fund .col-l .btn-group { display: none;}*/
.number-info {
    width: 100%;
    overflow: hidden;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

    .number-info li {
        float: left;
        margin-left: 50px;
    }

        .number-info li:first-child {
            margin-left: 0;
        }

        .number-info li p {
            font-size: 1.5em;
        }

            .number-info li p:first-child {
                font-size: 0.675em;
                padding-bottom: 8px;
            }

.rating-info {
    width: 100%;
    overflow: hidden;
}

    .rating-info > div {
        font-size: 1em;
        line-height: 30px;
        float: right;
    }

        .rating-info > div:first-child {
            float: left;
            margin-right: 0;
            overflow: hidden;
        }

        .rating-info > div p:first-child {
            padding-bottom: 5px;
        }

        .rating-info > div p {
            display: inline-block;
            vertical-align: top;
        }

        .rating-info > div img {
            margin-right: 7px;
        }

        .rating-info > div.last p img {
            margin-left: 25px;
            margin-right: 0;
        }

            .rating-info > div.last p img:first-child {
                margin-left: 0;
            }

.overview-fund .col-r {
    float: left;
    width: 40%;
    padding: 30px 15px;
}

.nav-follow {
    width: 100%;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.small-tool {
    position: absolute;
    top: -17px;
    right: 0;
}

    .small-tool a {
        margin-left: 10px;
        text-align: center;
        color: #333;
        text-decoration: none;
        font-size: 0.75em;
        display: inline-block;
    }

        .small-tool a:hover {
            color: #ed3023;
        }

        .small-tool a i {
            margin-bottom: 5px;
        }

.nav-follow p {
    padding-bottom: 0;
    line-height: 20px;
}

    .nav-follow p.mobile {
        display: none;
    }

    .nav-follow p a {
        text-decoration: none;
        color: #333;
        font-size: 0.875em;
        line-height: 20px;
    }

        .nav-follow p a:hover {
            color: #ed3023;
        }

    .nav-follow p.last {
        line-height: 30px;
    }

    .nav-follow p a i {
        float: left;
        margin-right: 15px;
    }

.download {
    width: 100%;
    font-size: 0;
}

    .download .bx-pager {
        bottom: -30px;
    }

    .download.mobile {
        display: none;
    }

    .download h6 {
        font-size: 18px;
        text-transform: uppercase;
        color: #333;
    }

        .download h6 a {
            color: #333;
            text-decoration: none;
        }

            .download h6 a:hover {
                color: #ed3023;
            }

    .download .downlink {
        display: inline-block;
        width: 50%;
        color: #333;
        text-decoration: none;
        font-size: 16px;
        line-height: 1.125em;
        vertical-align: top;
        margin-top: 20px;
    }

        .download .downlink:hover {
            color: #ed3023;
        }

        .download .downlink img {
            float: left;
            margin-right: 5px;
        }

        .download .downlink span {
            display: inline-block;
            padding-top: 10px;
            max-width: 145px; /* modified by praveen on 14 june 2016 due to PHS alignment issue */
        }

            .download .downlink span.long {
                padding-top: 0;
                display: inline;
            }

.wrapper-sticky.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1111;
}

.sticky-bar {
    width: 100%;
    background: url(../images/bgd-sticky2.jpg) no-repeat;
    background-size: cover;
    padding: 20px;
}

.sticky-nav {
    width: 100%;
    text-align: left;
}

    .sticky-nav > li { /*float: left;*/
        padding: 0 24px; /*border-left: 1px solid #fff;*/
        text-align: center;
        display: inline-block;
    }

        .sticky-nav > li:first-child {
            padding-left: 0;
            border-left: 0;
        }

        .sticky-nav > li.last {
            padding-right: 0;
        }

        .sticky-nav > li > a {
            display: inline-block;
            text-align: center;
            color: #fff;
            text-decoration: none; /*text-transform: uppercase;*/
            font-size: 0.875em;
            line-height: 27px;
        }

            .sticky-nav > li > a.active span, .sticky-nav > li > a:hover span {
                text-decoration: underline;
            }

            .sticky-nav > li > a > span {
                display: inline-block;
                text-align: center;
            }

            .sticky-nav > li > a > i {
                float: left;
                margin-right: 8px;
            }

.select-m {
    display: none;
}

.customBtn.btn {
    border-radius: 0;
    border: none;
    padding-right: 30px;
    font-size: 0.875em;
    min-width: 260px;
    text-align: left;
    float: none;
}

    .customBtn.btn .caret {
        border: none;
        background: url(../images/caret-2.png);
        width: 10px;
        height: 9px;
        position: absolute;
        top: 11px;
        right: 10px;
    }

.btn-group .dropdown-menu {
    background: #fff;
    background: rgba(255,255,255,0.9);
    box-shadow: none;
    border-radius: 0;
    border: none;
    padding: 0;
    margin: 1px 0;
    right: 0;
}

    .btn-group .dropdown-menu li {
        border-top: 1px solid #dde1e4;
    }

        .btn-group .dropdown-menu li:first-child {
            border-top: none;
        }

        .btn-group .dropdown-menu li a {
            text-decoration: none;
            font-size: 1em;
            padding: 6px 15px;
        }

.search-bar {
    width: 100%;
    background: url(../images/bgd-sticky2.jpg) no-repeat;
    background-size: cover;
    padding: 20px;
    overflow: hidden;
    margin-bottom: 15px;
}

    .search-bar span {
        float: left;
        font-size: 1em;
        font-weight: bold;
        margin-right: 15px;
        line-height: 38px;
        color: #fff;
    }

    .search-bar input {
        float: left;
        width: auto;
        border-radius: 0;
        border: none;
        min-width: 400px;
        margin-right: 15px;
        font-weight: bold;
    }

    .search-bar a {
        float: left;
        width: 34px;
        height: 34px;
        display: block;
        background: url(../images/icon-search.png);
    }

.filter-bar {
    width: 100%;
    background: url(../images/bgd-sticky2.jpg) no-repeat;
    background-size: cover;
    padding: 20px;
    /*overflow: hidden; */
    margin-bottom: 15px;
}

    .filter-bar span {
        float: left;
        font-size: 1em;
        font-weight: bold;
        margin-right: 15px;
        line-height: 38px;
        color: #fff;
        width: 20%;
    }

    .filter-bar input {
        float: left;
        width: auto;
        border-radius: 0;
        border: none;
        min-width: 400px;
        margin-right: 15px;
        font-weight: bold;
    }
    /*.filter-bar a { float: left; width: 34px; height: 34px; display: block;}*/
    .filter-bar .filter-group {
        margin-left: 110px;
        display: inline;
    }

        .filter-bar .filter-group .btn-explore {
            width: 13%;
        }

    .filter-bar .btn-group {
        width: 100%;
        max-width: 265px;
        margin-right: 25px;
    }
        /*.filter-bar .btn-group:first-child { margin-right: 25px;}*/
        .filter-bar .btn-group .btn {
            border: none;
            background: #efefef;
            font-size: 14px;
            width: 100%;
            padding: 7px 15px;
            text-align: left;
            border-radius: 0;
        }

        .filter-bar .btn-group .caret {
            background: url(../images/caret-2.png);
            width: 9px;
            height: 8px;
            border: none;
            position: absolute;
            top: 14px;
            right: 0;
        }

        .filter-bar .btn-group .dropdown-menu {
            border: none;
            background: #fff;
            background: rgba(255,255,255,0.9);
            padding: 0;
            margin: 0;
            min-width: 0px;
            box-shadow: none;
            margin-top: 5px;
        }

.dropdown-menu.country span {
    width: 35px;
    height: 24px;
}

.filter-bar .btn-group .dropdown-menu > li > a {
    font-size: 1em;
    text-align: left;
    text-decoration: none;
    height: 34px;
}

.filter-bar.filter-type-2 .filter-group {
    margin-left: 0px;
}

.tab-title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

    .tab-title li {
        float: left;
        border-left: 1px solid #fff;
    }

        .tab-title li:first-child {
            border-left: none;
        }

        .tab-title li a:hover, .tab-title li.active a {
            color: #fff;
            background: #6a747a;
        }

        .tab-title li a {
            display: block;
            background: #f7f8fc;
            color: #666;
            font-size: 0.875em;
            font-weight: bold;
            padding: 25px;
            text-align: center;
        }

    .tab-title.item-six li {
        width: 16.66%;
    }

.tab-content {
    width: 100%;
    /*overflow: hidden;*/
    min-height: 230px;
}

    .tab-content > li.active {
        display: block;
    }

.head-table {
    width: 100%;
    padding: 0;
}

    .head-table .col-l {
        float: left;
        width: 70%;
        padding: 0px 15px 35px;
    }

        .head-table .col-l h3 {
            font-size: 1.5em;
            padding-bottom: 20px;
            font-weight: bold;
            text-transform: uppercase;
        }

        .head-table .col-l > ul li {
            width: 25%;
            float: left;
        }

            .head-table .col-l > ul li a {
                overflow: hidden;
                color: #333;
                font-size: 0.875em;
                text-decoration: none;
                display: table;
            }

                .head-table .col-l > ul li a:hover {
                    color: #ed3023;
                }

                .head-table .col-l > ul li a img {
                    margin-right: 10px;
                    display: table-cell;
                    vertical-align: middle;
                }

                .head-table .col-l > ul li a span {
                    vertical-align: middle;
                    display: table-cell;
                }

        .head-table .col-l .btn-group {
            display: none;
        }

    .head-table .col-r {
        float: left;
        width: 30%;
        padding: 0 15px;
    }

        .head-table .col-r h5 {
            font-size: 1em;
            font-weight: bold;
            padding-bottom: 15px;
        }

    .head-table .btn-group {
        display: block;
    }

        .head-table .btn-group .btn {
            border: none;
            background: #efefef;
            font-size: 14px;
            width: 100%;
            padding: 15px;
            text-align: left;
            border-radius: 0;
        }

        .head-table .btn-group .caret {
            background: url(../images/caret.png);
            width: 9px;
            height: 8px;
            border: none;
            position: absolute;
            top: 22px;
            right: 15px;
        }

        .head-table .btn-group .dropdown-menu {
            border: none;
            background: #fff;
            background: rgba(255,255,255,0.9);
            padding: 0;
            margin: 0;
            min-width: 0;
            box-shadow: none;
        }

            .head-table .btn-group .dropdown-menu > li > a {
                font-size: 1em;
                text-align: left;
                text-decoration: none;
            }

.list-table {
    width: 100%;
    overflow: hidden;
}

    .list-table li {
        float: left;
        width: 33.33%;
        padding: 10px 20px; /* 50px 20px */
        border-left: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc;
    }

        .list-table li:nth-child(3n+1) {
            border-left: none;
        }

        .list-table li h6 {
            font-size: 0.875em;
            padding-bottom: 20px;
            font-weight: bold;
        }

        .list-table li h5 {
            font-size: 1em;
            padding-bottom: 20px;
            font-weight: bold;
        }

        .list-table li p {
            font-size: 1em;
            line-height: 1.5em;
        }

            .list-table li p a:hover {
                color: #333;
                text-decoration: none;
            }

.links {
    width: 100%;
    overflow: hidden;
    margin: 15px 0;
    background: #f7f8fc;
    padding-top: 25px;
}

    .links li {
        padding: 0 20px 25px;
        overflow: hidden;
    }

        .links li a {
            text-decoration: none; /* text-transform: uppercase; */
            font-weight: bold;
            color: #333;
            line-height: 36px;
        }

            .links li a:hover {
                text-decoration: underline;
            }

        .links li i {
            float: left;
            margin-right: 15px;
        }

.table-info {
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
}

    .table-info li {
        padding: 0 0 15px;
        overflow: hidden;
    }

        .table-info li.title {
            font-weight: bold;
        }

            .table-info li.title span:before {
                display: none;
            }

        .table-info li p {
            display: inline-block; /* text-transform: uppercase; */
            vertical-align: top;
            width: 65%;
            line-height: 1.25em;
        }

        .table-info li span {
            position: relative;
            display: inline-block;
            line-height: 1.25em;
            padding: 0 10px 0 20px;
        }

            .table-info li span:before {
                content: '';
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                border-left: 1px solid #333;
            }

            .table-info li span.first {
                width: 120px;
            }

            .table-info li span.last:before {
                display: none;
            }

.details {
    overflow: hidden;
    margin: 50px 15px;
    background: #ededed;
}

    .details h5 {
        font-size: 1.25em;
        font-weight: bold;
        color: #333;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

        .details h5 span {
            display: inline-block;
            position: relative;
            padding-bottom: 10px;
        }

            .details h5 span:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                display: block;
                width: 35px;
                height: 2px;
                background: #ef2b1f;
            }

    .details p {
        padding-bottom: 15px;
        color: #455560;
        line-height: 1.5em;
        font-size: 0.915em;
    }

    .details .col-md-8 {
        background: #fff;
    }

    .details .col-md-4 {
        padding: 20px;
    }

    .details .col-l {
        float: left;
        width: 66.66%;
        padding-right: 15px;
        background: #fff;
    }

    .details .col-r {
        float: left;
        width: 33.33%;
        padding: 20px;
    }

        .details .col-r p:first-child img {
            width: 100%;
        }

    .details .col-md-8 > .row {
        margin-bottom: 30px;
    }

.list-detail {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
}

    .list-detail li {
        width: 100%;
        margin-bottom: 15px;
        overflow: hidden;
    }

        .list-detail li img {
            float: left;
            padding-right: 10px;
            width: auto !important;
        }

.details .col-l .list-detail li img {
    width: 70px;
}

.list-detail li a {
    color: #455560;
    line-height: 1.25em;
    text-decoration: none;
    display: table;
    vertical-align: middle;
}

    .list-detail li a span {
        vertical-align: middle;
        display: table-cell;
    }

    .list-detail li a:hover span {
        text-decoration: none;
    }
    /* WS underline*/
    .list-detail li a:hover img {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.short-desc {
    background: #e8e8e8;
    width: 100%;
    padding: 45px 25px 20px;
    margin-bottom: 40px;
}

    .short-desc h5 {
        font-size: 1.5em;
        color: #333;
        padding-bottom: 25px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .short-desc p {
        font-size: 1em;
        line-height: 1.25em;
        padding-bottom: 25px;
    }

.key-benefit {
    text-align: center;
}

    .key-benefit p {
        text-transform: uppercase;
        font-size: 1.125em;
    }

.data-number {
    width: 100%;
    overflow: hidden;
    font-size: 0;
    background: #ebebeb;
}

    .data-number li {
        display: inline-block;
        font-size: 16px;
        vertical-align: top;
        width: 25%;
        background: #ebebeb;
        padding: 10px 0 20px 20px; /*modified by deepthi */
    }

        .data-number li span {
            display: block;
            font-size: 1.875em;
            line-height: 1.2em; /* 1.125 modified by deepthi as on 13May2016*/
        }

            .data-number li span:first-child {
                font-size: 1em;
                padding-bottom: 5px;
            }

.downloadchart {
    /*position: absolute;
    top: -50px;
    right: 25px;*/
    /*line-height: 36px;*/
    color: #333;
    text-decoration: none;
    float: right;
    padding: 0 15px;
    margin-bottom: 20px;
}

    .downloadchart:hover {
        color: #ed3023;
    }

    .downloadchart img {
        float: left;
        margin-right: 10px;
    }

.wrapper-datatable {
    padding: 0 15px 10px;
    background: #ededed;
    width: 100%;
    margin: 0;
}

    .wrapper-datatable.nobg {
        background: none;
    }

    .wrapper-datatable > p.align-c {
        font-weight: bold;
        font-size: 0.875em;
    }

    .wrapper-datatable > p.lazy-load {
        font-weight: bold;
        font-size: 0.875em;
    }

.tablesaw-bar {
    display: none;
}
/*.table.style-2 { text-align: center;}
		.tablesaw-sortable.style-2 .tablesaw-sortable-head { background: #f7f8fc;}
		.tablesaw-sortable.style-2 .tablesaw-sortable-head:hover { background: #6a747a}
			.tablesaw-sortable.style-2 .tablesaw-sortable-head button { text-align: center;}
			.tablesaw-sortable.style-2 .tablesaw-sortable-head button:before { content: ''; position: absolute; top: 50%; right: 10px; background: url(../images/icon-order.png) no-repeat; width: 12px; height: 20px; margin-top: -10px;}
			.tablesaw-sortable.style-2 .tablesaw-sortable-head:hover button { color: #fff;}
			.tablesaw-sortable.style-2 .tablesaw-sortable-head:hover button:before { background: url(../images/icon-order-active.png) no-repeat; }
			.tablesaw-sortable thead tr th { vertical-align: middle;}
			.table.style-2>thead>tr>th { border-bottom: 0;}
			.table.style-2>tbody>tr>th, .table.style-2>tfoot>tr>th, .table.style-2>thead>tr>td, .table.style-2>tbody>tr>td, .table.style-2>tfoot>tr>td { border-top: none; border-bottom: 1px solid #ccc;}
*/
.table.style-3 {
    text-align: center;
}

.tablesaw-sortable.style-3 .tablesaw-sortable-head button {
    text-align: center;
}

    .tablesaw-sortable.style-3 .tablesaw-sortable-head button:before {
        content: '';
        position: absolute;
        top: 23px; /* MODIFIED BY DEEPTHI 26 Apr 2016 50% */
        right: 10px;
        background: url(../images/icon-order.png) no-repeat;
        width: 12px;
        height: 20px;
        margin-top: -10px;
    }

.tablesaw-sortable.style-3 .tablesaw-sortable-ascending button:before {
    content: ' ';
    background: url(../images/icon-order-up.png) no-repeat;
}

.tablesaw-sortable.style-3 .tablesaw-sortable-descending button:before {
    content: '  ';
    background: url(../images/icon-order-down.png) no-repeat;
}

.tablesaw-sortable.style-3 thead tr th {
    border-bottom: 6px solid #f7f8fc;
    /*text-align: left;*/
    text-align: center;
}

    .tablesaw-sortable.style-3 thead tr th.align-l button {
        text-align: left;
    }

.tablesaw-sortable thead tr th {
    vertical-align: middle;
}

.table.style-3 > tbody > tr > th, .table.style-3 > tfoot > tr > th, .table.style-3 > thead > tr > td, .table.style-3 > tbody > tr > td, .table.style-3 > tfoot > tr > td {
    border-top: none;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

.table.style-3 span.small {
    font-size: 0.675em;
    color: #999;
}

.twoCols {
    width: 100%;
    overflow: hidden;
}

    .twoCols.full li {
        width: 100% !important;
    }

    .twoCols li {
        float: left;
        width: 50%;
        color: #fff;
        /*height: 170px;*/
    }

        .twoCols li.orange {
            background: #ff9933;
            padding: 18px 20px; /*modified by praveen on 19 Apr 2016 padding: 50px 20px;*/
            height: 142px;
        }

        .twoCols li.blue {
            background: #7baabe;
            padding: 15px 20px; /* modifed by deepthi from 18px to 15px on 23 june 2016 for truncating issue*/
            height: 142px;
        }
/*Modified by praveen(02/12/16) institutional site page alignments*/
li.blue.insblue {
    padding: 25px 20px;
}

.twoCols li p {
    padding-bottom: 10px;
    font-size: 1em;
    vertical-align: top;
}

    .twoCols li p:first-child {
        font-size: 1em;
    }

    .twoCols li p span {
        display: inline-block;
        float: left;
        margin-right: 15px;
        font-size: 1.675em;
    }

        .twoCols li p span:first-child {
            min-width: 200px;
        }

.tool-chart {
    display: block;
    width: 100%;
    /*margin-bottom: 30px;* 03 aug 2016/ /* padding: 0 15px; */
    overflow: hidden;
}

.list-time {
    float: left;
    margin-left: 15px;
}

    .list-time li {
        float: left;
        margin-right: 25px;
    }

        .list-time li a {
            text-decoration: none;
            color: #333;
            font-weight: bold;
            padding: 5px;
            border-radius: 50%;
            display: inline-block;
            /*width: 34px;
            height: 34px;*/ /* commented by praveen due to chinese strings alignment on 23 june 2016*/
            line-height: 25px;
            text-align: center;
        }

            .list-time li a.active {
                background: #adadad;
                color: #fff;
            }

.tool-chart .datepicker {
    float: right;
    margin-right: 0; /* 15px modified by deepthi as on 13May2016*/
}

.datepicker input {
    background: #efefef url(../images/caret-2.png) 95% 12px no-repeat;
    padding: 5px 25px 5px 10px;
    display: inline-block;
    max-width: 180px;
    height: 32px !important;
}

.datepicker span {
    display: inline-block;
    padding: 0 8px;
    color: #6a747a;
    font-weight: bold;
}

.block {
    width: 100%;
    overflow: hidden;
    /*margin-bottom: 35px;*/
    min-height: 120px;
}
    /*9th aug 2016*/
    .block.allperspective.fundanouncement .cate .shareBar .sharegroup.showSlide {
        position: absolute;
        text-align: right;
        width: 100%;
        float: right;
        padding-right: 220px;
    }
/*9th aug 2016*/
.cmblock {
    width: 100%;
    overflow: hidden;
}

.block > .row {
    margin: 0;
}

.block h2 {
    font-size: 1.5em;
    line-height: 1.125em;
    color: #ed3023;
    font-weight: bold;
    text-transform: uppercase;
    background: #ededed;
    padding: 15px;
    margin-bottom: 20px;
}

    .block h2 a {
        color: #ed3023;
    }

        .block h2 a:hover {
            color: #333;
        }

.block h5 {
    font-size: 1em;
    line-height: 1.25em;
    padding-bottom: 35px;
    margin-top: 10px;
    font-weight: bold;
}

    .block h5.red {
        vertical-align: top;
        text-align: center;
        color: #a10d18;
        font-weight: bold;
        margin-top: 0;
    }

.block h6 {
    font-size: 1em;
    line-height: 1.25em;
    font-weight: bold;
    padding-bottom: 10px;
}

.block p {
    font-size: 1em;
    line-height: 1.5em;
    padding-bottom: 15px;
}

    .block p.special-block {
        line-height: 1em;
    }

.block > p {
    padding: 0 15px 20px;
}

.block a {
    text-decoration: none;
    color: #333;
}

    .block a.btn-type-1, .block a.btn-type-1:hover {
        color: #fff;
    }

    .block a:hover {
        color: #ef2b1f;
    }

.related-fund p a:hover {
    color: #333;
    text-decoration: none;
}

.block .thumb img {
    width: 100%;
    display: block;
    min-height: 150px;
}

.block .thumb h4 {
    color: #ed3023;
    font-weight: bold;
    min-height: 150px;
    text-align: center;
}

.block .slider {
    width: 100%;
    overflow: hidden;
    padding: 10px 0;
    /*display: table-row;*/
}

    .block .slider .loading img {
        left: 50%;
        position: relative;
        margin-left: -12px;
        top: 95px;
    }

    .block .slider > li {
        vertical-align: top;
        list-style: none;
        /*display: inline-block;
        width: 50%;*/
    }

ol, ul {
    list-style: none;
}

.block .slider .deactive, .block.awards .slider .deactive {
    display: none;
}

    .block .slider .deactive.show {
        display: block !important;
    }

.block .slider.loading {
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
}

    .block .slider.loading:before {
        position: absolute;
        background: url("../images/loading.gif") center no-repeat;
        content: '';
        z-index: 9999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

.block.awards .slider .deactive.show {
    display: inline-block !important;
}

.fakelist {
    font-size: 0;
}

.block .awards .slider > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 16px;
}

.block.allperspective .slider > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 16px;
    height: 314px;
    padding-left: 3px;
}

.block p.align-c a {
    font-weight: bold;
    display: inline-block;
    margin-top: 30px;
}

.block p.lazy-load a {
    font-weight: bold;
    display: inline-block;
    margin-top: 30px;
}

.block .cate {
    padding-top: 10px;
    font-size: 0.875em;
    line-height: 1.25em;
    color: #666666;
}

.block ol {
    width: 100%;
    overflow: hidden;
    padding: 0 15px 10px;
}

.block .row ol {
    padding: 0 0 10px;
}

.block ol li {
    position: relative;
    width: 100%;
    padding: 0 15px 10px;
    line-height: 1.5em;
}

    .block ol li:before {
        content: '.';
        font-size: 2em;
        line-height: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

.block ul.list-links {
    padding: 10px 15px;
    width: 100%;
    overflow: hidden;
}

    .block ul.list-links li {
        float: left;
        width: 33%;
        /*padding-bottom: 15px; */
        /*border-right: 1px solid #999999; */
        /*margin-bottom: 15px;*/
        text-align: left;
        margin-right: 5px;
        margin-bottom: 25px;
    }

        .block ul.list-links li + li {
        }
        /*.block ul.list-links li:last-child {border-right: none;}*/
        .block ul.list-links li a {
            font-weight: bold;
            width: 100%;
            padding: 20px;
        }

            .block ul.list-links li a:hover {
                background: #ac1e14;
            }

.block .videoBlock {
    background: #ededed;
    width: 100%;
    padding: 0 15px;
}

    .block .videoBlock p {
        font-size: 0.875em;
    }

.list-process {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

    .list-process h4 {
        color: #ec2f22;
        font-size: 2em;
        line-height: 1.125em;
        /*padding-left: 25px;*/
        /*background: url(../images/icon-process.jpg) 0 5px no-repeat;*/
        font-weight: normal;
    }

.block h5.subtitle {
    color: #455561;
    font-size: 1.25em;
    padding-bottom: 15px;
}

.fund-managers.block .thumb {
    border: 1px solid #ccc;
}

.fund-managers.block h5 {
    padding-bottom: 20px;
}

    .fund-managers.block h5 span {
        text-transform: none;
        color: #666;
        font-weight: normal;
    }

    .fund-managers.block h5 a:hover {
        color: #ef2b1f;
    }

        .fund-managers.block h5 a:hover span {
            color: #333;
        }
/*.fund-managers.block h5 a:before { content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 4px; background: #ef2b1f}*/
.related-news.block h5 {
    text-transform: none;
}

.awards.block h5, .about.block h5, .related-news.block h5 {
    padding-bottom: 15px;
}

    .related-news.block h5 span {
        text-transform: none;
        color: #666;
        font-weight: normal;
    }

    .related-news.block h5 a:hover span {
        color: #666;
    }

.awards.block .thumb {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 0;
    line-height: 0;
}

    .awards.block .thumb img {
        width: auto;
        max-width: 100%;
        display: inline-block;
        min-height: 42px;
        align-content: center;
        line-height: 0;
    }

.awards.block .style-home .thumb img {
    width: 100%;
}

.about.block .download {
    width: 33.3%;
}

    .about.block .download h6 {
        font-size: 18px;
    }

        .about.block .download h6 span {
            position: relative;
            display: inline-block;
            padding-bottom: 5px;
        }

            .about.block .download h6 span:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 2px;
                background: #ef2b1f;
            }

.approach {
    text-align: center;
    text-transform: uppercase;
    padding-top: 40px;
}

.where2buy.block .thumb {
}

.where2buy .col-md-3 {
    padding-bottom: 35px;
    min-height: 125px;
    OVERFLOW: hidden;
    HEIGHT: auto;
}

.where2buy.block h5 {
    font-size: 1.5em;
    line-height: 1.25em;
    display: block;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.where2buy.block h6 {
    font-size: 1em;
    line-height: 1.25em;
    display: block;
    padding-bottom: 10px;
    text-align: left;
}

.where2buy.block p {
    padding-bottom: 0;
    text-align: left;
}

    .where2buy.block p i {
        float: none;
        margin-right: 8px;
    }

    .where2buy.block p:last-child a {
        color: #666;
    }

        .where2buy.block p:last-child a:hover {
            color: #333;
        }

.awards .col-md-12 {
    padding-bottom: 35px;
    text-align: center;
}

.awards .style-home .col-md-12 {
    text-align: left;
}

.awards.block .slider p {
    color: #666;
}

.events-promotions.block p strong {
    text-transform: uppercase;
    float: left;
    width: 85px;
}

.events-promotions.block p:last-child {
    padding-top: 15px;
}

.block.contact {
    margin-bottom: 40px;
}

    .block.contact textarea {
        border-radius: 0;
        border-color: #999;
        padding: 15px;
        width: 100%;
        min-height: 150px;
        font-size: 1em;
    }

    .block.contact input {
        border-radius: 0;
        border-color: #999;
        padding: 10px 15px;
        font-size: 1em;
        height: auto;
    }

    .block.contact .col-md-8 p:last-child {
        text-align: right;
    }

    .block.contact p * {
        vertical-align: middle;
    }

.feature {
    display: table;
    width: 100%;
    overflow: hidden;
    background: #f5f8fb;
}

    .feature .thumb {
        display: table-cell;
        vertical-align: middle;
        min-width: 360px;
        background-color: transparent;
    }

        .feature .thumb img.center {
            display: block;
            margin: auto;
        }

    .feature .desc {
        display: table-cell;
        vertical-align: middle;
        padding: 30px;
    }

        .feature .desc h4 {
            font-size: 1.35em;
            line-height: 1.25em;
            padding-bottom: 20px;
        }

            .feature .desc h4 span {
                color: #ed1b2e;
            }

        .feature .desc p {
            font-size: 1em;
            line-height: 1.25em;
            padding-bottom: 20px;
        }

            .feature .desc p.author {
                padding-bottom: 0;
                color: #999999;
                font-size: 0.875em;
            }

                .feature .desc p.author strong {
                    display: inline-block;
                    padding-right: 20px;
                }

.shareBar {
    width: 100%;
    text-align: right;
    padding: 20px 15px;
    overflow: hidden;
}

    .shareBar .wrap {
        float: right;
    }

    .shareBar span {
        display: inline-block;
        font-size: 0.875em;
        color: #999;
        line-height: 20px;
        float: left;
    }

    .shareBar .wrap > a {
        display: inline-block;
        margin-left: 15px;
    }

.shareBarA {
    width: 100%;
    text-align: right;
    padding-top: 5px;
    padding-right: 20px;
    overflow: hidden;
}

    .shareBarA .wrap {
        float: right;
    }

    .shareBarA span {
        display: inline-block;
        font-size: 0.875em;
        color: #999;
        line-height: 20px;
        float: left;
    }

    .shareBarA .wrap > a {
        display: inline-block;
        margin-left: 15px;
    }

.socialBar {
    width: 100%;
    text-align: left;
    padding: 20px 15px;
    overflow: hidden;
}

    .socialBar .wrap {
        float: left;
        width: 400px;
    }

    .socialBar span {
        display: inline-block;
        font-size: 0.875em;
        color: #fff;
        position: relative;
        top: -7px;
        line-height: 20px;
    }

    .socialBar .wrap > a {
        margin-left: 12px;
    }

.shareBar .showSlide {
    background-color: rgba(255,255,255,0.85);
}

.information h6 {
    margin-bottom: 15px;
}

    .information h6 a:hover span {
        color: #ed3023;
    }

    .information h6 span {
        text-transform: uppercase;
        display: inline-block;
        position: relative;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        padding-bottom: 10px;
    }

        .information h6 span:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 4px;
            background: #f03328;
        }

.information .table-info + p a {
    display: inline-block;
    background: url(../images/icon-arrow2.png) right 3px no-repeat;
    color: #333;
    text-decoration: none; /* text-transform: uppercase; */
    padding: 5px 20px 5px 0;
    margin-bottom: 15px;
}

    .information .table-info + p a:hover {
        text-decoration: underline;
    }

.subscribe {
    background: #ed3023;
    padding: 60px 0;
    width: 100%;
    overflow: hidden;
}

    .subscribe p {
        float: left;
        width: 45%;
        font-size: 1.1875em;
        color: #fff;
        line-height: 1.5em;
        padding: 0 15px;
        margin-top: -15px;
    }

    .subscribe .subscribeFrm {
        float: right;
        width: 55%;
        overflow: hidden;
    }

.subscribeFrm input {
    background: #fff;
    padding: 16px 25px;
    float: left;
    width: 70%;
    margin-right: 5%;
    color: #999;
    font-size: 1em;
    line-height: 1.25em;
    font-weight: bold;
}

    .subscribeFrm input::-webkit-input-placeholder {
        color: #999;
    }

    .subscribeFrm input:-moz-placeholder {
        color: #999;
    }

    .subscribeFrm input::-moz-placeholder {
        color: #999;
    }

    .subscribeFrm input:-ms-input-placeholder {
        color: #999;
    }

.subscribeFrm a {
    width: 20%;
    margin-right: 5%;
    padding: 20px;
    min-width: 0;
}

    .subscribeFrm a:hover {
        background: #ac1e14;
    }

.foot {
    background: #6a747a;
    width: 100%;
    /* padding: 20px 0 20px 0;*/
    overflow: hidden;
}

    .foot ul {
        float: left;
        overflow: hidden;
        margin-top: 20px;
    }

        .foot ul li {
            font-weight: normal;
            margin-bottom: 5px;
            float: left;
        }

            .foot ul li a {
                color: #fff;
                display: inline-block;
                position: relative;
                text-decoration: none;
                font-size: 0.875em;
                line-height: 1.25em;
                padding-left: 10px;
                margin-left: 5px;
            }

                .foot ul li a:hover {
                    text-decoration: underline;
                }

                .foot ul li a:before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: 0;
                    border-left: 1px solid #b0b5b8;
                    display: block;
                    bottom: 0;
                }

            .foot ul li:first-child a:before {
                display: none;
            }

    .foot p {
        float: right;
        color: #fff;
        font-size: 0.875em;
        padding: 0 15px;
        line-height: 1.25em;
        margin-top: 20px;
    }

        .foot p.float-l {
            float: left;
        }

.popup {
    display: none; /*max-width: 800px;*/
    padding: 0 10px;
}

    .popup h4 {
        font-size: 1.5em;
        line-height: 1.25em;
        font-weight: bold;
        padding-bottom: 25px;
    }

    .popup p {
        font-size: 1em;
        line-height: 1.25em;
        padding-bottom: 25px;
    }

p.small {
    font-size: 0.875em;
    color: #999;
}

.popup p.small {
    padding-bottom: 0;
}

ul.resp-tabs-list {
    padding: 0 15px;
}

.vjs-error-display {
    display: none;
}

.mainBanner .bx-wrapper .bx-pager {
    bottom: 25px; /* modified by splash in 20july 2016 files*/
    z-index: 999;
}

.paging {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 15px;
}

    .paging li {
        display: inline-block;
    }

        .paging li a {
            display: block;
            background: #efefef;
            padding: 5px;
            width: 35px;
            height: 35px;
            color: #333;
            text-decoration: none;
            line-height: 22px;
        }

        .paging li.active a, .paging li:hover a {
            background: #d7d7d7;
        }

/*allperspective*/
.allperspective .shareBar {
    display: inline;
    padding: 0;
}

.allperspective .desc {
    position: relative;
}

.allperspective .shareBar .wrap {
    position: absolute;
    width: 100%;
    height: 40px;
    top: 8px;
    text-align: right;
    right: 0;
}

.allperspective .wrap.hideSlide a + a {
    display: none;
}

.allperspective .wrap.showSlide a:first-child {
    display: none;
}

.allperspective h2 {
    background: none;
}

    .allperspective h2 a {
        color: #333;
    }

/*company overview*/
.sub-content {
    position: relative;
    height: 420px;
    padding: 0;
}

.sub-sub-content {
    position: absolute;
    width: 98%;
}

.company-facts .twoCols li.orange {
    padding: 18px 20px;
}

.company-facts .twoCols li p span:first-child {
    padding: 5px 0 20px;
    line-height: 1em;
}

.company-facts .twoCols li p {
    padding-bottom: 0;
}

.company-facts .list-detail {
    margin: 20px 20px 0px;
}
/*maps style*/
.maps-wrapper {
    text-align: center;
}

    .maps-wrapper > div {
        margin: 0 auto;
    }
/*scroll timer slide	*/
.scroll-area {
    width: 260px;
    height: 400px;
    overflow: hidden;
    padding: 10px;
}

    .scroll-area ul {
        width: 230px;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

    .scroll-area li {
        width: 292px;
        height: 314px;
        margin: 5px;
        padding: 5px 10px;
        text-align: center;
    }

.scroll-item h5 span {
    text-transform: none;
    color: #666;
    font-weight: normal;
    /*font-size: 14px;*/
}

/*============================changes done be ramesh=================================*/
.awardblock {
    /*   margin-bottom:50px;*/
}

span.alternate-desc {
    display: block;
    overflow: hidden;
    max-height: 72px;
    text-overflow: ellipsis;
}

.deactive {
    display: none;
}

.impact-new h4 {
    font-size: 1.25em;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
}

    .impact-new h4 span {
        display: inline-block;
        position: relative;
        padding-bottom: 10px;
    }

        .impact-new h4 span:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 35px;
            height: 2px;
            background: #ef2b1f;
        }

.blockquote {
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.career-new.block h5 {
    padding-bottom: 20px;
}

.career-new {
    margin-bottom: 35px !important;
}

.list-bullet {
    padding-left: 25px;
    list-style-type: square;
    list-style: initial;
}

    .list-bullet li {
        margin-bottom: 5px;
        color: #455560;
    }

.main {
    margin-top: 0 !important;
}

    /*.main > h1 {
        padding: 35px 0;
        font-size: 1.5em;
        font-weight: 700;
        padding-left: 15px;
    }*/

    .main > h2 {
        padding: 0 15px;
        font-weight: 700;
    }

    .main > h4 {
        padding: 0 15px;
        font-weight: 700;
    }

.details-col-2 .row {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}

.details-col-2 h5 {
    font-size: 1.25em;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
}

    .details-col-2 h5 span {
        display: inline-block;
        position: relative;
        padding-bottom: 10px;
    }

        .details-col-2 h5 span:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 35px;
            height: 2px;
            background: #ef2b1f;
        }

.details-col-2 p {
    padding-bottom: 15px;
    color: #455560;
    line-height: 1.5em;
    font-size: 16px;
}

.details-col-2 .col-md-8 {
    background: #fff;
}

.details-col-2 .col-md-4 {
    padding: 20px;
}

.details-col-2 .col-l {
    float: left;
    width: 66.66%;
    padding-right: 15px;
    background: #fff;
}

.details-col-2 .col-r {
    float: left;
    width: 33.33%;
    padding: 20px;
}

    .details-col-2 .col-r p:first-child img {
        width: 100%;
    }

.details-col-2 .col-md-8 > .row {
    margin-bottom: 30px;
}

.details-col-2 .list-detail li {
    width: auto;
    margin-bottom: 0;
    overflow: hidden;
    vertical-align: middle;
}

    .details-col-2 .list-detail li a {
        font-weight: 700;
    }

        .details-col-2 .list-detail li a:hover {
            color: #ef2b1f;
            text-decoration: none;
        }

.details-col-2 .img-wapper {
    display: table;
    width: 100%;
    min-height: 292px;
}

.details-col-2 .img-middle {
    display: table-cell;
    min-height: 292px;
    vertical-align: middle;
}

    .details-col-2 .img-middle img {
        width: 100%;
        /*max-width: 433px;*/
    }

.eastspringNews.block {
    position: relative;
}

.eastspringNews .col-md-3 {
    padding-bottom: 35px;
    min-height: 340px;
}

.eastspringNews.block h5 {
    padding-bottom: 20px;
}

    .eastspringNews.block h5 span {
        text-transform: none;
        color: #666;
        font-weight: normal;
    }

    .eastspringNews.block h5 a:hover {
        color: #ef2b1f;
    }

        .eastspringNews.block h5 a:hover span {
            color: #333;
        }
/*.eastspringNews.block h6 { font-size: 1em; line-height: 1.25em; display: block; padding-bottom: 10px; text-align: center;}*/
.eastspringNews.block p {
    padding-bottom: 20px;
}

    .eastspringNews.block p i {
        float: none;
        margin-right: 8px;
    }

.meet-our-people.block {
    position: relative;
}

.meet-our-people .col-md-3 {
    padding-bottom: 35px;
    min-height: 340px;
}

.meet-our-people.block h5 {
    padding-bottom: 20px;
}

    .meet-our-people.block h5 span {
        text-transform: none;
        color: #666;
        font-weight: normal;
    }

    .meet-our-people.block h5 a:hover {
        color: #ef2b1f;
    }

        .meet-our-people.block h5 a:hover span {
            color: #333;
        }

.meet-our-people.block ul li > div {
    padding-bottom: 25px;
}
/*.meet-our-people.block h6 { font-size: 1em; line-height: 1.25em; display: block; padding-bottom: 10px; text-align: center;}*/
.meet-our-people.block p {
    padding-bottom: 20px;
}

    .meet-our-people.block p i {
        float: none;
        margin-right: 8px;
    }

.list-bullet {
    padding-left: 25px;
    list-style-type: square;
    list-style: initial;
}

    .list-bullet li {
        margin-bottom: 5px;
        color: #455560;
    }

.img-wapper {
    display: block;
}

.img-middle {
    text-align: center;
}

.home-search-btn {
    padding-right: 13% !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

ul.home-search-menu li a {
    white-space: normal;
    height: auto !important;
}

/* lily add  */
.award-block h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.625em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 23px;
    margin-top: 25px;
}

.award-block p {
    font-size: 1em;
    line-height: 1.25em;
    padding: 36px 15px 48px 15px;
}

.filter-bar span.explain {
    float: none;
    margin-right: 10px;
    width: auto;
}

.icon-block span, .icon-block a {
    color: white;
    margin-left: 23px;
}

    .icon-block span img, .icon-block a img {
        vertical-align: bottom;
    }

.icon-block .find-us {
    margin-left: 0px;
}

.award-page .foot {
    padding: 22px 34px;
}

    .award-page .foot p {
        padding: 0px;
    }

    .award-page .foot ul li.first a {
        margin-left: 0px;
        padding-left: 0px;
    }

.award-page .tablesaw-sortable.style-3 thead tr th {
    text-align: left;
    padding: 8px 15px;
    vertical-align: top;
}

.award-page .tablesaw-sortable .col1 {
    /* width: 8% !important;  7% modified by deepthi as on 13May2016*/
    border-right: 1px solid #fff;
}

.award-page .tablesaw-sortable .col2 {
    /*width: 13% !important;*/
    border-right: 1px solid #fff;
}

.award-page .tablesaw-sortable .col3 {
    /*width: 18% !important;*/
    border-right: 1px solid #fff;
}

.award-page .tablesaw th.col5 {
    /*width: 31% !important;*/
    border-right: 1px solid #fff;
}

.award-page .tablesaw th.col4 {
    /*width: 31% !important;*/
    border-right: 1px solid #fff;
}
/* end lily add */

/*equity-cap hung*/
.equity-cap .img-middle img {
    margin-bottom: 25px;
}

/*step_button_group*/
.equity-cap .img-middle {
    position: relative;
}

.step_button_group {
    width: 100%;
    position: absolute;
    top: 0;
    padding: 15px;
}

    .step_button_group .step {
        display: inline-block;
        height: 211px;
        width: 211px;
        text-align: center;
        background: url("../images/gear.png") no-repeat;
        padding: 75px 30px;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        cursor: pointer;
        border-radius: 111px;
    }

        .step_button_group .step:hover {
            background: url("../images/gear_active.png") no-repeat;
            color: #ec2f22;
        }

        .step_button_group .step.active {
            background: url("../images/gear_active.png") no-repeat;
            color: #ec2f22;
        }

        .step_button_group .step strong {
            display: block;
            font-size: 26px;
        }

        .step_button_group .step span {
            display: block;
            font-size: 16px;
        }

#step_1_btn {
    position: absolute;
    top: 17px;
    left: 23px;
}

#step_2_btn {
    position: absolute;
    top: 119px;
    left: 353px;
}

#step_3_btn {
    position: absolute;
    top: 185px;
    right: 260px;
    padding: 70px 50px;
}

#step_4_btn {
    position: absolute;
    top: 50px;
    right: 16px;
    padding: 70px 50px;
}

.footnote {
    padding: 10px 0 0 15px; /*6thOct2016 10px 20px 0 15px */
    line-height: 1.5em;
    font-size: 16px;
}

.small-toolN .showSlide {
    position: relative !important;
    width: 265px !important;
    padding: 14px 0 20px 0 !important;
}

.small-toolN .sharegroupN {
    width: 200px;
    margin-right: -140px;
}

.nav-follow .mobile {
    display: none;
}
/*added on 1st apr 2016 due to funddownloads header issue.*/
.tablesaw-sortable.funddownloads.style-3 thead tr th {
    text-align: center;
}
/* added these classes for content and video widget for country site.*/
.c-overviewblock {
    width: 100%;
    display: table;
}

.c-over {
    display: table-cell;
    width: 100%;
    vertical-align: top;
}

    .c-over p {
        text-align: justify;
    }

.c-overvideo {
    display: table-cell;
}

.c-videoBlock {
    width: 340px;
    height: auto;
    margin-left: 15px;
}

    .c-videoBlock p img {
        width: 340px;
        height: auto;
    }

.sitemap p {
    line-height: 25px;
}

#disclaimerHKE .disBlock, #disclaimerInst .disBlock {
    width: 100%;
    padding-bottom: 20px;
    height: 70%;
    overflow: hidden;
}

#disclaimerHKE .disclamierbg .impblock, #disclaimerInst .disclamierbg .impblock {
    border: 1px solid #cccccc;
    margin-bottom: 15px;
    padding: 2%;
    width: 100%;
}

    #disclaimerHKE .disclamierbg .impblock h2, #disclaimerInst .disclamierbg .impblock h2 {
        color: #333333;
        font-size: 1.25em;
        font-weight: bold;
        line-height: 1.125em;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }

    #disclaimerHKE .disclamierbg .impblock ul, #disclaimerInst .disclamierbg .impblock ul {
        margin: 20px 0 0 30px;
    }

        #disclaimerHKE .disclamierbg .impblock ul li, #disclaimerInst .disclamierbg .impblock ul li {
            line-height: 1.25em;
            list-style: disc;
            padding-bottom: 10px;
        }

#disclaimerHKE em, #disclaimerInst em {
    color: #666666;
    font-size: 0.85em;
}

#disclaimerHKC .disBlock {
    width: 100%;
    padding-bottom: 20px;
    height: 70%;
    overflow: hidden;
}

#disclaimerHKC .disclamierbg .impblock {
    border: 1px solid #cccccc;
    margin-bottom: 15px;
    padding: 2%;
    width: 100%;
}

    #disclaimerHKC .disclamierbg .impblock h2 {
        color: #333333;
        font-size: 1.25em;
        font-weight: bold;
        line-height: 1.125em;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }

    #disclaimerHKC .disclamierbg .impblock ul {
        margin: 20px 0 0 30px;
    }

        #disclaimerHKC .disclamierbg .impblock ul li {
            line-height: 1.25em;
            list-style: disc;
            padding-bottom: 10px;
        }

#disclaimerHKC em {
    color: #666666;
    font-size: 0.85em;
}

.fundaward ul li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 16px;
}

    .fundaward ul li h4 {
        color: #ed3023 !important;
        font-size: 1em !important;
        font-weight: bold !important;
    }

/*.video {
    background-color:gray;
}*/

.facts li {
    height: auto; /*119px;
    overflow: hidden;
    height: auto;*/
}

.manulupload {
    margin: 20px;
    display: table;
}

    .manulupload tr td {
        line-height: 50px;
        padding-right: 25px;
    }

        .manulupload tr td:last-child {
            line-height: 10px;
        }

    .manulupload select {
        width: 100%;
        border: 1px solid #eee;
        padding: 4px;
    }

    .manulupload .uploadreport {
        color: #fff;
        background: red;
        font-size: 14px;
        padding: 10px;
        font-weight: bold;
    }

    .manulupload .uploader {
        font-size: 12px;
        color: red;
    }

/*Performance_summary upload*/

.perfsummary {
    margin: 20px;
}

    /*.perfsummary tr td {
        line-height: 25px;
        padding: 5px;
    }*/

    .perfsummary tr td:last-child {
        line-height: 10px;
    }

    .perfsummary select {
        width: 100%;
        border: 1px solid #eee;
        padding: 4px;
    }

    .perfsummary .uploadreport {
        color: #fff;
        background: red;
        font-size: 14px;
        padding: 10px;
        font-weight: bold;
    }

    .perfsummary .uploader {
        font-size: 12px;
        color: red;
    }

.divheader {
    padding: 0 0 17px 0;
}

.divfooter {
    padding: 20px 0 17px 0;
}

/*Ended performance_summary*/

table sub {
    vertical-align: text-bottom;
    bottom: 8px; /*10px*/
    font-size: 13px;
}

.small-toolN .sharegroupN a {
    padding-left: 5px;
    display: inline-block;
    margin-left: 0;
}

g.highcharts-navigator, g.highcharts-navigator-handle-left, g.highcharts-navigator-handle-right {
    display: none;
}

.head-table .dividend {
    float: right;
    padding: 0px 35px 35px;
    width: auto;
}

    .head-table .dividend > ul li {
        width: auto;
        float: left;
        padding-right: 5px;
    }

a.discbuttons {
    color: #e53b50 !important;
    background: transparent !important;
}

.disclamierbg {
    background: #f2f2f2;
    padding: 8px 8px;
    border: 1px solid #e0e0e0;
}

#disclaimerHKE .disclaimer h4::after {
    content: '';
    width: 45px;
    height: 4px;
    position: absolute;
    top: 48px !important;
    left: 19px !important;
    background-color: #e53b50;
}

#disclaimerHKC .disclaimer h4::after {
    content: '';
    width: 45px;
    height: 4px;
    position: absolute;
    top: 48px !important;
    left: 19px !important;
    background-color: #e53b50;
}

a.discbuttons:hover {
    color: #e53b50 !important;
    background: transparent !important;
}

.discscr {
    height: 20%;
    padding: 15px;
    line-height: 0;
}

    .discscr p:first-child {
        padding-bottom: 0px;
    }

    .discscr span {
        margin-top: 0 !important;
    }

.downloadFs a {
    text-decoration: none;
    color: #333;
    background: url(../images/download.png) no-repeat;
    height: 39px;
    display: table;
    margin: 0;
    padding: 4px 0 0 36px;
}

    .downloadFs a:hover {
        text-decoration: none;
        color: #ef2b1f;
        background: url(../images/download-red.png) no-repeat;
    }

    .downloadFs a:focus {
        text-decoration: none;
        color: #ef2b1f;
        background: url(../images/download.png) no-repeat;
        height: 39px;
        display: table;
        margin: 0;
        padding: 4px 0 0 36px;
    }

    .downloadFs a:visited {
        text-decoration: none;
        color: #333;
        background: url(../images/download.png) no-repeat;
        height: 39px;
        display: table;
        margin: 0;
        padding: 4px 0 0 36px;
    }

.foucsfunds {
    width: 100%;
    overflow: hidden;
}

    .foucsfunds .overview-values {
        padding-left: 15px;
        padding-right: 3px;
    }

        .foucsfunds .overview-values h3 {
            width: 70%;
        }

        .foucsfunds .overview-values .values-item_out {
            background: url(../images/focusfunds/Focus-Fund-banner-GREY---545x385.png) !important;
            background-repeat: repeat;
            height: auto;
            /*margin: 3%;*/
            margin: 0 1% 1% 0;
            width: 49%;
            padding: 0;
        }

        .foucsfunds .overview-values .values-item {
            background: inherit;
            text-align: inherit;
            margin: 0;
            border: 1px solid #c1c2c4;
        }

            .foucsfunds .overview-values .values-item img {
                height: 289px;
                width: 282px;
                margin: 12% 0 0 22%; /*modified on 16Jun2016 for centre alignment*/
                padding: 0;
            }

            .foucsfunds .overview-values .values-item:hover {
                background: #e78f09;
                opacity: 0.9;
            }

            .foucsfunds .overview-values .values-item div {
                color: #000;
            }

                .foucsfunds .overview-values .values-item div:hover {
                    color: #fff;
                }

        .foucsfunds .overview-values h3::after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 35px;
            height: 3px;
            background: #fff;
            content: '';
            -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
            -webkit-transform: translate3d(-101%,0,0);
            transform: translate3d(-101%,0,0);
        }

    .foucsfunds .values-item p {
        font-size: 16px;
        line-height: 1.5em;
        opacity: 0;
        padding: 15px 0;
        transform: translate3d(100%, 0px, 0px);
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        width: 90%; /* modified by praveen from 80 to 90 for truncating issue.*/
    }

        .foucsfunds .values-item p:first-child {
            height: auto;
        }

.txtm {
    display: none;
}

.foucsfundsredad {
    color: #e53b50;
    text-decoration: none;
    font-size: 15px;
    background-image: url("../images/home/icons-view.png") no-repeat;
}

    .foucsfundsredad:hover {
        color: #e53b50 !important;
        background-image: url("../images/home/icons-view_red.png") no-repeat;
    }

.txtd .foucsfundsredad {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    background-image: url("../images/home/icons-view.png") no-repeat;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 0 8px 6px 9px !important;
    width: 147px !important; /*modified by praveen from 128px to 147px due to chinese string on 23 june 2016*/
}

    .txtd .foucsfundsredad:hover {
        color: #fff !important;
        background-image: url("../images/home/icons-view_red.png") no-repeat;
    }

.dividendblock {
    background: #f0f0f0;
    padding: 10px;
    /*margin: 10px 17px;*/ /*16thOct2016*/
    display: block;
}

    .dividendblock h3 {
        font-size: 14pt;
        font-weight: bold;
    }

    .dividendblock p {
        font-size: 10pt;
        font-weight: normal;
        padding: 15px 0;
    }

.contentscroll {
    overflow: auto;
    position: relative;
    padding: 0;
    background: #fff;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#disclaimerHKE .disclaimer {
    padding: 20px !important;
}

#disclaimerHKC .disclaimer {
    padding: 20px !important;
}

/*g.highcharts-series.highcharts-series-1 {
    display: none;
}*/

.tool-chart .datepicker {
    margin-right: 13px !important;
}

.dropdownFD {
    min-height: 330px;
    overflow: visible; /* added for fix the share class dropdown items truncating issue. */
}

.small-toolN .showSlide span {
    display: none;
}

.col-left {
    float: left !important;
}

.performance {
    padding: 16px;
}

#highcharts-0 {
    height: 230px !important;
}

.downloaddivid {
    padding: 0 0 0 19px !important;
    color: #333;
    font-size: 1.3em;
    line-height: 1.125em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.col-leftn {
    float: left !important;
    padding: 0px 18px 35px !important;
}

.hm-arrowwhite {
    background-image: url("../images/home/icons-view_white.png") !important;
}
/* added these classes as on 17june2016*/
.countryaward a {
    color: #333;
}

    .countryaward a:hover {
        color: #fff;
    }

.countryaward h2 {
    color: #333;
}

    .countryaward h2:hover {
        color: #333;
    }
/* added buy praveen on 22june 2016 for button on video for Country site
.lnkbtn h2, .lnkbtn p {
    display: none;
}*/
/* added by fanesh as on 6th july 2016*/
.align-l.tablesaw-cell-persist.tablesaw-sortable-head.sorting:nth-child(2), .align-l.tablesaw-cell-persist.tablesaw-sortable-head.sorting_desc:nth-child(2), .align-l.tablesaw-cell-persist.tablesaw-sortable-head.sorting_asc:nth-child(2) {
    text-align: left;
}

#tblWatchlist thead tr th:first-child {
    background-image: none;
}
/*#tblFunDownloads .tablesaw-sortable-head {
     background: url(../images/icon-order.png) no-repeat right 7px;
}*/
/*08/07/16*/
#tblFunDownloads .tablesaw-sortable.funddownloads.style-3 thead tr th {
    text-align: center;
    padding-top: 0;
}

#tblFunDownloads .sort-icon.fa, #tblFunDownloads .sorting {
    background: none;
}
/*Newly added for resource center*/
.align-l.resource.tablesaw-sortable-head.sorting {
    text-align: left !important;
    padding-left: 18px !important;
    padding-top: 13px !important;
    background: url(../images/icon-order.png) no-repeat right 15px !important;
}

.align-l.resource.tablesaw-sortable-head.sorting_asc {
    text-align: left !important;
    padding-left: 18px !important;
    padding-top: 13px !important;
    background: url(../images/icon-order-up.png) no-repeat right 15px !important;
}

.align-l.resource.tablesaw-sortable-head.sorting_desc {
    text-align: left !important;
    padding-left: 18px !important;
    padding-top: 13px !important;
    background: url(../images/icon-order-down.png) no-repeat right 15px !important;
}
/*Newly Ended for resource center*/
#tblFunDownloads .align-l.tablesaw-cell-persist.tablesaw-sortable-head.sorting_asc:first-child {
    text-align: left !important;
    padding-left: 18px !important;
    padding-top: 13px !important;
    background: url(../images/icon-order-up.png) no-repeat right 19px !important;
}

#tblFunDownloads .sorting_desc:first-child {
    text-align: left !important;
    padding-left: 18px !important;
    padding-top: 13px !important;
    background: url(../images/icon-order-down.png) no-repeat right 19px;
}

#tblDividend .tablesaw-cell-persist.tablesaw-sortable-head.sorting_desc:first-child {
    text-align: left !important;
    padding-left: 18px !important;
    padding-top: 13px !important;
    background: url(../images/icon-order-down.png) no-repeat right 13px;
}

#tblDividend .tablesaw-cell-persist.tablesaw-sortable-head.sorting:first-child {
    text-align: left !important;
    padding-left: 18px !important;
    padding-top: 13px !important;
}

#tblDividend .sorting_asc:first-child {
    text-align: left !important;
    padding-left: 18px !important;
    padding-top: 13px !important;
    background: url(../images/icon-order-up.png) no-repeat right 13px;
}

#tblDividend td.tablesaw-cell-persist.sorting_1 {
    text-align: left !important;
    padding-left: 9px !important;
}

/*08/07/16*/

/* added by deepthi as on 29june2016*/
.sort-icon.fa, .sorting {
    content: '';
    position: absolute;
    /*top: 23px;*/
    right: 10px;
    background: url(../images/icon-order.png) no-repeat right 13px;
    width: 12px;
    /*height: 20px;
    margin-top: -10px;*/
}

    .sort-icon.fa.fa-angle-up, .sorting_desc {
        content: '';
        position: absolute;
        /*top: 23px;*/
        right: 10px;
        background: url(../images/icon-order-down.png) no-repeat right 13px;
        width: 12px;
        /*height: 20px;
        margin-top: -10px;*/
    }

    .sort-icon.fa.fa-angle-down, .sorting_asc {
        content: '';
        position: absolute;
        /*top: 23px;*/
        right: 10px;
        background: url(../images/icon-order-up.png) no-repeat right 13px !important;
        width: 12px;
        /*height: 20px;
        margin-top: -10px;*/
    }

.paginate_button.current {
    background: #d7d7d7;
}

.paginate_button {
    display: block;
    background: #efefef;
    padding: 5px;
    width: 35px;
    height: 35px;
    color: #333;
    text-decoration: none;
    line-height: 22px;
    display: block;
    float: left;
    margin: 0 2px;
    text-align: center;
}

.dataTables_wrapper .dataTables_paginate {
    text-align: center;
    padding-top: 0.25em;
    margin: 0 auto;
    width: auto;
    display: table;
}

.dataTables_wrapper .dataTables_paginate {
    text-align: center;
}

.paging_simple_numbers span {
    float: left;
}

.paginate_button.next, .paginate_button.previous {
    width: auto;
}

.paginate_button:focus, .paginate_button:hover {
    background: #d7d7d7;
    color: #333;
    cursor: pointer;
}

.dataTables_length, .dataTables_filter {
    display: none;
}
/* end for sort icon.*/
.disclaimer.simple {
    height: auto !important;
}

.paginate_button.previous, .paginate_button.next {
    display: none;
}

.tablesaw-sortable-th {
    padding-top: 10px !important;
    padding-bottom: .7em !important;
    /*padding-left: .6em !important;*/ /*22 jul 2016*/
    padding-left: 17px;
    padding-right: 1.6em !important;
}

.searchbutton {
    margin-left: 0px !important;
    background-image: none !important;
    border: none !important;
    background-color: transparent !important;
}

table.tablesaw thead tr th {
    word-break: keep-all;
    -moz-word-break: keep-all;
    -webkit-word-break: keep-all;
    -o-word-break: keep-all;
    -ms-word-break: keep-all;
}

.dataTables_empty {
    text-align: center;
}

#tblAllfunds .hideColumn {
    display: none;
}

.mbdivdist {
    display: none;
}

.dividendexportli a {
    line-height: 1.5em;
}
/*10 aug 2016 added by venkat*/
.fundanouncement ul li .desc .cate input + span {
    float: left;
    width: 10%;
}

.tbldividends thead tr th:first-child {
    padding: 8px 0 0 0;
    left: -23px !important;
    position: relative;
}

.disclaimerpopup .mCSB_container {
    height: 150% !important;
}
/*added by fanesh for the search results page alignment*/
table#searchTable p {
    padding: 5px 10px;
    line-height: 1.5em;
}
/*ended- venkat for the search results page alignment*/
/*Added by fanesh for the divident footer 'More dived..'*/
p.moredev {
    margin-top: 10px;
    color: #ed3023;
}
/*Added by fanesh for the divident footer 'More dived..'*/

/*added by Deepthi for devident tab header issue*/
table.dividendtabclass tbody tr td {
    padding-right: 43px;
}
/*ended- Deepthi for devident tab header issue*/
.chart-tabs {
    margin: 15px auto 0 !important;
}

.backToTop {
    padding: 0 0 15px;
}

.dividheader {
    padding: 0 15px 20px;
    line-height: 1.5em;
}

.disc_select_block .btn-investor {
    display: table;
    width: 70%;
    float: left;
    position: relative;
    vertical-align: middle;
}

    .disc_select_block .btn-investor .btn {
        border: none;
        background: #efefef;
        font-size: 14px;
        width: 100%;
        padding: 13px 15px;
        text-align: left;
        border-radius: 0;
        line-height: 44px;
    }

    .disc_select_block .btn-investor .caret {
        background: url(../images/caret.png);
        width: 9px;
        height: 8px;
        border: none;
        position: absolute;
        top: 22px;
        right: 15px;
    }

    .disc_select_block .btn-investor ul {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.9);
        padding: 0;
        margin: 0;
        min-width: 0;
        box-shadow: none;
    }

    .disc_select_block .btn-investor .dropdown-menu li:first-child {
        border-top: none;
    }

    .disc_select_block .btn-investor .dropdown-menu {
        background: #fff !important;
        box-shadow: none;
        border-radius: 0;
        border: none;
        padding: 0;
        margin: 1px 0;
        right: 0;
        min-height: 150px;
        overflow: hidden;
        overflow-x: none;
        overflow-y: scroll;
        max-height: 200px;
    }

        .disc_select_block .btn-investor .dropdown-menu > li > a {
            font-size: 1em;
            text-align: left;
            text-decoration: none;
            padding: 6px 15px;
            display: block;
            clear: both;
            font-weight: 400;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
            border-bottom: 1px solid #ccc;
        }

/*For Disclaimer dropdown style*/

/*.luscroll .select_block div.select select {
        border: none;
    background: #efefef;
    font-size: 14px;
    width: 100%;
    padding: 15px;
    text-align: left;
    border-radius: 0;
}
    .luscroll .select_block div.select select option  {
    background:#fff;
    border-bottom:1px solid #ccc;
    line-height:25px;
    padding:10px 0;
    }*/
.discSelectors {
    width: 65%;
    margin: 0 auto;
    margin-top: 10%;
}

.cookiemes {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    padding: 10px 15px;
    background: #f2dede;
    color: #ba4e4c;
    z-index: 99999;
    height: auto;
}

    .cookiemes span {
        display: block;
        max-width: 1024px;
        margin: 0px auto;
        position: relative;
        text-align: center;
    }

    .cookiemes p {
        /*max-width: 410px;*/
        color: #2c2c2c;
        line-height: 1.5em;
        margin: 12px auto 16px auto;
        font-size: 14px;
        font-weight: normal;
        text-align: center;
    }

    .cookiemes i {
        color: #7f0000;
        margin: 2px 0 0 0;
        cursor: pointer;
        float: right;
    }

.cookieclose {
    color: #ed1b2e;
    font-size: 16px;
    font-weight: bold;
    opacity: 1;
    float: right;
    text-shadow: none;
    cursor: pointer;
}

.luallfunds td a {
    text-decoration: underline;
}

.logo.lu {
    margin-left: 0;
}

.team h5 {
    min-height: 85px !important;
}

.cninvsttext {
    float: left;
    color: #333333;
    text-decoration: none;
    font-size: 13px;
    padding-top: 3px;
}

.tbldividends tbody td.dataTables_empty:first-child {
    text-align: center !important;
}
/* added by praveen for hk bullet issue*/
.implist ul li {
    line-height: 1.25em;
    list-style: disc;
    padding-bottom: 10px;
    margin-left: 20px;
}

.iframedata {
    width: 640px;
    height: 400px;
}

#full-screen-button {
    display: none !important;
}
.block a.down {
    display: inline-block; background: #6a747a; color: #fff; padding: 10px 15px; margin-right: 20px;
    font-size: 14px;
}
.block a.down:hover {
    color: #fff; background: #ed3023;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .step_button_group .step {
        width: 170px;
        height: 170px;
        background-size: 100% 100%;
        padding: 55px 30px;
    }

        .step_button_group .step:hover,
        .step_button_group .step.active {
            background-size: 100% 100%;
        }

    #step_1_btn {
        top: 25px;
        left: 10px;
    }

    #step_2_btn {
        top: 108px;
        left: 290px;
    }

    #step_3_btn {
        top: 160px;
        right: 210px;
        padding: 55px 30px;
    }

    #step_4_btn {
        top: 50px;
        right: 5px;
        padding: 55px 30px;
    }
}

.equity-cap .nav {
    padding: 0 15px;
    border: none;
    font-size: 0;
}

.equity-cap .nav-tabs > li {
    text-align: center;
    width: 33%;
    border-radius: 0;
    float: none;
    display: inline-block;
    font-size: 16px;
}

    .equity-cap .nav-tabs > li + li {
        margin-left: 0.5%;
    }

    .equity-cap .nav-tabs > li:first-child {
        margin-left: 0;
    }

    .equity-cap .nav-tabs > li a {
        background: #b3b9bc;
        color: #ffffff;
        border-radius: 0;
        padding: 20px;
        margin: 0;
        min-width: 0;
    }

    .equity-cap .nav-tabs > li.active a {
        background: #6a747a;
        color: #ffffff;
        border: 1px solid #6a747a;
    }

    .equity-cap .nav-tabs > li a:hover {
        background: #6a747a;
        border: 1px solid #6a747a;
    }

.equity-cap .tab-content {
    padding: 0 15px;
}

    .equity-cap .tab-content .panel-default {
        padding: 0 15px;
        border-bottom: 1px solid #b2b2b2;
    }

    .equity-cap .tab-content .panel-title {
        margin: 0;
        padding: 0;
    }

        .equity-cap .tab-content .panel-title > a {
            background: #ffffff url(../images/icon-minus-2.png) 98% 15px no-repeat !important; /*23/3/2016*/
            color: #ef2b1f;
        }

            .equity-cap .tab-content .panel-title > a:hover {
                color: #ef2b1f;
            }

            .equity-cap .tab-content .panel-title > a.collapsed {
                background: #ffffff url(../images/icon-plus-3.png) 98% 15px no-repeat !important;
                color: #333333;
            }

                .equity-cap .tab-content .panel-title > a.collapsed:hover {
                    background: #ffffff url(../images/icon-plus-2.png) 98% 15px no-repeat !important;
                    color: #ed3023;
                }

/*slider style*/
.slider-wrapper {
    padding: 25px 15px;
    background: #f0f1f1;
    margin-bottom: 25px;
}

    .slider-wrapper .bx-wrapper .bx-next {
        right: 0;
        background: url(../images/next_slider_desktop.png) no-repeat 0 0 transparent;
    }

    .slider-wrapper .bx-wrapper .bx-prev {
        left: 0;
        background: url(../images/prev_slider_desktop.png) no-repeat 0 0 transparent;
    }

    .slider-wrapper .bx-wrapper .bx-controls-direction a {
        top: 50%;
        margin-top: -12px;
        width: 20px;
        height: 33px;
    }

.list-process li > div {
    padding: 0 50px;
}

/*fix custom scroolbar*/
.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: 0;
    direction: ltr;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .75;
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
    display: block;
}

    .mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
        transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
    }

.fund-managers.block .twoCols .orange {
    padding: 25px 20px;
}

.fund-managers.block .data-number {
    background: #ebebeb;
    position: relative;
}

    .fund-managers.block .data-number li {
        width: 25%;
        vertical-align: top; /*modified by deepthi for 3 columns*/
    }

        .fund-managers.block .data-number li:first-child {
            /*display: block;*/
            width: 30%;
        }

        .fund-managers.block .data-number li span {
            font-size: 26px;
        }

        .fund-managers.block .data-number li.col-1 {
            width: 25%;
        }

        .fund-managers.block .data-number li.col-2 {
            width: 48%;
        }

        .fund-managers.block .data-number li.col-3 {
            width: 25%;
        }

        .fund-managers.block .data-number li.separator {
            width: 1px;
            height: 60px;
            padding: 0;
            margin: 0;
            background: #cccccc;
        }

.fund-managers.block .slider > li > div {
    position: relative;
}

.fund-managers.block .thumb a {
    cursor: pointer;
}

.icon-pop {
    background: url("../images/icon-plus-4.png") center no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1071;
    cursor: pointer;
}

    .icon-pop:hover {
        background-image: url("../images/icon-plus-4-on.png");
    }

li.active .icon-pop {
    background: url("../images/icon-minus-3.png") center no-repeat;
}

.disclaimerpopup {
    width: 100%;
    height: 100%;
    background: url(../images/fancybox_overlay.png) repeat;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
}

.disclaimer {
    width: 850px;
    height: 85%;
    margin: auto;
    position: relative;
    background: #FFF;
    margin-top: 80px;
    padding: 20px;
    overflow: hidden;
    text-align: justify;
}

.uspopup {
    text-align: justify;
    letter-spacing: 0.5px;
    line-height: 20px;
}

.disBlock {
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden;
}

.DiscActive {
    pointer-events: none;
    cursor: default;
}

span.buttonspan {
    text-align: right;
}

.disclaimer h4 {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.25em;
    padding-bottom: 10px;
}

.disclaimer h5 {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.25em;
    padding: 10px 0 10px;
    text-align: left;
}

.disclaimer p {
    line-height: 1.30em;
    padding-bottom: 15px;
}

.disclaimer span {
    display: table;
    margin-top: 10px;
    width: 100%;
}

    .disclaimer span a {
        color: #FFF;
        font-weight: normal;
        text-decoration: none;
        font-size: 15px;
        transition: all 500ms ease-in-out 0s;
        background: #F00;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 3px 10px;
        margin-top: 10px;
    }

        .disclaimer span a:hover {
            color: #FFF;
            background: #333;
        }

.disclaimer b, .disclaimer strong {
    font-size: 1em;
    line-height: 1.30em;
    padding-bottom: 10px;
}

    .disclaimer b.pad, .disclaimer strong.pad {
        display: block;
    }

.disclaimer ul {
    margin: 0 0 15px 25px; /*modified by fanesh on 20Apr2016*/
    padding: 0;
    margin-left: 30px;
    font-size: 1em;
}

    .disclaimer ul li {
        list-style: lower-alpha;
        line-height: 20px;
        padding: 4px 0;
        text-align: left;
    }

        .disclaimer ul li ul li {
            list-style: lower-roman;
            line-height: 20px;
            padding: 4px 0;
            text-align: left;
        }

.popupheight {
    display: none;
}

.hm-share {
    margin-left: 150px;
}

span.padding {
    width: 35%;
    float: left;
}

    span.padding img {
        float: left;
        width: 100%;
    }

span.message {
    width: 64%;
    padding: 33px 0px;
    float: left;
}

.slc-top .instprofile {
    padding: 0!important;
}

@media only screen and (min-width: 992px) {
    .scroll-area {
        width: 99%;
        height: 357px;
    }

        .scroll-area ul {
            width: auto;
        }

        .scroll-area li {
            float: left;
        }

    .luconsales .col-md-3 {
        width: 33%;
    }
}

@media only screen and (max-width: 992px) {
    .scroll-area {
        width: 99%;
        height: 357px;
    }

        .scroll-area ul {
            width: auto;
        }

        .scroll-area li {
            float: left;
            width: 100%;
            height: auto;
        }

    .equity-cap .tab-content {
        padding: 0;
    }

    .fund-managers.block .data-number li {
        width: 100% !important;
    }

        .fund-managers.block .data-number li.separator {
            display: none;
        }

    .luconsales .col-md-3 {
        width: 100%;
    }
}

.mapsMobile .thumb img {
    margin: 0 auto;
    width: 100% !important;
}

.mapsMobile .list-process h4 {
    font-size: 1.1em;
    line-height: 2em;
    font-weight: 700;
}

    .mapsMobile .list-process h4.active {
        color: #ec2f22;
        background: url(../images/icon-process-active.jpg) 0 5px no-repeat;
    }

        .mapsMobile .list-process h4.active a {
            color: #ec2f22;
        }

/*carrer LP*/
.blockquote {
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
/* bootstrap reset */
.highcharts-tooltip {
    opacity: 0.75;
}

.highcharts-range-selector {
    background: #fff;
}

.panel-default > .panel-heading, .panel-group .panel {
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border: none;
    }

.panel-title > a {
    display: block;
    padding: 15px 15px;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    background: #7f7f7f url(../images/icon-minus.png) 98% 15px no-repeat !important;
}

    .panel-title > a.collapsed {
        background: #b2b2b2 url(../images/icon-plus.png) 98% 15px no-repeat !important;
    }

.panel-body {
    /*font-size: 0.875em;*/
    font-size: 0.85em;
    /*line-height: 1.5em;*/
    line-height: 1em;
    padding: 10px 15px 15px 15px;
}

    .panel-body div {
        padding: 0px 0px 15px 10px;
    }

    .panel-body p {
        padding: 0px 0px 15px 0px;
    }

    .panel-body ol {
        list-style: decimal;
        margin-left: 15px;
        /* line-height: 1.5em;*/
    }

        .panel-body ol li {
            margin-bottom: 15px;
            line-height: 1.5em; /*new*/
        }

    .panel-body ul {
        width: 100%;
        overflow: hidden;
    }

        .panel-body ul li {
            /*margin-bottom: 15px;
            position: relative;*/
            padding-left: 15px;
        }

            .panel-body ul li:before {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                font-size: 2em;
                line-height: 0;
            }

.slc-top .btn {
    border: none;
    background: none;
    font-size: 12px;
    text-transform: uppercase;
    white-space: normal;
    text-align: left;
}

.slc-top .caret {
    background: url(../images/caret.png);
    width: 9px;
    height: 8px;
    border: none;
    margin-left: 5px;
}

.slc-top .dropdown-menu {
    border: none;
    background: #fff;
    background: rgba(255,255,255,0.9);
    padding: 0;
    margin: 0;
    min-width: 200px;
    right: auto;
    box-shadow: none;
    max-width: 200px;
}

    .slc-top .dropdown-menu > li > a {
        font-size: 0.75em;
        text-align: left;
        text-decoration: none;
        text-transform: uppercase;
        height: 34px;
        padding: 6px 15px;
        line-height: 18px;
    }

    .slc-top .dropdown-menu > li:first-child span {
        display: none;
    }

    .slc-top .dropdown-menu.country span {
        float: left;
        margin-right: 5px;
    }

.slc-top #btnProfile {
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    overflow: hidden;
    /*width: 120px;*/
}

    .slc-top #btnProfile .caret {
        background: url(../images/caret.png);
        width: 9px;
        height: 8px;
        border: none;
        /*position: absolute;
        top: 12px;
        right: 0;*/
    }

.slc-top .dropdown-menu > li > a {
    height: auto !important;
    white-space: normal;
    display: block;
}

.slc-top .btn-default:hover, .slc-top .btn-default:focus, .slc-top .btn-default:active, .slc-top .btn-default.active, .slc-top .open > .dropdown-toggle.btn-default {
    background: none;
    box-shadow: none;
}

.slc-top ul.dropdown-menu.country {
    margin-left: 13px;
}

h2.resp-accordion {
    color: #333;
    padding: 10px 0;
}

#esTab h2.resp-tab-active {
    background: none;
}

    #esTab h2.resp-tab-active span.resp-arrow {
        background-image: url(../images/icon-minus-2.png);
    }

#esTab .resp-arrow {
    background-image: url(../images/icon-plus-2.png);
}

#esTab h2.resp-accordion:first-child {
    border-top: none;
}

#esTab h2.resp-accordion {
    border-bottom: 2px solid #ed3023;
}

.bx-wrapper .bx-viewport {
    left: 0;
    box-shadow: none;
    border: none;
    margin-bottom: 20px;
    background: none;
}

.mainBanner .bx-wrapper .bx-viewport {
    border-bottom: 1px solid #cccccc;
    margin: 0;
}

.tooltip {
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    opacity: 1;
    background: #ededed;
    background: rgba(237,237,237,0.9);
    padding: 15px 0;
    display: none;
}

.customScroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .customScroll h6 {
        text-transform: uppercase;
        font-size: 1.125em;
        padding-bottom: 15px;
    }

.customScrollPopup {
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.msory-effect {
    display: none;
}
/*countryselector*/
.countryselector {
    margin: 0 0 20px;
    display: table;
    background: url(../images/bgd-sticky3.jpg) no-repeat;
    width: 100%;
    padding: 33px 0 39px;
}

    .countryselector h6 {
        margin-bottom: 0;
    }

        .countryselector h6 a:hover span {
            color: #ed3023;
        }

        .countryselector h6 span {
            text-transform: uppercase;
            display: inline-block;
            position: relative;
            font-size: 16pt;
            color: #fff;
            font-weight: bold;
            padding-bottom: 0;
        }

            .countryselector h6 span:before {
                content: '';
                position: absolute;
                bottom: 0;
                left: 0;
                width: 40px;
                height: 4px;
            }

    .countryselector .table-info + p a {
        display: inline-block;
        background: url(../images/icon-arrow2.png) right 3px no-repeat;
        color: #333;
        text-decoration: none; /* text-transform: uppercase; */
        padding: 5px 20px 5px 0;
        margin-bottom: 15px;
    }

        .countryselector .table-info + p a:hover {
            text-decoration: none;
        }

    .countryselector p {
        font-size: 17px;
        line-height: 22px;
        padding: 0;
        margin: 0;
        color: #fff;
    }

    .countryselector select {
        background: #efefef;
        border: medium none;
        border-radius: 0;
        font-size: 14px;
        padding: 15px;
        text-align: left;
        width: 100%;
    }
/*.btn-type-2 { display: inline-block; padding: 10px 25px; font-size: 1em; color: #fff; text-decoration: none; background: #6a747a; text-align: center; min-width: 100px; margin:10px 0; font-weight:bold;}*/

.customBtn1 {
    width: 100%;
    background: #fff;
    color: #969696;
}

.desc p {
    padding-top: 10px;
}

.social {
    padding: 0 15px;
    color: #fff;
    font-size: 0.875em;
    margin: 15px 0;
}

    .social span {
        vertical-align: top;
        padding: 10px 0 0 0;
        width: 100px;
        display: inline-block;
    }

    .social img {
        margin: 0 5px;
    }

.bx-viewport {
    border-bottom: none !important;
    /* margin-bottom:0 !important; mobile arrows WS*/
}

.btn-group1 {
    margin: 10px 0;
}

    .btn-group1 ul li a img {
        vertical-align: middle;
        padding: 0 5px 0 0;
    }

.btn-type-2:hover {
    background: #ac1e14;
    color: #fff;
}

.fck h5 {
    color: #68737A; /* #333333*/
    font-size: 20pt;
    font-weight: bold;
}

#fund-managers ul.slideraward li::before {
    content: normal !important;
}

#fund-managers ul.slideraward li {
    margin-bottom: 0 !important;
}

.panel-default h2 a {
    font-size: 1.5em;
    color: #ed3023 !important;
    font-weight: bold;
    outline: none;
    background: #ededed url("../images/icon-minus-2.png") no-repeat scroll 98% 15px;
}

    .panel-default h2 a.collapsed {
        background: #ededed url("../images/icon-plus-2.png") no-repeat scroll 98% 15px;
    }

.awardsub {
    padding-bottom: 0 !important;
}

.slideraward1 .bx-controls .bx-default-pager {
    display: none;
}

.awarddis {
    line-height: 25px;
    font-size: 14px;
    margin-top: 15px;
}

    .awarddis ul li {
        list-style-type: disc;
        margin-left: 10px;
    }

.details1 {
    background: none;
    margin: 0;
}

    .details1 h5 {
        padding-bottom: 0;
    }

    .details1 p {
        padding-top: 0;
    }

.blockoverview {
    margin-bottom: 0;
    margin-top: 13px;
}

.data-numberoverview {
    width: 95%;
    margin: 0 auto;
}

    .data-numberoverview li {
        background: none;
        border: 1px solid #ebebeb;
    }

.twoColsoverview {
    width: 95%;
    margin: 0 auto;
    border: 1px solid #ebebeb;
    border-top: none;
}

    .twoColsoverview li.orange {
        background: none;
        color: #000;
        border-right: 1px solid #ebebeb;
        padding: 10px;
    }

    .twoColsoverview li.blue {
        background: none;
        color: #000;
        padding: 10px;
    }

    .twoColsoverview li p:last-child {
        font-size: 1em;
    }

.pdfdownload {
    padding: 18px 0;
}

    .pdfdownload img {
        width: auto !important;
    }

    .pdfdownload span {
        font-size: 1em;
        vertical-align: top;
        color: #000;
        font-weight: bold;
        padding: 18px 0;
        display: inline-block;
    }

.perspectivesblock {
    background: #ededed;
    width: 100%;
    display: table;
}

    .perspectivesblock h2 {
        width: auto;
        float: left;
        color: #ed3023;
        font-size: 1.5em;
        font-weight: bold;
        line-height: 1.125em;
        margin-bottom: 0;
        padding: 15px;
        text-transform: uppercase;
    }

.filter {
    width: 70% !important;
    float: left !important;
    margin-left: 5% !important;
    line-height: 55px !important;
}

    .filter .btn {
        font-size: 15px;
    }

.preleft {
    display: block;
    float: left;
    width: 90%;
}

.preright {
    float: left;
    width: 10%;
}

#socialmediaicons {
    float: left;
    right: 31px;
    position: absolute;
    text-align: right;
    top: 9%;
    width: 84%;
    display: none;
    outline: none;
}

.pers-paging {
    float: right;
    text-align: right;
    padding: 0 15px;
    margin-bottom: 15px;
}

.preright img {
    width: auto !important;
    display: inline-block !important;
}

.perspectblock {
    position: relative;
}

.mediacentre {
    padding-top: 15px;
}

.mediadate {
    float: left;
    padding-top: 5px;
    text-align: left;
}

    .mediadate p {
        line-height: 28px;
    }

.csr {
    margin-top: 15px;
}

    .csr p {
        padding-top: 0;
    }

.crsblog {
    padding-top: 15px;
    display: table;
}

.coractive {
    color: #ef2b1f !important;
}

.shareBar .opening {
    bottom: 28px;
    display: inline-block;
    float: right;
    position: absolute;
    right: 14px;
}

.jopopening {
    position: relative;
}

.jobopenlist {
    width: 90%;
    float: left;
    display: block;
}

    .jobopenlist ul li {
        line-height: 25px;
    }

.impact h5 {
    color: #ed3023;
    font-size: 20pt;
    font-weight: bold;
    padding-bottom: 20px;
    margin: 0;
}

.block .thumb1 img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.top-buffer {
    margin-top: 20px;
}

.lf-buffer {
    padding: 0 15px;
}

.career h4 {
    font-size: 1.5em;
    padding-left: 15px;
}
/*custom jqueryui cale*/
/*fix for ios*/
.ui-datepicker .ui-datepicker-title select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none!important;
    appearance: none;
    background: url("../images/caret-3.png") 95% no-repeat #69747c;
}

.ui-datepicker table {
    margin: 0;
}

.ui-datepicker {
    padding: 0;
    background: #fff;
}

    .ui-datepicker .ui-datepicker-title .ui-datepicker-year {
        margin-left: 25px;
    }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 35%;
    }

    .ui-datepicker .ui-datepicker-header {
        border: none;
        background: #69747c;
        color: #fff;
        border-radius: 0;
    }

    .ui-datepicker .ui-datepicker-title {
        color: #fff;
    }

    .ui-datepicker .ui-state-hover {
        background: none;
        border: none;
    }

.ui-icon-circle-triangle-w {
    background-image: url("../images/caret-w.png") !important;
    background-position: 0 0;
    width: 31px;
    height: 31px;
    margin-left: -16px;
}

.ui-icon-circle-triangle-e {
    background-image: url("../images/caret-e.png") !important;
    background-position: 0 0;
    width: 31px;
    height: 31px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    top: 0;
    margin-top: 0;
    left: 0;
    margin-left: 0;
}

.ui-datepicker .ui-datepicker-title option {
    background: #69747c;
    border-top: 1px solid #dde1e4;
}

.ui-datepicker-calendar {
    background: #fff;
}

.ui-datepicker td {
    border: none;
    width: 42px;
    height: 42px;
}

    .ui-datepicker td span, .ui-datepicker td a {
        text-align: center;
    }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    color: #333;
    border: solid 1px #fff;
    background: #e3e3e3;
    padding: 9px 0;
}

.awardtext {
    font-size: 1.5em !important;
    font-weight: bold !important;
}

.thumb2 {
    width: 100%;
    min-height: 150px;
}

.seemore {
    clear: both;
    text-align: center;
    width: 100%;
    font-weight: bold;
    display: inline-block;
    margin-top: 30px;
}

.thumb2 img.center {
    /*width: 100%;*/
    display: block;
    margin: 0 auto;
}

.thumb2 h4 {
    width: 100%;
    display: block;
    color: #ed3023;
    vertical-align: bottom;
    font-weight: bold;
    text-align: center;
    min-height: 150px;
}

.prepb {
    padding-bottom: 30% !important;
}
/*WS 30%*/
.awardblock img {
    text-align: center;
    /* width: 100%; */
}

.awardblock h5 {
    font-size: 1.20em;
    line-height: 1.25em;
    padding-bottom: 4px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    min-height: 88px;
    display: block;
    overflow: hidden;
    max-height: 88px;
    text-overflow: ellipsis;
}

.awardblock p {
    line-height: 25px;
    /*font-size: 17px;
    margin-top: 15px;*/
    text-align: center;
    padding: 0;
    margin: 0;
}

.media h1 {
    color: #ed1b2e;
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.25em;
    padding-bottom: 0 !important;
    text-transform: uppercase;
}

.media h4 {
    color: #687178;
    font-size: 1.775em;
}

.media p {
    color: #455560;
    font-size: 0.915em;
    line-height: 1.4em !important;
    padding-top: 18px;
}

.mediabanner {
    border-bottom: 1px solid #cccccc;
}

.centerov h4 {
    font-size: 1.55em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 20px 0;
}

.impactmedia h5 {
    color: #333333;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
}

    .impactmedia h5 span {
        display: inline-block;
        position: relative;
        padding-bottom: 10px;
    }

        .impactmedia h5 span:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 35px;
            height: 2px;
            background: #ef2b1f;
        }

.impactmedia p {
    padding-bottom: 15px;
    color: #333;
    line-height: 1.4em;
    font-size: 1em;
}

.thumbmedia img {
    width: auto;
}

.list-detailmedia {
    width: 100%;
    overflow: hidden;
    margin: 40px 20px 20px;
}

    .list-detailmedia li {
        width: 100%;
        margin-bottom: 15px;
        overflow: hidden;
    }

        .list-detailmedia li img {
            float: left;
            padding-right: 10px;
            width: auto !important;
        }

        .list-detailmedia li a {
            color: #2f2f2f;
            display: table;
            line-height: 1.25em;
            text-decoration: none;
            vertical-align: middle;
            font-weight: bold;
        }

            .list-detailmedia li a span {
                display: table-cell;
                vertical-align: middle;
            }
/*.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year { width: 92px; background: #333;}*/

/*custom bxslider */
.bx-wrapper .bx-controls-direction a {
    top: auto;
    bottom: -21px;
    margin-top: 0;
}

.slider-navi {
    width: 100%;
    padding: 0 15px;
    position: absolute;
    margin-top: -27px;
    height: 0;
}

#slider-prev img {
    width: auto;
}

#slider-next {
    float: right;
}

    #slider-next img {
        width: auto;
    }

.slider-navi a:hover {
    cursor: pointer;
}

.bx-viewport.loading {
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
}

    .bx-viewport.loading:before {
        position: absolute;
        background: url("../images/loading.gif") center no-repeat;
        content: '';
        z-index: 9999;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
/*Fanesh*/

.block .detail {
    overflow: hidden;
    font-family: "Open Sans",sans-serif;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.25em;
    margin-top: 10px;
    font-style: italic;
    min-height: 140px; /*added by praveen on 05 jan 2017 for IE alignment issue*/
}

    .block .detail p {
        display: none;
    }

        .block .detail p:first-child {
            display: block;
            height: auto;
            /*max-height:150px;*/
            overflow: hidden;
        }

.details-col-2 .meet-our-nopb {
    margin: 10px 0;
}
/*22 july 2016*/
#tblAllfunds thead th {
    padding-left: 30px;
}

    #tblAllfunds thead th:nth-child(2) {
        padding-left: 17px;
    }

.tbldividends thead th {
    padding: 8px 0 0 37px;
}

    .tbldividends thead th:nth-child(2) {
        padding-left: 17px !important;
    }

.tbldividends tbody td:first-child {
    text-align: left !important;
    padding-left: 21px !important;
}

.tbldividends thead th {
    padding-left: 30px !important;
}

#tblWatchlist thead th:nth-child(2) {
    padding-left: 17px;
}

#tblWatchlist thead th:first-child {
    padding-left: 0;
}

#tblDividend td.tablesaw-cell-persist {
    text-align: left;
}

#tblWatchlist.tablesaw thead tr th:first-child {
    padding-top: 15px !important;
}

a.ascicon {
    width: 100%;
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
}

a.descicon {
    width: 100%;
    float: left;
    position: absolute;
    left: 0px;
    top: 23px;
}

a.ascicon:focus, a.ascicon:hover, a.ascicon:visited {
    background: none;
    outline: none;
    color: transparent;
}

a.descicon:focus, a.descicon:hover, a.descicon:visited {
    background: none;
    outline: none;
    color: transparent;
}
/* IE10+ CSS styles go here */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #tblAllfunds thead th {
        padding: 8px;
    }
}
/* responsive */
@media screen and (max-width: 1169px) {
    body {
        background: none;
    }

    .breadcrum {
        display: none;
    }

    .header {
        padding-top: 10px;
    }

    .block img {
        width: 100%;
    }

    .overview-fund .col-l {
        border-right: none;
    }

    .data-number li, .twoCols li {
        width: 50%;
    }

        .twoCols li:first-child, .twoCols li {
            padding: 40px 20px;
        }

            .twoCols li img {
                width: auto;
            }

    .nav {
        padding-top: 0;
        padding-left: 15px;
    }

        .nav .mainNav {
            margin-top: 0;
        }

    .header .logo {
        padding-left: 15px;
        float: left;
    }

    .search-top {
        float: none;
        display: block;
        width: 100%;
        text-align: right;
        margin-bottom: 10px;
    }

    .subscribe p {
        float: none;
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }

    .subscribe .subscribeFrm {
        float: none;
        width: 100%;
        text-align: center;
        padding: 0 5%;
    }

    .subscribeFrm input {
        display: inline-block;
        float: none;
    }

    .subscribeFrm a {
        margin-right: 0;
        width: auto;
    }

    .socialBar {
        padding: 20px 15px 0 15px;
    }

    .foot {
        /*padding: 30px 0 20px 0;*/
    }

        .foot ul {
            float: none;
            width: 100%;
            text-align: left;
            margin-bottom: 20px;
            padding-top: 20px; /* added by praveen for footer li items gap in tab view*/
        }

        .foot p {
            float: none;
            text-align: left;
        }

    .sticky-nav > li {
        padding: 0 20px;
    }

        .sticky-nav > li > a {
            font-size: 0.75em;
        }

    .where2buy.block h5 {
        height: auto !important;
    }

    .eastspringNews.block h5 {
        height: auto !important;
    }

    .meet-our-peoples.block h5 {
        height: auto !important;
    }

    .awards.block .desc {
        height: auto !important;
    }

    .where2buy.block .thumb {
        display: none;
    }

    .banner .caption {
        position: relative;
        width: 100%;
        padding: 15px;
        text-align: left;
    }

        .banner .caption .inner {
            position: relative;
            top: 0;
            transform: translate(0%, 0%);
            -webkit-transform: translate(0%, 0%);
        }

    /*     .banner .caption .inner h2 {
                font-size: 2.5em;
            }

    .mainBanner .bx-wrapper .bx-pager {
        bottom: -15px;
    }*/

    .details {
        margin: 30px 0;
    }

    .block > .row {
        margin: 0 -15px;
    }

    .table-info li p {
        width: 50%;
    }

    .tablesaw-bar {
        display: none; /* modofied by praveen for hiding in ipad. from block to none.*/
    }

    .downloadchart {
        position: relative;
        top: 0;
        float: right;
        padding: 0 15px;
        /*margin-bottom: 15px;
        margin-left: 15px;
       display: none;  MODIFIED ON 05JUKY 2016 for hiding issue*/
    }

    .tab-title.item-six li {
        width: 33.33%;
        border-top: 1px solid #fff;
    }

    .head-table .col-l {
        width: 100%;
        padding: 0px 15px 15px;
    }

        .head-table .col-l > ul li {
            width: 33%;
            margin-bottom: 15px;
        }

    .head-table {
        padding-bottom: 0;
    }

    .tab-content .wrapper-datatable {
        margin-top: 0;
    }

    .head-table .col-r {
        width: 40%;
    }

    .rating-info > div p {
        display: block;
    }

    .mainBanner .bx-wrapper .bx-viewport {
        border-bottom: none;
    }

    .countryselector {
        background-image: none;
    }

    .filter-bar .filter-group {
        margin-left: 0;
    }

    .filter-bar .btn-group {
        max-width: 25%;
    }

        .filter-bar .btn-group .dropdown-menu {
            border: none;
            background: #fff;
            background: rgba(255,255,255,0.9);
            padding: 0;
            margin: 0;
            min-width: 320px;
            box-shadow: none;
            margin-top: 5px;
        }

    .filter-bar span {
        width: 100%;
    }

    .filter-bar.filter-type-2 span {
        width: auto;
    }

    .filter-bar.filter-type-2 .btn-group {
        max-width: 40%;
    }

    .disclaimer {
        width: 95%;
    }

    .disclaimer {
        width: 85%;
        height: 80%;
        margin: auto;
        position: relative;
        background: #FFF;
        margin-top: 40px;
        padding: 20px;
        overflow: hidden;
    }

    .disBlock {
        height: 94%;
    }

    /*.nav-follow .mobile {
        display: block;
        margin-top: 30px;
        margin-left: 30px !important;
    }

    .sharegroup .mobile .showSlide {
        padding: 15px 0 20px 45px !important;
        margin-left: 35% !important;
        width: 60% !important;
    }*/
    #disclaimerHKE .disclaimer, #disclaimerInst .disclaimer {
        width: 95%;
        height: 80%;
        margin: auto;
        position: relative;
        background: #FFF;
        margin-top: 20px;
        padding: 8px;
        overflow: hidden;
    }

    #disclaimerHKC .disclaimer {
        width: 95%;
        height: 80%;
        margin: auto;
        position: relative;
        background: #FFF;
        margin-top: 20px;
        padding: 8px;
        overflow: hidden;
    }

    .table.style-3 {
        font-size: 14px;
    }

    .performance {
        padding: 20px 20px 20px 0px;
    }

    #tblFunDownloads .sorting_desc:first-child {
        text-align: left !important;
        padding-left: 18px !important;
        padding-top: 13px !important;
        background: url(../images/icon-order-down.png) no-repeat right 13px !important;
    }

    #tblFunDownloads .sorting_asc:first-child {
        text-align: left !important;
        padding-left: 18px !important;
        padding-top: 13px !important;
        background: url(../images/icon-order-up.png) no-repeat right 13px !important;
    }
}

@media screen and (max-width: 600px) {
    .filter-bar .btn-group {
        display: block;
        max-width: 100%;
        margin-right: 0;
    }
}

@media screen and (max-width: 479px) {
    /*portrait phone*/
    .fund-facts .twoCols .blue p span {
        width: 100%;
    }

    body, .block.awards .slider > li {
        font-size: 14px;
        list-style: none;
    }

    .wrapper-sticky .container {
        width: auto;
    }

    .subscribeFrm input {
        width: 100%;
        margin-bottom: 20px;
    }

    .subscribe {
        padding: 30px 0;
    }

    .data-number li, .twoCols li {
        width: 100%;
        font-size: 14px;
        padding: 20px 0 0 20px;
    }

        .data-number li:last-child {
            padding-bottom: 20px;
        }

        .twoCols li:first-child, .twoCols li {
            padding: 20px 15px;
            height: auto;
        }

            .twoCols li p {
                font-size: 1.25em;
                line-height: normal;
            }

    .header .logo {
        float: none;
    }

    .where2buy.block .thumb {
        padding-bottom: 15px;
    }

    .eastspringNews.block .thumb {
        padding-bottom: 15px;
    }

    .meet-our-people.block .thumb {
        padding-bottom: 15px;
    }

    .sticky-nav {
        display: none;
    }

    .select-m {
        display: block;
        text-align: center;
    }

    .wrapper-sticky, .wrapper-sticky.sticky {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
        z-index: 99;
    }

    .sticky-bar .dropdown-menu {
        top: auto;
        bottom: 100%;
    }

    .overview-fund .col-l {
        width: 100%;
        float: none;
        padding: 40px 15px 20px;
        border-bottom: 1px solid #ddd;
    }

    .btn-back {
        left: auto;
        right: 0;
    }

    .number-info li:first-child {
        width: 100%;
        margin-bottom: 15px;
    }

    .number-info li {
        width: 50%;
        margin-left: 0;
    }

        .number-info li p:first-child {
            font-size: 1em;
        }

    /*.banner .caption .inner h2 {
        font-size: 1.75em;
    }*/

    .overview-fund .col-r {
        width: 100%;
        float: none;
        border-left: none;
        padding: 0;
    }

    .small-tool {
        display: none;
    }

    .nav-follow {
        margin-bottom: 0;
        padding-bottom: 0;
        overflow: hidden;
    }

        .nav-follow p {
            float: left;
            width: 33.33%;
            border-right: 1px solid #cccccc;
            height: 110px;
        }

            .nav-follow p a {
                display: block;
                text-align: center;
                padding: 15px;
                font-size: 0.75em;
            }

                .nav-follow p a i {
                    float: none;
                    margin-left: 0;
                    height: 35px;
                    margin-right: 0;
                }

                .nav-follow p a span {
                    display: block;
                }

            .nav-follow p.mobile {
                display: block;
                border: none;
            }

    .overview-fund .col-r .download {
        display: none;
    }

    .short-desc {
        padding: 25px 15px 10px;
        margin-bottom: 20px;
    }

    .download.mobile {
        display: block;
        font-size: 14px;
        padding: 0 15px;
    }

        .download.mobile a {
            display: block;
            width: 100%;
            overflow: hidden;
        }

            .download.mobile a span.long {
                padding-top: 10px;
            }

    .panel-title > a, .panel-title > a.collapsed {
        padding: 15px;
        background-position: 95% 15px;
    }

    .overview-fund .col-l .btn-group {
        margin-bottom: 15px;
        margin-top: 5px;
        display: inline-block;
    }

    .overview-fund .col-l h3 span.mobile {
        display: none;
    }

    .overview-fund .col-l h3 {
        padding-bottom: 0;
    }

        .overview-fund .col-l h3 span:first-child {
            display: block;
        }

    .awards .col-md-12 {
        padding-bottom: 5px;
    }

    .block .bx-wrapper h5 {
        padding: 0 15px 15px;
    }

    .block.events-promotions h5 {
        padding-bottom: 15px;
    }

    .block .bx-wrapper p {
        padding: 0 15px 15px;
    }

    .contact.block .row, .related-fund.block .row, .where2buy.block .row {
        margin: 0;
    }

    h2.resp-accordion {
        padding: 10px 15px;
    }

    .resp-tab-content {
        padding: 10px 15px;
    }

    .icon-sub {
        background-position: 0 -165px;
        background-size: 250px 300px;
        width: 60px;
        height: 34px;
    }

    .icon-eyeplus {
        /*background-position: -90px -165px;*/
        /*background-size: 250px 300px;*/
        width: 47px;
        height: 34px;
    }

    .icon-share {
        background-position: -165px -165px;
        background-size: 250px 300px;
        width: 30px;
        height: 34px;
    }

    .block .slider .deactive, .block.awards .slider .deactive {
        display: block;
    }

    .details .col-l, .details .col-r {
        width: 100%;
        padding: 0 15px;
    }

    .popup {
        padding: 15px 0;
    }

    .customScrollPopup {
        height: 400px;
    }

    .video-js {
        width: 300px !important;
    }

    .table-info li p {
        width: 100%;
        padding-bottom: 5px;
    }

    .table-info li span.first {
        padding-left: 0;
    }

        .table-info li span.first:before {
            display: none;
        }

    .twoCols li p span:first-child {
        min-width: 0;
        /*margin-right: 15px;*/
        margin-right: 16%;
    }

    .twoCols li p span {
        margin-right: 5px;
    }

    .datepicker, .list-time {
        /*width: 100%;
        text-align: center;*/ /* float: none; */
        text-align: left;
        width: auto;
    }

    .list-time {
        margin-bottom: 10px; /* float: left; */ /* width: 100%; */ /* overflow: hidden; */
        text-align: left;
    }

        .list-time li {
            display: inline-block;
            float: none;
            margin-right: 10px;
        }

    .datepicker span {
        display: block;
        width: 100%;
        margin: 5px 0;
    }

    .list-table li {
        width: 100%;
    }

    .tab-title.item-six li {
        width: 50%;
    }

    .search-bar span {
        width: 100%;
        line-height: 1em;
        padding-bottom: 15px;
    }

    .search-bar > div {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

        .search-bar > div input {
            width: 100%;
            margin-right: 0;
        }

        .search-bar > div a {
            display: none;
        }

    .head-table .col-l {
        width: 100%;
    }

        .head-table .col-l > ul li {
            width: 100%;
            margin-bottom: 15px;
        }

    .head-table {
        padding-bottom: 0;
    }

    .tab-content .wrapper-datatable {
        margin-top: 0;
    }

    .head-table .col-r {
        width: 100%;
    }

        .head-table .col-r h5 {
            padding-bottom: 15px;
        }

    .head-table .col-l .btn-group {
        display: block;
        margin-bottom: 25px;
    }

    .head-table .col-l > ul {
        display: none;
    }

    .rating-info > div {
        width: 100%;
    }

    .table-info li.title {
        display: none;
    }

    .search-top input {
        max-width: 188px;
    }

    .block ul.list-links li {
        width: 50%;
    }

    .countryselector {
        background-image: none;
    }

    /*.filter-bar .filter-group { margin-left: 110px; display: inline;}*/
    .filter-bar .btn-group {
        display: block;
        max-width: 100%;
        /*padding-top: 25px;*/
        padding-top: 0px; /*venkat added on 25Jan2016*/
    }
    /* added on 25Jan2016 by venkat*/
    /*#table-2129.tablesaw-swipe .tablesaw-cell-persist:nth-child(2) {
        width: 120px !important;
    }*/

    .filter-bar .filter-group .btn-explore {
        width: 100%;
        text-align: center;
    }

    .filter-bar.filter-type-2 .btn-group {
        max-width: 100%;
    }

    .block.awards .slider.list-type-2 > li {
        width: 100%;
    }

    .details-col-2 {
        overflow: hidden;
        margin: 0;
    }

    /* add lily*/

    .award-page .filter-bar .btn-group {
        padding-top: 0px;
    }

    .filter-bar span.explain {
        display: inline-block;
        margin-top: 10px;
    }

    /* end add lily*/
}

@media screen and (min-width:480px) and (max-width:767px) {
    /*landscape phone*/
    body, .block.awards .slider > li {
        font-size: 15px;
    }

    .block.awards .slider.list-type-2 > li {
        width: 50%;
    }

    .header .logo {
        padding-left: 15px;
        float: none;
    }

    .wrapper-sticky .container {
        width: auto;
    }

    .where2buy.block .thumb {
        padding-bottom: 15px;
    }

    .eastspringNews.block .thumb {
        padding-bottom: 15px;
    }

    .meet-our-people.block .thumb {
        padding-bottom: 15px;
    }

    .data-number li, .twoCols li {
        width: 100%;
        font-size: 14px;
    }

        .twoCols li:first-child, .twoCols li {
            padding: 20px 20px;
            height: auto;
        }

    .overview-fund .col-l {
        width: 100%;
        float: none;
        padding: 60px 30px 30px;
        border-bottom: 1px solid #ddd;
    }

    .overview-fund .col-r {
        width: 100%;
        float: none;
        border-left: none;
        padding: 30px;
    }

    .number-info li {
        margin-left: 40px;
    }
    /*.btn-back { right: 0; left: auto;}*/
    .sticky-nav {
        display: none;
    }

    .select-m {
        display: block;
        text-align: center;
    }

    .wrapper-sticky, .wrapper-sticky.sticky {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        position: fixed;
        z-index: 99;
    }

    .sticky-bar .dropdown-menu {
        top: auto;
        bottom: 100%;
    }

    .banner .caption .inner h2 {
        font-size: 2em;
    }

    .block .bx-wrapper h5 {
        padding: 0 15px 15px;
    }

    .block.events-promotions h5 {
        padding-bottom: 15px;
    }

    .block .bx-wrapper p {
        padding: 0 15px 15px;
    }

    .awards .col-md-12 {
        padding-bottom: 5px;
    }

    .contact.block .row, .related-fund.block .row, .where2buy.block .row, .eastspringNews.block .row, .meet-our-people.block .row {
        margin: 0;
    }

    h2.resp-accordion, .resp-tab-content {
        padding: 10px 15px;
    }

    .overview-fund .col-l .btn-group {
        margin-bottom: 15px;
        margin-top: 5px;
        display: inline-block;
    }

    .overview-fund .col-l h3 span.mobile {
        display: none;
    }

    .overview-fund .col-l h3 {
        padding-bottom: 0;
    }

        .overview-fund .col-l h3 span:first-child {
            display: block;
        }

    .short-desc {
        padding: 25px 25px 0;
    }

    .block .slider .deactive, .block.awards .slider .deactive {
        display: block;
    }

    .details .col-l, .details .col-r {
        width: 100%;
        padding: 0 15px;
    }

        .details .col-r p:first-child img {
            width: auto;
        }

        .details .col-r p:first-child {
            text-align: center;
        }

    .video-js {
        width: 440px !important;
    }

    .where2buy .col-md-3 {
        width: 50%;
        float: left;
    }

    .eastspringNews .col-md-3 {
        width: 100%;
        float: left;
    }

    .meet-our-people .col-md-3 {
        width: 100%;
        float: left;
    }

    .table-info li p {
        width: 100%;
        padding-bottom: 5px;
    }

    .table-info li span.first {
        padding-left: 0;
    }

        .table-info li span.first:before {
            display: none;
        }

    .list-table li, .tab-title.item-six li {
        width: 50%;
    }

    .search-bar span {
        width: 100%;
        line-height: 1em;
        padding-bottom: 15px;
    }

    .search-bar > div {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

        .search-bar > div input {
            width: 100%;
            margin-right: 0;
        }

        .search-bar > div a {
            display: none;
        }

    .head-table .col-l {
        width: 100%;
    }

        .head-table .col-l > ul li {
            width: 50%;
            margin-bottom: 15px;
        }

    .head-table {
        padding-bottom: 0;
    }

    .tab-content .wrapper-datatable {
        margin-top: 0;
    }

    .head-table .col-r {
        width: 100%;
    }

        .head-table .col-r h5 {
            padding-bottom: 15px;
        }

    .head-table .col-l .btn-group {
        display: block;
        margin-bottom: 25px;
    }

    .head-table .col-l > ul {
        display: none;
    }

    .table-info li.title {
        display: none;
    }

    .btn-group1 {
        padding: 10px 0;
    }

    .countryselector {
        background-image: none;
    }

    .filter {
        float: left !important;
        line-height: 55px !important;
        margin-left: 5% !important;
        padding: 10px 0 0 !important;
        width: 50% !important;
    }

    .btn-groupfilter {
        width: 50% !important;
    }

    .block ul.list-links li {
        width: 50%;
    }

    .iframedata {
        width: 440px !important;
        height: 250px !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .home-block .md-st {
        height: 234px;
        margin-left: -130px;
    }

    /*portrait tablet*/
    .where2buy.block .thumb {
        padding-bottom: 15px;
    }

    .eastspringNews.block .thumb {
        padding-bottom: 15px;
    }

    .meet-our-people.block .thumb {
        padding-bottom: 15px;
    }

    .overview-fund .col-l {
        width: 100%;
        float: none;
        padding: 60px 30px 30px;
        border-bottom: 1px solid #ddd;
    }

    .overview-fund .col-r {
        width: 100%;
        float: none;
        border-left: none;
        padding: 30px;
    }
    /*.btn-back { right: 0; left: auto;}*/
    .block.awards .slider > li {
        width: 50%;
        float: left;
    }

    .awards .col-sm-6 {
        width: 100%;
    }

    .maps .col-sm-6 {
        width: 50%;
    }

    .sticky-bar {
        padding: 10px 15px;
    }

    .sticky-nav > li {
        padding: 0 7px;
        font-size: 12px;
    }

        .sticky-nav > li.last {
            width: auto;
        }

    .sticky-nav .customBtn.btn {
        min-width: 165px;
    }

    .details .col-l {
        width: 100%;
    }

    .twoCols li {
        width: 100%;
    }

    .hidden-semi-md {
        display: none !important;
    }

    .visible-semi-md {
        display: block !important;
    }

    .btn-group1 {
        padding: 10px 0;
    }

    #socialmediaicons {
        right: 33px;
    }

    .breadcrum {
        padding-left: 15px;
    }

    .hm-share {
        margin-left: 240px;
    }

    #disclaimerHKE .disclaimer h4::after, #disclaimerInst .disclaimer h4::after {
        top: 49px;
        left: 30px;
    }

    #disclaimerHKC .disclaimer h4::after {
        top: 49px;
        left: 30px;
    }

    .foucsfunds .overview-values .values-item_out {
        height: auto;
        margin: 0 !important;
        width: 100%;
        padding: 0;
    }

    .foucsfunds .overview-values .values-item img {
        margin: 8% 0 0 13%;
    }

    .foucsfunds .values-item img {
        width: 100%;
        /* max-width: none;
   width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
    }

    .foucsfunds .values-item:hover img {
        opacity: 1;
        /*width: 100%;*/
        -webkit-transform: none;
        transform: none;
    }

    .foucsfunds .values-item h3 {
        position: relative;
        padding-bottom: 8px;
        font-weight: bold;
        font-size: 21px;
        overflow: hidden;
    }

        .foucsfunds .values-item h3::after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 35px;
            height: 3px;
            background: #fff;
            content: '';
            -webkit-transition: -none;
            transition: none;
            -webkit-transform: none;
            transform: none;
        }

    .foucsfunds .values-item:hover h3::after {
        -webkit-transform: none;
        transform: none;
    }

    .foucsfunds .values-item p {
        padding: 15px 0;
        font-size: 12px;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none;
        line-height: 1.5em;
    }

    .foucsfunds .values-item:hover p {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    .foucsfunds .bx-wrapper .values-item p {
        font-size: 15px !important;
        width: 86%;
    }

    .foucsfunds .overview-values .values-item:hover {
        background: none;
        opacity: 1;
    }

    .foucsfunds .overview-values .values-item div {
        color: #000;
    }

        .foucsfunds .overview-values .values-item div:hover {
            color: #000;
        }
}

@media screen and (min-width:992px) and (max-width:1200px) {
    .sticky-nav > li > a {
        font-size: 0.75em;
    }

    .sticky-nav > li {
        padding: 0 14px;
    }

    .countryselector {
        background-image: none;
        background: #cb2229;
    }
}

@media screen and (min-width:1170px) and (max-width:1200px) {
    .banner .caption {
        width: 50%;
        padding: 15px;
    }

        .banner .caption h1 {
            font-size: 1.5em;
            padding-bottom: 10px;
        }

    .countryselector {
        background-image: none;
    }

    .mobile-line {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .cninvsttext {
        float: inherit;
        color: #333333;
        text-decoration: none;
        font-size: 13px;
        padding-top: 17px;
        text-align: left;
        display: table;
    }

    .distRec {
        display: none;
    }

    #fund-managers .bx-wrapper:nth-child(2) {
        display: none;
    }

    .block.awards .slider.list-type-2 > li {
        height: auto !important;
    }

    .header {
        margin-bottom: 10px;
    }

        .header.active {
            margin-bottom: 0;
        }

    .m-icons {
        display: block;
    }

    .head-options {
        display: none;
    }
    /*.head-options.mobile { display: block;}*/
    .nav {
        display: none;
    }

    .nav-tabs.nav {
        display: block;
    }

    .header.active {
        height: auto;
    }

    .head-options .slc-top {
        padding: 10px 0 0 0;
    }

        .head-options .slc-top .dropdown-menu {
            margin: 0;
            z-index: 99999;
        }

        .head-options .slc-top .btn-group:last-child .dropdown-menu {
            left: auto;
            right: -20px;
        }

            .head-options .slc-top .btn-group:last-child .dropdown-menu > li > a {
                text-align: center;
            }

    .mobile-line {
        width: 100%;
        height: 1px;
        background-color: #ed1b2e;
        clear: both;
        display: block;
        margin-bottom: -2px;
        position: relative;
        top: 1px;
    }

    .search-top {
        float: left;
        text-align: left;
        margin-top: 10px;
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
        border-top: 1px solid #ed1b2e;
    }

        .search-top a {
            float: left;
            margin-left: 0;
        }

            .search-top a span {
                display: inline-block;
                margin-left: 5px;
                font-size: 0.75em;
            }

            .search-top a .icon-look {
                margin-left: 0;
            }

    .icon-search {
        margin-left: 15px;
    }

    /* .search-top input {
        float: left;
    }*/

    .header.active .head-options.mobile {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        /*padding: 0 15px;*/
    }

    .header.active .nav {
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        padding: 0 15px;
    }

    .nav-top {
        width: 100%;
        /*float: left;
        text-align: left;*/
        margin-top: 0;
        margin-bottom: -4px;
        padding-bottom: 0;
        border-bottom: none;
        /*border-right: 1px solid #ed1b2e;*/
    }

        .nav-top li {
            width: 50%;
            /*margin-left: 0;
            margin-bottom: 16px;*/
            /*margin: 0 0 15px 0; commented by praveen as on 16Jun2016*/
            margin: 10px 0 0 0;
            text-align: left;
        }

            /*.nav-top li:last-child {
                margin-bottom: 0;
            }*/
            .nav-top li:nth-child(2) {
                width: 50%; /* 34% modified by deepthi as on 13May2016*/
                border-left: 1px solid #ddd;
                border-right: none; /* modified by deepthi as on 23June2016 for extra pipe symbol.*/
            }

            .nav-top li a {
                font-size: 0.875em;
                display: inline-block;
                padding: 6px;
            }

    .nav .mainNav > li {
        float: none;
        width: 100% !important;
        text-align: left !important;
        padding: 0;
    }

        .nav .mainNav > li > a {
            margin-left: 0;
            padding-left: 0;
        }

            .nav .mainNav > li > a:before {
                display: none;
            }

    .slc-top {
        float: left;
        width: 100%;
        text-align: left;
        padding: 10px 0 0 0;
        margin: 0 -15px;
    }

        .slc-top .btn-group {
            display: inline-block;
            margin: 10px 0;
            float: left;
            /*margin-left: -15px;*/
            width: 50%; /*chnaged by praveen due to 360 screen width.*/
        }

            .slc-top .btn-group .btn {
                padding: 0 0 0 17px;
            }

    .tablesaw-bar {
        display: block;
    }

    .nav .mainNav {
        width: 100%;
        overflow: hidden;
        margin-top: 10px;
        margin-bottom: 30px;
    }

        .nav .mainNav li a {
            display: block;
            padding: 10px 10% 10px 15px;
            color: #fff;
            background: #ed1b2e;
            font-weight: normal;
        }

        .nav .mainNav li {
            border-top: 1px solid #dbe0e3;
        }

            .nav .mainNav li:first-child {
                border-top: none;
            }

        .nav .mainNav > li > a.hasSub {
            background: #ed1b2e url(../images/icon-arrow-3.png) 96% 10px no-repeat;
        }

    .submenu .intro {
        display: none;
    }

    .submenu .level-1, .level-2 {
        display: block;
    }

    .mainNav > li.active > a {
        text-shadow: 0.5px 0 #fff;
    }

    .mainNav > li.active .submenu {
        display: block;
        position: relative;
    }

    .nav .mainNav .submenu .level-1 li:first-child, .nav .mainNav .submenu .level-2 > li:first-child {
        border-top: 1px solid #b5babd;
    }

    .nav .mainNav .submenu .level-1 li a {
        background: #6a747b;
    }

    .mainNav > li > a {
        margin-right: 0px;
    }

    .nav .mainNav .submenu .level-1 li a.hasSub {
        background: #6a747b url(../images/icon-arrow-3.png) 96% 8px no-repeat;
    }

    .mainNav.active > li > a, .mainNav.active .level-1 li {
        display: none;
    }

        .mainNav.active .level-1 li.active {
            display: block;
        }

    .mainNav.active .submenu .level-1 li.active a {
        background: #ed1b2e url(../images/icon-arrow.png) 15px 10px no-repeat;
        font-size: 1em;
        padding-left: 35px;
    }

    .level-2, .nav .mainNav .level-2 a {
        background: #6a747b;
    }

    .search-top .wrap {
        /*float: left;*/
        position: relative;
        width: 100%;
        display: block;
        overflow: inherit;
    }

        .search-top .wrap a {
            float: none;
            position: absolute;
            width: 45px;
            height: 45px;
            background-color: #fff;
            right: 19%;
        }

            .search-top .wrap a:last-child {
                display: block !important;
                right: 0 !important;
            }

    .search-top input {
        float: left;
        background: #ccc;
        color: #fff;
        border: none;
        display: block;
        max-width: 81%;
        width: 100%;
        padding-right: 45px;
        margin-left: 0;
    }

    .feature {
        display: block;
    }

        .feature .thumb, .feature .desc {
            width: 100%;
            display: block;
        }

            .feature .thumb img {
                width: 100%;
            }

    .countryselector {
        margin: 25px 0 20px;
        background-image: none;
        background: #cb2229;
    }

    .sub-content {
        position: relative;
        height: auto;
        padding: 0;
    }

    .sub-sub-content {
        position: relative;
        width: 100%;
    }

    .socialBar {
        text-align: center;
    }

        .socialBar .wrap {
            float: none;
        }

    .left_arrow_slider {
        background: url(../images/left-arrow.png) center center no-repeat;
        width: 16px;
        height: 26px;
        display: block;
        float: left;
    }

    .right_arrow_slider {
        background: url(../images/right-arrow.png) center center no-repeat;
        width: 16px;
        height: 26px;
        display: block;
        float: right;
    }
}

@media screen and (max-width:320px) {
    .btn-group1 {
        padding: 10px 0;
    }

    .countryselector {
        margin: 25px 0 20px;
        background-image: none;
        background: #cb2229;
    }

    /*.slc-top .btn-group {
        width: 50%;
    }*/

    .block .allperspective .slider > li {
        width: 100%;
    }
    /*.sharegroup.showSlide {
        padding:15px 0 20px 75px;
    }*/
    .foucsfunds .values-item h3 {
        font-size: 14px !important;
    }

    .foucsfunds .overview-values .values-item div {
        padding: 10px !important;
    }

    .foucsfunds .values-item p {
        font-size: 12px !important;
        width: 83%;
    }

    .disclaimer {
        margin-top: 15px !important;
        height: 95% !important;
    }

    #disclaimerHKE .disclaimer h4::after, #disclaimerInst .disclaimer h4::after {
        top: 58px;
        left: 20px;
    }

    #disclaimerHKC .disclaimer h4::after {
        top: 58px;
        left: 20px;
    }

    .facts li {
        height: auto;
    }

    .small-toolN {
        display: block;
        top: 31px;
    }

    .mobileprint {
        display: none !important;
    }

    .small-toolN .sharegroupN {
        margin-right: -75px;
    }
}

@media screen and (max-width:360px) {
    .customScrollPopup {
        max-height: 346px !important;
    }

    .btn-group1 {
        padding: 10px 0;
    }

    .countryselector {
        margin: 25px 0 20px;
        background-image: none;
        background: #cb2229;
    }

    .filter {
        margin-left: 0 !important;
        padding-left: 0;
    }

    .btn-groupfilter {
        width: 45% !important;
    }

    .block .allperspective .slider > li {
        width: 100%;
    }

    .foucsfunds .overview-values .values-item_out {
        margin: 0 !important;
    }

    .foucsfunds .values-item p {
        font-size: 12px !important;
        width: 83%;
    }

    .disclaimer .Hkdisc {
        height: 55% !important;
    }

    #disclaimerHKE .disclaimer h4::after, #disclaimerInst .disclaimer h4::after {
        top: 41px !important;
        left: 18px !important;
    }

    #disclaimerHKC .disclaimer h4::after {
        top: 41px !important;
        left: 18px !important;
    }

    .contentscroll {
        height: 45% !important;
    }

    .facts li {
        height: auto;
    }
}

@media screen and (max-width:480px) {
    .slc-top {
        width: auto;
        float: none;
    }

        .slc-top .btn-group {
            width: 50%;
            float: left;
            display: block;
            min-width: 130px;
            padding: 10px 0 0 15px;
        }

    #socialmediaicons {
        right: 45px !important;
    }

    .breadcrum {
        display: none !important;
    }

    .banner .caption p.style-2 {
        display: block;
        overflow: hidden;
        height: 54px;
    }

    div#MainContent_C001 {
        min-height: 190px;
    }

    #myModalDisclaimer .modal-body {
        max-height: 267px;
    }

    .block .allperspective .slider > li {
        width: 100%;
    }

    .disclaimer .Hkdisc {
        height: 55% !important;
    }

    .disclamierbg {
        padding: 8px 8px;
    }

    .discscr {
        height: 20%;
        padding: 15px;
        line-height: 0;
    }

    #disclaimerHKE .disclaimer h4::after, #disclaimerInst .disclaimer h4::after {
        top: 46px;
        left: 29px;
    }

    #disclaimerHKC .disclaimer h4::after {
        top: 46px;
        left: 29px;
    }

    .facts li {
        height: auto;
    }
}

@media screen and (max-width:640px) {
    #socialmediaicons {
        right: 70px !important;
    }

    .fund-facts ul.list-detail li .infodate-c {
        width: 100%;
        text-align: left;
        margin: 8px 0 0 0;
    }

    span.infodate {
        float: none;
        text-align: left;
        width: 100%;
        margin-right: 0 !important;
    }

    .foucsfunds .overview-values .values-item_out {
        margin: 0 !important;
    }

    .disclaimer {
        height: 100%;
        margin-top: 4px;
    }

        /*.disBlock {
        height: 83% !important;
    }*/

        .disclaimer span {
            margin-top: 0 !important;
        }

    #disclaimerHKE .disclaimer, #disclaimerInst .disclaimer {
        height: 95%;
        margin: 10px auto auto;
    }

    #disclaimerHKC .disclaimer {
        height: 95%;
        margin: 10px auto auto;
    }

    .disclaimer span {
        padding-bottom: 18px;
    }

    #disclaimerHKE .disclaimer h4::after, #disclaimerInst .disclaimer h4::after {
        top: 46px;
        left: 30px;
    }

    #disclaimerHKC .disclaimer h4::after {
        top: 46px;
        left: 30px;
    }
}

@media screen and (max-width:1024px) {
    .countryselector {
        margin-top: 25px !important;
    }

    .btn-type-2 {
        padding: 10px 15px;
    }

    .customBtn1 {
        min-width: 200px !important;
    }

    /*element.style {
        display: block;
        visibility: visible;
    }*/

    *::before, *::after {
        box-sizing: border-box;
    }

    *::before, *::after {
        box-sizing: border-box;
    }

    #socialmediaicons {
        right: 35px;
    }

    .foucsfunds .overview-values .values-item_out {
        margin: 0 0% 1% 1%;
        background-size: 100% auto !important;
        background-repeat: no-repeat !important;
    }

    .foucsfunds .overview-values .values-item img {
        margin: 7% 0 0 15%; /*modified on 16Jun2016 for centre alignment*/
        width: 70%;
        height: auto;
    }

    .foucsfunds .values-item img {
        width: 100%;
        /* max-width: none;
   width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
    }

    .foucsfunds .values-item:hover img {
        opacity: 1;
        /*width: 100%;*/
        -webkit-transform: none;
        transform: none;
    }

    .foucsfunds .values-item h3 {
        position: relative;
        padding-bottom: 8px;
        font-weight: bold;
        font-size: 21px;
        overflow: hidden;
    }

        .foucsfunds .values-item h3::after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 35px;
            height: 3px;
            background: #ed3023;
            content: '';
            -webkit-transition: -none;
            transition: none;
            -webkit-transform: none;
            transform: none;
        }

    .foucsfunds .values-item:hover h3::after {
        -webkit-transform: none;
        transform: none;
    }

    .foucsfunds .values-item p {
        padding: 15px 0;
        font-size: 15px;
        opacity: 1;
        -webkit-transition: none;
        transition: none;
        -webkit-transform: none;
        transform: none;
        line-height: 1.5em;
        width: 89%;
    }

    .foucsfunds .values-item:hover p {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    .foucsfunds .overview-values .values-item:hover {
        background: none;
        opacity: 1;
    }

    .foucsfunds .overview-values .values-item div {
        color: #000;
    }

        .foucsfunds .overview-values .values-item div:hover {
            color: #000;
        }

    .home-group-nav {
        padding: 10px 0 60px !important;
    }

    .home-block h2 {
        padding: 15px 15px 15px !important;
    }
}

/*============================changes done be ramesh=================================*/
#myModalDisclaimer {
    opacity: 1 !important;
    margin: 30px auto;
    text-align: left;
    line-height: 22px;
    font-size: 14px;
}

    #myModalDisclaimer .modal-dialog {
        transform: translate3d(0,0,0);
    }

    #myModalDisclaimer .modal-body {
        max-height: 370px;
        overflow: auto;
    }

.impact-new h4, .meet-our-people h4 {
    font-size: 1.25em;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 20px;
}

    .impact-new h4 span, .meet-our-people h4 span {
        display: inline-block;
        position: relative;
        padding-bottom: 10px;
    }

        .impact-new h4 span:before, .meet-our-people h4 span:before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            display: block;
            width: 35px;
            height: 2px;
            background: #ef2b1f;
        }

.meet-our-people h4 {
    margin-left: 15px;
}

/* changes from faneesh on 02Nov2015 */

.awards-tmb-c {
    display: table;
    width: 100%;
}

    .awards-tmb-c .thumb2 {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        clear: both;
        height: 150px;
    }

        .awards-tmb-c .thumb2 h4 {
            vertical-align: middle;
            display: table-cell;
            text-align: center;
            width: 63%;
        }

/*.awards-remain-tags h5 {
    text-align: left;
}

.awards-remain-tags p {
    text-align: left;
}

.awards.block .desc {
    text-align: left;
}*/

.awards.block ul li {
    text-align: center;
    font-size: 16px;
    padding: 0px;
}

.deactive {
    display: none;
}

#accordion .panel-default .panel-collapse .panel-body {
    padding: 10px 0;
}

#accordion .panel-default .panel-collapse .col-lg-12, #accordion .panel-default .panel-collapse .col-md-12 {
    padding: 0;
}

.block.meet-our-people .bx-wrapper .bx-viewport ul.slider li .open-more {
    display: block;
    height: 530px;
    min-height: 530px !important;
    overflow: auto;
}

.backbutton {
    background: #CF3B3B;
    padding: 5px 10px 5px 15px;
    /* margin: 0 5px 0 0; */
    width: auto;
    outline: none;
    color: #fff;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    float: right;
}

    .backbutton.mrbtn {
        background: #ed1b2d;
        color: #fff;
        width: 64px;
    }

        .backbutton.mrbtn:hover {
            font-weight: bold;
        }

.scroll-pane .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.scroll-pane .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
    opacity: 1;
}

/* Custome scroll pane*/
.scroll-pane .mCSB_scrollTools .mCSB_draggerRail,
.scroll-pane .mCS-dark > .mCSB_scrollTools .mCSB_draggerRail,
.scroll-pane .mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.scroll-pane .mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.scroll-pane .mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.scroll-pane .mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail,
.scroll-pane .mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.scroll-pane .mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail,
.scroll-pane .mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.scroll-pane .mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail,
.scroll-pane .mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail,
.scroll-pane .mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.scroll-pane .mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.scroll-pane .mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail,
.scroll-pane .mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.scroll-pane .mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.scroll-pane .mCSB_scrollTools .mCSB_draggerRail,
.scroll-pane .mCS-dark.mCSB_scrollTools .mCSB_draggerRail,
.scroll-pane .mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.scroll-pane .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
    background: none;
}

.scroll-pane .mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    background-color: #ededed;
}

.scroll-pane .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger,
.scroll-pane .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.scroll-pane .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.scroll-pane .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft,
.scroll-pane .mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
    background: #68737a;
}

    .scroll-pane .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft:before,
    .scroll-pane .mCS-dark.mCSB_scrollTools .mCSB_buttonRight:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -4px;
        margin-top: -4px;
        display: block;
        width: 8px;
        height: 9px;
    }

    .scroll-pane .mCS-dark.mCSB_scrollTools .mCSB_buttonLeft:before {
        background: url(../images/icon-arrow.png) 0 50% no-repeat;
    }

    .scroll-pane .mCS-dark.mCSB_scrollTools .mCSB_buttonRight:before {
        background: url(../images/icon-arrow-3.png) 100% 50% no-repeat;
    }

.scroll-pane .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
    float: right;
}

/* Disclaimer popup	*/
/*.fancybox-overlay {
    background: rgba(0, 0, 0, 0) url("../images/fancybox_overlay.png") repeat scroll 0 0 !important;
    display: block;
    height: 100% !important;
    left: 0 !important;
    position: fixed !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
}

.fancybox-wrap {
    background: #fff none repeat scroll 0 0 !important;
    font-size: 0.9em !important;
    height: auto !important;
    margin: 50px auto auto !important;
    overflow: hidden !important;
    padding: 10px !important;
    position: relative !important;
    width: 93% !important;
    left: inherit !important;
    max-width: 800px !important;
}

.fancybox-inner {
    width: auto !important;
    height: 382px !important;
}

.fancybox-skin {
    padding: 0 !important;
}

.mCSB_container {
    padding: 0 !important;
}*/

.fancybox-item.seemore {
    margin-top: 0;
}

.customScrollPopup {
    min-height: 363px !important;
}

.mCSB_inside > .mCSB_container {
    margin-right: 8px !important;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 640px) and (orientation : landscape) {
    .mCustomScrollBox {
        padding-bottom: 50px;
    }

    .fancybox-inner {
        height: 320px !important;
    }

    .fancybox-wrap {
        margin: 10px auto auto !important;
    }

    .overview-slider .bx-item {
        height: auto !important;
    }

    .foucsfunds .overview-values .values-item {
        height: auto !important;
    }

    .contentscroll {
        max-height: 50%;
    }

    #disclaimerHKE .disclaimer h4::after, #disclaimerInst .disclaimer h4::after {
        left: 17px !important;
        top: 45px !important;
    }

    #disclaimerHKC .disclaimer h4::after {
        left: 17px !important;
        top: 45px !important;
    }

    .facts li {
        height: auto;
    }
}

#accordion .panel-body p {
    margin-left: 6px;
    line-height: 1.5em;
    font-size: 14px;
}

#accordion #headingOne h5 a {
    margin-left: 1px;
}

.fund-facts ul.list-detail {
    background-color: #ebebeb;
    margin: 0;
    padding: 20px 20px 0px;
    width: auto;
    float: left;
}

span.infodate {
    float: right;
    margin: 12px 45px 0 0;
}

.fund-facts ul.list-detail {
    width: 100%;
}

    .fund-facts ul.list-detail li a {
        float: left;
    }

    .fund-facts ul.list-detail li .infodate-c {
        float: right;
        display: block;
        font-size: 12px;
    }

/*.mCustomScrollBox {*/
/*max-height: inherit !important;*/
/*}*/

/*.allperspective ul.slider.list-type-2 li {
	height:auto !important;
	padding-bottom: 5px;
}
.allperspective ul.slider.list-type-2 li .col-md-12 {
	padding-bottom:0;
}
.allperspective ul.slider.list-type-2 li h5 {
	padding-bottom:0;
	height:auto !important;
}
.allperspective ul.slider.list-type-2 li h5.prepb {
	padding-bottom:2% !important;
}
.allperspective ul.slider.list-type-2 li .cate br {
	display:none;
}*/

.sitemap {
    padding: 10px 0;
    display: block;
}

    .sitemap .list-bullet {
        list-style: none;
        padding: 10px 0;
    }

        .sitemap .list-bullet li {
            margin: 9px 0;
        }

            .sitemap .list-bullet li:first-child {
                margin-top: 0;
            }

            .sitemap .list-bullet li a {
                font-size: 15px;
            }

.sitespace {
    height: 80px;
    display: table;
    width: 100%;
}

.panel-group .panel-default .panel-heading .contact a {
    background-image: none !important;
}

    .panel-group .panel-default .panel-heading .contact a.collapsed {
        background-image: none !important;
    }

.aspNetDisabled {
    cursor: default;
    color: #333;
}

    .aspNetDisabled:hover {
        cursor: default;
        color: #333 !important; /*modified by praveen on 21march 2017 mouse hover issue*/
    }
/* banner_video */
.mainBanner {
    position: relative;
    padding-bottom: 15px;
}

    .mainBanner .bxslider li {
        display: none;
    }

        .mainBanner .bxslider li:first-child {
            display: block;
        }

    .mainBanner .bx-viewport .bxslider li {
        display: block;
    }

    .mainBanner .bx-wrapper:after {
        width: 100%;
        height: 16px;
        left: 0;
        bottom: 20px;
        position: absolute;
        content: '';
        background: url(../images/home/highlight.png) no-repeat left bottom #ea172c;
        padding-bottom: 16px;
    }

.banner_video {
    width: 100%;
    padding: 0;
    position: relative;
}

    .banner_video video {
        width: 100%;
        max-width: 100%;
        display: block;
        border: none;
        height: 100%;
    }

.banner_title {
    color: #fff;
    position: absolute;
    top: 55px;
    left: 6%;
    height: 200px;
}

/*@keyframes playtext {
    0% {
        opacity: 1;
    }

    85% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes playtext2 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}*/

.banner-animate-1 {
    /*opacity: 0;*/
    display: none;
}

.banner-animate-2 {
    /*opacity: 0;*/
    display: none;
}

.banner_title {
    color: #fff;
    position: absolute;
    top: 55px;
    left: 6%;
    height: 200px;
}
    /*.active .banner-animate-1 {
    animation: playtext 6s linear;
    -moz-animation: playtext 6s linear;
    -webkit-animation: playtext 6s linear;
}

.active .banner-animate-2 {
    animation: playtext2 6s linear;
    -moz-animation: playtext2 6s linear;
    -webkit-animation: playtext2 6s linear;
    animation-delay: 6s;
    -moz-animation-delay: 6s;
    -webkit-animation-delay: 6s;
}*/

    .banner_title h2 {
        font-family: 'Open Sans';
        font-weight: bold;
        font-size: 40px;
        line-height: 40px;
        padding-bottom: 20px;
        text-transform: uppercase;
        word-wrap: break-word;
    }

    .banner_title p {
        font-size: 22px;
        line-height: 26px;
        padding-bottom: 20px;
        font-family: 'Open Sans';
        font-weight: bold;
        word-wrap: break-word;
    }

    .banner_title a {
        display: block;
        text-align: center;
        font-size: 14px;
        font-family: 'Open Sans';
        font-weight: bold;
        color: #fff;
        line-height: 40px;
        width: 125px;
        border-radius: 3px;
        border: 2px solid #fff;
    }

        .banner_title a:hover {
            color: #ea172c;
            border: 2px solid #ea172c;
        }

/* new homepage */
.home-main {
    padding: 10px 0 15px 30px; /* modified by praveen based on splash 19 jan 2017*/
}

.home-item {
    margin: 0 30px 30px 0; /* modified by splash as on 13 juluy 2016*/
    width: 350px;
    position: relative;
    float: left;
}

.home-block {
    position: relative;
}

.home-block-bd {
    border-radius: 5px;
    border: 1px solid #cccccc;
}

    .home-block-bd a {
        display: block;
        /*color: #333;*/
    }
/*.home-block:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 5px;
        box-shadow: -1px -1px 10px 0px #ccc;
    }*/

.home-market {
    position: relative;
    z-index: 2;
}

    .home-market div {
        position: absolute;
        left: 0;
        top: 0;
    }

    .home-market img {
        width: 100%;
        display: block;
        border-radius: 5px 5px 0 0;
    }

.home-block h2 {
    font-family: 'Open Sans';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    position: relative;
    padding: 15px 15px 35px;
}

    .home-block h2:after {
        content: '';
        width: 40px;
        height: 3px;
        position: absolute;
        top: 40px;
        left: 15px;
        background-color: #e53b50;
    }

.home-block p {
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: bold;
    padding: 0 15px 5px 15px;
}

/*.home-block .home-capability p, .home-block .home-social p {
    line-height: 120%;
    font-weight: normal;
}
.home-news a {
 font-size: 16px;
    font-family: 'Open Sans';
    font-weight: bold;
    padding: 0 15px 5px 15px;
}*/
.home-market p {
    padding-bottom: 0 15px 10px 15px;
}

.home-block span {
    display: block;
    font-size: 12px;
    color: #666;
    padding: 5px 15px 0 15px;
}

.home-market:hover div {
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
}

.home-market:hover h2,
.home-market:hover p,
.home-market:hover span {
    color: #fff;
}

.home-news {
    background-color: #f5f5f5;
    border-radius: 5px 5px 0 0;
}

    .home-news div {
        padding: 15px 0;
        border-top: 1px solid #babcbe;
        position: relative;
        z-index: 2;
    }

        .home-news div:first-of-type {
            border-top: none;
        }

        .home-news div:hover {
            background-color: #ccc;
        }

.home-block .home-news h2 {
    font-family: 'Open Sans';
    font-weight: bold;
    padding-bottom: 19px;
}

.home-block .home-news p {
    line-height: 120%;
}

.home-video {
    position: relative;
    margin-bottom: -2px;
    border-radius: 5px 5px 0 0;
    /*height: 193px;*/
    z-index: 2;
}

    /*added by praveen for hide the play icon in iphone*/
    .home-video img {
        width: 100%;
        border-radius: 5px 5px 0 0;
        margin-bottom: -2px;
        height: 197px; /* Commented by kiran 090117 to fix zoom in issue*/
        /*max-width: 100%;
        height: 102%;*/
    }

.v-control {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 60px;
}

    .v-control:hover {
        margin: -40px 0 0 -40px;
        width: 80px;
        height: 80px;
        transition: all 0.3s;
    }

    .v-control img {
        width: 100%;
    }

.home-awards {
    position: relative;
    z-index: 2;
    background: url(../images/home/award-img.png) no-repeat right center #fdbb30;
    min-height: 200px;
    border-radius: 5px 5px 0 0;
}

    .home-awards big {
        font-size: 75px;
        font-family: 'Open Sans';
        font-weight: bold;
        text-align: center;
    }

    .home-awards div {
        display: table;
        width: 100%;
    }

    .home-awards big {
        display: table-cell;
        padding: 0 10px;
        vertical-align: middle;
    }

.home-block .home-awards p {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    line-height: 120%;
}

.home-awards:hover div {
    color: #fff;
}

.home-item-2col {
    width: 730px;
}

.home-item-3col {
    width: 1110px;
}

.home-intro {
    position: relative;
    z-index: 2;
    border-radius: 5px 5px 0 0;
}

    .home-intro img {
        display: block;
    }

    .home-intro h3 {
        font-size: 27px;
        color: #68737a;
        text-transform: uppercase;
        position: absolute;
        top: 30%;
        right: 25px;
    }

        .home-intro h3 big {
            color: #ed1a2f;
            font-size: 27px;
        }

.home-more {
    right: 15px;
    bottom: 15px;
    position: absolute;
    z-index: 3;
    display: block;
}
    /* addded as on 10 May 2016 from new Country html page*/
    .home-more.pull-right {
        right: 0;
        bottom: 10px;
        color: #ed1b2d;
        text-decoration: none;
    }

        .home-more.pull-right .hm-arrow {
            margin: 0 5px;
        }

/*  .home-more:hover .hicons {
        background-image: url(../images/home/hicons-on.png);
    }*/

.home-scope {
    position: relative;
    z-index: 2;
    padding: 0 15px 54px 15px;
    margin: -80px 0 0 0;
}

    .home-scope h3 {
        font-size: 27px;
        color: #68737a;
        text-transform: uppercase;
        text-align: right;
    }

        .home-scope h3 big {
            color: #ed1a2f;
            font-size: 27px;
        }

.home-block .home-scope p {
    padding: 19px 0 0 0; /*modified from 10 to 19 due to alignment */
    line-height: 150%;
    font-size: 1em;
    font-weight: normal;
    text-align: right;
}

.home-item .home-scope p {
    color: #333;
}

.home-capability,
.home-social {
    background-color: #f5f5f5;
    position: relative;
    z-index: 2;
    border-radius: 5px 5px 0 0;
}

/*.home-block .home-capability p,*/
.home-block .home-social p {
    line-height: 120%;
    font-weight: normal;
}

.home-social .nav {
    padding: 0;
    border-top: 1px solid #d1c8af;
}

.home-social .nav-tabs > li {
    width: 33%;
    margin: 0;
}

    .home-social .nav-tabs > li:nth-child(2) {
        width: 34%;
    }

    .home-social .nav-tabs > li > a {
        background-color: #f0f0f1;
        text-align: center;
        border: none;
        width: 100%;
        display: block;
        padding: 13px 15px 10px 15px;
    }

    .home-social .nav-tabs > li.active > a,
    .home-social .nav-tabs > li.active > a:hover,
    .home-social .nav-tabs > li.active > a:focus {
        background-color: #41515b;
        border: none;
        border-radius: 0;
    }

        .home-social .nav-tabs > li.active > a i,
        .home-social .nav-tabs > li.active > a:hover i,
        .home-social .nav-tabs > li.active > a:focus i {
            background-image: url(../images/home/hicons-on.png);
        }

.home-nav {
    background-color: #f5f5f5;
    border-top: 1px solid #babcbe;
    border-radius: 0 0 5px 5px;
    margin: 0;
    font-size: 14px;
    padding: 6px 10px 15px 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .home-nav small {
        line-height: 25px;
        font-size: 12px;
        margin-top: 2px;
        display: inline-block;
    }

.sharegroup {
    display: inline-block;
    margin-right: -100px;
    margin-top: -10px;
}

    .sharegroup.active {
        display: block;
    }

    .sharegroup a {
        padding-left: 5px;
        display: inline-block;
    }

    .sharegroup.hideSlide a + a {
        display: none;
    }

    .sharegroup.showSlide {
        background-color: rgba(255,255,255,0.85);
        position: absolute;
        width: 100%;
        height: 60px;
        left: 0;
        top: 0;
        padding: 14px 0 20px 125px;
        z-index: 10;
    }

        .sharegroup.showSlide.pershare {
            height: 40px;
            left: 0;
            top: 10px;
            padding: 10px 0 21px 125px;
        }
}

.hicons {
    background-image: url(../images/home/hicons.png);
    display: inline-block;
}

.home-nav a.pull-right,
.home-more {
    color: #ed1a2f;
    font-size: 14px;
}

/*.home-nav a:hover .hicons {
    background-image: url(../images/home/hicons-on.png);
}

.hm-tw {
    background-position: 0 -112px;
    width: 24px;
    height: 20px;
}

.hm-fb {
    background-position: 0 -136px;
    width: 11px;
    height: 20px;
}

.hm-linkedin {
    background-position: 0 -162px;
    width: 20px;
    height: 20px;
}

.hm-arrow {
    background-position: 0 0;
    width: 19px;
    margin-left: 5px;
    position: relative;
    top: 3px;
    height: 20px;
}

.hm-like {
    background-position: 0 -85px;
    width: 17px;
    top: 2px;
    position: relative;
    margin-right: 3px;
    height: 18px;
}

.hm-view {
    background-position: 0 -58px;
    width: 30px;
    top: 3px;
    position: relative;
    margin: 0 3px 0 10px;
    height: 16px;
}

.hm-share {
    background-position: 1px -25px;
    width: 20px;
    top: 3px;
    position: relative;
    /*margin: 0 0 -7px 0px;
    height: 18px;
}*/

.home-group-nav {
    display: table;
    width: 100%;
    padding: 30px 0 70px;
}

    .home-group-nav li {
        width: 33%;
        display: table-cell;
        text-align: center;
    }

        .home-group-nav li a {
            font-weight: bold;
            margin: 0 auto;
            height: 160px;
            width: 160px;
            padding-top: 135px;
            display: block;
            text-align: center;
        }

        .home-group-nav li.nav-equiry a {
            color: #75aabf;
            background: url(../images/home/cap-nav01.png) no-repeat center top transparent;
            background-size: 120px 120px;
        }

        .home-group-nav li.nav-fixed a {
            color: #de8e00;
            background: url(../images/home/cap-nav02.png) no-repeat center top transparent;
            background-size: 120px 120px;
        }

        .home-group-nav li.nav-multi a {
            color: #757a9c;
            background: url(../images/home/cap-nav03.png) no-repeat center top transparent;
            background-size: 120px 120px;
        }

        .home-group-nav li.nav-equiry a:hover {
            color: #6a757b;
            background: url(../images/home/cap-nav01-on.png) no-repeat center top transparent;
            background-size: 120px 120px;
        }

        .home-group-nav li.nav-fixed a:hover {
            color: #6a757b;
            background: url(../images/home/cap-nav02-on.png) no-repeat center top transparent;
            background-size: 120px 120px;
        }

        .home-group-nav li.nav-multi a:hover {
            color: #6a757b;
            background: url(../images/home/cap-nav03-on.png) no-repeat center top transparent;
            background-size: 120px 120px;
        }

    .home-group-nav span {
        display: none;
    }

a:focus {
    border: none;
    background: none;
    outline: none;
}

@media screen and (min-width: 1200px) {
    .mainBanner .bx-wrapper {
        height: 388px;
    }

        .mainBanner .bx-wrapper .bx-pager {
            bottom: 20px;
        }
}
/* added as on 10MAy 2016 from counry htmlpage*/
.home-video > div {
    background-color: #fff;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.home-video img.poster {
    border-radius: 5px 5px 0 0;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*commented by kiran 060117 to fix zoom in issue*/
@media screen and (max-width: 1199px) {
    /*added by praveen for SG video link button display on 22 june 2016*/
    .lnkbtn h2, .lnkbtn p {
        display: block;
    }

    .home-item {
        width: 283px;
    }

    .home-item-2col {
        width: 595px;
    }

    .home-item-3col {
        width: 908px;
    }

    .home-video img {
        height: 160px;
    }

    /*.home-video img.poster {
            height: 160px;
        }*/

    .home-awards {
        min-height: 160px;
    }

    .slc-top .dropdown-menu {
        left: auto;
        right: 0;
    }

        .slc-top .dropdown-menu > li > a {
            text-align: right;
        }

    .home-market {
        height: 305px;
    }

        .home-market img {
            height: 305px;
            width: auto;
        }

    .home-block p {
        font-size: 14px;
    }

    .home-intro h3 {
        width: 200px;
        top: 20%;
    }
}

@media screen and (max-width: 991px) {
    .home-item {
        width: 44%;
    }

    .home-video img {
        height: 186px;
    }

    /*.home-video img {
        height: 186px;
    }*/

    .home-awards {
        min-height: 184px;
    }

    .home-item-2col,
    .home-item-2mid, .home-item-3col {
        width: 92%;
    }

    .home-scope {
        position: absolute;
        right: 0;
        top: 30%;
        padding: 0 15px 60px 15px;
        margin: 0;
    }

    /*.home-market {
        height: 323px;
    }*/

    .home-market img {
        height: 323px;
        width: auto;
    }

    .home-intro {
        height: 234px;
    }

    .home-item-2mid .home-block {
        height: 236px;
    }

    .home-intro h3 {
        width: auto;
        top: 30%;
    }

    .home-scope {
        top: 40%;
    }

        .home-intro h3 big,
        .home-intro h3,
        .home-scope h3,
        .home-scope h3 big {
            font-size: 24px;
        }

    .home-block {
        overflow: hidden;
    }

        .home-block p {
            font-size: 16px;
        }

    .home-intro img {
        height: 234px;
    }

    /*.home-block .md-st {
        margin-left: -130px;
        height: 234px;
    }*/
}

@media screen and (max-width: 767px) {
    /* added by splash as on 20july 2016*/
    .mainBanner {
        padding: 0 15px 15px 15px;
    }

    .banner_video {
        background-color: #f3f3f3;
        padding-bottom: 30px;
    }

    .mobile-title {
        position: relative;
        min-height: 170px;
        clear: both;
    }
    /*20july 2016*/
    .home-market {
        height: auto;
    }

        .home-market img {
            height: auto;
            width: 100%;
        }

    .home-item {
        width: 100%;
        position: static !important;
    }

    /*.home-intro, .home-item-2mid .home-block {
        height: auto;
    }*/

    .home-video {
        height: auto;
    }

        .home-video img {
            background-color: #fff;
            height: auto;
        }

            .home-video img.poster {
                height: auto;
            }

    .home-intro h3 {
        position: static;
        padding: 20px 20px 40px 20px;
    }

    .home-scope {
        position: static;
        padding: 0 15px 60px 15px;
        margin: 0;
    }

    .home-block .md-st {
        margin-left: 0;
        height: auto;
    }

    .home-scope h3 {
        text-align: left;
        padding: 20px 5px 0 5px;
    }
}

@media screen and (max-width: 600px) {
    .home-group-nav li a {
        height: 80px;
        width: 80px;
        padding-top: 95px;
        background-size: contain !important;
    }

    .slc-top .dropdown-menu > li > a {
        text-align: center;
    }
}

@media screen and (min-width: 768px) {
    /*.mainBanner {
        max-height: 400px;
    }*/
    #disclaimerHKE .disclaimer h4::after, #disclaimerInst .disclaimer h4::after {
        top: 40px;
        left: 11px;
    }

    #disclaimerHKC .disclaimer h4::after {
        top: 40px;
        left: 11px;
    }
}
/* --Overview page-- */
.overv-banner {
    padding-bottom: 15px;
}

.over-text-note {
    position: relative;
    top: -3px;
    font-size: 0.8em;
}

.block .list-detial-notes {
    clear: both;
    text-align: right;
    padding: 10px 25px 30px;
    font-size: 0.75em;
    font-style: italic;
}

.overview-map {
    padding: 0px 20px 60px 20px;
    width: 100%;
    overflow: hidden;
    margin: -30px 0 0 0;
}

.overview-info {
    float: left;
    width: 370px;
    padding-right: 50px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.overview-map-detail {
    width: 740px;
    float: left;
    padding: 30px 85px;
    position: relative;
    top: 130px;
}

.overview-map-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .overview-map-nav .m-link {
        position: absolute;
        background: url(../images/overview/dot.png) repeat-y 5px 0 transparent;
    }

        /* modified by deepthi for HK country names on 23 june 2016*/
        .overview-map-nav .m-link a, .overview-map-nav .m-link span {
            margin-top: -20px;
            display: block;
        }

        .overview-map-nav .m-link:after {
            position: absolute;
            content: ' ';
            left: 2px;
            bottom: 0;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color: #68737a;
        }

    .overview-map-nav .m-link2 {
        min-width: 90px;
        position: absolute;
        background: url(../images/overview/dot.png) repeat-y 5px 0 transparent;
    }
        /* modified by deepthi for HK country names on 23 june 2016*/
        .overview-map-nav .m-link2 a, .overview-map-nav .m-link2 span {
            position: absolute;
            bottom: -20px;
            z-index: 100;
        }

        .overview-map-nav .m-link2:before {
            position: absolute;
            content: ' ';
            left: 2px;
            top: 0;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background-color: #68737a;
        }

    .overview-map-nav a {
        color: #68737a;
    }

    .overview-map-nav .active a,
    .overview-map-nav div:hover a {
        color: #ed1b2e;
    }

    .overview-map-nav .active.m-link:after,
    .overview-map-nav .active.m-link2:before,
    .overview-map-nav .m-link:hover:after,
    .overview-map-nav .m-link2:hover:before {
        background-color: #ed1b2e;
    }

    .overview-map-nav .m-us {
        height: 160px;
        top: -40px;
        left: 180px;
    }

    .overview-map-nav .m-uk {
        height: 130px;
        top: -45px;
        left: 340px;
    }

    .overview-map-nav .m-lux {
        height: 100px;
        top: 0px;
        left: 360px;
    }

    .overview-map-nav .m-india {
        height: 130px;
        top: 18px;
        left: 470px;
    }

    .overview-map-nav .m-cn {
        height: 130px;
        top: -5px;
        left: 510px;
    }

        .overview-map-nav .m-cn a, .overview-map-nav .m-cn span {
            margin-left: -30px;
        }

    .overview-map-nav .m-vn {
        height: 240px;
        top: -68px;
        left: 517px;
        z-index: 1;
    }

    .overview-map-nav .m-kro {
        height: 135px;
        top: -17px;
        left: 550px;
        z-index: 2;
    }

    .overview-map-nav .m-jp {
        height: 45px;
        top: 105px;
        left: 575px;
    }

    .overview-map-nav .m-taiw {
        height: 160px;
        top: 143px;
        left: 540px;
        z-index: 4;
    }

    .overview-map-nav .m-hk {
        height: 220px;
        top: 144px;
        left: 528px;
        z-index: 3;
    }

    .overview-map-nav .m-indo {
        height: 105px;
        top: 195px;
        left: 520px;
    }

        .overview-map-nav .m-indo a, .overview-map-nav .m-indo span {
            left: -63px;
        }

    .overview-map-nav .m-sg {
        height: 80px;
        top: 184px;
        left: 512px;
    }

        .overview-map-nav .m-sg a, .overview-map-nav .m-sg span {
            left: -63px;
        }

    .overview-map-nav .m-mg {
        height: 50px;
        top: 170px;
        left: 505px;
    }

        .overview-map-nav .m-mg a, .overview-map-nav .m-mg span {
            left: -55px;
        }

    .overview-map-nav .m-db {
        height: 155px;
        top: 143px;
        left: 425px;
    }

        .overview-map-nav .m-db a, .overview-map-nav .m-db span {
            left: -40px;
        }

.overview-map .map-desk {
    display: block;
}

.overview-map-detail .map-desk {
    width: 100%;
}

.overview-map .map-moblie {
    display: none;
}

.overview-info h3 {
    font-size: 28px;
    color: #ed1b2e;
    max-width: 300px;
    border-bottom: 1px solid #ccc;
    padding: 0 0 50px 0;
    margin: 10px 0 35px 15px; /* modified by deepthi as on 28 june 2016 for 13 number truncating issue */
}

    .overview-info h3 span {
        font-size: 170px;
        font-weight: bold;
        margin-left: -15px;
    }

.overview-info h4 {
    font-size: 21px;
    padding: 0;
    margin: 0 0 10px 15px;
    font-weight: bold;
}

.overview-info ul li {
    display: block;
    font-weight: bold;
    padding-bottom: 10px;
    margin: 0 0 0 15px;
}

.overview-info ul .equiry a:hover {
    color: #7baabe;
}

.overview-info ul .fixed_income a:hover {
    color: #e58e1a;
}

.overview-info ul .multi_assets a:hover {
    color: #7373a9;
}

.overview-info li img {
    margin-right: 13px;
    vertical-align: middle;
    width: 40px;
}

.overview-slider {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
    height: 400px;
    overflow: hidden;
}

    .overview-slider .bx-item {
        padding: 15px 20px 0 20px;
        background-color: #ededed;
        text-align: center;
        margin-bottom: 30px;
        min-height: 125px;
    }

        .overview-slider .bx-item h3 {
            font-weight: bold;
            margin: 0;
            padding: 0 0 5px 0;
            font-size: 1em;
        }

    .overview-slider .bx-wrapper {
        position: static;
    }

    .overview-slider .bxslider li.active:before {
        content: "";
        position: absolute;
        height: 4px;
        background: #dd5555;
        width: 100%;
        z-index: 2;
        top: 0;
        left: 0;
    }

    .overview-slider .bxslider li.active:after {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        z-index: 2;
        top: 0;
        left: 50%;
        margin: 4px 0 0 -6px;
        border: 6px solid transparent;
        border-top: 6px solid #dd5555;
    }

    .overview-slider .timeline .bx-viewport {
        overflow: inherit !important;
    }

    .overview-slider .timeline .bx-next,
    .overview-slider .timeline .bx-prev {
        cursor: pointer;
        position: absolute;
        text-indent: -9999px;
        z-index: 9999;
        height: 300px;
        width: 77px;
        top: auto;
        bottom: 0;
    }

    .overview-slider #bx-pager-control .bx-wrapper .bx-controls-direction a {
        cursor: pointer;
        width: 10px;
        height: 16px;
        bottom: 5px;
    }

    .overview-slider .bx-pager {
        display: none;
    }

    .overview-slider .bx-next {
        right: 0;
        background: url(../images/overview/bx-next.png) no-repeat 0 0 transparent;
    }

    .overview-slider .bx-prev {
        left: 0;
        background: url(../images/overview/bx-prev.png) no-repeat 0 0 transparent;
    }

    .overview-slider .timeline .bx-next,
    .overview-slider .timeline .bx-prev {
        display: none;
    }

        .overview-slider .timeline .bx-prev.disable,
        .overview-slider .timeline .bx-next.disable {
            display: none;
        }

    .overview-slider .timeline:hover .bx-next,
    .overview-slider .timeline:hover .bx-prev {
        display: block;
    }

        .overview-slider .timeline:hover .bx-next.disable,
        .overview-slider .timeline:hover .bx-prev.disable {
            display: none;
        }

#bx-pager-control {
    position: relative;
    top: 0;
    width: 86%;
    margin: 0 auto 10px auto;
}

.overview-slider #bx-pager {
    position: relative;
    padding-top: 55px;
    height: 85px;
    overflow: hidden;
}

    .overview-slider #bx-pager .bx-year {
        float: left;
        position: relative;
        text-align: center;
        background: url(../images/overview/bx-pager-line.png) repeat-x 0 15px transparent;
        height: 85px;
        width: 200px;
    }

        .overview-slider #bx-pager .bx-year:after {
            content: '|';
            position: absolute;
            top: 15px;
            right: -3px;
            line-height: 0;
            color: #68737a;
        }

        .overview-slider #bx-pager .bx-year span {
            position: absolute;
            top: -40px;
            font-weight: bold;
            left: 0;
            text-align: center;
            width: 100%;
            display: block;
        }

        .overview-slider #bx-pager .bx-year a {
            background-color: #68737a;
            display: inline-block;
            width: 13px;
            height: 13px;
            border-radius: 50%;
            border: 2px solid transparent;
            position: relative;
            top: 10px;
            margin: 0 5%;
        }

            .overview-slider #bx-pager .bx-year a.active {
                background-color: #ed1b2e;
                width: 17px;
                height: 17px;
                top: 9px;
                border: 2px solid #f8a6ad;
            }

.overview-slider #bx-pager-control .bx-prev {
    background: url(../images/overview/bx-pa-prev.png);
    left: -20px;
}

.overview-slider #bx-pager-control .bx-next {
    background: url(../images/overview/bx-pa-next.png);
    right: -20px;
}

@media screen and (min-width: 993px) {
    .overview-slider #bx-pager .bx-year a:hover {
        background-color: #ed1b2e;
        width: 17px;
        height: 17px;
        top: 9px;
        border: 2px solid #f8a6ad;
    }
}

.fund-managers.equiry .data-number li:first-child span {
    padding-top: 7px;
}

.block p.overview-values-text {
    padding: 0 15px 20px;
}

.overview-values {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    padding-right: 15px;
}

    .overview-values .values-item_out {
        float: left;
        width: 50%;
        height: 274px;
        margin-bottom: 15px;
        padding-left: 15px;
    }

    .overview-values .values-item {
        position: relative;
        overflow: hidden;
        margin: 0 0 20px 0;
        background: #333;
        cursor: pointer;
        text-align: center;
    }

        .overview-values .values-item img {
            position: relative;
            display: inline-block;
            height: 274px;
            padding: 74px 0 30px;
            width: 260px;
            opacity: 0.8;
        }

        .overview-values .values-item div {
            padding: 35px 30px;
            color: #fff;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .overview-values .values-item div::before,
            .overview-values .values-item div::after {
                pointer-events: none;
            }

        .overview-values .values-item div {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            text-align: left;
            height: 100%;
        }

.values-item img {
    width: 100%;
    /* max-width: none;
   width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
}

.values-item:hover img {
    opacity: 0.2;
    /*width: 100%;*/
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.values-item h3 {
    position: relative;
    padding-bottom: 8px;
    font-weight: bold;
    font-size: 21px;
    overflow: hidden;
}

    .values-item h3::after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 35px;
        height: 3px;
        background: #fff;
        content: '';
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(-101%,0,0);
        transform: translate3d(-101%,0,0);
    }

/*26/07/2016*/
.values-item:hover h3::after, .values-item:active h3::after, .values-item:focus h3::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/*26/07/2016*/

.values-item:focus > h3::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.values-item p {
    padding: 15px 0;
    font-size: 16px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    line-height: 1.5em;
}

.values-item a {
    color: #fff !important;
}

    .values-item a:hover, .values-item a:focus {
        color: #fff !important;
    }

.values-item:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/* responsive */

@media screen and (max-width: 1169px) {
    .banner_title {
        top: 15%;
    }

    .mainBanner .bx-wrapper:after {
        display: none;
    }

    .overview-info {
        float: none;
        width: 100%;
        padding: 0;
        font-size: 1.1em;
    }

    .overview-map-detail {
        width: 100%;
        float: none;
        top: 0;
        padding: 0;
    }

    .overview-map .map-desk {
        display: none;
    }

    .overview-map .map-moblie {
        display: block;
    }

    .overview-map-detail .overview-map-nav {
        overflow: hidden;
        position: static;
        height: auto;
        width: 100%;
        padding: 30px 0;
    }

        .overview-map-detail .overview-map-nav .m-link,
        .overview-map-detail .overview-map-nav .m-link2 {
            position: static;
            height: auto;
        }

        .overview-map-detail .overview-map-nav div a {
            margin: 0;
            position: static;
        }

        .overview-map-detail .overview-map-nav div:before,
        .overview-map-detail .overview-map-nav div:after {
            display: none;
        }

        .overview-map-detail .overview-map-nav div {
            float: left;
            width: 50%;
            color: #333;
            font-size: 1.1em;
            font-weight: 700;
            line-height: 1.7em;
            padding-left: 20px;
            background: url(../images/icon-processmobile.jpg) 0 6px no-repeat;
        }

            .overview-map-detail .overview-map-nav div.active,
            .overview-map-detail .overview-map-nav div:hover {
                background: rgba(0, 0, 0, 0) url("../images/icon-process-activemobile.jpg") no-repeat scroll 0 6px;
                color: #ec2f22;
            }

    .block .bx-wrapper .values-item p {
        padding: 15px 0;
    }

    .overview-info h4 {
        margin: 0 0 10px 0px;
    }

    .overview-info ul li {
        margin: 0;
    }

    .disclaimer .Hkdisc {
        height: 70% !important;
    }

    .exportli li:nth-child(2) {
        display: none;
    }

    .dividendexportli li:first-child {
        display: block;
    }

    .mobileprint {
        display: none !important;
    }
}

@media screen and (max-width: 992px) {
    .overview-values .values-item {
        margin: 0 0 10px 0;
    }

    .overview-values-content .bx-viewport {
        padding-bottom: 25px;
    }

    .overview-values-content .bx-wrapper .bx-pager {
        bottom: -10px;
    }

        .overview-values-content .bx-wrapper .bx-pager.bx-default-pager a {
            border-radius: 50%;
            width: 15px;
            height: 15px;
            background-color: #bac2c8;
        }

            .overview-values-content .bx-wrapper .bx-pager.bx-default-pager a.active {
                background-color: #6a747a;
            }

    .overview-values-content .bx-controls-direction {
        display: none;
    }

    .overview-slider {
        /*height: auto;*/
    }

        .overview-slider .timeline {
            padding: 0 15px;
        }

            .overview-slider .timeline .control-desk {
                display: none !important;
            }

            .overview-slider .timeline .bx-next:hover,
            .overview-slider .timeline .bx-prev:hover {
                background-position: 0 0;
            }

            .overview-slider .timeline .bx-next,
            .overview-slider .timeline .bx-prev {
                display: none !important;
            }

        .overview-slider #bx-pager .bx-year {
            width: 100%;
            float: left;
        }

    .overview-values-content {
        width: 100%;
        padding: 0 15px;
    }

        .overview-values-content .values-item_out {
            padding: 0;
        }
}

@media screen and (max-width: 767px) {
    .header .logo {
        width: 50%;
        display: block;
    }
    /* banner_video */
    .home-main {
        padding: 0 15px 0;
    }

    .mainBanner {
        padding: 0 15px 15px 15px;
    }

    .banner_video {
        background-color: #f3f3f3;
        padding-bottom: 30px;
    }

    .mainBanner:after {
        display: none;
    }

    .mobile-title {
        position: relative;
        height: 170px;
        clear: both;
    }

    .banner_title {
        color: #333;
        padding: 0px 0px;
        margin: 0px 0 0 0;
        left: 15px;
        top: 40px;
    }

        .banner_title h2 {
            font-size: 30px;
            line-height: 30px;
            padding-bottom: 10px;
        }

        .banner_title p {
            font-size: 15px;
            line-height: 18px;
            padding-bottom: 10px;
        }

        .banner_title a {
            font-size: 12px;
            color: #333;
            border: 1px solid #333;
            text-align: center;
            font-weight: normal;
        }

    .mainBanner .bx-wrapper .bx-pager {
        bottom: 170px;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background-color: #babdc2;
    }

        .bx-wrapper .bx-pager.bx-default-pager a.active,
        .bx-wrapper .bx-pager.bx-default-pager a:hover {
            background-color: #878e96;
        }

    .mobile-slide {
        padding-bottom: 15px;
        background: url(../images/home/highlight.png) no-repeat left bottom #ea172c;
    }

        .mobile-slide img {
            width: 100%;
            max-width: auto;
        }

    .block p.overview-values-text {
        padding: 0 15px 20px;
    }

    /*.overview-values-content {
        width: 100%;
        padding: 0 15px;
    }

        .overview-values-content .values-item_out {
            padding: 0;
        }*/

    .equiry p {
        padding: 0 15px 15px 15px;
    }

    .equiry .twoCols li p {
        padding: 0 0 5px 0;
    }

    .equiry .container p {
        padding: 0 0 10px 0;
    }

    .equiry .tooltip p {
        padding: 0 0 15px 0;
    }

    .equiry .slider-wrapper {
        padding: 25px 15px 0 15px;
    }

        .equiry .slider-wrapper .list-process li > div {
            padding: 0 30px;
        }

        .equiry .slider-wrapper li p,
        .equiry .slider-wrapper li h5 {
            padding: 0 0 20px 0;
        }

    .home-intro h3 {
        position: static;
        padding: 20px 20px 40px 20px;
    }

    .home-scope {
        position: static;
        padding: 0 15px 60px 15px;
        margin: 0;
    }

        .home-scope h3 {
            text-align: left;
            padding: 20px 5px 0 5px;
        }

    .mobile-slide img {
        width: 100%;
        max-width: auto;
    }
    /* modifed by deepthi as on 23 june 2016 for iphone6 alignment issue.*/
    .foucsfunds .overview-values .values-item_out {
        margin: 0 !important;
    }
    /* modifed by deepthi as on 23 june 2016 for text truncating issue.*/
    .twoCols li.blue {
        height: auto !important;
    }
    /*added by splash as on 20 july2016*/
    .banner_title {
        color: #333;
        padding: 0px 0px;
        margin: 0px 0 0 0;
        left: 15px;
        top: 40px;
    }

        .banner_title a {
            font-size: 12px;
            color: #333;
            border: 1px solid #333;
            text-align: center;
            font-weight: normal;
        }

        .banner_title h2 {
            font-size: 30px;
            line-height: 30px;
            padding-bottom: 10px;
        }

    .mainBanner .bx-wrapper .bx-pager {
        bottom: 170px;
    }
    /*end 20 july 2016*/
}

/*modified by Venkat as on 15 july 2016 for iphone5 alignment issue */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
    /*added by venkat for the awards issue on 16th aug*/
    .tblAwards .tablesaw-sortable-th {
        padding-right: 40px !important;
    }
    /*ended 16th aug*/
    .contentscroll {
        max-height: 50% !important;
    }
    /*3rd aug 2016*/
    .tool-chart .list-time {
        float: none;
        text-align: left;
        width: auto;
        margin-left: 0;
    }

    .tool-chart .datepicker {
        float: none;
        text-align: center;
        width: auto;
        margin-left: 0;
    }

    .list-time li a {
        line-height: 20px;
    }
    /*3rd aug 2016*/
    .block {
        line-height: 20px;
    }

        .block a strong {
            padding-left: 15px;
            float: left;
        }
    /*25/07/2016*/
    .tbldividends thead th, .allfundsw thead th {
        padding-left: 0px !important;
        left: 5px;
    }

    .tablesaw-sortable-th {
        padding-right: 0px !important;
        /*01/08/2016 Modified by Venkat for the devd page concat issue;*/
    }

    .tbldividends thead th:nth-child(2), .allfundsw thead th:nth-child(2) {
        padding-left: 0px !important;
    }

    .tbldividends tbody td:first-child, .allfundsw tbody td:first-child {
        padding-left: 5px !important;
    }

    .allfundsw thead th.tablesaw-cell-persist:first-child {
        padding: 8px 0 0 0px !important;
        left: 0;
    }

    /*01/08/2016 Modified by Venkat for the devd page concat issue*/
    .tbldividends > thead > tr > th, .tbldividends > tbody > tr > th, .tbldividends > tfoot > tr > th, .tbldividends > tfoot > tr > td {
        padding: 0 15px 0 30px;
    }

    .video-js {
        padding-right: 50px;
        padding-bottom: 14px;
    }

    .tbldividends thead tr th:first-child {
        left: -5px !important;
    }

    /*01/08/2016 Modified by Venkat for the devd page concat issue*/


    /**/
    .iframedata {
        width: 248px !important;
        height: auto !important;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
    /*3rd aug 2016*/
    .tool-chart .datepicker {
        float: left;
        margin-right: 0;
        margin-top: 15px;
    }

    .tool-chart .list-time {
        margin-left: 0;
    }
    /*3rd aug 2016*/
    .block {
        line-height: 20px;
    }

        .block a strong {
            padding-left: 15px;
            float: left;
        }

    .tbldividends thead tr th:first-child {
        left: -5px !important;
    }

    .wrapper-sticky, .wrapper-sticky.sticky {
        z-index: 9999;
    }

    .hdiv {
        height: 900px;
    }

        .hdiv .popupheight {
            height: 0 !important;
        }
}
/*@media only screen
and (min-device-width : 767px)
and (max-device-width : 1024px)
and (orientation : landscape)
{
       .sharegroup.showSlide {
        padding: 14px 0 20px 60px;
    }
}*/

/*modified by Venkat as on 15 july 2016 for iphone5 alignment issue */
/*ending iphone5*/

@media screen and (max-width: 480px) {
    .header .logo {
        /*width: 175px;*/
        width: 50%; /*done by deepthi due to logo shirnk*/
    }
    /* banner_video */
    .banner_title h2 {
        font-size: 20px;
        line-height: 110%;
    }

    .banner_title p {
        font-size: 15px;
        padding-bottom: 15px;
    }

    .banner_title a {
        font-size: 13px;
    }

    .block .bx-wrapper .values-item h3 {
        font-size: 16px;
    }

    .block .bx-wrapper .values-item p {
        font-size: 13px !important;
    }

    .values-item p {
        font-size: 13px;
    }

    .overview-values .values-item div {
        padding: 20px;
    }
}

.clear {
    clear: both;
}

.smlist a {
    line-height: 20px;
}

/* added by venkat due to responsive country selector*/
/*@media (360px) {
    .slc-top .btn-group {
        display: block;
        float: left;
        margin-bottom: 10px;
        width: 50%;
    }
}

@media (640px) {
    .slc-top .btn-group {
        display: block;
        float: left;
        margin-bottom: 10px;
        width: 36%;
    }
}*/
/* below classes added by venkat */
@media only screen and (min-width : 320px) and (max-width : 568px) {
    /*.sharegroup.showSlide {
        padding: 15px 0 20px 108px;
    }*/

    /*.nav-follow .mobile {
        display: block;
        margin-top: 30px !important;
        margin-left: 27% !important;
    }

        .nav-follow .mobile.showSlide {
            padding: 14px 0 20px 0 !important;
            width: 100% !important;
        }

        .nav-follow .mobile a:first-child {
            padding-left: 20px !important;
        }*/

    .small-tool {
        display: block;
        top: 38px;
        right: 38%;
    }

    .bx-viewport {
        height: 244px;
    }

    .overview-values .values-item {
        margin: 0 0 10px 0;
        /*height: 234px;*/
    }

        .overview-values .values-item img {
            height: 100% !important;
        }

    .overview-slider {
        height: auto !important;
        margin-bottom: 0;
    }

    .disclaimer {
        width: 85%;
        height: 83%;
        margin: auto;
        position: relative;
        background: #FFF;
        margin-top: 40px;
        padding: 10px;
        overflow: hidden;
    }

        .disclaimer span {
            display: table;
            margin-top: -2px;
            width: 100%;
        }

    .sharegroup.showSlide {
        padding: 14px 0 20px 75px;
    }

    .buttonspan {
        padding-top: 18px;
    }

    .downloadchart {
        display: none;
    }
}

@media only screen and (min-width : 320px) and (max-width : 568px) and (orientation : landscape) {
    .sharegroup.showSlide.pershare {
        padding: 10px 0 21px 120px;
    }

    .popupheight {
        display: block;
        height: 350px !important;
    }

    .disclaimer span {
        display: table;
        margin-top: 16px;
        width: 100%;
    }

    div#disclaimerHKE .disclaimer p, div#disclaimerInst .disclaimer p {
        padding-bottom: 0 !important;
    }

    div#disclaimerHKC .disclaimer p {
        padding-bottom: 0 !important;
    }

    .slc-top .btn-group .btn {
        padding: 0 0 0 21px;
    }

    .nav-top li {
        width: 33%;
    }

        .nav-top li:nth-child(2) {
            width: 34%;
        }

    .head-options .slc-top .btn-group:last-child .dropdown-menu {
        right: 35%;
    }

    .discscr {
        padding: 8px 15px 15px 15px;
    }

    .small-toolN {
        top: 0 !important;
    }

    /*.country_mainBanner .banner .caption {
        padding: 40px 15px 54% 15px !important;
    }*/

    .contentscroll {
        max-height: 49%;
    }
    /*8th aug 2016*/
    .award-page .tablesaw-sortable.style-3 thead tr th {
        text-align: left;
        padding: 8px 7px;
        vertical-align: top;
    }

    .tbldividends thead tr th:first-child {
        left: -5px !important;
    }
    /*8th aug 2016*/
}

@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
    .head-options .slc-top .btn-group:last-child .dropdown-menu {
        right: 17px;
    }

    /*table.returnstabclass > thead > tr > th, table.returnstabclass > tbody > tr > th, table.returnstabclass > tfoot > tr > th, table.returnstabclass > thead > tr > td, table.returnstabclass > tbody > tr > td, table.returnstabclass > tfoot > tr > td {
        width: 100% !important;
    }*/

    .contentscroll {
        height: 70% !important;
    }

    table.allfundsw thead tr th:nth-child(4) {
        width: 25% !important;
    }

    .small-toolN .sharegroupN {
        width: 200px;
        margin-right: -160px;
    }

    .small-toolN {
        top: 33px !important;
    }

    /*.country_mainBanner .banner .caption {
        padding: 40px 15px 48% 15px !important;
    }*/
    /*01/08/2016 Modified by Venkat for the devd page concat issue*/
    .tbldividends thead th, .allfundsw thead th {
        padding-left: 0px !important;
        left: 5px;
    }

        .tbldividends thead th:nth-child(2), .allfundsw thead th:nth-child(2) {
            padding-left: 0px !important;
        }

    .tbldividends tbody td:first-child, .allfundsw tbody td:first-child {
        padding-left: 5px !important;
    }
    /*aug 11*/
    .award-page .tablesaw-sortable.style-3 thead tr th {
        padding: 8px 4px;
    }
        /*added by venkat for the awards issue on 16th aug*/
        .award-page .tablesaw-sortable.style-3 thead tr th:first-child {
            padding: 8px 13px;
        }
    /*ended- the awards issue on 16th aug*/

    .award-page .tablesaw-sortable.style-3 tbody tr td {
        padding: 8px 0;
    }

    /* end of 01/08/2016 Modified by Venkat for the devd page concat issue*/
}

@media only screen and (min-width : 375px) and (max-width : 667px) {
    .overview-slider .bx-item h3 {
        padding: 6px 0 2px 0;
    }

    .overview-slider .bx-item {
        height: 151px;
    }

    .tbldividends thead th {
        padding-left: 0px !important;
        left: 5px;
    }

    .tablesaw-sortable-th {
        padding-right: 17px !important;
    }

    .tbldividends thead th:nth-child(2) {
        padding-left: 0px !important;
    }

    .tbldividends tbody td:first-child {
        padding-left: 5px !important;
    }

    #tblWatchlist .sorting {
        background: url(../images/icon-order.png) no-repeat right 13px;
    }

    #tblWatchlist .sorting_desc {
        background: url(../images/icon-order-down.png) no-repeat right 13px;
    }

    #tblWatchlist .sorting_asc {
        background: url(../images/icon-order-up.png) no-repeat right 13px !important;
    }
    /*#tblWatchlist .tablesaw-sortable th.tablesaw-sortable-head, .tablesaw-sortable tr:first-child th.tablesaw-sortable-head {
        padding:0 !important;
    }*/
    /*updated by venkat for the awards issue on 16th aug*/
    .award-page .tablesaw-sortable.style-3 thead tr th {
        text-align: left;
        padding: 8px 5px; /*11th Aug*/
        vertical-align: top;
    }
    /*ended*/
    .award-page .tablesaw-sortable.style-3 tbody tr td {
        text-align: left;
        padding: 8px 5px; /*11th Aug*/
        vertical-align: top;
    }

    #tblWatchlist.tablesaw thead tr th:first-child {
        padding-top: 10px !important;
    }
}

@media only screen and (min-width : 375px) and (max-width : 667px) and (orientation : portrait) {
    /*added by venkat for the awards issue on 16th aug*/
    .tblAwards .tablesaw-sortable-th {
        padding-right: 53px !important;
    }
    /*16th aug*/
    .disclaimerpopup .mCSB_container {
        height: 200% !important;
    }
    /*3rd aug 2016*/
    .tool-chart .list-time {
        float: none;
        text-align: left;
        width: auto;
        margin-left: 0;
    }

    .tool-chart .datepicker {
        float: none;
        text-align: center;
        width: auto;
        margin-left: 0;
    }

    .list-time li a {
        line-height: 20px;
    }
    /*3rd aug 2016*/
    .hm-share {
        margin-left: 230px;
    }

    #disclaimerHKE .disclaimer h4::after, #disclaimerInst .disclaimer h4::after {
        top: 43px !important;
    }

    #disclaimerHKC .disclaimer h4::after {
        top: 43px !important;
    }

    .head-options .slc-top .btn-group:last-child .dropdown-menu {
        right: 25px;
    }

    .tablesaw thead tr:first-child {
        padding: 0 !important;
    }

    .tablesaw-sortable-th {
        padding: 0;
    }

    .foucsfunds .values-item p:first-child {
        height: 70px;
        overflow: hidden;
    }

    .tbldividends thead tr th:first-child {
        left: -4px !important;
    }

    /*.country_mainBanner .banner .caption {
        padding: 40px 15px 35% 15px !important;
    }*/
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
    .disclaimerpopup .mCSB_container {
        height: 200% !important;
    }
    /*3rd aug 2016*/
    .tool-chart .datepicker {
        float: none;
    }

        .tool-chart .datepicker p {
            float: left;
            margin-top: 15px;
        }
    /*3rd aug 2016*/
    .slc-top .btn-group .btn {
        padding: 0 0 0 17px !important;
    }

    .head-options .slc-top .btn-group:last-child .dropdown-menu {
        right: 45% !important;
    }

    .nav-top li {
        width: 32%;
    }

        .nav-top li:nth-child(2) {
            width: 32%;
        }

    table.funddownloads {
        font-size: 14px;
    }

    /*.country_mainBanner .banner .caption {
        padding: 40px 15px 40% 15px !important;
    }*/

    .contentscroll {
        height: 50%;
    }

    .foot ul {
        padding-top: 0;
    }

    .foucsfunds .values-item p:first-child {
        height: 80px;
        overflow: hidden;
    }

    .tbldividends thead tr th:first-child {
        left: -4px !important;
    }

    .uspopup .disclaimer {
        OVERFLOW-Y: SCROLL !IMPORTANT;
    }

    .uspopup .disBlock {
        height: 191% !IMPORTANT;
    }

    .uspopup span.padding img {
        float: left !IMPORTANT;
        width: 60% !IMPORTANT;
    }

    .small-tool {
        top: 0 !important; /*done now*/
    }

    .hdiv {
        height: 950px !important;
    }
}

@media screen and (min-width: 789px) and (max-width: 3000px) {
    .disBlock {
        width: 100%;
        padding-bottom: 20px;
        height: 80%; /*modified by fanesh on 18 apr 2016 height: 95%;*/
        overflow: hidden;
    }
}

@media only screen and (min-width : 414px) and (max-width : 736px) {
    /*.hm-share {
        margin-left: 200px;
    }*/

    .disclaimer {
        width: 85%;
        height: 83%;
        margin: auto;
        position: relative;
        background: #FFF;
        margin-top: 40px;
        padding: 20px;
        overflow: hidden;
    }

        .disclaimer span {
            display: table;
            margin-top: 6px;
            width: 100%;
        }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .home-video img {
        width: 348px;
    }

    .home-video img {
        height: 196px;
    }
}

.ie10 .home-video img {
    height: 195px;
}

.ie10 .home-video img {
    width: 347px;
}

@media only screen and (min-width : 414px) and (max-width : 736px) {
    .overview-slider {
        height: auto !important;
        margin-bottom: 0;
    }

    .overview-values .values-item {
        Height: auto; /*height: 234px;*/
        max-width: 736px;
    }
}
/*5th Aug 2016 added for fund downloads last column truncting only in Landscape */

@media screen and (min-width: 360px) and (max-width: 640px) and (orientation: landscape) {
    #tblFunDownloads thead tr th {
        padding-right: 0;
    }
}

@media only screen and (min-width : 320px) and (max-width : 767px) and (orientation : portrait) {
    /*9th aug 2016*/

    .block.allperspective.fundanouncement .cate .shareBar .sharegroup {
        position: absolute;
        right: 100px;
    }

        .block.allperspective.fundanouncement .cate .shareBar .sharegroup.showSlide {
            position: absolute;
            text-align: right;
            width: 100%;
            float: right;
            padding-right: 0;
        }
    /*9th aug 2016*/

    .where2buy .col-md-3 {
        min-height: 0;
    }

    /*01/08/2016 Modified by Venkat for the devd page concat issue*/
    .tbldividends thead th, .allfundsw thead th {
        padding-left: 5px !important;
        left: 5px;
    }

    tbldividends thead th:first-child {
        padding-left: 0px !important;
        left: 5px;
    }

    .tablesaw-sortable-th {
        padding-right: 17px !important;
    }
    /*10 Aug 2016 due to awards column truncating issue in iphone6*/
    /*.tblAwards .tablesaw-sortable-th {
        padding-right: 53px !important ;
    }*/

    /*01/08/2016 Modified by Venkat for the devd page concat issue*/
    .tbldividends thead th:nth-child(2), .allfundsw thead th:nth-child(2) {
        padding-left: 0px !important;
    }

    .tbldividends tbody td:first-child, .allfundsw tbody td:first-child {
        padding-left: 5px !important;
    }

    .allfundsw thead th.tablesaw-cell-persist:first-child {
        padding: 8px 0 0 0px !important;
        left: 0;
    }

    .values-item h3::after {
        background: none;
    }

    .small-tool {
        top: 5px;
    }

    /*Added by fanesh for the divident footer 'More dived..'*/
    p.moredev {
        margin-top: 10px;
        color: #ed3023;
    }
    /*Ended by fanesh for the divident footer 'More dived..'*/
}

@media only screen and (min-width : 320px) and (max-width : 767px) and (orientation : landscape) {
    .award-page .tablesaw-sortable.style-3 thead tr th, .award-page .tablesaw-sortable.style-3 tbody tr td {
        text-align: left;
        padding: 8px 07px;
        vertical-align: top;
    }
    /*9th aug 2016*/
    .block.allperspective.fundanouncement .cate .shareBar .sharegroup.showSlide {
        position: absolute;
        text-align: right;
        width: 100%;
        float: right;
        padding-right: 0;
    }

    .block.allperspective.fundanouncement .cate .shareBar .sharegroup {
        position: absolute;
        right: 100px;
    }
    /*9th aug 2016*/
}

@media only screen and (min-width : 320px) and (max-width : 767px) {
    .breadcrum {
        padding-left: 15px;
    }

    .fundcontent {
        display: block;
    }

        .fundcontent .values-item img {
            width: 100%;
            max-width: none;
            width: -webkit-calc(100% + 20px);
            width: calc(100% + 20px);
            -webkit-transition: inherit;
            transition: inherit;
            -webkit-transform: inherit;
            transform: inherit;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .fundcontent .values-item:hover img {
            opacity: 1;
            width: 100%;
            -webkit-transform: inherit;
            transform: inherit;
        }

        .fundcontent .values-item h3 {
            position: relative;
            padding-bottom: 8px;
            font-weight: bold;
            font-size: 21px;
            overflow: hidden;
        }

            .fundcontent .values-item h3::after {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 35px;
                height: 3px;
                background: #fff;
                content: '';
                -webkit-transition: inherit;
                transition: inherit;
                -webkit-transform: inherit;
                transform: inherit;
            }

        .fundcontent .values-item:hover h3::after {
            -webkit-transform: inherit;
            transform: inherit;
        }

        .fundcontent .values-item p {
            padding: 15px 0;
            font-size: 13px;
            opacity: 1;
            -webkit-transition: inherit;
            transition: inherit;
            -webkit-transform: inherit;
            transform: inherit;
            line-height: 1.5em;
        }

        .fundcontent .values-item a {
            color: #fff !important;
        }

            .fundcontent .values-item a:hover, .fundcontent .values-item a:focus {
                color: #fff !important;
            }

        .fundcontent .values-item:hover p {
            opacity: 1;
            -webkit-transform: inherit;
            transform: inherit;
        }

    /*.nav .mainNav {
        margin-bottom: 15px;
    }*/

    /*.slc-top .btn-group {
        width: 55%;
    }*/

    /*.slc-top {
        float: left;
        width: 50%;
        padding: 0;
        margin: 0 auto;
    }*/
    /*.head-options .slc-top {
        padding: 10px 50px 0 60px;
    }*/

    .block .thumb img {
        min-height: inherit;
    }

    .popupheight {
        display: block;
        height: 0;
    }

    .invest > li:first-child {
        vertical-align: top !important;
    }

        .invest > li:first-child a {
            height: 86px !important;
        }

    .globalnav {
        display: none;
        padding-top: 20px;
        text-align: left;
    }

        .globalnav li {
            margin: 0;
        }

    .foucsfunds .values-item img {
        width: 100%;
        /* max-width: none;
   width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;*/
    }

    .foucsfunds .values-item:hover img {
        opacity: 1;
        /*width: 100%;*/
        -webkit-transform: none;
        transform: none;
    }

    .foucsfunds .values-item h3 {
        position: relative;
        padding-bottom: 8px;
        font-weight: bold;
        font-size: 21px;
        overflow: hidden;
    }

        .foucsfunds .values-item h3::after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 35px;
            height: 3px;
            background: #ed3023;
            content: '';
            -webkit-transition: -none;
            transition: none;
            -webkit-transform: none;
            transform: none;
        }

    .foucsfunds .values-item:hover h3::after {
        -webkit-transform: none;
        transform: none;
    }

    .foucsfunds .values-item:hover p {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    .foucsfunds .overview-values .values-item:hover {
        background: none;
        opacity: 1;
    }

    .foucsfunds .overview-values .values-item div {
        color: #000;
    }

        .foucsfunds .overview-values .values-item div:hover {
            color: #000;
        }

    .list-item {
        float: left;
        width: 50%;
        padding: 15px;
    }

    .txtd {
        display: none;
    }

    .txtm, .txtm:hover {
        display: block;
        color: #000;
        margin-left: 5px;
        height: 130px;
    }

    .foucsfunds .values-item p:nth-child(2) {
        padding: 0 !important;
    }

    .foucsfunds .values-item p:first-child {
        padding: 15px 0 0 0;
    }

    span.padding {
        width: 100%;
    }

    span.message {
        width: 100%;
        margin: 0;
    }

        span.message a, span.message a:hover {
            color: red !important;
            padding: 0px !important;
            background: none !important;
            transition: inherit !important;
        }
    /*.slc-top .btn-group .btn {
        padding: 10px 0 0 15px;
    }*/

    .c-overviewblock {
        display: block;
    }

    .c-over {
        display: block;
    }

    .c-videoBlock {
        margin-left: 0;
        width: auto;
    }

    .c-overvideo {
        display: block;
    }

    /*table.returnstabclass > thead > tr > th, table.returnstabclass > tbody > tr > th, table.returnstabclass > tfoot > tr > th, table.returnstabclass > thead > tr > td, table.returnstabclass > tbody > tr > td, table.returnstabclass > tfoot > tr > td {
        width: 100% !important;
    }*/

    table.returnstabclass > thead > tr > th {
        text-align: right;
    }

    table.returnstabclass > tbody > tr > td:not(:first-child) {
        text-align: right;
    }

    table.funddownloads {
        font-size: 13px;
    }

    .facts li {
        min-height: 0 !important;
    }

    .country-inner img {
        width: 100%;
    }

    /*.country_mainBanner .banner .caption {
        padding: 40px 15px 60% 15px;
    }*/

    .contentscroll {
        height: 50%;
    }

    .downloadchart {
        display: none;
    }

    td.stars span p img {
        width: 20%;
    }

    td.stars br {
        display: none;
    }

    .values-item:focus h3::after {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .values-item h3::after {
        background: none;
    }

    .mbdivdist {
        display: block !important;
    }

    .disc_select_block .btn-investor {
        width: 100%;
    }

    /*.luscroll a.btn-red {
        padding: 3px 0 3px 10px;
    }*/
}

@media only screen and (min-width : 320px) {
    .head-options .sl c-top {
        padding: 10px 0 0;
        width: 101%;
    }

    #disclaimerHKE .disclaimer, #disclaimerInst .disclaimer {
        margin: 12px auto auto;
        height: 93%;
        overflow-y: scroll;
    }

    #disclaimerHKC .disclaimer {
        margin: 12px auto auto;
        height: 93%;
        overflow-y: scroll;
    }

    .disclaimer .Hkdisc {
        height: 50% !important;
    }
}

@media only screen and (min-width : 320px) and (max-width : 480px) and (orientation : landscape) {
    .hm-share {
        margin-left: 100px;
    }

    .popupheight {
        display: block;
        height: 200px;
    }

    .disclaimer span {
        display: table;
        margin-top: 14px;
    }

    .contentscroll {
        height: 22% !important;
    }
}

@media only screen and (min-width : 320px) and (max-width : 480px) and (orientation : portrait) {
    .contentscroll {
        max-height: 62% !important;
    }

    .slc-top .btn-group .btn {
        padding: 0 0 0 3px;
    }

    .facts li {
        height: auto;
    }

    .uspopup .mCSB_container {
        height: auto !important;
    }
}
/*15/07/16*/
@media only screen and (min-width : 768px) and (max-width : 1024px) {
    .cninvsttext {
        float: right;
        color: #333333;
        text-decoration: none;
        font-size: 13px;
        padding-top: 3px;
        display: block;
    }

    .cookiemes {
        top: 8%;
    }
    /*3rd aug 2016*/
    .head-options {
        width: 37%;
    }
    /*3rd aug 2016*/
    .sharegroup.showSlide {
        padding: 14px 0 20px 60px !important;
    }

    .hm-arrowwhite {
        background-image: url("../images/home/icons-view_red.png") !important;
        background-size: contain;
    }

    .txtd .foucsfundsredad {
        color: #ed3023;
        border-color: #ed3023;
    }

        .txtd .foucsfundsredad:focus, .txtd .foucsfundsredad:visited, .txtd .foucsfundsredad:active {
            color: #ed3023 !important;
            border-color: #ed3023 !important;
        }

    .divdis {
        width: auto;
        padding: 0px 15px 15px;
    }

        .divdis > ul li {
            width: auto;
            margin-bottom: 15px;
        }

    .tbldividends thead tr th:first-child {
        left: -13px !important;
    }
}
/*15/07/16*/
@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
    .breadcrum {
        padding-left: 15px;
    }

    .small-toolN .sharegroupN {
        width: 200px;
    }

    .sharegroup {
        top: 7px;
    }

        .sharegroup.showSlide {
            padding: 14px 0 20px 0px !important;
        }

    .small-tool {
        position: absolute;
        top: 7px;
        right: 99px;
    }

    .sharegroup.showSlide.pershare {
        padding: 10px 0 21px 0;
    }

    /*.sharegroup.showSlide {
        padding: 14px 0 20px 70px;
    }*/

    .hm-share {
        margin-left: 108px;
    }

    .fund-managers.block .slider > li > div {
        min-height: 270px;
    }

    .block p {
        line-height: 1.5em;
    }

    .meetpeople {
        display: flex !important;
    }

    #disclaimerHKE .disclaimer, #disclaimerInst .disclaimer {
        height: 90%;
        margin: 12px auto auto;
    }

        #disclaimerHKE .disclaimer h4::after, #disclaimerInst .disclaimer h4::after {
            top: 47px !important;
            left: 19px !important;
        }

    #disclaimerHKC .disclaimer {
        height: 90%;
        margin: 12px auto auto;
    }

        #disclaimerHKC .disclaimer h4::after {
            top: 47px !important;
            left: 19px !important;
        }

    .fund-price .table-info {
        height: 423px !important;
    }

    .facts li {
        min-height: 0;
    }
    /* below 2 classes added by praveen for ipad download documents alignment issue.*/
    .download .downlink span {
        display: block;
    }

    .download .downlink {
        line-height: 1em;
    }

    .values-item h3::after {
        -webkit-transition: -webkit-transform 0.35s;
        transition: transform 0.35s;
        -webkit-transform: translate3d(-105%,0,0);
        transform: translate3d(-105%,0,0);
    }
    /*9th aug 2016*/
    .block.allperspective.fundanouncement .cate .shareBar .sharegroup.showSlide {
        padding-right: 181px !important;
    }
    /*9th aug 2016*/
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
    /*.home-main {
        padding: 10px 30px 15px 30px;
    }*/
    /*11 Aug 2016  added by deepthi for Ipad fundprice table width issue*/
    .lstfundpriceipad {
        width: 100%;
    }

    .small-tool {
        top: 5px;
    }

    /*3rd aug 2016*/
    .tool-chart .list-time {
        float: left;
        margin-left: 0;
        width: 32%;
    }

        .tool-chart .list-time li {
            float: left;
            margin-right: 10px;
        }
    /*3rd aug 2016*/
    #disclaimerHKE .disclaimer h4::after, #disclaimerInst .disclaimer h4::after {
        top: 47px !important;
        left: 19px !important;
    }

    #disclaimerHKC .disclaimer h4::after, #disclaimerInst .disclaimer h4::after {
        top: 47px !important;
        left: 19px !important;
    }

    .facts li {
        min-height: 126px;
    }

    .overview-slider {
        height: auto !important;
        margin-bottom: 0 !important;
    }

    .downloadchart {
        display: none;
    }

    .tbldividends thead th {
        padding-left: 23px !important;
    }

        .tbldividends thead th:nth-child(2) {
            padding-left: 8px !important;
        }

    .tbldividends tbody td:first-child {
        padding-left: 13px !important;
    }

    .tbldividends tbody td:nth-child(2) {
        padding: 8px 4px !important;
    }

    .tbldividends thead th {
        padding-left: 20px !important;
        padding-right: 16px !important;
    }
    /*9th aug 2016*/
    .block.allperspective.fundanouncement .cate .shareBar .sharegroup.showSlide {
        padding-right: 50px;
    }

    .tbldividends thead tr th:first-child {
        left: -7px !important;
    }

    /*9th aug 2016*/
    /*10 Aug 2016*/
    .allperspective.fundanouncement .msory-effect1 .cate a > span {
        float: left;
        width: 584px;
    }

    .fundanouncement ul li .desc .cate input + span {
        float: left;
        width: 10%;
    }

    .block.allperspective.fundanouncement .cate .shareBar .sharegroup.showSlide {
        padding-right: 82px !important;
    }

    .disc_select_block .btn-investor {
        width: 100%;
    }
}

.tablesaw-swipe th.tablesaw-cell-hidden, .tablesaw-swipe td.tablesaw-cell-hidden {
    display: block;
}

.data-number p {
    font-size: 14px !important;
    color: rgb(0, 0, 0);
    margin: 0px;
    line-height: 29px;
    padding: 10px 0px 0px 20px;
}

.invest > li:first-child {
    vertical-align: inherit;
}

    .invest > li:first-child a {
        height: inherit;
    }

span.message a, span.message a:hover {
    color: red !important;
    padding: 0px !important;
    background: none !important;
    transition: inherit !important;
}
/*23/3/2016*/
/*10 Aug 2016*/

@media only screen and (min-width : 600px) and (max-width : 1024px) and (orientation : portrait) {
    .hm-share {
        margin-left: 150px;
    }

    /*.hidden-xs {
        display: none !important;
    }*/
}

#Disclaimer ol {
    margin-right: 15px;
}

.DiscActive {
    pointer-events: none;
    cursor: default;
}

/* added by praveen for CSR page as on 22nd Apr 2016 */
.csr-page {
    padding: 15px;
}

.csr-box {
    background-color: #f5f5f5;
    display: table;
    margin: 35px 0 20px;
}

.csr-member {
    margin: 15px 0;
}

.csr-page .thumb {
    display: table-cell;
    width: 130px;
    padding: 15px 10px 10px 10px;
    vertical-align: top;
}

    .csr-page .thumb img {
        min-height: 0;
    }

.csr-page .desc {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px 0 0;
}

.csr-list {
    width: 50%;
    padding: 15px 0;
    display: table;
    float: left;
}

    .csr-list li {
        display: table;
        width: 100%;
        float: left;
        padding: 15px 20px 15px 50px;
    }

        .csr-list li a {
            width: 138px;
            height: 88px;
            display: table-cell;
            padding-right: 50px;
            vertical-align: top;
        }

    .csr-list .li01 a {
        background: url('../images/csr/csr-icon-1.png') no-repeat 0 0 transparent;
    }

    .csr-list .li01:hover a {
        background: url('../images/csr/csr-icon-1-on.png') no-repeat 0 0 transparent;
    }

    .csr-list .li02 a {
        background: url('../images/csr/csr-icon-2.png') no-repeat 0 0 transparent;
    }

    .csr-list .li02:hover a {
        background: url('../images/csr/csr-icon-2-on.png') no-repeat 0 0 transparent;
    }

    .csr-list .li03 a {
        background: url('../images/csr/csr-icon-3.png') no-repeat 0 0 transparent;
    }

    .csr-list .li03:hover a {
        background: url('../images/csr/csr-icon-3-on.png') no-repeat 0 0 transparent;
    }

    .csr-list .li04 a {
        background: url('../images/csr/csr-icon-4.png') no-repeat 0 0 transparent;
    }

    .csr-list .li04:hover a {
        background: url('../images/csr/csr-icon-4-on.png') no-repeat 0 0 transparent;
    }

    .csr-list .li05 a {
        background: url('../images/csr/csr-icon-5.png') no-repeat 0 0 transparent;
    }

    .csr-list .li05:hover a {
        background: url('../images/csr/csr-icon-5-on.png') no-repeat 0 0 transparent;
    }

    .csr-list li a span {
        display: none;
    }

    .csr-list li p {
        display: table-cell;
        vertical-align: top;
        padding: 0;
        margin: 0;
    }

.csr-activity .see-more {
    font-weight: bold;
    text-align: center;
    display: block;
    clear: both;
    padding: 20px 0;
}

.csr-activity .thumb,
.csr-activity .desc {
    padding-bottom: 20px;
}

.csr-activity h4 {
    font-size: 1em;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0;
}

.csr-activity .desc .hide {
    display: none;
}

@media only screen and (max-width : 1024px) {
    .block .csr-activity .see-more:hover,
    .block .csr-activity .read-more:hover {
        color: #333;
    }
}

@media only screen and (max-width : 991px) {
    /**added by kiran 050117 to fix zoom in issue*/
    .home-item {
        width: 44%;
        /*position: static !important;*/
    }

    .home-market {
        height: 323px;
    }

    .home-news {
        min-height: 323px;
    }

    .home-market img {
        height: 323px;
    }

    .home-awards {
        min-height: 184px;
    }

    /*.home-video img {
        height: 186px;
    }*/

    .home-block p {
        font-size: 16px;
    }

    .csr-list li {
        padding: 15px 20px;
    }

        .csr-list li a {
            width: 108px;
            padding-right: 20px;
        }

    .home-item-2col, .home-item-2mid, .home-item-3col {
        width: 92%;
    }

    .home-intro img {
        height: 234px;
    }

    .home-block {
        overflow: hidden;
    }
}

@media only screen and (max-width : 767px) {
    .home-item {
        width: 100%;
        position: static !important;
    }

    .home-intro, .home-item-2mid .home-block {
        height: auto;
    }

    .csr-page .thumb {
        display: block;
        margin: 0 auto;
        padding: 10px 0 0 0;
    }

    .csr-page .desc {
        padding: 0 10px;
        width: 100%;
        display: block;
    }

    .csr-list {
        float: none;
        width: 100%;
        margin: 15px 0;
        padding: 0;
    }

        .csr-list li {
            width: 100%;
            padding: 15px;
        }

            .csr-list li.li05 {
                padding: 15px 15px 0 15px;
            }

            .csr-list li a {
                width: 105px;
                height: 88px;
                padding-right: 17px;
            }

            .csr-list li p {
                padding: 0;
                margin: 0;
                vertical-align: top;
            }

    .csr-activity .list-item {
        padding: 0 15px 15px;
    }

    .fundaward .desc p {
        height: 37px !important;
    }
}

.highlight {
    clear: both;
    width: 100%;
    height: 16px;
    background: url(../images/home/highlight.png) no-repeat left bottom #ea172c;
}

.cache-note {
    font-size: 14px;
    background-color: #f5f5f5;
    line-height: 150%;
    padding: 25px 30px 20px;
}

.country-main {
    padding: 30px 15px;
}

.country_mainBanner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .country_mainBanner .banner img {
        padding-bottom: 16px;
        background: url(../images/home/highlight.png) no-repeat left bottom #ea172c;
    }

    .country_mainBanner .bx-viewport {
        margin: 0;
    }
/* added by spalash due to home video banner*/
@media only screen and (min-width : 1200px) {
    /*added by splash as on 20 july 2016*/
    .mainBanner .bx-wrapper {
        height: 390px;
    }

        .mainBanner .bx-wrapper .bx-pager {
            bottom: 20px;
        }

    .banner_title p {
        padding-bottom: 40px;
    }
    /*End 20 july 2016*/
    .country_mainBanner, .country_mainBanner .bx-viewport,
    .country_mainBanner .banner {
        max-height: 390px;
    }
    /* added by praveen for SG video banner link button as on 22 june 2016*/
    .lnkbtn a {
        position: relative;
        /*top: 100px;*/
        /*left:-20px;*/
    }
}

.country_mainBanner .bx-viewport li video {
    opacity: 0;
}

.country_mainBanner .bx-viewport li.active video {
    opacity: 1;
}

.country_mainBanner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 20px;
    /*added the below properties on 10Jun 2016 for home vidoe banner*/
    width: auto;
    left: 50%;
    margin-left: -30px;
    z-index: 999; /*added by praveen for displaying pager.*/
}
    /*added the below properties on 10Jun 2016 for home vidoe banner*/
    .country_mainBanner .bx-wrapper .bx-pager.bx-default-pager .bx-pager-item {
        /*display: block;
        float: right;*/
        display: inline-block;
    }

.country-item {
    padding-bottom: 30px;
    font-size: 16px;
    position: relative;
}

    .country-item .country-inner.investor {
        min-height: 155px;
    }

.country-inner {
    position: relative;
    background-color: #f5f5f5;
    border-radius: 5px;
}

    .country-inner img {
        border-radius: 5px 5px 0 0;
    }

    .country-inner h2 {
        font-size: 16px;
        font-weight: bold;
        position: absolute;
        z-index: 55;
        padding: 15px 0 0 15px;
        text-transform: uppercase;
    }

        .country-inner h2:after {
            content: '';
            position: absolute;
            top: 40px;
            left: 15px;
            height: 4px;
            background-color: #f00019;
            width: 45px;
        }

    .country-inner .bx-wrapper .bx-viewport {
        margin-bottom: 0;
    }

    .country-inner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: 10px;
        z-index: 9999;
    }

        .country-inner .bx-wrapper .bx-pager.bx-default-pager a,
        .country-inner .bx-wrapper .bx-pager.bx-default-pager a:hover {
            background-color: #bac2c8;
        }

            .country-inner .bx-wrapper .bx-pager.bx-default-pager a.active {
                background-color: #6a747a;
            }

    .country-inner .insight {
        position: relative;
        margin-bottom: -3px;
    }

    .country-inner .hmperspective {
        position: relative;
        margin-bottom: -3px;
    }
    /*commented on 9/6/2016*/

    .country-inner .insight div {
        position: absolute;
        left: 0;
        top: 0;
        padding-top: 60px;
    }

    .country-inner .insight p {
        font-weight: bold;
        padding: 0 15px 5px 15px;
        line-height: 135%;
    }

    .country-inner .insight span {
        display: block;
        font-size: 12px;
        color: #666;
        padding: 5px 15px 0 15px;
    }

    .country-inner .insight:hover h2 {
        color: #fff;
    }

    .country-inner .insight:hover div {
        background-color: rgba(0,0,0,0.4);
        width: 100%;
        height: 100%;
        border-radius: 5px 5px 0 0;
    }

    .country-inner .insight:hover p,
    .country-inner .insight:hover span {
        color: #fff;
    }

    .country-inner .bx-item .insight:hover div {
        background: none;
    }

    .country-inner .bx-item .insight:hover p {
        color: #333;
    }

.fund-price {
    border-radius: 5px;
    border: 1px solid #e9ecee;
    background-color: #fff;
}

    .fund-price h2 {
        padding: 25px 0 0 25px;
    }

        /*added on dated of 15/07/16*/
        .fund-price h2.lfprice-head {
            padding: 25px 0 0 8px;
        }

            .fund-price h2.lfprice-head::after {
                left: 8px;
            }

@media only screen and (min-width:320px) and (max-width:767px) {
    .fund-price h2.lfprice-head {
        padding: 25px 0 0 20px;
    }

        .fund-price h2.lfprice-head::after {
            left: 20px;
        }
}
/*added on dated of 15/07/16*/

.fund-price h2:after {
    top: 50px;
    left: 25px;
}

.fund-price .table-info {
    /*height: 390px;*/
    height: 434px;
    padding-top: 55px;
    margin-bottom: 0;
}

    .fund-price .table-info li {
        display: table;
        width: 100%;
        border-bottom: 1px solid #e9ecee;
        padding: 0;
    }

        .fund-price .table-info li:last-child {
            border-bottom: none;
        }

    .fund-price .table-info li {
        font-size: 15px;
    }

    .fund-price .table-info .title {
        font-size: 16px;
    }

    .fund-price .table-info li:hover {
        background-color: #e9ecee;
        font-weight: bold;
    }

    .fund-price .table-info li.title:hover {
        background-color: #fff;
    }

    .fund-price .table-info li p {
        display: table-cell;
        padding: 10px 8px;
    }

        .fund-price .table-info li p span {
            font-size: 12px;
            color: #999;
            padding: 0;
            display: block;
        }

            .fund-price .table-info li p span:before {
                display: none;
            }

    .fund-price .table-info li:hover p span {
        font-weight: normal;
    }

    .fund-price .table-info li:hover a {
        color: #333;
    }

    .fund-price .table-info li p.p01 {
        width: 55%;
    }

    .fund-price .table-info li p.p02 {
        width: 20%;
        text-align: center;
    }

    .fund-price .table-info li p.p03 {
        width: 25%;
        text-align: center;
    }

.fund-price a.pull-right {
    padding: 5px 0 5px;
}

.fund-price a.pull-left {
    padding: 3px 0 7px 8px;
}

.country-video {
    position: relative;
    margin-bottom: -2px;
    border-radius: 5px 5px 0 0;
    z-index: 2;
}

    .country-video img {
        width: 100%;
        /* height: 196px; added by praveen due to bottom allignment.*/
        border-radius: 5px 5px 0 0;
    }
    /* added by praveen for hide the play icon on iphone*/

    .country-video > div {
        background-color: #fff;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .country-video img.poster {
        border-radius: 5px 5px 0 0;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

.v-control {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin: -35px 0 0 -35px;
    width: 70px;
    height: 60px;
}

    .v-control:hover {
        margin: -40px 0 0 -40px;
        width: 80px;
        height: 80px;
        transition: all 0.3s;
    }

    .v-control img {
        width: 100%;
    }

.country-award {
    padding: 60px 0 0 15px;
    position: absolute;
    z-index: 55;
    font-weight: bold;
    top: 0;
    left: 0;
    line-height: 135%;
}

    .country-award:hover {
        color: #fff;
    }

    .country-award span {
        font-size: 65px;
        padding: 0 5px 0 0;
        display: table-cell;
        vertical-align: middle;
    }

    .country-award small {
        display: table-cell;
        vertical-align: middle;
    }

.quick-link {
    padding: 58px 15px 20px;
    display: table;
    width: 100%;
    min-height: 125px;
}

    .quick-link li {
        display: table-cell;
        width: 50%;
        vertical-align: top;
    }

        .quick-link li a {
            width: 100%;
            display: table-cell;
            padding-left: 45px;
            height: 40px;
            vertical-align: middle;
        }

        .quick-link li.dload a {
            background: url(../images/home/fund_grey.png) no-repeat 0 center transparent;
            padding: 0 0 0 50px;
        }

        .quick-link li.dload.uktax a {
            background: url(../images/home/Tax_blue.png) no-repeat 0 center transparent;
            padding: 0 0 0 50px;
        }

            .quick-link li.dload.uktax a:hover {
                background: url(../images/home/Tax_red.png) no-repeat 0 center transparent;
                padding: 0 0 0 50px;
            }

        .quick-link li.cart a {
            background: url(../images/home/cart.png) no-repeat 0 center transparent;
            padding: 0 0 0 57px;
        }

        .quick-link li.dload a:hover {
            background: url(../images/home/fund_red.png) no-repeat 0 center transparent;
        }

        .quick-link li.cart a:hover {
            background: url(../images/home/cart-red.png) no-repeat 0 center transparent;
        }

.country-message {
    padding: 60px 125px 17px 15px;
    line-height: 130%;
    border-radius: 5px;
    display: table;
    width: 100%;
    min-height: 200px;
    background: url('../images/home/announcement.png') no-repeat 95% 30px transparent;
    background-size: 110px;
}

.mozilla .country-message {
    height: 208px;
}

.country-message p {
    padding-bottom: 10px;
}

.country-message input {
    margin-bottom: 15px;
    height: 45px;
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 12px 10px 8px 10px;
}

.country-message button {
    color: #fff;
    width: 110px;
    text-align: center;
    background-color: #68737a;
    padding: 10px;
    border: none;
    float: right;
}

.country-nav {
    overflow: hidden;
    background-color: #f5f5f5;
    padding: 8px 0 14px 10px;
    position: relative;
    border-radius: 0 0 5px 5px;
}

    .country-nav a.pull-right {
        color: #ed1a2f;
        font-size: 14px;
        text-decoration: none; /* modified by deepthi for visited issue on 24 june 2016.*/
    }

    .country-nav a.pull-left {
        font-size: 14px;
        color: #ed1a2f;
        text-decoration: none; /* modified by deepthi for visited issue on 24 june 2016.*/
    }

.hm-download {
    background: url("../images/home/download.png") no-repeat;
    background-size: 21px 26px;
    position: relative;
    top: 7px;
    display: inline-block;
    width: 26px;
    height: 26px;
}

.country-nav a:hover .hm-download {
    background: url("../images/home/download-red.png") no-repeat;
    background-size: 21px 26px;
}

a:focus {
    border: none;
    background: none;
    outline: none;
}

@media only screen and (min-width : 768px) and (max-width : 991px) {
    .country-arrange {
        float: right;
    }

    .quick-link {
        min-height: 231px;
    }

        .quick-link li {
            display: block;
            width: 100%;
            margin: 18px 0;
        }

            .quick-link li a {
                height: 48px;
            }

            .quick-link li.dload a {
                padding: 0 0 0 80px;
                background-position: 12px center;
                background-size: 40px 48px;
            }

            .quick-link li.cart a {
                padding: 0 0 0 80px;
                background-position: 0 center;
                background-size: 60px 40px;
            }

            .quick-link li.dload a:hover {
                background: url(../images/home/fund_red.png) no-repeat 0 0 transparent;
                background-size: 40px 48px;
                background-position: 12px center;
                color: #333;
                font-weight: normal;
            }

            .quick-link li.cart a:hover {
                background: url(../images/home/cart-red.png) no-repeat 0 0 transparent;
                background-size: 60px 40px;
                background-position: 0 center;
                color: #333;
                font-weight: normal;
            }

    .country-nav a:hover .hm-download {
        background: url("../images/home/download.png") no-repeat;
        background-size: 21px 26px;
    }

    .country-nav a:hover {
        color: #333;
    }

    .country-video img {
        min-height: 186px;
    }

    .country-nav a:hover .hm-download {
        background: url("../images/home/download-red.png") no-repeat;
        background-size: 21px 26px;
    }

    .country-message {
        background-position: 95% 30px;
        min-height: 230px;
    }
}

@media only screen and (min-width : 992px) and (max-width : 1199px) {
    .country-video img {
        max-height: 159px;
    }

    .country-message {
        background-position: 95% 20px;
        min-height: 205px;
    }

    .mozilla .country-message {
        min-height: 213px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1199px) {
    .lstfundpriceipad {
        width: 100%;
    }
    /*added by praveen for fund price width issue in ipad*/
    .fund-price .table-info li p.p01 {
        width: 52%;
    }

    .fund-price .table-info li p.p02 {
        width: 18%;
    }

    .fund-price .table-info li p.p03 {
        width: 30%;
        text-align: center;
    }

    .country_mainBanner .banner .caption {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        padding: 25px 50px;
        width: 45%;
    }

        .country_mainBanner .banner .caption .inner {
            position: absolute;
            top: 50%;
            transform: translate(0%, -50%);
            -webkit-transform: translate(0%, -50%);
            display: block;
            left: 0;
            right: 0;
        }

            .country_mainBanner .banner .caption .inner h2 {
                font-size: 30px;
                line-height: 35px;
                padding-bottom: 10px;
            }

        .country_mainBanner .banner .caption p {
            font-size: 20px;
            line-height: 20px;
            padding-bottom: 15px;
        }
}

@media only screen and (min-width : 768px) {
    .country_mainBanner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        top: auto !important;
    }
}

@media only screen and (max-width : 767px) {
    .fundanouncement ul li .desc .cate input + span {
        width: 23%;
    }

    .home-main {
        padding: 10px 15px 15px;
    }

    .country-item {
        width: 100%;
    }

    .fund-price .table-info {
        height: auto;
        padding: 55px 0 0 0;
    }

    .fund-price h2 {
        padding: 25px 0 0 20px;
    }

    .fund-price .table-info .title {
        display: none;
    }

    .fund-price .table-info li {
        padding: 0 15px;
    }

        .fund-price .table-info li p {
            display: inline-block;
            padding: 5px;
        }

            .fund-price .table-info li p.p01 {
                width: auto;
                display: block;
            }

            .fund-price .table-info li p.p02 {
                width: auto;
                text-align: left;
            }

            .fund-price .table-info li p.p03 {
                width: auto;
                text-align: left;
            }

    .quick-link li.dload {
        display: block;
        float: left;
    }

    .quick-link li.cart {
        display: block;
        float: right;
        text-align: right;
    }

    .quick-link li.dload a {
        background-position: 10px center;
        display: inline-block;
        padding: 12px 0 0 50px;
    }

    .quick-link li.cart a {
        padding: 12px 0 0 55px;
        display: inline-block;
        width: auto;
    }

    .quick-link li.dload a:hover {
        background: url(../images/home/fund_red.png) no-repeat 0 0 transparent;
        background-position: 10px center;
        color: #333;
        font-weight: normal;
    }

    .quick-link li.cart a:hover {
        background: url(../images/home/cart-red.png) no-repeat 0 0 transparent;
        background-position: 0 center;
        color: #333;
        font-weight: normal;
    }

    .country-nav a:hover .hm-download {
        background: url("../images/home/download-red.png") no-repeat;
        background-size: 21px 26px;
        color: #333;
    }

    .country-nav a:hover {
        color: #333;
    }

    .slc-top .dropdown-menu {
        left: 0;
        right: auto;
    }

        .slc-top .dropdown-menu > li > a {
            text-align: center;
        }

    .country-main {
        padding: 30px 0 0 0;
    }

    .country_mainBanner {
        padding: 0 15px;
    }

        .country_mainBanner .bx-viewport {
            margin: 0;
            background-color: #f3f3f3;
        }

        .country_mainBanner .banner .caption {
            padding: 40px 15px 30px 15px;
        }

    .banner .caption h2 {
        font-size: 20px;
        line-height: 110%;
        padding-bottom: 10px;
    }

    .country_mainBanner .banner .caption p {
        height: auto;
        font-size: 15px;
        padding-bottom: 15px;
    }

    .country_mainBanner .banner .caption a {
        font-size: 13px;
        border-width: 1px;
        font-weight: normal;
    }

    .country_mainBanner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: auto;
    }

    .country-nav a.count-01 {
        width: 50%;
        display: table;
        padding: 5px 0 0 10px;
    }

    .country-nav a.count-02 {
        width: 50%;
        display: table;
        padding: 5px 5px 0 0;
    }

        .country-nav a.count-01 i,
        .country-nav a.count-02 i {
            display: table-cell;
            top: 0;
        }

        .country-nav a.count-01 span,
        .country-nav a.count-02 span {
            display: table-cell;
            vertical-align: middle;
        }

        .country-nav a.count-02 span {
            text-align: right;
        }
}

.sharegroup {
    display: inline-block;
    margin-right: -100px;
    margin-top: -10px;
}

    .sharegroup.active {
        display: block;
    }

    .sharegroup a {
        padding-left: 5px;
        display: inline-block;
    }

    .sharegroup.hideSlide a + a {
        display: none;
    }

    .sharegroup.showSlide {
        background-color: rgba(255,255,255,0.85);
        position: absolute;
        width: 100%;
        height: 60px;
        left: 0;
        top: 0;
        padding: 14px 0 20px 80px;
        z-index: 10;
    }

        .sharegroup.showSlide.pershare {
            height: 40px;
            left: 0;
            top: 10px;
            padding: 10px 0 21px 80px;
        }

@media only screen and (max-width : 480px) {
    .sharegroup.showSlide {
        padding: 14px 0 20px 50px;
    }

        .sharegroup.showSlide.pershare {
            padding: 10px 0 21px 50px;
        }

    .home-nav i, .country-nav i {
        margin: 0;
    }

    .quick-link li.dload {
        font-size: 14px;
    }

    .quick-link li.cart {
        font-size: 14px;
    }

    .quick-link li.dload a {
        background-position: 0 center;
        display: inline-block;
        padding: 12px 0 0 30px;
        background-size: 25px 30px;
    }

    .quick-link li.cart a {
        padding: 12px 0 0 35px;
        display: inline-block;
        width: auto;
        background-size: 30px 20px;
    }

    .quick-link li.dload a:hover {
        background: url(../images/home/fund_red.png) no-repeat 0 0 transparent;
        background-position: 0 center;
        background-size: 25px 30px;
    }

    .quick-link li.cart a:hover {
        background: url(../images/home/cart-red.png) no-repeat 0 0 transparent;
        background-position: 0 center;
        background-size: 30px 20px;
    }

    .country-message {
        background-size: 100px;
        background-position: 95% 30px;
        padding: 60px 105px 15px 15px;
    }

    .country_mainBanner .banner {
        background-color: #f3f3f3;
    }

    .banner .caption h2 {
        font-size: 20px;
        line-height: 110%;
        padding-bottom: 10px;
    }

    .country_mainBanner .banner .caption p {
        height: auto;
        font-size: 15px;
        padding-bottom: 15px;
    }

    .country_mainBanner .banner .caption a {
        font-size: 13px;
    }
}

@media only screen and (min-width : 280px) and (max-width : 340px) {
    .quick-link li.dload {
    }

    .quick-link li.cart {
        text-align: left;
    }

    .quick-link li.dload a {
        padding: 6px 0 0 30px;
    }

    .quick-link li.cart a {
        padding: 6px 0 0 35px;
    }
}

@media only screen and (min-width: 1229px) {
    .showcase .horizontal-images.content {
        width: 1060px;
    }
}

@media only screen and (min-width: 1629px) {
    .showcase .horizontal-images.content {
        width: 700px;
    }
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) {
    .contentscroll {
        height: 42% !important;
    }
}

@media only screen and (min-width : 481px) and (max-width : 767px) {
    .head-options .slc-top .btn-group:last-child .dropdown-menu {
        right: 40%;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {
    .slc-top .btn-group .btn {
        padding: 0 0 0 2px !important;
    }
}

@media screen and (min-width:800px) and (max-width:992px) {
    .txtd .foucsfundsredad {
        color: #f62459;
        text-decoration: none;
        font-size: 15px;
        /* background-image: url("../images/home/icons-view.png") no-repeat;
      background-image: url("../images/home/icons-view_red.png") no-repeat !important;*/
        border-radius: 4px;
        border: 1px solid #f62459;
        padding: 0 8px 6px 9px !important;
        width: 147px !important; /*modified by praveen from 128px to 147px due to chinese string on 23 june 2016*/
    }

        .txtd .foucsfundsredad:hover, .txtd .foucsfundsredad:hover:focus {
            color: #f62459 !important;
        }

        .txtd .foucsfundsredad .hm-arrowwhite {
            background-image: url("../images/home/icons-view_red.png") !important;
        }
}

@media only screen and (min-width : 996px) {
    #tblDividend .sorting:first-child {
        background: url(../images/icon-order.png) no-repeat 180px 13px !important;
    }

    #tblDividend .sorting_desc:first-child {
        background: url(../images/icon-order-down.png) no-repeat 180px 13px !important;
    }

    #tblDividend .sorting_asc:first-child {
        background: url(../images/icon-order-up.png) no-repeat 180px 13px !important;
    }

    #tblDividend .sorting_desc:nth-child(2) {
        background: url(../images/icon-order-down.png) no-repeat 230px 13px !important;
    }

    #tblDividend .sorting_asc:nth-child(2) {
        background: url(../images/icon-order-up.png) no-repeat 230px 13px !important;
    }

    #tblDividend .sorting:nth-child(2) {
        background: url(../images/icon-order.png) no-repeat 230px 13px !important;
    }

    #tblDividend .sorting_desc:nth-child(3) {
        background: url(../images/icon-order-down.png) no-repeat 180px 13px !important;
    }

    #tblDividend .sorting_asc:nth-child(3) {
        background: url(../images/icon-order-up.png) no-repeat 180px 13px !important;
    }

    #tblDividend .sorting:nth-child(3) {
        background: url(../images/icon-order.png) no-repeat 180px 13px !important;
    }

    #tblDividend .sorting_desc:nth-child(4) {
        background: url(../images/icon-order-down.png) no-repeat 215px 13px !important;
    }

    #tblDividend .sorting_asc:nth-child(4) {
        background: url(../images/icon-order-up.png) no-repeat 215px 13px !important;
    }

    #tblDividend .sorting:nth-child(4) {
        background: url(../images/icon-order.png) no-repeat 215px 13px !important;
    }
}