@import url("https://fonts.googleapis.com/css2?family=Kanit:wght@300;400;500;600;700&display=swap");
/*-------------------------------
Reset
-------------------------------*/
body, input, textarea, button, .button, .faux-button, .wp-block-button__link, .wp-block-file__button, .has-drop-cap:not(:focus)::first-letter, .entry-content .wp-block-archives, .entry-content .wp-block-categories, .entry-content .wp-block-cover-image, .entry-content .wp-block-latest-comments, .entry-content .wp-block-latest-posts, .entry-content .wp-block-pullquote, .entry-content .wp-block-quote.is-large, .entry-content .wp-block-quote.is-style-large, .entry-content .wp-block-archives *, .entry-content .wp-block-categories *, .entry-content .wp-block-latest-posts *, .entry-content .wp-block-latest-comments *, .entry-content p, .entry-content ol, .entry-content ul, .entry-content dl, .entry-content dt, .entry-content cite, .entry-content figcaption, .entry-content .wp-caption-text, .comment-content p, .comment-content ol, .comment-content ul, .comment-content dl, .comment-content dt, .comment-content cite, .comment-content figcaption, .comment-content .wp-caption-text, .widget_text p, .widget_text ol, .widget_text ul, .widget_text dl, .widget_text dt, .widget-content .rssSummary, .widget-content cite, .widget-content figcaption, .widget-content .wp-caption-text {
  font-family: "Kanit", sans-serif;
}

body {
  font-family: "Kanit", sans-serif;
  font-size: 16px;
  color: #000;
  background-color: #fff;
}

.site img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}

a {
  color: #c3a935;
  transition: color 0.25s ease;
}

i {
  color: inherit;
}

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

input[type=search]::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  height: 0;
  width: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  color: #c3a935;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 0;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  display: block;
  font-size: 16px;
  color: #222;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul, ol {
  width: 100%;
  padding-left: 16px;
  margin: 20px 0 0;
}

li {
  font-size: 16px;
  color: #222;
  line-height: 1.6;
  margin: 0 0 5px;
}

/*-------------------------------
End Reset
-------------------------------*/
br.m {
  display: none;
}

div.m {
  display: none;
}

.container {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
}

.site-header {
  width: 100%;
  padding: 0;
  margin: 0;
}

.site-header-top {
  position: relative;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}

.site-header-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-header-top-contact,
.site-header-top-contact-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.site-header-top-contact-item {
  font-size: 12px;
  color: #000;
  margin-left: 40px;
}

.site-header-top-contact-item:first-child {
  margin-left: 0;
}

.site-header-top-contact-item i {
  color: #c3a935;
  margin-right: 8px;
}

.site-header-top-contact-item a,
.site-header-top-contact-item span {
  font-size: inherit;
  color: inherit;
}

.site-header-top-contact-item a:hover {
  color: #c3a935;
}

.site-header-top-social {
  display: flex;
}

.site-header-top-social-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.site-header-top-social-item {
  height: 35px;
  width: 35px;
  font-size: 15px;
  color: #6c7f95;
  line-height: 35px;
  text-align: center;
  margin-left: 5px;
  border-radius: 100%;
  background-color: #f5f8fa;
  transition: all 0.25s ease;
}

.site-header-top-social-item:first-child {
  margin-left: 0;
}

.site-header-top-social-item:hover {
  color: #fff;
  background-color: #c3a935;
}

.site-header-top-search-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.4s ease;
}

.site-header-top-search-form.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.site-header-top-search-form form {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.site-header-top-search-field {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 720px;
  height: 70px;
  font-family: "Kanit", sans-serif;
  font-size: 25px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  padding: 0 50px;
  border: 0;
  border-bottom: 2px solid #898989;
  transform: translateY(-40px);
  transition: all 0.4s ease;
}

.site-header-top-search-form.is-open .site-header-top-search-field {
  transform: translateY(0);
}

.site-header-top-search-field::-webkit-input-placeholder {
  color: #ddd;
}

.site-header-top-search-field::-moz-placeholder {
  color: #ddd;
}

.site-header-top-search-field:-ms-input-placeholder {
  color: #ddd;
}

.site-header-top-search-field:-moz-placeholder {
  color: #ddd;
}

.btn-top-search-form-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  z-index: 9;
  transition: color 0.25s ease;
}

.btn-top-search-form-close:hover {
  color: #c3a935;
}

.site-header-top-search-submit {
  display: none;
}

.site-headers {
  position: relative;
  width: 100%;
}

.site-header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-logo {
  width: auto;
  height: 55px;
}

.site-logo a,
.custom-logo-link {
  display: block;
  width: 100%;
  height: 100%;
}

.site-logo a {
  transition: all 0.4s ease;
}

.site-logo a:hover {
  opacity: 0.7;
}

.site-logo img {
  width: auto;
  height: 100%;
}

.site-branding {
  display: none;
}

.site-menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.primary-navigation {
  display: block;
}

.primary-menu-container {
  position: relative;
}

.menu-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
}

.menu-item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 15px;
}

.menu-item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 15px;
  color: #202020;
  font-weight: 600;
  padding: 51px 0;
}

.menu-item a:hover {
  color: #c3a935;
}

.sub-menu-toggle:before {
  content: "+";
  display: block;
  font-size: 15px;
  color: #202020;
  font-weight: 700;
  line-height: 1;
  margin-left: 4px;
  transition: all 0.25s ease;
}

.sub-menu-toggle .icon-plus,
.sub-menu-toggle .icon-minus,
.sub-menu-toggle .screen-reader-text {
  display: none;
}

.sub-menu {
  position: absolute;
  top: calc(100% - 15px);
  left: 0;
  min-width: 240px;
  padding: 25px 0;
  margin: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  border-radius: 8px;
  border-top: 5px solid #c3a935;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.menu-item.menu-item-has-children:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.menu-item .sub-menu .menu-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 11px 30px;
}

.menu-item .sub-menu .menu-item a {
  padding: 0;
}

.menu-item .sub-menu .menu-item .sub-menu {
  top: -30px;
  left: 100%;
}

.menu-item .sub-menu .menu-item.menu-item-has-children > a {
  position: relative;
}

.menu-item .sub-menu .menu-item.menu-item-has-children:after {
  content: "+";
  display: block;
  font-size: 15px;
  color: #202020;
  font-weight: 700;
  margin-left: 4px;
  transition: all 0.25s ease;
}

.site-menu-btn-search {
  margin-left: 100px;
}

.btn-search-popup {
  font-size: 15px;
  color: #647589;
  transition: color 0.25s ease;
}

.btn-search-popup:hover {
  color: #c3a935;
}

.site-menu-navigation-toggle-btn {
  position: relative;
  display: none;
}

.site-menu-navigation-toggle-icon {
  position: relative;
  width: 50px;
  height: 45px;
}

