/*
! tailwindcss v3.3.1 | mit license | https://tailwindcss.com
*/

/*
1. prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentcolor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. use a consistent sensible line-height in all browsers.
2. prevent adjustments of font size after orientation changes in ios.
3. use a more readable tab size.
4. use the user's configured `sans` font-family by default.
5. use the user's configured `sans` font-feature-settings by default.
6. use the user's configured `sans` font-variation-settings by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, blinkmacsystemfont, "segoe ui", roboto, "helvetica neue", arial, "noto sans", sans-serif, "apple color emoji", "segoe ui emoji", "segoe ui symbol", "noto color emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. remove the margin in all browsers.
2. inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. add the correct height in firefox.
2. correct the inheritance of border color in firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
add the correct text decoration in chrome, edge, and safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
add the correct font weight in edge and safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. use the user's configured `mono` font family by default.
2. correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, sfmono-regular, menlo, monaco, consolas, "liberation mono", "courier new", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. remove text indentation from table contents in chrome and safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. correct table border color inheritance in all chrome and safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. change the font styles in all browsers.
2. remove the margin in firefox and safari.
3. remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
remove the inheritance of text transform in edge and firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. correct the inability to style clickable types in ios and safari.
2. remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
use the modern firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
remove the additional `:invalid` styles in firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#l728-l737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
add the correct vertical alignment in chrome and firefox.
*/

progress {
  vertical-align: baseline;
}

/*
correct the cursor style of increment and decrement buttons in safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. correct the odd appearance in chrome and safari.
2. correct the outline style in safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
remove the inner padding in chrome and safari on macos.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. correct the inability to style clickable types in ios and safari.
2. change font properties to `inherit` in safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
add the correct display in chrome and safari.
*/

summary {
  display: list-item;
}

/*
removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. reset the default placeholder opacity in firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   this can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* make elements with the html hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

body {
  font-family: ui-sans-serif, system-ui, -apple-system, blinkmacsystemfont, "segoe ui", roboto, "helvetica neue", arial, "noto sans", sans-serif, "apple color emoji", "segoe ui emoji", "segoe ui symbol", "noto color emoji";
  font-size: 13px;
  font-weight: 300;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container {
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

.mwt-container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 576px) {
  .mwt-container {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .mwt-container {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .mwt-container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .mwt-container {
    width: 1100px;
  }
}

@media (min-width: 1400px) {
  .mwt-container {
    width: 1100px;
  }
}

.mwt-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.\!bottom-\[-11px\] {
  bottom: -11px !important;
}

.bottom-\[-30\%\] {
  bottom: -30%;
}

.bottom-\[-70\%\] {
  bottom: -70%;
}

.bottom-\[-70px\] {
  bottom: -70px;
}

.left-0 {
  left: 0px;
}

.left-\[50\%\] {
  left: 50%;
}

.top-0 {
  top: 0px;
}

.z-50 {
  z-index: 99999;
}
/* .z-50 {
  z-index: 50;
} */

.m-\[20px_0\] {
  margin: 20px 0;
}

.m-\[20px_auto_30px\] {
  margin: 20px auto 30px;
}

.m-\[25px_0\] {
  margin: 25px 0;
}

