a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
    outline: 0;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.clear {
    clear: both;
    line-height: 0px;
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
    transition-duration: .2s;
}

::-webkit-scrollbar {
    width: 8px;
    height: 60px;
}

::-webkit-scrollbar-thumb {
    background-color: var(--theme-color);
}

::selection {
    background-color: var(--theme-color);
    color: #ffffff;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
    background: #fff;
}

.english,
.en,
.arial {
    font-family: 'Roboto', sans-serif;
}

#main_wrap {
    position: relative;
    width: 100%;
    float: left;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    overflow: hidden;
}

/*@media(max-width:600px){#main_wrap{ margin-bottom:150px;}}*/
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    position: relative;
}

.nobl {
    border-left: none;
}

a {
    color: var(--theme-color);
    text-decoration: none;
}

a:hover {
    color: #888;
}

p {
    font-size: 16px;
    line-height: 24px;
}

h1 {
    font-size: 36px;
    line-height: 44px;
}

h2 {
    font-size: 32px;
    line-height: 40px;
}

h3 {
    font-size: 28px;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    line-height: 32px;
}

h5 {
    font-size: 20px;
    line-height: 28px;
}

h6 {
    font-size: 16px;
    line-height: 24px;
}

strong {
    font-size: inherit;
    font-weight: 700;
}

.bhead:after {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    background: var(--theme-color);
    bottom: -5px;
    left: 0;
    right: 0;
}

iframe,
img {
    max-width: 100%;
}

.round {
    border-radius: 10%;
    -moz-border-radius: 10%;
    -webkit-border-radius: 10%;
    -ms-border-radius: 10%;
}

.container {
    display: block;
    width: 1150px;
    max-width: 100%;
    padding: 0 10px;
    margin: 0px auto;
    position: relative;
}

.main_bar {
    width: 780px;
    float: left;
    position: relative;
}

.side_bar {
    width: 320px;
    float: right;
    max-width: 100%;
    overflow: hidden;
    word-break: break-all;
}

@media(max-width: 1080px) {
    .container {
        width: 100%;
        padding: 0 10px;
    }

    .main_bar {
        width: 75%;
    }

    .side_bar {
        width: 23%;
    }
}

@media(max-width: 800px) {
    .container {
        padding: 0 5px;
    }

    .main_bar {
        width: 100%;
        margin-bottom: 15px;
    }

    .side_bar {
        width: 100%;
    }
}

header {
    width: 100%;
    background: var(--nav-bg);
    border: none;
    box-shadow: 0 2px 0 0 #f5f5f5;
    height: 54px;
    margin-bottom: 20px;
}

header .logo_wrap {
    float: left;
    width: 22%;
    height: 50px;
    line-height: 50px;
}

header #nav_wrap {
    float: left;
    width: 68%;
}

header .search_wrap {
    float: right;
    width: 15%;
    padding: 7px 0;
}

header .logo_wrap img.logo {
    vertical-align: middle;
}

header #nav_wrap ul.main_nav {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    padding-left: 0;
}

header #nav_wrap ul.main_nav li {
    float: left;
    position: relative;
    list-style: none;
}

header #nav_wrap ul.main_nav li a {
    float: left;
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    color: var(--nav-link-txt);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

header #nav_wrap ul.main_nav li:hover>a,
header #nav_wrap ul.main_nav li>a.active {
    color: var(--nav-link-hover-txt);
    background: var(--nav-link-hover-bg);
}

header #nav_wrap ul.main_nav li>ul {
    display: none;
    position: absolute;
    left: 0;
    top: 54px;
    background: #fff;
    min-width: 200px;
    box-shadow: 0 2px 1px 0 rgb(50 50 50 / 20%);
}

header #nav_wrap ul.main_nav li>ul li {
    float: left;
    width: 100%;
}

header #nav_wrap ul.main_nav li>ul li a {
    float: left;
    width: 100%;
    padding: 10px;
    line-height: 22px;
    height: auto;
    color: var(--theme-color);
}

header #nav_wrap ul.main_nav li:hover>ul {
    display: block;
    z-index: 99999;
}

header .menu_hndlr {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    cursor: pointer;
}

header .menu_hndlr i {
    color: var(--nav-btn);
    font-size: 20px;
}

header .btnsearch {
    float: right;
    padding: 18px;
}

header .btnsearch i {
    color: #fff;
    font-size: 18px;
}

header .btnsearch:hover {
    background: #fff;
}

header .btnsearch:hover i {
    color: var(--theme-color);
}

.category_head {
    width: 100%;
    padding: 12px 12px 12px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.buttom_cat_item {
    text-transform: capitalize;
    background: white;
    width: 135px;
    margin: 1.2% 1% 1% 0%;
    padding: 0.2rem;
    text-align: center;
    font-weight: 600;
    font-size: 13px;
}

.buttom_cat_list {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.buttom_cat_item a {
    width: 100%;
}

.category_head h3 {
    text-transform: capitalize;
    font-weight: 600;
    margin: 0px;
}

.buttom_cat_item a:hover {
    color: var(--theme-color) !important;
}

.buttom_cat_item a {
    color: black !important;
}

.category_head a {
    font-weight: 600;
    font-size: 18px;
    border-radius: 6px;
    padding: 8px 10px;
    color: white;
    background: var(--theme-color);
}

@media(max-width: 1320px) {
    header #nav_wrap ul.main_nav li a {
        padding: 0 10px;
    }
}

@media(max-width: 1080px) {
    header .logo_wrap {
        width: 82%;
        text-align: center;
    }

    header .btnsearch {
        position: absolute;
        right: 0;
        top: 0;
    }

    header .menu_hndlr {
        display: block;
    }

    header #nav_wrap {
        display: none;
        position: fixed;
        width: 250px;
        background: #fff;
        top: 0px;
        left: 0;
        height: 100%;
        overflow-y: auto;
        box-shadow: 5px 0 12px rgba(18, 26, 33, .1);
        padding-bottom: 60px;
        z-index: 999999;
    }

    header #nav_wrap ul.main_nav {
        display: block;
    }

    header #nav_wrap ul.main_nav li {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    header #nav_wrap ul.main_nav li a {
        padding: 8px;
        float: left;
        width: 100%;
        font-size: 15px;
        font-weight: normal;
        height: auto;
        color: var(--theme-color);
    }

    header #nav_wrap ul.main_nav li>ul {
        display: inline-block;
        width: 100%;
        position: static;
        background: #fbfbfb;
        padding-left: 0;
        box-shadow: none;
    }

    header #nav_wrap ul.main_nav li>ul li {
        padding-left: 15px;
    }

    header #nav_wrap ul.main_nav li>ul li:last-child {
        border-bottom: none;
    }
}

.mob_menu_close {
    background: var(--theme-color);
    margin-bottom: 0;
    height: 50px;
    display: none;
}

.mob_menu_close i {
    padding: 15px;
    color: var(--nav-btn);
    font-size: 18px;
}

header .show_mob_menu {
    display: block !important;
}

header .show_mob_menu .mob_menu_close {
    display: block;
}

.breadcrumbs {
    font-size: 15px;
    color: black !important;
    line-height: 18px;
    margin-bottom: 15px;
}

hr {
    border: solid #00000030 0.5px;
    color: var(--theme-color);
}

.breadcrumbs a {
    text-transform: capitalize;
    color: black
}

.breadcrumbs i {
    margin: 0 5px;
}

.breadcrumbs a:hover,
.breadcrumbs a:last-child {
    color: var(--theme-color);
    opacity: 1;
    -webkit-transition: none;
    transition: none
}

#ScrollToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999999999;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--theme-color);
    color: white;
    cursor: pointer;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;
}

#ScrollToTop i {
    line-height: 40px;
}

#ScrollToTop:hover {
    background-color: var(--theme-color) !important;
}

#search_wrap {
    display: none;
    z-index: 9999999999;
}

#convert_wrap p {
    color: #000000e0;
}

#convert_wrap {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    margin: auto;
    position: fixed;
    display: block;
    width: fit-content;
    height: fit-content;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    cursor: pointer;
    align-items: center;
}

.convert-title {
    padding: 15px;
    color: black;
}

.search_inner {
    width: 800px;
    padding: 5px;
    text-align: center;
}

.search_close {
    background: #ffffff00 !important;
    color: #00000033 !important;
    padding: 2px 6px;
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 25px;
}

.search_inner input[type="text"] {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    outline: none;
    height: 80px;
    line-height: 80px;
    width: 100%;
    border: none;
    padding: 0 15px;
    box-shadow: 0 0.5rem 1.375rem 0 rgb(0 0 0 / 7%);
}

@media(max-width: 800px) {
    .search_inner {
        width: 100%;
    }
}

@media(max-width: 600px) {
    .search_inner {
        width: 100%;
    }
}

.border {
    border: 1px solid #0000002e !important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

small,
.small {
    font-size: 87.5%;
}

.text-muted {
    color: #6c757d !important;
}

.text-truncate span {
    font-size: 13px;
    margin: -4px 0px;
}

.add-trun {
    margin: 0px 0px 4px 0px;
}

.svg-6 {
    width: 1rem;
    margin-right: 6px;
}

.text-truncate {
    display: flex;
}

.list_item_wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    position: relative;
}

.list_item_wrap .list_item {
    width: 22.7%;
    margin: 0 3% 10px 0;
}

.list_item_wrap .list_item img {
    margin-bottom: -7px;
    width: 100%;
    height: auto;
}

.list_item_wrap .list_item h4,
.related_list_item_wrap .related_list_item h4 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 0;
    color: #EB0000;
}

.list_item_wrap .list_item:nth-child(4n+4) {
    margin-right: 0;
}

@media(max-width: 850px) {
    .list_item_wrap .list_item {
        width: 22.7%;
    }
}

@media(max-width: 650px) {
    .list_item_wrap .list_item {
        width: 100%;
    }
}