.site-menu-navigation-toggle-icon span {
  position: absolute;
  display: block;
  height: 4px;
  width: 30px;
  background: #000;
  border-radius: 3px;
  transition: all 0s 0.2s;
}

.site-menu-navigation-toggle-icon span:nth-child(1) {
  top: 9px;
  left: 7px;
  transition: 0.2s 0.2s, opacity 0s 0.2s;
}

.site-menu-navigation-toggle-icon span:nth-child(2) {
  top: 18px;
  left: 7px;
  transition: 0.2s 0s;
}

.site-menu-navigation-toggle-icon span:nth-child(3) {
  top: 18px;
  left: 7px;
  transition: 0.2s 0s;
}

.site-menu-navigation-toggle-icon span:nth-child(4) {
  top: 27px;
  left: 7px;
  transition: 0.2s 0.2s, opacity 0s 0.2s;
}

.site-menu-navigation-toggle-icon.active span:nth-child(1) {
  top: 18px;
  opacity: 0;
  transition: 0.2s 0s, opacity 0s 0.2s;
}

.site-menu-navigation-toggle-icon.active span:nth-child(2) {
  transform: rotate(-45deg);
  transition: 0.2s 0.2s;
}

.site-menu-navigation-toggle-icon.active span:nth-child(3) {
  transform: rotate(45deg);
  transition: 0.2s 0.2s;
}

.site-menu-navigation-toggle-icon.active span:nth-child(4) {
  top: 18px;
  opacity: 0;
  transition: 0.2s 0s, opacity 0s 0.2s;
}

.site-footer {
  position: relative;
  width: 100%;
  padding-top: 70px;
}

.site-footer-info-wrapper {
  width: 100%;
  padding: 80px 0 70px;
  background-color: #13232f;
}

.site-footer-info-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.site-footer-info-col {
  position: relative;
  width: 20%;
  padding-right: 60px;
}

.site-footer-info-col:first-child,
.site-footer-info-col:last-child {
  width: 30%;
}

.site-footer-info-col img,
.site .site-footer-info-col img {
  width: auto;
  height: 70px;
  margin: 0 0 25px;
}

.site-footer-info-col p {
  margin-top: 0;
  margin-bottom: 18px;
}

.site-footer-info-col p,
.site-footer-info-col li {
  font-size: 13px;
  color: #fff;
}

.site-footer-info-col div {
  font-size: 24px;
  color: #c7a274;
  margin-bottom: 20px;
  margin-top: 35px;
}

.site-footer-info-col ul,
.site-footer-info-col ol {
  padding-left: 18px;
  margin-top: 0;
}

.site-footer-info-col ul,
.site-footer-info-col li {
  list-style: square;
}

.site-footer-info-col li {
  margin-bottom: 14px;
}

.site-footer-info-col a {
  display: inline-block;
  vertical-align: top;
  color: #fff;
}

.site-footer-info-col a:hover {
  color: #c3a935;
}

.site-footer-info-col:last-child p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.site-footer-info-col p a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 115px;
}

.site-footer-info-col p a + a {
  margin-left: 50px;
}

.site-footer-info-col p a img,
.site .site-footer-info-col p a img {
  width: auto;
  height: 30px;
  margin: 0 10px 0 0;
}

.site-footer-powered-wrapper {
  width: 100%;
  padding: 26px 0;
  background-color: #0d1b26;
}

.powered-by {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  color: #fff;
}

.powered-by p {
  font-size: inherit;
  color: inherit;
  margin: 0;
}

.dpdpa--popup {
  padding: 10px 20px;
  background-color: #fff;
  -webkit-transition: transform 1s ease, visibility 1s ease;
  -o-transition: transform 1s ease, visibility 1s ease;
  transition: transform 1s ease, visibility 1s ease;
}

.dpdpa--popup .container {
  max-width: 1200px;
}

.dpdpa--popup-text {
  padding-right: 30px;
}

.dpdpa--popup-text p {
  font-family: "Kanit", sans-serif;
  font-size: 12px;
  color: #444;
  font-weight: 400;
}

.dpdpa--popup-text a {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
  margin: 0;
  transition: color 0.25s ease;
}

.dpdpa--popup-text a:hover {
  color: #c3a935;
}

.dpdpa--popup-button-group {
  padding-right: 30px;
}

a.dpdpa--popup-button {
  width: 76px;
  font-family: "Kanit", sans-serif;
  font-size: 11px;
  color: #fff;
  font-weight: normal;
  padding: 6px 20px;
  border-radius: 4px;
  transition: all 0.25s ease;
}

a.dpdpa--popup-button,
a.dpdpa--popup-button:visited {
  background-color: #000;
}

a.dpdpa--popup-button.accept,
a.dpdpa--popup-button.accept:visited {
  background-color: #c3a935;
}

a.dpdpa--popup-button:hover {
  opacity: 0.7;
}

.dpdpa--popup-button-group a {
  margin-right: 10px;
}

.dpdpa--popup-close {
  margin-left: 20px;
  transition: opacity 0.25s ease;
}

.dpdpa--popup-close:hover {
  opacity: 0.7;
}

.dpdpa--popup-close:before,
.dpdpa--popup-settings-close:before,
.dpdpa--popup-close:hover:before,
.dpdpa--popup-settings-close:hover:before {
  width: 10px;
  height: 10px;
}

.dpdpa--popup-sidebar {
  max-width: 400px;
  -webkit-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
}

.dpdpa--popup-logo {
  min-height: 60px;
  padding: 12px 15px 12px 20px;
}

.dpdpa--popup-settings-close {
  right: 30px;
}

.dpdpa--popup-sidebar-container {
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px;
}

.dpdpa--popup-section {
  padding-bottom: 20px;
}

.dpdpa--popup-section.intro {
  padding-bottom: 20px;
}

.dpdpa--popup-section em {
  font-size: 19px;
}

.dpdpa--popup-section p {
  font-size: 14px;
  margin: 10px 0 0;
}

.dpdpa--popup-section.list {
  margin-top: 20px;
}

.dpdpa--popup-list {
  margin: 15px 0 0 0;
}

.dpdpa--popup-list li,
.dpdpa--popup-list li:first-child {
  margin-top: 0;
}

.dpdpa--popup-header {
  font-size: 15px;
}

.dpdpa--popup-section .dpdpa--popup-button {
  width: auto;
  margin-top: 10px;
}

.dpdpa--popup-section .dpdpa--popup-button:hover {
  opacity: 1;
  background-color: #c3a935;
}

.cta-btn-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: fixed;
  bottom: 32px;
  right: 20px;
  width: auto;
  z-index: 99;
  transition: all 0.6s ease;
}

.cta-btn-wrapper.have-pdpa {
  bottom: 70px;
}

