/*
 * Theme Name: Truyenma
 * Version: 1.0
 * Theme Author: lip
 * Tags: starter theme, framework theme, two-columns, customize
 * Textdomain: theme
 */

/*---:[GLOBAL CSS]:---*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
select {
    -webkit-appearance: menulist-button;
    -moz-appearance: none;
    appearance: none;
}
*, *:before, *:after {
    box-sizing: inherit;
}
@font-face {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto'), url(https://fonts.gstatic.com/s/googlesans/v36/4UabrENHsxJlGDuGo1OIlLU94YtzCwZsPF4o.woff2) format('woff2');
  font-display: swap;
}

body {

    font-family: 'Roboto', sans-serif;
    background: #111;
    -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     margin: 0px;
     padding: 0px;
    font-size: 16px;
    color:#d5d5d5;
    line-height: 24px;
	 font-display: swap;
}
.kksr-legend { 
	    font-size: 14px !important;
}
#wp-comment-cookies-consent { 
-webkit-appearance: auto !important;
}
.jp-playlist-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}

img {
        max-width: 100%;

}
a {
        color:#d5d5d5;
        text-decoration: none;
}
        a:hover {
                color: #fc6420;

        }
input,input[type="submit"],button {
        border: 1px solid #C8C8C8;
        padding: 5px 10px;
    -webkit-appearance: none;
    outline: none;
}
::placeholder {
    color: #ffffff;
    padding-left: 5px;
    opacity: .9;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
}
p {
    margin: 0px;
    padding: 0px;
    line-height: 22px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none;
}
table, table tr, table td {
        border: 1px solid #e7e7e7;
        padding: 8px;
}
figure {
    margin: 0px;
    padding: 0px;
}


header {
    background: #000000;
    padding: 0px 2%;
}

.zingspeed { 
    display: flex;
    flex-wrap: nowrap;
    float: left;
    width: 100%;
	}

.zingtua { 
	width: 100%;
    padding: 0px !important;
    margin: 10px;
	    margin-top: 20px !important;
}
.dropdown { 
      padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
	}
.dropbtn { 
    margin: 0px;
    width: 120px;
    display: inline-block;
    padding: 8px 0px !important;
    margin-top: 8px;
    margin-right: 10px;
	}
#main {
    display: inline-block;
    width: 100%;
}
#logo img {
    width: 150px;
    height: auto;
    padding: 5px;
}

.header-full {
    display: table;
    width: 100%;
    vertical-align: middle;
}
.header-left {
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}
.header-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.header-right {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

.nav-menu li {
    display: inline-block;
    position: relative;
}
.sub-menu {
    display: none;
    position: absolute;
    top: 56px;
    width: 250px;
    background: #000000f2;
    text-align: left;
    z-index: 999;
}
.nav-menu li a {
    display: inline-block;
    padding: 20px 12px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
.nav-menu li:hover .sub-menu {
    display: block;
}
.sub-menu li a{
    padding: 15px 20px;
}


.nav-menu .current-menu-item a {
    color: #fc6420;
}
.sub-menu li {
    width: 100%;
    border-bottom: 1px solid #262626;
}
.header-right input {
    background: none;
    color: #fff;
    border: 0px;
    opacity: 1;
    margin: 0px;
    display: inline-block;
    font-size: 14px;
    padding: 5px 0px;
    padding-left: 8px;
}
.header-right .search-button {
    background: none;
    border: none;
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
}
.header-right form {
    display: inline-block;
    border: 1px solid #2f2f2f;
    padding: 5px 10px;
    border-radius: 100px;
	background: #161616;
}

#container {
    display: block;
    width: 1200px;
    margin: 0 auto;
    clear: both;
    position: relative;
    padding: 0px;
}

.cate-home {
        display: inline-block;
    background: #171717;
    border-radius: 3px;
    border: 1px solid #383838;
    text-align: left;
    float: left;
    margin-right: 10px;
    position: relative;
	width: 13.5%;
}

.cate-home-full .cate-home:last-child {
    margin-right: 0px;
}
.cate-home-full {
       display: inline-block;
   width:100%;
 
    
}
.cate-home img {
    display: block;
	width:100%;
	height:auto;
}


.cate-home a {
    display: table;
    width: 100%;
}

.cate-home h2 {
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    bottom: 0px;
    color: #fff;
    font-size: 15px;
    padding: 15px 0px;
    overflow: hidden;
	width: 100%;
}

.main-content {
    display: inline-block;
    width: 100%;
}
.cate-home a:hover img {
    border: 1px solid #fc6420;
}

.title-cate-home {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;

}

.icon-main-post {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.title-cate-home h2 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    color: #fc6420;
}

.all-post {
  display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}

.all-post li {
       display: inline-block;
    width: 19%;
    margin-right: 12px;
    margin-bottom: 40px;
 
}
.all-post li .thum-post{
	   min-height: 300px;
	  width: 100%;
}

.all-post li:nth-child(5n+5) {
    margin-right: 0px;
}

.all-post li img {
    width: 100%;
    height: auto;
}

.all-post li a {
    display: block;
}
.thum-post {
    display: inline-block;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
	position:relative;

}
.thum-post img {
    border-radius: 8px;
    overflow: hidden;
    display: block;
    border: 1px solid #1a1a1a;
}

.all-post .title-post {
    width: 100%;
    margin-top: 15px;
    color: #ffffff;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.title-post h3 {
    font-weight: 400;
    font-size: 16px;
	text-transform: capitalize;
}
#footer {
    display: inline-block;
    width: 100%;
    background: #000000;
    border-top: 1px solid #1e1e1e;
}
.copyright {
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #090909;
    padding: 15px 0px;
}

.main-post {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}
.main-category {
    margin-top: 30px;
    margin-bottom: 50px;
}
.main-category h1 {
    text-transform: uppercase;
    font-size: 20px;
}

.breadcrumbs {
    display: inline-block;
    width: 100%;
    background: #171717;
    color: #979797;
    font-size: 14px;
}

.breadcrumbs a {
    display: inline-block;
    font-size: 14px;
    padding: 10px 0px;
    color: #979797;
}
.icon-main-post svg {
    margin-top: 5px;
}

.mc {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.avatar-mc {
    display: inline-block;
    width: 40%;
    float: left;
    margin-right: 2%;
}
.infor-mc {
    display: inline-block;
    width: 58%;
}

.kang-pagination {
    display: inline-block;
    width: 100%;
    text-align: center;

}
.kang-pagination li {
    display: inline-block;
    margin-right: 5px;
}
.kang-pagination li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ffffff;
    border-radius: 100%;
}

.page-numbers.current {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fc6420;
    border-radius: 100%;
    color: #fc6420;
    background: #000000;
}

.col-left {
    display: inline-block;
    width: 25%;
    float: left;
    margin-right: 30px;
	max-width:300px;
}

.col-right {
    display: inline-block;
    width: 72%;
    float: left;
}
.info-post {
    display: inline-block;
    width: 100%;
}
.info-post span {
    display: inline-block;
    width: 100%;
    font-weight: 500;
    color: #fc6420;
}
.info-post p {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
}
.col-left h2 {
    display: inline-block;
    width: 100%;
    padding: 10px 0px;
    text-transform: uppercase;
	 color: #fc6420;
}

.related-posts-single .title-cate-home h3 {
    text-transform: uppercase;
}

.recent-post .all-post li {
    width: 23.6%;
}
.recent-post .all-post li:nth-child(4n+4) {
    margin-right: 0px;
}
.recent-post .all-post li:nth-child(5n+5) {
    margin-right: 9px;
}

.content-post {
    display: inline-block;
    width: 100%;
}
.content-post-title {
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    border-left: 3px solid #fc6420;
    padding-left: 10px;
    color: #fc6420;
    margin: 10px 0px;
    font-weight: 500;
}

#more {display: none;}

#myBtn {
    background: #000;
    color: #fc6420;
    border: 0px;
    font-size: 14px;
    border-radius: 5px;
    float: right;
}

.play-botton{
    position: absolute;
    left: 35%;
    top: 40%;
    display: none !important;
    border: 1px solid #fc6420;
    border-radius: 100%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 60px;
}

.all-post li {
    position: relative;
}
.all-post li:hover .play-botton {
    display: block !important;
}
.all-post li:hover .thum-post {
    background: #6a6a6a;
}

.play-botton-full {
    display: none;
    width: 100%;
    height: -webkit-fill-available;
    background: #0202027a;
    position: absolute;
    top: 0px;
    overflow: hidden;
    border-radius: 5px;
}
.all-post li:hover .play-botton-full {
    display: block;
}

.tags-product {
   
    width: 100%;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tags-product a {
    display: inline-block;
    background: #000000;
    padding: 1px 10px;
    margin-right: 5px;
    margin-bottom:5px;
    font-weight: 400;
}

.svl_post_view_count {
    color: #d5d5d5 !important;
    font-weight: 400 !important;
    width: auto !important;
}

.ratepost {
    display: inline-block;
    vertical-align: middle;
    line-height: 10px;
}

.infonow {
    display: inline-block;
    width: 100%;
    font-size: 14px;
}

.giongdoc {
    color: #fc6420;
	display:inline-block;
	width:100%;
}

.infonow .kksr-legend {
    display: none;
}
.swiper-slide li a{
	width: 100%;
       color: #ffffff;
      display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* Swiper Container */
