@font-face {
    font-family: AgentOrange;
    font-display: swap;
    src: url("/assets/fonts/AgentOrange.woff")
}

@font-face {
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("/assets/fonts/Lexend_Deca/static/LexendDeca-Light.ttf")
}

@font-face {
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("/assets/fonts/Lexend_Deca/static/LexendDeca-Regular.ttf")
}

@font-face {
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("/assets/fonts/Lexend_Deca/static/LexendDeca-Medium.ttf")
}

@font-face {
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("/assets/fonts/Lexend_Deca/static/LexendDeca-SemiBold.ttf")
}

@font-face {
    font-family: "Lexend Deca";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("/assets/fonts/Lexend_Deca/static/LexendDeca-Bold.ttf")
}

* {
    padding: 0;
    margin: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: "Lexend Deca",sans-serif;
    font-size: 14px;
    line-height: 1.4;
    color: #000;
    scroll-behavior: smooth
}

body {
    background-color: #fafafa
}

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

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

.line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.RIGHT {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    text-align: right !important
}

.RIGHT_PAGE_CONTENT {
    direction: rtl !important
}

.RIGHT_PAGE_CONTENT h3 {
    text-align: right !important;
    width: 100% !important
}

.RIGHT_PAGE_CONTENT h2 {
    text-align: right !important;
    width: 100% !important
}

.RIGHT_PAGE_CONTENT h1 {
    text-align: right !important;
    width: 100% !important
}

.RIGHT_PAGE_CONTENT p {
    width: 100% !important;
    text-align: right !important
}

.RIGHT_PAGE_CONTENT ul {
    width: 80%;
    text-align: right !important
}

.RIGHT_DIRECTION {
    direction: rtl !important
}

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

.RIGHT_CONTAINER {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.RIGHT_JUSTIFY {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.RIGHT_ALIGN {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.RIGHT_LANG .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.RIGHT_DIRECTION {
    direction: rtl !important
}

.RIGHT_ALIGN_ITEM {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.RIGHT_breadcrumbs ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.RIGHT_breadcrumbs li {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    padding-left: 8px !important;
    padding-right: 0 !important
}

.RIGHT_breadcrumbs li::after {
    margin-left: 0 !important;
    margin-right: 8px !important;
    -webkit-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important
}

.suggestions_search {
    left: auto !important
}

.suggestions_search div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.backStyle {
    left: 16px;
    right: auto !important
}

.width_auto {
    width: auto !important
}

.width_12 {
    width: 12px
}

.width_16 {
    width: 16px
}

.width_100 {
    width: 100%
}

img {
    display: block;
    margin: 0
}

.ctApkText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: auto 0
}

.ctApkText .title {
    color: #fff;
    margin-top: -160px;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    text-align: left
}

.ctApkText .sub {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: justified;
    color: #fff;
    margin-top: 13px
}

.imgBg {
    width: 100%;
    height: 248px;
    background-image: url("/assets/image/bg_home.png");
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Lexend Deca",sans-serif
}

.imgBg span {
    color: #fff;
    margin: 89px 15px 13px;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 29px
}

.imgBg .sub {
    margin: 0 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 179%
}

.flex-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

.show {
    display: block
}

.hidden {
    display: none
}

.item_temp_3 {
    display: none
}

.cl-red {
    color: #ef3824
}

.cl-link {
    color: #d2220e !important
}

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

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

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

.fw-700 {
    font-weight: 700
}

.fw-bold {
    font-weight: bold !important
}

.cl-r {
    color: red
}

.flex-colum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.pt-10 {
    padding-top: 10px !important
}

.p-10 {
    padding: 10px !important
}

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

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

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

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

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

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

.h-44 {
    height: 44px
}

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

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

a:visited {
    color: #d2220e
}

a:hover {
    color: #f27621
}

ul,ol {
    margin-left: 16px
}

input:not([type=checkbox],[type=radio]),button,.btn {

    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-center {
    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
}

.btn-center .icon {
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 5px
}

.btn-close-mennu-mob {
    border: 1px solid rgba(0,0,0,.4);
    width: 24px;
    height: 24px;
    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;
    border-radius: 3px
}

.btn-close-mennu-mob svg {
    width: 24px;
    height: 24px
}

.ctShareButtonRight {
    left: 16px;
    right: auto
}

.ctShareButtonRight .shareModal {
    right: auto !important;
    left: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ctShareCommentButton {
    position: fixed;
    top: 70%;
    right: 16px
}

.ctShareCommentButton .btnChat {
    background-color: #2c632d;
    width: 45px;
    height: 45px;
    border-radius: 50%
}

.ctShareCommentButton .btnShare {
    background-color: #0073c6;
    margin-top: 14px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    padding: 0
}

.ctShareCommentButton a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-top: 9px
}

.ctShareCommentButton .shareModal {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: rgba(0,0,0,.2);
    right: 0;
    padding: 20px;
    border-radius: 5px
}

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

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

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

.btn-main: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-icon-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;
    font-size: 14px;
    font-weight: 500;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17.71%, #F5AD1E), color-stop(86.46%, #F27621));
    background: linear-gradient(180deg, #F5AD1E 17.71%, #F27621 86.46%);
    border-radius: 20px;
    height: 38px;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px
}

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

.btn-icon-download span {
    text-align: center;
    font-size: 14px;
    margin-left: 4px;
    margin-right: 4%;
    color: #fff
}

.btn-icon-download svg {
    width: 20px;
    height: 20px;
    margin-bottom: 1px
}

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

.btn-outline-red:hover {
    background-color: #d2220e;
    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
}

.ctBoxDropdown .dd-content {
    right: inherit !important
}

.ctBoxDropdown .dd-content a {
    text-align: right
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.box-dropdown .dd-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.box-dropdown .dd-toggle::after {
    content: "";
    -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-right {
    right: auto !important
}

.box-dropdown .dd-content-right a {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.box-dropdown .dd-content {
    position: absolute;
    top: 100%;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    border-radius: 5px;
    display: none
}

.container {
    max-width: 1088px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px
}

#page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 9;
    border-bottom: 1px solid rgba(0,0,0,.118)
}

#page-header a {
    color: #fff
}

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

#page-header #search-holder,#page-header #menu-holder {
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.9);
    z-index: 10;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto
}

#page-header .form-search-header {
    position: relative;
    width: 350px;
    height: 48px;
    margin: 0px 0px 0px 0px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#page-header .form-search-header input,#page-header .form-search-header button {
    border: none
}

#page-header .form-search-header #suggest-text,#page-header .form-search-header input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0);
    font-size: 15px;
    font-family: "Lexend Deca",sans-serif;
    color: #fff;
    font-weight: normal;
    height: 100%;
    min-width: 300px
}

#page-header .form-search-header ::-webkit-input-placeholder {
    line-height: 1;
    font-size: 13px;
    font-family: "Lexend Deca",sans-serif;
    color: #707070;
    font-weight: normal
}

#page-header .form-search-header ::-moz-placeholder {
    line-height: 1;
    font-size: 13px;
    font-family: "Lexend Deca",sans-serif;
    color: #707070;
    font-weight: normal
}

#page-header .form-search-header :-ms-input-placeholder {
    line-height: 1;
    font-size: 13px;
    font-family: "Lexend Deca",sans-serif;
    color: #707070;
    font-weight: normal
}

#page-header .form-search-header ::-ms-input-placeholder {
    line-height: 1;
    font-size: 13px;
    font-family: "Lexend Deca",sans-serif;
    color: #707070;
    font-weight: normal
}

#page-header .form-search-header ::placeholder {
    line-height: 1;
    font-size: 13px;
    font-family: "Lexend Deca",sans-serif;
    color: #707070;
    font-weight: normal
}

#page-header .form-search-header input {
    position: relative;
    z-index: 2;
    color: rgba(0,0,0,.9)
}

#page-header .form-search-header button {
    height: 100%;
    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 .form-search-header button svg {
    width: 18px;
    height: 18px
}

#page-header .form-search-header button svg path {
    stroke: #f27621
}

#page-header .form-search-header #suggest-text {
    position: absolute;
    z-index: 1;
    color: #aaa;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#page-header .form-search-header #suggestions {
    position: absolute;
    top: 50px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: rgba(100,100,111,.2) 0px 7px 29px 0px;
    box-shadow: rgba(100,100,111,.2) 0px 7px 29px 0px;
    left: 0;
    color: rgba(0,0,0,.8);
    width: 100%
}

#page-header .form-search-header #suggestions .suggestions-holder {
    padding: 8px 20px
}

#page-header .form-search-header #suggestions .suggestions-holder p {
    padding: 8px 0;
    font-weight: normal
}

#page-header .form-search-header #suggestions .suggestions-holder p strong {
    color: #f27621
}

#page-header .form-search-header #suggestions .suggestions-holder p.active,#page-header .form-search-header #suggestions .suggestions-holder p:hover {
    cursor: pointer;
    color: #f27621
}

#page-header .form-search-header #suggest-text,#page-header .form-search-header #suggestions {
    display: none
}

#page-header .form-search-header.searching #suggest-text,#page-header .form-search-header.searching #suggestions {
    display: block
}

#page-header #search-holder {
    right: 0;
    width: 100%
}

#page-header #search-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 #search-holder .form-search {
    position: relative;
    max-width: 760px;
    margin: 50px auto 0px auto;
    height: 49px;
    background-color: #ccc;
    border-radius: 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 0;
    -ms-flex-item-align: center;
    align-self: center
}

#page-header #search-holder .form-search input,#page-header #search-holder .form-search button {
    border: none
}

#page-header #search-holder .form-search #suggest-text,#page-header #search-holder .form-search input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
    background-color: rgba(0,0,0,0);
    font-size: 14px;
    font-family: Arial,Helvetica,sans-serif
}

#page-header #search-holder .form-search #suggest-text::-webkit-input-placeholder, #page-header #search-holder .form-search input::-webkit-input-placeholder {
    color: #fff
}

#page-header #search-holder .form-search #suggest-text::-moz-placeholder, #page-header #search-holder .form-search input::-moz-placeholder {
    color: #fff
}

#page-header #search-holder .form-search #suggest-text:-ms-input-placeholder, #page-header #search-holder .form-search input:-ms-input-placeholder {
    color: #fff
}

#page-header #search-holder .form-search #suggest-text::-ms-input-placeholder, #page-header #search-holder .form-search input::-ms-input-placeholder {
    color: #fff
}

