@charset "UTF-8";
@import "fontawesome/css/all.css";
@import "fontawesome/css/brands.css";
@import "fontawesome/css/fontawesome.css";
@import "fontawesome/css/regular.css";
@import "fontawesome/css/solid.css";
/* @import '../font/fa/stylesheet.css';
@import '../font/fab/stylesheet.css';
@import '../font/fas/stylesheet.css'; 
@import '../font/fontawesome/stylesheet.css';*/
@import "../font/dbo_zone_x/stylesheet.css";
@import "../font/dbo_zone_x_bd/stylesheet.css";
@import "../font/dbo_zone_x_light/stylesheet.css";
@import "../webfonts/font-flaticon/flaticon.css";
/* @import 'https://fonts.googleapis.com/css2?family=Prompt:wght@200;300;400;500;600;700&display=swap'; */
/******************************************************************
Fonts
*******************************************************************/

/*******************************************************************
Colors
*******************************************************************/
:root {
  /* Main Color */
  --main-lightblue-cz: #00b2e3;
  --main-green-cz: #93d500;
  --main-darkorange-cz: #ff4d00;
  --main-brown-cz: #402020;

  --yellow-cz: #ffb71b;
  --orange-cz: #ff7f30;
  --red-cz: #d7282f;
  --lightgreen-cz: #c2e76b;
  --black-cz: #231f20;

  --main2-darkgreen-cz: #5f9937;
  --main2-lightgreen-cz: #c1cb29;
  --main2-brown-cz: #4e0d00;

  /* Gradient */
  --gd-main-cz-wk: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00b2e3),
    color-stop(#93d500),
    to(#ff4d00)
  );
  --gd-main-cz-o-: -o-linear-gradient(left, #00b2e3, #93d500, #ff4d00);
  --gd-main-cz: linear-gradient(to right, #00b2e3, #93d500, #ff4d00);
}

/*******************************************************************
Generals
*******************************************************************/
/* Scss Document */
/* Clearfix */
/* Scss Document */
* {
  box-sizing: border-box;
}
*::after {
  box-sizing: border-box;
}
*::before {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "dbo_zone_x", "dbo_zone_x_light", "fontawesome", "far", "fas",
    "fab";
  font-size: 21px;
  font-weight: 400;
  line-height: 1.3;
  color: #323232;
}

article,
summary,
section,
nav,
menu,
main,
hgroup,
header,
footer,
figure,
figcaption,
details,
aside {
  display: block;
  overflow: hidden;
}

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

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none !important;
}
a:active,
a:hover {
  outline: 0;
  box-shadow: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong,
.strong {
  font-family: "dbo_zone_x";
  font-weight: 700;
}

em,
.em,
dfn {
  font-style: italic;
}

.mark,
mark {
  background: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul li {
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  display: block;
  margin-left: 0;
  margin-right: 0;
}

.h6,
.h5,
.h4,
.h3,
.h2,
.h1 {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1,
.h1 {
  font-size: 32px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 28px;
}

h4,
.h4 {
  font-size: 26px;
}

h5,
.h5 {
  font-size: 24px;
}

h6,
.h6 {
  font-size: 22px;
}

.small,
small {
  font-size: 80%;
}

label {
  margin: 0;
  padding: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase,
.initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #999999 !important;
}

.text-primary {
  color: var(--main-brown-cz) !important;
}

.text-second {
  color: var(--main-green-cz) !important;
}

.text-third {
  color: var(--lightgreen-cz) !important;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

.text-bold {
  font-weight: 700 !important;
}

.bg-primary {
  color: #fff;
}

.page-header {
  padding-bottom: -0.1;
  margin: 3.6 0 1.8;
  border-bottom: 1px solid #b2b2b2;
  border-bottom: 1px solid #b2b2b2;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0.9;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 1.8;
}

dt,
dd {
  line-height: 1.6;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 0.9 1.8;
  margin: 0 0 1.8;
  font-size: 18px;
  border-left: 5px solid #b2b2b2;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.6;
  color: #b2b2b2;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #b2b2b2;
  border-left: 0;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 1.8;
  font-style: normal;
  line-height: 1.6;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  padding: 5px 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  border-radius: 50px;
  user-select: none;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: var(--main-brown-cz);
  text-decoration: none;
  outline: none !important;
  box-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: none;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

a:not([href]) {
  color: inherit;
}

.btn-default {
  color: var(--main-brown-cz) !important;
  background-color: #ffffff;
  border-color: var(--main-brown-cz);
}
.btn-default:focus,
.btn-default.focus {
  color: var(--main-brown-cz);
  background-color: white;
  border-color: black;
}
.btn-default:hover {
  color: var(--main-brown-cz);
  background-color: white;
  border-color: #110300;
}
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: var(--main-brown-cz);
  background-color: white;
  background-image: none;
  border-color: #110300;
}
.btn-default:active:hover,
.btn-default:active:focus,
.btn-default:active.focus,
.btn-default.active:hover,
.btn-default.active:focus,
.btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: var(--main-brown-cz);
  background-color: white;
  border-color: black;
  outline: none;
  box-shadow: none;
}
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: var(--main-brown-cz);
}
.btn-default .badge {
  color: #ffffff;
  background-color: var(--main-brown-cz);
}

.btn-primary {
  color: #ffffff !important;
  background-color: var(--main-brown-cz);
  border-color: var(--main-brown-cz);
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #811600;
  border-color: black;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #811600;
  border-color: #110300;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #811600;
  background-image: none;
  border-color: #110300;
}
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary.active:hover,
.btn-primary.active:focus,
.btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #a51b00;
  border-color: black;
  outline: none;
  box-shadow: none;
}
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: var(--main-brown-cz);
  border-color: var(--main-brown-cz);
}
.btn-primary .badge {
  color: var(--main-brown-cz);
  background-color: #ffffff;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
  color: var(--main-brown-cz) !important;
  background-color: #ffffff;
  border-color: var(--main-brown-cz);
}
.btn-primary:active:focus,
.btn-primary:active.focus,
.btn-primary:focus:focus,
.btn-primary:focus.focus,
.btn-primary:hover:focus,
.btn-primary:hover.focus {
  color: var(--main-brown-cz);
  background-color: white;
  border-color: black;
}
.btn-primary:active:hover,
.btn-primary:focus:hover,
.btn-primary:hover:hover {
  color: var(--main-brown-cz);
  background-color: white;
  border-color: #110300;
}
.btn-primary:active:active,
.btn-primary:active.active,
.open > .btn-primary:active.dropdown-toggle,
.btn-primary:focus:active,
.btn-primary:focus.active,
.open > .btn-primary:focus.dropdown-toggle,
.btn-primary:hover:active,
.btn-primary:hover.active,
.open > .btn-primary:hover.dropdown-toggle {
  color: var(--main-brown-cz);
  background-color: white;
  background-image: none;
  border-color: #110300;
}
.btn-primary:active:active:hover,
.btn-primary:active:active:focus,
.btn-primary:active:active.focus,
.btn-primary:active.active:hover,
.btn-primary:active.active:focus,
.btn-primary:active.active.focus,
.open > .btn-primary:active.dropdown-toggle:hover,
.open > .btn-primary:active.dropdown-toggle:focus,
.open > .btn-primary:active.dropdown-toggle.focus,
.btn-primary:focus:active:hover,
.btn-primary:focus:active:focus,
.btn-primary:focus:active.focus,
.btn-primary:focus.active:hover,
.btn-primary:focus.active:focus,
.btn-primary:focus.active.focus,
.open > .btn-primary:focus.dropdown-toggle:hover,
.open > .btn-primary:focus.dropdown-toggle:focus,
.open > .btn-primary:focus.dropdown-toggle.focus,
.btn-primary:hover:active:hover,
.btn-primary:hover:active:focus,
.btn-primary:hover:active.focus,
.btn-primary:hover.active:hover,
.btn-primary:hover.active:focus,
.btn-primary:hover.active.focus,
.open > .btn-primary:hover.dropdown-toggle:hover,
.open > .btn-primary:hover.dropdown-toggle:focus,
.open > .btn-primary:hover.dropdown-toggle.focus {
  color: var(--main-brown-cz);
  background-color: white;
  border-color: black;
  outline: none;
  box-shadow: none;
}
.btn-primary:active.disabled:hover,
.btn-primary:active.disabled:focus,
.btn-primary:active.disabled.focus,
.btn-primary:active[disabled]:hover,
.btn-primary:active[disabled]:focus,
.btn-primary:active[disabled].focus,
fieldset[disabled] .btn-primary:active:hover,
fieldset[disabled] .btn-primary:active:focus,
fieldset[disabled] .btn-primary:active.focus,
.btn-primary:focus.disabled:hover,
.btn-primary:focus.disabled:focus,
.btn-primary:focus.disabled.focus,
.btn-primary:focus[disabled]:hover,
.btn-primary:focus[disabled]:focus,
.btn-primary:focus[disabled].focus,
fieldset[disabled] .btn-primary:focus:hover,
fieldset[disabled] .btn-primary:focus:focus,
fieldset[disabled] .btn-primary:focus.focus,
.btn-primary:hover.disabled:hover,
.btn-primary:hover.disabled:focus,
.btn-primary:hover.disabled.focus,
.btn-primary:hover[disabled]:hover,
.btn-primary:hover[disabled]:focus,
.btn-primary:hover[disabled].focus,
fieldset[disabled] .btn-primary:hover:hover,
fieldset[disabled] .btn-primary:hover:focus,
fieldset[disabled] .btn-primary:hover.focus {
  background-color: #ffffff;
  border-color: var(--main-brown-cz);
}
.btn-primary:active .badge,
.btn-primary:focus .badge,
.btn-primary:hover .badge {
  color: #ffffff;
  background-color: var(--main-brown-cz);
}

.btn-link {
  font-weight: 400;
  color: var(--main-brown-cz);
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #020000;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #666666;
  text-decoration: none;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-more {
  background: #ffffff;
  border-radius: 50px;
  margin-top: 30px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  border-color: var(--main-brown-cz);
  color: var(--main-brown-cz);
}
.btn-more:hover {
  border-color: var(--main-brown-cz);
  background-color: var(--main-brown-cz);
  color: #ffffff;
}
.btn-more > svg {
  vertical-align: middle;
  margin-right: 8px;
}

.btn-outline {
  background: #ffffff;
  border-radius: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  border-color: var(--main-brown-cz);
  color: var(--main-brown-cz);
  position: relative;
}
.btn-outline:hover {
  border-color: var(--main-brown-cz);
  background-color: var(--main-brown-cz);
  color: #ffffff;
}

.btn-link-bottom {
  padding: 0;
  border-bottom: 1px solid #212529;
  border-radius: 0;
  font-size: 19px;
  line-height: 1.5;
}

/* Slick Slider */
.slick-slide img {
  width: 100%;
}

/* Slick Arrow */
.slick-prev,
.slick-next {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0px 5px 0 #cccccc;
  box-shadow: 0 0px 5px 0 #cccccc;
  border-radius: 100px;
  width: 40px;
  height: 40px;
  margin-top: 0;
  z-index: 2;
}
.slick-prev {
  left: -50px;
}
.slick-next {
  right: -50px;
}
.slick-prev:before,
.slick-next:before {
  color: var(--black-cz);
  font-size: 1.6rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  border: none;
  padding: 0;
  width: auto;
}
.slick-prev:before {
  content: "\f053";
}
.slick-next:before {
  content: "\f054";
}

/* Slick Dots */
.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
  width: 15px;
  height: 15px;
}
.slick-dots li button:before {
  line-height: 16px;
}

/* Carousel */
.owl-carousel .owl-dots {
  display: flex;
  width: 100%;
  flex: 0 0 100%;
  height: auto;
  background: rgba(0, 0, 0, 0);
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.owl-carousel .owl-dots button {
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  background-color: #e5e5e5;
  width: 20px;
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
.owl-carousel .owl-dots button.active {
  border-color: var(--lightgreen-cz);
  background-color: var(--lightgreen-cz);
}
.owl-carousel .owl-dots button:hover,
.owl-carousel .owl-dots button:active,
.owl-carousel .owl-dots button:focus {
  border-color: var(--lightgreen-cz);
  background-color: var(--lightgreen-cz);
  box-shadow: none;
  outline: none;
}

/* Section Main */
section.main {
  padding-top: 114px;
}

/* Page Title */
.page-title {
  position: relative;
  height: auto;
}
.page-title.page-title-img {
  height: 60vh;
  overflow: hidden;
}
.page-title .parallax-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #323232;
}
.page-title .parallax-img img {
  width: 100%;
  opacity: 0.75;
}
.page-title .parallax-txt {
  color: #ffffff;
  text-align: center;
  width: 100%;
  max-width: 1140px;
  padding: 0 15px;
}
.page-title.page-title-img .parallax-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-title .parallax-txt h2 {
  font-size: 45px;
  font-weight: 700;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #323232 !important;
  margin: 15px auto 0;
}
.page-title.page-title-img .parallax-txt h2 {
  color: #ffffff !important;
}
.page-title .parallax-txt .sub-title {
  letter-spacing: normal;
  text-transform: uppercase;
  font-weight: 700;
}
.page-title .parallax-txt .sub-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #ffffff;
  margin: 16px auto 0;
  box-sizing: border-box;
  border-radius: 0px;
}
.page-title-50 {
  height: 50vh;
}
.page-title-50 .parallax-txt {
  top: 60%;
}
.page-title-60 {
  height: 60vh;
}
.page-title-60 .parallax-txt {
  top: 60%;
}

/* Scss Document */
.forcefullwidth_wrapper_tp_banner {
  max-height: 86vh;
  overflow: hidden;
}
.forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
  height: 100% !important;
  position: relative;
}
.forcefullwidth_wrapper_tp_banner .rev_slider_wrapper .rev_slider ul {
  padding: 0;
  margin: 0;
}
.forcefullwidth_wrapper_tp_banner .rev_slider_wrapper .rev_slider ul li {
  position: absolute;
}
.forcefullwidth_wrapper_tp_banner .rev_slider_wrapper .rev_slider ul li div {
  overflow: visible !important;
  color: #ffffff;
}
.forcefullwidth_wrapper_tp_banner
  .rev_slider_wrapper
  .rev_slider
  ul
  li
  .tp-caption.slide-title {
  position: absolute;
  z-index: 500;
  font-weight: 700;
  text-shadow: -2px -1px 5px #cccccc, 3px 3px 5px #323232;
}
.forcefullwidth_wrapper_tp_banner
  .rev_slider_wrapper
  .rev_slider
  ul
  li
  .tp-caption.slide-subtitle {
  text-shadow: -2px -1px 5px #cccccc, 3px 3px 5px #323232;
}
.forcefullwidth_wrapper_tp_banner
  .rev_slider_wrapper
  .rev_slider
  ul
  li
  .tp-caption.tp-bgimg {
  z-index: -1;
}
.forcefullwidth_wrapper_tp_banner
  .rev_slider_wrapper
  .rev_slider
  ul
  li
  .tp-caption.tp-btn {
  background: #ffffff;
  font-family: "dbo_zone_x_light";
  line-height: 1.6;
  height: 40px;
  border-radius: 50px;
  box-shadow: 0 0px 5px 0 #cccccc;
}
.forcefullwidth_wrapper_tp_banner
  .rev_slider_wrapper
  .rev_slider
  ul
  li
  .tp-caption.tp-btn
  a {
  color: var(--main-brown-cz);
}
.forcefullwidth_wrapper_tp_banner
  .rev_slider_wrapper
  .rev_slider
  ul
  li
  .tp-caption.tp-btn:hover {
  box-shadow: 0 0 10px 0 #b2b2b2;
}
.tp-bannertimer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 7px;
  text-align: center;
  z-index: 99;
  width: 0;
  background: rgba(255, 255, 255, 0.25);
}
.tp-loader div {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  margin: 0 5px;
}
.tp-bullets.navbar {
  border: none;
  min-height: 0;
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.tp-bullets {
  position: absolute;
  display: block;
  z-index: 20;
  transform: rotate(180deg) !important;
  bottom: 25px !important;
  top: inherit !important;
  left: 0 !important;
  right: 0 !important;
  margin: auto;
}
.tp-bullet {
  width: 15px;
  height: 15px;
  position: absolute;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.tp-bullet:before {
  content: "";
  display: block;
  border: 2px solid #fff;
  width: 15px;
  height: 15px;
  border-radius: 100px;
  background: rgb(255, 255, 255, 0%);
}
.tp-bullet.selected:before {
  background: var(--lightgreen-cz);
  border-color: var(--lightgreen-cz);
}
.tp-leftarrow,
.tp-rightarrow {
  transform: none !important;
  position: absolute;
  top: 50% !important;
  background-color: rgb(255, 255, 255);
  width: 50px;
  height: 50px;
  border-radius: 50px;
  box-shadow: 0 0px 5px 0 #cccccc;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.tp-leftarrow {
  left: 20px !important;
}
.tp-rightarrow {
  left: unset !important;
  right: 20px !important;
}
.tp-leftarrow:before,
.tp-rightarrow:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  opacity: 0.75;
  color: var(--black-cz);
  text-align: center;
}
.tp-leftarrow:before {
  content: "\f053";
}
.tp-rightarrow:before {
  content: "\f054";
}
.tp-leftarrow:hover:before,
.tp-rightarrow:hover:before,
.tp-leftarrow:focus:before,
.tp-rightarrow:focus:before {
  opacity: 1;
}

/* -------------- Banner Hero --------------- */
.banner-hero {
  display: block;
}
.banner-hero-mb {
  display: none;
}
.slide-banner {
  margin: 0 auto !important;
  overflow: hidden;
}
.slide-banner .slick-slider .slick-track,
.slide-banner .slick-slider .slick-list {
  position: relative;
}
.slide-banner .slick-slide.slick-current.slick-active .banner-caption {
  opacity: 1;
}
.slide-banner .slick-slide img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.slide-banner .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
}
.slide-banner .slick-dots li {
  width: 15px;
  height: 15px;
  overflow: visible;
}
.slide-banner .slick-dots li button:before {
  font-size: 16px;
  color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50px;
  font-family: "slick";
  line-height: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15px;
  height: 15px;
  content: "";
  text-align: center;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: 0 1px 8px rgb(28, 24, 27, 0.2);
  box-shadow: 0 1px 8px rgb(28, 24, 27, 0.2);
}
.slide-banner .slick-dots li.slick-active button:before {
  opacity: 1;
  background: var(--main-lightblue-cz);
  border: 2px solid var(--main-lightblue-cz);
}

/* Arrows */
.slide-banner .slick-prev.slick-disabled:before,
.slide-banner .slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slide-banner .slick-prev:before,
.slide-banner .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  opacity: 0.75;
  color: #1c181b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: none;
  width: auto;
  padding: 0;
}
.slide-banner .slick-prev,
.slide-banner .slick-next {
  font-size: 1rem;
  line-height: 0;
  position: absolute;
  display: block;
  width: 55px;
  height: 55px;
  padding: 0;
  /*-webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
  cursor: pointer;
  color: rgba(35, 31, 32, 0.5);
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 1);
  z-index: 1;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
  border-radius: 100px;
  -webkit-box-shadow: 0 0px 5px 0 #cccccc;
  box-shadow: 0 0px 5px 0 #cccccc;
}

.slide-banner .slick-prev {
  left: 50px;
}
.slide-banner .slick-prev:before {
  content: "\f053";
  text-align: center;
}

.slide-banner .slick-next {
  right: 50px;
}
.slide-banner .slick-next:before {
  content: "\f054";
  text-align: center;
}
.slide-banner .slick-prev:hover,
.slide-banner .slick-prev:focus,
.slide-banner .slick-next:hover,
.slide-banner .slick-next:focus {
  color: #1c181b;
  outline: none;
  background: rgba(255, 255, 255, 1);
}
.slide-banner .slick-prev:hover:before,
.slide-banner .slick-prev:focus:before,
.slide-banner .slick-next:hover:before,
.slide-banner .slick-next:focus:before {
  color: #1c181b;
  opacity: 1;
}

/* Scss Document */
/* -------------- ICons --------------- */
.icon-facebook {
  background-color: #3b5998 !important;
}
.icon-facebook:hover {
  background-color: #ffffff !important;
}
.icon-facebook:hover * {
  color: #3b5998 !important;
}
.icon-twitter {
  background-color: #1da1f2 !important;
}
.icon-twitter:hover {
  background-color: #ffffff !important;
}
.icon-twitter:hover * {
  color: #1da1f2 !important;
}
.icon-instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #feda77 0%,
    #feda77 5%,
    #f58529 45%,
    #dd2a7b 60%,
    #8134af 75%,
    #515bd4 90%
  ) !important;
}
.icon-instagram:hover {
  background: #ffffff !important;
}
.icon-instagram:hover * {
  color: #231f20 !important;
}
.icon-youtube {
  background-color: #ff0000 !important;
}
.icon-youtube:hover {
  background-color: #ffffff !important;
}
.icon-youtube:hover * {
  color: #ff0000 !important;
}
.icon-line {
  background-color: #00c300 !important;
}
.icon-line:hover {
  background-color: #ffffff !important;
}
.icon-line:hover * {
  color: #00c300 !important;
}
.icon-tiktok {
  background-color: #010101 !important;
}
.icon-tiktok:hover {
  background-color: #ffffff !important;
}
.icon-tiktok:hover * {
  color: #010101 !important;
}

.icon-openchat {
  background-color: #11d77b !important;
}

.hover-facebook:hover {
  background-color: #3b5998 !important;
  border-color: #cccccc !important;
}
.hover-facebook:hover * {
  color: #ffffff !important;
}
.hover-twitter:hover {
  background-color: #1da1f2 !important;
  border-color: #cccccc !important;
}
.hover-twitter:hover * {
  color: #ffffff !important;
}
.hover-instagram:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #feda77 0%,
    #feda77 5%,
    #f58529 45%,
    #dd2a7b 60%,
    #8134af 75%,
    #515bd4 90%
  ) !important;
  border-color: #cccccc !important;
}
.hover-instagram:hover * {
  color: #ffffff !important;
}
.hover-youtube:hover {
  background-color: #ff0000 !important;
  border-color: #cccccc !important;
}
.hover-youtube:hover * {
  color: #ffffff !important;
}
.hover-line:hover {
  background-color: #00c300 !important;
  border-color: #cccccc !important;
}
.hover-line:hover * {
  color: #ffffff !important;
}

/*----------------- BreadCrumb -----------------*/
.nav-breadcrumb {
  padding: 30px 0 0;
}
.breadcrumb {
  display: block;
  text-align: left;
  background: transparent;
  padding: 0;
  margin: 0 auto;
}
.breadcrumb .breadcrumb-item {
  color: var(--black-cz);
  display: inline;
  font-size: 17px;
  cursor: default;
}
.breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}
.breadcrumb .breadcrumb-item:active a,
.breadcrumb .breadcrumb-item:focus a,
.breadcrumb .breadcrumb-item:hover a {
  color: var(--main-brown-cz);
}
.breadcrumb .breadcrumb-item.active {
  color: var(--main-darkorange-cz);
}

/*******************************************************************
Navigation
*******************************************************************/
.pagination {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.pagination ul {
  display: inline-flex;
  flex: 0 0 100%;
  width: auto;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  border: 0px solid;
  margin-left: auto;
  margin-right: auto;
}
.pagination ul li {
  width: 35px;
  height: 35px;
  background: #ffffff;
  overflow: hidden;
}
.pagination ul li:first-child {
  border-radius: 100px;
  margin-right: 5px;
  background: rgba(0, 0, 0, 0);
}
.pagination ul li:first-child.muted {
  color: #999999;
  opacity: 0.5;
}
.pagination ul li:last-child {
  border-radius: 100px;
  margin-left: 5px;
  background: rgba(0, 0, 0, 0);
}
.pagination ul li:nth-child(2) {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.pagination ul li:nth-last-child(2) {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.pagination ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--lightgreen-cz);
  border-radius: 100px;
  height: 35px;
  background-color: var(--lightgreen-cz);
  color: #ffffff;
  transition: border-radius 0.123s ease-in-out;
}
.pagination ul li:not(:first-child) a,
.pagination ul li:not(:last-child) a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  height: 35px;
  background-color: rgba(0, 0, 0, 0);
  color: inherit;
  transition: border-radius 0.123s ease-in-out;
}
.pagination ul li:not(:first-child):hover a,
.pagination ul li:not(:first-child):hover span,
.pagination ul li:not(:last-child):hover a,
.pagination ul li:not(:last-child):hover span {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-green-cz);
  border-radius: 100px;
  height: 35px;
  background-color: var(--main-green-cz);
  color: #ffffff;
}
.pagination ul li:first-child:hover,
.pagination ul li:last-child:hover {
  height: 35px;
  padding: 0;
}
.pagination ul li:first-child:hover a,
.pagination ul li:last-child:hover a {
  opacity: 0.9;
}

/* Grids */
.y-base {
  padding-top: 80px;
  padding-bottom: 80px;
}

.x-base {
  padding-left: 30px;
  padding-right: 30px;
}

.hidden {
  display: none !important;
}

.show {
  display: block !important;
}

.hide {
  display: none;
}

.open {
  display: inherit;
}

.overflow-visible {
  overflow: visible !important;
}
.overflow-unset {
  overflow: unset !important;
}

/*******************************************************************
Header
*******************************************************************/
header {
  display: block;
  overflow: visible;
}
header#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  height: 117px;
  overflow: visible;
}

