img {
	max-width: 100%;
}
.ringtones-show .item .thumb {
	position: relative;
	cursor: pointer;
}
.ringtones-show .item .thumb:after {
	content: '';
	transition: all 0.3s ease;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
}
.ringtones-show .item .thumb .fa{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -15px;
	margin-top: -17px;
	font-size: 35px;
	transition: all 0.3s ease;
	transform: scale(0);	
}
.ringtones-show .item .thumb:hover .fa{
	transform: scale(1);
	z-index: 2;	
}
.ringtones-show .item .thumb:hover:after {
	opacity: 1;
	z-index: 1;
}
.ringtones-show .item .info {
	margin-top: 5px;
}
.top-ringtones .row .name a,
.ringtones-show .item .info .name a{
	color: #000;
	font-size: 14px;
	opacity: 1;
}
.top-ringtones .row .name a:hover,
.ringtones-show .item .info .name a:hover {
	opacity: .7;
}
.artist p {
	font-size: 12px;
	color: #888;
	margin: 0;
	white-space:no-wrap;
	text-overflow:ellipsis;
	overflow:hidden;
	width:75%;
}
.artist p a{
	white-space:no-wrap;
}
.section .container {
	max-width: 1000px;
}
.section-header .container {
	max-width: 100%;
}
.top-ten-ringtones {
	text-align: left;
	margin-bottom: 30px;
}
.top-ten-ringtones ul  {
	margin: 0;
	padding: 0;
}
.top-ten-ringtones ul li {
	list-style: none;
	margin-bottom: 15px;
}
.top-ten-ringtones ul li img {
	width: 100%;
}
.top-ten-ringtones .title {
	margin-bottom: 20px;
}
.top-ringtones {
	margin-bottom: 30px;
}
.top-ringtones-pc {
	/*max-height:250px;*/
}
.ringtones-show .item {
	margin-bottom: 20px;
}
.title-top-ringtones .title,
.top-ringtones .title {
	margin-bottom: 20px;
}
.title-top-ringtones .title h3,
.top-ringtones .title h3 {
	margin: 0;
}
.top-ringtones  ul  {
	margin: 0;
	padding: 0;
}
.ringtones-show {
	position: relative;
}
.top-ringtones .row .col-md-4 {
	padding-right: 0;
}
.ringtones-show  .showallringtones {
	position: absolute;
	top: 0;
	right: 0;
}
.top-ringtones ul li {
	list-style: none;
	margin-bottom: 15px;
}
.title {
	text-align: left;
}
.top-ringtones .row .post-views,
.foot .view .post-views {
	font-size: 12px;
	color: #888;
}
.foot .view .post-views .post-views-icon {
	display: none !important;
}
.cat-ringtones-show  .readmore {
	padding-top: 10px;
}
.cat-ringtones-show ul blockquote{
	margin-bottom: 10px;
	border-left: 5px solid #C9283E;
	transition: all 0.5s ease;
	padding: 0;
}
.cat-ringtones-show ul blockquote a {
	    padding: 10px 20px;
	    cursor: pointer;
	    display: block;
	    color: #000;
}
.cat-ringtones-show ul blockquote:hover {
	border-left: 5px solid #eee;
}
.cat-ringtones-show ul {
	margin: 0;
	padding-left: 0;
	list-style-type: none;
}

.control-info .control-div .navbar-nav{
	float: none;
	position: relative;
}
.control-info .control-div .navbar-nav > li {
	float: left;
	padding: 3px 10px 3px 5px;
    color: gray;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    margin-right: 5px;
    line-height: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    line-height: 20px;
}
.control-info .download-audio {
	margin: 15px 0;
}
.wrap-single-audio .cate-ringtones,
.wrap-single-audio .user-up {
	font-size: 14px;
	color: #888;
	margin-top: 5px;
}
.wrap-single-audio .cate-ringtones a,
.wrap-single-audio .user-up a {
	color: #000;
}
.control-info .control-div .navbar-nav > li a {
	padding: 0;
	line-height: 1
}
.control-info .control-div .navbar-nav li:last-child .fa {
	margin-right: 5px;
}
.control-info .control-div .navbar-nav li:last-child{
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	color: #000;
	font-size: 18px;
	border: none;
	font-weight: 500;
}