#page-header #search-holder .form-search #suggest-text::placeholder,#page-header #search-holder .form-search input::placeholder {
    color: #fff
}

#page-header #search-holder .form-search input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 28.34px;
    line-height: 23.25px;
    background-color: rgba(0,0,0,0);
    font-size: 16.27px;
    font-family: "Lexend Deca",sans-serif;
    color: rgba(0,0,0,.9);
    font-weight: normal
}

#page-header #search-holder .form-search input::-webkit-input-placeholder {
    color: rgba(0,0,0,.9)
}

#page-header #search-holder .form-search input::-moz-placeholder {
    color: rgba(0,0,0,.9)
}

#page-header #search-holder .form-search input:-ms-input-placeholder {
    color: rgba(0,0,0,.9)
}

#page-header #search-holder .form-search input::-ms-input-placeholder {
    color: rgba(0,0,0,.9)
}

#page-header #search-holder .form-search input::placeholder {
    color: rgba(0,0,0,.9)
}

#page-header #search-holder .form-search button {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 20px;
    z-index: 3;
    background-color: rgba(0,0,0,0)
}

#page-header #search-holder .form-search button svg {
    height: 27px;
    margin-top: 2px;
    fill: rgba(0,0,0,.9)
}

#page-header #search-holder .form-search #suggest-text {
    position: absolute;
    z-index: 1;
    color: #aaa;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#page-header #search-holder .form-search #suggestions {
    position: absolute;
    top: 31px;
    left: 0;
    color: #fff
}

#page-header #search-holder .form-search #suggestions .suggestions-holder {
    padding: 8px 20px
}

#page-header #search-holder .form-search #suggestions .suggestions-holder p {
    padding: 8px 0;
    font-weight: normal
}

#page-header #search-holder .form-search #suggestions .suggestions-holder p strong {
    color: #d2220e;
    font-weight: normal
}

#page-header #search-holder .form-search #suggestions .suggestions-holder p.active,#page-header #search-holder .form-search #suggestions .suggestions-holder p:hover {
    cursor: pointer;
    color: #d2220e
}

#page-header #search-holder .form-search #suggest-text,#page-header #search-holder .form-search #suggestions {
    background-color: rgba(0,0,0,0);
    position: absolute;
    border-radius: 5px;
    top: 50px;
    left: 0;
    color: #fff;
    display: none
}

#page-header #search-holder .form-search.searching #suggest-text,#page-header #search-holder .form-search.searching #suggestions {
    display: block
}

#page-header .menu-holder-right {
    -webkit-transform: translateX(100vw) !important;
    transform: translateX(100vw) !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

#page-header #menu-holder {
    left: 0;
    width: 100vw;
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
    background-color: #fff
}

#page-header #menu-holder.open {
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
    -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.open .form-search-header {
    display: none
}

#page-header #menu-holder .ctLogo_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#page-header #menu-holder .logo_menu {
    display: block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#page-header #menu-holder .logo_menu img {
    width: 112px;
    height: 35px
}

#page-header #menu-holder .form-search-header_menu {
    position: relative;
    height: 48px;
    margin: 20px 20px 0px 20px;
    background-color: #f27621;
    border-radius: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 0 0;
    -ms-flex-item-align: center;
    align-self: center
}

#page-header #menu-holder .form-search-header_menu input,#page-header #menu-holder .form-search-header_menu button {
    border: none
}

#page-header #menu-holder .form-search-header_menu #suggest-text,#page-header #menu-holder .form-search-header_menu input {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0);
    height: 100%;
    font-size: 15px;
    font-family: "Lexend Deca",sans-serif;
    color: #fff;
    padding-left: 16px;
    padding-right: 16px
}

#page-header #menu-holder .form-search-header_menu ::-webkit-input-placeholder {
    font-size: 13px;
    font-family: "Lexend Deca",sans-serif;
    color: rgba(0,0,0,.9);
    font-weight: normal
}

#page-header #menu-holder .form-search-header_menu ::-moz-placeholder {
    font-size: 13px;
    font-family: "Lexend Deca",sans-serif;
    color: rgba(0,0,0,.9);
    font-weight: normal
}

#page-header #menu-holder .form-search-header_menu :-ms-input-placeholder {
    font-size: 13px;
    font-family: "Lexend Deca",sans-serif;
    color: rgba(0,0,0,.9);
    font-weight: normal
}

#page-header #menu-holder .form-search-header_menu ::-ms-input-placeholder {
    font-size: 13px;
    font-family: "Lexend Deca",sans-serif;
    color: rgba(0,0,0,.9);
    font-weight: normal
}

#page-header #menu-holder .form-search-header_menu ::placeholder {
    font-size: 13px;
    font-family: "Lexend Deca",sans-serif;
    color: rgba(0,0,0,.9);
    font-weight: normal
}

#page-header #menu-holder .form-search-header_menu input {
    position: relative;
    z-index: 2;
    color: #000
}

#page-header #menu-holder .form-search-header_menu button {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 20px;
    z-index: 3;
    background-color: rgba(0,0,0,0)
}

#page-header #menu-holder .form-search-header_menu button svg {
    width: 18px;
    height: 18px;
    margin-top: 5px
}

#page-header #menu-holder .form-search-header_menu button svg path {
    fill: rgba(0,0,0,.9)
}

#page-header #menu-holder .form-search-header_menu #suggest-text {
    position: absolute;
    z-index: 1;
    color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

#page-header #menu-holder .form-search-header_menu #suggestions {
    background-color: #f27621;
    position: absolute;
    border-radius: 5px;
    top: 50px;
    left: 0;
    color: #fff;
    z-index: 10
}

#page-header #menu-holder .form-search-header_menu #suggestions .suggestions-holder {
    padding: 8px 20px
}

#page-header #menu-holder .form-search-header_menu #suggestions .suggestions-holder p {
    padding: 8px 0;
    font-weight: normal
}

#page-header #menu-holder .form-search-header_menu #suggestions .suggestions-holder p strong {
    color: rgba(0,0,0,.9);
    font-weight: normal
}

#page-header #menu-holder .form-search-header_menu #suggestions .suggestions-holder p.active,#page-header #menu-holder .form-search-header_menu #suggestions .suggestions-holder p:hover {
    cursor: pointer;
    color: #d2220e
}

#page-header #menu-holder .form-search-header_menu #suggest-text,#page-header #menu-holder .form-search-header_menu #suggestions {
    display: none
}

#page-header #menu-holder .form-search-header_menu.searching #suggest-text,#page-header #menu-holder .form-search-header_menu.searching #suggestions {
    display: block
}

#page-header #menu-holder .nmi-menu-toggle {
    margin-left: 17px;
    width: 27px;
    height: 27px
}

#page-header #menu-holder .nmi-menu-toggle svg {
    margin-top: 34px
}

#page-header #menu-holder .menu_right {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

#page-header #menu-holder .menu_right .languageWrp .language .dd-content {
    left: -12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#page-header #menu-holder .menu_right .languageWrp .language .dd-content a {
    text-align: end
}

#page-header #menu-holder .menu {
    list-style: none;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 27px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

#page-header #menu-holder .menu li a span {
    color: #000;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

#page-header #menu-holder .menu li a:hover span {
    color: #d2220e
}

#page-header #menu-holder .login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px;
    left: 20px;
    text-transform: capitalize
}

#page-header #menu-holder .login .avatar {
    display: block;
    width: 31px;
    height: 31px;
    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: #d2220e
}

#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.open .dd-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#page-header #menu-holder .login .dd-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0,0,0,0);
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: auto
}

#page-header #menu-holder .login .dd-content a {
    font-weight: normal;
    padding: 5px 16px;
    font-size: 1rem;
    color: #000;
    -ms-flex-item-align: start;
    align-self: flex-start
}

#page-header #menu-holder .languageWrp {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

#page-header #menu-holder .languageWrp .language {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

#page-header #menu-holder .languageWrp .language a {
    color: #000
}

#page-header #menu-holder .languageWrp .language .btn-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

#page-header #menu-holder .languageWrp .language .btn-icon:hover svg path {
    fill: #d2220e
}

#page-header #menu-holder .languageWrp .language .btn-icon:hover::after {
    border-color: #d2220e
}

#page-header #menu-holder .languageWrp .language .btn-icon svg {
    width: 16px;
    height: 16px;
    margin-right: 3px;
    fill: #595959
}

#page-header #menu-holder .languageWrp .language .dd-content {
    position: absolute;
    padding: 10px 12px;
    top: 100%;
    left: 12px;
    z-index: 20;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#page-header #menu-holder .languageWrp .language .dd-content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    padding: 2px 4px;
    border-radius: 3px
}

#page-header #menu-holder .languageWrp .language .dd-content a img {
    margin-right: 5px;
    width: 16px;
    height: 14px
}

#page-header #menu-holder .languageWrp .box-dropdown {
    margin-right: 15px
}

#page-header #menu-holder .languageWrp .box-dropdown .dd-toggle {
    position: relative
}

#page-header #menu-holder .languageWrp .box-dropdown .dd-toggle::after {
    border-color: #000;
    position: absolute;
    right: -8px;
    top: 5px
}

#page-header .ph-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -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
}

#page-header .ph-left .box-dropdown .dd-toggle::after {
    display: none !important
}

#page-header .ph-left .ctMenuToggle {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

#page-header .ph-left .ctLogo {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

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

#page-header .ph-left .login {
    top: inherit;
    left: inherit;
    position: relative
}

#page-header .ph-left .login .dd-toggle svg path {
    fill: #000
}

#page-header .ph-left .login .avatar {
    width: 31px;
    height: 31px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,.25)
}

#page-header .ph-left .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 .ph-left .login .dd-content a {
    color: #000;
    display: block;
    padding: 5px 16px;
    margin-left: 0;
    font-size: 1rem
}

#page-header .ph-left .login .dd-content a:hover {
    color: #d2220e
}

#page-header .ph-left .login.open .dd-content {
    display: block
}

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

.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: #c00;
    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: 35px
}

.secHomeTrend {
    margin-bottom: 30px
}

.apk-image {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: rgba(100,100,111,.2) 0px 7px 29px 0px;
    box-shadow: rgba(100,100,111,.2) 0px 7px 29px 0px
}

