<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (prefers-color-scheme: dark) {
:root {
--app-bg-color: #1b1b1b;
--app-text-color: #f1f1f1;
--app-border-color: #373739;
--app-menu-bg-color: #121212;
--app-menu-h1-color: #006ee1;
}
#site-header-inner {
max-width: 100%!important;
padding-left: 15px;
background: var(--app-menu-bg-color);
border-color: initial;
}
#site-header-inner {
max-width: 100%!important;
padding-left: 15px;
background: var(--app-menu-bg-color);
border-color: initial;
}
body,
.vc_custom_1469598762554 {
background-color: var(--app-bg-color) !important;
}
h1,
h1 span {
color: var(--app-menu-h1-color);
}
p,
li,
article p,
article span {
color: var(--app-text-color);
}
.tem-bec-par {
filter: brightness(.8) contrast(1.2);
}
.not-sticky #site-header {
box-shadow: var(--app-border-color) 0 1px 1px;
}
#primary {
margin-top: -20px;
}
div.tem-bec-par {
min-height: 7.3em;
border: 1px solid var(--app-border-color);
}
#footer,div#footer-bottom {
background-color: var(--app-menu-bg-color) !important;
}
.footer-widget .widget-title {
color: var(--app-text-color) !important;
border-bottom: 1px solid var(--app-border-color);
}
#copyright,#footer-bottom #copyright .foot-line-2 a,
.site-footer a, .site-footer strong {
color: var(--app-text-color) !important;
}
.header-one #site-logo1 {
filter: brightness(.8) contrast(1.2);
}
}
@media (max-width: 767px) {
:root {
--app-bg-color: #1b1b1b;
--app-text-color: #f1f1f1;
--app-border-color: #373739;
--app-menu-bg-color: #121212;
--app-menu-h1-color: #006ee1;
}
.dark-mode body {
transition: all 0.3s;
}
.dark-mode #site-header-inner {
max-width: 100% !important;
padding-left: 15px;
background: var(--app-menu-bg-color);
border-color: initial;
}
body.dark-mode,
.dark-mode .vc_custom_1469598762554 {
background-color: var(--app-bg-color) !important;
}
.dark-mode h1,
.dark-mode h1 span {
color: var(--app-menu-h1-color);
}
.dark-mode p,
.dark-mode li,
.dark-mode span {
color: var(--app-text-color);
}
.dark-mode .tem-bec-par {
filter: brightness(.8) contrast(1.2);
}
.dark-mode .not-sticky #site-header {
box-shadow: var(--app-border-color) 0 1px 1px;
}
.dark-mode #primary {
margin-top: -20px;
}
.dark-mode div.tem-bec-par {
min-height: 7.3em;
border: 1px solid var(--app-border-color);
}
.dark-mode #footer,.dark-mode div#footer-bottom {
background-color: var(--app-menu-bg-color) !important;
}
.dark-mode .footer-widget .widget-title {
color: var(--app-text-color) !important;
border-bottom: 1px solid var(--app-border-color);
}
.dark-mode #copyright,.dark-mode #footer-bottom #copyright .foot-line-2 a,
.dark-mode .site-footer a, .dark-mode .site-footer strong {
color: var(--app-text-color) !important;
}
.dark-mode .header-one #site-logo1 {
filter: brightness(.8) contrast(1.2);
}
}.alert-wating {
display: none;
position: relative;
z-index: 1000;
}
#mask {
position: fixed;
top: 0;
left: 0;
width: 100%;
min-height: 1000px;
background: #000;
opacity: 0.7;
}
.close-x {
width: 25px;
height: 25px;
border-radius: 50%;
background: #888;
border: 1px solid #888;
color: #fff;
font-size: 15px;
text-align: center;
position: absolute;
top: -13px;
left: 97%;
cursor: pointer;
-ms-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.close-x:hover {
background: red;
border: 1px solid red;
-ms-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-o-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.loading1 {
position: fixed;
width: 90px;
height: 120px;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.wating-tip {
color: #fff;
width: 500px;
font-size: 25px;
position: relative;
left: -6em;
top: 5em;
font-weight: 600;
}
.loading1 span{
display: block;
width:20px;
height:20px;
background: #fff;
border-radius: 10px;
position: absolute;
}
.loading1 .loading1-1,.loading1 .loading1-2,.loading1 .loading1-3{
position: absolute;
height: 90px;
width: 90px;
}
.loading1 .loading1-2{
transform:rotate(60deg);
-webkite-transform:rotate(60deg);
-moz-transform:rotate(60deg);
-o-transform:rotate(60deg);
-ms-transform:rotate(60deg);
}
.loading1 .loading1-3{
transform:rotate(120deg);
-webkite-transform:rotate(120deg);
-moz-transform:rotate(120deg);
-o-transform:rotate(120deg);
-ms-transform:rotate(120deg);
}
.loading1 .circle1{
top:0px;
left:0px;
}
.loading1 .circle2{
top:0px;
right:0px;
}
.loading1 .circle3{
bottom:0px;
right:0px;
}
.loading1 .circle4{
bottom:0px;
left:0px;
}
.loading1 span{
animation:animation3 1.2s ease-in-out infinite both;
-webkit-animation:animation3 1.2s ease-in-out infinite both;
-moz-animation:animation3 1.2s ease-in-out infinite both;
-o-animation:animation3 1.2s ease-in-out infinite both;
-ms-animation:animation3 1.2s ease-in-out infinite both;
}
.loading1-2 span:nth-child(1){
animation-delay:.1s;
-webkit-animation-delay:.1s;
-moz-animation-delay:.1s;
-o-animation-delay:.1s;
-ms-animation-delay:.1s;
}
.loading1-1 span:nth-child(2){
animation-delay:.2s;
-webkit-animation-delay:.2s;
-moz-animation-delay:.2s;
-o-animation-delay:.2s;
-ms-animation-delay:.2s;
}
.loading1-3 span:nth-child(1){
animation-delay:0.3s;
-webkit-animation-delay:0.3s;
-moz-animation-delay:0.3s;
-o-animation-delay:0.3s;
-ms-animation-delay:0.3s;
}
.loading1-2 span:nth-child(2){
animation-delay:0.4s;
-webkit-animation-delay:0.4s;
-moz-animation-delay:0.4s;
-o-animation-delay:0.4s;
-ms-animation-delay:0.4s;
}
.loading1-1 span:nth-child(3){
animation-delay:0.5s;
-webkit-animation-delay:0.5s;
-moz-animation-delay:0.5s;
-o-animation-delay:0.5s;
-ms-animation-delay:0.5s;
}
.loading1-3 span:nth-child(2){
animation-delay:0.6s;
-webkit-animation-delay:0.6s;
-moz-animation-delay:0.6s;
-o-animation-delay:0.6s;
-ms-animation-delay:0.6s;
}
.loading1-2 span:nth-child(3){
animation-delay:0.7s;
-webkit-animation-delay:0.7s;
-moz-animation-delay:0.7s;
-o-animation-delay:0.7s;
-ms-animation-delay:0.7s;
}
.loading1-1 span:nth-child(4){
animation-delay:0.8s;
-webkit-animation-delay:0.8s;
-moz-animation-delay:0.8s;
-o-animation-delay:0.8s;
-ms-animation-delay:0.8s;
}
.loading1-3 span:nth-child(3){
animation-delay:0.9s;
-webkit-animation-delay:0.9s;
-moz-animation-delay:0.9s;
-o-animation-delay:0.9s;
-ms-animation-delay:0.9s;
}
.loading1-2 span:nth-child(4){
animation-delay:1s;
-webkit-animation-delay:1s;
-moz-animation-delay:1s;
-o-animation-delay:1s;
-ms-animation-delay:1s;
}
.loading1-1 span:nth-child(1){
animation-delay:1.1s;
-webkit-animation-delay:1.1s;
-moz-animation-delay:1.1s;
-o-animation-delay:1.1s;
-ms-animation-delay:1.1s;
}
@keyframes animation3{
0%,80%,100%{transform:scale(0);}
20%{transform:scale(0.5);}
40%{transform:scale(1);}
}
@-webkit-keyframes animation3{
0%,80%,100%{-webkit-transform:scale(0);}
20%{-webkit-transform:scale(0.5);}
40%{-webkit-transform:scale(1);}
}
@-moz-keyframes animation3{
0%,80%,100%{-moz-transform:scale(0);}
20%{-moz-transform:scale(0.5);}
40%{-moz-transform:scale(1);}
}
@-o-keyframes animation3{
0%,80%,100%{-o-transform:scale(0);}
20%{-o-transform:scale(0.5);}
40%{-o-transform:scale(1);}
}</pre></body></html>