@media(max-width: 350px) {
    .list_item_wrap .list_item {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

.related_list_item_wrap {
    display: flex;
    flex-wrap: wrap;
}

.related_list_item_wrap .related_list_item {
    width: 31.33%;
    margin: 1%;
}

.related_list_item_wrap .related_list_item img {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
}

.related_list_item_wrap .related_list_item h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 0;
    color: #7bbf3a !important;
}

@media(max-width: 650px) {
    .related_list_item_wrap .related_list_item {
        width: 48%;
    }
}

@media(max-width: 350px) {
    .related_list_item_wrap .related_list_item {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

.side_bar .widget {
    margin-bottom: 20px;
}

.side_bar .widget h3 {
    font-size: 24px;
    line-height: 32px;
}

.side_list_item_wrap {
    width: 100%;
    float: left;
}

.side_list_item_wrap .side_list_item {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.side_list_item_wrap .side_list_item img {
    border-radius: 0.5rem !important;
    float: left;
    margin-right: 10px;
}

.side_list_item_wrap .side_list_item h4 {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    color: #e82a14;
    margin: 0;
}

.deatils-apk {
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 174px;
}

.apk-title {
    font-size: 16px;
    color: black;
    margin: -3px 0px;
}

.apk-box {
    display: flex;
    padding: 0.75rem;
    background: white
}

.apk-box:hover {
    display: flex;
    padding: 0.75rem;
    background: #d1d1d14d
}

.apk-box:hover .text-truncate span {
    color: #00000087;
}

.text-truncate span {
    color: var(--theme-color);
}

footer {
    width: 100%;
    margin: 30px 0 0;
    z-index: 1;
    color: #fff;
    border-top: solid 1px #332e60;
    padding-top: 15px;
}

footer .ftr_link_box {
    text-align: center;
    display: block;
}

footer .ftr_link_box a {
    display: inline-block;
    margin: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--footer-link-txt);
    background: var(--footer-link-bg);
    padding: 3px 8px;
    border-radius: 10px;
}

footer .footer_main {
    background: #f5f5f5;
    border-top: 1px solid #e2e2e3;
    border-bottom: 1px solid #e2e2e3;
    padding: 5px 0;
}

footer .footer_main2 {
    padding: 5px 0;
}

footer .footer_main .ftr_social_box {
    float: left;
    width: 100%;
    text-align: center;
}

footer .footer_main .ftr_social_box a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #f0f2f5;
    border-radius: 50%;
    line-height: 40px;
    margin: 5px;
    color: #fff;
}

footer .footer_main .ftr_social_box a.fsb_facebook {
    background: #0071F3;
}

footer .footer_main .ftr_social_box a.fsb_twitter {
    background: #31C6F7;
}

footer .footer_main .ftr_social_box a.fsb_youtube {
    background: #F70000;
}

footer .footer_main .ftr_social_box a.fsb_linkedin {
    background: #0077B0;
}

footer .footer_main .ftr_social_box a.fsb_telegram {
    background: #0083C5;
}

footer .footer_main2 .ftr_social_box2 {
    float: left;
    width: 67%;
    text-align: center;
}

footer .footer_main2 .ftr_social_box2 a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #f0f2f5;
    border-radius: 50%;
    line-height: 40px;
    margin: 5px;
    color: #fff;
}

footer .footer_main2 .ftr_social_box2 a.fsb_facebook {
    background: #0071F3;
}

footer .footer_main2 .ftr_social_box2 a.fsb_twitter {
    background: #31C6F7;
}

footer .footer_main2 .ftr_social_box2 a.fsb_youtube {
    background: #F70000;
}

footer .footer_main2 .ftr_social_box2 a.fsb_linkedin {
    background: #0077B0;
}

footer .footer_main2 .ftr_social_box2 a.fsb_telegram {
    background: #0083C5;
}

footer .footer_bottom {
    background: var(--footer-bg);
    padding: 15px 0;
    text-align: center;
    color: var(--footer-txt);
    font-size: 11px;
    line-height: 20px;
}

.ac {
    text-align: center !important;
}

/*footer .footer_bottom {padding: 12px 0; }*/
footer .footer_bottom .footer_bottom_in {
    display: flex;
    flex-wrap: wrap;
}

footer .footer_bottom .footer_bottom_in .ftr_text {
    width: 100%;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}

footer .footer_bottom .footer_bottom_in .ftr_links {
    width: 56%;
    text-align: right;
}

footer .footer_bottom .footer_bottom_in .ftr_links a {
    display: inline-block;
    font-size: 12px;
    line-height: 24px;
    color: #7bbf3a !important;
    margin-right: 5px;
    min-width: 50px;
    min-height: 50px;
}

footer .footer_bottom .footer_bottom_in .ftr_links a:after {
    content: "|";
    color: #7bbf3a !important;
    padding-left: 5px;
}

footer .footer_bottom .footer_bottom_in .ftr_links a:hover {
    color: #ff0000;
}

footer .footer_bottom .footer_bottom_in .ftr_links a:last-child {
    margin-right: 0;
}

footer .footer_bottom .footer_bottom_in .ftr_links a:last-child:after {
    content: "";
    padding-left: 0;
}

@media(max-width: 800px) {
    footer .footer_bottom .footer_bottom_in .ftr_text {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    footer .footer_bottom .footer_bottom_in .ftr_links {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 800px) {
    .container {
        padding: 0 5px;
    }

    footer .ftr_link_box {
        margin-top: 10px;
    }

    footer .footer_text,
    footer .ftr_link_box {
        width: 100%;
    }
}

@media (max-width: 1020px) {
    .container {
        padding: 0 10px;
    }
}

@media (max-width: 1160px) {
    .container {
        width: 100%;
    }

    footer .footer_main2 .ftr_social_box2 {
        width: 83%;
    }
}

figure {
    text-align: center;
}

.reting footer {
    width: 100%;
    margin: 30px 0 0;
    z-index: 1;
    color: #fff;
    border-top: none !important;
    padding-top: 0 !important;
}

.more_link {
    width: 80%;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    background: var(--theme-color) !important;
    margin: 20px auto;
}

.more_link:hover {
    color: #fff;
    background: #222;
}

.ac-inputs,
.ac-textarea {
    margin-bottom: 15px;
}

.fx-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.fx-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.fx-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.fx-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.fx-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.fx-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.fx-first {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
}

.fx-last {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
}

.fx-1 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 50px;
}

#cmnt_form input[type="text"],
#cmnt_form textarea {
    width: 100%;
    background-color: #fff;
    color: #000;
    box-shadow: inset 0 0 0 1px #e3e3e3, inset 1px 2px 5px rgba(0, 0, 0, 0.1);
    appearance: none;
    -webkit-appearance: none;
    border-radius: 4px;
    border: 0;
    padding: 10px 15px;
    outline: none;
}

#cmnt_form input[type="text"] {
    height: 40px;
    line-height: 40px;
}

#cmnt_form button[type="submit"],
#cmnt_form button[type="button"] {
    padding: 10px 20px;
    border: none;
    outline: none;
    background: var(--theme-color) !important;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    cursor: pointer;
}

.ac-inputs input {
    width: 49% !important;
}

.comments-tree-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.comments-tree-list .comments-tree-list {
    padding-left: 25px;
    position: relative;
}

.comments-tree-list .comments-tree-list:before {
    content: "\f178 ";
    font-family: 'FontAwesome';
}

.comments-tree-item {
    display: block;
    margin: 0;
    padding: 0;
}

.comm-item {
    margin-top: 30px;
    font-size: 12px;
}

.comm-left {
    width: 50px;
    margin-right: 25px;
}

.comm-right {
    background-color: #ebeff3;
    padding: 15px 15px;
    border-radius: 6px;
    position: relative;
}

.comm-right:before {
    content: '';
    border: 10px solid transparent;
    border-right: 10px solid #ebeff3;
    position: absolute;
    right: 100%;
    top: 17px;
}

.comm-img {
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    overflow: hidden;
    position: relative;
}

.comm-img img {
    width: 100%;
    min-height: 100%;
    display: block;
}

.comm-two {
    margin: 10px 0 15px 0;
}

.comm-one>span {
    margin-right: 15px;
    color: #939393;
    font-weight: 300;
}

.comm-one>span.comm-author {
    color: #27ae60;
    font-weight: 400;
}

.comm-one>span.comm-author a {
    color: #27ae60;
}

.comm-three-left>a,
.comm-three-right li a {
    color: #939393;
}

.comm-three-left>a>.fa {
    margin-right: 10px;
}

.comm-three-right li {
    display: inline-block;
    margin-left: 10px;
}

.comm-three a:hover {
    text-decoration: underline;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.full-text {
    font-size: 14px;
    line-height: 1.7;
    color: #5c5c5c;
}

.full-text img:not(.emoji) {
    max-width: 100%;
    margin: 10px 0;
}

.full-text>img[style*="left"],
.full-text>.highslide img[style*="left"] {
    margin: 0 10px 10px 0;
}

.full-text>img[style*="right"],
.full-text>.highslide img[style*="right"] {
    margin: 0 0 10px 10px;
}

.full-text a {
    text-decoration: underline;
    color: #34ace0;
}

.full-text a:hover {
    text-decoration: none;
}

.full-text h2,
.full-text h3,
.full-text h4,
.full-text h5 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 500;
}

.full-text p {
    margin-bottom: 10px;
}

.full-text>ul,
.full-text>ol {
    margin: 0;
}

.full-text>ul li {
    list-style: disc;
    margin-left: 40px;
}

.full-text>ol li {
    list-style: decimal;
    margin-left: 40px;
}

.txt_err {
    color: #C14D44;
}

.txt_suc {
    color: #008000;
}

