/* Minification failed. Returning unminified contents.
(333,1): run-time error CSS1019: Unexpected token, found '@import'
(333,9): run-time error CSS1019: Unexpected token, found '"https://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=latin,vietnamese,latin-ext"'
(2856,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(2857,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '90%'
(3113,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(3114,10): run-time error CSS1035: Expected colon, found '{'
 */
.swiper-container {
    z-index: 0;
}

.PCaption, .imageBox, .PhotoCMS_Caption p, .image figcaption, td.desc, .image_desc, .image-caption, .content-main-normal span:nth-child(3) {
    color: #666;
    font-size: 80% !important;
    font-family: "Roboto",Arial,"Helvetica Neue",Helvetica,sans-serif;
    line-height: 1.3;
    padding: 5px 0 0
}

.gift_code {
    margin-bottom: 15px
}

    .gift_code span {
        text-transform: none !important
    }

    .gift_code a {
        background-color: #cf1701;
        text-align: center;
        color: #fff;
        font-family: Roboto;
        font-size: 22px;
        cursor: pointer;
        padding: 0 20px 0 20px !important;
        margin: 0 !important;
        text-decoration: none;
        border-radius: 3px;
    }

.hidden {
    display: none
}

.timeline-item {
    background: #fff;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-radius: 3px;
    padding: 12px;
    margin: 10px auto;
    min-height: 138px
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right,#eeeeee 8%,#dddddd 18%,#eeeeee 33%);
    background-size: 800px 104px;
    height: 130px;
    position: relative
}

.background-masker {
    background: #fff;
    position: absolute
}

    .background-masker.header-top {
        top: 0;
        left: 33.3333%;
        right: 0;
        height: 10px
    }

    .background-masker.header-left {
        top: 10px;
        left: 33.3333%;
        width: 15px;
        height: 20px
    }

    .background-masker.header-right {
        top: 10px;
        left: 90%;
        right: 0;
        height: 20px
    }

    .background-masker.header-bottom {
        top: 30px;
        left: 33.3333%;
        right: 0;
        height: 10px
    }

    .background-masker.header-2-left {
        top: 40px;
        left: 33.3333%;
        width: 15px;
        height: 20px
    }

    .background-masker.header-2-right {
        top: 40px;
        left: 65%;
        right: 0;
        height: 20px
    }

    .background-masker.header-2-bottom {
        top: 60px;
        left: 33.3333%;
        right: 0;
        height: 15px
    }

    .background-masker.meta-left {
        top: 75px;
        left: 33.3333%;
        width: 15px;
        height: 8px
    }

    .background-masker.meta-right {
        top: 75px;
        left: 55%;
        right: 0;
        height: 8px
    }

    .background-masker.meta-bottom {
        top: 83px;
        left: 33.3333%;
        right: 0;
        height: 15px
    }

    .background-masker.description-left {
        top: 98px;
        left: 33.3333%;
        width: 15px;
        height: 12px
    }

    .background-masker.description-right {
        top: 98px;
        left: 95%;
        right: 0;
        height: 12px
    }

    .background-masker.description-bottom {
        top: 110px;
        left: 33.3333%;
        right: 0;
        height: 8px
    }

    .background-masker.description-2-left {
        top: 118px;
        left: 33.3333%;
        width: 15px;
        height: 12px
    }

    .background-masker.description-2-right {
        top: 118px;
        left: 87%;
        right: 0;
        height: 12px
    }

    .background-masker.description-2-bottom {
        top: 130px;
        left: 33.3333%;
        right: 0;
        height: 8px
    }

    .background-masker.description-3-left {
        top: 138px;
        left: 33.3333%;
        width: 15px;
        height: 4px
    }

    .background-masker.description-3-right {
        top: 138px;
        left: 100%;
        right: 0;
        height: 12px
    }

    .background-masker.description-3-bottom {
        top: 150px;
        left: 33.3333%;
        right: 0;
        bottom: 0
    }

.popUp.binhLuan {
    border: 1px solid red
}

.popUp.active {
    pointer-events: auto;
    opacity: 1
}

.popUp {
    pointer-events: none;
    opacity: 0;
    z-index: 301;
    position: fixed;
    transition: .5s ease-in-out
}

    .popUp .bg {
        position: fixed;
        z-index: 333;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.6)
    }

    .popUp.binhLuan .popupContent {
        width: 600px;
        top: 65px;
        padding: 25px 30px 30px;
        border: 1px solid red;
        background-color: #fff
    }

    .popUp .popupContent {
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        position: absolute;
        z-index: 5;
        z-index: 999;
        position: fixed
    }

    .popUp.binhLuan .popupContent .title {
        font: 20px/28px RobotoBold;
        color: red;
        font-family: "Asap Condensed",Arial,"Helvetica Neue",Helvetica,sans-serif;
        font-weight: 700
    }

    .popUp.binhLuan .popupContent .form {
        margin: 25px -30px 0;
        padding: 15px 30px;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5
    }

    .popUp.binhLuan .popupContent .btnClick {
        margin-top: 15px;
        font-size: 0;
        text-align: right
    }

        .popUp.binhLuan .popupContent .btnClick a {
            display: inline-block;
            width: 85px;
            height: 40px;
            text-align: center;
            font: 15px/40px RobotoMedium;
            border: 1px #e5e5e5 solid;
            margin-left: 10px;
            border-radius: 5px;
            font-weight: 700;
            font-family: "Asap Condensed",Arial,"Helvetica Neue",Helvetica,sans-serif
        }

            .popUp.binhLuan .popupContent .btnClick a:last-child {
                background-color: red;
                border-color: red;
                color: #fff;
                font-weight: 700
            }

    .popUp.binhLuan .popupContent .form .box input {
        height: 40px;
        font: 15px/40px;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        width: 100%;
        padding: 0 10px;
        font-family: "Asap Condensed",Arial,"Helvetica Neue",Helvetica,sans-serif
    }

.has-error em {
    color: red
}

.btn-close-comment {
    display: inline-block;
    height: 26px;
    font: 13px/28px RobotoBold;
    color: #fff;
    padding: 0 20px;
    background-color: #ed1b2f;
    margin-top: -10px;
    text-transform: uppercase;
    font-family: "Asap Condensed",Arial,"Helvetica Neue",Helvetica,sans-serif
}

.btn-send-comment {
    display: inline-block;
    height: 26px;
    font: 13px/28px RobotoBold;
    color: #fff;
    padding: 0 20px;
    background-color: #ed1b2f;
    margin-top: -10px;
    text-transform: uppercase;
    font-family: "Asap Condensed",Arial,"Helvetica Neue",Helvetica,sans-serif
}

@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400&subset=latin,vietnamese,latin-ext";

.the-article-title:before {
    content: "#QUIZZ" !important;
    font-family: "Open Sans",sans-serif !important;
    font-weight: 300;
    display: block !important;
    padding: 0 !important;
    color: #decd00 !important
}

.the-article-category {
    display: none
}

table.quiz {
    font-family: "Open Sans",sans-serif !important;
    font-weight: 300;
    border-radius: 5px;
    background: #FFEB00;
    overflow: hidden
}

    table.quiz .quiz-caption {
        padding: 10px 15px 20px !important;
        color: #000
    }

        table.quiz .quiz-caption h3 {
            font-size: 1.2em !important;
            margin-top: 10px;
            float: none !important
        }

    table.quiz ul {
        margin: 15px 0 0
    }

        table.quiz ul li {
            background: rgba(0,0,0,.05);
            padding: 15px 10px 15px 50px;
            margin-bottom: 5px;
            cursor: pointer;
            position: relative;
            font-weight: normal !important;
            color: #000 !important;
            list-style: none
        }

            table.quiz ul li strong {
                font-weight: normal !important;
                color: #000 !important;
                font-family: unset !important
            }

            table.quiz ul li:before {
                content: "";
                display: block;
                position: absolute;
                top: 12px;
                left: 10px;
                width: 30px;
                height: 30px;
                border-radius: 100%;
                background: rgba(0,0,0,.1);
                text-align: center;
                line-height: 30px
            }

            table.quiz ul li:first-child:before {
                content: "A"
            }

            table.quiz ul li:nth-child(2):before {
                content: "B"
            }

            table.quiz ul li:nth-child(3):before {
                content: "C"
            }

            table.quiz ul li:nth-child(4):before {
                content: "D"
            }

            table.quiz ul li:nth-child(5):before {
                content: "E"
            }

            table.quiz ul li:nth-child(6):before {
                content: "F"
            }

        table.quiz ul + p {
            display: none !important;
            margin-top: 15px !important
        }

            table.quiz ul + p:before {
                content: "Giải thích: ";
                font-weight: 700
            }

    table.quiz:not(.answered) ul li:hover {
        background: rgba(255,255,255,.6)
    }

    table.quiz.answered ul li {
        opacity: .4
    }

        table.quiz.answered ul li.selected {
            opacity: 1
        }

            table.quiz.answered ul li.selected:not(.correct) {
                background: #f16464;
                color: #FFF
            }

        table.quiz.answered ul li.correct {
            opacity: 1;
            background: #55d000;
            color: #FFF
        }

    table.quiz.answered ul + p {
        display: block !important
    }

#quiz_result {
    position: relative;
    background: #f3f3f3;
    font-family: sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
    padding: 20px 10px 25px !important;
    line-height: 1.1 !important;
    float: left;
    width: 100%;
    margin-top: 20px !important
}

    #quiz_result:before {
        content: "Kết quả";
        color: #888;
        text-align: center;
        margin-right: 10px;
        display: block;
        font-size: .8em;
        border-bottom: 1px solid #ddd;
        padding-bottom: 20px;
        margin-bottom: 30px
    }

#traloiketqua {
    color: #f36db0 !important;
    text-align: center;
    margin-right: 10px;
    display: block;
    font-size: 20px;
    padding: 11px
}

#quiz_result .message {
    display: block;
    margin: 15px 0
}

