@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}

html {
  font-family: "Segoe UI", Verdana, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
}

img {
  max-width: 100%;
  display: block;
  margin: 0;
}

.sm-single-content-image img {
  display: inline-block;
}

.d-none {
  display: none !important;
}

.br-50 {
  border-radius: 50px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px;
}

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

a:visited {
  color: inherit;
}

ul,
ol {
  margin-left: 16px;
}

input:not([type=checkbox], [type=radio]),
button,
.btn {
  border: 1px solid #707070;
  padding: 8px 16px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button,
.btn {
  cursor: pointer;
}
button:hover,
.btn:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btn-icon .icon,
.btn-icon span {
  display: inline-block;
  vertical-align: middle;
}
.btn-icon .icon {
  margin-right: 5px;
}

.btn-red {
  border: 1px solid #ED1B1B;
  background-color: #ED1B1B;
  color: #fff !important;
}
.btn-red:hover {
  opacity: 0.8;
}

.btn-green {
  border-color: #006600;
  background-color: #006600;
  color: #fff !important;
}
.btn-green:hover {
  opacity: 0.8;
}

.btn-dark {
  border: 1px solid #000;
  background-color: #000;
  color: #fff !important;
}
.btn-dark:hover {
  opacity: 0.8;
}

.btn-outline-red {
  border: 1px solid #ED1B1B;
  color: #ED1B1B;
}
.btn-outline-red:hover {
  background-color: #ED1B1B;
  color: #fff;
}

.btn-outline-dark {
  border: 1px solid rgba(112, 112, 112, 0.5);
  color: #000;
}
.btn-outline-dark:hover {
  background-color: #707070;
  color: #fff;
}

.btn-small {
  padding: 5px 16px;
  font-size: 0.825rem;
}

.fgl-dark {
  color: #949494;
  font-size: 13px;
}

.box-dropdown {
  position: relative;
  z-index: 1;
}
.box-dropdown.open .dd-toggle::after {
  -webkit-transform: rotate(225deg) translateY(5px) translateX(-8px);
          transform: rotate(225deg) translateY(5px) translateX(-8px);
}
.box-dropdown.open .dd-content {
  display: block;
}
.box-dropdown .dd-toggle {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.box-dropdown .dd-toggle::after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg) translateY(-8px) translateX(5px);
          transform: rotate(45deg) translateY(-8px) translateX(5px);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  height: 6px;
  width: 6px;
}
.box-dropdown .dd-content {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 120px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px rgb(0, 0, 0);
          box-shadow: 0 0 5px rgb(0, 0, 0);
  border-radius: 5px;
  display: none;
}

.container {
  max-width: 1088px;
  margin: 0 auto;
}

#page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  z-index: 9;
  background-color: #000;
}
#page-header a {
  color: #fff;
  font-weight: bold;
}
#page-header a:hover {
  color: #ED1B1B;
}
#page-header .nav-mobi {
  padding: 0 10px;
}
#page-header .nav-mobi .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 45px;
  line-height: 1em;
}
#page-header .nav-mobi .container .logo {
  display: block;
  width: 127px;
}
#page-header .nav-mobi .container .logo img {
  display: block;
  height: 23px;
}
#page-header .nav-pc #menu-holder,
#page-header .nav-pc #search-holder {
  position: fixed;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
#page-header .nav-pc #menu-holder {
  left: 0;
  width: 70%;
  max-width: 380px;
  -webkit-transform: translateX(-400px);
          transform: translateX(-400px);
}
#page-header .nav-pc #menu-holder.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#page-header .nav-pc #menu-holder .nmi-menu-toggle {
  float: right;
}
#page-header .nav-pc #menu-holder .menu-bar ul {
  list-style: none;
  margin-left: 20px;
  margin-top: 70px;
  margin-bottom: 10px;
}
#page-header .nav-pc #menu-holder .menu-bar ul li {
  padding: 10px 0;
}
#page-header .nav-pc #menu-holder .login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 30px;
  left: 20px;
  text-transform: capitalize;
}
#page-header .nav-pc #menu-holder .login .avatar {
  display: block;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
#page-header .nav-pc #menu-holder .login svg {
  margin-right: 10px;
}
#page-header .nav-pc #menu-holder .login span {
  margin: 0 10px;
  font-size: 0.75rem;
}
#page-header .nav-pc #menu-holder .language {
  margin-left: 20px;
}
#page-header .nav-pc #menu-holder .language .dd-content {
  background-color: transparent;
  position: static;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}
#page-header .nav-pc #menu-holder .language .dd-content a {
  display: block;
  padding: 10px 30px;
  color: #fff;
  font-weight: normal;
}
#page-header .nav-pc #menu-holder .language .dd-content a:hover {
  color: #ED1B1B;
}
#page-header .nav-pc #menu-holder .language .dd-content a:last-child {
  border-bottom: none;
}
#page-header .nav-pc #search-holder {
  right: 0;
  width: 100%;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
}
#page-header .nav-pc #search-holder.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
#page-header .nav-pc #search-holder .form-search {
  position: relative;
  margin: 30px 10px 0 10px;
  background-color: #fff;
}
#page-header .nav-pc #search-holder .form-search input,
#page-header .nav-pc #search-holder .form-search button {
  border: none;
}
#page-header .nav-pc #search-holder .form-search #suggest-text,
#page-header .nav-pc #search-holder .form-search input {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  height: 31px;
  line-height: 31px;
  background-color: transparent;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}
#page-header .nav-pc #search-holder .form-search input {
  position: relative;
  z-index: 2;
}
#page-header .nav-pc #search-holder .form-search button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0 20px;
  z-index: 3;
  background-color: transparent;
}
#page-header .nav-pc #search-holder .form-search button svg {
  height: 27px;
  margin-top: 2px;
}
#page-header .nav-pc #search-holder .form-search #suggest-text {
  position: absolute;
  z-index: 1;
  color: #aaa;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#page-header .nav-pc #search-holder .form-search #suggestions {
  position: absolute;
  top: 31px;
  left: 0;
}
#page-header .nav-pc #search-holder .form-search #suggestions .suggestions-holder {
  padding: 8px 20px;
}
#page-header .nav-pc #search-holder .form-search #suggestions .suggestions-holder p {
  padding: 8px 0;
  font-weight: normal;
}
#page-header .nav-pc #search-holder .form-search #suggestions .suggestions-holder p strong {
  color: #ED1B1B;
  font-weight: normal;
}
#page-header .nav-pc #search-holder .form-search #suggestions .suggestions-holder p.active, #page-header .nav-pc #search-holder .form-search #suggestions .suggestions-holder p:hover {
  cursor: pointer;
  color: #ED1B1B;
}
#page-header .nav-pc #search-holder .form-search #suggest-text,
#page-header .nav-pc #search-holder .form-search #suggestions {
  display: none;
}
#page-header .nav-pc #search-holder .form-search.searching #suggest-text,
#page-header .nav-pc #search-holder .form-search.searching #suggestions {
  display: block;
}

#page-body {
  margin-top: 55px;
  padding: 0 10px;
}

.box-header .bg {
  background-color: #000;
  position: relative;
  padding: 10px 16px;
  color: #fff;
  line-height: 1.375rem;
  overflow: hidden;
}
.box-header .bg::after, .box-header .bg::before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
}
.box-header .bg::after {
  width: 130px;
  height: 90px;
  background-color: #fff;
  border-radius: 65px 0 0 0;
  right: -65px;
  bottom: -50px;
  display: none;
}
.box-header .bg::before {
  width: 150px;
  height: 100px;
  background-color: #CC0000;
  border-radius: 0 100px 0 0;
  left: 0;
  top: 0;
}
.box-header .bg .sbtitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.box-header .bg .sbtitle .icon {
  margin-right: 16px;
  min-width: 27px;
}
.box-header .bg .sbtitle span,
.box-header .bg .sbtitle .h-text {
  font-size: 1.125rem;
  font-weight: bold;
}

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-space {
  margin-bottom: 10px;
}