.main_head {
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.main_head {
    font-size: 20px;
    line-height: 28px;
}

.main_table_press {
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
}

.main_table_press thead th {
    background-color: #d9edf7;
}

.main_table_press tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.main_table_press td,
.main_table_press th {
    border: 1px solid #ededed;
    padding: 8px;
    text-align: left;
}

.main_table_press th {
    font-weight: bold;
    font-size: 15px;
    line-height: 23px;
}

.main_table {
    width: 70%;
    margin: 0 auto 20px auto;
}

@media (max-width: 800px) {
    .main_table {
        width: 100%;
        margin: 0 auto 20px auto;
    }
}

.main_table tr {
    border-collapse: collapse;
}

.main_table tr:last-child {
    border-bottom: none;
}

.main_table th,
.main_table td {
    padding: 10px;
    font-size: 15px;
    text-align: left;
    line-height: 24px;
    vertical-align: top;
}

.main_table th {
    font-weight: 600;
}

.main_table tr:nth-child(odd) {
    background: rgba(0, 0, 0, .05);
}

.main_table2 {
    margin-bottom: 20px;
    border-collapse: collapse;
    width: 100%;
    overflow: hidden;
    word-break: break-all;
}

.main_table2 tr {
    border-bottom: 1px solid #ededed;
}

.main_table2 td,
.main_table2 th {
    padding: 3px;
    text-align: left;
}

.main_table2 th {
    font-weight: bold;
    font-size: 16px;
    line-height: 14px;
}

.main_table2 tbody tr:nth-child(even) {
    background: #F2F2F2;
}

.spec_table {
    width: 100%;
    margin: 0 auto 20px auto;
}

.spec_table tr {
    border-collapse: collapse;
}

.spec_table tr:last-child {
    border-bottom: none;
}

.spec_table th,
.spec_table td {
    padding: 10px;
    font-size: 15px;
    text-align: left;
    line-height: 24px;
    vertical-align: top;
}

.spec_table th {
    font-weight: 600;
}

.spec_table tr:nth-child(odd) {
    background: rgba(0, 0, 0, .05);
}

.btn_apkdownload {
    background-color: #7bbf3a !important;
    padding: 20px 30px;
    color: #fff;
    position: relative;
    display: inline-block;
    font-weight: 700;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
}

.btn_apkdownload2 {
    background-color: var(--theme-color) !important;
    color: #fff;
    border-color: transparent;
    width: 100%;
    padding: 10px;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.btn_apkdownload2:hover {
    color: #fff;
}

.explore_box {
    border: solid 1px #ccc;
    width: 75%;
    margin: 20px auto;
}

.explore_box .explode_head {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    display: block;
    padding: 10px;
    border-bottom: solid 1px #ccc;
}

.explore_box .explore_box_inner {
    padding: 10px;
}

.explore_box .explore_box_inner p:last-child {
    margin-bottom: 0;
}

.explore_box .explore_box_inner p {
    cursor: pointer;
}

.explore_box .explore_box_inner span {
    background: white;
    border-radius: 50%;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    color: var(--theme-color);
    font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
}

.explore_box .explore_box_inner a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
}

.explore_box .explore_box_inner a:hover {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
}

.explore_box_inner a:hover {
    color: #3175e4;
}

@media(max-width: 600px) {
    .explore_box {
        width: 92%;
    }
}

.cnt_box {
    margin: 0 0 15px 0;
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    box-sizing: border-box;
}

.cnt_box p,
.cnt_box h1,
.cnt_box h2,
.cnt_box h3,
.cnt_box h4,
.cnt_box h5,
.cnt_box h6 {
    margin-bottom: 10px;
}

.cnt_box strong,
.cnt_box b,
.cnt_box em {
    font-weight: bold;
}

.cnt_box h1,
.cnt_box h2,
.cnt_box h3,
.cnt_box h4,
.cnt_box h5,
.cnt_box h6 {
    font-weight: bold;
    margin: 10px 0;
}

.cnt_box h2 {
    font-size: 24px !important;
    line-height: 32px !important;
}

.cnt_box h3 {
    font-size: 22px !important;
    line-height: 30px !important;
}

.cnt_box h4 {
    font-size: 20px !important;
    line-height: 28px !important;
}

.cnt_box h5 {
    font-size: 18px !important;
    line-height: 26px !important;
}

.cnt_box h6 {
    font-size: 16px !important;
    line-height: 24px !important;
}

.cnt_box i {
    font-style: italic;
}

.cnt_box u {
    text-decoration: underline;
}

.cnt_box ol,
.cnt_box ul {
    padding-left: 20px !important;
    margin-bottom: 10px !important;
    text-align: left;
}

.cnt_box ol {
    list-style: decimal !important;
}

.cnt_box ul {
    list-style: disc !important;
}

ul a {
    display: block;
    min-width: 48px !important;
    min-height: 48px !important;
}

.side_cat_item {
    width: 100%;
    float: left;
    margin-bottom: 0;
    border: none;
    border-bottom: 1px solid #ededed;
    text-align: left;
    padding: 5px 0;
    color: #101010;
    white-space: nowrap;
    font-size: 14px;
    line-height: 22px;
}

.side_cat_item i {
    margin-right: 2px;
    font-weight: bold;
}

.rating {
    display: none;
    font-size: 35px;
    font-weight: bold;
    color: #FF8C00;
    white-space: nowrap;
    cursor: pointer;
}

.rating .star {
    display: inline-block;
    position: relative;
    letter-spacing: 0.05em;
}

.rating .star::before {
    display: inline-block;
    color: #aaa;
    content: '☆';
    width: 1em;
    height: 1em;
}

.rating .star::after {
    display: inline-block;
    position: absolute;
    content: '★';
    top: 0;
    left: 0;
    opacity: 0;
    width: 0;
    height: 0;
    transition: all 0.1s linear;
    overflow: hidden;
}

.rating:not([disabled]) .star:hover::after,
.rating .star.active::after {
    opacity: 1;
    width: 1em;
    height: 1em;
}

.rating .star.active.half::after {
    width: 0.5em;
}

.hwa {
    height: auto;
    width: auto;
}

.full {
    width: 100% !important;
}

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.mb0 {
    margin-bottom: 0px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mt0 {
    margin-top: 0px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.pb0 {
    padding-bottom: 0px !important;
}

.pb10 {
    padding-bottom: 10px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb25 {
    padding-bottom: 25px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pt0 {
    padding-top: 0px !important;
}

.pt10 {
    padding-top: 10px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pt20 {
    padding-top: 20px !important;
}

.pt25 {
    padding-top: 25px !important;
}

.pt30 {
    padding-top: 30px !important;
}

.vam {
    vertical-align: middle;
}

.ac {
    text-align: center !important;
}

.aj {
    text-align: justify !important;
}

.db {
    display: block !important;
}

.dib {
    display: inline-block !important;
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

.pad10 {
    padding: 10px;
}

.pad15 {
    padding: 15px;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.fs17 {
    font-size: 17px;
}

.txt_red {
    color: #C14D44 !important;
}

.txt_green {
    color: #063F4F !important;
}

.txt_suc {
    color: #0ba50b !important;
}

.txt_blue {
    color: #084888 !important;
}

.txt_gray {
    color: #333 !important;
}

.txt_white {
    color: #fff !important;
}

.txt_black {
    color: #000 !important;
}

.txt_orange {
    color: #f29423 !important;
}

.blue_bg {
    background: #F1F5FD;
    float: left;
    width: 100%;
    padding: 15px 0;
}

#header_ad {
    height: 280px !important;
}

@media(max-width: 800px) {
    #header_ad {
        height: 100px !important;
    }
}

.su-u-clearfix::after {
    content: '';
    display: table;
    clear: both
}

.su-u-trim>:first-child {
    margin-top: 0
}

.su-u-trim>:last-child {
    margin-bottom: 0
}

.su-u-responsive-media-yes {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden
}

.su-u-responsive-media-yes .fluid-width-video-wrapper,
.su-u-responsive-media-yes .video-holder {
    position: static !important
}

.su-u-responsive-media-yes embed,
.su-u-responsive-media-yes iframe,
.su-u-responsive-media-yes object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.su-u-overflow-hidden {
    overflow: hidden
}

.su-accordion {
    margin-bottom: 1.5em
}

.su-accordion .su-spoiler {
    margin-bottom: .5em
}

.su-audio {
    position: relative;
    width: 100%;
    height: 30px;
    margin-bottom: 1.5em;
    background: #7c8781;
    background: linear-gradient(to bottom, #7c8781 0, #0a0809 100%);
    border-radius: 3px
}

.su-audio .jp-pause,
.su-audio .jp-play {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    cursor: pointer;
    border-right: 1px solid #454947;
    background-image: url(../images/player/default.png);
    background-repeat: no-repeat
}

.su-audio .jp-play {
    background-position: 0 0
}

.su-audio .jp-pause {
    background-position: -30px 0
}

.su-audio .jp-current-time,
.su-audio .jp-duration {
    position: absolute;
    top: 0;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    color: #eee;
    text-shadow: 0 -1px 0 #000
}

.su-audio .jp-current-time {
    left: 45px
}

.su-audio .jp-duration {
    right: 10px
}

.su-audio .jp-play-bar,
.su-audio .jp-seek-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 10px;
    border-radius: 3px;
    cursor: pointer
}

.su-audio .jp-progress {
    position: absolute;
    top: 10px;
    left: 85px;
    right: 50px;
    height: 10px;
    background: #333;
    box-shadow: 0 0 5px #000 inset;
    border-radius: 3px
}

.su-audio .jp-seek-bar {
    background: #0b0b0b;
    background: linear-gradient(to bottom, #0b0b0b 0, #666 100%)
}

.su-audio .jp-play-bar {
    background: #6db3f2;
    background: linear-gradient(to bottom, #6db3f2 0, #54a3ee 50%, #3690f0 51%, #1e69de 100%)
}

.su-box {
    margin: 0 0 1.5em;
    border-width: 2px;
    border-style: solid
}

.su-box-title {
    display: block;
    padding: .5em 1em;
    font-weight: 700;
    font-size: 1.1em
}

.su-box-content {
    background-color: #fff;
    color: #444;
    padding: 1em
}

.su-box-style-soft .su-box-title {
    background-image: url(../images/styles/style-soft.png);
    background-position: 0 0;
    background-repeat: repeat-x
}

.su-box-style-glass .su-box-title {
    background-image: url(../images/styles/style-glass.png);
    background-position: 0 50%;
    background-repeat: repeat-x
}

.su-box-style-bubbles .su-box-title {
    background-image: url(../images/styles/style-bubbles.png);
    background-position: 0 50%;
    background-repeat: repeat-x
}

.su-box-style-noise .su-box-title {
    background-image: url(../images/styles/style-noise.png);
    background-position: 0 0;
    background-repeat: repeat-x
}

.su-button {
    display: inline-block !important;
    text-align: center;
    text-decoration: none !important;
    box-sizing: content-box !important;
    transition: all .2s
}

.su-button-wide {
    display: block !important;
    margin: 1em 0
}

.su-button-center {
    text-align: center
}

.su-button span {
    display: block !important;
    text-decoration: none !important;
    box-sizing: content-box !important;
    transition: all .2s
}

.su-button img {
    border: none !important;
    vertical-align: middle !important;
    margin: -.2em .4em 0 -.3em !important;
    box-shadow: none !important
}

.su-button i {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 .5em 0 0 !important;
    text-align: center;
    line-height: 1em
}

.su-button.su-button-float-icon img {
    margin: 0 .5em !important
}

.su-button small {
    display: block;
    margin: -.2em 0 0;
    color: inherit;
    text-align: center;
    font-style: normal;
    font-size: .8em;
    line-height: 1;
    opacity: .7
}

@media screen and (max-width: 768px) {
    .su-button span {
        padding-top: .25em !important;
        padding-bottom: .25em !important;
        line-height: 1.2 !important
    }

    .su-button small {
        margin-top: .2em !important
    }
}

.su-button-style-default {
    border-width: 1px;
    border-style: solid
}

.su-button-style-default:hover {
    opacity: .7
}

.su-button-style-default span {
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid
}

.su-button-style-flat,
.su-button-style-flat span {
    border: none
}

.su-button-style-flat span {
    position: relative
}

.su-button-style-flat:hover span {
    top: 1px
}

.su-button-style-ghost {
    background: 0 0 !important
}

.su-button-style-ghost span {
    border-width: 3px;
    border-style: solid
}

.su-button-style-ghost:hover span {
    border-color: inherit !important
}

.su-button-style-soft span {
    background: 0 -20px url(../images/styles/style-soft.png) repeat-x
}

.su-button-style-soft:hover span {
    background: 0 0 url(../images/styles/style-soft.png) repeat-x
}

.su-button-style-glass span {
    background: 0 50% url(../images/styles/style-glass.png) repeat-x
}

.su-button-style-glass:hover span {
    background: 100% 50% url(../images/styles/style-glass.png) repeat-x
}

.su-button-style-bubbles span {
    background: 0 50% url(../images/styles/style-bubbles.png) no-repeat
}

.su-button-style-bubbles:hover span {
    background: -710px 50% url(../images/styles/style-bubbles.png) no-repeat
}

.su-button-style-noise span {
    background: 0 0 url(../images/styles/style-noise.png) repeat-x
}

.su-button-style-noise:hover span {
    background: 0 0 url(../images/styles/style-noise.png) repeat-x
}

.su-button-style-stroked span {
    margin: 1px;
    border: 1px dashed #fff !important
}

.su-button-style-stroked:hover span {
    opacity: .7
}

.su-button-style-3d {
    border-bottom-style: solid;
    border-bottom-width: 6px
}

.su-button-style-3d span {
    border-bottom-style: solid;
    border-bottom-width: 1px
}

.su-button-style-3d:hover {
    position: relative;
    top: 3px;
    border-bottom-width: 3px
}

.su-carousel {
    position: relative;
    margin-bottom: 1.5em;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.su-carousel-centered {
    margin: 0 auto 1.5em
}

.su-carousel-slides {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: left, top, -webkit-transform;
    transition-property: transform, left, top;
    transition-property: transform, left, top, -webkit-transform;
    transition-duration: 0s;
    transform: translate3d(0, 0, 0);
    transition-timing-function: ease
}

.swiper-free-mode>.su-carousel-slides {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.su-carousel-slide {
    position: relative;
    float: left
}

.su-carousel-slide>a,
.su-carousel-slide>a>img,
.su-carousel-slide>img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.su-carousel-responsive-yes .su-carousel-slide>a,
.su-carousel-responsive-yes .su-carousel-slide>a>img,
.su-carousel-responsive-yes .su-carousel-slide>img {
    height: auto
}

.su-carousel-pages-no .su-carousel-pagination {
    display: none
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.su-carousel .su-carousel-slide a {
    padding: 0 5px
}

.su-carousel .su-carousel-slide img {
    padding: 3px;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.su-carousel .su-carousel-slide-title {
    position: absolute;
    left: 9px;
    right: 9px;
    bottom: 4px;
    display: block;
    padding: 2px 3px;
    color: #fff;
    line-height: 1.2;
    font-size: 11px;
    background: #000;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: opacity 1s;
    -o-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s
}

.su-carousel .su-carousel-next,
.su-carousel .su-carousel-prev {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: #000 0 0 url(../images/swiper/default.png) no-repeat;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    transition: all .2s
}

.su-carousel .su-carousel-prev {
    right: 20px;
    margin-right: 40px;
    background-position: -40px 0
}

.su-carousel .su-carousel-next {
    left: 20px;
    margin-left: 40px;
    background-position: 0 0
}

.su-carousel:hover .su-carousel-next,
.su-carousel:hover .su-carousel-prev {
    margin-left: 0;
    margin-right: 0;
    opacity: .7
}

.su-carousel .su-carousel-next:hover,
.su-carousel .su-carousel-prev:hover {
    opacity: 1
}

.su-carousel .su-carousel-pagination {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 50%;
    width: 70%;
    height: 0;
    margin-top: -7px;
    text-align: center;
    cursor: default;
    opacity: 0;
    transition: all .2s
}

.su-carousel:hover .su-carousel-pagination {
    bottom: 20px;
    opacity: 1
}

.su-carousel .su-carousel-pagination span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0;
    background: #000 0 -999px url(../images/swiper/default.png) no-repeat;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .2s
}

.su-carousel:hover .su-carousel-pagination span {
    margin: 0 3px
}

.su-carousel .su-carousel-pagination span.swiper-visible-switch {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5)
}

.su-carousel .su-carousel-pagination span.swiper-active-switch,
.su-carousel .su-carousel-pagination span:hover {
    background-position: 0 -40px
}

.su-row {
    margin-bottom: 1.5em
}

.su-row::after {
    display: table;
    clear: both;
    content: ''
}

.su-row .su-column {
    display: block;
    float: left;
    box-sizing: border-box;
    margin: 0 0 0 4%
}

.su-row .su-column:first-child {
    margin-left: 0
}

.su-row .su-column.su-column-size-1-1 {
    margin-right: 0;
    margin-left: 0
}

.su-row .su-column.su-column-centered {
    float: none;
    margin-right: auto;
    margin-left: auto
}

.su-row .su-column-size-1-1 {
    width: 100%
}

.su-row .su-column-size-1-2 {
    width: 48%
}

.su-row .su-column-size-1-3 {
    width: 30.66%
}

.su-row .su-column-size-2-3 {
    width: 65.33%
}

.su-row .su-column-size-1-4 {
    width: 22%
}

.su-row .su-column-size-3-4 {
    width: 74%
}

.su-row .su-column-size-1-5 {
    width: 16.8%
}

.su-row .su-column-size-2-5 {
    width: 37.6%
}

.su-row .su-column-size-3-5 {
    width: 58.4%
}

.su-row .su-column-size-4-5 {
    width: 79.2%
}

.su-row .su-column-size-1-6 {
    width: 13.33%
}

.su-row .su-column-size-5-6 {
    width: 82.66%
}

.su-row .su-column embed,
.su-row .su-column iframe,
.su-row .su-column img,
.su-row .su-column object {
    max-width: 100%
}

@media only screen and (max-width: 767px) {
    .su-row .su-column {
        float: none;
        width: 100%;
        margin: 0
    }

    .su-row .su-column+.su-column {
        margin: 1.5rem 0 0
    }
}

.su-custom-gallery {
    margin-bottom: 1.5em
}

.su-custom-gallery:after,
.su-custom-gallery:before {
    content: '';
    display: table
}

.su-custom-gallery:after {
    clear: both
}

.su-custom-gallery-slide {
    position: relative;
    float: left;
    margin: .5em;
    overflow: hidden
}

.su-custom-gallery-slide a {
    display: block;
    width: 100%
}

.su-custom-gallery-slide img {
    display: block;
    margin: 0;
    padding: 3px;
    border: 1px solid #ccc;
    background: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: none;
    transition: all .2s
}

.su-custom-gallery-slide:hover img {
    background: #eee;
    border: 1px solid #aaa
}

.su-custom-gallery-slide span {
    position: absolute;
    left: 4px;
    bottom: 4px;
    right: 4px;
    display: block;
    padding: 2px 4px;
    font-size: 12px;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, .5);
    line-height: 1.3;
    opacity: 0;
    transition: all .2s
}

.su-custom-gallery-slide:hover span {
    opacity: 1
}

.su-custom-gallery-title-never span {
    display: none
}

.su-custom-gallery-title-always span {
    opacity: 1
}

.su-dailymotion {
    margin: 0 0 1.5em
}

.su-dailymotion iframe {
    border: none !important
}

.su-display-posts-template-default .su-post {
    display: flex;
    margin-bottom: 1.75em
}

.su-display-posts-template-default .su-post-thumbnail {
    margin: 0 1.25em 0 0;
    width: 8.25em
}

.su-display-posts-template-default .su-post-thumbnail a {
    display: block !important;
    text-decoration: none !important
}

.su-display-posts-template-default .su-post-thumbnail img {
    display: block !important;
    margin: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.su-display-posts-template-default .su-post-body {
    flex: 1
}

.su-display-posts-template-default h2.su-post-title {
    margin: 0 0 1em !important;
    padding: 0 !important;
    border: none !important;
    font-size: 1.35em !important
}

.su-display-posts-template-default h2.su-post-title::after,
.su-display-posts-template-default h2.su-post-title::before {
    display: none
}

.su-display-posts-template-default .su-post-meta {
    margin: 1em 0;
    font-size: .85em;
    opacity: .85
}

.su-display-posts-template-default .su-post-excerpt p {
    margin: 1em 0
}

.su-display-posts-template-default .su-post-excerpt>:last-child {
    margin-bottom: 0 !important
}

.su-display-posts-template-default .su-post-comments-link {
    margin: 1em 0 0
}

@media screen and (max-width: 768px) {
    .su-display-posts-template-default .su-post-thumbnail {
        width: 4em
    }
}

.su-display-posts-template-teasers .su-post {
    display: flex;
    align-items: center;
    margin-bottom: 1em
}

.su-display-posts-template-teasers .su-post-thumbnail {
    margin: 0 1em 0 0;
    width: 3.75em
}

.su-display-posts-template-teasers .su-post-thumbnail a {
    text-decoration: none !important
}

.su-display-posts-template-teasers .su-post-thumbnail img {
    display: block !important;
    margin: 0 !important;
    max-width: 100% !important;
    height: auto !important;
    -o-object-fit: cover !important;
    object-fit: cover !important
}

.su-display-posts-template-teasers .su-post-body {
    flex: 1
}

.su-display-posts-template-teasers h2.su-post-title {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    font-size: 1.15em !important
}

.su-display-posts-template-teasers h2.su-post-title::after,
.su-display-posts-template-teasers h2.su-post-title::before {
    display: none
}

@media screen and (max-width: 768px) {
    .su-display-posts-template-teasers .su-post-thumbnail {
        width: 2.75em
    }
}

.su-display-posts-template-single h2.su-post-title {
    margin: 0 0 1em !important;
    padding: 0 !important;
    border: none !important;
    font-size: 1.75em !important
}

.su-display-posts-template-single .su-post-meta {
    margin: 1em 0;
    font-size: .85em;
    opacity: .85
}

.su-display-posts-pagination {
    display: flex;
    justify-content: space-between
}

.su-display-posts-pagination-next {
    margin-left: auto
}

.su-divider {
    clear: both;
    border: none;
    text-align: right;
    line-height: 1
}

.su-divider a {
    display: inline-block;
    font-size: .8em;
    text-decoration: none;
    outline: 0;
    padding-bottom: 5px
}

.su-divider-style-default {
    border-bottom-style: solid
}

.su-divider-style-dotted {
    border-bottom-style: dotted
}

.su-divider-style-dashed {
    border-bottom-style: dashed
}

.su-divider-style-double {
    border-bottom-style: double
}

.su-document {
    margin: 0 0 1.5em
}

.su-document iframe {
    border: none !important
}

.su-dropcap {
    float: left;
    display: inline-block;
    width: 2em;
    height: 2em;
    margin: .2em .5em .2em 0;
    line-height: 2em;
    text-align: center;
    overflow: hidden;
    text-transform: uppercase
}

.su-dropcap-style-default {
    color: #fff;
    background: #45484d;
    background: linear-gradient(to bottom, #45484d 0, #000 100%);
    text-shadow: -1px -1px 0 #000;
    border-radius: 50%
}

.su-dropcap-style-flat {
    background: #444;
    color: #fff
}

.su-dropcap-style-light {
    color: #333;
    border-radius: 50%;
    background: #fff;
    background: linear-gradient(to bottom, #fff 0, #eaeaea 100%)
}

.su-dropcap-style-simple {
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: left
}

.su-expand {
    margin: 0 0 1.5em
}

.su-expand-content {
    overflow: hidden
}

.su-expand-link {
    margin-top: .5em;
    cursor: pointer
}

.su-expand-link:hover {
    opacity: .7
}

.su-expand-link a,
.su-expand-link a:active,
.su-expand-link a:focus,
.su-expand-link a:hover,
.su-expand-link a:visited {
    display: inline;
    text-decoration: none;
    box-shadow: none;
    background: 0 0;
    border: none
}

.su-expand-link-style-underlined .su-expand-link span {
    text-decoration: underline
}

.su-expand-link-style-dotted .su-expand-link span {
    border-bottom: 1px dotted #333
}

.su-expand-link-style-dashed .su-expand-link span {
    border-bottom: 1px dashed #333
}

.su-expand-link-style-button .su-expand-link a {
    display: inline-block;
    margin-top: .2em;
    padding: .2em .4em;
    border: 2px solid #333
}

.su-expand-link-more {
    display: none
}

.su-expand-link-less {
    display: block
}

.su-expand-collapsed .su-expand-link-more {
    display: block
}

.su-expand-collapsed .su-expand-link-less {
    display: none
}

.su-expand-link i {
    display: inline-block;
    margin: 0 .3em 0 0;
    vertical-align: middle;
    color: inherit
}

.su-expand-link img {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 .3em 0 0;
    vertical-align: middle
}

.su-frame,
.su-frame-inner {
    display: block
}

.su-frame-align-left {
    float: left;
    margin: 0 1em 1em 0
}

.su-frame-align-center {
    float: none;
    margin: 1em auto
}

.su-frame-align-right {
    float: right;
    margin: 0 0 1em 1em
}

.su-frame img {
    display: block !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    box-shadow: none !important
}

.su-frame-style-default {
    padding: 2px;
    border: 1px solid #999;
    background: #fff;
    box-shadow: 1px 1px 4px #ccc
}

.su-frame-style-default .su-frame-inner {
    padding: 2px;
    border: 4px solid #eee
}

.su-gmap {
    margin: 0 0 1.5em
}

.su-gmap iframe {
    border: none !important
}

.su-guests {
    margin-bottom: 1.5em
}

.su-heading.su-heading-align-left {
    text-align: left
}

.su-heading.su-heading-align-left .su-heading-inner {
    padding-left: .2em
}

.su-heading.su-heading-align-right {
    text-align: right
}

.su-heading.su-heading-align-right .su-heading-inner {
    padding-right: .2em
}

.su-heading.su-heading-align-center {
    text-align: center
}

.su-heading-style-default {
    padding: 2px 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999
}

.su-heading-style-default .su-heading-inner {
    padding: 1em .5em;
    border-top: 4px solid #eee;
    border-bottom: 4px solid #eee
}

.su-highlight {
    display: inline;
    padding: 1px 0
}

.su-image-carousel {
    margin: 1.5em 0;
    width: 100%
}

.su-image-carousel:first-child {
    margin-top: 0
}

.su-image-carousel:last-child {
    margin-bottom: 0
}

.su-image-carousel-item {
    box-sizing: border-box;
    width: 100%
}

.su-image-carousel-item-content {
    position: relative
}

.su-image-carousel-item-content a,
.su-image-carousel-item-content a:active,
.su-image-carousel-item-content a:focus,
.su-image-carousel-item-content a:hover,
.su-image-carousel-item-content a:visited,
.su-image-carousel-item-content img {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none
}

.su-image-carousel-item-content a::after,
.su-image-carousel-item-content a::before,
.su-image-carousel-item-content img::after,
.su-image-carousel-item-content img::before {
    display: none
}

.su-image-carousel-item-content span {
    position: absolute;
    display: block;
    overflow: auto;
    max-height: 60%;
    word-wrap: break-word;
    font-size: .9em;
    line-height: 1.3
}

.su-image-carousel-item-content span:empty {
    display: none
}

.su-image-carousel-columns-2 .su-image-carousel-item {
    width: 50%
}

.su-image-carousel-columns-3 .su-image-carousel-item {
    width: 33.3333333333%
}

.su-image-carousel-columns-4 .su-image-carousel-item {
    width: 25%
}

.su-image-carousel-columns-5 .su-image-carousel-item {
    width: 20%
}

.su-image-carousel-columns-6 .su-image-carousel-item {
    width: 16.6666666666%
}

.su-image-carousel-columns-7 .su-image-carousel-item {
    width: 14.2857142857%
}

.su-image-carousel-columns-8 .su-image-carousel-item {
    width: 12.5%
}

.su-image-carousel-columns-2.su-image-carousel-has-spacing .su-image-carousel-item {
    margin-right: 3%;
    width: 48.5%
}

.su-image-carousel-columns-3.su-image-carousel-has-spacing .su-image-carousel-item {
    margin-right: 2.9%;
    width: 31.4%
}

.su-image-carousel-columns-4.su-image-carousel-has-spacing .su-image-carousel-item {
    margin-right: 2.8%;
    width: 22.9%
}

.su-image-carousel-columns-5.su-image-carousel-has-spacing .su-image-carousel-item {
    margin-right: 2.5%;
    width: 18%
}

.su-image-carousel-columns-6.su-image-carousel-has-spacing .su-image-carousel-item {
    margin-right: 2.6%;
    width: 14.5%
}

.su-image-carousel-columns-7.su-image-carousel-has-spacing .su-image-carousel-item {
    margin-right: 2.2%;
    width: 12.4%
}

.su-image-carousel-columns-8.su-image-carousel-has-spacing .su-image-carousel-item {
    margin-right: 2%;
    width: 10.75%
}

@media screen and (max-width: 768px) {

    .su-image-carousel-adaptive .su-image-carousel-item,
    .su-image-carousel-adaptive.su-image-carousel-has-spacing .su-image-carousel-item {
        margin-right: 0;
        width: 100%
    }
}

.su-image-carousel-crop .su-image-carousel-item-content::before {
    float: left;
    margin-left: -1px;
    width: 1px;
    height: 0;
    content: ''
}

.su-image-carousel-crop .su-image-carousel-item-content::after {
    display: table;
    clear: both;
    content: ''
}

.su-image-carousel-crop .su-image-carousel-item-content a,
.su-image-carousel-crop .su-image-carousel-item-content img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.su-image-carousel-crop .su-image-carousel-item-content img {
    -o-object-fit: cover;
    object-fit: cover
}

.su-image-carousel-crop-16-9 .su-image-carousel-item-content::before {
    padding-top: 56.25%
}

.su-image-carousel-crop-16-10 .su-image-carousel-item-content::before {
    padding-top: 62.5%
}

.su-image-carousel-crop-21-9 .su-image-carousel-item-content::before {
    padding-top: 42.857142857143%
}

.su-image-carousel-crop-5-4 .su-image-carousel-item-content::before {
    padding-top: 80%
}

.su-image-carousel-crop-4-3 .su-image-carousel-item-content::before {
    padding-top: 75%
}

.su-image-carousel-crop-3-2 .su-image-carousel-item-content::before {
    padding-top: 66.666666666667%
}

.su-image-carousel-crop-2-1 .su-image-carousel-item-content::before {
    padding-top: 50%
}

.su-image-carousel-crop-1-1 .su-image-carousel-item-content::before {
    padding-top: 100%
}

.su-image-carousel-crop-1-2 .su-image-carousel-item-content::before {
    padding-top: 200%
}

.su-image-carousel-crop-2-3 .su-image-carousel-item-content::before {
    padding-top: 150%
}

.su-image-carousel-crop-3-4 .su-image-carousel-item-content::before {
    padding-top: 133.33333333333%
}

.su-image-carousel-crop-4-5 .su-image-carousel-item-content::before {
    padding-top: 125%
}

.su-image-carousel-crop-9-21 .su-image-carousel-item-content::before {
    padding-top: 233.33333333333%
}

.su-image-carousel-crop-10-16 .su-image-carousel-item-content::before {
    padding-top: 160%
}

.su-image-carousel-crop-9-16 .su-image-carousel-item-content::before {
    padding-top: 177.77777777778%
}

.su-image-carousel-align-left {
    float: left;
    margin-top: 0;
    margin-right: 1.5em
}

.su-image-carousel-align-right {
    float: right;
    margin-top: 0;
    margin-left: 1.5em
}

.su-image-carousel-align-center {
    margin-right: auto;
    margin-left: auto
}

.su-image-carousel-align-full {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    max-width: 100vw !important;
    width: 100vw !important
}

.su-image-carousel button.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    display: block;
    margin: -22px 0 0;
    padding: 0;
    width: 44px;
    height: 44px;
    outline: 0;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
    -webkit-transform: none;
    transform: none
}

.su-image-carousel:hover button.flickity-prev-next-button {
    opacity: .5
}

.su-image-carousel button.flickity-prev-next-button:focus,
.su-image-carousel button.flickity-prev-next-button:hover {
    box-shadow: none;
    opacity: 1
}

.su-image-carousel button.flickity-prev-next-button:focus {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.su-image-carousel button.flickity-prev-next-button[disabled] {
    display: none
}

.su-image-carousel button.flickity-prev-next-button.previous {
    left: 20px
}

.su-image-carousel button.flickity-prev-next-button.next {
    right: 20px
}

.su-image-carousel>ol.flickity-page-dots {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    margin: 0;
    padding: 0;
    width: auto;
    list-style: none;
    opacity: 0;
    transition: opacity .2s ease;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none
}

.su-image-carousel:hover>ol.flickity-page-dots {
    opacity: 1
}

.su-image-carousel>ol.flickity-page-dots>li.dot {
    position: relative;
    display: inline-block;
    margin: 5px;
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    list-style: none;
    opacity: .5;
    transition: opacity .2s ease;
    pointer-events: all
}

.su-image-carousel>ol.flickity-page-dots>li.dot:hover {
    opacity: 1
}

.su-image-carousel>ol.flickity-page-dots>li.dot::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.su-image-carousel>ol.flickity-page-dots>li.dot.is-selected::before {
    display: block
}

.su-image-carousel-controls-style-dark button.flickity-prev-next-button {
    background: #000;
    color: #fff
}

.su-image-carousel-controls-style-dark ol.flickity-page-dots li.dot {
    background: #000
}

.su-image-carousel-controls-style-dark ol.flickity-page-dots li.dot::before {
    background: #fff
}

.su-image-carousel-controls-style-light button.flickity-prev-next-button {
    background: #fff;
    color: #000
}

.su-image-carousel-controls-style-light ol.flickity-page-dots li.dot {
    background: #fff
}

.su-image-carousel-controls-style-light ol.flickity-page-dots li.dot::before {
    background: #000
}

.su-image-carousel-slides-style-default .su-image-carousel-item-content {
    margin: 1px
}

.su-image-carousel-slides-style-default .su-image-carousel-item-content img {
    padding: 3px;
    border: 1px solid #ccc;
    border-radius: 7px;
    background: #fff
}

.su-image-carousel-slides-style-default .su-image-carousel-item-content span {
    right: 4px;
    bottom: 4px;
    left: 4px;
    padding: .5em .7em;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
    color: #fff;
    text-shadow: 0 2px 5px #000
}

.su-image-carousel-slides-style-minimal .su-image-carousel-item-content {
    margin: 1px
}

.su-image-carousel-slides-style-minimal .su-image-carousel-item-content span {
    right: 0;
    bottom: 0;
    left: 0;
    padding: .7em;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
    color: #fff;
    text-shadow: 0 2px 5px #000
}

.su-image-carousel-slides-style-photo .su-image-carousel-item-content {
    padding: 7px
}

.su-image-carousel-slides-style-photo .su-image-carousel-item-content img {
    border: 5px solid #fff;
    border-radius: 7px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .5)
}

.su-image-carousel-slides-style-photo .su-image-carousel-item-content span {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: .3em .5em;
    background: #fff;
    color: #000;
    font-size: .9em
}

.su-image-carousel-slides-style-photo.su-image-carousel-crop .su-image-carousel-item-content img {
    top: 7px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    width: calc(100% - 14px);
    height: calc(100% - 14px)
}

.su-image-carousel-mfp.mfp-bg {
    z-index: 102000 !important
}

.su-image-carousel-mfp.mfp-wrap {
    z-index: 102001 !important
}

.su-image-carousel-mfp.mfp-wrap .mfp-preloader {
    z-index: 102002 !important
}

.su-image-carousel-mfp.mfp-wrap .mfp-content {
    z-index: 102003 !important
}

.su-image-carousel-mfp.mfp-wrap button.mfp-arrow,
.su-image-carousel-mfp.mfp-wrap button.mfp-close {
    z-index: 102004 !important
}

.su-image-carousel-has-outline .su-image-carousel-item-content a:focus img,
.su-image-carousel-has-outline button.flickity-prev-next-button:focus {
    outline-width: 2px;
    outline-style: solid;
    outline-color: Highlight
}

@media(-webkit-min-device-pixel-ratio: 0) {

    .su-image-carousel-has-outline .su-image-carousel-item-content a:focus,
    .su-image-carousel-has-outline button.flickity-prev-next-button:focus {
        outline-style: auto;
        outline-color: -webkit-focus-ring-color
    }
}

.su-label {
    display: inline;
    margin-right: .3em;
    padding: .1em .3em;
    font-size: .8em;
    height: .8em;
    line-height: .8em;
    color: #fff;
    border-radius: 3px
}

.su-label-type-default {
    background: #999
}

.su-label-type-success {
    background: #090
}

.su-label-type-warning {
    background: #f90
}

.su-label-type-important {
    background: #f03
}

.su-label-type-black {
    background: #111
}

.su-label-type-info {
    background: #09c
}

.su-lightbox-content {
    position: relative;
    margin: 0 auto
}

#su-generator .su-lightbox-content,
.mfp-content .su-lightbox-content {
    display: block !important
}

.su-lightbox-content-preview {
    width: 100%;
    min-height: 300px;
    background: #444;
    overflow: hidden
}

.su-lightbox-content h1,
.su-lightbox-content h2,
.su-lightbox-content h3,
.su-lightbox-content h4,
.su-lightbox-content h5,
.su-lightbox-content h6 {
    color: inherit
}

.su-lightbox {
    cursor: pointer
}

.su-list {
    margin-bottom: 1.5em
}

.su-list ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important
}

.su-list ul li {
    position: relative;
    display: block !important;
    margin: 0 !important;
    padding: 4px 0 4px 2em !important;
    list-style-type: none !important;
    line-height: 1.3em
}

.su-list ul li>img {
    position: absolute;
    left: 0;
    top: 4px;
    width: 1.3em;
    height: 1.3em;
    padding: 0;
    margin: 0;
    border: none
}

.su-list ul li>i {
    position: absolute;
    left: 0;
    top: 4px;
    width: 1.3em;
    height: 1.3em;
    line-height: 1.3em;
    text-align: center
}

.su-members {
    margin-bottom: 1.5em;
    padding: 1em;
    border-width: 1px 0;
    border-style: solid;
    text-align: center
}

.su-members a {
    text-decoration: underline;
    color: inherit
}

.su-note {
    margin: 0 0 1.5em;
    border-width: 1px;
    border-style: solid
}

.su-note-inner {
    padding: 1em;
    border-width: 1px;
    border-style: solid
}

.su-posts-default-loop .su-post {
    margin-bottom: 2.5em;
    line-height: 1.5
}

.su-posts-default-loop .su-post:after {
    content: '';
    display: table;
    clear: both
}

.su-posts-default-loop .su-post-thumbnail {
    float: left;
    display: block;
    width: 100px;
    height: 100px;
    margin-right: 1em
}

.su-posts-default-loop .su-post-thumbnail img {
    max-width: 100px;
    max-height: 100px
}

.su-posts-default-loop h2.su-post-title {
    clear: none;
    margin: 0 0 .3em;
    font-size: 1.2em;
    font-weight: 700
}

.su-posts-default-loop .su-post-meta {
    margin-bottom: .7em;
    font-size: .8em;
    opacity: .6
}

.su-posts-default-loop .su-post-excerpt {
    margin-bottom: .5em
}

.su-posts-default-loop .su-post-excerpt p:last-child {
    margin-bottom: 0
}

.su-posts-default-loop .su-post-comments-link {
    font-size: .9em
}

.su-posts-teaser-loop .su-post {
    margin-bottom: 1.5em;
    line-height: 1.2
}

.su-posts-teaser-loop .su-post:after {
    content: '';
    display: table;
    clear: both
}

.su-posts-teaser-loop .su-post-thumbnail {
    float: left;
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 1em 0 0
}

.su-posts-teaser-loop .su-post-thumbnail img {
    display: block;
    margin: 0;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 100%;
    max-height: 100%
}

.su-posts-teaser-loop h2.su-post-title {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    font-size: .9em;
    font-weight: 400;
    clear: none
}

.su-posts-single-post .su-post {
    margin-bottom: 2.5em;
    line-height: 1.5
}

.su-posts-single-post .su-post:after {
    content: '';
    display: table;
    clear: both
}

.su-posts-single-post h1.su-post-title {
    clear: none;
    margin: 0 0 .3em;
    font-size: 1.2em;
    font-weight: 700
}

.su-posts-single-post .su-post-meta {
    margin-bottom: .7em;
    font-size: .8em;
    opacity: .6
}

.su-posts-single-post .su-post-content {
    margin-bottom: .5em
}

.su-posts-single-post .su-post-content p:last-child {
    margin-bottom: 0
}

.su-private {
    margin: 0 0 1.5em
}

.su-pullquote {
    display: block;
    width: 30%;
    padding: .5em 1em
}

.su-pullquote-align-left {
    margin: .5em 1.5em 1em 0;
    padding-left: 0;
    float: left;
    border-right: 5px solid #eee
}

.su-pullquote-align-right {
    margin: .5em 0 1em 1.5em;
    padding-right: 0;
    float: right;
    border-left: 5px solid #eee
}

@media screen and (max-width: 48em) {
    .su-pullquote {
        width: auto
    }

    .su-pullquote-align-left,
    .su-pullquote-align-right {
        float: none;
        margin: 1.5em 0;
        padding: .5em 1em
    }
}

.su-qrcode {
    display: inline-block
}

.su-qrcode-align-left {
    float: left;
    margin: 0 .5em .5em 0
}

.su-qrcode-align-center {
    display: block;
    clear: both;
    margin: 1em auto;
    text-align: center
}

.su-qrcode-align-right {
    float: right;
    margin: 0 0 .5em .5em
}

.su-qrcode a,
.su-qrcode a:active,
.su-qrcode a:focus,
.su-qrcode a:hover {
    background: 0 0;
    outline: 0;
    display: inline;
    text-decoration: none
}

.su-qrcode-clickable a:hover {
    opacity: .7
}

.su-qrcode img {
    display: inline-block;
    max-width: 100%
}

.su-quote-style-default {
    position: relative;
    margin-bottom: 1.5em;
    padding: .5em 3em;
    font-style: italic
}

.su-quote-style-default:after,
.su-quote-style-default:before {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/quote.png);
    content: ''
}

.su-quote-style-default:before {
    top: 0;
    left: 0;
    background-position: 0 0
}

.su-quote-style-default:after {
    right: 0;
    bottom: 0;
    background-position: -20px 0
}

.su-quote-style-default .su-quote-cite {
    display: block;
    text-align: right;
    font-style: normal
}

.su-quote-style-default .su-quote-cite:before {
    content: '\2014\0000a0'
}

.su-quote-style-default .su-quote-cite a {
    text-decoration: underline
}

.su-screenr {
    margin: 0 0 1.5em
}

.su-screenr iframe {
    border: none !important
}

.su-service {
    position: relative;
    margin: 0 0 1.5em
}

.su-service-title {
    display: block;
    margin-bottom: .5em;
    color: #333;
    font-weight: 700;
    font-size: 1.1em
}

.su-service-title img {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important
}

.su-service-title i {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 1em;
    height: 1em;
    text-align: center;
    line-height: 1em
}

.su-service-content {
    line-height: 1.4
}

.su-slider {
    position: relative;
    margin-bottom: 1.5em;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.su-slider-centered {
    margin: 0 auto 1.5em
}

.su-slider-slides {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0, 0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: left, top, -webkit-transform;
    transition-property: transform, left, top;
    transition-property: transform, left, top, -webkit-transform;
    transition-duration: 0s;
    transform: translate3d(0, 0, 0);
    transition-timing-function: ease
}

.swiper-free-mode>.su-slider-slides {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.su-slider-slide {
    position: relative;
    float: left
}

.su-slider-slide>a,
.su-slider-slide>a>img,
.su-slider-slide>img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none
}

.su-slider-responsive-yes .su-slider-slide>a,
.su-slider-responsive-yes .su-slider-slide>a>img,
.su-slider-responsive-yes .su-slider-slide>img {
    height: auto
}

.su-slider-pages-no .su-slider-pagination {
    display: none
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.su-slider-slide-title {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: block;
    max-width: 90%;
    padding: 5px 10px;
    color: #fff;
    line-height: 1.3;
    background: #000;
    background: rgba(0, 0, 0, .5);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    opacity: 0;
    transition: opacity 1s;
    -o-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s
}

.su-slider-slide-visible .su-slider-slide-title {
    opacity: 1
}

.su-slider-next,
.su-slider-prev {
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px !important;
    background: #000 0 0 url(../images/swiper/default.png) no-repeat;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    opacity: 0;
    transition: all .2s
}

.su-slider-prev {
    right: 10px;
    margin-right: 30px;
    background-position: -40px 0
}

.su-slider-next {
    left: 10px;
    margin-left: 30px;
    background-position: 0 0
}

.su-slider:hover .su-slider-next,
.su-slider:hover .su-slider-prev {
    margin-left: 0;
    margin-right: 0;
    opacity: .7
}

.su-slider .su-slider-next:hover,
.su-slider .su-slider-prev:hover {
    opacity: 1
}

.su-slider-pagination {
    position: absolute;
    left: 15%;
    right: 15%;
    top: 50%;
    width: 70%;
    height: 0;
    margin-top: -7px;
    text-align: center;
    cursor: default;
    opacity: 0;
    transition: all .2s
}

.su-slider:hover .su-slider-pagination {
    bottom: 20px;
    opacity: 1
}

.su-slider-pagination span {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0;
    background: #000 0 -999px url(../images/swiper/default.png) no-repeat;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all .2s
}

.su-slider:hover .su-slider-pagination span {
    margin: 0 3px
}

.su-slider .su-slider-pagination span.swiper-visible-switch {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .5)
}

.su-slider-pagination span.swiper-active-switch,
.su-slider-pagination span:hover {
    background-position: 0 -40px
}

.su-spacer {
    display: block;
    height: 0;
    clear: both;
    overflow: hidden
}

.su-spacer-5 {
    height: 5px
}

.su-spacer-10 {
    height: 10px
}

.su-spacer-20 {
    height: 20px
}

.su-spacer-30 {
    height: 30px
}

.su-spacer-40 {
    height: 40px
}

.su-spoiler {
    margin-bottom: 1.5em
}

.su-spoiler .su-spoiler:last-child {
    margin-bottom: 0
}

.su-spoiler-title {
    position: relative;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    padding: 7px 7px 7px 34px;
    font-weight: 700;
    font-size: 13px
}

.su-spoiler-title:focus {
    outline: currentColor thin dotted
}

.su-spoiler-icon {
    position: absolute;
    left: 7px;
    top: 7px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 21px;
    text-align: center;
    font-size: 14px;
    font-family: ShortcodesUltimateIcons;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased
}

.su-spoiler-content {
    padding: 14px;
    transition: padding-top .2s
}

.su-spoiler.su-spoiler-closed>.su-spoiler-content {
    height: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    border: none;
    opacity: 0;
    pointer-events: none
}

.su-spoiler.su-spoiler-closed>.su-spoiler-content iframe {
    display: none
}

.su-spoiler-icon-plus .su-spoiler-icon:before {
    content: '\f068'
}

.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f067'
}

.su-spoiler-icon-plus-circle .su-spoiler-icon:before {
    content: '\f056'
}

.su-spoiler-icon-plus-circle.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f055'
}

.su-spoiler-icon-plus-square-1 .su-spoiler-icon:before {
    content: '\f146'
}

.su-spoiler-icon-plus-square-1.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f0fe'
}

.su-spoiler-icon-plus-square-2 .su-spoiler-icon:before {
    content: '\f147'
}

.su-spoiler-icon-plus-square-2.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f196'
}

.su-spoiler-icon-arrow .su-spoiler-icon:before {
    content: '\f063'
}

.su-spoiler-icon-arrow.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f061'
}

.su-spoiler-icon-arrow-circle-1 .su-spoiler-icon:before {
    content: '\f0ab'
}

.su-spoiler-icon-arrow-circle-1.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f0a9'
}

.su-spoiler-icon-arrow-circle-2 .su-spoiler-icon:before {
    content: '\f01a'
}

.su-spoiler-icon-arrow-circle-2.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f18e'
}

.su-spoiler-icon-chevron .su-spoiler-icon:before {
    content: '\f078'
}

.su-spoiler-icon-chevron.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f054'
}

.su-spoiler-icon-chevron-circle .su-spoiler-icon:before {
    content: '\f13a'
}

.su-spoiler-icon-chevron-circle.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f138'
}

.su-spoiler-icon-caret .su-spoiler-icon:before {
    content: '\f0d7'
}

.su-spoiler-icon-caret.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f0da'
}

