@charset "utf-8";

body,
button,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

html[lang=sa] {
    direction: rtl
}

svg {
    direction: ltr
}

body {
    font: 12px "Microsoft YaHei", Arial;
    color: #000;
    line-height: 1.5;
    overflow-x: hidden
}

li,
ol,
ul {
    list-style-type: none;
    vertical-align: middle
}

i.iconfont {
    font-size: inherit
}

img {
    vertical-align: top;
    border: 0;
    max-width: 100%;
    height: auto
}

button,
input,
select,
textarea {
    vertical-align: middle
}

input,
textarea {
    outline: 0;
    resize: none
}

button,
input[type=button],
input[type=submit] {
    text-indent: 0;
    text-align: center;
    cursor: pointer
}

a,
button,
label {
    cursor: pointer
}

b,
em,
i,
ins {
    text-decoration: none;
    font-style: normal
}

button,
input:focus,
select:focus,
textarea:focus {
    outline: 0
}

input:-moz-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
input::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea:-ms-input-placeholder,
textarea::-moz-placeholder,
textarea::-webkit-input-placeholder {
    color: #999
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font: inherit;
    margin-bottom: 20px;
    word-break: break-word;
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow: auto
}

table tbody {
    display: table;
    min-width: 700px;
    width: 100% !important
}

table td,
table th {
    padding: 5px 10px;
    border: 1px solid #888;
    width: auto !important;
    height: auto !important
}

table tr {
    width: auto !important;
    height: auto !important
}

table tr:nth-child(even) {
    background: #eee
}

@media screen and (max-width:1000px) {
    table tbody {
        white-space: nowrap
    }
}

a {
    color: inherit;
    text-decoration: none
}

a[href] {
    cursor: pointer
}

a:hover {
    text-decoration: none;
    cursor: pointer
}

a:focus {
    background-color: transparent;
    outline: 0
}

em,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400
}

a,
b,
button,
div,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
i,
input,
label,
legend,
li,
p,
pre,
small,
span,
strong,
td,
textarea,
th {
    font: inherit;
    color: inherit
}

pre {
    word-break: break-word
}

strong {
    font-weight: 700
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

body {
    -webkit-tap-highlight-color: transparent
}

a:focus,
div:focus,
input:focus,
p:focus {
    -webkit-tap-highlight-color: transparent
}

body,
html {
    width: 100% !important;
    padding: 0 !important;
}

::-webkit-scrollbar {
    width: 3px;
    height: 10px;
    border-radius: 1.5px
}

::-webkit-scrollbar-button {
    display: none
}

::-webkit-scrollbar-track {
    background-color: #eee
}

::-webkit-scrollbar-thumb {
    background-color: var(--color)
}

.fl,
html[lang=sa] .fr {
    float: left
}

.fr,
html[lang=sa] .fl {
    float: right
}

.cl::after {
    content: '\20';
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden
}

hr {
    border: none;
    height: 1px;
    background-color: #666;
    display: block;
    width: 100%
}

.hide {
    display: none
}

.show {
    display: block
}

.up-word {
    text-transform: uppercase
}

.v-show {
    visibility: visible
}

.v-hide {
    visibility: hidden
}

.o-hide {
    overflow: hidden
}

.o-auto {
    overflow: auto
}

.backImg {
    background-size: cover;
    background-position: center
}

.backImg-fixed {
    background-attachment: fixed
}

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

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

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

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

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

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

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

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

.txt-left,
html[lang=sa] .txt-right {
    text-align: left
}

.txt-center {
    text-align: center
}

.txt-right,
html[lang=sa] .txt-left {
    text-align: right
}

[data-ahref] {
    cursor: pointer
}

body {
    background: 0 0
}


.font-light {
    font-weight: lighter
}

.font-normal {
    font-weight: 400
}

.font-bold {
    font-weight: 700
}


.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

}

.flex-i {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}


