
/* Css hình ảnh trong bài viết */

.attachment-medium, .size-full, .size-medium {
	max-width: 100%;
	height: auto;
	border: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	}

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}
.wp-caption {
	background: #f2f4f7;
	border: 3px solid #f2f4f7;
    border-radius: 20px;
	max-width: 100%; /* Image does not overflow the content area */
	padding: 0 0 5px 0;
	margin: 5px 0;
	text-align: center;
}
.wp-caption p {
	padding: 0;
	margin: 0;
	line-height: 17px !important;
	}

.wp-caption img {
    border: 0 none;
    border-radius: 20px 20px 0 0;
    height: auto;
    max-width: 99.5% !important;
    margin: 0;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
	font-family: "tahoma" !important;
    font-size: 15px !important;
	font-style: italic !important;
    line-height: 20px !important;
    margin: 0;
	text-align: center !important;
}
/* Kết thúc Css hình ảnh trong bài viết */


/* Bắt đầu css menu trong /admin/add-menus.php chỉ hiển thị với người dùng*/
.menu-item {
    border-bottom: 1px solid #e4e4e4;
}
.menu-heading-title {
    font-weight: bold;
    font-size: 100%;
    text-align: center;
    padding: 4px 0px;
}
/* Kết thúc css menu trong /admin/add-menus.php chỉ hiển thị với người dùng*/

.description-container {
    overflow: hidden;
    position: relative;
}

.description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    /* Fix for transition in Safari */
    -webkit-transition: -webkit-line-clamp 0.6s ease;
    transition: -webkit-line-clamp 0.6s ease;
    /* Fix for transition in browsers other than Safari */
    transition: max-height 0.6s ease;
    max-height: calc(1.5em * 4); /* 1.5em is the approximate line height */
    margin-bottom: 20px;
    /* Ensure that text wraps correctly */
    word-wrap: break-word;
}

.fade-overlay {
    width: 100%;
    height: 45px;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    z-index: 3;
}

.btn-showmore {
    position: absolute;
    z-index: 4;
    text-align: left;
    width: 100%;
    padding: 0px 0px;
    bottom: -10px;
    cursor: pointer;
}

.expanded {
    -webkit-line-clamp: unset !important;
    max-height: none;
}
.fade-out {
    background: none !important;
}





.user-play-button {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #054fcb;
    margin-right: 5px;
    line-height: 16px;
}

