html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, /*sup,*/ var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: middle;
    background: transparent;
    box-sizing: border-box;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

html {
    font-size: 100%;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #262626;
    font-size: 16px;
    background-color: #fff;
}

a {
    text-decoration: none;
    outline: none;
    color: #262626;
}

    a:hover {
        text-decoration: none;
        color: #0f54b4;
    }

    a:active {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-tap-highlight-color: transparent;
    }

    a img {
        border: none;
    }

input,
select,
textarea {
    outline: none;
    font-family: Roboto, Arial;
    font-size: 1rem;
}

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/oswald/v47/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiZTaR.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/oswald/v47/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiZTaR.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/oswald/v47/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUliZTaR.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/oswald/v47/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiZTaR.woff2) format("woff2");
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: "Oswald";
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/oswald/v47/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

h1,
h2,
h3 {
    font-family: Roboto;
}

.page-sidebar {
    left: -250px;
    top: 0;
    width: 250px;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    transition: left 0.2s;
}

    .page-sidebar.active {
        left: 0;
        -webkit-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 3px 0 3px 0 rgba(0, 0, 0, 0.1);
    }

.sidebar-languagebox {
    clear: both;
    padding: 0.5em;
    background-color: #f8f8f8;
}

    .sidebar-languagebox a {
        float: left;
        width: 20%;
        height: 20px;
    }

        .sidebar-languagebox a.vi {
            background: url(../images/vietnamese.png) no-repeat center center;
        }

        .sidebar-languagebox a.en {
            background: url(../images/english.png) no-repeat center center;
        }

        .sidebar-languagebox a.fr {
            background: url(../images/french.png) no-repeat center center;
        }

        .sidebar-languagebox a.cn {
            background: url(../images/chinese.png) no-repeat center center;
        }

        .sidebar-languagebox a.ru {
            background: url(../images/russian.png) no-repeat center center;
        }

        .sidebar-languagebox a.es {
            background: url(../images/spanish.png) no-repeat center center;
        }

.sidebar-searchbox {
    clear: both;
    padding: 0.5em;
}

.page-nav {
    clear: both;
    height: auto;
    padding: 0;
    position: relative;
    z-index: 0;
    background-color: #0f54b4;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 1;
    height: 40px;
}

.nav-home {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff !important;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}

    .nav-home:active {
        color: #fff !important;
    }