.flex-s {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.flex-dr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.flex-dc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

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

.flex-as {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

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

.flex-ae {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.flex-cc {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.flex-ca {
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.flex-cb {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

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

.flex-ja {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.flex-jb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex-js {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.flex-je {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.flex-w {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-wn {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}
@media screen and (max-width: 1000px) {
    .play-btn {
        font-size:16px
    }

    .slickBtn {
        font-size: 16px
    }

    #wap-bottom {
        display: block
    }

    .body-overflow-box {
        display: inline-block;
        margin-bottom: 56px;
        width: 100%
    }
}

.page-header01 {
    padding: 0 16px;
    height: 60px;
    background: -webkit-gradient(linear,left top,right top,from(#0f1724),to(#07121a));
    background: -webkit-linear-gradient(left,#0f1724,#07121a);
    background: -moz-linear-gradient(left,#0f1724,#07121a);
    background: linear-gradient(90deg,#0f1724,#07121a);
    -webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 22
}

.page-header01 .logo {
    font-weight: 700;
    font-size: 18px;
    color: var(--color)
}

.page-header01 .logo img {
    max-height: 36px
}

.page-header01 .menu-btn {
    background: var(--color);
    color: #022;
    padding: 6px 10px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    color: white;
    font-size: 16px
}

.mobile-menu-wrap01 {
    position: fixed;
    inset: 0;
    z-index: 12000000;
    pointer-events: none;
    color: white
}

.mobile-menu-wrap01 .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    opacity: 0;
    -webkit-transition: .28s;
    -moz-transition: .28s;
    transition: .28s;
    pointer-events: none
}

.mobile-menu-wrap01 .overlay.show {
    opacity: 1;
    pointer-events: auto
}

.mobile-menu-wrap01 .mobile-menu {
    width: 90%;
    max-width: 420px;
    height: 100vh;
    background: -webkit-gradient(linear,left top,left bottom,from(#0b1220),to(#071024));
    background: -webkit-linear-gradient(top,#0b1220,#071024);
    background: -moz-linear-gradient(top,#0b1220,#071024);
    background: linear-gradient(180deg,#0b1220,#071024);
    border-left: 1px solid rgba(255,255,255,0.03);
    border-radius: 16px 0 0 16px;
    pointer-events: auto;
    overflow: hidden;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: 0.32s cubic-bezier(0.2,0.9,0.3,1);
    -moz-transition: 0.32s cubic-bezier(0.2,0.9,0.3,1);
    transition: 0.32s cubic-bezier(0.2,0.9,0.3,1)
}

html[lang="sa"] .mobile-menu-wrap01 .mobile-menu {
    -webkit-transform: translateX(-110%);
    -moz-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    border-radius: 0 16px 16px 0
}

.mobile-menu-wrap01 .mobile-menu.show,html[lang="sa"] .mobile-menu-wrap01 .mobile-menu.show {
    -webkit-transform: translateX(0)!important;
    -moz-transform: translateX(0)!important;
    -ms-transform: translateX(0)!important;
    transform: translateX(0)!important
}

.mobile-menu-wrap01 .mobile-menu .menu-header {
    gap: 12px;
    padding: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.02);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.mobile-menu-wrap01 .mobile-menu .menu-header .logo {
    font-weight: 700;
    font-size: 16px;
    color: var(--color)
}

.mobile-menu-wrap01 .mobile-menu .menu-header .logo img {
    max-height: 30px
}

.mobile-menu-wrap01 .mobile-menu .close-btn {
    margin-left: 6px;
    background: transparent;
    border: 0;
    color: #9aa7b2;
    font-size: 20px;
    cursor: pointer
}

.mobile-menu-wrap01 .stack {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

.mobile-menu-wrap01 .panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .28s;
    -moz-transition: .28s;
    transition: .28s
}

.mobile-menu-wrap01 .panel.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.mobile-menu-wrap01 .panel-header {
    gap: 8px;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255,255,255,0.02);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-menu-wrap01 .back-btn {
    background: transparent;
    border: 0;
    color: #9aa7b2;
    padding: 6px;
    border-radius: 6px;
    cursor: pointer
}

.mobile-menu-wrap01 .panel-title {
    font-weight: 700;
    font-size: 16px
}

.mobile-menu-wrap01 .panel-body {
    padding: 6px;
    overflow: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: -webkit-calc(100% - 49px);
    height: -moz-calc(100% - 49px);
    height: calc(100% - 49px)
}

.mobile-menu-wrap01 .menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    border-radius: 10px;
    margin: 6px;
    border: 1px solid rgba(255,255,255,0.01);
    cursor: pointer
}

.mobile-menu-wrap01 .menu-item:hover {
    background: rgba(255,255,255,0.02)
}

.mobile-menu-wrap01 .menu-item .title {
    color: #e6f2f5;
    text-decoration: none
}

.mobile-menu-wrap01 .chev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 4px
}

.mobile-menu-wrap01 .menu-footer {
    padding: 12px;
    border-top: 1px solid rgba(255,255,255,0.03);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px
}

.mobile-menu-wrap01 .share-btn {
    background: transparent;
    border: 1px solid rgba(255,255,255,0.04);
    padding: 6px 10px;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer
}

.mobile-menu-wrap01 .lang-panel {
    padding: 10px;
    gap: 6px;
    border-bottom: 1px solid rgba(255,255,255,0.02);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mobile-menu-wrap01 .lang-panel .lang-switch {
    color: #fff;
    text-decoration: none;
    background: var(--color);
    padding: 6px 8px;
    border-radius: 6px
}

.page-header02 {
    padding: 0 16px;
    height: 60px;
    background: var(--color);
    color: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 20
}

.page-header02 .logo {
    font-weight: 700;
    font-size: 18px
}

.page-header02 .logo img {
    max-height: 36px
}

.page-header02 .menu-btn {
    background: #fff;
    color: var(--color);
    padding: 8px 16px;
    border: none;
    border-radius: 20px;
    cursor: pointer
}

#menuFull {
}

#menuFull.menu-full {
    position: fixed;
    inset: 0;
    background: #fff;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    z-index: -1
}

#menuFull.menu-full.open {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 22000000
}

#menuFull .logo img {
    max-height: 36px
}

#menuFull .stack {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden
}

#menuFull .panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: .28s;
    -moz-transition: .28s;
    transition: .28s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#menuFull .panel.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

#menuFull .panel-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    border-bottom: 1px solid #eee
}

#menuFull .back-btn {
    background: none;
    border: none;
    color: var(--color);
    font-size: 18px;
    cursor: pointer;
    margin-right: 8px
}

#menuFull .close-btn {
    background: none;
    border: none;
    color: var(--color);
    font-size: 20px;
    cursor: pointer;
    margin-left: 8px
}

#menuFull .panel-title {
    font-weight: 700;
    font-size: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #333
}

#menuFull .panel-body {
    padding: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

#menuFull .menu-menu-container ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

#menuFull .menu-menu-container ul ul {
    display: none
}

#menuFull .menu-item {
    padding: 20px;
    border-radius: 16px;
    background: #e7e7e7;
    color: black;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    position: relative
}

#menuFull .menu-item:hover,#menuFull .menu-item.active {
    background: var(--color);
    color: white
}

#menuFull .chev {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#menuFull .lang-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding: 12px;
    border-top: 1px solid #eee;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#menuFull .lang-switch {
    background: var(--color);
    color: #fff;
    padding: 6px 12px;
    border-radius: 12px;
    text-decoration: none;
    cursor: pointer
}

#menuFull .menu-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    padding: 12px;
    border-top: 1px solid #eee;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#menuFull .share-btn {
    background: var(--color);
    color: #fff;
    font-size: 16px;
    width: 2.5em;
    height: 2.5em;
    border-radius: 100%;
    border: none;
    cursor: pointer
}

#mobile2 {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 220000!important;
    background-color: var(--color)
}

#mobile2 .logo {
    margin: auto
}

#mobile2 .logo img {
    max-height: 60px
}