@font-face {
  font-family: 'UVNBaiSau';
  src:  url('../fonts/UVNBaiSau.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UVNBaiSau.woff') format('woff'),
        url('../fonts/UVNBaiSau.ttf')  format('truetype'),
        url('../fonts/UVNBaiSau.svg') format('svg');
  font-weight: bold;
  font-style: bold;
}

div, p, a, span, h1, h2, h3, h4, h5 ,h6 {
  font-family: 'UVNBaiSau' !important;
}

span.glyphicon {
  font-family: 'Glyphicons Halflings' !important;
}

a {
  opacity: 1 !important;
}

.note-login-down,
.note-login-down:hover,
.note-login-down:focus,
.note-login-down:active {
  color: white;
}

.open-show .dropdown-menu {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -webkit-transform: translate3d(0, 0px, 0);
  -moz-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}

.navbar-custom li.custom-scroll a {
  border: 1px solid white;
  border-radius: 5px;
  transition:all 0.5s ease;
}

.navbar-custom li.custom-scroll a:hover {
  background-color: #c9283e !important;
  border-color: #c9283e;
  color: white !important;
}

#nav-head .profile-show img,
.wrap-profile .profile-user img {
  margin-right: 10px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

#nav-head .profile-show {
  padding: 0;
  margin: 10px;
}

#upload-audio {
  background-image: -webkit-linear-gradient(to right top,#0e28d3, #412b67, #362142, #c419e8, #eb12eb);
  background-image: linear-gradient(to right top,#0e28d3, #412b67, #362142, #c419e8, #eb12eb);
}

#home-section-top {
  background-image: -webkit-linear-gradient(to right top,#0e28d3, #412b67, #362142, #c419e8, #eb12eb);
  background-image: linear-gradient(to right top,#0e28d3, #412b67, #362142, #c419e8, #eb12eb);
}

#home-section-top .image {
  opacity: 0.3;
}

#upload-audio .upload-wrap .image {
  opacity: 0.3;
}

#upload-audio .upload-wrap #file {
  font-size: 33px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
}

#filehome {
  font-size: 33px;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 0;
  width: 245px;
  margin-left: -122px;
  margin-top: -28px;
  z-index: 3;
}

.btn-file-upload-home:hover .btn-custom-upload {
  background-color: #540032 !important;
  cursor: pointer;
}

#upload-audio .upload-wrap .btn-file-upload {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

#upload-audio .title-area p {
  padding: 10px 0 0 0;
  margin-bottom: 0px;
}

#upload-audio .title-area {
  margin-bottom: 0px;
}

#upload-audio .error-file {
  opacity: 0;
}

#upload-audio .show-error {
  opacity: 1;
}

#upload-audio .error-file p {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #F0433A;
  margin: 0 0 10px;
}

#upload-audio .separator {
  margin-bottom: 0px;
  margin-top: 15px;
}

.btn-style-submit {
  background-color: #F0433A;
  color: white;
  border:none;
}

.btn-custom-btn {
  background-color: #540032 !important;
  color: white !important;
  border-color: #540032 !important;
}

a.btn-style-submit:hover,
a.btn-style-submit:focus {
  background-color: black;
  color: white;
}

#upload-audio .wrap-btn-submit-file {
  display: none;
}

#upload-audio .title-area h3 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.show-element {
  display: block !important;
}

.cssload-fond{
  position:relative;
  margin: auto;
  margin-top: 10px;
}

.cssload-fond .note-load p {
  margin: 0px;
}

.cssload-container-general
{
  animation:cssload-animball_two 1.15s infinite;
    -o-animation:cssload-animball_two 1.15s infinite;
    -ms-animation:cssload-animball_two 1.15s infinite;
    -webkit-animation:cssload-animball_two 1.15s infinite;
    -moz-animation:cssload-animball_two 1.15s infinite;
  width:43px; height:43px;
}
.cssload-internal
{
  width:43px; height:43px; position:absolute;
}
.cssload-ballcolor
{
  width: 19px;
  height: 19px;
  border-radius: 50%;
}
.cssload-ball_1, .cssload-ball_2, .cssload-ball_3, .cssload-ball_4
{
  position: absolute;
  animation:cssload-animball_one 1.15s infinite ease;
    -o-animation:cssload-animball_one 1.15s infinite ease;
    -ms-animation:cssload-animball_one 1.15s infinite ease;
    -webkit-animation:cssload-animball_one 1.15s infinite ease;
    -moz-animation:cssload-animball_one 1.15s infinite ease;
}
.cssload-ball_1
{
  background-color:rgb(203,32,37);
  top:0; left:0;
}
.cssload-ball_2
{
  background-color:rgb(248,179,52);
  top:0; left:23px;
}
.cssload-ball_3
{
  background-color:rgb(0,160,150);
  top:23px; left:0;
}
.cssload-ball_4
{
  background-color:rgb(151,191,13);
  top:23px; left:23px;
}

