@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup, i {
  font-style: none;
  font-weight: none;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

.clr {
  clear: both;
}

div.clear {
  clear: both;
}

a {
  text-decoration: none;
  color: #dadada;
}

a:hover {
  color: #fff;
}

ul {
  list-style: none;
}

.hidden {
  display: none !important;
}

span.url {
  color: #ea4335;
  opacity: .8;
}

span.url:hover {
  color: #cf2415;
}

.left {
  float: left;
}

.right {
  float: right;
}

.bt_normal {
  background: #2b2b2b;
}

.bt_active {
  background: #ea4335;
}

body {
  background: #1b1b1b;
  color: #dadada;
  font-family: arial, sans-serif;
  font-size: 14px;
}

#wrapper {
  margin: 0 auto;
  background: #1b1b1b;
  border: 1px solid #2b2b2b;
  position: relative;
}

#video {
  margin: 0 5px;
}

.video-image {
  width: calc(100% - 10px);
  height: auto;
  display: block;
  margin-left: 5px;
  border-radius: 4px;
}

.video-name {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 15px;
  height: 45px;
  max-height: 45px;
  line-height: 1.5;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  white-space: normal;
  -webkit-box-orient: vertical;
}

.video-name p {
  margin-top: 3px;
  height: 15px;
  overflow: hidden;
  margin-bottom: 3px;
}

.video-rank {
  font-size: .9em;
  position: absolute;
  top: 0;
  border-left: 3px solid #ea4335;
  border-radius: 0 4px 4px 0;
  background: rgba(17, 17, 17, 0.6);
  margin-top: 2px;
  padding: 2px 4px;
  margin-left: 7px;
  color: #fff;
}

.video-rank span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.video-player {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.post-actions {
  margin-top: 5px;
  display: block;
  font-weight: 400;
}

.post-actions ul {
  margin-top: 0;
}

.post-actions .video-server {
  cursor: pointer;
  padding: 5px 10px;
  margin-bottom: 5px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.post-actions .video-server:hover {
  background: #ea4335;
  color: #fff;
}

.post-actions .likes, .post-actions .dislikes {
  cursor: pointer;
  background: #2b2b2b;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.post-actions .likes:hover, .post-actions .dislikes:hover {
  background: #ea4335;
  color: #fff;
}

.post-actions .rating {
  cursor: pointer;
  background: #2b2b2b;
  padding: 5px;
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.video-tags {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 5px;
  width: 100%;
  font-weight: 400;
}

.category-tag a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  padding: 5px;
  margin-top: 5px;
  white-space: nowrap;
  background: #2b2b2b;
  border-radius: 4px;
}

.category-tag a::before {
  content: '';
  background-image: url(../img/icon-hashtag.svg);
  background-size: 16px;
  height: 16px;
  width: 16px;
  margin-right: 3px;
  background-repeat: no-repeat;
}

.ribbon {
  font-size: .9em;
  position: absolute;
  top: 0;
  border-left: 3px solid #ea4335;
  border-radius: 0 4px 4px 0;
  background: rgba(17, 17, 17, 0.6);
  padding: 2px 4px;
  margin-top: 2px;
  margin-left: 7px;
  color: #fff;
}

span.likes:after {
  content: '';
  background-image: url(../img/icon-like.svg);
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  margin-left: 3px;
  margin-top: -1px;
}

span.likes.active:after {
  background-image: url(../img/icon-liked.svg);
}

span.dislikes:after {
  content: '';
  background-image: url(../img/icon-dislike.svg);
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  margin-left: 3px;
}

span.dislikes.active:after {
  background-image: url(../img/icon-disliked.svg);
}

span.rating:after {
  content: '';
  background-image: url(../img/icon-heart.svg);
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-repeat: no-repeat;
  margin-left: 3px;
}

span.views {
  cursor: pointer;
  background: #2b2b2b;
  margin-bottom: 5px;
  border-radius: 4px;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

span.views:after {
  content: '';
  display: block;
  background: url(../img/icon-views.svg) no-repeat;
  width: 16px;
  height: 16px;
  background-size: 16px;
  margin-left: 3px;
}

span.likes-rank:after {
  content: '';
  background-image: url(../img/icon-like.svg);
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-repeat: no-repeat;
  margin-left: 3px;
  margin-top: -1px;
  opacity: .9;
}

span.views-rank:after {
  content: '';
  background-image: url(../img/icon-views.svg);
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-repeat: no-repeat;
  margin-left: 3px;
}

.footer-wrap {
  font-size: 16px;
  font-weight: 500;
  margin: 5px;
  background: #1b1b1b;
  line-height: 1.5;
  border-top: 2px solid #2b2b2b;
}

.intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
}

.intrinsic-container-16x9 {
  padding-bottom: 56.25%;
}

.intrinsic-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#vlxx.jw-error {
  height: 56.25% !important;
}

.jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-pip {
  display: none !important;
}

.jw-icon.jw-icon-inline.jw-button-color.jw-reset.jw-icon-rewind {
  display: none !important;
}

.jw-toggle.jw-off {
  color: #d8d8d8;
}

.jw-controlbar.jw-background-color.jw-reset {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, rgba(0, 0, 0, 0.25)), color-stop(70%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.25) 30%, rgba(0, 0, 0, 0.4) 70%, rgba(0, 0, 0, 0.5));
}

