﻿@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend-Regular.ttf') format('truetype');
    font-weight: 400; /* Normal */
    font-style: normal;
}

@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend-Bold.ttf') format('truetype');
    font-weight: 700; /* Bold */
    font-style: normal;
}

@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend-Light.ttf') format('truetype');
    font-weight: 300; /* Light */
    font-style: normal;
}

@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend-Thin.ttf') format('truetype');
    font-weight: 100; /* Thin */
    font-style: normal;
}

@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend-Medium.ttf') format('truetype');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend-SemiBold.ttf') format('truetype');
    font-weight: 600; /* SemiBold */
    font-style: normal;
}

@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend-Black.ttf') format('truetype');
    font-weight: 900; /* Black */
    font-style: normal;
}

@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend-ExtraBold.ttf') format('truetype');
    font-weight: 800; /* ExtraBold */
    font-style: normal;
}

@font-face {
    font-family: 'Lexend';
    src: url('../fonts/Lexend-ExtraLight.ttf') format('truetype');
    font-weight: 200; /* ExtraLight */
    font-style: normal;
}



/********************************************
* -----------default-------------------------
*********************************************/
body {
    font-family: small arial,helvetica,tahoma,verdana,sans-serif;
    font-size: 14px;
}

a {
    /*color: #337ab7;*/
    text-decoration: none;
}

    a:hover, a:focus {
        /*color: #23527c;*/
        text-decoration: underline;
    }

    a:active, a:hover {
        outline: 0;
    }



/********************************************
* -----------bootstrap-----------------------
*********************************************/
.container {
    max-width: 100%;
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}

/********************************************
* -----------color-----------------------
*********************************************/
.text-white {
    color: #fff;
}

/********************************************
* -----------lazy load--------------------
*********************************************/
.lazy {
    transition: opacity 0.45s;
    z-index: 999;
}

    .lazy[data-src] {
        opacity: 0;
    }

    .lazy.loaded, .lazy.error {
        opacity: 1 !important;
    }

/********************************************
* -----------timeline-----------------------
*********************************************/
ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 9px;
        width: 2px;
        height: 100%;
        /*z-index: 400;*/
        z-index: 0;
    }

    ul.timeline > li {
        margin: 0 0 32px 0;
        padding-left: 8px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #FF6600;
            left: 0px;
            width: 20px;
            height: 20px;
            z-index: 0;
            /* z-index: 400;*/
        }

/********************************************
* -----------head & catagory section---------
*********************************************/
.tvpl-head {
    height: 75px;
    font-family: small arial,helvetica,tahoma,verdana,sans-serif;
    font-size: 14px;
    z-index:1001;
}
/*
    .tvpl-head .wap-header {
        position: fixed !important;
        z-index: 3;
    }*/