.apk-image:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .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,.5);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(57.29%, rgba(0, 0, 0, 0)), color-stop(92.71%, rgba(0, 0, 0, 0.6)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 57.29%, rgba(0, 0, 0, 0.6) 92.71%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.apk-image img {
    display: block;
    margin: 0;
    width: 100%;
    max-height: 100%
}

.apk-image .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 12px;
    color: #fff
}

.apk-image .info .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500
}

.apk-image .info .title.RIGHT_DIRECTION img {
    margin-right: 0px;
    margin-left: 5px
}

.apk-image .info .title img {
    width: 32px;
    height: 32px;
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 15%;
    margin-right: 5px
}

.apk-image .info .author {
    margin-bottom: 10px;
    font-size: .875rem
}

.apk-image .info .version {
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    font-size: .875rem
}

.apk-image .info .version .flash {
    font-size: .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
}

.apk-image .btn-trend-download {
    position: absolute;
    bottom: 16px;
    right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17.71%, #F5AD1E), color-stop(86.46%, #F27621));
    background: linear-gradient(180deg, #F5AD1E 17.71%, #F27621 86.46%);
    z-index: 20;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: rgba(149,157,165,.2) 0px 8px 24px;
    box-shadow: rgba(149,157,165,.2) 0px 8px 24px
}

.apk-image .btn-trend-download.RIGHT_DIRECTION {
    right: auto;
    left: 12px
}

.apk-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 8px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    border: solid rgba(0,0,0,.1) 1px;
    padding: 4px;
    cursor: pointer
}

.apk-icon::after {
    content: "";
    display: block;
    clear: both
}

.apk-icon:hover {
    -webkit-box-shadow: 0 0 3px rgba(242,118,33,.56);
    box-shadow: 0 0 3px rgba(242,118,33,.56);
    border-color: #f5ad1e
}

.apk-icon:hover .thumb img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s linear;
    transition: all .5s linear
}

.apk-icon .thumb {
    display: block;
    float: left;
    overflow: hidden;
    height: 100px;
    border-radius: 8px
}

.apk-icon .thumb img {
    display: block;
    width: 100px;
    height: 100px
}

.apk-icon .info {
    color: #000;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 116px)
}

.apk-icon .info .title {
    font-weight: bold;
    margin-bottom: 8px
}

.apk-icon .info .version {
    font-size: 14px;
    font-weight: 300;
    color: rgba(0,0,0,.9)
}

.apk-icon .info .mod {
    font-size: 12px;
    font-weight: 400
}

.apk-icon .info .version svg {
    width: 13px;
    height: 11px
}

.apk-icon .info .mod-feature {
    color: #2c632d;
    margin-top: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.apk-icon .info .mod-feature svg {
    width: 14px;
    height: 14px;
    margin-right: 3px;
    margin-bottom: 0px
}

.apk-icon .info .mod-feature svg path {
    stroke: rgba(0,0,0,.7)
}

.apk-icon .info .mod-feature span {
    color: rgba(0,0,0,.7)
}

.apk-icon .info .ctButton {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.apk-icon .info button {
    background-color: #2c632d;
    color: #fff;
    border-radius: 10px;
    border: none;
    float: bottom;
    padding: 3px 7px
}

.apk-icon .info .textMOD {
    background-color: #f27621;
    margin-left: 7.56px
}

.apk-icon .info .textMODRight {
    background-color: #f27621;
    margin-right: 7.56px
}

.apk-icon:hover .info .title {
    color: #f27621
}

.apk-icon .info.RIGHT .mod-feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.apk-icon .info.RIGHT .mod-feature svg {
    margin-right: 0px;
    margin-left: 3px
}

.secbox {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

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

.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;
    height: 92px;
    border-radius: 2px
}

.ads p {
    text-align: center;
    color: #000
}

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

.table-res div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px
}

.table-res div span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%
}

.wrapcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    line-height: 1.8
}

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

.wrapcontent>*:last-child {
    margin-bottom: 0px
}

.wrapcontent p {
    word-break: inherit;
    width: 100%
}

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

.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: #d2220e
}

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

.wrapcontent img {
    max-width: 100%
}

.contentOnly3Line {
    line-height: 24px;
    height: 48px;
    width: 100%;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.showContent {
    line-height: 24px;
    height: auto;
    -webkit-line-clamp: unset
}

.btnShowMore {
    background-color: #f27621;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 3px 10px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    cursor: pointer
}

.sbhomeseo {
    margin-bottom: 20px
}

.sbhomeseo .sbheader {
    text-align: center
}

.sbhomeseo .sbheader .sitename {
    font-size: 2.25rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px
}

.sbhomeseo .sbheader h1 {
    font-size: 1.5rem
}

.sbhomeseo .sbbody {
    padding: 10px 0
}

.pagination {
    text-align: center;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    margin-top: 25px
}

.pagination .seemoreapk {
    display: inline-block;
    padding: 13px 0px;
    background-color: #2c632d;
    color: #fff;
    border: none;
    border-radius: 20px;
    width: 100%
}

.pagination .seemoreapk svg {
    margin-left: 5px
}

.pagination ul {
    list-style: none;
    display: inline-block;
    margin: 0 auto
}

.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: 28px;
    border: 1px solid #707070;
    background-color: rgba(0,0,0,0);
    color: #000;
    padding: 0 10px;
    border-radius: 3px;
    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:hover a svg path,.pagination ul li.active a svg,.pagination ul li.active a svg path {
    fill: #fff;
    stroke: #fff
}

.pagination ul li .plus {
    line-height: 25px;
    padding: 0 2px;
    font-size: 20px;
    color: #555
}

.pagination ul::after {
    content: "";
    display: block;
    clear: both
}

.apksFlexDirectionRight {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.apksFlexDirectionLeft {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.apks {
    list-style: none;
    margin: 0;
    margin-bottom: -16px !important
}

.apks li {
    margin-bottom: 16px
}

.apks li .apk-image,.apks li .apk-image::after {
    overflow: hidden
}

.scrollWrp {
    width: 100%;
    overflow-x: auto
}

.trending {
    margin: 0px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.trending li {
    display: inline-block;
    margin-right: 12px;
    width: 272px
}

.trending li a {
    border-radius: 8px
}

.trending li a .title2 {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px
}

.trending li a .version2 {
    margin-top: 5px;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px
}

.trending li a img {
    width: 272px;
    height: 133px
}

.apk {
    display: block;
    border: 1px solid #aaa;
    border-radius: 2px
}

.apk:hover {
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.apk:hover .info .title {
    color: #d2220e
}

.apk:hover .thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.apk .thumb {
    display: block;
    overflow: hidden
}

.apk .thumb img {
    display: block;
    width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.apk .info {
    padding: 16px
}

.apk .info .title {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #000;
    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 {
    width: 16px;
    height: 14px;
    margin-right: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.apk .info .version svg:hover {
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.apk .info .version svg:hover path {
    fill: #d2220e
}

.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: 20%;
    background: rgba(0,0,0,0);
    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: .7
}

.blogs {
    list-style: none;
    margin: 0
}

.blogs li {
    margin-bottom: 10px
}

.blog {
    padding: 2px;
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,.25);
    box-shadow: 0px 0px 2px rgba(0,0,0,.25);
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.blog:hover {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog:hover .info .title {
    color: #d2220e
}

.blog:hover .thumb {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog .thumb {
    display: block;
    width: 100%;
    height: 187px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog .info {
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 7px;
    margin-bottom: 7px
}

.blog .info .title {
    display: block;
    height: 40px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    color: rgba(0,0,0,.9)
}

.blog .info span {
    margin-top: 11px;
    font-style: normal;
    font-weight: 500;
    font-size: 11.4082px;
    line-height: 196.9%;
    color: #6c757d;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.blog .info .seeDetailRight {
    float: left !important
}

.blog .info .seeDetail {
    font-style: normal;
    font-weight: 600;
    font-size: 11.4082px;
    line-height: 13px;
    color: #1090cb;
    margin: 17px 0;
    display: block;
    float: right
}

.blog.search .info .title {
    height: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    font-weight: bold
}

.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 {
    fill: #777
}

.blog.search .info .time time {
    margin: 0 8px
}

#page-footer {
    background-color: #fff
}

#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;
    width: 100%
}

#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 .rowSocials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#page-footer .pf-Top .pf-logo .rowSocials .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

#page-footer .pf-Top .pf-logo .rowSocials .socials li {
    margin-right: 12px;
    border: 1px solid #f27621;
    padding: 1px;
    border-radius: 8px
}

#page-footer .pf-Top .pf-logo .rowSocials .socials li a {
    width: 24px;
    height: 24px;
    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;
    border: 1px solid #f27621;
    border-radius: 8px;
    background-color: #f27621
}

#page-footer .pf-Top .pf-logo .rowSocials .socials li a:hover {
    opacity: .8
}

#page-footer .pf-Top .pf-logo .rowSocials .socials li a svg {
    width: 18px;
    height: 18px
}

#page-footer .pf-Top .pf-logo .rowSocials .socials li a svg path {
    fill: #fff
}

#page-footer .pf-Top .pf-logo .rowSocials .ctFooterRight .box-dropdown .dd-content {
    right: inherit;
    left: -10px
}

#page-footer .pf-Top .pf-logo .rowSocials .btnLang {
    background: #fff;
    border: .885714px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 20px 0 8.86px;
    min-height: 28.34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 81px
}

#page-footer .pf-Top .pf-logo .rowSocials .btnLang span {
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 11.5143px;
    line-height: 27px;
    color: #000;
    margin-right: 5px
}

#page-footer .pf-Top .pf-logo .rowSocials .btnLang .box-dropdown {
    position: relative;
    z-index: 1
}

#page-footer .pf-Top .pf-logo .rowSocials .btnLang .box-dropdown.open .dd-toggle::after {
    -webkit-transform: rotate(225deg) translateY(5px) translateX(-8px);
    transform: rotate(225deg) translateY(5px) translateX(-8px)
}

#page-footer .pf-Top .pf-logo .rowSocials .btnLang .box-dropdown.open .dd-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    min-width: 108px
}

#page-footer .pf-Top .pf-logo .rowSocials .btnLang .box-dropdown.open .dd-content a:hover {
    color: #f27621
}

#page-footer .pf-Top .pf-logo .rowSocials .btnLang .box-dropdown .dd-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#page-footer .pf-Top .pf-logo .rowSocials .btnLang .box-dropdown .dd-toggle::after {
    content: "";
    -webkit-transform: rotate(45deg) translateY(-8px) translateX(5px);
    transform: rotate(45deg) translateY(-8px) translateX(5px);
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    height: 6px;
    width: 6px;
    margin: auto
}