.jw-rightclick {
  display: none !important;
}

.jw-aspect.jw-reset {
  padding-top: 40% !important;
}

.jw-logo.jw-logo-top-right.jw-reset {
  width: 200px !important;
  height: 57px !important;
  margin: 5px !important;
}

.banner-preload {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}

.banner-preload .banner-preload-container {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100vw;
  margin: 0 auto;
  cursor: pointer;
}

.banner-preload .banner-preload-container > a {
  max-width: 600px;
  height: auto;
  margin: calc(50vh - 200px) auto;
  display: block;
}

.banner-preload .banner-preload-container .banner-preload-close {
  position: absolute;
  top: calc(50vh - 200px);
  right: calc(50vw - 300px);
  padding: 0 10px;
  font-size: 16px;
  color: #dadada;
  background-color: #2b2b2b;
  border: 1px solid #dadada;
  opacity: .8;
  cursor: pointer;
}

.banner-preload .banner-preload-container .banner-preload-close:hover {
  opacity: 1;
}

.banner-preload .banner-preload-container img {
  width: 100%;
  height: 100%;
}

.catfish-bottom {
  position: fixed;
  height: auto !important;
  width: 100% !important;
  text-align: center;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.catfish-bottom .banner-catfish-bottom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 50%;
  margin: auto;
}

.catfish-bottom .catfish-bottom-close {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0 !important;
  padding: 0 10px;
  font-size: 16px;
  color: #dadada;
  background-color: #2b2b2b;
  border: 1px solid #dadada;
  opacity: .8;
  cursor: pointer;
}

.catfish-bottom .catfish-bottom-close:hover {
  opacity: 1;
}

.catfish-top {
  position: fixed;
  height: auto !important;
  width: 100% !important;
  text-align: center;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
}

.catfish-top .banner-catfish-top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 50%;
  margin: auto;
}

.catfish-top .catfish-top-close {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0 !important;
  padding: 0 10px;
  font-size: 16px;
  color: #dadada;
  background-color: #2b2b2b;
  border: 1px solid #dadada;
  opacity: .8;
  cursor: pointer;
}

.catfish-top .catfish-top-close:hover {
  opacity: 1;
}

@media only screen and (max-device-width: 600px) {
  .banner-preload {
    display: none;
  }
  .catfish-bottom {
    display: none;
  }
}

h3.title {
  font-size: 14px;
  font-weight: 500;
}

#page-title {
  display: block;
}

.breadcrumb {
  font-size: 16px;
  font-weight: 500;
  margin: 5px;
  text-transform: uppercase;
  border-bottom: 2px solid #2b2b2b;
}

#search-box .search {
  width: 100%;
  border: 1px solid #2b2b2b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

#search-box .search .icon-search {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #1b1b1b;
  padding: .3rem;
  margin-top: 1px;
  color: #dadada;
  opacity: .6;
}

#search-box .search .icon-search::before {
  content: '';
  background-image: url(../img/icon-search.svg);
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-repeat: no-repeat;
}

#search-box .search .searchTxt {
  width: 100%;
  background: #1b1b1b;
  padding: 5px;
  color: #dadada;
  font-size: 14px;
  outline: 0;
  border: 0;
  border-collapse: separate;
  -webkit-appearance: none;
}

