﻿.Top_body {
    background: #ddeeff;
}
.HomeVnE_top {
    font: bold 29px "Merriweather",serif;
    color: #572857;
    text-align: center;
    padding-top: 21px;
}
.HomeVnE_top_Diachi {
    font: bold 19px "Merriweather",serif;
    color: #d52329;
    text-align: center;
    padding-top: 3px;
}
.HomeVnE_footer {
    height: 225px;
    font: bold 15px Times New Roman, arial, tahoma, verdana;
    color: #572857;
    text-align: center;
    padding-top: 37px;
    padding-bottom: 0px
}
a.LinkXemtiep {
    margin: 3px;
    margin-right: 17px;
    white-space: nowrap;
    border: solid 1px #572857;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: normal 12pt Times New Roman, arial, tahoma, verdana;
    color: #572857;
    text-align: center;
    padding-top: 3px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
}

    a.LinkXemtiep:hover {
        border: solid 1px #f4dfc9;
        color: #ff6602;
        text-decoration: none;
    }
.Luotxem {
    padding-left: 19px;
    padding-right: 10px;
    color: #782828;
    font: normal 13px Arial;
    background-image: url('../Images/Views/Tabs/Luotxem.png');
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
}
.Inbaiviet {
    padding-left: 19px;
    padding-right:10px;
    color: #782828;
    font: normal 13px Arial;
    background-image: url('../Images/Views/Tabs/Print.png');
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
}
.EditBaiviet {
    padding-left: 19px;
    padding-right: 10px;
    color: #782828;
    font: normal 13px Arial;
    background-image: url('../Images/Views/Tabs/Edit.png');
    background-repeat: no-repeat;
    background-position: left center;
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
}
.XoaBaiviet {
    padding-left: 19px;
    padding-right: 10px;
    color: #782828;
    font: normal 13px Arial;
    background: transparent url(../Images/Admin/Erase13.png) no-repeat left center;
    text-decoration: none;
    cursor: hand;
    cursor: pointer;
}
a.link_hide_white {
    font: normal 1px Arial;
    text-align: justify;
    line-height: 0px;
    color: #ddeeff;
    padding: 0px;
    text-decoration: none;
}

    a.link_hide_white:hover {
        text-decoration: none;
    }
.btn_vne {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1)
}

.footer .inner-footer, .box-cate-featured-v2 .item-news.full-thumb.off-thumb .wrap-sum-news, .box-cate-featured-v3 .item-news.full-thumb.off-thumb .wrap-sum-news, .box-xemnhieu .list-top-view, .row, .page-rss .wrap-list-rss {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.flexbox {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.no-flexbox {
    display: inherit
}

.footer .wrap-contact .contact:after, .footer .wrap-contact .hotline:after {
    content: '';
    display: table;
    clear: both
}

.title-popup, .title-rate-pop, .title-box-category, .list-news-dotted .title-news a, .box-slide-topic .txt-topic, .box-item-other-news .label-site .name-site, .vote_rating_box .title_bx, .box-xemnhieu .list-top-view .number-top-view, .btn-guicauhoi, .name-page-t, .txt_h1, .txt_h2, .selected-text, .section_topic_bg .breadcrumb li, .title-page, .sub-title-page, .box-banner-text .txt-banner {
    font-feature-settings: 'pnum' on, 'lnum' on;
    -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
    -moz-font-feature-settings: 'pnum' on, 'lnum' on;
    -ms-font-feature-settings: 'pnum' on, 'lnum' on
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: height,-webkit-transform;
        transition-property: height,-webkit-transform;
        -o-transition-property: transform,height;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(transparent));
        background-image: -webkit-linear-gradient(right, rgba(0,0,0,0.5), transparent);
        background-image: -o-linear-gradient(right, rgba(0,0,0,0.5), transparent);
        background-image: linear-gradient(to left, rgba(0,0,0,0.5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(transparent));
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.5), transparent);
        background-image: -o-linear-gradient(left, rgba(0,0,0,0.5), transparent);
        background-image: linear-gradient(to right, rgba(0,0,0,0.5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(transparent));
        background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5), transparent);
        background-image: -o-linear-gradient(bottom, rgba(0,0,0,0.5), transparent);
        background-image: linear-gradient(to top, rgba(0,0,0,0.5), transparent)
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(transparent));
        background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), transparent);
        background-image: -o-linear-gradient(top, rgba(0,0,0,0.5), transparent);
        background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), transparent)
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33);
        position: relative
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -webkit-transform: scale(0.66);
        -ms-transform: scale(0.66);
        transform: scale(0.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -webkit-transform: scale(0.33);
        -ms-transform: scale(0.33);
        transform: scale(0.33)
    }

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 6px 0;
        display: block
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            -webkit-transition: .2s top,.2s -webkit-transform;
            transition: .2s top,.2s -webkit-transform;
            -o-transition: .2s transform,.2s top;
            transition: .2s transform,.2s top;
            transition: .2s transform,.2s top,.2s -webkit-transform
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -webkit-transition: .2s left,.2s -webkit-transform;
        transition: .2s left,.2s -webkit-transform;
        -o-transition: .2s transform,.2s left;
        transition: .2s transform,.2s left;
        transition: .2s transform,.2s left,.2s -webkit-transform
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right,.2s -webkit-transform;
    transition: .2s right,.2s -webkit-transform;
    -o-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right;
    transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,0.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

    .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,0.25)
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,0.25)
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,0.1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    text-align: center
}

    .swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: '';
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.width-medium {
    max-width: 420px
}

.list-news-dot {
    margin-top: 15px
}

    .list-news-dot li {
        position: relative;
        padding-left: 13px;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.125
    }

        .list-news-dot li:before {
            content: "";
            width: 5px;
            height: 5px;
            background: #757575;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 6px
        }

    .list-news-dot a {
        color: #076db6;
        text-decoration: underline
    }

.error-text {
    font-size: 13px;
    line-height: 1.1538461538;
    color: #9f224e
}

.col-right-res {
    width: 315px;
    padding-left: 15px;
    display: none
}

.circle-loading {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
    border: 4px rgba(159,34,78,0.25) solid;
    border-top: 4px #9f224e solid;
    border-bottom: 4px #9f224e solid;
    border-radius: 50%;
    -webkit-animation: spin1 1s infinite linear;
    animation: spin1 1s infinite linear
}

.title-box-category {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 12px;
    font-family: "Merriweather",serif;
    color: #222;
    font-weight: bold
}

    .title-box-category .inner-title {
        position: relative;
        display: inline-block
    }

        .title-box-category .inner-title:before {
            content: "";
            width: 100%;
            height: 1px;
            background: #9f224e;
            position: absolute;
            left: 0;
            bottom: 0
        }

        .title-box-category .inner-title .normal-text {
            font-weight: 400
        }

    .title-box-category a.inner-title:hover {
        color: #B52759
    }

        .title-box-category a.inner-title:hover:before {
            background: #B52759
        }

    .title-box-category .view-more {
        float: right;
        color: #757575;
        font-size: 13px;
        line-height: 15px;
        font-family: arial;
        font-weight: normal;
        padding-top: 5px
    }

        .title-box-category .view-more span {
            font-size: 15px
        }

        .title-box-category .view-more:hover {
            color: #087cce
        }

    .title-box-category .parent-cate {
        float: left;
        border-bottom: 1px solid #333
    }

    .title-box-category .sub-cate {
        float: left;
        margin-left: 16px;
        font-size: 13px;
        color: #4f4f4f;
        line-height: 1.1538461538;
        font-family: arial;
        font-weight: 400;
        margin-top: 8px
    }

        .title-box-category .sub-cate .filter-tuyensinh {
            margin-top: -8px
        }

        .title-box-category .sub-cate:hover {
            color: #087cce
        }

    .title-box-category.title-box-small {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400
    }

    .title-box-category.title-background {
        margin-bottom: 15px
    }

        .title-box-category.title-background .inner-title:before {
            display: none
        }

        .title-box-category.title-background .inner-title:hover {
            color: inherit
        }

    .title-box-category.title-full-line .parent-cate {
        width: 100%
    }

    .title-box-category.title-full-line .inner-title {
        display: block
    }

    .title-box-category.title-full-line .sub-title-box {
        font-size: 14px;
        line-height: 140%;
        color: #757575;
        font-family: arial;
        font-weight: 400;
        margin-left: 10px
    }

        .title-box-category.title-full-line .sub-title-box.sub-title-full {
            margin-left: 0;
            display: block;
            margin-top: 5px
        }

.title-logo-site .logo-site img {
    max-height: 34px
}
#to_top {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #e5e5e5;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    position: fixed;
    bottom: 20px;
    right: 20px
}

    #to_top:hover {
        background: #f7f7f7
    }

.btn_vne {
    background: #9f224e;
    border-radius: 3px;
    cursor: pointer;
    border: none;
    height: 40px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    padding: 0 35px
}

    .btn_vne:hover {
        background: #b52759
    }

    .btn_vne.btn_normal {
        font-weight: 400
    }

    .btn_vne.btn_full {
        width: 100%;
        float: left;
        text-align: center
    }

    .btn_vne.btn_disable {
        background: #f7f7f7;
        color: #bdbdbd
    }

    .btn_vne.btn_grey {
        background: #e5e5e5;
        color: #222
    }

    .btn_vne.btn_blue {
        background: #076db6;
        color: #fff
    }

    .btn_vne.btn_view_cancel {
        background: none;
        color: #757575;
        text-decoration: underline;
        padding: 0 15px
    }

        .btn_vne.btn_view_cancel:hover {
            color: #087cce
        }

    .btn_vne .ic {
        margin-top: -3px;
        margin-right: 8px
    }

.form_main .input_element {
    width: 100%;
    float: left;
    position: relative
}

.form_main .input_main {
    width: 100%;
    float: left;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    height: 40px;
    padding: 0 10px;
    color: #333;
    font-size: 15px;
    outline: none
}

.error_mess {
    color: #9f224e;
    font-size: 13px;
    line-height: 15px;
    margin-top: 5px
}

.label_input {
    font-size: 15px;
    color: #222;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-bottom: 10px
}

