.flexbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.no-flexbox {
    display: inherit
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box
}

html, body {
    text-rendering: optimizeSpeed
}

body {
    margin: 50px 0 40px;
    padding: 0;
    background-image: url(../img/mainbg.png);
    background-repeat: repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: auto;
    background-color: #000;
    text-align: center;
    color: #000;
    /* font-family: 'font_menu3', "Times New Roman", Times, serif; */
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: 200;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.body_mobile {
    max-width: 1020px;
    margin: 0 auto;
    overflow-x: hidden
}

button, .embed_video_new, .box_img_video {
    cursor: pointer;
    outline: 0
}

h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit
}

a:focus {
    outline: 1 !important
}

.box_category {
    margin-bottom: 28px;
    float: left;
    width: 100%
}

.box_category:last-of-type {
    margin-bottom: 0
}

.banner_mobile_300x250 {
    background: #f4f4f4;
    font-size: 0
}

select {
    color: #333
}

a {
    color: inherit;
    text-decoration: none;
    outline: 1
}

a:hover {
    color: #168fd6
}

.container {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    clear: both
}

.container::before, .container::after {
    display: table;
    content: "";
    clear: both
}

.flex {
    display: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.width_common {
    width: 100%;
    float: left
}
.wrap-main-nav.sticky {
    z-index: 99;
}
.wrap-main-nav {
    overflow: hidden;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0
}
.wrap-main-nav .main-nav {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #f6f7fb;
}
.sticky:not(.header-top--ver2) .humberger-btn {
    position: absolute;
    width: 48px;
    height: 39px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f6f7fb;
    left: -52px;
    padding: 0 12px;
}
.wrap-main-nav {
    overflow: hidden;
}
.wrap-main-nav .main-nav .home-item {
    padding-left: 12px;
    padding-right: 8px;
}
.home-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-item a {
    background: #94b3d1;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-item a svg {
    color: #fff;
    width: 12px;
    height: 12px;
}
.wrap-main-nav .main-nav__menu {
    overflow-x: scroll;
}
.wrap-main-nav .main-nav .parent {
    white-space: nowrap;
}
.wrap-main-nav .main-nav .parent li {
    display: inline-block;
}
.wrap-main-nav .main-nav .parent li a {
    line-height: 40px;
    display: inline-block;
    color: #56738f;
    padding: 0 10px;
}
.text_ads {
    width: 100%;
    float: left;
    font: 400 11px arial;
    color: #a7a7a7;
    text-align: left;
    margin-bottom: 5px
}
.header-top {
    z-index: 98;
    height: 48px;
    background: #fff;
    border-bottom: 1px solid var(--border);
}
.header-top .icon-ns {
    width: 20px;
    height: 20px;
    color: #7a99b8;
}
svg.ic, .icon-svg, .icon-ns {
    height: 15px;
    width: 15px;
    vertical-align: middle;
    fill: currentColor;
}
.header-top .flex {
    height: 48px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
#miniMenu{
    display: none;
}
.left-nav.fadeInDown {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.left-nav.active {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.left-nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    padding: 0 12px 40px 12px;
    font-size: 16px;
    z-index: 1042;
    background: #fff;
    will-change: transform;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.left-nav .header_menu .humberger-btn {
    position: absolute;
    left: 12px;
    top: 20%;
}
.humberger-btn.active ~ .logo {
    width: 80px;
    margin-top: -9px;
}
.left-nav .header_menu .humberger-btn svg {
    width: 20px;
    height: 20px;
    color: #7a99b8;
}
.left-nav .header_menu {
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin-bottom: 15px;
    margin-right: -12px;
    margin-left: -12px;
    padding: 12px;
    border-bottom: 1px solid #d8e1eb;
}
.left-nav .block_scoll_menu {
    scroll-behavior: smooth;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}
left-nav .search-form {
    padding: 0;
    margin-bottom: 24px;
}
.search-form {
    padding: 0 12px;
    clear: both;
}
.search-form .form-control {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16px;
    color: #1f3347;
    line-height: 150%;
    height: auto;
    border: 1px solid #d8e1eb;
    border-radius: 61px;
    padding: 0 42px 0 15px;
    width: 100%;
    height: 42px;
}
.search-form .form-group {
    position: relative;
}
.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-form .form-button {
    position: absolute;
    display: inline-block;
    background: unset;
    border: none;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
}

.center {
    text-align: center
}

#to_top {
    opacity: .5;
    background: #999 !important;
    display: none;
    border: medium none;
    bottom: 20px;
    cursor: pointer;
    text-align: center;
    height: 30px;
    line-height: 28px;
    outline: medium none;
    padding: 0;
    position: fixed;
    right: 20px;
    width: 30px;
    z-index: 9999
}

#to_top .icon-ns {
    margin: 0;
    color: #fff
}

img {
    border: 0;
    font-size: 0;
    line-height: 0;
    max-width: 100%;
    vertical-align: middle
}

ul, li {
    list-style-type: none
}

input, textarea {
    font-family: arial;
    font-size: 11px;
    border: none;
    background: none
}

input::-webkit-input-placeholder {
    color: #999
}

input::-moz-input-placeholder {
    color: #999
}

input::-ms-input-placeholder {
    color: #999
}

input::-o-input-placeholder {
    color: #999
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
    display: none
}

.hidden, .grecaptcha-badge {
    display: none !important
}

.clearfix {
    clear: both
}

.clearfix::before, .clearfix::after {
    display: table;
    content: "";
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

.hidden320 {
    font-size: 0
}

html {
    -webkit-text-size-adjust: none
}

.fill-gradient {
    position: relative
}

.icon-ns {
    height: 15px;
    width: 15px;
    color: #178fd6;
    vertical-align: middle;
    margin: 0 0 0 4px;
    fill: currentColor
}

.not-grad {
    fill: currentColor !important
}

.comment-count, .count_cmt {
    color: #16b0e7;
    font: 400 12px arial !important;
    margin-left: 2px
}

.comment-count svg, .count_cmt svg {
    vertical-align: text-bottom
}

.ns-play {
    position: absolute;
    bottom: 7px;
    left: 7px;
    cursor: pointer;
    height: 32px;
    width: 28px;
    background: url(fonts/video_play.svg) no-repeat center;
    margin: 0
}

.ns-play use {
    display: none
}

.no_wrap {
    white-space: nowrap
}

.txt_666 {
    color: #666
}

.txt_999 {
    color: #999
}

.txt_10 {
    font-size: 10px
}

.txt_11 {
    font-size: 11px
}

.txt_14 {
    font-size: 14px
}

.txt_16 {
    font-size: 16px
}

.txt_vne {
    color: #9f224e
}

.mb0 {
    margin-bottom: 0 !important
}

.mb5 {
    margin-bottom: 5px
}

.mb10 {
    margin-bottom: 10px
}

.mb15 {
    margin-bottom: 15px
}

.mb20 {
    margin-bottom: 20px
}

.mb25 {
    margin-bottom: 25px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mt0 {
    margin-top: 0 !important
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}

.mt15 {
    margin-top: 15px
}

.mt20 {
    margin-top: 20px
}

.mt25 {
    margin-top: 25px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.error {
    color: red;
    font-size: 12px
}

.error_mess {
    color: #9f224e;
    font-size: 13px;
    line-height: 15px;
    margin-top: 5px
}

.bg_gray {
    background: #f8f8f6 !important
}

.fs {
    font-size: 0
}

.thumb_big {
    position: relative
}

.thumb_art {
    position: relative;
    float: left
}

.thumb_img, .thumb {
    display: block;
    overflow: hidden;
    height: 1px;
    position: relative;
    width: 100%
}

.thumb_img video, .thumb_img img, .thumb_img iframe, .thumb_video video, .thumb_video img, .thumb_video iframe, .thumb_16x9 video, .thumb_16x9 img, .thumb_16x9 iframe {
    -o-object-position: top;
    object-position: top;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%
}

.thumb_5x3, .thumb-5x3 {
    padding-bottom: 60%
}

.thumb_2x3, .thumb-2x3 {
    padding-bottom: 150%
}

.thumb_5x5, .thumb-5x5 {
    padding-bottom: 100%
}

.thumb_16x9, .thumb_video {
    padding-bottom: 56.25%
}

.video-js video {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.thumb_video + .title_news {
    margin-top: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.4
}

.thumb_video + .title_news a {
    color: #168fd6
}

.line_8px {
    background: #eee;
    height: 8px;
    width: 100%;
    clear: both
}

.line_4px {
    background: #eee;
    height: 4px;
    width: 100%;
    clear: both
}

.line_2px {
    background: #eee;
    height: 2px;
    width: 100%;
    clear: both
}

.line_1px {
    background: #eee;
    height: 1px;
    width: 100%;
    clear: both
}

_::-webkit-full-page-media, _:future, :root .box_stream {
    width: calc(100% - 349px)
}

_::-webkit-full-page-media, _:future, :root .featured .art_topstory {
    width: 65.9%
}

_::-webkit-full-page-media, _:future, :root .box_tieudiem .list_news {
    width: 845px
}

@media (max-width: 991px) {
    _::-webkit-full-page-media, _:future, :root .box_stream {
        width: 100%
    }

    _::-webkit-full-page-media, _:future, :root .featured .art_topstory {
        width: 100%
    }

    _::-webkit-full-page-media, _:future, :root .box_tieudiem .list_news {
        width: calc(100% - 255px)
    }
    .footer_padding{
        padding:10px!important;
    }
    .menu3{
        width: 100%;
        text-align: center;
    }
    .box-view-end{
        right:20px!important;
    }
}

#pagination {
    margin-bottom: 28px;
    text-align: center
}

#pagination.folder a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    margin: 0 2px;
    color: #999;
    border: 1px solid #dfdfdf;
    font-size: 1.0625rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px
}

#pagination.folder a:hover, #pagination.folder a.active {
    background: #168fd6;
    color: #fff;
    border: 1px solid #168fd6
}

#pagination.folder a:hover .icon-ns, #pagination.folder a.active .icon-ns {
    color: #fff
}

#pagination.folder .pagination_btn {
    line-height: 38px
}