.cta-btn {
  height: 50px;
  margin: 0 6px;
  cursor: pointer;
  transition: opacity 0.25s ease;
}

.cta-btn:hover {
  opacity: 0.8;
}

.cta-btn picture {
  height: 100%;
}

.cta-btn img,
.site .cta-btn img {
  width: auto;
  height: 100%;
}

/*-------------------------------
Banner Slide
-------------------------------*/
.banner-slide {
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.banner-slide .kt-row-column-wrap {
  gap: 0;
  padding: 0;
}

.banner-slide .kt-inside-inner-col {
  height: 39.0625vw;
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.4s ease;
}

.banner-slide .kt-inside-inner-col.flickity-enabled {
  opacity: 1;
}

.banner-slide .kt-inside-inner-col .wp-block-image {
  display: inline-block;
  margin: 0;
}

.banner-slide .flickity-slider .wp-block-image {
  width: 100%;
  height: 100%;
}

.banner-slide .flickity-slider .wp-block-image img {
  width: 100%;
  height: auto;
  max-width: unset;
}

.banner-slide .flickity-prev-next-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.67);
  transition: background-color 0.25s ease;
}

.banner-slide .flickity-prev-next-button .flickity-button-icon {
  display: none;
}

.banner-slide .flickity-prev-next-button.previous {
  left: 15px;
}

.banner-slide .flickity-prev-next-button.next {
  right: 15px;
}

.banner-slide .flickity-prev-next-button:hover {
  background-color: rgb(255, 145, 57);
}

.banner-slide .flickity-prev-next-button:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-radius: 0;
  border-style: solid;
}

.banner-slide .flickity-prev-next-button.previous:before {
  border-width: 7px 7px 7px 0;
  border-color: transparent #ffffff transparent transparent;
}

.banner-slide .flickity-prev-next-button.next:before {
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #ffffff;
}

/*-------------------------------
Archive
-------------------------------*/
.page-header {
  padding: 20px 60px;
  background-image: url(https://www.mvitaclinic.com/wp-content/uploads/2019/11/BG-01.jpg.webp);
  background-size: cover;
  background-position: center center;
  background-attachment: scroll;
  background-repeat: no-repeat;
}

.page-header .page-title {
  display: block;
  font-size: 32px;
  color: #c3a936;
  line-height: 1.4;
  text-align: center;
  padding: 0;
  margin: 0;
}

.page-header .archive-description {
  font-size: 18px;
  color: #222;
  line-height: 1.6;
  text-align: center;
  margin-top: 15px;
}

.page-header .archive-description p {
  font-size: inherit;
  color: inherit;
  margin: 0;
}

.search-result-count {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  color: #666;
  line-height: 1.4;
  margin-top: 50px;
}

.page-content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 50px;
}

.search-result-count + .page-content {
  margin-top: 30px;
}

.page-content .post.type-post,
.page-content .page.type-page {
  width: 100%;
  margin: 0;
  padding: 15px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.page-content .entry-thumbnail {
  position: relative;
}

.page-content .entry-thumbnail:before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 238px;
  overflow: hidden;
  border-radius: 14px;
  z-index: 1;
  background-color: #ddd;
}

.page-content .post-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 238px;
  overflow: hidden;
  border-radius: 14px;
  z-index: 9;
  background-color: #ddd;
}

.page-content .post-thumbnail-inner {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.25s ease;
}

.page-content .post-thumbnail-inner:hover {
  opacity: 0.7;
}

.page-content .post-thumbnail img {
  width: auto;
  height: 100%;
}

.page-content .post.type-post .entry-title,
.page-content .page.type-page .entry-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 50px;
  font-size: 18px;
  color: #c3a935;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-content .post.type-post .entry-title a,
.page-content .page.type-page .entry-title a {
  display: block;
  font-size: inherit;
  color: #c3a935;
  transition: color 0.25s ease;
}

.page-content .post.type-post .entry-title a:hover,
.page-content .page.type-page .entry-title a:hover {
  color: #13232f;
}

.page-content .entry-content {
  position: relative;
}

.page-content .read-more-content {
  margin: 0;
}

.page-content .read-more-btn {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  color: #c3a935;
  font-weight: 700;
  outline: none;
  border-bottom: 0;
  margin-top: 0;
  margin-bottom: 5px;
  transition: color 0.25s ease;
}

.page-content .read-more-btn:hover {
  color: #13232f;
}

.navigation.pagination {
  margin-top: 40px;
}

.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation.pagination .nav-links .page-numbers {
  height: 40px;
  min-width: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  text-align: center;
  margin: 0 5px;
  padding: 0 13.5px;
  border-radius: 4px;
  background-color: #edf2f6;
  transition: all 0.25s ease;
}

.navigation.pagination .nav-links .page-numbers:hover {
  color: #fff;
  background-color: #c3a935;
}

.navigation.pagination .nav-links .page-numbers.current {
  color: #fff;
  background-color: #c3a935;
}

.navigation.pagination .nav-links .page-numbers .nav-prev-text,
.navigation.pagination .nav-links .page-numbers .nav-next-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.navigation.pagination .nav-links .page-numbers .gpl-arrow-icon {
  display: block;
  width: 0;
  height: 0;
  border: 2px solid #666;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  margin-top: 2px;
  padding: 3px;
  transition: border-color 0.25s ease;
}

.navigation.pagination .nav-links .page-numbers:hover .gpl-arrow-icon {
  border-color: #fff;
}