#quiz_result #quiz_correct {
    color: #55d000;
    font-weight: 700;
    font-size: 2em
}

#quiz_result #quiz_total {
    font-size: 2em;
    color: #f16464
}

    #quiz_result #quiz_total:before {
        content: "/"
    }

#correct {
    color: #55d000;
    font-weight: 700;
    font-size: 2em
}

#total {
    font-size: 2em;
    color: #f16464
}

    #total::before {
        content: "/"
    }

.inpage table.quiz {
    border: 0
}

#result {
    position: relative;
    background: #f3f3f3;
    font-family: sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
    padding: 20px 10px 25px !important;
    line-height: 1.1 !important;
    float: left;
    width: 100%;
    margin-top: 20px !important
}

.content-main-normal video, .content-main-normal iframe {
    width: 100% !important
}

iframe#instagram-embed-0 {
    max-width: none !important;
    margin-top: 10px !important
}
/*onecms*/
@font-face {
    font-family: 'CSB';
    src: url(https://asset.1cdn.vn/nqs/fonts/ConthraxSb-Regular.eot);
    src: url("https://asset.1cdn.vn/nqs/fonts/ConthraxSb-Regular.eot?#iefix") format("embedded-opentype"),url(https://asset.1cdn.vn/nqs/fonts/ConthraxSb-Regular.woff) format("woff"),url(https://asset.1cdn.vn/nqs/fonts/ConthraxSb-Regular.ttf) format("truetype"),url("https://asset.1cdn.vn/nqs/fonts/ConthraxSb-Regular.svg#ConthraxSb-Regular") format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.c-powered {
    padding: 8px 0;
    text-align: center;
    background: #fff;
    color: #666;
    font-size: 11px;
    font-family: "Averta","Roboto",Arial,sans-serif
}

    .c-powered a {
        text-decoration: none;
        color: #666;
        font-weight: 700;
        font-family: "CSB"
    }

    .c-powered span {
        color: #14468f;
        font-weight: 700;
        font-family: "CSB"
    }

@media only screen and (min-width:992px) {
    .c-powered {
        text-align: right
    }
}

.copy__link__pop.active {
    display: block
}

.copy__link__pop {
    position: absolute;
    z-index: -1;
    bottom: 90%;
    left: 42px;
    padding: 15px;
    background: rgba(0,0,0,.8);
    color: #fff;
    border-radius: 10px;
    transition: all .3s ease;
    width: 400px
}

    .copy__link__pop label {
        text-align: center;
        font-weight: 700;
        padding: 7px 0;
        display: block
    }

    .copy__link__pop a {
        color: #fff;
        text-decoration: none;
        display: block
    }

.c-header-sticky.has-fixed .copy__link__pop {
    position: absolute;
    z-index: -1;
    bottom: inherit;
    left: -368px;
    padding: 15px;
    background: rgba(0,0,0,.8);
    color: #fff;
    border-radius: 10px;
    transition: all .3s ease;
    width: 400px
}

@media (max-width:991px) {
    .copy__link__pop {
        position: absolute;
        z-index: 2;
        padding: 5px;
        left: inherit;
        bottom: inherit;
        background: rgba(0,0,0,.8);
        color: #fff;
        border-radius: 10px;
        transition: all .3s ease;
        width: 70%
    }
}
/*end core css*/

/*add css new*/
.c-box__content iframe {
    width: 100%;
}

h2.Headlines {
    font-size: 18px
}

.c-logo h1 {
    font-size: inherit;
}

.c-project-info__more span [class*="icon12"] {
    margin-left: 5px;
}

.content-main-normal a {
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 1px;
    color: #076db6;
    text-underline-position: under;
    cursor: pointer
}

.icon12-down {
    background-image: url(https://asset.1cdn.vn/nqs/images/icons/icon12-down.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.icon12-up {
    background-image: url(https://asset.1cdn.vn/nqs/images/icons/icon12-up.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.c-project-info {
    line-height: 22px;
    overflow: hidden;
    max-height: 151px;
}

.c-box__content.active .c-project-info {
    max-height: none;
}

.c-box__content.active .expand {
    display: none;
}

.c-box__content.active .collapse {
    display: inline;
}

/*add 8/8/2022*/
@font-face {
    font-family: 'Noto Serif';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("https://asset.1cdn.vn/nqs/fonts/NotoSerifRegular.eot");
    src: url("https://asset.1cdn.vn/nqs/fonts/NotoSerifRegular.eot") format("embedded-opentype"), url("https://asset.1cdn.vn/nqs/fonts/NotoSerifRegular.woff2") format("woff2"), url("https://asset.1cdn.vn/nqs/fonts/NotoSerifRegular.woff") format("woff"), url("https://asset.1cdn.vn/nqs/fonts/NotoSerifRegular.ttf") format("truetype"), url("https://asset.1cdn.vn/nqs/fonts/NotoSerifRegular.svg#NotoSerifRegular") format("svg");
}

@font-face {
    font-family: 'Noto Serif';
    font-weight: 400;
    font-style: italic;
    font-display: swap;
    src: url("https://asset.1cdn.vn/nqs/fonts/NotoSerifItalic.eot");
    src: url("https://asset.1cdn.vn/nqs/fonts/NotoSerifItalic.eot") format("embedded-opentype"), url("https://asset.1cdn.vn/nqs/fonts/NotoSerifItalic.woff2") format("woff2"), url("https://asset.1cdn.vn/nqs/fonts/NotoSerifItalic.woff") format("woff"), url("https://asset.1cdn.vn/nqs/fonts/NotoSerifItalic.ttf") format("truetype"), url("https://asset.1cdn.vn/nqs/fonts/NotoSerifItalic.svg#NotoSerifItalic") format("svg");
}

@font-face {
    font-family: 'Noto Serif';
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("https://asset.1cdn.vn/nqs/fonts/NotoSerifBold.eot");
    src: url("https://asset.1cdn.vn/nqs/fonts/NotoSerifBold.eot") format("embedded-opentype"), url("https://asset.1cdn.vn/nqs/fonts/NotoSerifBold.woff2") format("woff2"), url("https://asset.1cdn.vn/nqs/fonts/NotoSerifBold.woff") format("woff"), url("https://asset.1cdn.vn/nqs/fonts/NotoSerifBold.ttf") format("truetype"), url("https://asset.1cdn.vn/nqs/fonts/NotoSerifBold.svg#NotoSerifBold") format("svg");
}

@font-face {
    font-family: 'Noto Serif';
    font-weight: 700;
    font-style: italic;
    font-display: swap;
    src: url("https://asset.1cdn.vn/nqs/fonts/NotoSerifBoldItalic.eot");
    src: url("https://asset.1cdn.vn/nqs/fonts/NotoSerifBoldItalic.eot") format("embedded-opentype"), url("https://asset.1cdn.vn/nqs/fonts/NotoSerifBoldItalic.woff2") format("woff2"), url("https://asset.1cdn.vn/nqs/fonts/NotoSerifBoldItalic.woff") format("woff"), url("https://asset.1cdn.vn/nqs/fonts/NotoSerifBoldItalic.ttf") format("truetype"), url("https://asset.1cdn.vn/nqs/fonts/NotoSerifBoldItalic.svg#NotoSerifBoldItalic") format("svg");
}

.content-main-normal p {
    font-family: 'Noto Serif',serif !important;
    line-height: 1.618 !important;
    font-size: 0.9em !important;
}

.content-main-normal p {
    color: #333;
}
/*end*/
@media only screen and (max-width:767px) {
    .c-share-detail ul li.h-show-pc {
        display: none;
    }
}

@media only screen and (min-width: 992px) {
    .infographicz figure.image, .infographicz table.imageBox, .infographicz figure, figure.imagez {
        width: 860px !important;
        margin-left: -130px !important;
        max-width: 860px;
    }

    .c-share-detail ul li.h-show-mobile {
        display: none;
    }

    .c-detail-head__title {
        font-size: 28px;
    }

    .c-header-inner__left {
        display: flex;
        align-items: center;
    }

    .current__time {
        margin-left: 10px;
        color: #757575;
    }

    .tin24h {
        font-size: 12px;
    }

    .tin24hdetail {
        font-size: 12px;
        padding: 7px 12px;
    }

    .c-template-list.is-large-pc .b-grid .b-grid__img {
        width: 210px;
    }

    .c-template-list.is-large-pc .b-grid .b-grid__content {
        width: calc(100% - 210px);
    }

    .c-menu > ul > li > a {
        padding: 0 8px;
    }

    .c-box .c-box__content .c-news-new ul li h4 a {
        display: flex;
        justify-content: space-between;
    }

        .c-box .c-box__content .c-news-new ul li h4 a span:first-child {
            margin: 1px 0 0;
            width: 40px;
        }

        .c-box .c-box__content .c-news-new ul li h4 a span:last-child {
            color: #222;
            width: calc(100% - 40px);
        }
}

@media (max-width: 991px) {
    .c-head__big .c-template-grid .b-grid .b-grid__title {
        font-size: 24px;
    }

    .c-head__big .b-grid__desc,
    .c-head__big .b-grid__time,
    .c-head__big .b-grid__cat,
    label.text-center, .c-sidebar-menu > ul > li > a {
        font-size: 16px !important;
    }

    .c-head__bottom .b-grid__title,
    .c-template-list .b-grid__title,
    .c-template-grid.is-index.is-first-big .b-grid__title {
        font-size: 18px !important;
    }

    .c-box .c-box__content .c-news-new > ul > li a {
        font-size: 15px !important;
    }

    .c-template-list .b-grid__row span,
    .c-template-list .b-grid a.b-grid__cat,
    .c-template-grid.is-index.is-first-big .b-grid__row span,
    .c-template-grid.is-index.is-first-big .b-grid a.b-grid__cat {
        font-size: 16px !important;
    }

    .c-template-grid.is-index.is-first-big > ul > li:first-child .b-grid .b-grid__title,
    .c-template-list.is-first-big > ul > li:first-child .b-grid .b-grid__title {
        font-size: 22px !important;
    }

    div.text-center {
        padding: 10px;
    }

    label.text-center {
        font-weight: bold;
    }

    label.text-center, .c-widget-stock table.table th, .c-widget-stock table.table td {
        font-size: 14px !important;
    }

    .c-tabs-small__title ul li a {
        font-size: 13px !important;
    }

    .b-maincontent p {
        font-size: 1.2em !important;
    }

    .c-box .c-box__content .c-news-new ul li h4 a {
        display: flex;
        justify-content: space-between;
    }

        .c-box .c-box__content .c-news-new ul li h4 a span:first-child {
            margin: 1px 0 0;
            width: 40px;
        }

        .c-box .c-box__content .c-news-new ul li h4 a span:last-child {
            color: #222;
            width: calc(100% - 40px);
        }
}

.toolbar a {
    font-size: 15px !important;
    border-bottom: none !important;
}

.toolbar .sp-seperator {
    margin-left: 3px;
    margin-right: 3px;
    line-height: 5px;
}

.toolbar .btn-load, .toolbar .btn-load-world {
    cursor: pointer;
    color: black;
    font-size: 13px;
}

    .toolbar .btn-load.active, .toolbar .btn-load-world.active {
        color: blue;
    }

.price-change.red {
    color: red;
}

.price-change.green {
    color: green;
}

table.price-box td {
    padding: 5px 5px;
}

body {
    padding-top: 0px !important;
}

/*.c-nav-inner, .c-menu-outer {
    z-index: unset !important;
}*/

@media (min-width: 992px) {
    .c-menu-outer {
        z-index: unset !important;
        background: #f8f8f8;
    }
}


.chart {
    width: 100%;
    min-height: 450px;
}

.form-control {
    font-size: unset !important;
}

.common-paging a.active {
    background-color: #3b1b70;
    color: white;
}

.table-common th {
    vertical-align: middle !important;
    text-align: center !important;
}

.table-common td.center {
    text-align: center !important;
}

.table-common td.left {
    text-align: left !important;
}

.table-common td.right {
    text-align: right !important;
}

.table-scroll {
    overflow-x: auto;
}

.tab-content {
    width: 100%;
}

.box-index .btn-show-chart, .box-index .btn-show-chart-world {
    background-color: #c8b8b8;
    padding: 2px;
}

.btn-show-chart, .btn-show-chart-world {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 1px;
    cursor: pointer;
}


.highcharts-credits, .anychart-credits {
    display: none !important;
}

.tooltip .tooltip-inner {
    background-color: #3b1b70;
    color: #ffffff;
    text-align: left;
    max-width: 400px;
    width: 350px;
    font-size: 15px;
}

.top-tool-tip hr {
    border: 1px solid #a19a9a;
}

.top-tool-tip h3 {
    font-size: 1.5rem;
}

.top-tool-tip .item1 {
    width: 30%;
    display: inline-block;
}

.top-tool-tip .item2 {
    width: 35%;
    display: inline-block;
    text-align: right;
}

.top-tool-tip .item3 {
    width: 15%;
    display: inline-block;
    text-align: right;
}

.top-tool-tip .item4 {
    width: 20%;
    display: inline-block;
    text-align: right;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    border-left-color: gray;
}

ul.info-navbar li.active a::after {
    content: "";
    border-bottom: #ed7223 2px solid;
    width: 100%;
    display: block;
    margin-top: 3px;
}

.mobile .c-header-action__right, .mobile .top-header-watch-list {
    display: none;
}

.tooltip-inner h4, .tooltip-inner h5 {
    font-size: 15px !important;
}


element.style {
}

input[type=checkbox], input[type=radio] {
    /* box-sizing: border-box; */
    /* padding: 0; */
}

input[type=checkbox], input[type=radio] {
    /* margin: 4px 0 0; */
    margin-top: 1px\9;
    /* line-height: normal; */
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.form-check-input {
    margin-left: -18px !important;
}

.table-common tr {
}

.table-common th {
    background-color: #EEE;
    color: #3b1b70;
}

.common-paging > li > a:focus, .common-paging > li > a:hover, .common-paging > li > span:focus, .common-paging > li > span:hover {
    color: #3b1b70;
}

.common-paging > li > a, .common-paging > li > span {
    color: #3b1b70;
}

.a-in-table, .a-in-table:hover {
    color: #3b1b70;
    font-weight: bold;
}

.c-news-info img {
    margin: 0 auto 15px;
    display: block;
    width: 100%;
    height: auto;
}

.wl li.wl:hover {
    cursor: pointer;
}

.watch-list-popup span.a-btn-watch-list-code:hover {
    cursor: pointer;
    color: #5f00ff;
}

.text-bold {
    font-weight: bold;
}

.watch-list-modal .dropdown-menu {
    font-size: 14px !important;
}

.dropdown-menu {
    font-size: 13px !important;
    left: unset;
}

.custom-autocomplete .dropdown-menu {
    right: 0;
}

    .custom-autocomplete .dropdown-menu button {
        font-size: 13px;
        padding: 5px 10px;
    }

.treegrid-expander-expanded::after {
    border-top-color: #ee7224 !important;
}

.treegrid-expander-collapsed::after {
    border-left-color: #3b1b70 !important;
}

ul.chiso li.active::before {
    background: #272F42;
}

ul.thitruong {
    max-height: 200px;
}

/*.c-header {
    position: unset !important;
}*/

@media (min-width: 1200px) {
    .wrap-iframe .container {
        max-width: 1060px !important;
        width: 1060px !important;
    }
}

@media (min-width: 992px) {
    .wrap-iframe .container {
        max-width: 1060px !important;
        width: 1060px !important;
    }
}

.li-header-select:hover {
    cursor: pointer;
}

.wrap-iframe .watch-list-modal .watch-list-popup {
    overflow-y: auto;
    max-height: 300px;
    height: 200px;
}

ul.c-chart {
    margin-left: 0px !important;
}

ul.thitruong li span:first-child {
    width: 70% !important;
}

ul.thitruong li span:nth-child(2) {
    width: 30% !important;
}

.btn:hover {
    color: #ee7224 !important;
}

ul.info-navbar li {
    margin-bottom: 0px !important;
}

    ul.info-navbar li:nth-child(1) {
        padding-left: 0px;
    }

.chart-col {
    padding-left: 0;
}

.sp-last-update-data {
    font-size: 10px;
}

.chart-col .ul-select-time a {
    font-size: 13px;
}

.ul-chiso-ex {
    padding: unset !important;
}

ul.chiso li {
    line-height: 2.7;
}

.ul-chiso-ex span {
    font-size: 13px;
}

.c-search {
    border: 1px solid #d6d3db !important;
}

ul.chiso li span:first-child {
    text-transform: none;
    color: #040F0F;
}

body {
    font-size: 13px;
}
/*tool tip tree map*/

.anychart-tooltip {
    background-color: #3b1b70;
    font-size: 15px;
}

.anychart-tooltip-title {
    font-size: 20px;
}

.tb-tree-map-tooltip {
    color: white;
    width: 350px;
}

tb-tree-map-tooltip td:nth-child(0), tb-tree-map-tooltip td:nth-child(1) {
    width: 50%;
}

.tb-tree-map-tooltip .green, .top-tool-tip .green {
    color: #4aeb43;
}

.tb-tree-map-tooltip .red, .top-tool-tip .red {
    color: #fc0002;
}

.btn {
    border-radius: 8px;
}

    .btn.focus, .btn:focus {
        color: #ee7224 !important;
    }

.modal-lg-70percent {
    width: 60%;
    max-width: 70%;
}

#treeMap div {
    left: -10px !important;
}

.mobile #treeMap div {
    left: 0px !important;
}

/* Modify style */

.l-nav .c-logo img {
    /*    width: 166px;*/
    height: 38px;
}

.l-nav .c-content-flex {
    margin: 5px 0 2px 0;
}
/*.wrap-iframe .c-logo img {
    width: 212px !important;
}*/
.c-logo {
    padding-left: 3px;
}

.wrap-iframe .c-logo {
    padding-left: 18px;
}

.l-nav .topnews .is-line-bottom {
    padding: 9px 0 9px 0;
}

.l-nav .c-content-inner__right ul.wl {
    font-size: 11px;
    line-height: 15.4px;
}

    .l-nav .c-content-inner__right ul.wl li.wl {
        padding: 0 12px;
    }

        .l-nav .c-content-inner__right ul.wl li.wl:first-child {
            padding-left: 0;
        }

        .l-nav .c-content-inner__right ul.wl li.wl:nth-child(5) {
            border-right: none;
        }

.l-nav .c-content-inner__right li.li-btn-wl {
    padding: 0 5px 0 0;
}

.wrap-iframe.l-nav .c-content-inner__right li.li-btn-wl {
    padding: 0 20px 0 0;
}

.l-nav .c-content-inner__right li.li-btn-wl button {
    border-radius: 8px;
    padding: 5px 10px;
    border: 1px solid #272F42;
    font-weight: 700;
    font-size: 12px;
}

.l-nav .c-search {
    width: 201px;
    background-color: #fff;
}

    .l-nav .c-search .c-search__inner {
        box-sizing: border-box;
    }

    .l-nav .c-search .form-control {
        width: calc(100% - 38px);
        font-size: 12px !important;
        line-height: 16.8px;
    }

    .l-nav .c-search .c-search__btn {
        height: 32px;
        display: flex;
        justify-content: center;
        top: -1px;
    }

.l-nav .icon16-search {
    width: 16px;
    height: 16px;
    background-size: cover;
    align-self: center;
}

.l-nav .c-nav-inner .topnews {
    width: 1095px;
    margin: 0 auto;
    /*border-top: 1px solid #E5E5E5;*/
}

.l-nav .col-header-index {
    width: 490px !important;
    padding: 0 !important;
    max-width: unset;
    flex: unset;
}

    .l-nav .col-header-index > .row {
        margin: 0 !important;
    }

    .l-nav .col-header-index .title > span {
        margin-left: 7px;
    }

    .l-nav .col-header-index .chiso {
        padding: 0 !important;
        width: 290px;
        box-sizing: border-box;
        max-width: unset !important;
        flex: unset !important;
    }

        .l-nav .col-header-index .chiso li {
            padding-left: 10px;
            line-height: 32px;
            font-size: 12px;
        }

            .l-nav .col-header-index .chiso li:before {
                left: 0px;
                width: 4px;
                height: 18px;
            }

.l-nav ul.chiso li span:last-child {
}

.l-nav ul.chiso li span.down:last-child:after {
    top: 10px;
    transform: unset;
    border-width: 10px 5px 0 5px;
    border-color: #e1374a transparent transparent transparent;
    border-style: solid;
}

.l-nav ul.chiso li span.up:last-child:after {
    top: 9px;
    border-width: 0 5px 10px 5px;
    border-color: transparent transparent #00873c transparent;
    border-style: solid;
    transform: unset;
}

.l-nav .col-header-index .bieudo {
    width: 196px !important;
    padding: 0 !important;
    max-width: unset;
    flex: unset;
}

.l-nav .col-header-thitruong {
    width: 160px;
    padding: 0 !important;
    max-width: unset;
    flex: unset;
}

.l-nav ul.thitruong {
    max-height: 187px;
    border-left: 1px solid #E5E5E5;
}

    .l-nav ul.thitruong li {
        padding: 0px;
        height: 31px;
    }

        .l-nav ul.thitruong li span {
            font-size: 12px;
        }

            .l-nav ul.thitruong li span:first-child {
                width: 95px !important;
                padding-left: 5px;
            }

            .l-nav ul.thitruong li span:last-child {
                width: calc(100% - 80px) !important;
                padding-right: 5px;
                text-align: right;
            }

.l-nav .col-header-news {
    width: 445px !important;
    padding: 0 !important;
    max-width: unset;
    flex: unset;
}

.l-nav ul.tinmoi li {
    padding: 5px 0 4px 15px;
    height: 40px;
}

    .l-nav ul.tinmoi li span:first-child {
        font-size: 12px;
        width: 55px !important;
        color: #646464;
    }

    .l-nav ul.tinmoi li a {
        width: calc(100% - 62px) !important;
        line-height: 18px !important;
        padding-right: 5px;
        align-self: center;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 12px;
        color: #222222;
    }

.l-nav .c-menu > ul > li > a {
    font-size: 14px;
    text-transform: uppercase;
}

.c-topbox .l-nav + .container {
    margin-top: 27px !important;
    margin-bottom: 17px !important;
}

.l-nav .c-topnews {
    width: 100%;
}

    .l-nav .c-topnews ul {
        display: flex;
        justify-content: flex-start;
    }

        .l-nav .c-topnews ul li {
            align-self: center;
            line-height: unset;
        }

            .l-nav .c-topnews ul li a {
                font-size: 15px;
                justify-content: center;
                padding-bottom: 8px;
                display: block;
            }

            .l-nav .c-topnews ul li.active a {
                font-size: 17px;
            }

.l-content {
    padding-top: 20px;
}

    .l-content .c-content-flex {
        padding-top: 0;
        margin-top: 0;
    }

        .l-content .c-content-flex .l-main {
            width: 780px;
        }

    .l-content .topnews.b-grid {
        margin-bottom: 0;
    }

    .l-content .topnews ul.info-navbar {
        font-size: 17px;
    }

        .l-content .topnews ul.info-navbar li {
            line-height: 20px;
            padding: 0 15px;
            display: flex;
        }

            .l-content .topnews ul.info-navbar li:nth-child(1) {
                padding-left: 0;
            }

            .l-content .topnews ul.info-navbar li a {
                font-weight: 400;
                display: block;
                align-self: center;
            }

            .l-content .topnews ul.info-navbar li.active a {
                font-weight: 500;
            }

    .l-content .topnews .l-topnews {
        margin-bottom: 15px;
    }

    .l-content .topnews .b-grid__title .name {
        font-size: 37px;
        line-height: 37px;
        font-weight: 600;
    }

    .l-content .topnews .b-grid__title .point {
        font-family: Arial;
        font-size: 28px;
        line-height: 28px;
        font-weight: 400;
        margin-left: 16px;
        margin-right: 0;
    }

    .l-content .topnews .b-grid__title .unit {
        font-family: Arial;
        font-size: 22px;
        line-height: 22px;
        font-weight: 400;
        margin-left: 19px;
        margin-right: 0;
    }

        .l-content .topnews .b-grid__title .unit + .unit {
            margin-left: 5px;
            margin-right: 0;
        }

    .l-content .topnews .b-grid__title .sp-last-update-data {
        margin-left: 7px;
        margin-right: 0;
        font-size: 12px;
        color: #222222;
        opacity: 0.5;
    }

        .l-content .topnews .b-grid__title .sp-last-update-data .div-last-update {
            margin-left: 0;
            margin-right: 0;
        }

    .l-content .topnews .tab-chart-index {
        margin-bottom: 17px;
    }

    .l-content .topnews ul.c-chart li {
        margin: 0 0 20px 25px;
    }

        .l-content .topnews ul.c-chart li:nth-child(1) {
            margin-left: 0;
        }

        .l-content .topnews ul.c-chart li a {
            color: #3B1B70;
            font-size: 12px;
        }

            .l-content .topnews ul.c-chart li a.active {
                color: #3B1B70;
                border-color: #3B1B70;
            }

            .l-content .topnews ul.c-chart li a:hover {
                color: #3B1B70;
                border-color: #3B1B70;
            }

    .l-content .topnews .chart-col {
        padding-right: 0;
    }


    .l-content .topnews ul.ul-chiso-ex {
        margin-bottom: 0 !important;
    }

        .l-content .topnews ul.ul-chiso-ex li {
            padding: 6px 0 5px;
            margin-bottom: 0;
        }

            .l-content .topnews ul.ul-chiso-ex li:first-child {
                padding-top: 0;
            }

    .l-content .topnews .ul-chiso-ex span {
        color: #222;
        font-weight: 700;
        line-height: unset;
    }

        .l-content .topnews .ul-chiso-ex span + span {
            color: #222;
            font-weight: 400;
        }

    .l-content .topnews .thongso {
        line-height: normal;
        margin-top: 10px;
    }

        .l-content .topnews .thongso div {
            font-size: 13px;
            line-height: normal;
        }

        .l-content .topnews .thongso ul.percent.slcp {
            margin: 7px 0;
        }

        .l-content .topnews .thongso ul.percent.pbdt {
            margin-top: 7px;
        }

    .l-content .topnews .c-box .c-box__title {
        padding-bottom: 13px;
        padding-top: 13px;
    }

        .l-content .topnews .c-box .c-box__title .c-box__title__name {
            font-size: 18px;
            line-height: 22px;
            color: #212529 !important;
            font-weight: 600;
        }

            .l-content .topnews .c-box .c-box__title .c-box__title__name:before {
                height: 21px;
                top: -1px;
            }

    .l-content .topnews .c-box__content.filter {
        padding: 20px;
    }

        .l-content .topnews .c-box__content.filter .form-row .col-form-label {
            flex: unset;
            max-width: unset;
            width: auto;
        }

.l-nav .c-search .c-search__inner {
    padding-left: 5px;
}

.l-nav .c-search .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #888;
    font-weight: normal;
    font-size: 12px;
}

.l-nav .c-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.l-nav .c-search .select2-container--default .select2-selection--single {
    border: none;
    background: transparent;
    height: 25px;
}

    .l-nav .c-search .select2-container--default .select2-selection--single .select2-selection__clear {
        height: 28px;
        margin-right: 0;
        padding-top: 5px;
    }


.l-nav .c-search .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
    padding-left: 10px;
}

.select2-container--open .select2-dropdown {
    margin-top: 5px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

    .select2-container--open .select2-dropdown .select2-search__field {
        outline: none;
    }


.l-sidebar .c-thongke .c-box__content {
    padding: 0;
}

    .l-sidebar .c-thongke .c-box__content .contentinfo {
        padding: 0 15px
    }


    .l-sidebar .c-thongke .c-box__content ul.is-line-bottom {
        padding: 10px 10px 10px 18px;
        position: relative;
        float: none;
        display: flex;
        background: #EAEBED;
    }

        .l-sidebar .c-thongke .c-box__content ul.is-line-bottom li.active {
            font-weight: 700;
            font-family: "Roboto Condensed","Roboto",Arial;
            text-transform: uppercase;
            font-size: 18px;
            line-height: 21px;
        }

        .l-sidebar .c-thongke .c-box__content ul.is-line-bottom li a {
            display: block;
            position: relative;
            border-right: none;
            font-weight: 700;
            font-family: "Roboto Condensed","Roboto",Arial;
            text-transform: uppercase;
            font-size: 18px;
            line-height: 21px;
        }

            .l-sidebar .c-thongke .c-box__content ul.is-line-bottom li a:after {
                content: '';
                position: absolute;
                width: 1px;
                height: 15px;
                right: 0;
                top: 1px;
                background: #c9c9c9;
            }

        .l-sidebar .c-thongke .c-box__content ul.is-line-bottom li:first-child a {
            padding-left: 0;
            margin-right: 0;
        }

        .l-sidebar .c-thongke .c-box__content ul.is-line-bottom li:last-child a:after {
            content: none;
        }

        .l-sidebar .c-thongke .c-box__content ul.is-line-bottom li.active a {
            color: #222;
            margin-right: 0;
        }

        .l-sidebar .c-thongke .c-box__content ul.is-line-bottom li a:hover {
            color: #222;
        }

        .l-sidebar .c-thongke .c-box__content ul.is-line-bottom:before {
            content: '';
            position: absolute;
            width: 8px;
            height: 20px;
            left: 0;
            top: 10px;
            background: #ee7224;
        }


@media only screen and (min-width: 1200px) {
    .l-nav .top-header-watch-list.container {
        background: #F9F9F8;
        padding: 5px 0 0 0;
        margin: 0 auto 0px;
        width: 100%;
        max-width: unset;
    }

        .l-nav .top-header-watch-list.container .c-content-flex {
            margin: 0 auto;
            width: 1100px;
            overflow: hidden;
        }
}

@media only screen and (min-width: 992px) {
    .wrap-iframe.l-nav > .container:first-child {
        width: 100% !important;
        max-width: 100% !important;
        background-color: #F9F9F8;
    }

    .wrap-iframe.l-nav .c-nav-inner .c-header .container {
        width: 1100px !important;
        max-width: 1100px !important;
    }

    .c-menu-outer.c-menu-fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000 !important;
    }

    .l-nav .c-mega-menu.active.c-menu-fixed {
        top: 40px;
        left: 0;
        bottom: unset;
        position: fixed;
        height: auto;
    }

        .l-nav .c-mega-menu.active.c-menu-fixed .c-category-flex__top {
            overflow: unset;
        }

    .l-nav .c-mega-menu .c-category-flex__top .c-footer-social {
        min-height: unset;
        margin-top: 20px;
    }

    .l-nav .c-menu-outer {
    }

    .l-nav .c-mega-menu {
        padding: 15px 0;
        background: #ededed;
        border-top: 1px solid #c9c9c9;
    }

        .l-nav .c-mega-menu .c-category-flex {
            display: flex;
            justify-content: flex-end;
        }

            .l-nav .c-mega-menu .c-category-flex .c-category-flex__top {
                display: flex;
                justify-content: flex-start;
                width: auto;
                padding-left: 13px;
            }

                .l-nav .c-mega-menu .c-category-flex .c-category-flex__top .c-category-top {
                    display: none;
                }

                .l-nav .c-mega-menu .c-category-flex .c-category-flex__top .c-footer-social {
                    margin-top: 0;
                    padding: 0;
                }

                    .l-nav .c-mega-menu .c-category-flex .c-category-flex__top .c-footer-social label {
                        font-size: 12px;
                        line-height: 14px;
                        color: #333333;
                        font-weight: normal;
                        text-transform: unset;
                        border-right: none;
                        padding-right: 0;
                        margin-right: 0;
                    }

                    .l-nav .c-mega-menu .c-category-flex .c-category-flex__top .c-footer-social a {
                        padding-left: 5px;
                        margin-right: 0;
                    }

                .l-nav .c-mega-menu .c-category-flex .c-category-flex__top .c-category-top ul {
                    display: flex;
                    justify-content: flex-start;
                }

                    .l-nav .c-mega-menu .c-category-flex .c-category-flex__top .c-category-top ul li {
                    }

                        .l-nav .c-mega-menu .c-category-flex .c-category-flex__top .c-category-top ul li a {
                            font-size: 12px;
                            line-height: 14px;
                            color: #333333;
                            font-weight: normal;
                        }

            .l-nav .c-mega-menu .c-category-flex .c-category-flex__bottom {
                display: flex;
                justify-content: flex-start;
                width: auto;
                border-right: 1px solid #000;
            }

                .l-nav .c-mega-menu .c-category-flex .c-category-flex__bottom:after {
                    display: none;
                }

                .l-nav .c-mega-menu .c-category-flex .c-category-flex__bottom .c-category-menu ul {
                    display: flex;
                    justify-content: flex-start;
                    flex-wrap: unset;
                    padding-left: 32px;
                }

                    .l-nav .c-mega-menu .c-category-flex .c-category-flex__bottom .c-category-menu ul li {
                        width: auto;
                        padding: 0;
                        margin: 0;
                        display: flex;
                    }

                        .l-nav .c-mega-menu .c-category-flex .c-category-flex__bottom .c-category-menu ul li a {
                            font-size: 15px;
                            line-height: 18px;
                            color: #333333;
                            font-weight: normal;
                            padding: 0 8px;
                            box-sizing: border-box;
                            align-self: center;
                            width: 100%;
                        }

                        .l-nav .c-mega-menu .c-category-flex .c-category-flex__bottom .c-category-menu ul li ul {
                            display: none;
                        }

                        .l-nav .c-mega-menu .c-category-flex .c-category-flex__bottom .c-category-menu ul li:after {
                            display: none;
                        }

                        .l-nav .c-mega-menu .c-category-flex .c-category-flex__bottom .c-category-menu ul li a:hover {
                            font-weight: 600;
                        }

    .l-nav ul.thitruong li span:last-child {
        padding-right: 15px;
    }

    .l-nav .topnews .col-header-news .title {
        padding-left: 15px;
    }

    .l-nav .topnews .is-line-bottom {
        border-color: #E5E5E5;
    }

    .l-nav .col-header-index .chiso li {
        border-color: #E5E5E5;
    }

    .l-nav ul.thitruong li {
        border-color: #E5E5E5;
    }

    .l-nav ul.tinmoi li {
        border-color: #E5E5E5;
    }

    .top-menu .c-topnews.is-line-bottom {
        border-color: #E5E5E5;
        width: 100%;
        padding-bottom: 13px;
    }

    .c-topnews ul li {
        font-size: 15px;
        line-height: 20px;
        color: #222;
        font-weight: normal;
        display: flex;
        margin: 0 15px 0 0;
    }

        .c-topnews ul li a {
            align-self: center;
            display: block;
            color: #222;
            font-size: 17px;
        }

            .c-topnews ul li a:hover {
                color: #222;
            }

        .c-topnews ul li.active a {
            font-size: 18px;
            line-height: 20px;
            color: #222;
            font-weight: 600;
        }




        .c-topnews ul li:first-child:before {
            content: "";
            width: 8px;
            background-color: #ee7224;
            margin-right: 5px;
            bottom: 0;
            display: inline-block;
        }


    .l-content .l-sidebar .c-box.is-primary .c-box__title {
        background: #EAEBED;
    }

        .l-content .l-sidebar .c-box.is-primary .c-box__title .c-box__title__name {
            color: #222;
            font-size: 18px;
            line-height: 21px;
        }

    .l-content .l-sidebar .c-box.is-primary .c-box__content {
        background: #fff;
    }

        .l-content .l-sidebar .c-box.is-primary .c-box__content .c-news-forcus.is-line-bottom > ul > li {
            border-color: #E5E5E5;
        }

        .l-content .l-sidebar .c-box.is-primary .c-box__content .c-news-forcus.is-line-bottom {
            border-bottom: none;
            padding-bottom: 0;
        }

    ul.info-navbar#mainTab {
        margin-top: 10px;
    }

    #common-paging-price-history .pagination .page-item a.active {
        z-index: 2;
        color: #ffffff;
        background-color: #3b1b70;
        border-color: #ddd;
    }

    .l-nav .c-mega-menu .c-category-flex .c-footer-social.mobile {
        display: none;
    }
}