.tvpl-head a {
    color: #fff;
}

        .tvpl-head a:hover, .tvpl-head a:focus {
            color: #fff;
            text-decoration: none;
        }

    .tvpl-head .tvpl-logo {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
    }

    .tvpl-head a.tvpl-pl-name, .tvpl-head a.tvpl-pl-name:focus {
        color: #fe0c00;
        font-family: 'Times New Roman';
        font-size: 20px;
        font-weight: bold;
        position: absolute;
        display: block;
        width: 200px;
        left: 66px;
        top: 2px;
        text-shadow: 3px 1px 3px white, 0 0 1em white, -2px -1px 0.2em white;
        margin-left: 20px;
    }

    .tvpl-head .tvpl-name {
        font-family: Times New Roman;
    }

    .tvpl-head .tvpl-line-top {
        background: #FFA726;
        height: 37px;
        box-shadow: 0px 1px 1px #a1a1a1;
    }

    .tvpl-head a.tvpl-link-top {
        color: #fff;
        font-weight: bold;
        border-left: 1px solid #fff;
        padding: 9px 8px 9px 9px;
    }

        .tvpl-head a.tvpl-link-top:hover {
            background: linear-gradient( #e98f0e,#f9b23b);
        }

    .tvpl-head .tvpl-line-bottom {

        height: 40px;
        box-shadow: 0px 1px 2px #ccc;
        background-color: #fff;
    }

        .tvpl-head .tvpl-line-bottom > div {
            overflow: auto;
            white-space: nowrap;
            overflow-x: scroll;
            overflow-y: hidden;
        }

            .tvpl-head .tvpl-line-bottom > div::-webkit-scrollbar {
                display: none;
            }

    .tvpl-head .tvpl-search {
        position: absolute;
        right: 0px;
        top: 38px;
    }

    .tvpl-head a.tvpl-link-bottom {
        color: #0e70a4;
        line-height: 27px;
        padding-left: 0;
        margin-right: 8px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 213px;
        position: relative;
        display: inline-block;
        padding-right: 8px;
        border-right: 1px solid #dee2e6;
    }

        .tvpl-head a.tvpl-link-bottom:last-child {
            padding-right: initial;
            border-right: initial;
        }

        .tvpl-head a.tvpl-link-bottom:focus, .tvpl-head a.tvpl-link-bottom:hover {
            text-decoration: underline;
        }

        .tvpl-head a.tvpl-link-bottom.active {
            text-decoration: none;
        }

            .tvpl-head a.tvpl-link-bottom.active::after {
                content: '';
                display: block;
                width: 100%;
                height: 3px;
                background-color: transparent;
                position: absolute;
                bottom: 0;
                left: 0;
                background-color: #0e70a4;
            }

    .tvpl-head .tvpl-menu {
        visibility: hidden;
    }

        .tvpl-head .tvpl-menu button {
            background-color: rgba(255,255,255,0);
            border: none;
            z-index: 999;
            cursor: pointer;
            width: 0px;
            height: 0px;
            left: 2px;
            top: 17px;
            position: relative;
            display: block !important;
        }

        .tvpl-head .tvpl-menu .hamburger {
            display: block;
            height: 4em;
            width: 4em;
            position: relative;
        }

            .tvpl-head .tvpl-menu .hamburger,
            .tvpl-head .tvpl-menu .hamburger::after,
            .tvpl-head .tvpl-menu .hamburger::before {
                content: "";
                background: white;
                width: 2em;
                height: 1px;
                transition: transform 350ms ease-in-out, opacity 200ms linear;
            }

                .tvpl-head .tvpl-menu .hamburger::after,
                .tvpl-head .tvpl-menu .hamburger::before {
                    content: "";
                    position: absolute;
                    left: 0;
                }

                .tvpl-head .tvpl-menu .hamburger::before {
                    bottom: 10px;
                }

                .tvpl-head .tvpl-menu .hamburger::after {
                    top: 10px;
                }

        .tvpl-head .tvpl-menu nav.hamburger_menu {
            visibility: hidden;
            background: white;
            height: 100vh;
            width: 80%;
            position: fixed;
            left: -1000px;
            top: 29px;
            transform: translateX(0%) !important;
            transition: left 0.5s ease-in-out;
            z-index: 3;
            margin-top: 8px;
            margin-left: 8px;
        }

            .tvpl-head .tvpl-menu nav.hamburger_menu ul {
                width: 100%;
                display: flex;
                flex-direction: column;
                margin-top: 0px;
                margin-bottom: 2px;
                padding-left: 2px;
            }

            .tvpl-head .tvpl-menu nav.hamburger_menu li {
                list-style-type: none;
                font-size: 17px;
                padding: 0px 5px;
                border-bottom: 1px solid rgb(219,219,219);
            }

                .tvpl-head .tvpl-menu nav.hamburger_menu li i {
                    font-size: 25px;
                    color: #ef9f26;
                    margin-left: 10px;
                    margin-right: 10px;
                    margin-top: 5px;
                }

            .tvpl-head .tvpl-menu nav.hamburger_menu .icon-menu-chevron-right {
                float: right;
                line-height: 35px;
                font-size: initial !important;
                color: #888 !important;
                -moz-transition: all .3s linear;
                -webkit-transition: all .3s linear;
                transition: all .3s linear;
            }

                .tvpl-head .tvpl-menu nav.hamburger_menu .icon-menu-chevron-right.down {
                    -moz-transform: rotate(90deg);
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

            .tvpl-head .tvpl-menu nav.hamburger_menu ul li a {
                text-decoration: none;
                transition: all 0.2s ease-in-out;
                color: black;
                font-size: 15px;
                margin-left: 5px;
                line-height: 35px;
            }

.open-nav {
    transform: translateX(100%) !important;
    left: -12px !important;
    position: fixed !important;
}

    .open-nav .hamburger {
        transform: rotate(45deg);
    }

        .open-nav .hamburger::before {
            opacity: 0;
        }

        .open-nav .hamburger::after {
            transform: rotate(90deg) translate(-10px);
        }

.tvpl-head .tvpl-menu nav.hamburger_menu li:hover {
    background-color: rgb(238,238,238);
}

.tvpl-head .tvpl-menu nav.hamburger_menu ul li .dropdown-content {
    display: none;
    border-top: 1px solid rgb(219,219,219);
}

    .tvpl-head .tvpl-menu nav.hamburger_menu ul li .dropdown-content a {
        display: block;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        color: black;
        font-size: 13px;
        padding-left: 35px;
        border-top: 1px solid rgb(219,219,219);
        line-height: 35px;
    }

.toggle-menu {
    display: block !important;
}

.nav-toggle {
    visibility: hidden;
}

.tvpl-head .tvpl-menu nav.hamburger_menu .footer-menu {
    position: relative;
    padding: 0 10px;
    background: #ffeddd;
    bottom: -250px;
    height: 375px;
}

.open-menu {
    position: fixed !important;
    visibility: visible !important;
    transform: translateX(390px) !important;
    -webkit-transform: translateX(390px);
    transition: left 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
}

.news-mobile {
    visibility: hidden;
    height: 0px;
}

.col-7-content {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important
}

.shadow-menu {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transition: left 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    visibility: hidden;
    z-index: 2;
    margin-top: 0px;
    width: 100%;
    height: 100vh;
    background: rgb(105 105 104 / 68%);
    display: flex;
    justify-content: space-between;
    left: -390px;
    top: 0;
    position: absolute;
}
.col-img {
    display: none;
    width: 0%;
}
.col-content{
    width:100%;
}
/*CSS login home phapluat*/
.login-container {
    float: right;
}
.login {
    margin-top: 7px;
    margin-right: 10px;
    position: relative;
}
.login a {
    font-size:14px;
}
.login-container a{
    color:black;
}
.btn-login {
    color: #fff !important;
    background: #e88f0e;
    background: -webkit-linear-gradient(#f9b23b,#e98f0e);
    background: -o-linear-gradient(#f9b23b,#e98f0e);
    background: -moz-linear-gradient(#f9b23b,#e98f0e);
    background: linear-gradient(#f9b23b,#e98f0e);
}
.btn-login a{
    color: black;
}
    .btn-login a:hover {
        color: black;
    }
.username-login {
    margin-right: 5px;
    font-weight: 600;
    padding: 7px 3px;
    font-size: 13px !important;
}
.fa-caret-down:before {
    content: "\f0d7";
}
.from-info {
    position: absolute;
    height: 0;
    overflow: hidden;
    display: inline-block;
    background: #fff;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 0px 20px #888;
    top: 30px;
    right: 10px;
    z-index: 1;
    width: 200px;
}

.from-info div {
    padding:1px 10px;
}

.nav-item {
    text-decoration: none;
    padding: 0.5em 0.5em;
    display: block;
    color: #888;
    text-align: left;
    cursor: pointer;
    font-size: 13px;
}
    .open-form-infor {
        height: 245px !important;
    }

#Support_cNLNL {
    font-size:13px;
}
/*CSS button trang detail*/
.btn-save {
    margin-left: 5px;
    margin-right: 5px;
    color: #fff !important;
    background: #e88f0e;
}
    .btn-save a {
        color: black;
    }

        .btn-save a:hover {
            color: black;
        }

.btn-unsave {
    margin-left: 5px;
    margin-right: 5px;
    color: #fff !important;
    background: #f15a22;
}


.btn-favorite {
    color: #fff !important;
    background: #e88f0e;
}

    .btn-favorite a {
        color: black;
    }

        .btn-favorite a:hover {
            color: black;
        }

/*CSS login ở my favorite*/
.login-favorite-container, .p-favorite {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-favorite {
    position: relative;
}

.btn-login-favorite {
    margin-bottom:5px;
    color: #fff !important;
    background: #e88f0e;
    background: -webkit-linear-gradient(#f9b23b,#e98f0e);
    background: -o-linear-gradient(#f9b23b,#e98f0e);
    background: -moz-linear-gradient(#f9b23b,#e98f0e);
    background: linear-gradient(#f9b23b,#e98f0e);
}

    .btn-login-favorite a {
        color: black;
    }

        .btn-login-favorite a:hover {
            color: black;
        }


.btn-edit-folder-fav {
    margin: 2px 0;
    color: #f09e22 !important;
}

.btn-add-folder
{
    margin: 3px 0;
}

/********************************************
* ---------------footer section--------------
*********************************************/
.tvpl-footer {
    background-color: #f8f4f3;
    border-top: 3px solid #f15a22;
    padding-top: 20px;
    padding-bottom: 10px;
    font-family: small arial,helvetica,tahoma,verdana,sans-serif;
    font-size: 14px;
}

    .tvpl-footer a {
        color: #333;
        text-decoration: none;
    }

        .tvpl-footer a:hover, .tvpl-footer a:focus {
            color: #23527c;
            text-decoration: underline;
        }

    .tvpl-footer .ulMenuFooter {
        margin: 0;
        padding: 0;
    }

        .tvpl-footer .ulMenuFooter li {
            list-style-type: none;
            padding: 2px 0;
        }

    .tvpl-footer li a {
        background-image: url('../Imgs/arrow.gif');
        background-repeat: no-repeat;
        background-position: left 5px;
        padding-left: 8px;
        line-height: 120%;
    }

.tvpl-footer2 {
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #f2eae8;
    font: normal 11px Verdana, Geneva, sans-serif;
    color: #434242;
    line-height: 15px;
}

    .tvpl-footer2 .tvpl-name {
        font-family: Times New Roman;
        font-size: 11px;
        color: #f00;
    }

.tvpl-to-top {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #757575;
    line-height: 40px;
    text-align: center;
    border-radius: 3px;
    position: fixed;
    bottom: 100px;
    right: 35px;
    font-size: 38px;
    color: #757575;
}

/********************************************
* ---------------body section home ----------
*********************************************/
.tvpl-main a {
    color: #333;
}

.tvpl-main .sub-head > a {
    color: #FF6600;
    font-size: 1.1rem;
}

    .tvpl-main .sub-head > a:hover, .tvpl-main .sub-head > a:focus {
        text-decoration: none;
    }

.tvpl-main .sub-box {
    border-top: 2px solid #FF6600;
    background-image: linear-gradient(#fcefe2, #fff 100px, #fff);
}

.tvpl-main ul.sub-list {
    list-style-type: none;
    padding: 0 0 0 12px;
}

    .tvpl-main ul.sub-list > li {
        position: relative;
    }

        .tvpl-main ul.sub-list > li:before {
            content: "■";
            color: #ff5012;
            font-size: 0.6rem;
            position: absolute;
            top: 3px;
            left: -12px;
        }

.tvpl-main a.title-link {
    font-weight: 700;
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
}

    .tvpl-main a.title-link:hover, .tvpl-main a.title-link:focus {
        color: #0876c3;
        text-decoration: none;
    }

.tvpl-main a.description-link {
    transition-duration: 200ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(.7,1,.7,1);
}

    .tvpl-main a.description-link:hover, .tvpl-main a.description-link:focus {
        text-decoration: none;
    }

.tvpl-main .sub-time {
    color: #6e6e6e;
    font-size: 0.73rem;
    font-weight: normal;
}

.tvpl-main .sub-box-right {
    border: 1px solid #E6D7D2;
    border-top: 3px solid #ffa726;
}

.tvpl-main .sub-head-right {
    color: #333333;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 8px;
    margin: 0;
}

.tvpl-main .sub-item-right {
    border-top: 1px solid #E6D7D2;
    padding: 8px;
    min-height: 76px;
}
.tvpl-main .sub-box-right-keyword {
    border: 1px solid #E6D7D2;
    border-top: 3px solid #ffa726;
    
}
.tvpl-main .sub-head-right-keyword {
    color: #333333;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 8px;
    margin: 0;
    border-bottom: 1px solid #E6D7D2;
}

.tvpl-main .sub-item-right-keyword {
    font-size:13px;
    padding: 2px;
    min-height: 0px;
}

.sub-item-head-keyword {
    margin-right:15px;
}

.tvpl-main .img-contain {
    object-fit: contain;
    object-position: top;
    max-width: 100%;
}

.tvpl-main .img-contain-auto {
    object-fit: contain;
    object-position: top;
    max-width: 100%;
    height: auto;
}

.tvpl-main .line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tvpl-main .line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tvpl-main .line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tvpl-main .line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tvpl-main .line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tvpl-main .line-clamp-6 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tvpl-main .line-clamp-7 {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tvpl-main .line-clamp-8 {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.tvpl-main .line-clamp-9 {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tvpl-main .line-clamp-10 {
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tvpl-main .line-clamp-14 {
    display: -webkit-box;
    -webkit-line-clamp: 14;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tvpl-main .homepage-zone1-container {
    background: #f7f7f7;
    padding: 16px 0px;
}

.tvpl-main .homepage-zone4-title {
    color: #FF6600;
    border-bottom: 2px solid #FF6600;
}

    .tvpl-main .homepage-zone4-title a {
        color: #FF6600;
    }

.tvpl-main .tvpl-find em {
    background: #ff0;
}

/********************************************
* ---------------body section news ----------
*********************************************/
.tvpl-main .news-card {
    margin-bottom: 24px;
    position: relative;
    width: 100%;
    display: block;
    min-height: 80px;
}

    .tvpl-main .news-card:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #eee;
        position: absolute;
        left: 0;
        bottom: -12px;
    }

    .tvpl-main .news-card.first {
        /*background-image: linear-gradient(to right, #fcefe2, #fff 500px, #fff);*/
        padding: 8px 0 8px 0;
        margin-bottom: 16px;
    }

        .tvpl-main .news-card.first:after {
            bottom: 0px;
        }

.tvpl-main .news-time {
    color: #999;
    font-size: 0.73rem;
    font-weight: normal;
}

.tvpl-main .tvpl-breadcrumb a {
    color: #0e70a4;
}

.tvpl-main .tvpl-breadcrumb-container {
    /*position: relative;*/
    height: 25px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "" !important;
}

.breadcrumb {
    padding: 0 !important;
    background-color: white !important;
}

.border-bottom {
    padding-top: 0rem !important;
}

.tvpl-main .tvpl-breadcrumb-container:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 15px;
    /*background: linear-gradient(to right, #AAA 63%, transparent 38%);*/
    background-size: 5px 1px;
}



.tvpl-main .news-box-keyword, .tvpl-main .news-box-can-cu-phap-ly {
    border: 1px solid #D8D8D8;
}

    .tvpl-main .news-box-keyword a, .tvpl-main .news-box-can-cu-phap-ly a {
        color: #0e70a4;
        display: block;
    }

    .tvpl-main .news-box-can-cu-phap-ly a {
        color: #0e70a4;
        display: inline-block;
    }

.tvpl-main .list-keyword-child {
    background: #E7EBEE;
    padding-top: 8px;
    padding-bottom: 8px;
}

.tvpl-main ul.news-sub-list {
    list-style-type: none;
    padding: 0 0 0 12px;
}

    .tvpl-main ul.news-sub-list > li {
        position: relative;
        margin-bottom: 0.25rem;
    }

        .tvpl-main ul.news-sub-list > li:before {
            content: "■";
            color: #ff5012;
            font-size: 0.6rem;
            position: absolute;
            top: 3px;
            left: -12px;
        }

.tvpl-main .news-content {
    padding-bottom: 20px;
    font-size: 1rem;
}

    .tvpl-main .news-content a {
        position: relative;
        color: #0e70a4;
    }

    .tvpl-main .news-content img {
        max-width: 100%;
        cursor: pointer;
        height:auto;
    }

.tvpl-main .muc-luc {
    background: #f9edd7;
    margin-bottom: 15px;
}

    .tvpl-main .muc-luc .accordion-item {
        background-color: initial;
        border: initial;
    }

    .tvpl-main .muc-luc .accordion-button {
        background-color: initial;
        box-shadow: initial;
    }

        .tvpl-main .muc-luc .accordion-button:not(.collapsed)::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        }

    .tvpl-main .muc-luc .title {
        width: 100%;
        font-size: 1rem;
        font-weight: bold;
        text-align: center;
        cursor: pointer;
        color: initial;
    }

    .tvpl-main .muc-luc ul {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .tvpl-main .muc-luc li {
        padding: 0px 5px 0px 0px;
        margin-bottom: 0.5em;
    }

    .tvpl-main .muc-luc a {
        color: #026896 !important;
        text-decoration: none !important;
        line-height: 1.5rem;
        font-size: 0.9rem !important;
    }

        .tvpl-main .muc-luc a strong {
            font-size: 0.9rem !important;
        }

.tvpl-main .title {
    color: #026896;
    font-size: 1.3rem;
}

.tvpl-main .sapo {
    font-family: 'Times New Roman';
    color: #5F5F5F;
    font-size: 1.1rem;
}

.tvpl-main .news-source-url {
    font-size: 0.71rem;
}

.tvpl-main .news-sub-list-bottom-header {
    position: relative !important;
    display: flex !important;
    align-items: baseline !important;
}

    .tvpl-main .news-sub-list-bottom-header:after {
        content: "";
        display: inline-block;
        height: 1px;
        position: relative;
        background: linear-gradient(to right, #AAA 63%, transparent 38%);
        background-size: 5px 1px;
        flex: 1 1 auto !important;
    }

.tvpl-main .views-count {
    color: rgb(210, 208, 208);
    font-size: 0.75rem;
    line-height: 0.75rem;
    margin-right: 12px;
}

/********************************************
* ---------------show more text ----------
*********************************************/
.tvpl-show-more-container {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
    padding-bottom: 0px;
    transition: all .3s ease-in-out;
}

    .tvpl-show-more-container.show-more-keyword {
        -webkit-line-clamp: 8;
        font-size: 14px;
        line-height: 1.5;
    }

    .tvpl-show-more-container.show-more-sapo {
        -webkit-line-clamp: 5;
        font-size: 17.6px;
        line-height: 1.5;
    }

    .tvpl-show-more-container.show-more-homepage-subbox {
        -webkit-line-clamp: 5;
        font-size: 16px;
        line-height: 2;
    }

    .tvpl-show-more-container > .btn-show-more {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        text-align: left;
        background: #fff;
        border: 0;
        padding-left: 0;
        width: 100%;
        height: 32px;
        color: #0e70a4;
        transition-duration: 200ms;
        transition-property: all;
        transition-timing-function: cubic-bezier(.7,1,.7,1);
    }

        .tvpl-show-more-container > .btn-show-more:focus, .tvpl-show-more-container > .btn-show-more:hover {
            color: #1e8edc;
        }

/********************************************
* ---------------Top 10 News----------
*********************************************/

.owl-item {
    /*width: auto !important;*/
    padding:3px 0 10px 0 !important;
}

.text-content {
    padding: 5px;
    background: #e4e4e4;
    border-radius: 5px;
    color: #f15a22 !important;
}

.owl-nav {
    display: none !important;
}

.owl-dots {
    display: none !important;
}
/*.swiper {
    padding-left: 2rem;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: -2px;
    background-color: white;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: -2px;
    background-color: white;
}*/
.item-sub {
    width: auto !important;
    background: #e4e4e4;
    border-radius: 3px;
    font-size: 11px;
    line-height: 10px;
    padding: 5px 10px;
}
.tukhoanoibat-td-l {
    width: 110px;
}
.tukhoanoibat-td-r{
    width:100%;
}
.tukhoanoibat-p {
    width: 100px;
    padding-top: 13px;
    float: left;
}
.btn-prev{
    
}
.btn-next {
    
}
:root {
    --swiper-theme-color: #a6a6a6 !important;
}
/*.swiper-wrapper {
    width: 465px !important;
    -ms-transform: translate3d(100%,0,0) translateX(-50px,0,0);
    transform: translate3d(calc(100% - 50px),0,0);
}*/
/*.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity:unset !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size:unset !important;
}*/
.baivietnoibat{
    overflow:auto;
}
.scrollbar::-webkit-scrollbar {
    background-color: #fff;
    width: 16px
}

/* background of the scrollbar except button or resizer */
.scrollbar-hotnews::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: white;
}
.scrollbar-hotnews::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

    /*.scrollbar-hotnews::-webkit-scrollbar-track:hover {
        background-color: #f4f4f4
    }*/

/* scrollbar itself */
.scrollbar-hotnews::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #e4e4e4;
}

    /*.scrollbar-hotnews::-webkit-scrollbar-thumb:hover {
        background-color: #a0a0a5;
        border: 4px solid #f4f4f4
    }*/

/* set button(top and bottom of the scrollbar) */
.scrollbar-hotnews::-webkit-scrollbar-button {
    display: none
}

.scrollbar-hotnews {
    height: 310px;
    width: auto;
    min-width: 150px;
    background: #fff;
    overflow-y: scroll;
}

.overflow-hotnews {
    height: 100%;
}
.title-hotnews {
    font-size: 12px;
    font-weight:normal !important;
}
.border-hotnews {
    border-bottom: 2px dotted;
    color: #e3e3e3
}
.scrollbar-hotnews {
    font-size: 14px;
}
.scrollbar-hotnews-subnews{
    font-size:10px
}
.slide-sub{
    /*display:none;*/
}
.news-rating {
    margin-top: 15px;
    background-color: #f8f4f3;
    border-top: 3px solid #f15a22;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: small arial,helvetica,tahoma,verdana,sans-serif;
    font-size: 14px;
    padding-left:10px;
}
.btn-danhgia {
    width: 100px;
    background: #e4e4e4;
}
.file-attach {
    margin-top: 15px;
    padding: 7px 0;
    background: white;
    color: #888;
    border: 1px solid #888;
    padding-left: 10px;
    border-radius: 5px;
    margin-bottom:10px;
}
.file-attach-text{
    font-size:13px;
}
.sub-menu-scroll {
    overflow: auto;
    white-space: nowrap;
}

    .sub-menu-scroll a {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px;
        text-decoration: none;
    }
ul.ul-tukhoa {
    margin-top:7px;
    /*margin: 5px 0;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-padding-start: 0;
    /*box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);*/
    border-right: 0px;
    width: max-content;
    max-height: 30px;
}

    ul.ul-tukhoa li {
        padding-left: 5px !important;
        padding-right: 5px !important;
        border: none;
        padding: 7px 0;
        color: #333;
        overflow: hidden;
        text-align: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        cursor: pointer;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
    }

        ul.ul-tukhoa li a {
            padding: 3px;
            background: #e4e4e4;
            border-radius: 5px;
            color: black;           
        }

.scrollbar-hottitles::-webkit-scrollbar-track {
    display: none;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: white;
}
.scrollbar-hottitles::-webkit-scrollbar {
    display: none;
    width: 6px;
    background-color: #F5F5F5;
}
.scrollbar-hottitles::-webkit-scrollbar-thumb {
    display: none;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #e4e4e4;
}
.scrollbar-hottitles::-webkit-scrollbar-button {
    display: none;
}
/********************************************
* ---------------Search Header----------
*********************************************/
.tvpl-search .search-box {
    width: 100%;
    position: relative;
    display: flex;
    margin-right:10px;

}
    .tvpl-search .search-box form {
        display: flex;
    }

.tvpl-search .search-input {
    border-radius: 5px 0 0 5px;
    border-right: none;
    outline: none;
    background: none;
    padding: 3px 8px;
    border: 1px solid #f1a023;
    margin-top: 4px;
}

.tvpl-search .search-button {
    text-align: center;
    outline: none;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    border-left: none;
    background: none;
    border-left: 2px solid #f2a226;
    border: 1px solid #f1a023;
    background: #f1a023;
    color: #fff;
    height: 30px;
    margin-top: 4px;
    padding: 0px 10px;
}

.tvpl-search .wap-search-mobile {
    display:none;
}

/********************************************
* ---------------Menu News Field Left----------
*********************************************/
@font-face {
    font-family: 'Open Sans Condensed';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/opensanscondensed/v15/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff1GhDuXMQg.ttf) format('truetype');
}

@font-face {
    font-family: 'Handlee';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/handlee/v9/-F6xfjBsISg9aMakPm3wpg.ttf) format('truetype');
}

.wap-menu-news-field {
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transition: left 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    z-index: 2;
    margin-top: 0px;
    width: 100%;
    height: 100vh;
    background: rgb(105 105 104 / 68%);
    display: flex;
    justify-content: space-between;
    top: 0;
    position: absolute;
}

.menu-news-field {
    position: fixed;
    z-index: 1;
    width: 0;
    top: 77px;
    left: 0;
    width: 0;
    height: auto;
}

    .menu-news-field.clicked {
        width: 330px;
    }

    .menu-news-field .menu-content {
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        -ms-transition-duration: 0s;
        -o-transition-duration: 0s;
        transition-duration: 0s;
        float: left;
        background: #fff;
        width: auto;
        border: 1px solid #ddd;
        border-radius: 5px;
    }

        .menu-news-field .menu-content ul {
            list-style: none;
            padding-left: 0;
            overflow-y: scroll;
            height: calc(100vh - 200px);
            margin-bottom: 0;
            background: #ccc;
        }

    .menu-news-field li,
    .menu-news-field label {
        color: #333;
        cursor: pointer;
        -webkit-transition-duration: 1s;
        -moz-transition-duration: 1s;
        -ms-transition-duration: 1s;
        -o-transition-duration: 1s;
        transition-duration: 1s;
    }

        .menu-news-field li:hover,
        .menu-news-field label:hover {
            -webkit-transition-duration: 0.3s;
            -moz-transition-duration: 0.3s;
            -ms-transition-duration: 0.3s;
            -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
            color: rgba(252, 251, 250, 0.9);
        }

    .menu-news-field .menu-switch {
        float: left;
    }

        .menu-news-field .menu-switch label {
            font-size: 3em;
            font-family: 'Open Sans Condensed', sans-serif;
            background: #f79522;
            padding: 8px;
            height: 33px;
            color: #fff;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
        }

    .menu-news-field input {
        display: none;
    }

    .menu-news-field #menu-collapsed:checked ~ .menu-content {
        margin-left: -45em;
    }

    .menu-news-field #menu-collapsed:checked ~ .menu-switch .rise {
        display: block;
        line-height: 8px;
    }

    .menu-news-field #menu-collapsed:checked ~ .menu-switch .collapse {
        display: none;
    }

    .menu-news-field #menu-collapsed ~ .menu-switch .rise {
        display: none;
    }

    .menu-news-field #menu-collapsed ~ .menu-switch .collapse {
        display: block;
        line-height: 8px;
    }


.left-wibget-tag li a {
    color: #000;
    height: auto;
    width: 100%;
    margin: 2px 0;
    line-height: 21px;
    display: flex;
    align-items: center;
    float: left;
    padding: 5px 10px;
    background-color: #fff;
}

    .left-wibget-tag li a:hover {
        color: #ff6600
    }

.left-wibget-tag::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.left-wibget-tag::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.left-wibget-tag::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #ccc;
}

.menu-news-field .menu-title {
    font-size: 15px;
    padding: 5px;
    margin: 0;
    text-align: center;
    background: #f79522;
    font-weight: bold;
    color: #fff;
}
/********************************************
* --------------- News Field Bottom---------
*********************************************/
.newsfieldsbottom {
    background-color: #f8f4f3;
    border-top: 3px solid #f15a22;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: small arial,helvetica,tahoma,verdana,sans-serif;
    font-size: 14px;
}

    .newsfieldsbottom a {
        color: #333;
        text-decoration: none;
    }

        .newsfieldsbottom a:hover, .newsfieldsbottom a:focus {
            color: #23527c;
            text-decoration: underline;
        }

    .newsfieldsbottom .ulnewsfieldsbottom {
        margin: 0;
        padding: 0;
        column-count:3;
    }

        .newsfieldsbottom .ulnewsfieldsbottom li {
            list-style-type: none;
            padding: 2px 0;
        }

    .newsfieldsbottom li a {
        background-image: url('../Imgs/arrow.gif');
        background-repeat: no-repeat;
        background-position: left 5px;
        padding-left: 8px;
        line-height: 120%;
    }

.wap_keyrord_description {
    -webkit-line-clamp: inherit !important;
}

.keyrord_description {
    font-family: small arial,helvetica,tahoma,verdana,sans-serif;
    font-size: 15px;
}
.keyrord_description a {
    color: #007bff;
}
/********************************************
* ---------------slide hot title---------
*********************************************/
.scrollbar-hottitles {
    margin-right: 13px;
}
.scrollbar-hottitles ::-webkit-scrollbar {
    display: none;
}


.prev {
    width: 16px;
    height: 16px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    background: #fff;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
    cursor: pointer;
    z-index: 5;
}

.next {
    width: 16px;
    height: 16px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    background: #fff;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
    cursor: pointer;
    z-index: 5;
}
.prev:before {
    transform: rotate(-135deg);
    position: relative;
    left: 2px;
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #757575;
    border-right: 2px solid #757575;
}
.next:before {
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #757575;
    border-right: 2px solid #757575;
}
.btn-p-n {
    float: right;
    margin-top: -45px;
    margin-right:-10px;
}

.scrolled.slide-left {
    animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
    animation: slide-in-right 1s ease-in-out both;
}
/*menu top phap luat*/
.wap-navigation {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #fff;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    /*-webkit-box-shadow: 0 8px 6px -6px #888;
    -moz-box-shadow: 0 8px 6px -6px #888;
    box-shadow: 0 8px 6px -6px #888;*/
    /*max-height: 47px;*/
    border-top: 1px solid #b6b7bc;
    max-height: 42px;
    border-bottom: 1px solid #b6b7bc;
    z-index: 1000;
}

.navigation__wrapper {
    /*padding-left: 22px;*/
    display: flex;
    width: max-content;
    /* padding: 0 15px 0 0;*/
}

.menu-main-menu {
    display: flex;
    width: max-content;
    /*padding: 0 15px 0 0;*/
    padding: 0 0 0 0;
}

.tab-bar-header {
    margin: 0px auto;
    /*margin: 5px auto;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-padding-start: 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-right: 0px;
    width: max-content;
    max-height: 35px;
    /*margin-left: 30px;*/
}

    .tab-bar-header li {
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

        .tab-bar-header li:hover {
            background-color: #EEECEC;
        }

        .tab-bar-header li:nth-last-child(2) {
            border-right: none !important;
        }


#tab-bar-header li.active {
    border-bottom: 2px solid #fe0c00;
    background-color: #f79522;
    color: #fff !important;
}
.tab-bar-header a{
    color:black;
    text-decoration:none;
}
.chudeplnoibat:hover{
    background:red;
}
.wap-navigation__button {
    background-color: #fff;
    position: absolute;
    z-index: 1;
    left: 5px;
    width: 50px;
    height: 45px;
}

.footer-menu {
    padding: 0 20px;
}

a.logo-footer img.logo {
    width: 150px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

.tab {
    width: 25%;
    padding: 7px 0;
    background: white;
    color: #333;
    overflow: hidden;
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-right: 1px solid #888;
}

.menu-chudenoibat {
    margin-left: 201px;
    top: 36px;
    display: none;
    position: absolute;
    width: fit-content;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.open-menu-chudenoibat {
    display: block !important;

}
.chudenoibat {
    background-color: #f8f4f3;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: small arial,helvetica,tahoma,verdana,sans-serif;
    font-size: 14px;
}
.ulchudenoibat {
    margin: 0;
    padding: 0;
    column-count: 3;
}

    .ulchudenoibat li {
        list-style-type: none;
        padding: 2px 0;
    }
.menu-chudenoibat1 {
    margin-left: 201px;
    top: 36px;
    display: none;
    position: absolute;
    width: fit-content;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.chudenoibat1 {
    background-color: #f8f4f3;
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: small arial,helvetica,tahoma,verdana,sans-serif;
    font-size: 14px;
}

.ulchudenoibat1 {
    margin: 0;
    padding: 0;
    column-count: 3;
}

    .ulchudenoibat1 li {
        list-style-type: none;
        padding: 2px 0;
    }

.position-searchbox{
    position: unset!important;
}
.chudenoibat a {
    color: #333;
    text-decoration: none;
}

    .chudenoibat a:hover, .chudenoibat a:focus {
        color: #23527c;
        text-decoration: underline;
    }

.chudenoibat .ulnewsfieldsbottom {
    margin: 0;
    padding: 0;
    column-count: 3;
}

    .chudenoibat .ulnewsfieldsbottom li {
        list-style-type: none;
        padding: 2px 0;
    }

.chudenoibat li a {
    background-image: url('../Imgs/arrow.gif');
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 8px;
    line-height: 120%;
}
.chudenoibat1 a {
    color: #333;
    text-decoration: none;
}

    .chudenoibat1 a:hover, .chudenoibat1 a:focus {
        color: #23527c;
        text-decoration: underline;
    }

.chudenoibat1 .ulnewsfieldsbottom {
    margin: 0;
    padding: 0;
    column-count: 3;
}

    .chudenoibat1 .ulnewsfieldsbottom li {
        list-style-type: none;
        padding: 2px 0;
    }

.chudenoibat1 li a {
    background-image: url('../Imgs/arrow.gif');
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 8px;
    line-height: 120%;
}
.container_menutop {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.scroll-menutop {
    overflow-x: scroll;
    overflow-x:hidden;
}
/********************************************
* ---------------News Viewed----------
*********************************************/
.tindaxem {
    height: 204px;
    margin-right: 40px;
    margin-left: 40px;
    overflow-x: scroll;
}
.next-tindaxem {
    
    width: 30px;
    height: 30px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    background: #fff;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
    cursor: pointer;
    z-index: 5;
}

.prev-tindaxem {
    
    width: 30px;
    height: 30px;
    border: 1px solid #E5E5E5;
    border-radius: 3px;
    background: #fff;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-left: 7px;
    cursor: pointer;
    z-index: 5;
}
.prev-tindaxem:before {
    transform: rotate(-135deg);
    position: relative;
    left: 2px;
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #757575;
    border-right: 2px solid #757575;
}

.next-tindaxem:before {
    transform: rotate(45deg);
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #757575;
    border-right: 2px solid #757575;
}

.btn-p-n-tindaxem {
    width:10%;
    float: right;
    margin-top: -49px;
    margin-right: -10px;
}
.ul-newsviewed {
    
    margin-top: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    list-style-type: none;
    -webkit-padding-start: 0;
    border-right: 0px;
    width: auto;
    max-height: fit-content;
}
.li-newsvieweds {
    width: 120px;
    margin-right:10px;
}

/********************************************
* ---------------Hot Keyword PL 24h----------
*********************************************/
.keyword {
    margin-top: 7px;
    /*margin: 5px 0;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    -webkit-padding-start: 0;
    /*box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);*/
    border-right: 0px;
    width: max-content;
    max-height: fit-content;
    max-width: fit-content;
}
    .keyword a {
        padding: 3px;
        background: #e4e4e4;
        border-radius: 5px;
        color: black;
    }


/********************************************
* ---------------Search Keyword----------
*********************************************/

#txtKeySearch {
    width: 40%;
    border: none;
    padding: 3px;
}

    #txtKeySearch:focus, {
        outline: none;
    }

.sl-tag-search {
    width: 40%;
    border: none;
    color: #ff6600;
    border-left: dashed 1px;
}

    #txtKeySearch:focus, .sl-tag-search:focus {
        outline: none;
    }

.btn-search {
    float: right;
    background-color: #f79522;
    padding: 3px 10px;
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 3px;
}


/********************************************
* ---------------Video Phap Luat----------
*********************************************/

.button-play-in-img {
    position: absolute;
    bottom: 22px;
    margin-left: 5px;
    font-size: 30px;
    color: #ff6600;

    width: 30%;
    height: 30%;
}

/********************************************
* ---------------Notify----------
*********************************************/

.notify-title {
    font-weight: bold;
    color: #FF6600;
}

.notify-content {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #838383;
}

.un-viewed {
    background-color: #ffe5bb !important;
}