﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'svn-gilroy bold';
    src: url('../webfonts/gilroy-bold.woff2') format('opentype');
    font-display: swap;
}

:root {
    --next-show-color: #FFFFFFA3;
    --live-color: #FFFFFF;
    --nav-text-color: #757575;
    --line-color: rgba(112,112,112,0.2);
    --post-text-color: #616161;
    --new-heading-text-color: #000000DE;
    --category-color: #00000099;
    --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;
}

.color-a {
    color: #000000DE !important;
}

a {
    list-style: none !important;
    text-decoration: none !important;
}
/*Head*/
.top-header {
    background-image: url(../img/header-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
}

    .top-header > .col-8 > #showmenu {
        display: none !important;
    }

    .top-header > .col-8 {
        padding-left: 12px;
    }

    .top-header > .justify-content-end {
        padding-right: 12px;
    }

.menu > .nav > .nav-item > a > h2 {
    font-family: var(--barlow-semi-font);
    font-size: 16px;
    color: var(--live-color);
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    line-height: 23px
}

.menu-bottom > .container > .col-1 > .pt-2 > a > h3 {
    font-size: 14px;
    list-style: none;
    text-decoration: none;
    color: #000000;
    font-family: var(--barlow-semi-font);
    display: block;
}

.menu > .nav > .nav-item > a > h3 {
    font-family: var(--barlow-semi-font);
    font-size: 16px;
    color: var(--live-color);
    font-weight: bold;
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    line-height: 23px
}

.menu > .nav > .nav-item > .flex-column > li > a > h2 {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: 0 !important
}

.menu > .nav > .nav-item > .flex-column > li > a > h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    margin: 0 !important
}

.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;
    }

    .weather > .fw-bold {
        margin-top: 3px;
    }

    .weather > .img > img {
        width: 75%;
        height: 18px;
    }

#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 > h2 {
            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%;
            width: fit-content;
        }

            .menu-bottom > .container > .col-1 > .pt-2 > a > h2 {
                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);
}
/* body */
.line-topstory {
    border: 1px solid var(--line-color);
}

.card_news {
    flex-wrap: wrap;
}

    .card_news > .trend a {
        color: #818181;
        font-size: 13px;
        font-family: var(--barlow-semi-font);
    }

    .card_news .px-2 {
        font-size: 16px;
        font-family: var(--barlow-semi-font);
        font-weight: bold;
        color: #818181;
    }

    .card_news .tag {
        font-size: 15px;
        font-family: var(--barlow-semi-font);
        color: #818181;
    }

        .card_news .tag:hover {
            background-color: #95939347;
            cursor: grab;
        }

nav > .container-fluid > .navbar-brand > h2 {
    border-bottom: 3px solid var(--main-red);
    color: var(--main-red);
    font-weight: bold;
    font-family: var(--barlow-semi-font);
}

nav > .container-fluid > .navbar-brand > h1 {
    border-bottom: 2px solid var(--main-red);
    color: var(--main-red);
    font-size: 24px;
    font-weight: 600;
    font-family: var(--barlow-semi-font);
}

.first-h2 {
    border-bottom: 2px solid var(--main-red) !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}


.navbar > .container-fluid > #navbarNav > .navbar-nav > .nav-item > .nav-link {
    color: var(--category-color);
    /*border-left: 2px solid var(--line-color);*/
    font-size: 18px;
    font-family: var(--barlow-semi-font)
}

    .navbar > .container-fluid > #navbarNav > .navbar-nav > .nav-item > .nav-link h2 {
        color: var(--category-color);
        /*border-left: 2px solid var(--line-color);*/
        font-size: 18px;
        font-family: var(--barlow-semi-font);
        font-weight: 400;
        margin: 0 !important
    }

    .navbar > .container-fluid > #navbarNav > .navbar-nav > .nav-item > .nav-link h1 {
        color: var(--category-color);
        /*border-left: 2px solid var(--line-color);*/
        font-size: 18px;
        font-family: var(--barlow-semi-font);
        font-weight: 400;
        margin: 0 !important
    }

.active_nav {
    color: var(--main-red) !important;
    border-bottom: 1px solid var(--main-red) !important;
}