.list-news-dotted {
    margin-top: 15px;
    border-top: 1px solid #e5e5e5
}

    .list-news-dotted .title-news {
        width: 100%;
        float: left;
        position: relative;
        padding-left: 13px;
        margin-top: 10px
    }

        .list-news-dotted .title-news:before {
            width: 5px;
            height: 5px;
            background: #757575;
            content: "";
            border-radius: 50%;
            position: absolute;
            top: 9px;
            left: 0
        }

        .list-news-dotted .title-news a {
            font-family: "Merriweather",serif;
            font-size: 14px;
            line-height: 160%
        }

.box-cate-featured {
    margin-bottom: 15px
}

    .box-cate-featured.has-border {
        padding-bottom: 15px;
        border-bottom: 1px solid #bdbdbd
    }

    .box-cate-featured.box-last {
        margin-bottom: 0
    }

    .box-cate-featured .content-box-category {
        flex-wrap: wrap
    }

    .box-cate-featured .item-news .title-news {
        font-size: 15px;
        font-weight: 700;
        clear: both
    }

    .box-cate-featured .item-news .description {
        font-size: 14px;
        line-height: 140%
    }

    .box-cate-featured .item-news.full-thumb {
        width: 245px;
        background: #f7f7f7;
        padding-bottom: 20px;
        margin-bottom: 0;
        border-bottom: none
    }

        .box-cate-featured .item-news.full-thumb .icon_thumb_videophoto {
            width: 28px;
            height: 28px;
            line-height: 28px
        }

        .box-cate-featured .item-news.full-thumb .title-news, .box-cate-featured .item-news.full-thumb .description, .box-cate-featured .item-news.full-thumb p.meta-news {
            padding-left: 15px;
            padding-right: 15px
        }

        .box-cate-featured .item-news.full-thumb .thumb-art {
            margin-bottom: 15px
        }

        .box-cate-featured .item-news.full-thumb p.meta-news {
            margin-top: 10px
        }

    .box-cate-featured .item-news.off-thumb {
        padding-top: 15px
    }

        .box-cate-featured .item-news.off-thumb .title-news {
            font-size: 20px;
            font-weight: 400
        }

    .box-cate-featured.box-cate-double .full-thumb .title-box-category {
        background: #fff;
        margin-bottom: 0;
        padding-bottom: 20px
    }

    .box-cate-featured.box-cate-double .item-news-common .thumb-art {
        width: 145px
    }

.col-right .box-cate-featured:last-of-type {
    border: none !important;
    margin-bottom: 0;
    padding-bottom: 0
}

.sub-news-cate {
    width: 419px;
    padding-left: 20px
}

    .sub-news-cate .item-news:last-of-type {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none
    }

    .sub-news-cate .item-news p.meta-news {
        margin-top: 5px
    }

.box-cate-featured-v2 .item-news.full-thumb, .box-cate-featured-v3 .item-news.full-thumb {
    width: 67.648%;
    background: none;
    padding-bottom: 0
}

    .box-cate-featured-v2 .item-news.full-thumb .title-news, .box-cate-featured-v3 .item-news.full-thumb .title-news, .box-cate-featured-v2 .item-news.full-thumb .description, .box-cate-featured-v3 .item-news.full-thumb .description {
        padding-right: 20px
    }

    .box-cate-featured-v2 .item-news.full-thumb .thumb-art, .box-cate-featured-v3 .item-news.full-thumb .thumb-art {
        width: 48.914%;
        margin: 0;
        padding-top: 4px
    }

    .box-cate-featured-v2 .item-news.full-thumb.off-thumb, .box-cate-featured-v3 .item-news.full-thumb.off-thumb {
        padding-top: 0;
        padding-right: 20px
    }

        .box-cate-featured-v2 .item-news.full-thumb.off-thumb .wrap-sum-news, .box-cate-featured-v3 .item-news.full-thumb.off-thumb .wrap-sum-news {
            width: 100%;
            background: #f7f7f7;
            padding: 20px 0
        }

            .box-cate-featured-v2 .item-news.full-thumb.off-thumb .wrap-sum-news .title-news, .box-cate-featured-v3 .item-news.full-thumb.off-thumb .wrap-sum-news .title-news {
                width: 100%;
                max-width: 225px;
                padding-right: 0;
                margin-bottom: 0;
                padding-left: 20px
            }

            .box-cate-featured-v2 .item-news.full-thumb.off-thumb .wrap-sum-news .description, .box-cate-featured-v3 .item-news.full-thumb.off-thumb .wrap-sum-news .description {
                width: calc(100% - 225px)
            }

.section_stream_home .col-medium .box-cate-featured-v3 .col-box-cate-left {
    margin-top: 8px
}

.section_stream_home .col-medium .box-cate-featured-v3 .title-box-category .parent-cate {
    line-height: 1
}

.section_stream_home .col-medium .box-cate-featured-v3 .title-box-category .inner-title {
    line-height: 1
}

    .section_stream_home .col-medium .box-cate-featured-v3 .title-box-category .inner-title::before {
        bottom: -2px
    }

.section_stream_home .col-medium .box-cate-featured-v3 .title-box-category .sub-cate {
    margin-top: 4px;
    line-height: 1
}

.section_stream_home .col-medium .box-cate-featured-v3 .item-news.full-thumb {
    width: 100% !important
}

    .section_stream_home .col-medium .box-cate-featured-v3 .item-news.full-thumb .title-news, .section_stream_home .col-medium .box-cate-featured-v3 .item-news.full-thumb .description {
        padding-right: 0
    }

    .section_stream_home .col-medium .box-cate-featured-v3 .item-news.full-thumb .thumb-art {
        padding-top: 0
    }

@media screen and (max-width: 979px) {
    .section_stream_home .col-medium .box-cate-featured-v3 .col-box-cate-left {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px
    }

        .section_stream_home .col-medium .box-cate-featured-v3 .col-box-cate-left .item-news.full-thumb .thumb-art {
            width: 225px
        }

        .section_stream_home .col-medium .box-cate-featured-v3 .col-box-cate-left .item-news.full-thumb .wrap-sum-news {
            width: calc(100% - 225px);
            padding-left: 15px
        }

    .section_stream_home .col-medium .box-cate-featured-v3 .col-box-cate-right {
        width: 100%
    }

        .section_stream_home .col-medium .box-cate-featured-v3 .col-box-cate-right .item-news.full-thumb .thumb-art {
            width: 145px;
            margin: 0 10px 0 0
        }

        .section_stream_home .col-medium .box-cate-featured-v3 .col-box-cate-right .item-news.full-thumb .title-news, .section_stream_home .col-medium .box-cate-featured-v3 .col-box-cate-right .item-news.full-thumb .meta-news {
            clear: none
        }

        .section_stream_home .col-medium .box-cate-featured-v3 .col-box-cate-right .item-news.full-thumb .title-news {
            margin-top: 0
        }

    .section_stream_home .col-medium .box-cate-featured-v3 .sub-news-cate::before {
        display: none
    }

    .section_stream_home .col-medium .box-cate-featured-v3 .sub-news-cate .item-news {
        padding-top: 12px;
        margin-top: 12px;
        border-top: 1px solid #E5E5E5
    }

        .section_stream_home .col-medium .box-cate-featured-v3 .sub-news-cate .item-news:first-of-type {
            padding-top: 12px;
            margin-top: 12px
        }
}

.section_box_cate {
    flex-wrap: wrap
}

.col-boxcate .item-news:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.col-boxcate .item-news .title-news {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 0
}

.col-boxcate .item-news .description {
    margin-top: 5px
}

.colbox-left {
    width: 49.092%;
    padding-right: 40px;
    position: relative
}

    .colbox-left .item-news .title-news {
        font-size: 24px;
        font-weight: normal
    }

    .colbox-left .item-news .description {
        font-size: 15px
    }

    .colbox-left .icon_thumb_videophoto {
        width: 32px;
        height: 32px;
        line-height: 32px
    }

        .colbox-left .icon_thumb_videophoto .ic {
            width: 16px;
            height: 16px
        }

.colbox-center {
    width: 25.455%;
    padding-right: 40px;
    position: relative
}

    .colbox-left:before, .colbox-center:before {
        width: 1px;
        height: 100%;
        content: "";
        background: #e5e5e5;
        position: absolute;
        top: 0;
        right: 20px
    }
.colbox2-center {
    width: 25.4547%;
    padding-right: 40px;
    position: relative
}

    .colbox2-left:before, .colbox2-center:before {
        width: 1px;
        height: 100%;
        content: "";
        background: #e5e5e5;
        position: absolute;
        top: 0;
        right: 20px
    }

.colbox-right {
    width: 25.453%
}

    .colbox-right .item-news .thumb-art {
        width: 100px;
        float: right;
        margin: 0 0 0 15px
    }

.box-tygia-vietllot {
    padding-bottom: 15px !important;
    margin-bottom: 15px;
    display: flex
}

    .box-tygia-vietllot .box_left {
        min-width: 42%;
        margin-right: 10px
    }

    .box-tygia-vietllot .box_right {
        width: 100% !important
    }

        .box-tygia-vietllot .box_right.no-banner {
            width: 100%
        }

    .box-tygia-vietllot .box-link-logo {
        min-width: 100px;
        margin-left: 10px;
        font-size: 0
    }

        .box-tygia-vietllot .box-link-logo a {
            display: inline-block
        }

            .box-tygia-vietllot .box-link-logo a:last-child {
                margin-top: 4px
            }

.box-slide-topic {
    padding: 0 45px 0 108px;
    height: 50px;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    position: relative
}

    .box-slide-topic .swiper-container {
        width: 100%;
        float: left
    }

    .box-slide-topic .swiper-slide {
        width: auto;
        white-space: nowrap
    }

        .box-slide-topic .swiper-slide.item-news {
            width: auto;
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none
        }

            .box-slide-topic .swiper-slide.item-news .title-news {
                padding-right: 30px;
                color: #9f224e;
                text-decoration: underline
            }

    .box-slide-topic .txt-topic {
        font-family: "Merriweather",serif;
        font-size: 14px;
        line-height: 18px;
        color: #757575;
        position: absolute;
        top: 15px;
        left: 0
    }

        .box-slide-topic .txt-topic .ic {
            fill: #bdbdbd;
            margin-right: 10px;
            width: 20px;
            height: 20px
        }

    .box-slide-topic .swiper-button-box {
        top: 13px
    }

.section_khcn .container {
    background: #ffffff;
    border: 1px solid #E5E5E5;
    padding: 10px 15px
}

