﻿@charset "utf-8";
/*Custom bootstrap*/

.gutter-10 {
    margin-left: -10px;
    margin-right: -10px;
}

    .gutter-10 > [class*='col-'] {
        padding-right: 10px;
        padding-left: 10px;
    }

.gutter-5 {
    margin-left: -5px;
    margin-right: -5px;
}

    .gutter-5 > [class*='col-'] {
        padding-right: 5px;
        padding-left: 5px;
    }

.gutter-2 {
    margin-left: -2px;
    margin-right: -2px;
}

    .gutter-2 > [class*='col-'] {
        padding-right: 2px;
        padding-left: 2px;
    }

.gutter-0 {
    margin-left: 0px;
    margin-right: 0px;
}

    .gutter-0 > [class*='col-'] {
        padding-right: 0px;
        padding-left: 0px;
    }

.d-inline-block {
    display: inline-block;
}

.row-eq-height {
}

.no-padding {
    padding: 0px;
}

.left0 {
    padding-left: 0px;
}

.right0 {
    padding-right: 0px;
}

.vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Resets */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    outline: 0;
    border: 0;
}

body {
    padding: 0;
    margin: 0 auto;
    color: #272727;
    background: #fff;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

    table tr td {
        padding: 3px 0;
    }

dl, dt, dd, ol, ul, li, tr, th, td {
    list-style: none;
    padding: 0;
}

img {
    border: 0;
    padding: 0px;
}

a {
    color: #2e2e2e;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -ms-transition: all .30s ease-in-out;
    -o-transition: all .30s ease-in-out;
    transition: all .30s ease-in-out;
}

    a:before, a:after, a span.icon, .hover-transition {
        -webkit-transition: all .30s ease-in-out;
        -moz-transition: all .30s ease-in-out;
        -ms-transition: all .30s ease-in-out;
        -o-transition: all .30s ease-in-out;
        transition: all .30s ease-in-out;
    }

    a:hover {
        color: #d80312;
        text-decoration: none;
    }

    a:focus {
        text-decoration: none;
    }

.middle {
    vertical-align: middle;
}

.button-submit {
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    margin: 0px;
    background: #d80312;
    color: #fff;
    font-size: 17px;
    cursor: pointer;
    border-radius: 0px;
    min-width: 100px;
    border: 0px;
}

    .button-submit:hover {
        background: #114f9f;
    }

.btn-default {
    color: #319645;
    border-color: #319645;
    padding: 12px 30px;
    height: 45px;
}

    .btn-default:hover {
        color: #fff;
        background: #319645;
    }

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.editor-content img {
    max-width: 100%;
    height: auto;
}

.modal {
    z-index: 10500;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700;
}

.fancybox-overlay {
    z-index: 80100 !important;
}

.fancybox-opened {
    z-index: 80300 !important;
}

.fancybox-overlay .fancybox-skin {
    background: #fff;
}
/* General */
.top-head {
    position: relative;
    background: url(../images/bg-header.jpg) center top no-repeat;
    top: 0px;
    width: 100%;
    z-index: 10001;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

    .top-head .logo {
        background: url('../images/logo.png')left top no-repeat;
        display: block;
        width: 388px;
        height: 98px;
        margin-top: 10px;
    }

    .top-head.top-head-sticky {
        position: fixed;
        -webkit-box-shadow: inset 0px -1px 0px 0px #d80312;
        -moz-box-shadow: inset 0px -1px 0px 0px #d80312;
        box-shadow: inset 0px -1px 0px 0px #d80312;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

        .top-head.top-head-sticky .logo {
            background: url('../images/logo-ticky.png') no-repeat top 0px left;
            -ms-background-position-y: 0px;
            display: block;
            width: 300px;
            height: 76px;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            -ms-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out;
        }

.top-head-sticky .topright .language {
    display: none;
}

.top-head-sticky .topright .date {
    margin-top: 24px;
}

.topright {
    padding-right: 150px;
    text-align: right;
}

    .topright .language {
        font-size: 12px;
        color: #0862a6;
        margin: 15px 0px 20px;
    }

        .topright .language a {
            font-size: 13px;
            color: #0862a6;
            padding: 0px 5px;
        }

.date {
    color: #fff;
    margin-bottom: 5px;
}

.topright ul {
    border-top: 1px solid #c4d7f0;
    float: right;
    margin-bottom: 0px;
}

    .topright ul li {
        float: left;
        background: url(../images/line.png) right center no-repeat;
    }

        .topright ul li a {
            display: block;
            padding: 8px 15px;
            color: #0862a6;
            font-weight: 700;
            font-size: 14px;
        }

        .topright ul li:first-child a {
            padding-left: 0px;
        }

        .topright ul li:last-child a {
            padding-right: 0px;
        }

        .topright ul li:last-child {
            background: none;
        }

.navi {
    background: #0862a6;
}

    .navi .navbar-inverse .navbar-collapse, .navi .navbar-inverse .navbar-form {
        background: #0862a6;
        border: none;
    }

    .navi .navbar {
        margin: 0px;
        padding-bottom: 0px;
        min-height: 35px;
        border: none;
        background: #0862a6;
    }

        .navi .navbar a {
            padding: 9px 10px 6px;
            font-weight: 700;
            color: #fff;
            text-transform: uppercase;
            display: block;
        }

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.navi .navbar-inverse .navbar-nav > .active > a, .navi .navbar-inverse .navbar-nav > .active > a:hover, .navi .navbar-inverse .navbar-nav > .active > a:focus {
    color: #0862a6 !important;
}

.navi .navbar-inverse .navbar-nav > .home.active > a, .navi .navbar-inverse .navbar-nav > .home.active > a:hover, .navi .navbar-inverse .navbar-nav > .home.active > a:focus {
    background-color: transparent;
    background: url(../images/ico-home.png) no-repeat 15px center;
}

.navbar-nav > li {
    position: relative;
}

    .navbar-nav > li ul {
        visibility: hidden;
        -webkit-transition: opacity .1s ease-out;
        -moz-transition: opacity .1s ease-out;
        -o-transition: opacity .1s ease-out;
        transition: opacity .1s ease-out;
        opacity: 0;
        padding-top:20px;
    }

    .navbar-nav > li:hover ul {
        opacity: 1;
        visibility: visible;
    }

.navi .home a {
    background: url(../images/ico-home.png) no-repeat center center;
    text-indent: -9999px;
    color: #fff;
    padding-left: 0px;
    padding-right: 0px;
}

#search-box {
    position: absolute;
    float: left;
    padding: 0;
    line-height: 40px;
    text-align: right;
    height: 40px;
    right: 0px;
    top: 0px;
}

    #search-box input {
        border: none !important;
        padding-left: 10px;
    }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #fff;
    font-size: 14px;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
    font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
    font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
    font-size: 14px;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
    font-size: 14px;
}