.m-\[30\%_0\] {
  margin: 30% 0;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[120px\] {
  margin-bottom: 120px;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[20\%\] {
  margin-bottom: 20%;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[30\%\] {
  margin-bottom: 30%;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[40\%\] {
  margin-bottom: 40%;
}

.mb-\[50px\] {
  margin-bottom: 50px;
}

.mb-\[5px\] {
  margin-bottom: 5px;
}

.ml-\[-15px\] {
  margin-left: -15px;
}

.ml-\[20px\] {
  margin-left: 20px;
}

.mr-\[-15px\] {
  margin-right: -15px;
}

.mt-\[-15px\] {
  margin-top: -15px;
}

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[45px\] {
  margin-top: 45px;
}

.mt-\[5\%\] {
  margin-top: 5%;
}

.mt-\[50px\] {
  margin-top: 50px;
}

.mt-\[5px\] {
  margin-top: 5px;
}

.mt-\[75px\] {
  margin-top: 75px;
}

.mt-\[105px\] {
  margin-top: 105px;
}

.mt-\[125px\] {
  margin-top: 125px;
}

.mt-\[115px\] {
  margin-top: 115px;
}

.mt-\[185px\] {
  margin-top: 185px;
}

.mt-\[95px\] {
  margin-top: 95px;
}

.mt-\[135px\] {
  margin-top: 135px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.h-\[160px\] {
  height: 160px;
}

.h-\[180px\] {
  height: 180px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[80vh\] {
  height: 80vh;
}

.w-\[20\%\] {
  width: 20%;
}

.w-\[30\%\] {
  width: 30%;
}

.w-\[33\%\] {
  width: 33%;
}

.w-\[49\%\] {
  width: 49%;
}

.w-\[65\%\] {
  width: 65%;
}

.w-\[70\%\] {
  width: 70%;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[95\%\] {
  width: 95%;
}

.w-full {
  width: 100%;
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewx(var(--tw-skew-x)) skewy(var(--tw-skew-y)) scalex(var(--tw-scale-x)) scaley(var(--tw-scale-y));
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-black\/10 {
  border-color: rgb(35 35 35 / 0.1);
}

.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(0 103 144 / var(--tw-border-opacity));
}

.bg-black\/10 {
  background-color: rgb(35 35 35 / 0.1);
}

.bg-black\/5 {
  background-color: rgb(35 35 35 / 0.05);
}

.bg-fff {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-fff\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(0 103 144 / var(--tw-bg-opacity));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(234 85 51 / var(--tw-bg-opacity));
}

.p-\[0_10px\] {
  padding: 0 10px;
}

.p-\[0_5px\] {
  padding: 0 5px;
}

.p-\[10px_0\] {
  padding: 10px 0;
}

.p-\[10px_10px_10px_0\] {
  padding: 10px 10px 10px 0;
}

.p-\[10px_10px_10px_20px\] {
  padding: 10px 10px 10px 20px;
}

.p-\[10px_5px\] {
  padding: 10px 5px;
}

.p-\[15px\] {
  padding: 15px;
}

.p-\[15px_0\] {
  padding: 15px 0;
}

.p-\[20px_0\] {
  padding: 20px 0;
}

.p-\[5px\] {
  padding: 5px;
}

.\!pb-\[10px\] {
  padding-bottom: 10px !important;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[20\%\] {
  padding-bottom: 20%;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[60px\] {
  padding-bottom: 60px;
}

.pb-\[80\%\] {
  padding-bottom: 80%;
}

.pb-\[90\%\] {
  padding-bottom: 90%;
}

.pl-0 {
  padding-left: 0px;
}

.pl-\[20px\] {
  padding-left: 20px;
}

.pt-\[25px\] {
  padding-top: 25px;
}

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

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

.font-serif {
  font-family: ui-serif, georgia, cambria, "times new roman", times, serif;
}

.\!text-\[17px\] {
  font-size: 17px !important;
}

.\!text-\[18px\] {
  font-size: 18px !important;
}

.\!text-\[21px\] {
  font-size: 21px !important;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[21px\] {
  font-size: 21px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[3rem\] {
  font-size: 3rem;
}

.font-bold {
  font-weight: 700;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.\!leading-\[1\.6em\] {
  line-height: 1.6em !important;
}

.leading-\[25px\] {
  line-height: 25px;
}

.tracking-\[\.1em\] {
  letter-spacing: .1em;
}

.tracking-\[\.25em\] {
  letter-spacing: .25em;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(35 35 35 / var(--tw-text-opacity));
}

.text-black-grey {
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

.text-black\/80 {
  color: rgb(35 35 35 / 0.8);
}

.text-fff {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(0 103 144 / var(--tw-text-opacity));
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(234 85 51 / var(--tw-text-opacity));
}

.\[border-bottom\:solid_1px\] {
  border-bottom: solid 1px;
}

.\[border-bottom\:solid_1px_\#dedede\] {
  border-bottom: solid 1px #dedede;
}

.\[border-bottom\:solid_1px_\#ccc\] {
  border-bottom: solid 1px #ccc;
}

.\[border-top\:solid_1px_\#dedede\] {
  border-top: solid 1px #dedede;
}

.\[text-shadow\:none\] {
  text-shadow: none;
}

img{
  max-width:100%;
}

.top-btn {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 40;
  display: none;
  height: 50px;
  width: 50px;
  border-radius: 35px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

@media (max-width: 576px) {
  .top-btn {
    bottom: 80px;
    right: 20px;
  }
}

@media (min-width: 576px) {
  .top-btn {
    display: none;
  }
}

.top-btn svg {
  height: 50px;
  width: 50px;
  fill: #ea5533;
}

.nav-toggle {
  position: absolute;
  left: 20px;
  top: 10px;
  height: 40px;
  width: 40px;
  text-decoration-line: none;
  cursor: pointer;
}

.nav-toggle>i {
  position: relative;
  display: block;
  height: 35px;
  width: 30px;
}

.nav-toggle>i::before {
  position: absolute;
  left: 0px;
  top: 13px;
  height: 1px;
  width: 90%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity));
  content: '';
  content: var(--tw-content);
  transition: all .2s;
}

.nav-toggle>i::after {
  position: absolute;
  left: 0px;
  bottom: 13px;
  height: 1px;
  width: 90%;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity));
  content: '';
  content: var(--tw-content);
  transition: all .2s;
}

.search-btn {
  position: absolute;
  top: 18px;
  right: 20px;
}

@media (min-width: 576px) {
  .search-btn {
    right: 0px;
  }
}

@media (max-width:1154px) {
  .search-btn {
    top: 12px;
  }
}

.search-btn>img {
  width: 18px;
}

a.coupon-btn {
  position: absolute;
  right: 50px;
  top: 5px !important;
  display: inline-block;
  border-radius: 5px;
  border-width: 0px !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 82 82 / var(--tw-bg-opacity));
  padding: 5px 10px;
  font-weight: 600;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

@media (min-width:1145px) {
  a.coupon-btn {
    top: 12px !important;
  }
}

.desktop>ul>li:first-child>a {
  margin-top: 10px;
  margin-right: 10px;
  display: inline-block !important;
  border-radius: 5px;
  border-width: 0px !important;
  --tw-bg-opacity: 1;
  background-color: rgb(255 82 82 / var(--tw-bg-opacity));
  padding: 3px !important;
  font-size: 13px !important;
  font-weight: 600;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

a.coupon-btn::after ,
.desktop>ul>li:first-child>a::after
{
  margin-left: 5px;
  display: inline-block;
  padding-left: 5px;
  --tw-content: '%';
  content: var(--tw-content);
  border-left: dotted 1px #fff;
}

/*
nav導覽列
*/

nav.desktop {
  display: flex;
  justify-content: center;
  box-shadow: 0px 3px 10px -8px rgba(0,0,0,.7);
}

nav.topmenu {
  margin-top: 4px;
  display: flex;
  justify-content: center;
}

@media (max-width:1145px) {
  nav.topmenu {
    display: none;
  }
}

.nav-toggle {
  display: none;
}

@media (max-width:1154px) {
  .nav-toggle {
    top: 5px;
    display: block;
  }
}

nav.desktop>ul {
  display: flex;
  overflow-x: auto;
}

@media (max-width: 576px) {
  nav.desktop>ul {
    width: 100%;
    padding: 0 10px;
    white-space: nowrap;
  }
}

nav.topmenu>ul {
  display: none;
}

@media (min-width: 768px) {
  nav.topmenu>ul {
    display: flex;
  }
}

/* nav.desktop ul.area-menu>li:last-child{
  @apply [@media(max-width:1145px)]:hidden
} */

nav.desktop ul.area-menu>li,
nav.topmenu ul.area-menu>li {
  position: relative; display: inline-block;
}

nav.topmenu ul.area-menu li>a {
  display: block;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 103 144 / var(--tw-text-opacity));
}

nav.topmenu ul.area-menu li>a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 103 144 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: all .5s;
}

nav.desktop ul.area-menu li>a {
  display: flex;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(234 85 51 / var(--tw-text-opacity));
}

nav.desktop ul.area-menu li>a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 85 51 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: all .5s;
}

nav.topmenu ul.area-menu li>a {
  display: block;
  padding: 12px 15px;
  font-size: 15px;
  font-weight: 400;
}

nav.topmenu ul.area-menu li>a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 103 144 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: all .5s;
}

nav.mobile ul.area-menu li>a svg {
  display: inline-block;
  height: 20px;
  width: 20px;
  fill: #ea5533;
}

@media (max-width: 576px) {
  nav.mobile ul.area-menu li>a svg {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

nav.desktop ul.area-menu li>a svg {
  margin-right: 5px;
  display: inline-block;
  height: 20px;
  width: 20px;
  fill: #ea5533;
}

nav.mobile ul.area-menu li>a svg {
  display: inline-block;
  height: 20px;
  width: 20px;
}

@media (max-width: 576px) {
  nav.mobile ul.area-menu li>a svg {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

nav.desktop ul.area-menu li>a:hover svg {
  fill: #ffffff;
}

nav.desktop ul.area-menu li.coupon {
  padding: 7px 15px;
}

nav.desktop ul.area-menu li.coupon>a {
  min-width: 90px;
  border-radius: 5px;
  padding: 5px 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: #ff5252;
}

nav.desktop ul.area-menu li.coupon>a::after {
  margin-left: 5px;
  display: inline-block;
  padding-left: 5px;
  --tw-content: '%';
  content: var(--tw-content);
  border-left: dotted 1px #fff;
}

/*第二層*/

nav ul.area-menu>li:hover>a ul {
  display: block;
}

nav ul.area-menu>li>a ul {
  position: absolute;
  z-index: 50;
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 232 / var(--tw-bg-opacity));
  text-align: center;
}

nav ul.area-menu>li>a ul>li>a {
  display: block;
  white-space: nowrap;
  padding: 10px 20px !important;
}

nav ul.area-menu>li>a ul>li>a:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(234 85 50 / var(--tw-bg-opacity)) !important;
}

nav.mobile ul.area-menu li.coupon>a {
  display: inline-block;
  width: auto;
}

nav ul.area-menu li.coupon>a {
  border-radius: 5px;
  padding: 5px 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background: #ff5252;
}

nav ul.area-menu li.coupon>a::after {
  margin-left: 5px;
  display: inline-block;
  padding-left: 5px;
  --tw-content: '%';
  content: var(--tw-content);
  border-left: dotted 1px #fff;
}

nav ul.area-menu li.coupon>a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(198 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition: all .5s;
}

nav.mobile {
  position: absolute;
  top: 0px;
  left: -100%;
  height: 100vh;
  width: 95%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 30px 20px;
  box-shadow: 1px 0 20px rgba(0,0,0,.3);
  transition: all .5s;
}

@media (min-width: 576px) {
  nav.mobile {
    left: -310px;
    width: 300px;
  }
}

nav.mobile ul.area-menu>li>a ul {
  position: relative;
  text-align: left;
}

body.nav-active nav.mobile {
  left: 0px;
  z-index: 40;
  transition: all .5s;
}

nav.mobile a.close-menu {
  margin: 0 15px 50px auto;
  display: block;
  height: 35px;
  width: 35px;
}

nav.mobile a.close-menu>svg {
  margin-bottom: 20px;
  height: 30px;
  width: 30px;
}

nav.mobile ul>li {
  position: relative;
}

nav.mobile ul>li>a {
  display: block;
  width: 80%;
  padding: 15px 0;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .15rem;
}

@media (min-width: 576px) {
  nav.mobile ul>li>a {
    font-size: 1.0rem;
  }
}

nav.mobile ul>li>a>svg {
  display: inline-block !important;
}

nav.mobile ul>li a.menu-plus {
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 50;
  display: block;
  height: 30px;
  width: 30px;
  padding: 0px;
  text-align: center;
  font-size: 24px;
  font-weight: 200;
  line-height: 20px;
}

nav.mobile ul>li ul {
  width: 90%;
}

nav.mobile ul>li>ul {
  margin-left: 10px;
  margin-bottom: 20px;
  display: none;
}

nav.mobile ul>li>ul>li>a {
  display: block;
  padding: 3px 0;
  font-size: .885rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: .15rem;
}

nav.mobile svg {
  height: 28px;
  width: 28px;
}

/*
topbox
*/

.top1 {
  position: relative;
  margin-bottom: 20px;
  background-size: cover !important;
  padding-bottom: 120%;
  text-align: center;
}

@media (min-width: 992px) {
  .top1 {
    margin-bottom: 0px;
    padding-bottom: 144%;
  }
}

.top1 .post-info {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 90%;
  --tw-translate-x: -50%;
  --tw-translate-y: -35%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewx(var(--tw-skew-x)) skewy(var(--tw-skew-y)) scalex(var(--tw-scale-x)) scaley(var(--tw-scale-y));
}

@media (min-width: 992px) {
  .top1 .post-info {
    width: 80%;
  }
}

.top1 .tag-link {
  margin-bottom: 20px;
  display: inline-block;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: rgba(0,0,0,.85);
  padding: 3px 8px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border: solid 1px;
}

.top1 .tag-link a {
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-shadow: rgba(0,0,0,.7) 0.1em 0.1em 0.1em;
}

@media (max-width: 576px) {
  .top1 .post-info h2 {
    background-color: rgba(0,0,0,.3);
    padding: 20px;
  }
}

h2.text-left { text-align: left!important;} 
.top1 .post-info h2{ text-align: left;}
.top1 .post-info h2>a {
  font-size: 21px;
  font-weight: 500;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-shadow: rgba(0,0,0,.7) 0.1em 0.1em 0.1em;
}

/*.main-content .post-info h2>a { color: #000; text-decoration: none; font-weight: 300;}*/
.single-post section.post .post-list .post-info h2>a{ color: #000; text-decoration: none; font-weight: 300!important;}
.tagslist{ background: #fafafa; color: #111!important; text-align: left; padding: 10px 20px 10px 40px; position: relative;} 
.tagslist a{ border: 0!important; color: #111!important; text-decoration: none!important; padding: 5px 0 5px 5px!important; font-size: 13px!important; }
.tagslist a:hover{ color: #666!important;}
.tagslist:before { position: absolute; content: ''; width: 16px; height: 16px; left: 20px; top: 22px; background: no-repeat; background-position: center; background-size:contain;}

.post-info h2>a {
  font-size: 14px;
  font-weight: 500;
  line-height: .5rem !important;
}

@media (max-width: 576px) {
  .tagslist a{ padding: 0px 0 0px 5px!important; }
}

@media (min-width: 576px) {
  .post-info h2>a {
    font-size: 16px !important;
  }
}

/*
toplist
*/

.top-list>div {
  margin-bottom: 30px;
  width: 50%;
  text-align: left;
}

@media (min-width: 992px) {
  .top-list>div {
    margin-bottom: 15px;
    text-align: center;
  }
}

.top-list>div:nth-of-type(odd) {
  margin-left: 0px;
  width: 100%;
}

@media (min-width: 992px) {
  .top-list>div:nth-of-type(odd) {
    margin-right: 10px;
    width: calc(50% - 10px);
  }
}

.top-list>div:nth-of-type(even) {
  margin-left: 0px;
  width: 100%;
}

@media (min-width: 992px) {
  .top-list>div:nth-of-type(even) {
    margin-left: 10px;
    width: calc(50% - 10px);
  }
}

.top-list .album {
  margin-bottom: 0px;
  height: 110px;
  width: 40%;
  overflow: hidden;
}

.top1{ overflow: hidden;}
.top1 .post-info{ z-index: 1;}
.top1 .album { position: absolute; height: 100%; z-index: 0;}
.top1 .album img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; object-position: center; }
.top-list .album a{ display: block;}
.top-list .album img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; object-position: center; }
@media (max-width: 992px) {
  .top-list .album a{ display: inline;}
}

@media (min-width: 992px) {
  .top-list .album {
    margin-bottom: 15px;
    width: 100%;
    padding-bottom: 50%;
  }
}

.post-list .album {
  margin-bottom: 0px;
  height: 110px;
  width: 40%;
}

@media (min-width: 992px) {
  .post-list .album {
    margin-bottom: 15px;
    width: 100%;
    padding-bottom: 70%;
  }
}

.subject-list .album {
  margin-bottom: 0px;
  height: 110px;
  width: 40%;
}

@media (min-width: 992px) {
  .subject-list .album {
    margin-bottom: 15px;
    width: 100%;
    padding-bottom: 55%;
  }
}

.top-list .post-info,
.post-list .post-info,
.subject-list .post-info {
  width: 60%;
  padding: 0 0 0 10px;
}

@media (min-width: 992px) {
  .top-list .post-info,
.post-list .post-info,
.subject-list .post-info {
    width: 100%;
    padding: 0 10px 20px;
  }
}

.top-list .post-info .tag-link,
.post-list .post-info .tag-link {
  margin-bottom: 15px;
  display: inline-block;
  --tw-border-opacity: 1;
  border-color: rgb(35 35 35 / var(--tw-border-opacity));
  padding: 3px 8px;
  border: solid 1px;
}

.top-list .post-info .tag-link>a,
.post-list .post-info .tag-link>a {
  font-size: 14px;
  font-weight: 500;
}

.top-list .post-info h2,
.post-list .post-info h2,
.subject-list .post-info h2 {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}

@media (min-width: 992px) {
  .top-list .post-info h2,
.post-list .post-info h2,
.subject-list .post-info h2 {
    font-size: 16px;
  }
}

.post-list>div {
  margin-bottom: 20px;
  margin-right: 10px;
  text-align: left;
}

@media (min-width: 992px) {
  .post-list>div {
    margin-bottom: 15px;
    text-align: center;
  }
}

.post-list>div:last-child {
  margin-right: 0px;
}

.subject-list>div:first-child {
  margin-bottom: 20px;
}

.post .title h2 svg,
.subject .title h2 svg {
  margin-right: 7px;
  display: inline-block;
  height: 25px;
  width: 25px;
  fill: #ea5533;
}

@media (min-width: 576px) {
  .post .title h2 svg,
.subject .title h2 svg {
    height: 32px;
    width: 32px;
  }
}

.post .title,
.subject .title {
  border:solid 1px #ea5533;
  border-radius: 5px;
  position:relative;
  padding:14px;
}

.post .title h2,
.subject .title h2{
  background:#fff;
  padding:5px 20px;
  position:absolute;
  bottom:-1px;
  left:20px;
  border-radius:10px 10px 0 0;
  border:solid 1px #ea5533;
  border-bottom:solid 1px #fff;
  color:#ea5533;
}

.post .title a,
.subject .title a{
  position:absolute;
  right:0;
  top:0;
  border-left:solid 1px#ea5533;
  padding:2px 15px;
  border-radius:0 4px 4px 0;
  color:#ea5533;
  line-height: 23px;
}

/*
footer
*/

footer ul.area-menu {
  display: flex;
  flex-wrap: wrap;
}

footer ul.area-menu>li {
  margin: 5px;
  width: calc((100% - 20px) / 2);
  text-align: center;
  border: solid 1px #fff;
}

@media (min-width: 576px) {
  footer ul.area-menu>li {
    width: 28%;
  }
}

footer ul.area-menu>li>a {
  display: inline-block;
  padding: 7px;
  font-size: 15px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer ul.catetory-menu>li {
  float: left;
  width: 50%;
  padding: 5px;
  text-align: center;
}

@media (min-width: 576px) {
  footer ul.catetory-menu>li {
    float: none;
    width: 100%;
    padding: 0px;
    text-align: left;
  }
}

footer ul.catetory-menu>li>a {
  padding: 5px 10px;
  border: solid 1px #fff;
}

@media (min-width: 576px) {
  footer ul.catetory-menu>li>a {
    border-width: 0px;
    padding: 0px;
  }
}

footer ul.catetory-menu>li>a>svg, footer ul.catetory-menu>li>a>img {
  margin-right: 5px;
  display: inline-block;
  height: 26px;
  width: 26px;
  fill: #ffffff;
}

@media (max-width: 576px) {
  footer ul.hot-post {
    padding: 10px 20px;
  }
}

footer ul.hot-post>li {
  list-style-type: disc;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  margin-bottom: 5px;
  border-bottom: dotted 1px #fff;
}

footer ul.catetory-menu>li>a {
  margin-bottom: 10px;
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer ul.hot-post>li>a {
  margin-bottom: 5px;
  display: block;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer ul.area-menu>li.coupon {
  display: none;
}

footer ul.social {
  text-align: center;
}

footer ul.social>li {
  margin-right: 7px;;
  display: inline-block;
}

.copyright ul {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (min-width: 768px) {
  .copyright ul {
    width: 30%;
    justify-content: flex-start;
  }
}

.copyright p {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .copyright p {
    margin-top: 0px;
    width: 50%;
    text-align: right;
  }
}

.copyright ul>li {
  margin-right: 10px;
}

.copyright ul a {
  padding: 5px 10px;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(0 103 144 / var(--tw-text-opacity));
}

/*
分頁
*/

.pagenav .paviinfo {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  margin-bottom: 10px;
}

.pagenav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagenav .pagenav>a{
  font-size:16px;
  display:inline-block;
  padding:5px 10px;
  font-weight:400;
}

.pagenav .pagenav>a.current{
  color:#fff;
  background:#006790;
  width:30px;
  height:30px;
  border-radius:30px;
  margin-top:2px;
  line-height:20px;
}

/*
archive
*/

.p-breadcrumb {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(35 35 35 / 0.2);
  padding: 10px;
}

@media (min-width: 992px) {
  .p-breadcrumb {
    padding: 10px 5px;
  }
}

.p-breadcrumb ul {
  display: flex;
}

.p-breadcrumb ul>li:first-child {
  display: none;
}

.p-breadcrumb ul>li:before {
  content: ">";
  display: inline-block;
  font-family: "design_plus";
  font-size: 10px;
  margin-left: 2px;
  margin-right: 2px;
}

.p-breadcrumb ul li a, .p-breadcrumb ul li span {
  font-size: 14px;
}

.select-item .select {
  display: block;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.select-item a.select>b {
  position: absolute;
  right: 10px;
  background: #fff;
  display: block;
  top: 8px;
  border-radius: 20px;
  padding:5px
}

.select-item a.select {
  position: relative;
}

.select-item a.select>b {
  position: absolute;
  top: 8px;
  right: 10px;
  display: block;
  border-radius: 20px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 5px;
}

.select-item  a.select>b>svg {
  height: 16px;
  width: 16px;
}

.select-item ul>li>a {
  display: block;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: rgb(35 35 35 / 0.2);
  padding: 7px 12px;
  font-size: 15px;
  font-weight: 400;
}

.select-item ul>li>a:hover {
  background-color: rgb(35 35 35 / 0.05);
}

.select-item ul {
  display: none;
}

.select-item ul.open {
  display: block;
}

.post-info span {
  font-size: 14px;
  font-weight: 400;
  color: rgb(60 60 60 / 0.9);
}

.post-info a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55em;
}

.info svg {
  margin-right: 10px;
  margin-top: -7px;
  display: inline-block;
  height: 48px;
  width: 48px;
}

.coupon.info svg {
  margin-right: 10px;
  margin-top: -5px;
  display: inline-block;
  height: 40px;
  width: 40px;
}

@media (max-width: 576px) {
  .coupon.info svg {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

/*
coupon
*/

.list-coupon h2>a {
  margin-top: 7px;
  display: block;
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 576px) {
  .list-coupon h2>a {
    font-size: 13px;
  }
}

.discount {
  display: block;
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  text-align: center;
  padding: 20px 20px 0 20px;
  background: #ff5252eb;
  border-radius: 40px 0 0 0;
}

.discount_txt svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
  margin-top: -2px;
}

.discount_txt {
  position: absolute;
  left: 50%;
  top: 5px;
  z-index: 10;
  width: 150px;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewx(var(--tw-skew-x)) skewy(var(--tw-skew-y)) scalex(var(--tw-scale-x)) scaley(var(--tw-scale-y));
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/*
single.php
*/

.single-post-info {
  margin-top: 20px;
  text-align: center;
}

.share-link {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}

@media (max-width: 576px) {
  .share-link {
    position: fixed;
    bottom: -10px;
    left: 0px;
    z-index: 20;
    width: 100%;
    background-color: rgb(35 35 35 / 0.9);
  }
}

.share-link>a {
  margin-right: 10px;
  display: inline-block;
  padding: 10px;
  --tw-text-opacity: 1 !important;
  color: rgb(60 60 60 / var(--tw-text-opacity)) !important;
}

@media (max-width: 576px) {
  .share-link>a {
    margin-right: 0px;
    width: 33.333333%;
    border-right-width: 1px;
    border-style: solid;
    padding: 10px 0;
    text-align: center;
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
  }
}

.share-link>a>i {
  font-size: 34px;
}

.share-link i.fa-brands.fa-line {
  --tw-text-opacity: 1;
  color: rgb(7 198 86 / var(--tw-text-opacity));
}

@media (max-width: 576px) {
  .share-link i.fa-brands.fa-line {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.share-link i.fa-brands.fa-facebook {
  --tw-text-opacity: 1;
  color: rgb(8 101 254 / var(--tw-text-opacity));
}

@media (max-width: 576px) {
  .share-link i.fa-brands.fa-facebook {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.share-link i.fa-brands.fa-twitter {
  --tw-text-opacity: 1;
  color: rgb(29 161 242 / var(--tw-text-opacity));
}

@media (max-width: 576px) {
  .share-link i.fa-brands.fa-twitter {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

/* .share-link>a:nth-of-type(1){
  @apply xs:bg-[#1da1f2]
} */

@media (max-width: 576px) {
  .share-link>a:nth-of-type(2) {
    --tw-bg-opacity: 1;
    background-color: rgb(8 101 254 / var(--tw-bg-opacity));
  }

  .share-link>a:nth-of-type(3) {
    --tw-bg-opacity: 1;
    background-color: rgb(7 198 86 / var(--tw-bg-opacity));
  }
}

.single-post,
.main-content {
  font-size: 1.15em;
  line-height: 1.7em;
  letter-spacing: .1em;
}

.single-post p,
.main-content p,
.single-post span,
.main-content span {
  margin: 20px 0;
  font-size: 16px;
  letter-spacing: .11em;
}

.main-content p:after{ display: none;}

@media (min-width: 992px) {
  .single-post p,
.main-content p,
.single-post span,
.main-content span {
    font-size: 17px;
  }
}

.single-post b,
.single-post strong,
.single-post b,
.single-post strong {
  margin: 20px 0 5px;
  display: block;
}

.single-post .ad {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-around;
}

.single-post .ad>div {
  height: 280px;
  /*width: 320px;*/
  width: 336px;
  background-color: rgb(60 60 60 / 0.05);
}

@media (max-width: 1023px) {
  .single-post .ad { display: block; }
  .single-post .ad>div { margin: auto; margin-top: 20px;}
}

.single-post .main-content {
  margin-top: 30px;
}

.single-post .main-content p {
  letter-spacing: .11em;
}

.single-post .main-content img {
  margin: 18px 0;
}

.single-post table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
  margin:20px 0;
}

.single-post th {
  background: #fafafa;
  font-weight: 400;
  width: 10em;
  vertical-align: middle;
}

.single-post td,  
.single-post th {
  border: 1px solid #ddd;
  padding: 10px 15px 7px;
  line-height: 2.2;
  font-size: 14px;
}

.single-post td{
  background: #fff;
}

.main-content a {
  color: #1e73be;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
}

.single-post header {
  margin-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  font-size: 21px;
}

@media (max-width: 576px) {
  .single-post header {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 6px;
  }
}

.single-post header svg {
  display:inline-block;
  margin:-7px 20px 0;
  width:30px;
  height:30px;
}

.single-footer-ad {
  margin-bottom: 15px;
  width: 100%;
  background-color: rgb(35 35 35 / 0.05);
  padding: 15px 0;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  color: rgb(60 60 60 / 0.1);
}

@media (max-width: 576px) {
  iframe {
    width: 100%;
  }
}

/*
single tpl
*/

.single-post h1,
.main-content h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25em;
}

@media (min-width: 576px) {
  .single-post h1,
.main-content h1 {
    margin-top: 10px;
  }
}

.single-post h2,
.main-content h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
}

.single-post h3,
.main-content h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.single-post h4,
.main-content h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 500;
}

.main-content ol li>a {
  display: inline-block;
  padding: 3px;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity));
}

.main-content ol li>ol {
  margin-left: 15px;
  margin-bottom: 10px;
}

.main-content figure>figcaption {
  background: #f7f7f7;
  padding: 5px 15px;
  text-align: right;
  margin-top: -20px;
  border: solid 1px #e4e4e4;
  font-size: 14px;
}

.main-content .yt{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.main-content .gmap{
  position: relative;
  width: 100%;margin-bottom: 30px;
  /* padding-bottom: 56.25%; */
}

.main-content .gmap.open{
  padding-bottom: 56.25%;
}

.main-content .gmap.open iframe {
  margin-top: 50px;
  display: block;
}

.main-content .gmap>iframe{
  display: none;
}

a.openmap {
  display: inline-block;
  background: #ff5252;
  border-radius: 5px;
  padding: 7px 25px 7px 50px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

a.closemap {
  display: inline-block;
  background: #ff5252;
  border-radius: 5px;
  padding: 7px 25px;
  color: #fff;
  text-decoration: none;
  position: relative;
}

a.openmap::before {
  content: ;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  position: absolute;
  left:20px
}

.main-content .yt iframe,
.main-content .gmap iframe {
  position: absolute;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
}

.main-content .profile {
  margin: 10px auto;
  display: flex;
  justify-content: center;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity));
  padding: 10px;
}

@media (min-width: 576px) {
  .main-content .profile {
    padding: 20px;
  }
}

.main-content .profile b {
  font-size: 17px;
}

.main-content .profile p {
  margin: 0px;
  font-size: 15px;
}

.main-content .profile a.more-post {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background: #aecc53;
  padding: 10px 15px;
}

.main-content ol.etc {
  background: #f4f4f4;
  padding: 20px;
  border: solid 1px #ccc;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.main-content ol.etc.open{
  height: auto;
  padding-bottom:50px;
}

a.openetc{
  position: absolute;
  bottom: -30px;
  left:50%;
  transform:translate(-50%,-50%);
  display: inline-block;
  background: #ff5252;
  border-radius: 5px;
  padding: 7px 25px;
  color: #fff;
  text-decoration: none;
  z-index: 99;
}

a.closeetc {
  position: absolute;
  bottom: -30px;
  left:50%;
  transform:translate(-50%,-50%);
  display: inline-block;
  background: #ff5252;
  border-radius: 5px;
  padding: 7px 25px;
  color: #fff;
  text-decoration: none;
  z-index: 99;
  display: none;
}

.main-content ol.etc.open .txtgradient{
  display: none;
}

.txtgradient {
  position: absolute;
  z-index: 2;
  height: 80px;
  bottom: 0;
  width: 100%;
  left: 0;
  background: -webkit-linear-gradient(bottom,rgb(255,255,255) 15%,rgba(255, 255, 255, 0) 100%);
}

.profile-info {
  width: calc(100% - 120px);
  padding: 0 0 0 20px;
}

@media (min-width: 576px) {
  .profile-info {
    margin-left: 30px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .profile-info>b {
    margin: 0px;
  }
}

.profile-info>p {
  line-height: 1.25rem;
}

.agoda,.booking,.klook {
  display: inline-block;
  width: 150px;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity));
  padding: 0 20px;
}

.single-post section.post h2 {
  line-height: 1.2em;
}

.single-post section.post .post-list .album {
  margin-bottom: 0px;
}

@media (max-width: 576px) {
  .single-post section.post .post-list .album {
    height: 100px;
    width: 100px;
  }
}

.single-post section.post .post-list .post-info {
  width: calc(100% - 100px);
}

@media (min-width: 576px) {
  .single-post section.post .post-list .post-info {
    width: 100%;
    padding: 0px;
  }
}

.single-post section.post .post-list .post-info h2>a {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 576px) {
  .single-post section.post .post-list .post-info h2>a {
    line-height: 1.3;
  }
}

@media (min-width: 576px) {
  .single-post section.post .post-list .post-info h2>a {
    font-size: 14px;
  }
}

.single-post section.post .post-list .post-info .category a>svg {
  display: inline-block;
  height: 23px;
  width: 23px;
  fill: #9c9c9c;
}

.single-post section.post .post-list .post-info .category a {
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}

@media (min-width: 576px) {
  .single-post section.post .post-list .post-info .category a {
    display: none;
  }
}

/* a.coupon-btn {
  @apply absolute top-[5px] right-[50px] text-[15px] border-2 border-solid border-red text-red p-[5px_10px] font-normal hidden xs:block
} */

/*widget*/

.widget {
  margin-top: 10px;
  margin-bottom: 40px;
}

.widget ul li {
  padding-bottom:10px;
  border-bottom:solid 1px #ededed;
  margin-bottom:10px;
}

.widget ul li>a{
  font-size:15px;
}

.widget h2 {
  font-size:18px;
  font-weight:600;
  margin-bottom:7px;
  border-bottom:solid 2px;
  padding-left:7px;
}

.margin20px{ margin: 20px 0!important;}

a.link-banner {
  display: flex;
  color:#333;
  text-decoration:none;
  background:#ededed;
  padding:10px 20px;
  align-items: flex-start;
}

a.link-banner>img{
  width:120px;
  height:auto;
  /*height:120px;*/
  margin:0 !important;
}

a.link-banner>figure>img{
  width:120px;
  height:auto;
  /*height:120px;*/
  margin:0 !important;
}

a.link-banner>div{
  width:calc(100% - 130px);
  margin-left:10px;
  background:#fff;
  padding:10px 20px;
  border-radius:7px;
}

a.link-banner>div h2{
  font-size:17px;
  padding:0;
  margin:0;
  line-height:1.3em;
  margin-bottom:5px;
}

a.link-banner>div p{
  font-size:14px;
  padding:0;
  margin:0;
  line-height:1.4em;
}

a.link-banner>div img{
  width:100px;
  padding: 0;
  margin:-10px -20px 0 auto !important;
}

@media(max-width:576px){
  a.link-banner>img{
    width:80px;
    height:auto;
    /*height:80px;*/
    margin:0 !important;
  }

  a.link-banner>div p{
    display: none;
  }

  a.link-banner>div{
    width:calc(100% - 50px);
  }

  a.link-banner>div h2{
    font-size:14px;
  }

  a.link-banner>div img{
    width:50px;
    padding: 0;
    margin:-10px -20px 0 auto !important;
  }
}

.coupon-tag {
  overflow-x: auto;
  padding: 10px 0;
}

@media (max-width: 576px) {
  .coupon-tag {
    padding: 10px 20px;
  }
}

.coupon-tag ul {
  white-space: nowrap;
}

.coupon-tag ul>li {
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
}

.coupon-tag ul>li>a {
  display: inline-block;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 13px;
  font-weight: 400;
  border: solid 1px;
}

.archive-menu li.current-menu-item {
  font-weight: 800;
  color: #ea5533;
  position:relative;
}

.archive-menu li.current-menu-item>a{
  padding-left:20px !important;
}

.archive-menu li.current-menu-item::before{
  content:'✓';
  position:absolute;
  top:8px;
  left:5px;
}

.area-menu li.current-menu-item {
  font-weight: 800;
  color: #006790;
  position:relative;
}

.area-menu li.current-menu-item>a{
  padding-left:20px !important;
}

.area-menu li.current-menu-item::before{
  content:'✓';
  position:absolute;
  top:8px;
  left:5px;
}

ul.post-categories{
  margin-top:8px;
}

ul.post-categories>li {
  display:inline-block;
  border:solid 1px;
  padding:3px 7px;
  margin-right:5px;
  margin-bottom:5px;
}

.single-post img {
  margin:0 auto;
}

a.search-btn form {
  position: absolute;
  top: -8px;
  right: 25px;
  z-index: 9999;
  border-radius: 3px;
  display: none;
  border: solid 1px;
}

a.search-btn form input {
  margin-right: 30px;
  padding: 7px 10px;
}

@media (max-width: 576px) {
  a.search-btn form input {
    width: calc(100vw - 140px);
  }
}

a.search-btn form {
  background:#fff;
}

a.search-btn form button {
  position: absolute;
  right: 10px;
  top: 7px;
  /* border-left:solid 1px; */
  padding-left:10px;
}

i.fa-xmark{
  display: none;
}

.post-content img {
  margin-top: 10px;
  margin-bottom: 15px;
}

.single-post table{ width: 100%!important; table-layout: auto!important;}
.single-post p iframe{ width: 100%!important; min-height: 380px; margin: 20px 0!important;}
.single-post div iframe{ width: 100%!important; min-height: 380px; margin: 20px 0!important;}

@media (max-width: 576px) {
  .xs\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xs\:\!hidden {
    display: none !important;
  }

  .xs\:flex-col {
    flex-direction: column;
  }

  .xs\:pb-\[20px\] {
    padding-bottom: 20px;
  }
}

@media (min-width: 576px) {
  .sm\:bottom-0 {
    bottom: 0px;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-\[15px_0\] {
    padding: 15px 0;
  }

  .sm\:p-\[30px\] {
    padding: 30px;
  }
}

@media (min-width: 768px) {
  .md\:bottom-\[55px\] {
    bottom: 55px;
  }

  .md\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .md\:mr-\[20px\] {
    margin-right: 20px;
  }

  .md\:w-\[13\%\] {
    width: 13%;
  }

  .md\:w-\[20\%\] {
    width: 20%;
  }

  .md\:w-\[30\%\] {
    width: 30%;
  }

  .md\:w-\[35\%\] {
    width: 35%;
  }

  .md\:w-\[360px\] {
    width: 360px;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

  .md\:w-\[calc\(100\%-360px\)\] {
    width: calc(100% - 360px);
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

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

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

  .md\:text-\[21px\] {
    font-size: 21px;
  }

  .md\:text-fff {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .md\:\[text-shadow\:rgba\(0\2c 0\2c 0\2c \.7\)_0\.1em_0\.1em_0\.1em\] {
    text-shadow: rgba(0,0,0,.7) 0.1em 0.1em 0.1em;
  }
}

@media (min-width: 992px) {
  .lg\:m-\[0\] {
    margin: 0;
  }

  .lg\:m-\[30px_0_0_0\] {
    margin: 30px 0 0 0;
  }

  .lg\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .lg\:mr-\[20px\] {
    margin-right: 20px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-\[120px\] {
    margin-top: 120px;
  }

  .lg\:mt-\[160px\] {
    margin-top: 160px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:h-\[280px\] {
    height: 280px;
  }

  .lg\:w-\[25\%\] {
    width: 25%;
  }

  .lg\:w-\[30\%\] {
    width: 30%;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[48\%\] {
    width: 48%;
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:w-\[98\%\] {
    width: 98%;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-\[0_30px\] {
    padding: 0 30px;
  }

  .lg\:p-\[10px\] {
    padding: 10px;
  }

  .lg\:p-\[30px_0\] {
    padding: 30px 0;
  }

  .lg\:pb-\[50\%\] {
    padding-bottom: 50%;
  }

  .lg\:pl-\[15px\] {
    padding-left: 15px;
  }

  .lg\:text-\[18px\] {
    font-size: 18px;
  }
}

.\[\&\>a\]\:inline-block>a {
  display: inline-block;
}

.\[\&\>a\]\:p-\[5px\]>a {
  padding: 5px;
}

.\[\&\>a\]\:p-\[5px_15px\]>a {
  padding: 5px 15px;
}

.\[\&\>a\]\:\[border\:solid_1px\]>a {
  border: solid 1px;
}

@media (max-width: 576px) {
  .\[\&\>ul\>li\:first-child\]\:xs\:\!block>ul>li:first-child {
    display: block !important;
  }
}

@media (min-width: 576px) {
  .\[\&\>ul\>li\:first-child\]\:sm\:\!hidden>ul>li:first-child {
    display: none !important;
  }
}

@media (max-width:1154px) {
  .\[\@media\(max-width\:1154px\)\]\:h-\[45px\] {
    height: 45px;
  }
}

.lwptoc-light .lwptoc_i{ background-color: #f4f4f4!important; }
.lwptoc li{ font-size: 21px!important; line-height: 25px; font-family: 'db_adman_xbold'; margin: 0!important; list-style: none!important; transition: all .3s; }
.lwptoc a{ margin: 0; padding: 5px 0px 0px 0px; color: rgb(60 60 60 / var(--tw-text-opacity))!important; display: inline-flex; border-bottom: 0px solid #000!important; }
.lwptoc a:hover{ text-decoration: none!important;}
.toctop .lwptoc-notinherit .lwptoc_i div a{ text-decoration: underline!important; border-bottom: 0px solid #000!important;}
.toctop .lwptoc-notinherit .lwptoc_i div a:hover{ text-decoration: underline!important; border-bottom: 0px solid #000!important;}


.lwptoc{ margin-top: 0!important;}
.toctop{ background-color: #f4f4f4!important; border: 1px solid #ccc!important; margin-bottom: 40px; position: relative; overflow: hidden; transition: all 0.3s ease-in-out 0s;}
.toctop .btnmore{ position: absolute; content: ''; bottom: 0px; left: 0; width: 100%; text-align: center; padding: 40px 10px 0px 10px; background: linear-gradient(to top, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0) 100%); transition: all .3s;}
.toctop .btnmore button{ display:inline-block; margin: auto; background-color: #ff5252; color: #fff; font-size: 15px; font-family: 'db_adman_xregular'; cursor: pointer; border: 0px solid #eee; border-radius: 10px 10px 0 0; padding: 5px 20px 5px 20px;}
/*.toctop .btnmore button:hover{  background-image: linear-gradient(150deg, #fa8f01 0%, #fa4707 100%);}*/
.toctop .btnmore2{ position: absolute; content: ''; bottom: 0px; left: 0; width: 100%; text-align: center; padding: 10px 10px 0 10px; background: linear-gradient(to top, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%); transition: all .3s;}
.toctop .btnmore2 button{ display:inline-block; margin: auto; background-color: #ff5252; color: #fff; font-size: 15px; font-family: 'db_adman_xregular'; cursor: pointer; border: 0px solid #eee;  border-radius: 10px 10px 0 0; padding: 5px 20px 5px 20px; }
/*.toctop .btnmore2 button:hover{ background-image: linear-gradient(150deg, #fa8f01 0%, #fa4707 100%);}*/

.gallery-caption{ font-style: italic;}
.rightarticle{ padding: 0; }
.rightarticle li a{ display: flex; justify-content: left; }
.rightarticle li a .thumbnail{ width: 90px; min-width: 90px; }
.rightarticle li a .thumbnail img{ width: auto; height: auto; max-width: 100%; }
.rightarticle li a .title{ margin-left: 15px;}
.rightarticle li:last-child{ border-bottom: 0px!important; padding-bottom: 0!important;}

.populartabs{ display: flex; justify-content: space-between; align-items: center;}
.populartabs p{ width: 33%; text-align: center; margin: 0; padding: 10px 10px; cursor: pointer; background-color: #f2f2f2; border-radius: 5px 5px 0 0;}
.populartabs p.active{ background-color: #ff5252; color: #fff; border-radius: 5px 5px 0 0; font-weight: bold; }
.borderorange{ border: 1px solid #ff5252; padding: 5px;}
#monthtab{ display: none;}
#yeartab{ display: none;}