.swiper-container {
    width: 100%;
    overflow: hidden;
}

/* Swiper Wrapper */
.swiper-wrapper {
    display: flex;
    align-items: stretch;
}

/* Mỗi Slide */
.swiper-slide {
    height: auto;
    display: flex;
    flex-direction: column;
}

/* Đảm bảo content bên trong slide chiếm đủ chiều cao */
.swiper-slide > * {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Hiệu ứng hover cho post card */
.swiper-slide article,
.swiper-slide .post-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    height: 100%;
}

.swiper-slide article:hover,
.swiper-slide .post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Ẩn navigation buttons và pagination */
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
    display: none !important;
}

/* Đảm bảo không có margin/padding thừa */
.swiper-container ul,
.swiper-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
}



.sl {
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 0;
    background: #ff5400;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0px 10px;
    font-size: 14px;
    color: #fff;
}

.ai-track.ai-track-active .ai-track-control{
    background: #fc6420;
}
.ai-wrap .ai-audio-control {
    background-color: #fc6420;
}

.ai-wrap .ai-scroll-wrap > div:last-child div {
    background-color: #fc6420 !important;
}

.ai-wrap .ai-volume-bar.ai-volume-bar-active::before {
    background-color: #fc6420;
}

.ai-track:hover .ai-track-control {
    background-color: #fc6420;
}