.user-icon-play {
    background-image: url(../images/play-button-white.png);
    width: 10px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* Bắt đầu css phần list play dưới trình phát audio */
.playlist-related-posts {
    background-color: #fff;
    padding-bottom: 10px;
}

.playlist-related-posts a:hover {
    color: blue !important;
    text-decoration: none !important;
}

.playlist-related-posts ul {
    padding: 0px !important;
    margin: 0px !important;
    list-style: none !important;
    /* background: #f6f6f7; */
    /* border-radius: 0px 0px 10px 10px; */
}

.playlist-related-posts .post-item {
    display: flex;
    padding: 5px 12px 5px 12px;
    line-height: 1.2;
    position: relative;
    border-bottom: 1px solid #f6f6f7;
}

.playlist-related-posts .post-item:last-child {
    border:0;
}


.playlist-related-posts .post-item a {
    display: flex;
}
.playlist-related-posts .post-item .title-link {
    flex-grow: 0;
    flex-basis: 100%;
    align-self: center;
}
.playlist-related-posts .post-item .play {
    flex-grow: 0;
    align-self: center;
    text-align: left;
}

.playlist-related-posts .post-item .title {
    flex-grow: 0;
    flex-basis: 100%;
    min-width: 50px;
    align-self: center;
    margin-left: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.playlist-related-posts .post-item .title h3 {
    display: inline;
    font-size: 100%;
    font-weight: normal;
}

.playlist-related-posts .post-item .icon-downl-svg {
    opacity: 0;
    flex-grow: 0;
    align-self: center;
    text-align: left;
    margin: 0px 0px;
    transition: opacity 0.3s ease-in-out;
}

.playlist-related-posts  .post-item:hover .icon-downl-svg {
    opacity: 1 !important;
}

.playlist-related-posts .post-item .duration {
    /*color: #8b919b;*/
    flex-grow: 0;
    color: #616a7b;
    font-size: 70%;
    flex-basis: 60px;
    overflow: hidden;
    white-space: nowrap;
    margin-left: 5px;
    text-align: right;
    align-self: center;
}
.playlist-related-posts .post-item .error-file,
.audio-post-list .error-file,
.audio-related-posts-list .error-file {
    color: #f00 !important;
    /*color: #616a7b;*/
}

/* Kết thúc css phần list play dưới trình phát audio */

/* Bắt đầu css list audio liên quan ở dưới nội dung mô tả */
.audio-related-posts-list {
    background-color: #fff;
    /* border-radius: 15px; */
}

.audio-related-posts-list .post-item {
    display: flex;
    padding: 5px 12px 5px 12px;
    line-height: 1.3;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    align-content: stretch;
    align-items: baseline;
    align-self: center;
}

.audio-related-posts-list .post-item a {
    display: flex;
}
.audio-related-posts-list .post-item .title-link {
    flex-grow: 0;
    flex-basis: 100%;
    align-self: center;
}
.audio-related-posts-list .post-item .title {
    flex-grow: 0;
    flex-basis: 100%;
    min-width: 50px;
    align-self: center;
    margin-left: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.audio-related-posts-list .post-item .title h3 {
    display: inline;
    font-size: 100%;
    font-weight: normal;
}
.audio-related-posts-list .duration {
    flex-grow: 0;
    color: #616a7b;
    font-size: 80%;
    flex-basis: 60px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    direction: rtl;
    white-space: nowrap;
    margin-left: 5px;
    text-align: right;
    align-self: center;
}

.audio-related-posts-list .post-item .play {
    flex-grow: 0;
    align-self: center;
    text-align: left;
}

.audio-related-posts-list .post-item .icon-downl-svg {
    opacity: 0;
    flex-grow: 0;
    align-self: center;
    text-align: left;
    margin: 0px 0px;
    transition: opacity 0.3s ease-in-out;
}

.audio-related-posts-list .post-item:hover .icon-downl-svg {
    opacity: 1 !important;
}
/* Kết thúc css list audio liên quan ở dưới nội dung mô tả */


/* Bắt đầu css class audio-post-list */
.audio-post-list {
    background-color: #fff;
    /* border-radius: 15px; */
    margin-bottom: 10px;
}

.audio-post-list .section-title{
    color: #404e66;
    font-size: 99%;
    font-weight: bold;
    padding: 0px;
}

.audio-post-list .post-item {
    display: flex;
    padding: 5px 12px 5px 12px;
    line-height: 1.3;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
    align-content: stretch;
    align-items: baseline;
    align-self: center;
}
.audio-post-list .post-item:last-child {
    border:0;
}
.audio-post-list .post-item a {
    display: flex;
}
.audio-post-list .post-item .title-link {
    flex-grow: 0;
    flex-basis: 100%;
    align-self: center;
}
.audio-post-list .post-item .title {
    flex-grow: 0;
    flex-basis: 100%;
    min-width: 50px;
    align-self: center;
    margin-left: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
}
.audio-post-list .post-item .title h3 {
    display: inline;
    font-size: 100%;
    font-weight: normal;
}
.audio-post-list .duration {
    flex-grow: 0;
    color: #616a7b;
    font-size: 80%;
    flex-basis: 70px;
    overflow: hidden;
    /*text-overflow: ellipsis;*/
    direction: rtl;
    white-space: nowrap;
    margin-left: 5px;
    text-align: right;
    align-self: center;
}

.audio-post-list .post-item .play {
    flex-grow: 0;
    align-self: center;
    text-align: left;
}

.audio-post-list .post-item .icon-downl-svg {
    opacity: 0;
    flex-grow: 0;
    align-self: center;
    text-align: left;
    margin: 0px 0px;
    transition: opacity 0.3s ease-in-out;
}

.audio-post-list .post-item:hover .icon-downl-svg {
    opacity: 1 !important;
}

.audio-post-list .post-item .text-standard {
    background: linear-gradient(141deg, #ffbd02 4%, #f4f4f4);
    color: #000001;
    font-size: 59%;
    font-weight: bold;
    padding: 1px 4px;
    border-radius: 4px;
    margin-right: 2px;
    vertical-align: middle;
    white-space: nowrap;
}

/* Kết thúc css class audio-post-list */




.standard-post-list .post-item .thumbnail {
    position: relative;
}

.standard-post-list .post-item .thumbnail .new-icon-overlay {
 position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(141deg, #ffbd02 4%, #f4f4f4);
    color: #f83921;
    font-size: 45%;
    font-weight: 600;
    padding: 0px 4px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "New";
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


/* Bắt đầu hiệu ứng css mũi tên */
/*
.menu-item:hover .icon-svg {
  position: absolute;
  animation: jump-infinite 0.3s 1;
}

@keyframes jump-infinite {
    0% {
        right: calc(0px - 4px);
    }
    50% {
        right: calc(0px + 10px);
    }
    100% {
        right: calc(0px - 4px);
    }
}
*/
/* Kết thúc hiệu ứng css mũi tên */




/* Bắt đầu css head */

#header {
    background: #282c33;
    display: flex;
    align-content: stretch;
    justify-content: flex-start;
    align-items: center;
}

#header .logo {
/*    position:relative;
    background: #282c33;*/
}
#header .logo  h1 {
    display: inline !important;
}
#header .logo a {
    padding: 10px;
    color: #ffb000;
    font-weight: bold;
}
#header:hover .logo a {
    color: #fff !important;
}
#header .logo .domain-name {
    font-size: 120%;
}
#header .logo .domain-ext {
    font-size: 60%;
}