#pagination.folder .pagination_btn .icon-ns {
    width: 12px;
    height: 12px;
    margin: 0;
    color: #999
}

.title_box_category {
    margin-bottom: 20px;
    position: relative
}

.title_box_category h2 {
    font: bold 1.75rem DomaineDisplay;
    line-height: 1.313;
    background: #fff;
    padding-right: 20px;
    position: relative;
    display: inline-block
}

.box_store_ns .title {
    font: bold 1.75rem DomaineDisplay;
    line-height: 1.313;
    background: #fff;
    padding-right: 20px;
    position: relative;
    display: inline-block
}

.box_store_ns .title_news {
    margin: 10px 0
}

.box_store_ns .title_news a {
    font: 18px iCielDomaineText
}

.title_news {
    line-height: 1.313 !important
}

.title_news p {
    font-size: 12px;
    color: #514e4e;
    font-family: Arial;
    display: inline-block
}

.title_news p a {
    color: #514e4e;
    font: 400 14px Arial
}

.title_news p svg {
    vertical-align: text-bottom;
    width: 14px !important;
    height: 14px !important
}

.title_news p.disabled svg {
    color: #aab1b5
}

article .content {
    font-family: iCielDomaineText;
    margin-top: 10px
}

article .content .description {
    font-family: arial
}

.box_stream article .content {
    overflow: hidden
}

.box_stream article .content .ic-live {
    padding-left: 6px
}

.art_item {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 28px
}

.art_item .thumb_art {
    position: relative;
    width: 282px;
    margin-right: 28px
}

.art_item .thumb_art .tag {
    position: absolute;
    bottom: 12px;
    left: 0;
    padding: 8px 10px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(140, 2, 254, .8)), to(rgba(87, 178, 251, .6)));
    background-image: -webkit-linear-gradient(left, rgba(132, 25, 253, .8), rgba(87, 178, 251, .6));
    background-image: -o-linear-gradient(left, rgba(132, 25, 253, .8), rgba(87, 178, 251, .6))
}

.art_item .thumb_art .tag a {
    color: #fff
}

