* {
    padding: 0;
    margin: 0;
    vertical-align: baseline
}

html {
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #000
}

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

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

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

.d-none {
    display: none !important
}

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

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

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

.mb-40 {
    margin-bottom: 40px !important
}

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

.mt-10 {
    margin-top: 10px !important
}

.mt-20 {
    margin-top: 20px !important
}

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

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 .5s ease;
    transition: all .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 #c8167e;
    background-color: #c8167e;
    color: #fff !important
}

.btn-red:hover {
    opacity: .8
}

.btn-green {
    border-color: #060;
    background-color: #060;
    color: #fff !important
}

.btn-green:hover {
    opacity: .8
}

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

.btn-dark:hover {
    opacity: .8
}

.btn-outline-red {
    border: 1px solid #c8167e;
    color: #1a73d6;
}

.btn-outline-red:hover {
    background-color: #c8167e;
    color: #fff
}

.btn-outline-dark {
    border: 1px solid rgba(112, 112, 112, .5);
    color: #000
}

.btn-outline-dark:hover {
    background-color: #707070;
    color: #fff
}

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

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

.line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
   
    -webkit-box-orient: vertical
}

.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.line-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}


.container {
    max-width: 1100px;
    margin: 0 auto;
    background-color: #f3cfff22;;
}
#page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0 2px 10px 5px rgba(0, 0, 0, .16);
    box-shadow: 0 2px 10px 5px rgba(0, 0, 0, .16)
}

#page-header a {
    color: #fff
}

#page-header a:hover {
    color: #d61ac0
}

#page-header #search-holder,
#page-header #menu-holder {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .9);
  
}
#page-header #menu-holder {
    left: 0;
    width: 70%;
    max-width: 380px;
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px)
}

#page-header #menu-holder.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

#page-header #menu-holder .nmi-menu-toggle {
    float: right
}

#page-header #menu-holder .menu {
    list-style: none;
    margin-left: 20px;
    margin-top: 70px;
    margin-bottom: 10px
}

#page-header #menu-holder .menu li {
    padding: 10px 0
}

#page-header #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 #menu-holder .login .avatar {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, .25)
}

#page-header #menu-holder .login .dd-toggle {
    line-height: 1rem
}

#page-header #menu-holder .login .dd-toggle::after {
    display: none
}

#page-header #menu-holder .login .dd-toggle:hover svg,
#page-header #menu-holder .login .dd-toggle:hover svg path {
    fill: #1a73d6
}

#page-header #menu-holder .login .dd-toggle img.avatar {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .16);
    box-shadow: 0 0 5px rgba(0, 0, 0, .16)
}

#page-header #menu-holder .login .dd-content {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0)
}

#page-header #menu-holder .login .dd-content a {
    margin-left: 20px;
    font-weight: normal;
    font-size: .856rem
}

#page-header .ph-left {
    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;
    height: 45px;
    line-height: 1em;
    padding: 0 10px
}

#page-header .ph-left .logo {
    display: block
}

#page-header .ph-left .logo img {
    display: block;
    height: 30px
}

#page-body {
    margin-top: 20px;
    padding: 0 10px
        
}
.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

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

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


/* join telegram text line */

.textPreventAdsClick {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8)
}

/* main table class */

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

/* wrapcontent main */

.wrapcontent {
    line-height: 1.8
}

.wrapcontent>* {
    margin-bottom: 16px
}

.wrapcontent p {
    word-break: inherit
}

.wrapcontent h2,
.wrapcontent h3,
.wrapcontent h4,
.wrapcontent h5,
.wrapcontent h6 {
    line-height: 1.75em
}

.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, .05)
}

.wrapcontent a {
    word-break: break-all
}

.wrapcontent a:visited {
    color: #c8167e;
}

.wrapcontent blockquote {
    border-left: 4px solid #c8167e;
    padding: 16px 0 16px 20px;
    font-style: italic;
    background-color: rgba(0, 0, 0, .04)
}

#page-footer {
    text-align: center;
    -webkit-box-shadow: inset 0px 5px 15px -5px rgba(0, 0, 0, .16);
    box-shadow: inset 0px 5px 15px -5px rgba(0, 0, 0, .16)
}

#page-footer ul {
    list-style: none;
    margin-left: 0
}

