/*
Theme Name: truyen Nổi Bật
Theme URI: https://example.com/truyennoibat
Author: Truyen Nổi Bật
Author URI: https://example.com
Description: Theme cơ bản dành cho website truyện
Version: 1.0
Requires at least: 5.9
Tested up to: 6.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: truyennoibat
*/

body {
  overflow-x: hidden !important;
}

.fa-svg {
  width: auto;
  height: 1em;
  fill: currentColor;
  vertical-align: -0.15em;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
  font-family: "Roboto";
}

header {
  background: #ad1e4b;
}

.footer {
  background-color: #ad1e4b;
}

.navbar-inverse {
  background: #ad1e4b !important;
  margin: 0 !important;
  border-color: transparent !important;
}

.header-logo {
margin: 5px 0;
  display: block;
  width: 80px;
  height: 40px;
  background: url("/wp-content/themes/truyenPRO/assets/images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: -9999px;
  white-space: nowrap;
  outline: 0;
}

.listhd .item {
  position: relative;
  padding: 10px 0px;
  font-size: 1.5rem;
  font-family: "Roboto";
}

.listhd .item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 35px;
  /* Thụt vào 35px */
  width: calc(100% - 35px + 25px);
  /* trừ đi phần thụt + padding */
  height: 1px;
  background: #80808026;
}

.listhd.noicon .item::before {
  left: 0px;
  width: calc(100% - 0px + 25px);
}

.listhd.listhd-m10 .item::before {
  left: 45px;
  width: calc(100% - 45px + 25px);
}

.listhd.listhd-m15 .item::before {
  left: 50px;
  width: calc(100% - 50px + 25px);
}

/* trên mobile thì width vẫn thế, bắt đầu từ sm thì cho ngắn lại */

@media only screen and (min-width: 768px) {
  .listhd.listhd-sm .item::before {
    width: calc(100% - 35px);
  }

  .listhd.listhd-m10.listhd-sm .item::before {
    width: calc(100% - 45px);
  }

  .listhd.listhd-m15 .item::before {
    width: calc(100% - 50px);
  }
}

.listhd .item .right {
  font-family: "Roboto Condensed";
}

.listhd .item .right .more {
  color: #959595b0;
  margin-left: 8px;
}

.listhd .icon {
  color: white;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.listhd .form-group {
  margin-bottom: 0px;
}

.listhd .icon {
  flex-shrink: 0;
}

.listhd.nofirst .item:first-child::before {
  height: 0px;
}

.card h2 {
  font-size: 20px;
  color: #333;
  font-family: Oswald;
}

.card h2 a {
  color: #0d4f7d;
  font-family: "Roboto Condensed";
}

.card h2 a:hover {
  text-decoration: none;
  cursor: pointer;
}

.card select,
.card input,
.card textarea {
  background: transparent;
  border-color: #187a9747;
}

.invalid-feedback,
.valid-feedback {
  width: 100%;
  color: #dc3545;
}

.valid-feedback {
  color: #198754;
}

.card .form-group.form-group-inline {
  margin-bottom: 0px;
}

select option {
  background: #fff;
}

.card {
  background: rgba(255, 255, 255, 0.25);
  background: -webkit-linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 10%,
    rgba(255, 255, 255, 0.25) 100%
  );
  box-shadow: 8px 0 20px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 25px;
  margin: 25px 0;
}

.card.card-danger {
  color: #721c24;
  background: rgb(248, 215, 218);
}

.card.card-warning {
  color: #856404;
  background: #fff3cd;
}

.card.card-success {
  color: #155724;
  background: #d4edda;
}

