/*
Theme Name: X
Theme URI: no uri
Description: no description
Author: Anonymous
Author URI: no uri
Version: 1.0
*/
:root {
    --color-core: #ffc107;
}
body{
    background-color: #24262b !important;
}
main{
    font-size: 13px;
}
a{
    color: #FFF !important;
    text-decoration: none !important;
}
a:hover{
    color: var(--color-core) !important;
}
header .navbar {
    background-color: #1e2024 !important;
    padding: 0;
    height: 56px;
    box-shadow: 0 1px 5px rgba(0,0,0,.4);
    width: 100%;
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
}
header .navbar-brand{
    font-size: 30px !important;
    line-height: 30px;
    font-weight: bold;
    padding-right: 50px !important;
}
header .navbar-brand span{
    color: var(--color-core);
}
header .searchForm{
    padding-top: 60px;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    background-color: #24262b;
}
header .searchForm.show {
    display: block;
    opacity: 1;
}
header .header2nd{
    background-color: #24262b !important;
    padding-top: 65px;
}
header .menu2nd .submenu{
    padding: 5px;
    background-color: #1e2024 !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

header .dropdown-menu a{
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
}
header .dropdown-menu{
    --bs-dropdown-bg: #2a2b2c !important;
    background-color: #2a2b2c !important;
    width: 400px !important;
    margin-top: 14px !important;
}
header .text-search{
    height: 40px;
    background-color: #2a2b2c;
    border: none;
    padding: 0 30px 0 10px;
    color: #FFF;
}
header .text-search:-webkit-autofill,
header .text-search:-webkit-autofill:hover, 
header .text-search:-webkit-autofill:focus,
header .text-search:-webkit-autofill:active{
    transition: background-color 5000s ease-in-out 0s !important;
    -webkit-box-shadow: 0 0 0px 1000px #2a2b2c inset !important;
    color: #FFF !important;
}
header .text-search:focus, 
header .text-search:active, 
header .text-search:hover{
    border: none;
    background: #2a2b2c;
    color: #FFF;
}
.text-search::-webkit-search-clear-button,
.text-search::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
    display: none;
}
header .btn-search{
    position: absolute;
    display: flex;
    right: 10px;
    background: transparent;
    border: 0;
    color: var(--color-core);
}
header .glassButton{
    color: var(--color-core);
    cursor: pointer;
    display: block;
    margin-right: 20px;
    overflow: hidden;
}
@media (max-width: 991px) {
    header .text-search{
        width: 80px;
    }
    header .navbar-collapse{
        background-color: #1e2024 !important;
        padding: 20px;
        border-radius: 10px;
        margin-top: 22px;
    }
    header .dropdown-menu{
        width: 100% !important;
    }
    main{
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}
section:first-of-type{
    margin-top: 6px;
}
section{
    box-shadow: 0 0 20px rgba(0,0,0,.05);
    background-color: #1e2024;
    overflow: hidden;
    padding: 6px;
    margin-top: 15px;
}
section .section__title{
    padding-left: 6px;
    font-size: 14px;
    color: #adb5bd;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    display: block;
    margin-bottom: 5px;
    height: 28px;
    line-height: 28px;
    border-left: 3px solid var(--color-core);
}
section span{
    color: #d6dbdd;
}
section .section__link{
    border-bottom: 1px dotted #423d3d;
    padding: 2px;
}
.card__title{
    margin-top: 8px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    overflow: hidden;
    color: #c3c3c3;
}
.card__a:hover .card__title, .widget__a:hover .widget__title{
    color: var(--color-core) !important;
}
.card__{
    padding-bottom: 72%;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.card__:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(90deg,#263238 0,#263238 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.15s ease-in-out; 
}
.card__:hover::before{
    opacity: .65;
}
.card__ img{
    position: absolute;
}
.card___ img:hover{
    transform: scale(1.06);
    filter: blur(4px);
    -webkit-filter: blur(4px);
}
.card__ .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto !important;
    display: none;
    max-width: 50%;
}
.card__:hover .play-button {
    display: block;
    z-index: 1;
    opacity: 1;
}
.card__ .views{
    position: absolute;
    bottom: 4px;
    right: 4px;
    background: none repeat scroll 0 0 rgb(0 0 0/80%);
    color: #fafbee;
    padding: 2px 3px;
    line-height: 14px;
    font-size: 11px;
    opacity: .7;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.page-item{
    margin-right: 15px;
}
.page-link{
    background-color: #24262b !important;
    border: 0 !important;
    color: #e0e0e0 !important; 
    min-width: 36px;
    text-align: center;
}
.page-link:hover{
    background-color: var(--color-core) !important;
    border: 0 !important;
    color: #1e2024 !important; 
}
.keyword{
    background-color: #24262b !important;
    border: 0 !important;
    color: #e0e0e0 !important; 
    margin: 4px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    padding: 4px 8px;
}
.keyword:hover{
    background-color: var(--color-core) !important;
    border: 0 !important;
    color: #1e2024 !important; 
}
.single_description{
    color: #cbdbd1;
}
.single__title{
    color: var(--color-core);
}
.single_views{
    font-size: .625rem;
    margin-top: 5px;
    display: inline-block;
    line-height: 20px;
    background-color: #24262b;
    vertical-align: top;
    padding: 0 0.6rem;
    border-radius: 10px;
    font-weight: 500;
}
.widget__title{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
}
.my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
    padding-top: 56.25%;
}
.vjs-poster img {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
footer{
    background-color: #1e2024;
}
footer .copyright{
    border-top: 1px dotted #423d3d;
    text-align: center;
    padding: 18px;
    background-color: #1e2024;
    color: #e0e0e0 !important; 
    font-size: 13px;
}
footer .copyright a{
    color: var(--color-core) !important;
}


 /* Kiểu cho phân trang */
.pagination {
    display: flex;
    list-style: none;
    padding-left: 0;
}

.page-item {
    margin: 0 5px;
}

.page-link {
    padding: 10px 15px;
    text-decoration: none;
    color: #007bff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

/* Kiểu cho trang hiện tại (active) */
.page-item.active .page-link {
    background-color: #007bff !important;
    color: white;
    border-color: #007bff;

}

/* Kiểu khi di chuột vào các trang */
.page-link:hover {
    background-color: #e9ecef;
    color: #007bff;
}

.page-link .page-item .page-link:active{
	color:red !important;
}