.navigation.pagination .nav-links .page-numbers .gpl-arrow-icon.gpl-left {
  margin-right: 3px;
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.navigation.pagination .nav-links .page-numbers .gpl-arrow-icon.gpl-right {
  margin-left: 3px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/*-------------------------------
Page 404 Not Found
-------------------------------*/
.page-header-404 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 70px;
}

.page-title-404,
.page-subtitle-404,
.page-description-404 {
  display: block;
  width: 100%;
  color: #223645;
  text-align: center;
  margin: 0 auto;
}

.page-title-404 {
  font-size: 140px;
  font-weight: 400;
  line-height: 0.8;
}

.page-subtitle-404 {
  font-size: 52px;
  font-weight: 500;
  line-height: 1.2;
}

.page-description-404 {
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.error-404 {
  position: relative;
  margin-top: 40px;
  padding-bottom: 70px;
}

.page-404 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.page-404 p {
  display: block;
  width: 100%;
  font-size: 17px;
  color: #647589;
  text-align: center;
  margin-top: 20px;
}

.page-404 p:first-child {
  margin: 0 auto;
}

.page-404-btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.page-404-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 218px;
  height: 60px;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  border-radius: 12px;
  background-color: #c3a935;
  transition: all 0.25s ease;
}

.page-404-btn i {
  margin-right: 10px;
}

.page-404-btn:hover {
  background-color: #13232f;
}

.content-none {
  min-height: 400px;
  padding: 0 40px;
}

.page-content.content-none {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
}

.content-none p {
  display: block;
  font-size: 20px;
  color: #666;
  line-height: 1.6;
  text-align: center;
}

.content-none p:first-child {
  margin-top: 0;
}

@media (max-width: 1600px) {
  /*-------------------------------
  Reset
  -------------------------------*/
  body {
    font-size: 1vw;
  }
  h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 1.875vw;
  }
  h1 {
    font-size: 1.75vw;
  }
  h2 {
    font-size: 1.5vw;
  }
  h3 {
    font-size: 1.25vw;
  }
  h4 {
    font-size: 1.125vw;
  }
  h5 {
    font-size: 1vw;
  }
  h6 {
    font-size: 0.875vw;
  }
  p {
    font-size: 1vw;
    margin-top: 1.25vw;
  }
  ul, ol {
    padding-left: 1vw;
    margin: 1.25vw 0 0;
  }
  li {
    font-size: 1vw;
    margin: 0 0 0.3125vw;
  }
  /*-------------------------------
  End Reset
  -------------------------------*/
  .container {
    max-width: 75vw;
  }
  .site-header-top {
    padding: 0.625vw 0;
  }
  .site-header-top-contact-item {
    font-size: 0.75vw;
    margin-left: 2.5vw;
  }
  .site-header-top-contact-item i {
    margin-right: 0.5vw;
  }
  .site-header-top-social-item {
    height: 2.1875vw;
    width: 2.1875vw;
    font-size: 0.9375vw;
    line-height: 2.1875vw;
    margin-left: 0.3125vw;
  }
  .site-header-top-search-field {
    width: 45vw;
    height: 4.375vw;
    font-size: 1.5625vw;
    letter-spacing: 0.125vw;
    padding: 0 3.125vw;
    border-width: 0.125vw;
    transform: translateY(-2.5vw);
  }
  .btn-top-search-form-close {
    top: 3.125vw;
    right: 3.125vw;
    font-size: 1.875vw;
  }
  .site-logo {
    height: 3.4375vw;
  }
  .site-menu-navigation-toggle-icon {
    width: 3.125vw;
    height: 2.8125vw;
  }
  .site-menu-navigation-toggle-icon span {
    height: 0.25vw;
    width: 1.875vw;
    border-radius: 0.1875vw;
  }
  .site-menu-navigation-toggle-icon span:nth-child(1) {
    top: 0.5625vw;
    left: 0.4375vw;
  }
  .site-menu-navigation-toggle-icon span:nth-child(2) {
    top: 1.125vw;
    left: 0.4375vw;
  }
  .site-menu-navigation-toggle-icon span:nth-child(3) {
    top: 1.125vw;
    left: 0.4375vw;
  }
  .site-menu-navigation-toggle-icon span:nth-child(4) {
    top: 1.6875vw;
    left: 0.4375vw;
  }
  .site-menu-navigation-toggle-icon.active span:nth-child(1) {
    top: 1.125vw;
  }
  .site-menu-navigation-toggle-icon.active span:nth-child(4) {
    top: 1.125vw;
  }
  .menu-item {
    margin: 0 0.9375vw;
  }
  .menu-item a {
    font-size: 0.9375vw;
    padding: 3.1875vw 0;
  }
  .sub-menu-toggle:before {
    font-size: 0.9375vw;
    margin-left: 0.25vw;
  }
  .sub-menu {
    top: calc(100% - 0.9375vw);
    min-width: 15vw;
    padding: 1.5625vw 0;
    border-radius: 0.5vw;
    border-width: 0.3125vw;
    box-shadow: 0 0 0.625vw 0.1875vw rgba(0, 0, 0, 0.05);
    transform: translateY(1.25vw);
  }
  .menu-item .sub-menu .menu-item {
    padding: 0.6875vw 1.875vw;
  }
  .menu-item .sub-menu .menu-item .sub-menu {
    top: -1.875vw;
  }
  .menu-item .sub-menu .menu-item.menu-item-has-children:after {
    font-size: 0.9375vw;
    margin-left: 0.25vw;
  }
  .site-menu-btn-search {
    margin-left: 6.25vw;
  }
  .btn-search-popup {
    font-size: 0.9375vw;
  }
  .site-footer {
    padding-top: 4.375vw;
  }
  .site-footer-info-wrapper {
    padding: 5vw 0 4.375vw;
  }
  .site-footer-info-col {
    padding-right: 3.75vw;
  }
  .site-footer-info-col img,
.site .site-footer-info-col img {
    width: auto;
    height: 4.375vw;
    margin: 0 0 1.5625vw;
  }
  .site-footer-info-col p {
    margin-bottom: 1.125vw;
  }
  .site-footer-info-col p,
.site-footer-info-col li {
    font-size: 0.8125vw;
  }
  .site-footer-info-col div {
    font-size: 1.5vw;
    margin-bottom: 1.25vw;
    margin-top: 2.1875vw;
  }
  .site-footer-info-col ul,
.site-footer-info-col ol {
    padding-left: 1.125vw;
  }
  .site-footer-info-col li {
    margin-bottom: 0.875vw;
  }
  .site-footer-info-col p a {
    min-width: 7.1875vw;
  }
  .site-footer-info-col p a + a {
    margin-left: 3.125vw;
  }
  .site-footer-info-col p a img,
.site .site-footer-info-col p a img {
    height: 1.875vw;
    margin: 0 0.625vw 0 0;
  }
  .site-footer-powered-wrapper {
    padding: 1.625vw 0;
  }
  .powered-by {
    font-size: 0.6875vw;
  }
  .dpdpa--popup {
    padding: 0.625vw 1.25vw;
  }
  .dpdpa--popup .container {
    max-width: 75vw;
  }
  .dpdpa--popup-text {
    padding-right: 1.875vw;
  }
  .dpdpa--popup-text p {
    font-size: 0.75vw;
  }
  .dpdpa--popup-button-group {
    padding-right: 1.875vw;
  }
  a.dpdpa--popup-button {
    width: 4.75vw;
    font-size: 0.6875vw;
    padding: 0.375vw 1.25vw;
    border-radius: 0.25vw;
  }
  .dpdpa--popup-button-group a {
    margin-right: 0.625vw;
  }
  .dpdpa--popup-close {
    margin-left: 1.25vw;
  }
  .dpdpa--popup-close:before,
.dpdpa--popup-settings-close:before,
.dpdpa--popup-close:hover:before,
.dpdpa--popup-settings-close:hover:before {
    width: 0.625vw;
    height: 0.625vw;
  }
  .dpdpa--popup-sidebar {
    max-width: 25vw;
    -webkit-transform: translateX(-25vw);
    -ms-transform: translateX(-25vw);
    transform: translateX(-25vw);
  }
  .dpdpa--popup-logo {
    min-height: 3.75vw;
    padding: 0.75vw 0.9375vw 0.75vw 1.25vw;
  }
  .dpdpa--popup-settings-close {
    right: 1.875vw;
  }
  .dpdpa--popup-sidebar-container {
    top: 3.75vw;
    padding: 1.25vw;
  }
  .dpdpa--popup-section {
    padding-bottom: 1.25vw;
  }
  .dpdpa--popup-section.intro {
    padding-bottom: 1.25vw;
  }
  .dpdpa--popup-section em {
    font-size: 1.1875vw;
  }
  .dpdpa--popup-section p {
    font-size: 0.875vw;
    margin: 0.625vw 0 0;
  }
  .dpdpa--popup-section.list {
    margin-top: 1.25vw;
  }
  .dpdpa--popup-list {
    margin: 0.9375vw 0 0 0;
  }
  .dpdpa--popup-header {
    font-size: 0.9375vw;
  }
  .dpdpa--popup-section .dpdpa--popup-button {
    margin-top: 0.625vw;
  }
  .cta-btn-wrapper {
    bottom: 2vw;
    right: 1.25vw;
  }
  .cta-btn-wrapper.have-pdpa {
    bottom: 4.375vw;
  }
  .cta-btn {
    height: 3.125vw;
    margin: 0 0.375vw;
  }
  /*-------------------------------
  Banner Slide
  -------------------------------*/
  .banner-slide .flickity-prev-next-button {
    width: 1.875vw;
    height: 1.875vw;
  }
  .banner-slide .flickity-prev-next-button.previous {
    left: 0.9375vw;
  }
  .banner-slide .flickity-prev-next-button.next {
    right: 0.9375vw;
  }
  .banner-slide .flickity-prev-next-button.previous:before {
    border-width: 0.4375vw 0.4375vw 0.4375vw 0;
  }
  .banner-slide .flickity-prev-next-button.next:before {
    border-width: 0.4375vw 0 0.4375vw 0.4375vw;
  }
  /*-------------------------------
  Archive
  -------------------------------*/
  .page-header {
    padding: 1.25vw 3.75vw;
  }
  .page-header .page-title {
    font-size: 2vw;
  }
  .page-header .archive-description {
    font-size: 1.125vw;
    margin-top: 0.9375vw;
  }
  .search-result-count {
    font-size: 1.125vw;
    margin-top: 3.125vw;
  }
  .page-content {
    gap: 1.25vw;
    margin-top: 3.125vw;
  }
  .search-result-count + .page-content {
    margin-top: 1.875vw;
  }
  .page-content .post.type-post,
.page-content .page.type-page {
    padding: 0.9375vw;
    border-radius: 1.25vw;
    box-shadow: 0 0 0.9375vw 0 rgba(0, 0, 0, 0.5);
  }
  .page-content .entry-thumbnail:before {
    height: 14.875vw;
    border-radius: 0.875vw;
  }
  .page-content .post-thumbnail {
    height: 14.875vw;
    border-radius: 0.875vw;
  }
  .page-content .post.type-post .entry-title,
.page-content .page.type-page .entry-title {
    height: 3.125vw;
    font-size: 1.125vw;
    margin-top: 0.9375vw;
    margin-bottom: 0.9375vw;
  }
  .page-content .read-more-btn {
    font-size: 1vw;
    margin-bottom: 0.3125vw;
  }
  .navigation.pagination {
    margin-top: 2.5vw;
  }
  .navigation.pagination .nav-links .page-numbers {
    height: 2.5vw;
    min-width: 2.5vw;
    line-height: 2.5vw;
    font-size: 1vw;
    margin: 0 0.3125vw;
    padding: 0 0.84375vw;
    border-radius: 0.25vw;
  }
  .navigation.pagination .nav-links .page-numbers .gpl-arrow-icon {
    border-width: 0 0.125vw 0.125vw 0;
    margin-top: 0.125vw;
    padding: 0.1875vw;
  }
  .navigation.pagination .nav-links .page-numbers .gpl-arrow-icon.gpl-left {
    margin-right: 0.1875vw;
  }
  .navigation.pagination .nav-links .page-numbers .gpl-arrow-icon.gpl-right {
    margin-left: 0.1875vw;
  }
  /*-------------------------------
  Page 404 Not Found
  -------------------------------*/
  .page-header-404 {
    padding-top: 4.375vw;
  }
  .page-title-404 {
    font-size: 8.75vw;
  }
  .page-subtitle-404 {
    font-size: 3.25vw;
  }
  .page-description-404 {
    font-size: 1.5625vw;
  }
  .error-404 {
    margin-top: 2.5vw;
    padding-bottom: 4.375vw;
  }
  .page-404 p {
    font-size: 1.0625vw;
    margin-top: 1.25vw;
  }
  .page-404-btn-wrapper {
    margin-top: 2.5vw;
  }
  .page-404-btn {
    width: 13.625vw;
    height: 3.75vw;
    font-size: 1.125vw;
    border-radius: 0.75vw;
  }
  .page-404-btn i {
    margin-right: 0.625vw;
  }
  .content-none {
    min-height: 25vw;
    padding: 0 2.5vw;
  }
  .content-none p {
    font-size: 1.25vw;
  }
  .content-none p:first-child {
    margin-top: 0;
  }
}
@media (max-width: 1200px) {
  .container {
    max-width: 95vw;
  }
  /*-------------------------------
  Archive
  -------------------------------*/
  .page-content .entry-thumbnail:before {
    height: 19.3333333333vw;
  }
  .page-content .post-thumbnail {
    height: 19.3333333333vw;
  }
}
@media (max-width: 860px) {
  .dpdpa--popup-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .dpdpa--popup-button-group {
    margin-top: 0;
  }
  .dpdpa--popup-close {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
@media (max-width: 767px) {
  /*-------------------------------
  Reset
  -------------------------------*/
  body {
    font-size: 2.0833333333vw;
  }
  .site img {
    width: 100%;
    height: auto;
  }
  h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 6.5104166667vw;
  }
  h1 {
    font-size: 5.7291666667vw;
  }
  h2 {
    font-size: 5.2083333333vw;
  }
  h3 {
    font-size: 4.6875vw;
  }
  h4 {
    font-size: 4.1666666667vw;
  }
  h5 {
    font-size: 3.90625vw;
  }
  h6 {
    font-size: 3.6458333333vw;
  }
  p {
    font-size: 3.90625vw;
    margin-top: 5.2083333333vw;
  }
  ul, ol {
    padding-left: 3.6458333333vw;
    margin: 5.2083333333vw 0 0;
  }
  li {
    font-size: 3.90625vw;
    margin: 0 0 1.3020833333vw;
  }
  /*-------------------------------
  End Reset
  -------------------------------*/
  #wpadminbar {
    position: fixed;
    top: 0;
  }
  br.d {
    display: none;
  }
  br.m {
    display: block;
  }
  div.d {
    display: none;
  }
  div.m {
    display: block;
  }
  .container {
    max-width: 100%;
  }
  .site-content .container {
    padding: 0 4.5572916667vw;
  }
  .site-header-top {
    padding: 0;
    border-bottom: 0;
    background-color: #c3a935;
  }
  .site-header-top-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .site-header-top-contact {
    justify-content: center;
    width: 100%;
    padding: 1.3020833333vw 0;
    border-bottom: 1px solid #d1bf70;
  }
  .site-header-top-contact-item {
    font-size: 2.8645833333vw;
    color: #fff;
    margin-left: 6.5104166667vw;
  }
  .site-header-top-contact-item i {
    color: #fff;
    margin-right: 1.953125vw;
  }
  .site-header-top-contact-item a:hover {
    color: #fff;
  }
  .site-header-top-contact-item a:active {
    color: #000;
  }
  .site-header-top-social {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.953125vw;
  }
  .site-header-top-social-list {
    width: 50%;
    padding: 0 1.3020833333vw;
  }
  .site-header-top-social-item {
    height: auto;
    width: auto;
    font-size: 3.90625vw;
    color: #fff;
    line-height: 1;
    margin-left: 2.0833333333vw;
    border-radius: unset;
    background-color: transparent;
  }
  .site-header-top-social-item:hover {
    color: #fff;
    background-color: transparent;
  }
  .site-header-top-social-item:active {
    color: #000;
    background-color: transparent;
  }
  .site-header-top-search-form {
    position: relative;
    top: unset;
    left: unset;
    width: 50%;
    height: auto;
    font-family: "Font Awesome 5 Free";
    font-size: 3.3854166667vw;
    color: #999;
    padding: 0 1.3020833333vw;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    background-color: transparent;
  }
  .site-header-top-search-field {
    width: 100%;
    height: 7.2916666667vw;
    font-size: 3.125vw;
    color: #000;
    letter-spacing: normal;
    text-align: left;
    padding: 0 8.59375vw 0 2.34375vw;
    border-radius: 1.8229166667vw;
    border-bottom: 0;
    background-color: #fff;
    transform: none;
  }
  .site-header-top-search-form.is-open .site-header-top-search-field {
    transform: none;
  }
  .site-header-top-search-field::-webkit-input-placeholder {
    color: #666;
  }
  .site-header-top-search-field::-moz-placeholder {
    color: #666;
  }
  .site-header-top-search-field:-ms-input-placeholder {
    color: #666;
  }
  .site-header-top-search-field:-moz-placeholder {
    color: #666;
  }
  .btn-top-search-form-close {
    display: none;
    top: 0;
    right: 0;
    font-size: 3.90625vw;
    color: #000;
  }
  .btn-top-search-form-close:hover {
    color: #000;
  }
  .btn-top-search-form-close:active {
    color: #fff;
  }
  .site-header-top-search-submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 8.59375vw;
    height: 100%;
    z-index: 9;
  }
  .site-header-top-search-form:before {
    content: "\f002";
    position: absolute;
    top: 50%;
    right: 2.8645833333vw;
    z-index: 2;
    transform: translateY(-50%);
  }
  .site-header-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 3.125vw 3.90625vw 0;
  }
  .site-logo {
    height: 13.0208333333vw;
  }
  .site-logo a:hover {
    opacity: 1;
  }
  .site-logo a:active {
    opacity: 0.7;
  }
  .site-logo img {
    width: auto;
    height: 100%;
  }
  .site-menu {
    align-items: flex-start;
    width: 100%;
    padding-top: 3.125vw;
  }
  .site-menu-navigation-toggle-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 3.2552083333vw;
    right: 3.90625vw;
    z-index: 9;
    border: 0.2604166667vw solid #c3a935;
    border-radius: 2.6041666667vw;
  }
  .site-menu-navigation-toggle-icon {
    width: 12.5vw;
    height: 12.5vw;
  }
  .site-menu-navigation-toggle-icon span {
    height: 0.78125vw;
    width: 7.8125vw;
    background: #c3a935;
    border-radius: 6.5104166667vw;
  }
  .site-menu-navigation-toggle-icon span:nth-child(1) {
    top: 3.6458333333vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-menu-navigation-toggle-icon span:nth-child(2) {
    top: 5.859375vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-menu-navigation-toggle-icon span:nth-child(3) {
    top: 5.859375vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-menu-navigation-toggle-icon span:nth-child(4) {
    top: 8.0729166667vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .site-menu-navigation-toggle-icon.active span:nth-child(1) {
    top: 5.859375vw;
  }
  .site-menu-navigation-toggle-icon.active span:nth-child(2) {
    transform: translateX(-50%) rotate(-45deg);
  }
  .site-menu-navigation-toggle-icon.active span:nth-child(3) {
    transform: translateX(-50%) rotate(45deg);
  }
  .site-menu-navigation-toggle-icon.active span:nth-child(4) {
    top: 5.859375vw;
  }
  .primary-navigation {
    display: none;
    width: 100%;
    margin-bottom: 3.90625vw;
    overflow: hidden;
    border-radius: 2.8645833333vw;
  }
  .menu-wrapper {
    width: 100%;
    flex-direction: column;
  }
  .menu-item {
    width: 100%;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    border-top: 1px solid #999;
    background-color: #0c1923;
  }
  .menu-item a {
    flex: 1;
    width: 100%;
    height: 100%;
    font-size: 3.90625vw;
    color: #fff;
    font-weight: 500;
    padding: 2.9296875vw 16.9270833333vw 2.9296875vw 5.7291666667vw;
  }
  .menu-item a:hover {
    color: #fff;
  }
  .menu-item a:active {
    color: #c3a935;
  }
  .sub-menu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    height: 12.109375vw;
  }
  .sub-menu-toggle:before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12.7604166667vw;
    height: 100%;
    font-size: 7.2916666667vw;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    border-radius: 1.8229166667vw 0 0 1.8229166667vw;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.1);
  }
  .menu-item.menu-item-has-children.active .sub-menu-toggle:before {
    content: "-";
    background-color: rgba(0, 0, 0, 0.8);
  }
  .sub-menu {
    display: none;
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    min-width: unset;
    padding: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    border-radius: 0;
    border-top: 0;
    box-shadow: none;
    transform: none;
    transition: none;
  }
  .menu-item.menu-item-has-children:hover > .sub-menu {
    transform: none;
  }
  .menu-item .sub-menu .menu-item {
    align-items: flex-start;
    padding: 0;
  }
  .menu-item .sub-menu .menu-item a {
    opacity: 0.75;
    padding: 2.9296875vw 16.9270833333vw 2.9296875vw 10.4166666667vw;
  }
  .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
    padding: 2.9296875vw 16.9270833333vw 2.9296875vw 18.2291666667vw;
  }
  .menu-item .sub-menu .menu-item .sub-menu {
    top: unset;
    left: unset;
  }
  .menu-item .sub-menu .menu-item.menu-item-has-children > a {
    z-index: 9;
  }
  .menu-item .sub-menu .menu-item.menu-item-has-children:after {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 12.7604166667vw;
    height: 12.109375vw;
    font-size: 7.2916666667vw;
    color: #fff;
    font-weight: 500;
    margin-left: 0;
    z-index: 1;
    border-radius: 1.8229166667vw 0 0 1.8229166667vw;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.1);
  }
  .menu-item .sub-menu .menu-item.menu-item-has-children.active:after {
    content: "-";
    background-color: rgba(0, 0, 0, 0.8);
  }
  .site-menu-btn-search {
    display: none;
  }
  .btn-search-popup {
    font-size: 3.90625vw;
  }
  .btn-search-popup:hover {
    color: #647589;
  }
  .btn-search-popup:active {
    color: #c3a935;
  }
  .site-footer {
    padding-top: 14.3229166667vw;
  }
  .site-footer-info-wrapper {
    padding: 15.625vw 0 9.1145833333vw;
  }
  .site-footer-info-list {
    flex-direction: column;
    padding: 0 5.859375vw;
  }
  .site-footer-info-col {
    width: 100%;
    padding-right: 0;
  }
  .site-footer-info-col:first-child,