.nav-desk {
  overflow: visible;
}
.nav-desk .navbar {
  display: inline-flex;
  flex: 0 0 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  overflow: visible;
  width: 100%;
  padding: 0;
  background-color: rgba(255, 255, 255, 1);
  transform: translateY(0px);
  transition: transform 0.3s ease-in-out;
  z-index: 98;
  box-shadow: 0 0px 5px 0 #cccccc;
}
.nav-desk .navbar .container {
  max-width: 1200px;
  overflow: visible !important;
}
.nav-desk .navbar div {
  overflow: hidden !important;
}
.nav-desk .navbar div ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-desk .navbar div.h-logo {
  width: auto;
  float: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center;
}
.nav-desk .navbar div.h-logo a {
  display: block;
  padding: 0;
  margin: 8px 0 10px;
}
.nav-desk .navbar div.h-logo a img,
.nav-desk .navbar div.h-logo a svg {
  max-width: 105px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-desk .navbar div.h-menu {
  width: auto;
  margin: auto;
  overflow: visible !important;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.nav-desk .navbar div.h-menu ul {
  display: flex;
  flex: 0 0 auto;
  justify-content: space-around;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: visible !important;
}
.nav-desk .navbar div.h-menu ul li {
  margin: 0;
  display: inline-flex;
  height: 100%;
  color: var(--main-brown-cz);
  font-size: 19px;
  font-weight: 700;
  margin-left: 15px;
  margin-right: 15px;
}
.nav-desk .navbar div.h-menu ul li a {
  align-self: center;
  font-weight: 700;
  cursor: pointer !important;
  text-transform: uppercase;
  font-size: 1.125rem;
}
.nav-desk .navbar div.h-menu ul li:active a,
.nav-desk .navbar div.h-menu ul li:focus a,
.nav-desk .navbar div.h-menu ul li:hover a {
  color: var(--main-green-cz);
}
.nav-desk .navbar div.h-menu ul li:active .dropdown-menu .dropdown-item a,
.nav-desk .navbar div.h-menu ul li:focus .dropdown-menu .dropdown-item a,
.nav-desk .navbar div.h-menu ul li:hover .dropdown-menu .dropdown-item a {
  color: var(--main-brown-cz);
}
.nav-desk .navbar div.h-menu ul li.active {
  color: var(--main-green-cz);
  text-transform: capitalize;
}
.nav-desk .navbar ul li.dropdown .dropdown-menu {
  display: none;
  width: auto;
  flex-flow: column;
  max-width: unset;
  -webkit-box-shadow: 0 3px 8px rgb(28, 24, 27, 0.3);
  box-shadow: 0 3px 8px rgb(28, 24, 27, 0.3);
}
.nav-desk .navbar ul li.dropdown .dropdown-menu.show {
  display: flex;
  width: auto;
  flex-flow: column;
  max-width: unset;
  -webkit-box-shadow: 0 3px 8px rgb(28, 24, 27, 0.3);
  box-shadow: 0 3px 8px rgb(28, 24, 27, 0.3);
}
.nav-desk .navbar ul li.dropdown.show .dropdown-menu.show {
  display: flex;
  width: auto;
  flex-flow: column;
  max-width: unset;
  box-shadow: 0px 0px 20px 0px #cccccc;
  overflow: visible !important;
  height: auto;
  transform: inherit !important;
  left: auto !important;
  border-width: 0px;
  top: 34px !important;
  z-index: 1040;
  bottom: auto;
  padding: 8px 0;
}
.nav-desk .navbar ul li.dropdown.show .dropdown-menu.show::before {
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
  width: 1rem;
  border-top: 0px solid #ffffff;
  border-bottom: 10px solid #ffffff;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: -0.625rem;
  z-index: 10;
  left: 1rem;
}
.nav-desk .navbar ul li.dropdown.show .dropdown-menu.show .dropdown-item {
  padding: 0;
}
.nav-desk .navbar ul li.dropdown.show .dropdown-menu.show .dropdown-item a {
  display: block;
  padding: 5px 15px;
  font-size: 17px;
  font-family: "dbo_zone_x";
  font-weight: 700;
}
.nav-desk .navbar ul li.dropdown.show .dropdown-menu.show .dropdown-item:hover {
  background: rgba(0, 0, 0, 0);
}
.nav-desk
  .navbar
  ul
  li.dropdown.show
  .dropdown-menu.show
  .dropdown-item:hover
  a {
  background: rgba(0, 0, 0, 0);
  color: var(--main-green-cz);
}
.nav-desk .navbar div.h-menu ul li.dropdown:hover .dropdown-menu {
  height: auto;
  display: block;
  top: 94%;
  padding: 5px 0;
  overflow: hidden !important;
}
.nav-desk .navbar div.h-menu ul li.dropdown:hover .dropdown-menu > li {
  width: 100%;
  margin: 0 auto !important;
}
.nav-desk .navbar div.h-menu ul li.dropdown .dropdown-menu > li .dropdown-item {
  color: var(--main-brown-cz);
  padding: 5px 15px;
}
.nav-desk
  .navbar
  div.h-menu
  ul
  li.dropdown
  .dropdown-menu
  > li
  .dropdown-item:hover {
  color: var(--main-green-cz);
  background-color: #f5f5f5;
}
.nav-desk .navbar div.h-search ul li a {
  color: var(--main-brown-cz);
  font-size: 16px;
  margin-right: 15px;
}
.nav-desk .navbar div.h-search ul li a:hover {
  color: var(--main-green-cz);
}
.form-search {
  width: 100%;
  max-width: 200px;
}
.form-search .input-group > .form-control {
  border-radius: 0;
  border-right: none !important;
  font-size: 1.188rem;
  height: 38px;
}
.form-search .input-group > .input-group-append > .btn {
  font-size: 0.813rem;
  padding: 6px 14px;
  border-radius: 0;
  border: 1px solid #ced4da;
  border-left: none !important;
}
.form-search .input-group > .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid var(--main-green-cz);
}
.form-search .input-group > .form-control:focus ~ .input-group-append > .btn {
  border: 1px solid var(--main-green-cz);
}
.nav-desk .navbar div.h-multilang {
  overflow: visible !important;
}
.nav-desk .navbar div.h-multilang ul > li.dropdown > a {
  color: var(--main-brown-cz);
  font-size: 1.188rem;
  font-weight: 700;
  margin-left: 20px;
}
.nav-desk .navbar div.h-multilang ul > li.dropdown:hover > a {
  color: var(--main-green-cz);
}
.nav-desk .navbar.topbar {
  background: var(--gd-main-cz-wk);
  background: var(--gd-main-cz-o-);
  background: var(--gd-main-cz);
  z-index: 99;
  padding: 2px 0;
  box-shadow: none !important;
}
.nav-desk .navbar.topbar .top-left,
.nav-desk .navbar.topbar .top-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.nav-desk .navbar.topbar ul > li {
  display: inline-block;
  vertical-align: middle;
}
.nav-desk .navbar.topbar ul > li > a {
  display: inline-block;
  font-size: 17px;
  color: #fff;
  letter-spacing: normal;
  width: auto;
}
.nav-desk .navbar.topbar .dropdown-menu a {
  color: var(--main-brown-cz);
}
.nav-desk .navbar.topbar ul > li > a:hover {
  color: var(--black-cz);
}
.nav-desk .navbar.topbar .h-contact > li {
  margin-right: 10px;
}
.nav-desk .navbar.topbar .h-contact > li::before {
  content: "|";
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 10px;
  color: #fff;
  cursor: default;
  font-size: 14px;
}
.nav-desk .navbar.topbar .h-contact > li:first-child:before {
  display: none;
}
.nav-desk .navbar.topbar .h-contact > li > a {
  text-transform: uppercase;
}
.nav-desk .navbar.topbar .h-social > li {
  text-align: center;
  padding: 0 6px;
  margin-left: 0;
  margin-right: 0;
}
.nav-desk .navbar.topbar .h-social > li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.nav-desk .navbar.topbar .h-member {
  margin-left: 25px;
}

.nav-mb .navbar {
  display: inline-flex;
  flex: 0 0 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: visible;
  width: 100%;
  padding: 4px 15px;
  background-color: rgba(255, 255, 255);
  transform: translateY(0px);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
  -webkit-box-shadow: 0 0px 5px 0 #cccccc;
  box-shadow: 0 0px 5px 0 #cccccc;
}
.nav-mb .navbar .h-logo a {
  width: auto;
  height: auto;
  display: block;
  margin: 4px 0;
}
.nav-mb .navbar .h-logo a img,
.nav-mb .navbar .h-logo a svg {
  max-width: 80px;
  width: 100%;
  margin: 0;
  text-align: left;
  display: block;
  padding: 0;
  transition: all 0.3s;
}
.pdp-pages .nav-mb .navbar .h-logo a img,
.pdp-pages .nav-mb .navbar .h-logo a svg {
  max-width: 75px;
}
.nav-mb .navbar .h-bar span {
  content: "";
  display: block;
  width: 26px;
  height: 4px;
  background: var(--main-brown-cz);
  box-sizing: border-box;
  border-radius: 100px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.nav-mb .nav-slide {
  display: none;
  background: rgb(255, 255, 255, 0.55);
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  padding: 80px 30px 60px;
  z-index: 1100;
  transition: all 0.3s ease-in-out;
  -webkit-backdrop-filter: blur(55px);
  backdrop-filter: blur(55px);
}
.nav-mb .nav-slide.open {
  display: block;
  width: 100%;
  height: 100%;
}
.nav-mb .nav-slide .s-navbar {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-mb .nav-slide .s-navbar .h-logo {
  height: auto;
  width: auto;
  overflow: hidden;
  display: block;
  z-index: 2;
  position: absolute;
  top: 30px;
  left: 30px;
}
.nav-mb .nav-slide .s-navbar .h-logo a {
  display: block;
}
.nav-mb .nav-slide .s-navbar .h-logo a img,
.nav-mb .nav-slide .s-navbar .h-logo a svg {
  max-width: 90px;
  width: 100%;
}
.nav-mb .nav-slide .s-navbar .close {
  color: var(--main-brown-cz);
  opacity: 1;
  position: absolute;
  top: 45px;
  right: 30px;
  font-size: 1.6rem;
  z-index: 9;
  margin: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  float: none;
}
.nav-mb .nav-slide .inner-menu {
  text-align: center;
}
.nav-mb .nav-slide .dropdown-menu.show {
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  bottom: unset;
  transform: none !important;
}
.nav-mb .nav-slide .dropdown-menu .dropdown-item {
  padding: 0;
}
.nav-mb .nav-slide .dropdown-menu .dropdown-item a {
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 15px;
}
.nav-mb .nav-slide .h-search,
.nav-mb .nav-slide .h-multilang {
  display: inline-block;
  vertical-align: middle;
}
.nav-mb .nav-slide .h-search li a {
  font-size: 16px;
}
.nav-mb .nav-slide .h-multilang > ul > li:after {
  content: "|";
  font-weight: 100;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  color: var(--black-cz);
  cursor: default;
  opacity: 0.35;
}
.nav-mb .nav-slide .h-member > li {
  display: inline-block;
}
.nav-mb .nav-slide .h-member > li.show {
  display: inline-block !important;
}
.nav-mb .nav-slide .h-member > li > a {
  padding: 4px 22px;
  display: inline-block;
  border: 2px solid var(--main-brown-cz);
  color: var(--main-brown-cz);
  font-size: 18px;
  font-weight: 700;
}
.nav-mb .nav-slide .s-menu li,
.nav-mb .nav-slide .menu-footer > li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.nav-mb .nav-slide .s-menu li:first-child,
.nav-mb .nav-slide .menu-footer > li:first-child {
  margin-top: 0;
}
.nav-mb .nav-slide .s-menu li:last-child,
.nav-mb .nav-slide .menu-footer > li:last-child {
  margin-bottom: 0;
}
.nav-mb .nav-slide .s-menu li a {
  font-family: "dbo_zone_x";
  font-size: 21px;
  font-weight: 700;
  color: var(--main-brown-cz);
}
.nav-mb .nav-slide .s-menu li.active a {
  color: var(--main-green-cz);
}
.nav-mb .nav-slide .s-menu li.dropdown {
  padding: 5px 0;
  margin-top: 5px;
}
.nav-mb .nav-slide .s-menu li.dropdown a {
  height: 32px;
  line-height: 1.6;
  color: var(--main-brown-cz);
}
.nav-mb .nav-slide .s-menu li.dropdown a:active,
.nav-mb .nav-slide .s-menu li.dropdown a:focus,
.nav-mb .nav-slide .s-menu li.dropdown a:hover {
  color: var(--lightgreen-cz);
}
.nav-mb .nav-slide .s-menu li.dropdown:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.nav-mb .nav-slide .s-menu li.dropdown.show .dropdown-menu.show {
  bottom: auto;
  left: 0 !important;
  transform: inherit !important;
  position: relative !important;
  display: block;
  width: 100%;
  border: 0px;
  margin-top: 0px;
  padding: 0;
  box-shadow: none;
}
.nav-mb .nav-slide .s-menu li.dropdown.show:active a,
.nav-mb .nav-slide .s-menu li.dropdown.show:focus a,
.nav-mb .nav-slide .s-menu li.dropdown.show:hover a {
  color: var(--main-brown-cz);
}
.nav-mb .nav-slide .s-menu li.dropdown.show .dropdown-item {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.nav-mb .nav-slide .s-menu li.dropdown.show .dropdown-item a {
  font-size: 18px;
  line-height: 1.6;
  color: var(--main-brown-cz);
}
.nav-mb .nav-slide .s-menu li.dropdown.show .dropdown-item a:active,
.nav-mb .nav-slide .s-menu li.dropdown.show .dropdown-item a:focus,
.nav-mb .nav-slide .s-menu li.dropdown.show .dropdown-item a:hover {
  color: var(--lightgreen-cz);
}
.nav-mb .nav-slide .menu-footer {
  margin: 20px auto 0;
  border-top: 1px solid #999999;
  padding: 20px 0;
}
.nav-mb .nav-slide .menu-footer > li {
  display: block;
}
.nav-mb .nav-slide .menu-footer > li > a {
  color: var(--black-cz);
}
.nav-mb .nav-slide .menu-footer > li > a::after {
  display: none;
}
.nav-mb .nav-slide .h-social li {
  display: inline-block;
}
.nav-mb .nav-slide .h-social li a {
  padding: 0 8px;
  font-size: 24px;
}
/*----- hover -----*/
.nav-mb .nav-slide .inner-menu li a:hover,
.nav-mb .nav-slide .inner-menu li a:focus {
  color: var(--main-green-cz);
  background-color: transparent;
}
.nav-mb .nav-slide .h-member > li > a:hover,
.nav-mb .nav-slide .h-member > li > a:focus {
  color: var(--main-brown-cz);
  border: 2px solid var(--main-brown-cz);
}

.before-sticky .navbar {
  transform: translateY(-140px);
}
.sticky .navbar.topbar {
  background: var(--gd-main-cz-wk);
  background: var(--gd-main-cz-o-);
  background: var(--gd-main-cz);
}

.sticky .navbar {
  transform: translateY(0);
  background-color: rgb(255, 255, 255);
}

/*******************************************************************
mbk section home
*******************************************************************/
.mbk-plus-home-box .title {
  color: var(--main-brown-cz);
}

/*******************************************************************
mbk app home
*******************************************************************/
.dark-sec {
  background-color: #111111;
}
.lemon-sec {
  background-color: #8bc63f;
}
.mbk-app-home-sec {
  padding: 0;
  position: relative;
}
.mbk-app-wrapper-box {
  width: 100%;
}
.mbk-app-wrapper-row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.mbk-app-wrapper-row .col-cm {
  position: relative;
}
.mbk-app-wrapper-row .col-cm.lemon-sec,
.mbk-app-wrapper-row .col-cm.dark-sec {
  float: left;
}
.mbk-app-wrapper-row .col-cm.lemon-sec,
.mbk-app-row .col-cm-2 {
  width: 47%;
}
.mbk-app-wrapper-row .col-cm.dark-sec,
.mbk-app-row .col-cm-1 {
  width: 53%;
}
.mbk-app-box {
  position: relative;
  padding: 20px 0;
}
.mbk-app-row .col-cm {
  position: relative;
}
.mbk-app-row .col-cm-1,
.mbk-app-row .col-cm-2 {
  padding: 0 15px;
  float: left;
}
.mbk-app-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.mbk-app-text .white {
  color: #ffffff;
}
.mbk-app-row .img-wrapper {
  max-width: 70px;
  display: inline-block;
  vertical-align: middle;
}
.mbk-app-text h4 {
  font-weight: 400;
  font-size: 26px !important;
}
.btn-group-download .btn-download svg {
  width: 100%;
  max-width: 160px;
}
.app-store-qrcode {
  padding-right: 10px;
}
.app-store-qrcode img {
  width: 100%;
  max-width: 100px;
  margin-top: 2px;
}
.mbk-app-text-box {
  padding: 15px 0;
}
.download-app-box {
  float: right;
}
.btn-group-download {
  display: inline-block;
  vertical-align: middle;
}
.btn-group-download .btn-download {
  border: none;
  background: transparent;
  height: unset;
  padding: 0 0 0 8px;
}

/*----- new mbk app home -----*/
.full-width-wrapper {
  width: 100%;
  overflow: hidden;
  background-color: #c7e494;
}
.full-width-wrapper .bg-orange {
  background-color: #e8d880;
  position: absolute;
  right: 0;
  width: 100%;
  max-width: 30%;
  height: 100%;
}
.new-mbk-app-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-one-mbk-app {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333333%;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
}
.new-mbk-app-text {
  padding-right: 35px;
}
.new-mbk-app-text h4 {
  font-size: 32px;
  background-color: rgb(255 255 255 / 70%);
  padding: 10px 30px;
  color: #fe5706;
  border-radius: 14px;
  text-shadow: -1px -1px 4px #ffffff, -1px 1px 4px #ffffff, 1px 1px 4px #ffffff,
    1px -1px 4px #ffffff;
  -webkit-box-shadow: -10px 6px 10px rgb(0 0 0 / 15%);
  box-shadow: -10px 6px 10px rgb(0 0 0 / 15%);
}
.new-mbk-app-text h4 > span {
  color: #111111;
}
.new-mbk-app-text h4 > img {
  width: 100%;
  max-width: 60px;
  margin-left: 5px;
  position: absolute;
}
.new-mbk-app-text h6 {
  margin-bottom: 0;
  text-shadow: -4px -4px 6px #ffffff, -4px 4px 6px #ffffff, 4px 4px 6px #ffffff,
    4px -4px 6px #ffffff;
  padding: 3px 10px;
  color: #00b827;
  border-radius: 6px;
  margin-top: 10px;
}
.new-mbk-app-text h6 > a {
  color: #111111;
}
.col-two-mbk-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66666667%;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e8d880;
  padding: 15px 0;
  border-radius: 100px;
}
.col-two-mbk-app > a > img {
  max-height: 90px;
  width: auto;
  -webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
  box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
  border-radius: 15px;
  overflow: hidden;
}
.col-two-mbk-app > a > img:last-child {
  margin-left: 15px;
}

/*******************************************************************
partners sec
*******************************************************************/
.partners-sec {
  padding: 0 0 25px !important;
}
.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.partners li {
  float: left;
  display: block;
  width: auto;
  height: auto;
  padding: 0 50px;
  margin-top: 20px;
}
.partners li:first-child {
  padding-left: 0;
}
.partners li:last-child {
  padding-right: 0;
}
.partners li img {
  max-height: 90px;
  width: auto;
}

/*******************************************************************
Footer
*******************************************************************/
footer {
  background: var(--gd-main-cz-wk);
  background: var(--gd-main-cz-o-);
  background: var(--gd-main-cz);
}
footer .f-contact {
  display: inline-flex;
  flex: 0 0 auto;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
footer .f-contact li {
  font-size: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 0 auto;
  align-content: center;
  align-self: center;
  justify-content: center;
  margin-bottom: 5px;
  margin-left: 15px;
  margin-right: 15px;
}
footer .f-contact li a {
  display: block;
  margin-left: 10px;
}
footer .f-contact li a:hover {
  color: var(--lightgreen-cz) !important;
}
footer .f-contact li strong {
  color: #000000;
  margin-right: 10px;
  text-transform: uppercase;
}
footer .f-contact li:nth-child(2) {
  flex: 0 0 100%;
  justify-content: center;
}
footer .f-contact li:nth-child(2) span {
  display: block;
}
footer .f-contact li:first-child {
  display: flex;
  flex: 0 0 100%;
  text-align: center;
  margin-bottom: 20px;
}
footer .f-contact li:first-child img,
footer .f-contact li:first-child svg {
  max-width: 100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
footer .f-contact li:last-child {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex: 0 0 100%;
  margin-top: 0px;
}
footer .f-contact li:last-child span {
  display: block;
}
footer .logo-white img,
footer .logo-white svg {
  max-width: 120px;
  margin-bottom: 20px;
}
footer .f-social,
.contact-section .contact_1 li .contact .c-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 0 auto;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
footer .f-social li,
.contact-section .contact_1 li .contact .c-social li {
  flex: 0 0 auto !important;
  margin: 0 5px 0 !important;
  padding: 5px 0px;
  border: 0px solid #cccccc;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  line-height: 1.6;
  text-align: center;
  background: #ffffff;
  font-size: 18px;
  color: #ffffff;
}
footer .f-social li:first-child,
.contact-section .contact_1 li .contact .c-social li:first-child {
  margin-left: 0 !important;
}
footer .f-social li:last-child,
.contact-section .contact_1 li .contact .c-social li:last-child {
  margin-right: 0 !important;
}
footer .f-social li a,
.contact-section .contact_1 li .contact .c-social li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  margin-left: 0;
}
footer .f-social li:hover,
.contact-section .contact_1 li .contact .c-social li:hover {
  border-color: var(--lightgreen-cz);
}
footer .f-social li:hover a,
.contact-section .contact_1 li .contact .c-social li:hover a {
  color: var(--lightgreen-cz);
}
footer .contact-info {
  margin-bottom: 15px;
}
footer .contact-info li,
footer .logo-white p {
  color: #ffffff;
}
footer .contact-info > li > a:hover,
footer .ag-corruption > li > a:hover {
  color: var(--main-brown-cz);
}
footer .pdp-partner {
  margin: 10px auto 20px;
  display: block;
  width: 100%;
  text-align: center;
}
footer .pdp-partner p,
footer .pdp-partner .pdp-partner-img,
footer .pdp-partner .pdp-partner-img > div {
  display: inline-block;
  vertical-align: middle;
}
footer .pdp-partner p {
  font-size: 19px;
}
footer .pdp-partner .pdp-partner-img > div {
  padding: 0 10px;
}
footer .f-contact .pdp-partner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0;
}
footer .f-contact .pdp-partner ul > li:first-child {
  margin-bottom: 5px;
}
footer .f-contact .pdp-partner ul > li:first-child,
footer .f-contact .pdp-partner ul > li:nth-child(2),
footer .f-contact .pdp-partner ul > li:last-child {
  flex: 0 0 auto;
}
footer .ag-corruption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .ag-corruption > li {
  margin-left: 15px;
  font-size: 19px;
}
footer .ag-corruption > li:first-child {
  margin-left: 0;
}
footer .subscribe {
  flex-direction: row;
  flex-wrap: wrap;
}
footer .subscribe .input-group-prepend {
  background-color: #ffffff;
  border: 0px solid var(--main-green-cz);
  border-right: 1px solid var(--main-green-cz);
}
footer .subscribe .input-group-prepend span {
  color: var(--main-green-cz);
  background-color: #ffffff;
  border-width: 0px;
  border-color: var(--main-green-cz);
}
footer .subscribe .btn-outline-secondary {
  border: 0px solid var(--main-green-cz);
  border-left-width: 0px;
  border-left-color: var(--main-green-cz);
  background-color: #ffffff;
  color: var(--main-green-cz);
  outline: none;
}
footer .subscribe .btn-outline-secondarybutton {
  outline: none;
}
footer .subscribe .btn-outline-secondarybutton:focus {
  box-shadow: 0 0 none;
}
footer .subscribe .input-group-append {
  margin-left: 0 !important;
  margin-right: 0;
}
footer .subscribe .form-control {
  background-color: #ffffff;
  border: 1px solid var(--main-green-cz);
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
  outline: none;
  box-shadow: none;
  background-clip: inherit;
}
footer .subscribe .input-group {
  border-radius: 5px;
  border: 1px solid var(--main-green-cz);
}
footer .copyright {
  display: inline-flex;
  flex: 0 0 auto;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  color: #ffffff;
  padding: 12px 15px;
  background: var(--gd-main-cz-wk);
  background: var(--gd-main-cz-o-);
  background: var(--gd-main-cz);
  border-top: 1px solid #ffffff;
}
footer .copyright li {
  display: inline-flex;
  flex: 0 0 auto;
  text-align: center;
  font-size: 16px;
  padding: 0 3px;
  line-height: 1;
}
footer .copyright li a {
  color: #ffffff;
  font-weight: 700;
}
footer .copyright li a:hover {
  color: var(--main-brown-cz);
}
.sub-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
}
.footer-area .title-section-no-subhead {
  border-bottom: 1px solid rgb(255, 255, 255, 0.4);
  margin-bottom: 20px;
}

.nav-bottom {
  width: 100%;
  margin-top: 10px;
}
.menu-footer {
  margin: 0 auto;
  overflow: hidden;
}
.menu-footer > li {
  display: inline-block;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.menu-footer > li:first-child {
  margin-left: 0;
}
.menu-footer > li:last-child {
  margin-right: 0;
}
.menu-footer > li > a {
  font-size: 21px;
  color: #ffffff;
  position: relative;
}
.menu-footer > li > a:hover {
  color: var(--main-brown-cz);
}
.poplink {
  display: inline-block;
}
.menu-footer > li > a::after {
  content: "|";
  font-weight: 100;
  display: inline-block;
  padding-left: 10px;
  color: #ffffff;
  cursor: default;
  opacity: 0.55;
}
.menu-footer > li:last-child > a::after {
  display: none;
}

#myBtn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  border: 1px solid;
  font-size: 20px;
  line-height: 2;
  color: var(--main-brown-cz);
  background-color: #ffffff;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  z-index: 98;
  opacity: 0.95;
}
#myBtn:focus {
  box-shadow: none;
  outline: none;
}
#myBtn:hover {
  color: var(--main-lightblue-cz);
  background-color: #ffffff;
  transition: color 0.3s ease-in-out;
}
#myBtn > i {
  line-height: 0.9;
}

/* Scss Document */
/*********************************
**********************************
			Title
**********************************
*********************************/
.title-section {
  position: relative;
  width: 100%;
  display: block;
  overflow: visible;
  margin-top: 30px;
  margin-bottom: 60px;
}
.title-section .title,
.title-section .h3,
.title-section h3 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0px;
  letter-spacing: normal;
}
.title-section .title span,
.title-section .h3 span,
.title-section h3 span {
  display: inline-block;
}
.title-section h2 {
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 0px;
}
.title-section .sub-title,
.title-section .h6,
.title-section h6 {
  margin: 0 !important;
  line-height: normal;
  width: 100%;
  color: #7f7f7f;
  text-transform: uppercase;
}
.title-section .label-title {
  font-size: 82px;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
  text-align: center;
  transform: translateY(-50%);
  z-index: 0;
  color: rgba(28, 24, 27, 0.15);
}

.separator {
  content: "";
  display: block !important;
  width: 50px;
  height: 2px;
  background: var(--lightgreen-cz);
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  border-radius: 0px;
}
.separator.primary {
  background: var(--main-brown-cz);
}