/* Bắt đầu css ô tìm kiếm ở head */

#header .header-search-box {
    border-radius: 10px;
    padding: 10px;
    flex-grow: 1;
    margin-left: auto;
    position: relative;
    min-width: 100px;
    max-width: 340px;
}

#header .header-search-box .search-form {
    border: 2px solid #ffb000;
    border-radius: 10px;
    width: 100%;
    height: 28px;
    position: relative;
    display: flex;
}

#header .header-search-box .search-form input::-moz-placeholder {
    color: #ffb000; /* Màu cho placeholder Firefox */
    font-style: italic;
}

#header .header-search-box  .search-form input::-webkit-input-placeholder {
    color: #ffb000; /* Màu cho placeholder Chrome, Safari, Opera */
    font-style: italic;
}

#header .header-search-box .search-input {
    font-size: 100%;
    border-radius: 10px 0px 0px 10px;
    background: transparent;
    color: #ffb000;
    caret-color: #ffb000;
    width: 100%;
    border: none;
    padding: 3px 3px 3px 5px;
    margin-right: 5px;
}


#header .header-search-box .search-button {
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 0px 6px 6px 0px;
    fill: #ffb000;
    color: #ffb000;
    white-space: nowrap;
    background: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 10px 4px 10px 2px;
}

#header .search-button .title-search-button {
    font-size: 100%;
    font-weight: bold;
    padding-left: 3px;
}

#header .header-search-box .search-form:hover {
    border: 2px solid #fff;
}
#header .header-search-box .search-form:hover input {
    fill: #fff;
    color: #fff;
}

#header .header-search-box .search-form:hover .clear-search-button {
    fill: #fff;
    background-color: transparent;
}

#header .header-search-box .search-form:hover input::-moz-placeholder {
    color: #fff; /* Màu cho placeholder Firefox */
    font-style: italic;
}
#header .header-search-box .search-form:hover input::-webkit-input-placeholder {
    color: #fff; /* Màu cho placeholder Chrome, Safari, Opera */
    font-style: italic;
}

#header .header-search-box .search-form:hover .search-button{
    background-color: #fff;
    fill: #282c33;
    color: #282c33;
}

#header .header-search-box .search-form:hover .clear-search-button {
    fill: #fff;
    color: #fff;
}

#header .header-search-box .clear-search-button {
    color: #ffb000;
    fill: #ffb000;
    cursor: pointer;
    background-color: transparent;
    padding: 6px 6px 6px 2px;
}

#header .header-search-box .search-form .clear-search-button:hover {
    fill: #fd7222;
    color: #fd7222;
}
/* Kết thúc css ô tìm kiếm ở head */

/* Bắt đầu css hộp gợi ý tìm kiếm ở head */
#header .header-search-box .suggestions-box {
    display: none; /* Ẩn bảng gợi ý mặc định */
    position: absolute;
    background-color: white;
    border-radius: 10px;
    margin-top: 6px;
    width: 95%;
    max-height: 400px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.70);
    border-radius: 15px;
}

#header .header-search-box .suggestions-box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#header .header-search-box .suggestions-box li {
    padding: 4px 8px;
    cursor: pointer;
    border-bottom: 1px solid #f3f3f3;
}

#header .header-search-box .suggestions-box li:first-child {
    border-top:0;
}
#header .header-search-box .suggestions-box li:last-child {
   border-bottom: 0;
}
#header .header-search-box .suggestions-box li.item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
#header .header-search-box .suggestions-box .sugg-text {
    flex-grow: 0;
    flex-basis: 100%;
}
#header .header-search-box .suggestions-box .icon-svg {
    fill: #054fcb;
    color: #054fcb;
    flex-grow: 0;
    flex-basis: 20px;
}
#header .header-search-box .suggestions-box li:hover a {
    color: #ffffff;
    background-color: #282c33;
}
#header .header-search-box .suggestions-box li:hover {
    background-color: #282c33;
}
#header .header-search-box .suggestions-box li:hover .icon-svg {
    fill: #fff;
    color: #fff;
}
#header .header-search-box .suggestions-box .item-close {
    font-weight: normal !important;
    font-size: 95%;
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
}
#header .header-search-box .suggestions-box .item-close a {
    display: block;
    padding: 4px 0px 4px 0px;
}

#header .header-search-box .suggestions-box .item-close a:hover .icon-svg {
    fill: #fff;
    color: #fff;
}
/* Kết thúc css hộp gợi ý tìm kiếm ở head */

/* Bắt đầu css icon menu 3 gạch ngang */
#header .header-menu {
    margin-left: auto;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 3px;
    list-style-type: none;
    text-align: left;
    z-index: 1000;
}
#header .header-menu .header-menu-icon {
    background: #3a4244;
    width: 37px;
    height: 34px;
    margin: 0px 16px 0px 16px;
    padding: 4px 1px 1px 3px;
    border: 0;
    border-radius: 6px;
}