.title-top-ringtones h1 {
  font-weight: 400;
}

#upload-audio .step-two,
#upload-audio .step-three {
  margin-top: 75px;
}

#upload-audio .form-control-custom {
  /*margin-bottom: 0px;*/
}

#snackbar {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1050;
  right: 30px;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

.form-control-feedback {
  top: 4px;
}

#nav-head .lang-item a {
  padding: 23px 2px;
  margin: 0;
}

.item-ringtones-home .thumb img {
  opacity:0;
}

.wrap-single-audio,
.wrap-profile {
  margin-top: 86px;
  margin-bottom: 20px;
}

.wrap-single-audio .title-single-audio h1 {
  font-size: 20px;
  font-weight: 400;
  color: #540032;
}

.wrap-single-audio .title-single-audio h1 span {
  font-weight: bold;
}

.wrap-audio-show .avatar-upload img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.wrap-audio-show .download-audio .navbar-nav {
  padding-left: 0px;
}

.wrap-audio-show .download-audio .navbar-nav li {
  list-style-type: none;
}

.wrap-audio-show .control-div {
  padding: 0px;
}

.nav-single {
  background-color: #540032 !important;
  padding-top: 0px;
}

.nav-single .navbar-brand,
.nav-single.navbar-default .navbar-nav > li > a:not(.btn) {
  color: white;
  opacity: 1;
}

.nav-single .navbar-brand:hover,
.nav-single .navbar-brand:focus {
  color: white;
  opacity: 1;
}

#waveform {
  position: relative;
}

#waveform .load-audio {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  margin-top: -22px;
  margin-left: -22px;
}

.top-ringtones .img-hot {
  height: 61px;
  border-radius: 50%;
  background: #f0433a !important;
  transition:all 0.5s ease;
  position: relative;
  text-align: center;
}

.wrap-profile .title {
  /*margin-bottom: 0px;*/
}

.swiper-relative-ringtones {
  padding-bottom: 20px;
}

.swiper-pagination-bullet {
  width:12px;
  height: 12px;
  background: #C9283E;
  opacity: 0.4;
}

.swiper-pagination-bullet-active {
  background: #540032;
  opacity: 1;
}

.btn-custom-loadmore,
.btn-custom-loadmore-profile,
.btn-custom-loadmore-search {
  opacity: 1;
}

.wrap-sort {
  /*margin-bottom: 20px;*/
}

.top-news-ft .name a {
  color: white !important;
}


.single-post-news .rating-single {
  margin-top: 10px;
}

.btn-custom-download,
.btn-custom-upload {
  color: #540032 !important;
  background-color: transparent !important;
  border-color: #540032 !important;
  width:245px;
  margin-right: 10px;
}

.btn-custom-upload {
  color: white !important;
  border-color: white !important;
  margin-right: 0px;
  position: absolute;
  margin-right: 0px;
  left: 50%;
  top: 50%;
  margin-left: -122px;
  margin-top: -28px;
  z-index: 2;
}

.btn-custom-control-cut {
  color: white !important;
  border-color: white !important;
  padding: 10px !important;
  margin-right: 10px;
  background-color: transparent !important;
}

.btn-custom-download:hover,
.btn-custom-upload:hover,
.btn-custom-control-cut:hover {
  color: white !important;
  background-color: #540032 !important;
}

#download-area {
  margin: 30px 0px;
}

.wrap-news .item-news {
  margin-top: 20px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  padding: 10px;
}

.wrap-news .item-news:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.wrap-news .item-news .item-news-left {
  width:100px;
  height:100px;
  padding:0;
  margin-right:10px;
  float:left;
}

.wrap-news .item-news .item-news-heading {
  margin: 0px;
  line-height: 1;
}

.wrap-news .item-news .item-news-heading a {
  color: black;
  font-size: 19px;
}

.footer-big {
  padding: 20px;
}

.footer-big .copyright {
  margin: 0px;
  color:white;
  padding-top: 0;
  font-size: 18px;
}

.cat-ringtones-show ul blockquote {
  position: relative;
}

