﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'svn-gilroy bold';
    src: url('../lib/svn-gilroy bold.otf') format('opentype');
}

: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 > .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
}

.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;
}

.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;
    }
#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: 30px;
    height: 30px;
}

    .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);
}
.home-page > .navbar{
    padding-top:0px !important;
    padding-bottom: 0px !important;
}
.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-weight: 600;
    font-family: var(--barlow-semi-font);
    font-size:24px;
}

nav > .container-fluid > .navbar-brand > h2 {
    border-bottom: 2px solid var(--main-red);
    color: var(--main-red);
    font-weight: 600;
    font-family: var(--barlow-semi-font);
    font-size: 24px;
}

nav > .container-fluid > .navbar-collapse{
    margin-top:-10px;
}

.navbar > .container-fluid > .navbar-collapse > .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 > .navbar-collapse > .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)
}

nav > .container-fluid > .navbar-collapse > .navbar-nav > .category > a {
    border-bottom: 1px solid var(--main-red);
    color: var(--main-red) !important;
    font-size: 18px;
    font-family: var(--barlow-semi-font);
}

nav > .container-fluid > .navbar-collapse > .navbar-nav > .category > a > h1{
    color: var(--main-red) !important;
    font-size: 18px;
    font-family: var(--barlow-semi-font);
}


.active_nav {
    color: var(--main-red) !important;
    border-bottom: 1px solid var(--main-red) !important;
}
.home-page > .row > .news-section-third-design > .navbar > .container-fluid {
    padding:0 !important;
}
/*.home-page > .section-bottom-line > .news-section-third-design > .flex-nowrap > .bd-highlight:nth-child(1) {
    padding-left:0px !important;
}*/
.home-page > .section-bottom-line > .news-section-third-design > .programs {
    column-gap: 33px;
}
.home-page > .section-bottom-line > .news-section-third-design > .flex-nowrap > .bd-highlight {
    width: 18%;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
    .home-page > .section-bottom-line > .news-section-third-design > .flex-nowrap > .bd-highlight > .news-heading h3{
        font-size:17px;
    }
    .home-page > .flex-nowrap > .bd-highlight {
        width: 25%;
    }
    .home-page > .row > .col-md-2 > .bd-highlight > .news-heading h3 {
        font-size: 16px;
    }
/* Topstory */
.topstory {
    padding-right: 0 !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid var(--line-color);
}

    .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: 14px;
        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;
        margin-top: 10px;
    }

    .topstory > .side-content > div.d-flex:nth-child(1){
        padding-top: 0 !important;
    }

    .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;
    }

    .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 > img {
    width: 100%;
    height: auto;
}

.banner {
    padding-top: 0;
    padding-bottom: 0;
}

.headline {
    color: var(--red);
}
/* .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;
        }
/* 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%;
    }

/* 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);
}
.duration-box {
    position: absolute;
    z-index: 5;
    bottom: 5px;
    right: 5px;
    background-color: rgb(0, 0, 0,.5);
    padding: 0 .3rem;
}

    .duration-box p {
        color: #FFFFFF;
        font-size: .675rem;
    }

#_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-thumb {
    display: none;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #a8bbbf;
}

.topstory > .col-4 > .d-flex > .aspect-16-9 > a > img {
    max-height: 86px;
}

::-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.2rem;
}

.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;
}

.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 {
    padding-bottom: 1em;
    /*margin-bottom: 2rem;*/
}

    .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-third-design {
    border-bottom: 1px solid var(--line-color)
}

.home-page .stores-video {
    border-bottom: none !important;
}
.home-page .program {
    border-bottom: none!important;
}
.home-page .news-section-heading > div:first-child {
    line-height: 25px;
}
    .home-page .news-section-heading > div:first-child > .categories {
        font-size: 26px;
        color: #424242;
        font-family: var(--barlow-semi-font);
        font-weight: bold;
        text-transform: uppercase;
        border:none;
    }

    .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);
    }

.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 */

.home-page > .row > .news-section-third-design > .row > .main-news .news-heading h3 {
    font-size: 22px;
}

.home-page > .row > .news-section-third-design > .row > .border-line {
    border-left: 1px solid var(--line-color);
    border-right: 1px solid var(--line-color);
}

.home-page > .row > .news-section-third-design > .row > .grid-col .news-heading h3 {
    font-size: 18px;
    color: #000000DE;
    font-family: var(--roboto-font);
}

.home-page > .row > .news-section-third-design > .row > .grid-col > .grid-3-box .category-box .small-category {
    font-size: 14px;
    font-family: var(--barlow-semi-font);
    color: var(--small-category-color);
}

.home-page > .row > .news-section-third-design > .row > .grid-col > .grid-3-box .category-box .comment-icon i {
    font-size: 14px;
    color: var(--icon-color-1);
}

.home-page > .row > .news-section-third-design > .row > .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;
} */
.home-page > .row > .news-section-third-design > .row > .grid-col .grid-3-box {
    height: 135px;
}

.home-page > .row > .news-section-third-design > .row > .news-bottom > .grid-col .grid-3-box {
    height: 135px;
}

.home-page > .row > .news-section-third-design > .row > .grid-col > .grid-3-box > .news-box > .news-img-box {
    width: 50% !important;
    height: 100%;
}

.home-page > .row > .news-section-third-design > .row > .grid-col > .grid-3-box > .news-box > .news-heading {
    width: 50% !important;
}

.home-page > .row > .news-section-third-design > .row > .grid-col .grid-3-box-style2 {
    max-height: 190px;
}