.card.card-mod {
  background: linear-gradient(45deg, #5b34b961, #cd4f4f54);
}

.card.card-danger,
.card.card-warning,
.card.card-success,
.card-mod {
  border: unset;
}

.card.card-mod hr {
  border-top: 1px solid #00000014;
}

.card.card-mod .lds-ellipsis div {
  background-image: linear-gradient(135deg, #6f1ef0 30%, #39dfaa 100%);
}

.card.card-mod .btn-primary,
.card.card-mod .btn-primary:focus {
  background-image: linear-gradient(135deg, #9521ff 30%, #df395f 100%);
}

.card.card-mod .btn-primary:hover {
  background-image: linear-gradient(135deg, #df395f 30%, #9521ff 100%);
}

.card.card-mod select,
.card.card-mod textarea,
.card.card-mod input {
  border-color: #7146a747;
  color: #333;
}

.card.card-mod .form-control[disabled] {
  background: #55555514;
}

.card.card-mod .btn {
  border: unset;
}

.card.card-mod ::placeholder {
  color: #00000058;
}

.card:has(.card_name) {
  margin: 40px 0 25px;
}

.card_name {
  position: absolute;
  top: -30px;
  left: 25px;
  font-family: Oswald;
  font-size: 17px;
  text-shadow: 0 0 6px #000, 0 0 5px #000, 0 0 5px #000;
  color: #fff;
}

@media only screen and (min-width: 540px) {
  .card {
    padding: 25px;
  }
}

.card h2.inline {
  margin-bottom: 0px;
}

.card .alert.alert-bottom {
  margin-bottom: 0px;
}

.label.label-success,
.label.label-warning,
.label.label-danger,
.label.label-info {
  font-family: "Roboto";
  font-size: 1.1rem;
  font-weight: 500;
  padding: 0.3em 0.6em 0.3em;
}

.font-italic {
  font-style: italic;
}

.form-group.form-group-inline {
  margin-bottom: 0px;
}

.sidebar-right h3 {
  font-family: Oswald;
  font-size: 16px;
  border-style: solid;
  border-bottom-width: 3px;
  margin: 0 auto;
  -webkit-border-image: -webkit-linear-gradient(
    left,
    #1ebbf0 30%,
    #39dfaa 100%
  );
  border-image-slice: 1;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  padding-top: 10px;
}

.sidebar-right .h2-child {
  display: inline-flex;
  margin: 0;
}

.sidebar-right .h2-child .title-child {
  font-family: Oswald;
  font-size: 16px;
}

.sidebar-right a {
  border-bottom: 1px dashed #000;
}

.sidebar-right span a {
  border-bottom: unset;
}

.sidebar-right .btn-black-border a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-right .btn-black-border a span {
  margin-left: 5px;
}

.load_more_tax {
  cursor: pointer;
  margin-top: 10px;
}

.tax #title-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tax #title-result .pull-left {
  font-weight: 700;
}

.tax #title-result .form-group {
  margin-bottom: 0;
}

.tax hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

#slider-keyword {
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  text-align: center;
  position: relative;
}

#slider-keyword .btn-primary-border:hover,
#slider-keyword .btn-primary-border:hover a {
  background: #fff;
  color: #1ebbf0;
  background-clip: padding-box;
}

#slider-keyword .tag {
  font-weight: 400;
  font-family: Oswald;
  font-size: 12px;
  position: relative;
  padding: 0.6rem 1rem;
  box-sizing: border-box;
  color: #1ebbf0;
  background: #fff;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 4px;
  margin: 4px 2px;
  display: inline-block;
}

#slider-keyword .tag:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);
}

#slider-keyword .tag.active {
  background: linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);
  color: #fff;
}

#slider-keyword .tag.active:hover {
  color: #fff;
  background: linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);
  background-clip: padding-box;
}

h1 {
  margin-bottom: 0;
}

.btn.border-primary,
.btn.border-primary:hover {
  color: #1ebbf0;
}

