*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: #7f0000
}

:root {
    --nav-text-color: #757575;
    --next-show-color: #FFFFFFA3;
    --live-color: #FFFFFF;
    --line-color: rgba(112,112,112,0.2);
    --post-text-color: #616161;
    --relate-text-color: #575757;
    --bg-gray-1: #F7F7F7;
    --bg-gray-2: #E9E9E9;
    --bg-blue-1: #3B4F87;
    --bg-blue-2: #0180C7;
    --bg-orange-1: #DC4234;
    --new-heading-text-color: #000000DE;
    --category-color: #00000099;
    --small-category-color: #9E9E9E;
    --category-line-color: #707070DE;
    --main-red: #7F0000;
    --icon-color-1: #00000052;
    --roboto-font: 'Roboto Slab', serif;
    --merri-font: 'Merriweather', serif;
    --barlow-semi-font: 'Barlow Semi Condensed', sans-serif;
}

.card_news {
    flex-wrap: wrap;
}

    .card_news > .trend a {
        color: #575757;
        font-size: 13px;
        font-family: var(--barlow-semi-font);
    }

    .card_news .px-2 {
        font-size: 14px;
        font-family: var(--barlow-semi-font);
        font-weight: bold;
        color: #818181;
    }

/* Config */
.aspect-16-9 {
    position: relative;
    display: block;
}

    .aspect-16-9::before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 56.25%;
    }

.aspect-1-1 {
    position: relative;
    display: block; /* 1:1 Aspect Ratio */
}

    .aspect-1-1::before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 100%;
    }

.aspect-content {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.aspect-content-h {
    position: absolute;
    top: 0;
    width: 100%;
    object-fit: cover;
}


.side-bar-two-line {
    display: -webkit-box;
    max-height: 4rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.4rem;
}

.reguler-barlow {
    font-family: var(--barlow-semi-font);
}

.bold-barlow {
    font-family: var(--barlow-semi-font);
    font-weight: bold;
    font-size: 1.5rem;
}

.bold-roboto {
    font-weight: bold;
    font-family: var(--roboto-font);
    color: var(--new-heading-text-color) !important;
}

#_back2top.active_1 {
    opacity: 1;
    pointer-events: auto;
    bottom: 80px;
}

#_back2top {
    /*background: rgba(0,0,0,0.03);*/
    position: fixed;
    bottom: 16px;
    right: 32px;
    width: 40px;
    height: 40px;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 66px;
    color: #3a53a4;
    opacity: 0;
    transition: ease .2s;
    pointer-events: none;
    border: 1px solid var(--line-color);
    z-index: 9999;
}

a.social_zalo:hover {
    background: #02a8fe;
    border: 1px solid #02a8fe;
}

.social_zalo {
    width: 32px;
    height: 32px;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    justify-content: center;
    position: relative;
    border: 1px solid #e5e5e5;
}

a .ic {
    fill: #93908a;
    align-self: center;
}

.ic {
    width: 16px;
    height: 16px;
    fill: #757575;
    display: inline-block;
    vertical-align: middle;
}

.weather {
    /*padding: 0.1in 0;*/
    padding-top: 5px;
    font-family: var(--category-heading-font);
}

    .weather > .date {
        color: #818181;
        font-size: 14px;
    }

    .weather > p {
        font-size: 11px;
        font-family: var(--merri-font);
    }

    .weather > .temperature {
        color: #616161;
        padding-top: 10px !important;
    }

#showmenu {
    display: flex;
    margin-top: 3px;
    margin-right: 6px;
}

.collapse-menu {
    display: none;
}

.container > .box {
    padding: 0.3in 0;
    font-family: var(--category-heading-font);
    color: var(--text-gray-secondary);
}

.container > .box {
    font-size: 12px;
    color: var(--category-color);
    margin-right: 12px;
}

.weather > .img > img {
    width: 75%;
    height: auto;
}

.weather > p:hover {
    color: var(--main-red);
}

.weather > .temperature:hover {
    color: var(--main-red);
}

.weather > .col-2 > .img {
    width: 100%;
    height: auto;
}

    .weather > .col-2 > .img > img {
        width: 100%;
        height: auto;
    }

.container > .box > .search-box input {
    border: 2px solid var(--line-color);
    font-size: 14px;
    padding: .4rem;
    border-right: none;
    outline: none;
}

/*.container > .box > .search-box button {
    border: 2px solid var(--line-color);
    font-size: 14px;
    padding: .4rem;
    background-color: #FFFFFF;
    border-left: none;
    margin-left: -5px;
}*/

.container > .box > .search-box button i {
    color: var(--icon-color-1);
}

.container > .box > .login-box > button {
    background-color: var(--main-red);
    max-height: 37px;
    border: none;
    padding: .5rem .7rem;
}

    .container > .box > .login-box > button > * {
        color: #FFFFFF;
        font-size: 14px;
    }

.container > .box > .btn_login > button {
    border: none;
    background-color: #fff;
    color: var(--text-gray-secondary);
}

.container > .box > .btn_login {
    padding: 0 0.1in;
    height: 25px;
    border-left: 1px solid var(--text-gray-secondary);
}

.container > .box > .btn_login_user {
    display: none;
}

    .container > .box > .btn_login_user > .d-flex > div {
        border-radius: 100%;
        width: 35px;
        height: 35px;
        cursor: pointer;
    }

    .container > .box > .btn_login_user > .d-flex > p {
        cursor: pointer;
    }

    .container > .box > .btn_login_user > .d-flex > div > img {
        border-radius: 100%;
        width: 100%;
        height: 100%;
    }

    .container > .box > .btn_login_user > button {
        border: none;
        background-color: #fff;
        color: var(--text-gray-secondary);
    }

.container > .box > .btn_login_user {
    padding: 0 0.1in;
    height: 25px;
    /*bottom: 20%;*/
    border-left: 1px solid var(--text-gray-secondary);
}

.container > .box > p:hover {
    color: var(--main-red);
}

.container > .box > .btn_login_user > div > .position-absolute {
    display: none;
    top: 140%;
    right: 10%;
    background-color: #ffff;
    height: auto;
    border-radius: 0%;
    width: 17em;
    font-family: var(--barlow-semi-font);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    z-index: 999;
}

#userbox.active {
    display: block;
}

.container > .box > .btn_login_user > div > .position-absolute > .py-3 {
    font-size: 18px;
    border-bottom: 1px solid var(--line-color);
}

    .container > .box > .btn_login_user > div > .position-absolute > .py-3 > .img {
        width: 50px;
        height: 40px;
    }

        .container > .box > .btn_login_user > div > .position-absolute > .py-3 > .img > img {
            width: 100%;
            height: 100%;
            border-radius: 100%;
        }

.container > .box > .btn_login_user > div > .position-absolute > .py-2 {
    font-size: 16px;
    text-align: start;
    border-bottom: 1px solid var(--line-color);
}

    .container > .box > .btn_login_user > div > .position-absolute > .py-2 > a {
        list-style: none;
        text-decoration: none;
        font-family: var(--roboto-font);
        color: var(--category-color);
    }

/* MENU */
.sticky {
    position: fixed !important;
    background-color: #fff;
    top: 0;
    width: 100%;
    /* left: 50%;
    transform: translateX(-50%); */
    z-index: 5;
}

.line-menu {
    background-color: var(--main-red);
    border-top: 1px solid var(--line-color);
    border-bottom: 1px solid var(--line-color);
    z-index: 100;
}

.main-menu {
    left: 0;
    right: 0;
}

    .main-menu > .nav {
        padding-left: 10px;
        padding-right: 10px;
    }

        .main-menu > .nav > .nav-item {
            display: flex;
            flex-shrink: 1;
            flex-grow: 1;
        }

.menu > .nav > .nav-item > a {
    font-family: var(--barlow-semi-font);
    font-size: 16px;
    color: var(--live-color);
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
}

.menu > .nav > .nav-item > .nav-link {
    height: 100%;
    padding: 0 1rem;
}

.menu > .nav > .nav-item {
    padding: 10px 0;
}

    .menu > .nav > .nav-item > button {
        border: none;
        background-color: var(--main-red);
    }

.menu > .nav > .px-2 {
    height: 15px;
}

.menu > .nav > .nav-item > button > i {
    width: 100%;
    height: auto;
    color: var(--live-color);
}

/* MENU DROP */
.menu > .nav > .nav-item > .flex-column > li > a {
    color: #000000;
    font-size: 14px;
}