.su-spoiler-icon-caret-square .su-spoiler-icon:before {
    content: '\f150'
}

.su-spoiler-icon-caret-square.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f152'
}

.su-spoiler-icon-folder-1 .su-spoiler-icon:before {
    content: '\f07c'
}

.su-spoiler-icon-folder-1.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f07b'
}

.su-spoiler-icon-folder-2 .su-spoiler-icon:before {
    content: '\f115'
}

.su-spoiler-icon-folder-2.su-spoiler-closed .su-spoiler-icon:before {
    content: '\f114'
}

.su-spoiler-style-default>.su-spoiler-title {
    padding-left: 27px;
    padding-right: 0
}

.su-spoiler-style-default>.su-spoiler-title>.su-spoiler-icon {
    left: 0
}

.su-spoiler-style-default>.su-spoiler-content {
    padding: 1em 0 1em 27px
}

.su-spoiler-style-fancy {
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fff;
    color: #333
}

.su-spoiler-style-fancy>.su-spoiler-title {
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
    background: #f0f0f0;
    font-size: .9em
}

.su-spoiler-style-fancy.su-spoiler-closed>.su-spoiler-title {
    border: none
}

.su-spoiler-style-fancy>.su-spoiler-content {
    border-radius: 10px
}

.su-spoiler-style-simple {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.su-spoiler-style-simple>.su-spoiler-title {
    padding: 5px 10px;
    background: #f0f0f0;
    color: #333;
    font-size: .9em
}

.su-spoiler-style-simple>.su-spoiler-title>.su-spoiler-icon {
    display: none
}

.su-spoiler-style-simple>.su-spoiler-content {
    padding: 1em 10px;
    background: #fff;
    color: #333
}

.su-table {
    width: 100%;
    margin-bottom: 1.5em
}

.su-table table {
    width: 100% !important;
    margin: 0 !important;
    border-collapse: collapse !important;
    font-size: 1em !important;
    border: 1px solid #ccc !important;
    table-layout: auto !important
}

.su-table table th {
    text-align: center !important;
    padding: 1em !important;
    font-size: 1em !important;
    font-weight: 700 !important;
    color: #333 !important;
    border: 1px solid #ccc !important;
    background: #f0f0f0 !important
}

.su-table table td {
    padding: .5em 1em !important;
    border: 1px solid #ccc !important;
    background: #fff !important
}

.su-table-responsive {
    overflow-x: auto
}

.su-table-responsive table {
    width: auto !important;
    min-width: 100% !important
}

.su-table-responsive table td,
.su-table-responsive table th {
    word-break: initial !important
}

.su-table-alternate table tr:nth-child(even) td {
    background-color: #f7f7f7 !important
}

.su-table-fixed table {
    table-layout: fixed !important
}

.su-tabs {
    margin: 0 0 1.5em;
    padding: 3px;
    border-radius: 3px;
    background: #eee
}

.su-tabs-nav span {
    display: inline-block;
    margin-right: 3px;
    padding: 10px 15px;
    min-height: 40px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    font-size: 13px;
    line-height: 20px;
    cursor: pointer;
    transition: all .2s
}

.su-tabs-nav span:hover {
    background: #f5f5f5
}

.su-tabs-nav span.su-tabs-current {
    background: #fff;
    cursor: default
}

.su-tabs-nav span:focus {
    outline: currentColor thin dotted
}

.su-tabs-nav span.su-tabs-disabled {
    opacity: .5;
    cursor: default
}

.su-tabs-pane {
    padding: 15px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    color: #333;
    font-size: 13px
}

.su-tabs-pane:not(.su-tabs-pane-open) {
    overflow: hidden !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 0 !important;
    height: 0 !important;
    border: none !important
}

.su-tabs-nav,
.su-tabs-nav span,
.su-tabs-pane,
.su-tabs-panes {
    box-sizing: border-box !important
}

.su-tabs-vertical {
    display: flex
}

.su-tabs-vertical .su-tabs-nav {
    width: 30%
}

.su-tabs-vertical .su-tabs-nav>span {
    display: block;
    margin-right: 0;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.su-tabs-vertical .su-tabs-panes {
    width: 70%
}

.su-tabs-vertical .su-tabs-panes .su-tabs-pane {
    height: 100%;
    border-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

@media only screen and (max-width: 768px) {
    .su-tabs-vertical {
        flex-direction: column
    }

    .su-tabs-vertical .su-tabs-nav,
    .su-tabs-vertical .su-tabs-panes {
        width: 100%
    }

    .su-tabs-vertical .su-tabs-nav .su-tabs-pane,
    .su-tabs-vertical .su-tabs-nav>span,
    .su-tabs-vertical .su-tabs-panes .su-tabs-pane,
    .su-tabs-vertical .su-tabs-panes>span {
        border-radius: 3px
    }

    .su-tabs-mobile-stack .su-tabs-nav span {
        display: block
    }

    .su-tabs-mobile-scroll .su-tabs-nav {
        display: flex;
        align-items: flex-end;
        white-space: nowrap;
        overflow-x: auto
    }
}

.su-tooltip {
    display: none
}

.su-tooltip.su-tooltip-visible {
    display: block
}

.su-tooltip-inner {
    display: block;
    position: relative;
    padding: .7em .85em
}

.su-tooltip-title {
    display: block;
    font-weight: 700;
    font-size: 1.1em;
    margin-bottom: .25em
}

.su-tooltip-title:empty {
    display: none
}

.su-tooltip-content {
    display: block
}

.su-tooltip-shadow-yes {
    box-shadow: 0 0 10px rgba(0, 0, 0, .5)
}

.su-tooltip-button {
    position: relative
}

.su-tooltip-button-outline-no:focus {
    outline: 0
}

.su-tooltip-arrow,
.su-tooltip-arrow::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background: inherit
}

.su-tooltip-arrow {
    visibility: hidden
}

.su-tooltip-arrow::before {
    visibility: visible;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.su-tooltip[data-popper-placement^=top]>.su-tooltip-arrow {
    bottom: -4px
}

.su-tooltip[data-popper-placement^=bottom]>.su-tooltip-arrow {
    top: -4px
}

.su-tooltip[data-popper-placement^=left]>.su-tooltip-arrow {
    right: -4px
}

.su-tooltip[data-popper-placement^=right]>.su-tooltip-arrow {
    left: -4px
}

.su-video {
    position: relative;
    margin-bottom: 1.5em;
    overflow: hidden
}

.su-video .jp-title {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 30px;
    padding: 0 1em;
    line-height: 30px;
    font-size: .9em;
    background: #000;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    transition: top .2s
}

.su-video:hover .jp-title {
    top: 0
}

.su-video .jp-start {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: .5;
    transition: opacity .2s;
    background: 50% 50% url(../images/player/default-start.png) no-repeat
}

.su-video:hover .jp-start {
    opacity: .8
}

.su-video.jp-video-full {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.su-video.jp-video-full .jp-jplayer {
    position: fixed !important;
    left: 0;
    top: 0;
    overflow: hidden
}

.su-video .jp-gui {
    position: relative;
    height: 30px;
    background: #7c8781;
    background: linear-gradient(to bottom, #7c8781 0, #0a0809 100%);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.su-video.jp-video-full .jp-gui {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%
}

.su-video-controls-no .jp-gui {
    position: absolute !important;
    bottom: -100px;
    left: 0;
    right: 0;
    transition: bottom .2s
}

.su-video-controls-no:hover .jp-gui {
    bottom: 0
}

.su-video img {
    border-radius: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.su-video .jp-gui .jp-pause,
.su-video .jp-gui .jp-play {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-right: 1px solid #454947;
    cursor: pointer
}

.su-video .jp-gui .jp-play {
    background: 0 0 url(../images/player/default.png) no-repeat
}

.su-video .jp-gui .jp-pause {
    background: -30px 0 url(../images/player/default.png) no-repeat
}

.su-video .jp-full-screen,
.su-video .jp-restore-screen {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 30px;
    height: 30px;
    border-left: 1px solid #454947;
    cursor: pointer
}

.su-video .jp-full-screen {
    background: 0 -30px url(../images/player/default.png) no-repeat
}

.su-video .jp-restore-screen {
    background: -30px -30px url(../images/player/default.png) no-repeat
}

.su-video .jp-progress {
    position: absolute;
    top: 10px;
    left: 90px;
    right: 90px;
    height: 10px;
    background: #333;
    border-radius: 3px;
    box-shadow: 0 0 5px #000 inset
}

.su-video .jp-play-bar,
.su-video .jp-seek-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
    border-radius: 3px
}

.su-video .jp-seek-bar {
    background: #0b0b0b;
    background: linear-gradient(to bottom, #0b0b0b 0, #666 100%)
}

.su-video .jp-play-bar {
    background: #6db3f2;
    background: linear-gradient(to bottom, #6db3f2 0, #54a3ee 50%, #3690f0 51%, #1e69de 100%)
}

.su-video .jp-current-time,
.su-video .jp-duration {
    position: absolute;
    top: 0;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #f5f5f5;
    font-size: 10px
}

.su-video .jp-current-time {
    left: 50px
}

.su-video .jp-duration {
    right: 50px
}

.su-vimeo {
    margin: 0 0 1.5em
}

.su-vimeo iframe {
    border: none !important
}

.su-youtube {
    margin: 0 0 1.5em
}

.su-youtube iframe {
    border: none !important
}

.hero_box_wrap {
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
}

.hero_box_wrap .hero_icon {
    margin-bottom: 15px;
}

.hero_box_wrap .hero_info strong {
    font-size: 30px;
}

.hero_box_wrap .hero_button {
    border-radius: 99px;
    background: #A52A2A;
    transition: 0.4s;
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 40px;
    border: none;
    color: #fff;
    display: inline-block;
}

.hero_box_wrap1 {
    background: linear-gradient(119deg, #000000 0%, #A52A2A 31%, #000000 100%);
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
    border-radius: 300px;
    margin: 15px;
}

.hero_box_wrap1 .hero_icon {
    margin-bottom: 15px;
}

.hero_box_wrap1 .hero_info strong {
    font-size: 30px;
}

.hero_box_wrap1 .hero_button {
    border-radius: 99px;
    background: #ba736e;
    transition: 0.4s;
    position: relative;
    z-index: 2;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 40px;
    border: none;
    color: #fff;
    display: inline-block;
}

a {
    display: inline-block !important;
    color: var(--theme-color);
    text-decoration: none;
    flex-direction: column-reverse;
}

header #nav_wrap ul.main_nav li .mico {
    font-size: 22px;
    margin-right: 4px;
}

@media(max-width: 1080px) {
    .deatils-apk {
        overflow: hidden;
        cursor: pointer;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 204px;
    }
}

@media(max-width: 1024px) {
    .menuBarLine {
        position: absolute;
        width: auto;
        min-height: 70px;
    }

    .searchBtm {
        position: absolute;
        width: 50px;
        height: 67px;
        right: 60px;
        background-image: url('');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        cursor: pointer;
    }

    .searchBtm:hover {
        background-image: url('');
    }

    .menuLi a {
        display: block;
        text-align: center;
        width: 250px;
        height: 35px;
        font-weight: bold;
        color: #000000;
    }

    .menuLi a:hover {
        color: #FFFFFF;
    }

    .menuLiText {
        float: left;
        width: 200px;
        height: 30px;
        font-size: 10pt;
        margin-top: 5px;
        font-family: 'Roboto', sans-serif;
        text-align: left;
    }

    .menuLiIcon {
        float: left;
        width: 50px;
        height: 30px;
        text-align: center;
    }

    .menuIcon {
        margin-top: 3px;
        height: 24px;
        margin-bottom: 3px;
    }

    .LanGMain {
        position: absolute;
        width: 65px;
        height: 47px;
        right: 32px;
        cursor: pointer;
    }

    .langIcon {
        position: absolute;
        height: 24px;
        width: 24px;
        left: 33%;
        top: 55%;
        margin-top: -12px;
        margin-left: -12px;
    }

    .langText {
        display: none;
    }

    .langText {
        position: absolute;
        font-size: 12pt;
        font-family: 'Roboto', sans-serif;
        height: 24px;
        width: 24px;
        margin-top: -12px;
        font-weight: bold;
        right: 5px;
        top: 50%;
        color: black;
    }

    .langText:hover,
    .langText:active,
    .langText:focus {
        color: black;
    }

    .LangIconFile {
        width: 24px;
        height: 24px;
        border-radius: 12px;
        border: solid white 1px;
    }

    .menuListIang {
        float: left;
        width: 114px;
        padding: 8px 10px;
        font-size: 16px;
        cursor: pointer;
        background-color: var(--lag-list-bg);
        color: var(--lag-list-txt);
    }

    .menuListIang:hover {
        background-color: var(--lag-list-bg);
        color: var(--lag-list-txt);
    }

    .langListDiv {
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 16px;
        text-align: left;
        background-color: var(--lag-list-bg);
        /* border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        flex-wrap: wrap;
        display: flex;
        display: none;
        position: absolute;
        right: 0px;
        top: 50px;
        z-index: 999999;
        width: 144px;
        background-color: var(--lag-list-bg);
        box-shadow: 0px 0px 15px #DDDDD
    }

    .iconLangListFile {
        float: left;
        margin-left: 10px;
        margin-right: 5px;
        height: 24px;
        width: 24px;
        border-radius: 12px;
        border: solid white 1px;
    }

    .headLogoSize {
        margin-left: -30px;
        height: 30px;
        margin-top: 20px;
    }
}

@media(min-width: 1025px) {
    .menuBarLine {
        display: none;
        position: absolute;
        width: 330px;
        height: 70px;
        right: 110px;
    }

    .searchBtm {
        position: absolute;
        width: 50px;
        height: 67px;
        right: 60px;
        background-image: url('');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        cursor: pointer;
    }

    .searchBtm:hover {
        background-image: url('');
    }

    .LanGMain {
        position: absolute;
        width: 60px;
        height: 53px;
        right: 32px;
        cursor: pointer;
    }

    .langIcon {
        position: absolute;
        height: 24px;
        width: 24px;
        left: 5px;
        top: 50%;
        margin-top: -12px;
    }

    .LangIconFile {
        width: 24px;
        height: 24px;
        border-radius: 12px;
        border: solid white 1px;
    }

    .langText {
        position: absolute;
        font-size: 14pt;
        font-family: 'Roboto', sans-serif;
        height: 24px;
        width: 24px;
        margin-top: -12px;
        font-weight: bold;
        right: 5px;
        top: 50%;
        color: black;
    }

    .langText:hover,
    .langText:active,
    .langText:focus {
        color: black;
    }

    .langListDiv {
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 16px;
        text-align: left;
        /* border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); */
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        /* border: solid 1px #f3f3f3; */
        flex-wrap: wrap;
        display: flex;
        display: none;
        position: absolute;
        right: 0px;
        top: 47px;
        z-index: 999999;
        width: 134px;
        background-color: var(--lag-list-bg);
    }

    .iconLangListFile {
        float: left;
        margin-left: 10px;
        margin-right: 5px;
        height: 24px;
        width: 24px;
        border-radius: 12px;
        border: solid white 1px;
    }

    .menuListIang {
        float: left;
        width: 114px;
        padding: 7px 10px;
        font-size: 16px;
        cursor: pointer;
        background-color: var(--lag-list-bg);
        color: var(--lag-list-txt);
    }

    .menuListIang:hover {
        background-color: var(--lag-list-bg);
        color: var(--lag-list-txt);
    }

    .menuLi a {
        position: relative;
        display: block;
        float: left;
        text-align: center;
        width: 110px;
        height: 70px;
        font-weight: bold;
        color: #815252;
    }

    .menuLi a:hover {
        color: #815252;
    }

    .menuLiText {
        width: 100%;
        height: 35px;
        font-size: 10pt;
        margin-top: 5px;
        font-family: 'Roboto', sans-serif;
        text-align: center;
    }

    .menuLiIcon {
        width: 100%;
        height: 35px;
        text-align: center;
    }

    .menuIcon {
        margin-top: 16px;
        height: 20px;
    }

    .headLogoSize {
        height: 35px;
        margin-top: 15px;
    }
}

.langT {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.1px;
    position: absolute;
    line-height: 52px;
    right: 0;
    color: var(--nav-link-txt);
}

.langT i {
    position: absolute;
    line-height: 50px;
    padding-left: 4px;
    font-size: 14px;
    font-weight: lighter;
}

@media (max-width: 1080px) {
    header .btnsearch {
        position: absolute;
        position: absolute;
        right: 71px;
        top: 0px;
    }
}

.related_list_item_wrap {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.LanGMainup {
    right: 31px position: absolute;
    right: 0px;
    min-height: 65px;
    width: fit-content;
}

.LanGMainup:hover>.langListDiv {
    display: block !important;
}

.langListDiv:hover {
    display: block !important;
}

.in-btn {
    border-radius: 8px;
    position: relative;
}

.in-btn button {
    cursor: pointer;
}

#search-form #btn-submit {
    position: absolute;
    right: 5px;
    top: 4px;
    height: 56px;
    background: var(--downloader-btn-bg);
    box-shadow: 0 18px 40px -16px #000000;
    border-radius: 8px;
    font-style: normal;
    font-size: 18px;
    line-height: 130%;
    text-align: center;
    color: var(--downloader-btn-txt);
    padding: 1em 1.5em;
    border: 0;
    margin: 0 !important;
}

.search-header {
    font-weight: 400;
    font-size: 30px;
    margin-bottom: 30px;
    color: var(--downloader-heading-txt);
}

#search-form {
    padding: 30px 0;
    margin: 36px auto;
    max-width: 600px;
}

#search-form #txt-url {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 26.2731px 38.3588px -12.6111px rgba(37, 46, 105, .3);
    backdrop-filter: blur(9.48952px);
    border-radius: 8px;
    height: 64px;
    padding-left: 20px;
    line-height: 64px;
    padding: 0 14px;
    font-size: 16px;
    outline: none;
    width: 100%;
}

.formsystum {
    background: var(--downloader-bg);
    text-align: center;
}

#clear,
#paste {
    position: absolute;
    top: 12px;
    right: 155px;
    display: flex;
    align-items: center;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    z-index: 1;
    height: 40px;
    color: var(--theme-color);
    background-color: #fff;
}

#paste,
#clear {
    position: absolute;
    right: 149px !important;
    top: 32px;
    transform: translate(0, -50%);
    display: flex;
    align-items: center;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 2px;
    z-index: 1;
    padding: 0.6em;
    height: 40px;
    color: var(--downloader-btn-bg);
}

#clear {
    display: none;
}

#paste svg,
#clear svg {
    margin-right: 5px;
}

#paste svg path {
    stroke: var(--downloader-btn-bg);
}