.cat-ringtones-show ul blockquote .num-des {
  position: absolute;
  top: 7px;
  right: 0;
  font-style: inherit;
  font-size: 12px;
  background-color: #C9283E;
  color: white;
  min-width: 25px;
  height: 25px;
  padding-left: 4px;
  padding-top: 4.5px;
  padding-right: 4.5px;
  text-align: center;
}

.realperson-challenge {
  display: block;
  color: #000;
  width: 25%;
  float: left;
}
.realperson-text {
  font-family: "Courier New",monospace !important;
  font-size: 6px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 4px;
  margin-top: 6px;
}
.realperson-regen {
  padding-top: 4px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  display: none;
}
.realperson-disabled {
  opacity: 0.5;
  filter: Alpha(Opacity=50);
}
.realperson-disabled .realperson-regen {
  cursor: default;
}

#capcha-submit {
  margin: 30px 0px;
}

#defaultReal {
  width: 75%;
  text-transform: uppercase;
}

.search-bar {
  padding: 12px;
}

.search-bar #myInput {
  background-image: url(https://www.w3schools.com/css/searchicon.png);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 10px 20px 10px 40px;
  border: 1px solid #ddd;
  margin-bottom: 0;
  background-color: white;
  border-radius: 5px;
}

.search-bar .form-group {
  margin-bottom: 0px;
}

.title-search h3 {
  margin-top: 0px;
}

#main-cut-audio {
  position: relative;
}

.control-cut-audio {
  text-align: left;
  margin: 40px 0px;
}

.wavesurfer-handle {
  cursor: pointer !important;
}

.wavesurfer-handle-start span {
  position: absolute;
  bottom: -25px;
  left: -14px;
}

.wavesurfer-handle-end span {
  position: absolute;
  bottom: -25px;
  right: -14px;
}

.wavesurfer-handle:before {
  bottom: -1px;
  position: absolute;
  left: -8.5px;
  transform: rotate(180deg);
  font-size: 25px;
}

#area-cut wave {
  overflow: inherit !important;
}

.notification-mp3 span {
  position: absolute;
  bottom: 4px;
  right: 5px;
  font-size: 10px;
  background-color: red;
  width: 17px;
  text-align: center;
  height: 17px;
  border-radius: 50%;
  color: white;
}

#modalAddMp3Cut {
  background: #00000096;
}

.btn-upload-audio-cut {
  background-color: #540032 !important; 
  color: white;
  opacity: 1 !important;
}

.btn-custom-loadmore-news {
  opacity: 1 !important;
}

.btn-upload-audio-cut:hover,
.btn-upload-audio-cut:focus {
  color: white !important;  
}

.news-show-all {
  padding-bottom: 20px; 
}

.wrap-single-audio .ringtones-show .showallringtones {
  top: 15px !important;
  right: 15px !important;
}

.ringtones-show .item .thumb .fa {
  transform: scale(1);
  z-index: 2;
}

.ringtones-show .item .thumb:after {
  opacity: 1;
  z-index: 1;
  background: #F0433A;
  border-radius: 50%;
}

.ringtones-show .item .thumb:hover .fa {
  transform: scale(1.3);
  /*margin-left: -16.75px;
  margin-top: -17.75px;*/
	margin-left: -14.75px;
	margin-top: -16.75px;  
}

.ringtones-show .item .wrap-border-ringtones {
  min-height: 90px;
  border: 1px solid #eeeeee;
  padding: 0;
  border-radius: 20px;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
}

.ringtones-show .item .row {
  margin: 0;
}

.ringtones-show .item .thumb {
  width: 56px;
  height: 56px;
  float: left;
  margin-right: 10px;
  background: none !important;
}

.ringtones-show .item .info {
  margin-top: 0;
  float: left;
}

.ringtones-show .item .wrap-border-ringtones:hover {
  background: #F0433A;
  cursor: pointer;
}

.ringtones-show .item .wrap-border-ringtones:hover .thumb:after {
  background: white;
}

.ringtones-show .item .wrap-border-ringtones:hover .thumb .fa {
  color: #F0433A;
}

.ringtones-show .item .wrap-border-ringtones:hover .info a,
.ringtones-show .item .wrap-border-ringtones:hover .info p,
.ringtones-show .item .wrap-border-ringtones:hover .info span {
  color: white;
}

.ringtones-show .item .wrap-border-ringtones:hover .info a {
  font-weight: bold;
}