#search-box .search .searchBtn {
  background: rgba(234, 67, 53, 0.6);
  color: #dadada;
  border-left: 1px solid #2b2b2b !important;
  outline: 0;
  border: 0;
  border-radius: 0;
  float: left;
  font-size: 14px;
  padding: 5px;
  cursor: pointer;
  -webkit-appearance: none;
}

.search-history {
  list-style-type: none;
  margin: 0 5px;
  overflow: hidden;
}

.search-history a {
  display: inline-block;
  font-size: 14px;
  padding: 5px 10px;
  margin-top: 5px;
  white-space: nowrap;
  background: #2b2b2b;
  border-radius: 4px;
}

.category-info {
  background: #2b2b2b;
  font-size: 14px;
  padding: 5px;
  margin: 0 5px;
  line-height: 1.5;
  border-radius: 4px;
}

.pagenavi {
  text-align: center;
  margin-bottom: 20px;
  cursor: pointer;
}

.pagenavi a {
  margin-top: 5px;
  border: 1px solid #dadada;
  padding: 5px 15px;
  margin-right: 5px;
  border-radius: 4px;
  display: inline-block;
}

.pagenavi a.active {
  background: #ea4335;
  color: #fff;
}

.pagenavi a:hover {
  background: #ea4335;
  color: #fff;
}

.ad-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
}

.ad-center a img {
  max-width: 100%;
  height: auto;
}

.ad-center iframe {
  max-width: 100%;
  height: auto;
}

.textFilter a {
  display: inline-block;
  font-size: 14px;
  padding: 5px;
  margin-top: 5px;
  white-space: nowrap;
  border-radius: 4px;
  background: #2b2b2b;
}

.textFilter a:hover {
  background-color: #ea4335;
  color: #fff;
}

@media (min-width: 768px) {
  #wrapper {
    max-width: 1140px;
  }
  header {
    height: 80px;
  }
  footer {
    display: -ms-grid;
    display: grid;
    clear: both;
  }
  #text-logo {
    display: inline;
    float: left;
    margin: 40px 0 0;
  }
  #site-title {
    color: #333;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
  }
  #site-desc {
    color: #999;
    float: left;
  }
  #logo {
    float: left;
    margin: 25px 0 0 5px;
    opacity: .8;
  }
  #logo:hover {
    opacity: 1;
  }
  body > menu {
    margin: 0 auto 25px;
    padding: 0;
    width: 960px;
    z-index: 999;
  }
  #primary-nav {
    border-top: 2px solid #2b2b2b !important;
    margin: 0 5px;
    background: #1b1b1b;
    font-size: 14px;
    font-weight: 500;
    padding: inherit;
  }
  #primary-nav .menu {
    list-style: none;
    overflow: hidden;
    z-index: 999;
  }
  #primary-nav .menu li a {
    float: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: center;
    padding: 5px 10px;
    margin-right: 5px;
    margin-top: 5px;
    background: #2b2b2b;
    color: #dadada;
    border-radius: 4px;
    z-index: 999;
  }
  #primary-nav .menu li a:hover {
    text-decoration: none;
    color: #ea4335;
  }
  #secondary-nav {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin: 0 5px;
    overflow: hidden;
  }
  #secondary-nav .menu2 {
    list-style: none;
    overflow: hidden;
    z-index: 999;
  }
  #secondary-nav .menu2 a {
    display: inline-block;
    padding: 5px;
    line-height: 26px;
    margin-right: 5px;
    margin-top: 5px;
    background: #f90;
    color: #fff;
    opacity: 0.9;
    text-align: center;
  }
  #secondary-nav .menu2 a:hover {
    opacity: 1;
  }
  #search-box {
    margin: 5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    float: right;
  }
  #page-title {
    margin: 20px 5px 5px;
  }
  .video-item {
    width: 20%;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
    float: left;
    position: relative;
  }
  .video-description {
    display: block;
    padding: 5px 0;
    font-size: 15px;
    line-height: 1.5;
    word-wrap: break-word;
  }
  .video-player {
    padding-bottom: 40%;
  }
  .ad-center a img {
    max-width: 728px;
  }
}