.site-footer-info-col:last-child {
    width: 100%;
  }
  .site-footer-info-col img,
.site .site-footer-info-col img {
    width: auto;
    height: 15.625vw;
    margin: 0 0 5.2083333333vw;
  }
  .site-footer-info-col p {
    margin-bottom: 3.90625vw;
  }
  .site-footer-info-col p,
.site-footer-info-col li {
    font-size: 3.6458333333vw;
  }
  .site-footer-info-col div {
    font-size: 5.9895833333vw;
    margin-bottom: 5.2083333333vw;
    margin-top: 7.1614583333vw;
  }
  .site-footer-info-col ul,
.site-footer-info-col ol {
    padding-left: 4.4270833333vw;
  }
  .site-footer-info-col li {
    margin-bottom: 2.6041666667vw;
  }
  .site-footer-info-col a:hover {
    color: #fff;
  }
  .site-footer-info-col a:active {
    color: #c3a935;
  }
  .site-footer-info-col p a {
    min-width: 50%;
  }
  .site-footer-info-col p a + a {
    margin-left: 6.5104166667vw;
  }
  .site-footer-info-col p a img,
.site .site-footer-info-col p a img {
    height: 7.03125vw;
    margin: 0 2.6041666667vw 0 0;
  }
  .site-footer-powered-wrapper {
    padding: 5.2083333333vw 0 17.1875vw;
  }
  .powered-by {
    font-size: 2.8645833333vw;
  }
  .dpdpa--popup {
    left: 50%;
    width: 92.96875vw;
    bottom: 3.6458333333vw;
    padding: 2.34375vw 2.6041666667vw;
    border-radius: 2.0833333333vw;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(120%) translateX(-50%);
    -ms-transform: translateY(120%) translateX(-50%);
    transform: translateY(120%) translateX(-50%);
    -webkit-transition: transform 0.6s ease, visibility 0.6s ease, opacity 0.6s ease;
    -o-transition: transform 0.6s ease, visibility 0.6s ease, opacity 0.6s ease;
    transition: transform 0.6s ease, visibility 0.6s ease, opacity 0.6s ease;
  }
  .dpdpa--popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transform: translateY(0) translateX(-50%);
    -ms-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%);
  }
  .dpdpa--popup .container {
    max-width: 100%;
  }
  .dpdpa--popup-text {
    padding-right: 2.6041666667vw;
  }
  .dpdpa--popup-text p {
    font-size: 2.34375vw;
    line-height: 1.3;
  }
  .dpdpa--popup-text a:hover {
    color: #000;
  }
  .dpdpa--popup-text a:active {
    color: #c3a935;
  }
  .dpdpa--popup-button-group {
    justify-content: flex-start;
    align-items: center;
    padding-right: 5.9895833333vw;
  }
  a.dpdpa--popup-button {
    width: 11.9791666667vw;
    font-size: 2.34375vw;
    padding: 1.3020833333vw 1.0416666667vw;
    margin: 0;
    border-radius: 1.3020833333vw;
  }
  a.dpdpa--popup-button + a {
    margin-left: 1.3020833333vw;
  }
  a.dpdpa--popup-button:hover {
    opacity: 1;
  }
  a.dpdpa--popup-button:active {
    opacity: 0.7;
  }
  .dpdpa--popup-button-group a {
    margin-right: 0;
  }
  .dpdpa--popup-close {
    display: flex;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 0;
  }
  .dpdpa--popup-close:hover {
    opacity: 1;
  }
  .dpdpa--popup-close:active {
    opacity: 0.7;
  }
  .dpdpa--popup-close:before,