.oxy-nav-menu .mb2-search {
    display: none
}

.oxy-nav-menu.oxy-nav-menu-open .mb2-search {
    display: block
}

.oxy-nav-menu .mb2-search > div {
    max-width: 300px;
    margin: auto
}

.oxy-nav-menu .mb2-search input {
    height: 40px;
    border: 0
}

.oxy-nav-menu .mb2-search input[type='text'] {
    width: 100%;
    padding: 0 15px;
    font-size: 14px
}

.oxy-nav-menu .mb2-search input[type='submit'] {
    width: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #000000;
    background-image: url(images/icon-search-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%
}

.oxy-header-container {
    min-height: 60px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.oxy-header-container {
    padding-right: 20px;
    padding-left: 20px
}

.oxy-nav-menu.oxy-nav-menu-open {
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: auto;
    z-index: 22!important;
    background-color: #fff
}

.oxy-header-center {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.oxy-nav-menu-hamburger-wrap {
    width: 24px;
    height: 24px
}

.oxy-nav-menu.oxy-nav-menu-open .oxy-nav-menu-hamburger-wrap {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1
}

.oxy-nav-menu-hamburger {
    width: 24px;
    height: 19px
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.oxy-nav-menu-hamburger-line {
    border-radius: 2px;
    height: 3px;
    background-color: #ffffff
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child {
    top: 8px
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line {
    display: none
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:first-child {
    display: initial;
    position: relative
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child {
    display: initial;
    position: relative;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.oxy-nav-menu-open .oxy-nav-menu-hamburger .oxy-nav-menu-hamburger-line:last-child {
    top: -8px
}

.oxy-nav-menu.oxy-nav-menu-open {
    background-color: var(--color);
    margin-top: 0!important;
    margin-right: 0!important;
    margin-left: 0!important;
    margin-bottom: 0!important
}

.menu-main-menu-container > div > ul {
    display: none
}

.oxy-nav-menu.oxy-nav-menu-open .menu-main-menu-container > div > ul {
    display: initial
}

.oxy-nav-menu.oxy-nav-menu-open .menu-main-menu-container {
    max-height: 100%;
    overflow: auto;
    padding-top: 2em;
    padding-bottom: 2em;
    width: 100%
}

.oxy-nav-menu .menu-main-menu-container ul li {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 15px;
    position: relative
}

.oxy-nav-menu .menu-main-menu-container ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FFFFFF
}

.oxy-nav-menu .menu-main-menu-container ul li i {
    color: #FFFFFF;
    position: absolute;
    right: 0;
    top: 8px
}

.oxy-nav-menu .menu-main-menu-container ul li ul {
    display: none
}

.oxy-menu-langs {
    display: none
}

.oxy-menu-langs > div:first-of-type {
    color: #FFFFFF
}

.oxy-menu-langs > div:last-of-type {
    display: none
}

.oxy-menu-langs.on > div:last-of-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.oxy-menu-langs a {
    color: #FFFFFF;
    text-transform: none
}

.oxy-menu-langs img {
    width: 25px
}

.oxy-nav-menu.oxy-nav-menu-open .oxy-menu-langs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

#mobile3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 220000!important
}

#mobile3:before {
    content: '';
    width: 100%;
    height: 200%;
    position: fixed;
    top: 0;
    right: 0;
    display: block;
    background: rgba(0,0,0,0.13);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

#mobile3 .m-search {
    margin: 0 -25px 20px;
    padding: 10px 15px;
    background: var(--color);
    z-index: 2;
    position: relative
}

#mobile3 .m-search form {
    width: 100%;
    padding-right: 50px;
    position: relative
}

#mobile3 .m-search form input {
    width: 100%;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    background: url("../images/icon-search-black.png") center left 5px no-repeat white;
    background-size: 14px;
    padding-left: 25px;
    font-size: 14px
}

#mobile3 .m-search form input[type="submit"] {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    background: url("../images/icon-search-white.png") center center no-repeat
}

#mobile3 .m-logo {
    text-align: center;
    background: #333;
    z-index: 1;
    position: relative;
    line-height: 60px;
    height: 60px
}

#mobile3 .m-logo img {
    max-height: 40px;
    display: inline-block;
    vertical-align: middle;
    max-width: 200px
}

#mobile3 .m-btn {
    position: absolute;
    bottom: 16px;
    right: 15px;
    width: 30px;
    z-index: 2;
    height: 24px
}