.art_item .thumb_art .icon_thumb {
    background-image: -webkit-gradient(linear, left top, right top, from(#0799ff), to(#21d4fd));
    background-image: -webkit-linear-gradient(left, #0799ff, #21d4fd);
    background-image: -o-linear-gradient(left, #0799ff, #21d4fd);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center
}

.art_item .thumb_art .icon_thumb .icon-ns {
    color: #fff;
    margin: 0
}

.art_item .thumb_art .icon_thumb + .tag {
    left: 55px
}

.art_item .content .title_news {
    font: bold 1.25rem iCielDomaineText
}

.art_item .content .description {
    font: 400 1rem arial;
    margin-top: 10px;
    line-height: 1.45
}

.art_item .content .tag {
    font-size: 14px;
    font-family: arial;
    color: #999;
    margin-top: 5px
}

.art_item .content .tag a {
    color: #168fd6
}

.art_item .content .list_news_dot_3x3_300 {
    margin-top: 4px;
    margin-bottom: 0
}

.art_item .content .list_news_dot_3x3_300 li a {
    font-size: 14px;
    font-weight: 700
}

.no-images {
    font-size: 0;
    float: left;
    width: 100%;
    border-top: 4px solid #eee;
    border-bottom: 8px solid #eee;
    padding: 20px 0;
    margin-bottom: 28px
}

.no-images .art_item {
    width: 50%;
    margin: 0;
    display: inline-block;
    float: none
}

.no-images .art_item .content {
    margin-top: 0;
    width: 100%
}

.no-images .art_item:nth-child(1) {
    padding-right: 20px
}

.no-images .art_item:nth-child(1):before {
    content: "";
    background: #eaeaea;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px
}

.no-images .art_item:nth-child(2) {
    padding-left: 20px
}

.no-images:last-child {
    margin-bottom: 0
}

.list_news {
    position: relative;
    margin-left: -14px;
    margin-right: -14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    width: calc(100% + 28px)
}

.list_news .art_item {
    padding: 0 14px;
    vertical-align: top;
    margin-bottom: 25px
}

.list_news .art_item .thumb_art {
    width: 100%;
    float: none
}

.list_news .art_item .title_news {
    font: 500 1.125rem iCielDomaineText;
    line-height: 1.313
}

.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -14px;
    margin-right: -14px;
    margin-bottom: 12px
}

.grid .art_item {
    padding: 0 14px;
    float: none;
    display: inline-block;
    vertical-align: top
}

.grid .art_item .thumb_art {
    width: 100%;
    float: none
}

.grid .art_item .content {
    width: 100%
}

.grid_2 .art_item {
    width: 50%
}

.grid_2 .art_item:nth-last-of-type(-n+2) {
    margin-bottom: 0
}

.grid_3 .art_item {
    width: 33.3%
}

.grid_3 .art_item:nth-last-of-type(-n+3) {
    margin-bottom: 0
}

.grid_4 .art_item {
    width: 25%
}

.grid_4 .art_item:nth-last-of-type(-n+4) {
    margin-bottom: 0
}

.grid_5 .art_item {
    width: 20%
}

.grid_5 .art_item:nth-last-of-type(-n+5) {
    margin-bottom: 0
}

.row {
    margin: 0 -14px;
    width: calc(100% + 28px)
}

.article_small {
    margin-left: -28px;
    font-size: 0;
    position: relative;
    margin-bottom: 21px;
    margin-top: 40px
}

.article_small:before {
    content: "";
    background: #eaeaea;
    height: 1px;
    position: absolute;
    left: 28px;
    right: 0;
    bottom: 0
}

.article_small .art_item {
    width: 33.3%;
    padding-left: 28px;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 21px
}

.article_small .art_item:before {
    content: "";
    width: calc(100% - 28px);
    height: 1px;
    background: #eaeaea;
    position: absolute;
    right: 0;
    top: -20px
}

.article_small .art_item .thumb_art {
    width: 94px;
    margin-right: 12px
}

.article_small .art_item .thumb_art + .content {
    width: calc(100% - 94px - 12px);
    float: left
}

.article_small .art_item .content {
    overflow: hidden
}

.article_small .art_item .content .title_news {
    font: 500 1rem iCielDomaineText;
    line-height: 1.313
}

.box_folder_article {
    float: left;
    width: 100%
}

.box_folder_article .thumb_art {
    width: 282px;
    margin-right: 28px
}

.box_folder_article .content {
    width: calc(100% - 310px);
    float: left;
    margin-top: 0
}

.icon_big {
    width: 58px;
    height: 58px
}

.icon_medium {
    width: 32px;
    height: 32px
}

.btn {
    font-size: 1rem;
    color: #999;
    background: #eee;
    padding: 12px 25px;
    border: none;
    cursor: pointer;
    display: inline-block
}

.btn_vne, .btn_send_comment {
    background: #168fd6;
    color: #fff;
    font: 400 16px arial;
    padding: 9px 18px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block
}

.form-group input, .form-group select {
    border-color: #e5e5e5;
    border-radius: 4px;
    padding: 6px 10px;
    width: 100%;
    font-size: 16px
}

.list_news_dot_3x3_300 {
    margin-bottom: 15px
}

.list_news_dot_3x3_300 li {
    list-style-type: none;
    padding: 1px 0 0 10px;
    margin-bottom: 5px;
    position: relative
}

.list_news_dot_3x3_300 li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #999;
    position: absolute;
    left: 0;
    top: 10px
}

.list_news_dot_3x3_300 li:last-child {
    margin-bottom: 0
}

.list_news_dot_3x3_300 li a {
    font-size: 15px;
    font-family: Arial;
    color: #666;
    font-weight: bold
}

.list_news_dot_3x3_300 li a:hover {
    color: #168fd6
}

[class*="tooltip"] {
    position: relative
}

[class*="tooltip"]:after {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    content: attr(data-tooltip);
    padding: 1px 10px;
    top: 2.6em;
    left: 50%;
    color: #168fd6;
    font-weight: 400;
    font-size: .6875rem;
    -webkit-transform: translateX(-50%) translateY(-2px);
    -ms-transform: translateX(-50%) translateY(-2px);
    transform: translateX(-50%) translateY(-2px);
    background: #f1f1f1;
    border: 1px solid silver;
    white-space: nowrap;
    z-index: 2;
    -webkit-transition: opacity .2s cubic-bezier(.64, .09, .08, 1), -webkit-transform .2s cubic-bezier(.64, .09, .08, 1);
    transition: opacity .2s cubic-bezier(.64, .09, .08, 1), -webkit-transform .2s cubic-bezier(.64, .09, .08, 1);
    transition: opacity .2s cubic-bezier(.64, .09, .08, 1), transform .2s cubic-bezier(.64, .09, .08, 1);
    transition: opacity .2s cubic-bezier(.64, .09, .08, 1), transform .2s cubic-bezier(.64, .09, .08, 1), -webkit-transform .2s cubic-bezier(.64, .09, .08, 1)
}

[class*="tooltip"]:hover:after {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.tooltip--top:hover:after {
    top: -3px;
    -webkit-transform: translate(-90%, -100%);
    -ms-transform: translate(-90%, -100%);
    transform: translate(-90%, -100%)
}

.tooltip--left:after {
    top: -4px;
    left: 0;
    -webkit-transform: translateX(-112%) translateY(0);
    -ms-transform: translateX(-112%) translateY(0);
    transform: translateX(-112%) translateY(0)
}

.tooltip--left:hover:after {
    -webkit-transform: translateX(-110%) translateY(0);
    -ms-transform: translateX(-110%) translateY(0);
    transform: translateX(-110%) translateY(0)
}

.tooltip--right:after {
    top: -4px;
    left: 100%;
    -webkit-transform: translateX(12%) translateY(0);
    -ms-transform: translateX(12%) translateY(0);
    transform: translateX(12%) translateY(0)
}

.tooltip--right:hover:after {
    -webkit-transform: translateX(10%) translateY(0);
    -ms-transform: translateX(10%) translateY(0);
    transform: translateX(10%) translateY(0)
}

.tooltip--triangle:before {
    content: '';
    width: 0;
    height: 0;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 5px gray;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transform: translateX(-50%) translateY(-2px);
    -ms-transform: translateX(-50%) translateY(-2px);
    transform: translateX(-50%) translateY(-2px);
    top: 1.1em;
    left: 50%;
    -webkit-transition: opacity .2s cubic-bezier(.64, .09, .08, 1), -webkit-transform .2s cubic-bezier(.64, .09, .08, 1);
    transition: opacity .2s cubic-bezier(.64, .09, .08, 1), -webkit-transform .2s cubic-bezier(.64, .09, .08, 1);
    transition: opacity .2s cubic-bezier(.64, .09, .08, 1), transform .2s cubic-bezier(.64, .09, .08, 1);
    transition: opacity .2s cubic-bezier(.64, .09, .08, 1), transform .2s cubic-bezier(.64, .09, .08, 1), -webkit-transform .2s cubic-bezier(.64, .09, .08, 1);
    z-index: 9
}

.tooltip--triangle:hover:before {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0)
}

.loadding-new {
    text-align: center
}

.loadding-new .sk-child {
    margin: 0 2px;
    width: 11px;
    height: 11px;
    background-color: #168fd6;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
}

.loadding-new .sk-bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.loadding-new .sk-bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-three-bounce {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.icon_commend {
    display: inline-block
}

span.txt_num_comment {
    display: inline-block
}

span.txt_num_comment .comment-count {
    margin-left: 5px
}

.video-js .vjs-play-progress {
    background-color: #0064b2 !important
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #0064b2 !important
}

#box_tag {
    padding-top: 10px;
    margin-bottom: 20px
}

#box_tag .txt_tag {
    font: 700 16px/20px iCielDomaineText;
    margin-right: 10px;
    color: #666;
    float: left;
    margin-top: 4px
}

#box_tag a {
    font-size: 15px;
    color: #666;
    font-family: Arial;
    background: #f1f1f1;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
    padding: 5px 7px;
    border-radius: 3px
}

#box_tag h3 {
    font-size: 15px;
    color: #666;
    font-family: Arial;
    background: #f1f1f1;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
    padding: 5px 7px;
    border-radius: 3px
}

#box_tag h3 a {
    background: none;
    font-weight: 400;
    padding: 0;
    margin: 0
}

#box_tag h3:hover {
    background: #0064b2
}