.active_nav h1{
    color: var(--main-red) !important;
}
/* Topstory */
.topstory {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

    .topstory .side-content {
        overflow-y: scroll;
        max-height: 570px;
        border-left: 1px solid var(--line-color);
    }

    .topstory > .main-content > p {
        font-family: var(--merri-font);
        font-size: 16px;
        color: var(--post-text-color);
    }

    .topstory > .main-content h3 {
        font-size: 26px;
        text-decoration: none;
        list-style: none;
        font-family: var(--roboto-font);
        font-weight: bold;
        color: #000000DE;
    }

    .topstory > .side-content > div.d-flex {
        padding: 25px 10px 25px 10px;
        border-bottom: 1px solid var(--line-color);
    }

        .topstory > .side-content > div.d-flex > .aspect-16-9 {
            width: 40%;
        }

        .topstory > .side-content > div.d-flex > .fw-bold {
            width: 60%;
        }

            .topstory > .side-content > div.d-flex > .fw-bold > .red-on-hover > h3 {
                list-style: none;
                text-decoration: none;
                font-size: 18px;
                font-family: var(--roboto-font);
                font-weight: bold;
                color: #000000DE;
            }

    .topstory > .side-content > div > img {
        width: 40%;
        height: 30%;
    }

    .topstory > .side-content > div > div > p {
        font-size: 14px;
    }

    .topstory > .side-content > div > div > div.new_catagory {
        color: var(--text-gray-thirty);
    }

    .topstory > .side-content > div > div > p {
        font-size: 18px;
    }

    .topstory > .side-content > div > div > div.new_catagory > p {
        font-size: 15px;
        color: #9E9E9E;
        font-family: Barlow Semi Condensed;
    }

    .topstory > .side-content > div > div > div.new_catagory > .px-1 {
        font-size: 15px;
        color: #7F0000;
        font-family: Barlow Semi Condensed;
    }

    .topstory > .side-content > div > div > div.new_catagory > i {
        padding: 5px 5px 5px 25px;
        color: #9E9E9E;
    }

    .topstory > .side-content > div > div.fw-bold {
        padding: 0 0 0 15px;
    }

.banner > a > img {
    width: 100%;
    height: 100%;
}

.banner {
    padding-top: 0;
    padding-bottom: 0;
}

.headline {
    color: var(--red);
}

.navbar-expand-lg .navbar-nav {
    margin-bottom: 12px;
}

.container > .navbar {
    padding: 0px !important;
}
/* .row>.col>.d-flex>.col-3>img{
    width: 100%;
    height:100%;
} */
.row > .col > a > .py-2 {
    font-size: 26px;
    color: var(--main-red);
    font-weight: bold;
}

.Podcast {
    border-bottom: 1px solid var(--line-color);
}

.row > .col > .d-flex > .w75 > a > .fw-bold {
    font-size: 22px;
    color: #000000;
}

.left-line {
    border-left: 1px solid var(--line-color);
}

.y-line {
    border-bottom: 1px solid var(--line-color);
}

.row > .col > .d-flex > .aspect-1-1 {
    width: 30%;
}

.row > .col > .d-flex > .w75 {
    width: 70%;
}

    .row > .col > .d-flex > .w75 > .fs6 {
        color: #616161;
        font-size: 14px;
    }

    .row > .col > .d-flex > .w75 > .new_catagory {
        color: var(--icon-color-1);
        font-size: 13px;
    }

        .row > .col > .d-flex > .w75 > .new_catagory > i {
            padding: 5px 5px 0 20px;
        }

#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%;
        padding-top: 10px;
    }

/* BTN VIDEO */
.btn-playvideo-max > a > i {
    font-size: 58px;
    color: #f1f1f1;
}

.btn-playvideo-max {
    position: absolute;
    z-index: 10;
    z-index: 10;
    bottom: 20px;
    left: 55px;
    transform: translate(-50%,-50%);
    width: 95px;
    height: 29px;
    opacity: 55%;
}

.btn-playvideo > a > i {
    font-size: 34px;
    color: #f1f1f1;
}

.btn-playvideo {
    position: absolute;
    z-index: 10;
    z-index: 10;
    bottom: -15px;
    left: 20px;
    transform: translate(-50%,-50%);
    width: 34px;
    height: 34px;
    opacity: 65%;
}

.btn-playlive > i {
    font-size: 40px;
    color: #f1f1f1;
    position: absolute;
    z-index: 10;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-55%);
}

.btn-playmainvideo > i {
    font-size: 110px;
    color: #f1f1f1;
    z-index: 10;
}

.btn-playmainvideo {
    position: absolute;
    z-index: 10;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-55%);
}

.btn-playmainvideo-style2 {
    position: absolute;
    z-index: 10;
    left: 85%;
    bottom: 3%;
    height: 69px !important;
    width: 70px;
    background-color: var(--main-red);
    border-radius: 100%;
    border: none;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .btn-playmainvideo-style2 > a > i {
        font-size: 30px;
        color: #ffff;
    }

.btn-playvideo-style2 > i {
    color: var(--main-red);
    font-size: 36px;
}

.btn-microvideo {
    background-color: #00000099;
    height: 69px !important;
    width: 70px;
    border-radius: 100%;
    position: absolute;
    bottom: 3%;
    right: 85%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .btn-microvideo > a > i {
        color: #E0BF48;
        font-size: 28px;
    }

.btn-headvideo > a > i {
    font-size: 18px;
    color: #E0BF48;
}

.btn-headvideo {
    position: relative;
    height: 36px;
    width: 36px;
    border-radius: 100%;
    z-index: 10;
    top: -3em;
    left: 5%;
    background-color: #00000099;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
}

.btn-playvideo-style2 > i {
    color: var(--main-red);
    font-size: 36px;
}

.p-ratio {
    color: #00000099;
    font-size: 18px;
    font-family: var(--barlow-semi-font);
}

#_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;
}

.suggest-search {
    position: absolute;
    /*top: 11%;*/
    width: fit-content;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 3px 8px rgb(0 0 0 / 5%);
    /*border: 1px solid rgba(0,0,0,.1);*/
    font-size: 13px;
    color: var(--dark);
}

    .suggest-search > ul {
        list-style: none;
        padding-left: 0;
    }

        .suggest-search > ul > li > a:hover {
            background-color: gainsboro;
        }

        .suggest-search > ul > li > a {
            padding: 8px 10px;
            width: 100%;
            display: block;
            position: relative;
            text-decoration: none;
            cursor: pointer;
            color: inherit;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: normal;
        }

            .suggest-search > ul > li > a > div > mark {
                padding: 0 !important;
            }
/* Hai */
::-webkit-scrollbar {
    width: 14px;
    background-color: transparent;
}

::-webkit-scrollbar-track {
    background-color: #F2F1EF;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 3px solid transparent;
    background-clip: content-box;
}

.topstory > .side-content:hover::-webkit-scrollbar-thumb {
    display: block;
}

.topstory > .side-content::-webkit-scrollbar-track {
    background-color: transparent;
}

.topstory > .side-content::-webkit-scrollbar {
    width: 10px;
}

.topstory > .side-content::-webkit-scrollbar-thumb {
    display: none;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.col-4 > .live-block > .live-content > img {
    position: absolute;
    z-index: 0;
}

.topstory > .col-4 > .d-flex > .aspect-16-9 > a > img {
    max-height: 86px;
}

.col-8 > .aspect-16-9 {
    max-height: 466px;
}

    .col-8 > .aspect-16-9 > .aspect-content {
        max-height: 466px;
    }

.aspect-3-6 {
    position: relative;
    display: block;
}

    .aspect-3-6::before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 200%;
    }

.aspect-16-9 {
    position: relative;
    display: block;
}

    .aspect-16-9::before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 56.25%;
    }