.section_khcn .head-title {
    margin-bottom: 15px
}

    .section_khcn .head-title .flexbox {
        align-items: center
    }

    .section_khcn .head-title .title {
        font: bold 28px "Merriweather",serif;
        color: #867428
    }

    .section_khcn .head-title .cate {
        margin-left: 20px;
        display: flex;
        align-items: center
    }

        .section_khcn .head-title .cate a {
            margin-right: 6px
        }

.section_khcn .title-box-category {
    margin-bottom: 15px
}

    .section_khcn .title-box-category .inner-title:before {
        display: none
    }

.section_khcn .box-new {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
    padding-bottom: 20px
}

    .section_khcn .box-new:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0
    }

@media screen and (max-width: 979px) {
    .section_khcn .container {
        border-left: 0;
        border-right: 0
    }
}

.box-cate-featured-vertical {
    margin-bottom: 20px
}

    .box-cate-featured-vertical .item-news .title-news {
        font-weight: 700
    }

    .box-cate-featured-vertical .item-news.full-thumb {
        width: 100%;
        background: none;
        padding-bottom: 15px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 15px
    }

        .box-cate-featured-vertical .item-news.full-thumb .title-news, .box-cate-featured-vertical .item-news.full-thumb .description, .box-cate-featured-vertical .item-news.full-thumb p.meta-news {
            padding-left: 0;
            padding-right: 0
        }

        .box-cate-featured-vertical .item-news.full-thumb .thumb-art {
            margin-bottom: 10px
        }

        .box-cate-featured-vertical .item-news.full-thumb.off-thumb {
            background: #f7f7f7;
            min-height: 204px;
            padding-bottom: 20px;
            border-bottom: none
        }

            .box-cate-featured-vertical .item-news.full-thumb.off-thumb .title-news, .box-cate-featured-vertical .item-news.full-thumb.off-thumb .description, .box-cate-featured-vertical .item-news.full-thumb.off-thumb p.meta-news {
                padding-left: 15px;
                padding-right: 15px
            }

    .box-cate-featured-vertical .sub-news-cate {
        width: 100%;
        float: left;
        padding-left: 0
    }

        .box-cate-featured-vertical .sub-news-cate .item-news {
            padding-bottom: 15px;
            margin-bottom: 15px
        }

            .box-cate-featured-vertical .sub-news-cate .item-news .thumb-art {
                width: 76px;
                margin-right: 10px;
                margin-bottom: 0
            }

            .box-cate-featured-vertical .sub-news-cate .item-news .title-news {
                clear: inherit
            }

            .box-cate-featured-vertical .sub-news-cate .item-news:last-of-type {
                margin-bottom: 0;
                padding-bottom: 0;
                height: auto
            }

.inner-row-boxcate {
    width: calc(100% + 40px);
    margin-left: -40px;
    position: relative;
    flex-wrap: wrap
}

    .inner-row-boxcate .item-box-cate {
        width: 33.33333333333%;
        padding-left: 40px;
        margin-bottom: 20px
    }

        .inner-row-boxcate .item-box-cate:nth-last-of-type(-n+3), .inner-row-boxcate .item-box-cate.box-last {
            margin-bottom: 0
        }

            .inner-row-boxcate .item-box-cate:nth-last-of-type(-n+3) .box-category, .inner-row-boxcate .item-box-cate.box-last .box-category {
                margin-bottom: 0
            }

    .inner-row-boxcate:before, .inner-row-boxcate:after {
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        left: calc(33.33333% + 20px);
        content: "";
        background: #e5e5e5
    }

    .inner-row-boxcate:after {
        left: auto;
        right: calc(33.33333% - 20px)
    }

.thumb-1x1 {
    padding-bottom: 100%
}

.thumb-2x3 {
    padding-bottom: 150%
}

.wrap-slide-photo-temp .swiper-slide {
    width: 54.546%;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

    .wrap-slide-photo-temp .swiper-slide .box-info-news {
        width: 50%;
        height: 100%;
        padding: 0;
        visibility: hidden;
        position: absolute;
        top: 0;
        right: 0;
        background: #17191a;
        transition-duration: 300ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        opacity: 0;
        color: #bdbdbd
    }

        .wrap-slide-photo-temp .swiper-slide .box-info-news .description {
            line-height: 130%
        }

    .wrap-slide-photo-temp .swiper-slide .title-news {
        font-size: 20px;
        font-weight: 400
    }

    .wrap-slide-photo-temp .swiper-slide .thumb-art {
        width: 50%;
        margin-bottom: 0
    }

        .wrap-slide-photo-temp .swiper-slide .thumb-art .thumb:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: rgba(0,0,0,0.8);
            z-index: 1;
            transition-duration: 350ms;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
            opacity: 1
        }

    .wrap-slide-photo-temp .swiper-slide.swiper-slide-prev .thumb-art {
        float: right
    }

    .wrap-slide-photo-temp .swiper-slide.swiper-slide-active .box-info-news {
        width: 50%;
        padding: 25px;
        opacity: 1;
        visibility: visible
    }

    .wrap-slide-photo-temp .swiper-slide.swiper-slide-active .thumb-art .thumb:before {
        opacity: 0
    }

.wrap-slide-photo-temp .swiper-button-vne {
    width: calc(22.25% + 1px);
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer
}

    .wrap-slide-photo-temp .swiper-button-vne .opacity-layer {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        padding-bottom: calc(184% - 3px);
        background: transparent
    }

    .wrap-slide-photo-temp .swiper-button-vne.swiper-button-next-photo-23, .wrap-slide-photo-temp .swiper-button-vne.swiper-button-next-photo-11 {
        right: 0
    }

    .wrap-slide-photo-temp .swiper-button-vne.swiper-button-prev-photo-23, .wrap-slide-photo-temp .swiper-button-vne.swiper-button-prev-photo-11 {
        left: 0
    }

    .wrap-slide-photo-temp .swiper-button-vne:hover .btn-slide {
        background: #087cce
    }

.wrap-slide-photo-temp .btn-slide {
    width: 32px;
    height: 32px;
    background: #4f4f4f;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    line-height: 32px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
    outline: none
}

    .wrap-slide-photo-temp .btn-slide .ic {
        fill: #fff;
        width: 12px;
        height: 12px
    }

    .wrap-slide-photo-temp .btn-slide.btn-slide-prev-23 {
        right: calc(22.727% + 62px)
    }

    .wrap-slide-photo-temp .btn-slide.btn-slide-next-23 {
        right: calc(22.727% + 25px)
    }

    .wrap-slide-photo-temp .btn-slide:hover {
        background: #087cce
    }

.wrap-slide-photo-temp.wrap-slide-photo-temp-11 .swiper-slide {
    width: 68.183%
}

    .wrap-slide-photo-temp.wrap-slide-photo-temp-11 .swiper-slide .box-info-news {
        width: 40%
    }

    .wrap-slide-photo-temp.wrap-slide-photo-temp-11 .swiper-slide .thumb-art {
        width: 60%
    }

    .wrap-slide-photo-temp.wrap-slide-photo-temp-11 .swiper-slide.swiper-slide-active .box-info-news {
        width: 40%
    }

.wrap-slide-photo-temp.wrap-slide-photo-temp-11 .swiper-button-vne {
    width: calc(15.7% + 1px)
}

    .wrap-slide-photo-temp.wrap-slide-photo-temp-11 .swiper-button-vne .opacity-layer {
        padding-bottom: calc(261% - 3px)
    }

.wrap-slide-photo-temp.wrap-slide-photo-temp-11 .btn-slide.btn-slide-prev-11 {
    right: calc(15.9085% + 62px)
}

.wrap-slide-photo-temp.wrap-slide-photo-temp-11 .btn-slide.btn-slide-next-11 {
    right: calc(15.9085% + 25px)
}

.wrap-slide-photo-v2 {
    overflow: hidden;
    position: relative
}

    .wrap-slide-photo-v2 .wrap-thumb {
        overflow: hidden;
        position: relative;
        width: 72.728%
    }

        .wrap-slide-photo-v2 .wrap-thumb .inner-wrap-thumb {
            padding-bottom: 60%;
            position: relative
        }

        .wrap-slide-photo-v2 .wrap-thumb .item-news.full-thumb .thumb-art {
            margin-bottom: 0
        }

    .wrap-slide-photo-v2 .Thumb-photo {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #17181a
    }

    .wrap-slide-photo-v2 .Title-photo {
        width: 27.272%;
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
        background: #17191a;
        height: 50%;
        overflow: visible
    }

        .wrap-slide-photo-v2 .Title-photo .swiper-slide {
            height: 100%;
            cursor: pointer
        }

            .wrap-slide-photo-v2 .Title-photo .swiper-slide.swiper-slide-thumb-active {
                cursor: auto
            }

            .wrap-slide-photo-v2 .Title-photo .swiper-slide:before {
                content: "";
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                z-index: 1
            }

        .wrap-slide-photo-v2 .Title-photo .box-info-news {
            height: 100%;
            padding: 25px;
            transition-duration: 250ms;
            transition-property: all;
            transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
            background: #222
        }

            .wrap-slide-photo-v2 .Title-photo .box-info-news .title-news, .wrap-slide-photo-v2 .Title-photo .box-info-news .description, .wrap-slide-photo-v2 .Title-photo .box-info-news .meta-news {
                transition-duration: 200ms;
                transition-property: all;
                transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
                opacity: 0.5
            }

        .wrap-slide-photo-v2 .Title-photo .swiper-slide-thumb-active:before {
            display: none
        }

        .wrap-slide-photo-v2 .Title-photo .swiper-slide-thumb-active .box-info-news {
            background: #17191a
        }

            .wrap-slide-photo-v2 .Title-photo .swiper-slide-thumb-active .box-info-news .title-news, .wrap-slide-photo-v2 .Title-photo .swiper-slide-thumb-active .box-info-news .description, .wrap-slide-photo-v2 .Title-photo .swiper-slide-thumb-active .box-info-news .meta-news {
                opacity: 1
            }

    .wrap-slide-photo-v2 .item-news {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }

    .wrap-slide-photo-v2 .title-news {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 10px
    }

    .wrap-slide-photo-v2 .description {
        margin-bottom: 10px
    }

    .wrap-slide-photo-v2 .title-news, .wrap-slide-photo-v2 .description {
        color: #bdbdbd
    }

    .wrap-slide-photo-v2 .meta-news .ic {
        fill: #757575
    }

    .wrap-slide-photo-v2 .swiper-button-vne {
        width: 32px;
        height: 32px;
        cursor: pointer;
        outline: none;
        z-index: 1;
        background: #4f4f4f;
        border-radius: 50%;
        position: absolute;
        bottom: 20px;
        right: 20px;
        line-height: 32px;
        text-align: center;
        top: auto
    }

        .wrap-slide-photo-v2 .swiper-button-vne .ic {
            fill: #fff;
            transform: rotate(90deg)
        }

        .wrap-slide-photo-v2 .swiper-button-vne.swiper-button-prev-photo {
            right: 57px;
            line-height: 30px;
            left: auto
        }

            .wrap-slide-photo-v2 .swiper-button-vne.swiper-button-prev-photo .ic {
                transform: rotate(-90deg)
            }

        .wrap-slide-photo-v2 .swiper-button-vne:hover {
            background: #087cce
        }

    .wrap-slide-photo-v2 .thumb {
        background: #17181a
    }

        .wrap-slide-photo-v2 .thumb img {
            width: auto;
            max-width: 100%;
            height: 100%;
            transform: translateX(-50%);
            position: absolute;
            left: 50%
        }