.btn-r {
  background-image: linear-gradient(135deg, red 30%, #fe9a2e 100%);
}

.btn-r:hover {
  background-image: linear-gradient(135deg, #fe9a2e 30%, red 100%);
}

.col-line-last {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #ccc;
}

.sidebar-right .col-line-last a {
  text-decoration: none;
  border-bottom: unset;
}

.sidebar-right h3 a {
  text-decoration: none;
  border-bottom: unset;
}

ul.theloai-thumlist {
  padding-left: 0;
}

table.theloai-thumlist tbody {
  width: 100%;
  display: table;
}

table.theloai-thumlist {
  margin-top: 15px;
  display: block;
}

.theloai-thumlist > li,
.theloai-thumlist tr {
  display: block;
  padding-left: 0;
  margin-bottom: 10px;
}

.theloai-thumlist h2 {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

@media (min-width: 1200px) {
  .theloai-thumlist h3 {
    min-height: 45px;
  }
}

.theloai-thumlist p {
  margin-bottom: 4px;
  margin-top: 4px;
}

.theloai-thumlist .thumbnail {
  width: 74px;
  height: 111px;
  float: left;
  box-shadow: 0 2px 8px rgba(1, 3, 3, 0.16);
  position: relative;
}

.theloai-thumlist .thumbnail img {
  width: 74px;
  height: 111px;
}

.theloai-thumlist .rating {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #eac100;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  padding: 2px 8px;
}

.theloai-thumlist .content {
  overflow: hidden;
  padding-left: 10px;
  font-size: 13px;
}

.theloai-thumlist .text {
  max-height: 135px;
  overflow: hidden;
}

.theloai-thumlist .crop-text-2 {
  height: 36px;
}

.theloai-thumlist h2.crop-text-2 {
  height: 43px;
}

ul.pagination li {
  list-style: none;
  display: inline-flex;
  padding-bottom: 5px;
  margin-right: 3px;
}

.pagination li.active,
.pagination li.disabled {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.pagination li:hover a {
  background: linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%) !important;
  color: #fff !important;
  border: solid 1px #337ab7 !important;
}

.pagination li.active a {
  background: linear-gradient(135deg, #39dfaa 30%, #1ebbf0 100%) !important;
  color: #fff !important;
  border: solid 1px #337ab7 !important;
}

.pagination li a {
  border: solid 1px #000;
  color: #000;
  padding: 0.7rem 1.2rem;
}

.full-label {
  width: 34px;
  height: 50px;
  position: absolute;
  display: block;
  top: 0;
  left: -7px;
  z-index: 1;
  background: transparent
    url(/wp-content/themes/truyenPRO/assets/images/full-label.png) no-repeat;
}

.label-new {
  border: 1px solid #1ebbf0;
  color: #1ebbf0;
}

.label-full {
  border: 1px solid #39dfaa;
  color: #39dfaa;
}

.label-title {
  padding: 0px 3px;
  font-size: 13px;
  vertical-align: bottom;
  margin-left: 5px;
}

.label-new:before {
  content: "New";
}

.label-full:before {
  content: "Full";
}

#footer a.icon-social:hover,
#footer a.icon-social:focus {
  color: unset;
}

#footer a.icon-social:hover i {
  -ms-transform: scale(1.5);
  /* IE 9 */
  -webkit-transform: scale(1.5);
  /* Safari 3-8 */
  transform: scale(1.5);
}

#footer a.icon-social {
  margin-right: 5px;
  transition: transform 0.2s;
}

#footer a.icon-social:last-child {
  margin-right: 0px;
}

img.google-play:hover {
  animation: shake 0.5s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(0eg);
  }

  75% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.footer-bottom ul {
  display: flex;
}

img.google-play {
  width: 100px;
  height: 33px;
}

.commitment {
  color: #a3a3a3;
}

.footer {
  padding: 35px 0 0 0;
}

.footer-bottom,
.footer-bottom a {
  color: #c9c9c9 !important;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-header::before,
.modal-header::after {
  display: none;
}

.modal-group {
  display: flex;
  justify-content: space-between;
  max-width: 40%;
  margin: 0 auto;
  min-width: 220px;
}

.modal-notification {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

.btn {
  outline: none !important;
}

#balance {
  max-width: 300px;
  height: 160px;
  background: linear-gradient(135deg, black, #00000047);
  border-radius: 12px;
  color: black;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 5px 7px 29px 5px;
  box-shadow: 5px 5px 5px 0px #696969;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

#balance .__badge {
  margin-left: 5px;
}

#balance .__badge img {
  width: 14px;
  height: 14px;
}

#balance .__user {
  font-size: 16px;
  margin-left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}

#balance .__user .__username {
  font-family: "Oswald";
  color: #ddbf1e;
}

#balance .__user .__right {
  font-size: 20px;
  float: right;
}

#balance .__user .__right a {
  color: #bdbdbd;
}

#balance .__gold {
  font-size: 24px;
  margin-top: 20px;
  text-shadow: 0 0 6px #9b7c28, 0 0 5px #ffc319, 0 0 5px #ffc319;
  color: #fffdfd;
}

#balance .__gold .__value {
}

#balance .__gold .__goldname {
  font-size: 15px;
}

#balance .__btn_add {
  display: none;
  position: absolute;
  bottom: -15px;
  right: 15px;
  padding: 10px;
  border-radius: 8px;
  color: white;
  height: 35px;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(135deg, #449ea7 30%, #2f799d 100%);
  font-size: 14px;
  padding-right: 20px;
  padding-left: 20px;
}

#balance .__svip2 {
  position: absolute;
  bottom: -100px;
  right: -100px;
  opacity: 0.15;
}