.apk-image {
  display: block;
  position: relative;
  overflow: hidden;
}
.apk-image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.apk-image::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background: rgba(0, 0, 0, 0.5);
}
.apk-image img {
  display: block;
  margin: 0;
  width: 100%;
}
.apk-image .info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  padding: 16px;
  color: #fff;
}
.apk-image .info .title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 5px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.apk-image .info .author {
  margin-bottom: 10px;
  font-size: 0.875rem;
}
.apk-image .info .version {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
}
.apk-image .info .version .flash {
  font-size: 0.75rem;
  margin: 0 3px;
}
.apk-image .info .version span,
.apk-image .info .version svg {
  display: inline-block;
  vertical-align: middle;
}
.apk-image .info .version svg {
  margin-right: 3px;
}

.secbox .sbheader {
  margin-bottom: 10px;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: transparent;
  border: 1px solid rgba(228, 8, 8, 0.5);
}
.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot.active {
  background-color: #E40808;
}
.owl-carousel .owl-nav {
  display: none;
}
.owl-carousel .owl-nav button {
  display: block;
  position: absolute;
  top: 40%;
  width: 35px;
  height: 35px;
  background: url("/assets/image/nav-slide-arrow.png") no-repeat center center !important;
  background-size: 35px 35px !important;
  border-radius: 50px;
  z-index: 5;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 15px;
}
.owl-carousel .owl-nav button.owl-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  right: 15px;
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel.slideapk .owl-dots {
  margin-bottom: 10px;
}

.ads {
  background: #eee;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 120px;
  border-radius: 2px;
}
.ads p {
  text-align: center;
  color: #000;
}

.table-res {
  max-width: 100%;
  overflow-x: auto;
}

.wrapcontent {
  line-height: 1.8;
}
.wrapcontent > * {
  margin-bottom: 16px;
  word-break: break-all;
}
.wrapcontent p {
  word-break: inherit;
}
.wrapcontent ol,
.wrapcontent ul {
  margin-left: 20px;
}
.wrapcontent table {
  margin: 20px auto;
  border-collapse: collapse;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
}
.wrapcontent table thead th {
  background: #000;
  color: #fff;
  padding: 10px;
}
.wrapcontent table tbody tr td {
  padding: 8px 10px;
}
.wrapcontent table tbody tr:nth-child(even) td {
  background: #ECEAEA;
}
.wrapcontent table tbody tr:hover td {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.05);
}
.wrapcontent a:visited {
  color: #ED1B1B;
}
.wrapcontent blockquote {
  border-left: 4px solid #ED1B1B;
  padding: 16px 20px;
  font-style: italic;
  background-color: rgba(0, 0, 0, 0.04);
}

.sbhomeseo {
  margin-bottom: 20px;
}
.sbhomeseo .sbbody {
  padding: 10px 0;
}

.pagination {
  text-align: center;
}
.pagination .seemoreapk {
  display: inline-block;
  font-weight: bold;
  min-width: 140px;
  padding: 5px 16px;
  margin: 10px auto;
  background-color: transparent;
  color: #ED1B1B;
  border: 1px solid #ED1B1B;
}
.pagination .seemoreapk:hover {
  background-color: #ED1B1B;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pagination ul {
  list-style: none;
  display: inline-block;
  margin-left: 0;
  margin-top: 5px;
}
.pagination ul li {
  float: left;
  margin: 0 3px;
}
.pagination ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 30px;
  border: 1px solid #ddd;
  background-color: #efefef;
  color: #000;
  padding: 0;
  text-decoration: none;
}
.pagination ul li:hover a, .pagination ul li.active a {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.pagination ul li:hover a svg, .pagination ul li.active a svg {
  fill: #fff;
}
.pagination ul li .plus {
  line-height: 25px;
  padding: 0 2px;
  font-size: 20px;
  color: #555;
}
.pagination ul::after {
  content: "";
  display: block;
  clear: both;
}

.apks {
  list-style: none;
  margin: 0;
}
.apks li {
  margin-bottom: 10px;
}
.apks li .apk-image,
.apks li .apk-image::after {
  border-radius: 2px;
  overflow: hidden;
}

.apk {
  display: block;
  border: 1px solid #aaa;
  border-radius: 2px;
}
.apk:hover {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.apk:hover .info .title {
  color: #ED1B1B;
}
.apk:hover .thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.apk .thumb {
  display: block;
  overflow: hidden;
}
.apk .thumb img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.apk .info {
  padding: 16px;
}
.apk .info .title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.apk .info .author {
  font-size: 14px;
  margin-bottom: 10px;
  color: #707070;
}
.apk .info .version > * {
  display: inline-block;
  vertical-align: middle;
}
.apk .info .version svg {
  margin-right: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.apk .info .version svg:hover {
  cursor: pointer;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.apk .info .version svg:hover path {
  fill: #ED1B1B;
}
.apk .permalink {
  display: block;
  text-align: center;
  padding: 7px 0;
  font-weight: bold;
}
.apk .permalink .icon {
  margin-right: 15px;
}

#adminBar {
  position: fixed;
  left: 0;
  bottom: 120px;
  background: transparent;
  z-index: 9;
  padding: 0 20px;
  text-align: center;
}
#adminBar a {
  color: #fff;
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  background: red;
  margin: 4px 8px;
  border-radius: 3px;
}
#adminBar a:hover {
  opacity: 0.7;
}

.blogs {
  list-style: none;
  margin: 0;
}
.blogs li {
  margin-bottom: 10px;
}

.blog {
  display: block;
  border: 1px solid #707070;
  border-radius: 2px;
  overflow: hidden;
}
.blog:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog:hover .info .title {
  color: #ED1B1B;
}
.blog:hover .thumb {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog .thumb {
  display: block;
  width: 100%;
  height: 170px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.blog .info {
  padding: 10px 16px;
}
.blog .info .title {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: 10px;
  overflow: hidden;
}
.blog .info .description {
  color: #333;
}
.blog.search .info .title {
  height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blog.search .info .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #777;
}
.blog.search .info .time svg {
  margin-right: 8px;
  fill: #777;
}

#page-footer {
  background-color: #000;
  color: #fff;
}
#page-footer .pf-top {
  padding: 30px 0;
}
#page-footer .pf-top ul {
  list-style: none;
  margin-left: 0;
}
#page-footer .pf-top ul.socials li {
  display: inline-block;
  margin: 10px;
}
#page-footer .pf-top ul.socials li a:hover svg,
#page-footer .pf-top ul.socials li a:hover svg path {
  fill: #ED1B1B;
}
#page-footer .pf-top a {
  color: #fff;
}
#page-footer .pf-top a:hover {
  color: #ED1B1B;
}
#page-footer .pf-top .pft-item {
  text-align: center;
}
#page-footer .pf-top .pfti-l {
  margin-bottom: 30px;
}
#page-footer .pf-top .pfti-l .logo {
  display: inline-block;
}
#page-footer .pf-top .pfti-r {
  margin: -10px 0;
}
#page-footer .pf-top .pfti-r li {
  display: inline-block;
}
#page-footer .pf-top .pfti-r li a {
  display: block;
  margin: 10px 0;
  padding: 0 12px 0 10px;
  line-height: 1rem;
  position: relative;
}
#page-footer .pf-top .pfti-r li a::after {
  content: "";
  display: none;
  width: 0;
  height: 60%;
  position: absolute;
  right: -1px;
  bottom: 15%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
#page-footer .pf-top .pfti-r li:last-child a::after {
  display: none;
}
#page-footer .pf-bot {
  padding: 2px 10px 10px 10px;
  background-color: #232222;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.875rem;
}
#page-footer .pf-bot span,
#page-footer .pf-bot svg {
  display: inline-block;
  vertical-align: middle;
}

.breadcumb ul {
  list-style: none;
  margin: 0;
  white-space: nowrap;
  overflow-x: auto;
}
.breadcumb ul li {
  display: inline-block;
  padding-right: 8px;
}
.breadcumb ul li::after,
.breadcumb ul li a,
.breadcumb ul li span {
  vertical-align: middle;
}
.breadcumb ul li::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 8px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.breadcumb ul li:last-child::after {
  display: none;
}
.breadcumb ul li a,
.breadcumb ul li span {
  color: #707070;
  font-size: 16px;
}
.breadcumb ul li a:hover {
  color: #ED1B1B;
}