#page-footer .pf-Top .pf-logo .rowSocials .btnLang .box-dropdown span {
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 11.5143px;
    line-height: 27px;
    color: #000;
    margin-right: 5px
}

#page-footer .pf-Top .pf-logo .rowSocials .btnLang .box-dropdown .dd-content {
    position: absolute;
    top: 100%;
    right: -20px;
    min-width: 120px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    border-radius: 5px;
    display: none
}

#page-footer .pf-Top .pf-logo .rowSocials .btnLang .box-dropdown .dd-content a {
    text-align: center;
    font-style: normal;
    font-weight: 300;
    font-size: 11.5143px;
    line-height: 27px;
    color: #000;
    margin-right: 5px
}

#page-footer .pf-Top .pf-logo .textWhoWeAre {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px
}

#page-footer .pf-Top .pf-logo .line {
    height: 1px;
    background-color: #e0e0e0;
    margin-top: 9px
}

#page-footer .pf-Top .pf-menu {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 27px;
    margin-top: 9px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

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

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

#page-footer .pf-Top .textTutorial {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 30px
}

#page-footer .pf-Bot {
    margin-top: 23px;
    color: #000;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 30px
}

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

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

.breadcumb {
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px
}

.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: #495057;
    font-size: 13px;
    font-weight: 300
}

.breadcumb ul li a:hover {
    color: #d2220e
}

.sort-controls-right li {
    margin-right: 0 !important;
    margin-left: 15px !important
}

.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;
    margin-bottom: 20px
}

.sort-controls li {
    margin-bottom: 16px;
    margin-right: 15px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px
}

.sort-controls li a {
    display: block;
    padding: 6px 16px;
    text-transform: capitalize;
    text-align: center;
    color: #000;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
    white-space: nowrap;
    overflow: hidden
}

.sort-controls li:hover a,.sort-controls li.active a {
    color: #0073c6;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px
}

.page-title {
    font-size: 25px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px
}

.page-author {
    color: #707070
}

.page-description .page-title {
    margin: 16px 0;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px
}

.page-description .textDescription {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 25px;
    text-align: justified
}

.page-description .updatedOn {
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 17px;
    display: block;
    color: rgba(0,0,0,.7)
}

.page-description .thumb img {
    width: 100%;
    height: auto
}

.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: .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: #d2220e
}

.accordion {
    border-radius: 5px;
    overflow: hidden
}

.accordion .ahead {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-weight: bold;
    background-color: #ededed
}

.accordion .ahead svg path {
    fill: #000
}

.accordion .ahead span,.accordion .ahead svg {
    display: inline-block;
    vertical-align: middle
}

.accordion .ahead .toggle {
    float: right;
    margin-top: 10px;
    margin-left: 20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion.open {
    border: 1px solid #ededed
}

.accordion.open .abody {
    display: block;
    padding: 10px
}

.accordion.open .toggle {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.accordion .abody {
    display: none;
    border-radius: 0 0 5px 5px
}

.accordion .abody a {
    padding: 8px 0;
    color: #000;
    font-style: italic
}

.accordion .abody a:hover {
    color: #d2220e
}

.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 {
    border-radius: 5px;
    overflow: hidden
}

.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
}

.ctBtnDownload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 11px
}

.btn-download {
    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;
    border-radius: 16px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17.71%, #F5AD1E), color-stop(86.46%, #F27621));
    background: linear-gradient(180deg, #F5AD1E 17.71%, #F27621 86.46%);
    height: 38px
}

.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 {
    color: #fff;
    font-size: 13px;
    font-weight: 700
}

.btn-download svg {
    width: 18px;
    height: 18px;
    margin-right: 3px
}

.btnComingSoon {
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    background-color: #666;
    color: #fff;
    padding: 10px 27px 9px;
    border-radius: 7.8883px
}

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

.btnComingSoon span {
    text-align: center;
    min-width: 82px;
    color: #fff
}

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

.entry-download .btnComingSoon {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto
}

.page-single .leftAlign {
    text-align: left !important
}

.page-single .rightAlign {
    text-align: right !important
}

.page-single .ctIfFileNotReady {
    white-space: break-spaces;
    border-radius: 3px;
    padding: 0px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.page-single .ctIfFileNotReady.rightAlign {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.page-single .ctIfFileNotReady a {
    color: #1a73d6
}

.page-single .latestVersion {
    background-color: #9cbd95;
    border-radius: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color: #fff;
    height: 46px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.page-single .latestVersion svg {
    width: 22px;
    height: 22px;
    margin-left: 16.5px;
    margin-right: 6px
}

.page-single .entry-apk-rating .ctTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    letter-spacing: -0.005em;
    text-align: center
}

.page-single .entry-apk-rating::after {
    content: "";
    display: block;
    clear: both
}

.page-single .entry-apk-rating .page-title {
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left
}

.page-single .entry-apk-rating .thumb img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.page-single .entry-apk-rating .info {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0px 1.60455px 1.60455px rgba(0,0,0,.25);
    box-shadow: 0px 1.60455px 1.60455px rgba(0,0,0,.25);
    border-radius: 6px;
    padding: 13px 12px 13px 16px
}

.page-single .entry-apk-rating .info .ctIconRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.page-single .entry-apk-rating .info .ctIconRow img {
    width: 90px;
    height: 90px;
    border-radius: 10px
}

.page-single .entry-apk-rating .info .ctIconRow .imgLeft {
    margin-right: 10px
}

.page-single .entry-apk-rating .info .ctIconRow .imgRight {
    margin-left: 10px
}

.page-single .entry-apk-rating .info .updatedOn {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 10px;
    color: rgba(0,0,0,.8)
}

.page-single .entry-apk-rating .info .rating {
    display: inline-block;
    line-height: 1;
    margin-top: 12px;
    white-space: nowrap
}

.page-single .entry-apk-rating .info .rating .box-stars,.page-single .entry-apk-rating .info .rating .label {
    display: inline-block
}

.page-single .entry-apk-rating .info .rating .box-stars {
    position: relative;
    font-size: 12px;
    color: #707070
}

.page-single .entry-apk-rating .info .rating .box-stars .over {
    position: absolute;
    top: 0;
    left: 0;
    color: #f27621;
    overflow: hidden
}

.page-single .entry-apk-rating .info .rating .label .ratingValue {
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px
}

.page-single .entry-apk-rating .info .rating .star5 {
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px
}

.page-single .entry-apk-rating .info .relatorio {
    font-size: 12px
}

.page-single .entry-apk-rating .info .relatorio svg,.page-single .entry-apk-rating .info .relatorio span {
    display: inline-block;
    vertical-align: middle
}

.page-single .entry-apk-rating .info .relatorio:hover {
    cursor: pointer;
    color: #d2220e
}

.page-single .entry-apk-rating .info .relatorio:hover svg,.page-single .entry-apk-rating .info .relatorio:hover svg circle {
    fill: #d2220e
}

.page-single .entry-apk-rating .info .ctDownloadRow {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-single .entry-thumb img {
    width: 100%;
    height: auto
}

.page-single .box-discord {
    margin-bottom: 50px
}

.page-single .modAccordionRight .ahead {
    direction: rtl
}

.page-single .modAccordionRight .ahead .toggle {
    margin-left: 0 !important
}

.page-single .modAccordionRight .abody .wrapcontent {
    direction: rtl
}

.page-single .modAccordionRight .abody .links .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.page-single .modAccordionRight .abody .links .item .ctLink {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-flex: inherit !important;
    -ms-flex: inherit !important;
    flex: inherit !important;
    margin-right: 8.5px
}

.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: 17px;
    height: 18px;
    margin-right: 5px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s
}

.rating-bar>label svg {
    height: 17px;
    width: 18px
}

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

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

#comments .ctBtnLogin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#comments .btnLogin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: #f27621;
    border-radius: 15.16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22.5px
}

#comments .btnLogin span {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: center;
    margin: 12px;
    color: rgba(0,0,0,.8)
}

#comments .rating-detail {
    margin-bottom: 16px;
    margin-top: 20px
}

#comments .rating-detail .rt-l {
    text-align: center;
    margin-bottom: 20px
}

#comments .rating-detail .rt-l .score {
    font-size: 2.1429rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1em;
    color: #fa4c2a
}

#comments .rating-detail .rt-l .info {
    width: 100%;
    margin: 0 auto
}

#comments .rating-detail .rt-l .info div span {
    margin-left: 10px
}

#comments .rating-detail .rt-l .info div:last-child {
    color: #707070
}

#comments .rating-detail .rt-r {
    padding: 0 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#comments .rating-detail .rt-r .line {
    font-weight: 400;
    height: 20px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    color: #707070
}

#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 .25s ease;
    transition: width .25s ease;
    display: inline-block;
    height: 100%;
    opacity: .8;
    min-width: .5%;
    border-radius: 50px
}

#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 {
    width: 100%;
    margin-bottom: 20px
}

#comments .form-comment .note {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#comments .form-comment .note br {
    display: none
}

#comments .form-comment label {
    display: block;
    margin-bottom: 5px
}

#comments .form-comment label .mark {
    color: #c00;
    font-weight: normal
}

#comments .form-comment .ctAvatarRow {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

#comments .form-comment .ctAvatarRow .avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #5f943a;
    -webkit-box-shadow: 0px 1.67758px 1.67758px rgba(0,0,0,.25);
    box-shadow: 0px 1.67758px 1.67758px rgba(0,0,0,.25);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#comments .form-comment .ctAvatarRow .avatar span {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    -ms-flex-item-align: center;
    align-self: center
}

#comments .form-comment .ctAvatarRow .ctTextArea {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#comments .form-comment .ctAvatarRow .ctTextArea textarea {
    padding: 10px;
    border: none;
    height: 92px;
    border-radius: 10px;
    background-color: #eee
}

#comments .form-comment .ctAvatarRow .ctTextArea .marginRight {
    margin-right: 10px
}

#comments .form-comment .ctAvatarRow .ctTextArea .marginLeft {
    margin-left: 10px
}

#comments .form-comment .ctAvatarRow .frm-row {
    margin-top: 13px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#comments .form-comment .ctAvatarRow .marginLeft {
    margin-left: 10px
}

#comments .form-comment .ctAvatarRow .marginRight {
    margin-right: 10px
}