#balance .__svip2 span {
  width: 220px;
  height: 220px;
  display: block;
  background: url(/wp-content/themes/truyenPRO/assets/images/trongdongzip.png);
  background-size: cover;
  -webkit-filter: drop-shadow(1px 1px 6px #ffffff) brightness(1.1) !important;
  filter: drop-shadow(1px 1px 6px #ffffff) brightness(1.1) !important;
}

#balance .__btn_add i {
  margin-right: 5px;
}

#balance .__copyright {
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-size: 10px;
  color: #d3be43;
}

#balance .__mail {
  font-size: 13px;
  margin-top: 3px;
  color: #d3be43;
}

#balance .__avatar {
  margin-right: 10px;
}

#balance .__avatar img:hover {
  transform: scale(1.2);
  transition: transform 250ms;
}

#balance .__avatar img {
  border-radius: 50%;
  width: 45px;
  height: 45px;
}

@media (min-width: 1200px) {
  #balance {
    margin-right: 5px;
  }
}

.list-group-item.tf-active {
  background-image: linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);
  color: white;
}

.list-group-item.tf-active a {
  color: white;
}

#user-sidebar .list-group-item {
  border: 1px solid #1ebbf0;
  width: 49%;
  display: inline-block;
  min-height: 44px;
  max-height: 55px;
}

@media (min-width: 768px) {
  .theloai-thumlist h3 {
    min-height: 45px;
  }

  .user_avatar_parent,
  .user_avatar_2 img {
    width: 150px;
    height: 150px;
  }

  .user_avatar_2 img {
    border-radius: 10px;
  }

  .user_nickname {
    margin: 12px 0px 0px 0px;
  }

  .user_avatar_parent {
    margin-left: auto;
    margin-right: auto;
  }

  #user-sidebar .list-group-item {
    width: 33%;
  }
}

@media (min-width: 1200px) {
  #user-sidebar .list-group-item {
    width: 100%;
    display: block;
  }
}

ul.list-group li {
}

/** Top sidebar **/
.hr-primary {
  border-top-width: 5px;
  margin: 0px 0px 20px 0px;
  border-width: 0;
  border-color: #1ebbf0;
  -moz-border-image: -moz-linear-gradient(left, #1ebbf0 30%, #39dfaa 100%);
  -webkit-border-image: -webkit-linear-gradient(
    left,
    #1ebbf0 30%,
    #39dfaa 100%
  );
  border-image: linear-gradient(left, #1ebbf0 30%, #39dfaa 100%);
  border-image-slice: 1;
  height: 2px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.08);
  border-left: none;
  border-right: none;
  border-bottom: none;
  line-height: 9px;
}

@media (min-width: 768px) {
  .hr-primary {
    height: 4px;
    border-width: 4px;
  }
}

.list-group.list-group-horizontal {
  border-radius: 4px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
  margin-bottom: 0px;
  margin-top: 15px;
  box-shadow: unset;
}

.list-group-horizontal .list-group-item {
  display: inline-block;
  margin-bottom: -1px;
  margin-right: -4px;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 0px;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-right-width: 1px;
}

.user-template h1 {
  font-family: "Oswald";
  font-weight: normal;
  font-size: 26px;
  text-align: center;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}

.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-image: linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(24px, 0);
  }
}

.text-center .lds-ellipsis {
  margin-left: -75px;
}

.list-group-item .dropdown-menu {
  left: unset;
  right: 0;
}

.list-group.list-group-horizontal .badge {
  font-size: 11px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
.pull-right .badge,
a .badge,
.tf-active .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: linear-gradient(135deg, #000000 30%, #746754 100%);
  border-radius: 10px;
  border: white 1px solid;
  margin-bottom: 1px;
}

.pagination {
  text-align: center;
}

#richeditor {
  min-height: 300px;
  max-height: 600px;
  height: auto;
  padding: 12px;
  overflow: scroll;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 14px;
  color: #555555;
}

#richeditor a {
  background-image: linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);
  color: transparent;
  -webkit-background-clip: text;
  text-decoration: none;
  caret-color: black;
}

#richeditor:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

#richeditor img {
  max-width: 100%;
}

#richeditor-button {
  position: fixed;
  bottom: 50px;
  background: #34302a;
  padding: 5px 10px;
  z-index: 99;
  border-radius: 5px;
  border: 1px #00bcff solid;
  left: 50%;
  transform: translateX(-50%);
}