.menu > .nav > .nav-item > .flex-column {
    position: absolute;
    display: none;
    top: 100%;
    /*left: 0;*/
    background-color: #fff;
    z-index: 100;
    width: 170px;
    padding-top: 1%;
    border-top: 4px solid var(--main-red);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
/* MENU BOTTOM */
.menu-bottom {
    position: absolute;
    left: 0;
    top: 100%;
    right: 0;
    z-index: 100;
    background-color: #F8F8F8;
}

    .menu-bottom > .container {
        flex-wrap: wrap;
    }

        .menu-bottom > .container > .col-1 > .d-inline-block {
            font-size: 20px;
            font-family: var(--barlow-semi-font);
            font-weight: bold;
            /*border-bottom: 2px solid var(--category-line-color);*/
            color: #000000;
        }

        .menu-bottom > .container > .col-1 {
            margin-left: 2.5%;
            margin-right: 2.5%;
        }

            .menu-bottom > .container > .col-1 > .pt-2 > a {
                font-size: 14px;
                list-style: none;
                text-decoration: none;
                color: #000000;
                font-family: var(--barlow-semi-font);
                display: block;
            }

        .menu-bottom > .container > .me-0 {
            width: 12%;
        }

        .menu-bottom > .container > .col-1 > .py-2 {
            font-size: 13px;
            font-family: var(--barlow-semi-font)
        }
/* HOVER */
.menu > .nav > li:hover > .flex-column {
    display: block;
}

.menu > .nav > li:hover {
    background-color: #69120c;
}

.flex-column > .nav-item:hover {
    background-color: var(--line-color);
}
/* JAVASCRIPT */
#menu-bottom {
    display: none;
}

    #menu-bottom.active {
        display: block;
        z-index: 100;
    }

#login.active {
    visibility: visible;
    z-index: 100;
}

.tab-pane {
    display: none;
}

    .tab-pane.active {
        display: block;
    }

.tab-item.active {
    color: var(--main-red) !important;
    border-bottom: 2px solid var(--main-red) !important;
}

#showmenu {
    display: flex;
}

.collapse-menu {
    display: none;
}
/* LOGIN */
.blur-block {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0.5);
    visibility: hidden;
    z-index: 100;
    /* padding-top: 5%; */
}

.container-login > button {
    border-radius: 100%;
    background-color: var(--main-red);
    border: none;
    height: 30px;
    width: 30px;
    left: 98%;
    bottom: 96%;
}

    .container-login > button > i {
        font-size: 20px;
        border: none;
        color: #ffff;
    }

.container-login > .col-6 > .d-flex {
    font-family: var(--barlow-semi-font);
    font-size: 28px;
    color: var(--category-color);
    font-weight: bold;
    height: 20%;
    padding-top: 5%;
    padding-bottom: 0;
    border-bottom: 2px solid var(--line-color);
}

.container-login > #register {
    display: none;
}

.container-login > .col-6 > .container-input {
    height: 75%;
}

    .container-login > .col-6 > .container-input > i {
        font-size: 13px;
        color: var(--category-color);
    }

        .container-login > .col-6 > .container-input > i > a {
            font-size: 13px;
            color: red;
        }

    .container-login > .col-6 > .container-input > p {
        color: #000000;
        font-size: 15px;
        font-family: var(--barlow-semi-font);
        text-align: center;
    }

    .container-login > .col-6 > .container-input > .input {
        width: 100%;
    }

        .container-login > .col-6 > .container-input > .input > button {
            position: absolute;
            top: 10%;
            left: 90%;
            border: none;
            background-color: #fff;
        }

            .container-login > .col-6 > .container-input > .input > button > i {
                color: var(--line-color);
            }

        .container-login > .col-6 > .container-input > .input > input {
            width: 100%;
            height: 35px;
            font-size: 14px;
            font-family: var(--barlow-semi-font);
            padding-left: 10px;
        }

    .container-login > .col-6 > .container-input > a {
        color: var(--category-color);
        font-size: 12px;
    }

    .container-login > .col-6 > .container-input > button {
        width: 100%;
        font-size: 14px;
        font-family: var(--barlow-semi-font);
        font-weight: bold;
    }

        .container-login > .col-6 > .container-input > button.mt-2 {
            background-color: var(--main-red);
            border: 0.3px solid red;
            color: #fff;
        }

        .container-login > .col-6 > .container-input > button.mt-3 {
            background-color: #fff;
            border: 0.3px solid var(--line-color);
            color: var(--category-color);
        }

.container-login > .col-6 > .nth2 {
    border-bottom: 2px solid var(--line-color);
}

.container-login > .col-6 > .container-input {
    border-right: 1px solid var(--line-color);
}

.col-6 > .container-input > .link-fb {
    border: 1px solid #3B4F88;
    width: 73%;
    font-size: 14px;
}

    .col-6 > .container-input > .link-fb > a {
        list-style: none;
        text-decoration: none;
        color: #3B4F88;
        font-family: var(--barlow-semi-font);
        font-weight: bold;
    }

        .col-6 > .container-input > .link-fb > a > i {
            border-right: 1px solid #3B4F88;
        }

.col-6 > .container-input > .link-gg {
    border: 1px solid #4B99DD;
    width: 73%;
    font-size: 14px;
}

.col-6 > .container-input > .link-gg {
    border: 1px solid #4B99DD;
    font-size: 14px;
}

    .col-6 > .container-input > .link-gg > a {
        list-style: none;
        text-decoration: none;
        font-family: var(--barlow-semi-font);
        font-weight: bold;
    }

        .col-6 > .container-input > .link-gg > a > i {
            border-right: 1px solid #4B99DD;
        }

.col-6 > .container-input > .banner {
    width: 73%;
}

    .col-6 > .container-input > .banner > img {
        width: 100%;
        height: 100%;
    }
/* Main */
.news-video > .row > .main-content {
    border-right: 1px solid var(--line-color);
}
/* Page Category */
.news-video > .page-category h2 {
    font-size: 32px;
    color: var(--main-red);
}

.news-video > .page-category span {
    font-size: 18px;
    color: var(--category-color);
    border-left: 1px solid var(--line-color);
    display: inline-block;
}
/* Main news */
.news-video > .row > .main-content >
.col > .news-content > .news-content-header h1 {
    font-size: 34px;
}

.author-name .mb-0 {
    font-family: var(--barlow-semi-font);
    font-weight: 600;
}

.news-video > .row > .main-content >
.col > .news-content > .news-content-author .author-icon {
    width: 10%;
}

.news-video > .row > .main-content >
.col > .news-content > .news-content-author .author-name h5 {
    font-family: var(--barlow-semi-font);
    font-weight: 600;
}

.news-video > .row > .main-content >
.col > .news-content > .news-content-author .author-email {
    font-family: var(--barlow-semi-font);
    font-size: 13px;
    font-style: italic;
    top: -9px;
}

.news-video > .row > .main-content >
.col > .news-content > .news-content-author > .author-info-box .rate i {
    font-size: 15px;
    color: #D78930;
}

.news-video > .row > .main-content >
.col > .news-content > .news-content-author > .author-submit-date .submit-date {
    font-size: 14px;
    font-family: var(--barlow-semi-font);
    color: var(--category-color);
}

.news-video > .row > .main-content >
.col > .news-content > .news-content-author > .author-submit-date .comment-count i {
    color: var(--icon-color-1);
    font-size: 12px;
}

.news-video > .row > .main-content >
.col > .news-content > .news-content-author > .author-submit-date .comment-count p {
    color: var(--category-color);
    font-size: 14px;
}

.news-video > .row > .main-content >
.col > .news-content > .sup-header {
    font-family: var(--roboto-font);
    font-weight: bold;
    font-size: 16px;
    color: #606060;
}