/* Responsive Mob */
@media only screen and (max-width: 991px) {
    /* Home Mob */

    .c-topbox .top-menu .c-topnews {
        width: 100%;
    }

        .c-topbox .top-menu .c-topnews .h-show-mobile .w-100 {
            display: flex;
            justify-content: space-between;
        }

            .c-topbox .top-menu .c-topnews .h-show-mobile .w-100 .catname {
                align-self: center;
                font-size: 20px;
                font-weight: 600;
                line-height: 23px;
            }

            .c-topbox .top-menu .c-topnews .h-show-mobile .w-100 .c-menu-more .dot {
                left: unset;
                right: 0;
                width: 21px;
                height: 3px;
                border-radius: 2px;
            }

            .c-topbox .top-menu .c-topnews .h-show-mobile .w-100 .c-menu-more.is-hamburger .dot:before {
                width: 21px;
                height: 3px;
                border-radius: 2px;
                margin-top: -9px;
            }

            .c-topbox .top-menu .c-topnews .h-show-mobile .w-100 .c-menu-more.is-hamburger .dot:after {
                width: 21px;
                height: 3px;
                border-radius: 2px;
                margin-top: 6px;
            }

    .c-topnews ul li {
        margin: 0 10px 0 0;
    }

    .c-topbox .top-menu .c-topnews .h-show-mobile {
        display: flex;
        white-space: nowrap;
        overflow: auto;
        overflow-y: hidden;
        margin: 5px 0px;
    }

        .c-topbox .top-menu .c-topnews .h-show-mobile::-webkit-scrollbar {
            height: 0px; /* height of horizontal scrollbar ← You're missing this */
            width: 0px; /* width of vertical scrollbar */
        }

        .c-topbox .top-menu .c-topnews .h-show-mobile a {
            color: #222;
            font-weight: normal;
            font-size: 16px;
        }

    .c-topbox .top-menu .c-topnews li:first-child:before {
        content: "";
        width: 8px;
        background-color: #ee7224;
        margin-right: 5px;
        bottom: 0;
        display: inline-block;
        height: 20px;
        margin-bottom: -6px;
    }

    .c-topbox .top-menu .c-topnews .h-show-mobile li.active a {
        font-weight: bold;
        font-size: 17px;
    }

    .c-topbox .top-menu .c-topnews .h-show-mobile li.active:first-child a::after {
        margin-left: 15px
    }

    .c-topbox .top-menu .c-topnews .h-show-mobile li.active a::after {
        content: "";
        border-bottom: #ed7223 2px solid;
        /*width: 100%;*/
        display: block;
        margin-top: -7px;
    }

    .l-content {
        padding-top: 16px;
    }

    .l-nav .c-button ul li:last-child {
        width: calc(100% - 170px);
    }

    .l-nav .c-search {
        width: calc(100% + 20px);
    }

    .l-content .c-content-flex .l-main {
        width: 100%;
    }

    .l-content .topnews ul.info-navbar {
        font-size: 15px;
    }

        .l-content .topnews ul.info-navbar li {
            line-height: 17.58px;
            padding: 0 8px;
        }

            .l-content .topnews ul.info-navbar li a {
                color: #222;
            }

            .l-content .topnews ul.info-navbar li.active a {
                font-weight: 600;
                color: #222;
            }

    .l-nav .c-button.h-show-mobile ul li {
        margin-right: 7px;
        margin-top: 12px;
    }

        .l-nav .c-button.h-show-mobile ul li:last-child {
            margin-right: 0;
        }


    .l-nav .c-button ul li a {
        padding: 7px 8px;
        border: none;
        background: #E5E5E5;
        font-size: 14px;
        font-weight: 700;
        color: #222;
    }

    .l-nav .c-button ul li button {
        padding: 7px 8px;
        border: none;
        background: #E5E5E5;
        font-size: 14px;
        font-weight: 600;
        width: auto;
        color: #222;
    }

    .l-nav .c-button ul li .c-search button {
        background: transparent;
    }

    .l-nav .c-search {
        border-radius: 19px;
    }

        .l-nav .c-search .c-search__inner {
            padding: 0px 39px 0px 10px;
            font-family: 'Roboto Condensed';
        }

            .l-nav .c-search .c-search__inner input {
                width: 100%;
                box-sizing: border-box;
                line-height: 17px;
            }

            .l-nav .c-search .c-search__inner button {
                padding-top: 5px;
            }

    .l-nav > .container.mt-3.h-show-mobile {
        margin-top: 105px !important;
        padding: 0;
    }

        .l-nav > .container.mt-3.h-show-mobile .topcontents {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
            padding-bottom: 0px !important;
            padding-left: 15px;
            padding-right: 15px;
        }

            .l-nav > .container.mt-3.h-show-mobile .topcontents .m-auto {
            }

    .c-topbox .top-menu .c-topnews .h-show-mobile .card.card-body.w-100 .w-100 {
        display: block;
    }

        .c-topbox .top-menu .c-topnews .h-show-mobile .card.card-body.w-100 .w-100 li {
            line-height: 30px;
            font-size: 15px;
        }

            .c-topbox .top-menu .c-topnews .h-show-mobile .card.card-body.w-100 .w-100 li.active {
                font-size: 17px;
            }

    .c-topbox .top-menu .c-topnews .h-show-mobile #collapseExample.collapse:not(.in) .card.card-body.w-100 {
        padding: 0;
        height: 0;
        visibility: hidden;
    }

        .c-topbox .top-menu .c-topnews .h-show-mobile #collapseExample.collapse:not(.in) .card.card-body.w-100 .w-100 {
            height: 0;
            visibility: hidden;
        }

    .l-content .home-index .topnews .c-box.c-other > div .h-show-mobile {
        display: flex;
    }

        .l-content .home-index .topnews .c-box.c-other > div .h-show-mobile .form-group {
        }

            .l-content .home-index .topnews .c-box.c-other > div .h-show-mobile .form-group + .form-group {
                margin-left: 22px;
            }

            .l-content .home-index .topnews .c-box.c-other > div .h-show-mobile .form-group select {
                background: #E5E5E5;
                border: none;
                border-radius: 10px;
                padding: 8px 15px 9px 8px;
                height: auto;
                color: #222;
            }

    .l-content .home-index .topnews .c-box.c-other .c-topic-grid > .l-topic-grid.top-content ul {
        padding-top: 0;
    }


    .l-content .home-index .topnews .c-box.c-other .c-topic-grid .r-topic-grid .contentbox {
        padding: 0;
    }

        .l-content .home-index .topnews .c-box.c-other .c-topic-grid .r-topic-grid .contentbox canvas {
            margin: 0 auto;
        }

    .l-content .home-index .c-box__content.filter {
        padding: 0;
        margin-bottom: 12px;
    }

        .l-content .home-index .c-box__content.filter .col-form-bdtt .form-row {
            display: flex;
            justify-content: space-between;
        }

            .l-content .home-index .c-box__content.filter .col-form-bdtt .form-row select {
                background: #E5E5E5;
                border: none;
                border-radius: 10px;
                padding: 8px 15px 9px 8px;
                height: auto;
                color: #222;
            }

    .l-content .home-index .topnews .l-topnews.b-grid__row {
        padding-right: 0;
    }

    .l-content .home-index #tab-chart-vn .col-md-5 {
        /*margin-top:10px;*/
    }

    .l-content .home-index .topnews ul.ul-chiso-ex {
        margin-bottom: 0 !important;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .l-content .home-index .topnews ul.ul-chiso-ex li {
            padding: 0 0 5px;
            margin-bottom: 0;
            /* width: calc(50% - 5px);*/
            width: 100%;
            font-size: 15px;
            line-height: 25px;
            box-sizing: border-box;
            align-self: self-start;
            border-bottom: 1px solid #f1eded;
        }

            .l-content .home-index .topnews ul.ul-chiso-ex li:nth-child(2n+1) {
                padding-right: 5px;
                position: relative;
            }

            .l-content .home-index .topnews ul.ul-chiso-ex li:nth-child(2n) {
                /*padding-left: 5px;*/
            }

            .l-content .home-index .topnews ul.ul-chiso-ex li:nth-child(2n+1):after {
                background: #F7F7F7;
                content: '';
                width: 1px;
                height: 100%;
                position: absolute;
                right: -5px;
                top: 0;
            }

            .l-content .home-index .topnews ul.ul-chiso-ex li:first-child {
                padding-top: 0;
            }

    .l-content .home-index .topnews .ul-chiso-ex span {
        color: #222;
        font-weight: 600;
        line-height: unset;
        font-size: 14px;
    }

        .l-content .home-index .topnews .ul-chiso-ex span + span {
            color: #222;
            font-weight: 600;
            font-size: 14px;
        }

    .l-nav .custom-autocomplete .dropdown-menu button {
        font-size: 13px;
        padding: 5px 10px;
    }

    .l-content .home-index > .b-grid__title {
        margin-bottom: 10px;
    }

    .home-index > .b-grid__title .name {
        font-size: 20px;
        font-weight: 600;
        line-height: 23px;
        margin-bottom: 10px;
    }

    .l-content .home-index .b-grid__title .name {
        font-size: 30px;
        line-height: 30px;
    }

    .l-content .home-index .topnews .b-grid__title.box {
        background: #fff;
        padding: 0;
    }

    .l-content .home-index .topnews .b-grid__title .point {
        margin-left: 10px;
        font-size: 23px;
        line-height: 23px;
    }

    .l-content .home-index .topnews .b-grid__title .unit {
        margin-left: 7px;
        font-size: 17px;
        line-height: 18px;
    }

        .l-content .home-index .topnews .b-grid__title .unit + .unit {
            margin-left: 7px;
            font-size: 17px;
            line-height: 18px;
        }

    .l-content .home-index .topnews .b-grid__title .sp-last-update-data {
        display: block;
        margin-left: 0;
        margin-top: 5px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
    }

    /*.mobile .tooltip {
        display: none !important;
        z-index: -1;
    }*/

    .sticky-menu {
        display: none;
    }

    .l-nav {
        position: relative;
    }

        .l-nav .c-mega-menu {
            top: 55px !important;
            background: #F4F4F4;
            box-shadow: -10px 24px 10px rgba(0, 0, 0, 0.01), -6px 13px 9px rgba(0, 0, 0, 0.05), -3px 6px 6px rgba(0, 0, 0, 0.09), -1px 1px 4px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
        }

            .l-nav .c-mega-menu.active {
                bottom: unset;
                position: fixed;
                z-index: 4000;
            }

            .l-nav .c-mega-menu .container {
                padding: 0;
            }

            .l-nav .c-mega-menu .c-category-flex {
                display: flex;
                justify-content: flex-start;
                flex-wrap: wrap;
                margin-top: 0;
            }

                .l-nav .c-mega-menu .c-category-flex .c-search-wrapper {
                    width: 100%;
                    margin: 0 0 13px;
                    background: none;
                    border-bottom: none;
                    display: none;
                }

            .l-nav .c-mega-menu .c-mega-menu__close {
                display: none;
            }

            .l-nav .c-mega-menu .c-search .c-search__inner button {
                padding-top: 10px;
            }

            .l-nav .c-mega-menu .c-category-flex .c-category-flex__top {
                width: 40%;
                background: none;
                padding-right: 13px;
                box-sizing: border-box;
                margin: 0;
            }

                .l-nav .c-mega-menu .c-category-flex .c-category-flex__top .c-category-top ul {
                    display: flex;
                    flex-wrap: wrap;
                    padding-left: 15px;
                }

                    .l-nav .c-mega-menu .c-category-flex .c-category-flex__top .c-category-top ul li {
                        width: 100%;
                        margin-bottom: 7px;
                    }

                        .l-nav .c-mega-menu .c-category-flex .c-category-flex__top .c-category-top ul li a {
                            font-size: 15px;
                            line-height: 18px;
                            color: #333;
                            font-weight: 400;
                            padding: 0;
                        }

            .l-nav .c-mega-menu .c-category-flex .c-category-flex__bottom {
                width: 60%;
                background: none;
                box-sizing: border-box;
                border-left: 1px solid #E5E5E5;
            }

                .l-nav .c-mega-menu .c-category-flex .c-category-flex__bottom .c-category-menu {
                    width: 100%;
                }

                    .l-nav .c-mega-menu .c-category-flex .c-category-flex__bottom .c-category-menu ul {
                        display: flex;
                        flex-wrap: wrap;
                        margin: 0;
                        padding-left: 35px;
                        max-height: 500px;
                        overflow-y: auto;
                    }

                        .l-nav .c-mega-menu .c-category-flex .c-category-flex__bottom .c-category-menu ul li ul {
                            padding-left: 0px;
                            padding-top: 14px;
                        }

                        .l-nav .c-mega-menu .c-category-flex .c-category-flex__bottom .c-category-menu ul li {
                            width: 100%;
                            list-style: disc;
                            padding: 0;
                            margin-bottom: 7px;
                        }

                            .l-nav .c-mega-menu .c-category-flex .c-category-flex__bottom .c-category-menu ul li ul li {
                                list-style: none;
                            }

                            .l-nav .c-mega-menu .c-category-flex .c-category-flex__bottom .c-category-menu ul li a {
                                font-size: 15px;
                                line-height: 18px;
                                color: #333;
                                font-weight: 400;
                                text-transform: uppercase;
                            }

                            .l-nav .c-mega-menu .c-category-flex .c-category-flex__bottom .c-category-menu ul li ul li a {
                                font-size: 14px;
                                line-height: 8px;
                            }

                            .l-nav .c-mega-menu .c-category-flex .c-category-flex__bottom .c-category-menu ul li:after {
                                display: none;
                            }

            .l-nav .c-mega-menu .c-category-flex .c-footer-social.mobile {
                display: flex;
                justify-content: center;
                padding-top: 13px;
                border-top: 1px solid #E5E5E5;
                margin: 10px auto 0;
            }

                .l-nav .c-mega-menu .c-category-flex .c-footer-social.mobile label {
                    color: #333333;
                    font-size: 18px;
                    line-height: 21px;
                    font-weight: 400;
                    font-family: 'Roboto Condensed'
                }

                .l-nav .c-mega-menu .c-category-flex .c-footer-social.mobile a {
                    margin-left: 6px;
                }

                .l-nav .c-mega-menu .c-category-flex .c-footer-social.mobile .img-google-news {
                    width: 88px;
                    height: 16px;
                }

    .l-content ul.info-navbar#mainTab {
        font-size: 14px;
    }

        .l-content ul.info-navbar#mainTab li:last-child {
            padding-right: 0;
        }

        .l-content ul.info-navbar#mainTab li.active a {
            font-weight: 600;
        }

    .wrap-iframe {
        overflow: hidden;
    }

    .home-index .c-news-forcus.is-last {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .home-index .c-news-forcus ul li:last-child .b-grid {
        padding-bottom: 0;
    }

    .home-index .c-news-forcus .b-grid {
        display: flex;
        justify-content: space-between;
        padding-bottom: 12px;
    }

        .home-index .c-news-forcus .b-grid .b-grid__img {
            width: 140px;
        }

        .home-index .c-news-forcus .b-grid .b-grid__content {
            width: calc(100% - 140px);
        }

            .home-index .c-news-forcus .b-grid .b-grid__content .b-grid__title {
                font-size: 15px;
            }
}


