@charset "UTF-8";
/*!
Theme Name: dlf
Theme URI: http://underscores.me/
Author: Trần Trung Quân
Author URI: http://zenzweb.com/
Description: Create by Quantt88
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dlf
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

dlf is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * 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;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-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;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.outer1 {
  max-width: calc(100% * 1 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer2 {
  max-width: calc(100% * 2 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer3 {
  max-width: calc(100% * 3 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer4 {
  max-width: calc(100% * 4 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer5 {
  max-width: calc(100% * 5 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer6 {
  max-width: calc(100% * 6 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer7 {
  max-width: calc(100% * 7 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer8 {
  max-width: calc(100% * 8 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer9 {
  max-width: calc(100% * 9 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer10 {
  max-width: calc(100% * 10 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer11 {
  max-width: calc(100% * 11 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer12 {
  max-width: calc(100% * 12 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer13 {
  max-width: calc(100% * 13 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer14 {
  max-width: calc(100% * 14 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer15 {
  max-width: calc(100% * 15 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer16 {
  max-width: calc(100% * 16 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer17 {
  max-width: calc(100% * 17 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer18 {
  max-width: calc(100% * 18 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer19 {
  max-width: calc(100% * 19 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer20 {
  max-width: calc(100% * 20 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer21 {
  max-width: calc(100% * 21 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer22 {
  max-width: calc(100% * 22 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer23 {
  max-width: calc(100% * 23 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer24 {
  max-width: calc(100% * 24 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer25 {
  max-width: calc(100% * 25 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer26 {
  max-width: calc(100% * 26 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer27 {
  max-width: calc(100% * 27 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer28 {
  max-width: calc(100% * 28 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer29 {
  max-width: calc(100% * 29 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer30 {
  max-width: calc(100% * 30 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer31 {
  max-width: calc(100% * 31 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer32 {
  max-width: calc(100% * 32 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer33 {
  max-width: calc(100% * 33 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer34 {
  max-width: calc(100% * 34 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer35 {
  max-width: calc(100% * 35 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer36 {
  max-width: calc(100% * 36 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer37 {
  max-width: calc(100% * 37 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer38 {
  max-width: calc(100% * 38 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer39 {
  max-width: calc(100% * 39 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer40 {
  max-width: calc(100% * 40 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer41 {
  max-width: calc(100% * 41 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer42 {
  max-width: calc(100% * 42 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer43 {
  max-width: calc(100% * 43 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer44 {
  max-width: calc(100% * 44 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer45 {
  max-width: calc(100% * 45 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer46 {
  max-width: calc(100% * 46 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer47 {
  max-width: calc(100% * 47 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer48 {
  max-width: calc(100% * 48 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer49 {
  max-width: calc(100% * 49 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer50 {
  max-width: calc(100% * 50 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer51 {
  max-width: calc(100% * 51 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer52 {
  max-width: calc(100% * 52 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer53 {
  max-width: calc(100% * 53 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer54 {
  max-width: calc(100% * 54 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer55 {
  max-width: calc(100% * 55 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer56 {
  max-width: calc(100% * 56 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer57 {
  max-width: calc(100% * 57 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer58 {
  max-width: calc(100% * 58 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer59 {
  max-width: calc(100% * 59 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer60 {
  max-width: calc(100% * 60 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer61 {
  max-width: calc(100% * 61 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer62 {
  max-width: calc(100% * 62 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer63 {
  max-width: calc(100% * 63 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer64 {
  max-width: calc(100% * 64 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer65 {
  max-width: calc(100% * 65 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer66 {
  max-width: calc(100% * 66 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer67 {
  max-width: calc(100% * 67 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer68 {
  max-width: calc(100% * 68 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer69 {
  max-width: calc(100% * 69 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer70 {
  max-width: calc(100% * 70 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer71 {
  max-width: calc(100% * 71 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer72 {
  max-width: calc(100% * 72 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer73 {
  max-width: calc(100% * 73 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer74 {
  max-width: calc(100% * 74 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer75 {
  max-width: calc(100% * 75 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer76 {
  max-width: calc(100% * 76 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer77 {
  max-width: calc(100% * 77 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer78 {
  max-width: calc(100% * 78 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer79 {
  max-width: calc(100% * 79 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer80 {
  max-width: calc(100% * 80 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer81 {
  max-width: calc(100% * 81 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer82 {
  max-width: calc(100% * 82 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer83 {
  max-width: calc(100% * 83 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer84 {
  max-width: calc(100% * 84 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer85 {
  max-width: calc(100% * 85 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer86 {
  max-width: calc(100% * 86 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer87 {
  max-width: calc(100% * 87 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer88 {
  max-width: calc(100% * 88 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer89 {
  max-width: calc(100% * 89 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer90 {
  max-width: calc(100% * 90 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer91 {
  max-width: calc(100% * 91 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer92 {
  max-width: calc(100% * 92 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer93 {
  max-width: calc(100% * 93 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer94 {
  max-width: calc(100% * 94 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer95 {
  max-width: calc(100% * 95 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer96 {
  max-width: calc(100% * 96 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer97 {
  max-width: calc(100% * 97 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer98 {
  max-width: calc(100% * 98 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer99 {
  max-width: calc(100% * 99 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.outer100 {
  max-width: calc(100% * 100 / 100);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .outer1 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer2 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer3 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer4 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer5 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer6 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer7 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer8 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer9 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer10 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer11 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer12 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer13 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer14 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer15 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer16 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer17 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer18 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer19 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer20 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer21 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer22 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer23 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer24 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer25 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer26 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer27 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer28 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer29 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer30 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer31 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer32 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer33 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer34 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer35 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer36 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer37 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer38 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer39 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer40 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer41 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer42 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer43 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer44 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer45 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer46 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer47 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer48 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer49 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer50 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer51 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer52 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer53 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer54 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer55 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer56 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer57 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer58 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer59 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer60 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer61 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer62 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer63 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer64 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer65 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer66 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer67 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer68 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer69 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer70 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer71 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer72 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer73 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer74 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer75 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer76 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer77 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer78 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer79 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer80 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer81 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer82 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer83 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer84 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer85 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer86 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer87 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer88 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer89 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer90 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer91 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer92 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer93 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer94 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer95 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer96 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer97 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer98 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer99 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .outer100 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@font-face {
  font-family: Minion;
  src: url("../fonts/MinionVariableConcept-Roman.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: Mont;
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: MontM;
  src: url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: MontBl;
  src: url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: MontB;
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Kanit;
  src: url("../fonts/Kanit-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: KanitM;
  src: url("../fonts/Kanit-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: KanitL;
  src: url("../fonts/Kanit-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: KanitI;
  src: url("../fonts/Kanit-Italic.ttf") format("truetype");
  font-display: swap;
}
html {
  margin-top: 0 !important;
  scroll-behavior: smooth;
}

body {
  font-family: MontM, sans-serif;
  font-size: calc(100vw * 19 / 1920);
  min-height: max-content !important;
  scroll-behavior: smooth;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
body.overflow-h {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  background: #888;
}
body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.page,
.post {
  margin: 0;
}

.outer {
  max-width: 79.1666666667vw;
  margin-left: auto;
  margin-right: auto;
}

.outer2 {
  max-width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.page-title {
  margin-top: 0 !important;
}

.entry-title {
  margin: 0 !important;
}

a {
  color: #1b914a;
  text-decoration: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}
a:focus, a:hover, a:visited {
  color: #1b914a;
}
a:hover {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
}

strong,
b {
  font-family: GilroySB, sans-serif;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
}

.entry-content,
.entry-summary,
.page-content {
  margin: 0;
}

.loadingpage {
  position: relative;
}
.loadingpage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: url("../assets/loading.svg") center/120px no-repeat, rgba(255, 255, 255, 0.3);
  z-index: 999999;
}

.pagi {
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 2.6041666667vw;
  padding-bottom: 2.6041666667vw;
}
.pagi .page-numbers {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 30px;
  width: 30px;
  box-sizing: border-box;
  border: 1px solid #1b914a;
  margin: 0 1px;
  color: #1b914a;
  font-size: calc(100vw * 12 / 1920);
  font-family: GilroySB, sans-serif;
}
.pagi .page-numbers.prev.hide-arrow:after {
  display: none;
}
.pagi .page-numbers.next.hide-arrow:after {
  display: none;
}
.pagi .page-numbers.current, .pagi .page-numbers:hover {
  border: 1px solid #1b914a;
  background: #1b914a;
  color: #fff;
}
.pagi img {
  width: 7px;
  margin: 0 1px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal !important;
}

.image {
  overflow: hidden;
}
.image img {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0;
}
.slick-dots li {
  margin: 0 2px;
  display: flex;
}
.slick-dots li button {
  font-size: 0 !important;
  border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.2) !important;
  padding: 0 !important;
  border: 0 !important;
  height: 4px;
  width: 4px;
  box-sizing: border-box;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  width: 12px;
  border-radius: 2px !important;
  -ms-border-radius: 2px !important;
  -webkit-border-radius: 2px !important;
  background: rgba(255, 255, 255, 0.6) !important;
}

.ui-datepicker-today a {
  border: 1px solid #c5c5c5 !important;
  background: #F2F4F9 !important;
  color: #1b914a !important;
}

form input:-webkit-autofill, form input:-webkit-autofill:focus, form input:-moz-autofill {
  background-color: #F2F4F9 !important;
  box-shadow: 0 0 0 1000px #F2F4F9 inset !important;
  border: 1px solid #dce2f0 !important;
}

.wrap-btnz {
  display: none;
}

.btnz {
  cursor: pointer;
  display: none;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.btnq {
  cursor: pointer;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
}

.btnz.change,
.btnq.change {
  cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
  height: 2px;
  background-color: #fff;
  margin-bottom: 4px;
  transition: 0.4s;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.bar1 {
  width: 21px;
}

.bar2 {
  width: 15px;
  margin-left: 6px;
}

.bar3 {
  width: 18px;
  margin-left: 3px;
  margin-bottom: 0;
}

.change .bar1 {
  width: 18px;
  -webkit-transform: rotate(-45deg) translate(0px, 8px);
  transform: rotate(-45deg) translate(0px, 8px);
}

.change .bar2 {
  width: 18px;
  -webkit-transform: rotate(45deg) translate(0, -1px);
  transform: rotate(45deg) translate(0, -1px);
}

.change .bar3 {
  opacity: 0;
  display: none;
}

.btnq .bar1,
.btnq .bar2,
.btnq .bar3 {
  width: 21px;
  height: 2px;
  background-color: #fff;
  margin-bottom: 4px;
  transition: 0.4s;
  border-radius: 5px;
  -ms-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.btnq .bar1 {
  width: 16px;
  -webkit-transform: rotate(-45deg) translate(-1px, -1px);
  transform: rotate(-45deg) translate(-1px, -1px);
}
.btnq .bar2 {
  margin-left: 0;
  width: 16px;
  -webkit-transform: rotate(45deg) translate(1px, 3px);
  transform: rotate(45deg) translate(1px, 3px);
}
.btnq .bar3 {
  margin-left: 0;
  margin-bottom: 0;
  display: none;
}
.btnq.change .bar1 {
  width: 18px;
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
  transform: rotate(-45deg) translate(-4px, 4px);
}
.btnq.change .bar2 {
  width: 18px;
  -webkit-transform: rotate(45deg) translate(0, -1px);
  transform: rotate(45deg) translate(0, -1px);
}
.btnq.change .bar3 {
  opacity: 0;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .btnz {
    display: inline-block;
    position: absolute;
    z-index: 9999;
    right: 15px;
  }
  .btnz.change {
    z-index: 9999999;
  }
  .btnz.change .bar1,
  .btnz.change .bar2,
  .btnz.change .bar3 {
    background-color: #187d3e;
  }
  .btnq.change {
    z-index: 9999999;
  }
  .btnq.change .bar1,
  .btnq.change .bar2,
  .btnq.change .bar3 {
    background-color: #187d3e;
  }
}
.btn-more {
  border-radius: 10px;
  background-color: #1b914a;
  color: #fff;
  display: inline-flex !important;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  text-transform: uppercase;
  overflow: hidden;
}
.btn-more span {
  display: inline-block;
  position: relative;
  z-index: 5;
}
.btn-more span:nth-child(1) {
  text-align: center;
  padding: 10px 80px 10px 30px;
  white-space: nowrap;
}
.btn-more span:nth-child(2) {
  position: absolute;
  right: 0;
  padding: 0 20px;
  height: 100%;
  display: flex !important;
  justify-content: center;
  background: #187d3e;
  align-items: center;
  border-radius: 0 10px 10px 0;
  z-index: 10;
}
.btn-more span:nth-child(2) svg {
  width: 20px;
  height: 16px;
}
.btn-more:after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #187d3e;
  border-radius: 10px;
  transition: 0.3s;
}
.btn-more.hover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #187d3e;
  border-radius: 10px;
  transition: 0.3s;
}

.title-large {
  font-size: calc(100vw * 90 / 1920);
  line-height: calc(100vw * 90 / 1920);
}

.title-medium {
  font-size: 20px;
  line-height: 20px;
}

.title-small {
  font-size: 16px;
  line-height: 16px;
}

.i-title {
  font-family: MontB, sans-serif;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.i-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 6px;
  background: #1b914a;
}

.k-title {
  font-family: KanitM, sans-serif;
  font-size: calc(100vw * 45 / 1920);
}

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: ease-in-out 0.3s;
}
#masthead.scroll {
  background: url("../assets/about-image-03.jpg") center/cover no-repeat;
  transition: ease-in-out 0.3s;
}
#masthead.fscroll {
  background: url("../assets/about-image-03.jpg") center/cover no-repeat;
  transition: ease-in-out 0.3s;
}

.wrap-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.wrap-header > .main-navigation {
  width: auto;
  margin-left: calc(100vw * 80 / 1920);
}
.wrap-header > .main-navigation li a {
  padding: calc(100vw * 35 / 1920) calc(100vw * 40 / 1920);
}
.wrap-header > .main-navigation li:first-child a {
  padding: calc(100vw * 35 / 1920) calc(100vw * 40 / 1920) calc(100vw * 35 / 1920) 0;
}
.wrap-header > .main-navigation li:last-child a {
  padding: calc(100vw * 35 / 1920) 0 calc(100vw * 35 / 1920) calc(100vw * 40 / 1920);
}
.wrap-header > .main-navigation li.current-menu-item a {
  color: #20fd55;
}

.site-branding {
  max-width: 120px;
}

.main-navigation a {
  color: #fff;
  font-size: calc(100vw * 16 / 1920);
  outline: none !important;
}
.main-navigation a:hover {
  color: #20fd55;
}

#slider .slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#slider .slider-item a {
  display: block;
  width: 100%;
  position: relative;
  z-index: 10;
}
#slider .slider-item .slider-item-content {
  position: absolute;
  z-index: 20;
  max-width: 50%;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
#slider .slider-item .slider-item-content .slider-item-content-wrap {
  width: 100%;
  text-align: center;
}
#slider .slider-item .slider-item-content .slider-item-content-wrap .s-title {
  margin-bottom: 30px;
}

.img-ex {
  display: block;
  width: 100%;
  position: relative;
  line-height: 0;
}
.img-ex picture {
  display: inline-block;
  line-height: 0;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}
.img-ex picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.part-about {
  position: relative;
  z-index: 1;
}
.part-about:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 150%;
  z-index: 1;
  background: #eae4e1;
}
.part-about .content-above {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-top: calc(100vw * 80 / 1920);
  position: relative;
  z-index: 5;
}
.part-about .content-below {
  max-width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding-bottom: calc(100vw * 40 / 1920);
  position: relative;
  z-index: 5;
}

.part-tree img {
  width: 100%;
  object-fit: contain;
  transform-style: preserve-3d;
  animation: spinY 4s linear infinite;
}

.part-about-wrap {
  padding: 90px 0;
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part-about-wrap .part-tree {
  position: relative;
  z-index: 1;
}
.part-about-wrap .c-list {
  position: absolute;
  z-index: 2;
}
.part-about-wrap .c-list .item {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.part-about-wrap .c-list .item:nth-child(even) {
  text-align: left;
}
.part-about-wrap .c-list .item:nth-child(odd) {
  text-align: right;
}
.part-about-wrap .c-list .item:nth-child(1) {
  padding-right: 100px;
  margin-bottom: 80px;
}
.part-about-wrap .c-list .item:nth-child(2) {
  padding-left: 150px;
}
.part-about-wrap .c-list .item:nth-child(3) {
  padding-right: 0;
}
.part-about-wrap .c-list .item .i-wrap {
  display: inline-block;
  padding: 20px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 90%, rgba(255, 255, 255, 0));
  backdrop-filter: blur(5px);
  border-radius: 10px;
  max-width: calc(100vw * 350 / 1920);
  text-align: left;
}
.part-about-wrap .c-list .item .i-wrap .i-title {
  font-size: calc(100vw * 20 / 1920);
}
.part-about-wrap .c-list .item .i-wrap .i-description {
  font-size: calc(100vw * 20 / 1920);
}

.part-product {
  padding-top: calc(100vw * 60 / 1920);
  padding-bottom: calc(100vw * 60 / 1920);
}
.part-product .section-title {
  font-family: KanitM, sans-serif;
  font-size: calc(100vw * 65 / 1920);
  position: relative;
  z-index: 1;
  padding-right: 10%;
  margin-bottom: calc(100vw * 60 / 1920);
}
.part-product .section-title:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10%;
  height: 100%;
  width: 6px;
  background: #1b914a;
  z-index: 2;
}
.part-product .c-list {
  display: inline-block;
  width: 100%;
}
.part-product .c-list .item {
  width: calc(33.3333333333% - 13.3333333333px);
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  position: relative !important;
}
.part-product .c-list .item span {
  display: block;
}
.part-product .c-list .item:nth-child(even) {
  margin-top: calc(100vw * 80 / 1920);
}
.part-product .c-list .item:nth-child(3n+3) {
  margin-right: 0;
}
.part-product .c-list .item > a {
  position: relative;
  z-index: 10;
}
.part-product .c-list .item:after {
  content: "";
  background: linear-gradient(to bottom, rgba(204, 204, 204, 0.2) 90%, rgba(204, 204, 204, 0));
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}
.part-product .c-list .item .i-thumbnail {
  position: relative;
  z-index: 1;
}
.part-product .c-list .item .i-thumbnail img {
  width: 100%;
  object-fit: cover;
}
.part-product .c-list .item .info {
  position: absolute;
  top: 5%;
  left: 10%;
  max-width: 50%;
  height: 80%;
  z-index: 10;
}
.part-product .c-list .item .info .i-title {
  display: block;
  font-size: calc(100vw * 28 / 1920);
  color: #000;
}
.part-product .c-list .item .info .btn-more {
  position: absolute;
  bottom: 0;
  left: 0;
}

.part-technology {
  padding-bottom: calc(100vw * 60 / 1920);
  position: relative;
  z-index: 2;
}

.part-technology-wrap .top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(100vw * 60 / 1920);
}
.part-technology-wrap .top > .image {
  width: calc(50% - 100vw * 70 / 1920 * 1 / 2);
  margin-right: calc(100vw * 70 / 1920);
}
.part-technology-wrap .top > .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part-technology-wrap .top > .text {
  width: calc(50% - 100vw * 70 / 1920 * 1 / 2);
  margin-right: 0;
}
.part-technology-wrap .top > .text .i-title {
  font-size: calc(100vw * 45 / 1920);
  color: #000;
  max-width: 70%;
}
.part-technology-wrap .top > .text .i-description {
  margin-bottom: 30px;
}
.part-technology-wrap .bottom {
  display: flex;
  flex-wrap: wrap;
}
.part-technology-wrap .bottom .item {
  width: calc(25% - 100vw * 100 / 1920 * 3 / 4);
  margin-right: calc(100vw * 100 / 1920);
  margin-bottom: calc(100vw * 40 / 1920);
}
.part-technology-wrap .bottom .item:nth-child(4n+4) {
  margin-right: 0;
}
.part-technology-wrap .bottom .item .i-thumbnail {
  margin-bottom: 30px;
  position: relative;
}
.part-technology-wrap .bottom .item .i-thumbnail img {
  height: calc(100vw * 111 / 1920);
  object-fit: contain;
}
.part-technology-wrap .bottom .item .i-thumbnail > span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #1b914a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.part-technology-wrap .bottom .item .i-title {
  max-width: 60%;
}

.part-news {
  padding-top: calc(100vw * 120 / 1920);
  padding-bottom: calc(100vw * 120 / 1920);
  background: url("../assets/background-media.jpg") center/cover no-repeat;
}
.part-news .section-title {
  color: #fff;
  margin-bottom: calc(100vw * 80 / 1920);
}
.part-news .c-slider .item {
  margin: 0 calc(100vw * 20 / 1920);
  position: relative;
}
.part-news .c-slider .item span {
  display: block;
}
.part-news .c-slider .item > a {
  display: inline-block;
  width: 100%;
}
.part-news .c-slider .item .i-thumbnail {
  height: 0;
  padding-bottom: 112.2055674518%;
  position: relative;
}
.part-news .c-slider .item .i-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part-news .c-slider .item .info {
  position: absolute;
  top: 5%;
  left: 10%;
  max-width: 80%;
  height: 90%;
  z-index: 10;
}
.part-news .c-slider .item .info .i-title {
  display: block;
  font-size: calc(100vw * 19 / 1920);
  color: #fff;
}
.part-news .c-slider .item .info .btn-more {
  position: absolute;
  bottom: 0;
  left: 0;
}

.site-main ul {
  margin: 0;
  margin-left: 5px;
  padding: 0;
  padding-left: 20px;
}

.page-banner {
  height: 0;
  position: relative;
  padding-bottom: 27.7604166667vw;
  display: flex;
  align-items: center;
}
.page-banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 5;
}
.page-banner .page-banner-title {
  position: absolute;
  left: 10.4166666667vw;
  top: 70%;
  transform: translateY(-50%);
  z-index: 10;
  font-family: Poppins, sans-serif;
  font-size: calc(100vw * 60 / 1920);
  color: #fff;
}

.single-product .site-header {
  background: url("../assets/about-image-03.jpg") center/cover no-repeat !important;
  transition: ease-in-out 0.3s;
}
.single-product .site-main {
  margin-top: calc(100vw * 94 / 1920);
  padding-bottom: calc(100vw * 70 / 1920);
}
.single-product .breadcrum {
  width: 100%;
  background-color: #e8e8e8;
  padding: 20px 0;
  margin-bottom: calc(100vw * 40 / 1920);
}
.single-product .breadcrum a {
  color: #808080;
}
.single-product .breadcrum span:first-child a {
  margin-left: 4px;
}
.single-product .breadcrum span:last-child a {
  color: #000;
}
.single-product .product-detail-info-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(100vw * 70 / 1920);
  padding-bottom: calc(100vw * 70 / 1920);
}
.single-product .product-detail-info-wrap .product-gallery-wrap {
  width: calc(50% - 30px);
  margin-right: 30px;
}
.single-product .product-detail-info-wrap .product-gallery-wrap .gallery-item {
  text-align: center;
}
.single-product .product-detail-info-wrap .product-gallery-wrap .gallery-item img {
  background-color: #e8e8e8;
}
.single-product .product-detail-info-wrap .product-gallery-wrap .product-gallery {
  margin-bottom: 10px;
}
.single-product .product-detail-info-wrap .product-gallery-wrap .product-gallery .gallery-item {
  position: relative;
}
.single-product .product-detail-info-wrap .product-gallery-wrap .product-gallery .gallery-item span {
  padding-bottom: 74.7945205479%;
  width: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.single-product .product-detail-info-wrap .product-gallery-wrap .product-gallery-nav .gallery-item {
  width: 150px;
  margin-right: 10px;
  cursor: pointer;
}
.single-product .product-detail-info-wrap .product-gallery-wrap .product-gallery-nav .gallery-item img {
  width: 100%;
  object-fit: cover;
}
.single-product .product-detail-info-wrap .product-gallery-wrap .slick-arrow {
  width: 30px;
  height: 15px;
  background: none !important;
  border: 0 !important;
  top: 50%;
  transform: translateY(-50%);
}
.single-product .product-detail-info-wrap .product-gallery-wrap .slick-arrow svg {
  width: 100%;
  height: 100%;
}
.single-product .product-detail-info-wrap .product-gallery-wrap .slick-arrow svg path {
  fill: #1b914a;
}
.single-product .product-detail-info-wrap .product-info {
  width: calc(50% - 30px);
}
.single-product .product-detail-info-wrap .product-title {
  margin: 0 0 30px;
  font-size: calc(100vw * 40 / 1920);
  font-family: MontB, sans-serif;
}
.single-product .product-detail-info-wrap .product-short-description {
  margin-bottom: 30px;
}
.single-product .product-detail-info-wrap .add-to-cart a {
  padding: 15px 45px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  display: inline-block;
}
.single-product .product-detail-info-wrap .add-to-cart a:hover {
  background-color: #fff;
  color: #1b914a;
  border: 1px solid #1b914a;
}
.single-product .header-tab {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  margin-top: calc(100vw * 40 / 1920);
  margin-bottom: calc(100vw * 20 / 1920);
  display: none;
}
.single-product .header-tab .item {
  display: inline-block;
  padding: 0;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
.single-product .header-tab .item.active {
  font-weight: 600;
  transition: ease-in-out 0.3s;
}
.single-product .detail-tab {
  margin-top: calc(100vw * 40 / 1920);
}
.single-product .detail-tab > div {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: ease-in-out 0.3s;
}
.single-product .detail-tab > div.active {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  transition: ease-in-out 0.3s;
}
.single-product .related-title {
  font-size: calc(100vw * 28 / 1920);
  font-family: MontB, sans-serif;
  text-align: center;
  border-top: 1px solid #eae4e1;
  padding-top: calc(100vw * 50 / 1920);
  margin-top: calc(100vw * 50 / 1920);
  margin-bottom: calc(100vw * 50 / 1920);
}
.single-product .related-list {
  display: flex;
  flex-wrap: wrap;
}
.single-product .related-list .item {
  width: calc(25% - 37.5px);
  margin-right: 50px;
  margin-bottom: 30px;
}
.single-product .related-list .item:nth-child(4n+4) {
  margin-right: 0;
}
.single-product .related-list .item .i-thumbnail {
  background-color: #e8e8e8;
  margin-bottom: 10px;
  line-height: 0;
}
.single-product .related-list .item .i-title {
  color: #000;
  padding-bottom: 10px;
}
.single-product .related-list .item span {
  display: block;
}

.single-post .site-main {
  margin-top: calc(100vw * 94 / 1920);
  padding-bottom: calc(100vw * 70 / 1920);
}
.single-post .breadcrum {
  width: 100%;
  background-color: #e8e8e8;
  padding: 20px 0;
  margin-bottom: calc(100vw * 40 / 1920);
}
.single-post .breadcrum a {
  color: #808080;
}
.single-post .breadcrum span:first-child a {
  margin-left: 4px;
}
.single-post .breadcrum span:last-child a {
  color: #000;
}
.single-post .related-title {
  font-size: calc(100vw * 28 / 1920);
  font-family: MontB, sans-serif;
  text-align: center;
  border-top: 1px solid #eae4e1;
  padding-top: calc(100vw * 50 / 1920);
  margin-top: calc(100vw * 50 / 1920);
  margin-bottom: calc(100vw * 50 / 1920);
}
.single-post .related-list {
  display: flex;
  flex-wrap: wrap;
}
.single-post .related-list .item {
  width: calc(25% - 37.5px);
  margin-right: 50px;
  margin-bottom: 30px;
}
.single-post .related-list .item:nth-child(4n+4) {
  margin-right: 0;
}
.single-post .related-list .item .i-thumbnail {
  background-color: #e8e8e8;
  line-height: 0;
  height: 0;
  padding-bottom: 64.5833333333%;
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.single-post .related-list .item .i-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-post .related-list .item .i-title {
  color: #000;
  padding-bottom: 10px;
}
.single-post .related-list .item span {
  display: block;
}

.demo-part {
  width: 100%;
}
.demo-part img {
  width: 100%;
}
.demo-part.demo-sp {
  margin-top: 90px;
}

.page-main-wrap {
  display: flex;
  flex-wrap: wrap;
}

.page-template-technology .page-main-wrap {
  padding-top: calc(100vw * 120 / 1920);
  padding-bottom: calc(100vw * 120 / 1920);
  align-items: flex-start;
}
.page-template-technology .page-main-wrap .technology-menu {
  width: calc(28% - 100vw * 50 / 1920);
  margin-right: calc(100vw * 50 / 1920);
  box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: sticky;
  top: 114px;
}
.page-template-technology .page-main-wrap .technology-menu .technology-menu-title {
  padding: calc(100vw * 20 / 1920) calc(100vw * 30 / 1920);
  background: #1b914a;
  border-radius: 20px 20px 0 0;
  color: #fff;
  font-weight: 600;
}
.page-template-technology .page-main-wrap .technology-menu .list-t-menu .t-item {
  padding: 0 calc(100vw * 30 / 1920);
}
.page-template-technology .page-main-wrap .technology-menu .list-t-menu .t-item a {
  padding: calc(100vw * 20 / 1920) 0;
  color: #81848A;
  font-size: calc(100vw * 16 / 1920);
  border-bottom: 1px solid #ccc;
  display: block;
  width: 100%;
  padding-right: 20px;
  position: relative;
}
.page-template-technology .page-main-wrap .technology-menu .list-t-menu .t-item:last-child a {
  border-bottom: 0;
}
.page-template-technology .page-main-wrap .technology-menu .list-t-menu .t-item span {
  float: right;
  display: flex;
  position: absolute;
  top: 25px;
  right: 0;
  transform: rotate(-45deg);
  transition: ease-out 0.2s;
}
.page-template-technology .page-main-wrap .technology-menu .list-t-menu .t-item span svg {
  width: 20px;
  object-fit: contain;
}
.page-template-technology .page-main-wrap .technology-menu .list-t-menu .t-item span svg path {
  fill: #ccc;
}
.page-template-technology .page-main-wrap .technology-menu .list-t-menu .t-item:hover span {
  transform: rotate(0);
  transition: ease-out 0.2s;
}
.page-template-technology .page-main-wrap .technology-detail {
  width: 72%;
}
.page-template-technology .page-main-wrap .technology-detail .wrap-s-item {
  padding-bottom: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
  border-bottom: 1px solid #ccc;
}
.page-template-technology .page-main-wrap .technology-detail .wrap-s-item:last-child {
  border-bottom: 0;
}
.page-template-technology .page-main-wrap .technology-detail .s-title {
  font-family: MontM, sans-serif;
  font-size: calc(100vw * 32 / 1920);
  margin-bottom: calc(100vw * 10 / 1920);
  color: #1b914a;
}
.page-template-technology .page-main-wrap .technology-detail .s-content {
  font-family: Mont, sans-serif;
  margin-bottom: calc(100vw * 30 / 1920);
}
.page-template-technology .page-main-wrap .technology-detail .s-content ul {
  margin-bottom: 15px;
}
.page-template-technology .page-main-wrap .technology-detail .s-content p {
  margin: 0 0 15px;
}
.page-template-technology .page-main-wrap .technology-detail .s-content.slider-content .slick-track {
  display: flex;
  align-items: center;
}
.page-template-technology .page-main-wrap .technology-detail .s-content.slider-content .slick-arrow {
  width: 40px;
  height: 20px;
  background: none !important;
  border: 0 !important;
  top: 100%;
  transform: translateY(40%);
}
.page-template-technology .page-main-wrap .technology-detail .s-content.slider-content .slick-arrow svg {
  width: 100%;
  height: 100%;
}
.page-template-technology .page-main-wrap .technology-detail .s-content.slider-content .slick-arrow svg path {
  fill: #1b914a;
}
.page-template-technology .page-main-wrap .technology-detail .s-content.slider-content .s-image {
  width: 400px;
  margin-right: calc(100vw * 30 / 1920);
}
.page-template-technology .page-main-wrap .technology-detail .s-content.slider-content .s-image img {
  width: 100%;
  object-fit: contain;
}
.page-template-technology .page-main-wrap .technology-detail .s-content.list-content {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.page-template-technology .page-main-wrap .technology-detail .s-content.list-content .s-item {
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.page-template-technology .page-main-wrap .technology-detail .s-content.list-content .s-item:nth-child(2n+2) {
  margin-right: 0;
}
.page-template-technology .page-main-wrap .technology-detail .s-content.list-content .s-item .ico {
  margin-bottom: 10px;
}
.page-template-technology .page-main-wrap .technology-detail .s-content.list-content .s-item .ico img {
  max-width: 60px;
  object-fit: contain;
}
.page-template-technology .page-main-wrap .technology-detail .s-content.list-content .s-item > .title {
  font-family: MontM, sans-serif;
  font-size: calc(100vw * 24 / 1920);
}

.page-template-market .site-main {
  margin-top: 200px;
  padding-bottom: calc(100vw * 100 / 1920);
}
.page-template-market .page-main-wrap .page-title {
  color: #1b914a;
  font-size: calc(100vw * 28 / 1920);
}
.page-template-market .page-main-wrap .page-description {
  color: #81848A;
  margin-bottom: calc(100vw * 80 / 1920);
}
.page-template-market .wrap-list {
  position: relative;
  width: 100%;
}
.page-template-market .list-market {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  position: relative;
  z-index: 1;
}
.page-template-market .list-market .market-item {
  height: 0;
  padding-bottom: 30.1724137931%;
  position: relative;
  width: calc(25% - 15px);
  transition: ease-out 0.3s;
  margin-right: 20px;
  cursor: pointer;
}
.page-template-market .list-market .market-item:nth-child(4n+4) {
  margin-right: 0;
}
.page-template-market .list-market .market-item .s-market-title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  font-size: calc(100vw * 50 / 1920);
  color: #fff;
  z-index: 10;
  text-align: center;
  opacity: 1;
  transition: ease-out 0.3s;
  visibility: visible;
}
.page-template-market .list-market .market-item .s-market-title .viewmore {
  display: inline;
}
.page-template-market .list-market .market-item .s-market-title .viewmore span {
  display: flex;
  justify-self: center;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 10px;
}
.page-template-market .list-market .market-item .s-market-title .viewmore span svg {
  height: 25px;
  width: 25px;
  object-fit: contain;
}
.page-template-market .list-market .market-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 100%, rgba(0, 0, 0, 0));
  backdrop-filter: blur(5px);
  transition: ease-out 0.3s;
}
.page-template-market .list-market .market-item:hover {
  transform: translateY(calc(100vw * -60 / 1920));
  transition: ease-out 0.3s;
}
.page-template-market .list-market .market-item:hover .s-market-title {
  opacity: 1;
  transition: ease-out 0.3s;
  visibility: visible;
}
.page-template-market .list-market .market-item:hover:after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 4%, rgba(0, 0, 0, 0));
  transition: ease-out 0.3s;
}
.page-template-market .list-market.unactive {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.page-template-market .list-market-detail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: ease-in-out 0.5s;
  overflow: hidden;
}
.page-template-market .list-market-detail.show {
  z-index: 10;
  transition: ease-in-out 0.5s;
  position: relative;
}
.page-template-market .list-market-detail .market-item {
  height: 100%;
  width: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: ease-in-out 0.5s;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.page-template-market .list-market-detail .market-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.page-template-market .list-market-detail .market-item .item-wrap-content {
  position: relative;
  max-width: 50%;
  margin-right: 30px;
  margin-left: auto;
  z-index: 10;
  color: #fff;
}
.page-template-market .list-market-detail .market-item .item-wrap-content > .title {
  font-family: MontB, sans-serif;
  font-size: calc(100vw * 32 / 1920);
  margin-bottom: 10px;
}
.page-template-market .list-market-detail .market-item .back {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 11;
  width: 30px;
  height: 30px;
  display: block;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.page-template-market .list-market-detail .market-item.active {
  height: auto;
  z-index: 10;
  visibility: visible;
  opacity: 1;
  width: 100%;
  transition: ease-in-out 0.5s;
  position: relative;
}
.page-template-market .list-market-detail .market-item.active:after {
  background: linear-gradient(to left, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0));
}
.page-template-market .list-market-detail .market-item.active .item-wrap-content {
  padding-top: calc(100vw * 120 / 1920);
  padding-bottom: calc(100vw * 120 / 1920);
}

.page-template-news .page-main-wrap {
  display: block;
  padding-top: calc(100vw * 60 / 1920);
}
.page-template-news .page-main-wrap > .page-title {
  position: relative;
  width: 100%;
  font-family: MontB, sans-serif;
  font-size: calc(100vw * 40 / 1920);
  color: #000;
  margin-bottom: 40px;
}
.page-template-news .page-main-wrap > .page-title > p {
  display: inline-block;
  background: #fff;
  padding: 0 !important;
  padding-right: 10px !important;
  margin: 0 !important;
  position: relative;
  z-index: 2;
}
.page-template-news .page-main-wrap > .page-title:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 14px;
  left: 0;
  background: #ccc;
  z-index: 1;
}
.page-template-news .page-main-wrap .i-title {
  padding-bottom: 10px;
  color: #000;
}
.page-template-news .page-main-wrap .i-description {
  color: #81848A;
}
.page-template-news .list-post {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: calc(100vw * 40 / 1920);
  margin-bottom: calc(100vw * 60 / 1920);
  border-bottom: 1px solid #ccc;
}
.page-template-news .list-post .item span {
  display: block;
}
.page-template-news .list-post .highlight {
  width: calc(50% - 25px);
  margin-right: 50px;
}
.page-template-news .list-post .highlight .item .i-thumbnail {
  height: 0;
  padding-bottom: 64.5833333333%;
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.page-template-news .list-post .highlight .item .i-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-news .list-post .listing {
  width: calc(50% - 25px);
}
.page-template-news .list-post .listing .item > a {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
.page-template-news .list-post .listing .item:last-child a {
  margin-bottom: 0;
}
.page-template-news .list-post .listing .item .i-thumbnail {
  width: 35%;
  height: 0;
  padding-bottom: 22.4715909091%;
  position: relative;
  display: block;
  order: 2;
}
.page-template-news .list-post .listing .item .i-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-news .list-post .listing .item .info {
  width: calc(65% - 20px);
  margin-right: 20px;
  order: 1;
}
.page-template-news .all-post {
  display: flex;
  flex-wrap: wrap;
}
.page-template-news .all-post .item {
  width: calc(33.3333333333% - 33.3333333333px);
  margin-right: 50px;
  margin-bottom: 30px;
}
.page-template-news .all-post .item:nth-child(3n+3) {
  margin-right: 0;
}
.page-template-news .all-post .item span {
  display: block;
}
.page-template-news .all-post .item .i-thumbnail {
  height: 0;
  padding-bottom: 64.5833333333%;
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.page-template-news .all-post .item .i-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-news .pagi {
  width: 100%;
}
.page-template-news .pagi .page-numbers {
  font-size: calc(100vw * 16 / 1920);
}
.page-template-news .pagi .next svg,
.page-template-news .pagi .prev svg {
  width: 14px;
}
.page-template-news .pagi .next svg path,
.page-template-news .pagi .prev svg path {
  fill: #1b914a;
}
.page-template-news .pagi .next:hover svg path,
.page-template-news .pagi .prev:hover svg path {
  fill: #fff;
}

.page-template-contact .page-main {
  padding-top: calc(100vw * 100 / 1920);
}
.page-template-contact .page-main > .outer {
  max-width: 66.6666666667%;
}
.page-template-contact .form-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(100vw * 100 / 1920);
  border-radius: 30px;
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.page-template-contact .form-wrap .form-info {
  width: 50%;
  padding: 30px 50px;
  background: #eae4e1;
  border-radius: 30px 0 0 30px;
}
.page-template-contact .form-wrap .form-info > .title {
  font-family: MontB, sans-serif;
  font-size: calc(100vw * 40 / 1920);
}
.page-template-contact .form-wrap .form-info > .description {
  margin-bottom: 30px;
}
.page-template-contact .form-wrap .form-info .item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page-template-contact .form-wrap .form-info .item:last-child {
  margin-bottom: 0;
}
.page-template-contact .form-wrap .form-info .item .ico {
  margin-right: 20px;
}
.page-template-contact .form-wrap .form-info .item .ico img {
  width: 40px;
  object-fit: contain;
}
.page-template-contact .form-wrap .form-info .item .link {
  flex: 1;
}
.page-template-contact .form-wrap .form-info .item .link .link-title {
  font-family: MontM, sans-serif;
  font-size: calc(100vw * 24 / 1920);
}
.page-template-contact .form-wrap .form-info .social {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #81848A;
}
.page-template-contact .form-wrap .form-control {
  width: 50%;
  padding: 30px 50px;
  border-radius: 0 30px 30px 0;
}
.page-template-contact .map {
  width: 100%;
  position: relative;
  padding-bottom: 31.25%;
  height: 0;
  display: block;
}
.page-template-contact .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#quick-contact {
  position: fixed;
  z-index: 99999;
  right: 10px;
  bottom: 60px;
  max-width: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#quick-contact .social-general {
  text-align: center;
  width: 100%;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  right: -100px;
  transition: ease-in-out 0.3s;
}
#quick-contact .social-general.unactive {
  right: 0;
  transition: ease-in-out 0.3s;
}
#quick-contact .social-general a {
  width: 40px;
  height: 40px;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
#quick-contact .social-general a:last-child {
  margin-bottom: 0;
}
#quick-contact .social-general a img {
  width: 100%;
  object-fit: contain;
}
#quick-contact .btnq-wrap {
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
#quick-contact .btnq-wrap .btnq {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
}
#quick-contact .btnq-wrap .btnq.change {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
#quick-contact .btnq-wrap svg {
  width: 20px;
  height: 20px;
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transition: ease-in-out 0.3s;
}
#quick-contact .btnq-wrap.change {
  width: 30px;
  height: 30px;
  transition: ease-in-out 0.3s;
}
#quick-contact .btnq-wrap.change svg {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: ease-in-out 0.3s;
}

.page-template-about .part-history {
  position: relative;
  z-index: 1;
  padding-top: calc(100vw * 100 / 1920);
}
.page-template-about .part-history .history-wrap {
  position: relative;
  z-index: 10;
}
.page-template-about .part-history:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 70%;
  z-index: 1;
  background: #eae4e1;
}
.page-template-about .part-history .title-wrap {
  position: relative;
  z-index: 1;
}
.page-template-about .part-history .title-wrap .title {
  font-size: calc(100vw * 440 / 1920);
  line-height: calc(100vw * 380 / 1920);
  color: rgba(255, 255, 255, 0.3);
  text-align: center;
  text-transform: uppercase;
}
.page-template-about .part-history .description-wrap {
  padding-top: calc(100vw * 60 / 1920);
  padding-bottom: calc(100vw * 60 / 1920);
  text-align: center;
}
.page-template-about .part-history .description-wrap .description {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}
.page-template-about .part-history .media-wrap {
  position: relative;
  z-index: 2;
  margin-top: -100px;
}
.page-template-about .part-history .media-wrap .media {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 51.2953367876%;
  display: inline-block;
}
.page-template-about .part-history .media-wrap .media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-about .part-history .masonry-list .item {
  width: calc(50% - 50px);
  margin-bottom: 100px;
}
.page-template-about .part-history .masonry-list .item:nth-child(1) {
  margin-top: calc(100vw * 150 / 1920);
  position: relative;
  height: 0;
  padding-bottom: calc((50% - 50px) * 352 / 528);
}
.page-template-about .part-history .masonry-list .item:nth-child(1) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-about .part-history .masonry-list .item:nth-child(2) {
  position: relative;
  height: 0;
  padding-bottom: calc((50% - 50px) * 689 / 459);
}
.page-template-about .part-history .masonry-list .item:nth-child(2) img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-template-about .part-history .masonry-list .item.image img {
  width: 100%;
  object-fit: cover;
}
.page-template-about .part-history .masonry-list .item.text {
  padding: calc(100vw * 50 / 1920);
  text-align: justify;
  color: #fff;
  background: url("../assets/about-image-03.jpg") center/cover no-repeat;
}
.page-template-about .part-history .masonry-list .item.text a {
  color: #fff;
}
.page-template-about .part-mission {
  position: relative;
  z-index: 2;
}
.page-template-about .part-mission .mission-wrap .title-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(100vw * 60 / 1920);
}
.page-template-about .part-mission .mission-wrap .title-wrap .title {
  width: calc(33.3333333333% - 100vw * 20 / 1920 * 2 / 3);
  margin-right: 20px;
  padding-left: calc((33.3333333333% - 100vw * 20 / 1920 * 2 / 3) * 27 / 100);
  font-size: calc(100vw * 24 / 1920);
  color: #666;
}
.page-template-about .part-mission .mission-wrap .title-wrap .description {
  width: calc((33.3333333333% - 100vw * 20 / 1920 * 2 / 3 + 10px) * 2);
  margin-right: 0;
  padding-right: calc(100vw * 50 / 1920);
}
.page-template-about .part-mission .timeline {
  display: flex;
  flex-wrap: wrap;
}
.page-template-about .part-mission .timeline .item {
  width: calc(33.3333333333% - 100vw * 20 / 1920 * 2 / 3);
  margin-right: calc(100vw * 20 / 1920);
  margin-bottom: 20px;
  padding: calc(100vw * 20 / 1920);
  background: #eae4e1;
}
.page-template-about .part-mission .timeline .item:nth-child(3n+3) {
  margin-right: 0;
}
.page-template-about .part-mission .timeline .item .i-title {
  color: #666;
  font-size: calc(100vw * 72 / 1920);
  line-height: calc(100vw * 68 / 1920);
  max-width: 70%;
  height: calc(100vw * 170 / 1920);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-bottom: calc(100vw * 30 / 1920);
  margin-bottom: calc(100vw * 30 / 1920);
}
.page-template-about .part-vision {
  padding-top: calc(100vw * 100 / 1920);
  padding-bottom: calc(100vw * 100 / 1920);
  background: url("../assets/about-image-05.jpg") center/cover no-repeat;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-template-about .part-vision .vision-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 79.1666666667vw;
  width: 100%;
}
.page-template-about .part-vision .vision-wrap .image {
  width: calc(45% - 25px);
  margin-right: 50px;
  text-align: center;
  position: relative;
  height: 0;
  padding-bottom: 44.3224299065%;
}
.page-template-about .part-vision .vision-wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-about .part-vision .vision-wrap .text {
  width: calc(55% - 25px);
  margin-right: 0;
  display: flex;
  align-items: center;
}
.page-template-about .part-vision .vision-wrap .text .k-title {
  font-size: calc(100vw * 24 / 1920);
  color: #666;
  margin-bottom: 20px;
}

.site-footer {
  padding-top: calc(100vw * 50 / 1920);
  padding-bottom: calc(100vw * 50 / 1920);
  border-top: 1px solid #1b914a;
}

.site-branding-footer {
  text-align: center;
  margin-bottom: calc(100vw * 50 / 1920);
}
.site-branding-footer img {
  max-width: 86px;
  object-fit: contain;
}

.site-info {
  padding-bottom: calc(100vw * 50 / 1920);
  border-bottom: 1px solid #1b914a;
  color: #666666;
}
.site-info a {
  color: #666666;
}

.site-info-wrap {
  display: flex;
  flex-wrap: wrap;
}
.site-info-wrap .f-item {
  margin-right: calc(100vw * 40 / 1920);
}
.site-info-wrap .f-item:nth-child(4n+4) {
  margin-right: 0;
}
.site-info-wrap .f-item:nth-child(1) {
  width: calc(25% - 100vw * 40 / 1920 * 3 / 4 + 90px);
}
.site-info-wrap .f-item:nth-child(2) {
  width: calc(25% - 100vw * 40 / 1920 * 3 / 4 - 30px);
}
.site-info-wrap .f-item:nth-child(3) {
  width: calc(25% - 100vw * 40 / 1920 * 3 / 4 - 30px);
}
.site-info-wrap .f-item:nth-child(4) {
  width: calc(25% - 100vw * 40 / 1920 * 3 / 4 - 30px);
}
.site-info-wrap .infomation .f-item-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.site-info-wrap .infomation .f-item-description {
  line-height: calc(100vw * 24 / 1920);
}
.site-info-wrap .f-column .f-item-wrap {
  line-height: 20px;
}
.site-info-wrap .f-column .f-item-wrap a {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.site-info-wrap .social-general {
  display: flex;
  flex-wrap: wrap;
}
.site-info-wrap .social-general a {
  max-width: 23px;
  object-fit: contain;
  margin-right: 20px;
}

.removeTransform {
  transform: none !important;
}

.slick-arrow {
  border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 4px;
  height: 4px;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  z-index: 999;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}

.mobile {
  display: none !important;
}

.mobile-fx {
  display: none !important;
}

@media only screen and (max-width: 820px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: inherit !important;
  }
  .mobile-fx {
    display: flex !important;
  }
  .outer {
    max-width: calc(100% - 30px);
  }
  body {
    font-size: 16px;
  }
}
@media only screen and (max-width: 820px) {
  .btn-more {
    font-size: 14px;
    border-radius: 10px;
    background-color: #1b914a;
    color: #fff;
    display: inline-flex !important;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    text-transform: uppercase;
    overflow: hidden;
  }
  .btn-more span {
    display: inline-block;
    position: relative;
    z-index: 5;
  }
  .btn-more span:nth-child(1) {
    text-align: center;
    padding: 6px 70px 6px 20px;
    white-space: nowrap;
  }
  .btn-more span:nth-child(2) {
    position: absolute;
    right: 0;
    padding: 0 15px;
    height: 100%;
    display: flex !important;
    justify-content: center;
    background: #187d3e;
    align-items: center;
    border-radius: 0 6px 6px 0;
    z-index: 10;
  }
  .btn-more span:nth-child(2) svg {
    width: 18px;
    height: 14px;
  }
  .btn-more:after {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #187d3e;
    border-radius: 6px;
    transition: 0.3s;
  }
  .btn-more.hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #187d3e;
    border-radius: 6px;
    transition: 0.3s;
  }
}
@media only screen and (max-width: 820px) {
  #masthead {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: ease-in-out 0.3s;
  }
  #masthead.scroll {
    background: url("../assets/about-image-03.jpg") center/cover no-repeat;
    transition: ease-in-out 0.3s;
  }
  #masthead.fscroll {
    background: url("../assets/about-image-03.jpg") center/cover no-repeat;
    transition: ease-in-out 0.3s;
  }
  #masthead.change {
    height: 100vh;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    transition: ease-in-out 0.3s;
  }
  #masthead.change > .outer {
    max-width: 100%;
  }
  #masthead.change .wrap-header {
    width: 88%;
  }
  #masthead.change .site-branding {
    background: url("../assets/about-image-03.jpg") center/cover no-repeat;
    transition: ease-in-out 0.3s;
  }
  #masthead.change .main-navigation ul {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 100;
    padding-top: 30px;
    background: #fff;
  }
  #masthead.change .main-navigation ul a {
    color: #000;
    font-size: 16px;
  }
  .wrap-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .wrap-header > .main-navigation {
    width: 100%;
    margin-left: 0;
    position: relative;
    z-index: 5;
  }
  .wrap-header > .main-navigation li {
    text-align: center;
  }
  .wrap-header > .main-navigation li a {
    padding: calc(100vw * 35 / 1920) calc(100vw * 40 / 1920);
  }
  .wrap-header > .main-navigation li:first-child a {
    padding: calc(100vw * 35 / 1920) calc(100vw * 40 / 1920);
  }
  .wrap-header > .main-navigation li:last-child a {
    padding: calc(100vw * 35 / 1920) calc(100vw * 40 / 1920);
  }
  .wrap-header > .main-navigation li.current-menu-item a {
    color: #20fd55;
  }
  .site-branding {
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 10;
  }
  .site-branding img {
    max-width: 120px;
  }
  .main-navigation a {
    color: #fff;
    font-size: calc(100vw * 16 / 1920);
    outline: none !important;
  }
  .main-navigation a:hover {
    color: #20fd55;
  }
}
@media only screen and (max-width: 820px) {
  .part-about {
    position: relative;
    z-index: 1;
  }
  .part-about:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 150%;
    z-index: 1;
    background: #eae4e1;
  }
  .part-about .content-above {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: calc(100vw * 80 / 1920);
    position: relative;
    z-index: 5;
  }
  .part-about .content-below {
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-bottom: calc(100vw * 40 / 1920);
    position: relative;
    z-index: 5;
  }
  .part-tree img {
    width: 100%;
    object-fit: contain;
    transform-style: preserve-3d;
    animation: spinY 4s linear infinite;
  }
  .part-about-wrap {
    padding: 30px 0;
    position: relative;
    z-index: 5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .part-about-wrap .part-tree {
    position: relative;
    z-index: 1;
  }
  .part-about-wrap .c-list {
    position: relative;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .part-about-wrap .c-list .item {
    width: 100%;
    float: left;
    margin-bottom: 30px;
  }
  .part-about-wrap .c-list .item:nth-child(even) {
    text-align: left;
  }
  .part-about-wrap .c-list .item:nth-child(odd) {
    text-align: left;
  }
  .part-about-wrap .c-list .item:nth-child(1) {
    padding-right: 0;
    margin-bottom: 30px;
  }
  .part-about-wrap .c-list .item:nth-child(2) {
    padding-left: 0;
  }
  .part-about-wrap .c-list .item:nth-child(3) {
    padding-right: 0;
  }
  .part-about-wrap .c-list .item:nth-child(4) {
    padding-right: 0;
  }
  .part-about-wrap .c-list .item .i-wrap {
    display: inline-block;
    padding: 15px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2) 90%, rgba(255, 255, 255, 0));
    backdrop-filter: blur(5px);
    border-radius: 10px;
    max-width: 100%;
    text-align: left;
  }
  .part-about-wrap .c-list .item .i-wrap .i-title {
    font-size: 18px;
  }
  .part-about-wrap .c-list .item .i-wrap .i-description {
    font-size: 16px;
  }
  .part-product {
    padding-top: calc(100vw * 60 / 1920);
    padding-bottom: calc(100vw * 60 / 1920);
  }
  .part-product .section-title {
    font-family: KanitM, sans-serif;
    font-size: 36px;
    position: relative;
    z-index: 1;
    padding-right: 10%;
    margin-bottom: calc(100vw * 60 / 1920);
  }
  .part-product .section-title:after {
    content: "";
    position: absolute;
    top: 0;
    right: 10%;
    height: 100%;
    width: 6px;
    background: #1b914a;
    z-index: 2;
  }
  .part-product .c-list {
    display: inline-block;
    width: 100%;
  }
  .part-product .c-list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: left;
    position: relative !important;
  }
  .part-product .c-list .item span {
    display: block;
  }
  .part-product .c-list .item:nth-child(even) {
    margin-top: 0;
  }
  .part-product .c-list .item:nth-child(3n+3) {
    margin-right: 0;
  }
  .part-product .c-list .item:nth-child(2n+2) {
    margin-right: 0;
  }
  .part-product .c-list .item > a {
    position: relative;
    z-index: 10;
  }
  .part-product .c-list .item:after {
    content: "";
    background: linear-gradient(to bottom, rgba(204, 204, 204, 0.2) 90%, rgba(204, 204, 204, 0));
    width: 100%;
    height: 80%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
  }
  .part-product .c-list .item .i-thumbnail {
    position: relative;
    z-index: 1;
  }
  .part-product .c-list .item .i-thumbnail img {
    width: 100%;
    object-fit: cover;
  }
  .part-product .c-list .item .info {
    position: absolute;
    top: 5%;
    left: 10%;
    max-width: 50%;
    height: 80%;
    z-index: 10;
  }
  .part-product .c-list .item .info .i-title {
    display: block;
    font-size: 24px;
    color: #000;
    padding-bottom: 10px;
  }
  .part-product .c-list .item .info .btn-more {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .part-technology {
    padding-bottom: calc(100vw * 60 / 1920);
    position: relative;
    z-index: 2;
  }
  .part-technology-wrap .top {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(100vw * 60 / 1920);
  }
  .part-technology-wrap .top > .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .part-technology-wrap .top > .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .part-technology-wrap .top > .text {
    width: 100%;
    margin-right: 0;
  }
  .part-technology-wrap .top > .text .i-title {
    padding-top: 20px;
    font-size: 20px;
    color: #000;
    max-width: 70%;
  }
  .part-technology-wrap .top > .text .i-description {
    margin-bottom: 30px;
  }
  .part-technology-wrap .bottom {
    display: flex;
    flex-wrap: wrap;
  }
  .part-technology-wrap .bottom .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .part-technology-wrap .bottom .item:nth-child(4n+4) {
    margin-right: 0;
  }
  .part-technology-wrap .bottom .item .i-thumbnail {
    margin-bottom: 30px;
    position: relative;
  }
  .part-technology-wrap .bottom .item .i-thumbnail img {
    height: 111px;
    object-fit: contain;
  }
  .part-technology-wrap .bottom .item .i-thumbnail > span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    background: #1b914a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
  }
  .part-technology-wrap .bottom .item .i-title {
    max-width: 60%;
    font-size: 18px;
  }
  .part-news {
    padding-top: calc(100vw * 120 / 1920);
    padding-bottom: calc(100vw * 120 / 1920);
    background: url("../assets/background-media.jpg") center/cover no-repeat;
  }
  .part-news .section-title {
    color: #fff;
    margin-bottom: calc(100vw * 80 / 1920);
  }
  .part-news .c-slider .item {
    margin: 0 calc(100vw * 20 / 1920);
    position: relative;
    width: 250px;
  }
  .part-news .c-slider .item span {
    display: block;
  }
  .part-news .c-slider .item > a {
    display: inline-block;
    width: 100%;
  }
  .part-news .c-slider .item .i-thumbnail {
    height: 0;
    padding-bottom: 112.2055674518%;
    position: relative;
  }
  .part-news .c-slider .item .i-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .part-news .c-slider .item .info {
    position: absolute;
    top: 5%;
    left: 10%;
    max-width: 80%;
    height: 90%;
    z-index: 10;
  }
  .part-news .c-slider .item .info .i-title {
    display: block;
    font-size: 14px;
    color: #fff;
  }
  .part-news .c-slider .item .info .btn-more {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media only screen and (max-width: 820px) {
  .page-template-about .part-history {
    position: relative;
    z-index: 1;
    padding-top: calc(100vw * 100 / 1920);
  }
  .page-template-about .part-history .history-wrap {
    position: relative;
    z-index: 10;
  }
  .page-template-about .part-history:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 70%;
    z-index: 1;
    background: #eae4e1;
  }
  .page-template-about .part-history .title-wrap {
    position: relative;
    z-index: 1;
  }
  .page-template-about .part-history .title-wrap .title {
    font-size: calc(100vw * 440 / 1920);
    line-height: calc(100vw * 380 / 1920);
    color: rgba(255, 255, 255, 0.3);
    text-align: center;
    text-transform: uppercase;
  }
  .page-template-about .part-history .description-wrap {
    padding-top: calc(100vw * 60 / 1920);
    padding-bottom: calc(100vw * 60 / 1920);
    text-align: center;
  }
  .page-template-about .part-history .description-wrap .description {
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
  }
  .page-template-about .part-history .media-wrap {
    position: relative;
    z-index: 2;
    margin-top: 0;
  }
  .page-template-about .part-history .media-wrap .media {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 51.2953367876%;
    display: inline-block;
  }
  .page-template-about .part-history .media-wrap .media iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-template-about .part-history .masonry-list .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-template-about .part-history .masonry-list .item:nth-child(1) {
    margin-top: 0;
    position: relative;
    height: 0;
    padding-bottom: 66.6666666667%;
  }
  .page-template-about .part-history .masonry-list .item:nth-child(1) img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-template-about .part-history .masonry-list .item:nth-child(2) {
    position: relative;
    height: 0;
    padding-bottom: 150.1089324619%;
  }
  .page-template-about .part-history .masonry-list .item:nth-child(2) img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-template-about .part-history .masonry-list .item.image img {
    width: 100%;
    object-fit: cover;
  }
  .page-template-about .part-history .masonry-list .item.text {
    padding: calc(100vw * 50 / 1920);
    text-align: justify;
    color: #fff;
    background: url("../assets/about-image-03.jpg") center/cover no-repeat;
  }
  .page-template-about .part-history .masonry-list .item.text a {
    color: #fff;
  }
  .page-template-about .part-mission {
    position: relative;
    z-index: 2;
  }
  .page-template-about .part-mission .mission-wrap .title-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(100vw * 60 / 1920);
  }
  .page-template-about .part-mission .mission-wrap .title-wrap .title {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    font-size: 24px;
    color: #666;
  }
  .page-template-about .part-mission .mission-wrap .title-wrap .description {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
  }
  .page-template-about .part-mission .timeline {
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-about .part-mission .timeline .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px;
    background: #eae4e1;
  }
  .page-template-about .part-mission .timeline .item:nth-child(3n+3) {
    margin-right: 0;
  }
  .page-template-about .part-mission .timeline .item .i-title {
    color: #666;
    font-size: calc(100vw * 72 / 1920);
    line-height: calc(100vw * 68 / 1920);
    max-width: 70%;
    height: calc(100vw * 170 / 1920);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: calc(100vw * 30 / 1920);
    margin-bottom: calc(100vw * 30 / 1920);
  }
  .page-template-about .part-vision {
    padding-top: calc(100vw * 100 / 1920);
    padding-bottom: calc(100vw * 100 / 1920);
    background: url("../assets/about-image-05.jpg") center/cover no-repeat;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .page-template-about .part-vision .vision-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    width: 100%;
  }
  .page-template-about .part-vision .vision-wrap .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    height: 0;
    padding-bottom: 44.3224299065%;
  }
  .page-template-about .part-vision .vision-wrap .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .page-template-about .part-vision .vision-wrap .text {
    width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  .page-template-about .part-vision .vision-wrap .text .k-title {
    font-size: 24px;
    color: #666;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 820px) {
  .site-main ul {
    margin: 0;
    margin-left: 5px;
    padding: 0;
    padding-left: 20px;
  }
  .page-banner {
    height: 0;
    position: relative;
    padding-bottom: 27.7604166667vw;
    display: flex;
    align-items: center;
  }
  .page-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5;
  }
  .page-banner .page-banner-title {
    position: absolute;
    left: 10.4166666667vw;
    top: 70%;
    transform: translateY(-50%);
    z-index: 10;
    font-family: Poppins, sans-serif;
    font-size: calc(100vw * 60 / 1920);
    color: #fff;
  }
  .single-product .site-header {
    background: url("../assets/about-image-03.jpg") center/cover no-repeat !important;
    transition: ease-in-out 0.3s;
  }
  .single-product .site-main {
    margin-top: calc(100vw * 94 / 1920);
    padding-bottom: calc(100vw * 70 / 1920);
  }
  .single-product .breadcrum {
    width: 100%;
    background-color: #e8e8e8;
    padding: 20px 0;
    margin-bottom: calc(100vw * 40 / 1920);
  }
  .single-product .breadcrum a {
    color: #808080;
  }
  .single-product .breadcrum span:first-child a {
    margin-left: 4px;
  }
  .single-product .breadcrum span:last-child a {
    color: #000;
  }
  .single-product .product-detail-info-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(100vw * 70 / 1920);
    padding-bottom: calc(100vw * 70 / 1920);
  }
  .single-product .product-detail-info-wrap .product-gallery-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .single-product .product-detail-info-wrap .product-gallery-wrap .gallery-item {
    text-align: center;
  }
  .single-product .product-detail-info-wrap .product-gallery-wrap .gallery-item img {
    background-color: #e8e8e8;
  }
  .single-product .product-detail-info-wrap .product-gallery-wrap .product-gallery {
    margin-bottom: 10px;
  }
  .single-product .product-detail-info-wrap .product-gallery-wrap .product-gallery .gallery-item {
    position: relative;
  }
  .single-product .product-detail-info-wrap .product-gallery-wrap .product-gallery .gallery-item span {
    padding-bottom: 74.7945205479%;
    width: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
  }
  .single-product .product-detail-info-wrap .product-gallery-wrap .product-gallery-nav .gallery-item {
    width: 150px;
    margin-right: 10px;
    cursor: pointer;
  }
  .single-product .product-detail-info-wrap .product-gallery-wrap .product-gallery-nav .gallery-item img {
    width: 100%;
    object-fit: cover;
  }
  .single-product .product-detail-info-wrap .product-gallery-wrap .slick-arrow {
    width: 30px;
    height: 15px;
    background: none !important;
    border: 0 !important;
    top: 50%;
    transform: translateY(-50%);
  }
  .single-product .product-detail-info-wrap .product-gallery-wrap .slick-arrow svg {
    width: 100%;
    height: 100%;
  }
  .single-product .product-detail-info-wrap .product-gallery-wrap .slick-arrow svg path {
    fill: #1b914a;
  }
  .single-product .product-detail-info-wrap .product-info {
    width: 100%;
    margin-bottom: 30px;
  }
  .single-product .product-detail-info-wrap .product-title {
    margin: 0 0 10px;
    font-size: 28px;
    font-family: MontB, sans-serif;
  }
  .single-product .product-detail-info-wrap .product-short-description {
    margin-bottom: 30px;
  }
  .single-product .product-detail-info-wrap .add-to-cart a {
    padding: 15px 45px;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
  }
  .single-product .product-detail-info-wrap .add-to-cart a:hover {
    background-color: #fff;
    color: #1b914a;
    border: 1px solid #1b914a;
  }
  .single-product .header-tab {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: calc(100vw * 70 / 1920);
    display: none;
  }
  .single-product .header-tab .item {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    transition: ease-in-out 0.3s;
  }
  .single-product .header-tab .item.active {
    font-weight: 600;
    transition: ease-in-out 0.3s;
  }
  .single-product .detail-tab {
    margin-top: 20px;
  }
  .single-product .detail-tab > div {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: ease-in-out 0.3s;
  }
  .single-product .detail-tab > div.active {
    position: relative;
    visibility: visible;
    opacity: 1;
    z-index: 10;
    transition: ease-in-out 0.3s;
  }
  .single-product .related-title {
    font-size: calc(100vw * 28 / 1920);
    font-family: MontB, sans-serif;
    text-align: center;
    border-top: 1px solid #eae4e1;
    padding-top: calc(100vw * 50 / 1920);
    margin-top: calc(100vw * 50 / 1920);
    margin-bottom: calc(100vw * 50 / 1920);
  }
  .single-product .related-list {
    display: flex;
    flex-wrap: wrap;
  }
  .single-product .related-list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .single-product .related-list .item:nth-child(4n+4) {
    margin-right: 0;
  }
  .single-product .related-list .item .i-thumbnail {
    background-color: #e8e8e8;
    margin-bottom: 10px;
    line-height: 0;
  }
  .single-product .related-list .item .i-title {
    color: #000;
    padding-bottom: 10px;
  }
  .single-product .related-list .item span {
    display: block;
  }
  .single-post .site-main {
    margin-top: calc(100vw * 94 / 1920);
    padding-bottom: calc(100vw * 70 / 1920);
  }
  .single-post .breadcrum {
    width: 100%;
    background-color: #e8e8e8;
    padding: 20px 0;
    margin-bottom: calc(100vw * 40 / 1920);
  }
  .single-post .breadcrum a {
    color: #808080;
  }
  .single-post .breadcrum span:first-child a {
    margin-left: 4px;
  }
  .single-post .breadcrum span:last-child a {
    color: #000;
  }
  .single-post .related-title {
    font-size: 28px;
    font-family: MontB, sans-serif;
    text-align: center;
    border-top: 1px solid #eae4e1;
    padding-top: calc(100vw * 50 / 1920);
    margin-top: calc(100vw * 50 / 1920);
    margin-bottom: calc(100vw * 50 / 1920);
  }
  .single-post .related-list {
    display: flex;
    flex-wrap: wrap;
  }
  .single-post .related-list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .single-post .related-list .item:nth-child(4n+4) {
    margin-right: 0;
  }
  .single-post .related-list .item .i-thumbnail {
    background-color: #e8e8e8;
    margin-bottom: 10px;
    line-height: 0;
  }
  .single-post .related-list .item .i-title {
    color: #000;
    padding-bottom: 10px;
  }
  .single-post .related-list .item span {
    display: block;
  }
  .demo-part {
    width: 100%;
  }
  .demo-part img {
    width: 100%;
  }
  .demo-part.demo-sp {
    margin-top: 90px;
  }
  .page-main-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-technology .page-main-wrap {
    padding-top: calc(100vw * 120 / 1920);
    padding-bottom: calc(100vw * 120 / 1920);
    align-items: flex-start;
  }
  .page-template-technology .page-main-wrap .technology-menu {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: static;
    top: 114px;
  }
  .page-template-technology .page-main-wrap .technology-menu .technology-menu-title {
    padding: 20px 15px;
    background: #1b914a;
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-weight: 600;
  }
  .page-template-technology .page-main-wrap .technology-menu .list-t-menu .t-item {
    padding: 0 15px;
  }
  .page-template-technology .page-main-wrap .technology-menu .list-t-menu .t-item a {
    padding: 15px 0;
    color: #81848A;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    display: block;
    width: 100%;
    padding-right: 15px;
    position: relative;
  }
  .page-template-technology .page-main-wrap .technology-menu .list-t-menu .t-item:last-child a {
    border-bottom: 0;
  }
  .page-template-technology .page-main-wrap .technology-menu .list-t-menu .t-item span {
    float: right;
    display: flex;
    position: absolute;
    top: 20px;
    right: 0;
    transform: rotate(-45deg);
    transition: ease-out 0.2s;
  }
  .page-template-technology .page-main-wrap .technology-menu .list-t-menu .t-item span svg {
    width: 15px;
    object-fit: contain;
  }
  .page-template-technology .page-main-wrap .technology-menu .list-t-menu .t-item span svg path {
    fill: #ccc;
  }
  .page-template-technology .page-main-wrap .technology-menu .list-t-menu .t-item:hover span {
    transform: rotate(0);
    transition: ease-out 0.2s;
  }
  .page-template-technology .page-main-wrap .technology-detail {
    width: 100%;
  }
  .page-template-technology .page-main-wrap .technology-detail .wrap-s-item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
  }
  .page-template-technology .page-main-wrap .technology-detail .wrap-s-item:last-child {
    border-bottom: 0;
  }
  .page-template-technology .page-main-wrap .technology-detail .s-title {
    font-family: MontM, sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
    color: #1b914a;
  }
  .page-template-technology .page-main-wrap .technology-detail .s-content {
    font-family: Mont, sans-serif;
    margin-bottom: 30px;
  }
  .page-template-technology .page-main-wrap .technology-detail .s-content ul {
    margin-bottom: 15px;
  }
  .page-template-technology .page-main-wrap .technology-detail .s-content p {
    margin: 0 0 15px;
  }
  .page-template-technology .page-main-wrap .technology-detail .s-content.slider-content .slick-track {
    display: flex;
    align-items: center;
  }
  .page-template-technology .page-main-wrap .technology-detail .s-content.slider-content .slick-arrow {
    width: 40px;
    height: 20px;
    background: none !important;
    border: 0 !important;
    top: 100%;
    transform: translateY(40%);
  }
  .page-template-technology .page-main-wrap .technology-detail .s-content.slider-content .slick-arrow svg {
    width: 100%;
    height: 100%;
  }
  .page-template-technology .page-main-wrap .technology-detail .s-content.slider-content .slick-arrow svg path {
    fill: #1b914a;
  }
  .page-template-technology .page-main-wrap .technology-detail .s-content.slider-content .s-image {
    width: 400px;
    margin-right: calc(100vw * 30 / 1920);
  }
  .page-template-technology .page-main-wrap .technology-detail .s-content.slider-content .s-image img {
    width: 100%;
    object-fit: contain;
  }
  .page-template-technology .page-main-wrap .technology-detail .s-content.list-content {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .page-template-technology .page-main-wrap .technology-detail .s-content.list-content .s-item {
    width: calc(50% - 15px);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .page-template-technology .page-main-wrap .technology-detail .s-content.list-content .s-item:nth-child(2n+2) {
    margin-right: 0;
  }
  .page-template-technology .page-main-wrap .technology-detail .s-content.list-content .s-item .ico {
    margin-bottom: 10px;
  }
  .page-template-technology .page-main-wrap .technology-detail .s-content.list-content .s-item .ico img {
    max-width: 60px;
    object-fit: contain;
  }
  .page-template-technology .page-main-wrap .technology-detail .s-content.list-content .s-item > .title {
    font-family: MontM, sans-serif;
    font-size: 24px;
  }
  .page-template-market .site-main {
    margin-top: 200px;
    padding-bottom: calc(100vw * 100 / 1920);
  }
  .page-template-market .page-main-wrap .page-title {
    color: #1b914a;
    font-size: 28px;
  }
  .page-template-market .page-main-wrap .page-description {
    color: #81848A;
    margin-bottom: calc(100vw * 80 / 1920);
  }
  .page-template-market .wrap-list {
    position: relative;
    width: 100%;
  }
  .page-template-market .list-market {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .page-template-market .list-market .market-item {
    height: 0;
    padding-bottom: 96.9827586207%;
    position: relative;
    width: calc(50% - 6.6666666667px);
    transition: ease-out 0.3s;
    margin-right: 10px;
    margin-bottom: 20px;
    cursor: pointer;
  }
  .page-template-market .list-market .market-item:nth-child(4n+4) {
    margin-right: 0;
  }
  .page-template-market .list-market .market-item:nth-child(2n+2) {
    margin-right: 0;
  }
  .page-template-market .list-market .market-item .s-market-title {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    z-index: 10;
    text-align: center;
    opacity: 1;
    transition: ease-out 0.3s;
    visibility: visible;
  }
  .page-template-market .list-market .market-item .s-market-title .viewmore {
    display: inline-block;
  }
  .page-template-market .list-market .market-item .s-market-title .viewmore span {
    display: flex;
    justify-self: center;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 10px;
  }
  .page-template-market .list-market .market-item .s-market-title .viewmore span svg {
    height: 25px;
    width: 25px;
    object-fit: contain;
  }
  .page-template-market .list-market .market-item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 100%, rgba(0, 0, 0, 0));
    backdrop-filter: blur(5px);
    transition: ease-out 0.3s;
  }
  .page-template-market .list-market .market-item:hover {
    transform: translateY(calc(100vw * -60 / 1920));
    transition: ease-out 0.3s;
  }
  .page-template-market .list-market .market-item:hover .s-market-title {
    opacity: 1;
    transition: ease-out 0.3s;
    visibility: visible;
  }
  .page-template-market .list-market .market-item:hover:after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 4%, rgba(0, 0, 0, 0));
    transition: ease-out 0.3s;
  }
  .page-template-market .list-market.unactive {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
  }
  .page-template-market .list-market-detail {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: ease-in-out 0.5s;
    overflow: hidden;
  }
  .page-template-market .list-market-detail.show {
    z-index: 10;
    transition: ease-in-out 0.5s;
  }
  .page-template-market .list-market-detail .market-item {
    height: 100%;
    width: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    transition: ease-in-out 0.5s;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  .page-template-market .list-market-detail .market-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
  }
  .page-template-market .list-market-detail .market-item .item-wrap-content {
    position: relative;
    max-width: calc(100% - 30px);
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    color: #fff;
  }
  .page-template-market .list-market-detail .market-item .item-wrap-content > .title {
    font-family: MontB, sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .page-template-market .list-market-detail .market-item .back {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 11;
    width: 30px;
    height: 30px;
    display: block;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .page-template-market .list-market-detail .market-item.active {
    z-index: 10;
    visibility: visible;
    opacity: 1;
    width: 100%;
    transition: ease-in-out 0.5s;
  }
  .page-template-market .list-market-detail .market-item.active:after {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0));
  }
  .page-template-market .list-market-detail .market-item.active .item-wrap-content {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .page-template-news .page-main-wrap {
    display: block;
    padding-top: 40px;
  }
  .page-template-news .page-main-wrap > .page-title {
    position: relative;
    width: 100%;
    font-family: MontB, sans-serif;
    font-size: 28px;
    color: #000;
    margin-bottom: 40px;
  }
  .page-template-news .page-main-wrap > .page-title > p {
    display: inline-block;
    background: #fff;
    padding: 0 !important;
    padding-right: 10px !important;
    margin: 0 !important;
    position: relative;
    z-index: 2;
  }
  .page-template-news .page-main-wrap > .page-title:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 14px;
    left: 0;
    background: #ccc;
    z-index: 1;
  }
  .page-template-news .page-main-wrap .i-title {
    padding-bottom: 10px;
    color: #000;
  }
  .page-template-news .page-main-wrap .i-description {
    color: #81848A;
  }
  .page-template-news .list-post {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: calc(100vw * 40 / 1920);
    margin-bottom: calc(100vw * 60 / 1920);
    border-bottom: 1px solid #ccc;
  }
  .page-template-news .list-post .item span {
    display: block;
  }
  .page-template-news .list-post .highlight {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-template-news .list-post .highlight .item .i-thumbnail {
    height: 0;
    padding-bottom: 64.5833333333%;
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .page-template-news .list-post .highlight .item .i-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-template-news .list-post .listing {
    width: 100%;
  }
  .page-template-news .list-post .listing .item {
    margin-bottom: 20px;
  }
  .page-template-news .list-post .listing .item > a {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-news .list-post .listing .item:last-child a {
    margin-bottom: 0;
  }
  .page-template-news .list-post .listing .item .i-thumbnail {
    width: 35%;
    height: 0;
    padding-bottom: 22.4715909091%;
    position: relative;
    display: block;
    order: 2;
  }
  .page-template-news .list-post .listing .item .i-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .page-template-news .list-post .listing .item .info {
    width: calc(65% - 20px);
    margin-right: 20px;
    order: 1;
  }
  .page-template-news .all-post {
    display: flex;
    flex-wrap: wrap;
  }
  .page-template-news .all-post .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page-template-news .all-post .item:nth-child(3n+3) {
    margin-right: 0;
  }
  .page-template-news .all-post .item span {
    display: block;
  }
  .page-template-news .pagi {
    width: 100%;
  }
  .page-template-news .pagi .page-numbers {
    font-size: 14px;
  }
  .page-template-news .pagi .next svg,
  .page-template-news .pagi .prev svg {
    width: 14px;
  }
  .page-template-news .pagi .next svg path,
  .page-template-news .pagi .prev svg path {
    fill: #1b914a;
  }
  .page-template-news .pagi .next:hover svg path,
  .page-template-news .pagi .prev:hover svg path {
    fill: #fff;
  }
  .page-template-contact .page-main {
    padding-top: calc(100vw * 100 / 1920);
  }
  .page-template-contact .page-main > .outer {
    max-width: calc(100% - 30px);
  }
  .page-template-contact .form-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: calc(100vw * 100 / 1920);
    border-radius: 30px;
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.2);
    width: 100%;
  }
  .page-template-contact .form-wrap .form-info {
    width: 100%;
    padding: 30px 20px;
    background: #eae4e1;
    border-radius: 30px 30px 0 0;
  }
  .page-template-contact .form-wrap .form-info > .title {
    font-family: MontB, sans-serif;
    font-size: 18px;
  }
  .page-template-contact .form-wrap .form-info > .description {
    margin-bottom: 30px;
  }
  .page-template-contact .form-wrap .form-info .item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .page-template-contact .form-wrap .form-info .item:last-child {
    margin-bottom: 0;
  }
  .page-template-contact .form-wrap .form-info .item .ico {
    margin-right: 20px;
  }
  .page-template-contact .form-wrap .form-info .item .ico img {
    width: 40px;
    object-fit: contain;
  }
  .page-template-contact .form-wrap .form-info .item .link {
    flex: 1;
  }
  .page-template-contact .form-wrap .form-info .item .link .link-title {
    font-family: MontM, sans-serif;
    font-size: 16px;
  }
  .page-template-contact .form-wrap .form-info .social {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #81848A;
  }
  .page-template-contact .form-wrap .form-control {
    width: 100%;
    padding: 30px 20px;
    border-radius: 0 0 30px 30px;
  }
  .page-template-contact .map {
    width: 100%;
    position: relative;
    padding-bottom: 83.3333333333%;
    height: 0;
    display: block;
  }
  .page-template-contact .map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media only screen and (max-width: 820px) {
  .site-footer {
    padding-top: calc(100vw * 50 / 1920);
    padding-bottom: calc(100vw * 50 / 1920);
    border-top: 1px solid #1b914a;
  }
  .site-branding-footer {
    text-align: center;
    margin-bottom: calc(100vw * 50 / 1920);
  }
  .site-branding-footer img {
    max-width: 86px;
    object-fit: contain;
  }
  .site-info {
    padding-bottom: calc(100vw * 50 / 1920);
    border-bottom: 1px solid #1b914a;
    color: #666666;
  }
  .site-info a {
    color: #666666;
  }
  .site-info-wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .site-info-wrap .f-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .site-info-wrap .f-item:nth-child(4n+4) {
    margin-right: 0;
  }
  .site-info-wrap .f-item:nth-child(1) {
    width: 100%;
  }
  .site-info-wrap .f-item:nth-child(2) {
    width: 100%;
  }
  .site-info-wrap .f-item:nth-child(3) {
    width: 100%;
  }
  .site-info-wrap .f-item:nth-child(4) {
    width: 100%;
  }
  .site-info-wrap .infomation .f-item-title {
    font-weight: 600;
    margin-bottom: 20px;
  }
  .site-info-wrap .infomation .f-item-description {
    line-height: 18px;
  }
  .site-info-wrap .f-column .f-item-wrap {
    line-height: 20px;
  }
  .site-info-wrap .f-column .f-item-wrap a {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .site-info-wrap .social-general {
    display: flex;
    flex-wrap: wrap;
  }
  .site-info-wrap .social-general a {
    max-width: 23px;
    object-fit: contain;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 820px) {
  .title-large {
    font-size: 45px;
    line-height: 45px;
  }
  .title-medium {
    font-size: 14px;
    line-height: 14px;
  }
  .title-small {
    font-size: 12px;
    line-height: 12px;
  }
  .i-title {
    font-family: MontB, sans-serif;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .i-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 6px;
    background: #1b914a;
  }
  .k-title {
    font-family: KanitM, sans-serif;
    font-size: 20px;
  }
}
@media only screen and (max-width: 820px) {
  #slider .slider-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 587px;
  }
  #slider .slider-item a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
  }
  #slider .slider-item .slider-item-content {
    position: absolute;
    z-index: 20;
    max-width: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    transform: translateY(40px);
  }
  #slider .slider-item .slider-item-content .slider-item-content-wrap {
    width: 100%;
    text-align: center;
  }
  #slider .slider-item .slider-item-content .slider-item-content-wrap .s-title {
    margin-bottom: 30px;
  }
  .img-ex {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 0;
  }
  .img-ex picture {
    display: inline-block;
    line-height: 0;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 0;
  }
  .img-ex picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@keyframes spinY {
  0% {
    transform: rotateY(0deg);
  }
  25% {
    transform: rotateY(-10deg);
  }
  50% {
    transform: rotateY(-15deg);
  }
  75% {
    transform: rotateY(-10deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}
/*# sourceMappingURL=style.css.map */