.news-content > .sup-header h2 {
    line-height: 30px;
    margin-bottom: 30px
}
/* Video Play */
.news-video > .row > .main-content >
.col > .news-content > .video-box video {
    width: 100%;
}
/* Normal text */
.news-video > .row > .main-content >
.col > .news-content > .new-main-content {
    font-size: 16px;
    font-family: var(--merri-font);
}
/* News Source */
.news-video > .row > .main-content >
.col > .news-content > .news-source {
    text-align: right;
    font-size: 16px;
    font-family: var(--barlow-semi-font);
    font-style: italic;
}
/* Rating */
.news-video > .row > .main-content >
.col > .news-content > .rating-box {
    border-top: 1px solid var(--line-color);
    border-bottom: 1px solid var(--line-color);
    margin: 2.5em 0;
}

    .news-video > .row > .main-content >
    .col > .news-content > .rating-box .img-box {
        width: 80px;
        max-height: 88px;
    }

        .news-video > .row > .main-content >
        .col > .news-content > .rating-box .img-box img {
            border-radius: 50%;
        }

    .news-video > .row > .main-content >
    .col > .news-content > .rating-box > .author-info > .info-box .author-name h4 {
        font-family: var(--barlow-semi-font);
        font-weight: 600;
        font-size: 20px;
    }

    .news-video > .row > .main-content >
    .col > .news-content > .rating-box > .author-info > .info-box .author-email p {
        font-family: var(--barlow-semi-font);
        font-size: 18px;
        color: var(--category-color);
        font-style: italic;
    }

    .news-video > .row > .main-content >
    .col > .news-content > .rating-box > .author-info > .info-box .see-more a {
        text-decoration: none;
        color: var(--main-red);
        font-size: 14px;
    }

    .news-video > .row > .main-content >
    .col > .news-content > .rating-box > .rating {
        border-left: 1px solid var(--line-color);
    }

        .news-video > .row > .main-content >
        .col > .news-content > .rating-box > .rating .rating-header h4 {
            font-family: var(--barlow-semi-font);
            font-weight: 600;
            font-size: 18px;
        }

.rate {
    float: left;
    height: 46px;
    padding-bottom: -5px;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: -9999px;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: '★';
        }

    .rate > input:checked ~ label {
        color: #ffc700;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #D78930;
    }
/* Relate */
.news-video > .row > .main-content >
.col > .relate-news-box > .relate-news {
    background-color: var(--bg-gray-1);
}

    .news-video > .row > .main-content >
    .col > .relate-news-box > .relate-news ul {
        list-style: none;
    }

    .news-video > .row > .main-content >
    .col > .relate-news-box > .relate-news h3 {
        font-size: 24px;
        color: var(--new-heading-text-color);
    }

    .news-video > .row > .main-content >
    .col > .relate-news-box > .relate-news ul li a {
        text-decoration: none;
        color: var(--category-color);
        font-family: var(--roboto-font);
        font-weight: 500;
    }

    .news-video > .row > .main-content >
    .col > .relate-news-box > .relate-news .relate-icon {
        width: 1.5rem;
        padding-left: .5rem;
        color: var(--icon-color-1);
    }

    .news-video > .row > .main-content >
    .col > .relate-news-box > .relate-news li::before {
        content: "";
        border-color: transparent var(--category-color);
        border-style: solid;
        border-width: 0.35em 0 0.35em 0.45em;
        display: block;
        height: 0;
        width: 0;
        left: -1em;
        top: 1.2em;
        position: relative;
    }

.news-video > .row > .main-content >
.col > .relate-news-box > .more-news {
    background-color: var(--bg-gray-2);
}

    .news-video > .row > .main-content >
    .col > .relate-news-box > .more-news a {
        text-decoration: none;
        font-size: 14px;
        color: var(--category-color);
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

        .news-video > .row > .main-content >
        .col > .relate-news-box > .more-news a::after {
            content: "";
            width: 6px;
            height: 7px;
            border-top: solid 7px var(--category-color);
            border-left: solid 7px transparent;
            border-right: solid 7px transparent;
            right: 0;
            top: 60%;
            transform: translateY(-60%);
            position: absolute;
        }

.news-video > .row > .main-content > .col > .comment-section > .other-comment-area > .other-comment-box .answer-form > form {
    padding: 2.5em 1.5em;
    border: 1px solid var(--line-color);
}

    .news-video > .row > .main-content > .col > .comment-section > .other-comment-area > .other-comment-box .answer-form > form > input[type="text"] {
        border: none;
        background-color: var(--bg-gray-1);
        padding: .5rem;
        margin-bottom: 1rem;
        border-radius: 5px;
    }

    .news-video > .row > .main-content > .col > .comment-section > .other-comment-area > .other-comment-box .answer-form > form > textarea {
        border: none;
        background-color: var(--bg-gray-1);
        padding: .5rem;
        margin-bottom: 1rem;
        border-radius: 5px;
    }

    .news-video > .row > .main-content > .col > .comment-section > .other-comment-area > .other-comment-box .answer-form > form > input[type="submit"] {
        max-width: 70px;
        padding: 5px 0;
        font-weight: 600;
        color: var(--live-color);
        border: none;
        background-color: var(--main-red);
    }
/* Feature */
.news-video > .row > .main-content >
.col > .news-feature-box {
    border-bottom: 1px solid var(--line-color);
}

    .news-video > .row > .main-content >
    .col > .news-feature-box button {
        background: transparent;
        border: 2px solid#00000080;
    }

    .news-video > .row > .main-content >
    .col > .news-feature-box > .news-feature button:last-child {
        color: var(--main-red);
        border: 2px solid var(--main-red);
        font-weight: bold;
    }

        .news-video > .row > .main-content >
        .col > .news-feature-box > .news-feature button:last-child img {
            width: 14px;
        }

    .news-video > .row > .main-content >
    .col > .news-feature-box > .news-media a {
        text-decoration: none;
        color: #fff;
    }

        .news-video > .row > .main-content >
        .col > .news-feature-box > .news-media a > p {
            font-size: 14px;
            border-left: 1px solid #FFFFFF80;
        }

        .news-video > .row > .main-content >
        .col > .news-feature-box > .news-media a:nth-child(1) {
            background-color: var(--bg-blue-1);
        }

        .news-video > .row > .main-content >
        .col > .news-feature-box > .news-media a:nth-child(2) {
            background-color: var(--bg-orange-1);
        }

        .news-video > .row > .main-content >
        .col > .news-feature-box > .news-media a:nth-child(3) {
            background-color: var(--bg-blue-2);
        }

/* Topic Details */

.news-video > .row > .main-content >
.col > .topic-details > .topic-box {
    border: 1px solid var(--line-color);
    border-radius: 20px;
}

.news-video > .row > .main-content >
.col > .topic-details h5 {
    font-family: var(--category-heading-font);
    color: var(--relate-text-color);
}

.news-video > .row > .main-content >
.col > .topic-details > .topic-box p {
    font-size: 11px;
    color: var(--relate-text-color);
}

.news-video > .row > .main-content >
.col > .topic-details > .topic-box:hover {
    background-color: #DEDEDE;
}
/* Comment */

.news-video > .row > .main-content >
.col > .comment-section > .row .col .your-comment {
    border: 1px solid var(--line-color);
}

    .news-video > .row > .main-content >
    .col > .comment-section > .row .col .your-comment > .comment-number .user-icon-box {
        top: 1.5em;
        width: 56px;
    }

    .news-video > .row > .main-content >
    .col > .comment-section > .row .col .your-comment > .comment-number .comment-header h5 {
        color: var(--main-red);
    }

    .news-video > .row > .main-content >
    .col > .comment-section > .row .col .your-comment > .comment-number > .comment-count {
        font-size: 14px;
        border-left: 1px solid var(--line-color);
        color: var(--icon-color-1);
    }

        .news-video > .row > .main-content >
        .col > .comment-section > .row .col .your-comment > .comment-number > .comment-count p {
            color: #666666;
        }

    .news-video > .row > .main-content >
    .col > .comment-section > .row .col .your-comment > .comment-area textarea {
        background-color: var(--bg-gray-1);
    }

    .news-video > .row > .main-content >
    .col > .comment-section > .row .col .your-comment > .comment-controll p {
        font-size: 13px;
        color: #3C3C3C;
    }

.news-video > .row > .main-content >
.col > .comment-section > .row > .col > .your-comment > .comment-controll > .left-block > .login-with-box button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

    .news-video > .row > .main-content >
    .col > .comment-section > .row > .col > .your-comment > .comment-controll > .left-block > .login-with-box button i {
        color: var(--live-color);
    }

.news-video > .row > .main-content >
.col > .comment-section > .row .col .your-comment > .comment-controll > .left-block button:nth-child(2) {
    background-color: var(--bg-orange-1);
}

.news-video > .row > .main-content >
.col > .comment-section > .row .col .your-comment > .comment-controll > .left-block button:nth-child(3) {
    background-color: var(--bg-blue-2);
}

.news-video > .row > .main-content >
.col > .comment-section > .row .col .your-comment > .comment-controll > .left-block .regis-box a {
    text-decoration: none;
    color: var(--main-red);
    font-weight: bold;
}

.news-video > .row > .main-content >
.col > .comment-section > .row .col .your-comment > .comment-controll > .left-block .regis-box p {
    border-left: 1px solid var(--line-color);
}

.news-video > .row > .main-content >
.col > .comment-section > .row .col .your-comment > .comment-controll > .comment-btn button {
    background-color: var(--main-red);
    color: var(--live-color);
    font-weight: 600;
}
/* Other Comment */
.news-video > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-heading {
    border-bottom: 1px solid var(--icon-gray);
}

    .news-video > .row > .main-content >
    .col > .comment-section > .other-comment-area > .other-comment-heading a {
        text-decoration: none;
        color: #3C3C3C;
        font-size: 16px;
    }

        .news-video > .row > .main-content >
        .col > .comment-section > .other-comment-area > .other-comment-heading a:nth-child(2) {
            border-left: 1px solid var(--line-color);
        }
/* Nab Tab */
.nav-active {
    font-family: var(--category-heading-font);
    color: var(--main-red) !important;
    font-weight: bold !important;
    border-bottom: 1px solid var(--main-red);
    padding-bottom: .6rem;
}

/* Comment Box */
.news-video > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-box .comment-box {
    margin-top: 2rem;
}

.news-video > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-box > .comment-box > .icon-box {
    width: 7%;
}

.news-video > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-box .comment-box .user-info .user-name p {
    font-size: 16px;
    color: #C2C2C2;
}

.news-video > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-box .comment-box .user-info .user-name h6 {
    margin: 0;
    font-size: 20px;
}

.news-video > .row > .main-content > .col > .comment-section >
.other-comment-area > .other-comment-box > .comment-box > .user-info .comment p {
    font-size: 18px;
}

.news-video > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-box .comment-box .user-info .user-controll button {
    border: none;
    background-color: transparent;
}

.news-video > .row > .main-content > .col > .comment-section > .other-comment-area > .other-comment-box .comment-box > .user-info .user-controll {
    font-size: 14px;
    font-family: var(--barlow-semi-font);
}

    .news-video > .row > .main-content > .col > .comment-section > .other-comment-area > .other-comment-box .comment-box > .user-info .user-controll .answer-btn button {
        border-left: 1px solid var(--line-color);
        border-right: 1px solid var(--line-color);
    }

    .news-video > .row > .main-content > .col > .comment-section > .other-comment-area > .other-comment-box .comment-box > .user-info .user-controll .report-box button > * {
        color: #C2C2C2;
    }
/* Answer Box */
.news-video > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-box .answer-box {
    margin-left: 4.5rem;
}

.news-video > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-box > .answer-box > .answer-box-border {
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: var(--line-color);
    left: 0;
    top: 0;
}

.news-video > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-box > .answer-box > .comment-box > .icon-box {
    width: 56px;
}

.news-video > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-box > .more-other-comment > button {
    background-color: transparent;
    border: 2px solid var(--main-red);
    color: var(--main-red);
}
/* List News */
.news-video > .row > .main-content >
.col > .list-news > .other-new-box {
    border-top: 1px solid var(--line-color);
}

    .news-video > .row > .main-content >
    .col > .list-news > .other-new-box > .other-new-side-box > .other-new-header a {
        text-decoration: none;
    }

    .news-video > .row > .main-content >
    .col > .list-news > .other-new-box > .other-new-side-box > .other-new-header h4 {
        font-size: 22px;
    }

    .news-video > .row > .main-content >
    .col > .list-news > .other-new-box > .other-new-side-box > .other-new-info p {
        font-family: var(--merri-font);
        color: var(--post-text-color);
        display: -webkit-box;
        max-height: 5rem;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 3;
        line-height: 1.4rem;
    }

    .news-video > .row > .main-content > .col > .list-news > .other-new-box > .other-new-side-box > .other-new-category p {
        font-family: var(--barlow-semi-font);
        font-size: 14px;
    }

    .news-video > .row > .main-content > .col > .list-news > .other-new-box > .other-new-side-box > .other-new-category .count-num {
        color: var(--main-red);
    }

.new-main-content img {
    width: 100% !important;
    height: 100%
}

.logo-HN > img {
    width: 100%;
    height: 100%
}

iframe {
    display: block;
    background: #000;
    border: none;
    height: auto;
    /*width: 100%;*/
    aspect-ratio: 16 / 9;
}

.aspect-content-img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding-right: 20px
}