#box_tag h3:hover a {
    color: #fff
}

.thumb_video {
    cursor: pointer
}

.description a:hover {
    color: inherit
}

.number-info {
    font-family: Arial;
    font-size: .875rem;
    color: #999;
    margin: 0 -10px;
    margin-top: 10px
}

.number-info > span {
    display: block;
    float: left;
    padding: 0 10px;
    position: relative
}

.number-info > span:not(:first-child):before {
    content: "";
    width: 1px;
    height: 14px;
    background: #999;
    position: absolute;
    left: 0;
    top: 2px
}

.number-info .comment-count {
    color: #999;
    font-size: .875rem
}

.duration_time svg {
    vertical-align: top
}

#breadcrumb {
    margin: 15px auto 20px
}

#breadcrumb + section .box_300 {
    margin-top: -50px
}

#breadcrumb ul li {
    display: inline-block;
    margin-right: 15px;
    font: 400 .9375rem iCielDomaineText;
    line-height: 1.313;
    position: relative
}

#breadcrumb ul li label {
    font: bold 1.75rem iCielDomaineText;
    line-height: 1.313
}

#breadcrumb ul li.first-cate a, #breadcrumb ul li.first-cate h1, #breadcrumb ul li:first-child a, #breadcrumb ul li:first-child h1 {
    font: bold 1.75rem iCielDomaineText;
    line-height: 1.313;
    display: inline-block
}

#breadcrumb ul li.first-cate a a, #breadcrumb ul li.first-cate h1 a, #breadcrumb ul li:first-child a a, #breadcrumb ul li:first-child h1 a {
    color: #333
}

#breadcrumb ul li.active a {
    color: #168fd6;
    font-weight: 500
}

#breadcrumb ul li.first-cate:nth-child(2) a {
    font: 400 .9375rem iCielDomaineText;
    line-height: 1.313
}

#breadcrumb ul li h1, #breadcrumb ul li label {
    display: inline-block
}

#breadcrumb ul li h1 a, #breadcrumb ul li label a {
    color: #333
}

#breadcrumb ul li h2, #breadcrumb ul li h3 {
    font: 400 .9375rem iCielDomaineText;
    line-height: 1.313;
    display: inline-block
}

#breadcrumb ul li .icon-ns {
    margin: 0 0 0 20px;
    width: 10px;
    height: 10px;
    color: #999;
    fill: currentColor
}

#breadcrumb ul li a {
    color: #333
}

#breadcrumb ul li a:hover, #breadcrumb ul li a.active {
    color: #168fd6
}

#breadcrumb ul li:first-of-type h2 {
    font: bold 1.75rem DomaineDisplay;
    line-height: 1.313;
    display: inline-block
}

#breadcrumb ul li:first-of-type h2 a {
    color: #333
}

#breadcrumb ul li.c2 h1 {
    font: 400 .9375rem iCielDomaineText;
    line-height: 1.313
}

#breadcrumb ul li.c2 .icon-ns {
    margin-left: 5px
}

#breadcrumb ul li.c2:hover .sub_menu {
    opacity: 1;
    clip: inherit;
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

#breadcrumb ul li.c2:hover .sub_menu h2, #breadcrumb ul li.c2:hover .sub_menu h3 {
    width: 100%
}

#breadcrumb ul li.c3 a {
    margin-right: 20px
}

#breadcrumb ul li .sub_menu {
    background: #fff;
    position: absolute;
    top: 25px;
    left: -10px;
    z-index: 3;
    border: 1px solid #dfdfdf;
    min-width: 160px;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}

#breadcrumb ul li .sub_menu a {
    display: block;
    padding: 5px 15px;
    color: #333
}

#breadcrumb ul li .sub_menu a:hover, #breadcrumb ul li .sub_menu a.active {
    background: #168fd6;
    color: #fff
}

#breadcrumb ul li label h1 {
    color: #168fd6;
    margin-left: 10px
}

body.body_pc.lg-from-hash.lg-on {
    overflow: hidden
}

.ad_time_txt {
    z-index: 88 !important
}

.tip {
    position: absolute;
    top: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 24px;
    line-height: 24px;
    background: #17191a;
    color: #fff !important;
    font-size: 12px !important;
    text-decoration: none !important;
    white-space: nowrap;
    padding: 0 10px;
    border-radius: 3px
}

.location-stamp {
    color: #555;
    font-size: 15px;
    letter-spacing: -.5px;
    text-transform: uppercase;
    margin-right: 12px;
    position: relative
}

.location-stamp:before {
    content: "";
    position: absolute;
    bottom: 4px;
    width: 7px;
    height: 1px;
    background: #444;
    right: -8px
}

.detailCT p.lead .location-stamp::before, .detail_right .lead_detail .location-stamp::before {
    bottom: 5px
}

.box-corona-detail {
    margin-bottom: 28px !important
}

.list-news-other {
    clear: both;
    font-size: 17px;
    line-height: 1.4;
    padding: 5px 0 0 24px;
    border-left: 1px solid #d6d6d6;
    margin-bottom: 15px
}

.list-news-other a {
    color: #178fd6 !important
}

.list-news-other li {
    margin-bottom: 10px;
    position: relative
}

.list-news-other li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #999;
    position: absolute;
    left: -14px;
    top: 10px
}

.list-news-other li:last-child {
    margin-bottom: 5px
}

article .ic-live {
    font-size: 0;
    font-weight: 400;
    margin-right: 5px
}

article .ic-live::after {
    font-size: 14px
}

.lazy {
    position: absolute;
    top: 0;
    left: 0
}

.block_thumb_picture img.lazy {
    height: 100%
}

.placeholder {
    background: #222;
    opacity: .1;
    -webkit-animation: fading 1.5s infinite;
    animation: fading 1.5s infinite;
    border-radius: 4px;
    font-size: 0 !important
}

.box-placeholder {
    font-size: 0;
    line-height: 0
}

.box-placeholder .thumb_art {
    background: #fff
}

.box-placeholder .thumb_big .tag, .box-placeholder .thumb_art .tag {
    display: none
}

.box-placeholder .thumb_img, .box-placeholder .title_news, .box-placeholder .description, .box-placeholder .tag, .box-placeholder .number-info, .box-placeholder .name, .box-placeholder .ava {
    background: #222;
    opacity: .1;
    -webkit-animation: fading 1.5s infinite;
    animation: fading 1.5s infinite;
    border-radius: 4px;
    overflow: hidden
}

.box-placeholder .thumb_img *, .box-placeholder .title_news *, .box-placeholder .description *, .box-placeholder .tag *, .box-placeholder .number-info *, .box-placeholder .name *, .box-placeholder .ava * {
    font-size: 0 !important
}

.box-placeholder .thumb_img img, .box-placeholder .thumb_img .ic-live:before, .box-placeholder .thumb_img svg, .box-placeholder .title_news img, .box-placeholder .title_news .ic-live:before, .box-placeholder .title_news svg, .box-placeholder .description img, .box-placeholder .description .ic-live:before, .box-placeholder .description svg, .box-placeholder .tag img, .box-placeholder .tag .ic-live:before, .box-placeholder .tag svg, .box-placeholder .number-info img, .box-placeholder .number-info .ic-live:before, .box-placeholder .number-info svg, .box-placeholder .name img, .box-placeholder .name .ic-live:before, .box-placeholder .name svg, .box-placeholder .ava img, .box-placeholder .ava .ic-live:before, .box-placeholder .ava svg {
    display: none !important
}

.box-placeholder .icon_thumb {
    display: none
}