#header .header-menu a .header-menu-icon {
    color: #ffb000;
}

#header .header-menu a:hover .header-menu-icon {
    color: #fff;
}

#header .header-menu .header-menu-icon:active {
    transform: translateY(0.5px);
    box-shadow: 1px 1.2px 3px rgb(0 0 0 / 60%);
}


/* Kết thúc css icon menu 3 gạch ngang */

/* Bắt đầu css menu header */

#header .header-menu .wrap-menu {
    display: none;
    transform: translateX(-234px);
    width: 300px;
    background-color: #fff;
    position: absolute;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.70);
    border-radius: 15px;
    top: 50px;
}

#header .header-menu .wrap-menu ul,
#header .header-menu .wrap-menu li {
    list-style: none;
}

#header .header-menu .active {
    display: block !important;
}

#header .header-menu .wrap-menu:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 90%;
    transform: translateX(-50%);
    border: solid transparent;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #fff transparent;
} /* Mũi tên hướng xuống menu */


#header .header-menu .wrap-menu a {
    color: #282c33;
    text-decoration: none;
    display: block;
}

#header .header-menu .wrap-menu .menu {
    overflow-y: auto;
    background-color: #fff;
    border-radius: 15px;
}

#header .header-menu .wrap-menu .menu li a {
    margin: 0;
    padding: 6px;
}

#header .header-menu .wrap-menu .menu li:hover a {
    color: #ffffff;
    background-color: #282c33;
}

#header .header-menu .wrap-menu .menu .menu-item {
    border-bottom: 1px solid #f3f3f3;
}

#header .header-menu .wrap-menu .menu .register {
    font-size: 95%;
    font-weight: bold;
    text-align: center;
}

#header .header-menu .wrap-menu .menu .menu-item-close {
    font-weight: bold;
    font-size: 95%;
    text-align: center;
}

#header .header-menu .wrap-menu .menu .menu-item-close a {
    padding: 10px 0px 10px 0px;
}

#header .header-menu .wrap-menu .menu .menu-item-close .icon-svg {
    fill: #282c33;
    color: #282c33;
    vertical-align: sub;
    display: inline-block;
}

#header .header-menu .wrap-menu .menu .menu-item-close a:hover .icon-svg {
    fill: #fff;
    color: #fff;
}

/* Kết thúc css menu header */

/* Kết thúc css head */