#comments .form-comment .btn-submit {
    background-color: #f27621;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 15.94px;
    border-color: rgba(0,0,0,0);
    float: right
}

#comments .form-comment .btn-submit:hover {
    opacity: .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;
    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: #ededed;
    -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;
    white-space: nowrap
}

#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 {
    margin-bottom: 15px
}

.list-comments li .marginLeft {
    margin-left: 10px
}

.list-comments li .marginRight {
    margin-right: 10px
}

.list-comments li .paddingLeft {
    padding-left: 10px
}

.list-comments li .paddingRight {
    padding-right: 10px
}

.list-comments li .avatar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
    height: 50px;
    width: 50px;
    border-radius: 50%
}

.list-comments li .ctInfo {
    padding: 18px 13px 18px 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 9px
}

.list-comments li .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 9px
}

.list-comments li .info .list-replies {
    margin-top: 15px
}

.list-comments li .info .ctRootComment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #eee;
    padding: 18px 13px 18px 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 9px
}

.list-comments li .info .user {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left
}

.list-comments li .info .content {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: justified;
    margin-top: 15px
}

.list-comments li .info .wraploadmore,.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 .wraploadmore .name,.list-comments li .info .user .name {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left
}

.list-comments li .info .wraploadmore svg,.list-comments li .info .user svg {
    -ms-flex-item-align: center;
    align-self: center
}

.list-comments li .info .wraploadmore .marginLeft,.list-comments li .info .user .marginLeft {
    margin-left: 15px
}

.list-comments li .info .wraploadmore .marginRight,.list-comments li .info .user .marginRight {
    margin-right: 15px
}

.list-comments li .info .links {
    font-size: .75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    overflow-x: auto;
    margin-top: 15px
}

.list-comments li .info .links .hideFirst:first-child::after {
    display: none !important
}

.list-comments li .info .links .hideLast:last-child::after {
    display: none !important
}

.list-comments li .info .links .margin0 {
    margin-right: 0 !important;
    padding-right: 0 !important
}

.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: #d2220e
}

.list-comments li .info .links li a:hover svg,.list-comments li .info .links li a:hover svg path {
    fill: #d2220e
}

.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::after {
    display: block;
    content: "";
    height: 12px;
    width: 1px;
    position: absolute;
    bottom: 10%;
    right: 0;
    background-color: #8a8888
}

.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: #007bff;
    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-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: #d2220e
}

.box-cross {
    display: block;
    border-radius: 9.20741px;
    border: none
}

.box-cross .bc-title {
    background-color: #ddd;
    padding: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.box-cross .bc-body {
    background-color: #eee
}

.box-cross .bc-body .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 11px
}

.box-cross .bc-body .item .marginLeft {
    margin-left: 5px
}

.box-cross .bc-body .item .marginRight {
    margin-right: 5px
}

.box-cross .bc-body .item .ctLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 28px;
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background-color: #f27621;
    border-radius: 8px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    cursor: pointer;
    text-align: center;
    margin-left: 8.5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.box-cross .bc-body .item .ctLink:hover {
    opacity: .85
}

.box-cross .bc-body .item-apk .ctLink {
    background-color: #2c632d
}

.btn-download2 {
    border-radius: 20px;
    background-color: #2c632d;
    width: 100%;
    border: none
}

.wrap-box-mod {
    font-size: 14px;
    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 {
    font-style: italic;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wrap-box-mod ul li::before {
    content: "-";
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px
}

.wrap-box-mod .links .item {
    margin-bottom: 10px
}

.wrap-box-mod .links .item:last-child {
    margin-bottom: 0
}

.wrap-box-mod .links .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1a73d6;
    max-width: 100%
}

.wrap-box-mod .links .item a .icon-svg {
    min-width: 22px
}

.wrap-box-mod .links .item a .icon-svg,.wrap-box-mod .links .item a span {
    word-break: break-word
}

.wrap-box-mod .links .item a:hover {
    color: #000
}

.mod-accordion {
    border: none;
    border-radius: 9.20741px
}

.mod-accordion .ahead {
    background-color: #ddd;
    padding: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mod-accordion .ahead .toggle {
    margin-top: 0
}

.mod-accordion .abody {
    background-color: #eee
}

.mod-accordion .abody .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 11px
}

.mod-accordion .abody .item .ctLink {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
    background-color: #f27621;
    border-radius: 6px;
    padding: 6px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    margin-left: 8.5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mod-accordion .abody .item .ctLink:hover {
    color: #fff;
    opacity: .85
}

.mod-accordion .abody .item-apk .ctLink {
    background-color: #2c632d
}

.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: #d2220e;
    border: 1px solid #d2220e;
    border-radius: 50px;
    background-color: #fff;
    z-index: 2
}

.box-faq .bfaq-body .item .box-showless .bsl-toggle:hover {
    cursor: pointer;
    background-color: #d2220e;
    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,.16);
    box-shadow: 0 5px 10px rgba(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: .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: .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,.16);
    box-shadow: 0 3px 6px rgba(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: #d2220e
}

.ringtone .info a.item:hover svg path {
    fill: #d2220e
}

.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,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2)
}

.btn-ringtone-vote {
    display: inline-block;
    border-color: rgba(0,0,0,0);
    background-color: #0077b5;
    border-radius: 3px;
    height: 25px;
    font-size: .875rem;
    color: #fff;
    padding: 0 10px;
    text-align: center
}

.btn-ringtone-vote .count {
    margin-left: 5px
}

.btn-ringtone-vote:hover {
    opacity: .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: #d2220e
}

.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: #d2220e
}

.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: .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: #000;
    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;
    z-index: 15;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17.71%, #F5AD1E), color-stop(86.46%, #F27621));
    background: linear-gradient(180deg, #F5AD1E 17.71%, #F27621 86.46%);
    border-radius: 16px;
    -webkit-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    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-shadow: rgba(100,100,111,.2) 0px 7px 29px 0px;
    box-shadow: rgba(100,100,111,.2) 0px 7px 29px 0px
}

#btn-page-scroll svg {
    width: 20px;
    height: 20px
}

#btn-page-scroll svg path {
    fill: #fff;
    stroke: #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
}

#cookie-notice-bar {
    display: block;
    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.hide {
    display: none
}

#cookie-notice-bar #btn-accept-cookie {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    background-color: #2c632d;
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.2) inset,0 1px 2px rgba(0,0,0,.05);
    box-shadow: 0 1px 0 rgba(255,255,255,.2) inset,0 1px 2px rgba(0,0,0,.05);
    padding: 2px 10px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 4px;
    font-weight: bold
}

.ctFooterPopupRight .popup .close {
    left: -10px !important;
    right: inherit !important
}

.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,.25);
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.25);
    max-width: 400px;
    -webkit-transition: all .25s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all .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: #d2220e;
    border-color: #d2220e;
    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,.7);
    -webkit-transition: opacity 500ms;
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0
}

.text-danger {
    color: #d2220e !important
}

.text-success {
    color: #060 !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: #d2220e;
    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: -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;
    width: 100%
}

#pageDownload2WrapButton 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
}

#pageDownload2WrapButton .btn {
    display: none
}

#pageDownload2WrapButton .counter {
    font-size: 3em;
    font-weight: bold;
    color: #2c632d;
    text-align: center
}

#pageDownload2WrapButton.done .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#pageDownload2WrapButton.done .counter {
    display: none
}

#pageDownload2WrapButton.done span {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-left: 5px;
    margin-right: 5px;
    min-width: 0
}

.btnSignInWithGoogle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: #fff;
    -webkit-box-shadow: 0px 0px 3.54551px rgba(0,0,0,.25);
    box-shadow: 0px 0px 3.54551px rgba(0,0,0,.25);
    border-radius: 13.2957px;
    margin-bottom: 10px;
    min-height: 51px
}

.btnSignInWithGoogle svg {
    width: 30px;
    height: 30px
}

.head-title-2 {
    font-weight: bold
}

.ctFefWrapRight .fef-title {
    text-align: right
}

.ctFefWrapRight .fef-wrap .icon {
    right: 0;
    left: auto !important
}

.ctFefWrapRight .fef-wrap input {
    padding: 4px 35px 4px 0 !important;
    text-align: right;
    direction: rtl
}

.ctFefWrapRight .fef-wrap .btn-fef-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ctFefWrapRight .fef-wrap .btn-fef-submit svg {
    margin-left: 15px;
    margin-right: 0
}

.ctFefWrapRight .fef-wrap .text-right {
    text-align: left
}

.ctFefWrapRight .fef-wrap .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ctFefWrapRight .fef-wrap .checkbox .form-check-input {
    margin-left: 5px
}

.fef-wrap {
    position: relative;
    padding: 10px;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
    box-shadow: 0 2px 5px rgba(0,0,0,.2);
    background: #fff;
    width: auto;
    max-width: 362px;
    border-radius: 17px;
    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,.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: #d2220e
}

.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: .2s;
    transition-duration: .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,.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,.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: #d2220e;
    border-color: #d2220e;
    color: #fff;
    cursor: pointer
}

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

.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
}

.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: #d2220e;
    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: rgba(0,0,0,0) #fbfbfb;
    top: 8px;
    left: -11px
}

.profile-comments .cmt-info-box::before {
    border-width: 11px 13px 11px 0;
    border-color: rgba(0,0,0,0) rgba(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: rgba(0,0,0,0);
    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: .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
}

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

.box-othermod .modAccordionRight .ahead {
    direction: rtl
}

.box-othermod .modAccordionRight .ahead .toggle {
    margin-left: 0 !important
}

.box-othermod .modAccordionRight .abody .wrapcontent {
    direction: rtl
}

.box-othermod .modAccordionRight .abody .links .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.box-othermod .modAccordionRight .abody .links .item .ctLink {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-flex: inherit !important;
    -ms-flex: inherit !important;
    flex: inherit !important;
    margin-right: 8.5px
}

.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: #d2220e
}

.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
}

.form-style .form-control:focus {
    border-color: #d2220e
}

.form-style .form-group {
    margin-bottom: 15px
}

.form-style .btn {
    padding: 8px 10px;
    cursor: pointer
}

.form-style .btn-submit {
    display: inline-block;
    background-color: #d2220e;
    color: #fff;
    border: 0;
    outline: none;
    padding: 10px 50px;
    border-radius: 50px
}

.form-style .btn-submit:hover {
    background-color: #d2220e
}

.form-style .required {
    color: #d2220e
}