.aspect-content {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.aspect-content-style2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 92%;
    object-fit: cover;
}

.text-upper {
    text-transform: uppercase;
}

.body-text {
    font-size: 14px;
    color: var(--post-text-color);
    font-family: var(--merri-font);
}

.roboto-heading-font {
    font-family: var(--roboto-font);
    color: var(--new-heading-text-color);
    font-weight: bold;
}

.one-line {
    display: -webkit-box;
    max-height: 3.6rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 1;
    line-height: 1.2rem;
}

.two-line {
    display: -webkit-box;
    max-height: 5.6rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.8rem;
}

.two-line-style2 {
    display: -webkit-box;
    max-height: 4.2rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: "----" !important;
    white-space: normal;
    -webkit-line-clamp: 2;
    line-height: 1.6rem;
}

.three-line {
    display: -webkit-box;
    max-height: 6rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-height: 1.5rem;
}

.three-line-1 {
    display: -webkit-box;
    max-height: 6rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-height: 1.5rem;
}

.four-line {
    display: -webkit-box;
    max-height: 6rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 4;
    line-height: 1.2rem;
}

.five-line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 5;
    line-height: 1.6rem;
}

.border-right-line {
    border-right: 1px solid var(--line-color);
}

.border-bottom-line-red {
    border-bottom: 1px solid var(--main-red);
}

.font-red {
    color: var(--main-red);
    font-size: 18px;
    font-family: var(--barlow-semi-font);
}

.live-active {
    border-bottom: 2px solid var(--live-color);
    font-weight: bold !important;
}

.bottom-line-2 {
    border-bottom: 1px solid var(--line-color) !important;
}

.red-on-hover:hover {
    color: var(--main-red) !important;
}

/* News Section end border */
.section-bottom-line {
    border-bottom: 1px solid var(--line-color);
    padding-bottom: 1em;
    margin-bottom: 1rem;
}

    .section-bottom-line > .news-section-third-design > .pe-2 > .row {
        height: 420px;
    }

    .section-bottom-line > .news-section-third-design > .row > .grid-3-box {
        height: 175px;
    }

.box-border-bottom {
    border-bottom: 1px solid var(--line-color);
}
/* News section First Designs  */

.home-page > .row > .news-section-first-design .news-heading h3:hover {
    color: var(--main-red);
    transition: 300ms;
}

.home-page > .row > .news-section-first-design .news-heading a {
    text-decoration: none;
}

.home-page > .row > .news-section-first-design .category-tag h2 {
    text-decoration: none;
    color: var(--main-red);
    font-family: var(--barlow-semi-font);
    font-weight: bold;
    font-size: 16px;
}

    .home-page > .row > .news-section-first-design .category-tag h2:hover {
        text-decoration: underline !important;
    }

.home-page > .row > .news-section-first-design > .row > .right-col .news-heading h3 {
    font-size: 20px;
}

.home-page > .row > .news-section-first-design > .row > .right-col .article-description, .home-page > .row > .news-section-first-design > .row > .left-col > .news-box .article-description {
    font-family: var(--merri-font);
    font-size: 14px;
}

.home-page > .row > .news-section-first-design > .row > .right-col > .news-block:first-child {
    border-bottom: 1px solid var(--line-color);
}

.home-page > .row > .news-section-first-design > .row > .right-col {
    width: 20%;
}

.home-page > .row > .news-section-first-design > .row > .midder-col {
    width: 50%;
}

.home-page > .row > .news-section-first-design > .row > .left-col {
    width: 30%;
}

.home-page > .row > .news-section-first-design > .row > .midder-col {
    border-left: 1px solid var(--line-color);
    border-right: 1px solid var(--line-color);
}

    .home-page > .row > .news-section-first-design > .row > .midder-col > .main-news > .news-img-box > a > img {
        max-height: 363px;
    }

    .home-page > .row > .news-section-first-design > .row > .midder-col > .main-news .news-heading h3 {
        font-size: 26px;
    }

    .home-page > .row > .news-section-first-design > .row > .midder-col > .main-news .article-description {
        font-size: 14px;
    }

    .home-page > .row > .news-section-first-design > .row > .midder-col > .sup-main-news .news-heading h3 {
        font-size: 15px;
    }