#page-footer .pf-Top {
    padding: 30px 10px 17px 10px
}

#page-footer .pf-Top .pf-logo {
    margin-bottom: 8px
}

#page-footer .pf-Top .pf-logo .logo {
    display: block
}

#page-footer .pf-Top .pf-logo .logo img {
    display: block;
    margin: 0 auto
}

#page-footer .pf-Top .pf-logo .sitename {
    margin: 16px auto
}

#page-footer .pf-Top .pf-logo .socials .social-item svg {
    width: 28px;
    height: 28px
}

#page-footer .pf-Top .pf-logo .socials .social-item svg path {
    fill: #fff
}

#page-footer .pf-Top .pf-logo .socials li {
    display: inline-block;
    margin: 0 8px
}

#page-footer .pf-Top .pf-menu li {
    display: inline-block;
    margin: 8px 10px
}

#page-footer .pf-Top .pf-menu li a {
    color: #000
}

#page-footer .pf-Top .pf-menu li a:hover {
    color: #c8167e;
}

#page-footer .pf-Top .pf-menu li a:visited {
    color: #000
}

#page-footer .pf-Bot {
    background-color: #000;
    color: #fff;
    padding: 10px
}

#page-footer .pf-Bot .copyright {
    font-size: .856rem
}

#page-footer .pf-Bot .copyright .siteName {
    text-transform: uppercase
}


.text-center {
    text-align: center
    

}

.text-right {
    text-align: right
}

.btn-main {
    background-color: #fd4e5d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 12px;
    padding-right: 10px;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.btn-main:visited {
    color: #fff
}

.btn-main svg {
    width: 12px;
    height: 12px;
    margin-left: 3px;
    margin-top: 2px
}

.btn-main svg path {
    fill: #fff
}

.btn-download {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.25;
    background-color: #c8167e;
    text-transform: capitalize;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%
}

.btn-download:hover {
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .5);
    opacity: 1
}

.btn-download span {
    text-align: left;
    margin-left: 45px
}

.btn-download .icon {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}


.page-single .entry-thumb img {
    margin: auto
}

.page-single .box-discord {
    margin-bottom: 50px
}
/* <!-- Telegram Group --> */

.btn-discord {
    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;
    max-width: 100%;
    background-color: #007bff;
    border-color: #c8167e;
    color: #fff;
    font-size: .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: .8
}

.btn-discord:visited {
    color: #fff
}


#btn-page-scroll {
    position: fixed;
    bottom: 4px;
    right: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 15;
    background: #c8167e;
    border-radius: 2px;
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
    -webkit-transition: all .5s linear;
    transition: all .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 .5s linear;
    transition: all .5s linear
}


.box {
    background: #fff;
    width: auto;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 2px rgba(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: #fff;
    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: #c8167e;
    border-color: #c8167e;
    color: #fff;
    cursor: pointer
}

.box-form .bf-line .error,
.box-form .bf-line.bfl-error {
    font-size: 12px;
    color: #1a73d6
}

.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: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    margin: 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: .7
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    z-index: 1;
    opacity: .8;
    border-radius: 6px
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #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
}

.sbhTitle {
    font-size: 1.5rem;
    font-weight: bold
}

.sbhTitle .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sbhTitle span {
    display: inline-block;
    padding-bottom: 5px
}

.nm-icon {
    cursor: pointer
}

.nm-icon:hover svg,
.nm-icon:hover svg path {
    fill: #1a73d6
}
/* ============ */

/* table top info */

.apk-info-table {
    width: 100%;
    max-width: 100%
}

.apk-info-table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.apk-info-table tbody tr {
    margin-bottom: 15px;
    margin-right: 10px;
    width: calc(50% - 10px);
    display: grid;
    text-align: left
}

.apk-info-table tbody tr th,
.apk-info-table tbody tr td {
    padding: 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.apk-info-table a:visited {
    color: #1a73d6
}

.apk-info-table a:hover {
    text-decoration: underline
}

/* Download button footer */

#content-download {
    padding-top: 100px;
    margin-top: -100px
}