.ai-wrap {
    padding: 10px;
}

.ai-thumb.ai-control-wrap-thumb img, .ai-thumb.ai-control-wrap-thumb.ai-track-no-thumb {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
    animation: xoayvong 10s linear 0s infinite;
    -webkit-animation: xoayvong 10s linear 0s infinite;
    -moz-animation: xoayvong 10s linear 0s infinite;
    -o-animation: xoayvong 10s linear 0s infinite;
}



/* Chrome, Safari, Opera */
@-webkit-keyframes xoayvong{
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}
/* Standard syntax */
@keyframes xoayvong {
    from{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
    }
    to{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
    }
}


.ai-track-progress {
    background-color: #fc6420 !important;
}


.play-audio {
    display: inline-block;
    width: 100%;
   
	
}

.play-now {
    display: none;
    text-align: center;
   
}

.play-now a {
	    background: #fc6420;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
}

.slide-home {
    width: 75%;
    float: left;
    display: inline-block;
    position: relative;
}
.slide-home li a img {
    border-radius: 5px;
}

.slider-cate {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.slider-cate .cate-home a:hover img {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
    animation: xoayvong 10s linear 0s infinite;
    -webkit-animation: xoayvong 10s linear 0s infinite;
    -moz-animation: xoayvong 10s linear 0s infinite;
    -o-animation: xoayvong 10s linear 0s infinite;
}




.flexslider.home-flexslider {
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    border:none
}
.flexslider {
    border:4px solid #fff;
    position:relative;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 1px 4px rgba(0,0,0,.2);
    -moz-box-shadow:0 1px 4px rgba(0,0,0,.2);
    -o-box-shadow:0 1px 4px rgba(0,0,0,.2);
    box-shadow:0 1px 4px rgba(0,0,0,.2);
    zoom:1
}
.flex-control-nav,
.flex-direction-nav,
.slides {
    margin:0;
    padding:0;
    list-style:none
}
.flexslider .slides>li {
    display:none;
    -webkit-backface-visibility:hidden
}
.flexslider .slides img {
    width:100%;
    display:block
}
.flex-control-nav,
.flex-direction-nav,
.slides {
    margin:0;
    padding:0;
    list-style:none
}
.flexslider.home-flexslider .flex-direction-nav a {
    width: 35px;
    height: 60px;
    border-radius: 0px;
    border: 0px;
    background-color: #000000cf;
    line-height: 60px;
    position: absolute;
   top:200px;
    opacity: 1;
    z-index: 99999999;
}
.flex-direction-nav a {
    text-decoration:none;
    display:block;
    width:35px;
    height:40px;
    margin:-20px 0 0;
    position:absolute;
    top:200px;
    z-index:10;
    overflow:hidden;
    opacity:0;
    cursor:pointer;
    color:rgba(0,0,0,.8);
    text-shadow:1px 1px 0 rgba(255,255,255,.3);
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    transition:all .3s ease
}

.flexslider.home-flexslider .flex-direction-nav a.flex-next {
    right: 0px;
    background: url(https://nghetruyenma.net/wp-content/uploads/2020/07/next.png) no-repeat 5px 14px;
    background-color: rgba(0, 0, 0, 0);
    background-color: #000000d4;
    background-size: 30px;

}
.flexslider.home-flexslider .flex-direction-nav a.flex-prev {
    left: 0px;
    background: url(https://nghetruyenma.net/wp-content/uploads/2020/07/back.png) no-repeat 2px 12px;
    background-color: rgba(0, 0, 0, 0);
    background-color: #000000d4;
    background-size: 30px;
}

.main-footer {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}

.main-footer .col:nth-child(1) {
    display: inline-block;
    width: 36%;
    float: left;
    margin-right: 20px;
}
.main-footer .col:nth-child(2) {
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 20px;
}
.main-footer .col:nth-child(3) {
    display: inline-block;
    width: 10%;
}

.col .widget {
    display: inline-block;
    width: 50%;
    float: left;
}

.col h3 {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;
    width: 100%;
    color: #fc6420;
}
.col ul li {
    font-size: 16px;
    list-style-type: disc;
    margin-left: 20px;
    line-height: 34px;
}

.col #logo {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.link-video {
    display: inline-block;
    width: 100%;
}
.link-video iframe {
    width: 100% !important;
}

.play-slider {
    width: 100%;
    height: 100%;
    background: #0000008a;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 99;
    display: none;
}
.slide-home:hover .play-slider {
    display: block;
}
.play-slider svg {
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 9999;
}

.site-header.fix {
    left: 0;
    max-width: 100%;
    overflow: visible;
    position: fixed !important;
    top: 0;
    width: 100%;
    z-index: 9999999999999;
    padding: 0px;
}

.site-header.fix .header-full {
    width: 98%;
    margin: 0 auto;
}

.share {
        display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.ai-wrap .ai-audio-control:hover, .ai-wrap .ai-audio-control:focus {
   background-color:#fc6420;
}
.link-footer {
	display:inline-block;
	width:100%;
	margin-top:20px;
	font-size:14px;
	text-align:center;
}
.thum-post img {
width :100%;
	height:auto;
}
.content-post p {
	margin-bottom:10px;
	line-height:26px;
	display:block;
}
.cheap {
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.last-post-home {
    display: inline-block;
    overflow: hidden;
    margin-top: 20px;
}

.last-post-home ul li {
	    list-style-image: url(https://nghetruyenma.net/wp-content/uploads/2020/08/useronline.gif);
    margin-left: 20px;
    line-height: 30px;
}
.dropdown-content { 
    min-width: 120px !important;
	}




#container { 
width:1200px;
	}

.banner {
	max-width:100%;
	overflow:hidden;
}
.jp-play-bar::after {
  position: absolute;
  content: ".";
  background-color: #ff8500;
  color: red;
  font-weight: bold;
  width: 18px;
  right: -5px;
	height:18px;
	top:-6px;
	border-radius:100%;
	overflow:hidden;
		
}
.jp-play-bar
{
	position: relative;
	overflow:unset !important;
}
.linktruyen {
	display: inline-block;
    width: 100%;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
}

.linktruyen a {
	    background: #fc6420;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    margin-left: 10px;
}
.linktruyen svg {
	display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
}
.tet_right {
	width:120px !important; 
}
.tet_left, .tet_right {
	width:150px !important;
}
.slider-cate h2:hover {
		animation: glow 1s ease-in-out infinite alternate;
	
}
.slider-cate a:hover {
	background: unset !important;
    -webkit-text-fill-color: unset !important;
    -webkit-box-decoration-break: unset !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item>a.mega-menu-link:hover {
	animation: glow 1s ease-in-out infinite alternate;
	background:#000;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #00ffa1, 0 0 40px #00ffa1, 0 0 50px #00ffa1, 0 0 60px #00ffa1, 0 0 70px #00ffa1;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #00ffa1, 0 0 40px #00ffa1, 0 0 50px #00ffa1, 0 0 60px #00ffa1, 0 0 70px #00ffa1, 0 0 80px #00ffa1;
  }
}

#main a:hover {
	  background: -webkit-gradient(linear,left top,right top,from(#fc6420),to(#da1b60));
    background: linear-gradient(to right,#fc6420,#ff2070);
    background-color: #ccc;
    background: -webkit-gradient(linear,left top,right top,from(#fc6420),to(#da1b60));
    background: linear-gradient(to right,#fc6420,#ff2070);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    background-color: #fc6420;


}
.sl{
background: rgb(255,84,0);
background: linear-gradient(124deg, rgba(255,84,0,1) 15%, rgba(55,55,55,1) 100%);
}
.title-cate-home h1 {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 400;
    color: #fc6420;
}
.widgettitle ,.title-cate-home h2,.col-left h2,.content-post-title,.related-posts-single .title-cate-home h3,.main-category h1,.title-cate-home h1{
	    background: -webkit-gradient(linear,left top,right top,from(#fc6420),to(#da1b60));
    background: linear-gradient(to right,#fc6420,#ff2070);
    background-color: #ccc;
    background: -webkit-gradient(linear,left top,right top,from(#fc6420),to(#da1b60));
    background: linear-gradient(to right,#fc6420,#ff2070);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    background-color: #fc6420;
}



.last-post-home h3 {
	color:#fc6420;
	font-weight:500;
}
.last-post-home ul {
	margin-top:10px;
}
.last-post-home ul li {
	list-style-image: url('https://nghetruyenma.net/wp-content/uploads/2020/08/useronline.gif');
	margin-left:20px;
	line-height:30px;
}
.dropbtn {
  background-color: #f78100;
  color: white;
  padding: 8px;
	    border-radius: 3px;
  font-size: 15px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #f78100;
}

.dropdown {
  position: relative;
  display: inline-block;
	    float: left;
    margin-right: 20px;
	padding-left:10px;
	padding-bottom:10px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
     color: black;
    padding: 10px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}



.jp-seeking-bg {
	background:url("https://nghetruyenma.net/wp-content/uploads/2021/06/jplayer.blue_.monday.seeking.gif");
}
.all-post .kksr-icon {
	width:14px !important;
	height:14px !important;
}
.play-now {
    text-align: center;
	padding:0px;
	margin-bottom:5px;
}

.sub-menu li a {
	padding:10px 20px;
	    font-weight: 400;
	font-size: 12px;
}
.play-now a {
	    background: #fc6420;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px !important;
}

.sub-menu {
	z-index:999999999;
}
#no-posts {
	display:none !important;
}
.play-botton-full {
	height: -moz-available;          /* WebKit-based browsers will ignore this. */
height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
height:100%;
}

#comments {
	margin:0 auto;
}

.recentviewed_post {
	   
    line-height: 28px;
}
.recentviewed_right:before {
	content:none;
}
.recentviewed_post li {
	padding:0px;
	margin-left: 20px;
	font-weight:normal;
	list-style-image:url(https://nghetruyenma.net/wp-content/uploads/2020/08/useronline.gif);
	margin-bottom:5px;
}

.play-now a:hover {
	color:#fff;
}
.widget_recent_viewed_posts {
	margin-top:20px;
}


.lds-spinner {
  color: official;
      margin: 0 auto;
    display: block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.link-video h3 {
	    font-weight: normal;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}


.title-post-mc {
	display:block;
}
.title-post-mc h3 {
	float: left;
}
.title-post-mc span {
	       display: block;
    float: right;
    text-transform: capitalize;
    font-size: 14px;
}
.k-cat-description {
	display: inline-block;
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #3a3a3a;
    border-radius: 10px;
    background: #1f1f1f;
}
.k-cat-description p,.cheap p {
	line-height:28px;
}

.header-right form {
	background:#1f1f1f;
}

.main-post {
	margin-top:40px;
}
.main-content .main-post:nth-child(2){
	margin-top:0px;
}
.col-left .banner {
	margin-bottom:0px;
}
.banner2 {
	margin-bottom:0px;
}
@media only screen and (max-width: 768px) and (min-width: 320px) {
	.all-post li:nth-child(5n+5) {
		margin-right:9px;
	}
	.all-post li:nth-child(2n+2) {
		margin-right:0px !important;
	}
	.title-cate-home .rate {
	float:left !important;
		margin-top:10px;
}
.all-post li {
        width: 48%;
    }
	.title-post-mc {
		line-height:32px;
	}
	.play-now a {
		font-size:22px;
	}
	.banner.banner1 {
		width:100% !important;
	}
	.widget_recent_viewed_posts {
		width:100% !important;
	}
	.ai-track-thumb.ai-track-no-thumb {
		display:none;
	}
	.menu-mobile{
	display:inline-block;
	width:50px;
}
.menu-mobile span {
	background: #ffae00;
    height: 1px;
    width: 50px;
    display: inline-block;
}
	.jp-audio .jp-type-playlist .jp-progress {
		vertical-align:unset !important;
	}
	.play-audio-button {
		display:inline-block;
		width:100%;
		margin-bottom:10px;
	}
	.zingtua button {
		    padding: 10px !important;
    margin-right: 5px !important;
		margin-bottom:5px;
	}
	#nghetiep {
		    padding: 3px 5px !important;
    font-size: 14px !important;
	}
	.jp-audio .jp-time-holder {
		line-height: 18px !important;
	}
}

.mobile {
	display:none;
}
.title-cate-home h1 {
	display:inline-block;
}
.title-cate-home .rate {
	display:inline-block;
	float:right;
}

.k-gototop {
	display:block;
	position:fixed;
	right:20px;
	bottom:30px;
	z-index:9999;
}
.icon-main-post svg {
	width:16px !important;
}


.kang-pagination ul{
	display:inline-flex;
}
.widget_recent_viewed_posts {
	width:30%;
	display:inline-block;
	float:left;
}


.banner.banner1 {
	width:70%;
	float: right;
}

.mega-menu-description {
	display:none !important;
}
.mega-indicator {
	display:none !important;
}

#mega-menu-wrap-primary-menu {
	background:none !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-primary-menu #mega-menu-primary-menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
	background:none !important;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-row {
	background: #000000c4;
}
.mega-menu-description {
	display:none;
}













.play-audio {
	margin-top:0px;
}
.jp-type-playlist, .jp-controls {
	    display: inline-block;
    width: 100%;
}

.jp-controls button{
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.jp-audio-stream :focus,
.jp-video :focus {
 outline:0
}
.jp-audio button::-moz-focus-inner,
.jp-audio-stream button::-moz-focus-inner,
.jp-video button::-moz-focus-inner {
 border:0
}
.jp-audio,
.jp-audio-stream,
.jp-video {
 font-size:16px;
 color:#666;
 background: #2f3038;
}
.jp-audio {
 width:100%;
}
.jp-audio-stream {
 width:182px
}
.jp-video-270p {
 width:480px
}
.jp-video-360p {
 width:640px
}
.jp-video-full {
 width:480px;
 height:270px;
 position:static!important;
 position:relative
}
.jp-video-full div div {
 z-index:1000
}
.jp-video-full .jp-jplayer {
 top:0;
 left:0;
 position:fixed!important;
 position:relative;
 overflow:hidden
}
.jp-video-full .jp-gui {
 position:fixed!important;
 position:static;
 top:0;
 left:0;
 width:100%;
 height:100%;
 z-index:1001
}
.jp-video-full .jp-interface {
 position:absolute!important;
 position:relative;
 bottom:0;
 left:0
}
.jp-interface {
 position:relative;
 background-color:#2f3038;
 width:100%
}
.jp-audio .jp-interface,
.jp-audio-stream .jp-interface {
 display: block;
 float: left;
 width: 100%;
	padding:10px;
background:#000;
}
.jp-video .jp-interface {
 border-top:1px solid #009be3
}
.jp-controls-holder {
 clear:both;
 width:440px;
 margin:0 auto;
 position:relative;
 overflow:hidden;
 top:-8px
}
.jp-interface .jp-controls {
 margin:0;
 padding:0;
 overflow:hidden
}
.jp-audio .jp-controls {
	margin-bottom:20px;
 display: inline-block;
 float: left;
}
.jp-audio-stream .jp-controls {
 position:absolute;
 top:20px;
 left:20px;
 width:142px
}
.jp-video .jp-type-single .jp-controls {
 width:78px;
 margin-left:200px
}
.jp-video .jp-type-playlist .jp-controls {
 width:134px;
 margin-left:172px
}
.jp-video .jp-controls {
 float:left
}
.jp-controls button {
 display: inline-block;
 float:left;
 overflow:hidden;
 border:none;
 cursor:pointer;
}
.jp-play:before {
	content: "\f04b";
}
.jp-state-playing .jp-play:before {
 content: "\f04c"!important;
}
.jp-state-playing .jp-play {
 background:#ff8500;
 color:#fff;
 border-color: #ff8500;
}
.jp-next,
.jp-previous,
.jp-stop {
}
.jp-stop {
}

.jp-progress {
 background-color:#ddd;
}
.jp-audio .jp-progress {
 height:8px;
 border-radius: 3px;
}
.jp-audio .jp-type-single .jp-progress {
 left:110px;
 width:186px
}
.jp-audio .jp-type-playlist .jp-progress {
 width: 60%;
    vertical-align: bottom;
    display: inline-block;
    margin-left: 20px;
    margin-right: 15px;
}
.jp-video .jp-progress {
 top:0;
 left:0;
 width:100%;
 height:10px
}
.jp-seek-bar {
 width:0;
 height:100%;
 cursor:pointer
}
.jp-play-bar {
 background:#ff8500;
 width:0;
	height:8px;

}
.jp-seeking-bg {
}
.jp-state-no-volume .jp-volume-controls {
 display:none
}
.jp-volume-controls {
 position:absolute;
 top:16px;
 left:280px;
 width:200px;
}
.jp-audio-stream .jp-volume-controls {
 left:70px
}
.jp-video .jp-volume-controls {
 top:12px;
 left:50px
}
.jp-volume-controls button {
 display:block;
 position:absolute;
 overflow:hidden;
 border:none;
 cursor:pointer;
 background: #2f3038;
}
.jp-mute,
.jp-volume-max {
 width:28;
 height:28;
}
.jp-volume-max {
 left:70px;
}

.jp-volume-bar {
 position:absolute;
 overflow:hidden;
 background:rgba(183, 197, 205, 0.66);
 top:11px;
 left:22px;
 width:46px;
 height:5px;
 cursor:pointer
}
.jp-volume-bar-value {
 width:0;
 height:5px;
 background: #ff8500;
}
.jp-audio .jp-time-holder {
	line-height: 10px;
  vertical-align: bottom;
}
.jp-audio .jp-type-single .jp-time-holder {
 left:110px;
 width:186px
}
.jp-audio .jp-type-playlist .jp-time-holder {
 display: inline-block;
}
.jp-current-time,
.jp-duration {
 width:20%;
font-size:14px;
	color:#f1f1f1;
 font-style:oblique
}
.jp-current-time {
    display: inline;
    cursor: default;
    margin-right: 20px;
}
.jp-duration {
 display:inline;
 text-align:right;
}
.jp-video .jp-current-time {
 margin-left:20px
}
.jp-video .jp-duration {
 margin-right:20px
}
.jp-details {
 font-weight:700;
 text-align:center;
 cursor:default
}
.jp-details,
.jp-playlist {
 width:100%;
 background-color:#2f3038;

 max-height: 270px;
 overflow-y: scroll;
}
.jp-type-playlist .jp-details,
.jp-type-single .jp-details {
 border-top:none
}
.jp-details .jp-title {
 margin:0;
 padding:5px 20px;
 font-weight:700
}
.jp-playlist ul {
 list-style-type:none;
 margin:0;
 padding:0;
 font-size:14px;
}

.jp-playlist li div {
 display:inline
}
div.jp-type-playlist div.jp-playlist li:last-child {
 border-bottom:none
}
div.jp-type-playlist div.jp-playlist li.jp-playlist-current {
 background: #ff8500 !important;
	display:inline-block;
	width:100%;

	
}
div.jp-type-playlist div.jp-playlist a {
 color:#ddd;
 text-decoration:none;
 display: block;
 padding: 6px 15px;
 white-space: nowrap;
 overflow: hidden;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-current,
div.jp-type-playlist div.jp-playlist a:hover {
 color:#fff;
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove {
 float:right;
 display:inline;
 text-align:right;
 margin-right:10px;
 font-weight:700;
 color:#666
}
div.jp-type-playlist div.jp-playlist a.jp-playlist-item-remove:hover {
 color:#0d88c1
}
div.jp-type-playlist div.jp-playlist span.jp-free-media {
 float:right;
 display:inline;
 text-align:right;
 margin-right:10px
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a {
 color:#666
}
div.jp-type-playlist div.jp-playlist span.jp-free-media a:hover {
 color:#0d88c1
}
span.jp-artist {
 font-size:.8em;
 color:#666
}
.jp-video-play {
 width:100%;
 overflow:hidden;
 cursor:pointer;
 background-color:transparent
}
.jp-video-270p .jp-video-play {
 margin-top:-270px;
 height:270px
}
.jp-video-360p .jp-video-play {
 margin-top:-360px;
 height:360px
}
.jp-video-full .jp-video-play {
 height:100%
}
.jp-video-play-icon {
 position:relative;
 display:block;
 width:112px;
 height:100px;
 margin-left:-56px;
 margin-top:-50px;
 left:50%;
 top:50%;
 border:none;
 cursor:pointer
}
.jp-jplayer,
.jp-jplayer audio {
 width:0;
 height:0
}
.jp-jplayer {
 background-color:#000
}
.jp-toggles {
 padding:0;
 margin:0 auto;
 overflow:hidden
}
.jp-audio .jp-type-single .jp-toggles {
 width:25px
}
.jp-audio .jp-type-playlist .jp-toggles {
 width:55px;
 margin:0;
 position:absolute;
 left:325px;
 top:50px
}
.jp-video .jp-toggles {
 position:absolute;
 right:16px;
 margin:10px 0 0;
 width:100px
}
.jp-toggles button {
 display:block;
 float:left;
 width:25px;
 height:18px;
 text-indent:-9999px;
 line-height:100%;
 border:none;
 cursor:pointer
}
.jp-no-solution {
 padding:5px;
 font-size:.8em;
 background-color:#eee;
 border:2px solid #009be3;
 color:#000;
 display:none
}
.jp-no-solution a {
 color:#000
}
.jp-no-solution span {
 font-size:1em;
 display:block;
 text-align:center;
 font-weight:700
}
.jp-playlist li:nth-child(2n+1) {
    background: #26262d;
}
.jp-controls button {
    background: #ff8500;
}
.jp-controls button:hover {
  background: #ff8500;
  color: #fff;
}
.jp-controls button {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  margin-right: 10px;
  border: 1px solid #ff8500;
}

.jp-playlist-item:focus{
	outline:none!important;
}
.dangnghe {
    display: inline;
    margin-right: 5px;
}

.alert.alert-success.showlisten {
   
   padding:0px 10px;
    float: left;
    width: 100%;
	    color: #ff8500;
}
.zingtua {
padding:10px;
color:#fff;
}
.zingtua button {
    border: 0px;
    padding: 8px 10px;
    margin-right: 10px;
    background: #f78100;
    color: #fff;
    font-weight: bold;
    border-radius: 3px;
}
.tua {
    display: inline-block;
    margin-right: 10px;
    color: #ff8500;
}
#nghetiep {
background: #ff8500;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
}
* {
    outline: none!important;
}
.righttime {
    float: right;
    margin-bottom: 2px;
}
.settime {
    display: block;
    float: left;
    width: 100%;
}
#zingaudio_container {
    float: left;
    display: block;
}
span.timex {
    display: block;
  
    cursor: pointer;
}
span.timex:hover {
    background: #ddd;
}
.showtime {
    display: inline-block;
}
.hengio .dropdown-menu{
right:0!important; 
left: unset!important;
top:33px!important;
}
.rightunset {
    right:unset !important;
	left: unset!important;
	top:33px!important;
}
.jp-playlist-item-download {
    float: right;
    display: inline!important;
    text-align: right;
    margin-right: 10px;
    font-weight: 700;
    color: #666;
}
#jpSpeedControl {
	    border: 0px;
    background: #ff8500;
    color: #fff;
    border-radius: 3px;
    padding: 8px 10px;
    display: inline-block;
	font-weight:600;
}
.kksr-legend {
	font-size:13px;
}




@media only screen and (min-width: 320px) and (max-width: 768px) {
	.zingspeed { 
	    flex-direction: column;
		}
	.dropdown { 
	    margin-top: 0px !important;
    margin-left: 10px !important;
		}
	.play-audio-button { 
		        text-align: center;
		margin-top: 5px;
		}
	.jp-controls button { 
		        float: unset !important;
		}
	.jp-audio .jp-type-playlist .jp-progress { 
		width:90% !important;
		}
	.jp-audio .jp-type-playlist .jp-time-holder { 
		width:94%;
		}
	.jp-duration { 
		float:right;
	}
	.col-left, .col-right {
		max-width:100%;
	}
	
    #container {
        width: 96% !important;
        overflow: auto;
    }
    header {
        padding: 0px;
    }
    .header-center {
        display: none;
    }
    .header-left {
        display: table;
        width: 100%;
        padding: 10px 0px;
        text-align: center;

    }
    .header-left #logo {
        display: table-cell;
        vertical-align: inherit;
    }
    .header-left #mobile-menu {
        display: table-cell;
        vertical-align: middle;
        width: 45px;
        margin: 0px 10px;
        line-height: 10px;
        padding-left: 10px;
    }

    .header-right {
        display: table-cell;
        width: 40%;
        text-align: center;
    }
    .header-right form {
        padding: 2px;
        width: 90%;
    }
    .header-right input {
        width: 70%;
    }
    .slide-home {
        display: none;
    }
    .cate-home-full {
        width: 190%;
        overflow-y: hidden;
        overflow-x: scroll;
        float: none;
        display: inline-flex;
        margin-bottom: 20px;
        padding-left: 0px;
    }
    .cate-home {
        text-align: center;
        margin-right: 10px;
    }
	.main-post {margin-top:0px !important}
    

    .cate-home h2 {
      
        font-size: 10px;
      font-weight:400;
    }
    .all-post li {
        width: 48%;
        margin-bottom: 20px;
    }
    .all-post li:nth-child(2n+2) {
        margin-right: 0px;
    }
    .main-footer .col {
        width: 100% !important;
        margin-right: 0px !important;
        margin-bottom: 20px;
    }

    .col .widget {
        width: 100%;
    }
    .col .widget:nth-child(1) {
        margin-bottom: 20px;
    }
    .main-footer {
        margin-bottom: 0px;
    }
    .col #logo {
        text-align: center;
    }
    #mobile-menu span {
        display: inline-table;
        width: 100%;
        height: 1px;
        background: #fc6420;
        vertical-align: top;
    }
    .mm-wrapper__blocker {
        background: #000000a6;
    }
    .col-left, .col-right {
        width: 100%;
        margin: 0px;
    }
    .thum-post img {
        width: 100%;
        height: auto;
    }
    .col-right {
        margin-top: 20px;
    }
    .main-category {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .ai-wrap .ai-control-wrap-thumb {
        display: none;
    }
    .play-now {
        display: block;
    }
    .recent-post .all-post li {
        width: 48%;
    }
    .recent-post .all-post li:nth-child(2n+2){
        margin-right: 0px;
    }
    .avatar-mc {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .infor-mc {
        width: 100%;
    }
    .site-header.fix .header-full {
        width: 100%;
    }
	.related-posts-single .title-cate-home h3 {
		line-height:28px;
	}
	.cate-home img {
		width:auto;
		height:auto;
	}
}



.note-cmt {
	    display: inline-block;
    width: 100%;
    background: #000;
    padding: 10px;
    border-radius: 3px;
    border: 1px dashed #ff8500;
    margin: 10px 0px;
    font-style: italic;
}
.truyenhot {
    display: block;
	color:#fff;
    position: absolute;
    top: 8px;
    left: -26px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    padding: 2px 36px;
    background: linear-gradient(124deg,rgb(255, 84, 0) 15%,rgb(255, 0, 0) 100%);
    transform: rotate(-45deg);
	transform: rotate(-45deg);

}
.infonow, .all-post li {
	overflow:hidden;
}
.kksr-legend {
	font-size:14px;
}






.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* Bình luận con thụt vào */
.comment-list .children {
  margin-left: 40px;
  position: relative;
	margin-top:10px;
}

/* Tam giác chỉ lên thể hiện là trả lời */
.comment-list .children::before {
     content: "";
    position: absolute;
    top: -8px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #58585875;
}

/* Style chung cho bình luận */
.comment {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}

.comment .comment-body {
  background-color:#2c2c2c;
  padding: 10px 15px;
  border-radius: 18px;
  position: relative;
  max-width: 100%;
}

.comment {
 display: inline-block;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    width: 100%;
}

.comment-author .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
}
.says {
	display:none;
}
.comment-body {
      width: 100% !important;
    background: #2c2c2c;
  padding: 10px 15px;
  border-radius: 18px;
  position: relative;
  max-width: 100%;
  width: fit-content;
}

.comment-author {
  font-weight: 600;
  color: #1c1e21;
  margin-bottom: 4px;
}
.comment-author .fn {
	    color: #fff;
    vertical-align: top;
    padding-left: 10px;
    margin-top: 10px;
    display: inline-block;
    font-weight: 400;
}

.comment-meta {
  display: none; /* Ẩn thời gian nếu không cần */
}

.comment-content {
  font-size: 14px;
  color: #050505;
}

.comment-reply-link {
  display: inline-block;
  font-size: 13px;
  color: #65676b;
  margin-top: 5px;
  margin-left: 10px;
  text-decoration: none;
}

.comment-reply-link:hover {
  text-decoration: underline;
  color: #1877f2;
}

/* Form trả lời */
.comment-respond {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.comment-respond input,
.comment-respond textarea {
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 10px;
  border: 1px solid #ccd0d5;
  border-radius: 18px;
  font-size: 14px;
  background-color: #0000000f;
	color: #fff;
}

.comment-respond textarea {
  resize: vertical;
  min-height: 80px;
}

.comment-respond input[type="submit"] {
 
  color: #fff;
  border: none;
 
  
  cursor: pointer;
  font-size: 14px;
	background-color: #ff8500;
    width: 150px;
    float: right;
    padding: 15px;
    border-radius: 99px;

}

.comment-respond input[type="submit"]:hover {
  background-color: #165ecc;
}

.comment-form-author,
.comment-form-email {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
}

.comment-form-email {
  margin-right: 0;
}

#wp-comment-cookies-consent {
	width: 15px;
    height: 15px;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}


.k-cat-description p {
	line-height: 28px;
    margin-bottom: 20px;
}

.k-cat-description ul li {
	    list-style: circle;
    display: list-item;
    margin-left: 50px;
   line-height: 32px;
}

.k-cat-description h2 {
	    display: inline-block;
    width: 100%;
    font-size: 22px;
   line-height: 32px;
	margin-bottom:20px;
}
.k-cat-description h3 {
	   display: inline-block;
    width: 100%;
    font-size: 18px;
    line-height: 32px;
	margin-bottom:20px;
}
.k-cat-description p {
	 line-height: 32px !important;
}