@media (max-width: 767px) {
  #header {
    position: relative;
  }
  #wrapper {
    max-width: 600px;
  }
  #container {
    display: block;
    overflow: hidden;
  }
  #video {
    margin: 0 5px;
  }
  #logo {
    text-align: center;
    padding: 10px 5px 5px;
    margin: 0 5px 5px;
    opacity: .8;
  }
  #logo:hover {
    opacity: 1;
  }
  #primary-nav {
    position: relative;
    font-size: 14px;
    font-weight: 400;
    margin: 0 5px;
    border-bottom: 2px solid #2b2b2b;
    overflow: hidden;
  }
  #primary-nav .menu {
    height: 40px;
    border: 0;
    background: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #primary-nav .menu a {
    float: left;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #2b2b2b;
    margin: 0 5px 5px 0;
    padding: 5px 10px;
    color: #dadada;
    border-radius: 4px;
    text-align: center;
  }
  #primary-nav .menu a:hover {
    color: #fff;
  }
  #secondary-nav {
    position: relative;
    overflow: hidden;
  }
  #secondary-nav .menu2 {
    font-size: 14px;
  }
  #secondary-nav .menu2 a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    background: #2b2b2b;
    float: left;
    margin: 5px 0 0 5px;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
  }
  #secondary-nav .menu2 a:hover {
    color: #fff;
  }
  #search-box {
    padding: 5px;
  }
  .video-item {
    position: relative;
    display: block;
    overflow: hidden;
  }
  .video-description {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    word-wrap: break-word;
  }
  .ad-center a img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 767px) and (max-width: 479.98px) {
  .video-item {
    width: 50%;
    float: left;
  }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
  .video-item {
    width: 33.3333333%;
    float: left;
  }
}

.topbar-nav .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.topbar-nav .nav .fn-thumb {
  height: 20px;
}

.topbar-nav .nav li {
  display: inline-block;
  margin-right: 10px;
}

#header header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #2b2b2b;
  width: 100%;
}

#secondary-nav .menu2 a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  background: #2b2b2b;
  float: left;
  margin: 5px 0 0 5px;
  padding: 5px;
  border-radius: 4px;
  text-align: center;
  line-height: unset;
}

.notification-counter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  min-width: 14px;
  height: 14px;
  border-radius: 9px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #d63638;
  position: absolute;
  top: -8px;
  right: -10px;
  z-index: 999;
}

.menu-notifications {
  position: relative;
}

.menu-notifications .dropdown-menu {
  width: 400px;
}

.menu-notifications .notifications.header-notifications {
  color: #333;
  font-size: 12px;
}

.menu-notifications .notifications__header {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px;
}

.menu-notifications .notifications .notification__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 15px;
  background: #f8f8f8;
  color: rgba(0, 0, 0, 0.54);
}

.menu-notifications .notifications .notification__item.unread {
  background-color: #fff2ee;
}

.menu-notifications .notifications .notification__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}

.menu-notifications .notifications__readmore {
  background-color: #fff;
  padding: 10px;
  text-align: center;
}

.menu-notifications .notifications__readmore a {
  color: #333;
}

.list-notifications .notification-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #2b2b2b;
  padding: 15px 0;
}

.list-notifications .notification-item__type {
  width: 20px;
}

.list-notifications .notification-item__type .noti-icon {
  display: inline-block;
  font: normal normal normal 14px FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.list-notifications .notification-item__type .noti-icon.comment_report::before {
  content: "\f075";
}

.list-notifications .notification-item__type .noti-icon.comment_reply::before {
  content: "\f0e5";
}

.list-notifications .notification-item__type .noti-icon.system::before {
  content: "\f0a1";
}

.list-notifications .notification-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 10px;
}

.list-notifications .notification-item__action {
  margin-left: auto;
  width: 85px;
}

.list-notifications .notification-item__time {
  display: block;
  padding-top: 5px;
  font-size: 12px;
  font-style: italic;
  color: #999;
}

.notification-detail {
  padding: 15px;
}

.notification-detail .notification-detail__header {
  margin-bottom: 15px;
}

.notification-detail .notification-detail__header--time {
  font-size: 12px;
  font-style: italic;
  color: #999;
}

.notification-detail .notification-detail__body > div {
  margin-bottom: 10px;
}

.notification-detail .notification-detail__body--post-link a {
  color: blue;
  text-decoration: underline;
}

.notification-detail .notification-detail__body--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.notification-detail .notification-detail__body--content div + div {
  margin-left: 10px;
  border: 1px solid #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px;
}