/* Scss Document */
.bg_light {
  background-image: url("../img/bg_light.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%, 50%;
}

.bg_green {
  background-image: url("../img/bg_green.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_gray,
.shop-page footer .subscribe,
.privilege-page footer .subscribe {
  background-image: url("../img/bg_gray.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_dark {
  background-image: url("../img/bg_dark.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg_fixed {
  background-attachment: fixed;
}

.bg_scroll {
  background-attachment: scroll;
}

.bg-black {
  background-color: #000000 !important;
}

.bg-dark {
  background-color: #323232 !important;
}

.bg-light {
  background-color: #f5f5f5 !important;
}

.bg-primary {
  background-color: var(--main-brown-cz) !important;
}

.bg-secondary {
  background-color: var(--main-green-cz) !important;
}

/* Scss Document */
.form select,
.form textarea,
.form input {
  display: block;
  width: 100%;
  height: 37px;
  outline: none !important;
  border-width: 1px !important;
  border-style: solid;
  border-color: #b2b2b2;
  border-radius: 3px;
  font-family: "dbo_zone_x";
  font-weight: 300;
  padding-left: 10px;
  padding-right: 10px;
  color: #323232;
}
.form select:focus,
.form textarea:focus,
.form input:focus {
  border-width: 2px !important;
  border-style: solid;
  border-color: var(--main-green-cz);
  color: #323232;
}
.form textarea {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
.form textarea:focus {
  height: 80px;
}
.form label {
  font-family: "dbo_zone_x";
  font-size: 19px;
  font-weight: 700;
  color: var(--main-brown-cz);
  display: block;
  margin-bottom: 10px;
}
.form button,
.form input[type="submit"],
.form input[type="reset"],
.form input[type="button"] {
  display: block;
  width: 100%;
  height: 40px;
  max-width: 200px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--main-brown-cz);
  border-radius: 3px;
  font-family: "dbo_zone_x";
  font-weight: 700;
  color: var(--main-brown-cz);
  background: rgba(0, 0, 0, 0);
}
.form .field {
  display: flex;
  flex: 0 0 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.form .field-half {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 50% !important;
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.form .field-full {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  flex-wrap: wrap;
  max-width: 100% !important;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

/*---------------- Select box ---------------*/
.select-field {
  max-width: 100%;
  height: 46px;
  line-height: 44px;
  border: 0;
  border-radius: 0;
  position: relative;
  margin: 0 1%;
  padding: 0;
  /*font-family: "dbo_zone_x";*/
  float: right;
  border-bottom: 1px solid var(--black-cz);
}
.select-field select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0;
}
.select-field {
  position: relative;
  overflow: visible;
}
.select-field select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  font-size: 1em;
  height: 44px;
  line-height: 44px;
  border-radius: 0;
  padding-left: 15px;
  color: rgba(35, 31, 32, 0.5);
  background-color: rgba(255, 255, 255, 0);
  border-bottom: 1px solid var(--black-cz);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 20px;
  right: 15px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: rgb(153, 153, 153) transparent transparent transparent;
  color: rgba(35, 31, 32, 0.5);
}
.select-selected.select-arrow-active:after {
  border-color: transparent transparent var(--main-green-cz) transparent;
  top: 14px;
  color: var(--black-cz);
}

.select-selected.select-arrow-active {
  border-bottom-left-radius: 0em;
  border-bottom-right-radius: 0em;
  border: 1px solid var(--main-green-cz);
  border-bottom: 1px solid var(--main-green-cz);
  color: var(--black-cz);
  -webkit-box-shadow: 0 0px 2px 0px #ccc;
  box-shadow: 0 0px 2px 0px #ccc;
}

/*style the items (options), including the selected item:*/
.select-items div,
.select-selected {
  color: var(--black-cz);
  background-color: rgba(255, 255, 255, 1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 44px;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s ease;
  z-index: 2;
  overflow: hidden;
}
.select-selected {
  color: rgba(35, 31, 32, 0.5);
}
.select-items {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid var(--main-green-cz);
  border-top-width: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgb(95, 153, 55, 0.25);
  box-shadow: 0px 0px 5px 0px rgb(95, 153, 55, 0.25);
  height: auto;
  max-height: 180px;
  overflow-y: scroll;
  overflow-x: hidden;
  top: 91%;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.select-items::-webkit-scrollbar {
  width: 0px;
}
.select-items div {
  background-color: rgba(255, 255, 255, 0.99);
  border: 1px solid var(--main-green-cz);
  border-top: 0px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-out;
  -webkit-animation: fadeInDown 0.15s ease-out;
  animation: fadeInDown 0.15s ease-out;
  z-index: 1;
  padding-left: 15px;
  height: 40px;
}
.select-items div:first-child {
  border-top-left-radius: 0em;
  border-top-right-radius: 0em;
}
.select-items div:last-child {
  border-bottom: none;
}
.select-hide {
  display: none;
}

.same-as-selected:hover,
.select-items div:hover {
  background-color: #e0e594 !important;
  color: var(--black-cz) !important;
  -webkit-transition: all 0.543s ease;
  -o-transition: all 0.543s ease;
  transition: all 0.543s ease;
}
.same-as-selected {
  background-color: #e0e594 !important;
  color: var(--black-cz) !important;
}

.form .field.field-select {
  overflow: visible;
  padding: 0 7.5px;
  margin-top: 12px;
}
.form .field.field-select .select-field,
.form .field.field-select .select-field .select-selected {
  height: 40px;
  line-height: 40px;
}
.form .field.field-select .select-field {
  margin: 0;
  padding: 0;
  border: none;
}
.form .field.field-select .select-field .select-selected {
  border-radius: 3px;
  border: 1px solid #b2b2b2;
}
.form .field.field-select .select-field .select-selected:after {
  top: 17px;
}
.form
  .field.field-select
  .select-field
  .select-selected.select-arrow-active:after {
  top: 11px;
}
.form .field.field-select .select-field .select-selected.select-arrow-active {
  border: 1px solid var(--main-green-cz);
}
.form .field.field-select .select-field .select-items {
  top: 100%;
}

/*---------------- Input File ---------------*/
.form input[type="file"] {
  height: 50px;
  padding: 5px 10px;
}
.form input[type="file"]::file-selector-button {
  padding: 4px 10px;
  border-radius: 0.25rem;
  border: 2px solid var(--main-green-cz);
  background-color: var(--main-green-cz);
  color: #ffffff;
  margin-right: 10px;
}
.form input[type="file"]::file-selector-button:hover {
  border: 2px solid var(--lightgreen-cz);
  background-color: var(--lightgreen-cz);
  color: #ffffff;
}

.form .check-alart {
  position: relative;
}
.form .check-msg {
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0;
  right: 0;
  padding: 2px 10px 0;
  margin-bottom: 0;
  z-index: 1;
  height: 36px;
}

.check-msg .tooltip {
  display: none;
}
.check-msg .tooltip.show {
  display: inline-block;
}
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted var(--black-cz);
  color: var(--black-cz);
  font-size: 18px;
  cursor: pointer;
  overflow: visible;
  background-color: #ffffff;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555555;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  font-size: 13px;
}
.tooltip .tooltiptext.tooltip-left {
  top: 1px;
  right: 25px;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
}
.tooltip-fail .tooltiptext {
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #dc3545;
  color: #dc3545;
}
.tooltip-warn .tooltiptext {
  background-color: rgba(52, 58, 64, 0.95);
  border: 1px solid #343a40;
  color: #fff;
}
.tooltip-success .tooltiptext {
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #28a745;
  color: #28a745;
}
.tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(85, 85, 85, 0.75);
}
.tooltip-fail .tooltiptext::after {
  border-color: transparent transparent transparent rgba(220, 53, 69, 0.75);
}
.tooltip-warn .tooltiptext::after {
  border-color: transparent transparent transparent #343a40;
}
.tooltip-success .tooltiptext::after {
  border-color: transparent transparent transparent #28a745;
}
.error-ch {
  color: #dc3545;
}
.warn-ch {
  color: #6c757d;
}
.success-ch {
  color: #28a745;
}

.form-contact {
  padding-top: 30px;
}
.form-contact .field .submit-btn {
  position: relative;
  box-shadow: none !important;
  width: 100%;
  max-width: 200px;
  height: 38px;
  line-height: 1.5;
  border: 1px solid var(--main-brown-cz);
  color: var(--main-brown-cz);
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  margin-top: 10px;
}
.form-contact .field .btn button,
.form-contact .field .btn input[type="submit"],
.form-contact .field .btn input[type="reset"],
.form-contact .field .btn input[type="button"] {
  opacity: 0;
}
.form-contact .field .btn label {
  position: absolute;
  width: 100%;
  z-index: 1;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
  margin-bottom: 0;
  padding: 5px;
}
.form-contact .field .btn label::after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 37px;
  background-color: rgba(78, 13, 0, 0.8);
  z-index: -1;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-width: 0;
}
.form-contact .field .btn label:hover {
  color: #ffffff;
}
.form-contact .field .btn label:hover::after {
  width: 100%;
  max-width: 200px;
  height: 38px;
}

/*----------------- POPUP -------------------*/
.open {
  display: inherit !important;
}

.modal {
  background: rgba(32, 29, 31, 0.75);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  -webkit-transition: all 0.54s ease-in-out;
  -o-transition: all 0.54s ease-in-out;
  transition: all 0.54s ease-in-out;
}
.modal-backdrop.show {
  opacity: 0 !important;
}
.popup.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 950px;
  min-height: calc(100% - (4rem * 2));
  margin: 4rem auto;
  position: relative;
  overflow: overlay;
  -webkit-transition: all 0.54s;
  -o-transition: all 0.54s;
  transition: all 0.54s;
  padding: 0 8px;
}
.popup-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgb(32, 29, 31);
  box-shadow: 0px 0px 10px 0px rgb(32, 29, 31);
  overflow: overlay;
  padding: 30px;
}
.signup-signin .popup-card {
  padding: 0 !important;
}
.popup .close {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 2;
}
.close:focus {
  outline: none;
}
.modal .form-control {
  height: auto;
  overflow: hidden;
  border: none;
}
.popup .img-section {
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.popup .img-section img {
  height: 100%;
  width: auto;
  max-width: none;
  max-height: 100%;
  opacity: 1;
}
.popup .img-section .title-section {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 0 0 30px;
}
.popup .img-section .title-section * {
  color: #ffffff;
  text-shadow: 0 1px 15px #666666;
}
.popup .img-section .title-section h2 {
  margin-bottom: 0;
}
.popup .img-section::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0, 0.45);
}
.popup .img-section .link-tab {
  padding: 5px 25px;
  margin: 5px auto 0;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  -webkit-box-shadow: 0 0 10px 0 #cccccc;
  box-shadow: 0 0 10px 0 #cccccc;
  z-index: 3;
  display: none;
  width: auto;
  background: var(--main-green-cz);
  cursor: pointer;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.popup .img-section .link-tab.active {
  display: inline-block;
}
.popup .img-section .link-tab:hover,
.popup .img-section .link-tab:active,
.popup .img-section .link-tab:focus {
  background: var(--lightgreen-cz);
}
.popup .content-section .tab {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.popup .content-section .tab li {
  display: inline-flex;
  padding: 0 5px;
  margin: 0 15px;
  border: 0px solid rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}
.popup .content-section .tab li h6 {
  color: #b2b2b2;
}
.popup .content-section .tab li:active,
.popup .content-section .tab li:hover,
.popup .content-section .tab li:focus,
.popup .content-section .tab li.active {
  border-color: var(--main-brown-cz);
}
.popup .content-section .tab li:active h6,
.popup .content-section .tab li:hover h6,
.popup .content-section .tab li:focus h6,
.popup .content-section .tab li.active h6 {
  color: var(--main-brown-cz);
}
.popup .content-section .cntr {
  margin: 0 10px;
}
.popup .content-section .cntr a.text-second:hover {
  color: var(--lightgreen-cz) !important;
}
.popup .content-section .cntr .label-cbx .checkbox {
  width: 27px;
  height: 27px;
  border-radius: 4px;
}
.popup .content-section .btn-confirm {
  width: 100%;
  max-width: none;
  background-color: var(--main-brown-cz);
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup .content-section .btn-confirm:hover {
  opacity: 0.8;
}
.popup .content-section .link {
  font-size: 14px;
  text-transform: uppercase;
  margin: 5px 0;
  text-align: center;
  color: var(--main-brown-cz);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup .content-section .link:hover {
  opacity: 0.8;
}
.popup .login-popup .content-section .link {
  margin: 12px 0 5px;
}
.popup .content-section .sign-to-other {
  width: 100%;
  display: inline-flex;
  margin: 0 auto;
  padding: 1rem 0 0;
  flex-flow: row;
  justify-content: center;
  flex-wrap: wrap;
  flex: 0 0 100%;
}
.popup .content-section .sign-to-other > li {
  text-align: center;
  border: 1px solid transparent;
  padding: 0;
  margin: 0 5px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  width: 160px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 3px 0 #cccccc;
  box-shadow: 0 0 3px 0 #cccccc;
}
.popup .content-section .sign-to-other > li.facebook {
  border-color: rgb(66, 103, 178);
  color: rgb(66, 103, 178);
}
.popup .content-section .sign-to-other > li.line {
  border-color: rgb(0, 195, 0);
  color: rgb(0, 195, 0);
}
.popup .content-section .sign-to-other > li.facebook:hover {
  background: rgb(66, 103, 178);
}
.popup .content-section .sign-to-other > li.line:hover {
  background: rgb(0, 195, 0);
}
.popup .content-section .sign-to-other > li > a {
  padding: 5px 5px 0;
  line-height: 2;
}
.popup .content-section .sign-to-other > li > a > span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.popup .content-section .sign-to-other > li:hover > a {
  color: #ffffff;
}
.popup .content-section .sign-to-other > li > a:active,
.popup .content-section .sign-to-other > li > a:focus,
.popup .content-section .sign-to-other > li > a:hover {
  color: #ffffff;
}
.popup .content-section .form-signup {
  padding: 0 15px;
  margin: 1rem auto;
}
.popup .content-section .content-form {
  display: inherit;
}
.popup .row-pop {
  display: none;
}
.popup .row-pop.open {
  display: flex;
  width: 100%;
}

#login-popup {
  height: 520px;
}

.text.popup {
  max-width: 1300px;
}
.text.popup .content-section {
  width: 100%;
  height: 62vh;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 1rem auto;
  padding: 1.2rem 2.2rem;
  -webkit-box-shadow: 0px 0px 4px 0px rgb(105, 186, 89, 0.15),
    inset 0px 0px 4px 0px rgb(105, 186, 89, 0.5);
  box-shadow: 0px 0px 4px 0px rgb(105, 186, 89, 0.15),
    inset 0px 0px 4px 0px rgb(105, 186, 89, 0.5);
}

.search.popup .form {
  width: 90%;
  margin: 0 auto;
  padding: 15px 0;
}
.search.popup .form input[type="submit"],
.search.popup .form input[type="submit"]:active,
.search.popup .form input[type="submit"]:focus,
.search.popup .form input[type="submit"]:hover {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0px solid;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  border-bottom: 0;
  padding: 0;
}

.label-btn {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  overflow: visible;
  -webkit-transition: all 0.543s ease;
  -o-transition: all 0.543s ease;
  transition: all 0.543s ease;
  width: 100%;
  background-color: var(--main-brown-cz);
  border-radius: 3px;
  margin-bottom: 0 !important;
}
.label-btn:hover {
  opacity: 0.8;
}

.forgotpw-popup .popup.section {
  max-width: 520px;
}
.forgotpw-popup .form {
  display: none;
}
.forgotpw-popup input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0px solid;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  font-size: 0;
  border-bottom: 0;
  padding: 0;
  border: none;
}

/*----- input autofill -----*/
input.form-control:-webkit-autofill,
input.form-control:-webkit-autofill:hover,
input.form-control:-webkit-autofill:focus {
  background-color: #ffffff !important;
  transition: background-color 5000s ease-in-out 0s;
}
input.form-control:-internal-autofill-selected,
input.form-control:-internal-autofill-selected:hover,
input.form-control:-internal-autofill-selected:focus {
  background-color: #ffffff !important;
  transition: background-color 5000s ease-in-out 0s;
}

/*   re Captcha   */
.g-recaptcha {
  margin: 0 auto 6px;
}
.g-recaptcha div {
  display: block;
  text-align: center;
  margin: auto;
  height: 78px;
  overflow: hidden;
}
.g-recaptcha div .grecaptcha-badge {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.g-recaptcha div .rc-anchor-light {
  border: 1px solid rgb(108, 179, 63);
  color: rgb(108, 179, 63);
  border-radius: 5px;
}
.g-recaptcha div .recaptcha-checkbox-border {
  border: 2px solid rgb(108, 179, 63);
}
.g-recaptcha div .rc-anchor-light {
  background: #ffffff;
  color: #221e1f;
}

/*		Popup App 		*/
.popup-application {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  width: auto;
  height: auto;
  max-width: 135px;
  overflow: visible;
  border-radius: 0;
  padding: 0;
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 99;
  opacity: 1;
  text-align: center;
}
.wrapper-popup-app {
  float: none;
  cursor: pointer;
  border-radius: 0;
  overflow: visible;
  margin: 0;
  padding: 0px;
  -webkit-transition: display 0.3s ease-in-out;
  -moz-transition: display 0.3s ease-in-out;
  -o-transition: display 0.3s ease-in-out;
  -ms-transition: display 0.3s ease-in-out;
  transition: display 0.3s ease-in-out;
}
.wrapper-popup-app .link-toggle {
  font-size: 16px;
  float: none;
  margin: 0px;
  z-index: 1;
  line-height: normal;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  position: absolute;
  left: 0;
  background: var(--main-brown-cz);
  padding: 0;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #ffffff;
  width: 22px;
  height: 22px;
}
.wrapper-popup-app .link-toggle svg,
.wrapper-popup-app .link-toggle i {
  vertical-align: sub;
  line-height: 1.4;
}
.wrapper-popup-app .link-to-app {
  display: block;
  cursor: pointer;
  overflow: hidden;
  padding: 10px 5px 5px;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background: #ffffff;
  color: var(--black-cz);
  box-shadow: 0 1px 8px rgb(28, 24, 27, 0.15);
}
.wrapper-popup-app .link-to-app a {
  display: block;
}
.wrapper-popup-app .link-to-app a:hover {
  color: var(--main-brown-cz);
}
.wrapper-popup-app .link-to-app h6 {
  font-size: 16px;
  color: var(--orange-cz);
  min-width: 108px;
  margin-bottom: 5px;
}
.wrapper-popup-app .link-to-app img {
  overflow: hidden;
  margin: 0 auto 6px;
  padding: 0;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
}
.wrapper-popup-app .link-to-app label {
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  display: block;
}
.wrapper-popup-app .link-to-app hr {
  margin: 8px auto;
}
/*----- Closed -----*/
.popup-application.closed {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  height: 30px;
  display: block;
}
.popup-application.closed .wrapper-popup-app {
  background-color: #ffffff;
  padding: 3px 0 25px;
  box-shadow: 0 1px 8px rgb(28, 24, 27, 0.3);
  width: 30px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.popup-application.closed .wrapper-popup-app .link-toggle {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  border-radius: 50px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.popup-application.closed .wrapper-popup-app .link-toggle svg {
  vertical-align: baseline;
  margin-top: 1px;
}
.popup-application.closed .wrapper-popup-app .link-to-app {
  display: none;
}

/*----------------- Home -------------------*/
.homepage .welcome-section {
  background-image: url("../img/bg_flower.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.homepage .title-section {
  position: relative;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
.homepage .title-section h2 {
  text-transform: uppercase;
  color: var(--main-green-cz);
}
.homepage .title-section h3 {
  color: var(--main-green-cz);
  font-size: 26px;
  font-weight: 700;
}
.homepage .title-section .label-title {
  font-size: 82px;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
  transform: translateY(-50%);
  z-index: 0;
  color: #000000;
  opacity: 0.15;
}
.homepage .service-h .service-hr {
  display: block;
  max-width: 70%;
  flex: 0 0 100%;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.homepage .service-h .service-hr li {
  display: inline-flex;
  flex: 0 0 40%;
  width: 40%;
  flex-wrap: wrap;
  flex-direction: column;
}
.homepage .service-h .service-hr li:first-child {
  text-align: right;
  margin-right: 30px;
}
.homepage .service-h .service-hr li:last-child {
  text-align: left;
  margin-left: 30px;
}
.homepage .service-h .service-hr li strong {
  margin-bottom: 0;
  line-height: 1;
}
.homepage .highlight-h {
  width: 100%;
  overflow: visible;
}
.homepage .highlight-h .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.homepage .highlight-h .highlight-sc {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.homepage .highlight-h .highlight-sc li {
  width: 100%;
  padding: 0 7.5px;
  float: left;
}
.homepage .highlight-h .highlight-sc li a {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0 0 1px 0px #cccccc;
  box-shadow: 0 0 1px 0px #cccccc;
  background-color: #ffffff;
  -webkit-transition: all 0.05s ease;
  transition: all 0.05s ease;
}
.homepage .highlight-h .highlight-sc li a figure {
  display: block;
  height: 50%;
}
.homepage .highlight-h .highlight-sc li a figure .tag-box > li {
  padding: 15px 15px 0 !important;
  color: #323232 !important;
}
.homepage .highlight-h .highlight-sc li a figure img {
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage .highlight-h .highlight-sc li a figcaption {
  padding: 15px;
  display: block;
  height: 50%;
}
.homepage .highlight-h .highlight-sc li a figcaption h4 {
  color: #323232;
  margin: 0;
  overflow: hidden;
  margin-bottom: 5px;
  font-family: "dbo_zone_x";
  font-weight: 700;
  font-size: 22px !important;
  height: 52px;
}
.homepage .highlight-h .highlight-sc li a figcaption p {
  color: var(--main-brown-cz);
  margin: 0;
  height: 58px;
  overflow: hidden;
}
.homepage .highlight-h .highlight-sc li a figcaption .viewmore {
  color: var(--main-brown-cz);
  font-weight: 700;
  margin: 0;
  margin-top: 5px;
}
.homepage .highlight-h .highlight-sc li a:hover {
  border-color: #e5e5e5;
  -webkit-box-shadow: 0 0px 5px 0 #cccccc;
  box-shadow: 0 0px 5px 0 #cccccc;
}
.homepage .highlight-h .highlight-sc li a:hover figcaption .viewmore {
  color: var(--main-darkorange-cz);
}
.homepage .hl-direct-section {
  display: block;
}
.homepage .hl-direct-section .hl-direct {
  display: inline-flex;
  flex: 0 0 100%;
  flex-direction: row;
  flex-wrap: wrap;
  white-space: 100%;
  justify-content: center;
}
.homepage .hl-direct-section .hl-direct li {
  flex: 0 0 16.6666666667%;
  width: 16.6666666667%;
  padding: 10px;
  border: 0px solid;
  text-align: center;
}
.homepage .hl-direct-section .hl-direct li a {
  box-shadow: 0 0 3px 0px #e5e5e5;
}
.homepage .hl-direct-section .hl-direct li a figure {
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 100px;
  border: 2px solid #e5e5e5;
  margin-bottom: 15px;
}
.homepage .hl-direct-section .hl-direct li a figcaption h5 {
  font-size: 18px;
}
.homepage .hl-direct-section .hl-direct li a:hover {
  color: var(--lightgreen-cz);
}
.homepage .directory-sect {
  padding-top: 20px !important;
  padding-bottom: 0 !important;
}
.homepage .download-app {
  position: relative;
}
.homepage .download-app::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ffffff00;
  border-bottom: 20.15rem solid rgba(102, 102, 102, 0.5);
  border-top: 0rem solid;
  border-left: 80rem solid rgba(102, 102, 102, 0.75);
  position: absolute;
  top: 0;
}
.homepage .download-app figure {
  overflow: hidden;
}
.homepage .download-app figure img {
  border-radius: 15px;
  box-sizing: border-box;
}
.homepage .download-app figcaption {
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  margin-left: -15px;
  margin-right: -15px;
}
.homepage .download-app figcaption img {
  width: 90px;
}
.homepage .download-app figcaption .title-section {
  text-align: left;
  padding: 0 10px;
}
.homepage .download-app figcaption .title-section h4 {
  color: var(--lightgreen-cz);
  margin-bottom: 0;
}
.homepage .download-app figcaption .title-section p {
  color: #ffffff;
  margin-bottom: 0;
}
.homepage .download-app figcaption .btn-download {
  overflow: hidden;
  padding: 5px 0;
  margin: 5px;
  display: flex;
  flex-direction: column;
}
.homepage .download-app figcaption .btn-download .btn {
  display: inline-flex;
  background-color: #000000;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 220px;
  border-radius: 5px;
  text-align: center;
  line-height: 1.5;
  transition: background 0.3s ease-in;
  align-content: center;
  align-self: center;
  align-items: center;
}
.homepage .download-app figcaption .btn-download .btn span {
  color: #ffffff !important;
  display: block;
  text-align: left;
}
.homepage .download-app figcaption .btn-download .btn span:first-child {
  font-family: "dbo_zone_x_light";
  font-size: 16px;
  line-height: 1;
  margin-top: 0px;
}
.homepage .download-app figcaption .btn-download .btn span:last-child {
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
}
.homepage .download-app figcaption .btn-download .btn div {
  display: inline-block;
  margin: 0;
}
.homepage .download-app figcaption .btn-download .btn img {
  display: inline-block;
  width: 45px;
  margin-right: 15px;
}
.homepage .download-app figcaption .btn-download .btn:active,
.homepage .download-app figcaption .btn-download .btn:focus,
.homepage .download-app figcaption .btn-download .btn:hover {
  background-color: var(--main-green-cz);
  box-shadow: none;
}
.homepage .event-section {
  padding-bottom: 120px;
}
.homepage .event-section .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.homepage .event-post {
  margin: 0 auto;
  width: 100%;
}
.homepage .event-post .post-list {
  border: 0px solid #e5e5e5;
  padding: 10px 7.5px;
  display: inline-flex;
}
.homepage .event-post .post-list > .article {
  border: 0px solid #e5e5e5;
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 3px 0px #e5e5e5;
}
.homepage .event-post .post-list > .article figure {
  background: #f5f5f5;
  width: 55%;
  height: 100%;
}
.homepage .event-post .post-list > .article figure img {
  width: 100%;
  height: 225px;
  -o-object-fit: cover;
  object-fit: cover;
}
.homepage .event-post .post-list > .article figure .category {
  position: absolute;
  left: 10px;
  bottom: 15px;
  border: 3px double #ffffff;
  border-bottom-left-radius: 10px;
  color: #ffffff;
  z-index: 2;
  padding: 0 10px;
  line-height: 1.4;
}
.homepage .event-post .post-list > .article figcaption {
  width: 45%;
  background: #ffffff;
  text-align: left;
}
.homepage .event-post .post-list > .article figcaption .detail {
  color: #323232;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}
.homepage .event-post .post-list > .article figcaption .detail .name {
  color: #000000;
  margin-bottom: 0;
  font-size: 20px;
  min-height: 72px;
  max-height: 72px;
  overflow: hidden;
  width: 100%;
}
.homepage .event-post .post-list > .article figcaption .detail .meta_event {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 0;
}
.homepage .event-post .post-list > .article figcaption .detail .meta_event li {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 17px;
}
.homepage
  .event-post
  .post-list
  > .article
  figcaption
  .detail
  .meta_event
  li.date {
  overflow: visible;
  display: inline-flex;
  flex-direction: row;
  float: right;
  position: relative;
  right: 0;
  bottom: 0;
  margin-top: 10px;
}
.homepage
  .event-post
  .post-list
  > .article
  figcaption
  .detail
  .meta_event
  li.date
  .boxDate {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border: 1px solid #cccccc;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50px;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
}
.homepage
  .event-post
  .post-list
  > .article
  figcaption
  .detail
  .meta_event
  li.date
  .boxDate
  span {
  line-height: 1.3;
}
.homepage
  .event-post
  .post-list
  > .article
  figcaption
  .detail
  .meta_event
  li.date
  .boxDate
  span.date {
  font-weight: 700;
  font-size: 20px;
}
.homepage
  .event-post
  .post-list
  > .article
  figcaption
  .detail
  .meta_event
  li.date
  .boxDate:nth-child(2)::before {
  content: "-";
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  position: absolute;
  left: -14px;
}
.homepage .event-post .post-list > .article figcaption .favEvent {
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px dotted #323232;
  border-radius: 0;
  margin-left: 10px;
  margin-bottom: 0;
  color: #323232;
  position: absolute;
  bottom: 10px;
}
.homepage .event-post .post-list > .article figcaption .favEvent:active,
.homepage .event-post .post-list > .article figcaption .favEvent:focus,
.homepage .event-post .post-list > .article figcaption .favEvent:hover {
  color: var(--main-green-cz);
  outline: none;
  box-shadow: none;
}
.homepage .event-post .post-list > .article:hover {
  box-shadow: 0 0px 5px 0 #cccccc;
}
.homepage .event-post .post-list > .article:hover figcaption .name {
  color: var(--orange-cz);
}
.homepage .event-post .post-list > .article:hover figcaption .boxDate {
  border-color: var(--orange-cz) !important;
}
.homepage .event-post .post-list > .article:hover figcaption .boxDate .day {
  color: var(--orange-cz);
}

/*********************************
**********************************
			About Us
**********************************
*********************************/
.abouts_1 {
  display: inline-flex;
  flex: 0 0 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.abouts_1 li {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 15px;
  padding-right: 15px;
  text-align: justify;
  align-content: baseline;
  align-self: baseline;
  height: auto;
  flex: 0 0 50%;
}
.about_2 .img-about {
  text-align: center;
  margin: 0 auto;
}
.about_2 .img-about img {
  width: 100%;
  max-width: 100px;
}
.about-service {
  margin-top: 50px;
}
.about-service-box {
  color: var(--main-brown-cz);
  border: 1px solid var(--main-brown-cz);
  border-radius: 20px;
  padding: 40px 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-service-box svg {
  font-size: 32px;
  margin-bottom: 15px;
}
.about-service a:hover .about-service-box {
  background-color: var(--main-green-cz);
  color: #ffffff;
  border: 1px solid var(--main-green-cz);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.services {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-top: 20px;
}
.services > li {
  padding: 0 7.5px;
  text-align: center;
  margin-bottom: 15px;
}
.services > li .service-list {
  padding: 30px 10px;
  border: 1px solid var(--main-brown-cz);
  border-radius: 10px;
  height: 100%;
}
.services > li span {
  content: "";
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0;
  display: block;
  margin: 0px auto 16px;
  text-align: center;
  padding: 5px 5px 0px;
  overflow: hidden;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.services > li span > img {
  max-width: 100px;
  max-height: 100px;
  height: 100%;
}
.services > li .service-list:hover span {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.services > li .service-list:hover span > img {
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.services > li h6 {
  color: var(--orange-cz);
  font-family: "dbo_zone_x";
}
.services > li .sr-detail {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 20px;
}
.service-section .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.service-section .services > li .service-list:hover {
  background-color: var(--main-green-cz);
  border: 1px solid var(--main-green-cz);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-section .services > li .service-list:hover h6,
.service-section .services > li .service-list:hover .sr-detail {
  color: #ffffff;
}

.partner-section {
  padding-top: 30px;
  padding-bottom: 60px;
}
.partner-section .partner {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
}
.partner-section .partner li {
  flex: 0 0 25%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
}
.partner-section .partner li img {
  width: 120px;
  height: auto;
  margin: auto;
}

/* Scss Document */
/* #maps {
  content: "";
  display: block;
  width: 100vw;
  height: 60vh;
  background-image: url("../img/bg_map.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.map-footer {
  background-image: url("../img/map.jpg");
  background-repeat: no-repeat;
  background-size: cover;
} */

.map-sec {
  position: relative;
  height: 100%;
  line-height: 0;
}
#googleMap,
#googleMapPDP {
  position: relative;
  width: 100%;
  height: 500px;
  display: block;
  overflow: hidden;
}

/*********************************
**********************************
			Contact Us
**********************************
*********************************/
.contact-section .contact_1 {
  display: block;
  width: 100%;
}
.contact-section .contact_1 li {
  display: block;
}
.contact-section .contact_1 li span {
  display: inline-block;
}
.contact-section .contact_1 li strong {
  color: var(--main-brown-cz);
}
.contact-section .contact_1 li .contact {
  display: inline-flex;
  flex: 0 0 auto;
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-section .contact_1 li .contact li {
  font-size: 21px;
  width: 100%;
  margin-bottom: 8px;
}
.contact-section .contact_1 li .contact li a:hover {
  color: var(--lightgreen-cz) !important;
}
.contact-section .contact_1 li .contact li > div.office-hours {
  margin-top: 5px;
}
/*.contact-section .contact_1 li .contact .c-social {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 0 auto;
}
.contact-section .contact_1 li .contact .c-social li {
  margin: 10px 5px 0 !important;
  padding: 5px 0px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  line-height: 1.6;
  text-align: center;
  background: #ffffff;
  font-size: 18px;
}
.contact-section .contact_1 li .contact .c-social li:first-child {
  margin-left: 0 !important;
}
.contact-section .contact_1 li .contact .c-social li:last-child {
  margin-right: 0 !important;
}
.contact-section .contact_1 li .contact .c-social li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.contact-section .contact_1 li .contact .c-social li:hover {
  border-color: var(--lightgreen-cz);
}
.contact-section .contact_1 li .contact .c-social li:hover a {
  color: var(--lightgreen-cz) !important;
}*/
.contact-section .contact_1 .form-contact {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  float: right;
}
.contact-section .contact_1 .form-contact .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

/*********************************
**********************************
			How to go
**********************************
*********************************/
.howtogo-detail a:hover figcaption {
  color: #323232;
}

/* error page */
.error-page .page-title {
  height: 100vh;
}
.error-page footer .subscribe,
.error-page footer .sub-footer {
  display: none !important;
}

/* Privilege */
.privilege-page .page-title span {
  color: #323232 !important;
  text-transform: capitalize !important;
}
.privilege-page .page-title span::after {
  background-color: #323232 !important;
}
.privilege-page .page-title .parallax-txt {
  top: 60%;
}
.privilege-page .pri-btn .btn-download {
  overflow: hidden;
  padding: 5px;
  margin: 5px;
}
.privilege-page .pri-btn .btn-download .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #323232;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  width: 220px;
  border-radius: 0;
  text-align: center;
  line-height: 1.5;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0px 1px #323232;
  transition: background 0.3s ease-in;
}
.privilege-page .pri-btn .btn-download .btn span {
  color: #ffffff !important;
  display: block;
  text-align: left;
}
.privilege-page .pri-btn .btn-download .btn span:first-child {
  font-family: "dbo_zone_x_light";
  font-size: 16px;
  line-height: 1;
  margin-top: 0px;
}
.privilege-page .pri-btn .btn-download .btn span:last-child {
  font-family: "dbo_zone_x";
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}
.privilege-page .pri-btn .btn-download .btn div {
  display: inline-block;
  margin: 0;
}
.privilege-page .pri-btn .btn-download .btn img {
  display: inline-block;
  width: 45px;
  margin-right: 15px;
}
.privilege-page .pri-btn .btn-download .btn:active,
.privilege-page .pri-btn .btn-download .btn:focus,
.privilege-page .pri-btn .btn-download .btn:hover {
  opacity: 0.8;
  background-color: #3c9e00;
  box-shadow: none;
  box-shadow: 0 0 0px 1px #3c9e00;
}
.privilege-page .img-app small {
  display: block;
  color: #999999;
  text-align: center;
  margin-top: 32px;
}
.privilege-page .app-info {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  flex-wrap: wrap;
  flex-direction: row;
}
.privilege-page .app-info li {
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
.privilege-page .app-info li strong {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}
.privilege-page .app-info li .link {
  color: var(--main-green-cz);
  display: block;
}
.privilege-page footer .subscribe .text-white {
  color: #323232 !important;
}

.pd-catagories {
  text-align: center;
  margin: 0 auto 30px;
  max-width: 100%;
  overflow: hidden;
  padding: 15px 10px 10px;
  background-color: #ffffff;
  display: block;
  border-radius: 5px;
}
.pd-catagories-item {
  display: inline-block;
  text-align: center;
  width: auto;
  margin: 10px;
  padding: 0;
  font-family: "dbo_zone_x";
  user-select: none;
  border-radius: 25px;
  transition: all 0.5s;
}
.pd-catagories-item a {
  color: var(--black-cz);
}
.pd-catagories-item:hover a,
.pd-catagories-item.active a {
  color: var(--main-green-cz);
}
.pd-catagories-item a::after {
  content: "";
  width: 0%;
  display: block;
  height: 2px;
  background: var(--main-green-cz);
  transition: all 0.5s;
}
.pd-catagories-item.active a::after,
.pd-catagories-item:hover a::after {
  width: 100%;
}
.feature.product-list {
  width: 100%;
}
.product-list .row {
  margin-right: -7.55px;
  margin-left: -7.5px;
}
.post {
  display: inline-flex;
  flex: 0 0 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.post .pd-list {
  padding: 8px 7.5px;
}
.post .pd-list .article {
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post .pd-list .article:hover {
  -webkit-box-shadow: 0px 0px 8.7px 1.3px rgb(0, 0, 0, 0.14);
  box-shadow: 0px 0px 8.7px 1.3px rgb(0, 0, 0, 0.14);
}
.post .pd-list .article figure {
  width: 100%;
  height: auto;
  margin-bottom: 0px;
  border: 0px solid #7f7f7f;
  position: relative;
}
.post .pd-list .article figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 265px;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post .pd-list .article:hover figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.post .pd-list .article figure .product-label {
  content: "";
  width: 50px;
  height: 50px;
  background: var(--main-brown-cz);
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 100px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
}
.post .pd-list figcaption {
  -webkit-box-shadow: 0 0 3px 0px #e5e5e5;
  box-shadow: 0 0 3px 0px #e5e5e5;
  background: #ffffff;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 3;
  margin: 0;
  padding: 10px;
}
.post .pd-list figcaption h6 {
  color: #323232;
  margin-bottom: 0;
  font-family: "dbo_zone_x";
  font-size: 21px;
  font-weight: 700;
  height: 50px;
  overflow: hidden;
}
.post .pd-list figcaption span {
  color: #323232 !important;
  margin-bottom: 0;
  font-family: "dbo_zone_x";
}
.post .pd-list figcaption > a span.shopName {
  font-family: "dbo_zone_x";
  font-weight: 700;
  color: var(--main-green-cz) !important;
  font-size: 18px;
}
.post .pd-list figcaption > a:hover span.shopName {
  color: var(--lightgreen-cz) !important;
}
.post .pd-list figcaption span[class*="fa"] {
  color: #323232 !important;
}
.post .pd-list figcaption .pd-price {
  text-align: right;
}
.post .pd-list figcaption .pd-price span {
  text-align: right;
  font-weight: 700;
  font-size: 24px;
}
.post .pd-list figcaption .pd-price span.discount-price {
  color: rgba(0, 0, 0, 0.54) !important;
  text-decoration: line-through;
  margin-right: 5px;
  font-size: 20px;
}
.post .pd-list figcaption .col-9 {
  color: #323232;
  align-self: normal;
  padding-right: 0px !important;
}
.post .pd-list figcaption .col-3 {
  color: #323232;
  padding-left: 0px !important;
}
/*------------------  Product Slide  --------------------*/
.product-slide {
  width: 100%;
}

/*------------------  Profile Popup  --------------------*/
.form-profile {
  width: 80%;
  margin: 25px auto 10px;
}
.form-profile input {
  height: 37px;
  line-height: 37px;
}
.form-profile input:valid {
  color: var(--main-brown-cz);
}
.form-profile .btn {
  max-width: none !important;
  height: 40px !important;
  line-height: 30px !important;
}
.form-profile .btn.btn-confirm {
  background: var(--main-brown-cz);
  color: #ffffff;
}
.form-profile .btn.btn-confirm:hover {
  opacity: 0.7;
}
.form-profile .btn.btn-edit {
  background: rgba(0, 0, 0, 0);
  color: var(--main-brown-cz);
}
.form-profile .btn.btn-edit:hover {
  background: #ffffff;
  color: var(--main-brown-cz);
}

/*------------------  Thx Popup  --------------------*/
.thx-content {
  width: 80%;
  margin: 0 auto;
}

/* -------------  Directory Page & Detail -------------- */
.directory-pages .page-title .parallax-txt {
  top: 70%;
}
.directory-pages .page-title .parallax-txt .sub-title::after {
  background: var(--lightgreen-cz);
}
.directory-pages .page-title .parallax-txt h2 {
  margin-bottom: 0;
}
.directory-pages .page-title .parallax-txt .detail-logo {
  padding: 15px;
}
.directory-pages .page-title .parallax-img {
  top: 5%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.directory-pages .page-title .parallax-img img {
  width: 100%;
}
.directory-pages .directory-page-detail .page-title {
  height: 60vh;
}
.directory-pages .directory-page-detail .page-title .parallax-txt {
  top: 60%;
  width: 80%;
  max-width: 1200px;
  text-align: left;
}
.directory-pages
  .directory-page-detail
  .page-title
  .parallax-txt
  .sub-title::after {
  background: var(--lightgreen-cz);
}
.directory-pages .directory-page-detail .page-title .parallax-txt h2 {
  margin-bottom: 0;
}
.directory-pages .directory-page-detail .page-title .parallax-txt .detail-logo {
  padding: 15px;
}
.directory-pages .directory-page-detail .page-title .parallax-img {
  top: 5%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.directory-pages .directory-page-detail .page-title .parallax-img img {
  width: 100%;
}
.directory-pages .plan-sect {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.directory-pages .plan-sect .plans {
  display: inline-flex;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
.directory-pages .plan-sect .plans > li {
  display: none;
  width: 100%;
  height: auto;
}
.directory-pages .plan-sect .plans > li.active {
  display: block;
}
.directory-pages .plan-sect .plan-list {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center;
  align-self: center;
  justify-content: center;
}
.directory-pages .plan-sect .plan-list > li {
  margin-left: 10px;
  margin-top: 10px;
}
.directory-pages .plan-sect .plan-list > li:first-child {
  margin-left: 0;
}
.directory-pages .plan-sect .plan-list > li a {
  border: 1px solid transparent;
  display: block;
  text-align: center;
  padding: 8px;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1;
  text-transform: uppercase;
}
.directory-pages .plan-sect .plan-list > li a:active,
.directory-pages .plan-sect .plan-list > li a:focus,
.directory-pages .plan-sect .plan-list > li a:hover {
  border-color: var(--main-brown-cz);
  color: var(--main-brown-cz);
}
.directory-pages .plan-sect .plan-list > li a.active {
  background-color: var(--main-brown-cz);
  border-color: var(--main-brown-cz);
  color: #ffffff;
}
.directory-pages .directory-filter {
  display: block;
  width: 100%;
  padding-top: 0;
  position: relative;
  margin: 50px auto 30px;
  overflow: visible;
}
.directory-pages .directory-filter .form-filter {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.directory-pages .directory-filter .form-filter .filter-sect {
  width: 80%;
  overflow: visible;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 55px 15px 50px;
  border: 1px solid #cccccc;
  border-radius: 20px;
  -webkit-box-shadow: 0 1px 8px rgb(28, 24, 27, 0.15);
  box-shadow: 0 1px 8px rgb(28, 24, 27, 0.15);
}
.directory-pages .directory-filter .form-filter .filter-sect > li {
  position: relative;
  justify-content: center;
  height: auto;
  overflow: visible;
  padding: 0;
  display: inline-block;
  vertical-align: text-top;
  padding-left: 15px;
}
.directory-pages .directory-filter .form-filter .filter-sect > li:first-child {
  padding-left: 0;
}
.directory-pages .directory-filter .form-filter .filter-sect > li.field-search {
  width: 50%;
}
.directory-pages
  .directory-filter
  .form-filter
  .filter-sect
  > li.field-category {
  width: 30%;
}
.directory-pages .directory-filter .form-filter .filter-sect > li.field-floor {
  width: 15%;
}
.directory-pages
  .directory-filter
  .form-filter
  .filter-sect
  > li
  .select-field {
  border: 0px solid rgba(105, 186, 89, 0);
  border-radius: 0;
  text-align: left;
  margin: 0 auto;
}
.directory-pages
  .directory-filter
  .form-filter
  .filter-sect
  > li
  .select-field
  .select-selected {
  font-size: 1em;
  border: 1px solid var(--main-green-cz);
  padding-left: 15px;
  height: 42px;
  line-height: 42px;
}
.directory-pages .directory-filter .form-filter .filter-sect > li label {
  position: absolute;
  top: -35px;
  bottom: 0;
  left: 0;
  height: 35px;
  line-height: 35px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.directory-pages .directory-filter .form-filter .filter-sect > li input {
  height: 42px;
  line-height: 42px;
  border: 1px solid;
  border-radius: 0;
  outline: none !important;
  box-shadow: none !important;
}
.directory-pages
  .directory-filter
  .form-filter
  .filter-sect
  > li
  input[type="text"] {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border-color: var(--main-green-cz);
  background-color: #ffffff;
  float: left;
}
.directory-pages .directory-filter .form-filter .field-btn {
  text-align: center;
  margin-top: 28px;
  position: absolute;
  bottom: -24px;
  width: 100%;
}
.directory-pages
  .directory-filter
  .form-filter
  .field-btn
  button[type="submit"] {
  font-size: 20px;
  font-weight: 700;
  padding-left: 15px;
  padding-right: 15px;
  border-width: 1px;
  border-color: var(--main-brown-cz);
  background-color: var(--main-brown-cz);
  color: #ffffff;
  border-style: none;
  height: 46px;
  line-height: 36px;
  float: none;
  width: 100%;
  max-width: 240px;
  outline: none;
}
.directory-pages
  .directory-filter
  .form-filter
  .filter-sect
  > li
  input:focus
  + label {
  opacity: 1;
  color: var(--main-brown-cz);
}
.directory-pages .directory-filter .form-filter .filter-sect > li .field-full {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
  clear: both;
}
.directory-box .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.directory-box .title {
  margin-bottom: 0 !important;
  text-align: center;
  color: var(--main-brown-cz);
}
.directory-sect {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 0;
  overflow: hidden;
  text-align: center;
}
.directory-sect > .col.directory-list {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 7.5px;
  margin-top: 15px;
}
.directory-sect > .directory-list > a,
.store-slider .directory-list > a {
  display: block;
  padding: 10px;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
}
.directory-sect > .directory-list > a figure,
.store-slider .directory-list > a figure {
  position: relative;
  overflow: visible;
  margin-bottom: 10px;
  background-color: #ffffff;
  width: 100%;
}
.directory-sect > .directory-list > a figure .floor,
.store-slider .directory-list > a figure .floor {
  width: auto;
  height: auto !important;
  bottom: inherit !important;
  text-align: center;
  background-color: var(--main-lightblue-cz);
  border-color: var(--main-lightblue-cz);
  padding: 7px 5px 5px;
  padding-left: 5px;
  padding-right: 5px;
  float: none;
  margin: 0;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.directory-sect > .directory-list > a figure .floor span,
.store-slider .directory-list > a figure .floor span {
  font-weight: 300;
  font-style: italic;
  margin-bottom: 0 !important;
  font-size: 12px !important;
  line-height: 1.15;
  display: block;
}
.directory-sect > .directory-list > a figure .floor span:first-of-type,
.store-slider .directory-list > a figure .floor span:first-of-type {
  line-height: 0.53;
  color: #fff;
}
.directory-sect > .directory-list > a figure .floor span:last-of-type,
.store-slider .directory-list > a figure .floor span:last-of-type {
  font-weight: 700;
  font-size: 18px !important;
  padding-left: 0;
  font-style: normal;
  color: #fff;
}
.directory-sect > .directory-list > a figure img,
.store-slider .directory-list > a figure img {
  width: auto;
  height: 170px;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #ffffff;
}
.directory-sect > .directory-list > a .name-store,
.store-slider .directory-list > a .name-store {
  font-family: "dbo_zone_x";
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  margin-bottom: 0;
  min-height: 48px;
  max-height: 48px;
  overflow: hidden;
}
.directory-sect > .directory-list > a .info-store,
.store-slider .directory-list > a .info-store {
  text-align: left;
}
.directory-sect > .directory-list > a .categ,
.store-slider .directory-list > a .categ {
  color: #b2b2b2;
  font-size: 16px;
  font-family: "dbo_zone_x_light";
  text-align: left;
  width: 100%;
}
.directory-sect > .directory-list > a .room-info,
.store-slider .directory-list > a .room-info {
  width: 100%;
  margin-top: 5px;
}
.directory-sect > .directory-list > a .room-info > li,
.store-slider .directory-list > a .room-info > li {
  line-height: 1;
}
.directory-sect > .directory-list > a .room,
.directory-sect > .directory-list > a .zone,
.store-slider .directory-list > a .room,
.store-slider .directory-list > a .zone {
  color: var(--orange-cz);
  font-weight: 700;
  word-break: break-word;
}
.directory-sect > .directory-list > a .btn,
.store-slider .directory-list > a .btn {
  display: block;
  z-index: 2;
}
.directory-sect > .directory-list > a .btn.btn-floor,
.store-slider .directory-list > a .btn.btn-floor {
  padding-top: 0;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 0;
  border: 1px solid;
  color: #ffffff;
}
.directory-sect > .directory-list > a .btn.btn-floor.fl-1,
.store-slider .directory-list > a .btn.btn-floor.fl-1 {
  background-color: var(--main-green-cz);
  border-color: var(--main-green-cz);
}
.directory-sect > .directory-list > a .btn.btn-floor.fl-2,
.store-slider .directory-list > a .btn.btn-floor.fl-2 {
  background-color: var(--lightgreen-cz);
  border-color: var(--lightgreen-cz);
}
.directory-sect > .directory-list > a .btn.btn-floor.fl-3,
.store-slider .directory-list > a .btn.btn-floor.fl-3 {
  background-color: var(--main-brown-cz);
  border-color: var(--main-brown-cz);
}
.directory-sect > .directory-list > a .btn.btn-icon,
.store-slider .directory-list > a .btn.btn-icon {
  display: none;
  padding-top: 0px;
  padding-left: 5px;
  padding-right: 7px;
  padding-bottom: 0px;
  margin-top: 5px;
  border: 1px solid;
  border-radius: 25px;
}
.directory-sect > .directory-list > a .btn.btn-icon span,
.store-slider .directory-list > a .btn.btn-icon span {
  display: block;
  transform: rotate(-45deg) translate(0px, 4px);
  outline: none !important;
  border: 0px solid !important;
  box-shadow: 0 none !important;
}
.directory-sect > .directory-list > a .btn.btn-icon:active,
.directory-sect > .directory-list > a .btn.btn-icon:focus,
.store-slider .directory-list > a .btn.btn-icon:active,
.store-slider .directory-list > a .btn.btn-icon:focus {
  outline: none !important;
  box-shadow: none !important;
}
.directory-sect > .directory-list > a .btn.btn-icon:active *,
.directory-sect > .directory-list > a .btn.btn-icon:focus *,
.store-slider .directory-list > a .btn.btn-icon:active *,
.store-slider .directory-list > a .btn.btn-icon:focus * {
  outline: none !important;
  border: 0px solid !important;
  box-shadow: none !important;
}
.directory-sect > .directory-list > a:hover,
.store-slider .directory-list > a:hover {
  border-color: var(--lightgreen-cz);
  transition: color 0.3s ease-out;
}
.directory-sect > .directory-list > a,
.store-slider .directory-list > a {
  color: var(--black-cz);
}

.directory-detail .detail-logo {
  border: 0px solid #323232;
  height: auto;
  padding: 15px;
}
.directory-detail .detail-logo img {
  width: 150px;
  border-radius: 100px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0px rgba(78, 13, 0, 0.5);
}
.directory-detail .detail {
  padding-bottom: 90px;
}
.directory-detail .btn-more {
  display: block;
  text-align: center;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.store-slider {
  display: block !important;
  overflow: visible !important;
}
.store-slider .col.directory-list {
  padding: 0 7.5px;
}

/*----- coming soon -----*/
.ribbon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  background-color: rgb(0, 0, 0, 0.7);
}
.post-ribbon {
  color: #ffffff;
  font-size: 21px;
  position: relative;
  display: block;
}

/*----------------- Directory Detail ---------------------*/
.shop-profile {
  padding: 40px;
  background-color: #f3f3f3;
}
.shop-profile figure {
  margin-bottom: 0;
}
.shop-profile figure .img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 146px;
  overflow: hidden;
}
.shop-profile figure img {
  width: 100%;
  max-width: 200px;
  background-color: #ffffff;
}
.shop-profile figcaption > h2 {
  font-family: "dbo_zone_x";
}

/*----------------- SHOP & Product Detail ---------------------*/
.shop-page .page-title {
  height: auto;
  margin-bottom: 32px;
}
.shop-page .page-title h3 {
  text-align: center;
  font-size: 30px !important;
}
.shop-page .page-title h6 {
  text-align: center;
  font-size: 16px !important;
  color: #cccccc;
  text-transform: uppercase;
}
.shop-page .categ-sect {
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-around;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0;
  overflow: visible;
}
.shop-page .categ-sect .categ-list {
  margin: 0;
  width: 100%;
  height: 150px;
  padding: 5px;
}
.shop-page .categ-sect .categ-list a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.shop-page .categ-sect .categ-list a .icon {
  width: 45px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.shop-page .categ-sect .categ-list a:hover,
.shop-page .categ-sect .categ-list a:active,
.shop-page .categ-sect .categ-list a:focus {
  color: var(--lightgreen-cz);
}
.feature-sect {
  width: 100%;
  overflow: hidden;
}
.shop-page .feature-sect .page-title {
  width: 100%;
}
.shop-page .feature-sect .page-title h3,
.shop-page .feature-sect .page-title h6 {
  text-align: left;
}
.shop-page .feature-sect .page-title .separator {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}
.shop-page .feature-sect .feature {
  width: 100%;
  display: block;
}
.shop-page .feature-sect .feature .product {
  display: inline-flex;
  flex: 0 0 100%;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
  margin-left: -5px;
  margin-right: -5px;
}
.shop-page .feature-sect .feature .product > .pd-list {
  flex: 0 0 16.667%;
  padding: 5px;
  border: 0px solid rgba(0, 0, 0, 0);
}
.shop-page .feature-sect .feature .product > .pd-list > .article {
  display: block;
  width: 100%;
  height: 100%;
  border: 0px solid rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 3px 0px #e5e5e5;
  box-shadow: 0 0 3px 0px #e5e5e5;
}
.shop-page .feature-sect .feature .product > .pd-list > .article figure {
  height: auto;
  margin-bottom: 15px;
}
.shop-page
  .feature-sect
  .feature
  .product
  > .pd-list
  > .article
  figure
  .product-label {
  width: auto;
  position: absolute;
  top: 5px;
  left: inherit;
  right: 5px;
  padding: 0 5px;
  transform: none;
  background: #000000;
  border: 0px double #ffffff;
}
.shop-page .feature-sect .feature .product > .pd-list > .article figcaption {
  opacity: 1;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
.shop-page
  .feature-sect
  .feature
  .product
  > .pd-list
  > .article
  figcaption
  .col {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.shop-page
  .feature-sect
  .feature
  .product
  > .pd-list
  > .article
  figcaption
  .col
  h6 {
  color: #323232;
}
.shop-page
  .feature-sect
  .feature
  .product
  > .pd-list
  > .article
  figcaption
  .col
  .currency {
  float: right;
  color: #323232 !important;
}
.shop-page
  .feature-sect
  .feature
  .product
  > .pd-list
  > .article
  figcaption
  .col
  .categName {
  font-size: 16px;
  color: #323232 !important;
  line-height: 1.6;
}
.shop-page .feature-sect .feature .product > .pd-list > .article::after {
  display: none;
}
.shop-page
  .feature-sect
  .feature
  .product
  > .pd-list
  > .article:hover
  figcaption
  h6 {
  color: var(--main-green-cz);
}
.shop-page
  .feature-sect
  .feature
  .product
  > .pd-list
  > .article:hover
  figcaption
  .col
  .currency,
.shop-page
  .feature-sect
  .feature
  .product
  > .pd-list
  > .article:hover
  figcaption
  .col
  .categName {
  color: var(--main-green-cz) !important;
}
.shop-page .recommend-sect .page-title * {
  text-align: left;
}
.shop-page .recommend-sect .page-title .separator {
  margin-left: 0;
}
.shop-page .proapp-sect .page-title * {
  text-align: left;
}
.shop-page .proapp-sect .page-title .separator {
  margin-left: 0;
}
.shop-page footer .map {
  display: none !important;
}
.shop-page footer .subscribe .text-white {
  color: #323232 !important;
}

.shop_1 .container {
  overflow: visible;
}
.shop_1 .row {
  margin-right: -5px;
  margin-left: -5px;
}

.product {
  display: inline-flex;
  flex: 0 0 100%;
  flex-direction: row;
  flex-wrap: wrap;
  width: auto;
  margin-left: -5px;
  margin-right: -5px;
}
.product > .pd-list {
  flex: 0 0 16.667%;
  padding: 5px;
  border: 0px solid rgba(0, 0, 0, 0);
}
.product > .pd-list > .article {
  display: block;
  width: 100%;
  height: 100%;
  border: 0px solid rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 3px 0px #e5e5e5;
  box-shadow: 0 0 3px 0px #e5e5e5;
}
.product > .pd-list > .article figure {
  height: auto;
  margin-bottom: 15px;
}
.product > .pd-list > .article figure .product-label {
  width: auto;
  position: absolute;
  top: 5px;
  left: inherit;
  right: 5px;
  padding: 0 5px;
  transform: none;
  background: #000000;
  border: 0px double #ffffff;
}
.product > .pd-list > .article figcaption {
  opacity: 1;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}
.product > .pd-list > .article figcaption .col {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.product > .pd-list > .article figcaption .col h6 {
  color: #323232;
}
.product > .pd-list > .article figcaption .col .currency {
  float: right;
  color: #323232 !important;
}
.product > .pd-list > .article figcaption .col .categName {
  font-size: 16px;
  color: #323232 !important;
  line-height: 1.6;
}
.product > .pd-list > .article::after {
  display: none;
}
.product > .pd-list > .article:hover figcaption h6 {
  color: var(--main-green-cz);
}
.product > .pd-list > .article:hover figcaption .col .currency,
.product > .pd-list > .article:hover figcaption .col .categName {
  color: var(--main-green-cz) !important;
}

.product-single .detail h1 {
  color: var(--black-cz);
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "dbo_zone_x";
}
.product-single .product-preview figcaption h3 {
  font-family: "dbo_zone_x";
}
.product-single .detail .meta_pd li {
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  font-size: 19px;
}
.product-single .detail .meta_pd li.store-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.product-single .detail .meta_pd li.store-info span {
  margin-left: 8px;
}
.product-single .detail .meta_pd li.pd-price-info .discount-price {
  color: rgba(0, 0, 0, 0.54) !important;
  text-decoration: line-through;
  margin-right: 5px;
  font-size: 20px;
  font-weight: 700;
}
.product-single .detail .meta_pd li.pd-price-info .price {
  font-size: 24px;
  font-weight: 700;
}
.product-single .detail .meta_pd li strong {
  color: #000000;
}
.product-single .detail .meta_pd li a strong {
  color: var(--main-green-cz);
}
.product-single .detail .meta_pd li.store-info a:hover strong {
  color: var(--lightgreen-cz);
}
.product-single .detail .meta_pd li.pd-cat-info a:hover strong {
  color: var(--main-green-cz);
}
.product-single .detail .meta_pd li span {
  color: #323232;
  display: inline-block;
}
.nav-pd-description {
  border-bottom: 1px solid #dee2e6;
}
.nav-pills .nav-link {
  border-bottom: 2px solid transparent;
  border-radius: 0;
  font-size: 21px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-pd-description .nav-link {
  font-weight: 700;
}
.nav-pd-description .nav-link.active,
.nav-pd-description .show > .nav-link {
  color: var(--main-brown-cz);
  background-color: transparent;
  border-bottom: 2px solid var(--main-brown-cz);
}
.nav-pills .nav-link:hover {
  color: var(--main-brown-cz);
}
.tab-pd-description {
  width: 100%;
  overflow: hidden;
  padding: 30px;
  border: 1px solid #e8e8e8;
}
.pd-img-wrapper {
  width: 100%;
  overflow: hidden;
}
.pd-img-wrapper .row {
  margin-left: -5px;
  margin-right: -5px;
}
.pd-slider-img {
  width: 100%;
  margin-bottom: 15px !important;
}
.pd-slider-img .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: auto !important;
  max-height: 440px;
  margin: auto;
}
.pd-slider-img .pd-img {
  cursor: pointer;
}
.pd-slider-img .slick-prev,
.pd-slider-img .slick-next {
  width: 35px;
  height: 35px;
}
.pd-slider-img .slick-prev {
  left: 10px;
}
.pd-slider-img .slick-next {
  right: 10px;
}
.pd-slider-img .slick-prev:before,
.pd-slider-img .slick-next:before {
  font-size: 1.3rem;
}
.pd-slider-nav {
  width: 100%;
  margin: 0 auto;
}
.pd-slider-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  height: auto !important;
  max-height: 104px;
  margin: auto;
}
.pd-slider-nav .pd-thumbnail {
  padding: 0 5px;
  cursor: pointer;
}
.pd-slider-nav .pd-thumbnail img {
  min-height: 104px;
}
.booking-popup .pd-pic {
  width: 100%;
  max-width: 160px;
}
.form.form-booking .field-full {
  flex-direction: row;
  align-items: center;
}
.meta-price {
  display: block;
  padding-top: 5px;
  line-height: 2.03;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid rgba(28, 24, 27, 0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.meta-price span,
.meta-price span:last-of-type {
  display: block;
  font-size: 22px;
  min-width: 20%;
  max-width: 30%;
}
.meta-price .h5 {
  text-align: left;
  float: left;
  line-height: 2;
  margin-bottom: 0;
}
.meta-price .price {
  font-weight: 700;
  float: right;
  text-align: right;
}
.meta-price.total-price {
  overflow: hidden;
  border-bottom: none;
}
.meta-numb {
  padding: 2px 0 0;
  display: flex;
  flex: 1 1 100%;
  height: 46px;
  border: 0px none;
}
.meta-numb #booking_qty {
  width: 30%;
  float: none;
  display: inline-block;
  padding-left: 0;
  text-align: center;
  margin-right: 2px;
  height: 48px;
}
.meta-numb .b-group {
  display: inline-block;
  height: 40px;
}
.meta-numb .b-group input {
  width: 0px !important;
  height: 0px !important;
  opacity: 0;
  z-index: 0;
  border: 0px none !important;
}
.meta-numb .b-group .b-num {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 10px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  text-align: center;
  border: 0px solid #ccc;
  line-height: 19px;
  color: #999;
  border-radius: 5px;
  box-shadow: 0px 0px 3px #e5e5e5;
  outline: 0px hidden !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.meta-numb .b-group .b-num:not(:last-child) {
  border-bottom: 0px none;
  margin-bottom: 4px;
}
.meta-numb input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.meta-numb input[type="number"]::-webkit-inner-spin-button,
.meta-numb input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.booking-popup .booking-box {
  border-left: 1px solid #e1e1e1;
  padding-left: 10px !important;
}
.booking-popup .outer-box {
  width: 100%;
  overflow: hidden;
  float: left;
  clear: both;
}

/*---------------- History Booking  -----------------*/
.booking-history-popup .popup-card {
  height: 765px;
}
.history-booking-list > li {
  overflow: hidden;
  cursor: default;
}
.history-booking-list > li:not(:first-child) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
}
.history-booking-list .b-product-name {
  font-weight: 700;
}
.history-booking-list label {
  margin-bottom: 0.5rem;
}

/*---------------- Event Page & Detail -----------------*/
.event-page .page-title .parallax-img {
  bottom: 0;
  top: 0;
}
.event-page .page-title .parallax-img img {
  max-width: none;
  height: 100%;
  width: auto;
}
.event-page .row {
  flex-direction: row;
}
.event-page .event-post-section {
  width: 100%;
}
.event-page .event-post-section .row {
  margin-right: -10px;
  margin-left: -10px;
}
.event-page .event-post-section .event-post {
  display: inline-flex;
  flex: 0 0 100%;
  width: 100%;
  flex-direction: column;
  flex-wrap: wrap;
}
.event-page .event-post-section .event-post > .post-list {
  border: 0px solid #e5e5e5;
  padding: 10px 0;
  width: 100%;
}
.event-page .event-post-section .event-post > .post-list > .article {
  border: 0px solid #e5e5e5;
  width: 100%;
  height: 240px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px 0px #e5e5e5;
  box-shadow: 0 0 3px 0px #e5e5e5;
}
.event-page .event-post-section .event-post > .post-list > .article figure {
  background: #f5f5f5;
  width: 50%;
  height: 100%;
  position: relative;
}
.event-page .event-post-section .event-post > .post-list > .article figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figure
  .category {
  position: absolute;
  left: 15px;
  bottom: 15px;
  border: 3px double #ffffff;
  color: #ffffff;
  z-index: 2;
  padding: 0 10px;
  font-size: 19px;
  line-height: 1.4;
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figure
  .category.cat-promotion,
.event-vertical > .post-list > .article figure .category.cat-promotion,
.event-single .blog-detail figure .banner-post .category.cat-promotion {
  background-color: var(--main-brown-cz);
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figure
  .category.cat-event,
.event-vertical > .post-list > .article figure .category.cat-event,
.event-single .blog-detail figure .banner-post .category.cat-event {
  background-color: var(--main-green-cz);
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figure
  .today-label {
  position: absolute;
  top: 15px;
  right: 0;
  color: #ffffff;
  z-index: 2;
  padding: 0 10px;
  font-size: 19px;
  line-height: 1.4;
  background-color: var(--black-cz);
  border-radius: 5px;
}
.event-page .event-post-section .event-post > .post-list > .article figcaption {
  width: 50%;
  background: #ffffff;
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figcaption
  .detail {
  color: #323232;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 10px;
  padding-bottom: 10px;
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figcaption
  .detail
  .name {
  color: #000000;
  margin-bottom: 15px;
  overflow: hidden;
  height: 50px;
  font-size: 21px !important;
  font-family: "dbo_zone_x";
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figcaption
  .detail
  .meta_event {
  width: 100%;
  margin-bottom: 15px;
  padding-left: 15px;
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figcaption
  .detail
  .meta_event
  li {
  margin-top: 2px;
  margin-bottom: 2px;
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figcaption
  .detail
  .meta_event
  li.date {
  overflow: visible;
  display: inline-flex;
  flex-direction: row;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figcaption
  .detail
  .meta_event
  li.date
  .boxDate {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border: 1px solid;
  border-color: #cccccc;
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50px;
  text-align: center;
  justify-content: center;
  border-radius: 10px;
  position: relative;
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figcaption
  .detail
  .meta_event
  li.date
  .boxDate
  span {
  line-height: 1.3;
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figcaption
  .detail
  .meta_event
  li.date
  .boxDate
  span.day {
  font-weight: 700;
  font-size: 20px;
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figcaption
  .detail
  .meta_event
  li.date
  .boxDate
  span.month {
  font-size: 17px;
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figcaption
  .detail
  .meta_event
  li.date
  .boxDate:nth-child(2)::before {
  content: "-";
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  position: absolute;
  left: -14px;
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figcaption
  .detail
  .meta_event
  li.locat {
  height: auto;
  max-height: 58px;
  overflow: hidden;
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figcaption
  .favEvent,
.noti-event .favEvent {
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px dotted #323232;
  border-radius: 0;
  margin-left: 15px;
  margin-bottom: 0;
  color: #323232;
  position: absolute;
  bottom: 15px;
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figcaption
  .favEvent:active,
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figcaption
  .favEvent:focus,
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article
  figcaption
  .favEvent:hover,
.noti-event .favEvent:active,
.noti-event .favEvent:focus,
.noti-event .favEvent:hover {
  color: var(--main-green-cz);
  outline: none;
  box-shadow: none;
}
.noti-event {
  position: relative;
  width: 100%;
  height: auto;
}
.noti-event .favEvent {
  position: relative;
  bottom: 0;
  margin-left: 0;
  margin-top: 15px;
}
.event-page .event-post-section .event-post > .post-list > .article:hover {
  box-shadow: 0 0px 5px 0 #cccccc;
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article:hover
  figcaption
  .name {
  color: var(--orange-cz);
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article:hover
  figcaption
  .boxDate {
  border-color: var(--orange-cz) !important;
}
.event-page
  .event-post-section
  .event-post
  > .post-list
  > .article:hover
  figcaption
  .boxDate
  .day {
  color: var(--orange-cz);
}
.event-page .calendar,
.event-page .event-content {
  padding-right: 10px;
  padding-left: 10px;
}
.event-page .calendar {
  padding-top: 10px;
}
.event-page .calendar .calendar-base {
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 3px 1px #e5e5e5;
}
.event-page .calendar .calendar-base .title-calendar {
  padding-top: 45px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #cccccc;
  display: inline-flex;
  flex: 0 0 100%;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.event-page .calendar .calendar-base .title-calendar h3 {
  margin: 0;
  color: var(--main-green-cz);
}
.event-page .calendar .calendar-base .title-calendar h6 {
  margin: 0;
}
.event-page .calendar .calendar-base .title-calendar .title {
  width: 80px;
  display: flex;
  flex: 0 0 80%;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.event-page .calendar .calendar-base .title-calendar .c-arrow {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
  margin: auto;
}
.event-page .calendar .calendar-base .title-calendar .c-arrow.prev {
  padding: 0 3px;
}
.event-page .calendar .calendar-base .title-calendar .c-arrow.prev > a:hover {
  color: var(--lightgreen-cz);
}
.event-page .calendar .calendar-base .title-calendar .c-arrow.prev span {
  display: block;
  margin: auto;
}
.event-page .calendar .calendar-base .title-calendar .c-arrow.next {
  padding: 0 5px;
}
.event-page .calendar .calendar-base .title-calendar .c-arrow.next span {
  display: block;
  margin: auto;
}
.event-page .calendar .calendar-base .content-cale {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px dashed #cccccc;
  padding-top: 0px;
  padding-bottom: 10px;
}
.event-page .calendar .calendar-base .content-cale .days {
  display: inline-flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.event-page .calendar .calendar-base .content-cale .days span {
  display: flex;
  flex: 0 0 14.2857142857%;
  border: 0px solid;
  justify-content: center;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 19px;
}
.event-page .calendar .calendar-base .content-cale .num-dates {
  display: inline-flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.event-page .calendar .calendar-base .content-cale .num-dates span {
  display: flex;
  flex: 0 0 14.2857142857%;
  border: 0px solid;
  justify-content: center;
  text-align: center;
  color: #323232;
  width: 32px;
  height: 42px;
  align-items: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  position: relative;
}
.event-page .calendar .calendar-base .content-cale .num-dates span.pass {
  color: #b2b2b2;
}
.event-page .calendar .calendar-base .content-cale .num-dates span.future {
  color: #999999;
}
.event-page .calendar .calendar-base .content-cale .num-dates span.today {
  color: #ffffff;
}
.event-page
  .calendar
  .calendar-base
  .content-cale
  .num-dates
  span.today::after {
  border-color: var(--lightgreen-cz);
  background-color: var(--lightgreen-cz);
}
.event-page
  .calendar
  .calendar-base
  .content-cale
  .num-dates
  span:active:not(.today),
.event-page
  .calendar
  .calendar-base
  .content-cale
  .num-dates
  span:hover:not(.today),
.event-page
  .calendar
  .calendar-base
  .content-cale
  .num-dates
  span.active:not(.today) {
  color: #ffffff;
}
.event-page
  .calendar
  .calendar-base
  .content-cale
  .num-dates
  span:active:not(.today)::after,
.event-page
  .calendar
  .calendar-base
  .content-cale
  .num-dates
  span:hover:not(.today)::after,
.event-page
  .calendar
  .calendar-base
  .content-cale
  .num-dates
  span.active:not(.today)::after {
  border-width: 3px;
  border-style: double;
  border-color: #989898;
  background-color: #989898;
}
.event-page .calendar .calendar-base .content-cale .num-dates span.event div {
  display: inline-flex;
  flex: 0 0 100%;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
}
.event-page
  .calendar
  .calendar-base
  .content-cale
  .num-dates
  span.event
  div
  label {
  margin: 0 1px;
  content: "";
  display: block;
  width: 8px;
  height: 6px;
  border: 1px solid;
  border-radius: 100px;
}
.event-page
  .calendar
  .calendar-base
  .content-cale
  .num-dates
  span.event
  div
  label.c_default {
  background-color: #ed1849;
  color: #ed1849;
}
.event-page
  .calendar
  .calendar-base
  .content-cale
  .num-dates
  span.event
  div
  label.c_brown {
  background-color: var(--main-brown-cz);
  color: var(--main-brown-cz);
}
.event-page
  .calendar
  .calendar-base
  .content-cale
  .num-dates
  span.event
  div
  label.c_green {
  background-color: var(--main-green-cz);
  color: var(--main-green-cz);
}
.event-page .calendar .calendar-base .content-cale .num-dates span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100px;
  margin: auto;
  z-index: -1;
}
.event-page .calendar .calendar-base .note {
  padding: 20px 15px;
}
.event-page .calendar .calendar-base .note .categ-list {
  width: 100%;
  display: flex;
  flex: 0 0 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
.event-page .calendar .calendar-base .note .categ-list > li {
  flex: 0 0 50%;
  width: 50%;
  line-height: 1.5;
  margin-top: 5px;
  margin-bottom: 5px;
}
.event-page .calendar .calendar-base .note .categ-list > li span {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 100px;
  vertical-align: middle;
  margin-right: 5px;
}
.event-page .calendar .calendar-base .note .categ-list > li span.c_default {
  background-color: #ed1849;
  color: #ed1849;
}
.event-page .calendar .calendar-base .note .categ-list > li span.c_brown {
  background-color: var(--main-brown-cz);
  color: var(--main-brown-cz);
}
.event-page .calendar .calendar-base .note .categ-list > li span.c_green {
  background-color: var(--main-green-cz);
  color: var(--main-green-cz);
}
.event-page .calendar .calendar-base .note .categ-list > li span.c_today {
  background-color: var(--lightgreen-cz);
  border: 1px solid var(--lightgreen-cz);
  position: relative;
}
.event-page .calendar .calendar-base .note .categ-list > li span.c_selected {
  background-color: #989898;
  border: 3px double #989898;
  position: relative;
}
.event-page .calendar .calendar-base::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #e5e5e5;
  background-color: #e5e5e5;
  border-radius: 100px;
  margin: 0px auto;
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  box-shadow: 0 0 3px 1px #e5e5e5;
}

.event-single .detail figcaption {
  position: relative;
}
.event-single .detail h1 {
  margin-bottom: 15px;
}
.event-single .detail .meta_event li [class*="fa"] {
  margin-left: 0;
  margin-right: 7px;
}
.event-single .detail .meta_event li:last-child {
  overflow: hidden;
  margin-bottom: 0;
}
.event-single .detail .meta_event li:last-child .favEvent {
  width: 35px;
  height: 35px;
  background: rgba(0, 0, 0, 0);
  border: 0px solid rgba(0, 0, 0, 0);
  border-bottom: 1px dotted #323232;
  border-radius: 0;
  margin-top: 5px;
  margin-left: 3px;
  margin-bottom: 0;
  padding: 0;
  color: #323232;
  position: relative;
  top: 0;
  left: 0;
  bottom: inherit;
}
.event-single .detail .meta_event li:last-child .favEvent:active,
.event-single .detail .meta_event li:last-child .favEvent:focus,
.event-single .detail .meta_event li:last-child .favEvent:hover {
  color: var(--main-green-cz);
  outline: none !important;
  box-shadow: none !important;
}

.event-box .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.event-vertical {
  display: inline-flex;
  flex: 0 0 100%;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.event-vertical > .post-list {
  padding: 10px 7.5px;
  width: 100%;
  float: left;
}
.event-vertical > .post-list > .article {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 3px 0px #e5e5e5;
  box-shadow: 0 0 3px 0px #e5e5e5;
}
.event-vertical > .post-list > .article figure {
  background: #f5f5f5;
  width: 100%;
  position: relative;
}
.event-vertical > .post-list > .article figure .category {
  position: absolute;
  right: 15px;
  bottom: 15px;
  border: 3px double #ffffff;
  color: #ffffff;
  z-index: 2;
  padding: 0 10px;
  line-height: 1.4;
  font-size: 18px;
}
.event-vertical > .post-list > .article figure img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}
.event-vertical > .post-list > .article figcaption {
  width: 100%;
  background: #ffffff;
}
.event-vertical > .post-list > .article figcaption .detail {
  color: #323232;
  padding: 10px;
}
.event-vertical > .post-list > .article figcaption .detail .name {
  color: #000000;
  margin-bottom: 10px;
  overflow: hidden;
  height: 50px;
  font-size: 21px !important;
  font-family: "dbo_zone_x";
}
.event-vertical > .post-list > .article figcaption .detail .meta_event {
  width: 100%;
}
.event-vertical > .post-list > .article figcaption .detail .meta_event li {
  margin-top: 2px;
  margin-bottom: 2px;
  font-size: 20px;
}
.event-vertical > .post-list > .article:hover {
  box-shadow: 0 0px 5px 0 #cccccc;
}
.event-vertical > .post-list > .article:hover figcaption .name {
  color: var(--main-darkorange-cz);
}

/*------------------- Blog Page & Detail -------------------*/
.blog-grid .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.blog-post {
  display: inline-flex;
  width: 100%;
  flex: 0 0 100%;
  flex-direction: row;
  flex-wrap: wrap;
}
.blog-post > .blog-list {
  border: 0px solid #e5e5e5;
  padding: 10px 7.5px;
}
.blog-post > .blog-list > .article {
  border: 0px solid #b2b2b2;
  overflow: hidden;
  display: flex;
  flex: 0 0 100%;
  width: 100%;
  height: auto;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 0 3px 0px #e5e5e5;
  box-shadow: 0 0 3px 0px #e5e5e5;
}
.blog-post > .blog-list > .article figure {
  height: auto;
  overflow: hidden;
  margin-bottom: 0px;
  background-color: #eeeeee;
  position: relative;
}
.blog-post > .blog-list > .article figure img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}
.blog-post > .blog-list > .article figure .blog-cat,
.blog-detail figure .banner-post .blog-cat {
  position: absolute;
  top: 10px;
  right: 0;
  color: #ffffff;
  z-index: 2;
  padding: 0 10px;
  font-size: 19px;
  line-height: 1.4;
  background-color: var(--main-brown-cz);
}
.blog-detail figure .banner-post .blog-cat {
  padding: 5px 15px;
  font-size: 22px;
}
.blog-post > .blog-list > .article figcaption {
  overflow: hidden;
  height: auto;
  background-color: #ffffff;
}
.blog-post > .blog-list > .article figcaption .title {
  padding: 10px 10px;
  overflow: hidden;
  height: auto;
  color: #323232;
}
.blog-post > .blog-list > .article figcaption .title h3 {
  font-family: "dbo_zone_x";
  font-weight: 700;
  font-size: 22px !important;
  margin-bottom: 10px;
  height: 52px;
  overflow: hidden;
  color: var(--black-cz) !important;
}
.blog-post > .blog-list > .article figcaption .title .meta_blog {
  width: 100%;
  margin-bottom: 0px;
}
.blog-post > .blog-list > .article figcaption .title .meta_blog > li {
  text-align: right;
  font-size: 18px;
  color: #666666;
}
.blog-post > .blog-list > .article:active,
.blog-post > .blog-list > .article:hover,
.blog-post > .blog-list > .article:focus {
  -webkit-box-shadow: 0 0 8px 0px #e5e5e5;
  box-shadow: 0 0 8px 0px #e5e5e5;
}
.blog-post > .blog-list > .article:active figcaption .title h3,
.blog-post > .blog-list > .article:hover figcaption .title h3,
.blog-post > .blog-list > .article:focus figcaption .title h3 {
  color: var(--orange-cz) !important;
}
.blog-detail figure,
.event-single .blog-detail figure {
  margin-bottom: 30px;
  overflow: hidden;
}
.blog-detail figure .title h1,
.event-single .blog-detail figure .title h1 {
  font-family: "dbo_zone_x";
}
.blog-detail figure .banner-post,
.event-single .blog-detail figure .banner-post {
  position: relative;
}
.event-single .blog-detail figure .banner-post .category {
  position: absolute;
  top: 15px;
  left: 15px;
  border: 3px double #ffffff;
  color: #ffffff;
  z-index: 2;
  padding: 5px 15px;
  line-height: 1.4;
  font-size: 22px;
}
.blog-detail figcaption,
.event-single .blog-detail figcaption {
  width: 100%;
  padding: 0;
}
.blog-detail figcaption .title,
.event-single .blog-detail figcaption .title {
  width: 100%;
}
.event-single .blog-detail figcaption .title {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 25px;
  margin-bottom: 20px;
}
.blog-detail figcaption .title h1,
.event-single .blog-detail figcaption .title h1 {
  font-family: "dbo_zone_x";
}
.blog-detail figcaption .title .meta_blog,
.event-single .blog-detail figcaption .title .meta_blog {
  display: inline-flex;
  flex: 0 0 100%;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 0px;
}
.event-single .blog-detail figcaption .title .meta_blog {
  flex-direction: column;
}
.blog-detail figcaption .title .meta_blog > li,
.event-single .blog-detail figcaption .title .meta_blog > li {
  width: auto;
  text-align: left;
  color: #999999;
}
.event-single .blog-detail figcaption .title .meta_blog > li {
  width: 100%;
  color: var(--black-cz);
  margin-top: 8px;
}
.event-single .blog-detail figcaption .title .meta_blog > li:first-child {
  margin-top: 0;
}
.blog-detail figcaption .title .meta_blog > li svg,
.event-single .blog-detail figcaption .title .meta_blog > li svg {
  margin-right: 8px;
}
.event-single .blog-detail figcaption .title .meta_blog > li svg {
  color: var(--main-green-cz);
}
.blog-detail figcaption .title .meta_blog > li::after {
  content: "/";
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
}
.event-single .blog-detail figcaption .title .meta_blog > li::after {
  display: none;
}
.blog-detail figcaption .title .meta_blog > li:last-child::after,
.event-single .blog-detail figcaption .title .meta_blog > li:last-child::after {
  display: none;
}
.blog-detail figcaption .content,
.event-single .blog-detail figcaption .content {
  margin-top: 30px;
  font-size: 23px !important;
  line-height: 1.4 !important;
}
.blog-detail figcaption .ft-content,
.event-single .blog-detail figcaption .ft-content {
  display: inline-flex;
  flex: 0 0 100%;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-detail figcaption .ft-content h3,
.event-single .blog-detail figcaption .ft-content h3 {
  text-transform: uppercase;
  display: block;
  width: 100%;
}
.blog-detail figcaption .ft-content li,
.event-single .blog-detail figcaption .ft-content li {
  border: 0px solid rgba(0, 0, 0, 0);
  border-bottom: 0px solid var(--main-brown-cz);
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  cursor: pointer;
  color: #323232;
}
.blog-detail figcaption .ft-content li a,
.event-single .blog-detail figcaption .ft-content li a {
  color: #666666;
  transition: all 0.3s ease-in-out;
}
.blog-detail figcaption .ft-content li::before,
.event-single .blog-detail figcaption .ft-content li::before {
  content: "";
  display: block;
  width: 0px;
  height: 1px;
  background: var(--main-brown-cz);
  position: absolute;
  bottom: 5px;
  left: 5px;
  transition: width 0.3s ease-in-out;
}
.blog-detail figcaption .ft-content li::after,
.event-single .blog-detail figcaption .ft-content li::after {
  content: "";
  display: inline-block;
  border-width: 12px 12px 0px 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) var(--main-brown-cz) rgba(0, 0, 0, 0)
    rgba(0, 0, 0, 0);
  margin-left: 5px;
}
.blog-detail figcaption .ft-content li:hover::before,
.event-single .blog-detail figcaption .ft-content li:hover::before {
  width: calc(100% - 10px);
}
.blog-detail figcaption .ft-content li:hover a,
.event-single .blog-detail figcaption .ft-content li:hover a {
  color: var(--main-brown-cz);
}
.blog-detail figure img {
  width: 100%;
}
.blog-detail .shop-gallery {
  margin-top: 20px !important;
}
.social-sharing .control-label {
  font-weight: 700;
}

/*------------------- Search All Page -------------------*/
.search-wrapper .searchall-box:not(:first-child) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}

p:not(:last-child) {
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

/*      pin post      */
.pin-post {
  width: 24px;
  height: 24px;
  padding: 10px 0;
  position: absolute;
  top: 0;
  left: 15px;
  text-align: center;
  background: var(--main-lightblue-cz);
  z-index: 1;
  overflow: visible;
}
.pin-post:after {
  content: "";
  position: absolute;
}
.pin-post:after {
  height: 0;
  width: 0;
  bottom: -11.5px;
  left: 0;
  border-left: 12px solid var(--main-lightblue-cz);
  border-right: 12px solid var(--main-lightblue-cz);
  border-bottom: 12px solid transparent;
}

/* 	   shop gallery     */
.shop-gallery {
  width: 100%;
  margin: 10px auto;
  overflow: hidden;
}
.shop-gallery .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.shop-gallery .item-box {
  margin-top: 15px;
  padding-right: 7.5px;
  padding-left: 7.5px;
  float: left;
}
.shop-gallery .item-box > a {
  display: block;
  position: relative;
}
.shop-gallery .item-box:nth-child(6) > a::before {
  content: "ดูเพิ่มเติม";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(17, 17, 17, 0.75);
  color: #ffffff;
  font-size: 21px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop-gallery .item-box:nth-child(n + 7) {
  display: none;
}
.shop-gallery .item-box > a img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 130px;
}

/* 	   shop gallery blog details     */
.blog-detail .shop-gallery .item-box > a img {
  height: 160px;
}

/*------------------ Relate Post ---------------------*/
.relate-post .row {
  margin-right: -7.5px;
  margin-left: -7.5px;
}

/*-------------------- Reserve Page -------------------*/
.reserve-page {
  display: inline-flex;
  flex: 0 0 100%;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.reserve-page > li {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.reserve-page > li .meta_pd li {
  width: 100%;
  margin-top: 7px;
  margin-bottom: 7px;
}
.reserve-page > li .meta_pd li label {
  display: block;
  margin-bottom: 0;
}
.reserve-page > li .meta_pd li input {
  display: block;
  width: 100%;
}
.reserve-page .field .field-btn {
  position: relative;
}
.reserve-page .field .field-btn:focus {
  box-shadow: none !important;
}
.reserve-page .field .field-btn button,
.reserve-page .field .field-btn input[type="submit"],
.reserve-page .field .field-btn input[type="reset"],
.reserve-page .field .field-btn input[type="button"] {
  opacity: 0;
}
.reserve-page .field .field-btn button:focus,
.reserve-page .field .field-btn input[type="submit"]:focus,
.reserve-page .field .field-btn input[type="reset"]:focus,
.reserve-page .field .field-btn input[type="button"]:focus {
  box-shadow: none !important;
}
.reserve-page .field .field-btn label {
  position: absolute;
  top: 0px;
  left: 7px;
  width: 95%;
  height: 40px;
  line-height: 1.7;
  border: 1px solid var(--main-brown-cz);
  color: var(--main-brown-cz);
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  cursor: pointer;
}
.reserve-page .field .field-btn label:hover {
  color: #ffffff;
  background-color: var(--main-brown-cz);
}

.cntr {
  margin: 0 auto;
}
.cntr .label-cbx {
  user-select: none;
  cursor: pointer;
  margin-bottom: 0;
}
.cntr .label-cbx .checkbox {
  position: relative;
  top: 0px;
  float: left;
  margin-right: 8px;
  width: 36px;
  height: 36px;
  border: 1px solid #c8ccd4;
  border-radius: 6px;
}
.cntr .label-cbx .checkbox svg {
  position: absolute;
  top: -2px;
  left: -2px;
}
.cntr .label-cbx .checkbox svg path {
  fill: none;
  stroke: #5f9937;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 70px;
  stroke-dashoffset: 70px;
  transition: all 0.6s ease;
}
.cntr .label-cbx .checkbox svg polyline {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 20px;
  stroke-dashoffset: 20px;
  transition: all 0.3s ease;
}
.cntr .label-cbx:hover .checkbox svg path {
  stroke-dashoffset: 0;
}
.cntr .label-cbx input:checked + .checkbox {
  border-color: var(--main-green-cz);
}
.cntr .label-cbx input:checked + .checkbox svg path {
  fill: #5f9937;
}
.cntr .label-cbx input:checked + .checkbox svg polyline {
  stroke-dashoffset: 0;
}
.cntr .invisible {
  height: 1px;
}

.btn-back {
  width: 150px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  color: var(--main-brown-cz);
  background: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 3px 0 #cccccc;
  box-shadow: 0 0 3px 0 #cccccc;
}
.btn-back:hover {
  color: var(--main-green-cz);
  -webkit-box-shadow: 0 0px 5px 0 #cccccc;
  box-shadow: 0 0px 5px 0 #cccccc;
}
.btn-back.errr {
  color: var(--main-brown-cz);
}
.btn-back.errr:hover {
  color: var(--main-brown-cz);
  -webkit-box-shadow: 0 0px 5px 0 #cccccc;
  box-shadow: 0 0px 5px 0 #cccccc;
}

.thx-page .page-title {
  height: 80vh;
}
.thx-page .page-title .parallax-txt {
  top: 55%;
}
.thx-page footer .map,
.thx-page footer .partner {
  display: none !important;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-default.active,
.btn-primary:active,
.btn-primary.active,
.btn-success:active,
.btn-success.active,
.btn-info:active,
.btn-info.active,
.btn-warning:active,
.btn-warning.active,
.btn-danger:active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-default {
  background-repeat: repeat-x;
  border-color: #070100;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #110300;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #110300;
  border-color: #070100;
}
.btn-default.disabled,
.btn-default.disabled:hover,
.btn-default.disabled:focus,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled.active,
.btn-default[disabled],
.btn-default[disabled]:hover,
.btn-default[disabled]:focus,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #110300;
  background-image: none;
}

.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #252525;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #252525;
}

.dropdown-toggle::after {
  vertical-align: middle;
}

.navbar-default {
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.navbar-inverse {
  border-radius: 0.25rem;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}

.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.list-group {
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #191919;
  border-color: #1f1f1f;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.well {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05),
    0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05),
    0 1px 0 rgba(255, 255, 255, 0.1);
}

/*-------------------- MBK App Page -------------------*/
.app-download {
  width: 100%;
  display: block;
  overflow: hidden;
  padding: 15px 0 0;
}
.mbk-app-download.app-download {
  padding: 0;
  text-align: center;
}
.mbk-app-download .img-mbkapp,
.mbk-app-download .qr-code {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto 10px;
}
.mbk-app-download .img-mbkapp {
  max-width: 130px;
  width: 100%;
  display: inline-block;
}
.mbk-app-download .qr-code {
  display: inline-block;
  float: none;
  width: auto;
  margin-left: 20px;
}
.mbk-app-download .qr-code img {
  max-width: 110px;
}
.info-app-download {
  margin-top: 0;
  overflow: visible;
}
.info-app-download ul > li {
  display: list-item;
}
.info-app-download .col-md-12.content-app img {
  max-width: 414px;
  width: 100%;
}
.info-app-download .img-wrapper {
  text-align: center;
  margin: 0 auto !important;
  max-width: 800px;
}
/*----- app preview -----*/
.content-app .green-mbk {
  color: #3c9e00 !important;
}
.content-app .app-store-qrcode {
  margin-top: 20px;
  padding-right: 0;
  display: block !important;
}
.content-app .app-store-qrcode img {
  max-width: 130px;
  margin-top: 0;
}
.app-preview {
  margin: 40px auto;
  overflow: visible;
}
.app-preview-title {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 30px;
  overflow: hidden;
}
.nav-app-preview {
  float: none;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  height: auto;
  width: 100%;
  background: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  overflow: hidden;
  position: relative !important;
  z-index: 1;
}
.nav-app-preview li {
  margin-bottom: 15px;
}
.nav-app-preview .nav-item .nav-link {
  color: #888888;
  background-color: transparent;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  border: none;
  position: relative;
  padding: 0 15px 0 15px;
}
.nav-app-preview .nav-item .nav-link.active,
.nav-app-preview .nav-item .nav-link:hover {
  color: var(--black-th);
}
.nav-app-preview .nav-item .nav-link::before {
  content: "";
  border-left: 1px solid #b5b5b5;
  height: 15px;
  position: absolute;
  left: 0;
  top: 8px;
}
.nav-app-preview .nav-item:first-child .nav-link::before {
  display: none;
}
.app-preview .tab-content {
  display: block;
  overflow: unset;
}
.app-preview .tab-content > .tab-pane {
  display: block;
  height: 0;
  position: relative;
  z-index: -1;
  overflow: unset;
}
.app-preview .tab-content > .active {
  height: auto;
  z-index: 1;
}
.app-preview-slider {
  margin-bottom: 0 !important;
  overflow: unset;
}
.app-preview-slider .slide-box {
  padding: 0 8px;
}
.app-preview-slider .slide-box img {
  cursor: pointer;
}
.app-preview-slider .arrow {
  background-color: #ffffff;
  border-radius: 50px;
  width: 40px;
  height: 40px;
}
.app-preview-slider .slick-prev {
  left: -50px;
}
.app-preview-slider .slick-next {
  right: -50px;
}
.app-preview-slider .slick-prev:before,
.app-preview-slider .slick-next:before {
  color: #111111;
  font-size: 26px;
  border: none;
  padding: 0;
  width: auto;
}

/*----- mbk app acc -----*/
.mbkapp-accordion {
  margin: 15px auto 40px;
}
.mbkapp-accordion .card {
  border: none;
  margin-bottom: 8px;
}
.mbkapp-accordion .card-header {
  padding: 0;
  border: none;
  background-color: transparent !important;
  border-radius: 0 !important;
}
.mbkapp-accordion .card-header .btn {
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  color: #3c9e00;
  font-weight: 700;
  font-size: 22px;
  border-radius: 15px !important;
  border: 1px solid #d8d8d8;
  background-color: #f8f8f8;
  height: auto;
}
.mbkapp-accordion .card-header .btn:focus {
  outline: none !important;
}
.mbkapp-accordion .card-header .btn::after {
  content: "\f0d7";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  float: right;
  color: #000;
}
.mbkapp-accordion .card-header .btn[aria-expanded="true"] {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.mbkapp-accordion .card-header .btn[aria-expanded="true"]::after {
  content: "\f0d8";
}
.mbkapp-accordion .card-body {
  border: 1px solid #e8e8e8;
  border-top: none;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 1.25rem;
  min-height: 580px;
}
.mbkapp-accordion .card-body ul {
  list-style: disc;
  padding-left: 30px;
}
.imgRight {
  width: 500px;
  float: right;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.imgRight img {
  width: 100%;
}

/*----- member card detail -----*/
.member-card-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.member-card-select a {
  margin-left: 3%;
  width: 30%;
}
.member-card-select a:first-child {
  margin-left: 0;
}
.member-card .nav-pills {
  width: 100%;
  margin-top: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: transparent;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  z-index: 1;
  overflow: hidden;
  position: relative !important;
}
.member-card .nav-pills > .nav-item {
  width: 100%;
  max-width: 220px;
  padding: 0 2px;
}
.member-card .nav-pills > .nav-item > .nav-link {
  border-radius: 15px 15px 0 0;
  padding: 10px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  background-color: rgb(60, 158, 0, 0.6);
  border: 1px solid transparent;
  border-bottom: none;
  font-weight: 700;
  font-size: 21px;
  text-align: center;
}
.member-card .nav-pills > .nav-item > .nav-link.active {
  -webkit-box-shadow: -2px 0 5px rgb(0, 0, 0, 0.15);
  box-shadow: -2px 0 5px rgb(0, 0, 0, 0.15);
  color: #3c9e00;
  background-color: #ffffff;
  border: 1px solid #3c9e00;
  border-bottom: none;
}
.member-card .tab-content {
  margin-bottom: 40px;
  border: 1px solid #3c9e00;
  border-left: none;
  border-right: none;
  display: block;
}
.member-card .tab-content > .tab-pane {
  padding: 50px 30px;
  border-top: 1px solid #3c9e00;
}
.member-card .tab-content > .tab-pane:first-child {
  border-top: none;
}
.member-card-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.member-card-detail > .img-wrapper {
  width: 100%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.member-card-detail > .img-wrapper img {
  width: 100%;
  max-width: 75%;
}
.member-card-detail .member-card-benefit {
  width: 100%;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.member-card-benefit > ul {
  width: 100%;
  position: relative;
  padding-left: 30px;
  margin-top: 20px;
  margin-bottom: 0;
}
.member-card-benefit > ul > li {
  margin-bottom: 8px;
  position: unset;
}
.member-card-benefit > ul > li:last-child {
  margin-bottom: 0;
}
.member-card-benefit > ul > li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 18px;
  color: #8bc63f;
  position: absolute;
  left: 0;
}
.member-card-btn {
  display: none;
}

/*----- faq -----*/
.nav-pills-cz .nav-pills .nav-link {
  margin-top: 12px;
  border-radius: 15px;
  border: 1px solid var(--main-brown-cz);
  color: var(--main-brown-cz);
  margin: 5px 5px 0;
  font-weight: 700;
}
.nav-pills-cz .nav-pills .nav-link.active,
.nav-pills-cz .nav-pills .show > .nav-link {
  background-color: var(--main-brown-cz);
  border-color: var(--main-brown-cz);
  color: #ffffff !important;
}
.accordion-cz .card {
  margin-bottom: 8px;
  border: none;
}
.accordion-cz .card-header {
  padding: 0;
  border: none;
  background-color: transparent !important;
}
.accordion-cz .card-header .btn {
  width: 100%;
  text-align: left;
  padding: 8px 20px;
  color: var(--main-brown-cz);
  font-size: 21px;
  font-weight: 700;
  border-radius: 15px;
  border: 1px solid #d8d8d8;
  background-color: #f8f8f8;
  text-decoration: none;
}
.accordion-cz .card-header .btn[aria-expanded="true"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion-cz .card-header .btn::after {
  content: "\f0d7";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  float: right;
  color: var(--main-brown-cz);
}
.accordion-cz .card-header .btn[aria-expanded="true"]::after {
  content: "\f0d8";
}
.accordion-cz .card-body {
  border: 1px solid #d8d8d8;
  border-top: none;
  border-radius: 0;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.accordion-cz .card-body p {
  margin-bottom: 0;
}

.faq-title {
  font-size: 3.3rem;
}

.zone-list-section {
  background-image: url(../img/bg_zone_list.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.zone-list {
  width: 100%;
  overflow: hidden;
}
.zone-list .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.zone-list [class*="col"] {
  padding: 0 7.5px;
}
.zone-list .col {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.zone-list figure {
  margin: 1.9rem 0 1rem;
  overflow: hidden;
}
.zone-list a .hover-zoom-in img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.zone-list a:hover .hover-zoom-in img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.zone-list figcaption h5 {
  color: var(--main-green-cz);
  text-align: center;
}
.zone-list a:hover figcaption h5 {
  color: var(--main-darkorange-cz);
}

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgb(194, 231, 107, 0.5);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--main-green-cz);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #5f8902;
}

/* Scss Document */
.dropdown-menu.show {
  display: block;
  top: auto !important;
  bottom: -65px;
  left: 85px !important;
  transform: translate(245px, -94px) !important;
  box-shadow: 0 0 3px 0 #cccccc;
  border-color: var(--main-brown-cz);
}
.dropdown-menu.show a {
  color: var(--main-brown-cz);
}

/* style like homepage */
.homepage-child .title-section {
  position: relative;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}
.homepage-child .title-section h2 {
  text-transform: uppercase;
  color: var(--main-green-cz);
}
.homepage-child .title-section h3 {
  color: var(--main-green-cz);
  font-size: 26px;
  font-weight: 700;
}
.homepage-child .title-section .label-title {
  font-size: 82px;
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 700;
  transform: translateY(-50%);
  z-index: 0;
  color: #000000;
  opacity: 0.15;
}

/*------------------ Ramathibodi Health Space -----------------------*/
.ramathibodi-pages .rama-about-section .title-section .separator {
  content: "";
  display: block !important;
  width: 100%;
  height: 4px;
  background: #006a36;
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}
.ramathibodi-pages .rama-about-section {
  background: url(../img/ramathibodi/bg_opacity_leaf.png) no-repeat center top;
  background-size: cover;
}

.ramathibodi-pages .brand-img > img {
  width: 100%;
  max-width: 90px;
  margin-left: 20px;
}
.ramathibodi-pages .brand-img > img:first-child {
  margin-left: 0;
}
.ramathibodi-pages .type-box {
  width: 100%;
}
.ramathibodi-pages .type-box > .row > div[class*="col-"] {
  margin-top: 30px;
}
.ramathibodi-pages .type-box figure {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: visible;
}
.ramathibodi-pages .type-box figure img {
  width: 100%;
}
.ramathibodi-pages .type-box .title {
  background-color: var(--main-lightblue-cz);
  color: #ffffff;
  padding: 8px 8px 4px;
  margin-bottom: 0;
  -webkit-box-shadow: 0 1px 8px rgb(28 24 27 / 20%);
  box-shadow: 0 1px 8px rgb(28 24 27 / 20%);
  position: relative;
  z-index: 1;
}
.ramathibodi-pages .type-box .title.promotion-box {
  background-color: #006a36;
}
.ramathibodi-pages .type-box figcaption {
  -webkit-box-shadow: 0 1px 8px rgb(28 24 27 / 20%);
  box-shadow: 0 1px 8px rgb(28 24 27 / 20%);
  border-radius: 0 0 15px 15px;
  border: none;
  padding: 15px 20px;
  height: 100%;
}
.ramathibodi-pages .type-box figcaption ul {
  text-align: left;
  list-style: disc;
  list-style-position: inside;
}
.ramathibodi-pages .type-box figcaption ul > li {
  display: list-item;
}

.layout-col-3,
.layout-col-4,
.layout-col-5 {
  width: 100%;
}
.layout-col-3 figure,
.layout-col-4 figure,
.layout-col-5 figure {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}
.layout-col-3 figure img,
.layout-col-4 figure img,
.layout-col-5 figure img {
  width: 100%;
}
.layout-col-3 figure h6,
.layout-col-4 figure h6,
.layout-col-5 figure h6 {
  margin-bottom: 0;
}

.layout-col-3 .row > div[class*="col-"] {
  margin-top: 30px;
}
.layout-col-3 figure h6,
.layout-col-4 figure h6 {
  height: 52px;
  overflow: hidden;
}
.layout-col-3 figcaption,
.layout-col-4 figcaption {
  text-align: left;
  padding: 15px;
}
.layout-col-3 a:hover figcaption,
.layout-col-4 a:hover figcaption {
  color: var(--orange-cz);
}

.layout-col-4 .row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.layout-col-4 .row > div[class*="col-"] {
  margin-top: 15px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.layout-col-5 .row {
  margin-left: -5px;
  margin-right: -5px;
}
.layout-col-5 .col {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 12px;
}
.layout-col-5 .col > a:hover {
  color: var(--orange-cz);
}
.layout-col-5 figcaption {
  padding: 12px 8px;
}

.col-card figure {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.rama-team figure {
  position: relative;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.rama-team figure strong p,
.rama-team figure p {
  font-size: 16px;
}
.rama-team figure strong p {
  color: #777777;
}
.rama-team figure hr {
  margin-top: 4px;
  margin-bottom: 6px;
}
/* .rama-team figcaption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(77 77 77 / 100%)), color-stop(rgb(77 77 77 / 80%)), color-stop(rgb(77 77 77 / 20%)), color-stop(rgb(77 77 77 / 0%)), color-stop(rgb(77 77 77 / 0%)), to(rgb(77 77 77 / 0%)));
  background: -o-linear-gradient(bottom, rgb(77 77 77 / 100%), rgb(77 77 77 / 80%), rgb(77 77 77 / 20%), rgb(77 77 77 / 0%), rgb(77 77 77 / 0%), rgb(77 77 77 / 0%));
  background: linear-gradient(to top, rgb(77 77 77 / 100%), rgb(77 77 77 / 80%), rgb(77 77 77 / 20%), rgb(77 77 77 / 0%), rgb(77 77 77 / 0%), rgb(77 77 77 / 0%));
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
} */
.rama-team figcaption h6 {
  font-size: 20px;
}
.rama-team .col > a:hover figcaption {
  color: var(--orange-cz);
}

.rama-vdo figure {
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}
.rama-vdo a:hover figure {
  -webkit-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  -webkit-box-shadow: 0px 0px 8.7px 1.3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 8.7px 1.3px rgba(0, 0, 0, 0.14);
}

.showmore-clearfix {
  display: block;
  width: 100%;
  text-align: center;
  visibility: hidden;
}

.ramathibodi-pages .rama-team-section {
  background: url(../img/ramathibodi/bg_doc.png) no-repeat center top;
  background-size: cover;
}

.ramathibodi-pages .rama-contact-section {
  background: url(../img/ramathibodi/bg_contact.png) no-repeat center top;
  background-size: cover;
}
.rama-contact-info {
  background-color: #006a36;
  color: #ffffff;
  text-align: center;
  padding: 15px;
  margin-top: 20px;
}
.rama-contact-info a {
  color: #ffffff !important;
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */

#calendar {
  margin-top: 30px;
  background-color: #f3f5f9;
  padding: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 8px rgb(28 24 27 / 20%);
  box-shadow: 0 1px 8px rgb(28 24 27 / 20%);
}

/* TimeGrid Slats (lines that run horizontally) */
.fc.fc-bootstrap4 a {
  text-decoration: none;
}
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #5d5386;
}
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  background: none;
}
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  padding: 10px;
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-agendaDay-view .fc-time-grid .fc-slats td {
  background: #ffffff;
}

/* Toolbar */
.fc-toolbar {
  text-align: center;
}
.fc-toolbar.fc-header-toolbar {
  margin-top: 10px;
  margin-bottom: 20px;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
.fc button {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: auto;
  padding: 0 1rem;
  white-space: nowrap;
  cursor: pointer;
}
.fc .fc-toolbar > * > * {
  float: left;
  margin-left: 0.75em;
}
.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}
.fc-toolbar h2 {
  margin: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  margin-left: 0 !important;
}
.fc-toolbar button {
  position: relative;
}
.fc-toolbar button:focus {
  z-index: 5;
}
.fc-toolbar .fc-right .fc-today-button {
  border-radius: 4px;
  text-transform: uppercase;
  background-color: var(--main-darkorange-cz) !important;
  border-color: var(--main-darkorange-cz) !important;
  color: #ffffff !important;
}
.fc .fc-prev-button,
.fc .fc-next-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34px;
}
.fc .fc-prev-button {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc .fc-next-button {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fc-toolbar .fc-center .btn {
  background-color: var(--main-brown-cz);
  border-color: var(--main-brown-cz);
  color: #ffffff !important;
  text-transform: uppercase;
}
.fc-toolbar .fc-center .btn.active {
  background-color: var(--main-lightblue-cz);
  border-color: var(--main-lightblue-cz);
}
.fc-toolbar .fc-center .btn-group .btn:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-toolbar .fc-center .btn-group .btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* View Structure */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  position: relative;
  z-index: 1;
}

/* BasicView */
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}
.fc-day-top.fc-other-month {
  opacity: 0.3;
}
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
  color: rgba(64 32 32 / 80%);
  font-size: 20px;
  font-weight: 400;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}
.fc-basic-view td.fc-week-number {
  text-align: center;
}
.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  padding-bottom: 1em;
}

/* AgendaView all-day area */
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area) */
.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure */
.fc-time-grid-container,
.fc-time-grid {
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
  background: #fff;
}
.fc-time-grid table {
  border: 0 hidden transparent;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-content-col {
  position: relative;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

/* TimeGrid Highlighting Slots */
.fc-time-grid .fc-highlight-container {
  position: relative;
}

/* TimeGrid Event Containment */
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}

/* Misc Reusable Components */
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
}
.fc-bg table {
  height: 100%;
}
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}

/* Tables */
.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
}
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px 1px 0 1px !important;
  padding: 0;
  border-color: #eee;
  vertical-align: top;
}
.fc th {
  text-align: center;
}
.fc td.fc-today {
  border-style: double;
}

/* Fake Table Rows */
.fc .fc-row {
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
}

/* Day Row (used within the header and the DayGrid) */
.fc-row {
  position: relative;
  background: #ffffff;
}
.fc-row .fc-bg {
  z-index: 1;
}
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  background: none;
  border-color: transparent;
  padding: 0.5rem 0.5rem;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}

/* Scrolling Container */
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}

/* Global Event Styles */
.fc-event {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  border-radius: 3px;
  font-weight: 500;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.05);
}
.fc-event,
.fc-event-dot {
  background-color: #ffffff;
  color: #5d5386;
  position: relative;
}
.fc-event,
.fc-event:hover {
  color: #fff;
  text-decoration: none;
}
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
}
.fc-event:before,
.fc-event-dot:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 100%;
  border-left: 3px solid var(--main-green-cz);
  border-bottom: none;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.fc-event .fc-content {
  color: #323232;
  position: relative;
  z-index: 2;
  padding: 8px;
}
.fc-event .fc-title {
  font-weight: 500;
  font-size: 18px;
}
.fc-event i {
  font-size: 21px;
  margin-right: 8px;
  vertical-align: middle;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}
.fc-event .fc-resizer {
  display: none;
}
.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}

/* Horizontal Events */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* DayGrid events */
.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}
.fc-day-grid-event .fc-content {
  white-space: wrap;
  overflow: hidden;
}
.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* Event Limiting */
.fc-day-grid .fc-row {
  z-index: 1;
}

/* Utilities */
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* List View */
.fc th.fc-day-header {
  padding: 11px 7px;
  font-size: 20px;
  font-weight: 400;
}
.fc-day.fc-today {
  background: rgba(245 245 245 / 75%);
}
.fc-day.alert-info {
  background: rgba(245 245 245 / 75%);
}
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/*------------------ Paradise Place -----------------------*/
/*----- navbar -----*/
.nav-desk .navbar div.h-menu ul li.nav-item-pdp {
  margin-top: -1px;
}
.nav-desk .navbar div.h-menu ul li.nav-item-pdp,
.nav-mb .nav-slide .s-menu li.nav-item-pdp a {
  border: 1px solid var(--main-green-cz);
  padding: 0px 10px;
  border-radius: 15px;
}
.nav-desk .navbar div.h-menu ul li.nav-item-pdp a img,
.nav-mb .nav-slide .s-menu li.nav-item-pdp a img {
  width: 100%;
  max-width: 12px;
  position: absolute;
  top: -9px;
  z-index: 1;
}
.nav-desk .navbar div.h-menu ul li.nav-item-pdp a img.park-leaf,
.nav-mb .nav-slide .s-menu li.nav-item-pdp a img.park-leaf {
  margin-left: 4px;
}

/*----- map -----*/
.map-pdp-sec {
  display: none;
}
.pdp-pages .map-sec {
  display: none;
}
.pdp-pages .map-pdp-sec {
  display: block;
}

.pdp-pages .nav-desk .navbar div.h-logo a img,
.pdp-pages .nav-desk .navbar div.h-logo a svg {
  max-width: 90px;
  padding: 2px 0;
}
.pdp-pages footer .logo-white img,
.pdp-pages footer .logo-white svg {
  max-width: 105px;
}
.pdp-pages .homepage .title-section h2 {
  color: var(--main2-darkgreen-cz);
}
.pdp-pages .homepage .pdp-about-section {
  background-image: url(../img/pdp/bg_leaf.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.pdp-pages .homepage .pdp-zone-section {
  background-image: url(../img/pdp/bg_leaf1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.pdp-about-section .about-service .about-service-box {
  border: none;
  color: #fff;
}
.pdp-about-section .about-service a .about-service-box {
  background-color: var(--main2-lightgreen-cz);
}
.pdp-about-section .about-service a:hover .about-service-box {
  border: none;
  background-color: var(--main2-darkgreen-cz) !important;
}

.zone-pdp {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.zone-pdp > li {
  margin-top: 30px;
}
.zone-pdp figure {
  border-radius: 10px;
}
.zone-pdp figure img {
  width: 100%;
}
.zone-pdp figcaption {
  margin-top: 1rem;
  text-align: center;
}
.zone-pdp figcaption h4 {
  font-family: "dbo_zone_x";
  color: var(--main2-brown-cz);
}
.zone-pdp > li a:hover {
  color: #323232;
}
.zone-pdp > li a .hover-zoom-in img,
.slide-events .events-box a .hover-zoom-in img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.zone-pdp > li a:hover .hover-zoom-in img,
.slide-events .events-box a:hover .hover-zoom-in img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.slide-events.slick-slider {
  margin-top: 30px !important;
  margin-bottom: 40px !important;
}
.slide-events .banner-box {
  margin: 0 15px;
}
.slide-events .events-box {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.slide-events .img-events,
.event-content {
  -webkit-box-shadow: 0 2px 8px 2px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 2px 8px 2px rgb(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 8px 2px rgb(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 8px 2px rgb(0, 0, 0, 0.1);
  box-shadow: 0 2px 8px 2px rgb(0 0 0 / 10%);
}
.slide-events .img-events {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.slide-events .img-events img {
  object-fit: cover;
  width: 100%;
  height: 355px;
}
.slide-events .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px !important;
}
.slide-events .arrow {
  top: 45%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  color: #323232;
  opacity: 1;
}
.slide-events .slick-prev:before,
.slide-events .slick-next:before {
  color: #323232;
}
.event-content {
  position: relative;
  right: unset;
  bottom: unset;
  width: 100%;
  border-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 30px 20px;
  background-color: #ffffff;
  z-index: 2;
}
.event-content h4 {
  margin-bottom: 10px;
  height: 52px;
  overflow: hidden;
  font-family: "dbo_zone_x";
  color: #323232;
  font-size: 1.5rem;
}
.event-content p {
  margin-bottom: 0;
  height: 54px;
  overflow: hidden;
  font-size: 21px;
  color: #323232;
}
.event-content .news-date {
  color: var(--main-brown-cz);
  display: block;
  margin-bottom: 20px;
}
.event-content .text-right a.btn {
  background-color: var(--main2-lightgreen-cz);
  color: #fff;
}
.event-content .text-right a.btn:hover {
  background-color: var(--main2-darkgreen-cz);
  color: #fff;
}
.event-post-meta {
  margin-top: 20px;
  margin-bottom: 30px;
}
.event-post-meta li {
  font-size: 16px;
  color: #272727;
  margin-bottom: 5px;
}
.event-post-meta li .icon {
  font-size: 20px;
  margin-right: 10px;
  color: var(--black-cz);
}
/*----- hover -----*/
.slide-events .events-box a:hover {
  outline: none;
}
.slide-events .events-box a:hover h5 {
  color: #323232;
}

.howtogo-list .row div[class*="col-"] {
  margin-top: 20px;
}
.howtogo-list .service-detail {
  text-align: center;
  background-color: transparent;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 20px;
  width: 100%;
  min-height: 320px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.howtogo-list .service-left {
  float: none;
  margin: 0 auto 10px;
  display: block;
}
.howtogo-list .service-left img {
  max-width: 120px;
}
.howtogo-list .service-box h6 {
  text-align: center;
}
.map-box {
  position: relative;
  height: 100%;
  line-height: 0;
  display: block;
  overflow: hidden;
}

/*----------------------------------------

		ฺBranch Popup

-----------------------------------------*/
.branch-popup {
  position: fixed;
  top: 60%;
  right: 0;
  z-index: 98;
  display: block;
  width: 0;
}
.title-branch {
  display: block;
  position: relative;
  right: 80px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9 !important;
  letter-spacing: normal;
  cursor: pointer;
  text-align: center;
  z-index: 2;
  margin: 0;
  width: 140px;
  height: 40px;
  -webkit-box-shadow: var(--main-green-cz) 0px 0px 0px 0px,
    transparent 0px 0px 0px 0px;
  box-shadow: var(--main-green-cz) 0px 0px 0px 0px, transparent 0px 0px 0px 0px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-animation: pulsingAutodigi 1.5s infinite;
  animation: pulsingAutodigi 1.5s infinite;
  padding: 0 8px;
  background: var(--main-green-cz);
  color: #231f20;
  border: 2px solid #ffffff;
  -webkit-transform: rotate(-92deg);
  -ms-transform: rotate(-92deg);
  transform: rotate(-92deg);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.title-branch:hover {
  right: 84px;
}
.title-branch span {
  display: block;
  -webkit-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  transform: rotate(2deg);
}
@keyframes pulsingAutodigi {
  to {
    -webkit-box-shadow: 0 0 0 8px transparent, 0 0 0 16px transparent;
    box-shadow: 0 0 0 8px transparent, 0 0 0 16px transparent;
  }
}
.branch-list {
  z-index: 1;
  margin-left: 0;
  text-align: left;
  position: absolute;
  top: -22px;
  right: 45px;
  width: 100%;
  min-width: 115px;
  overflow: hidden;
  cursor: none;
  pointer-events: none;
}
.branch-list li {
  opacity: 0;
  -webkit-transform: scale(0) translateX(0);
  -ms-transform: scale(0) translateX(0);
  transform: scale(0) translateX(0);
  -webkit-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  position: relative;
  outline: none;
  background-color: #ffffff;
  border: 2px solid var(--main-green-cz);
  border-radius: 0;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  cursor: pointer;
  text-align: center;
  width: auto;
  height: auto;
  padding: 4px 12px;
  margin: 8px 2px;
  -webkit-box-shadow: 0 1px 8px rgb(28, 24, 27, 0.15);
  box-shadow: 0 1px 8px rgb(28, 24, 27, 0.15);
}
.branch-list li:nth-child(1) {
  -webkit-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  transition-delay: 0ms;
  z-index: 4;
}
.branch-list li:nth-child(2) {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
  z-index: 3;
}
.branch-list li:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
  z-index: 2;
}
.branch-list li:nth-child(4) {
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
  z-index: 1;
}
.branch-list li a {
  color: #ffffff;
}
.branch-list li a svg,
.branch-list li a img {
  max-width: 80px;
}
.branch-list li.branch-pdp-pages {
  display: none;
}
.pdp-pages-selected .branch-list li.branch-pdp-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pdp-pages-selected .branch-list li.branch-pdpk-pages {
  display: none;
}
/*----- hover -----*/
.branch-list li:hover {
  border: 2px solid var(--main-lightblue-cz);
}
/*----- start animation -----*/
.start-animation li {
  -webkit-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  opacity: 1;
}
.branch-popup.start-animation .branch-list {
  cursor: pointer;
  pointer-events: auto;
}

/*------------------ Responsive -----------------------*/
@media only screen and (min-width: 1600px) {
  .nav-desk .navbar {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1440px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 90%;
  }

  .nav-desk .navbar ul li.dropdown.show .dropdown-menu.show {
    left: unset !important;
    right: 0;
  }
  .nav-desk .navbar ul li.dropdown.show .dropdown-menu.show::before {
    left: unset;
    right: 1rem;
  }

  .shop-gallery .item-box > a img {
    height: 150px;
  }
  .blog-detail .shop-gallery .item-box > a img {
    height: 185px;
  }

  .pd-slider-nav .slick-track {
    max-height: 120px;
  }
  .pd-slider-nav .pd-thumbnail img {
    min-height: 120px;
  }

  .homepage .highlight-h .highlight-sc li a figure img {
    height: 260px;
  }

  .event-page .event-post-section .event-post > .post-list > .article figure {
    width: 45%;
  }
  .event-page
    .event-post-section
    .event-post
    > .post-list
    > .article
    figcaption {
    width: 55%;
  }
}
@media only screen and (max-width: 1366px) {
  .shop-gallery .item-box > a img {
    height: 140px;
  }
  .blog-detail .shop-gallery .item-box > a img {
    height: 175px;
  }

  .pd-slider-nav .slick-track {
    max-height: 105px;
  }
  .pd-slider-nav .pd-thumbnail img {
    min-height: 105px;
  }

  .homepage .highlight-h .highlight-sc li a figure img {
    height: 230px;
  }
}
@media only screen and (max-width: 1300px) {
  .blog-post > .blog-list > .article figure img {
    height: 150px;
  }

  .shop-gallery .item-box > a img {
    height: 130px;
  }
  .blog-detail .shop-gallery .item-box > a img {
    height: 165px;
  }

  .event-page .event-post-section .event-post > .post-list > .article figure {
    width: 50%;
  }
  .event-page
    .event-post-section
    .event-post
    > .post-list
    > .article
    figcaption {
    width: 50%;
  }
}
@media only screen and (max-width: 1280px) {
  .pd-slider-img .slick-track {
    max-height: 420px;
  }
  .mbk-plus-home-box .row div[class*="col-"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .nav-desk {
    display: block;
  }

  .nav-mb {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .shop-profile figure .img-wrapper {
    min-height: 136px;
  }
  .shop-gallery .item-box > a img {
    height: 120px;
  }
  .blog-detail .shop-gallery .item-box > a img {
    height: 150px;
  }

  .event-vertical > .post-list > .article figure img {
    height: 150px;
  }

  .pd-slider-nav .slick-track {
    max-height: 95px;
  }
  .pd-slider-nav .pd-thumbnail img {
    min-height: 95px;
  }

  .homepage .highlight-h .highlight-sc li a figure img {
    height: 225px;
  }
}
@media only screen and (max-width: 1199px) {
  .nav-desk {
    display: block;
  }
  .nav-desk .navbar.topbar {
    display: inline-flex;
  }
  .nav-desk .navbar {
    display: none;
  }

  .nav-desk .navbar.topbar .h-member,
  .nav-bottom {
    display: none;
  }

  .nav-mb {
    display: block;
    position: fixed;
    top: 29px;
    left: 0;
    right: 0;
    width: 100%;
    overflow: visible;
    z-index: 1010;
  }
  .nav-mb .nav-slide .s-menu li,
  .nav-mb .nav-slide .menu-footer > li {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .nav-mb .nav-slide .s-menu li.dropdown {
    padding: 0;
    margin-top: 14px;
  }
  .nav-mb .nav-slide .s-menu li.dropdown a {
    padding: 0;
    height: auto;
  }
  .nav-mb .nav-slide .s-menu li.dropdown a:hover {
    color: var(--main-brown-cz);
  }
  .nav-mb .nav-slide .s-menu li.dropdown .dropdown-item {
    line-height: 1.3;
  }
  .nav-mb .nav-slide .s-menu li.dropdown.show .dropdown-menu.show {
    transform: none !important;
    will-change: unset !important;
    text-align: center;
    margin-top: 6px !important;
    padding-top: 5px !important;
    float: none;
    border-radius: 0;
    border-top: 2px solid var(--main-lightblue-cz);
    -webkit-box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
  }
  .nav-mb .nav-slide .s-menu li.dropdown .dropdown-item {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .h-search {
    margin-left: auto;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
  .h-search li > a {
    font-size: 14px !important;
    line-height: 1;
    font-weight: 700;
    background-color: var(--lightgreen-cz);
    border-radius: 100px;
    width: auto;
    height: 32px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 12px !important;
    color: #323232;
  }
  .h-search li > a span {
    font-size: 20px;
  }
  .search-bar-mb {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 10px 10px 10px 15px;
    width: 100%;
    min-width: 320px;
    max-width: 100%;
    -webkit-box-shadow: 0 1px 18px rgb(0 0 0 / 12%);
    box-shadow: 0 1px 18px rgb(0 0 0 / 12%);
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .search-bar-mb.show {
    display: block;
  }
  .search-bar-mb .form-search {
    max-width: 100%;
  }
  .form-search .input-group > .form-control {
    font-size: 1.188rem;
    height: 38px;
  }
  .form-search .input-group > .input-group-append > .close {
    width: 28px;
    height: auto;
    font-size: 2rem;
    margin-left: 10px;
  }

  header#header {
    height: 95px;
  }
  header#header .nav-mb {
    height: 66px;
  }

  section.main {
    padding-top: 95px;
  }

  .slide-banner .slick-dots li,
  .slide-banner .slick-dots li button,
  .slide-banner .slick-dots li button:before {
    width: 10px;
    height: 10px;
  }
  .slide-banner .slick-prev,
  .slide-banner .slick-next {
    width: 45px;
    height: 45px;
  }
  .slide-banner .slick-prev {
    left: 30px;
  }
  .slide-banner .slick-next {
    right: 30px;
  }

  /*----- mbk app home -----*/
  .mbk-app-wrapper-row .col-cm.dark-sec,
  .mbk-app-row .col-cm-1 {
    width: 50%;
  }
  .mbk-app-wrapper-row .col-cm.lemon-sec,
  .mbk-app-row .col-cm-2 {
    width: 50%;
  }
  .mbk-app-row .img-wrapper {
    max-width: 60px;
  }
  .mbk-app-text h4 {
    font-size: 22px !important;
  }
  .app-store-qrcode img {
    max-width: 90px;
  }
  .btn-group-download .btn-download svg {
    max-width: 140px;
  }
  .download-app-box {
    margin-top: 6px;
  }

  .popup.section {
    max-width: 100%;
    padding: 0 30px;
  }
  .text.popup {
    max-width: 100%;
  }
  .search.popup {
    max-width: 520px;
  }
  .search.popup .form {
    width: 100%;
  }
  .search.popup .form .col-lg-8,
  .search.popup .form .col-lg-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .search.popup .form .col-lg-4 {
    padding-left: 0 !important;
    margin-top: 1.5rem !important;
  }

  .pd-slider-img .slick-prev,
  .pd-slider-img .slick-next {
    width: 30px;
    height: 30px;
  }
  .pd-slider-img .slick-prev:before,
  .pd-slider-img .slick-next:before {
    font-size: 1.2rem;
  }

  .homepage .highlight-h .highlight-sc li a figure img {
    height: 195px;
  }

  .event-page .event-post-section .event-post > .post-list > .article {
    height: 220px;
  }

  /*----- pdp -----*/
  .slide-events .img-events img {
    height: 465px;
  }
}
@media screen and (max-width: 1112px) {
  .directory-sect > .directory-list > a figure img,
  .store-slider .directory-list > a figure img {
    height: 150px;
  }

  .blog-post > .blog-list > .article figure img {
    height: 140px;
  }

  .post .pd-list .article figure img {
    height: 225px;
  }

  .shop-profile figure .img-wrapper {
    min-height: 124px;
  }
  .shop-gallery .item-box > a img {
    height: 110px;
  }
  .blog-detail .shop-gallery .item-box > a img {
    height: 140px;
  }

  .event-page .event-post-section .event-post > .post-list > .article figure {
    width: 55%;
  }
  .event-page
    .event-post-section
    .event-post
    > .post-list
    > .article
    figcaption {
    width: 45%;
  }

  .event-vertical > .post-list > .article figure img {
    height: 135px;
  }

  .pd-slider-img .slick-track {
    max-height: 370px;
  }
  .pd-slider-nav .slick-track {
    max-height: 90px;
  }
  .pd-slider-nav .pd-thumbnail img {
    min-height: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-desk .navbar .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  .slick-prev {
    left: -12px;
  }
  .slick-next {
    right: -12px;
  }

  /*----- partners sec -----*/
  .partners li {
    padding: 0 30px;
  }
  .partners li img {
    max-height: 75px;
  }

  .homepage .service-h .service-hr {
    max-width: none;
  }
  .homepage .service-h .service-hr li:first-child::after {
    left: 115%;
  }
  .homepage .service-h .highlight-sc {
    margin-left: -15px;
    margin-right: -15px;
  }
  .homepage .service-h .highlight-sc li {
    flex: 0 0 49%;
    padding: 5px 0px;
  }
  .homepage .service-h .service-hr {
    max-width: none;
  }
  .homepage .service-h .service-hr li:first-child::after {
    left: 115%;
  }
  .homepage .highlight-h {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .homepage .highlight-h .highlight-sc li {
    flex: 0 0 100%;
    margin-bottom: 10px;
  }
  .homepage .hl-direct-section .hl-direct li {
    flex: 0 0 33.3333%;
  }
  .homepage .download-app::before {
    border-bottom-width: 35rem;
    border-left-width: 29rem;
  }
  .homepage .download-app figure {
    width: 16%;
  }
  .homepage .download-app figure img {
    width: 80px;
  }
  .homepage .download-app figcaption {
    width: 88%;
    padding: 0 15px;
  }
  .homepage .download-app figcaption .col-lg-8 {
    width: 56%;
  }
  .homepage .download-app figcaption .col {
    padding-right: 0;
  }
  .homepage .download-app figcaption .btn-download .btn {
    align-self: baseline;
  }
  .homepage .event-post .post-list {
    flex: 0 0 100%;
  }
  .homepage .event-post .post-list > .article {
    background: #ffffff;
  }
  .homepage .event-post .post-list > .article figure {
    width: 100%;
    height: auto;
  }
  .homepage .event-post .post-list > .article figure img {
    height: 290px;
  }
  .homepage .event-post .post-list > .article figure .category {
    top: 50%;
    bottom: auto;
  }
  .homepage .event-post .post-list > .article figcaption {
    width: 100%;
    height: auto;
  }

  .homepage .event-post .post-list > .article figcaption .detail {
    padding: 15px;
  }
  .homepage .event-post .post-list > .article figcaption .detail .name {
    min-height: 48px;
    max-height: 48px;
  }
  .homepage .event-post .post-list > .article figcaption .meta_event {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .homepage .event-post .post-list > .article figcaption .favEvent {
    margin-left: 15px;
    bottom: 20px;
  }

  .page-title.page-title-img {
    height: 290px;
  }
  .page-title .parallax-img {
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    background: #323232;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .page-title .parallax-img img {
    max-width: none !important;
    min-width: 100%;
    width: auto !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .page-title .parallax-txt h2 {
    font-size: 32px;
  }
  .page-title-60 {
    height: 50vh;
  }
  .page-title-60 .parallax-txt {
    top: 65%;
  }

  #myBtn {
    right: 20px;
    bottom: 20px;
    color: #666666;
  }

  .directory-pages .page-title .parallax-txt {
    top: 60%;
  }
  .directory-pages .plan-sect .plans {
    max-width: 100%;
    padding: 0 15px;
  }
  .directory-pages .plan-sect .plans li {
    height: auto;
  }
  .directory-pages .directory-filter .form-filter .filter-sect {
    width: 100%;
  }
  .directory-pages
    .directory-filter
    .form-filter
    .filter-sect
    > li.field-search {
    width: 45%;
  }
  .directory-pages
    .directory-filter
    .form-filter
    .filter-sect
    > li.field-floor {
    width: 23%;
  }

  .reserve-page {
    flex-direction: column;
    margin: 0 auto;
  }
  .reserve-page li {
    width: 100%;
  }
  .reserve-page li:last-child {
    padding-top: 30px;
  }

  .event-page .calendar {
    padding-top: 0;
    margin: 0 auto;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 480px;
    width: 100%;
  }
  .event-page .event-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
  .event-page .event-post-section .container > .row > .col-lg-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
  .event-page .event-post-section .event-post > .post-list > .article {
    height: 275px;
  }
  .event-page .event-post-section .event-post > .post-list > .article figure {
    width: 45%;
  }
  .event-page
    .event-post-section
    .event-post
    > .post-list
    > .article
    figcaption {
    width: 55%;
    position: relative;
  }

  .product-page .detail {
    padding-bottom: 0;
  }

  .contact_1 {
    padding-left: 0;
    padding-right: 0;
  }

  .form-profile {
    width: 100%;
  }

  footer .f-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .app-preview-slider .slick-prev {
    left: -10px;
  }
  .app-preview-slider .slick-next {
    right: -10px;
  }
  .imgRight {
    float: none;
    margin: 0 auto 30px;
    width: 100%;
    max-width: 500px;
  }

  /*----- branch popup -----*/
  .title-branch {
    font-size: 16px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 992px) {
  .y-base {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .homepage .event-section {
    padding-bottom: 90px;
  }
  .title-section {
    margin-bottom: 30px !important;
  }
  .shop_1.y-base {
    padding-bottom: 70px !important;
  }

  .slick-prev,
  .slick-next {
    width: 35px;
    height: 35px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 1.4rem;
  }

  .slide-banner .slick-dots {
    bottom: 15px;
  }

  .homepage .event-post .post-list > .article figure img {
    height: 280px;
  }

  /*----- mbk app home -----*/
  .mbk-app-wrapper-row .col-cm.dark-sec,
  .mbk-app-row .col-cm-1 {
    width: 48%;
  }
  .mbk-app-wrapper-row .col-cm.lemon-sec,
  .mbk-app-row .col-cm-2 {
    width: 52%;
  }
  .mbk-app-text {
    margin-left: 16px;
  }
  .mbk-app-text h4 {
    font-size: 18px !important;
  }

  /*----- new mbk app home -----*/
  .new-mbk-app-text h4 {
    font-size: 27px;
    padding: 8px 20px;
  }
  .new-mbk-app-text h4 > span {
    display: block;
  }
  .new-mbk-app-text h4 > img {
    max-width: 50px;
    margin-left: 25px;
  }
  .col-two-mbk-app > img {
    max-height: 80px;
  }

  footer .logo-white img,
  footer .logo-white svg {
    max-width: 90px;
  }
  footer .footer-area [class*="col-md"] {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  footer .footer-area .title-section-no-subhead {
    margin-top: 20px;
  }
  footer .pdp-partner {
    margin: 0 auto 20px;
  }
  footer .pdp-partner p {
    display: block;
  }
  footer .pdp-partner .pdp-partner-img > div {
    margin-top: 10px;
  }

  .services > li {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .directory-sect > .col.directory-list {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .member-card .tab-content {
    margin-bottom: 30px;
  }
  .member-card .tab-content > .tab-pane {
    padding: 30px 0;
  }
  .member-card-detail > .img-wrapper,
  .member-card-detail .member-card-benefit {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .member-card-detail > .img-wrapper {
    margin: 0 auto 20px !important;
  }
  .member-card-detail > .img-wrapper img {
    max-width: 200px;
  }

  .blog-post > .blog-list {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }
  .blog-post > .blog-list > .article figure img {
    height: 275px;
  }
  .blog-detail .shop-gallery .item-box > a img {
    height: 130px;
  }

  .contact-section .contact_1 > li.col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contact-section .contact_1 .form-contact {
    margin-top: 30px;
  }
  .contact-section .contact_1 li .contact > li.col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .shop-profile {
    padding: 40px 20px;
  }

  .event-page .event-post-section .event-post > .post-list > .article {
    height: 250px;
  }
  .event-page .event-post-section .event-post > .post-list > .article figure {
    width: 42%;
  }
  .event-page
    .event-post-section
    .event-post
    > .post-list
    > .article
    figcaption {
    width: 58%;
  }

  .event-vertical > .post-list {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .event-vertical > .post-list > .article figure img {
    height: 275px;
  }

  .product-preview figure.col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    width: 100%;
    margin: 0 auto;
  }
  .product-preview figcaption.col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    width: 100%;
  }

  .modal {
    padding-right: 0 !important;
  }
  .popup.section {
    padding: 0;
    min-height: 100%;
    margin: 0 auto;
    align-items: baseline;
  }
  .forgotpw-popup .popup.section,
  .search.popup {
    max-width: 100%;
  }
  .popup.section .title-section {
    margin-top: 20px !important;
  }
  .popup-card {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px !important;
    border-radius: 0;
    overflow-y: auto;
  }
  .signup-signin .popup-card {
    padding: 30px 0 0 !important;
  }
  .popup .row-pop.open {
    flex-wrap: wrap;
    height: auto !important;
  }
  .popup .row-pop .img-section,
  .popup .row-pop .content-section {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .popup .row-pop .content-section {
    margin-bottom: 30px;
  }
  .popup .row-pop .img-section {
    height: 320px;
  }
  .popup .img-section .title-section {
    padding: 0 30px;
    margin: 0 auto !important;
  }
  .popup .row-pop .img-section img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
  .thx-content {
    width: 100%;
  }
  .form.form-booking .field-full .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .form.form-booking .field-full .col-lg-4 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .form.form-booking .field-full .col-lg-4:first-child,
  .form.form-booking .field-full .col-lg-4:nth-child(2) {
    padding-left: 0 !important;
  }
  .form.form-booking .field-full .col-lg-4:last-child {
    padding-right: 0 !important;
  }
  .form.form-booking .field-full .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .booking-history-popup .popup-card {
    height: auto !important;
  }

  .pd-slider-nav .slick-track {
    max-height: 85px;
  }
  .pd-slider-nav .pd-thumbnail img {
    min-height: 85px;
  }

  .homepage .highlight-h .highlight-sc li a figure img {
    height: 190px;
  }

  .zone-list .col {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .fc-basic-view .fc-body .fc-row {
    min-height: 3.4em;
  }
  .fc-toolbar h2 {
    font-size: 20px;
  }
  .fc-toolbar .fc-right .fc-today-button {
    font-size: 17px;
  }
  .fc .fc-prev-button,
  .fc .fc-next-button {
    font-size: 14px;
    height: 30px;
  }
  .fc-toolbar .fc-center {
    display: block;
    clear: both;
    overflow: hidden;
  }
  .fc-toolbar .fc-center .btn-group {
    float: none;
    margin-top: 25px;
  }
  .fc-toolbar .fc-center .btn {
    font-size: 17px;
  }
  .fc th.fc-day-header {
    padding: 4px 5px;
    font-size: 18px;
  }
  .fc-basic-view .fc-week-number,
  .fc-basic-view .fc-day-number {
    font-size: 18px;
  }
  .fc-event .fc-title {
    font-size: 16px;
  }
  .fc .fc-row .fc-content-skeleton table,
  .fc .fc-row .fc-content-skeleton td,
  .fc .fc-row .fc-helper-skeleton td {
    padding: 4px;
  }
  .fc-event .fc-content {
    padding: 4px 6px;
  }
  .fc-day-grid-event .fc-content {
    height: 21px;
  }
  .fc-event:before,
  .fc-event-dot:before {
    border-left: 2px solid var(--main-green-cz);
  }
  .fc .fc-axis {
    font-size: 17px;
  }
  .fc-time-grid .fc-slats td {
    padding: 4px;
  }
  .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {
  .layout-col-5 .col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media only screen and (max-width: 950px) {
  .event-page .event-post-section .event-post > .post-list > .article {
    height: 240px;
  }
}
@media only screen and (max-width: 896px) {
  .homepage .event-post .post-list > .article figure img {
    height: 250px;
  }

  /*----- mbk app home -----*/
  .download-app-box {
    padding: 5px 0;
  }
  .app-store-qrcode {
    padding-right: 5px;
  }
  .app-store-qrcode img {
    max-width: 80px;
  }
  .btn-group-download .btn-download svg {
    max-width: 120px;
  }

  .abouts_1 li {
    width: 100%;
    flex: 0 0 100%;
  }
  .abouts_1 li:not(:first-child) {
    margin-top: 20px;
  }
  .about_2 .row div:first-child {
    margin-bottom: 25px;
  }
  .about_2 [class*="col-"] {
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .event-page .event-post-section .event-post > .post-list > .article figure {
    width: 45%;
  }
  .event-page
    .event-post-section
    .event-post
    > .post-list
    > .article
    figcaption {
    width: 55%;
  }

  .blog-post > .blog-list > .article figure img {
    height: 245px;
  }

  .post .pd-list {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .post .pd-list .article figure img {
    height: 265px;
  }

  .shop-profile figure .img-wrapper {
    min-height: 108px;
  }
  .shop-gallery .item-box > a img {
    height: 95px;
  }
  .blog-detail .shop-gallery .item-box > a img {
    height: 115px;
  }

  .event-vertical > .post-list > .article figure img {
    height: 245px;
  }

  .product-preview figure.col-lg-5 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .product-preview figcaption.col-lg-7 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 30px;
  }
  .pd-slider-img .slick-track {
    max-height: 545px;
  }
  .pd-slider-nav .slick-track {
    max-height: 130px;
  }
  .pd-slider-nav .pd-thumbnail img {
    min-height: 130px;
  }

  .booking-popup .content-section > .col-md-5,
  .booking-popup .booking-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .booking-popup .booking-box {
    border-left: none;
    padding-left: 0 !important;
    border-top: 1px solid #e1e1e1;
    padding-top: 30px !important;
  }

  .homepage .highlight-h .highlight-sc li a figure img {
    height: 165px;
  }

  /*----- pdp -----*/
  .slide-events .img-events img {
    height: 400px;
  }
}
@media only screen and (max-width: 834px) {
  .homepage .event-post .post-list > .article figure img {
    height: 230px;
  }

  .services > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .directory-sect > .col.directory-list {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .blog-post > .blog-list > .article figure img {
    height: 225px;
  }

  .post .pd-list .article figure img {
    height: 245px;
  }

  .shop-profile figure .img-wrapper {
    min-height: 98px;
  }
  .post-ribbon {
    font-size: 18px;
  }
  .shop-gallery .item-box > a img {
    height: 85px;
  }
  .blog-detail .shop-gallery .item-box > a img {
    height: 105px;
  }

  .event-page .event-post-section .event-post > .post-list > .article {
    height: 225px;
  }
  .event-vertical > .post-list > .article figure img {
    height: 225px;
  }

  .pd-slider-img .slick-track {
    max-height: 505px;
  }
  .pd-slider-nav .slick-track {
    max-height: 115px;
  }
  .pd-slider-nav .pd-thumbnail img {
    min-height: 115px;
  }

  .homepage .highlight-h .highlight-sc li a figure img {
    height: 155px;
  }

  /*----- pdp -----*/
  .slide-events .img-events img {
    height: 360px;
  }
}
@media only screen and (max-width: 800px) {
  .event-page .event-post-section .event-post > .post-list > .article figure {
    width: 48%;
  }
  .event-page
    .event-post-section
    .event-post
    > .post-list
    > .article
    figcaption {
    width: 52%;
  }
}
@media only screen and (max-width: 768px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
  }

  .homepage .event-post .post-list > .article figure img {
    height: 210px;
  }

  .blog-post > .blog-list > .article figure img {
    height: 200px;
  }

  .post .pd-list .article figure img {
    height: 220px;
  }

  .shop-profile figure .img-wrapper {
    min-height: 85px;
  }
  .shop-gallery .item-box > a img {
    height: 75px;
  }
  .shop-gallery .item-box:nth-child(6) > a::before {
    font-size: 18px;
  }
  .blog-detail .shop-gallery .item-box > a img {
    height: 95px;
  }

  .event-vertical > .post-list > .article figure img {
    height: 205px;
  }

  .pd-slider-img .slick-track {
    max-height: 460px;
  }
  .pd-slider-nav .slick-track {
    max-height: 105px;
  }
  .pd-slider-nav .pd-thumbnail img {
    min-height: 105px;
  }

  /*----- pdp -----*/
  .slide-events .img-events img {
    height: 310px;
  }

  .faq-title {
    font-size: 2.938rem;
  }
}
@media only screen and (max-width: 767px) {
  /*----- pdp -----*/
  .slide-events .banner-box {
    margin: 0 8px;
  }
  .slide-events .events-box {
    margin-top: 8px;
  }
  .slide-events .img-events img {
    height: 450px;
  }

  /*----- mbk app home -----*/
  .mbk-app-home-sec {
    padding: 0 !important;
  }
  .mbk-app-wrapper-row .col-cm.dark-sec,
  .mbk-app-wrapper-row .col-cm.lemon-sec,
  .mbk-app-row .col-cm-1,
  .mbk-app-row .col-cm-2 {
    width: 100%;
  }
  .mbk-app-wrapper-row .col-cm.lemon-sec {
    height: 100%;
  }
  .mbk-app-wrapper-row .col-cm.dark-sec {
    height: 180px;
  }
  .mbk-app-text-box {
    padding: 0 0 15px;
    text-align: center;
  }
  .mbk-app-text {
    text-align: center;
    margin-left: 0;
    display: block;
    margin-top: 20px;
  }
  .mbk-app-text h2 {
    font-size: 26px !important;
  }
  .mbk-app-text h4 {
    font-size: 22px !important;
  }
  .mbk-app-box {
    padding: 20px 0;
  }
  .download-app-box {
    float: none;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 12px 0 0;
  }
  .wrapper-download-app-box {
    text-align: center;
  }
  .app-store-qrcode {
    padding: 0;
    text-align: left;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
  }
  .app-store-qrcode img {
    max-width: 100px;
  }
  .btn-group-download .btn-download {
    padding-left: 8px;
    display: block;
    text-align: left;
    margin: 0 auto 8px !important;
  }
  .btn-group-download .btn-download:last-child {
    margin-bottom: 0 !important;
  }
  .btn-group-download .btn-download svg {
    max-width: 140px;
  }

  /*----- new mbk app home -----*/
  .full-width-wrapper .bg-orange {
    display: none;
  }
  .new-mbk-app-box {
    padding-bottom: 15px;
  }
  .col-one-mbk-app,
  .col-two-mbk-app {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .new-mbk-app-text {
    padding-right: 0;
  }
  .new-mbk-app-text h4 {
    font-size: 24px;
    margin-right: 16px;
  }
  .new-mbk-app-text h6 {
    font-size: 19px;
  }
  .new-mbk-app-text h4 > img {
    max-width: 42px;
    margin-left: 6px;
  }

  .shop-profile figure {
    margin-bottom: 20px;
  }
  .shop-gallery .item-box > a img {
    height: 210px;
  }
  .blog-detail .shop-gallery .item-box > a img {
    height: 205px;
  }

  .history-booking-list > li .col-md-10 div[class*="col-md"] {
    padding: 0 !important;
  }

  .homepage .highlight-h .highlight-sc li a figure img {
    height: auto;
  }

  .event-page .event-post-section .event-post > .post-list > .article {
    height: auto;
    flex-direction: column;
  }
  .event-page .event-post-section .event-post > .post-list > .article figure,
  .event-page
    .event-post-section
    .event-post
    > .post-list
    > .article
    figcaption {
    width: 100%;
  }
  .event-page
    .event-post-section
    .event-post
    > .post-list
    > .article
    figcaption
    .detail
    .meta_event {
    padding-left: 0;
  }
  .event-page
    .event-post-section
    .event-post
    > .post-list
    > .article
    figcaption
    .detail
    .meta_event
    li.date {
    position: relative;
    bottom: 0;
    right: 0;
    float: right;
    margin-top: 8px;
    margin-bottom: 15px;
  }

  .services > li ul {
    list-style-position: outside !important;
    padding-inline-start: 20px;
  }
  .services > li ul > li {
    overflow: unset !important;
  }

  .howtogo-list .service-detail {
    min-height: unset;
    height: auto;
  }

  .layout-col-5 .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /*----- pdp -----*/
  .about-service .row div:not(:first-child) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 736px) {
  .nav-desk .navbar.topbar ul.h-contact > li.hide-mb {
    display: none;
  }

  .h-search,
  .h-search li {
    position: unset;
  }
  .search-bar-mb {
    min-width: unset;
    max-width: 100%;
  }

  .homepage .service-h .service-hr li:first-child {
    margin-right: 15px;
  }
  .homepage .service-h .service-hr li:last-child {
    margin-left: 15px;
  }

  .homepage .event-post .post-list > .article figure img {
    height: 200px;
  }

  /*----- partners sec -----*/
  .partners li {
    padding: 0 20px !important;
  }
  .partners li img {
    max-height: 60px;
  }

  .directory-pages .plan-sect .plan-list > li a {
    font-size: 18px;
  }
  .directory-pages .directory-filter .form-filter .filter-sect > li {
    width: 100% !important;
    padding-left: 0;
    margin-top: 10px;
  }
  .directory-pages
    .directory-filter
    .form-filter
    .filter-sect
    > li:first-child {
    margin-top: 0;
  }

  .mbk-app-download .img-mbkapp {
    max-width: 100px;
  }
  .mbk-app-download .qr-code {
    margin-left: 6px;
  }
  .mbk-app-download .qr-code img {
    max-width: 80px;
  }
  .privilege-page .pri-btn .btn-download {
    padding: 5px 0;
    margin: 0;
  }
  .privilege-page .pri-btn .btn-download .btn {
    width: 150px;
    margin-left: 2px;
    margin-right: 2px;
  }
  .privilege-page .pri-btn .btn-download .btn img {
    width: 24px;
    margin-right: 10px;
  }
  .privilege-page .pri-btn .btn-download .btn span:first-child {
    font-size: 14px;
  }
  .privilege-page .pri-btn .btn-download .btn span:last-child {
    font-size: 20px;
  }
  .app-preview {
    margin: 30px auto;
  }
  .nav-app-preview .nav-item .nav-link {
    font-size: 18px;
  }
  .mbkapp-accordion .card-header .btn {
    padding: 10px 15px;
  }
  .mbkapp-accordion .card-body {
    padding: 15px;
  }
  .nav-member-card {
    margin: 40px auto 20px;
  }
  .member-card-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #8bc63f;
    color: #ffffff !important;
    padding: 10px 15px;
    border-radius: 15px !important;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    height: auto;
  }
  .member-card .nav-pills {
    margin-top: 0;
    display: none;
  }
  .member-card .nav-pills > .nav-item {
    max-width: 100%;
    padding: 0;
  }
  .member-card .nav-pills > .nav-item > .nav-link {
    height: auto;
    border-radius: 15px;
    margin-top: 5px;
    font-weight: 400;
  }
  .member-card .nav-pills > .nav-item > .nav-link.active {
    border: 1px solid #3c9e00;
  }

  .blog-post > .blog-list > .article figure img {
    height: 195px;
  }

  .form-contact .field .field-half {
    max-width: 100% !important;
  }
  .form-contact .field .field-half:first-child {
    margin-bottom: 10px;
  }
  .form-contact .field .submit-btn {
    max-width: 100%;
  }

  .shop_1.y-base {
    padding-bottom: 0 !important;
  }
  .post .pd-list {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post .pd-list .article figure img {
    height: 325px;
  }

  .shop-gallery .item-box > a img {
    height: 200px;
  }

  .event-single .blog-detail figure .banner-post .category {
    font-size: 18px;
  }
  .event-vertical > .post-list > .article figure img {
    height: 195px;
  }

  .blog-detail figure .banner-post .blog-cat {
    font-size: 18px;
  }

  .pd-slider-img .slick-track {
    max-height: 440px;
  }
  .tab-pd-description {
    padding: 15px;
  }

  .text.popup .content-section {
    margin: 0 auto 1rem;
    padding: 1.2rem 1rem;
  }

  .zone-list .col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /*----- pdp -----*/
  .slide-events .img-events img {
    height: 430px;
  }
}
@media only screen and (max-width: 667px) {
  .homepage .event-post .post-list > .article figure img {
    height: 180px;
  }

  .blog-post > .blog-list > .article figure img {
    height: 175px;
  }

  .post .pd-list .article figure img {
    height: 290px;
  }

  .shop-gallery .item-box > a img {
    height: 175px;
  }
  .blog-detail .shop-gallery .item-box > a img {
    height: 180px;
  }

  .event-vertical > .post-list > .article figure img {
    height: 175px;
  }

  .pd-slider-img .slick-track {
    max-height: 370px;
  }
  .pd-slider-nav .slick-track {
    max-height: 90px;
  }
  .pd-slider-nav .pd-thumbnail img {
    min-height: 90px;
  }

  /*----- pdp -----*/
  .slide-events .img-events img {
    height: 380px;
  }
}
@media only screen and (max-width: 640px) {
  .homepage .event-post .post-list > .article figure img {
    height: auto;
  }

  .directory-sect > .col.directory-list {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .youtube-player {
    width: 100%;
    height: 354px;
  }

  .post .pd-list .article figure img {
    height: 280px;
  }

  .shop-gallery .item-box {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .pd-slider-img .slick-track {
    max-height: 330px;
  }
  .pd-slider-nav .slick-track {
    max-height: 85px;
  }
  .pd-slider-nav .pd-thumbnail img {
    min-height: 85px;
  }

  /*----- pdp -----*/
  .slide-events .img-events img {
    height: 365px;
  }
}
@media screen and (max-height: 640px) {
  /*----- popup app -----*/
  .popup-application {
    top: 35%;
  }
}
@media only screen and (max-width: 575px) {
  /*----- partners sec -----*/
  .partners li {
    padding: 0 12px !important;
  }

  .app-preview-slider {
    margin-left: -8px !important;
  }
  .app-preview-slider .arrow {
    width: 32px;
    height: 32px;
  }
  .app-preview-slider .slick-prev {
    left: -6px;
  }
  .app-preview-slider .slick-next {
    right: -14px;
  }
  .app-preview-slider .slick-prev:before,
  .app-preview-slider .slick-next:before {
    font-size: 22px;
  }
  .app-preview-slider .slick-list {
    padding-right: 40px !important;
  }

  .blog-post > .blog-list > .article figure img {
    height: 150px;
  }

  .post .pd-list .article figure img {
    height: 245px;
  }

  .shop-gallery .item-box > a img {
    height: 145px;
  }
  .blog-detail .shop-gallery .item-box > a img {
    height: 150px;
  }

  .event-vertical > .post-list > .article figure img {
    height: 150px;
  }

  .pd-slider-nav .slick-track {
    max-height: 75px;
  }
  .pd-slider-nav .pd-thumbnail img {
    min-height: 75px;
  }

  .fc .fc-row .fc-content-skeleton table,
  .fc .fc-row .fc-content-skeleton td,
  .fc .fc-row .fc-helper-skeleton td {
    padding: 2px;
  }
  .fc-basic-view .fc-body .fc-row {
    min-height: 2.5em;
  }

  /*----- pdp -----*/
  .slide-events .img-events img {
    height: 320px;
  }
}
@media only screen and (max-width: 480px) {
  .nav-desk .navbar.topbar ul > li > a {
    font-size: 14px;
  }
  .nav-mb .nav-slide .s-navbar .h-logo {
    left: 15px;
  }
  .nav-mb .nav-slide .s-navbar .close {
    right: 15px;
  }
  .nav-mb .nav-slide {
    padding: 100px 15px 60px;
  }

  .banner-hero {
    display: none;
  }
  .banner-hero-mb {
    display: block;
  }
  .slide-banner .slick-prev,
  .slide-banner .slick-next {
    width: 35px;
    height: 35px;
  }
  .slide-banner .slick-prev {
    left: 15px;
  }
  .slide-banner .slick-next {
    right: 15px;
  }

  .homepage .service-h .service-hr {
    max-width: none;
  }
  .homepage .service-h .service-hr li:first-child::after {
    left: 115%;
  }
  .homepage .highlight-h {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .homepage .hl-direct-section .hl-direct li {
    flex: 0 0 33.3333%;
  }
  .homepage .download-app {
    padding-left: 0;
    padding-right: 0;
  }
  .homepage .download-app .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .homepage .download-app::before {
    border-bottom-width: 35rem;
    border-left-width: 29rem;
  }
  .homepage .download-app figure img {
    width: 80px;
  }
  .homepage .download-app figcaption {
    width: 100%;
    padding: 0 15px;
  }
  .homepage .download-app figcaption .btn-download .btn {
    align-self: baseline;
  }
  .homepage .event-post .post-list {
    flex: 0 0 100%;
  }
  .homepage .event-post .post-list > .article {
    background: #ffffff;
  }
  .homepage .post {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /*----- partners sec -----*/
  .partners li {
    padding: 0 22px !important;
  }

  .services > li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .page-title-60 {
    height: 50vh;
  }
  .page-title-60 .parallax-txt {
    top: 65%;
  }

  #myBtn {
    right: 20px;
    bottom: 20px;
    color: #666666;
  }

  .directory-pages .page-title .parallax-txt {
    top: 60%;
  }
  .directory-pages .plan-sect .plans {
    max-width: 100%;
    padding: 0 15px;
  }
  .directory-pages .plan-sect .plans li {
    height: auto;
  }
  .directory-pages .plan-sect .plan-list {
    flex-direction: row;
    max-width: 100%;
    margin: 15px auto;
    justify-content: center;
  }
  .directory-pages .directory-page-detail .page-title {
    height: 70vh;
  }
  .directory-pages .directory-page-detail .page-title .parallax-txt {
    top: 60%;
    width: 100%;
    text-align: left;
    position: relative;
  }
  .directory-pages
    .directory-page-detail
    .page-title
    .parallax-txt
    .detail-logo {
    width: 35%;
    padding-left: 30px;
  }
  .directory-pages .directory-page-detail .page-title .parallax-txt figcaption {
    width: 65%;
    padding-left: 0;
  }
  .directory-pages .directory-page-detail .info-store {
    padding-left: 0;
    padding-right: 0;
  }
  .directory-pages .directory-page-detail .pro_onapp {
    padding-left: 0;
    padding-right: 0;
  }
  .directory-pages .directory-page-detail .pro_onapp .post {
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }

  .reserve-page {
    flex-direction: column;
    margin: 0 auto;
  }
  .reserve-page li {
    width: 100%;
  }
  .reserve-page li:last-child {
    padding-top: 30px;
  }

  .blog-post > .blog-list {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog-post > .blog-list > .article figure img {
    height: 120px;
  }

  footer .f-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .title-section h2 {
    font-size: 28px;
  }
  .title-section .label-title {
    top: 60% !important;
  }

  .meta_pd {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .currency {
    font-weight: 700;
    color: var(--main-brown-cz) !important;
  }

  .event-page .event-post-section .event-post {
    padding-left: 0;
    padding-right: 0;
  }

  .shop-page .categ-sect .categ-list {
    height: 160px;
  }
  .shop-page .categ-sect .categ-list a {
    padding-left: 20px;
    padding-right: 20px;
  }
  .post .pd-list {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post .pd-list .article figure img {
    height: 415px;
  }

  .event-vertical > .post-list {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .event-vertical > .post-list > .article figure img {
    height: auto;
  }

  .overlay .popup .row-pop {
    height: 100vh !important;
    flex-direction: column;
  }
  .overlay .popup .row-pop .img-section {
    width: 100vw;
    height: 35vh;
  }
  .overlay .popup .row-pop .img-section img {
    width: 100%;
  }
  .overlay .popup .row-pop .img-section .title-section {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .overlay .popup .row-pop .content-section {
    width: 100vw;
  }
  .overlay .popup .row-pop .content-section .content-form {
    overflow: scroll;
    height: 70vh;
    padding-bottom: 40px;
  }
  .overlay .popup .row-pop .content-section .title-section {
    margin-top: 0;
    margin-bottom: 0;
  }
  .overlay .popup .row-pop .content-section .form-signup {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .overlay .popup .row-pop .content-section .sign-to-other {
    margin-top: 1rem;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: rgba(0, 0, 0, 0);
  }
  .overlay .popup .row-pop .content-section .sign-to-other > li span {
    color: #323232;
  }

  .shop-gallery .item-box > a img {
    height: 115px;
  }
  .blog-detail .shop-gallery .item-box > a img {
    height: 120px;
  }

  .product-preview figure.col-lg-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pd-slider-img .slick-track {
    max-height: 350px;
  }
  .pd-slider-img .slick-track {
    max-height: 420px;
  }
  .pd-slider-nav .slick-track {
    max-height: 95px;
  }
  .pd-slider-nav .pd-thumbnail img {
    min-height: 95px;
  }

  .form .field .field-half:not(:first-child) {
    margin-top: 10px;
  }
  .form .field-half {
    max-width: 100% !important;
  }

  .form.form-booking .field-full .col-lg-4 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .form.form-booking .field-full .col-lg-4:first-child,
  .form.form-booking .field-full .col-lg-8 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .meta-price span,
  .meta-price span:last-of-type {
    font-size: 20px;
  }
  .meta-price .h5 {
    max-width: 35%;
  }

  /*----- pdp -----*/
  .slide-events.slick-slider {
    margin-bottom: 20px !important;
  }
  .slide-events .img-events img {
    height: auto;
  }
  .event-content h4 {
    font-size: 1.375rem;
  }
  .event-content p {
    height: 52px;
    font-size: 1.25rem;
  }
  .event-content .text-right a.btn {
    font-size: 18px;
    padding: 5px 20px;
  }
  .slide-events .slick-dots {
    bottom: -10px !important;
  }
  .events-home-sec {
    padding-bottom: 60px !important;
  }

  .faq-title {
    font-size: 2.625rem;
  }
}
@media screen and (max-height: 480px) {
  /*----- popup app -----*/
  .wrapper-popup-app .link-to-app {
    padding: 5px;
  }
  .wrapper-popup-app .link-to-app h6 {
    font-size: 14px !important;
    margin-bottom: 2px;
  }
  .wrapper-popup-app .link-to-app img {
    margin: 0 auto 6px;
    width: 55px;
    height: 55px;
  }
  .wrapper-popup-app .link-to-app label {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 0;
  }
  .popup-application hr {
    margin: 6px auto;
  }
}
@media only screen and (max-width: 414px) {
  /*----- partners sec -----*/
  .partners li {
    padding: 0 15px !important;
  }

  .directory-sect > .col.directory-list {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .directory-sect > .directory-list > a figure img,
  .store-slider .directory-list > a figure img {
    height: 110px;
  }

  .post .pd-list .article figure img {
    height: 350px;
  }

  .shop-gallery .item-box:nth-child(4) > a::before {
    content: "ดูเพิ่มเติม";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(17, 17, 17, 0.75);
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .shop-gallery .item-box:nth-child(n + 5) {
    display: none;
  }
  .shop-gallery .item-box {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .shop-gallery .item-box > a img {
    height: 150px;
  }
  .blog-detail .shop-gallery .item-box > a img {
    height: 160px;
  }

  .pd-slider-img .slick-track {
    max-height: 350px;
  }
  .pd-slider-nav .slick-track {
    max-height: 80px;
  }
  .pd-slider-nav .pd-thumbnail img {
    min-height: 80px;
  }

  .nav-pills-cz .nav-pills .nav-item {
    width: 100%;
  }

  #calendar {
    padding: 10px;
  }
  .fc-toolbar .fc-right .fc-today-button {
    font-size: 16px;
    padding: 0 10px;
  }
  .fc-toolbar .fc-right .btn-group {
    margin-left: 8px;
  }
  .fc .fc-prev-button,
  .fc .fc-next-button {
    font-size: 12px;
    height: 28px;
    padding: 0 10px;
  }
  .fc-toolbar .fc-center .btn {
    font-size: 16px;
    padding: 0 12px;
  }
  .fc-basic-view .fc-body .fc-row {
    min-height: 2em;
  }
}

@media only screen and (max-height: 413px) {
  /*----- branch popup -----*/
  .branch-popup {
    top: 65%;
  }
}

@media only screen and (max-width: 380px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }
  .slick-prev {
    left: 2px;
  }
  .slick-next {
    right: 2px;
  }
  .slick-prev:before,
  .slick-next:before {
    font-size: 1.2rem;
  }

  .homepage .event-post {
    padding: 0 12px;
  }

  .app-preview-slider {
    padding: 0 12px;
  }
  .app-preview-slider .slick-prev {
    left: 5px;
  }
  .app-preview-slider .slick-next {
    right: -5px;
  }

  .shop-page .categ-sect,
  .product-slide {
    padding: 0 12px;
  }
  .post .pd-list .article figure img {
    height: 340px;
  }
  .blog-post > .blog-list > .article figure img {
    height: 110px;
  }

  .shop-gallery .item-box > a img {
    height: 145px;
  }
  .blog-detail .shop-gallery .item-box > a img {
    height: 155px;
  }

  .popup-card {
    padding: 30px 15px !important;
  }

  .pd-slider-img .slick-track {
    max-height: 330px;
  }

  .faq-title {
    font-size: 2.25rem;
  }
}
@media only screen and (max-width: 360px) {
  .nav-desk .navbar.topbar ul > li > a {
    font-size: 13px;
  }

  /*----- mbk app home -----*/
  .tab-app-preview .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /*----- partners sec -----*/
  .partners li img {
    max-height: 55px;
  }
  .partners li {
    padding: 0 12px !important;
  }

  /*----- footer -----*/
  footer .f-social li,
  .contact-section .contact_1 li .contact .c-social li {
    width: 30px;
    height: 30px;
    line-height: 1.4;
  }

  .privilege-page .pri-btn .btn-download .btn {
    margin-bottom: 10px;
  }

  .post .pd-list .article figure img {
    height: 325px;
  }

  .shop-gallery .item-box > a img {
    height: 140px;
  }
  .blog-detail .shop-gallery .item-box > a img {
    height: 145px;
  }

  .pd-slider-img .slick-track {
    max-height: 330px;
  }
  .pd-slider-nav .slick-track {
    max-height: 75px;
  }
  .pd-slider-nav .pd-thumbnail img {
    min-height: 75px;
  }

  .popup .content-section .sign-to-other > li {
    width: 135px;
  }

  .pagination ul li {
    width: 30px;
    height: 30px;
  }
  .pagination ul li span {
    height: 30px;
  }

  .rama-team figcaption h6 {
    font-size: 18px;
  }
}
@media screen and (max-height: 359px) {
  /*----- popup app -----*/
  .popup-application {
    top: 38%;
  }
  /*----- branch popup -----*/
  .branch-popup {
    top: 68%;
  }
}
@media only screen and (max-width: 320px) {
  /*----- mbk app home -----*/
  .mbk-app-text h4 {
    font-size: 20px !important;
  }
  .mbk-app-row .col-cm-1,
  .mbk-app-row .col-cm-2 {
    padding: 0;
  }

  .separator {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .post .pd-list .article figure img {
    height: 285px;
  }

  .shop-gallery .item-box > a img {
    height: 115px;
  }
  .blog-detail .shop-gallery .item-box > a img {
    height: 125px;
  }

  .pd-slider-img .slick-track {
    max-height: 290px;
  }
  .pd-slider-nav .slick-track {
    max-height: 65px;
  }
  .pd-slider-nav .pd-thumbnail img {
    min-height: 65px;
  }

  .overlay .popup .row-pop {
    height: 100vh !important;
    flex-direction: column;
  }
  .overlay .popup .row-pop .img-section {
    width: 100vw;
    height: 35vh;
  }
  .overlay .popup .row-pop .img-section img {
    width: 100%;
  }
  .overlay .popup .row-pop .img-section .title-section {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .overlay .popup .row-pop .content-section {
    width: 100vw;
  }
  .overlay .popup .row-pop .content-section .title-section {
    margin-top: 0;
    margin-bottom: 0;
  }
  .overlay .popup .row-pop .content-section .form-signup {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0;
    padding-right: 0;
  }
  .overlay .popup .row-pop .content-section .form-signup div .field {
    margin-bottom: 5px !important;
  }
  .overlay .popup .row-pop .content-section .form-signup label {
    margin-bottom: 0;
  }
  .overlay .popup .row-pop .content-section .form-signup .mb-2 {
    margin-bottom: 0 !important;
  }
  .overlay .popup .row-pop .content-section .sign-to-other {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background: rgba(0, 0, 0, 0);
  }
  .overlay .popup .row-pop .content-section .sign-to-other > li span {
    color: #323232;
  }

  .g-recaptcha {
    display: inline-block;
    -webkit-transform: scale(0.86);
    -ms-transform: scale(0.86);
    transform: scale(0.86);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .pd-slider-img .slick-track {
    max-height: 290px;
  }
}

/*# sourceMappingURL=main.css.map */