.box-placeholder .title_news {
    height: 40px
}

.box-placeholder .description {
    height: 60px
}

.box-placeholder .tag, .box-placeholder .number-info {
    height: 20px;
    width: 60%
}

.box-placeholder .xem_them {
    line-height: 1.4
}

.box-placeholder .text {
    display: inline-block;
    background-color: #444;
    height: 12px;
    border-radius: 100px;
    margin: 5px 0;
    min-width: 100px;
    opacity: .1;
    -webkit-animation: fading 1.5s infinite;
    animation: fading 1.5s infinite
}

.box-placeholder .text:first-child {
    margin-top: 0
}

.box-placeholder .text:last-child {
    margin-bottom: 0
}

.box-placeholder .text.link {
    background-color: var(--blue);
    opacity: .4
}

.box-placeholder .text.line {
    width: 100%
}

.box-placeholder .text.category {
    width: 100px;
    margin-bottom: 10px
}

.box-placeholder h4.text {
    height: 20px;
    margin: 3px 0;
    opacity: .2
}

.box-placeholder .title-news .text {
    margin: 0
}

.box-placeholder.item-news-common .title-news + .thumb-art + .text {
    width: calc(100% - 100px)
}

.box-placeholder.item-news-common .title-news + .thumb-art + .text + .text {
    width: calc(100% - 130px);
    clear: both
}

.box-placeholder.item-news-common .title-news + .text {
    width: 100%
}

.box-placeholder.item-news-common .title-news + .text + .text {
    width: calc(100% - 30px);
    clear: both
}

.box-placeholder .title-box-category .text {
    height: 20px
}

.box-placeholder.box-gocnhin .title-news .text {
    height: 17px;
    width: calc(100% - 105px)
}

.box-placeholder.box-gocnhin .title-news + .text {
    width: calc(100% - 140px)
}

.box-placeholder.box-slide-topic {
    padding: 0
}

.box-placeholder.box-slide-topic .text {
    height: 25px;
    border-radius: 100px;
    margin-top: 11px
}

.section_video .box-placeholder .text.thumb-video {
    border-radius: 0;
    margin-bottom: 0
}

.section_video .box-placeholder .title-news {
    line-height: 100%
}

.section_video .box-placeholder .title-news .text {
    height: 17px
}

.section_video .box-placeholder .box-scroll-video .thumb-art + .text {
    width: calc(100% - 130px)
}

.section_video .box-placeholder .box-scroll-video .thumb-art + .text + .text {
    width: calc(100% - 160px);
    clear: both
}

.box-cate-featured-vertical.box-placeholder .sub-news-cate .thumb-art + .text {
    width: calc(100% - 86px)
}

.box-cate-featured-vertical.box-placeholder .sub-news-cate .thumb-art + .text + .text {
    width: calc(100% - 116px);
    clear: both
}

.box-placeholder .wrap-slide-photo .text {
    height: 503px;
    border-radius: 0;
    background-color: #aaa
}

.box-ebank-qt .box-placeholder .wrap-slide-bank-qt .text {
    height: 140px;
    border-radius: 0;
    background-color: #aaa
}

.box-news-other-site .box-placeholder .title-news {
    line-height: 120%
}

.box-news-other-site .box-placeholder .title-news .text {
    width: calc(100% - 280px);
    height: 17px
}

.box-news-other-site .box-placeholder .title-news .text + .text {
    width: 20%;
    height: 17px
}

.box-news-other-site .box-placeholder .title-news + .text {
    width: calc(100% - 280px);
    clear: both;
    margin-top: 10px
}

.box-placeholder.box-info-company .wrap-slide-business .text {
    height: 210px;
    border-radius: 0;
    background-color: #aaa
}

.box-placeholder.box-shop-sell .wrap-slide-business .text {
    height: 100px;
    border-radius: 0;
    background-color: #aaa
}

.box-placeholder.box-shop-sell-vertical .wrap-slide-business .text {
    height: 445px;
    border-radius: 0;
    background-color: #aaa
}

.box-placeholder.box-wiki-kidlab .wrap-slide-business .text {
    height: 212px
}

.list-news-subfolder .box-placeholder .title-news {
    line-height: 130%
}

.list-news-subfolder .box-placeholder .title-news .text {
    width: calc(100% - 260px);
    height: 15px
}

.list-news-subfolder .box-placeholder .title-news .text + .text {
    width: 100px;
    height: 15px
}

.list-news-subfolder .box-placeholder .title-news + .text {
    width: calc(100% - 260px)
}

.list-news-subfolder .box-placeholder .title-news + .text + .text {
    width: calc(100% - 260px);
    clear: both
}

.list-news-subfolder .box-placeholder .title-news + .text + .text + .text {
    width: 100px
}

.box-news-banner.box-placeholder .content-box-category .text.line {
    height: 56px;
    border-radius: 0
}

.block-item.box-placeholder .title-block-live {
    margin-top: 20px
}

.block-item.box-placeholder .title-block-live .text {
    height: 20px
}

.block-item.box-placeholder .title-block-live .text + .text {
    width: 80%
}

.block-item.box-placeholder .header-block + .text + .text {
    width: 80%;
    clear: both
}

.block-item.box-placeholder .header-block + .text + .text + .text {
    width: 60%;
    clear: both
}

.block-item.box-placeholder .header-block + .text + .text + .text + .text {
    width: 40%;
    clear: both;
    margin-right: 60%
}

.block-item.box-placeholder .header-block + .text + .text + .text + .text + .text {
    width: 10%;
    clear: both
}

.block-item.box-placeholder .social-block {
    margin-top: 25px
}

.block-item.box-placeholder .social-block .text {
    height: 20px
}

.ds-dienbien .box-placeholder .text {
    height: 17px
}

.ds-dienbien .box-placeholder .text + .text {
    height: 12px
}

.banner-ads.box-placeholder .text {
    border-radius: 10px;
    margin: 0
}

.banner-ads.box-placeholder.banner-height-250 .text {
    height: 250px
}

.banner-ads.box-placeholder.banner-height-500 .text {
    height: 500px
}

.banner-ads.box-placeholder.banner-height-600 .text {
    height: 600px
}

.banner-ads.box-placeholder.banner-height-90 .text {
    height: 90px
}

.slide-table-tt.box-placeholder .text {
    height: 134px;
    border-radius: 0
}

@-webkit-keyframes fading {
    0% {
        opacity: .1
    }
    50% {
        opacity: .2
    }
    100% {
        opacity: .1
    }
}

@keyframes fading {
    0% {
        opacity: .1
    }
    50% {
        opacity: .2
    }
    100% {
        opacity: .1
    }
}

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp
}

#header .store-adsl {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 5px
}

#header .store-adsl a {
    font-size: 12px;
    color: #999;
    margin-right: 20px;
    float: left
}

#header .store-adsl a .icon-ns {
    float: left;
    margin: 0 4px 0 0;
    width: 14px;
    height: 14px
}

#header .store-adsl a.ads .icon-ns {
    color: #00747b
}

#header .store-adsl a.store .icon-ns {
    color: #168fd6
}

#header .logo {
    display: inline-block;
    width: 150px;
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -75px
}

#header .right-head {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#header #myvne_taskbar {
    margin-top: 36px;
    margin-left: 15px
}

#header #myvne_taskbar .myvne_form_log {
    margin-top: -1px
}

#header #myvne_taskbar svg {
    fill: #178fd6
}

#header .logo-be {
    width: 90px;
    margin: 30px 15px 0 0
}

#header #search_ns {
    position: relative;
    margin-top: 32px
}