/* footer */
footer {
    background-color: #F8F8F9;
}

    footer > .menu > .nav > .nav-item {
        padding: 16px 0;
    }

        footer > .menu > .nav > .nav-item > a {
            font-size: 14px;
            color: #424242;
        }

        footer > .menu > .nav > .nav-item > .nav-link {
            border-right: 1px solid var(--line-color);
            padding: 0 15px;
        }

.back-home {
    width: 150px;
    height: 45px;
    display: flex;
    text-align: center;
    align-items: center;
    position: absolute;
    top: -13%;
    left: 74%;
    background-color: var(--main-red);
    border-radius: 10px;
    font-size: 16px;
}

    .back-home > a {
        text-decoration: none;
        list-style: none;
        color: #fff;
        font-family: var(--barlow-semi-font);
    }

    .back-home > i {
        display: none;
    }

.footer_center {
    background-color: var(--gray-bg-2);
    border-bottom: 1px solid var(--line-color);
}

    .footer_center > .container > .footer_left > p {
        font-size: 16px;
    }

    .footer_center > .container > .footer_right > p {
        font-size: 16px;
    }

.footer_bottom {
    background-color: var(--gray-bg-2);
}

    .footer_bottom > .container > .img > img {
        width: 40%;
        height: auto;
    }

    .footer_bottom > .container > .title {
        font-size: 12px;
    }

@media only screen and (min-device-width: 1200px) and (max-device-width: 1412px) {
    /* MENU */
    .menu > .nav > .nav-item > .nav-link {
        border-right: 0.3px solid var(--line-color);
        height: 100%;
        padding: 0 0.58rem !important;
    }

    footer > .menu > .nav > .nav-item > .nav-link {
        border-right: 0.3px solid var(--line-color);
        height: 100%;
        padding: 0 0.96rem !important;
    }
}

.openApp {
    display: none;
}
/*.notify-alert-box{
    display: none;
}*/

/*.notify-alert-box img {
    display: none;
}

.notify-alert-box p {
    display: none;
}

.notify-alert-box .buttons {
    display: none;
}*/

/*Logo*/

.text_logo {
    margin-bottom: 0px;
    align-items: center;
    display: flex;
    padding-left: 6px;
}

@media only screen and (min-device-width: 990px) {
    .modal-dialog {
        max-width: 55%;
    }

    .iframe-survey {
        min-height: 690px
    }
}

/* Page Category */
.news-option > .page-category .pe-3 h2 {
    font-size: 28px;
    color: var(--main-red);
    text-transform: uppercase;
    font-weight: 600;
}

.news-option > .page-category .reguler-barlow {
    font-size: 18px;
    color: var(--category-color);
    border-left: 1px solid var(--line-color);
    display: inline-block;
    font-weight: 400;
    margin: 0 !important
}
/* Side bar */
.news-option > .row > .side-col > .col .side-banner img {
    width: 100%;
    height: 100%
}
/*.news-option > .row > .side-col > .col > .side-news-block{
    padding: 1.5rem 0;
}*/
.news-option > .row > .side-col > .col > .side-news-block > .news-box:last-child {
    border: none;
}

.news-option > .row > .side-col > .col > .side-news-block > .news-box > .news-box-img {
    width: 40%;
}

.news-option > .row > .side-col > .col > .side-news-block > .news-box > .content {
    width: 60%;
}

.news-option > .row > .side-col > .col > .side-news-block > .news-box h3 {
    font-size: 18px;
}

.news-option > .row > .side-col > .col > .side-news-block > .news-box > .content a {
    text-decoration: none;
}

.news-option > .row > .side-col > .col > .side-news-block > .news-box {
    border-bottom: 1px solid var(--line-color);
}

.detail-sticky {
    position: fixed !important;
    top: 45px;
    height: fit-content;
    background-color: #FFFFFF;
    background-color: #FFFFFF;
    width: 100%;
    z-index: 99;
}

.right-sticky {
    position: fixed;
    /*right: 290px;*/
    top: 80px;
    width: min-content;
}

.news-option > .row > .main-content > .col > .news-feature-box > .news-feature > a:hover .tip {
    opacity: 1;
    top: -15px;
    visibility: visible;
}

.news-option > .row > .main-content > .col > .news-feature-box > .news-feature > a > .tip {
    left: 20px;
    transform: none;
    top: 0;
    opacity: 0;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
    visibility: hidden;
}