.post-news-slide .thumb:after {
  background: rgba(0,0,0,0.5) !important;
  border-radius: 0px !important;
}

.top-ringtones ul li.wrap-ringtones-highest {
  border: 1px solid #eeeeee;
  border-radius: 15px;
  padding: 10px;
  transition:all 0.5s ease;
}

.wrap-ringtones-highest:hover {
  background: #f0433a;
  color: white;
  cursor: pointer;
}

.wrap-ringtones-highest:hover .img-hot {
  background: white !important;
}

.wrap-ringtones-highest:hover .img-hot .fa {
  color: #f0433a;
}

.wrap-ringtones-highest:hover a,
.wrap-ringtones-highest:hover span,
.wrap-ringtones-highest:hover p {
  color:white !important;
}

.wrap-ringtones-highest:hover .img-hot span {
  color: #f0433a !important;
}

.wrap-ringtones-highest .img-hot span {
  position: absolute;
  font-size: 40px;
  width: 100%;
  left: 0;
  top: 0;
  color: white;
  transition: all 0.5s ease;
}

.wrap-ringtones-highest-not-home .img-hot {
  width: 61px;
  margin: auto;
}

.wrap-profile-main ul li,
.wrap-profile-user-main ul li {
  list-style: none;
}

.wrap-profile-main .data-show blockquote,
.wrap-profile-user-main .data-show blockquote {
  margin-bottom: 10px;
  border-left: 5px solid #C9283E;
  transition: all 0.5s ease;
}

.wrap-profile-main .title a,
.wrap-profile-user-main .title a {
  opacity: 1;
  font-weight: bold;
  background-color: #C9283E !important;
  color: white !important;
  border-color: #C9283E !important;
}

.wrap-profile-main,
.wrap-profile-user-main {
  min-height: calc(100vh - 150px);
}

.pagination-custom ul li {
  list-style: none;
  display: inline-block;
  background-color: #C9283E;
  color: white;
  border-radius: 50%;
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  transition:all 0.5s ease;
}

.pagination-custom ul li a {
  color:black;
  position: relative;
  top: 8px;
  opacity: 1;
}

.pagination-custom ul li .current {
  position: relative;
  top: 9px;
}

.pagination-custom ul li .dots {
  position: relative;
  top: 7px;
  color: black;
}

.pagination-custom .page-numbers {
  margin: 0;
  padding: 0;
  text-align: center;
}

.pagination-custom ul li:hover {
  background-color: #f0433a;
  cursor: pointer;
}

.search-result-suggest ul.list-group,
.search-result-suggest-name ul.list-group,
.search-result-suggest-artist ul.list-group {
  display: none;
}

.search-result-suggest ul.list-group.active,
.search-result-suggest-name ul.list-group.active,
.search-result-suggest-artist ul.list-group.active {
  display: block;
}

.search-result-suggest ul.list-group a,
.search-result-suggest-name ul.list-group a,
.search-result-suggest-artist ul.list-group a {
  color: black;
  opacity: 1;
}

.search-result-suggest ul.list-group li,
.search-result-suggest-name ul.list-group li,
.search-result-suggest-artist ul.list-group li {
  transition:all 0.5s ease;
}

.search-result-suggest ul.list-group li:hover,
.search-result-suggest-name ul.list-group li:hover,
.search-result-suggest-artist ul.list-group li:hover {
  background-color: #F0433A;
}

.search-result-suggest ul.list-group li:hover a,
.search-result-suggest-name ul.list-group li:hover a,
.search-result-suggest-artist ul.list-group li:hover a {
  color: white;
}

.search-result-suggest {
  position: absolute;
  width:244px;
  padding: 0px 14px;
  left: 1px;
}

.search-result-suggest-name,
.search-result-suggest-artist {
  position: absolute;
  width: 100%;
  padding: 0px 15px;
  left: 0;
  z-index: 1;
  top: 40px;
  text-align: left;
}

.rating-single {
  margin: 10px 0px;
}

.top-ringtones .img-hot {
  width: 61px;
  margin: auto;
}

.wrap-ringtones-highest .img-hot .fa {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -17px;
  font-size: 35px;
  transition: all 0.3s ease;
  transform: scale(1);
} 

.wrap-ringtones-highest .img-hot .fa:hover {
  transform:scale(1.3);
  margin-left: -17px;
  margin-top: -18px;
}

.cat-ringtones-show .list-cat li a,
.cate-ringtones a {
  background: #c9283e;
  border-radius: 3px 0 0 3px;
  color: white !important;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  opacity: 1;
  transition:all 0.5s ease;
}