.home-page > .row > .news-section-first-design > .row > .left-col > .live-block {
    background-color: #445F8F;
    max-height: 363px;
}

    .home-page > .row > .news-section-first-design > .row > .left-col > .live-block > .live-heading a {
        text-decoration: none;
        font-family: var(--barlow-semi-font);
        font-weight: 400;
        color: var(--live-color);
    }

    .home-page > .row > .news-section-first-design > .row > .left-col > .live-block > .live-content {
        max-height: 186px;
    }

    .home-page > .row > .news-section-first-design > .row > .left-col > .live-block > .next-show p {
        color: var(--next-show-color);
        font-family: var(--barlow-semi-font);
        font-size: 12px;
    }

.sup-main-news > .row > .col-4 > .news-img-box > .aspect-content {
    max-height: 112px;
}

.home-page > .row > .news-section-first-design > .row > .left-col > .live-block > .next-show span {
    color: var(--live-color);
    font-family: var(--roboto-font);
    font-size: 14px;
}

.home-page > .row > .news-section-first-design > .row > .left-col > .news-box .news-heading h3 {
    font-size: 20px;
}

.home-page > .row > .news-section-first-design > .row > .left-col > .news-box:nth-child(2) {
    border-bottom: 1px solid var(--line-color);
}


/* Second section design */

.home-page .news-section-heading > div:first-child {
    line-height: 25px;
}

    .home-page .news-section-heading > div:first-child h2 {
        font-size: 28px;
        color: var(--main-red);
        font-family: var(--barlow-semi-font);
        font-weight: 600;
        border-bottom: 2px solid var(--main-red);
        text-transform: uppercase;
    }

.home-page .news-section-heading > div p {
    font-family: var(--barlow-semi-font);
    font-size: 18px;
    color: var(--category-color);
}

.home-page > .row > .news-section-second-design > .row > .right-col > .news-box .news-heading h3 {
    font-size: 18px;
}

.home-page > .row > .news-section-second-design > .row > .right-col > .news-box .news-heading i {
    font-size: 18px;
    color: var(--icon-color-1);
    margin-left: .5rem;
}

.home-page > .row > .news-section-second-design > .row > .right-col > .news-box:nth-child(2) {
    border-bottom: 1px solid var(--line-color);
    border-top: 1px solid var(--line-color);
}

.home-page > .row > .news-section-second-design > .row > .midder-col .news-heading h3 {
    font-size: 24px;
}

.home-page > .row > .news-section-second-design > .row > .midder-col {
    border-left: 1px solid var(--line-color);
    border-right: 1px solid var(--line-color);
}

.home-page > .row > .news-section-second-design > .row > .left-col > .news-box > .news-img-box > a > img {
    max-height: 175.5px;
}

.home-page > .row > .news-section-second-design > .row > .midder-col > .main-news > .news-img-box > a > img {
    max-height: 300px;
}

.home-page > .row > .news-section-second-design > .row > .left-col > .news-box > .news-heading h3 {
    font-size: 18px;
}

.home-page > .row > .news-section-second-design > .row > .left-col-2 > .news-box > .news-heading h3 {
    font-size: 18px;
}

.home-page > .row > .news-section-second-design > .row > .left-col > .news-box:first-child {
    border-bottom: 1px solid var(--line-color);
}

.home-page > .row > .news-section-second-design > .row > .left-col-2 > .news-box:first-child {
    border-bottom: 1px solid var(--line-color);
}

/* Reorganize Second section design */

.home-page > .row > .news-section-second-design > .row > .midder-reorganize-col {
    border-left: 1px solid var(--line-color);
    border-right: 1px solid var(--line-color);
}

    .home-page > .row > .news-section-second-design > .row > .midder-reorganize-col .news-box:nth-child(2) {
        border-top: 1px solid var(--line-color);
        border-bottom: 1px solid var(--line-color);
    }

.home-page > .row > .news-section-second-design > .row > .right-reorganize-col .news-heading h3 {
    font-size: 24px;
}

.home-page > .row > .news-section-second-design > .row > .midder-reorganize-col .news-heading h3 {
    font-size: 18px;
}

    .home-page > .row > .news-section-second-design > .row > .midder-reorganize-col .news-heading h3 i {
        font-size: 18px;
        color: var(--icon-color-1);
    }


/* Third section design */

.row > .main-news .news-heading h3 {
    font-size: 22px;
}

.row > .border-line {
    border-left: 1px solid var(--line-color);
    border-right: 1px solid var(--line-color);
}

.grid-col .news-heading h3 {
    font-size: 18px;
    color: #000000DE;
    font-family: var(--roboto-font);
    line-height: 1.3;
}

.grid-col > .grid-3-box .category-box .small-category {
    font-size: 14px;
    font-family: var(--barlow-semi-font);
    color: var(--small-category-color);
}

.grid-col > .grid-3-box .category-box .comment-icon i {
    font-size: 14px;
    color: var(--icon-color-1);
}

.grid-col > .grid-3-box .category-box .comment-count p {
    color: var(--main-red);
    font-size: 14px;
}


/* .home-page>.row > .news-section-third-design>.row>.grid-col .grid-3-box:nth-child(10n-9){
    height: 110px;
} */

.grid-col .grid-3-box:nth-child(1) {
    padding-top: 0 !important;
}

.grid-col .grid-3-box {
    height: 150px;
}

.news-bottom > .grid-col .grid-3-box:nth-child(1) {
    padding-top: 0 !important;
}

.news-bottom > .grid-col .grid-3-box {
    height: auto;
}