#richeditor-button i {
  color: white;
}

#richeditor-button .btn-succes {
  background-image: linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);
  color: white;
}

#richeditor-button .btn-error {
  background-color: grey;
  color: white;
}

#richeditor-button .btn-succes,
#richeditor-button .btn-error {
  margin: 5px 10px 5px 0px;
}

@media (min-width: 768px) {
  #richeditor-button {
    margin-bottom: 10px;
  }
}

[data-placeholder]:empty:before {
  content: attr(data-placeholder);
  color: #888;
  font-style: italic;
  font-size: 14px;
}

.remove-tag {
  margin-right: 10px;
  font-weight: normal;
  font-family: "Oswald";
  font-size: 12px;
  position: relative;
  padding: 0.6rem 1rem;
  box-sizing: border-box;
  color: #1ebbf0;
  background: #fff;
  background-clip: padding-box;
  border: solid 1px transparent;
  border-radius: 4px;
  margin: 4px 2px;
  display: inline-block;
}

.remove-tag:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);
}

#pending_filer_tag_keyword {
  position: absolute;
  right: 65px;
  top: 6px;
  z-index: 10;
}

#search_keyword .list-group-item {
  border: 1px solid #1ebbf0;
  padding: 8px 15px;
  width: calc(100% - 59px);
  -webkit-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.15);
}

.tf_css_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tf_hidden {
  display: none;
}

.invalid-feedback,
.valid-feedback {
  width: 100%;
  margin-top: 10px;
  font-size: 80%;
  color: #dc3545;
}

.valid-feedback {
  color: #198754;
}

.is-invalid {
  border-color: #dc3545;
}

#richeditor {
  font-size: 14px;
}

#status_future {
  margin: 15px 0px;
}

@media (max-width: 767px) {
  #status_future .form-control,
  #status_future .form-group {
    display: inline-block;
    vertical-align: middle;
  }

  #status_future .form-group {
    margin-bottom: 0px;
  }

  #status_future {
    margin-top: 15px;
  }
}

.link-guide,
.link-guide:hover,
.link-guide:visited {
  margin-top: 10px;
  font-size: 80%;
  color: #6495ed;
}

label[for="suggest_password"] {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 768px) {
  #status_future {
    margin: 0px 0px;
  }

  .guide-pass a {
    display: table;
    margin-bottom: 10px;
  }

  label[for="suggest_password"] {
    display: inline-block;
    justify-content: space-between;
  }
}

#dsc .list-group-item .tf-flex {
  align-items: center;
}

/*-------------------------------------------------------------------------- | Comment | Hệ liệt cũng dùng comment, đây là css dùng chung |--------------------------------------------------------------------------*/
textarea[name="comment"] {
  margin-top: 15px;
}

.comment-form-cookies-consent label {
  font-style: italic;
  font-weight: normal;
}

#wp-comment-cookies-consent {
  margin-right: 5px;
}

.comment-author-reply {
  color: green;
}

.commenttext a {
  border-bottom: 1px dashed black;
  padding: 2px;
}

.commenttext a:hover {
  background: -webkit-linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);
  color: transparent;
  -webkit-background-clip: text;
  text-decoration: none;
  font-weight: 600;
  border-bottom: unset;
  padding: unset;
}

#comments .form-horizontal {
  padding-top: 15px;
}

#comments ul {
  list-style-type: none;
  padding: 0;
}

/*#comments img.avatar-32 { position: relative; float: left; margin-left: 0; margin-top: 0; width: 32px; height: 32px; border-radius: 50%; border: 1px solid #E6E6E6; }*/
.user_position {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  padding-top: 5px;
  width: 35px;
}

#comments img.avatar-32 {
  height: 32px;
  border-radius: 50%;
}

.avatar_user_comment {
  position: relative;
  float: left;
  margin-left: 0;
  margin-top: 0;
  width: 32px;
}

#comments .post-comments {
  border: 1px solid #fafafa;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-left: 52px;
  margin-right: 0px;
  padding: 10px 20px;
  position: relative;
  display: block;
  background: #fafafa;
}

#comments .post-comments div:first-child {
  font-size: 13px;
  padding-bottom: 8px;
  margin-bottom: 10px !important;
  border-bottom: 1px solid #eee;
}

#comments ul.children {
  list-style-type: none;
  padding: 0;
  margin-left: 52px;
}