.wrap-iframe .watch-list-modal .modal-content {
    max-height: 250px;
}

/*.wrap-iframe .modal-backdrop.show {
    opacity: 0 !important;
}*/

.wrap-iframe .topcontents {
    border-bottom: 0px;
}

.black {
    color: #000;
}

.page-link.active {
    background-color: #3b1b70;
    color: #fff;
}


.div-link-ex-detail {
    padding-right: 10px;
    text-align: right;
}

.mobile .div-link-ex-detail {
    text-align: center;
    margin-bottom: 10px;
}

.a-btn-view-detail-ex-index {
    color: #3b1b70;
    text-decoration: underline;
}

.tg-stock-change.green::before, .vn-stock-change.green::before {
    background-image: url('../images/icons/iconup.svg');
    width: 13px;
    height: 16px;
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.tg-stock-change.red::before, .vn-stock-change.red::before {
    background-image: url('../images/icons/icondown.svg');
    width: 13px;
    height: 16px;
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.mobile .tg-stock-change.green::before, .mobile .vn-stock-change.green::before, .mobile .tg-stock-change.red::before, .mobile .vn-stock-change.red::before {
    height: 13px;
}

.wrap-iframe ul.tab-tigia > li a {
    padding: 0 5px 0px 5px !important;
}

ul.tinmoi {
    max-height: 125px;
    overflow-y: auto;
    direction: rtl;
}

.c-menu-expand span {
    top: 8px !important;
    background-color: #3b1b70;
}

    .c-menu-expand span:before, .c-menu-expand span:after {
        background-color: #3b1b70;
    }

.c-menu-expand {
    height: 21px !important;
}

.mobile.wrap-iframe .watch-list-modal .modal-body {
    padding-top: 0px;
}

.mobile.wrap-iframe .watch-list-modal .c-search, .mobile.wrap-iframe .search-modal .c-search {
    margin-left: 15px;
}

.l-topic-grid.top-content .is-line-bottom {
    border-bottom: 1px solid #f1eded;
}

.celling {
    color: #c735eb !important;
}

.flooring {
    color: #6982ad !important;
}

ul.follow li span.celling::before {
    content: '';
    -webkit-mask-box-image: url("../images/icons/arrow-up.svg");
    width: 12px;
    height: 12px;
    display: block;
    float: left;
    margin: auto 5px auto 0;
    background-color: #c735eb;
}

ul.follow li span.flooring::before {
    content: '';
    -webkit-mask-box-image: url("../images/icons/arrow-down.svg");
    width: 12px;
    height: 12px;
    display: block;
    float: left;
    margin: auto 5px auto 0;
    background-color: #6982ad;
}

.blink {
    animation: blinker 1.5s linear infinite;
    font-family: sans-serif;
}

@keyframes blinker {
    90% {
        opacity: 0;
        color: #f48621;
    }
}

.select2-container--default .select2-selection--single {
    border: none;
}

.select2-selection__arrow {
    display: none;
}

.green-price {
    color: #33a42e;
}

.red-price {
    color: #fc0002;
}

.celling-price {
    color: #c735eb;
}

.flooring-price {
    color: #6982ad;
}

.c-menu-more .dot:before, .c-menu-more .dot:after, .c-menu-more .dot {
    background: #5f5f5f;
}

.fade {
    opacity: 1;
}

.new-search-modal #txt-new-keyword {
    padding-right: 35px;
}

.new-search-modal .c-search__inner {
    position: relative;
    font-family: 'Roboto Condensed';
    padding-right: 78px;
}

.new-search-modal #btnNewSearch {
    position: absolute;
    right: 0px;
    background-color: #272F42;
    height: 32px;
    width: 77px;
    padding: 6px;
    text-align: center;
    border-radius: 8px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    top: 0;
}