.col-770 {
    width: 740px;
    padding-right: 20px
}

.col-300 {
    width: 360px;
    padding-left: 20px
}

.list-ts .item-news {
    background: #f7f7f7;
    padding: 20px;
    border: none;
    margin-bottom: 20px
}

    .list-ts .item-news .title-news {
        font-size: 15px;
        font-weight: bold
    }

        .list-ts .item-news .title-news .label-ts {
            color: #076db6
        }

    .list-ts .item-news:last-of-type {
        margin-bottom: 0
    }

.list-ts .full-thumb {
    width: 47.224%
}

    .list-ts .full-thumb .title-news {
        font-size: 20px;
        font-weight: normal
    }

    .list-ts .full-thumb p:not(.description) {
        margin-top: 10px;
        font-size: 14px;
        line-height: 140%
    }

.list-ts .sub-news-ts {
    width: 52.776%;
    padding-left: 20px
}

.cate-vertical-2col {
    position: relative
}

    .cate-vertical-2col:before {
        width: 100%;
        left: 0
    }

    .cate-vertical-2col .inner-row-boxcate:before {
        left: calc(50% + 20px)
    }

    .cate-vertical-2col .inner-row-boxcate:after {
        display: none
    }

    .cate-vertical-2col .inner-row-boxcate .item-box-cate {
        width: 50%
    }

.box-info .item-news {
    width: 50%;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: none
}

    .box-info .item-news:nth-child(odd) {
        padding-right: 10px
    }

    .box-info .item-news:nth-child(even) {
        padding-left: 10px
    }

    .box-info .item-news:nth-last-of-type(-n+2) {
        margin-bottom: 0
    }

    .box-info .item-news .title-news {
        font-size: 15px;
        font-weight: 700;
        clear: both;
        margin-bottom: 0
    }

.box-info .content-box-category {
    flex-wrap: wrap
}

.swiper-button-box {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    position: absolute;
    top: -3px;
    outline: none
}

    .swiper-button-box.swiper-button-box-next {
        right: -5px
    }

    .swiper-button-box.swiper-button-box-prev {
        right: 20px
    }

    .swiper-button-box.swiper-button-disabled .ic {
        fill: #bdbdbd
    }

.box-ebank-qt {
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    padding: 15px
}

    .box-ebank-qt .box-left {
        width: 50%;
        padding-right: 20px;
        border-right: 1px solid #e5e5e5
    }

    .box-ebank-qt .box-right {
        width: 100%;
        padding-left: 0
    }

    .box-ebank-qt .item-news {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }

        .box-ebank-qt .item-news .thumb-art {
            width: 100px;
            margin-bottom: 0;
            margin-right: 10px
        }

.box-news-other-site {
    margin-top: 20px;
    padding-top: 20px
}

    .box-news-other-site:before {
        content: "";
        width: calc(100% - 30px);
        height: 1px;
        background: #e5e5e5;
        position: absolute;
        top: 0;
        left: 15px
    }

.inner-box-other-news {
    width: calc(100% + 40px);
    margin-left: -40px
}

.box-item-other-news {
    width: 50%;
    padding-left: 40px
}

    .box-item-other-news .label-site {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        color: #fff
    }

        .box-item-other-news .label-site .name-site {
            font-family: "Merriweather",serif;
            font-size: 8px;
            font-weight: 700
        }

            .box-item-other-news .label-site .name-site .text-sm {
                font: 400 8px/9px arial;
                display: block;
                margin-top: 2px
            }

    .box-item-other-news .logo-site {
        margin-right: 4px
    }

        .box-item-other-news .logo-site img {
            width: 24px;
            height: 24px
        }

    .box-item-other-news .link-label-site {
        align-items: center;
        padding: 10px
    }

    .box-item-other-news .item-news {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none
    }

        .box-item-other-news .item-news .thumb-art {
            margin-bottom: 0;
            width: 260px;
            float: left;
            margin-right: 15px
        }

            .box-item-other-news .item-news .thumb-art .thumb:after {
                width: 100%;
                height: 30px;
                background: linear-gradient(180deg, #000 0%, transparent 100%);
                opacity: 0.4;
                transform: rotate(-180deg);
                content: "";
                position: absolute;
                bottom: 0;
                left: 0
            }

    .box-item-other-news .title-news {
        font-size: 15px;
        font-weight: bold
    }

    .box-item-other-news .swiper-pagination {
        position: absolute;
        left: 10px;
        bottom: 8px;
        text-align: left
    }

    .box-item-other-news .swiper-pagination-bullet {
        width: 20px;
        height: 3px;
        background: linear-gradient(0deg, #fff, #fff),#fff;
        opacity: 0.5;
        border-radius: 0
    }

    .box-item-other-news .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 1px
    }

    .box-item-other-news .swiper-pagination-bullet-active {
        background: #fff;
        opacity: 1
    }

    .box-item-other-news.news-evne {
        position: relative
    }

        .box-item-other-news.news-evne:before {
            width: 1px;
            height: 100%;
            background: #e5e5e5;
            position: absolute;
            top: 0;
            left: 20px;
            content: ""
        }

.icon-info-sp {
    background: #bdbdbd;
    border-radius: 1px;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 7px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 10px;
    position: relative
}

    .icon-info-sp .ic {
        fill: #fff;
        width: 8px;
        height: 8px
    }

    .icon-info-sp .tooltip-sp {
        white-space: nowrap;
        font-size: 12px;
        color: #222;
        position: absolute;
        bottom: 14px;
        left: -5px;
        padding: 5px 8px;
        font-family: arial;
        font-weight: 400;
        opacity: 0;
        visibility: hidden;
        transition-duration: 200ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
        background: #ffffff;
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
        box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
        border-radius: 3px
    }

    .icon-info-sp:hover {
        background: #757575
    }

        .icon-info-sp:hover .tooltip-sp {
            opacity: 1;
            visibility: visible
        }

.box-sponsor {
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    padding: 15px
}

    .box-sponsor .item-news {
        padding-bottom: 0;
        margin-bottom: 15px;
        border-bottom: none
    }

        .box-sponsor .item-news .thumb-art {
            width: 100px;
            margin-bottom: 0;
            margin-right: 10px
        }

        .box-sponsor .item-news .title-news {
            font-family: arial;
            font-size: 14px;
            line-height: 140%;
            margin-bottom: 0
        }

        .box-sponsor .item-news:last-of-type {
            margin-bottom: 0
        }

.name_sponsor {
    font-size: 12px;
    line-height: 1.1666666667;
    color: #757575;
    margin-top: 5px;
    width: 100%;
    float: left
}

.box-news-no-thumb .item-news:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.inner-box-business {
    margin: 10px 5px 10px 5px;
    background: #f7f7f7;
    position: relative
}

    .inner-box-business:before {
        content: "";
        background: #f7f7f7;
        position: absolute;
        top: -20px;
        left: -15px;
        right: -15px;
        bottom: -20px;
        border: 1px solid #e5e5e5;
        z-index: 0
    }

.wrap-slide-business .item-news {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    width: calc(100% - 20px)
}

    .wrap-slide-business .item-news .title-news {
        margin-bottom: 0
    }

.box-shop-sell {
    position: relative
}

    .box-shop-sell .item-news {
        float: none
    }

        .box-shop-sell .item-news .thumb-art {
            width: 100px;
            margin-right: 10px;
            margin-bottom: 0;
            border: 1px solid #e5e5e5
        }

        .box-shop-sell .item-news .title-news {
            font-family: arial;
            line-height: 140%;
            padding-left: 110px
        }

            .box-shop-sell .item-news .title-news a {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden
            }

    .box-shop-sell .price_shop {
        color: #d52329;
        font-size: 13px;
        margin-top: 7px;
        padding-left: 110px
    }

.box-shop-sell-vertical {
    padding: 15px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5
}

.box-kidlab {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5
}

.box-sponsor-noslide.has-border {
    padding-bottom: 0
}

.box-sponsor-noslide .inner-box-sponsor {
    width: calc(100% + 20px);
    margin-left: -20px;
    font-size: 0
}

    .box-sponsor-noslide .inner-box-sponsor .item-news {
        width: 20%;
        padding-left: 20px;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 0;
        padding-bottom: 0;
        border: none
    }

.box-xemnhieu .title-box-category {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 0;
    color: #757575
}

    .box-xemnhieu .title-box-category .inner-title:before {
        display: none
    }

    .box-xemnhieu .title-box-category .parent-cate {
        margin-right: 20px
    }

        .box-xemnhieu .title-box-category .parent-cate.active {
            color: #222
        }

            .box-xemnhieu .title-box-category .parent-cate.active:hover a {
                color: #222
            }

            .box-xemnhieu .title-box-category .parent-cate.active .inner-title:before {
                display: block
            }

.inner-section-event {
    margin: 40px 0 20px 0;
    background: #fcfaf6;
    position: relative
}

    .inner-section-event:before {
        content: "";
        background: #fcfaf6;
        position: absolute;
        top: -20px;
        left: -15px;
        right: -15px;
        bottom: -20px;
        border: 1px solid #f0eeea
    }

.no-background .inner-section-event {
    background: none;
    margin: 20px 0 0 0
}

    .no-background .inner-section-event:before {
        display: none
    }

.xemthem_ev {
    font-size: 15px;
    font-family: arial;
    color: #076db6;
    margin: 0 0 0 20px;
    font-weight: 400
}

    .xemthem_ev:hover {
        text-decoration: underline
    }

.inner-list-news-ev {
    width: calc(100% + 30px);
    margin-left: -30px;
    flex-wrap: wrap
}

.list-news-ev .item-news {
    width: 25%;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none
}

    .list-news-ev .item-news .title-news {
        clear: both
    }

    .list-news-ev .item-news:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #e5e5e5;
        position: absolute;
        top: 0;
        left: 15px
    }

    .list-news-ev .item-news:nth-child(4n+1):before {
        display: none
    }

    .list-news-ev .item-news:nth-last-of-type(-n+4) {
        margin-bottom: 0
    }