.cat-ringtones-show .list-cat li {
  margin-bottom: 0px !important;
  
}

.cat-ringtones-show .list-cat li a:before,
.cate-ringtones a:before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.cat-ringtones-show .list-cat li a:after,
.cate-ringtones a:after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #c9283e;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  transition:all 0.5s ease;
} 

.cat-ringtones-show .list-cat li a:hover {
  margin-left: 20px;
  background: #540032;
}

.cat-ringtones-show .list-cat li a:hover:after {
  border-left: 10px solid #540032;
}

.cate-ringtones a {
  margin-bottom: 0px;
}

.control-info .start-audio {
  margin-top: 5px;
}

.control-info .start-audio i {
  font-size: 22px;
  width: auto;
  padding: 5px 7px;
  background-color: #F0433A;
  border-radius: 5px;
  color: white;
  transition:all 0.5s ease;
}

.post-news-slide .thumb:after {
  content: none !important;
}

#comments {
  padding: 0px 15px;
}

#comments #commentform .comment-form-url {
  display: none;
}

#comments .comment-list li.comment {
  padding: 15px 0px;
}

#comments .comment-awaiting-moderation {
  font-weight: bold;
  font-style: italic;
}

#comments h2.screen-reader-text {
  display: none;
}

#comments #submit {
  font-weight: bold;
  background-color: #C9283E !important;
  color: white !important;
  border-color: #C9283E !important;
  width: 200px;
}

#comments .comments-title {
  font-size: 20px;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}


@keyframes cssload-animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}

@-o-keyframes cssload-animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}

@-ms-keyframes cssload-animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}

@-webkit-keyframes cssload-animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}

@-moz-keyframes cssload-animball_one
{
  0%{ position: absolute;}
  50%{top:12px; left:12px; position: absolute;opacity:0.5;}
  100%{ position: absolute;}
}

@keyframes cssload-animball_two
{
  0%{transform:rotate(0deg) scale(1);}
  50%{transform:rotate(360deg) scale(1.3);}
  100%{transform:rotate(720deg) scale(1);}
}

@-o-keyframes cssload-animball_two
{
  0%{-o-transform:rotate(0deg) scale(1);}
  50%{-o-transform:rotate(360deg) scale(1.3);}
  100%{-o-transform:rotate(720deg) scale(1);}
}

@-ms-keyframes cssload-animball_two
{
  0%{-ms-transform:rotate(0deg) scale(1);}
  50%{-ms-transform:rotate(360deg) scale(1.3);}
  100%{-ms-transform:rotate(720deg) scale(1);}
}

@-webkit-keyframes cssload-animball_two
{
  0%{-webkit-transform:rotate(0deg) scale(1);}
  50%{-webkit-transform:rotate(360deg) scale(1.3);}
  100%{-webkit-transform:rotate(720deg) scale(1);}
}

@-moz-keyframes cssload-animball_two
{
  0%{-moz-transform:rotate(0deg) scale(1);}
  50%{-moz-transform:rotate(360deg) scale(1.3);}
  100%{-moz-transform:rotate(720deg) scale(1);}
}

.back-to-top {
  position: fixed;
  z-index: 9999;
  bottom: 20px;
  right: -100px;
  text-decoration: none;
  color: white;
  background-color: rgba(51,51,51,.8);
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 90px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 10px;
}

.back-to-top.active {
  right: 20px;
}

.title-top-ringtones h2,
.title h2 {
  font-size: 1.61em;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.05em;
}

.breadcrumb-ringtone a {
  color: black;
  text-decoration: underline;
  font-size: 16px;
}

.breadcrumb-ringtone span {
  font-size: 16px;
}

.top-ringtones-mb,
.cat-ringtones-show ul.list-cat-mb,
.note-mb-cut {
  display: none;
}

.tag-post {
  padding-bottom: 15px;
}