.new-search-modal .box-filter {
    display: flex;
    justify-content: flex-start;
    padding: 15px 0 25px 20px;
}

.new-search-modal .radio input[type=radio] {
    position: absolute;
    opacity: 0;
    margin-left: 0px;
}

    .new-search-modal .radio input[type=radio] + .radio-label:before {
        content: "";
        background: #dee2e6;
        border-radius: 100%;
        border: 1px solid #dee2e6;
        display: inline-block;
        width: 0.8em;
        height: 0.8em;
        position: relative;
        margin-right: 5px;
        cursor: pointer;
        text-align: center;
        transition: all 250ms ease;
        top: 1px;
    }

    .new-search-modal .radio input[type=radio]:checked + .radio-label:before {
        background-color: #3B1B70;
        box-shadow: inset 0 0 0 2px #dee2e6;
    }

.new-search-modal .box-search-recent {
    border-top: 1px solid #dee2e6;
    padding-top: 10px;
    margin-top: 10px;
}

    .new-search-modal .box-search-recent .box-header {
        display: flex;
        justify-content: flex-start;
    }

        .new-search-modal .box-search-recent .box-header .box-title {
            align-self: center;
            font-weight: 600;
            font-size: 13px;
            color: #3B1B70;
            line-height: 18px;
        }

        .new-search-modal .box-search-recent .box-header .btn-remove {
            align-self: center;
            margin-left: 5px;
            cursor: pointer;
        }

    .new-search-modal .box-search-recent .box-content .list-search {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

        .new-search-modal .box-search-recent .box-content .list-search li {
            margin-top: 10px;
            margin-right: 10px;
            font-size: 13px;
            line-height: 18px;
            cursor: pointer;
        }

            .new-search-modal .box-search-recent .box-content .list-search li:last-child {
                margin-right: 0;
            }

            .new-search-modal .box-search-recent .box-content .list-search li a {
                color: #747474 !important;
                text-decoration: underline;
            }

.new-search-modal .box-care {
    border-top: 1px solid #dee2e6;
    padding-top: 15px;
    padding-left: 20px;
    font-family: 'Roboto Condensed';
}

    .new-search-modal .box-care .box-header {
        display: flex;
        justify-content: flex-start;
    }

        .new-search-modal .box-care .box-header .box-title {
            align-self: center;
            font-weight: 700;
            font-size: 15px;
            color: #272F42;
            line-height: 18px;
        }

    .new-search-modal .box-care .box-content .list-care {
        padding-top: 14px;
    }

        .new-search-modal .box-care .box-content .list-care li {
            margin-top: 10px;
            font-size: 14px;
            color: #272F42;
            line-height: 18px;
            cursor: pointer;
            display: inline-block;
            margin-right: 15px;
        }

            .new-search-modal .box-care .box-content .list-care li:first-child {
            }

            .new-search-modal .box-care .box-content .list-care li a {
                color: #000 !important;
            }

                .new-search-modal .box-care .box-content .list-care li a:hover {
                    color: #ff6200 !important;
                }

.new-search-modal .radio {
    align-self: center;
    margin: 5px 0 0;
    font-size: 14px;
    font-family: 'Roboto Condensed';
    font-weight: 400;
}

    .new-search-modal .radio:nth-child(2) .radio-label, .new-search-modal .radio:nth-child(3) .radio-label {
        margin-left: 15px;
    }

.new-search-modal .radio-label {
    padding: 0;
}

.new-search-modal-el .modal-footer {
    border-top: none;
}

    .new-search-modal-el .modal-footer .btn.btn-secondary {
        width: 78px;
        font-size: 14px;
        font-weight: 700;
        color: #272F42 !important;
        background: no-repeat;
        border-radius: 5px;
        height: 32px;
        border-radius: 16px;
        background-color: #FAFCFD;
    }

.new-search-modal-el .modal-content {
    border-radius: 12px !important;
}

.wrap-iframe {
    overflow: hidden;
}

.c-topnews ul.h-show-pc li.active a::after {
    content: "";
    border-bottom: #ed7223 2px solid;
    width: 100%;
    display: block;
    margin-top: 3px;
}

.watch-list-popup {
    font-size: 13px !important;
}

.mobile .mb-header {
    position: fixed;
    top: 0;
    z-index: 4000;
    opacity: 1;
    transition: opacity 0.5s ease-in-out, visibility 2s ease-in-out;
}

.mobile.fix-hide .mb-header {
    opacity: 0;
    transition: opacity 0.5s ease-in-out, visibility 2s ease-in-out;
}
.modal{
    z-index: 5000;
}
@keyframes fix-down {
    from {
        transform: translate(0px, -80px);
        animation-timing-function: ease-in-out;
        opacity: 0;
    }

    to {
        transform: translate(0px, 0px);
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
}

.mobile .l-nav .c-header .h-show-mobile #btnOpenSearchModal {
    position: absolute;
    float: right;
    top: 15px;
    right: 45px;
}

@media only screen and (max-width: 991px) {
    #tab-top-cp li.active a {
        font-weight: 600;
        font-size: 13px;
    }
}

