/*
Vietnam+ Stylesheet
Base Styles
Used for all pages
*/
/*================================*/
/*BASE STYLES*/
/*================================*/
body {
    margin: 0;
    padding: 0;
    font: 100%/137.5% Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #000;
    background: #f1f1f1;
}
/*================================*/
/*SITE STRUCTURES*/
/*================================*/

/*header*/
#siteheader {
    height: 40px;
    background: url(../Images/topbar_hdr.png) repeat-x #980700;
    border-bottom: solid 1px #780500;
    width: 100%;
    z-index: 100;
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    color: #780500;
}

.wrap-header {
    width: 1000px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    background: url(../Images/topbar_hdr_topleft.jpg) top left no-repeat;
}

.logo {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 6px;
    left: 0;
}

/*navigation*/
#navigation {
    position: absolute;
    top: 0;
    right: 73px;
    width: 800px;
    height: 40px;
    z-index: 200;
}

.navi {
    height: 40px;
    float: right;
}

    .navi > li {
        float: left;
        border-right: solid 1px #980700;
        height: 40px;
        position: relative;
        margin: 0;
        padding: 0;
    }

    .navi .title a {
        display: block;
        color: #fff;
        text-transform: uppercase;
        font-size: 0.75em;
        font-weight: bold;
        height: 29px;
        padding: 10px 5px 0 5px;
    }

        .navi .title a:hover, .navi li.current .title a, .navi li.active .title a, .navi li.current .title a {
            background: #780500;
        }

.nprev, .nnext {
    background: #780500;
    border-right: solid 1px #780500;
    border-left: solid 1px #780500;
    display: block;
    height: 16px;
    width: 11px;
    padding: 14px 10px 10px 10px;
    z-index: 4;
}