.ctFormFeedbackRight form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.ctFormFeedbackRight form .form-group label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ctFormFeedbackRight form .form-group label .required {
    margin-right: 3px
}

.ctFormFeedbackRight form .form-group input {
    text-align: right
}

.ctFormFeedbackRight form .form-group textarea {
    text-align: right
}

.ctFormFeedbackRight form .form-group .btn-submit {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.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: rgba(0,0,0,0);
    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: .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: 170px;
    max-height: 170px;
    max-width: 90vw;
    width: auto;
    border-radius: 3px
}

.swiper {
    width: 100%;
    height: 220px;
    padding-bottom: 20px
}

.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after {
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 18px
}

.swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px
}

.swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #f27621
}

.swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 2px
}

.swiper .swiper-horizontal>.swiper-pagination-bullets,.swiper .swiper-pagination-bullets.swiper-pagination-horizontal,.swiper .swiper-pagination-custom,.swiper .swiper-pagination-fraction {
    bottom: 0px
}

.entry-faq {
    border-radius: 9.21px;
    overflow: hidden;
    margin-bottom: 27px
}

.entry-faq .textFAQ {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px
}

.entry-faq .accordion {
    border-bottom: 1px solid #ddd;
    margin-top: 16px
}

.entry-faq .accordion:last-child {
    border-bottom: none
}

.entry-faq .accordion.open {
    border: none
}

.entry-faq .accordion .ahead {
    background-color: #ddd;
    padding: 10px 15px 10px 9px;
    position: relative;
    height: auto;
    line-height: 1.25;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.entry-faq .accordion .ahead .toggle {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    margin-top: 0;
    font-weight: 400
}

.entry-faq .accordion .abody {
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    background-color: #eee
}

.sbhTitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sbhTitle div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sbhTitle div span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sbhTitle div span svg {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    border: 1px solid rgba(242,118,33,.6);
    border-radius: 8px;
    padding: 1px
}

.sbhTitle div span svg path {
    fill: #f27621
}

.sbhTitle div span.RIGHT_CONTAINER svg {
    margin-left: 3px;
    margin-right: 0px
}

.sbhTitle div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sbhTitle .subTitle {
    margin-top: 18px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 153.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: justify;
    color: #000
}

.sbhTitle .reviewTitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    display: block
}

.sbhTitle_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.sbhTitle_2 div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sbhTitle_2 div span {
    display: inline-block
}

.sbhTitle_2 div a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sbhTitle_2 div a span {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    color: #d2220e;
    margin-right: 4
}

.sbhTitle_2 h2 {
    margin-bottom: 12px;
    font-size: 16px
}

.sbhTitle_2 .subTitle {
    margin-top: 18px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 153.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: justify;
    color: #000
}

.sbhTitle_2 .reviewTitle {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    display: block
}

.nm-icon:hover svg,.nm-icon:hover svg path {
    fill: #d2220e
}

.list-holder {
    position: relative
}

.box_categories-right {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.box_categories-right ul {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.box_categories-right ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.box_categories-right ul a svg {
    margin-right: 0;
    margin-left: 5px
}

.box-categories {
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    padding: 5px;
    background-color: #fff;
    border: 1px solid rgba(204,204,204,.5);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.16);
    box-shadow: 0 0 6px rgba(0,0,0,.16);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.box-categories.open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.box-categories a {
    display: block;
    width: 50%;
    padding: 5px 15px;
    color: #000;
    margin: 5px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.box-categories a:visited {
    color: #000
}

.box-categories a:hover {
    color: #d2220e
}

.box-categories a:hover svg {
    fill: #d2220e
}

.box-categories a svg {
    margin-right: 5px
}

.entry-related .sbhTitle {
    margin-bottom: 35px
}

.entry-related .mtmobile {
    margin-top: 28px
}

.bb-dark-2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left
}

.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: #d2220e
}

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

.leftStyle {
    right: inherit !important;
    left: 16px !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.leftStyle span {
    margin-left: 0 !important;
    margin-right: 5px !important
}

.leftStyle svg {
    margin-left: 5px !important;
    margin-right: 0 !important
}

.btnTelegramRight {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.btnTelegramRight svg {
    margin-right: 0 !important;
    margin-left: 10px
}

.btnTelegram {
    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: 32px;
    background-color: #175ca2;
    border-radius: 8px;
    border: none;
    outline: none
}

.btnTelegram:hover {
    opacity: .9
}

.btnTelegram span {
    font-size: 12px;
    color: #fff
}

.btnTelegram svg {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    margin-bottom: 1px
}

.btnTelegram svg path {
    fill: #fff
}

.btn-backtopost {
    position: fixed;
    padding: 6px 16px;
    right: 16px;
    border: none;
    background-color: #2c632d;
    top: 70%;
    right: 15.25px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-backtopost span {
    text-align: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 5px;
    color: #fff
}

.btn-backtopost svg {
    margin-right: 5px
}

.btn-backtopost:hover {
    background-color: #000;
    color: #fff
}

.btn-backtopost:hover svg {
    stroke: #fff
}

#downloadHere {
    color: #1a73d6;
    font-weight: 700
}

#downloadHere:hover {
    text-decoration: none
}

#downloadHere a {
    word-break: inherit
}

.ctFaqRight {
    direction: rtl
}

.ctFaqRight ol {
    margin-left: 0 !important;
    margin-right: 16px
}

.ctFaqRight .head-title-2 {
    direction: rtl
}

.ctFaqRight .accordion {
    text-align: right
}

.ctFaqRight .accordion .ahead {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.ctFaqRight .accordion .ahead::after {
    left: 25px !important;
    right: inherit !important
}

.ctFaqRight .accordion.open .abody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.ctFaqRight .accordion.open .abody p {
    text-align: right
}

.entry-faq-download2 .accordion {
    margin-top: 15px;
    border-radius: 9.20741px;
    width: 100%;
    border: none
}

.entry-faq-download2 .accordion:last-child {
    border-bottom: none
}

.entry-faq-download2 .accordion .ahead {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-color: #ddd;
    padding-top: 10px;
    padding-bottom: 10px
}

.entry-faq-download2 .accordion .ahead::after {
    position: absolute;
    width: .4em;
    height: .4em;
    content: "";
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: initial;
    right: 25px;
    top: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%)
}

.entry-faq-download2 .accordion.open .ahead::after {
    -webkit-transform: rotate(225deg) translateY(-50%);
    transform: rotate(225deg) translateY(-50%);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.entry-faq-download2 .accordion .abody {
    background-color: #eee;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px
}

.entry-faq-download2 .accordion .abody p {
    width: 100%
}

.icon-svg {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.icon-svg.icon-apk {
    width: 22px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.281' height='28.358' viewBox='0 0 22.281 28.358'%3E%3Cg%3E%3Cg transform='translate(0)'%3E%3Cg transform='translate(0)'%3E%3Cpath d='M67.4,7.089a1.013,1.013,0,0,1-1.013-1.013V0H54.238A3.038,3.038,0,0,0,51.2,3.038V25.319a3.038,3.038,0,0,0,3.038,3.038h16.2a3.038,3.038,0,0,0,3.038-3.038V7.089Z' transform='translate(-51.2)' fill='%23009728'/%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(17.217 0.593)'%3E%3Cg%3E%3Cpath d='M341.333,10v4.47h4.47Z' transform='translate(-341.333 -10.001)' fill='%23009728'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Ctext transform='translate(2 17)' fill='%23fff' font-size='9' font-family='OpenSans-Bold, Open Sans' font-weight='700'%3E%3Ctspan x='0' y='0'%3EAPK%3C/tspan%3E%3C/text%3E%3C/svg%3E")
}

.icon-svg.icon-obb {
    width: 22px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.281' height='28.358' viewBox='0 0 22.281 28.358'%3E%3Cg%3E%3Cg transform='translate(0)'%3E%3Cg transform='translate(0)'%3E%3Cpath d='M67.4,7.089a1.013,1.013,0,0,1-1.013-1.013V0H54.238A3.038,3.038,0,0,0,51.2,3.038V25.319a3.038,3.038,0,0,0,3.038,3.038h16.2a3.038,3.038,0,0,0,3.038-3.038V7.089Z' transform='translate(-51.2)' fill='%23e99400'/%3E%3C/g%3E%3C/g%3E%3Cg transform='translate(17.217 0.593)'%3E%3Cg%3E%3Cpath d='M341.333,10v4.47h4.47Z' transform='translate(-341.333 -10.001)' fill='%23e99400'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Ctext transform='translate(2 17)' fill='%23fff' font-size='9' font-family='OpenSans-Bold, Open Sans' font-weight='700'%3E%3Ctspan x='0' y='0'%3EOBB%3C/tspan%3E%3C/text%3E%3C/svg%3E")
}

#pageFeedback #feedback {
    background-color: #fff;
    border-radius: 5px;
    width: 405px;
    max-width: 100%;
    margin: 0 auto;
    padding: 25px 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

#pageFeedback #feedback .close {
    position: absolute;
    top: 10px;
    right: 10px
}

#pageFeedback #feedback .close:hover svg {
    fill: red
}

#pageFeedback #feedback .title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px
}

#pageFeedback #feedback .line {
    margin-bottom: 8px
}

#pageFeedback #feedback .line-input label {
    display: block;
    font-weight: bold
}

#pageFeedback #feedback .line-input .input {
    width: 100%;
    border-color: #ccc;
    border-radius: 3px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#pageFeedback #feedback .line-input .input:focus {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

#pageFeedback #feedback .line-input input.input {
    height: 30px
}

#pageFeedback #feedback .line-input textarea.input {
    padding: 5px 10px;
    height: 85px
}

#pageFeedback #feedback .line-type .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4px 0
}

#pageFeedback #feedback .line-type .group span {
    margin-left: 5px
}

#pageFeedback #feedback .line-type label {
    margin-bottom: 8px
}

#pageFeedback #feedback .line-type textarea {
    display: none
}

#pageFeedback #feedback .line-type textarea.show {
    display: block
}

#pageFeedback #feedback .line-type.other textarea {
    display: block
}

#pageFeedback #feedback .line-msg p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 8px
}

#pageFeedback #feedback .line-msg p span {
    margin-left: 5px
}

#pageFeedback #feedback .line-file {
    margin-bottom: 20px
}

#pageFeedback #feedback .line-file input[type=file] {
    display: none
}