#tab-top-cp li.active a {
    font-weight: 600;
}

#mainTab li.active a {
    font-weight: 600;
}

.arrow-up::after {
    content: "";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    display: inline-block;
    top: 9px;
    border-width: 0 4px 8px 4px;
    border-color: transparent transparent #00873c transparent;
    border-style: solid;
    transform: unset;
}

.arrow-down::after {
    content: " ";
    width: 0;
    height: 0;
    border: 8px solid transparent;
    display: inline-block;
    top: 10px;
    transform: unset;
    border-width: 8px 4px 0 4px;
    border-color: #e1374a transparent transparent transparent;
    border-style: solid;
}

.lightweight-chart-tooltip, .lightweight-chart-tooltiptg {
    width: 100%;
    height: 50px;
    position: absolute;
    display: none;
    padding: 8px;
    box-sizing: border-box;
    font-size: 12px;
    color: #131722;
    background-color: rgba(255, 255, 255, 1);
    text-align: left;
    z-index: 1000;
    top: 12px;
    left: 12px;
    pointer-events: none;
    /*border: 1px solid rgba(255, 70, 70, 1);*/
    border-radius: 2px;
    background: none;
}

.lwc-value {
    color: #ed7223;
    font-weight: bold;
}

.switcher {
    display: flex;
    align-items: center;
    color: #2196F3;
}