.cancel-comment-reply {
  margin-bottom: 15px;
}

#comments .post-comments em.approve {
  color: #ffbf00;
}

#respond textarea.form-control {
  height: 100px;
}

.comment-form {
  padding-top: 0px;
  margin-top: 0;
  margin-bottom: 0;
}

.comment-form .checkbox {
  min-height: 27px;
}

.comment-form .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.comment-form .form-group {
  display: -webkit-box;
  margin-bottom: 15px;
  clear: both;
}

.form-submit input {
  -webkit-appearance: button;
  cursor: pointer;
  background-image: linear-gradient(135deg, #1ebbf0 30%, #39dfaa 100%);
  border: none;
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: "Times New Roman", Times, serif !important;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.comment-form-cookies-consent {
  display: flex;
}

#respond h3 a {
  color: #333333;
}

#respond h3 small a {
  color: #1ebbf0;
  margin-left: 5px;
  font-size: 20px;
}

.form-submit input:before {
  content: "\f0ee";
  font-family: "FontAwesome";
}

#comments ol {
  list-style: none;
  padding: 0px;
  margin-top: 20px;
}

#comments ol.commentlist {
  margin-top: 0px;
}

#comments ol li {
  margin-bottom: 20px;
}

#comments ol li ul li {
  margin-bottom: 10px;
}

.comment-author span[itemprop="name"] {
  color: black;
  font-weight: bold;
}

.comment-author .mtq {
  text-align: center;
  text-shadow: 0 0 6px #a99910, 0 0 5px #a99910, 0 0 5px #a99910;
  color: white;
  margin-left: 5px;
}

.comment-author .mtq img {
  width: 20px;
  margin-top: -7px;
}

.comment-author span.ago {
  color: #aaaaaa;
  font-size: 12px;
}

.comment-author span.ago a {
  color: #aaaaaa;
}

#comments .clearfix {
  margin: 20px 0px;
}

.logged-in-as {
  margin-bottom: 0px;
}

.flex-comment {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.none-comment {
  margin: 25px 0px 20px;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #ad1e4b;
}

.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  text-shadow: none;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}

.recommend {
  padding: 50px 0;
}
.recommend__title {
  font-size: 30px;
  line-height: normal;
  font-weight: 400;
  margin-bottom: 50px;
  color: #000;
}
.recommend__list {
  padding: 0;
  list-style: none;
}

.recommend .card {
  box-shadow: none;
  margin: 0;
}
.recommend .card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.recommend .card__img {
  flex: 1;
}

.recommend .card__img img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recommend .card__content {
  margin-top: 10px;
}
.recommend .card__title {
  font-size: 18px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
}
.recommend .card__actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin: 10px 0 0;
}
.recommend .card__favorite {
  font-size: 13px;
  line-height: 20px;
  color: #ff5454;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0;
}
.recommend .card__favorite-btn .favorite-button {
  padding: 3px 8px;
  font-size: 12px;
}
.recommend .card__favorite-btn .favorite-button .favorite-count {
  display: none;
}
.recommend .card__favorite-btn .favorite-button .fa {
  margin-right: 3px;
}
.recommend .card__cate {
  font-size: 14px;
  line-height: 20px;
  color: #222728;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 10px 0 0;
}
.recommend .card__cate span:not(:last-child)::after {
  content: " / ";
}

.topContact {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 76px;
  padding: 60px 0;
}
.topContact::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background: #f9f9fd;
  z-index: -1;
}
.topContact__img {
  text-align: center;
}
.topContact img {
  max-width: 332px;
}
.topContact__info {
  position: relative;
  padding: 20px;
}
.topContact__info::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 2px;
  border-left: 2px solid #ededf8;
  height: 100%;
  max-height: 245px;
}
.topContact__row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 60px;
}
.topContact__row + .topContact__row {
  margin-top: 20px;
}
.topContact__icon {
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  width: 65px;
}
.topContact__icon i {
  font-size: 20px;
}
.topContact__icon svg {
  width: 20px;
}
.topContact__icon span {
  display: block;
  margin-top: 4px;
}
.topContact__text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  color: #333;
}
.topContact__text span {
  display: block;
  color: #000;
  margin-top: 4px;
}

@media (max-width: 991px) {
  #slider-premiumItem-img2 .slick-slide {
    margin-right: 16px;
  }

  #slider-premiumItem-img2 .slick-slide img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #story_exclusive .card {
    padding: 16px;
  }
}