.dpdpa--popup-settings-close:before,
.dpdpa--popup-close:hover:before,
.dpdpa--popup-settings-close:hover:before {
    width: 3.125vw;
    height: 3.125vw;
  }
  .dpdpa--popup-sidebar {
    max-width: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .dpdpa--popup-logo {
    min-height: 15.625vw;
    padding: 3.2552083333vw 3.90625vw;
  }
  .dpdpa--popup-settings-close {
    top: 50%;
    right: 3.90625vw;
  }
  .dpdpa--popup-sidebar-container {
    top: 15.625vw;
    padding: 5.2083333333vw 4.5572916667vw;
  }
  .dpdpa--popup-section {
    padding-bottom: 5.2083333333vw;
  }
  .dpdpa--popup-section.intro {
    padding-bottom: 5.2083333333vw;
  }
  .dpdpa--popup-section em {
    font-size: 4.6875vw;
  }
  .dpdpa--popup-section p {
    font-size: 3.6458333333vw;
    margin: 2.6041666667vw 0 0;
  }
  .dpdpa--popup-section.list {
    margin-top: 5.2083333333vw;
  }
  .dpdpa--popup-list {
    margin: 2.6041666667vw 0 0 0;
  }
  .dpdpa--popup-header {
    font-size: 3.6458333333vw;
  }
  .dpdpa--popup-section .dpdpa--popup-button {
    width: auto;
    font-size: 3.6458333333vw;
    margin-top: 5.2083333333vw;
    padding: 2.6041666667vw 5.2083333333vw;
  }
  .dpdpa--popup-section .dpdpa--popup-button:hover {
    background-color: #000;
  }
  .dpdpa--popup-section .dpdpa--popup-button:active {
    background-color: #c3a935;
  }
  .cta-btn-wrapper {
    justify-content: center;
    bottom: 3.6458333333vw;
    right: 0;
    width: 100%;
  }
  .cta-btn-wrapper.have-pdpa {
    bottom: 20.3125vw;
  }
  .cta-btn {
    height: 9.1145833333vw;
    margin: 0 0.6510416667vw;
  }
  .cta-btn:hover {
    opacity: 1;
  }
  .cta-btn:active {
    opacity: 0.8;
  }
  .cta-btn img,
.site .cta-btn img {
    width: auto;
    height: 100%;
  }
  /*-------------------------------
  Banner Slide
  -------------------------------*/
  .banner-slide {
    width: 100%;
    left: unset;
    transform: none;
  }
  .banner-slide .kt-inside-inner-col {
    height: 39.0625vw;
  }
  .banner-slide .flickity-prev-next-button {
    width: 3.3854166667vw;
    height: 3.3854166667vw;
  }
  .banner-slide .flickity-prev-next-button.previous {
    left: 1.953125vw;
  }
  .banner-slide .flickity-prev-next-button.next {
    right: 1.953125vw;
  }
  .banner-slide .flickity-prev-next-button:hover {
    background-color: rgba(0, 0, 0, 0.67);
  }
  .banner-slide .flickity-prev-next-button:active {
    background-color: rgb(255, 145, 57);
  }
  .banner-slide .flickity-prev-next-button.previous:before {
    border-width: 0.78125vw 0.78125vw 0.78125vw 0;
  }
  .banner-slide .flickity-prev-next-button.next:before {
    border-width: 0.78125vw 0 0.78125vw 0.78125vw;
  }
  /*-------------------------------
  Archive
  -------------------------------*/
  .page-header {
    padding: 3.90625vw 4.5572916667vw;
    margin-top: 5.2083333333vw;
  }
  .page-header .page-title {
    font-size: 6.25vw;
  }
  .page-header .archive-description {
    font-size: 3.90625vw;
    margin-top: 1.953125vw;
  }
  .search-result-count {
    font-size: 4.1666666667vw;
    margin-top: 9.1145833333vw;
  }
  .page-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 5.2083333333vw;
    margin-top: 9.1145833333vw;
  }
  .search-result-count + .page-content {
    margin-top: 5.2083333333vw;
  }
  .page-content .post.type-post,