.tag-post a {
  display: inline-block;  
  margin: 0 10px 0 0;
  padding: 0 7px 0 14px;
  padding-bottom: 2px;
  margin-left: 10px;
  white-space: nowrap;
  position: relative;
  background: -moz-linear-gradient(top, #fed970 0%, #febc4a 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed970), color-stop(100%,#febc4a));
  background: -webkit-linear-gradient(top, #fed970 0%,#febc4a 100%);
  background: -o-linear-gradient(top, #fed970 0%,#febc4a 100%);
  background: linear-gradient(to bottom, #fed970 0%,#febc4a 100%);
  background-color: #FEC95B;
  color: #963 !important;
  text-decoration: none !important;
  text-shadow: 0 1px rgba(255,255,255,0.4);
  border-top: 1px solid #EDB14A;
  border-bottom: 1px solid #CE922E;
  border-right: 1px solid #DCA03B;
  border-radius: 1px 3px 3px 1px;
  box-shadow: inset 0 1px #FEE395, 0 1px 2px rgba(0,0,0,0.21);
}

.tag-post a:before {
  content: '';  
  position: absolute;  
  top: 5px;  
  left: -6px;  
  width: 12px;  
  height: 12px;  
  
  background: -moz-linear-gradient(45deg, #fed970 0%, #febc4a 100%);  
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#fed970), color-stop(100%,#febc4a));  
  background: -webkit-linear-gradient(-45deg, #fed970 0%,#febc4a 100%);  
  background: -o-linear-gradient(45deg, #fed970 0%,#febc4a 100%);  
  background: linear-gradient(135deg, #fed970 0%,#febc4a 100%);  
  background-color: #FEC95B;  
  
  border-left: 1px solid #EDB14A;  
  border-bottom: 1px solid #CE922E;  
  border-radius: 0 0 0 2px;  
  box-shadow: inset 1px 0 #FEDB7C, 0 2px 2px -2px rgba(0,0,0,0.33);

   -webkit-transform: scale(1, 1.5) rotate(45deg);  
  -moz-transform: scale(1, 1.5) rotate(45deg);  
  -ms-transform: scale(1, 1.5) rotate(45deg);  
  transform: scale(1, 1.5) rotate(45deg); 
}

.tag-post a:after {
  content: '';  
  position: absolute;  
  top: 9px;  
  left: 1px;  
  width: 5px;  
  height: 5px;  
  background: #FFF;  
  border-radius: 4px;  
  border: 1px solid #DCA03B;  
  box-shadow: 0 1px 0 rgba(255,255,255,0.2), inset 0 1px 1px rgba(0,0,0,0.21);
}

.tag-post a:hover {
  color: #FFF;  
  text-shadow: -1px -1px 0 rgba(153,102,51,0.3);
}

.content-single-post-custom a {
  color: #0027ff;
  text-decoration: underline;
}

.menu-footer-custom {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 10px;
}

.menu-footer-custom li a {
  color: white;
  font-size: 18px;
}

.menu-footer-custom li a:hover,
.menu-footer-custom li a:hover h2 {
  opacity: 0.8 !important;
} 

.menu-footer-custom li h2 {
  margin: 0;
  font-size: 18px;
}

.footer-big span {
  color: white;
  font-size: 23px;
  text-decoration: underline;
}

.wrap-down-count {
  color: black !important;
  font-size: 18px;
  border: none!important;
  background: none !important;
  position: absolute;
  top: 0;
  right: 51px;
}

.wrap-download-single {
  background: #540032 !important;
}

.wrap-download-single a {
  color: white !important;
}

.wrap-down-count i {
  margin-right: 5px;
}

.wrap-single-audio .user-up {
  margin-top: 15px !important;
}

.wrap-single-audio .user-up span {
  padding: 10px;
  background: #f0433a;
  border-radius: 5px;
  color: white;
}

.wrap-single-audio .user-up span a {
  color: white;
  text-decoration: underline;
}

.control-info .download-audio {
  margin: 13px 0 !important;
}

/*Responsive*/
@media only screen and (max-width: 991px) {
  .footer-big {
    text-align: center;
  }

  .wrap-menu-footer-custom {
    padding-top: 15px;
  }

  .profile-show-cur {
    padding-left: 0;
  }

  .section-header .content h1 {
    font-size: 45px;
    line-height: 1.2;
  }

  /*Responsive Trang chá»§*/
  .section {
    padding-bottom: 10px;
  }

  .cat-ringtones-show .list-cat-mb li,
  .cat-ringtones-show .list-cat-pc-mb li {
    display: inline-block;
  }

  .top-ringtones-pc,
  .cat-ringtones-show ul.list-cat-pc {
    display: none;
  }

  .top-ringtones-mb,
  .cat-ringtones-show ul.list-cat-mb {
    display: block;
  }

  .navbar-transparent {
    padding-top: 0;
    background-color: rgba(0, 0, 0, 0.45);
  }

  .navbar-default {
    background-color: rgba(0, 0, 0, 0.45); 
  } 

  .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
  }

  .navbar-default .navbar-brand,
  .navbar-default .navbar-toggle .icon-bar {
    color: white;
  }

  .navbar-transparent .navbar-brand {
    color: #FFFFFF;
  }

  .navbar-default .navbar-toggle {
    display: block;
  }

  .navbar-collapse ul {
    position: relative;
    z-index: 3;
    overflow-y: auto;
    height: 100%;
  }

  .navbar-collapse {
    position: fixed;
    display: block;
    top: 0;
    min-height: 100vh !important;
    width: 230px;
    right: 0;
    z-index: 1032;
    visibility: visible !important;
    background-color: white;
    overflow-y: visible !important;
    border-top: none;
    text-align: left;
    border-left: 1px solid #e3e3e3;
    padding-right: 15px !important;
    padding-left: 15px !important;
    max-height: none !important;
    -webkit-transform: translate3d(230px, 0, 0);
    -moz-transform: translate3d(230px, 0, 0);
    -o-transform: translate3d(230px, 0, 0);
    -ms-transform: translate3d(230px, 0, 0);
    transform: translate3d(230px, 0, 0);
    -webkit-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  }

  .navbar .container {
    left: 0;
  }

  .container {
    width: initial;
  }

  #nav-head .navbar-header {
    width: 100%;
  }

  .nav-open .navbar-collapse {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  .navbar-collapse .nav > li {
    border-bottom: 1px solid #e5e5e5;
    padding-right: 15px;
    width: 100%;
  }

  .navbar-nav {
    margin: 0;
  }

  [class*="navbar-"] .navbar-nav > li > a, 
  [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a {
    opacity: .7;
    background: transparent;
  }

  [class*="navbar-"] .navbar-nav > li > a, 
  [class*="navbar-"] .navbar-nav > li > a:hover, 
  [class*="navbar-"] .navbar-nav > li > a:focus, 
  [class*="navbar-"] .navbar-nav .navbar-nav .open .dropdown-menu > li > a:active {
    color: white;
  }

  .navbar-collapse .nav > li > a {
    margin: 0px 0px;
    color: #434547 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    padding: 24px 0;
    border-color: transparent !important;
    padding-left: 10px;
  }

  .navbar-collapse .nav > li.dropdown {
    border-bottom: none;
  }

  #home-section-top,
  .section-header .parallax {
    min-height: 100vh;
  }

  #home-section-top .title-area .title-modern {
    line-height: 1.1;
    font-size: 41px;
  }

  .top-ringtones ul {
    text-align: left;
  }

  .top-ringtones .row .col-md-4,
  .top-ringtones .row .col-md-8 {
    float:left;
    text-align: initial;
  }

  .wrap-single-audio .list-cat {
    text-align: left;
  }

  .wrap-single-audio .list-cat li {
    display: inline-block;
  }

  .relative-audio-user {
    padding-top: 30px;
  }

  .list-cat-custom li {
    display: inline-block;
  }

  .step-one-done,
  .step-one-done .upload-wrap,
  .step-one-done .upload-wrap .image {
    min-height: 700px;
  }

  .step-one-done .content {
    top: 44%;
  }

  .step-one-done #form-data-ringtones {
    text-align: left !important;
  }

  .step-one-done .btn-to-profile,
  .step-one-done .btn-to-home-upload {
    width: 159px;
  }

  .wrap-single-audio .ringtones-show .showallringtones {
    top: 3px !important;
  }
}

@media only screen and (max-width: 640px) {
  .realperson-challenge {
    padding-bottom: 20px;
    float: initial;
    margin: auto;
    width: auto;
  }

  #defaultReal {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  #home-section-top .title-area .title-modern {
    font-size: 29px;
  }

  #home-section-top .title-area .note-support{
    font-size: 18px;
    margin-top: 20px;
  }

  .navbar-default .navbar-toggle {
    padding-right: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  .note-mb-cut {
    margin-top: 10px !important; 
    line-height: 1.2 !important; 
  }

  #upload-audio .title-area p {
    padding: 0px;
  }

  #upload-audio .title-area h3 {
    font-size: 17px;
  }

  .section-header .content h1 {
    font-size: 34px;
  }

  .note-mb-cut {
    display: block;
    font-size: 35px !important;
  }

  #main-cut-audio {
    display: none;
  }
}