.sort-controls {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  overflow-x: auto;
}
.sort-controls li {
  margin-bottom: 16px;
  margin-right: 5px;
}
.sort-controls li a {
  display: block;
  padding: 6px 12px;
  border-radius: 50px;
  background: #E4E4E4;
  text-transform: capitalize;
  text-align: center;
  color: #000;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  white-space: nowrap;
  overflow: hidden;
}
.sort-controls li:hover a, .sort-controls li.active a {
  background: #000;
  color: #fff;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
}

.page-title {
  font-size: 1.625rem;
  font-weight: bold;
}

.page-author {
  color: #707070;
}

.page-description .page-title {
  margin: 16px 0;
}

.box-sidebar {
  max-width: 450px;
  margin: 0 auto;
}
.box-sidebar .bs-header {
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 16px;
}
.box-sidebar .bs-body {
  border: 1px solid #707070;
  border-top: none;
  padding: 16px 0;
}
.box-sidebar .bs-body::-webkit-scrollbar {
  width: 12px;
}
.box-sidebar .bs-body::-webkit-scrollbar-track {
  background: #eee;
}
.box-sidebar .bs-body::-webkit-scrollbar-thumb {
  background: #aaa;
}

.bsc-list {
  list-style: none;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bsc-list li {
  padding: 8px 10px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.bsc-list li a {
  display: block;
  font-size: 0.875rem;
  color: #000;
  white-space: nowrap;
  word-break: break-word;
  overflow: hidden;
}
.bsc-list li a svg,
.bsc-list li a span {
  display: inline-block;
  vertical-align: middle;
}
.bsc-list li a svg {
  min-width: 40px;
}
.bsc-list li a:hover {
  color: #ED1B1B;
}

.accordion .ahead {
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  font-weight: bold;
  background-color: #E0E0E0;
}
.accordion .ahead svg {
  margin-right: 8px;
}
.accordion .ahead span,
.accordion .ahead svg {
  display: inline-block;
  vertical-align: middle;
}
.accordion .ahead .toggle {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 14px;
  line-height: 18px;
  float: right;
  background-color: #ED1B1B;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  margin-top: 16px;
  font-weight: normal;
}
.accordion.open {
  border: 1px solid #707070;
}
.accordion.open .abody {
  display: block;
}
.accordion .abody {
  display: none;
  padding: 10px 25px;
  border-radius: 0 0 5px 5px;
}
.accordion .abody a {
  padding: 8px 0;
  color: #000;
}
.accordion .abody a:hover {
  color: #ED1B1B;
}
.accordion .abody a.lvl-hh {
  margin-left: 20px;
}
.accordion .abody a.lvl-hhh {
  margin-left: 40px;
}
.accordion .abody a.lvl-hhhh {
  margin-left: 60px;
}
.accordion .abody a .icon {
  margin-right: 8px;
}
.accordion .abody ul,
.accordion .abody ol {
  margin-left: 25px;
}
.accordion .abody ul li,
.accordion .abody ol li {
  margin-bottom: 8px;
}

.tnvToc {
  max-width: 603px;
}
.tnvToc a {
  display: block;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table tbody tr:nth-child(odd) th, .table tbody tr:nth-child(odd) td {
  background-color: #ECEAEA;
}
.table td {
  padding: 5px 10px;
}

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

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

.btn-download {
  display: inline-block;
  padding: 9px 20px;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  background-color: #CC0000;
  border-radius: 3px;
}
.btn-download:hover {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.page-single .entry-thumb img {
  display: block;
  margin: 20px auto;
  border-radius: 3px;
}
.page-single .entry-overview .apk-info a {
  word-break: break-all;
}
.page-single .entry-overview .apk-info a:visited {
  color: #ED1B1B;
}
.page-single .entry-overview .apk-info tr th, .page-single .entry-overview .apk-info tr td {
  white-space: nowrap;
  vertical-align: middle;
}
.page-single .entry-overview .apk-info tr th {
  text-align: left;
  font-weight: 500;
}
.page-single .entry-overview .apk-info tr th svg {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  width: 20px;
  margin: 0 10px;
}
.page-single .entry-overview .btn-download {
  text-transform: uppercase;
}
.page-single .entry-overview .a2a-inline {
  display: inline-block;
  margin-top: 25px;
}
.page-single .entry-overview .accordion {
  border-color: #ddd;
  border-radius: 3px;
}
.page-single .entry-download .btn-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
.page-single .entry-download .btn-download .icon {
  margin-right: 10px;
}
.page-single .box-discord {
  margin-bottom: 50px;
}

.stars {
  font-size: 20px;
  position: relative;
}
.stars::after,
.stars .score {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.stars::after {
  display: block;
  content: "★ ★ ★ ★ ★";
  color: #ddd;
  right: 0;
  z-index: 1;
}
.stars .score {
  color: #F3AF0C;
  overflow: hidden;
  z-index: 2;
}

.rating-bar {
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.rating-bar > input {
  display: none;
}

.rating-bar > label {
  float: right;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rating-bar > label svg {
  height: 20px;
  width: 20px;
}

.rating-bar > input:checked ~ label svg path,
.rating-bar > input:checked ~ label ~ label svg path {
  fill: #CC0000;
  stroke: #CC0000;
}

.rating-bar > input:not(:checked) ~ label:hover svg path,
.rating-bar > input:not(:checked) ~ label:hover ~ label svg path {
  fill: #F3AF0C;
  stroke: #F3AF0C;
}

#comments .rating-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
#comments .rating-detail .rt-l {
  margin-right: 10px;
  padding-right: 13px;
  text-align: center;
  width: 45%;
  border-right: 1px solid #ddd;
}
#comments .rating-detail .rt-l .score {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1em;
}
#comments .rating-detail .rt-l .info {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 0.75rem;
}
#comments .rating-detail .rt-l .info div {
  position: relative;
  line-height: 24px;
}
#comments .rating-detail .rt-l .info div span {
  position: absolute;
  right: 0;
}
#comments .rating-detail .rt-l .info div:last-child {
  color: #707070;
}
#comments .rating-detail .rt-r {
  padding: 0 35px;
  width: 55%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#comments .rating-detail .rt-r .line {
  font-weight: 400;
  height: 15px;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  color: #707070;
  font-size: 0.875rem;
}
#comments .rating-detail .rt-r .line .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -35px;
  text-align: left;
}
#comments .rating-detail .rt-r .line .title span {
  margin-right: 3px;
}
#comments .rating-detail .rt-r .line .score {
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
  display: inline-block;
  height: 100%;
  opacity: 0.8;
  min-width: 0.5%;
}
#comments .rating-detail .rt-r .line .score.score-5 {
  background: #57BB8A;
}
#comments .rating-detail .rt-r .line .score.score-4 {
  background: #9ACE6A;
}
#comments .rating-detail .rt-r .line .score.score-3 {
  background: #FFCF02;
}
#comments .rating-detail .rt-r .line .score.score-2 {
  background: #FF9F02;
}
#comments .rating-detail .rt-r .line .score.score-1 {
  background: #FF6F31;
}
#comments .rating-detail .rt-r .line .count {
  letter-spacing: 1px;
  position: absolute;
  margin-left: 5px;
}
#comments .rating-detail .rt-r .line .title,
#comments .rating-detail .rt-r .line .count {
  line-height: 15px;
}
#comments .rating-detail .rt-r .line:last-child {
  margin-bottom: 0;
}
#comments .form-comment {
  margin-bottom: 20px;
}
#comments .form-comment label {
  display: block;
  margin-bottom: 5px;
}
#comments .form-comment label .mark {
  color: #CC0000;
  font-weight: normal;
}
#comments .form-comment textarea {
  width: 100%;
  padding: 16px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #707070;
  outline: none;
  border-radius: 3px;
  height: 96px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#comments .form-comment .btn-submit {
  border-radius: 3px;
  background-color: #000;
  color: #fff;
  border-color: transparent;
  float: right;
}
#comments .form-comment .btn-submit:hover {
  opacity: 0.8;
}
#comments .holder-comments .lc-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #707070;
  padding-bottom: 8px;
}
#comments .holder-comments .lc-head .lch-sort {
  z-index: 5;
}
#comments .holder-comments .lc-head .lch-sort .dd-toggle {
  color: #1653FC;
}
#comments .holder-comments .lc-head .lch-sort .dd-toggle::after {
  border-color: #1653FC;
}
#comments .holder-comments .lc-head .lch-sort .dd-content {
  right: inherit;
  left: 0;
  list-style: none;
  margin-left: 0;
  padding: 8px 0;
  background-color: #E0E0E0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}