.page-content .page.type-page {
    padding: 3.3854166667vw;
    border-radius: 4.6875vw;
    box-shadow: 0 0 2.6041666667vw 0 rgba(0, 0, 0, 0.5);
  }
  .page-content .entry-thumbnail:before {
    height: 55.9895833333vw;
    border-radius: 2.8645833333vw;
  }
  .page-content .post-thumbnail {
    height: 55.9895833333vw;
    border-radius: 2.8645833333vw;
  }
  .page-content .post-thumbnail-inner:hover {
    opacity: 1;
  }
  .page-content .post-thumbnail-inner:active {
    opacity: 0.7;
  }
  .page-content .post.type-post .entry-title,
.page-content .page.type-page .entry-title {
    display: block;
    -webkit-line-clamp: unset;
    height: auto;
    font-size: 4.6875vw;
    margin-top: 3.90625vw;
    margin-bottom: 3.90625vw;
  }
  .page-content .post.type-post .entry-title a:hover,
.page-content .page.type-page .entry-title a:hover {
    color: #c3a935;
  }
  .page-content .post.type-post .entry-title a:active,
.page-content .page.type-page .entry-title a:active {
    color: #13232f;
  }
  .page-content .read-more-btn {
    font-size: 3.90625vw;
    margin-bottom: 1.3020833333vw;
  }
  .page-content .read-more-btn:hover {
    color: #c3a935;
  }
  .page-content .read-more-btn:active {
    color: #13232f;
  }
  .navigation.pagination {
    margin-top: 9.1145833333vw;
  }
  .navigation.pagination .nav-links .page-numbers {
    height: 7.8125vw;
    min-width: 7.8125vw;
    line-height: 7.8125vw;
    font-size: 3.125vw;
    padding: 0 0.6510416667vw;
    margin: 2.0833333333vw 0.9375vw 0;
    border-radius: 0.78125vw;
  }
  .navigation.pagination .nav-links .page-numbers:hover {
    color: #666;
    background-color: #edf2f6;
  }
  .navigation.pagination .nav-links .page-numbers:active {
    color: #fff;
    background-color: #c3a935;
  }
  .navigation.pagination .nav-links .page-numbers.current {
    color: #fff;
    background-color: #c3a935;
  }
  .navigation.pagination .nav-links .page-numbers .nav-prev-text,