@media screen and (min-width: 768px) {
    
   
    .apk-info-table tbody tr {
        width: calc(33.33% - 10px)
    }

    .apk-info-table tbody tr:first-child {
        display: none
    }

    .sbhTitle {
        font-size: 1.5rem
    }

    
    #page-body {
        /* margin-top: 61px; */
        padding: 0 16px
    }

    #page-header .ph-left {
        padding: 0 16px
    }

    .owl-carousel.slideapk .owl-dots {
        margin-bottom: 16px;
        padding-top: 6px
    }

    /* Download button footer */

    .btn-discord {
        font-size: 1.125rem;
        width: 521px
    }

    .btn-discord .icon {
        margin-right: 16px
    }

    .btn-discord:visited {
        color: #fff
    }

 
    .blog .info .title {
        height: 50px;
        overflow: hidden
    }

    .blog .info .description {
        height: 88px;
        overflow: hidden
    }


    .wrapcontent table thead th {
        padding: 12px 16px
    }

    .wrapcontent table tbody tr td {
        padding: 10px 16px
    }

    .youtube {
        padding-top: 42%
    }
}

@media screen and (min-width: 992px) {
    .mt150 {
        margin-top: 150px !important
    }

    #page-header .container {
        position: relative
    }

    #page-header .ph-left {
        display: block;
        float: left;
        height: 70px;
        padding: 0
    }

    #page-header .ph-left .nmi-menu-toggle {
        display: none
    }

    #page-header .ph-left .nmi-search-toggle {
        position: absolute;
        right: 16px;
        top: 22px;
        z-index: 6
    }

    #page-header .ph-left .logo {
        margin: 10px 16px
    }

    #page-header .ph-left .logo img {
        height: 50px
    }

    #page-header .ph-right {
        float: right;
        margin-right: 81px
    }

    #page-header #search-holder .form-search {
        margin: 120px auto 0 auto
    }

    #page-header #search-holder .form-search #suggest-text,
    #page-header #search-holder .form-search input {
        height: 40px;
        line-height: 40px
    }

    #page-header #menu-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: static;
        right: inherit;
        top: inherit;
        bottom: inherit;
        background-color: rgba(0, 0, 0, 0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: inherit;
        max-width: inherit;
        overflow: inherit;
        z-index: 5
    }

    #page-header #menu-holder .nmi-menu-toggle {
        display: none;
        opacity: 0;
        visibility: hidden
    }

    #page-header #menu-holder .menu {
        margin: 0
    }

    #page-header #menu-holder .menu li {
        display: inline-block;
        padding: 0
    }

    #page-header #menu-holder .menu li a {
        display: block;
        color: #000;
        padding: 22px 30px;
        font-size: 1.125rem;
        font-weight: bold
    }

    #page-header #menu-holder .menu li a:hover {
        color: #1a73d6
    }

    #page-header #menu-holder .login {
        top: inherit;
        left: inherit;
        position: relative;
        margin-left: 20px
    }

    #page-header #menu-holder .login .dd-toggle svg path {
        fill: #000
    }

    #page-header #menu-holder .login .dd-content {
        display: none;
        position: absolute;
        background-color: #fff;
        padding: 10px 0;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2)
    }

    #page-header #menu-holder .login .dd-content a {
        color: #000;
        display: block;
        padding: 5px 16px;
        margin-left: 0;
        font-size: 1rem
    }

    #page-header #menu-holder .login .dd-content a:hover {
        color: #1a73d6
    }

    #page-header #menu-holder .login.open .dd-content {
        display: block
    }

    .wrapcontent>* {
        word-break: inherit
    }


    .youtube {
        padding-top: 35%
    }
    
@media screen and (min-width: 1088px) {
    #pageFeedback #feedback {
        margin-top: 40px
    }

    body {
        font-size: 17px
    }

  
    .box-header .bg {
        padding: 0 65px 0 165px;
        height: 40px;
        line-height: 40px
    }

    .box-header .bg::after {
        display: block;
        bottom: -55px
    }


    .page-title {
        font-size: 2.75rem;
        color: #fff !important;
    }

    .bs-cateringtones .bs-body {
        padding: 16px 8px
    }
}

@media screen and (min-width: 1120px) {
    #page-header .ph-left .nmi-search-toggle {
    }

    #page-header .ph-left .logo {
        margin: 10px 0
    }

    #page-header .ph-right {
        margin-right: 65px
    }

 
    #page-footer .container::after {
        content: "";
        clear: both;
        display: block
    }

    #page-footer .pf-Top .pf-logo {
        float: left
    }}}