/*
! 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);
  background: none;
}

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

.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: 9999;
  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: 65px;
    right: 5px;
  }
}

@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.desktop ul.area-menu li>a svg path{
  fill: #ea5533;
}
nav.desktop ul.area-menu li>a:hover svg path{
  fill: #fff;
}
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:url("images/icon-tags.svg") 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 .footer-logo svg {
    fill: #fff!important; /* 全体の色 */
}

/* 線の色を変更 */
footer .footer-logo svg path {
    stroke: none; /* 線の色 */
    stroke-width: 2px; /* 線の太さ */
    fill: #fff!important; /* 全体の色 */
}

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;
}
footer ul.catetory-menu>li>a>svg path{
  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;
}
footer ul.social li a{
  width: 27px;
  height: 27px; 
  display: block;
}
footer ul.social li a svg{
  object-fit: contain;
  width: 100%;
  height: 100%;
  fill:#ffffff;
  
}
footer ul.social li a svg path{
  fill:#ffffff!important;
}
.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;
}
.single-post-info a{
  text-decoration: underline;
}
.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;
}
.single-post .ad>div iframe{
  margin: 0!important;
  padding: 0;
}
@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 h2 {
  margin: 30px 0 15px;
  font-size: 28px;
}
.single-post .main-content h2 span{
  font-size: 28px;
  line-height: 1.4em;
}
.single-post .main-content h3 {
  margin: 30px 0 15px;
  font-size: 24px;
}
.single-post .main-content h3 span{
  font-size: 24px;
  line-height: 1.4em;
}
.single-post .main-content h4 {
  margin: 25px 0 15px;
  font-size: 21px;
}
.single-post .main-content h4 span{
  font-size: 21px;
  line-height: 1.4em;
}

.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: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" width="25px" height="25px"> <path d="M 21 2 C 17.134 2 14 5.134 14 9 C 14 13.604 18.551094 15.744813 19.121094 16.257812 C 19.703094 16.781813 20.183906 17.832047 20.378906 18.498047 C 20.472906 18.821047 20.738 18.985187 21 18.992188 C 21.263 18.985187 21.527094 18.821047 21.621094 18.498047 C 21.815094 17.833047 22.295906 16.781813 22.878906 16.257812 C 23.448906 15.744813 28 13.604 28 9 C 28 5.134 24.866 2 21 2 z M 4.0878906 5.015625 C 3.5105137 4.9934902 3 5.4556562 3 6.0664062 L 3 23.244141 C 3 24.137141 3.5912187 24.922969 4.4492188 25.167969 L 10.644531 26.9375 C 10.877531 27.0035 11.122469 27.0035 11.355469 26.9375 L 17.503906 25.181641 C 17.840906 25.085641 18.196109 25.079062 18.537109 25.164062 L 25.695312 26.955078 C 26.357312 27.121078 27 26.618547 27 25.935547 L 27 15.642578 L 25 17.238281 L 25 24.71875 L 19 23.21875 L 19 20.050781 L 17 17.238281 L 17 23.246094 L 12 24.675781 L 12 8.78125 L 12.011719 8.7773438 C 12.029719 8.0383437 12.137219 7.3236719 12.324219 6.6386719 L 11.537109 6.8359375 C 11.197109 6.9209375 10.839953 6.9143594 10.501953 6.8183594 L 4.3398438 5.0566406 C 4.2559688 5.0327656 4.170373 5.0187871 4.0878906 5.015625 z M 21 7 C 22.105 7 23 7.895 23 9 C 23 10.105 22.105 11 21 11 C 19.895 11 19 10.105 19 9 C 19 7.895 19.895 7 21 7 z M 5 7.3261719 L 10 8.7539062 L 10 24.673828 L 5 23.246094 L 5 7.3261719 z" fill="white"/></svg>');
  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: 30px;
  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 a {
  font-size: 17px;
  margin: 0;
  color: #000;
}

.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;
}

.w-\[100px\]{
  width: 100px;
}
.h-\[100px\]{
  height: 100px;
}

