html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

strong {
  font-weight: bold !important;
}

html,
body {
  height: 100%;
  overflow-x: hidden;
  font-family: Arial, sans-serif;
}

.wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column nowrap;
  min-height: 100vh;
  background: linear-gradient(#fff 0%, rgba(255, 255, 0, 0.05) 20%, rgba(255, 60, 40, 0.05) 60%, rgba(255, 255, 0, 0.05) 85%, #fff 95%);
}

main {
  position: relative;
  flex: 1 0 auto;
}

.desktop-node {
  display: none;
}

@media (min-width: 650px) {
  .mobile-node {
    display: none !important;
  }
  .desktop-node {
    display: block;
  }
}
:root {
  --current-color: #fff;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-theme,
.container-post {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: calc(100% - var(--bs-gutter-x));
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.container-post {
  max-width: 980px;
}

@media (min-width: 992px) {
  .container-theme {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .container-theme {
    max-width: 1320px;
  }
  .post-page .container-theme {
    max-width: 980px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

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

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.d-flex {
  display: flex !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

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

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

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

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

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

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

body .modal-background {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(100, 100, 100, 0);
  transition: all 0.3s;
}
body.modal {
  position: static;
}
body.modal .modal-background {
  z-index: 10;
  background: rgba(100, 100, 100, 0.2);
}

.main-header {
  position: sticky;
  top: 0 !important;
  padding: 10px 0;
  background: #fff;
  z-index: 100;
}
.main-header .logo .wrap-img {
  width: 100px;
  height: auto;
  margin-right: 10px;
}
.main-header .wrap-name {
  font-family: Georgia, serif;
  font-size: 22px;
  font-weight: bold;
  font-style: italic;
  line-height: 46px;
  color: #a58823;
}
@media (min-width: 375px) {
  .main-header .wrap-name {
    font-size: 28px;
  }
}
@media (max-width: 1199.98px) {
  .main-header .nav-header {
    display: none;
  }
  .main-header .wrap-help {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .main-header .nav-header li {
    margin: 0 5px;
    position: relative;
  }
  .main-header .nav-header li .sub-list {
    position: absolute;
    top: 44px;
    width: 200px;
    background: #fff;
    z-index: 999;
  }
  .main-header .nav-header li .sub-list li {
    margin-top: 3px;
  }
  .main-header .nav-header li:hover .sub-list {
    max-height: 500px;
    border-bottom: 2px solid #a58823;
    box-shadow: 0 10px 10px rgba(100, 100, 100, 0.5);
  }
  .main-header .nav-header li:hover .sub-list li {
    height: 40px;
  }
  .main-header .nav-header li:hover .sub-list li:hover {
    color: #a58823;
  }
  .main-header .nav-header li:hover .sub-list li:last-child {
    margin-bottom: 3px;
  }
  .main-header .nav-header li:hover .sub-list .nav-header-link {
    width: 100%;
  }
  .main-header .btn-menu-mobile {
    display: none;
  }
}

.nav-header li {
  margin: 0 5px;
  position: relative;
}
.nav-header li .sub-list {
  position: relative;
  left: 0;
  max-height: 0;
  transition: all 0.3s;
  z-index: 10;
}
.nav-header li .sub-list li {
  height: 0;
  width: 100%;
  margin: 0;
  overflow: hidden;
  transition: all 0.3s;
}

.nav-header-link {
  display: inline-block;
  padding: 0 10px;
  line-height: 44px;
}
.nav-header-link:hover {
  color: #a58823;
}

@media (max-width: 1199.98px) {
  .nav-header-mobile {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 0;
    max-width: 400px;
    overflow: hidden;
    background: #fdfdfd;
    z-index: 9999;
    transition: all 0.5s;
  }
  .nav-header-mobile > ul {
    margin-top: 50px;
    margin-left: 10px;
    flex-direction: column;
  }
  .nav-header-mobile > ul > li:not(:first-child) {
    border-top: 1px solid #ddd;
  }
  .nav-header-mobile.open {
    width: 80%;
  }
  .nav-header-mobile .nav-header-item.open .sub-list {
    max-height: 500px;
    margin-left: 20px;
  }
  .nav-header-mobile .nav-header-item.open .sub-list li {
    height: 40px;
  }
  .nav-header-mobile .nav-header-item.open .sub-list li:not(:first-child) {
    border-top: 1px solid #ddd;
  }
  .nav-header-mobile .nav-header-link {
    width: 100%;
  }
  .sub-list {
    position: relative;
    top: 0px;
    max-height: 0;
    transition: all 0.3s;
  }
  .sub-list:before {
    content: "";
    position: absolute;
    right: 20px;
    top: -25px;
    display: block;
    border: 5px solid rgba(0, 0, 0, 0);
    border-top-color: #333;
    border-top-width: 10px;
    cursor: pointer;
  }
  .sub-list li {
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
  #btn-menu-close {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 10;
  }
  .btn-menu-mobile {
    padding-top: 8px;
    cursor: pointer;
  }
  .btn-menu-mobile path {
    fill: #333;
    transition: fill 0.3s;
  }
  .btn-menu-mobile:hover path {
    fill: #a58823;
  }
  .wrap-help {
    margin-left: auto;
  }
}
@media (min-width: 1200px) {
  .nav-header-mobile {
    display: none;
  }
}
.btn-search-open {
  margin-right: 10px;
  padding: 8px 5px 5px;
  cursor: pointer;
}
.btn-search-open svg {
  stroke: #333;
  transition: all 0.3s;
}
.btn-search-open:hover svg {
  stroke: #a58823;
}

.wrap-search {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.wrap-search .form-field {
  height: 30px;
  margin: 10px auto 10px;
  border: 1px solid #a58823;
}
.wrap-search .btn-search {
  display: block;
  min-width: 64px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  background: #a58823;
  color: #fff;
  opacity: 0.81;
  cursor: pointer;
}
.wrap-search.show {
  height: 50px;
}
.wrap-search .search-input {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0px 10px;
  font-size: 16px;
  line-height: 30px;
  background: transparent;
  border: none !important;
  outline: none;
}

/* all */
h1 {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 24px;
  text-align: center;
  margin: 1em 0;
  padding: 0 15px;
}

@media (min-width: 576px) {
  h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .wrap-search {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
  }
  .wrap-search .form-field {
    height: 40px;
    margin: 10px auto 10px;
    border: 1px solid #a58823;
  }
  .wrap-search .btn-search {
    display: block;
    min-width: 90px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background: #a58823;
    color: #fff;
    opacity: 0.81;
  }
  .wrap-search.show {
    height: 60px;
  }
  .wrap-search .search-input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0px 10px;
    font-size: 16px;
    line-height: 40px;
    background: transparent;
    border: none !important;
  }
  h1 {
    font-size: 44px;
  }
}
.wrap-page-title h2 {
  font-family: Georgia, serif;
  font-size: 26px;
  font-style: italic;
  text-align: center;
  margin: 2em auto 1.2em;
}

@media (min-width: 768px) {
  .wrap-page-title h2 {
    font-size: 36px;
    margin: 3em auto 1.2em;
  }
}
@media (min-width: 1200px) {
  .wrap-page-title h2 {
    font-size: 40px;
    margin: 2.5em auto 1.2em;
  }
  .btn-search-open {
    margin-right: 0px;
  }
}
.link-animate > * {
  background-image: linear-gradient(90deg, var(--current-color), var(--current-color));
  background-position: left 100% bottom;
  background-size: 0% 2px;
  background-repeat: no-repeat;
  padding-top: 10px;
  line-height: 1.25;
  transition: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), background-position 0s;
}

.link-animate > *:hover {
  background-position: right 100% bottom;
  background-size: 100% 2px;
  transition: 0.6s cubic-bezier(0.25, 0.8, 0.25, 1), background-position 0s;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

/*** sidebar ***/
.sidebar {
  position: relative;
  display: block;
  width: 300px;
}
.sidebar .re {
  width: 100%;
  height: 100px;
  height: 500px;
}
.sidebar .additional-post {
  display: flex;
  margin-bottom: 20px;
}
.sidebar .additional-post .wrap-img {
  display: flex;
  overflow: hidden;
}
.sidebar .additional-post .wrap-img.desktop-node {
  width: 90px;
  min-width: 90px;
  height: 90px;
  margin-right: 10px;
}
.sidebar .additional-post .wrap-img img {
  width: 100%;
  border-radius: 6px;
}
.sidebar .additional-post .link-animate > * {
  background-image: linear-gradient(90deg, #a58823, #a58823);
}

/*** end  sidebar ***/