#comments .holder-comments .lc-head .lch-sort .dd-content li {
  padding: 5px 16px;
}
#comments .holder-comments .lc-head .lch-sort .dd-content li a {
  color: #000;
}
#comments .holder-comments .lc-head .lch-sort .dd-content li a:hover {
  color: #1653FC;
}
#comments .holder-comments .lc-head .summary {
  color: #1653FC;
}
#comments .holder-comments .lch-body {
  padding: 30px 0;
}
#comments .holder-comments .lch-body .wraploadmore {
  margin-left: 46px;
}

.list-comments {
  list-style: none;
  margin-left: 0;
}
.list-comments ul {
  list-style: none;
  margin-left: 0;
}
.list-comments li .avatar {
  display: block;
  float: left;
  height: 30px;
  width: 30px;
  border-radius: 50px;
}
.list-comments li .info {
  padding-left: 40px;
}
.list-comments li .info .user,
.list-comments li .info .content {
  margin-bottom: 10px;
}
.list-comments li .info .wraploadmore,
.list-comments li .info .links {
  margin-bottom: 20px;
}
.list-comments li .info .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-comments li .info .user .name {
  font-size: 1.125rem;
  font-weight: bold;
  color: #1653FC;
  margin-right: 15px;
}
.list-comments li .info .links {
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  max-width: 100%;
  overflow-x: auto;
}
.list-comments li .info .links li {
  position: relative;
  padding-right: 12px;
  margin-right: 14px;
  color: #8A8888;
  white-space: nowrap;
}
.list-comments li .info .links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8A8888;
}
.list-comments li .info .links li a:hover {
  color: #ED1B1B;
}
.list-comments li .info .links li a:hover svg,
.list-comments li .info .links li a:hover svg path {
  fill: #ED1B1B;
}
.list-comments li .info .links li a small {
  font-size: 1em;
}
.list-comments li .info .links li a.unlike {
  color: #3689F5;
}
.list-comments li .info .links li a.unlike svg,
.list-comments li .info .links li a.unlike svg path {
  fill: #3689F5;
}
.list-comments li .info .links li:last-child::after {
  display: none;
}
.list-comments li .info .links li::after {
  display: block;
  content: "";
  height: 12px;
  width: 1px;
  position: absolute;
  bottom: 10%;
  right: 0;
  background-color: #8A8888;
}

.btn-discord {
  display: inline-block;
  background-color: #007BFF;
  border-color: #007BFF;
  color: #fff;
  font-size: 0.875rem;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
}
.btn-discord .icon {
  margin-right: 16px;
}
.btn-discord:hover {
  opacity: 0.8;
}
.btn-discord:visited {
  color: #fff;
}

.btn-seemore {
  color: #3689F5;
}
.btn-seemore::before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 8px;
  border-bottom: 2px solid #707070;
  border-left: 2px solid #707070;
  -webkit-transform: rotate(-45deg) translateY(-3px);
          transform: rotate(-45deg) translateY(-3px);
  margin-right: 10px;
}
.btn-seemore:hover {
  color: #ED1B1B;
}

.box-cross {
  display: block;
  border: 1px solid #707070;
}
.box-cross .bc-title {
  font-weight: bold;
  background-color: #ddd;
  padding: 12px 10px;
}

.wrap-box-mod {
  padding: 15px 10px;
}
.wrap-box-mod ul,
.wrap-box-mod ol {
  margin-left: 40px;
}
.wrap-box-mod ul li,
.wrap-box-mod ol li {
  margin-bottom: 5px;
}
.wrap-box-mod ul {
  margin-left: 24px;
  list-style: none;
}
.wrap-box-mod ul li::before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
}
.wrap-box-mod .links .item {
  margin-bottom: 15px;
}
.wrap-box-mod .links .item:last-child {
  margin-bottom: 0;
}
.wrap-box-mod .links .item span {
  font-weight: bold;
}
.wrap-box-mod .links .item a {
  display: block;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mod-accordion {
  border: 1px solid #707070;
}
.mod-accordion.open .ahead {
  background-color: #eee;
}
.mod-accordion .ahead {
  position: relative;
  padding: 12px 10px;
  background-color: transparent;
  line-height: 1rem;
  height: auto;
}
.mod-accordion .ahead .toggle {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}
.mod-accordion .abody {
  padding: 0;
}
.mod-accordion .abody a {
  padding: 8px 10px;
}

.box-faq {
  position: relative;
}
.box-faq .bfaq-head .item {
  display: block;
  border: 1px solid #707070;
  padding: 8px 10px;
  font-weight: bold;
  margin-bottom: 2px;
  cursor: pointer;
}
.box-faq .bfaq-head .item.open {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.box-faq .bfaq-body .item {
  position: relative;
  display: none;
}
.box-faq .bfaq-body .item.open {
  display: block;
}
.box-faq .bfaq-body .item .box-showless {
  position: relative;
  border: 1px solid #707070;
  padding: 20px 10px 35px 10px;
}
.box-faq .bfaq-body .item .box-showless .bsl-toggle {
  position: absolute;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 14px;
  font-weight: bold;
  min-width: 120px;
  height: 26px;
  line-height: 26px;
  padding: 0 16px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #ED1B1B;
  border: 1px solid #ED1B1B;
  border-radius: 50px;
  background-color: #fff;
  z-index: 2;
}
.box-faq .bfaq-body .item .box-showless .bsl-toggle:hover {
  cursor: pointer;
  background-color: #ED1B1B;
  color: #fff;
  opacity: 1;
}
.box-faq .bfaq-body .item .box-showless .bsl-toggle::after {
  display: none;
}
.box-faq .bfaq-body .item .box-showless::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

.box-showless.open .bsl-content {
  max-height: 100000px;
}
.box-showless.open .bsl-toggle::after {
  -webkit-transform: rotate(225deg) translateY(0px);
          transform: rotate(225deg) translateY(0px);
  margin-left: 10px;
}
.box-showless .bsl-content {
  max-height: 140px;
  overflow: hidden;
}
.box-showless .bsl-toggle {
  display: inline-block;
  position: relative;
  color: #2680EB;
}
.box-showless .bsl-toggle:hover {
  cursor: pointer;
  opacity: 0.7;
}
.box-showless .bsl-toggle::after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  border-right: 2px solid #2680EB;
  border-bottom: 2px solid #2680EB;
  -webkit-transform: rotate(45deg) translateY(-6px);
          transform: rotate(45deg) translateY(-6px);
  margin-left: 5px;
}

.link-showmore {
  display: inline-block;
  position: relative;
  color: #2680EB;
}
.link-showmore:hover {
  cursor: pointer;
  opacity: 0.7;
}
.link-showmore::after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  border-right: 2px solid #2680EB;
  border-bottom: 2px solid #2680EB;
  -webkit-transform: rotate(45deg) translateY(-6px);
          transform: rotate(45deg) translateY(-6px);
  margin-left: 5px;
}

.bfaq-download2 {
  max-width: 820px;
  margin: 35px auto 60px auto;
}

.ringtones {
  list-style: none;
  margin-left: 0;
}
.ringtones li {
  margin-bottom: 10px;
}