#clear svg path {
    fill: var(--downloader-btn-bg);
}

@media (max-width: 48em) {

    #paste,
    #clear {
        right: 8px !important;
    }

    #search-form #btn-submit {
        position: relative !important;
        top: auto;
        right: auto;
        width: 100%;
        margin-top: 10px !important;
        border: 1px solid #fff;
    }
}

.overlay-sys {
    cursor: pointer;
    display: block;
    position: relative;
    background: black;
}

.overlay-icon {
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    color: white;
    top: 0px;
}

.overlay-icon i {
    border: 3px solid #FFF;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .3s;
    transform: scale(0);
}

.featured_img:hover img,
.list_item_wrap a:hover img,
.related_list_item_wrap a:hover img,
.side_list_item_wrap a:hover img {
    opacity: .3;
}

.list_item_wrap a:hover .overlay-icon i,
.related_list_item_wrap a:hover .overlay-icon i,
.side_list_item_wrap a:hover .overlay-icon i,
.featured_img:hover .overlay-icon i {
    -webkit-transform: scale(1);
    /* Safari 3-8 */
    transform: scale(1);
}

.info-arrow {
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: #075e54;
    max-width: 50%;
    position: relative;
    padding-right: 100px;
}

.install__block {
    border-radius: 32px;
    padding: 20px 20px;
    margin: 50px auto;
    counter-reset: css-counter 0;
    max-width: 950px;
    color: white;
    background: var(--install-box-bg);
}