/* Bắt đầu css xem thêm description */
.description.shortened {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.description-container .btn-showmore {
    margin: 2px 0 12px 0;
}
.description-container .btn-showmore button {
    color: #054fcb;
    font-size: 100%;
    cursor: pointer;
    background: #fff;
}
/* Kết thúc css xem thêm description */



/* Bắt đầu pagination-related-posts */
.pagination-related-posts {
    background: #f6f6f7;
    border-bottom: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pagination-related-posts .next-related-post,
.pagination-related-posts .prev-related-post {
    max-width: 50%;
    flex-grow: 1;
}


.pagination-related-posts a {
    text-decoration: none;
    padding: 5px 2px;
    display: block;
    position: relative;
    white-space: nowrap;
}


.pagination-related-posts .text {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
}



.pagination-related-posts .icon-svg {
    fill: black;
    color: black;
    background: #ffbd02;
    vertical-align: baseline;
    border-radius: 3px;
    display: inline-block;
    padding: 2px 2px;
    margin: 3px;
}

.pagination-related-posts a:hover {
    text-decoration: none !important;
}
.pagination-related-posts .next-related-post a {
    background-color: #f6f6f7;
    border-right: 1px solid #ddd;
    border-left: 0;
    background-position: left;
}
.pagination-related-posts .prev-related-post a {
    background-color: #f6f6f7;
    border-left: 1px solid #fff;
    border-right: 0;
    text-align: right;
    background-position: right;
}

/* Kết thúc pagination-related-posts */





/* Bắt đầu css standard-post-list của bài viết tiêu chuẩn */
.standard-post-list {
    background: #fff;
    /* border-radius: 15px; */
    margin-bottom: 10px;
    clear:both;
}

.standard-post-list a {
    /*display: block;*/
}

.standard-post-list .post-item-title{
    padding: 5px 12px 5px 12px;
    border-bottom: 1px solid #f3f3f3;
    clear: both;
}

.standard-post-list .post-item{
    height: 55px;
    padding: 10px 12px;
    clear: both;
    border-bottom: 1px solid #f3f3f3;
}

.standard-post-list .post-item .thumbnail {
    border-radius: 5px;
    border: 3px solid #dee1e6;
    float: left;
    margin: 0 10px 0 0;
}

.standard-post-list .post-item .thumbnail .img-thumbnail {
    width: 100px;
    height: 50px;
    border-radius: 3px;
}

.standard-post-list .post-item .title {
    padding-top: 2px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.standard-post-list .post-item .title h3 {
    font-size: 15px;
    font-weight: normal;
}

.standard-post-list .post-item .date {
    padding: 5px 0px;
    margin: 0px;
    font-size: 80%;
    color: #616a7b;
}

.load-more-standard-posts {
    text-align: center;
    padding: 5px 10px;
}

/* Kết thúc css standard-post-list của bài viết tiêu chuẩn */



/* Bắt đầu css standard của bài viết tiêu chuẩn */

.post-standard .content {
    line-height: 22px;
}
.post-standard .content ol,
.post-standard .content ul {
    padding: 5px 20px !important;
}

.post-standard .content ol {
    list-style-type: auto !important;
}
.post-standard .content ul {
    list-style-type: unset !important;
}
.post-standard .content p {
    margin: 8px 0;
}
.post-standard .tags {
    padding: 5px 0px 2px 0px;
}

.post-standard .categorys {
    padding: 2px 0px;
}

.post-standard .standard-related-posts-list {
    padding: 5px;
    margin: 0px;
}

.post-standard .standard-related-posts-list ol,
.post-standard .standard-related-posts-list ul {
    list-style-type: disc !important;
    padding: 0px !important;
}

.post-standard .standard-related-posts-list .post-item {
    margin: 5px 30px;
}
.post-standard .standard-related-posts-list .title h3 {
    display: inline;
    font-size: 100%;
    font-weight: normal;
}
/* Kết thúc css standard của bài viết tiêu chuẩn */





/* Bắt đầu css Play audio */

.soundwave-icon,
.audio-play-icon,
.button-play,
.button-play-error {
        margin-right: 8px;
}
.group-play-link {
    margin: 5px 10px;
}
.button-play,
.button-play-error {
    position: relative;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #ffb000;
    text-align: center;
}
.button-play {
}
.button-play-error {
    /*background-color: blue;*/
}
.button-play-error-404 {
    background-color: #f00;
}

.post-item:hover .button-play,
.post-item:hover .button-play-error {
    background-color: #ff9701 !important;
}

.icon-play, .icon-pause {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    transform: translate(-50%, -50%);
}
.icon-play {
    font-weight: bold;
} /* in đậm tiêu đề */
.icon-play {
    background-image: url(../images/play-button.png);
}
.icon-pause {
    background-image: url(../images/pause-button.png);
}


 /* In đậm nội dung phát khi play */
.playing-font-bold .playing-bold h3,
.playing-font-bold .playing-bold {
    font-weight: bold !important;
    color: #064ecc !important;
}

/* Kết thúc css Play audio */



#container .search-box,
#sidebar .search-box {
    background: #fff;
    border-radius: 15px;
    margin-bottom: 10px;
}
#container .search-form,
#sidebar .search-form {
    width: 100%;
    height: 36px;
    position: relative;
    display: flex;

    background-color: #f6f6f7;
    border-radius: 15px;
}

#container .search-input,
#sidebar .search-input {
    color: #024fca;
    caret-color: #024fca;
    font-size: 100%;
    border-radius: 15px 0px 0px 15px;
    background-color: transparent;
    width: 100%;
    padding: 3px 3px 3px 5px;
    margin-right: 5px;
}
#container .search-form input::-moz-placeholder,
#sidebar .search-form input::-moz-placeholder {
    color: #044fcc; /* Màu cho placeholder Firefox */
    font-style: italic;
}
#container .search-form input::-webkit-input-placeholder,
#sidebar .search-form input::-webkit-input-placeholder {
    color: #044fcc; /* Màu cho placeholder Chrome, Safari, Opera */
    font-style: italic;
}

#container .search-button,
#sidebar .search-button {
    justify-content: center;
    align-items: center;
    display: flex;
    color: #054fcb;
    font-size: 80%;
    font-weight: bold;
    background-color: transparent;
    border-radius: 0px 15px 15px 0px;
    border-left: 3px solid #ffffff;
    padding: 10px 5px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none; /* Ẩn nút mặc định trên Safari */
    appearance: none; /* Ẩn nút mặc định trên các trình duyệt khác */

}
#container .search-button .title-search-button,
#sidebar .search-button .title-search-button {
    padding-left: 3px;
}
#container .clear-search-button,
#sidebar .clear-search-button {
    fill: #054fcb;
    color: #054fcb;
    background-color: unset;
    border-radius: 0px 10px 10px 0px;
    padding: 5px;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    appearance: none;

}
#container .search-box .clear-search-button:hover,
#sidebar .search-box .clear-search-button:hover {
    fill: #f00;
    color: #f00;
}


#sidebar .post-item-title .section-title,
#sidebar .menu-item-title .section-title {
    color: #404e66;
    font-size: 99%;
    display: inline;
    padding: 0px;
}



#container,
#sidebar {
    /* margin-left:10px;
    margin-right:10px; */
    margin-bottom: 10px;
}

#container ul,
#sidebar ul {
    list-style-type:none;
}