#pageFeedback #feedback .line-file button {
    border-radius: 50px;
    border-color: #ccc;
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16);
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    background-color: rgba(0,0,0,0)
}

#pageFeedback #feedback .line-file button:hover {
    border-color: #d2220e;
    color: #d2220e
}

#pageFeedback #feedback .line-file .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#pageFeedback #feedback .line-file .group>* {
    width: 50%
}

#pageFeedback #feedback .line-file .group span {
    padding-left: 5px
}

#pageFeedback #feedback .submit {
    width: 100%;
    text-align: center;
    background: #000;
    color: #fff;
    border-color: rgba(0,0,0,0)
}

#pageFeedback #feedback .submit:hover {
    background-color: #d2220e
}

.entry-warning {
    max-width: 580px;
    margin-bottom: 30px
}

.entry-warning .relatorio {
    font-size: 14px
}

.entry-warning .relatorio svg,.entry-warning .relatorio span {
    display: inline-block;
    vertical-align: middle
}

.entry-warning .relatorio span {
    text-decoration: underline
}

.entry-warning .relatorio:hover {
    cursor: pointer;
    color: #d2220e
}

.postsInTag {
    margin-left: 40px
}

.postsInTag li {
    margin-bottom: 15px
}

.postsInTag li a:visited {
    color: #d2220e
}

.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 #d2220e;
    margin-bottom: 5px
}

.list-tags .tags-title {
    background-color: #d2220e;
    color: #fff;
    font-weight: bold
}

.list-tags .tag {
    color: #d2220e
}

.list-tags .tag:hover {
    background-color: #d2220e;
    color: #fff
}

.ctApkMod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ctApkMod .buttonHide {
    background-color: rgba(0,0,0,0) !important
}

.hidden-mobile {
    display: none !important
}

.hidden-mobile-tablet {
    display: none !important
}

.ctLogoFooter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ctLogoFooter .logo {
    margin-top: 10px
}

.ctLogoFooter .logo img {
    height: 65px;
    width: 209px
}

.textFollow {
    margin-top: 30px
}

.ctProfileRight input {
    direction: rtl !important
}

.ctProfileRight .bu-nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.ctProfileRight .bf-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.ctProfileRight .bf-line input {
    text-align: right
}

.ctProfileRight .bf-line .bf-inline-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ctProfileRight .bf-line .bf-inline-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.ctProfileRight .box-content .cmt-thumbnail img {
    float: right !important
}

.ctProfileRight .box-content .cmt-info-box {
    margin-right: 70px !important;
    margin-left: 0 !important
}

.ctProfileRight .box-content .cmt-info-box::before,.ctProfileRight .box-content .cmt-info-box::after {
    border-width: 10px 0px 10px 13px !important;
    left: inherit !important;
    right: -13px !important
}

.ctProfileRight .box-content .cmt-info-box::before {
    border-width: 11px 0px 11px 13px;
    left: inherit !important
}

.ctProfileRight .box-content .cmt-info-box .cib-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.ctProfileRight .box-content .cmt-info-box .cib-header .time {
    direction: rtl
}

.ctProfileRight .box-content .cmt-info-box .cib-body p {
    text-align: right
}

.seeMore span {
    color: #f27621;
    font-weight: 400;
    font-size: 12px;
    margin-right: 2px
}

.seeMore svg {
    width: 12px;
    height: 12px
}

.seeMore svg path {
    fill: #f27621
}

.seeMore:hover span {
    color: #d2220e
}

.seeMore:hover svg path {
    fill: #d2220e
}

.shadowBox {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
    border: 1px solid #dee2e6 !important;
    padding: 0px 9px 10px 9px;
    background-color: #fff
}

.shadowBox .sbhTitle {
    padding-top: 10px;
    padding-bottom: 10px
}

.shadowBox .sbhTitle_2 {
    padding-top: 10px
}

.shadowBox ul {
    padding-bottom: 12px
}

.linkChPlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.linkChPlay a {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 42px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    overflow: hidden
}

.linkChPlay a img {
    width: 100%;
    height: 100%
}