.list-news-ev .meta-news {
    margin-top: 5px
}

.box-news-thumb-small.box-thumb-100 .small-thumb .thumb-art {
    width: 100px
}

.box-news-small .item-news {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E5E5E5
}

    .box-news-small .item-news .title-news {
        margin-bottom: 0
    }

    .box-news-small .item-news p.meta-news {
        margin-top: 5px
    }

    .box-news-small .item-news:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none
    }

    .box-news-small .item-news.full-thumb .title-news {
        font-size: 15px;
        font-weight: 700
    }

.box-news-small.box-news-small-2item {
    font-size: 0
}

    .box-news-small.box-news-small-2item .item-news {
        display: inline-block;
        vertical-align: top;
        border-bottom: none;
        padding-bottom: 0;
        width: 50%;
        float: none
    }

        .box-news-small.box-news-small-2item .item-news:nth-child(even) {
            padding-right: 7.5px
        }

        .box-news-small.box-news-small-2item .item-news:nth-child(odd) {
            padding-left: 7.5px
        }

        .box-news-small.box-news-small-2item .item-news:nth-last-of-type(-n+2) {
            margin-bottom: 0
        }

        .box-news-small.box-news-small-2item .item-news.full-thumb .title-news {
            font-size: 14px;
            font-weight: 400
        }

.box-sponsor-bg {
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    padding: 15px
}

    .box-sponsor-bg .item-news.full-thumb .title-news {
        font-size: 15px;
        font-weight: 700
    }

.box-topic-300 {
    background: #fff;
    border-radius: 4px
}

    .box-topic-300 .title-box-category {
        font-size: 16px;
        margin-bottom: 16px
    }

        .box-topic-300 .title-box-category .lbl {
            font: 400 12px Arial;
            color: #C92A57;
            text-transform: uppercase;
            margin-bottom: 2px
        }

        .box-topic-300 .title-box-category .inner-title {
            display: block;
            padding-bottom: 12px
        }

            .box-topic-300 .title-box-category .inner-title:before {
                background: #222222
            }

    .box-topic-300 .view-more {
        border-top: 1px solid #E5E5E5;
        padding-top: 16px;
        margin-top: 16px;
        float: left;
        width: 100%;
        text-align: center;
        color: #626262;
        font-size: 14px
    }

        .box-topic-300 .view-more:hover {
            color: #B52759
        }

.sponsor-info {
    margin-left: 20px;
    line-height: inherit;
    float: left;
    align-items: center
}

    .sponsor-info .txt-tt {
        font-size: 13px;
        color: #757575;
        font-weight: 400;
        font-family: arial
    }

    .sponsor-info .logo-tt {
        margin-left: 15px
    }

        .sponsor-info .logo-tt img {
            max-height: 20px;
            display: inline-block;
            vertical-align: middle
        }

        .sponsor-info .logo-tt:first-of-type img {
            max-height: 20px
        }

    .sponsor-info.sponsor-full {
        margin-left: 0;
        width: 100%;
        margin-top: 15px
    }

    .sponsor-info.has-border {
        border-top: 1px solid #e5e5e5;
        padding-top: 15px
    }

    .sponsor-info.sponsor-center {
        justify-content: center;
        flex-wrap: wrap
    }

        .sponsor-info.sponsor-center .txt-tt {
            display: block;
            width: 100%;
            text-align: center;
            margin-bottom: 10px
        }

        .sponsor-info.sponsor-center .logo-tt {
            margin: 0 7.5px 0 7.5px
        }

.section-2col .col-left-subfolder:after {
    display: block
}

.section-ads-gray {
    background: #f7f7f7;
    padding: 15px 0
}

.name-page-t {
    font-family: "Merriweather",serif;
    font-size: 24px;
    line-height: 160%;
    font-weight: 700
}

.txt_h1, .txt_h2 {
    font-family: "Merriweather",serif;
    line-height: 160%;
    font-weight: 700;
    margin-bottom: 10px
}

.txt_h1 {
    font-size: 24px
}

.txt_h2 {
    font-size: 18px
}

.ul_seo, .ol_seo {
    padding-left: 16px;
    margin-bottom: 20px
}

    .ul_seo li, .ol_seo li {
        font-size: 16px;
        margin-bottom: 15px;
        list-style: disc
    }

    .ol_seo li {
        list-style: decimal
    }

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.col-right-subfolder .table_taxonomy {
    border: 1px solid #e5e5e5;
    padding: 15px
}

    .col-right-subfolder .table_taxonomy .line-top {
        border-top: 1px solid #e5e5e5;
        padding-top: 10px
    }

    .col-right-subfolder .table_taxonomy table {
        margin: 0 -5px;
        width: 103%;
        width: calc(100% + 10px);
        font-size: 14px
    }

        .col-right-subfolder .table_taxonomy table tr td {
            padding: 5px;
            line-height: 1.4;
            vertical-align: top
        }

        .col-right-subfolder .table_taxonomy table tr .w-120 {
            width: 120px
        }

        .col-right-subfolder .table_taxonomy table tr:first-child td {
            padding-top: 0
        }