.nav-option {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.nav-link {
    clear: both;
    color: #404040 !important;
    margin-top: -1px;
    border-top: #ededed 1px solid;
    border-bottom: #ededed 1px solid;
    font-weight: 400;
}

    .nav-link.active,
    .nav-link:hover {
        background-color: #f1f2f3;
    }

    .nav-link > i {
        margin-right: 0.25em;
    }

    .nav-link br {
        display: none !important;
    }

.nav-btn {
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    background-color: none;
}

#nav-icon {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 11px auto 5px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
}

    #nav-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

        #nav-icon span:nth-child(1) {
            top: 0;
        }

        #nav-icon span:nth-child(2) {
            top: 8px;
        }

        #nav-icon span:nth-child(3) {
            top: 16px;
        }

    #nav-icon.open span:nth-child(1) {
        top: 8px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-icon.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon.open span:nth-child(3) {
        top: 8px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.page-header {
    clear: both;
}

/*.page-header-inner {
    background-color: #fff;
    background: url(../images/header-bg.jpg) no-repeat center top;
}*/

.topbar {
    clear: both;
    color: #9e0b0f;
    min-height: 30px;
    font-size: 15px;
}

    .topbar a {
        display: inline-block;
        padding: 8px 0;
        color: #9e0b0f;
    }

    .topbar span {
        display: inline-block;
        padding: 8px 5px;
    }

.header-inner {
    clear: both;
    margin: 0 auto;
    height: 140px;
    position: relative;
    z-index: 0;
    -moz-background-size: auto auto;
    -webkit-background-size: auto auto;
    background-size: auto auto;
}

.header-logo {
    position: absolute;
    z-index: 1;
    left: 40px;
    top: 0;
    width: 100px;
    height: 125px;
    background: url(../images/logo.png) no-repeat left center;
}

    .header-logo a {
        float: left;
        width: 100%;
        height: 100%;
    }

        .header-logo a img {
            float: left;
            width: auto;
            height: 100%;
        }

.header-text {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    width: 430px;
    height: 113px;
    margin-left: -215px;
    margin-top: -56px;
    background: url(../images/header-text.png) no-repeat center center;
}

    .header-text a {
        float: left;
        width: 100%;
        height: 100%;
    }

.header-special {
/*    position: absolute;
    z-index: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 322px;
    background: url(../images/cot-co-ha-noi.png) no-repeat right top;
    -moz-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;*/
}

.navbar {
    clear: both;
    display: block;
    padding: 0;
    color: #fff;
    /* background-color: #0f54b4;*/
    background-color: #df5839;
}

    .navbar ul {
        clear: both;
        float: left;
        width: 100%;
        list-style: none;
        height: auto;
        padding: 0;
        margin: 0;
    }

        .navbar ul li {
            float: left;
            margin-right: 1px;
        }

            .navbar ul li.last {
                margin-right: 0;
            }

            .navbar ul li.sep {
                display: none;
                width: 0;
                margin-right: 0;
            }

            .navbar ul li a {
                display: block;
                text-align: center;
                clear: both;
                color: #fff;
                font-weight: 400;
                text-transform: uppercase;
                max-height: 50px;
                overflow: hidden;
                font-family: Oswald;
                font-size: 16px;
                line-height: 1.25;
            }

            .navbar ul li span {
                display: block;
                padding: 5px 10px;
            }

            .navbar ul li.first a {
                width: 50px;
                height: 50px;
                margin-right: 0;
            }

    .navbar li.active > a,
    .navbar li:hover > a {
        background-color: #fff;
        color: #0f54b4;
    }

    .navbar li.first.active > a {
        color: #f04923;
        background-color: #fff;
    }

    .navbar li ul {
        display: none;
        position: absolute;
        z-index: 10;
        width: 220px;
        height: auto;
    }

    .navbar li:hover ul {
        display: block;
        background: none;
        background-color: #f04923;
    }

    .navbar li li {
        display: block;
        width: 100%;
        clear: both;
        background: none;
        height: auto;
        border-top: #f26d7d 1px solid;
    }

        .navbar li li a {
            display: block;
            text-transform: none;
            font-weight: 400;
            background: none;
            margin: 0;
            padding: 0;
            color: #fff;
            font-family: Oswald;
            height: auto;
            max-height: 132px !important;

        }

        .navbar li li span {
            display: block;
            padding: 8px 10px;
            margin: 0;
            background: none;
            font-weight: 400;
        }

        .navbar li li.active > a,
        .navbar li li:hover > a {
            color: #000;
            text-transform: none;
            background-color: #fff;
        }

            .navbar li li:hover > a span {
                background: none;
            }

.subbar {
    clear: both;
    border-bottom: #eaeaea 1px solid;
}

.hotbar {
    clear: both;
    position: relative;
    height: 50px;
}

    .hotbar .today {
        position: absolute;
        z-index: 0;
        left: 0;
        top: 15px;
        color: #262626;
    }

    .hotbar .languagebox {
        position: absolute;
        z-index: 0;
        top: 50%;
        margin-top: -12px;
        right: 270px;
    }

        .hotbar .languagebox a {
            background: url(../images/english.png) no-repeat left center;
            margin-left: 0;
            padding-left: 30px;
            color: #0f54b4;
            display: inline-block;
        }

    .hotbar .searchbox {
        position: absolute;
        right: 0;
        top: 9px;
        width: 240px;
        height: 32px;
        line-height: 32px;
        vertical-align: middle;
    }

        .hotbar .searchbox .btn {
            background-color: transparent !important;
            color: #bebebe !important;
        }

.latest-news {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 260px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

    .latest-news label {
        position: absolute;
        z-index: 1;
        top: 50%;
        margin-top: -12px;
        left: 0;
        display: inline-block;
        height: 24px;
        line-height: 24px;
        background-color: #0f54b4;
        font-size: 14px;
        padding: 0 15px 0 10px;
        color: #fff;
        opacity: 1;
    }

        .latest-news label:after {
            position: absolute;
            z-index: 1;
            top: 5px;
            right: -3px;
            content: "";
            display: inline-block;
            width: 14px;
            height: 14px;
            transform: rotateY(0deg) rotate(45deg);
            background-color: #0f54b4;
            font-size: 1px;
            overflow: hidden;
        }

    .latest-news a {
        display: inline-block;
        color: #262626;
        opacity: 1;
    }

        .latest-news a:hover {
            color: #0f54b4;
        }

    .latest-news span {
        display: inline-block;
        padding: 0 10px;
    }

.latest-news-inner {
    position: absolute;
    z-index: 0;
    left: 80px;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.searchbox {
    position: absolute;
    z-index: 0;
    right: 0;
    top: 0;
    width: 240px;
    height: 32px;
    overflow: hidden;
    border: #dedede 1px solid;
    background-color: #fff;
}

    .searchbox input,
    .searchbox button {
        background: none;
        border: 0;
        outline: 0;
    }

    .searchbox .txt {
        float: left;
        width: 200px;
        height: 32px;
        line-height: 32px;
        text-indent: 10px;
        color: #646464;
    }

    .searchbox .btn {
        float: right;
        width: 32px;
        height: 32px;
        cursor: pointer;
        padding: 0 !important;
        text-align: center;
    }

.page-footer {
    clear: both;
    color: #fff;
    background-color: #df5839;
    padding: 1em 0;
    line-height: 1.5;
    border-top: #df5839 3px solid;
}

    .page-footer a {
        color: #0f54b4;
    }

.powerdby {
    color: #0f54b4 !important;
    text-decoration: none !important;
}

.datapager {
    clear: both;
    line-height: 42px;
    text-align: center;
}

    .datapager a:hover {
        background: #0f54b4;
        color: #fff;
    }

    .datapager a:link,
    .datapager a:visited,
    .datapager a:hover,
    .datapager a:active {
        text-decoration: none;
        color: #262626;
        background: #ededed;
        padding: 8px 12px;
        cursor: pointer;
    }

    .datapager span {
        color: #262626;
        padding: 8px 12px;
    }

        .datapager a:hover,
        .datapager span.active {
            background: #0f54b4;
            color: #fff;
        }

.hsep {
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
    font-size: 1px;
    height: 20px;
    min-height: initial !important;
}

.hr {
    clear: both;
    overflow: hidden;
    font-size: 1px;
    height: 30px;
    min-height: initial;
}

.sepline {
    clear: both;
    float: none;
    min-height: initial !important;
    margin: 0;
    padding: 0;
    font-size: 1px;
    height: 20px;
    background: url(../images/line-dark.png) repeat-x left center;
}

.aspNetHidden {
    display: none;
}

.adregion {
    clear: both;
}

    .adregion a {
        clear: both;
        float: left;
        width: 100%;
    }

        .adregion a img {
            float: left;
            width: 100%;
        }

.advcell {
    clear: none;
    float: left;
}

.advrow {
    clear: both;
    float: left;
    width: 100%;
}

.advrow-sep {
    font-size: 1px;
    clear: both;
    display: block;
    height: 15px;
}

.adregion-i {
    clear: both;
}

.sitemap {
    clear: both;
    margin-top: 15px;
}

    .sitemap .root {
        clear: both;
        margin-bottom: 20px;
    }

    .sitemap h2 {
        font-weight: 700;
        font-size: 1.25em;
        color: #0f54b4;
        margin-bottom: 10px;
    }

        .sitemap h2 a {
            color: #0f54b4;
        }

    .sitemap ul {
        clear: both;
        display: block;
        list-style: none;
    }

        .sitemap ul li {
            display: block;
            clear: both;
            padding: 5px 0;
        }

            .sitemap ul li > a {
                font-weight: 700;
                color: #262626;
                padding-left: 25px;
                background: url(../images/arrow-black.png) no-repeat 10px center;
            }

                .sitemap ul li > a:hover {
                    color: #0f54b4;
                }

        .sitemap ul ul {
            padding: 5px 0;
        }

    .sitemap li li {
        clear: both;
        padding: 5px 0;
    }

        .sitemap li li a {
            font-weight: 400;
            color: #000;
            background: no-repeat;
        }

.pagegotop {
    clear: both;
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
}

    .pagegotop a.gotop {
        position: absolute;
        right: 15px;
        bottom: 15px;
        display: block;
        width: 50px;
        height: 50px;
        background: url(../images/gotop.png) no-repeat center center;
        background-size: 100% 100%;
        cursor: pointer;
    }

.container-fluid {
    padding: 0 !important;
}

.btn {
    border: 0 !important;
    outline: 0 !important;
}

.btn-primary {
    background-color: #0f54b4 !important;
}

.container {
    max-width: 1280px !important;
}

.g-recaptcha div {
    margin: 0 auto;
}

.row.gap-20px {
    margin-left: -10px;
    margin-right: -10px;
}

    .row.gap-20px > [class^="col-"] {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

.tophomestory {
    clear: both;
}

.tophomestory-item {
    clear: both;
    float: left;
    width: 100%;
}

    .tophomestory-item .avatar {
        clear: both;
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 0.5rem;
    }

        .tophomestory-item .avatar img {
            float: left;
            width: 100%;
            height: auto;
        }

    .tophomestory-item h1 {
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }

    .tophomestory-item p {
        clear: both;
        padding: 0;
        margin: 0;
        color: #464646;
        display: -webkit-box;
        max-height: 7rem;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 5;
        line-height: 1.4rem;
    }

    .tophomestory-item a:hover {
        color: #0f54b4;
    }

.tophomestory-otheritem {
    clear: both;
    float: left;
    width: 100%;
}

    .tophomestory-otheritem .avatar {
        clear: both;
        float: left;
        width: 150px;
        height: auto;
        overflow: hidden;
    }

        .tophomestory-otheritem .avatar img {
            clear: both;
            float: left;
            width: 100%;
            height: auto;
        }

    .tophomestory-otheritem h2 {
        line-height: 1.4;
    }

    .tophomestory-otheritem a {
        color: #262626;
        font-weight: 400;
    }

        .tophomestory-otheritem a:hover {
            color: #0f54b4;
        }

.tophomestory-other {
    clear: both;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 10px;
    right: 10px;
    height: 100%;
}

    .tophomestory-other > div {
        height: 100%;
        max-height: 100%;
        overflow: auto;
    }

.tophomestory.row,
.tophomestory .row {
    margin-left: -10px;
    margin-right: -10px;
}

    .tophomestory.row > [class^="col-"],
    .tophomestory .row > [class^="col-"] {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

.tophomestory-prev {
    outline: 0;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -32px;
    left: 0 !important;
    font-size: 1px;
    overflow: hidden;
    width: 32px !important;
    height: 64px !important;
    background: url(../images/owl-prev-32.png) no-repeat center center !important;
    border-radius: 0 !important;
}

.tophomestory-next {
    outline: 0;
    position: absolute;
    z-index: 1;
    right: 0 !important;
    top: 50%;
    margin-top: -32px;
    font-size: 1px;
    overflow: hidden;
    width: 32px !important;
    height: 64px !important;
    background: url(../images/owl-next-32.png) no-repeat center center !important;
    border-radius: 0 !important;
}

.focuslist {
    clear: both;
}

    .focuslist ul {
        float: left;
        clear: both;
        width: 100%;
        list-style: none;
    }

    .focuslist li {
        float: left;
        clear: both;
        width: 100%;
        list-style: none;
    }

        .focuslist li.hsep {
            float: none;
        }

    .focuslist .avatar {
        float: left;
        width: 150px;
    }

        .focuslist .avatar img {
            float: left;
            width: 100%;
        }

    .focuslist h4 {
        font-weight: 400;
        line-height: 1.4;
    }

        .focuslist h4 a {
            color: #262626;
        }

            .focuslist h4 a:hover {
                color: #0f54b4;
            }

.focuslist-i {
    clear: both;
}

.titlebar {
    clear: both;
    width: 100%;
    float: left;
    border-bottom: #d9d9d9 2px solid;
    margin-bottom: 15px;
}

    .titlebar h1 {
        clear: both;
        width: 100%;
        float: left;
    }

        .titlebar h1 a,
        .titlebar h1 span {
            padding: 0 0 8px;
            float: left;
            font-size: 20px;
            font-family: Oswald;
            font-weight: 400;
            color: #f04923;
            text-transform: uppercase;
            border-bottom: #f04923 2px solid;
            margin-bottom: -2px;
        }

            .titlebar h1 a:hover {
                color: #0f54b4;
            }

    .titlebar .title {
        clear: both;
        float: left;
    }

        .titlebar .title a,
        .titlebar .title span {
            padding: 0 0 8px;
            float: left;
            font-size: 20px;
            font-family: Oswald;
            font-weight: 400;
            color: #0f54b4;
            text-transform: uppercase;
            border-bottom: #0f54b4 2px solid;
            margin-bottom: -2px;
        }

    .titlebar .sublinks {
        float: right;
        margin-left: 15px;
    }

.sublinks {
    font-size: 20px;
    font-family: Oswald;
    font-weight: 400;
    color: #262626;
    text-transform: uppercase;
}

    .sublinks a {
        color: #262626;
    }

        .sublinks a:hover {
            color: #0f54b4;
        }

    .sublinks span {
        padding: 0 5px;
    }

.authors {
    clear: both;
}

    .authors span {
        display: block;
    }

.authors-name {
    font-size: 14px;
    color: #f2930d;
    text-transform: uppercase;
}

.authors-info {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.homefocus {
    clear: both;
}

.homefocus-item {
    clear: both;
}

    .homefocus-item a.avatar {
        clear: both;
        float: left;
        width: 100%;
        margin-bottom: 0.5rem;
    }

        .homefocus-item a.avatar img {
            clear: both;
            float: left;
            width: 100%;
        }

    .homefocus-item h1 {
        font-weight: 700;
        line-height: 1.4;
    }

    .homefocus-item a {
        color: #262626;
        font-weight: 400;
    }

        .homefocus-item a:hover {
            color: #0f54b4;
        }

.hometeaser {
    clear: both;
}

.hometeaser-first {
    clear: both;
}

    .hometeaser-first .avatar {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        z-index: 0;
        margin-bottom: 0.5rem;
    }

        .hometeaser-first .avatar img {
            float: left;
            width: 100%;
        }

    .hometeaser-first h2 {
        clear: both;
        margin-bottom: 0.5em;
    }

        .hometeaser-first h2 a {
            color: #262626;
            font-weight: 700;
            font-size: 1.25rem;
            font-family: Roboto;
        }

            .hometeaser-first h2 a:hover {
                color: #0f54b4;
            }

    .hometeaser-first p {
        padding: 0;
        margin: 0;
        color: #262626;
        color: #464646;
    }

    .hometeaser-first .authors {
        margin-bottom: 0.5em;
    }

.hometeaser-others {
    clear: both;
}

    .hometeaser-others h3 {
        line-height: 1.4;
    }

        .hometeaser-others h3 a {
            color: #262626;
            font-weight: 400;
        }

            .hometeaser-others h3 a:hover {
                color: #0f54b4;
            }

    .hometeaser-others .avatar {
        float: left;
        width: 150px;
        overflow: hidden;
    }

        .hometeaser-others .avatar img {
            float: left;
            width: 100%;
        }

.homedetail {
    clear: both;
}

    .homedetail .hsep {
        height: 20px;
    }

.homedetail-first {
    clear: both;
}

    .homedetail-first .avatar {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        z-index: 0;
        margin-bottom: 0.5rem;
    }

        .homedetail-first .avatar img {
            float: left;
            width: 100%;
        }

    .homedetail-first h2 {
        clear: both;
        line-height: 1.4;
    }

        .homedetail-first h2 a {
            color: #262626;
            font-weight: 700;
            font-size: 1.125em;
        }

            .homedetail-first h2 a:hover {
                color: #0f54b4;
            }

    .homedetail-first p {
        padding: 0;
        margin: 0;
        margin-top: 0.5rem;
        color: #464646;
        line-height: 1.4;
    }

    .homedetail-first .authors {
        margin-bottom: 0.25rem;
    }

.homedetail-others {
    clear: both;
}

    .homedetail-others ul {
        clear: both;
        float: left;
        width: 100%;
        list-style: none;
    }

    .homedetail-others li {
        clear: both;
        float: left;
        width: 100%;
    }

    .homedetail-others h4 {
        line-height: 1.4;
    }

        .homedetail-others h4 a {
            color: #262626;
            font-weight: 400;
        }

            .homedetail-others h4 a:hover {
                color: #0f54b4;
            }

    .homedetail-others .avatar {
        float: left;
        width: 150px;
        overflow: hidden;
    }

        .homedetail-others .avatar img {
            float: left;
            width: 100%;
        }

.hometeaserslider {
    clear: both;
}

.hometeaserslider-item {
    float: left;
    width: 100%;
    clear: both;
}

    .hometeaserslider-item .avatar {
        clear: both;
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        position: relative;
        z-index: 0;
    }

        .hometeaserslider-item .avatar img {
            float: left;
            width: 100%;
            height: auto;
        }

    .hometeaserslider-item h3 {
        clear: both;
        line-height: 1.4;
    }

        .hometeaserslider-item h3 a {
            color: #262626;
            font-weight: 400;
        }

            .hometeaserslider-item h3 a:hover {
                color: #0f54b4;
            }

.homemedia {
    clear: both;
    padding: 20px 30px 10px;
    background-color: #fffae5;
}

.homemedia-first .avatar {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-bottom: 0.5rem;
}

    .homemedia-first .avatar img {
        float: left;
        width: 100%;
    }

.homemedia-first h2 {
    clear: both;
    display: block;
    margin-bottom: 0.5rem;
}

    .homemedia-first h2 a {
        color: #262626;
        font-weight: 700;
        font-size: 1.125em;
    }

        .homemedia-first h2 a:hover {
            color: #0f54b4;
        }

.homemedia-first p {
    padding: 0;
    margin: 0;
    color: #404040;
    line-height: 1.4;
}

.homemedia-other h3 {
    line-height: 1.4;
}

    .homemedia-other h3 a {
        color: #262626;
        font-weight: 400;
    }

        .homemedia-other h3 a:hover {
            color: #0f54b4;
        }

.homemedia-other .avatar {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.5em;
}

    .homemedia-other .avatar img {
        float: left;
        width: 100%;
    }

.homemedia-other .hsep {
    clear: both;
    float: none;
    height: 20px;
}

.multimedia-titlebar {
    clear: both;
    margin-bottom: 15px;
}

    .multimedia-titlebar .title {
        clear: both;
        float: left;
    }

        .multimedia-titlebar .title a,
        .multimedia-titlebar .title span {
            padding: 0;
            float: left;
            font-size: 20px;
            font-family: Oswald;
            font-weight: 400;
            color: #f04923;
            text-transform: uppercase;
        }

    .multimedia-titlebar .sublinks {
        float: right;
        margin-left: 15px;
    }

.sublinks {
    font-size: 16px;
    font-family: Oswald;
    font-weight: 400;
    color: #262626;
    text-transform: uppercase;
}

    .sublinks a {
        color: #262626;
    }

        .sublinks a.active,
        .sublinks a:hover {
            color: #0f54b4;
        }

    .sublinks span {
        padding: 0 5px;
    }

.videobox {
    clear: both;
}

.videobox-first {
    clear: both;
    margin-bottom: 0.5rem;
}

    .videobox-first .avatar {
        clear: both;
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        z-index: 0;
        margin-bottom: 0.5rem;
    }

        .videobox-first .avatar img {
            float: left;
            width: 100%;
        }

    .videobox-first h2 {
        clear: both;
        margin-bottom: 0.5em;
    }

        .videobox-first h2 a {
            color: #262626;
            font-weight: 700;
            font-size: 1.125em;
        }

            .videobox-first h2 a:hover {
                color: #0f54b4;
            }

    .videobox-first p {
        padding: 0;
        margin: 0;
        color: #606060;
        line-height: 1.4;
    }

    .videobox-first .ic {
        width: 48px !important;
        height: 48px !important;
        left: 50%;
        top: 50%;
        margin-top: -24px;
        margin-left: -24px;
        right: auto;
        bottom: 0;
        border-radius: 50% 50%;
        text-align: center !important;
        line-height: 50px !important;
        vertical-align: middle !important;
        font-size: 24px !important;
    }

.videobox-others {
    clear: both;
}

    .videobox-others ul {
        display: block;
        float: left;
        width: 100%;
        clear: both;
        list-style: none;
    }

    .videobox-others li {
        display: block;
        float: left;
        width: 100%;
    }

    .videobox-others h4 {
        line-height: 1.4;
    }

        .videobox-others h4 a {
            color: #262626;
            font-weight: 400;
        }

            .videobox-others h4 a:hover {
                color: #0f54b4;
            }

    .videobox-others .avatar {
        float: left;
        width: 150px;
        overflow: hidden;
    }

        .videobox-others .avatar img {
            float: left;
            width: 100%;
        }

.gallerybox {
    clear: both;
}

.gallerybox-item {
    clear: both;
    float: left;
    width: 100%;
}

    .gallerybox-item .avatar {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        z-index: 0;
        margin-bottom: 0.5em;
    }

        .gallerybox-item .avatar img {
            float: left;
            width: 100%;
        }

    .gallerybox-item h2 {
        clear: both;
        line-height: 1.4;
        margin-bottom: 0.5em;
    }

        .gallerybox-item h2 a {
            color: #262626;
            font-weight: 400;
        }

            .gallerybox-item h2 a:hover {
                color: #0f54b4;
            }

.audiobox {
    clear: both;
}

    .audiobox ul {
        display: block;
        float: left;
        width: 100%;
        clear: both;
        list-style: none;
    }

    .audiobox li {
        display: block;
        float: left;
        width: 100%;
    }

    .audiobox h3 {
        line-height: 1.4;
    }

        .audiobox h3 a {
            color: #262626;
            font-weight: 400;
        }

    .audiobox h4 a:hover {
        color: #0f54b4;
    }

    .audiobox .avatar {
        float: left;
        width: 150px;
        overflow: hidden;
    }

        .audiobox .avatar img {
            float: left;
            width: 100%;
        }

.museumbox {
    clear: both;
}

.museumbox-item {
    clear: both;
    float: left;
    width: 100%;
}

    .museumbox-item .avatar {
        clear: both;
        float: left;
        width: 100%;
        margin-bottom: 10px;
        overflow: hidden;
    }

        .museumbox-item .avatar img {
            float: left;
            width: 100%;
            height: auto;
        }

    .museumbox-item h4 {
        font-weight: 400;
        padding-left: 64px;
        padding-right: 15px;
        height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        z-index: 0;
        display: flex;
        align-items: center;
        background-color: #f2f2f2;
    }

        .museumbox-item h4 i {
            position: absolute;
            z-index: 0;
            left: 0;
            width: 48px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            vertical-align: middle;
            color: #fff;
            background-color: #9f0c10;
            font-size: 24px;
        }

        .museumbox-item h4 a {
            overflow: hidden;
            font-weight: 400;
            color: #262626;
            display: -webkit-box;
            max-height: 3.2rem;
            -webkit-box-orient: vertical;
            white-space: normal;
            -webkit-line-clamp: 2;
            line-height: 1.4rem;
        }

            .museumbox-item h4 a:hover {
                color: #0f54b4;
            }

.bookbox {
    clear: both;
    position: relative;
    z-index: 0;
}

.bookbox-item {
    clear: both;
    float: left;
    width: 100%;
}

    .bookbox-item .avatar {
        clear: both;
        float: left;
        width: 100%;
        height: auto;
        margin-bottom: 0.5rem;
    }

        .bookbox-item .avatar img {
            float: left;
            width: 100%;
            height: auto;
        }

    .bookbox-item h3 {
        line-height: 1.4;
    }

    .bookbox-item a {
        font-weight: 400;
        color: #262626;
    }

        .bookbox-item a:hover {
            color: #0f54b4;
        }

.pollbox {
    clear: both;
    color: #262626;
}

    .pollbox h4 {
        clear: both;
        font-size: 13px;
    }

    .pollbox h5 {
        font-size: 13px;
        clear: both;
        display: block;
        text-align: center;
        padding-top: 10px;
    }

        .pollbox h5 input {
            background-color: #0f54b4;
            color: #fff;
            border: 0;
            height: 22px;
            padding: 0 10px;
        }

    .pollbox ul {
        width: 100%;
        float: left;
        clear: both;
        list-style: none;
        padding: 5px 0;
    }

    .pollbox li {
        width: 100%;
        float: left;
        clear: both;
        color: #262626;
    }

.pollbox-i {
    clear: both;
    padding: 15px;
    background-color: #f0f0f0;
}

.pollresult {
    clear: both;
    padding: 10px;
}

    .pollresult h3 {
        width: 100%;
        float: left;
        clear: both;
    }

        .pollresult h3 span,
        .pollresult h3 a {
            float: left;
            padding: 5px 0;
            font-size: 13px;
            font-weight: 700;
            color: #0f54b4;
        }

    .pollresult ul {
        clear: both;
        float: left;
        width: 100%;
        list-style: none;
    }

        .pollresult ul li {
            clear: both;
            float: left;
            width: 100%;
        }

            .pollresult ul li.sep {
                height: 15px;
            }

    .pollresult li span {
        font-weight: 700;
    }

    .pollresult li div.bar {
        margin-top: 5px;
        font-size: 1px;
        height: 15px;
        border: #d1d1d1 1px solid;
        width: 200px;
        background-color: #fff;
    }

    .pollresult li div.baritem {
        float: left;
        width: 1px;
        font-size: 1px;
        height: 15px;
        background-color: #0f54b4;
    }

    .pollresult p {
        clear: both;
        padding: 0;
        margin: 0;
        padding-top: 10px;
        line-height: 1.4;
    }

.pollresult-i {
    clear: both;
    padding: 10px 0;
}

.weblinkbox {
    clear: both;
}

    .weblinkbox select {
        width: 100%;
        float: left;
        clear: both;
        list-style: none;
        padding: 5px;
        box-sizing: border-box;
        border: #ccc 1px solid;
        background-color: #fff;
    }

.weblinkbox-i {
    clear: both;
}

.zonefocus {
    clear: both;
}

.zonefocus-first {
    clear: both;
}

    .zonefocus-first .avatar {
        float: left;
        width: 100%;
        height: auto;
        overflow: hidden;
        position: relative;
        z-index: 0;
        margin-bottom: 0.5em;
    }

        .zonefocus-first .avatar img {
            float: left;
            width: 100%;
        }

    .zonefocus-first h2 {
        clear: both;
        margin-bottom: 0.5em;
    }

        .zonefocus-first h2 a {
            color: #262626;
            font-weight: 700;
        }

            .zonefocus-first h2 a:hover {
                color: #0f54b4;
            }

    .zonefocus-first p {
        padding: 0;
        margin: 0;
        color: #606060;
        line-height: 1.4;
    }

    .zonefocus-first .authors {
        margin-bottom: 0.25em;
    }

.zonefocus-others {
    clear: both;
}

    .zonefocus-others h4 {
        line-height: 1.3;
    }

        .zonefocus-others h4 a {
            color: #262626;
            font-weight: 400;
        }

            .zonefocus-others h4 a:hover {
                color: #0f54b4;
            }

    .zonefocus-others .avatar {
        clear: both;
        float: left;
        width: 100%;
        margin-bottom: 0.5rem;
    }

        .zonefocus-others .avatar img {
            float: left;
            width: 100%;
        }

    .zonefocus-others .hsep {
        clear: both;
        float: none;
        background: none;
    }

.zonebar {
    clear: both;
    margin-bottom: 1.125em;
}

    .zonebar ul {
        width: 100%;
        float: left;
        clear: both;
        list-style: none;
        padding: 10px 0;
        border-bottom: #ededed 1px solid;
    }

    .zonebar li {
        float: left;
        line-height: 1.4;
    }

        .zonebar li.sep {
            padding: 0 5px;
            text-align: center;
            color: #646464;
        }

        .zonebar li a {
            color: #262626;
            font-weight: 400;
        }

            .zonebar li a.active,
            .zonebar li a:hover {
                color: #0f54b4;
            }

.zoneteaser {
    clear: both;
}

    .zoneteaser h4 {
        clear: both;
        display: block;
        padding-bottom: 0.75rem;
        line-height: 1.4;
    }

        .zoneteaser h4 a {
            color: #262626;
            font-size: 1.125em;
            font-weight: 700;
        }

            .zoneteaser h4 a:hover {
                color: #0f54b4;
            }

    .zoneteaser .avatar {
        float: left;
        width: 200px;
        overflow: hidden;
    }

        .zoneteaser .avatar img {
            width: 100%;
        }

    .zoneteaser p {
        padding: 0;
        margin: 0;
        color: #262626;
        line-height: 1.4;
    }

    .zoneteaser ul {
        width: 100%;
        float: left;
        clear: both;
        list-style: none;
    }

    .zoneteaser li {
        width: 100%;
        float: left;
        clear: both;
    }

        .zoneteaser li.sep {
            font-size: 1px;
            height: 30px;
            background: url(../images/dot-grey.png) repeat-x left center;
        }

.topstory {
    clear: both;
}

    .topstory ul {
        clear: both;
        display: block;
        list-style: none;
    }

    .topstory li {
        clear: both;
        display: block;
        padding: 0 0 0 40px;
        min-height: 32px;
        position: relative;
        z-index: 0;
        line-height: 1.4;
        display: flex;
        align-items: center;
    }

        .topstory li.hsep {
            float: none;
            height: 20px;
            padding: 0;
            margin: 0;
            min-height: initial;
        }

        .topstory li a {
            color: #262626;
            font-weight: 400;
        }

            .topstory li a:hover {
                color: #0f54b4;
            }

        .topstory li i {
            position: absolute;
            z-index: 0;
            left: 0;
            top: 50%;
            margin-top: -18px;
            float: left;
            display: block;
            width: 36px;
            line-height: 36px;
            height: 36px;
            font-weight: 700;
            font-size: 24px;
            color: #a6a6a6;
            font-style: normal;
            text-align: center;
        }

.topstory-i {
    clear: both;
}

.lateststory {
    clear: both;
}

    .lateststory ul {
        clear: both;
        float: left;
        width: 100%;
        list-style: none;
    }

    .lateststory li {
        clear: both;
        float: left;
        width: 100%;
        line-height: 1.4;
    }

        .lateststory li.hsep {
            float: none;
            height: 20px;
            padding: 0;
            margin: 0;
        }

        .lateststory li a {
            color: #262626;
            font-weight: 400;
        }

            .lateststory li a:hover {
                color: #0f54b4;
            }

        .lateststory li .avatar {
            float: left;
            width: 150px;
            overflow: hidden;
        }

            .lateststory li .avatar img {
                float: left;
                width: 100%;
                height: 100%;
            }

.storydetail {
    clear: both;
    color: #262626;
}

    .storydetail .authors {
        text-align: center;
        margin-bottom: 0.5em;
    }

.story_head {
    clear: both;
    line-height: 1.3;
    margin-bottom: 0.5em;
}

.story_byline {
    clear: both;
    color: #404040;
    display: block;
    padding-bottom: 5px;
}

.story_headline {
    clear: both;
    font-size: 30px;
    font-weight: 600;
    color: #262626;
    line-height: 1.3;
}

.story_src {
    font-weight: 700;
}

.story_content {
    clear: both;
}

.story_teaser {
    padding: 0;
    margin: 0;
    font-weight: 700;
    text-align: justify;
    margin-bottom: 1rem;
    color: #262626;
}

.story_body {
    line-height: 1.5;
    text-align: justify;
    margin-bottom: 1.5rem;
}

    .story_body p {
        margin: 0 0 1rem;
    }

    .story_body table {
        margin: 0 auto 10px;
        max-width: 100%;
    }

        .story_body table.tblImage {
            width: 100%;
            margin: 0 auto 10px;
            max-width: 100%;
        }

            .story_body table.tblImage img {
                width: 100%;
                max-width: 100%;
            }

            .story_body table.tblImage td {
                text-align: center;
            }

            .story_body table.tblImage p {
                padding: 0;
                margin: 0;
            }

    .story_body a {
        color: #0070c0;
    }

    .story_body ul {
        margin: 0;
        padding: 0 0 0 1em;
    }

        .story_body ul li {
            margin: 0;
            padding: 0;
        }

    .story_body span,
    .story_body font,
    .story_body p {
        line-height: 1.5;
    }

    .story_body img {
        max-width: 100%;
    }

    .story_body table {
        max-width: 100%;
        margin: 0 auto 1em;
    }

.storydetail .story_content,
.storydetail font {
    line-height: 1.5;
}

.storydetail video {
    width: 100% !important;
    height: auto !important;
}

.storydetail audio {
    width: 100% !important;
    height: 54px !important;
}

.story_info {
    clear: both;
    text-align: right;
    padding-top: 1em;
}

.story_authors {
    font-weight: 700;
    color: #262626;
}

.story_authors_info {
    font-weight: 400;
    font-style: normal;
    color: #606060;
}

.story_source {
    font-weight: 400;
    font-style: italic;
    color: #606060;
}

.tbl-image {
    margin: 1em auto;
    max-width: 100%;
    border-collapse: collapse;
}

    .tbl-image img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .tbl-image td {
        text-align: center;
    }

    .tbl-image p {
        padding: 0;
        margin: 0;
    }

.td-image a {
    display: block;
}

.td-image-desc {
    color: #0070c0;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
}

.tbl-full-image {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}

    .tbl-full-image img {
        width: 100%;
        max-width: 100%;
        float: left;
    }

.story_avatar_t {
    clear: both;
    text-align: center;
    margin-bottom: 1em;
}

    .story_avatar_t span {
        display: block;
        margin-top: 10px;
        text-align: center;
    }

    .story_avatar_t img {
        max-width: 100%;
    }

.story_avatar_b {
    clear: both;
    text-align: center;
    margin-bottom: 1em;
}

    .story_avatar_b span {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .story_avatar_b img {
        max-width: 100%;
    }

.story_avatar_l {
    float: left;
    width: 250px;
    margin-right: 15px;
}

    .story_avatar_l span {
        display: block;
        padding: 5px;
        text-align: center;
    }

    .story_avatar_l img {
        width: 100%;
    }

.story_avatar_r {
    float: right;
    width: 250px;
    margin-left: 15px;
}

    .story_avatar_r span {
        display: block;
        padding: 5px;
        text-align: center;
    }

    .story_avatar_r img {
        width: 100%;
    }

    .story_avatar_t span,
    .story_avatar_r span,
    .story_avatar_b span,
    .story_avatar_l span {
        color: #0070c0;
    }

.story-photo {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    cursor: zoom-in;
}

    .story-photo img {
        max-width: 100%;
        height: auto !important;
    }

    .story-photo a {
        max-width: 100%;
    }

    .story-photo i {
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        background: url(../images/icon-expand-32.png) no-repeat left top;
    }

.story_date {
    float: left;
    color: #666;
    white-space: nowrap;
}

.story-tools {
    clear: both;
}

.story-tool-item {
    width: 32px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f2f2f2;
    color: #262626;
    text-align: center;
}

    .story-tool-item:hover {
        color: #0f54b4 !important;
    }

    .story-tool-item i {
        font-size: 16px !important;
        width: 16px;
        height: 16px;
    }

.zalo {
    display: inline-block;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    background: url(../images/zalo.svg);
    background-size: 16px 16px;
}

.story-links {
    clear: both;
}

.story-link-item {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    background-color: #f2f2f2;
    color: #0072bc;
    text-align: center;
    margin: 0 0.25em;
}

    .story-link-item:hover {
        color: #0f54b4 !important;
    }

    .story-link-item i {
        width: 24px;
        height: 24px;
    }

.story_tags {
    padding: 0.5em 0;
}

    .story_tags label {
        color: #0f54b4;
    }

    .story_tags a {
        font-weight: 400;
        color: #404040 !important;
        display: inline-block;
        padding: 5px 10px;
        background-color: #f1f2f3;
        margin-bottom: 5px;
    }

.story_likes {
    clear: both;
    font-size: 12px;
    padding: 10px 0;
    overflow: hidden;
    border-top: #e1e1e1 1px solid;
    border-bottom: #e1e1e1 1px solid;
}

    .story_likes ul {
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .story_likes ul li {
            float: left;
            padding: 0;
            margin: 0;
        }

.fb-like {
    margin-right: 15px;
}

.twitter-share-button {
    width: 90px !important;
}

.relativestories {
    clear: both;
}

    .relativestories ul {
        clear: both;
        float: left;
        width: 100%;
        list-style: none;
        padding: 10px 0 0;
    }

        .relativestories ul li {
            clear: both;
            float: left;
            width: 100%;
        }

            .relativestories ul li.sep {
                clear: both;
                padding: 0;
                margin: 0;
                height: 10px;
                background: no-repeat;
            }

            .relativestories ul li a {
                float: left;
                font-weight: 400;
                color: #0072bc;
                text-decoration: none;
                padding-left: 20px;
                background: url(../images/bullet.png) no-repeat 8px 8px;
            }

.reader-button {
    float: right;
    padding: 0 4px;
    background-color: #0f54b4;
    border-radius: 3px;
    line-height: 20px;
    vertical-align: middle;
}

    .reader-button a {
        float: left;
        color: #fff;
        font-size: 12px;
        padding-left: 16px;
        background: url(../images/speaker-icon.png) no-repeat left center;
    }

.storyrelations {
    clear: both;
    padding: 0;
    line-height: 1.5;
}

    .storyrelations h3 {
        width: 100%;
        float: left;
        clear: both;
    }

        .storyrelations h3 a,
        .storyrelations h3 span {
            float: left;
            padding-bottom: 5px;
            color: #262626;
            font-weight: 700;
        }

    .storyrelations a {
        color: #666;
        font-weight: 700;
    }

    .storyrelations span {
        color: #666;
        font-weight: 400;
    }

.storyrelations-i {
    clear: both;
    padding: 0 0 0 10px;
    background: url(../images/bullet.png) no-repeat left 7px;
}

.storyevents {
    clear: both;
    padding: 10px 0;
}

    .storyevents h3 {
        width: 100%;
        float: left;
        clear: both;
        border-bottom: #ccc 2px solid;
    }

        .storyevents h3 a,
        .storyevents h3 span {
            float: left;
            padding-bottom: 5px;
            color: #262626;
            font-weight: 700;
        }

    .storyevents ul {
        clear: both;
        float: left;
        width: 100%;
        list-style: none;
        padding: 10px 0;
    }

        .storyevents ul li {
            clear: both;
            float: left;
            width: 100%;
        }

            .storyevents ul li.sep {
                clear: both;
                height: 15px;
            }

            .storyevents ul li a {
                float: left;
                font-weight: 700;
                color: #262626;
            }

.storyothers {
    clear: both;
}

    .storyothers ul {
        width: 100%;
        float: left;
        clear: both;
        list-style: none;
    }

    .storyothers li {
        width: 100%;
        float: left;
        clear: both;
    }

        .storyothers li a {
            color: #262626;
            font-weight: 700;
            float: left;
        }

.storyothers-i {
    clear: both;
    padding: 0;
}

.storyothers a:hover {
    color: #0f54b4;
}

.other-story-item {
    clear: both;
}

    .other-story-item a.avatar {
        clear: both;
        width: 100%;
        float: left;
        margin-bottom: 10px;
        overflow: hidden;
    }

        .other-story-item a.avatar img {
            float: left;
            width: 100%;
            height: 100%;
        }

    .other-story-item h4 {
        clear: both;
        font-weight: 700;
        line-height: 1.4;
    }

        .other-story-item h4 a {
            color: #262626;
        }

.storyothers-first {
    background: url(../images/line-dark.png) repeat-x center bottom;
}

.storyothers-second {
    clear: both;
}

.other-story-item2 {
    position: relative;
    z-index: 0;
    padding-left: 16px;
    line-height: 1.4;
}

    .other-story-item2 a {
        color: #262626;
        font-weight: 400;
    }

    .other-story-item2 .bullet {
        position: absolute;
        z-index: 0;
        left: 0;
        top: 8px;
        width: 5px;
        height: 5px;
        display: block;
        background-color: #a6a6a6;
    }

.commentform {
    clear: both;
}

.commentform-i {
    clear: both;
}

.commentlist {
    clear: both;
}

    .commentlist h3 {
        width: 100%;
        float: left;
        clear: both;
    }

        .commentlist h3 a,
        .commentlist h3 span {
            float: left;
            color: #262626;
            font-weight: 700;
            margin-bottom: 0.5em;
        }

.commentlist-item {
    clear: both;
    float: left;
    width: 100%;
}

    .commentlist-item h4 {
        padding-bottom: 0.5em;
        line-height: 1.4;
    }

    .commentlist-item span {
        color: #262626;
    }

    .commentlist-item .cmm-name {
        font-weight: 700;
    }

    .commentlist-item .cmm-email {
        font-weight: 400;
        color: #666;
    }

    .commentlist-item .cmm-time {
        float: right;
        font-weight: 400;
        color: #666;
    }

    .commentlist-item p {
        clear: both;
        line-height: 1.4;
        margin: 0;
        padding: 0;
    }

.commentlist-i {
    clear: both;
}

.searchform {
    clear: both;
}

    .searchform .form-control {
        outline: 0 !important;
        border-radius: 0 !important;
    }

.searchform-i {
    clear: both;
}

.searchresults {
    clear: both;
    font-weight: 700;
}

.calendar_icon {
    display: inline-block;
    padding: 3px;
}

.sitestatistic {
    clear: both;
}

.sitestatistic-i {
    clear: both;
    padding: 10px;
    background-color: #f0f0f0;
}

    .sitestatistic-i span {
        display: block;
        clear: both;
        padding: 5px;
        padding-left: 25px;
    }

        .sitestatistic-i span.ss-online {
            background: url(../images/ss-online.png) no-repeat left center;
        }

        .sitestatistic-i span.ss-today {
            background: url(../images/ss-time.png) no-repeat left center;
        }

        .sitestatistic-i span.ss-month {
            background: url(../images/ss-month.png) no-repeat left center;
        }

        .sitestatistic-i span.ss-total {
            background: url(../images/ss-statistics.png) no-repeat left center;
        }

.viewmore {
    float: none;
    text-align: right;
    padding: 5px 0;
}

    .viewmore a {
        font-size: 14px;
        color: #0f54b4;
        background: url(../images/viewmore.png) no-repeat right center;
        padding-right: 16px;
    }

i.ic {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background-color: rgba(159, 12, 16, 0.8);
}

.avatar-l .ic,
.avatar-m .ic {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

.avatar {
    position: relative;
    z-index: 0;
}

    .avatar i {
        position: absolute;
        z-index: 1;
        right: 10px;
        bottom: 10px;
    }

.unreadstories {
    clear: both;
}

.unread-story-item {
    clear: both;
}

    .unread-story-item .avatar {
        float: left;
        width: 150px;
        margin-right: 1em;
    }

        .unread-story-item .avatar img {
            float: left;
            width: 100%;
        }

    .unread-story-item h4 {
        font-weight: 400;
        line-height: 1.4;
    }

        .unread-story-item h4 a {
            color: #262626;
        }

            .unread-story-item h4 a:hover {
                color: #0f54b4;
            }

.likes {
    clear: both;
    padding: 0.75em 0;
    font-size: 12px;
    overflow: hidden;
}

    .likes ul {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .likes ul li {
            float: left;
            padding: 0;
            margin: 0;
        }

    .likes .fb-like {
        margin-right: 15px;
    }

    .likes .twitter-share-button {
        width: 90px !important;
    }

.tags {
    padding: 0.75em 0;
}

    .tags label {
        color: #0f54b4;
    }

    .tags a {
        color: #262626;
    }

.avatar-t {
    padding-top: 60%;
    height: 0 !important;
    background-color: #f0f0f0;
}

.avatar-s {
    padding-top: 60%;
    height: 0 !important;
    background-color: #f0f0f0;
}

.avatar-m {
    padding-top: 60%;
    height: 0 !important;
    background-color: #f0f0f0;
}

.avatar-l {
    padding-top: 60%;
    height: 0 !important;
    background-color: #f0f0f0;
}

    .avatar-t img,
    .avatar-s img,
    .avatar-m img,
    .avatar-l img {
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.medialist {
    clear: both;
}

.medialist-item {
    clear: both;
}

    .medialist-item .avatar {
        display: block;
        float: left;
        width: 100%;
        margin-bottom: 0.75em;
    }

        .medialist-item .avatar img {
            float: left;
            width: 100%;
            height: auto;
            min-height: 100%;
        }

    .medialist-item h2 {
        color: #262626;
        line-height: 1.4;
    }

        .medialist-item h2 a {
            color: #262626;
            font-weight: 700;
            font-size: 18px;
        }

    .medialist-item a:hover {
        color: #0f54b4;
    }

.topvideo-item {
    clear: both;
    float: left;
    width: 100%;
}

    .topvideo-item .avatar {
        clear: both;
        float: left;
        width: 100%;
        margin-bottom: 0.75em;
    }

        .topvideo-item .avatar img {
            float: left;
            width: 100%;
        }

        .topvideo-item .avatar .ic-video {
            left: 50%;
            top: 50%;
            bottom: unset;
            margin-top: -32px;
            margin-left: -32px;
            width: 64px;
            height: 64px;
            background: url(../images/playback-icon-64.png) no-repeat center center;
        }

    .topvideo-item h1 {
        color: #262626;
        font-size: 1.5em;
        margin-bottom: 0.25em;
    }

        .topvideo-item h1 a {
            color: #262626;
            font-weight: 700;
        }

    .topvideo-item p {
        padding: 0;
        margin: 0;
        color: #666;
    }

    .topvideo-item a:hover {
        color: #0f54b4;
    }

.topvideo-other {
    clear: both;
    float: left;
    width: 100%;
}

    .topvideo-other .avatar {
        clear: both;
        float: left;
        width: 100%;
        margin-bottom: 0.75em;
    }

        .topvideo-other .avatar img {
            float: left;
            width: 100%;
        }

        .topvideo-other .avatar .ic-video {
            left: 50%;
            top: 50%;
            bottom: unset;
            margin-top: -24px;
            margin-left: -24px;
            width: 48px;
            height: 48px;
            background: url(../images/player-icon.png) no-repeat center center;
        }

    .topvideo-other h2 {
        color: #262626;
        margin-bottom: 0.25em;
        line-height: 1.4;
    }

        .topvideo-other h2 a {
            color: #262626;
            font-weight: 700;
            font-size: 1.125em;
        }

    .topvideo-other p {
        padding: 0;
        margin: 0;
        color: #404040;
    }

    .topvideo-other a:hover {
        color: #0f54b4;
    }

.videolist {
    clear: both;
}

    .videolist p {
        padding: 0;
        margin: 0;
        color: #404040;
    }

.video-item {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 1rem;
}

    .video-item .avatar {
        clear: both;
        float: left;
        width: 100%;
        margin-bottom: 0.5rem;
    }

        .video-item .avatar img {
            float: left;
            width: 100%;
        }

        .video-item .avatar .ic-play {
            left: 50%;
            top: 50%;
            right: auto;
            bottom: auto;
            bottom: unset;
            margin-top: -24px;
            margin-left: -24px;
            width: 48px;
            height: 48px;
        }

    .video-item h3 {
        color: #262626;
        margin-bottom: 0.25em;
    }

        .video-item h3 a {
            color: #262626;
            font-size: 1.125em;
            font-weight: 400;
        }

    .video-item a:hover {
        color: #0f54b4;
    }

    .video-item .hsep {
        background: none;
    }

.videodetail {
    clear: both;
}

.videodetail-head {
    font-size: 20px;
    font-weight: 700;
    color: #262626;
    margin-bottom: 0.5em;
    line-height: 1.3;
}

.videodetail-info {
    clear: both;
    display: block;
    color: #404040;
    font-weight: 400;
    margin-bottom: 0.75em;
    line-height: 1.4;
}

    .videodetail-info p {
        margin: 0 0 1em;
    }

.video-source {
    clear: both;
    display: block;
    color: #666;
    font-weight: 400;
    margin-top: 0.75em;
}

.videodetail-body {
    margin-bottom: 1em;
    line-height: 1.5;
    text-align: justify;
}

    .videodetail-body p {
        margin: 0 0 1em;
    }

    .videodetail-body table {
        margin: 0 auto 10px;
        max-width: 100%;
    }

.videodetail-player {
    clear: both;
    background-color: #262626;
    margin-bottom: 0.75em;
}

    .videodetail-player video {
        width: 100% !important;
        height: auto;
    }

.video-others {
    clear: both;
}

    .video-others .hsep {
        height: 20px;
    }

.video-other-item {
    clear: both;
}

    .video-other-item .avatar {
        float: left;
        width: 150px;
    }

        .video-other-item .avatar img {
            float: left;
            width: 100%;
        }

    .video-other-item h4 {
        font-weight: 700;
        margin-bottom: 0.25em;
        display: -webkit-box;
        max-height: 4.2rem;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 3;
        line-height: 1.4rem;
    }

        .video-other-item h4 a {
            color: #262626;
        }

            .video-other-item h4 a:hover {
                color: #0f54b4;
            }

    .video-other-item p {
        padding: 0;
        margin: 0;
        color: #666;
        font-size: 0.89em;
    }

.audiolist {
    clear: both;
}

.audio-item {
    margin-bottom: 20px;
}

    .audio-item .avatar {
        display: block;
        float: left;
        width: 100%;
        max-height: 260px;
        overflow: hidden;
        margin-bottom: 10px;
        position: relative;
        z-index: 0;
    }

        .audio-item .avatar img {
            float: left;
            width: 100%;
            height: auto;
            min-height: 100%;
        }

    .audio-item h3 {
        color: #262626;
    }

        .audio-item h3 a {
            color: #262626;
            font-weight: 400;
            text-transform: none;
        }

    .audio-item a:hover {
        color: #0f54b4;
    }

    .audio-item .avatar .ic-play {
        position: absolute;
        left: 0;
        top: 50%;
        right: auto;
        bottom: auto;
        margin-top: -24px;
        width: 48px;
        height: 48px;
        z-index: 1;
    }

.audio-source {
    clear: both;
    display: block;
    color: #666;
    font-weight: 400;
    margin-top: 0.75em;
}

.audiodetail {
    clear: both;
}

.audiodetail-photo {
    clear: both;
    float: left;
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

    .audiodetail-photo img {
        float: left;
        width: 100%;
        height: 100%;
    }

.audiodetail-head {
    font-size: 32px;
    font-weight: 400;
    color: #262626;
    margin-bottom: 0.5em;
    line-height: 1.2;
}

.audiodetail-info {
    clear: both;
    display: block;
    color: #404040;
    font-weight: 400;
    margin-bottom: 0.75em;
}

    .audiodetail-info p {
        margin: 0 0 1em;
    }

.audiodetail-body {
    margin-bottom: 1em;
    line-height: 1.5;
    text-align: justify;
}

    .audiodetail-body p {
        margin: 0 0 1em;
    }

    .audiodetail-body table {
        margin: 0 auto 10px;
        max-width: 100%;
    }

.audiodetail-player {
    clear: both;
    background-color: #262626;
    margin-bottom: 0.75em;
}

    .audiodetail-player img {
        display: block;
    }

    .audiodetail-player audio {
        width: 100% !important;
        height: auto;
    }

.audio-others {
    clear: both;
}

.audio-other-item {
    clear: both;
}

    .audio-other-item .avatar {
        float: left;
        width: 150px;
    }

        .audio-other-item .avatar img {
            float: left;
            width: 100%;
        }

    .audio-other-item h4 {
        font-weight: 700;
        margin-bottom: 0.25em;
        display: -webkit-box;
        max-height: 4.2rem;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 3;
        line-height: 1.4rem;
    }

        .audio-other-item h4 a {
            color: #262626;
        }

            .audio-other-item h4 a:hover {
                color: #0f54b4;
            }

    .audio-other-item p {
        padding: 0;
        margin: 0;
        color: #666;
        font-size: 0.89em;
    }

.media-viewcount {
    color: #666;
}

.media-postdate {
    color: #666;
}

    .media-postdate:before {
        content: "\2027";
        margin: 0 4px;
    }

.media-duration {
    position: absolute;
    z-index: 1;
    right: 5px;
    bottom: 5px;
    padding: 1px 3px;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    color: #f2f2f2;
    background-color: rgba(0, 0, 0, 0.5);
}

.avatar-l .media-duration,
.avatar-m .media-duration {
    right: 10px;
    bottom: 10px;
}

.gallerylist {
    clear: both;
    margin: 15px 0;
}

.gallery-item {
    margin-bottom: 20px;
}

    .gallery-item .avatar {
        display: block;
        float: left;
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .gallery-item .avatar img {
            float: left;
            width: 100%;
            height: auto;
            min-height: 100%;
        }

    .gallery-item h3 {
        color: #262626;
    }

        .gallery-item h3 a {
            color: #262626;
            font-weight: 400;
            text-transform: none;
        }

    .gallery-item a:hover {
        color: #0f54b4;
    }

.gallerydetail {
    clear: both;
    margin-bottom: 10px;
}

    .gallerydetail h1 {
        font-size: 30px;
        color: #262626;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .gallerydetail p {
        clear: both;
        font-weight: 700;
        color: #262626;
        line-height: 1.4;
    }

.gallerylike {
    clear: both;
    padding: 4px 0;
    height: 22px;
    overflow: hidden;
    border-top: #dedede 1px solid;
    border-bottom: #dedede 1px solid;
}

    .gallerylike ul {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .gallerylike ul li {
            float: left;
            padding: 0;
            margin: 0;
        }

    .gallerylike .fb-like {
        margin-right: 15px;
    }

    .gallerylike .twitter-share-button {
        width: 90px !important;
    }

.photolist {
    clear: both;
    margin-bottom: 20px;
}

    .photolist .hsep {
        float: none;
        height: 20px;
    }

photo-item {
    clear: both;
}

.photo-item .avatar {
    clear: both;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

    .photo-item .avatar img {
        width: 100%;
        margin-bottom: 10px;
    }

.photo-item p {
    clear: both;
    text-align: center;
    font-style: italic;
    color: #262626;
    line-height: 1.4;
}

.relativegalleries {
    clear: both;
    margin-top: 15px;
}

.booklist {
    clear: both;
    margin: 15px 0;
}

.book-item {
    margin-bottom: 20px;
}

    .book-item .avatar {
        display: block;
        float: left;
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
    }

        .book-item .avatar img {
            float: left;
            width: 100%;
            height: 100%;
        }

    .book-item h3 {
        line-height: 1.4;
    }

        .book-item h3 a {
            color: #262626;
            font-weight: 400;
            text-transform: none;
        }

    .book-item a:hover {
        color: #0f54b4;
    }

.bookdetail {
    clear: both;
    margin-bottom: 10px;
}

.bookdetail-cover {
    display: block;
    padding: 20px;
    border: #d9d9d9 1px solid;
}

    .bookdetail-cover img {
        float: left;
        width: 100%;
    }

.bookdetail-info {
    float: right;
    width: 100%;
}

.book-title {
    clear: both;
    font-weight: 700;
    margin-bottom: 20px;
    color: #262626;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
}

.book-description {
    color: #404040;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.7;
    border-bottom: #dedede 1px solid;
}

.book-intro {
    margin-top: 20px;
    clear: both;
    line-height: 1.7;
}

    .book-intro p {
        margin-bottom: 1em;
    }

.book-info {
    clear: both;
}

    .book-info ul {
        clear: both;
        display: block;
        list-style: none;
    }

    .book-info li {
        clear: both;
        display: block;
        padding-left: 100px;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: #dedede 1px solid;
    }

        .book-info li.last {
            margin-bottom: 0;
        }

        .book-info li label {
            font-weight: 700;
            margin-left: -100px;
        }

.bookdetail-chaptertitle {
    clear: both;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: #ededed;
}

    .bookdetail-chaptertitle span {
        font-weight: 700;
    }

.bookdetail-chapterlist {
    clear: both;
}

.book-part {
    padding: 5px 0;
    font-weight: 700;
    line-height: 1.5;
}

.bookdetail-chapter-body {
    padding: 10px 0;
    margin: 10px 0;
    clear: both;
    line-height: 1.4;
    border-top: #dedede 2px solid;
    border-bottom: #dedede 2px solid;
}

    .bookdetail-chapter-body p {
        margin-bottom: 1em;
    }

.bookdetail-part {
    clear: both;
    text-transform: uppercase;
    font-weight: 700;
    padding: 5px 0;
    border-bottom: #dedede 1px solid;
    margin-bottom: 5px;
}

.bookdetail-chapter {
    clear: both;
    padding: 5px 0;
    padding-left: 24px;
    vertical-align: middle;
    line-height: 1.4;
}

    .bookdetail-chapter a {
        color: #262626;
        font-weight: 700;
    }

        .bookdetail-chapter a.active {
            color: #0f54b4;
        }

        .bookdetail-chapter a:hover {
            color: #0f54b4;
        }

.bookdetail-chapter-icon {
    float: left;
    margin-left: -24px;
    width: 16px;
    height: 16px;
    color: #0f54b4;
}

.link-download {
    display: inline-block;
    margin-left: 3px;
    padding: 3px 5px;
    background-color: ##262626;
    color: #fff !important;
    font-size: 12px;
    border-radius: 3px 3px;
}

    .link-download.pdf {
        background-color: #1cbf12;
    }

    .link-download.zip {
        background-color: #2611bd;
    }

.booklike {
    clear: both;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: #dedede 1px solid;
}

    .booklike ul {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .booklike ul li {
            float: left;
            padding: 0;
            margin: 0;
        }

    .booklike .fb-like {
        margin-right: 15px;
    }

    .booklike .twitter-share-button {
        width: 90px !important;
    }

.bookdetail-btns {
    clear: both;
    padding-top: 20px;
}

.btn-download {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px 5px;
    margin-right: 5px;
    background-color: #0f54b4;
    line-height: 16px;
}

    .btn-download a {
        color: #fff;
    }

    .btn-download i {
        float: left;
        width: 16px;
        height: 16px;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-position: left center;
    }

    .btn-download.pdf {
        background-color: #1cbf12;
    }

        .btn-download.pdf i {
            background-image: url(../images/file-icons.png);
        }

    .btn-download.doc i {
        background-position: -16px center;
        background-image: url(../images/file-icons.png);
    }

    .btn-download.zip {
        background-color: #2611bd;
    }

        .btn-download.zip i {
            background-position: -32px center;
            background-image: url(../images/file-icons.png);
        }

.museumlist {
    clear: both;
    padding: 0;
}

.museum-item {
    margin-bottom: 20px;
}

    .museum-item .avatar {
        display: block;
        float: left;
        width: 100%;
        overflow: hidden;
        margin-bottom: 10px;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }

        .museum-item .avatar img {
            float: left;
            width: 100%;
            height: auto;
            min-height: 100%;
        }

    .museum-item h4 {
        color: #262626;
    }

        .museum-item h4 a {
            color: #262626;
            font-weight: 400;
            text-transform: none;
        }

    .museum-item a:hover {
        color: #0f54b4;
    }

.datepicker {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 175px;
    border: #111 1px solid;
    padding: 2px;
    background-color: #333;
    z-index: 1100;
    font: normal 11px arial;
    box-sizing: content-box;
}

.datepicker-header {
    padding: 4px;
    height: 16px;
    clear: both;
    text-align: center;
    background-color: #333;
    color: #fff;
}

    .datepicker-header a {
        color: #fff;
        padding-right: 18px;
        background: url(../images/datepicker-arrow.png) no-repeat right center;
    }

        .datepicker-header a.prev-month {
            padding: 0;
            width: 16px;
            height: 16px;
            float: left;
            background: url(../images/datepicker-previous.png) no-repeat center center;
        }

        .datepicker-header a.next-month {
            padding: 0;
            width: 16px;
            height: 16px;
            float: right;
            background: url(../images/datepicker-next.png) no-repeat center center;
        }

.datepicker-dayofweek {
    clear: both;
    height: 20px;
}

    .datepicker-dayofweek span {
        display: block;
        float: left;
        width: 25px;
        padding: 3px 0;
        text-align: center;
        vertical-align: middle;
        font-size: 11px;
        background-color: #fff;
    }

.datepicker-days {
    clear: both;
    float: left;
}

    .datepicker-days a {
        display: block;
        float: left;
        width: 25px;
        padding: 3px 0;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        color: #fff;
    }

        .datepicker-days a.selected,
        .datepicker-days a:hover {
            color: #fff;
            background-color: red;
        }

        .datepicker-days a.inv {
            color: #888;
        }

            .datepicker-days a.inv:hover {
                color: #f7f7f7;
                background-color: red;
            }

.datepicker-months {
    float: left;
    width: 85px;
}

    .datepicker-months a {
        display: block;
        float: left;
        width: 40px;
        padding: 5px 0;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        color: #fff;
    }

        .datepicker-months a.selected,
        .datepicker-months a:hover {
            background-color: red;
        }

.datepicker-years {
    float: right;
    width: 85px;
}

    .datepicker-years a {
        display: block;
        float: left;
        width: 40px;
        padding: 5px 0;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        color: #fff;
    }

        .datepicker-years a.selected,
        .datepicker-years a:hover {
            background-color: red;
        }

        .datepicker-years a.prev-year,
        .datepicker-years a.prev-year:hover {
            height: 16px;
            padding: 4px 0;
            float: left;
            background: url(../images/datepicker-prev-year.png) no-repeat center center;
        }

        .datepicker-years a.next-year,
        .datepicker-years a.next-year:hover {
            height: 16px;
            padding: 4px 0;
            float: right;
            background: url(../images/datepicker-next-year.png) no-repeat center center;
        }

@media only screen and (min-width: 320px) {
    body {
        font-size: 18px;
        background-color: #fff;
    }

    .header-inner {
        height: 80px;
        -moz-background-size: auto 100%;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }

    .header-logo {
        left: 10px;
        top: 5px;
        width: 56px;
        height: 70px;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .header-text {
        left: 50%;
        top: 50%;
        margin-left: -107px;
        margin-top: -28px;
        width: 215px;
        height: 56px;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }

    .latest-news {
        right: 0;
    }

    .hr {
        height: 20px;
    }

    .hsep {
        height: 20px;
    }

    .col-left,
    .col-right {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}

@media only screen and (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

@media only screen and (min-width: 980px) {
    body {
        font-size: 14px;
        background-color: #fff;
    }

    .header-inner {
        height: 120px;
        -moz-background-size: auto 100%;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
    }

    .header-logo {
        left: 20px;
        top: 10px;
        width: 80px;
        height: 100px;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }

    .header-text {
        top: 50%;
        left: 50%;
        width: 380px;
        height: 100px;
        margin-left: -190px;
        margin-top: -50px;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
        background-size: 100% auto;
    }

    .latest-news {
        left: 0;
        right: 370px;
    }

    .navbar ul li a {
        max-height: 40px;
        font-size: 14px;
        font-weight: 400;
    }

    .navbar ul li span {
        padding: 11px 5px;
    }

    .navbar ul li.first a {
        width: 40px;
        height: 40px;
    }

    .col-left {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .col-right {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media only screen and (min-width: 1050px) {
    .navbar ul li span {
        padding: 11px 10px;
    }
}

@media only screen and (min-width: 1200px) {
    body {
        font-size: 16px;
    }

    .header-inner {
        height: 126px;
        -moz-background-size: auto auto;
        -webkit-background-size: auto auto;
        background-size: auto auto;
        background-image: url("/images/background-head-left.png");
        background-position: center center;
        background-repeat:no-repeat;
    }

    .header-logo {
        left: 0px;
        top: 18px;
        width: 101px;
        height: 92px;
        -moz-background-size: auto auto;
        -webkit-background-size: auto auto;
        background-size: auto auto;
    }

    .header-text {
        left: 23%;
        top: 50%;
        width: 757px;
        height: 100px;
   /*     margin-left: -333px;
        margin-top: -56px;*/
        -moz-background-size: auto auto;
        -webkit-background-size: auto auto;
        background-size: auto auto;
    }

    .latest-news {
        left: 0;
        right: 380px;
    }

    .navbar ul li a {
        max-height: 42px;
        font-size: 16px;
        font-weight: 400;
    }

    .navbar ul li span {
        padding: 8px 24px;
    }

    .navbar ul li.first a {
        width: 64px;
        height: 50px;
    }

    .hr {
        height: 30px;
    }

    .col-left {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-right {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (max-width: 768px) {
    .page-header-inner .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media only screen and (min-width: 320px) {
    .tophomestory-other {
        position: initial;
    }

    .homemedia {
        padding: 10px 15px 0;
    }

    .homefocus .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .homefocus .row > [class^="col-"] {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

    .zoneteaser .avatar {
        width: 150px;
    }

    .museumbox-item h4 {
        padding-left: 70px;
        padding-right: 15px;
        height: 54px;
    }

        .museumbox-item h4 i {
            width: 54px;
            height: 54px;
            line-height: 54px;
        }
}

@media only screen and (min-width: 980px) {
    .tophomestory-other {
        position: absolute;
    }

    .homefocus .row {
        margin-left: -15px;
        margin-right: -15px;
    }

        .homefocus .row > [class^="col-"] {
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

    .zoneteaser .avatar {
        width: 200px;
    }

    .museumbox-item h4 {
        padding-left: 64px;
        padding-right: 15px;
        height: 48px;
    }

        .museumbox-item h4 i {
            width: 48px;
            height: 48px;
            line-height: 48px;
        }
}

@media only screen and (min-width: 1200px) {
    .zoneteaser .avatar {
        width: 300px;
    }

    .homemedia {
        padding: 20px 30px 10px;
    }

    .tophomestory .hsep {
        height: 20px;
    }
}