.feats_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.feats_wrap .fitem {
    width: 18%;
    margin: 1%;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.feats_wrap .fitem .ficon {
    background: #f5f5f5;
    border-radius: 50px;
    padding: 20px;
    display: table;
    margin: 0 auto 20px;
}

#target {
    display: flex;
}

@media (max-width: 48em) {
    #target {
        padding-left: 15px;
        padding-right: 15px;
    }
}

#target .result {
    flex-grow: 1;
}

#mainpicture {
    flex: auto;
}

#mainpicture {
    /* background-image: url(); */
}

#mainpicture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 0;
    min-width: 280px;
    margin: 0 auto;
}

.result {
    background: #fff;
    padding: 2em;
}

.u-shadow--black {
    -webkit-box-shadow: 0 0 35px 10px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 0 35px 10px rgba(0, 0, 0, .5);
    box-shadow: 0 0 35px 10px rgba(0, 0, 0, .5);
}

@media (max-width: 48em) {
    .result_overlay {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.result_overlay {
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 1em;
    display: block;
}

.pure-g {
    word-spacing: -0.43em;
}

.pure-g {
    letter-spacing: -.31em;
    text-rendering: optimizespeed;
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.pure-g [class*=pure-u] {
    font-family: sans-serif;
}

@media screen and (min-width: 35.5em) {

    .pure-u-sm-1-2,
    .pure-u-sm-12-24 {
        width: 50%;
    }
}

.pure-g [class*=pure-u] {
    font-family: sans-serif;
}

.pure-u-6-24 {
    width: 25%;
}

.pure-u-1,
.pure-u-12-24,
.pure-u-14-24,
.pure-u-18-24,
.pure-u-2-24,
.pure-u-20-24,
.pure-u-22-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
}

#mainpicture .result_author {
    border-radius: 50%;
    float: left;
    width: 100%;
    max-width: 100px;
    margin-bottom: 0.5em;
}

.result_author {
    margin: 0 auto;
}

.pure-g [class*=pure-u] {
    font-family: sans-serif;
}

.pd-lr {
    padding-left: 0.6em;
    padding-right: 0.6em;
}

.pure-u-18-24 {
    width: 75%;
}

#mainpicture h2 {
    width: 100%;
    text-align: left;
    line-height: 1;
}