.home-page > .row > .news-section-third-design > .row > .grid-col .grid-3-box-style2 {
    border-bottom: 1px solid var(--line-color);
}

.home-page > .row > .news-section-third-design > .row > .grid-col .grid-3-box:nth-child(3) {
    border: none;
}

.home-page > .row > .news-section-third-design > .row > .grid-col .grid-3-box {
    border-bottom: 1px solid var(--line-color);
}

.home-page > .row > .news-section-third-design > .row > .news-bottom > .grid-col .grid-3-box {
    border-bottom: 1px solid var(--line-color);
}

.home-page > .row > .news-section-third-design > .row > .col-6 {
    width: 44%;
}

.home-page > .row > .news-section-third-design > .row > .col-3 {
    width: 28%;
}

/*Bottom news*/
.home-page > .row > .news-section-third-design > .row > .news-bottom > .right-reorganize-col .news-heading h3 {
    font-size: 22px;
}

.home-page > .row > .news-section-third-design > .row > .news-bottom > .border-line {
    border-left: 1px solid var(--line-color);
    border-right: 1px solid var(--line-color);
}

.home-page > .row > .news-section-third-design > .row > .news-bottom > .grid-col .news-heading h3 {
    font-size: 18px;
    color: #000000DE;
    font-family: var(--roboto-font);
}

.home-page > .row > .news-section-third-design > .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);
}

.home-page > .row > .news-section-third-design > .row > .news-bottom > .grid-col > .grid-3-box .category-box .comment-icon i {
    font-size: 14px;
    color: var(--icon-color-1);
}

.home-page > .row > .news-section-third-design > .row > .news-bottom > .grid-col > .grid-3-box .category-box .comment-count p {
    color: var(--main-red);
    font-size: 14px;
}

.view-more {
    color: #9E9E9E;
    font-family: var(--barlow-semi-font);
    font-size: 14pt;
    display: none;
}

.btn-playvideo-max > a > i {
    font-size: 58px;
    color: #f1f1f1;
}

.btn-playvideo-max {
    position: absolute;
    z-index: 10;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 95px;
    height: 29px;
    opacity: 55%;
}

/* 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%;
}
.home-page > .row > .flex-nowrap {
    width:20%
}
    .home-page > .row > .flex-nowrap > .order-1 > .news-heading h3{
        font-size:18px;
        font-family:var(--roboto-font)
    }
    .home-page > .row > .news-section-third-design > .bd-highlight> .order-1 > .news-heading h3 {
        font-size: 16px;
        font-family: var(--barlow-semi-font);
        color:#000000DE !important;
    }
/* 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: 14px;
    }

    .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);
}

.border-bottom-line {
    border-bottom: 1px solid var(--line-color);
    margin-bottom: 30px
}
/*SeeMore*/
.container-video {
    width: 100%;
}

    .container-video > .box-btn {
        height: 50px;
        width: 100%;
        border: 1px solid #70707080;
        background-color: #F5F5F5;
    }

        .container-video > .box-btn > .btn {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 50px;
            color: #757575;
            font-family: var(--barlow-semi-font);
            font-weight:500;
        }

        #oveflow.active {
            top: 0;
            transition: 1.5s;
            display: flex;
        }

    .container-video > .container-slide {
        width: 100%;
        display: none;
        flex-wrap: wrap;
        top:-400px;
        background-color: #F5F5F5;
    }

        .container-video > .container-slide > .box-slide {
            width: 20%;
            display: flex;
        }

            .container-video > .container-slide > .box-slide > .img {
                width: 50%;
            }

            .container-video > .container-slide > .box-slide > .Title {
                width: 50%;
            }

            .container-video > .container-slide > .box-slide > .Title > a {
                font-family: var(--barlow-semi-font);
                font-size: 20px;
                color: #757575;
                line-height: 1.3rem;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                -webkit-line-clamp: 3;
                height:64px;
            }

/* footer */
footer {
    background-color: #F8F8F9;
    position: relative;
}

    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 > .container > .footer_left > p {
    /*font-size: 12px;*/
    line-height: 1.7;
}

.footer_center > .container > .footer_right > p {
    /*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%);
    }
.footer_bottom {
    background-color: var(--gray-bg-2);
    border-bottom: 1px solid var(--line-color);
    border-top: 1px solid var(--line-color);
    /*padding-bottom: 15px;
    padding-top: 15px;*/
}

    .footer_bottom > .container > .img > img {
        width: 40%;
        height: auto;
    }

    .footer_bottom > .container > .title {
        font-size: 12px;
    }


.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;
}

/*Datepicker*/
.ui-widget-header {
    background: #821D16 !important;
    border: none !important;
}

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        background: #821D16 !important;
        border: none !important;
    }

    .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        color: #7E7E7ED4 !important;
    }

.ui-widget-content {
    color: #7E7E7ED4 !important;
}
#datepicker {
    color: #2E2E2E99;
    text-align: center;
    border-color: #D0D0D0;
    background: #f9f9f9;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 16px;
    font-family: Roboto-Regular;
    border-radius: 5px;
    border: 1px solid #e9e9e9;
}
.icon-search {
    position: absolute;
    top: 15px;
    right: 9px;
}
.ui-datepicker{
    z-index: 99 !important;
}
.pickdate {
    display: flex;
}

.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;
        }
    }

    .relate-icon{
    width:6%;
    opacity:65%;
}
/* Mobile */
@media only screen and (max-width: 740px) {
    .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;
        }
}

.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;
}

/*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%;
    }
}

/*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%
}

.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%
        }

    .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%
            }