.switcher-item {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    color: #262b3e;
    background-color: transparent;
    margin-right: 2px;
    border: none;
    border-radius: 4px;
    outline: none;
}

    .switcher-item:hover {
        background-color: #f2f3f5;
    }

.switcher-active-item {
    text-decoration: none;
    cursor: default;
    color: #262b3e;
}

    .switcher-active-item,
    .switcher-active-item:hover {
        background-color: #e1eff9;
    }

.table-header-text-underline {
    text-decoration: underline;
    font-weight: bold;
    color: #076db6;
    text-decoration-color: #f00;
}

.tt-menu {
    overflow-y: auto;
    height: 500px
}

.tt-suggestion:nth-child(odd) {
    background-color: #e9e9e9;
}

/*search box right*/
.search-box-right {
    background-color: #e5e5e5;
}

    .search-box-right .c-search {
        height: 35px;
        width: 95%;
        border-radius: 4px !important;
        margin: 10px 0px 10px 8px;
    }

        .search-box-right .c-search .c-search__inner {
            padding-top: 8px !important;
        }

    .search-box-right .row.select-type-search {
        margin: 10px;
        padding-left: 10px;
    }

        .search-box-right .row.select-type-search span:nth-child(even) {
            margin-right: 10px;
        }

        .search-box-right .row.select-type-search span.circle {
            width: 12px;
            display: inline-block;
            height: 12px;
            background-color: #3b1b70;
            border-radius: 10px;
        }