#mobile3 .m-btn i {
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 1px;
    background: white;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

#mobile3 .m-btn i.ie1 {
    margin-top: -10px
}

#mobile3 .m-btn i.ie3 {
    margin-top: 10px
}

#mobile3 .box {
    position: fixed;
    background: white;
    width: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 0;
    height: 100%;
    overflow: auto;
    top: 0;
    padding: 25px;
    padding-top: 60px
}

#mobile3 .m-nav ul li {
    display: block;
    position: relative
}

#mobile3 .m-nav ul li a {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-right: 40px
}

#mobile3 .m-nav ul li a:hover {
    background: #eee;
    padding-left: 15px
}

#mobile3 .m-nav ul li i {
    position: absolute;
    right: 0;
    top: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px
}

#mobile3 .m-nav ul li i:before {
    content: "\e768";
    font-family: "iconfont"!important;
    font-style: normal;
    font-weight: normal
}

#mobile3 .m-nav ul li.children > i:before {
    content: "\e768"
}

#mobile3 .m-nav ul li.children.active > i:before {
    content: "\e767"
}

#mobile3 .m-nav ul li ul {
    display: none
}

#mobile3 .m-nav ul li li a {
    padding-left: 30px;
    position: relative;
    font-size: 14px
}

#mobile3 .m-nav ul li li a:after {
    content: '-';
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#mobile3 .m-nav ul li li a:hover {
    padding-left: 30px
}