@media (min-width: 576px) {
  .profile-info {
    margin-left: 30px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 10px 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: .85em;
}

.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 a {
  font-size: 16px;
  font-weight: 600;
  display: block;
  text-decoration: none;
  text-align: left;
  color: black;
}

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

@media (min-width: 576px) {
  .single-post section.post .post-list .post-info 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; 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; 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;  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;}



/* ############ 2025-03-26 ############ */
/* ADSCoupon */
.ADSCouponList{ margin: 40px 0;}
.ADSCouponList .TitleCoupon{ margin: 0; text-align: center; font-size: 20px; margin-bottom: 10px; font-weight: bold;}
.ADSCouponList ul{ list-style: none; display: flex; flex-wrap: nowrap; justify-content: left; gap: 3%;}
.ADSCouponList ul li{ list-style: none; width: 32%; margin: 0; padding: 0px; background:#006790; text-align: center; position: relative; border-radius: 1px; overflow: hidden; padding-bottom: 10px;}
.ADSCouponList ul li::marker{ display: none!important;content: ""!important;}
.ADSCouponList ul li p{ margin: 0; }
.ADSCouponList ul li a{ width: auto; height: auto; display: block; color: #fff; position: relative; margin: auto; /*box-shadow: 5px 5px 5px rgba(0,0,0,0.1);*/ background-position: center center; background-repeat: no-repeat; background-size: cover; }
.ADSCouponList ul li .Picture{ overflow: hidden; height: 150px; position: relative; }
.ADSCouponList ul li .Picture img{ display: block; width: 100%; max-width: 100%; height: 100%; max-height: 100%; object-fit: cover; margin: 0; } 
.ADSCouponList ul li .DiscountTop{ position: absolute; z-index: 1; right: 0;top: 0; font-size: 12px; color: #fff; text-align: right; background-image: linear-gradient(180deg, #ea5533 0%, #ff5252 100%); border-radius: 0px 0px 0px 10px; padding:2px 10px 2px 10px; vertical-align: top; }
.ADSCouponList ul li .DiscountPinArea{ width: auto; display: block; position: relative; z-index: 2; text-align: left; bottom: 0; padding: 10px 15px; font-size: 16px; line-height: 18px; letter-spacing: 1px; color: #fff; }
.ADSCouponList ul li .DiscountNumber{ display: block; font-size: 25px; position: absolute; z-index: 3; text-align: right; bottom: -10px; right: -15px; padding: 20px 25px 15px 25px; background-image: url('images/icon/bg-discount.png'); background-position: top left; background-repeat: no-repeat; background-size: cover; }
.ADSCouponList ul li .DiscountNumber p{ font-size: 24px; line-height: 21px; display: block; margin-top: 0px; font-weight:bold;letter-spacing: -1px;}
.ADSCouponList ul li .DiscountNumber p span{ font-size: 15px; display: block; margin-top: -5px; }
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;}
.ADSCouponList span.IconDiscountTop{display:inline-block; width:auto; background:url("images/icon/coupon-icon-type.svg") no-repeat 0 0; background-position: center left; background-size:auto 10px; padding:0 0 0 20px; margin:0 5px 0 0px; font-size:12px; }
.ADSCouponList span.IconDiscountPinArea{display:block; width:100%; font-size:14px; line-height:20px; background:none; box-shadow: none; padding: 0; margin: 0; }
.ADSCouponList span.IconDiscountNumber{display:inline-block; width:auto; background:url("images/icon/coupon-icon-type.svg") no-repeat 0 0; background-size:auto 15px; padding:0 0 0 30px; margin:0 0px 0 0px; font-size:25px; line-height:15px; }
.ADSCouponList ul li .DiscountPinArea .DisplaySuCat{background:url("images/icon/pin-coupon.svg") no-repeat 0 0; background-size:auto 20px; padding:0 0 0 25px; margin:0 5px 0 0px; display: inline-block; font-size: 15px!important; color: #fff; margin-top: 10px;}
.ADSCouponList ul li .DiscountPinArea .DisplaySuCat span{background-image: linear-gradient(150deg, #ff5252 0%, #ff5252 100%); padding: 2px 6px; margin: 0 7px 5px 0; font-size: 11px!important; border-radius: 1px; display: inline-block;}
.ADSCouponList ul li .DisplayLogoCoupon{ position: absolute; content: ''; max-width: 90px; max-height: 90px; width:auto; height: auto; left: 5px; top: 5px; display: flex; justify-content: center; align-items: center; overflow: hidden; background: #fff; border-radius: 7px;margin: 0;padding: 0;}
.ADSCouponList ul li .DisplayLogoCoupon img{ display: block; margin: 0; width: 100%; max-width: 100%; height: auto; }

/* BannerCoupon */
.SinglePageBannerCoupon{ opacity: 0; position: fixed; width: 100%; max-width: 1160px; height: auto; bottom: -200px; left: 0; right: 0; margin: auto; z-index: 99; transition: .3s ease; }
.BannerCouponDisplay{ width: calc(100% - 360px); margin-bottom: 0px; position: relative;height: auto;}
.ActiveBannerCoupon{ opacity: 1; bottom: 10px; transition: .3s ease; }
.InActiveBannerCoupon{ opacity: 0; bottom: -200px; transition: .3s ease; }
.ADSCouponRight {position: relative; overflow: hidden; background-color: #00678F; box-shadow: 5px 5px 5px rgba(0,0,0,0.1); color: #123; font-size: 20px; text-align: center; transition: .3s ease; border-radius: 0px; border: 3px solid #fff; height: 100%;}
.ADSCouponRight p{ margin: 0; }
.ADSCouponRight a{ color: #fff; padding: 10px; overflow: hidden; display: flex; flex-wrap: nowrap; justify-content: left; }
.ADSCouponRight .Picture{ width: 180px; height: auto; overflow: hidden; border-radius: 0px; position: relative; margin: -10px; max-height: 120px; }
.ADSCouponRight .Picture img{ display: block; width: 100%!important; max-width: 100%!important; height: 100%!important; object-fit: cover; }
.ADSCouponRight .Detail{ width: calc(100% - 20px); line-height: 18px; text-align: left; display: flex; margin-left: 20px; }
.ADSCouponRight .Title{ padding: 5px 110px 5px 20px; font-size: 18px; line-height: 1.4em;}
.ADSCouponRight .DiscountNumber{ display: block; font-size: 25px;  position: absolute; z-index: 3; text-align: right; bottom: -5px; right: -13px; padding: 25px 25px 15px 25px; background-image: url('images/icon/bg-discount.png'); background-position: top left; background-repeat: no-repeat; background-size: cover; font-weight: bold;letter-spacing: -1px; }
.ADSCouponRight .DiscountNumber p{ font-size: 32px; line-height: 21px; display: block; margin-top: 5px; }
.ADSCouponRight .DiscountNumber p span{ font-size: 15px; display: block; margin-top: -5px; }
.ADSCouponRight .DisplaySuCat{background:url("images/icon/pin-coupon.svg") no-repeat 0 0; background-size:auto 20px; padding:0 0 0 25px; margin:0 5px 0 0px; display: inline-block;  font-size: 12px; color: #fff; margin-top: 10px; }
.ADSCouponRight .DisplaySuCat span{background-image: linear-gradient(150deg, #ea5533 0%, #ff5252 100%); padding: 2px 5px; margin: 0 5px 5px 0; border-radius: 7px;display: inline-block;}
.ADSCouponRight .LogoCoupon{ position: absolute; content: ''; width: 60px; height: 40px; left: 5px; top: 5px; overflow: hidden; background: #fff; border-radius: 5px;}
.ADSCouponRight .LogoCoupon img{ margin: 0; width: 100%; max-width: 100%; height: auto; }
.CloseADSCoupon{ cursor: pointer; margin: 0; position: absolute; width: 45px; height: 45px; line-height: 40px; text-align: center; border-radius: 100px; right: -20px; top: -15px; font-size: 25px; background-color: #ff5252; color: #fff;}

@media (max-width:1280px) {
  /* ADSCouponList */
  .ADSCouponList ul li .DisplayLogoCoupon{ width: 60px; left: 10px; top: 10px; }

  /* BannerCoupon */
  .SinglePageBannerCoupon{ width: auto; margin: auto; margin-left: 60px; margin-right: 60px; z-index: 99999; }
  .ADSCouponRight .Title{ font-size: 18px;  }
}

@media (max-width:1023px) {
  /* ADSCouponList */
  .ADSCouponList ul li .DisplayLogoCoupon{ width: 80px; left: 10px; top: 10px; }

  /* BannerCoupon */
  .SinglePageBannerCoupon{ width: 90%; margin-left: 0px; margin-right: 0px; margin: auto; }
  .BannerCouponDisplay{ width: 100%; margin-bottom: 50px; }
  .ADSCouponRight{ width: 90%;}
  .ADSCouponRight .Picture{ width: 120px; overflow: hidden;}
  .ADSCouponRight .Title{ font-size: 15px;/*padding: 5px 5px 30px 10px;*/ padding: 5px 45px 0px 10px; }
  .CloseADSCoupon{ right: -5px; top: -20px; }
  .ADSCouponRight .DiscountNumber{ font-size: 15px; padding: 20px 20px 10px 20px; }
  .ADSCouponRight .DiscountNumber p{ font-size: 28px;}
  .ADSCouponRight span.IconDiscountNumber{ font-size: 20px;}
  .ADSCouponRight .DisplaySuCat{ padding:0 0 0 25px; }
  .ADSCouponRight .DisplaySuCat{display: none;}
  .ADSCouponList ul li .DiscountPinArea .DisplaySuCat{display: none;}
}

@media (max-width: 768px) {
  .ADSCouponList{overflow-y: scroll; padding: 0 0 30px;}
  .ADSCouponList ul{ width: auto; list-style: none; display: flex; flex-wrap: nowrap; justify-content: left; gap: 3%; }
  .ADSCouponList ul li{min-width: 200px; }
  .ADSCouponRight .Title{ }
  .SinglePageBannerCoupon{ margin: 0 10px 0 10px; width: calc(100% - 20px);}
    .ADSCouponRight{ width: 100%;}

}

@media (max-width: 576px) {
  .ActiveBannerCoupon{ bottom: 15px;}
}


p.special_link{
    display: block;
    text-align: center;
    margin: 25px 0 40px;
}
    
p.special_link a{
    background: rgb(255 82 82);
    display: inline-block;
    padding: 3px 30px;
    border-radius: 30px;
    color: #fff;
    border: 3px double;
    text-decoration: none;
}