.tip {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    line-height: 24px;
    background: #17191a;
    color: #fff !important;
    font-size: 12px !important;
    text-decoration: none !important;
    white-space: nowrap;
    padding: 0 10px;
    border-radius: 3px;
}

.video-js .vjs-control-bar {
    font-size: 14px !important;
}

.activeReply {
    display: block !important;
}

* Main news */
.news-option > .row > .main-content >
.col > .news-content > .news-content-header h1 {
    font-size: 34px;
}

.news-option > .row > .main-content >
.col > .news-content > .news-content-author .author-icon {
    width: 50px;
    max-height: 50px;
    margin-top: 10px;
}

.news-option > .row > .main-content >
.col > .news-content > .news-content-author .author-name h5 {
    font-family: var(--barlow-semi-font);
    font-weight: 600;
}

.news-option > .row > .main-content >
.col > .news-content > .news-content-author .author-email {
    font-family: var(--barlow-semi-font);
    font-size: 13px;
    font-style: italic;
    top: -9px;
}

.news-option > .row > .main-content >
.col > .news-content > .news-content-author > .author-info-box .rate {
    padding-top: 10px;
}

    .news-option > .row > .main-content >
    .col > .news-content > .news-content-author > .author-info-box .rate i {
        font-size: 15px;
        color: #D78930;
    }

.news-option > .row > .main-content >
.col > .news-content > .news-content-author > .author-submit-date .submit-date {
    font-size: 16px;
    font-family: var(--barlow-semi-font);
    color: var(--category-color);
    border-right: 1px solid var(--line-color);
}

.news-option > .row > .main-content >
.col > .news-content > .news-content-author > .author-submit-date .comment-count i {
    color: var(--icon-color-1);
    font-size: 16px;
    padding-top: 6px !important;
}

.news-option > .row > .main-content >
.col > .news-content > .news-content-author > .author-submit-date .comment-count p {
    color: var(--category-color);
    font-size: 16px;
}

.news-option > .row > .main-content >
.col > .news-content > .sup-header {
    font-family: var(--roboto-font);
    font-weight: bold;
    font-size: 16px;
    color: #606060;
    margin-bottom: 5px !important;
}

.news-option > .row > .main-content >
.col > .news-content > .news-source {
    text-align: right;
    font-size: 16px;
    font-family: var(--barlow-semi-font);
    font-style: italic;
}

.news-option > .row > .main-content >
.col > .news-content > .new-main-content figcaption {
    background-color: #F0F0F0;
    font-family: var(--merri-font);
    color: var(--category-color);
    font-size: 14px;
    padding: 1em 4em;
    text-align: center;
    width: 100%;
}

.news-option > .row > .main-content >
.col > .news-content > #body {
    font-family: var(--merri-font);
    font-size: 16px !important;
}

    .news-option > .row > .main-content >
    .col > .news-content > #body > p {
        font-family: var(--merri-font) !important;
        font-size: 16px !important;
    }

        .news-option > .row > .main-content >
        .col > .news-content > #body > p > span {
            font-family: var(--merri-font) !important;
            font-size: 16px !important;
        }

    .news-option > .row > .main-content >
    .col > .news-content > #body > table > tbody > tr > td {
        padding: 15px
    }

.news-option > .row > .main-content >
.col > .news-content > .new-main-content .normal {
    font-family: var(--merri-font);
    font-size: 16px;
    color: #000000;
}

/* Rating */
.news-option > .row > .main-content >
.col > .news-content > .rating-box {
    border-top: 1px solid var(--line-color);
    border-bottom: 1px solid var(--line-color);
    margin: 1.5em 0;
}

    .news-option > .row > .main-content >
    .col > .news-content > .rating-box .img-box {
        width: 70px;
        max-height: 70px;
    }

        .news-option > .row > .main-content >
        .col > .news-content > .rating-box .img-box img {
            border-radius: 50%;
            border: 1px solid var(--line-color);
        }

    .news-option > .row > .main-content >
    .col > .news-content > .rating-box > .author-info > .info-box .author-name h4 {
        font-family: var(--barlow-semi-font);
        font-weight: 600;
        font-size: 20px;
        margin-bottom: -5px;
    }

    .news-option > .row > .main-content >
    .col > .news-content > .rating-box > .author-info > .info-box .author-email p {
        font-family: var(--barlow-semi-font);
        font-size: 18px;
        color: var(--category-color);
        font-style: italic;
        margin-bottom: -5px;
    }

    .news-option > .row > .main-content >
    .col > .news-content > .rating-box > .author-info > .info-box .see-more a {
        text-decoration: none;
        color: var(--main-red);
        font-size: 14px;
    }

    .news-option > .row > .main-content >
    .col > .news-content > .rating-box > .rating {
        border-left: 1px solid var(--line-color);
    }

        .news-option > .row > .main-content >
        .col > .news-content > .rating-box > .rating .rating-header h4 {
            font-family: var(--barlow-semi-font);
            font-weight: 600;
            font-size: 18px;
            margin-bottom: -10px !important;
        }

.rate {
    float: left;
    height: 46px;
    padding-bottom: -5px;
}

    .rate:not(:checked) > input {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        opacity: 0;
    }

    .rate:not(:checked) > label {
        float: right;
        width: 1em;
        overflow: hidden;
        white-space: nowrap;
        cursor: pointer;
        font-size: 30px;
        color: #ccc;
    }

        .rate:not(:checked) > label:before {
            content: 'â˜…';
        }

    .rate > input:checked ~ label {
        color: #ffc700;
    }

    .rate:not(:checked) > label:hover,
    .rate:not(:checked) > label:hover ~ label {
        color: #deb217;
    }

    .rate > input:checked + label:hover,
    .rate > input:checked + label:hover ~ label,
    .rate > input:checked ~ label:hover,
    .rate > input:checked ~ label:hover ~ label,
    .rate > label:hover ~ input:checked ~ label {
        color: #D78930;
    }

.ratings {
    display: flex;
    flex-direction: row-reverse;
}

    .ratings span {
        cursor: pointer;
        transition: color .2s;
        font-size: 30px;
        color: #ccc;
    }

        .ratings span:hover {
            color: #deb217;
        }

            .ratings span:hover ~ span {
                color: #deb217;
            }

        .ratings span[data-clicked] {
            color: #deb217;
        }

            .ratings span[data-clicked] ~ span {
                color: #deb217;
            }

.rating {
    display: flex;
}

.star {
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
}

    .star.selected {
        color: orange;
    }

/* Feature */
.news-option > .row > .main-content >
.col > .news-feature-box {
    /*border-bottom: 1px solid var(--line-color);*/
    margin-top: -8px;
}

    .news-option > .row > .main-content >
    .col > .news-feature-box > .news-feature > a {
        border: 1px solid var(--line-color);
        width: auto;
        position: relative;
    }

.news-option > .row > .main-content >
.col > .topic-details {
    border-top: 1px solid var(--line-color);
}

.news-option > .row > .main-content >
.col > .news-feature-box button {
    background: transparent;
    border: 1px solid#00000080;
    height: 42px;
}
/*.news-option > .row >.main-content>
    .col>.news-feature-box>.news-feature button:last-child{
        color: var(--main-red);
        border: 1px solid var(--main-red);
        font-weight: bold;
    }*/
.news-option > .row > .main-content >
.col > .news-feature-box > .news-feature button:last-child img {
    width: 14px;
}

.news-option > .row > .main-content >
.col > .news-feature-box > .news-media a {
    text-decoration: none;
    color: #fff;
}

    .news-option > .row > .main-content >
    .col > .news-feature-box > .news-media a > p {
        font-size: 14px;
        border-left: 1px solid #FFFFFF80;
    }

    .news-option > .row > .main-content >
    .col > .news-feature-box > .news-media a:nth-child(1) {
        background-color: var(--bg-blue-1);
    }
    /*.news-option > .row >.main-content>
    .col>.news-feature-box>.news-media a:nth-child(2){
        background-color: var(--bg-orange-1);
    }*/
    .news-option > .row > .main-content >
    .col > .news-feature-box > .news-media a:nth-child(2) {
        background-color: var(--bg-blue-2);
    }