@media (min-width: 768px) {
  .menu-notifications .dropdown-menu {
    width: 400px;
    max-width: calc(100vw - 15px);
    right: unset;
  }
}

footer {
  display: initial;
}

#logo a {
  color: red;
  font-size: 30px;
  display: block;
  font-weight: bold;
  letter-spacing: 2px;
}

#video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
}

#video-list .pagenavi {
  width: 100%;
}

.current-menu-item a {
  background: rgba(234, 67, 53, 0.6) !important;
  color: #dadada !important;
}

.text-center {
  text-align: center;
}

.footer__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 auto;
  width: 100%;
  border-top: 2px solid #2b2b2b;
  margin-top: 15px;
}

.footer__column {
  padding: 0 6px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer__column-1 {
  width: 50%;
}

.footer__column-1 ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px;
}

.footer__column-1 ul li {
  list-style-type: none;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.footer__column-2 {
  width: 16.66666667%;
}

.footer__column-3 {
  width: 33.33333333%;
}

.footer__column-title {
  position: relative;
  font-size: 18px;
  color: #ad891c;
  border-bottom: 1px solid #ad891c;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.copyright {
  width: 100%;
  border-top: 1px dotted #423d3d;
  text-align: center;
  padding: 17px;
  font-size: 17px;
  color: #fff;
}

.pagenavi span {
  margin-top: 5px;
  border: 1px solid #dadada;
  padding: 5px 15px;
  margin-right: 5px;
  border-radius: 4px;
  display: inline-block;
}

.pagenavi span.active {
  background: #ea4335;
  color: #fff;
}

.video-player iframe {
  width: 100%;
  height: 452px;
}

.top-banner {
  max-width: 728px;
  margin: 0 auto;
}

.video-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#video-actions .rating:hover {
  background: #ea4335;
  color: #fff;
}

.page-template-template-view .ribbon {
  display: none;
}

.page-template-template-like .ribbon {
  display: none;
}

.page-template-template-love .ribbon {
  display: none;
}

.page-template-template-comment .ribbon {
  display: none;
}