#mainpicture h2 {
    color: #fff;
    margin: 0;
    line-height: 3.2em;
}

.pure-g [class*=pure-u] {
    font-family: sans-serif;
}

@media (max-width: 48em) {
    .result_overlay_buttons {
        max-width: 100%;
    }
}

@media (max-width: 48em) {
    .result_overlay_buttons {
        padding-left: 0 !important;
        max-width: 340px;
        margin: 0 auto;
    }
}

.flex-1 {
    flex: 1;
}

.flex-1 {
    flex: 1;
}

.result_overlay_buttons {
    padding-left: 1em;
    max-width: 640px;
    margin: 0 auto;
}

@media screen and (min-width: 35.5em) {

    .pure-u-sm-1-2,
    .pure-u-sm-12-24 {
        width: 50%;
    }
}

a.pure-button.dl-button {
    width: 100%;
    padding: 0.7em 0.5em;
}

.pure-button,
a.pure-button,
button.pure-button {
    background-color: var(--download-links-btn);
    color: #f1f2f5;
    padding: 1em 1.5em;
}

@media (max-width: 900px) {
    .dl-button {
        font-size: 0.9em;
    }
}

.dl-button {
    margin: 0.5em 0;
}

.u-bl {
    display: block;
}

.is-center {
    text-align: center;
}

.pure-button {
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em 1em;
    color: rgba(0, 0, 0, .8);
    border: none transparent;
    background-color: #e6e6e6;
    text-decoration: none;
    border-radius: 2px;
}

#mainpicture .trending-actions {
    background-color: #96029b33;
    color: #fff;
}

.trending-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    font-size: 14px;
}

.justify-content-start {
    justify-content: flex-start;
}

.flex-1 {
    flex: 1;
}

.align-items-center {
    align-items: center;
}

.d-flex {
    display: flex;
}

#mainpicture .trending-actions svg {
    color: #fff;
    margin-right: 0.5em;
    margin-left: 0.5em;
}

.trending-actions svg {
    margin-right: 5px;
    color: #7a6e68;
}

.maintext {
    text-align: left;
}

@media (max-width: 900px) {
    .maintext {
        font-size: 0.85em;
    }
}

.maintext {
    color: #fff;
    overflow: hidden;
    font-weight: 700;
    font-size: 1em;
    clear: both;
    padding-top: 0.5em;
}

.red {
    color: red;
}