/* Relate */
.news-option > .row > .main-content >
.col > .relate-news-box > .relate-news {
    background-color: var(--bg-gray-1);
}

    .news-option > .row > .main-content >
    .col > .relate-news-box > .relate-news ul {
        list-style: none;
    }

    .news-option > .row > .main-content >
    .col > .relate-news-box > .relate-news h3 {
        font-size: 24px;
        color: var(--new-heading-text-color);
    }

    .news-option > .row > .main-content >
    .col > .relate-news-box > .relate-news ul li a {
        text-decoration: none;
        color: var(--category-color);
        font-family: var(--roboto-font);
        font-weight: 500;
    }

    .news-option > .row > .main-content >
    .col > .relate-news-box > .relate-news .relate-icon {
        width: 1.5rem;
        padding-left: .5rem;
        color: var(--icon-color-1);
        opacity: 32%;
        height: 100%
    }

    .news-option > .row > .main-content >
    .col > .relate-news-box > .relate-news li::before {
        content: "";
        border-color: transparent var(--category-color);
        border-style: solid;
        border-width: 0.35em 0 0.35em 0.45em;
        display: block;
        height: 0;
        width: 0;
        left: -1em;
        top: 1.05em;
        position: relative;
    }

.news-option > .row > .main-content >
.col > .relate-news-box > .more-news {
    background-color: var(--bg-gray-2);
}

    .news-option > .row > .main-content >
    .col > .relate-news-box > .more-news a {
        text-decoration: none;
        font-size: 16px;
        color: var(--category-color);
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        text-transform: uppercase;
    }

        .news-option > .row > .main-content >
        .col > .relate-news-box > .more-news a::after {
            content: "";
            width: 6px;
            height: 7px;
            border-top: solid 7px var(--category-color);
            border-left: solid 7px transparent;
            border-right: solid 7px transparent;
            right: 0;
            top: 60%;
            transform: translateY(-60%);
            position: absolute;
        }


/* Topic Details */

.news-option > .row > .main-content >
.col > .topic-details > .topic-box {
    border: 1px solid var(--line-color);
    border-radius: 20px;
}

.news-option > .row > .main-content >
.col > .topic-details h5 {
    font-family: var(--category-heading-font);
    color: var(--relate-text-color);
}

.news-option > .row > .main-content >
.col > .topic-details > .topic-box p {
    font-size: 14px;
    color: var(--relate-text-color);
}

.news-option > .row > .main-content >
.col > .topic-details > .topic-box:hover {
    background-color: #DEDEDE;
}
/* Comment */

.news-option > .row > .main-content >
.col > .comment-section > .row .col .your-comment {
    border: 1px solid var(--line-color);
}

    .news-option > .row > .main-content >
    .col > .comment-section > .row .col .your-comment > .comment-number .user-icon-box {
        width: 40px;
        height: 38px;
    }

    .news-option > .row > .main-content >
    .col > .comment-section > .row .col .your-comment > .comment-number .comment-header h5 {
        color: var(--main-red);
    }

    .news-option > .row > .main-content >
    .col > .comment-section > .row .col .your-comment > .comment-number > .comment-count {
        font-size: 14px;
        border-left: 1px solid var(--line-color);
        color: var(--icon-color-1);
    }

        .news-option > .row > .main-content >
        .col > .comment-section > .row .col .your-comment > .comment-number > .comment-count p {
            color: #666666;
        }

.news-image > .row > .main-content > .col > .comment-section > .row .col .your-comment > .comment-number .user-icon-box img {
    border-radius: 50%;
}

.news-option > .row > .main-content >
.col > .comment-section > .row .col .your-comment > .comment-area:nth-child(3) {
    margin-bottom: 10px !important;
}

.news-option > .row > .main-content >
.col > .comment-section > .row .col .your-comment > .comment-area textarea {
    background-color: var(--bg-gray-1);
}

.news-option > .row > .main-content >
.col > .comment-section > .row .col .your-comment > .comment-controll p {
    font-size: 13px;
    color: #3C3C3C;
}

.news-option > .row > .main-content >
.col > .comment-section > .row > .col > .your-comment > .comment-controll > .left-block > .login-with-box button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

    .news-option > .row > .main-content >
    .col > .comment-section > .row > .col > .your-comment > .comment-controll > .left-block > .login-with-box button i {
        color: var(--live-color);
    }

.news-option > .row > .main-content >
.col > .comment-section > .row .col .your-comment > .comment-controll > .left-block button:nth-child(2) {
    background-color: var(--bg-orange-1);
}

.news-option > .row > .main-content >
.col > .comment-section > .row .col .your-comment > .comment-controll > .left-block button:nth-child(3) {
    background-color: var(--bg-blue-2);
}

.news-option > .row > .main-content >
.col > .comment-section > .row .col .your-comment > .comment-controll > .left-block .regis-box a {
    text-decoration: none;
    color: var(--main-red);
    font-weight: bold;
}

.news-option > .row > .main-content >
.col > .comment-section > .row .col .your-comment > .comment-controll > .left-block .regis-box p {
    border-left: 1px solid var(--line-color);
}

.news-option > .row > .main-content >
.col > .comment-section > .row .col .your-comment > .comment-controll > .comment-btn button {
    background-color: var(--main-red);
    color: var(--live-color);
    font-weight: 600;
    font-family: var(--barlow-semi-font)
}

.news-option > .row > .main-content >
.col > .comment-section > .row .col .your-comment > .comment-controll > .comment-btn {
    margin-left: auto;
}
/* Other Comment */
.news-option > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-heading {
    border-bottom: 1px solid var(--icon-gray);
}

    .news-option > .row > .main-content >
    .col > .comment-section > .other-comment-area > .other-comment-heading a {
        text-decoration: none;
        color: #3C3C3C;
        font-size: 1px;
        font-family: var(--barlow-semi-font)
    }

        .news-option > .row > .main-content >
        .col > .comment-section > .other-comment-area > .other-comment-heading a:nth-child(2) {
            border-left: 1px solid var(--line-color);
            font-family: var(--barlow-semi-font)
        }
/* Nab Tab */
.nav-active {
    font-family: var(--category-heading-font);
    color: var(--main-red) !important;
    font-weight: bold !important;
    border-bottom: 3px solid var(--main-red);
    padding-bottom: .6rem;
}

/* Comment Box */
.news-option > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-box .comment-box {
    margin-top: 1rem;
}

.news-option > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-box > .comment-box > .icon-box {
    width: 56px;
    max-height: 54px;
}

.news-option > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-box .comment-box .user-info .user-name p {
    font-size: 16px;
    color: #C2C2C2;
}

.news-option > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-box .comment-box .user-info .user-name h6 {
    margin: 0;
    font-size: 20px;
}

.news-option > .row > .main-content > .col > .comment-section >
.other-comment-area > .other-comment-box > .comment-box > .user-info .comment p {
    font-size: 18px;
}

.news-option > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-box .comment-box .user-info .user-controll button {
    border: none;
    background-color: transparent;
}

.news-option > .row > .main-content > .col > .comment-section > .other-comment-area > .other-comment-box .comment-box > .user-info .user-controll {
    font-size: 14px;
    font-family: var(--barlow-semi-font);
}

    .news-option > .row > .main-content > .col > .comment-section > .other-comment-area > .other-comment-box .comment-box > .user-info .user-controll .answer-btn button {
        border-left: 1px solid var(--line-color);
        border-right: 1px solid var(--line-color);
    }

    .news-option > .row > .main-content > .col > .comment-section > .other-comment-area > .other-comment-box .comment-box > .user-info .user-controll .report-box button > * {
        color: #C2C2C2;
    }
/* Answer Box */
.news-option > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-box .answer-box {
    margin-left: 4.5rem;
}

.news-option > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-box > .answer-box > .answer-box-border {
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: var(--line-color);
    left: 0;
    top: 0;
}

.news-option > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-box > .answer-box > .comment-box > .icon-box {
    width: 56px;
    max-height: 54px;
}

.news-option > .row > .main-content >
.col > .comment-section > .other-comment-area > .other-comment-box > .more-other-comment > button {
    background-color: transparent;
    border: 2px solid var(--main-red);
    color: var(--main-red);
}

.news-option > .row > .main-content > .col > .comment-section > .other-comment-area > .other-comment-box .answer-form > div {
    padding: 2.5em 1.5em;
    border: 1px solid var(--line-color);
}

    .news-option > .row > .main-content > .col > .comment-section > .other-comment-area > .other-comment-box .answer-form > div > input[type="text"] {
        border: none;
        background-color: var(--bg-gray-1);
        padding: .5rem;
        margin-bottom: 1rem;
        border-radius: 5px;
    }

    .news-option > .row > .main-content > .col > .comment-section > .other-comment-area > .other-comment-box .answer-form > div > textarea {
        border: none;
        background-color: var(--bg-gray-1);
        padding: .5rem;
        margin-bottom: 1rem;
        border-radius: 5px;
    }

    .news-option > .row > .main-content > .col > .comment-section > .other-comment-area > .other-comment-box .answer-form > div > input[type="submit"] {
        max-width: 70px;
        padding: 5px 0;
        font-weight: 600;
        color: var(--live-color);
        border: none;
        background-color: var(--main-red);
    }