/* Bắt đầu css Menu ở sidebar*/
#sidebar .menu-box {
    background: #fff;
    /* border-radius: 15px; */
    margin-bottom: 10px;
}
#sidebar .menu-box a {
    padding: 5px 12px 5px 12px;
    display: block;
}
#sidebar .menu-box .list-menu .menu-item-title {
    padding: 5px 12px 5px 12px;
    border-bottom: 1px solid #f3f3f3;
    clear: both;
}
#sidebar .menu-box .list-menu .menu-item {
    position: relative;
    border-bottom: 1px solid #f3f3f3;
}
#sidebar .menu-box .list-menu .menu-item:last-child {
    border:0;
}
#sidebar .menu-box .list-menu .category-title {
    /*display: block;*/
    display: flex;
    margin-right: 20px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
#sidebar .menu-box .list-menu .category-post-count {
    flex-grow: 0;
    flex-basis: 50px;
    display: inline-block;
    margin-right: 20px;
}
#sidebar .menu-box .list-menu .category-post-count-badge {
    color: #3f4e65;
    font-size: 65%;
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 10px;
}


#sidebar .menu-box .menu-item .icon-svg {
    fill: #62697c;
    color: #62697c;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0px 5px;
}



.menu-item:hover .icon-svg {
    /*position: relative;*/
    position: absolute;
    animation: rotate-once 0.3s 1;
    transform: translateY(-50%);
}
@keyframes rotate-once {
    0% {
        transform: translateY(-50%) rotate(0deg);
    }
    100% {
        transform: translateY(-50%) rotate(360deg);
    }
} /* Hiệu ứng css xoay 1 vòng khi hover menu-item */
/* Kết thúc css Menu ở sidebar*/



.content {
    background: #fff;
    padding: 10px;
    margin-bottom: 10px;
}
.content a:hover {
    text-decoration: underline;
}
.content .audio-player-box {
    background: #f6f6f7;
}
.content .audio-player-box .error-audio-player {
    color: #f00;
    text-align: center;
    background: #282c33;
    display: block;
    padding: 10px;
}

.content .error-file {
    color: #f00;
}




/* Bắt đầu css nút download share */
.download-share-box {
    text-align: center;
    margin-left: 10px;
    padding-bottom: 5px;
}

.download-share-box .adownload-btn {
    display: inline-flex;
    font-size: 100%;
    margin: 6px 0px;
    padding: 2px 12px;
    margin-right: 10px;
    width: 220px;
    background-color: #f6f6f7;
    font-weight: 400;
    line-height: 1.4;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 2px 1.5px 0 0 rgb(116 126 141 / 17%);
    -webkit-box-shadow: 2px 1.5px 0 0 rgb(116 126 141 / 17%);
}

.download-share-box .adownload-btn {
    transform: scale(1);
    transition: transform 0.5s ease;
}

.download-share-box .button-item {
    display: inline;
}

.download-share-box .button-item:hover .adownload-btn {
    transform: scale(1.03)!important;
    transition: transform 0.5s ease!important;
}

.download-share-box .button-item a:active {
    transform: translateY(0.5px);
    box-shadow: 2px 1.5px 0 0 rgb(1 50 124 / 73%) !important;
    -webkit-box-shadow: 2px 1.5px 0 0 rgb(1 50 124 / 73%) !important;
}

.download-share-box .button-item a:hover {
    text-decoration: none;
    color: #fff;
    background: #0000ff;
}

.download-share-box .icon-svg {
    fill: unset !important;
    color: unset !important;
    vertical-align: middle;
    display: inline-block;
    padding: 0px 4px;
}

.download-share-box .adownload-report {
    color: revert !important;
}
.download-share-box .adownload-text {
    font-weight: 700;
}

.adownload-animated-text::before {
    content: "CapCut";
    animation: adownloadAppName 3s infinite;
}
@keyframes adownloadAppName {
    0%, 50% {
        content: "Airdrop";
    }
    51%, 100% {
        content: "Airdrop iPhone";
    }
}

/* Kết thúc css nút download share */

/* Bắt đầu css #footer */
#footer {
    margin: 0px;
    padding: 0px;
}

#footer .bottom-info-menu {
    font-weight: bold;
    background: #fff;
    /* border-radius: 15px 15px 0 0;
    margin: 10px 10px 0px 10px; */
    text-align: center;
}
#footer .bottom-info-menu ul {
    list-style-type: none;
}
#footer .bottom-info-menu li {
    display: inline-block;
    line-height: 13px;
    border-right: 1px solid #f3f3f3;
    padding: 0;
}
#footer .bottom-info-menu a {
    margin: 10px;
    text-decoration: none;
    display: block;
}
#footer .bottom-info-menu li:last-child {
    border: 0;
}

#footer .all-footer-background {
    background-color: #dedede;
}

#footer .footer-background {
    background-color: #292c32;
    border-radius: 0px 0px 15px 15px;
}

#footer .social-media {
    text-align: center;
    padding: 20px 10px 5px 10px;
}