.grid-col > .grid-3-box > .news-box > .news-img-box {
    width: 50% !important;
    height: 100%;
}

.grid-col > .grid-3-box > .news-box > .news-heading {
    width: 50% !important;
}

.grid-col .grid-3-box-style2 {
    max-height: 190px;
}

.grid-col .grid-3-box-style2 {
    border-bottom: 1px solid var(--line-color);
}

.grid-col .grid-3-box:nth-child(3) {
    border: none;
}

.news-bottom > .grid-col .grid-3-box:nth-child(3) {
    border: none;
}

.grid-col .grid-3-box {
    border-bottom: 1px solid var(--line-color);
}

.news-bottom > .grid-col .grid-3-box {
    border-bottom: 1px solid var(--line-color);
}

.three-line-2 {
    display: -webkit-box;
    max-height: 4.4rem;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 3;
    line-height: 1.5rem;
}

.col-6 {
    width: 44%;
}

.col-3 {
    width: 28%;
}

.row > .col-9 > .col-5 > .news-box > .news-heading > a > .roboto-heading-font {
    font-size: 18px !important;
    color: #000000DE;
}

/*Bottom news*/
.row > .news-bottom > .right-reorganize-col .news-heading h3 {
    font-size: 22px;
}

.border-line {
    border-left: 1px solid var(--line-color);
    border-right: 1px solid var(--line-color);
}

.side-banner img {
    width: 100%;
    margin-top: 20px
}

.row > .news-bottom > .grid-col .news-heading h3 {
    font-size: 18px;
    color: #000000DE;
    font-family: var(--roboto-font);
}

.row > .news-bottom > .grid-col > .grid-3-box .category-box .small-category {
    font-size: 14px;
    font-family: var(--barlow-semi-font);
    color: var(--small-category-color);
}

.row > .news-bottom > .grid-col > .grid-3-box .category-box .comment-icon i {
    font-size: 14px;
    color: var(--icon-color-1);
}

.row > .news-bottom > .grid-col > .grid-3-box .category-box .comment-count p {
    color: var(--main-red);
    font-size: 14px;
}

.row > .news-bottom {
    border-right: 1px solid var(--line-color);
    width: 72% !important;
}

    .row > .news-bottom > .right-reorganize-col {
        width: 61.333333% !important;
    }

    .row > .news-bottom > .midder-reorganize-col {
        width: 38.666667% !important;
    }

.row > .banner-right {
    width: 28% !important;
    display: block;
}

.row > .news-bottom > .grid-col {
    border-left: 1px solid var(--line-color);
}

.view-more {
    color: #9E9E9E;
    font-family: var(--barlow-semi-font);
    font-size: 14pt;
    display: none;
}

.border-right {
    border-right: 1px solid var(--line-color);
}

/* News section second style 2 */
.home-page > .row > .news-section-second-design > .news-section-heading-style-2 h2 {
    color: var(--main-red);
    border-bottom: 3px solid var(--main-red);
    font-size: 32px;
    font-family: var(--barlow-semi-font);
    font-weight: bold;
}

.home-page > .row > .news-section-second-design > .row > .right-reorganize-col > .main-news > .news-heading-style-2 {
    font-size: 22px;
}

.home-page > .row > .news-section-second-design > .row > .col-9 {
    width: 72%;
}

    .home-page > .row > .news-section-second-design > .row > .col-9 > .right-reorganize-col {
        width: 61.1111111%;
    }

    .home-page > .row > .news-section-second-design > .row > .col-9 > .midder-reorganize-col {
        width: 38.8888889%;
    }

.home-page > .row > .news-section-second-design > .row > .col-3 {
    width: 28%;
}

.home-page > .row > .news-section-second-design > .row > .right-reorganize-col {
    width: 44%;
}

.home-page > .row > .news-section-second-design > .row > .midder-reorganize-col {
    width: 28%;
}

.home-page > .row > .news-section-second-design > .row > .left-col-2 {
    width: 28%;
}

    .home-page > .row > .news-section-second-design > .row > .left-col-2 > .news-box > .news-img-box > a > img {
        max-height: 198px;
    }

.home-page > .row > .news-section-second-design > .row > .grid-col .grid-3-box-style2 {
    height: 190px;
}

.home-page > .row > .news-section-second-design > .row > .midder-reorganize-col > .news-box .news-img-box {
    width: 75%;
}

/* List News */
.list-news > .other-new-box {
    border-top: 1px solid var(--line-color);
}

    .list-news > .other-new-box > .other-new-img-box {
        width: 40% !important;
    }

    .list-news > .other-new-box > .other-new-side-box {
        width: 60% !important;
    }

    .list-news > .other-new-box > .other-new-img-box > a > .aspect-content {
        height: 100%;
    }

    .list-news > .other-new-box > .other-new-side-box > .other-new-header a {
        text-decoration: none;
    }

    .list-news > .other-new-box > .other-new-side-box > .other-new-header h4 {
        font-size: 22px;
    }

    .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;
    }

    .list-news > .other-new-box > .other-new-side-box > .other-new-category p {
        font-family: var(--barlow-semi-font);
        font-size: 18px;
    }

    .list-news > .other-new-box > .other-new-side-box > .other-new-category .count-num {
        color: var(--main-red);
    }

.bold-roboto {
    font-weight: bold;
    font-family: var(--roboto-font);
    color: var(--new-heading-text-color) !important;
}

.list-new-container {
    border-right: 1px solid var(--line-color);
    padding-right: 10px;
    margin-left: 5px;
}