/* List News */
.news-option > .row > .main-content >
.col > .list-news > .other-new-box {
    border-top: 1px solid var(--line-color);
}

    .news-option > .row > .main-content >
    .col > .list-news > .other-new-box > .other-new-side-box > .other-new-header a {
        text-decoration: none;
    }

    .news-option > .row > .main-content >
    .col > .list-news > .other-new-box > .other-new-side-box > .other-new-header h4 {
        font-size: 22px;
    }

    .news-option > .row > .main-content >
    .col > .list-news > .other-new-box > .other-new-side-box > .other-new-info p {
        font-family: var(--merri-font);
        color: var(--post-text-color);
        display: -webkit-box;
        max-height: 5rem;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        -webkit-line-clamp: 3;
        line-height: 1.4rem;
    }

    .news-option > .row > .main-content > .col > .list-news > .other-new-box > .other-new-side-box > .other-new-category p {
        font-family: var(--barlow-semi-font);
        font-size: 18px;
    }

    .news-option > .row > .main-content > .col > .list-news > .other-new-box > .other-new-side-box > .other-new-category .count-num {
        color: var(--main-red);
    }

.note_detail_photo {
    width: 100% !important;
}

@media only screen and (min-device-width: 1200px) and (max-device-width: 1412px) {
    /* MENU */
    .menu > .nav > .nav-item > .nav-link {
        border-right: 0.3px solid var(--line-color);
        height: 100%;
        padding: 0 0.58rem !important;
    }

    footer > .menu > .nav > .nav-item > .nav-link {
        border-right: 0.3px solid var(--line-color);
        height: 100%;
        padding: 0 0.96rem !important;
    }
}

.px-2 > img {
    width: 100%;
    height: 100%
}

.vjs-poster {
    background-size: 100% 100%;
}

.video-js {
    width: 100% !important;
    height: 100% !important;
}

.screen-live {
    width: 850px !important
}

.vjs-subs-caps-button {
    display: none !important;
}

.vjs-descriptions-button {
    display: none !important;
}

.vjs-audio-button {
    display: none !important;
}

.video-js.vjs-quality-menu .vjs-quality-menu-button-HD-flag:after {
    display: none
}

.video-js .vjs-tech {
    position: initial !important
}

.dot {
    height: 25px;
    width: 25px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
}

/*detail*/

.desktop {
    width: 650px !important
}

.mobile {
    width: 415px !important
}

.fullscreen {
    width: 1700px !important
}


figure.image figcaption {
    text-align: center;
    font-style: italic;
    font-size: 90%;
    margin-top: 1px;
    min-height: 20px;
    border: none;
    word-wrap: break-word;
    color: #A0A0A0;
}

img {
    max-width: 100%;
    height: auto;
}

.text-article {
    color: #000;
}

    .text-article:first-letter {
        float: left;
        font-weight: bold;
        font-size: 60px;
        font-size: 6rem;
        line-height: 40px;
        line-height: 4rem;
        height: 4rem;
        text-transform: uppercase;
    }

.block1 blockquote {
    background: #f9f9f9;
    border-left: 1em solid #eee;
    margin: 1.5em 1em;
    padding: .5em 1em;
    quotes: "\201C""\201D";
}

    .block1 blockquote:before {
        color: #808080;
        content: open-quote;
        font-size: 4em;
        line-height: .1em;
        margin-right: .25em;
        vertical-align: -.4em;
    }

    .block1 blockquote :first-child {
        display: inline;
    }

    .block1 blockquote :last-child {
        margin-bottom: 0;
    }

.block1 citation {
    display: block;
    text-align: right;
    padding: 0.5em 2em;
}

    .block1 citation:before {
        content: "~ ";
    }


.block2 p {
    text-rendering: optimizeLegibility;
}

.block2 blockquote {
    border-radius: 3px;
    position: relative; /*  <--- */
    font-style: italic;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 80%; /* create space for the quotes */
    color: #4a4a4a;
    margin: 1rem auto 2rem;
    color: #4a4a4a;
    background: #E8E8E8;
}
    /* -- create the quotation marks -- */
    .block2 blockquote:before,
    .block2 blockquote:after {
        font-family: FontAwesome;
        position: absolute;
        /* -- inside the relative position of blockquote -- */
        top: 13px;
        color: #E8E8E8;
        font-size: 34px;
    }

    .block2 blockquote:before {
        content: "\201C";
        margin-right: 13px;
        right: 100%;
    }

    .block2 blockquote:after {
        content: "\201D";
        margin-left: 13px;
        left: 100%;
        top: auto;
        bottom: 13px;
    }


.full-image {
    text-align: center;
}

    .full-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


.box-image {
    display: flex;
    position: relative;
    margin-bottom: 15px;
}

    .box-image .content-image, .box-image .item {
        background-color: #EEE;
        min-height: 150px;
    }

    .box-image.five .item, .box-image.triple .item {
        width: calc(33.33% - 2px);
        overflow: hidden;
        position: relative;
    }

    .box-image.four .item {
        width: calc(50% - 2px);
        height: 220px;
        margin-bottom: 4px;
    }

        .box-image.four .item img {
            height: 220px;
            width: 100%;
        }

    .box-image .image-caption {
        display: none;
    }


    .box-image.five, .box-image.four, .box-image.triple {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        flex-flow: row wrap;
        align-content: flex-end;
    }

    .box-image.twin .content-image {
        margin: 0 1px;
        width: 50%;
    }

    .box-image img {
        display: block;
        margin: auto;
        max-width: 100%;
        height: auto;
        min-height: 170px;
    }

    .box-image .image-wrap {
        margin-bottom: 0px !important;
    }

    .box-image.five .item, .detail__content .box-image.seven .item {
        width: calc(40% - 2px);
        height: 170px;
        margin-bottom: 4px;
    }

    .box-image.five .item-sm, .detail__content .box-image.seven .item-sm {
        flex-basis: calc(20% - 2px);
    }

        .box-image.five .item-sm img, .box-image.seven .item-sm img {
            height: 170px;
        }

    .box-image.five .item-lg, .detail__content .box-image.seven .item-lg {
        width: calc(50% - 2px);
    }

    .box-image.eight, .box-image.grid {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
        flex-flow: row wrap;
        align-content: flex-end;
    }

        .box-image.eight .item, .box-image.grid .item {
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: -o-flex;
            display: flex;
            height: 190px;
            margin-bottom: 3px;
            flex-basis: calc(40% - 2px);
            justify-content: center;
            flex-direction: column;
            position: relative;
            overflow: hidden;
            z-index: 20;
        }

        .box-image.eight .item-vertical, .box-image.grid .item-vertical {
            flex-basis: calc(20% - 2px);
        }

        .box-image.eight .item img, .box-image.grid .item img {
            height: 100%;
            width: auto;
            max-width: initial;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%);
        }

        .box-image.eight .item-lg, .box-image.grid .item-lg {
            flex-basis: calc(50% - 2px);
            height: 250px;
        }


.tiny-inline {
    /*box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);*/
    padding: 20px 20px 20px 20px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    font-family: Roboto-Regular;
}

    .tiny-inline *[contentEditable="true"]:focus,
    .tiny-inline *[contentEditable="true"]:hover {
        outline: 2px solid #1976D2 !important;
    }

.image .image-caption {
    text-align: center;
    font-style: italic;
    font-size: 90%;
    margin-top: 1px;
    min-height: 20px;
    border: none;
    word-wrap: break-word;
    color: #A0A0A0;
}

/*qoute1*/
p ~ p, .figure1 {
    margin-top: 1em;
}

.figure1 {
    float: right;
    width: 50%;
}

.blockquote1 {
    padding-left: 1.5em;
    padding-bottom: 1em;
    font-size: 120%;
    font-style: italic;
    color: #ccc;
    font-family: serif;
    quotes: "\201C""\201D";
}

    .blockquote1:before {
        color: #ccc;
        content: open-quote;
        font-size: 3em;
        line-height: 0;
        margin-right: 0.05em;
        margin-left: -0.15em;
        vertical-align: -0.43em;
    }

    .blockquote1 p {
        display: inline;
    }