.social-p {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .social-p li {
        float: left;
        margin-left: 10px;
        position: relative
    }

        .social-p li a {
            width: 32px;
            height: 32px;
            border: 1px solid #e5e5e5;
            text-align: center;
            justify-content: center;
            border-radius: 50%;
            background: #EFEFEF;
            border-color: #EFEFEF
        }

            .social-p li a .ic {
                align-self: center
            }

            .social-p li a.social_follow {
                padding: 8px 12px 8px 10px;
                border-radius: 4px;
                width: auto;
                border-color: #e5e5e5;
                background: #fff;
                color: #626262;
                font: 400 14px arial
            }

                .social-p li a.social_follow .ic {
                    margin-right: 5px;
                    width: 12px;
                    height: 12px
                }

                .social-p li a.social_follow.active {
                    background: #EFEFEF
                }

                .social-p li a.social_follow.disabled {
                    opacity: 0.4;
                    pointer-events: none
                }

        .social-p li .hint-follow {
            width: 270px;
            background: #E0F3FE;
            border-radius: 4px;
            padding: 10px 50px 10px 10px;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: calc(100% + 10px);
            font: 400 14px/140% arial;
            color: #076DB6;
            z-index: 3
        }

            .social-p li .hint-follow a {
                text-decoration: underline;
                background: none;
                border: none
            }

            .social-p li .hint-follow:after {
                width: 0;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-bottom: 7px solid #E0F3FE;
                content: '';
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: 100%
            }

            .social-p li .hint-follow .close-hint-follow {
                color: #076DB6;
                font-family: -webkit-body;
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                position: absolute;
                top: 0;
                right: 0;
                cursor: pointer;
                font-size: 30px
            }

    .social-p.no-border {
        border-bottom: 0
    }

        .social-p.no-border li:last-child {
            margin-right: 0
        }

.title-page-t {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5
}

    .title-page-t .social-p {
        margin-left: auto;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        flex-shrink: 0;
        padding-top: 2px
    }

    .title-page-t .name-page-t {
        flex-shrink: 1;
        flex-grow: 1;
        padding-right: 10px
    }

.tab-tt li {
    float: left;
    margin: 0
}

    .tab-tt li a {
        display: block;
        font-size: 15px;
        line-height: 17px;
        background: #e5e5e5;
        border: 1px solid #e5e5e5;
        padding: 9px 25px;
        border-radius: 3px 0 0 3px
    }

    .tab-tt li.active a {
        background: #fff;
        font-weight: 700
    }

    .tab-tt li:last-of-type a {
        border-radius: 0 3px 3px 0
    }

.box-abc-text {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px
}

    .box-abc-text p {
        font-size: 14px;
        color: #757575;
        margin-bottom: 15px
    }

.list-abc li {
    float: left;
    margin: 0 14px 15px 0
}

    .list-abc li a {
        font-size: 15px;
        color: #4f4f4f;
        text-transform: uppercase
    }

    .list-abc li.active a, .list-abc li:hover a {
        color: #076db6
    }

.box-abc-bottom {
    border-bottom: none;
    border-top: 1px solid #e5e5e5;
    margin-bottom: 0;
    padding-top: 15px
}

.selected-text {
    font-size: 18px;
    line-height: 23px;
    font-family: "Merriweather",serif;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #9f224e;
    display: inline-block
}

.list-news-res li {
    margin-bottom: 10px
}

    .list-news-res li a {
        font-family: "Merriweather",serif;
        color: #222;
        font-size: 16px;
        line-height: 160%;
        font-weight: 400
    }

        .list-news-res li a:hover {
            text-decoration: underline;
            color: #087cce
        }

.page-bg {
    background: #fafafa
}

    .page-bg .top-header {
        background: #fff
    }

    .page-bg .container {
        background: #fff
    }

        .page-bg .container.no-bg {
            background: transparent
        }

.pt20 {
    padding-top: 20px
}

.pb20 {
    padding-bottom: 20px
}

.section_topic_bg {
    padding-top: 30px
}

    .section_topic_bg .name-page-t {
        font-size: 36px
    }

    .section_topic_bg .breadcrumb {
        margin-bottom: 5px
    }

        .section_topic_bg .breadcrumb li {
            color: #222;
            font-family: "Merriweather",serif
        }

    .section_topic_bg .col-left-subfolder {
        padding-right: 0
    }

        .section_topic_bg .col-left-subfolder:after {
            display: none
        }

    .section_topic_bg .list-news-subfolder {
        padding-right: 20px;
        position: relative
    }

        .section_topic_bg .list-news-subfolder:after {
            content: "";
            width: 1px;
            height: 100%;
            background: #e5e5e5;
            position: absolute;
            top: 0;
            right: 0
        }

    .section_topic_bg .social-p {
        margin-bottom: 20px;
        padding-bottom: 0;
        border-bottom: none
    }

        .section_topic_bg .social-p li a {
            background: rgba(34,34,34,0.1);
            border: 1px solid #fff
        }

            .section_topic_bg .social-p li a .ic {
                fill: #fff
            }

    .section_topic_bg .sponsor-bg {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 25px
    }

        .section_topic_bg .sponsor-bg img {
            display: inline-block;
            vertical-align: middle;
            max-height: 50px;
            margin-left: 10px
        }

.list-news-subfolder.no-paging {
    margin-bottom: 20px
}

.info-topic {
    font-size: 16px;
    line-height: 150%;
    border: 1px solid #e5e5e5;
    padding: 20px 10px 20px 20px;
    border-radius: 3px;
    margin-bottom: 15px
}

    .info-topic p {
        margin-top: 20px
    }

        .info-topic p:first-of-type {
            margin-top: 0
        }

    .info-topic a {
        color: #076db6;
        text-decoration: underline
    }

    .info-topic .item-info {
        margin-bottom: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #e5e5e5
    }

        .info-topic .item-info .tit-item {
            font-size: 18px;
            line-height: 160%;
            font-family: "Merriweather",serif;
            margin-bottom: 10px;
            font-weight: bold
        }

        .info-topic .item-info:last-of-type {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: none
        }

    .info-topic .inner-info-topic {
        max-height: 615px;
        overflow: auto;
        padding-right: 10px
    }

    .info-topic .ss-content .item-info {
        padding-right: 17px
    }

.line-bottom {
    border-bottom: 1px solid #e5e5e5
}

.placeholder {
    background: #222222;
    opacity: 0.1;
    animation: fading 1.5s infinite;
    border-radius: 4px;
    font-size: 0 !important
}

.title-top-24h {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px
}

    .title-top-24h .sub-txt {
        font-size: 15px;
        line-height: 140%;
        color: #757575
    }

    .title-top-24h .name-page-t {
        font-size: 24px;
        line-height: 160%
    }

.wrapper-24h .col-left-subfolder {
    width: 780px;
    padding-right: 20px
}

.wrapper-24h .col-right-subfolder {
    width: 320px;
    padding-left: 20px
}

.wrapper-24h .list-news-subfolder {
    border-left: 1px solid #e5e5e5
}

    .wrapper-24h .list-news-subfolder .item-news-common {
        padding-left: 30px;
        position: relative;
        border-top: none;
        margin-top: 20px;
        padding-top: 20px
    }

        .wrapper-24h .list-news-subfolder .item-news-common:first-of-type {
            margin-top: 0;
            padding-top: 0
        }

        .wrapper-24h .list-news-subfolder .item-news-common .title-news {
            font-size: 18px;
            font-weight: 700
        }

.wrapper-24h .time-count {
    font-size: 14px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    position: relative;
    color: #757575
}

    .wrapper-24h .time-count:before {
        content: "";
        width: 9px;
        height: 9px;
        background: #9f224e;
        border-radius: 50%;
        position: absolute;
        top: 3px;
        left: -35px;
        z-index: 1
    }

.wrapper-24h .filter-viewmore {
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
    color: #757575;
    position: absolute;
    top: -84px;
    right: 0
}

    .wrapper-24h .filter-viewmore .txt-fil {
        margin-right: 5px
    }

    .wrapper-24h .filter-viewmore .btn_vne {
        height: 32px;
        font-size: 15px;
        color: #757575;
        line-height: 32px;
        padding: 0 10px;
        background: #f7f7f7;
        border-radius: 3px;
        margin-left: 5px
    }

        .wrapper-24h .filter-viewmore .btn_vne.active {
            background: #9f224e;
            color: #fff
        }

.tabdate-hotnews {
    margin-bottom: 15px;
    padding-bottom: 20px;
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 30px;
    margin-top: -30px;
    justify-content: space-between;
    position: sticky;
    top: 50px;
    position: -webkit-sticky;
    background: #fff;
    z-index: 2
}

    .tabdate-hotnews .tab-date {
        width: 88px;
        height: 40px;
        line-height: 40px;
        background: #f7f7f7;
        display: block;
        text-align: center;
        border-radius: 4px;
        font-size: 16px;
        color: #757575;
        position: relative
    }

        .tabdate-hotnews .tab-date:after {
            width: 0;
            height: 0;
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #9f224e;
            content: "";
            position: absolute;
            bottom: -6px;
            left: 50%;
            margin-left: -6px;
            display: none
        }

        .tabdate-hotnews .tab-date.active {
            background: #9f224e;
            color: #fff;
            font-weight: bold
        }

            .tabdate-hotnews .tab-date.active:after {
                display: block
            }

.box-topic-cv ul {
    width: 100%;
    float: left;
    position: relative;
    font-size: 0;
    display: block
}

    .box-topic-cv ul li {
        width: 100%;
        float: left;
        display: block;
        padding: 0;
        white-space: normal;
        margin-top: 5px
    }

        .box-topic-cv ul li:first-child {
            margin-top: 0
        }

        .box-topic-cv ul li a {
            padding: 10px;
            font-size: 14px;
            line-height: 140%;
            font-weight: 400;
            color: #222;
            background: #f7f7f7;
            border-radius: 3px;
            display: block
        }

            .box-topic-cv ul li a:hover {
                color: #076fba
            }

.title-page {
    font-size: 24px;
    line-height: 160%;
    font-family: "Merriweather",serif;
    font-weight: 700;
    margin-bottom: 15px
}

.main-input select {
    width: 115px;
    height: 38px;
    border: none;
    position: absolute;
    left: 1px;
    top: 1px
}

.input-form {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    position: relative
}

    .input-form .title-input {
        display: inline-block;
        font-size: 14px;
        line-height: 1.1428571429;
        color: #4f4f4f;
        margin-bottom: 10px
    }

.row {
    width: 100%;
    float: left
}

    .row.row4 .input-form {
        width: 25%;
        margin-right: 15px
    }

        .row.row4 .input-form:last-of-type {
            margin-right: 0
        }

.sub-title-page {
    font-size: 20px;
    line-height: 160%;
    margin-bottom: 15px;
    font-family: "Merriweather",serif;
    display: inline-block
}

.page-rss .container {
    max-width: 700px
}

.page-rss p {
    font-size: 18px;
    line-height: 160%;
    margin-bottom: 20px
}

.page-rss .wrap-list-rss .list-rss {
    width: 100%;
    color: #4f4f4f;
    font-size: 18px;
    line-height: 1.1666666667;
    margin-bottom: 15px
}

    .page-rss .wrap-list-rss .list-rss:first-child {
        margin-right: 15px
    }

    .page-rss .wrap-list-rss .list-rss:last-child {
        margin-left: 15px
    }

    .page-rss .wrap-list-rss .list-rss li {
        border-bottom: 1px solid #E5E5E5;
        position: relative
    }

    .page-rss .wrap-list-rss .list-rss a {
        padding: 15px 0;
        display: block
    }

        .page-rss .wrap-list-rss .list-rss a:hover {
            color: #9f224e
        }

    .page-rss .wrap-list-rss .list-rss .icon-rss {
        font-size: 13px;
        line-height: 1.1538461538;
        float: right;
        color: #222;
        margin-top: 3px;
        line-height: 20px;
        transition: all 0.4s ease
    }

        .page-rss .wrap-list-rss .list-rss .icon-rss .ic {
            background: #ee802f;
            fill: #fff;
            padding: 2px;
            width: 20px;
            height: 20px;
            margin-top: -3px;
            margin-left: 10px;
            border-radius: 1px
        }

.inner-list-news-five {
    width: calc(100% + 30px);
    margin-left: -30px;
    flex-wrap: wrap
}

.list-news-five .item-news {
    width: 20%;
    padding-left: 30px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
    position: relative
}

    .list-news-five .item-news .title-news {
        clear: both;
        font-size: 15px;
        font-weight: 700
    }

    .list-news-five .item-news:before {
        content: "";
        width: 1px;
        height: 100%;
        background: #e5e5e5;
        position: absolute;
        top: 0;
        left: 15px
    }

    .list-news-five .item-news:nth-child(5n+1):before {
        display: none
    }

    .list-news-five .item-news:nth-last-of-type(-n+5) {
        margin-bottom: 0
    }

    .list-news-five .item-news .inner-item-news-five {
        height: 100%;
        padding-bottom: 45px
    }

    .list-news-five .item-news p.meta-news {
        margin-top: 0;
        position: absolute;
        bottom: 20px;
        left: 30px
    }

    .list-news-five .item-news.off-thumb p.meta-news {
        left: 45px
    }

    .list-news-five .item-news.off-thumb .inner-item-news-five {
        background: #f7f7f7;
        padding: 15px 15px 45px 15px
    }

.item-news-common-v2 .thumb-art {
    float: right;
    margin-right: 0;
    margin-left: 10px;
    width: 150px
}

.col-sticky {
    position: relative;
    top: 0;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.wrapper-sticky {
    width: 100%;
    float: left;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}

    .wrapper-sticky .inner-wrap-sticky {
        position: sticky !important;
        position: -webkit-sticky !important;
        top: 3px
    }

    .wrapper-sticky .box-sticky {
        float: none;
        overflow: hidden
    }

.box-banner-text .link-banner {
    display: block;
    width: 100%;
    float: left;
    position: relative
}

.box-banner-text .txt-banner {
    font-family: "Merriweather",serif;
    font-size: 14px;
    line-height: 150%;
    font-weight: 700;
    color: #9f224e;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%)
}

.box-fsell-300-v2 .meta-price {
    color: #d52329;
    font-weight: 700;
    font-size: 13px;
    line-height: 15px;
    margin-top: 5px
}

.box-fsell-300-v2 .meta-location {
    color: #757575;
    font-size: 13px
}

.box-fsell-300-v2 .item-news {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

    .box-fsell-300-v2 .item-news.full-thumb .title-news {
        font-weight: 400;
        font-size: 14px
    }

.box-fsell-300-v2 .source-site a {
    font-size: 13px;
    line-height: 140%;
    color: #757575;
    text-decoration: none
}

.fs_box .box-category {
    margin-bottom: 0px
}

.fs_box {
    padding: 0px
}

.fs_parent_box .wrap-slide-business {
    margin-bottom: 20px
}

.box-estock .btn_vne {
    width: 160px;
    display: inline-block;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%)
}

.box-estock .item-news {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.wrap-slide-estock {
    position: relative
}

    .wrap-slide-estock .swiper-button-box {
        width: 30px;
        height: 30px;
        background: #222;
        text-align: center;
        line-height: 30px;
        position: absolute;
        cursor: pointer;
        top: 131px;
        right: 0;
        z-index: 2
    }

        .wrap-slide-estock .swiper-button-box .ic {
            fill: #fff;
            width: 14px;
            height: 14px
        }

        .wrap-slide-estock .swiper-button-box:hover {
            background: #076fba
        }

        .wrap-slide-estock .swiper-button-box.swiper-button-box-prev {
            right: 30px
        }

        .wrap-slide-estock .swiper-button-box.swiper-button-disabled .ic {
            fill: #757575
        }

        .wrap-slide-estock .swiper-button-box.swiper-button-disabled:hover {
            background: #222
        }

.wrap-all-menu, .main-nav .sub {
    z-index: 991
}

.section-exitintent {
    margin-top: 0 !important;
    height: 94px;
    position: absolute;
    top: 50px;
    width: 100%;
    left: 0;
    z-index: 99;
    padding: 20px;
    background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,0) 100%),#fff;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
    transition-duration: 350ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1)
}

    .section-exitintent .item-news {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
        position: relative
    }

        .section-exitintent .item-news:before {
            width: 1px;
            height: 54px;
            background: #e5e5e5;
            position: absolute;
            top: 0;
            left: -15px;
            content: ""
        }

        .section-exitintent .item-news:first-of-type:before {
            display: none
        }

        .section-exitintent .item-news .title-news {
            font-family: Arial, serif;
            line-height: 150%
        }

        .section-exitintent .item-news .thumb-art {
            width: 90px;
            margin: 0 10px 0 0
        }

    .section-exitintent .swiper-button-box {
        height: 100%;
        width: 32px;
        z-index: 2;
        background: rgba(189,189,189,0.8);
        line-height: 94px;
        top: 0
    }

        .section-exitintent .swiper-button-box .ic {
            fill: #fff
        }

        .section-exitintent .swiper-button-box.swiper-button-box-prev {
            right: auto;
            left: 0
        }

        .section-exitintent .swiper-button-box.swiper-button-box-next {
            right: 0
        }

        .section-exitintent .swiper-button-box.swiper-button-disabled {
            opacity: 0
        }

    .section-exitintent.up {
        transform: translateY(-115%);
        opacity: 0;
        z-index: -1;
        visibility: hidden
    }

    .section-exitintent .close-exitintent {
        position: absolute;
        top: 94px;
        right: 32px;
        width: 85px;
        height: 32px;
        line-height: 32px;
        box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
        font-size: 16px;
        color: #757575;
        text-align: center;
        background: #fff;
        cursor: pointer
    }

        .section-exitintent .close-exitintent .ic {
            display: inline-block;
            vertical-align: middle
        }