.ringtone:hover {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.ringtone .mp3 {
  display: block;
  position: relative;
  text-align: center;
  color: #fff;
  height: 165px;
  background: #2680EB url("/assets/image/play.jpg") no-repeat top center;
}
.ringtone .mp3 span {
  display: block;
  position: absolute;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 0 10px;
}
.ringtone .mp3.playing {
  background: #2680EB url("/assets/image/pause.jpg") no-repeat top center;
}
.ringtone .info {
  padding: 8px 20px;
  border: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ringtone .info .item {
  color: #000;
  font-size: 14px;
}
.ringtone .info .item span,
.ringtone .info .item svg {
  display: inline-block;
  vertical-align: middle;
}
.ringtone .info .item svg {
  margin-right: 3px;
  height: 15px;
}
.ringtone .info a.item:hover {
  color: #ED1B1B;
}
.ringtone .info a.item:hover svg path {
  fill: #ED1B1B;
}

.ringtonecontent .ringcate {
  color: #707070;
}
.ringtonecontent .ringcate span {
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
}
.ringtonecontent .entry-share .a2a_kit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  overflow-x: auto;
}
.ringtonecontent .entry-share .a2a_kit a {
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 3px;
  border-bottom: 2px solid #43609C;
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ringtonecontent .entry-share .a2a_kit a svg {
  margin-right: 10px;
}
.ringtonecontent .entry-share .a2a_kit a.a2a_button_facebook {
  color: #43609C;
}
.ringtonecontent .entry-share .a2a_kit a.a2a_button_twitter {
  color: #03A9F4;
  border-color: #03A9F4;
}
.ringtonecontent .entry-share .a2a_kit a.a2a_button_linkedin {
  color: #0077B5;
  border-color: #0077B5;
}
.ringtonecontent .entry-share .a2a_kit a:hover {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.btn-ringtone-vote {
  display: inline-block;
  border-color: transparent;
  background-color: #0077B5;
  border-radius: 3px;
  height: 25px;
  font-size: 0.875rem;
  color: #fff;
  padding: 0 10px;
  text-align: center;
}
.btn-ringtone-vote .count {
  margin-left: 5px;
}
.btn-ringtone-vote:hover {
  opacity: 0.8;
}

.audio-player .ap-top {
  background: #251A30 url("/assets/image/bg-audio.jpg") no-repeat top center;
  padding-bottom: 151px;
  margin-bottom: 15px;
}
.audio-player .ap-top #video {
  display: none;
}
.audio-player .controls {
  background-color: #fff;
}
.audio-player .controls .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  max-width: 100%;
  overflow-x: auto;
}
.audio-player .controls .item .play,
.audio-player .controls .item .download,
.audio-player .controls .item .time,
.audio-player .controls .item div.downloadcount {
  margin-right: 10px;
}
.audio-player .controls .item .play,
.audio-player .controls .item .download {
  padding: 5px 10px;
  border-radius: 3px;
  white-space: nowrap;
  color: #000;
}
.audio-player .controls .item .play:hover,
.audio-player .controls .item .download:hover {
  color: #ED1B1B;
}
.audio-player .controls .item .play:hover svg,
.audio-player .controls .item .play:hover svg path,
.audio-player .controls .item .download:hover svg,
.audio-player .controls .item .download:hover svg path {
  fill: #ED1B1B;
}
.audio-player .controls .item .play .playing {
  display: none;
}
.audio-player .controls .item .play.runing .pause {
  display: none;
}
.audio-player .controls .item .play.runing .playing {
  display: inline-block;
}
.audio-player .controls .item .time {
  font-size: 0.75rem;
  white-space: nowrap;
}
.audio-player .controls .item .volumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.audio-player .controls .item .volumn.muted .icon-muted {
  display: inline-block;
}
.audio-player .controls .item .volumn.muted .icon-loud {
  display: none;
}
.audio-player .controls .item .volumn .icon-muted {
  display: none;
}
.audio-player .controls .item .volumn .slider {
  width: 90px;
  height: 6px;
  background: #000000;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  border-radius: 50px;
  margin-right: 7px;
}
.audio-player .controls .item .volumn .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #00B7B9;
  cursor: pointer;
}
.audio-player .controls .item .volumn .slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: #00B7B9;
  cursor: pointer;
}
.audio-player .controls .item div.btn-icon {
  white-space: nowrap;
  font-size: 14px;
}
.audio-player .controls .item div.btn-icon svg {
  height: 14px;
  margin-right: 0px;
}

.slideapk .apk-image img {
  height: 100%;
}

.box-slider {
  min-height: 200px;
}

#btn-page-scroll {
  position: fixed;
  bottom: 4px;
  right: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  z-index: 15;
  background: #ED1B1B;
  border-radius: 5px;
  -webkit-transform: translate3d(0, 70px, 0);
          transform: translate3d(0, 70px, 0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
#btn-page-scroll svg {
  fill: #fff;
}
#btn-page-scroll:hover {
  cursor: pointer;
}
#btn-page-scroll.show {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

#cookie-notice-bar {
  display: none;
  position: fixed;
  z-index: 15;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #232222;
  color: #fff;
  padding: 10px;
  width: 100%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}
#cookie-notice-bar.show {
  display: block;
}
#cookie-notice-bar a {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ff2a2a;
  background-repeat: repeat-x;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 2px 10px;
  font-size: 12px;
  line-height: 20px;
}

.pagePopup {
  padding: 10px;
}
.pagePopup.open {
  visibility: inherit;
  opacity: 1;
  z-index: 99999;
}
.pagePopup .popup {
  position: relative;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 2.4rem;
  border-radius: 2px;
  background: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.25);
  max-width: 400px;
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}
.pagePopup .popup .bigText {
  color: #333;
  font-weight: bold;
  font-size: 20px;
}
.pagePopup .popup .subText {
  padding: 20px 0;
}
.pagePopup .popup .subText .btnInLine {
  display: inline-block;
  margin-top: 20px;
  border-radius: 5px;
  font-size: 20px;
  padding: 10px 45px;
  font-weight: bold;
  background-color: #ED1B1B;
  border-color: #ED1B1B;
  color: #fff;
}
.pagePopup .popup .close {
  display: block;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 30px;
  line-height: 1em;
  color: #fff;
  background-color: red;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.pagePopup .popup .close:hover {
  color: #ddd;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}

.text-danger {
  color: #ED1B1B !important;
}

.text-success {
  color: #006600 !important;
}

.text-warning {
  color: #F3AF0C !important;
}

.msg {
  display: block;
  padding: 10px;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-radius: 3px;
  color: #777;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.msg::after {
  content: "x";
  display: block;
  position: absolute;
  top: 0;
  right: 7px;
  font-size: 12px;
  color: #aaa;
}

.msg-reply-holder {
  font-weight: bold;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
          transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ED1B1B;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
#pageDownload2WrapButton {
  margin: 15px auto;
  display: inline-block;
}
#pageDownload2WrapButton .btn {
  display: none;
}
#pageDownload2WrapButton .counter {
  font-size: 3em;
  font-weight: bold;
  color: #ED1B1B;
  text-align: center;
}
#pageDownload2WrapButton.done .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pageDownload2WrapButton.done .counter {
  display: none;
}

.fef-wrap {
  position: relative;
  padding: 10px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  background: #fff;
  width: auto;
  max-width: 362px;
  border-radius: 2px;
  z-index: 2;
}

.fe-form {
  color: #666;
}
.fe-form .fef-title {
  font-size: 1.5rem;
  font-weight: normal;
}
.fe-form .form-group {
  padding: 16px;
}
.fe-form .fg-input {
  position: relative;
  padding: 20px 0;
}
.fe-form .fg-input input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 4px 0 4px 35px;
  width: 100%;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fe-form .fg-input input:focus {
  outline: none;
}
.fe-form .fg-input input:focus + span::after {
  left: 0;
  visibility: visible;
  width: 100%;
  background-color: #ff4141;
}
.fe-form .fg-input .icon {
  left: 0;
  top: 18px;
  width: 30px;
  height: 28px;
  position: absolute;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  fill: #dbdbdb;
}
.fe-form .fg-input .fgi-border::after {
  bottom: 20px;
  content: "";
  height: 2px;
  left: 45%;
  position: absolute;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  width: 10px;
}
.fe-form .fg-input .error {
  font-size: 12px;
  color: #ff4141;
  line-height: 12px;
}
.fe-form .btn-fef-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  width: 100%;
}
.fe-form .btn-fef-submit svg {
  fill: #fff;
  margin-right: 15px;
}