span.comment-rank:after {
  content: "\f075";
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-repeat: no-repeat;
  margin-left: 3px;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

body.search {
  width: 100%;
  max-width: unset;
  float: unset;
  border: unset;
  display: unset;
  overflow: initial;
}

span.rating-rank:after {
  content: '';
  background-image: url(../img/icon-heart.svg);
  width: 14px;
  height: 14px;
  background-size: 14px;
  background-repeat: no-repeat;
  margin-left: 3px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-group {
  margin-bottom: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-group .form-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.btn {
  background: none repeat scroll 0 0 rgba(234, 67, 53, 0.6);
  color: #dadada;
  border-left: 1px solid #2b2b2b !important;
  outline: 0;
  border: 0;
  border-radius: 0;
  font-size: 14px;
  padding: 5px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.login-form {
  padding: 15px 0 30px;
  max-width: 300px;
  margin: 0 auto;
}

.login-form .form-group label {
  display: inline-block;
  margin-bottom: 5px;
}

.register-form {
  padding: 15px 0 30px;
  max-width: 300px;
  margin: 0 auto;
}

.error-message li {
  display: block;
  margin-bottom: 5px;
}

.error-message li:last-child {
  margin-bottom: 15px;
}

#login-actions {
  margin-left: auto;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#login-actions li {
  display: inline-block;
  padding: 0 5px;
}

.search-results .breadcrumb {
  text-transform: unset;
}

.user-dashboard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.user-sidelink {
  width: 25%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.user-sidelink ul {
  background: #2b2b2b;
}

.user-sidelink ul li a {
  display: block;
  padding: 9px 30px;
}

.user-sidelink ul li.active {
  background: #e6e6e6;
  border-left: 3px solid #ee2c74;
}

.user-sidelink ul li.active a {
  color: #333;
  font-weight: bold;
}

.user-avatar {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.user-avatar img {
  width: 80px;
  height: 80px;
}

.user-avatar__name {
  margin-left: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.user-page {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.user-page .posttitle {
  font-weight: 500;
  border-left: 3px solid rgba(234, 67, 53, 0.6);
  padding-left: 10px;
  font-size: 18px;
  line-height: 1.5;
  margin: 0 0 20px;
  min-height: 27px;
}

.user-page .link {
  font-size: 13px;
  position: absolute;
  top: 3px;
  right: 0;
}

.user-page .link:after {
  content: "\f061";
  font-family: 'FontAwesome';
  margin-left: 10px;
}

.user-page .avatar-control .avatar-note {
  font-size: 12px;
  font-style: italic;
}

.user-page__title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 20px;
}

.user-page__title:after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: rgba(234, 67, 53, 0.6);
  margin-top: 5px;
}

.account-info {
  position: relative;
}

.account-info .info-detail {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 15px 20px;
}

.info-detail .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-detail .group .label {
  width: 30%;
  font-weight: 500;
  color: #ad891c;
}

input[type="readonly"] {
  background: #ccc;
}

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

.avatar-control img {
  display: block;
}

.avatar-control label {
  display: inline-block;
  float: none;
  margin: 5px 0;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.dropup {
  position: relative;
}

.dropdown {
  position: relative;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding-top: 10px;
}

.dropdown-menu .inner {
  position: relative;
  min-width: 160px;
  padding: 5px 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu .inner > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu .inner::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.open > .dropdown-menu {
  display: block;
}

.account-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  padding-right: 5px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.video-image {
  height: 164px;
  -o-object-fit: cover;
     object-fit: cover;
}

.post-thumbnail {
  width: 100%;
  height: 164px;
  -o-object-fit: cover;
     object-fit: cover;
}

.tagcloud {
  padding: 15px;
  background: #3b4252;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em;
}

.tagcloud a {
  color: #ebcb8b;
  text-decoration: none;
  font-size: 17px;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(25% - 1em);
          flex: 1 1 calc(25% - 1em);
  max-width: calc(25% - 1em);
  display: block;
}

.tagcloud a .tag-count {
  color: #5e81ac;
}

.pagenavi .current {
  background: #ea4335;
  color: #fff;
}

.alphabetical-filter {
  margin: 10px;
}

.alphabet-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /* Allows items to wrap onto the next line if necessary */
  gap: 10px;
  /* Adjust the space between items */
  margin: 10px 0;
  /* Optional: space above and below the filter */
}

.alphabet-filter a {
  text-decoration: none;
  color: #0073aa;
  /* Adjust the color as needed */
  font-size: 16px;
  /* Adjust the font size as needed */
  padding: 5px 10px;
  /* Adjust padding for better spacing */
  border: 1px solid #ddd;
  /* Optional: add a border */
  border-radius: 3px;
  /* Optional: add rounded corners */
  background-color: #f9f9f9;
  /* Optional: background color */
}

.alphabet-filter a:hover {
  background-color: #0073aa;
  /* Change background color on hover */
  color: #fff;
  /* Change text color on hover */
}

.alphabet-filter a.active {
  background-color: #0073aa;
  /* Change background color for active filter */
  color: #fff;
  /* Change text color for active filter */
}

#go-to-top {
  position: fixed;
  bottom: 20px;
  /* Vị trí từ đáy trang */
  right: 20px;
  /* Vị trí từ bên phải trang */
  display: none;
  /* Ẩn nút ban đầu */
  background-color: #000;
  /* Màu nền */
  color: #fff;
  /* Màu chữ */
  padding: 10px;
  /* Padding */
  border-radius: 5px;
  /* Bo góc */
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  /* Đổ bóng */
  text-align: center;
  /* Căn giữa chữ */
  cursor: pointer;
  /* Con trỏ khi hover */
  z-index: 1000;
  /* Đảm bảo nó nằm trên cùng */
}

#go-to-top a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

#go-to-top:hover {
  background-color: #555;
  /* Thay đổi màu nền khi hover */
}

#gt_float_wrapper {
  right: 60px !important;
}

@media only screen and (max-width: 768px) {
  .footer__column {
    width: 100%;
  }
  .video-player iframe {
    height: 215px;
  }
  .top-banner {
    max-width: 300px;
    margin: 3px auto;
  }
  .video-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .user-sidelink {
    width: 100%;
  }
  .user-page {
    width: 100%;
  }
  .account-area {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px;
  }
  .tagcloud a {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 1em);
            flex: 1 1 calc(50% - 1em);
    max-width: calc(50% - 1em);
  }
}
/*# sourceMappingURL=main.css.map */