.table-wrap-iframe {
    overflow-y: auto;
    max-height: 300px;
    height: 200px;
}

    .table-wrap-iframe thead tr th, .table-wrap-iframe-mb thead tr th {
        position: sticky;
        top: 0;
        background-color: #fff;
    }

#tbl-watch-list thead tr {
    font-weight: bold;
}

#tbl-watch-list thead th {
    vertical-align: middle;
}

@media (min-width: 576px) {
    .modal-dialog-pc.modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}

.table-wrap-iframe-mb {
    overflow-y: auto;
    max-height: 400px;
    height: 400px;
}

.l-nav .c-search .btnOpenSearchModal .form-control {
    height: 20px !important;
}

.arrow-sort {
    color: #a79f9f !important;
    display: inline-block;
}

    .arrow-sort::before {
        position: absolute;
        display: block;
        bottom: 55%;
        height: 8px;
        content: "▲";
        content: "▲" / "";
        font-size: 10px;
    }

.arrow-sort-up::before {
    color: #3b1b70;
}

.arrow-sort::after {
    position: absolute;
    display: block;
    top: 45%;
    height: 8px;
    content: "▼";
    content: "▼" / "";
    font-size: 10px;
}

.arrow-sort-down::after {
    color: #3b1b70;
}


.a-btn-xemtatca {
    float: right;
    color: #7e7e7e;
    font-weight: 700;
}

    .a-btn-xemtatca:hover {
        color: #3b1b70
    }


.box-doc-nhieu span.label1 {
    font-size: 25px;
    font-style: italic;
    color: #9E9E9E;
}

.box-doc-nhieu span.title {
    color: #222222;
}

.box-mua-gi-hom-nay ul li a {
    font-size: 14px;
    color: #222222;
}

.box-mua-gi-hom-nay .b-grid__title {
    text-align: left !important;
}

.tien-ich-column .item:last-child {
    margin-top: 30px;
}

.tien-ich .item a {
    color: #040F0F;
    display: block;
    margin: 5px;
}

.top-nn:nth-child(1) {
    width: 30%;
}

.top-nn:nth-child(2), .top-nn:nth-child(3) {
    width: 35%;
}

.top-nn div:nth-child(odd), .top-tu-doanh div:nth-child(odd) {
    color: #000;
    background-color: #fff;
    padding: 5px;
}

.top-nn div:nth-child(even), .top-tu-doanh div:nth-child(even) {
    background-color: #f9f9f9;
    padding: 5px;
}

.top-nn-header, .top-tu-doanh-header {
    text-align: right;
    font-weight: bold;
}

.top-nn-left-header, .top-tudoanh-left-header {
    font-weight: bold;
}

.top-nn-val, .top-tu-doanh-val {
    text-align: right;
}

.col-top-stat-nn, .col-top-stat-tu-doanh {
    margin: auto;
}

.top-tu-doanh:nth-child(1) {
    width: 40%;
}

.top-tu-doanh:nth-child(2), .top-tu-doanh:nth-child(3) {
    width: 30%;
}

ul.tinmoi::-webkit-scrollbar {
    width: 4px;
}

ul.tinmoi li > a {
    direction: ltr !important;
}

.c-content-inner__right ul.wl li.wl span.unit, .c-header-inner__right ul li span.unit {
    color: #1967D2 !important;
}

.table-wrap-iframe::-webkit-scrollbar {
    width: 3px;
}

.wrap-iframe .watch-list-modal::-webkit-scrollbar {
    width: 3px;
}

.c-category-menu > ul > li > ul {
    padding-left: 0px;
}

    .c-category-menu > ul > li > ul > li > a {
        color: #5f5f5f;
        font-size: 14px;
        text-decoration: none;
        /*    font-family: "Merriweather", serif;*/
        display: block;
        line-height: 1.2;
    }


/*begin search box modal*/

.new-search-modal .c-search, .watch-list-modal .c-search {
    border-radius: 8px;
    background-color: #F0F3F5;
}

    .new-search-modal .c-search .form-control, .watch-list-modal .c-search .form-control {
        font-size: 14px !important;
        background-color: #F0F3F5 !important;
    }

.new-search-modal .tt-suggestion, .watch-list-modal .tt-suggestion {
    font-size: 14px !important;
}

.search-input {
    height: 32px !important;
}
/*end search box modal*/


    /*table grid*/
.main-container {
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0;
}

.table-container {
    display: flex;
    flex-flow: column nowrap;
    background-color: white;
    width: 100%;
    margin: 0 auto;
}

.table-row {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}

    .table-row .has-line-bottom, .table-row.has-line-bottom {
        border-bottom: 1px solid #dadada;
    }

    .table-row .line-top {
        border-top: 1px solid #dadada;
    }

    .table-row.pd-5 .row-item {
        padding: 10px 0 10px 0;
    }

.table-container .heading {
    color: #3e3e3e;
    font-family: Roboto;
    font-size: 16px;
    line-height: 20.8px;
}

.table-row.heading .row-item {
    font-weight: 700;
}

.row-item {
    display: flex;
    flex: 1;
    font-size: 14px;
    padding: 5px 0px;
    transition: all 0.15s ease-in-out;
    font-family: Roboto;
}

.table-row .row-item {
    font-weight: 400;
}

.row-item.right {
    justify-content: end;
}

.row-item.left {
    justify-content: start;
}

.row-item.center {
    justify-content: center;
}

.row-item:hover {
    cursor: pointer;
}

.row-sub-container {
    display: flex;
    flex-flow: column nowrap;
    flex: 1;
}
    /*
    .row-sub-container .row-item {
        border-bottom: 1px solid #dadada;
    }*/

    .table-row:last-child,
    .row-sub-container .row-item:last-child {
        border-bottom: 0;
    }

.is-scroll::-webkit-scrollbar {
    width: 4px;
}

.ul-nganh-total li {
    display: inline;
    margin-right: 20px;
}

    .ul-nganh-total li b {
        color: #076db6;
    }