#footer .social-media .icon-svg {
    fill: #2a2c31;
    color: #2a2c31;
    background: #a8926e;
    vertical-align: text-bottom;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    border: 0;
}

#footer .social-media a:hover .icon-svg {
    fill: #2a2c31;
    color: #2a2c31;
    background: #ffb000;
    vertical-align: text-bottom;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    border: 0;
}

#footer .copyright {
    color: #a8926d;
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 80%;
    line-height: 16px;
    text-align: center;
    padding: 5px 10px 30px 10px;
}

#footer .copyright .icon-svg {
    fill: #a8926d;
    color: #a8926d;
    vertical-align: text-bottom;
    display: inline-block;
}

#footer .copyright a {
    color: #9da1a6;
}

#footer .copyright a:hover {
    color: #fff;
}
/* Kết thúc css #footer */


/* Bắt đầu hiệu ứng icon download */
.icon-downl-svg {
  position: relative;
  width: 23px;
  height: 23px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-downl-svg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: unset;
  border-radius: 5px;
  box-sizing: border-box;
}
.icon-downl-svg svg {
  position: relative;
  animation: icon-downl-svg 2s ease-in-out infinite;
}
@keyframes icon-downl-svg {
  0% {
    bottom: 60%;
  }
  to {
    bottom: -100%;
  }
}
/* Kết thúc hiệu ứng icon download */


/* Bắt đầu css hello-top */

.hello-top {
    background: #fff;
    /* border-radius: 0px 0px 15px 15px;
    margin: 0px 10px 10px 10px; */
    padding: 10px;
    margin-bottom: 10px;
}


/* Bắt đầu css lắc icon hello-top */
.shake-hello-top img {
       /* display: block;*/
        animation: ringring 2s ease-in-out infinite;
        width: 25px;
        height: auto;
    }

@keyframes ringring {
    0% {
        transform: rotate(-15deg);
    }

    2% {
        transform: rotate(15deg);
    }

    4% {
        transform: rotate(-18deg);
    }

    6% {
        transform: rotate(18deg);
    }

    8% {
        transform: rotate(-22deg);
    }

    10% {
        transform: rotate(22deg);
    }

    12% {
        transform: rotate(-18deg);
    }

    14% {
        transform: rotate(18deg);
    }

    16% {
        transform: rotate(-12deg);
    }

    18% {
        transform: rotate(12deg);
    }

    20% {
        transform: rotate(0deg);
    }
}
/* Kết thúc css lắc icon hello-top */
/* Kết thúc css hello-top */


/* Bắt đầu css rung lắc icon-svg khi hover */
.icon-svg,
.button-play,
.button-play-error {
    transition: transform 0.3s; /* Thêm transition để tạo hiệu ứng mượt mà */
}

.post-audio:hover .post-title .icon-svg,
.post-standard:hover .post-title .icon-svg,
.audio-post-list:hover .section-title .icon-svg,
.standard-post-list:hover .section-title .icon-svg,
.menu-box:hover .section-title .icon-svg,
.all-post-list:hover .section-title .icon-svg,
.pending-post-list:hover .section-title .icon-svg,
#footer .social-media a:hover .icon-svg {
        animation: jump-shaking 0.83s 1;
}

@keyframes jump-shaking {
        0% { transform: translateX(0) }
        25% { transform: translateY(-5px) }
        35% { transform: translateY(-5px) rotate(17deg) }
        55% { transform: translateY(-5px) rotate(-17deg) }
        65% { transform: translateY(-5px) rotate(17deg) }
        75% { transform: translateY(-5px) rotate(-17deg) }
        100% { transform: translateY(0) rotate(0) }
}

.download-share-box .button-item:hover .icon-svg
/*,.post-item:hover .button-play,
.post-item:hover .button-play-error */{
        animation: jump-shaking-download-share 0.83s 1;
}
@keyframes jump-shaking-download-share {
        0% { transform: translateX(0) }
        25% { transform: translateY(-2px) }
        35% { transform: translateY(-2px) rotate(17deg) }
        55% { transform: translateY(-2px) rotate(-17deg) }
        65% { transform: translateY(-2px) rotate(17deg) }
        75% { transform: translateY(-2px) rotate(-17deg) }
        100% { transform: translateY(0) rotate(0) }
}

/* Kết thúc css rung lắc icon-svg khi hover */



/* Bắt đầu css dùng chung */
a {
    color: #044fcc;
    text-decoration: none;
}

a:hover {color:#0000ff}

body{
    color: #233553;
    font-size:16px;
    font-family:Arial, Helvetica, sans-serif;
    background-color: #dedede;
    max-width: 640px !important;
    margin: 0 auto;
    touch-action: manipulation; /* Ngăn chạm 2 lần phóng to web*/
}

* {
    margin:0;
    padding:0;
    border:0;
    outline:0;
}

h1 {font-size: 18px;}
h2 {font-size: 19px;}
h3, h4, h5 {font-size: 17px;}

#wrapper {
    /*margin: 10px auto;*/
    margin: 0;
    text-align: left;
    border-top: 1px solid #23292b;
    border-bottom: 25px solid #dedede;
    background-color: #f2f4f7;
}

.overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    position: fixed;
    background-color: rgb(10 10 11 / 50%);
    -webkit-tap-highlight-color: transparent;
}

.clear {
    clear: both;
    float: none;
}

.search-input:not(:valid) ~ .clear-search-button {
    display: none; /* Ẩn nút search cancel button */
}

.icon-svg{
    fill: #404e66;
    color: #404e66;
    vertical-align: middle;
    display: inline-block;
}

.icon-svg-error {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px 20px 0px;
}

.section-title {
    color: #404e66;
    font-size: 99%;
    padding: 10px 0px;
}

.post-title {
    color: #3f4e65;
    line-height: 30px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-bottom: 10px;
    padding: 0 10px 10px 10px;
}

.content .file-info .author-info-wrapper {
  position: relative;
}
.content .file-info .author-info {
    padding: 0px 10px 0px 0px;
}
.content .file-info .author-info-tooltip {
    width: 246px;
    display: none; 
    position: absolute;
    top: -227%;
    left: 48%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 85%;
    white-space: nowrap;
    background-color: #222;
    text-align: center;
    padding: 4px 5px;
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 10px rgb(245 244 244 / 70%);
    z-index: 500;
}

.content .file-info .author-info-tooltip::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 40%;
    white-space: nowrap;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #222 transparent transparent transparent;
}

.content .file-info .author-info-wrapper:hover .author-info-tooltip,
.content .file-info .author-info-tooltip:hover .author-info-tooltip {
    display: block;
}

.content .file-info {
    font-size: 92%;
}
.content .file-info .file-detail .icon-svg {
    fill: unset;
    color: unset;
    vertical-align: unset;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.content .file-info .file-detail {
    border-spacing: 0px;
    line-height: 21px;
}
.content .file-info .description-container {
    line-height: 21px;
}
.content .file-info .file-label {
    white-space: nowrap;
}
.content .file-info .categorys a,
.content .file-info .tags a {
    background: #f6f6f7;
    padding: 0px 6px;
    border-radius: 5px;
}


#container .author-posted-on-date {
    font-size: 99%;
    font-style: italic;
    padding: 0 10px 10px 12px;

}

.button-load-more {
    background: #fff;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
}

.button-load-more button {
    color: #0645ad;
    font-size: 100%;
    cursor: pointer;
    background: #fff;
}

.load-more-related-posts {
    text-align: center;
}
.load-more-related-posts-notice {
    text-align: center;
    margin: 5px;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    background: #f2f4f7;
}
.load-more-related-posts button {
    color: #0645ad;
    font-size: 100%;
    cursor: pointer;
    text-align: center;
    margin: 0px;
    padding: 5px 10px;
    border: none;
    border-radius: 3px;
    background: #ffffff;
}





.button-load-more .icon-svg,
.load-more-standard-posts .icon-svg,
.load-more-related-posts .icon-svg {
    fill: #0745ad;
    color: #0745ad;
    vertical-align: middle;
    display: inline-block;
    padding-left: 0px;
}

.button-load-more:hover .icon-svg,
.load-more-standard-posts:hover .icon-svg,
.load-more-related-posts:hover .icon-svg {
    position: relative;
    animation: rotate-once-load-more 0.3s 1;
}

@keyframes rotate-once-load-more {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} /* Hiệu ứng css xoay 1 vòng khi hover load-more */



.ads-player {
text-align: center;
background: #fbfbfb;
/* border-radius: 15px 15px 0 0; */
margin: 0px auto;
padding: 10px 0px;
min-height: 250px;

display: flex;
align-content: center;
justify-content: center;
align-items: center;
text-align: center;
}
/* Kết thúc css dùng chung */


/* Bắt đầu css post list dùng chung */

#container .all-post-list ul,
#sidebar .all-post-list ul,
.search-box .all-post-list ul {
    list-style-type:none;
    margin:0;
    padding:0;
}

#container .all-post-list .section-title,
#sidebar .all-post-list .section-title,
.search-box .all-post-list .section-title {
    color: #404e66;
    font-size: 99%;
    font-weight: bold;
    padding: 4px 0px;
}

#container .all-post-list,
#sidebar .all-post-list,
.search-box .all-post-list {
    background-color: #fff;
    /* border-radius: 15px; */
    margin-bottom: 10px;
}

#container .all-post-list .archive-description p {
    display: inline;
}

#container .item,
#sidebar .item,
.search-box .item {
    padding: 5px 12px 5px 12px;
    position: relative;
    border-bottom: 1px solid #f3f3f3;

}

#container .item:last-child,
#sidebar .item:last-child,
.search-box .item:last-child {
    border:0;
}

/* Kết thúc css post list dùng chung */