.nprev {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.nnext {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.navi .subnav {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 160px;
    background: #f8f8f8;
    border-top: solid 1px #780500;
    border-bottom: solid 2px #980700;
    z-index: 5;
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
}

    .navi .subnav li {
        border-bottom: solid 1px #eee;
    }

        .navi .subnav li:last-child {
            border: none;
        }

    .navi .subnav a {
        display: block;
        padding: 5px 10px;
        font-size: 0.75em;
    }

        .navi .subnav a:hover {
            background: #980700;
            color: #fff;
        }
/*.navi>li:hover .subnav, */ .subnav.shover {
    display: block;
}
/*full navi*/
.sitemap {
    position: absolute;
    top: 0;
    right: 37px;
}

    .sitemap span {
        display: block;
        background: #780500;
        padding: 13px 8px 12px 8px;
        height: 15px;
        border-right: solid 1px #780500;
    }
/*full sitemap*/
.sitemap-wrapper {
    display: none;
    position: absolute;
    background: #fff;
    border-bottom: solid 2px #980700;
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    z-index: 7;
    width: 160px;
}

    .sitemap-wrapper li {
        position: relative;
    }

    .sitemap-wrapper.ontop {
        top: 41px;
        right: 0;
    }

    .sitemap-wrapper.onside {
        /*top:240px;*/
        left: 0;
    }

    .sitemap-wrapper.ontop .subnav {
        right: 160px;
    }

    .sitemap-wrapper.onside .subnav {
        left: 160px;
    }

    .sitemap-wrapper li a {
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
        color: #000;
        font-size: 0.75em;
        display: block;
        border-bottom: solid 1px #eee;
        padding: 5px 10px;
    }

        .sitemap-wrapper li a:hover {
            background: #fff;
            color: #c00;
        }

    .sitemap-wrapper .heading {
        font-size: 0.6875em;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        display: block;
        padding: 4px 10px;
        background: #000;
    }

.fullnavi .subnav {
    position: absolute;
    top: 0;
    display: none;
    width: 160px;
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    box-shadow: 0 1px 5px rgba(0,0,0,0.3);
    border-right: solid 1px #ddd;
}

.fullnavi .shover {
    display: block;
}
/*search*/
.search {
    position: absolute;
    top: 0;
    right: 0;
}

    .search .wrap {
        position: absolute;
        top: 41px;
        right: 0;
        width: 430px;
        height: 55px;
        padding: 25px 0 0 20px;
        background: #f8f8f8;
        border-bottom: solid 2px #980700;
        -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
        -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.3);
        box-shadow: 0 1px 5px rgba(0,0,0,0.3);
        z-index: 6;
        display: none;
    }

    .search span {
        display: block;
        background: #780500;
        padding: 10px 8px;
        height: 20px;
        border-right: solid 1px #780500;
    }

    .search form {
        margin: 0;
    }

    .search .search-query {
        width: 300px;
    }

    .search .close, .sitemap .close {
        opacity: 1;
        position: absolute;
        top: 5px;
        right: 5px;
        z-index: 8;
    }
/*footer*/

.sitefooter {
    background: #f1f1f1;
}

.wrap-links {
    margin-top: 10px;
    background: #980700;
    border-bottom: solid 1px #780500;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.sitefooter .links {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 40px;
}

    .sitefooter .links li {
        float: left;
        border-right: solid 1px #780500;
    }


    .sitefooter .links a {
        display: block;
        color: #fff;
        text-transform: uppercase;
        font-size: 0.75em;
        font-weight: bold;
        height: 30px;
        padding: 10px 10px 0 10px;
    }

        .sitefooter .links a:hover {
            background: #780500;
        }

.wrap-footer {
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
}

.networks {
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

    .networks li {
        display: inline-block;
        margin-right: 9px;
        font-size: 0.6875em;
        text-transform: uppercase;
    }

        .networks li:last-child {
            margin-right: 0;
        }

        .networks li img {
            height: 30px;
        }

        .networks li a:link {
            color: #666;
        }

.copyright {
    position: relative;
}

    .copyright p {
        font-size: 0.6875em;
        color: #666;
        line-height: 1.4em;
        margin: 0 0 5px 0;
        padding: 0;
    }

.developer {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 60px;
}

    .developer .title {
        color: #666;
        text-transform: uppercase;
        display: block;
        margin-bottom: 5px;
    }

    .developer .logo {
        display: block;
        text-align: right;
        top: 20px;
    }

/*site-state*/
.site-state {
    width: 1000px;
    height: 20px;
    margin: 0 auto;
    padding: 10px 0;
}

    .site-state .time {
        color: #999;
        font-size: 0.68em;
        display: inline-block;
        float: left;
        text-transform: uppercase;
    }

.external-sites {
    float: right;
    font-size: 0.75em;
}

    .external-sites .lbl a {
        color: #999;
        text-transform: uppercase;
    }

    .external-sites li {
        display: inline-block;
        margin-right: 10px;
        font-weight: bold;
    }

        .external-sites li:last-child {
            margin-right: 0;
        }

.wrapper {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 10px;
}

/*editor choices*/
.top-events {
    background: #f8f8f8;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    margin-bottom: 10px;
    border: solid 1px #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
    height: 35px;
    position: relative;
}

    .top-events h2 {
        color: #666;
        text-transform: uppercase;
        font-size: 0.75em;
        margin: 0;
        border-right: solid 1px #e2e2e2;
        border-left: solid 2px #980700;
        height: 27px;
        padding: 8px 10px 0 10px;
        float: left;
    }

    .top-events .topic-listing {
        float: left;
    }

        .top-events .topic-listing a {
            display: inline-block;
            height: 27px;
            padding: 8px 8px 0 4px;
            border-right: solid 1px #e4e4e4;
            font-size: 0.75em;
            font-weight: bold;
        }

            .top-events .topic-listing a:last-child {
                border-right: none;
            }

        .top-events .topic-listing .current a {
            color: #c00;
        }

    .top-events .more {
        float: right;
    }

        .top-events .more a {
            display: inline-block;
            border-left: solid 1px #e2e2e2;
            padding: 8px;
        }

/*breaking news*/
.breaking-news {
    width: 970px;
    margin: 0 auto 15px auto;
    background: rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 0 2px rgba(0,0,0,0.2);
    padding: 15px;
    position: relative;
    text-transform: uppercase;
}

    .breaking-news.alert {
        border: none;
        text-shadow: none;
    }

        .breaking-news.alert .close {
            top: 3px;
            right: 0;
        }

    .breaking-news .heading {
        display: inline-block;
        font-weight: bold;
        color: #666;
        margin-right: 10px;
        font-size: 0.9em;
    }

    .breaking-news h2 {
        display: inline-block;
        font-size: 1em;
        margin: 0;
        padding: 0;
    }

    .breaking-news a:link, .breaking-news a:visited {
        color: #c00;
    }

    .breaking-news a:hover {
        text-decoration: underline;
    }
/*BREADCRUMB*/
.breadcrumb {
    background: #f8f8f8;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    margin-bottom: 10px;
}

    .breadcrumb .wrap-header {
        height: 40px;
        background: #fff;
        border: solid 1px #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(248,248,248,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(248,248,248,1) 100%);
    }

        .breadcrumb .wrap-header h2 {
            font-size: 0.875em;
            font-weight: bold;
            text-transform: uppercase;
            background: #f7f7f7;
            border-left: solid 2px #980700;
            height: 29px;
            padding: 9px 10px 0 10px;
            float: left;
            margin: 0;
            border-right: solid 1px #e4e4e4;
        }

    .breadcrumb h2 a {
        color: #000;
    }

    .breadcrumb .wrap-header li {
        font-size: 0.75em;
        font-weight: bold;
        text-transform: uppercase;
    }

    .breadcrumb .subcate {
        float: left;
        height: 38px;
    }

.subcate li {
    float: left;
}

.subcate a {
    display: block;
    height: 29px;
    padding: 9px 10px 0 10px;
    border-right: solid 1px #e4e4e4;
    border-left: solid 1px #fff;
}

.subcate li.current a {
    color: #c00;
}

.adjacent {
    border-top: solid 1px #eaeaea;
    padding: 10px 0;
}

    .adjacent .story {
        width: 305px;
        margin: 0 10px 0 10px;
    }

        .adjacent .story .title {
            font-weight: normal;
        }


/*================================*/
/*COMMON STYLES*/
/*================================*/
a {
    text-decoration: none;
}

    a:link, a:visited {
        color: #133f6a;
    }

    a:hover {
        color: #c00;
    }

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sprite {
    background-image: url(../Images/sprites.png);
    background-repeat: no-repeat;
    display: inline-block;
}

a.sprite {
    display: block;
    text-indent: -2000em;
}

.icon-menu {
    background-position: -25px 0;
    width: 20px;
    height: 15px;
}

.icon-search {
    background-position: -50px 0;
    width: 20px;
    height: 20px;
}

.navnext {
    background-position: 0 0;
    width: 11px;
    height: 16px;
}

.navprev {
    background-position: -11px 0;
    width: 11px;
    height: 16px;
}

.icon-topics {
    background-position: -2px -50px;
    width: 15px;
    height: 17px;
}

.icon-larrow {
    background-position: -23px -50px;
    width: 9px;
    height: 17px;
}

.icon-location {
    background-position: 0 -73px;
    width: 36px;
    height: 36px;
}

.icon-weather {
    background-position: -37px -73px;
    width: 36px;
    height: 36px;
}

.icon-comment {
    background-position: -25px -24px;
    width: 20px;
    height: 15px;
}

.icon-share {
    background-position: -48px -24px;
    width: 20px;
    height: 15px;
}

.icon-mail {
    background-position: -71px -24px;
    width: 20px;
    height: 13px;
}

.icon-print {
    background-position: -99px -24px;
    width: 18px;
    height: 18px;
}
/*================================*/
/*STORY*/
/*================================*/

.story {
    overflow: hidden;
}

    .story:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }

* html .story {
    zoom: 1;
}
/* IE6 */
*:first-child + html .story {
    zoom: 1;
}
/* IE7 */
.meta {
    color: #999;
    text-transform: uppercase;
    font-size: 0.6875em;
    line-height: 1em;
    font-weight: bold;
    margin: 0 0 2px 0;
}

    .meta a:link, .meta a:visited {
        color: #999;
    }

    .meta a:hover {
        color: #c00;
    }

    .meta time {
        margin-right: 5px;
    }

.thumbnail {
    margin: 0;
    padding: 0;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    .thumbnail img {
        width: 100%;
    }

.story .title {
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    font-weight: bold;
    line-height: 1.125rem;
}

.story .summary {
    padding: 0;
    margin: 0;
    color: #333;
}

article.video .thumbnail {
    background: url('../images/icon-play.png') no-repeat 50% 40%;
    background-size: 50px;
}

    article.video .thumbnail img {
        opacity: 0.9;
    }

        article.video .thumbnail img:hover {
            opacity: 0.4;
        }

/*story layouts*/
.slist-01 .story { /*vertical with small thumb on left*/
    padding: 10px 0;
    border-bottom: solid 1px #eee;
    clear: both;
}

.slist-01 .thumbnail {
    float: left;
    margin: 0 10px 0 0;
    width: 65px;
}

.slist-02 .story { /*horizontal with small thumb on left*/
    float: left;
}

.slist-02 .thumbnail {
    float: left;
    margin: 0 10px 0 0;
    width: 65px;
}

.slist-03 .story { /*horizontal with medium thumb on left*/
    padding: 20px 0;
    border-bottom: solid 1px #eee;
}

.slist-03 .thumbnail {
    float: left;
    margin: 0 20px 0 0;
    width: 180px;
}

.slist-03 .title {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 5px;
}

.slist-03 .summary {
    font-size: 0.875em;
}
/*================================*/
/*MEDIA QUERY*/
/*================================*/
/* tablet landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) {
}
/* tablet portrait */
@media (max-width: 768px) {
}
/*facebook activity feed*/
.activity-feed {
    padding: 10px;
}

#notification a {
    display: block;
    background-color: #f8f8f8;
    padding: 10px;
    font-size: 1.0em;
    text-align: center;
    color: #780500;
    width: 100%;
}

/* Namdh customize*/

.thumbnail, .article-photo img {
    border: solid 1px #8F8D8D !important;
    display: inline-block;
    overflow: hidden;
}

.m_banner_hide {
    display: none;
}

.m_banner_show {
    display: block;
}


.ads {
    margin-bottom: 10px;
    text-align: center;
}

.sidebar .ads {
    margin: 0px;
}

.sidebar .story .title {
    font-weight: normal;
}


.pagination {
    text-align: center;
    margin: 20px 0 0 0;
}

    .pagination > ul {
        padding: 0;
        margin: 0 auto;
    }

    .pagination li.active {
        font-weight: bold;
        color: #980700;
    }

/* section*/
section header h3 {
    padding: 10px 0 10px 0;
    margin: 0;
    font-size: .85em;
    line-height: 1em;
    color: #666;
    text-transform: uppercase;
    border-bottom: solid 1px #ddd;
}

section header a {
    color: #666;
}


.pulsate {
    font-weight: bold !important;
    font-size: 0.8em !important;
    padding-left: 10px;
    padding-right: 10px;
}

    .pulsate a {
        color: #c00 !important;
    }

.error {
    color: #c00;
}

.float_ads {
    position: fixed;
    bottom: 0;
    left: 10px;
    display: none;
}

.social {
    margin-bottom: 10px;
}

    .social .fb-like {
        float: left;
        margin-right: 5px;
        line-height: 1.0;
    }

.mostread-fly {
    background: #f8f8f8;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
}


/* chrome 39 fix */

.navi > li, .sitefooter .links li, .breadcrumb .wrap-header, .top-events, .special-box .t2 a, .special-zones .meta, button, .local-nav li, ul.picture_menu li, ul.video_menu li, .keywords li, .time, time, .zone .heading {
    white-space: nowrap;
}


/* social */

.wrap-article .span8 .social {
    margin-top: 150px;
    float: left;
}

.social .item {
    display: block;
    width: 45px;
    height: 45px;
    padding: 0;
    margin-bottom: 1px;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    background: #8e8e93;
    color: #fff !important;
    position: relative;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    transition: all 250ms;
    cursor: pointer;
}

    .social .item:hover {
        color: #fff;
        padding-left: 10px;
        width: 50px;
    }

    .social .item.cb-hidden {
        left: -45px;
    }

    .social .item.facebook {
        background: #3b5998;
    }

    .social .item.linkedin {
        background: #0077b5;
    }

    .social .item.gplus {
        background: #db4437;
    }

    .social .item.email {
        background: #fcb400;
    }

    .social .item.twitter {
        background: #6aadd1;
    }

    .social .item.zalo {
        background: #018fe5;
    }

        .social .item.zalo svg {
            margin-top: 12px;
            width: 20px;
        }

    .social .item.separated {
        margin-top: 1em;
    }

    .show-hide-contact-bar,
    .social .item.show-hide-contact-bar:focus,
    .social .item.show-hide-contact-bar:active {
        background: transparent;
        color: #000;
        border: 0;
        outline: 0;
        padding: 0;
        width: 45px;
    }

    .social .item.show-hide-contact-bar:hover {
        color: #000;
        background: #ccc;
        padding: 0;
        width: 45px;
    }