.linkChPlay.RIGHT {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.textApkrabi {
    margin-top: 16px;
    font-family: AgentOrange,"Lexend Deca",sans-serif;
    color: #f27621
}

.btnJoinApkRabiWeb {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto
}

.btnJoinApkRabiWeb a {
    width: 100%;
    padding: 6px
}

.btnJoinApkRabiMobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.btnJoinApkRabiMobile a {
    padding: 5px 12px
}

.ctTableNew {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.ctTableNew .ctModDesc {
    width: 100%
}

.ctTableNew .ctModDesc .btnModSeeMore2 {
    width: 100%;
    color: #1090cb;
    border-color: #f27621
}

.ctTableNew .table-new {
    width: 100%
}

.table-new {
    width: 50%;
    overflow-wrap: anywhere
}

.ctModDesc {
    width: 45%
}

.ctModDesc ul {
    padding: revert;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ctModDesc ol {
    padding: revert;
    margin: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.ctModDescContent {
    background-color: rgba(144,135,135,.1490196078);
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 10px;
    overflow-wrap: break-word
}

.ctModFeature {
    padding: 10px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f27621;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.ctModFeature button {
    border-radius: 50%;
    background: rgba(0,0,0,0);
    width: 20px;
    height: 20px;
    padding: 0;
    color: #fff;
    border-color: #fff
}

.ctAppName {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: inline
}

.ctAppName span {
    display: inline !important
}

.ctAppName .page-title {
    display: inline !important;
    float: none
}

.ctAppName2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.3em
}

.ctAppName2 .ctRowName {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ctAppName2 .span1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.ctAppName2 .span2 {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box
}

.dmca-badge {
    margin-top: 10px;
    display: inline-block
}

.dmca-badge img {
    height: 30px;
    width: 100px
}

.entryFaqRight {
    direction: rtl
}

.entryFaqRight .toggle {
    right: inherit !important;
    left: 0
}

.ctSearchAndLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 0 0 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ctSearchAndLogo .ctLogo {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0
}

.ctSearchAndLogo .nmi-search-toggle {
    z-index: 9
}

.ctSearchAndLogo .nmi-search-toggle svg {
    width: 20px;
    height: 20px
}

.ctSearchAndLogo.RIGHT_DIRECTION {
    padding-left: 0px
}

.ctMenuToggle {
    z-index: 9
}

#page-header .ctSearchRight {
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%)
}

#page-header .ctSearchLeft {
    -webkit-transform: translateX(105%);
    transform: translateX(105%)
}

.logoWeb {
    display: none
}

.loginDrawerRight {
    left: auto !important;
    right: 20px
}

.ctBlockquoteRight blockquote {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
    border-right: 4px solid #1090cb !important;
    border-left: none !important
}

.btnScrollDes {
    padding-top: 100px;
    margin-top: -100px
}

.box-tele {
    padding: 8px 10px;
    border-radius: 2px;
    margin-left: auto;
    margin-right: auto
}

.box-tele .text-join-tele {
    margin-top: 10px;
    font-size: 13px;
    color: rgba(0,0,0,.9);
    text-align: center
}

.mt150pc {
    margin-top: 100px
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px
}

.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: #f27621;
    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
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.apkDownloaderContainer {
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    padding: 20px;
    padding-bottom: 20px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.apkDownloaderContainer .title {
    color: #f27621;
    font-family: AgentOrange,"Lexend Deca",sans-serif;
    margin-bottom: 25px;
    width: 100%;
    text-align: center
}

.apkDownloaderContainer .col-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.apkDownloaderContainer .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out
}

.apkDownloaderContainer input {
    max-width: 500px;
    width: 100%;
    margin-bottom: 20px
}

.apkDownloaderContainer .btn-get-link {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    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;
    border-radius: 16px;
    padding-left: 16px;
    padding-right: 16px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17.71%, #F5AD1E), color-stop(86.46%, #F27621));
    background: linear-gradient(180deg, #F5AD1E 17.71%, #F27621 86.46%);
    height: 50px;
    outline: none;
    border: none;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
    text-transform: uppercase
}

.apkDownloaderContainer .btn-get-link svg {
    width: 18px;
    height: 18px;
    margin-right: 6px
}

.apkDownloaderContainer .btn-get-link svg path {
    fill: #fff
}

.apkDownloaderContainer .btn-get-link:disabled {
    background: #aaa
}

.apkDownloaderContainer .apk_info {
    margin-top: 40px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.apkDownloaderContainer .apk_info.done {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.apkDownloaderContainer .apk_info .row {
    margin-bottom: 20px;
    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
}

.apkDownloaderContainer .apk_info .col-left {
    padding-right: 20px
}

.apkDownloaderContainer .apk_info .col-left>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 8px
}

.apkDownloaderContainer .apk_info .col-left>div strong {
    display: block;
    width: 50%;
    font-size: 14px
}

.apkDownloaderContainer .apk_info .col-left>div span {
    color: #333;
    width: 50%;
    color: #f27621;
    font-size: 14px
}

.apkDownloaderContainer .apk_info .app-icon {
    margin-top: 20px;
    width: 80px;
    height: 80px;
    border-radius: 4px
}

.apkDownloaderContainer .loaderWrp {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px
}

.apkDownloaderContainer .loaderWrp.loading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.apk-info-from-search-page {
    display: none;
    margin-bottom: 20px
}

.apk-info-from-search-page.show {
    display: block
}

.apk-info-from-search-page .title {
    font-family: "Lexend Deca",sans-serif;
    color: #000
}

@media screen and (min-width: 768px) {
    .swiper {
        height:200px
    }

    .apk-image {
        border-radius: 4px;
        overflow: hidden
    }

    .dd-content-right {
        left: 0 !important
    }

    .shadowBox {
        border-radius: 8px
    }

    .sbhTitle div span svg {
        width: 20px;
        height: 20px
    }

    #page-header #menu-holder .login .dd-content {
        left: 0
    }

    .loginDrawerRight {
        right: auto
    }

    .logoWeb {
        display: block
    }

    .ctSearchAndLogo {
        display: none
    }

    .ctAppName2 {
        font-size: 1.6em
    }

    .ctTableNew {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .ctTableNew .ctModDesc {
        width: 48%
    }

    .ctTableNew .table-new {
        width: 50%
    }

    .ctTableNew.RIGHT_CONTAINER {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .ctAppName .page-title {
        display: inline !important;
        float: none !important
    }

    .info .ctIconRow img {
        width: 100px !important;
        height: 100px !important
    }

    .btnJoinApkRabiWeb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .btnJoinApkRabiMobile {
        display: none
    }

    .seeMore {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .shadowBox {
        padding: 10px;
        padding-bottom: 0px
    }

    .shadowBox .sbhTitle {
        padding-top: 0px;
        padding-bottom: 0px
    }

    .shadowBox .sbhTitle_2 {
        margin-top: 20px;
        padding-top: 0px
    }

    .textFollow {
        margin-top: 30px
    }

    .pf-menu {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 50%
    }

    .pf-menu li {
        width: 40%
    }

    .ctLogoFooterRight {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .ctLogoFooter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 20px
    }

    .ctLogoFooter .logo img {
        height: 60px;
        width: 193px
    }

    .apksFlexDirectionRight {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .apksFlexDirectionLeft {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .w3 {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .w3_right_768 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .hidden-mobile {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .hidden-768 {
        display: none !important
    }

    .entry-related .mtmobile {
        margin-top: 0
    }

    .sbhTitle_2 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sbhTitle_2 div a {
        display: none
    }

    .width80_768 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .width80_768 .ct80 {
        width: 80%
    }

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

    .ctApkMod .buttonHide {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: rgba(0,0,0,0) !important
    }

    .ctApkText {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: auto 0
    }

    .ctApkText .title {
        color: #fff;
        margin-top: -270px;
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 38px;
        letter-spacing: 0em;
        text-align: left
    }

    .ctApkText .sub {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        letter-spacing: 0em;
        text-align: justified;
        color: #fff;
        margin-top: 13px;
        max-width: 522px
    }

    .pf-Top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pf-Top .container .pf-Bot {
        margin-top: 13px
    }

    .entry-faq .textFAQ {
        font-size: 23px;
        font-style: normal;
        font-weight: 700;
        line-height: 29px
    }

    .trending li {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .trending img {
        height: 182px !important;
        width: 364px !important;
        max-width: 364px !important
    }

    .btn-download2 {
        width: auto
    }

    .pagination {
        display: none
    }

    .container2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .page-single {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-single .entry-apk-rating .info {
        margin-left: 0
    }

    .page-single .entry-download {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .page-single .center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .page-single .entry-thumb .thumb img {
        height: 455px
    }

    .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .login {
        display: none
    }

    .imgBg {
        height: 432px
    }

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

    .imgBg span {
        color: #fff;
        margin: 165px 192px 13px;
        font-size: 30px;
        line-height: 37px
    }

    .imgBg .sub {
        margin: 0 192px;
        font-size: 14px;
        line-height: 25px
    }

    .tnvToc {
        display: inline-block
    }

    .accordion .ahead {
        padding: 0 25px
    }

    .accordion .abody {
        padding: 0px 0px
    }

    .entry-mod .accordion {
        display: inline-block
    }

    .apk-info-table tbody tr {
        width: calc(33.33% - 10px)
    }

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

    .box-categories {
        padding: 10px 20px
    }

    .box-categories a {
        width: 33.333%
    }

    .sbhTitle {
        font-size: 1.5rem
    }

    .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 {
        padding: 0 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 75vh
    }

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

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

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

    .secbox .sbheader,.box-space,.blogs li,.apks li {
        margin-bottom: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .w4,.w3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -8px
    }

    .w4 li,.w3 li {
        padding: 0px 8px;
        width: 50%
    }

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

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

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

    .box-cross {
        position: relative;
        margin-top: 30px;
        border: none;
        border-radius: 9.20741px
    }

    .box-cross .bc-body .item .ctLink {
        -webkit-box-flex: inherit;
        -ms-flex: inherit;
        flex: inherit
    }

    .box-cross .bc-title {
        background-color: #ddd;
        padding: 10px;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .box-cross .bc-title .toggle {
        margin-top: 0
    }

    .box-cross .abody {
        background-color: #eee
    }

    .box-cross .abody .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 11px
    }

    .box-cross .abody .item .ctLink {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        color: #fff;
        background-color: #f27621;
        border-radius: 6px;
        padding: 6px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        margin-left: 8.5px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .wrap-box-mod {
        padding: 30px 25px 25px 25px
    }

    .mod-accordion .ahead {
        padding: 12px 25px
    }

    .mod-accordion .abody {
        padding: 0
    }

    .mod-accordion .wrap-box-mod {
        padding: 16px 25px
    }

    .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 {
        overflow: hidden
    }

    .blog .info .description {
        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 .btnLogin {
        width: auto
    }

    #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: 25px
    }

    #comments .rating-detail .rt-r .line .title,#comments .rating-detail .rt-r .line .count {
        line-height: 25px
    }

    .list-comments li .avatar {
        width: 50px;
        height: 50px
    }

    .list-comments li .list-replies .avatar {
        width: 40px;
        height: 40px
    }

    .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-apk-rating .page-title {
        float: right;
        width: calc(100% - 116px)
    }

    .page-single .entry-apk-rating .thumb {
        float: left
    }

    .page-single .entry-apk-rating .thumb img {
        margin-bottom: 0;
        aspect-ratio: auto;
    }

    .page-single .entry-apk-rating .info {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff;
        -webkit-box-shadow: 0px 3.83515px 3.83515px rgba(0,0,0,.25);
        box-shadow: 0px 3.83515px 3.83515px rgba(0,0,0,.25);
        border-radius: 37.3927px;
        margin-top: -81px;
        padding: 29px;
        width: 80%;
        -ms-flex-item-align: center;
        align-self: center
    }

    .page-single .entry-apk-rating .info .margin_29 {
        margin: 29px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .page-single .entry-apk-rating .info .margin_29 .ctDownloadRow {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .youtube {
        padding-top: 42%
    }

    .seemoreapk {
        display: none
    }

    .menu-holder {
        display: none
    }
}

@media screen and (min-width: 992px) {
    .secHomeTrend {
        margin-top:16px
    }

    .swiper {
        height: 285px
    }

    .hidden-992 {
        display: none !important
    }

    .hidden-mobile-tablet {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .login {
        margin-left: 0 !important
    }

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

    .login .item_temp_3 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 32%
    }

    .page-title {
        font-size: 1.75rem
    }

    .ads {
        min-height: 190px
    }

    .mt150pc {
        margin-top: 150px
    }

    .box-slider {
        min-height: 300px
    }

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

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

    .sbhTitle div span svg {
        width: 24px;
        height: 24px
    }

    .box-categories {
        padding: 10px 35px;
        -webkit-box-shadow: 0px 2px 6px rgba(0,0,0,.16);
        box-shadow: 0px 2px 6px rgba(0,0,0,.16)
    }

    #page-header .container {
        position: relative
    }

    #page-header .ph-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        float: left;
        height: 70px;
        padding: 0
    }

    #page-header .ph-left .ctMenuToggle {
        display: none
    }

    #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 img {
        height: 50px;
        width: 161px
    }

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

    #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) !important;
        transform: translateX(0) !important;
        width: inherit;
        max-width: inherit;
        overflow: inherit;
        z-index: 5
    }

    #page-header #menu-holder .logo_menu {
        display: none
    }

    #page-header #menu-holder .form-search-header_menu {
        display: none
    }

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

    #page-header #menu-holder .menu_right {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    #page-header #menu-holder .menu {
        margin: 0;
        margin-right: 24px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%
    }

    #page-header #menu-holder .menu li {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    #page-header #menu-holder .menu li a {
        display: block;
        color: #212121;
        font-family: "Lexend Deca",sans-serif;
        padding: 0px 10px
    }

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

    #page-header #menu-holder .menu.menu_right {
        margin-left: 24px;
        margin-right: 0px
    }

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

    #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: #d2220e
    }

    #page-header #menu-holder .login.open .dd-content {
        display: block;
        right: 0;
        left: auto
    }

    #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;
        width: 161px
    }

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

    #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;
        height: 100%
    }

    #page-header #menu-holder .logo_menu {
        display: none
    }

    #page-header #menu-holder .form-search-header_menu {
        display: none
    }

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

    #page-header #menu-holder .menu_right .languageWrp .language .dd-content {
        top: 24px;
        left: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #page-header #menu-holder .menu_right .languageWrp .language .dd-content a {
        text-align: end
    }

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

    #page-header #menu-holder .languageWrp .language {
        position: relative
    }

    #page-header #menu-holder .languageWrp .language .dd-content {
        position: absolute;
        padding: 10px 12px;
        top: 24px;
        right: 0px;
        z-index: 20;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #page-header #menu-holder .languageWrp .language .dd-content a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #000;
        padding: 2px 4px;
        border-radius: 3px
    }

    #page-header #menu-holder .languageWrp .language .dd-content a img {
        margin-right: 5px;
        width: 16px;
        height: 14px
    }

    #page-header #menu-holder .languageWrp .box-dropdown {
        margin-right: 20px
    }

    #page-header #menu-holder .languageWrp .box-dropdown .dd-toggle::after {
        border-color: #000;
        right: 1px;
        top: 5px
    }

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

    #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: #d2220e
    }

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

    #page-header .ph-left .nmi-search-toggle {
        right: 0
    }

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

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

    #page-body {
        padding: 0px
    }

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

    #page-footer .pf-Top .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

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

    .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: .75rem
    }

    .bs-ads {
        height: 600px
    }

    .blog .info {
        padding: 16px
    }

    .page-form-space {
        padding: 100px 0 100px 0
    }

    .youtube {
        padding-top: 31%
    }

    .wrapcontent>* {
        word-break: inherit
    }

    #page-body {
        margin-top: 80px
    }

    .secbox {
        margin-bottom: 40px
    }

    .w3 {
        -webkit-box-pack: inherit !important;
        -ms-flex-pack: inherit !important;
        justify-content: inherit !important
    }

    .w3 li {
        width: 33.33333%
    }

    .w4 li {
        width: 25%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mod-accordion .ahead {
        padding: 15px 25px
    }

    .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: .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%
    }

    #comments .rating-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 16px
    }

    #comments .rating-detail .rt-l {
        width: 35%;
        border-right: 1px solid #ddd;
        margin-bottom: 0
    }

    #comments .rating-detail .rt-l .info {
        width: 100%;
        margin: 0 auto
    }

    #comments .rating-detail .rt-l .info div {
        position: relative;
        line-height: 24px
    }

    #comments .rating-detail .rt-r {
        width: 75%
    }

    #comments .form-comment textarea {
        padding: 16px
    }
}

/*# sourceMappingURL=style.min.css.map */