#mobile3 .langs {
    padding: 20px 0
}

#mobile3 .langs h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px
}

#mobile3 .langs ul li {
    width: auto;
    display: inline-block;
    margin-right: 5px;
    font-size: 14px;
    padding-right: 5px;
    border-right: 1px solid #eee;
    margin-bottom: 5px
}

#mobile3 .langs ul li img {
    max-width: 30px
}

#mobile3 h6 {
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #eee
}

#mobile3 #gotop {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #eee;
    background: white;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    display: none
}

#mobile3.active .m-btn i {
    margin: 0!important
}

#mobile3.active .m-btn i.ie1 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

#mobile3.active .m-btn i.ie2 {
    opacity: 0
}

#mobile3.active .m-btn i.ie3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#mobile3.active:before {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

#mobile3.active .box {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media screen and (min-width: 1251px) {
    #innerMobileBanner {
        display:none
    }

    #innerMobileBanner,#mobile3,#mobile2,.page-header01,.page-header02,.mobile-menu-wrap01,#menuFull,#mobile5 {
        display: none
    }
}

@media (max-width: 1250px) {
    #innerMobileBanner ~ .inner-banner {
        display:none!important
    }

    .mobile-menu-wrap01 ~ #innerMobileBanner,#menuFull ~ #innerMobileBanner,.mobile-menu-wrap01 ~ #indexMobileBanner,#menuFull ~ #indexMobileBanner,.mobile-menu-wrap01 ~ #banner,#menuFull ~ #banner,.mobile-menu-wrap01 ~ .inner-banner,#menuFull ~ .inner-banner {
        margin-top: 0!important
    }
}

@media (max-width: 1250px) {
    #innerMobileBanner {
        display:block
    }

    #innerMobileBanner .banner1 .imgC img {
        width: 100%
    }

    #innerMobileBanner .banner1 .imgC .text {
        width: 100%;
        z-index: 2;
        font-size: 40px;
        font-weight: bold
    }

    #innerMobileBanner .banner1 .mbx {
        max-width: 98%;
        width: 100%;
        line-height: 1.8;
        font-size: 16px;
        color: #000;
        background-color: rgba(255,255,255,0.6);
        border-radius: 10px;
        margin: -20px auto 0;
        z-index: 2;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
        box-shadow: 0 0 10px rgba(0,0,0,0.2)
    }

    #innerMobileBanner .banner1 .mbx a {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s
    }

    #innerMobileBanner .banner1 .mbx a:hover {
        color: var(--color)
    }

    #innerMobileBanner .banner1.colorWhite {
        color: #fff
    }

    #innerMobileBanner .banner2 {
        background-image: -webkit-linear-gradient(250deg,#567d8e,rgba(0,0,0,0.05));
        background-image: -moz-linear-gradient(250deg,#567d8e,rgba(0,0,0,0.05));
        background-image: linear-gradient(-160deg,#567d8e,rgba(0,0,0,0.05))
    }

    #innerMobileBanner .banner2 .text {
        font-weight: bold;
        font-size: 30px
    }

    #innerMobileBanner .banner2 .mbx {
        margin: 40px auto 0;
        max-width: 98%
    }

    #innerMobileBanner .banner2 .mbx .cont {
        border-radius: 10px;
        -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        padding: 10px;
        font-size: 16px;
        line-height: 1.8
    }

    #innerMobileBanner .banner2 .mbx .cont a {
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        transition: all 0.5s
    }

    #innerMobileBanner .banner2 .mbx .cont a:hover {
        color: red
    }

    #innerMobileBanner .banner2.colorWhite {
        color: #fff
    }
}