#header #search_ns input {
    font-size: .75rem;
    border: 1px solid #dfdfdf;
    height: 34px;
    width: 140px;
    padding: 0 32px 0 15px;
    outline: 0;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

#header #search_ns button {
    position: absolute;
    top: 7px;
    right: 10px;
    border: 0;
    background: none
}

#header #search_ns button .icon-ns {
    color: #0064b2;
    width: 20px;
    height: 20px
}

#header_sticky {
    height: 44px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 300;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    will-change: transform
}

#header_sticky.show_sticky {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

#header_sticky.show_sticky .inner_section {
    padding-right: 0
}

#header_sticky #main_menu_new {
    border-top: 0 !important;
    margin-top: 0 !important
}

#header_sticky .logo {
    width: 87px;
    float: left;
    margin: 3px 8px 0 0
}

#header_sticky nav {
    float: left
}

#header_sticky nav a {
    font: bold .875rem iCielDomaineText;
    line-height: 44px;
    display: inline-block;
    padding: 0 7px
}

#header_sticky nav a:hover, #header_sticky nav a.active {
    color: #168fd6
}

#header_sticky ul {
    float: left
}

#header_sticky ul > li {
    display: inline-block;
    padding: 0 0 0 6px;
    position: relative;
    margin: 0
}

#header_sticky ul > li > a {
    font: bold .875rem iCielDomaineText;
    line-height: 44px
}

#header_sticky ul > li:hover > a, #header_sticky ul > li.active > a {
    color: #168fd6
}

#header_sticky ul > li:hover .drop_menu_hover {
    visibility: visible;
    opacity: 1
}

#header_sticky ul .drop_menu_hover {
    background: #f7f7f7;
    box-shadow: -1px 1px 2px 0 #ccc;
    position: absolute;
    top: 41px;
    left: 7px;
    min-width: 190px;
    padding: 5px 8px;
    z-index: 88;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#header_sticky ul .drop_menu_hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: -1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#16d1f2), to(#9dfeaf));
    background-image: -webkit-linear-gradient(left, #0799ff, #9dfeaf);
    background-image: -o-linear-gradient(left, #0799ff, #9dfeaf)
}

#header_sticky ul .drop_menu_hover a {
    font: 400 .875rem iCielDomaineText;
    display: block;
    padding: 10px
}

#header_sticky .store-adsl {
    float: right;
    margin-top: 12px
}

#header_sticky .store-adsl a {
    margin-right: 8px;
    color: #168fd6
}

#header_sticky .store-adsl a .icon-ns {
    width: 14px;
    height: 14px;
    margin: 0
}

#header_sticky .store-adsl a.ads .icon-ns {
    color: #00747b
}

#header_sticky .store-adsl .search-btn {
    float: right;
    margin-top: 3px
}

#header_sticky .store-adsl .search-btn .icon-ns {
    position: relative;
    top: 0;
    cursor: pointer;
    color: #0064b2;
    display: block;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.7, 1, .7, 1);
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

#header_sticky .store-adsl .search-btn .icon-ns.active {
    opacity: 0
}

#header_sticky .store-adsl .search-btn.is-clicked .icon-ns {
    top: -13px;
    opacity: 0
}

#header_sticky .store-adsl .search-btn.is-clicked .icon-ns.active {
    top: -15px;
    opacity: 1
}

#header_sticky .search-field {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 9;
    width: 100%;
    background: #fff;
    border-top: 1px solid #ebeef6;
    border-bottom: 1px solid #ebeef6
}

#header_sticky .search-field input {
    width: 100%;
    font-size: 1.125rem;
    color: #34343c;
    background: #fff;
    border: none;
    box-shadow: none;
    padding: 15px 0;
    outline: 0
}

#main_menu {
    border-top: 1px solid #eaeaea;
    margin-top: 0
}

#main_menu > a {
    font: bold .9375rem iCielDomaineText;
    line-height: 40px;
    display: inline-block;
    padding: 0 15px
}

@media (min-width: 1200px) {
    #main_menu > a {
        margin-left: 5.5px
    }
}

#main_menu > a.active, #main_menu > a:hover {
    color: #168fd6
}

#main_menu > a:first-of-type {
    padding-left: 0;
    margin-left: 0
}

#main_menu > a:last-of-type {
    padding-right: 0
}

#main_menu > a:hover + .drop_menu_hover {
    visibility: visible;
    opacity: 1
}

#main_menu_new {
    border-top: 1px solid #eaeaea;
    margin-top: 14px
}

#main_menu_new > li {
    display: inline-block;
    padding: 0 6.4px;
    position: relative
}

#main_menu_new > li.active > a, #main_menu_new > li:hover > a {
    color: #168fd6
}

#main_menu_new > li.active > a .icon-ns, #main_menu_new > li:hover > a .icon-ns {
    color: #168fd6
}

#main_menu_new > li:first-of-type {
    padding-left: 0;
    margin-left: 0
}

#main_menu_new > li:first-of-type .drop_menu_hover {
    left: 0
}

#main_menu_new > li:last-of-type {
    padding-right: 0
}

#main_menu_new > li:last-of-type .drop_menu_hover {
    left: -100%
}

#main_menu_new > li > a {
    font: bold .9375rem iCielDomaineText;
    line-height: 40px;
    display: inline-block
}

#main_menu_new > li:hover .drop_menu_hover {
    visibility: visible;
    opacity: 1
}

#main_menu_new > li.home .icon-ns {
    color: #333;
    width: 14px;
    height: 14px;
    margin: 0;
    vertical-align: unset
}

#main_menu_new .drop_menu_hover {
    background: #f7f7f7;
    box-shadow: -1px 1px 2px 0 #ccc;
    position: absolute;
    top: 41px;
    left: 20px;
    min-width: 190px;
    padding: 5px 8px;
    z-index: 88;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

#main_menu_new .drop_menu_hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: -1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#16d1f2), to(#9dfeaf));
    background-image: -webkit-linear-gradient(left, #0799ff, #9dfeaf);
    background-image: -o-linear-gradient(left, #0799ff, #9dfeaf)
}

#main_menu_new .drop_menu_hover a {
    font: 400 .875rem iCielDomaineText;
    display: block;
    padding: 10px
}

#main_menu_new .drop_menu_hover a.active {
    color: #168fd6
}

#banner_top {
    padding: 10px 0;
    overflow: hidden;
    min-height: 90px;
    width: 100%
}

.banner_nativeads {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    position: relative
}

.txt_nativeads {
    margin-top: 5px
}

.txt_nativeads .lbl {
    color: #4f4f4f;
    font: 400 14px arial;
    background: #e5e5e5;
    display: inline-block;
    line-height: 24px;
    padding: 0 6px
}

.txt_nativeads .link {
    color: #076db6;
    font: 400 14px arial;
    margin-left: 6px;
    display: inline-block
}

.featured {
    margin-bottom: 28px
}

.featured .art_topstory {
    padding-right: 28px;
    padding-left: 28px;
}

.featured .art_topstory .thumb_big {
    padding-left: 28px
}

.featured .art_topstory .thumb_big:before {
    content: "";
    background: url(../img/title-buildtop.jpg);
    position: absolute;
    height: 344px;
    width: 28px;
    top: 20px;
    left: 0
}