.fg-popup-error .alert {
  margin: 16px;
  padding: 5px 16px;
  border-radius: 5px;
}
.fg-popup-error .alert.alert-danger {
  color: #ff4141;
  border: 1px solid rgba(255, 34, 34, 0.2);
}
.fg-popup-error .alert.alert-success {
  color: #00b894;
  border: 1px solid #00b894;
}

.box {
  background: #fff;
  width: auto;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  margin-bottom: 10px;
}
.box .title {
  background: #fbfbfb;
  border-bottom: 1px solid #e8e8e8;
  height: 55px;
  line-height: 55px;
  color: #666;
  font-size: 18px;
  padding: 0px 10px;
  font-weight: 400;
  position: relative;
}
.box .box-content {
  padding: 10px;
}

.box-profile {
  max-width: 750px;
  margin: 30px auto;
}
.box-profile .box-content .bp-change-avatar {
  text-align: center;
  margin-bottom: 20px;
}
.box-profile .box-content .bp-change-avatar img {
  display: block;
  margin: 10px auto;
  border-radius: 100px;
  border: 1px solid #ddd;
  padding: 1px;
}
.box-profile .bu-nav {
  margin-left: 0;
}
.box-profile .bu-nav li {
  display: inline-block;
  font-size: 1rem;
  padding: 0 10px;
}
.box-profile .bu-nav li a {
  color: #000;
}
.box-profile .bu-nav li a:hover {
  color: red;
}
.box-profile .bu-nav li.active a {
  color: red;
}

.box-form {
  max-width: 500px;
  margin: 0px auto;
  padding: 20px 10px;
}
.box-form .bf-line {
  margin: 0 0 20px 0;
}
.box-form .bf-line input {
  margin: 0;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 14px;
  background: #ffffff;
  border: 1px solid #ccc;
  color: #555;
  border-radius: 3px;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.box-form .bf-line input[readonly] {
  background-color: #f5f5f5;
}
.box-form .bf-line label {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin: 0 0 5px 0;
}
.box-form .bf-line .btn-bff-submit {
  padding: 8px 20px;
}
.box-form .bf-line .btn-bff-submit:hover {
  background: #ED1B1B;
  border-color: #ED1B1B;
  color: #fff;
  cursor: pointer;
}
.box-form .bf-line .error, .box-form .bf-line.bfl-error {
  font-size: 12px;
  color: #ED1B1B;
}
.box-form .bf-line .error .alert-success, .box-form .bf-line.bfl-error .alert-success {
  color: #00b894;
}
.box-form .bf-inline-items .item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.box-form .bf-inline-items .item input {
  width: inherit;
  display: inline-block;
}
.box-form .bf-inline-items select {
  display: inline-block;
  width: auto;
  min-width: 70px;
  vertical-align: middle;
  height: 28px;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  margin: 0;
}

.profile-comments {
  list-style: none;
}
.profile-comments .comment {
  min-height: 50px;
  margin-bottom: 10px;
}
.profile-comments .cmt-thumbnail img {
  display: block;
  float: left;
  width: 50px;
  border-radius: 50px;
  border: 1px solid #ddd;
}
.profile-comments .cmt-info-box {
  margin-left: 70px;
  border: 1px solid #eee;
  border-radius: 4px;
  position: relative;
}
.profile-comments .cmt-info-box .cib-header {
  background-color: #fbfbfb;
  padding: 4px 8px;
  border-bottom: 1px solid #eee;
}
.profile-comments .cmt-info-box .cib-header .author {
  font-weight: bold;
  display: block;
}
.profile-comments .cmt-info-box .cib-header .time {
  color: #999;
  font-size: 12px;
  position: relative;
}
.profile-comments .cmt-info-box .cib-header .btn-view-post {
  float: right;
  color: #999;
  position: relative;
  margin-right: 10px;
}
.profile-comments .cmt-info-box .cib-header .btn-view-post span {
  position: absolute;
  right: -10px;
  top: -5px;
  background: #ED1B1B;
  display: inline-block;
  color: #fff;
  border-radius: 6px;
  font-size: 10px;
  padding: 1px 2px;
  line-height: 1;
  font-weight: bold;
}
.profile-comments .cmt-info-box .cib-body {
  padding: 10px 8px;
}
.profile-comments .cmt-info-box::before, .profile-comments .cmt-info-box::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  display: block;
  border-width: 10px 12px 10px 0;
  border-style: solid;
  border-color: transparent #fbfbfb;
  top: 8px;
  left: -11px;
}
.profile-comments .cmt-info-box::before {
  border-width: 11px 13px 11px 0;
  border-color: transparent rgba(0, 0, 0, 0.05);
  left: -12px;
}

.profile-reply-comments {
  list-style: none;
  margin-top: 10px;
  margin-left: 20px;
}
.profile-reply-comments .cmt-thumbnail img {
  width: 40px;
}
.profile-reply-comments .cmt-info-box {
  margin-left: 60px;
}

#change-avatar-file {
  display: none;
}

.fg-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fg-flex-row .fg-input {
  margin-right: 8px;
}

.btn-fef-sendcode {
  white-space: nowrap;
  background-color: transparent;
  padding: 5px 10px;
}

.page-form-space {
  padding: 20px 0 30px 0;
}

.youtube {
  background-color: #000;
  position: relative;
  padding-top: 55.067%;
  overflow: hidden;
  cursor: pointer;
  margin: 0 auto 20px auto;
  max-width: 600px;
}
.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}
.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}
.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.youtube img,
.youtube .play-button {
  cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.hidden {
  display: none !important;
}

.box-othermod .box-showmore {
  padding: 16px;
}

.page-404 {
  background: #f7f7f7;
}
.page-404 .wrapcontent {
  text-align: center;
  min-height: 100vh;
  min-height: calc(100vh - 75px);
}
.page-404 .wrapcontent .img-404 {
  display: block;
  margin: 0 auto;
}
.page-404 .wrapcontent .page-direct {
  margin: 30px auto;
}
.page-404 .wrapcontent .page-direct a {
  color: #ED1B1B;
}
.page-404 .wrapcontent .page-direct a:hover {
  text-decoration: underline;
}
.page-404 .wrapcontent .title-404 {
  font-size: 27px;
  line-height: 38px;
  padding-top: 50px;
  font-weight: 400;
}

.bfaq-download2 {
  overflow: inherit;
  margin-bottom: 40px;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px auto;
  height: auto !important;
}

.form-style .form-control {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 21px;
  color: #444;
  border: 1px solid #707070;
  padding: 8px 10px;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}
.form-style .form-control:focus {
  border-color: #ED1B1B;
}
.form-style .form-group {
  margin-bottom: 15px;
}
.form-style .btn {
  padding: 8px 10px;
  cursor: pointer;
}
.form-style .btn-submit {
  display: inline-block;
  background-color: #000;
  color: #fff;
  border: 0;
  outline: none;
  padding: 10px 30px;
}
.form-style .btn-submit:hover {
  background-color: #ED1B1B;
}
.form-style .required {
  color: #ED1B1B;
}

.form-feedback-holder {
  max-width: 768px;
  margin: 30px auto;
}

.box-mod-feature .accordion .abody {
  max-height: 260px;
  overflow-y: auto;
}
.box-mod-feature .accordion .abody::-webkit-scrollbar {
  width: 12px;
}
.box-mod-feature .accordion .abody::-webkit-scrollbar-track {
  background: #eee;
}
.box-mod-feature .accordion .abody::-webkit-scrollbar-thumb {
  background: #aaa;
}

#ringtonePopup .popup {
  padding: 30px 16px;
  max-width: 450px;
}
#ringtonePopup .popup .button-holder {
  display: none;
}
#ringtonePopup .popup .button-holder .btn {
  display: inline-block;
  padding: 8px 10px;
  color: #fff;
  border-color: transparent;
  border-radius: 3px;
  margin-top: 10px;
  min-width: 180px;
  font-weight: bold;
  text-align: left;
}
#ringtonePopup .popup .button-holder .btn small {
  font-weight: normal;
}
#ringtonePopup .popup .button-holder .btn svg,
#ringtonePopup .popup .button-holder .btn span {
  display: inline-block;
  vertical-align: middle;
}
#ringtonePopup .popup .button-holder .btn svg,
#ringtonePopup .popup .button-holder .btn svg path {
  fill: #fff;
}
#ringtonePopup .popup .button-holder .btn svg {
  margin-right: 10px;
}
#ringtonePopup .popup .button-holder .btn.btn-android {
  background-color: #707070;
}
#ringtonePopup .popup .button-holder .btn.btn-ios {
  background-color: #ff4141;
}
#ringtonePopup .popup .button-holder .btn:hover {
  opacity: 0.8;
}
#ringtonePopup .popup.done .counter {
  display: none;
}
#ringtonePopup .popup.done .button-holder {
  display: block;
}