@media (max-width: 500px) {
    #innerMobileBanner .banner1 .imgC .text {
        font-size:24px
    }
}

@media (max-width: 700px) {
    #indexMobileBanner ~ #banner {
        display:none!important
    }

    #indexMobileBanner {
        margin-top: 60px;
        display: block
    }

    #indexMobileBanner ul li {
        height: -webkit-calc(80vh - 60px);
        height: -moz-calc(80vh - 60px);
        height: calc(80vh - 60px)
    }

    #indexMobileBanner ul li .box {
        background-color: var(--color);
        height: 100%;
        background-size: cover
    }

    #indexMobileBanner ul li .box .title {
        font-size: 24px
    }

    #indexMobileBanner ul li .box .des {
        font-size: 16px
    }

    #indexMobileBanner.colorWhite {
        color: #fff
    }
}

html.mobile {
    overflow: hidden
}

html.mobile .body-overflow-box {
    position: relative;
    left: -280px
}

#mobile5 {
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    z-index: 220000!important;
    height: 100%
}

#mobile5:before {
    content: '';
    width: 200%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    display: block;
    background: rgba(0,0,0,0.13);
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

#mobile5 .mobile-logo {
    position: absolute;
    right: 100%;
    width: 100vw;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #111;
    -o-box-shadow: 0 0 10px rgba(255,255,255,0.2);
    -webkit-box-shadow: 0 0 10px rgba(255,255,255,0.2);
    box-shadow: 0 0 10px rgba(255,255,255,0.2)
}

#mobile5 .mobile-logo img {
    max-height: 30px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle
}

#mobile5 #menu-on5 {
    width: 60px;
    height: 60px;
    background: #f5f5f5;
    position: absolute;
    right: 100%;
    top: 0;
    cursor: pointer;
    cursor: hand;
    z-index: 1
}

#mobile5 #menu-on5 i {
    width: 36px;
    height: 2px;
    background: #222;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center
}

#mobile5 #menu-on5 i.line1 {
    top: 20px
}

#mobile5 #menu-on5 i.line2 {
    top: 30px
}

#mobile5 #menu-on5 i.line3 {
    top: 40px
}

#mobile5 .menu-content {
    width: 100%;
    height: 100%;
    display: block;
    background: #222;
    padding: 40px 10% 60px;
    overflow-y: auto;
    color: white
}

#mobile5 .menu-content::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px
}

#mobile5 .menu-content::-webkit-scrollbar-button {
    display: none
}

#mobile5 .menu-content::-webkit-scrollbar-track {
    background-color: #222
}

#mobile5 .menu-content::-webkit-scrollbar-thumb {
    background-color: #eee
}

#mobile5 .menu-content h3 {
    font-size: 20px;
    color: inherit;
    text-transform: capitalize;
    margin-bottom: 10px
}

#mobile5 .menu-content h3 i {
    font-size: 16px;
    position: relative;
    top: -1px
}

#mobile5 .menu-content .menu-logo {
    display: block
}

#mobile5 .menu-content .menu-logo img {
    margin: 0 auto
}

#mobile5 .menu-content .menu-list {
    margin: 40px 0
}

#mobile5 .menu-content .menu-list ul li {
    font-size: 15px;
    color: inherit;
    text-transform: uppercase;
    line-height: 20px
}