.featured .art_topstory .thumb_big .tag {
    position: absolute;
    bottom: 15px;
    left: 43px;
    padding: 8px 10px;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#0799ff), to(#21d4fd));
    background-image: -webkit-linear-gradient(left, #0799ff, #21d4fd);
    background-image: -o-linear-gradient(left, #0799ff, #21d4fd)
}

.featured .art_topstory .thumb_big .tag a {
    color: #fff
}

.featured .art_topstory .thumb_big .icon_thumb {
    background-image: -webkit-gradient(linear, left top, right top, from(#0799ff), to(#21d4fd));
    background-image: -webkit-linear-gradient(left, #0799ff, #21d4fd);
    background-image: -o-linear-gradient(left, #0799ff, #21d4fd);
    position: absolute;
    bottom: 15px;
    left: 43px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.featured .art_topstory .thumb_big .icon_thumb .icon-ns {
    color: #fff;
    margin: 0
}

.featured .art_topstory .thumb_big .icon_thumb + .tag {
    left: 85px
}

.featured .art_topstory .thumb_big.placeholder::before {
    display: none
}

.featured .art_topstory .content {
    margin-top: 15px
}

.featured .art_topstory .title_news {
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 10px
}

.featured .art_topstory .description {
    font-size: 1rem;
    font-weight: 400
}

.featured .art_topstory .icon-ns {
    height: 20px;
    width: 20px
}

.featured .art_topstory .comment-count {
    font: 400 .9375rem arial
}

.featured .sub_featured {
}

.featured .sub_featured .art_item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 12px;
    margin-bottom: 12px
}

.featured .sub_featured .art_item .thumb_art {
    width: 94px;
    float: right;
    margin: 0
}

.featured .sub_featured .art_item .content {
    padding-right: 10px;
    float: left;
    width: 70%;
    width: calc(100% - 94px);
    margin: 0
}

.featured .sub_featured .art_item .content .title_news {
    font-size: 1.125rem;
    font-weight: bold
}

.featured .sub_featured .art_item:nth-child(1) {
    border-bottom: 0
}

.featured .sub_featured .art_item:nth-child(1) .thumb_art {
    width: 100%;
    float: none
}

@media (max-width: 991px) {
    .featured .sub_featured .art_item:nth-child(1) .thumb_art .tag {
        display: none !important
    }
}

.featured .sub_featured .art_item:nth-child(1) .content {
    width: 100%;
    padding: 0;
    margin-top: 5px
}

.featured .sub_featured .art_item:nth-child(1) .content .title_news {
    font-size: 1.25rem
}

.featured .sub_featured .art_item:nth-child(1) .content .tag {
    display: none
}

@media (max-width: 991px) {
    .featured .sub_featured .art_item:nth-child(1) .content .tag {
        display: block
    }
}

.featured .sub_featured .art_item:nth-child(1):before {
    content: "";
    background: #eee;
    position: absolute;
    width: 150px;
    height: 8px;
    bottom: -5px
}

.featured .sub_featured .art_item:nth-child(1) .tag {
    left: 12px
}

.featured .sub_featured .art_item:nth-child(1) .icon_thumb {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(140, 2, 254, .8)), to(rgba(87, 178, 251, .6)));
    background-image: -webkit-linear-gradient(left, rgba(132, 25, 253, .8), rgba(87, 178, 251, .6));
    background-image: -o-linear-gradient(left, rgba(132, 25, 253, .8), rgba(87, 178, 251, .6));
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center
}

.featured .sub_featured .art_item:nth-child(1) .icon_thumb .icon-ns {
    color: #fff;
    margin: 0;
    height: 20px;
    width: 20px
}

.featured .sub_featured .art_item:nth-child(1) .icon_thumb + .tag {
    left: 55px
}

.featured .sub_featured .art_item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}



.box_300 {
    width: 348px;
    padding-left: 48px
}

.box_stream {
    width: calc(100% - 348px);
    overflow-x: hidden;
    max-width: 100%
}

.box_stream_1 .art_item:nth-child(1), .box_stream_1 .art_item:nth-child(2) {
    display: none
}

.box_stream .no-images .art_item:nth-child(1), .box_stream .no-images .art_item:nth-child(2) {
    display: block !important
}

footer {
    clear: both;
    border-top: 1px solid #eaeaea;
    padding-top: 30px
}

footer .row_menu {
    font-size: 0;
    margin-left: -55px
}

footer .row_menu ul {
    display: inline-block;
    width: 33.33%;
    vertical-align: top;
    padding-left: 55px;
    margin-bottom: 10px;
    font-size: .875rem
}

footer .row_menu ul > a {
    font: bold 1.5rem DomaineDisplay;
    line-height: 1.313;
    margin-bottom: 20px;
    position: relative;
    display: block
}

footer .row_menu ul > a span {
    background: #fff;
    position: relative;
    padding-right: 20px
}

footer .row_menu ul > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -7px;
    background-image: -webkit-gradient(linear, left top, right top, from(#16d1f2), to(#9dfeaf));
    background-image: -webkit-linear-gradient(left, #16d1f2, #9dfeaf);
    background-image: linear-gradient(left, #16d1f2, #9dfeaf)
}

footer .row_menu ul h3 {
    font: bold 1.5rem DomaineDisplay;
    line-height: 1.313;
    margin-bottom: 20px;
    position: relative
}

footer .row_menu ul h3:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -7px;
    background-image: -webkit-gradient(linear, left top, right top, from(#16d1f2), to(#9dfeaf));
    background-image: -webkit-linear-gradient(left, #16d1f2, #9dfeaf);
    background-image: linear-gradient(left, #16d1f2, #9dfeaf)
}

footer .row_menu ul h3 a {
    background: #fff;
    position: relative;
    padding-right: 20px
}

footer .row_menu ul li {
    margin-bottom: 6px
}

footer .row_menu ul li h4 {
    font-size: 14px;
    font-weight: 400;
    font-family: arial
}

footer .row_menu:nth-child(2) ul h3:before, footer .row_menu:nth-child(2) ul > a:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#0799ff), to(#21d4fd));
    background-image: -webkit-linear-gradient(left, #0799ff, #21d4fd);
    background-image: linear-gradient(left, #0799ff, #21d4fd)
}

footer .row_menu:nth-child(3) ul h3:before, footer .row_menu:nth-child(3) ul > a:before {
    background-image: -webkit-gradient(linear, left top, right top, from(#8419fd), to(#57b2fb));
    background-image: -webkit-linear-gradient(left, #8419fd, #57b2fb);
    background-image: linear-gradient(left, #8419fd, #57b2fb)
}

.footer_top {
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
    margin-top: 20px;
    font-size: .75rem;
    font-family: arial
}

.footer_top a {
    color: #666
}

.footer_top a .icon-ns {
    color: #999;
    width: 12px;
    height: 12px;
    margin: -3px 3px 0 0
}

.footer_top .left a {
    position: relative;
    padding-right: 30px
}

.footer_top .left a:before {
    content: "";
    background: #969696;
    position: absolute;
    height: 13px;
    width: 1px;
    right: 15px
}

.footer_top .left a:last-child:before {
    display: none
}

.footer_top .back_home {
    display: inline-block
}

.footer_top .option {
    float: right
}

.footer_top .option a {
    display: inline-block;
    position: relative;
    padding-left: 30px
}

.footer_top .option a:before {
    content: "";
    background: #969696;
    position: absolute;
    height: 13px;
    width: 1px;
    left: 15px
}

.footer_top .option a.youtube:before {
    display: none
}

.footer_top .option a img {
    vertical-align: text-top;
    margin-right: 3px
}

.copy-right {
    font-family: arial
}

.copy-right .logo {
    float: left;
    margin: 20px 30px 0 0;
    width: 194px
}

.copy-right .address {
    margin: 28px 0;
    float: left;
    font-size: .8125rem;
    line-height: 1.35;
    color: #666
}

.copy-right .address h3 {
    font-size: .8125rem
}

.copy-right .ads_text {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-size: .75rem
}

.copy-right .ads_text span {
    display: inline-block;
    vertical-align: middle
}

.copy-right .ads_text span .icon-ns {
    color: #999;
    width: 12px;
    height: 12px;
    margin: 0 4px 0 0
}

.copy-right .ads_text .qc_text {
    padding: 5px 10px;
    background: #ebebeb;
    margin-right: 10px;
    border-radius: 3px
}

.copy-right .ads_text .ads_icon_text {
    border-left: 1px solid #d7d7d7;
    margin-left: 10px;
    padding-left: 10px
}

.copy-right .ads_text .ads_icon_text .icon-ns {
    color: #999;
    width: 12px;
    height: 12px;
    margin: 0 4px 0 0
}

.copy-right .ns_app {
    float: right;
    margin-top: 20px
}

.copy-right .ns_app .col_1 {
    float: left;
    margin-top: 6px
}

.copy-right .ns_app .col_1 span {
    color: #666;
    font: 400 13px arial;
    display: block;
    margin-bottom: 12px
}

.copy-right .ns_app .col_1 img {
    float: left
}

.copy-right .ns_app .col_1 h6 {
    float: left;
    font: 700 13px arial;
    color: #666;
    margin: 6px 0 0 10px
}

.copy-right .ns_app .col_2 {
    float: right;
    margin-left: 20px
}

.copy-right .ns_app .col_2 .link_app {
    float: left
}

.copy-right .ns_app .col_2 .link_app a {
    display: block
}

.copy-right .ns_app .col_2 .qrcode {
    float: left;
    margin-left: 5px
}

.box_list_store {
    position: relative
}

.box_list_store .item .thumb_img img {
    max-height: 100%;
    max-width: 100%;
    width: auto !important;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.box_list_store .item h3 {
    margin: 10px 0
}

.box_list_store .item h3 a {
    font: 18px iCielDomaineText
}

.box_list_store .item .price {
    color: #168fd6
}

.box_list_store .swiper-control > div {
    position: absolute;
    top: 60px;
    width: 34px;
    height: 75px;
    line-height: 75px;
    border-radius: 0;
    background: rgba(22, 143, 214, .7)
}

.box_list_store .swiper-control > div .icon-ns {
    color: #fff;
    margin: 0
}

.box_list_store .swiper-control .owl-prev {
    left: 0
}

.box_list_store .swiper-control .owl-next {
    right: 0
}
.lazier {
    width: 1px;
    height: 1px
}
/*version 2*/
.khungnoidung {
    background-color: rgba(0,0,0,0.5);
    padding-bottom: 1px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 25px 0 rgb(255, 234, 80) !important;
    -moz-box-shadow: 0 0 25px 0 rgb(255, 234, 80) !important;
    box-shadow: 0 0 25px 0 rgb(255, 234, 80) !important;
}
.headerkhung {
    padding: 7px 5px;
    font-family: 'font_menu3';
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 1px 3px #000;
    background-color: #000;
}
.h05 {
    height: 5px;
}
.footer {
    padding: 10px !important;
}
.text-center {
    text-align: center !important;
    font-family: 'font_menu3';
}
.bodykhung {
    border: 5px solid #000;
    background: #FAF8CC url(../img/nen.png);
    padding: 25px 25px;
    border-top: none;
    text-align: left;
}
.footer_padding {
    padding: 10px;
}
.footer_padding a{
    text-decoration: none;
}
.footer_padding a:hover{
    color: #b8e994;
}
.headerkhung_ft {
    padding: 7px 5px 5px;
    font-family: 'font_menu3';
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #000;
    text-shadow: 0px 1px 1px #000;
    background-color: #f1b500;
}
.noidung_ft {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    height: 415px;
    display: table-cell;
}
.bodykhung_ft {
    border: 5px solid #151515;
    background: #FAF8CC url(../images/nen.png);
    padding: 10px;
    border-top: none;
    text-align: left;
}
.menu2 {
    margin: 0;
    list-style: none;
    /* display: block; */
    background-color: #000;
}
.menu2:hover{
    -webkit-box-shadow: 0 0 50px 0 #b8e994 !important;
    -moz-box-shadow: 0 0 50px 0 #b8e994 !important;
    box-shadow: 0 0 50px 0 #b8e994 !important;
}
.shadow {
    -webkit-box-shadow: 0 0 25px 0 #b8e994!important;
    -moz-box-shadow: 0 0 25px 0 #b8e994!important;
    box-shadow: 0 0 25px 0 #b8e994!important;
}
.menu3 {
    margin: 0;
    list-style: none;
    /* display: block; */
    /* padding-top: 10px; */
    /* border: 1px solid #fff; */
}

.first {
    padding-left: 2px;
    /* padding-right: 2px; */
}
.menu3 a {
    font-family: 'font_menu3';
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.headerkhung a{
    text-decoration: none;
}
.headerkhung span{
    vertical-align: sub;
}
.menu3 a:hover,.headerkhung a:hover {
    color: rgb(255, 234, 80);
}
#headerbanner .showsha {
    -webkit-box-shadow: 0 0 25px 0 rgb(255, 234, 80) !important;
    -moz-box-shadow: 0 0 25px 0 rgb(255, 234, 80) !important;
    box-shadow: 0 0 25px 0 rgb(255, 234, 80) !important;
}
#chuaslide {
    border: 5px solid #000;
    border-bottom: none;
    position: relative;
    z-index: -1;
    margin-bottom: -5px;
    /* background-color: #000; */
    background-color: #ed1b24;
}
.clear {
    clear: both;
}

.noidung:hover {
    -webkit-box-shadow: 0 0 50px 0 rgb(255, 234, 80) !important;
	-moz-box-shadow: 0 0 50px 0 rgb(255, 234, 80) !important;
	box-shadow: 0 0 50px 0 rgb(255, 234, 80) !important;
}
.khungnoidung:hover {
	-webkit-box-shadow: 0 0 50px 0 rgb(255, 234, 80) !important;
	-moz-box-shadow: 0 0 50px 0 rgb(255, 234, 80) !important;
	box-shadow: 0 0 50px 0 rgb(255, 234, 80) !important;
}
#headerbanner:hover .showsha {
	-webkit-box-shadow: 0 0 50px 0 rgb(255, 234, 80) !important;
	-moz-box-shadow: 0 0 50px 0 rgb(255, 234, 80) !important;
	box-shadow: 0 0 50px 0 rgb(255, 234, 80) !important;
}
.shadow {
  -webkit-box-shadow: 0 0 25px 0 rgb(255, 234, 80) !important;
  -moz-box-shadow: 0 0 25px 0 rgb(255, 234, 80) !important;
  box-shadow: 0 0 25px 0 rgb(255, 234, 80) !important;  
}
.shadow:hover {
  -webkit-box-shadow: 0 0 50px 0 rgb(255, 234, 80) !important;
  -moz-box-shadow: 0 0 50px 0 rgb(255, 234, 80) !important;
  box-shadow: 0 0 50px 0 rgb(255, 234, 80) !important;
}
.noidung {
    margin: 10px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 60px;
    /* font-size: 19px; */
    font-size: 16pt;
}
.main_menu a {
    /* padding: 5px 5px; */
    font-family: 'font_menu3';
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -0.5px;
}
.box-view{
    position: absolute;
    right: 20px;
}
.box-view-end{
    position: absolute;
    right: 30px;
}