.apk-slider {
  width: 100%;
  overflow: hidden;
  overflow-x: auto;
}
.apk-slider .apk-slider-holder {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  word-break: break-word;
}
.apk-slider .ss-item {
  display: inline-block;
  min-height: 165px;
  max-height: 165px;
  max-width: 80vw;
  width: auto;
  border-radius: 3px;
}

.entry-faq {
  max-width: 768px;
  margin: 0 auto 20px auto;
  border-radius: 3px;
  overflow: hidden;
}
.entry-faq .accordion {
  border: 1px solid #ddd !important;
  margin-bottom: 2px;
}
.entry-faq .accordion .ahead {
  background-color: #eee;
  height: auto;
  line-height: 1.25;
  padding: 10px 40px 10px 10px;
  position: relative;
}
.entry-faq .accordion .ahead span {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}
.entry-faq .accordion .ahead .toggle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  margin-top: 0;
}

.postsInTag {
  margin-left: 40px;
}
.postsInTag li {
  margin-bottom: 15px;
}
.postsInTag li a:visited {
  color: #ED1B1B;
}
.postsInTag li a:hover {
  color: red;
  text-decoration: underline;
}

.list-tags .tags-title,
.list-tags .tag {
  display: inline-block;
  padding: 5px 10px;
  margin-right: 10px;
  border: 1px solid black;
  margin-bottom: 5px;
}
.list-tags .tags-title {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.list-tags .tag {
  color: #ED1B1B;
}
.list-tags .tag:hover {
  background-color: #000;
  color: #fff;
}
.list-tags .tag {
  font-size: 12px;
}

.txtJointTele {
  font-size: 14px;
  font-weight: 400;
  color: #555;
  line-height: 18px;
  text-align: center;
  margin-bottom: 4px;
}

.btnTelegram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid rgba(204, 0, 0, 0.5);
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 4px;
  font-size: 14px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.btnTelegram svg {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}

.subcribeWrp {
  margin-bottom: 20px;
}

.btnSubscribe {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 8px 16px;
  background-color: #ED1B1B;
  color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 435px;
  width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btnSubscribe:hover {
  opacity: 0.8;
}
.btnSubscribe .text {
  font-size: 16px;
  font-weight: bold;
}
.btnSubscribe.disabled {
  background-color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}
.btnSubscribe svg {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.btnSubscribe svg path {
  fill: #fff;
}
.btnSubscribe:hover {
  background-color: #ED1B1B;
}

.unsubWebpushBtn {
  background-color: #a08a8a;
  color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  max-width: 435px;
  width: 100%;
  padding: 8px 16px;
  margin-bottom: 20px;
  width: fit-content;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.unsubWebpushBtn:hover {
  opacity: 0.8;
}
.unsubWebpushBtn .text {
  font-size: 16px;
  font-weight: bold;
}
.unsubWebpushBtn svg {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.unsubWebpushBtn svg path {
  fill: #fff;
}
.unsubWebpushBtn:hover {
  background-color: #ff4141;
}

@media screen and (min-width: 768px) {
  .entry-faq .accordion .ahead {
    padding: 10px 25px;
  }
  .entry-faq .accordion .ahead .toggle {
    right: 25px;
  }
  .apk-slider::-webkit-scrollbar {
    height: 12px;
  }
  .apk-slider::-webkit-scrollbar-track {
    background-color: #eee;
  }
  .apk-slider::-webkit-scrollbar-thumb {
    background-color: #aaa;
  }
  .apk-slider .ss-item {
    min-height: 165px;
    max-height: 200px;
    max-width: none;
  }
  #page-body {
    margin-top: 61px;
    padding: 0 16px;
  }
  #page-header .nav-mobi {
    padding: 0 16px;
  }
  .owl-carousel.slideapk .owl-dots {
    margin-bottom: 16px;
    padding-top: 6px;
  }
  .secbox .sbheader,
  .box-space,
  .blogs li,
  .apks li {
    margin-bottom: 16px;
  }
  .w4,
  .w3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
  }
  .w4 li,
  .w3 li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0px 8px;
  }
  #page-footer .pf-top {
    padding: 20px 16px;
  }
  #page-footer .pf-top .container {
    position: relative;
  }
  #page-footer .pf-top .pft-item {
    text-align: left;
  }
  #page-footer .pf-top .pfti-l {
    position: absolute;
    left: 68%;
    top: 10px;
  }
  #page-footer .pf-top .pfti-l .socials li {
    margin: 10px 16px 10px 0;
  }
  #page-footer .pf-top .pfti-r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 68%;
    margin: 0;
  }
  #page-footer .pf-top .pfti-r li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #page-footer .pf-top .pfti-r li a {
    padding: 0;
    display: inline-block;
  }
  .btn-discord {
    font-size: 1.125rem;
    padding: 8px 25px;
  }
  .btn-discord .icon {
    margin-right: 16px;
  }
  .btn-discord:visited {
    color: #fff;
  }
  .box-cross {
    position: relative;
    margin-top: 30px;
  }
  .box-cross .bc-title {
    background-color: #fff;
    position: absolute;
    left: 30px;
    top: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 20px;
  }
  .wrap-box-mod {
    padding: 30px 40px 20px 40px;
  }
  .wrap-box-mod .links .item span, .wrap-box-mod .links .item a {
    display: inline-block;
    vertical-align: middle;
  }
  .wrap-box-mod .links .item span {
    width: 120px;
  }
  .wrap-box-mod .links .item a {
    max-width: 100%;
    padding: 8px 20px;
  }
  .mod-accordion .ahead {
    padding: 15px 40px;
  }
  .audio-player .controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .audio-player .controls .item {
    margin-right: 40px;
  }
  .blog .info .title {
    height: 50px;
    overflow: hidden;
  }
  .blog .info .description {
    height: 88px;
    overflow: hidden;
  }
  .sort-controls {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sort-controls li {
    margin-right: 16px;
  }
  .sort-controls li a {
    min-width: 138px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #comments .form-comment textarea {
    height: 170px;
  }
  #comments .holder-comments .lch-body .wraploadmore {
    margin-left: 75px;
  }
  #comments .rating-detail .rt-l {
    width: 35%;
    margin-right: 40px;
    padding: 20px 0;
    padding-right: 43px;
  }
  #comments .rating-detail .rt-l .score {
    font-size: 3.75rem;
  }
  #comments .rating-detail .rt-l .info {
    font-size: 1rem;
  }
  #comments .rating-detail .rt-r {
    padding: 0 45px;
    width: 65%;
  }
  #comments .rating-detail .rt-r .line {
    height: 35px;
  }
  #comments .rating-detail .rt-r .line .title,
  #comments .rating-detail .rt-r .line .count {
    line-height: 35px;
  }
  .list-comments li .avatar {
    width: 50px;
    height: 50px;
  }
  .list-comments li .info {
    padding-left: 70px;
  }
  .list-comments li .list-replies .avatar {
    width: 40px;
    height: 40px;
  }
  .list-comments li .list-replies .info {
    padding-left: 60px;
  }
  .list-comments li .wraploadmore {
    margin-left: 65px !important;
  }
  .ringtonecontent .entry-share .a2a_kit a {
    min-width: 153px;
  }
  .ringtonecontent .entry-share .a2a_kit a svg {
    margin-right: 20px;
  }
  .ringtones li {
    margin-bottom: 16px;
  }
  .wrapcontent table thead th {
    padding: 12px 16px;
  }
  .wrapcontent table tbody tr td {
    padding: 10px 16px;
  }
  .page-single .entry-download .btn-download {
    display: inline-block;
    text-align: center;
  }
  .youtube {
    padding-top: 42%;
  }
}
@media screen and (min-width: 992px) {
  .wrapcontent > * {
    word-break: inherit;
  }
  #page-header .container {
    position: relative;
  }
  #page-header .nav-mobi {
    bottom: inherit;
    padding: 0 16px;
  }
  #page-header .nav-mobi .container {
    height: 60px;
  }
  #page-header .nav-mobi .nm-icon {
    display: none;
  }
  #page-header .nav-pc {
    height: 45px;
    display: block;
    background-color: #2E2D2D;
    padding: 0 16px;
  }
  #page-header .nav-pc .nmi-search-toggle,
  #page-header .nav-pc .nmi-menu-toggle {
    display: none;
  }
  #page-header .nav-pc #menu-holder,
  #page-header .nav-pc #search-holder {
    bottom: inherit;
    background-color: transparent;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    overflow: inherit;
  }
  #page-header .nav-pc #search-holder {
    position: absolute;
    width: inherit;
    top: -45px;
    left: 180px;
    margin-right: 380px;
  }
  #page-header .nav-pc #search-holder .form-search {
    margin: 0;
    max-width: 494px;
    margin: 0 auto;
    border-radius: 3px;
  }
  #page-header .nav-pc #search-holder .form-search #suggestions {
    background-color: #fff;
    color: #000;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    top: 32px;
  }
  #page-header .nav-pc #search-holder .form-search #suggestions p:hover {
    cursor: pointer;
    color: #ED1B1B;
  }
  #page-header .nav-pc #menu-holder {
    position: static;
    width: 100%;
    max-width: inherit;
  }
  #page-header .nav-pc #menu-holder .menu-bar {
    position: fixed;
    width: 100%;
  }
  #page-header .nav-pc #menu-holder .menu-bar ul {
    margin: 0;
  }
  #page-header .nav-pc #menu-holder .menu-bar ul::after {
    content: "";
    display: block;
    clear: both;
  }
  #page-header .nav-pc #menu-holder .menu-bar ul li {
    float: left;
    margin-right: 100px;
    padding: 0;
  }
  #page-header .nav-pc #menu-holder .menu-bar ul li a {
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  #page-header .nav-pc #menu-holder .menu-dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: -42px;
    right: 0;
  }
  #page-header .nav-pc #menu-holder .menu-dd .language a,
  #page-header .nav-pc #menu-holder .menu-dd .login a {
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875rem;
  }
  #page-header .nav-pc #menu-holder .menu-dd .language {
    margin-right: 40px;
    margin-left: 0;
  }
  #page-header .nav-pc #menu-holder .menu-dd .language .dd-content {
    position: absolute;
    background-color: #fff;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    padding: 10px 0;
  }
  #page-header .nav-pc #menu-holder .menu-dd .language .dd-content a {
    color: #000;
  }
  #page-header .nav-pc #menu-holder .menu-dd .language .dd-content a:hover {
    color: #ED1B1B;
  }
  #page-header .nav-pc #menu-holder .menu-dd .login {
    position: static;
  }
  #page-body {
    margin-top: 121px;
  }
  .w3 li {
    width: 33.333333333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .w4 li {
    width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .box-cross .bc-title {
    left: 60px;
  }
  .wrap-box-mod {
    padding: 40px 70px !important;
  }
  .mod-accordion .ahead {
    padding: 15px 70px;
  }
  .box-faq .bfaq-head {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
  }
  .box-faq .bfaq-head .item {
    float: left;
    width: 33%;
    margin-bottom: 0;
    text-align: center;
    padding: 11px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 0.5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box-faq .bfaq-head .item:hover, .box-faq .bfaq-head .item.open {
    background-color: #fff;
    border-color: #707070;
    border-bottom: none;
    color: #000;
    padding-bottom: 17px;
  }
  .box-faq .bfaq-head .item:last-child {
    margin-right: 0;
  }
  .box-faq .bfaq-head::after {
    display: block;
    content: "";
    clear: both;
  }
  .box-faq .bfaq-body {
    padding-top: 50px;
  }
  .box-faq .bfaq-body .item .box-showless {
    padding: 30px 30px 45px 30px;
  }
  .audio-player .controls .item {
    margin-right: 75px;
  }
  .audio-player .controls .item .play,
  .audio-player .controls .item .time {
    margin-right: 20px;
  }
  .audio-player .controls .item .download,
  .audio-player .controls .item div.downloadcount {
    margin-right: 40px;
  }
  .audio-player .controls .item div.btn-icon {
    font-size: 14px;
  }
  .audio-player .controls .item div.btn-icon svg {
    margin-right: 5px;
  }
  .slideapk .apk-image .info {
    padding: 16px 60px;
  }
  .slideapk .apk-image .info .title {
    font-size: 1.8125rem;
  }
  .slideapk .apk-image .info .title,
  .slideapk .apk-image .info .author {
    margin-bottom: 10px;
  }
  .slideapk .apk-image .info .author {
    font-size: 1rem;
  }
  .slideapk .apk-image .info .version {
    font-size: 1.125rem;
  }
  .slideapk .apk-image .info .version svg {
    width: 18px !important;
    height: 18px !important;
  }
  .youtube {
    padding-top: 35%;
  }
}
@media screen and (min-width: 1088px) {
  .box-slider {
    min-height: 300px;
  }
  .owl-carousel .owl-nav {
    display: block;
  }
  .owl-carousel .owl-dots {
    margin-bottom: 30px;
    padding-top: 15px;
  }
  .owl-carousel.slideapk2::before, .owl-carousel.slideapk2::after {
    width: 75px;
  }
  .owl-carousel.slideapk2 .owl-nav button.owl-prev {
    left: 50px;
  }
  .owl-carousel.slideapk2 .owl-nav button.owl-next {
    right: 50px;
  }
  .box-header .bg {
    padding: 0 65px 0 165px;
    height: 40px;
    line-height: 40px;
  }
  .box-header .bg::after {
    display: block;
    bottom: -55px;
  }
  .ads {
    min-height: 190px;
  }
  .page-title {
    font-size: 1.75rem;
  }
  .page-single .btn-download {
    font-size: 1.25rem;
  }
  .page-single .btn-download .icon {
    margin-right: 20px;
  }
  .page-single .entry-overview .no-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-single .entry-overview .no-row .apk-info {
    width: 495px;
  }
  .page-single .entry-overview .no-row .box-mod-feature {
    width: 518px;
  }
  .bs-cateringtones .bs-body {
    padding: 16px 8px;
  }
  #page-footer .pf-bot {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1120px) {
  #page-header .nav-pc #search-holder {
    left: 250px;
  }
  #page-body {
    padding: 0px;
  }
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row .col-body {
    width: 850px;
  }
  .row .col-sidebar {
    width: 200px;
  }
  .bs-categories .bs-body {
    max-height: 518px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .bs-categories .bs-body .bsc-list li a svg {
    min-width: 40px;
  }
  .bsc-list li {
    width: 100%;
  }
  .apkincategories .apk .info {
    padding: 15px 10px;
  }
  .apkincategories .apk .info .title {
    font-size: 1.125rem;
  }
  .apkincategories .apk .info .author,
  .apkincategories .apk .info .version {
    font-size: 0.75rem;
  }
  .bs-ads {
    height: 600px;
  }
  #comments .rating-detail {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #comments .rating-detail .rt-l {
    width: 200px;
    margin-right: 45px;
    padding-right: 48px;
  }
  #comments .rating-detail .rt-r {
    padding: 0 45px;
    width: 750px;
  }
  .blog .info {
    padding: 16px;
  }
  .page-form-space {
    padding: 100px 0 100px 0;
  }
  .youtube {
    padding-top: 31%;
  }
}/*# sourceMappingURL=style.css.map */