.cite1 {
    font-size: .75em;
}
/*qoute2*/
.highlightedEdge2 {
    border-left: 10px solid #FAD114;
    margin-left: 0px;
    padding-left: 20px;
}

.listOfCommittee {
    padding-left: 20px;
    font-size: 70%;
}
/*qoute3*/
.blockquote3 {
    background: #f9f9f9;
    border-left: 1em solid #eee;
    margin: 1.5em 1em;
    padding: .5em 1em;
    quotes: "\201C""\201D";
}

    .blockquote3:before {
        color: #808080;
        content: open-quote;
        font-size: 4em;
        line-height: .1em;
        margin-right: .25em;
        vertical-align: -.4em;
    }

    .blockquote3 :first-child {
        display: inline;
    }

    .blockquote3 :last-child {
        margin-bottom: 0;
    }

.citation3 {
    display: block;
    text-align: right;
    padding: 0.5em 2em;
}

    .citation3:before {
        content: "~ ";
    }
/*qoute4*/

.quote4 {
    font: normal 1.775em/1.35em 'Century Gothic';
    letter-spacing: 0.06em;
    word-spacing: 0.25em;
    display: inline-block;
    margin: 10px 20px 20px 20px;
}

.source4 {
    font: italic normal 1.1em 'Trebuchet MS';
    color: #555;
    text-align: right;
    letter-spacing: 0.06em;
}

.outer4 {
    max-width: 90%;
    height: auto;
    background: navajowhite;
    margin: 13% auto;
    position: relative;
    padding: 34px 48px 44px 30px;
    box-shadow: 0 0 42px -2px #3A3A3A;
}

.toppapa4 {
    text-align: left;
    position: absolute;
    top: 29px;
}

.topcorner4 {
    display: inline-block;
    border-top: solid 3px #555;
    border-left: solid 3px #555;
    height: 25px;
    width: 25px;
}

.bottompapa4 {
    text-align: right;
    position: absolute;
    bottom: 30px;
    right: 29px;
}

.bottomcorner4 {
    display: inline-block;
    border-bottom: solid 3px #555;
    border-right: solid 3px #555;
    height: 25px;
    width: 25px;
}
/*qoute5*/
.letter5 {
    display: block;
    font-family: serif;
    font-size: 1.3em;
    line-height: 1.2;
    width: 100%;
    color: #333;
}

    .letter5:first-of-type::first-letter {
        font-family: sans-serif;
        font-size: 5em;
        line-height: 0;
        color: #989C94;
    }
/*qoute list*/
.myQuote6 {
    padding: 1%;
    margin: 2% auto;
    font-size: 22px;
    background: #fff;
    max-width: 960px;
    letter-spacing: 0.30px;
    font-family: 'Roboto Slab';
    box-shadow: 0 10px 10px rgba(0,0,0, .20);
    color: rgba(27, 79, 114, 0.8);
}

span q {
    quotes: ' ' ' ';
}

.cite6 {
    padding-left: .8%;
    font-size: 17px;
}

    .cite6:before {
        content: '- ';
        font-weight: bold;
    }

.q6 {
    border-left: 8px solid #2ecc71;
}
/*quote7*/
.div7 {
    position: relative;
    width: 100%;
    padding: 10px 0 0 30px;
    color: #666;
    background-color: #eee;
}

    .div7:before {
        content: '';
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 0;
        height: 0;
        background-color: #fff;
        border-top: 25px solid #ccc;
        border-right: 25px solid transparent;
        border-bottom: 25px solid transparent;
        border-left: 25px solid #ccc;
    }

.blockquote7:before {
    content: '‟';
    position: absolute;
    top: 50px;
    left: 15px;
    font-family: Lily Script One, sans-serif;
    font-size: 6em;
    color: #ccc;
}

.blockquote7:after {
    content: '„';
    position: absolute;
    bottom: 90px;
    right: 15px;
    font-family: sans-serif;
    font-size: 6em;
    color: #ccc;
    padding: 0;
}

.cite7 {
    display: block;
    margin-top: 20px;
    font-size: 1.5em;
    color: #666;
}
/*qoute8*/
.main8 .container {
    margin-top: 2em;
    margin-bottom: 2em;
    max-width: 655px !important;
}

.main8 .row {
    background: #fff;
    padding-bottom: 2em;
}

.main8 h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 3.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #E55934;
    font-weight: bold;
}

aside.pull {
    background: #428bca;
    color: #fff;
    padding: 10px;
    border-left: 0;
    margin: 30px 0;
}

    aside.pull h3:first-of-type {
        margin-top: 0;
    }

    aside.pull h3 {
        font-size: 2em;
        color: #fff;
        text-transform: none;
        text-align: left;
        margin-bottom: 0.5em;
    }

    aside.pull.secondary {
        background: #f9b840;
        color: #31393C;
    }

    aside.pull.titan {
        padding-bottom: 15px;
        border-bottom: 30px solid #f9b840;
    }

        aside.pull.titan.left {
            border-bottom-right-radius: 15px;
        }

        aside.pull.titan.right {
            border-bottom-left-radius: 15px;
        }

    aside.pull.nopadding {
        padding: 0;
        background: transparent;
    }
/*qoute9*/
@import url("//fonts.googleapis.com/css?family=Anton");
@import url("//fonts.googleapis.com/css?family=Cutive");

.p9:first-child:first-letter {
    float: left;
    font: 220px "Anton";
    line-height: 1;
    margin-top: -25px;
    margin-left: 0px;
    color: crimson;
}

.blockquote9 {
    width: 100%;
    font: 22px/1.8 "Cutive";
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-align: justify;
    flex-shrink: 0;
}

    .blockquote9 cite {
        float: right;
        font-size: 15px;
    }
/*qoute10*/
/* center the blockquote in the page */
.blockquote10-wrapper {
    display: flex;
}

/* Blockquote main style */
.blockquote10 {
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    color: #808084;
    padding: 30px 0;
    width: 100%;
    z-index: 1;
    margin: 80px auto;
    align-self: center;
    border-top: solid 1px;
    border-bottom: solid 1px;
}

    /* Blockquote header */
    .blockquote10 h1 {
        position: relative;
        color: #808084;
        font-size: 40px;
        font-weight: 800;
        line-height: 1;
        margin: 0;
    }

    /* Blockquote right double quotes */
    .blockquote10:after {
        position: absolute;
        content: "”";
        color: #808084;
        font-size: 10rem;
        line-height: 0;
        bottom: -23px;
        right: 30px;
    }

    /* Blockquote subheader */
    .blockquote10 h4 {
        position: relative;
        color: #292a2b;
        font-size: 1.4rem;
        font-weight: normal;
        line-height: 1;
        margin: 0;
        padding-top: 20px;
        z-index: 1;
    }

/*first letter*/
.section11 > p:first-of-type:first-letter {
    float: left;
    font-weight: bold;
    color: #e00000;
    font-size: 800%;
    line-height: 80%;
    margin: 0 1rem 0.4rem -0.6rem;
}

.container12 p:first-letter {
    font-size: 3.5rem;
    line-height: 1;
    float: left;
    margin: 0 2px;
}


.block21 {
    background-color: rgb(255 241 210);
    display: block;
    color: rgb(51, 51, 51);
    border-color: rgb(242, 209, 170);
    padding: 1.5em 1em;
}

.block22 {
    width: 100%;
    background: #f3faff;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #92c586;
}

    .block22 .quote-content {
        font-family: "IBM Plex Serif",Arial,Helvetica,sans-serif;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 28px;
        color: #333;
        position: relative;
        padding-top: 60px;
        width: 100%;
    }

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0
    }

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
        color: #777
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        text-align: right;
        border-right: 5px solid #eee;
        border-left: 0
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: ''
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '\00A0 \2014'
        }


@media only screen and (min-width: 390px) {
    .pt-400 {
        padding-top: 40vh
    }
}


@media only screen and (min-width: 460px) {
    .pt-400 {
        padding-top: 40vh
    }
}

@media only screen and (min-device-width: 768px) {
    .pt-400 {
        padding-top: 0vh
    }
}


@media only screen and (min-width:200px) and (max-width:375px) {
    #full-screen-me {
        height: 250vh !important;
    }
}

@media only screen and (min-width:380px) and (max-width:430px) {
    #full-screen-me {
        height: 230vh !important;
    }
}

@media only screen and (min-width:390px) and (max-width:490px) {
    #full-screen-me {
        height: 230vh !important;
    }
}