.pagination > .page-item {
    border: 1px solid var(--line-color);
}

    .pagination > .page-item.active {
        background-color: var(--main-red);
    }

        .pagination > .page-item.active > a {
            background-color: var(--main-red);
            border: 1px solid var(--main-red);
        }

    .pagination > .page-item > a {
        color: #00000080;
    }

.row > .col-9 > .col-7 {
    border-right: 1px solid var(--line-color);
}

.row > .col-9 > .list-news > .other-new-box > .other-new-img-box {
    width: 100%;
}

.row > .col-9 > .list-news > .other-new-box > .other-new-side {
    width: 100%;
}

.row > .col-9 > .col-5 > .news-box > .news-heading > a > .roboto-heading-font {
    font-size: 18px !important;
    color: #000000DE;
}

.topstory > .col-8 {
    border-right: 1px solid var(--line-color);
}

.news-section-second-design > .row > .w71 {
    padding-left: 10px !important;
}

.news-section-second-design > .row > .w28 {
    padding-right: 0px !important;
}
/* footer */
footer {
    background-color: #F8F8F9;
}

    footer > .menu > .nav > .nav-item {
        padding: 20px 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 23px;
        }

.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: 12px;*/
        line-height: 1.7;
    }

    .footer_center > .container > .footer_right > p {
        /*font-size: 12px;*/
    }

.footer_bottom {
    background-color: var(--gray-bg-2);
    border-bottom: 1px solid var(--line-color);
    border-top: 1px solid var(--line-color);
}

    .footer_bottom > .container > .img > img {
        width: 40%;
        height: auto;
    }

    .footer_bottom > .container > .title {
        font-size: 12px;
    }

footer > .footer_bottom > .container > .title {
    display: block;
}

footer > .footer_center > .mobile > .title {
    display: none;
}

footer > .footer_bottom > .container > .title > .flex {
    display: flex;
    padding-left: 0px;
}

.img-holder {
    overflow: hidden;
    cursor: pointer;
}

    .img-holder .default {
        transition: 300ms ease;
    }

    .img-holder:hover .default {
        transform: translateY(-100%);
    }

.aspect-1-1 {
    position: relative;
    display: block;
}

    .aspect-1-1::before {
        width: 100%;
        padding-top: 100%;
        content: '';
        display: block;
    }
/* JAVASCRIPT */
#menu-bottom {
    display: none;
}

    #menu-bottom.active {
        display: block;
        z-index: 100;
    }

#login.active {
    visibility: visible;
    z-index: 1000;
}

.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;
}

.tab-item {
    cursor: pointer;
}

.w71 {
    width: 71% !important
}

.w28 {
    width: 28% !important
}

.banner-ads {
    position: fixed;
    z-index: -1;
    width: 18%;
    top: 1%;
}

.openApp {
    display: none;
}
/* Responsive */
@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;
    }

    .w71 {
        width: 71% !important
    }
}
/* Mobile */
@media only screen and (max-width: 740px) {
    .w71 {
        width: 100% !important
    }

    .line-menu > .menu > .nav {
        overflow-x: scroll;
        max-width: 100%;
        height: 42pt;
        flex-wrap: nowrap;
        overflow-y: hidden;
    }

        .line-menu > .menu > .nav > .nav-item > .nav-link {
            width: 20%;
            font-size: 10px;
        }

    .row {
        flex-direction: column;
    }

    .w30 {
        display: none
    }

    .row > .col-6 {
        width: 100%;
    }

    .row > .col-3 {
        width: 100%;
        border-left: none;
        margin-top: 1em;
    }

        .row > .col-3 > .grid-3-box {
            height: 90px;
        }

            .row > .col-3 > .grid-3-box:first-child {
                border-bottom: none;
                border-top: 1px solid var(--line-color);
                padding-top: 1em;
                height: 60px;
            }

            .row > .col-3 > .grid-3-box:last-child {
                /*display: none;*/
            }


    .row > .news-bottom > .col-7 {
        width: 100%;
        padding-right: 0.2rem !important;
        padding-left: 0.2rem !important;
    }

    .row > .news-bottom > .col-5 {
        width: 100%;
        border-left: none;
        margin-top: 1em;
    }

        .row > .news-bottom > .col-5 > .grid-3-box {
            height: 90px;
        }

            .row > .news-bottom > .col-5 > .grid-3-box > .category-box {
                display: none !important;
            }

            .row > .news-bottom > .col-5 > .grid-3-box:first-child {
                border-bottom: none;
                border-top: 1px solid var(--line-color);
                padding-top: 1em;
                height: 60px;
            }

            .row > .news-bottom > .col-5 > .grid-3-box:last-child {
                /*display: none;*/
            }

    .single-banner, view-more {
        display: none !important;
    }
}

@media only screen and (max-device-width: 768px) {
    .view-more {
        display: none !important;
    }
}