@media screen and (max-width: 768px) {
    .section-exitintent {
        top: 0
    }
}

div#js_slider_exitintent .title-news a {
    font-size: 14px
}

    div#js_slider_exitintent .title-news a.count_cmt {
        font-size: 12px;
        color: #076db6
    }

        div#js_slider_exitintent .title-news a.count_cmt .ic {
            width: 12px;
            height: 12px;
            fill: #999
        }

.col-right-replace {
    max-height: 600px;
    overflow-y: hidden
}

.box-news-replace {
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 15px 5px 15px 15px
}

    .box-news-replace:after {
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 100%);
        width: 100%;
        height: 60px;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1
    }

    .box-news-replace .item-news:last-child {
        padding-bottom: 20px
    }

    .box-news-replace .item-news .thumb-art {
        width: 100px;
        float: right;
        margin: 0 0 0 10px
    }

.scroll-news-replace {
    max-height: 525px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 10px
}

.section-top-area {
    margin-top: 32px
}

    .section-top-area .text-area {
        color: #757575;
        font-size: 14px;
        line-height: 140%;
        display: block;
        margin-bottom: 4px
    }

.wrap-titile-area {
    width: 100%;
    align-items: center;
    padding-bottom: 16px;
    margin-bottom: 20px;
    border-bottom: 2px solid #222
}

    .wrap-titile-area .txt-area {
        font-feature-settings: 'pnum' on, 'lnum' on;
        font: 700 36px/140% "Merriweather",serif;
        color: #222
    }

    .wrap-titile-area .name-area {
        align-items: center
    }

    .wrap-titile-area .news-area {
        margin-left: 0;
        z-index: 9
    }

        .wrap-titile-area .news-area .ico-arrow {
            width: 32px;
            height: 32px;
            background: #EFEFEF;
            border-radius: 50%;
            display: block;
            margin-left: 8px;
            position: relative
        }

            .wrap-titile-area .news-area .ico-arrow:before {
                border: solid #757575;
                border-width: 0 1px 1px 0;
                display: inline-block;
                padding: 3px;
                content: '';
                position: absolute;
                top: 11px;
                left: 12px;
                transform: rotate(45deg);
                -webkit-transform: rotate(45deg)
            }

.social-right-area {
    margin-left: auto;
    align-items: center
}

    .social-right-area a {
        display: block;
        width: 32px;
        height: 32px;
        background: #EFEFEF;
        text-align: center;
        border-radius: 50%;
        line-height: 32px;
        margin-left: 8px
    }

        .social-right-area a .ic {
            fill: #222
        }

.page-news-area .col-right-subfolder {
    width: 320px;
    padding-left: 20px
}

.page-news-area .col-left-subfolder {
    width: 780px;
    padding-right: 20px
}

.page-news-area .pagination.pagination-folder {
    padding-right: 340px
}

