
@charset "UTF-8";

* { margin: 0; padding: 0; list-style-type: none; text-decoration: none; border: none; outline: none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;  box-sizing: border-box; /* -webkit-user-select: none; -moz-user-select: none;  -ms-user-select: none; user-select: none; */}
::selection { color:#fff; background:#333; }
::-moz-selection { color:#fff; background:#333;}
::placeholder { color: #999; font-size: 14px; font-weight: 300; opacity: 1; }
:-ms-input-placeholder {  color: #999; font-size: 14px;  font-weight: 300; }
::-ms-input-placeholder { color: #999; font-size: 14px;  font-weight: 300; }

 :root {
    --blue: #0b44c6;
    --blue-dark: #1447c0;
    --blue-light: #e8f0fe;
    --blue-text: #1a3a7a;
    --surface: #ffffff;
    --surface-2: #f7f8fa;
    --surface-3: #eef0f4;
    --surface-blue: #d6e2fb ;
    --border: rgba(0,0,0,0.10);
    --border-md: rgba(0,0,0,0.18);
    --text: #111827;
    --text-2: #6b7280;
    --text-3: #9ca3af;
    --radius-sm: 6px;
    --radius-md: 6px;
    --radius-lg: 14px;
    --radius-pill: 999px;

    --color-black: #191919;
--color-222:  #222;
--color-333:  #333;
--color-999: #999;
--color-aaa: #aaa;
--color-eee: #eee;
--color-ddd: #ddd;
--color-blue: #0b44c6;
--color-white: #fff;
--color-whitedrop: #f5f5f5;
--color-border: #dadada;
--color-border-fill: #ccc;
--color-footer: #294766;
--color-red: #f21206;
--color-f0f0f0: #f0f0f0;
--color-f5f5f5: #f5f5f5;
--color-f9f9f9: #f9f9f9;
--color-green: #2e59b9;
--color-footer-bg: #e0e4eb;
--color-eaf: #eaf1f9;

  }

input,
textarea,
button,
select,
a:hover,a,a:focus,a:active { -webkit-tap-highlight-color: rgba(0,0,0,0); }
input { font-family: Tahoma, Arial, Helvetica, sans-serif; color: var(--color-black); -webkit-appearance: none; -moz-appearance: none; appearance: none; webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;  transition: all 0.2s ease;}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select { width: 100%; height: 40px; padding: 10px; font-size: 16px; border: 1px solid var(--color-ddd); background: var(--color-white); border-radius: 6px; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus { border: 1px solid var(--color-aaa) }
button { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 16px; font-weight: 400; line-height: 1; text-transform: uppercase; color: var(--color-white); background: var(--color-blue); cursor: pointer; transition: all 0.3s ease; border-radius: 6px; }
button:hover { background: var(--color-blue); box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%); transition: all 0.3s ease; }
textarea,select,option { font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 14px; color: var(--color-black); -webkit-appearance: none; -moz-appearance: none; appearance: none; webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;  transition: all 0.2s ease;}
select { width: 100%; height: 40px; padding: 6px 25px 6px 10px; font-size: 14px; border-radius: 6px; border: 1px solid var(--color-ddd); background: var(--color-white) url(../images/icon-select.svg) no-repeat right center; background-size: 20px; }
select option { font-size: 16px; line-height: 1; padding-bottom: 0 }
select option:hover { }
textarea { width: 100%; height: inherit ; }
[type=file] { position: absolute; filter: alpha(opacity=0); opacity: 0; width: 100%; left: 0; top: 0; }
[type=file] + label { display: inline-flex; position: relative; width: 100%; height: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 8px 10px; margin: 0; left: 0;  text-align: left; border: 1px solid var(--color-border-fill); top: 0; border-radius: 4px; background: var(--color-white); color: var(--color-black); font-size: 15px; cursor: pointer;  transition: all 0.3s ease; }
[type=file] + label:hover { border: 1px solid var(--color-aaa);  transition: all 0.3s ease; }


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,tfoot,{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1.2}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0; }

html, body { height: 100%; }



body { 


font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 14px; color: var(--color-333); line-height: 1.5; background: var(--surface-2); -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale; user-select: none; overflow-x: hidden; }

a { display: block; color: var(--color-333);  transition: all 0.3s ease; user-select: none;  }
a:hover { color: var(--color-blue); }

a:hover img {/* -webkit-transform: scale(1.05); transform: scale(1.05);*/ }
img { display: block; width: 100%; object-fit: cover; border-radius: 4px;  transition: all 0.3s ease; }

h1, h2, h3, h4, h5, h6 { position: relative; margin-top: 40px; margin-bottom: 20px; line-height: 1.4; font-weight: bold; }

h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p { margin-bottom: 16px; }

small { font-size: 12px; color: var(--color-blackdropthree) }

b,strong { font-weight: bold; }

section { position: relative; width: 100%; padding: 60px 0; }

figure { position: relative; }

time { position: relative; font-size: 15px;  text-transform: uppercase; color: var(--color-drop2gray); z-index: 1 }

label { display: inline-flex; padding-bottom: 5px; }

/* AI Update CSS */
.mini-underline { margin-top: 0; }

/* ------------------------------------------------------------------------------------------------------------
|  All  |
------------------------------------------------------------------------------------------------------------ */
.over-x { overflow-y: hidden; }

.container { position: relative; width: 100%; overflow-x: hidden; }
.warpper { display: flex; flex-wrap: wrap; position: relative; margin: 0 auto; width: 100%; max-width: 1200px; height: inherit; padding: 0 20px; }
.warpper-1170 { display: flex; flex-wrap: wrap; position: relative; margin: 0 auto; width: 100%; max-width: 1200px; height: inherit; padding: 0 20px; }
.warpper-960 { display: flex; flex-wrap: wrap; position: relative; margin: 0 auto; width: 100%; max-width: 960px; height: inherit; padding: 0 20px; }


.navigation { display: flex; flex-wrap: wrap; width: 100%; padding-bottom: 25px; font-size: 12px; }
.navigation a { color: var(--color-999) }
.navigation a:hover { color:var(--color-333); }
.navigation span { position: relative; }
.navigation span:nth-child(2) { padding-left: 20px; }
.navigation span:nth-child(2):before { content: ''; position: absolute; width: 10px; height: 1px; background: var(--color-ddd); top: 50%; left: 5px; }
.navigation span:nth-child(2) { text-transform: uppercase; }
.navigation span:nth-child(3) { padding-left: 20px; }
.navigation span:nth-child(3) a { min-width: 20px;max-width: 200px; vertical-align: middle;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.navigation span:nth-child(3):before { content: ''; position: absolute; width: 10px; height: 1px; background: var(--color-ddd); top: 50%; left: 5px; }
.navigation span:nth-child(4) { padding-left: 20px; }
.navigation span:nth-child(4) a { min-width: 20px;max-width: 200px; vertical-align: middle;  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.navigation span:nth-child(4):before { content: ''; position: absolute; width: 10px; height: 1px; background: var(--color-ddd); top: 50%; left: 5px; }


/* ------------------------------------------------------------------------------------------------------------
|  Header Bar  |
------------------------------------------------------------------------------------------------------------ */

.header-less  { border-bottom: 1px solid rgba(0, 0, 0, .08); /*height: 60px !important; background: rgba(255,255,255,1) !important; */-webkit-box-shadow: 0 -2px 5px 0 rgba(0,0,0,.4) !important; -moz-box-shadow: 0 -2px 5px 0 rgba(0,0,0,.4) !important;  box-shadow: 0 -2px 5px 0 rgba(0,0,0,.4) !important; transition: all 0.3s ease;  }
.header-fixed { position: fixed; display: flex; flex-wrap: wrap; width: 100%; height: 100px; padding: 0; border-bottom: 1px solid var(--color-ddd); background: var(--color-white);  box-shadow: 0 -2px 5px 0 rgba(0,0,0,0);  overflow: inherit;  z-index: 9999; transition: all 0.4s ease;  }
.header-fixed .warpper { padding-top: 0; padding-bottom: 0; }

.header-fixed .logo { display: flex; width: 240px; height: 100%; z-index: 9;  }
.header-fixed .logo a { display: block; position: relative; width: 100%; height: 100%;  }
.header-fixed .logo figure { position: relative; display: flex; align-items: center; width: 100%;  height: 100%; -webkit-transition: all 0.2s ease;  -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; }
.header-fixed .logo figure:before { display: none; }
.header-fixed .logo img { position: absolute; width: 100%; left: 0; top: 0; bottom: 0; object-fit: contain; margin-top: auto; margin-bottom: auto; margin-left: auto; -webkit-transition: all 0.2s ease;  -moz-transition: all 0.2s ease; -o-transition: all 0.2s ease;  transition: all 0.2s ease; }
.header-fixed .logo span { display: inline-block; vertical-align: middle; padding-left: 15px; }

.header-fixed nav { display: flex; align-items: center; margin-left: auto; position: relative; width: auto; padding-top: 40px; z-index: 2; }
.header-fixed nav ul { display: flex; align-items: center; height: 100%; }
.header-fixed nav li { display: flex; align-items: flex-end; position: relative; height: 100%; text-align: center; }
.header-fixed nav li a { display: flex; align-items: center; position: relative; height: 100%; padding: 0 12px; justify-content: center; color: var(--color-333); font-size: 16px; font-weight: bold; text-transform: uppercase; line-height: 1.2;  }
.header-fixed nav li a:before { content: ''; position: absolute; width: 100%; height: 2px; background: rgba(255, 255, 255, 0); left: 0; bottom: 0; transition: all 0.3s ease; }
.header-fixed nav li a:hover { color: var(--color-blue); }
.header-fixed nav li a:hover:before,.header-fixed nav li a.current:before { background: var(--color-blue); transition: all 0.3s ease; }
.header-fixed nav li a.current { color: var(--color-blue); }

.header-fixed .top-zone { position: absolute; z-index: 3; right: 20px; top: 8px; }
.header-fixed .top-zone aside { display: flex; flex-wrap: wrap; margin-left: auto; }
.header-fixed .top-zone aside .lang { padding-left: 5px; }
.header-fixed .top-zone aside .lang a { font-weight: 400; padding: 10px }

.header-fixed aside { position: relative;display: flex; flex-wrap: wrap;  margin-left: auto; width: auto; align-items: center}
.header-fixed aside ul {display: flex; flex-wrap: wrap; /*padding-right: 10px; border-right: 1px solid var(--color-ddd);*/}
.header-fixed aside ul li { position: relative; display: flex; flex-wrap: wrap;  align-items: center;  font-size:14px; }
.header-fixed aside ul li:last-child { padding-right:0 }
.header-fixed aside ul li.l-register a {
    padding: 6px 15px 8px 15px;
    font-weight: bold;
    color: var(--color-blue);
    border-radius: 4px;
    border: 1px solid var(--color-ddd)
}

.header-fixed aside ul li.l-register a:hover {
    background: var(--color-blue);
    color: var(--color-white);
    border: 1px solid var(--color-blue);
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 15%)
}

.header-fixed aside ul li.l-post {  }
.header-fixed aside ul li.l-post a {
    padding: 6px 15px 8px 15px;
    font-weight: bold;
    color: var(--color-blue);
    border-radius: 4px;
    border: 1px solid var(--color-ddd)
}
.header-fixed aside ul li.l-post a {  background: var(--color-blue); color: var(--color-white); border: 1px solid var(--color-blue); }
.header-fixed aside ul li.l-post a:hover {
    background: var(--color-blue);
    color: var(--color-white);
    border: 1px solid var(--color-blue);
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 15%)
}

.header-fixed aside ul li.l-login { margin-right: 10px; }
.header-fixed aside ul li.l-login a {    border-radius: 6px; font-weight: bold; padding: 6px 15px 8px 15px; }
.header-fixed aside ul li.l-login a:hover { background: var(--color-eee); }
.header-fixed aside ul li.l-register { padding-right: 10px; }

.header-fixed aside ul li.l-user { 
    border-right: none;
    padding-right: 20px;
    padding-left: 10px;
    margin-left: 10px;
}
.header-fixed aside ul li.l-user a:hover { color:var(--color-blue); }

.header-fixed aside ul li.l-user:before { content:''; position:absolute; width: 1px; height:26px; background:var(--color-ddd); left: 0; top: 0; bottom: 0; margin-top:auto; margin-bottom:auto; }

.header-fixed aside ul li a { color: var(--color-333); }
.header-fixed aside .phonezone a { margin-right: 15px; }
.header-fixed aside .phonezone a:last-child { margin-right: 0; }
.header-fixed aside .social-line { border-radius: 50%; }f
.header-fixed aside .social-line:hover {}
.header-fixed aside .social-facebook { border-radius: 50%; border: 1px solid var(--color-ddd); }
.header-fixed aside .social-facebook:hover { }
.header-fixed aside .social-instagram { border-radius: 50%; border: 1px solid var(--color-ddd); }
.header-fixed aside .social-instagram:hover {}
.header-fixed aside .social-search:hover { opacity: 0.6; }

.header-fixed aside i { position: relative; width: 30px; height: 30px; text-indent: -9999px; border-radius: 50%;transition: all .2s ease}
.header-fixed aside a { display: flex; align-items: center; position: relative }
.header-fixed aside a:hover i { transition: all .2s ease }
.header-fixed .social span { position: relative; width: 100%; height: 100%; vertical-align: middle; z-index: 1}
.header-fixed aside .social-sum { cursor: pointer; }
.header-fixed aside .show-top-social:hover > .top-social { visibility: visible; opacity: 1; transition: all 0.2s ease; }
.header-fixed aside .top-social { visibility: hidden; opacity: 0; position: absolute; width: 60px; top: 100%; left: -50%; right: -50%; margin-left: auto; margin-right: auto; padding: 8px 5px; z-index: 1;  background: var(--color-e5e); border-radius: 30px; transition: all 0.2s ease; }
.header-fixed aside .top-social:after { content:""; position: absolute; width: 0; height: 0;  bottom: 100%; left: 0; right: 0; margin-left: auto; margin-right: auto; border: solid transparent; pointer-events: none; border-bottom-color: var(--color-e5e); border-width: 5px; }
.header-fixed aside .top-social .icon-link { padding: 3px 0; }
.header-fixed aside .top-social a { position: relative; display: flex; justify-content: center; align-items: center; width: 36px; height: 36px; text-indent: -999px; border-radius: 50%; margin: 0 auto; overflow: hidden; }
.header-fixed aside .icon-user { display: inline-flex; width: 32px; height: 32px; cursor: pointer; background: var(--color-white) url(../images/icon-myaccount.svg) no-repeat -30px 0; background-size: auto 30px; border-radius:50%; border:1px solid var(--color-ddd); }
.top-zone .social-phone { font-style: normal; font-weight: 400; }

.icon-fb a { background: var(--color-blue) url(../images/icon-facebook-white.svg) no-repeat center; background-size: 70%; }
.icon-fb a:hover { background: #2c7bf2 url(../images/icon-facebook-white.svg) no-repeat center; background-size: 70%; }
.icon-yt a { background: var(--color-blue) url(../images/icon-youtube-white.svg) no-repeat center; background-size: 70%; }
.icon-yt a:hover { background: #fe0000 url(../images/icon-youtube-white.svg) no-repeat center; background-size: 70%; }
.icon-tw a { background: var(--color-blue) url(../images/icon-twitter-white.svg) no-repeat center; background-size: 70%; }
.icon-tw a:hover { background: #1da1f3 url(../images/icon-twitter-white.svg) no-repeat center; background-size: 70%; }
.icon-line a { background: var(--color-blue) url(../images/icon-line-white.svg) no-repeat center; background-size: 70%; }
.icon-line a:hover { background: #00b900 url(../images/icon-line-white.svg) no-repeat center; background-size: 70%; }

.header-fixed .icon-phone {
    background-image: url(../images/icon-phone-black.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center
}

.header-fixed .icon-line {
    background-image: url(../images/icon-line-gray.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center
}

.header-fixed .icon-instagram {
    background-image: url(../images/icon-instagram-gold.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center
}

.header-fixed .icon-facebook {
    background-image: url(../images/icon-facebook-gold.svg);
    background-repeat: no-repeat;
    background-size: 74%;
    background-position: center
}

.header-fixed .icon-twitter {
    background-image: url(../images/icon-twitter-white.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center
}

.header-fixed .icon-tiktok {
    background-image: url(../images/icon-tiktok-white.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center
}

.header-fixed .icon-youtube {
    background-image: url(../images/icon-youtube-white.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center
}

.header-fixed .icon-search {
    background-image: url(../images/icon-search.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center
}

.header-fixed .icon-social {
    background-image: url(../images/icon-social.svg);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center
}



.header-fixed .social span { position: relative;  width: 100%; height: 100%; vertical-align: middle; z-index: 1; }
.header-fixed .social a { position:relative; display: table-cell; height: 100%; font-weight: 400; font-size: 20px; vertical-align: middle; }
.header-fixed .social a:hover,.header-fixed .social:hover { color: #555; }
.header-fixed .show-top-social:hover > .top-social { visibility: visible; opacity: 1;  transition: all 0.2s ease; }

.icon-svg a {display: flex; justify-content: center; align-items: center; width: 25px; height: 25px; background: var(--color-blue); color: var(--color-white); border-radius: 50%; }
.icon-svg a path { fill:  var(--color-white);  transition: all 0.3s ease; }
.icon-svg svg { width: 15px !important; height: 15px !important; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease; }

.link-fb a:hover { background: #4267b2; }
.link-yt a:hover { background: #fe0000; }
.link-tw a:hover { background: #1da1f3; }
.link-li a:hover { background: #00b900; }

.header-full { background: rgba(255,255,255,1) !important; }
.header-full nav li a { position: relative; display: table-cell; height: 100%; color: #333 !important; font-size: 16px; text-transform: uppercase; font-weight: 400; vertical-align: middle;  }
.header-full li a:hover { color: #0089eb !important; }
.header-full li a.current { color: #0089eb !important;  }
.header-full nav li a span:before { opacity: 0 !important; content: ''; position: absolute; width: 0; height: 1px; left: 0; right: 0; bottom: -10px; margin-top: auto; margin-left: auto; margin-right: auto; background: #1b1464;  transition: all 0.3s ease; }


.header-fixed .menu-member { position: relative; display: flex; margin-right: 10px; margin-left: 20px; }
.header-fixed .menu-member a { display: flex; justify-content: center; align-items: center; width: 26px; height: 26px; color: var(--color-black) }
.header-fixed .menu-member svg { width: 100%; height: 100%; -webkit-transition: all 0.1s ease; -moz-transition: all 0.1s ease; -o-transition: all 0.1s ease; transition: all 0.1s ease; }
.header-fixed .menu-member a path { fill:  var(--color-black); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.header-fixed .menu-member a.current ,.header-fixed .menu-member a:hover { color: var(--color-blue); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.header-fixed .menu-member a.status-logon { color: var(--color-blue); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }

.header-fixed .logon-member:hover > .box { visibility: visible; opacity: 1; -webkit-transition: all 0.3s ease;  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.header-fixed .logon-member .box { visibility: hidden; opacity: 0; position: absolute; min-width: 200px; padding: 5px 0 0 0; top: 100%; right: 0; -webkit-transition: all 0.3s ease;  -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; z-index: 999; }
.header-fixed .logon-member dl { position: absolute; width: 100%; padding: 15px; border-top: 4px solid var(--color-blue); background: var(--color-white) ; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05); border-radius: 0 0 4px 4px;  }
.header-fixed .logon-member dt { position: relative; width: 100%; height: inherit; padding: 2px; border-top: 1px solid var(--color-border); }
.header-fixed .logon-member dt:first-child { border-top: none; }
.header-fixed .logon-member dt a { position: relative; width: 100%; height: inherit; padding: 6px 10px 4px 10px; justify-content: flex-start; text-transform: inherit !important; font-size: 14px; overflow: hidden; background: none;  }
.header-fixed .logon-member dt a:before { display: none; content: ''; position: absolute; width: 6px; height: 6px; background: var(--color-blackdropone); left: 0; top: 9px; border-radius: 50%; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.header-fixed .logon-member dt a:hover:before { background: var(--color-white); -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; }
.header-fixed .logon-member dt a:hover,
.header-fixed .logon-member dt a.current { color: var(--color-blue) !important; }


/* ------------------------------------------------------------------------------------------------------------
|  Nav Mobile  |
------------------------------------------------------------------------------------------------------------ */
.open-nav { opacity: 1; visibility: visible; right: 0 !important; transition-timing-function: cubic-bezier(0.76, 0.22, 0.38, 0.9); transition-duration: 0.5s; webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease; }
.show-nav { right: 0 !important; /*background: #ddd; */-webkit-transition: all 0.8s cubic-bezier(1, .1, .2, 1); -moz-transition: all 0.8s cubic-bezier(1, .1, .2, 1); -o-transition: all 0.8s cubic-bezier(1, .1, .2, 1); transition: all 0.8s cubic-bezier(1, .1, .2, 1);}

.list-nav {  display: none; float: left; position: relative; width: 115px; height:50px; margin-left: 5px; text-align: center; text-transform: uppercase; background: #fff; }
.list-nav a { display: inline-table; position: relative; width: 100%; height: 100%; color: #333; padding: 6px 0; font-size:16px; font-weight: 400; cursor: pointer; }

.current-nav { background: #333; }
.current-nav a { color: #fff; }
.current-nav .menu-icon::before { background: var(--color-black); }

.nav { display: none; justify-content: center; align-items: center; position: absolute; right: 0; top: 0; bottom: 0; margin: auto; width: 30px; height: 40px; border-radius: 4px; z-index: 9999; cursor: pointer; /*background: #f2f2f2*/ }
.less-nav .nav-mobile:before { height: 100px !important; -webkit-transition: all 0.8s cubic-bezier(1, .1, .2, 1); -moz-transition: all 0.8s cubic-bezier(1, .1, .2, 1); -o-transition: all 0.8s cubic-bezier(1, .1, .2, 1); transition: all 0.8s cubic-bezier(1, .1, .2, 1); }

.menu-icon { position: relative; display: flex; right: 0; width: 30px; height: 2px; background: var(--color-blue);  transition: all 0.3s ease; }
.menu-icon::before, .menu-icon::after { content: ''; width: 100%; height: 100%; position: absolute; background: var(--color-blue);right: 0;-webkit-transition: -webkit-transform .3s, top .3s, background-color 0s; -moz-transition: -moz-transform .3s, top .3s, background-color 0s;  transition: transform .3s, top .3s, background-color 0s;   transition: all 0.3s ease;}
.menu-icon::before { top: -7px; }
.menu-icon::after { top: 7px; }
.menu-icon.is-clicked { background: rgb(235,0,139,0); background: linear-gradient(220deg, rgba(235,0,139,0) 0%, rgba(243,113,37,0) 0%); ; }
.menu-icon.is-clicked::before { background: var(--color-blue); top: 0; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg);-o-transform: rotate(45deg); transform: rotate(45deg); }
.menu-icon.is-clicked::after {  background: var(--color-blue); top: 0; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.menu-text { position: relative; margin-right: auto; padding-right: 8px; color: var(--color-333);  font-size: 16px; text-transform: uppercase; }
.menu-icon span { position: relative; display: block;  overflow: hidden; text-indent: -99999px; }
/*.gray-menu .menu-text { color: var(--color-333) }*/
.nav-overay { opacity:0; visibility:hidden; }

.nav-overay {  position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.5); z-index: 888; opacity: 0; visibility: hidden; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.active-nav-overay  { opacity: 1; visibility: visible; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }

.nav-mobile { position: fixed; width: 360px; height: 100%; padding: 0; margin: 0; right: -360px; top: 0; overflow: hidden; z-index: 999; -webkit-transition: all 0.8s cubic-bezier(1, .1, .2, 1); -moz-transition: all 0.8s cubic-bezier(1, .1, .2, 1); -o-transition: all 0.8s cubic-bezier(1, .1, .2, 1); transition: all 0.8s cubic-bezier(1, .1, .2, 1); }
.nav-mobile .warpper { display: block; padding-top: 0; padding-bottom: 0; }

.nav-mobile aside { position: relative; width: 100%; height: 100%; padding: 140px 40px 40px 40px; overflow: auto; background: var(--color-white); }
.nav-mobile aside ul { }
.nav-mobile aside ul li { position: relative; padding: 8px 0; border-bottom: 1px solid var(--color-ddd); }
.nav-mobile aside ul li > a { display: inherit; padding: 0; color: var(--color-333); font-size: 16px; font-weight: bold; text-transform: uppercase; }
.nav-mobile aside ul li a.current { color: var(--color-blue); }
.nav-mobile aside ul li a:hover { color: var(--color-white); }
.nav-mobile aside ul li .expend-sub span { display: block; color: var(--color-white); font-size: 16px; text-transform: uppercase; transition: all 0.3s ease; cursor: pointer;  }
.nav-mobile aside ul li .expend-sub span:hover { color: var(--color-white); transition: all 0.3s ease; }

.nav-mobile aside .box-call-login { display:none; flex-wrap:wrap; margin: 0 -5px; padding-bottom:15px; }
.nav-mobile aside .box-call-login .full { padding-top: 15px; }
.nav-mobile aside .box { width: 50%; padding: 0 5px; }
.nav-mobile aside .box a {
    padding: 8px 15px 10px 15px;
    font-weight: bold; text-align: center;
    border-radius: 6px;
    border: 1px solid var(--color-ddd)
}

.nav-mobile aside .box a:hover {
    background: var(--color-blue);
    color: var(--color-white);
    border: 1px solid var(--color-blue);
    box-shadow: 0 3px 5px 0 rgb(0 0 0 / 15%)
}
.nav-mobile aside .box a.btn-post { color:var(--color-white); border:1px solid var(--color-blue); background: var(--color-blue); }

.nav-mobile-fix { position: relative; width: 100%; margin-bottom: 20px; overflow: hidden; }
.nav-mobile aside .toggle-subnav { display: none; padding: 0 0 10px 12px; }
.nav-mobile aside .toggle-subnav dt:first-child { margin-top: 5px; }
.nav-mobile aside .toggle-subnav dt { padding: 3px 0; }
.nav-mobile aside .toggle-subnav a { position: relative; display: block; text-transform: inherit; color: var(--color-white); font-size: 14px; }
.nav-mobile aside .toggle-subnav a:before { content: ''; position: absolute; width: 6px; height: 6px; background: var(--color-blue); left: -12px; top: 9px; border-radius: 50%;  transition: all 0.3s ease; }
.nav-mobile aside .toggle-subnav a:hover:before { background: var(--color-white);  transition: all 0.3s ease; }
.nav-mobile aside .toggle-subnav a.current { color: var(--color-white); }
.nav-mobile aside .toggle-subnav a:hover { color: var(--color-white) }
.nav-mobile aside .toggle-subnav span { position: relative; width: 100%; }
.nav-mobile aside small { color: var(--color-white) }

.nav-mobile .link-order { margin: 0 0 25px 0; }
.nav-mobile .link-order a { display: inline-flex; align-items: center; justify-content: center; width: 100%; height: 40px; color: var(--color-white); background: var(--color-blue); border-radius: 4px; }
.nav-mobile .link-order a:hover { background: var(--color-blue) }

.nav-mobile .m-phone { text-align: left; color: var(--color-white) }
.nav-mobile .m-phone h4 { margin: 0; font-family: 'Oswald'; font-size: 24px; }
.nav-mobile .m-phone a { color: var(--color-dcdcdc); }
.nav-mobile .m-phone a:hover { color: var(--color-white); }

.nav-mobile .follow { position: relative;  color: var(--color-333); display: flex; flex-wrap: wrap; align-items: center; }
.nav-mobile .follow p { margin-bottom:5px; }
.nav-mobile .social { display:flex; flex-wrap:wrap; width: 100%; }
.nav-mobile .social .link { margin-right:10px; }
.nav-mobile .follow i { position: relative; width: 30px; height: 30px; text-indent: -9999px; border-radius: 50%;transition: all .2s ease}
.nav-mobile .follow a { display: flex; align-items: center; position: relative }
.nav-mobile .follow a:hover i { transition: all .2s ease }
.nav-mobile .follow .icon-phone {
    background-image: url(../images/icon-phone-black.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center
}

.nav-mobile .follow .icon-line {
    background-image: url(../images/icon-line-gray.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center
}



.box-intro { padding-bottom: 0; padding-top:120px }
.box-intro h1 { margin-top:10px }

.banner-hero { padding: 5px 0; }
.banner-hero .lists { position: relative; width:100%; }
.banner-hero .lists ul { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.banner-hero .lists li { display: flex; flex-wrap: wrap; position:relative; width:50%; padding: 10px; overflow:hidden; }
.banner-hero .lists .box { position:relative; width:100%; }
.banner-hero .lists .box figure { position: relative; width: 100%; border-radius: 4px; overflow: hidden; }
.banner-hero .lists .box img { object-fit:contain; }
.banner-hero .lists li a { display: block; width: 100%; height: 100%; position: relative; overflow: hidden; }

.box-zone-banner-right { position:relative; width: 100%; }
.box-zone-banner-right ul { display:flex; flex-wrap:wrap; }
.box-zone-banner-right li { width: 100%; }
.banner-zone-right { padding: 10px 0 }

.box-main { display: flex; padding-top:30px }
.box-main main { flex:1; padding-right: 20px; position:relative; overflow:hidden; }
.box-main aside { width: 300px;}
.box-main .box-zone { padding-bottom:30px }
/* .box-main .box-zone h2:before { content:''; position:absolute; width: 36px; height:2px; background:var(--color-blue); left: 0; bottom: -2px; } */
.box-main .box-zone h2 span { font-size:14px; padding-left:10px; }
.box-main .under-line:before { width: 98px !important;  }

.box-mini-search { width: 100%; margin-bottom: 10px; padding: 15px 20px; background:var(--color-f5f5f5); border-radius:4px; }
.box-mini-search .box { position: relative; border-top:1px solid var(--color-ddd); }
.box-mini-search .box form { margin: 0 -5px }
.box-mini-search .row-form { width: 100%; padding-top:10px; padding-left: 5px; padding-right:5px; }
.box-mini-search .row-form .radio { padding-right:10px; font-weight:bold; }
.box-mini-search p { font-weight:bold; font-size:18px; }
.click-search-home { display:none; }
.full-search { margin-top:0; margin-bottom:30px; }
.full-search .row-form { width: 50%; }
.full-search form { display:flex; flex-wrap:wrap; }
.full-search .row-form:first-child { width: 100%; }
.full-search .row-form:nth-child(2) { width: 100%; }
.full-search .row-form:nth-child(9) { width: 100%; }
.full-search .row-form:last-child { margin:auto; }
.full-search .row-form:last-child button { max-width:200px; }

.box-zone-provice { position:relative; }
.box-provice { width: 100%; margin-top: 20px; padding: 15px 20px; background:var(--color-f5f5f5); border-radius:4px; }
.box-provice ul { position: relative; display:flex; flex-wrap:wrap; padding-top: 2px; border-top:1px solid var(--color-ddd); }
.box-provice li { width: 50%; padding: 6px 2px 0 0; }
.box-provice p { font-weight:bold; }
.box-provice ul:before { content:''; position:absolute; width: 20px; height:1px; background:var(--color-blue); left: 0; top: -1px; }
.box-provice a:hover { text-decoration:underline; }

.box-provice.infull li { padding: 6px 0; width: 100%; border-bottom:1px dotted var(--color-ddd); }
.box-provice.infull li:last-child { border-bottom:none; }

.page-detail { padding-top:0 }
.page-detail h1 { margin-top:0; margin-bottom:10px; }
.page-detail .box-provice:first-child { margin-top:0 }
.page-detail .detail { position:relative; width: 100%; }
.page-detail .price { font-size:20px; color:var(--color-green); font-weight:bold; }
.page-detail .gallery { width: 100%; position: relative; padding:20px 0 }
.page-detail .description { position:relative; width: 100%; overflow:hidden;      background: var(--surface);
    border: 0.5px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.5rem;}
.page-detail .subject { font-weight:bold; position:relative; }

.page-detail .in-detail { display: flex; flex-wrap: wrap; margin-top: 20px;     background: var(--surface);
    border: 0.5px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.5rem; }
.page-detail .in-detail .colum { width: 50%; padding-right:15px; }
.page-detail .in-detail a { display:inline-block; }
.page-detail .in-detail a:hover { text-decoration:underline; }
.page-detail .in-detail b {  color:var(--color-red); }
.page-detail .in-detail .box { display:flex; flex-wrap:wrap; align-items:center; padding: 4px 0 }
.page-detail .in-detail i { display:inline-block; width: 36px; height:36px; border-radius:50%; background-color: var(--color-eaf); margin-right:10px; }
.page-detail .in-detail .i-user { background-image: url(../images/icon-user.svg); background-repeat: no-repeat; background-size: 80%; background-position: center; }
.page-detail .in-detail .i-phone { background-image: url(../images/icon-phone-black.svg); background-repeat: no-repeat; background-size: 80%; background-position: center; }
.page-detail .in-detail .i-email { background-image: url(../images/icon-email-black.svg); background-repeat: no-repeat; background-size: 80%; background-position: center; }
.page-detail .in-detail .i-line { background-image: url(../images/icon-line-gray.svg); background-repeat: no-repeat; background-size: 80%; background-position: center; }
.page-detail .in-detail .i-post { background-image: url(../images/icon-post-id.svg); background-repeat: no-repeat; background-size: 80%; background-position: center; }
.page-detail .in-detail .i-date { background-image: url(../images/icon-date.svg); background-repeat: no-repeat; background-size: 80%; background-position: center; }
.page-detail .in-detail .i-view { background-image: url(../images/icon-eye.svg); background-repeat: no-repeat; background-size: 65%; background-position: center ; }
.page-detail .in-detail .i-ads { background-image: url(../images/icon-star.svg); background-repeat: no-repeat; background-size: 80%; background-position: center; }
.page-detail .in-detail .i-edit { background-image: url(../images/icon-edit.svg); background-repeat: no-repeat; background-size: 80%; background-position: center; }
.page-detail .in-detail .i-delete { background-image: url(../images/icon-delete-gray.svg); background-repeat: no-repeat; background-size: 80%; background-position: center; }
.page-detail .price-share { display:flex; flex-wrap:wrap; }

.notification { margin-top: 20px; padding: 20px; border-radius:4px; background:#ffecd1 }
.notification b { font-weight: bold; color:var(--color-red); }
.notification p { margin-bottom:0 }

.notification-blue { background:#e5eaf3; }
.notification-blue b {  }

.notification-gray { margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: center; flex-direction: column; text-align: center; min-height: 200px; padding: 30px 20px; background: var(--color-f5f5f5); }
.notification-gray p { padding:10px ; }
.notification-gray a { display: inline-flex; font-weight: bold; text-decoration:underline; }
.notification-gray a:hover { text-decoration:none; }

/* ------------------------------------------------------------------------------------------------------------
|  Product  |
------------------------------------------------------------------------------------------------------------ */

.product-lists { position: relative; width: 100%; }
.product-lists ul { display: flex; flex-wrap: wrap; margin: 0 -10px; }
.product-lists li { position: relative; width: 25%; padding: 10px }
.product-lists .box-in { position: relative; padding: 20px; }
.product-lists .photo { position: relative; width: 100%; overflow: hidden; }
.product-lists .photo figure { position: relative; width: 100%; height: 0; padding: 30%; border-radius: 10px;  overflow: hidden; }
.product-lists .photo img { object-fit: cover; position: absolute; height: 100%; width: 100%; top: 0; left: 0; margin: auto;  transition: all 1s ease }
.product-lists .photo a { display: block; }
.product-lists .detail { align-items: flex-start;}
.product-lists .name { padding: 10px 0 5px 0 }
.product-lists .name a { font-weight:bold;}
.product-lists .price { font-size:17px; font-weight: bold; color:var(--color-green); }
.product-lists .location { color:var(--color-999); font-size:12px }
.product-lists .location a { color:var(--color-999); }
.product-lists .location a:hover { text-decoration:underline; }
.product-lists .viewcount { color: var(--color-999); font-size:12px }
.product-lists .viewcount span { color:var(--color-red); }
.recommended-hide-slots-1 > ul > li:nth-child(1),
.recommended-hide-slots-2 > ul > li:nth-child(-n+2),
.recommended-hide-slots-3 > ul > li:nth-child(-n+3),
.recommended-hide-slots-4 > ul > li:nth-child(-n+4) { display: none; }
.product-lists .recommended-post { order: -1; }

.product-lists-text { position: relative; width: 100%; padding-top:20px }
.product-lists-text ul { display: flex; flex-wrap: wrap; }
.product-lists-text li { position: relative; width: 100%; padding: 10px 15px; border-top: 1px solid var(--color-eee);transition:all 0.3s ease; }
.product-lists-text li:last-child { border-bottom:1px solid var(--color-eee); }
.product-lists-text li:hover { background:var(--color-f9f9f9); transition:all 0.3s ease; }
.product-lists-text .box-in { position: relative; padding: 20px; }
.product-lists-text .detail { align-items: flex-start;}
.product-lists-text .col { display:flex; flex-wrap:wrap; width: 100%; align-items: center; }
.product-lists-text .name { padding: 0 0 5px 0 }
.product-lists-text .name a { display: inline-block; font-weight:bold; font-size:14px; }
.product-lists-text .name h3 { font-size:14px; margin-top:0; margin-bottom:0; }
.product-lists-text .price { font-weight: bold; color:var(--color-green); }
.product-lists-text .location { color:var(--color-999); font-size:12px }
.product-lists-text .location a { display: inline-block; color:var(--color-999); }
.product-lists-text .location a:hover { text-decoration:underline; }
.product-lists-text .viewcount { padding-left: 10px; color: var(--color-999); font-size:12px }
.product-lists-text .viewcount span { color:var(--color-red); }
.product-lists-text .date-post { margin-left: auto; text-align: right; color: var(--color-999); font-size:12px }

.btn-more { display: flex; flex-wrap: wrap; justify-content: center; padding-top: 20px; }
.btn-more a { display: flex; justify-content: center; border-radius: 90px; padding: 10px 15px; font-weight: 400; border: 1px solid var(--color-f2);  }

.product-gallery { position: relative; margin-top:20px; }
.product-gallery .carousel { margin-bottom: 15px; }
.product-gallery .carousel-cell { width: 100%; height: 560px; margin-right: 10px;  border-radius: 1px; counter-increment: carousel-cell; }
.product-gallery .carousel-nav .carousel-cell.is-nav-selected { border: 1px solid var(--color-blue); }
.product-gallery .carousel-nav .carousel-cell {  width: 100px; height: 60px; border: 1px solid var(--color-ddd); border-radius:10px; padding: 2px; }
.product-gallery .carousel-nav .carousel-cell img { position:relative; }
.product-gallery img { position: absolute; /* object-fit: contain;*/ border-radius: 8px; }

/*login*/
.login-zone { position: relative; padding-top: 30px; min-height:560px; }

.login-zone .box { position: relative; padding: 20px 30px; }
.login-zone .box-login { width: 100%; max-width: 480px; margin:0 auto; padding: 30px; border-radius:4px; background:var(--color-f5f5f5); }
.login-zone .box-login .text { position: relative; padding: 0; margin: 15px 0 0 0; display: flex; justify-content: center; }
.login-zone .box-login .text span { position: relative; padding: 0 15px; background: #fff; }
.login-zone .box-login .login-fill { position: relative; display: flex; flex-direction: column; }
.login-zone .box-login .login-fill .form-group { position: relative; width: 100%; margin-bottom: 10px; }
.login-zone .box-login .login-fill .form-group label { font-weight:bold; }
.login-zone .box-login .login-fill .form-group label small { padding-left:5px; color:var(--color-red); font-size:10px; font-weight:normal; padding-top:5px; }

.login-zone .box-login .login-fill input[type="email"] { width: 100%; }
.login-zone .box-login .login-fill input[type="password"] { width: 100%; }
.login-zone .box-login .login-fill input[type="text"] { width: 100%; text-transform: lowercase; }
.login-zone .box-login .login-fill label { width: 100%; }
.login-zone .box-login .btn-submit { padding-top: 5px; }
.login-zone .box-login .btn-submit button { width: 100%; margin: 0 }
.login-zone .box-login .forgot { display: flex; justify-content: center; padding-top: 10px; }
.login-zone .box-login .remember { font-size: 12px; }
.login-zone .box-login .remember label { padding-left: 28px; padding-top: 3px; }
.login-zone .box-login .btn-forgot { font-size: 14px; padding-right:10px; }
.login-zone .box-login .btn-to-register { padding-left:10px; }
.login-zone .box-login .register { padding: 20px 0; border-top: 1px solid var(--color-border) }
.login-zone .box-login .register small { padding-bottom: 5px; }
.login-zone .box-login .register a { display: inline-flex; width: 100%; height: 46px; justify-content: center; align-items: center; background: var(--color-border) ; border-radius: 4px; }
.login-zone .box-login .register a:hover { color: var(--color-blackdrop); background: var(--color-bluedrop) }

.login-zone .box-forgot { display: none; }
.login-zone .box-forgot .form-group { position: relative; width: 100%; margin-bottom: 10px; }
.login-zone .box-forgot label { width: 100%; }
.login-zone .box-forgot input[type="email"] { width: 100%; }
.login-zone .box-forgot .btn-submit { display: flex; align-items: center; justify-content: flex-start; padding-top: 5px }
.login-zone .box-forgot .btn-submit button {  display: flex; align-items: center; justify-content: center; width: max-content; min-width: inherit; margin: 0; padding: 0 20px; height: 46px;  }
.login-zone .box-forgot .btn-submit span { padding-left: 15px; }
.login-zone .box-forgot .btn-submit a { display: inline-flex; width: 100%; height: 46px; padding: 0 20px; justify-content: center; align-items: center; background: var(--color-border) ; border-radius: 4px; }
.login-zone .box-forgot .btn-submit a:hover { color: var(--color-blackdrop); background: var(--color-bluedrop) }

.login-zone .box-register { display: none; } 
.login-zone .box-register .login-social-btn { display: flex; flex-wrap: wrap; margin: 0 -8px; }
.login-zone .box-register .login-social-btn span { width: 50%; padding: 0 8px; }
.login-zone .box-register .login-social-btn button { display: flex; align-items: center; justify-content: center; width: 100%; height: 46px; font-size: 14px; }
.login-zone .box-register .login-social-btn .facebook { background: #1877f2; }
.login-zone .box-register .login-social-btn .facebook i { background: #fff url(../images/icon-facebook.svg) no-repeat center; background-size: 60%; }
.login-zone .box-register .login-social-btn .google { background: #dc4e41; }
.login-zone .box-register .login-social-btn .google i { background: #fff url(../images/icon-google.svg) no-repeat center; background-size: 60%; }
.login-zone .box-register .login-social-btn i { display: inline-flex; margin-right: 10px; width: 26px; height: 26px; border-radius: 50%; background: #fff; }
.login-zone .box-register .text { position: relative; padding: 0; margin: 15px 0 0 0; display: flex; justify-content: center; }
.login-zone .box-register .text span { position: relative; padding: 0 15px; background: #fff; }
.login-zone .box-register .form-group { position: relative; width: 100%; margin-bottom: 10px; }
.login-zone .box-register input[type="email"] { width: 100%; }
.login-zone .box-register input[type="password"] { width: 100%; }
.login-zone .box-register input[type="text"] { width: 100%; }
.login-zone .box-register label { width: 100%; }
.login-zone .box-register .btn-submit { padding-top: 5px; }
.login-zone .box-register .btn-submit button { width: 100%; margin: 0; }
.login-zone .box-register small { padding: 4px 0 }
.login-zone .box-register small a { display: inline-flex; text-decoration: underline; }
.login-zone .box-register .go-back-login { display: flex; justify-content: center; font-size: 12px; }
.login-zone .box-register .go-back-login span { padding-left: 5px; }
.login-zone .box-register .go-back-login span a { color: var(--color-blue) }

.login-zone .box-resetPass .form-group { position: relative; width: 100%; margin-bottom: 10px; }
.login-zone .box-resetPass .btn-submit { display: flex; align-items: center; justify-content: flex-start; padding-top: 5px }
.login-zone .box-resetPass .btn-submit button {  display: flex; align-items: center; justify-content: center; width: 120px; min-width: inherit; margin: 0; padding: 0 20px; height: 46px;  }
.login-zone .box-resetPass .btn-submit span { padding-left: 15px; }
.login-zone .box-resetPass .btn-submit a { display: inline-flex; width: 100%; height: 46px; padding: 0 20px; justify-content: center; align-items: center; background: var(--color-border) ; border-radius: 4px; }
.login-zone .box-resetPass .btn-submit a:hover { color: var(--color-blackdrop); background: var(--color-bluedrop) }
.login-zone .box-resetPass label { width: 100%; }
.login-zone .box-resetPass input[type="password"] { width: 100%; }
.login-zone .box-resetPass input[type="text"] { width: 100%; }

.readonly { background:var(--color-ddd) !important; }
.readonly:hover,.readonly:focus { border:1px solid var(--color-ddd) !important; }

.alert-success {  color: #3c763d; background-color: #dff0d8; }

.toggle-password { display: flex; justify-content: center; align-items: center; position: absolute; width: 40px; height: 40px; cursor: pointer; right: 0; top: 27px; z-index: 1; font-size: 12px; }

.fa-eye { background: url(../images/icon-eye.svg) no-repeat center; background-size: 18px; }
.fa-eye-slash { background: url(../images/icon-eye-hide.svg) no-repeat center; background-size: 18px; }
.fa-eye:before { display: none; }
.fa-eye-slash:before { display: none; }

.icon-sucess { margin: auto; display: inline-block; width: 40px; height:40px; background:url(../images/ajax-success.svg) no-repeat center; background-size:100%; }

/* ------------------------------------------------------------------------------------------------------------
|  My Account  |
------------------------------------------------------------------------------------------------------------ */
.my-account { position: relative; width: 100%; padding: 20px 0; }
.my-account aside { position: relative; width: 250px; padding-right: 20px; }
.my-account aside .welcome { padding: 15px 20px 0 20px }
.my-account aside .welcome p { min-width: 100px; max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.my-account aside .welcome small { display: block; padding-top: 10px; color: var(--color-aaa) }
.my-account aside .box { position: relative; border-radius: 10px; background: var(--color-white); }
.my-account aside .box li { position: relative; width: 100%; border-top: 1px solid var(--color-border); }
.my-account aside .box li:last-child a { border-radius: 0 0 10px 10px; }
.my-account aside a { display: flex; align-items: center; position: relative; height: 100%; padding: 10px 20px; font-size: 14px; }
.my-account aside a.current { background: var(--color-blue); color: var(--color-white) }
.my-account aside .icon { display: inline-flex; width: 30px; height: 30px; margin-right: 15px; border-radius: 50% }
.my-account aside .icon-myaccount { background: var(--color-white) url(../images/icon-myaccount.svg) no-repeat left 0; background-size: auto 30px; }
.my-account aside .icon-myorder { background: var(--color-white) url(../images/icon-myorder.svg) no-repeat left 0; background-size: auto 30px;  background-size: auto 30px; }
.my-account aside .icon-myaddress { background: var(--color-white) url(../images/icon-myaddress.svg) no-repeat left 0; background-size: auto 30px;  background-size: auto 30px; }
.my-account aside .icon-myfreepost { background: var(--color-white) url(../images/icon-myfreepost.svg) no-repeat left 0; background-size: auto 30px;  background-size: auto 30px; }
.my-account aside .icon-myadvertise { background: var(--color-white) url(../images/icon-myadvertise.svg) no-repeat left 0; background-size: auto 30px;  background-size: auto 30px; }
.my-account aside .icon-mylogout { background: var(--color-white) url(../images/icon-mylogout.svg) no-repeat left 0; background-size: auto 30px;  background-size: auto 30px; }

.my-account main { position: relative; flex: 1; }
.my-account main header h3 { margin-top: 0 }
.my-account main .box { position: relative; width: 100%; padding: 20px 30px; background: var(--color-white); border-radius: 10px; }
.my-account main .box .pagination { padding-bottom:20px; }

.my-account-profile { position: relative; width: 100%; margin: 0 auto; padding: 0 0 15px 0; }
.my-account-profile ul { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.my-account-profile li { display: flex; flex-wrap: wrap; width: 50%; padding: 15px 15px 0 15px; }
.my-account-profile input { width: 100%; }
.my-account-profile textarea { height: 150px; }
.my-account-profile label { width: 100%; }
.my-account-profile small { color: var(--color-aaa); }
.my-account-password { position: relative; width: 100%; padding: 0 0 15px 0; }
.my-account-password ul { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.my-account-password li { position: relative; display: flex; flex-wrap: wrap; width: 50%; padding: 15px 15px 0 15px; }
.my-account-password input { width: 100%; }
.my-account-password textarea { height: 150px; }
.my-account-password label { width: 100%; }
.my-account-password small { color: var(--color-aaa); }
.my-account .btn-submit { padding: 15px 0 30px 0 }
.my-account .btn-submit button { max-width:200px; }
.my-account .toggle-password { display: flex; justify-content: center; align-items: center; position: absolute; width: 40px; height: 40px; cursor: pointer; right: 15px; top: 40px; z-index: 1; font-size: 12px; }

.my-address-book { position: relative; width: 100%; padding: 15px 0; }
.my-address-book ul { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.my-address-book li { display: flex; flex-wrap: wrap; width: 50%; padding: 15px; }
.my-address-book .text {display: flex; flex-direction: column; padding: 20px 20px 15px 20px;  position: relative; width: 100%; height: 100%; border-radius: 4px; border: 1px solid var(--color-border-fill) }
.my-address-book .text h4 { margin: 0; }

.my-address-book .action { display: flex; flex-wrap: wrap; padding-top: 15px; padding-bottom: 5px; }
.my-address-book .action small { display: flex; align-items: center; margin-right: 10px; }
.my-address-book .action a { display: inline-flex; color: var(--color-blue) }
.my-address-book .action a:hover { color: var(--color-aaa) }
.my-address-book .action i { display: inline-flex; width: 18px; height: 18px; margin-right: 5px; background: url(../images/icon-edit.svg) no-repeat center; background-size: 100%; }
.my-address-book .action .edit { background: url(../images/icon-edit.svg) no-repeat center; background-size: 100%; }
.my-address-book .action .trash { background: url(../images/icon-trash.svg) no-repeat center; background-size: 100%; }

.my-address-book .default { position: relative; width: 100%; margin-top: auto; padding-top: 15px; }
.my-address-book .default dl { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.my-address-book .default dt { width: auto; padding: 5px 15px; font-size: 16px; }


.my-order { position: relative; width: 100%; min-height:500px; }
.legacy-claim-notice { margin-bottom: 14px; padding: 12px 14px; border: 1px solid rgba(20, 145, 72, .25); border-radius: 4px; background: rgba(20, 145, 72, .08); color: var(--color-green); font-weight: bold; }
.my-order .order-lists { position: relative; width: 100%; }
.my-order .order-lists .box { position: relative; display: flex; flex-wrap: wrap; width: 100%; margin-bottom: 16px; padding: 20px; background: var(--color-f5f5f5); border: 1px solid rgba(0,0,0,.04); border-radius: 8px;  }
.my-order .order-lists .detail { position: relative; width: 100%; }
.my-order .order-lists .detail ul { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin: 0 -10px; }
.my-order .order-lists .detail li { position: relative; width: auto; min-width: 0; padding: 0 10px; }
.my-order .order-lists .detail li.full { grid-column: 1 / -1; padding-bottom: 12px; }
.my-order .order-lists .detail li:first-child:before { display: none; }
.my-order .order-lists .detail li:nth-child(2):before { display:none; }
.my-order .order-lists .detail li:before { content: ''; position: absolute; width: 1px; height: 90%; background: var(--color-border); left: 0; top: 0; }
.my-order .order-lists .detail small { display: block; color: var(--color-aaa); margin-top: -5px; }
.my-order .order-lists .detail h5 { margin-bottom: 0; line-height: 1.45; }
.my-order .order-lists .detail h5 a { color: var(--color-333); }
.my-order .order-lists .detail p { margin-bottom: 0; font-size: 14px; }
.my-order .order-lists .detail p span { font-size:11px; }
.my-order .order-lists .detail p small { display: block; color: var(--color-blackdrop) }
.my-order .order-lists .detail .color-order { color: var(--color-blue) }
.my-order .order-lists .action { position: relative; width: 100%; display: flex; flex-wrap: wrap; align-items: flex-end; gap: 12px; margin-top: 16px; padding-top: 14px; border-top: 1px solid rgba(0,0,0,.06); }
.my-order .order-lists .action .price { min-width: 220px; color: var(--color-666); line-height: 1.5; }
.my-order .order-lists .action .price span { color: var(--color-red); padding-left: 7px; }
.my-order .order-lists .action .price .status-ads { position:relative; display:flex; flex-wrap:wrap; padding: 4px 8px 4px 4px; margin-top: 5px; border:1px solid var(--color-border); border-radius:4px; background:var(--color-white); }
.my-order .order-lists .action .price .status-ads span { padding-left:0; color:var(--color-green); }
.my-order .order-lists .action .price .status-ads i { margin-right:2px }
.my-order .order-lists .action .btn-action { display: flex; flex-wrap: wrap; margin-left: auto; margin-top:auto; }
.my-order .order-lists .action .btn-action ul { display: flex; flex-wrap: wrap; margin: 0 -5px; }
.my-order .order-lists .action .btn-action li { width: max-content; padding: 0 5px; }
.my-order .order-lists .action .btn-action li:last-child a,
.my-order .order-lists .action .btn-action li:last-child button { padding-left:12px; }
.my-order .order-lists .action .btn-action span { display: flex; align-items: center; justify-content: center; }
.my-order .order-lists .action .btn-action a,
.my-order .order-lists .action .btn-action button { display: inline-flex; justify-content: center; align-items: center; width: 100%; height: 34px; font-size: 14px; padding: 0 12px 0 6px; border: 0; border-radius: 4px; cursor: pointer; font-family: inherit; }
.my-order .order-lists .action .btn-action .btn-detail a,
.my-order .order-lists .action .btn-action .btn-detail button { background: var(--color-white); color: inherit; }
.my-order .order-lists .action .btn-action .btn-detail a:hover,
.my-order .order-lists .action .btn-action .btn-detail button:hover { background: var(--color-ddd) }
.my-order .order-lists .action .btn-action .btn-buy a,
.my-order .order-lists .action .btn-action .btn-buy button { background: var(--color-blue); color: var(--color-white); padding: 0 14px; }
.my-order .order-lists .action .btn-action .btn-buy a:hover,
.my-order .order-lists .action .btn-action .btn-buy button:hover { background: var(--color-blue); }
.my-order .order-lists .action i { display:inline-block; width: 24px; height:24px; margin-right:5px; }
.my-order .order-lists .action .i-user { background-image: url(../images/icon-user.svg); background-repeat: no-repeat; background-size: 100%; background-position: center; }
.my-order .order-lists .action .i-phone { background-image: url(../images/icon-phone-black.svg); background-repeat: no-repeat; background-size: 96%; background-position: center; }
.my-order .order-lists .action .i-email { background-image: url(../images/icon-email-black.svg); background-repeat: no-repeat; background-size: 100%; background-position: center; }
.my-order .order-lists .action .i-line { background-image: url(../images/icon-line-gray.svg); background-repeat: no-repeat; background-size: 100%; background-position: center; }
.my-order .order-lists .action .i-post { background-image: url(../images/icon-post-id.svg); background-repeat: no-repeat; background-size: 100%; background-position: center; }
.my-order .order-lists .action .i-date { background-image: url(../images/icon-date.svg); background-repeat: no-repeat; background-size: 100%; background-position: center; }
.my-order .order-lists .action .i-view { background-image: url(../images/icon-eye.svg); background-repeat: no-repeat; background-size: 80%; background-position: center 3px; }
.my-order .order-lists .action .i-open { background-image: url(../images/icon-open.svg); background-repeat: no-repeat; background-size: 100%; background-position: center; }
.my-order .order-lists .action .i-ads { background-image: url(../images/icon-star.svg); background-repeat: no-repeat; background-size: 100%; background-position: center; }
.my-order .order-lists .action .i-edit { background-image: url(../images/icon-edit.svg); background-repeat: no-repeat; background-size: 100%; background-position: center; }
.my-order .order-lists .action .i-delete { background-image: url(../images/icon-delete-gray.svg); background-repeat: no-repeat; background-size: 100%; background-position: center; }

.my-order .no-listpost { position: relative; width: 100%; display: flex; flex-wrap: wrap; flex-direction: column; justify-content: center; align-items: center; }
.my-order .no-listpost span { display: flex; align-items: center; justify-content: center; padding-top:10px; }
.my-order .no-listpost a { display: inline-flex; justify-content: center; align-items: center; width: 100%; height: 34px; font-size: 14px; padding: 0 15px; border-radius: 4px; background: var(--color-blue); color: var(--color-white);}
.my-order .no-listpost .btn-buy a {  }
.my-order .no-listpost .btn-buy a:hover { background: var(--color-blue); }
.post-login-required .notification { padding: 24px; border-radius: 6px; }
.post-login-required .btn-to-post { display: inline-flex; margin: 8px 8px 0 0; }
.post-login-required .btn-to-post a { display: inline-flex; align-items: center; justify-content: center; min-width: 120px; height: 38px; padding: 0 16px; border-radius: 4px; background: var(--color-blue); color: var(--color-white); font-weight: bold; }
.post-login-required .btn-to-register a { background: var(--color-white); color: var(--color-blue); border: 1px solid var(--color-blue); }

.model-confirm { position: relative; width: 100%; max-width: 460px; padding: 0; border-radius: 4px; box-shadow: 0 1px 5px 0 rgba(0,0,0,.2) }
.model-confirm .title { display: flex; justify-content: center; align-items: center; height: 58px; padding: 5px 40px 5px 30px; background: var(--color-whitedrop); }
.model-confirm .title h3 { margin-top: 0; margin-bottom: 0 }
.model-confirm .box { position: relative; padding: 20px 30px; }

.promotion-modal[hidden] { display: none; }
.promotion-modal { position: fixed; inset: 0; z-index: 2000; display: flex; align-items: center; justify-content: center; padding: 20px; }
.promotion-modal__overlay { position: absolute; inset: 0; background: rgba(0,0,0,.45); }
.promotion-modal__panel { position: relative; width: min(520px, 100%); max-height: 92vh; overflow: auto; padding: 26px; border-radius: 8px; background: var(--color-white); box-shadow: 0 18px 50px rgba(0,0,0,.25); }
.promotion-modal__panel h3 { margin: 0 36px 8px 0; font-size: 24px; }
.promotion-modal__close { position: absolute; top: 12px; right: 12px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--color-999); cursor: pointer; font-size: 22px; line-height: 1; }
.promotion-modal__post { margin: 0 0 18px; color: var(--color-666); font-size: 14px; }
.promotion-field { margin-bottom: 16px; }
.promotion-field > label { display: block; margin-bottom: 8px; font-weight: bold; }
.promotion-choice { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.promotion-choice label { display: flex; align-items: center; gap: 8px; min-height: 44px; padding: 10px 12px; border: 1px solid var(--color-border); border-radius: 6px; background: var(--color-white); cursor: pointer; }
.promotion-choice input { margin: 0; }
.promotion-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.promotion-field input[type="date"],
.promotion-field select { width: 100%; height: 42px; padding: 0 12px; border: 1px solid var(--color-border); border-radius: 4px; background: var(--color-white); font: inherit; }
.promotion-total { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 6px 0 16px; padding: 14px 16px; border-radius: 6px; background: var(--color-f5f5f5); }
.promotion-total strong { color: var(--color-green); font-size: 22px; }
.promotion-message { min-height: 22px; margin-bottom: 12px; color: var(--color-666); font-size: 13px; }
.promotion-message--success { color: var(--color-green); }
.promotion-message--error { color: var(--color-red); }
.promotion-submit { width: 100%; height: 44px; border: 0; border-radius: 4px; background: var(--color-blue); color: var(--color-white); cursor: pointer; font: inherit; font-weight: bold; }
.promotion-submit:disabled { cursor: wait; opacity: .75; }
.promotion-modal-open { overflow: hidden; }
.model-confirm .btn-submit { padding-top: 5px; }
.model-confirm .btn-submit button { font-size: 14px; width: 100%; margin: 0 }
.model-confirm .forgot { display: flex; width: 100%; text-align:right; justify-content: flex-end; }

.search-order { display:grid; grid-template-columns:minmax(190px, 1fr) minmax(320px, 520px); gap: 16px 24px; align-items:end; padding-bottom:18px; }
.search-order .sum { align-self:center; }
.search-order .sum p { margin-bottom:0; color: var(--color-666); }
.search-order .sum b { color: var(--color-333); font-size: 18px; }
.search-order .search-box { width: 100%; margin-left:0; }
.search-order .search-box form { display:grid; grid-template-columns:minmax(180px, 1fr) minmax(150px, 190px) auto; gap:8px; align-items:center; }
.search-order .search-box input,
.search-order .search-box select { width:100%; height:40px; min-width:0; border:1px solid var(--color-border); border-radius:6px; background:var(--color-white); }
.search-order .search-box button { height:40px; min-width:82px; padding:0 16px; border:0; border-radius:6px; background:var(--color-blue); color:var(--color-white); cursor:pointer; font-weight:bold; font-family:inherit; }
.search-order .search-box button:hover { background:var(--color-blue); opacity:.92; }

/* ------------------------------------------------------------------------------------------------------------
|  Content |
------------------------------------------------------------------------------------------------------------ */
.content { }
.content .editor { width: 100%; margin: 0 auto; }
.content .box-toggle { position: relative; width: 100%; padding: 0 0 10px 0; }
.content .box-toggle .subject-toggle { position: relative; width: 100%; padding: 15px 60px 15px 15px;  font-weight: bold; font-size: 16px; border-radius: 4px; background: var(--color-f0f0f0); cursor: pointer; user-select: none; transition: all 0.3s ease;  }
.content .box-toggle .subject-toggle:hover { color: var(--color-blue); }
.content .box-toggle .subject-toggle:before { transform: rotate(0); content: ''; position: absolute; width: 24px; height: 24px; border-radius: 50%; background: var(--color-blue) url(../images/icon-arrow-down.svg) no-repeat center 8px; background-size: 40%; right: 15px; top: 15px; transition: all 0.3s ease; }
.content .box-toggle .active { color: var(--color-blue); background: var(--color-f0f0f0); transition: all 0.3s ease; }
.content .box-toggle .active:before { transform: rotate(180deg); }
.content .box-toggle .active:hover { color: var(--color-blue); }
.content .box-toggle .detail-toggle { position: relative; padding: 0; display: none; }
.content .box-toggle .detail-toggle .text { padding: 15px 20px; }
.content .box-toggle .box-photo { position: relative; width: 100%; padding-bottom: 30px; }
.content .text-thank { padding: 30px; text-align: center; background: var(--color-blue); border-radius: 4px; font-weight: 400; }

.content .under-line:before { content:''; position:absolute; width: 36px; height:2px; background:var(--color-blue); left: 0; bottom: -2px; }


/* ------------------------------------------------------------------------------------------------------------
|  Contactus  |
------------------------------------------------------------------------------------------------------------ */
.contact-address { padding: 20px 0; background: var(--color-f9f9f9); }
.contact-address .list { width: 100%; max-width: 600px; margin: auto; padding-top: 20px; text-align:center; }
.contact-address .list ul { display: flex; flex-wrap: wrap; justify-content: center; }
.contact-address .list li { width: 33.33333%; padding: 0 20px; }
.contact-address .list li a { display: inline-flex; }
.contact-address .list h5 { font-weight:bold; margin-top:5px; margin-bottom:0 }
.contact-address .list h5:before { content: ''; position: absolute; width: 1px; height: 15px; background: var(--color-blackdropone); left: 0; right: 0; margin-left: auto; margin-right: auto;  bottom: -22px; }
.contact-address .list i { display: flex; align-items: center; justify-content: center; margin: 0 auto; width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--color-ddd);; background: var(--color-white); }
.contact-address .list i img { width: 30px; height: 30px; }

.contact-form { position: relative; width: 100%; max-width: 600px; margin: 0 auto; padding: 0 0 15px 0; text-align: left; }
.contact-form h3 { margin-bottom:0; text-align:center; margin-top:0 }
.contact-form ul { display: flex; flex-wrap: wrap; margin: 0 -15px; }
.contact-form li { display: flex; flex-wrap: wrap; width: 50%; padding: 15px 15px 0 15px !important; }
.contact-form label { font-weight:bold; }
.contact-form .select-filter { padding-bottom: 0 }
.contact-form .select-filter select { width: 100%; }
.contact-form input { width: 100%; }
.contact-form textarea { height: 100px; }
.contact-form label { width: 100%; }
.contact-form small { color: var(--color-blackdropone); }
.contact-form button { max-width:200px; }
.member-contact-card { width: 100%; padding: 0 20px; /*border: 1px solid var(--color-border); border-radius: 6px; background: var(--color-f5f5f5);*/ }
.member-contact-card__header { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 12px; border-bottom: 1px solid var(--border); }
.member-contact-card__header strong { font-size: 18px; }
.member-contact-card__header a { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 0 12px; border-radius: 4px; background: var(--color-ddd); }
.member-contact-card__header a:hover { background: var(--color-white); color: inherit; }
.member-contact-card dl { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 20px; margin: 15px 0 0 0; }
.member-contact-card dl div { min-width: 0; }
.member-contact-card dt { font-size: 12px; color: var(--color-aaa); }
.member-contact-card dd { margin: 2px 0 0 0; font-weight: bold; overflow-wrap: anywhere; }
.member-contact-card p { margin: 14px 0 0 0; color: var(--color-blackdropone); font-size: 13px; }

.contact-report { margin: 30px auto; border-radius: 4px; max-width: 100%; border: 1px solid var(--color-ddd); background:var(--color-f9f9f9); }
.contact-report ul { padding: 0 40px !important; }
.contact-report h3 { padding-top:20px; }

.advertise {  }
.advertise .bank { position:relative; margin: 15px 0; padding: 15px 20px 10px 20px; border-radius:4px; background:var(--color-f0f0f0); }
.advertise .bank p { font-weight: bold; margin-bottom: 5px; padding-bottom: 8px; border-bottom:1px dashed var(--color-ddd); }
.advertise .bank p:last-child { border-bottom:none; margin-bottom:0 }

.advertise label small {
    padding-left: 5px;
    color: var(--color-red);
    font-size: 10px;
    font-weight: normal;
    padding-top: 5px;
}

.post { max-width: 100%; width: 100%; margin: 30px auto;     background: var(--surface);
    border: 0.5px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.5rem;}
.post ul { padding: 0  !important; }
.post h4 { font-size:14px; margin-top:20px; margin-bottom:0 !important; color:var(--color-999); }
.post .box { position: relative;  display: flex; flex-wrap: wrap; padding-top: 2px; margin:0 -15px; }
.post .box form { width: 100%;  }
.post .row-form { position: relative; display: flex; flex-wrap: wrap; width: 50%; padding-top:10px; padding-left: 15px; padding-right:15px; }
.post .row-form .toggle-password { right:17px; top: 36px; }
.post .row-form .radio { padding-right:10px; font-weight:bold; }
.post p {  font-size:12px; color: var(--color-aaa); }
.post label small { padding-left:5px; color:var(--color-red); font-size:10px; font-weight:normal; padding-top:5px; }
.post textarea { height:inherit; }
.post .mapzone { flex-wrap:wrap; display: none; }
.post .googlemap { position: relative;  width: 100%; height:300px; background:var(--color-white); border: 1px solid var(--color-ddd); border-radius: 4px; overflow: hidden;}
.post .showmap { display:flex; }
.post .text-show { display:block; width: 100%; margin-top: 5px; font-weight:bold; border-radius:4px; background: #e8e8e8; padding: 10px; }
.post .checksave { width: 100%; }
.post .checksave label { font-size:12px; padding-left:26px; width:initial; }
.post .checksave label small { padding-top: 2px; font-weight:normal; color:var(--color-999); }
.sucesspost button { width: 200px !important; margin-left:0 !important }
.sucesspost img { width: 60px; height:60px; margin:10px auto; }
.post-detail {  }
.checkpass { position:relative; margin-bottom:15px; }

.mini-underline:before { content:''; position:absolute; width: 36px; height:2px; background:var(--color-blue); left: 0; bottom: -2px; }

.addphoto { position:relative; width: 100%; }
.addphoto .btn-addphoto { position: relative; display: flex; font-size: 14px; border-radius: 3px; text-align: center; padding: 6px 15px 6px 42px; background: var(--color-ddd); user-select: none; }
.addphoto .btn-addphoto:before { content: ''; position: absolute; width: 20px; height: 20px; background: url(../images/icon-plus-black.svg) no-repeat center; background-size: 90%; left: 12px; bottom: 0; top: 0; margin-top: auto; margin-bottom: auto; }
.addphoto .fileinput-button { display: inline-flex; position: relative; overflow: hidden; }
.addphoto .fileinput-button input { position: absolute; top: 0; right: 0; margin: 0; opacity: 0; direction: ltr; cursor: pointer; }
.addphoto .fileinput-button input[type=file]  { height: 100%; text-indent: -999px; }
.addphoto .thumb { height: 100px !important; width: 100px !important; border: 1px solid var(--color-ddd); border-radius: 3px; padding: 2px; background: var(--color-white); }
.addphoto ul.thumb-Images { padding: 10px 0 !important; display: flex; flex-wrap: wrap; margin: -5px; }
.addphoto ul.thumb-Images li { width: 110px; padding: 5px !important;}
.addphoto .img-wrap { position: relative;  display: inline-block; font-size: 0; }
.addphoto .img-wrap .close { position: absolute; top: 0;  right: 0;  bottom: 0;  left: 0;  margin: auto;  z-index: 100;  background: rgba(255, 255, 255, 1)  url(../images/icon-delete-red.svg) no-repeat center; background-size: 60%;  padding: 4px;  color: var(--color-black); cursor: pointer; width: 30px; height: 30px; border-radius: 50%; transition: all 0.3s ease;}
.addphoto .img-wrap:hover .close { background: rgba(255, 255, 255, 1.0) url(../images/icon-delete-red.svg) no-repeat center; background-size: 60%; transition: all 0.3s ease; }
.addphoto .FileNameCaptionStyle {  }
.addphoto small { display: block; padding-top:10px; }

.list-file-up { position:relative; width: 100%; }
.list-file-up ul { display:flex; flex-wrap:wrap; margin:0 -5px }
.list-file-up li { width: 14.28%; padding: 0 5px !important; }

.box-file-up { display: flex;
 flex-wrap: wrap;
  align-items: center;
  margin-top: 10px;
  position: relative;
  width: 100%; height: 100px;
  border-radius: 6px; padding: 4px;
  background: var(--surface-2);
  border: 0.5px solid var(--border);
}
.box-file-up img { display:none; }
.box-file-up.fix-100 {  width: 100px !important; }

.btn_upload {
  cursor: pointer;
  display: flex; align-items: flex-end; justify-content: center; flex-wrap: wrap;
  overflow: hidden;
  position: relative;
  color: var(--color-333);
  background-color: var(--color-f0f0f0);
  width: 100%; height: 100%;
  border-radius: 2px;
  padding: 0 0 6px 0; transition: all 0.3s ease;
}
.btn_upload:before { content: ''; position: absolute; width: 60px; height: 60px; background: url(../images/icon-photo.svg) no-repeat center; background-size: 100%; left: 0; right: 0;  top: 5px; margin: auto; }
.btn_upload:hover,
.btn_upload:focus { background-color: var(--color-ddd); transition: all 0.3s ease;}

.btn_upload input {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: alpha(opacity=1);
  -moz-opacity: 0;
  opacity: 0;
}

.preview-img { display: block !important; padding: 4px; border-radius: 2px; width: 100% !important; height: 98px !important; position:absolute; z-index:1; top: 0; left: 0; }

.btn-rmv1,
.btn-rmv2,
.btn-rmv3,
.btn-rmv4,
.btn-rmv5,
.btn-rmv6,
.btn-rmv7,
.btn-rmv8,
.btn-rmv9,
.btn-rmv10,
.btn-rmv11,
.btn-rmv12,
.btn-rmv13,
.btn-rmv14 {
  display: none;
}

.rmv {
  cursor: pointer; display: block; position: absolute;
  border-radius: 50%;
  width: 26px !important; height: 26px;
  background: var(--color-white) url(../images/icon-delete-red.svg) no-repeat center; background-size: 64%;
  z-index: 2; top: 10px; right: 10px;
}
.rmv:hover {
}

/*Search*/
.search-detail { position: relative; width: 100%; max-width: 1280px; min-height: 200px; margin: 0 auto;  }
.search-detail h3 { padding-top: 30px; text-transform: inherit; font-weight: 400; color: var(--color-blue) }
.search-detail h3 span { color: var(--color-blue);  }
.search-detail h4 { padding: 0 0 10px 0; text-transform: inherit; font-weight: 400; }
.search-detail ul { display: flex; flex-wrap: wrap; margin: 0 ; }
.search-detail ul li { flex: 0 0 100%; width: 100%; padding: 15px 0; border-bottom: 1px dotted var(--color-border) }
.search-detail ul li p { padding: 0; font-size: 16px; color: #777; }

.search-detail .form-search { position: relative; display: flex; flex-wrap: wrap; }
.search-detail .form-search input[type="text"] { flex: 1; margin-right: 5px; height: 40px; }
.search-detail .form-search button { position: absolute; top: 0; bottom: 0; right: 0; width: 100px; min-width: 100px; height: 40px; font-weight: 400; }

/*Hotline*/
.hotline { padding: 30px 0; background: #e0e4ea }
.hotline .warpper { justify-content: center; }
.hotline .phone { margin: 0 20px }
.hotline .phone a { display: flex; align-items: center; height: 60px; padding: 0 30px; font-family: 'Oswald'; color: var(--color-white); font-size: 24px; text-transform: uppercase; line-height: 1; border-radius: 8px; background: var(--color-blue); }
.hotline .phone a:hover { background: var(--color-blue); }
.hotline .phone span { padding-top: 2px; }
.hotline .icon-hotline { display: inline-flex; margin-right: 5px; width: 30px; height: 30px; background: url(../images/icon-hotline.svg) no-repeat center; background-size: 100% }
.hotline .line { margin: 0 20px }
.hotline .line a { display: flex; align-items: center; height: 60px; padding: 10px 30px; font-family: 'Oswald'; color: var(--color-white); font-size: 24px; line-height: 1; border-radius: 8px; background: #00b900; }
.hotline .line a:hover { background: #00a500 }
.hotline .line span { }
.hotline .icon-line { display: inline-flex; margin-right: 10px; width: 30px; height: 30px; background: url(../images/icon-line-2.svg) no-repeat center; background-size: 100% }


.box-show-text p { padding: 4px 0; margin-bottom: 0; font-weight: 400;  }
.box-show-text p span { font-weight: 400; }
.box-show-text .tax-show { padding-top: 10px; margin-top: 10px; border-top: 1px solid var(--color-dcdcdc); }

.btn-search { position: absolute; width: 40px; height: 40px; right: 15px; bottom: 0px }
.btn-search button { width: 40px; height: 40px; background: url(../images/icon-search.svg) no-repeat center; background-size: 20px; }

.show { display: block; }

.x-full { grid-template-columns: 40px 1fr !important; }

/* ------------------------------------------------------------------------------------------------------------
|  Footer  |
------------------------------------------------------------------------------------------------------------ */
footer { }
footer .logo-footer { display: flex; flex-wrap: wrap; align-items: center; }
footer .logo { width: 100px; }
footer .text { flex: 1; padding-left: 20px; }
footer .text p { margin-bottom: 0; }

footer .footer-nav { width: 100%; padding: 30px 0; color: var(--color-333); border-top: 1px dashed var(--color-ddd); }
footer .footer-nav .list { position: relative; width: 100%; }
footer .footer-nav .list ul { display: flex; flex-wrap: wrap; }
footer .footer-nav .list li { padding: 15px }
footer .footer-nav .list li:first-child { padding-left:0 }
footer .footer-nav .list li:last-child { padding-right: 0; }
footer .footer-nav .list a { display: inline-flex;  line-height: 1.2; font-weight:bold; }
footer .footer-nav .list a:hover,footer .footer-nav .list a.current { color: var(--color-blue) }
footer .footer-nav .list h4 { margin-top: 20px; margin-bottom: 15px; text-transform: uppercase; }
footer .footer-nav .list p { font-size: 14px; }
footer .footer-nav .hotlink { padding:15px 0; }
footer .footer-nav .hotlink ul { display:flex; flex-wrap:wrap; }
footer .footer-nav .hotlink li { width: auto; }
footer .footer-nav .hotlink span {  padding-right:10px; }
footer .footer-nav .hotlink a { display:inline-block; }
footer .footer-nav .colum { }
footer .footer-nav .facebook-box { margin: 0 auto;width: 100%;}
footer .footer-nav .follow { display: flex; flex-wrap: wrap; align-items: center; }
footer .footer-nav .follow span { padding-left: 15px; }
footer .footer-nav .follow i { position: relative;display: block; width: 30px; height: 30px; text-indent: -9999px; border-radius: 50%;transition: all .2s ease}
footer .footer-nav .follow a { display: inline-flex; width: 36px; height: 36px; margin: 0 2px; justify-content: center; align-items: center; text-indent: -9999px; border-radius: 50%; background: var(--color-blue); }

footer .footer-nav .icon-line {
    background-image: url(../images/icon-line-white.svg);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center
}

footer .footer-nav .icon-instagram {
    background-image: url(../images/icon-instagram-white.svg);
    background-repeat: no-repeat;
    background-size: 65%;
    background-position: center
}

footer .footer-nav .icon-facebook {
    background-image: url(../images/icon-facebook-white.svg);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center
}


footer .footer-copy { display: flex; padding: 30px 0; font-size: 14px; background: var(--color-footer-bg) }
footer .footer-copy i { font-family: serif; font-size: 14px; font-style: normal; padding-right:2px }
footer .footer-copy span { padding-left: 5px; }
footer .footer-copy span a { display: inline-flex; }
footer .footer-copy span a:hover { color: var(--color-333); }
footer .footer-copy .warpper { flex-wrap: wrap; align-items: center; }
footer .footer-copy .copy { margin-left: auto; display: flex; flex-wrap: wrap; align-items: center; }


/* ------------------------------------------------------------------------------------------------------------
|  Share  |
------------------------------------------------------------------------------------------------------------ */
.share-social { display: flex; align-items: center; margin-left: auto; }
.share-social .text { margin-right: 10px; color: var(--color-aaa); font-size: 14px;  text-transform: uppercase; }

.share-facebook { display: flex; align-items: center; justify-content: center; position: relative; width: 34px; height: 34px; margin: 0 3px; padding: 0; text-align: center; }
.share-facebook a { display: block; width: 100%; height: 100%; color: var(--color-black); background: var(--color-f0f0f0); border-radius: 50%; }
.share-facebook a:hover { background: #4267b2; }
.share-facebook a path { fill: #4267b2;  transition: all 0.3s ease; }
.share-facebook a:hover path {  fill: var(--color-white);  transition: all 0.3s ease; }
.share-facebook svg { width: 16px; height: 34px; }
.share-facebook span { display: inline-block; padding: 0 0 0 5px; }
.share-facebook sup { position: absolute; background: #ff0000;  z-index: 1; }

.share-twitter { display: flex; align-items: center; justify-content: center; position: relative; width: 34px; height: 34px; margin: 0 3px; padding: 0; text-align: center; }
.share-twitter a { display: block; width: 100%; height: 100%; color: var(--color-black); background: var(--color-f0f0f0);  border-radius: 50%;; }
.share-twitter a:hover { background: #03a9f4; }
.share-twitter a path { fill: #03a9f4;  transition: all 0.3s ease; }
.share-twitter a:hover path { fill: var(--color-white);  transition: all 0.3s ease; }
.share-twitter svg { display: inline-block; width: 16px; height: 34px; }
.share-twitter span { display: inline-block; padding: 0 0 0 5px; }

.share-line { display: flex; align-items: center; justify-content: center; position: relative; width: 34px; height: 34px; margin: 0 3px; padding: 0; text-align: center; }
.share-line a { display: block; width: 100%; height: 100%; color: var(--color-black); background: var(--color-f0f0f0);  border-radius: 50%; }
.share-line a:hover { background: #00b900; }
.share-line a path { fill: #00b900;  transition: all 0.3s ease; }
.share-line a:hover path { fill: var(--color-white);  transition: all 0.3s ease; }
.share-line svg { display: inline-block; width: 18px; height: 36px; }
.share-line span { display: inline-block; padding: 0 0 0 5px; }

/* ------------------------------------------------------------------------------------------------------------
|  Editor  |
------------------------------------------------------------------------------------------------------------ */
.editor { width: 100%;  }
.editor h2,.editor h3,.editor h4,.editor h5,.editor h6 { margin-bottom: 10px; }
.editor a { display: inline-block; text-decoration: underline; color: var(--color-blackdropone) }
.editor a:hover { color: var(--color-black333); text-decoration: none;  }
.editor ul { padding-left: 35px; padding-top: 10px; margin-bottom: 15px; }
.editor ul li { list-style: circle; padding: 4px 0; }
.editor ol { padding-left: 35px; padding-top: 10px; margin-bottom: 15px; counter-reset: item;  }
.editor ol li { list-style: decimal; padding: 4px 0; }
.editor ol li ul li { list-style: circle; }
.editor p { position: relative; z-index: 1 }
.editor u { text-decoration: underline; }
.editor i { font-style: italic; }
.editor img { margin: 0 auto; min-width: inherit !important; max-width: 100% !important; width: inherit !important; height: auto !important; }
.editor .btn-outsite span { margin: 0 5px; }
.editor .btn-cookie { margin: 0 5px; padding: 5px 10px; cursor: pointer; border-radius: 4px; background: var(--color-dcdcdc); transition: all 0.3s ease; }
.editor .btn-cookie:hover { background: var(--color-blackdropone); color: var(--color-white); transition: all 0.3s ease; }
/*.editor .title:before { content: ''; position: absolute; width: 100%; height: 1px; background: var(--color-border); bottom: 25px; left: 0; }*/

.editor .detail-box-line { margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--color-border) }
.editor .detail-box-photo { position: relative; width: 100%; margin: 40px 0; padding: 40px 0 0 0; }
.editor .detail-box-photo:before { content: ''; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); width: 40%; height: 90%; background: var(--color-dropwhitefooter); }
.editor .detail-box-photo figure { position: relative; width: 52%; }
.editor .detail-box-photo figure:last-child { position: absolute; top: 0; right: 0; z-index: 1; }
.editor .fix-font { position: absolute; width: max-content; padding: 10px 20px; z-index: 1; left: 0; right: 0; bottom: 20px; background: rgba(22,37,112,0.7); color: var(--color-white) }
.editor .images-overflow { position: relative; overflow: hidden; }

.editor .box-spac-style1 { position: relative; width: 100%; margin: 15px 0 40px 0; background: url(../images/bg-content-3.png) no-repeat top right; }
.editor .box-spac-style1:before { content: ''; position: absolute; width: 50px; height: 50px; background: url(../images/icon-frame-top-left.svg) no-repeat; background-size: 100%; left: 0; top: 0; }
.editor .box-spac-style1:after { content: ''; position: absolute; width: 50px; height: 50px; background: url(../images/icon-frame-top-right.svg) no-repeat; background-size: 100%; right: 0; top: 0; }
.editor .box-spac-style1 .in-frame { position: relative; width: 100%; padding: 30px; }
.editor .box-spac-style1 .in-frame:before { content: ''; position: absolute; width: 50px; height: 50px; background: url(../images/icon-frame-bottom-left.svg) no-repeat; background-size: 100%; left: 0; bottom: 0; }
.editor .box-spac-style1 .in-frame:after { content: ''; position: absolute; width: 50px; height: 50px; background: url(../images/icon-frame-bottom-right.svg) no-repeat; background-size: 100%; right: 0; bottom: 0; }

.editor .table-s1 li .right { padding: 15px; }

.editor table { width: 100%; margin: 25px 0; border: 1px solid var(--color-border) }
.editor table thead tr { background: var(--color-f0f0f0); }
.editor table thead tr th { padding: 15px; text-align: left; border-right: 1px solid var(--color-border); border-bottom: 1px solid var(--color-border) }
.editor table tbody tr { border-bottom: 1px solid var(--color-border) }
.editor table tbody tr td { padding: 10px; text-align: left; border-right: 1px solid var(--color-border); }
.editor table tbody tr td:first-child { background: var(--color-dropwhite); }

.jFiler { font-family: inherit; }
.jFiler-input-choose-btn { font-weight: 400; }
.jFiler-input-dragDrop { padding: 15px; }
.jFiler-input-text span { margin: 5px 0 !important }
.jFiler-items ul { display: flex; flex-wrap: wrap; margin: 0 -5px; }
.jFiler-items li.jFiler-item { width: 25%; padding: 0 5px; }
.jFiler-item .jFiler-item-container { margin: 5px 0 }
.jFiler-item .jFiler-item-container .jFiler-item-thumb { width: 100%; }
.jFiler-item .jFiler-item-container .jFiler-item-info .jFiler-item-title { font-size: 12px; }

.mini-bold {  font-size: 15.5px; }

.line-hr { display: flex; position: relative; width: 100%; margin-top: 15px; }
.line-hr:before { content: ''; position: absolute; width: 100%; height: 1px; background: var(--color-f0f0f0); top: 0; bottom: 0; left: 0; margin-top: auto; margin-bottom: auto; }
.line-hr small { position: relative; padding: 0 15px 0 0; font-size: 12px; color: var(--color-aaa); background: var(--color-white); z-index: 1; }
.line-hr .btn-etcmore { position: absolute; padding-left: 15px; right: 0; top: -5px; z-index: 1; background: var(--color-white); }

.line-bottom { padding-bottom: 15px; border-bottom: solid 1px var(--color-border) }

/* ------------------------------------------------------------------------------------------------------------
|  Pagination  |
------------------------------------------------------------------------------------------------------------ */
.pagination { position: relative; display: flex; align-items: center; justify-content: center; width: 100%; margin: 30px 0 0 0; padding: 0; }
.pagination span { display: inline-flex; width: 40px; height: 40px; margin: 0 4px; justify-content: center; align-items: center; border-radius: 50%; background: var(--color-dropwhitefooter) }
.pagination a { display: inline-flex; width: 40px; height: 40px; margin: 0 4px; font-family:  Arial, Helvetica, sans-serif; justify-content: center; align-items: center; align-content: center; border-radius: 4px; border: 1px solid var(--color-f0f0f0); background: var(--color-f0f0f0) }
.pagination a:first-child { margin-left: 0; }
.pagination a:last-child { margin-right: 0; }
.pagination a svg { fill: var(--color-black); width: 15px; height: 15px; }
.pagination a:hover { color: var(--color-blue); border: 1px solid var(--color-blue); background:var(--color-white);  }
.pagination a.current { background: var(--color-blue); color: var(--color-white); border:1px solid var(--color-blue); }
.pagination span.prve { text-indent: -9999px; background: var(--color-white) url(../images/icon-back-black.svg) no-repeat center; background-size: 50%; cursor: pointer; transition: all 0.3s ease; }
.pagination span.prve:hover { background: var(--color-f0f0f0) url(../images/icon-back-black.svg) no-repeat center; background-size: 50%;  transition: all 0.3s ease;} 
.pagination span.next { text-indent: -9999px; background: var(--color-white) url(../images/icon-next-black.svg) no-repeat center; background-size: 50%; cursor: pointer;  transition: all 0.3s ease;}
.pagination span.next:hover { background: var(--color-f0f0f0) url(../images/icon-next-black.svg) no-repeat center; background-size: 50%;  transition: all 0.3s ease; } 
.pagination .none-border { border:none; padding-left:0; }
.pagination .none-border a:hover { border:nene;  }
.pagination .disable { pointer-events: none !important; cursor: default; opacity: 0.5; }
.pagination .dott { width: 20px; }

/* ------------------------------------------------------------------------------------------------------------
|  Other  |
------------------------------------------------------------------------------------------------------------ */

/*Color*/
.color-gray { color: var(--color-999) !important; }
.color-sky { color: var(--color-blue) !important; }
.color-blue { color: var(--color-blue) !important; }
.color-aaa { color: var(--color-aaa) !important; }
.color-red { color: var(--color-red) !important; }
.color-yellow { color:#e2ab00 }

/*Cookie Consent*/
.cookie-consent { position: fixed; width: 1160px; margin-right: auto; margin-left: auto; bottom: 10px; right: 10px; left: 10px; padding: 10px; font-size: 14px; background: #414141; border-radius: 4px; box-shadow: 0px 1px 8px 1px rgb(12 23 83 / 20%); z-index: 999999; }
.cookie-consent .box { position: relative; width: 100%; display: flex; flex-wrap: wrap; align-items: center; padding: 0 10px; }
.cookie-consent .text { flex: 1; padding-right: 20px; color:var(--color-white); }
.cookie-consent .text p { margin-bottom: 0; }
.cookie-consent .text a { display: inline-flex; text-decoration: underline; color:var(--color-white); }
.cookie-consent .text a:hover { text-decoration: none; }
.cookie-consent .btn-consent { margin-left: auto; display: flex; flex-wrap: wrap;  }
.cookie-consent .btn-consent span { display: flex; flex-wrap: wrap; padding: 10px 15px; width: 150px; height: 40px; font-size: 14px; justify-content: center; align-items: center; cursor: pointer; color: #fff; background: var(--color-blue); font-weight: bold; border-radius: 4px; transition: all 0.3s ease }
.cookie-consent .btn-consent span:hover { background: var(--color-blue); transition: all 0.3s ease }

.select-filter { display: flex; flex-wrap: wrap; align-items: center; width: 100%; position: relative; padding-bottom: 30px; z-index: 5 }
.select-filter h5 { margin: 0 }
.select-filter select { margin-left: auto; min-width: 200px; }
.select-filter .chosen-container { margin-left: auto; }
.select-filter .chosen-container-single .chosen-single { border: 1px solid var(--color-border-fill); border-radius: 4px; }
.select-filter .chosen-container-single .chosen-single:hover { border: 1px solid var(--color-blue) }
.select-filter .chosen-container:hover .chosen-single { border: 1px solid var(--color-blue); }
.select-filter .chosen-container .chosen-results li { padding: 10px 6px !important; }
.select-filter .chosen-container-single .chosen-drop { z-index: 999; border: 1px solid var(--color-blue); border-top: none !important; margin-top: -3px; border-radius: 0 0 4px 4px }
.select-filter .mini-class { min-width: 150px; }


.page-wrap { padding-top: 120px;
    width: 100%;
    margin: 0 auto;
  }

  /* Header */
  .page-header {
    display: grid; grid-template-columns: 40px 1fr 1fr;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.5rem;
  }
  .logo-mark {
    width: 36px; height: 36px;
    background: var(--blue);
    border-radius: var(--radius-sm);
    display: flex; align-items: center; justify-content: center;
    color: #fff;
    font-size: 18px;
  }
  .page-header h1 {
    font-size: 20px;
    font-weight: 600;
    color: var(--text);
    margin: 0;
  }
.page-header h2 { margin: 0;  font-size: 20px;
    font-weight: 600;
    color: var(--text); }
  .page-header span {
    font-size: 13px;
    color: var(--text-2);
    background: var(--surface-3);
    padding: 3px 10px;
    border-radius: var(--radius-pill);
    margin-left: auto;
  }

  /* Card container */
  .sf-card {
    background: var(--surface);
    border: 0.5px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
  }

  /* Listing type tabs */
  .sf-tabs {
    display: flex;
    gap: 5px;
    background: var(--surface-2);
    border-radius: var(--radius-md);
    padding: 4px;
    width: fit-content;
    margin-bottom: 1.5rem;
    border: 0.5px solid var(--border);
  }
  .sf-tab {
    padding: 7px 22px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    color: var(--text-2);
    background: transparent;
    border: none;
    font-family: 'Sarabun', sans-serif;
    transition: all 0.15s;
  }
  .sf-tab:hover { color: var(--color-white); box-shadow: none;  }
  .sf-tab.active {
    background: var(--surface-blue);
    color: var(--blue);

  }

  /* Section label */
  .sf-section-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-3);
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
  }
  .sf-section-label i { font-size: 13px; }

  /* Property type buttons */
  .sf-type-row {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
  }
  .sf-type-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border: 0.5px solid var(--border-md);
    border-radius: var(--radius-pill);
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    background: var(--surface);
    color: var(--text-2);
    font-family: 'Sarabun', sans-serif;
    transition: all 0.15s;
  }
  .sf-type-btn:hover {
    border-color: var(--blue);
    color: var(--color-blue);
    background: none; box-shadow: none;
  }
  .sf-type-btn.active {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
  }
  .sf-type-btn i { font-size: 14px; }

  /* Divider */
  .sf-divider {
    height: 0.5px;
    background: var(--border);
    margin: 1.25rem 0;
  }

  /* Grid rows */
  .sf-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px; margin-bottom: 10px; }
  .sf-row-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 10px; }
  .sf-row-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 10px; }

  .sf-field { display: flex; flex-direction: column; gap: 4px; }
  .sf-label {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-2);
    text-transform: uppercase;
    letter-spacing: 0.4px;
  }

  /* Form elements */
  select, input[type=text], input[type=number] {
    width: 100%;
    height: 38px;
    padding: 0 10px;
    border: 0.5px solid var(--border-md);
    border-radius: var(--radius-md);
    background: var(--surface);
    color: var(--text);
    font-size: 14px;
    font-family: 'Sarabun', sans-serif;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color 0.15s;
  }
  select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
  }
  select:focus, input:focus{
    outline: none;
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(26,86,219,0.08);
  }
  select:hover, input:hover { border-color: var(--border-md); }

  textarea:focus {      outline: none;
        box-shadow: 0 0 0 3px rgba(26,86,219,0.08);}

  /* Price range inline */
  .price-range {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 6px;
    align-items: center;
  }
  .price-range span {
    font-size: 12px;
    color: var(--text-3);
    text-align: center;
  }

  /* Near/amenity chips */
  .sf-nearby { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
  .sf-near-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 6px 12px;
    border: 0.5px solid var(--border-md);
    border-radius: var(--radius-pill);
    font-size: 12px;
    cursor: pointer;
    background: var(--surface);
    color: var(--text-2);
    font-family: 'Sarabun', sans-serif;
    transition: all 0.15s;
  }
  .sf-near-btn:hover {
    border-color: var(--blue);
    background: none; box-shadow: none;
    color: var(--blue);
  }
  .sf-near-btn.active {
    background: var(--blue-light);
    color: var(--blue-text);
    border-color: var(--blue);
  }
  .sf-near-btn i { font-size: 13px; }

  /* Advanced toggle */
  .sf-adv-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--blue);
    cursor: pointer;
    margin-bottom: 12px;
    background: none;
    border: none;
    font-family: 'Sarabun', sans-serif;
    padding: 0;
    font-weight: 500;
  }
  .sf-adv-toggle:hover { background: none; box-shadow: none; }
  .sf-adv-toggle i { font-size: 14px; transition: transform 0.2s; }
  .sf-adv-toggle.open i.chevron { transform: rotate(180deg); }

  /* Dynamic blocks */
  .sf-dynamic { }
  .sf-dynamic.hidden { display: none; }

  /* BTS sub-field */
  .bts-sub {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 12px;
    background: var(--surface-2);
    border-radius: var(--radius-md);
    border: 0.5px solid var(--border);
  }
  .bts-sub .sf-field { flex: 1; min-width: 160px; }

  /* Action bar */
  .sf-actions {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 0.5px solid var(--border);
  }
  .sf-reset {
    height: 44px;
    padding: 0 18px;
    border: 0.5px solid var(--border-md);
    border-radius: var(--radius-md);
    background: transparent;
    color: var(--text-2);
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    font-family: 'Sarabun', sans-serif;
    display: flex; align-items: center; gap: 6px;
    transition: all 0.15s;
    white-space: nowrap;
  }
  .sf-reset:hover { color: var(--text); border-color: var(--border-md); background: var(--surface-2); }
  .sf-reset i { font-size: 14px; }

  .sf-search-btn {
    flex: 1;
    height: 44px;
    background: var(--blue);
    color: #fff;
    border: none;
    border-radius: var(--radius-md);
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center; gap: 8px;
    font-family: 'Sarabun', sans-serif;
    transition: background 0.15s;
  }
  .sf-search-btn:hover { background: var(--blue-dark); }
  .sf-search-btn:active { transform: scale(0.99); }
  .sf-search-btn i { font-size: 18px; }

  /* Result count badge */
  .result-count {
    margin-left: auto;
    font-size: 12px;
    color: var(--text-2);
    background: var(--surface-2);
    border: 0.5px solid var(--border);
    border-radius: var(--radius-pill);
    padding: 3px 10px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
  }

  /* Responsive */
  @media (max-width: 600px) {
    .sf-row-3 { grid-template-columns: 1fr 1fr; }
    .sf-row-3 > *:last-child { grid-column: span 2; }
    .sf-row-2 { grid-template-columns: 1fr ; }
  }
  @media (max-width: 420px) {
    .sf-row-3, .sf-row-2 { grid-template-columns: 1fr; }
    .sf-row-3 > *:last-child { grid-column: auto; }
  }

.notify-popup { width: 100%; max-width: 480px; }
.notify-popup .box { position: relative; display: flex; flex-wrap: wrap; flex-direction: column; padding: 30px; }
.notify-popup .box h4 { margin-top: 20px; }
.notify-popup .box img { width: 100px; margin: 0 auto; }
.notify-popup .box .btn-submit button { height: 36px; width: 120px; min-width: inherit; font-size: 16px;  }
.notify-popup .box .btn-submit button.cancel:hover { background: var(--color-blackdropone); color: var(--color-white); box-shadow: none; }
.notify-popup .box .btn-submit .btn-link { margin: 0 10px; }
.notify-popup .box .btn-submit .btn-link a { min-width: 120px; height: 36px; font-size: 16px; line-height: 0; background: var(--color-blue); color: var(--color-white); }
.notify-popup .box .btn-submit .btn-link a:hover { background: var(--color-blue); color: var(--color-white);  }

.img-lineheri-color:before { content: ''; position: absolute; width: 40px; height: 100%; background: var(--color-blue); left: 0; top: 0; z-index: 1; }

.image-preview img { margin-top: 2px; border-radius: 4px; border: 1px solid var(--color-border) }

.display-block { display: block; }

.button-readmore { position: relative; padding: 20px 0; }
.button-readmore a { position: relative; display: flex; align-items: center; justify-content: center; width: 180px; height: 46px; padding: 0; color: var(--color-white); border-radius: 4px; background: var(--color-blackdropone);  }
.button-readmore a:hover { background: var(--color-black333) }
.button-readmore span { position: relative; }

.btn-submit { display: flex; width: 100%; justify-content: center; padding: 30px 0 15px 0; }
.btn-submit button { width: 100%; height: 46px; font-weight:bold; }
.btn-submit button.cancel { margin-left: 10px; color: var(--color-blackdrop); background: var(--color-border); }
.btn-submit button.cancel:hover {  }
.btn-submit span { margin-right: 15px; }
.btn-submit span a { display: inline-flex; min-width: 200px; justify-content: center; height: 46px; padding: 0 15px; align-items: center; background: var(--color-dcdcdc); border-radius: 4px; }
.btn-submit span a:hover { background: var(--color-blackdropone); color: var(--color-white); }

.fix-gototop { position:fixed; width:26px; height:26px; bottom:12px; right:10px; z-index:7; }
.fix-gototop a { display:inline-table; width:100%; height:100%; font-size: 20px; color:#fff !important; text-align:center; text-transform:uppercase; background:#666; }
.fix-gototop a:hover { color:#fff; background:#333; }
.fix-gototop i { display:table-cell; vertical-align:middle; }
.top-hide { bottom:-40px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.top-show { bottom:12px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; }
.icon-top { display: table-cell;vertical-align: middle; background: url(../images/icon-arrow-top.svg) no-repeat; background-size: 100%; }

.ui-loader { display:none !important; visibility:hidden !important; }

.blockPage { width: 260px !important; left: 0 !important; right: 0 !important; border:none !important; background:none !important; margin: 0 auto !important;  }
.blockPage .waiting { width: 260px; padding: 15px;
    text-align: center; 
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 10px 25px 0px rgba(0,0,0,0.35); }
.blockPage .waiting img { display: inline-block; padding: 10px 0; }

.hide { display: none; }

.error { color: #fa5058; font-size: 14px; font-weight: 400; }

.mt { margin-top: 0 !important }
.mt-10 { margin-top: 10px !important }
.mt-15 { margin-top: 15px !important }
.mt-20 { margin-top: 20px !important }
.mt-30 { margin-top: 30px !important }

.ml { margin-left:0 !important }
.ml-15 { margin-left: 15px !important }
.mb-15 { margin-bottom: 15px !important }
.mb-30 { margin-bottom: 30px !important }
.mb-60 { margin-bottom: 60px !important }

.mr { margin-right: 0 !important }

.pt { padding-top: 0 !important }
.pt-5 { padding-top: 5px !important }
.pt-10 { padding-top: 10px !important }
.pt-15 { padding-top: 15px !important }
.pt-30 { padding-top: 30px !important }
.pt-60 { padding-top: 60px !important }

.pl { padding-left: 0 !important }
.pl-10 { padding-left: 10px !important }
.pl-15 { padding-left: 15px !important }
.pl-20 { padding-left: 20px !important }
.pl-30 { padding-left: 30px !important }
.pl-40 { padding-left: 40px !important }
.pl-50 { padding-left: 50px !important }

.pb-100 { padding-bottom: 100px !important; }

.pb { padding-bottom: 0 !important }
.pb-10 { padding-bottom: 10px !important }
.pb-15 { padding-bottom: 15px !important }
.pb-20 { padding-bottom: 20px !important }
.pb-30 { padding-bottom: 30px !important }

input[type="checkbox"],
input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input[type="checkbox"]:focus + label:before,input[type="checkbox"]:hover + label:before,
input[type="radio"]:focus + label:before,input[type="radio"]:hover + label:before {
  border-color: var(--color-blue);  transition: all 0.2s ease;
}
input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
   padding-left: 22px; 
  /*margin-bottom:10px;
 
  /*background: var(--color-blue);*/
  padding-bottom: 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  content: '';
  color: #333;
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
 background: var(--color-white); border: 1px solid var(--color-ddd); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
  font-size: 16px;
  text-align: center;  transition: all 0.2s ease;
}
input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
  content: '';
  background-color: var(--color-blue);
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 10px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 200ms ease-out;
          transition: transform 200ms ease-out;
}

input[type="checkbox"] + label:after {
  background-color: transparent;
  top: 6px;
  left: 4px;
  width: 8px;
  height: 4px;
  margin-top: 0px;
  border-style: solid;
  border-color: var(--color-white);
  border-width: 0 0 2px 2px;
  -webkit-border-image: none;
       -o-border-image: none;
          border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
      -ms-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
}
input[type="checkbox"]:checked + label:after {
  content: '';
  -webkit-transform: rotate(-45deg) scale(1);
      -ms-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
}

input[type="radio"]:checked + label:before {

  -webkit-animation: borderscale 300ms ease-in;
          animation: borderscale 300ms ease-in;
}
input[type="radio"]:checked + label:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
input[type="radio"] + label:before, input[type="radio"] + label:after {
  border-radius: 50%;
}

input[type="checkbox"]:checked + label:before {
  -webkit-animation: borderscale 300ms ease-in;
          animation: borderscale 300ms ease-in;
          background: var(--color-blue);
          border: 1px solid var(--color-blue);

}
input[type="checkbox"]:checked + label:after {
  -webkit-transform: rotate(-45deg) scale(1);
      -ms-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);

}


/*Fancybox*/
.fancybox-content { padding: 0; border-radius: 4px; box-shadow: 0 1px 5px 0 rgba(0,0,0,.2); }
.fancybox-button { border-radius:50%; }
.fancybox-toolbar { top: 10px; right:10px; }
.fancybox-navigation .fancybox-button { box-shadow: none; transition: all 0.3s ease; background: rgba(0, 0, 0, 0); }
.fancybox-navigation .fancybox-button div { background: #424242; }
.fancybox-navigation .fancybox-button:hover div { background: var(--color-black); box-shadow: none !important;  transition: all 0.3s ease;  }
.fancybox-thumbs__list a:before { border: 2px solid var(--color-blackdroptwo) }
.fancybox-toolbar button:hover { background: var(--color-black); box-shadow: none !important; transition: all 0.3s ease; }
.fancybox-caption { color: var(--color-white); font-size: 20px; }
.fancybox-navigation .fancybox-button div { border-radius:50% }
.fancybox-slide--current .animated-modal { transform: translateY(0); opacity: 1; transition-duration: .3s; }
.fancybox-close-small { position: relative; overflow: hidden; text-indent: -9999px; }
.fancybox-close-small:hover { background: none }
.fancybox-is-open .fancybox-bg { opacity: .6 }

.fancybox-slide--html .fancybox-close-small { top: 8px; right: 5px; }
.fancybox-close-small {
    position:absolute;
    top: -20px;
    right: -20px;
    width:40px;
    height:40px;
    padding:0;
    margin:0;
    border:0;
    border-radius:0;
    opacity: 1;
    outline:none;
    background:transparent;
    z-index:10;
    cursor:pointer
}
.fancybox-close-small:after {
    content:"×";
    position:absolute;
    top: 0;
    right: 0;
    width:40px;
    height:40px;
    color: var(--color-blackdrop);
    font-weight:300;
    text-align:center;
    border-radius:50%;
    border-width:0;
    text-indent: -99999px;
    background: url(../images/icon-close.svg) no-repeat center; background-size: 50%;
    transition:background .25s;
    box-sizing:border-box;  transition: all 0.3s ease;
}
.fancybox-close-small:focus:after {
    /*outline:1px dotted #888*/
}
.fancybox-close-small:hover:after {
    color: var(--color-blackdropone);  transition: all 0.3s ease;
    background:;
}
.fancybox-close-small:hover { box-shadow: none; }

/* Native lightbox used by pure JS frontend scripts */
body.st-lightbox-open { overflow: hidden; }
.st-lightbox { position: fixed; inset: 0; z-index: 99992; display: flex; align-items: center; justify-content: center; padding: 24px; }
.st-lightbox__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); }
.st-lightbox__content { position: relative; z-index: 1; max-width: min(960px, 94vw); max-height: 90vh; }
.st-lightbox__content--inline { width: min(620px, 94vw); overflow: auto; background: #fff; border-radius: 8px; box-shadow: 0 16px 48px rgba(0,0,0,.24); }
.st-lightbox__content--inline .model-confirm { display: block !important; }
.st-lightbox__content--image { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px; }
.st-lightbox__image { display: block; max-width: 94vw; max-height: 82vh; object-fit: contain; border-radius: 6px; box-shadow: 0 16px 48px rgba(0,0,0,.34); }
.st-lightbox__caption { max-width: 94vw; color: #fff; font-size: 16px; line-height: 1.55; text-align: center; }
.st-lightbox__close { position: absolute !important; top: -46px !important; right: 0 !important; z-index: 2; color: #fff !important; background: rgba(0,0,0,.35) !important; }
.st-lightbox__nav { position: absolute; top: 50%; z-index: 2; width: 44px; height: 44px; margin-top: -22px; border: 0; border-radius: 50%; color: #fff; background: rgba(0,0,0,.45); font-size: 34px; line-height: 40px; cursor: pointer; }
.st-lightbox__nav:hover { background: rgba(0,0,0,.75); }
.st-lightbox__nav--prev { left: -58px; }
.st-lightbox__nav--next { right: -58px; }

.animated-modal { max-width: inherit; width: auto; min-width: 720px; border-radius: 10px; overflow: hidden; background: var(--color-white);  transform: translateY(-80px);  transition: all .5s; }

.space-tb100 { padding: 100px 0; }
.space-t100 { padding-top: 100px; }
.space-t0 { padding-bottom: 0 !important; }
.space-b100 { padding-bottom: 100px; }
.space-b0 { padding-bottom: 0 !important; }

.mt { margin-top: 0 !important }
.mt-30 { margin-top: 30px !important }

.ml-15 { margin-left: 15px !important }

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

.pt { padding-top: 0 !important }
.pt-5 { padding-top: 5px !important }
.pt-30 { padding-top: 30px !important }
.pt-60 { padding-top: 60px !important }

.pl { padding-left: 0 !important }
.pl-10 { padding-left: 10px !important }
.pl-15 { padding-left: 15px !important }
.pl-20 { padding-left: 20px !important }
.pl-30 { padding-left: 30px !important }
.pl-40 { padding-left: 40px !important }
.pl-50 { padding-left: 50px !important }

.pb { padding-bottom: 0 !important }
.pb-30 { padding-bottom: 30px !important }

.pr { padding-right: 0 !important }
.pr-10 { padding-right: 10px !important }
.pr-15 { padding-right: 15px !important }
.pr-20 { padding-right: 20px !important }
.pr-30 { padding-right: 30px !important }
.pr-40 { padding-right: 40px !important }
.pr-50 { padding-right: 50px !important }

.left-line { padding-left: 20px; margin: 15px 0 }
.left-line:before { content: ''; position: absolute; width: 1px; height: 50%; left: 0; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto; background: var(--color-blue) }

.text-center { text-align: center !important; margin: auto; }

.full { width: 100% !important; max-width: 100% !important; }

.error { font-size: 15px; color: #ff0000 }

.recaptcha { margin: 0 auto; text-align: center; }

/* ------------------------------------------------------------------------------------------------------------
|  Lazyload  |
------------------------------------------------------------------------------------------------------------ */
.lazyload,
.lazyloading {
    opacity: 0
}

.lazyloaded {
    opacity: 1 !important;
    transition: opacity .3s
}

.animated {
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

/*Flickity*/
.carousel-cell {  width: 100%; }

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
  border-radius: 10px;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button { 
  position: absolute;
  top: 50%;
  width: 40px; min-width: inherit;
  height: 40px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flickity-prev-next-button:hover { background: white; box-shadow: none; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }


.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
}

.flickity-prev-next-button .arrow {
  fill: var(--color-blue);
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  z-index: 99;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 8px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
    background: #333;
}

/* flickity-fade */

.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}
.form-message {
  margin: 12px 0 0;
  color: #1f7a4d;
  font-size: 14px;
  line-height: 1.5;
}

.form-message.is-error {
  color: #b42318;
}

.form-message:empty {
  display: none;
}

.menu-icon {
  appearance: none;
  border: 0;

  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.site-alert {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(15, 23, 42, .32);
}

.site-alert.is-visible {
  display: grid;
}

.site-alert__box {
  max-width: min(420px, 100%);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(15, 23, 42, .22);
  color: #123;
  font-size: 16px;
  line-height: 1.6;
  padding: 22px 26px;
  text-align: center;
}

.site-alert.is-waiting .site-alert__box {
  border-top: 4px solid #2563eb;
}

.site-alert.is-success .site-alert__box,
.site-alert.is-success_reload .site-alert__box {
  border-top: 4px solid #178a57;
}

.site-alert.is-error .site-alert__box,
.site-alert.is-error_reload .site-alert__box {
  border-top: 4px solid #d92d20;
}

.header-fixed aside ul li.l-user a,
.header-fixed aside ul li.l-register a,
.header-fixed aside ul li.l-post a {
  min-height: 34px;
  border-radius: 6px;
}

.nav-mobile aside .box.full {
  width: 100%;
}

.login-zone.auth-screen .box-login,
.login-zone .box-login {
  border: 1px solid var(--color-eee);
  box-shadow: 0 16px 42px rgba(15, 23, 42, .08);
}

.auth-card-head {
  margin-bottom: 18px;
  text-align: center;
}

.auth-card-head h2 {
  margin: 0 0 6px;
  color: var(--color-333);
  font-size: 24px;
  line-height: 1.35;
}

.auth-card-head p {
  margin: 0;
  color: var(--color-666);
  font-size: 14px;
  line-height: 1.6;
}

.auth-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding-top: 16px;
}

.auth-links a {
  color: var(--color-blue);
  font-weight: bold;
}

.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 28px;
  border: 1px dashed var(--color-ddd);
  border-radius: 8px;
  background: var(--color-f9f9f9);
  color: var(--color-666);
  text-align: center;
}

.empty-state strong {
  display: block;
  margin-bottom: 6px;
  color: var(--color-333);
  font-size: 18px;
}

.search-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.search-summary h2 { margin-bottom: 0; }

.search-summary .meta {
    font-size: 13px;
    color: var(--text-2);
    background: var(--surface-3);
    padding: 3px 10px;
    border-radius: var(--radius-pill);
    margin-left: auto;
}

.member-delete-post {
  appearance: none;
  border: 0; 
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0 10px !important;
}
.member-delete-post:hover { box-shadow: none; }

.field-icon.toggle-password {
  appearance: none;
  border: 0;
  cursor: pointer;
}

.auth-legacy-note {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(0, 92, 184, .18);
  border-radius: 6px;
  background: rgba(0, 92, 184, .06);
  color: var(--color-333);
  font-size: 14px;
  line-height: 1.55;
}

.auth-legacy-note strong {
  display: block;
  margin-bottom: 4px;
  color: var(--color-blue);
}

.auth-legacy-note p {
  margin-bottom: 0;
}

.list-card-grid {
  padding-top: 18px;
}

.list-card-grid ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 20px;
}

.list-card-grid li {
  width: auto;
  padding: 0;
  border: 0;
}

.list-card-grid li:last-child {
  border-bottom: 0;
}

.list-card-grid li:hover {
  background: transparent;
}

.list-card {
  display: flex;
  flex-direction: column;
  height: 100%;
   
    background: #fff;
    /*border: 0.5px solid var(--border);*/
    border-radius: var(--radius-lg);
}

.list-card .photo {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  background: var(--color-f5f5f5);
}

.list-card .photo figure {
  position: relative;
  width: 100%;
  height: 0;
  padding: 30%;
  overflow: hidden;
}

.list-card .photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-card .photo a:hover img {

}
.list-card .photo a::before { content:"" ; position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0); left: 0; top: 0; z-index: 1; transition: all 0.3s ease;  }
.list-card .photo a:hover::before {  background: rgba(0, 0, 0, 0.2); transition: all 0.3s ease; }

.promotion-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 3px;
  color: var(--color-white);
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0,0,0,.18);
}

.promotion-badge--premium { background: #0b2b7e; }
.promotion-badge--hot { background: #ff4b16; }

.list-card-grid .detail {
  display: flex;
  flex-direction: column;
  /*min-height: 138px;*/
  padding: 15px 18px;
}

.list-card-grid .name {
  padding: 0 0 6px;
}

.list-card-grid .name a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--color-333);
  font-size: 14px;
  font-weight: bold;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.list-card-grid .price {
  color: var(--color-green);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.35;
}

.list-card-grid .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding-top: 2px;
}

.list-card-grid .location,
.list-card-grid .location a,
.list-card-grid .viewcount {
  color: var(--color-999);
  font-size: 12px;
  line-height: 1.45;
}

.list-card-grid .viewcount {
  padding-left: 0; color: var(--text-2)
}

.list-card-grid .viewcount span {
  color: var(--text-2);
}