/*Event tiếng hát*/
.container_event {
    background-color: #F6F3EA;
}

    .container_event > .item_header {
        background-image: url('../images/thhn_bg.jpg');
        background-repeat: no-repeat;
    }

        .container_event > .item_header > .container {
            padding-top: 60px;
        }

            .container_event > .item_header > .container > .header_container {
                display: flex;
                align-items: center;
                position: relative;
                padding-bottom: 40px;
            }

                .container_event > .item_header > .container > .header_container > .logo {
                    font-family: var(--roboto-font);
                    color: #EADBB6;
                    text-transform: uppercase;
                    text-align: center;
                    font-size: 21px;
                    padding-left: 85px;
                }

                .container_event > .item_header > .container > .header_container > .item_clickInstruct {
                    font-family: var(--roboto-font);
                    color: #EADBB6;
                    font-size: 18px;
                    right: 0;
                    position: absolute;
                    text-decoration: underline !important;
                }

            .container_event > .item_header > .container > .trailer_container {
                display: flex;
                /*align-items: center;*/
            }

                .container_event > .item_header > .container > .trailer_container > .item_left {
                    width: 35%;
                }

                    .container_event > .item_header > .container > .trailer_container > .item_left > .logo_event {
                        padding: 20px;
                    }

                    .container_event > .item_header > .container > .trailer_container > .item_left > .item_qrCode {
                        background-color: #CEA144;
                        border-radius: 10px;
                        width: 403px;
                        height: 421px;
                    }

                        .container_event > .item_header > .container > .trailer_container > .item_left > .item_qrCode > .title_qr {
                            color: #710E02;
                            font-family: var(--roboto-font);
                            font-size: 24px;
                            padding: 50px;
                            text-align: center;
                        }

                        .container_event > .item_header > .container > .trailer_container > .item_left > .item_qrCode > .item_imgQr {
                            text-align: center;
                            align-items: center;
                        }

                    .container_event > .item_header > .container > .trailer_container > .item_left > .item_related {
                        padding-top: 63px;
                        padding-right: 55px;
                    }

                        .container_event > .item_header > .container > .trailer_container > .item_left > .item_related > .item_txt {
                            color: #710E02;
                            font-family: var(--roboto-font);
                            font-size: 30px;
                            text-transform: uppercase;
                            padding-bottom: 10px;
                        }

                        .container_event > .item_header > .container > .trailer_container > .item_left > .item_related > .news_related > .item_third > a > h3 {
                            color: #010000;
                            font-family: var(--roboto-font);
                            font-size: 30px;
                        }

                        .container_event > .item_header > .container > .trailer_container > .item_left > .item_related > .news_related > .item_news {
                            border-top: 1px solid #DCD9D0;
                        }

                            .container_event > .item_header > .container > .trailer_container > .item_left > .item_related > .news_related > .item_news > a > h3 {
                                color: #010000;
                                font-family: var(--roboto-font);
                                font-size: 24px;
                                font-weight: 400;
                            }

                .container_event > .item_header > .container > .trailer_container > .item_right {
                    width: 65%;
                }

                    .container_event > .item_header > .container > .trailer_container > .item_right > .logo_event {
                        display: none;
                    }

                    .container_event > .item_header > .container > .trailer_container > .item_right > .title_Regulation {
                        padding-top: 120px;
                        display: flex;
                        position: relative;
                        align-items: center;
                        padding-bottom: 15px;
                    }

                        .container_event > .item_header > .container > .trailer_container > .item_right > .title_Regulation > .item_txt {
                            color: #710E02;
                            font-family: var(--roboto-font);
                            font-size: 30px;
                            text-transform: uppercase;
                        }

                        .container_event > .item_header > .container > .trailer_container > .item_right > .title_Regulation > .item_download {
                            right: 0;
                            position: absolute;
                        }

                    .container_event > .item_header > .container > .trailer_container > .item_right > .item_regulation {
                        border-radius: 10px;
                        border: 1px solid #D6D4C8;
                        height: 705px;
                        padding: 10px;
                    }

                        .container_event > .item_header > .container > .trailer_container > .item_right > .item_regulation > .content_regulation {
                            max-height: 686px;
                            overflow-y: auto;
                        }

                            .container_event > .item_header > .container > .trailer_container > .item_right > .item_regulation > .content_regulation > p {
                                background-color: #F6F3EA !important;
                            }

                            .container_event > .item_header > .container > .trailer_container > .item_right > .item_regulation > .content_regulation::-webkit-scrollbar {
                                width: 10px;
                                /*background-color: #F6F3EA;*/
                            }

                            .container_event > .item_header > .container > .trailer_container > .item_right > .item_regulation > .content_regulation::-webkit-scrollbar-thumb {
                                display: block;
                            }

                            .container_event > .item_header > .container > .trailer_container > .item_right > .item_regulation > .content_regulation::-webkit-scrollbar-track {
                                background-color: transparent;
                            }

                            .container_event > .item_header > .container > .trailer_container > .item_right > .item_regulation > .content_regulation::-webkit-scrollbar {
                                width: 10px;
                            }

    .container_event > .item_content > .title_list {
        color: #710E02;
        font-family: var(--roboto-font);
        font-size: 30px;
        text-transform: uppercase;
        text-align: center;
        padding-top: 50px;
    }

    .container_event > .item_content > .item_load {
        text-align: center;
        margin-top: 25px;
        display: flex;
        justify-content: center;
    }

        .container_event > .item_content > .item_load > .item_btn {
            color: #710E02;
            font-family: var(--roboto-font);
            font-size: 24px;
            text-align: center;
            padding: 10px;
            margin-top: 30px;
            border-radius: 10px;
            border: 1px solid #710E02;
            /*width: 15%;*/
        }

    .container_event > .item_content > .container_list {
        text-align: center;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding-top: 30px;
        padding-left: 0px;
    }

        .container_event > .item_content > .container_list > .item_candidates {
            list-style: none !important;
            width: 20%;
            padding-bottom: 35px;
        }

            .container_event > .item_content > .container_list > .item_candidates > .item_avatar {
                /*background-color: #B0AD9E;*/
                width: 100%;
                height: 100%;
                /*border-radius: 50%;
                margin-left: 20px;*/
            }

                .container_event > .item_content > .container_list > .item_candidates > .item_avatar > img {
                    width: 100%;
                    height: 100%;
                }

            .container_event > .item_content > .container_list > .item_candidates > .title_name {
                color: #000000;
                font-family: var(--roboto-font);
                font-size: 24px;
            }

