@font-face {
    font-family: Sukhumvit;
    src: url('../fonts/sukhumvit.ttf');
}

body {
    font-family: Sukhumvit, Arial, serif;
    background: #12131a;
}

main {
    width: 960px;
    margin: 0 auto;
    position: relative;
}

.seo-h1 {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    margin: 20px 0;
    font-weight: 500;
}

.tv-category-title {
    width: 100%;
    height: 75px;
    background: #1a1e21;
    border-radius: 8px;
    display: flex;
    align-items: center;
    color: #fff !important;
}

.tv-category-title h2, .tv-category-title h4, .tv-category-title div {
    margin-left: 20px;
    color: #fff !important;
    margin-bottom: 0;
}

.tv-category-channel-container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.tv-category-channel {
    display: inline-block;
    width: 100px;
    height: 75px;
    margin: 4px;
}

@media only screen and (max-width: 960px) {
    main {
        width: 100%;
    }
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
*::-webkit-scrollbar-track {
    background: black;
}
*::-webkit-scrollbar-thumb {
    background-color: #333333;
    border-radius: 4px;
    border: 0;
}

.offcanvas-menu-button {
    border: 1px solid #3e3e60;
    width: 60px;
    height: 60px;
    display: block;
    padding: 15px;
    border-radius: 8px;
}

.offcanvas-menu {
    list-style-type: none;
}

.offcanvas-menu li {
    width: 100%;
    height: 40px;
    line-height: 2.4em;
    font-size: 18px;
}
.offcanvas-menu li a {
    display: inline-block;
    color: #fff;
    width: 100%;
    height: 40px;
    padding-left: 24px;
}

.offcanvas-menu li a:hover {
    text-decoration: none;
    background: #0d6efd;
    border-radius: 4px;
}

.nav-top {
    width: 100%;
    height: 72px;
    display: flex;
    justify-content: space-between;
    padding: 6px 10px;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.nav-top_logo {
    width: auto;
    height: 60px;
    display: flex;
    justify-content: center;
}

.nav-top_search {
    width: auto;
    height: 60px;
}

.nav-top_mid {
    width: 500px;
    height:60px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translate(-50%, 0);
}

.nav-top_mid ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
}

.nav-top_mid ul li {
    display: inline-block;
    width: auto;
    height: 60px;

}

.nav-top_mid ul li a {
    display: inline-block;
    height: 100%;
    padding: 0 20px;
    line-height: 3.4em;
    font-size: 18px;
    color: #fff;
    border-radius: 8px;
}

.nav-top_mid ul li a:hover {
    background: #090909;
}

@media only screen and (max-width: 830px) {
    .nav-top_mid {
        display: none;
    }
}

.top-nav_search-btn {
    width: 35px;
    height: 35px;
    background: #0d6efd;
    float: right;
    border-radius: 4px;
    border: none;
    padding: 0;
}

.top-nav_search-btn:hover {
    background: #1d7eff;
}

.top-nav_search-dialog {
    width: 1px;
    height: 35px;
    float: right;
    position: relative;
    overflow: hidden;
}

.top-nav_search-dialog-pane {
    width: 209px;
    height: 35px;
    background: #fff;
    z-index: 100;
    position: absolute;
    right: 0;
    border-radius: 4px;
    opacity: 0;
    transition: all 0.6s;
}

.top-nav_search_x {
    width: 35px;
    height: 35px;
    border: none;
    background: none;
}

.top-nav_search_x:hover > svg{
    width: 24px;
    height: 24px;
}

.top-nav_search_text {
    width: 165px;
    height: 35px;
    outline:none !important;
    border: none !important;
}

.wide-screen-only {
}

@media only screen and (min-width: 906px) {
    .narrow-screen-only {
        display: none !important;
    }
}
@media only screen and (max-width: 935px) {
    .wide-screen-only {
        display: none !important;
    }

    nav.top-mobile {
        display: flex;
    }

    nav.top {
        display: none;
    }

    nav.top > div:nth-child(1) > ul {
        position: absolute;
        left: 0;
    }
    .top-nav_dd-pane {
        left: 0;
        right: unset;
    }

    nav.top > div > a > img {
        float: unset;
        position: absolute;
        width: 125px;
        height: 60px;
        left: 50%;
        top: 0;
        transform: translateX(-50%) !important;
    }
}

.movie-carousel_desc {
    width: 50%;
    color: #fff;
}

.movie-carousel {
    width: 100%;
    height: 70vh;
    background-size: cover;
}

@media only screen and (max-width: 900px) {
    .movie-carousel_desc {
        width: 100%;
    }
    .movie-carousel {
        text-align: center;
        height: 45vh;
    }
}


a {
    text-decoration: none;
}

.movie-carousel-play-btn {
    background: #0d6efd;
}

.movie-carousel-play-btn:hover {
    background: #1d7eff;
}

.tag-badge {
    background: rgba(33, 37, 41, .5) !important;
}


.dd-no-caret::after {
    display: none;
}

/* Footer */
footer {
    width: 100%;
    min-height: 100px;
    background: #0f0f12;
    margin-top: 100px;
    padding-bottom: 20px;
}

.footer-logo-container {
    width: 155px;
    height: 1px;
    position: relative;
    margin: 0 auto;
}

.footer-logo-container2 {
    width: 155px;
    height: 60px;
    position: absolute;
    z-index: 9;
    top: -33px;
}

.footer-message {
    color: #7c7e8d;
    padding-top: 40px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
}

.footer-article {
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #ccc;
    text-align: center;
    border-top: 1px solid #222;
}

.footer-article h2 {
    font-size: 1.2rem;
    color: #fff;
    margin-top: 20px;
}

.footer-article p {
    font-size: 0.9rem;
    line-height: 1.6;
}

.footer-article a {
    color: inherit;
    text-decoration: none;
}

.footer-article a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-article img {
    max-width: 100%;
    height: auto;
}

.footer-banner {
    margin-top: 30px;
}

.footer-banner img {
    transition: transform 0.3s ease;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.footer-banner img:hover {
    transform: scale(1.1);
}

/* Pagination Styling */
.pagination .page-link {
    background-color: #1a1e21;
    border-color: #333;
    color: #fff;
}

.pagination .page-item.active .page-link {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.pagination .page-link:hover {
    background-color: #333;
    color: #fff;
}

.tv-seo-article {
    width: 100%;
    margin-bottom: 20px;
    color: #ccc !important;
    background: #1a1e21;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

.tv-seo-article p {
    color: #ccc !important;
    margin-bottom: 0;
}

.tv-seo-article a {
    color: #ccc;
    text-decoration: underline;
}

.tv-seo-article a:hover {
    color: #fff;
}