.navigation.pagination .nav-links .page-numbers .nav-next-text {
    padding: 0 2.8645833333vw;
  }
  .navigation.pagination .nav-links .page-numbers .gpl-arrow-icon {
    border-width: 0 0.390625vw 0.390625vw 0;
    margin-top: 0.390625vw;
    padding: 0.6510416667vw;
  }
  .navigation.pagination .nav-links .page-numbers:hover .gpl-arrow-icon {
    border-color: #666;
  }
  .navigation.pagination .nav-links .page-numbers:active .gpl-arrow-icon {
    border-color: #fff;
  }
  .navigation.pagination .nav-links .page-numbers .gpl-arrow-icon.gpl-left {
    margin-right: 0.5208333333vw;
  }
  .navigation.pagination .nav-links .page-numbers .gpl-arrow-icon.gpl-right {
    margin-left: 0.5208333333vw;
  }
  /*-------------------------------
  Page 404 Not Found
  -------------------------------*/
  .page-header-404 {
    padding-top: 13.0208333333vw;
  }
  .page-title-404 {
    font-size: 26.0416666667vw;
  }
  .page-subtitle-404 {
    font-size: 9.375vw;
  }
  .page-description-404 {
    font-size: 4.5572916667vw;
  }
  .error-404 {
    margin-top: 9.1145833333vw;
    padding-bottom: 13.0208333333vw;
  }
  .page-404 p {
    font-size: 4.1666666667vw;
    margin-top: 5.2083333333vw;
  }
  .page-404-btn-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 9.1145833333vw;
  }
  .page-404-btn {
    width: 44.2708333333vw;
    height: 12.2395833333vw;
    font-size: 4.1666666667vw;
    border-radius: 2.0833333333vw;
  }
  .page-404-btn i {
    margin-right: 2.34375vw;
  }
  .page-404-btn:hover {
    background-color: #c3a935;
  }
  .page-404-btn:active {
    background-color: #13232f;
  }
  .content-none {
    min-height: 78.125vw;
    padding: 0 5.2083333333vw;
  }
  .content-none p {
    font-size: 4.4270833333vw;
  }
}

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