.section_4_news .item-news {
    width: 100%;
    margin-right: 40px;
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

    .section_4_news .item-news:after {
        width: 1px;
        height: 100%;
        background: #e5e5e5;
        position: absolute;
        top: 0;
        right: -20px;
        content: ''
    }

    .section_4_news .item-news .thumb-art {
        margin-bottom: 8px
    }

    .section_4_news .item-news .title-news {
        font-size: 16px;
        margin-bottom: 0
    }

    .section_4_news .item-news:last-child {
        margin-right: 0
    }

        .section_4_news .item-news:last-child:after {
            display: none
        }
.width_common {
    width: 100%;
    float: left
}
.RightQCMobile {
    text-align: center;
    display: none
}
@media screen and (max-width: 979px) {
    .section_khcn .container {
        background: #ffffff;
        border: 1px solid #E5E5E5;
        padding: 10px 0px
    }

    .section_4_news {
        flex-wrap: nowrap !important
    }

        .section_4_news > .flexbox {
            flex-wrap: nowrap !important
        }

        .section_4_news .item-news {
            margin-right: 30px
        }

            .section_4_news .item-news::after {
                right: -15px
            }

    .width_common {
        width: 100%;
        float: left;
        padding-left: 5px;
        padding-right: 5px;
    }

    .HomeVnE_top {
        font: bold 15px "Merriweather",serif;
        color: #572857;
        text-align: center;
        padding-top: 22px;
        padding-left: 56px;
    }

    .HomeVnE_top_Diachi {
        font: bold 14px "Merriweather",serif;
        color: #d52329;
        text-align: center;
        padding-top: 3px;
    }

    .RightQCMobile {
        display: block;
        text-align: center;
    }

    .HomeVnE_footer {
        height: 214px;
        font: bold 13px Times New Roman, arial, tahoma, verdana;
        color: #572857;
        text-align: center;
        padding-top: 37px;
        padding-bottom: 0px
    }
}
@media screen and (max-width: 1369px) {
    .main-nav .parent {
        position: relative
    }

    .main-nav .all-menu {
        background: #fff;
        z-index: 1
    }

    .icon-info-sp .tooltip-sp {
        left: auto;
        right: -5px
    }
}

@media screen and (max-width: 1359px) {
    .main-nav .parent {
        justify-content: center
    }

        .main-nav .parent > li:nth-last-of-type(-n+6) {
            display: none
        }

        .main-nav .parent > li.all-menu {
            display: block !important;
            position: static !important;
            padding-right: 0
        }

        .main-nav .parent > li ul.sub li:nth-last-of-type(-n+6) {
            display: block
        }
}

@media screen and (max-width: 1129px) {
    html {
        overflow: visible !important
    }

    body {
        overflow-y: visible !important
    }

    .time-now {
        display: none
    }

    .all-menu-tablet {
        display: block
    }

    .top-header {
        padding-top: 9px;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 999;
        background: #fff;
        height: 50px
    }

        .top-header.sticky {
            position: fixed
        }

            .top-header.sticky + .section + .section {
                margin-top: 50px
            }

    .top-header-folder {
        position: static !important;
        padding-top: 0 !important;
        height: auto !important
    }

        .top-header-folder.sticky {
            position: static !important
        }

            .top-header-folder.sticky + .section + .section {
                margin-top: 0 !important
            }

    .wrap-main-nav {
        top: 50px
    }

        .wrap-main-nav.sticky {
            top: 50px
        }

        .wrap-main-nav.show-all-menu .wrap-all-menu {
            top: 100%;
            height: calc(100vh - 50px)
        }

    .wrap-all-menu .cat-menu {
        width: 20%
    }

    .main-nav {
        border-bottom: none
    }

        .main-nav .parent {
            display: none
        }

    .article-topstory {
        width: 48%
    }

    .sub-news-top {
        width: calc(52% - 320px)
    }

    .col-small {
        width: 40%
    }

    .col-medium {
        width: 60%
    }

    .wrap_ty_gia {
        height: 90px
    }
    .inner-row-boxcate .item-box-cate:nth-last-of-type(-n+3) {
        margin-bottom: 20px
    }

    .inner-row-boxcate .item-box-cate:nth-last-of-type(-n+2) {
        margin-bottom: 0
    }

    .inner-row-boxcate {
        margin-left: 0;
        width: 100%
    }

        .inner-row-boxcate .item-box-cate {
            width: 100%;
            margin-bottom: 20px !important;
            padding-left: 0
        }

            .inner-row-boxcate .item-box-cate:last-child {
                margin-bottom: 5px !important
            }

            .inner-row-boxcate .item-box-cate .box-category {
                margin-bottom: 0 !important
            }

        .inner-row-boxcate:before {
            left: calc(50% + 20px);
            display: none
        }

        .inner-row-boxcate:after {
            display: none
        }

    .box-cate-featured-vertical .box-info-news {
        margin-bottom: 0
    }

    .box-cate-featured-vertical .sub-news-cate {
        margin-top: 0
    }

    .box-news-other-site .item-news {
        padding-bottom: 15px;
        margin-bottom: 15px
    }

        .box-news-other-site .item-news .thumb-art {
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px
        }

    .page-folder .col-300 {
        width: 315px
    }

    .page-folder .col-335 {
        width: calc(60% - 315px)
    }

    .pagination.pagination-folder {
        padding-right: calc(60% + 15px)
    }

    .pagination.pagination-subfolder {
        padding-right: 340px
    }

    .col-left-subfolder {
        width: calc(100% - 315px);
        padding-right: 15px
    }

    .col-right-subfolder {
        width: 315px;
        padding-left: 15px
    }

    .box-cate-featured-vertical .item-news.full-thumb.off-thumb {
        min-height: 187px
    }

    .box-cate-featured .item-news.full-thumb {
        width: 40%
    }

    .box-cate-featured-vertical .item-news.full-thumb {
        width: 100%
    }

    .sub-news-cate {
        width: 60%
    }

    .social_pin.social_pin_folder {
        display: none
    }

    .col-left-folder-v2 {
        width: calc(100% - 315px);
        padding-right: 15px
    }

    .col-right-folder-v2 {
        width: 315px;
        padding-left: 15px
    }

    .list-news-five .item-news {
        width: 25%
    }

        .list-news-five .item-news:nth-of-type(4) {
            display: none
        }

    .wrapper-topstory-folder.wrapper-topstory-folder-v2.wrapper-topstory-subfolder .article-topstory .thumb-art {
        width: 440px
    }

    .item-gocnhin .info-author .meta-news .cat {
        margin-right: 0
    }

    .box-cate-featured-v2 .item-news.full-thumb, .box-cate-featured-v3 .item-news.full-thumb {
        width: 67.648%
    }
}

@media screen and (max-width: 979px) {
    .wrap-all-menu .cat-menu {
        width: 33.333333%
    }

    .main-nav .parent li:nth-last-of-type(-n+10) {
        display: none
    }

    .inner-section-event:before {
        top: -15px;
        left: -14px;
        right: -14px;
        bottom: -15px
    }

    .pagination.pagination-folder {
        padding-right: calc(50% + 15px)
    }

    .pagination.pagination-subfolder {
        padding-right: 0
    }

    .col-left-subfolder, .wrapper-24h .col-left-subfolder {
        width: 100%;
        padding-right: 0
    }

    .col-right-subfolder {
        display: none
    }

    .section-2col .col-left-subfolder {
        padding-right: 0
    }

        .section-2col .col-left-subfolder:after {
            display: none
        }

    .list-news-subfolder.has-border-right {
        padding-right: 0
    }

        .list-news-subfolder.has-border-right:after {
            display: none
        }

    .box-info .item-news {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 20px;
        border-bottom: none
    }

        .box-info .item-news:nth-child(odd) {
            padding-right: 0;
            margin-bottom: 15px
        }

        .box-info .item-news:nth-child(even) {
            padding-left: 0
        }

    .box-ebank-qt .inner-box {
        flex-wrap: wrap
    }

    .box-ebank-qt .box-left {
        width: 100%;
        padding-right: 0;
        border-right: none;
        border-bottom: 1px solid #E5E5E5;
        margin-bottom: 15px;
        padding-bottom: 15px
    }

    .box-ebank-qt .box-right {
        width: 100%;
        padding-left: 0
    }

    .box-cate-featured-vertical .item-news.full-thumb.off-thumb {
        min-height: 212px
    }

    .col-right-folder-v2 {
        display: none
    }

    .col-left-folder-v2 {
        width: 100%;
        padding-right: 0;
        border-right: none
    }

    .list-news-five .item-news {
        width: 33.3333%;
        flex-wrap: wrap
    }

        .list-news-five .item-news:nth-of-type(4) {
            display: block
        }

        .list-news-five .item-news:nth-of-type(4), .list-news-five .item-news:nth-of-type(5) {
            margin-top: 15px
        }

    .col-left-subfolder:after {
        display: none
    }

    .section_stream_home .col-small {
        margin-bottom: 20px
    }

    .section_stream_home .col-small, .section_stream_home .col-medium {
        width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .box-cate-featured .item-news.full-thumb {
        flex-wrap: wrap
    }

    .box-cate-featured-v2 .item-news.full-thumb .thumb-art, .box-cate-featured-v3 .item-news.full-thumb .thumb-art {
        width: 100%
    }

    .box-cate-featured-v2 .wrap-sum-news, .box-cate-featured-v3 .wrap-sum-news {
        width: 100%
    }

    .box-cate-featured-v2 .item-news.full-thumb .title-news, .box-cate-featured-v3 .item-news.full-thumb .title-news {
        padding-left: 0;
        padding-right: 0;
        margin-top: 10px
    }

    .box-cate-featured-v2 .item-news.full-thumb .description, .box-cate-featured-v3 .item-news.full-thumb .description {
        padding-left: 0;
        padding-right: 0
    }

    .box-cate-featured-v2 .article-sub-right, .box-cate-featured-v3 .article-sub-right {
        width: 100%;
        margin-top: 15px;
        padding-top: 15px;
        padding-left: 0;
        border-top: 1px solid #e5e5e5
    }

        .box-cate-featured-v2 .article-sub-right:before, .box-cate-featured-v3 .article-sub-right:before {
            display: none
        }

    .box-cate-featured-v2 .sub-news-cate, .box-cate-featured-v3 .sub-news-cate {
        flex-wrap: wrap;
        width: 100% !important;
        padding-left: 0 !important
    }

        .box-cate-featured-v2 .sub-news-cate .item-news, .box-cate-featured-v3 .sub-news-cate .item-news {
            padding-left: 15px !important
        }

        .box-cate-featured-v2 .sub-news-cate::before, .box-cate-featured-v3 .sub-news-cate::before {
            width: 100% !important;
            height: 1px !important
        }

        .box-cate-featured-v2 .sub-news-cate .item-news, .box-cate-featured-v3 .sub-news-cate .item-news {
            max-width: 100%;
            padding-top: 5px
        }

            .box-cate-featured-v2 .sub-news-cate .item-news:first-of-type, .box-cate-featured-v3 .sub-news-cate .item-news:first-of-type {
                padding-top: 15px
            }

            .box-cate-featured-v2 .sub-news-cate .item-news .title-news, .box-cate-featured-v3 .sub-news-cate .item-news .title-news {
                margin-bottom: 0
            }

    .box-cate-featured-v2 .item-news.full-thumb.off-thumb, .box-cate-featured-v3 .item-news.full-thumb.off-thumb {
        padding-right: 0
    }

        .box-cate-featured-v2 .item-news.full-thumb.off-thumb .wrap-sum-news, .box-cate-featured-v3 .item-news.full-thumb.off-thumb .wrap-sum-news {
            flex-wrap: wrap;
            padding-right: 20px;
            padding-left: 20px
        }

            .box-cate-featured-v2 .item-news.full-thumb.off-thumb .wrap-sum-news .title-news, .box-cate-featured-v3 .item-news.full-thumb.off-thumb .wrap-sum-news .title-news {
                max-width: 100%;
                padding-left: 0;
                margin-top: 0;
                margin-bottom: 5px
            }

            .box-cate-featured-v2 .item-news.full-thumb.off-thumb .wrap-sum-news .description, .box-cate-featured-v3 .item-news.full-thumb.off-thumb .wrap-sum-news .description {
                width: 100%
            }

    .list-ts {
        flex-wrap: wrap
    }

        .list-ts .full-thumb {
            width: 100%
        }

        .list-ts .sub-news-ts {
            width: 100%;
            padding-left: 0;
            margin-top: 20px
        }

    .cate-vertical-2col .inner-row-boxcate .item-box-cate {
        width: 100%
    }

        .cate-vertical-2col .inner-row-boxcate .item-box-cate:nth-last-of-type(-n+2) {
            margin-bottom: 20px
        }

    .cate-vertical-2col .inner-row-boxcate:before {
        display: none
    }

    .colbox-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px
    }

        .colbox-left:before {
            right: 0;
            display: none
        }

    .colbox-center {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }

        .colbox-center:before {
            display: none
        }

        .colbox-center .item-news.full-thumb .thumb-art {
            width: 100px;
            margin: 0 12px 0 0
        }

        .colbox-center .item-news:last-child {
            padding-bottom: 15px;
            margin-bottom: 15px;
            border-bottom: 1px solid #E5E5E5
        }

    .colbox2-center {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }

        .colbox2-center:before {
            display: none
        }

        .colbox2-center .item-news.full-thumb .thumb-art {
            width: 100px;
            margin: 0 12px 0 0
        }

        .colbox2-center .item-news:last-child {
            padding-bottom: 15px;
            margin-bottom: 15px;
            border-bottom: 1px solid #E5E5E5
        }

    .colbox-right {
        width: 100%
    }

        .colbox-right .item-news .thumb-art {
            float: left;
            margin: 0 12px 0 0
        }

        .colbox-right .item-news:nth-child(2n) {
            float: right
        }

    .colbox-right2 {
        width: 100% !important;
        padding-left: 0 !important
    }

        .colbox-right2 .khcn {
            margin-bottom: 15px
        }

        .colbox-right2 .flexbox {
            border-top: 0 !important;
            padding-top: 0 !important;
            margin-top: 0 !important
        }

            .colbox-right2 .flexbox .colbox-right {
                padding-left: 0
            }

                .colbox-right2 .flexbox .colbox-right .item-news {
                    border-top: 0 !important;
                    margin-top: 0 !important;
                    padding-top: 0 !important
                }
}
