.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root{
--ftsearch: #188889;
--ftsearchbg: #fff;
--ftsearchbor: #3b3b3b;
--ftsearchspan:#e5e5e5;
--ftsearchsp:#ebebeb63;
--ftsearchimg:#ccc;
--ftsearchbl:#1e1e1eeb;
--ftsearchcolor:#333;
}
.ft-sbox a{
color:var(--ftsearchcolor);
font-size:18px;
line-height:1.3;
text-decoration:none;
}
.ft-sbox a:hover{
color:#777;
}
form.ft-sform {
display: flex;
border-radius: 10px;
padding: 5px 10px;
border: 1px solid var(--ftsearchbor);
box-sizing: border-box;
line-height: 0px;
background:var(--ftsearchbg);
}
.ft-sbox #ft-sinput {
width: 100%;
border: none;
margin: 0px;
height: 45px;
background: none;
padding: 0px 20px;
outline: none;
box-shadow: none;
color:var(--ftsearchcolor);
}
.ft-sbox #ft-sinput::placeholder {
color: #ccc; 
}
.ft-sbox #ft-ssumit {
width: 60px;
margin: 0px;
height: 45px;
background: none;
padding: 0px 20px;
border:none;
font-size:14px;
}
.ft-sbox #ft-ssumit svg{width:20px;} .ft-sbox #ft-ssumit svg path{fill:var(--ftsearch);}
.ft-sbox-main{
background:var(--ftsearchbg);
padding:15px;
border-radius:10px;
margin-top:15px;
border: 1px solid var(--ftsearchbor);
color:#888;
}
li.ft-stit {
text-transform: uppercase;
font-size: 14px;
color: #676767;
padding: 5px 0px;
border-bottom: 1px solid var(--ftsearchimg);
}
.ft-sselec{
color:var(--ftsearch);
}
.ft-sbox #ft-show{
margin:0px;
padding:0px;
font-size:18px;
}
#ft-staxo {
display: flex;
overflow-y: auto;
}
#ft-staxo span:first-child{
margin-left:0px;
}
#ft-staxo span {
display: inline-block;
background: var(--ftsearchspan);
padding: 7px 15px;
margin: 5px;
border-radius: 7px;
white-space: nowrap;
color:var(--ftsearchcolor);
border: 1px solid var(--ftsearchbor);
cursor: pointer;
font-size:14px;
}
#ft-staxo .postType-filter.active {
border: 1px solid var(--ftsearch);
color: var(--ftsearch);
}
#ft-show li:first-child {
margin-top: 15px;
}
#ft-show li {
list-style-type: none;
margin:0px;
}
li.ft-sspno, li.ft-ssp {
background: var(--ftsearchsp);
padding: 10px;
border-radius: 7px;
}
#ft-show .ft-ssp {
display: grid;
grid-template-columns: 75px auto;
align-items: center;
}
#ft-show .ft-ssp a:first-child {
display: flex;
align-items: center;
}
#ft-show li:not(:last-child){
margin-bottom: 10px;
}
#ft-show li img{
width: 65px;
height: 65px;
border-radius:6px;
margin-right: 10px;
vertical-align: middle;
object-fit: cover;
margin-right:10px;
border:1px solid var(--ftsearchimg);
}
.ft-stit{
color:#555;
font-weight:bold;
margin-bottom:10px;
margin-top:10px;
}
.ft-sbox .ft-ssap-tit{
font-weight:bold;
}
.ft-sbox .ft-ssap-cm {
font-size: 14px;
color: #999;
display:block;
}
.ft-sbox .ft-ssap-pri{
font-size: 14px;
color:#ff4444 !important;
display:block;
}
.ft-sbox .ft-ssap-pri span{
color:#ff4444 !important;
} .ft-sbox * {
scrollbar-color: #777 #ffffff00;
scrollbar-width: thin !important;
}
.ft-sbox ::-webkit-scrollbar {
width: 5px;
height: 5px;
background: none;
}
.ft-sbox ::-webkit-scrollbar-thumb {
background-color: #777;
border-radius: 2px;
}
.ft-sbox ::-webkit-scrollbar-track {
background-color: none;
}
.jquery-modal.fox-blocker {
padding: 20px 0px !important;
background-color: var(--ftsearchbl) !important;
border-radius: 0px;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
z-index: 9999999999999999999999999999999999;
box-sizing: border-box;
text-align: center;
}
.jquery-modal.fox-blocker:before {
content: "";
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -0.05em;
}
.jquery-modal.fox-blocker.behind {
background-color: transparent;
}
.ft-smodal {
display: none;
vertical-align: middle;
position: relative;
z-index: 2;
max-width: 1000px;
box-sizing: border-box;
width: 90%;
padding: 0px;
text-align: left;
}
.ft-smodal a.close-modal {
position: absolute;
top: -12.5px;
right: -12.5px;
display: block;
width: 30px;
height: 30px;
text-indent: -9999px;
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}
.ft-smodal-spinner {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
padding: 12px 16px;
border-radius: 5px;
background-color: #111;
height: 20px;
}
.ft-smodal-spinner > div {
border-radius: 100px;
background-color: #fff;
height: 20px;
width: 2px;
margin: 0 1px;
display: inline-block;
-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.ft-smodal-spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.ft-smodal-spinner .rect3 {
-webkit-animation-delay: -1s;
animation-delay: -1s;
}
.ft-smodal-spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
0%,
40%,
100% {
-webkit-transform: scaleY(0.5);
}
20% {
-webkit-transform: scaleY(1);
}
}
@keyframes sk-stretchdelay {
0%,
40%,
100% {
transform: scaleY(0.5);
-webkit-transform: scaleY(0.5);
}
20% {
transform: scaleY(1);
-webkit-transform: scaleY(1);
}
}body .ft-chaton a, body .ft-chatbox-skin1 a, body .ft-chatbox-skin2 a, body .ft-chatbox-skin3 a, body .ft-chatbox-skin4 a, body .ft-chatbox-skin5 a , body .ft-navi, body .ft-navi a, body .ft-navi-chaton a{
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
text-decoration: none;
}
.ft-cpho svg{background:#4CAF50}
.ft-csms svg{background:#e56100}
.ft-cmes svg{background:#0082FF}
.ft-ctel svg{background:#29A9EB}
.ft-czal svg{background:#0068FF}
.ft-cwha svg{background:#29A71A}
.ft-cvib svg{background:#6f3faa}
.ft-csky svg{background:#00a9f0}
.ft-ctik svg{background:#222222}
.ft-cmai svg{background:#2196F3}
.ft-cmap svg{background:#8a56cd}
.ft-ccus svg{background:#555555}
.ft-chaton a:hover, .ft-chatbox-skin1:hover{
text-decoration: none;
}
#chat-mojs {
transition: transform 0.3s ease;
}
.chathi {
transform: translateX(-350%);
}
.ft-chatbox{
position: fixed;
z-index: 10150;
left: 10px;
bottom: 10px;
}
.ft-chatbox button{
border:none;
box-sizing: border-box;
margin:0px;
}
.ft-chatbox #chatona {
width: 50px;
height: 50px;
border-radius: 100%;
animation: logo 0.9s infinite;
transform: translate3d(0, 0, 0) scale(0.9);
box-shadow: 0 0 0 0px #4caf50;
padding: 0px;
box-sizing: border-box;
line-height: 0;
background: #4caf50;
}
.ft-chatbox #chatona svg{
width:33px !important;
height:33px !important;
box-sizing: border-box;
transition: transform 0.7s ease-in-out;
}
.svg-enter {
transform: translateX(100%);
}
.ft-chatbox #chatona svg path{
fill:#fff !important;
}
.ft-chatbox #chatona .khacus{
width:45px !important;
height:45px !important;
}
.ft-chatbox #chatona .original-icon {
display: none; 
}
@keyframes logo {
100% { box-shadow:0 0 0 20px rgba(0,210,255,0); }
}
.ft-chaton {
background: #fff;
border-radius: 10px;
box-sizing: border-box;
padding: 15px 5px;
position:relative;
margin-bottom:25px;
-webkit-animation: duoilen 2s ease forwards;
animation: duoilen 2s ease forwards;
min-width: 230px;
}
.ft-chaton-full {
position: fixed;
background: rgb(0 0 0 / 41%);
width: 100%;
height: 100%;
top: 0;
left: 0;
}
@keyframes duoilen{
from {
opacity:0.3;
}
to {
opacity:1;
}
}
@-webkit-keyframes duoilen{
from {
opacity:0.3;
}
to {
opacity:1;
}
}
.ft-chaton-scroll{
max-height: 300px;
overflow: auto;
padding:0px 10px;
}
.ft-chaton-scroll a i {
display: flex;
justify-content: center;
align-items: center;
}
.ft-chaton::after {
content: '';
position: absolute;
left: 0;
bottom: -10px;
margin-left: 10px;
width: 0;
height: 0;
border-top: 15px solid #ffffff;
border-left: 15px solid transparent;
border-right: 15px solid transparent;
}
.ft-chaton a {
display: flex;
align-items: center;
color: #444;
padding: 5px;
}
.ft-chaton a:hover{
opacity:0.8;
background: #eee;
box-sizing: content-box;
border-radius: 7px;
}
.ft-chaton a:not(:last-child){
margin-bottom:5px;
}
.ft-chaton svg{
width:40px;
margin-right:15px;
border-radius:100%;
}
.ft-chaton .ft-cco-cus svg{width:40px !important;box-sizing: border-box;} .ft-chaton *, .ft-navi-chaton * {
scrollbar-color: #eee #ffffff00;
scrollbar-width: thin !important;
}
.ft-chaton ::-webkit-scrollbar, .ft-navi-chaton ::-webkit-scrollbar {
width: 5px;
height: 5px;
background: none;
}
.ft-chaton ::-webkit-scrollbar-thumb, .ft-navi-chaton ::-webkit-scrollbar-thumb{
background-color: #eee;
border-radius: 2px;
}
.ft-chaton ::-webkit-scrollbar-track, .ft-navi-chaton ::-webkit-scrollbar-track{
background-color: none;
} .ft-chatbox-skin1{
position: fixed;
z-index: 10150;
left: 10px;
bottom: 10px;
width:45px;
}
.ft-chatbox-skin1 a{
display:block;
position: relative;
}
.ft-chatbox-skin1 a:not(:last-child){
margin-bottom:15px;
}
.ft-chatbox-skin1 a span{
display:none;
}
.ft-chatbox-skin1 a:hover span {
padding: 0px 16px;
display: block;
z-index: 100;
left: 35px;
margin: 7px 0px 70px 20px;
height: 33px;
position: absolute;
font-size: 14px;
border-radius: 30px;
color: #fff;
top: 0px;
opacity: 0.9;
background: #11111194;
width: max-content;
display: flex;
align-items: center;
justify-content: center;
}
.ft-chatbox-skin1 svg{
width:45px;
margin:auto;
border-radius:100%;
} .ft-chatbox-skin2{
position: fixed;
z-index: 10150;
left: 0px;
bottom: 10px;
width:45px;
}
.ft-chatbox-skin2 a{
display:block;
position: relative;
line-height: 0;
margin-bottom:2px;
}
.ft-chatbox-skin2 a span{
display:none;
}
.ft-chatbox-skin2 a:hover span {
z-index: 100;
left: 45px;
padding: 0px 20px;
height: 45px;
position: absolute;
font-size: 14px;
color: #fff;
top: 0px;
opacity: 0.9;
background: #333;
width: max-content;
display: flex;
align-items: center;
justify-content: center;
}
.ft-chatbox-skin2 svg{
width:45px;
margin:auto;
} .ft-chatbox-skin3{
position: fixed;
z-index: 10150;
left: 10px;
bottom: 10px;
width:45px;
}
.ft-chatbox-skin3 a{
display:block;
position: relative;
}
.ft-chatbox-skin3 a:not(:last-child){
margin-bottom:15px;
}
.ft-chatbox-skin3 a span{
display:none;
}
.ft-chatbox-skin3 a:hover span {
padding: 0px 16px;
display: block;
z-index: 100;
left: 35px;
margin: 7px 0px 70px 20px;
height: 33px;
position: absolute;
font-size: 14px;
border-radius: 30px;
color: #fff;
top: 0px;
opacity: 0.9;
background: #11111194;
width: max-content;
display: flex;
align-items: center;
justify-content: center;
}
.ft-chatbox-skin3 svg{
width:45px;
margin:auto;
border-radius: 0px 20px 0px 20px;
}
.ft-chatbox-skin1 i:hover, .ft-chatbox-skin3 i:hover{
animation: logo3 1000ms infinite;
}
.ft-chatbox-skin1 i, .ft-chatbox-skin3 i{
display: block;
line-height:0;
animation: logoskin1 0.8s infinite;
transform: translate3d(0, 0, 0) scale(0.9);
}
.ft-chatbox-skin1 .ft-cpho i, .ft-chatbox-skin3 .ft-cpho i{box-shadow: 0 0 0 0px #4CAF50}
.ft-chatbox-skin1 .ft-csms i, .ft-chatbox-skin3 .ft-csms i{box-shadow: 0 0 0 0px #e56100}
.ft-chatbox-skin1 .ft-cmes i, .ft-chatbox-skin3 .ft-cmes i{box-shadow: 0 0 0 0px #0082FF}
.ft-chatbox-skin1 .ft-ctel i, .ft-chatbox-skin3 .ft-ctel i{box-shadow: 0 0 0 0px #29A9EB}
.ft-chatbox-skin1 .ft-czal i, .ft-chatbox-skin3 .ft-czal i{box-shadow: 0 0 0 0px #0068FF}
.ft-chatbox-skin1 .ft-cwha i, .ft-chatbox-skin3 .ft-cwha i{box-shadow: 0 0 0 0px #29A71A}
.ft-chatbox-skin1 .ft-cvib i, .ft-chatbox-skin3 .ft-cvib i{box-shadow: 0 0 0 0px #6f3faa}
.ft-chatbox-skin1 .ft-csky i, .ft-chatbox-skin3 .ft-csky i{box-shadow: 0 0 0 0px #00a9f0}
.ft-chatbox-skin1 .ft-ctik i, .ft-chatbox-skin3 .ft-ctik i{box-shadow: 0 0 0 0px #222222}
.ft-chatbox-skin1 .ft-cmai i, .ft-chatbox-skin3 .ft-cmai i{box-shadow: 0 0 0 0px #2196F3}
.ft-chatbox-skin1 .ft-cmap i, .ft-chatbox-skin3 .ft-cmap i{box-shadow: 0 0 0 0px #8a56cd}
.ft-chatbox-skin1 .ft-ccus i, .ft-chatbox-skin3 .ft-ccus i{box-shadow: 0 0 0 0px #555555}
@keyframes logoskin1 {
100% {transform: translate3d(0, 0, 0) scale(1);}
100% {box-shadow: 0 0 0 10px rgba(0,210,255,0);}
} .ft-chatbox-skin4{
position: fixed;
z-index: 10150;
left: 10px;
bottom: 10px;
width:45px;
}
.ft-chatbox-skin4 a{
display:block;
position: relative;
}
.ft-chatbox-skin4 a:not(:last-child){
margin-bottom:7px;
}
.ft-chatbox-skin4 a span{
display:none;
}
.ft-chatbox-skin4 a:hover span {
padding: 0px 16px;
display: block;
z-index: 100;
left: 35px;
margin: 7px 0px 70px 20px;
height: 33px;
position: absolute;
font-size: 14px;
border-radius: 30px;
color: #fff;
top: 0px;
opacity: 0.9;
background: #11111194;
width: max-content;
display: flex;
align-items: center;
justify-content: center;
}
.ft-chatbox-skin4 svg{
width:45px;
margin:auto;
border-radius: 10px;
background:none !important;
box-sizing: border-box;
}
.ft-chatbox-skin4 svg:hover{
animation: logo3 1000ms infinite;
}
@keyframes logo3 {
0% {transform:rotate(0deg) scale(1) skew(1deg);}
10% {transform:rotate(-25deg) scale(1) skew(1deg);}
20% {transform:rotate(25deg) scale(1) skew(1deg);}
30% {transform:rotate(-25deg) scale(1) skew(1deg);}
40% {transform:rotate(25deg) scale(1) skew(1deg);}
50% {transform:rotate(0deg) scale(1) skew(1deg);}
100% {transform:rotate(0deg) scale(1) skew(1deg);}
}
.ft-chatbox-skin4 .ft-cpho svg path, .ft-chatbox-skin5 .ft-cpho svg path{fill:#4CAF50 !important}
.ft-chatbox-skin4 .ft-csms svg path, .ft-chatbox-skin5 .ft-csms svg path{fill:#e56100 !important}
.ft-chatbox-skin4 .ft-cmes svg path, .ft-chatbox-skin5 .ft-cmes svg path{fill:#0082FF !important}
.ft-chatbox-skin4 .ft-ctel svg path, .ft-chatbox-skin5 .ft-ctel svg path{fill:#29A9EB !important}
.ft-chatbox-skin4 .ft-czal svg path, .ft-chatbox-skin5 .ft-czal svg path{fill:#0068FF !important}
.ft-chatbox-skin4 .ft-cwha svg path, .ft-chatbox-skin5 .ft-cwha svg path{fill:#29A71A !important}
.ft-chatbox-skin4 .ft-cvib svg path, .ft-chatbox-skin5 .ft-cvib svg path{fill:#6f3faa !important}
.ft-chatbox-skin4 .ft-csky svg path, .ft-chatbox-skin5 .ft-csky svg path{fill:#00a9f0 !important}
.ft-chatbox-skin4 .ft-ctik svg path, .ft-chatbox-skin5 .ft-ctik svg path{fill:#222222 !important}
.ft-chatbox-skin4 .ft-cmai svg path, .ft-chatbox-skin5 .ft-cmai svg path{fill:#2196F3 !important}
.ft-chatbox-skin4 .ft-cmap svg path, .ft-chatbox-skin5 .ft-cmap svg path{fill:#8a56cd !important}
.ft-chatbox-skin4 .ft-ccus svg path, .ft-chatbox-skin5 .ft-ccus svg path{fill:#555555 !important}
.ft-chatbox-skin4 .ft-cpho svg{border:2px solid #4CAF50}
.ft-chatbox-skin4 .ft-csms svg{border:2px solid #e56100}
.ft-chatbox-skin4 .ft-cmes svg{border:2px solid #0082FF}
.ft-chatbox-skin4 .ft-ctel svg{border:2px solid #29A9EB}
.ft-chatbox-skin4 .ft-czal svg{border:2px solid #0068FF}
.ft-chatbox-skin4 .ft-cwha svg{border:2px solid #29A71A}
.ft-chatbox-skin4 .ft-cvib svg{border:2px solid #6f3faa}
.ft-chatbox-skin4 .ft-csky svg{border:2px solid #00a9f0}
.ft-chatbox-skin4 .ft-ctik svg{border:2px solid #222222}
.ft-chatbox-skin4 .ft-cmai svg{border:2px solid #2196F3}
.ft-chatbox-skin4 .ft-cmap svg{border:2px solid #8a56cd}
.ft-chatbox-skin4 .ft-ccus svg{border:2px solid #555555}
.ft-cco-cus svg {
width: 100% !important;
height: 100% !important;
padding: 10px !important;
box-sizing: border-box;
}
.ft-cco-cus svg path{
fill: #fff;
}
.ft-chatbox-skin4 i {
display: block;
} .ft-chatbox-skin5{
position: fixed;
z-index: 10150;
left: 10px;
bottom: 10px;
width:65px;
text-align: center;
background: #fffffff5;
border-radius: 10px;
padding: 10px 5px 17px 5px;
box-sizing: content-box;
box-shadow: 0px 0px 5px #0003;
}
.ft-chatbox-skin5 a{
display:block;
position: relative;
color:#333;
}
.ft-chatbox-skin5 a:not(:last-child){
margin-bottom:0px;
}
.ft-chatbox-skin5 a span {
font-size: 11px;
display: block;
text-align: center;
margin-top:-7px;
}
.ft-chatbox-skin5 svg,.ft-chatbox-skin5 .ft-cco-cus svg{
width:55px !important;
margin:auto;
background:none;
}
.ft-chatbox-skin5 svg:hover{
animation: logo3 1000ms infinite;
} :root{
--navicolor: #333;
--bordcolor: #ff4444;
--backcolor:#fff;
--backchatcolor:#ffffffd6;
--textchatcolor:#333;
--bordcolorspan:#333;
}
.ft-boxnavi{
display:none;
background: var(--backcolor);
box-shadow: 0px -1px 7px #00000030;
z-index: 10150;
padding: 10px 10px 20px 10px;
box-sizing: border-box;
height: 65px;
line-height: 1.2;
position: fixed;
}
#navi-mojs {
transition: transform 0.3s ease;
}
.navihi {
transform: translateY(200%);
}
.ft-navi {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
grid-gap:5px;
color:var(--navicolor);
}
.ft-navi a{
color:var(--navicolor) !important;
}
.ft-navi svg path{
fill:var(--navicolor) !important;
}
.ft-navi-chaton a{
color:var(--textchatcolor);
}  
.ft-navi a:hover, .ft-navi-chaton a:hover{
opacity:0.9;
}
.ft-navi-cen-but a {color:var(--bordcolor);cursor: pointer;}
.ft-navi-cen-but a .ft-navi-cen-span{color:#fff;}
.ft-navi-cen-but svg path{
fill:#fff !important;
}
.ft-navi div {
text-align: center;
position: relative;
}
.ft-navi div span{
font-size:11px;
display:block;
font-weight:bold;
}
.ft-navi .ft-navi-span{
position: absolute;
bottom: -15px;
left: 0;
right: 0;
}
.ft-navi .ft-navi-cen-span {
background: var(--bordcolorspan);
padding: 2px 8px;
display: inline-flex;
align-items: center;
border-radius: 20px;
justify-content: center;
}
.ft-navi-cen-but {
position: absolute !important;
bottom: -20px;
left: 50%;
transform: translate(-50%,0);
width:100%;
}
.ft-navi svg {
width: 100%;
height: 100%;
max-width:25px;
}
.ft-navi-cen svg {
background: var(--bordcolor);
border: 1px solid #0000002b;
padding: 10px;
border-radius: 100%;
max-width:35px;
box-sizing: content-box;
}
.ft-navi-cen-but i {
display: inline-block;
border-radius: 100%;
padding: 0px;
line-height: 0;
animation: logo4 1000ms infinite;
}
@keyframes logo4 {
0% {
transform: translate3d(0, 0, 0) scale(1);
}
33.3333% {
transform: translate3d(0, 0, 0) scale(0.9);
}
66.6666% {
transform: translate3d(0, 0, 0) scale(1);
}
100% {
transform: translate3d(0, 0, 0) scale(1);
}
0% { box-shadow: 0 0 0 0px var(--bordcolor);}
100% { box-shadow: 0 0 0 10px rgba(0,210,255,0);}
}
.ft-navi-chaton {
background: var(--backchatcolor);
box-shadow: 0px -1px 7px #00000030;
padding: 20px 10px;
z-index: 10150;
box-sizing: border-box;
position: fixed;
}
.ft-navi-chaton svg{
width: 40px;
margin-right: 15px;
border-radius: 100%;
}
.ft-navi-chaton .ft-cco-cus svg{width:40px !important;box-sizing: border-box;}
.ft-navi-chaton a {
display: flex;
align-items: center;
padding: 5px;
font-weight:bold;
font-size:16px;
} .navi-skin1{
bottom:0;
left:0;
right:0;
}
.navi-chat-skin1{
left:0;
right:0;
bottom: 64px;
} .navi-skin2{
bottom:0;
left:0;
right:0;
}
.navi-chat-skin2{
left:0;
right:0;
bottom: 64px;
}
.ft-navi-cen1 {
border-top: 4px solid var(--bordcolor);
padding-top: 10px;
margin-top: -10px;
} .navi-skin3{
bottom:10px;
left:10px;
right:10px;
border-radius:10px;
}
.navi-chat-skin3{
left:10px;
right:10px;
bottom:85px;
border-radius:10px;
} .ft-navi-cen-momo svg {
background: var(--bordcolor);
border: 1px solid #0000002b;
padding: 10px;
border-radius: 100%;
max-width:25px;
box-sizing: content-box;
}
.ft-navi-cen-momo a {color:#fff !important}
.ft-navi-cen-but.ft-navi-cen-but-momo{bottom:-20px;}
.ft-menu-border{
bottom: 99%;
width: 7em;
height: 1.4em;
position: absolute;
clip-path: url(#menu);
will-change: transform;
background-color:var(--backcolor); 
left: 50%;
transform: translateX(-50%);
z-index:-1;	
}
.ft-svg-container {
width: 0;
height: 0;
} .navi-skin5 {
bottom: 0;
left: 0;
right: 0;
background: none;
box-shadow: none;
padding: 13px 10px 10px 10px;
}
.navi-skin5 .ft-navi-cen-but.ft-navi-cen-but-momo{
bottom:-20px;
}
.navi-skin5 .ft-navi-cen-span{
margin-top:10px;
}
.ft-menu-lom svg{
top: 0;
bottom: 0;
position: absolute;
left: 0;
right: 0;
z-index: -1;
width:100%;
}
.ft-menu-lom svg path{
fill:var(--backcolor); 
}
.navi-chat-skin5 {
padding: 20px 10px 65px 10px;
left:0;
right:0;
bottom: 23px;
} @media (max-width: 700px){
.chaton-mobile{display:none}
.ft-boxnavi{display:block;}
}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//xechuyendungmn.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0} .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//xechuyendungmn.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//xechuyendungmn.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//xechuyendungmn.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}