.footer_Event {
    padding: 20px 0;
    background-color: #2E0002;
    text-align: center;
}

    .footer_Event > span {
        color: #FFEEE9;
        font-family: var(--roboto-font);
        font-size: 20px;
    }

/*Logo*/
.logo-HN {
    width: 10%;
}

.text_logo {
    margin-bottom: 0px;
    align-items: center;
    display: flex;
    padding-left: 6px;
}

    .text_logo > a {
        color: #99213B;
        font-size: 20px;
        font-weight: 400;
        font-family: 'svn-gilroy bold';
    }

@media only screen and (min-device-width: 990px) {
    .modal-dialog {
        max-width: 55%;
    }
}

.icon-images {
    width: 5%;
    margin-left: 5px;
    opacity: 32%;
    height: 100%;
}

/*Update SEO*/
#installApp {
    padding-left: 0px;
}

#_back2top > img {
    width: 45%;
    opacity: 35%;
}

.installApp > .text-center > img {
    color: transparent;
}

.weather > div {
    width: 5%
}

.weather_mobile {
    width: 53%;
}

    .weather_mobile > .img-box {
        width: 10%;
    }

        .weather_mobile > .img-box > img {
            width: 100%;
        }

.logo-HN > img {
    width: 100%
}

.logo-HN > img, .weather_mobile > .img-box > img {
    width: 100%;
    height: 100%;
}

.container > .footer_left > img {
    width: 39%;
    margin-top: -15px !important;
    margin-bottom: 5px
}

.container > .footer_left > p {
    font-size: 16px;
    opacity: 60%;
    font-family: Barlow Semi Condensed
}

.container > .footer_right > p {
    font-size: 16px;
    opacity: 60%;
    font-family: Barlow Semi Condensed
}

.container > .footer_right > div {
    display: flex;
    padding-bottom: 8px
}

    .container > .footer_right > div > .title > .img-wrapper > .holder-fb {
        height: 28px;
        width: 24px;
    }

        .container > .footer_right > div > .title > .img-wrapper > .holder-fb > .default > .holder-fb-default {
            opacity: 32%
        }

        .container > .footer_right > div > .title > .img-wrapper > .holder-fb > .default > a > .holder-fb-hover {
            width: 100%;
            height: 100%;
        }

    .container > .footer_right > div > .ite_iconYou {
        margin-left: 25px
    }

        .container > .footer_right > div > .ite_iconYou > .img-wrapper > .holder-youtube {
            height: 26px;
            width: 24px;
        }

            .container > .footer_right > div > .ite_iconYou > .img-wrapper > .holder-youtube > .default > .holder-youtube-default {
                opacity: 32%;
                width: 100%
            }

            .container > .footer_right > div > .ite_iconYou > .img-wrapper > .holder-youtube > .default > a > .holder-youtube-default {
                width: 100%;
                height: 100%;
            }

.trend > .px-2 > img {
    width: 100%;
    height: 100%;
}

.h2-trend {
    padding: 20px;
    margin-top: 30px;
    border-bottom: none !important
}

.heading-trend {
    height: 80px;
    background-repeat: round;
}

.news-box .news-heading h3 {
    font-size: 18px;
}

.row > .right-col > .news-box:nth-child(2) {
    border-bottom: 1px solid var(--line-color);
    border-top: 1px solid var(--line-color);
}

.midder-col {
    border-left: 1px solid var(--line-color);
    border-right: 1px solid var(--line-color);
}

.reverse .w47 {
    width: 47% !important;
}

.reverse .w30 {
    width: 30% !important;
}

.reverse .w23 {
    width: 23% !important;
}

.row > .left-col > .news-box:first-child {
    border-bottom: 1px solid var(--line-color);
}

.news-img-box {
    margin-bottom: .5rem !important;
}

.dot-trend {
    display: none
}

@media only screen and (max-device-width: 768px) {
    .flex-grow-1 {
        display: flex;
    }

    .dot-trend {
        content: '';
        position: absolute;
        top: 8px;
        left: 2px;
        width: 6px;
        height: 6px;
        background-color: #00000099;
        border-radius: 50%;
        opacity: 50%;
        display: block;
        margin-left: 10px
    }

    .reverse .midder-col {
        width: 100% !important;
        border-left: none !important;
        border-right: none !important;
    }

    .right-col {
        width: 100% !important;
    }

    .reverse .w30 {
        width: 100% !important;
        display: block;
    }

    .right-col .news-box:last-child {
        display: none;
    }

    .right-col .news-box:first-child {
        border-top: 1px solid var(--line-color);
    }

    .right-col .news-box .news-description {
        display: none;
    }

    .heading-trend {
        height: 50px;
    }

    .h2-trend {
        margin-bottom: 50px;
    }

    .s20px {
        font-size: 20px !important;
    }

    .icon-images {
        display: none
    }

    .flex-grow-1 {
        display: block !important;
    }
}


.flex-grow-1 {
    display: contents
}