input[type="text"] {
    font-size: 15px;
    display: inline-block;
    border: none;
    outline: none;
    color: #fff;
    padding: 3px;
    padding-right: 15px;
    width: 0px;
    position: absolute;
    top: 10px;
    right: 0;
    background: url(../images/search.png) right top no-repeat;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
}

    input[type="text"]:focus {
        width: 280px;
        z-index: 1;
        cursor: text;
        background: #0862a6;
        line-height: 30px;
        margin-top: 30px;
        color: #fff;
    }

input[type="submit"] {
    width: 16px;
    height: 16px;
    float: right;
    position: relative;
    background: url(../images/search.png) right top no-repeat;
    top: 10px;
    right: 0;
    z-index: 2;
    cursor: pointer;
    text-indent: -99999999px;
    cursor: pointer;
    transition: opacity .4s ease;
}

.item-1 {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(236,236,236,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(236,236,236,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(236,236,236,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(236,236,236,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(236,236,236,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(236,236,236,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec', GradientType=0 );
    position: absolute;
    min-width: 380px;
    margin-left: -32px;
    -webkit-box-shadow: -3px 3px 12px -1px rgba(0,0,0,0.21);
    -moz-box-shadow: -3px 3px 12px -1px rgba(0,0,0,0.21);
    box-shadow: -3px 3px 12px -1px rgba(0,0,0,0.21);
    margin-top: 0px;
    padding-bottom: 20px;
    z-index: 20;
}


.navi .navbar .item-1 li a {
    font-size: 14px;
    color: #0862a6;
    font-weight: 700;
    text-transform: none;
    padding: 5px 0px 5px;
}

.name-item {
    float: none !important;
    color: #0862a6;
    text-transform: uppercase;
    margin: 0px 0px 10px;
}

.item-2 {
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(221,221,221,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(221,221,221,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd', GradientType=0 );
    position: absolute;
    margin-top: 0px;
    min-width: 380px;
    margin-left: 347px;
    padding-bottom: 20px;
    -webkit-box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.21);
    -moz-box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.21);
    box-shadow: 3px 3px 12px -1px rgba(0,0,0,0.21);
    z-index: 10;
}

.item-1:after {
    content: '';
    background: url(../images/line-item.png) repeat-y;
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    -webkit-box-shadow: -3px 4px 12px -1px rgba(0,0,0,0.21);
    -moz-box-shadow: -3px 4px 12px -1px rgba(0,0,0,0.21);
    box-shadow: -3px 4px 12px -1px rgba(0,0,0,0.21);
}


.navi .navbar .item-2 li a {
    font-size: 14px;
    color: #0862a6;
    text-transform: none;
    padding: 5px 0px 5px;
}

.w_listimg .item1, .w_listimg .item2 {
    padding: 0px;
    float: left;
    width: 49%;
    position: relative;
}

.w_listimg .item2 {
    float: right;
}

.w_news {
    margin-top: 20px;
    margin-bottom: 20px;
}

.hot_new {
    position: relative;
}

.g_hot {
    top: 230px;
    left: 40px;
    right: 40px;
    position: absolute;
}

.catago_new {
    background: #222626;
    font-size: 12px;
    border-left: 3px solid #f4b838;
    display: inline;
    padding: 5px 15px 5px 10px;
}

    .catago_new a {
        color: #fff;
    }

.hot_name {
    font-size: 30px;
    font-weight: 700;
}

    .hot_name a {
        color: #fff;
    }

.date_new {
    font-size: 14px;
    color: #ccd2d2;
    margin-top: 20px;
}


.list_news h5 {
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-left: 4px solid #f4b838;
    padding: 0px;
    margin: 0px;
    line-height: 36px;
    padding-left: 15px;
    background: #93acdf;
}

.w_listnews {
    border: 2px solid #ebebeb;
    border-top: none;
    padding: 10px 0px 5px;
    margin-bottom: 15px;
}

    .w_listnews ul {
        margin-bottom: 4px;
    }

    .w_listnews li {
        font-size: 14px;
        font-weight: 700;
        color: #8d8d8d;
        position: relative;
        padding-left: 110px;
        padding-right: 130px;
        margin: 3px 0px;
    }

    .w_listnews .date_list {
        position: absolute;
        left: 15px;
    }

    .w_listnews h3 {
        margin: 0px;
        color: #0862a6;
        font-size: 14px;
        font-weight: 700;
        line-height: 21px;
        padding-left: 5px;
    }

.cata_list {
    position: absolute;
    right: 21px;
    top: 3px;
}

.w_listimg .g_hot {
    top: 105px;
    left: 20px;
    right: 20px;
}

    .w_listimg .g_hot .hot_name {
        font-size: 18px;
        line-height: 22px;
    }

.top_v {
    min-height: 350px;
}

.top_news .discript {
    color: #434343;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    height: 66px;
}

.ver_cont {
    margin: 20px 0px 0px;
}

.title_group {
    margin-bottom: 20px;
}

    .title_group.video img {
        margin: auto;
    }

    .title_group h5 {
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
        border-left: 4px solid #f4b838;
        padding: 0px;
        margin: 0px;
        line-height: 36px;
        padding-left: 15px;
        background: #93acdf;
    }

        .title_group h5.alert {
            background: #d80312;
        }

        .title_group h5.life {
            background: #c22ea4;
        }

        .title_group h5.restoration {
            background: #fcac00;
        }

        .title_group h5.environment {
            background: #508f52;
        }

        .title_group h5.children_video {
            background: #55dc68;
        }
.title_group.box-cate-notification h5{background: #d80312;}

.content_video {
    background: #bbf1c3;
    text-align: center;
    margin-top: 1px;
    border: 1px solid #ebebeb;
    padding: 28px 0px;
}

    .content_video iframe {
        border: 5px solid #fff;
    }

.title_group h5.children_chiencon {
    background: #d45e70;
}

.content_chiencon {
    background: #f8e6e9;
    text-align: center;
    margin-top: 1px;
    border: 1px solid #ebebeb;
    padding: 18px 0px 30px;
}

.title_group h5.children_game {
    background: #63d8ff;
}

.cont_game {
    background: #e0f7ff;
    text-align: center;
    margin-top: 1px;
    border: 1px solid #ebebeb;
    padding: 26px 0px;
}

.title_group h5.radio {
    background: #7b7b7b url(../images/audio.png) right 10px center no-repeat;
}

.title_group h5.audio {
    background: #7b7b7b;
}

.w_calenda.title_group h5 {
    background: #0862a6 !important;
}

.cont_thumb {
    margin-top: 15px;
}

    .cont_thumb.heigt_clr {
        margin: 15px 0px 0px;
    }

.date_item {
    bottom: 40px;
    left: 20px;
    position: relative;
    color: #fff;
}

.cont_thumb .hot_name {
    margin: 0px;
}

    .cont_thumb .hot_name a {
        color: #222626;
        font-weight: 700;
        font-size: 18px;
    }

.list_thumb li {
    position: relative;
    margin-bottom: 20px;
}

    .list_thumb li:last-child {
        margin-bottom: 0px;
    }

    .list_thumb li span {
        float: left;
        width: 100px;
    }

    .list_thumb li .desc {
        float: left;
        width: calc(100% - 110px);
        margin-left: 10px;
    }

        .list_thumb li .desc h3 {
            font-size: 14px;
            color: #222626;
            font-weight: 700;
            margin: 0px 0px 5px 0px;
        }

        .list_thumb li .desc p {
            font-size: 12px;
            color: #a4abab;
            margin-bottom: 0px;
        }

.w_calenda .calenda {
    margin: 15px 0px 46px;
}

.top_news .discript {
    color: #666666;
    margin-top: 10px;
}

.cont_audio {
    border: 1px solid #ebebeb;
    padding: 20px 30px 0px;
    min-height: 500px;
}

    .cont_audio img {
        margin: auto;
    }

    .cont_audio h4, .cont_audio h4 a {
        color: #0862a6;
        font-size: 14px;
        text-transform: uppercase;
    }

    .cont_audio h4 {
        margin-top: 0px;
    }

.w_radio {
    margin-bottom: 50px;
}

.item-news h4 {
    font-size: 14px;
    margin-bottom: 10px;
}

    .item-news h4 a {
        color: #0862a6;
        padding-left: 15px;
    }

        .item-news h4 a:before {
            display: inline;
            width: 6px;
            height: 6px;
            border-radius: 10px;
            background: #666666;
            content: '';
            position: absolute;
            left: 0px;
            top: 4px;
        }

.cont_audio li {
    color: #0862a6;
}

    .cont_audio li span {
        display: block;
        line-height: 16px;
    }

    .cont_audio li img {
        margin-top: 10px;
    }

.cont_audio ul li {
    background: url(../images/ico-audio.png) left center no-repeat;
    padding-left: 33px;
}

.cont_audio.radio_c ul li {
    background: none;
    padding-left: 15px;
}

.cont_audio ul li a {
    text-transform: none;
    padding: 3px 0px;
    display: block;
}

.audio_play {
    text-align: center;
    padding: 15px 0px 0px;
}

.footer {
    background: #074c7f;
    margin-top: 15px;
    padding: 15px 0px 0px;
}

.logo_f {
    width: 76px;
    float: left;
}

.logo_f_info {
    width: calc(100% - 96px);
    float: left;
    margin-left: 20px;
}

.name_logo {
    font-size: 21px;
    color: #fff;
    text-transform: uppercase;
    margin: 0px;
    font-weight: 700;
}

.footer p.copyright {
    color: #a5b4c6;
    margin-top: 5px;
}

.footer p.madeby {
    color: #5b7c9d;
    padding-top: 15px;
}

.footer p {
    color: #a5b4c6;
    font-size: 13px;
}

.col-f2 {
    padding-left: 50px;
}

.col-f3 {
    margin-left: -40px;
}

.w_footer {
    position: relative;
}

    .w_footer .social {
        position: absolute;
        right: 0px;
        bottom: 40px;
        border-top: 1px solid #205e8c;
        width: calc(100% - 106px);
        background: #074c7f;
    }

        .w_footer .social .icon {
            position: absolute;
            right: 0px;
            top: 8px;
        }

        .w_footer .social li {
            float: left;
            margin-left: 50px;
        }

.social i {
    font-style: normal;
    color: #a4abab;
    font-size: 14px;
    text-transform: none;
    margin-right: 8px;
}

.social a {
    text-transform: uppercase;
    color: #a4abab;
    font-weight: 700;
    font-size: 13px;
}

.google i {
    font-size: 15px;
    vertical-align: middle;
}

.social li:hover a, .social li:hover i {
    color: #f4b838 !important;
}


.box_post_in_cate .thumb img {
    max-width: 100px;
}


.box-new .news-thumbnail {
    display: block;
    overflow: hidden;
}

.box-new .news-info {
    position: relative;
    padding-top: 20px;
}


.box-new .post-list .news-info {
    position: static;
}

.box-new .post-list .item {
    position: relative;
    padding-left: 175px;
    margin-bottom: 40px;
    min-height: 121px;
}

    .box-new .post-list .item .news-thumbnail-wrapper {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 160px;
    }

.box-new .post-list .news-info {
    padding-top: 0px;
}
    /*.box-new .post-list .news-thumbnail{border:solid 1px #bdd3e7;}*/

    .box-new .post-list .news-info h3 {
        margin: 0px 0px 5px;
    }

        .box-new .post-list .news-info h3 a {
            font-size: 14px;
            color: #222626;
            font-weight: 700;
            margin: 0px 0px 5px 0px;
        }

            .box-new .post-list .news-info h3 a:hover {
                color: #d80312;
            }

    .box-new .post-list .news-info .date-time,
    .box-new .post-list .news-info .author {
        font-size: 11px;
        color: #999999;
        margin-bottom: 0px;
    }

    .box-new .post-list .news-info .author {
        margin-bottom: 5px;
    }

.box-sidebar {
    margin-bottom:20px;
}

    .box-sidebar .box-content {
        padding: 0px 0px 5px;
        border: 1px solid #d7d7d7;
        border-top: 0px;
        background: #f3f3f3;
    }

    .box-sidebar .box-title {
        padding: 10px 20px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 18px;
        color: #fff;
        background: #0862a6;
        border-left: solid 5px #ff9900;
    }

    .box-sidebar .title {
        text-transform: uppercase;
        color: #333333;
        font-weight: 700;
        font-size: 20px;
        margin: 0px 0px 10px;
    }

    .box-sidebar ul {
        list-style: none;
        padding: 0px;
    }

        .box-sidebar ul li a {
            display: block;
            position: relative;
            padding: 15px 0px 15px 50px;
            border-top: solid 1px #e1e1e1;
            color: #000000;
            font-weight: 600;
            text-transform: uppercase;
        }

        .box-sidebar ul li.active a,
        .box-sidebar ul li:hover a {
            color: #d80312;
        }

        .box-sidebar ul li a:before {
            position: absolute;
            width: 20px;
            height: 20px;
            text-align: center;
            content: "\f105";
            font: normal normal normal 14px/1 FontAwesome;
            left: 20px;
            top: 14px;
            border-radius: 50%;
            border: solid 1px #9a9a9a;
            line-height: 18px;
        }

        .box-sidebar ul li:hover a:before,
        .box-sidebar ul li.active a:before {
            color: #d80312;
            border-color: #d80312;
        }

        .box-sidebar.box-post-list ul li a {font-weight:400; text-transform:none;    padding: 5px 5px 5px 35px; border:0px;}
        .box-sidebar.box-post-list ul li a:before{border:0px; width:auto; height:auto;top:5px;}
        
        .box-sidebar.box-post-list ul li.item-album a{padding-left:5px;}
        .box-sidebar.box-post-list ul li.item-album a:before{display:none;}
        .box-sidebar.box-post-list ul li.item-album span{display:block; padding:5px 10px;}

.box-new .post-list .news-info .description {
    color: #666666;
    line-height: 1.2;
}


.page-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
    padding-bottom: 15px;
    position: relative;
    color: #d80312;
    text-transform: uppercase;
    border-bottom: solid 2px #acacac;
}

.page-full-width .page-title {
    position: relative;
    text-align: center;
    position: relative;
    border: 0px;
}

    .page-full-width .page-title:after {
        content: '';
        width: 100px;
        height: 2px;
        margin-left: -50px;
        position: absolute;
        bottom: 0px;
        left: 50%;
        background: #acacac;
    }

.post-detail .post-title h1,
.page-album-detail .post-title h1 {
    font-weight: 700;
    font-size: 24px;
    margin: 0px 0px 5px;
    padding-top: 0;
    color: #0862a6;
}

.post-detail .post-title .date-time,
.post-detail .post-title .author {
    font-size: 12px;
    color: #999999;
    display:block;
}
.post-detail .post-title .date-time{margin-bottom: 15px; }


.post-other .title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    padding-top: 25px;
    border-top: solid 1px #ececec;
    margin-bottom: 15px;
    color: #0862a6;
}

.post-other ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .post-other ul li {
        margin-bottom: 15px;
    }

        .post-other ul li a {
            position: relative;
            padding-left: 12px;
            display: block;
        }

            .post-other ul li a:before {
                content: "\f105";
                font: normal normal normal 14px/1 FontAwesome;
                position: absolute;
                left: 0;
                top: 1px;
            }

.page-content-wrapper {
    padding: 30px 0px;
}

.page-full-width .page-title {
}


/* paging */

.paging {
    margin: 0 auto 15px;
    padding: 0;
    list-style: none;
    display: block;
    text-align: right;
}

    .paging a {
        color: #666666;
        background: #dadada;
        width: 31px;
        height: 31px;
        text-align: center;
        padding-top: 6px;
        text-decoration: none;
        margin: 0 5px;
        display: inline-block;
        vertical-align: middle;
        border-radius: 5px;
    }

        .paging a.pPrev, .paging a.pNext {
            text-indent: 9999999px;
            overflow: hidden;
            position: relative;
            display: none;
        }

        .paging a.pNext {
            text-indent: 9999999px;
            overflow: hidden;
        }

            .paging a.pNext:after, .paging a.pPrev:after {
                content: "\f105";
                font-family: FontAwesome;
                width: 31px;
                height: 31px;
                line-height: 31px;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                position: absolute;
                left: 0px;
                top: 0px;
                text-indent: 0;
            }

        .paging a.pPrev:after {
            content: "\f104";
        }

        .paging a:hover, .paging a.current {
            color: #fff;
            background: #0862a6;
        }

        .paging a.Haslink {
            display: inline-block;
        }

        .paging a.pFirst, .paging a.pLast {
            display: none !important;
            text-indent: 999999px;
        }

    .paging .gotopage {
        width: 30px;
        padding: 3px 0;
        border-radius: 2px 0 0 2px;
        border: 1px solid #ccc;
        height: 14px;
        float: left;
        display: none;
    }


/* end paging */

.album-list .item{margin-bottom:30px;}
.album-list .post-title{font-size:14px; color:#666666; margin:10px 0px 0px;}
.page-album-detail .gallery{padding:0px 21px;}

@media screen and (min-width:992px) {
}

@media screen and (min-width:1200px) {
}

@media screen and (min-width:1400px) {
}

@media screen and (min-width:1680px) {
}

@media screen and (max-width: 1280px) {
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .top-head {
        background-position-x: -547px;
    }

        .top-head .container {
            padding: 0px;
        }

    .navi .navbar a {
        padding: 10px 8px 8px;
        font-size: 12px;
    }

    .navi .home a {
        padding-left: 0px;
        padding-right: 0px;
    }

    .g_hot {
        top: 175px;
    }

    .hot_name {
        font-size: 24px;
    }

    .w_listnews li, .w_listnews h3 {
        font-size: 13px;
    }

    .w_listimg .g_hot {
        top: 84px;
    }

        .w_listimg .g_hot .hot_name {
            font-size: 14px;
            line-height: 18px;
        }

    .hot_new, .w_video {
        padding-left: 0px;
    }

    .cont_audio {
        padding: 20px 20px 0px;
    }

    .footer .container {
        padding: 0px;
    }

    .name_logo {
        font-size: 17px;
    }

    .col-f2 {
        padding-left: 25px;
    }

    .col-f3 {
        padding-right: 0px;
    }

    .w_footer .social li {
        margin-left: 37px;
    }

    .social a {
        font-size: 12px;
    }

    .w_footer .social {
        right: 20px;
        width: calc(100% - 130px);
    }

    .col-f3 {
        margin-left: -30px;
    }
}

@media screen and (max-width:992px) {

    .header-sm .logo-mobile {
        position: relative;
        z-index: 9999;
    }

    .header-sm a.logo-xs {
        display: block;
        width: 300px;
        height: 76px;
        top: 11px;
        background: url('../images/logo-ticky.png') no-repeat center center;
        position: absolute;
        ;
    }

    .top-head .navbar-toggle {
        position: absolute;
        right: 15px;
        background: #0670af url("../images/icon-sandwich-mobile.svg") no-repeat center center;
        height: 40px;
        width: 42px;
        background-size: 40px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0px;
        margin: 0px;
        padding: 0px;
        float: right;
        margin-top: -60px;
        z-index: 103;
    }

    .header-sm {
        z-index: 51;
        position: relative;
        min-height: 90px;
        background: url(../images/bg-header.jpg) center top no-repeat;
    }

    .navbar-toggle .icon-bar {
        background: transparent;
    }

    .top-head.top-head-sticky {
        position: relative;
    }

        .top-head.top-head-sticky .page-header {
            min-height: inherit;
        }

            .top-head.top-head-sticky .page-header ul.navbar-nav {
                height: auto;
            }

                .top-head.top-head-sticky .page-header ul.navbar-nav li a, .top-head.top-head-sticky .page-header ul.navbar-nav li a:focus {
                    height: 40px;
                    line-height: 40px;
                }

            .top-head.top-head-sticky .page-header .navbar-nav li.home a {
                height: 40px;
            }


        .top-head.top-head-sticky .top-links {
            display: block;
        }

    .page-header > .container {
        position: relative;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        position: absolute;
        right: 0px;
        z-index: 100;
        padding: 0px 15px;
    }

    .navbar-inverse .navbar-collapse {
        border: 0px;
        background: #fff;
        -webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.4);
    }

    .navbar-nav {
        float: none !important;
        margin: 0px;
    }

    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse {
        margin: 0px;
        margin-top: 6px;
        right: auto;
        max-height: none;
        padding-top: 25px;
        width: 100%;
        left: 0px;
        right: 0px;
        margin-left: 0px;
        margin-right: 0px;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
            padding-bottom: 15px;
            margin-left: 0px;
            margin-right: 0px;
            left: 0px;
            right: 0px;
            top: 34px;
        }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .page-header ul.navbar-nav li {
        padding: 0px;
        float: none;
        border-bottom: 1px solid #dcdcdc;
    }

        .page-header ul.navbar-nav li a {
            color: #fff;
            padding: 0px;
            line-height: 45px;
            height: 45px;
            width: 100%;
            border-top: solid 0px #fff;
            padding-left: 15px;
        }

    .page-header ul.navbar-nav.navbar-nav-left li.last a {
        border-bottom: solid 1px #dcdcdc;
    }

        .page-header ul.navbar-nav.navbar-nav-left li.last a:hover, .page-header ul.navbar-nav.navbar-nav-left li.last.active a {
            border-bottom: solid 1px #0670af;
        }

    .cont_audio {
        padding: 20px 20px 0px;
    }
}

@media screen and (min-width:768px) and (max-width:979px) {
    .list_news {
        padding: 0px 15px;
        margin-top: 15px;
    }

    .custom_h {
        min-height: 275px;
    }

    .w_calenda .calenda {
        margin: 15px 0px 0px;
    }

    .footer {
        height: 215px;
    }

    .w_footer .social {
        bottom: 0px;
        width: 100%;
    }

        .w_footer .social .icon {
            right: auto;
        }

        .w_footer .social li {
            margin-left: 45px;
        }

            .w_footer .social li:first-child {
                margin-left: 20px;
            }

    .heigt_clr {
        min-height: 260px;
    }

    .col-f2, .col-f3 {
        padding-left: 0px;
        margin-left: -20px;
    }

    .right_15 {
        margin-right: auto;
    }
}

@media screen and (max-width:767px) {
    .g_hot {
        padding-right: 30px;
        top: 286px;
    }

    .hot_new img {
        width: 100%;
    }

    .list_news.no-padding {
        padding: 0px 15px;
        margin-top: 15px;
    }

    .top_news .discript {
        height: auto;
    }

    .cata_list {
        right: 9px;
    }

    .cont_audio img {
        margin: 0px;
    }

    .w_listimg .item1, .title_group.video {
        margin-bottom: 15px;
    }

    .no-padding.list_thumb {
        padding-left: 0px;
    }

    .w_calenda.right0 {
        padding-right: 15px;
    }

    .right_15 {
        margin-right: 0px;
    }

    .col-f2 {
        padding-left: 110px;
    }

    .col-f3 {
        margin-left: 0px;
        padding-left: 110px;
    }

    .footer {
        height: 100%;
        background: #074c7f;
    }

    .w_footer .social {
        bottom: -10px;
        width: 100%;
        right: auto;
    }

        .w_footer .social .icon {
            right: auto;
            position: relative;
            top: 0px;
        }

        .w_footer .social li {
            margin-left: 30px;
            padding-bottom: 5px;
        }

            .w_footer .social li:first-child {
                margin-left: 10px;
            }

    .no-padding {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:640px) {
    .w_footer .social li {
        margin-left: 25px;
    }
}

@media screen and (max-width:480px) {
    .social a span {
        text-indent: -9999px;
        display: none;
    }

    .social i {
        font-size: 17px;
    }

    .youtube i {
        font-size: 19px;
    }
}

@media screen and (max-width: 480px) and (orientation : portrait) {
    .g_hot {
        top: 130px;
    }

    .header-sm a.logo-xs {
        display: block;
        width: 280px;
        height: 71px;
        top: 11px;
        background: url(../images/logo-xs.png) no-repeat center center;
        position: absolute;
    }

    .hot_name {
        font-size: 17px;
    }

    .date_new {
        font-size: 13px;
        margin-top: 15px;
        padding-right: 30px;
    }

    .w_listnews li {
        font-size: 13px;
        padding-left: 85px;
        padding-right: 107px;
    }

    .w_listnews .date_list {
        left: 9px;
    }

    .w_listnews h3 {
        font-size: 13px;
    }

    .w_listimg .item1, .w_listimg .item2 {
        width: 100%;
    }

    .list_thumb.right0 {
        padding-left: 0px;
        margin-top: 15px;
    }

    .ver_cont .cont_thumb > div {
        width: 100%;
        padding-left: 0px;
    }

    .name_logo {
        font-size: 20px;
    }

    .footer {
        height: 100%;
    }

    .col-f1 {
        margin-bottom: 15px;
    }

    .col-f2, .col-f3 {
        padding-left: 15px;
    }

    .footer p.copyright {
        font-size: 12px;
    }

    .social a span {
        text-indent: -9999px;
        display: none;
    }

    .social i {
        font-size: 17px;
    }

    .youtube i {
        font-size: 19px;
    }

    .w_footer .social li:first-child {
        margin-left: 30px;
    }

    .w_footer .social {
        bottom: -45px;
    }

    .content_video iframe {
        width: 100%;
    }
}

@media screen and (max-width:375px) {
}

@media screen and (max-width:370px) {
    .top-head .navbar-toggle {
        background: url(../images/icon-sandwich-mobile.svg) no-repeat center;
        background-size: 34px;
    }
}

@media screen and (max-width:360px) {
    .g_hot {
        top: 115px;
    }

    .footer {
        min-height: 296px;
    }
}

@media screen and (max-width:320px) {
    .g_hot {
        top: 105px;
    }

    .w_listnews li {
        padding-left: 10px;
        margin-top: 20px;
    }

    .w_listnews .date_list {
        top: -20px;
    }

    .header-sm a.logo-xs {
        width: 240px;
        height: 61px;
        background: url(../images/logo-xs320.png) no-repeat center center;
    }

    .hot_name {
        font-size: 14px;
        margin: 17px 0px 10px;
    }

    .date_new {
        margin-top: 0px;
    }
}

@-ms-viewport {
    width: device-width;
}