#mobile5 .menu-content .menu-list ul li a {
    padding: 8px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1em
}

#mobile5 .menu-content .menu-list ul li a i {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

#mobile5 .menu-content .menu-list ul li a:hover {
    color: var(--color);
    text-decoration: underline
}

#mobile5 .menu-content .menu-list ul li ul {
    display: none
}

#mobile5 .menu-content .menu-list ul li li a {
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    line-height: 18px
}

#mobile5 .menu-content .menu-list ul li li a:after {
    content: '';
    width: 6px;
    height: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

#mobile5 .menu-content .menu-list ul li li li a {
    padding-left: 25px
}

#mobile5 .menu-content .menu-list ul li li li a:after {
    width: 12px
}

#mobile5 .menu-content .mob-search form {
    position: relative
}

#mobile5 .menu-content .mob-search form input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: none;
    padding: 0 15px;
    font-size: 14px;
    color: black
}

#mobile5 .menu-content .mob-search form input[type="submit"] {
    width: 45px;
    height: 45px;
    background: url("../images/icon-search-white.png") no-repeat center center #222;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0
}

#mobile5 .menu-content .mob-yuy {
    margin: 40px 0
}

#mobile5 .menu-content .mob-yuy ul li {
    margin-bottom: 10px;
    color: inherit;
    font-size: 14px
}

#mobile5 .menu-content .mob-yuy ul li img {
    max-width: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

#mobile5 .menu-content .mob-share ul li {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    background: #333;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: white;
    font-size: 14px;
    margin-right: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

#mobile5 .menu-content .mob-share ul li:hover {
    background: var(--color)
}

#mobile5 .menu-content #menu-off5 {
    margin-top: 40px;
    cursor: pointer;
    cursor: hand
}

#mobile5.active {
    right: 0
}

#mobile5.active:before {
    left: 0
}

#mobile5.active #menu-on5 i.line1 {
    -webkit-transform: translateX(-50%) rotateZ(45deg);
    -moz-transform: translateX(-50%) rotateZ(45deg);
    -ms-transform: translateX(-50%) rotateZ(45deg);
    transform: translateX(-50%) rotateZ(45deg);
    top: 16px;
    margin-left: 5px;
    width: 40px
}

#mobile5.active #menu-on5 i.line2 {
    opacity: 0
}

#mobile5.active #menu-on5 i.line3 {
    -webkit-transform: translateX(-50%) rotateZ(-45deg);
    -moz-transform: translateX(-50%) rotateZ(-45deg);
    -ms-transform: translateX(-50%) rotateZ(-45deg);
    transform: translateX(-50%) rotateZ(-45deg);
    top: 44px;
    margin-left: 5px;
    width: 40px
}

#mobile5.white .mobile-logo {
    -o-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    background: white
}

#mobile5.white .menu-content {
    background: white;
    color: black
}

#mobile5.white .menu-content .menu-list ul li li a:after {
    background: black
}

#mobile5.white .menu-content .mob-search form input {
    border: 1px solid black
}

#mobile5.white .menu-content .mob-search form input[type="submit"] {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.mobileForm {
    width: 100%;
    padding: 10px 12px
}

.mobileForm input {
    width: 100%;
    height: 40px;
    border: none;
    color: black;
    background-color: white;
    padding: 0 1em
}

.mobileForm button {
    width: 40px;
    height: 40px;
    border: none;
    background-color: var(--color);
    color: white;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

chat-box {
    position: absolute;
    z-index: 23
}

.disc ul {
    padding-left: 1.5em
}

.disc ul li {
    list-style-type: disc
}

.disc ol {
    padding-left: 1.5em
}

.disc ol li {
    list-style-type: decimal
}

html[lang='sa'] .disc ul,html[lang='sa'] .disc ol {
    padding-left: 0;
    padding-right: 1.5em
}

.hand {
    cursor: pointer;
    cursor: hand
}

html[land="sa"] svg[width="1151"] {
    direction: ltr
}

html[land="sa"] #pups_from i.close {
    left: 10px!important
}



